*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-09-28 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4 `append'.
5
6 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7
8 * info.el (Info-extract-pointer): Undo last change.
9 Instead, fix the position of the `bound' arg to re-search-backward.
10
11 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
12
13 * info.el (Info-extract-pointer):
14 Widen more carefully, to avoid finding pointers in other nodes.
15 (Info-index): Use push.
16
17 2000-09-27 Gerd Moellmann <gerd@gnu.org>
18
19 * frame.el (set-frame-font): Remove call to obsolete function
20 frame-update-faces.
21 (set-foreground-color, set-background-color): Likewise for
22 frame-update-face-colors.
23
24 2000-09-27 Miles Bader <miles@gnu.org>
25
26 * image-file.el: New file.
27
28 2000-09-27 Gerd Moellmann <gerd@gnu.org>
29
30 * frame.el (frame-notice-user-settings): Don't call
31 frame-update-faces, which is a no-op now.
32
33 * ediff-wind.el (ediff-control-frame-parameters): Add zero
34 tool-bar-lines.
35
36 2000-09-27 Dave Love <fx@gnu.org>
37
38 * mouse.el: Fix last change.
39
40 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
41
42 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
43
44 2000-09-22 Kenichi Handa <handa@etl.go.jp>
45
46 * international/quail.el (quail-help): The output message is
47 improved.
48
49 2000-09-26 Dave Love <fx@gnu.org>
50
51 * mouse.el (popup-menu): If POSITION is nil, set it using
52 mouse-position.
53
54 2000-09-25 Sam Steingold <sds@gnu.org>
55
56 * net/browse-url.el (browse-url-file-url): Check for null maps.
57
58 2000-09-26 Gerd Moellmann <gerd@gnu.org>
59
60 * frame.el (frame-notice-user-settings): Don't add a
61 tool-bar-lines frame parameter to default-frame-alist in batch mode.
62
63 * frame.el (frame-notice-user-settings):
64 Make tool-bar-mode and default-frame-alist consistent.
65
66 * toolbar/tool-bar.el (tool-bar-help): New function.
67
68 2000-09-25 Gerd Moellmann <gerd@gnu.org>
69
70 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
71 current-load-list in top-level forms. Else this leaks a cons cell
72 every time a defun is called.
73
74 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
75
76 2000-09-25 Dave Love <fx@gnu.org>
77
78 * startup.el (fancy-splash-head): Check XPM is available.
79
80 * autoinsert.el (auto-insert): Doc fix.
81 (auto-insert-alist): Following GNU notices, don't say `copyright
82 _by_'. Use line-beginning-position.
83 (auto-insert): Check buffer-file-name is non-nil before use.
84
85 2000-09-25 Gerd Moellmann <gerd@gnu.org>
86
87 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
88 starting with `@def' or `@multitable', in addition to ones
89 specified by the user in auto-fill-inhibit-regexp.
90
91 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
92
93 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
94 rmail-dont-reply-to-names matches the empty string.
95
96 2000-09-25 Gerd Moellmann <gerd@gnu.org>
97
98 * startup.el (command-line-1, fancy-splash-text): Change the
99 text to sound more friendly.
100
101 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
102
103 * progmodes/hideshow.el: Update author email address.
104 Generally, sync w/ maintainer version 5.22.
105 (hs-hide-all-non-comment-function): New var.
106 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
107 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
108 (hs-show-region): Delete this command.
109 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
110
111 2000-09-22 Dave Love <fx@gnu.org>
112
113 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
114 (hl-line-highlight): Specify buffer when moving overlay.
115
116 * progmodes/fortran.el (fortran-mode): Locally set
117 normal-auto-fill-function.
118 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
119 (fortran-mode-map): Adjust auto-fill menu entry.
120
121 2000-09-22 Gerd Moellmann <gerd@gnu.org>
122
123 * vc-rcs.el (toplevel): Require `vc' when compiling.
124
125 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
126
127 2000-09-22 Andre Spiegel <spiegel@gnu.org>
128
129 * vc.el (vc-switch-backend): Signal an error if the file is not
130 registered under the new backend.
131
132 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
133 without explicit revision number.
134
135 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
136
137 * diff-mode.el (diff-file-header-face): Reset to its previous value.
138 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
139 (diff-xor): New function.
140 (diff-find-source-location): Use it. Fix a stupid name clash.
141 (diff-hunk-status-msg): New function.
142 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
143 (diff-test-hunk): Use diff-find-source-location.
144 (diff-goto-source): Favor the `reverse'.
145 (diff-hunk-text): Properly handle one-sided context diffs.
146 (diff-apply-hunk): When done, advance to the next hunk.
147
148 2000-09-21 Gerd Moellmann <gerd@gnu.org>
149
150 * startup.el (command-line): If frame was created with a non-zero
151 tool-bar-lines parameter, switch tool-bar-mode on.
152
153 * add-log.el (change-log-date-face, change-log-name-face)
154 (change-log-email-face, change-log-file-face)
155 (change-log-list-face, change-log-conditionals-face)
156 (change-log-function-face, change-log-acknowledgement-face):
157 New faces, inheriting from font-lock faces.
158 (change-log-font-lock-keywords): Use them.
159
160 2000-09-21 Dave Love <fx@gnu.org>
161
162 * progmodes/cperl-mode.el (top-level): Clean up
163 `eval-when-compile's and assorted defvars.
164 (cperl-invalid-face): Don't double-quote value. Change custom
165 type.
166 (cperl-mode): Set normal-auto-fill-function and don't zap
167 auto-fill-function.
168 (cperl-imenu--function-name-regexp-perl): Renamed from
169 imenu-example--function-name-regexp-perl.
170 (cperl-imenu--create-perl-index): Renamed from
171 imenu-example--create-perl-index.
172 (cperl-xsub-scan): Don't require cl.
173
174 * msb.el (msb-mode-map): Use substitute-key-definition.
175 (msb-mode): Use msb-mode-map.
176
177 2000-09-21 Andre Spiegel <spiegel@gnu.org>
178
179 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
180 New functions.
181 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
182 (vc-switch-backend): New function.
183 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
184 (vc-register): Fix prompt.
185 (vc-unregister, vc-default-unregister): New functions.
186 (vc-version-diff): Handle empty buffer in sentinel.
187
188 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
189 (vc-rcs-state-heuristic): Use it to guess the state of files with
190 non-strict locking.
191 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
192 been set with -b, but not created yet.
193 (vc-rcs-fetch-master-state): With non-strict locking, compare file
194 contents in order to find the state.
195 (vc-rcs-checkin): Allow creation of branches with no changes.
196 (vc-rcs-unregister, vc-rcs-receive-file)
197 (vc-rcs-set-non-strict-locking): New functions.
198
199 * vc-hooks.el (vc-name): Force correct computation of the value
200 in case it is missing.
201
202 2000-09-21 Gerd Moellmann <gerd@gnu.org>
203
204 * startup.el (fancy-splash-tail): Use a different foreground
205 color on a dark frame background.
206
207 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
208
209 * info.el: Use the correct capitalization when making Info-mode
210 and Info-edit-mode `special' modes.
211
212 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
213
214 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
215 (diff-mode): Add support for add-log.el.
216 (diff-hunk-text): Use char offsets rather than line offsets.
217 (diff-find-source-location): Replace LINE with line-offset (nil
218 if not found) and always set POS to a meaningful position.
219 Adapt to the new char-offsets.
220 (diff-apply-hunk): Drop support for the unused `select' POPUP.
221 Adapt to the new diff-find-source-location.
222 (diff-goto-source): Adapt to the new diff-find-source-location.
223
224 * add-log.el (add-log-file-name): New function (split out of
225 add-change-log-entry).
226 (add-change-log-entry): Use it.
227 Call add-log-file-name-function with the changelog file name if
228 the current buffer is not associated with any file.
229 Avoid find-file if the selected window is dedicated.
230
231 * diff-mode.el (diff-find-source-location):
232 Move code from diff-apply-hunk. Return buffer rather than file.
233 (diff-apply-hunk): Use the new result from diff-find-source-location.
234 (diff-goto-source): Use the new diff-find-source-location.
235
236 2000-09-20 Dave Love <fx@gnu.org>
237
238 * iswitchb.el: Some doc fixes.
239 (iswitchb-mode-map): Define completely initially. Inherit
240 minibuffer-local-map.
241 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
242 fundamental-mode.
243 (iswitchb-global-map): New variable.
244 (iswitchb-summaries-to-end): Amalgamate regexps.
245 (iswitchb-mode): New.
246 (iswitchb-mode-hook): New variable.
247 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
248 `extensions'.
249
250 2000-09-20 Gerd Moellmann <gerd@gnu.org>
251
252 * ehelp.el (electric-help): New defgroup.
253 (electric-help-shrink-window): New user-option.
254 (with-electric-help): Use it.
255
256 * window.el (shrink-window-if-larger-than-buffer): If face
257 `mode-line' has a :box, and we're on a graphical frame, add 1
258 to the needed window height.
259
260 * frame.el (frame-notice-user-settings): Add a last parameter nil
261 to a call to `append', because the last list passed to `append' is
262 not copied, and so subsequent calls to assq-delete-all will modify
263 default-frame-alist.
264
265 * startup.el (fancy-splash-image): Change :type.
266 (fancy-splash-head): Use an XBM image if appropriate.
267 (command-line-1): Show splash screens in more cases.
268
269 * startup.el (fancy-splash-text): Don't quote faces.
270
271 * dired.el (dired-font-lock-keywords): Undo last change.
272 (dired-readin): Bind indent-tabs-mode to nil.
273
274 * startup.el (fancy-splash-head): If frame's background mode
275 is `dark', change the black background of the image to gray.
276 (fancy-splash-screens): Display startup echo area message.
277 (display-startup-echo-area-message): New function.
278
279 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
280
281 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
282
283 * info.el (info-header-node): Tweak for color ttys.
284
285 * faces.el (face-valid-attribute-values): Make sure directories we
286 search for stipples both exist and are readable before trying to
287 search them.
288
289 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
290 in the dry-run case.
291
292 * jka-compr.el (with-auto-compression-mode): New macro.
293
294 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
295 (custom-group-tag-face, custom-variable-tag-face): Use relative
296 :height and inherit from `variable-pitch' face instead of
297 hardwiring :family.
298 * hi-lock.el (hi-black-hb): Likewise.
299
300 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
301 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
302 toolbar-add-item, if image doesn't have a mask add a `:mask
303 heuristic'.
304
305 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
306
307 * diff-mode.el: Docstring fixes.
308 (diff-header-face, diff-comment-face): New faces.
309 (diff-font-lock-keywords): Highlight a bit differently.
310 (diff-find-source-location): Don't return SPAN any more.
311 (diff-hunk-text): Don't bother erasing the temp buffer.
312 (diff-find-text): Drop argument LINE.
313 (diff-apply-hunk): Update calls to diff-find-text.
314 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
315
316 * calendar/calendar.el: Docstring fixes.
317 (calendar-make-alist): Don't quote lambda.
318 (calendar-star-date): Use make-local-variable.
319
320 2000-09-19 Dave Love <fx@gnu.org>
321
322 * toolbar/tool-bar.el: Renamed from toolbar.el.
323 Change `toolbar' to `tool-bar' generally in symbols.
324 Make some items invisible in `special' major modes.
325 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
326 Add arg PROPS.
327
328 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
329 Add :version here.
330 (fancy-splash-delay, fancy-splash-image): Remove :version here.
331
332 2000-09-19 Gerd Moellmann <gerd@gnu.org>
333
334 * progmodes/sh-script.el (sh-search-word): Remove call to
335 `debug'.
336
337 * files.el (find-file-suppress-same-file-warnings): New
338 user-option.
339 (find-file-noselect): Use it.
340
341 * startup.el (fancy-splash-delay, fancy-splash-image): Add
342 :version.
343 (fancy-splash-screen): Defgroup.
344
345 * add-log.el (change-log-font-lock-keywords): Match names
346 more exactly for the case that font-lock-constant-face is
347 underlined.
348
349 2000-09-19 Richard M. Stallman <rms@gnu.org>
350
351 * progmodes/sh-script.el (sh-search-word): Rewritten for
352 speed.
353
354 2000-09-19 Andre Spiegel <spiegel@gnu.org>
355
356 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
357
358 2000-09-19 Gerd Moellmann <gerd@gnu.org>
359
360 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
361 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
362 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
363 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
364 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
365 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
366 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
367 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
368 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
369 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
370 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
371 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
372
373 * startup.el (fancy-splash-text): New variable.
374 (fancy-splash-delay, fancy-splash-image): New user-options.
375 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
376 (fancy-splash-screens): New functions.
377 (command-line-1): If display has a `display' frame parameter, has
378 colors, and we have XPM support, show more fancy splash screens.
379
380 2000-09-19 Dave Love <fx@gnu.org>
381
382 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
383 with null `help'. Use modern backquote syntax.
384
385 2000-09-19 Gerd Moellmann <gerd@gnu.org>
386
387 * font-lock.el (font-lock-mode): Change message telling the user
388 that ``the buffer is too big''.
389
390 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
391 for instance for the case that tab-width is 2.
392
393 2000-09-18 Gerd Moellmann <gerd@gnu.org>
394
395 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
396 toolbar-add-item, if image doesn't have a mask add a `:mask
397 heuristic'.
398
399 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
400
401 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
402 and return a cons if it's non-nil.
403 (diff-apply-hunk): Try to jump to the line in the source text
404 corresponding to the position of point in the in the hunk.
405
406 * info.el (Info-title-3-face, Info-title-2-face)
407 (Info-title-1-face): Use face inheritance and relative sizes
408 instead of hard-wiring things.
409
410 * faces.el (secondary-selection): Make dark-background variant sane.
411
412 2000-09-16 Andrew Innes <andrewi@gnu.org>
413
414 * makefile.nt (compile-files): No need to make .elc files
415 read-only, since they aren't under VC now.
416
417 * makefile.w32-in (compile-files-CMD): No need to make .elc files
418 read-only, since they aren't under VC now.
419
420 2000-09-17 Dave Love <fx@gnu.org>
421
422 * tmm.el: Replace mapcar with mapc in several places.
423
424 * loadhist.el (unload-feature): Maybe call elp-restore-list and
425 ad-unadvise.
426
427 * international/latin1-disp.el: New file.
428
429 * calendar/cal-move.el (scroll-calendar-left)
430 (scroll-calendar-right): Make arg optional (for active mode line).
431
432 * calendar/calendar.el (calendar-mode-line-format): Make fields
433 mouse-sensitive.
434 (calendar-read-date, calendar-read-date, calendar-window-list):
435 Unquote lambda.
436 (calendar-month-name): Use aref, not sref.
437
438 * view.el (minor-mode-alist): Propertize the string.
439
440 * international/characters.el (standard-case-table): Add entries
441 for Greek.
442
443 2000-09-18 Miles Bader <miles@gnu.org>
444
445 * info.el (info-node, info-xref): Add dark-background variants.
446
447 * faces.el (header-line): Change defaults to be less confusing
448 when mixed with mode-lines.
449
450 * info.el (Info-fontify-node): Make a few cleanups.
451 Add extra `help-echo' and `local-map' props to node xrefs.
452 Use header-specific faces for node-names & xrefs.
453 (Info-use-header-line): New variable.
454 (info-header-xref, info-header-node): New faces.
455 (Info-setup-header-line): New function.
456 (Info-select-node): Call Info-setup-header-line when enabled.
457 (Info-extract-pointer): Work even if the header line is hidden.
458 (Info-header-line): New variable.
459
460 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
461
462 * vms-patch.el (print-region-function): Don't quote lambda.
463
464 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
465
466 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
467 (lm-get-header-re): Allow spaces between the header and the colon.
468 (lm-header): Allow $ in non-RCS headers.
469 (lm-header-multiline): Put the strings back into order.
470 Stop at an empty line. Don't require two space chars if the
471 line is clearly not another header line.
472
473 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
474 (popup-menu-popup): Remove.
475
476 2000-09-15 Gerd Moellmann <gerd@gnu.org>
477
478 * toolbar/toolbar.el (toolbar-add-item): Use the same image
479 specification if or if not tool-bar item contains an `:enabled'
480 property.
481
482 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
483 current buffer has no file name.
484
485 2000-09-15 Dave Love <fx@gnu.org>
486
487 * strokes.el: Sync with maintainer's current version with changes
488 for Emacs, but avoid runtime cl and levents.
489 (toplevel): Change autoloads and compilation requires.
490 (strokes-version, strokes-bug-address, strokes-lift): Values
491 changed.
492 (strokes-xpm-header, strokes-insinuated): New variable.
493 (strokes): Add :link.
494 (strokes-mode): Customized.
495 (strokes-while-inhibiting-garbage-collector): New macro.
496 (strokes-remassoc): Avoid remove-if.
497 (strokes-fix-button2-command): Don't use ad-do-it.
498 (strokes-insinuate): New function.
499 (strokes-button-press-event-p, strokes-button-release-event-p):
500 New functions, used instead of non-`strokes-' versions..
501 (strokes-mouse-event-p): Rewritten.
502 (strokes-event-closest-point): Avoid event-point.
503 (strokes-get-grid-position): Avoid cdadr, caadr
504 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
505 functions.
506 (strokes-help): Use with-output-to-temp-buffer.
507 (strokes-window-configuration-changed-p): New function.
508 (strokes-update-window-configuration): Use buffer-live-p,
509 strokes-window-configuration-changed-p.
510 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
511 (strokes-char-face): New face.
512 (strokes-char-table, strokes-base64-chars): New variable.
513 (strokes-xpm-for-stroke, strokes-list-strokes)
514 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
515 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
516 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
517 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
518 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
519 functions.
520
521 2000-09-15 Gerd Moellmann <gerd@gnu.org>
522
523 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
524
525 * image.el (create-image): Doc fix.
526
527 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
528 instead of `:heuristic-mask t'.
529
530 2000-09-14 Andrew Innes <andrewi@gnu.org>
531
532 * makefile.w32-in: Revert to Unix line endings.
533
534 2000-09-14 Andrew Innes <andrewi@gnu.org>
535
536 * makefile.w32-in: Add bootstrap support. Also copy lisp source
537 when installing.
538
539 * makefile.nt (DONTCOMPILE): Fix typo.
540
541 * shell.el (shell-write-history-on-exit): New function.
542 (shell-dumb-shell-regexp): New custom variable.
543 (shell-mode): Make shell-write-history-on-exit the process
544 sentinel if shell name matches shell-dumb-shell-regexp.
545
546 * w32-fns.el: Comment out before-init-hook function which resets
547 source-directory based; this breaks bootstrap.
548
549 2000-09-14 Dave Love <fx@gnu.org>
550
551 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
552 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
553 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
554 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
555 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
556 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
557 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
558 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
559 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
560
561 * toolbar/toolbar.el: New.
562
563 * subdirs.el: Add toolbar.
564
565 2000-09-14 Gerd Moellmann <gerd@gnu.org>
566
567 * indent.el (indent-for-tab-command): Doc fix.
568
569 2000-09-14 Alex Schroeder <alex@gnu.org>
570
571 * ansi-color.el (ansi-colors): Doc change.
572 (ansi-color-get-face): Simplified regexp.
573 (ansi-color-faces-vector): Added more faces, doc change.
574 (ansi-color-names-vector): Doc change.
575 (ansi-color-regexp): Simplified regexp.
576 (ansi-color-parameter-regexp): New regexp.
577 (ansi-color-filter-apply): Doc change.
578 (ansi-color-filter-region): Doc change.
579 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
580 deal with zero length parameters.
581 (ansi-color-apply-on-region): Doc change.
582 (ansi-color-map): Doc change.
583 (ansi-color-map-update): Removed debugging message.
584 (ansi-color-get-face-1): Added condition-case to trap
585 args-out-of-range errors.
586 (ansi-color-get-face): Doc change.
587 (ansi-color-make-face): Removed.
588 (ansi-color-for-shell-mode): New option.
589
590 2000-09-13 Kenichi Handa <handa@etl.go.jp>
591
592 * international/quail.el (quail-start-translation): Translate KEY
593 if necessary even if it doesn't have any mapping in the current
594 input method.
595 (quail-start-conversion): Likewise.
596 (quail-help): The output message is improved.
597
598 2000-09-13 Miles Bader <miles@gnu.org>
599
600 * comint.el (comint-output-filter): Revert to using
601 `insert-before-markers'. Add bletcherous hack to undo damage
602 caused by `insert-before-markers'. Put `front-sticky' property on
603 overlays created here so that the field code understands how the
604 overlay works. Use a let when making comint-last-prompt-overlay,
605 so that the code is easier to read.
606
607 2000-09-13 Dave Love <fx@gnu.org>
608
609 * wid-edit.el (widget-default-format-handler): DTRT when
610 doc-property is a function.
611
612 2000-09-12 Francesco Potorti` <pot@gnu.org>
613
614 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
615 filed name if it's not there.
616
617 2000-09-12 Dave Love <fx@gnu.org>
618
619 * simple.el (read-mail-command): Doc fix.
620 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
621
622 * vc.el (vc-dired-listing-switches): Fix :version.
623
624 * vc-hooks.el: Doc fixes.
625
626 * subr.el (add-minor-mode): Use toggle-fun arg.
627
628 * speedbar.el: Add :version to several defcustoms.
629
630 * imenu.el (imenu--truncate-items, imenu--cleanup)
631 (imenu--generic-function): Avoid mapcar.
632 (imenu--replace-spaces): Function removed.
633 (imenu--completion-buffer): Use subst-char-in-string.
634 (imenu-add-to-menubar): Use keymap inheritance.
635
636 2000-09-12 Miles Bader <miles@gnu.org>
637
638 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
639 (diff-mode-map): Bind `diff-test-hunk'.
640 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
641
642 2000-09-11 Gerd Moellmann <gerd@gnu.org>
643
644 * bytecomp.el (byte-compile-defvar): Undo last change
645 because it breaks '(make-variable-buffer-local (defvar ...)'
646 which is used at least in dired.
647
648 2000-09-12 Kenichi Handa <handa@etl.go.jp>
649
650 * international/quail.el (quail-define-package): Docstring
651 modified.
652
653 2000-09-12 Kenichi Handa <handa@etl.go.jp>
654
655 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
656 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
657 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
658 docstring of "chinese-py".
659
660 * international/quail.el (quail-translation-docstring): New
661 variable.
662 (quail-show-keyboard-layout): Docstring modified.
663 (quail-select-current): Likewise.
664 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
665 infinite recursive call.
666 (quail-help): Check quail-translation-docstring. Format of the
667 output changed.
668 (quail-help-insert-keymap-description): Adjusted for the above
669 change.
670
671 2000-09-11 Gerd Moellmann <gerd@gnu.org>
672
673 * bytecomp.el (byte-compile-defvar): Only cons onto
674 current-load-list in top-level forms. Else this leaks a cons cell
675 every time a defun is called.
676
677 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
678
679 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
680 Now understands non-unified diffs. Some functionality moved into
681 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
682 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
683 modify anything. Only reposition point in the patched file if the
684 patch succeeds. Only pop up another window if POPUP is true.
685 Emit a message describing what happened if successful, and at what
686 line-offset. Automatically detect reversed hunks and do something
687 appropriate.
688 (diff-hunk-text, diff-find-text): New functions.
689 (diff-filter-lines): Function removed.
690 (diff-test-hunk): New function.
691 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
692
693 2000-09-10 Dave Love <fx@gnu.org>
694
695 * textmodes/tildify.el: Minor doc/commentary fixes.
696 (tildify) <defgroup>: Add :version.
697
698 * faces.el (face-x-resources): Make custom type more specific.
699 (frame-background-mode): Use mapc.
700 (region) <defcustom>: Add :version.
701
702 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
703
704 * vc-sccs.el (vc-sccs-register):
705 * vc-rcs.el (vc-rcs-register):
706 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
707 * vc.el (vc-register): Clear file's properties.
708
709 2000-09-08 Gerd Moellmann <gerd@gnu.org>
710
711 * faces.el (face-spec-set): Only face-spec-reset-face when
712 ATTRS is non-nil.
713
714 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * help.el (help-insert-xref-button): Fix a typo in doc string.
717
718 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
719
720 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
721 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
722 methods.
723
724 * menu-bar.el (read-mail-item-name): New function.
725 (menu-bar-tools-menu): Use it to compute and display the package
726 used to read email.
727 (menu-bar-tools-menu): Fix typo in GUD's help string.
728
729 2000-09-07 Dave Love <fx@gnu.org>
730
731 * diff-mode.el (diff-mouse-goto-source): New function.
732
733 * vc-sccs.el: Doc fixes.
734 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
735
736 * vc-rcs.el: Doc fixes.
737 (vc-rcs-register-switches, vc-rcs-checkin-switches)
738 (vc-rcs-checkout-switches, vc-rcs-header)
739 (vc-rcs-master-templates): Add or change :version.
740
741 * vc-cvs.el: Doc fixes.
742 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
743 (vc-cvs-stay-local): Add :version.
744
745 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
746
747 2000-09-07 Kenichi Handa <handa@etl.go.jp>
748
749 * international/quail.el (quail-help): Fix previous change.
750
751 2000-09-07 Gerd Moellmann <gerd@gnu.org>
752
753 * faces.el (color-values): Doc fix.
754
755 * faces.el (frame-set-background-mode): Use frame-parameter
756 instead of frame-parameters.
757
758 * frame.el (filtered-frame-list): Reduce consing.
759 (frames-on-display-list): Call frame-parameter instead of
760 frame-parameters.
761
762 2000-09-07 Kenichi Handa <handa@etl.go.jp>
763
764 * language/devan-util.el (devanagari-to-indian-region): In the
765 loop, change the following char, not preceding char.
766
767 2000-09-07 Gerd Moellmann <gerd@gnu.org>
768
769 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
770 instead of frame-parameters.
771
772 * faces.el (set-face-attribute): Simplify by calling
773 internal-set-lisp-face-attribute with FRAME being 0.
774
775 * vc.el: Remove `Id' version control keyword.
776
777 2000-09-07 Kenichi Handa <handa@etl.go.jp>
778
779 * help.el (help-make-xrefs): Adjusted for the change of
780 help-xref-mule-regexp.
781 (help-insert-xref-button): New function.
782
783 * international/mule-cmds.el (help-xref-mule-regexp-template):
784 Include the pattern for character set.
785 (leim): New group.
786
787 * international/quail.el: Don't require face.
788 (quail): New group.
789 (quail-other-command): Dummy command to make quail-help work better.
790 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
791 (quail-keyboard-layout-substitution): New variable.
792 (quail-update-keyboard-layout): New function.
793 (quail-keyboard-layout-type): New customizable variable.
794 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
795 (quail-keyboard-translate): Pay attention to
796 quail-keyboard-layout-substitution.
797 (quail-insert-kbd-layout): New function.
798 (quail-show-keyboard-layout): New function.
799 (quail-get-translation): If the definition is a vector of length
800 1, and the element is a string of length 1, return the character
801 in that string.
802 (quail-update-current-translations): Fix the case of
803 relative-index out of range.
804 (quail-build-decode-map, quail-insert-decode-map): New Functions.
805 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
806 Show key sequences for all available characters.
807 (quail-help-insert-keymap-description): Don't show such verbose
808 key bindings as quail-self-insert-command.
809
810 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
811 Format changed, and each element now have extra documentations.
812 (tit-process-header): Delete invalid characters from TIT-PROMPT.
813 Adjusted for the change of quail-cxterm-package-ext-info.
814
815 2000-09-06 Gerd Moellmann <gerd@gnu.org>
816
817 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
818 requiring it leads to a recursive loading of vc.el and vc-hooks.el
819 during bootstrap.
820
821 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
822
823 * vc.el: (toplevel): Don't require `dired' at run-time.
824 (vc-dired-resynch-file): Remove autoload cookie.
825
826 2000-09-05 Andre Spiegel <spiegel@gnu.org>
827
828 * vc.el: Made several backend functions optional.
829 (vc-default-responsible-p): New function.
830 (vc-merge): Use RET for first version to trigger merge-news, not
831 prefix arg.
832 (vc-annotate): Handle backends that do not support annotation.
833 (vc-default-merge-news): Removed. The existence of a merge-news
834 implementation is now checked on caller sites.
835
836 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
837 case.
838
839 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
840 special case that has been removed from the default in vc-hooks.el.
841
842 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
843
844 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
845
846 2000-09-05 Andre Spiegel <spiegel@gnu.org>
847
848 * vc-hooks.el: Require vc during compilation.
849 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
850 macro `with-vc-properties' in vc.el.
851 (vc-file-getprop): Doc fix.
852 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
853
854 * vc.el: Require dired-aux during compilation.
855 (vc-name-assoc-file): Moved to vc-sccs.el.
856 (with-vc-properties): New macro.
857 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
858 vc-finish-steal): Use it.
859 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
860 to the backend-specific function is now supposed to do the checkout,
861 too.
862 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
863
864 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
865 set file properties; that gets done in the generic code now.
866
867 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
868 Changed parameter list, added code from vc.el that does the
869 checkout, possibly with a double-take.
870
871 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
872 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
873 the above under the new name.
874 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
875 parameter list, added checkout command.
876 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
877 properties; that gets done in the generic code now.
878
879 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
880
881 * vc.el: Docstring fixes (courtesy of checkdoc).
882
883 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
884
885 * vc.el (vc-checkout-writable-buffer-hook)
886 (vc-checkout-writable-buffer): Remove.
887 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
888 (vc-log-mode): Make it into a clean derived major mode.
889 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
890 vc-log-mode if log-edit is not available.
891 (vc-dired-mode-map): Don't set-keymap-parent yet.
892 (vc-dired-mode): Do set-keymap-parent here.
893 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
894
895 2000-09-05 Gerd Moellmann <gerd@gnu.org>
896
897 * faces.el (set-face-attribute, face-spec-reset-face)
898 (face-spec-set): Avoid consing by removing calls to `apply'.
899
900 * frame.el (frame-parameter): Move to C code.
901
902 2000-09-05 Dave Love <fx@gnu.org>
903
904 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
905 insert-before-markers-and-inherit. Now checked systematically!
906
907 2000-09-05 Alex Schroeder <alex@gnu.org>
908
909 * sql.el (sql-postgres): Use sql-postgres-options.
910 (sql-postgres-options): New variable.
911
912 2000-09-05 Alex Schroeder <alex@gnu.org>
913
914 * sql.el (sql-mode-menu): Work around missing variable mark-active
915 in XEmacs.
916 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
917 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
918 compatibility.
919
920 2000-09-04 Gerd Moellmann <gerd@gnu.org>
921
922 * vc.el (vc-dired-resynch-file): Add autoload cookie.
923
924 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
925
926 * Makefile.in (DONTCOMPILE): Fix typo in file name.
927
928 2000-09-04 Andre Spiegel <spiegel@gnu.org>
929
930 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
931 don't support anything else under SCCS yet.
932
933 * vc-hooks.el: Minor doc fixes.
934
935 2000-09-04 Andre Spiegel <spiegel@gnu.org>
936
937 * vc.el (vc-next-action-on-file): Do not visit the file if it's
938 not necessary. If verbose in state `needs-patch', do the same as
939 under `up-to-date'. When NOT verbose and `needs-patch', check out
940 latest version instead of `merge-news'.
941 (vc-next-action-dired): Don't mess with default-directory here; it
942 breaks other parts of dired. It is the job of the
943 backend-specific functions to adjust it temporarily if they need it.
944 (vc-next-action): Remove a special CVS case.
945 (vc-clear-headers): New optional arg FILE.
946 (vc-checkin, vc-checkout): Set properties vc-state and
947 vc-checkout-time properly.
948 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
949 (vc-print-log): Use new backend function `show-log-entry'.
950 (vc-cancel-version): Do the checks in a different order. Added a
951 FIXME concerning RCS-only code.
952
953 * vc-rcs.el (vc-rcs-show-log-entry): New function.
954 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
955
956 * vc-cvs.el (vc-cvs-show-log-entry): New function.
957
958 * vc-hooks.el (vc-default-mode-line-string): Show state
959 `needs-patch' as a `-' too.
960
961 2000-09-04 Andre Spiegel <spiegel@gnu.org>
962
963 * vc.el (vc-responsible-backend): New optional arg REGISTER.
964 (vc-default-could-register): New function.
965 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
966 (vc-resynch-buffer): Call vc-dired-resynch-file.
967 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
968 vc-resynch-buffer instead of vc-resynch-window.
969 (vc-next-action-dired): Don't redisplay here, that gets done as a
970 result of the individual file operations.
971 (vc-retrieve-snapshot): Corrected prompt order.
972
973 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
974
975 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
976 as well.
977 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
978 hostname regexps. Updated all callers.
979 (vc-cvs-responsible-p): Handle directories as well.
980 (vc-cvs-could-register): New function.
981 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
982 properties up-to-date.
983
984 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
985 user whether to create one.
986
987 2000-09-04 Andre Spiegel <spiegel@gnu.org>
988
989 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
990 check out a non-existing file.
991
992 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
993 workfile does not exist.
994
995 * vc.el (vc-version-diff): Use `require' to check for existence of
996 diff-mode.
997
998 2000-09-04 Andre Spiegel <spiegel@gnu.org>
999
1000 * vc-cvs.el (vc-cvs-registered): Use new function
1001 vc-cvs-parse-entry to do the actual work.
1002
1003 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1004
1005 * vc-hooks.el (vc-find-backend-function): If function doesn't
1006 exist, return nil instead of error.
1007 (vc-call-backend): Doc fix.
1008
1009 * vc.el (vc-do-command): Doc fix.
1010 (vc-finish-logentry): When checking in from vc-dired, choose the
1011 right backend for logentry check.
1012 (vc-dired-mode-map): Inherit from dired-mode-map.
1013 (vc-dired-mode): Local value of dired-move-to-filename-regexp
1014 simplified.
1015 (vc-dired-state-info): Removed, updated caller.
1016 (vc-default-dired-state-info): Use parentheses instead of hyphens.
1017 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1018 (vc-dired-listing-switches): New variable.
1019 (vc-directory): Use it, instead of dired-listing-switches.
1020
1021 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1022 (vc-cvs-dir-state): New function.
1023 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
1024 (vc-cvs-parse-entry): New function, also to be used in
1025 vc-cvs-registered.
1026
1027 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1028
1029 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1030 *or* single-window-frames.
1031
1032 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1033
1034 * vc.el (vc-update-changelog): Split into generic part and default
1035 implementation. Doc string adapted.
1036 (vc-default-update-changelog): New function. Call the `rcs2log'
1037 script in exec-directory, to fix a long-standing nuisance.
1038
1039 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1040 simply signals an error.
1041
1042 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1043
1044 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1045 control-flow more clear and to avoid running `cvs' twice.
1046
1047 * vc.el (vc-next-action-on-file): Doc fix.
1048 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1049 (vc-print-log): Eval `file' before constructing the continuation.
1050
1051 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1052
1053 * vc.el (vc-next-action-on-file): Corrected several messages.
1054 (vc-merge): Add prefix arg `merge-news'; handle it.
1055
1056 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1057 is not reached. It is.
1058 (vc-cvs-merge): Set state to 'edited after merge.
1059 (vc-cvs-merge-news): Set workfile version to nil if not known.
1060 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
1061
1062 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1063 via stdout. (Merge from main line.)
1064
1065 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1066
1067 * vc.el (vc-finish-logentry): Thinko in the "same comment"
1068 detection.
1069
1070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1071
1072 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1073 against kill-all-local-variables.
1074 (vc-log-edit): Don't save vc-parent-buffer any more.
1075 (vc-last-comment-match): Initialize to an empty string.
1076 (vc-post-command-functions): New hook.
1077 (vc-do-command): Run it.
1078 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1079 (vc-finish-logentry): Only add the comment to the ring if it's
1080 different from the last comment entered.
1081 (vc-new-comment-index): New function.
1082 (vc-previous-comment): Use it. Make the minibuffer message
1083 slightly less terse.
1084 (vc-comment-search-reverse): Make it work forward as well. Don't
1085 set vc-comment-ring-index if no match is found. Use
1086 vc-new-comment-index.
1087 (vc-comment-search-forward): Use vc-comment-search-reverse.
1088 (vc-dired-mode-map): Don't inherit from dired-mode-map since
1089 define-derived-mode will do it for us. Bind `v' to a keymap that
1090 inherits from vc-prefix-map so that we can bind `vt' without
1091 binding C-x v t.
1092 (vc-retrieve-snapshot): Parenthesis typo.
1093
1094 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1095 to 1. Make sure to switch to *vc* before looking for an error
1096 message. Use vc-parse-buffer.
1097
1098 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1099
1100 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1101 and NAME.
1102 (vc-retrieve-snapshot): Split into two parts.
1103 (vc-default-retrieve-snapshot): New function.
1104
1105 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1106 (vc-cvs-retrieve-snapshot): New function (untested).
1107 (vc-cvs-stay-local): Default to t.
1108 (vc-cvs-remote-p): New function and property.
1109 (vc-cvs-state): Stay local only if the above is t.
1110 (vc-handle-cvs): Removed.
1111 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1112 done via vc-handled-backends now.
1113 (vc-cvs-header): Escape Id.
1114
1115 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1116
1117 * vc.el (vc-do-command): Remove unused commands.
1118 (vc-version-diff): Make sure default-directory ends with a slash.
1119 Move the window commands into a vc-exec-after.
1120 (vc-print-log): Move more of the code into the `vc-exec-after'.
1121
1122 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1123
1124 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1125 (vc-print-log): Search current revision from beginning of buffer.
1126 (vc-revert-buffer): Clear echo area after the diff is finished.
1127 (vc-prefix-map): Removed definition of "t" for terse display in vc
1128 dired.
1129 (vc-dired-mode-map): Inherit from dired-mode-map. Added
1130 definition of "vt" for terse display.
1131 (vc-dired-mode): Fix dired-move-to-filename-regexp.
1132
1133 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1134
1135 * vc.el (vc-exec-after): Avoid caddr.
1136
1137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1138
1139 * vc.el (vc-exec-after): New function.
1140 (vc-do-command): Use it to add a termination message for async
1141 procs.
1142 (vc-checkout): Try to handle a missing-backend situation.
1143 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1144 of a directory with a backend using async diffs.
1145 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1146 present.
1147
1148 * vc-sccs.el (vc-sccs-state-heuristic): Use
1149 file-ownership-preserved-p.
1150
1151 * vc-rcs.el (vc-rcs-state-heuristic): Use
1152 file-ownership-preserved-p.
1153 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1154
1155 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1156
1157 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1158 vc-do-command.
1159
1160 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1161 when there are no changes.
1162
1163 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1164
1165 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1166
1167 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1168
1169 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1170
1171 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1172
1173 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1174 the `fset' outside of the defvar so that it works even if
1175 vc-prefix-map was already defined.
1176 (vc-setup-buffer): New function, split out of vc-do-command.
1177 (vc-do-command): Allow BUFFER to be t to mean `just use the
1178 current buffer without any fuss'.
1179 (vc-version-diff): Change the `diff' backend operation to just put
1180 the diff in the current buffer without erasing it. Always use
1181 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
1182 shrink-window-if-larger-than-buffer.
1183 (vc-print-log): Change the `print-log' backend operation to just
1184 put the log in the current buffer without erasing it. Protect
1185 shrink-window-if-larger-than-buffer.
1186 (vc-update-change-log): Fix setd typo.
1187
1188 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1189 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1190
1191 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1192 (vc-rcs-diff): Insert in the current buffer and remove unused arg
1193 CMP.
1194
1195 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1196 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
1197 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1198
1199 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1200
1201 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
1202 not possible, use vc-BACKEND-workfile-unchanged-p.
1203 (vc-default-workfile-unchanged-p): New function. Delegates to a
1204 full vc-BACKEND-diff.
1205
1206 * vc-hooks.el (vc-simple-command): Removed.
1207
1208 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
1209 instead of vc-simple-command.
1210 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
1211 avoid doing a diff when opening a file.
1212 (vc-rcs-state): Added check for unlocked-changes.
1213 (vc-rcs-header): Escape Id.
1214 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
1215 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
1216 version.
1217
1218 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
1219 (vc-sccs-diff): Remove optional arg CMP.
1220 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
1221 SCCS-specific function.
1222
1223 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
1224 vc-simple-command.
1225
1226 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1227
1228 * vc.el (vc-editable-p): Renamed from vc-writable-p.
1229 (with-vc-file, vc-merge): Use vc-editable-p.
1230 (vc-do-command): Remove unused var vc-file and fix the
1231 doubly-defined `status' var. Add a user message when starting an
1232 async command.
1233 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
1234 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
1235 Use with-current-buffer.
1236 (vc-buffer-sync): Use unless.
1237 (vc-next-action-on-file): If the file is 'edited by read-only,
1238 make it read-write instead of trying to commit.
1239 (vc-version-diff, vc-update-change-log): Use `setq
1240 default-directory' rather than `cd'.
1241 (vc-log-edit): Don't forget to set default-directory in the
1242 buffer.
1243
1244 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
1245 (vc-sccs-state-heuristic): Use file-writable-p instead of
1246 comparing userids.
1247 (vc-sccs-checkout): Use `unless'.
1248
1249 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
1250 of comparing userids.
1251 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
1252 Simplify the logic by eliminating unreachable code.
1253 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
1254 just do a recursive call if we need to retry.
1255 (vc-rcs-checkout): Handle the case where rcs is missing by making
1256 the buffer read-write if requested and re-signalling the error.
1257
1258 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
1259
1260 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1261
1262 * vc-hooks.el (vc-handled-backends): Docstring change.
1263 (vc-ignore-vc-files): Mark obsolete.
1264 (vc-registered): Check vc-ignore-vc-files.
1265 (vc-find-file-hook, vc-file-not-found-hook): Don't check
1266 vc-ignore-vc-files.
1267
1268 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
1269
1270 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1271
1272 * vc.el (vc-checkout): Don't do anything special for ange-ftp
1273 files since ange-ftp already has vc-registered return nil.
1274
1275 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
1276 (vc-sccs-workfile-version): Use with-temp-buffer and new
1277 vc-parse-buffer and don't bother setting the property.
1278 (vc-sccs-add-triple): Use with-current-buffer and
1279 find-file-noselect.
1280 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
1281
1282 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
1283 derives from the old vc-parse-buffer but uses the revision number
1284 rather than the date (much easier to compare robustly).
1285 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
1286 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
1287 locking-user more directly. Check strict locking and set
1288 checkout-model appropriately.
1289 (vc-rcs-parse-locks): Remove.
1290 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
1291 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
1292 (vc-rcs-system-release): Use with-current-buffer and
1293 vc-parse-buffer.
1294 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
1295
1296 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
1297 (vc-simple-command): Docstring fix.
1298 (vc-registered): Align the way the file-handler is called with the
1299 way the function itself works.
1300 (vc-file-owner): Remove.
1301
1302 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
1303 extraction of fields and call to file-attributes because of a
1304 temporary bug in rcp.el.
1305 (vc-cvs-fetch-status): Use with-current-buffer.
1306
1307 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1308
1309 * vc.el (vc-do-command): Use file-relative-name.
1310 (vc-responsible-backend): Use vc-backend if possible.
1311 (vc-create-snapshot): Improve the `interactive' spec. Add support
1312 for branches and dispatch to backend-specific `create-snapshot'.
1313 (vc-default-create-snapshot): New function, containing the bulk of
1314 the old vc-create-snapshot.
1315 (vc-retrieve-snapshot): Improve the interactive spec.
1316
1317 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
1318 (vc-backend-hook-functions): Remove.
1319 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
1320 (vc-backend): Reintroduce the test for `file = nil' now that I
1321 know why it was there (and added a comment to better remember).
1322
1323 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
1324 code from vc-sccs-hooks.el.
1325 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
1326 'vc anymore.
1327 (vc-sccs-responsible-p): Use expand-file-name instead of concat
1328 and file-directory-p instead of file-exists-p.
1329 (vc-sccs-check-headers): Simplify the regexp.
1330
1331 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
1332 from vc-rcs-hooks.el. Don't require 'vc anymore.
1333 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
1334 file-directory-p instead of file-exists-p.
1335
1336 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
1337 from vc-cvs-hooks.el.
1338 (proto vc-cvs-registered): Require 'vc-cvs instead of
1339 'vc-cvs-hooks. Don't require 'vc anymore.
1340 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
1341 file-directory-p instead of file-exists-p.
1342 (vc-cvs-create-snapshot): New function, replacing
1343 vc-cvs-assign-name.
1344 (vc-cvs-assign-name): Remove.
1345
1346 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1347
1348 * vc-cvs.el (vc-cvs-header): New var.
1349
1350 * vc-rcs.el (vc-rcs-exists): Remove.
1351 (vc-rcs-header): New var.
1352
1353 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
1354 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
1355 (vc-sccs-header): New var.
1356
1357 * vc.el (vc-do-command): Get rid of the `last' argument.
1358 (vc-header-alist): Remove, replaced by vc-X-header.
1359 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
1360 (vc-dired-hook): Use expand-file-name instead of concat.
1361 (vc-directory): Use file-name-as-directory.
1362 (vc-snapshot-precondition, vc-create-snapshot)
1363 (vc-retrieve-snapshot): Allow the command to operate on any
1364 directory.
1365
1366 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
1367 just removing the 'WORKFILE argument or by removing the 'MASTER
1368 argument and replacing `file' with (vc-name file).
1369
1370 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1371
1372 * vc.el: Update Copyright and add a crude list of backend funs.
1373 (vc-writable-p): New function.
1374 (with-vc-file): Use vc-writable-p.
1375 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
1376 (vc-register): Avoid vc-name.
1377 (vc-locking-user): Remove.
1378 (vc-steal-lock): Make the `owner' arg non-optional.
1379 (vc-merge): Use vc-writable-p instead of vc-locking-user and
1380 vc-checkout-model.
1381 (vc-default-dired-state-info): Use vc-state instead of
1382 vc-locking-user and return special strings for special states.
1383 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
1384 and get rid of one of the special CVS cases.
1385 (vc-cancel-version): prettify error message with \\[...].
1386 (vc-rename-master): New function.
1387 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
1388 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
1389 the CVS special case generic.
1390 (vc-default-record-rename): Remove.
1391 (vc-file-tree-walk-internal): Only call FUNC for files that are
1392 under control of some VC backend and replace `concat' with
1393 expand-file-name.
1394 (vc-file-tree-walk): Update docstring.
1395 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
1396 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
1397
1398 * vc-sccs.el (vc-sccs-rename-file): Renamed from
1399 vc-sccs-record-rename. Use `find-file-noselect' rather than
1400 `find-file' and call `vc-rename-master' to do the actual move.
1401 (vc-sccs-diff): Remove unused `backend' variable.
1402
1403 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
1404 to delay loading of vc-sccs until it is really used.
1405 (vc-sccs-master-templates): Preload.
1406 (vc-sccs-state): Update call to vc-sccs-parse-locks.
1407 (vc-sccs-project-dir): Remove (merged into
1408 vc-sccs-search-project-dir).
1409 (vc-sccs-search-project-dir): Rewrite using file name handling ops
1410 rather than `concat', make sure it is preloaded and don't bother
1411 to check that the file actually exists.
1412 (vc-sccs-parse-locks): Remove unused `file' argument, remove
1413 `locks' argument (use buffer's content instead) and eliminate n^2
1414 behavior.
1415
1416 * vc-rcs.el: Update Copyright.
1417 (vc-rcs-rename-file): New function.
1418 (vc-rcs-diff): Remove unused `backend' variable.
1419
1420 * vc-hooks.el: Update Copyright.
1421 (vc-backend): Don't accept a nil argument any more.
1422 (vc-up-to-date-p): Turn into a defsubst.
1423 (vc-possible-master): New function.
1424 (vc-check-master-templates): Use `vc-possible-master' and allow
1425 funs in vc-X-master-templates to return a non-existent file.
1426
1427 * vc-cvs.el: Update Copyright.
1428 (vc-cvs-diff): Remove unused `backend' variable.
1429 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
1430
1431 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
1432
1433 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1434
1435 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
1436 since it can be called from vc-rcs.el.
1437 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
1438
1439 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1440
1441 * vc.el (vc-version-diff): Expand file name read from the
1442 minibuffer. Handle the case when a previous version number can't
1443 be guessed. Give suitable messages when there were no differences
1444 found.
1445 (vc-clear-headers): Call backend-specific implementation, if one
1446 exists.
1447 (vc-cancel-version): Made error checks generic. When done, clear
1448 headers generically, too.
1449
1450 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
1451 from vc-clear-headers in vc.el.
1452
1453 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
1454 correctly.
1455 (vc-rcs-latest-on-branch-p): Made second argument VERSION
1456 optional. Handle the case when it's not there.
1457
1458 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * vc.el (vc-locking-user): Moved from vc-hooks.el.
1461
1462 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1463
1464 * vc-hooks.el (vc-loadup): Remove.
1465 (vc-find-backend-function): Use `require'. Also, handle the case
1466 where vc-BACKEND-hooks.el doesn't exist.
1467 (vc-call-backend): Cleanup.
1468
1469 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
1472 vc-rcs-grab-templates)
1473 (vc-rcs-registered): Remove. The default function works as well.
1474 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
1475 vc-sccs-grab-templates)
1476 (vc-sccs-registered): Remove. The default function works as well.
1477
1478 * vc.el (vc-version-diff): Left out a vc- in call to
1479 vc-call-backend.
1480 (vc-default-dired-state-info, vc-default-record-rename)
1481 (vc-default-merge-news): Update for the new backend argument.
1482
1483 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
1484 using the default function.
1485 (vc-call-backend): If calling the default function, pass it the
1486 backend as first argument. Update the docstring accordingly.
1487 (vc-default-state-heuristic, vc-default-mode-line-string): Update
1488 for the new backend argument.
1489 (vc-make-backend-sym): Renamed from vc-make-backend-function.
1490 (vc-find-backend-function): Use the new name.
1491 (vc-default-registered): New function.
1492
1493 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * vc.el (vc-merge): Use vc-find-backend-function.
1496
1497 * vc-hooks.el (vc-backend-functions): Remove.
1498 (vc-loadup): Don't setup 'vc-functions.
1499 (vc-find-backend-function): New function.
1500 (vc-call-backend): Use above fun and populate 'vc-functions
1501 lazily.
1502 (vc-backend-defines): Remove.
1503
1504 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1505
1506 * vc.el (vc-register): Put a FIXME note for a newly found bug.
1507 Call vc-call-backend without the leading vc-.
1508 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
1509 (vc-check-headers): Call vc-call-backend without the leading vc-.
1510 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
1511 (vc-annotate-display): Replace confusing use of `cond' with `or'.
1512 Call vc-call-backend without the leading vc-.
1513
1514 * vc-cvs.el (tail): Provide vc-cvs.
1515 * vc-sccs.el (tail): Provide vc-sccs.
1516 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
1517
1518 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
1519 (vc-make-backend-function, vc-call): Pass names without leading
1520 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
1521 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
1522 (vc-call-backend): Always try to load vc-X-hooks.
1523 (vc-registered): Remove vc- in call to vc-call-backend.
1524
1525 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1526
1527 * vc.el (vc-process-filter): New function.
1528 (vc-do-command): Setup `vc-process-filter' for the async process.
1529 (vc-maybe-resolve-conflicts): New function to reduce
1530 code-duplication. Additionally, it puts the buffer in
1531 `smerge-mode' if applicable.
1532 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
1533 calling `merge-news'.
1534 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
1535 (vc-log-edit): New function. Replacement for `vc-log-mode' by
1536 interfacing to log-edit.el.
1537 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
1538 log-edit is available.
1539 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
1540
1541 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1542
1543 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
1544 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
1545 defvar and the initialization.
1546 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
1547
1548 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
1549 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
1550
1551 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
1552
1553 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1554
1555 * vc.el (vc-file-clear-masterprops): Removed.
1556 (vc-checkin, vc-revert-buffer): Removed calls to the above.
1557 (vc-version-diff): Use buffer-size without argument.
1558 (vc-register): Heed vc-initial-comment.
1559
1560 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
1561 default branch.
1562
1563 * vc-rcs.el (vc-rcs-register): Parse command output to find master
1564 file name and workfile version.
1565 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
1566
1567 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
1568 vc-file-clear-masterprops.
1569
1570 * vc-sccs.el (vc-sccs-checkout): Removed call to
1571 vc-file-clear-masterprops. If writable, set vc-state to 'edited
1572 rather than user login name.
1573
1574
1575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1576
1577 * vc.el (vc-workfile-unchanged-p): Remove unused argument
1578 `want-differences-if-changed' and simplify.
1579 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
1580 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
1581 output (which is invalid for async vc-diff) to decide whether to
1582 do the revert silently or not.
1583
1584 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * vc-hooks.el (vc-loadup): Load files quietly.
1587 (vc-call-backend): Oops, brain fart.
1588
1589 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1590
1591 * vc-cvs.el (vc-cvs-state): Typo.
1592 (vc-cvs-merge-news): Return the status code rather than the error msg.
1593
1594 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1595
1596 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
1597 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
1598 vc-state or vc-up-to-date-p.
1599 (vc-merge): Use vc-backend-defines to check whether merging is
1600 possible. Set state to 'edited after successful merge.
1601
1602 * vc-hooks.el (vc-locking-user): If locked by the calling user,
1603 return that name. Redocumented.
1604
1605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1606
1607 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1608 new `vc-state' semantics.
1609 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1610 'vc-locking-user to the current user.
1611 (vc-merge): Inline vc-backend-merge. Comment out code that I
1612 don't understand and hence can't adapt to the new `vc-state' and
1613 `vc-locking-user' semantics.
1614 (vc-backend-merge): Remove.
1615
1616 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1617 rather than 'vc-locking-user.
1618
1619 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1620
1621 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1622 (vc-state): Don't use 'reserved any more. Just use the same
1623 convention as the one used for vc-<backend>-state where the
1624 locking user (as a string) is returned.
1625 (vc-locking-user): Update, based on the above convention. The
1626 'vc-locking-user property has disappeared.
1627 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
1628
1629 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1630 with a heuristic one.
1631 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1632 (vc-cvs-checkin): Do a trivial parse to set the state in case of
1633 error. That allows us to get to 'needs-merge even in the
1634 stay-local case. There's still no way to detect 'needs-patch in
1635 such a setup (or to force an update for that matter).
1636 (vc-cvs-logentry-check): Remove, the default works as well.
1637
1638 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
1641
1642 * vc.el (vc-do-command): kill-all-local-variables, to reset any
1643 major-mode in which the buffer might have been put earlier. Use
1644 `remove' and `when'. Allow `okstatus' to be `async' and use
1645 `start-process' in this case.
1646 (vc-version-diff): Handle the case where the diff looks empty
1647 because of the use of an async process.
1648
1649 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1650
1651 * vc.el (vc-next-action-on-file): Removed optional parameter
1652 `simple'. Recompute state unconditionally.
1653 (vc-default-toggle-read-only): Removed.
1654
1655 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1656 (vc-toggle-read-only): Undid prev change.
1657
1658 * vc-cvs.el (vc-cvs-stay-local): Renamed from
1659 vc-cvs-simple-toggle. Redocumented.
1660 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1661 (vc-cvs-toggle-read-only): Removed.
1662
1663 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1664
1665 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
1666 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1667 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1668 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
1669 still is. So maybe it should be removed.
1670 (vc-head-version, vc-find-binary): Remove.
1671 (vc-recompute-state): Move from vc-hooks.el.
1672 (vc-next-action-on-file): Add a `simple' argument to allow
1673 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
1674 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1675 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
1676 (vc-dired-mode-map): Properly defvar it.
1677 (vc-print-log): Call log-view-mode if available.
1678 (small-temporary-file-directory): defvar instead of use boundp.
1679 (vc-merge-news): Moved to vc-cvs.el.
1680 (vc-default-merge-news): New function.
1681
1682 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1683 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1684 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1685 unknown `vc-latest-version' function. It should probably refer to
1686 vc-workfile-version or somesuch, but it's very unclear to me and I
1687 don't have SCCS to test things.
1688
1689 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1690 (vc-sccs-state-heuristic): Fix typo.
1691 (vc-sccs-workfile-unchanged-p): Add missing argument.
1692
1693 * vc-rcs.el: Require vc and vc-rcs-hooks.
1694 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1695 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1696 (vc-release-greater-or-equal-p): Move from vc.
1697 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1698 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1699 (vc-rcs-checkout): Add a missing `new-version' argument in the
1700 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
1701
1702 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1703 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1704 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1705 than the apparently unbound `workfile-version'.
1706
1707 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1708 (vc-file-prop-obarray): Use `make-vector'.
1709 (vc-backend-functions): Add new hookable functions
1710 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1711 (vc-loadup): If neither backend nor default functions exist, use
1712 the backend function rather than nil.
1713 (vc-call-backend): If the function if not bound yet, try to load
1714 the non-hook file to see if it provides it.
1715 (vc-call): New macro plus use it wherever possible.
1716 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1717 nor `vc-find-binary' since it's only called from
1718 vc-mistrust-permission which is only used once the backend is known.
1719 (vc-checkout-model): Fix parenthesis.
1720 (vc-recompute-state, vc-prefix-map): Move to vc.el.
1721
1722 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
1723 (vc-cvs-release, vc-cvs-system-release): Remove.
1724 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1725 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1726 status symbols.
1727 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1728 (vc-cvs-toggle-read-only): First cut at a function to allow a
1729 cvs-status-free vc-toggle-read-only.
1730 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1731 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1732 vc-cvs-status. Also set vc-state rather than vc-locking-user.
1733 (vc-cvs-checkout): Modify access rights directly if the user
1734 requested not to use `cvs edit'. And refresh the mode line.
1735
1736 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1737 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1738
1739 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1740
1741 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
1742 workfile' that got lost when the code was extracted from vc.el.
1743 And merged the tail with the rest of the code (not possible in the
1744 old vc.el where the tail was shared among all backends). And
1745 explicitly set the state to 'edited if `writable' is set.
1746
1747 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1748 (vc-cvs-state): Be careful to return the value from
1749 vc-cvs-parse-state.
1750 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
1751 property but return it instead. Also be careful to handle a nil
1752 or "" `rev' when workfile is non-nil (it was handled properly when
1753 workfile was nil).
1754
1755 * vc.el: Removed those pesky unnecessary `(function' quotes.
1756 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1757 directly in the defvar.
1758 (vc-do-command): Bind inhibit-read-only so as to properly handle
1759 the case where the destination buffer has been made read-only.
1760 (vc-diff): Delegate to vc-version-diff in all cases.
1761 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
1762 (vc-annotate-mode-variables): Removed (code moved partly to
1763 defvars and partly to vc-annotate-add-menu).
1764 (vc-annotate-mode): Turned into a derived-mode.
1765 (vc-annotate-add-menu): Moved in code in
1766 vc-annotate-mode-variables.
1767 (vc-update-change-log): Use make-temp-file if available.
1768
1769 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
1770
1771 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1772 `vc-checkout-model' updated to `vc-cvs-update-model'.
1773
1774 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1775
1776 * vc.el (vc-next-action-on-file): Added handling of state
1777 `unlocked-changes'.
1778 (vc-checkout-carefully): Is now practically obsolete, unless the
1779 above is too slow to be enabled unconditionally.
1780 (vc-update-change-log): Fixed typo.
1781
1782 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1783
1784 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1785 Now handles state `unlocked-changes'.
1786 (vc-sccs-workfile-unchanged-p): New function, to support the above.
1787
1788 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1789
1790 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1791 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
1792 `unlocked-changes'.
1793 (vc-rcs-workfile-unchanged-p): Renamed from
1794 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
1795 function yet, but supposed to become one soon.
1796
1797 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1798 `vc-steal-lock'.
1799 (vc-call-backend): Changed error message.
1800 (vc-state): Added description of state `unlocked-changes'.
1801
1802 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1803
1804 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1805 always return t in CVS-controlled directories.
1806
1807 * vc.el (vc-responsible-backend): New function.
1808 (vc-register): Largely rewritten.
1809 (vc-admin): Removed (implementation moved into vc-register).
1810 (vc-checkin): Redocumented.
1811 (vc-finish-logentry): If no backend defined yet (because we are in
1812 the process of registering), use the responsible backend.
1813
1814 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1815 Updated function lists.
1816 (vc-call-backend): Fixed typo.
1817
1818 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1819 New functions.
1820 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1821 Removed query option. Redocumented.
1822
1823 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1824
1825 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1826
1827 * vc.el: Updated callers of `vc-checkout-required' to use
1828 `vc-checkout-model'.
1829
1830 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1831
1832 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
1833 stuff updated to reference this function instead of the old
1834 `vc-backend-release-p'.
1835
1836 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1837
1838 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1839 vc-checkout-model. Return appropriate values. Updated callers.
1840
1841 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1842
1843 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
1844 (vc-backend-revert): Function moved into `vc-revert';
1845 `vc-next-action' must be updated to accomodate this change.
1846 (vc-backend-steal): Function moved into `vc-finish-steal'.
1847 (vc-backend-logentry-check): Function moved into
1848 `vc-finish-logentry'.
1849 (vc-backend-printlog): Function moved into `vc-print-log'.
1850 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1851 (vc-backend-assign-name): Function moved into
1852 `vc-create-snapshot'.
1853
1854 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1855
1856 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
1857 Rename to vc-checkout-model. Return appropriate values.
1858 Update callers.
1859
1860 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
1861 to vc-checkout-model.
1862 (vc-checkout-required): Rename to vc-checkout-model.
1863 Re-implement and re-comment.
1864 (vc-after-save): Use vc-checkout-model.
1865
1866 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1867
1868 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1869 Update to use the vc-BACKEND-diff functions instead.
1870 `vc-diff' is now working.
1871
1872 * vc-rcs.el (vc-rcs-logentry-check): New function.
1873
1874 * vc-cvs.el (vc-cvs-logentry-check): New function.
1875
1876 * vc-sccs.el (vc-sccs-diff): Function changed name from
1877 `vc-backend-diff'. This makes `vc-diff' work.
1878
1879 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
1880 of functions possibly implemented in a vc-BACKEND library.
1881 (vc-checkout-required): Fix bug that caused an error to be
1882 signaled during `vc-after-save'.
1883
1884 * vc.el: Fix typo.
1885 This checkin is made with our new VC code base for the very first time.
1886 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
1887
1888 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1889 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1890
1891 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1892 updated to `vc-uses-locking'.
1893 (vc-checkout-required): Call to backend function.
1894 `vc-checkout-required' updated to `vc-uses-locking' instead.
1895
1896 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1897 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1898
1899 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
1900 to match the split into various backends.
1901 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
1902 (vc-retrieve-snapshot): Bug fix.
1903
1904 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1905
1906 * vc-sccs.el (vc-sccs-release): Doc fix.
1907
1908 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1909
1910 * vc.el (vc-next-action-on-file): Bug found and fixed.
1911 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1912 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1913
1914 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1915 (vc-rcs-checkout): Name space cleaned up. No more revision number
1916 crunching function names that are not prefixed with vc-rcs.
1917 (vc-rcs-checkout-model): Function added. References to
1918 `vc-checkout-model' replaced.
1919
1920 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1921
1922 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1923 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
1924 still need to be split, and implemented for RCS).
1925
1926 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1927
1928 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1929
1930 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1931 required by the vc.el file.
1932
1933 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1934 required by the vc.el file.
1935 (vc-rcs-exists): Function added.
1936
1937 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1938 required by the vc.el file.
1939
1940 * vc.el (vc-admin): Updated to handle selection of appropriate
1941 backend. Current implementation is crufty and need re-thinking.
1942
1943 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1944
1945 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1946
1947 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1948 beginning of annotate buffers correctly.
1949
1950 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1951 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1952 functionality updated quite a lot to support multiple backends.
1953 Variables `vc-annotate-mode', `vc-annotate-buffers',
1954 `vc-annotate-backend' added.
1955
1956 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1957 `vc-annotate-difference' added to supported backend functions.
1958
1959 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1960
1961 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1962 Use with-temp-file instead of /bin/sh. Merged from mainline
1963
1964 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1965
1966 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1967
1968 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1969
1970 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1971
1972 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1973
1974 * vc-hooks.el: vc-state-heuristic added to
1975 vc-backend-hook-functions.
1976
1977 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1978
1979 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1980
1981 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1982 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
1983 state to `reserved'.
1984
1985 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1986 `vc-checkout-required'. Rename the `locked' state to `reserved'.
1987
1988 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1989
1990 * vc-rcs-hooks.el: Implement new state model. Hardly anything
1991 untouched.
1992
1993 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
1994
1995 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
1996 if defined. (Merged from main line, slightly adapted.)
1997
1998 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
1999 millenium problem (merged from mainline).
2000
2001 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2002
2003 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2004 part and moved the non-BACKEND stuff to vc.el.
2005
2006 * vc.el: Split the annotate feature into a BACKEND specific part
2007 and moved it from the vc-cvs.el file to this one.
2008
2009 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2010
2011 * vc-hooks.el: Implement new state model.
2012 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2013 (vc-locking-user): Simplify. Now only needed if the file is
2014 locked by somebody else.
2015 (vc-lock-from-permissions): Remove. Functionality is in
2016 vc-sccs-hooks.el and vc-rcs-hooks.el now.
2017 (vc-mode-line-string): New name for former vc-status. Adapted.
2018 (vc-mode-line): Adapt to use the above. Remove optional parameter.
2019
2020 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2021 Various simplifications and adaptations all over the place.
2022
2023 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2024 Simplify and adapt the rest.
2025
2026 * vc.el (vc-resynch-window): Add TODO comment: check for
2027 interaction with view mode according to recent RCS change.
2028 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
2029
2030 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2031
2032 * vc.el: Convert the remaining function comments to docstrings.
2033
2034 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2035
2036 * vc.el (vc-backend-release, vc-release-greater-or-equal)
2037 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2038 (vc-minor-part, vc-previous-version): Functions that operate and
2039 compare revision numbers got proper documentation. Comments added
2040 about their possible removal.
2041
2042 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2043
2044 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2045 the vc-backend.el files.
2046
2047 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2048
2049 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2050 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2051 (vc-rcs-previous-version): Functions added.
2052
2053 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2054
2055 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2056
2057 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2058
2059 * vc-hooks.el (vc-master-templates): Is really obsolete.
2060 Comment out the definition for now. What is the right procedure
2061 to get rid of it?
2062 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2063 rewritten.
2064 (vc-default-registered): Remove.
2065 (vc-check-master-templates): New function; does mostly what the
2066 above did before.
2067 (vc-locking-user): Don't rely on the backend to set the property.
2068
2069 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
2070 Rewrite documentation.
2071 (vc-rcs-templates-grabbed): New variable.
2072 (vc-rcs-grab-templates): New function.
2073 (vc-rcs-registered): Rewrite to use above mechanism.
2074
2075 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
2076 Rewrite documentation.
2077 (vc-sccs-templates-grabbed): New variable.
2078 (vc-sccs-grab-templates): New function.
2079 (vc-sccs-registered): Rewrite to use above mechanism.
2080 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2081 Don't throw the result, simply return it.
2082
2083 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2084 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
2085 (vc-cvs-registered): Does the check itself now. Simplify.
2086
2087 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
2088 from main line.
2089
2090 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2091
2092 * vc-cvs.el (vc-cvs-diff): New function.
2093
2094 * vc-sccs.el (vc-sccs-diff): New function.
2095
2096 * vc-rcs.el (vc-rcs-diff): New function.
2097 (vc-rcs-checkout): Bug (typo) found and fixed.
2098 (vc-rcs-register-switches): New variable.
2099
2100 * vc.el (vc-backend-diff): Function removed and placed in the
2101 backend files.
2102
2103 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2104
2105 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2106
2107 * vc.el (vc-backend-checkout): Function removed and replaced in
2108 the vc-backend.el files.
2109
2110 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2111
2112 * vc.el (vc-backend-admin): Removed and replaced in the
2113 vc-backend.el files.
2114
2115 * vc.el (Martin): Removed all the annotate functionality since it
2116 is CVS backend specific.
2117
2118 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2119
2120 * spec.txt: Added specification of vc-state.
2121
2122 * vc-sccs-hooks.el (vc-sccs-master-properties):
2123 Remove handling of vc-latest-version and
2124 vc-your-latest-version. What used to be vc-latest-version, is now
2125 returned as vc-workfile-version.
2126 (vc-sccs-workfile-version): Adapt.
2127
2128 2000-09-04 Dave Love <fx@gnu.org>
2129
2130 * vc.el: [Merged from mainline.]
2131 (vc-dired-mode): Make the dired-move-to-filename-regexp
2132 regexp match the date, to avoid treating date as file size.
2133 Add YYYY S option to WESTERN/
2134
2135 2000-09-04 Dave Love <fx@gnu.org>
2136
2137 * vc.el: Require `compile' when compiling.
2138 (vc-logentry-check-hook): New option.
2139 (vc-steal-lock): Use compose-mail.
2140 (vc-dired-mode-map): Defvar when compiling.
2141 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2142 vc-sccs.el and renamed. Callers changed.
2143 (vc-backend-checkout, vc-backend-logentry-check)
2144 (vc-backend-merge-news): Doc fix.
2145 (vc-default-logentry-check): New function.
2146 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2147 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2148 (vc-backend-merge): Doc fix. Use backend functions.
2149 (vc-check-headers): Use backend functions.
2150
2151 * vc-cvs.el: Require vc when compiling.
2152 (vc-cvs-register-switches): Doc fix.
2153 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2154 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2155 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2156 New functions (code from vc.el).
2157 (vc-annotate-display-default): Fix interactive spec.
2158 (vc-annotate-time-span): Doc fix.
2159
2160 * vc-rcs.el: Require vc when compiling.
2161 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2162 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2163 (vc-rcs-checkin): New functions (code from vc.el).
2164 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2165 Doc fix.
2166 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
2167
2168 * vc-sccs.el: Require vc when compiling.
2169 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2170 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2171 (vc-sccs-revert)
2172 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2173 from vc.el).
2174 (vc-sccs-add-triple, vc-sccs-record-rename)
2175 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2176 (vc-sccs-admin): Doc fix.
2177
2178 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2179
2180 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2181 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2182 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2183 from vc.el.
2184
2185 * vc-sccs.el (vc-admin-sccs): Added from vc.el
2186
2187 * vc-cvs.el: Moved the annotate functionality from vc.el.
2188 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2189
2190 2000-09-04 Dave Love <fx@gnu.org>
2191
2192 * vc.el (vc-backend-release): Call vc-system-release.
2193
2194 * vc-sccs.el (vc-sccs-system-release):
2195 Renamed from vc-sccs-backend-release.
2196
2197 * vc-rcs.el (vc-rcs-system-release):
2198 Renamed from vc-rcs-backend-release.
2199
2200 * vc-cvs.el (vc-cvs-system-release):
2201 Renamed from vc-cvs-backend-release.
2202
2203 2000-09-04 Dave Love <fx@gnu.org>
2204
2205 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
2206 backend files.
2207 (vc-backend-release): Dispatch to backend functions.
2208 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
2209 probably needs attention.]
2210
2211 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
2212 (vc-sccs-backend-release): New function.
2213
2214 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
2215 (vc-cvs-backend-release): New function.
2216
2217 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
2218 Doc fix.
2219 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
2220 (vc-default-dired-state-info): New function.
2221 (vc-dired-state-info): Dispatch to backends.
2222 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
2223
2224 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
2225 from vc.el and renamed.
2226
2227 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2228
2229 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
2230 (vc-version-other-window, vc-backend-assign-name): Removed
2231 references to vc-latest-version; sometimes changed into
2232 vc-workfile-version.
2233
2234 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
2235 vc-rcs-master-workfile-version.
2236 (vc-rcs-workfile-version): Use the above. Don't call
2237 vc-latest-version (that was unreachable code, anyway).
2238 (vc-rcs-fetch-master-properties): Doc fix.
2239
2240 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
2241 (vc-backend-hook-functions): Removed them from this list, too.
2242 (vc-fetch-properties): Removed.
2243 (vc-workfile-version): Doc fix.
2244
2245 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
2246 (vc-rcs-workfile-version, vc-rcs-locking-user)
2247 (vc-rcs-uses-locking): Use it.
2248
2249 * vc-hooks.el (vc-consult-rcs-headers):
2250 Moved into vc-rcs-hooks.el, under the name
2251 vc-rcs-consult-headers.
2252
2253 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
2254 headers.
2255 (vc-cvs-find-master): Use this name only; correct different
2256 versions of the name.
2257
2258 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
2259 New functions.
2260 (vc-sccs-locking-user): Use the latter.
2261
2262 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
2263 New functions.
2264
2265 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
2266 Moved into both
2267 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
2268 functions are implementation details of those two backends.
2269
2270 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2271
2272 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
2273 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
2274
2275 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
2276 (vc-sccs-parse-locks): SCCS-specific code moved here from
2277 vc-hooks.
2278
2279 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
2280 code moved here from vc-hooks.
2281
2282 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
2283 into back-end specific parts and removed. Callers not updated
2284 yet; because I guess these callers will disappear into back-end
2285 specific files anyway.
2286
2287 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2288
2289 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
2290 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
2291 `vc-uses-locking'.
2292
2293 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
2294 Store yes/no in the property, and return t/nil. Updated all
2295 callers.
2296
2297 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
2298 vc-sccs-uses-locking. Don't set property.
2299 (vc-sccs-locking-user): Don't set property.
2300
2301 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
2302 vc-cvs-uses-locking. Don't set property here; leave that to
2303 vc-hooks.
2304 (vc-cvs-locking-user): Reflect above change. Streamlined.
2305
2306 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
2307 vc-rcs-uses-locking.
2308 (vc-rcs-locking-user): Reflect above change.
2309
2310 2000-09-04 Dave Love <fx@gnu.org>
2311
2312 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
2313
2314 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
2315
2316 * vc-hooks.el (vc-checkout-model): Punt to backends.
2317
2318 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
2319
2320 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
2321
2322 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
2323 New functions.
2324
2325 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
2326 New functions.
2327
2328 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
2329 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
2330
2331 * vc-hooks.el (vc-default-locking-user): New function.
2332 (vc-locking-user, vc-workfile-version): Punt to backends.
2333
2334 2000-09-04 Dave Love <fx@gnu.org>
2335
2336 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
2337 (vc-master-workfile-version): Moved from vc-hooks.
2338
2339 * vc-rcs-hooks.el: Fix duplicate code in last change.
2340
2341 * vc-rcs-hooks.el: Require vc-hooks when compiling.
2342 (vc-rcs-master-templates): Improve :type.
2343 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
2344 vc-master-workfile-version): Moved from vc-hooks.
2345
2346 * vc-sccs-hooks.el: Require vc-hooks when compiling.
2347 (vc-sccs-master-templates): Improve :type.
2348 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
2349
2350 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
2351
2352 * vc-cvs-hooks.el: Require vc-hooks when compiling.
2353 (vc-cvs-master-templates): Improve :type. Use
2354 vc-cvs-find-cvs-master.
2355 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
2356 from vc-hooks.
2357 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
2358
2359 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
2360 Moved to vc-cvs-hooks.
2361
2362 * vc-hooks.el: Add doc strings in various places. Simplify the
2363 minor mode setup.
2364 (vc-handled-backends): New user variable.
2365 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
2366 simplification.
2367
2368 2000-09-04 Dave Love <fx@gnu.org>
2369
2370 * vc.el: Some doc fixes for autoloaded and interactive functions.
2371 Fix compilation warnings from ediff stuff.
2372 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
2373
2374 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
2375
2376 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
2377
2378 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
2379
2380 2000-09-04 Dave Love <fx@gnu.org>
2381
2382 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2383 New variable.
2384 (vc-make-backend-function, vc-loadup, vc-call-backend)
2385 (vc-backend-defines): New functions.
2386
2387 * vc-hooks.el: Various doc fixes.
2388 (vc-default-back-end, vc-follow-symlinks): Custom fix.
2389 (vc-match-substring): Function removed. Callers changed to use
2390 match-string.
2391 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
2392 Simplify.
2393
2394 2000-09-04 Dave Love <fx@gnu.org>
2395
2396 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
2397 type.
2398 (vc-sccs-project-dir, vc-search-sccs-project-dir)
2399 (vc-sccs-registered): Doc fix.
2400
2401 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
2402 (vc-cvs-registered): Doc fix.
2403
2404 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
2405 (vc-rcs-registered): Doc fix.
2406
2407 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2408
2409 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
2410
2411 * vc-hooks.el: vc-registered has been renamed
2412 vc-default-registered. Some functions have been moved to the
2413 backend specific files. they all support the
2414 vc-BACKEND-registered functions.
2415
2416 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2417
2418 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
2419
2420 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
2421
2422 2000-09-04 Dave Love <fx@gnu.org>
2423
2424 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
2425 menu-bar-update-hook.
2426
2427 * help.el (help-manyarg-func-alist): Add
2428 find-operation-coding-system.
2429
2430 * wid-edit.el (widget-sexp-validate): Fix garbled code.
2431
2432 * custom.el (custom-set-variables): Print message about errors in
2433 setting.
2434
2435 2000-09-03 Andrew Innes <andrewi@gnu.org>
2436
2437 * makefile.w32-in: Change to DOS line endings.
2438
2439 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2440
2441 * mouse.el (mouse-popup-menubar): Supply the prompt string for
2442 minor-mode keymaps, if they don't have one.
2443
2444 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * eshell/esh-module.el (eval-when-compile): Don't lose if
2447 esh-module.el's file name is truncated to DOS 8+3 limits.
2448
2449 2000-09-01 John Wiegley <johnw@gnu.org>
2450
2451 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
2452 predicate, which caused entries in the completion list to be
2453 doubled.
2454
2455 2000-08-30 John Wiegley <johnw@gnu.org>
2456
2457 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
2458 sending to subprocesses. Also, hook pre-command-hook if
2459 `eshell-send-direct-to-subprocesses' is non-nil.
2460 (eshell-send-direct-to-subprocesses): New config variable. If t,
2461 subprocess input is send immediately.
2462 (eshell-toggle-direct-send): New function.
2463 (eshell-self-insert-command): New function.
2464 (eshell-intercept-commands): New function.
2465 (eshell-send-input): If direct subprocess sending is enabled,
2466 don't echo any input to the Eshell buffer. Let the subprocess
2467 handle that. This requires "stty echo" in bash, for example.
2468
2469 2000-08-28 John Wiegley <johnw@gnu.org>
2470
2471 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
2472 completion function for Eshell's implementation of `unset'.
2473
2474 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2475
2476 * info.el (Info-directory-list): Doc fix.
2477
2478 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
2479
2480 * filecache.el (file-cache-add-directory-using-find): Don't quote
2481 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2482
2483 2000-08-31 Kenichi Handa <handa@etl.go.jp>
2484
2485 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
2486 coding systems.
2487
2488 2000-08-30 Andrew Innes <andrewi@gnu.org>
2489
2490 * timer.el (run-with-idle-timer): Undo last change, so that timer
2491 is not activated immediately if Emacs is already idle. Some
2492 existing code relies on this behaviour.
2493
2494 2000-08-30 Miles Bader <miles@gnu.org>
2495
2496 * frame.el (set-frame-font): Do completion of font-name for
2497 interactive use.
2498
2499 2000-08-30 Kenichi Handa <handa@etl.go.jp>
2500
2501 * international/quail.el (quail-start-translation): Bind locally
2502 last-command-event, last-command, and this-command.
2503 (quail-start-conversion): Likewise.
2504 (quail-self-insert-command): Fix docstring.
2505
2506 2000-08-29 Gerd Moellmann <gerd@gnu.org>
2507
2508 * progmodes/executable.el
2509 (executable-make-buffer-file-executable-if-script-p): Check that
2510 buffer contains at least 2 characters.
2511
2512 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2513
2514 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
2515
2516 2000-08-29 Dave Love <fx@gnu.org>
2517
2518 * diff-mode.el (diff-mode) <defgroup>: Add :version.
2519 (diff-mode-shared-map): Bind mouse-2.
2520 (diff-imenu-generic-expression): New variable.
2521 (diff-mode): Use it.
2522
2523 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
2524 (mouse-popup-menubar): Add minor mode menus.
2525 (popup-menu): Check for lookup-key returning number.
2526
2527 2000-08-29 Miles Bader <miles@gnu.org>
2528
2529 * comint.el (comint-send-input): Create overlays using the proper
2530 front/read-advance arguments.
2531
2532 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2533
2534 * ps-print.el: Even/odd pages printing. Doc fix.
2535 (ps-print-version): New version number (6.0).
2536 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
2537 (ps-background, ps-begin-file, ps-begin-job): Code fix.
2538 (ps-print-duplex-feature): Variable eliminated.
2539 (ps-even-or-odd-pages): New variable.
2540
2541 * progmodes/ebnf2ps.el: Doc fix.
2542 (ebnf-version): New version (3.3).
2543 (ebnf-user-arrow): Change variable customization to sexp.
2544 (ebnf-user-arrow): Function eliminated.
2545 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
2546
2547 2000-08-29 Kenichi Handa <handa@etl.go.jp>
2548
2549 * help.el (help-xref-mule-regexp): New variable.
2550 (help-make-xrefs): Handle help-xref-mule-regexp.
2551
2552 * international/mule-cmds.el (help-xref-mule-regexp-template): New
2553 variable.
2554 (describe-input-method): Temporarily activate the specfied input
2555 method to display the information.
2556 (describe-language-environment): Hyperlinks to mule related items.
2557
2558 * international/mule-diag.el (charset-multibyte-form-string): New
2559 function.
2560 (list-character-sets-1): Use charset-multibyte-form-string.
2561 (describe-character-set): New function.
2562 (describe-coding-system): Hyperlinks to safe character sets.
2563
2564 * international/quail.el (quail-help): New arg PACKAGE.
2565 Hyperlinks to mule related items.
2566 (quail-help-insert-keymap-description): Use
2567 substitute-command-keys instead of describe-bindings.
2568 (quail-translation-help): Hyperlinks to mule related items.
2569
2570 2000-08-28 John Wiegley <johnw@gnu.org>
2571
2572 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
2573 have a defsubst call itself. Made `eshell-flatten-list' back into
2574 a function again.
2575
2576 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
2577 catch, in case re-centering point at bottom messes up the display.
2578 This happens frequently in Emacs 21, due I believe to variable
2579 line heights.
2580
2581 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
2582 to call `find-tag-interactive'.
2583
2584 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
2585 the list of remember directories.
2586
2587 2000-08-28 John Wiegley <johnw@gnu.org>
2588
2589 * align.el: Test align-region-separate to see if it's a symbol.
2590
2591 2000-08-28 John Wiegley <johnw@gnu.org>
2592
2593 * eshell/esh-util.el (eshell-flatten-list): Made this function
2594 into a defsubst form. It gets used very frequently, although
2595 calls don't occur all that often.
2596
2597 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
2598 examining it.
2599
2600 * eshell/esh-cmd.el (eshell-rewrite-while-command):
2601 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2602 `eshell-protect'.
2603 (eshell-copy-handles): Created a new macro for duplicating the
2604 current set of open handles. This is needed by the looping
2605 functions.
2606 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2607 is not incorrectly stomped on.
2608
2609 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2610 declaration for pcomplete-use-paring.
2611 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2612 value of eshell-cmpl-use-paring.
2613 * pcomplete.el (pcomplete-use-paring): New config variable, to
2614 indicate whether paring should be used.
2615 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2616 completion alternatives that have already been used.
2617
2618 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2619 bound to C-c C-y, which will repeat the previous N arguments
2620 (based on prefix argument).
2621 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2622
2623 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2624 if there is no *Help* buffer. This is for XEmacs, which renames
2625 its help buffers uniquely. TODO: Find out what the current buffer
2626 name to delete is.
2627
2628 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2629 first entry that correlates to a passwd/group number. Later
2630 entries (used for group/user name aliasing to multiple IDs) are
2631 ignored.
2632
2633 * eshell/em-xtra.el (eshell/expr):
2634 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2635 (eshell-grep, eshell/diff, eshell/locate):
2636 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2637 argument list, before passing it to the system command.
2638
2639 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2640 `find-tag' for use at final position in Eshell buffers (which
2641 otherwise triggers an error on Emacs 21).
2642 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2643 buffer, if it is currently bound to `find-tag'.
2644
2645 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2646 in the list of matched Makefile names.
2647 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2648 directory, prefer its contents to Makefile.
2649
2650 * eshell/em-dirs.el (eshell/cd): cd commands that look up
2651 directory parts (like "cd old new", or "cd =regexp"), are now case
2652 sensitive on non-Windows/DOS platforms.
2653
2654 * eshell/esh-mode.el (eshell-parse-command-input): When a user
2655 types RET after an open delimiter (like "), display a message
2656 indicating that Eshell is waiting for the closing delimiter.
2657
2658 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2659 environment variables.
2660
2661 * eshell/em-unix.el (eshell/diff): Added logic to fail more
2662 gracefully if the user enters incorrect arguments.
2663
2664 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2665 Eshell buffers.
2666
2667 * eshell/esh-var.el (eshell-interpolate-variable):
2668 * eshell/esh-mode.el (eshell-move-argument):
2669 * eshell/em-unix.el (eshell-du-sum-directory):
2670 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2671 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2672 (not (= ...)).
2673
2674 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2675 to ensure the `preserve' flag gets propagated when doing recursive
2676 directory copies.
2677
2678 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
2679
2680 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2681 Don't convert \n into \0177 in memory.
2682 (eshell-read-history, eshell-write-history): Convert \n to \0177,
2683 and back again, when reading and writing.
2684
2685 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * eshell/esh-util.el (eshell-processp): Added to relieve constant
2688 testing of `fboundp' on `processp'.
2689
2690 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2691 (eshell/jobs): Don't call process-list if it is not bound.
2692 (eshell-gather-process-output): Support systems where async
2693 subprocesses aren't supported.
2694 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2695 variables.
2696
2697 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2698 eshell-do-eval returns t.
2699 (eshell-do-pipelines-synchronously): New defmacro.
2700 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2701 when async subprocesses aren't supported.
2702 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2703 if async subprocesses aren't supported.
2704 (eshell-resume-command): Don't assume STATUS is a string.
2705
2706 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2707
2708 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2709 (eshell-close-target, eshell-get-target): Use eshell-processp.
2710 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2711 fix.
2712 (eshell-get-target, eshell-create-handles): Doc fix.
2713
2714 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
2715
2716 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
2717 criterion to include commands that output something, as long as it
2718 leaves both the command and the end-of-buffer visible when the
2719 command has exited.
2720 (eshell-review-quick-commands): Adjust the help doc string
2721 accordingly.
2722
2723 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
2724
2725 * locate.el (locate): Cleaned up locate command's interactive prompting
2726 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
2727
2728 * filecache.el (file-cache-case-fold-search): New variable
2729 (file-cache-assoc-function): New variable
2730 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2731 Use file-cache-case-fold-search variable
2732 (file-cache-add-file): Use file-cache-assoc-function
2733 (file-cache-delete-file): likewise
2734 (file-cache-directory-name): likewise
2735 (file-cache-debug-read-from-minibuffer): likewise
2736
2737 2000-08-28 Gerd Moellmann <gerd@gnu.org>
2738
2739 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2740 (abbrev-table-name): New function.
2741 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2742 If non-nil list local abbrev, only.
2743
2744 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2745
2746 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2747 from Gnus support code, and use special article copy buffer
2748 `(gnus-original-article-buffer)' instead. This allows to get rid
2749 of article-hide-headers usage (which breaks in the latest Gnus
2750 version). Thanks to Detlev Zundel.
2751
2752 2000-08-28 Kenichi Handa <handa@etl.go.jp>
2753
2754 * international/quail.el (quail-use-package): Hide "... loaded"
2755 message.
2756 (quail-start-translation, quail-start-conversion): Likewise.
2757
2758 * international/kkc.el (kkc-region): Hide "... loaded" message.
2759
2760 2000-08-27 Dave Love <fx@gnu.org>
2761
2762 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2763
2764 2000-08-27 Miles Bader <miles@gnu.org>
2765
2766 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2767
2768 2000-08-27 Kenichi Handa <handa@etl.go.jp>
2769
2770 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2771 'ja-dic-cnv), not (require 'skkdic-cnv).
2772
2773 2000-08-26 Miles Bader <miles@gnu.org>
2774
2775 * faces.el (face-x-resources): Add entry for :inherit.
2776 * cus-face.el (custom-face-attributes): Add support for :inherit
2777 attribute. Add support for relative face heights.
2778 (custom-face-attributes-get): Treat `nil' as being a default value
2779 for :inherit (as well as `unspecified').
2780
2781 * faces.el (set-face-attribute): Update doc string.
2782 (face-attribute-name-alist): Add :inherit.
2783 (face-valid-attribute-values): Handle :inherit.
2784 (face-read-string): Rephrase prompt to be less confusing.
2785 Assume that DEFAULT is a string, since we must return a string.
2786 (face-read-integer): Use `format' to turn DEFAULT into an
2787 acceptable default for face-read-string. Match NEW-VALUE against
2788 the string "unspecified", not the symbol `unspecified', since
2789 that's what face-read-string returns.
2790 (read-face-attribute): Lookup a name for old-value in valid, and
2791 use it as a default if we find one. Treat all values from
2792 face-read-string as strings. If the default is used, don't do any
2793 more processing on the value, just use the old value directly.
2794 (read-face-and-attribute, modify-face): Tweak prompt.
2795 (read-face-name): Don't assume prompt ends with a space.
2796
2797 * faces.el (describe-face): Add support for :inherit attribute.
2798
2799 2000-08-25 Kenichi Handa <handa@etl.go.jp>
2800
2801 * terminal.el (terminal-emulator): Fix args to `concat'. Now
2802 concat doesn't accept interger.
2803
2804 * international/kkc.el: Remove SKK from Keywords. Require
2805 ja-dic-utl instead of skkdic-utl.
2806
2807 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2808 Provide ja-dic-cnv instead of skkdic-cnv.
2809 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
2810 (iso-2022-7bit-short): Add safe-charsets property.
2811 (skkdic-convert-postfix): Search Japanese chou-on character in
2812 addition to Hiragana character.
2813 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2814 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2815 (batch-skkdic-convert): Likewise.
2816
2817 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2818 Provide ja-dic-utl instead of skkdic-utl.
2819 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2820
2821 2000-08-24 Dave Love <fx@gnu.org>
2822
2823 * disp-table.el (standard-display-default): Make the test of `l'
2824 useful.
2825
2826 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2827 mod sample text.
2828
2829 * international/iso-ascii.el: Make pilcrow convenient string
2830 consistent with section.
2831 (iso-ascii-display): Set up multibyte characters as well as
2832 unibyte.
2833
2834 2000-08-24 Kenichi Handa <handa@etl.go.jp>
2835
2836 * international/mule-cmds.el (reset-language-environment): Set
2837 default-process-coding-system to '(undecided . iso-latin-1), which
2838 makes process I/O almost consistent with file I/O. Call this
2839 function when mule-cmds.el[c] is loaded.
2840
2841 2000-08-22 Andrew Innes <andrewi@gnu.org>
2842
2843 * makefile.w32-in: New file.
2844
2845 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
2846
2847 * comint.el (comint-output-filter): Compare end of
2848 comint-last-output-overlay with the start of the newly inserted
2849 text, not the end, when deciding whether to extend it.
2850 Set saved-point's insertion type to advance after insertion.
2851
2852 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2853 since this is now done independently of font-lock mode.
2854
2855 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2856
2857 * server.el (server-kill-new-buffers): New user option.
2858 (server-existing-buffer): New buffer-local variable.
2859 (server-visit-files): When using an existing buffer, set
2860 server-existing-buffer to t.
2861 (server-buffer-done): If server-kill-new-buffers is t, kill the
2862 buffer, unless it was already present before visiting it with
2863 Emacs server.
2864
2865 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2866
2867 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2868 even if the display doesn't support colors: some displays will
2869 support bold/underline faces.
2870
2871 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2872
2873 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2874
2875 * startup.el (command-line): If user's init file had an error,
2876 add explanatory text to *Messages*.
2877
2878 2000-08-21 Kenichi Handa <handa@etl.go.jp>
2879
2880 * man.el (Man-getpage-in-background): Decode the process output by
2881 the system locale coding system.
2882
2883 2000-08-20 Dave Love <fx@gnu.org>
2884
2885 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2886 Don't test x-popup-menu.
2887 (function) <complete-function>: Complete only fbound symbols.
2888 <validate, value>: New.
2889 (variable) <complete-function>: Complete only bound symbols.
2890 (coding-system): Add :base-only, :complete-function, :validate,
2891 :value, :prompt-match.
2892 (widget-coding-system-prompt-value): Use read-coding-system and
2893 act on :base-only.
2894 (editable-field): Add :help-echo.
2895 (widget-push-button-gui, widget-push-button-cache)
2896 (widget-gui-action, widget-editable-list-gui): COmment out, along
2897 with uses.
2898 (widget-at): Make arg optional.
2899 (widget-echo-help): Adjust for current help-echo calling sequence.
2900 (widget-specify-field, widget-specify-button)
2901 (widget-specify-insert, widget-get-sibling, widget-image-find)
2902 (widget-convert, widget-insert, widget-leave-text)
2903 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2904 (widget-setup, widget-field-find, widget-before-change)
2905 (widget-after-change, widget-default-complete)
2906 (widget-default-create, widget-default-delete)
2907 (widget-push-button-value-create, editable-field)
2908 (widget-field-prompt-value, widget-field-validate)
2909 (widget-choice-value-create, widget-choice-action)
2910 (widget-choice-validate, widget-checklist-add-item)
2911 (widget-radio-add-item, widget-radio-chosen)
2912 (widget-radio-value-inline, widget-editable-list-value-create)
2913 (widget-editable-list-entry-create)
2914 (widget-documentation-link-add)
2915 (widget-documentation-string-value-create)
2916 (widget-regexp-validate, widget-file-complete)
2917 (widget-sexp-validate, widget-plist-convert-widget)
2918 (widget-plist-convert-widget, widget-alist-convert-widget)
2919 (widget-alist-convert-widget, widget-color-complete): Simplify,
2920 particularly to avoid bindings which aren't optimized out.
2921
2922 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2923 Doc fix.
2924 (down-list, backward-up-list, up-list, kill-sexp)
2925 (backward-kill-sexp, mark-sexp): Make arg optional.
2926 (lisp-complete-symbol): Add optional arg PREDICATE.
2927
2928 * cus-start.el: Add display-buffer-reuse-frames,
2929 file-coding-system-alist.
2930
2931 2000-08-20 Gerd Moellmann <gerd@gnu.org>
2932
2933 * startup.el (command-line): Clear realized faces after
2934 modifying TTY color mappings.
2935
2936 2000-08-20 Miles Bader <miles@gnu.org>
2937
2938 * faces.el (face-attr-match-p): Don't return true if ATTRS are
2939 merely a subset of FACE's attributes.
2940
2941 2000-08-19 Miles Bader <miles@gnu.org>
2942
2943 * comint.el (comint-output-filter): Save the point with a marker,
2944 not just a buffer position.
2945
2946 * international/mule.el (set-buffer-process-coding-system): Make
2947 interactive prompt less confusing.
2948
2949 2000-08-19 Gerd Moellmann <gerd@gnu.org>
2950
2951 * hilit-chg.el: General cleanup of doc strings, comments and
2952 code formatting.
2953
2954 2000-08-19 Miles Bader <miles@gnu.org>
2955
2956 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2957 Compiler macro removed; beginning-of-line is no longer always
2958 equivalent to forward-line, in the presence of fields.
2959
2960 * comint.el (comint-output-filter): Remove ad-hoc saving of
2961 restriction, and just use save-restriction, now that it works
2962 correctly. Don't adjust comint-last-input-start to account for
2963 our insertion; it shouldn't have moved because we don't use
2964 insert-before-markers anymore. Comment out call to
2965 `force-mode-line-update'; why is it here?
2966
2967 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2968 while checking for prompt to delete. Use `forward-line 0'
2969 instead of beginning-of-line.
2970 (gud-filter): Temporarily widen gud comint buffer while
2971 examining output.
2972
2973 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2974
2975 * progmodes/sh-script.el: Big bag of typos.
2976
2977 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2978 check since ispell-process is not bound when ispell is not yet loaded.
2979
2980 2000-08-18 Dave Love <fx@gnu.org>
2981
2982 * image.el (find-image): Copy `spec' before using plist-put.
2983
2984 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2985
2986 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2987 `portugues'.
2988
2989 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2990 backward-kill-sexp, analogous to kill-sexp.
2991
2992 * progmodes/icon.el (icon-indent-line)
2993 (icon-is-continuation-line): Handle comments specially.
2994
2995 2000-08-17 Ken Stevens <k.stevens@ieee.org>
2996
2997 * ispell.el: Set to standard author/maintainer/keyword fields.
2998 Fine tuning to menu map appearance and operation, and added help.
2999 Remove `start' and `end' error messages when compiling.
3000 (ispell-choices-win-default-height): Fixed comment string.
3001 (ispell-dictionary-alist-1): Fixed regexp in castellano and
3002 castellano8 dictionaries.
3003 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3004 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3005 dictionary, added italiano dictionary.
3006 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3007 word character
3008 (ispell-tex-skip-alists): Added psfig support.
3009 (ispell-skip-html): Renamed from ispell-skip-sgml.
3010 (ispell-begin-skip-region-regexp, ispell-skip-region)
3011 (ispell-minor-check): Improved html skipping support to skip across
3012 code, and recognize `&' commands without propper `;' syntax;
3013 (ispell-process-line): Fix alignment error when manually
3014 correcting spelling.
3015 (ispell): Fix comment string.
3016 (ispell-add-per-file-word-list): Always put word list on new line.
3017
3018 2000-08-17 Gerd Moellmann <gerd@gnu.org>
3019
3020 * format.el (format-encode-run-method): Fix error message to say
3021 `encode' instead of `decode'. Use save-window-excursion around
3022 shell-command-on-region as in format-decode-run-method because
3023 shell-command-on-region can display a buffer with error output.
3024 (format-decode): Don't record undo information for the decoding.
3025 (format-annotate-function): Add parameter FORMAT-COUNT. Make
3026 that number part of the temporary buffer name so that more than
3027 one decoding using a temporary buffer can happen safely.
3028
3029 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3030 of `A-z' in the regexp.
3031
3032 * hilit-chg.el: Fix typos in commentary.
3033
3034 * help.el (view-emacs-news): Rewritten for new naming scheme
3035 for old NEWS files.
3036
3037 * startup.el (command-line): Pop to *Messages* in case an error
3038 is signaled while loading user-init-file.
3039
3040 2000-08-17 Andreas Schwab <schwab@suse.de>
3041
3042 * files.el (insert-directory): Don't lose original file name,
3043 undoing an undocumented change.
3044
3045 2000-08-17 Alex Schroeder <alex@gnu.org>
3046
3047 * sql.el (sql-magic-go): Use comint-bol.
3048 (sql-copy-column): Use comint-line-beginning-position.
3049 (comint-line-beginning-position): Define a replacement for
3050 comint-line-beginning-position if it is not fboundp.
3051
3052 2000-08-17 Alex Schroeder <alex@gnu.org>
3053
3054 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3055 it didn't have any effect anyway.
3056
3057 2000-08-17 Alex Schroeder <alex@gnu.org>
3058
3059 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3060 --pset and pager=off instead of sending \\o|cat at the beginning
3061 of the session.
3062
3063 2000-08-17 Miles Bader <miles@gnu.org>
3064
3065 * progmodes/octave-inf.el: Add compatibility definition of
3066 comint-line-beginning-position.
3067
3068 2000-08-17 Kenichi Handa <handa@etl.go.jp>
3069
3070 * startup.el (normal-top-level): Look in each dir in load-path for
3071 a leim-list.el file too. This assures of loading leim-list.el
3072 that is created at Emacs installation time even if a user have his
3073 own leim-list.el.
3074
3075 2000-08-17 Miles Bader <miles@gnu.org>
3076
3077 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3078 foreground color to black if the background is dark.
3079
3080 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * loadhist.el (unload-feature): Typo.
3083
3084 * finder.el (finder-compile-keywords):
3085 * cus-dep.el (custom-make-dependencies): Add local-variable settings
3086 to the generated file.
3087
3088 * mail/mh-e.el (mh-make-local-vars):
3089 Replace make-variable-buffer-local with make-local-variable.
3090
3091 * play/landmark.el:
3092 * options.el (Edit-options-{set,toggle,t,nil}):
3093 * mail/mailabbrev.el (mail-abbrevs-mode):
3094 * textmodes/tex-mode.el (tex-expand-files):
3095 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3096
3097 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3098
3099 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3100 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3101 Allow going past the last element.
3102 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
3103 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3104 (cvs-mouse-toggle-mark): Don't move point.
3105 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3106
3107 * progmodes/compile.el (grep): Provide a default set of files.
3108 (next-error): Docstring fix.
3109 (compilation-find-file): Avoid find-file (fails in a dedicated window).
3110
3111 * emacs-lisp/easy-mmode.el (define-minor-mode):
3112 Use `symbol-value' to keep the byte-compiler quiet.
3113
3114 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3115 (diff-find-source-location): New fun, extracted from diff-goto-source.
3116 (diff-goto-source): Use it.
3117 (diff-next-complex-hunk, diff-filter-lines): New function.
3118 (diff-apply-hunk): New command.
3119
3120 * smerge-mode.el (smerge-mode-menu): Doc fix.
3121
3122 * msb.el (msb-mode): Define it in terms of define-minor-mode.
3123
3124 2000-08-16 Dave Love <fx@gnu.org>
3125
3126 * windmove.el (windmove) <defgroup>: Add :version.
3127
3128 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
3129 (goto-address-fontify-p, goto-address-highlight-p)
3130 (goto-address-url-face, goto-address-url-mouse-face)
3131 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3132 (goto-address-url-regexp): Use thing-at-point-url-regexp.
3133 (goto-address-fontify, goto-address-at-mouse): Simplify,
3134 (goto-address-at-point): browse-url-url-at-point,
3135 goto-address-find-address-at-point can return nil.
3136 (goto-address-find-address-at-point): Return nil on failure.
3137
3138 * align.el (align) <defgroup>: Add :version.
3139
3140 * calculator.el (calculator): Add :version.
3141 (calculator): Use two lines for calculator window if `modeline'
3142 face is boxed.
3143
3144 * play/5x5.el: Doc fixes.
3145 (5x5) <defgroup>: Add :version.
3146
3147 * play/fortune.el (fortune) <defgroup>: Add :version.
3148 (fortune-append): Fix error message.
3149 (fortune-from-region): Doc fix.
3150
3151 * play/pong.el (pong): Doc fix.
3152
3153 * play/morse.el: Keywords, commentary, autoloads.
3154
3155 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * desktop.el (desktop-save): Don't look at symbol-value of a
3158 member of minor-mode-alist, unless it is boundp.
3159
3160 2000-08-16 Sam Steingold <sds@gnu.org>
3161
3162 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
3163 `while'; use `with-current-buffer' instead of `save-excursion'.
3164 Removed unnecessary kludges now that "*Buffer List*" is excluded.
3165
3166 2000-08-16 Kenichi Handa <handa@etl.go.jp>
3167
3168 * international/ccl.el (declare-ccl-program): Docstring modified.
3169 (ccl-execute-with-args): Likewise.
3170
3171 2000-08-16 Miles Bader <miles@gnu.org>
3172
3173 * progmodes/sql.el: Add compatibility definition of
3174 comint-line-beginning-position.
3175
3176 2000-08-15 Gerd Moellmann <gerd@gnu.org>
3177
3178 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3179 'buffer-menu' property.
3180 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3181 fails.
3182 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3183 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3184 wasn't killed.
3185
3186 * buff-menu.el (list-buffers-noselect): Don't display the
3187 *Buffer List* buffer.
3188
3189 * font-lock.el: Require jit-lock to prevent a very late
3190 `Loading jit-lock' message.
3191
3192 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
3193 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
3194 mail address.
3195
3196 2000-08-15 Miles Bader <miles@gnu.org>
3197
3198 * textmodes/ispell.el (ispell-graphic-p): New constant.
3199 (ispell-choices-win-default-height, ispell-help): Use
3200 `ispell-graphic-p' instead of `xemacsp'.
3201
3202 2000-08-15 Dave Love <fx@gnu.org>
3203
3204 * simple.el: Autoload widget-convert when compiling.
3205 (mail-user-agent): Doc fix.
3206
3207 * help.el (function-called-at-point, variable-at-point): Use
3208 with-syntax-table.
3209 (help-manyarg-func-alist): Add insert-and-inherit.
3210
3211 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
3212
3213 * delsel.el (delsel-unload-hook): New function.
3214
3215 * find-file.el: Doc fixes. Move provide to end.
3216 (ff) <defgroup>: Add :link.
3217 (ff-goto-click): Deleted.
3218 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
3219 Use mouse-set-point.
3220
3221 * textmodes/tildify.el: Doc fixes.
3222 (tildify) <defgroup>: Add:version.
3223
3224 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
3225 (glasses-custom-set): Use set-default, not set.
3226 (minor-mode-alist): Propertize the lighter.
3227 (glasses-mode): Provide optional arg.
3228
3229 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
3230 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
3231 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
3232 option. Provide :type.
3233 (cwarn-configuration): Provide :type.
3234 (cwarn-mode): Doc fix.
3235
3236 * add-log.el (change-log-merge): Doc fix.
3237 (change-log-redate): New command.
3238
3239 * net/browse-url.el (browse-url-filename-alist): Add a clause for
3240 Doze and Dog.
3241 (browse-url): Use dolist, not mapcar.
3242 (browse-url-at-point): Check for null url.
3243 (browse-url-event-buffer, browse-url-event-point): Functions
3244 deleted.
3245 (browse-url-at-mouse, browse-url-netscape): Simplify.
3246
3247 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
3248 modes.
3249 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
3250 Fix previous change to mapcan.
3251 (msb--init-file-alist, msb--add-separators)
3252 (msb--make-keymap-menu): Simplify.
3253 (msb--choose-file-menu): Use copy-sequence.
3254 (msb-mode-map): Add title to keymap.
3255 (msb-unload-hook): New function.
3256
3257 * bs.el: Fix indentation.
3258 (bs) <defgroup>: Add :links.
3259 (bs-show): Doc fix.
3260 (bs-apply-sort-faces): Don't use window-system.
3261 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
3262
3263 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
3264
3265 * calendar/timeclock.el (timeclock-file): Run .timelog through
3266 convert-standard-filename.
3267
3268 2000-08-14 Gerd Moellmann <gerd@gnu.org>
3269
3270 * emacs-lisp/authors.el: New file.
3271
3272 * paren.el (show-paren-priority): New user option.
3273 (show-paren-function): Set overlay priorities to
3274 show-paren-priority.
3275
3276 2000-08-14 Miles Bader <miles@gnu.org>
3277
3278 * comint.el (comint-bol): Use `forward-line 0' instead of calling
3279 beginning-of-line with inhibit-field-text-motion bound.
3280
3281 2000-08-14 Gerd Moellmann <gerd@gnu.org>
3282
3283 * calendar/timeclock.el: New file.
3284
3285 2000-08-14 David Ponce <david@dponce.com>
3286
3287 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
3288 `widget-button-click'. so that one can use left mouse button to
3289 click on dialog buttons.
3290
3291 2000-08-14 Emmanuel Briot <briot@gnat.com>
3292
3293 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
3294 identifiers, since XML is case sensitive
3295
3296 2000-08-12 Miles Bader <miles@gnu.org>
3297
3298 * comint.el (comint-output-filter): Don't bother frobbing
3299 window-start, it doesn't seem to be necessary.
3300
3301 * comint.el (comint-send-string, comint-send-region): Make into
3302 real functions. Snapshot the prompt before sending.
3303
3304 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3305
3306 * info.el (Info-find-emacs-command-nodes): Rewrite to use
3307 technique similar to Info-index, instead of relying on specific
3308 names of relevant Index nodes.
3309 (Info-goto-emacs-command-node): Bind Info-history to nil when
3310 going to the first node found by Info-find-emacs-command-nodes.
3311
3312 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * menu-bar.el (menu-bar-help-menu): Add a :help string.
3315
3316 2000-08-10 Miles Bader <miles@gnu.org>
3317
3318 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
3319
3320 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * info.el (Info-file-list-for-emacs): More elements for the
3323 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
3324 and woman manuals.
3325
3326 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
3327
3328 * comint.el (comint-send-input): Make the newline boundary overlay
3329 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
3330 (comint-output-filter): Use `insert' instead of
3331 `insert-before-markers'. Extend comint-last-output-overlay when
3332 necessary since we can't rely on insert-before-markers to do it.
3333 * gud.el (gud-filter): Use `with-current-buffer' instead of
3334 save-excursion when inserting the output, so that point gets
3335 updated correctly; the old method relied on a rather dodgy
3336 side-effect of comint-output-filter to avoid the effect of
3337 save-excursion.
3338
3339 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3340
3341 * files.el (recover-file): Call insert-directory instead of
3342 invoking `ls' directly.
3343
3344 2000-08-10 Miles Bader <miles@gnu.org>
3345
3346 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
3347 (comint-last-prompt-overlay): New variables.
3348 (comint-output-filter): Implement prompt highlighting.
3349 (comint-snapshot-last-prompt): New function.
3350 (comint-send-input): Snapshot the last prompt.
3351 Use comint-highlight-input-face.
3352 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
3353 Use defface instead of defcustom.
3354 (send-invisible, comint-send-eof): Snapshot the last prompt.
3355 (comint-delchar-or-maybe-eof): Use comint-send-eof.
3356 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
3357
3358 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
3359
3360 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
3361 (regexp-opt-group): Use a list of chars for `letters'.
3362 (regexp-opt-charset): `chars' is now a list of chars.
3363 Use a char-table rather than a vector so it works for multibyte chars.
3364
3365 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
3366 Set cvs-minor-current-files to the selected fileinfo.
3367 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
3368 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
3369
3370 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
3371
3372 * files.el (insert-directory): Don't call access-file on
3373 directories on DOS and Windows.
3374
3375 2000-08-09 Kenichi Handa <handa@etl.go.jp>
3376
3377 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
3378 longer if necessary.
3379 (ccl-embed-code): Call ccl-embed-data to store CODE in
3380 ccl-program-vector.
3381
3382 2000-08-09 Miles Bader <miles@gnu.org>
3383
3384 * comint.el (comint-output-filter): Properly handle the case where
3385 the text surrounded by comint-last-output-overlay was deleted.
3386
3387 2000-08-08 Gerd Moellmann <gerd@gnu.org>
3388
3389 * info.el (Info-insert-dir): Use Info-additional-directory-list if
3390 non-nil.
3391 (Info-file-list-for-emacs): Remove "info" from the list because
3392 that leads to trying to use the documentation from file `info'
3393 in various situations where it isn't appropriate, for instance
3394 C-h C-k C-h i.
3395
3396 * ffap.el (ffap-read-file-or-url-internal): Handle case that
3397 DIR and/or STRING are nil.
3398
3399 * progmodes/compile.el (compilation-setup): Make variable
3400 compilation-error-screen-columns buffer-local, as some comment
3401 in the code suggests it should be.
3402
3403 * files.el (auto-mode-interpreter-regexp): New variable.
3404 (set-auto-mode): Use it.
3405
3406 * indent.el (indent-for-tab-command): Doc fix.
3407
3408 * mouse-sel.el (mouse-sel-mode): Doc fix.
3409
3410 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
3411 labels.
3412
3413 * help.el (print-help-return-message): When
3414 display-buffer-reuse-frames is set, let the help window been quit,
3415 instead of deleting it, which might delete a reused frame.
3416
3417 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3418
3419 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
3420 rename a directory to a name that differs only by its letter case.
3421
3422 2000-08-08 Kenichi Handa <handa@etl.go.jp>
3423
3424 * international/quail.el (quail-define-rules): Handle Quail decode
3425 map correctly. Add code for supporting annotations.
3426 (quail-install-decode-map): New function.
3427 (quail-defrule-internal): New optional arguments decode-map and
3428 props.
3429 (quail-advice): New function.
3430
3431 2000-08-07 Sam Steingold <sds@gnu.org>
3432
3433 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
3434 `defconst', `define-condition', `with-slots'.
3435 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
3436
3437 2000-08-03 Miles Bader <miles@gnu.org>
3438
3439 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3440 New variable.
3441 (comint-prompt-regexp, comint-get-old-input): Document dependence on
3442 comint-use-prompt-regexp-instead-of-fields.
3443 (comint-send-input): Add `input' field property to stuff we send to
3444 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
3445 (comint-output-filter): Add `output' field property to process
3446 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3447 (comint-replace-by-expanded-history)
3448 (comint-get-old-input-default, comint-show-output)
3449 (comint-backward-matching-input, comint-forward-matching-input)
3450 (comint-next-prompt, comint-previous-prompt): Use field
3451 properties if comint-use-prompt-regexp-instead-of-fields is nil.
3452 (comint-line-beginning-position): New function.
3453 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
3454 (comint-replace-by-expanded-history-before-point): Use
3455 comint-line-beginning-position and line-end-position.
3456 (comint-last-output-overlay): New variable.
3457 (comint-mode): Make `comint-last-output-overlay' buffer-local.
3458
3459 * shell.el (shell-prompt-pattern): Doc change.
3460 (shell-backward-command): Use line-beginning-position.
3461
3462 * gud.el (gud-gdb-complete-command): Use
3463 comint-line-beginning-position.
3464
3465 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
3466 comint-bol doesn't actually go to the beginning of the line.
3467
3468 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
3469 if comint-use-prompt-regexp-instead-of-fields is non-nil.
3470 (try-expand-line-all-buffers): Likewise.
3471
3472 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
3473 explicitly matching comint-prompt-regexp.
3474 (sql-copy-column): Use comint-line-beginning-position instead of
3475 explicitly matching comint-prompt-regexp.
3476
3477 * progmodes/octave-inf.el (inferior-octave-complete): Use
3478 comint-line-beginning-position.
3479
3480 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
3481
3482 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
3483 looking for a prompt, use `forward-line 0' instead of
3484 `beginning-of-line', to avoid getting caught by an input field.
3485
3486 2000-08-07 Gerd Moellmann <gerd@gnu.org>
3487
3488 * files.el (shell-quote-wildcard-pattern): Make sure to return
3489 PATTERN, in the Unix case.
3490
3491 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
3492
3493 * play/zone.el (zone): Discard any pending input before running
3494 the randomly-chosen pgm.
3495
3496 2000-08-07 Kenichi Handa <handa@etl.go.jp>
3497
3498 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
3499 checking the existence of any multibyte characters.
3500
3501 2000-08-06 Gerd Moellmann <gerd@gnu.org>
3502
3503 * help.el (describe-mode): Test minor-mode symbol for being
3504 bound before testing its value for being nil.
3505
3506 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
3507 `first', `second', and `third'.
3508
3509 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
3510 (second): Make it an alias for `cadr'.
3511
3512 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
3513
3514 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
3515 types of display support faces now.
3516
3517 2000-08-05 Gerd Moellmann <gerd@gnu.org>
3518
3519 * pcvs.el (require): Require `cl' during compilation, only.
3520
3521 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
3522 (toplevel): Remove `remq' and `remove' from autoloads.
3523 (cl-fake-autoloads): New variable. If set, arrange for an error
3524 when CL functions etc. are autoloaded.
3525
3526 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
3527
3528 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
3529
3530 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
3531 popped up, but the user clicks outside the menu, return an empty
3532 regexp (that causes unhighlight-regexp to have no effect).
3533
3534 * menu-bar.el (menu-bar-games-menu): Add Zone.
3535
3536 * hi-lock.el (toplevel): Require font-lock.
3537
3538 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3539
3540 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
3541 (ebnf-8-bit-chars): New var for bug fix.
3542 (ebnf-string): Bug fix.
3543
3544 2000-08-03 Sam Steingold <sds@gnu.org>
3545
3546 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
3547 instead of `buffer-string'.
3548 (require 'cl): Always, not just when compiling.
3549 `ignore-errors' in `interactive', `list*', `defun*' &c make this
3550 necessary.
3551
3552 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
3553
3554 * international/mule-cmds.el (select-safe-coding-system): Make
3555 the message text about selecting a safe coding system more clear.
3556
3557 2000-08-02 Gerd Moellmann <gerd@gnu.org>
3558
3559 * hi-lock.el: New file.
3560
3561 * play/zone.el: New file.
3562
3563 * replace.el (occur): Set tab-width in the *Occur* buffer to the
3564 value of tab-width in the original buffer. Choose a line number
3565 format that's a multiple of the original buffer's tab width, so
3566 that lines appear right.
3567
3568 * textmodes/ispell.el (ispell): New function, replacing an alias.
3569 Spell-check active region if in transient-mark-mode and mark
3570 is active; otherwise spell-check buffer.
3571
3572 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3573
3574 * ps-mule.el: Fix a customization problem on
3575 ps-mule-font-info-database-default.
3576
3577 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3578
3579 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
3580 display-mouse-p instead of window-system.
3581 (ebrowse-member-mode-map): Ditto.
3582
3583 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3584
3585 * progmodes/ebnf2ps.el: Update ps-print functions call.
3586 Indentation fix. Doc fix.
3587 (ebnf-version): New version number (3.2).
3588 (ebnf-format-color, ebnf-begin-job): Code fix.
3589
3590 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3591
3592 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
3593 font lock support on window-system.
3594 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
3595
3596 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
3597 display-color-p, if fboundp, instead of window-system.
3598
3599 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3600
3601 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3602 instead of window-system.
3603
3604 * wid-edit.el (widget-choose): Use display-mouse-p instead of
3605 window-system.
3606 (widget-choice-mouse-down-action): Use display-popup-menus-p
3607 instead of window-system.
3608
3609 * strokes.el (strokes-file): Run the file name through
3610 convert-standard-filename.
3611 (strokes-mode): Call display-mouse-p instead of looking at
3612 window-system. Change the error message accordingly.
3613
3614 * progmodes/cpp.el (toplevel): Support faces on tty's.
3615
3616 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3617 (lm-plot-square, lm-init-display): Don't use window-system.
3618
3619 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3620 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3621
3622 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3623 instead of looking at window-system.
3624
3625 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3626
3627 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3628 of testing if iswitchb-prepost-hooks is bound, because the
3629 latter will always be true when invoking a recursive minibuffer
3630 from an active Iswitchb buffer.
3631
3632 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * files.el (shell-quote-wildcard-pattern): New function.
3635 (insert-directory): Call it. Only prepend "\" to command on Unix
3636 and GNU/Linux systems.
3637
3638 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3639
3640 * eshell/esh-groups.el: Change custom :link file names
3641 from `eshell.info' to `eshell'.
3642
3643 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
3644
3645 * dired.el (dired-build-subdir-alist): Expand subdirectory names
3646 correctly in recursive ange-ftp listings.
3647
3648 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3649
3650 * ps-print.el: Fix bug 1: if ps-font-size-internal,
3651 ps-header-font-size-internal and
3652 ps-header-title-font-size-internal variables are not set,
3653 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
3654 face text property is (foreground-color . COLOR) or
3655 `(background-color . COLOR)', ps-print crashes. Doc fix.
3656 (ps-print-version): New version number (5.2.4).
3657 (ps-plot-region): Code fix.
3658 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3659 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3660 Bug fix 2.
3661
3662 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
3663
3664 * glasses.el (glasses-make-readable): Fix uncapitalization of
3665 identifiers like `myXMLDocument'.
3666
3667 2000-07-28 Karl Fogel <kfogel@red-bean.com>
3668
3669 * mail/mail-hist.el (mail-hist-previous-input)
3670 (mail-hist-next-input): Do the obvious code factorization.
3671 (mail-hist-retrieve-and-insert): New func, contains common
3672 code of above two.
3673 If inserting a message body, leave point at top.
3674
3675 2000-07-28 Sam Steingold <sds@gnu.org>
3676
3677 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
3678 Use `<=', not `<' to compare times!
3679 (ange-ftp-ls): Remove.
3680
3681 2000-07-27 Gerd Moellmann <gerd@gnu.org>
3682
3683 * play/cookie1.el: Add explanation of how to make cookie.el
3684 compatible with strfile(1) to comment.
3685
3686 * subr.el (remove, remq): New functions.
3687
3688 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3689 escape `*' in regexps.
3690 (midnight-find): Reverse order of arguments in the funcall of
3691 TEST.
3692
3693 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3694 and `.class'.
3695
3696 * play/meese.el: Add Commentary section.
3697
3698 2000-07-27 Alex Schroeder <alex@gnu.org>
3699
3700 * sql.el (sql-ms): Added autoload cookie.
3701 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3702 (sql-oracle): Ditto.
3703 (sql-help): Doc change.
3704
3705 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3706 types and exceptions.
3707
3708 2000-07-27 Alex Schroeder <alex@gnu.org>
3709
3710 * sql.el (sql-placeholder-history): New variable.
3711 (sql-query-placeholders-and-send): New function that will query
3712 the user and replace placeholders with user input.
3713 (sql-oracle): If running on NT, set comint-input-sender to
3714 sql-query-placeholders-and-send.
3715
3716 (sql-stop): If in the SQLi buffer, insert stop notification, else
3717 present it as a message.
3718
3719 2000-07-27 Alex Schroeder <alex@gnu.org>
3720
3721 * sql.el (sql-input-ring-separator): Doc change.
3722 (sql-input-ring-file-name): Doc change.
3723 (sql-interactive-mode): Use `sql-input-ring-separator' and
3724 `sql-input-ring-file-name' to set the comint-mode equivalents
3725 without making them local variables.
3726 (sql-stop): Don't bind `sql-input-ring-separator' and
3727 `sql-input-ring-file-name' dynamically to their comint-mode
3728 equivalents.
3729
3730 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3731
3732 * international/mule.el (register-char-codings): New function.
3733 (make-coding-system): Handle `safe-chars' specification in the arg
3734 PROPERTY.
3735
3736 * international/mule-cmds.el
3737 (find-coding-systems-region-subset-p): This function deleted.
3738 (sort-coding-systems-predicate): New variable.
3739 (sort-coding-systems): New function.
3740 (find-coding-systems-region): Use
3741 find-coding-systems-region-internal.
3742 (find-coding-systems-string): Use find-coding-systems-region.
3743 (find-coding-systems-for-charsets): Check
3744 char-coding-system-table.
3745 (select-safe-coding-system-accept-default-p): New variable.
3746 (select-safe-coding-system): Mostly rewritten. New argument
3747 ACCEPT-DEFAULT-P.
3748 (select-message-coding-system): Call select-safe-coding-system
3749 with ACCEPT-DEFAULT-P arg.
3750 (reset-language-environment): Reset default-sendmail-coding-system
3751 to the default value iso-latin-1.
3752 (set-language-environment): Don't set the obsolete variable
3753 charset-origin-alist.
3754
3755 * international/codepage.el (cp-coding-system-for-codepage-1):
3756 Give `safe-chars' property to make-coding-system.
3757
3758 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3759 calling select-message-coding-system twice.
3760
3761 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3762 instead of `safe-charsets'.
3763 (cyrillic-alternativnyj): Likewise.
3764 (ccl-encode-alternativnyj): Don't check the charset
3765 cyrillic-iso8859-5.
3766
3767 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3768
3769 * composite.el (compose-chars-after): Preserve match data.
3770
3771 2000-07-26 Sam Steingold <sds@gnu.org>
3772
3773 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3774 (ange-ftp-real-file-newer-than-file-p): New function.
3775 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3776 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3777
3778 * tooltip.el (tooltip-float-time): Removed (use `float-time').
3779 * midnight.el (midnight-float-time): Ditto.
3780
3781 2000-07-26 Andreas Schwab <schwab@suse.de>
3782
3783 * files.el (normal-backup-enable-predicate): Correct
3784 interpretation of the return value of compare-strings.
3785
3786 2000-07-26 Gerd Moellmann <gerd@gnu.org>
3787
3788 * isearch.el (isearch-resume): New function.
3789 (isearch-done): Add something to command-history to resume
3790 the search.
3791 (isearch-yank-line, isearch-yank-word): Use
3792 buffer-substring-no-properties instead of buffer-substring.
3793
3794 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3795 of flyspell-mouse-map.
3796
3797 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3798 duplicate definition.
3799 (makefile-mode): Remove duplicate setting of local-abbrev-table.
3800
3801 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3802 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3803
3804 2000-07-25 Sam Steingold <sds@gnu.org>
3805
3806 * net/ange-ftp.el: Get modtime over the net.
3807 (ange-ftp-file-modtime): New function.
3808 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3809 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
3810 Use it.
3811 (ange-ftp-dot-to-slash): New function.
3812 (ange-ftp-fix-name-for-vms): Use it.
3813
3814 * midnight.el (midnight-buffer-display-time): Use
3815 `with-current-buffer'.
3816
3817 2000-07-25 Gerd Moellmann <gerd@gnu.org>
3818
3819 * find-dired.el: Update copyright notice.
3820 (find-dired): Offer to kill a running `find'.
3821
3822 * enriched.el (enriched-face-ans): For a `foreground-color'
3823 property, return '(("x-color" COLOR))' so that COLOR will be
3824 output as a parameter of the x-color annotation. Likewise for the
3825 `background-color' property. In the case of normal face
3826 properties, don't return annotations for unspecified foreground
3827 and background face attributes.
3828
3829 2000-07-25 Kenichi Handa <handa@etl.go.jp>
3830
3831 * language/japan-util.el (japanese-katakana-region): Fix handling
3832 HANKAKU argument.
3833
3834 2000-07-25 Miles Bader <miles@gnu.org>
3835
3836 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3837 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
3838 constrain-to-field.
3839
3840 2000-07-24 Andrew Innes <andrewi@gnu.org>
3841
3842 * timer.el (timer-activate-when-idle): Add optional parameter
3843 DONT-WAIT. Update docstring.
3844 (run-with-idle-timer): Specify extra parameter to
3845 timer-activate-when-idle, so that timer will be activated
3846 immediately if Emacs is already idle.
3847
3848 * w32-fns.el (w32-using-nt): Fix docstring.
3849
3850 2000-07-24 Dave Love <fx@gnu.org>
3851
3852 * mouse.el (popup-menu): Set last-command-event.
3853 (mouse-major-mode-menu-prefix): Declare.
3854
3855 2000-07-24 Gerd Moellmann <gerd@gnu.org>
3856
3857 * textmodes/flyspell.el: Update to author's version 1.5d.
3858
3859 * progmodes/hideshow.el: Update copyright notice.
3860
3861 * vcursor.el: Set maintainer to FSF, since author cannot
3862 be reached.
3863
3864 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3865
3866 * info.el (Info-goto-emacs-key-command-node): Leave a space after
3867 the prompt.
3868
3869 * mouse.el (popup-menu): Run the keymap through indirect-function,
3870 in case it was defined with define-prefix-key. If the menu is a
3871 list of keymaps, look up the binding of user's choice in each one
3872 of the keymaps.
3873 (mouse-popup-menubar): If the global and local menu-bar keymaps
3874 don't have a prompt string, create one and insert it into the
3875 keymap. Don't barf if current-local-map returns nil.
3876
3877 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
3878
3879 * dired.el (dired-sort-R-check): Added to allow recursive listing
3880 to be undone.
3881 (dired-sort-other): Use it.
3882
3883 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3884
3885 * Release of cc-mode 5.27
3886
3887 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3888
3889 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3890 c-beginning-of-statement-1 that caused a bad case of recursion
3891 which could consume a lot of CPU in large classes in languages
3892 that have in-expression classes (i.e. Java and Pike).
3893
3894 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3895 statements before top level constructs (i.e. case 6 is moved
3896 before case 5 and is now case 4) to catch in-expression
3897 classes in top level expressions correctly.
3898
3899 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3900
3901 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3902 objc-method-intro. Case 4 removed and case 5I added.
3903
3904 * cc-langs.el (c-append-paragraph-start): New variable used by
3905 c-common-init to get paragraph-start correct.
3906 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3907 initialize paragraph-start to make it correct both with and
3908 without the javadoc special case.
3909
3910 * cc-mode.el (java-mode): Use c-append-paragraph-start to
3911 initialize paragraph-start for javadoc markup.
3912
3913 * cc-vars.el (c-style-variables-are-local-p): Incompatible
3914 change by defaulting this to t. It's motivated by the
3915 confusing behavior that otherwise arise from the style system
3916 when editing both java and non-java files at the same time
3917 (see the comments about style setting in c-common-init).
3918
3919 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3920
3921 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3922 similar to the one in c-fill-paragraph to check the fill
3923 prefix from the adaptive fill function for sanity.
3924
3925 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3926
3927 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3928 defun block.
3929
3930 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3931
3932 * cc-mode.texi Documented the change of cpp-macro.
3933
3934 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3935
3936 * cc-align.el (c-lineup-multi-inher): Handle lines with
3937 leading comma nicely. Extended to handle member initializers
3938 too.
3939
3940 * cc-engine.el: (c-beginning-of-inheritance-list,
3941 c-guess-basic-syntax): Fixed recognition of inheritance lists
3942 when the lines begins with a comma.
3943
3944 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
3945
3946 * cc-vars.el (c-offsets-alist): Changed default for
3947 member-init-cont to c-lineup-multi-inher since it now handles
3948 member initializers and indents better for leading commas.
3949
3950 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3951
3952 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3953 handling that caused class open lines to be recognized as
3954 statement-conts in some cases.
3955
3956 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3957 guessed by the adaptive fill function unless point is on the
3958 first line of a block comment.
3959
3960 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3961 when the buffer ends with a macro continuation char.
3962
3963 * cc-engine.el (c-guess-basic-syntax): Added support for
3964 function definitions as statements in Pike. The first
3965 statement in a lambda block is now labeled defun-block-intro
3966 instead of statement-block-intro.
3967
3968 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3969 so that the class surrounding point is selected, not the one
3970 innermost in the state.
3971
3972 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3973 recognition of switch labels having hanging multiline
3974 statements.
3975
3976 * cc-engine.el (c-beginning-of-member-init-list): Broke out
3977 some code in c-guess-basic-syntax to a separate function.
3978 * cc-engine.el (c-just-after-func-arglist-p): Fixed
3979 recognition of member inits with multiple line arglists.
3980 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3981 member-init-cont when the commas are in funny places.
3982
3983 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3984
3985 * cc-defs.el (c-auto-newline): Removed this macro since it's
3986 not used anymore.
3987
3988 * cc-engine.el (c-looking-at-bos): New helper function.
3989 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3990 inexpr and toplevel classes apart in Pike.
3991
3992 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3993 of case 9A.
3994
3995 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
3996 constant, since "class" can introduce an in-expression class
3997 in Pike nowadays.
3998
3999 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4000
4001 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4002 indentation on cpp-macro lines.
4003
4004 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4005 a syntax modifier like comment-intro, to make it possible to
4006 get syntactic indentation for preprocessor directives. It's
4007 incompatible wrt to lineup functions on cpp-macro, but it has
4008 no observable effect in the 99.9% common case where cpp-macro
4009 is set to -1000.
4010
4011 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4012
4013 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4014 member-init-cont when the preceding arglist is several lines.
4015
4016 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4017
4018 * cc-styles.el (c-style-alist): The basic offset for the BSD
4019 style corrected to 8.
4020
4021 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4022
4023 * cc-styles.el (c-style-alist): Adjusted the indentation of
4024 brace list openers in the gnu style.
4025
4026 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4027
4028 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4029
4030 * cc-cmds.el (c-electric-brace, c-electric-slash,
4031 c-electric-star, c-electric-semi&comma, c-electric-colon,
4032 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4033 when c-syntactic-indentation is nil.
4034
4035 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4036 we were left at comments preceding the first statement when
4037 reaching the beginning of the buffer.
4038
4039 * cc-vars.el (c-syntactic-indentation): New variable to turn
4040 off all syntactic indentation.
4041
4042 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4043
4044 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4045 between the text and the block comment ender when it hangs,
4046 depending on how many there are before the fill.
4047
4048 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4049
4050 * cc-engine.el (c-beginning-of-closest-statement): New helper
4051 function to go back to the closest preceding statement start,
4052 which could be inside a conditional statement.
4053 * cc-engine.el (c-guess-basic-syntax): Use
4054 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4055
4056 * cc-engine.el (c-guess-basic-syntax): Better handling of
4057 arglist-intro, arglist-cont-nonempty and arglist-close when
4058 the arglist is nested inside parens. Cases 7A, 7C and 7F
4059 changed.
4060
4061 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4062 up-to-date with javadoc 1.2.
4063
4064 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4065
4066 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4067 multiline Pike type decls.
4068
4069 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4070
4071 * cc-cmds.el (c-indent-new-comment-line): Always break
4072 multiline comments in multiline mode, regardless of
4073 comment-multi-line.
4074
4075 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4076
4077 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4078 fully::qualified::names in C++ member init lists. Preamble in
4079 case 5D changed.
4080
4081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4082
4083 * cc-langs.el (c-common-init): Handling of obsolete variables
4084 moved to c-initialize-cc-mode. More compatible style override
4085 when using global style variables.
4086 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4087 variables moved here.
4088
4089 * cc-mode.texi: Documented the special behavior of
4090 c-special-indent-hook as a style variable. Don't talk about
4091 doing (c-make-styles-buffer-local t) in a mode hook, since
4092 that's already too late to work right.
4093
4094 * cc-styles.el (c-make-styles-buffer-local): Flag style
4095 variable localness in c-style-variables-are-local-p to make
4096 the compatibility measure in c-common-init work well.
4097
4098 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4099 longer contain set-from-style.
4100 * cc-styles.el (c-initialize-builtin-style): Don't check for
4101 set-from-style on c-special-indent-hook.
4102 * cc-styles.el (c-copy-tree): Obsolete. The standard function
4103 copy-alist is sufficient now.
4104
4105 * cc-styles.el (c-set-style, c-set-style-1,
4106 c-get-style-variables): Fixes to variable initialization so
4107 that duplicate entries in styles have the same effect
4108 regardless of DONT-OVERRIDE.
4109
4110 * cc-styles.el (c-set-style-2): Fixed bug where the
4111 initialization of inheriting styles failed when the
4112 dont-override flag is set.
4113
4114 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4115 on this.
4116
4117 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4118
4119 * cc-defs.el (c-forward-comment): Removed the workaround
4120 introduced in 5.38 since it had worse side-effects. If a line
4121 contains the string "//\"", it regarded the // as a comment
4122 start since the \ temporarily doesn't have escape syntax.
4123
4124 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
4125
4126 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4127 ada-xref.el before ada-prj.el, so that the Project menu is created
4128 when ada-prj tries to add to it.
4129 (ada-activate-keys-for-case): Suppress the characters that are not
4130 part of the Ada syntax. Better compatibility with else-mode
4131 (ada-adjust-case-interactive): When auto-casing is not active,
4132 correctly insert newlines (used to insert only ^M). Prevent the
4133 syntax table from being changed in case of an error
4134 (or '_' becomes part of a word and some commands are confused).
4135 Do nothing if ada-auto-case is nil.
4136 (ada-after-keyword-p): Ignore keywords that are also attributes
4137 (ada-batch-reformat): Update usage comment
4138 (ada-call-from-contextual-menu): New function
4139 (ada-case-read-exceptions): Reinitialize the casing exception list
4140 first to nil first, so that the casing exception file can be
4141 shared.
4142 (ada-check-defun-name): Handles "configure" keyword for gnatdist
4143 files.
4144 (ada-compile-goto-error): Fix regexp used to detect a file:line
4145 anywhere in the error message
4146 (ada-contextual-menu-last-point): New variable
4147 (ada-create-keymap): If the variable delete-key-deletes-forward is
4148 t on XEmacs, it means that DEL should delete one character
4149 forward.
4150 (ada-create-menu): Use :included instead of :visible for XEmacs.
4151 New submenu "Options".
4152 (ada-end-stmt-re): Correctly indent "select ... then abort"
4153 statements.
4154 (ada-fill-comment-paragraph): Correctly delete all leading '--'
4155 even if they don't match ada-fill-comment-prefix Fix handling of
4156 paragraphs on the first or last line of a file.
4157 (ada-format-paramlist): Fix handling of default parameter values.
4158 (ada-get-body-name): New function.
4159 (ada-get-current-indent): Optimized by searchling directly for an
4160 existing generic part or a statement outside of it. Handle
4161 ada-indent-align-comments when indenting comments Replaced some
4162 regexps by testing directly the next character. This results in a
4163 huge speedup on some files. New indentation scheme for renames
4164 statements. Stop looking for the 'while' or 'for' associated with
4165 a 'loop' at the first semicolon encountered. A "return" can also
4166 match an anonymous access subprogram declaration.
4167 (ada-get-indent-noindent): Ignore strings and comments when
4168 looking for the keywords "record" and "private".
4169 (ada-goto-matching-decl-start): When matching "if", make sure we
4170 are not in fact seeing "end if". Ignore "when" statements except
4171 when initial keyword was "begin". Fix handling of nested
4172 procedures. Add a recursive call to this function to skip over
4173 other 'end' statmts. Fix indentation for "when .. => begin"
4174 (ada-in-open-paren-p): Fix indentation for complex boolean
4175 expressions, where 'and then', 'or else' and parenthesis
4176 statements are mixed up.
4177 (ada-in-paramlist-p): Skip comments while searching for the
4178 beginning Fix handling of operator declarations.
4179 (ada-indent-align-comments): New variable
4180 (ada-indent-current): Change the syntax table only in the
4181 protected section, so that we are sure it is restored correctly.
4182 (ada-indent-on-previous-lines): Use ada-use-indent and
4183 ada-with-indent Correctly indent "select ... then"
4184 (ada-indent-region): Slight speedup.
4185 (ada-indent-renames): New variable.
4186 (ada-last-which-function-subprog, ada-last-which-function-line):
4187 New variables
4188 (ada-looking-at-semi-private): Correctly indent the 'private'
4189 keyword when it is the first word in a package declaration.
4190 (ada-loose-case-word): Stop searching if at the end of the buffer.
4191 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4192 even if point is not initially at the end of the word.
4193 (ada-matching-decl-start-re): Add "when".
4194 (ada-mode): Add support for abbrev-mode, outline-mode and
4195 which-func-mode Override the old find-file.el entry in
4196 ff-special-constructs since it is using the obsolete
4197 ada-spec-suffix variable
4198 (ada-no-auto-case): New function
4199 (ada-scan-paramlist): When parsing the argument type, accept
4200 spaces (as in "X 'Class", generated by Rational Rose).
4201 (ada-other-file-name): No longer loads the other file.
4202 (ada-popup-menu): Save and restore the current buffer and cursor
4203 position before and after displaying the menu.
4204 (ada-search-ignore-complex-boolean): New function.
4205 (ada-uncomment-region): Emacs21 already knows how to delete
4206 comments not starting in the first column.
4207 (ada-use-indent): New variable
4208 (ada-which-function): New function.
4209 (ada-with-indent): New variable
4210 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
4211 can be batch-compiled from the command line.
4212
4213 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
4214 Add to the menu when the file is loaded, not in ada-mode-hook.
4215 Add -toolbar to the default ddd command Switches moved from
4216 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
4217 ada-prj-default-comp-opt
4218 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
4219 Reference Manual to the menu
4220 (ada-check-current): rewritten as a call to ada-compile-current
4221 (ada-compile): Removed.
4222 (ada-compile-application, ada-compile-current, ada-check-current):
4223 Set the compilation-search-path so that compile.el automatically
4224 finds the sources in src_dir. Automatic scrollong of the
4225 compilation buffer. C-uC-cC-c asks for confirmation before
4226 compiling
4227 (ada-compile-current): New parameter, prj-field
4228 (ada-complete-identifier): Load the .ali file before doing
4229 processing
4230 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
4231 conform to gnatmake's behavior.
4232 (ada-find-file-in-dir): New function
4233 (ada-find-references): Set the environment variables for gnatfind
4234 (ada-find-src-file-in-dir): New function.
4235 (ada-first-non-nil): Removed
4236 (ada-gdb-application): Add support for jdb, the java debugger.
4237 (ada-get-ada-file-name): Load the original-file first if not done
4238 yet.
4239 (ada-get-all-references): Handles the new ali syntax (parent types
4240 are found between <>).
4241 (ada-initialize-runtime-library): New function
4242 (ada-mode-hook): Always load a project file when a file is opened,
4243 so that the casing exceptions are correctly read.
4244 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
4245 (ada-parse-prj-file): Use find-file-noselect instead of find-file
4246 to open the project file, since the latter does not work with
4247 speedbar Get default values before loading the prj file, or the
4248 default executable file name is wrong. Use the absolute value of
4249 src_dir to initialize ada-search-directories and
4250 compilation-search-path,... Add the standard runtime library to
4251 the search path for find-file.
4252 (ada-prj-default-debugger): Was missing an opening '{'
4253 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
4254 variables.
4255 (ada-prj-default-gnatmake-opt): New variable
4256 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
4257 buffers, the project file is the default one Save the windows
4258 configuration before displaying the menu.
4259 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
4260 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
4261 ...) regexp-quote identifiers names to support operators +,
4262 -,... in regexps.
4263 (ada-remote): New function.
4264 (ada-run-application): Erase the output buffer before starting the
4265 run Support remote execution of the application. Use
4266 call-process, or the arguments are incorrectly parsed
4267 (ada-set-default-project-file): Reread the content of the active
4268 project file, not the one from the current buffer When a project
4269 file is set as the default project, all directories are
4270 automatically associated with it.
4271 (ada-set-environment): New function
4272 (ada-treat-cmd-string): New special variable ${current}
4273 (ada-treat-cmd-string): Revised. The substitution is now done for
4274 any ${...} substring
4275 (ada-xref-current): If no body was found, compiles the spec
4276 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
4277 compiler to get rid of command line length limitations.
4278 (ada-xref-get-project-field): New function
4279 (ada-xref-project-files): New variable
4280 (ada-xref-runtime-library-specs-path)
4281 (ada-xref-runtime-library-ali-path): New variables
4282 (ada-xref-set-default-prj-values): Default run command now does a
4283 cd to the build directory. New field: main_unit Provide a default
4284 file name even if the current buffer has no prj file.
4285
4286 * ada-prj.el:
4287 Rewritten to show a tabbed-dialog.
4288 (ada-prj-add-ada-menu): Remove the map and name parameters.
4289 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
4290 New function
4291 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
4292 (ada-prj-load-from-file): New function
4293 (ada-prj-save): Always save fields that depend on the current buffer
4294 (ada-prj-show-value): New function
4295
4296 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
4297 Ada mode. This will allow us to display the Ada menu in any buffer
4298 we want (for project items).
4299 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
4300 number of spaces in the header.
4301
4302 2000-07-24 Dave Love <fx@gnu.org>
4303
4304 * ediff-init.el (ediff-region-help-echo): Bind face-help.
4305
4306 2000-07-23 Noah Friedman <friedman@splode.com>
4307
4308 * type-break.el (type-break): perform autosave.
4309 Suggested by Stephen Gildea <gildea@intouchsys.com>.
4310 (type-break-do-query): Cancel query schedule while performing
4311 actual query, to avoid possibility of a second query being made
4312 while first one is already in progress.
4313 (type-break-time-stamp-format): New variable.
4314 (type-break-time-stamp): New function.
4315 (type-break-time-warning): Use it.
4316 (type-break-keystroke-warning): Use it.
4317 (type-break-noninteractive-query): Use it.
4318
4319 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
4320 cookie.
4321 Use add-minor-mode to set minor-mode-alist, if available.
4322 (eldoc-echo-area-use-multiline-p): New user option.
4323 (eldoc-echo-area-multiline-supported-p): New variable.
4324 (eldoc-docstring-format-sym-doc): Use them.
4325 (eldoc-mode): If not using idle timers, append to local post and
4326 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
4327 (eldoc-display-message-no-interference-p): Don't interfere with
4328 edebug.
4329 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
4330 (eldoc-function-arglist): New function.
4331 (eldoc-function-argstring): Use it.
4332
4333 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
4334 auto save directory exists before calling directory-files.
4335
4336 2000-07-23 Dave Love <fx@gnu.org>
4337
4338 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
4339 ^o, ^u.
4340
4341 2000-07-21 Dave Love <fx@gnu.org>
4342
4343 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
4344 now passed to the function. It now works properly.
4345
4346 * smerge-mode.el (smerge-mode-menu): Fill it out.
4347
4348 2000-07-20 Gerd Moellmann <gerd@gnu.org>
4349
4350 * info-look.el (info-lookup): If *info* is shown in another frame
4351 on the same display, select that frame, instead of switching to
4352 the Info buffer in another window of the selected frame.
4353
4354 * simple.el (universal-argument-map): Bind numeric keypad keys
4355 kp-0 to kp-9 and kp-subtract.
4356 (digit-argument): Handle these keys.
4357
4358 2000-07-20 Dave Love <fx@gnu.org>
4359
4360 * net/goto-addr.el (goto-address-fontify): Don't bother with
4361 buffer-modified and read-only stuff -- irrelevant with overlays.
4362 Put an extra property on the overlays and use it to clean up in
4363 case goto-address is re-run.
4364
4365 2000-07-19 Richard M. Stallman <rms@gnu.org>
4366
4367 * timer.el (run-with-idle-timer): Doc fix.
4368
4369 * mail/mail-utils.el (mail-strip-quoted-names):
4370 Handle case where <...> appears inside "...".
4371 Use replace-match to edit the string more simply.
4372 (rmail-dont-reply-to): Cope with an unmatched ".
4373
4374 2000-07-19 Dave Love <fx@gnu.org>
4375
4376 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
4377 implementation.
4378
4379 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
4380 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
4381 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
4382
4383 2000-07-19 Gerd Moellmann <gerd@gnu.org>
4384
4385 * textmodes/refer.el: Correct maintainer's email address.
4386
4387 * progmodes/hideif.el: Correct author's email address.
4388 Fix typo in comment.
4389
4390 * xml.el: New file.
4391
4392 * mail/mailheader.el: Correct author's mail address.
4393
4394 * gnus/parse-time.el: Correct author's mail address.
4395
4396 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
4397
4398 * comint.el (comint-highlight-input, comint-highlight-face):
4399 New user options.
4400 (comint-input-ring-file-name): Change custom type.
4401 (comint-mode-map): Bind mouse-2.
4402 (comint-insert-clicked-input): New function.
4403 (comint-send-input): Handle input highlighting.
4404
4405 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
4406
4407 * mouse.el (popup-menu): New function.
4408 (mouse-major-mode-menu): Use it.
4409
4410 2000-07-18 Dave Love <fx@gnu.org>
4411
4412 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
4413 improvements.
4414
4415 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4416
4417 * faces.el (face-font-selection-order)
4418 (face-font-family-alternatives): Add custom type.
4419
4420 2000-07-18 Dave Love <fx@gnu.org>
4421
4422 * cus-edit.el (custom-variable-reset-saved)
4423 (custom-variable-reset-standard): Remove unused bindings.
4424
4425 * rect.el (open-rectangle-line): Remove unused let.
4426
4427 * hl-line.el (hl-line-highlight): Check hl-line-mode.
4428
4429 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4430
4431 * cdl.el: Fix `Maintainer' keyword.
4432
4433 * play/pong.el: Add author's email address.
4434
4435 2000-07-17 Sam Steingold <sds@gnu.org>
4436
4437 * files.el (insert-directory): Call `split-string' instead of
4438 re-implementing it.
4439
4440 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4441
4442 * mail/vms-pmail.el: Change maintainer to FSF.
4443
4444 * net/goto-addr.el: Change maintainer to FSF.
4445
4446 * recentf.el: Update from author.
4447
4448 * info.el (Info-title-face-alist): Removed.
4449
4450 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
4451
4452 * eshell/eshell.el (eshell): Replace links to eshell.info with
4453 links to eshell, to avoid problems on systems where the manual is
4454 installed as `eshell'.
4455 * eshell/esh-cmd.el (eshell-cmd): Ditto.
4456 * eshell/em-smart.el (eshell-smart): Ditto.
4457 * eshell/em-banner.el (eshell-banner): Ditto.
4458 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
4459
4460 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
4461 same-file check in the MS-DOS version (it does support inodes).
4462
4463 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
4464
4465 * eshell/eshell.el (eshell-directory-name):
4466 Run default directory name through convert-standard-filename.
4467
4468 2000-07-18 Kenichi Handa <handa@etl.go.jp>
4469
4470 * international/mule-cmds.el (select-safe-coding-system):
4471 Fix typo in the comment.
4472
4473 * language/european.el (compound-text):
4474 Force katakana-jisx0201 to be designated to G1.
4475
4476 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
4477 Don't translate some national variant characters of latin-jisx0201.
4478 (x-ctext): Force katakana-jisx0201 to be designated to G1.
4479
4480 * international/kkc.el (kkc-after-update-conversion-functions):
4481 New variable.
4482 (kkc-update-conversion): Run functions in it at the tail.
4483
4484 2000-07-16 John Wiegley <johnw@gnu.org>
4485
4486 * lisp/align.el (align-newline-and-indent):
4487 Adding new function. for auto-aligning blocks of code on RET.
4488 (align-region): Fixed badly formatted minibuffer message.
4489
4490 2000-07-17 Kenichi Handa <handa@etl.go.jp>
4491
4492 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
4493 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
4494 the conversion list at first if appropriate.
4495 (kkc-next): Don't update kkc-next-count here.
4496 (kkc-prev): Don't update kkc-prev-count here.
4497 (kkc-show-conversion-list-update): Fix setting up of conversion
4498 list message.
4499
4500 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
4503
4504 2000-07-16 Dave Love <fx@gnu.org>
4505
4506 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
4507 function to be more specific.
4508
4509 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
4510 non-string help-echo.
4511 (widget-types-convert-widget): Defsubst it.
4512 (widget-echo-help): Try to cope with a help-echo function of two
4513 possible sorts.
4514
4515 2000-07-15 Jason Rumney <jasonr@gnu.org>
4516
4517 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4518 Declare as obsolete.
4519
4520 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
4521
4522 2000-07-14 Gerd Moellmann <gerd@gnu.org>
4523
4524 * hilit-chg.el: Fix typo.
4525
4526 2000-07-14 Dave Love <fx@gnu.org>
4527
4528 * info.el (Info-mode-menu): Fix use of :help, :enable.
4529
4530 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
4531
4532 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4533
4534 2000-07-13 Dave Love <fx@gnu.org>
4535
4536 * emacs-lisp/easymenu.el: Doc fixes.
4537 (easy-menu-remove): Defalias to ignore.
4538
4539 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
4540 Call throw correctly.
4541
4542 2000-07-13 Gerd Moellmann <gerd@gnu.org>
4543
4544 * faces.el (frame-background-mode): Doc fix.
4545
4546 * simple.el (eval-expression-print-length): Change custom type to
4547 allow entering nil as value.
4548
4549 2000-07-13 Dave Love <fx@gnu.org>
4550
4551 * progmodes/fortran.el (fortran-imenu-generic-expression):
4552 Change definition layout.
4553 (fortran-mode-menu): Reinstate customize entries.
4554
4555 * cus-edit.el (custom-group-menu-create, customize-menu-create):
4556 Use :filter, per old XEmacs code.
4557
4558 2000-07-12 Gerd Moellmann <gerd@gnu.org>
4559
4560 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
4561 event when deciding what to send to the terminal.
4562
4563 2000-07-12 Dave Love <fx@gnu.org>
4564
4565 * cus-start.el: Add optional version as 4th element of specs and
4566 use it for several things new in v21. Remove load-path. Fix type
4567 of line-number-display-limit.
4568
4569 2000-07-11 Dave Love <fx@gnu.org>
4570
4571 * progmodes/fortran.el: Don't require easymenu.
4572 Use repeat counts in various regexps.
4573 (fortran-mode-syntax-table): Defvar directly.
4574 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
4575 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
4576 Use defvar, not defconst.
4577 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
4578 (fortran-mode): Set fortran-comment-line-start-skip,
4579 fortran-comment-line-start-skip, dabbrev-case-fold-search.
4580 (fortran-comment-indent): Use defsubst.
4581 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
4582 Use fortran-comment-indent, not fortran-comment-indent-function.
4583 (fortran-comment-region, fortran-electric-line-number): Simplify.
4584 (fortran-auto-fill): New function.
4585 (fortran-do-auto-fill): Deleted.
4586 (fortran-find-comment-start-skip):
4587 Check for non-null comment-start-skip.
4588 (fortran-auto-fill-mode, fortran-fill-statement):
4589 Use fortran-auto-fill.
4590 (fortran-fill): Use fortran-auto-fill. Check for null
4591 comment-start-skip. Simplify final clause and use end-of-line finally.
4592
4593 * widget.el (widget-plist-member): New alias.
4594
4595 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4596
4597 * eshell/esh-module.el (toplevel): Reference
4598 byte-compile-current-file only if it is bound.
4599
4600 2000-07-10 Gerd Moellmann <gerd@gnu.org>
4601
4602 * dired.el: Don't require `dired-aux'.
4603
4604 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
4605
4606 * dired-aux.el (dired-show-file-type): New function.
4607 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4608 (dired-show-file-type): Add autoload.
4609
4610 2000-07-10 Kenichi Handa <handa@etl.go.jp>
4611
4612 * international/mule-diag.el (describe-font): Adjusted for the
4613 change of fontset-info.
4614 (print-fontset): Likewise.
4615
4616 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4619
4620 2000-07-07 Gerd Moellmann <gerd@gnu.org>
4621
4622 * bindings.el: Bind `[delete]' to delete-char.
4623
4624 * dired.el (dired-find-alternate-file): New function.
4625 (dired-mode-map): Bind `a' to dired-find-alternate-file.
4626 (toplevel): Require dired-aux when compiling.
4627 (dired-buffers): Move defvar within file to avoid compiler warning.
4628
4629 * info.el (Info-last-search): Variable removed.
4630 (Info-search-history): New variable.
4631 (Info-search): New Info-search-history.
4632
4633 * battery.el, info-look.el: Change author's mail address.
4634
4635 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4636
4637 * mail/rmail.el (rmail-clear-headers): Don't throw an error
4638 if rmail-ignored-headers is nil.
4639 (rmail-retry-failure): Bind rmail-ignored-headers and
4640 rmail-displayed-headers to nil.
4641
4642 2000-07-06 Gerd Moellmann <gerd@gnu.org>
4643
4644 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4645 (print-region-1): Don't hard code `-h' here.
4646
4647 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4648
4649 2000-07-01 Francesco Potorti` <pot@gnu.org>
4650
4651 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4652 exim can use "your message" instead of "the message".
4653
4654 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
4655
4656 * facemenu.el: Docstrings fixes.
4657 (facemenu-get-face): Don't use internal-find-face.
4658 (facemenu-iterate): Rename arg to match the docstring.
4659
4660 * newcomment.el (uncomment-region): Be more careful when skipping
4661 backwards over `=' not to bump into BOBP.
4662
4663 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
4664
4665 * ediff-diff.el (ediff-wordify): Use syntax table.
4666 * ediff-init.el (ediff-has-face-support-p): Use
4667 ediff-color-display-p.
4668 (ediff-color-display-p): Use display-color-p, changed to defun
4669 from defsubst.
4670 Got rid of special cases for NeXT and OS/2.
4671 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
4672 face.
4673
4674 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4675
4676 * emacs-lisp/lucid.el: Require CL.
4677 (copy-tree, remprop): Remove, it's provided by CL.
4678 (map-keymap): Define in terms of cl-map-keymap.
4679 (extent-property, set-extent-end-glyph): New functions.
4680
4681 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4682
4683 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4684
4685 * Makefile.in (DONTCOMPILE): Add comment that the name may
4686 not be changed without changing the make-dist script.
4687
4688 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
4689 (cl-mapc): Use mapc instead of cl-old-mapc.
4690
4691 2000-07-05 Andrew Innes <andrewi@gnu.org>
4692
4693 * makefile.nt: Add support for `bootstrap' and related targets.
4694
4695 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4696
4697 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4698 (easy-menu-do-define): Use `menu-item' format.
4699 Handle case where easy-menu-create-menu returns a symbol.
4700 Manually call the potential top-level filter in the function binding.
4701 (easy-menu-filter-return): New arg NAME.
4702 Convert to a keymap if MENU is an XEmacs menu.
4703 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4704 (easy-menu-converted-items-table, easy-menu-convert-item):
4705 New var and fun to memoize easy-menu-convert-item-1.
4706 (easy-menu-do-add-item): Use it.
4707 (easy-menu-create-menu): Use easy-menu-convert-item.
4708 Wrap easy-menu-filter-return around any :filter specification.
4709 Don't convert the menu if a filter was specified.
4710 Tell easy-menu-make-symbol not to check for MENU being an expression.
4711 (easy-menu-make-symbol): New arg NOEXP.
4712
4713 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4714
4715 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4716 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4717 (eval-defun): If called with prefix arg, instrument code for
4718 Edebug.
4719
4720 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4721 similar to that of eval-defun.
4722
4723 2000-07-04 Dave Love <fx@gnu.org>
4724
4725 * hl-line.el (hl-line-overlay): Make it permanent-local.
4726
4727 * calendar/todo-mode.el: Replaced with a working version, based on
4728 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4729
4730 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
4731
4732 * paths.el (prune-directory-list): New function.
4733 (Info-default-directory-list): Rewritten to more methodically
4734 enumerate a big list of possible info directories (based on the
4735 list used by the standalone info reader).
4736
4737 * info.el (info-initialize): Use prune-directory-list to remove
4738 non-existent directories from Info-directory-list.
4739
4740 * paths.el (Info-default-directory-list): Try a list of possible
4741 info-directories instead of a single one. Add the possible
4742 info directory "/usr/share/info".
4743
4744 * woman.el (woman-man.conf-path): Explicitly include the debian
4745 man-db config file "/etc/manpath.config".
4746 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4747 are present in `manpath.config'.
4748 (woman-manpath): Include "/usr/share/man".
4749
4750 2000-07-03 Gerd Moellmann <gerd@gnu.org>
4751
4752 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4753
4754 * startup.el (command-line): Initialize blink-cursor based
4755 on window-system.
4756
4757 * frame.el (blink-cursor): Default to nil if not running under
4758 a window-system.
4759
4760 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4761 (face-x-resources): Remove duplicate entry for :font.
4762
4763 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4764 instead of cycling through windows with next-window.
4765
4766 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4767 of cycling through windows with next-window.
4768
4769 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4770 of cycling through windows with next-window.
4771
4772 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4773 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4774 instead of cycling through windows with next-window.
4775
4776 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4777 instead of cycling through windows with next-window.
4778
4779 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4780 of cycling through windows with next-window.
4781
4782 * terminal.el (te-process-output): Use walk-windows instead of
4783 cycling through windows with next-window.
4784
4785 * server.el (server-switch-buffer): Use some-window instead of
4786 cycling through windows with next-window.
4787
4788 * window.el (some-window): New function.
4789 (walk-windows): Remove reference to walk-windows-start.
4790
4791 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
4792
4793 2000-07-03 Richard Stallman <rms@gnu.org>
4794
4795 * window.el (walk-windows): Guarantee termination by keeping a list
4796 of all the windows already handled.
4797
4798 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4799
4800 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4801 window-system.
4802
4803 * man.el (Man-notify-when-ready): Don't use window-system. If
4804 Man-notify-method is newframe, and the display is not
4805 multi-frame, select the frame created for the man page.
4806 (Man-init-defvars): Doc fix.
4807
4808 2000-06-28 Gerd Moellmann <gerd@gnu.org>
4809
4810 * faces.el (region): Change background color for light background.
4811
4812 * ediff-wind.el (ediff-setup-control-frame): Remove :box
4813 attribute from mode-line face of Ediff control frame.
4814
4815 * replace.el (query-replace-map): Bind `e' like `E'.
4816
4817 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4818
4819 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4820 Change name to "Select All".
4821
4822 * dos-fns.el (convert-standard-filename): Fix last change.
4823
4824 2000-06-27 Gerd Moellmann <gerd@gnu.org>
4825
4826 * help.el (describe-variable): Don't insert a second `'s' in front
4827 of the string `value is shown below'. Since the syntax-table is
4828 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4829 an existing `'s', so that this won't be deleted.
4830
4831 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4832 * pcmpl-unix.el: New files.
4833
4834 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
4835
4836 * wid-edit.el (widget-member): Use the new plist-member.
4837
4838 2000-06-26 Gerd Moellmann <gerd@gnu.org>
4839
4840 * replace.el (perform-replace): Undo change of 2000-04-04.
4841 Instead, move backward 1 character at the end of the loop when
4842 necessary.
4843
4844 * faces.el (fringe): Change face for different backgrounds.
4845
4846 * eshell/esh-module.el (toplevel): Load defgroup's differently;
4847 patch from John.
4848
4849 * eshell/*.el: Change spelling of the Free Software Foundation.
4850
4851 * eshell/esh-toggle.el: Removed.
4852
4853 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4854
4855 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4856 interactively.
4857
4858 2000-06-26 Alex Schroeder <alex@gnu.org>
4859
4860 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4861 `define-key'; instead of checking `(emacs-version)' check for
4862 `set-keymap-parent' and `set-keymap-name' directly. Add entries
4863 for `;' and `o' which might be electric.
4864
4865 (sql-electric-stuff): New user option.
4866 (sql-magic-go): New function which uses `sql-electric-stuff'.
4867 (sql-magic-semicolon): New function which uses
4868 `sql-electric-stuff'.
4869
4870 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4871 is not fboundp.
4872
4873 (sql-oracle-options): New variable.
4874 (sql-oracle): Use it.
4875
4876 (sql-imenu-generic-expression): Doc change.
4877 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4878 is used.
4879
4880 (sql-informix): Added command line parameter "-" to force
4881 sql-informix-program to use stdout.
4882
4883 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
4886 (cp864-decode-table): Doc fix.
4887 (cp720-decode-table): New variable, supports the Arabic OEM
4888 codepage used by Windows.
4889 (cp737-decode-table): New, Greek OEM codepage used by Windows.
4890
4891 2000-06-23 Dave Love <fx@gnu.org>
4892
4893 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4894 (font-lock-fontify-anchored-keywords): Use
4895 line-beginning-position.
4896 (global-font-lock-mode): Use mapc.
4897
4898 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * eshell/esh-module.el: Require CL when compiling.
4901
4902 2000-06-23 Gerd Moellmann <gerd@gnu.org>
4903
4904 * comint.el (comint-substitute-in-file-name): Call replace-match
4905 with second and third arg t.
4906
4907 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4908 Specify foreground color.
4909
4910 * faces.el (tool-bar, mode-line, header-line): Specify foreground
4911 color.
4912
4913 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4914
4915 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4916 cddr instead of cdddr.
4917
4918 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4919 instead of copy-list.
4920
4921 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4922 of copy-list.
4923
4924 * subdirs.el: Add eshell subdirectory.
4925
4926 * eshell: New subdirectory containing the Eshell package.
4927
4928 * pcomplete.el: New file.
4929
4930 2000-06-23 Paul Eggert <eggert@twinsun.com>
4931
4932 * mail/mailpost.el (post-mail-send-it): Make sure file has
4933 proper permissions from birth.
4934
4935 * files.el (basic-save-buffer-2): When temporarily setting
4936 file modes, set them to current modes plus 0200, not to 0777.
4937
4938 * emerge.el (emerge-make-temp-file): Make sure file has proper
4939 permissions from birth.
4940
4941 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4942
4943 * files.el (make-backup-file-name-1): On DOS/Windows, run the
4944 backup file name through convert-standard-filename.
4945
4946 * dos-fns.el (convert-standard-filename): Convert leading
4947 directories as well. When long file names are supported, convert
4948 characters that are invalid in Windows file names.
4949
4950 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4951
4952 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4953 ps-print crashes. New feature: page selection for printing. Create
4954 raw-text-unix coding system for XEmacs. Doc fix.
4955 (ps-print-version): New version number (5.2.3).
4956 (ps-plot-region): Bug fix.
4957 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4958 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4959 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4960 funs.
4961 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4962 (ps-last-page): New vars.
4963
4964 2000-06-21 Gerd Moellmann <gerd@gnu.org>
4965
4966 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4967 empty option string.
4968
4969 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4970
4971 * man.el (man): Doc fix.
4972
4973 2000-06-21 Kenichi Handa <handa@etl.go.jp>
4974
4975 * international/mule-cmds.el (set-language-info-alist): Docstring
4976 fixed.
4977
4978 2000-06-20 Gerd Moellmann <gerd@gnu.org>
4979
4980 * version.el (emacs-version): Use ISO date format.
4981
4982 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4983 instead of `M-backspace'.
4984
4985 * simple.el (turn-off-auto-fill): New function.
4986
4987 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4988
4989 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4990 Renamed from with-buffer-prepared-for-font-lock and use
4991 inhibit-modification-hooks rather than setting *-change-functions.
4992 Update all functions to use the new name.
4993 (jit-lock-first-unfontify-pos): New semantics (and doc).
4994 (jit-lock-mode): Make non-interactive.
4995 Don't automatically turn on font-lock.
4996 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
4997 Always use jit-lock-after-change.
4998 Remove and restore font-lock-after-change-function.
4999 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5000 (jit-lock-after-unfontify-buffer): Remove.
5001 (jit-lock-stealth-fontify):
5002 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5003 (jit-lock-after-change): Set the `fontified' text-prop to nil.
5004
5005 2000-06-20 Sam Steingold <sds@gnu.org>
5006
5007 * emacs-lisp/cl-indent.el (toplevel): Indent
5008 `print-unreadable-object' properly. Untabify.
5009
5010 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5011
5012 * textmodes/reftex.el (reftex-find-citation-regexp-format):
5013 Support for bibentry.
5014 (reftex-compile-variables): Fixed problem with end of section-re.
5015
5016 * texmodes/reftex-dcr.el (reftex-view-crossref,
5017 reftex-view-crossref-from-bibtex):
5018 Deal with changed `reftex-find-citation-regexp-format'.
5019 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5020 Replaced `remprop' with `put'.
5021 (reftex-view-crossref, reftex-view-crossref-when-idle):
5022 Support for bibentry.
5023
5024 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5025 New entry for bibentry package.
5026
5027 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5028 Regexp also matches "\nobibliography".
5029
5030 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5031 Call `reftex-ensure-write-access' before doing anything.
5032 (reftex-ensure-write-access): New function.
5033
5034 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5035
5036 * progmodes/idlwave.el: File re-installed (update to version 4.2)
5037
5038 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5039
5040 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5041
5042 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5043
5044
5045 2000-06-20 Dave Love <fx@gnu.org>
5046
5047 * faces.el (frame-background-mode): Use set-default, not set, in
5048 setter.
5049 (frame-update-faces, frame-update-face-colors): Define with
5050 defalias.
5051
5052 * enriched.el (enriched-decode-foreground)
5053 (enriched-decode-background): Don't use internal-find-face.
5054
5055 * apropos.el: Doc fixes.
5056
5057 * cus-edit.el (customize-changed-options): Check arg.
5058 (customize-version-lessp): Don't require decimal point.
5059
5060 * custom.el (defcustom, defgroup): Doc fix.
5061
5062 * newcomment.el (comment) <defgroup>: Add :version.
5063 (comment-multi-line): Doc fix.
5064
5065 * emulation/mlsupport.el (define-hooked-local-abbrev,
5066 define-hooked-global-abbrev): Fix, using define-abbrev.
5067
5068 2000-06-19 Gerd Moellmann <gerd@gnu.org>
5069
5070 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5071 the whole buffer.
5072
5073 2000-06-19 Dave Love <fx@gnu.org>
5074
5075 * menu-bar.el (menu-bar-options-save): New function.
5076 (menu-bar-options-menu): Use it.
5077 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5078 Simplify.
5079
5080 2000-06-19 Andreas Schwab <schwab@suse.de>
5081
5082 * progmodes/etags.el (tags-query-replace): Put new parameters
5083 START and END at the end, for backward compatibility.
5084
5085 2000-06-19 Kenichi Handa <handa@etl.go.jp>
5086
5087 * international/codepage.el:
5088 (cp-coding-system-for-codepage-1): Delete special codes for
5089 generating xxx-dos coding system because now a CCL based coding
5090 system can handle EOL conversion by default.
5091
5092 * international/mule.el (make-coding-system): Generate subsidiary
5093 coding systems for EOL handling variants even for a CCL based
5094 coding system.
5095
5096 2000-06-19 Kenichi Handa <handa@etl.go.jp>
5097
5098 * international/isearch-x.el (isearch-minibuffer-input-method)
5099 (isearch-minibuffer-input-method-function): These variables
5100 deleted.
5101 (isearch-with-input-method): Don't use the above variables.
5102 (isearch-process-search-multibyte-characters): Likewise. Call
5103 read-string with the arg INHERIT-INPUT-METHOD t.
5104
5105 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
5106
5107 * font-lock.el (font-lock-after-fontify-buffer)
5108 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5109
5110 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5111 Use consistent make-local-variable style for font-lock-fontified.
5112 (jit-lock-fontify-buffer):
5113 Don't bother checking for font-lock-mode and jit-lock-mode.
5114
5115 * time.el: Remove trailing ^M that prevent CVS-merging.
5116
5117 2000-06-16 Gerd Moellmann <gerd@gnu.org>
5118
5119 * Makefile.in (distclean): New target.
5120
5121 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * Makefile.in (srcdir): Define for update-subdirs.
5124
5125 2000-06-16 Gerd Moellmann <gerd@gnu.org>
5126
5127 * find-lisp.el: New file.
5128
5129 2000-06-16 Andrew Innes <andrewi@gnu.org>
5130
5131 * time.el (display-time-mail-function): New variable, to allow
5132 external packages to indicate when new mail is available.
5133 (display-time-update): Use it.
5134
5135 2000-06-16 Kenichi Handa <handa@etl.go.jp>
5136
5137 * international/mule.el (mule-version): Change version name to
5138 SAKAKI. AOI has already been used by Meadow.
5139
5140 * international/quail.el (quail-show-guidance-buf): To find the
5141 bottom window (but minibuffer), pay attention to the height of
5142 minibuffer.
5143
5144 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * arc-mode.el (archive-mode-map): Use the new menu-item format for
5147 menu-bar menus. Add help strings. Don't remove the Edit menu
5148 from the menu bar, as the menu bar has enough space now.
5149
5150 * Makefile.in (SHELL): Make sure /bin/sh is used.
5151
5152 * woman.el (woman-man-buffer): Fix bold and underlined CJK
5153 characters, which use series of two ^H characters instead of one.
5154
5155 2000-06-15 Gerd Moellmann <gerd@gnu.org>
5156
5157 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
5158 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5159 functions.
5160 (Info-find-node-2): Try a case-sensitive search first, then
5161 do a case-insensitive search.
5162
5163 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5164 tutorials.
5165
5166 * complete.el (PC-env-vars-alist): New variable.
5167 (PC-complete-as-file-name): New function.
5168 (partial-completion-mode): Initialize PC-env-vars-alist from
5169 process-environment.
5170 (PC-do-completion): Handle completion of env vars.
5171
5172 * info.el (Info-set-mode-line): Show file name in mode line,
5173 use `*Info*' instead of `Info:'.
5174
5175 * startup.el (command-line-1): Change copyright messages to year
5176 2000.
5177
5178 2000-06-15 Dave Love <fx@gnu.org>
5179
5180 * net/goto-addr.el (goto-address-fontify): Use keymap property,
5181 not local-map.
5182
5183 2000-06-15 Kenichi Handa <handa@etl.go.jp>
5184
5185 * international/mule.el (set-buffer-file-coding-system): Almost
5186 rewritten to handle `undecided' as no-op.
5187
5188 2000-06-14 Gerd Moellmann <gerd@gnu.org>
5189
5190 * Makefile.in: New file.
5191
5192 * Makefile: Removed.
5193
5194 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5195 (goto-address-highlight-keymap): Bind C-c RET.
5196
5197 2000-06-14 Kenichi Handa <handa@etl.go.jp>
5198
5199 * mail/sendmail.el (sendmail-send-it): The temporary buffer
5200 inherits buffer-file-coding-system of the current buffer.
5201
5202 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
5203 0. Give correct argument to set-auto-coding-function.
5204 (tar-expunge): For goto-char, use (point-min), not 0.
5205 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
5206 (tar-subfile-save-buffer): Likewize.
5207
5208 * international/mule.el
5209 (after-insert-file-set-buffer-file-coding-system): Call
5210 set-buffer-file-coding-system with the arg FORCE t.
5211
5212 2000-06-13 Gerd Moellmann <gerd@gnu.org>
5213
5214 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
5215 nil. Contemporary sendmails issue an X-Authentication-Warning if
5216 the sender is set with `-f'.
5217
5218 2000-06-13 Dave Love <fx@gnu.org>
5219
5220 * help.el (describe-function-1): Kluge around cases of functions
5221 fset to subrs whose doc doesn't match their symbol-name.
5222
5223 * image.el (insert-image): Default STRING to a space.
5224
5225 * info.el Doc fixes.
5226 (Info-build-node-completions): Match Ref tags.
5227
5228 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5229
5230 * frame.el (display-multi-frame-p, display-multi-font-p): New
5231 defaliases for display-graphic-p.
5232
5233 * hl-line.el: Fixed a typo in commentary.
5234
5235 2000-06-13 Kenichi Handa <handa@etl.go.jp>
5236
5237 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
5238 fixed.
5239
5240 2000-06-12 Dave Love <fx@gnu.org>
5241
5242 * image.el (insert-image): Save a little consing.
5243
5244 2000-06-12 Kenichi Handa <handa@etl.go.jp>
5245
5246 * language/tibet-util.el: Convert all tibetan-1-column characters
5247 to the corresponding tibetan characters.
5248 (tibetan-add-components): Delete code for the special treatment of
5249 'a chung.
5250
5251 * language/tibetan.el (tibetan-composable-pattern): Fix previous
5252 change.
5253 (tibetan-vowel-transcription-alist): More rules added.
5254 (tibetan-composite-vowel-alist): New variable.
5255 (tibetan-precomposition-rule-alist): More rules added.
5256
5257 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
5258
5259 * startup.el (command-line): Only call menu-bar-mode if interactive.
5260
5261 * thingatpt.el (toplevel symbol-properties):
5262 * textmodes/makeinfo.el (makeinfo-compile):
5263 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5264 * progmodes/hideif.el (hif-compress-define-list)
5265 (hide-ifdef-use-define-alist):
5266 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
5267 (ange-ftp-vms-add-file-entry):
5268 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
5269 * man.el (Man-build-man-command):
5270 * mail/rnewspost.el (news-reply-header-hook):
5271 * info.el (Info-insert-dir):
5272 * emulation/mlconvert.el (backward-word, forward-word, setq):
5273 * emacs-lisp/gulp.el (gulp-send-requests):
5274 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
5275 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
5276 (byte-optimize-apply, end of file):
5277 * emacs-lisp/advice.el (ad-advice-class-completion-table)
5278 (ad-make-freeze-definition):
5279 * startup.el (command-line, command-line-1): Don't quote lambdas.
5280
5281 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
5282 (cvs-cleanup-removed): New function.
5283 (cvs-cleanup-functions): New var.
5284 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
5285 some flexibility in specifying additional entries to auto-cleanup.
5286 (cvs-quickdir): New function.
5287 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
5288 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
5289 (cvs-mode-find-file): Check that we are on a filename or dirname
5290 when invoked through a mouse-click.
5291 (cvs-full-path): Remove.
5292 (cvs-dired-action): Re-introduced.
5293 (cvs-dired-noselect): Use it.
5294 (vc-post-command-functions): use this new hook if available.
5295
5296 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
5297 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
5298 (cvs-filename-map, cvs-dirname-map): Remove.
5299 (cvs-default-action): Remove.
5300 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
5301 if the arg is really a keymap.
5302 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
5303 Don't hardcode the mapping from state (aka type) to face, but check
5304 the var cvs-fi-<type>-face instead.
5305 (cvs-fileinfo-from-entries): New function.
5306
5307 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
5308 Docstring fix.
5309 (cvs-find-file-and-jump): Change default to be safer.
5310 (cvs-mode-diff-map): Define it as a function as well.
5311 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
5312 Bind mouse-2 in this global map rather than with text-properties.
5313
5314 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
5315 file to resolve the ambiguity between C(conflict) and C(need-merge).
5316
5317 2000-06-12 Kenichi Handa <handa@etl.go.jp>
5318
5319 * international/mule.el (set-buffer-file-coding-system): If
5320 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
5321 unconditionally.
5322
5323 2000-06-12 Dave Love <fx@gnu.org>
5324
5325 * wid-edit.el (widget-specify-button): Really suppress the face if
5326 required.
5327
5328 2000-06-11 Gerd Moellmann <gerd@gnu.org>
5329
5330 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
5331
5332 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
5333
5334 * imenu.el (imenu-generic-expression): Docstring fix.
5335
5336 * composite.el (composition-function-table): Move the `put'
5337 below the autoload cookie so we can load the file before loaddefs.
5338
5339 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
5340
5341 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
5342 Handle easy-mmode-define-global-mode.
5343 For complex macros like define-minor-mode that can generate
5344 several autoload entries, try to autoload entries in the
5345 macroexpanded code.
5346
5347 * emacs-lisp/easy-mmode.el (define-minor-mode):
5348 If KEYMAP is a symbol, just use it.
5349 Use byte-compile-current-file and load-file-name to infer the
5350 proper :require to pass to defcustom.
5351 Wrap the hook var into `progn' so as not to autoload it.
5352 Add a :autoload-end cookie.
5353 Be more careful about the evaluation of KEYMAP.
5354 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
5355 (define-derived-mode): Move define-abbrev-table outside of defvar.
5356
5357 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
5358
5359 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
5360 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
5361 (backup-compiled-files): Ignore errors during `tar'.
5362 (bootstrap): Make autoloads before elc files.
5363
5364 2000-06-10 Kenichi Handa <handa@etl.go.jp>
5365
5366 * international/mule.el (set-buffer-file-coding-system): If one of
5367 undecided-XXX is specified, change only EOL conversion.
5368
5369 * international/mule-conf.el (unix): New alias for the coding
5370 system undecided-unix.
5371
5372 2000-06-09 Dave Love <fx@gnu.org>
5373
5374 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
5375
5376 * progmodes/executable.el: Byte compile dynamic.
5377 (executable-insert): Change custom type.
5378 (executable-find): Add autoload cookie.
5379 (executable-make-buffer-file-executable-if-script-p): New
5380 function. After Noah Friedman.
5381
5382 * files.el (after-save-hook): Customize, with
5383 executable-make-buffer-file-executable-if-script-p as an option.
5384
5385 2000-06-09 Kenichi Handa <handa@etl.go.jp>
5386
5387 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
5388 "tib24p-mule.bdf" for Tibetan.
5389
5390 * composite.el (decompose-composite-char): Declare it as obsolete.
5391
5392 * man.el (Man-fontify-manpage): Pay attention to underline and
5393 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
5394
5395 2000-06-08 Gerd Moellmann <gerd@gnu.org>
5396
5397 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
5398 Set maintainer to FSF since author isn't reachable.
5399
5400 2000-06-08 Dave Love <fx@gnu.org>
5401
5402 * international/mule-cmds.el (select-safe-coding-system): If
5403 DEFAULT-CODING-SYSTEM is not specified, also check the most
5404 preferred coding-system if buffer-file-coding-system is
5405 `undecided'. From Handa.
5406
5407 2000-06-08 Kenichi Handa <handa@etl.go.jp>
5408
5409 * international/mule.el
5410 (after-insert-file-set-buffer-file-coding-system): If the buffer
5411 size is greater than INSERTED, judget that we are not visiting.
5412
5413 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
5414
5415 * whitespace.el (defgroup whitespace): Comment out `:version'.
5416 XEmacs 20.4 has problems defining the group with this present.
5417 We'll have this commented out till get resolve the problem.
5418
5419 2000-06-07 Gerd Moellmann <gerd@gnu.org>
5420
5421 * align.el: Update from author.
5422
5423 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
5424
5425 * apropos.el (apropos-mode-hook): New user variable.
5426 (apropos-mode): Run apropos-mode-hook.
5427
5428 2000-06-07 David Ponce <david@dponce.com>
5429
5430 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
5431 commands. Require `wid-edit' at run-time.
5432
5433 2000-06-07 David Ponce <david@dponce.com>
5434
5435 * recentf.el: Added some "Commentary".
5436 (recentf-open-more-files, recentf-edit-list): Minor changes to
5437 move the point at the top of the file list. This behaviour is
5438 consistent with the menu one when the list contains a lot of
5439 files.
5440 (recentf-cleanup): Now displays the number of items removed from
5441 the list.
5442 (recentf-relative-filter) New menu filter to show filenames
5443 relative to `default-directory'.
5444
5445 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5446
5447 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
5448 with/without giving an error if PostScript printer doesn't have this
5449 kind of page size. Zebra Stripe continues or restarts on next page.
5450 Manual/automatic paper feeding. Switch or not the header.
5451 (ps-print-version): New version number (5.2.2).
5452 (ps-windows-system): Include emx as a Windows system.
5453 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
5454 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
5455 (ps-background-text): Code fix.
5456 (ps-error-handler-message, ps-user-defined-prologue)
5457 (ps-print-prologue-header, ps-printer-name)
5458 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
5459 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
5460 (ps-use-face-background): Customization fix.
5461 (ps-n-up-database): Data fix.
5462 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
5463 (ps-switch-header): New vars.
5464 (ps-xemacs-color-name, ps-face-foreground-name)
5465 (ps-face-background-name, ps-boolean-constant): New funs.
5466
5467 2000-06-07 Dave Love <fx@gnu.org>
5468
5469 * allout.el: New version from Manheimer.
5470
5471 2000-06-07 Kenichi Handa <handa@etl.go.jp>
5472
5473 * textmodes/fill.el (fill-find-break-point): Check the validity of
5474 charset.
5475
5476 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5477
5478 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5479 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5480 Call display-color-p and display-mouse-p instead of looking at
5481 window-system.
5482
5483 2000-06-06 Dave Love <fx@gnu.org>
5484
5485 * image.el (find-image): Doc fix. Return nil if image not found.
5486 (put-image, insert-image): Make STRING arg optional.
5487
5488 2000-06-06 Kenichi Handa <handa@etl.go.jp>
5489
5490 * language/vietnamese.el: Remove eval-when-compile.
5491 (viet-viscii-nonascii-translation-table): Define it as a
5492 translation table made from viet-viscii-decode-table.
5493 (viet-viscii-encode-table): Define it as a translation table made
5494 from the reverse map of above.
5495 (viet-vscii-nonascii-translation-table): Define it as a
5496 translation table made from viet-vscii-decode-table.
5497 (viet-vscii-encode-table): Define it as a translation table made
5498 from the reverse map of above.
5499 (ccl-decode-viscii): Use translate-character.
5500 (ccl-encode-viscii, ccl-encode-viscii-font)
5501 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
5502 Likewize.
5503
5504 * language/cyrillic.el: Remove eval-when-compile.
5505 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
5506 translation table made from cyrillic-koi8-r-decode-table.
5507 (cyrillic-koi8-r-encode-table): Define it as a translation table
5508 made from the reverse map of above.
5509 (ccl-decode-koi8): Use translate-character.
5510 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
5511 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
5512 a translation table made from cyrillic-alternativnyj-decode-table.
5513 (cyrillic-alternativnyj-encode-table): Define it as a translation
5514 table made from the reverse map of above.
5515 (ccl-decode-alternativnyj): Use translate-character.
5516 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
5517 Likewize
5518
5519 * international/mule-diag.el (non-iso-charset-alist): Specify
5520 translation table symbol instead of translation table itself.
5521 (list-block-of-chars): CHARSET may be a translation table symbol.
5522
5523 * international/mule.el (make-coding-system): If CODING-SYSTEM
5524 already exists, override it.
5525
5526 * international/fontset.el: Use family `proportional' for Tibetan
5527 fonts.
5528
5529 * international/ccl.el (ccl-compile-translate-character): Don't
5530 check if Rrr has property translation-table.
5531 (ccl-compile-map-multiple): Modified to avoid compiler warning.
5532
5533 2000-06-05 Gerd Moellmann <gerd@gnu.org>
5534
5535 * info.el: Bind case-fold-search to t when searching in case
5536 a user sets it to nil in a hook.
5537
5538 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5541 * hl-line.el (hl-line-mode): Use the new :global key argument.
5542
5543 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
5544 (tar-clip-time-string): Prepend a space.
5545 (tar-grind-file-mode): Construct a string rather than modifying one.
5546 (tar-header-block-summarize): Fix docstring.
5547 Use `format' rather than an error-prone set of copy-loops.
5548
5549 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
5550 (diff-goto-source, diff-unified->context, diff-context->unified)
5551 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
5552 understand the format output by the `-p' argument to diff.
5553
5554 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
5555 (sh-re-done): Use defconst.
5556 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
5557 (sh-help-string-for-variable, sh-guess-basic-offset):
5558 Don't quote lambdas.
5559 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
5560 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
5561
5562 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
5563 (mh-letter-mode): Derive from text-mode.
5564 This implicitly means that it now calls kill-all-local-variables.
5565 Also remove the Emacs-18 compatibility code.
5566
5567 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
5568 Make use of symbol-property doc-string-elt.
5569 Use memq rather than a sequence of eq.
5570 (doc-string-elt): Fix the wrong or missing previously unused values.
5571 (autoload-print-form): New function extracted from
5572 generate-file-autoloads to allow recursion when handling progn
5573 so that defvar's and defun's docstrings are properly printed.
5574 (generate-file-autoloads): Use it.
5575
5576 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
5577 Use find-file-hooks in the minor-mode function.
5578 Be careful not to loop indefinitely in the post-command-hook function.
5579
5580 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
5581
5582 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
5583 tty's.
5584 * ediff-diff.el (ediff-exec-process): Use --binary for fine
5585 differences whenever appropriate.
5586 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
5587 * viper.el (find-file, find-file-other-window): Get viper to do
5588 wildcards.
5589
5590 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
5591
5592 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
5593 (jit-lock-fontify-buffer): New function for JIT refontification.
5594 (jit-lock-mode): Fix docstring.
5595 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
5596 Remove jit-lock-after-change from the _local_ hook.
5597 (jit-lock-function-1): Fix docstring.
5598
5599 * info.el (Info-on-current-buffer): Initialize info.
5600
5601 * newcomment.el (comment-indent): Ignore comment-indent-hook.
5602
5603 * progmodes/tcl.el (tcl-indent-for-comment):
5604 Ignore comment-indent-hook.
5605
5606 * emacs-lisp/easy-mmode.el: Require CL during compilation.
5607 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
5608 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5609 and improve to use the lighter to guess the capitalization.
5610 (define-minor-mode): Inline code from easy-mmode-define-toggle.
5611 Add keyword arguments to specify global-ness or the custom group.
5612 Add local-map and help-echo properties to the lighter.
5613 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
5614 (easy-mmode-define-global-mode): New macro.
5615
5616 2000-06-02 Dave Love <fx@gnu.org>
5617
5618 * wid-edit.el: byte-compile-dynamic since we typically don't use
5619 all the widgets. Don't require cl or widget. Remove
5620 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
5621 (widget-read-event): Removed. Callers changed to use read-event.
5622 (widget-button-release-event-p): Renamed from
5623 button-release-event-p.
5624 (widget-field-add-space, widget-field-use-before-change):
5625 Uncustomize.
5626 (widget-specify-field): Use keymap property, not local-map.
5627 (widget-specify-button): Obey :suppress-face.
5628 (widget-specify-insert): Use modern backquote syntax.
5629 (widget-image-directory): Renamed from widget-glyph-directory.
5630 (widget-image-enable): Renamed from widget-glyph-enable.
5631 (widget-image-find): Replaces widget-glyph-find.
5632 (widget-button-pressed-face): Move defvar.
5633 (widget-image-insert): Replaces widget-glyph-insert.
5634 (widget-convert): Use keywordp.
5635 (widget-leave-text, widget-children-value-delete): Use mapc.
5636 (widget-keymap): Remove XEmacs stuff.
5637 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
5638 (widget-button-click): Don't set point at the click, but re-centre
5639 if we scroll out of window. Rewritten for images v. glyphs &c.
5640 (widget-tabable-at): Use POS arg, not point.
5641 (widget-beginning-of-line, widget-end-of-line)
5642 (widget-item-value-create, widget-sublist, widget-princ-to-string)
5643 (widget-sexp-prompt-value, widget-echo-help): Simplify.
5644 (widget-default-create): Use widget-image-insert; some rewriting.
5645 (widget-visibility-value-create)
5646 (widget-push-button-value-create, widget-toggle-value-create): Use
5647 widget-image-insert.
5648 (checkbox): Create on and off images dynamically.
5649 (documentation-link): Change :help-echo.
5650 (widget-documentation-link-echo-help): Remove.
5651
5652 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
5653
5654 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5655
5656 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5657 (easy-mmode-define-toggle, define-minor-mode): Use it.
5658 (easy-mmode-define-keymap): Docstring fix.
5659 (define-derived-mode): Default PARENT to fundamental-mode.
5660 Add the derived-mode-parent symbol-property.
5661 (easy-mmode-derived-mode-p): New function.
5662
5663 2000-06-02 Dave Love <fx@gnu.org>
5664
5665 * files.el (convert-standard-filename): Doc fix.
5666 (normal-backup-enable-predicate): New function.
5667 (backup-enable-predicate): Use it to replace the lambda form.
5668
5669 * calendar/todo-mode.el: [This needs more work on the outline
5670 stuff.] Doc fixes.
5671 (todo) <defgroup>: Add :version.
5672 (todo-add-category): Don't use pushnew.
5673 (todo-cmd-raise): Fix typo.
5674 (todo-top-priorities): Change temp buffer name.
5675 (todo-category-alist): Avoid redundant lambda.
5676 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5677 Use outline-next-heading.
5678
5679 * autoarg.el: Rewritten to use define-minor-mode.
5680 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5681 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5682
5683 2000-06-02 Kenichi Handa <handa@etl.go.jp>
5684
5685 * isearch.el (isearch-other-meta-char): Fix previous change.
5686
5687 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5688
5689 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5690 (log-edit-done): Only add the comment to the ring if it's different
5691 from the last comment entered.
5692
5693 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5694
5695 2000-06-01 Dave Love <fx@gnu.org>
5696
5697 * hl-line.el: Rewritten using define-minor-mode.
5698
5699 * help.el (describe-function-1): Distinguish special form from
5700 builtin function. Sanity-check presence of arglist for builtins.
5701
5702 2000-06-01 Kenichi Handa <handa@etl.go.jp>
5703
5704 * international/characters.el: Fix syntax/category setting of
5705 Tibetan characters.
5706
5707 * language/tibet-util.el (tibetan-add-components): Fixes for new
5708 encoding of Tibetan characters.
5709 (tibetan-decompose-precomposition-alist): New variable.
5710 (tibetan-decompose-region): Convert precomposed characters to
5711 non-precomposed characters.
5712 (tibetan-decompose-string): Likewise.
5713 (tibetan-composition-function): Fix args to
5714 thibetan-compose-string.
5715
5716 * language/tibetan.el (tibetan-composable-pattern): More
5717 characters included.
5718 (tibetan-consonant-transcription-alist): Rule for "R" added.
5719 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5720 "+R" added.
5721 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5722
5723 * language/lao-util.el (lao-composition-function): Fix args to
5724 compose-string.
5725
5726 * language/thai-util.el (thai-composition-function): Fix args to
5727 compose-string.
5728
5729 * isearch.el (isearch-update): Set disable-point-adjustment to t
5730 to prevent the point moving to the end of a composition when a
5731 part of a composition is searched.
5732 (isearch-other-meta-char): If the key invoking this command can be
5733 mapped by function-key-map to a printing char, call
5734 isearch-process-search-char directly.
5735
5736 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5737
5738 * emacs-lisp/bytecomp.el:
5739 * frame.el:
5740 * international/mule-cmds.el:
5741 * international/mule-util.el:
5742 * international/mule.el:
5743 * mouse.el:
5744 * subr.el:
5745 * faces.el: Update calls to make-obsolete with a WHEN argument.
5746
5747 * byte-run.el (make-obsolete, make-obsolete-variable):
5748 Add an optional WHEN argument and change the format of the
5749 symbol-property information.
5750 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5751 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5752 new obsolete-symbol-property format and print WHEN if it is provided.
5753
5754 2000-05-31 Dave Love <fx@gnu.org>
5755
5756 * loadhist.el (loadhist-hook-functions): Remove
5757 before-change-function, after-change-function.
5758 (unload-feature): Deal with symbols which are both bound and
5759 fbound.
5760
5761 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5762 before-change-function, after-change-function.
5763
5764 * simple.el (newline): Don't bind before-change-function,
5765 after-change-function.
5766
5767 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5768
5769 * whitespace.el (whitespace-rescan-timer-time): Update interval
5770 set to 600 seconds (10 minutes) instead of 60 seconds since
5771 a large number of whitespace buffers causes emacs to `freeze'
5772 for a considerable amount of time.
5773
5774 * whitespace.el: Updated email address
5775
5776 2000-05-31 Dave Love <fx@gnu.org>
5777
5778 * add-log.el (change-log-font-lock-keywords) <function>: Add
5779 pattern for function of change.
5780 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5781 acknowledgements patterns.
5782
5783 2000-05-31 Kenichi Handa <handa@etl.go.jp>
5784
5785 * isearch.el (isearch-printing-char): If keyboard coding system is
5786 being used, call isearch-process-search-multibyte-characters.
5787
5788 * international/isearch-x.el: Mostly rewritten.
5789
5790 * international/quail.el (quail-start-conversion): Don't include
5791 unhandled events in the returned events, but set them in
5792 unread-command-events. Exit if all inputs are deleted.
5793
5794 2000-05-30 Jason Rumney <jasonr@gnu.org>
5795
5796 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5797
5798 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5799 Reenable code to create initial fontsets.
5800 Use set-fontset-font in place of put-charset-property.
5801
5802 2000-05-30 Gerd Moellmann <gerd@gnu.org>
5803
5804 * progmodes/perl-mode.el (perl-indent-line): When looking for a
5805 label, ensure that the first colon isn't followed by another.
5806
5807 * paths.el (Info-default-directory-list): Doc fix.
5808
5809 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5810 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5811 send a query containing USER only, not USER@HOST.
5812
5813 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5814 and rmail-msgend to compute the restriction at the end, instead of
5815 computing it.
5816
5817 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5818
5819 * dabbrev.el (dabbrev-expand): Don't display messages in the
5820 echo area if the minibuffer window is active.
5821
5822 * jit-lock.el (jit-lock-mode): Add after change function to
5823 local hook.
5824
5825 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
5826
5827 * antlr-mode.el: New commands: hide/unhide actions,
5828 upcase/downcase literals.
5829 (antlr-tiny-action-length): New user option.
5830 (antlr-hide-actions): New command. Suggested by
5831 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
5832 (antlr-mode-map): New binding [C-c C-v].
5833 (antlr-mode-menu): New entries.
5834 (antlr-downcase-literals): New command.
5835 (antlr-upcase-literals): Ditto.
5836
5837 * antlr-mode.el: Minor changes: indendation, mode-name.
5838 (antlr-indent-line): Indent cpp directive at column 0.
5839 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5840
5841 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5842 (antlr-font-lock-additional-keywords): Workaround for intentional
5843 bug in XEmacs version of font-lock.
5844 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
5845 be used by a smarter version of `buffers-menu-grouping-function'.
5846
5847 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5848
5849 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5850 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5851
5852 2000-05-29 Kenichi Handa <handa@etl.go.jp>
5853
5854 * international/encoded-kb.el
5855 (encoded-kbd-iso2022-designation-map): Pay attention to that
5856 charset-iso-final-char return -1 for eight-bit-control and
5857 eight-bit-graphic.
5858
5859 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5860
5861 * speedbar.el (speedbar-use-images, speedbar-update-flag)
5862 (speedbar-easymenu-definition-base): Use display-graphic-p where
5863 available, instead of window-system.
5864
5865 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5866
5867 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5868 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5869 coding systems.
5870
5871 2000-05-26 Dave Love <fx@gnu.org>
5872
5873 * disp-table.el (standard-display-underline): Don't use
5874 internal-find-face.
5875
5876 * mail/reporter.el: Maintainer change. Doc fixes.
5877 (reporter-version): Deleted.
5878
5879 * emacs-lisp/elp.el: Maintainer change.
5880 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5881
5882 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
5883
5884 * add-log.el (add-change-log-entry): Merge the current entry with the
5885 previous one if the previous one is empty.
5886
5887 2000-05-26 Dave Love <fx@gnu.org>
5888
5889 * loadhist.el (unload-feature): Fix interactive spec [from
5890 lijnzaad@ebi.ac.uk].
5891
5892 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5893 subr-arity to check primitives.
5894 (byte-compile-flush-pending, byte-compile-file-form-progn)
5895 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5896 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5897 mapcar.
5898
5899 2000-05-26 Kenichi Handa <handa@etl.go.jp>
5900
5901 * international/fontset.el: Set family names of non-latin charsets
5902 in default fontset to "*".
5903
5904 * international/mule-diag.el (print-fontset): Combine family part
5905 and registry part of the fontname by "-*-" instead of "-".
5906
5907 * international/mule-cmds.el (encode-coding-char): Make strings
5908 multibyte before calling encode-coding-string.
5909
5910 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
5911
5912 * derived.el: Fix keywords.
5913 (define-derived-mode): Only define if needed.
5914
5915 * simple.el (fill-comment, comment-column, comment-start)
5916 (comment-start-skip, comment-end, comment-indent-function)
5917 (block-comment-start, block-comment-end, indent-for-comment)
5918 (set-comment-column, kill-comment, comment-padding, comment-region)
5919 (comment-multi-line, indent-new-comment-line): Remove.
5920
5921 * bindings.el (esc-map): Change ; to comment-dwim and use the new
5922 function names for comment operations.
5923
5924 * newcomment.el: Add abundant autoload cookies.
5925 (comment-style): Don't depend on runtime data at compile-time.
5926 (comment-indent-hook): Remove.
5927 (comment-indent): Check if comment-indent-hook is bound.
5928 (comment-region): Docstring fix.
5929
5930 2000-05-25 Dave Love <fx@gnu.org>
5931
5932 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5933 byte-code-function-p.
5934
5935 * mail/rmailsum.el: Add provide.
5936
5937 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5938
5939 * smerge-mode.el (smerge-diff-switches): Don't use list* in
5940 defcustom.
5941
5942 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
5943
5944 * ediff-diff.el (ediff-exec-process): delete --binary option from
5945 non-buffer ediff jobs.
5946
5947 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * hilit-chg.el (highlight-changes-mode): Ask about color or
5950 grayscale support, not about window-system.
5951
5952 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5953 window-system.
5954 (ffap-highlight): Always default to t.
5955
5956 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5957 display-popup-menus-p instead of looking at window-system.
5958
5959 * disp-table.el (standard-display-g1, standard-display-graphic):
5960 Only refuse to use string glyphs on X and MS-Windows.
5961
5962 * avoid.el: Remove window-system from commentary, suggest to use
5963 display-*-p instead.
5964
5965 * apropos.el (apropos-print): Use display-mouse-p instead of
5966 window-system.
5967
5968 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5969
5970 * international/codepage.el (cp-decoding-vector-for-codepage):
5971 Fill up unsupported characters with their own codes. From Kenichi
5972 Handa.
5973
5974 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5975
5976 * international/mule-diag.el (describe-char-after): Use
5977 display-graphic-p instead of window-system, so that this function
5978 works on MS-DOS.
5979
5980 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5981
5982 * international/codepage.el (cp-make-coding-systems-for-codepage):
5983 Remove the eight-bit-graphic and eight-bit-control charsets from
5984 the list of charsets which we convert into `?'.
5985
5986 2000-05-25 Kenichi Handa <handa@etl.go.jp>
5987
5988 * international/mule-conf.el: Specify CHARSET-ID explicitely for
5989 private charsets.
5990 (mule-unicode-0100-24ff, japanese-jisx0213-1,
5991 japanese-jisx0213-2): New charsets.
5992
5993 * international/fontset.el: Setup default fontset for new charsets.
5994
5995 2000-05-24 Dave Love <fx@gnu.org>
5996
5997 * info.el (Info-find-node-2): Restructure [following "Vadim
5998 S. Solomin" <sovs@uic.nnov.ru>].
5999
6000 * icomplete.el: Fix header for Finder.
6001
6002 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
6003
6004 * rmailout.el (rmail-output-to-rmail-file): Added optional param
6005 STAY.
6006
6007 * rmail.el (rmail-automatic-folder-directives): New user variable.
6008 (rmail-show-message): Add call to `rmail-auto-file' during
6009 display.
6010 (rmail-auto-file): New function.
6011
6012 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
6013
6014 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6015 account.
6016 (ediff-test-utility,ediff-diff-mandatory-option)
6017 (ediff-reset-diff-options): Utilities for proper initialization of
6018 ediff-diff-options and ediff-diff3-options on Windows.
6019
6020 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6021 variable.
6022
6023 * ediff-mult.el (ediff-filegroup-action): Use
6024 ediff-merge-filename-prefix.
6025
6026 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
6027
6028 * viper-ex.el (ex-write): Set selective display to nil.
6029
6030 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6031
6032 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6033 aliases for hebrew-iso-8bit.
6034
6035 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6036
6037 * woman.el: New version from Francis J. Wright
6038 <F.J.Wright@Maths.QMW.ac.uk>.
6039 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6040 names in environment variables regardless of the path separator.
6041 (woman-topic-all-completions-1): Don't call file-name-directory-p
6042 on all files, since woman-file-regexp already filters out any
6043 directories.
6044
6045 2000-05-24 Kenichi Handa <handa@etl.go.jp>
6046
6047 * international/quail.el (quail-start-translation): Don't change
6048 modified-p of the current buffer.
6049 (quail-start-conversion): Likewise.
6050
6051 * international/kkc.el (kkc-region): Don't change modified-p of
6052 the current buffer.
6053
6054 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6055 conform to RFC1468.
6056 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
6057
6058 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
6059
6060 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6061 (speedbar-insert-button): Invisible text property fix.
6062 (speedbar-directory-plus): Renamed from speedbar-directory-+
6063 (speedbar-directory-minus): Renamed from speedbar-directory--
6064 (speedbar-page-plus): Renamed from speedbar-file-+
6065 (speedbar-page-minus): Renamed from speedbar-file--
6066 (speedbar-page): Renamed from speedbar-file-
6067 (speedbar-tag): Renamed from speedbar-tag-
6068 (speedbar-tag-plus): Renamed from speedbar-tag-+
6069 (speedbar-tag-minus): Renamed from speedbar-tag--
6070 (speedbar-expand-image-button-alist): Use above renames.
6071
6072 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6073 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6074 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6075 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6076 * sb-pg.xpm: Renamed from sb-file.xpm
6077 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6078 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
6079
6080 2000-05-24 Kenichi Handa <handa@etl.go.jp>
6081
6082 * international/quail.el (quail-show-guidance-buf): Set
6083 current-input-method of the guidance buffer to the name of the
6084 curren input method.
6085
6086 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
6087
6088 * progmodes/compile.el (compile-internal): Style typo.
6089
6090 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6091 quote vars and functions in the docstring.
6092
6093 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6094
6095 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6096 Don't quote lambdas.
6097
6098 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6099
6100 2000-05-23 Gerd Moellmann <gerd@gnu.org>
6101
6102 * startup.el (command-line): Determine source file of compiled
6103 user init file differently. Warn if compiled user init file
6104 is older than its source file.
6105
6106 * ffap.el (ffap-url-regexp): Add `https'.
6107
6108 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * files.el (make-backup-file-name-1): Replace slashes with `!'
6111 rather than `|' (which is not allowed on Windows). Replace the
6112 drive letters with a string "drive_X".
6113
6114 2000-05-23 Gerd Moellmann <gerd@gnu.org>
6115
6116 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6117
6118 * files.el (interpreter-mode-alist): Add `bash2'.
6119
6120 2000-05-22 Dave Love <fx@gnu.org>
6121
6122 * loadhist.el (feature-symbols, file-provides, file-requires): Use
6123 mapc.
6124 (feature-file): Avoid calling symbol-name. Doc fix.
6125 (file-set-intersect, file-dependents): Use dolist, not mapcar.
6126 (loadhist-hook-functions): Add mouse-position-function.
6127 (unload-feature): Change uses of mapcar.
6128
6129 * files.el (parse-colon-path): Doc fix.
6130 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6131 (set-auto-mode): Use mapc.
6132
6133 * complete.el (PC-look-for-include-file): Use :alnum: character
6134 class.
6135 (partial-completion-mode): Add autoload cookie.
6136
6137 2000-05-22 Sam Steingold <sds@gnu.org>
6138
6139 * info.el (Info-fontify-node): Fixed the call to
6140 `add-text-properties' (bug introduced on 2000-05-18).
6141
6142 2000-05-22 Dave Love <fx@gnu.org>
6143
6144 * bindings.el: Remove debug-ignored-errors set in other files.
6145
6146 * progmodes/etags.el: Add to debug-ignored-errors.
6147 (visit-tags-table-buffer): Clear out buffers holding old tables
6148 when making a new list.
6149 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6150 mapc.
6151
6152 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
6153 quote keywords.
6154 (cmpl-string-case-type): Use character classes.
6155
6156 * comint.el:
6157 * textmodes/ispell.el:
6158 * imenu.el:
6159 * mail/mh-e.el:
6160 * progmodes/compile.el: Add to debug-ignored-errors.
6161
6162 * dabbrev.el: Add to debug-ignored-errors.
6163 (dabbrev-completion): Use mapc.
6164
6165 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
6166
6167 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6168 (woman-mapcan, woman-parse-man.conf)
6169 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6170 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6171 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
6172 path syntax better.
6173 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6174 (woman-manpath): Call woman-parse-man.conf.
6175 (woman-emulation): New defcustom, defaults to nroff.
6176 (woman-font-support): New defconst.
6177 (woman-use-symbol-font): New defcustom.
6178 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6179 "Emulation".
6180 Many functions: Doc fix.
6181
6182 2000-05-22 Kenichi Handa <handa@etl.go.jp>
6183
6184 * international/quail.el (quail-simple-translation-keymap): Map
6185 128..255 to quail-self-insert-command.
6186 (quail-keyboard-layout-alist): Add definition for "pc102-de".
6187
6188 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
6189
6190 * help.el (help-manyarg-func-alist): Typo.
6191
6192 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6193 intervals which makes it heaps simpler.
6194
6195 * newcomment.el (comment-region-internal): Go back to BEG after quoting
6196 the nested comment markers.
6197
6198 * subr.el (remove-hook): Don't turn the hook's value into a list.
6199
6200 2000-05-21 Dave Love <fx@gnu.org>
6201
6202 * edmacro.el (edmacro-parse-keys): Return vector if any elements
6203 are invalid characters.
6204
6205 * international/mule-util.el (detect-coding-with-priority): Use
6206 mapc. Remove redundant lambda.
6207
6208 * international/mule-diag.el (list-non-iso-charset-chars)
6209 (describe-fontset): Remove redundant lambda.
6210
6211 * emulation/crisp.el (brief-mode): New alias.
6212
6213 * emacs-lisp/ring.el (ring-elements): New function.
6214
6215 * emacs-lisp/easymenu.el (easy-menu-create-menu)
6216 (easy-menu-do-add-item): Use keywordp.
6217
6218 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
6219
6220 * replace.el: Doc and error message fixes.
6221 (replace-highlight): Use facep, not internal-find-face.
6222
6223 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
6224
6225 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
6226
6227 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6228 (log-edit-insert-changelog): Drop `:' as well.
6229
6230 * log-view.el: Fix file description.
6231 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
6232 available.
6233 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
6234 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
6235
6236 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
6237 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
6238 Print a status message if the toggle is called interactively.
6239 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
6240 for global minor modes and use `defcustom' for them.
6241 Use add-minor-mode.
6242 (easy-mmode-define-derived-mode): Remove.
6243 (define-derived-mode): Fancier default docstring.
6244 (easy-mmode-define-navigation): Signal an error rather than (ding).
6245
6246 * newcomment.el (comment-styles): New `box-multi'.
6247 (comment-normalize-vars): Better default for comment-continue to
6248 avoid whitespace-only continuations.
6249 (comment-search-forward): Always move even in the no-syntax case.
6250 (comment-padright): Only obey N if it's only obeyed for padleft.
6251 (comment-make-extra-lines): Better handling of empty continuations.
6252 Use `=' for the filler if comment-start has only one character.
6253 (uncomment-region): Try handling the special `=' filler.
6254 (comment-region): Allow LINES even if MULTI is nil.
6255 (comment-box): Choose box style based on comment-style.
6256
6257 2000-05-20 Kenichi Handa <handa@etl.go.jp>
6258
6259 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
6260 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6261
6262 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
6263
6264 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
6265 and insert, not subst-char-in-region.
6266
6267 * international/mule-diag.el (list-character-sets-1): Handle
6268 charsets eight-bit-control and eight-bit-graphic.
6269 (list-iso-charset-chars): Likewise.
6270 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
6271 charactes as is. Use indent-to to align characters.
6272
6273 * international/mule-cmds.el (find-multibyte-characters): Never
6274 exclude charsets eight-bit-control and eight-bit-graphic.
6275
6276 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
6279 Don't quote lambdas.
6280
6281 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
6282
6283 2000-05-19 Gerd Moellmann <gerd@gnu.org>
6284
6285 * gud.el (gud-jdb-directories): Doc fix.
6286
6287 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6288
6289 * newcomment.el: New file.
6290
6291 2000-05-19 Gerd Moellmann <gerd@gnu.org>
6292
6293 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
6294
6295 2000-05-18 Andreas Schwab <schwab@suse.de>
6296
6297 * dired.el (dired-between-files): Also skip lines beginning with
6298 `used'.
6299
6300 2000-05-18 Gerd Moellmann <gerd@gnu.org>
6301
6302 * msb.el (msb-menu-cond): Add choice `user'.
6303
6304 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6305
6306 * ps-print.el: Compatibility, customization and doc fix.
6307 (ps-printer-name-option): Replace defconst by defvar.
6308 (ps-postscript-code-directory): XEmacs compatibility.
6309 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
6310 fix.
6311 (ps-user-defined-prologue, ps-print-prologue-header)
6312 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
6313 compatibility and code fix.
6314 (ps-print-background-image, ps-print-background-text):
6315 Customization fix.
6316 (ps-line-number-start, ps-n-up-on): New vars.
6317
6318 2000-05-18 Espen Skoglund <esk@ira.uka.de>
6319
6320 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
6321 the indent-comment function to just return the appropriate indent.
6322
6323 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
6324
6325 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
6326 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
6327 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6328
6329 2000-05-18 Dave Love <fx@gnu.org>
6330
6331 * info.el (Info-fontify-node): Add intangible property as well as
6332 invisible.
6333
6334 * calendar/appt.el (appt-make-list): Match all lines of entry.
6335 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
6336
6337 2000-05-18 Kenichi Handa <handa@etl.go.jp>
6338
6339 * international/mule-diag.el (describe-char-after): Call
6340 internal-char-font, not char-font. If internal-char-font returns
6341 nil, display "-- none --".
6342
6343 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6344
6345 * image.el (image-type-available-p): Don't reference image-types
6346 if it isn't bound.
6347
6348 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
6349
6350 * autoarg.el (autoarg-mode): Typo in the :set argument.
6351
6352 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * startup.el (command-line-1): Don't signal an error if the
6355 directory for auto-save-list files does not yet exist.
6356
6357 2000-05-17 Kenichi Handa <handa@etl.go.jp>
6358
6359 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
6360
6361 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
6362
6363 * subr.el (remove-hook): `setq' hook-value, not `set'.
6364
6365 2000-05-16 Sam Steingold <sds@gnu.org>
6366
6367 * info.el (debug-ignored-errors): More errors to ignore.
6368
6369 2000-05-16 Dave Love <fx@gnu.org>
6370
6371 * cus-edit.el: Don't require cl or easymenu.
6372 (custom-variable-prompt): Test standard-value property, not
6373 user-variable-p.
6374
6375 2000-05-16 Sam Steingold <sds@gnu.org>
6376
6377 * subr.el (add-hook): `setq' hook-value, not `set'.
6378
6379 2000-05-16 Gerd Moellmann <gerd@gnu.org>
6380
6381 * startup.el (command-line-1): Mention the FAQ in the startup
6382 message.
6383
6384 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
6385
6386 * progmodes/compile.el (compilation-parse-errors): Collect
6387 `nomessage' regexps last.
6388
6389 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
6390
6391 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
6392 to the function name.
6393
6394 2000-05-15 Dave Love <fx@gnu.org>
6395
6396 * speedbar.el (speedbar-recenter): Typo.
6397 (speedbar-expand-line): Make arg optional.
6398 (speedbar-mode): Avoid a compiler warning.
6399
6400 2000-05-15 Gerd Moellmann <gerd@gnu.org>
6401
6402 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
6403 user-specified option string is empty.
6404
6405 * mouse.el (mouse-yank-at-click): Doc fix.
6406
6407 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6408
6409 * term/internal.el (IT-character-translations): More updates of
6410 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
6411 documents.
6412
6413 2000-05-15 Gerd Moellmann <gerd@gnu.org>
6414
6415 * env.el (getenv): New function, interactively callable.
6416 (setenv, getenv): Remove autoload cookies.
6417
6418 * loadup.el: Load `env'.
6419
6420 * progmodes/f90.el: Change author's mail address.
6421
6422 2000-05-14 Dave Love <fx@gnu.org>
6423
6424 * mail/rmail.el (rmail-show-message-hook): Customize and offer
6425 goto-addr as an option.
6426
6427 * help.el (help-xref-stack): Doc fix.
6428 (help-xref-following): New variable.
6429 (help-make-xrefs): Use it.
6430 (help-xref-go-back): Use position information from stack element.
6431 (help-follow): Make position in stack element a pair. Use
6432 help-xref-following.
6433
6434 * autoarg.el: New file.
6435
6436 * faces.el: Declare more functions obsolete.
6437
6438 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
6439 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
6440 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
6441 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
6442 Remove all the setup-...-environment functions.
6443
6444 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
6445
6446 * speedbar.el: Updated the commentary section. xemacs20p now uses
6447 >= when detecting. Require `defimage' safely.
6448 (speedbar-easymenu-definition-base): Add toggle for images.
6449 (speedbar-easymenu-definition-special): Add flush cache & expand.
6450 (speedbar-visiting-tag-hook): Set new defaults. Added options.
6451 (speedbar-reconfigure-keymaps-hook): New variable.
6452 (speedbar-frame-parameters): Updated documentation.
6453 (speedbar-use-imenu-flag): Updated custom tag
6454 (speedbar-dynamic-tags-function-list): New variable.
6455 (speedbar-tag-hierarchy-method): Updated doc & custom.
6456 (speedbar-indentation-width, speedbar-indentation-width) New
6457 variables.
6458 (speedbar-hide-button-brackets-flag): Customizable.
6459 (speedbar-vc-indicator): Doc update.
6460 (speedbar-ignored-path-expressions): Updated default value.
6461 (speedbar-supported-extension-expressions): Updated default value.
6462 (speedbar-syntax-table): Remove {} paren status.
6463 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
6464 as "+". Added overlay aliases.
6465 (speedbar-mode): Use `speedbar-mode-line-update' instead of
6466 `force-mode-line-update'.
6467 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
6468 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
6469 `mouse-set-point'
6470 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
6471 (speedbar-item-info-tag-helper): Revamped to handle a wider range
6472 of arbitrary text, and new helper functions.
6473 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
6474 filename finder.
6475 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
6476 (speedbar-directory-buttons): Update path search/expansion.
6477 (speedbar-make-tag-line): Pay attention to
6478 `speedbar-indentation-width'. Use more care w/ invisible
6479 properties.
6480 (speedbar-change-expand-button-char): Call
6481 `speedbar-insert-image-button-maybe'.
6482 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
6483 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
6484 (speedbar-trim-words-tag-hierarchy)
6485 (speedbar-simple-group-tag-hierarchy): New functions
6486 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
6487 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
6488 functions.
6489 (speedbar-mouse-set-point): New function
6490 (speedbar-power-click): Updated documentation.
6491 (speedbar-line-token, speedbar-goto-this-file): Handle more types
6492 of tag prefix text.
6493 (speedbar-expand-line, speedbar-contract-line): Make more robust
6494 to strange text.
6495 (speedbar-expand-line): Takes universal argument to flush the
6496 cache.
6497 (speedbar-flush-expand-line): New function.
6498 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
6499 Use new generator insertion method.
6500 (speedbar-fetch-dynamic-tags): New function.
6501 (speedbar-fetch-dynamic-imenu): Removed code now handled in
6502 `speedbar-fetch-dynamic-imenu'.
6503 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
6504 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
6505 "Revert Buffer" menu items.
6506 (speedbar-buffer-buttons-engine): Be smarter when creating a
6507 filename tag (for expansion purposes.).
6508 (speedbar-highlight-one-tag-line,
6509 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
6510 (speedbar-recenter): New functions.
6511 (defimage-speedbar): Image loading abstraction.
6512 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
6513 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
6514 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
6515 (speedbar-tag-type, speedbar-tag-mail): New images.
6516 (speedbar-expand-image-button-alist): New variable.
6517 (speedbar-insert-image-button-maybe): Insert an image over some
6518 buttons.
6519
6520 2000-05-13 Kenichi Handa <handa@etl.go.jp>
6521
6522 * international/mule-cmds.el (encode-coding-char): An ASCII
6523 character is always encodable.
6524
6525 * international/mule-conf.el: Add more information in descriptions
6526 of character sets.
6527
6528 * international/mule-diag.el (describe-char-after): New function.
6529 (describe-font-internal): Adjusted for the change of font-info.
6530 (describe-font): Likewise.
6531 (print-fontset): Rewritten for the new fontset implementation.
6532 (describe-fontset): Include fontset alias names in completion.
6533 (list-fontsets): Adjusted for the change of print-fontset.
6534
6535 * simple.el (what-cursor-position): If DETAIL is non-nil, call
6536 describe-char-after instead of displaying the detail in the echo
6537 area.
6538 (syntax-code-table): Format changed.
6539 (string-to-syntax): Adjusted for the above change.
6540
6541 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
6542
6543 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
6544
6545 2000-05-12 Dave Love <fx@gnu.org>
6546
6547 * calendar/todo-mode.el: Remove some compatibility stuff and CL
6548 dependence. Use line-{beginning,end}-position, not
6549 point-at{b,e}ol. Some doc fixes.
6550 (todo-position): New function. Fix callers of position to use it.
6551 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
6552
6553 2000-05-12 Gerd Moellmann <gerd@gnu.org>
6554
6555 * time.el (display-time-mail-icon): Use `:ascent center'.
6556
6557 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
6558 handling FTP security extensions.
6559
6560 2000-05-11 Dave Love <fx@gnu.org>
6561
6562 * calendar/todo-mode.el: New file.
6563
6564 2000-05-11 Gerd Moellmann <gerd@gnu.org>
6565
6566 * comint.el (comint-read-input-ring): Move reference to
6567 comint-input-ring-size outside of the save-excursion. It was
6568 causing the default value to be the only one ever seen.
6569
6570 * font-lock.el: Update copyright. Remove Simon Marshall's email
6571 address on request from him.
6572
6573 * subr.el (substitute-key-definition): Add comment describing
6574 the meaning of PREFIX.
6575
6576 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
6577
6578 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
6579
6580 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6581 (add-minor-mode): Don't make the variable buffer-local and add a
6582 reference to define-minor-mode in the docstring.
6583
6584 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
6585 HEADER/FOOTER and fix bug with trailing empty directory.
6586 (cvs-append-to-ignore): Use vc-editable-p if available.
6587 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
6588 (vc-do-command): Tweak advice to handle the new VC.
6589
6590 * log-view.el (log-view-goto-rev): New function for the new VC.
6591 (log-view-minor-wrap): Use mark-active.
6592
6593 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
6594 (log-edit-changelog-full-paragraphs): New var.
6595 (log-edit-insert-changelog): Remove a lonely leading `* file'.
6596 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
6597 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
6598 (log-edit-changelog-ours-p, log-edit-changelog-entries)
6599 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6600 Replace the `cvs' prefix with `log-edit'.
6601
6602 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6603
6604 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6605 (diff-font-lock-defaults): Explicitly turn off multiline.
6606 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6607 (diff-ediff-patch): Fix call to ediff-patch-file.
6608 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6609 Handle comments.
6610
6611 * frame.el (automatic-hscrolling): Typo.
6612
6613 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6614
6615 2000-05-09 Sam Steingold <sds@goems.com>
6616
6617 * apropos.el (apropos-print): use `describe-face' instead of
6618 `customize-face-other-window'.
6619
6620 2000-05-09 Dave Love <fx@gnu.org>
6621
6622 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6623
6624 * help.el (describe-variable): Have customize button pop the
6625 help-xref stack when invoked.
6626 (help-xref-symbol-regexp): Add `face'.
6627 (help-make-xrefs): Check for quoted face names and adapt regexp
6628 submatch numbers to cope.
6629 (help-xref-interned): Maybe insert face doc too. Separate
6630 sections with a line of hyphens.
6631
6632 * faces.el: Some doc fixes. Declare some functions obsolete.
6633 (describe-face): Add customize button. Return the help
6634 text. Fix prompt.
6635
6636 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6637
6638 * term/internal.el (IT-character-translations): Fix last change.
6639
6640 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6641
6642 * woman.el: New file
6643 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6644
6645 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6646
6647 * term/internal.el (IT-character-translations): Update ASCII
6648 simulations for greek-iso8859-7, add latin-iso8859-14 and
6649 latin-iso8859-15.
6650
6651 * international/mule-cmds.el (set-language-info-alist): Call
6652 define-prefix-command with 3 arguments, to make the map suitable
6653 for a menu.
6654
6655 2000-05-07 Dave Love <fx@gnu.org>
6656
6657 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
6658
6659 2000-05-05 Dave Love <fx@gnu.org>
6660
6661 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6662 list in doc string. Don't quote keyword symbols.
6663 * emacs-lisp/cl.el: Likewise
6664 * emacs-lisp/cl-seq.el: Likewise
6665
6666 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6667
6668 * abbrev.el (abbrev-mode): Make ARG optional.
6669
6670 2000-05-04 Gerd Moellmann <gerd@gnu.org>
6671
6672 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6673
6674 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6675
6676 * subr.el (substitute-key-definition): Clarify documentation.
6677
6678 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
6679
6680 * glasses.el (glasses-convert-to-unreadable): Use
6681 `glasses-separator' instead of the hard-wired "_".
6682 (glasses-mode): Call `glasses-make-unreadable' only in a single
6683 place.
6684
6685 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * term/internal.el (cjk-codepages-alist): Add associations for
6688 Chinese and Korean codepages. Remove FIXME comment.
6689
6690 2000-05-03 Dave Love <fx@gnu.org>
6691
6692 * time.el (display-time-mail-face, display-time-use-mail-icon):
6693 New option.
6694 (display-time-mail-icon): New variable.
6695 (display-time-string-forms): Use the above. Fix the local-map.
6696
6697 2000-05-03 Gerd Moellmann <gerd@gnu.org>
6698
6699 * replace.el (query-replace-map): Add binding for `E'.
6700 (query-replace-help): Extend help text.
6701 (perform-replace): Allow editing the replacement string.
6702
6703 * make-mode.el (makefile-mode-abbrev-table): New variable.
6704 (makefile-mode): Set local abbrev table to
6705 makefile-mode-abbrev-table.
6706 (makefile-font-lock-keywords): Fontify includes and conditionals.
6707
6708 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6709 set TOGGLE's value.
6710
6711 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6712 mail-interactive-insert-alias.
6713 (mail-abbrev-complete-alias): New command.
6714 (mail-mode-map): Bind it to `M-TAB'.
6715
6716 2000-05-03 Kenichi Handa <handa@etl.go.jp>
6717
6718 * language/lao-util.el (lao-compose-region): New function.
6719
6720 2000-05-02 Gerd Moellmann <gerd@gnu.org>
6721
6722 * files.el (recover-session): Make directories as necessary
6723 if they don't exist yet.
6724
6725 * calendar/cal-french.el
6726 (french-calendar-multibyte-special-days-array)
6727 (french-calendar-special-days-array): Change French text.
6728 (calendar-french-date-string): Change output.
6729 (calendar-goto-french-date): Likewise.
6730
6731 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
6732
6733 * wid-edit.el (widget-default-active): Obey `:always-active'.
6734 (widget-documentation-string-value-create): Set `:always-active'.
6735
6736 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6737
6738 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6739 default prefix to `~/_emacs.d/auto-save.list/_s'.
6740 (normal-top-level): Create the directory for auto-save files, if
6741 it doesn't already exist (in the ms-dos case only).
6742
6743 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * international/mule-cmds.el (set-language-environment): Don't
6746 concat an integer (dos-codepage), use format instead.
6747
6748 2000-05-02 Dave Love <fx@gnu.org>
6749
6750 * help.el (help-xref-on-pp): Check for constant symbols.
6751
6752 2000-04-29 Gerd Moellmann <gerd@gnu.org>
6753
6754 * startup.el (normal-top-level): Put a condition-case around
6755 the code loading subdirs.el.
6756
6757 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6758
6759 * ps-print.el: Upside-down and face background color printing,
6760 line number step, doc fix.
6761 (ps-print-version): New version number (5.2).
6762 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6763 (ps-face-attribute-list, ps-plot-with-face): Code fix.
6764 (ps-spool-config): Var fix.
6765 (ps-printer-name-option): Const fix.
6766 (ps-print-upside-down, ps-use-face-background)
6767 (ps-line-number-step): New vars.
6768 (ps-window-system, ps-lp-system): New consts.
6769 (ps-face-background): New fun.
6770
6771 2000-04-28 Richard Stallman <rms@gnu.org>
6772
6773 * files.el (make-auto-save-file-name):
6774 Apply auto-save-file-name-transforms to visited file name
6775 before generating auto save file name.
6776 (auto-save-file-name-transforms): New variable.
6777
6778 * files.el (backup-enable-predicate):
6779 Correctly test for a file under a temporary directory.
6780
6781 2000-04-28 Gerd Moellmann <gerd@gnu.org>
6782
6783 * subr.el (add-minor-mode): Rewritten.
6784
6785 2000-04-28 Kenichi Handa <handa@etl.go.jp>
6786
6787 * mail/sendmail.el (sendmail-send-it): Set
6788 buffer-file-coding-system to the selected coding system for MIME
6789 header.
6790
6791 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6792
6793 * dired.el (dired-move-to-filename-regexp): Allow format where
6794 YYYY is followed by two spaces.
6795
6796 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6797 in the second character class of the regexp.
6798
6799 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6800 mh-etc, too.
6801
6802 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6803 nil.
6804
6805 * subr.el (add-minor-mode): Use `set' instead of `setq'.
6806
6807 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6808 argument.
6809
6810 2000-04-27 Sen Nagata <sen@eccosys.com>
6811
6812 * emacs-lisp/crm.el (crm-completion-table): New variable.
6813 (crm-collection-fn, crm-test-completion)
6814 (completing-read-multiple): Use it.
6815
6816 2000-04-27 Dave Love <fx@gnu.org>
6817
6818 * help.el (locate-library): Use mapc.
6819 (help-manyarg-func-alist): Add call-process-region.
6820
6821 2000-04-26 Gerd Moellmann <gerd@gnu.org>
6822
6823 * subr.el (add-minor-mode): Make argument MAP optional.
6824
6825 * desktop.el (desktop-save): Save list of minor modes.
6826 (desktop-create-buffer): Restore minor modes.
6827 (desktop-minor-mode-table): New user-option.
6828
6829 * subr.el (add-minor-mode): New function.
6830
6831 * image.el (find-image): New function.
6832 (defimage): Rewritten to find image at load time.
6833
6834 * startup.el (normal-top-level-add-to-load-path): Handle
6835 case that the default directory is not in load-path.
6836
6837 * help.el: Old patch from Stefan Monnier.
6838 (help-xref-on-pp): New function.
6839 (describe-variable): Use it to display xrefs in a symbol's value.
6840
6841 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
6842
6843 * cus-edit.el (custom-face): Fix parenthesis.
6844
6845 2000-04-26 Kenichi Handa <handa@etl.go.jp>
6846
6847 * mail/rmail.el (rmail-expunge): When there are no deleted
6848 messages, do nothing.
6849
6850 2000-04-26 Dave Love <fx@gnu.org>
6851
6852 * international/mule-cmds.el (locale-translation-file-name):
6853 Defvar to nil.
6854 (set-locale-environment): Set it here (at runtime).
6855
6856 2000-04-25 Gerd Moellmann <gerd@gnu.org>
6857
6858 * replace.el (perform-replace): Add parameters START and END. Use
6859 them instead of the check for a region in Transient Mark mode.
6860 (query-replace-read-args): Return two more list elements for the
6861 start and end of the region in Transient Mark mode.
6862 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6863 (map-query-replace-regexp, replace-string, replace-regexp): Add
6864 optional last arguments START and END and pass them to
6865 perform-replace.
6866
6867 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6868 form with additional arguments for perform-replace.
6869
6870 * progmodes/etags.el (tags-query-replace): Add parameters START
6871 and END. Construct a form with additional arguments for
6872 perform-replace.
6873
6874 * simple.el (shell-command): Set default directory for "*Shell
6875 Command Output" buffer.
6876
6877 * language/european.el (iso-latin-4): Fix typo.
6878
6879 * emacs-lisp/crm.el: New file.
6880
6881 2000-04-24 Dave Love <fx@gnu.org>
6882
6883 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6884 (Custom-reset-saved, Custom-reset-standard)
6885 (custom-group-value-create, custom-group-set, custom-group-save)
6886 (custom-group-reset-current, custom-group-reset-saved)
6887 (custom-group-reset-standard): Use mapc.
6888 (custom-buffer-create-internal): Disable undo when creating items.
6889 Use mapc.
6890 (custom-face): Avoid redundant lambda.
6891
6892 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6893
6894 * startup.el (auto-save-list-file-prefix): Set default to
6895 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6896
6897 2000-04-24 Sam Steingold <sds@gnu.org>
6898
6899 * time-stamp.el (time-stamp-string-preprocess): Always convert
6900 `field-result' to a string.
6901
6902 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6903
6904 * frame.el (scrolling): New group.
6905 (automatic-hscrolling): New user-option.
6906
6907 * startup.el (command-line-x-option-alist): Add `-lsp' and
6908 `--line-spacing'.
6909
6910 2000-04-19 Dave Love <fx@gnu.org>
6911
6912 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6913 (cl-mapc): Rename from mapc. Fix the funcall.
6914
6915 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6916
6917 * simple.el (clone-indirect-buffer-other-window): New command.
6918 (clone-indirect-buffer): Add optional arg NORECROD.
6919 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6920
6921 * help.el (resize-temp-buffer-window): Use count-screen-lines.
6922
6923 * window.el (count-screen-lines): New function.
6924 (shrink-window-if-larger-than-buffer): Use count-screen-lines
6925 instead of window-buffer-height.
6926
6927 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6928 non-existing variable comint-input-sentinel.
6929 (inferior-lisp-args-to-list): Removed.
6930 (inferior-lisp): Use split-string instead of
6931 inferior-lisp-args-to-list.
6932
6933 * hexl.el (hexl-insert-hex-string): New command.
6934
6935 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6936 instead of concat.
6937
6938 2000-04-18 Gerd Moellmann <gerd@gnu.org>
6939
6940 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6941 at the start of an existing but empty folder.
6942
6943 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6944
6945 * ps-mule.el: Customization fix, doc fix.
6946 (ps-multibyte-buffer): Customization fix.
6947
6948 2000-04-17 Richard M. Stallman <rms@gnu.org>
6949
6950 * subr.el (read-passwd): Use read-char-exclusive.
6951
6952 2000-04-17 Gerd Moellmann <gerd@gnu.org>
6953
6954 * textmodes/texinfo.el (texinfo-insert-@email)
6955 (texinfo-insert-@emph, texinfo-insert-@quotation)
6956 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6957 (texinfo-mode-map): Add key bindings for them.
6958
6959 * files.el (basic-save-buffer-2): Use a template with `$'
6960 instead of `#' for VMS.
6961
6962 * simple.el (clone-indirect-buffer): New function.
6963
6964 2000-04-16 Stephen Eglen <stephen@gnu.org>
6965
6966 * iswitchb.el (iswitchb-case): New function. If the user input
6967 contains any upper-case characters, the search is made
6968 case-sensitive.
6969
6970 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
6971
6972 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6973 comment-end.
6974 (texinfo-font-lock-syntactic-keywords): New var.
6975 (texinfo-font-lock-keywords): Remove comment regexp.
6976 (texinfo-insert-block): New function.
6977 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
6978 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
6979 and font-lock-defaults. Use regexp-opt for outline-regexp.
6980 (texinfo-environments): New var.
6981 (texinfo-environment-regexp): Use regexp-opt and
6982 texinfo-environments.
6983
6984 * textmodes/ispell.el (ispell-menu-map-needed): Check that
6985 ispell-process is bound since this might be eval'd before ispell
6986 is loaded.
6987 (ispell-message): Use a tiny bit less magic and a bit more hard
6988 data to figure out what kind of sc-cite-regexp to use.
6989
6990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6991
6992 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6993 (insert-cyclic-diary-entry): Unquote the lambda.
6994
6995 * gud.el (gud-jdb-build-source-files-list): Fix typo.
6996
6997 * files.el (backup-enable-predicate): Unquote the lambda.
6998
6999 * cus-edit.el (custom-face, face): Unquote the lambda.
7000
7001 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7002
7003 * ps-print.el: Check for line-beginning-position definition.
7004
7005 * ps-print.el: Fix counting lines in a region.
7006 (ps-print-version): New version number (5.1.5).
7007 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7008 (ps-printing-region): Fun code fix.
7009
7010 2000-04-15 Gerd Moellmann <gerd@gnu.org>
7011
7012 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7013 to file-directory-p.
7014
7015 2000-04-14 Gerd Moellmann <gerd@gnu.org>
7016
7017 * gud.el (gud-jdb-build-source-files-list): Check that directory
7018 exists before calling directory-files.
7019
7020 2000-04-13 Dave Love <fx@gnu.org>
7021
7022 * emacs-lisp/trace.el: Change maintainer. Use new backquote
7023 syntax.
7024
7025 * emacs-lisp/cl-specs.el: Remove when, unless.
7026
7027 * emacs-lisp/cl-extra.el: Don't quote keywords.
7028 (cl-old-mapc): New variable.
7029 (mapc): Use it.
7030 (cl-map-intervals): Use with-current-buffer. Don't check for
7031 next-property-change.
7032 (cl-map-overlays): Use with-current-buffer.
7033 (cl-expt): Remove.
7034 (copy-tree, remprop): Define unconditionally.
7035
7036 * emacs-lisp/cl-compat.el (keywordp): Remove.
7037
7038 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
7039 to use keywordp.
7040 (edebug-spec): Enable keywordp.
7041
7042 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7043 string-lessp.
7044
7045 * cus-start.el: Use keywordp.
7046
7047 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7048
7049 * diary-lib.el (include-other-diary-files): Fix the fix of
7050 2000-02-18 by doing a save-excursion.
7051
7052 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7053
7054 * ps-print.el: Customization fix, doc fix.
7055 (ps-print-version): New version number (5.1.4).
7056 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7057 (ps-print-preprint): Adjust code.
7058 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7059 (ps-print-prologue-header, ps-print-control-characters)
7060 (ps-spool-config): Customization fix.
7061
7062 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7065 converted to the new menu-item format, names silightly changed,
7066 help strings added.
7067
7068 Support for spelling without async subprocesses:
7069
7070 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7071 (ispell-session-buffer): New variables.
7072 (ispell-start-process, ispell-process-status,
7073 ispell-accept-output, ispell-send-string): New functions, for
7074 Ispell invocation when async subprocesses aren't supported.
7075 (ispell-word, ispell-pdict-save, ispell-command-loop,
7076 ispell-process-line, ispell-buffer-local-parsing): Replace calls
7077 to process-send-string with calls to ispell-send-string, and
7078 accept-process-output with ispell-accept-output.
7079 (ispell-init-process): Call ispell-process-status instead of
7080 process-status with.
7081 (ispell-init-process): Call ispell-start-process. Call
7082 ispell-accept-output and ispell-send-string. Don't call
7083 process-kill-without-query and kill-process if they are unbound.
7084 (ispell-async-processp): New function.
7085
7086 2000-04-12 Dave Love <fx@gnu.org>
7087
7088 * info.el: Add debug-ignored-errors.
7089 (Info-mode-menu): Add some items.
7090 (Info-directory): Add autoload cookie.
7091
7092 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7093 Modify `truncate-lines'. Make `describe-language-environment'
7094 always visible and add help. Modify `describe-key' help. Invoke
7095 Info-directory from `info'. New entry `emacs-manual'.
7096
7097 2000-04-10 Gerd Moellmann <gerd@gnu.org>
7098
7099 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7100 propertized-buffer-identification.
7101 (ebrowse-update-member-buffer-mode-line): Likewise.
7102 (ebrowse--mode-strings): Removed.
7103 (ebrowse--mode-line-props): Removed.
7104
7105 * files.el (auto-mode-alist): Add `EBROWSE'.
7106
7107 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7108 space before testing for end of buffer.
7109 (ebrowse-load): Removed.
7110 (ebrowse-revert-tree-buffer-from-file): Rewritten.
7111 (ebrowse-create-tree-buffer): Rewritten.
7112 (ebrowse-tree-mode): Read tree from buffer.
7113
7114 * progmodes/ebrowse-ffh.el: Removed.
7115
7116 2000-04-10 Kenichi Handa <handa@etl.go.jp>
7117
7118 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7119
7120 2000-04-10 Gerd Moellmann <gerd@gnu.org>
7121
7122 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7123 at the wrong place.
7124
7125 2000-04-09 Dave Love <fx@gnu.org>
7126
7127 * files.el (backup-enable-predicate): Use
7128 temporary-file-directory, small-temporary-file-directory.
7129 (make-backup-file-name-function, backup-directory-alist): New
7130 variables.
7131 (make-backup-file-name-1): New function.
7132 (make-backup-file-name): Use it.
7133 (find-backup-file-name): Likewise. Use format for clarity, not
7134 concat.
7135 (file-newest-backup): Use make-backup-file-name.
7136
7137 2000-04-09 Gerd Moellmann <gerd@gnu.org>
7138
7139 * progmodes/ebrowse-ffh.el: New file.
7140
7141 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7142 to ebrowse-ffh.el.
7143 (ebrowse-load): Add autoload.
7144
7145 * finder.el (finder-commentary): Add autoload cookie.
7146
7147 * mail/rfc2368.el: Correct author's email address.
7148
7149 * progmodes/ebrowse.el: New file.
7150
7151 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7152 item help string.
7153 (easy-menu-do-add-item): Ditto.
7154 (easy-menu-define): Extend doc string.
7155
7156 * jit-lock.el (with-buffer-unmodified): Use
7157 restore-buffer-modified-p.
7158 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7159 (jit-lock-function, jit-lock-stealth-fontify): Don't use
7160 with-buffer-unmodified.
7161
7162 2000-04-08 Dave Love <fx@gnu.org>
7163
7164 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7165 unless, when.
7166
7167 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
7168
7169 * viper-util.el (viper-put-on-search-overlay): New subroutine.
7170 (viper-flash-search-pattern): No operation when using Emacs
7171 doesn't support face.
7172 Use `viper-put-on-search-overlay'.
7173
7174 2000-04-04 Gerd Moellmann <gerd@gnu.org>
7175
7176 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7177 like C-r.
7178
7179 * progmodes/make-mode.el: Some doc fixes.
7180 (makefile-mode-abbrev-table): New variable.
7181 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7182 (makefile-font-lock-keywords): Fontify includes and conditionals.
7183 (toplevel): Require `dabbrev' and `add-log' when compiling.
7184
7185 * replace.el (perform-replace): Don't move forward one char
7186 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
7187 to do that because it leaves point 1 position after the last
7188 replacement, after everything has been replaced.
7189
7190 * jit-lock.el (with-buffer-unmodified): New macro.
7191 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7192 modified state.
7193 (jit-lock-function-1): Extracted from jit-lock-function; not
7194 preserving buffer's modified state.
7195 (jit-lock-function, jit-lock-stealth-fontify): Call
7196 jit-lock-function-1.
7197
7198 * mail/rfc2368.el: Remove supernumerary copyright line.
7199
7200 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
7201
7202 * glasses.el: Provide facilities for inserting space before left
7203 parentheses and uncapitalization of identifiers.
7204 (glasses-mode): Try to remove old overlays in all cases.
7205
7206 2000-04-03 Gerd Moellmann <gerd@gnu.org>
7207
7208 * progmodes/compile.el (compile-internal): Display the compilation
7209 buffer in a different frame, if it's already displayed there.
7210
7211 * mail/rfc2368.el: New file.
7212
7213 * simple.el (sendmail-user-agent-compose): Recognize a `body'
7214 header and insert its value as mail body.
7215
7216 * subr.el (member-ignore-case): New function.
7217
7218 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
7219 (dabbrev--find-expansion): Ignore buffers matching a regexp
7220 from dabbrev-ignored-regexps.
7221
7222 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
7223 to extensions handled by gzip.
7224
7225 2000-04-03 Richard M. Stallman <rms@gnu.org>
7226
7227 * files.el (insert-directory): List the total free space
7228 along with the used space.
7229
7230 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
7231 line is followed by one that matches CITATION-REGEXP, end the
7232 paragraph.
7233
7234 2000-04-03 Markus Rost <rost@delysid.gnu.org>
7235
7236 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
7237 (rmail-make-basic-summary-line): Use that option.
7238
7239 2000-04-03 Kenichi Handa <handa@etl.go.jp>
7240
7241 * international/mule-cmds.el (encoded-string-description):
7242 Rewritten. Try pretty description for ISO 2022 escape sequences
7243 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
7244 for hexadecimal format.
7245
7246 2000-04-01 Dave Love <fx@gnu.org>
7247
7248 * cpp.el: Change customization group to `c' from `C'.
7249
7250 * vcursor.el (vcursor-move): Use display-color-p.
7251
7252 * international/mule-util.el: Provide mule-utils.
7253 (string-to-sequence): Simplify and speed up.
7254
7255 * international/mule.el (make-coding-system): Purecopy doc-string.
7256
7257 * international/mule-cmds.el: Various menu changes.
7258 (describe-specified-language-support): Handle `Default'.
7259 (set-language-info): Purecopy `info'.
7260
7261 2000-03-31 Andrew Innes <andrewi@gnu.org>
7262
7263 * vc.el (vc-backend-diff): Return the correct status if we had to
7264 retry the rcsdiff command without the --brief option.
7265
7266 2000-03-31 Dave Love <fx@gnu.org>
7267
7268 * help.el (help-manyarg-func-alist): Correct several omissions.
7269
7270 * add-log.el: Don't require cl, fortran.
7271 (add-log-current-defun-function): Doc fix.
7272 (change-log-version-number-regexp-list): Remove SCCS part. Doc
7273 fix.
7274 (change-log-version-rcs): Function deleted.
7275 (change-log-version-number-search): Doc fix. Use
7276 vc-workfile-version. Avoid CL dolist.
7277 (add-change-log-entry): Just call add-log-current-defun to get
7278 defun. Simplify somewhat.
7279 (change-log-get-method-definition-1): Likewise.
7280 (add-log-current-defun): Return nil if calling
7281 add-log-current-defun-function does so. Move Fortran stuff to
7282 fortran.el. Return string without properties.
7283
7284 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
7285 and :alpha: char classes.
7286
7287 * mail/supercite.el: Defvar curline when compiling.
7288 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
7289 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
7290 rather than a-zA-Z0-9 to allow non-ASCII characters.
7291
7292 2000-03-31 Gerd Moellmann <gerd@gnu.org>
7293
7294 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
7295
7296 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7297 Re-enable new code.
7298
7299 * lpr.el (print-region-1): Use -d to specify printer name for
7300 systems `usg-unix-v*, `dgux', `hpux', `irix'.
7301
7302 2000-03-31 Dave Love <fx@gnu.org>
7303
7304 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
7305 for function definition in symbol's function value slot first
7306 instead of first consulting byte-compile-function-environment.
7307
7308 2000-03-31 Kenichi Handa <handa@etl.go.jp>
7309
7310 * language/european.el ("Polish"): New language environment.
7311 (setup-polish-environment): New function.
7312
7313 2000-03-30 Gerd Moellmann <gerd@gnu.org>
7314
7315 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7316 Disable new code.
7317
7318 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7319 trying to `load' the symbol of an autoload instead of the file
7320 recorded in the autoload. Fix error messages.
7321
7322 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7323
7324 * ps-print.el: PostScript programming fix for ghostview, doc fix.
7325 (ps-print-version): New version number (5.1.3).
7326 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
7327 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
7328 (ps-generate-postscript-with-faces): Code fix.
7329 (ps-color-values): XEmacs compatibility.
7330 (ps-print-background-image, ps-print-background-text, ps-printer-name)
7331 (ps-default-fg, ps-default-bg): Adjust customization.
7332 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
7333 (ps-color-scale): Renaming old ps-color-value fun.
7334 (ps-print-headers): Replace ps-print-header group to avoid conflict
7335 with ps-print-header variable.
7336 (ps-print-miscellany): New group.
7337 (ps-format-color, ps-rgb-color): New funs.
7338 (ps-default-foreground): New var.
7339 (ps-printer-name-option): New const.
7340
7341 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
7342
7343 * net/net-utils.el:
7344 (network-connection-host, network-connection-service): New variables
7345 (network-connection-mode): New mode, derived from comint-mode
7346 (network-connection-mode-setup): New function, saves host and
7347 service information in local variables.
7348
7349 * lisp/locate.el:
7350 (locate-word-at-point): Added this function
7351 (locate): Default to using locate-word-at-point as input
7352 Run dired-mode-hook
7353
7354 2000-03-29 Dave Love <fx@gnu.org>
7355
7356 * calendar/appt.el: Doc fixes.
7357 (appt-check): Convert min-to-app to a string before passing to
7358 appt-disp-window-function or concat.
7359 (appt-delete-window): Remove test for frame-root-window.
7360 (appt-select-lowest-window, appt-convert-time): Simplify.
7361
7362 * emacs-lisp/bytecomp.el: Doc fixes.
7363 (byte-compile-file-form-autoload): Update
7364 byte-compile-function-environment.
7365
7366 2000-03-29 Andreas Schwab <schwab@suse.de>
7367
7368 * emacs-lisp/autoload.el: Also print defsubst doc string
7369 specially.
7370
7371 * dired.el (dired-insert-directory): If dired-free-space-program
7372 failed just delete its output.
7373
7374 2000-03-29 Dave Love <fx@gnu.org>
7375
7376 * international/iso-cvt.el: Move provide to end. Doc fixes.
7377 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
7378 (iso-iso2sgml, iso-sgml2iso): New functions.
7379 (iso-cvt-define-menu): Fix some entries and use backquote for
7380 clarity.
7381
7382 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
7383
7384 2000-03-28 Gerd Moellmann <gerd@gnu.org>
7385
7386 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
7387 ISO-DATE. If non-nil, return date in ISO 8601 format.
7388
7389 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
7390
7391 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
7392 if it ever becomes used.
7393 (log-edit-mode-hook): Default to vc-log-mode-hook.
7394 (log-edit-mode): Fix the docstring.
7395
7396 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
7397 the code.
7398
7399 2000-03-26 Dave Love <fx@gnu.org>
7400
7401 * net/browse-url.el (browse-url): Re-fix case of
7402 browse-url-browser-function being an alist.
7403 (browse-url): Add :link to defgroup.
7404
7405 * files.el: Doc fixes.
7406 (file-truename): Include `[' in wildcard characters.
7407 (automount-dir-prefix): Customize.
7408 (find-file-wildcards): Add :version.
7409 (find-file-noselect): Simplify a mapcar call.
7410
7411 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
7412 compatible with inf-lisp version.
7413 (eval-defun-1): Fix custom-declare-variable case.
7414
7415 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
7416
7417 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
7418
7419 2000-03-24 Gerd Moellmann <gerd@gnu.org>
7420
7421 * Makefile (COMPILE_FIRST): New macro.
7422 (compile-files): Compile files from COMPILE_FIRST first.
7423
7424 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7425 code.
7426
7427 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
7428 matching open parenthesis in column 0 to defun-prompt-regexp
7429 only if open-paren-in-column-0-is-defun-start is set.
7430
7431 * sun-curs.el: Require CL at compile-time only.
7432
7433 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
7434 instead of copy-list which is a function from CL.
7435 (msb--choose-menu, msb--mode-menu-cond)
7436 (msb--create-buffer-menu-2): Use dolist instead of mapc.
7437 (msb--init-file-alist): Use mapcar instead of mapcan.
7438 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
7439 `(' in column 0 in doc string.
7440 (msb--add-separators): Use mapcar instead of mapcan.
7441
7442 * cus-dep.el: Require CL at compile-time only.
7443
7444 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
7445
7446 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7447 (byte-compile-warnings): New warning `noruntime'.
7448 (byte-compile-constants, byte-compile-variables): Fix docstring.
7449 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
7450 execute `eval-whenc-compile's body.
7451 (byte-compile-unresolved-functions): Fix docstring.
7452 (byte-compile-eval): New function.
7453 (byte-compile-callargs-warn): Check if the function will be available
7454 at runtime (via property `byte-compile-noruntime').
7455 (byte-compile-print-syms): New function.
7456 (byte-compile-warn-about-unresolved-functions): Also warn about
7457 `noruntime' functions (and use `byte-compile-print-syms').
7458 (byte-compile-file): Capitalize the message.
7459
7460 2000-03-24 Gerd Moellmann <gerd@gnu.org>
7461
7462 * mail/rmail.el (rmail-confirm-expunge): New user-option.
7463 (rmail-expunge): Ask for confirmation depending on the setting
7464 of rmail-confirm-expunge.
7465
7466 2000-03-23 Gerd Moellmann <gerd@gnu.org>
7467
7468 * Makefile (bootstrap-clean): If $(emacs) exists, build
7469 loaddefs.el first. A loaddefs.el that's not up-to-date might
7470 cause a bootstrap failure because things don't autoload as
7471 expected.
7472
7473 2000-03-23 Dave Love <fx@gnu.org>
7474
7475 * net/browse-url.el: Restore previous use of
7476 browse-url-maybe-new-window.
7477
7478 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7479
7480 * ps-print.el: Skip banner page fix.
7481 (ps-print-version): New version number (5.1.2).
7482 (ps-begin-file, ps-end-file, ps-generate): Code fix.
7483
7484 2000-03-23 Dave Pearson <davep@davep.org>
7485
7486 * net/quickurl.el Changed the type of parameter passed to the
7487 function defined by `quickurl-format-function'. Before only the
7488 text of the URL was passed. Now the whole URL structure is passed
7489 and the function is responsible for extracting the parts it
7490 requires. Changed the default of `quickurl-format-function'
7491 accordingly.
7492 (quickurl-insert): Changed the `funcall' of
7493 `quickurl-format-function' to match the above change.
7494 (quickurl-list-insert): Changed the `url' case so that it makes
7495 use of `quickurl-format-function', previous to this the format was
7496 hard wired.
7497
7498 2000-03-22 Gerd Moellmann <gerd@gnu.org>
7499
7500 * startup.el: Change some spellings for the X Window System.
7501
7502 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
7503
7504 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
7505 up the code and the regexp and make sure the cursor is temporarily
7506 moved to the suspicious line while querying the user.
7507
7508 2000-03-22 Jason Rumney <jasonr@gnu.org>
7509
7510 * w32-fns.el (w32-charset-info-alist): Initialize.
7511
7512 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7513
7514 * ps-print.el: N-up last page fix.
7515 (ps-print-version): New version number (5.1.1).
7516 (ps-end-file, ps-end-job, ps-generate): Code fix.
7517
7518 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7519
7520 * files.el (find-file-run-dired): Update docstring.
7521 (find-directory-functions): New hook.
7522 (find-file-noselect): Run find-directory-functions rather than
7523 calling dired directly.
7524
7525 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
7526
7527 * pcvs.el: Add a minimal leading commentary.
7528 (cvs-make-cvs-buffer): Change the header part by removing the startup
7529 message and adding a `Module' entry. Also replace the FOOTER and
7530 HEADER special fileinfos with the new support in ewoc for updating
7531 its own footer and header.
7532 (cvs-update-header): Update to use the header/footer of the ewoc.
7533 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
7534 (cvs-is-within-p): New function.
7535 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
7536 to only examine some subset of the buffers.
7537
7538 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
7539 `format' instead of our own ad-hoc functions.
7540 Remove HEADER and FOOTER cases, now handled in the EWOC.
7541 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
7542
7543 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
7544 output to avoid scaring the user.
7545 (cvs-parse-table): Catch message for non-up-to-date commits.
7546
7547 * pcvs-defs.el (cvs-startup-message): Remove.
7548 (cvs-global-menu): New autoloaded menu.
7549
7550 * pcvs-util.el (cvs-string-fill): Remove.
7551
7552 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
7553 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
7554 PP part of it and also make it work for footers and headers.
7555 (ewoc-create): Drop POS and BUFFER arguments.
7556 Use the DLL's dummy node to store the end-of-footer position.
7557 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
7558 (ewoc-refresh): Remove unused `header' variable.
7559 (ewoc-(get|set)-hf): New functions.
7560
7561 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
7562 log-view-*-(message|file) and use easy-mmode-define-navigation.
7563 (log-view-message-re): Match SCCS format as well.
7564 And match the revision line rather than the dashed separator line.
7565 (log-view-mode): Use the new define-derived-mode.
7566 (log-view-current-tag): Fill in with an actual implementation.
7567
7568 * cvs-status.el (cvs-status-(prev|next)): Rename from
7569 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
7570 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
7571 to let the output "breathe" a little more (more readable).
7572 (cvs-status-mode): Use the new define-derived-mode.
7573
7574 * smerge-mode.el (smerge-auto-leave): New function and variable.
7575 (smerge-basic-map): Rename from smerge-basic-keymap.
7576 Change the bindings for smerge-diff-*.
7577 (smerge-*-map): Use easy-mmode-defmap.
7578 (smerge-(next|prev)): Use easy-mmode-define-navigation.
7579 (smerge-keep-*): Use smerge-auto-leave.
7580
7581 2000-03-21 Jason Rumney <jasonr@gnu.org>
7582
7583 * cus-edit.el (custom-button-face): Use 3D look for w32.
7584 (custom-button-pressed-face): Likewise.
7585
7586 2000-03-21 Gerd Moellmann <gerd@gnu.org>
7587
7588 * progmodes/etags.el (tags-case-fold-search): New user-option.
7589 (tags-loop-eval): New function. Bind case-fold-search around eval
7590 depending on the value of tags-case-fold-search.
7591 (tags-loop-continue): Use tags-loop-eval.
7592 (find-tag-in-order): Bind case-fold-search depending on the value
7593 of tags-case-fold-search.
7594
7595 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7596
7597 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
7598 (diff-end-of-hunk): Return the end position for use in
7599 `easy-mmode-define-navigation'.
7600 (diff-recenter): Remove.
7601 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7602 of `easy-mmode-define-navigation'.
7603 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7604 previous renaming) and fix to use new names.
7605 (diff-merge-strings): Use \n as separator: simpler, faster.
7606 (diff-mode): Use `define-derived-mode'.
7607
7608 * derived.el (define-derived-mode): Don't autoload anymore.
7609 Prefer the macro-only version provided by easy-mmode.el.
7610
7611 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7612 `easy-mmode-define-derived-mode'.
7613 Use `combine-run-hooks'.
7614 (easy-mmode-define-navigation): New macro.
7615
7616 * subr.el (combine-run-hooks): New function.
7617
7618 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
7619
7620 * term/x-win.el: Fontsets related initialization is simplified.
7621
7622 * international/mule-diag.el (describe-font): Don't refer to
7623 global-fontset-alist, instead call font-list.
7624 (describe-fontset, list-fontsets, mule-diag): Likewise.
7625 (print-fontset): Adjusted for the change of fontset
7626 implementation.
7627
7628 * international/fontset.el (x-charset-registries): Variable
7629 removed, instead the corresponding data is stored in the default
7630 fontset.
7631 (register-alternate-fontnames): Function removed.
7632 (resolved-ascii-font): Variable removed.
7633 (x-compose-font-name): Ignore the second argument REDOCE.
7634 (x-complement-fontset-spec): Complement only an ASCII font and
7635 element for those charsets than can use that ASCII font.
7636 (generate-fontset-menu): Don't refer to global-fontset-alist,
7637 instead call fontset-list.
7638 (uninstantiated-fontset-alist): Variable removed.
7639 (x-style-funcs-alist): Likewise.
7640 (fontset-default-styles): Likewise.
7641 (x-modify-font-name): Function removed.
7642 (create-fontset-from-fontset-spec): Ignore the argument
7643 STYLE-VARIANT.
7644 (create-fontset-from-ascii-font): Docsting adjusted for the above
7645 change.
7646 (instantiate-fontset, resolve-fontset-name): Functions removed.
7647 (fontset-list): Now implemented by C code.
7648
7649 * faces.el (read-face-font): Fix TABLE arg to completing-read.
7650 (describe-face): Include `font' attribute in the description.
7651
7652 2000-03-21 Kenichi Handa <handa@etl.go.jp>
7653
7654 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7655
7656 2000-03-20 Gerd Moellmann <gerd@gnu.org>
7657
7658 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7659 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7660 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
7661
7662 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7663 about behavior of set-buffer-modified-p wrt redisplay.
7664
7665 2000-03-19 Richard M. Stallman <rms@gnu.org>
7666
7667 * view.el (view-mode-disable): Kill local binding of view-read-only.
7668
7669 2000-03-18 Gerd Moellmann <gerd@gnu.org>
7670
7671 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7672 is a string, convert it to a syntax cell using string-to-syntax.
7673
7674 * simple.el (syntax-code-table, syntax-flag-table): New variables.
7675 (string-to-syntax): New function.
7676
7677 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7678 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
7679 try to use passive ftp mode.
7680
7681 2000-03-17 Gerd Moellmann <gerd@gnu.org>
7682
7683 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
7684
7685 * simple.el (append-to-buffer): Update point of windows after
7686 insertion.
7687
7688 * abbrev.el (inverse-add-abbrev): Identify word by first moving
7689 forward then moving backward. Reindent.
7690
7691 * frame.el (other-frame): Call x-focus-frame only if
7692 focus-follows-mouse is off.
7693
7694 2000-03-17 Dave Love <fx@gnu.org>
7695
7696 * pcvs-util.el (cvs-strings->string): Rename
7697 replace-regexps-in-string.
7698
7699 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7702 regexp for labels cannot span several lines.
7703
7704 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7705 `(setq :<key> ':<key>)' to the macro expansion.
7706
7707 2000-03-16 Dave Love <fx@gnu.org>
7708
7709 * progmodes/f90.el (f90): Put custom group under `languages', not
7710 `fortran'.
7711 (f90-mode-hook): Customize.
7712 (f90-mode): Set add-log-current-defun-function.
7713 (f90-current-defun): New function.
7714
7715 2000-03-16 Gerd Moellmann <gerd@gnu.org>
7716
7717 * cus-edit.el (custom-variable-tag-face): Handle case that
7718 default face's height is not a number.
7719 (custom-face-tag-face, custom-group-tag-face-1)
7720 (custom-group-tag-face): Ditto.
7721 (custom-group-tag-face-1): Add :group.
7722
7723 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7724
7725 2000-03-15 Gerd Moellmann <gerd@gnu.org>
7726
7727 * pcvs-defs.el (toplevel): Remove autoload cookie for form
7728 requiring easymenu.
7729
7730 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7731
7732 * ps-print.el: PostScript user-defined prologue, PostScript error
7733 handler, doc fix.
7734 (ps-print-version): New version number (5.1).
7735 (ps-user-defined-prologue, ps-error-handler-message)
7736 (ps-print-prologue-0, ps-error-handler-alist): New vars.
7737 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7738 (ps-insert-string): New function.
7739
7740 2000-03-15 Kenichi Handa <handa@etl.go.jp>
7741
7742 * international/ccl.el (ccl-compile-expression): Don't generate
7743 invalid self-assignment code.
7744
7745 2000-03-14 Dave Love <fx@gnu.org>
7746
7747 * subr.el (replace-regexp-in-string): Renamed from
7748 replace-regexps-in-string. Doc fix.
7749
7750 2000-03-12 Dave Love <fx@gnu.org>
7751
7752 * cus-edit.el: Doc fixes.
7753 (customize-set-variable, customize-save-variable): Rename args for
7754 doc.
7755 (custom-variable-tag-face, custom-face-tag-face)
7756 (custom-group-tag-face-1, custom-group-tag-face): Modify from
7757 style which user identify as hyperlink.
7758 (hook): Don't add undefined functions to the hook.
7759 (debug-ignored-errors): Transfer message from bindings.el.
7760
7761 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7762
7763 * recentf.el (recentf-keep-non-readable-files-p): Remove
7764 double/nested definition.
7765
7766 2000-03-12 Dave Love <fx@gnu.org>
7767
7768 * facemenu.el (facemenu-get-face): Use display-color-p.
7769 * enriched.el (enriched-decode-foreground): Likewise.
7770 (enriched-decode-background): Likewise.
7771 * isearch.el (isearch-highlight): Likewise.
7772 * info-look.el (info-lookup): Likewise.
7773 * simple.el (completion-setup-function): Likewise.
7774
7775 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7776 :options.
7777
7778 * bindings.el (mode-line-format): Fix line-number and
7779 column-number items. Add help-echo for the background.
7780 (mode-line-mule-info): Modify help-echo.
7781
7782 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7783 defcustom.
7784
7785 * files.el (load-file): Allow completion to .elc.
7786
7787 * man.el: Doc fixes.
7788 (Man-init-defvars): Use display-color-p to set fontification.
7789
7790 * play/hanoi.el (hanoi-internal): Don't use oddp.
7791
7792 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7793
7794 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7795
7796 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7797
7798 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7799
7800 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7801 Fix comment.
7802
7803 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
7804
7805 * font-lock.el (font-lock-keywords): Fix the doc now that
7806 regexp-opt-depth is unnecessary.
7807 (save-buffer-state): Set an edebug spec.
7808 (font-lock-fontify-anchored-keywords): Properly handle the case when
7809 the matcher goes past the limit.
7810
7811 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7812 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7813
7814 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
7815 dll.el and cookie.el (from Elib) with heavy renaming and other
7816 massaging.
7817
7818 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7819 Autoload the functions used.
7820 (easy-mmode-define-syntax): Fix CL typo.
7821 (easy-mmode-define-derived-mode): Improve the docstring generation.
7822
7823 2000-03-10 Gerd Moellmann <gerd@gnu.org>
7824
7825 * textmodes/texinfo.el (texinfo-version): Variable and function
7826 removed.
7827
7828 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
7829
7830 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7831 allow more flexibility.
7832 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7833 fns.
7834 (easy-mmode-defmap, easy-mmode-defsyntax)
7835 (easy-mmode-define-derived-mode): New macros.
7836
7837 2000-03-09 Didier Verna <didier@xemacs.org>
7838
7839 * rect.el (replace-rectangle): New function.
7840
7841 2000-03-09 Dave Love <fx@gnu.org>
7842
7843 * progmodes/fortran.el (fortran-comment-line-start): Define as
7844 "C".
7845 (fortran-comment-line-start-skip): Don't match cpp stuff.
7846 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
7847 (fortran-mode-map): Remove over-eager custom-menu-create for now.
7848 (fortran-mode): Don't set fortran-comment-line-start-skip,
7849 fortran-comment-line-start here. Set comment-start,
7850 add-log-current-defun.
7851 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7852 (fortran-current-defun): New function.
7853
7854 2000-03-09 Gerd Moellmann <gerd@gnu.org>
7855
7856 * emacs-lisp/re-builder.el: New file.
7857
7858 * mouse.el (mouse-drag-region): Don't run up-event handler
7859 if hscroll has changed.
7860
7861 * octave-mod.el (octave-font-lock-keywords): To font-lock the
7862 builtin operators, use `font-lock-builtin-face' for Emacs and
7863 `font-lock-preprocessor-face' otherwise.
7864
7865 * font-lock.el (lisp-font-lock-keywords-1): Highlight
7866 `(defun (setf foo)' differently.
7867
7868 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
7869
7870 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
7871 (regexp-opt): Update comment and adapt the code the new meaning of
7872 the `paren' argument of regex-opt-group for shy-groups.
7873 (regexp-opt-depth): Handle shy groups as well as backslashed
7874 backslashes.
7875 (regexp-opt-group): Turn the leading comment into a docstring.
7876 Allow `paren' to be a string (the string to use to open a group).
7877 Remove open-presuf and close-presuf. Instead of checking for `all
7878 one-char' and then later on check for `several one-char', handle
7879 both cases close together. Also apply a more generic algorithm
7880 for suffixes (the mirror image of the algorithm used for
7881 prefixes). Use shy-groups. Use nreverse rather than reverse.
7882 (regexp-opt-try-suffix): Removed.
7883
7884 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
7885 from comint-mode-map, so we can just inherit from it. Also, move
7886 the initialization into the `defvar' since there's no docstring
7887 anyway and it's fairly short.
7888 (inferior-scheme-mode): Define it as derived-mode: the code is
7889 shorter and this way we inherit from comint-mode-map rather than
7890 copying it.
7891
7892 * subr.el (replace-regexps-in-string): Properly handle the case
7893 where we match an empty string.
7894
7895 * comint.el (comint-exec-1): Add the current-dir to the exec-path
7896 when the command has a directory component (such as "./testml").
7897 Also fix a typo in the comment.
7898
7899 2000-03-08 Gerd Moellmann <gerd@gnu.org>
7900
7901 * Makefile (compile-files): Compile files one by one because
7902 that's the only way to ensure a clean compilation environment for
7903 each individual file.
7904
7905 * frame.el (other-frame): Call x-focus-frame.
7906
7907 2000-03-07 Dave Love <fx@gnu.org>
7908
7909 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7910 :require to defcustom.
7911
7912 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7913 lists.
7914
7915 * files.el (auto-mode-alist): Add configure.in.
7916
7917 * progmodes/autoconf.el: New file.
7918
7919 2000-03-07 Gerd Moellmann <gerd@gnu.org>
7920
7921 * mail/mh-e.el: Change maintainer to `none'.
7922
7923 * recentf.el (recentf-keep-non-readable-files-p): Quote args
7924 to remove-hook and add-hook.
7925
7926 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7927
7928 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7929 it as the default.
7930 (mail-send): Test mail-send-nonascii also for the new `mime' value.
7931 (sendmail-send-it): Conditionally add MIME headers specifying the
7932 used character set.
7933
7934 2000-03-07 Dave Love <fx@gnu.org>
7935
7936 * winner.el: Fix keywords, autoload cookies. Split
7937 eval-when-compile form to avoid compilation failure.
7938
7939 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7940
7941 * international/mule.el: Modify comment about coding system
7942 property `coding-category'.
7943 (make-coding-system): New argument EOL-TYPE. Pay attention to
7944 coding-category property of PROPERTIES.
7945
7946 * international/mule-conf.el (coding-category-utf-8,
7947 coding-category-utf-16-be, coding-category-utf-16-le): New coding
7948 categories. Include them in the argument for set-coding-priority.
7949
7950 * international/mule-cmds.el (reset-language-environment): Include
7951 coding-category-utf-8, coding-category-utf-16-be, and
7952 coding-category-utf-16-le in the argument for set-coding-priority.
7953 (reset-language-environment): Initialize coding-category-utf-8,
7954 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7955
7956 2000-03-06 Karl Fogel <kfogel@red-bean.com>
7957
7958 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7959 code abstracted out of `bookmark-jump-noselect'. Now tries info
7960 extensions as well as compression extensions.
7961 (bookmark-jump-noselect): Use above new func.
7962
7963 2000-03-03 Gerd Moellmann <gerd@gnu.org>
7964
7965 * strokes.el: Change maintainer's mail address.
7966
7967 2000-03-03 Kenichi Handa <handa@etl.go.jp>
7968
7969 * international/mule-diag.el (list-character-sets): Make help-echo
7970 string by substitute-command-keys.
7971 (list-character-sets): Likewise.
7972 (sort-listed-character-sets): Call help-setup-xref.
7973
7974 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7975
7976 * time.el (display-time-mail-file): Add `none' to the list of
7977 choices.
7978
7979 2000-03-01 Dave Love <fx@gnu.org>
7980
7981 * help.el (help-xref-go-back): Don't try to set position.
7982
7983 * international/mule-diag.el (list-character-sets): Call
7984 help-setup-xref. Add help-echo to xrefs.
7985 (list-character-sets-1): Add help-echo to xrefs.
7986
7987 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7988
7989 * frame.el (blink-cursor-mode): Switch cursor on when turning
7990 the mode off.
7991
7992 * add-log.el (add-log-current-defun): Add support for
7993 Autoconf mode.
7994
7995 * mail/rmail.el (rmail-quit-hook): New variable.
7996
7997 2000-03-01 Dave Love <fx@gnu.org>
7998
7999 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8000
8001 * help.el (help-xref-button): Add help-echo arg.
8002 (describe-function-1, describe-variable, help-make-xrefs): Use it.
8003
8004 * faces.el (list-faces-display): Supply help-echo with
8005 help-make-xrefs.
8006
8007 * facemenu.el (list-text-properties-at): Set help-xref-stack to
8008 nil.
8009
8010 2000-03-01 Gerd Moellmann <gerd@gnu.org>
8011
8012 * image.el (defimage): Look for image files in load-path.
8013
8014 * frame.el (busy-cursor-delay-seconds): Change type to
8015 `number'.
8016
8017 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
8018
8019 * recentf.el (recentf): Added version tag to the defgroup of
8020 recentf.
8021
8022 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
8023
8024 * recentf.el (recentf-cleanup): Changed to remove excluded file
8025 too.
8026 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8027 action to select/unselect a file.
8028 (recentf-edit-list): Code cleanup and improvement.
8029 (recentf-open-more-files-action): `recentf-open-more-files' button
8030 widget action to open a file.
8031 (recentf-open-more-files): No more use standard completion but
8032 widgets.
8033 (recentf-more-collection): Deleted.
8034 (recentf-more-history): Deleted.
8035 (recentf-setup-more-completion): Deleted.
8036
8037 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
8038
8039 * recentf.el (recentf-mode): No more needs that Emacs is running
8040 under a window-system.
8041
8042 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8043
8044 * recentf.el (recentf-edit-list): New command to edit the recent
8045 list which allow the user to remove files.
8046 (recentf-edit-selected-items): New global variable, used by
8047 `recentf-edit-list' to hold the list of files to be removed from
8048 the recent list.
8049 (recentf-make-menu-items): Updated to display a "Edit list..."
8050 menu item. Minor code cleanup.
8051
8052 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8053
8054 * recentf.el (recentf-open-more-files): New command to open files
8055 that are not displayed in the menu.
8056 (recentf-more-collection): New global variable holding the set of
8057 permissible completions used by `recentf-open-more-files'.
8058 (recentf-more-history): New global variable holding the history list
8059 used by `recentf-open-more-files' completion.
8060 (recentf-setup-more-completion): New function to setup completion for
8061 `recentf-open-more-files'.
8062 (recentf-make-menu-items): Updated to display a "More..." menu item.
8063
8064 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8065
8066 * recentf.el (recentf-menu-action): Doc fixed.
8067
8068 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8069
8070 * recentf.el (recentf-menu-filter): Doc updated.
8071 (recentf-update-menu-hook): Allow menu filters to force menu update.
8072 (recentf-make-menu-items): New menu filter handling.
8073 (recentf-make-menu-item): New helper function.
8074 (recentf-menu-elements): New menu handling function.
8075 (recentf-sort-ascending): Updated to new menu filter handling.
8076 (recentf-sort-descending): Updated to new menu filter handling.
8077 (recentf-sort-basenames-ascending): New menu filter function.
8078 (recentf-sort-basenames-descending): New menu filter function.
8079 (recentf-show-basenames): New menu filter function.
8080 (recentf-show-basenames-ascending): New menu filter function.
8081 (recentf-show-basenames-descending): New menu filter function.
8082
8083 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8084
8085 * diary-lib.el (list-diary-entries): Don't try to go forward at
8086 the end of the buffer.
8087
8088 2000-02-29 Kenichi Handa <handa@etl.go.jp>
8089
8090 * international/mule-diag.el (list-character-sets): Completely
8091 rewritten.
8092 (sort-listed-character-sets): New function.
8093 (list-character-sets-1): Completely rewritten.
8094 (list-character-sets-2): New function.
8095 (non-iso-charset-alist): New variable.
8096 (decode-codepage-char): New function.
8097 (charset-history): New variable.
8098 (read-charset) (list-block-of-chars)
8099 (list-iso-charset-chars)
8100 (list-non-iso-charset-chars)
8101 (list-charset-chars): New functions.
8102 (mule-diag): Call list-character-sets-2, not
8103 list-character-sets-2.
8104 (dump-charsets): Likewise.
8105
8106 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8107
8108 * dired-x.el (dired-filename-at-point): Add `@' to valid
8109 file name characters.
8110 (dired-filename-at-point): Handle ange-ftp file names.
8111
8112 * frame.el (frame-notice-user-settings): Use assq-delete-all
8113 instead of assoc-delete-all.
8114 (frame-notice-user-settings): Ditto.
8115
8116 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8117 Don't copy alist.
8118
8119 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
8120
8121 * calculator.el (calculator-use-menu): New option.
8122 (calculator-initial-bindings): Changed some bindings to work as
8123 macros.
8124 (calculator-forced-input): Removed.
8125 (calculator-restart-other-mode): New variable.
8126 (calculator-mode-map): Set up menu.
8127
8128 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
8129
8130 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8131 tags.
8132
8133 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
8134
8135 * viper-cmd.el (viper-envelop-ESC-key): added the option to
8136 translate all ESC key sequences.
8137 (viper-goto-mark-subr): restore markers for files for which
8138 they were saved.
8139 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8140 * viper-util.el (viper-set-replace-overlay-glyphs,
8141 viper-set-replace-overlay): always check if the replacement
8142 overlay is live.
8143 * viper.el (viper-vi-state-mode-list): added major modes.
8144 * ediff-wind.el: minor comment changes.
8145 * ediff.el: copyright notice date fix.
8146
8147 2000-02-27 Jason Rumney <jasonr@gnu.org>
8148
8149 * faces.el (face-font-family-alternatives): Add arial to helv.
8150 (mode-line, header-line, tool-bar): Same default as x for w32.
8151 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8152 face-font-family-alternatives from working.
8153 * term/w32-win.el (mouse-set-font): Do not build fontset from
8154 chosen font.
8155
8156 2000-02-25 Sam Steingold <sds@goems.com>
8157
8158 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
8159 properly.
8160
8161 2000-02-25 Richard M. Stallman <rms@gnu.org>
8162
8163 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8164
8165 2000-02-25 Gerd Moellmann <gerd@gnu.org>
8166
8167 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8168 writable.
8169
8170 * frame.el (busy-cursor-delay-seconds): New option.
8171
8172 2000-02-24 Gerd Moellmann <gerd@gnu.org>
8173
8174 * frame.el (show-cursor-in-non-selected-windows): New option.
8175
8176 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8177
8178 * diary-lib.el (include-other-diary-files): Undo the selective
8179 display in any included file and don't kill it.
8180
8181 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
8182
8183 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8184 bar. Menu items converted to (menu-item format, help strings
8185 added.
8186 [downcase, upcase]: Don't enable on MS-DOS.
8187 [symlink, symlinks]: Don't show if make-symbolic-link is not
8188 bound.
8189 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8190
8191 2000-02-23 Dave Love <fx@gnu.org>
8192
8193 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8194 (backward-kill-word): Revert addition of * to interactive spec --
8195 it's a feature.
8196
8197 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8198 (backward-kill-sentence, kill-sentence): Likewise.
8199
8200 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
8201 scratch buffer name.
8202 (gud-format-command): Use int-to-string in ?l case. Simplify
8203 slightly.
8204
8205 * term/w32-win.el (internal-face-interactive): Update prompt for
8206 new read-face-name.
8207
8208 * mail/footnote.el (footnote): Add :version to defgroup.
8209 (footnote-section-tag-regexp): Customize.
8210 (footnote-start-tag, footnote-end-tag): New option.
8211 (footnote-latin-regexp): New variable.
8212 (Footnote-latin): New function.
8213 (footnote-style-alist): Add element for latin style.
8214 (footnote-style): Moved.
8215 (Footnote-goto-footnote): Use eq to test arg.
8216
8217 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
8218
8219 * emacs-lisp/byte-opt.el: Change old backquote syntax.
8220 (byte-compile-trueconstp): Include keywords.
8221 (byte-optimize-quote, byte-optimize-lapcode): Use
8222 byte-compile-const-symbol-p.
8223 (byte-optimize-char-before): New optimization.
8224
8225 * emacs-lisp/bytecomp.el: Change old backquote syntax.
8226 (byte-compile-const-symbol-p): New function.
8227 (byte-compile-constp, byte-compile-out-toplevel)
8228 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
8229 Use it.
8230
8231 * subr.el (define-key-after): Default AFTER to t. Doc fix.
8232
8233 2000-02-23 Kenichi Handa <handa@etl.go.jp>
8234
8235 * international/encoded-kb.el: Be sure to update minor-mode-alist
8236 and minor-mode-map-alist.
8237 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
8238 codes SS2 and SS3 correctly.
8239 (encoded-kbd-self-insert-ccl): New function.
8240 (encoded-kbd-setup-keymap): New function.
8241 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
8242 by calling encoded-kbd-setup-keymap.
8243
8244 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
8245 characters.
8246 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
8247 locally.
8248
8249 2000-02-22 Dave Love <fx@gnu.org>
8250
8251 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
8252 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
8253 defvar.
8254 (lisp-mode-syntax-table): Set up for #|...|# comments.
8255 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
8256 classes. Match `defface'.
8257 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
8258 (eval-defun-1): Fix for defcustom.
8259 (lisp-indent-region): Doc fix.
8260
8261 * subr.el (when, unless, split-string): Doc fix.
8262 (read-passwd): Move call of clear-this-command-keys to the right
8263 place.
8264 (replace-regexps-in-string): New function.
8265
8266 2000-02-22 Gerd Moellmann <gerd@gnu.org>
8267
8268 * help.el (describe-variable): Set syntax table to
8269 emacs-lisp-mode-syntax-table when moving forward over the
8270 symbol's name.
8271
8272 2000-02-22 Dave Love <fx@gnu.org>
8273
8274 * xt-mouse.el: Doc fixes.
8275 (xterm-mouse-position-function): New function, replacing advice of
8276 mouse-position.
8277 (xterm-mouse-mode): Use it. Don't turn on under a window system.
8278
8279 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
8280
8281 2000-02-21 Gerd Moellmann <gerd@gnu.org>
8282
8283 * format.el (format-annotate-single-property-change): Handle
8284 properties.with dotted-list values.
8285 (format-proper-list-p): New function.
8286
8287 * enriched.el (enriched-face-ans): Handle '(foreground-color
8288 . COLOR) and (background-color . COLOR).
8289
8290 2000-02-20 Dave Love <fx@gnu.org>
8291
8292 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
8293 and assignments to it.
8294 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
8295 current local map.
8296 (make-flyspell-overlay): Use it.
8297 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
8298
8299 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
8300 (lm-get-header-re): Defun, not defsubst.
8301 (lm-get-package-name): Defun, not defsubst. Simplify.
8302 (lm-version): Doc fix. Simplify.
8303 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
8304 (lm-crack-address, lm-last-modified-date, lm-commentary)
8305 (lm-verify, lm-synopsis): Simplify.
8306 (lm-report-bug): Require emacsbug. Use compose-mail.
8307
8308 2000-02-20 Gerd Moellmann <gerd@gnu.org>
8309
8310 * dired.el (dired-mode): Call propertized-buffer-identification
8311 to set mode-line-buffer-identification to something having
8312 the right text properties.
8313
8314 * bindings.el (propertized-buffer-identification): New function.
8315
8316 2000-02-20 Dave Love <fx@gnu.org>
8317
8318 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
8319 check for t-mouse too.
8320
8321 * cus-start.el: Make echo-keystrokes `number'.
8322
8323 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8324
8325 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
8326 Don't call ring-empty-p unless tags-location-ring is bound.
8327 From Noah Friedman <friedman@splode.com>.
8328
8329 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
8330
8331 * progmodes/hideshow.el (hs-flag-region): No longer use
8332 `intangible' overlay property.
8333
8334 (hs-toggle-hiding): New command.
8335 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8336
8337 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
8338 Fix omission bug: Run `hs-minor-mode-hook' for both activation
8339 and deactivation.
8340
8341 2000-02-18 Gerd Moellmann <gerd@gnu.org>
8342
8343 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
8344
8345 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8346
8347 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
8348
8349 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
8350 of `*' to handle `(* ... *)' comments.
8351
8352 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
8353
8354 * faces.el (list-faces-display): Use display-mouse-p instead of
8355 window-system.
8356
8357 * menu-bar.el (global-map): Menu-bar items converted to the new
8358 format (menu-item..., rearranged for better CUA compliance, and
8359 their names changed for better clarity. Help strings added.
8360
8361 * international/mule-cmds.el (mule-menu-keymap)
8362 (describe-language-environment-map, set-coding-system-map)
8363 (setup-language-environment-map): Convert to new (menu-item...
8364 form, add help strings. Change names of menu items for better
8365 clarity. "Mule" menu-bar item removed (it's now in the "Options"
8366 submenu).
8367
8368 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8369
8370 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8371 within the code.
8372
8373 2000-02-16 Dave Love <fx@gnu.org>
8374
8375 * faces.el: Don't require custom. Add more specific :groups to
8376 various deffaces.
8377 (set-face-attribute): Purecopy args.
8378 (read-face-name): Default to name at point and use it in prompt.
8379 Remove colon from arg in all callers.
8380 (list-faces-display): Hyperlink to face descriptions and customize
8381 buffers.
8382
8383 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
8384
8385 * wid-edit.el (widget-match-inline): An atom never matches a
8386 list.
8387
8388 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8389
8390 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8391 at ':' characters by call to split-string.
8392
8393 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8394
8395 * textmodes/bibtex.el: Added RCS version identification.
8396
8397 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8398
8399 * textmodes/bibtex.el: Some temporary comments removed.
8400 (bibtex-field-name, bibtex-entry-type): Made the relationship
8401 explicit.
8402 (bibtex-field-const): Allow capital letters.
8403 (bibtex-start-of-string): Deleted because unused.
8404
8405 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8406 use the term 'reference' to describe a bibtex entry as a whole.
8407 Further, reference keys are no longer called 'labels'.
8408 (bibtex-keys): Renamed to bibtex-reference-keys.
8409 (bibtex-reformat-previous-labels): Renamed to
8410 bibtex-reformat-previous-reference-keys.
8411 (bibtex-reference-type): Renamed to bibtex-entry-type.
8412 (bibtex-reference-head): Renamed to bibtex-entry-head.
8413 (bibtex-reference-maybe-empty-head): Renamed to
8414 bibtex-entry-maybe-empty-head.
8415 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8416 (bibtex-search-reference): Renamed to bibtex-search-entry.
8417 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8418 bibtex-enclosing-entry-maybe-empty-head.
8419 (bibtex-entry-field-alist, bibtex-entry-head,
8420 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8421 bibtex-map-entries, bibtex-search-entry,
8422 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8423 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8424 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8425 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8426 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8427 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8428 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8429
8430 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8431
8432 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8433 comment.
8434 (bibtex-format-field-delimiters): New function, functionality
8435 extracted from bibtex-format-entry.
8436 (bibtex-autokey-get-yearfield-digits): New function, functionality
8437 extracted from bibtex-autokey-get-yearfield.
8438
8439 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8440 entries in order to avoid stack overflow in the regexp matcher if
8441 field contents become large.
8442 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8443 bibtex-field-string-part-not-braced,
8444 bibtex-field-string-part-no-inner-braces,
8445 bibtex-field-string-part-1-inner-brace,
8446 bibtex-field-string-part-2-inner-braces,
8447 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8448 bibtex-field-string-quoted, bibtex-field-string,
8449 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8450 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8451 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8452 as parsing is now performed by the following functions.
8453 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8454 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8455 bibtex-parse-field-string, bibtex-search-forward-field-string,
8456 bibtex-parse-association, bibtex-field-name-for-parsing,
8457 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8458 bibtex-search-forward-field, bibtex-search-backward-field,
8459 bibtex-start-of-field, bibtex-end-of-field,
8460 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8461 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8462 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8463 bibtex-parse-string, bibtex-search-forward-string,
8464 bibtex-search-backward-string, bibtex-start-of-string,
8465 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8466 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8467 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8468 entries. Instead of reporting the results of the parsing by
8469 match-beginning or match-end, these functions return data structures
8470 that hold the corresponding positions.
8471 (bibtex-enclosing-field): Changed to also report field boundaries by
8472 return values rather than by match-beginning or match-end. The
8473 following functions have been adapted to use the new parsing
8474 functions.
8475 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8476 bibtex-enclosing-field, bibtex-format-entry,
8477 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8478 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8479 bibtex-print-help-message, bibtex-end-of-entry,
8480 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8481 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8482 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8483 method for parsing.
8484 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8485 bibtex-map-entries, bibtex-flash-head,
8486 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8487 bibtex-autokey-change, bibtex-autokey-get-namefield,
8488 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8489 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8490 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8491 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8492 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8493 order to make the new binding of case-fold-search immediately
8494 visible.
8495
8496 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8497
8498 * textmodes/bibtex.el: Copyright notice is up to date.
8499 Added constant 'bibtex-maintainer-salutation.
8500
8501 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8502 than make-temp-name, use match-string-no-properties and eliminate
8503 a quadratic behavior when building bibtex-strings.
8504
8505 * bibtex.el (bibtex-reference-key): Accept string entries whose
8506 reference key contains upper case letters.
8507
8508 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8509
8510 * bibtex.el (bibtex-reference-head): Allow entries to start with
8511 a new line.
8512
8513 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8514
8515 * bibtex.el: Hiding of entry bodies is not longer provided by
8516 bibtex.el directly. Instead the hideshow package can be used.
8517 Added a special bibtex entry to hs-special-modes-alist.
8518 (bibtex-hs-forward-sexp): Added for hideshow.el.
8519
8520 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8521
8522 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8523 at ':' characters by call to split-string.
8524
8525 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8526
8527 * textmodes/bibtex.el: Added RCS version identification.
8528
8529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8530
8531 * textmodes/bibtex.el: Some temporary comments removed.
8532 (bibtex-field-name, bibtex-entry-type): Made the relationship
8533 explicit.
8534 (bibtex-field-const): Allow capital letters.
8535 (bibtex-start-of-string): Deleted because unused.
8536
8537 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8538 use the term 'reference' to describe a bibtex entry as a whole.
8539 Further, reference keys are no longer called 'labels'.
8540 (bibtex-keys): Renamed to bibtex-reference-keys.
8541 (bibtex-reformat-previous-labels): Renamed to
8542 bibtex-reformat-previous-reference-keys.
8543 (bibtex-reference-type): Renamed to bibtex-entry-type.
8544 (bibtex-reference-head): Renamed to bibtex-entry-head.
8545 (bibtex-reference-maybe-empty-head): Renamed to
8546 bibtex-entry-maybe-empty-head.
8547 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8548 (bibtex-search-reference): Renamed to bibtex-search-entry.
8549 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8550 bibtex-enclosing-entry-maybe-empty-head.
8551 (bibtex-entry-field-alist, bibtex-entry-head,
8552 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8553 bibtex-map-entries, bibtex-search-entry,
8554 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8555 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8556 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8557 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8558 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8559 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8560 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8561
8562 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8563
8564 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8565 comment.
8566 (bibtex-format-field-delimiters): New function, functionality
8567 extracted from bibtex-format-entry.
8568 (bibtex-autokey-get-yearfield-digits): New function, functionality
8569 extracted from bibtex-autokey-get-yearfield.
8570
8571 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8572 entries in order to avoid stack overflow in the regexp matcher if
8573 field contents become large.
8574 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8575 bibtex-field-string-part-not-braced,
8576 bibtex-field-string-part-no-inner-braces,
8577 bibtex-field-string-part-1-inner-brace,
8578 bibtex-field-string-part-2-inner-braces,
8579 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8580 bibtex-field-string-quoted, bibtex-field-string,
8581 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8582 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8583 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8584 as parsing is now performed by the following functions.
8585 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8586 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8587 bibtex-parse-field-string, bibtex-search-forward-field-string,
8588 bibtex-parse-association, bibtex-field-name-for-parsing,
8589 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8590 bibtex-search-forward-field, bibtex-search-backward-field,
8591 bibtex-start-of-field, bibtex-end-of-field,
8592 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8593 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8594 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8595 bibtex-parse-string, bibtex-search-forward-string,
8596 bibtex-search-backward-string, bibtex-start-of-string,
8597 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8598 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8599 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8600 entries. Instead of reporting the results of the parsing by
8601 match-beginning or match-end, these functions return data structures
8602 that hold the corresponding positions.
8603 (bibtex-enclosing-field): Changed to also report field boundaries by
8604 return values rather than by match-beginning or match-end. The
8605 following functions have been adapted to use the new parsing
8606 functions.
8607 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8608 bibtex-enclosing-field, bibtex-format-entry,
8609 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8610 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8611 bibtex-print-help-message, bibtex-end-of-entry,
8612 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8613 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8614 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8615 method for parsing.
8616 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8617 bibtex-map-entries, bibtex-flash-head,
8618 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8619 bibtex-autokey-change, bibtex-autokey-get-namefield,
8620 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8621 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8622 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8623 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8624 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8625 order to make the new binding of case-fold-search immediately
8626 visible.
8627
8628 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8629
8630 * textmodes/bibtex.el: Copyright notice is up to date.
8631 Added constant 'bibtex-maintainer-salutation.
8632
8633 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8634 than make-temp-name, use match-string-no-properties and eliminate
8635 a quadratic behavior when building bibtex-strings.
8636
8637 * bibtex.el (bibtex-reference-key): Accept string entries whose
8638 reference key contains upper case letters.
8639
8640 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8641
8642 * bibtex.el (bibtex-reference-head): Allow entries to start with
8643 a new line.
8644
8645 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8646
8647 * bibtex.el: Hiding of entry bodies is not longer provided by
8648 bibtex.el directly. Instead the hideshow package can be used.
8649 Added a special bibtex entry to hs-special-modes-alist.
8650 (bibtex-hs-forward-sexp): Added for hideshow.el.
8651
8652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8653
8654 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
8655 proceedings entry type (for cross referencing). Thanks to Wagner
8656 Toledo Correa for the suggestion.
8657
8658 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
8659
8660 2000-02-14 Kenichi Handa <handa@etl.go.jp>
8661
8662 * international/characters.el: Setup case table for Vietnamese.
8663
8664 2000-02-12 Gerd Moellmann <gerd@gnu.org>
8665
8666 * uniquify.el (toplevel): Require CL at compile time.
8667 (uniquify-push): Removed.
8668
8669 * shadowfile.el (shadow-when): Removed.
8670
8671 * tempo.el (tempo-dolist, tempo-mapc): Removed.
8672 (tempo-process-and-insert-string): Use dolist instead of
8673 tempo-dolist.
8674
8675 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8676 regexp for paragraph-start.
8677
8678 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8679 commas as well.
8680
8681 2000-02-10 Dave Love <fx@gnu.org>
8682
8683 * wid-edit.el: (widgets) [defgroup]: Remove url link.
8684 (widget-color-choice-list, widget-color-history, widget-mouse-help):
8685 Deleted.
8686 (widget-specify-field, widget-specify-button): Don't use
8687 widget-mouse-help as help-echo property.
8688 (default): Use #'ignore for :validate and :mouse-down-action.
8689 (checkbox): Add help-echo.
8690 (widget-sexp-validate): Rewritten to clarify error messages.
8691 (character): Use char-valid-p in :match function.
8692 (widget-color-complete): Use facemenu-color-alist.
8693 (widget-color-action): Use facemenu-read-color.
8694
8695 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8696 set up `caar' &c that we now have.
8697
8698 2000-02-09 Ray Blaak <blaak@gnu.org>
8699
8700 * delphi.el: Make resourcestring a declaration region, like const
8701 and var.
8702
8703 2000-02-09 Dave Love <fx@gnu.org>
8704
8705 * bindings.el (mode-line-input-method-map): New variable.
8706 (mode-line-mule-info): Use it; fix last change.
8707 (mode-line-mode-menu): Move definition.
8708 (mode-line-mouse-sensitive-p): Deleted.
8709 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8710 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8711 level.
8712
8713 * startup.el (command-line-1): Don't call
8714 make-mode-line-mouse-sensitive.
8715
8716 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8717
8718 * mail/rmail.el (rmail-retry-failure): Use
8719 rmail-beginning-of-message before rmail-toggle-header, because the
8720 former toggles headers.
8721
8722 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
8723
8724 * diff-mode.el (diff-kill-junk): New interactive function.
8725 (diff-reverse-direction): Use delete-and-extract-region.
8726 (diff-post-command-hook): Restrict the area so that the hook also works
8727 outside of any diff hunk. This is necessary for the minor-mode.
8728 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8729 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8730
8731 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8732 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8733 so that it can be used more easily in <foo>-mode-hook. Also make sure
8734 to avoid duplicate entries.
8735 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8736 (font-lock-remove-keywords): Just as was done for `add', allow it to
8737 work even if font-lock-mode is nil. Also make sure we don't modify
8738 any pre-existing list by forcing a copy-sequence. Finally rename
8739 `major-mode' to `mode'.
8740 (font-lock-fontify-syntactic-anchored-keywords)
8741 (font-lock-fontify-anchored-keywords)
8742 (font-lock-fontify-keywords-region): Use line-end-position.
8743 Don't make `font-lock-multiline' local (it's now done in
8744 font-lock-set-defaults).
8745 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
8746 move the `font-lock-fontified' creation to inside the `unless'.
8747
8748 2000-02-06 Andrew Innes <andrewi@gnu.org>
8749
8750 * term/w32-win.el (x-handle-args): Comment out call to message,
8751 which occurs before window system is initialized.
8752
8753 * makefile.nt: Add support for recompiling lisp code.
8754
8755 2000-02-04 Dave Love <fx@gnu.org>
8756
8757 * bindings.el (mode-line-mule-info): Fix/extend last change.
8758
8759 * completion.el: Replace completion-dolist with dolist.
8760
8761 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8762 dotimes.
8763
8764 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
8765
8766 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8767 environment names before they go into the section regexp.
8768
8769 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8770 char class in regexp.
8771
8772 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8773 `case-fold-search' to nil.
8774
8775 * progmodes/idlwave.el (idlwave-template): Respect
8776 `idlwave-abbrev-change-case'.
8777 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8778 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8779 idlwave-while): respect `idlwave-reserved-word-upcase'.
8780 (idlwave-rw-case): New function.
8781 (idlwave-statement-match): Fixed problem with assignment regexp.
8782 (idlwave-font-lock-keywords): Improved regexp for keyword
8783 parameters.
8784 (idlwave-surround): New argument LENGTH to support padding of
8785 operators longer than 1 char.
8786
8787 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8788 idlwave-shell-expression-overlay. Implemented printing of
8789 expressions on higher levels of the calling stack.
8790 (idlwave-shell-display-level-in-calling-stack): Restore stack
8791 level.
8792 (idlwave-retrieve-expression-from-level): New function.
8793 (idlwave-shell-last-calling-stack): Variable removed.
8794 (idlwave-shell-reset): Argument action reversed (`visible' to
8795 `hidden'). Also remove stop-line overlay.
8796 (idlwave-shell-calling-stack-routine): New variable.
8797 (idlwave-shell-parse-stack-and-display): Messages now display
8798 negative level numbers.
8799 (idlwave-shell-mode): Set `modeline-format'.
8800 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8801 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8802 21.
8803 (idlwave-shell-print-expression-function): New option.
8804
8805 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8806 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8807 `tool-bar' instead of `toolbar'.
8808
8809 2000-02-02 Dave Love <fx@gnu.org>
8810
8811 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8812 emacs-lisp-mode-hook. Don't check for defalias being defined.
8813
8814 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8815 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
8816 the new builtins directly.
8817
8818 * whitespace.el (whitespace): Add :version to defgroup.
8819
8820 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8821 Doc fix.
8822
8823 * thingatpt.el (sexp-at-point, symbol-at-point)
8824 (number-at-point, list-at-point): Add autoload cookie.
8825
8826 * recentf.el (recentf): Add :version to defgroup.
8827
8828 * quickurl.el (quickurl): Add :version to defgroup.
8829
8830 * elide-head.el (elide-head): Use point-marker more.
8831
8832 * bs.el (bs): Add :version to defgroup.
8833
8834 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8835
8836 * progmodes/delphi.el (delphi): Add :version to defgroup.
8837
8838 2000-02-02 Gerd Moellmann <gerd@gnu.org>
8839
8840 * ange-ftp.el (ange-ftp-write-region): Handle case that
8841 succeeding process operation sets a different coding system.
8842
8843 * calculator.el: New file.
8844
8845 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8846
8847 * frame.el (frames-on-display-list, framep-on-display): New
8848 functions.
8849 (display-mouse-p, display-popup-menus-p, display-graphic-p)
8850 (display-selections-p, display-screens, display-pixel-width)
8851 (display-pixel-height, display-mm-width, display-mm-height)
8852 (display-backing-store, display-save-under, display-planes)
8853 (display-color-cells, display-visual-class): New functions.
8854
8855 * term/tty-colors.el (tty-color-gray-shades): New function.
8856
8857 * faces.el (display-color-p): Use framep-on-display.
8858 (display-grayscale-p): New function.
8859
8860 2000-01-31 Dave Love <fx@gnu.org>
8861
8862 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8863 (create-fontset-from-x-resource): Don't concat integers.
8864
8865 2000-01-31 Inge Frick <inge@nada.kth.se>
8866
8867 * view.el: Some changes in documentation. Removed some trailing
8868 whitespace. Changed some parameter names to agree with
8869 documentation.
8870 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8871 window is not deleted. Modifies change 1998-04-26.
8872
8873 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8874
8875 * windmove.el: New file.
8876
8877 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8878 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8879 progmodes/ebnf-yac.el: Update copyright and license info.
8880
8881 * jit-lock.el (jit-lock-function): Widen before calculating end
8882 position.
8883 (jit-lock-stealth-chunk-start): Rewritten.
8884
8885 * info.el (Info-title-face-alist): Removed.
8886 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8887 faces.
8888 (Info-fontify-node): Use these faces.
8889
8890 2000-01-30 Gerd Moellmann <gerd@gnu.org>
8891
8892 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8893 (cl-macro-list1): Recognize `&allow-other-keys' instead of
8894 `&allow-other-keywords'.
8895
8896 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8897 the list of directories scanned heuristically.
8898
8899 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8900 exist.
8901
8902 2000-01-30 Jason Rumney <jasonr@gnu.org>
8903
8904 * w32-fns.el: Define w32-tty-standard-colors.
8905
8906 * startup.el (command-line): Use w32-tty-standard-colors when in
8907 w32 console mode.
8908
8909 2000-01-30 Dave Love <fx@gnu.org>
8910
8911 * jka-compr.el (jka-compr-load): Fix up load-history.
8912
8913 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8914
8915 * emacs-lisp/cl-macs.el: Revert previous change.
8916
8917 2000-01-29 Dave Love <fx@gnu.org>
8918
8919 * facemenu.el: Purecopy various strings.
8920
8921 * timezone.el (timezone-fix-time): Window against 69 for two-digit
8922 years. Deal with three-digit years.
8923
8924 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8925 defconst, purecopy.
8926 (help-back-label): Purecopy it.
8927
8928 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8929
8930 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8931 variable. If non-nil, order the buffer list according to the
8932 currently selected frame.
8933 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8934 non-nil, pass the selected frame to function buffer-list.
8935
8936 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8937
8938 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8939
8940 2000-01-28 Dave Love <fx@gnu.org>
8941
8942 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8943
8944 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8945 Don't use lisp-indent-hook property.
8946 (cl-abs): Remove.
8947
8948 * subr.el: Move out indent and edebug specs for when and unless.
8949
8950 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8951 when, unless.
8952
8953 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8954 unless, when.
8955
8956 2000-01-28 Gerd Moellmann <gerd@gnu.org>
8957
8958 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8959 `collecting' as synonym for `collect'.
8960
8961 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8962 for the case it contains spaces.
8963
8964 * simple.el (what-cursor-position): Change formatting of
8965 messages.
8966
8967 * frame.el (delete-other-frames): New function.
8968 (toplevel): Bind it to C-x 5 1.
8969
8970 * sort.el (sort-numeric-base): New option.
8971 (sort-numeric-fields): If number starts with `0' or `0[xX[',
8972 interpret it as octal or hexadecimal. Use sort-numeric-base
8973 as default base.
8974
8975 * progmodes/glasses.el: New file.
8976
8977 2000-01-27 Gerd Moellmann <gerd@gnu.org>
8978
8979 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8980 userids differently.
8981
8982 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8983 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8984 progmodes/ebnf-yac.el: New files.
8985
8986 2000-01-26 Dave Love <fx@gnu.org>
8987
8988 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8989 on a function with an empty body. [From Eric Ludlam.]
8990
8991 2000-01-25 Andre Spiegel <spiegel@gnu.org>
8992
8993 * vc.el (vc-version-diff): Make sure file name is expanded.
8994
8995 2000-01-25 Gerd Moellmann <gerd@gnu.org>
8996
8997 * scroll-bar.el (scroll-bar-timer): Variable removed.
8998 (scroll-bar-toolkit-scroll): Don't use a timer.
8999
9000 2000-01-25 Kenichi Handa <handa@etl.go.jp>
9001
9002 * language/thai-util.el (thai-composition-function): Delete
9003 superfluous `a'.
9004
9005 2000-01-24 Dave Love <fx@gnu.org>
9006
9007 * fortran.el (fortran-mode): Use beginning-of-defun-function,
9008 end-of-defun-function.
9009
9010 * font-lock.el (turn-on-font-lock): Don't depend on window-system
9011 &c.
9012
9013 2000-01-22 Jason Rumney <jasonr@gnu.org>
9014
9015 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9016 conflicts with new face support.
9017
9018 2000-01-22 Richard M. Stallman <rms@gnu.org>
9019
9020 * replace.el (query-replace): Rename last arg to DELIMITED.
9021 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9022 (query-replace-regexp): Likewise.
9023
9024 2000-01-20 Richard M. Stallman <rms@gnu.org>
9025
9026 * subr.el (with-syntax-table): Use make-symbol, not gensym.
9027
9028 * emacs-lisp/lisp.el (beginning-of-defun-function):
9029 Variable renamed from beginning-of-defun.
9030 Do not call make-variable-buffer-local.
9031 (beginning-of-defun-raw): Use new variable name; doc fix.
9032 (beginning-of-defun): Doc fix.
9033 (end-of-defun-function): Variable renamed from end-of-defun.
9034 Do not call make-variable-buffer-local.
9035 (end-of-defun): Use new variable name; doc fix.
9036
9037 * subr.el (dolist, dotimes): Copied from cl-macs.el
9038 and made to work.
9039
9040 * mail/undigest.el (rmail-digest-end-regexps):
9041 Variable replaces rmail-digest-end-regexp.
9042 Allows multiple regexps for detecting the end line.
9043 (undigestify-rmail-message): Corresponding changes.
9044
9045 2000-01-19 Dave Love <fx@gnu.org>
9046
9047 * files.el (user-init-file): Don't declare here -- is primitive.
9048
9049 * startup.el (command-line): Check for compiled user-init-file and
9050 set to uncompiled version if necessary.
9051
9052 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9053
9054 * mail/undigest.el (rmail-digest-end-regexp): New user option.
9055 (undigestify-rmail-message): Use it.
9056
9057 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9058
9059 2000-01-17 Gerd Moellmann <gerd@gnu.org>
9060
9061 * tmm.el (tmm-goto-completions): Adapt to prompt being part
9062 of mini-buffer.
9063
9064 2000-01-14 Gerd Moellmann <gerd@gnu.org>
9065
9066 * emacs-lisp/copyright.el (copyright-update): Removed the
9067 requirement for a trailing space from `copyright-regexp', to
9068 support copyrights with owner specified on a separate line..
9069
9070 * align.el: New file.
9071
9072 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9073
9074 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9075
9076 2000-01-13 Dave Love <fx@gnu.org>
9077
9078 * ph.el: Removed. (Obsoleted by EUDC.)
9079
9080 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9081
9082 * net/eudc.el (toplevel): Remove autoloaded code installing
9083 menu with easymenu, because that causes build problems.
9084
9085 * frame.el (frame-notice-user-settings): New variable.
9086 (frame-notice-user-settings): Don't modify frame parameters
9087 if called a second time.
9088
9089 2000-01-13 Richard M. Stallman <rms@gnu.org>
9090
9091 * frame.el (frame-notice-user-settings):
9092 Notice default-frame-parameters even for non-window frames.
9093
9094 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9095
9096 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9097 for Emacs.
9098 (eudc-bob-can-display-inline-images): Extend for Emacs.
9099 (eudc-bob-toggle-inline-display): Ditto.
9100 (eudc-bob-display-jpeg): Ditto.
9101
9102 2000-01-12 Gerd Moellmann <gerd@gnu.org>
9103
9104 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9105 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9106 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
9107
9108 * add-log.el (add-change-log-entry): Fix error trying an `(insert
9109 nil)'.
9110
9111 * subdirs.el: Add `net' directory.
9112
9113 * net: New directory.
9114
9115 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9116 eval-last-sexp. Don't bind debug-on-error here.
9117 (eval-last-sexp): New function. Bind debug-on-error if
9118 eval-expression-debug-on-error is non-nil.
9119 (eval-defun-2, eval-defun): Likewise.
9120
9121 * simple.el (eval-expression): Don't bind debug-on-error if
9122 eval-expression-debug-on-error is nil. Detect changed
9123 debug-on-error, and propagate new value to global binding, if
9124 eval-expression-debug-on-error is non-nil,
9125 (eval-expression-debug-on-error): Change doc string.
9126
9127 2000-01-11 Richard M. Stallman <rms@gnu.org>
9128
9129 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9130
9131 * emacs-lisp/lisp-mode.el (with-syntax-table):
9132 Set up lisp-indent-function property.
9133
9134 * subr.el (with-syntax-table): Moved from simple.el.
9135
9136 * simple.el (with-syntax-table): Moved to subr.el.
9137
9138 2000-01-11 Gerd Moellmann <gerd@gnu.org>
9139
9140 * tmm.el (tmm-shortcut): Delete region after prompt instead
9141 of erasing buffer.
9142
9143 * textmodes/fill.el (fill-common-string-prefix): New function.
9144 (fill-context-prefix): Use the longest common prefix of first
9145 and second line fill prefix, if there is one.
9146
9147 2000-01-11 Richard M. Stallman <rms@gnu.org>
9148
9149 * array.el (array-mode): Don't use make-variable-buffer-local.
9150 Use make-local-variable for `truncate-lines'.
9151
9152 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
9153
9154 * add-log.el (add-log-current-defun): Handle user-defined
9155 add-log-current-function returning nil,
9156
9157 * add-log.el (add-change-log-entry): Insert version number
9158 if having found a current function
9159
9160 * add-log.el (add-log-current-defun): Call
9161 `add-log-current-defun-function'. Try matches at level 0 and
9162 level 1. Strip whitespace from defun found.
9163
9164 2000-01-10 John Wiegley <johnw@gnu.org>
9165
9166 * allout.el (isearch-done/outline-provisions): Added `edit'
9167 argument to correspond with the current definition of
9168 `isearch-done'.
9169
9170 2000-01-10 Dave Love <fx@gnu.org>
9171
9172 * elide-head.el (elide-head): Use point-marker, not point.
9173
9174 2000-01-10 Gerd Moellmann <gerd@gnu.org>
9175
9176 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9177 before and after the year 2000.
9178
9179 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9180 Add ispell- prefix.
9181
9182 2000-01-10 Ken Stevens <k.stevens@ieee.org>
9183
9184 * ispell.el: Only define dictionaries in menus when they exist.
9185 (version18p): New variable.
9186 (version20p): New variable.
9187 (xemacsp): New variable.
9188 (ispell-choices-win-default-height): Fix for XEmacs visibility.
9189 (ispell-dictionary-alist1): Added Brasileiro dictionary.
9190 (ispell-dictionary-alist6): Russian command lines no longer accept
9191 run-together words.
9192 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9193 (ispell-dictionary-alist): Add koi8-r to customize definition.
9194 (check-ispell-version): Added documentation string. Returns
9195 library path when called non-interactively.
9196 (ispell-menu-map-needed): Uses new variables.
9197 (ispell-library-path): New variable.
9198 (ispell-decode-string): XEmacs fix for bogus variable bindings.
9199 (ispell-word): Improved documentation string. Test for valid
9200 character mappings. Correctly check typed in word changes that can
9201 result in single words split into multiple words. Returns
9202 replacement word.
9203 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
9204 replace in recursive query replace mode. Help message for
9205 recursive edit mode.
9206 (ispell-show-choices): Protect against bad framepop bindings.
9207 (ispell-help): Fix to work with XEmacs.
9208 (ispell-highlight-spelling-error): Use new variables.
9209 (ispell-overlay-window): Fix to work with XEmacs.
9210 (ispell-parse-output): Passed and returns location information
9211 tracking spelling corrections. Doesn't recheck same word on
9212 current line.
9213 (ispell-init-process): Protect against bogus XEmacs variable binding.
9214 Fix call to single argument in sleep-for. Use new variables.
9215 (ispell-region): Passed and returns location information tracking
9216 spelling corrections. Doesn't check same word on current line.
9217 Improved documentation string. Doesn't resend a line already
9218 checked to the ispell process - fixes bug in LaTeX parsing.
9219 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
9220 (ispell-skip-region): No longer skips <TT> in SGML.
9221 (ispell-process-line): Tracks location information with spelling
9222 corrections. Added documentation string. Accounts for words
9223 already accepted on this line. Don't allow query-replace on line
9224 starting with math characters. Doesn't resend a line already sent
9225 to ispell process. Fixes alignment error bug.
9226
9227 2000-01-10 Richard M. Stallman <rms@gnu.org>
9228
9229 * dired-x.el (dired-guess-shell-alist-default):
9230 Suggest xloadimage, which is free, not xv, which isn't.
9231
9232 * ange-ftp.el (ange-ftp-file-name-nondirectory):
9233 Don't ever include the host name or user name in the value.
9234
9235 2000-01-09 Gerd Moellmann <gerd@gnu.org>
9236
9237 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
9238 of a real newline.
9239
9240 2000-01-09 Stephen Eglen <stephen@gnu.org>
9241
9242 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
9243 for .png files.
9244
9245 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
9246
9247 * cus-edit.el (custom-hook-convert-widget): Fix comment.
9248
9249 2000-01-09 Gerd Moellmann <gerd@gnu.org>
9250
9251 * progmodes/cperl-mode.el: Replace ^F with ^L.
9252
9253 * sendmail.el (toplevel): Provide `sendmail' when compiling
9254 before `require'ing rmail and mailalias to prevent infinite
9255 recursion.
9256
9257 2000-01-08 Dave Love <fx@gnu.org>
9258
9259 * emacs-lisp/backquote.el: Remove inappropriate customization
9260 (allowing custom.el to use backquote).
9261
9262 2000-01-07 Dave Love <fx@gnu.org>
9263
9264 * add-log.el (add-log-debugging): Deleted.
9265 (add-change-log-entry): Treat a backup FILE-NAME as its parent
9266 file. Remove debugging code.
9267 (change-log-get-method-definition, change-log-name): Add doc.
9268 (change-log-sortable-date-at): New function.
9269 (change-log-merge): New command.
9270
9271 * time.el (display-time-string-forms): Make the Mail string active.
9272 (display-time-update): Provide help-echo for load average.
9273
9274 * bindings.el (make-mode-line-mouse2-map): New function.
9275 (mode-line-modified): Use it and simplify.
9276 (mode-line-mule-info): Provide help-echo info.
9277 (minor-mode-alist): Activate the strings.
9278 (make-mode-line-mouse-sensitive): Simplify for
9279 mode-line-buffer-identification.
9280
9281 2000-01-07 Gerd Moellmann <gerd@gnu.org>
9282
9283 * play/pong.el: New file.
9284
9285 2000-01-06 Dave Love <fx@gnu.org>
9286
9287 * array.el: Assorted cleanups for compiler warnings, doc strings,
9288 `array-' prefix for symbols.
9289
9290 2000-01-05 Dave Love <fx@gnu.org>
9291
9292 * textmodes/outline.el (outline-mode-menu-bar-map): Add
9293 outline-headers-as-kill.
9294 (outline-mode): Define imenu-generic-expression.
9295 (outline-headers-as-kill): New command.
9296
9297 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
9298 from paragraph-start.
9299 (paragraph-indent-minor-mode): New command.
9300
9301 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
9302 M-C-e, M-C-h, C-j, C-xnd, TAB.
9303 (fortran-mode): Set beginning-of-defun, end-of-defun.
9304 (fortran-column-ruler): Simplify.
9305 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
9306 (fortran-with-subprogram-narrowing): Likewise.
9307 (fortran-indent-subprogram): Call mark-defun.
9308 (fortran-check-for-matching-do): Change narrowing.
9309
9310 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
9311 (cl-lucid-hash-tag): Delete.
9312 (cl-hash-table-p): Correct test for native table.
9313 (cl-hash-table-count): Use hash-table-count.
9314
9315 * browse-url.el (browse-url): Fix case of
9316 browse-url-browser-function being an alist.
9317
9318 2000-01-05 Carsten Dominik <cd@gnu.org>
9319
9320 * textmodes/reftex-vars.el (reftex-parse-file-extension)
9321 (reftex-index-phrase-file-extension): New options.
9322
9323 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
9324 Use new option `reftex-index-phrase-file-extension'.
9325
9326 * textmodes/reftex.el (reftex-access-parse-file): Use new option
9327 `reftex-parse-file-extension'.
9328
9329 2000-01-05 Dave Love <fx@gnu.org>
9330
9331 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
9332 (beginning-of-defun-raw): Use it.
9333 (end-of-defun): New variable.
9334 (end-of-defun): Use it.
9335 (check-parens): New command.
9336
9337 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9338
9339 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
9340 (hs-show-block): Don't use `mapcar' when not accumulating.
9341
9342 Fix buglet in local variables initialization.
9343
9344 2000-01-05 Andreas Schwab <schwab@suse.de>
9345
9346 * hscroll.el (hscroll): Doc fix.
9347
9348 2000-01-05 Carsten Dominik <cd@gnu.org>
9349
9350 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
9351 idlw-toolbar.
9352
9353 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
9354 file idlw-rinfo.el.
9355 (idlwave-customize): load must read file idlw-shell.el.
9356 (idlwave-create-customize-menu): load must read file idlw-shell.el.
9357
9358 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
9359
9360 * progmodes/idlw-shell.el: Also provide idlwave-shell
9361 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
9362 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
9363
9364 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
9365 both reftex-dcr and reftex-vcr.
9366
9367 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
9368
9369 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9370
9371 * ps-print.el: PostScript code now is in separate files, doc fix.
9372 (ps-print-version): New version number (5.0.3).
9373 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
9374 local.
9375 (ps-spool-config): Initialization fix.
9376 (ps-print-prologue-1, ps-print-prologue-2)
9377 (ps-print-duplex-feature): PostScript code moved to separated file.
9378 (ps-background-image): Little code reformating.
9379 (ps-begin-file, ps-begin-job): Fix code.
9380 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
9381 (ps-prologue-file): New fun.
9382
9383 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9384
9385 * ps-vars.el: Eliminated.
9386
9387 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
9388 `;;;###autoload'.
9389
9390 * ps-print.el: ps-vars eliminated, doc fix.
9391 (ps-print-version): New version number (5.0.2).
9392 (ps-spool-config): Initialization fix.
9393 (ps-print-customize): New fun.
9394
9395 2000-01-04 Gerd Moellmann <gerd@gnu.org>
9396
9397 * autorevert.el (auto-revert-mode): Return value of
9398 auto-revert-mode.
9399
9400 2000-01-04 Dave Love <fx@gnu.org>
9401
9402 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
9403 menu items.
9404
9405 2000-01-03 Dave Love <fx@gnu.org>
9406
9407 * elide-head.el (elide-head) [defgroup]: Add :version.
9408
9409 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
9410 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
9411 `cl-hash-table-p', not `hash-table-p'.
9412 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
9413
9414 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * faces.el (face-read-integer, read-face-attribute)
9417 (color-defined-p, color-values): unspecified-{f,b}g are now
9418 strings.
9419
9420 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9421
9422 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
9423 at comment end, and re-insert them after filling.
9424
9425 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9426
9427 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
9428 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
9429 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
9430
9431 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9432
9433 * term/x-win.el (xw-defined-colors): Call color-supported-p,
9434 the new name of face-color-supported-p.
9435
9436 * term/w32-win.el (xw-defined-colors): Likewise.
9437
9438 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9439
9440 * simple.el (completion-setup-function): Count completion-size
9441 from minibuffer-prompt-end, not from point-min.
9442
9443 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9444
9445 * faces.el (read-face-attribute, defined-colors, color-defined-p):
9446 Pass the frame to tty-color-* functions.
9447 (display-color-p, frame-set-background-mode): Pass the frame to
9448 tty-display-color-p.
9449
9450 * term/tty-colors.el (tty-defined-color-alist): Renamed from
9451 tty-color-alist.
9452 (tty-color-alist, tty-modify-color-alist): New functions.
9453 (tty-color-define, tty-color-clear, tty-color-approximate)
9454 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
9455 an optional parameter FRAME.
9456
9457 2000-01-01 Gerd Moellmann <gerd@gnu.org>
9458
9459 * image.el (create-image, defimage): Don't assume image data is a
9460 string.
9461
9462 * image.el (defimage): Handle specifications containing :data
9463 instead of :file.
9464 (image-type-from-data): New function.
9465 (image-type-from-file-header): Use it.
9466 (create-image): Add parameter DATA-P.
9467
9468 See ChangeLog.8 for earlier changes.
9469
9470 ;; Local Variables:
9471 ;; coding: iso-2022-7bit-unix
9472 ;; End: