]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
4 spot indicated by text property `cvs-goal-column', if present.
5
6 * pcvs-info.el (cvs-fileinfo-pp): Use text property
7 `cvs-goal-column' to indicate position of file name (if present).
8
9 2002-04-03 Richard M. Stallman <rms@gnu.org>
10
11 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12 Call mail-abbrev-make-syntax-table.
13
14 * format.el (format-deannotate-region): Doc fix.
15
16 * enriched.el (enriched-face-ans): Delete special treatment
17 for fg:... and bg:... faces.
18 (enriched-decode-foreground): Return a list that specifies
19 the foreground color, rather than creating a face.
20 (enriched-decode-background): Likewise.
21
22 * shell.el (shell-mode): Don't reinit comint-input-ring
23 if that was already done.
24
25 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
26
27 * solar.el (solar-spring-or-summer-season): Delete.
28 (solar-northern-spring-or-summer-season): New variable.
29 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
30 Rewrite.
31
32 * solar.el (diary-sabbath-candles-minutes): New variable.
33 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
34
35 * calendar.el (update-calendar-mode-line): Force mode-line update.
36 Make date under the cursor available as `date' in
37 calendar-mode-line-format.
38 Eval items in calendar-mode-line-format list.
39
40 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
41 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
42
43 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
44
45 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
46 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
47 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
48 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
49
50 * cal-tex.el: Change all instances (interactive "P") to
51 (interactive "p").
52 (cal-tex-cursor-month): Add hfill and newline at end of month that
53 ended on Saturday.
54 (cal-tex-preamble): Change to LaTeX2e.
55 (cal-tex-cursor-filofax-year): Don't use default month names in
56 LaTeX macros in case user changes them.
57 (cal-tex-month-name): New function. Used throughout in case user
58 has done something funny with month names.
59
60 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
61 (diary-rosh-hodesh): Spelling correction.
62
63 2002-04-03 Mike Williams <mdub@bigfoot.com>
64
65 * textmodes/sgml-mode.el (sgml-lexical-context)
66 (sgml-parse-tag-backward): Extend support for CDATA to include
67 conditional sections.
68
69 2002-04-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
70
71 * cus-start.el: Rename `autoselect-window' to
72 `mouse-autoselect-window'.
73
74 2002-04-02 Richard M. Stallman <rms@gnu.org>
75
76 * files.el (hack-one-local-variable):
77 Clear text props from string value.
78
79 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
80
81 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
82 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
83 Use regexp-opt.
84 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
85 from F95.
86 (f90-procedures-re): Add `null' and `cpu_time' from F95.
87 (f90-font-lock-keywords-1): Minor reorganization so we don't need
88 `override' any more.
89 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
90 (f90-indent-subprogram): Use indent-region.
91 (f90-break-line): Use indent-according-to-mode.
92
93 2002-04-02 Mike Williams <mdub@bigfoot.com>
94
95 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
96 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
97 (sgml-get-context): Remove use of sgml-inside-tag-p.
98 (sgml-inside-tag-p): Remove.
99 (sgml-looking-back-at): Short-circuit at beg of buffer.
100 (sgml-lexical-context, sgml-calculate-indent): Add support for
101 CDATA sections.
102
103 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
104
105 * help.el (help-key-description): New fun.
106 (describe-key-briefly, describe-key): Use it and
107 this-single-command-raw-keys plus new arg `untranslated'.
108
109 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
110 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
111 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
112 (sgml-insert-end-tag): New funs taken from xml-lite.el.
113 (sgml-calculate-indent): Use them.
114 (sgml-slash-matching): Rename from sgml-slash.
115 (sgml-slash): Copied from xml-lite and changed to use
116 sgml-slash-matching and sgml-quick-keys.
117
118 * international/mule-cmds.el (standard-keyboard-coding-systems):
119 Add koi8-u and koi8-r.
120
121 * eshell/.cvsignore: New file.
122
123 * eshell/esh-groups.el: Remove.
124
125 * progmodes/tcl.el: Change maintainer.
126 (tcl-electric-hash-style): Change default to nil.
127 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
128 (tcl-do-auto-fill): Remove.
129 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
130
131 2002-04-01 Mike Williams <mdub@bigfoot.com>
132
133 * textmodes/sgml-mode.el: Doc fixes.
134 (sgml-mode): Set indent-line-function to sgml-indent-line.
135 (sgml-calculate-indent): Add an explicit check for 'text syntax,
136 to protect against future enhancements to sgml-lexical-context.
137 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
138
139 * textmodes/xml-lite.el: Removed much redundant stuff.
140 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
141 always start within text. Make use of sgml-unclosed-tag-p.
142
143 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
144
145 * tcl.el (tcl-imenu-generic-expression): New value.
146 (tcl-imenu-create-index-function): Function deleted.
147 (tcl-mode): Check for filladapt-mode.
148 Use tcl-imenu-generic-expression instead of
149 tcl-imenu-create-index-function.
150 (inferior-tcl-mode): Doc fix.
151 Change not legally significant.
152
153 2002-04-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
154
155 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
156
157 * window.el (handle-select-window): New function.
158 Update copyright.
159
160 2002-04-01 Richard M. Stallman <rms@gnu.org>
161
162 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
163
164 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
165 tool-bar-add-item, and new arg MAP.
166 (tool-bar-add-item): Now calls tool-bar-local-item.
167 (tool-bar-local-item-from-menu): Renamed from
168 tool-bar-add-item-from-menu, and new arg IN-MAP.
169 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
170
171 * help-fns.el (help-with-tutorial): Allow various ways
172 to specify the text in the [...] line, in handling the <...> line.
173
174 * progmodes/idlw-rinfo.el (idlwave-system-routines):
175 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
176
177 * subr.el (redraw-modeline): Define alias.
178
179 2002-03-31 Richard M. Stallman <rms@gnu.org>
180
181 * files.el (file-expand-wildcards): Use save-match-data.
182
183 * files.el (format-alist): Mark as risky.
184
185 * simple.el (kill-new): Doc fix.
186
187 * emacs-lisp/byte-opt.el (side-effect-free-fns)
188 (side-effect-and-error-free-fns): Add many functions, remove some.
189
190 2002-03-30 Richard M. Stallman <rms@gnu.org>
191
192 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
193
194 2002-03-30 Eli Zaretskii <eliz@gnu.org>
195
196 * font-lock.el (save-buffer-state): Fix last change.
197
198 * files.el (auto-save-file-name-transforms): Fix last change.
199
200 * startup.el (command-line): Fix last change.
201
202 2002-03-29 Richard M. Stallman <rms@gnu.org>
203
204 * subr.el (play-sound-file): Moved to simple.el.
205
206 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
207
208 2002-03-29 Colin Walters <walters@verbum.org>
209
210 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
211 instead of `forward-line'.
212 (ibuffer-forward-line): Be sure to skip over special properties
213 before moving, too.
214
215 * calc/calc.el (calc-was-split): Var deleted.
216 (calc): Remove reference to it.
217 (calc): Ditto.
218 (calc-quit): Ditto.
219 (calc-init-base): Ditto.
220
221 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
222
223 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
224
225 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
226 instead of nil when point is outside of any tag.
227 (sgml-beginning-of-tag): Adjust to the change.
228 (sgml-calculate-indent): Use the new info returned by
229 sgml-lexical-context. Try to handle unclosed tags.
230
231 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
232 at unclosed tags unless it is at indentation.
233 Kill nested unclosed tags.
234 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
235 (xml-lite-mode): Use sgml-indent-line instead.
236
237 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
240 expand-file-name.
241
242 * startup.el (command-line): Recompute auto-save-file-name-transforms
243 using the updated value of temporary-file-directory.
244
245 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
246
247 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
248 even with an empty context. Don't save excursion any more.
249 Don't complain about unmatched start-tags in sgml-unclosed-tags.
250 Ignore end-tags in sgml-empty-tags.
251 (xml-lite-get-context, xml-lite-calculate-indent)
252 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
253 (xml-lite-indent-line): Use back-to-indentation.
254
255 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
256 (sgml-name-re, sgml-attrs-re): New consts.
257 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
258 (sgml-mode): Use them.
259 (sgml-lexical-context): Default to (point-min) if nothing else works.
260 (sgml-calculate-indent): Indent slightly differently.
261 (sgml-indent-line): Use back-to-indentation.
262 (sgml-parse-dtd): New function.
263 (sgml-unclosed-tags): New var.
264 (html-mode): Set it.
265
266 2002-03-29 Simon Marshall <simon.marshall@misys.com>
267
268 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
269
270 2002-03-29 Richard M. Stallman <rms@gnu.org>
271
272 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
273 Use FILTER arg in dired-get-marked-files to exclude directories.
274 (dired-nondirectory-p): New function.
275
276 * dired.el (dired-get-marked-files): New arg FILTER
277 allows selection of some files.
278
279 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
280
281 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
282
283 * speedbar.el (speedbar-default-directory-list): Made robust
284 against deleted directories.
285
286 2002-03-28 Richard M. Stallman <rms@gnu.org>
287
288 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
289 Bindings changed.
290
291 * progmodes/compile.el (compilation-handle-exit):
292 If compilation-window-height is 0, display status in echo area.
293
294 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
295
296 * rect.el (replace-rectangle): Add autoload.
297
298 * files.el: Mark many more variables as risky.
299 (hack-one-local-variable): Recognize several additional
300 patterns as risky.
301
302 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
303
304 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
305
306 * textmodes/xml-lite.el (xml-lite-in-string-p):
307 Use sgml-lexical-context.
308 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
309 (xml-lite-get-context): Check that open/close tags match.
310 Don't stop scanning while we're ignoring matching tags.
311
312 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
313 (sgml-mode-syntax-table): Use it.
314 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
315 (sgml-tags-invisible): Use it.
316 (sgml-lexical-context): New fun.
317 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
318 (sgml-quote): Accept \n as entity reference terminator.
319 (sgml-calculate-indent, sgml-indent-line): New funs.
320
321 2002-03-28 Andre Spiegel <spiegel@gnu.org>
322
323 * vc-cvs.el (vc-cvs-global-switches): New user option.
324 (vc-cvs-command): New function. Update all callers of
325 `vc-do-command' in vc-cvs.el to use this instead.
326
327 2002-03-27 Andrew Innes <andrewi@gnu.org>
328
329 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
330 relying on shell globbing.
331
332 2002-03-27 Colin Walters <walters@debian.org>
333
334 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
335 (ibuffer-fontification-alist): Use it.
336 (ibuffer-backward-line): Handle `ibuffer-summary' area.
337 (ibuffer-forward-line): Ditto.
338
339 * ibuf-ext.el (sorter mode-name): Doc fix.
340 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
341 (operation query-replace): Use new `noerror' arg for
342 `query-replace-read-args'.
343 (operation query-replace-regexp): Ditto.
344
345 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
346
347 * textmodes/xml-lite.el: Fix copyright notice.
348 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
349 (xml-lite-indent-comment-offset): Remove.
350 (xml-lite-calculate-indent): Use new name. Use natural alignment
351 for comments.
352 (xml-lite-in-string-p): Simplify.
353
354 2002-03-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
355
356 * allout.el (outline-layout): Doc fix.
357
358 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
359
360 * textmodes/xml-lite.el: Don't require `custom'.
361 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
362 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
363 (xml-lite-get-context): Drop nested tags not just for comments.
364 (xml-lite-indent-line): Be more careful about moving point.
365 (xml-lite-insert-end-tag, xml-lite-slash):
366 Use indent-according-to-mode instead of xml-lite-indent-line.
367 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
368 Set sgml-xml-mode. Don't call force-mode-line-update.
369 (xml-lite-mode-map): Don't bind TAB.
370
371 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
372
373 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
374 parameter value.
375 (gud-jdb-build-source-files-list): Comment clarification.
376 (gud-jdb-massage-args): Reworked into loop-based argument list
377 processing in order to support -classpath and -sourcepath argument
378 processing.
379 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
380 to gud-jdb-classpath to obtain search list.
381 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
382 directory names in classpath/sourcepath lists, update comment.
383 (jdb): Add setting of gud-jdb-sourcepath, update comment.
384 (gud-find-class): Add gud-jdb-sourcepath use, and correct
385 behaviour for the case when classpath is not used--backward
386 compatibility fix.
387
388 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
389
390 * Makefile.in (compile, compile-always): Don't try to compile
391 non-existent files or files in empty directories.
392
393 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
394
395 * compare-w.el (compare-windows-whitespace): Match all whitespace.
396
397 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
398 copy of standard Lisp directories.
399
400 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
401 Support "next has longname" link type.
402
403 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
404
405 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
406 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
407 New functions.
408 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
409 (end-of-xml-tag): Remove.
410 (xml-lite-get-context): Better handling of comments.
411 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
412 (xml-lite-parse-tag-backward): Rewrite.
413
414 2002-03-26 Juanma Barranquero <lektu@terra.es>
415
416 * makefile.w32-in (WINS): Add the toolbar directory.
417
418 2002-03-26 Richard M. Stallman <rms@gnu.org>
419
420 * subr.el (substring-no-properties): Function deleted (now in C).
421
422 2002-03-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
423
424 * mwheel.el (mouse-wheel-mode): Use global-set-key and
425 global-unset-key.
426
427 2002-03-24 Richard M. Stallman <rms@gnu.org>
428
429 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
430
431 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
432 to query-replace-read-args.
433
434 * progmodes/compile.el (compilation-forget-errors):
435 Don't adjust compilation-parsing-end if it's nil.
436
437 * replace.el (query-replace-read-args): New optional arg NOERROR.
438 (perform-replace): Use save-window-excursion around recursive edit.
439
440 2002-03-24 Colin Walters <walters@verbum.org>
441
442 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
443 non-nil, then always use another window.
444
445 2002-03-24 Gerd Moellmann <gerd@gnu.org>
446
447 * subr.el (macro-declaration-function): New function. Set the
448 variable macro-declaration-function to it.
449
450 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
451 Handle declarations in macro definitions.
452
453 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
456
457 * enriched.el (enriched-face-ans): Support FACE of the form
458 (:foreground COLOR) and (:background COLOR).
459 (enriched-decode-foreground, enriched-decode-background): Set the
460 fore- and background colors of the faces we create, since facemenu
461 doesn't.
462
463 2002-03-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
464
465 * mwheel.el (mouse-wheel-mode): Use the result of
466 current-global-map instead of the variable `global-map'.
467
468 2002-03-23 Richard M. Stallman <rms@gnu.org>
469
470 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
471 broken out of sendmail-pre-abbrev-expand-hook.
472 (sendmail-pre-abbrev-expand-hook): Use it.
473
474 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
475
476 * Makefile.in (finder-inf.el): Remove.
477 (finder-data): Don't depend on finder-inf.el any more.
478 (compile, compile-always): Handle the case where some files
479 from DONTCOMPILE are missing (it tried to compile them).
480 (bootstrap-clean): Use src/emacs only if executable.
481 (bootstrap): Update subdirs.el and finder-inf.el.
482
483 * finder.el: Don't load finder-inf.el during byte-compilation.
484
485 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
486 Don't consider cvs-removed files as under VC control.
487 VC wouldn't handle them properly anyway and it confuses
488 vc-file-not-found-hook.
489
490 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
491 Add autoload cookie.
492
493 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * calendar/calendar.el (calendar): Doc fix.
496
497 2002-03-22 Juanma Barranquero <lektu@terra.es>
498
499 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
500 (gomoku-font-lock-X-face): Likewise.
501 (gomoku-font-lock-keywords): Use faces instead of variables.
502
503 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
504
505 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
506
507 2002-03-21 Kim F. Storm <storm@cua.dk>
508
509 * simple.el (open-network-stream, open-network-stream-nowait)
510 (open-network-stream-server): Use featurep to test for
511 supported networking features.
512
513 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
514
515 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
516 directions as the last action.
517
518 2002-03-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
519
520 * startup.el (fancy-splash-tail, normal-splash-screen):
521 Update copyright.
522
523 * novice.el (disabled-command-hook): Clarify output text to match
524 prompt.
525
526 2002-03-20 Jason Rumney <jasonr@gnu.org>
527
528 * frame.el (display-images-p): Do not explicitly check display type.
529
530 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
531
532 * mail-utils.el:
533 Eliminate compilation warnings due to `rfc822-addresses'.
534 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
535 warning free compile.
536
537 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
538
539 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
540 Take the current highlighting style into account.
541 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
542 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
543
544 * ediff-init.el (ediff-patch-job): New macro.
545
546 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
547 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
548
549 * ediff-ptch.el (ediff-map-patch-buffer):
550 Use ediff-make-new-meta-list-header.
551 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
552
553 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
554 (ediff-select-difference): Take highlighting style into account.
555 (ediff-clone-buffer-for-region-comparison): New function.
556 (ediff-inferior-compare-regions): Added comparison of current diff
557 regions.
558
559 * ediff.el (ediff-clone-buffer-for-region-comparison)
560 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
561
562 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
563
564 * mail-utils.el (rmail-dont-reply-to):
565 Overhaul to correctly apply the regular
566 expressions in the variable `rmail-dont-reply-to-names' to the list of
567 destination addresses. Contributed by lorentey@elte.hu.
568
569 * rmail.el (rmail-dont-reply-to-names):
570 Modify the documentation to make it email
571 address centric rather than login name centric. Contributed by
572 lorentey@elte.hu.
573
574 2002-03-18 Colin Walters <walters@verbum.org>
575
576 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
577 we don't require `cl' at runtime.
578 (sorting mode mode-name): Don't take the symbol-name of a string.
579
580 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
581 line after setting the mark.
582 (ibuffer-insert-buffers-and-marks): Invert the test for
583 `ibuffer-sorting-reversep'.
584
585 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
586
587 * international/ucs-tables.el (unify-8859-on-decoding-mode)
588 (unify-8859-on-encoding-mode): Remove autoload cookie.
589
590 2002-03-18 Andre Spiegel <spiegel@gnu.org>
591
592 * vc-rcs.el (vc-rcs-register): Fix handling of
593 vc-[rcs-]register-switches.
594 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
595 Variables removed, since they weren't used yet.
596
597 * vc-cvs.el (vc-cvs-register): Fix handling of
598 vc-[cvs-]register-switches.
599
600 * vc-sccs.el (vc-sccs-register): Fix handling of
601 vc-[sccs-]register-switches.
602
603 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
604
605 * loadup.el ("emacs-lisp/backquote"): Load earlier.
606 ("international/ucs-tables"): Load and turn on
607 unify-8859-on-encoding-mode unconditionally.
608 (emacs-version): Use `defconst' rather than `setq'.
609
610 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
611
612 2002-03-18 Richard M. Stallman <rms@gnu.org>
613
614 * menu-bar.el (menu-bar-options-menu): Cope if
615 text-mode-hook is not a list.
616
617 2002-03-17 Richard M. Stallman <rms@gnu.org>
618
619 * emulation/pc-select.el (pc-selection-mode):
620 Alter the existing global map, don't replace it.
621
622 * files.el (list-directory): Set default-directory at the end.
623
624 * dabbrev.el (dabbrev--goto-start-of-abbrev):
625 Put a limit on field-beginning search.
626
627 2002-03-17 Simon Josefsson <jas@extundo.com>
628
629 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
630 (browse-url-mosaic): Use it.
631
632 * net/browse-url.el (browse-url-filename-alist): Don't begin
633 docstring with *, you don't want to set this one with M-x
634 set-variable.
635
636 * net/browse-url.el: Put * in user option doc strings.
637
638 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
639
640 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
641 (sgml-xml-guess): Simplify.
642 (sgml-mode-common): Remove (move into sgml-mode).
643 (sgml-mode): Add code from sgml-mode-common.
644 Remove redundant setting of indent-line-function.
645 Don't set skeleton-transformation when in XML mode.
646
647 * international/mule-diag.el (describe-char-after):
648 Use `internal-describe-syntax-value' again (got lost somewhere).
649
650 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
651 Use unify-8859-on-decoding-mode.
652 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
653 (ucs-insert): Give an error if the unicode char can't be created.
654
655 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
656 (cvs-parse-status): Handle the "used to have a conflict" marker.
657
658 2002-03-17 Kim F. Storm <storm@cua.dk>
659
660 The following changes are related to the enhanced network process
661 support.
662
663 * simple.el: Update copyright.
664 (clone-process): Use make-network-process to clone network
665 processes. Get command list via (process-contact ... t).
666 Use set-process-query-on-exit-flag and process-query-on-exit-flag
667 instead of process-kill-without-query.
668 (open-network-stream): Replaces C-version from process.c.
669 (open-network-stream-nowait, open-network-stream-server): New funs.
670 (process-kill-without-query): Replaces C-version from process.c.
671
672 * files.el: Update copyright.
673 (save-buffers-kill-emacs): Also check for active server
674 processes. Use process-query-on-exit-flag. Only list processes
675 which has the query-on-exit flag set in connection with user query.
676
677 * shadowfile.el: Update copyright.
678 (shadow-save-buffers-kill-emacs): Also check for active server
679 processes. Use process-query-on-exit-flag.
680
681 2002-03-16 Simon Marshall <simon.marshall@misys.com>
682
683 * imenu.el (imenu-menubar-modified-tick): Renamed from
684 imenu-update-menubar-modified-tick.
685 (imenu-update-menubar): Update imenu-menubar-modified-tick
686 whenever outer condition succeeds.
687
688 * lazy-lock.el (save-buffer-state):
689 Bind inhibit-modification-hooks and buffer-file-truename
690 instead of before-change-functions and after-change-functions.
691
692 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * international/codepage.el (codepage-setup): Don't define a
695 codepage if it is already defined.
696
697 * textmodes/po.el (po-content-type-charset-alist): Convert the
698 car of each association to a string.
699 (po-find-file-coding-system-guts): If the charset matches a name
700 of a codepage, set up that codepage and return it as a coding
701 system to decode the file.
702 (po-find-charset): Search for the Charset= header even if we've
703 read less than 4KB.
704 <top-level>: Remove the setup for all known codepages: it seems
705 to cause crashes in the CCL driver.
706
707 2002-03-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
708
709 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
710 (bibtex-entry-field-alist): Doc fix.
711
712 2002-03-16 Richard M. Stallman <rms@gnu.org>
713
714 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
715 Move definition above cperl-outline-regexp.
716
717 * bindings.el (mode-line-mule-info): In computing help-echo prop,
718 avoid using save-window-excursion. And compile the function.
719
720 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
721
722 * files.el (load-completion): New function.
723 (load-library): Use it.
724
725 2002-03-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
726
727 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
728 to match the actual code.
729
730 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * textmodes/po.el (po-find-file-coding-system-guts):
733 Use with-temp-buffer instead of po-with-temp-buffer.
734
735 * international/mule-conf.el (file-coding-system-alist): Add an
736 association for PO files.
737
738 * textmodes/po.el: New file.
739
740 2002-03-15 Gerd Moellmann <gerd@gnu.org>
741
742 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
743 Fix simple loop indentation.
744
745 2002-03-14 Miles Bader <miles@gnu.org>
746
747 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
748
749 2002-03-14 Richard M. Stallman <rms@gnu.org>
750
751 * textmodes/picture.el (picture-insert)
752 (picture-clear-column, picture-draw-rectangle):
753 Use move-to-column, not move-to-column-force.
754
755 * dired.el (dired-readin): Clear out undo list.
756 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
757 (dired-delete-entry): New function.
758 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
759 and dired-delete-entry, to update this buffer (and others).
760
761 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
762
763 * facemenu.el (facemenu-add-new-face):
764 Pass region args to facemenu-set-face, when there is a region.
765 (facemenu-set-foreground, facemenu-set-background)
766 (facemenu-add-face): Doc fixes.
767
768 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
769
770 2002-03-14 Miles Bader <miles@gnu.org>
771
772 * emacs-lisp/debug.el: Require `button'.
773 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
774 to get TAB and <backtab> bindings.
775
776 * net/rlogin.el (rlogin-carriage-filter): Function removed.
777 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
778 comint removes carriage returns itself now.
779
780 * rfn-eshadow.el (rfn-eshadow-update-overlay):
781 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
782 getting hosed by our own intangible property.
783
784 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
785
786 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
787 Add fortran-comment-line-start-skip to comment-start-skip.
788 (fortran-comment-indent): Keep whole-line comments in column 0.
789 (fortran-find-comment-start-skip): New arg `all'.
790 If ALL is nil, make sure we only match comment-start-skip if we
791 can't match fortran-comment-line-start-skip.
792 Fix bug that made it return t but without moving point when
793 matching '!'! (a false-comment followed by a real comment).
794 (fortran-indent-comment): Use new `all' argument above.
795 Be careful not to add an incorrect comment-starter like "C"
796 in comment-column.
797 (fortran-split-line): When splitting a comment, reuse the comment
798 starter from the current line rather than fortran-comment-line-start.
799 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
800 cleaner behavior of fortran-find-comment-start-skip.
801 (fortran-fill): Don't be confused by ! inside a comment.
802 (fortran-break-line): Minor cleanup and simplification.
803
804 2002-03-13 Francesco Potorti` <pot@gnu.org>
805
806 * progmodes/etags.el (tag-exact-file-name-match-p)
807 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
808 simpler regexp.
809
810 2002-03-12 Colin Walters <walters@debian.org>
811
812 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
813 redisplaying a line.
814
815 2002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
816
817 * term/x-win.el (emacs-session-restore): Take previous id as
818 an argument.
819 (emacs-session-save): Add comment that return t means cancel shutdown
820
821 * startup.el (command-line): Must check that x-session-previous-id
822 is bound also, for non-X platforms.
823
824 2002-03-12 Gerd Moellmann <gerd@gnu.org>
825
826 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
827 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
828 New user options.
829 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
830 (common-lisp-indent-function-1): Renamed from
831 common-lisp-indent-function.
832 (common-lisp-indent-function): Handle loop forms specially.
833 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
834 (lisp-backquote-indentation): New user option.
835
836 2002-03-12 Francesco Potorti` <pot@gnu.org>
837
838 * progmodes/etags.el (tag-exact-file-name-match-p)
839 (tag-file-name-match-p, tag-partial-file-name-match-p):
840 Assume that the header of a tags section has either a number
841 or nothing after the last comma.
842
843 2002-03-11 Richard M. Stallman <rms@gnu.org>
844
845 * imenu.el (imenu-update-menubar-modified-tick): New variable.
846 (imenu-update-menubar): Don't call imenu--make-index-alist
847 if buffer has not changed since last time.
848
849 * desktop.el (desktop-buffer-handlers): Doc fix.
850 (desktop-buffer-file): Explicitly return BUF.
851
852 * paren.el (show-paren-function): Move back in other direction
853 to verify the match is correct.
854
855 * mail/supercite.el (sc-select-attribution): Accept whatever value
856 we get in CHOICE; there is no value meaning "try again".
857
858 2002-03-11 Colin Walters <walters@verbum.org>
859
860 * shell.el (toplevel): Revert previous change to use pcomplete.
861 (shell-mode): Ditto.
862 (shell-pcomplete-setup-done): Remove.
863 (shell-pcomplete): Ditto.
864 (shell-pcomplete-reverse): Ditto.
865
866 * comint.el: Remove documentation on setting up pcomplete.
867
868 2002-03-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
869
870 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
871 item. Doc fix.
872
873 * image.el (image-type-from-file-header): Make temporary buffer
874 unibyte.
875
876 * subr.el (add-to-list): Doc fix.
877
878 2002-03-11 Miles Bader <miles@gnu.org>
879
880 * pcomplete.el (pcomplete-entries): Expand environment variables
881 in filename.
882
883 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
884
885 * play/mpuz.el: Use defface instead of facemenu-get-face.
886
887 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
888
889 * startup.el (command-line): Add call to emacs-session-restore if
890 both x-session-id and x-session-previous-id are strings.
891
892 * term/x-win.el (x-handle-smid): New function.
893 (emacs-session-filename): New function.
894 (emacs-session-save): New function.
895 (emacs-save-session-functions): New variable.
896 (emacs-session-restore): New function.
897
898 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
899
900 * simple.el (shell-command-on-region): Call push-mark with
901 non-nil second arg, to suppress the "Mark set" message.
902
903 2002-03-08 Richard M. Stallman <rms@gnu.org>
904
905 * textmodes/picture.el (picture-forward-column): New arg `interactive'
906 is non-nil for an interactive call. Use instead of interactive-p.
907 (picture-backward-column): Likewise.
908
909 * tar-mode.el (tar-untar-buffer): New function.
910
911 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
912 Put the mouse-face on the entire xref, like the local keymap.
913
914 * find-dired.el (find-name-dired): Use shell-quote-argument.
915
916 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
917
918 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
919 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
920 (mpuz-allow-double-multiplicator): New options for nicer look and
921 new features.
922 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
923 (mpuz-check-all-solved, mpuz-random-puzzle)
924 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
925 (mpuz-show-solution): Functions streamlined and removed french
926 style space before punctuation, added face support and optional
927 solving of trivial results.
928
929 2002-03-07 Colin Walters <walters@verbum.org>
930
931 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
932
933 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
934 instead of "recency" for clarity.
935 (ibuffer-compile-format): Document more. Handle new "summarizer"
936 columns.
937 (ibuffer-fontify-region-function): Ditto.
938 (ibuffer-insert-buffer-line): Ditto.
939 (ibuffer-map-lines): Ditto.
940 (ibuffer-insert-buffers-and-marks): Ditto.
941 (ibuffer-update-title-and-summary): Renamed from
942 `ibuffer-update-title'. Handle "summarizer" columns.
943 (ibuffer-clear-summary-columns): New function.
944
945 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
946
947 2002-03-07 Gerd Moellmann <gerd@gnu.org>
948
949 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
950 Use the other-window instead of the other-frame functions when
951 the window is dedicated.
952
953 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
954
955 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
956 with SILENT so that a new field can be added.
957
958 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
959
960 * files.el (make-auto-save-file-name): Make sure the produced file
961 name does not contain characters that are invalid for DOS/Windows
962 filesystems.
963
964 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
965 Remove replacement functions.
966
967 2002-03-06 Gerd Moellmann <gerd@gnu.org>
968
969 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
970 the form `:x'.
971
972 * vc.el (vc-branch-part): Add autoload cookie. This function can
973 be called from vc-rcs-find-most-recent-rev when visiting a file
974 checked into RCS in a CVS sandbox.
975
976 2002-03-06 Andreas Schwab <schwab@suse.de>
977
978 * progmodes/hideif.el: Augment expression parser to handle
979 conditional expressions.
980 (hif-token-regexp): Also match `?' and `:'.
981 (hif-tokenize): Handle `?' and ':' as tokens.
982 (hif-expr): Parse conditional expressions.
983 (hif-or-expr): Parse `||' expressions.
984 (hif-and-expr): Renamed from hif-term.
985 (hif-conditional): New function to evaluate a conditional
986 expression.
987
988 2002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
989
990 * language/czech.el ("Czech"): Fix the documentation.
991
992 * language/slovak.el ("Slovak"): Likewise.
993
994 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
995
996 * xml.el (xml-parse-attlist): Accept empty strings.
997
998 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
1001 all terminals now support highlighting of some kind.
1002
1003 * language/european.el (mac-roman): Fix the safe-chars property.
1004
1005 2002-03-05 Andre Spiegel <spiegel@gnu.org>
1006
1007 * vc.el (vc-transfer-file): Use `make-temp-file'.
1008 (vc-default-update-changelog): Remove conditional use of
1009 `make-temp-name'.
1010
1011 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
1012
1013 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
1014
1015 * ediff-init.el: Comments.
1016
1017 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
1018 is loaded.
1019
1020 * ediff-mult.el (ediff-intersect-directories)
1021 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
1022 Cleanup.
1023 (ediff-draw-dir-diffs): Now supports the "C" command in directory
1024 difference buffer.
1025 (ediff-dir-diff-copy-file): New function that implements copying
1026 of files from one Ediff dir to another
1027 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
1028 (ediff-append-custom-diff): Better error msgs.
1029
1030 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
1031 (ediff-inferior-compare-regions): Use
1032 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
1033
1034 * ediff.el (ediff-directories-internal): Cleanup.
1035 (ediff-clone-buffer-for-region-comparison): Better interface.
1036
1037 2002-03-04 Richard M. Stallman <rms@gnu.org>
1038
1039 * emacs-lisp/easy-mmode.el (define-minor-mode):
1040 Use "P" in interactive spec of minor mode commands.
1041
1042 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
1043
1044 * faces.el (face-spec-choose): Allow `t' to appear before the end.
1045 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
1046 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
1047 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
1048 (mode-line-inactive, header-line): Move the `t' section to the
1049 beginning so the `:inherit' setting can be shared.
1050
1051 2002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1052
1053 * net/snmp-mode.el: Require tempo when compiling to prevent
1054 warnings. Update copyright notice.
1055
1056 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
1057 like not defined at all.
1058
1059 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
1060
1061 * textmodes/sgml-mode.el: Change maintainer to FSF.
1062 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
1063 (sgml-tags-invisible, sgml-beginning-of-tag):
1064 Allow _ : and non-ASCII in tag names, as required for XML.
1065 (sgml-name-char): Don't assume anything about charsets handled by
1066 encode-char.
1067
1068 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
1069 where one of the buffers is narrowed.
1070
1071 * hexl.el (hexlify-command, dehexlify-command): Remove.
1072 (hexlify-buffer, dehexlify-buffer): Use call-process-region
1073 rather than shell-command-on-region.
1074
1075 * newcomment.el (comment-forward): Use forward-comment to skip
1076 over whitespace (or comments) even when comment-use-syntax is nil.
1077
1078 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
1079
1080 * textmodes/xml-lite.el: New file.
1081
1082 2002-03-03 Richard M. Stallman <rms@gnu.org>
1083
1084 * textmodes/artist.el (artist-system): Use make-temp-file.
1085
1086 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
1087
1088 * mail/sendmail.el (mail-recover-1): Increase non-random-len
1089 by 1 since we changed make-auto-save-file-name to add one
1090 fewer character to the buffer name.
1091 (mail-recover): Really show point at the right place
1092 in the *Directory* buffer.
1093
1094 * files.el (make-auto-save-file-name): Use make-temp-file.
1095
1096 * terminal.el (te-create-terminfo): Use make-temp-file
1097 to create the source file in a safe way.
1098
1099 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
1100
1101 * cus-start.el: Rename automatic-hscroll-step and
1102 automatic-hscroll-margin into hscroll-step and hscroll-margin.
1103
1104 * frame.el (auto-hscroll-mode): Renamed from
1105 automatic-hscrolling.
1106 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
1107
1108 * mouse.el (mouse-region-delete-keys): Add deletechar.
1109
1110 2002-03-03 Sam Steingold <sds@gnu.org>
1111
1112 * play/snake.el (snake-score-file): Fixed parens (broken by the
1113 last patch).
1114 * play/tetris.el (tetris-score-file): Ditto.
1115
1116 2002-03-03 Richard M. Stallman <rms@gnu.org>
1117
1118 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
1119
1120 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
1121
1122 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
1123 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
1124
1125 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
1126
1127 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
1128 instead of `buffer-substring-no-properties' to support enriched mode.
1129
1130 2002-03-02 Richard M. Stallman <rms@gnu.org>
1131
1132 * find-dired.el (find-grep-dired): Call shell-quote-argument.
1133 Specify the -e option.
1134 Rename arg to `regexp'.
1135
1136 2002-03-02 Milan Zamazal <pdm@zamazal.org>
1137
1138 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
1139
1140 2002-03-02 Miles Bader <miles@gnu.org>
1141
1142 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
1143 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
1144 If there's no applicable modifiers entry in the alist in
1145 `mouse-wheel-scroll-amount', fall back to the default, not to
1146 nil (which causes full screen scrolls).
1147
1148 2002-03-01 Andreas Schwab <schwab@suse.de>
1149
1150 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
1151 Remove extra paren in regexp.
1152
1153 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1154
1155 * mouse.el (mouse-show-mark): Use display-mouse-p, not
1156 display-graphic-p, to decide whether to move point or use the
1157 highlighting.
1158
1159 2002-02-28 Colin Walters <walters@verbum.org>
1160
1161 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
1162
1163 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
1164 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
1165 (calc-temp-file-name): Use `make-temp-file'.
1166
1167 2002-02-28 Richard M. Stallman <rms@gnu.org>
1168
1169 * font-lock.el (java-font-lock-extra-types):
1170 Match java.net.URL, etc.
1171
1172 2002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1173
1174 * hexl.el (hexl-options): Doc fix.
1175 Update Commentary section.
1176
1177 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
1178 Doc fixes.
1179
1180 2002-02-28 Andre Spiegel <spiegel@gnu.org>
1181
1182 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
1183 the user to do that first.
1184 (vc-update): New function.
1185
1186 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
1187 which calls vc-update. Use the term "Base Version" instead of
1188 "Last Version" for the entries "Revert" and "Compare".
1189
1190 2002-02-28 Kim F. Storm <storm@cua.dk>
1191
1192 * simple.el (shell-command-on-region): Report non-zero exit
1193 status in mode line instead of buffer.
1194
1195 2002-02-27 Richard M. Stallman <rms@gnu.org>
1196
1197 * comint.el (comint-preoutput-filter-functions): Doc fix.
1198 (comint-output-filter-functions, comint-input-filter-functions)
1199 (comint-redirect-filter-functions): Likewise.
1200
1201 (comint-redirect-preoutput-filter): Do the local-hook
1202 handling of t when running comint-redirect-filter-functions.
1203 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
1204
1205 2002-02-26 Richard M. Stallman <rms@gnu.org>
1206
1207 * paths.el (remote-shell-program): Add doc string.
1208
1209 2002-02-26 Colin Walters <walters@debian.org>
1210
1211 * ibuf-ext.el (sorter mode-name): New.
1212 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
1213
1214 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
1215 interactively, so they do something.
1216 (calc-scroll-right): Ditto.
1217
1218 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
1219
1220 * international/mule.el (ctext-pre-write-conversion): Handle the
1221 case when FROM is a string, and when we are called from
1222 build_annotations_2.
1223
1224 2002-02-26 Richard M. Stallman <rms@gnu.org>
1225
1226 * rect.el (clear-rectangle-line): Reindent to the same column
1227 that move-to-column reached when it tried to go to endcol.
1228
1229 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
1230
1231 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
1232
1233 * winner.el (winner-boring-buffers, winner-set): A window which
1234 displays a buffer whose name is in the list
1235 `winner-boring-buffers', will no longer be restored by `winner-undo'.
1236 (winner-sorted-window-list): Used to improve comparison between
1237 window configurations.
1238 (winner-win-data): Simplified and moved.
1239 (winner-conf): Simplified (now uses `winner-win-data').
1240 (winner-change-fun, winner-save-old-configurations)
1241 (winner-save-(un)conditionally, winner-redo): Changes made while in
1242 the minibuffer will be ignored. (Such changes are undone upon
1243 exit for the minibuffer, anyway.)
1244 (winner-set-conf): Preserve selected window whenever possible.
1245 (winner-make-point-alist): Simplified.
1246 (winner-mode, winner-save-unconditionally): Save current window
1247 configuration on entering minibuffer.
1248 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
1249 since it does not change the overall behavior of Emacs.
1250
1251 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * international/mule-conf.el (compound-text): Renamed back from
1254 compound-text-no-extensions.
1255 (ctext-no-compositions): Remove the mime-charset property.
1256 (compound-text-with-extensions): Renamed from compound-text.
1257 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
1258
1259 2002-02-26 Juanma Barranquero <lektu@terra.es>
1260
1261 * faces.el (list-faces-display): Fix typo.
1262
1263 2002-02-25 Richard M. Stallman <rms@gnu.org>
1264
1265 * frame.el (focus-follows-mouse): Doc fix.
1266
1267 2002-02-26 Miles Bader <miles@gnu.org>
1268
1269 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
1270 to `define-key', since it no longer accepts the latter.
1271
1272 2002-02-25 Jason Rumney <jasonr@gnu.org>
1273
1274 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
1275 mouse-wheel-scroll-amount.
1276
1277 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
1278 mwheel.el.
1279
1280 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
1281
1282 2002-02-25 Andre Spiegel <spiegel@gnu.org>
1283
1284 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1285 consistent with the others that take a backend name as a symbol.
1286
1287 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
1288
1289 2002-02-25 Kim F. Storm <no-spam@cua.dk>
1290
1291 * comint.el (comint-replace-by-expanded-filename): Do nothing if
1292 comint-match-partial-filename returns nil.
1293
1294 * shell.el (shell-pcomplete-setup-done): New variable.
1295 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1296 (shell-pcomplete-reverse): Ditto.
1297
1298 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
1299
1300 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1301
1302 2002-02-25 Juanma Barranquero <lektu@terra.es>
1303
1304 * subr.el (save-match-data): Doc fix.
1305
1306 * ielm.el (ielm-prompt): Allow customization; make it read-only.
1307
1308 2002-02-25 Kim F. Storm <storm@cua.dk>
1309
1310 * shell.el (shell-mode-map): Add "Complete" header so completion
1311 menu is shown on the menu bar in shell mode.
1312
1313 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * ielm.el (ielm-match-data): New var.
1316 (inferior-emacs-lisp-mode): Make it buffer-local.
1317 (ielm-eval-input): Use it to preserve match-data between inputs.
1318
1319 2002-02-24 Juanma Barranquero <lektu@terra.es>
1320
1321 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1322
1323 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
1324
1325 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1326 `custom-buffer' customize group.
1327
1328 2002-02-23 Kim F. Storm <storm@cua.dk>
1329
1330 * help.el (where-is): Use remap-command.
1331
1332 * help-fns.el (describe-function-1): Use remap-command.
1333
1334 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1335 change (no longer accept a symbol for the KEY argument).
1336
1337 2002-02-23 Colin Walters <walters@debian.org>
1338
1339 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
1340 * calc/calcalg2.el (math-solve-get-sign): Ditto.
1341
1342 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1343 in generated function.
1344
1345 * ibuf-ext.el (ibuffer-old-time): Change to hours.
1346 (ibuffer-mark-old-buffers): Handle it.
1347
1348 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
1349 (toplevel): Bind them.
1350 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1351 not necessary now that we use pcomplete.
1352
1353 * comint.el: Document how use new pcomplete completion facility.
1354
1355 2002-02-23 Richard M. Stallman <rms@gnu.org>
1356
1357 * mail/rmailsum.el (rmail-summary-output): Properly advance
1358 to next message, by calling rmail-summary-goto-msg.
1359
1360 * net/browse-url.el (browse-url-galeon): Specify --existing
1361 for an existing window. Use --noraise rather than --no-raise.
1362 Don't use -x.
1363
1364 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1365
1366 * progmodes/etags.el (find-tag-noselect, find-tag)
1367 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1368 Fix a typo in doc strings.
1369
1370 2002-02-20 Deepak Goel <deego@glue.umd.edu>
1371
1372 * play/snake.el (snake-velocity-queue, snake-update-velocity)
1373 (snake-final-x-velocity, snake-final-y-velocity):
1374 New variable and functions. Store user's keypresses
1375 into a queue and pop from the queue each subsequent turn.
1376 (snake-update-game, snake-move-left)
1377 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1378 (snake-start-game): Use that queue.
1379 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1380 (snake-use-color-flag): Likewise.
1381 (snake-mode): Rename uses of those variables.
1382
1383 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 Support for ICCCM Extended Segments in X selections:
1386
1387 * international/mule-conf.el (ctext-no-compositions): New coding
1388 system.
1389 (compount-text-no-extensions): Renamed from compound-text.
1390 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1391 compound-text-no-extensions.
1392 (compound-text): Redefined using post-read and pre-write conversions.
1393
1394 * international/mule.el (non-standard-icccm-encodings-alist)
1395 (non-standard-designations-alist): New variables.
1396 (ctext-post-read-conversion, ctext-pre-write-conversion):
1397 New functions.
1398
1399 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
1400
1401 * vc.el (vc-default-init-version): Update documentation to
1402 indicate that the backend can override the default init version.
1403 (vc-register): Use the backend init-version function, if it
1404 exists, to determine the initial version of a file.
1405 (vc-diff-switches-list): Don't symbol-quote backend, since it's
1406 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
1407
1408 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1409 not version-controlled. This is necessary, e.g., if the file has
1410 just been reverted, and thus was previously under version control
1411 but isn't any longer.
1412 (vc-find-file-hook): Likewise.
1413
1414 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
1415
1416 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1417 (vc-cvs-sticky-tag-display): New variable.
1418 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1419 (vc-cvs-checkin): If the input revision is a valid symbolic tag
1420 name, we create it as a branch, commit and switch to it.
1421 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1422 (vc-cvs-valid-symbolic-tag-name-p): New function.
1423 (vc-cvs-parse-sticky-tag): New function.
1424 (vc-cvs-parse-entry): Added parsing of sticky tags.
1425
1426 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
1427
1428 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1429 nil, and then explicitly set the standard-value to t.
1430
1431 2002-02-20 Sam Steingold <sds@gnu.org>
1432
1433 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1434 since it is used in the menu bar.
1435
1436 2002-02-20 Richard M. Stallman <rms@gnu.org>
1437
1438 * simple.el (shell-command-on-region): Display the exit status
1439 when a command fails.
1440
1441 * subr.el (add-hook): Doc fix.
1442
1443 * frame.el (other-frame): Doc fix.
1444
1445 * simple.el (yank): Clear `field' property.
1446
1447 2002-02-20 Tom Tromey <tromey@cachet>
1448
1449 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1450 natural paragraph boundaries. Don't fail at beginning of buffer.
1451
1452 2002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1453
1454 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1455 call the argument "arg" to match plain next-line and
1456 previous-line. From Kevin Ryde <user42@zip.com.au>.
1457
1458 2002-02-19 Sam Steingold <sds@gnu.org>
1459
1460 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1461 scroll amounts for different modifiers now.
1462 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1463 format properly.
1464 (mouse-wheel-mode): Ditto.
1465
1466 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1467
1468 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1469 around function body.
1470
1471 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1472 sense of the comparison, to match the doc strings of functions
1473 that use this macro.
1474
1475 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
1476
1477 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1478
1479 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1480 * menu-bar.el (menu-bar-mode): Ditto.
1481
1482 2002-02-18 Andreas Schwab <schwab@suse.de>
1483
1484 * replace.el (query-replace-regexp-eval): Doc fix.
1485
1486 2002-02-18 Colin Walters <walters@verbum.org>
1487
1488 * calc/calcalg2.el (math-solve-get-int): Convert return value from
1489 `math-get-from-counter' to a string before calling `concat' on it.
1490
1491 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1492 (calc-public-autoloads): Obsolete; remove.
1493 (calc-private-autoloads): Ditto.
1494 (calc-add-autoloads): Ditto.
1495
1496 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1497 for body.
1498
1499 2002-02-17 Jason Rumney <jasonr@gnu.org>
1500
1501 * w32-win.el (x-option-alist, x-long-option-alist)
1502 (x-switch-definitions): Remove, use command-line-x-option-alist
1503 instead to be consistent with X.
1504 (x-handle-initial-switch): New function.
1505
1506 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1507
1508 * faces.el (mode-line-inactive, header-line): Add the :inherit
1509 attribute for the tty case.
1510
1511 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
1512
1513 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1514 invoked from Rmail with full headers displayed.
1515
1516 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1517
1518 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1519 when repeated.
1520 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1521
1522 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
1523
1524 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1525 (menu-bar-tools-menu): Removed speedbar.
1526
1527 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1528 and `flyspell-mode' entries.
1529
1530 * textmodes/flyspell.el (flyspell): Add to ispell group.
1531
1532 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1533
1534 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1535 repeated.
1536 (mark-defun): Mark more if repeated.
1537
1538 2002-02-17 Colin Walters <walters@verbum.org>
1539
1540 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1541
1542 * ibuffer.el (ibuffer-truncate-lines): New option.
1543 (ibuffer-mode): Use it.
1544
1545 2002-02-17 Kim F. Storm <storm@cua.dk>
1546
1547 * cus-start.el: Add mouse-highlight.
1548
1549 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1550
1551 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1552
1553 * cus-start.el: Add automatic-hscroll-margin and
1554 automatic-hscroll-step.
1555
1556 2002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1557
1558 * cus-start.el (x-autoselect-window): Allow customization.
1559
1560 * eshell/em-alias.el (eshell-alias-initialize): Do not use
1561 make-local-hook.
1562
1563 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1564
1565 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1566
1567 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1568
1569 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1570
1571 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1572
1573 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1574
1575 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1576
1577 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1578
1579 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1580
1581 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1582
1583 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1584
1585 * eshell/esh-io.el (eshell-io-initialize): Likewise.
1586
1587 * eshell/esh-mode.el (eshell-mode): Likewise.
1588
1589 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1590
1591 * eshell/esh-var.el (eshell-var-initialize): Likewise.
1592
1593 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1594
1595 * progmodes/idlwave.el (idlwave-mode): Likewise.
1596
1597 * textmodes/reftex-sel.el (reftex-select-label-mode)
1598 (reftex-select-bib-mode): Likewise.
1599
1600 2002-02-16 John Wiegley <johnw@gnu.org>
1601
1602 * eshell/em-hist.el (eshell-hist-initialize): When in the
1603 minibuffer, use the global value of `eshell-history-ring', and
1604 never save it to disk, or ask to save it to disk. This allows
1605 users of session.el to control whether its global state should be
1606 persisted or not.
1607 (eshell-add-command-to-history): Don't write Eshell's history out
1608 to disk, let the governing mode control that upon exit.
1609
1610 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1611
1612 * eshell/eshell.el (eshell-command): Before reading from the
1613 minibuffer, add eshell-add-command-to-history to
1614 minibuffer-exit-hook, and remove it after read-from-minibuffer
1615 returns.
1616
1617 * eshell/em-hist.el (eshell-add-input-to-history): New function,
1618 with most of the code from eshell-add-to-history.
1619 (eshell-add-command-to-history): New function, to record in
1620 eshell-history the commands run via eshell-command.
1621 (eshell-add-to-history): Call eshell-add-command-to-history to do
1622 most of the work.
1623
1624 2002-02-16 John Wiegley <johnw@gnu.org>
1625
1626 * eshell/esh-ext.el (eshell-external-command): Added a fix for
1627 XEmacs' new dired.el, which adds a global entry in the
1628 `file-name-handler-alist'.
1629
1630 2002-02-16 John Wiegley <johnw@gnu.org>
1631
1632 * align.el (align-region): Added a missing name argument.
1633
1634 2002-02-16 John Wiegley <johnw@gnu.org>
1635
1636 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1637 after the #! of a shell interpretor specification.
1638
1639 2002-02-15 Richard M. Stallman <rms@gnu.org>
1640
1641 * help.el (describe-key-briefly): Make output in INSERT case
1642 look just like what is displayed in the normal case.
1643
1644 2002-02-15 Andreas Schwab <schwab@suse.de>
1645
1646 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1647 non-letter after specials.
1648
1649 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1652
1653 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1654
1655 * simple.el (mark-word): Mark more if repeated.
1656 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1657 (mark-end-of-sentence): Ditto.
1658
1659 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
1660
1661 * wid-edit.el (widgetp): Made it more robust.
1662
1663 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
1664
1665 * facemenu.el (describe-text-done): New function.
1666 (describe-text-mode-map): New variable.
1667 (describe-text-mode-hook): New option.
1668 (describe-text-mode): New function.
1669 (describe-text-widget): New function.
1670 (describe-text-sexp): New function.
1671 (describe-text-properties): New function.
1672 (describe-text-category): New command.
1673 (describe-text-at): New command.
1674 (facemenu-menu): Replace `list-text-properties-at' with
1675 `describe-text-at' in the menu.
1676
1677 * wid-edit.el (widgetp): New function.
1678 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1679 Autoloaded.
1680
1681 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1682
1683 * wid-browse.el: Removed version and x-url keywords.
1684
1685 2002-02-13 Kim F. Storm <storm@cua.dk>
1686
1687 * cus-start.el (mode-line-in-non-selected-windows):
1688 Allow customization.
1689
1690 2002-02-13 Richard M. Stallman <rms@gnu.org>
1691
1692 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1693 Tell bibtex-parse-keys to output no progress messages.
1694
1695 * international/mule-diag.el (list-input-methods):
1696 Use help-input-method, not describe-input-method, for button type.
1697
1698 * register.el (describe-register-1): Access register contents here.
1699
1700 * textmodes/text-mode.el (text-mode-hook-identify):
1701 Restore previous definition. Add to text-mode-hook again.
1702
1703 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1704 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1705 to avoid needing sendmail.el at run time.
1706
1707 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1708 Initialization moved up too.
1709 (mode-line-modes): Use :propertize.
1710 (mode-line-mode-menu-keymap): Var deleted.
1711 (mode-line-copied-mode-name): Var deleted.
1712 (mode-line-mode-name): Function deleted.
1713 (mode-line-mode-menu): Each item now shows its mode line lighter.
1714 (minor-mode-alist): Don't call propertize here.
1715
1716 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * progmodes/pascal.el (pascal-imenu-generic-expression):
1719 Add menu-title and fix parentheses.
1720
1721 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1722
1723 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1724 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1725
1726 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1727
1728 * menu-bar.el (menu-bar-options-save): Only save
1729 `current-language-environment' and `default-input-method' when
1730 marked as customized.
1731
1732 * international/mule-cmds.el
1733 (setup-specified-language-environment):
1734 Mark `current-language-environment' as customized.
1735 (set-input-method): Mark `default-input-method' as customized when
1736 called interactively.
1737 (toggle-input-method): Ditto.
1738
1739 2002-02-11 Colin Walters <walters@verbum.org>
1740
1741 * ibuffer.el (ibuffer-switch-format): Supply required argument for
1742 `ibuffer-current-formats'.
1743
1744 2002-02-11 Miles Bader <miles@gnu.org>
1745
1746 * faces.el (mode-line-inactive): Add dark-background variant.
1747
1748 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
1749
1750 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1751 * menu-bar.el (menu-bar-mode): Ditto.
1752 * cus-edit.el (customize-mark-to-save): Always save variables
1753 without a standard value.
1754
1755 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1756 (menu-bar-options-save): Ditto.
1757 (menu-bar-showhide-menu): Ditto.
1758 (menu-bar-options-menu): Ditto.
1759 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1760 (menu-bar-scroll-bar-none): Remove.
1761 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1762 expressions instead.
1763
1764 * cus-edit.el (customize-set-value): Return value.
1765 (customize-set-variable): Ditto.
1766 (customize-save-variable): Ditto.
1767 (customize-set-variable): Load dependencies before setting value.
1768 (custom-load-symbol): Autoload it.
1769 (customize-mark-as-set): New function.
1770
1771 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1772
1773 * cus-start.el: Don't warn about "x-*" symbols when building a
1774 non-GUI version.
1775
1776 2002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1777
1778 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1779 Doc fix.
1780 (strokes-help): Do not use doubled with-output-to-temp-buffer.
1781 Fix the help string.
1782 (strokes-prompt-user-save-strokes): Fix typo.
1783 (strokes-list-strokes): Use proper exit-action argument for
1784 view-buffer. Update copyright notice.
1785
1786 * international/mule-diag.el: Various doc and message fixes.
1787 (non-iso-charset-alist): Add mac-roman. Don't add entries for
1788 codepages already present.
1789 (list-block-of-chars): Display space for null entries in
1790 translation table. Display tab specially.
1791 (list-non-iso-charset-chars): Check for null charsets. Use pop
1792 for clarity. Don't break 8-bit sets into sections between ranges.
1793 (list-charset-chars): Avoid indent-tabs-mode.
1794 (describe-char-after): Maybe use the text property for syntax
1795 table information. Maybe report char-code-property-table info.
1796 Maybe report character's unicode. Tweak printing of list info.
1797 (list-input-methods): Add xref buttons.
1798 (dump-charsets, dump-codings): Deleted (obsolete).
1799 From Dave Love <fx@gnu.org>.
1800
1801 2002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1802
1803 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1804
1805 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
1806
1807 * viper-util.el (viper-read-key-sequence): Fix so it'll read
1808 fast key sequences in emacs native mode
1809 (viper-events-to-keys): Delete.
1810
1811 * viper.el (describe-key, describe-key-briefly): Get rid of
1812 viper-events-to-keys.
1813
1814 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1815
1816 * ediff-wind.el (ediff-setup-control-frame):
1817 Use ediff-has-gutter-support.
1818
1819 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1820 check if buff is alive.
1821
1822 * ediff.el: Typo in comment.
1823
1824 2002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1825
1826 * menu-bar.el (menu-bar-options-save): Take care of
1827 line-number-mode and column-number-mode variables.
1828 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1829 "Show Column Number" in "Show/Hide" menu.
1830
1831 2002-02-09 Richard M. Stallman <rms@gnu.org>
1832
1833 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1834
1835 2002-02-09 Kim F. Storm <storm@cua.dk>
1836
1837 * faces.el (mode-line-inactive): New face for mode-line for
1838 non-selected windows.
1839 (mode-line): Doc fix: Only used for selected window.
1840
1841 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1842
1843 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1844 name to "Insert Diary Entry".
1845
1846 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1849 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1850
1851 2002-02-08 Richard M. Stallman <rms@gnu.org>
1852
1853 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1854
1855 2002-02-08 Andreas Schwab <schwab@suse.de>
1856
1857 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1858 of point-min.
1859
1860 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1861
1862 * net/ange-ftp.el (ange-ftp-process-handle-line)
1863 (ange-ftp-set-xfer-size): If the file's size is a float, divide
1864 by 1024 instead of using ash.
1865
1866 * international/mule-cmds.el (select-safe-coding-system):
1867 State the buffer's name in the message popped in the *Warning* buffer,
1868 and make sure the offending buffer is displayed.
1869
1870 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
1871
1872 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1873
1874 2002-02-07 Richard M. Stallman <rms@gnu.org>
1875
1876 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1877
1878 * register.el (list-registers): New command.
1879 (describe-register-1): New subroutine, taken out of view-register.
1880
1881 * emacs-lisp/copyright.el (copyright-regexp):
1882 Delete the unibyte copyright symbol; it's redundant.
1883 Fix a spazz in the multibyte encoding here.
1884
1885 2002-02-07 Dave Love <fx@gnu.org>
1886
1887 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1888 (cyrillic-encode-alternativnyj-char): Get translation tables from
1889 symbol properties, not as variables.
1890 (standard-display-cyrillic-translit): Include unicodes.
1891
1892 2002-02-06 Kim F. Storm <storm@cua.dk>
1893
1894 * help.el (where-is): Report remapped commands.
1895
1896 * help-fns.el (describe-function-1): Ditto.
1897
1898 * subr.el (global-set-key, local-set-key): Accept a symbol for the
1899 KEY argument (like define-key).
1900
1901 2002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1902
1903 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1904
1905 2002-02-06 Richard M. Stallman <rms@gnu.org>
1906
1907 * mail/mailabbrev.el: Require sendmail only at compile time.
1908 (mail-mode-header-syntax-table): Var deleted.
1909 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1910 (sendmail-pre-abbrev-expand-hook): Only temporarily change
1911 local-abbrev-table and the syntax table.
1912 Compute mail-abbrev-syntax-table if that has not been done.
1913
1914 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1915
1916 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1917 (debugger-frame-number): Figure out the offset directly.
1918 (debugger-setup-buffer): Don't use debugger-frame-offset.
1919 (debugger-frame, debugger-frame-clear): Likewise.
1920 (debugger-jump): Don't alter debugger-frame-offset.
1921
1922 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1923 Replace foo-p as var name with foo-flag, not foo-p-flag.
1924
1925 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1926 (highlight-changes-passive-string): Default to -Chg.
1927 (highlight-changes-global-modes): Doc fix.
1928
1929 * dired.el (dired-get-filename): Add /: when appropriate
1930 to avoid taking a local name as remote.
1931
1932 * files.el (file-name-non-special): Add special handling for
1933 file-name-sans-versions, file-name-completion, and
1934 file-name-all-completions.
1935
1936 * isearch.el (isearch-update): Don't update display in kbd macro.
1937 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1938
1939 * subr.el (force-mode-line-update): Doc fix.
1940
1941 * subr.el (atomic-change-group, prepare-change-group)
1942 (activate-change-group, accept-change-group, cancel-change-group):
1943 New functions.
1944
1945 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1946 (transpose-subr-1): Use atomic-change-group.
1947
1948 * subr.el (add-minor-mode): Include the mode's lighter string
1949 in the minor mode menu item name.
1950
1951 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1952 rmail-count-screen-lines starting from (point-min).
1953
1954 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1955 beyond the image height, to use the fancy splash screen.
1956
1957 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1958 (text-mode): Set text-mode-variant here.
1959
1960 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * play/pong.el (pong-height): Don't use height that exceeds the
1963 frame height.
1964 (pong-border-options): Make the border colors slightly more bright.
1965
1966 * play/gamegrid.el (gamegrid-display-type): Treat any
1967 color-capable display as color-x, if display-color-p is fboundp.
1968 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1969 (gamegrid-make-color-tty-face): Use the value of color, not the
1970 symbol itself. Don't call gamegrid-color.
1971
1972 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * gud.el (gud-refresh): Call recenter only after we are sure we
1975 are in the right window.
1976
1977 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
1978
1979 * cus-edit.el (customize-mark-to-save): New function.
1980 * menu-bar.el (menu-bar-options-save): Rewrote.
1981
1982 2002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1983
1984 * cus-start.el (x-use-underline-position-properties):
1985 Allow customization.
1986
1987 2002-02-04 Simon Josefsson <jas@extundo.com>
1988
1989 * dired.el (dired-load-hook, dired-mode-hook)
1990 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1991
1992 2002-02-03 Colin Walters <walters@verbum.org>
1993
1994 * ibuf-ext.el (ibuffer-filter-format-alist)
1995 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1996 New variables.
1997 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1998 is now the Emacs CVS tree.
1999 (ibuffer-formats): Doc fix.
2000 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
2001 (ibuffer-current-format): Use them.
2002 (ibuffer-recompile-formats, ibuffer-check-formats)
2003 (ibuffer-switch-format, ibuffer-update-title):
2004 Add support for ibuffer-filter-format-alist.
2005 (define-ibuffer-column process): Remove unncessary consing.
2006
2007 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
2008 for a summary column.
2009
2010 2002-02-03 Andreas Schwab <schwab@suse.de>
2011
2012 * window.el (save-selected-window): Move macro before first use.
2013 (balance-windows): Fix misplaced parenthesis.
2014
2015 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2016
2017 * calculator.el (calculator-displayers): Doc fixes.
2018
2019 2002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2020
2021 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
2022 (menu-bar-options-save): Save also the value of `display-time-mode'.
2023 (showhide-date-time): New function.
2024 (menu-bar-showhide-menu): New menu-item "Date and time".
2025
2026 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
2027
2028 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
2029 get-file-buffer to check for rmail buffer existence.
2030
2031 * term.el (term-emulate-terminal): Extract proper command string
2032 which is supplied to term-command-hook.
2033
2034 2002-02-03 Richard M. Stallman <rms@gnu.org>
2035
2036 * international/quail.el (quail-help): Don't call help-setup-xref.
2037
2038 * international/mule-cmds.el (describe-input-method):
2039 Call help-setup-xref here.
2040 (describe-current-input-method): Doc fix.
2041
2042 * novice.el (disabled-command-hook): Clarify output text.
2043 Indent the paragraph from the command's doc string.
2044
2045 * dabbrev.el (dabbrev--goto-start-of-abbrev):
2046 Exit loop on beginning of field rather than bobp.
2047
2048 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
2051 the message text into the *mail* buffer, and restore the pruned
2052 state after that.
2053
2054 * mail/rmail.el (rmail-redecode-body): Prune the headers before
2055 looking for X-Coding-System header, and restore the pruned state
2056 before returning.
2057
2058 2002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2059
2060 * cus-edit.el (customize-save-variable): Fix typo in prompt.
2061
2062 These changes integrate new version of flyspell.el from its
2063 maintainer, Manuel Serrano:
2064
2065 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
2066 (flyspell-mode-on, flyspell-notify-misspell)
2067 (flyspell-small-region, flyspell-external-point-words)
2068 (flyspell-large-region): Use it
2069 (flyspell-before-incorrect-word-string)
2070 (flyspell-after-incorrect-word-string): New user options.
2071 (make-flyspell-overlay): Use them.
2072 (flyspell-version): New function.
2073 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
2074 definitions to use :weight.
2075 (flyspell-insert-function): New user option.
2076 (flyspell-auto-correct-word, flyspell-correct-word)
2077 (flyspell-xemacs-correct): Use it.
2078 (flyspell-define-abbrev): New function.
2079 (flyspell-auto-correct-word, flyspell-correct-word)
2080 (flyspell-xemacs-correct): Use it.
2081 (make-flyspell-overlay): Use `evaporate' property.
2082 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
2083 (flyspell-emacs-popup): Use `session' instead of `accept'.
2084 (flyspell-auto-correct-previous-pos): New variable.
2085 (flyspell-auto-correct-previous-hook)
2086 (flyspell-auto-correct-previous-word): New functions.
2087
2088 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2089
2090 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
2091 don't alter the user's ~/.emacs.
2092 (disable-command): If user-init-file is nil or does not exist,
2093 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2094 But don't alter the init file if Emacs was invoked as "emacs -q"
2095
2096 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
2097
2098 * mail/sendmail.el (mail-mode): Undo half of last change.
2099
2100 * indent.el (indent-for-tab-command): Remove spurious code.
2101
2102 * hi-lock.el (hi-lock-find-patterns): Save restriction.
2103
2104 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * calendar/time-date.el: Moved from lisp/gnus.
2107
2108 * calendar/parse-time.el: Ditto.
2109
2110 2002-01-31 Richard M. Stallman <rms@gnu.org>
2111
2112 * international/iso-acc.el (iso-languages): Fix ", " in French.
2113
2114 * cus-start.el (history-length): Specify customization for it.
2115
2116 * emacs-lisp/debug.el (debugger-setup-buffer):
2117 When an eval-buffer frame was reading from a buffer,
2118 insert indication of the buffer position.
2119 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2120 (debugger-frame-clear, debugger-frame): Error on non-frame line.
2121
2122 * simple.el (shell-command-on-region): Err if no mark
2123 before reading the command string.
2124
2125 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
2126 Definitions moved down after hl-line-mode var's definition.
2127
2128 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
2129 (hilit-chg-set-face-on-change): Rename arg.
2130 (hilit-chg-make-ov): Detect error earlier.
2131
2132 * ediff-hook.el: Delete autoload cookies.
2133
2134 * comint.el (comint-scroll-show-maximum-output): Default is t.
2135
2136 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
2137 (batch-byte-compile-if-not-done): New function.
2138
2139 * Makefile.in (compile): New target.
2140 (compile-always): Renamed from compile-files.
2141 (compile-after-backup): Renamed from compile.
2142 (bootstrap): Depend on compile-always, not compile-files.
2143
2144 * emulation/pc-select.el (pc-select-save-and-set-mode):
2145 Properly use MODE-VAR.
2146
2147 2002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2148
2149 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2150 Version" to "About Emacs".
2151 (menu-bar-options-save): Add `default-frame-alist'
2152 to saved variables.
2153 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
2154 of the variable `scroll-bar-mode'.
2155
2156 * startup.el (normal-splash-screen, display-splash-screen):
2157 New functions (separated from command-line-1).
2158 (command-line-1): Use them.
2159
2160 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * calendar/calendar.el (generate-calendar-month): Doc fix.
2163
2164 2002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2165
2166 * time.el (display-time-mail-directory): New option.
2167 (display-time-mail-function): Update doc-string.
2168 (display-time-mail-icon): Use XPM image when available.
2169 (display-time-string-forms): Use more descriptive text as
2170 help-echo property.
2171 (display-time-mail-check-directory): New function.
2172 (display-time-update): Use it.
2173
2174 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
2175 Quote `window-system'.
2176
2177 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
2178 Add Keywords header. Update Commentary section.
2179 Update copyright notice.
2180
2181 * menu-bar.el (menu-bar-scroll-bar-right)
2182 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
2183 (showhide-menu-bar): New functions.
2184 (menu-bar-showhide-menu): New submenu "Show/Hide".
2185 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
2186 "Show/Hide".
2187 Update copyright notice.
2188
2189 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2190
2191 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
2192
2193 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
2194
2195 * pc-select.el (pc-selection-mode-hook)
2196 (pc-select-saved-settings-alist, pc-select-map)
2197 (pc-select-saved-global-map, pc-select-key-bindings-alist)
2198 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
2199 (pc-select-meta-moves-sexps-key-bindings)
2200 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
2201 New variables.
2202 (pc-select-define-keys, pc-select-restore-keys): New functions.
2203 (pc-select-add-to-alist, pc-select-save-and-set-var)
2204 (pc-select-save-and-set-mode, pc-select-restore-var)
2205 (pc-select-restore-mode): New macros.
2206 (pc-selection-mode): Completely rewrote the body of the function;
2207 the main goal was to make pc-selection-mode "turn-off"-able, like
2208 other minor modes. Use define-minore-mode instead of just a
2209 defun. Store the key bindings into four alists:
2210 pc-select-default-key-bindings, pc-select-extra-key-bindings,
2211 pc-select-meta-moves-sexps-key-bindings, and
2212 pc-select-tty-key-bindings; then have the pc-select-define-keys
2213 function walk those alists instead of calling define-key
2214 repeatedly. When the mode is turned on, set the
2215 keybindings in global-map and remember the old keybindings; when
2216 the mode is turned off, restore the previously-saved keybindings.
2217 (pc-selection-mode defcustom): Reflect the fact that the mode is
2218 now "turn-off"-able.
2219
2220 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2221
2222 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
2223 returns t, don't treat that as an error.
2224
2225 2002-01-25 Jason Rumney <jasonr@gnu.org>
2226
2227 * faces.el (face-font-registry-alternatives) [windows-nt]:
2228 Add ms-oemlatin as an alternative for iso8859-1.
2229
2230 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
2231
2232 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
2233 args and the absence of an entry. Don't add -f each time.
2234
2235 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2236
2237 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
2238
2239 Support for more than 8 colors on character terminals:
2240
2241 * term/rxvt.el: New file.
2242
2243 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
2244
2245 * term/xterm.el (xterm-standard-colors): New variable.
2246 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
2247 (xterm-rxvt-set-background-mode): New functions.
2248 (toplevel): Call xterm-register-default-colors,
2249 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
2250 Add support for more keys from xterm's terminfo entry.
2251
2252 * facemenu.el (list-colors-display): If the argument is nil, don't
2253 show more colors that the number returned by display-color-cells.
2254
2255 * term/pc-win.el (msdos-color-values): Reverse the order of the
2256 colors, since tty-color-define now preserves the registration order.
2257
2258 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
2259
2260 * term/tty-colors.el (tty-standard-colors): Reverse the order.
2261 (tty-register-default-colors): New function; code moved from
2262 startup.el's command-line.
2263 (tty-modify-color-alist): Use nconc instead of cons, to preserve
2264 the order the colors where registered.
2265
2266 * frame.el (display-color-cells): Use tty-display-color-cells.
2267
2268 * startup.el (command-line): Call tty-register-default-colors.
2269
2270 2002-01-25 Richard M. Stallman <rms@gnu.org>
2271
2272 * subr.el (remove): Doc fix.
2273
2274 2002-01-24 Richard M. Stallman <rms@gnu.org>
2275
2276 * progmodes/compile.el (compilation-handle-exit):
2277 Add a compilation-handle-exit property to the "finished" message.
2278 (compilation-parse-errors): Stop parsing when that property is seen.
2279
2280 * subr.el (substring-no-properties): New function.
2281 (copy-without-properties): Function deleted.
2282
2283 * term/x-win.el (x-handle-geometry): Put sizes on both
2284 initial-frame-alist and default-frame-alist.
2285
2286 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2287 for saving .emacs.
2288
2289 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2290
2291 * calendar/calendar.el (generate-calendar-month): Doc fix.
2292
2293 2002-01-23 Richard M. Stallman <rms@gnu.org>
2294
2295 * play/tetris.el (tetris): New defgroup.
2296 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2297 (tetris-default-tick-period): Convert to defcustom.
2298 Added * in docstring to indicate user variable.
2299 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2300 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2301 (tetris-buffer-height, tetris-width, tetris-height)
2302 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2303
2304 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2307 and is already matched by adaptive-fill-regexp.
2308
2309 2002-01-22 Richard M. Stallman <rms@gnu.org>
2310
2311 * bindings.el (mode-line-copied-mode-name): New variable.
2312 (mode-line-mode-name): Don't modify mode-name itself!
2313 Instead, make a copy and reuse it.
2314
2315 * subr.el (copy-without-properties): New function.
2316
2317 * progmodes/sh-script.el (sh-set-shell): Doc fix.
2318
2319 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2320 slash if DIR is just slash.
2321
2322 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2323
2324 2002-01-21 Richard M. Stallman <rms@gnu.org>
2325
2326 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2327
2328 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2329 Move defvar up.
2330
2331 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2332
2333 * ibuffer.el: Don't require ibuf-ext at load time.
2334 (ibuffer): Require ibuf-ext here.
2335
2336 2002-01-21 Francesco Potorti` <pot@gnu.org>
2337
2338 * generic-x.el (apache-conf-generic-mode): Highlight the first
2339 word in a line even if preceded by blanks.
2340
2341 2002-01-21 Richard M. Stallman <rms@gnu.org>
2342
2343 * window.el (window-body-height): Handle minibuffer window specially.
2344 Otherwise, don't return less than 1.
2345
2346 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
2347
2348 * ange-ftp.el: Added support for BS2000, and for raw ftp
2349 login commands (needed in some circumstances).
2350 (ange-ftp-raw-login): New custom var.
2351 (ange-ftp-normal-login): Perform login with raw ftp commands, if
2352 ange-ftp-raw-login is set and account password is needed.
2353 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2354 (ange-ftp-bs2000-filename-pubset-regexp)
2355 (ange-ftp-bs2000-filename-username-regexp)
2356 (ange-ftp-bs2000-filename-prefix-regexp)
2357 (ange-ftp-bs2000-name-template): New consts.
2358 (ange-ftp-bs2000-short-filename-regexp)
2359 (ange-ftp-bs2000-fix-name-regexp-reverse)
2360 (ange-ftp-bs2000-fix-name-regexp): New consts.
2361 (ange-ftp-bs2000-special-prefix): New custom var.
2362 (ange-ftp-fix-name-for-bs2000)
2363 (ange-ftp-fix-dir-name-for-bs2000): New funs.
2364 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2365 (ange-ftp-bs2000-posix-hook-installed): New vars.
2366 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2367 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2368 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2369 (ange-ftp-bs2000-filename-regexp): New const.
2370 (ange-ftp-bs2000-additional-pubsets): New custom var.
2371 (ange-ftp-bs2000-cd-to-posix): New fun.
2372
2373 2002-01-20 Colin Walters <walters@verbum.org>
2374
2375 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2376 with `byte-compile-dynamic'.
2377 (ibuffer-default-directory, toplevel): Doc files.
2378
2379 2002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2380
2381 * tempo.el (tempo-define-template): Doc fix.
2382
2383 * scroll-bar.el (scroll-bar-mode): Make argument optional.
2384
2385 2002-01-20 Jason Rumney <jasonr@gnu.org>
2386
2387 * w32-vars.el: New file.
2388
2389 * loadup.el [windows-nt]: Load it.
2390
2391 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2392 and make them defcustoms.
2393
2394 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2395
2396 2002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2397
2398 * language/tibet-util.el (tibetan-decompose-region)
2399 (tibetan-decompose-string): Fix typo in docstring.
2400
2401 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
2402
2403 2002-01-18 Richard M. Stallman <rms@gnu.org>
2404
2405 * comint.el (comint-redirect-send-command-to-process):
2406 Restore previous current buffer.
2407
2408 * window.el (window-body-height): New function.
2409
2410 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
2411
2412 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2413 "Finish Function" menu map entries for jdb mode.
2414 (gud-jdb-use-classpath): New customization variable.
2415 (gud-jdb-command-name): Add customization.
2416 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2417 (gud-jdb-classpath-string): New variable.
2418 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2419 (gud-jdb-build-source-files-list): Likewise.
2420 (gud-jdb-massage-args): Record any command argument classpath
2421 string in `gud-jdb-classpath-string'.
2422 (gud-jdb-lowest-stack-level): New function, finds bottom of current
2423 java call stack in jdb output.
2424 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2425 (gud-jdb-parse-classpath-string): New functions.
2426 (gud-jdb-marker-filter): Search/detect classpath information in
2427 jdb's output. marker regexp updated to match oldjdb and jdb output
2428 formats. Expand search for source files to include new/old methods
2429 using new functions above. Do not allow `gud-marker-acc' to grow
2430 without bound.
2431 (jdb): Set classpath information (if available) as jdb is started.
2432 Change `gud-break' and `gud-remove'
2433 to use new %c ("class") escape in format strings. Add
2434 `gud-finish', `gud-up', `gud-down' command string functions, and
2435 add them to the local menu map. Update `comint-prompt-regexp' for
2436 jdb and oldjdb. If attaching to an already running java VM and
2437 configured to use classpath, send command to query for classpath,
2438 else use previous method for finding and parsing java
2439 sources. Set `gud-jdb-find-source' function accordingly.
2440 (gud-mode): Doc fix.
2441 (gud-format-command): Add support for new %c ("class") escape.
2442 (gud-find-class): New function in support of %c escape.
2443
2444 2002-01-17 Richard M. Stallman <rms@gnu.org>
2445
2446 * ibuf-ext.el: Enable byte-compile-dynamic.
2447
2448 2002-01-17 Jason Rumney <jasonr@gnu.org>
2449
2450 * term/w32-win.el: Restore conditional require of fontset.
2451
2452 2002-01-16 Richard M. Stallman <rms@gnu.org>
2453
2454 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2455 more or less.
2456 (mouse-drag-region): New function. For a click in the echo area,
2457 show *Messages*.
2458
2459 * ibuf-ext.el: Delete the autoloads for functions defined with
2460 ibuffer-specific commands.
2461
2462 * help.el (describe-distribution): Really call view-file.
2463
2464 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2465 (ange-ftp-get-process): Pass that arg.
2466
2467 * comint.el (comint-simple-send): Fix previous change.
2468
2469 * net/telnet.el (telnet-simple-send): Fix previous change.
2470
2471 * progmodes/sql.el (sql-escape-newlines-and-send)
2472 (sql-query-placeholders-and-send): Fix previous change.
2473
2474 2002-01-16 Colin Walters <walters@verbum.org>
2475
2476 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2477 URL, Compatibility headers. Update copyright notice.
2478 * ibuf-macs.el (toplevel): Require `cl' when compiling.
2479
2480 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2481
2482 * startup.el (command-line): Set EOL mnemonics for the Mac.
2483
2484 2002-01-16 Andreas Schwab <schwab@suse.de>
2485
2486 * mail/feedmail.el (feedmail): Fix :link spec.
2487
2488 2002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2489
2490 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2491 2 ldapsearch.
2492
2493 * net/eudc.el: New maintainer. Change author's address.
2494 (eudc-pre-select-window-configuration, eudc-insertion-marker):
2495 Variables removed.
2496 (eudc-insert-selected): Function removed.
2497 (eudc-select): Reimplemented.
2498 (eudc-expand-inline): Delete the strings only after its expansion
2499 is chosen not before.
2500
2501 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2502 Minor coding style fixes.
2503
2504 * net/eudcb-ldap.el: New maintainer. Change author's address.
2505 (eudc-attribute-display-method-alist): Display mail with
2506 eudc-display-mail.
2507
2508 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2509 * net/eudc-vars.el: New maintainer. Change author's address.
2510
2511 * net/eudc-bob.el: New maintainer. Change author's address.
2512 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2513 (eudc-display-mail): New function.
2514 (eudc-bob-play-sound-at-point): Remove XEmacs case.
2515
2516 2002-01-15 Richard M. Stallman <rms@gnu.org>
2517
2518 * emacs-lisp/autoload.el (make-autoload):
2519 Don't handle define-ibuffer-column, define-ibuffer-filter,
2520 define-ibuffer-sorter, and define-ibuffer-op.
2521
2522 2002-01-14 Richard M. Stallman <rms@gnu.org>
2523
2524 * calendar/calendar.el (diary-date-forms): Doc fix.
2525
2526 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2527
2528 * startup.el (command-line): Register the default tty colors even
2529 if the terminal doesn't seem to support colors.
2530 <tty-long-option-alist>: New option --color.
2531 (tty-handle-args): Parse the --color arg.
2532
2533 * term/tty-colors.el (tty-color-mode-alist): New variable.
2534
2535 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2538 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2539 Use it.
2540 (ange-ftp-hook-function): Preserve match-data.
2541 (ange-ftp-insert-directory): Typo.
2542 (ange-ftp-shell-command): Check if regexp matched.
2543
2544 2002-01-13 Richard M. Stallman <rms@gnu.org>
2545
2546 * international/mule-cmds.el: help-map bindings moved to help.el.
2547
2548 * help.el (view-echo-area-messages): New function.
2549 (help-map): Add `e' binding. Delete obsolete `d' binding.
2550 Change old Info bindings C-f, C-k and C-i to F, K, S.
2551 Move view-emacs-FAQ from F to C-f.
2552 Move view-emacs-problems from P to C-e.
2553 Bindings moved here from mule-cmds.el.
2554 C-l binding for describe-language-environment deleted
2555 (help-for-help): Update for all these changes.
2556
2557 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2558
2559 2002-01-13 Dave Love <fx@gnu.org>
2560
2561 * emacs-lisp/copyright.el: Doc fixes.
2562 (copyright-regexp): Add Latin-9 copyright sign.
2563 Match comment delimiters in year lists.
2564 (copyright-current-year): Initialize to load-time year.
2565
2566 2002-01-13 Andreas Schwab <schwab@suse.de>
2567
2568 * dired-aux.el (dired-do-shell-command): Doc fix.
2569
2570 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2571
2572 * startup.el (command-line-x-option-alist): New options "-fs",
2573 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2574
2575 * term/x-win.el (x-handle-initial-switch): New function.
2576
2577 2002-01-13 Colin Walters <walters@debian.org>
2578
2579 * emacs-lisp/autoload.el (make-autoload): Handle
2580 define-ibuffer-column, define-ibuffer-filter,
2581 define-ibuffer-sorter, and define-ibuffer-op.
2582
2583 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2584
2585 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2586
2587 2002-01-12 Richard M. Stallman <rms@gnu.org>
2588
2589 * net/browse-url.el (browse-url-grail):
2590 Use browse-url-maybe-new-window.
2591
2592 * net/telnet.el (telnet-simple-send): Handle
2593 comint-input-sender-no-newline like comint-simple-send.
2594
2595 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2596 comint-input-sender-no-newline like comint-simple-send.
2597 (sql-escape-newlines-and-send): Likewise.
2598
2599 * comint.el (comint-input-sender): Doc fix.
2600 (comint-input-sender-no-newline): New variable.
2601 (comint-simple-send): If comint-input-sender-no-newline,
2602 don't output newline, but maybe send eof.
2603 (comint-send-input): New arg NO-NEWLINE.
2604 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2605
2606 2002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2607
2608 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2609 delaying when executing keyboard macros.
2610
2611 2002-01-12 Richard M. Stallman <rms@gnu.org>
2612
2613 * simple.el (line-move): If we can't move enough lines,
2614 go to beginning or end of line.
2615
2616 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2617 and proper window.
2618
2619 * help.el (describe-mode): Call help-setup-xref in the help buffer.
2620 Switch buffers only after calling `help-buffer'.
2621
2622 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2623 only when they are surrounded by whitespace.
2624 Use dired-mark-separator when adding one file name to a command.
2625 (dired-do-shell-command): Verify that * is surrounded by whitespace.
2626 Ask for confirmation if * or ? is not surrounded by whitespace.
2627 (dired-bunch-files): Re-reverse the partial file list when it is used.
2628
2629 2002-01-12 Richard M. Stallman <rms@gnu.org>
2630
2631 * comint.el (comint-dynamic-list-completions): Repeating the command
2632 after displaying a completion list scrolls the list.
2633
2634 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2635
2636 * files.el (find-file-noselect): Don't consider a buffer as
2637 visiting a file literally if it is in hexl-mode.
2638
2639 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2640
2641 2002-01-11 Richard M. Stallman <rms@gnu.org>
2642
2643 * startup.el (initial-scratch-message): Fix custom type, add group.
2644
2645 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2646 around the decode-coding-region call.
2647
2648 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2649 after displaying a completion list scrolls the list.
2650
2651 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * version.el (emacs-version): Bump to 21.2.50.
2654
2655 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
2656
2657 * play/zone.el (zone-timeout): New var.
2658 (zone-hiding-modeline): New macro.
2659 (zone-call): New func.
2660
2661 (zone): Init `modeline-hidden-level' symbol property.
2662 Use `zone-call' instead of `funcall'.
2663
2664 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2665
2666 (zone-pgm-stress): Use `zone-hiding-modeline'.
2667
2668 (zone-pgm-stress-destress): New zone program.
2669
2670 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2671
2672 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2673
2674 2002-01-09 Richard M. Stallman <rms@gnu.org>
2675
2676 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2677
2678 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
2679
2680 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2681 flyspell-mouse-map.
2682
2683 2002-01-08 Richard M. Stallman <rms@gnu.org>
2684
2685 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2686
2687 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2688
2689 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2690
2691 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2692
2693 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2694 Do not use make-local-hook.
2695
2696 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2697
2698 * international/quail.el (quail-start-translation)
2699 (quail-start-conversion): Bind last-command-event, last-command,
2700 and this-command in the first let. This fixes the change from
2701 2000-08-30.
2702
2703 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
2704
2705 * ediff-hook.el: Add an autoload cookie.
2706
2707 2002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2708
2709 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
2710 address of the author.
2711
2712 2002-01-08 Richard M. Stallman <rms@gnu.org>
2713
2714 * replace.el (occur-mode-goto-occurrence-other-window): New command.
2715 (occur-mode-map): Bind `o' to that.
2716
2717 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
2718
2719 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2720 new macro that replaces viper-emacs-p and viper-xemacs-p in many
2721 cases. Used to reduce the number of warnings.
2722
2723 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2724 (viper-standard-value): Move here from viper.el.
2725 (viper-set-unread-command-events): Move to viper-util.el
2726 (viper-check-minibuffer-overlay): Make sure
2727 viper-minibuffer-overlay is moved to cover the entire input field.
2728
2729 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
2730 (viper-read-key-sequence, viper-set-unread-command-events)
2731 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2732
2733 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2734
2735 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2736
2737 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2738
2739 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2740 (viper-event-vector-p): Move to viper-util.el
2741
2742 * viper.el (viper-standard-value): Move to viper-cmd.el.
2743 Use viper-cond-compile-for-xemacs-or-emacs.
2744
2745 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2746
2747 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2748
2749 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2750 New macro designed to be used in many places where ediff-emacs-p or
2751 ediff-xemacs-p was previously used. Reduces the number of warnings.
2752 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2753 of ediff-xemacs-p.
2754 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2755 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2756 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2757 Move to ediff-util.el.
2758 (ediff-event-key): Moved here.
2759
2760 * ediff-merge.el: Got rid of unreferenced variables.
2761
2762 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2763
2764 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2765 (ediff-cleanup-mess): Improve the way windows are set up after
2766 quitting ediff.
2767 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2768 (ediff-dispose-of-variant-according-to-user): New function
2769 designed to be smarter and also understands indirect buffers.
2770 (ediff-highlight-diff-in-one-buffer)
2771 (ediff-unhighlight-diff-in-one-buffer)
2772 (ediff-unhighlight-diffs-totally-in-one-buffer)
2773 (ediff-highlight-diff, ediff-highlight-diff)
2774 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2775 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2776 (ediff-get-region-contents, ediff-make-current-diff-overlay):
2777 Moved here.
2778 (ediff-format-bindings-of): New function by Hannu Koivisto
2779 <azure@iki.fi>.
2780 (ediff-setup): Make sure the merge buffer is always widened and
2781 modifiable.
2782 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2783 result of a merge into a file visited by another buffer.
2784 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2785 is visited by another buffer and ask to save/delete that buffer.
2786 (ediff-verify-file-merge-buffer): New function to do the above.
2787
2788 * ediff-vers.el: Load ediff-init.el at compile time.
2789
2790 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2791
2792 * ediff.el (ediff-windows, ediff-regions-wordwise)
2793 (ediff-regions-linewise): Use indirect buffers to improve
2794 robustness and make it possible to compare regions of the same
2795 buffer (even overlapping regions).
2796 (ediff-clone-buffer-for-region-comparison)
2797 (ediff-clone-buffer-for-window-comparison): New functions.
2798 (ediff-files-internal): Refuse to compare identical files.
2799 (ediff-regions-internal): Get rid of the warning about comparing
2800 regions of the same buffer.
2801
2802 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2803 Plus the following fixes courtesy of Dave Love: Doc fixes.
2804 (ediff-word-1): Use word class and move - to the
2805 front per regexp documentation.
2806 (ediff-wordify): Bind forward-word-function outside loop.
2807 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2808 consing buffer contents.
2809 (ediff-goto-word): Move syntax table setting outside loop.
2810
2811 2002-01-07 Richard M. Stallman <rms@gnu.org>
2812
2813 * dired.el (dired-copy-filename-as-kill): Call kill-append
2814 if following a kill command.
2815
2816 * help-fns.el (describe-variable, describe-function):
2817 Do save-excursion.
2818
2819 2002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2820
2821 * net/ldap.el (ldap-search-internal): Skip error message from
2822 ldapsearch. Allow listing attribute names only. Do not open
2823 non-existent files.
2824
2825 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2826 call non-existent function.
2827
2828 * net/eudc.el (top-level): Revert previous change.
2829
2830 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2831 variables to prevent warning from byte-compiler.
2832
2833 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2834 string-match on emacs-version again.
2835
2836 * enriched.el (enriched-make-annotation): Fix the change from
2837 2002-01-05.
2838 (enriched-handle-display-prop): Return proper values.
2839
2840 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2841 proper attribute name labeledUri instead of deprecated labeledUrl.
2842
2843 2002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2844
2845 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2846 editing an empty hotlist.
2847
2848 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2849 Use buffer-string instead of buffer-substring for the whole
2850 buffer.
2851
2852 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2853 not free.
2854
2855 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2856 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2857 (eudc-bob-save-object): Make the buffer unibyte.
2858 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2859 object to external program.
2860
2861 2002-01-05 Andre Spiegel <spiegel@gnu.org>
2862
2863 * vc.el (vc-branch-part): Return nil if there's no `.'
2864 (vc-default-previous-version): Renamed from vc-previous-version.
2865 New args BACKEND and FILE. Return nil for revision numbers
2866 without a `.'
2867 (vc-version-diff): Call vc-BACKEND-previous-version.
2868 (vc-steal-lock): Steal lock before composing mail, so that no mail
2869 is sent when the stealing goes wrong. And we'll actually see the
2870 error in that case now.
2871 (vc-finish-steal): Removed.
2872
2873 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2874 the lock, so that we see expanded headers.
2875 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2876 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
2877 available from vc.el. Updated all callers.
2878
2879 2002-01-05 Richard M. Stallman <rms@gnu.org>
2880
2881 * enriched.el (enriched-make-annotation): Doc fix.
2882
2883 * format.el (format-replace-strings, format-subtract-regions)
2884 (format-annotate-region, format-annotate-location)
2885 (format-annotate-atomic-property-change)
2886 (format-annotate-single-property-change): Doc fixes.
2887
2888 2002-01-05 Jason Rumney <jasonr@gnu.org>
2889
2890 * term/w32-win.el: Require fontset unconditionally.
2891 (w32-handle-scroll-bar-event): Remove.
2892
2893 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2894
2895 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2896 copyrights to be updated.
2897
2898 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2899
2900 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2901 2001-10-24.
2902
2903 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2904
2905 2002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2906
2907 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2908 entry.
2909 (ldap-ignore-attribute-codings): Change the default value to allow
2910 encoding/decoding of attributes.
2911 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
2912
2913 2002-01-03 Richard M. Stallman <rms@gnu.org>
2914
2915 * files.el (basic-save-buffer): Undo previous change.
2916
2917 * calendar/diary-lib.el (diary-block): Doc fix.
2918
2919 * custom.el (defcustom): Fix syntax of previous change.
2920
2921 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
2922
2923 * custom.el (defcustom): Documented :tag, :link and :load.
2924
2925 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2926
2927 * mail/sendmail.el (mail-recover-1): New function.
2928 (mail-recover): Switch to the *mail* buffer right away. Use
2929 buffer-auto-save-file-name instead of calling
2930 make-auto-save-file-name. Call dired-noselect instead of invoking
2931 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
2932 before reading the auto-save file. If the buffer's auto-save file
2933 does not exist, call mail-recover-1 to allow recovery from past
2934 auto-saved drafts.
2935
2936 2002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2937
2938 * time.el (display-time-load-average-threshold): Fix defcustom
2939 (add type and group).
2940
2941 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2942 specification from the hostname.
2943
2944 2002-01-02 Richard M. Stallman <rms@gnu.org>
2945
2946 * facemenu.el (facemenu-active-faces):
2947 Use face-attributes-as-vector, not face-attributes-vector.
2948
2949 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
2950
2951 * xscheme.el: Eleven years of updates on a private copy.
2952
2953 Extensive changes to support multiple xscheme buffers:
2954 (run-scheme): Break up into new functions to facilitate starting
2955 processes in other buffers.
2956 (xscheme-start, xscheme-read-command-line): New functions.
2957 (start-scheme, select-scheme)
2958 (default-xscheme-runlight)
2959 (global-set-scheme-interaction-buffer)
2960 (local-set-scheme-interaction-buffer)
2961 (local-clear-scheme-interaction-buffer)
2962 (exit-scheme-interaction-mode)
2963 (verify-xscheme-buffer): New functions.
2964 (xscheme-process-name, xscheme-buffer-name)
2965 (xscheme-runlight): New internal vars.
2966 (default-xscheme-runlight): New const.
2967 (xscheme-start-process): Add args for the process/buffer names.
2968 (reset-scheme): Pass process/buffer names.
2969 (scheme-interaction-mode): Initialize new local vars.
2970 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2971 (xscheme-select-process-buffer, xscheme-process-buffer)
2972 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2973 (xscheme-goto-output-point, xscheme-write-message-1): Use new
2974 var xscheme-process-name.
2975 (xscheme-start-process): Initialize xscheme-process-name and
2976 xscheme-buffer-name in the process buffer. Pass buffer name to
2977 xscheme-modeline-initialize.
2978 (xscheme-modeline-initialize): Add argument to specify buffer name
2979 for mode-line vars.
2980 (xscheme-process-sentinel): Make sure sentinel is run in the
2981 process buffer so it sees its local vars.
2982 (xscheme-process-filter-initialize, xscheme-set-runlight): More
2983 elaborate logic to handle multiple-buffer mode lines.
2984
2985 (xscheme-enter-input-wait): Re-enable control-G handler upon
2986 entering input wait.
2987
2988 (scheme-interaction-mode): Add arg to preserve local vars.
2989 (xscheme-enter-interaction-mode)
2990 (xscheme-enter-debugger-mode): Preserve local vars.
2991 (xscheme-start-process): Clobber local vars.
2992
2993 (scheme-interaction-mode-commands): Allow end user to add commands
2994 to scheme-interaction-mode keymap.
2995 (scheme-interaction-mode-commands-alist): New variable.
2996
2997 (xscheme-send-string): Don't use insert-before-markers.
2998
2999 Implement a per-buffer kill ring:
3000 (xscheme-insert-expression)
3001 (xscheme-rotate-yank-pointer, xscheme-yank)
3002 (xscheme-yank-pop, xscheme-yank-push): New functions.
3003 (xscheme-expressions-ring)
3004 (xscheme-expressions-ring-yank-pointer)
3005 (xscheme-expressions-ring-max): New variables.
3006 (xscheme-send-string-1): Call xscheme-insert-expression to save
3007 expression in ring.
3008 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
3009 (xscheme-previous-send): Deleted variable.
3010
3011 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
3012 xscheme-send-control-g-interrupt): Use process-send-string rather
3013 than send-string.
3014
3015 (xscheme-send-region): Insert a newline after an expression that
3016 is submitted in the interaction buffer, for consistency with
3017 recent changes to Edwin.
3018
3019 (xscheme-delete-output): New function mimics comint-delete-output.
3020 (xscheme-last-input-end): New internal variable.
3021 (xscheme-process-filter-output): Update xscheme-last-input-end.
3022
3023 (xscheme-send-control-g-interrupt): Make sure that
3024 xscheme-control-g-disabled-p is looked up in the right buffer.
3025
3026 (xscheme-enable-control-g): Clear C-g message if visible.
3027 (xscheme-control-g-message-string): New internal var.
3028 (xscheme-send-control-g-interrupt): Use new var.
3029
3030 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
3031 after sending interrupt in order to work around race condition.
3032
3033 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
3034 (xscheme-send-char): Use xscheme-send-char rather than send-string
3035 to send single char.
3036
3037 (xscheme-process-filter, xscheme-process-filter-alist): Add
3038 support for evaluating expressions outside of the call-excursion.
3039 (xscheme-process-filter:string-action-noexcursion): New func.
3040
3041 (xscheme-write-value): Change output string to match that used by
3042 Edwin.
3043
3044 (xscheme-coerce-prompt): Don't write a space after a command
3045 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
3046 for us.
3047
3048 (reset-scheme): Delete process after killing it.
3049
3050 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * bindings.el (function-key-map): Don't bind shifted keypad
3053 numeric keys.
3054
3055 2002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3056
3057 * enriched.el (enriched-handle-display-prop): Remove unused
3058 variables.
3059 (enriched-mode): Doc fix.
3060
3061 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3062
3063 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
3064 Hebrew points.
3065
3066 2002-01-01 Richard M. Stallman <rms@gnu.org>
3067
3068 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
3069
3070 2001-12-31 Richard M. Stallman <rms@gnu.org>
3071
3072 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
3073 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
3074 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
3075 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
3076 * progmodes/cperl-mode.el, progmodes/idlwave.el:
3077 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
3078 Adapt face definitions to use :weight and :slant.
3079
3080 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
3081
3082 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
3083
3084 * font-lock.el (initializing from font-lock-face-attributes):
3085 Use :weight and :slant, not :bold and :italic.
3086
3087 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
3088
3089 * cus-edit.el (custom-face-edit-fix-value): New function.
3090 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3091
3092 2001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3093
3094 * progmodes/octave-mod.el (octave-abbrev-table):
3095 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
3096 * progmodes/fortran.el (fortran-mode-abbrev-table):
3097 * progmodes/f90.el (f90-mode-abbrev-table):
3098 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
3099 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
3100 predefined abbrevs as "system" abbrevs.
3101
3102 2001-12-30 Richard M. Stallman <rms@gnu.org>
3103
3104 * info.el (Info-fontify-node): For a **** underline line, put the
3105 invisible and intangible props on the following newline, but not
3106 on the previous newline or the last char of the previous line.
3107
3108 * faces.el (face-set-after-frame-default): Don't change `default' face.
3109
3110 * faces.el (minibuffer-prompt): Adopt some default colors.
3111
3112 * replace.el (query-replace-read-args): Immediate error if read-only.
3113
3114 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
3115 Display the output buffer in a more intelligent way.
3116
3117 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * ls-lisp.el (insert-directory): Modify the "total" line wording,
3120 in accordance with files.el's insert-directory.
3121
3122 2001-12-29 Richard M. Stallman <rms@gnu.org>
3123
3124 * files.el (basic-save-buffer): If a before-write hook displays
3125 an echo area message, pause before calling basic-save-buffer-1.
3126
3127 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
3128
3129 * textmodes/reftex-global.el (reftex-query-replace-document)
3130 (reftex-change-label): Doc fix.
3131
3132 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
3133
3134 * progmodes/etags.el (tags-query-replace): Doc fix.
3135
3136 2001-12-29 Richard M. Stallman <rms@gnu.org>
3137
3138 * progmodes/compile.el (compile-internal): Fix previous change.
3139
3140 2001-12-28 Richard M. Stallman <rms@gnu.org>
3141
3142 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
3143 shrink the windows above as necessary to get space.
3144 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
3145
3146 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
3147 This fixes a bug that treated all files as directories.
3148 (ange-ftp-insert-directory): Explicitly follow symlinks.
3149
3150 * international/iso-transl.el (iso-transl-char-map) Eliminate the
3151 alias symbols--put the translated sequences here directly.
3152
3153 * progmodes/cc-mode.el (c-mode-abbrev-table)
3154 (c++-mode-abbrev-table, objc-mode-abbrev-table)
3155 (java-mode-abbrev-table, pike-mode-abbrev-table):
3156 Mark all the predefined abbrevs as "system" abbrevs.
3157
3158 * mail/sendmail.el (mail-envelope-from): Fix custom type.
3159 (sendmail-send-it): Check mail-specify-envelope-from
3160 and mail-envelope-from in the mail buffer at start.
3161
3162 2001-12-28 Simon Josefsson <jas@extundo.com>
3163
3164 * mail/sendmail.el (mail-envelope-from): Fix :type.
3165 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
3166
3167 2001-12-28 Richard M. Stallman <rms@gnu.org>
3168
3169 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
3170
3171 * simple.el (line-move-invisible): New subroutine.
3172 (line-move-to-column): New subroutine--smarter about advancing over
3173 invisible parts of a line, or lines, but only as long as hpos grows.
3174 (line-move-finish): New subroutine: repeatedly processes desired
3175 column, intangibility, and fields.
3176 (line-move): Use those subroutines.
3177 When moving lines downward, skip invisible text first rather than last.
3178
3179 2001-12-27 Richard M. Stallman <rms@gnu.org>
3180
3181 * international/mule-diag.el (describe-char-after):
3182 Describe the text properties of the char after point.
3183
3184 * help.el (describe-key): Doc fix.
3185
3186 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
3187
3188 * find-dired.el (find-dired-sentinel): Precede exit message by
3189 two spaces, to match the regexp in dired-between-files.
3190
3191 2001-12-28 Miles Bader <miles@gnu.org>
3192
3193 * wid-edit.el (widget-toggle-value-create): Don't eval actual
3194 images (which are lists too).
3195
3196 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * language/european.el: Fix the doc string of "Latin-5" language
3199 environment.
3200
3201 2001-12-26 Richard M. Stallman <rms@gnu.org>
3202
3203 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
3204 defined as before 2001-11-09.
3205 (add-minor-mode call): Specify the keymap.
3206
3207 * progmodes/compile.el (compile-internal):
3208 Set TERM variable in process-environment.
3209
3210 2001-12-25 Richard M. Stallman <rms@gnu.org>
3211
3212 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
3213 the buffer.
3214
3215 * startup.el (command-line): Convert command line args
3216 to Emacs internal representation using locale-coding-system.
3217
3218 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
3219
3220 * international/fontset.el: Don't require ind-util when compiling.
3221
3222 2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3223
3224 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3225 set-frame-height and set-frame-width instead of set-screen-height
3226 and set-screen-width.
3227
3228 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
3229 of obsolete set-screen-width.
3230
3231 * locate.el (locate): Remove dot at the end of error argument.
3232
3233 * emerge.el (emerge-show-file-name): Use frame-height instead of
3234 obsolete screen-height.
3235
3236 * mail/mh-utils.el (mh-show-msg): Likewise.
3237 (mh-handle-process-error): Use frame-width instead of obsolete
3238 screen-width.
3239
3240 2001-12-25 Richard M. Stallman <rms@gnu.org>
3241
3242 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
3243 to enlarge-window. Use save-selected-window. Don't try
3244 to resize windows that end at the bottom "level".
3245 Retry changing the sizes until the windows get the desired sizes.
3246 Discount the minibuffer when computing total height available.
3247
3248 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
3249 (debugger-make-xrefs): Only make a button for the first symbol
3250 on any line.
3251
3252 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
3253
3254 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
3255 Call IT-setup-unicode-display here instead of adding it to
3256 dos-codepage-setup-hook, so that Unicode display tables are set
3257 before dos-codepage-setup-hook runs.
3258
3259 2001-12-24 Richard M. Stallman <rms@gnu.org>
3260
3261 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
3262 (nslookup-mode-abbrev-table): Don't define it.
3263 (smbclient-mode-abbrev-table): Don't define it.
3264 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
3265 (nslookup-mode, smbclient-mode): Likewise.
3266 (network-connection-service-abbrev-alist): Variable deleted.
3267 (network-connection-mode-setup): Don't set up abbrev table.
3268
3269 * faces.el (minibuffer-prompt): New face.
3270 (minibuffer-prompt-properties): Add `face' property.
3271
3272 * replace.el (occur-mode-display-occurrence): New function.
3273 (occur-mode-map): Bind C-o to it.
3274
3275 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
3276
3277 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
3278 (viper-special-read-and-insert-char): Make C-m work right in the r
3279 comand.
3280 (viper-buffer-search-enable): Fixed format string.
3281
3282 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3283 instead of viper-info-on-file.
3284 (ex-set-visited-file-name): New function.
3285
3286 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
3287
3288 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3289 action argument.
3290
3291 * ediff-init.el: Fixed some doc strings.
3292
3293 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3294 Got rid of make-local-hook.
3295
3296 * ediff-wind.el (ediff-setup-control-frame): Got rid of
3297 make-local-hook.
3298
3299 2001-12-23 Richard M. Stallman <rms@gnu.org>
3300
3301 * term/x-win.el (x-handle-geometry): Put height and width
3302 on default-frame-alist, left and top on initial-frame-alist.
3303 * term/w32-win.el (x-handle-geometry): Likewise.
3304
3305 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3306
3307 * play/yow.el (yow): Use an arg to distinguish interactive calls,
3308 not interactive-p.
3309
3310 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3311
3312 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3313 mocklisp entries.
3314
3315 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3316 Lisp. Obsoleted.
3317
3318 * emulation/mlconvert.el: File removed.
3319
3320 * emulation/mlsupport.el: Moved to obsolete.
3321
3322 * obsolete/mlsupport.el: Moved there from lisp/emulation.
3323
3324 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3325
3326 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
3327 mocklisp case.
3328
3329 * help-fns.el (describe-function-1): Remove mocklisp function
3330 case.
3331
3332 2001-12-22 Miles Bader <miles@gnu.org>
3333
3334 * textmodes/refill.el (refill-mode): Don't barf when redundantly
3335 turning refill-mode off.
3336
3337 2001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3338
3339 * time.el (display-time-load-average-threshold): New variable.
3340 (display-time-update): Use it.
3341
3342 These changes allow cycling through past 1, 5 and 15 minutes
3343 load-average displayed in the mode-line.
3344
3345 * time.el (display-time-default-load-average): New customizable option.
3346 (display-time-load-average): New variable.
3347 (display-time-cycle-load-average): New function.
3348 (display-time-update): Use them.
3349
3350 2001-12-21 Richard M. Stallman <rms@gnu.org>
3351
3352 * apropos.el (apropos-print): SPACING is now nil or a separator string.
3353 (apropos-documentation, apropos-value): Pass a suitable string.
3354
3355 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3356
3357 * dired.el (dired-free-space-program, dired-free-space-args):
3358 Aliases for back-compatibility.
3359
3360 * info.el (Info-select-node): If Info-use-header-line is nil, set
3361 header-line-format to nil.
3362 (Info-fontify-node): Don't put a keymap text property on the
3363 heading if we are not going to display the header line. Remove
3364 any such text properties left over from past visits to this node.
3365
3366 * ls-lisp.el (insert-directory): Insert the amount of free disk
3367 space, like files.el's insert-directory does.
3368
3369 * files.el (directory-free-space-program): Mention
3370 file-system-info in the doc string.
3371 (get-free-disk-space): New function; code moved from
3372 insert-directory.
3373 (insert-directory): Call get-free-disk-space to get the amount of
3374 free space.
3375
3376 2001-12-21 Richard M. Stallman <rms@gnu.org>
3377
3378 * help.el (view-order-manuals, view-emacs-news, describe-copying)
3379 (describe-distribution, describe-project): Use view-file.
3380
3381 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3382
3383 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3384
3385 * emacs-lisp/easy-mmode.el (define-minor-mode):
3386 Make no arg by default in an interactive call,
3387 so that repeating the command toggles again.
3388
3389 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3390
3391 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3392
3393 * antlr-mode.el: More sophisticated indentation of cpp directive.
3394 (antlr-indent-at-bol-alist): New user option.
3395 (antlr-indent-line): Use it.
3396 (antlr-indent-style): New user option.
3397 (antlr-mode): Use it.
3398 (antlr-indent-item-regexp): Customize.
3399
3400 * antlr-mode.el: Syntax highlighting changes.
3401 (antlr-font-lock-literal-regexp): New user option.
3402 (antlr-font-lock-syntax-face): New face used for :, |, ....
3403 (antlr-font-lock-default-face): New face.
3404 (antlr-font-lock-additional-keywords): Use them.
3405
3406 * antlr-mode.el: New command to insert options -- variables.
3407 (antlr-mode-map): New binding [C-c C-o].
3408 (antlr-mode-menu): New submenus.
3409 (antlr-options-use-submenus): New user option.
3410 (antlr-tool-version): New user option.
3411 (antlr-options-auto-colon): New user option.
3412 (antlr-options-style): New user option.
3413 (antlr-options-push-mark): New user option.
3414 (antlr-options-assign-string): New user option.
3415 (antlr-options-headings): New variable.
3416
3417 * antlr-mode.el: New command to insert options -- specific.
3418 (antlr-options-alists): New variable.
3419 (antlr-read-value): New function.
3420 (antlr-read-boolean): New function.
3421 (antlr-language-option-extra): New function.
3422 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3423 (antlr-c++-mode-extra): New function.
3424 (antlr-grammar-tokens): New function.
3425 (antlr-imenu-create-index-function): New optional argument.
3426
3427 * antlr-mode.el: New command to insert options -- functions.
3428 (antlr-insert-option): New command.
3429 (antlr-insert-option-interactive): New function.
3430 (antlr-options-menu-filter): New function.
3431 (antlr-option-kind): New function.
3432 (antlr-scan-lists): New alias.
3433 (antlr-scan-lists-internal): New function.
3434 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3435 (antlr-option-level): New function.
3436 (antlr-syntactic-grammar-depth): New function.
3437 (antlr-option-location): New function.
3438 (antlr-insert-option-do): New function.
3439 (antlr-option-spec): New function.
3440 (antlr-version-string): New function.
3441 (antlr-insert-option-existing): New function.
3442 (antlr-insert-option-space): New function.
3443 (antlr-insert-option-area): New function.
3444
3445 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3446 with narrowing. Menu change. Miscellaneous.
3447 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3448 (antlr-mode-map): New bindings for characters in ":;|&(){}".
3449 (antlr-electric-character): New command.
3450 (antlr-class-header-regexp): New variable.
3451 (antlr-font-lock-additional-keywords): Use it.
3452 (antlr-imenu-create-index-function): Use it.
3453 (antlr-file-dependencies): Use it.
3454 (antlr-indent-line): Also works with restrictions.
3455 (antlr-indent-command): Interactive spec - changes the buffer.
3456 (antlr-language-for-option): Deletia.
3457 (antlr-language-option): New function, defined instead.
3458 (antlr-mode): Use it.
3459 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3460
3461 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3462 instead of a literal /dev/null.
3463
3464 * Makefile.in (distclean): Remove Makefile in the build
3465 directory, not in the source directory.
3466
3467 2001-12-21 Simon Josefsson <jas@extundo.com>.
3468
3469 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3470 with-temp-buffer instead of find-file-noselect, and bind
3471 coding-system-for-read to no-conversion when reading the queued
3472 messages. (Simon's code modified slightly by Eli Zaretskii.)
3473
3474 2001-12-20 Werner Lemberg <wl@gnu.org>
3475
3476 * international/mule-diag.el (describe-coding-system,
3477 print-coding-system-briefly): Make printed output have a similar
3478 format as describe-character-set.
3479
3480 2001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3481
3482 * play/blackbox.el (bb-member): Remove, use member instead.
3483 (bb-delete): Remove, use delete instead.
3484 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
3485 bb-score, bb-detour-count and bb-balls-placed.
3486 Propertize results of rays.
3487
3488 2001-12-19 Karl Fogel <kfogel@red-bean.com>
3489
3490 * isearch.el (isearch-forward, isearch-edit-string): Make doc
3491 strings mention keybinding for `isearch-yank-word-or-char',
3492 rather than `isearch-yank-word', since the former is bound now
3493 and the latter is not.
3494 (isearch-yank-word-or-char): Fix formatting.
3495
3496 2001-12-19 Werner Lemberg <wl@gnu.org>
3497
3498 * language/czech.el, language/european.el, language/slovak.el: More
3499 fixes for language info doc strings.
3500
3501 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3502
3503 * loadup.el: Add "language" to the load-path.
3504
3505 2001-12-19 Richard M. Stallman <rms@gnu.org>
3506
3507 * international/mule-cmds.el (describe-language-environment):
3508 Fix calls to help-xref-button.
3509
3510 2001-12-19 Miles Bader <miles@gnu.org>
3511
3512 * international/fontset.el: Require `ind-util' when compiling.
3513
3514 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3515
3516 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3517 instead of decompose-composite-char.
3518
3519 2001-12-18 Richard M. Stallman <rms@gnu.org>
3520
3521 * simple.el (eval-expression-print-level)
3522 (eval-expression-print-length): Doc fixes.
3523
3524 * international/mule-diag.el (describe-character-set):
3525 Fix the arg to help-xref-button.
3526
3527 * files.el (directory-free-space-program): New variable.
3528 (directory-free-space-args): New variable.
3529 (insert-directory): Use those two variables for getting free space.
3530 Use file-system-info instead, if that is defined.
3531
3532 * dired.el (dired-free-space-program): Variable deleted.
3533 (dired-free-space-args): Variable deleted.
3534 (dired-insert-directory): Don't try to determine free space.
3535
3536 * files.el (font-lock-defaults): Add risky-local-variables prop.
3537 (hack-one-local-variable): Treat various font-lock variables as risky.
3538
3539 2001-12-18 Werner Lemberg <wl@gnu.org>
3540
3541 * language/chinese.el, language/cyrillic.el:
3542 * language/czech.el, language/european.el, language/greek.el:
3543 * language/hebrew.el, language/indian.el, language/japanese.el:
3544 * language/korean.el, language/lao.el, language/slovak.el:
3545 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3546 Improve documentation strings of coding systems and language infos.
3547
3548 2001-12-18 Werner LEMBERG <wl@gnu.org>
3549
3550 Add support for EUC-TW decoding/encoding.
3551
3552 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3553 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3554 New auxiliary functions to build `big5-to-cns'.
3555 (big5-to-cns): New translation alist.
3556
3557 * language/chinese.el: Added new coding system `euc-tw' and its
3558 alias `euc-taiwan'.
3559 Updated language `Chinese-CNS' to include euc-tw encoding also.
3560 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3561 euc-tw.
3562
3563 2001-12-18 Dave Love <fx@gnu.org>
3564
3565 * loadup.el: Add language/utf-8-lang, language/georgian.
3566
3567 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
3568 (image-file-name-regexps): Doc fix.
3569
3570 * server.el (server-unload-hook): New function.
3571
3572 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3573 (lm-crack-copyright): Cope with multi-line copyright `lines'.
3574
3575 * simple.el (newline): Doc fix.
3576 (eval-expression-print-level, eval-expression-print-length): Doc
3577 fix. Amend :type.
3578 (next-line, previous-line): Make arg optional.
3579 (newline): Doc fix.
3580
3581 * Makefile.in (DONTCOMPILE): Add various language files.
3582
3583 * international/quail.el (quail-input-string-to-events): Don't use
3584 string-to-list.
3585
3586 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3587 calling `newline'.
3588
3589 2001-12-17 Richard M. Stallman <rms@gnu.org>
3590
3591 * comint.el (comint-dynamic-list-input-ring-select): New function.
3592 Switches back to the old window configuration.
3593 (comint-dynamic-list-input-ring): Bind RET to that function.
3594 (comint-dynamic-list-input-ring-window-conf): New variable.
3595
3596 2001-12-17 Werner Lemberg <wl@gnu.org>
3597
3598 * international/mule-conf.el: Improve documentation strings of
3599 character sets.
3600
3601 2001-12-16 Richard M. Stallman <rms@gnu.org>
3602
3603 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3604 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3605
3606 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3607
3608 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3609 Add a DESCRIPTION for the makefile item.
3610
3611 * find-file.el (ff-other-file-name): New function.
3612
3613 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3614
3615 * international/quail.el (quail-input-string-to-events): Fix last
3616 change.
3617
3618 2001-12-16 Richard M. Stallman <rms@gnu.org>
3619
3620 * isearch.el (isearch-edit-string): When we set isearch-string
3621 to the default, also set isearch-message.
3622
3623 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3624
3625 * startup.el (command-line-1): Display startup screen
3626 even if there are command line args.
3627 Add a note about how to go to editing your files.
3628 (fancy-splash-head): Add a note about how to go to your files.
3629 (fancy-splash-outer-buffer): New variable.
3630 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3631
3632 * subr.el (with-temp-message): At the end, always discard
3633 the temp message, even by clearing the echo area.
3634
3635 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3636
3637 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
3638
3639 * log-view.el (log-view-message-re, log-view-current-tag):
3640 Recognize Subversion's log output format.
3641
3642 * international/fontset.el: Build the list L at compile time.
3643
3644 * language/ind-util.el (mapthread): Make a closure.
3645
3646 2001-12-15 Richard M. Stallman <rms@gnu.org>
3647
3648 * isearch.el (isearch-start-hscroll): New variable.
3649 (isearch-mode): Set isearch-start-hscroll.
3650 (isearch-update): Restore original hscrolling if possible.
3651
3652 * isearch.el (isearch-edit-string):
3653 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3654
3655 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3656 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3657 rather than regexp search and (2) copying text properties
3658 already set up on text unchanged from the previous backtrace.
3659
3660 * case-table.el (set-case-syntax-pair):
3661 Detect invalid calls and signal an error.
3662
3663 2001-12-15 Richard M. Stallman <rms@gnu.org>
3664
3665 * language/ind-util.el (range): Function deleted.
3666 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3667 All calls changed.
3668
3669 * language/devan-util.el (devanagari-range): Renamed from `range'.
3670 All calls changed.
3671 (devanagari-regexp-of-hashtbl-keys):
3672 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
3673
3674 2001-12-15 Dave Love <fx@gnu.org>
3675
3676 * language/ind-util.el: Don't require cl.
3677 (indian-glyph-char, indian-glyph-max-char)
3678 (indian-char-glyph): Moved from indian.el
3679 (indian--puthash-char, mapthread): Don't quote lambda.
3680 (indian--map): New function.
3681 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3682 (indian--puthash-cv): Use it.
3683
3684 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3685 (indian-char-glyph): Moved to ind-util.el
3686
3687 * language/devan-util.el (devanagari-post-read-conversion):
3688 New function.
3689
3690 * language/georgian.el: New file.
3691
3692 * international/mule-cmds.el (locale-language-names): Add various
3693 entries. Remove utf-8 special case.
3694 (locale-charset-language-names, locale-preferred-coding-systems):
3695 Add utf-8 case.
3696 (set-language-environment): Process required-features earlier.
3697
3698 * international/quail.el (quail-keyboard-layout-alist):
3699 Add pc105-uk.
3700 (quail-keyboard-layout-type): Fix :type.
3701 (quail-choose-completion-string): Simplify.
3702 (quail-update-leim-list-file): Don't get fooled by commented-out code.
3703 (quail-input-string-to-events): Run events through
3704 translation-table-for-input.
3705
3706 * international/mule-conf.el (translation-table-for-input):
3707 New variable.
3708 (latin-iso8859-14): Amend description.
3709 (file-coding-system-alist): Add entry for utf-8.
3710
3711 * language/utf-8-lang.el: New file.
3712
3713 * international/code-pages.el: New file.
3714
3715 * language/hebrew.el ("Windows-1255"): New language.
3716
3717 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3718 ("Latvian"): New languages.
3719
3720 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
3721
3722 * xml.el: Use setq rather than (set 'foo bar).
3723 Use push+nreverse rather than append.
3724 (xml-node-name, xml-node-attributes, xml-node-children):
3725 Use defsubst rather than macros.
3726 (xml-parse-region): Handle a nil return value from xml-parse-tag.
3727 (xml-parse-tag): Don't skip white space. Return nil for a comment.
3728 Concat the two strings surrounding a comment into a single string.
3729
3730 * newcomment.el (comment-indent): Jump to the middle of empty comments.
3731
3732 2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3733
3734 * select.el (xselect-convert-to-class, xselect-convert-to-name):
3735 Document.
3736
3737 2001-12-14 Andre Spiegel <spiegel@gnu.org>
3738
3739 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3740 Return nil if FILE is not registered.
3741 (vc-check-master-templates, vc-default-make-version-backups-p):
3742 Doc fix.
3743
3744 2001-12-13 David Ponce <david@dponce.com>
3745
3746 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3747 (ruler-mode-left-fringe-cols): New macro.
3748 (ruler-mode-right-fringe-cols): New macro.
3749 (ruler-mode-left-scroll-bar-cols): New macro.
3750 (ruler-mode-right-scroll-bar-cols): New macro.
3751 (ruler-mode-ruler): Use above new macros.
3752
3753 2001-12-13 Richard M. Stallman <rms@gnu.org>
3754
3755 * files.el (set-auto-mode): Fix previous change.
3756
3757 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
3758
3759 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3760 (easy-menu-do-define, easy-menu-convert-item-1)
3761 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3762 (easy-menu-return-item): Only return nil if there is no binding.
3763
3764 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
3765
3766 * whitespace.el (whitespace-version): 3.2
3767 * whitespace.el (whitespace-force-mode-line-update): Replace with
3768 `whitespace-mode-line-update', which is an alias to the correct
3769 function in various emacsen.
3770 * whitespace.el (whitespace-{un,}highlight-the-space):
3771 Add colorized highlighting of the bogus whitespaces in a buffer/file,
3772 using the `whitespace-highlight-face' if
3773 `whitespace-display-spaces-in-color' is set.
3774
3775 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
3776
3777 * international/mule.el (set-auto-coding): Don't search for
3778 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3779
3780 2001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3781
3782 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3783
3784 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3785
3786 * mail/rmailsum.el (rmail-summary-mode): Likewise.
3787
3788 2001-12-13 Richard M. Stallman <rms@gnu.org>
3789
3790 * simple.el (undo): Always set this-command to `undo',
3791 so that the next undo after an error will not begin redoing.
3792
3793 * simple.el (shell-command): Doc fix.
3794 (shell-command-on-region): If there is output an an error,
3795 add "...Shell command failed" to the output.
3796
3797 2001-12-13 David Ponce <david@dponce.com>
3798
3799 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3800 (ruler-mode-left-fringe-cols): Function replaced by more efficient
3801 implementation `ruler-mode-extra-left-cols'.
3802 (ruler-mode-ruler): Use above new function. Take into account
3803 that the fringe areas can now be resized.
3804
3805 2001-12-12 Richard M. Stallman <rms@gnu.org>
3806
3807 * international/characters.el (Unicode): Comment out
3808 the specifications for kelvin and angstrom signs.
3809
3810 * international/mule.el (make-translation-table-from-vector):
3811 Allow null elements in VEC.
3812
3813 * international/ucs-tables.el (unify-8859-on-encoding-mode)
3814 (unify-8859-on-decoding-mode): Swap the code in their bodies.
3815 Add :version.
3816
3817 2001-12-11 Richard M. Stallman <rms@gnu.org>
3818
3819 * derived.el (derived-mode-p): Function moved to subr.el.
3820
3821 * subr.el (derived-mode-p): Moved here from derived.el.
3822
3823 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3824
3825 * files.el (set-auto-mode-1): New subroutine, broken out of
3826 set-auto-mode.
3827 (set-auto-mode, hack-local-variables-prop-line): Use that.
3828
3829 2001-12-11 Dave Love <fx@gnu.org>
3830
3831 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3832
3833 * language/european.el: Remove autoload cookies. Fix registration
3834 of diacritic composition function.
3835
3836 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3837
3838 * calendar/todo-mode.el: Require time-stamp.
3839
3840 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3841
3842 2001-12-11 Richard M. Stallman <rms@gnu.org>
3843
3844 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3845
3846 * textmodes/ispell.el (ispell-buffer-local-parsing):
3847 Match xml like sgml.
3848
3849 * emacs-lisp/advice.el (ad-compile-function):
3850 Byte compile the function under another (uninterned) name.
3851
3852 * gud.el (gdb): Define and bind gud-jump.
3853
3854 * font-lock.el (font-lock-mode):
3855 Put our function at the end of after-change-functions.
3856
3857 * ediff-diff.el (ediff-cmp-options): Doc fix.
3858
3859 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3860
3861 2001-12-10 Richard M. Stallman <rms@gnu.org>
3862
3863 * isearch.el (isearch-yank-word-or-char): New function.
3864 (isearch-mode-map): Bind C-w to that.
3865
3866 * menu-bar.el (menu-bar-mode): Make arg optional.
3867
3868 * simple.el (line-move): Cope if next-single-property-change
3869 or previous-single-property-change returns nil.
3870
3871 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3872 Don't use interactive-p; instead, pass the proper args
3873 in (interactive...). Clean up most of the trouble-report strings.
3874
3875 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
3876
3877 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3878 enqueued messages literally.
3879
3880 2001-12-10 Noah Friedman <friedman@splode.com>
3881
3882 * battery.el (battery-insert-file-contents): Obsolete function
3883 removed.
3884 (battery-read-function): Obsolete function removed.
3885 (battery-linux-proc-apm): Use insert-file-contents.
3886
3887 2001-12-07 Stephen Eglen <stephen@gnu.org>
3888
3889 * iswitchb.el (iswitchb-visit-buffer):
3890 Use `select-frame-set-input-focus'--needed when window manager
3891 uses "click to focus" policy.
3892
3893 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3894
3895 * COPYING: Moved back.
3896
3897 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3898
3899 * term/internal.el (IT-character-translations): Add entries for
3900 more points.
3901
3902 * international/characters.el: Resurrect the Hebrew category
3903 settings for all Hebrew characters removed by the last change.
3904 Add code for setting the Hebrew category of the Unicode Hebrew
3905 characters. Set syntax entries for Hebrew punctuation characters.
3906
3907 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3908 points and directional formatting control characters.
3909
3910 2001-12-07 Dave Love <fx@gnu.org>
3911
3912 * language/lao-util.el: Add Unicode equivalents for rules.
3913 (lao-post-read-conversion): New function.
3914
3915 * language/lao.el: Add Unicode equivalents.
3916 (lao): Add post-read conversion.
3917
3918 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3919 Use iso2022 encoding.
3920 (latin1-char-displayable-p): Doc fix.
3921 (latin1-display-ucs-per-lynx): New option.
3922 (latin1-display-ucs-per-lynx): New command.
3923 (latin1-display-reset): Special-case arabic.
3924 (ucs-tables): Require.
3925 (latin1-display-sets, latin1-display-setup): Add arabic.
3926 (latin1-display) <variable>: Use function latin1-display.
3927 (latin1-display) <function>: Add mule-unicode stuff.
3928 (latin1-display-check-font): Don't lose if `info' is nil.
3929
3930 * international/iso-transl.el: Insert Latin-1 characters, not
3931 unibyte codes.
3932
3933 * language/european.el (diacritic-composition-pattern): New constant.
3934 (diacritic-compose-region, diacritic-compose-string)
3935 (diacritic-compose-buffer, diacritic-post-read-conversion)
3936 (diacritic-composition-function): New functions.
3937
3938 * international/utf-8.el (ucs-mule-to-mule-unicode):
3939 New translation table.
3940 (ccl-encode-mule-utf-8): Use it.
3941 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3942 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3943 (utf-8-subst-table): New variable.
3944 (utf-8-compose-scripts): New option.
3945 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3946
3947 * international/ucs-tables.el, international/utf-8-subst.el:
3948 New files.
3949
3950 * international/characters.el: Don't set word syntax (the default)
3951 explicitly. Add a diacritic category. Add info for Unicode
3952 equivalents of characters in various Mule charsets and for extra
3953 Unicode characters. Don't define specific categories for
3954 Indian/Devanagari, since they aren't used.
3955
3956 2001-12-06 Richard M. Stallman <rms@gnu.org>
3957
3958 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3959 (set-justification-left, set-justification-right): Doc fix.
3960
3961 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3962 (bug-f90-mode): Variable deleted.
3963
3964 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
3965
3966 * indent.el (indent-line-function): Default is indent-relative again.
3967
3968 2001-12-07 Miles Bader <miles@gnu.org>
3969
3970 * progmodes/compile.el (compilation-error-regexp-alist):
3971 Added regexps for RXP.
3972
3973 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
3974
3975 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3976 Add shift-assignment operators to those highlighted, and highlight
3977 the whole operator rather than just the "=".
3978
3979 2001-12-04 Juanma Barranquero <lektu@terra.es>
3980
3981 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3982 before saving abbrevs if `save-abbrevs' has the value `silently'.
3983
3984 2001-12-04 Andreas Schwab <schwab@suse.de>
3985
3986 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3987
3988 2001-12-04 Colin Walters <walters@debian.org>
3989
3990 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3991 for `defmacro*' forms.
3992
3993 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3994 `defmacro*'.
3995
3996 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3997
3998 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3999
4000 2001-12-02 Richard M. Stallman <rms@gnu.org>
4001
4002 * files.el (insert-directory): If the df output does not look right,
4003 don't try to use it. Other cleanups in overall code structure.
4004
4005 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
4006
4007 * textmodes/outline.el (outline-mode-prefix-map):
4008 Add bindings for outline-promote and outline-demote.
4009 (outline-minor-mode-menu-bar-map): New var.
4010 (outline-minor-mode): Use it.
4011 (outline-heading-alist): New var (renamed from outline-level-heading).
4012 (outline-level): Use it.
4013 (outline-insert-heading, outline-promote, outline-demote):
4014 Update to use outline-heading-alist.
4015
4016 * disp-table.el (standard-display-european):
4017 Simplify since the function is not interactive any more.
4018 Don't set the existing buffers to unibyte.
4019
4020 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
4021
4022 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
4023
4024 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
4025
4026 * shell.el (shell): Use shell-file-name.
4027 Pop to buffer before calling comint to set COLUMNS properly.
4028
4029 * emacs-lisp/cl.el (svref): New alias.
4030
4031 * progmodes/antlr-mode.el (antlr-c-common-init):
4032 Don't inhibit adaptive-fill-mode any more.
4033
4034 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
4035
4036 * progmodes/etags.el (tags-with-face): Use make-symbol.
4037 (tags-search, tags-query-replace): Use backquotes.
4038
4039 * textmodes/picture.el (picture-mode-map): Don't use defconst
4040 for a variable.
4041
4042 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4043
4044 * textmodes/reftex-index.el (reftex-index-mode):
4045 Remove make-local-hook.
4046
4047 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
4048
4049 2001-12-02 Kim F. Storm <storm@cua.dk>
4050
4051 * isearch.el (isearch-resume-enabled): New variable.
4052 (isearch-done): Use that variable.
4053
4054 2001-12-01 Richard M. Stallman <rms@gnu.org>
4055
4056 * wid-edit.el (widget-button-click): Don't move point permanently:
4057 Avoid mouse-set-point--instead select the window,
4058 then do save-excursion, then move point.
4059 Specify the buffer for get-char-property.
4060 Don't use `@' in interactive.
4061
4062 * indent.el (indent-line-function):
4063 Default is indent-to-left-margin again.
4064
4065 * replace.el (query-replace-read-args): Display message
4066 if FROM contains `\n' or `\t'.
4067
4068 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
4069
4070 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
4071
4072 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
4073
4074 * emacs-lisp/regexp-opt.el (regexp-opt):
4075 Bind completion-regexp-list to nil.
4076
4077 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
4078
4079 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4080
4081 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
4082 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
4083 Update maintainer.
4084
4085 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
4086
4087 * mail/smtpmail.el: Use with-current-buffer.
4088 (message-make-date, message-make-message-id): Autoload when needed.
4089 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
4090 headers when missing.
4091
4092 * international/encoded-kb.el (encoded-kbd-mode):
4093 Use define-minor-mode.
4094
4095 * enriched.el (enriched-mode): Use define-minor-mode.
4096 Use dolist and pop and push.
4097
4098 * info.el (Info-find-node-2): Don't call info-insert-file-contents
4099 with the `visit' argument.
4100 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
4101
4102 * progmodes/hideif.el (hide-ifdef-mode): Only modify
4103 `change-major-mode-hook' locally. Reset invisibility spec.
4104
4105 * man.el (Man-build-section-alist): Remove last Man-match-substring.
4106
4107 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4108
4109 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
4110 Clarify error message.
4111
4112 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4113
4114 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
4115
4116 2001-11-30 Andre Spiegel <spiegel@gnu.org>
4117
4118 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4119 don't just return it.
4120
4121 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4124 (menu-bar-read-emacs-man, search-emacs-glossary)
4125 (emacs-index-search, elisp-index-search): New functions.
4126 (apropso-documentation, apropos, apropos-value, apropos-variable)
4127 (apropos-commands): Modify menu item names and help text.
4128 (elisp-index-search, emacs-index-search, emacs-glossary):
4129 New menu items.
4130 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
4131 submenu.
4132 (info-elisp, info-elintro): New menu items.
4133 (apropos): Modify the menu item name.
4134
4135 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
4138
4139 * textmodes/outline.el (outline-promote, outline-demote): Typo.
4140
4141 * man.el (man-follow-mouse): New function.
4142 (Man-mode-map): Bind mouse-2 to it.
4143 (Man-match-substring): Remove. Replace with `match-string'.
4144 (man): Use the `default-value' argument to `read-string'.
4145 (Man-fontify-manpage): Add mouse-face to cross references.
4146
4147 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
4148
4149 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
4150
4151 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
4152 the value of require-match in minibuffer-completion-confirm.
4153 Use crm-local-completion-map.
4154
4155 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
4156 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
4157 (cl-make-type-test): Use char-valid-p for `character'.
4158
4159 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
4160 (Info-complete-menu-item): Rewrite. Add the ability to search
4161 several sequential nodes. Add a simple caching mechanism.
4162 (Info-goto-index): New function extracted from Info-index.
4163 (Info-index): Use it. Add completion to the interactive spec.
4164 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4165
4166 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4167
4168 * COPYING: Removed.
4169
4170 2001-11-29 Dave Love <fx@gnu.org>
4171
4172 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
4173 (fortran-window-create, fortran-window-create-momentarily):
4174 Rewrite, moving error condition.
4175 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
4176 (fortran-mode-syntax-table): Revert last change.
4177
4178 * international/mule.el: Doc fixes.
4179 (map-charset-chars): New function.
4180 (register-char-codings): Use it to cope with generic chars in
4181 safe-chars.
4182
4183 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4184
4185 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4186
4187 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
4188
4189 * play/studly.el (studlify-word, studlify-region)
4190 (studlify-buffer): Fix doc-string.
4191 (studlify-buffer): Add autoload cookie.
4192
4193 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
4194
4195 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
4196 (outline-up-heading-all): Remove.
4197 (hide-sublevels): Move to end-of-heading before calling flag-region.
4198 (outline-copy-overlay, outline-discard-overlays): Remove.
4199 (outline-flag-region): Use `remove-overlays'.
4200 Don't move to end-of-heading.
4201 (outline-next-visible-heading, outline-back-to-heading)
4202 (outline-on-heading-p): Use outline-invisible-p.
4203 (outline-font-lock-level): Use outline-up-heading's new arg.
4204 (outline-minor-mode): Simplify.
4205 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
4206 (outline): Put a `reveal-toggle-invisible' property.
4207 (outline-level-heading): New var.
4208 (outline-insert-heading, outline-promote, outline-demote)
4209 (outline-toggle-children): New commands.
4210
4211 * progmodes/hideif.el (hif-end-of-line): New function.
4212 (hide-ifdef-mode): Set line-move-ignore-invisible.
4213 (hide-ifdef-region-internal): New function.
4214 (hide-ifdef-region): Use it.
4215 (hif-defined): Return an integer.
4216 (hif-infix-to-prefix): Remove.
4217 (hif-tokenize): Parse from the buffer rather than from a string.
4218 Correctly tokenize integers. Use forward-comment.
4219 (hif-expr): Use hif-or.
4220 (hif-term): Use hif-and.
4221 (hif-factor): Use hif-not. Handle numbers properly.
4222 Don't require parenthesis around `defined's argument.
4223 (hif-and, hif-or, hif-not): New funs.
4224 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
4225 (hif-hide-line): Don't hide the \n before the line.
4226 (hif-possibly-hide): Correctly handle numeric evaluation results.
4227
4228 * progmodes/make-mode.el: Use line-(end|beginning)-position.
4229 (makefile-mode): Set indent-line-function.
4230 (makefile-browser-insert-continuation): Use with-current-buffer.
4231 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
4232
4233 2001-11-28 Karl Fogel <kfogel@red-bean.com>
4234
4235 * isearch.el (isearch-yank-internal): New helper function.
4236 (isearch-yank-char): New function.
4237 (isearch-yank-word, isearch-yank-line): Rewrite to use
4238 isearch-yank-internal.
4239
4240 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4241
4242 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
4243 aren't supported. Print a message to that effect if invoked.
4244
4245 2001-11-27 Stephen Eglen <stephen@gnu.org>
4246
4247 * locate.el (locate): Put point at first matching file rather
4248 than top of buffer.
4249
4250 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
4251
4252 * reveal.el: New file.
4253
4254 * progmodes/hideif.el: Misc cleanup.
4255 (hide-ifdef-mode-submap): Put the def in the defvar.
4256 Use substitute-key-definition.
4257 (hide-ifdef-mode): Use define-minor-mode.
4258 (hif-outline-flag-region): Remove.
4259 (hif-show-all): Define in terms of hif-show-ifdef-region.
4260 (hif-after-revert-function): Rename from hif-before-revert-function.
4261 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
4262 (hif-tokenize): Use with-syntax-table.
4263 (hif-make-range): Use `else' also for `else-p'.
4264 (hif-range-else-p): Remove.
4265 (hif-find-range): Simplify.
4266 (hif-hide-line): Don't bother preserving buffer-modified-p.
4267 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
4268 Don't use selective-display and inhibit-read-only.
4269
4270 * subr.el (copy-overlay, remove-overlays): New funs.
4271
4272 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
4273
4274 2001-11-27 Sam Steingold <sds@gnu.org>
4275
4276 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
4277 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
4278 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
4279 * obsolete/c-mode.el, obsolete/cplus-md.el
4280 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
4281 * term/sun-mouse.el, textmodes/artist.el:
4282 Converted backquote to the new style.
4283 * mouse.el, reposition.el: Likewise (in comments).
4284 * expand.el: Likewise (in a string).
4285
4286 2001-11-27 Richard M. Stallman <rms@gnu.org>
4287
4288 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4289
4290 2001-11-26 Richard M. Stallman <rms@gnu.org>
4291
4292 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4293 if :on-glyph or :off-glyph is a list, eval it and store it back.
4294 (checkbox): Quote the values for :on-glyph and :off-glyph.
4295
4296 * cus-start.el (recursive-load-depth-limit): Delete item.
4297
4298 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
4299
4300 * help-fns.el (describe-categories, help-describe-category-set): New.
4301 describe-categories moved here from src/category.c.
4302
4303 2001-11-26 Sam Steingold <sds@gnu.org>
4304
4305 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4306 arguments to `insert' are strings.
4307
4308 2001-11-26 Richard M. Stallman <rms@gnu.org>
4309
4310 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4311
4312 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
4313
4314 * international/mule-diag.el: Require help-fns instead of
4315 help-funs.
4316
4317 * help-fns.el: Renamed from help-funs.el.
4318
4319 * startup.el (command-line-1): Don't try to call process-list if
4320 it is not fboundp.
4321
4322 2001-11-26 Sam Steingold <sds@gnu.org>
4323
4324 * frame.el (show-trailing-whitespace): Remove :set argument (the
4325 value was essentially identical to the defalt).
4326
4327 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4328
4329 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4330
4331 * icomplete.el (icomplete-minibuffer-setup): Likewise.
4332
4333 * hilit-chg.el (hilit-chg-set): Likewise.
4334
4335 * speedbar.el (speedbar-mode): Likewise.
4336
4337 * calendar/calendar.el (calendar-mode): Likewise.
4338
4339 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4340 insert-string.
4341
4342 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4343
4344 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4345
4346 * term/sun-mouse.el (sun-yank-selection): Likewise.
4347
4348 * textmodes/bib-mode.el (return-key-bib): Likewise.
4349
4350 * calendar/appt.el (appt-disp-window): Likewise.
4351
4352 * calendar/diary-lib.el (list-diary-entries): Likewise.
4353
4354 * array.el (array-reconfigure-rows): Likewise.
4355
4356 * filecache.el (file-cache-minibuffer-complete): Likewise.
4357
4358 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4359
4360 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4361
4362 * allout.el (outline-version, outline-open-topic)
4363 (outline-rebullet-heading, outline-insert-listified)
4364 (outline-latex-verbatim-quote-curr-line)
4365 (outline-latexify-one-item, outlineify-sticky): Likewise.
4366
4367 * vc.el (vc-next-action-on-file): Likewise.
4368 (vc-dired-mode): Remove make-local-hook.
4369
4370 2001-11-26 Andre Spiegel <spiegel@gnu.org>
4371
4372 * vc.el (vc-find-version): New function.
4373 (vc-version-other-window): Redefined in terms of the above.
4374
4375 * log-view.el (log-view-find-version): New function.
4376 (log-view-mode-map): Bind it to `f'.
4377
4378 2001-11-26 Gerd Moellmann <gerd@gnu.org>
4379
4380 * language/devan-util.el (dev-char-glyph): Escape `"' in
4381 string literals.
4382 (dev-glyph-glyph, dev-glyph-glyph-2)
4383 (devanagari-compose-syllable-region): Likewise.
4384
4385 2001-11-26 Richard M. Stallman <rms@gnu.org>
4386
4387 * window.el (save-selected-window): No error if saved window is dead.
4388
4389 * help-funs.el (describe-syntax): Put (interactive) after doc string.
4390
4391 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4392
4393 * international/quail.el (quail-help): Require help-mode in
4394 top-level instead.
4395
4396 * iswitchb.el (iswitchb-exhibit): Use insert instead of
4397 insert-string.
4398
4399 * icomplete.el (icomplete-exhibit): Likewise.
4400
4401 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4404 (diff-hunk-kill): Simplify.
4405 (diff-post-command-hook): Only apply to a single hunk.
4406 (diff-hunk-text): Make `char-offset' non-optional.
4407 (diff-find-text): Return a cons cell.
4408 (diff-find-approx-text): New fun.
4409 (diff-find-source-location): Use it.
4410 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
4411 Adapt to new retval of diff-find-text.
4412
4413 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4414 rather than integer- representation of dates.
4415
4416 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4417
4418 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4419 (syntax-after): New fun.
4420
4421 * help-funs.el (describe-syntax): New fun.
4422
4423 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4424 (font-lock-ppss-stats, font-lock-ppss): Remove.
4425 (font-lock-fontify-syntactically-region): Remove tuning code.
4426 (font-lock-compile-keywords): Fix off-by-one bug.
4427 (font-lock-set-defaults): Don't set removed vars.
4428 (c-keywords): Add `inline'.
4429 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4430
4431 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4432 Set syntax-begin-function.
4433 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4434 (lisp-interaction-mode): Don't set local-abbrev-table any more.
4435 (lisp-mode-auto-fill): Use syntax-ppss and obey
4436 comment-auto-fill-only-comments.
4437 (lisp-fill-paragraph): Use syntax-ppss.
4438
4439 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
4440
4441 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4442 version of rmail-enable-mime.
4443 (rmail-forward): Use it.
4444
4445 2001-11-25 Richard M. Stallman <rms@gnu.org>
4446
4447 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4448
4449 * international/quail.el (quail-keyboard-layout-button):
4450 Define button type.
4451 (quail-keyboard-customize-button): Likewise.
4452 (quail-help): Use those button types. Require `help-mode'.
4453 Avoid altering the argument `package'.
4454
4455 * help-mode.el (help-function, help-variable, help-face)
4456 (help-coding-system, help-input-method, help-character-set):
4457 Define each button type with its own explicit define-button-type.
4458
4459 * language/devan-util.el: Comment out parts of the file
4460 which apparently are garbled.
4461
4462 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4463
4464 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4465 insert-string.
4466
4467 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4468
4469 * play/snake.el (snake-mode): Remove make-local-hook.
4470
4471 * play/tetris.el (tetris-mode): Likewise.
4472
4473 * play/decipher.el (decipher-mode): Likewise.
4474
4475 * tmm.el (tmm-add-prompt): Likewise.
4476
4477 2001-11-25 Sam Steingold <sds@gnu.org>
4478
4479 * menu-bar.el (menu-bar-apropos-menu): New variable.
4480 Moved all `apropos' bindings to this menu.
4481 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4482
4483 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4484
4485 The following changes are for new indian languages support based
4486 on Unicode charset and CDAC fonts.
4487
4488 * international/mule-conf.el: Change indian-1-column charset to
4489 indian-glyph charset.
4490
4491 * international/characters.el: Adjusted for the change of
4492 indian-1-column -> indian-glyph.
4493
4494 * international/fontset.el: Delete the setting for indian-1-column
4495 and add the setting for indian-glyph in the default fontset.
4496
4497 * language/indian.el: Completely re-written.
4498
4499 * language/devanagari.el: Completely re-written.
4500
4501 * language/devan-util.el: Completely re-written.
4502
4503 * language/ind-util.el: New file.
4504
4505 2001-11-24 Richard M. Stallman <rms@gnu.org>
4506
4507 * startup.el (command-line-1): Don't do startup screen
4508 if a subprocess is running. Call the startup screen buffer
4509 "GNU Emacs". Make a special mode-line-format for it.
4510
4511 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4512 (browse-url-galeon): Use that variable.
4513
4514 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4515 eval-expression. Eval and set the variable simply.
4516
4517 * files.el (temporary-file-directory): Use defcustom.
4518 (small-temporary-file-directory): Likewise.
4519 (normal-backup-enable-predicate): Move down in file
4520 after definition of temporary-file-directory.
4521
4522 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4523
4524 2001-11-24 Colin Walters <walters@debian.org>
4525
4526 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4527 autoload names to match files renamed on initial calc import.
4528
4529 * calc/calc.el (Commentary): Cleanup, and add logistic curve
4530 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4531
4532 2001-11-23 Colin Walters <walters@debian.org>
4533
4534 * Makefile.in (finder_setwins, setwins): Include Calc again.
4535
4536 * calc/calc-rules.el: Add header comment.
4537
4538 2001-11-23 Andre Spiegel <spiegel@gnu.org>
4539
4540 * vc.el (with-vc-properties): Don't bind `filename' locally.
4541 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4542 to avoid name clashes. Fix `lisp-indent-function' property for
4543 both.
4544
4545 2001-11-23 Francesco Potorti` <pot@gnu.org>
4546
4547 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4548
4549 2001-11-22 Colin Walters <walters@debian.org>
4550
4551 * calc/calc-misc.el (report-calc-bug):
4552 Use `reporter-prompt-for-summary-p'.
4553
4554 * calc/INSTALL, calc/Makefile: Remove.
4555
4556 2001-11-22 Miles Bader <miles@gnu.org>
4557
4558 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4559 (reb-match-2, reb-match-3): Add dark-background variants.
4560
4561 2001-11-22 Colin Walters <walters@debian.org>
4562
4563 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4564 (info "Calc").
4565 (report-calc-bug): Use reporter.el.
4566
4567 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4568
4569 2001-11-21 Richard M. Stallman <rms@gnu.org>
4570
4571 * which-func.el (which-function): Call imenu--make-index-alist
4572 if necessary to get a list of functions.
4573 (which-function-imenu-failed): New variable.
4574 (which-func-update): Handle all visible windows.
4575 (which-func-update-1): New subroutine broken out of which-func-update.
4576
4577 * files.el (temporary-file-directory, null-device)
4578 (small-temporary-file-directory): Definitions moved up.
4579
4580 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4581 (cperl-non-problems, cperl-praise): Doc fixes.
4582
4583 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4584 (sh-mode-syntax-table): Function restored.
4585 Variable set up for use by function sh-mode-syntax-table.
4586 (sh-set-shell): Set the syntax table.
4587
4588 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4589
4590 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4591
4592 * international/encoded-kb.el: Don't alter minor-map-alist.
4593
4594 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4595
4596 * files.el (auto-save-file-name-transforms): Put remote files in
4597 temporary-file-directory rather than /tmp.
4598
4599 2001-11-21 Colin Walters <walters@debian.org>
4600
4601 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4602 of (function ...) wrapper.
4603
4604 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4605
4606 * derived.el (define-derived-mode): Create the abbrev-table
4607 from inside the `defvar'.
4608
4609 * jit-lock.el (jit-lock-defer-time): New var.
4610 (jit-lock-defer-timer, jit-lock-buffers): New vars.
4611 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
4612 (jit-lock-function): Defer fontification if requested.
4613 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4614 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4615 text property.
4616 (jit-lock-deferred-fontify): New fun.
4617
4618 2001-11-20 Richard M. Stallman <rms@gnu.org>
4619
4620 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4621 Set local-abbrev-table to lisp-mode-abbrev-table.
4622
4623 * emacs-lisp/re-builder.el (reb-mode):
4624 Don't use define-derived-mode. Call kill-all-local-variables.
4625
4626 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4627 Don't use define-derived-mode.
4628
4629 * help-mode.el (help-mode): Undo 2001-10-07 change.
4630
4631 * replace.el (occur-mode): Undo 2001-5-20 change.
4632
4633 2001-11-20 Jason Rumney <jasonr@gnu.org>
4634
4635 * w32-fns.el (w32-system-coding-system): Change to an alias for
4636 locale-coding-system.
4637 (set-w32-system-coding-system): Document the above change.
4638 Set locale-coding-system instead.
4639
4640 2001-11-20 Richard M. Stallman <rms@gnu.org>
4641
4642 * ruler-mode.el: Add pagination.
4643 (ruler-mode-toggle-show-tab-stops): No need to
4644 test `ruler-mode' variable.
4645
4646 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4647
4648 * play/landmark.el: Mark lm-mode as special.
4649
4650 * play/gomoku.el: Mark gomoku-mode as special.
4651
4652 2001-11-20 Juanma Barranquero <lektu@terra.es>
4653
4654 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4655 (top-level): Bind it to C-c C-b.
4656 (re-builder): Don't re-enter RE Builder Mode.
4657
4658 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4659
4660 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4661
4662 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4663 `manual-program'.
4664
4665 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4666 to a line without a comment.
4667
4668 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4669
4670 * dired.el (dired-listing-switches): Mention in the doc string
4671 that some switches are not supported by ls-lisp.el
4672
4673 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4676 (imenu--create-keymap-2): Remove.
4677 (imenu--create-keymap-1): Simplify, remove third argument.
4678 (imenu--generic-function): Use dolist.
4679 (imenu-find-default): New function.
4680 (imenu--completion-buffer): Use it.
4681 (imenu--mouse-menu): Use popup-menu.
4682 (imenu--menubar-select): Return t rather than calling imenu.
4683
4684 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4685 New functions, extracted from fill-region-as-paragraph.
4686 (fill-region-as-paragraph): Use them.
4687 Use an end marker instead of eob.
4688 Ignore whitespace-only fill-prefixes when indenting according to mode.
4689 Simplify the loop that searches for spaces backwards.
4690
4691 * textmodes/picture.el (picture-vertical-step)
4692 (picture-horizontal-step): Don't use defconst for variables.
4693
4694 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
4695 (mail-extract-address-components): Downcase domain names.
4696 (mail-extr-delete-char): Remove. Use delete-char instead.
4697
4698 * emulation/pc-select.el: Doc string fixes.
4699 (pc-selection-mode): Don't treat macos as a tty.
4700
4701 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4702
4703 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4704
4705 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4706 (mouse-wheel-progessive-speed): New var.
4707 (mwheel-scroll): Use it and handle float values.
4708
4709 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4710
4711 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4712 (iswitchb): Fix the case where the result was selected with the mouse.
4713 (iswitchb-completion-help): Use the normal *Completions* now that
4714 mouse selection works.
4715 (iswitchb-minibuffer-setup): Simplify.
4716
4717 * newcomment.el (comment-column, comment-style, comment-multi-line)
4718 (comment-auto-fill-only-comments): Remove :group arg.
4719 (comment-padding): Add :type.
4720 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4721 if called interactively.
4722
4723 2001-11-19 Colin Walters <walters@verbum.org>
4724
4725 * calc/calc.el (toplevel): Add comment and version header.
4726 (calc-init-base): Bump version to 2.02f, update date.
4727
4728 2001-11-19 Richard M. Stallman <rms@gnu.org>
4729
4730 * net/browse-url.el: Support Mozilla and Galeon.
4731 By default, find the installed browser whichever it is.
4732 (browse-url-mozilla): New function.
4733 (browse-url-mozilla-sentinel): New function.
4734 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4735 (browse-url-default-browser): New function.
4736 (browse-url-process-environment): Use browse-url-browser-display.
4737 (browse-url-browser-display): Renamed from browse-url-netscape-display.
4738 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4739 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4740 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4741 (browse-url-browser-function): New default, new options.
4742
4743 2001-11-19 Sam Steingold <sds@gnu.org>
4744
4745 * bindings.el (last-buffer, unbury-buffer): New function.
4746 (mode-line-unbury-buffer): Use `unbury-buffer'.
4747
4748 2001-11-18 Stephen Eglen <stephen@gnu.org>
4749
4750 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4751 control behaviour when no further completion is possible.
4752
4753 2001-11-19 Colin Walters <walters@verbum.org>
4754
4755 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4756 (math-showing-full-precision, math-with-extra-prec, math-working)
4757 (calc-with-default-simplification)
4758 (calc-with-trail-buffer): Use backtick.
4759 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4760 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4761 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4762 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4763 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4764 (Math-num-integerp, Math-bignum-test, Math-equal-int)
4765 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4766 (calc-record-compilation-date-macro): Deleted. Callers updated.
4767 (math-format-radix-digit): Move to calc-bin.el.
4768
4769 * calc/calc.el (calc-record-compilation-date): Remove.
4770 (calc-bug-address): Update.
4771 (calc-settings-file): Use `user-init-file'.
4772
4773 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4774 Handle null `calc-settings-file'.
4775
4776 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4777 * calc/calc-keypd.el (calc-keypad-mode): New.
4778 (calc-do-keypad): Use it.
4779 (calc-keypad-map): Move into `calc-keypad-mode'.
4780
4781 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4782 to defalias argument.
4783
4784 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4785 (calcFunc-floor): Ditto.
4786
4787 * calc-units.el (calcFunc-usimplify): Ditto.
4788
4789 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4790 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4791 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4792 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4793 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4794 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4795 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4796 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4797 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4798 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4799 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4800 and move them before their first use. Use `when', `unless'.
4801 Remove trailing periods from error forms. Add description and
4802 headers suggested by Emacs Lisp coding conventions.
4803
4804 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4805
4806 * newcomment.el (comment-indent):
4807 Fix misindentation for comment-only lines.
4808 (comment-indent-new-line): Only obey comment-multi-line if the
4809 comment-ender is not the end-of-line.
4810
4811 2001-11-19 Richard M. Stallman <rms@gnu.org>
4812
4813 * net/net-utils.el (network-connection-service-abbrev-alist):
4814 New variable.
4815
4816 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4817 Advance to start of 3rd sexp by moving fwd and backing over it.
4818 At first three elements, act like defun.
4819
4820 * delsel.el (delete-selection-pre-hook): Handle and resignal
4821 file-supersession errors to interact properly with userlock.el.
4822
4823 2001-11-18 Richard M. Stallman <rms@gnu.org>
4824
4825 * progmodes/fortran.el (fortran-mode-syntax-table):
4826 Specify punctuation syntax for backslash.
4827
4828 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4829 All calls deleted.
4830
4831 * international/mule-util.el (string-to-sequence): Make it obsolete.
4832 (string-to-list, string-to-vector): Implement them directly
4833 using append and vconcat, not with string-to-sequence.
4834
4835 * startup.el (command-line): Set abbrevs-changed to nil after
4836 reading the init file and the abbrevs file.
4837
4838 * isearch.el (isearch): Use magenta2 as bg for (background light)
4839
4840 2001-11-17 Richard M. Stallman <rms@gnu.org>
4841
4842 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4843
4844 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4845
4846 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4849 If set and if applicable, add a regexp to highlight defun-like
4850 text inside comments and strings.
4851 (font-lock-fontify-keywords-region): Pass that new arg.
4852 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4853 to the end and pass that new arg.
4854 (c-font-lock-keywords-2): Fix regex for labels.
4855 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4856 Make it work when LIMIT is several lines further.
4857 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4858 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4859 Use backquote and make the regexes for `int a, b, c;' work on
4860 multiple lines.
4861
4862 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4863 (font-lock-defaults-alist): Don't change it any more.
4864 (reb-subexp-mode-map): Cleanup.
4865
4866 * custom.el (custom-current-group-alist): New var.
4867 (custom-declare-group): Set it.
4868 (custom-current-group): New fun.
4869 (custom-declare-variable, custom-handle-all-keywords):
4870 Use it as a default if no :group argument is specified.
4871
4872 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4873 (standard-keyboard-coding-systems): New var.
4874 (set-locale-environment): Use it to decide whether or not to call
4875 set-keyboard-coding-system.
4876 (locale-language-names): Use \"French\" for "fr".
4877
4878 2001-11-17 Richard M. Stallman <rms@gnu.org>
4879
4880 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4881 (add-to-list): Delete compatibility code.
4882 (checkdoc-next-message-error): Doc fix.
4883
4884 2001-11-17 Stephen Eglen <stephen@gnu.org>
4885
4886 * locate.el (locate): Show default locate pattern within the
4887 prompt, but don't insert it into the minibuffer contents.
4888 Catch the case when pattern is the empty string.
4889
4890 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4891
4892 * language/european.el ("French"): New language environment.
4893
4894 2001-11-16 Richard M. Stallman <rms@gnu.org>
4895
4896 * calendar/todo-mode.el (todo-save): Fix previous change.
4897
4898 * subr.el (functionp): Do use cdr-safe on object.
4899
4900 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4901
4902 * bindings.el (mode-line-mode-name): Only put the help-echo property
4903 if the local-map property was put as well.
4904 (global-map): Bind switch-frame, delete-frame, iconify-frame
4905 and make-frame-visible events.
4906
4907 * emacs-lisp/elp.el (elp-not-profilable): New var.
4908 (elp-not-profilable-p): New function.
4909 (elp-instrument-function): Use it. Use backquotes and push.
4910
4911 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4912 (byte-stack+-info, byte-compile-last-warned-form)
4913 (byte-compile-last-logged-file): Don't defconst a variable.
4914 (no-byte-compile): Declare.
4915 (byte-compile-file): Don't boundp-check no-byte-compile any more.
4916 (byte-compile-defvar): Leave defconst as is.
4917
4918 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4919 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4920 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4921 (edebug-best-error): Don't defconst a variable.
4922 (edebug-read-syntax-table): Use a char-table.
4923 (edebug-lemacs-specific): Remove.
4924 Toplevel: Eliminate check for Lucid Emacs.
4925
4926 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4927
4928 * rect.el (move-to-column-force): Mark obsolete.
4929 (operate-on-rectangle, delete-extract-rectangle-line)
4930 (insert-rectangle, delete-whitespace-rectangle-line)
4931 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4932 (string-rectangle-history): New var.
4933 (string-rectangle, string-insert-rectangle): Use it.
4934 (delete-rectangle-line): Fix pos/column mixup and simplify.
4935
4936 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4937 (normal-top-level, command-line, command-line-1): Simplify.
4938
4939 * tar-mode.el (tar-mode): Use define-derived-mode.
4940
4941 * view.el (view-mode-enable): Don't use make-local-hook.
4942
4943 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4944
4945 2001-11-16 Richard M. Stallman <rms@gnu.org>
4946
4947 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4948 if it doesn't make sense as anything else.
4949 Don't recognize a "telephone number" at the beginning of the name.
4950 (mail-extr-leading-garbage): Match non-word characters only.
4951
4952 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4953
4954 * startup.el (command-line-processed): Doc fix.
4955
4956 * apropos.el (apropos-next-label-button): Doc fix.
4957
4958 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4959
4960 * comint.el (comint-mode): Simplify.
4961 (make-comint-in-buffer): Run `comint-mode' only if necessary.
4962
4963 * subr.el (eval-after-load): Make it work with features as well.
4964
4965 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4966
4967 * international/mule-cmds.el (describe-input-method): Setup xref.
4968 (set-language-environment): Use functionp.
4969 (locale-language-names, locale-charset-language-names)
4970 (locale-preferred-coding-systems): Defconst and purecopy.
4971
4972 * language/european.el (mac-roman): Add mime-charset property.
4973
4974 2001-11-15 Richard M. Stallman <rms@gnu.org>
4975
4976 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4977 (multiple-value-apply, nth-value): Use defsubst rather than defalias
4978 to get better doc strings.
4979
4980 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4981
4982 * derived.el: Fix autoload cookie.
4983
4984 2001-11-15 Richard M. Stallman <rms@gnu.org>
4985
4986 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4987
4988 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4991
4992 2001-11-15 Richard M. Stallman <rms@gnu.org>
4993
4994 * dired.el (dired-undo): Display a message to explain
4995 that this does not undo file system changes.
4996
4997 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4998
4999 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
5000 into `unread-command-events' instead of trying keymap
5001 lookups ourselves. This makes mouse-clicks do the right
5002 thing even when keymaps of overlays are involved.
5003 (mouse-drag-drag): Likewise.
5004
5005 2001-11-15 Andreas Schwab <schwab@suse.de>
5006
5007 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
5008 characters and append anchor to pattern added to auto-mode-alist.
5009
5010 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
5011
5012 * server.el (server-process-filter): Run pore/post-comment-hook
5013 before/after visiting the file.
5014
5015 * info-look.el (makefile-mode): Add info for automake.
5016 (autoconf-mode): Fix the name of the index for automake.
5017
5018 * international/latin-9.el: Give pilcrow punctuation syntax.
5019
5020 2001-11-15 Andre Spiegel <spiegel@gnu.org>
5021
5022 * vc.el: Documentation fixes.
5023
5024 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
5025
5026 * smerge-mode.el (smerge-match-conflict): Fix typo.
5027 (smerge-diff): Be careful to read match-data early enough.
5028
5029 2001-11-14 Colin Walters <walters@verbum.org>
5030
5031 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
5032 (calcFunc-subst): Use `defalias' instead of `fset' and
5033 `symbol-function'.
5034
5035 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
5036 (calcFunc-ceil, calcFunc-round): Ditto.
5037
5038 * calc/calc-bin.el (calcFunc-clip): Ditto.
5039
5040 * calc/calc-ext.el (calcFunc-evalv): Ditto.
5041
5042 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
5043
5044 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
5045 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
5046
5047 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
5048
5049 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5050 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5051 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5052 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5053 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5054 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5055 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5056 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5057 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5058 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5059 * calcsel2.el: Style cleanup; don't put closing parens on their
5060 own line, add "foo.el ends here" to each file, and update
5061 copyright date.
5062
5063 * README: Update maintainer.
5064
5065 2001-11-13 Richard M. Stallman <rms@gnu.org>
5066
5067 * progmodes/compile.el (recompile): Use compilation-arguments if
5068 set, so as to be able to M-x recompile the exact command which
5069 created a compilation-mode buffer.
5070
5071 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
5072
5073 2001-11-13 Gerd Moellmann <gerd@gnu.org>
5074
5075 * mouse.el (mouse-drag-region): Don't run the up-event
5076 handler if window start changed due to the down-mouse event.
5077
5078 2001-11-13 Richard M. Stallman <rms@gnu.org>
5079
5080 * mouse.el (mouse-show-mark): Either move point to the mark
5081 or use highlighting, never both.
5082 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
5083
5084 2001-11-13 Simon Josefsson <jas@extundo.com>
5085
5086 * mail/smtpmail.el (top-level): Change maintainer to Simon
5087 Josefsson, cleanup the smtpmail.el header.
5088
5089 * mail/smtpmail.el (top-level): Don't require cl or base64.
5090 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5091 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
5092 Defsubst instead of defmacro.
5093 (smtpmail-intersection): Return value in reverse order.
5094 (smtpmail-open-stream): Use stringp instead of string-to-list.
5095 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
5096 separated from smtpmail-via-smtp.
5097
5098 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
5099 rfc2104. Require base64 and cl.
5100 (smtpmail-smtp-service): Doc fix. :type fix.
5101 (smtpmail-debug-info): Doc fix.
5102 (smtpmail-debug-verb, smtpmail-auth-credentials)
5103 (smtpmail-starttls-credentials, smtpmail-auth-supported):
5104 New variables.
5105 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
5106 mail-utils (it is autoloaded).
5107 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5108 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
5109 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
5110 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
5111 (smtpmail-via-smtp): Support AUTH.
5112 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
5113
5114 2001-11-13 Richard M. Stallman <rms@gnu.org>
5115
5116 * ebuff-menu.el (electric-buffer-update-highlight): New function.
5117 (electric-buffer-overlay): New variable.
5118 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
5119 (electric-buffer-list): Likewise.
5120
5121 * isearch.el (isearch-whitespace-chars): Doc fix.
5122 (isearch-mode): Handle negative search-slow-window-lines correctly.
5123
5124 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
5127
5128 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
5129 From Emmanuel Briot <briot@act-europe.fr>.
5130
5131 2001-11-13 Colin Walters <walters@debian.org>
5132
5133 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
5134
5135 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
5136 "~/.emacs"; use `read-file-name'.
5137
5138 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5139 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
5140 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
5141 * calc/calc.el: Use `frame-width' instead of `screen-width',
5142 `frame-height' instead of `screen-height', and,
5143 `executing-kbd-macro' instead of `executing-macro'.
5144
5145 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
5146 correct number of arguments.
5147
5148 * calc/calc-aent.el (calc-do-alg-entry):
5149 Use `blink-paren-function' instead of `blink-paren-hook'.
5150
5151 2001-11-12 Richard M. Stallman <rms@gnu.org>
5152
5153 * calendar/todo-mode.el (todo-save): Add save-excursion
5154 and save-restriction.
5155
5156 * server.el (server-edit, server-done): Doc fix.
5157
5158 * simple.el (clone-indirect-buffer): Error if major mode symbol
5159 has a no-clone-indirect property.
5160 (clone-buffer): Check for obvious errors before reading clone name.
5161
5162 * info.el (Info-mode): Add a no-clone-indirect property.
5163
5164 2001-11-12 Sam Steingold <sds@gnu.org>
5165
5166 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
5167 set-buffer-modified-p to nil after `vc-exec-after'.
5168 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
5169 (log-view-mode): Make read-only.
5170 (log-view-current-file): Do final `expand-file-name' in the
5171 current `default-directory'.
5172 (log-view-current-tag): Take an optional `where' arg.
5173 (log-view-diff): New user command.
5174
5175 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5176
5177 * progmodes/cpp.el (cpp-choose-face): Fix typo.
5178
5179 2001-11-12 Sam Steingold <sds@gnu.org>
5180
5181 * emacs-lisp/cl-indent.el (toplevel): Indent properly
5182 `generic-flet', `generic-labels', `with-accessors',
5183 `with-condition-restarts'.
5184
5185 2001-11-12 Richard M. Stallman <rms@gnu.org>
5186
5187 * dired.el: Many trivial doc fixes.
5188 (dired-get-file-for-visit): New function.
5189 (dired-find-alternate-file, dired-mouse-find-file-other-window):
5190 (dired-view-file, dired-find-file-other-window, dired-display-file):
5191 (dired-find-file): Use dired-get-file-for-visit.
5192
5193 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
5194
5195 * sql.el (sql-mode): Doc change.
5196
5197 * sql.el (sql-mode-syntax-table): The backslash is no longer an
5198 escape character.
5199
5200 2001-11-12 Colin Walters <walters@debian.org>
5201
5202 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
5203 (calc-do-keypad): Don't attempt to use nonexistent global
5204 mouse-map, use calc-keypad-map.
5205 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
5206 (calc-keypad-left-click): Don't use mouse-map; update to new event
5207 interface.
5208 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
5209 (calc-keypad-press): Use `unread-command-events' instead of
5210 `unread-command-char'.
5211
5212 * calc/calc-ext.el (calc-init-extensions): Update autoload names
5213 to match files renamed on initial calc import.
5214
5215 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5216
5217 * textmodes/flyspell.el (flyspell-default-dictionary):
5218 Fix previous change.
5219
5220 2001-11-12 Richard M. Stallman <rms@gnu.org>
5221
5222 * textmodes/flyspell.el (flyspell-default-dictionary):
5223 Fix custom type.
5224
5225 2001-11-11 Richard M. Stallman <rms@gnu.org>
5226
5227 * calendar/solar.el (solar-sunrise-and-sunset):
5228 Exchange the two extreme values of day-length.
5229
5230 * progmodes/sh-script.el (sh-must-be-shell-mode):
5231 Allow modes derived from sh-mode.
5232
5233 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5234 Turn off error in some re-search-forward calls.
5235
5236 * replace.el (query-replace-skip-read-only): New variable.
5237 (perform-replace): If that variable is non-nil, ignore matches
5238 that have a read-only property.
5239
5240 * derived.el (define-derived-mode): Doc fix.
5241
5242 * server.el (server-buffer-done): Test of server-existing-buffer
5243 was backwards.
5244 (server-existing-buffer): Doc fix.
5245
5246 * textmodes/flyspell.el (flyspell-default-dictionary):
5247 Allow nil as value, and make nil the default.
5248
5249 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
5250
5251 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
5252 it is not fboundp.
5253 (clipboard-yank): Ditto.
5254
5255 2001-11-11 Colin Walters <walters@verbum.org>
5256
5257 The following changes are based on patches from
5258 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
5259 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
5260
5261 * calc/calc.el (toplevel): Require calc-macs.
5262 (calc-minibuffer-size): New.
5263 (calcDigit-nondigit): Use it instead of `buffer-size'.
5264 (calcDigit-backspace): Likewise.
5265 (calcDigit-nondigit): Use `minibuffer-contents' instead of
5266 `buffer-string'.
5267 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
5268 `point-min'.
5269 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
5270 `save-excursion'.
5271
5272 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
5273 simple `setq' form.
5274
5275 * calc/calc-ext.el: (toplevel): Require calc.
5276 (calc-fancy-prefix-map): New.
5277 (calc-fancy-prefix): Use it.
5278 (calc-fancy-prefix-other-key): New.
5279
5280 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
5281 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
5282 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5283 (calcAlg-enter): Likewise.
5284 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5285
5286 2001-11-10 Richard M. Stallman <rms@gnu.org>
5287
5288 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5289 (quietly-read-abbrev-file): Doc fix.
5290
5291 * startup.el (command-line): Read standard abbrev
5292 file (abbrev-file-name), if it exists.
5293
5294 * files.el (save-abbrevs): Default value is t.
5295
5296 * progmodes/compile.el (compile-goto-error): Fix previous change
5297 in the case where subsequent errors have not been parsed yet
5298 because they are in a different source file.
5299
5300 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5301
5302 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5303 Merge two regular expressions into one.
5304 (ps-mode): Make local bindings for `comment-start' and
5305 `comment-start-skip'.
5306 (ps-mode-looking-at-nested): Simplify an if-else construct;
5307 use `set-match-data' to set the result.
5308
5309 2001-11-10 Richard M. Stallman <rms@gnu.org>
5310
5311 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5312 Function deleted.
5313 (flyspell-correct-word): Old definition deleted.
5314 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5315 All references renamed too.
5316
5317 2001-11-10 Gerd Moellmann <gerd@gnu.org>
5318
5319 * Makefile.in (finder_setwins, setwins): Exclude Calc.
5320
5321 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
5322
5323 * wid-edit.el (checklist): Removed `:menu-tag'.
5324 (radio-button-choice): Ditto.
5325 (editable-list): Ditto.
5326
5327 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5328
5329 * play/gomoku.el: Move definitions of constants to the beginning
5330 of file, before their use.
5331
5332 2001-11-09 Richard M. Stallman <rms@gnu.org>
5333
5334 * textmodes/flyspell.el: Use the keymap property
5335 instead of local-map, and don't use a minor-mode map.
5336 (flyspell-mode-map): Variable deleted.
5337 Don't mess with minor-mode-map-alist.
5338 (calling add-minor-mode): Specify nil for keymap.
5339 And always use add-minor-mode, now that it exists.
5340 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5341 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5342 or flyspell-local-mouse-map.
5343 (make-flyspell-overlay): Use flyspell-mouse-map directly.
5344 (flyspell-mode): Doc fix.
5345 (flyspell-mode-on): Don't call make-local-hook.
5346
5347 2001-11-09 Sam Steingold <sds@gnu.org>
5348
5349 * emacs-lisp/debug.el (debugger-make-xrefs):
5350 Add buttons to all symbols.
5351
5352 2001-11-09 Andre Spiegel <spiegel@gnu.org>
5353
5354 * vc.el: Add John David Smith to credits.
5355
5356 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
5357
5358 * vc-hooks.el (vc-error-occured): Backquotified.
5359 (vc-file-prop-obarray): Use prime length for better efficiency.
5360
5361 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5362
5363 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
5364
5365 * info.el (Info-file-list-for-emacs): Add entries for Calc.
5366
5367 2001-11-09 Miles Bader <miles@gnu.org>
5368
5369 * subr.el (functionp): Don't consider macros as functions.
5370
5371 2001-11-08 Miles Bader <miles@gnu.org>
5372
5373 * subr.el (functionp): Make work correctly for macros and unbound
5374 symbols.
5375
5376 * comint.el (comint-send-input): Fix description of
5377 `comint-process-echoes' in the doc-string.
5378
5379 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
5380
5381 * international/mule.el (make-translation-table): Doc fix.
5382 Suggested by Alex Schroeder <alex@gnu.org>.
5383
5384 2001-11-07 Richard M. Stallman <rms@gnu.org>
5385
5386 * info.el (Info-fontify-node): Highlight every third menu item.
5387
5388 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
5389
5390 * cus-edit.el (custom-face-value-create): Don't ignore the
5391 `customized-face' attribute when finding the current face spec.
5392
5393 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
5394
5395 * subr.el (with-local-quit): New macro.
5396 (make-syntax-table): Always inherit.
5397 (functionp): Be more careful when `object' is a symbol.
5398
5399 * dabbrev.el (dabbrev-completion): Use "*Completions*".
5400
5401 2001-11-07 Paul Eggert <eggert@twinsun.com>
5402
5403 * dired.el (dired-move-to-filename-regexp):
5404 Do not distinguish between ASCII letters and non-ASCII characters.
5405 Don't allow comma except in the form "month day, year".
5406 Don't allow space between month name and comma.
5407 Clean up the code that checks for trailing period, comma, and space.
5408 Remove now-obsolete comments, and add more commentary about
5409 Japanese dates.
5410 Always gobble up trailing spaces, instead of doing it only sometimes.
5411
5412 2001-11-07 Miles Bader <miles@gnu.org>
5413
5414 * paren.el (show-paren-match-face): Add dark-background variant.
5415
5416 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5419 (lisp-mode-variables): Don't set paragraph-{start,separate}.
5420 Don't disable adaptive-fill-mode.
5421 (lisp-fill-paragraph): Use tab-width rather than 8.
5422 Prevent filling the first line of docstrings.
5423
5424 2001-11-06 Richard M. Stallman <rms@gnu.org>
5425
5426 * play/gomoku.el (gomoku): Doc fix.
5427
5428 * jka-compr.el (jka-compr-partial-uncompress):
5429 Support an alternative of not using dd.
5430 (jka-compr-dd-program): Use defcustom to define this.
5431 (jka-compr-load-suffixes): Use defcustom.
5432 (jka-compr-mode-alist-additions): Use defcustom.
5433
5434 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5435
5436 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5437 Also work when LIMIT is further than the end of line.
5438
5439 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
5440
5441 * international/quail.el (quail-update-leim-list-file): Print the
5442 offending file name if some of its quail-define-package forms is broken.
5443
5444 2001-11-05 Richard M. Stallman <rms@gnu.org>
5445
5446 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5447 of the evaluated form.
5448
5449 2001-11-05 Paul Eggert <eggert@twinsun.com>
5450
5451 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5452 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5453 stamps always line up by default. Also, it uses a slightly
5454 different window to determine whether files are "recent".
5455
5456 2001-11-05 Andrew Innes <andrewi@gnu.org>
5457
5458 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5459 Don't attempt to remake autoloads before nuking .elc files.
5460
5461 2001-11-04 Richard M. Stallman <rms@gnu.org>
5462
5463 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5464 previous-single-property-change or next-single-char-property-change
5465 returns nil.
5466
5467 * international/mule-cmds.el (set-locale-environment):
5468 Make it interactive; make arg optional.
5469
5470 * international/mule-diag.el (help-funs): Require help-funs.
5471
5472 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
5473
5474 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5475
5476 2001-11-04 Miles Bader <miles@gnu.org>
5477
5478 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5479 shadow of the splash image grey on a dark background instead of black.
5480
5481 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * term.el (all faces): Don't (copy-face 'default <foo>).
5484
5485 * term/xterm.el (function-key-map):
5486 Add entry for `ESC [ 3 ~' -> <delete>
5487 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5488 Use inheritance so that .emacs and terminfo take precedence.
5489
5490 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5491
5492 * tooltip.el (tooltip-delay): Decrease to 0.7.
5493 (tooltip-hide-delay): Enlarge to 10.
5494
5495 2001-11-03 Richard M. Stallman <rms@gnu.org>
5496
5497 * startup.el (fancy-splash-tail): Explain how to recover
5498 from a crash, if there was a crash.
5499 (command-line-1): Reorganize display of startup screen,
5500 to simplify the logic. Use a temp buffer for it.
5501
5502 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5503
5504 * frame.el (set-background-color, set-foreground-color):
5505 Call face-set-after-frame-default, to propagate the new colors to
5506 the frame's parameters alist.
5507
5508 * calendar/timeclock.el (timeclock-out): Signal an error if
5509 timeclock-last-event is nil.
5510
5511 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
5512
5513 * textmodes/fill.el (fill-context-prefix): Fix braino.
5514
5515 * international/quail.el (quail-help):
5516 Use `help-buffer' and move `help-setup-xref' to beginning.
5517
5518 * international/mule-cmds.el (describe-language-environment):
5519 Use `help-buffer' and move `help-setup-xref' to beginning.
5520
5521 * international/mule-diag.el (list-character-sets)
5522 (sort-listed-character-sets, describe-character-set)
5523 (describe-coding-system, describe-fontset, list-fontsets):
5524 Use `help-buffer' and move `help-setup-xref' to beginning.
5525 (describe-char-after): Use `internal-describe-syntax-value'.
5526
5527 2001-11-02 Richard M. Stallman <rms@gnu.org>
5528
5529 * mouse.el (popup-menu): If the user refuses to select
5530 from a menu, don't try to invoke the menu.
5531
5532 2001-11-02 Miles Bader <miles@gnu.org>
5533
5534 * help-mode.el (help-xref): New button type.
5535 (help-function, help-variable, help-face, help-coding-system)
5536 (help-input-method, help-character-set, help-type, help-symbol)
5537 (help-back, help-info, help-customize-variable, help-customize-face)
5538 (help-function-def, help-variable-def): Use it as a supertype.
5539 Remove `action' property.
5540
5541 * international/mule-diag.el (describe-character-set)
5542 (describe-coding-system): Pass correct args to `help-xref-button'.
5543 (sort-listed-character-sets): New button type.
5544 (list-character-sets): Use it.
5545 (list-charset-chars): New button type.
5546 (list-character-sets-1): Use it.
5547
5548 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
5549
5550 * indent.el (tab-always-indent, indent-for-tab-command):
5551 Remove redundant `never' setting.
5552
5553 * fill.el (fill-region-as-paragraph): Don't forget to skip
5554 over current whitespace before looking for a preceding space.
5555
5556 2001-11-01 Richard M. Stallman <rms@gnu.org>
5557
5558 * files.el (file-newest-backup): Don't pass backup file name
5559 thru file-name-sans-versions, because it never has version numbers.
5560
5561 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5562 to avoid ambiguous nested loops.
5563
5564 * files.el (find-file-noselect): Offer to change buffer-read-only
5565 only when the file's read-only status has changed from before
5566 as well as disagreeing with the buffer's current status.
5567 (buffer-file-read-only): New var, local in all buffers.
5568
5569 * buff-menu.el (buffer-menu): Doc fix.
5570 (buffer-menu-other-window): Doc fix.
5571 (list-buffers, list-buffers-noselect): Doc fix.
5572
5573 2001-11-01 Gerd Moellmann <gerd@gnu.org>
5574
5575 * startup.el (command-line): If the terminal Emacs is running on
5576 has erase char set to ^H, use the Backspace key for deleting
5577 backward, and the Delete key for deleting forward.
5578
5579 2001-11-01 Miles Bader <miles@gnu.org>
5580
5581 * button.el (define-button-type): Make sure every user-defined
5582 button type has a supertype.
5583
5584 2001-10-31 Jason Rumney <jasonr@gnu.org>
5585
5586 * international/mule-cmds.el (locale-language-names): Add chs and
5587 cht as aliases for Chinese-GB and Chinese-BIG5.
5588
5589 2001-10-31 Richard M. Stallman <rms@gnu.org>
5590
5591 * bindings.el (mode-line-frame-identification): Add doc string.
5592 (mode-line-position, mode-line-modes): New variables.
5593 (mode-line-format): Use mode-line-position for the part
5594 that displays the position-in-buffer info.
5595 Use mode-line-modes for the part that displays major and minor modes.
5596
5597 2001-10-31 Sam Steingold <sds@gnu.org>
5598
5599 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5600 (debugger-setup-buffer): Call it.
5601 (debugger-mode-map): Bind RET and mouse-2.
5602
5603 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5604
5605 * startup.el: Document command line option --no-window-system
5606 instead of --no-windows.
5607
5608 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5609
5610 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5611
5612 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5613 (font-lock-defaults-alist): Use it.
5614 From David Ponce <david.ponce@wanadoo.fr>
5615
5616 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5617 output of `char-after'.
5618
5619 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5620
5621 * simple.el (reindent-then-newline-and-indent): Insert the newline
5622 before indenting the first line.
5623 (undo-get-state, undo-revert-to-state): New funs.
5624 (shell-command): Don't kill the buffer even if empty.
5625 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5626 (transpose-subr-end2): Remove.
5627 (transpose-subr): Add `special' arg and simplify.
5628 (transpose-subr-1): Rewrite.
5629 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5630 (rfc822-goto-eoh): Simplify.
5631
5632 2001-10-30 Richard M. Stallman <rms@gnu.org>
5633
5634 * enriched.el (enriched-face-ans): Fix previous change.
5635
5636 2001-10-30 Gerd Moellmann <gerd@gnu.org>
5637
5638 * international/iso-acc.el (iso-accents-compose): Remove a
5639 superfluous setq.
5640
5641 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
5642
5643 * buff-menu.el (list-buffers-noselect): If the buffer's name
5644 starts with a blank, but it visits a file, do show it (for files
5645 whose names start with a blank).
5646
5647 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5648
5649 * textmodes/fill.el (sentence-end-double-space)
5650 (sentence-end-without-period): Move to paragraphs.el.
5651 (fill-indent-according-to-mode): Change default to t.
5652 (fill-context-prefix): Simplify control-flow and use a more
5653 sophisticated merge that unifies both previous checks.
5654 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5655 (fill-nobreak-predicate): Make it into a defcustom'd hook.
5656 (fill-nobreak-p): New fun.
5657 (fill-region-as-paragraph): Use it.
5658 Handle `fill-indent-according-to-mode' slightly differently.
5659 (fill-individual-paragraphs-prefix): Simplify the control-flow.
5660 (fill-individual-paragraphs-citation): Fix.
5661
5662 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5663 (paragraph-start): Change default to the `text-mode' value.
5664 (sentence-end-double-space, sentence-end-without-period):
5665 Move from fill.el.
5666 (forward-paragraph): Use `parstart' and `parsep' for temp variables
5667 rather than rebinding `paragraph-start' and `paragraph-separate'.
5668
5669 * indent.el (indent-line-function): Change default to indent-relative.
5670 (tab-always-indent): Add an `never' setting.
5671 (indent-according-to-mode): Handle `indent-relative' and
5672 `indent-relative-maybe' specially.
5673 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5674 Handle the `never' case for `tab-always-indent'.
5675 Don't call indent-according-to-mode for indent-relative' and
5676 `indent-relative-maybe'.
5677 (insert-tab): Rename `prefix-arg' to `arg'.
5678 (indent-region): Indent the first line as well.
5679 (indent-relative): Don't mark the buffer modified if the indentation
5680 is unchanged.
5681
5682 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5683 Don't set paragraph-separate. Set paragraph-start more carefully.
5684 Set indent-line-function.
5685 (paragraph-indent-text-mode): Use it and define-derived-mode.
5686 (text-mode-map): Remove the \t binding.
5687 (text-mode): Simplify now that the default is more favorable.
5688
5689 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
5690
5691 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5692 If the regexp doesn't match, use a looser one.
5693 (find-variable-noselect): Add `file' argument.
5694
5695 * pcvs.el (cvs-mode-commit-hook): New hook.
5696 (cvs-mode-commit): Run it.
5697
5698 * log-edit.el (log-edit): Run hook after `log-edit-files'.
5699
5700 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5701 (edebug-instrument-function): Use `find-function-noselect'.
5702
5703 2001-10-29 Richard M. Stallman <rms@gnu.org>
5704
5705 * term.el (term-if-emacs19): Macro deleted.
5706 Callers changed to use progn instead.
5707
5708 * frame.el (blink-cursor-mode): Doc fix.
5709
5710 * files.el (find-backup-file-name): Use make-backup-file-name.
5711
5712 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5713 window-live-p.
5714 (edebug-set-conditional-breakpoint): Unconditionally use
5715 the former Emacs >=19 definition.
5716 (edebug-mark): Define unconditionally.
5717 (edebug-eval-expression): Always call read-from-minibuffer
5718 and specify history list.
5719 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5720 edebug-set-conditional-breakpoint.
5721 (edebug-emacs-version-specific): Function deleted;
5722 do the job at top level.
5723 (edebug-emacs-19-specific): Function deleted, this is the default.
5724
5725 2001-10-29 Sam Steingold <sds@gnu.org>
5726
5727 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5728 "/cygdrive/LETTER/" pathnames.
5729
5730 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
5731
5732 * faces.el (invert-face): Check for 'unspecified, not for nil,
5733 when testing whether face colors are not specified.
5734 From David.Kastrup@t-online.de (David Kastrup).
5735 (read-face-name): Doc fix.
5736 (make-face-bold, make-face-unbold, make-face-italic)
5737 (make-face-unitalic, make-face-bold-italic, invert-face):
5738 Remove trailing blank from the prompt passed to read-face-name.
5739
5740 2001-10-29 Sam Steingold <sds@gnu.org>
5741
5742 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5743 Report numbers of files skipped and failed too.
5744 (byte-compile-file): Return 'no-byte-compile for skipped files.
5745
5746 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5747
5748 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5749 and `M p'.
5750
5751 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5752
5753 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5754 as is on unread-command-events instead of `(SECOND-CHAR)'.
5755
5756 2001-10-29 Andre Spiegel <spiegel@gnu.org>
5757
5758 * vc.el: Mention vc-*-switches in backend API documentation.
5759 (vc-annotate): Adapt doc string to recent change.
5760
5761 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5762
5763 * enriched.el (enriched-face-ans): Handle face attributes
5764 of the form `(FACE1 FACE2 ...)'.
5765
5766 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5767
5768 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
5769
5770 * progmodes/sql.el (sql-mysql): Doc change by RMS.
5771
5772 * progmodes/sql.el (sql-db2): Doc change.
5773 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5774 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5775
5776 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5777
5778 * env.el (substitute-env-vars): Don't quote argument to `rx';
5779 it's a macro.
5780
5781 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
5782
5783 * cus-start.el (recursive-load-depth-limit): Added.
5784
5785 2001-10-28 Richard M. Stallman <rms@gnu.org>
5786
5787 * textmodes/ispell.el (version18p, version20p): Vars deleted.
5788 All uses removed--assume Emacs version is >= 20.
5789
5790 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5791 by really checking that it is not version 18.
5792
5793 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5794
5795 2001-10-28 Miles Bader <miles@gnu.org>
5796
5797 * faces.el (face-attribute): Add INHERIT argument, consider face
5798 inheritance if it's non-nil.
5799 (face-attribute-merged-with): New function.
5800 (face-attribute-specified-or): New macro.
5801 (face-foreground, face-background, face-stipple): Add INHERIT
5802 argument. Use `face-attribute-specified-or'.
5803
5804 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * font-lock.el: Require `syntax'.
5807 (font-lock-defaults-alist): Don't define keywords for lisp languages.
5808 Use `c-font-lock-syntactic-face-function' for c languages.
5809 (font-lock-mode): Don't unset vars when turning the mode off.
5810 (font-lock-default-fontify-buffer): Don't unset vars at the end.
5811 (font-lock-extra-managed-props): New var.
5812 (font-lock-default-unfontify-region): Use it.
5813 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5814 Don't eval the value when there's no match.
5815 (font-lock-ppss-stats): New var.
5816 (font-lock-ppss): New fun.
5817 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5818 (font-lock-apply-highlight): Allow `highlight' to set several props.
5819 (font-lock-set-defaults): Use dolist.
5820 (font-lock-unset-defaults): Remove.
5821 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5822 Try to recognize prototypes using `foo P_ ((args))'.
5823 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5824 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5825 (c-font-lock-syntactic-face-function): New function.
5826 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5827 (c++-keywords): Use a more sophisticated regexp to handle
5828 shallowly nested templates.
5829
5830 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5831
5832 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5833 (sgml-tag): Use it. Cleanup with `cond'.
5834 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5835 Mark the overlays and only delete those that are marked.
5836 (sgml-skip-close-p): Remove.
5837 (sgml-value): Replace sgml-skip-close-p with its definition.
5838 (html-tag-alist): Use sgml-xml a bit more.
5839 (html-mode): Set sgml-empty-tags.
5840
5841 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5842 (texinfo-update-node, texinfo-sequential-node-update):
5843 Don't bind the obsolete `auto-fill-hook'.
5844 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5845 Use `set-buffer' rather than `switch-to-buffer'.
5846 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5847 Use `set-buffer' rather than `switch-to-buffer'.
5848
5849 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5850 text-mode-syntax-table.
5851 (mail-mode): Use define-derived-mode.
5852 Fix ordering of alternatives in adaptive-fill-regexp.
5853 (mail-mode-map): Don't rely on keymap's internal representation.
5854
5855 2001-10-27 Sam Steingold <sds@gnu.org>
5856
5857 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5858 (sgml-xml-guess): Extracted from `html-mode' and generalized.
5859 (sgml-mode-common): Call it.
5860 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5861 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5862 (html-horizontal-rule, html-image, html-ordered-list):
5863 (html-unordered-list, html-list-item, html-paragraph):
5864 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5865 `html-xhtml'.
5866
5867 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
5868
5869 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5870 (ifnothtml): New alias.
5871
5872 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5873
5874 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5875 (toggle-text-mode-auto-fill): Use derived-mode-p.
5876
5877 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
5878
5879 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5880 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5881
5882 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5883
5884 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5885 Add make-obsolete cookies, to follow faces.el.
5886
5887 These changes avoid warnings from the byte compiler in faces.el:
5888
5889 * faces.el (internal-get-face): Use facep instead of the obsolete
5890 internal-find-face.
5891 (internal-frob-font-weight, internal-frob-font-slant):
5892 New defaliases for obsolete functions.
5893 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5894 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5895 (x-make-font-bold-italic): Use internal-frob-font-weight and
5896 internal-frob-font-slant aliases instead of the obsolete
5897 x-frob-... functions.
5898
5899 2001-10-26 Sam Steingold <sds@gnu.org>
5900
5901 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5902 DOCTYPE; set `mode-name' based on it.
5903 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5904 (sgml-tag): Close empty tags in XHTML.
5905
5906 2001-10-26 Jason Rumney <jasonr@gnu.org>
5907
5908 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5909 when UNICODE is not defined.
5910
5911 2001-10-26 Sam Steingold <sds@gnu.org>
5912
5913 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5914 be alone on the line.
5915
5916 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * button.el (button): Special face definition for MS-DOS terminals.
5919
5920 2001-10-26 Sam Steingold <sds@gnu.org>
5921
5922 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5923 Protect the /= test by checking that the args are non-nil.
5924 (sh-font-lock-close-heredoc): Check eof for being non-nil.
5925
5926 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
5927
5928 * textmodes/artist.el (artist-version): 1.2.4.
5929 (artist-butlast-fn): New variable.
5930 (artist-butlast): New function.
5931 (artist-ellipse-mirror-quadrant): Use it.
5932 (artist-mouse-draw-poly): Use nil for `point-list'.
5933 (artist-mouse-draw-poly): Check for point-list being nil.
5934
5935 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
5936
5937 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5938 lambda expression.
5939 (ps-mode-menu-main): Submenu with options on/off was replaced with
5940 a toggle button.
5941 (ps-mode, ps-run-mode): Define with `define-derived-mode'
5942 (ps-mode): Autoload cookie added on same line as comment
5943 (ps-mode-tabkey, ps-mode-backward-delete-char):
5944 (ps-mode-r-balance): Replace `delete-horizontal-space' and
5945 `indent-to' with `indent-line-to'
5946 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5947 instead of `eval'.
5948 (ps-mode-print-region): Use `with-temp-buffer'.
5949 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
5950 (numerous places): Add back-tick and tick around names in
5951 docstrings, fix punctuation in docstrings, remove trailing spaces.
5952
5953 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5954
5955 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5956 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
5957 (sgml-font-lock-syntactic-keywords): New var.
5958 (sgml-mode-common): Drop the two args.
5959 Don't make buffer-local variables that aren't used.
5960 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5961 Don't set `before-string' props from sgml-display-text.
5962 (sgml-mode): Use define-derived-mode.
5963 (sgml-tags-invisible): Use sgml-display-text.
5964 (sgml-quote): New command.
5965 (html-tag-alist): Add args for `span'.
5966 (html-mode): Use define-derived-mode.
5967 Set sgml-display-text and sgml-tag-face-alist.
5968
5969 2001-10-25 Sam Steingold <sds@gnu.org>
5970
5971 * add-log.el (add-log-always-start-new-record): New user option.
5972 (add-change-log-entry): Use it.
5973
5974 2001-10-25 Richard M. Stallman <rms@gnu.org>
5975
5976 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5977 bind case-fold-search if FROM is not all lower case.
5978
5979 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5980
5981 * startup.el (normal-top-level): Check for frame-initial-frame
5982 only if it's really used.
5983
5984 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5985
5986 * progmodes/compile.el (compilation-parse-errors-filename-function):
5987 New variable.
5988 (compilation-parse-errors): Use it.
5989
5990 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5993 interactively so that C-u M-C-x still does edebug.
5994 (checkdoc-sentencespace-region-engine): Don't force a double-space
5995 after `.' if it doesn't look like an end-of-sentence.
5996 (debug-ignored-errors): Add `disambiguate ...'.
5997
5998 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5999
6000 * textmodes/texinfo.el (texinfo-environments)
6001 (texinfo-environment-regexp): Hoist.
6002 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
6003 Only highlight the menu name in menu items.
6004 Setup `@foo ... @end foo' as text clones.
6005 (texinfo-clone-environment): New function.
6006 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
6007 (texinfo-insert-block): Simplify.
6008 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
6009 the command is repeated.
6010 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
6011 (texinfo-insert-@end): Simplify.
6012
6013 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
6014 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
6015 (texinfo-subsubsection-level-regexp)
6016 (texinfo-update-menu-same-level-regexps)
6017 (texinfo-update-menu-higher-regexps)
6018 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
6019
6020 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
6021 (derived-mode-p): Autoload.
6022
6023 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
6024 New vars and functions.
6025 (text-clone-maintain, text-clone-create): New functions.
6026
6027 2001-10-25 Miles Bader <miles@gnu.org>
6028
6029 * facemenu.el (facemenu-add-new-face): Fix variable names.
6030
6031 2001-10-24 Richard M. Stallman <rms@gnu.org>
6032
6033 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
6034 of t and nil values.
6035 (facemenu-set-face): Handle START and END interactively.
6036 (facemenu-set-foreground): Don't use a face; specify color directly.
6037 (facemenu-set-background): Likewise.
6038 (facemenu-set-face-from-menu): Doc fix.
6039 (facemenu-active-faces): Use face-attribute-vector
6040 to handle bare attributes not in faces.
6041 (facemenu-get-face): Don't handle face names fg:... and bg:...
6042 specially.
6043 (facemenu-add-new-face): New argument MENU.
6044 New way to handle adding colors to the color menus.
6045
6046 * env.el (substitute-env-vars): Quote the arg to rx.
6047
6048 2001-10-24 Sam Steingold <sds@gnu.org>
6049
6050 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
6051 Control" and "SGML" groups.
6052
6053 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6054
6055 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6056 Better handling of C++ template args to avoid confusion with `<'
6057 and `>' used as operators in member init expressions.
6058
6059 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6060
6061 * replace.el (perform-replace): Move START and END parameters
6062 to the end of the argument list and make them optional.
6063
6064 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
6065 perform-replace.
6066
6067 * international/fontset.el (x-must-resolve-font-name): New function.
6068 (x-complement-fontset-spec): Use it.
6069
6070 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
6071
6072 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
6073
6074 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
6075 Turn caadr into caar of cdr.
6076
6077 2001-10-23 Gerd Moellmann <gerd@gnu.org>
6078
6079 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
6080 of mouse-{1,2} since dragging is on the down event.
6081
6082 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
6083
6084 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
6085 if ARG is nil.
6086
6087 * desktop.el (desktop-last-buffer): New variable.
6088 (desktop-create-buffer): Set it.
6089 (desktop-read): Bind it and switch to that buffer.
6090
6091 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6092
6093 * progmodes/compile.el (compilation-set-window-height):
6094 Select old window only if it's still live.
6095
6096 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6097
6098 * help-mode.el (help-buffer): Remove debugging code.
6099 From Stefan Monnier <monnier@cs.yale.edu>.
6100
6101 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6102
6103 * files.el (file-name-sans-extension, file-name-extension):
6104 Don't count the leading dots in file names as signaling an extension.
6105
6106 2001-10-22 Andre Spiegel <spiegel@gnu.org>
6107
6108 * vc.el (vc-diff-switches): Doc rewritten.
6109
6110 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6111
6112 * tooltip.el (tooltip-set-param): Doc fix.
6113
6114 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
6115 127 to sgml-maybe-name-self.
6116 (sgml-name-8bit-mode): Doc fix.
6117 (sgml-char-names-table): New variable.
6118 (sgml-name-char): Support non-ASCII and mule-unicode-*
6119 characters. Doc fix.
6120 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
6121
6122 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
6123 doc string the effect of `left' and `top' parameters in
6124 tooltip-frame-parameters, the default values, and the units.
6125 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
6126 (tooltip-show): Mention in the doc string the `top' and `left'
6127 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
6128
6129 2001-10-22 Andre Spiegel <spiegel@gnu.org>
6130
6131 Add autoscaling support for vc-annotate.
6132 From J.D. Smith <jdsmith@alum.mit.edu>.
6133
6134 * vc.el (vc-annotate-display-default): Accept colormap scaling
6135 ratio (now deprecated).
6136 (vc-annotate-display-autoscale): Added.
6137 (vc-annotate-add-menu): New autoscaling menu options "Span to
6138 Oldest" and "Span Oldest->Newest". Easymenu support added for
6139 toggle menus driven by customize variable `vc-annotate-display-mode'.
6140 (vc-annotate-display-select): Added.
6141 (vc-annotate): Changed temp-buffer-show-function to
6142 `vc-annotate-display-select'.
6143 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
6144 Added argument OFFSET. Instead of backend function, calls now
6145 generic `vc-annotate-difference'.
6146 (vc-annotate-difference): Added as generic function instead of
6147 backend-specific function. No longer takes argument POINT, but
6148 instead accepts a time OFFSET.
6149 (vc-default-annotate-current-time): Added.
6150
6151 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
6152 version in vc.el, with
6153 (vc-cvs-annotate-current-time): Added, as override of default.
6154 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
6155 `vc-cvs-annotate-difference'.
6156
6157 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6158
6159 * saveplace.el (save-place): Require `saveplace'.
6160
6161 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
6162 Use `sexp' for :value-type instead of `face'.
6163
6164 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6165
6166 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
6167 regexps due to 5-digit message IDs.
6168
6169 2001-10-21 Jason Rumney <jasonr@gnu.org>
6170
6171 * term/w32-win.el (redisplay-dont-pause): Don't set.
6172
6173 2001-10-21 Miles Bader <miles@gnu.org>
6174
6175 * help-funs.el (help-manyarg-func-alist): Variable removed.
6176
6177 2001-10-21 Miles Bader <miles@gnu.org>
6178
6179 * help-funs.el (help-manyarg-func-alist): Remove entries for
6180 `insert', `insert-and-inherit', `insert-before-markers',
6181 `insert-before-markers-and-inherit', `message', `message-box',
6182 `message-or-box', `propertize', `format', `encode-time', `append',
6183 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
6184 `insert-string', `ml-if', `ml-provide-prefix-argument', and
6185 `ml-prefix-argument-loop'.
6186
6187 2001-10-21 Andre Spiegel <spiegel@gnu.org>
6188
6189 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
6190 (vc-default-diff-tree): New functions.
6191 (vc-version-diff): Use them. As a result, coding systems are now
6192 set up properly for all sorts of diffs, and tree diffs can now
6193 also be done locally.
6194 (vc-diff): With a prefix argument, don't require that it's called
6195 from a buffer under version control.
6196 (diff-switches): Remove duplicate definition.
6197
6198 * vc-cvs.el (vc-cvs-diff-tree): New function.
6199
6200 2001-10-21 Miles Bader <miles@gnu.org>
6201
6202 * help-funs.el (help-manyarg-func-alist): Remove entries for
6203 `list', `vector', `make-byte-code', `call-process',
6204 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6205 `logand', `logior', and `logxor'.
6206
6207 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
6208 image bits to compensate. Use `make-string' instead of
6209 `make-bool-vector' (XBM apparently wants byte-aligned rows).
6210
6211 2001-10-20 Kim F. Storm <storm@cua.dk>
6212
6213 * simple.el (kill-ring-save): Don't show extent of copied region
6214 if using transient-mark-mode and region is fully visible.
6215
6216 See ChangeLog.9 for earlier changes.
6217
6218 ;; Local Variables:
6219 ;; coding: iso-2022-7bit
6220 ;; End:
6221
6222 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6223 Copying and distribution of this file, with or without modification,
6224 are permitted provided the copyright notice and this notice are preserved.