]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * skeleton.el (skeleton-transformation): Default to `identity'.
4 (skeleton-insert): Use `move-after' markers and `insert' rather
5 than rely on insert-before-markers.
6 (skeleton-internal-1): Handle `> \n' specially so that the newline
7 is inserted before the first line is indented.
8
9 2002-05-14 Mike Williams <mdub@bigfoot.com>
10
11 * textmodes/sgml-mode.el (sgml-tag):
12 Default skeleton-transformation to `identity'.
13
14 2002-05-14 Francesco Potorti` <pot@gnu.org>
15
16 * shell.el (shell-mode): Make second part of initialisation
17 depend on whether comint-input-ring is empty, rather than depend
18 on it being nil.
19
20 2002-05-14 Richard M. Stallman <rms@gnu.org>
21
22 * files.el (make-auto-save-file-name):
23 Delete the auto-save file after make-temp-file creates it.
24
25 2002-05-13 Kim F. Storm <storm@cua.dk>
26
27 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
28 (cua-mode): Print Enabled/Disabled messages if interactive.
29 Disable delete-selection-mode and pc-selection-mode when cua-mode
30 is enabled; reenable if cua-mode is turned off.
31 Remember setting of transient-mark-mode when cua-mode is enabled;
32 restore if cua-mode is disabled.
33
34 2002-05-13 Richard M. Stallman <rms@gnu.org>
35
36 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
37
38 2002-05-13 Markus Rost <rost@math.ohio-state.edu>
39
40 * woman.el (woman-menu): Add a comment about the last change.
41
42 2002-05-13 Colin Walters <walters@gnu.org>
43
44 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
45
46 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
47 (ibuffer-redisplay-engine): Handle it.
48
49 * add-log.el (add-log-mailing-address): Can be a list, too.
50 (add-change-log-entry): If `add-log-mailing-address' is a list,
51 then handle it.
52
53 2002-05-12 Colin Walters <walters@debian.org>
54
55 * replace.el (occur-1): New optional argument `buf-name'.
56 (occur-revert-function): Use it.
57
58 (occur-1): Handle plurals.
59
60 (occur-engine): If there are no more matches, then finish
61 searching the current buffer.
62
63 2002-05-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
64
65 * net/ange-ftp.el (ange-ftp-try-passive-mode)
66 (ange-ftp-passive-host-alist): Change :version attributes to be
67 strings.
68
69 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
70
71 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
72 define-minor-mode.
73
74 * emacs-lisp/find-func.el (find-function-search-for-symbol):
75 Handle more whitespace/newline combinations in symbol definitions.
76
77 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
78
79 * w32-vars.el (w32)
80 * vc-cvs.el (vc-cvs-global-switches)
81 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
82 * textmodes/sgml-mode.el (sgml-xml-mode)
83 * ruler-mode.el (ruler-mode)
84 * replace.el (query-replace-skip-read-only)
85 * progmodes/fortran.el (fortran-preprocessor-re)
86 * net/ange-ftp.el (ange-ftp-passive-host-alist)
87 * mail/sendmail.el (mail-use-dsn)
88 * faces.el (mode-line-inactive, minibuffer-prompt)
89 * add-log.el (add-log-always-start-new-record): Change all
90 post-21.1 :version attributes to 21.4.
91
92 2002-05-12 Richard M. Stallman <rms@gnu.org>
93
94 * mail/smtpmail.el (smtpmail-mail-address): New variable.
95 (smtpmail-send-it): Bind and use that instead of `mail-address'.
96 (smtpmail-via-smtp): Likewise.
97
98 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
99 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
100
101 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
102
103 * subr.el (functionp): Catch errors in indirect-function.
104
105 2002-05-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
106
107 * net/ldap.el (ldap-search-internal): Unfold folded lines before
108 parsing.
109
110 * cus-edit.el (customize-set-value): Rename `var' to `variable'
111 and `val' to `value'.
112 (customize-save-variable): Rename `var' to `'variable.
113
114 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
115
116 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
117 Use it for font-locking and indentation.
118 (fortran-previous-statement, fortran-next-statement): Make them
119 skip over preprocessor lines.
120 (fortran-calculate-indent): Use fortran-preprocessor-re.
121
122 2002-05-10 Kim F. Storm <storm@cua.dk>
123
124 * emulation/cua-base.el (cua-enable-cua-keys)
125 (cua-enable-register-prefix): Added value for `other' choice.
126
127 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
130 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
131 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
132 Run a named function.
133 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
134 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
135 Fix help text.
136
137 2002-05-10 Kim F. Storm <storm@cua.dk>
138
139 * emulation/cua-base.el (cua-mode): Misc. changes to use
140 emulation-mode-map-alists instead of minor-mode-map-alist.
141
142 2002-05-09 Richard M. Stallman <rms@gnu.org>
143
144 * mail/rmail.el (rmail-show-message):
145 Catch error in check-coding-system.
146
147 * progmodes/compile.el (compilation-error-regexp-alist):
148 New element to recognize Python error messages.
149
150 * shell.el (shell-replace-by-expanded-directory):
151 If there's already a / at the end, don't add one.
152
153 2002-05-09 Colin Walters <walters@verbum.org>
154
155 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
156 `ibuffer-filter-disable', `ibuffer-pop-filter',
157 `ibuffer-or-filter', `ibuffer-negate-filter',
158 `ibuffer-decompose-filter', `ibuffer-save-filters',
159 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
160 `ibuffer-save-filter-groups',
161 `ibuffer-switch-to-saved-filter-groups',
162 `ibuffer-delete-saved-filter-groups'.
163
164 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
165
166 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
167
168 * woman.el (woman-menu): Move symbol before the comment so that
169 find-function-search-for-symbol finds it.
170
171 2002-05-10 Miles Bader <miles@gnu.org>
172
173 * facemenu.el (list-colors-display): Don't use
174 `display-color-cells' unless the display class is one for which
175 that info is relevant.
176
177 2002-05-09 Simon Josefsson <jas@extundo.com>
178
179 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
180 calling buffer.
181 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
182 have the patch).
183
184 2002-05-09 Kim F. Storm <storm@cua.dk>
185
186 * wid-edit.el (checkbox): New check-mark image.
187
188 2002-05-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
189
190 * filesets.el (filesets-running-xemacs): Fix last change.
191
192 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
193
194 * help-fns.el (describe-function-1): If the source is
195 `loaddefs.el', look for the real source. This is necessary only
196 for defaliases.
197
198 * emacs-lisp/find-func.el (find-function-search-for-symbol):
199 Add autoload cookie.
200 (find-function-regexp): Include
201 "\(quote " to match the defaliases in loaddefs.el.
202
203 * filesets.el (filesets-conditional-sort): Use copy-sequence,
204 not copy-list.
205 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
206 Defvar them to nil if running in Emacs.
207
208 2002-05-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
209
210 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
211 to flyspell overlays.
212
213 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
214
215 2002-05-08 Richard M. Stallman <rms@gnu.org>
216
217 * diff.el (diff-regexp-alist): Doc fix.
218
219 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
220
221 2002-05-08 Simon Marshall <simon@gnu.org>
222
223 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
224 the frame name as the car of a menu entry, rather than the frame.
225
226 2002-05-08 Juanma Barranquero <lektu@terra.es>
227
228 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
229 in docstring.
230
231 2002-05-07 Colin Walters <walters@verbum.org>
232
233 * replace.el (occur-unfontify-region-function): Delete.
234 (occur-mode): Don't use it.
235 (occur-engine): Respect `keep-props'.
236 (occur-accumulate-lines): If we're moving forward, decrement;
237 don't increment, and vice versa.
238
239 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
240
241 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
242 (tibetan-canonicalize-for-unicode-regexp): New variables.
243 (tibetan-canonicalize-for-unicode-region): New function.
244 (tibetan-strict-unicode): New variable.
245 (tibetan-pre-write-canonicalize-for-unicode): New function.
246
247 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
248
249 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
250 the autoload-cookie. Remove comment.
251
252 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
253
254 * rect.el (close-rectangle): Don't hide it behind the
255 autoload-cookie.
256
257 2002-05-07 Juanma Barranquero <lektu@terra.es>
258
259 * windmove.el (windmove-default-keybindings): Add optional
260 parameter to allow using a modifier other than 'shift.
261
262 2002-05-07 Thomas Link <t.link@gmx.at>
263
264 * filesets.el:
265 (filesets-external-viewers): Fix customization problem.
266 (filesets-some): Replaces cl's `some'. Calls changed.
267 (filesets-member): Replaces cl's `member*'. Calls changed.
268 (filesets-ormap): New function.
269
270 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
271
272 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
273 menu items.
274
275 2002-05-07 Colin Walters <walters@gnu.org>
276
277 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
278 (ibuffer-clear-filter-groups): Likewise.
279 (ibuffer-kill-filter-group): Likewise.
280 (ibuffer-kill-line): Likewise.
281 (ibuffer-read-filter-group-name): New function.
282 (ibuffer-jump-to-filter-group): Use it.
283 (ibuffer-kill-filter-group): Likewise.
284 (ibuffer-yank-filter-group): Likewise.
285 (ibuffer-decompose-filter-group): New function.
286
287 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
288 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
289 guards for `ibuffer-pop-filter-group' and
290 `ibuffer-clear-filter-groups'.
291
292 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
293
294 * emacs-lisp/find-func.el (find-function-search-for-symbol):
295 Use with-syntax-table.
296
297 2002-05-06 Francesco Potorti` <pot@gnu.org>
298
299 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
300
301 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
302
303 * time-stamp.el (time-stamp-format): Doc fix: escape open
304 parenthesis in column 0.
305
306 2002-05-04 Richard M. Stallman <rms@gnu.org>
307
308 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
309 Handle both cases: when the menu item has cached info
310 and when it doesn't.
311
312 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
313 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
314 (filesets-tree-max-level): Doc fix.
315 (filesets-commands, filesets-external-viewers)
316 (filesets-ingroup-patterns): Mark as risky.
317 (filesets-cache-hostname-flag): Doc fix.
318 (filesets-menu-cache-file): Doc fix. Mark as risky.
319 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
320 Don't defcustom them if running in Emacs.
321
322 2002-05-04 Thomas Link <t.link@gmx.at>
323
324 * filesets.el (filesets-ingroup-collect-files):
325 Fix problem with inclusion groups' :scan-depth property.
326
327 2002-05-04 Colin Walters <walters@verbum.org>
328
329 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
330 "Default" group earlier. Push killed group on
331 `ibuffer-filter-group-kill-ring'.
332 (ibuffer-kill-line): Document. Don't push killed group ourselves.
333 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
334 (ibuffer-insert-filter-group-before): New function, broken out
335 from `ibuffer-yank'.
336 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
337
338 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
339 (ibuffer-mode-view-menu): Unused variables; deleted.
340 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
341
342 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
343
344 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
345 (toplevel): Bind filter group menu entries in it. Add :enable
346 forms for some menu items.
347 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
348 to `ibuffer-mouse-popup-menu'.
349 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
350 group name, and if so, pop up a filter group menu.
351
352 2002-05-04 Jason Rumney <jasonr@gnu.org>
353
354 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
355 (mwheel-scroll): Recognize nil scroll amount as documented.
356
357 * term/w32-win.el (mouse-wheel-scroll-line)
358 (mouse-wheel-scroll-screen): Remove.
359 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
360
361 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
362
363 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
364
365 * emacs-lisp/find-func.el (find-function-search-for-symbol):
366 Bind case-fold-search when searching.
367
368 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * apropos.el (apropos-print): Fix the reference to mouse-2.
371
372 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
373
374 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
375
376 2002-05-04 Kim F. Storm <storm@cua.dk>
377
378 * cus-edit.el (custom-buffer-verbose-help): New variable.
379 (custom-buffer-create-internal): Remove verbose introduction
380 in customization buffer when it is nil.
381
382 2002-05-03 Dave Love <fx@gnu.org>
383
384 * international/mule-cmds.el (select-safe-coding-system):
385 Don't offer coding systems that use locking shift.
386 Ask for confirmation if chosen coding system disagrees with
387 a `coding:' spec in the file.
388
389 2002-05-03 John Wiegley <johnw@gnu.org>
390
391 * eshell/esh-var.el (eshell-modify-global-environment): Added this
392 customization variable, which will cause any "export" commands
393 within any eshell buffer to modify the global Emacs environment.
394 It defaults to nil, which means that such commands will only
395 modify that Eshell buffer's environment.
396 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
397
398 * eshell/em-cmpl.el (eshell-command-completions-alist):
399 Improve default completion targets for objdump, nm and readelf.
400
401 2002-05-03 Colin Walters <walters@verbum.org>
402
403 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
404 (gamegrid-add-score-with-update-game-score):
405 Use `shared-game-score-directory'. Correctly handle non-setuid case.
406
407 2002-05-02 Colin Walters <walters@verbum.org>
408
409 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
410 (occur-1): If one of the buffers we're searching is the *Occur*
411 buffer itself, handle it by creating a temporary buffer. If any
412 of the buffers being searched are killed, note that in the search
413 result message. Also, set local variables before we possibly kill
414 the buffer.
415
416 2002-05-02 Kim F. Storm <storm@cua.dk>
417
418 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
419 (menu-bar-options-save): Added cua-mode.
420 (menu-bar-options-menu): Added toggle for cua-mode.
421 Disable toggle for transient-mark-mode if cua-mode is enabled.
422
423 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
424 variable.
425
426 2002-05-01 Richard M. Stallman <rms@gnu.org>
427
428 * help.el (view-todo): New function.
429 (help-map): Bind C-h C-t to view-todo.
430 (help-for-help): Change the text.
431
432 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
433
434 * progmodes/f90.el: Yet more doc string, commment and whitespace
435 changes.
436 (f90-imenu-flag): New name for internal variable f90-imenu.
437 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
438 (f90-no-break-re): Use regexp-opt.
439 (f90-end-type-re): Add closing "\\>".
440 (f90-indent-region): Correctly indent comments embedded in
441 continued lines.
442 (f90-indent-new-line): Make it indent the current line, as it should.
443 (f90-line-continued, f90-get-present-comment-type)
444 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
445 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
446 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
447 (f90-change-keywords): Minor code tidying.
448
449 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
450 typo `fortran-strip-sqeuence-nos'.
451
452 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
455 pop-up-window.
456
457 2002-05-01 Kim F. Storm <storm@cua.dk>
458
459 * emulation/cua-base.el (cua--pre-command-handler):
460 Only interpret delete-selection property if mark-active.
461 (cua-mode): Fixed require in defcustom.
462
463 2002-05-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
464
465 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
466 error call.
467
468 2002-05-01 Colin Walters <walters@verbum.org>
469
470 * textmodes/tex-mode.el (tex-validate-buffer):
471 Use `occur-revert-arguments' instead of setting `occur-nlines' and
472 `occur-buffer'. Don't test for `input-pending-p' in loop.
473 Set text property `occur-target' instead of `occur'.
474
475 2002-04-30 John Wiegley <johnw@gnu.org>
476
477 * align.el (align-region): Fixed the fix to align-region, because
478 the "name" argument was appearing twice.
479
480 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
481
482 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
483 to handle protection labels, one which doesn't get confused by
484 inherit colons.
485
486 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
487 functions that have "class" or "struct" in the return type as
488 classes or structs.
489
490 2002-04-30 Kim F. Storm <storm@cua.dk>
491
492 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
493 Options" to "New Options..."; rephrase tooltip.
494 Rephrase tooltip for "Specific Option...".
495 Added "Saved Options" item. [from Simon Marshall]
496
497 2002-04-30 Richard M. Stallman <rms@gnu.org>
498
499 * time.el (display-time-mail-directory)
500 (display-time-mail-function): Doc fixes.
501
502 * ediff-hook.el: Remove autoload cookies.
503
504 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
505
506 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
507
508 * align.el (align-region): Fix call to `message'.
509 Check that (car rule) is a symbol.
510
511 * autoinsert.el (auto-insert-directory): Doc fix.
512
513 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
514
515 * descr-text.el: New file, broken out of facemenu.el.
516
517 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
518
519 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
520
521 * mail/emacsbug.el (report-emacs-bug-hook):
522 Use replace-match only if search was successful.
523
524 2002-04-29 Richard M. Stallman <rms@gnu.org>
525
526 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
527
528 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
529 if the user edits the Emacs version number in the text.
530
531 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
532 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
533 (filesets-error): Simplify definition and make conditional
534 on filesets-running-xemacs.
535 (filesets-find-file-using): Renamed from fsfind-file-using.
536
537 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
538
539 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
540 (Info-read-node-name-1): Complete file names.
541 (Info-complete-menu-item): Don't cons unnecessarily.
542
543 * files.el (locate-file): New fun.
544 (locate-file-completion): Rename from load-completion and generalize.
545 (load-library): Use it.
546 (make-auto-save-file-name): Expand caddr.
547
548 * newcomment.el (comment-fill-column): New var.
549 (comment-indent): Use it.
550 (comment-or-uncomment-region): New fun.
551 (comment-dwim): Use it.
552
553 2002-04-29 Colin Walters <walters@verbum.org>
554
555 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
556 (ibuffer-kill-line): Copy the filter group data structure when killing.
557 (ibuffer-yank): Handle case where we're yanking on the default
558 group correctly.
559 (ibuffer-delete-saved-filter-groups): Doc fix.
560
561 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
562 Test whether or not update-game-score is setuid, and do the right
563 thing.
564
565 2002-04-29 Kim F. Storm <storm@cua.dk>
566
567 * subr.el (remove-yank-excluded-properties): New helper function.
568 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
569
570 * simple.el (yank-excluded-properties): Added help-echo to list.
571
572 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
573
574 * autoinsert.el (auto-insert-directory): Doc fix.
575
576 * progmodes/f90.el: Add/change doc strings for many inline
577 functions. Whitespace changes.
578 (f90-indent-line-no, f90-update-line): Minor code changes.
579
580 2002-04-29 Kim F. Storm <storm@cua.dk>
581
582 * emulation/cua-base.el: New file.
583
584 * emulation/cua-rect.el: New file.
585
586 * emulation/cua-gmrk.el: New file.
587
588 * emulation/keypad.el: New file.
589
590 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
591
592 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
593 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
594 New Vietnamese coding system.
595
596 * language/viet-util.el: Update Commentary section.
597
598 2002-04-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
599
600 * filesets.el (filesets-data): Doc fix.
601 (filesets-running-xemacs): Define even when compiling.
602
603 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
604 sentence.
605
606 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
607
608 * textmodes/fill.el (fill-context-prefix): Fix last change with
609 yet-another-approach.
610
611 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
612
613 * net/ange-ftp.el (ange-ftp-passive-host-alist)
614 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
615
616 * files.el (small-temporary-file-directory): Fix custom type.
617
618 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
619
620 * progmodes/f90.el (f90-xemacs-flag): New variable.
621 (f90-mark-subprogram-overlay): New variable.
622 (f90-mark-subprogram): Now it highlights the subprogram.
623 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
624 Fix highlighting of various "type" forms.
625
626 2002-04-28 Colin Walters <walters@verbum.org>
627
628 * ibuffer.el (ibuffer-mode): Additional documentation on filter
629 groups.
630
631 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
632
633 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
634 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
635
636 2002-04-28 Richard M. Stallman <rms@gnu.org>
637
638 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
639 by 1 for the newly-readded #.
640
641 * files.el (make-auto-save-file-name): Specify # as suffix
642 in the non-file-visiting case.
643
644 * subr.el (make-temp-file): New arg SUFFIX.
645
646 * filesets.el: New file.
647
648 * replace.el (occur-accumulate-lines): Avoid incf and decf.
649 (occur-engine-add-prefix): New function.
650 (occur-engine): Avoid using macrolet, incf and decf.
651 Use occur-engine-add-prefix instead.
652 Rename `l' to `lines' and `c' to `matches'.
653
654 * replace.el (occur-engine, occur-mode-mouse-goto)
655 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
656 (occur-mode-goto-occurrence-other-window)
657 (occur-mode-display-occurrence): A position is just a marker,
658 not a list.
659
660 * replace.el (occur-revert-arguments):
661 Renamed from occur-revert-properties. All uses changed.
662
663 2002-04-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
664
665 * recentf.el (recentf-menu-before): Use string to specify path in
666 the menu.
667
668 * international/mule-cmds.el (read-language-name): Take care of
669 non-list values.
670
671 2002-04-27 Richard M. Stallman <rms@gnu.org>
672
673 * custom.el (custom-load-symbol): Moved from cus-edit.el.
674 (custom-load-recursion): Likewise.
675
676 * cus-edit.el (custom-load-symbol): Moved to custom.el.
677 (custom-load-recursion): Likewise.
678
679 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
680 generated by easymenu are now lowercase.
681
682 2002-04-27 Richard M. Stallman <rms@gnu.org>
683
684 * menu-bar.el (menu-bar-update-buffers): Add menu items
685 Next Buffer and Previous Buffer.
686
687 * simple.el (next-buffer, prev-buffer): New commands.
688 Bind C-x left and C-x right to them.
689
690 * info.el (Info-header-line): Mark it as risky-local-variable.
691
692 * subr.el (insert-for-yank): Replace `category' property
693 with whatever properties it stands for.
694
695 * subr.el (member-ignore-case): Ignore non-strings in LIST.
696
697 2002-04-27 Miles Bader <miles@gnu.org>
698
699 * faces.el (read-face-name): Format the prompt correctly when
700 there's no default.
701
702 2002-04-26 Andrew Choi <akochoi@shaw.ca>
703
704 * term/mac-win.el: Don't call ediff-toggle-multiframe.
705 Set default directory. Set process-connection-type to nil.
706
707 2002-04-26 Richard M. Stallman <rms@gnu.org>
708
709 * loadup.el: Explicitly load cus-face and timer.
710
711 * isearch.el: Don't require timer.
712
713 * faces.el: Don't require cus-face.
714
715 * cus-edit.el (customize-face): Use read-face-name
716 and handle multiple faces.
717 (customize-face-other-window): Make it work similarly.
718
719 * faces.el (read-face-name): New defaulting features.
720 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
721 (list-faces-display): Use the face, not its name string,
722 as arg when running customize-face.
723 Put a `read-face-name' prop on the entire line.
724 (describe-face): Handle multiple faces via read-face-name.
725
726 * textmodes/tex-mode.el (tex-start-options): New variable.
727 (tex-start-commands): New variable.
728 (tex-start-options-string): Variable deleted.
729 (tex-start-tex): Use tex-start-options and tex-start-commands,
730 not tex-start-options-string.
731 (tex-command): Doc fix.
732
733 2002-04-26 Sam Steingold <sds@gnu.org>
734
735 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
736 not in the authinfo/netrc, keep `cred' at nil.
737
738 2002-04-26 Gerd Moellmann <gerd@gnu.org>
739
740 * find-file.el: Remove Ada-specific example code.
741
742 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
743
744 * ediff-hooks.el: Put back the autoloads.
745
746 2002-04-25 Colin Walters <walters@verbum.org>
747
748 * ibuffer.el (define column process): Use `ibuffer-aif'.
749
750 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
751 defaults.
752 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
753 (ibuffer-save-filter-groups): Correctly structure filter groups.
754 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
755 groups.
756
757 2002-04-25 Simon Josefsson <jas@extundo.com>
758
759 * mail/sendmail.el (mail-use-dsn): New variable to request
760 delivery status notification from MTA.
761 (sendmail-send-it): Use it.
762
763 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
764 (smtpmail-send-it): Use it to construct new queue filenames
765 (needed if you send more than one message per second, which is
766 possible if you use Gnus Agent).
767
768 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
769 files as well.
770 (smtpmail-try-auth-methods): Support netrc data.
771 (netrc-parse): Autoload netrc.
772
773 2002-04-25 Colin Walters <walters@verbum.org>
774
775 * replace.el (multi-occur-by-filename-regexp): Doc fix.
776 (occur-engine): Go to `point-min'. Make nlines argument actually
777 mean number of context lines. Handle it. Pad digits to the right.
778
779 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
780 `ibuffer-filter-groups'. All users updated.
781 (ibuffer-show-empty-filter-groups): New variable.
782 (ibuffer-saved-filter-groups): New variable.
783 (ibuffer-maybe-save-stuff): Renamed from
784 `ibuffer-maybe-save-saved-filters'. Callers updated.
785 Handle `ibuffer-saved-filter-groups'.
786 (ibuffer-hidden-filtering-groups): Renamed to
787 `ibuffer-hidden-filter-groups'.
788 (ibuffer-filter-group-kill-ring): New variable.
789 (ibuffer-save-with-custom): Doc fix.
790 (ibuffer-set-filter-groups-by-mode): New function.
791 (ibuffer-clear-filter-groups): New function.
792 (ibuffer-current-filter-groups-with-position): Renamed from
793 `ibuffer-current-filter-groups'. Callers updated.
794 (ibuffer-kill-filter-group): New function.
795 (ibuffer-kill-line): New function.
796 (ibuffer-yank): New function.
797 (ibuffer-save-filter-groups): New function.
798 (ibuffer-delete-saved-filter-groups): New function.
799 (ibuffer-switch-to-saved-filter-groups): New function.
800 (ibuffer-mark-on-buffer): Add optional arguments for adding a
801 specific mark, and marking on a specific group.
802
803 * ibuffer.el (ibuffer-formats): Doc fix.
804 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
805 Bind new functions from ibuf-ext.el. Add menu entries for them.
806 Remove superfluous tooltips.
807 (ibuffer-toggle-marks): If on a group name, then toggle marks just
808 in that group.
809 (ibuffer-mark-interactive): Handle filter groups.
810 (ibuffer-mark-forward, ibuffer-unmark-forward)
811 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
812 (ibuffer-mark-for-delete-backwards): Update docs.
813 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
814 to `ibuffer-current-filter-groups-with-position'.
815 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
816 (ibuffer-mode): Add some documentation about filter groups.
817
818 2002-04-25 Andreas Schwab <schwab@suse.de>
819
820 * find-dired.el (find-name-dired): Don't quote pattern twice.
821
822 2002-04-26 Miles Bader <miles@gnu.org>
823
824 * cus-edit.el (customize-face, customize-face-other-window):
825 Use default instead of initial-input for suggested face.
826
827 2002-04-25 Gerd Moellmann <gerd@gnu.org>
828
829 * cus-edit.el (customize-face-other-window, customize-face):
830 Interactively, when point is on text with a face, suggest to
831 customize that face.
832
833 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
834
835 * progmodes/f90.el: General tidy-up of commentary and some doc
836 strings.
837
838 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
839
840 * scroll-all.el (scroll-all-function-all) New function to do the
841 actual work.
842 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
843 scroll-all-page-down-all, scroll-all-page-up-all,
844 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
845 Make them use scroll-all-function-all.
846
847 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
848 with line-beginning-position.
849 (f90-get-end-of-line): Removed and replaced with line-end-position.
850 (f90-match-piece): Removed and replaced with match-string.
851 (f90-current-indentation): Remove `current-column'.
852 (f90-get-present-comment-type): Use match-string rather than
853 buffer-substring.
854 (f90-match-end): Use line-beginning-position, line-end-position
855 rather than beginning-of-line, end-of-line.
856 (f90-startup-message): Variable removed.
857
858 2002-04-24 Colin Walters <walters@verbum.org>
859
860 * replace.el (occur-accumulate-lines): Add optional argument
861 `no-props'. Handle it.
862 (occur-engine): Use it.
863
864 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
865 up autoloads manually.
866 (ibuffer-split-list): New function.
867 (ibuffer-filtering-groups): New variable.
868 (ibuffer-hidden-filtering-groups): New variable.
869 (ibuffer-mouse-toggle-filter-group): New function.
870 (ibuffer-toggle-filter-group): New function.
871 (ibuffer-toggle-filter-group-1): New function.
872 (ibuffer-forward-filter-group): New function.
873 (ibuffer-backward-filter-group): New funtion.
874 (ibuffer-generate-filter-groups): New function.
875 (ibuffer-filters-to-filter-group): New function.
876 (ibuffer-pop-filter-group): New function.
877 (ibuffer-jump-to-filter-group): New function.
878 (ibuffer-do-occur): Just use `occur-read-primary-args'
879
880 * ibuffer.el (ibuffer-filter-group-name-face): New.
881 (ibuffer-mode-map): Bind and add menu entries for most new
882 functions; also, bind the arrow keys to the movement functions.
883 (ibuffer-mode-filter-group-map): New.
884 (ibuffer-mouse-toggle-mark): Handle group names.
885 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
886 (ibuffer-skip-properties): New function.
887 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
888 group names. Also, handle new properties.
889 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
890 Move error handling to `ibuffer-current-buffer'.
891 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
892 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
893 (ibuffer-toggle-marks): Add optional group argument.
894 (ibuffer-mark-interactive): Skip group names.
895 (ibuffer-current-buffer): Clean up error handling.
896 (ibuffer-fontify-region-function): Fontify group names.
897 (ibuffer-map-lines): Add extra group argument. Handle it.
898 (ibuffer-current-filter-groups): New function.
899 (ibuffer-redisplay): Handle hidden filtering groups.
900 (ibuffer-sort-bufferlist): New function, taken from
901 `ibuffer-insert-buffers-and-marks'.
902 (ibuffer-insert-filter-group): New function.
903 (ibuffer-redisplay-engine): Renamed from
904 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
905 (ibuffer): Add filter-groups argument. Handle it.
906 Use `save-selected-window'.
907 (ibuffer-mode): Make `ibuffer-filtering-groups' and
908 `ibuffer-hidden-filtering-groups' buffer-local.
909
910 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
911
912 2002-04-24 Richard M. Stallman <rms@gnu.org>
913
914 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
915 (easy-menu-define-key-intern): Function deleted; callers intern
916 and then call easy-menu-define-key.
917 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
918 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
919 (easy-menu-name-match): New function.
920 (add-submenu): New function.
921 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
922
923 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
924
925 * menu-bar.el (menu-bar-adv-search-menu)
926 (menu-bar-adv-search-menu): Improve the help text.
927
928 2002-04-24 Simon Josefsson <jas@extundo.com>
929
930 * net/netrc.el: New file.
931
932 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
933
934 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
935 Check if any of the available selection sources has new content
936 and if so it will return that content.
937
938 2002-04-24 Miles Bader <miles@gnu.org>
939
940 * menu-bar.el (buffers-menu-show-directories)
941 (buffers-menu-show-status): New variables.
942 (menu-bar-update-buffers-1): Use them.
943
944 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
945
946 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
947 from `c-do-auto-fill' and point is at or near the limit of the
948 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
949 is longer than the text on the first line of the comment when
950 it's masked.
951
952 2002-04-24 Miles Bader <miles@gnu.org>
953
954 * menu-bar.el (menu-bar-update-buffers-1): Make sure
955 `uniquify-buffer-name-style' is bound.
956
957 2002-04-23 Colin Walters <walters@verbum.org>
958
959 * replace.el (toplevel): Require `cl' while compiling.
960 (occur-buffer, occur-nlines): Delete.
961 (occur-revert-properties): Rename to `occur-revert-properties'.
962 (occur-mode): Handle it. Set up font lock.
963 (occur-revert-function): Simply apply `occur-1'.
964 (occur-mode-find-occurence, occur-mode-mouse-goto)
965 (occur-mode-goto-occurrence-other-window)
966 (occur-mode-display-occurrence): Handle buffer property.
967 (list-matching-lines-face): Use defcustom.
968 (list-matching-lines-buffer-name-face): New variable.
969 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
970 in ibuffer.el.
971 (occur-read-primary-args): Move out of `occur'.
972 (occur): Delete. Now simply call `occur-1'.
973 (multi-occur, multi-occur-by-filename-regexp): New functions.
974 (occur-1): New function.
975 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
976 previous implementation of `occur'; taken from ibuf-ext.el.
977 (occur-fontify-on-property): New function.
978 (occur-fontify-region-function, occur-unfontify-region-function):
979 New functions.
980
981 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
982
983 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
984 (ibuffer-occur-match-face): Delete.
985 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
986 (ibuffer-occur-mouse-display-occurence): Delete.
987 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
988 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
989 (ibuffer-occur-engine): Moved to replace.el.
990 (ibuffer-do-occur): Simply call `occur-1'.
991
992 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
993 Handle the case where we're already viewing the score file.
994
995 2002-04-23 Andreas Schwab <schwab@suse.de>
996
997 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
998 next-tag-otherw.
999
1000 2002-04-23 Miles Bader <miles@gnu.org>
1001
1002 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
1003 directory separator if there's no directory. Don't display
1004 directories at all if uniquify is active. Some code cleanup.
1005 (uniquify-buffer-name-style): Declare (but don't initialize).
1006
1007 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
1008 for command menu entries, since the low-level menu code modifies
1009 them. Cache the resulting list.
1010 (menu-bar-buffers-menu-command-entries): New variable.
1011
1012 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
1013 Add separator line before commands
1014 Remove old crufty code that tried to line things up by adding
1015 spaces to entries (it doesn't work).
1016 Move `Frames' submenu after the normal buffers, and add a
1017 separator line before it.
1018 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
1019
1020 2002-04-22 Richard M. Stallman <rms@gnu.org>
1021
1022 * files.el (after-find-file): Use %s to output MSG.
1023
1024 * dired.el (dired-mouse-find-file-other-window):
1025 Handle events that move out of the window.
1026
1027 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
1028
1029 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
1030 was moved to the following line when it was at the first line
1031 of a block comment where comment-start-skip matched to eol.
1032
1033 2002-04-22 Richard M. Stallman <rms@gnu.org>
1034
1035 * simple.el (line-move-finish): Find beg and end of line
1036 before calling line-move-to-column. Do consider intangible
1037 when finding the end. Take more care in analyzing the results
1038 of intangibility after line-move-to-column.
1039
1040 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1041
1042 * international/mule-diag.el (list-input-methods-1): Doc fix
1043 (LEIM is now part of the standard distribution).
1044
1045 * tmm.el (tmm-completion-prompt): Doc fix.
1046
1047 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
1048
1049 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
1050
1051 * diary-lib.el (include-other-diary-files): Allow modifying
1052 included buffer, to turn off selective display.
1053
1054 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1055
1056 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
1057 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
1058 emacsen that doesn't support it.
1059
1060 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1061
1062 * progmodes/cc-align.el, progmodes/cc-engine.el,
1063 progmodes/cc-styles.el, progmodes/cc-vars.el
1064 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
1065 Find correct anchor for statement-cont in top level constructs.
1066 Analyze variable initializations in top level constructs as
1067 topmost-intro-cont instead of statement-cont. That is an
1068 incompatible change but it gives better consistency. The new
1069 lineup function c-lineup-topmost-intro-cont' compensates for
1070 it and is now put on topmost-intro-cont by default.
1071
1072 * progmodes/cc-align.el, progmodes/cc-engine.el,
1073 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
1074 contributed by Kevin Ryde.
1075
1076 (c-in-gcc-asm-p): Function to recognize asm statements.
1077 Contributed by Kevin Ryde.
1078
1079 (c-opt-asm-stmt-key): New language variable to recognize the
1080 beginning of asm statements.
1081
1082 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1083
1084 * progmodes/cc-engine.el (c-guess-basic-syntax):
1085 Detect variable declarations after class and struct declarations
1086 correctly. Fixed limit error when finding the anchor for
1087 template-args-cont and topmost-intro-cont.
1088
1089 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1090
1091 * progmodes/cc-cmds.el (c-beginning-of-defun)
1092 (c-declaration-limits): Find the "line oriented" declaration
1093 start too, just like the "line oriented" end is found.
1094
1095 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1096
1097 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
1098 for `inexpr-statement'. This is not compatible, though.
1099 I think the benefit of a good default style outweights that in
1100 this case. Besides, `inexpr-statement' is not very common.
1101
1102 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1103
1104 * progmodes/cc-cmds.el (c-electric-delete-forward):
1105 Fix silly bug that caused it to delete backwards in hungry delete
1106 mode. (It's amazing that this bug hasn't been reported.)
1107
1108 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
1109 Extracted the code to get the declaration limits from
1110 `c-mark-function' to a new `c-declaration-limits'.
1111
1112 (c-indent-defun): Use the same method to get the limits of the
1113 declaration or macro as `c-mark-function'.
1114
1115 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
1116 list initializers correctly (but costly; it ought to be
1117 integrated into `c-beginning-of-statement-1').
1118
1119 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1120
1121 * progmodes/cc-cmds.el, progmodes/cc-engine.el
1122 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
1123 Rewritten to detect the declaration limits better.
1124 Now handles K&R argdecls, class definitions followed by variables etc.
1125
1126 (c-in-knr-argdecl): Broke out the K&R argdecl test in
1127 `c-beginning-of-decl-1' to this new function.
1128
1129 (c-end-of-statement-1, c-end-of-decl-1):
1130 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
1131 handles declarations that continue after the block.
1132
1133 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1134 Added an option to restrict matching to the top level of the
1135 current paren sexp.
1136
1137 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
1138 New regexp to recognize declarations that continue after the block.
1139
1140 (c-syntactic-eol): New regexp to match a "syntactic" eol.
1141
1142 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1143
1144 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
1145 that often caused the backward limit to be lost at the top
1146 level. This improves performance a bit.
1147
1148 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1149 New function that works like `re-search-forward' but only returns
1150 matches in syntactically significant text.
1151
1152 * progmodes/cc-engine.el: Fixed a faster and more accurate way
1153 to recognize K&R argdecls.
1154
1155 (c-beginning-of-decl-1): New function that put point at the
1156 beginning of the declaration. It handles K&R argdecl blocks.
1157
1158 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
1159 code with one that doesn't depend on the current indentation.
1160 The anchor position for `knr-argdecl' has also changed, but in
1161 a way that is unlikely to cause compatibility problems.
1162
1163 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1164
1165 * progmodes/cc-defs.el, progmodes/cc-engine.el
1166 (c-forward-comment): `forward-comment' in XEmacs skips over
1167 line continuations in the backward direction. Correct for
1168 that. Also made this a defun since it has grown too large now
1169 to be a defsubst.
1170
1171 * progmodes/cc-langs.el: More convenient and decentralized
1172 setup of the language specific variables. The regexp-opt
1173 mangling is also done at compile time now.
1174
1175 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1176
1177 * progmodes/cc-cmds.el (c-indent-line-or-region):
1178 Call `c-indent-line' directly instead of through
1179 `indent-according-to-mode' so that this function always
1180 indents syntactically.
1181
1182 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
1183 where a class beginning with a nested class could cause an
1184 infinite loop (the state outside the narrowed out class is
1185 never used now).
1186
1187 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1188
1189 * progmodes/cc-align.el, progmodes/cc-cmds.el,
1190 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
1191 the context sensitive analysis inside macros is restricted to
1192 the bodies of #define's; other things, like #if expressions,
1193 never have anything in common with their surroundings.
1194 The old `cpp-macro-cont' syntax is now used in situations where
1195 the syntactic analysis isn't applicable, and a new syntactic
1196 element `cpp-define-intro' is used to add indentation in
1197 #define bodies.
1198
1199 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
1200 better reflect its use.
1201
1202 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
1203 continuation backslashes in the detection of `arglist-cont-nonempty'.
1204
1205 * progmodes/cc-align.el: Use the vector form in the return
1206 value in all cases where lineup functions return absolute columns.
1207
1208 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1209
1210 * progmodes/cc-engine.el (c-add-stmt-syntax)
1211 (c-guess-basic-syntax): Anchor `brace-list-intro' and
1212 `bracec-list-close' better for brace lists nested inside expressions.
1213
1214 * progmodes/cc-engine.el, progmodes/cc-langs.el,
1215 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
1216 various language specific variables and their initialization.
1217 The keyword regexps are now lists that are combined with
1218 regexp-opt. Some variables have changed names to fit better
1219 with the naming convention.
1220
1221 * progmodes/cc-defs.el, progmodes/cc-vars.el
1222 (c-buffer-is-cc-mode): The value is the mode symbol of the
1223 original CC Mode mode.
1224
1225 (c-major-mode-is): Compare against the buffer local variable
1226 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
1227
1228 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1229
1230 * progmodes/cc-engine.el (c-forward-syntactic-ws)
1231 (c-backward-syntactic-ws, c-forward-token-1)
1232 (c-backward-token-1, c-in-literal, c-literal-limits)
1233 (c-collect-line-comments, c-literal-type, c-on-identifier)
1234 (c-guess-basic-syntax): These functions are now considered part
1235 of the "CC Mode API" and may be used by other code.
1236 That's signified by making their documentation into docstrings.
1237
1238 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
1239 Removed these internal functions since they aren't used.
1240
1241 (c-forward-to-cpp-expression): Classified this function as internal.
1242
1243 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1244
1245 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
1246 Simplified these regexps; the class keywords they contain
1247 ought to be enough to avoid false matches, so checking for
1248 following identifiers etc is just unnecessary (and might also
1249 fail for oddly formatted code).
1250
1251 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1252
1253 * progmodes/cc-engine.el, progmodes/cc-cmds.el
1254 (c-forward-comment-lc): New function that behaves like
1255 `c-forward-comment', with the exception that line
1256 continuations are treated as whitespace.
1257
1258 (c-beginning-of-statement): Use `c-forward-comment-lc', to
1259 work correctly in macros and other places where line
1260 continuations should be treated as whitespace.
1261
1262 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
1263 normal label in a switch block as a case label, to get
1264 consistent lineup with the case labels.
1265
1266 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
1267 in skipping over a macro that ends with an empty line.
1268
1269 * progmodes/cc-styles.el: Require cc-align since styles added
1270 with `c-add-style' often contains references to functions
1271 defined there, and so the `c-valid-offset' check might
1272 otherwise complain on them.
1273
1274 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1275
1276 * progmodes/cc-align.el, progmodes/cc-mode.texi,
1277 progmodes/cc-vars.el: Added two new lineup functions:
1278
1279 (c-lineup-knr-region-comment): A new lineup function to get
1280 (what most people think is) better indentation of comments in
1281 the "K&R region" between the function header and its body.
1282
1283 (c-lineup-gcc-asm-reg): New lineup function for better
1284 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
1285
1286 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
1287 `c-lineup-knr-region-comment' in the default offset
1288 configuration, since these two functions have little impact
1289 outside their intended use, and they generally do the right
1290 thing when they kick in.
1291
1292 * progmodes/cc-engine.el (c-guess-continued-construct)
1293 (c-guess-basic-syntax): Handle nested functions in all
1294 languages, not just Pike. In C and C++ there's a gcc
1295 extension for this, and it also gives better treatment of
1296 macros that are followed by blocks.
1297
1298 * progmodes/cc-langs.el (c-symbol-key): Made this variable
1299 mode specific, to handle Pike special symbols like `== better.
1300
1301 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1302
1303 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
1304 progmodes/cc-vars.el (c-report-syntactic-errors): A new
1305 variable to control the syntactic error messages. It defaults
1306 to off; since CC Mode ignores most syntactic errors it might
1307 as well ignore them all for the sake of consistency.
1308
1309 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1310
1311 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
1312 Optimization. Can give a noticeable speedup if there's a
1313 large preceding function or class body.
1314
1315 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1316
1317 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
1318 efficient and correct insertion functions in many places.
1319 Always inherit text properties correctly if the text is
1320 permanent. Also do it for speed in temporary insertions,
1321 since I figure it's less work to continue the surrounding text
1322 properties than to break them.
1323
1324 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
1325 completion to make it easier to enter lists.
1326
1327 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1328
1329 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
1330 c-state-cache was clobbered.
1331
1332 * progmodes/cc-cmds.el, progmodes/cc-engine.el
1333 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
1334 to dependency.
1335
1336 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1337
1338 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
1339 open parens in macros (if point isn't in the same one).
1340
1341 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1342
1343 * progmodes/cc-cmds.el (c-context-open-line): New function
1344 that is the `open-line' equivalent to `c-context-line-break'.
1345
1346 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
1347 for Emacs 21 since `indent-new-comment-line' has been changed
1348 to `comment-indent-new-line' there.
1349
1350 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1351
1352 * progmodes/cc-engine.el, progmodes/cc-langs.el
1353 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
1354 New variables containing the character sets used to recognize
1355 statement/declaration boundaries. These variables might help
1356 to support languages like javascript and awk, where newlines
1357 sometimes delimits statements.
1358
1359 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
1360 the set of statement delimiting characters, to allow it to be
1361 changed dynamically and per-mode.
1362
1363 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1364
1365 * progmodes/cc-engine.el (c-looking-at-bos)
1366 (c-looking-at-inexpr-block, c-add-stmt-syntax)
1367 (c-guess-basic-syntax): Treat blocks directly inside function
1368 calls like "bare" statements inside function calls, and not
1369 like in-expression statements. This to make indentation of
1370 such blocks consistent with other statements inside macro calls.
1371
1372 * progmodes/cc-engine.el (c-guess-basic-syntax):
1373 Made arglist-cont anchor correctly in arglists that contain statements.
1374
1375 * progmodes/cc-engine.el (c-guess-basic-syntax):
1376 Fixed consistent anchoring of defun-block-intro in defuns in code
1377 blocks (can only occur in Pike).
1378
1379 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
1380 (c-looking-at-inexpr-block-backward): Changed the arguments to
1381 require containing sexps and paren state, for better efficiency.
1382
1383 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1384
1385 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
1386 progmodes/cc-vars.el: Improved anchoring of statement and
1387 handling of labels in front of substatements.
1388
1389 (c-guess-continued-construct, c-guess-basic-syntax):
1390 Improved and unified anchoring at statements. Statements beginning
1391 with comments or labels are now avoided, by going out of
1392 blocks and containing statements if necessary. This nesting
1393 handling also fixes the case when there's a statement after a
1394 block open brace. Added the syntactic symbol `substatement-label'.
1395
1396 (c-electric-colon): Map the new `substatement-label' to
1397 `label' when consulting `c-hanging-colons-alist'.
1398
1399 (c-offsets-alist): Added substatement-label. Updated the
1400 comments for the new anchoring positions at statements.
1401
1402 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
1403 anchor points for knr-argdecl-intro and access-label.
1404 They used to refer to some point on the same line, a bug which was
1405 neutralized by a kludge in `c-get-syntactic-indentation' which
1406 ignored such anchor points.
1407
1408 (c-get-syntactic-indentation): Removed the kludge that was
1409 necessary due to buggy anchor points.
1410
1411 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
1412 the absence of a comma before arglist-close (case 7A) in any
1413 language, since there's nothing better to do that case anyway.
1414 Added special case to make in-expression statements be
1415 recognized as normal arglist-cont if we're directly in a macro
1416 arglist, for consistency with other "bare" statements.
1417
1418 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
1419 limit arg for backward searches.
1420
1421 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
1422 Anchor gcc in-expression statements at the surrounding open
1423 parenthesis. Treat a class body as an in-expression class if
1424 it's used in an object clone expression in Pike.
1425
1426 * progmodes/cc-engine.el (c-get-offset)
1427 (c-get-syntactic-indentation): Allow several anchor positions
1428 in the list of syntactic symbols. Only the first is used as
1429 the base for the offset calculation.
1430
1431 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1432
1433 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
1434 macro if inside one at the top level. Do not throw an error
1435 if used at the top level outside a macro.
1436
1437 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
1438 alignment only if the backslashes can't be aligned with
1439 surrounding backslashes.
1440
1441 * progmodes/cc-engine.el (c-end-of-macro): New function.
1442
1443 * progmodes/cc-engine.el (c-least-enclosing-brace):
1444 Rewritten to not be destructive.
1445
1446 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1447
1448 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
1449 line break when point is inside the content of it; if it's in
1450 the cpp keyword a normal line break is done.
1451
1452 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
1453 cpp-macro-cont inside the argument list to a #define.
1454
1455 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1456
1457 * progmodes/cc-defs.el (c-forward-comment): Implemented a
1458 kludge to avoid the problem most forward-comment incarnations
1459 have with `\' together with comment parsing.
1460
1461 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1462
1463 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
1464 which could cause the state returned by `c-parse-state' to
1465 lack a closed paren element. That in turn could result in
1466 very long searches, since it's common that they start from the
1467 last preceding close brace.
1468
1469 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1470
1471 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
1472 treat else-if as a single continuation, since that'd make it
1473 hard to get the right anchor point when there's a line break
1474 between the two keywords. This change causes else-clause to
1475 be anchored on the closest preceding else-if and not always on
1476 the starting if, but that doesn't affect the indentation for
1477 any reasonably sane style. Also introduced a noerror flag.
1478
1479 (c-beginning-of-closest-statement): Removed;
1480 c-beginning-of-statement-1 now avoids the problem this one solved.
1481
1482 * progmodes/cc-engine.el (c-guess-continued-construct)
1483 (c-guess-basic-syntax): Better and more uniform anchor points
1484 for 'statement-cont and 'substatement. The effect is
1485 noticeable mostly when there's a label on the same line as the
1486 beginning of the statement, or when there are more stuff
1487 before the start of the statement.
1488
1489 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
1490 Added flag to disable looking at the type of the surrounding paren
1491 since that confuses c-beginning-of-statement-1 and a couple of
1492 other places.
1493
1494 * progmodes/cc-engine.el (c-guess-basic-syntax):
1495 Avoid stepping to the previous statement in case 18.
1496 Improvements in recognition of statement blocks on the top level.
1497
1498 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1499
1500 * progmodes/cc-engine.el (c-beginning-of-statement-1)
1501 (c-crosses-statement-barrier-p): Rewritten to get a well
1502 defined and documented behavior. This fixes some tricky cases
1503 in recognition of do-while constructs.
1504
1505 (c-backward-to-start-of-do, c-backward-to-start-of-if):
1506 Removed; use c-beginning-of-statement-1 instead.
1507
1508 (c-guess-continued-construct, c-guess-basic-syntax):
1509 Various fixes to not depend on the bugs previously in
1510 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
1511 use the new behavior of c-beginning-of-statement-1 better.
1512 Fixed recognition of catch blocks inside macros.
1513
1514 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
1515 in skipping over a macro.
1516
1517 * progmodes/cc-langs.el (c-label-kwds): New variable to
1518 contain the appropriate c-*-label-kwds value.
1519
1520 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
1521 evaluation bug that caused the widget for
1522 c-block-comment-prefix to bug out.
1523
1524 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1525
1526 * progmodes/cc-engine.el (c-guess-basic-syntax):
1527 Improved recognition of statements: They are now recognized in
1528 contexts where they normally can't occur, e.g. on the top level or
1529 in function call arguments. This is mainly useful to recognize
1530 statements in macros at the top level, and in arguments to
1531 macros. The cases has been moved around quite a bit, and case
1532 10 has been copied to case 18. (The cases has not been
1533 renumbered because of this.)
1534
1535 (c-guess-continued-construct): New function which has the
1536 rules which are common between cases 10 and 18.
1537
1538 * progmodes/cc-engine.el (c-beginning-of-statement-1)
1539 (c-backward-to-start-of-do, c-backward-to-start-of-if):
1540 Fixes so that they really obey the passed limits.
1541
1542 (c-safe-position): Return nil if the state doesn't contain a
1543 suitable position.
1544
1545 (c-guess-basic-syntax): Fixes some too short limits in calls
1546 to c-beginning-of-statement-1. Some fixes for top level
1547 analysis in ObjC mode.
1548
1549 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1550 Fixed bug in do-while statements where the body is not a block.
1551
1552 * progmodes/cc-styles.el (c-set-style):
1553 Reset c-special-indent-hook to its global value if in override mode.
1554 Fixes problem where functions on that hook remained after
1555 style switch.
1556
1557 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
1558 Use c-benign-error to report the c-strict-syntax-p error.
1559
1560 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1561
1562 * progmodes/cc-align.el, progmodes/cc-defs.el,
1563 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
1564 Several fixes to treat macros as code and not literals and to
1565 handle line continuations transparently.
1566
1567 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
1568 through whitespace and line continuations, but not comments
1569 and macros.
1570
1571 (c-in-literal): No longer recognizes macros as literals by
1572 default. An extra flag argument is required to do that.
1573
1574 (c-macro-start, c-query-macro-start)
1575 (c-query-and-set-macro-start): Added a cache for the macro
1576 start position.
1577
1578 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
1579 more speed when limits are given. Workaround for bad behavior
1580 in forward-comment in some emacsen when it hits a buffer limit
1581 with a large repeat count.
1582
1583 (c-lineup-macro-cont): Improved behavior when
1584 c-syntactic-indentation-in-macros is nil.
1585
1586 (c-syntactic-indentation-in-macros, c-backslash-max-column)
1587 (c-auto-align-backslashes): New customization variables to
1588 control macro handling.
1589
1590 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1591 Fixes to handle line continuations.
1592
1593 * progmodes/cc-defs.el, progmodes/cc-styles.el
1594 (c-get-style-variables, c-set-offset): Report style errors
1595 with message and ding instead of error signal. This to avoid
1596 interrupted mode init if there's some style problem.
1597
1598 (c-benign-error): New macro to report errors that doesn't need
1599 to interrupt the operation.
1600
1601 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
1602
1603 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1604
1605 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
1606 Removed most of the c-state-cache fiddling, since the global
1607 state cache now handles this.
1608
1609 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
1610 when there's an open paren at the very first char of the
1611 visible buffer region.
1612
1613 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
1614 Cache the state globally and invalidate it below every buffer
1615 change with the new after change function
1616 `c-check-state-cache'. This gives a considerable performance
1617 boost when editing large functions or classes.
1618
1619 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
1620
1621 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1622
1623 * progmodes/cc-engine.el, progmodes/cc-langs.el,
1624 progmodes/cc-align.el: Improvements to syntactic analysis
1625 inside macros:
1626
1627 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
1628 by `c-guess-basic-syntax'.
1629
1630 (c-parse-state): Fixed bug with braces inside macros when
1631 using cached state info.
1632
1633 (c-forward-to-cpp-expression): New function to aid in
1634 syntactic analysis inside macros.
1635
1636 (c-beginning-of-statement-1, c-backward-syntactic-ws):
1637 Fixes to work better inside macros.
1638
1639 (c-forward-syntactic-ws): Whitespace between the # and the
1640 command should be allowed in preprocessor directives.
1641
1642 (c-lineup-macro-cont): New lineup function to get context
1643 sensitive indentation inside macros.
1644
1645 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
1646 cpp-macro-cont.
1647
1648 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1649
1650 * progmodes/cc-engine.el (c-beginning-of-statement-1)
1651 (c-forward-syntactic-ws): Fixes to handle continued lines.
1652
1653 (c-backward-to-start-of-if, c-guess-basic-syntax):
1654 Do syntactic analysis inside macros.
1655
1656 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1657
1658 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
1659 possible by the more flexible state cache.
1660
1661 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
1662 (c-whack-state-after, c-hack-state)
1663 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
1664 Improved the state cache system. It now can use partial info from
1665 an old cached state to calculate a new one at a different
1666 position. Removed some kludges to avoid the state cache.
1667 The new functions `c-whack-state-before' and `c-whack-state-after'
1668 replace the now obsolete `c-whack-state'.
1669
1670 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1671 Optimized backing through a macro. This can speed things up
1672 quite a bit when there are long macros before point.
1673
1674 (c-beginning-of-macro): Do not ignore the limit.
1675
1676 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1677
1678 * progmodes/cc-cmds.el (c-electric-continued-statement):
1679 Fixed a bug where the keyword wasn't reindented correctly if
1680 followed by another keyword or identifier.
1681
1682 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
1683 pairs that are in macros. Fixes some cases where e.g. the
1684 second of two "do { } while (0)" macros after each other
1685 indented differently.
1686
1687 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1688
1689 * progmodes/cc-engine.el (c-beginning-of-macro)
1690 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
1691 directive when it begins a line, to allow for script
1692 interpreter lines like "#!/usr/bin/pike" at the beginning of
1693 the file.
1694
1695 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1696
1697 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
1698 Recognize brace blocks inside a parenthesis expression as
1699 inexpr-statement. Useful when writing statements as macro arguments.
1700
1701 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1702
1703 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
1704 (c-mask-comment): Broke out the comment masking code from
1705 `c-fill-paragraph' to a new function `c-mask-comment', to be
1706 able to do the same thing in `c-do-auto-fill'. This should
1707 make auto-fill-mode behave better.
1708
1709 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1710
1711 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
1712 Check `executing-macro' to avoid blinking parens when macros
1713 are executed.
1714
1715 * progmodes/cc-mode.el, progmodes/cc-styles.el
1716 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
1717 consistency with `c-setup-paragraph-variables' (which was
1718 placed there due to the dependency from `c-set-style').
1719
1720 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
1721 incomplete initialization from the style variable fallbacks if
1722 there already is a style called "user" defined when CC Mode
1723 starts up for the first time.
1724
1725 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1726
1727 * progmodes/cc-cmds.el, progmodes/cc-vars.el
1728 (c-comment-indent, c-indent-comment-alist): Added new variable
1729 `c-indent-comment-alist' to allow better control over
1730 `c-comment-indent'.
1731
1732 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1733
1734 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
1735 both `comment-start-skip' and the comment prefix on the
1736 current line with the comment starter, so that we line up
1737 comments which matches `c-comment-prefix-regexp' on the first
1738 line (after the `/') without the need to make
1739 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
1740
1741 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
1742 (c-set-style-1, c-setup-paragraph-variables): Moved the
1743 variable initialization based on `c-comment-prefix-regexp' to
1744 a new function `c-setup-paragraph-variables', which is now
1745 used both at mode init and when a style that sets
1746 `c-comment-prefix-regexp' is activated.
1747
1748 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1749
1750 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1751 Better handling of C++ template args to avoid confusion with
1752 `<' and `>' used as operators in member init expressions.
1753
1754 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1755
1756 * progmodes/cc-engine.el (c-most-enclosing-brace)
1757 (c-least-enclosing-brace): Added optional second arg to limit
1758 the search to before a certain point.
1759
1760 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
1761 which could cause incorrect analysis if a cached state is used
1762 (usually only happens when an electric key reindents a line).
1763
1764 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1765
1766 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
1767 insulation. This time for XEmacs 21.
1768
1769 * progmodes/cc-engine.el, progmodes/cc-langs.el:
1770 Improved handling of inheritance lists:
1771
1772 (c-beginning-of-inheritance-list): Rewritten to use a more
1773 syntactically correct method that doesn't get confused by
1774 badly placed linebreaks and comments.
1775
1776 (c-guess-basic-syntax): Several fixes to the handling of
1777 inheritance lists in combination with templates. 'inher-intro
1778 is now anchored on the start of the class declaration and not
1779 the indentation of the current line. Switched places on cases
1780 5D.3 and 5D.4 and made them use more syntactically correct methods.
1781
1782 (c-inher-key): Removed since the code in
1783 `c-guess-basic-syntax' now uses token-based search.
1784
1785 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
1786 Added a submenu to access some toggles.
1787
1788 (c-toggle-syntactic-indentation): New function to toggle the
1789 variable `c-syntactic-indentation'.
1790
1791 * progmodes/cc-styles.el (c-set-style): Improved the error
1792 message for incorrect offsets a bit.
1793
1794 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1795
1796 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
1797 sexp follows point immediately, instead find the closest
1798 following open paren that ends on another line.
1799
1800 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1801
1802 * progmodes/cc-align.el (c-lineup-cascaded-calls):
1803 New indentation function.
1804
1805 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
1806 directives with whitespace between the '#' and the name.
1807
1808 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1809
1810 * progmodes/cc-engine.el (c-forward-syntactic-ws)
1811 (c-backward-syntactic-ws): Handle line continuations as
1812 whitespace. Don't move past a macro if that'd take us past
1813 the limit.
1814
1815 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1816
1817 * progmodes/cc-engine.el (c-beginning-of-macro)
1818 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
1819 Pike, and that shouldn't be confused with a preprocessor directive.
1820
1821 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1822
1823 * progmodes/cc-cmds.el: Extended the kludge to interoperate
1824 with the delsel and pending-del packages wrt to the new
1825 function `c-electric-delete-forward'.
1826
1827 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1828
1829 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
1830 the block itself, i.e. only indent the contents in it.
1831
1832 * progmodes/cc-styles.el (c-set-style): Use the default
1833 argument to completing-read instead of initial-contents, if
1834 the function is recent enough to support it.
1835
1836 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1837
1838 * progmodes/cc-mode.el (c-mode-help-address):
1839 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
1840 I've almost never seen a bug reported this way that should go
1841 to that list, but it's rather common that the reports concern
1842 the combination CC Mode and XEmacs instead.
1843
1844 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1845
1846 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
1847 brace-elseif-brace and brace-catch-brace are active and
1848 there's a "else if"-block before the catch block.
1849
1850 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
1851 Detect function headers that span lines.
1852
1853 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1854
1855 * progmodes/cc-cmds.el (c-electric-brace)
1856 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1857 Check for last on line only for doing the auto-newline-mode
1858 stuff, not for the reindentation.
1859
1860 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
1861 handling of c-syntactic-indentation: When it's nil, indent the
1862 new lines but don't reindent the current one. Reindent the
1863 line only when the inserted brace comes first on it, instead
1864 of last.
1865
1866 * progmodes/cc-cmds.el (c-electric-brace)
1867 (c-electric-semi&comma): Fixed two places where
1868 c-syntactic-indentation wasn't heeded.
1869
1870 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
1871 inside a macro.
1872
1873 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
1874 little harder to find a fallback position when an orphan else
1875 is found. Fixed case where an else following a do-while
1876 statement could be associated with an if inside the do-while.
1877
1878 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1879
1880 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
1881 for the fallback to add a single space after the comment prefix.
1882
1883 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
1884 behavior in some special cases, especially for single-line comments.
1885 Avoid breaking up a comment starter or ender.
1886
1887 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1888
1889 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
1890 the Emacs sources to make this work in invisible text.
1891
1892 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
1893 not be confused by a later ':' on the same line as the label.
1894
1895 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1896
1897 * progmodes/cc-cmds.el, progmodes/cc-mode.el
1898 (c-electric-delete, c-electric-delete-forward):
1899 Split `c-electric-delete' into two functions where
1900 `c-electric-delete-forward' always deletes forward and
1901 `c-electric-delete' only contains the code necessary for
1902 XEmacs to choose between backward and forward deletion.
1903 `c-electric-delete-forward' is now bound to C-d to get the
1904 electric behavior on that key too.
1905
1906 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1907
1908 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
1909 use of c-comment-prefix-regexp, which caused an error when
1910 it's a list.
1911
1912 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1913
1914 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
1915 (c-default-style): Removed the hardcoded switch to "java" style
1916 in Java mode. It's instead taken care of by the default value
1917 for c-default-style.
1918
1919 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
1920
1921 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
1922 was triggered by equal signs in string literals.
1923
1924 2002-04-21 Kim F. Storm <storm@cua.dk>
1925
1926 * subr.el (insert-buffer-substring-no-properties): New function.
1927 (insert-buffer-substring-as-yank): New function.
1928
1929 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1930
1931 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
1932 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
1933 prefix from scroll commands. Ignore end-of-buffer errors from
1934 other windows.
1935 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
1936 commands.
1937 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
1938 New functions.
1939
1940 * files.el: (auto-mode-alist): .f95 files in f90-mode.
1941
1942 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
1943 a DO statement irrespective of numeric label.
1944
1945 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1946
1947 * files.el (auto-save-file-name-transforms): Doc fix.
1948 Add third element to "uniquify" filenames.
1949 (make-auto-save-file-name): Use new element of
1950 auto-save-file-name-transforms.
1951 * startup.el (command-line): Add third element to
1952 auto-save-file-name-transforms.
1953
1954 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
1955
1956 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
1957 return value of file-name-completion and file-name-all-completions.
1958
1959 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
1960
1961 * progmodes/f90.el: Update maintainer.
1962 (f90-line-continued): Recognize blank/comment lines embedded in
1963 continuation lines.
1964 (f90-looking-at-program-block-start): No extra indentation after
1965 function or subroutine keyword appears in single quotes.
1966
1967 2002-04-19 Miles Bader <miles@gnu.org>
1968
1969 * custom.el (customize-mark-to-save, customize-mark-as-set)
1970 (custom-quote): Moved here from `cus-edit.el'.
1971 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
1972 (custom-quote): Moved to `custom.el'.
1973
1974 2002-04-18 Richard M. Stallman <rms@gnu.org>
1975
1976 * facemenu.el (list-text-properties-at): Command deleted.
1977
1978 * rect.el (insert-rectangle): Use insert-for-yank.
1979
1980 * register.el (insert-register): Use insert-for-yank.
1981 (describe-register-1): Discard text props in yank-excluded-properties.
1982
1983 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
1984 Fix parts in construction of `menu-item' item at end.
1985
1986 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
1987
1988 * subr.el (insert-for-yank): New function.
1989
1990 * simple.el (yank-excluded-properties): New user option.
1991 (yank-pop, yank): Use insert-for-yank.
1992
1993 2002-04-19 Kim F. Storm <storm@cua.dk>
1994
1995 * simple.el (pop-to-mark-command): Do not set this-command.
1996 (set-mark-command): Always jump to mark when called with arg.
1997
1998 2002-04-18 Francesco Potorti` <pot@gnu.org>
1999
2000 * comint.el (comint-watch-for-password-prompt): Remove whitespace
2001 at the beginning of password prompts.
2002
2003 2002-04-18 Andrew Innes <andrewi@gnu.org>
2004
2005 * facemenu.el: Remove require of wid-edit.
2006
2007 2002-04-17 Colin Walters <walters@verbum.org>
2008
2009 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
2010 one window.
2011 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
2012 (ibuffer-current-state-list): Reinstate optional argument; now
2013 just call `point' inside the mapping function.
2014
2015 2002-04-17 Francesco Potorti` <pot@gnu.org>
2016
2017 * dired-aux.el (dired-star-subst-regexp)
2018 (dired-quark-subst-regexp): New constants.
2019 (dired-do-shell-command, dired-shell-stuff-it): Use them.
2020 (dired-do-shell-command): Raise an error if both `*' and `?'
2021 substitution marks are used in the same command.
2022 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
2023 in a command given via dired-do-shell-command.
2024
2025 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
2026
2027 2002-04-16 Jason Rumney <jasonr@gnu.org>
2028
2029 * international/mule-cmds.el (locale-preferred-coding-systems):
2030 Add "jpn".
2031
2032 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
2033
2034 * term.el (term-emulate-terminal): Fix last change.
2035
2036 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2037
2038 * bindings.el (mode-line-mode-menu): Update names to reflect
2039 latest changes.
2040
2041 2002-04-16 Mike Williams <mdub@bigfoot.com>
2042
2043 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
2044 compilation error.
2045
2046 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
2047
2048 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
2049 (viper-ex-print-buf-name): New variable.
2050 (viper-ex-print-buf): New variable.
2051 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
2052 (ex-g-marks): New variable.
2053 (ex-print): New function.
2054 (ex-print-display-lines): New function.
2055
2056 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
2057 the cursor color.
2058
2059 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
2060 when the window is not in its own frame.
2061 (ediff-clone-buffer-for-region-comparison): More robust window
2062 arrangement while prompting for regions to compare.
2063 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
2064 (ediff-inferior-compare-regions): Deleted unused vars
2065 ctl-buf and quit-now.
2066
2067 2002-04-15 Richard M. Stallman <rms@gnu.org>
2068
2069 * facemenu.el (facemenu-add-new-face): Use this only for faces.
2070 Delete arg MENU.
2071 (facemenu-add-new-color): New function.
2072 (facemenu-set-foreground, facemenu-set-background):
2073 Use facemenu-add-new-color.
2074
2075 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2076
2077 * ediff-init.el (ediff-current-diff-face-A)
2078 (ediff-current-diff-face-B, ediff-current-diff-face-C)
2079 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
2080 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
2081 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
2082 (ediff-even-diff-face-B, ediff-even-diff-face-C)
2083 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
2084 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
2085 (ediff-odd-diff-face-Ancestor): Add special color definitions for
2086 tty and MS-DOS displays.
2087
2088 2002-04-15 Andrew Innes <andrewi@gnu.org>
2089
2090 * facemenu.el: Require wid-edit.
2091
2092 2002-04-15 Miles Bader <miles@gnu.org>
2093
2094 * faces.el (highlight): Force foreground to be black on a tty, so
2095 this face is readable on a dark-background tty.
2096 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2097 Likewise.
2098
2099 2002-04-14 Kim F. Storm <storm@cua.dk>
2100
2101 * simple.el (pop-to-mark-command, push-mark-command): New commands.
2102 (set-mark-command): Use them.
2103 Enhanced functionality when command is repeated:
2104 - If first command set the mark (no prefix arg), repeat temporarily
2105 enables transient-mark-mode.
2106 - If first command jumped to mark off ring (with argument),
2107 repeat (with or without arg) jump to next mark off ring.
2108 - Use C-u C-u prefix to set mark after jump.
2109 (exchange-point-and-mark): Temporarily enable transient-mark-mode
2110 if prefix arg.
2111
2112 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2113
2114 * speedbar.el (speedbar-tag-hierarchy-method)
2115 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
2116
2117 2002-04-14 Mike Williams <mdub@bigfoot.com>
2118
2119 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
2120 beginning of buffer.
2121
2122 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2123
2124 * speedbar.el (speedbar-generic-item-info)
2125 (speedbar-sort-tags): Doc fix.
2126 (speedbar-add-supported-extension): Fix typo in interactive spec.
2127
2128 2002-04-13 Colin Walters <walters@verbum.org>
2129
2130 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
2131 only moving one line forward.
2132 (ibuffer-map-lines): Preserve point position even if we delete
2133 lines. Only call mapping functions with buffer and mark
2134 arguments; the other two were unused.
2135 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
2136
2137 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
2138
2139 * calc/calc-bin.el (math-format-radix-float): Use `when'.
2140
2141 * calc/calc.el (math-format-number): Load `calc-ext' before we
2142 call `math-group-float'.
2143
2144 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2145 Renamed from `gamegrid-add-score'.
2146 (gamegrid-add-score-insecure): Restored from the old
2147 `gamegrid-add-score'.
2148 (gamegrid-add-score): Just dispatch on `system-type' to one of the
2149 previous two functions.
2150
2151 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2152
2153 * iswitchb.el: Update commentary to include new function
2154 iswitchb-exclude-nonmatching.
2155
2156 2002-04-12 John Wiegley <johnw@gnu.org>
2157
2158 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
2159 operating systems to the regexp used to detect a script's interpreter.
2160
2161 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * frame.el (frames-on-display-list): Use `equal' to compare the
2164 `display' frame parameter to the argument DISPLAY.
2165
2166 2002-04-12 Dave Love <fx@gnu.org>
2167
2168 * help.el (string-key-binding): Deal with margin events.
2169
2170 2002-04-12 Francesco Potorti` <pot@gnu.org>
2171
2172 * comint.el (comint-password-prompt-regexp): Match " SMB password".
2173
2174 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
2175
2176 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
2177
2178 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
2179
2180 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
2181 (buffer-syntactic-context-depth): New funs.
2182
2183 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
2184 on variables.
2185
2186 * emacs-lisp/debug.el (debug-on-entry): Use push.
2187 (debugger-make-xrefs): Don't assume point-min == 1.
2188
2189 * progmodes/cc-engine.el (c-backward-to-start-of-if):
2190 Don't assume point-min == 1.
2191
2192 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
2193 (etags-list-tags, etags-tags-apropos, select-tags-table):
2194 Don't assume point-min == 1.
2195
2196 2002-04-12 Mike Williams <mdub@bigfoot.com>
2197
2198 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
2199
2200 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
2201
2202 * textmodes/fill.el (fill-context-prefix): Fix up last change.
2203
2204 * simple.el (line-move): Use memq rather than or.
2205 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
2206 (do-auto-fill): Use fill-move-to-break-point.
2207 (syntax-code-table): Remove.
2208
2209 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
2210 Don't add spaces at end of sentences at end of line.
2211 (fill-move-to-break-point): Make sure the result is always greater
2212 than linebeg, so we ensure forward progress.
2213 (fill-region-as-paragraph): Compare to `to' rather than eobp.
2214 (fill-paragraph): Don't rebind fill-paragraph-function.
2215
2216 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2217
2218 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
2219
2220 2002-04-11 Andreas Schwab <schwab@suse.de>
2221
2222 * files.el (file-name-non-special): Handle return value of t from
2223 `file-name-completion'.
2224
2225 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
2226
2227 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
2228 differently to avoid pathological exponential-time case.
2229 (adaptive-fill-regexp): Add ! and %.
2230 (fill-delete-prefix): Remove indentation while removing prefix.
2231 (fill-delete-newlines): Obey sentence-end.
2232 (fill-move-to-break-point, fill-newline): New functions extracted
2233 from fill-region-as-paragraph.
2234 (fill-region-as-paragraph): Use them.
2235 Don't fiddle with fill-indent-according-to-mode.
2236
2237 2002-04-10 Colin Walters <walters@verbum.org>
2238
2239 * play/snake.el (snake-score-file): Default to just "snake-scores".
2240
2241 * play/tetris.el (tetris-score-file): Likewise.
2242
2243 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
2244 use `update-game-score'.
2245
2246 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
2247 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
2248 ourselves; take it as an argument. Caller updated.
2249 (ibuffer-mode): Make mode-class special.
2250
2251 2002-04-10 Richard M. Stallman <rms@gnu.org>
2252
2253 * dired.el (dired-view-command-alist): New variable.
2254 (dired-view-file): Use external viewers for some files names.
2255
2256 * mouse.el (mouse-drag-region-1): Display region highlight
2257 only in the selected window.
2258
2259 * subr.el (remove-hook): When there are no more local hooks,
2260 kill the buffer-local value.
2261
2262 * isearch.el (isearch-mode): Don't call make-frame-visible
2263 if frame is already visible.
2264
2265 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
2266
2267 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
2268
2269 * progmodes/ada-prj.el: Add support for the new project file
2270 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix
2271 widget handling for Emacs 21. ada-mode now only supports a single
2272 active project file, instead of one per buffer. This is far less
2273 confusing.
2274
2275 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
2276 (ada-func-or-proc-name): Get real subprogram name, after change in
2277 ada-mode.el.
2278
2279 * progmodes/ada-xref.el: Ada-mode no longer supports a different
2280 project file per buffer. This was too complex. Instead, there is
2281 now a single active project file at any given time, and the user
2282 can switch the active one through the Ada menu. This revision
2283 also provides better handling of the Windows command line, and the
2284 various available shells on that platform. ada-mode is now fully
2285 integrated with the GNU visual debugger gvd, see
2286 http://libre.act-europe.fr.
2287 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
2288 This is only available with GNAT 3.14.
2289 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
2290 (ada-quote-cmd): New function.
2291 (ada-initialize-runtime-library): Get the location of the actual
2292 runtime the compiler will be using, including support for
2293 cross-platform environments.
2294 (ada-treat-cmd-string): Add support for the new variable
2295 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
2296 two commands to run just prior to running the debugger, and just
2297 after starting it. This provide better support for cross-platform
2298 and remote debugging.
2299 (ada-get-absolute-dir): Remove, replace with expand-file-name.
2300 (ada-gdb-application): New parameter executable-name.
2301 (ada-get-ali-file-name): Better handling of separate packages.
2302 Checkin on behalf of the ada-mode maintainer.
2303
2304 * progmodes/ada-mode.el (ada-case-exception-file)
2305 (ada-indent-handle-comment-special): New variables.
2306 (ada-case-exception-substring): New variable. Casing exceptions
2307 can now also be defined for substrings, in addition to full
2308 identifier names. This provides more flexibility.
2309 (ada-align-list): New fun, provide support for align.el in ada-mode.
2310 (ada-procedure-start-regexp): Add support for operators and
2311 generic formal subprograms and packages.
2312 (ada-imenu-comment-re): New variable.
2313 (ada-imenu-generic-expression): Add support for protected types.
2314 (ada-mode): Set comment-start only after running ada-mode-hook, so
2315 that the user can change ada-comment-start in the hook.
2316 Add support for ispell in comments. Add support for align.el.
2317 (ada-save-exception-file, ada-create-case-exception-substring)
2318 (ada-adjust-case-substring): New functions.
2319 (ada-get-current-indent): Properly handles keywords with uppercases.
2320 (ada-goto-matching-end): Rewritten, fixes problems in the handling
2321 of nested blocks.
2322 (ada-untab-hard): Do not touch the contents of comments and strings.
2323
2324 2002-04-09 Mike Williams <mdub@bigfoot.com>
2325
2326 * textmodes/sgml-mode.el (sgml-lexical-context):
2327 Use sgml-parse-tag-backward to find start point.
2328 (sgml-looking-back-at): Doc fix.
2329
2330 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2331
2332 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
2333 for prompt.
2334
2335 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
2336
2337 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
2338 Use define-minor-mode.
2339 (auto-revert-buffers): Use with-current-buffer.
2340 Avoid changing the minor modes.
2341
2342 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
2343 rather than char-to-string since last-input-char can be any event.
2344
2345 * international/titdic-cnv.el (tit-dictionary):
2346 Use defvar for non-constants.
2347
2348 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
2349 (global-cwarn-mode): Use easy-mmode-define-global-mode.
2350 (cwarn-font-lock-keywords): New function.
2351 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
2352 (cwarn-font-lock-match): New macro.
2353 (cwarn-font-lock-match-assignment-in-expression)
2354 (cwarn-font-lock-match-dangerous-semicolon)
2355 (cwarn-font-lock-match-reference): Use it.
2356
2357 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
2358 Use defvar rather than defconst since it's meant to be settable.
2359 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
2360 (cperl-fix-line-spacing): Add missing \ in [ t].
2361
2362 * loadup.el: Call ucs-unify-8859 directly rather than
2363 unify-8859-on-encoding-mode.
2364 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
2365
2366 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
2367 (sgml-mode): Use it for comment-line-break-function.
2368
2369 2002-04-08 Jason Rumney <jasonr@gnu.org>
2370
2371 * international/mule-cmds.el (reset-language-environment):
2372 Handle coding-systems not being defined yet.
2373
2374 2002-04-08 Sam Steingold <sds@gnu.org>
2375
2376 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
2377 (vc-cvs-checkin): Use it.
2378
2379 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2380
2381 * files.el (display-time-string): Fix last change.
2382
2383 2002-04-07 Sam Steingold <sds@gnu.org>
2384
2385 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
2386
2387 2002-04-07 Jason Rumney <jasonr@gnu.org>
2388
2389 * international/mule-cmds.el (set-default-coding-systems)
2390 (reset-language-environment): Preserve eols on
2391 default-process-coding-system.
2392 (coding-system-change-text-conversion): Fix case where CODING is nil.
2393
2394 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2395
2396 * subr.el (play-sound): Move here from simple.el.
2397
2398 * simple.el (play-sound): Move to subr.el.
2399
2400 2002-04-06 Richard M. Stallman <rms@gnu.org>
2401
2402 * files.el (display-time-string-forms): Mark as risky.
2403
2404 * enriched.el (enriched-decode-foreground, enriched-decode-background):
2405 Use proper format for desired elts of `face' property.
2406 Don't test display-color-p; make the properties unconditionally.
2407
2408 * progmodes/compile.el (compilation-error-regexp-alist):
2409 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
2410
2411 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
2412
2413 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
2414 for customization type.
2415 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
2416
2417 2002-04-06 Mike Williams <mdub@bigfoot.com>
2418
2419 * textmodes/xml-lite.el: Remove.
2420
2421 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2422
2423 * simple.el (play-sound): New function (uses play-sound-internal).
2424
2425 2002-04-04 Richard M. Stallman <rms@gnu.org>
2426
2427 * files.el (mode-line-format, mode-line-modified)
2428 (mode-line-mule-info, mode-line-buffer-identification)
2429 (mode-line-modes, mode-line-position): Explicitly mark as risky.
2430 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
2431
2432 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
2433
2434 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
2435 Use (syntax-table), not old-syntax-table.
2436
2437 * enriched.el (enriched-decode-foreground)
2438 (enriched-decode-background): Don't call facemenu-get-face.
2439
2440 2002-04-04 Mike Williams <mdub@bigfoot.com>
2441
2442 * textmodes/sgml-mode.el: Add missing require.
2443 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
2444
2445 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2446
2447 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
2448 spot indicated by text property `cvs-goal-column', if present.
2449
2450 * pcvs-info.el (cvs-fileinfo-pp): Use text property
2451 `cvs-goal-column' to indicate position of file name (if present).
2452
2453 2002-04-03 Richard M. Stallman <rms@gnu.org>
2454
2455 * mail/mailabbrev.el (mail-abbrev-complete-alias):
2456 Call mail-abbrev-make-syntax-table.
2457
2458 * format.el (format-deannotate-region): Doc fix.
2459
2460 * enriched.el (enriched-face-ans): Delete special treatment
2461 for fg:... and bg:... faces.
2462 (enriched-decode-foreground): Return a list that specifies
2463 the foreground color, rather than creating a face.
2464 (enriched-decode-background): Likewise.
2465
2466 * shell.el (shell-mode): Don't reinit comint-input-ring
2467 if that was already done.
2468
2469 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
2470
2471 * solar.el (solar-spring-or-summer-season): Delete.
2472 (solar-northern-spring-or-summer-season): New variable.
2473 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
2474 Rewrite.
2475
2476 * solar.el (diary-sabbath-candles-minutes): New variable.
2477 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
2478
2479 * calendar.el (update-calendar-mode-line): Force mode-line update.
2480 Make date under the cursor available as `date' in
2481 calendar-mode-line-format.
2482 Eval items in calendar-mode-line-format list.
2483
2484 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
2485 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
2486
2487 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
2488
2489 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
2490 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
2491 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2492 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
2493
2494 * cal-tex.el: Change all instances (interactive "P") to
2495 (interactive "p").
2496 (cal-tex-cursor-month): Add hfill and newline at end of month that
2497 ended on Saturday.
2498 (cal-tex-preamble): Change to LaTeX2e.
2499 (cal-tex-cursor-filofax-year): Don't use default month names in
2500 LaTeX macros in case user changes them.
2501 (cal-tex-month-name): New function. Used throughout in case user
2502 has done something funny with month names.
2503
2504 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
2505 (diary-rosh-hodesh): Spelling correction.
2506
2507 2002-04-03 Mike Williams <mdub@bigfoot.com>
2508
2509 * textmodes/sgml-mode.el (sgml-lexical-context)
2510 (sgml-parse-tag-backward): Extend support for CDATA to include
2511 conditional sections.
2512
2513 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2514
2515 * cus-start.el: Rename `autoselect-window' to
2516 `mouse-autoselect-window'.
2517
2518 2002-04-02 Richard M. Stallman <rms@gnu.org>
2519
2520 * files.el (hack-one-local-variable):
2521 Clear text props from string value.
2522
2523 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
2524
2525 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2526 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
2527 Use regexp-opt.
2528 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
2529 from F95.
2530 (f90-procedures-re): Add `null' and `cpu_time' from F95.
2531 (f90-font-lock-keywords-1): Minor reorganization so we don't need
2532 `override' any more.
2533 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
2534 (f90-indent-subprogram): Use indent-region.
2535 (f90-break-line): Use indent-according-to-mode.
2536
2537 2002-04-02 Mike Williams <mdub@bigfoot.com>
2538
2539 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
2540 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
2541 (sgml-get-context): Remove use of sgml-inside-tag-p.
2542 (sgml-inside-tag-p): Remove.
2543 (sgml-looking-back-at): Short-circuit at beg of buffer.
2544 (sgml-lexical-context, sgml-calculate-indent): Add support for
2545 CDATA sections.
2546
2547 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
2548
2549 * help.el (help-key-description): New fun.
2550 (describe-key-briefly, describe-key): Use it and
2551 this-single-command-raw-keys plus new arg `untranslated'.
2552
2553 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
2554 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
2555 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
2556 (sgml-insert-end-tag): New funs taken from xml-lite.el.
2557 (sgml-calculate-indent): Use them.
2558 (sgml-slash-matching): Rename from sgml-slash.
2559 (sgml-slash): Copied from xml-lite and changed to use
2560 sgml-slash-matching and sgml-quick-keys.
2561
2562 * international/mule-cmds.el (standard-keyboard-coding-systems):
2563 Add koi8-u and koi8-r.
2564
2565 * eshell/.cvsignore: New file.
2566
2567 * eshell/esh-groups.el: Remove.
2568
2569 * progmodes/tcl.el: Change maintainer.
2570 (tcl-electric-hash-style): Change default to nil.
2571 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
2572 (tcl-do-auto-fill): Remove.
2573 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
2574
2575 2002-04-01 Mike Williams <mdub@bigfoot.com>
2576
2577 * textmodes/sgml-mode.el: Doc fixes.
2578 (sgml-mode): Set indent-line-function to sgml-indent-line.
2579 (sgml-calculate-indent): Add an explicit check for 'text syntax,
2580 to protect against future enhancements to sgml-lexical-context.
2581 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
2582
2583 * textmodes/xml-lite.el: Removed much redundant stuff.
2584 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
2585 always start within text. Make use of sgml-unclosed-tag-p.
2586
2587 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
2588
2589 * tcl.el (tcl-imenu-generic-expression): New value.
2590 (tcl-imenu-create-index-function): Function deleted.
2591 (tcl-mode): Check for filladapt-mode.
2592 Use tcl-imenu-generic-expression instead of
2593 tcl-imenu-create-index-function.
2594 (inferior-tcl-mode): Doc fix.
2595 Change not legally significant.
2596
2597 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2598
2599 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
2600
2601 * window.el (handle-select-window): New function.
2602 Update copyright.
2603
2604 2002-04-01 Richard M. Stallman <rms@gnu.org>
2605
2606 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
2607
2608 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
2609 tool-bar-add-item, and new arg MAP.
2610 (tool-bar-add-item): Now calls tool-bar-local-item.
2611 (tool-bar-local-item-from-menu): Renamed from
2612 tool-bar-add-item-from-menu, and new arg IN-MAP.
2613 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
2614
2615 * help-fns.el (help-with-tutorial): Allow various ways
2616 to specify the text in the [...] line, in handling the <...> line.
2617
2618 * progmodes/idlw-rinfo.el (idlwave-system-routines):
2619 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
2620
2621 * subr.el (redraw-modeline): Define alias.
2622
2623 2002-03-31 Richard M. Stallman <rms@gnu.org>
2624
2625 * files.el (file-expand-wildcards): Use save-match-data.
2626
2627 * files.el (format-alist): Mark as risky.
2628
2629 * simple.el (kill-new): Doc fix.
2630
2631 * emacs-lisp/byte-opt.el (side-effect-free-fns)
2632 (side-effect-and-error-free-fns): Add many functions, remove some.
2633
2634 2002-03-30 Richard M. Stallman <rms@gnu.org>
2635
2636 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
2637
2638 2002-03-30 Eli Zaretskii <eliz@gnu.org>
2639
2640 * font-lock.el (save-buffer-state): Fix last change.
2641
2642 * files.el (auto-save-file-name-transforms): Fix last change.
2643
2644 * startup.el (command-line): Fix last change.
2645
2646 2002-03-29 Richard M. Stallman <rms@gnu.org>
2647
2648 * subr.el (play-sound-file): Moved to simple.el.
2649
2650 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
2651
2652 2002-03-29 Colin Walters <walters@verbum.org>
2653
2654 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
2655 instead of `forward-line'.
2656 (ibuffer-forward-line): Be sure to skip over special properties
2657 before moving, too.
2658
2659 * calc/calc.el (calc-was-split): Var deleted.
2660 (calc): Remove reference to it.
2661 (calc): Ditto.
2662 (calc-quit): Ditto.
2663 (calc-init-base): Ditto.
2664
2665 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
2666
2667 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
2668
2669 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
2670 instead of nil when point is outside of any tag.
2671 (sgml-beginning-of-tag): Adjust to the change.
2672 (sgml-calculate-indent): Use the new info returned by
2673 sgml-lexical-context. Try to handle unclosed tags.
2674
2675 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
2676 at unclosed tags unless it is at indentation.
2677 Kill nested unclosed tags.
2678 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
2679 (xml-lite-mode): Use sgml-indent-line instead.
2680
2681 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2682
2683 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
2684 expand-file-name.
2685
2686 * startup.el (command-line): Recompute auto-save-file-name-transforms
2687 using the updated value of temporary-file-directory.
2688
2689 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
2692 even with an empty context. Don't save excursion any more.
2693 Don't complain about unmatched start-tags in sgml-unclosed-tags.
2694 Ignore end-tags in sgml-empty-tags.
2695 (xml-lite-get-context, xml-lite-calculate-indent)
2696 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
2697 (xml-lite-indent-line): Use back-to-indentation.
2698
2699 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
2700 (sgml-name-re, sgml-attrs-re): New consts.
2701 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
2702 (sgml-mode): Use them.
2703 (sgml-lexical-context): Default to (point-min) if nothing else works.
2704 (sgml-calculate-indent): Indent slightly differently.
2705 (sgml-indent-line): Use back-to-indentation.
2706 (sgml-parse-dtd): New function.
2707 (sgml-unclosed-tags): New var.
2708 (html-mode): Set it.
2709
2710 2002-03-29 Simon Marshall <simon.marshall@misys.com>
2711
2712 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
2713
2714 2002-03-29 Richard M. Stallman <rms@gnu.org>
2715
2716 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
2717 Use FILTER arg in dired-get-marked-files to exclude directories.
2718 (dired-nondirectory-p): New function.
2719
2720 * dired.el (dired-get-marked-files): New arg FILTER
2721 allows selection of some files.
2722
2723 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
2724
2725 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
2726
2727 * speedbar.el (speedbar-default-directory-list): Made robust
2728 against deleted directories.
2729
2730 2002-03-28 Richard M. Stallman <rms@gnu.org>
2731
2732 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
2733 Bindings changed.
2734
2735 * progmodes/compile.el (compilation-handle-exit):
2736 If compilation-window-height is 0, display status in echo area.
2737
2738 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
2739
2740 * rect.el (replace-rectangle): Add autoload.
2741
2742 * files.el: Mark many more variables as risky.
2743 (hack-one-local-variable): Recognize several additional
2744 patterns as risky.
2745
2746 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
2747
2748 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
2749
2750 * textmodes/xml-lite.el (xml-lite-in-string-p):
2751 Use sgml-lexical-context.
2752 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
2753 (xml-lite-get-context): Check that open/close tags match.
2754 Don't stop scanning while we're ignoring matching tags.
2755
2756 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
2757 (sgml-mode-syntax-table): Use it.
2758 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
2759 (sgml-tags-invisible): Use it.
2760 (sgml-lexical-context): New fun.
2761 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
2762 (sgml-quote): Accept \n as entity reference terminator.
2763 (sgml-calculate-indent, sgml-indent-line): New funs.
2764
2765 2002-03-28 Andre Spiegel <spiegel@gnu.org>
2766
2767 * vc-cvs.el (vc-cvs-global-switches): New user option.
2768 (vc-cvs-command): New function. Update all callers of
2769 `vc-do-command' in vc-cvs.el to use this instead.
2770
2771 2002-03-27 Andrew Innes <andrewi@gnu.org>
2772
2773 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
2774 relying on shell globbing.
2775
2776 2002-03-27 Colin Walters <walters@debian.org>
2777
2778 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
2779 (ibuffer-fontification-alist): Use it.
2780 (ibuffer-backward-line): Handle `ibuffer-summary' area.
2781 (ibuffer-forward-line): Ditto.
2782
2783 * ibuf-ext.el (sorter mode-name): Doc fix.
2784 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
2785 (operation query-replace): Use new `noerror' arg for
2786 `query-replace-read-args'.
2787 (operation query-replace-regexp): Ditto.
2788
2789 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
2790
2791 * textmodes/xml-lite.el: Fix copyright notice.
2792 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
2793 (xml-lite-indent-comment-offset): Remove.
2794 (xml-lite-calculate-indent): Use new name. Use natural alignment
2795 for comments.
2796 (xml-lite-in-string-p): Simplify.
2797
2798 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2799
2800 * allout.el (outline-layout): Doc fix.
2801
2802 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
2803
2804 * textmodes/xml-lite.el: Don't require `custom'.
2805 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
2806 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
2807 (xml-lite-get-context): Drop nested tags not just for comments.
2808 (xml-lite-indent-line): Be more careful about moving point.
2809 (xml-lite-insert-end-tag, xml-lite-slash):
2810 Use indent-according-to-mode instead of xml-lite-indent-line.
2811 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
2812 Set sgml-xml-mode. Don't call force-mode-line-update.
2813 (xml-lite-mode-map): Don't bind TAB.
2814
2815 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
2816
2817 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
2818 parameter value.
2819 (gud-jdb-build-source-files-list): Comment clarification.
2820 (gud-jdb-massage-args): Reworked into loop-based argument list
2821 processing in order to support -classpath and -sourcepath argument
2822 processing.
2823 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
2824 to gud-jdb-classpath to obtain search list.
2825 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
2826 directory names in classpath/sourcepath lists, update comment.
2827 (jdb): Add setting of gud-jdb-sourcepath, update comment.
2828 (gud-find-class): Add gud-jdb-sourcepath use, and correct
2829 behaviour for the case when classpath is not used--backward
2830 compatibility fix.
2831
2832 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
2833
2834 * Makefile.in (compile, compile-always): Don't try to compile
2835 non-existent files or files in empty directories.
2836
2837 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
2838
2839 * compare-w.el (compare-windows-whitespace): Match all whitespace.
2840
2841 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
2842 copy of standard Lisp directories.
2843
2844 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
2845 Support "next has longname" link type.
2846
2847 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
2848
2849 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
2850 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
2851 New functions.
2852 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
2853 (end-of-xml-tag): Remove.
2854 (xml-lite-get-context): Better handling of comments.
2855 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
2856 (xml-lite-parse-tag-backward): Rewrite.
2857
2858 2002-03-26 Juanma Barranquero <lektu@terra.es>
2859
2860 * makefile.w32-in (WINS): Add the toolbar directory.
2861
2862 2002-03-26 Richard M. Stallman <rms@gnu.org>
2863
2864 * subr.el (substring-no-properties): Function deleted (now in C).
2865
2866 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2867
2868 * mwheel.el (mouse-wheel-mode): Use global-set-key and
2869 global-unset-key.
2870
2871 2002-03-24 Richard M. Stallman <rms@gnu.org>
2872
2873 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
2874
2875 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
2876 to query-replace-read-args.
2877
2878 * progmodes/compile.el (compilation-forget-errors):
2879 Don't adjust compilation-parsing-end if it's nil.
2880
2881 * replace.el (query-replace-read-args): New optional arg NOERROR.
2882 (perform-replace): Use save-window-excursion around recursive edit.
2883
2884 2002-03-24 Colin Walters <walters@verbum.org>
2885
2886 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
2887 non-nil, then always use another window.
2888
2889 2002-03-24 Gerd Moellmann <gerd@gnu.org>
2890
2891 * subr.el (macro-declaration-function): New function. Set the
2892 variable macro-declaration-function to it.
2893
2894 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2895 Handle declarations in macro definitions.
2896
2897 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
2898
2899 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
2900
2901 * enriched.el (enriched-face-ans): Support FACE of the form
2902 (:foreground COLOR) and (:background COLOR).
2903 (enriched-decode-foreground, enriched-decode-background): Set the
2904 fore- and background colors of the faces we create, since facemenu
2905 doesn't.
2906
2907 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2908
2909 * mwheel.el (mouse-wheel-mode): Use the result of
2910 current-global-map instead of the variable `global-map'.
2911
2912 2002-03-23 Richard M. Stallman <rms@gnu.org>
2913
2914 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
2915 broken out of sendmail-pre-abbrev-expand-hook.
2916 (sendmail-pre-abbrev-expand-hook): Use it.
2917
2918 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
2919
2920 * Makefile.in (finder-inf.el): Remove.
2921 (finder-data): Don't depend on finder-inf.el any more.
2922 (compile, compile-always): Handle the case where some files
2923 from DONTCOMPILE are missing (it tried to compile them).
2924 (bootstrap-clean): Use src/emacs only if executable.
2925 (bootstrap): Update subdirs.el and finder-inf.el.
2926
2927 * finder.el: Don't load finder-inf.el during byte-compilation.
2928
2929 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
2930 Don't consider cvs-removed files as under VC control.
2931 VC wouldn't handle them properly anyway and it confuses
2932 vc-file-not-found-hook.
2933
2934 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
2935 Add autoload cookie.
2936
2937 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2938
2939 * calendar/calendar.el (calendar): Doc fix.
2940
2941 2002-03-22 Juanma Barranquero <lektu@terra.es>
2942
2943 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
2944 (gomoku-font-lock-X-face): Likewise.
2945 (gomoku-font-lock-keywords): Use faces instead of variables.
2946
2947 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
2948
2949 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
2950
2951 2002-03-21 Kim F. Storm <storm@cua.dk>
2952
2953 * simple.el (open-network-stream, open-network-stream-nowait)
2954 (open-network-stream-server): Use featurep to test for
2955 supported networking features.
2956
2957 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2958
2959 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
2960 directions as the last action.
2961
2962 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2963
2964 * startup.el (fancy-splash-tail, normal-splash-screen):
2965 Update copyright.
2966
2967 * novice.el (disabled-command-hook): Clarify output text to match
2968 prompt.
2969
2970 2002-03-20 Jason Rumney <jasonr@gnu.org>
2971
2972 * frame.el (display-images-p): Do not explicitly check display type.
2973
2974 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
2975
2976 * mail-utils.el:
2977 Eliminate compilation warnings due to `rfc822-addresses'.
2978 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
2979 warning free compile.
2980
2981 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
2982
2983 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
2984 Take the current highlighting style into account.
2985 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
2986 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
2987
2988 * ediff-init.el (ediff-patch-job): New macro.
2989
2990 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
2991 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
2992
2993 * ediff-ptch.el (ediff-map-patch-buffer):
2994 Use ediff-make-new-meta-list-header.
2995 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
2996
2997 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
2998 (ediff-select-difference): Take highlighting style into account.
2999 (ediff-clone-buffer-for-region-comparison): New function.
3000 (ediff-inferior-compare-regions): Added comparison of current diff
3001 regions.
3002
3003 * ediff.el (ediff-clone-buffer-for-region-comparison)
3004 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
3005
3006 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
3007
3008 * mail-utils.el (rmail-dont-reply-to):
3009 Overhaul to correctly apply the regular
3010 expressions in the variable `rmail-dont-reply-to-names' to the list of
3011 destination addresses. Contributed by lorentey@elte.hu.
3012
3013 * rmail.el (rmail-dont-reply-to-names):
3014 Modify the documentation to make it email
3015 address centric rather than login name centric. Contributed by
3016 lorentey@elte.hu.
3017
3018 2002-03-18 Colin Walters <walters@verbum.org>
3019
3020 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
3021 we don't require `cl' at runtime.
3022 (sorting mode mode-name): Don't take the symbol-name of a string.
3023
3024 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
3025 line after setting the mark.
3026 (ibuffer-insert-buffers-and-marks): Invert the test for
3027 `ibuffer-sorting-reversep'.
3028
3029 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
3030
3031 * international/ucs-tables.el (unify-8859-on-decoding-mode)
3032 (unify-8859-on-encoding-mode): Remove autoload cookie.
3033
3034 2002-03-18 Andre Spiegel <spiegel@gnu.org>
3035
3036 * vc-rcs.el (vc-rcs-register): Fix handling of
3037 vc-[rcs-]register-switches.
3038 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
3039 Variables removed, since they weren't used yet.
3040
3041 * vc-cvs.el (vc-cvs-register): Fix handling of
3042 vc-[cvs-]register-switches.
3043
3044 * vc-sccs.el (vc-sccs-register): Fix handling of
3045 vc-[sccs-]register-switches.
3046
3047 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
3048
3049 * loadup.el ("emacs-lisp/backquote"): Load earlier.
3050 ("international/ucs-tables"): Load and turn on
3051 unify-8859-on-encoding-mode unconditionally.
3052 (emacs-version): Use `defconst' rather than `setq'.
3053
3054 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
3055
3056 2002-03-18 Richard M. Stallman <rms@gnu.org>
3057
3058 * menu-bar.el (menu-bar-options-menu): Cope if
3059 text-mode-hook is not a list.
3060
3061 2002-03-17 Richard M. Stallman <rms@gnu.org>
3062
3063 * emulation/pc-select.el (pc-selection-mode):
3064 Alter the existing global map, don't replace it.
3065
3066 * files.el (list-directory): Set default-directory at the end.
3067
3068 * dabbrev.el (dabbrev--goto-start-of-abbrev):
3069 Put a limit on field-beginning search.
3070
3071 2002-03-17 Simon Josefsson <jas@extundo.com>
3072
3073 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
3074 (browse-url-mosaic): Use it.
3075
3076 * net/browse-url.el (browse-url-filename-alist): Don't begin
3077 docstring with *, you don't want to set this one with M-x set-variable.
3078
3079 * net/browse-url.el: Put * in user option doc strings.
3080
3081 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
3082
3083 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
3084 (sgml-xml-guess): Simplify.
3085 (sgml-mode-common): Remove (move into sgml-mode).
3086 (sgml-mode): Add code from sgml-mode-common.
3087 Remove redundant setting of indent-line-function.
3088 Don't set skeleton-transformation when in XML mode.
3089
3090 * international/mule-diag.el (describe-char-after):
3091 Use `internal-describe-syntax-value' again (got lost somewhere).
3092
3093 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3094 Use unify-8859-on-decoding-mode.
3095 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
3096 (ucs-insert): Give an error if the unicode char can't be created.
3097
3098 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
3099 (cvs-parse-status): Handle the "used to have a conflict" marker.
3100
3101 2002-03-17 Kim F. Storm <storm@cua.dk>
3102
3103 The following changes are related to the enhanced network process
3104 support.
3105
3106 * simple.el: Update copyright.
3107 (clone-process): Use make-network-process to clone network
3108 processes. Get command list via (process-contact ... t).
3109 Use set-process-query-on-exit-flag and process-query-on-exit-flag
3110 instead of process-kill-without-query.
3111 (open-network-stream): Replaces C-version from process.c.
3112 (open-network-stream-nowait, open-network-stream-server): New funs.
3113 (process-kill-without-query): Replaces C-version from process.c.
3114
3115 * files.el: Update copyright.
3116 (save-buffers-kill-emacs): Also check for active server
3117 processes. Use process-query-on-exit-flag. Only list processes
3118 which has the query-on-exit flag set in connection with user query.
3119
3120 * shadowfile.el: Update copyright.
3121 (shadow-save-buffers-kill-emacs): Also check for active server
3122 processes. Use process-query-on-exit-flag.
3123
3124 2002-03-16 Simon Marshall <simon.marshall@misys.com>
3125
3126 * imenu.el (imenu-menubar-modified-tick): Renamed from
3127 imenu-update-menubar-modified-tick.
3128 (imenu-update-menubar): Update imenu-menubar-modified-tick
3129 whenever outer condition succeeds.
3130
3131 * lazy-lock.el (save-buffer-state):
3132 Bind inhibit-modification-hooks and buffer-file-truename
3133 instead of before-change-functions and after-change-functions.
3134
3135 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
3136
3137 * international/codepage.el (codepage-setup): Don't define a
3138 codepage if it is already defined.
3139
3140 * textmodes/po.el (po-content-type-charset-alist): Convert the
3141 car of each association to a string.
3142 (po-find-file-coding-system-guts): If the charset matches a name
3143 of a codepage, set up that codepage and return it as a coding
3144 system to decode the file.
3145 (po-find-charset): Search for the Charset= header even if we've
3146 read less than 4KB.
3147 <top-level>: Remove the setup for all known codepages: it seems
3148 to cause crashes in the CCL driver.
3149
3150 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3151
3152 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
3153 (bibtex-entry-field-alist): Doc fix.
3154
3155 2002-03-16 Richard M. Stallman <rms@gnu.org>
3156
3157 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
3158 Move definition above cperl-outline-regexp.
3159
3160 * bindings.el (mode-line-mule-info): In computing help-echo prop,
3161 avoid using save-window-excursion. And compile the function.
3162
3163 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
3164
3165 * files.el (load-completion): New function.
3166 (load-library): Use it.
3167
3168 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3169
3170 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
3171 to match the actual code.
3172
3173 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3174
3175 * textmodes/po.el (po-find-file-coding-system-guts):
3176 Use with-temp-buffer instead of po-with-temp-buffer.
3177
3178 * international/mule-conf.el (file-coding-system-alist): Add an
3179 association for PO files.
3180
3181 * textmodes/po.el: New file.
3182
3183 2002-03-15 Gerd Moellmann <gerd@gnu.org>
3184
3185 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3186 Fix simple loop indentation.
3187
3188 2002-03-14 Miles Bader <miles@gnu.org>
3189
3190 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
3191
3192 2002-03-14 Richard M. Stallman <rms@gnu.org>
3193
3194 * textmodes/picture.el (picture-insert)
3195 (picture-clear-column, picture-draw-rectangle):
3196 Use move-to-column, not move-to-column-force.
3197
3198 * dired.el (dired-readin): Clear out undo list.
3199 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
3200 (dired-delete-entry): New function.
3201 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
3202 and dired-delete-entry, to update this buffer (and others).
3203
3204 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
3205
3206 * facemenu.el (facemenu-add-new-face):
3207 Pass region args to facemenu-set-face, when there is a region.
3208 (facemenu-set-foreground, facemenu-set-background)
3209 (facemenu-add-face): Doc fixes.
3210
3211 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
3212
3213 2002-03-14 Miles Bader <miles@gnu.org>
3214
3215 * emacs-lisp/debug.el: Require `button'.
3216 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
3217 to get TAB and <backtab> bindings.
3218
3219 * net/rlogin.el (rlogin-carriage-filter): Function removed.
3220 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
3221 comint removes carriage returns itself now.
3222
3223 * rfn-eshadow.el (rfn-eshadow-update-overlay):
3224 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
3225 getting hosed by our own intangible property.
3226
3227 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
3228
3229 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
3230 Add fortran-comment-line-start-skip to comment-start-skip.
3231 (fortran-comment-indent): Keep whole-line comments in column 0.
3232 (fortran-find-comment-start-skip): New arg `all'.
3233 If ALL is nil, make sure we only match comment-start-skip if we
3234 can't match fortran-comment-line-start-skip.
3235 Fix bug that made it return t but without moving point when
3236 matching '!'! (a false-comment followed by a real comment).
3237 (fortran-indent-comment): Use new `all' argument above.
3238 Be careful not to add an incorrect comment-starter like "C"
3239 in comment-column.
3240 (fortran-split-line): When splitting a comment, reuse the comment
3241 starter from the current line rather than fortran-comment-line-start.
3242 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
3243 cleaner behavior of fortran-find-comment-start-skip.
3244 (fortran-fill): Don't be confused by ! inside a comment.
3245 (fortran-break-line): Minor cleanup and simplification.
3246
3247 2002-03-13 Francesco Potorti` <pot@gnu.org>
3248
3249 * progmodes/etags.el (tag-exact-file-name-match-p)
3250 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
3251 simpler regexp.
3252
3253 2002-03-12 Colin Walters <walters@debian.org>
3254
3255 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
3256 redisplaying a line.
3257
3258 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
3259
3260 * term/x-win.el (emacs-session-restore): Take previous id as
3261 an argument.
3262 (emacs-session-save): Add comment that return t means cancel shutdown
3263
3264 * startup.el (command-line): Must check that x-session-previous-id
3265 is bound also, for non-X platforms.
3266
3267 2002-03-12 Gerd Moellmann <gerd@gnu.org>
3268
3269 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
3270 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
3271 New user options.
3272 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
3273 (common-lisp-indent-function-1): Renamed from
3274 common-lisp-indent-function.
3275 (common-lisp-indent-function): Handle loop forms specially.
3276 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
3277 (lisp-backquote-indentation): New user option.
3278
3279 2002-03-12 Francesco Potorti` <pot@gnu.org>
3280
3281 * progmodes/etags.el (tag-exact-file-name-match-p)
3282 (tag-file-name-match-p, tag-partial-file-name-match-p):
3283 Assume that the header of a tags section has either a number
3284 or nothing after the last comma.
3285
3286 2002-03-11 Richard M. Stallman <rms@gnu.org>
3287
3288 * imenu.el (imenu-update-menubar-modified-tick): New variable.
3289 (imenu-update-menubar): Don't call imenu--make-index-alist
3290 if buffer has not changed since last time.
3291
3292 * desktop.el (desktop-buffer-handlers): Doc fix.
3293 (desktop-buffer-file): Explicitly return BUF.
3294
3295 * paren.el (show-paren-function): Move back in other direction
3296 to verify the match is correct.
3297
3298 * mail/supercite.el (sc-select-attribution): Accept whatever value
3299 we get in CHOICE; there is no value meaning "try again".
3300
3301 2002-03-11 Colin Walters <walters@verbum.org>
3302
3303 * shell.el (toplevel): Revert previous change to use pcomplete.
3304 (shell-mode): Ditto.
3305 (shell-pcomplete-setup-done): Remove.
3306 (shell-pcomplete): Ditto.
3307 (shell-pcomplete-reverse): Ditto.
3308
3309 * comint.el: Remove documentation on setting up pcomplete.
3310
3311 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3312
3313 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
3314 item. Doc fix.
3315
3316 * image.el (image-type-from-file-header): Make temporary buffer
3317 unibyte.
3318
3319 * subr.el (add-to-list): Doc fix.
3320
3321 2002-03-11 Miles Bader <miles@gnu.org>
3322
3323 * pcomplete.el (pcomplete-entries): Expand environment variables
3324 in filename.
3325
3326 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
3327
3328 * play/mpuz.el: Use defface instead of facemenu-get-face.
3329
3330 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
3331
3332 * startup.el (command-line): Add call to emacs-session-restore if
3333 both x-session-id and x-session-previous-id are strings.
3334
3335 * term/x-win.el (x-handle-smid): New function.
3336 (emacs-session-filename): New function.
3337 (emacs-session-save): New function.
3338 (emacs-save-session-functions): New variable.
3339 (emacs-session-restore): New function.
3340
3341 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * simple.el (shell-command-on-region): Call push-mark with
3344 non-nil second arg, to suppress the "Mark set" message.
3345
3346 2002-03-08 Richard M. Stallman <rms@gnu.org>
3347
3348 * textmodes/picture.el (picture-forward-column): New arg `interactive'
3349 is non-nil for an interactive call. Use instead of interactive-p.
3350 (picture-backward-column): Likewise.
3351
3352 * tar-mode.el (tar-untar-buffer): New function.
3353
3354 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
3355 Put the mouse-face on the entire xref, like the local keymap.
3356
3357 * find-dired.el (find-name-dired): Use shell-quote-argument.
3358
3359 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
3360
3361 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
3362 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
3363 (mpuz-allow-double-multiplicator): New options for nicer look and
3364 new features.
3365 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
3366 (mpuz-check-all-solved, mpuz-random-puzzle)
3367 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
3368 (mpuz-show-solution): Functions streamlined and removed french
3369 style space before punctuation, added face support and optional
3370 solving of trivial results.
3371
3372 2002-03-07 Colin Walters <walters@verbum.org>
3373
3374 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
3375
3376 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
3377 instead of "recency" for clarity.
3378 (ibuffer-compile-format): Document more. Handle new "summarizer"
3379 columns.
3380 (ibuffer-fontify-region-function): Ditto.
3381 (ibuffer-insert-buffer-line): Ditto.
3382 (ibuffer-map-lines): Ditto.
3383 (ibuffer-insert-buffers-and-marks): Ditto.
3384 (ibuffer-update-title-and-summary): Renamed from
3385 `ibuffer-update-title'. Handle "summarizer" columns.
3386 (ibuffer-clear-summary-columns): New function.
3387
3388 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
3389
3390 2002-03-07 Gerd Moellmann <gerd@gnu.org>
3391
3392 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3393 Use the other-window instead of the other-frame functions when
3394 the window is dedicated.
3395
3396 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
3397
3398 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
3399 with SILENT so that a new field can be added.
3400
3401 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3402
3403 * files.el (make-auto-save-file-name): Make sure the produced file
3404 name does not contain characters that are invalid for DOS/Windows
3405 filesystems.
3406
3407 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
3408 Remove replacement functions.
3409
3410 2002-03-06 Gerd Moellmann <gerd@gnu.org>
3411
3412 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
3413 the form `:x'.
3414
3415 * vc.el (vc-branch-part): Add autoload cookie. This function can
3416 be called from vc-rcs-find-most-recent-rev when visiting a file
3417 checked into RCS in a CVS sandbox.
3418
3419 2002-03-06 Andreas Schwab <schwab@suse.de>
3420
3421 * progmodes/hideif.el: Augment expression parser to handle
3422 conditional expressions.
3423 (hif-token-regexp): Also match `?' and `:'.
3424 (hif-tokenize): Handle `?' and ':' as tokens.
3425 (hif-expr): Parse conditional expressions.
3426 (hif-or-expr): Parse `||' expressions.
3427 (hif-and-expr): Renamed from hif-term.
3428 (hif-conditional): New function to evaluate a conditional
3429 expression.
3430
3431 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3432
3433 * language/czech.el ("Czech"): Fix the documentation.
3434
3435 * language/slovak.el ("Slovak"): Likewise.
3436
3437 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
3438
3439 * xml.el (xml-parse-attlist): Accept empty strings.
3440
3441 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
3444 all terminals now support highlighting of some kind.
3445
3446 * language/european.el (mac-roman): Fix the safe-chars property.
3447
3448 2002-03-05 Andre Spiegel <spiegel@gnu.org>
3449
3450 * vc.el (vc-transfer-file): Use `make-temp-file'.
3451 (vc-default-update-changelog): Remove conditional use of
3452 `make-temp-name'.
3453
3454 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
3455
3456 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
3457
3458 * ediff-init.el: Comments.
3459
3460 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
3461 is loaded.
3462
3463 * ediff-mult.el (ediff-intersect-directories)
3464 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
3465 Cleanup.
3466 (ediff-draw-dir-diffs): Now supports the "C" command in directory
3467 difference buffer.
3468 (ediff-dir-diff-copy-file): New function that implements copying
3469 of files from one Ediff dir to another
3470 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
3471 (ediff-append-custom-diff): Better error msgs.
3472
3473 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
3474 (ediff-inferior-compare-regions): Use
3475 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
3476
3477 * ediff.el (ediff-directories-internal): Cleanup.
3478 (ediff-clone-buffer-for-region-comparison): Better interface.
3479
3480 2002-03-04 Richard M. Stallman <rms@gnu.org>
3481
3482 * emacs-lisp/easy-mmode.el (define-minor-mode):
3483 Use "P" in interactive spec of minor mode commands.
3484
3485 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
3486
3487 * faces.el (face-spec-choose): Allow `t' to appear before the end.
3488 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
3489 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
3490 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
3491 (mode-line-inactive, header-line): Move the `t' section to the
3492 beginning so the `:inherit' setting can be shared.
3493
3494 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3495
3496 * net/snmp-mode.el: Require tempo when compiling to prevent
3497 warnings. Update copyright notice.
3498
3499 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
3500 like not defined at all.
3501
3502 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
3503
3504 * textmodes/sgml-mode.el: Change maintainer to FSF.
3505 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
3506 (sgml-tags-invisible, sgml-beginning-of-tag):
3507 Allow _ : and non-ASCII in tag names, as required for XML.
3508 (sgml-name-char): Don't assume anything about charsets handled by
3509 encode-char.
3510
3511 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
3512 where one of the buffers is narrowed.
3513
3514 * hexl.el (hexlify-command, dehexlify-command): Remove.
3515 (hexlify-buffer, dehexlify-buffer): Use call-process-region
3516 rather than shell-command-on-region.
3517
3518 * newcomment.el (comment-forward): Use forward-comment to skip
3519 over whitespace (or comments) even when comment-use-syntax is nil.
3520
3521 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
3522
3523 * textmodes/xml-lite.el: New file.
3524
3525 2002-03-03 Richard M. Stallman <rms@gnu.org>
3526
3527 * textmodes/artist.el (artist-system): Use make-temp-file.
3528
3529 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
3530
3531 * mail/sendmail.el (mail-recover-1): Increase non-random-len
3532 by 1 since we changed make-auto-save-file-name to add one
3533 fewer character to the buffer name.
3534 (mail-recover): Really show point at the right place
3535 in the *Directory* buffer.
3536
3537 * files.el (make-auto-save-file-name): Use make-temp-file.
3538
3539 * terminal.el (te-create-terminfo): Use make-temp-file
3540 to create the source file in a safe way.
3541
3542 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
3543
3544 * cus-start.el: Rename automatic-hscroll-step and
3545 automatic-hscroll-margin into hscroll-step and hscroll-margin.
3546
3547 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
3548 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
3549
3550 * mouse.el (mouse-region-delete-keys): Add deletechar.
3551
3552 2002-03-03 Sam Steingold <sds@gnu.org>
3553
3554 * play/snake.el (snake-score-file): Fixed parens (broken by the
3555 last patch).
3556 * play/tetris.el (tetris-score-file): Ditto.
3557
3558 2002-03-03 Richard M. Stallman <rms@gnu.org>
3559
3560 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
3561
3562 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
3563
3564 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
3565 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
3566
3567 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
3568
3569 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
3570 instead of `buffer-substring-no-properties' to support enriched mode.
3571
3572 2002-03-02 Richard M. Stallman <rms@gnu.org>
3573
3574 * find-dired.el (find-grep-dired): Call shell-quote-argument.
3575 Specify the -e option.
3576 Rename arg to `regexp'.
3577
3578 2002-03-02 Milan Zamazal <pdm@zamazal.org>
3579
3580 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
3581
3582 2002-03-02 Miles Bader <miles@gnu.org>
3583
3584 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
3585 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
3586 If there's no applicable modifiers entry in the alist in
3587 `mouse-wheel-scroll-amount', fall back to the default, not to
3588 nil (which causes full screen scrolls).
3589
3590 2002-03-01 Andreas Schwab <schwab@suse.de>
3591
3592 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
3593 Remove extra paren in regexp.
3594
3595 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3596
3597 * mouse.el (mouse-show-mark): Use display-mouse-p, not
3598 display-graphic-p, to decide whether to move point or use the
3599 highlighting.
3600
3601 2002-02-28 Colin Walters <walters@verbum.org>
3602
3603 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
3604
3605 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
3606 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
3607 (calc-temp-file-name): Use `make-temp-file'.
3608
3609 2002-02-28 Richard M. Stallman <rms@gnu.org>
3610
3611 * font-lock.el (java-font-lock-extra-types):
3612 Match java.net.URL, etc.
3613
3614 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3615
3616 * hexl.el (hexl-options): Doc fix.
3617 Update Commentary section.
3618
3619 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
3620 Doc fixes.
3621
3622 2002-02-28 Andre Spiegel <spiegel@gnu.org>
3623
3624 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
3625 the user to do that first.
3626 (vc-update): New function.
3627
3628 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
3629 which calls vc-update. Use the term "Base Version" instead of
3630 "Last Version" for the entries "Revert" and "Compare".
3631
3632 2002-02-28 Kim F. Storm <storm@cua.dk>
3633
3634 * simple.el (shell-command-on-region): Report non-zero exit
3635 status in mode line instead of buffer.
3636
3637 2002-02-27 Richard M. Stallman <rms@gnu.org>
3638
3639 * comint.el (comint-preoutput-filter-functions): Doc fix.
3640 (comint-output-filter-functions, comint-input-filter-functions)
3641 (comint-redirect-filter-functions): Likewise.
3642
3643 (comint-redirect-preoutput-filter): Do the local-hook
3644 handling of t when running comint-redirect-filter-functions.
3645 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
3646
3647 2002-02-26 Richard M. Stallman <rms@gnu.org>
3648
3649 * paths.el (remote-shell-program): Add doc string.
3650
3651 2002-02-26 Colin Walters <walters@debian.org>
3652
3653 * ibuf-ext.el (sorter mode-name): New.
3654 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
3655
3656 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
3657 interactively, so they do something.
3658 (calc-scroll-right): Ditto.
3659
3660 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
3661
3662 * international/mule.el (ctext-pre-write-conversion): Handle the
3663 case when FROM is a string, and when we are called from
3664 build_annotations_2.
3665
3666 2002-02-26 Richard M. Stallman <rms@gnu.org>
3667
3668 * rect.el (clear-rectangle-line): Reindent to the same column
3669 that move-to-column reached when it tried to go to endcol.
3670
3671 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
3672
3673 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
3674
3675 * winner.el (winner-boring-buffers, winner-set): A window which
3676 displays a buffer whose name is in the list
3677 `winner-boring-buffers', will no longer be restored by `winner-undo'.
3678 (winner-sorted-window-list): Used to improve comparison between
3679 window configurations.
3680 (winner-win-data): Simplified and moved.
3681 (winner-conf): Simplified (now uses `winner-win-data').
3682 (winner-change-fun, winner-save-old-configurations)
3683 (winner-save-(un)conditionally, winner-redo): Changes made while in
3684 the minibuffer will be ignored. (Such changes are undone upon
3685 exit for the minibuffer, anyway.)
3686 (winner-set-conf): Preserve selected window whenever possible.
3687 (winner-make-point-alist): Simplified.
3688 (winner-mode, winner-save-unconditionally): Save current window
3689 configuration on entering minibuffer.
3690 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
3691 since it does not change the overall behavior of Emacs.
3692
3693 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * international/mule-conf.el (compound-text): Renamed back from
3696 compound-text-no-extensions.
3697 (ctext-no-compositions): Remove the mime-charset property.
3698 (compound-text-with-extensions): Renamed from compound-text.
3699 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
3700
3701 2002-02-26 Juanma Barranquero <lektu@terra.es>
3702
3703 * faces.el (list-faces-display): Fix typo.
3704
3705 2002-02-25 Richard M. Stallman <rms@gnu.org>
3706
3707 * frame.el (focus-follows-mouse): Doc fix.
3708
3709 2002-02-26 Miles Bader <miles@gnu.org>
3710
3711 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
3712 to `define-key', since it no longer accepts the latter.
3713
3714 2002-02-25 Jason Rumney <jasonr@gnu.org>
3715
3716 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
3717 mouse-wheel-scroll-amount.
3718
3719 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
3720 mwheel.el.
3721
3722 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
3723
3724 2002-02-25 Andre Spiegel <spiegel@gnu.org>
3725
3726 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
3727 consistent with the others that take a backend name as a symbol.
3728
3729 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
3730
3731 2002-02-25 Kim F. Storm <no-spam@cua.dk>
3732
3733 * comint.el (comint-replace-by-expanded-filename): Do nothing if
3734 comint-match-partial-filename returns nil.
3735
3736 * shell.el (shell-pcomplete-setup-done): New variable.
3737 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
3738 (shell-pcomplete-reverse): Ditto.
3739
3740 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
3741
3742 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
3743
3744 2002-02-25 Juanma Barranquero <lektu@terra.es>
3745
3746 * subr.el (save-match-data): Doc fix.
3747
3748 * ielm.el (ielm-prompt): Allow customization; make it read-only.
3749
3750 2002-02-25 Kim F. Storm <storm@cua.dk>
3751
3752 * shell.el (shell-mode-map): Add "Complete" header so completion
3753 menu is shown on the menu bar in shell mode.
3754
3755 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
3756
3757 * ielm.el (ielm-match-data): New var.
3758 (inferior-emacs-lisp-mode): Make it buffer-local.
3759 (ielm-eval-input): Use it to preserve match-data between inputs.
3760
3761 2002-02-24 Juanma Barranquero <lektu@terra.es>
3762
3763 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
3764
3765 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
3766
3767 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
3768 `custom-buffer' customize group.
3769
3770 2002-02-23 Kim F. Storm <storm@cua.dk>
3771
3772 * help.el (where-is): Use remap-command.
3773
3774 * help-fns.el (describe-function-1): Use remap-command.
3775
3776 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
3777 change (no longer accept a symbol for the KEY argument).
3778
3779 2002-02-23 Colin Walters <walters@debian.org>
3780
3781 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
3782 * calc/calcalg2.el (math-solve-get-sign): Ditto.
3783
3784 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
3785 in generated function.
3786
3787 * ibuf-ext.el (ibuffer-old-time): Change to hours.
3788 (ibuffer-mark-old-buffers): Handle it.
3789
3790 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
3791 (toplevel): Bind them.
3792 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
3793 not necessary now that we use pcomplete.
3794
3795 * comint.el: Document how use new pcomplete completion facility.
3796
3797 2002-02-23 Richard M. Stallman <rms@gnu.org>
3798
3799 * mail/rmailsum.el (rmail-summary-output): Properly advance
3800 to next message, by calling rmail-summary-goto-msg.
3801
3802 * net/browse-url.el (browse-url-galeon): Specify --existing
3803 for an existing window. Use --noraise rather than --no-raise.
3804 Don't use -x.
3805
3806 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3807
3808 * progmodes/etags.el (find-tag-noselect, find-tag)
3809 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
3810 Fix a typo in doc strings.
3811
3812 2002-02-20 Deepak Goel <deego@glue.umd.edu>
3813
3814 * play/snake.el (snake-velocity-queue, snake-update-velocity)
3815 (snake-final-x-velocity, snake-final-y-velocity):
3816 New variable and functions. Store user's keypresses
3817 into a queue and pop from the queue each subsequent turn.
3818 (snake-update-game, snake-move-left)
3819 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
3820 (snake-start-game): Use that queue.
3821 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
3822 (snake-use-color-flag): Likewise.
3823 (snake-mode): Rename uses of those variables.
3824
3825 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3826
3827 Support for ICCCM Extended Segments in X selections:
3828
3829 * international/mule-conf.el (ctext-no-compositions): New coding
3830 system.
3831 (compount-text-no-extensions): Renamed from compound-text.
3832 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
3833 compound-text-no-extensions.
3834 (compound-text): Redefined using post-read and pre-write conversions.
3835
3836 * international/mule.el (non-standard-icccm-encodings-alist)
3837 (non-standard-designations-alist): New variables.
3838 (ctext-post-read-conversion, ctext-pre-write-conversion):
3839 New functions.
3840
3841 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
3842
3843 * vc.el (vc-default-init-version): Update documentation to
3844 indicate that the backend can override the default init version.
3845 (vc-register): Use the backend init-version function, if it
3846 exists, to determine the initial version of a file.
3847 (vc-diff-switches-list): Don't symbol-quote backend, since it's
3848 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
3849
3850 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
3851 not version-controlled. This is necessary, e.g., if the file has
3852 just been reverted, and thus was previously under version control
3853 but isn't any longer.
3854 (vc-find-file-hook): Likewise.
3855
3856 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
3857
3858 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
3859 (vc-cvs-sticky-tag-display): New variable.
3860 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
3861 (vc-cvs-checkin): If the input revision is a valid symbolic tag
3862 name, we create it as a branch, commit and switch to it.
3863 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
3864 (vc-cvs-valid-symbolic-tag-name-p): New function.
3865 (vc-cvs-parse-sticky-tag): New function.
3866 (vc-cvs-parse-entry): Added parsing of sticky tags.
3867
3868 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
3869
3870 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
3871 nil, and then explicitly set the standard-value to t.
3872
3873 2002-02-20 Sam Steingold <sds@gnu.org>
3874
3875 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
3876 since it is used in the menu bar.
3877
3878 2002-02-20 Richard M. Stallman <rms@gnu.org>
3879
3880 * simple.el (shell-command-on-region): Display the exit status
3881 when a command fails.
3882
3883 * subr.el (add-hook): Doc fix.
3884
3885 * frame.el (other-frame): Doc fix.
3886
3887 * simple.el (yank): Clear `field' property.
3888
3889 2002-02-20 Tom Tromey <tromey@cachet>
3890
3891 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
3892 natural paragraph boundaries. Don't fail at beginning of buffer.
3893
3894 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3895
3896 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
3897 call the argument "arg" to match plain next-line and
3898 previous-line. From Kevin Ryde <user42@zip.com.au>.
3899
3900 2002-02-19 Sam Steingold <sds@gnu.org>
3901
3902 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
3903 scroll amounts for different modifiers now.
3904 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
3905 format properly.
3906 (mouse-wheel-mode): Ditto.
3907
3908 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
3909
3910 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
3911 around function body.
3912
3913 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
3914 sense of the comparison, to match the doc strings of functions
3915 that use this macro.
3916
3917 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
3918
3919 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
3920
3921 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
3922 * menu-bar.el (menu-bar-mode): Ditto.
3923
3924 2002-02-18 Andreas Schwab <schwab@suse.de>
3925
3926 * replace.el (query-replace-regexp-eval): Doc fix.
3927
3928 2002-02-18 Colin Walters <walters@verbum.org>
3929
3930 * calc/calcalg2.el (math-solve-get-int): Convert return value from
3931 `math-get-from-counter' to a string before calling `concat' on it.
3932
3933 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
3934 (calc-public-autoloads): Obsolete; remove.
3935 (calc-private-autoloads): Ditto.
3936 (calc-add-autoloads): Ditto.
3937
3938 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
3939 for body.
3940
3941 2002-02-17 Jason Rumney <jasonr@gnu.org>
3942
3943 * w32-win.el (x-option-alist, x-long-option-alist)
3944 (x-switch-definitions): Remove, use command-line-x-option-alist
3945 instead to be consistent with X.
3946 (x-handle-initial-switch): New function.
3947
3948 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * faces.el (mode-line-inactive, header-line): Add the :inherit
3951 attribute for the tty case.
3952
3953 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
3954
3955 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
3956 invoked from Rmail with full headers displayed.
3957
3958 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3959
3960 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
3961 when repeated.
3962 * textmodes/paragraphs.el (mark-paragraph): Ditto.
3963
3964 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
3965
3966 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
3967 (menu-bar-tools-menu): Removed speedbar.
3968
3969 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
3970 and `flyspell-mode' entries.
3971
3972 * textmodes/flyspell.el (flyspell): Add to ispell group.
3973
3974 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3975
3976 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
3977 repeated.
3978 (mark-defun): Mark more if repeated.
3979
3980 2002-02-17 Colin Walters <walters@verbum.org>
3981
3982 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
3983
3984 * ibuffer.el (ibuffer-truncate-lines): New option.
3985 (ibuffer-mode): Use it.
3986
3987 2002-02-17 Kim F. Storm <storm@cua.dk>
3988
3989 * cus-start.el: Add mouse-highlight.
3990
3991 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3992
3993 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
3994
3995 * cus-start.el: Add automatic-hscroll-margin and
3996 automatic-hscroll-step.
3997
3998 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3999
4000 * cus-start.el (x-autoselect-window): Allow customization.
4001
4002 * eshell/em-alias.el (eshell-alias-initialize): Do not use
4003 make-local-hook.
4004
4005 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
4006
4007 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
4008
4009 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
4010
4011 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
4012
4013 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
4014
4015 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
4016
4017 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
4018
4019 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
4020
4021 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
4022
4023 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
4024
4025 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
4026
4027 * eshell/esh-io.el (eshell-io-initialize): Likewise.
4028
4029 * eshell/esh-mode.el (eshell-mode): Likewise.
4030
4031 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
4032
4033 * eshell/esh-var.el (eshell-var-initialize): Likewise.
4034
4035 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
4036
4037 * progmodes/idlwave.el (idlwave-mode): Likewise.
4038
4039 * textmodes/reftex-sel.el (reftex-select-label-mode)
4040 (reftex-select-bib-mode): Likewise.
4041
4042 2002-02-16 John Wiegley <johnw@gnu.org>
4043
4044 * eshell/em-hist.el (eshell-hist-initialize): When in the
4045 minibuffer, use the global value of `eshell-history-ring', and
4046 never save it to disk, or ask to save it to disk. This allows
4047 users of session.el to control whether its global state should be
4048 persisted or not.
4049 (eshell-add-command-to-history): Don't write Eshell's history out
4050 to disk, let the governing mode control that upon exit.
4051
4052 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * eshell/eshell.el (eshell-command): Before reading from the
4055 minibuffer, add eshell-add-command-to-history to
4056 minibuffer-exit-hook, and remove it after read-from-minibuffer
4057 returns.
4058
4059 * eshell/em-hist.el (eshell-add-input-to-history): New function,
4060 with most of the code from eshell-add-to-history.
4061 (eshell-add-command-to-history): New function, to record in
4062 eshell-history the commands run via eshell-command.
4063 (eshell-add-to-history): Call eshell-add-command-to-history to do
4064 most of the work.
4065
4066 2002-02-16 John Wiegley <johnw@gnu.org>
4067
4068 * eshell/esh-ext.el (eshell-external-command): Added a fix for
4069 XEmacs' new dired.el, which adds a global entry in the
4070 `file-name-handler-alist'.
4071
4072 2002-02-16 John Wiegley <johnw@gnu.org>
4073
4074 * align.el (align-region): Added a missing name argument.
4075
4076 2002-02-16 John Wiegley <johnw@gnu.org>
4077
4078 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
4079 after the #! of a shell interpretor specification.
4080
4081 2002-02-15 Richard M. Stallman <rms@gnu.org>
4082
4083 * help.el (describe-key-briefly): Make output in INSERT case
4084 look just like what is displayed in the normal case.
4085
4086 2002-02-15 Andreas Schwab <schwab@suse.de>
4087
4088 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
4089 Require non-letter after specials.
4090
4091 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4092
4093 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
4094
4095 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4096
4097 * simple.el (mark-word): Mark more if repeated.
4098 * textmodes/paragraphs.el (mark-paragraph): Ditto.
4099 (mark-end-of-sentence): Ditto.
4100
4101 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
4102
4103 * wid-edit.el (widgetp): Made it more robust.
4104
4105 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
4106
4107 * facemenu.el (describe-text-done): New function.
4108 (describe-text-mode-map): New variable.
4109 (describe-text-mode-hook): New option.
4110 (describe-text-mode): New function.
4111 (describe-text-widget): New function.
4112 (describe-text-sexp): New function.
4113 (describe-text-properties): New function.
4114 (describe-text-category): New command.
4115 (describe-text-at): New command.
4116 (facemenu-menu): Replace `list-text-properties-at' with
4117 `describe-text-at' in the menu.
4118
4119 * wid-edit.el (widgetp): New function.
4120 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
4121
4122 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
4123
4124 * wid-browse.el: Removed version and x-url keywords.
4125
4126 2002-02-13 Kim F. Storm <storm@cua.dk>
4127
4128 * cus-start.el (mode-line-in-non-selected-windows):
4129 Allow customization.
4130
4131 2002-02-13 Richard M. Stallman <rms@gnu.org>
4132
4133 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
4134 Tell bibtex-parse-keys to output no progress messages.
4135
4136 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4137
4138 * progmodes/pascal.el (pascal-imenu-generic-expression):
4139 Add menu-title and fix parentheses.
4140
4141 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
4142
4143 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
4144 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
4145
4146 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
4147
4148 * menu-bar.el (menu-bar-options-save): Only save
4149 `current-language-environment' and `default-input-method' when
4150 marked as customized.
4151
4152 * international/mule-cmds.el
4153 (setup-specified-language-environment):
4154 Mark `current-language-environment' as customized.
4155 (set-input-method): Mark `default-input-method' as customized when
4156 called interactively.
4157 (toggle-input-method): Ditto.
4158
4159 2002-02-11 Colin Walters <walters@verbum.org>
4160
4161 * ibuffer.el (ibuffer-switch-format): Supply required argument for
4162 `ibuffer-current-formats'.
4163
4164 2002-02-11 Miles Bader <miles@gnu.org>
4165
4166 * faces.el (mode-line-inactive): Add dark-background variant.
4167
4168 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
4169
4170 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
4171 * menu-bar.el (menu-bar-mode): Ditto.
4172 * cus-edit.el (customize-mark-to-save): Always save variables
4173 without a standard value.
4174
4175 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
4176 (menu-bar-options-save): Ditto.
4177 (menu-bar-showhide-menu): Ditto.
4178 (menu-bar-options-menu): Ditto.
4179 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
4180 (menu-bar-scroll-bar-none): Remove.
4181 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
4182 expressions instead.
4183
4184 * cus-edit.el (customize-set-value): Return value.
4185 (customize-set-variable): Ditto.
4186 (customize-save-variable): Ditto.
4187 (customize-set-variable): Load dependencies before setting value.
4188 (custom-load-symbol): Autoload it.
4189 (customize-mark-as-set): New function.
4190
4191 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * cus-start.el: Don't warn about "x-*" symbols when building a
4194 non-GUI version.
4195
4196 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4197
4198 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
4199 Doc fix.
4200 (strokes-help): Do not use doubled with-output-to-temp-buffer.
4201 Fix the help string.
4202 (strokes-prompt-user-save-strokes): Fix typo.
4203 (strokes-list-strokes): Use proper exit-action argument for
4204 view-buffer. Update copyright notice.
4205
4206 * international/mule-diag.el: Various doc and message fixes.
4207 (non-iso-charset-alist): Add mac-roman. Don't add entries for
4208 codepages already present.
4209 (list-block-of-chars): Display space for null entries in
4210 translation table. Display tab specially.
4211 (list-non-iso-charset-chars): Check for null charsets. Use pop
4212 for clarity. Don't break 8-bit sets into sections between ranges.
4213 (list-charset-chars): Avoid indent-tabs-mode.
4214 (describe-char-after): Maybe use the text property for syntax
4215 table information. Maybe report char-code-property-table info.
4216 Maybe report character's unicode. Tweak printing of list info.
4217 (list-input-methods): Add xref buttons.
4218 (dump-charsets, dump-codings): Deleted (obsolete).
4219 From Dave Love <fx@gnu.org>.
4220
4221 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4222
4223 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
4224
4225 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
4226
4227 * viper-util.el (viper-read-key-sequence): Fix so it'll read
4228 fast key sequences in emacs native mode
4229 (viper-events-to-keys): Delete.
4230
4231 * viper.el (describe-key, describe-key-briefly): Get rid of
4232 viper-events-to-keys.
4233
4234 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
4235
4236 * ediff-wind.el (ediff-setup-control-frame):
4237 Use ediff-has-gutter-support.
4238
4239 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
4240 check if buff is alive.
4241
4242 * ediff.el: Typo in comment.
4243
4244 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4245
4246 * menu-bar.el (menu-bar-options-save): Take care of
4247 line-number-mode and column-number-mode variables.
4248 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
4249 "Show Column Number" in "Show/Hide" menu.
4250
4251 2002-02-09 Richard M. Stallman <rms@gnu.org>
4252
4253 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
4254
4255 2002-02-09 Kim F. Storm <storm@cua.dk>
4256
4257 * faces.el (mode-line-inactive): New face for mode-line for
4258 non-selected windows.
4259 (mode-line): Doc fix: Only used for selected window.
4260
4261 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
4264 name to "Insert Diary Entry".
4265
4266 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
4269 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
4270
4271 2002-02-08 Richard M. Stallman <rms@gnu.org>
4272
4273 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
4274
4275 2002-02-08 Andreas Schwab <schwab@suse.de>
4276
4277 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
4278 of point-min.
4279
4280 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
4281
4282 * net/ange-ftp.el (ange-ftp-process-handle-line)
4283 (ange-ftp-set-xfer-size): If the file's size is a float, divide
4284 by 1024 instead of using ash.
4285
4286 * international/mule-cmds.el (select-safe-coding-system):
4287 State the buffer's name in the message popped in the *Warning* buffer,
4288 and make sure the offending buffer is displayed.
4289
4290 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
4291
4292 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
4293
4294 2002-02-07 Richard M. Stallman <rms@gnu.org>
4295
4296 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
4297
4298 * register.el (list-registers): New command.
4299 (describe-register-1): New subroutine, taken out of view-register.
4300
4301 * emacs-lisp/copyright.el (copyright-regexp):
4302 Delete the unibyte copyright symbol; it's redundant.
4303 Fix a spazz in the multibyte encoding here.
4304
4305 2002-02-07 Dave Love <fx@gnu.org>
4306
4307 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
4308 (cyrillic-encode-alternativnyj-char): Get translation tables from
4309 symbol properties, not as variables.
4310 (standard-display-cyrillic-translit): Include unicodes.
4311
4312 2002-02-06 Kim F. Storm <storm@cua.dk>
4313
4314 * help.el (where-is): Report remapped commands.
4315
4316 * help-fns.el (describe-function-1): Ditto.
4317
4318 * subr.el (global-set-key, local-set-key): Accept a symbol for the
4319 KEY argument (like define-key).
4320
4321 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4322
4323 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
4324
4325 2002-02-06 Richard M. Stallman <rms@gnu.org>
4326
4327 * mail/mailabbrev.el: Require sendmail only at compile time.
4328 (mail-mode-header-syntax-table): Var deleted.
4329 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
4330 (sendmail-pre-abbrev-expand-hook): Only temporarily change
4331 local-abbrev-table and the syntax table.
4332 Compute mail-abbrev-syntax-table if that has not been done.
4333
4334 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
4335
4336 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
4337 (debugger-frame-number): Figure out the offset directly.
4338 (debugger-setup-buffer): Don't use debugger-frame-offset.
4339 (debugger-frame, debugger-frame-clear): Likewise.
4340 (debugger-jump): Don't alter debugger-frame-offset.
4341
4342 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4343 Replace foo-p as var name with foo-flag, not foo-p-flag.
4344
4345 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
4346 (highlight-changes-passive-string): Default to -Chg.
4347 (highlight-changes-global-modes): Doc fix.
4348
4349 * dired.el (dired-get-filename): Add /: when appropriate
4350 to avoid taking a local name as remote.
4351
4352 * files.el (file-name-non-special): Add special handling for
4353 file-name-sans-versions, file-name-completion, and
4354 file-name-all-completions.
4355
4356 * isearch.el (isearch-update): Don't update display in kbd macro.
4357 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
4358
4359 * subr.el (force-mode-line-update): Doc fix.
4360
4361 * subr.el (atomic-change-group, prepare-change-group)
4362 (activate-change-group, accept-change-group, cancel-change-group):
4363 New functions.
4364
4365 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
4366 (transpose-subr-1): Use atomic-change-group.
4367
4368 * subr.el (add-minor-mode): Include the mode's lighter string
4369 in the minor mode menu item name.
4370
4371 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
4372 rmail-count-screen-lines starting from (point-min).
4373
4374 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
4375 beyond the image height, to use the fancy splash screen.
4376
4377 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
4378 (text-mode): Set text-mode-variant here.
4379
4380 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * play/pong.el (pong-height): Don't use height that exceeds the
4383 frame height.
4384 (pong-border-options): Make the border colors slightly more bright.
4385
4386 * play/gamegrid.el (gamegrid-display-type): Treat any
4387 color-capable display as color-x, if display-color-p is fboundp.
4388 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
4389 (gamegrid-make-color-tty-face): Use the value of color, not the
4390 symbol itself. Don't call gamegrid-color.
4391
4392 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * gud.el (gud-refresh): Call recenter only after we are sure we
4395 are in the right window.
4396
4397 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
4398
4399 * cus-edit.el (customize-mark-to-save): New function.
4400 * menu-bar.el (menu-bar-options-save): Rewrote.
4401
4402 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4403
4404 * cus-start.el (x-use-underline-position-properties):
4405 Allow customization.
4406
4407 2002-02-04 Simon Josefsson <jas@extundo.com>
4408
4409 * dired.el (dired-load-hook, dired-mode-hook)
4410 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
4411
4412 2002-02-03 Colin Walters <walters@verbum.org>
4413
4414 * ibuf-ext.el (ibuffer-filter-format-alist)
4415 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
4416 New variables.
4417 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
4418 is now the Emacs CVS tree.
4419 (ibuffer-formats): Doc fix.
4420 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
4421 (ibuffer-current-format): Use them.
4422 (ibuffer-recompile-formats, ibuffer-check-formats)
4423 (ibuffer-switch-format, ibuffer-update-title):
4424 Add support for ibuffer-filter-format-alist.
4425 (define-ibuffer-column process): Remove unncessary consing.
4426
4427 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
4428 for a summary column.
4429
4430 2002-02-03 Andreas Schwab <schwab@suse.de>
4431
4432 * window.el (save-selected-window): Move macro before first use.
4433 (balance-windows): Fix misplaced parenthesis.
4434
4435 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4436
4437 * calculator.el (calculator-displayers): Doc fixes.
4438
4439 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4440
4441 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
4442 (menu-bar-options-save): Save also the value of `display-time-mode'.
4443 (showhide-date-time): New function.
4444 (menu-bar-showhide-menu): New menu-item "Date and time".
4445
4446 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
4447
4448 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
4449 get-file-buffer to check for rmail buffer existence.
4450
4451 * term.el (term-emulate-terminal): Extract proper command string
4452 which is supplied to term-command-hook.
4453
4454 2002-02-03 Richard M. Stallman <rms@gnu.org>
4455
4456 * international/quail.el (quail-help): Don't call help-setup-xref.
4457
4458 * international/mule-cmds.el (describe-input-method):
4459 Call help-setup-xref here.
4460 (describe-current-input-method): Doc fix.
4461
4462 * novice.el (disabled-command-hook): Clarify output text.
4463 Indent the paragraph from the command's doc string.
4464
4465 * dabbrev.el (dabbrev--goto-start-of-abbrev):
4466 Exit loop on beginning of field rather than bobp.
4467
4468 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4469
4470 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
4471 the message text into the *mail* buffer, and restore the pruned
4472 state after that.
4473
4474 * mail/rmail.el (rmail-redecode-body): Prune the headers before
4475 looking for X-Coding-System header, and restore the pruned state
4476 before returning.
4477
4478 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4479
4480 * cus-edit.el (customize-save-variable): Fix typo in prompt.
4481
4482 These changes integrate new version of flyspell.el from its
4483 maintainer, Manuel Serrano:
4484
4485 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
4486 (flyspell-mode-on, flyspell-notify-misspell)
4487 (flyspell-small-region, flyspell-external-point-words)
4488 (flyspell-large-region): Use it
4489 (flyspell-before-incorrect-word-string)
4490 (flyspell-after-incorrect-word-string): New user options.
4491 (make-flyspell-overlay): Use them.
4492 (flyspell-version): New function.
4493 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
4494 definitions to use :weight.
4495 (flyspell-insert-function): New user option.
4496 (flyspell-auto-correct-word, flyspell-correct-word)
4497 (flyspell-xemacs-correct): Use it.
4498 (flyspell-define-abbrev): New function.
4499 (flyspell-auto-correct-word, flyspell-correct-word)
4500 (flyspell-xemacs-correct): Use it.
4501 (make-flyspell-overlay): Use `evaporate' property.
4502 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
4503 (flyspell-emacs-popup): Use `session' instead of `accept'.
4504 (flyspell-auto-correct-previous-pos): New variable.
4505 (flyspell-auto-correct-previous-hook)
4506 (flyspell-auto-correct-previous-word): New functions.
4507
4508 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4509
4510 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
4511 don't alter the user's ~/.emacs.
4512 (disable-command): If user-init-file is nil or does not exist,
4513 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4514 But don't alter the init file if Emacs was invoked as "emacs -q"
4515
4516 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
4517
4518 * mail/sendmail.el (mail-mode): Undo half of last change.
4519
4520 * indent.el (indent-for-tab-command): Remove spurious code.
4521
4522 * hi-lock.el (hi-lock-find-patterns): Save restriction.
4523
4524 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
4525
4526 * calendar/time-date.el: Moved from lisp/gnus.
4527
4528 * calendar/parse-time.el: Ditto.
4529
4530 2002-01-31 Richard M. Stallman <rms@gnu.org>
4531
4532 * international/iso-acc.el (iso-languages): Fix ", " in French.
4533
4534 * cus-start.el (history-length): Specify customization for it.
4535
4536 * emacs-lisp/debug.el (debugger-setup-buffer):
4537 When an eval-buffer frame was reading from a buffer,
4538 insert indication of the buffer position.
4539 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
4540 (debugger-frame-clear, debugger-frame): Error on non-frame line.
4541
4542 * simple.el (shell-command-on-region): Err if no mark
4543 before reading the command string.
4544
4545 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
4546 Definitions moved down after hl-line-mode var's definition.
4547
4548 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
4549 (hilit-chg-set-face-on-change): Rename arg.
4550 (hilit-chg-make-ov): Detect error earlier.
4551
4552 * ediff-hook.el: Delete autoload cookies.
4553
4554 * comint.el (comint-scroll-show-maximum-output): Default is t.
4555
4556 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
4557 (batch-byte-compile-if-not-done): New function.
4558
4559 * Makefile.in (compile): New target.
4560 (compile-always): Renamed from compile-files.
4561 (compile-after-backup): Renamed from compile.
4562 (bootstrap): Depend on compile-always, not compile-files.
4563
4564 * emulation/pc-select.el (pc-select-save-and-set-mode):
4565 Properly use MODE-VAR.
4566
4567 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4568
4569 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
4570 Version" to "About Emacs".
4571 (menu-bar-options-save): Add `default-frame-alist'
4572 to saved variables.
4573 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
4574 of the variable `scroll-bar-mode'.
4575
4576 * startup.el (normal-splash-screen, display-splash-screen):
4577 New functions (separated from command-line-1).
4578 (command-line-1): Use them.
4579
4580 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4581
4582 * calendar/calendar.el (generate-calendar-month): Doc fix.
4583
4584 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4585
4586 * time.el (display-time-mail-directory): New option.
4587 (display-time-mail-function): Update doc-string.
4588 (display-time-mail-icon): Use XPM image when available.
4589 (display-time-string-forms): Use more descriptive text as
4590 help-echo property.
4591 (display-time-mail-check-directory): New function.
4592 (display-time-update): Use it.
4593
4594 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
4595 Quote `window-system'.
4596
4597 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
4598 Add Keywords header. Update Commentary section.
4599 Update copyright notice.
4600
4601 * menu-bar.el (menu-bar-scroll-bar-right)
4602 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
4603 (showhide-menu-bar): New functions.
4604 (menu-bar-showhide-menu): New submenu "Show/Hide".
4605 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
4606 "Show/Hide".
4607 Update copyright notice.
4608
4609 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4610
4611 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
4612
4613 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
4614
4615 * pc-select.el (pc-selection-mode-hook)
4616 (pc-select-saved-settings-alist, pc-select-map)
4617 (pc-select-saved-global-map, pc-select-key-bindings-alist)
4618 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
4619 (pc-select-meta-moves-sexps-key-bindings)
4620 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
4621 New variables.
4622 (pc-select-define-keys, pc-select-restore-keys): New functions.
4623 (pc-select-add-to-alist, pc-select-save-and-set-var)
4624 (pc-select-save-and-set-mode, pc-select-restore-var)
4625 (pc-select-restore-mode): New macros.
4626 (pc-selection-mode): Completely rewrote the body of the function;
4627 the main goal was to make pc-selection-mode "turn-off"-able, like
4628 other minor modes. Use define-minore-mode instead of just a
4629 defun. Store the key bindings into four alists:
4630 pc-select-default-key-bindings, pc-select-extra-key-bindings,
4631 pc-select-meta-moves-sexps-key-bindings, and
4632 pc-select-tty-key-bindings; then have the pc-select-define-keys
4633 function walk those alists instead of calling define-key
4634 repeatedly. When the mode is turned on, set the
4635 keybindings in global-map and remember the old keybindings; when
4636 the mode is turned off, restore the previously-saved keybindings.
4637 (pc-selection-mode defcustom): Reflect the fact that the mode is
4638 now "turn-off"-able.
4639
4640 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4641
4642 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
4643 returns t, don't treat that as an error.
4644
4645 2002-01-25 Jason Rumney <jasonr@gnu.org>
4646
4647 * faces.el (face-font-registry-alternatives) [windows-nt]:
4648 Add ms-oemlatin as an alternative for iso8859-1.
4649
4650 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
4651
4652 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
4653 args and the absence of an entry. Don't add -f each time.
4654
4655 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4656
4657 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
4658
4659 Support for more than 8 colors on character terminals:
4660
4661 * term/rxvt.el: New file.
4662
4663 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
4664
4665 * term/xterm.el (xterm-standard-colors): New variable.
4666 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
4667 (xterm-rxvt-set-background-mode): New functions.
4668 (toplevel): Call xterm-register-default-colors,
4669 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
4670 Add support for more keys from xterm's terminfo entry.
4671
4672 * facemenu.el (list-colors-display): If the argument is nil, don't
4673 show more colors that the number returned by display-color-cells.
4674
4675 * term/pc-win.el (msdos-color-values): Reverse the order of the
4676 colors, since tty-color-define now preserves the registration order.
4677
4678 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
4679
4680 * term/tty-colors.el (tty-standard-colors): Reverse the order.
4681 (tty-register-default-colors): New function; code moved from
4682 startup.el's command-line.
4683 (tty-modify-color-alist): Use nconc instead of cons, to preserve
4684 the order the colors where registered.
4685
4686 * frame.el (display-color-cells): Use tty-display-color-cells.
4687
4688 * startup.el (command-line): Call tty-register-default-colors.
4689
4690 2002-01-25 Richard M. Stallman <rms@gnu.org>
4691
4692 * subr.el (remove): Doc fix.
4693
4694 2002-01-24 Richard M. Stallman <rms@gnu.org>
4695
4696 * progmodes/compile.el (compilation-handle-exit):
4697 Add a compilation-handle-exit property to the "finished" message.
4698 (compilation-parse-errors): Stop parsing when that property is seen.
4699
4700 * subr.el (substring-no-properties): New function.
4701 (copy-without-properties): Function deleted.
4702
4703 * term/x-win.el (x-handle-geometry): Put sizes on both
4704 initial-frame-alist and default-frame-alist.
4705
4706 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
4707 for saving .emacs.
4708
4709 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
4710
4711 * calendar/calendar.el (generate-calendar-month): Doc fix.
4712
4713 2002-01-23 Richard M. Stallman <rms@gnu.org>
4714
4715 * play/tetris.el (tetris): New defgroup.
4716 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
4717 (tetris-default-tick-period): Convert to defcustom.
4718 Added * in docstring to indicate user variable.
4719 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
4720 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
4721 (tetris-buffer-height, tetris-width, tetris-height)
4722 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
4723
4724 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
4725
4726 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
4727 and is already matched by adaptive-fill-regexp.
4728
4729 2002-01-22 Richard M. Stallman <rms@gnu.org>
4730
4731 * bindings.el (mode-line-copied-mode-name): New variable.
4732 (mode-line-mode-name): Don't modify mode-name itself!
4733 Instead, make a copy and reuse it.
4734
4735 * subr.el (copy-without-properties): New function.
4736
4737 * progmodes/sh-script.el (sh-set-shell): Doc fix.
4738
4739 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
4740 slash if DIR is just slash.
4741
4742 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
4743
4744 2002-01-21 Richard M. Stallman <rms@gnu.org>
4745
4746 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
4747
4748 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
4749 Move defvar up.
4750
4751 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
4752
4753 * ibuffer.el: Don't require ibuf-ext at load time.
4754 (ibuffer): Require ibuf-ext here.
4755
4756 2002-01-21 Francesco Potorti` <pot@gnu.org>
4757
4758 * generic-x.el (apache-conf-generic-mode): Highlight the first
4759 word in a line even if preceded by blanks.
4760
4761 2002-01-21 Richard M. Stallman <rms@gnu.org>
4762
4763 * window.el (window-body-height): Handle minibuffer window specially.
4764 Otherwise, don't return less than 1.
4765
4766 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
4767
4768 * ange-ftp.el: Added support for BS2000, and for raw ftp
4769 login commands (needed in some circumstances).
4770 (ange-ftp-raw-login): New custom var.
4771 (ange-ftp-normal-login): Perform login with raw ftp commands, if
4772 ange-ftp-raw-login is set and account password is needed.
4773 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
4774 (ange-ftp-bs2000-filename-pubset-regexp)
4775 (ange-ftp-bs2000-filename-username-regexp)
4776 (ange-ftp-bs2000-filename-prefix-regexp)
4777 (ange-ftp-bs2000-name-template): New consts.
4778 (ange-ftp-bs2000-short-filename-regexp)
4779 (ange-ftp-bs2000-fix-name-regexp-reverse)
4780 (ange-ftp-bs2000-fix-name-regexp): New consts.
4781 (ange-ftp-bs2000-special-prefix): New custom var.
4782 (ange-ftp-fix-name-for-bs2000)
4783 (ange-ftp-fix-dir-name-for-bs2000): New funs.
4784 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
4785 (ange-ftp-bs2000-posix-hook-installed): New vars.
4786 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
4787 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
4788 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
4789 (ange-ftp-bs2000-filename-regexp): New const.
4790 (ange-ftp-bs2000-additional-pubsets): New custom var.
4791 (ange-ftp-bs2000-cd-to-posix): New fun.
4792
4793 2002-01-20 Colin Walters <walters@verbum.org>
4794
4795 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
4796 with `byte-compile-dynamic'.
4797 (ibuffer-default-directory, toplevel): Doc files.
4798
4799 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4800
4801 * tempo.el (tempo-define-template): Doc fix.
4802
4803 * scroll-bar.el (scroll-bar-mode): Make argument optional.
4804
4805 2002-01-20 Jason Rumney <jasonr@gnu.org>
4806
4807 * w32-vars.el: New file.
4808
4809 * loadup.el [windows-nt]: Load it.
4810
4811 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
4812 and make them defcustoms.
4813
4814 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
4815
4816 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4817
4818 * language/tibet-util.el (tibetan-decompose-region)
4819 (tibetan-decompose-string): Fix typo in docstring.
4820
4821 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
4822
4823 2002-01-18 Richard M. Stallman <rms@gnu.org>
4824
4825 * comint.el (comint-redirect-send-command-to-process):
4826 Restore previous current buffer.
4827
4828 * window.el (window-body-height): New function.
4829
4830 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
4831
4832 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
4833 "Finish Function" menu map entries for jdb mode.
4834 (gud-jdb-use-classpath): New customization variable.
4835 (gud-jdb-command-name): Add customization.
4836 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
4837 (gud-jdb-classpath-string): New variable.
4838 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
4839 (gud-jdb-build-source-files-list): Likewise.
4840 (gud-jdb-massage-args): Record any command argument classpath
4841 string in `gud-jdb-classpath-string'.
4842 (gud-jdb-lowest-stack-level): New function, finds bottom of current
4843 java call stack in jdb output.
4844 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
4845 (gud-jdb-parse-classpath-string): New functions.
4846 (gud-jdb-marker-filter): Search/detect classpath information in
4847 jdb's output. marker regexp updated to match oldjdb and jdb output
4848 formats. Expand search for source files to include new/old methods
4849 using new functions above. Do not allow `gud-marker-acc' to grow
4850 without bound.
4851 (jdb): Set classpath information (if available) as jdb is started.
4852 Change `gud-break' and `gud-remove'
4853 to use new %c ("class") escape in format strings.
4854 Add `gud-finish', `gud-up', `gud-down' command string functions, and
4855 add them to the local menu map. Update `comint-prompt-regexp' for
4856 jdb and oldjdb. If attaching to an already running java VM and
4857 configured to use classpath, send command to query for classpath,
4858 else use previous method for finding and parsing java
4859 sources. Set `gud-jdb-find-source' function accordingly.
4860 (gud-mode): Doc fix.
4861 (gud-format-command): Add support for new %c ("class") escape.
4862 (gud-find-class): New function in support of %c escape.
4863
4864 2002-01-17 Richard M. Stallman <rms@gnu.org>
4865
4866 * ibuf-ext.el: Enable byte-compile-dynamic.
4867
4868 2002-01-17 Jason Rumney <jasonr@gnu.org>
4869
4870 * term/w32-win.el: Restore conditional require of fontset.
4871
4872 2002-01-16 Richard M. Stallman <rms@gnu.org>
4873
4874 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
4875 more or less.
4876 (mouse-drag-region): New function. For a click in the echo area,
4877 show *Messages*.
4878
4879 * ibuf-ext.el: Delete the autoloads for functions defined with
4880 ibuffer-specific commands.
4881
4882 * help.el (describe-distribution): Really call view-file.
4883
4884 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
4885 (ange-ftp-get-process): Pass that arg.
4886
4887 * comint.el (comint-simple-send): Fix previous change.
4888
4889 * net/telnet.el (telnet-simple-send): Fix previous change.
4890
4891 * progmodes/sql.el (sql-escape-newlines-and-send)
4892 (sql-query-placeholders-and-send): Fix previous change.
4893
4894 2002-01-16 Colin Walters <walters@verbum.org>
4895
4896 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
4897 URL, Compatibility headers. Update copyright notice.
4898 * ibuf-macs.el (toplevel): Require `cl' when compiling.
4899
4900 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
4901
4902 * startup.el (command-line): Set EOL mnemonics for the Mac.
4903
4904 2002-01-16 Andreas Schwab <schwab@suse.de>
4905
4906 * mail/feedmail.el (feedmail): Fix :link spec.
4907
4908 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4909
4910 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
4911 2 ldapsearch.
4912
4913 * net/eudc.el: New maintainer. Change author's address.
4914 (eudc-pre-select-window-configuration, eudc-insertion-marker):
4915 Variables removed.
4916 (eudc-insert-selected): Function removed.
4917 (eudc-select): Reimplemented.
4918 (eudc-expand-inline): Delete the strings only after its expansion
4919 is chosen not before.
4920
4921 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
4922 Minor coding style fixes.
4923
4924 * net/eudcb-ldap.el: New maintainer. Change author's address.
4925 (eudc-attribute-display-method-alist): Display mail with
4926 eudc-display-mail.
4927
4928 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
4929 * net/eudc-vars.el: New maintainer. Change author's address.
4930
4931 * net/eudc-bob.el: New maintainer. Change author's address.
4932 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
4933 (eudc-display-mail): New function.
4934 (eudc-bob-play-sound-at-point): Remove XEmacs case.
4935
4936 2002-01-15 Richard M. Stallman <rms@gnu.org>
4937
4938 * emacs-lisp/autoload.el (make-autoload):
4939 Don't handle define-ibuffer-column, define-ibuffer-filter,
4940 define-ibuffer-sorter, and define-ibuffer-op.
4941
4942 2002-01-14 Richard M. Stallman <rms@gnu.org>
4943
4944 * calendar/calendar.el (diary-date-forms): Doc fix.
4945
4946 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4947
4948 * startup.el (command-line): Register the default tty colors even
4949 if the terminal doesn't seem to support colors.
4950 <tty-long-option-alist>: New option --color.
4951 (tty-handle-args): Parse the --color arg.
4952
4953 * term/tty-colors.el (tty-color-mode-alist): New variable.
4954
4955 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
4956
4957 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
4958 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
4959 Use it.
4960 (ange-ftp-hook-function): Preserve match-data.
4961 (ange-ftp-insert-directory): Typo.
4962 (ange-ftp-shell-command): Check if regexp matched.
4963
4964 2002-01-13 Richard M. Stallman <rms@gnu.org>
4965
4966 * international/mule-cmds.el: help-map bindings moved to help.el.
4967
4968 * help.el (view-echo-area-messages): New function.
4969 (help-map): Add `e' binding. Delete obsolete `d' binding.
4970 Change old Info bindings C-f, C-k and C-i to F, K, S.
4971 Move view-emacs-FAQ from F to C-f.
4972 Move view-emacs-problems from P to C-e.
4973 Bindings moved here from mule-cmds.el.
4974 C-l binding for describe-language-environment deleted
4975 (help-for-help): Update for all these changes.
4976
4977 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
4978
4979 2002-01-13 Dave Love <fx@gnu.org>
4980
4981 * emacs-lisp/copyright.el: Doc fixes.
4982 (copyright-regexp): Add Latin-9 copyright sign.
4983 Match comment delimiters in year lists.
4984 (copyright-current-year): Initialize to load-time year.
4985
4986 2002-01-13 Andreas Schwab <schwab@suse.de>
4987
4988 * dired-aux.el (dired-do-shell-command): Doc fix.
4989
4990 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
4991
4992 * startup.el (command-line-x-option-alist): New options "-fs",
4993 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
4994
4995 * term/x-win.el (x-handle-initial-switch): New function.
4996
4997 2002-01-13 Colin Walters <walters@debian.org>
4998
4999 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
5000 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
5001
5002 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
5003
5004 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
5005
5006 2002-01-12 Richard M. Stallman <rms@gnu.org>
5007
5008 * net/browse-url.el (browse-url-grail):
5009 Use browse-url-maybe-new-window.
5010
5011 * net/telnet.el (telnet-simple-send):
5012 Handle comint-input-sender-no-newline like comint-simple-send.
5013
5014 * progmodes/sql.el (sql-query-placeholders-and-send):
5015 Handle comint-input-sender-no-newline like comint-simple-send.
5016 (sql-escape-newlines-and-send): Likewise.
5017
5018 * comint.el (comint-input-sender): Doc fix.
5019 (comint-input-sender-no-newline): New variable.
5020 (comint-simple-send): If comint-input-sender-no-newline,
5021 don't output newline, but maybe send eof.
5022 (comint-send-input): New arg NO-NEWLINE.
5023 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
5024
5025 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5026
5027 * textmodes/flyspell.el (flyspell-check-pre-word-p):
5028 Prevent delaying when executing keyboard macros.
5029
5030 2002-01-12 Richard M. Stallman <rms@gnu.org>
5031
5032 * simple.el (line-move): If we can't move enough lines,
5033 go to beginning or end of line.
5034
5035 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
5036 and proper window.
5037
5038 * help.el (describe-mode): Call help-setup-xref in the help buffer.
5039 Switch buffers only after calling `help-buffer'.
5040
5041 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
5042 only when they are surrounded by whitespace.
5043 Use dired-mark-separator when adding one file name to a command.
5044 (dired-do-shell-command): Verify that * is surrounded by whitespace.
5045 Ask for confirmation if * or ? is not surrounded by whitespace.
5046 (dired-bunch-files): Re-reverse the partial file list when it is used.
5047
5048 2002-01-12 Richard M. Stallman <rms@gnu.org>
5049
5050 * comint.el (comint-dynamic-list-completions): Repeating the command
5051 after displaying a completion list scrolls the list.
5052
5053 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
5054
5055 * files.el (find-file-noselect): Don't consider a buffer as
5056 visiting a file literally if it is in hexl-mode.
5057
5058 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
5059
5060 2002-01-11 Richard M. Stallman <rms@gnu.org>
5061
5062 * startup.el (initial-scratch-message): Fix custom type, add group.
5063
5064 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
5065 around the decode-coding-region call.
5066
5067 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
5068 after displaying a completion list scrolls the list.
5069
5070 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5071
5072 * version.el (emacs-version): Bump to 21.2.50.
5073
5074 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
5075
5076 * play/zone.el (zone-timeout): New var.
5077 (zone-hiding-modeline): New macro.
5078 (zone-call): New func.
5079
5080 (zone): Init `modeline-hidden-level' symbol property.
5081 Use `zone-call' instead of `funcall'.
5082
5083 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
5084
5085 (zone-pgm-stress): Use `zone-hiding-modeline'.
5086
5087 (zone-pgm-stress-destress): New zone program.
5088
5089 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
5090
5091 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
5092
5093 2002-01-09 Richard M. Stallman <rms@gnu.org>
5094
5095 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
5096
5097 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
5098
5099 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
5100 flyspell-mouse-map.
5101
5102 2002-01-08 Richard M. Stallman <rms@gnu.org>
5103
5104 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
5105
5106 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
5107
5108 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
5109
5110 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5111
5112 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
5113 Do not use make-local-hook.
5114
5115 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * international/quail.el (quail-start-translation)
5118 (quail-start-conversion): Bind last-command-event, last-command,
5119 and this-command in the first let. This fixes the change from
5120 2000-08-30.
5121
5122 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
5123
5124 * ediff-hook.el: Add an autoload cookie.
5125
5126 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5127
5128 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
5129 address of the author.
5130
5131 2002-01-08 Richard M. Stallman <rms@gnu.org>
5132
5133 * replace.el (occur-mode-goto-occurrence-other-window): New command.
5134 (occur-mode-map): Bind `o' to that.
5135
5136 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
5137
5138 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
5139 new macro that replaces viper-emacs-p and viper-xemacs-p in many
5140 cases. Used to reduce the number of warnings.
5141
5142 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
5143 (viper-standard-value): Move here from viper.el.
5144 (viper-set-unread-command-events): Move to viper-util.el
5145 (viper-check-minibuffer-overlay): Make sure
5146 viper-minibuffer-overlay is moved to cover the entire input field.
5147
5148 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
5149 (viper-read-key-sequence, viper-set-unread-command-events)
5150 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
5151
5152 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
5153
5154 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
5155
5156 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
5157
5158 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
5159 (viper-event-vector-p): Move to viper-util.el
5160
5161 * viper.el (viper-standard-value): Move to viper-cmd.el.
5162 Use viper-cond-compile-for-xemacs-or-emacs.
5163
5164 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
5165
5166 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
5167
5168 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
5169 New macro designed to be used in many places where ediff-emacs-p or
5170 ediff-xemacs-p was previously used. Reduces the number of warnings.
5171 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
5172 of ediff-xemacs-p.
5173 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
5174 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
5175 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
5176 Move to ediff-util.el.
5177 (ediff-event-key): Moved here.
5178
5179 * ediff-merge.el: Got rid of unreferenced variables.
5180
5181 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
5182
5183 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
5184 (ediff-cleanup-mess): Improve the way windows are set up after
5185 quitting ediff.
5186 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
5187 (ediff-dispose-of-variant-according-to-user): New function
5188 designed to be smarter and also understands indirect buffers.
5189 (ediff-highlight-diff-in-one-buffer)
5190 (ediff-unhighlight-diff-in-one-buffer)
5191 (ediff-unhighlight-diffs-totally-in-one-buffer)
5192 (ediff-highlight-diff, ediff-highlight-diff)
5193 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
5194 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
5195 (ediff-get-region-contents, ediff-make-current-diff-overlay):
5196 Moved here.
5197 (ediff-format-bindings-of): New function by Hannu Koivisto
5198 <azure@iki.fi>.
5199 (ediff-setup): Make sure the merge buffer is always widened and
5200 modifiable.
5201 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
5202 result of a merge into a file visited by another buffer.
5203 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
5204 is visited by another buffer and ask to save/delete that buffer.
5205 (ediff-verify-file-merge-buffer): New function to do the above.
5206
5207 * ediff-vers.el: Load ediff-init.el at compile time.
5208
5209 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
5210
5211 * ediff.el (ediff-windows, ediff-regions-wordwise)
5212 (ediff-regions-linewise): Use indirect buffers to improve
5213 robustness and make it possible to compare regions of the same
5214 buffer (even overlapping regions).
5215 (ediff-clone-buffer-for-region-comparison)
5216 (ediff-clone-buffer-for-window-comparison): New functions.
5217 (ediff-files-internal): Refuse to compare identical files.
5218 (ediff-regions-internal): Get rid of the warning about comparing
5219 regions of the same buffer.
5220
5221 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
5222 Plus the following fixes courtesy of Dave Love: Doc fixes.
5223 (ediff-word-1): Use word class and move - to the
5224 front per regexp documentation.
5225 (ediff-wordify): Bind forward-word-function outside loop.
5226 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
5227 consing buffer contents.
5228 (ediff-goto-word): Move syntax table setting outside loop.
5229
5230 2002-01-07 Richard M. Stallman <rms@gnu.org>
5231
5232 * dired.el (dired-copy-filename-as-kill): Call kill-append
5233 if following a kill command.
5234
5235 * help-fns.el (describe-variable, describe-function):
5236 Do save-excursion.
5237
5238 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5239
5240 * net/ldap.el (ldap-search-internal): Skip error message from
5241 ldapsearch. Allow listing attribute names only. Do not open
5242 non-existent files.
5243
5244 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
5245 call non-existent function.
5246
5247 * net/eudc.el (top-level): Revert previous change.
5248
5249 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
5250 variables to prevent warning from byte-compiler.
5251
5252 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
5253 string-match on emacs-version again.
5254
5255 * enriched.el (enriched-make-annotation): Fix the change from
5256 2002-01-05.
5257 (enriched-handle-display-prop): Return proper values.
5258
5259 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
5260 Use proper attribute name labeledUri instead of deprecated labeledUrl.
5261
5262 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5263
5264 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
5265 editing an empty hotlist.
5266
5267 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
5268 Use buffer-string instead of buffer-substring for the whole buffer.
5269
5270 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
5271 not free.
5272
5273 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
5274 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
5275 (eudc-bob-save-object): Make the buffer unibyte.
5276 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
5277 object to external program.
5278
5279 2002-01-05 Andre Spiegel <spiegel@gnu.org>
5280
5281 * vc.el (vc-branch-part): Return nil if there's no `.'
5282 (vc-default-previous-version): Renamed from vc-previous-version.
5283 New args BACKEND and FILE. Return nil for revision numbers
5284 without a `.'
5285 (vc-version-diff): Call vc-BACKEND-previous-version.
5286 (vc-steal-lock): Steal lock before composing mail, so that no mail
5287 is sent when the stealing goes wrong. And we'll actually see the
5288 error in that case now.
5289 (vc-finish-steal): Removed.
5290
5291 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
5292 the lock, so that we see expanded headers.
5293 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
5294 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
5295 available from vc.el. Updated all callers.
5296
5297 2002-01-05 Richard M. Stallman <rms@gnu.org>
5298
5299 * enriched.el (enriched-make-annotation): Doc fix.
5300
5301 * format.el (format-replace-strings, format-subtract-regions)
5302 (format-annotate-region, format-annotate-location)
5303 (format-annotate-atomic-property-change)
5304 (format-annotate-single-property-change): Doc fixes.
5305
5306 2002-01-05 Jason Rumney <jasonr@gnu.org>
5307
5308 * term/w32-win.el: Require fontset unconditionally.
5309 (w32-handle-scroll-bar-event): Remove.
5310
5311 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5312
5313 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
5314 copyrights to be updated.
5315
5316 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5317
5318 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
5319 2001-10-24.
5320
5321 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
5322
5323 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5324
5325 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
5326 (ldap-ignore-attribute-codings): Change the default value to allow
5327 encoding/decoding of attributes.
5328 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
5329
5330 2002-01-03 Richard M. Stallman <rms@gnu.org>
5331
5332 * files.el (basic-save-buffer): Undo previous change.
5333
5334 * calendar/diary-lib.el (diary-block): Doc fix.
5335
5336 * custom.el (defcustom): Fix syntax of previous change.
5337
5338 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
5339
5340 * custom.el (defcustom): Documented :tag, :link and :load.
5341
5342 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
5343
5344 * mail/sendmail.el (mail-recover-1): New function.
5345 (mail-recover): Switch to the *mail* buffer right away.
5346 Use buffer-auto-save-file-name instead of calling
5347 make-auto-save-file-name. Call dired-noselect instead of invoking
5348 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
5349 before reading the auto-save file. If the buffer's auto-save file
5350 does not exist, call mail-recover-1 to allow recovery from past
5351 auto-saved drafts.
5352
5353 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5354
5355 * time.el (display-time-load-average-threshold): Fix defcustom
5356 (add type and group).
5357
5358 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
5359 specification from the hostname.
5360
5361 2002-01-02 Richard M. Stallman <rms@gnu.org>
5362
5363 * facemenu.el (facemenu-active-faces):
5364 Use face-attributes-as-vector, not face-attributes-vector.
5365
5366 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
5367
5368 * xscheme.el: Eleven years of updates on a private copy.
5369
5370 Extensive changes to support multiple xscheme buffers:
5371 (run-scheme): Break up into new functions to facilitate starting
5372 processes in other buffers.
5373 (xscheme-start, xscheme-read-command-line): New functions.
5374 (start-scheme, select-scheme)
5375 (default-xscheme-runlight)
5376 (global-set-scheme-interaction-buffer)
5377 (local-set-scheme-interaction-buffer)
5378 (local-clear-scheme-interaction-buffer)
5379 (exit-scheme-interaction-mode)
5380 (verify-xscheme-buffer): New functions.
5381 (xscheme-process-name, xscheme-buffer-name)
5382 (xscheme-runlight): New internal vars.
5383 (default-xscheme-runlight): New const.
5384 (xscheme-start-process): Add args for the process/buffer names.
5385 (reset-scheme): Pass process/buffer names.
5386 (scheme-interaction-mode): Initialize new local vars.
5387 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
5388 (xscheme-select-process-buffer, xscheme-process-buffer)
5389 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
5390 (xscheme-goto-output-point, xscheme-write-message-1): Use new
5391 var xscheme-process-name.
5392 (xscheme-start-process): Initialize xscheme-process-name and
5393 xscheme-buffer-name in the process buffer. Pass buffer name to
5394 xscheme-modeline-initialize.
5395 (xscheme-modeline-initialize): Add argument to specify buffer name
5396 for mode-line vars.
5397 (xscheme-process-sentinel): Make sure sentinel is run in the
5398 process buffer so it sees its local vars.
5399 (xscheme-process-filter-initialize, xscheme-set-runlight):
5400 More elaborate logic to handle multiple-buffer mode lines.
5401
5402 (xscheme-enter-input-wait): Re-enable control-G handler upon
5403 entering input wait.
5404
5405 (scheme-interaction-mode): Add arg to preserve local vars.
5406 (xscheme-enter-interaction-mode)
5407 (xscheme-enter-debugger-mode): Preserve local vars.
5408 (xscheme-start-process): Clobber local vars.
5409
5410 (scheme-interaction-mode-commands): Allow end user to add commands
5411 to scheme-interaction-mode keymap.
5412 (scheme-interaction-mode-commands-alist): New variable.
5413
5414 (xscheme-send-string): Don't use insert-before-markers.
5415
5416 Implement a per-buffer kill ring:
5417 (xscheme-insert-expression)
5418 (xscheme-rotate-yank-pointer, xscheme-yank)
5419 (xscheme-yank-pop, xscheme-yank-push): New functions.
5420 (xscheme-expressions-ring)
5421 (xscheme-expressions-ring-yank-pointer)
5422 (xscheme-expressions-ring-max): New variables.
5423 (xscheme-send-string-1): Call xscheme-insert-expression to save
5424 expression in ring.
5425 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
5426 (xscheme-previous-send): Deleted variable.
5427
5428 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
5429 (xscheme-send-control-g-interrupt): Use process-send-string rather
5430 than send-string.
5431
5432 (xscheme-send-region): Insert a newline after an expression that
5433 is submitted in the interaction buffer, for consistency with
5434 recent changes to Edwin.
5435
5436 (xscheme-delete-output): New function mimics comint-delete-output.
5437 (xscheme-last-input-end): New internal variable.
5438 (xscheme-process-filter-output): Update xscheme-last-input-end.
5439
5440 (xscheme-send-control-g-interrupt): Make sure that
5441 xscheme-control-g-disabled-p is looked up in the right buffer.
5442
5443 (xscheme-enable-control-g): Clear C-g message if visible.
5444 (xscheme-control-g-message-string): New internal var.
5445 (xscheme-send-control-g-interrupt): Use new var.
5446
5447 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
5448 Delay after sending interrupt in order to work around race condition.
5449
5450 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
5451 (xscheme-send-char): Use xscheme-send-char rather than send-string
5452 to send single char.
5453
5454 (xscheme-process-filter, xscheme-process-filter-alist):
5455 Add support for evaluating expressions outside of the call-excursion.
5456 (xscheme-process-filter:string-action-noexcursion): New func.
5457
5458 (xscheme-write-value): Change output string to match that used by
5459 Edwin.
5460
5461 (xscheme-coerce-prompt): Don't write a space after a command
5462 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
5463 for us.
5464
5465 (reset-scheme): Delete process after killing it.
5466
5467 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
5468
5469 * bindings.el (function-key-map): Don't bind shifted keypad
5470 numeric keys.
5471
5472 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5473
5474 * enriched.el (enriched-handle-display-prop): Remove unused variables.
5475 (enriched-mode): Doc fix.
5476
5477 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
5478
5479 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
5480 Hebrew points.
5481
5482 2002-01-01 Richard M. Stallman <rms@gnu.org>
5483
5484 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
5485
5486 2001-12-31 Richard M. Stallman <rms@gnu.org>
5487
5488 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
5489 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
5490 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
5491 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
5492 * progmodes/cperl-mode.el, progmodes/idlwave.el:
5493 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
5494 Adapt face definitions to use :weight and :slant.
5495
5496 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
5497
5498 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
5499
5500 * font-lock.el (initializing from font-lock-face-attributes):
5501 Use :weight and :slant, not :bold and :italic.
5502
5503 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
5504
5505 * cus-edit.el (custom-face-edit-fix-value): New function.
5506 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
5507
5508 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5509
5510 * progmodes/octave-mod.el (octave-abbrev-table):
5511 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
5512 * progmodes/fortran.el (fortran-mode-abbrev-table):
5513 * progmodes/f90.el (f90-mode-abbrev-table):
5514 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
5515 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
5516 predefined abbrevs as "system" abbrevs.
5517
5518 2001-12-30 Richard M. Stallman <rms@gnu.org>
5519
5520 * info.el (Info-fontify-node): For a **** underline line, put the
5521 invisible and intangible props on the following newline, but not
5522 on the previous newline or the last char of the previous line.
5523
5524 * faces.el (face-set-after-frame-default): Don't change `default' face.
5525
5526 * faces.el (minibuffer-prompt): Adopt some default colors.
5527
5528 * replace.el (query-replace-read-args): Immediate error if read-only.
5529
5530 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
5531 Display the output buffer in a more intelligent way.
5532
5533 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
5534
5535 * ls-lisp.el (insert-directory): Modify the "total" line wording,
5536 in accordance with files.el's insert-directory.
5537
5538 2001-12-29 Richard M. Stallman <rms@gnu.org>
5539
5540 * files.el (basic-save-buffer): If a before-write hook displays
5541 an echo area message, pause before calling basic-save-buffer-1.
5542
5543 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
5544
5545 * textmodes/reftex-global.el (reftex-query-replace-document)
5546 (reftex-change-label): Doc fix.
5547
5548 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
5549
5550 * progmodes/etags.el (tags-query-replace): Doc fix.
5551
5552 2001-12-29 Richard M. Stallman <rms@gnu.org>
5553
5554 * progmodes/compile.el (compile-internal): Fix previous change.
5555
5556 2001-12-28 Richard M. Stallman <rms@gnu.org>
5557
5558 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
5559 shrink the windows above as necessary to get space.
5560 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
5561
5562 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
5563 This fixes a bug that treated all files as directories.
5564 (ange-ftp-insert-directory): Explicitly follow symlinks.
5565
5566 * international/iso-transl.el (iso-transl-char-map) Eliminate the
5567 alias symbols--put the translated sequences here directly.
5568
5569 * progmodes/cc-mode.el (c-mode-abbrev-table)
5570 (c++-mode-abbrev-table, objc-mode-abbrev-table)
5571 (java-mode-abbrev-table, pike-mode-abbrev-table):
5572 Mark all the predefined abbrevs as "system" abbrevs.
5573
5574 * mail/sendmail.el (mail-envelope-from): Fix custom type.
5575 (sendmail-send-it): Check mail-specify-envelope-from
5576 and mail-envelope-from in the mail buffer at start.
5577
5578 2001-12-28 Simon Josefsson <jas@extundo.com>
5579
5580 * mail/sendmail.el (mail-envelope-from): Fix :type.
5581 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
5582
5583 2001-12-28 Richard M. Stallman <rms@gnu.org>
5584
5585 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
5586
5587 * simple.el (line-move-invisible): New subroutine.
5588 (line-move-to-column): New subroutine--smarter about advancing over
5589 invisible parts of a line, or lines, but only as long as hpos grows.
5590 (line-move-finish): New subroutine: repeatedly processes desired
5591 column, intangibility, and fields.
5592 (line-move): Use those subroutines.
5593 When moving lines downward, skip invisible text first rather than last.
5594
5595 2001-12-27 Richard M. Stallman <rms@gnu.org>
5596
5597 * international/mule-diag.el (describe-char-after):
5598 Describe the text properties of the char after point.
5599
5600 * help.el (describe-key): Doc fix.
5601
5602 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
5603
5604 * find-dired.el (find-dired-sentinel): Precede exit message by
5605 two spaces, to match the regexp in dired-between-files.
5606
5607 2001-12-28 Miles Bader <miles@gnu.org>
5608
5609 * wid-edit.el (widget-toggle-value-create): Don't eval actual
5610 images (which are lists too).
5611
5612 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5613
5614 * language/european.el: Fix the doc string of "Latin-5" language
5615 environment.
5616
5617 2001-12-26 Richard M. Stallman <rms@gnu.org>
5618
5619 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
5620 defined as before 2001-11-09.
5621 (add-minor-mode call): Specify the keymap.
5622
5623 * progmodes/compile.el (compile-internal):
5624 Set TERM variable in process-environment.
5625
5626 2001-12-25 Richard M. Stallman <rms@gnu.org>
5627
5628 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
5629 the buffer.
5630
5631 * startup.el (command-line): Convert command line args
5632 to Emacs internal representation using locale-coding-system.
5633
5634 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
5635
5636 * international/fontset.el: Don't require ind-util when compiling.
5637
5638 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5639
5640 * emulation/tpu-edt.el (tpu-reset-screen-size):
5641 Use set-frame-height and set-frame-width instead of set-screen-height
5642 and set-screen-width.
5643
5644 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
5645 of obsolete set-screen-width.
5646
5647 * locate.el (locate): Remove dot at the end of error argument.
5648
5649 * emerge.el (emerge-show-file-name): Use frame-height instead of
5650 obsolete screen-height.
5651
5652 * mail/mh-utils.el (mh-show-msg): Likewise.
5653 (mh-handle-process-error): Use frame-width instead of obsolete
5654 screen-width.
5655
5656 2001-12-25 Richard M. Stallman <rms@gnu.org>
5657
5658 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
5659 to enlarge-window. Use save-selected-window. Don't try
5660 to resize windows that end at the bottom "level".
5661 Retry changing the sizes until the windows get the desired sizes.
5662 Discount the minibuffer when computing total height available.
5663
5664 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
5665 (debugger-make-xrefs): Only make a button for the first symbol
5666 on any line.
5667
5668 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
5669
5670 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
5671 Call IT-setup-unicode-display here instead of adding it to
5672 dos-codepage-setup-hook, so that Unicode display tables are set
5673 before dos-codepage-setup-hook runs.
5674
5675 2001-12-24 Richard M. Stallman <rms@gnu.org>
5676
5677 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
5678 (nslookup-mode-abbrev-table): Don't define it.
5679 (smbclient-mode-abbrev-table): Don't define it.
5680 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
5681 (nslookup-mode, smbclient-mode): Likewise.
5682 (network-connection-service-abbrev-alist): Variable deleted.
5683 (network-connection-mode-setup): Don't set up abbrev table.
5684
5685 * faces.el (minibuffer-prompt): New face.
5686 (minibuffer-prompt-properties): Add `face' property.
5687
5688 * replace.el (occur-mode-display-occurrence): New function.
5689 (occur-mode-map): Bind C-o to it.
5690
5691 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
5692
5693 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
5694 (viper-special-read-and-insert-char): Make C-m work right in the r
5695 comand.
5696 (viper-buffer-search-enable): Fixed format string.
5697
5698 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
5699 instead of viper-info-on-file.
5700 (ex-set-visited-file-name): New function.
5701
5702 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
5703
5704 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
5705 action argument.
5706
5707 * ediff-init.el: Fixed some doc strings.
5708
5709 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
5710 Got rid of make-local-hook.
5711
5712 * ediff-wind.el (ediff-setup-control-frame): Got rid of
5713 make-local-hook.
5714
5715 2001-12-23 Richard M. Stallman <rms@gnu.org>
5716
5717 * term/x-win.el (x-handle-geometry): Put height and width
5718 on default-frame-alist, left and top on initial-frame-alist.
5719 * term/w32-win.el (x-handle-geometry): Likewise.
5720
5721 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
5722
5723 * play/yow.el (yow): Use an arg to distinguish interactive calls,
5724 not interactive-p.
5725
5726 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5727
5728 * emacs-lisp/elint.el (elint-unknown-builtin-args):
5729 Remove mocklisp entries.
5730
5731 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
5732 Lisp. Obsoleted.
5733
5734 * emulation/mlconvert.el: File removed.
5735
5736 * emulation/mlsupport.el: Moved to obsolete.
5737
5738 * obsolete/mlsupport.el: Moved there from lisp/emulation.
5739
5740 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
5741
5742 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5743 Remove mocklisp case.
5744
5745 * help-fns.el (describe-function-1): Remove mocklisp function case.
5746
5747 2001-12-22 Miles Bader <miles@gnu.org>
5748
5749 * textmodes/refill.el (refill-mode): Don't barf when redundantly
5750 turning refill-mode off.
5751
5752 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5753
5754 * time.el (display-time-load-average-threshold): New variable.
5755 (display-time-update): Use it.
5756
5757 These changes allow cycling through past 1, 5 and 15 minutes
5758 load-average displayed in the mode-line.
5759
5760 * time.el (display-time-default-load-average): New customizable option.
5761 (display-time-load-average): New variable.
5762 (display-time-cycle-load-average): New function.
5763 (display-time-update): Use them.
5764
5765 2001-12-21 Richard M. Stallman <rms@gnu.org>
5766
5767 * apropos.el (apropos-print): SPACING is now nil or a separator string.
5768 (apropos-documentation, apropos-value): Pass a suitable string.
5769
5770 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5771
5772 * dired.el (dired-free-space-program, dired-free-space-args):
5773 Aliases for back-compatibility.
5774
5775 * info.el (Info-select-node): If Info-use-header-line is nil, set
5776 header-line-format to nil.
5777 (Info-fontify-node): Don't put a keymap text property on the
5778 heading if we are not going to display the header line. Remove
5779 any such text properties left over from past visits to this node.
5780
5781 * ls-lisp.el (insert-directory): Insert the amount of free disk
5782 space, like files.el's insert-directory does.
5783
5784 * files.el (directory-free-space-program):
5785 Mention file-system-info in the doc string.
5786 (get-free-disk-space): New function; code moved from insert-directory.
5787 (insert-directory): Call get-free-disk-space to get the amount of
5788 free space.
5789
5790 2001-12-21 Richard M. Stallman <rms@gnu.org>
5791
5792 * help.el (view-order-manuals, view-emacs-news, describe-copying)
5793 (describe-distribution, describe-project): Use view-file.
5794
5795 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
5796
5797 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
5798
5799 * emacs-lisp/easy-mmode.el (define-minor-mode):
5800 Make no arg by default in an interactive call,
5801 so that repeating the command toggles again.
5802
5803 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
5804
5805 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
5806
5807 * antlr-mode.el: More sophisticated indentation of cpp directive.
5808 (antlr-indent-at-bol-alist): New user option.
5809 (antlr-indent-line): Use it.
5810 (antlr-indent-style): New user option.
5811 (antlr-mode): Use it.
5812 (antlr-indent-item-regexp): Customize.
5813
5814 * antlr-mode.el: Syntax highlighting changes.
5815 (antlr-font-lock-literal-regexp): New user option.
5816 (antlr-font-lock-syntax-face): New face used for :, |, ....
5817 (antlr-font-lock-default-face): New face.
5818 (antlr-font-lock-additional-keywords): Use them.
5819
5820 * antlr-mode.el: New command to insert options -- variables.
5821 (antlr-mode-map): New binding [C-c C-o].
5822 (antlr-mode-menu): New submenus.
5823 (antlr-options-use-submenus): New user option.
5824 (antlr-tool-version): New user option.
5825 (antlr-options-auto-colon): New user option.
5826 (antlr-options-style): New user option.
5827 (antlr-options-push-mark): New user option.
5828 (antlr-options-assign-string): New user option.
5829 (antlr-options-headings): New variable.
5830
5831 * antlr-mode.el: New command to insert options -- specific.
5832 (antlr-options-alists): New variable.
5833 (antlr-read-value): New function.
5834 (antlr-read-boolean): New function.
5835 (antlr-language-option-extra): New function.
5836 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
5837 (antlr-c++-mode-extra): New function.
5838 (antlr-grammar-tokens): New function.
5839 (antlr-imenu-create-index-function): New optional argument.
5840
5841 * antlr-mode.el: New command to insert options -- functions.
5842 (antlr-insert-option): New command.
5843 (antlr-insert-option-interactive): New function.
5844 (antlr-options-menu-filter): New function.
5845 (antlr-option-kind): New function.
5846 (antlr-scan-lists): New alias.
5847 (antlr-scan-lists-internal): New function.
5848 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
5849 (antlr-option-level): New function.
5850 (antlr-syntactic-grammar-depth): New function.
5851 (antlr-option-location): New function.
5852 (antlr-insert-option-do): New function.
5853 (antlr-option-spec): New function.
5854 (antlr-version-string): New function.
5855 (antlr-insert-option-existing): New function.
5856 (antlr-insert-option-space): New function.
5857 (antlr-insert-option-area): New function.
5858
5859 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
5860 with narrowing. Menu change. Miscellaneous.
5861 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
5862 (antlr-mode-map): New bindings for characters in ":;|&(){}".
5863 (antlr-electric-character): New command.
5864 (antlr-class-header-regexp): New variable.
5865 (antlr-font-lock-additional-keywords): Use it.
5866 (antlr-imenu-create-index-function): Use it.
5867 (antlr-file-dependencies): Use it.
5868 (antlr-indent-line): Also works with restrictions.
5869 (antlr-indent-command): Interactive spec - changes the buffer.
5870 (antlr-language-for-option): Deletia.
5871 (antlr-language-option): New function, defined instead.
5872 (antlr-mode): Use it.
5873
5874 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5875
5876 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
5877 instead of a literal /dev/null.
5878
5879 * Makefile.in (distclean): Remove Makefile in the build
5880 directory, not in the source directory.
5881
5882 2001-12-21 Simon Josefsson <jas@extundo.com>.
5883
5884 * mail/smtpmail.el (smtpmail-send-queued-mail):
5885 Use with-temp-buffer instead of find-file-noselect, and bind
5886 coding-system-for-read to no-conversion when reading the queued
5887 messages. (Simon's code modified slightly by Eli Zaretskii.)
5888
5889 2001-12-20 Werner Lemberg <wl@gnu.org>
5890
5891 * international/mule-diag.el (describe-coding-system)
5892 (print-coding-system-briefly): Make printed output have a similar
5893 format as describe-character-set.
5894
5895 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5896
5897 * play/blackbox.el (bb-member): Remove, use member instead.
5898 (bb-delete): Remove, use delete instead.
5899 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
5900 bb-score, bb-detour-count and bb-balls-placed.
5901 Propertize results of rays.
5902
5903 2001-12-19 Karl Fogel <kfogel@red-bean.com>
5904
5905 * isearch.el (isearch-forward, isearch-edit-string): Make doc
5906 strings mention keybinding for `isearch-yank-word-or-char',
5907 rather than `isearch-yank-word', since the former is bound now
5908 and the latter is not.
5909 (isearch-yank-word-or-char): Fix formatting.
5910
5911 2001-12-19 Werner Lemberg <wl@gnu.org>
5912
5913 * language/czech.el, language/european.el, language/slovak.el:
5914 More fixes for language info doc strings.
5915
5916 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * loadup.el: Add "language" to the load-path.
5919
5920 2001-12-19 Richard M. Stallman <rms@gnu.org>
5921
5922 * international/mule-cmds.el (describe-language-environment):
5923 Fix calls to help-xref-button.
5924
5925 2001-12-19 Miles Bader <miles@gnu.org>
5926
5927 * international/fontset.el: Require `ind-util' when compiling.
5928
5929 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5930
5931 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
5932 instead of decompose-composite-char.
5933
5934 2001-12-18 Richard M. Stallman <rms@gnu.org>
5935
5936 * simple.el (eval-expression-print-level)
5937 (eval-expression-print-length): Doc fixes.
5938
5939 * international/mule-diag.el (describe-character-set):
5940 Fix the arg to help-xref-button.
5941
5942 * files.el (directory-free-space-program): New variable.
5943 (directory-free-space-args): New variable.
5944 (insert-directory): Use those two variables for getting free space.
5945 Use file-system-info instead, if that is defined.
5946
5947 * dired.el (dired-free-space-program): Variable deleted.
5948 (dired-free-space-args): Variable deleted.
5949 (dired-insert-directory): Don't try to determine free space.
5950
5951 * files.el (font-lock-defaults): Add risky-local-variables prop.
5952 (hack-one-local-variable): Treat various font-lock variables as risky.
5953
5954 2001-12-18 Werner Lemberg <wl@gnu.org>
5955
5956 * language/chinese.el, language/cyrillic.el:
5957 * language/czech.el, language/european.el, language/greek.el:
5958 * language/hebrew.el, language/indian.el, language/japanese.el:
5959 * language/korean.el, language/lao.el, language/slovak.el:
5960 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5961 Improve documentation strings of coding systems and language infos.
5962
5963 2001-12-18 Werner LEMBERG <wl@gnu.org>
5964
5965 Add support for EUC-TW decoding/encoding.
5966
5967 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
5968 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
5969 New auxiliary functions to build `big5-to-cns'.
5970 (big5-to-cns): New translation alist.
5971
5972 * language/chinese.el: Added new coding system `euc-tw' and its
5973 alias `euc-taiwan'.
5974 Updated language `Chinese-CNS' to include euc-tw encoding also.
5975 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
5976 euc-tw.
5977
5978 2001-12-18 Dave Love <fx@gnu.org>
5979
5980 * loadup.el: Add language/utf-8-lang, language/georgian.
5981
5982 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
5983 (image-file-name-regexps): Doc fix.
5984
5985 * server.el (server-unload-hook): New function.
5986
5987 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
5988 (lm-crack-copyright): Cope with multi-line copyright `lines'.
5989
5990 * simple.el (newline): Doc fix.
5991 (eval-expression-print-level, eval-expression-print-length): Doc
5992 fix. Amend :type.
5993 (next-line, previous-line): Make arg optional.
5994 (newline): Doc fix.
5995
5996 * Makefile.in (DONTCOMPILE): Add various language files.
5997
5998 * international/quail.el (quail-input-string-to-events): Don't use
5999 string-to-list.
6000
6001 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
6002 calling `newline'.
6003
6004 2001-12-17 Richard M. Stallman <rms@gnu.org>
6005
6006 * comint.el (comint-dynamic-list-input-ring-select): New function.
6007 Switches back to the old window configuration.
6008 (comint-dynamic-list-input-ring): Bind RET to that function.
6009 (comint-dynamic-list-input-ring-window-conf): New variable.
6010
6011 2001-12-17 Werner Lemberg <wl@gnu.org>
6012
6013 * international/mule-conf.el: Improve documentation strings of
6014 character sets.
6015
6016 2001-12-16 Richard M. Stallman <rms@gnu.org>
6017
6018 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
6019 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
6020
6021 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
6022
6023 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
6024 Add a DESCRIPTION for the makefile item.
6025
6026 * find-file.el (ff-other-file-name): New function.
6027
6028 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * international/quail.el (quail-input-string-to-events): Fix last
6031 change.
6032
6033 2001-12-16 Richard M. Stallman <rms@gnu.org>
6034
6035 * isearch.el (isearch-edit-string): When we set isearch-string
6036 to the default, also set isearch-message.
6037
6038 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
6039
6040 * startup.el (command-line-1): Display startup screen
6041 even if there are command line args.
6042 Add a note about how to go to editing your files.
6043 (fancy-splash-head): Add a note about how to go to your files.
6044 (fancy-splash-outer-buffer): New variable.
6045 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
6046
6047 * subr.el (with-temp-message): At the end, always discard
6048 the temp message, even by clearing the echo area.
6049
6050 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
6051
6052 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
6053
6054 * log-view.el (log-view-message-re, log-view-current-tag):
6055 Recognize Subversion's log output format.
6056
6057 * international/fontset.el: Build the list L at compile time.
6058
6059 * language/ind-util.el (mapthread): Make a closure.
6060
6061 2001-12-15 Richard M. Stallman <rms@gnu.org>
6062
6063 * isearch.el (isearch-start-hscroll): New variable.
6064 (isearch-mode): Set isearch-start-hscroll.
6065 (isearch-update): Restore original hscrolling if possible.
6066
6067 * isearch.el (isearch-edit-string):
6068 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
6069
6070 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
6071 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
6072 rather than regexp search and (2) copying text properties
6073 already set up on text unchanged from the previous backtrace.
6074
6075 * case-table.el (set-case-syntax-pair):
6076 Detect invalid calls and signal an error.
6077
6078 2001-12-15 Richard M. Stallman <rms@gnu.org>
6079
6080 * language/ind-util.el (range): Function deleted.
6081 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
6082 All calls changed.
6083
6084 * language/devan-util.el (devanagari-range): Renamed from `range'.
6085 All calls changed.
6086 (devanagari-regexp-of-hashtbl-keys):
6087 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
6088
6089 2001-12-15 Dave Love <fx@gnu.org>
6090
6091 * language/ind-util.el: Don't require cl.
6092 (indian-glyph-char, indian-glyph-max-char)
6093 (indian-char-glyph): Moved from indian.el
6094 (indian--puthash-char, mapthread): Don't quote lambda.
6095 (indian--map): New function.
6096 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
6097 (indian--puthash-cv): Use it.
6098
6099 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
6100 (indian-char-glyph): Moved to ind-util.el
6101
6102 * language/devan-util.el (devanagari-post-read-conversion):
6103 New function.
6104
6105 * language/georgian.el: New file.
6106
6107 * international/mule-cmds.el (locale-language-names): Add various
6108 entries. Remove utf-8 special case.
6109 (locale-charset-language-names, locale-preferred-coding-systems):
6110 Add utf-8 case.
6111 (set-language-environment): Process required-features earlier.
6112
6113 * international/quail.el (quail-keyboard-layout-alist):
6114 Add pc105-uk.
6115 (quail-keyboard-layout-type): Fix :type.
6116 (quail-choose-completion-string): Simplify.
6117 (quail-update-leim-list-file): Don't get fooled by commented-out code.
6118 (quail-input-string-to-events): Run events through
6119 translation-table-for-input.
6120
6121 * international/mule-conf.el (translation-table-for-input):
6122 New variable.
6123 (latin-iso8859-14): Amend description.
6124 (file-coding-system-alist): Add entry for utf-8.
6125
6126 * language/utf-8-lang.el: New file.
6127
6128 * international/code-pages.el: New file.
6129
6130 * language/hebrew.el ("Windows-1255"): New language.
6131
6132 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
6133 ("Latvian"): New languages.
6134
6135 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
6136
6137 * xml.el: Use setq rather than (set 'foo bar).
6138 Use push+nreverse rather than append.
6139 (xml-node-name, xml-node-attributes, xml-node-children):
6140 Use defsubst rather than macros.
6141 (xml-parse-region): Handle a nil return value from xml-parse-tag.
6142 (xml-parse-tag): Don't skip white space. Return nil for a comment.
6143 Concat the two strings surrounding a comment into a single string.
6144
6145 * newcomment.el (comment-indent): Jump to the middle of empty comments.
6146
6147 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6148
6149 * select.el (xselect-convert-to-class, xselect-convert-to-name):
6150 Document.
6151
6152 2001-12-14 Andre Spiegel <spiegel@gnu.org>
6153
6154 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
6155 Return nil if FILE is not registered.
6156 (vc-check-master-templates, vc-default-make-version-backups-p):
6157 Doc fix.
6158
6159 2001-12-13 David Ponce <david@dponce.com>
6160
6161 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
6162 (ruler-mode-left-fringe-cols): New macro.
6163 (ruler-mode-right-fringe-cols): New macro.
6164 (ruler-mode-left-scroll-bar-cols): New macro.
6165 (ruler-mode-right-scroll-bar-cols): New macro.
6166 (ruler-mode-ruler): Use above new macros.
6167
6168 2001-12-13 Richard M. Stallman <rms@gnu.org>
6169
6170 * files.el (set-auto-mode): Fix previous change.
6171
6172 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
6173
6174 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
6175 (easy-menu-do-define, easy-menu-convert-item-1)
6176 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
6177 (easy-menu-return-item): Only return nil if there is no binding.
6178
6179 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
6180
6181 * whitespace.el (whitespace-version): 3.2
6182 * whitespace.el (whitespace-force-mode-line-update): Replace with
6183 `whitespace-mode-line-update', which is an alias to the correct
6184 function in various emacsen.
6185 * whitespace.el (whitespace-{un,}highlight-the-space):
6186 Add colorized highlighting of the bogus whitespaces in a buffer/file,
6187 using the `whitespace-highlight-face' if
6188 `whitespace-display-spaces-in-color' is set.
6189
6190 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
6191
6192 * international/mule.el (set-auto-coding): Don't search for
6193 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
6194
6195 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6196
6197 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
6198
6199 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
6200
6201 * mail/rmailsum.el (rmail-summary-mode): Likewise.
6202
6203 2001-12-13 Richard M. Stallman <rms@gnu.org>
6204
6205 * simple.el (undo): Always set this-command to `undo',
6206 so that the next undo after an error will not begin redoing.
6207
6208 * simple.el (shell-command): Doc fix.
6209 (shell-command-on-region): If there is output an an error,
6210 add "...Shell command failed" to the output.
6211
6212 2001-12-13 David Ponce <david@dponce.com>
6213
6214 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
6215 (ruler-mode-left-fringe-cols): Function replaced by more efficient
6216 implementation `ruler-mode-extra-left-cols'.
6217 (ruler-mode-ruler): Use above new function. Take into account
6218 that the fringe areas can now be resized.
6219
6220 2001-12-12 Richard M. Stallman <rms@gnu.org>
6221
6222 * international/characters.el (Unicode): Comment out
6223 the specifications for kelvin and angstrom signs.
6224
6225 * international/mule.el (make-translation-table-from-vector):
6226 Allow null elements in VEC.
6227
6228 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6229 (unify-8859-on-decoding-mode): Swap the code in their bodies.
6230 Add :version.
6231
6232 2001-12-11 Richard M. Stallman <rms@gnu.org>
6233
6234 * derived.el (derived-mode-p): Function moved to subr.el.
6235
6236 * subr.el (derived-mode-p): Moved here from derived.el.
6237
6238 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
6239
6240 * files.el (set-auto-mode-1): New subroutine, broken out of
6241 set-auto-mode.
6242 (set-auto-mode, hack-local-variables-prop-line): Use that.
6243
6244 2001-12-11 Dave Love <fx@gnu.org>
6245
6246 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
6247
6248 * language/european.el: Remove autoload cookies. Fix registration
6249 of diacritic composition function.
6250
6251 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6252
6253 * calendar/todo-mode.el: Require time-stamp.
6254
6255 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
6256
6257 2001-12-11 Richard M. Stallman <rms@gnu.org>
6258
6259 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
6260
6261 * textmodes/ispell.el (ispell-buffer-local-parsing):
6262 Match xml like sgml.
6263
6264 * emacs-lisp/advice.el (ad-compile-function):
6265 Byte compile the function under another (uninterned) name.
6266
6267 * gud.el (gdb): Define and bind gud-jump.
6268
6269 * font-lock.el (font-lock-mode):
6270 Put our function at the end of after-change-functions.
6271
6272 * ediff-diff.el (ediff-cmp-options): Doc fix.
6273
6274 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
6275
6276 2001-12-10 Richard M. Stallman <rms@gnu.org>
6277
6278 * isearch.el (isearch-yank-word-or-char): New function.
6279 (isearch-mode-map): Bind C-w to that.
6280
6281 * menu-bar.el (menu-bar-mode): Make arg optional.
6282
6283 * simple.el (line-move): Cope if next-single-property-change
6284 or previous-single-property-change returns nil.
6285
6286 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
6287 Don't use interactive-p; instead, pass the proper args
6288 in (interactive...). Clean up most of the trouble-report strings.
6289
6290 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
6293 enqueued messages literally.
6294
6295 2001-12-10 Noah Friedman <friedman@splode.com>
6296
6297 * battery.el (battery-insert-file-contents): Obsolete function
6298 removed.
6299 (battery-read-function): Obsolete function removed.
6300 (battery-linux-proc-apm): Use insert-file-contents.
6301
6302 2001-12-07 Stephen Eglen <stephen@gnu.org>
6303
6304 * iswitchb.el (iswitchb-visit-buffer):
6305 Use `select-frame-set-input-focus'--needed when window manager
6306 uses "click to focus" policy.
6307
6308 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6309
6310 * COPYING: Moved back.
6311
6312 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * term/internal.el (IT-character-translations): Add entries for
6315 more points.
6316
6317 * international/characters.el: Resurrect the Hebrew category
6318 settings for all Hebrew characters removed by the last change.
6319 Add code for setting the Hebrew category of the Unicode Hebrew
6320 characters. Set syntax entries for Hebrew punctuation characters.
6321
6322 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
6323 points and directional formatting control characters.
6324
6325 2001-12-07 Dave Love <fx@gnu.org>
6326
6327 * language/lao-util.el: Add Unicode equivalents for rules.
6328 (lao-post-read-conversion): New function.
6329
6330 * language/lao.el: Add Unicode equivalents.
6331 (lao): Add post-read conversion.
6332
6333 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
6334 Use iso2022 encoding.
6335 (latin1-char-displayable-p): Doc fix.
6336 (latin1-display-ucs-per-lynx): New option.
6337 (latin1-display-ucs-per-lynx): New command.
6338 (latin1-display-reset): Special-case arabic.
6339 (ucs-tables): Require.
6340 (latin1-display-sets, latin1-display-setup): Add arabic.
6341 (latin1-display) <variable>: Use function latin1-display.
6342 (latin1-display) <function>: Add mule-unicode stuff.
6343 (latin1-display-check-font): Don't lose if `info' is nil.
6344
6345 * international/iso-transl.el: Insert Latin-1 characters, not
6346 unibyte codes.
6347
6348 * language/european.el (diacritic-composition-pattern): New constant.
6349 (diacritic-compose-region, diacritic-compose-string)
6350 (diacritic-compose-buffer, diacritic-post-read-conversion)
6351 (diacritic-composition-function): New functions.
6352
6353 * international/utf-8.el (ucs-mule-to-mule-unicode):
6354 New translation table.
6355 (ccl-encode-mule-utf-8): Use it.
6356 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
6357 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
6358 (utf-8-subst-table): New variable.
6359 (utf-8-compose-scripts): New option.
6360 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
6361
6362 * international/ucs-tables.el, international/utf-8-subst.el:
6363 New files.
6364
6365 * international/characters.el: Don't set word syntax (the default)
6366 explicitly. Add a diacritic category. Add info for Unicode
6367 equivalents of characters in various Mule charsets and for extra
6368 Unicode characters. Don't define specific categories for
6369 Indian/Devanagari, since they aren't used.
6370
6371 2001-12-06 Richard M. Stallman <rms@gnu.org>
6372
6373 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
6374 (set-justification-left, set-justification-right): Doc fix.
6375
6376 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
6377 (bug-f90-mode): Variable deleted.
6378
6379 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * indent.el (indent-line-function): Default is indent-relative again.
6382
6383 2001-12-07 Miles Bader <miles@gnu.org>
6384
6385 * progmodes/compile.el (compilation-error-regexp-alist):
6386 Added regexps for RXP.
6387
6388 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
6389
6390 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
6391 Add shift-assignment operators to those highlighted, and highlight
6392 the whole operator rather than just the "=".
6393
6394 2001-12-04 Juanma Barranquero <lektu@terra.es>
6395
6396 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
6397 before saving abbrevs if `save-abbrevs' has the value `silently'.
6398
6399 2001-12-04 Andreas Schwab <schwab@suse.de>
6400
6401 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
6402
6403 2001-12-04 Colin Walters <walters@debian.org>
6404
6405 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
6406 for `defmacro*' forms.
6407
6408 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
6409 `defmacro*'.
6410
6411 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
6412
6413 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
6414
6415 2001-12-02 Richard M. Stallman <rms@gnu.org>
6416
6417 * files.el (insert-directory): If the df output does not look right,
6418 don't try to use it. Other cleanups in overall code structure.
6419
6420 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
6421
6422 * textmodes/outline.el (outline-mode-prefix-map):
6423 Add bindings for outline-promote and outline-demote.
6424 (outline-minor-mode-menu-bar-map): New var.
6425 (outline-minor-mode): Use it.
6426 (outline-heading-alist): New var (renamed from outline-level-heading).
6427 (outline-level): Use it.
6428 (outline-insert-heading, outline-promote, outline-demote):
6429 Update to use outline-heading-alist.
6430
6431 * disp-table.el (standard-display-european):
6432 Simplify since the function is not interactive any more.
6433 Don't set the existing buffers to unibyte.
6434
6435 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
6436
6437 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
6438
6439 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
6440
6441 * shell.el (shell): Use shell-file-name.
6442 Pop to buffer before calling comint to set COLUMNS properly.
6443
6444 * emacs-lisp/cl.el (svref): New alias.
6445
6446 * progmodes/antlr-mode.el (antlr-c-common-init):
6447 Don't inhibit adaptive-fill-mode any more.
6448
6449 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
6450
6451 * progmodes/etags.el (tags-with-face): Use make-symbol.
6452 (tags-search, tags-query-replace): Use backquotes.
6453
6454 * textmodes/picture.el (picture-mode-map): Don't use defconst
6455 for a variable.
6456
6457 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6458
6459 * textmodes/reftex-index.el (reftex-index-mode):
6460 Remove make-local-hook.
6461
6462 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
6463
6464 2001-12-02 Kim F. Storm <storm@cua.dk>
6465
6466 * isearch.el (isearch-resume-enabled): New variable.
6467 (isearch-done): Use that variable.
6468
6469 2001-12-01 Richard M. Stallman <rms@gnu.org>
6470
6471 * wid-edit.el (widget-button-click): Don't move point permanently:
6472 Avoid mouse-set-point--instead select the window,
6473 then do save-excursion, then move point.
6474 Specify the buffer for get-char-property.
6475 Don't use `@' in interactive.
6476
6477 * indent.el (indent-line-function):
6478 Default is indent-to-left-margin again.
6479
6480 * replace.el (query-replace-read-args): Display message
6481 if FROM contains `\n' or `\t'.
6482
6483 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
6484
6485 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
6486
6487 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
6488
6489 * emacs-lisp/regexp-opt.el (regexp-opt):
6490 Bind completion-regexp-list to nil.
6491
6492 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
6493
6494 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6495
6496 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
6497 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
6498 Update maintainer.
6499
6500 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
6501
6502 * mail/smtpmail.el: Use with-current-buffer.
6503 (message-make-date, message-make-message-id): Autoload when needed.
6504 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
6505 headers when missing.
6506
6507 * international/encoded-kb.el (encoded-kbd-mode):
6508 Use define-minor-mode.
6509
6510 * enriched.el (enriched-mode): Use define-minor-mode.
6511 Use dolist and pop and push.
6512
6513 * info.el (Info-find-node-2): Don't call info-insert-file-contents
6514 with the `visit' argument.
6515 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
6516
6517 * progmodes/hideif.el (hide-ifdef-mode): Only modify
6518 `change-major-mode-hook' locally. Reset invisibility spec.
6519
6520 * man.el (Man-build-section-alist): Remove last Man-match-substring.
6521
6522 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6523
6524 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
6525 Clarify error message.
6526
6527 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6528
6529 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
6530
6531 2001-11-30 Andre Spiegel <spiegel@gnu.org>
6532
6533 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
6534 don't just return it.
6535
6536 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6537
6538 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
6539 (menu-bar-read-emacs-man, search-emacs-glossary)
6540 (emacs-index-search, elisp-index-search): New functions.
6541 (apropso-documentation, apropos, apropos-value, apropos-variable)
6542 (apropos-commands): Modify menu item names and help text.
6543 (elisp-index-search, emacs-index-search, emacs-glossary):
6544 New menu items.
6545 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
6546 submenu.
6547 (info-elisp, info-elintro): New menu items.
6548 (apropos): Modify the menu item name.
6549
6550 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
6553
6554 * textmodes/outline.el (outline-promote, outline-demote): Typo.
6555
6556 * man.el (man-follow-mouse): New function.
6557 (Man-mode-map): Bind mouse-2 to it.
6558 (Man-match-substring): Remove. Replace with `match-string'.
6559 (man): Use the `default-value' argument to `read-string'.
6560 (Man-fontify-manpage): Add mouse-face to cross references.
6561
6562 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
6563
6564 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
6567 the value of require-match in minibuffer-completion-confirm.
6568 Use crm-local-completion-map.
6569
6570 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
6571 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
6572 (cl-make-type-test): Use char-valid-p for `character'.
6573
6574 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
6575 (Info-complete-menu-item): Rewrite. Add the ability to search
6576 several sequential nodes. Add a simple caching mechanism.
6577 (Info-goto-index): New function extracted from Info-index.
6578 (Info-index): Use it. Add completion to the interactive spec.
6579 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
6580
6581 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6582
6583 * COPYING: Removed.
6584
6585 2001-11-29 Dave Love <fx@gnu.org>
6586
6587 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
6588 (fortran-window-create, fortran-window-create-momentarily):
6589 Rewrite, moving error condition.
6590 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
6591 (fortran-mode-syntax-table): Revert last change.
6592
6593 * international/mule.el: Doc fixes.
6594 (map-charset-chars): New function.
6595 (register-char-codings): Use it to cope with generic chars in
6596 safe-chars.
6597
6598 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6599
6600 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
6601
6602 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
6603
6604 * play/studly.el (studlify-word, studlify-region)
6605 (studlify-buffer): Fix doc-string.
6606 (studlify-buffer): Add autoload cookie.
6607
6608 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
6609
6610 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
6611 (outline-up-heading-all): Remove.
6612 (hide-sublevels): Move to end-of-heading before calling flag-region.
6613 (outline-copy-overlay, outline-discard-overlays): Remove.
6614 (outline-flag-region): Use `remove-overlays'.
6615 Don't move to end-of-heading.
6616 (outline-next-visible-heading, outline-back-to-heading)
6617 (outline-on-heading-p): Use outline-invisible-p.
6618 (outline-font-lock-level): Use outline-up-heading's new arg.
6619 (outline-minor-mode): Simplify.
6620 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
6621 (outline): Put a `reveal-toggle-invisible' property.
6622 (outline-level-heading): New var.
6623 (outline-insert-heading, outline-promote, outline-demote)
6624 (outline-toggle-children): New commands.
6625
6626 * progmodes/hideif.el (hif-end-of-line): New function.
6627 (hide-ifdef-mode): Set line-move-ignore-invisible.
6628 (hide-ifdef-region-internal): New function.
6629 (hide-ifdef-region): Use it.
6630 (hif-defined): Return an integer.
6631 (hif-infix-to-prefix): Remove.
6632 (hif-tokenize): Parse from the buffer rather than from a string.
6633 Correctly tokenize integers. Use forward-comment.
6634 (hif-expr): Use hif-or.
6635 (hif-term): Use hif-and.
6636 (hif-factor): Use hif-not. Handle numbers properly.
6637 Don't require parenthesis around `defined's argument.
6638 (hif-and, hif-or, hif-not): New funs.
6639 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
6640 (hif-hide-line): Don't hide the \n before the line.
6641 (hif-possibly-hide): Correctly handle numeric evaluation results.
6642
6643 * progmodes/make-mode.el: Use line-(end|beginning)-position.
6644 (makefile-mode): Set indent-line-function.
6645 (makefile-browser-insert-continuation): Use with-current-buffer.
6646 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
6647
6648 2001-11-28 Karl Fogel <kfogel@red-bean.com>
6649
6650 * isearch.el (isearch-yank-internal): New helper function.
6651 (isearch-yank-char): New function.
6652 (isearch-yank-word, isearch-yank-line): Rewrite to use
6653 isearch-yank-internal.
6654
6655 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
6658 aren't supported. Print a message to that effect if invoked.
6659
6660 2001-11-27 Stephen Eglen <stephen@gnu.org>
6661
6662 * locate.el (locate): Put point at first matching file rather
6663 than top of buffer.
6664
6665 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
6666
6667 * reveal.el: New file.
6668
6669 * progmodes/hideif.el: Misc cleanup.
6670 (hide-ifdef-mode-submap): Put the def in the defvar.
6671 Use substitute-key-definition.
6672 (hide-ifdef-mode): Use define-minor-mode.
6673 (hif-outline-flag-region): Remove.
6674 (hif-show-all): Define in terms of hif-show-ifdef-region.
6675 (hif-after-revert-function): Rename from hif-before-revert-function.
6676 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
6677 (hif-tokenize): Use with-syntax-table.
6678 (hif-make-range): Use `else' also for `else-p'.
6679 (hif-range-else-p): Remove.
6680 (hif-find-range): Simplify.
6681 (hif-hide-line): Don't bother preserving buffer-modified-p.
6682 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
6683 Don't use selective-display and inhibit-read-only.
6684
6685 * subr.el (copy-overlay, remove-overlays): New funs.
6686
6687 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
6688
6689 2001-11-27 Sam Steingold <sds@gnu.org>
6690
6691 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
6692 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
6693 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
6694 * obsolete/c-mode.el, obsolete/cplus-md.el
6695 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
6696 * term/sun-mouse.el, textmodes/artist.el:
6697 Converted backquote to the new style.
6698 * mouse.el, reposition.el: Likewise (in comments).
6699 * expand.el: Likewise (in a string).
6700
6701 2001-11-27 Richard M. Stallman <rms@gnu.org>
6702
6703 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
6704
6705 2001-11-26 Richard M. Stallman <rms@gnu.org>
6706
6707 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
6708 if :on-glyph or :off-glyph is a list, eval it and store it back.
6709 (checkbox): Quote the values for :on-glyph and :off-glyph.
6710
6711 * cus-start.el (recursive-load-depth-limit): Delete item.
6712
6713 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
6714
6715 * help-fns.el (describe-categories, help-describe-category-set): New.
6716 describe-categories moved here from src/category.c.
6717
6718 2001-11-26 Sam Steingold <sds@gnu.org>
6719
6720 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
6721 arguments to `insert' are strings.
6722
6723 2001-11-26 Richard M. Stallman <rms@gnu.org>
6724
6725 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
6726
6727 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
6728
6729 * international/mule-diag.el: Require help-fns instead of
6730 help-funs.
6731
6732 * help-fns.el: Renamed from help-funs.el.
6733
6734 * startup.el (command-line-1): Don't try to call process-list if
6735 it is not fboundp.
6736
6737 2001-11-26 Sam Steingold <sds@gnu.org>
6738
6739 * frame.el (show-trailing-whitespace): Remove :set argument (the
6740 value was essentially identical to the defalt).
6741
6742 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6743
6744 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
6745
6746 * icomplete.el (icomplete-minibuffer-setup): Likewise.
6747
6748 * hilit-chg.el (hilit-chg-set): Likewise.
6749
6750 * speedbar.el (speedbar-mode): Likewise.
6751
6752 * calendar/calendar.el (calendar-mode): Likewise.
6753
6754 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
6755 insert-string.
6756
6757 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
6758
6759 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
6760
6761 * term/sun-mouse.el (sun-yank-selection): Likewise.
6762
6763 * textmodes/bib-mode.el (return-key-bib): Likewise.
6764
6765 * calendar/appt.el (appt-disp-window): Likewise.
6766
6767 * calendar/diary-lib.el (list-diary-entries): Likewise.
6768
6769 * array.el (array-reconfigure-rows): Likewise.
6770
6771 * filecache.el (file-cache-minibuffer-complete): Likewise.
6772
6773 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
6774
6775 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
6776
6777 * allout.el (outline-version, outline-open-topic)
6778 (outline-rebullet-heading, outline-insert-listified)
6779 (outline-latex-verbatim-quote-curr-line)
6780 (outline-latexify-one-item, outlineify-sticky): Likewise.
6781
6782 * vc.el (vc-next-action-on-file): Likewise.
6783 (vc-dired-mode): Remove make-local-hook.
6784
6785 2001-11-26 Andre Spiegel <spiegel@gnu.org>
6786
6787 * vc.el (vc-find-version): New function.
6788 (vc-version-other-window): Redefined in terms of the above.
6789
6790 * log-view.el (log-view-find-version): New function.
6791 (log-view-mode-map): Bind it to `f'.
6792
6793 2001-11-26 Gerd Moellmann <gerd@gnu.org>
6794
6795 * language/devan-util.el (dev-char-glyph): Escape `"' in
6796 string literals.
6797 (dev-glyph-glyph, dev-glyph-glyph-2)
6798 (devanagari-compose-syllable-region): Likewise.
6799
6800 2001-11-26 Richard M. Stallman <rms@gnu.org>
6801
6802 * window.el (save-selected-window): No error if saved window is dead.
6803
6804 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6805
6806 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6807
6808 * international/quail.el (quail-help): Require help-mode in
6809 top-level instead.
6810
6811 * iswitchb.el (iswitchb-exhibit): Use insert instead of
6812 insert-string.
6813
6814 * icomplete.el (icomplete-exhibit): Likewise.
6815
6816 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
6817
6818 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
6819 (diff-hunk-kill): Simplify.
6820 (diff-post-command-hook): Only apply to a single hunk.
6821 (diff-hunk-text): Make `char-offset' non-optional.
6822 (diff-find-text): Return a cons cell.
6823 (diff-find-approx-text): New fun.
6824 (diff-find-source-location): Use it.
6825 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
6826 Adapt to new retval of diff-find-text.
6827
6828 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
6829 rather than integer- representation of dates.
6830
6831 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
6832
6833 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
6834 (syntax-after): New fun.
6835
6836 * help-funs.el (describe-syntax): New fun.
6837
6838 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
6839 (font-lock-ppss-stats, font-lock-ppss): Remove.
6840 (font-lock-fontify-syntactically-region): Remove tuning code.
6841 (font-lock-compile-keywords): Fix off-by-one bug.
6842 (font-lock-set-defaults): Don't set removed vars.
6843 (c-keywords): Add `inline'.
6844 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
6845
6846 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6847 Set syntax-begin-function.
6848 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
6849 (lisp-interaction-mode): Don't set local-abbrev-table any more.
6850 (lisp-mode-auto-fill): Use syntax-ppss and obey
6851 comment-auto-fill-only-comments.
6852 (lisp-fill-paragraph): Use syntax-ppss.
6853
6854 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
6855
6856 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
6857 version of rmail-enable-mime.
6858 (rmail-forward): Use it.
6859
6860 2001-11-25 Richard M. Stallman <rms@gnu.org>
6861
6862 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
6863
6864 * international/quail.el (quail-keyboard-layout-button):
6865 Define button type.
6866 (quail-keyboard-customize-button): Likewise.
6867 (quail-help): Use those button types. Require `help-mode'.
6868 Avoid altering the argument `package'.
6869
6870 * help-mode.el (help-function, help-variable, help-face)
6871 (help-coding-system, help-input-method, help-character-set):
6872 Define each button type with its own explicit define-button-type.
6873
6874 * language/devan-util.el: Comment out parts of the file
6875 which apparently are garbled.
6876
6877 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6878
6879 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
6880 insert-string.
6881
6882 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6883
6884 * play/snake.el (snake-mode): Remove make-local-hook.
6885
6886 * play/tetris.el (tetris-mode): Likewise.
6887
6888 * play/decipher.el (decipher-mode): Likewise.
6889
6890 * tmm.el (tmm-add-prompt): Likewise.
6891
6892 2001-11-25 Sam Steingold <sds@gnu.org>
6893
6894 * menu-bar.el (menu-bar-apropos-menu): New variable.
6895 Moved all `apropos' bindings to this menu.
6896 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
6897
6898 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
6899
6900 The following changes are for new indian languages support based
6901 on Unicode charset and CDAC fonts.
6902
6903 * international/mule-conf.el: Change indian-1-column charset to
6904 indian-glyph charset.
6905
6906 * international/characters.el: Adjusted for the change of
6907 indian-1-column -> indian-glyph.
6908
6909 * international/fontset.el: Delete the setting for indian-1-column
6910 and add the setting for indian-glyph in the default fontset.
6911
6912 * language/indian.el: Completely re-written.
6913
6914 * language/devanagari.el: Completely re-written.
6915
6916 * language/devan-util.el: Completely re-written.
6917
6918 * language/ind-util.el: New file.
6919
6920 2001-11-24 Richard M. Stallman <rms@gnu.org>
6921
6922 * startup.el (command-line-1): Don't do startup screen
6923 if a subprocess is running. Call the startup screen buffer
6924 "GNU Emacs". Make a special mode-line-format for it.
6925
6926 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
6927 (browse-url-galeon): Use that variable.
6928
6929 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
6930 eval-expression. Eval and set the variable simply.
6931
6932 * files.el (temporary-file-directory): Use defcustom.
6933 (small-temporary-file-directory): Likewise.
6934 (normal-backup-enable-predicate): Move down in file
6935 after definition of temporary-file-directory.
6936
6937 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
6938
6939 2001-11-24 Colin Walters <walters@debian.org>
6940
6941 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
6942 autoload names to match files renamed on initial calc import.
6943
6944 * calc/calc.el (Commentary): Cleanup, and add logistic curve
6945 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
6946
6947 2001-11-23 Colin Walters <walters@debian.org>
6948
6949 * Makefile.in (finder_setwins, setwins): Include Calc again.
6950
6951 * calc/calc-rules.el: Add header comment.
6952
6953 2001-11-23 Andre Spiegel <spiegel@gnu.org>
6954
6955 * vc.el (with-vc-properties): Don't bind `filename' locally.
6956 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
6957 to avoid name clashes. Fix `lisp-indent-function' property for
6958 both.
6959
6960 2001-11-23 Francesco Potorti` <pot@gnu.org>
6961
6962 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
6963
6964 2001-11-22 Colin Walters <walters@debian.org>
6965
6966 * calc/calc-misc.el (report-calc-bug):
6967 Use `reporter-prompt-for-summary-p'.
6968
6969 * calc/INSTALL, calc/Makefile: Remove.
6970
6971 2001-11-22 Miles Bader <miles@gnu.org>
6972
6973 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
6974 (reb-match-2, reb-match-3): Add dark-background variants.
6975
6976 2001-11-22 Colin Walters <walters@debian.org>
6977
6978 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
6979 (info "Calc").
6980 (report-calc-bug): Use reporter.el.
6981
6982 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
6983
6984 2001-11-21 Richard M. Stallman <rms@gnu.org>
6985
6986 * which-func.el (which-function): Call imenu--make-index-alist
6987 if necessary to get a list of functions.
6988 (which-function-imenu-failed): New variable.
6989 (which-func-update): Handle all visible windows.
6990 (which-func-update-1): New subroutine broken out of which-func-update.
6991
6992 * files.el (temporary-file-directory, null-device)
6993 (small-temporary-file-directory): Definitions moved up.
6994
6995 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
6996 (cperl-non-problems, cperl-praise): Doc fixes.
6997
6998 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
6999 (sh-mode-syntax-table): Function restored.
7000 Variable set up for use by function sh-mode-syntax-table.
7001 (sh-set-shell): Set the syntax table.
7002
7003 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
7004
7005 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
7006
7007 * international/encoded-kb.el: Don't alter minor-map-alist.
7008
7009 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7010
7011 * files.el (auto-save-file-name-transforms): Put remote files in
7012 temporary-file-directory rather than /tmp.
7013
7014 2001-11-21 Colin Walters <walters@debian.org>
7015
7016 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
7017 of (function ...) wrapper.
7018
7019 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * derived.el (define-derived-mode): Create the abbrev-table
7022 from inside the `defvar'.
7023
7024 * jit-lock.el (jit-lock-defer-time): New var.
7025 (jit-lock-defer-timer, jit-lock-buffers): New vars.
7026 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
7027 (jit-lock-function): Defer fontification if requested.
7028 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
7029 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
7030 text property.
7031 (jit-lock-deferred-fontify): New fun.
7032
7033 2001-11-20 Richard M. Stallman <rms@gnu.org>
7034
7035 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
7036 Set local-abbrev-table to lisp-mode-abbrev-table.
7037
7038 * emacs-lisp/re-builder.el (reb-mode):
7039 Don't use define-derived-mode. Call kill-all-local-variables.
7040
7041 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
7042 Don't use define-derived-mode.
7043
7044 * help-mode.el (help-mode): Undo 2001-10-07 change.
7045
7046 * replace.el (occur-mode): Undo 2001-5-20 change.
7047
7048 2001-11-20 Jason Rumney <jasonr@gnu.org>
7049
7050 * w32-fns.el (w32-system-coding-system): Change to an alias for
7051 locale-coding-system.
7052 (set-w32-system-coding-system): Document the above change.
7053 Set locale-coding-system instead.
7054
7055 2001-11-20 Richard M. Stallman <rms@gnu.org>
7056
7057 * ruler-mode.el: Add pagination.
7058 (ruler-mode-toggle-show-tab-stops): No need to
7059 test `ruler-mode' variable.
7060
7061 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7062
7063 * play/landmark.el: Mark lm-mode as special.
7064
7065 * play/gomoku.el: Mark gomoku-mode as special.
7066
7067 2001-11-20 Juanma Barranquero <lektu@terra.es>
7068
7069 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
7070 (top-level): Bind it to C-c C-b.
7071 (re-builder): Don't re-enter RE Builder Mode.
7072
7073 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
7074
7075 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
7076
7077 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
7078 `manual-program'.
7079
7080 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
7081 to a line without a comment.
7082
7083 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7084
7085 * dired.el (dired-listing-switches): Mention in the doc string
7086 that some switches are not supported by ls-lisp.el
7087
7088 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
7089
7090 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
7091 (imenu--create-keymap-2): Remove.
7092 (imenu--create-keymap-1): Simplify, remove third argument.
7093 (imenu--generic-function): Use dolist.
7094 (imenu-find-default): New function.
7095 (imenu--completion-buffer): Use it.
7096 (imenu--mouse-menu): Use popup-menu.
7097 (imenu--menubar-select): Return t rather than calling imenu.
7098
7099 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
7100 New functions, extracted from fill-region-as-paragraph.
7101 (fill-region-as-paragraph): Use them.
7102 Use an end marker instead of eob.
7103 Ignore whitespace-only fill-prefixes when indenting according to mode.
7104 Simplify the loop that searches for spaces backwards.
7105
7106 * textmodes/picture.el (picture-vertical-step)
7107 (picture-horizontal-step): Don't use defconst for variables.
7108
7109 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
7110 (mail-extract-address-components): Downcase domain names.
7111 (mail-extr-delete-char): Remove. Use delete-char instead.
7112
7113 * emulation/pc-select.el: Doc string fixes.
7114 (pc-selection-mode): Don't treat macos as a tty.
7115
7116 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
7117
7118 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
7119
7120 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
7121 (mouse-wheel-progessive-speed): New var.
7122 (mwheel-scroll): Use it and handle float values.
7123
7124 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
7125
7126 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
7127 (iswitchb): Fix the case where the result was selected with the mouse.
7128 (iswitchb-completion-help): Use the normal *Completions* now that
7129 mouse selection works.
7130 (iswitchb-minibuffer-setup): Simplify.
7131
7132 * newcomment.el (comment-column, comment-style, comment-multi-line)
7133 (comment-auto-fill-only-comments): Remove :group arg.
7134 (comment-padding): Add :type.
7135 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
7136 if called interactively.
7137
7138 2001-11-19 Colin Walters <walters@verbum.org>
7139
7140 * calc/calc.el (toplevel): Add comment and version header.
7141 (calc-init-base): Bump version to 2.02f, update date.
7142
7143 2001-11-19 Richard M. Stallman <rms@gnu.org>
7144
7145 * net/browse-url.el: Support Mozilla and Galeon.
7146 By default, find the installed browser whichever it is.
7147 (browse-url-mozilla): New function.
7148 (browse-url-mozilla-sentinel): New function.
7149 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
7150 (browse-url-default-browser): New function.
7151 (browse-url-process-environment): Use browse-url-browser-display.
7152 (browse-url-browser-display): Renamed from browse-url-netscape-display.
7153 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
7154 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
7155 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
7156 (browse-url-browser-function): New default, new options.
7157
7158 2001-11-19 Sam Steingold <sds@gnu.org>
7159
7160 * bindings.el (last-buffer, unbury-buffer): New function.
7161 (mode-line-unbury-buffer): Use `unbury-buffer'.
7162
7163 2001-11-18 Stephen Eglen <stephen@gnu.org>
7164
7165 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
7166 control behaviour when no further completion is possible.
7167
7168 2001-11-19 Colin Walters <walters@verbum.org>
7169
7170 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
7171 (math-showing-full-precision, math-with-extra-prec, math-working)
7172 (calc-with-default-simplification)
7173 (calc-with-trail-buffer): Use backtick.
7174 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
7175 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
7176 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
7177 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
7178 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
7179 (Math-num-integerp, Math-bignum-test, Math-equal-int)
7180 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
7181 (calc-record-compilation-date-macro): Deleted. Callers updated.
7182 (math-format-radix-digit): Move to calc-bin.el.
7183
7184 * calc/calc.el (calc-record-compilation-date): Remove.
7185 (calc-bug-address): Update.
7186 (calc-settings-file): Use `user-init-file'.
7187
7188 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
7189 Handle null `calc-settings-file'.
7190
7191 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
7192 * calc/calc-keypd.el (calc-keypad-mode): New.
7193 (calc-do-keypad): Use it.
7194 (calc-keypad-map): Move into `calc-keypad-mode'.
7195
7196 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
7197 to defalias argument.
7198
7199 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
7200 (calcFunc-floor): Ditto.
7201
7202 * calc-units.el (calcFunc-usimplify): Ditto.
7203
7204 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
7205 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
7206 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
7207 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
7208 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
7209 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
7210 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
7211 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
7212 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
7213 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
7214 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
7215 and move them before their first use. Use `when', `unless'.
7216 Remove trailing periods from error forms. Add description and
7217 headers suggested by Emacs Lisp coding conventions.
7218
7219 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
7220
7221 * newcomment.el (comment-indent):
7222 Fix misindentation for comment-only lines.
7223 (comment-indent-new-line): Only obey comment-multi-line if the
7224 comment-ender is not the end-of-line.
7225
7226 2001-11-19 Richard M. Stallman <rms@gnu.org>
7227
7228 * net/net-utils.el (network-connection-service-abbrev-alist):
7229 New variable.
7230
7231 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7232 Advance to start of 3rd sexp by moving fwd and backing over it.
7233 At first three elements, act like defun.
7234
7235 * delsel.el (delete-selection-pre-hook): Handle and resignal
7236 file-supersession errors to interact properly with userlock.el.
7237
7238 2001-11-18 Richard M. Stallman <rms@gnu.org>
7239
7240 * progmodes/fortran.el (fortran-mode-syntax-table):
7241 Specify punctuation syntax for backslash.
7242
7243 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
7244 All calls deleted.
7245
7246 * international/mule-util.el (string-to-sequence): Make it obsolete.
7247 (string-to-list, string-to-vector): Implement them directly
7248 using append and vconcat, not with string-to-sequence.
7249
7250 * startup.el (command-line): Set abbrevs-changed to nil after
7251 reading the init file and the abbrevs file.
7252
7253 * isearch.el (isearch): Use magenta2 as bg for (background light)
7254
7255 2001-11-17 Richard M. Stallman <rms@gnu.org>
7256
7257 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
7258
7259 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7260
7261 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
7262
7263 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
7264 If set and if applicable, add a regexp to highlight defun-like
7265 text inside comments and strings.
7266 (font-lock-fontify-keywords-region): Pass that new arg.
7267 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
7268 to the end and pass that new arg.
7269 (c-font-lock-keywords-2): Fix regex for labels.
7270 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
7271 Make it work when LIMIT is several lines further.
7272 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
7273 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
7274 Use backquote and make the regexes for `int a, b, c;' work on
7275 multiple lines.
7276
7277 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
7278 (font-lock-defaults-alist): Don't change it any more.
7279 (reb-subexp-mode-map): Cleanup.
7280
7281 * custom.el (custom-current-group-alist): New var.
7282 (custom-declare-group): Set it.
7283 (custom-current-group): New fun.
7284 (custom-declare-variable, custom-handle-all-keywords):
7285 Use it as a default if no :group argument is specified.
7286
7287 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
7288 (standard-keyboard-coding-systems): New var.
7289 (set-locale-environment): Use it to decide whether or not to call
7290 set-keyboard-coding-system.
7291 (locale-language-names): Use \"French\" for "fr".
7292
7293 2001-11-17 Richard M. Stallman <rms@gnu.org>
7294
7295 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
7296 (add-to-list): Delete compatibility code.
7297 (checkdoc-next-message-error): Doc fix.
7298
7299 2001-11-17 Stephen Eglen <stephen@gnu.org>
7300
7301 * locate.el (locate): Show default locate pattern within the
7302 prompt, but don't insert it into the minibuffer contents.
7303 Catch the case when pattern is the empty string.
7304
7305 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7306
7307 * language/european.el ("French"): New language environment.
7308
7309 2001-11-16 Richard M. Stallman <rms@gnu.org>
7310
7311 * calendar/todo-mode.el (todo-save): Fix previous change.
7312
7313 * subr.el (functionp): Do use cdr-safe on object.
7314
7315 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
7316
7317 * bindings.el (mode-line-mode-name): Only put the help-echo property
7318 if the local-map property was put as well.
7319 (global-map): Bind switch-frame, delete-frame, iconify-frame
7320 and make-frame-visible events.
7321
7322 * emacs-lisp/elp.el (elp-not-profilable): New var.
7323 (elp-not-profilable-p): New function.
7324 (elp-instrument-function): Use it. Use backquotes and push.
7325
7326 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
7327 (byte-stack+-info, byte-compile-last-warned-form)
7328 (byte-compile-last-logged-file): Don't defconst a variable.
7329 (no-byte-compile): Declare.
7330 (byte-compile-file): Don't boundp-check no-byte-compile any more.
7331 (byte-compile-defvar): Leave defconst as is.
7332
7333 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
7334 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
7335 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
7336 (edebug-best-error): Don't defconst a variable.
7337 (edebug-read-syntax-table): Use a char-table.
7338 (edebug-lemacs-specific): Remove.
7339 Toplevel: Eliminate check for Lucid Emacs.
7340
7341 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
7342
7343 * rect.el (move-to-column-force): Mark obsolete.
7344 (operate-on-rectangle, delete-extract-rectangle-line)
7345 (insert-rectangle, delete-whitespace-rectangle-line)
7346 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
7347 (string-rectangle-history): New var.
7348 (string-rectangle, string-insert-rectangle): Use it.
7349 (delete-rectangle-line): Fix pos/column mixup and simplify.
7350
7351 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
7352 (normal-top-level, command-line, command-line-1): Simplify.
7353
7354 * tar-mode.el (tar-mode): Use define-derived-mode.
7355
7356 * view.el (view-mode-enable): Don't use make-local-hook.
7357
7358 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
7359
7360 2001-11-16 Richard M. Stallman <rms@gnu.org>
7361
7362 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
7363 if it doesn't make sense as anything else.
7364 Don't recognize a "telephone number" at the beginning of the name.
7365 (mail-extr-leading-garbage): Match non-word characters only.
7366
7367 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7368
7369 * startup.el (command-line-processed): Doc fix.
7370
7371 * apropos.el (apropos-next-label-button): Doc fix.
7372
7373 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
7374
7375 * comint.el (comint-mode): Simplify.
7376 (make-comint-in-buffer): Run `comint-mode' only if necessary.
7377
7378 * subr.el (eval-after-load): Make it work with features as well.
7379
7380 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
7381
7382 * international/mule-cmds.el (describe-input-method): Setup xref.
7383 (set-language-environment): Use functionp.
7384 (locale-language-names, locale-charset-language-names)
7385 (locale-preferred-coding-systems): Defconst and purecopy.
7386
7387 * language/european.el (mac-roman): Add mime-charset property.
7388
7389 2001-11-15 Richard M. Stallman <rms@gnu.org>
7390
7391 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
7392 (multiple-value-apply, nth-value): Use defsubst rather than defalias
7393 to get better doc strings.
7394
7395 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7396
7397 * derived.el: Fix autoload cookie.
7398
7399 2001-11-15 Richard M. Stallman <rms@gnu.org>
7400
7401 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
7402
7403 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
7404
7405 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
7406
7407 2001-11-15 Richard M. Stallman <rms@gnu.org>
7408
7409 * dired.el (dired-undo): Display a message to explain
7410 that this does not undo file system changes.
7411
7412 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
7413
7414 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
7415 into `unread-command-events' instead of trying keymap
7416 lookups ourselves. This makes mouse-clicks do the right
7417 thing even when keymaps of overlays are involved.
7418 (mouse-drag-drag): Likewise.
7419
7420 2001-11-15 Andreas Schwab <schwab@suse.de>
7421
7422 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
7423 characters and append anchor to pattern added to auto-mode-alist.
7424
7425 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
7426
7427 * server.el (server-process-filter): Run pore/post-comment-hook
7428 before/after visiting the file.
7429
7430 * info-look.el (makefile-mode): Add info for automake.
7431 (autoconf-mode): Fix the name of the index for automake.
7432
7433 * international/latin-9.el: Give pilcrow punctuation syntax.
7434
7435 2001-11-15 Andre Spiegel <spiegel@gnu.org>
7436
7437 * vc.el: Documentation fixes.
7438
7439 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
7440
7441 * smerge-mode.el (smerge-match-conflict): Fix typo.
7442 (smerge-diff): Be careful to read match-data early enough.
7443
7444 2001-11-14 Colin Walters <walters@verbum.org>
7445
7446 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
7447 (calcFunc-subst): Use `defalias' instead of `fset' and
7448 `symbol-function'.
7449
7450 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
7451 (calcFunc-ceil, calcFunc-round): Ditto.
7452
7453 * calc/calc-bin.el (calcFunc-clip): Ditto.
7454
7455 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7456
7457 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7458
7459 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
7460 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
7461
7462 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7463
7464 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
7465 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
7466 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
7467 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
7468 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
7469 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
7470 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
7471 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
7472 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
7473 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
7474 * calcsel2.el: Style cleanup; don't put closing parens on their
7475 own line, add "foo.el ends here" to each file, and update
7476 copyright date.
7477
7478 * README: Update maintainer.
7479
7480 2001-11-13 Richard M. Stallman <rms@gnu.org>
7481
7482 * progmodes/compile.el (recompile): Use compilation-arguments if
7483 set, so as to be able to M-x recompile the exact command which
7484 created a compilation-mode buffer.
7485
7486 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
7487
7488 2001-11-13 Gerd Moellmann <gerd@gnu.org>
7489
7490 * mouse.el (mouse-drag-region): Don't run the up-event
7491 handler if window start changed due to the down-mouse event.
7492
7493 2001-11-13 Richard M. Stallman <rms@gnu.org>
7494
7495 * mouse.el (mouse-show-mark): Either move point to the mark
7496 or use highlighting, never both.
7497 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
7498
7499 2001-11-13 Simon Josefsson <jas@extundo.com>
7500
7501 * mail/smtpmail.el (top-level): Change maintainer to Simon
7502 Josefsson, cleanup the smtpmail.el header.
7503
7504 * mail/smtpmail.el (top-level): Don't require cl or base64.
7505 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
7506 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
7507 Defsubst instead of defmacro.
7508 (smtpmail-intersection): Return value in reverse order.
7509 (smtpmail-open-stream): Use stringp instead of string-to-list.
7510 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
7511 separated from smtpmail-via-smtp.
7512
7513 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
7514 rfc2104. Require base64 and cl.
7515 (smtpmail-smtp-service): Doc fix. :type fix.
7516 (smtpmail-debug-info): Doc fix.
7517 (smtpmail-debug-verb, smtpmail-auth-credentials)
7518 (smtpmail-starttls-credentials, smtpmail-auth-supported):
7519 New variables.
7520 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
7521 mail-utils (it is autoloaded).
7522 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
7523 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7524 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
7525 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
7526 (smtpmail-via-smtp): Support AUTH.
7527 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
7528
7529 2001-11-13 Richard M. Stallman <rms@gnu.org>
7530
7531 * ebuff-menu.el (electric-buffer-update-highlight): New function.
7532 (electric-buffer-overlay): New variable.
7533 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
7534 (electric-buffer-list): Likewise.
7535
7536 * isearch.el (isearch-whitespace-chars): Doc fix.
7537 (isearch-mode): Handle negative search-slow-window-lines correctly.
7538
7539 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
7540
7541 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
7542
7543 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
7544 From Emmanuel Briot <briot@act-europe.fr>.
7545
7546 2001-11-13 Colin Walters <walters@debian.org>
7547
7548 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
7549
7550 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
7551 "~/.emacs"; use `read-file-name'.
7552
7553 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
7554 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
7555 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
7556 * calc/calc.el: Use `frame-width' instead of `screen-width',
7557 `frame-height' instead of `screen-height', and,
7558 `executing-kbd-macro' instead of `executing-macro'.
7559
7560 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
7561 correct number of arguments.
7562
7563 * calc/calc-aent.el (calc-do-alg-entry):
7564 Use `blink-paren-function' instead of `blink-paren-hook'.
7565
7566 2001-11-12 Richard M. Stallman <rms@gnu.org>
7567
7568 * calendar/todo-mode.el (todo-save): Add save-excursion
7569 and save-restriction.
7570
7571 * server.el (server-edit, server-done): Doc fix.
7572
7573 * simple.el (clone-indirect-buffer): Error if major mode symbol
7574 has a no-clone-indirect property.
7575 (clone-buffer): Check for obvious errors before reading clone name.
7576
7577 * info.el (Info-mode): Add a no-clone-indirect property.
7578
7579 2001-11-12 Sam Steingold <sds@gnu.org>
7580
7581 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
7582 set-buffer-modified-p to nil after `vc-exec-after'.
7583 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
7584 (log-view-mode): Make read-only.
7585 (log-view-current-file): Do final `expand-file-name' in the
7586 current `default-directory'.
7587 (log-view-current-tag): Take an optional `where' arg.
7588 (log-view-diff): New user command.
7589
7590 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7591
7592 * progmodes/cpp.el (cpp-choose-face): Fix typo.
7593
7594 2001-11-12 Sam Steingold <sds@gnu.org>
7595
7596 * emacs-lisp/cl-indent.el (toplevel): Indent properly
7597 `generic-flet', `generic-labels', `with-accessors',
7598 `with-condition-restarts'.
7599
7600 2001-11-12 Richard M. Stallman <rms@gnu.org>
7601
7602 * dired.el: Many trivial doc fixes.
7603 (dired-get-file-for-visit): New function.
7604 (dired-find-alternate-file, dired-mouse-find-file-other-window):
7605 (dired-view-file, dired-find-file-other-window, dired-display-file):
7606 (dired-find-file): Use dired-get-file-for-visit.
7607
7608 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
7609
7610 * sql.el (sql-mode): Doc change.
7611
7612 * sql.el (sql-mode-syntax-table): The backslash is no longer an
7613 escape character.
7614
7615 2001-11-12 Colin Walters <walters@debian.org>
7616
7617 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
7618 (calc-do-keypad): Don't attempt to use nonexistent global
7619 mouse-map, use calc-keypad-map.
7620 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
7621 (calc-keypad-left-click): Don't use mouse-map; update to new event
7622 interface.
7623 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
7624 (calc-keypad-press): Use `unread-command-events' instead of
7625 `unread-command-char'.
7626
7627 * calc/calc-ext.el (calc-init-extensions): Update autoload names
7628 to match files renamed on initial calc import.
7629
7630 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7631
7632 * textmodes/flyspell.el (flyspell-default-dictionary):
7633 Fix previous change.
7634
7635 2001-11-12 Richard M. Stallman <rms@gnu.org>
7636
7637 * textmodes/flyspell.el (flyspell-default-dictionary):
7638 Fix custom type.
7639
7640 2001-11-11 Richard M. Stallman <rms@gnu.org>
7641
7642 * calendar/solar.el (solar-sunrise-and-sunset):
7643 Exchange the two extreme values of day-length.
7644
7645 * progmodes/sh-script.el (sh-must-be-shell-mode):
7646 Allow modes derived from sh-mode.
7647
7648 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7649 Turn off error in some re-search-forward calls.
7650
7651 * replace.el (query-replace-skip-read-only): New variable.
7652 (perform-replace): If that variable is non-nil, ignore matches
7653 that have a read-only property.
7654
7655 * derived.el (define-derived-mode): Doc fix.
7656
7657 * server.el (server-buffer-done): Test of server-existing-buffer
7658 was backwards.
7659 (server-existing-buffer): Doc fix.
7660
7661 * textmodes/flyspell.el (flyspell-default-dictionary):
7662 Allow nil as value, and make nil the default.
7663
7664 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
7665
7666 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
7667 it is not fboundp.
7668 (clipboard-yank): Ditto.
7669
7670 2001-11-11 Colin Walters <walters@verbum.org>
7671
7672 The following changes are based on patches from
7673 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
7674 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
7675
7676 * calc/calc.el (toplevel): Require calc-macs.
7677 (calc-minibuffer-size): New.
7678 (calcDigit-nondigit): Use it instead of `buffer-size'.
7679 (calcDigit-backspace): Likewise.
7680 (calcDigit-nondigit): Use `minibuffer-contents' instead of
7681 `buffer-string'.
7682 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
7683 `point-min'.
7684 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
7685 `save-excursion'.
7686
7687 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
7688 simple `setq' form.
7689
7690 * calc/calc-ext.el: (toplevel): Require calc.
7691 (calc-fancy-prefix-map): New.
7692 (calc-fancy-prefix): Use it.
7693 (calc-fancy-prefix-other-key): New.
7694
7695 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
7696 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
7697 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
7698 (calcAlg-enter): Likewise.
7699 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
7700
7701 2001-11-10 Richard M. Stallman <rms@gnu.org>
7702
7703 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
7704 (quietly-read-abbrev-file): Doc fix.
7705
7706 * startup.el (command-line): Read standard abbrev
7707 file (abbrev-file-name), if it exists.
7708
7709 * files.el (save-abbrevs): Default value is t.
7710
7711 * progmodes/compile.el (compile-goto-error): Fix previous change
7712 in the case where subsequent errors have not been parsed yet
7713 because they are in a different source file.
7714
7715 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
7716
7717 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
7718 Merge two regular expressions into one.
7719 (ps-mode): Make local bindings for `comment-start' and
7720 `comment-start-skip'.
7721 (ps-mode-looking-at-nested): Simplify an if-else construct;
7722 use `set-match-data' to set the result.
7723
7724 2001-11-10 Richard M. Stallman <rms@gnu.org>
7725
7726 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
7727 Function deleted.
7728 (flyspell-correct-word): Old definition deleted.
7729 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
7730 All references renamed too.
7731
7732 2001-11-10 Gerd Moellmann <gerd@gnu.org>
7733
7734 * Makefile.in (finder_setwins, setwins): Exclude Calc.
7735
7736 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
7737
7738 * wid-edit.el (checklist): Removed `:menu-tag'.
7739 (radio-button-choice): Ditto.
7740 (editable-list): Ditto.
7741
7742 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7743
7744 * play/gomoku.el: Move definitions of constants to the beginning
7745 of file, before their use.
7746
7747 2001-11-09 Richard M. Stallman <rms@gnu.org>
7748
7749 * textmodes/flyspell.el: Use the keymap property
7750 instead of local-map, and don't use a minor-mode map.
7751 (flyspell-mode-map): Variable deleted.
7752 Don't mess with minor-mode-map-alist.
7753 (calling add-minor-mode): Specify nil for keymap.
7754 And always use add-minor-mode, now that it exists.
7755 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
7756 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
7757 or flyspell-local-mouse-map.
7758 (make-flyspell-overlay): Use flyspell-mouse-map directly.
7759 (flyspell-mode): Doc fix.
7760 (flyspell-mode-on): Don't call make-local-hook.
7761
7762 2001-11-09 Sam Steingold <sds@gnu.org>
7763
7764 * emacs-lisp/debug.el (debugger-make-xrefs):
7765 Add buttons to all symbols.
7766
7767 2001-11-09 Andre Spiegel <spiegel@gnu.org>
7768
7769 * vc.el: Add John David Smith to credits.
7770
7771 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
7772
7773 * vc-hooks.el (vc-error-occured): Backquotified.
7774 (vc-file-prop-obarray): Use prime length for better efficiency.
7775
7776 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
7777
7778 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
7779
7780 * info.el (Info-file-list-for-emacs): Add entries for Calc.
7781
7782 2001-11-09 Miles Bader <miles@gnu.org>
7783
7784 * subr.el (functionp): Don't consider macros as functions.
7785
7786 2001-11-08 Miles Bader <miles@gnu.org>
7787
7788 * subr.el (functionp): Make work correctly for macros and unbound
7789 symbols.
7790
7791 * comint.el (comint-send-input): Fix description of
7792 `comint-process-echoes' in the doc-string.
7793
7794 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * international/mule.el (make-translation-table): Doc fix.
7797 Suggested by Alex Schroeder <alex@gnu.org>.
7798
7799 2001-11-07 Richard M. Stallman <rms@gnu.org>
7800
7801 * info.el (Info-fontify-node): Highlight every third menu item.
7802
7803 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
7804
7805 * cus-edit.el (custom-face-value-create): Don't ignore the
7806 `customized-face' attribute when finding the current face spec.
7807
7808 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
7809
7810 * subr.el (with-local-quit): New macro.
7811 (make-syntax-table): Always inherit.
7812 (functionp): Be more careful when `object' is a symbol.
7813
7814 * dabbrev.el (dabbrev-completion): Use "*Completions*".
7815
7816 2001-11-07 Paul Eggert <eggert@twinsun.com>
7817
7818 * dired.el (dired-move-to-filename-regexp):
7819 Do not distinguish between ASCII letters and non-ASCII characters.
7820 Don't allow comma except in the form "month day, year".
7821 Don't allow space between month name and comma.
7822 Clean up the code that checks for trailing period, comma, and space.
7823 Remove now-obsolete comments, and add more commentary about
7824 Japanese dates.
7825 Always gobble up trailing spaces, instead of doing it only sometimes.
7826
7827 2001-11-07 Miles Bader <miles@gnu.org>
7828
7829 * paren.el (show-paren-match-face): Add dark-background variant.
7830
7831 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
7832
7833 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
7834 (lisp-mode-variables): Don't set paragraph-{start,separate}.
7835 Don't disable adaptive-fill-mode.
7836 (lisp-fill-paragraph): Use tab-width rather than 8.
7837 Prevent filling the first line of docstrings.
7838
7839 2001-11-06 Richard M. Stallman <rms@gnu.org>
7840
7841 * play/gomoku.el (gomoku): Doc fix.
7842
7843 * jka-compr.el (jka-compr-partial-uncompress):
7844 Support an alternative of not using dd.
7845 (jka-compr-dd-program): Use defcustom to define this.
7846 (jka-compr-load-suffixes): Use defcustom.
7847 (jka-compr-mode-alist-additions): Use defcustom.
7848
7849 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
7850
7851 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
7852 Also work when LIMIT is further than the end of line.
7853
7854 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
7855
7856 * international/quail.el (quail-update-leim-list-file): Print the
7857 offending file name if some of its quail-define-package forms is broken.
7858
7859 2001-11-05 Richard M. Stallman <rms@gnu.org>
7860
7861 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
7862 of the evaluated form.
7863
7864 2001-11-05 Paul Eggert <eggert@twinsun.com>
7865
7866 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
7867 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
7868 stamps always line up by default. Also, it uses a slightly
7869 different window to determine whether files are "recent".
7870
7871 2001-11-05 Andrew Innes <andrewi@gnu.org>
7872
7873 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
7874 Don't attempt to remake autoloads before nuking .elc files.
7875
7876 2001-11-04 Richard M. Stallman <rms@gnu.org>
7877
7878 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
7879 previous-single-property-change or next-single-char-property-change
7880 returns nil.
7881
7882 * international/mule-cmds.el (set-locale-environment):
7883 Make it interactive; make arg optional.
7884
7885 * international/mule-diag.el (help-funs): Require help-funs.
7886
7887 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
7888
7889 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
7890
7891 2001-11-04 Miles Bader <miles@gnu.org>
7892
7893 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
7894 shadow of the splash image grey on a dark background instead of black.
7895
7896 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
7897
7898 * term.el (all faces): Don't (copy-face 'default <foo>).
7899
7900 * term/xterm.el (function-key-map):
7901 Add entry for `ESC [ 3 ~' -> <delete>
7902 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
7903 Use inheritance so that .emacs and terminfo take precedence.
7904
7905 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * tooltip.el (tooltip-delay): Decrease to 0.7.
7908 (tooltip-hide-delay): Enlarge to 10.
7909
7910 2001-11-03 Richard M. Stallman <rms@gnu.org>
7911
7912 * startup.el (fancy-splash-tail): Explain how to recover
7913 from a crash, if there was a crash.
7914 (command-line-1): Reorganize display of startup screen,
7915 to simplify the logic. Use a temp buffer for it.
7916
7917 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
7918
7919 * frame.el (set-background-color, set-foreground-color):
7920 Call face-set-after-frame-default, to propagate the new colors to
7921 the frame's parameters alist.
7922
7923 * calendar/timeclock.el (timeclock-out): Signal an error if
7924 timeclock-last-event is nil.
7925
7926 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
7927
7928 * textmodes/fill.el (fill-context-prefix): Fix braino.
7929
7930 * international/quail.el (quail-help):
7931 Use `help-buffer' and move `help-setup-xref' to beginning.
7932
7933 * international/mule-cmds.el (describe-language-environment):
7934 Use `help-buffer' and move `help-setup-xref' to beginning.
7935
7936 * international/mule-diag.el (list-character-sets)
7937 (sort-listed-character-sets, describe-character-set)
7938 (describe-coding-system, describe-fontset, list-fontsets):
7939 Use `help-buffer' and move `help-setup-xref' to beginning.
7940 (describe-char-after): Use `internal-describe-syntax-value'.
7941
7942 2001-11-02 Richard M. Stallman <rms@gnu.org>
7943
7944 * mouse.el (popup-menu): If the user refuses to select
7945 from a menu, don't try to invoke the menu.
7946
7947 2001-11-02 Miles Bader <miles@gnu.org>
7948
7949 * help-mode.el (help-xref): New button type.
7950 (help-function, help-variable, help-face, help-coding-system)
7951 (help-input-method, help-character-set, help-type, help-symbol)
7952 (help-back, help-info, help-customize-variable, help-customize-face)
7953 (help-function-def, help-variable-def): Use it as a supertype.
7954 Remove `action' property.
7955
7956 * international/mule-diag.el (describe-character-set)
7957 (describe-coding-system): Pass correct args to `help-xref-button'.
7958 (sort-listed-character-sets): New button type.
7959 (list-character-sets): Use it.
7960 (list-charset-chars): New button type.
7961 (list-character-sets-1): Use it.
7962
7963 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
7964
7965 * indent.el (tab-always-indent, indent-for-tab-command):
7966 Remove redundant `never' setting.
7967
7968 * fill.el (fill-region-as-paragraph): Don't forget to skip
7969 over current whitespace before looking for a preceding space.
7970
7971 2001-11-01 Richard M. Stallman <rms@gnu.org>
7972
7973 * files.el (file-newest-backup): Don't pass backup file name
7974 thru file-name-sans-versions, because it never has version numbers.
7975
7976 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
7977 to avoid ambiguous nested loops.
7978
7979 * files.el (find-file-noselect): Offer to change buffer-read-only
7980 only when the file's read-only status has changed from before
7981 as well as disagreeing with the buffer's current status.
7982 (buffer-file-read-only): New var, local in all buffers.
7983
7984 * buff-menu.el (buffer-menu): Doc fix.
7985 (buffer-menu-other-window): Doc fix.
7986 (list-buffers, list-buffers-noselect): Doc fix.
7987
7988 2001-11-01 Gerd Moellmann <gerd@gnu.org>
7989
7990 * startup.el (command-line): If the terminal Emacs is running on
7991 has erase char set to ^H, use the Backspace key for deleting
7992 backward, and the Delete key for deleting forward.
7993
7994 2001-11-01 Miles Bader <miles@gnu.org>
7995
7996 * button.el (define-button-type): Make sure every user-defined
7997 button type has a supertype.
7998
7999 2001-10-31 Jason Rumney <jasonr@gnu.org>
8000
8001 * international/mule-cmds.el (locale-language-names): Add chs and
8002 cht as aliases for Chinese-GB and Chinese-BIG5.
8003
8004 2001-10-31 Richard M. Stallman <rms@gnu.org>
8005
8006 * bindings.el (mode-line-frame-identification): Add doc string.
8007 (mode-line-position, mode-line-modes): New variables.
8008 (mode-line-format): Use mode-line-position for the part
8009 that displays the position-in-buffer info.
8010 Use mode-line-modes for the part that displays major and minor modes.
8011
8012 2001-10-31 Sam Steingold <sds@gnu.org>
8013
8014 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
8015 (debugger-setup-buffer): Call it.
8016 (debugger-mode-map): Bind RET and mouse-2.
8017
8018 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8019
8020 * startup.el: Document command line option --no-window-system
8021 instead of --no-windows.
8022
8023 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
8024
8025 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
8026
8027 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
8028 (font-lock-defaults-alist): Use it.
8029 From David Ponce <david.ponce@wanadoo.fr>
8030
8031 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
8032 output of `char-after'.
8033
8034 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
8035
8036 * simple.el (reindent-then-newline-and-indent): Insert the newline
8037 before indenting the first line.
8038 (undo-get-state, undo-revert-to-state): New funs.
8039 (shell-command): Don't kill the buffer even if empty.
8040 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
8041 (transpose-subr-end2): Remove.
8042 (transpose-subr): Add `special' arg and simplify.
8043 (transpose-subr-1): Rewrite.
8044 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
8045 (rfc822-goto-eoh): Simplify.
8046
8047 2001-10-30 Richard M. Stallman <rms@gnu.org>
8048
8049 * enriched.el (enriched-face-ans): Fix previous change.
8050
8051 2001-10-30 Gerd Moellmann <gerd@gnu.org>
8052
8053 * international/iso-acc.el (iso-accents-compose): Remove a
8054 superfluous setq.
8055
8056 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
8057
8058 * buff-menu.el (list-buffers-noselect): If the buffer's name
8059 starts with a blank, but it visits a file, do show it (for files
8060 whose names start with a blank).
8061
8062 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
8063
8064 * textmodes/fill.el (sentence-end-double-space)
8065 (sentence-end-without-period): Move to paragraphs.el.
8066 (fill-indent-according-to-mode): Change default to t.
8067 (fill-context-prefix): Simplify control-flow and use a more
8068 sophisticated merge that unifies both previous checks.
8069 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
8070 (fill-nobreak-predicate): Make it into a defcustom'd hook.
8071 (fill-nobreak-p): New fun.
8072 (fill-region-as-paragraph): Use it.
8073 Handle `fill-indent-according-to-mode' slightly differently.
8074 (fill-individual-paragraphs-prefix): Simplify the control-flow.
8075 (fill-individual-paragraphs-citation): Fix.
8076
8077 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
8078 (paragraph-start): Change default to the `text-mode' value.
8079 (sentence-end-double-space, sentence-end-without-period):
8080 Move from fill.el.
8081 (forward-paragraph): Use `parstart' and `parsep' for temp variables
8082 rather than rebinding `paragraph-start' and `paragraph-separate'.
8083
8084 * indent.el (indent-line-function): Change default to indent-relative.
8085 (tab-always-indent): Add an `never' setting.
8086 (indent-according-to-mode): Handle `indent-relative' and
8087 `indent-relative-maybe' specially.
8088 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
8089 Handle the `never' case for `tab-always-indent'.
8090 Don't call indent-according-to-mode for indent-relative' and
8091 `indent-relative-maybe'.
8092 (insert-tab): Rename `prefix-arg' to `arg'.
8093 (indent-region): Indent the first line as well.
8094 (indent-relative): Don't mark the buffer modified if the indentation
8095 is unchanged.
8096
8097 * textmodes/text-mode.el (paragraph-indent-minor-mode):
8098 Don't set paragraph-separate. Set paragraph-start more carefully.
8099 Set indent-line-function.
8100 (paragraph-indent-text-mode): Use it and define-derived-mode.
8101 (text-mode-map): Remove the \t binding.
8102 (text-mode): Simplify now that the default is more favorable.
8103
8104 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
8105
8106 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8107 If the regexp doesn't match, use a looser one.
8108 (find-variable-noselect): Add `file' argument.
8109
8110 * pcvs.el (cvs-mode-commit-hook): New hook.
8111 (cvs-mode-commit): Run it.
8112
8113 * log-edit.el (log-edit): Run hook after `log-edit-files'.
8114
8115 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
8116 (edebug-instrument-function): Use `find-function-noselect'.
8117
8118 2001-10-29 Richard M. Stallman <rms@gnu.org>
8119
8120 * term.el (term-if-emacs19): Macro deleted.
8121 Callers changed to use progn instead.
8122
8123 * frame.el (blink-cursor-mode): Doc fix.
8124
8125 * files.el (find-backup-file-name): Use make-backup-file-name.
8126
8127 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
8128 window-live-p.
8129 (edebug-set-conditional-breakpoint): Unconditionally use
8130 the former Emacs >=19 definition.
8131 (edebug-mark): Define unconditionally.
8132 (edebug-eval-expression): Always call read-from-minibuffer
8133 and specify history list.
8134 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
8135 edebug-set-conditional-breakpoint.
8136 (edebug-emacs-version-specific): Function deleted;
8137 do the job at top level.
8138 (edebug-emacs-19-specific): Function deleted, this is the default.
8139
8140 2001-10-29 Sam Steingold <sds@gnu.org>
8141
8142 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
8143 "/cygdrive/LETTER/" pathnames.
8144
8145 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
8146
8147 * faces.el (invert-face): Check for 'unspecified, not for nil,
8148 when testing whether face colors are not specified.
8149 From David.Kastrup@t-online.de (David Kastrup).
8150 (read-face-name): Doc fix.
8151 (make-face-bold, make-face-unbold, make-face-italic)
8152 (make-face-unitalic, make-face-bold-italic, invert-face):
8153 Remove trailing blank from the prompt passed to read-face-name.
8154
8155 2001-10-29 Sam Steingold <sds@gnu.org>
8156
8157 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8158 Report numbers of files skipped and failed too.
8159 (byte-compile-file): Return 'no-byte-compile for skipped files.
8160
8161 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8162
8163 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
8164 and `M p'.
8165
8166 2001-10-29 Gerd Moellmann <gerd@gnu.org>
8167
8168 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
8169 as is on unread-command-events instead of `(SECOND-CHAR)'.
8170
8171 2001-10-29 Andre Spiegel <spiegel@gnu.org>
8172
8173 * vc.el: Mention vc-*-switches in backend API documentation.
8174 (vc-annotate): Adapt doc string to recent change.
8175
8176 2001-10-29 Gerd Moellmann <gerd@gnu.org>
8177
8178 * enriched.el (enriched-face-ans): Handle face attributes
8179 of the form `(FACE1 FACE2 ...)'.
8180
8181 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
8182
8183 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
8184
8185 * progmodes/sql.el (sql-mysql): Doc change by RMS.
8186
8187 * progmodes/sql.el (sql-db2): Doc change.
8188 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
8189 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
8190
8191 2001-10-29 Gerd Moellmann <gerd@gnu.org>
8192
8193 * env.el (substitute-env-vars): Don't quote argument to `rx';
8194 it's a macro.
8195
8196 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
8197
8198 * cus-start.el (recursive-load-depth-limit): Added.
8199
8200 2001-10-28 Richard M. Stallman <rms@gnu.org>
8201
8202 * textmodes/ispell.el (version18p, version20p): Vars deleted.
8203 All uses removed--assume Emacs version is >= 20.
8204
8205 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
8206 by really checking that it is not version 18.
8207
8208 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8209
8210 2001-10-28 Miles Bader <miles@gnu.org>
8211
8212 * faces.el (face-attribute): Add INHERIT argument, consider face
8213 inheritance if it's non-nil.
8214 (face-attribute-merged-with): New function.
8215 (face-attribute-specified-or): New macro.
8216 (face-foreground, face-background, face-stipple): Add INHERIT
8217 argument. Use `face-attribute-specified-or'.
8218
8219 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
8220
8221 * font-lock.el: Require `syntax'.
8222 (font-lock-defaults-alist): Don't define keywords for lisp languages.
8223 Use `c-font-lock-syntactic-face-function' for c languages.
8224 (font-lock-mode): Don't unset vars when turning the mode off.
8225 (font-lock-default-fontify-buffer): Don't unset vars at the end.
8226 (font-lock-extra-managed-props): New var.
8227 (font-lock-default-unfontify-region): Use it.
8228 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
8229 Don't eval the value when there's no match.
8230 (font-lock-ppss-stats): New var.
8231 (font-lock-ppss): New fun.
8232 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
8233 (font-lock-apply-highlight): Allow `highlight' to set several props.
8234 (font-lock-set-defaults): Use dolist.
8235 (font-lock-unset-defaults): Remove.
8236 (font-lock-match-c-style-declaration-item-and-skip-to-next):
8237 Try to recognize prototypes using `foo P_ ((args))'.
8238 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
8239 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
8240 (c-font-lock-syntactic-face-function): New function.
8241 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
8242 (c++-keywords): Use a more sophisticated regexp to handle
8243 shallowly nested templates.
8244
8245 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
8246
8247 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
8248 (sgml-tag): Use it. Cleanup with `cond'.
8249 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
8250 Mark the overlays and only delete those that are marked.
8251 (sgml-skip-close-p): Remove.
8252 (sgml-value): Replace sgml-skip-close-p with its definition.
8253 (html-tag-alist): Use sgml-xml a bit more.
8254 (html-mode): Set sgml-empty-tags.
8255
8256 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
8257 (texinfo-update-node, texinfo-sequential-node-update):
8258 Don't bind the obsolete `auto-fill-hook'.
8259 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
8260 Use `set-buffer' rather than `switch-to-buffer'.
8261 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
8262 Use `set-buffer' rather than `switch-to-buffer'.
8263
8264 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
8265 text-mode-syntax-table.
8266 (mail-mode): Use define-derived-mode.
8267 Fix ordering of alternatives in adaptive-fill-regexp.
8268 (mail-mode-map): Don't rely on keymap's internal representation.
8269
8270 2001-10-27 Sam Steingold <sds@gnu.org>
8271
8272 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
8273 (sgml-xml-guess): Extracted from `html-mode' and generalized.
8274 (sgml-mode-common): Call it.
8275 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
8276 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
8277 (html-horizontal-rule, html-image, html-ordered-list):
8278 (html-unordered-list, html-list-item, html-paragraph):
8279 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
8280 `html-xhtml'.
8281
8282 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
8283
8284 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
8285 (ifnothtml): New alias.
8286
8287 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
8288
8289 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
8290 (toggle-text-mode-auto-fill): Use derived-mode-p.
8291
8292 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
8293
8294 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
8295 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
8296
8297 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
8298
8299 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
8300 Add make-obsolete cookies, to follow faces.el.
8301
8302 These changes avoid warnings from the byte compiler in faces.el:
8303
8304 * faces.el (internal-get-face): Use facep instead of the obsolete
8305 internal-find-face.
8306 (internal-frob-font-weight, internal-frob-font-slant):
8307 New defaliases for obsolete functions.
8308 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
8309 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
8310 (x-make-font-bold-italic): Use internal-frob-font-weight and
8311 internal-frob-font-slant aliases instead of the obsolete
8312 x-frob-... functions.
8313
8314 2001-10-26 Sam Steingold <sds@gnu.org>
8315
8316 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
8317 DOCTYPE; set `mode-name' based on it.
8318 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
8319 (sgml-tag): Close empty tags in XHTML.
8320
8321 2001-10-26 Jason Rumney <jasonr@gnu.org>
8322
8323 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
8324 when UNICODE is not defined.
8325
8326 2001-10-26 Sam Steingold <sds@gnu.org>
8327
8328 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
8329 be alone on the line.
8330
8331 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
8332
8333 * button.el (button): Special face definition for MS-DOS terminals.
8334
8335 2001-10-26 Sam Steingold <sds@gnu.org>
8336
8337 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
8338 Protect the /= test by checking that the args are non-nil.
8339 (sh-font-lock-close-heredoc): Check eof for being non-nil.
8340
8341 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
8342
8343 * textmodes/artist.el (artist-version): 1.2.4.
8344 (artist-butlast-fn): New variable.
8345 (artist-butlast): New function.
8346 (artist-ellipse-mirror-quadrant): Use it.
8347 (artist-mouse-draw-poly): Use nil for `point-list'.
8348 (artist-mouse-draw-poly): Check for point-list being nil.
8349
8350 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
8351
8352 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
8353 lambda expression.
8354 (ps-mode-menu-main): Submenu with options on/off was replaced with
8355 a toggle button.
8356 (ps-mode, ps-run-mode): Define with `define-derived-mode'
8357 (ps-mode): Autoload cookie added on same line as comment
8358 (ps-mode-tabkey, ps-mode-backward-delete-char):
8359 (ps-mode-r-balance): Replace `delete-horizontal-space' and
8360 `indent-to' with `indent-line-to'
8361 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
8362 instead of `eval'.
8363 (ps-mode-print-region): Use `with-temp-buffer'.
8364 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
8365 (numerous places): Add back-tick and tick around names in
8366 docstrings, fix punctuation in docstrings, remove trailing spaces.
8367
8368 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
8369
8370 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
8371 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
8372 (sgml-font-lock-syntactic-keywords): New var.
8373 (sgml-mode-common): Drop the two args.
8374 Don't make buffer-local variables that aren't used.
8375 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
8376 Don't set `before-string' props from sgml-display-text.
8377 (sgml-mode): Use define-derived-mode.
8378 (sgml-tags-invisible): Use sgml-display-text.
8379 (sgml-quote): New command.
8380 (html-tag-alist): Add args for `span'.
8381 (html-mode): Use define-derived-mode.
8382 Set sgml-display-text and sgml-tag-face-alist.
8383
8384 2001-10-25 Sam Steingold <sds@gnu.org>
8385
8386 * add-log.el (add-log-always-start-new-record): New user option.
8387 (add-change-log-entry): Use it.
8388
8389 2001-10-25 Richard M. Stallman <rms@gnu.org>
8390
8391 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
8392 bind case-fold-search if FROM is not all lower case.
8393
8394 2001-10-25 Gerd Moellmann <gerd@gnu.org>
8395
8396 * startup.el (normal-top-level): Check for frame-initial-frame
8397 only if it's really used.
8398
8399 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
8400
8401 * progmodes/compile.el (compilation-parse-errors-filename-function):
8402 New variable.
8403 (compilation-parse-errors): Use it.
8404
8405 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
8406
8407 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
8408 interactively so that C-u M-C-x still does edebug.
8409 (checkdoc-sentencespace-region-engine): Don't force a double-space
8410 after `.' if it doesn't look like an end-of-sentence.
8411 (debug-ignored-errors): Add `disambiguate ...'.
8412
8413 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
8414
8415 * textmodes/texinfo.el (texinfo-environments)
8416 (texinfo-environment-regexp): Hoist.
8417 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
8418 Only highlight the menu name in menu items.
8419 Setup `@foo ... @end foo' as text clones.
8420 (texinfo-clone-environment): New function.
8421 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
8422 (texinfo-insert-block): Simplify.
8423 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
8424 the command is repeated.
8425 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
8426 (texinfo-insert-@end): Simplify.
8427
8428 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
8429 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
8430 (texinfo-subsubsection-level-regexp)
8431 (texinfo-update-menu-same-level-regexps)
8432 (texinfo-update-menu-higher-regexps)
8433 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
8434
8435 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
8436 (derived-mode-p): Autoload.
8437
8438 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
8439 New vars and functions.
8440 (text-clone-maintain, text-clone-create): New functions.
8441
8442 2001-10-25 Miles Bader <miles@gnu.org>
8443
8444 * facemenu.el (facemenu-add-new-face): Fix variable names.
8445
8446 2001-10-24 Richard M. Stallman <rms@gnu.org>
8447
8448 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
8449 of t and nil values.
8450 (facemenu-set-face): Handle START and END interactively.
8451 (facemenu-set-foreground): Don't use a face; specify color directly.
8452 (facemenu-set-background): Likewise.
8453 (facemenu-set-face-from-menu): Doc fix.
8454 (facemenu-active-faces): Use face-attribute-vector
8455 to handle bare attributes not in faces.
8456 (facemenu-get-face): Don't handle face names fg:... and bg:...
8457 specially.
8458 (facemenu-add-new-face): New argument MENU.
8459 New way to handle adding colors to the color menus.
8460
8461 * env.el (substitute-env-vars): Quote the arg to rx.
8462
8463 2001-10-24 Sam Steingold <sds@gnu.org>
8464
8465 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
8466 Control" and "SGML" groups.
8467
8468 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8469
8470 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8471 Better handling of C++ template args to avoid confusion with `<'
8472 and `>' used as operators in member init expressions.
8473
8474 2001-10-24 Gerd Moellmann <gerd@gnu.org>
8475
8476 * replace.el (perform-replace): Move START and END parameters
8477 to the end of the argument list and make them optional.
8478
8479 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
8480 perform-replace.
8481
8482 * international/fontset.el (x-must-resolve-font-name): New function.
8483 (x-complement-fontset-spec): Use it.
8484
8485 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
8486
8487 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
8488
8489 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
8490 Turn caadr into caar of cdr.
8491
8492 2001-10-23 Gerd Moellmann <gerd@gnu.org>
8493
8494 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
8495 of mouse-{1,2} since dragging is on the down event.
8496
8497 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
8498
8499 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
8500 if ARG is nil.
8501
8502 * desktop.el (desktop-last-buffer): New variable.
8503 (desktop-create-buffer): Set it.
8504 (desktop-read): Bind it and switch to that buffer.
8505
8506 2001-10-22 Gerd Moellmann <gerd@gnu.org>
8507
8508 * progmodes/compile.el (compilation-set-window-height):
8509 Select old window only if it's still live.
8510
8511 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8512
8513 * help-mode.el (help-buffer): Remove debugging code.
8514 From Stefan Monnier <monnier@cs.yale.edu>.
8515
8516 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8517
8518 * files.el (file-name-sans-extension, file-name-extension):
8519 Don't count the leading dots in file names as signaling an extension.
8520
8521 2001-10-22 Andre Spiegel <spiegel@gnu.org>
8522
8523 * vc.el (vc-diff-switches): Doc rewritten.
8524
8525 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8526
8527 * tooltip.el (tooltip-set-param): Doc fix.
8528
8529 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
8530 127 to sgml-maybe-name-self.
8531 (sgml-name-8bit-mode): Doc fix.
8532 (sgml-char-names-table): New variable.
8533 (sgml-name-char): Support non-ASCII and mule-unicode-*
8534 characters. Doc fix.
8535 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
8536
8537 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
8538 doc string the effect of `left' and `top' parameters in
8539 tooltip-frame-parameters, the default values, and the units.
8540 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
8541 (tooltip-show): Mention in the doc string the `top' and `left'
8542 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
8543
8544 2001-10-22 Andre Spiegel <spiegel@gnu.org>
8545
8546 Add autoscaling support for vc-annotate.
8547 From J.D. Smith <jdsmith@alum.mit.edu>.
8548
8549 * vc.el (vc-annotate-display-default): Accept colormap scaling
8550 ratio (now deprecated).
8551 (vc-annotate-display-autoscale): Added.
8552 (vc-annotate-add-menu): New autoscaling menu options "Span to
8553 Oldest" and "Span Oldest->Newest". Easymenu support added for
8554 toggle menus driven by customize variable `vc-annotate-display-mode'.
8555 (vc-annotate-display-select): Added.
8556 (vc-annotate): Changed temp-buffer-show-function to
8557 `vc-annotate-display-select'.
8558 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
8559 Added argument OFFSET. Instead of backend function, calls now
8560 generic `vc-annotate-difference'.
8561 (vc-annotate-difference): Added as generic function instead of
8562 backend-specific function. No longer takes argument POINT, but
8563 instead accepts a time OFFSET.
8564 (vc-default-annotate-current-time): Added.
8565
8566 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
8567 version in vc.el, with
8568 (vc-cvs-annotate-current-time): Added, as override of default.
8569 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
8570 `vc-cvs-annotate-difference'.
8571
8572 2001-10-22 Gerd Moellmann <gerd@gnu.org>
8573
8574 * saveplace.el (save-place): Require `saveplace'.
8575
8576 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
8577 Use `sexp' for :value-type instead of `face'.
8578
8579 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8580
8581 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
8582 regexps due to 5-digit message IDs.
8583
8584 2001-10-21 Jason Rumney <jasonr@gnu.org>
8585
8586 * term/w32-win.el (redisplay-dont-pause): Don't set.
8587
8588 2001-10-21 Miles Bader <miles@gnu.org>
8589
8590 * help-funs.el (help-manyarg-func-alist): Variable removed.
8591
8592 2001-10-21 Miles Bader <miles@gnu.org>
8593
8594 * help-funs.el (help-manyarg-func-alist): Remove entries for
8595 `insert', `insert-and-inherit', `insert-before-markers',
8596 `insert-before-markers-and-inherit', `message', `message-box',
8597 `message-or-box', `propertize', `format', `encode-time', `append',
8598 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
8599 `insert-string', `ml-if', `ml-provide-prefix-argument', and
8600 `ml-prefix-argument-loop'.
8601
8602 2001-10-21 Andre Spiegel <spiegel@gnu.org>
8603
8604 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
8605 (vc-default-diff-tree): New functions.
8606 (vc-version-diff): Use them. As a result, coding systems are now
8607 set up properly for all sorts of diffs, and tree diffs can now
8608 also be done locally.
8609 (vc-diff): With a prefix argument, don't require that it's called
8610 from a buffer under version control.
8611 (diff-switches): Remove duplicate definition.
8612
8613 * vc-cvs.el (vc-cvs-diff-tree): New function.
8614
8615 2001-10-21 Miles Bader <miles@gnu.org>
8616
8617 * help-funs.el (help-manyarg-func-alist): Remove entries for
8618 `list', `vector', `make-byte-code', `call-process',
8619 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
8620 `logand', `logior', and `logxor'.
8621
8622 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
8623 image bits to compensate. Use `make-string' instead of
8624 `make-bool-vector' (XBM apparently wants byte-aligned rows).
8625
8626 2001-10-20 Kim F. Storm <storm@cua.dk>
8627
8628 * simple.el (kill-ring-save): Don't show extent of copied region
8629 if using transient-mark-mode and region is fully visible.
8630
8631 See ChangeLog.9 for earlier changes.
8632
8633 ;; Local Variables:
8634 ;; coding: iso-2022-7bit
8635 ;; End:
8636
8637 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
8638 Copying and distribution of this file, with or without modification,
8639 are permitted provided the copyright notice and this notice are preserved.