]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(view-read-only): Move from view.el to files.el.
[gnu-emacs] / lisp / ChangeLog
1 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * view.el (view-read-only): Move to files.el.
4 * files.el (view-read-only): Move from view.el.
5
6 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
7
8 * files.el (view-read-only): Don't declare a second time.
9 (find-file-read-only, find-file-read-only-other-window)
10 (find-file-read-only-other-frame): Check that file does exist.
11 (large-file-warning-threshold): New custom.
12 (find-file-noselect): Use it.
13 (report-errors): New macro.
14 (normal-mode): Use it.
15 (toggle-read-only): Really toggle, even if view-mode is on.
16 (parse-colon-path): Remove unused `cd-prefix' var.
17 (make-backup-file-name-1): Remove unused `failed' var.
18 (basic-save-buffer): Remove unused `tempsetmodes' var.
19 (basic-save-buffer-2): Remove unused `temp' var.
20 (insert-directory): Remove unused `available' var.
21
22 2003-04-17 John Paul Wallington <jpw@gnu.org>
23
24 * hexl.el (hexl-find-file): Bind `default-major-mode' to
25 `fundamental-mode'.
26
27 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
28
29 * reveal.el (reveal-post-command): Use overlay-get for overlays.
30
31 2003-04-16 Kenichi Handa <handa@m17n.org>
32
33 * international/mule-cmds.el (describe-language-environment):
34 At first, require all necessary features.
35
36 2003-04-16 Dave Love <fx@gnu.org>
37
38 * progmodes/xscheme.el: Moved from lisp directory.
39
40 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
41
42 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
43 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
44 (f90-comment-region, f90-indent-line, f90-indent-region)
45 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
46 (f90-looking-at-do, f90-looking-at-select-case)
47 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
48 Drop XEmacs 19 support and simplify.
49 (f90-indent-new-line): No need for case-fold-search. Simplify.
50 (f90-fill-region): Make marker nil when done. Simplify.
51
52 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
53
54 2003-04-16 Richard M. Stallman <rms@gnu.org>
55
56 * man.el (Man-follow-manual-reference): Don't require match
57 when calling completing-read.
58
59 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
60
61 * progmodes/fortran.el: Whitespace changes, some re-ordering of
62 code, trivial commentary change.
63 (fortran, fortran-indent, fortran-comment)
64 (fortran-tab-mode-default, fortran-continuation-indent)
65 (fortran-comment-indent-style, fortran-blink-matching-if)
66 (fortran-continuation-string, fortran-electric-line-number)
67 (fortran-break-before-delimiters, fortran-mode-hook)
68 (fortran-end-prog-re, fortran-imenu-generic-expression):
69 Minor doc changes.
70 (fortran-tab-mode-minor-mode-string): New variable.
71 (fortran-tab-mode-string): Now customization is meaningful.
72 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
73 (fortran-analyze-depth): Use defcustom.
74 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
75 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
76 (fortran-auto-fill): Add doc string.
77 (fortran-type-types): New constant (was local to let binding).
78 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
79 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
80 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
81 depth of fortran-type-types has changed. Remove extra and.
82 (fortran-mode-menu): Minor re-organization. Use lookup-key.
83 (fortran-mode): Doc changes. Some re-organization.
84 Use fortran-tab-mode-minor-mode-string.
85 (fortran-comment-indent): Add doc string. Move save-excursion.
86 Use 1+.
87 (fortran-indent-comment, fortran-fill-statement):
88 Change interactive spec. Use unless.
89 (fortran-comment-region): Doc change. Reverse logic of arg
90 test. Use zerop.
91 (fortran-abbrev-start, fortran-split-line)
92 (fortran-electric-line-number, fortran-indent-subprogram)
93 (fortran-strip-sequence-nos): Change interactive spec.
94 (fortran-remove-continuation): Add doc string. Use when.
95 (fortran-numerical-continuation-char): Doc change. Use 1+.
96 (fortran-previous-statement, fortran-next-statement)
97 (fortran-beginning-do, fortran-calculate-indent)
98 (fortran-end-do, fortran-end-if, fortran-beginning-if):
99 Use zerop, 1+, 1-.
100 (fortran-blink-match, fortran-check-for-matching-do): Use when.
101 (fortran-indent-line): Change interactive spec. Remove un-needed
102 if. Use when.
103 (fortran-indent-to-column): Doc change. Use when, unless.
104 (fortran-find-comment-start-skip): No longer interactive.
105 (fortran-analyze-file-format): Minor doc change.
106 Remove un-needed setq.
107 (minor-mode-alist): Use add-to-list.
108 (fortran-fill-paragraph): Change interactive spec, doc string.
109
110 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
111 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
112 (f90-indented-comment-re, f90-imenu-generic-expression)
113 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
114 (f90-menu): Shift definition to initialization of f90-mode-map.
115 Add customization section.
116 (f90-mode): Minor doc change. Do not call easy-menu-add.
117 Set `beginning-of-defun-function' and `end-of-defun-function' to
118 appropriate F90 functions.
119 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
120 (f90-break-line, f90-do-auto-fill, f90-insert-end)
121 (f90-upcase-keywords, f90-capitalize-keywords)
122 (f90-downcase-keywords): Change interactive spec.
123
124 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
125
126 * font-lock.el (font-lock-multiline, font-lock-fontified)
127 (font-lock-set-defaults): Move back from font-core.el and merge
128 it back with font-lock-set-defaults-1.
129 (font-lock-mode-internal): New function (basically the body of
130 the old font-lock-mode minor mode).
131
132 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
133 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
134 Move back to font-lock.el
135 (font-lock-default-function): Use font-lock-mode-internal.
136
137 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
138 (recover-file): Abbreviate file name in messages.
139
140 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
141 (tex-font-lock-keywords-2): Comment out unused var `type'.
142 (tex-guess-mode): New name for old `tex-mode'.
143 (tex-mode): Make it a derived mode of text-mode.
144 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
145 (tex-common-initialization): Don't setup syntax-table any more.
146 (tex-validate-buffer): Remove unused var `oend'.
147 Use with-current-buffer and line-beginning-position.
148 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
149 (latex-indent): Return `noindent' if no indentation can happen.
150 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
151 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
152 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
153
154 * font-lock.el (font-lock-preprocessor-face): New var and face.
155
156 2003-04-14 Andrew Choi <akochoi@shaw.ca>
157
158 * term/mac-win.el: Unconditionally set process-connection-type to nil.
159
160 2003-04-14 Richard M. Stallman <rms@gnu.org>
161
162 * derived.el (define-derived-mode): Make generated code work in
163 Emacs versions that do not have run-mode-hooks.
164
165 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
166 At end of buffer, run the global binding of the same key.
167
168 * international/mule.el (after-insert-file-set-coding):
169 Properly treat INSERTED as number of characters, for both
170 for both the argument and the value.
171
172 * desktop.el (desktop-base-file-name):
173 Renamed from desktop-basefilename. Add defvaralias.
174
175 2003-04-14 John Paul Wallington <jpw@gnu.org>
176
177 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
178 (x-must-resolve-font-name): Fix error message typo.
179
180 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
181
182 * progmodes/fortran.el (fortran-previous-statement): Check for
183 fortran-continuation-string.
184 (fortran-calculate-indent): Do not add extra whitespace to
185 strings broken over lines.
186 (fortran-fill): Handle long strings that must be broken.
187
188 2003-04-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
189 From Michael Albinus <Michael.Albinus@alcatel.de>.
190
191 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
192 expansion is a symlink, expand again.
193 (ange-ftp-file-symlink-p): Return target of symlink literally.
194
195 2003-04-13 Masatake YAMATO <jet@gyve.org>
196
197 * bindings.el (toplevel): Don't change the face
198 of major-mode on the mode line. Setting the face on
199 the mode line code is installed by my mistake in
200 my last change.
201
202 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
203
204 * add-log.el (change-log-version-number-search): Fix old bug.
205 (add-change-log-entry): Avoid inserting the same funname again.
206 (add-log-indent-text): New var.
207 (add-log-indent): New fun.
208 (change-log-mode): Use it.
209
210 * net/browse-url.el: Don't autoload all these defcustoms.
211 (browse-url-default-macosx-browser): New fun.
212 (browse-url-browser-function): Use it for system-type = darwin.
213 (browse-url-usr1-signal): Remove.
214 (browse-url-mosaic): Use SIGUSR1 directly instead.
215 (browse-url-gnome-moz-program): New var.
216 (browse-url-gnome-moz, browse-url-default-browser): Use it.
217
218 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
219 (byte-compile-const-variables): New var.
220 (byte-compile-close-variables): Reset it.
221 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
222 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
223 (byte-compile-variable-ref): Use it and improve warning message.
224 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
225 (byte-compile-lapcode): Remove unused vars.
226 (byte-compile-eval): Fix thinko in handling of old-autoloads.
227 (byte-recompile-directory): Use the expanded form for directory.
228 (byte-compile-track-mouse): Use modern backquote syntax.
229 (byte-compile-defvar): Detect and properly handle (defconst a).
230 (byte-compile-defalias-warn): Remove unused arg `alias'.
231 (byte-compile-defalias): Update call.
232
233 2003-04-13 Masatake YAMATO <jet@gyve.org>
234
235 * help.el (describe-minor-mode): New function implementation.
236 Accept both minor mode string and minor mode indicator.
237 (describe-minor-mode-completion-table-for-indicator)
238 (describe-minor-mode-completion-table-for-symbol): New functions.
239 minor-mode-list is used here.
240 (describe-minor-mode-from-symbol):
241 Renamed from (old) describe-minor-mode.
242 Use describe-minor-mode-completion-table-for-symbol.
243 Don't use eval. Just use symbol-name.
244 (describe-minor-mode-from-indicator): Document is updated.
245 Use `format-mode-line'.
246 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
247 Use describe-minor-mode-completion-table-for-indicator.
248 (expand-minor-mode-indicator-object): Remove.
249 (lookup-minor-mode-from-indicator): Remove the fist white
250 space from both indicator and anindicator before comparing them.
251
252 * bindings.el (mode-line-major-mode-keymap)
253 (mode-line-minor-mode-keymap): Define keys for the maps
254 here in `defvar'.
255
256 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
257
258 * server.el (server-socket-name): Use new safe location for socket.
259 (server-ensure-safe-dir): New fun.
260 (server-start): Use it and letf.
261 (server-process-filter): Re-enable the -eval feature.
262
263 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
264
265 * play/gomoku.el (gomoku-buffer-name): New constant.
266 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
267 (gomoku): Do not call gomoku-switch-to-window directly.
268 (gomoku-prompt-for-other-game): Throw an error if no new game.
269 (gomoku-switch-to-window): Use gomoku-buffer-name.
270
271 * progmodes/f90.el (f90-abbrev-start): Only offer help if
272 abbrev-mode is active.
273 (f90-join-lines): Make it behave more like standard join-line.
274 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
275
276 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
277 abbrev-mode is active.
278
279 2003-04-12 John Paul Wallington <jpw@gnu.org>
280
281 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
282 `format' if no newlines are necessary.
283
284 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
285
286 * bindings.el (global-map): Bind [select-window].
287
288 2003-04-11 John Paul Wallington <jpw@gnu.org>
289
290 * type-break.el (type-break-warning-countdown-string): Doc fix.
291
292 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
293
294 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
295 place of parenthesis.
296
297 2003-04-11 Masatake YAMATO <jet@gyve.org>
298
299 * progmodes/etags.el (select-tags-table-mode-map):
300 Don't create new keymap. Instead copy from button-buffer-map.
301 Bind push-button to `t' instead of binding
302 select-tags-table-select directly
303 (tags-select-tags-table): New button.
304 (select-tags-table): Put a button for each selections.
305
306 2003-04-11 Kenichi Handa <handa@m17n.org>
307
308 * international/mule.el:
309 Don't set after-insert-file-adjust-coding-function.
310 (after-insert-file-set-coding):
311 Renamed from after-insert-file-set-buffer-file-coding-system.
312
313 2003-04-11 Kenichi Handa <handa@m17n.org>
314
315 * international/quail.el (quail-guidance-str)
316 (quail-guidance-frame): New variables.
317 (quail-guidance-win): Delete this variable.
318 (quail-setup-overlays): Make overlay not rear-advancing.
319 (quail-kill-guidance-buf): Delete this function.
320 (quail-activate): Add/remove quail-show-guidance to/from
321 post-command-hook.
322 (quail-input-method): Don't setup quail-guidance-buf.
323 Initialize quail-guidance-str to "".
324 (quail-start-translation): Call quail-show-guidance at first.
325 (quail-start-conversion): Likewise.
326 (quail-terminate-translation): Don't erase quail-guidance-buf.
327 (quail-update-translation): Stretch overlays if their starting and
328 ending positions are same.
329 (quail-update-current-translations): Check the width of the
330 current window, not the width of quail-guidance-win.
331 (quail-make-guidance-frame): Delete the arg BUF. Fix position
332 calculation. Don't set the window buffer, just return the new frame.
333 (quail-minibuffer-message): New function.
334 (quail-show-guidance): Renamed from quail-show-guidance-buf.
335 Use message and quail-minibuffer-message to display the guidance.
336 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
337 Only delete quail-guidance-frame.
338 (quail-update-guidance): Just update quail-guidance-str, not
339 display it.
340 (quail-get-translations): Renamed from quail-show-translations.
341 Return a string instead of inserting it in quail-guaidance-buf.
342
343 2003-04-11 Kenichi Handa <handa@m17n.org>
344
345 * international/mule-cmds.el (sort-coding-systems): Set lower
346 priority to a utf-16 base coding system. Set higher priority to a
347 coding system listed in coding-category-list.
348
349 2003-04-10 Juanma Barranquero <lektu@terra.es>
350
351 * frame.el (modify-all-frames-parameters): Deleted.
352
353 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
354
355 * desktop.el (desktop-buffer-file): Restore major-mode if it is
356 different from the normal mode.
357
358 2003-04-10 Kenichi Handa <handa@m17n.org>
359
360 * international/mule.el:
361 Set after-insert-file-adjust-coding-function to
362 after-insert-file-set-buffer-file-coding-system instead of adding
363 it to after-insert-file-functions.
364
365 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
366 the case of replacing multibyte characters.
367
368 2003-04-09 Stefan Monnier <monnier@cs.yale.edu>
369
370 * textmodes/bibtex.el: Update copyright and Author list.
371 Don't require `compile' since it seems unnecessary.
372 (bibtex-version): Remove.
373 (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
374 (bibtex-field-name-for-parsing): Don't make auto-buffer-local.
375 (bibtex-comment-start): Don't include the space.
376 (zmacs-regions, reporter-prompt-for-summary-p):
377 Declare to quieten the byte-compiler.
378 (bibtex-reference-key, bibtex-mode-syntax-table): Remove =
379 because it can't be part of a string's key.
380 (bibtex-parse-field-name): Use prog1.
381 (bibtex-font-lock-syntactic-keywords): New var.
382 (bibtex-font-lock-keywords): Remove the entry for @Comment.
383 (bibtex-search-entry): Simplify.
384 (bibtex-empty-re): New var.
385 (bibtex-format-entry): Slightly restructure some loops to avoid code
386 duplication. Use looking-at rather than `substring + string-match'.
387 Use bibtex-empty-re (which removes unnecessary \(..\) in regexps).
388 Remove now unused end-name. Use bibtex-find-crossref.
389 Don't downcase since case-fold-search is t.
390 (bibtex-autokey-get-yearfield): Use bibtex-find-crossref.
391 (bibtex-parse-keys): Use unless and push.
392 Parse even if bibtex-maintain-sorted-entries is nil.
393 (bibtex-complete): Use push. Don't sort completions.
394 (bibtex-mode): Use push. Update comment-start-skip.
395 Improve defun-prompt-regexp and outline-regexp.
396 Add bibtex-font-lock-syntactic-keywords to font-lock-defaults.
397 (bibtex-end-of-entry): Remove unused \(...\).
398 (bibtex-sort-key): New fun.
399 (bibtex-sort-buffer, bibtex-validate): Use it.
400 (bibtex-find-crossref): New fun.
401 (bibtex-validate): Use push & dolist; remove \(...\).
402 (bibtex-clean-entry): Use unless and friends.
403 Don't add the key to the list if the list hasn't been built yet.
404 (bibtex-fill-entry): Remove unused begin-name and end-name.
405 (bibtex-reformat): Kill local var instead of setting it to nil.
406 (bibtex-convert-alien): Use deactivate-mark rather than the
407 non-existent bibtex-mark-active variable.
408 (bibtex-String): Simplify.
409
410 2003-04-09 Richard M. Stallman <rms@gnu.org>
411
412 * files.el (file-chase-links): Fix previous change.
413
414 2003-04-09 Juanma Barranquero <lektu@terra.es>
415
416 * frame.el (new-frame): Add obsolescence declaration.
417
418 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
419
420 * frame.el (set-frame-font): Allow keeping frame size after
421 changing font.
422 (modify-all-frames-parameters): New function to change parameters
423 in all existing and future frames.
424
425 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
426
427 * man.el (Man-heading-regexp): Accept hyphen.
428
429 2003-04-09 Kenichi Handa <handa@m17n.org>
430
431 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
432
433 * international/mule-conf.el: Register ?\221 and ?\226 in
434 latin-extra-code-table.
435
436 2003-04-08 Richard M. Stallman <rms@gnu.org>
437
438 * subr.el (minor-mode-list): New variable.
439 (add-minor-mode): Add to it.
440
441 * files.el (file-chase-links): New arg LIMIT.
442 After that many iterations, just return what we've got.
443
444 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
445 use single-key-description.
446
447 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
448 At end of buffer, just call `newline'.
449
450 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
451 no From field, still try to use the To field.
452
453 2003-04-09 Kenichi Handa <handa@m17n.org>
454
455 * international/mule-diag.el (print-coding-system-briefly):
456 If DOC-STRING is `tightly', print the doc-string tightly.
457 (list-coding-systems-1): Sort coding systems.
458 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
459
460 2003-04-08 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
461
462 * net/tramp.el: Version 2.0.33 released.
463 Change coding cookie to `iso-2022-7bit' for XEmacs
464 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
465
466 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
467
468 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
469 Do not disable file name handlers for `file-exists-p' and
470 `file-directory-p'.
471
472 2003-04-08 Kenichi Handa <handa@m17n.org>
473
474 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
475
476 * international/utf-16.el (utf-16-le-decode-loop)
477 (utf-16-be-decode-loop): New temporary variables.
478 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
479 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
480 (ccl-decode-mule-utf-16-le-with-signature)
481 (ccl-decode-mule-utf-16-be-with-signature)
482 (ccl-decode-mule-utf-16): New CCL programs.
483 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
484 variables.
485 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
486 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
487 (ccl-encode-mule-utf-16-le-with-signature)
488 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
489 (mule-utf-16-post-read-conversion): New function.
490 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
491 (mule-utf-16): New coding systems.
492 (utf-16-le-with-signature, utf-16-be-with-signature),
493 (utf-16): Aliases of the above coding systems.
494
495 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
496
497 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
498 to match symbols. This makes CC Mode cope with the full range
499 of identifier characters in e.g. Java.
500
501 2003-04-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
502
503 * xt-mouse.el (xterm-mouse-event-read): New function.
504 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
505 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
506
507 2003-04-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
508
509 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
510 all cases, whether or not start-process is fboundp.
511
512 2003-04-06 Richard M. Stallman <rms@gnu.org>
513
514 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
515 rather than easy-menu-change.
516
517 * dired.el (dired-view-file): Let viewer program run asynchronously.
518
519 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
520
521 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
522 Correct the starting point for previous-single-property-change.
523
524 2003-04-06 Lars Hansen <larsh@math.ku.dk>
525
526 * desktop.el: Handle multiple desktop files in different dirs.
527 Other cleanups.
528 Command line option --no-desktop introduced.
529 (desktop-read): Record buffers in the desktop file in
530 the same order as that in the buffer list,
531 (desktop-save): Put buffers in the order given in desktop file,
532 regardless of what handlers do.
533 (desktop-file-version): New variable. Version number of desktop
534 file format.
535 (desktop-create-buffer-form): Variable deleted.
536 (desktop-save): New customizable variable.
537 (desktop-kill): Use `desktop-save'.
538 (desktop-file-name-format): New option: format in
539 which desktop file names should be saved.
540 (desktop-file-name): New function to convert a filename to the
541 format specified in `desktop-file-name-format'.
542 (desktop-create-buffer): Parameters renamed to descriptive
543 systematic names. These parameters are visible to handlers.
544 Renames:
545 ver -> desktop-file-version
546 mim -> desktop-buffer-minor-modes
547 pt -> desktop-buffer-point
548 mk -> desktop-buffer-mark
549 ro -> desktop-buffer-read-only
550 locals -> desktop-buffer-locals
551 (desktop-buffer-major-mode, desktop-buffer-file-name)
552 (desktop-buffer-name): Delete unused customizable variables.
553 (desktop-buffer-misc): Delete unused variable.
554 (desktop-save, desktop-buffer-dired-misc-data):
555 Use `desktop-file-name'.
556 (desktop-path): New customizable variable. List of directories in
557 which to lookup the desktop file. Replaces hardcoded list.
558 (desktop-globals-to-clear): New variable replaces hardcoded list.
559 (desktop-clear-preserve-buffers-regexp): New customizable variable.
560 (desktop-after-read-hook): New hook run after a desktop is read.
561 (desktop-no-desktop-file-hook): New hook when no desktop file found.
562 (desktop-change-dir): New function.
563 (desktop-save-in-load-dir): New function. Save desktop in
564 directory from which it was loaded.
565 (desktop-revert): New function. Revert to the last loaded desktop.
566
567 2003-04-06 Masatake YAMATO <jet@gyve.org>
568
569 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
570 find-file-of-tag to avoid name space pollution.
571 (tag-find-file-of-tag-noselect): Likewise.
572 (etags-list-tags, etags-tags-apropos):
573 Use tag-find-file-of-tag instead of find-file-of-tag.
574
575 2003-04-06 Masatake YAMATO <jet@gyve.org>
576
577 * info.el (Info-goto-emacs-command-node): If command
578 is given as a string, convert it to a symbol.
579
580 2003-04-05 Kevin Ryde <user42@zip.com.au>
581
582 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
583
584 2003-04-05 Andre Spiegel <spiegel@gnu.org>
585
586 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
587 right coding system for accessing CVS/Entries.
588 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
589
590 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
591
592 * subr.el (number-sequence): Adjust code.
593
594 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
595
596 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
597 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
598
599 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
600 (fill-paragraph): Don't skip prefix now that markers work right.
601
602 2003-04-04 John Paul Wallington <jpw@gnu.org>
603
604 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
605 property dynamically respects `tooltip-mode'.
606 (define-ibuffer-column name): Likewise.
607
608 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
609
610 2003-04-04 Masatake YAMATO <jet@gyve.org>
611
612 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
613 New helper functions.
614 (snarf-tag-function): Doc string is changed. Explained about new
615 optional argument, `use-explicit'.
616 (etags-snarf-tag): Add one optional argument `use-explicit'.
617 (file-of-tag-function): Doc string is changed. Explained about new
618 optional argument, `relative'.
619 (file-of-tag): Doc string is changed. Explained about new optional
620 argument, `relative'. Pass `relative' to `file-of-tag-function'.
621 (etags-file-of-tag): Add new argument `relative`.
622 (list-tags): Set `buffer-read-only' to t after making the major mode
623 apropos-mode.
624 (etags-list-tags): Use `make-text-button' instead of
625 `add-text-properties'. Used `snarf-tag-function',
626 `goto-tag-location-function' and `find-file-of-tag' instead of
627 `find-tag-other-window' (it's too simple).
628 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
629 `find-file'.
630 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
631 `find-file'. Do not use `etags-goto-tag-location` directly; use
632 `goto-tag-location-function' instead. Print relative file paths
633 instead of complete ones in *Tags List* buffer, so lines in the
634 buffer become shorter.
635 (etags-tags-apropos-additional): Use `make-text-button' instead of
636 `add-text-properties'.
637
638 2003-04-04 Andreas Schwab <schwab@suse.de>
639
640 * net/tramp.el (tramp-send-string): Handle empty string.
641
642 2003-04-03 Richard M. Stallman <rms@gnu.org>
643
644 * emacs-lisp/easymenu.el (easy-menu-define):
645 Don't make a defvar for nil.
646 (easy-menu-convert-item-1): Doc fix.
647 (easy-menu-change): Call easy-menu-create-menu.
648
649 * subr.el (read-quoted-char): Remember the input char
650 before translation thru function-key-map, and use that for unreading.
651
652 * shadowfile.el (shadow-parse-fullname):
653 Renamed from shadow-parse-fullpath.
654 (shadow-parse-name): Renamed from shadow-parse-path.
655 (shadow-make-fullname): Renamed from shadow-make-fullpath.
656 (shadow-replace-name-component): Was shadow-replace-path-component.
657 Callers of the above functions changed.
658 (shadow-expand-cluster-in-file-name): Doc fix.
659 (shadow-same-site, shadow-file-match): Doc fix.
660 (shadow-define-literal-group): Doc fix.
661
662 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
663
664 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
665
666 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
667 (hack-local-variables): When MODE-ONLY is set, pass it along to
668 hack-local-variables-prop-line.
669
670 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
671
672 2003-04-03 Masatake YAMATO <jet@gyve.org>
673
674 * progmodes/etags.el: Require button.el.
675 (etags-tags-apropos): Use `make-text-button' instead of
676 `add-text-properties'. Use `snarf-tag-function' and
677 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
678 too simple).
679
680 * man.el (Man-xref-header-file): Fix previous change.
681
682 2003-04-03 Kenichi Handa <handa@m17n.org>
683
684 * subr.el (number-sequence): New function.
685
686 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
687
688 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
689 of the sorted region.
690
691 2003-04-02 Masatake YAMATO <jet@gyve.org>
692
693 * woman.el (woman-xref): Removed.
694 (woman-mode): Use `Man-highlight-references' instead of
695 `WoMan-highlight-references'.
696 (WoMan-highlight-references): Removed.
697
698 * man.el (toplevel): Require button.
699 (Man-header-file-path): New option.
700 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
701 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
702 (Man-header-regexp, Man-normal-file-regexp): New variables.
703 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
704 "\r" and mouse-2 directly. These key are defined in
705 `button-buffer-map'.
706 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
707 New buttons. `Man-xref-man-page' comes from woman.el.
708 (man-follow-mouse): Removed.
709 (Man-fontify-manpage): Use `Man-highlight-references' instead of
710 calling `add-text-properties' directly.
711 (Man-highlight-references, Man-highlight-references0): New functions.
712 (Man-view-header-file): New function.
713
714 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
715
716 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
717 the trailing space since fill.el doesn't remove it anymore.
718 (refill-mode): Reset fill-paragraph-function even if it was nil.
719
720 * textmodes/fill.el (fill-region-as-paragraph):
721 Don't remove space at end of paragraph: it makes refill.el unusable.
722 Remove obsolete `save-restriction'.
723 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
724 (fill-delete-newlines): Don't add a trailing space.
725 (fill-newline): Don't leave markers before the prefix.
726
727 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
728 New functions.
729 (asm-mode): Use them in indent-line-function.
730 Set tab-always-indent to nil to stay closer to previous tab behavior.
731 Set comment-add. Remove space at end of comment-add.
732 (asm-newline): Obsolete. Use newline-and-indent instead.
733 (asm-mode-map): Remove TAB binding.
734 (asm-code-level-empty-comment-pattern)
735 (asm-flush-left-empty-comment-pattern)
736 (asm-inline-empty-comment-pattern): Remove.
737 (asm-comment): Use newcomment functions instead.
738 (asm-colon): Don't tab if colon is not after a label.
739 (asm-line-matches, asm-pop-comment-level): Remove.
740
741 2003-04-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
742
743 * emulation/crisp.el (top-level): Quote second arg to
744 `eval-after-load'.
745
746 2003-04-02 Miles Bader <miles@gnu.org>
747
748 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
749
750 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
751
752 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
753 that do not depend on asm-comment-char.
754 (asm-mode-map): Declare and init at the same time.
755 (asm-code-level-empty-comment-pattern)
756 (asm-flush-left-empty-comment-pattern)
757 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
758 on asm-comment-char. Turn them into constants.
759 (asm-mode): Simplify.
760 (asm-line-matches): Remove unused arg.
761
762 2003-04-01 Dave Love <fx@gnu.org>
763
764 * time.el: Doc fixes.
765 (display-time-mail-face): Change :type and default to nil.
766 (display-time-mail-icon): Use pbm, not xbm.
767 (display-time-mail-string): New.
768 (display-time-string-forms): Use display-time-mail-string.
769 Add checks in display property.
770
771 2003-04-01 Kenichi Handa <handa@m17n.org>
772
773 * language/indian.el (indian-font-char-index-table): Fix the
774 order of CDAC fonts.
775
776 2003-04-01 Kim F. Storm <storm@cua.dk>
777
778 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
779 (set-mark-command): Unconditionally repeat pop-global-mark without
780 C-x prefix. Fix doc.
781
782 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
783 pop-global-mark without C-x prefix. Fix doc.
784
785 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
786
787 * reveal.el (reveal-post-command): Better error handling.
788
789 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
790
791 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
792 so that it can run on NT also.
793
794 2003-03-31 Masatake YAMATO <jet@gyve.org>
795
796 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
797 comments.
798
799 * bindings.el (mode-line-major-mode-keymap): New variable.
800 (mode-line-minor-mode-help): New function, bound to
801 mode-line-minor-mode-keymap.
802 (mode-line-modes): Split mode-line-mode definitions to
803 mode-name, mode-line-process and minor-mode-alist.
804 For mode-name, mode-line-major-mode-keymap is used.
805
806 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
807 (lookup-minor-mode-from-indicator): New functions.
808
809 2003-03-31 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
810
811 * files.el (file-relative-name): Remove superfluous `and'.
812 Clarify docstring. From Lars Hansen.
813
814 2003-03-31 Kenichi Handa <handa@m17n.org>
815
816 * international/utf-16.el (ccl-decode-mule-utf-16-le):
817 Don't assume the signature bytes.
818 (ccl-decode-mule-utf-16-be): Likewise.
819 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
820 (ccl-encode-mule-utf-16-be): Likewise.
821
822 2003-03-30 Kevin Ryde <user42@zip.com.au>
823
824 * info-look.el (sh-mode): Add doc-specs for commands and variables.
825
826 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
827
828 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
829 replaces variable utf-translate-cjk which must be set via Custom.
830
831 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
832 different drives (on DOS/Windows) or use different handlers, do
833 like `expand-file-name' on FILENAME and return an absolute name.
834 From Lars Hansen <larsh@math.ku.dk>.
835
836 * tramp.el: Version 2.0.31 released.
837 (tramp-handle-expand-file-name): Do not allow ".." to
838 cross file handler boundaries, so that "/user@host:/../foo"
839 expands to itself, rather than "/foo". This is intended to work
840 in conjunction with a change in `file-relative-name' which makes
841 sure to use absolute file names if FILE and DIRECTORY have
842 different handlers.
843 (tramp-handle-insert-directory): Comment out XEmacs
844 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
845
846 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
847
848 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
849 * tramp.el (tramp-version, tramp-bug-report-address): Move to
850 trampver.el, which is required now.
851 (tramp-chunksize): Type can be nil as well.
852 Reported by Markus Rost <rost@math.ohio-state.edu>.
853 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
854 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
855 chars (Samba 2).
856
857 2003-03-29 John Paul Wallington <jpw@gnu.org>
858
859 * international/mule.el (with-category-table): Use `make-symbol'
860 to avoid variable capture. Set table within `unwind-protect'.
861 Ensure table is restored in correct buffer. Add docstring.
862
863 2003-03-29 Kenichi Handa <handa@m17n.org>
864
865 * language/japan-util.el: If system-type is not for Windows,
866 prefer japanese-iso-8bit.
867
868 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
869
870 * term/mac-win.el (iconify-or-deiconify-frame): Define for
871 compatibility with packages that use it.
872
873 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
874
875 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
876 Fix docstring.
877 (checkdoc-interactive, checkdoc-message-interactive): Make them
878 perform spell checking when appropriate.
879 (checkdoc-interactive-loop): Fix docstring and a few typos.
880 (checkdoc-interactive-ispell-loop)
881 (checkdoc-message-interactive-ispell-loop): New functions.
882 (checkdoc-next-error): Fix docstring.
883 (checkdoc-this-string-valid-engine): Fix typo.
884 (checkdoc-ispell-docstring-engine): Do test for
885 checkdoc-autofix-flag = nil.
886
887 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
888
889 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
890 top-level macros that put functions as properties.
891 (testcover-mark): No error for functions that just return a constant.
892
893 2003-03-27 Andreas Schwab <schwab@suse.de>
894
895 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
896 is marked as edited.
897
898 2003-03-26 Kenichi Handa <handa@m17n.org>
899
900 * files.el (recode-file-name): New function.
901
902 * international/characters.el: Setup categories for Indian characters.
903
904 2003-03-26 Steve Youngs <youngs@xemacs.org>
905
906 * em-unix.el (eshell-plain-locate-behavior): Make the default
907 nil on Emacs, t on XEmacs.
908
909 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
910
911 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
912 Turn `set' into `setq' when applicable.
913
914 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
915
916 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
917 args blindly to defcustom. Use custom-set-minor-mode.
918
919 2003-03-24 Kim F. Storm <storm@cua.dk>
920
921 * simple.el: Rework last change so C-x C-SPC C-SPC does not
922 repeat pop-global-mark by default.
923 (pop-global-mark-quick-repeat): New user option.
924 (set-mark-command): Use it.
925
926 * emulation/cua-base.el (cua-set-mark):
927 Check pop-global-mark-quick-repeat.
928
929 2003-03-24 John Paul Wallington <jpw@gnu.org>
930
931 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
932 the global map.
933
934 * emerge.el (emerge-show-file-name): Read event irrespective of
935 whether minibuffer window is resized. Clear minibuffer when done.
936
937 * cus-theme.el (customize-create-theme): Rename from
938 `custom-theme-create'.
939
940 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
941
942 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
943
944 2003-03-23 Peter Breton <pbreton@attbi.com>
945
946 * net/net-utils.el (dns-lookup-host): New function.
947
948 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
949
950 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
951 an infinite loop when Emacs' open-paren-in-column-zero rule
952 kicks in and causes the sexp functions to misbehave.
953
954 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
955
956 * filecache.el (file-cache-add-directory-recursively)
957 (file-cache-complete, file-cache-display): New functions.
958
959 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
960 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
961
962 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
963 Remove timestamp.
964
965 2003-03-22 Kim F. Storm <storm@cua.dk>
966
967 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
968 accordingly.
969 (ido-define-mode-map): Bind C-l for both file and dir modes.
970 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
971 Let-bind enable-recursive-minibuffers to t around read-string.
972
973 2003-03-22 Kenichi Handa <handa@m17n.org>
974
975 * international/fontset.el (setup-default-fontset):
976 Use indian-font-char-range for specifying ranges of indian-glyph
977 chars. Setup for AKRUTI fonts.
978
979 * language/indian.el (indian-font-foundry): New variable.
980 (indian-script-language-alist): New variable.
981 (indian-font-char-index-table): New variable.
982 (indian-font-char): New function.
983 (indian-font-char-range): New function.
984 (font-ccl-encoder-alist): Add entry for AKRUTI font.
985
986 2003-03-22 Kim F. Storm <storm@cua.dk>
987
988 * progmodes/cperl-mode.el (cperl-electric-backspace):
989 Add delete-selection property.
990
991 * simple.el (set-mark-command): Doc fixes.
992 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
993 C-u C-u C-SPC now unconditionally sets the mark.
994
995 * emulation/cua-base.el (cua-set-mark): Doc fixes.
996 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
997 C-u C-u C-SPC now unconditionally sets the mark.
998
999 2003-03-20 Mark A. Hershberger <mah@everybody.org>
1000
1001 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
1002
1003 2003-03-20 Kenichi Handa <handa@m17n.org>
1004
1005 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
1006 handling invalid 5 to 6 bytes sequence.
1007
1008 2003-03-19 Simon Marshall <simon@gnu.org>
1009
1010 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
1011 New variable.
1012 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
1013
1014 2003-03-19 John Paul Wallington <jpw@gnu.org>
1015
1016 * cus-theme.el (custom-theme-create): Add autoload cookie.
1017
1018 2003-03-19 Kenichi Handa <handa@m17n.org>
1019
1020 * dired.el (dired-get-filename): Pay attention to the case that
1021 `read' returns a unibyte string. Don't encode the file name by
1022 buffer-file-coding-system.
1023
1024 2003-03-18 Kenichi Handa <handa@m17n.org>
1025
1026 * language/european.el ("Latin-6"): Fix input-method.
1027 ("Latin-7"): Fix input-method.
1028
1029 * international/utf-8.el (utf-fragment-on-decoding):
1030 Don't call register-char-codings.
1031 (utf-fragment-on-decoding): Don't update char-coding-system-table.
1032 (utf-translate-cjk): Don't call register-char-codings nor
1033 optimize-char-coding-system-table. Don't update
1034 char-coding-system-table.
1035
1036 * international/ucs-tables.el (ucs-unify-8859): Don't call
1037 register-char-codings.
1038 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
1039 (ucs-fragment-8859): Don't update char-coding-system-table.
1040 Don't call register-char-codings nor optimize-char-coding-system-table.
1041
1042 * international/mule.el (optimize-char-coding-system-table):
1043 Remove this function.
1044 (register-char-codings): Make it obsolete.
1045 (char-coding-system-table): Defconst it here.
1046 (make-coding-system): Don't call register-char-codings, call
1047 define-coding-system-internal.
1048
1049 * international/mule-conf.el (no-conversion):
1050 Call define-coding-system-internal on this coding system instead of
1051 calling register-char-codings.
1052
1053 * international/mule-cmds.el (find-coding-systems-for-charsets):
1054 Use find-coding-systems-string instead of looking up
1055 char-coding-system-table.
1056
1057 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
1058 (cp-make-coding-system): Don't call cp-fix-safe-chars.
1059
1060 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * startup.el (command-line-1): Use command-execute for any command.
1063
1064 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
1065
1066 * buff-menu.el (list-buffers-noselect): Use the display property
1067 to properly align header-line text with the buffer's contents.
1068
1069 2003-03-17 Kenichi Handa <handa@m17n.org>
1070
1071 * international/mule.el (ctext-post-read-conversion): Convert the
1072 search pattern to multibyte by string-to-multibyte.
1073
1074 2003-03-16 Deepak Goel <deego@gnufans.org>
1075
1076 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
1077 for GMT. Suggested by bob@rattlesnake.com.
1078
1079 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
1080
1081 * pcvs.el (cvs-mode!): Remove unused argument.
1082
1083 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
1084 that member-ignore-case might signal.
1085 (easy-menu-add-item): Default to the global map, as documented.
1086 (easy-menu-convert-item-1): Use match-string.
1087
1088 2003-03-15 Mark A. Hershberger <mah@everybody.org>
1089
1090 * xml.el (xml-ucs-to-string): New function to convert Unicode
1091 codepoints to strings. Uses decode-char (mule.el) if available.
1092 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
1093 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
1094 (xml-parse-attlist): Add attribute normalization.
1095 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
1096
1097 2003-03-14 John Paul Wallington <jpw@gnu.org>
1098
1099 * files.el (recover-session): Error if there are no previous
1100 sessions to recover.
1101
1102 * subr.el (posn-col-row): Simplify.
1103
1104 * arc-mode.el (archive-subtype, archive-file-list-start)
1105 (archive-file-list-end, archive-proper-file-start)
1106 (archive-read-only, archive-local-name, archive-mode-map)
1107 (archive-file-name-indent, archive-remote)
1108 (archive-alternate-display, archive-superior-buffer)
1109 (archive-subfile-mode): Doc fixes.
1110
1111 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
1112
1113 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
1114 and the user hits TAB a second time, just insert a tab.
1115
1116 * textmodes/texinfo.el (texinfo-outline-level): Remove.
1117 (texinfo-mode): Set outline-heading-alist instead.
1118 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
1119 (texinfo-insert-block): Don't cons needlessly.
1120 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
1121 (texinfo-insert-quote): Use them.
1122
1123 * textmodes/outline.el (outline-level): Demote it to defvar.
1124 (outline-heading-alist): Document extended semantics.
1125 (outline-head-from-level): New fun.
1126 (outline-promote, outline-demote): Use it.
1127 (outline-show-heading): New fun.
1128 (hide-sublevels, show-children):
1129 Use it together with outline-map-region.
1130 (outline-get-next-sibling): Don't call outline-level at eob.
1131
1132 2003-03-14 Simon Josefsson <jas@extundo.com>
1133
1134 * fringe.el (fringe-mode): Autoload so that
1135 Options->Show/Hide->Fringe->Customize works.
1136
1137 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
1138
1139 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
1140 (outline-mode-prefix-map): Match new bindings to those of allout.
1141 (outline-map-region): New fun.
1142 (outline-map-tree): Remove.
1143 (outline-promote, outline-demote): Apply to region if active.
1144 Change the default to apply to the subtree.
1145 (outline-move-subtree-up, outline-move-subtree-down): New funs.
1146 (outline-invisible-p): Add optional `pos' argument.
1147 (outline-next-visible-heading, outline-toggle-children): Use it.
1148 (outline-get-next-sibling): Don't call outline-level at eob.
1149
1150 * custom.el (custom-set-minor-mode): New fun.
1151
1152 2003-03-13 Dave Love <fx@gnu.org>
1153
1154 * international/latin1-disp.el (ucs-tables): Don't require.
1155 (latin1-display-face): New.
1156 (latin1-display-char): Use it.
1157
1158 2003-03-13 Kenichi Handa <handa@m17n.org>
1159
1160 * international/mule-cmds.el (reset-language-environment):
1161 Set default-file-name-coding-system to iso-latin-1.
1162
1163 * language/european.el (iso-latin-1): Definition of this coding
1164 system moved to mule-conf.el.
1165
1166 * international/mule-conf.el (iso-latin-1): Moved from
1167 european.el.
1168
1169 * term/x-win.el (x-select-text): Don't set a text containing
1170 eight-bit-control/graphic into the cut buffer.
1171
1172 2003-03-12 Kenichi Handa <handa@m17n.org>
1173
1174 * files.el (insert-directory): Decode by what specified.
1175
1176 * language/japan-util.el (setup-japanese-environment-internal):
1177 By defalt, use japanese-iso-8bit for file names, and prefer
1178 japanese-shift-jis on DOS and Windows.
1179
1180 * international/quail.el (quail-show-guidance-buf): Make the quail
1181 guidance buffer inherit the current value of quail-current-package.
1182
1183 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
1184 on handling an invalid byte sequence.
1185
1186 2003-03-11 Jason Rumney <jasonr@gnu.org>
1187
1188 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
1189
1190 2003-03-11 Mark A. Hershberger <mah@everybody.org>
1191
1192 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
1193
1194 2003-03-11 John Paul Wallington <jpw@gnu.org>
1195
1196 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
1197 `default-line-spacing', rather than buffer-local `line-spacing'.
1198
1199 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
1200
1201 * cus-edit.el (customize-rogue): New command.
1202
1203 2003-03-10 Andreas Schwab <schwab@suse.de>
1204
1205 * info.el (Info-extract-menu-node-name)
1206 (Info-following-node-name): Revert last change.
1207
1208 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
1209
1210 * progmodes/scheme.el (scheme-mode-syntax-table):
1211 Construct w/o using `with-syntax-table'.
1212
1213 2003-03-10 John Paul Wallington <jpw@gnu.org>
1214
1215 * subr.el (posn-col-row): Take into account `line-spacing'.
1216
1217 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
1218 if major mode isn't `Electric-buffer-menu-mode'.
1219
1220 * term/x-win.el (vendor-specific-keysyms)
1221 (x-last-selected-text-primary): Doc fixes.
1222 (x-win-suspend-error): Use proper noun in error message.
1223
1224 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1225
1226 * man.el (Man-getpage-in-background): Always use `setenv' for
1227 environment variables, instead of modifying process-environment
1228 directly. The previous version let-bound process-environment --
1229 the let-binding is skipped for GROFF_NO_SGR because there is
1230 already a let-binding in effect in some outer scope.
1231
1232 * emulation/crisp.el (top-level): Interoperate with cua.
1233
1234 2003-03-08 Kim F. Storm <storm@cua.dk>
1235
1236 * emulation/cua-base.el: Provide `cua' feature.
1237
1238 2003-03-08 Juanma Barranquero <lektu@terra.es>
1239
1240 * emulation/cua-base.el (cua--standard-movement-commands):
1241 Fix docstring.
1242
1243 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1244
1245 * man.el (Man-getpage-in-background): Only change
1246 default-directory if necessary.
1247
1248 2003-03-07 Andreas Schwab <schwab@suse.de>
1249
1250 * info.el (Info-following-node-name): Skip trailing period.
1251 (Info-extract-menu-node-name): Allow period in node name.
1252
1253 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
1254
1255 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
1256 (dired-guess-default): Use it.
1257
1258 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
1259
1260 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
1261 (dcl-font-lock-defaults): New var.
1262 (dcl-mode): Make and init local var `font-lock-defaults'.
1263
1264 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
1265
1266 * ffap.el (dired-at-point): Check whether the user can create a
1267 directory before asking about creating it.
1268
1269 2003-03-06 John Paul Wallington <jpw@gnu.org>
1270
1271 * ebuff-menu.el (electric-buffer-list):
1272 Respect `Buffer-menu-use-header-line'.
1273 (electric-buffer-menu-looper): Likewise.
1274
1275 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
1276 (Buffer-menu-buffer): Fix indentation.
1277 (list-buffers-noselect): Calculate header-line spacing to take
1278 into account width of left fringe and left scrollbar.
1279
1280 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1281
1282 * ps-print.el (ps-print-version): New version number (6.6).
1283 (ps-begin-job): If background and foreground color are the same, give
1284 an error.
1285 (ps-default-fg, ps-default-bg): Better doc.
1286 (ps-rgb-color): Became a defun, check RGB value list.
1287 (ps-default-background): New internal var.
1288 (ps-begin-file): Code fix.
1289
1290 2003-03-05 Richard M. Stallman <rms@gnu.org>
1291
1292 * replace.el (query-replace-read-args): Use save-excursion.
1293 (map-query-replace-regexp): Use prefix-numeric-value.
1294
1295 2003-03-05 Juanma Barranquero <lektu@terra.es>
1296
1297 * term/w32-win.el (x-handle-geometry): Put sizes on
1298 `initial-frame-alist' too.
1299
1300 * startup.el (command-line-x-option-alist): Make --border-color set
1301 the border-color frame parameter, not border-width.
1302
1303 * faces.el (frame-set-background-mode): Fix reference to attribute
1304 "backgroundMode".
1305
1306 2003-03-05 Reto Zimmermann <reto@gnu.org>
1307
1308 * progmodes/vhdl-mode.el: Version 3.32.12 released.
1309 Modifications for displaying all projects in hierarchy browser and case
1310 insensitive hierarchy browsing. Change Rod's email address.
1311 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
1312 documentation strings. Add "ERROR: " prefix to all error
1313 messages. Enhanced usage of hideshow.
1314 (vhdl-in-literal): Remove unused argument LIM.
1315 (vhdl-compiler-alist): Enhance customization for compilers; add
1316 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
1317 "Savant", "ProVHDL" and "VeriBest" compilers.
1318 Add new error message syntax for Modelsim.
1319 Add Synplify, column no in error regexp.
1320 Include library name in library command.
1321 Add unit-to-file name mapping for Savant.
1322 Add library option in Makefile generation command.
1323 Add command to create library directory.
1324 Built-in Makefile generation is always default.
1325 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
1326 Add customization for `global-font-lock-mode'.
1327 Fix `customize-group' entries for XEmacs and
1328 change "Gen." to "Generate". Get *Messages* buffer.
1329 Fix "Auto Load Setup File" menu entry.
1330 Add faces customization to "Options". Add "Options" entry.
1331 Include `speedbar-indentation-width'.
1332 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
1333 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
1334 Fix template abortion.
1335 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
1336 in package.
1337 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
1338 Better treat comments and strings. Fix "=> ," alignment.
1339 (vhdl-port-paste-testbench): Print file names created.
1340 Better handling when file exist/open. Additional comments in code.
1341 Replace keywords in testbench entity and architecture file headers.
1342 Adjust case in testbench configuration.
1343 (vhdl-port-paste-instance): Special case: no number in instance name.
1344 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
1345 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
1346 highlight instantiations without map.
1347 Highlight quantity declaration names. Highlight formal parameters.
1348 Fix label highlighting for signal asst.
1349 (vhdl-mode): `comment-padding' for Emacs 21 only.
1350 Remove forced `turn-on-font-lock'.
1351 Remove `hippie-expand-only-buffers' setting.
1352 Update online documentation and web address.
1353 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
1354 Change ARG for uncommenting.
1355 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
1356 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
1357 (vhdl-port-list): Add context clause.
1358 (vhdl-port-paste-signals): Include direction comments.
1359 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
1360 (vhdl-port-*): Include name in status messages.
1361 (vhdl-package-alist): Scan for and display subprogram body.
1362 Change key to lower case, add original case identifier.
1363 Scan for packages used by package body.
1364 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
1365 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
1366 Message "No VHDL design units!".
1367 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
1368 Fix `nconc' bug. Eliminate redundant regexps.
1369 (vhdl-minibuffer-tab): No indentation.
1370 Use `hippie-expand-only-buffers' to take
1371 expansions from VHDL buffers only; don't overwrite non-nil default of
1372 `hippie-expand-only-buffers'; check whether
1373 `hippie-expand-only-buffers' is bound.
1374 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
1375 `nature_pkg' package.
1376 (vhdl-align-alist): Fix "when/else ... =>" case.
1377 Align declaration keywords only at beg. of line.
1378 Align <=, := and == among each other.
1379 (vhdl-port-copy): Extended identifiers for signal names.
1380 Fix on empty generic/port clause.
1381 Fix parsing of comment on first line.
1382 Allow generic clause begin on first line.
1383 Add "inout" and "linkage" to direction modes.
1384 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
1385 (vhdl-file-header): Insert VHDL language standard string.
1386 (vhdl-instance-name): Unique numbers in instance names.
1387 (vhdl-compile): Check for existing compile directory.
1388 Print out file name if compiler does not; put it in
1389 quotes if contains spaces. Check compiler name.
1390 (vhdl-compiler): Change empty value from "" to nil.
1391 (vhdl-make): Check for existing compile directory.
1392 Fix missing options if there is a target. Check compiler name.
1393 (vhdl-template-field): Fix case on all VHDL words.
1394 (vhdl-template-others): Re-electrified "others".
1395 (vhdl-speedbar-expand-architecture): Give user control over displayed
1396 hierarchy depth.
1397 (vhdl-project-alist): Insert library name in Makefile name.
1398 Sources exclude regexp. Add file-specific compile exceptions.
1399 Enhance customization of projects.
1400 (vhdl-get-hierarchy): Include configurations in hierarchy list.
1401 Fix bug with configurations.
1402 Consider configurations; also at lower levels.
1403 (vhdl-speedbar-item-info): Enhance displaying.
1404 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
1405 Sources exclude regexp.
1406 Allow comment lines in instantiations.
1407 Fix used packages in package body scanning.
1408 Allow code before first block configuration.
1409 Scan also for "is" keyword of design units.
1410 Scan configuration specification.
1411 Clear directory alists first.
1412 Consistency check.
1413 Check for multiply scanned design units.
1414 Scan components/subprograms in package.
1415 Scan library clauses and subconfigurations.
1416 Limit file size for scanning.
1417 (vhdl-entity-alist): Change key to lower case, add original case
1418 identifier.
1419 (vhdl-electric-tab): Not overwrite non-nil default of
1420 `hippie-expand-only-buffers'.
1421 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
1422 bound; use it to take expansions from VHDL buffers only.
1423 (vhdl-electric-tab): Toggle comment indent.
1424 (vhdl-generate-makefile): Check compiler name.
1425 Add library option in Makefile generation command.
1426 (vhdl-generate-makefile): Add dependencies for components in package.
1427 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
1428 (vhdl-insert-string-or-file): Resolve environment variables.
1429 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
1430 (vhdl-submit-bug-report): Prompt for summary.
1431 (vhdl-resolve-paths): Rearrange environment variable resolution.
1432 (vhdl-scan-project-contents): Rearrange environment variable
1433 resolution.
1434 (vhdl-scan-project-contents): Allow absolute paths.
1435 (vhdl-doc-coding-style): Update RMM URL.
1436 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
1437 (vhdl-model-insert): Replace header prompts too.
1438 (vhdl-template-header): New argument `is-model'.
1439 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
1440 (vhdl-actual-port-name): Change default value (no "_i" extension).
1441 (vhdl-template-modify): Delete date instead of kill.
1442 (vhdl-get-source-files): Don't match source files beginning with ".".
1443 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
1444 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
1445 (vhdl-speedbar-expand-*): Display used packages.
1446 (vhdl-sequential-statement-p): Better algorithm.
1447 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
1448 (vhdl-electric-...): No stuttering within literals.
1449 (vhdl-template-footer): Replace keywords in footer as in header.
1450 (vhdl-align-...): Enhance alignment, add progress reporting.
1451 (vhdl-beautify-region): Bug fix.
1452 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
1453 (vhdl-testbench-configuration-name)
1454 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
1455 (vhdl-prepare-search-[12]): Fix search within hidden code.
1456 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
1457 (vhdl-template-for): Fix sequential statement part detection.
1458 (vhdl-electric-space): Fix wrapping for non-word characters.
1459 (vhdl-template-standard-package): Don't insert "std" library.
1460 (vhdl-template-architecture): Code optimization.
1461 (vhdl-template-package): Search for existing package name.
1462 (vhdl-template-component-decl, vhdl-port-paste-declaration):
1463 Insert "is" in VHDL'93.
1464 (match-string-no-properties, vhdl-forward-comment): New aliases.
1465 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
1466 (file-expand-wildcards, regexp-opt, subst-char-in-string)
1467 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
1468 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
1469 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
1470 (vhdl-backward-same-indent, vhdl-beginning-of-block)
1471 (vhdl-character-to-event, vhdl-compile-directory)
1472 (vhdl-compile-print-file-name, vhdl-compose-components-package)
1473 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
1474 (vhdl-compose-insert-signal, vhdl-compose-new-component)
1475 (vhdl-compose-place-component, vhdl-compose-wire-components)
1476 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
1477 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
1478 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
1479 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
1480 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
1481 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
1482 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
1483 (vhdl-get-compile-options, vhdl-get-components-package-name)
1484 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
1485 (vhdl-get-visible-signals, vhdl-goto-marker)
1486 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
1487 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
1488 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
1489 (vhdl-parse-group-comment, vhdl-paste-group-comment)
1490 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
1491 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
1492 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
1493 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
1494 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
1495 (vhdl-save-caches, vhdl-scan-context-clause)
1496 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
1497 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
1498 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
1499 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
1500 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
1501 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
1502 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
1503 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
1504 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
1505 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
1506 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
1507 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
1508 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
1509 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
1510 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
1511 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
1512 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
1513 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
1514 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
1515 (vhdl-update-sensitivity-list-buffer)
1516 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
1517 (vhdl-warning, vhdl-warning-when-idle)
1518 (vhdl-widget-directory-validate, vhdl-work-library)
1519 (vhdl-write-file-hooks-init): New functions.
1520 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
1521 (vhdl-align-noindent-region, vhdl-create-customize-menu)
1522 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
1523 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
1524 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
1525 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
1526 functions, not defsubsts.
1527 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
1528 Delete defsubsts.
1529 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
1530 (vhdl-testbench): New customization groups.
1531 (vhdl-electric): Customization group deleted.
1532 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
1533 (vhdl-imenu-generic-expression): Define as constants instead of
1534 variables.
1535 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
1536 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
1537 (vhdl-font-lock-keywords-0): Constants deleted.
1538 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
1539 New macros.
1540 (vhdl-ext-syntax-table): Macro deleted.
1541 (vhdl-align-group-separate, vhdl-align-same-indent)
1542 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
1543 (vhdl-components-package-name, vhdl-compose-architecture-name)
1544 (vhdl-compose-create-files, vhdl-compose-include-header)
1545 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
1546 (vhdl-entity-file-name, vhdl-file-name-case)
1547 (vhdl-include-group-comments, vhdl-include-type-comments)
1548 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
1549 (vhdl-package-file-name, vhdl-project-auto-load)
1550 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
1551 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
1552 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
1553 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
1554 (vhdl-testbench-configuration-name)
1555 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
1556 (vhdl-testbench-include-library, vhdl-use-components-package)
1557 (vhdl-use-direct-instantiation): New options.
1558 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
1559 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
1560 (vhdl-testbench-entity-header): Options deleted.
1561 (speedbar-indentation-width, vhdl-compile-file-name)
1562 (vhdl-config-alist, vhdl-directive-keywords-regexp)
1563 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
1564 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
1565 (vhdl-port-flattened, vhdl-port-reversed-direction)
1566 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
1567 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
1568 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
1569 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
1570 (vhdl-warnings): New variables.
1571 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
1572 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
1573 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
1574
1575 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
1576
1577 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
1578 Remove two comment characters at start of line instead of one.
1579
1580 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1581
1582 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
1583
1584 2003-03-03 John Paul Wallington <jpw@gnu.org>
1585
1586 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
1587 `gensym' in case user calls macro at runtime.
1588 (ibuffer-save-marks): Likewise.
1589
1590 2003-03-03 Kenichi Handa <handa@m17n.org>
1591
1592 * language/japan-util.el (japanese-symbol-table): Add two entries
1593 to make it complete.
1594
1595 2003-03-03 Andreas Schwab <schwab@suse.de>
1596
1597 * info.el (Info-fontify-node): Don't hide indentation before the
1598 reference name. Don't process a reference twice when a new tag is
1599 inserted.
1600 (Info-hide-note-references): Fix doc and customize type.
1601
1602 2003-03-02 Matt Swift <swift@alum.mit.edu>
1603
1604 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
1605 New custom variable.
1606 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
1607 that first docstring lines ending with a comma are respected.
1608 Add "`(" to same so that function and macro bodies beginning with a
1609 backquote do not get disturbed. Revise the comments.
1610
1611 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1612
1613 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
1614
1615 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
1616 and initialize as for tool-bar-mode.
1617
1618 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1619
1620 * net/tramp.el: Version 2.0.30 released.
1621 Replace term "path" with "localname" unless it is used for a
1622 search path.
1623 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
1624 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
1625 addition to setting $PS1 when starting the Bourne-ish shell.
1626 Some sh implementations (eg, bash when called as sh) read the file
1627 named there on startup, which could clobber $PS1.
1628 (tramp-do-copy-or-rename-file-one-local): New function.
1629 Not implemented. Not used. Should invoke rcp or scp directly to keep
1630 the time.
1631
1632 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
1633
1634 * net/tramp-smb.el: Replace term `path' with `localname'
1635 unless it is used for a search path. In GNU, the word `path' is
1636 reserved for search paths.
1637
1638 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
1639 (tramp-send-string): New function. Takes over the role of the
1640 functions above, in order to have a unique place handling
1641 `tramp-chunksize'. Same implementation as `tramp-send-region'.
1642 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
1643 only known to have a buggy `process-send-string' implementation.
1644 First black-listed constellation is GNU Emacs/ hpux.
1645 (tramp-send-region): Correct debug message.
1646 (tramp-bug): Add `tramp-chunksize'.
1647
1648 2003-02-26 Matt Swift <swift@alum.mit.edu>
1649
1650 * startup.el: Streamline code in several functions for efficiency
1651 and readability. Rephrase booleans to avoid `(not noninteractive)'.
1652 Clarify several booleans expressions using De Morgan's laws.
1653
1654 (command-line): Fix barf when first command-line option handled by
1655 `command-line-1' is in the form --OPT=VAL.
1656 (command-line-1): Restore intended behavior of the --directory/-L
1657 command-line option: "-L a -L b -L c" on the command-line now puts
1658 '(a b c) at the front of `load-path'.
1659
1660 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
1661
1662 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
1663 (gamegrid-add-score-with-update-game-score-1): New function,
1664 factored out of `gamegrid-add-score-with-update-game-score'.
1665 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
1666 `gamegrid-add-score-insecure' if the requested file does not exist
1667 in $(gamedir), in case the user has installed a game on his own.
1668 (gamegrid-add-score-insecure): Accept optional directory argument.
1669
1670 2003-02-25 Andreas Schwab <schwab@suse.de>
1671
1672 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
1673 variable references by requireing that $ is not preceded by another $.
1674
1675 2003-02-25 Kenichi Handa <handa@m17n.org>
1676
1677 * env.el (setenv): Fix previous change.
1678
1679 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
1680
1681 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
1682
1683 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
1684
1685 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
1686 (simula-install-standard-abbrevs): Use dolist.
1687 Use system-flag when calling define-abbrev.
1688
1689 2003-02-24 Dave Love <fx@gnu.org>
1690
1691 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
1692
1693 * env.el (read-envvar-name): Decode names.
1694 (substitute-env-vars): Use eval-when-compile and char class.
1695 (setenv): Doc fix. Encode the data (after checking that's possible).
1696 (getenv): Encode the name and decode the result.
1697
1698 2003-02-24 Ken Manheimer <klm@zope.com>
1699
1700 * allout.el (allout-pre-command-business): Fix docstring.
1701
1702 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
1703
1704 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
1705
1706 2003-02-24 Kenichi Handa <handa@m17n.org>
1707
1708 * international/characters.el: Fix syntaxes of gb2312 and big5.
1709
1710 * language/japan-util.el (sentence-end-save): Variable deleted.
1711 (setup-japanese-environment-internal): Don't setup sentence-end.
1712 (exit-japanese-environment): Function deleted.
1713
1714 * language/japanese.el ("Japanese"): Delete `exit-function'.
1715
1716 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
1717 characters.
1718
1719 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
1720
1721 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
1722 rakar + halant" and "halant + rrakar + halant".
1723
1724 2003-02-23 Richard M. Stallman <rms@gnu.org>
1725
1726 * replace.el (query-replace-read-args): Return just 3 values.
1727 (query-replace, query-replace-regexp)
1728 (query-replace-regexp-eval, map-query-replace-regexp)
1729 (replace-string, replace-regexp): Read the start and end args
1730 separately so that the expressions are recorded in command-history.
1731
1732 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
1733
1734 * startup.el (inhibit-startup-hooks): New variable.
1735 (normal-top-level): Obey that variable.
1736 (command-line-1): Run emacs-startup-hook before term-setup-hook.
1737 Set inhibit-startup-hooks too.
1738
1739 * files.el (revert-buffer): Different error message
1740 for reverting a nonexistent file.
1741
1742 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
1743
1744 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
1745 (toplevel): Require man.
1746 Don't autoload tmm-prompt (it's in loaddefs.el).
1747 (cperl-electric-backspace-untabify): New var.
1748 (cperl-electric-backspace): Use it.
1749 (cperl-vc-header-alist): Extract numeric version from the Id.
1750 (cperl-build-manpage): New fun.
1751 (cperl-menu): Use it. Add toggle-autohelp.
1752 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
1753 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
1754 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
1755 '(' after keyword would insert a doubled paren.
1756 (cperl-calculate-indent): Update syntaxification before checks.
1757 Fix wrong indent of blocks starting with POD.
1758 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
1759 of buffer. This enables recognition of end of HERE-doc "as one types".
1760 Require "\n" after trailing tag of HERE-doc.
1761 \( made non-quoting outside of string/comment (gdj-contributed).
1762 Likewise for \$. Remove `here-doc-group' text property at start
1763 (makes this property reliable).
1764 Text property `first-format-line' ==> t.
1765 Do not recognize $opt_s and $opt::s as s///.
1766 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
1767 Recognize `continue' blocks too.
1768 (cperl-after-expr-p): Update syntaxification before checks. Work after
1769 here-docs, formats, and PODs too (affects many electric constructs).
1770 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
1771 (cperl-perldoc): Use case-sensitive search.
1772
1773 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
1774 (cperl-xemacs-p): Move.
1775 (cperl-can-font-lock): New var to replace window-system.
1776 (cperl-enable-font-lock): Use it.
1777 (cperl-use-major-mode): New var.
1778 (cperl-mode): Use it.
1779 (cperl-calculate-indent): Remove code whose removal was missed
1780 in some earlier merge.
1781 (cperl-tags-hier-init): Use display-popup-menus-p.
1782
1783 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1784
1785 * files.el (abbreviate-file-name): Shorten docstring: variables
1786 are now hyperlinks and `C-h v' need not be mentioned explicitly.
1787
1788 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1789
1790 * files.el (abbreviate-file-name): Document removal of
1791 automounter prefixes. Reported by Lars Hansen.
1792
1793 2003-02-21 Kim F. Storm <storm@cua.dk>
1794
1795 * emulation/cua-base.el: Add run-time check to catch users trying
1796 to use older versions of CUA-mode, rather than the version
1797 distributed with Emacs. Use autoload cookies and eval-after-load.
1798
1799 * startup.el (command-line): Clarify and tidy up the message
1800 printed when there are errors in the user-init-file.
1801 Do not encapsulate the error data; it's read by humans here.
1802 Do not split windows when displaying the *Message* buffer.
1803
1804 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
1805
1806 * subr.el (with-syntax-table): Don't copy the table any more.
1807
1808 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
1809
1810 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
1811 work on cygwin systems too.
1812
1813 2003-02-20 Juanma Barranquero <lektu@terra.es>
1814
1815 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
1816 Remove useless check.
1817
1818 2003-02-20 Andreas Schwab <schwab@suse.de>
1819
1820 * info.el (Info-extract-menu-node-name): Stop if colon is
1821 followed by open paren.
1822
1823 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1824
1825 * mail/undigest.el (unforward-rmail-message): Allow nested
1826 unforwarding, that is, preserve old Forwarded-From/Date headers.
1827
1828 2003-02-20 Kenichi Handa <handa@m17n.org>
1829
1830 * term/w32-win.el: Call set-fontset-font with NAME nil.
1831
1832 * international/mule-diag.el (print-fontset): If FONTSET is nil,
1833 use the default fontset.
1834 (describe-fontset): If the current frame is not using a fontset,
1835 call print-fontset with nil.
1836
1837 2003-02-19 Andre Spiegel <spiegel@gnu.org>
1838
1839 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
1840 were accidentally left over during the VC redesign in 2000.
1841
1842 2003-02-18 Juanma Barranquero <lektu@terra.es>
1843
1844 * help-macro.el (make-help-screen): Fix character constant.
1845
1846 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
1847
1848 * calc/calc-graph.el (calc-graph-plot): Likewise.
1849
1850 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
1851
1852 * emacs-lisp/edebug.el: Likewise.
1853
1854 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
1855
1856 * language/cyril-util.el (standard-display-cyrillic-translit):
1857 Likewise.
1858
1859 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
1860
1861 * progmodes/cperl-mode.el (cperl-electric-keyword)
1862 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
1863
1864 * textmodes/reftex-ref.el (reftex-reference): Likewise.
1865
1866 * textmodes/table.el (table-generate-source): Use ?\\ instead of
1867 space in "work in progress" message.
1868
1869 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
1870
1871 2003-02-17 Dave Love <fx@gnu.org>
1872
1873 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
1874
1875 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
1876
1877 * calendar/calendar.el (diary-file-name-prefix-function):
1878 Fix custom type.
1879
1880 2003-02-17 Andre Spiegel <spiegel@gnu.org>
1881
1882 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
1883 under CVS control. Suggested by Masanobu UMEDA.
1884
1885 2003-02-17 Kenichi Handa <handa@m17n.org>
1886
1887 * files.el (insert-directory): Add workaround for the case that we
1888 can't trust ls's output as to byte positions of filenames.
1889
1890 2003-02-15 Richard M. Stallman <rms@gnu.org>
1891
1892 * ffap.el: Many doc fixes.
1893 (ffap-replace-file-component):
1894 Renamed from ffap-replace-path-component. Callers changed.
1895 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
1896
1897 * international/iso-ascii.el (iso-ascii-display-table): New variable.
1898 (iso-ascii-standard-display-table): New variable.
1899 (iso-ascii-display): Define in iso-ascii-display-table.
1900 (iso-ascii-mode): New command.
1901
1902 * tar-mode.el (tar-header-block-summarize):
1903 Use l for symlink, h for hard link.
1904
1905 2003-02-15 David Kastrup <dak@gnu.org>
1906
1907 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
1908 failure returning nil, as documented.
1909
1910 2003-02-14 Dave Love <fx@gnu.org>
1911
1912 * international/code-pages.el: Undo `Trailing whitepace deleted.'
1913 damage.
1914 (cp1125, mik): Nullify mime-charset.
1915
1916 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
1917 ("Russian"): New.
1918 ("Bulgarian"): Add tutorial.
1919
1920 * international/mule-cmds.el (locale-language-names): Use Italian,
1921 Russian, Turkish, Chinese-EUC-TW.
1922 (set-locale-environment): Set ps-paper-type.
1923
1924 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1925
1926 * time.el (display-time-string-forms): Add face property to mail
1927 string.
1928
1929 2003-02-14 Juanma Barranquero <lektu@terra.es>
1930
1931 * international/mule-cmds.el (view-hello-file): Use `view-file'
1932 instead of `find-file-read-only'.
1933
1934 * dired-aux.el (dired-query-alist): Fix use of character constant.
1935
1936 * simple.el (backward-delete-char-untabify): Likewise.
1937
1938 * strokes.el (strokes-read-complex-stroke): Likewise.
1939
1940 * wid-edit.el (widget-choose): Likewise.
1941
1942 * xml.el (xml-parse-elem-type): Likewise.
1943
1944 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
1945
1946 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
1947
1948 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
1949
1950 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * international/mule-cmds.el (sort-coding-systems): Use \'.
1953 (select-safe-coding-system): Remove redundant assq check.
1954 Remove raw-text, emacs-mule and no-conversion from the list of
1955 proposed encodings unless there's nothing else.
1956
1957 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
1958
1959 * files.el (find-alternate-file): Undo last change.
1960
1961 * dired.el (dired-directory): Add autoload cookie.
1962
1963 2003-02-13 Juanma Barranquero <lektu@terra.es>
1964
1965 * international/characters.el: Use new ?\s syntax instead of "? "
1966 followed by a comment.
1967
1968 * ruler-mode.el (ruler-mode-margins-char): Likewise.
1969
1970 2003-02-13 Dave Love <fx@gnu.org>
1971
1972 * newcomment.el (comment-indent): Ensure space before added comment.
1973
1974 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1975
1976 * ps-print.el: Change the policy of background/foreground default
1977 color.
1978 (ps-print-version): New version number (6.5.9).
1979 (ps-default-fg, ps-default-bg): Adjust default value.
1980 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
1981 variables now use `t' to indicate the use of Emacs session
1982 background/foreground color.
1983 (ps-output-string-prim): If index out of range, insert hexadecimal
1984 representation of character.
1985
1986 2003-02-13 Kim F. Storm <storm@cua.dk>
1987
1988 * help.el (where-is): Rename remap-command to command-remapping.
1989 * help-fns.el (describe-function-1): Likewise.
1990
1991 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1992
1993 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
1994 comments.
1995
1996 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
1997
1998 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
1999 (fortran-fill-paragraph): Use fill-comment-paragraph.
2000
2001 2003-02-12 Juanma Barranquero <lektu@terra.es>
2002
2003 * files.el (file-truename): Revert change from 2002-11-27.
2004
2005 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2006
2007 * help-fns.el (describe-function-1): Change output for keyboard macros.
2008
2009 2003-02-12 Andreas Schwab <schwab@suse.de>
2010
2011 * progmodes/sh-script.el (sh-mode-map): Don't remap
2012 beginning-of-defun to the non-existing command
2013 sh-beginning-of-compound-command.
2014
2015 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2016
2017 * files.el (find-alternate-file): Check whether `dired-directory'
2018 is bound.
2019
2020 2003-02-12 Simon Marshall <simon@gnu.org>
2021
2022 * progmodes/make-mode.el (makefile-font-lock-keywords):
2023 Fontify single character variable references, but protect shell
2024 variables references.
2025 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
2026
2027 2003-02-12 Ami Fischman <ami@fischman.org>
2028
2029 Face markup of calendar and diary displays: Any entry line that
2030 ends with [foo:value] where foo is a face attribute (except :box
2031 :stipple) or with [face:blah] tags, will have these values applied
2032 to the calendar and fancy diary displays. These attributes "stack"
2033 on calendar displays. File-wide attributes can be defined as
2034 follows: the first line matching "^# [tag:value]" defines the
2035 value for that particular tag. All of the tags' regexps can be
2036 customized.
2037
2038 * calendar/calendar.el (diary-face-attrs): New custom.
2039 (diary-file-name-prefix-function): New custom.
2040 (diary-glob-file-regexp-prefix): New custom.
2041 (diary-file-name-prefix): New custom.
2042 (generate-calendar-window): Check that font-lock-mode is bound
2043 before checking value.
2044 (mark-visible-calendar-date): Add the ability to pass face
2045 attribute/value pairs in the mark argument. Handle the mark.
2046
2047 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
2048 attribute value string to the desired type.
2049 (diary-pull-attrs): New function that pulls the attributes off a
2050 diary entry, merges with file-global attributes, and returns
2051 the (possibly modified) entry and a list of attribute/values using
2052 diary-attrtype-convert.
2053 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
2054 (mark-diary-entries, mark-sexp-diary-entries)
2055 (list-sexp-diary-entries): Add handling of file-global attributes;
2056 add handling of entry attributes using diary-pull-attrs.
2057 (mark-calendar-days-named, mark-calendar-days-named)
2058 (mark-calendar-date-pattern, mark-calendar-month)
2059 (add-to-diary-list): Add optional paramater `color' for passing
2060 face attribute info through the callchain. Pass this parameter around.
2061
2062 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
2065 `:' in the prompt.
2066 (find-tag): Make sure we move point in the proper window.
2067
2068 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
2069 (meta-common-initialization): Don't set fill-paragraph-function
2070 now that fill-paragraph takes care of comments.
2071
2072 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
2073 the current buffer's syntax-table.
2074
2075 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
2076 (simula-font-lock-keywords-1): Simplify.
2077 (simula-font-lock-keywords-2): Use regexp-opt.
2078 (simula-emacs-features): Remove.
2079 (simula-mode-syntax-table): Setup %...\n as comment style b.
2080 (simula-mode-map): Remove compatibility cruft.
2081 (simula-keep-region-active): Remove.
2082 (simula-popup-menu): Simplify.
2083 (simula-mode): Move abbrev-table setup to top-level.
2084 (simula-match-string-or-comment): Remove.
2085
2086 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
2087 like `proc foo {a {b c} d} {'.
2088 (tcl-mode): Make comment-start-skip more selective.
2089
2090 * info-xref.el (info-xref-check): Use line-beginning-position.
2091 (info-xref-all-info-files): Cons a bit less.
2092 (info-xref-check-buffer): Use push and replace-regexp-in-string.
2093 (info-xref-output): Call insert only once.
2094 (info-xref-whitespace): Remove.
2095
2096 2003-02-11 John Paul Wallington <jpw@gnu.org>
2097
2098 * ibuffer.el (toplevel): Don't require `font-lock';
2099 require `font-core' instead, even though it is dumped.
2100
2101 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
2102 (ibuffer-add-to-tmp-show): Doc fixes.
2103
2104 * language/tamil.el ("Tamil"): Doc fix.
2105
2106 2003-02-11 Juanma Barranquero <lektu@terra.es>
2107
2108 * language/vietnamese.el ("Vietnamese"): Fix typos.
2109
2110 * info-xref.el (info-xref-check-buffer): Fix typo.
2111
2112 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
2113
2114 2003-02-11 Kenichi Handa <handa@m17n.org>
2115
2116 * loadup.el: Load "language/malayalam" and "language/tamil".
2117
2118 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
2119
2120 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
2121
2122 * language/devan-util.el: Maintainer's mail address changed.
2123 (devanagari-composable-pattern): Add DANDA character.
2124 (dev-char-glyph): Add an entry for DANDA.
2125
2126 * language/devanagari.el: Maintainer's mail address changed.
2127
2128 * language/indian.el: Maintainer's mail address changed.
2129
2130 * language/ind-util.el (indian-dev-base-table): Table fixed.
2131 (indian-pnj-base-table): Table contents defined.
2132 (indian-gjr-base-table): Likewise.
2133 (indian-ori-base-table): Likewise.
2134 (indian-bng-base-table): Likewise.
2135 (indian-asm-base-table): Likewise.
2136 (indian-tlg-base-table): Likewise.
2137 (indian-knd-base-table): Likewise.
2138 (indian-mlm-base-table): Likewise.
2139 (indian-tml-base-table): Likewise.
2140 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
2141 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
2142 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
2143 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
2144 (indian-tml-itrans-v5-hash): New variables.
2145
2146 * language/malayalam.el: New file.
2147 * language/mlm-util.el: New file.
2148 * language/tamil.el: New file.
2149 * language/tml-util.el: New file.
2150
2151 2003-02-11 Kevin Ryde <user42@zip.com.au>
2152
2153 * info-xref.el: New file.
2154
2155 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
2156
2157 * textmodes/page-ext.el (pages-directory-mode-map): New.
2158 (pages-directory-map): Redefine as an varalias.
2159 (pages-directory-mode): Use new map var and run mode hook.
2160 (pages-directory-address-mode): Use define-derived-mode.
2161
2162 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
2163 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
2164 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
2165 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
2166 (texinfo-if-clear): Use re-search-forward's return value.
2167 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
2168 (texinfo-format-region): Use line-{end,beginning}-position.
2169 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
2170
2171 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
2172 (eldoc-use-idle-timer-p): Remove.
2173 (timer): Never require. It only works in current Emacs anyway.
2174 (eldoc-mode, eldoc-message, eldoc-display-message-p)
2175 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
2176
2177 * ffap.el (ffap-complete-as-file-p):
2178 Use minibuffer-completing-file-name.
2179
2180 * international/mule.el (load-with-code-conversion): Use push.
2181
2182 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
2183
2184 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
2185 Use with-current-buffer and simplify.
2186
2187 * help-mode.el (help-xref-on-pp): Only add xref if the text
2188 is less than 5K.
2189
2190 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
2191 make the file dead if we used the -n arg.
2192
2193 * emacs-lisp/cl-macs.el (process-get): Add setf method.
2194
2195 * server.el (server-previous-strings): Remove.
2196 (server-process-filter): Use (process-get 'previous-string) instead.
2197 (server-sentinel): Remove code made superfluous.
2198
2199 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
2200
2201 * info.el (Info-follow-nearest-node): Implement new behavior.
2202
2203 2003-02-10 Juanma Barranquero <lektu@terra.es>
2204
2205 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
2206
2207 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
2208 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
2209 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
2210 (ebnf-terminal-regexp, ebnf-case-fold-search)
2211 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
2212 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
2213 "ebnf-syntatic".
2214 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
2215 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
2216 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
2217 (ebnf-generate-region): Fix typo.
2218
2219 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
2220
2221 * language/ind-util.el (indian-itrans-v5-table): Add entries for
2222 "E" and "O".
2223
2224 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2225
2226 * progmodes/cc-styles.el (c-set-offset): Don't find a default
2227 syntactic element through syntactic analysis if called outside
2228 a CC Mode buffer.
2229
2230 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2231
2232 * progmodes/cc-mode.el (c-basic-common-init):
2233 Install `c-fill-paragraph' on `fill-paragraph-function'.
2234 Although it's not the normal way to call it in a CC Mode buffer it
2235 makes a direct call to `fill-paragraph' work better.
2236
2237 2003-02-08 Kim F. Storm <storm@cua.dk>
2238
2239 * printing.el (pr-get-symbol): Define during compile.
2240
2241 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2242
2243 * printing.el: New file.
2244
2245 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
2246
2247 * language/european.el ("French", "Slovenian"): Fix doc strings.
2248
2249 2003-02-06 John Paul Wallington <jpw@gnu.org>
2250
2251 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
2252 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
2253 (rmail-summary-next-labeled-message, rmail-summary-resend)
2254 (rmail-summary-override-mail-send-and-exit): Doc fixes.
2255
2256 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
2257
2258 * language/european.el ("Italian"): New.
2259
2260 2003-02-06 Matthew Swift <swift@alum.mit.edu>
2261
2262 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
2263 "ls -alh" output.
2264
2265 2003-02-05 Juanma Barranquero <lektu@terra.es>
2266
2267 * font-lock.el (font-lock-reference-face): Add obsolescence
2268 declaration and remove redundant info from docstring.
2269
2270 * log-edit.el (cvs-commit-buffer-require-final-newline)
2271 (cvs-changelog-full-paragraphs): Likewise.
2272
2273 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2274 (mouse-wheel-click-button): Likewise.
2275
2276 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
2277
2278 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
2279
2280 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2281 (vc-header-alist): Likewise.
2282
2283 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
2284
2285 * textmodes/outline.el (outline-visible): Likewise.
2286
2287 2003-02-05 Kim F. Storm <storm@cua.dk>
2288
2289 * ido.el (ido-define-mode-map):
2290 Undo last change (duplicates part of 2003-02-04 change).
2291 Remap `viper' delete commands only in file or dir mode.
2292
2293 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2294
2295 * ido.el (ido-define-mode-map): Interact with Viper.
2296
2297 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2298
2299 * net/tramp.el: Version 2.0.29 released.
2300 (tramp-send-region): Protect against tramp-chunksize being nil.
2301 (tramp-chunksize): Set default to 500 as workaround for some ssh
2302 connections.
2303 (tramp-handle-directory-file-name): New implementation. Not sure
2304 if it works.
2305 (tramp-md5-function): Require md5 before checking function md5.
2306 If using md5-encode, put wrapper around it that converts vector of
2307 bytes to ascii text.
2308 (top-level): Avoid byte-compiler warnings of unused variables if
2309 the byte-compiler supports this. This is for the
2310 with-parsed-tramp-file-name macro which is wont to produce such stuff.
2311
2312 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
2313
2314 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
2315 PATH is "".
2316 (tramp-completion-handle-file-name-all-completions):
2317 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
2318 (tramp-parse-passwd): For su-alike methods it would be desirable
2319 to return "root@localhost" as default. Unfortunately, we have no
2320 information whether any user name has been typed already. So we
2321 (mis-)use tramp-current-user as indication, assuming it is set in
2322 `tramp-completion-handle-file-name-all-completions'.
2323 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
2324 I did it accidently. Infinite loop ...
2325 (tramp-get-device): `tramp-make-tramp-file-name' must not be
2326 called with NIL path. It fails in case of multi-method.
2327 (tramp-file-name-for-operation): Apply `expand-file-name' for
2328 relative file names only. Otherwise there might be problems if
2329 the default directory is another Tramp directory as the directory
2330 the file is based on.
2331 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
2332 a Tramp file name. It isn't if it comes from an expanded file
2333 name (like "/xx:yy//zz").
2334 (tramp-devices): New variable. Keeps virtual device numbers.
2335 Devices must distinguish physical file systems. The device
2336 numbers provided by "lstat" aren't unique, because we operate on
2337 different hosts. So we use virtual device numbers, generated by
2338 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
2339 In order to be different, we use device number (-1 x), whereby "x"
2340 is unique for a given (multi-method method user host).
2341 Suggested by Kai.
2342 (tramp-perl-file-attributes): Always return device number -1.
2343 There will be a virtual device number set in
2344 `tramp-handle-file-attributes', which replaces this one.
2345 (tramp-handle-file-attributes): Set virtual device number.
2346 (tramp-get-device): New function. Returns the virtual device
2347 number. If it doesn't exist, generate a new one.
2348 (tramp-handle-file-regular-p): Use Emacs file name primitives
2349 instead of calling tramp-handle-* equivalents directly.
2350 Needed for tramp-smb.
2351 (tramp-completion-function-alist-ssh): Add parsing of
2352 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
2353 (tramp-completion-function-alist, tramp-set-completion-function):
2354 Doc string update.
2355 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
2356 Provide parsing of "~/.ssh/config" style files.
2357 (tramp-completion-handle-expand-file-name):
2358 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
2359 on W32 systems.
2360 (tramp-completion-mode): Perform check (integerp last-input-event)
2361 before (event-modifiers last-input-event) -- there might be
2362 problems if `last-input-event' is a mouse event.
2363 (tramp-parse-rhosts, tramp-parse-shosts)
2364 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
2365 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
2366 functions might block. Reported by <kin@neoscale.com>.
2367
2368 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
2369 '(tramp-disable-ange-ftp). Suggested by Kai.
2370 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
2371 any longer.
2372 (top-level): Defaults for `tramp-default-method-alist' must be a list.
2373
2374 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2375 Apply `tramp-handle-directory-file-name'.
2376 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
2377 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
2378 (tramp-smb-handle-make-directory): Use Emacs file name primitives
2379 instead of calling tramp-smb-handle-* equivalents directly.
2380 (tramp-smb-read-file-entry): Return size as a number, not a string.
2381 (top-level): Defaults for `tramp-default-method-alist' must be a list.
2382
2383 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
2384
2385 * completion.el (eval-when-compile-load-eval, completion-eval-when)
2386 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
2387 (completion-min-length, completion-max-length)
2388 (completion-prefix-min-length): Don't hard-code the default value
2389 when byte-compiling.
2390 (complete): Inline minibuffer-window-selected-p.
2391
2392 2003-02-04 Richard M. Stallman <rms@gnu.org>
2393
2394 * term.el (term-raw-map): Set it up at load time.
2395 (term-char-mode): Don't set up term-raw-map here.
2396 (term-set-escape-char): Don't set up C-x subcommand.
2397 (term-ansi-face-already-done): Renamed from
2398 term-ansi-face-alredy-done.
2399 (term-command-hook): Avoid error if STRING is empty.
2400 (term, term-mode): Doc fixes.
2401
2402 * term.el: Redesign handling of colors and faces.
2403 Delete all the faces that this mode used to make.
2404 (ansi-term-color-vector): New variable.
2405 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
2406 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
2407 Variables deleted.
2408 (term-default-fg-color, term-default-bg-color): Use defcustom.
2409 (term-handle-colors-array): Use ansi-term-color-vector,
2410 and specify face attributes rather than faces in `face' property.
2411
2412 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
2413 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
2414 (term-ansi-reverse-faces-vector): Delete unused variables.
2415 (term-ignore-error): Delete macro.
2416
2417 * simple.el (back-to-indentation): Skip all whitespace
2418 except for newlines.
2419
2420 * files.el (find-alternate-file): Handle dired-directory
2421 like buffer-file-name.
2422
2423 * dired.el (dired-find-buffer-nocreate): Avoid error if
2424 dired-directory is nil.
2425
2426 2003-02-04 Juanma Barranquero <lektu@terra.es>
2427
2428 * image.el (image-type-regexps): Fix typo.
2429
2430 * international/characters.el: Restore missing space and put a
2431 comment to protect it from being deleted as trailing whitespace.
2432
2433 * ruler-mode.el (ruler-mode-margins-char): Likewise.
2434
2435 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
2436
2437 * mail/rmailout.el (rmail-output): If preserving MIME-version,
2438 preserve Content-type too.
2439
2440 2003-02-04 Kim F. Storm <storm@cua.dk>
2441
2442 * ido.el (ido-define-mode-map): Remap viper delete char/word
2443 commands to their ido specific equivalents. Disable ESC in
2444 viper mode (to avoid exiting insert mode), since ido doesn't
2445 work in viper command mode.
2446 (ido-delete-backward-updir, ido-delete-backward-word-updir):
2447 Handle remapped viper commands.
2448
2449 2003-02-03 Juanma Barranquero <lektu@terra.es>
2450
2451 * calculator.el (calculator): Don't use the minibuffer even in
2452 electric mode; use a private buffer and display it in the minibuffer
2453 window using `set-window-buffer'.
2454
2455 2003-02-03 Dave Love <fx@gnu.org>
2456
2457 * emacs-lisp/benchmark.el: New.
2458
2459 2003-02-02 Andreas Schwab <schwab@suse.de>
2460
2461 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
2462 words separated by dots. Match optional parenthesized word at
2463 start of line.
2464
2465 * font-lock.el
2466 (font-lock-match-c-style-declaration-item-and-skip-to-next):
2467 Don't require underscore in word before double open-paren.
2468
2469 2003-02-02 John Paul Wallington <jpw@gnu.org>
2470
2471 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
2472
2473 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
2474
2475 * time-stamp.el: Tweak doc strings and preamble commentary.
2476 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
2477 regexp subpattern 5)
2478 (time-stamp-pattern): Initialize to nil to avoid regexp work in
2479 default case.
2480 (time-stamp-string): Call set-time-zone-rule instead of setenv
2481 (time-stamp-hhmmss): Remove (not needed after all).
2482 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
2483 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2484 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
2485 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
2486
2487 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
2490 (custom-save-variables): Use dolist, simplify.
2491 Output a message if a `requests' entry looks suspicious.
2492 (custom-save-faces): Use dolist, simplify.
2493
2494 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
2495
2496 * antlr-mode.el: Bug fixes, miscellaneous.
2497 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
2498 make it more rubust against changes in cc-mode's style variables
2499 by using `boundp' and function `c-init-language-vars' if defined.
2500 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
2501 (antlr-read-value): With completion, ignore case.
2502 (antlr-run-tool-interactive): New function.
2503 (antlr-run-tool): Use it for `interactive' specification.
2504
2505 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
2506 (cond-emacs-xemacs): New compile-time macro.
2507 (defunx): New compile-time macro.
2508 (ignore-errors-x): New compile-time macro.
2509 (save-buffer-state-x): New compile-time macro.
2510
2511 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
2512 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
2513 (antlr-simple-default-directory): Deletia.
2514 (antlr-default-directory): Define directly.
2515 (antlr-simple-read-shell-command): Deletia.
2516 (antlr-read-shell-command): Define directly.
2517 (antlr-simple-with-displaying-help-buffer): Deletia.
2518 (antlr-with-displaying-help-buffer): Define directly.
2519 (antlr-fast-invalidate-context-cache): Deletia.
2520 (antlr-slow-invalidate-context-cache): Deletia.
2521 (antlr-invalidate-context-cache): Define directly.
2522 (antlr-fast-syntactic-context): Deletia.
2523 (antlr-slow-syntactic-context): Deletia.
2524 (antlr-syntactic-context): Define directly.
2525
2526 (antlr-mode-menu): Use new macros.
2527 (antlr-font-lock-additional-keywords): Ditto.
2528 (antlr-skip-sexps): Ditto.
2529 (antlr-end-of-rule): Ditto.
2530 (antlr-beginning-of-rule): Ditto.
2531 (antlr-end-of-body): Ditto.
2532 (antlr-beginning-of-body): Ditto.
2533 (antlr-hide-actions): Ditto.
2534 (antlr-option-kind): Ditto.
2535
2536 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
2537 (antlr-font-lock-keyword-face): Use new macros.
2538 (antlr-font-lock-syntax-face): Ditto.
2539 (antlr-font-lock-ruledef-face): Ditto.
2540 (antlr-font-lock-tokendef-face): Ditto.
2541 (antlr-font-lock-literal-face): Ditto.
2542
2543 Changes from 2002-05-24:
2544
2545 * antlr-mode.el: Version 2.2a.
2546
2547 Changes from 2002-05-03:
2548
2549 * antlr-mode.el: Make context parsing faster on Emacs, for faster
2550 syntax highlighting, indentation and imenu support.
2551 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
2552 (antlr-slow-context-cache): New variable.
2553 (antlr-slow-syntactic-context): Use cache.
2554 (antlr-slow-cache-enabling-symbol): New internal variable.
2555 (antlr-slow-cache-diff-threshold): New variable.
2556 (antlr-fast-invalidate-context-cache): Renamed from
2557 antlr-xemacs-bug-workaround.
2558 (antlr-imenu-create-index-function): Search from beginning.
2559
2560 * antlr-mode.el: More sophisticated indentation, i.e., use the
2561 indentation engine of cc-mode for most actions.
2562 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
2563 (antlr-indent-line): Use indentation engine of cc-mode more often.
2564 (antlr-indent-at-bol-alist): Only used for header actions.
2565 (antlr-disabling-cc-syntactic-symbols): New variable.
2566 (antlr-indent-item-regexp): Delete stuff for actions.
2567 (antlr-indent-at-bol-alist): With language "Java", indent
2568 "package" and "import" at column 0 in header part.
2569
2570 * antlr-mode.el (antlr-simple-default-directory): Define.
2571 (antlr-simple-read-shell-command): Define.
2572 (antlr-simple-with-displaying-help-buffer): Define.
2573 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
2574 Renamed from antlr-scan-{sexps,lists}-internal.
2575
2576 Changes from 2002-02-28:
2577
2578 * antlr-mode: Version 2.2 is released.
2579
2580 * antlr-mode.el (antlr): Moved to SourceForge.net
2581
2582 * antlr-mode.el: Minor bug fixes: insert options and indentation.
2583 (antlr-option-location): Don't use point as position where to
2584 insert options if point is in comment.
2585 (antlr-mode): Don't set style here.
2586 (antlr-c-common-init): Set style here. If boundp, set
2587 `c-current-comment-prefix' to not break indentation in comments.
2588 Hm, I should probably split `c-common-init' from cc-mode into two
2589 parts, one of which I could use for antlr-mode.el.
2590
2591 Changes from 2002-01-31:
2592
2593 * antlr-mode.el (antlr-font-lock-additional-keywords):
2594 Also hightlight `~' with `antlr-font-lock-syntax-face'.
2595 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
2596
2597 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2598
2599 * comint.el:
2600 * dired-aux.el:
2601 * dired.el:
2602 * dirtrack.el:
2603 * dos-w32.el:
2604 * fast-lock.el:
2605 * filecache.el:
2606 * files.el:
2607 * hippie-exp.el:
2608 * international/mule.el:
2609 * net/browse-url.el:
2610 * pcomplete.el:
2611 * recentf.el:
2612 * shell.el:
2613 * woman.el: Added cygwin to system-type comparisons.
2614
2615 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
2616
2617 * mail/undigest.el (rmail-forward-separator-regex): New custom
2618 variable.
2619 (unforward-rmail-message): Use it.
2620
2621 2003-01-30 Dave Love <fx@gnu.org>
2622
2623 * textmodes/ispell.el (lookup-words): Fix last change.
2624
2625 2003-01-29 John Paul Wallington <jpw@gnu.org>
2626
2627 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
2628
2629 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2630 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
2631 `define-ibuffer-sorter'.
2632 (lisp-imenu-generic-expression): Add `deftheme' to types.
2633
2634 * custom.el (customize-mark-to-save, customize-mark-as-set)
2635 (custom-remove-theme): Doc fixes.
2636
2637 2003-01-29 Didier Verna <didier@xemacs.org>
2638
2639 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
2640 * cus-edit.el (custom-save-faces): Ditto.
2641
2642 2003-01-29 Juanma Barranquero <lektu@terra.es>
2643
2644 * composite.el (decompose-composite-char): Fix docstring.
2645
2646 * select.el (x-set-cut-buffer): Fix docstring. Check type with
2647 `stringp' instead of `substring'.
2648
2649 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
2650 file name if no other master file is located.
2651
2652 * progmodes/cperl-mode.el (cperl-beautify-level)
2653 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
2654 (cperl-calculate-indent): Fix typo.
2655
2656 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
2657
2658 * arc-mode.el (archive-lzh-summarize): Fix previous change.
2659
2660 2003-01-29 Kim F. Storm <storm@cua.dk>
2661
2662 * emacs-lisp/authors.el: New format of AUTHORS file; list each
2663 author name once followed by contributed and changed files.
2664 Improve selection of entries to include in list, and generate list
2665 of unrecognized entries indicating syntax errors in ChangeLog files.
2666 (authors-coding-system): New variable.
2667 (authors-many-files): Update doc string.
2668 (authors-aliases): Change format. Now one entry with multiple
2669 aliases per author.
2670 (authors-valid-file-names, authors-renamed-files-alist)
2671 (authors-renamed-files-regexps): New variables.
2672 (authors-canonical-file-name): New function. Validates that file
2673 exists or occurs in one of the above lists. Record unrecognized
2674 file names in global authors-invalid-file-names list.
2675 (authors-add): Change to record per-change counts.
2676 (authors-canonical-author-name): Handle new format of
2677 authors-aliases list.
2678 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
2679 Change doc string to describe new entry format.
2680 Only add author entries for valid file names.
2681 (authors-print): Replace by authors-add-to-author-list.
2682 (authors-add-to-author-list): New function which reorders
2683 per-file entries and adds them to global authors-author-list.
2684 (authors): Instead of authors-print to insert in *Authors* buffer,
2685 use authors-add-to-author-list to reorder the list and then
2686 insert result in *Authors* buffer with new format.
2687 Generate *Authors Errors* compilation-mode buffer listing
2688 unrecognized ChangeLog entries.
2689
2690 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2691
2692 * term/mac-win.el: Add entries in function-key-map for
2693 [tab], [backspace], [escape].
2694
2695 2003-01-28 Kim F. Storm <storm@cua.dk>
2696
2697 * info.el (Info-extract-menu-node-name): Another fix for
2698 2003-01-24 change. Also stop search if : is followed by TAB.
2699
2700 2003-01-28 John Paul Wallington <jpw@gnu.org>
2701
2702 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
2703 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
2704
2705 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
2706
2707 * progmodes/cc-vars.el, progmodes/cc-mode.el
2708 (c-require-final-newline): Made this variable an alist to
2709 specify a value for each language. The default value causes
2710 `require-final-newline' to be set to t only in languages where
2711 the standard requires a final newline.
2712
2713 2003-01-27 Kim F. Storm <storm@cua.dk>
2714
2715 * simple.el (kill-new): Improve doc string for yank-handler.
2716 Signal args-out-of-range error if yank-handler is specified for
2717 an empty string.
2718
2719 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
2720
2721 2003-01-27 Dave Love <fx@gnu.org>
2722
2723 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
2724
2725 * thingatpt.el (thing-at-point-file-name-chars):
2726 Include non-ASCII again and re-write the filename ops.
2727
2728 2003-01-27 David Ponce <david@dponce.com>
2729
2730 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
2731
2732 2003-01-27 Juanma Barranquero <lektu@terra.es>
2733
2734 * filesets.el (filesets-file-open): Fix typo.
2735
2736 * vcursor.el (vcursor-disable): Likewise.
2737
2738 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
2739
2740 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
2741
2742 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
2743
2744 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
2745
2746 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
2747
2748 * progmodes/cc-vars.el, progmodes/cc-mode.el
2749 (c-require-final-newline): Add a variable to make the
2750 initialization of `require-final-newline' more configurable.
2751
2752 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2753
2754 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
2755 Set iso-2022-7bit coding: cookie.
2756
2757 2003-01-26 Kim F. Storm <storm@cua.dk>
2758
2759 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
2760 Don't search for next colon if current colon is followed by
2761 one of ".", ",", ";", or ")".
2762 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
2763 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
2764
2765 2003-01-26 Richard M. Stallman <rms@gnu.org>
2766
2767 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
2768
2769 2003-01-25 Bill Wohler <wohler@newt.com>
2770
2771 * mh-e: Created directory. ChangeLog will appear in a week when we
2772 release version 7.2.
2773
2774 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
2775 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
2776 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
2777 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2778 mail/mh-xemacs-compat.el: Moved to mh-e directory.
2779 Note that reply2.pbm and reply2.xpm, which were created by the
2780 MH-E package, were left in mail since they can probably be used by
2781 other mail packages.
2782
2783 * makefile.w32-in (WINS): Add mh-e.
2784
2785 * makefile.nt (WINS): Add mh-e.
2786
2787 2003-01-25 Richard M. Stallman <rms@gnu.org>
2788
2789 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2790 Compile any lambda-expressions among the args.
2791
2792 * view.el (view-mode): Doc fix.
2793
2794 * ido.el: Many doc fixes.
2795 (ido-complete): Fix message.
2796
2797 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
2798
2799 * arc-mode.el (archive-unixdate): Correct the date field string.
2800 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
2801 type (which is most prevalent now), in addition to the already
2802 supported level 0 and 1 header types.
2803
2804 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
2805
2806 * international/mule-cmds.el (set-language-info)
2807 (current-language-environment): Simplify setting the type of
2808 current-language-environment.
2809
2810 2003-01-25 Kim F. Storm <storm@cua.dk>
2811
2812 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
2813 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
2814 only needed when the region is active. This also makes the output
2815 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
2816
2817 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
2818
2819 * ediff.el (ediff-revision): Better defaults.
2820
2821 * ediff-vers.el (ediff-vc-latest-version): New function.
2822 (ediff-vc-internal): Use latest version instead of working version.
2823
2824 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
2825
2826 * info.el (Info-extract-menu-node-name): When looking for end of menu
2827 item, don't stop at first ":"; instead, continue until trailing
2828 context is either a space or newline.
2829 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
2830 (Info-menu): Likewise, for regexp used in backwards search.
2831 (Info-try-follow-nearest-node): Remove case added in previous edit.
2832 Change regexp in the following case to allow ":" in menu item.
2833 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
2834 point-max as "hasn't already been done".
2835
2836 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
2837
2838 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
2839 terminated by ": " as an index entry.
2840
2841 2003-01-24 Juanma Barranquero <lektu@terra.es>
2842
2843 * isearch.el (isearch-forward): Fix typo.
2844
2845 2003-01-24 Kenichi Handa <handa@m17n.org>
2846
2847 * international/mule.el (decode-coding-inserted-region):
2848 Rename from decode-coding-region-as-inserted-from-file to make it fit
2849 well in the Lisp manual.
2850
2851 * jka-compr.el (jka-compr-insert-file-contents):
2852 Call docode-coding-inserted-region.
2853
2854 2003-01-24 John Paul Wallington <jpw@gnu.org>
2855
2856 * ibuffer.el (ibuffer-window-list): Remove.
2857 (ibuffer-confirm-operation-on): Use `window-list' instead.
2858 (ibuffer-load-hook): New customizable variable.
2859 (toplevel): Run it.
2860 (ibuffer-customize): New command.
2861 (ibuffer-mode-map): Bind it.
2862 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
2863 (ibuffer-mode): Tidy.
2864 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
2865 (ibuffer-default-directory, ibuffer-default-sorting-mode)
2866 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
2867 (ibuffer-map-lines): Doc fixes.
2868
2869 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
2870 filenames. Use `kill-new'.
2871
2872 2003-01-23 Dave Love <fx@gnu.org>
2873
2874 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
2875 in the file.
2876
2877 2003-01-23 Masatake YAMATO <jet@gyve.org>
2878
2879 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
2880 /* */ comments.
2881
2882 2003-01-23 Kenichi Handa <handa@m17n.org>
2883
2884 * files.el (insert-directory): Read the output of "ls" by
2885 no-conversion, and decode it later while preserving
2886 `dired-filename' property.
2887
2888 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
2889
2890 * descr-text.el (describe-text-mode-hook): Add a group.
2891
2892 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
2893
2894 * term/mac-win.el (interprogram-paste-function): Handle empty
2895 clipboard.
2896
2897 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
2898
2899 * info.el (Info-index): Change pattern so that index entries with
2900 colons can be read properly; also, require at least one space
2901 after the colons, which makeinfo puts in.
2902
2903 2003-01-22 Andreas Schwab <schwab@suse.de>
2904
2905 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
2906 change.
2907
2908 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
2909
2910 * Makefile.in (bootstrap-after): New target.
2911 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
2912
2913 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2914
2915 * info.el (Info-index-next): Use "(`,' tries to find next)" for
2916 more matches for consistency with standalone info browser.
2917
2918 2003-01-22 Kenichi Handa <handa@m17n.org>
2919
2920 * international/mule.el
2921 (decode-coding-region-as-inserted-from-file): New function.
2922
2923 * jka-compr.el (jka-compr-insert-file-contents): Read a process
2924 output without decoding. Decode the result by
2925 decode-coding-region-as-inserted-from-file.
2926
2927 2003-01-22 Kim F. Storm <storm@cua.dk>
2928
2929 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
2930 visited directories to end of list; it's the wrong thing to do if
2931 we want to find a file or directory in such directories.
2932
2933 * simple.el: Doc fixes.
2934 * subr.el: Doc fixes.
2935
2936 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
2937
2938 * gud.el (gud-display-line): If the current file is newer than its
2939 buffer, offer to reread the file.
2940 (gud-keep-buffer): New buffer local variable. Ensures offer to
2941 reread file is made just once.
2942
2943 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
2944
2945 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
2946 Fix the docstring instead.
2947
2948 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2949
2950 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
2951
2952 2003-01-20 Richard M. Stallman <rms@gnu.org>
2953
2954 * simple.el (completion-setup-function): Set default-directory
2955 in the minibuffer, so it'll be copied into the completion list buffer.
2956
2957 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
2958
2959 * loadup.el (load-path): Rename `path' local var.
2960
2961 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
2962 to C-c C-i. Duplicate its bindings with last char a ctl char.
2963 Also change C-c f to C-c C-f.
2964
2965 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
2966
2967 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
2968 value system dependent.
2969 (ls-lisp-support-shell-wildcards): Add autoload cookie.
2970
2971 2003-01-19 Kim F. Storm <storm@cua.dk>
2972
2973 * msb.el: Use `dir' instead of `path' everywhere.
2974
2975 2003-01-18 Kim F. Storm <storm@cua.dk>
2976
2977 * simple.el (kill-new, kill-append, kill-region):
2978 New optional parameter yank-handler.
2979 (yank-excluded-properties): Add yank-handler to list.
2980 (yank-undo-function): New variable.
2981 (yank): Use it to undo previous yank or yank-pop command.
2982 Allow insert-for-yank to override this-command.
2983
2984 * subr.el (insert-for-yank): Arg list changed; now only accepts one
2985 string rather than any number of strings; no callers needed change.
2986 Use yank-handler text property on the arg string.
2987 Set yank-undo-function variable appropriately for yank-pop.
2988
2989 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
2992 regexp-concatenation.
2993
2994 * add-log.el (add-change-log-entry): Don't leave space at eol.
2995 (add-log-current-defun): Perl functions names can't have (or {.
2996
2997 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
2998 (sh-non-closing-paren): New const.
2999 (sh-case, sh-while-getopts): Use it to make props non-sticky.
3000 (sh-add-completer): Use test-completion.
3001
3002 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
3003
3004 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
3005
3006 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
3007
3008 * cus-edit.el (customize-changed-options): Undo last doc change.
3009
3010 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
3011
3012 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3013 Don't treat \n specially in sub-skeletons.
3014
3015 2003-01-17 Dave Love <fx@gnu.org>
3016
3017 * international/ucs-tables.el: Redo 8859-6 change in the right place.
3018
3019 2003-01-17 Kenichi Handa <handa@m17n.org>
3020
3021 * international/fontset.el: Don't setup the default fontset and
3022 font-encoding-alist at the top level.
3023 (setup-default-fontset): New function.
3024 (create-fontset-from-fontset-spec): Delete autoload cookie.
3025
3026 * term/x-win.el: Require fontset unconditionally again.
3027 Call setup-default-fontset at the top level.
3028
3029 * term/w32-win.el: Call setup-default-fontset.
3030
3031 * term/mac-win.el: Require fontset and call setup-default-fontset.
3032
3033 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
3036 property until end-of-paragraph.
3037
3038 2003-01-16 Kenichi Handa <handa@m17n.org>
3039
3040 * international/ucs-tables.el: Undo the last change.
3041
3042 2003-01-15 Dave Love <fx@gnu.org>
3043
3044 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
3045 and use documented treatment of -.
3046
3047 * dired-x.el (dired-filename-at-point): Fix filename-chars.
3048
3049 * international/ucs-tables.el: Set up tables for 8859-6.
3050
3051 * server.el (server-window): Customize.
3052 (server-mode): New.
3053 (server-unload-hook): Call server-start.
3054
3055 2003-01-15 John Wiegley <johnw@gnu.org>
3056
3057 * eshell/em-hist.el (eshell-save-history-on-exit):
3058 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
3059 because the former name is somewhat unrelated to the variables'
3060 possible values.
3061
3062 2003-01-15 Deepak Goel <deego@gnufans.org>
3063
3064 * calc/README: Add new maintainer.
3065
3066 * calc/*: Ditto.
3067
3068 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
3069
3070 2003-01-15 Andrew Innes <andrewi@gnu.org>
3071
3072 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
3073 using appropriate rule for build environment.
3074 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
3075 of autoloads and defvars, sufficient to dump bootstrap emacs.
3076 (update-subdirs-SH): Use hard-coded list of top-level lisp
3077 subdirs, because find program on Windows is not compatible with
3078 Unix find.
3079 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
3080 Explicitly load loaddefs.el so that bootstrap emacs can compile
3081 properly.
3082 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
3083 minimal stub sufficient for dumping bootstrap emacs is available.
3084
3085 * loadup.el: Include lisp/textmodes in load-path for bootstrap
3086 emacs, to resolve ispell menu reference.
3087
3088 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
3089
3090 * international/mule.el (optimize-char-coding-system-table):
3091 Optimize it.
3092
3093 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
3094
3095 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
3096
3097 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
3098 occasional use of "05" rather than " 5" for day-of-month.
3099
3100 * log-view.el (log-view-message-re): The rev might be locked.
3101
3102 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
3103
3104 * gdb-ui.el: Improve commentary.
3105 (gdb-window-height, gdb-window-width, gdb-display-number-end):
3106 Customize the dimensions of frames for displayed expressions.
3107 (gdb-error-begin): Comment out because it is not used because of
3108 bug/quirk in annotations.
3109 (gdb-reset): Use with-current-buffer.
3110
3111 2003-01-14 Kim F. Storm <storm@cua.dk>
3112
3113 * ido.el (ido-read-internal, ido-file-internal)
3114 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
3115 Don't use `path' as name of local variables holding a file name.
3116
3117 * arc-mode.el (archive-arc-rename-entry): Fix error message.
3118 (archive-lzh-summarize): Rename local var `path' to `dir'.
3119 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
3120
3121 * dired.el: Doc fixes.
3122 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
3123 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
3124 * dired-x.el: Doc fixes.
3125
3126 * fast-lock.el (fast-lock-cache-name): Doc fix.
3127
3128 * net/browse-url.el (browse-url-filename-alist): Doc fix.
3129
3130 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
3131
3132 * apropos.el (apropos): Restore autoload cookie. Fix typo in
3133 "error retrieving function documentation" output.
3134
3135 2003-01-14 Kim F. Storm <storm@cua.dk>
3136
3137 * subr.el (process-put, process-get): New functions.
3138
3139 * simple.el (clone-process): Copy process' plist to new process.
3140
3141 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
3142
3143 * cus-dep.el (custom-make-dependencies): Don't set standard-value
3144 and version numbers for variables. Handle faces.
3145
3146 * cus-edit.el (customize-changed-options): Doc addition. Load the
3147 version deps earlier. Use other tests for groups and variables.
3148 Handle faces.
3149
3150 2003-01-14 Kim F. Storm <storm@cua.dk>
3151
3152 * ido.el: Doc fixes.
3153 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
3154 (ido-rewrite-file-prompt-functions): Rename from
3155 ido-make-file-prompt-hook. Directory name is now in dynamic
3156 variable `dirname' (instead of `path').
3157 (ido-rewrite-file-prompt-rules): Rename from
3158 ido-rewrite-prompt-path-rules.
3159 (ido-make-prompt): Directory name now in `dirname' var.
3160 (ido-complete): Fix error message.
3161
3162 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
3163
3164 * server.el (server-process-filter): Use `minibufferp' to test
3165 whether we are inside a minibuffer.
3166 (server-process, server-kill-new-buffers): Doc fixes.
3167
3168 2003-01-13 Dave Love <fx@gnu.org>
3169
3170 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
3171 Remove pre-write-conversion.
3172
3173 2003-01-13 Kim F. Storm <storm@cua.dk>
3174
3175 * hexl.el (hexl-mode-map): Don't quote remapped command names.
3176
3177 2003-01-13 David Ponce <david@dponce.com>
3178
3179 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
3180 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
3181
3182 2003-01-13 Masatake YAMATO <jet@gyve.org>
3183
3184 * ruler-mode.el (ruler-mode-comment-column-char)
3185 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
3186 (ruler-mode-mouse-current-grab-object): New variables.
3187 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
3188 New faces.
3189 (ruler-mode-mouse-set-fill-column): Removed.
3190 (ruler-mode-mouse-grab-any-column)
3191 (ruler-mode-mouse-drag-any-column-iteration)
3192 (ruler-mode-mouse-drag-any-column): New functions.
3193 (ruler-mode-map): [header-line down-mouse-2] Bound to
3194 `ruler-mode-mouse-grab-any-column' instead of
3195 `ruler-mode-mouse-set-fill-column'.
3196 (ruler-mode-ruler-help-echo): Update its value.
3197 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
3198 when goal-column is already set.
3199 (ruler-mode-ruler-help-echo-tab): Rename to...
3200 (ruler-mode-ruler-help-echo-when-tab-stops): New.
3201 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
3202 (ruler-mode-goal-column-help-echo): New help strings.
3203 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
3204 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
3205 Show `comment-column' and `goal-column'. Echo the different help
3206 string for each *-column characters on the ruler.
3207
3208 2003-01-13 Richard M. Stallman <rms@gnu.org>
3209
3210 * apropos.el (apropos-documentation-property): New function.
3211 (apropos): Use apropos-documentation-property.
3212
3213 * files.el (mode-line-process): Mark as risky.
3214
3215 * help.el (where-is): Catch errors in indirect-function.
3216
3217 * server.el (server-process-filter): Comment out -eval.
3218 Don't switch buffers if inside isearch or minibuffer.
3219
3220 * progmodes/compile.el (compilation-revert-buffer):
3221 If buffer has a file, revert it in the normal way.
3222
3223 * term/x-win.el: Require fontset conditionally again.
3224
3225 2003-01-13 Kim F. Storm <storm@cua.dk>
3226
3227 * ido.el (ido-enable-tramp-completion): New defcustom.
3228 (ido-enter-single-matching-directory): Change default to 'slash.
3229 (ido-is-tramp-root): New defun.
3230 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
3231 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
3232 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
3233 Handle tramp completion.
3234 (ido-file-name-all-completions1): New defun for tramp completion.
3235 (ido-file-name-all-completions): Use it.
3236 (ido-set-matches1): Relax matching of text with trailing slash.
3237 (ido-exhibit): Handle tramp completion.
3238 Simplified code using nested cond forms using new `refresh' var.
3239 Fixed handling of /~user/ paths.
3240
3241 2003-01-12 Andreas Schwab <schwab@suse.de>
3242
3243 * arc-mode.el (archive-mode-map): Use command remapping instead of
3244 substitute-key-definition.
3245 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
3246 * msb.el (msb-mode-map): Likewise.
3247 * forms.el (forms--change-commands): Likewise.
3248 * hexl.el (hexl-mode-map): Likewise.
3249 * mail/mailabbrev.el (Commentary): Likewise.
3250 * play/decipher.el (decipher-mode-map): Likewise.
3251 * play/gomoku.el (gomoku-mode-map): Likewise.
3252 * play/landmark.el (lm-mode-map): Likewise.
3253 * play/solitaire.el (solitaire-mode-map): Likewise.
3254 * progmodes/sh-script.el (sh-mode-map): Likewise.
3255 * textmodes/picture.el (picture-substitute): Likewise.
3256
3257 * ielm.el (inferior-emacs-lisp-mode):
3258 Bind comint-dynamic-complete-functions locally.
3259
3260 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
3261
3262 2003-01-11 Andreas Schwab <schwab@suse.de>
3263
3264 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
3265 merge with existing fontification.
3266
3267 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
3268
3269 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
3270 (gud-reset): New function. Reset environment at end of debugging.
3271 (gud-sentinel): Call gud-reset or gdb-reset.
3272 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
3273
3274 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
3275 to find out if variable shuld be dereferenced.
3276 (gud-display1): Exit if there is `No symbol'.
3277 (gdb-expressions-mode-map): Correction to key-binding.
3278 (gdb-reset): New function. Reset environment at end of debugging.
3279 (gdb-quit): Remove.
3280
3281 2003-01-10 Dave Love <fx@gnu.org>
3282
3283 * international/code-pages.el (cp-make-coding-system): Fix last change.
3284
3285 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3286
3287 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
3288 use regexp-opt for readability.
3289
3290 2003-01-10 Mark A. Hershberger <mah@everybody.org>
3291
3292 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
3293 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
3294 empty elements.
3295
3296 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
3297
3298 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
3299 shell.
3300
3301 2003-01-09 John Wiegley <johnw@gnu.org>
3302
3303 * pcomplete.el (pcomplete-termination-string): Add a variable
3304 for modifying the string which is inserted after a completion or
3305 expansion using pcomplete.
3306
3307 2003-01-09 Karl Berry <karl@gnu.org>
3308
3309 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
3310 so that we don't fail if no records match record-regexp.
3311
3312 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
3313
3314 * cus-edit.el (customize-group, customize-group-other-window):
3315 Remove unnecessary calls to custom-load-symbol.
3316 (custom-group-value-create):
3317 Load widget deps if state is not hidden. If widget deps are
3318 loaded, load them in advance.
3319 (custom-menu-create): If widget deps are loaded, load them earlier.
3320
3321 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
3322
3323 * language/ethio-util.el (ethio-gemination)
3324 (exit-ethiopic-environment): Doc fixes.
3325
3326 * language/viet-util.el (viet-encode-viqr-region)
3327 (viet-decode-viqr-region, viet-encode-viqr-buffer)
3328 (viet-decode-viqr-buffer): Doc fixes.
3329
3330 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
3331
3332 * paths.el: Remove gnus-startup-file.
3333
3334 2003-01-08 Bill Wohler <wohler@newt.com>
3335
3336 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
3337 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
3338
3339 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3340 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
3341 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
3342 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
3343
3344 2003-01-08 Kim F. Storm <storm@cua.dk>
3345
3346 * mail/undigest.el (unforward-rmail-message): Don't use global
3347 variable `n'.
3348
3349 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
3350
3351 * mail/undigest.el (unforward-rmail-message): Simplified.
3352 No functional change.
3353
3354 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
3355
3356 * custom.el (custom-autoload, custom-variable-p): New functions.
3357
3358 * emacs-lisp/autoload.el (make-autoload):
3359 Generate custom-autoload for autoloaded defcustoms.
3360
3361 * help-fns.el (describe-variable): Use custom-variable-p.
3362
3363 * simple.el (set-variable): Load deps of custom variables without type.
3364
3365 * cus-edit.el (custom-variable-prompt): Doc change.
3366 Use custom-variable-p.
3367 (customize-option): Remove search in loaddefs.el.
3368 (customize-apropos): Use custom-variable-p.
3369 (custom-save-variables): Use custom-variable-p to detect
3370 non-rogue variables.
3371
3372 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
3373
3374 * mail/undigest.el (unforward-rmail-message): Skip all newlines
3375 after the initial separator.
3376 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
3377 instead of Forwarded-from: and Forwarded-date:.
3378
3379 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3380
3381 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
3382 produced by TeX.
3383
3384 2003-01-07 Andre Spiegel <spiegel@gnu.org>
3385
3386 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
3387 branch.
3388
3389 2003-01-06 Dave Love <fx@gnu.org>
3390
3391 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
3392
3393 * language/chinese.el ("Chinese-EUC-TW"): New.
3394
3395 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
3396
3397 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
3398
3399 2003-01-05 Richard M. Stallman <rms@gnu.org>
3400
3401 * obsolete/uncompress.el: Display message that this pkg is obsolete.
3402
3403 * isearch.el (isearch-repeat): Error if try to repeat search and
3404 there was no previous search.
3405
3406 * dired.el (dired-recursive-deletes): Fix custom type.
3407
3408 * dabbrev.el (dabbrev--substitute-expansion):
3409 Convert all whitespace to single spaces,
3410 except when it's carried over from the existing text.
3411
3412 * simple.el (split-line): Clean up implementation.
3413
3414 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
3415 both cases.
3416 (rmail-variables): Specify case-insensitive matching for font-lock.
3417
3418 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3419
3420 * mail/sendmail.el (mail-font-lock-keywords):
3421 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
3422 In-Reply-To and X-*.
3423
3424 2003-01-05 Mark A. Hershberger <mah@everybody.org>
3425
3426 * xml.el (xml-substitute-special): Check for &amp last.
3427
3428 2003-01-05 Dave Love <fx@gnu.org>
3429
3430 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
3431
3432 2003-01-05 Dave Love <fx@gnu.org>
3433
3434 * international/mule-diag.el (non-iso-charset-alist):
3435 Add vietnamese-tcvn.
3436
3437 * international/mule-cmds.el (locale-language-names):
3438 Use Croatian, Swedish.
3439
3440 2003-01-05 Andreas Schwab <schwab@suse.de>
3441
3442 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
3443
3444 2003-01-05 Dave Love <fx@gnu.org>
3445
3446 * language/european.el ("Latin-6", "Croatian"): New.
3447 ("Latin-7"): Fix nonascii-translation. Add input method.
3448 ("Lithuanian", "Latvian"): Add nonascii-translation.
3449 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
3450 Fix nonascii-translation.
3451
3452 * language/georgian.el ("Georgian"): Fix nonascii-translation.
3453
3454 * international/mule-cmds.el (set-locale-environment):
3455 Ignore empty values of environment variables.
3456
3457 * emacs-lisp/byte-opt.el (byte-optimize-nth)
3458 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
3459
3460 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
3461
3462 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
3463 Use let construction to bind buffer-read-only to nil.
3464 (gdba): 'set height 0' in GDB.
3465 (gdb-display-end, gdb-frame-handler): Corrections to forming
3466 full expression name for header-line in display frame.
3467 (gdb-info-breakpoints-custom): Highlight breakpoints since
3468 they may be clicked on with mouse-2.
3469 (gdb-quit): Delete frames of displayed expressions when quitting.
3470 (gdb-delete-frames): New function.
3471 (gdb-source-info): Don't create stack buffer automatically.
3472
3473 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
3474
3475 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
3476
3477 2003-01-04 Kim F. Storm <storm@cua.dk>
3478
3479 * simple.el (split-line): If present, copy fill-prefix from
3480 current line to new line. Don't copy if prefix arg.
3481 From Lisp, arg may be an alternative prefix string to copy.
3482 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
3483
3484 * mail/sendmail.el (mail-split-line): New function.
3485 (mail-mode-map): Remap split-line to mail-split-line.
3486
3487 2003-01-03 Dave Love <fx@gnu.org>
3488
3489 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
3490 with new load-history format.
3491
3492 * international/mule-cmds.el (sort-coding-systems):
3493 Adjust priority of utf-16 and x-ctext.
3494
3495 * international/utf-8.el (utf-translate-cjk):
3496 Call optimize-char-coding-system-table.
3497
3498 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
3499 Call optimize-char-coding-system-table.
3500
3501 * international/mule.el (register-char-codings): Don't call
3502 optimize-char-coding-system-table here.
3503 (keyboard-coding-system): Doc fix. Update :version.
3504
3505 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
3506 (nroff-imenu-expression): New.
3507 (nroff-mode): Use it.
3508
3509 * autoinsert.el (auto-insert-alist): Add man page skeleton.
3510
3511 2003-01-03 Andre Spiegel <spiegel@gnu.org>
3512
3513 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
3514 the lock.
3515
3516 2003-01-03 Kim F. Storm <storm@cua.dk>
3517
3518 * emulation/cua-base.el (cua--pre-command-handler):
3519 Corrected handling of delete-selection properties.
3520
3521 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
3522
3523 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
3524 documentation string when `sym' is non-nil.
3525
3526 2003-01-02 Steven Tamm <steventamm@mac.com>
3527
3528 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3529 Have scroll bars correctly default to being on the right for Mac
3530 Carbon port by testing "mac-carbon" feature, not window-system.
3531
3532 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
3533
3534 * cus-edit.el (customize-group, customize-group-other-window):
3535 Call custom-load-symbol unconditionally.
3536 (customize-face, customize-face-other-window): Fix format arg.
3537
3538 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
3539
3540 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
3541 to `left'.
3542
3543 2003-01-01 Richard M. Stallman <rms@gnu.org>
3544
3545 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
3546
3547 * files.el (backup-buffer): Cope if file-modes returns nil.
3548
3549 2002-12-30 Steven Tamm <steventamm@mac.com>
3550
3551 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
3552 Have scroll bars correctly default to being on the right for Mac
3553 Carbon port
3554
3555 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
3556
3557 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
3558 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
3559 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
3560 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
3561 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
3562 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
3563 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
3564 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
3565 (gdb-frames-mouse-select): Simplify.
3566 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
3567 consistent with other modes in emacs.
3568 (gdb-display-source-buffer): Return window of source buffer
3569 for (gud-display-line).
3570
3571 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
3572
3573 * button.el (defface button): Add group.
3574
3575 * cus-edit.el (customize-browse): Call `widget-setup'.
3576
3577 2002-12-29 Andreas Schwab <schwab@suse.de>
3578
3579 * Makefile.in: Generate cus-load.el and finder-inf.el in the
3580 source directory. Change dependencies on lisp files to explicitly
3581 use $(lisp).
3582 (compile-calc): Fix command substitution.
3583 * cus-dep.el (generated-custom-dependencies-file): New variable.
3584 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
3585 * finder.el (generated-finder-keywords-file): New variable.
3586 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
3587
3588 2002-12-28 Richard M. Stallman <rms@gnu.org>
3589
3590 * info-look.el (info-lookup): Fix error message typo.
3591
3592 * comint.el (comint-mode): Locally set scroll-conservatively.
3593 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
3594 is active only when point is at end.
3595
3596 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
3597 Fix error message.
3598
3599 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
3600
3601 * simple.el (repeat-complex-command): Signal real error on failure.
3602
3603 2002-12-28 Andreas Schwab <schwab@suse.de>
3604
3605 * progmodes/make-mode.el (makefile-font-lock-keywords):
3606 Highlight automatic variable references enclosed in parens and
3607 optionally suffixed by F or D.
3608
3609 2002-12-27 Miles Bader <miles@gnu.org>
3610
3611 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
3612 buffer-local variable.
3613
3614 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
3615
3616 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
3617 the same way as `custom-buffer-create-other-window'.
3618 (customize-variable-other-window, customize-option-other-window):
3619 Definitions moved up.
3620
3621 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3622
3623 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
3624 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
3625 tramp.el. From Michael Albinus.
3626 * net/tramp-smb.el: New file for using smbclient to access
3627 Windows shares with Tramp. From Michael Albinus.
3628
3629 2002-12-26 Andreas Schwab <schwab@suse.de>
3630
3631 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
3632
3633 2002-12-26 Andre Spiegel <spiegel@gnu.org>
3634
3635 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
3636 order to get the latest version on the current branch.
3637 Update documentation of vc-BACKEND-checkout to explain this.
3638
3639 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
3640 (vc-rcs-checkin): By default, specify the current workfile
3641 branch as the check-in revision.
3642
3643 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
3644
3645 * vc-sccs.el (vc-sccs-checkout): Likewise.
3646
3647 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
3648
3649 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
3650 of displayed expressions are deleted when the displayed expressions
3651 are deleted.
3652 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
3653 deletion is handled by gdb-info-display-custom now.
3654 (gdb-source-info): Undo earlier change (do create display buffer
3655 automatically).
3656
3657 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
3658
3659 * cus-edit.el (custom-save-faces): Fix typo.
3660
3661 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
3662
3663 * mail/undigest.el (unforward-rmail-message): Do not assume that
3664 the forwarded message's Date: header comes after From:. Use a
3665 Forwarded-from: rather than a Forwarded-by: header. Add a
3666 Forwarded-date: header.
3667
3668 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
3669
3670 * gdb-ui.el (gdb-display-number-end): Make auto-display of
3671 expressions in GDB work on text-only terminals.
3672 (gdb-post-prompt): Compute current frame properly.
3673 (gdb-get-current-frame, gdb-frame-handler): New functions.
3674 (gdb-source-info): Move last statement into if clause.
3675 Tidy, improve documentation.
3676
3677 2002-12-23 Richard M. Stallman <rms@gnu.org>
3678
3679 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
3680
3681 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
3682 (easy-menu-define): Doc fix, say SYMBOL can be nil.
3683
3684 * window.el (save-selected-window): Save and restore
3685 selected windows of all frames.
3686
3687 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
3688 Update custom types.
3689
3690 2002-12-23 Alex Schroeder <alex@emacswiki.org>
3691
3692 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
3693 Alex Schroeder's adaptation of Jan Vroonhof
3694 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
3695
3696 * cus-edit.el (customize-save-variable): Take themes into account.
3697 (custom-variable-save): Take themes into account.
3698 (custom-variable-reset-saved): Add comment-widget.
3699 (custom-variable-reset-standard): Add comment-widget.
3700 (custom-variable-reset-standard): Take themes into account.
3701 (custom-face-save): Take themes into account.
3702 (custom-face-reset-standard): Take themes into account.
3703 (custom-save-variables): Take themes into account.
3704 (custom-save-faces): Take themes into account.
3705 (custom-save-resets): New function.
3706 (custom-save-loaded-themes): New function.
3707 (customize-save-customized): Take themes into account.
3708
3709 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
3710 (custom-theme-set-faces): New function.
3711 (custom-theme-face-value): New function.
3712 (custom-theme-reset-internal-face): New function.
3713 (custom-theme-reset-faces): New function.
3714 (custom-reset-faces): New function.
3715
3716 * custom.el (custom-known-themes): New variable.
3717 (custom-declare-theme): New function.
3718 (deftheme): New macro.
3719 (custom-make-theme-feature): New function.
3720 (custom-theme-p): New function.
3721 (custom-check-theme): New function.
3722 (custom-push-theme): New function.
3723 (custom-theme-set-variables): Take themes into account.
3724 (custom-loaded-themes): New variable.
3725 (custom-theme-loaded-p): New function.
3726 (provide-theme): New function.
3727 (require-theme): New function.
3728 (custom-remove-theme): New function.
3729 (custom-do-theme-reset): New function.
3730 (custom-theme-load-themes): New function.
3731 (custom-load-themes): New function.
3732 (custom-theme-value): New function.
3733 (custom-theme-variable-value): New function.
3734 (custom-theme-reset-internal): New function.
3735 (custom-theme-reset-variables): New function.
3736 (custom-reset-variables): New function.
3737
3738 * cus-theme.el: New file.
3739
3740 2002-12-23 Matthew Swift <swift@alum.mit.edu>
3741
3742 * emacs-lisp/rx.el (rx-and): Generate a shy group.
3743 Specify `no-group' when calling rx-to-string.
3744 (rx-submatch): Specify `no-group' when calling rx-to-string.
3745 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
3746 (rx-atomic-p): New function.
3747
3748 2002-12-23 Kevin Ryde <user42@zip.com.au>
3749
3750 * info-look.el (info-lookup): For ease of use try item
3751 case-insensitive if not found case-sensitive.
3752 Do case sensitive search in index nodes, so items differing only in
3753 case go correctly to their respective nodes.
3754
3755 2002-12-22 Richard M. Stallman <rms@gnu.org>
3756
3757 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
3758
3759 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
3760 Add defvars.
3761
3762 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
3763 on the file name.
3764
3765 * textmodes/outline.el (outline-next-visible-heading):
3766 When going forward, test outline-invisible-p at start of header.
3767
3768 2002-12-22 Kevin Ryde <user42@zip.com.au>
3769
3770 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
3771 Info-mode.
3772 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
3773 New functions.
3774 (makeinfo-compile): Add a sentinel parameter.
3775 (makeinfo-compilation-sentinel-region): Renamed from
3776 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
3777 (makeinfo-region): Use this.
3778 * info.el (Info-revert-find-node): New function.
3779
3780 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
3781
3782 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
3783 process filter (gdba in gdb-ui.el only).
3784 (gdb-tooltip-print): New function.
3785 (tooltip-gud-process-output): Undo previous change.
3786 (tooltip-strip-annotations): Remove.
3787
3788 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
3789
3790 * gud.el (gud-menu-map): Add jdb support for "run".
3791 (gud-jdb-find-source-using-classpath): Use 'identity.
3792 (gud-jdb-marker-filter): Marker regexp and filename filtering
3793 change to support a backwards-incompatible change in Sun's jdb
3794 line number display in SDK versions 1.4.
3795 (gud-format-command): gud-find-class now requires two
3796 parameters (file and linenumber).
3797 (gud-find-class): Bulk of the change related to using c-syntactic
3798 symbols to locate nested class declarations in java sources
3799 visited by java-mode (cc-mode).
3800
3801 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
3802
3803 * gdb-ui.el: Remove the concept of an instance. This means that
3804 a lot of functions have been renamed. Accessors are prefixed with
3805 gdb-get, setters with gdb-set and the word instance has been
3806 removed from many function and variable names.
3807 (gdb-display-buffer): Protect source buffer as well
3808 as GUD buffer when requesting new buffers.
3809 (gdb-source-info): Two changes : Don't create display buffer
3810 automatically, compute source window correctly.
3811
3812 2002-12-21 Richard M. Stallman <rms@gnu.org>
3813
3814 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
3815
3816 * ls-lisp.el (original-insert-directory): Make this a variable,
3817 don't set its function definition.
3818 (insert-directory): Use funcall to call that function.
3819
3820 * bindings.el (help-echo): Change tooltip string.
3821
3822 * chistory.el (command-history-map): Move definition up.
3823
3824 * faces.el (help-xref-stack): Add defvar to avoid warning.
3825
3826 2002-12-21 Andreas Schwab <schwab@suse.de>
3827
3828 * dired.el (dired-insert-directory): Preserve text properties
3829 when quoting.
3830
3831 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
3832
3833 * mail/undigest.el (rmail-mail-separator): Renamed from
3834 rmail-digest-mail-separator. All users changed.
3835 (unforward-rmail-message): Rewritten to be more robust and to
3836 additionally account for the common style of forwarding messages
3837 by citing them entirely with headers.
3838
3839 2002-12-18 Dave Love <fx@gnu.org>
3840
3841 * international/utf-8-subst.el: Deleted.
3842
3843 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
3844 char-coding-system-table elements destructively.
3845 Use optimize-char-coding-system-table.
3846
3847 * international/mule.el (optimize-char-coding-system-table): New.
3848 (register-char-codings): Use it.
3849
3850 * international/utf-8.el (ucs-mule-cjk-to-unicode)
3851 (ucs-unicode-to-mule-cjk): Revert last change.
3852 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
3853 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
3854 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
3855 char-coding-system-table elements destructively.
3856 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
3857 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
3858
3859 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
3860
3861 * info.el (Info-dir-remove-duplicates): Avoid infloop when
3862 deleting last entry.
3863
3864 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
3865
3866 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
3867 rename gud-gdba-marker-filter.
3868 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
3869 (gdb-make-instance): Remove (put into gdba).
3870 Use gdb-instance-enqueue-input instead of
3871 gdb-instance-enqueue-idle-input for user functions.
3872 (gdb-instance-target-string): Simplify.
3873 (in-gdb-instance-context): Remove.
3874 Expand Commentary.
3875
3876 2002-12-17 Kenichi Handa <handa@m17n.org>
3877
3878 * international/mule.el (set-file-name-coding-system): New function.
3879
3880 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
3881 Add bindings for set-file-name-coding-system.
3882
3883 2002-12-17 Kenichi Handa <handa@m17n.org>
3884
3885 * international/mule-cmds.el (universal-coding-system-argument):
3886 Bind coding-system-require-warning to t.
3887 (select-safe-coding-system): Handle t in the arg
3888 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
3889 coding-system to allow users to specify unsafe coding system on
3890 their risk.
3891
3892 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
3893
3894 * mail/undigest.el (rmail-digest-methods)
3895 (rmail-digest-mail-separator): New variables.
3896 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
3897 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
3898 (rmail-digest-parse-rfc934): New functions.
3899 (undigestify-rmail-message): Completely rewritten.
3900
3901 2002-12-16 Kim F. Storm <storm@cua.dk>
3902
3903 * ido.el (ido-read-file-name): Remove debug message.
3904
3905 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
3906
3907 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
3908 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
3909 (Buffer-menu-mode-width): New customization.
3910 (Buffer-menu-sort-column): New var.
3911 (Buffer-menu-no-header): New function for not changing header line and
3912 recognizing swapped M&R columns, used by modifying commands in Buffer
3913 Menu.
3914 (Buffer-menu-buffer+size): New function for variable width buffer name.
3915 (list-buffers-noselect): Rewritten for nicer menu.
3916
3917 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
3918
3919 * filesets.el (filesets-build-menu-now): Don't clear messages.
3920
3921 * allout.el: Avoid name conflicts with outline.el.
3922 Replace globally string "outline-" with string "allout-".
3923 Replaced 1446 occurrences; there was no string "allout-" before the
3924 change and there seems to be no dependency on outline.el.
3925 Put `quotes' around many function and variable names.
3926 Doc changes to adjust to the change to prefix "allout-".
3927 Don't provide `outline'. Use " Allout" as mode line string,
3928 not " Outl". Put group `allout' in group `editing'.
3929 Update Copyright notice. Autoload `allout-init'.
3930 (allout-init): Give report also in case auto-activation was inhibited.
3931 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
3932
3933 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
3934
3935 * xml.el (xml-parse-tag): Allow spaces between / and >.
3936
3937 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
3938
3939 * emacs-lisp/autoload.el (autoload-ensure-default-file):
3940 Insert missing space in file end comment.
3941
3942 2002-12-15 Simon Josefsson <jas@extundo.com>
3943
3944 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
3945 user-mail-address as sender.
3946
3947 2002-12-15 Dave Love <fx@gnu.org>
3948
3949 * international/mule-cmds.el (standard-keyboard-coding-systems):
3950 Delete.
3951 (set-locale-environment): Don't use it.
3952
3953 * international/utf-8.el (ucs-mule-cjk-to-unicode)
3954 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
3955 (utf-subst-table-for-decode): Specify :size, :rehash-size.
3956 (utf-translate-cjk): :set rewritten to load subst-... files.
3957 Add :set-after.
3958 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
3959
3960 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
3961
3962 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
3963 buffer as modified unless it really is.
3964
3965 2002-12-14 Andreas Schwab <schwab@suse.de>
3966
3967 * wid-edit.el (widget-move): Don't loop infinitely when there is
3968 no field or button.
3969
3970 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
3973 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
3974 Undo 2002/09/27 change because kill-buffer-hook is not
3975 permanent-local.
3976
3977 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3978 Optimize the remaining part of for-effect and/or expressions.
3979
3980 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
3981
3982 * emacs-lisp/easy-mmode.el (define-minor-mode):
3983 Use `custom-current-group'. Pass all groups to the hook.
3984 (easy-mmode-define-global-mode): Use `custom-current-group'.
3985
3986 * international/mule-cmds.el (current-language-environment):
3987 Set type according to `language-info-alist' also here.
3988
3989 * progmodes/compile.el (compilation-menu-map):
3990 Use `kill-compilation' to stop compilation.
3991
3992 2002-12-13 Kenichi Handa <handa@m17n.org>
3993
3994 * language/european.el (encode-mac-roman): Fix last change.
3995
3996 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
3997 (ccl-encode-alternativnyj): Fix last change.
3998
3999 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
4000
4001 * gdb-ui.el: Improve documentation strings.
4002 (gdb-many-windows): Set default value to nil.
4003
4004 2002-12-12 Dave Love <fx@gnu.org>
4005
4006 * international/subst-big5.el, international/subst-gb2312.el:
4007 * international/subst-jis.el, international/subst-ksc.el: New.
4008
4009 * custom.el (defcustom, custom-set-variables): Doc fix.
4010
4011 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
4012 things protected by `(if (fboundp ...' or `(if (boundp ...'.
4013
4014 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
4015
4016 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
4017
4018 * progmodes/fortran.el (fortran-mode-abbrev-table):
4019 Handle `define-abbrev' with either 5 or 6 arguments.
4020
4021 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
4022
4023 * international/mule-cmds.el (set-language-info):
4024 Update custom-type of `current-language-environment'.
4025 (current-language-environment): Fix custom type.
4026
4027 2002-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4028
4029 * progmodes/antlr-mode.el (antlr): New URL.
4030
4031 2002-12-10 R. Bernstein <rocky@panix.com>
4032
4033 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
4034 Fix erroneous print expression command, and fix typos.
4035 (perldb): Undo previous change in prompt regexp.
4036
4037 2002-12-10 Steven Tamm <steventamm@mac.com>
4038
4039 * generic-x.el (javascript-generic-mode): Added C style block
4040 comments as used in ECMA-262 standard.
4041
4042 2002-12-10 Kenichi Handa <handa@m17n.org>
4043
4044 * language/european.el ("Swedish"): Change tutorial file name to
4045 TUTORIAL.sv in this langauge environment..
4046
4047 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
4048
4049 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
4050 disable it buffer-locally.
4051 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
4052 `eventpt' and point.
4053
4054 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
4055 (ibuffer-set-filter-groups-by-mode): Use it instead of
4056 `delete-duplicates' so we don't require cl library at runtime.
4057 (ibuffer-insert-filter-group-before): Don't use `position' so we
4058 don't require cl library at runtime.
4059
4060 * chistory.el (command-history-mode): Add interactive spec.
4061 Improve doc string.
4062
4063 2002-12-09 Richard M. Stallman <rms@gnu.org>
4064
4065 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
4066
4067 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
4068
4069 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
4070 customize type 'float is now defined.
4071
4072 2002-12-09 Dave Love <fx@gnu.org>
4073
4074 * international/code-pages.el (mik, pt154): New coding systems.
4075
4076 * international/ucs-tables.el: Fix properly.
4077
4078 2002-12-09 Andreas Schwab <schwab@suse.de>
4079
4080 * international/ucs-tables.el: Fix last change.
4081
4082 2002-12-09 Kenichi Handa <handa@m17n.org>
4083
4084 * international/titdic-cnv.el (titdic-convert): Process the
4085 header part in multibyte mode.
4086
4087 2002-12-08 Dave Love <fx@gnu.org>
4088
4089 * international/code-pages.el (mule-diag): Move where it's required.
4090
4091 * international/ucs-tables.el: Add latin-jisx0201 characters.
4092 Fix translation-table-for-input for lao, thai, tibetan.
4093
4094 2002-12-08 Andreas Schwab <schwab@suse.de>
4095
4096 * files.el (insert-directory): Insert free space only when
4097 listing a full directory.
4098
4099 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
4100
4101 * gdb-ui.el : Remove inappropriate key-bindings.
4102 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
4103 Parse correctly when breakpoint has no line number.
4104 (def-gdb-auto-update-handler, gdb-info-locals-handler),
4105 (gdb-display-end): Avoid using insert-buffer.
4106 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
4107
4108 2002-12-07 Richard M. Stallman <rms@gnu.org>
4109
4110 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
4111 (compilation-leave-directory-regexp-alist): Match byte compiler output.
4112
4113 * emacs-lisp/cl-macs.el: Add local variable list
4114 to turn off cl-function warnings.
4115
4116 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
4117 elements in load-history.
4118 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
4119 and cl-struct-setf-expander.
4120
4121 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
4122 New variable.
4123 (autoload-print-form): Use autoload-print-form-outbuf.
4124 (generate-file-autoloads): Bind autoload-print-form-outbuf.
4125
4126 * calendar/calendar.el (calendar-day-name): Move defn down.
4127
4128 * speedbar.el (speedbar-directory-buttons-follow):
4129 Don't use directory-sep-char.
4130
4131 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
4132
4133 * register.el (describe-register-1): Use window-width
4134 to truncate string in a register. Check whether the string
4135 in a register is an empty string or a sequence of white spaces.
4136
4137 2002-12-07 Andreas Schwab <schwab@suse.de>
4138
4139 * faces.el (face-font-selection-order)
4140 (face-font-family-alternatives, face-font-registry-alternatives):
4141 Remove period from :tag value.
4142
4143 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
4144 to :inverse-video.
4145
4146 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
4147
4148 * wid-edit.el (define-widget number): Clarify doc and error message.
4149 (define-widget float): New widget.
4150
4151 2002-12-07 Andreas Schwab <schwab@suse.de>
4152
4153 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
4154
4155 * files.el (find-file-read-args): Reenable wildcard processing
4156 unconditionally.
4157
4158 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
4159
4160 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
4161 functions for copyright notice and copying permissions.
4162 (texinfo-copying, texinfo-insertcopying): New functions.
4163
4164 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
4165
4166 * textmodes/texinfmt.el (texinfo-format-ifxml)
4167 (texinfo-format-xml): New function.
4168 (ifxml, ifnotxml): New aliases.
4169
4170 2002-12-06 Dave Love <fx@gnu.org>
4171
4172 * international/utf-8-subst.el: Revert last change.
4173
4174 2002-12-06 Miles Bader <miles@gnu.org>
4175
4176 * info.el (Info-insert-dir): Make dir-node-cache variables
4177 buffer-local, so that killing the *info* buffer forces the
4178 dir-node to be rebuilt.
4179
4180 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
4181
4182 * finder.el (finder-compile-keywords): Don't insert a keyword to
4183 the generated file.
4184
4185 2002-12-05 Andreas Schwab <schwab@suse.de>
4186
4187 * speedbar.el (speedbar-highlight-face): Fix face spec.
4188
4189 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
4190
4191 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
4192 gdb-proc with gud-comint-buffer instead.
4193 (gdb-proc): Remove.
4194 (def-gdb-var): Simplify.
4195 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
4196 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
4197 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
4198 (gdb-info-locals-handler): Avoid replace-regexp.
4199
4200 * calendar/calendar.el (facemenu-unlisted-faces): Only update
4201 after facemenu is loaded.
4202 (calendar-font-lock-keywords): Accept non-ASCII month names.
4203 Use regexp-opt.
4204
4205 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
4206 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
4207 (gdba): Call `gdb' and then make modifications.
4208 Always call gdb-clear-inferior-io rather than just "the first time".
4209 (gud-break, gud-remove): Definitions moved to inside gdba.
4210 (gdb-target-name): Remove. Use gud-target-name instead.
4211 (gdba-complete-filter, gdba-common-init): Remove.
4212 The changes were integrated into the generic code.
4213
4214 * gud.el: Use match-string.
4215 (gud-menu-map): Re-fix gdb-running to gud-running.
4216 Activate up/down and finish for pdb.
4217 (gud-def): Use backquotes.
4218 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
4219 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
4220 (gud-gdb-complete-break, gud-gdb-complete-list):
4221 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
4222 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
4223 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
4224 Add a `filter' argument and run it on `string'.
4225 (gud-gdb-run-command-fetch-lines): Use it instead of
4226 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
4227 Return the fetched lines.
4228 (gud-gdb-complete-command): Use it instead of cooking up
4229 something by hand using gud-gdb-complete-filter.
4230 (gud-gdb-get-stackframe): Use the new calling convention of
4231 gud-gdb-run-command-fetch-lines.
4232 (gud-gdb-fetched-stack-frame-list): Remove.
4233 (gud-gdb-speedbar-stack-filter): Remove.
4234 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
4235 (gud-bashdb-command-name): Add "--debugger" argument here.
4236 (bashdb): Use default gud-find-file and don't bother with
4237 a massage-args function now that --debugger is make explicit.
4238 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
4239 (bashdb): Don't provide.
4240 (gud-target-name): New var.
4241 (gud-common-init): Set it.
4242 Also reset gud-running and gud-last-last-frame.
4243
4244 2002-12-05 Dave Love <fx@gnu.org>
4245
4246 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
4247 mule-utf-16-le, mule-utf-16-be.
4248
4249 2002-12-05 Richard M. Stallman <rms@gnu.org>
4250
4251 * textmodes/outline.el (outline-mode): Doc fix.
4252
4253 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
4254
4255 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
4256
4257 2002-12-05 Kenichi Handa <handa@m17n.org>
4258
4259 * international/titdic-cnv.el (quail-misc-package-ext-info):
4260 Remove duplicate entry for chinese-b5-quick.
4261 (batch-miscdic-convert): Don't try to call miscdic-convert on
4262 files in the directory just following the arg "-dir".
4263
4264 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
4265
4266 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
4267 corresponding defvar.
4268 (gdb-inferior-io-mode-map): New var.
4269 Add bindings to it rather than to comint-mode-map.
4270 (gdb-display-number-end): Use dolist. Remove always-true test.
4271 (gdb-delete-line): Move and simplify.
4272 (gdb-display-end): Don't bother going to beg-of-line since we're there.
4273 (gdb-array-format1): Use dolist.
4274 (gdb-make-windows-menu, gdb-make-frames-menu):
4275 Move to top-level code. Move the menus to within the GUD menu.
4276 Make the menus only appear in gdba mode.
4277
4278 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
4279 (gdb-inferior-io-mode): Use define-minor-mode.
4280 (gdb-source-info): Don't burp if there's no source file.
4281 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
4282 (gdb-inferior-io-stop, gdb-inferior-io-eof)
4283 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
4284 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
4285 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
4286 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
4287 (gdb-display-display-buffer, gdb-frame-display-buffer)
4288 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
4289 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4290 Remove the spurious left over arg from the "big reorg".
4291
4292 2002-12-04 Richard M. Stallman <rms@gnu.org>
4293
4294 * gud.el (gud-menu-map): Update for bashdb.
4295 (perldb): Change prompt regexp.
4296 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
4297 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
4298
4299 * progmodes/cc-vars.el: Simply require wid-edit and custom
4300 in eval-when-compile.
4301
4302 * progmodes/cc-menus.el: Don't require imenu.
4303
4304 * progmodes/cc-langs.el: Don't require cl.
4305 (c-delete-duplicates): New function. Use instead of delete-duplicates.
4306
4307 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
4308 Add an else-clause to the if to avoid confused compiler warning.
4309
4310 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
4311
4312 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
4315
4316 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
4317 Update gdb-running -> gud-running.
4318 (gdba): Use the default for gud-find-file.
4319 (def-gdb-variable): Remove: fold into def-gdb-var.
4320 (def-gdb-var): Use buffer-local-value and with-current-buffer.
4321
4322 * gud.el (gud-running): Rename from gdb-running. Update uses.
4323 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
4324 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
4325 which fails if tool-bar.el is loaded in the mean time.
4326 (gud-file-name): New fun.
4327 (gud-find-file): Use it as default value for gud-find-file.
4328 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
4329 on gud-find-file.
4330 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
4331 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
4332 (gud-pdb-find-file, gud-jdb-find-file): Remove.
4333 (gud-query-cmdline): Don't stuff the whole cwd in the command.
4334 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
4335 (gud-mipsdbx-massage-args): Remove.
4336 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
4337 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
4338 (gud-jdb-command-name): New var.
4339 (gud-common-init): Re-instate RMS code of 11/13.
4340
4341 2002-12-03 Dave Love <fx@gnu.org>
4342
4343 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
4344 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
4345 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
4346
4347 2002-12-03 Andreas Schwab <schwab@suse.de>
4348
4349 * cus-edit.el (custom-display): Add checkbox for type mac.
4350
4351 * whitespace.el (whitespace-highlight-face): Fix face spec.
4352
4353 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * simple.el (completion-setup-function): Fix last change to use
4356 minibuffer-completing-file-name instead.
4357
4358 * add-log.el (change-log-mode): Set indent-line-function explicitly
4359 to what it was before indent-line-function's default was changed.
4360
4361 2002-12-02 Richard M. Stallman <rms@gnu.org>
4362
4363 * textmodes/ispell.el (ispell-dict-map): Move specific
4364 dictionary selection into a submenu.
4365
4366 * textmodes/fill.el (fill-indent-to-left-margin): New function.
4367 (fill-newline, fill-region-as-paragraph): Use that.
4368
4369 * simple.el (completion-setup-function):
4370 Handle ffap-read-file-or-url-internal specially like
4371 read-file-name-internal.
4372
4373 2002-12-02 Simon Marshall <marshals@perth>
4374
4375 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
4376
4377 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
4378
4379 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
4380 more make keywords: defined, endef, override, export, unexport
4381 and vpath.
4382
4383 2002-12-02 Dave Love <fx@gnu.org>
4384
4385 * autoarg.el (autoarg-kp-mode): Give it a :group.
4386
4387 2002-12-02 Noah Friedman <friedman@splode.com>
4388
4389 * complete.el (PC-do-completion): Do not add wildcards to pattern
4390 unless filename is non-nil.
4391
4392 2002-12-02 Andreas Schwab <schwab@suse.de>
4393
4394 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
4395
4396 * paren.el (show-paren-mismatch-face): Fix face spec.
4397
4398 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
4399
4400 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
4401 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
4402
4403 * tooltip.el (tooltip-gud-process-output): Handle annotations that
4404 are output with gdba in gdb-ui.el.
4405 (tooltip-strip-annotations): New function.
4406
4407 2002-11-29 Dave Love <fx@gnu.org>
4408
4409 * autoarg.el (autoarg-mode): Give it a :group.
4410
4411 2002-11-29 Bill Wohler <wohler@newt.com>
4412
4413 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4414 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4415 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
4416 version 7.0.
4417
4418 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
4419 searches and speedbar support in MH-E version 7.0.
4420
4421 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
4422 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
4423 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
4424 MH-E version 7.0.
4425
4426 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
4427
4428 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
4429
4430 2002-11-29 Richard M. Stallman <rms@gnu.org>
4431
4432 * mail/rmail.el (rmail-convert-to-babyl-format):
4433 Make search for message delimiter case-sensitive.
4434
4435 * simple.el (yank-window-start): New variable.
4436 (yank): Record yank-window-start
4437 (yank-pop): Use yank-window-start.
4438
4439 * info.el (Info-additional-directory-list): Doc fix.
4440
4441 * indent.el (indent-according-to-mode, indent-region): Doc fix.
4442
4443 * tooltip.el (tooltip-gud-tips-p): Doc fix.
4444
4445 * eshell/em-script.el: Require eshell.
4446
4447 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
4448
4449 2002-11-29 Kim F. Storm <storm@cua.dk>
4450
4451 * mwheel.el: Avoid accidental yanking of text while scrolling with
4452 the mouse wheel. This adds a short period after each mouse wheel
4453 scroll event where a click on the mouse wheel button is ignored.
4454 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
4455 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
4456 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
4457 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
4458 Start mwheel-inhibit-click-event-timer with timeout handler
4459 mwheel-inhibit-click-timeout.
4460
4461 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
4462
4463 * tooltip.el (tooltip-gud-tips-setup): Remove.
4464 (tooltip-gud-debugger): Remove.
4465 (tooltip-gud-print-command): Use gud-minor mode instead of
4466 tooltip-gud-tips-setup and tooltip-gud-debugger.
4467
4468 * gdb-ui.el (gdb-starting): Set gdb-running to t.
4469 (gdb-stopped): Set gdb-running to nil.
4470 (gdb-quit): Reset some variables including tool-bar-map.
4471
4472 * gud.el (gdb-running): New variable.
4473 (gud-menu-map): Use gdb-running to grey out toolbar buttons
4474 with gdba in gdb-ui.el.
4475 (gud-tool-bar-map): Move to avoid byte compiler warning.
4476
4477 2002-11-27 Jason Rumney <jasonr@gnu.org>
4478
4479 * files.el (file-truename): Canonicalize non-existent names on w32.
4480
4481 2002-11-28 Kim F. Storm <storm@cua.dk>
4482
4483 * ido.el (ido-xemacs): Remove defvar. All uses changed to
4484 check (featurep 'xemacs) instead.
4485 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
4486
4487 2002-11-27 Dave Love <fx@gnu.org>
4488
4489 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
4490 forms' block to top (before uses).
4491 (help-fns): Don't require at top level. (Recursively.)
4492 (cl-transform-lambda): Require help-fns.
4493
4494 2002-11-26 Dave Love <fx@gnu.org>
4495
4496 * language/european.el (encode-mac-roman): Deal with unencodable
4497 characters.
4498
4499 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
4500 (ccl-encode-alternativnyj): Deal with unencodable characters.
4501
4502 * international/code-pages.el (cp-make-coding-system): Deal with
4503 unencodable characters.
4504
4505 2002-11-24 Richard M. Stallman <rms@gnu.org>
4506
4507 * mail/sendmail.el (mail-signature): Handle case where
4508 value of mail-signature is a string.
4509
4510 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
4511
4512 * faces.el (face-set-after-frame-default): Ignore errors
4513 in face-spec-face-set.
4514
4515 * cus-face.el (custom-declare-face): Add face-defface-spec
4516 prop after applying the face spec.
4517
4518 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
4519
4520 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
4521 print command for gdb to keep it out of the command history.
4522
4523 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
4524 code to allow only one gdb process.
4525
4526 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
4527
4528 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
4529 place. Add groups.
4530
4531 2002-11-22 Simon Marshall <marshals@perth>
4532
4533 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
4534
4535 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
4536
4537 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
4538
4539 2002-11-20 Simon Josefsson <jas@extundo.com>
4540
4541 * play/morse.el (morse-code): Add non-ASCII characters, according
4542 to table at http://www.soton.ac.uk/~scp93ch/morse/.
4543
4544 2002-11-21 Richard M. Stallman <rms@gnu.org>
4545
4546 * dired.el (dired-sort-inhibit): New variable.
4547 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
4548
4549 * find-dired.el (find-dired): Set dired-sort-inhibit to t
4550 buffer-locally.
4551
4552 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
4553
4554 * progmodes/sql.el: Added LINTER support.
4555 (sql-linter-program): New variable.
4556 (sql-linter-options): New variable.
4557 (sql-mode-menu): Added Linter keywords.
4558 (sql-mode-linter-font-lock-keywords): New variable.
4559 (sql-highlight-linter-keywords): New function.
4560 (sql-linter): New function.
4561 (sql-ms-options): New variable.
4562 (sql-ms): Use it.
4563
4564 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
4565
4566 * ibuffer.el (ibuffer-formats): Change default value; bump width
4567 of size column in first format to 7.
4568
4569 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
4570
4571 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
4572 load-history since `defvar' now uses this format.
4573
4574 * custom.el (custom-declare-variable): Use push.
4575 Use the (defvar . <sym>) format in load-history like `defvar' does.
4576
4577 * subr.el (symbol-file): Accept a non-atomic `function' arg.
4578 (with-local-quit): Add debug and indentation info.
4579
4580 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
4581
4582 * subr.el (symbol-file): Remove unused variable `functions'.
4583
4584 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
4585
4586 * Makefile.in (setwins_almost): Renamed from finder_setwins.
4587 (custom-deps): Use it.
4588 (finder-data): Adjust to that name change.
4589
4590 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
4591
4592 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4593 Turn errors into messages so they don't get ignored.
4594 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
4595 (eldoc-beginning-of-sexp): Simplify.
4596 (eldoc-function-arglist): Remove.
4597 (eldoc-function-argstring): Use help-function-arglist instead.
4598 (eldoc-function-argstring-from-docstring-method-table)
4599 (eldoc-function-argstring-from-docstring): Remove.
4600
4601 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4602
4603 2002-11-19 Dave Love <fx@gnu.org>
4604
4605 * emacs-lisp/bytecomp.el (maphash, map-char-table):
4606 Use byte-compile-funarg.
4607
4608 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
4609
4610 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
4611
4612 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
4613 members here rather than with custom-add-to-group. This is the
4614 intended way of using defgroup and also lets
4615 custom-make-dependencies do its job.
4616 (defgroup vhdl-highlight-faces): Ditto.
4617
4618 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
4619 Previous group name shadow is used in shadowfile.el.
4620 (shadows-compare-text-p): Use group lisp-shadow.
4621
4622 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
4623
4624 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4625
4626 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
4627
4628 * register.el (describe-register-1): Don't assign to val the value
4629 returned by `remove-list-of-text-properties'.
4630
4631 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4632
4633 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
4634 Grok month numbers, too.
4635
4636 2002-11-18 Juanma Barranquero <lektu@terra.es>
4637
4638 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
4639
4640 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
4641
4642 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
4643
4644 * textmodes/refill.el (defgroup refill): New group.
4645
4646 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
4647
4648 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
4649
4650 * textmodes/paragraphs.el (use-hard-newlines): Add group.
4651
4652 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
4653 (compilation-minor-mode): Add group.
4654
4655 * reveal.el (global-reveal-mode): Add group.
4656
4657 * bookmark.el (bookmark-menu-length): Fix group name.
4658
4659 2002-11-17 Richard M. Stallman <rms@gnu.org>
4660
4661 * mail/rmail.el (rmail-ignored-headers): Add more headers.
4662
4663 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
4664 (parse-time-val): Var renamed from `val'. All uses changed.
4665
4666 * files.el (parse-time-rules): Mark it as risky.
4667
4668 * finder.el (finder-commentary): Use buffer *Finder-package*.
4669
4670 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
4671
4672 * simple.el (indicate-unused-lines)
4673 (default-indicate-unused-lines): New variable aliases.
4674
4675 2002-11-18 Kenichi Handa <handa@m17n.org>
4676
4677 * progmodes/cc-vars.el: Undo previous change.
4678
4679 2002-11-18 Kenichi Handa <handa@m17n.org>
4680
4681 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
4682
4683 * language/european.el (iso-latin-1): Make it safe.
4684 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
4685 (iso-latin-9): Likewise.
4686
4687 * language/greek.el (greek-iso-8bit): Make it safe.
4688
4689 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
4690
4691 * language/lao.el (lao): Make it safe.
4692
4693 * language/thai.el (thai-tis620): Make it safe.
4694
4695 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
4696
4697 * speedbar.el (defgroup speedbar): Use group 'etags instead of
4698 nonexisting group 'tags.
4699
4700 * emacs-lisp/re-builder.el: Add provide call.
4701
4702 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
4703 (feedmail-fiddle-plex-user-list): Fix typo in group name.
4704
4705 * progmodes/make-mode.el (makefile-space-face): Fix group name.
4706
4707 * textmodes/ispell.el (defgroup ispell): Arrange that definition
4708 starts at beginning of line.
4709
4710 * textmodes/table.el (defgroup table-hooks): New group.
4711 (table-cell-map-hook): Fix typo in group name.
4712
4713 * calendar/diary-lib.el (diary-button-face): Add group and version
4714 number.
4715
4716 * warnings.el (defgroup warnings): New group.
4717
4718 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
4719
4720 * emacs-lisp/autoload.el (update-autoloads-from-directories):
4721 Sort the list of files with no autoloads.
4722
4723 2002-11-16 Alan Shutko <ats@acm.org>
4724
4725 * calendar/diary-lib.el (list-diary-entries): Pass a marker
4726 indicating source of entry to add-to-diary-list.
4727 (diary-button-face, diary-entry, diary-goto-entry): New, to
4728 support click to diary file.
4729 (fancy-diary-display): Buttonize diary entries.
4730 (list-sexp-diary-entries): Pass a marker indicating source of
4731 entry to add-to-diary-list.
4732 (diary-date): Return mark as well as entry.
4733
4734 * calendar/calendar.el (diary-face): New.
4735 (european-calendar-display-form, describe-calendar-mode)
4736 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
4737 (calendar-make-alist): New.
4738 (calendar-mode): Set up font-lock mode.
4739 (generate-calendar-window): Fontify if font-lock-mode is on.
4740
4741 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
4742
4743 * international/codepage.el (cp866-decode-table): Fix the
4744 translation table.
4745
4746 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4747
4748 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
4749 caused existing function definitions to be overridden by
4750 phonies when the bytecomp environment is restored.
4751
4752 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
4753
4754 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
4755 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
4756 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
4757 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
4758 Icons for debugger (pbm files).
4759
4760 2002-11-15 Richard M. Stallman <rms@gnu.org>
4761
4762 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
4763
4764 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
4765
4766 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
4767 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
4768 (ibuffer-mode-hooks): Remove spurious defvar.
4769 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
4770 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
4771 `ibuffer-mode-hooks'.
4772
4773 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
4774
4775 * mail/rmailedit.el: Add provide call.
4776
4777 * play/bruce.el: Add provide call.
4778
4779 * emacs-lisp/gulp.el: Add provide call.
4780
4781 2002-11-14 Richard M. Stallman <rms@gnu.org>
4782
4783 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
4784
4785 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
4786
4787 * custom.el (custom-declare-group): Remove unnecessary line of code.
4788
4789 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
4790
4791 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
4792
4793 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
4794 at end of diary file.
4795
4796 2002-11-14 Kim F. Storm <storm@cua.dk>
4797
4798 * files.el (mode-name): Mark it as risky-local-variable like the
4799 other mode-line elements (moved from bindings.el).
4800
4801 * bindings.el (mode-name): Moved mark as risky-local-variable to
4802 files.el.
4803
4804 2002-11-14 Juanma Barranquero <lektu@terra.es>
4805
4806 * gud.el: Fix feature name in `provide'.
4807
4808 * gdb-ui.el: Fix feature name in `require'.
4809
4810 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4811
4812 * progmodes/etags.el (find-tag-default): Copy text at point without
4813 properties.
4814
4815 2002-11-14 Kenichi Handa <handa@m17n.org>
4816
4817 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
4818
4819 2002-11-14 Kim F. Storm <storm@cua.dk>
4820
4821 * textmodes/fill.el (fill-nobreak-invisible): New var.
4822 (fill-nobreak-p): Test it; return t if set and point invisible.
4823 (fill-newline): Test it; remove invisible prop on newline if set.
4824
4825 * info.el (Info-fontify-node): New local list paragraph-markers.
4826 Record markers for mangled *note references on that list.
4827 When done, go back through those markers and fill each mangled
4828 paragraph with `fill-nobreak-invisible' let-bound to t.
4829 Don't use `display' property; insert "see" directly in buffer.
4830
4831 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
4832
4833 * gdb-ui.el: New file, User Interface for running GDB
4834
4835 * gud.el:(gud-find-file): Set up GDB tool bar.
4836 (gud-menu-map): New commands: run, goto.
4837 Enable some commands for gdba.
4838 (gud-query-cmdline): Pass default directory to gdba.
4839 (gdb): Defune gud-goto and gud-run.
4840 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
4841 (gud-mode): Set up local tool bar.
4842 (gud-display-line): For gdba, call gdb-display-source-buffer.
4843 (gud-basic-call): For gdba, maybe delete the current prompt.
4844 (gud-tool-bar-map): New variable.
4845 (gud-read-address): Correction.
4846
4847 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
4848 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
4849 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
4850 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
4851 Icons for debugger.
4852
4853 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
4854
4855 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
4856
4857 2002-11-13 Andre Spiegel <spiegel@gnu.org>
4858
4859 * vc-rcs.el (vc-rcs-registered): Improve comment.
4860
4861 * vc-sccs.el (vc-sccs-registered): Improve comment.
4862
4863 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4864
4865 * progmodes/compile.el (compilation-error-regexp-alist):
4866 Don't include colon and space after a file name as part of the name.
4867
4868 2002-11-13 Richard M. Stallman <rms@gnu.org>
4869
4870 * gud.el (gdb): Undo 10-26 change.
4871
4872 2002-11-13 Kenichi Handa <handa@m17n.org>
4873
4874 * replace.el (occur-engine): Set buffer-file-coding-system of
4875 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
4876
4877 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
4878
4879 * custom.el (custom-handle-all-keywords): Fix arg passed to
4880 custom-add-to-group.
4881
4882 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
4883
4884 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
4885 (cvs-minor-mode-map): Add e binding in log-view-mode.
4886
4887 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
4888 (perl-indent-line): Look at the open-paren to indent a close-paren.
4889 (perl-calculate-indent): Try to better indent args after hanging paren.
4890 Remove special code for open-paren-in-column-0.
4891
4892 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
4893 (sgml-name-char): Use it.
4894 (sgml-tag-last, sgml-tag-history): New vars.
4895 (sgml-tag): Use them.
4896 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
4897 (sgml-delete-tag): Remove resulting empty lines.
4898 (sgml-tag) <symbol-plist>: Don't make intangible.
4899 (sgml-parse-tag-backward): Add limit argument.
4900 (html-autoview-mode): Use define-minor-mode.
4901
4902 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
4903
4904 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
4905 that the definition is found by `find-function-search-for-symbol'
4906 and etags.
4907
4908 * vc-sccs.el (vc-sccs-registered): Ditto.
4909
4910 * emulation/edt.el (defgroup edt): Arrange that definition starts
4911 at beginning of line.
4912
4913 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
4914
4915 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
4916 Remove autoload cookie.
4917
4918 * newcomment.el (defgroup comment): Remove autoload cookie.
4919
4920 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
4921
4922 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4923 Declare with defvar, not with defcustom.
4924
4925 * cus-dep.el: Don't require 'autoload.
4926 (custom-make-dependencies): Handle :version also for autoloaded
4927 options.
4928
4929 * winner.el (defgroup winner): Arrange that definition starts at
4930 beginning of line.
4931
4932 * emulation/edt.el: Simplify Emacs 19 compatibility.
4933
4934 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
4935
4936 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
4937 escape any format-like sequences it could contain.
4938
4939 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
4940
4941 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
4942
4943 2002-11-11 Juanma Barranquero <lektu@terra.es>
4944
4945 * bindings.el (mode-name): Mark it as risky-local-variable.
4946
4947 2002-11-09 Dave Love <fx@gnu.org>
4948
4949 * international/mule-cmds.el (current-language-environment):
4950 Fix :type.
4951
4952 * international/ucs-tables.el: Revert to using
4953 translation-table-for-input instead of keyboard-translate-table.
4954
4955 * international/quail.el (quail-input-string-to-events):
4956 Revert last change.
4957
4958 * simple.el (quoted-insert): Bind translation-table-for-input,
4959 not keyboard-translate-table.
4960
4961 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
4962
4963 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
4964
4965 * complete.el (PC-do-completion): Make partial-completion work
4966 with incomplete directory names.
4967
4968 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
4969 standard-latex-block-names.
4970 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
4971 and renewtheorem. Highlight \it and \bf separately since they
4972 may overlap.
4973 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
4974 (tex-font-lock-keywords-3, tex-verbatim-environments)
4975 (tex-font-lock-syntactic-keywords): New vars.
4976 (superscript, subscript, tex-verbatim-face): New faces.
4977 (tex-font-lock-syntactic-face-function): Handle \verb construct.
4978 (tex-common-initialization): Update font-lock-defaults setting.
4979 (tex-insert-braces): Make it into a skeleton.
4980 (latex-fill-nobreak-predicate): Don't break after \.
4981 (latex-insert-block): Rename from tex-latex-block.
4982 (latex-down-list): Use tex-mode-syntax-table when skipping parens
4983 rather than the indentation syntax-table.
4984 (latex-close-block): Rename from tex-close-latex-block.
4985 (latex-split-block): New fun.
4986 (latex-indent): Don't indent inside a verbatim block.
4987 (latex-find-indent): Stick \begin{verbatim} to the margin.
4988
4989 2002-11-08 John Wiegley <johnw@gnu.org>
4990
4991 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
4992 well as memq to find `global-mode-string' within
4993 `mode-line-format'. The structure of that variable has changed in
4994 21.3.
4995
4996 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
4997
4998 * format.el (format-decode): Be careful with the order in `format'.
4999
5000 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
5001
5002 * eshell/em-glob.el: Require esh-util.
5003 (eshell-glob-initialize): Don't assume
5004 eshell-special-chars-outside-quoting is available.
5005
5006 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
5007 a paragraph starter when filling non-comments.
5008 (fill-comment-paragraph): Don't narrow while doing the fill.
5009 Recognize paragraph starters and separators within comments.
5010 Use adaptive-fill-prefix when it works. Use comment-search-forward.
5011
5012 * progmodes/compile.el (grep-default-command): New fun.
5013 (grep): Use it.
5014 (compilation-menu-map): New var.
5015 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
5016 (compilation-mode-map): Simplify.
5017 (compilation-shell-minor-mode, compilation-minor-mode):
5018 Use define-minor-mode.
5019
5020 * elide-head.el (elide-head): Don't make intangible.
5021
5022 * help.el (where-is): Rename map to defs (a list of syms is not a map).
5023 Test fboundp first, to speed things up. Use push.
5024
5025 * isearch.el (isearch-hidden): New var.
5026 (isearch-search-and-update): Test it.
5027 (isearch-range-invisible): Set it.
5028
5029 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
5030 paragraph-separate, comment-column, and fill-paragraph-function.
5031 Simplify outline-regexp.
5032 (tcl-do-fill-paragraph): Remove.
5033
5034 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
5035
5036 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
5037
5038 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
5039 Definition moved down.
5040 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
5041 Do not declare :get property.
5042 (grep-use-null-device): Fix type. Do not declare :get property.
5043
5044 * emacs-lisp/checkdoc.el (checkdoc-find-error):
5045 Use get-file-buffer instead of get-buffer.
5046
5047 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
5048 cus-load.el.
5049
5050 2002-11-07 Juanma Barranquero <lektu@terra.es>
5051
5052 * help.el (where-is): Report also aliases of the passed command.
5053
5054 2002-11-06 Dave Love <fx@gnu.org>
5055
5056 * simple.el (quoted-insert): Bind keyboard-translate-table around
5057 read-char.
5058
5059 * international/ucs-tables.el: Use keyboard-translate-table coding
5060 system property, not translation-table-for-input, for
5061 vietnamese-viscii & al.
5062 (translation-table-for-input): Set,
5063 don't defvar, and make permanent-local.
5064 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
5065 set-buffer-major-mode-hook, not quail-activate-hook.
5066 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
5067 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
5068 Setup keyboard-translate-table, not translation-table-for-input.
5069 Modify set-buffer-major-mode-hook, not quail-activate-hook.
5070 (ucs-fragment-8859): Don't use translation-table-for-input coding
5071 system property.
5072 (ucs-quail-activate): Deleted.
5073 (ucs-set-table-for-input): New.
5074 (ucs-minibuffer-setup): Use it.
5075
5076 * international/quail.el (quail-input-string-to-events):
5077 Use keyboard-translate-table, not translation-table-for-input.
5078
5079 * files.el (normal-mode): Call ucs-set-table-for-input.
5080
5081 * international/mule.el (set-buffer-file-coding-system):
5082 Call ucs-set-table-for-input.
5083
5084 2002-11-06 Richard M. Stallman <rms@gnu.org>
5085
5086 * replace.el (query-replace, query-replace-regexp): Doc fixes.
5087
5088 * emacs-lisp/bytecomp.el (byte-compile-lambda):
5089 Handle progn like let, inside interactive spec.
5090
5091 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
5092 Initialize to a suitable sexp.
5093 (tex-view): Evaluate tex-dvi-view-command and use the value.
5094
5095 2002-11-06 Kenichi Handa <handa@m17n.org>
5096
5097 * international/mule.el (coding-system-eol-type-mnemonic):
5098 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
5099
5100 2002-11-06 Kim F. Storm <storm@cua.dk>
5101
5102 * info.el (Info-fontify-node): Fixed hiding of *note references
5103 with embedded file names like (xxx.yyy).
5104 Avoid making any lines visibly longer if hiding newlines inside
5105 note references by wrapping line after references if it contained
5106 a newline (unfortunaly this makes more lines appear "shorter").
5107 Properly reindent multi-line menu entry descriptions.
5108
5109 2002-11-05 Juanma Barranquero <lektu@terra.es>
5110
5111 * language/cyrillic.el ("Bulgarian"): Fix typo.
5112
5113 * international/mule.el (coding-system-eol-type-mnemonic):
5114 Move from mule-util.el.
5115
5116 * international/mule-util.el (coding-system-eol-type-mnemonic):
5117 Move to mule.el.
5118
5119 2002-11-04 Juanma Barranquero <lektu@terra.es>
5120
5121 * files.el (find-buffer-visiting): Accept new optional PREDICATE
5122 argument to return only a buffer that satisfies the predicate.
5123 (insert-file-1): New function.
5124 (insert-file-literally): Use it.
5125 (insert-file): Use it.
5126
5127 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
5128
5129 * desktop.el (desktop-relative-file-names): New variable.
5130 (desktop-save): Use it.
5131
5132 2002-11-03 Andre Spiegel <spiegel@gnu.org>
5133
5134 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
5135 its current version in dired.el.
5136
5137 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * emacs-lisp/autoload.el (generate-file-autoloads)
5140 (update-file-autoloads): Strip .gz and other such extensions.
5141 (update-autoloads-from-directories): Also consider compressed files.
5142
5143 * info.el (Info-streamline-headings): New var.
5144 (Info-dir-remove-duplicates): New fun.
5145 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
5146 (Info-select-node): Simplify handling of Info-header-line.
5147 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
5148 (Info-mode): Set header-line-format once and for all.
5149 (Info-fontify-node): Accept bogus first line with `File:' missing.
5150 Only make first line invisible if Info-use-header-line.
5151 Don't use `intangible': it's evil. Use inhibit-read-only.
5152 (Info-follow-reference, Info-next-reference, Info-prev-reference)
5153 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
5154 since we don't use intangible any more.
5155
5156 * image.el (insert-image): Don't make intangible since
5157 adjust_point_for_property should be sufficient by default.
5158
5159 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
5160
5161 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
5162 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5163 (fill-paragraph): Use them.
5164
5165 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5166 Use fill-comment-paragraph.
5167
5168 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
5169
5170 * bindings.el (mode-line-change-eol)
5171 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
5172 (mode-line-mule-info): Use them for the EOL part of the modeline.
5173
5174 * server.el (server-sentinel): Kill buffers if applicable.
5175 (server-temp-file-p): Make arg optional.
5176 (server-done): Use it to simplify.
5177 (server-switch-buffer): If server-window is a function, use it.
5178
5179 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
5180 (undigestify-rmail-message): Fix paren-bug and simplify.
5181
5182 2002-11-02 Kim F. Storm <storm@cua.dk>
5183
5184 * info.el (Info-hide-note-references): nil value now does no
5185 reformatting at all. New choice 'tag reformats tag but shows
5186 the section reference.
5187 (Info-fontify-node): Use it.
5188
5189 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * textmodes/tex-mode.el (tex-common-initialization):
5192 comment-start-skip shouldn't match on the next line.
5193
5194 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
5195 Don't bother making paragraph-start a superset of paragraph-separate.
5196 Use line-beginning-position.
5197
5198 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
5199 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
5200
5201 2002-11-01 Kim F. Storm <storm@cua.dk>
5202
5203 * info.el (Info-hide-note-references): New defcustom.
5204 (Info-fontify-node): Use it.
5205
5206 2002-10-31 Kim F. Storm <storm@cua.dk>
5207
5208 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
5209 --noediting option; added run-time check to exclude it.
5210
5211 * info.el (Info-follow-reference, Info-next-reference)
5212 (Info-prev-reference, Info-try-follow-nearest-node):
5213 Bind inhibit-point-motion-hooks to t while parsing reference.
5214 (Info-fontify-node): When font-lock-mode is enabled, display
5215 "*note" and "* menu" references in a more user friendly format.
5216
5217 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
5218
5219 * textmodes/fill.el (fill-move-to-break-point): Skip white space
5220 _before_ checking to see if we're hitting the margin.
5221 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
5222 it's now done by the C primitives. Don't use narrowing.
5223 Reorganize the line-breaking part of the code to simplify the control
5224 flow and make it work in the absence of narrowing.
5225 (fill-region): Don't use narrowing.
5226
5227 2002-10-30 Dave Love <fx@gnu.org>
5228
5229 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
5230 (po-find-charset): Doc fix. Remove interactive spec.
5231 (po): Provide.
5232 (po-find-file-coding-system-guts): Re-written to use
5233 coding-system-alist, and code-pages, not codepage stuff.
5234
5235 * term/x-win.el: Remove some ancient compatibility code.
5236 Populate x-keysym-table.
5237
5238 2002-10-30 Andreas Schwab <schwab@suse.de>
5239
5240 * subr.el (replace-regexp-in-string): Doc fix.
5241
5242 2002-10-29 Dave Love <fx@gnu.org>
5243
5244 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
5245
5246 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
5247
5248 * international/mule-conf.el: Doc fixes.
5249
5250 2002-10-29 Richard M. Stallman <rms@gnu.org>
5251
5252 * server.el (server-switch-buffer): Say when no server buffers remain.
5253
5254 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
5255
5256 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5257
5258 * progmodes/make-mode.el (makefile-warn-continuations):
5259 Call re-search-forward with NOERROR t.
5260
5261 2002-10-29 Kim F. Storm <storm@cua.dk>
5262
5263 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
5264 incomplete list of matches to be returned.
5265
5266 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5267
5268 * textmodes/texinfo.el (texinfo-environments): Add environment;
5269 copying, documentdescription, ifplaintext, ifnotplaintext, and
5270 verbatim.
5271
5272 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
5273 (ifplaintext, ifnotplaintext)
5274 (afourpaper, afivepaper, afourlatex, afourwide)
5275 (documentlanguage, documentencoding): New aliases.
5276
5277 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
5278
5279 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
5280 up filter groups menu. Preserve point unless a menu command has
5281 moved it from point clicked.
5282
5283 2002-10-29 David Kastrup <dak@lola.goethe.zz>
5284
5285 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
5286 calc-refresh-evaltos appears to need this.
5287
5288 2002-10-28 Dave Love <fx@gnu.org>
5289
5290 * international/mule-diag.el (non-iso-charset-alist): Move to
5291 avoid compilation warning.
5292 (mule-diag): Provide.
5293
5294 * international/code-pages.el (cp-make-coding-system):
5295 Use utf-translation-table-for-decode, not
5296 utf-8-translation-table-for-decode.
5297 (mule-diag): Require.
5298
5299 * language/thai-util.el (thai-composition-function): Don't use prog1.
5300
5301 * language/lao-util.el (lao-composition-function): Don't use prog1.
5302
5303 * language/european.el (diacritic-composition-function):
5304 Modify confused prog1 form.
5305
5306 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
5307 (quail-keyboard-layout): Customize.
5308 Move after quail-keyboard-layout-alist.
5309
5310 2002-10-28 Miles Bader <miles@gnu.org>
5311
5312 * progmodes/make-mode.el (makefile-warn-continuations):
5313 Don't barf when there _aren't_ any suspicious continuations.
5314
5315 2002-10-28 Matthew Swift <swift@alum.mit.edu>
5316
5317 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
5318
5319 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
5320
5321 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
5322
5323 2002-10-27 Andreas Schwab <schwab@suse.de>
5324
5325 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
5326 end-of-comment syntax.
5327
5328 2002-10-27 Kim F. Storm <storm@cua.dk>
5329
5330 * ido.el (ido-cannot-complete-command): New defcustom, default to
5331 ido-completion-help (similar to iswitchb-cannot-complete-hook).
5332 (ido-complete): Call value of ido-cannot-complete-command rather
5333 than ido-completion-help when no common completion.
5334
5335 2002-10-27 Dave Love <fx@gnu.org>
5336
5337 * international/code-pages.el (iso-8859-11): New.
5338
5339 2002-10-27 Kim F. Storm <storm@cua.dk>
5340
5341 * pcvs.el (cvs-checkout): Use read-directory-name.
5342 (cvs-query-directory): Likewise.
5343
5344 2002-10-26 Richard M. Stallman <rms@gnu.org>
5345
5346 * progmodes/make-mode.el (makefile-cleanup-continuations):
5347 Default for variable is nil.
5348 (makefile-warn-continuations): New function.
5349 (makefile-mode): Put it on write-file-functions.
5350
5351 * international/mule-cmds.el (select-safe-coding-system):
5352 Delete debugging setq.
5353
5354 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
5355 after looking in ~.
5356
5357 * startup.el (command-line): Look for .emacs under ~/.emacs.d
5358 after looking in ~.
5359
5360 * simple.el (toggle-truncate-lines): When turning off truncation,
5361 clear out the hscroll value in this buffer's windows.
5362
5363 * simple.el (display-message-or-buffer): Don't display empty
5364 output in the echo area.
5365
5366 * man.el (Man-default-man-entry): Don't look for all word chars,
5367 look only for characters that are normally part of a shell command.
5368
5369 * gud.el (gdb): Pass default-directory to GDB via -cd option.
5370
5371 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
5372
5373 * find-file.el (ff-find-related-file): Fix autoload cookie.
5374
5375 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
5376 risky-local-variable-p.
5377
5378 * files.el (risky-local-variable-p): VAL=nil has special meaning.
5379
5380 * Makefile.in (compile-always): Avoid error in old Bash versions.
5381
5382 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
5383
5384 * textmodes/picture.el (picture-mouse-set-point): New command.
5385 (picture-mode-map): Bind it.
5386 (picture-motion-reverse): Doc fix.
5387
5388 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
5389
5390 * textmodes/outline.el (outline-next-heading): Make sure the match-data
5391 is really correct where returning.
5392
5393 2002-10-24 Matthew Swift <swift@alum.mit.edu>
5394
5395 * textmodes/outline.el (outline-minor-mode): Add customization group.
5396
5397 2002-10-23 Richard M. Stallman <rms@gnu.org>
5398
5399 * files.el (risky-local-variable-p): New arg VAL.
5400 (compile-command): Use `stringp' for `safe-local-variable' prop.
5401 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
5402
5403 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5404
5405 * woman.el (woman-version): Update to 0.551 (beta).
5406 (woman-parse-colon-path): Add support for current Cygwin mount
5407 conventions.
5408 (woman-Cyg-to-Win): New function to convert absolute filename from
5409 Cygwin to Windows form by executing external program cygpath if
5410 possible.
5411 (woman-man.conf-path): Update default to current common locations
5412 and to support Cygwin; update documentation.
5413 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
5414 match possible names of man.conf file; tidy code and documentation.
5415 (woman-manpath): Simplify default and documentation; essentially
5416 move code that was here into `woman-parse-colon-path'.
5417 (woman-default-indent): Change Linux to GNU in documentation.
5418 (woman-addition-face): Make documentation consistent with other
5419 WoMan faces.
5420 (woman-emulate-tbl): New variable, determines whether tbl
5421 emulation is required.
5422 (woman-decode-region): Add check for preprocessor requests.
5423 (woman0-process-escapes, woman-special-characters)
5424 (woman-get-next-char, woman-parse-numeric-value): Add support for
5425 long groff names of the form [xxx].
5426 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
5427 (woman2-PD, woman2-na): Doc fix.
5428 (woman-match-name): New function.
5429 (woman2-TS): New function.
5430 (woman2-TE): New alias for `woman2-fi'.
5431
5432 2002-10-23 Kim F. Storm <storm@cua.dk>
5433
5434 * ido.el (ido-restrict-to-matches): New command.
5435 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
5436
5437 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
5438
5439 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
5440 multiple redirection can work.
5441
5442 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
5443
5444 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
5445 Don't hardcode point-min == 1.
5446
5447 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
5448 (hexl-mode, hexl-current-address, hexl-address-to-marker)
5449 (hexl-insert-char): Don't hardcode point-min == 1.
5450 (hexl-isearch-search-function): New fun.
5451 (hexl-mode-old-isearch-search-fun-function): New var.
5452 (hexl-mode): Use them.
5453 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
5454 Use write-contents-functions rather then write-contents-hooks.
5455
5456 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
5457 (paragraph-indent-text-mode-abbrev-table)
5458 (paragraph-indent-text-mode-syntax-table): Remove.
5459 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
5460
5461 2002-10-21 Juanma Barranquero <lektu@terra.es>
5462
5463 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
5464 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
5465
5466 2002-10-20 Andreas Schwab <schwab@suse.de>
5467
5468 * apropos.el (apropos-group): Use customize-group-other-window.
5469
5470 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
5471
5472 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
5473 to just "/" instead of "/ p".
5474 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
5475
5476 2002-10-18 Juanma Barranquero <lektu@terra.es>
5477
5478 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
5479 ELSE expression on IF.
5480
5481 2002-10-17 Juanma Barranquero <lektu@terra.es>
5482
5483 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
5484
5485 * subr.el (remq): Likewise.
5486
5487 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
5488
5489 * vc-hooks.el (vc-insert-file): Likewise.
5490
5491 * vcursor.el (vcursor-other-window): Likewise.
5492
5493 * wid-edit.el (widget-choose): Likewise.
5494
5495 * calendar/diary-lib.el (diary-name-pattern): Likewise.
5496
5497 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
5498
5499 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
5500
5501 * emulation/edt-mapper.el (top-level): Likewise.
5502
5503 * eshell/esh-var.el (eshell/define): Likewise.
5504
5505 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
5506 (feedmail-queue-draft-directory): Likewise.
5507
5508 * net/netrc.el (netrc-parse): Likewise.
5509
5510 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
5511
5512 * progmodes/ebrowse.el (ebrowse-ts)
5513 (ebrowse-view/find-file-and-search-pattern)
5514 (ebrowse-draw-file-member-info): Likewise.
5515
5516 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
5517
5518 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
5519
5520 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
5521
5522 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
5523
5524 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
5525
5526 2002-10-17 Dave Love <fx@gnu.org>
5527
5528 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
5529
5530 * international/code-pages.el (cp-make-translation-table): Use
5531 ucs-mule-to-mule-unicode.
5532 (cp-fix-safe-chars): Fix typo.
5533 (non-iso-charset-alist): Don't define.
5534 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
5535 Define translation-table-for-input.
5536 (cp866): Reinstate.
5537 (alternativnj): Don't define alias.
5538 (koi8-u): Deleted.
5539
5540 * language/european.el ("Slovenian"): Use slovenian input-method.
5541 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
5542
5543 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
5544 the table.
5545 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
5546 (cp866): Delete this alias.
5547 ("Bulgarian"): Fix the value of `input-method'.
5548
5549 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
5550
5551 * dired-aux.el (dired-add-entry): Put point in correct position
5552 before inserting marker char.
5553
5554 2002-10-16 Andreas Schwab <schwab@suse.de>
5555
5556 * dired.el (dired-readin-insert): Expand dired-directory.
5557
5558 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
5559
5560 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
5561
5562 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
5563 reftex.el. Move the provide call to end of file.
5564
5565 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
5566
5567 2002-10-15 Dave Love <fx@gnu.org>
5568
5569 * man.el (Man-getpage-in-background): Set width in environment.
5570
5571 2002-10-15 Kenichi Handa <handa@m17n.org>
5572
5573 * mail/sendmail.el (sendmail-send-it): Call
5574 select-message-coding-system before changing the current bufer to
5575 " sendmail temp".
5576
5577 2002-10-14 Andre Spiegel <spiegel@gnu.org>
5578
5579 * files.el (insert-directory): Handle //SUBDIRED// lines in
5580 recursive listings from ls --dired.
5581
5582 * vc.el (vc-dired-reformat-line): Simplified. Handles text
5583 properties correctly now.
5584
5585 2002-10-14 Juanma Barranquero <lektu@terra.es>
5586
5587 * international/mule.el (set-selection-coding-system): Fix spacing.
5588
5589 2002-10-13 Richard M. Stallman <rms@gnu.org>
5590
5591 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5592 Treat `ignore' specially--prevent warnings about functions
5593 called for effect, in its args.
5594 Don't warn when `pop' is used for effect.
5595
5596 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
5597
5598 * uniquify.el (uniquify-get-proposed-name):
5599 Don't use directory-sep-char.
5600
5601 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
5602
5603 * find-file.el (ff-related-file-alist): New alias.
5604 (ff-find-related-file): New alias.
5605
5606 2002-10-13 Andreas Schwab <schwab@suse.de>
5607
5608 * dired.el (dired-insert-directory): When looking for existing
5609 indentation, goto OPOINT instead of beginning of buffer.
5610
5611 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
5612
5613 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
5614
5615 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
5616
5617 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
5618
5619 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
5620
5621 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
5622 frame from frame of selected window.
5623 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
5624 changing selected windows.
5625 (ediff-setup-control-frame): Make sure auto-rase is properly set for
5626 the control frame.
5627
5628 2002-10-10 Simon Josefsson <jas@extundo.com>
5629
5630 * browse-url.el (browse-url-mozilla): Doc fix.
5631
5632 2002-10-10 Steve Youngs <youngs@xemacs.org>
5633
5634 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
5635 (browse-url-mozilla): Use it.
5636
5637 2002-10-11 Miles Bader <miles@gnu.org>
5638
5639 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
5640 files contains an invalid timestamp.
5641
5642 2002-10-11 Simon Josefsson <jas@extundo.com>
5643
5644 * mail/sendmail.el (mail-envelope-from): New option `header' to
5645 use RFC 2822 From: header as the envelope address.
5646 (mail-envelope-from): New function, this should be used instead of
5647 looking at the `mail-envelope-from' variable.
5648 (sendmail-send-it): Use it.
5649
5650 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
5651
5652 2002-10-11 Andre Spiegel <spiegel@gnu.org>
5653
5654 * dired.el (dired-insert-directory): Fix check for indentation
5655 from ls --dired.
5656
5657 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
5658 properties from the reformatted line.
5659
5660 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
5661
5662 * textmodes/paragraphs.el (forward-paragraph): Keep track of
5663 remaining paragraphs to skip more carefully.
5664
5665 * add-log.el (add-change-log-entry): Don't call find-file at all
5666 if we're already in the proper buffer.
5667 (change-log-resolve-conflict): New fun.
5668 (change-log-mode): Use it and use define-derived-mode.
5669 (change-log-merge): Allow other-log to be a buffer.
5670 Don't add a \n if there are already enough \n's.
5671
5672 * finder-inf.el, subdirs.el, cus-load.el: Remove.
5673
5674 * finder.el ("finder-inf"): Don't fail if the file is absent.
5675
5676 * cus-dep.el (custom-make-dependencies): Don't use find-file.
5677 Use feature names rather than file names if applicable.
5678
5679 * cus-edit.el (customize-mode): New command.
5680
5681 * custom.el (custom-group-of-mode): New fun.
5682 (custom-load-symbol): Don't use preloaded-file-list now that
5683 load-history is always complete. Don't look up the expanded file
5684 name in load-history (looked like an XEmacsism).
5685
5686 * smerge-mode.el (smerge-ediff): Autoload.
5687 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
5688 (smerge-resolve-function): New var.
5689 (smerge-resolve): New command.
5690 (smerge-basic-map): Bind it.
5691
5692 2002-10-10 Andre Spiegel <spiegel@gnu.org>
5693
5694 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
5695 CVS/Entries, rather than comparing it textually.
5696
5697 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
5698
5699 * international/encoded-kb.el: Add `provide' call.
5700
5701 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
5702
5703 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
5704 ln(-1) should be i*pi, not pi.
5705
5706 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
5707
5708 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
5709 instead of require to avoid loops when loaddefs.el is loaded after
5710 vc-cvs.el.
5711
5712 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
5713 (Custom-reset-saved): Don't test for saved-value.
5714
5715 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
5716
5717 * vc.el (vc-find-version): Use the new backend op `find-version'.
5718 (vc-default-find-version): Provide the new backend op `find-version'
5719 in terms of the old `checkout' op.
5720
5721 * vc-rcs.el (vc-rcs-find-version): New fun.
5722 (vc-rcs-checkout): Remove `workfile' arg and simplify.
5723
5724 * vc-sccs.el (vc-sccs-find-version): New fun.
5725 (vc-sccs-checkout): Remove `workfile' arg and simplify.
5726
5727 * vc-cvs.el (vc-cvs-find-version): New fun.
5728
5729 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
5730
5731 * info.el (Info-next-menu-item, Info-last-menu-item)
5732 (info-emacs-manual): Add docstrings.
5733 (Info-index): Use `string-to-number' instead of `string-to-int'.
5734
5735 2002-10-08 Kenichi Handa <handa@m17n.org>
5736
5737 * international/ucs-tables.el (ucs-translation-table-for-decode):
5738 Define it as a translation-table.
5739
5740 2002-10-07 Richard M. Stallman <rms@gnu.org>
5741
5742 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5743
5744 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
5745 properties of the variables being initialized.
5746
5747 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
5748
5749 2002-10-07 Kim F. Storm <storm@cua.dk>
5750
5751 * emulation/cua-base.el (cua-normal-cursor-color):
5752 Fixed initialization to make "Erase Customization" work.
5753
5754 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
5757 in case some other package redefined it.
5758 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
5759
5760 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
5761 forward-paragraph to make sure its return value is meaningful.
5762
5763 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5764
5765 * net/tramp.el: Version 2.0.25 released.
5766 (tramp-handle-file-truename): If it's a directory,
5767 append slash only if result doesn't end in a slash already.
5768 (tramp-handle-file-truename): Restructure logic. If list of steps
5769 is nil, return "/" as the real name.
5770 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
5771 `match-string' doesn't make sense. From Michael Albinus.
5772 (tramp-host-with-port-regexp): New defcustom. Equal to previous
5773 `tramp-host-regexp'. From Michael Albinus.
5774 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
5775 scanning files like .rhosts would take comments as host names.
5776 From Michael Albinus.
5777 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
5778 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
5779 From Michael Albinus.
5780 (tramp-action-terminal): New function.
5781 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
5782 (tramp-actions-before-shell): Use them.
5783 (tramp-handle-shell-command): Logic error. From Ivan
5784 Zakharyaschev <imz@altlinux.org>.
5785
5786 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
5787
5788 * thingatpt.el (thing-at-point-uri-schemes): New variable.
5789 (thing-at-point-url-regexp): Use it.
5790
5791 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5792
5793 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
5794 loops.
5795
5796 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
5797
5798 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
5799 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
5800 (vc-print-log): Don't check log-view-mode.
5801 (vc-default-show-log-entry): Don't check log-view-goto-rev.
5802 (vc-log-mode): Remove.
5803 (vc-log-edit): Don't check log-edit.
5804
5805 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * vc-cvs.el (vc-cvs-show-log-entry):
5808 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
5809
5810 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
5811
5812 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
5813
5814 * vc.el (vc-default-show-log-entry): Fix typo.
5815
5816 2002-10-04 Steven Tamm <steventamm@mac.com>
5817
5818 * term/mac-win.el: Add lines to handle the new [return] event.
5819
5820 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
5821
5822 * textmodes/fill.el (fill-paragraph): Give up if there's no
5823 paragraph at or after point.
5824
5825 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
5826
5827 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
5828 (vc-default-show-log-entry): New fun.
5829
5830 * subr.el (read-key-auxiliary-map, read-key): Remove.
5831 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
5832
5833 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
5834
5835 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
5836 menu pseudo-keys generated by easymenu which are lowercase in
5837 Emacs 21.4.
5838
5839 * progmodes/ada-xref.el
5840 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
5841
5842 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
5843
5844 * frame.el (delete-frame-hook): Variable alias for
5845 `delete-frame-functions'. Mark obsolete.
5846
5847 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
5848
5849 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
5850 (outline-5, outline-6, outline-7, outline-8): New faces.
5851 (outline-font-lock-faces, outline-font-lock-levels): New vars.
5852 (outline-font-lock-face): New fun.
5853 (outline-font-lock-keywords): Use it.
5854 (outline-font-lock-level): Remove.
5855 (outline-mode, outline-next-preface, outline-next-heading)
5856 (outline-previous-heading, outline-next-visible-heading):
5857 Use shy group.
5858 (outline-level) <var>: Update calling convention.
5859 (outline-level) <fun>: Take advantage of it.
5860 (outline-demote): Don't assume the match-data is still uptodate.
5861 (outline-up-heading): Simplify and make sure the match data is
5862 properly set at the end.
5863
5864 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
5865
5866 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
5867 nconc.
5868
5869 * startup.el (normal-top-level): Reset standard-value property of
5870 `user-full-name' here.
5871
5872 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
5873
5874 * wid-edit.el (widget-default-get): Change to return external
5875 value.
5876 (widget-choice-action): Update caller.
5877 (widget-editable-list-entry-create): Update caller.
5878
5879 * wid-edit.el (widget-types-copy): New function.
5880 (default): Added :copy keyword.
5881 (menu-choice): Ditto.
5882 (checklist): Ditto.
5883 (radio-button-choice): Ditto.
5884 (editable-list): Ditto.
5885 (group): Ditto.
5886 (widget-copy): New function.
5887 (widget-create-child): Use it.
5888 (widget-create-child-value): Use it.
5889
5890 2002-10-01 Bill Wohler <wohler@newt.com>
5891
5892 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5893 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5894 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
5895 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
5896 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
5897 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
5898 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
5899 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
5900 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
5901 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
5902 There were no user-visible changes in 6.1.1 from 6.1--only the
5903 section of the Makefile that installs the files into Emacs was changed.
5904
5905 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
5908 works when font-lock is turned off.
5909
5910 * jit-lock.el (jit-lock-fontify-now): Don't widen.
5911 Let the jit-lock-functions do it if they want to.
5912
5913 2002-10-01 Juanma Barranquero <lektu@terra.es>
5914
5915 * eshell/esh-module.el (eshell-load-defgroups):
5916 Add "no-byte-compile: t" to subdirs.el.
5917
5918 * makefile.w32-in (update-subdirs-CMD): Likewise.
5919
5920 * forms-d2.el:
5921 * forms-pass.el:
5922 * generic-x.el:
5923 * patcomp.el:
5924 * paths.el:
5925 * version.el:
5926 * international/mule-conf.el:
5927 * language/czech.el:
5928 * language/devanagari.el:
5929 * language/english.el:
5930 * language/georgian.el:
5931 * language/greek.el:
5932 * language/hebrew.el:
5933 * language/japanese.el:
5934 * language/korean.el:
5935 * language/lao.el:
5936 * language/misc-lang.el:
5937 * language/romanian.el:
5938 * language/slovak.el:
5939 * language/thai.el:
5940 * language/utf-8-lang.el:
5941 * emacs-lisp/cl-specs.el:
5942 * eshell/esh-maint.el:
5943 * mail/blessmail.el:
5944 * play/bruce.el:
5945 * term/apollo.el:
5946 * term/AT386.el:
5947 * term/bobcat.el:
5948 * term/internal.el:
5949 * term/iris-ansi.el:
5950 * term/keyswap.el:
5951 * term/linux.el:
5952 * term/lk201.el:
5953 * term/news.el:
5954 * term/vt102.el:
5955 * term/vt125.el:
5956 * term/vt200.el:
5957 * term/vt201.el:
5958 * term/vt220.el:
5959 * term/vt240.el:
5960 * term/vt300.el:
5961 * term/vt320.el:
5962 * term/vt400.el:
5963 * term/vt420.el:
5964 * term/wyse50.el: Add "no-byte-compile: t" in first line.
5965
5966 2002-10-01 Kenichi Handa <handa@m17n.org>
5967
5968 * international/utf-16.el: Don't provide utf-16.
5969
5970 * international/utf-8.el (ccl-decode-mule-utf-8):
5971 Remove unnecessary line.
5972
5973 2002-09-30 Kenichi Handa <handa@m17n.org>
5974
5975 * language/thai.el (thai-tis620): Add `mime-charset' property.
5976
5977 * language/indian.el: Don't register "ISO10646.*-1" in
5978 font-ccl-encoder-alist.
5979
5980 * language/cyrillic.el (ccl-decode-koi8): Refer to
5981 ucs-translation-table-for-decode.
5982 (ccl-decode-koi8-u): Likewise.
5983 (ccl-decode-alternativnyj): Likewise.
5984 (cyrillic-koi8): Put `dependency' property.
5985 (koi8-u): Likewise.
5986 (cyrillic-alternativnyj): Likewise.
5987
5988 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
5989 this translation-table name here.
5990 (utf-translation-table-for-encode): New translation-table name.
5991 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
5992 (utf-defragmentation-table): New variable.
5993 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
5994 (utf-subst-table-for-encode): New translation-table name.
5995 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
5996 (utf-subst-table-for-decode): New translation-table name.
5997 (utf-fragment-on-decoding): Renamed from
5998 utf-8-fragment-on-decoding. Correctly handle the case that
5999 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
6000 mule-utf-16-be too.
6001 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
6002 Handle mule-utf-16-le and mule-utf-16-be too.
6003 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
6004 and utf-subst-table-for-decode.
6005 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
6006 and utf-subst-table-for-encode.
6007 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
6008
6009 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
6010 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
6011 utf-8-subst-rev-table.
6012
6013 * international/utf-16.el (utf-16-decode-ucs): Look up
6014 utf-subst-table-for-decode. Fix for the case that the looking up
6015 succeeds.
6016 (ccl-decode-mule-utf-16-le): Translate characters by
6017 utf-translation-table-for-decode.
6018 (ccl-decode-mule-utf-16-be): Likewise.
6019 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
6020 at first. Translate characters by utf-translation-table-for-encode.
6021 (ccl-encode-mule-utf-16-be): Likewise.
6022 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
6023
6024 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
6025
6026 * international/ucs-tables.el: Don't bind
6027 utf-8-translation-table-for-decode while setting up
6028 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
6029 iso-8859-* coding systems.
6030 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
6031 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
6032 populate the translation table named
6033 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
6034 ucs-mule-to-mule-unicode populates the translation table named
6035 utf-translation-table-for-encode. Call register-char-codings for
6036 mule-utf-16-be and mule-utf-16-le too.
6037 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
6038 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
6039 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
6040 non-nil, make a proper char-table populates the translation table
6041 name utf-translation-table-for-encode. Call register-char-codings
6042 for all mule-utf-* to to reset their status to the origianl.
6043 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
6044 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
6045 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
6046 (ccl-encode-unicode-font): Delete.
6047 (ucs-tables-unload-hook): Delete.
6048
6049 * international/mule.el (decode-char): Refer to the translation
6050 hash table named utf-subst-table-for-decode. Refer to the
6051 translation table named utf-translation-table-for-decode instead
6052 of utf-8-translation-table-for-decode.
6053 (encode-char): Refer to the translation hash table named
6054 utf-subst-table-for-encode. Refer to the translation table named
6055 utf-translation-table-for-encode instead of
6056 utf-8-translation-table-for-encode.
6057
6058 * international/mule-diag.el (describe-coding-system):
6059 Describe `dependency' property.
6060
6061 * international/mule-conf.el (emacs-mule): Add property `composition'.
6062
6063 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
6064 translation table name here.
6065 (ucs-mule-cjk-to-unicode): New translation table name.
6066 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
6067 (font-ccl-encoder-alist): Change the font registry pattern to
6068 "ISO10646.*-*".
6069
6070 2002-09-30 Colin Walters <walters@gnu.org>
6071
6072 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
6073 `inhibit-msg'.
6074
6075 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
6076 `executing-kbd-macro' and `defining-kbd-macro'.
6077
6078 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
6079 Call `calc-flush-caches' with inhibit-msg arg.
6080 (calc-change-mode): Remove extra arg for `calc-save-modes'.
6081
6082 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
6083 Don't bind `executing-kbd-macro'.
6084
6085 2002-09-29 Noah Friedman <friedman@splode.com>
6086
6087 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
6088
6089 2002-09-29 Richard M. Stallman <rms@gnu.org>
6090
6091 * startup.el (user-mail-address): Initialize to a useful value
6092 once Emacs is started up; initialize to "" at loadup time.
6093 (command-line): "", not nil, means user-mail-address not set yet.
6094
6095 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6096
6097 * net/tramp.el: Version 2.0.24 released.
6098 (tramp-methods, tramp-completion-function-alist):
6099 Rename "*-old" methods to "*_old". From Michael Albinus.
6100 (tramp-completion-function-alist):
6101 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
6102 From Michael Albinus.
6103 (tramp-default-method-alist): Use "su" for "root@localhost".
6104 (tramp-host-regexp): Allow "#" for "host#port" kludge.
6105 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
6106 default method. Require additional args USER and HOST for this.
6107 Callers changed.
6108 (tramp-handle-file-local-copy): More local bindings. Bind results
6109 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
6110 "are you awake" problem.
6111 (tramp-action-password): Protect against clobbered match data.
6112 (tramp-open-connection-setup-interactive-shell): Explicitly set
6113 tramp-last-cmd-time before invoking tramp-send-command the first
6114 time. Otherwise, tramp-send-command would issue "echo are you
6115 awake" right at the first time, which is not what we want.
6116 Reported by Douglas Gray Stephens.
6117 (tramp-find-inline-encoding): Don't redirect stdout to
6118 /dev/null to avoid "chmode go-rwx" operation from "mimencode
6119 >/dev/null" as root(!), and to check the output of the decoding
6120 command.
6121 (tramp-maybe-open-connection): Don't send "are you awake" if
6122 process has died.
6123
6124 2002-09-29 Colin Walters <walters@gnu.org>
6125
6126 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
6127
6128 2002-09-29 Mike Williams <mdub@bigfoot.com>
6129
6130 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
6131
6132 2002-09-29 Richard M. Stallman <rms@gnu.org>
6133
6134 * custom.el (defcustom): Doc fix.
6135
6136 2002-09-28 Richard M. Stallman <rms@gnu.org>
6137
6138 * loadhist.el (unload-feature): When undefining a variable,
6139 delete its buffer-local bindings.
6140
6141 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6142
6143 * subr.el (remove-yank-excluded-properties): Fix bugs in
6144 handling of category properties.
6145
6146 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6147
6148 * ps-print.el (ps-print-emacs-type): Error if ps-print is
6149 activated in Epoch, inLucid or in Emacs v19 or lesser.
6150 Value can no longer be `lucid'.
6151 (ps-print-version): New version number (6.5.8).
6152 (faces): Never do (require 'faces).
6153
6154 2002-09-28 Simon Josefsson <jas@extundo.com>
6155
6156 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
6157 streams that were opened using starttls.
6158
6159 2002-09-28 Paul Reilly <pmr@pajato.com>
6160
6161 * files.el (auto-mode-alist): Add support for Java Enterprise
6162 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
6163
6164 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
6165
6166 * progmodes/m4-mode.el (m4-font-lock-keywords)
6167 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
6168 (m4-m4-region): Doc fixes.
6169
6170 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
6171
6172 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
6173 (cl-push, cl-pop): Remove.
6174 Use pop and push throughout the file instead.
6175 (cl-transform-lambda): Add usage info to docstring if the arglist
6176 is complex.
6177
6178 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
6179 (autoload-print-form): Also quote open-[-in-column 0.
6180
6181 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
6182 (help-split-fundoc): Don't support old syntax any more.
6183 (help-add-fundoc-usage): New fun.
6184
6185 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
6186 Use pop and push throughout the file instead.
6187 (cl-hash-lookup): Remove.
6188 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
6189 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
6190
6191 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
6192 Use pop and push throughout the file instead.
6193
6194 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
6195 loading since the current keymaps might be all weird.
6196
6197 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
6198 to the name since they're added by mode-line-format already.
6199 (define-minor-mode): Run (,mode -1) when needed.
6200
6201 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
6202 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
6203 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
6204 Don't hardcode 1 == point-min.
6205
6206 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
6207
6208 * subr.el (read-key-auxiliary-map): New var.
6209 (read-key): Use it.
6210 (make-temp-file): Make the file have mode 600.
6211 (add-minor-mode): Don't add properties to the name since it's
6212 added by mode-line-format already.
6213 Be more careful with the mode-line-menu entry name.
6214
6215 * userlock.el (ask-user-about-supersession-threat): Don't abort
6216 when the user hits mouse-2.
6217
6218 * register.el (set-register): Use push.
6219 (point-to-register): Set kill-buffer-hook in this buffer.
6220 (register-swap-out): Use dolist.
6221 (kill-buffer-hook): Don't change globally.
6222
6223 * server.el (server-select-display): New function.
6224 (server-process-filter): Add support for `-display' and `-eval' args.
6225 (server-visit-files): Use save-current-buffer, push, and dolist.
6226 Add server-kill-buffer to kill-buffer-hook.
6227 (kill-buffer-hook): Don't modify globally.
6228 (server-switch-buffer): Be a bit more careful with multiple displays.
6229 (server-socket-name): Always use /tmp and non-qualified hostname.
6230
6231 * uniquify.el (uniquify-rationalize-file-buffer-names):
6232 Add to kill-buffer-hook for buffers with conflict.
6233 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
6234 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
6235 (kill-buffer-hook): Don't change globally.
6236
6237 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
6238
6239 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
6240 (calc-stack-top, calc-always-load-extensions)
6241 (calc-line-numbering, calc-line-breaking, calc-display-just)
6242 (calc-display-origin, calc-number-radix, calc-leading-zeros)
6243 (calc-group-digits, calc-group-char, calc-point-char)
6244 (calc-frac-format, calc-prefer-frac, calc-hms-format)
6245 (calc-date-format, calc-float-format, calc-complex-format)
6246 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
6247 (calc-display-strings, calc-matrix-just, calc-break-vectors)
6248 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
6249 (calc-vector-brackets, calc-matrix-brackets, calc-language)
6250 (calc-language-option, calc-function-open, calc-function-open)
6251 (calc-function-close, calc-language-output-filter)
6252 (calc-language-input-filter, calc-radix-formatter)
6253 (calc-left-label, calc-right-label, calc-word-size)
6254 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6255 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
6256 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
6257 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6258 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6259 (calc-window-height, calc-display-trail, calc-show-selections)
6260 (calc-use-selections, calc-assoc-selections)
6261 (calc-display-working-message, calc-auto-why, calc-timing)
6262 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
6263 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
6264 Make into real defvars.
6265 (calc-mode-var-list): Delete.
6266 (calc-mode-save-mode, calc-standard-date-formats)
6267 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6268 (calc-user-parse-tables, calc-gnuplot-default-device)
6269 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6270 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6271 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6272 (calc-invocation-macro, calc-show-banner): Make into defvars,
6273 taken from `calc-mode-var-list'.
6274 (calc-emacs-type-epoch, calc-emacs-type-19)
6275 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
6276 (calc-version, calc-version-date, calc-trail-pointer)
6277 (calc-trail-overlay, calc-undo-list, calc-redo-list)
6278 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
6279 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
6280 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
6281 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6282 (calc-said-hello, calc-executing-macro, calc-any-selections)
6283 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6284 (calc-display-dirty, calc-prepared-composition)
6285 (calc-selection-cache-default-entry, calc-embedded-info)
6286 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
6287 (math-eval-rules-cache-tag, math-radix-explicit-format)
6288 (math-expr-function-mapping, math-expr-variable-mapping)
6289 (math-read-expr-quotes, math-working-step, math-working-step-2)
6290 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
6291 defvars, from toplevel setq.
6292 (calc-mode-map): Set up keymap in more modern fashion.
6293 (calc-dispatch-map): Ditto.
6294 (calc-command-flags, calc-final-point-line)
6295 (calc-final-point-column): Defvar.
6296 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
6297 (sel-mode): Defvar.
6298 (calc-any-evaltos): Ditto.
6299 (calc-buffer, calc-prev-char, calc-prev-prev-char)
6300 (calc-digit-value): Ditto.
6301 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
6302 (math-sub-bignum): Bind `diff'.
6303 (calc-selection-cache-entry): Defvar.
6304 (calc-count-lines): Reference `pos' instead of `newpos'.
6305
6306 2002-09-27 Simon Josefsson <jas@extundo.com>
6307
6308 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
6309
6310 2002-09-26 Richard M. Stallman <rms@gnu.org>
6311
6312 * mail/unrmail.el (unrmail): Do the work directly,
6313 without actually selecting the messages in the from file.
6314 (unrmail-unprune): New subroutine.
6315
6316 * files.el (backup-buffer): Bind local var MODES.
6317 Don't use renaming for a suid or sgid file.
6318 Use backup-buffer-copy to do copying.
6319 (backup-buffer-copy): New subroutine.
6320 Clear suid and sgid bits for the copy.
6321
6322 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
6323
6324 * calendar/solar.el (solar-equinoxes-solstices):
6325 Use time properly adjusted for DST in the result.
6326
6327 2002-09-26 Richard M. Stallman <rms@gnu.org>
6328
6329 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
6330 Bind inhibit-read-only; don't mess with buffer-read-only.
6331
6332 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
6333
6334 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
6335
6336 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
6337 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6338
6339 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
6340
6341 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
6342 instead of within `with-current-buffer'.
6343
6344 2002-09-26 Stephen Eglen <stephen@gnu.org>
6345
6346 * iswitchb.el (iswitchb-completions): Test that
6347 iswitchb-common-match-string is a string, before printing common
6348 completions.
6349
6350 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
6351
6352 * server.el: Use built-in network primitives.
6353 (server-program, server-previous-string): Remove.
6354 (server-previous-strings): New var.
6355 (server-socket-name): New var.
6356 (server-log): Minor change to the output format.
6357 (server-sentinel): Clean up global state when a client disconnects.
6358 (server-unquote-arg): New fun.
6359 (server-start): Use server-socket-name and make-network-process.
6360 (server-process-filter): Now talks to the clients directly.
6361 Normalize file name after unquoting and decoding.
6362 (server-buffer-done): Just close the connection.
6363 (server-switch-buffer): Handle the case where all windows are
6364 dedicated or minibuffers.
6365
6366 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
6367 Don't bind them variables.
6368 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
6369 (font-lock-after-unfontify-buffer): Check that the vars are bound.
6370 (font-lock-dont-widen): New var.
6371 (font-lock-default-fontify-region): Use it.
6372
6373 * emacs-lisp/find-func.el (find-library-name):
6374 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
6375
6376 2002-09-25 Kenichi Handa <handa@etl.go.jp>
6377
6378 * international/mule-cmds.el (select-safe-coding-system):
6379 Handle safe but rejected default coding systems and unsafe default
6380 coding systems differently.
6381
6382 * international/mule-diag.el (list-character-sets): Use the buffer
6383 name "*Character Set List*", not "*Help*". List also indirectly
6384 supported character sets.
6385 (list-charset-chars): Use the buffer name "*Character List*", not
6386 "*Help*". Display the current charset name in the modeline.
6387 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
6388 (sort-listed-character-sets): Don't alter the region showing
6389 indirectly supported charsets.
6390
6391 2002-09-24 Simon Josefsson <jas@extundo.com>
6392
6393 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
6394 (mail-extract-address-components): Doc fix.
6395
6396 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
6397
6398 * simple.el (edit-and-eval-command): Protect command-history.
6399 (repeat-complex-command): Protect command-history.
6400
6401 2002-09-24 Juanma Barranquero <lektu@terra.es>
6402
6403 * replace.el (occur-find-match): New function.
6404 (occur-next, occur-prev): Use it.
6405
6406 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
6407 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
6408 instead of 'occur and 'occur-point.
6409
6410 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
6411 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
6412
6413 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
6414
6415 * descr-text.el (describe-text-category): Use *Help*.
6416 Don't kill-buffer.
6417 (describe-text-properties, describe-char):
6418 Delay self-inspection test. Use *Help*.
6419 Use syntax-after. Use `pos' rather than (point).
6420 Distinguish the before/after part of a composition.
6421
6422 2002-09-23 Kenichi Handa <handa@etl.go.jp>
6423
6424 * international/quail.el (quail-completion): Be sure to scroll
6425 quail-completion-buf.
6426
6427 2002-09-23 Richard M. Stallman <rms@gnu.org>
6428
6429 * ielm.el (*1): Fix previous change.
6430
6431 2002-09-23 Juanma Barranquero <lektu@terra.es>
6432
6433 * net/tramp.el (tramp-unified-filenames): Autoload it.
6434
6435 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
6436
6437 * ediff-init.el (ediff-get-next-window): Bug fix.
6438
6439 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
6440
6441 * play/gamegrid.el (gamegrid-face): New variable to emulate a
6442 buffer-local default face.
6443 (gamegrid-xbm): New variable; XBM image as a replacement for
6444 `gamegrid-xpm' on Emacsen compiled without XPM-support.
6445 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
6446 of images to Emacs.
6447 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
6448 convert XEmacs-type image descriptors.
6449 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
6450 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
6451 image descriptors.
6452 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
6453 functions to check for display capabilities. Fix the recognition
6454 of image-support in Emacs 21 by this way.
6455 (gamegrid-hide-cursor): Removed.
6456 (gamegrid-setup-default-font): Ported the code from XEmacs to
6457 Emacs: create a new face and assign the variable `gamegrid-face'
6458 to it. Make sure that the face is not higher than the smallest
6459 image used by the game.
6460 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
6461 instead of `gamegrid-hide-cursor'.
6462 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
6463 image in the buffer, instead of applying a face. [This is because
6464 Emacs display-tables are not as capable as the display-tables in
6465 XEmacs. Maybe this function should be renamed to reflect the change?]
6466 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
6467 the face held by `gamegrid-face' in an overlay over the whole
6468 buffer to emulate a buffer-local default-face.
6469
6470 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
6471
6472 * play/doctor.el (doctor-doc): Add 2 question words.
6473 (doctor-getnoun): Parse and save the complete object phrase.
6474
6475 2002-09-22 Richard M. Stallman <rms@gnu.org>
6476
6477 * international/mule-cmds.el (select-safe-coding-system): Cope if
6478 default-coding-system gives nil which was then used in `min'.
6479
6480 * mail/sendmail.el (sendmail-send-it): If user's buffer
6481 is unibyte, make tembuf unibyte.
6482
6483 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
6484
6485 * net/tramp.el: Version 2.0.22 released.
6486 (tramp-parse-rhosts, tramp-parse-shosts)
6487 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
6488 `add-to-list' for performance reasons.
6489 (tramp-get-completion-user-host): Return `nil' in case both `user'
6490 and 'host' are empty (not necessarily `nil'.
6491 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
6492 (tramp-user-regexp): " \t" are not user regexp characters.
6493 (tramp-completion-handle-file-name-all-completions):
6494 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
6495 completely, and it returns local completions as well.
6496 (tramp-completion-function-alist-ftp): New constant.
6497 (tramp-completion-function-alist): Add completion function for "ftp".
6498 From Michael Albinus <Michael.Albinus@alcatel.de>.
6499
6500 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6501
6502 * net/tramp.el: Version 2.0.21 released.
6503 (tramp-handle-file-newer-than-file-p): If mtime of both files is
6504 known, return a useful result. Better error message in case one
6505 is a Tramp file and one isn't.
6506 (tramp-handle-file-local-copy, tramp-handle-write-region)
6507 (tramp-find-shell, tramp-open-connection-telnet)
6508 (tramp-open-connection-rsh, tramp-open-connection-su)
6509 (tramp-open-connection-setup-interactive-shell)
6510 (tramp-post-connection, tramp-maybe-open-connection)
6511 (tramp-method-out-of-band-p): Correct number of args for
6512 `tramp-get-rsh-program' and similar functions.
6513
6514 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
6515
6516 * net/tramp.el: Version 2.0.20 released.
6517
6518 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
6519
6520 * net/tramp.el (tramp-completion-function-alist): Escape open
6521 paren in docstring.
6522 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
6523 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
6524 instead of tramp-message.
6525 (tramp-open-connection-rsh): Handle empty string as user name.
6526 (tramp-open-connection-su): Handle empty string as host name.
6527 Handle nil user name.
6528 (tramp-handle-file-local-copy, tramp-handle-write-region)
6529 (tramp-completion-handle-file-name-all-completions)
6530 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6531 (tramp-open-connection-su, tramp-post-connection)
6532 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
6533 (tramp-get-connection-function, tramp-get-remote-sh)
6534 (tramp-get-rsh-program, tramp-get-rsh-args)
6535 (tramp-get-rcp-program, tramp-get-rcp-args)
6536 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
6537 (tramp-get-su-args, tramp-get-telnet-program)
6538 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
6539 additional args USER, HOST.
6540 (tramp-action-password, tramp-open-connection-telnet)
6541 (tramp-open-connection-su, tramp-open-connection-multi)
6542 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
6543 takes USER and HOST arguments, to be able to use
6544 `tramp-find-method'. Update callers.
6545 (tramp-find-method): New function.
6546
6547 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6548
6549 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6550 in SWITCHES (by removing it).
6551
6552 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6553
6554 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
6555
6556 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6557
6558 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
6559
6560 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6561
6562 * net/tramp.el (tramp-bug): Add tramp-methods.
6563
6564 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6565
6566 * net/tramp.el (tramp-methods): Update docstring:
6567 tramp-encoding-command, tramp-decoding-command,
6568 tramp-encoding-function and tramp-decoding-function are not
6569 parameters anymore.
6570 (tramp-uuencode-region): Autoload it.
6571
6572 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6573
6574 * net/tramp.el: Version 2.0.19 released.
6575
6576 * net/tramp-uu.el: New file, implements uuencode in Lisp.
6577
6578 * net/tramp.el (tramp-coding-commands):
6579 Use `tramp-uuencode-region' as local encoder for the uuencode based
6580 entries.
6581
6582 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6583
6584 * net/tramp.el (tramp-handle-write-region): Wrong parens.
6585
6586 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6587
6588 * net/tramp.el: Version 2.0.18 released.
6589
6590 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
6591 older versions of Perl. Now tested with 5.004. Suggestion from
6592 Michael Albinus.
6593
6594 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6595
6596 * net/tramp.el (tramp-find-inline-encoding):
6597 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
6598 (tramp-call-local-coding-command): OUTPUT equals nil means to
6599 discard the output. INPUT equals nil means /dev/null.
6600
6601 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6602
6603 * net/tramp.el (tramp-encoding-shell): Default to environment
6604 variable COMSPEC on Windows.
6605 (tramp-handle-write-region): More debugging output.
6606 (tramp-find-inline-encoding): Ditto.
6607
6608 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
6609
6610 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6611 Define `result1'.
6612 (tramp-parse-hosts-group): Discard IPv6 entries.
6613
6614 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
6615
6616 * net/tramp.el (tramp-post-connection): Only send Perl
6617 mime-encode/decode implementations when using inline method.
6618 (tramp-handle-file-local-copy)
6619 (tramp-handle-write-region, tramp-post-connection)
6620 (tramp-coding-commands, tramp-find-inline-encoding): For the
6621 inline encodings, distinguish between local and remote commands,
6622 instead of between commands and functions. (The local commands
6623 can be functions, too.) If the local host is a Windows machine,
6624 we can't expect the same commands to work there as on the remote host.
6625 (tramp-call-local-coding-command): New function for calling local
6626 encoding and decoding commands.
6627 (tramp-set-remote-encoding, tramp-get-remote-encoding)
6628 (tramp-set-remote-decoding, tramp-get-remote-decoding)
6629 (tramp-set-local-encoding, tramp-get-local-encoding)
6630 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
6631 (tramp-get-encoding-command, tramp-set-encoding-command)
6632 (tramp-get-decoding-command, tramp-set-decoding-command)
6633 (tramp-get-encoding-function, tramp-set-encoding-function)
6634 (tramp-get-decoding-function, tramp-set-decoding-function):
6635 Old functions, removed.
6636
6637 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6638
6639 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6640 Change command to invoke /bin/sh slightly to make it compatible
6641 with the `rc' shell. Suggested by Daniel Pittman.
6642
6643 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
6644
6645 * net/tramp.el (tramp-handle-write-region): Added missing
6646 `)'. Hope it's the right place.
6647
6648 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6649
6650 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
6651 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
6652 order to get a sane shell prompt. If people have ${CWD}, say, in
6653 their shell prompt, then the default login shell might display
6654 something harmless, but the /bin/sh will display a dollar sign
6655 which confused the subsequent prompt recognition.
6656 (tramp-multi-action-password): More debugging output.
6657 (tramp-encoding-shell): Renamed from tramp-sh-program.
6658 More documentation. Default to cmd.exe on Windows NT.
6659 (tramp-encoding-command-switch): New variable. Use instead of
6660 hard-wired "-c" which is only good for /bin/sh.
6661 (tramp-encoding-reads-stdin): New variable. If t, commands are
6662 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
6663 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
6664 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
6665 (tramp-handle-file-local-copy, tramp-handle-write-region):
6666 Respect tramp-encoding-shell and friends.
6667 (tramp-find-inline-encoding): Use new-style calls for checking if
6668 the local commands work.
6669
6670 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
6671
6672 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
6673 entries. They are handled now by `tramp-completion-function-alist'.
6674 (tramp-completion-function): Defvar removed. I've never used
6675 it. Hmm.
6676 (tramp-get-completion-function)
6677 (tramp-get-completion-rsh, tramp-get-completion-ssh)
6678 (tramp-get-completion-telnet, tramp-get-completion-su):
6679 Functions removed as well. Not necessary any longer due to extended
6680 customization means.
6681 (tramp-completion-function-alist): New defcustom. Holds all
6682 FUNCTION FILE pairs used for user and host name completion
6683 relevant for METHOD.
6684 (tramp-completion-function-alist-rsh)
6685 (tramp-completion-function-alist-ssh)
6686 (tramp-completion-function-alist-telnet)
6687 (tramp-completion-function-alist-su): Defconst for initializing
6688 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
6689 values are known for me until now. Needs to be completed for at
6690 least VMS++ like operating systems.
6691 (tramp-set-completion-function)
6692 (tramp-get-completion-function): New functions for configuration
6693 of `tramp-completion-function-alist'. The old definition of
6694 `tramp-get-completion-function' has been discarded.
6695 (tramp-completion-handle-file-name-all-completions):
6696 Change function call for user/host completion according to definition
6697 in `tramp-completion-function-alist'.
6698 (tramp-parse-passwd): Added exception handling for "root", because
6699 `tramp-get-completion-su' (the previous place for this stuff)
6700 doesn't exist any longer.
6701
6702 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6703
6704 * net/tramp.el (tramp-enter-password):
6705 Use `tramp-password-end-of-line' to terminate the line.
6706 (tramp-bug): Include new variable `tramp-password-end-of-line'.
6707 (tramp-password-end-of-line): New variable. People who use plink
6708 under Windows might have to issue "\r\n" after the password, but
6709 they need to send just "\n" after the other commands. So this
6710 variable was introduced to complement `tramp-rsh-end-of-line'.
6711 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
6712 of line of the output delimiter.
6713
6714 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6715
6716 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
6717 (tramp-open-connection-setup-interactive-shell): Add some comments
6718 about Douglas Grey Stephen's suggestions to make Tramp work better
6719 with plink under Windows. I'm not sure what to think of them, but
6720 now I have a guinea pig to try it out on. Said guinea pig is
6721 having other problems, though... Also remove some commented-out code.
6722
6723 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
6724
6725 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
6726 tuned.
6727 (tramp-get-completion-user-host): Accept user names as they are if
6728 typed until "@".
6729 (tramp-completion-mode): Replace `last-input-char' by modern
6730 `last-input-event'. Check for `event-modifiers'.
6731
6732 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6733
6734 * net/tramp.el (file-expand-wildcards): Corrected check to see if
6735 advising is necessary.
6736
6737 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
6738
6739 * net/tramp.el (tramp-postfix-single-method-format)
6740 (tramp-postfix-multi-method-format)
6741 (tramp-postfix-multi-hop-format)
6742 (tramp-postfix-user-format): New format strings.
6743 (tramp-postfix-single-method-regexp)
6744 (tramp-postfix-multi-method-regexp)
6745 (tramp-postfix-multi-hop-regexp)
6746 (tramp-postfix-user-regexp)
6747 (tramp-make-multi-tramp-file-format)
6748 (tramp-make-tramp-file-name): Apply them.
6749 (tramp-completion-handle-file-name-all-completions): Fix for
6750 invoking ange-ftp in case of "/ftp:xxx" file names.
6751
6752 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
6753
6754 * net/tramp.el (tramp-prefix-format)
6755 (tramp-postfix-host-format): New format strings.
6756 (tramp-prefix-regexp, tramp-method-regexp)
6757 (tramp-postfix-single-method-regexp)
6758 (tramp-postfix-multi-method-regexp)
6759 (tramp-postfix-multi-hop-regexp)
6760 (tramp-user-regexp, tramp-postfix-user-regexp)
6761 (tramp-host-regexp, tramp-postfix-host-regexp)
6762 (tramp-path-regexp): New atomar regular expressions.
6763 If corresponding format strings exist, derived from them.
6764 (tramp-file-name-structure)
6765 (tramp-multi-file-name-structure)
6766 (tramp-multi-file-name-hop-structure)
6767 (tramp-make-multi-tramp-file-format)
6768 (tramp-completion-mode)
6769 (tramp-completion-dissect-file-name)
6770 (tramp-parse-rhosts-group)
6771 (tramp-parse-shosts-group)
6772 (tramp-parse-hosts-group)
6773 (tramp-parse-passwd-group): Apply these expressions.
6774 (tramp-file-name-structure-unified)
6775 (tramp-file-name-structure-separate)
6776 (tramp-make-tramp-file-format-unified)
6777 (tramp-make-tramp-file-format-separate)
6778 (tramp-make-tramp-file-format)
6779 (tramp-make-tramp-file-user-nil-format-unified)
6780 (tramp-make-tramp-file-user-nil-format-separate)
6781 (tramp-make-tramp-file-user-nil-format)
6782 (tramp-multi-file-name-structure-unified)
6783 (tramp-multi-file-name-structure-separate)
6784 (tramp-multi-file-name-hop-structure-unified)
6785 (tramp-multi-file-name-hop-structure-separate)
6786 (tramp-make-multi-tramp-file-format-unified)
6787 (tramp-make-multi-tramp-file-format-separate): Removed.
6788 (tramp-make-tramp-file-name): Allow partial tramp file
6789 names. Generate tramp file format on-the-fly depending on
6790 parameters. Apply atomar format strings resp expressions.
6791 (tramp-get-completion-methods)
6792 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
6793 (tramp-parse-hosts-group): Take all host names and IP addresses
6794 into account.
6795 (tramp-bug): Remove `tramp-make-tramp-file-format'.
6796
6797 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
6798
6799 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
6800 for "su" and "sudo".
6801 (tramp-get-completion-telnet): Implement it.
6802 (tramp-parse-hosts)
6803 (tramp-parse-hosts-group)
6804 (tramp-get-completion-su)
6805 (tramp-parse-passwd)
6806 (tramp-parse-passwd-group): New functions.
6807
6808 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
6809
6810 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
6811 (tramp-completion-file-name-handler-alist): Add handler for
6812 `file-exists-p.
6813 (tramp-completion-handle-file-exists-p): New function.
6814 (tramp-completion-handle-file-name-completion): Simplified.
6815 (tramp-completion-dissect-file-name): Regexp's reorganised.
6816 (tramp-completion-handle-file-name-all-completions):
6817 Call completion-function only if `user' or `host' is given.
6818 (tramp-get-completion-user-host): New function.
6819 (tramp-get-completion-rsh)
6820 (tramp-get-completion-ssh): Apply it.
6821
6822 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
6823
6824 * net/tramp.el (tramp-completion-file-name-handler-alist):
6825 Add handler for `expand-file-name'.
6826 (tramp-completion-handle-expand-file-name): New function.
6827
6828 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
6829
6830 * net/tramp.el (tramp-completion-mode): New function.
6831 (tramp-completion-handle-file-name-directory)
6832 (tramp-completion-handle-file-name-all-completions): Apply it.
6833 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
6834 (tramp-point-at-eol): New defalias.
6835 (tramp-parse-rhosts-group)
6836 (tramp-parse-shosts-group):: Apply it.
6837
6838 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
6839
6840 * net/tramp.el (tramp-get-completion-methods)
6841 (tramp-get-completion-rsh)
6842 (tramp-get-completion-ssh): Add "[" for Xemacs.
6843 (tramp-completion-file-name-regexp-separate): Expression adapted.
6844 (tramp-completion-file-name-handler-alist): Add handler for
6845 `file-name-directory' and `file-name-nondirectory'.
6846 (tramp-completion-handle-file-name-directory)
6847 (tramp-completion-handle-file-name-nondirectory)
6848 (tramp-completion-run-real-handler): New functions.
6849 (tramp-completion-file-name-handler)
6850 (tramp-completion-handle-file-name-all-completions):
6851 Apply `tramp-completion-run-real-handler'.
6852 (tramp-parse-rhosts)
6853 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
6854 `res' (otherwise side effects in XEmacs).
6855
6856 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
6857
6858 * net/tramp.el (tramp-completion-file-name-regexp)
6859 (tramp-completion-file-name-handler-alist)
6860 (tramp-flatten-list)
6861 (tramp-completion-dissect-file-name)
6862 (tramp-get-completion-rsh)
6863 (tramp-parse-rhosts)
6864 (tramp-parse-rhosts-group)
6865 (tramp-get-completion-ssh): Doc string tuned.
6866 (tramp-methods): Doc string and custom type extended for
6867 `tramp-completion-function'.
6868 (tramp-completion-function): Variable added. Is it really used?
6869 Other variables like `tramp-completion-function' aren't used.
6870 (tramp-completion-file-name-handler-alist): Add handler for
6871 `file-name-completion'.
6872 (tramp-completion-handle-file-name-completion): New function.
6873
6874 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
6875
6876 * net/tramp.el (tramp-parse-rhosts)
6877 (tramp-parse-rhosts-group)
6878 (tramp-parse-shosts)
6879 (tramp-parse-shosts-group): New functions.
6880
6881 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
6882
6883 * net/tramp.el (tramp-completion-dissect-file-name)
6884 (tramp-completion-dissect-file-name1): New functions.
6885
6886 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
6887
6888 * net/tramp.el (tramp-get-completion-function)
6889 (tramp-get-completion-rsh)
6890 (tramp-get-completion-ssh)
6891 (tramp-get-completion-telnet): New functions.
6892 (tramp-methods): Add `tramp-completion-function' for all methods.
6893
6894 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
6895
6896 * net/tramp.el (tramp-get-completion-methods): New function.
6897 (tramp-find-default-method): Allow host to be nil (like user).
6898
6899 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
6900
6901 * net/tramp.el (tramp-completion-file-name-regexp-unified)
6902 (tramp-completion-file-name-regexp-separate)
6903 (tramp-completion-file-name-regexp)
6904 (tramp-completion-file-name-handler-alist): New defcustoms.
6905 (tramp-completion-file-name-handler): New function.
6906 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
6907 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
6908 to `inhibit-file-name-handlers'.
6909 (tramp-completion-handle-file-name-all-completions)
6910 (tramp-completion-handle-file-name-completion): New functions.
6911
6912 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
6913
6914 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
6915 must be called again after activating `ange-ftp'.
6916 (tramp-ange-ftp-file-name-p): Check for Xemacs.
6917
6918 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
6919
6920 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
6921 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
6922 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6923 tramp-invoke-ange-ftp 'write-region.
6924 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6925 passing to tramp-invoke-ange-ftp 'set-file-modes.
6926 (tramp-flatten-list): New function. Maybe this functionality does
6927 exist already elsewhere in the libraries.
6928 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
6929 list in order to avoid nested lists, f.e. when invoked from
6930 `tramp-handle-dired-call-process'.
6931
6932 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6933
6934 * net/tramp.el (tramp-chunksize): New kluge variable.
6935 (tramp-send-region): If tramp-chunksize is non-nil, send region in
6936 parts and sleep 0.1 seconds between chunks.
6937
6938 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6939
6940 * net/tramp.el (tramp-handle-insert-directory):
6941 Use `insert-buffer-substring' instead of `insert-buffer', which is not
6942 supposed to be used from Lisp. Remember old point in a variable
6943 instead of using `mark'. Suggestion from Stefan Monnier.
6944 (tramp-unified-filenames): New variable. Use it in default value
6945 of other filename variables.
6946 (file-expand-wildcards): Don't advise unless "[" and "]" are used
6947 in the filename format.
6948
6949 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6950
6951 * net/tramp.el (tramp-methods): Remove duplicate definition of
6952 ssh1-old and ssh2-old.
6953
6954 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
6955
6956 * dired.el (dired-insert-directory): Always add "--dired" to to
6957 SWITCHES for remote files.
6958 * files.el (insert-directory): Comment saying that "--dired"
6959 might be in the SWITCHES.
6960 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
6961 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
6962
6963 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
6964
6965 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
6966 word constituent syntax.
6967
6968 2002-09-21 Richard M. Stallman <rms@gnu.org>
6969
6970 * cus-dep.el (custom-make-dependencies): Bind to t
6971 around evaluating the def-form.
6972
6973 * custom.el (custom-dont-initialize): New variable.
6974 (custom-declare-variable): Don't init the variable
6975 if custom-dont-initialize is non-nil.
6976
6977 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
6978
6979 * net/eudc.el (eudc-install-menu): Use `define-key' and
6980 `easy-menu-create-menu' to avoid duplication of menu.
6981
6982 2002-09-20 Kim F. Storm <storm@cua.dk>
6983
6984 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
6985 macro and terminate editing.
6986 (kmacro-step-edit-macro): Push previous macro onto ring if changed
6987 by step editing.
6988
6989 2002-09-19 Tom Tromey <tromey@redhat.com>
6990
6991 * play/blackbox.el (bb-right): Respect prefix argument.
6992 (bb-left, bb-up, bb-down): Likewise.
6993
6994 2002-09-19 Richard M. Stallman <rms@gnu.org>
6995
6996 * cus-dep.el (custom-make-dependencies): Fix previous change.
6997
6998 2002-09-19 Juanma Barranquero <lektu@terra.es>
6999
7000 * ielm.el (ielm-eval-input): Call `error-message-string' instead
7001 of the non-existent `ielm-format-error'.
7002
7003 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
7004
7005 * emacs-lisp/easymenu.el (easy-menu-remove):
7006 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
7007
7008 * international/mule-diag.el (describe-coding-system):
7009 Remove unused `coding-spec' variable.
7010 (list-input-methods): Be more careful when setting up the help buffer.
7011
7012 * international/ucs-tables.el (unify-8859-on-encoding-mode):
7013 Set init value to t to reflect reality.
7014 (ucs-minibuffer-setup): Use minibuffer-selected-window.
7015
7016 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
7017
7018 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
7019 Rename to makefile-cleanup-continuations.
7020 (makefile-mode): Use write-file-functions.
7021 (makefile-fill-paragraph): Use match-string-no-properties.
7022 (makefile-fill-paragraph): Use line-end-position.
7023 (makefile-add-log-defun): Simplify.
7024
7025 2002-09-18 Richard M. Stallman <rms@gnu.org>
7026
7027 * dired.el (dired-mark-pop-up): Doc fix.
7028
7029 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
7030 definition straight into loaddefs.el as well as executing it here.
7031
7032 2002-09-18 Colin Walters <walters@debian.org>
7033
7034 * calc/calc.el (calc-mode): Add font-lock-defontify to
7035 change-major-mode-hook.
7036
7037 2002-09-18 Richard M. Stallman <rms@gnu.org>
7038
7039 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
7040 Don't ignore errors in rm line.
7041
7042 * menu-bar.el (menu-bar-search-menu): Nicer help string.
7043
7044 * replace.el (occur-engine-add-prefix): Use 7 spaces.
7045 (occur-engine): Use 7 digits to align tabs in the data.
7046
7047 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7048 Don't make the definition dynamic if it shares structure
7049 with the arg list.
7050
7051 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
7052 (pdb): In gud-remove, pass down the file name.
7053
7054 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
7055
7056 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
7057
7058 * ielm.el: (*1, *2, *3): New variables.
7059 (ielm-eval-input): Make temporary buffers current on entry and
7060 exit to the let bindings for *, ** and ***.
7061 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
7062 Do not overrule global bindings for *, ** and ***.
7063
7064 2002-09-18 Tom Tromey <tromey@redhat.com>
7065
7066 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
7067 boundaries before filling.
7068
7069 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
7070
7071 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
7072 (server-switch-buffer): Only select a different window if
7073 next-buffer is non-nil. Don't switch in a dedicated window.
7074 If next-buffer is already displayed, reuse that window.
7075
7076 * diff-mode.el (diff-mode): Use compilation-minor-mode.
7077 Don't unbind compilation-last-buffer after autoloading compile.el.
7078 Hide the compilation-minor-mode bindings altogether.
7079
7080 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7081
7082 * dired.el (dired-insert-directory): Never add "--dired" when
7083 listing remote directories.
7084
7085 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
7086
7087 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
7088
7089 * ediff-init.el: Use defalias instead of fset.
7090
7091 * ediff-util.el: Use defalias instead of fset.
7092
7093 * viper-util.el (viper-chars-in-region): Simplification.
7094
7095 * viper.el (viper-emacs-state-mode-list): Added modes.
7096
7097 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
7098
7099 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
7100 module of code, with graphical display of poor-coverage spots.
7101
7102 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
7103 testcover on a interactive module like ses.
7104
7105 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
7106 testcover on a noninteractive module like unsafep.
7107
7108 2002-09-18 Miles Bader <miles@gnu.org>
7109
7110 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
7111 unless it's bound.
7112
7113 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
7114
7115 * server.el (server-log): Add `client' arg.
7116 (server-start): Don't bother canceling the sentinel.
7117 (server-process-filter): Use replace-regexp-in-string and
7118 handle the new &n quoting. Use push. Use server-log's new arg.
7119 Don't output the C-x # message if `nowait'.
7120 (server-buffer-done): Use server-log's new arg.
7121
7122 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
7123
7124 * ses.el: New file.
7125
7126 * emacs-lisp/unsafep.el: New file.
7127
7128 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
7129 (inhibit-quit): This is risky for unsafep, doesn't matter much for
7130 anybody else.
7131 (risky-local-variable-p): New function. Split off from
7132 hack-one-local-variable so unsafep can use it. Add \|-history$ to
7133 the list of disallowed local variable names (malicious user could
7134 stuff a `display' property in there that would be activated when
7135 na\e,Ao\e(Bve user called up the history).
7136
7137 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
7138
7139 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
7140
7141 2002-09-16 Richard M. Stallman <rms@gnu.org>
7142
7143 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
7144 Use forward-line and move-to-column.
7145
7146 * cus-edit.el (custom-variable-backup-value): New function.
7147 (custom-variable-reset-backup): New function.
7148 (custom-variable-menu): Add item for custom-variable-reset-backup.
7149 (custom-variable-set, custom-variable-reset-saved)
7150 (custom-variable-reset-standard): Call custom-variable-backup-value.
7151
7152 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * dired.el (dired-font-lock-keywords): Use regexp-opt.
7155 (dired-move-to-filename): Better message when we fail to find the file.
7156 (dired-sort-toggle): Minor optimization.
7157
7158 2002-09-16 Juanma Barranquero <lektu@terra.es>
7159
7160 * dired-aux.el (dired-add-entry): Add missing argument to
7161 `dired-mark'.
7162
7163 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
7164
7165 * xscheme.el (scheme-interaction-mode): Doc fix.
7166
7167 * net/eudc.el (eudc-plist-get): Doc fix.
7168
7169 2002-09-16 Kim F. Storm <storm@cua.dk>
7170
7171 * menu-bar.el (menu-bar-last-search-type): New var.
7172 (nonincremental-repeat-search-forward)
7173 (nonincremental-repeat-search-backward): Repeat string or
7174 regexp search depending on menu-bar-last-search-type.
7175 (nonincremental-search-forward, nonincremental-re-search-forward)
7176 (nonincremental-search-backward, nonincremental-re-search-backward):
7177 Set menu-bar-last-search-type to string or regexp.
7178 (nonincremental-repeat-re-search-forward): Removed.
7179 (nonincremental-repeat-re-search-backward): Removed.
7180 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
7181 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
7182 (menu-bar-adv-search-menu): Removed.
7183 (menu-bar-search-menu): Reorganized.
7184 (menu-bar-edit-menu): Added "Replace" submenu.
7185
7186 2002-09-15 Richard M. Stallman <rms@gnu.org>
7187
7188 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
7189
7190 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
7191 when it's not being evaluated.
7192
7193 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
7194
7195 * dired.el (dired-move-to-filename): Fix previous change.
7196
7197 2002-09-14 Kim F. Storm <storm@cua.dk>
7198
7199 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
7200 (keypad-numlock-setup, keypad-numlock-shifted-setup):
7201 Change `Remove Binding' option to `Unspecified/User-defined'.
7202 (keypad-setup): Enhance explanation of setup type `none'.
7203
7204 2002-09-14 Richard M. Stallman <rms@gnu.org>
7205
7206 * time.el (display-time-mode): Set display-time-load-average here.
7207 (display-time-load-average): Initialize to nil.
7208 (display-time-default-load-average): Add "None" alternative.
7209 (display-time-update): Handle "None" alternative for load-average.
7210
7211 * dired-aux.el (dired-bunch-files): Put the arg FILES
7212 back as it was after temporary destrucive mods.
7213 (dired-add-entry): Use dired-insert-directory to handle indentation.
7214 Explicitly restore the line's marker character.
7215 Preserve the old file name's text properties.
7216 (dired-add-entry-do-indentation): Function deleted.
7217 (dired-relist-file): Doc fix.
7218 (dired-rename-file): Change argument names.
7219 (foo-rename-file): New function.
7220 (dired-do-hardlink): Use dired-hardlink.
7221 (dired-hardlink): New function.
7222 (dired-insert-subdir-doinsert): Use dired-insert-directory;
7223 that handles indentation, text props and header line.
7224 dired-readin-insert gets no args.
7225 Use `last' instead of `reverse'.
7226
7227 * dired.el (dired-use-ls-dired): New variable.
7228 (dired-directory): Document the rules better.
7229
7230 * dired.el (dired-insert-headerline): Function deleted.
7231 (dired-revert): Pass no args to dired-readin.
7232 (dired-move-to-filename): First try using dired-filename property.
7233 (dired-move-to-end-of-filename): Likewise.
7234 (dired-why): Try to show the start of this page of warnings.
7235 (dired-log): Insert the buffer name at start of page, not end.
7236 (dired-log-summary): If just one failure, explain it in echo area.
7237
7238 * dired.el (dired-internal-noselect):
7239 Always set dired-directory, when buffer is not new.
7240 Pass dir-or-list, not dirname, to dired-mode.
7241 Call dired-readin with no args.
7242 Don't call dired-after-readin-hook here.
7243 (dired-find-buffer-nocreate): Expand dirname.
7244 Expand the dir from dired-directory to compare with dirname.
7245
7246 (dired-readin): Take no args. Get the directory from dired-directory.
7247 Run dired-before-reading hook inside save-excursion.
7248 Run dired-after-readin-hook here.
7249 Don't make undo entries at all.
7250 Call dired-readin-insert with no args.
7251 Don't change indentation here.
7252 Don't insert headerline here.
7253
7254 (dired-readin-insert): Take no args.
7255 Get dir and file-list from dired-directory.
7256 Call dired-insert-directory the new way.
7257 Don't insert "wildcard" info here.
7258
7259 (dired-insert-directory): New arg FILE-LIST.
7260 First arg now DIR, always just the directory.
7261 This function fully handles setting up the buffer text:
7262 update indentation, insert headerline and "wildcard" info.
7263 Pass --dired arg if appropriate; put info in dired-filename props.
7264 Don't expand file names here.
7265
7266 * warnings.el (display-warning): In batch mode,
7267 exclude the final newline from the arg to `message'.
7268
7269 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
7270
7271 * files.el (diff-buffer-with-file): Check whether associated file
7272 exists. Display message for 1 second. Always return nil.
7273
7274 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
7277 support again, but more carefully this time.
7278
7279 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
7280 such that backward-sexp correctly skips them.
7281 (perl-font-lock-keywords-2): Use regexp-opt.
7282 (perl-font-lock-syntactic-keywords)
7283 (perl-font-lock-syntactic-face-function): Better handle PODs.
7284 Handle package names with ' in them and ($$) in `sub' declarations.
7285 Handle format staements. Handle regexp and quote-like ops.
7286 (perl-empty-syntax-table): New var.
7287 (perl-quote-syntax-table): New fun.
7288
7289 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
7290 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
7291
7292 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
7293
7294 * derived.el (define-derived-mode): Properly ignore unknown args.
7295
7296 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
7297 Don't call the function during init if mode is on by default.
7298
7299 * simple.el: Provide `simple'.
7300 (transient-mark-mode, line-number-mode, column-number-mode):
7301 Pass an explicit `:require nil' argument.
7302
7303 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
7304
7305 * play/tetris.el (tetris-blank-options, tetris-cell-options):
7306 Remove various redundant `(t nil)'.
7307
7308 * play/snake.el (snake-border-options): Use color on tty if available.
7309
7310 * play/tetris.el (tetris-border-options): Likewise.
7311
7312 * play/pong.el (pong-border-options): Likewise, plus reset
7313 color on tty to be [0.5 0.5 0.5].
7314
7315 2002-09-13 Kim F. Storm <storm@cua.dk>
7316
7317 * kmacro.el (kmacro-start-macro): Doc fix.
7318
7319 2002-09-13 Juanma Barranquero <lektu@terra.es>
7320
7321 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
7322 to `idlwave-idlwave_routine_info-compiled'.
7323
7324 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
7325 three arguments, not four.
7326
7327 2002-09-13 Kim F. Storm <storm@cua.dk>
7328
7329 * kmacro.el (kmacro-keymap): Changed bindings:
7330 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
7331
7332 2002-09-12 Richard M. Stallman <rms@gnu.org>
7333
7334 * international/mule-cmds.el (universal-coding-system-argument):
7335 Read the coding system inside `interactive' spec, for command-history.
7336
7337 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
7338
7339 * emacs-lisp/find-func.el (find-library-name): Don't forget
7340 the empty suffix. Fix stale variable name.
7341
7342 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
7343 (gud-pdb-massage-args): Delete.
7344 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
7345 (gud-gdb-command-name): New var. Put "--fullname" in there.
7346 (gud-query-cmdline): Use the most recent executable as the default.
7347 Don't add "--fullname" (it's only valid/meaningful for GDB).
7348 (gud-xdb-marker-filter): Use match-string.
7349 (gud-perldb-massage-args): Don't add "-d".
7350 (gud-perldb-command-name): Add "-d".
7351 (gud-common-init): If `massage-args' is nil, don't call it.
7352 (gud-format-command): Don't hardcode point-min==1.
7353
7354 * derived.el: Require CL when compiling.
7355
7356 2002-09-12 Simon Josefsson <jas@extundo.com>
7357
7358 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
7359 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
7360 Use expand-file-name. Also don't require time-stamp.
7361
7362 2002-09-11 Richard M. Stallman <rms@gnu.org>
7363
7364 * derived.el (define-derived-mode): When making new abbrev table,
7365 don't try to copy the parent's abbrev table.
7366
7367 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
7368 Always round scroll-bar-width parameter up.
7369 If it is nil, use 14.
7370
7371 * abbrev.el (copy-abbrev-table): New function.
7372
7373 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7374
7375 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
7376 ps-default-bg setting.
7377 (ps-print-version): New version number (6.5.7).
7378 (ps-mark-active-p): New fun.
7379 (ps-print-preprint-region): Adjust code.
7380
7381 2002-09-11 Dave Love <fx@gnu.org>
7382
7383 * international/mule.el (non-standard-designations-alist)
7384 (ctext-pre-write-conversion): Don't generate invalid extended
7385 segments for iso8859.
7386
7387 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
7388 (cyrillic-alternativnyj-decode-table): Fix some entries.
7389
7390 * international/ucs-tables.el: Fix last change.
7391
7392 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
7393 change.
7394
7395 2002-09-11 Kim F. Storm <storm@cua.dk>
7396
7397 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
7398 kmacro-end-and-call-macro.
7399
7400 2002-09-11 Juanma Barranquero <lektu@terra.es>
7401
7402 * newcomment.el (uncomment-region): Fix let/let* use.
7403
7404 2002-09-11 Simon Josefsson <jas@extundo.com>
7405
7406 * time-stamp.el (time-stamp-hhmmss): New function.
7407
7408 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
7409 (gud-query-cmdline): Add --fullname to the user cmdline.
7410
7411 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
7412
7413 2002-09-11 Kim F. Storm <storm@cua.dk>
7414
7415 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
7416 (kmacro-step-edit-map): Bind "A" to `append-end'.
7417 (kmacro-step-edit-prompt): Fix prompt.
7418 (kmacro-step-edit-query): Handle `append-end' response.
7419 (kmacro-step-edit-pre-command): Activate `append-end' at end of
7420 macro when required.
7421
7422 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7423
7424 * derived.el (define-derived-mode): Fix typo.
7425
7426 * menu-bar.el (line-number-mode, column-number-mode)
7427 (transient-mark-mode): Use minor mode directly.
7428 (menu-bar-make-toggle): Remove `props' arg.
7429 Move customize-mark-as-set directly into the toggle function.
7430
7431 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
7432 Use the new file hook names.
7433 (whitespace-describe): Remove. Move the text to `Commentary:'.
7434 (whitespace-unload-hook): Use the new file hook names.
7435
7436 * finder.el (finder-find-library): Remove.
7437 (finder-commentary): Use find-library-name and add completion.
7438
7439 * simple.el (transient-mark-mode, line-number-mode)
7440 (column-number-mode): Use define-minor-mode.
7441 (define-mail-user-agent): Delete. Moved to subr.el.
7442
7443 * loadup.el ("simple.el"): Move to after loaddefs.el.
7444
7445 * subr.el (define-mail-user-agent): Moved from simple.el.
7446
7447 2002-09-10 Richard M. Stallman <rms@gnu.org>
7448
7449 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
7450 (boolp): Function deleted.
7451
7452 2002-09-10 Dave Love <fx@gnu.org>
7453
7454 * international/utf-8.el (ucs-mule-to-mule-unicode):
7455 Define unconditionally.
7456 (utf-8-fragmentation-table): New. Use it in top-level mapc.
7457 (utf-8-fragment-on-decoding): Use it to keep
7458 utf-8-translation-table-for-decode variable and translation table
7459 in sync.
7460
7461 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
7462 when setting up tables and remove useless optimize-char-table.
7463 (ucs-mule-to-mule-unicode): Deleted.
7464 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
7465
7466 * international/utf-16.el (utf-16-le-pre-write-conversion)
7467 (utf-16-be-pre-write-conversion): Deleted.
7468 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
7469
7470 2002-09-10 Richard M. Stallman <rms@gnu.org>
7471
7472 * files.el (diff-buffer-with-file): Simplify.
7473 Don't signal an error if buffer has no file.
7474 Call sit-for after `diff' returns.
7475
7476 * play/gamegrid.el (gamegrid-make-color-tty-face):
7477 Handle string as COLOR arg.
7478 (gamegrid-display-type): Don't assume display-color-p
7479 implies a color-x terminal.
7480 (gamegrid-hide-cursor): Set `cursor-type' local variable.
7481
7482 * descr-text.el (describe-text-mode): Add font-lock-defontify to
7483 change-major-mode-hook.
7484
7485 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
7486 change-major-mode-hook.
7487
7488 * comint.el (comint-mode): Add font-lock-defontify to
7489 change-major-mode-hook.
7490
7491 * info.el (Info-mode): Add font-lock-defontify to
7492 change-major-mode-hook.
7493
7494 * replace.el (occur-mode): Add font-lock-defontify to
7495 change-major-mode-hook.
7496
7497 * font-core.el (font-lock-defontify): New function.
7498
7499 2002-09-10 Richard M. Stallman <rms@gnu.org>
7500
7501 * ps-print.el (ps-printer-name-option): Doc fix.
7502
7503 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7504
7505 * ps-print.el: Adjust ps-postscript-code-directory setting.
7506 XEmacs version check was adjusted.
7507 (ps-print-version): New version number (6.5.6).
7508 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
7509 (ps-print-code, ps-print-preprint-region): Adjust code.
7510
7511 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7512
7513 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
7514 emacs-lisp-mode, like ~/.emacs.
7515
7516 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
7517
7518 * newcomment.el (uncomment-region): Be more careful with `='.
7519
7520 2002-09-10 Deepak Goel <deego@glue.umd.edu>
7521
7522 * play/doctor.el (doc//): Rename from `//'. Update callers.
7523 (doc$): Rename from `$'. Update callers.
7524
7525 2002-09-10 Miles Bader <miles@gnu.org>
7526
7527 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
7528 variable, not a function.
7529
7530 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
7531
7532 2002-09-10 Kim F. Storm <storm@cua.dk>
7533
7534 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
7535 nil while executing macro to avoid triggering delete-selection-mode.
7536
7537 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
7538 cancel defining keyboard macro when applicable.
7539
7540 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
7541
7542 * simple.el (transient-mark-mode, line-number-mode)
7543 (column-number-mode): Undo previous change because of bootstrapping.
7544
7545 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
7546
7547 * derived.el (define-derived-mode): Add keyword arguments.
7548 (derived-mode-make-docstring): Take abbrev and syntax table names.
7549
7550 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
7551 (font-lock-default-function): Change arg name.
7552
7553 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
7554
7555 * paren.el (show-paren-function): Use syntax-after.
7556
7557 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
7558
7559 * subr.el (symbol-file): Also work for autoloaded funcs.
7560 (syntax-after): New fun moved from syntax.el.
7561
7562 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
7563 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
7564 Update callers (but still run the old hooks as well).
7565
7566 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
7567 (find-library): New funs.
7568 (find-function-search-for-symbol): Use it.
7569
7570 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
7571
7572 * isearch.el (isearch-cmds): Add docstring.
7573 (isearch-mouse-2): Lookup binding in the proper buffer.
7574 Use call-interactively and remove the now useless `arg'.
7575 (isearch-search-fun-function): New var.
7576 (isearch-search-fun): New fun.
7577 (isearch-search, isearch-lazy-highlight-search): Use it.
7578
7579 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
7580
7581 * simple.el (what-line): Don't hard-code 1.
7582 (transient-mark-mode, line-number-mode, column-number-mode):
7583 Use define-minor-mode.
7584 (do-auto-fill): Only ignore prefix if it's really empty.
7585
7586 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
7587
7588 * files.el (save-some-buffers-action-alist): Use lower case for
7589 help string of diff-buffer-with-file.
7590
7591 2002-09-09 Richard M. Stallman <rms@gnu.org>
7592
7593 * calendar/calendar.el (mouse-scroll-calendar-left)
7594 (mouse-scroll-calendar-right, mouse-calendar-other-month):
7595 New commands.
7596 (calendar-mode-line-format): Use them.
7597
7598 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7599 Set and then bind default-directory.
7600
7601 * startup.el (fancy-splash-head, normal-splash-screen):
7602 Change the messages that explain about GNU or GNU/Linux.
7603
7604 * info.el (Info-search): Add (point-min) to subfile positions
7605 to get them right. Skip the current subfile using forward-line.
7606
7607 * files.el (make-backup-file-name-1): When make-directory fails,
7608 ignore backup-directory-alist.
7609 (make-directory): Expand DIR before looking for handler.
7610
7611 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
7612
7613 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
7614 In addition to RCS, exclude CVS directories.
7615
7616 * ls-lisp.el (ls-lisp-format-time-list): New variable.
7617 (ls-lisp-format-time): Use it.
7618
7619 * files.el (auto-mode-alist): Use sh-mode for .bash files.
7620
7621 2002-09-09 Dave Love <d.love@dl.ac.uk>
7622
7623 * ps-print.el: Many doc fixes.
7624
7625 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
7626
7627 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
7628 Update callers.
7629
7630 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
7631
7632 * diff.el (diff): Doc fix.
7633
7634 2002-09-08 Richard M. Stallman <rms@gnu.org>
7635
7636 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
7637
7638 * simple.el (undo-elt-in-region): Fix one-off error at END.
7639 (forward-visible-line): Handle invisibility by ignoring
7640 invisible newlines. Also include entire invisible lines beyond
7641 the stopping point.
7642
7643 * cus-edit.el (custom-save-variables, custom-save-faces):
7644 Clarify the comments written into .emacs.
7645
7646 2002-09-08 Markus Triska <triska@gmx.at>
7647
7648 * play/doctor.el (doctor-doc): Recognize question words
7649 and use qlist. Use doctor-shorten's return value.
7650 (doctor-shorten): Compute a return value, don't alter `sent'.
7651 (doctor-hates1): Add a question mark.
7652 (doctor-strangelove): Unused function deleted.
7653
7654 2002-09-08 Kim F. Storm <storm@cua.dk>
7655
7656 * kmacro.el (kmacro-end-and-call-macro): New command to end and
7657 call keyboard macro in one step. Bind it to C-x e by default.
7658 (kmacro-call-macro): Use format-kbd-macro.
7659 (kmacro-step-edit-macro): New command to interactively step edit
7660 and execute last keyboard macro.
7661 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
7662 (kmacro-step-edit-mini-window-height): New custom var.
7663 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
7664 (kmacro-step-edit-prefix-commands): New var.
7665 (kmacro-step-edit-prompt, kmacro-step-edit-query)
7666 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
7667 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
7668 New aux functions for step editing keyboard macros.
7669
7670 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
7671 returned by this-single-command-raw-keys before appending it to
7672 unread-command-event.
7673
7674 2002-09-07 Colin Walters <walters@debian.org>
7675
7676 * progmodes/compile.el (compile-internal): Add optional argument
7677 no-async.
7678
7679 * diff.el (diff): Add optional argument no-async, and use the
7680 above argument.
7681
7682 * files.el (diff-buffer-with-file): Call diff synchronously, so we
7683 don't delete the temporary file before diff has a chance to read
7684 it.
7685
7686 * ibuf-ext.el (ibuffer-diff-with-file): Just call
7687 `diff-buffer-with-file'.
7688
7689 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
7690
7691 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
7692
7693 * emacs-lisp/find-func.el (find-function-recenter-line):
7694 Add custom type. Doc fix.
7695
7696 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
7697
7698 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
7699 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
7700 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
7701 Remove. Use the minor mode function directly instead.
7702 (menu-bar-mode): Add message and customize-mark-as-set and return
7703 the new value as do other minor modes.
7704
7705 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
7706
7707 2002-09-06 Simon Marshall <simon@gnu.org>
7708
7709 * progmodes/etags.el (find-tag-tag, complete-tag):
7710 Bind completion-ignore-case based on tags-case-fold-search, so that
7711 case-sensitivity of tag completion matches that of tag search.
7712
7713 2002-09-06 Juanma Barranquero <lektu@terra.es>
7714
7715 * calendar/solar.el (calendar-time-display-form): Fix spacing.
7716
7717 * double.el (double-prefix-only): Likewise.
7718
7719 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
7720
7721 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7722
7723 * emacs-lisp/float.el (string-to-float): Likewise.
7724
7725 * emacs-lisp/rx.el (rx): Likewise.
7726
7727 * faces.el (copy-face): Likewise.
7728
7729 * hilit-chg.el (highlight-changes-colours)
7730 (highlight-changes-active-string)
7731 (highlight-changes-passive-string)
7732 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
7733
7734 * international/mule.el (decode-char): Likewise.
7735
7736 * progmodes/idlwave.el (idlwave-support-inheritance)
7737 (idlwave-routine-entry-compare): Likewise.
7738
7739 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
7740 Likewise.
7741
7742 * progmodes/pascal.el (pascal-start-keywords): Likewise.
7743
7744 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
7745 Likewise.
7746
7747 * progmodes/vhdl-mode.el (vhdl-progress-interval)
7748 (vhdl-corresponding-begin): Likewise.
7749
7750 * simple.el (choose-completion-string-functions): Likewise.
7751
7752 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
7753
7754 * textmodes/fill.el (fill-nonuniform-paragraphs)
7755 (fill-individual-paragraphs): Likewise.
7756
7757 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
7758
7759 * warnings.el (warning-level-aliases): Likewise.
7760
7761 * speedbar.el (speedbar-mode): Fix spacing and typos.
7762
7763 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
7764
7765 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
7766
7767 * textmodes/table.el (table-command-prefix): Fix type.
7768
7769 2002-09-05 Andre Spiegel <spiegel@gnu.org>
7770
7771 * vc-hooks.el: Don't require vc.el at compile-time; it causes
7772 recursive requirements during bootstrap.
7773
7774 2002-09-05 Kenichi Handa <handa@etl.go.jp>
7775
7776 * international/mule.el (decode-char): Cancel the previous change.
7777
7778 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
7779
7780 * language/european.el ("Swedish"): New set-language-info-alist call.
7781
7782 2002-09-04 Richard M. Stallman <rms@gnu.org>
7783
7784 * help-fns.el (help-with-tutorial): Properly set up
7785 completion-reference-buffer in the *Completion* buffer.
7786
7787 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
7788
7789 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
7790 returns nil, return nil.
7791
7792 2002-09-04 Andre Spiegel <spiegel@gnu.org>
7793
7794 * vc-hooks.el: Require vc.el at compile-time.
7795 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7796 Moved here from vc.el.
7797
7798 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
7799 Moved to vc-hooks.el.
7800
7801 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
7802
7803 2002-09-04 Kenichi Handa <handa@etl.go.jp>
7804
7805 * international/mule.el (decode-char): Translate a character by
7806 utf-8-translation-table-for-decode only when
7807 utf-8-fragment-on-decoding is non-nil.
7808
7809 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
7810
7811 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
7812 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
7813 Use text-mode's syntax-table and abbrev-table.
7814 (text-mode): Set require-final-newline to t.
7815
7816 * newcomment.el (comment-make-extra-lines): Only use the
7817 dummy `=' char when there's really nothing else.
7818 Don't remove spaces if it leads to an incorrect comment.
7819
7820 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
7821 around the cvs/ssh/libc bug.
7822 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
7823 (defun-cvs-mode): Use the new `declare' thingy.
7824 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
7825 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
7826 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
7827
7828 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
7829 node rather than a message for new directories.
7830 (cvs-parse-status): Add support for `Entry Invalid'.
7831
7832 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
7833 (smerge-combine-with-next): New function.
7834 (smerge-diff): Don't output `wrote /tmp/foo' messages.
7835 Insert message if no diffs were found.
7836
7837 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
7838 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
7839
7840 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7841
7842 * net/tramp.el: Version 2.0.15 released.
7843 (require 'base64): Most modern Emacsen have the base64
7844 encode/decode functions built in, so test to see if they are bound
7845 before we go blindly requiring base64.el.
7846 From Steve Youngs <youngs@xemacs.org>.
7847 (tramp-feature-write-region-fix): XEmacs doesn't have a
7848 'find-operation-coding-system' and this variable doesn't seem to
7849 be used anywhere so wrap it in (unless (featurep 'xemacs)).
7850 From Steve Youngs <youngs@xemacs.org>.
7851 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
7852 (tramp-open-connection-su): Use user name "root" if no user name
7853 is given.
7854
7855 From Michael Albinus <Michael.Albinus@alcatel.de>:
7856 * net/tramp.el (tramp-invoke-ange-ftp):
7857 (tramp-ange-ftp-file-name-p): Check for Xemacs.
7858 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
7859 tramp-invoke-ange-ftp 'rename.
7860 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
7861 tramp-invoke-ange-ftp 'write-region.
7862 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
7863 passing to tramp-invoke-ange-ftp 'set-file-modes.
7864 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
7865 again after activating `ange-ftp'.
7866
7867 2002-09-02 Kim F. Storm <storm@cua.dk>
7868
7869 * ido.el (ido-ignore-item-temp-list): New variable.
7870 (ido-read-internal): Don't set ido-default-item if the default is
7871 member of ido-ignore-item-temp-list.
7872 Don't return first match for C-j if no text is entered.
7873 (ido-buffer-internal): Check for empty string return.
7874 (ido-make-buffer-list1): Use member instead of memq.
7875 (ido-window-buffer-p): Likewise.
7876 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
7877 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
7878
7879 * replace.el (multi-occur): Made "ido-aware":
7880 Changed prompt to use C-j instead of RET to end.
7881 Set ido-ignore-item-temp-list to the selected buffers so far, so
7882 they are automatically excluded from the list of choices.
7883 Use add-to-list instead of push.
7884
7885 2002-09-01 Richard M. Stallman <rms@gnu.org>
7886
7887 * term/x-win.el (function-key-map): Define S-iso-lefttab.
7888
7889 2002-09-01 Kim F. Storm <storm@cua.dk>
7890
7891 * edmacro.el (edit-kbd-macro): Recognize new default binding for
7892 C-x e in addition to old binding.
7893
7894 2002-09-01 Mario Lang <mlang@debian.org>
7895
7896 * files.el (save-some-buffers-action-alist): New variable.
7897 (save-some-buffers): Use that.
7898 (diff-buffer-with-file): New function.
7899
7900 2002-09-01 Richard M. Stallman <rms@gnu.org>
7901
7902 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
7903
7904 * dired.el (defgroup dired): Use `files' as parent.
7905 (dired-get-filename): Ignore handler if it has safe-magic prop.
7906
7907 * jka-compr.el (jka-compr-handler): Add safe-magic property.
7908
7909 2002-08-31 Richard M. Stallman <rms@gnu.org>
7910
7911 * simple.el (kill-line): Use end-of-visible-line to determine
7912 if rest of line is blank.
7913 (end-of-visible-line): Cope if end-of-line moved back over
7914 invisible intangible chars at end of line.
7915
7916 * simple.el (completion-setup-function): Don't use directory-sep-char.
7917
7918 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7919
7920 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
7921 needed.
7922 (f90-menu, f90-add-imenu-menu): Use lookup-key.
7923 Remove (eval-when-compile) for free variables.
7924
7925 2002-08-31 Andreas Schwab <schwab@suse.de>
7926
7927 * font-core.el (font-lock-change-mode): Avoid changing buffer
7928 state in any way.
7929
7930 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
7931
7932 * emacs-lisp/easymenu.el (easy-menu-filter-return):
7933 Handle the case where the filter returns a single menu entry.
7934 (easy-menu-add): Improve docstring.
7935 (easy-menu-current-active-maps): Remove.
7936 (easy-menu-get-map): Use current-active-maps.
7937
7938 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
7939 the -p prefix from variables since they shouldn't have it anyway.
7940 (custom-group-menu-create, customize-menu-create):
7941 Only cdr if applicable, since custom-menu-create might return
7942 a vector (i.e. a single menu entry).
7943
7944 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
7945
7946 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
7947 user's value of diary-list-include-blanks, but generate message
7948 instead if there are no entries.
7949
7950 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
7951
7952 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
7953
7954 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
7955
7956 * menu-bar.el (menu-bar-read-mail): Doc fix.
7957
7958 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
7959
7960 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
7961 (ibuffer-fontification-alist): Check hidden buffer case isn't
7962 visiting a file and change its face to italic.
7963
7964 2002-08-30 Juanma Barranquero <lektu@terra.es>
7965
7966 * replace.el (occur-mode): Add interactive declaration.
7967
7968 * bs.el (bs-message-without-log): Fix typo.
7969
7970 * font-core.el (font-lock-defaults): Likewise.
7971
7972 * font-lock.el (font-lock-add-keywords): Likewise.
7973
7974 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
7975
7976 * textmodes/bibtex.el (bibtex-mode): Likewise.
7977
7978 * emulation/viper-ex.el (ex-compile-command): Likewise.
7979
7980 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
7981 Likewise.
7982
7983 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
7984
7985 * allout.el (my-mark-marker): Likewise.
7986
7987 2002-08-30 Simon Josefsson <jas@extundo.com>
7988
7989 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
7990 unless s-debug-info is enabled.
7991
7992 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
7993
7994 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
7995
7996 * mwheel.el (mouse-wheel-up-button): Doc fix.
7997
7998 2002-08-29 Juanma Barranquero <lektu@terra.es>
7999
8000 * replace.el (occur-mode-hook): New hook.
8001 (occur-mode): Use it.
8002 (occur-hook): Set default to nil.
8003
8004 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
8005
8006 * net/ange-ftp.el: Use match-string and drop useless `function's.
8007 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
8008 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
8009 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
8010 (ange-ftp-parse-dired-listing): Update the calls.
8011 (dired-local-variables-file): Declare to shut quieten the compiler.
8012 (ange-ftp-file-entry-active-p): Remove.
8013 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
8014 Don't exclude dangling symlinks.
8015 (ange-ftp-file-name-completion-1): Make predicate optional.
8016 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
8017 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
8018 (ange-ftp-bs2000-posix-hook-installed): Remove.
8019 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
8020 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
8021 `ange-ftp-this-host' instead of `user' and `host'.
8022
8023 2002-08-29 Richard M. Stallman <rms@gnu.org>
8024
8025 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8026 Decide here whether to print which form we're compiling.
8027 If we do that, still print file and line. Make file name
8028 relative to default-directory. Print fewer newlines.
8029 (byte-compile-log-file): Print something even if no file.
8030 Print messages for entering and leaving directories,
8031 and set default-directory.
8032 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
8033 (byte-compile-warning-series): New function.
8034 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
8035 (byte-compile-display-log-head-p): Function deleted.
8036
8037 * warnings.el (warning-series): Now can be a marker, not an integer.
8038 (display-warning): Handle new value for warning-series.
8039
8040 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
8041 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
8042 to don't-warn list.
8043
8044 2002-08-29 Kim F. Storm <storm@cua.dk>
8045
8046 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
8047 Change default binding of C-x e to kmacro-end-or-call-macro.
8048 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
8049 variables.
8050 (kmacro-get-prefix-arg): New function.
8051 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
8052 improve. Callers changed.
8053 (kmacro-call-macro): Repeat macro by repeating last key or
8054 key defined in kmacro-call-repeat-key. New third arg non-nil
8055 means to end current macro.
8056 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
8057 to get repeat last key functionality.
8058 (kmacro-start-macro-or-insert-counter): Improve doc string.
8059
8060 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
8061
8062 * files.el (find-buffer-visiting): Compare file attributes
8063 using buffer-file-truename.
8064
8065 2002-08-28 Richard M. Stallman <rms@gnu.org>
8066
8067 * files.el (make-auto-save-file-name, make-backup-file-name-1):
8068 Don't use directory-sep-char.
8069
8070 2002-08-28 Juanma Barranquero <lektu@terra.es>
8071
8072 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
8073 (occur-mode): Remove call to `occur-mode-hook'.
8074 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
8075 (occur-1): Add call to `occur-hook'.
8076
8077 * subr.el (make-variable-frame-localizable): Alias for
8078 `make-variable-frame-local'.
8079
8080 2002-08-28 Miles Bader <miles@gnu.org>
8081
8082 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
8083 (read-file-name-electric-shadow-tty-properties)
8084 (read-file-name-electric-shadow-mode): Remove compatibility defs.
8085
8086 * comint.el (comint-carriage-motion): Start at START.
8087
8088 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
8089
8090 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
8091 given by vsFTPd when accessed with a kerberised FTP client.
8092
8093 2002-08-27 Richard M. Stallman <rms@gnu.org>
8094
8095 * files.el (find-alternate-file):
8096 Bind kill-buffer-query-functions locally, don't set it.
8097
8098 2002-08-27 Andreas Schwab <schwab@suse.de>
8099
8100 * kmacro.el (kmacro-start-macro): Doc fix.
8101
8102 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
8103
8104 * textfile/reftex-ref.el (reftex-goto-label): New command.
8105
8106 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
8107
8108 * textfile/reftex-parse.el (reftex-roman-number): New function.
8109 (reftex-section-number): Better handling of parts: No chapter
8110 counter resets.
8111
8112 * textfile/reftex.el (reftex-highlight-overlays): Added a third
8113 overlay.
8114 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
8115 Also moved `reftex-reset-mode' to top level.
8116
8117 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
8118 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
8119 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
8120
8121 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
8122 document pointer *before* position, not after.
8123 (reftex-insert-docstruct): Get offset of document pointer *before*
8124 position, not after.
8125
8126 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
8127 match over section title match.
8128
8129 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8130 which determines on a per-file-basis if BibTeX is being used
8131 locally for citations.
8132 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8133 cooperation with chapterbib.
8134 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8135 better cooperation with chapterbib.
8136
8137 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8138 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8139
8140 2002-08-26 Kim F. Storm <storm@cua.dk>
8141
8142 * subr.el (suppress-keymap): Use command remapping instead of
8143 substitute-key-definition to undefine self-inserting keys.
8144
8145 2002-08-26 Juanma Barranquero <lektu@terra.es>
8146
8147 * makefile.w32-in (WINS): Add calc and obsolete.
8148
8149 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
8150
8151 * emacs-lisp/easy-mmode.el (define-minor-mode):
8152 Use customize-mark-as-set for global minor modes.
8153
8154 2002-08-25 Miles Bader <miles@gnu.org>
8155
8156 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
8157 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
8158 Change name of face.
8159 (file-name-shadow-properties): Renamed from
8160 `read-file-name-electric-shadow-properties'.
8161 (file-name-shadow-tty-properties): Renamed from
8162 `read-file-name-electric-shadow-tty-properties'.
8163 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
8164 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
8165 (file-name-shadow-mode): Renamed from
8166 `read-file-name-electric-shadow-mode'. Update references to
8167 renamed variables.
8168
8169 2002-08-24 Sam Steingold <sds@gnu.org>
8170
8171 * subr.el (eval-after-load): Do not call
8172 load-symbol-file-load-history (deleted yesterday).
8173
8174 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
8175
8176 * startup.el (normal-splash-screen): Ensure splash buffer is
8177 killed. Use tabs in output. Fix test whether previous buffer was
8178 *scratch* buffer.
8179
8180 * progmodes/simula.el (simula-abbrev-keyword-default)
8181 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
8182 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
8183
8184 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
8185
8186 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
8187
8188 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8189
8190 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
8191 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
8192 (f90-font-lock-off, f90-font-lock-menu): Delete.
8193 Use easy-menu-define instead.
8194 (f90-mode): Use easy-menu-add.
8195 No longer (require 'imenu) when compiling.
8196 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
8197 (f90-abbrev-start): Use fboundp.
8198 (f90-imenu-flag): Delete - use imenu--index-alist instead.
8199
8200 2002-08-23 Richard M. Stallman <rms@gnu.org>
8201
8202 * loadhist.el (unload-feature): Distinguish functions from
8203 variables in load-history.
8204 (feature-symbols): Doc fix.
8205
8206 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
8207
8208 * subr.el (symbol-file-load-history-loaded)
8209 (load-symbol-file-load-history): Deleted.
8210 (symbol-file): Don't call load-symbol-file-load-history.
8211
8212 2002-08-23 Andre Spiegel <spiegel@gnu.org>
8213
8214 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
8215
8216 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8217
8218 * frame.el (select-frame-by-name, select-frame-set-input-focus):
8219 Always call x-focus-frame, if using x.
8220 Use set-mouse-position on all systems, if focus-follows-mouse.
8221
8222 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8223
8224 * net/tramp.el: Version 2.0.14 released.
8225 (tramp-shell-prompt-pattern): New variable.
8226 (tramp-actions-before-shell, tramp-multi-actions)
8227 (tramp-find-shell, tramp-open-connection-multi)
8228 (tramp-open-connection-setup-interactive-shell): Use it.
8229 (tramp-open-connection-telnet, tramp-open-connection-rsh)
8230 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
8231 in the docstring.
8232 (tramp-bug): Report `tramp-shell-prompt-pattern'.
8233 (tramp-process-one-multi-action, tramp-process-one-action):
8234 Make message clearer so people don't confuse it with Emacs asking
8235 them a question if the regexp happens to end with "?".
8236 (tramp-verbose): Change default value from 10 to 9. Also change
8237 some logging levels so that 10 is reserved for stuff which is
8238 needed for debugging only, but 9 catches everything that people
8239 might like to see in order to see that Tramp is actually working.
8240
8241 2002-08-22 Kim F. Storm <storm@cua.dk>
8242
8243 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
8244 Corrected spelling mistakes (for Joseph Arceneaux).
8245
8246 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8247
8248 * progmodes/f90.el: eval-when-compile a few defvars.
8249 (f90-xemacs-flag): Wrap in eval-and-compile.
8250 (f90-font-lock-keywords): Doc fix.
8251 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
8252 (f90-mark-subprogram-overlay): Variable deleted.
8253 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
8254 pushing mark.
8255 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
8256
8257 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8258
8259 * net/tramp.el: Version 2.0.13 released.
8260 (tramp-handle-write-region): Don't check to see if remote end is
8261 awake after sending data to remote host: we want to send "EOF" not
8262 "echo are you awake"...
8263 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
8264 (tramp-yn-prompt-regexp): New variable.
8265 (tramp-action-yn): New function, using it.
8266 (tramp-feature-write-region-fix): New internal variable. Not yet
8267 used. Should be used in `tramp-handle-write-region'.
8268
8269 2002-08-21 Kim F. Storm <storm@cua.dk>
8270
8271 * bindings.el (mode-line-format): Moved global-mode-string last.
8272 (mode-line-position): Moved %p first. Added padding to %l/%c to
8273 eliminate jumpyness in modeline. Use (%l,%c) format if both
8274 line-number-mode and column-number-mode are enabled.
8275
8276 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
8277
8278 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
8279 that could cause an infinite loop if something that looks like
8280 a macro begins in the middle of a line.
8281
8282 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
8283 could cause `c-state-cache' to contain two conses in sequence
8284 when there's an unbalanced open paren in a macro.
8285
8286 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8287
8288 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
8289
8290 * imenu.el (imenu--generic-function): Use mapc.
8291 (imenu-syntax-alist): Doc fix.
8292
8293 2002-08-20 Richard M. Stallman <rms@gnu.org>
8294
8295 * font-core.el (font-lock-change-mode): New function.
8296 (font-lock-mode): Use font-lock-change-mode instead of
8297 font-lock-unfontify-buffer.
8298 (font-lock-maximum-size, font-lock-verbose): Add defvars.
8299
8300 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
8301
8302 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
8303 which determines on a per-file-basis if BibTeX is being used
8304 locally for citations.
8305 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
8306 cooperation with chapterbib.
8307 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
8308 better cooperation with chapterbib.
8309
8310 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
8311 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
8312
8313 2002-08-20 Kim F. Storm <storm@cua.dk>
8314
8315 * kmacro.el: Major rework based on discussions with RMS.
8316 Most important change is that C-x C-k is now bound to a keymap
8317 with keyboard macro related commands. The original binding on
8318 C-x C-k is moved to C-x C-k e.
8319
8320 * binding.el: Remove macro related bindings (now in kmacro.el).
8321
8322 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
8323
8324 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
8325
8326 * help-fns.el (help-split-fundoc): Replace the function name
8327 from the docstring with the one that should be displayed.
8328 (help-make-usage): Understand CL style arglists.
8329 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
8330 (describe-variable): Use delete-region.
8331
8332 2002-08-19 Kenichi Handa <handa@etl.go.jp>
8333
8334 * international/mule.el (sgml-xml-auto-coding-function):
8335 Call re-search-forward with NOERROR t.
8336
8337 2002-08-19 Miles Bader <miles@gnu.org>
8338
8339 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
8340 * comint.el (comint-inhibit-carriage-motion): New variable.
8341 (comint-carriage-motion): Argument STRING removed. New arguments
8342 START and END; interpret characters between START and END rather
8343 than using special comint state.
8344 (comint-output-filter): Call `comint-carriage-motion'.
8345 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
8346 * ielm.el (inferior-emacs-lisp-mode):
8347 Give `comint-inhibit-carriage-motion' a local value of t.
8348
8349 2002-08-18 Richard M. Stallman <rms@gnu.org>
8350
8351 * textmodes/table.el: New file.
8352
8353 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
8354
8355 2002-08-18 Andreas Schwab <schwab@suse.de>
8356
8357 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
8358
8359 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
8360
8361 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
8362 (reftex-syntax-table): Set a default in case this is being used
8363 outside a LaTeX file.
8364 (reftex-syntax-table-for-bib): Set a default in case this is being
8365 used outside a LaTeX file.
8366
8367 2002-08-17 Richard M. Stallman <rms@gnu.org>
8368
8369 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
8370 and use write-file-functions instead of local-write-file-hooks.
8371 (tar-untar-buffer): Don't try to extract directories.
8372
8373 * menu-bar.el (fringe-mode): Set to nil.
8374
8375 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
8376
8377 2002-08-15 Richard M. Stallman <rms@gnu.org>
8378
8379 * calendar/appt.el (appt-delete): Use substring-no-properties.
8380 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
8381
8382 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
8383
8384 * server.el (server-process-filter): Simplify code.
8385 (server-goto-line-column): New function.
8386 (server-visit-files): Use server-goto-line-column.
8387 Offer to revert only if file has changed.
8388
8389 2002-08-15 Richard M. Stallman <rms@gnu.org>
8390
8391 * files.el (recover-this-file): New function.
8392 (after-find-file): Recommend recover-this-file.
8393
8394 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
8395 to change-major-mode-hook when font lock is enabled.
8396
8397 * simple.el (toggle-truncate-lines): Force redisplay.
8398 Display status message.
8399
8400 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
8401
8402 * textmodes/reftex.el (reftex-mode): Moved the creation of special
8403 syntax tables to top-level.
8404
8405 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
8406
8407 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
8408 use `hash-table-size' instead of `length'.
8409
8410 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
8411
8412 * help-fns.el (locate-library): Use locate-file(-completion).
8413 (help-split-fundoc): Tighten the regexp and recognize a usage-info
8414 where the function name is `fn'.
8415 (help-function-arglist): Follow aliases and macros.
8416 (describe-function-1): Use keymapp.
8417 If the docstring contains a usage info, use it even if the function is
8418 not a subroutine. Find usage info in aliases' docstring if necessary.
8419 (describe-variable): Get the value before setting up the *Help* buffer.
8420
8421 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8422 Use find-file-hook instead of find-file-hooks.
8423 (define-minor-mode): Get rid of this silly `togglep'.
8424 Add an explicit `toggle' argument (used for interactive calls).
8425 Emit a warning when a nil argument turns the mode off.
8426
8427 * language/ethio-util.el (setup-ethiopic-environment-internal)
8428 (exit-ethiopic-environment): Use find-file-hook and
8429 write-file-functions instead of find-file-hooks and write-file-hooks.
8430
8431 * window.el (handle-select-window): Don't do anything if the window
8432 has disappeared since the event was generated.
8433 (split-window-save-restore-data): Use push and with-current-buffer.
8434
8435 * saveplace.el:
8436 * play/meese.el:
8437 * obsolete/hilit19.el:
8438 * completion.el (dynamic-completion-mode):
8439 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8440 Use find-file-hook instead of find-file-hooks.
8441
8442 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
8443 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
8444 (imenu-space-replacement): Allow nil value.
8445 (imenu--completion-buffer): Use new vars and simplify.
8446 Fix handling of minibuffer-setup-hook.
8447 Use minibuffer-completion-help instead of rolling our own.
8448 (imenu-choose-buffer-index): Use the new var.
8449
8450 * startup.el (command-line): Load custom-file if not done yet.
8451
8452 2002-08-14 Kenichi Handa <handa@etl.go.jp>
8453
8454 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
8455 the selection data string. Always return cons of type and string.
8456 (selection-converter-alist): Add (UTF8_STRING .
8457 xselect-convert-to-string).
8458
8459 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
8460
8461 * newcomment.el (comment-region): Force `lines' when `block' is set.
8462
8463 2002-08-12 Richard M. Stallman <rms@gnu.org>
8464
8465 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
8466 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
8467 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
8468 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
8469 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
8470 (menu-bar-text-mode-auto-fill): New commands, used
8471 in menu bar menus instead of lambda expressions.
8472
8473 (menu-bar-showhide-fringe-menu-customize-left)
8474 (menu-bar-showhide-fringe-menu-customize-right)
8475 (menu-bar-showhide-fringe-menu-customize-disable)
8476 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
8477
8478 (menu-bar-options-menu): Use toggle-truncate-lines.
8479 (showhide-date-time): Call customize-mark-as-set.
8480
8481 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8482 Obey `definition-name' properties.
8483
8484 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
8485 Put `definition-name' properties on the functions whose
8486 names are constructed.
8487
8488 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
8489 Renamed from target-buffer.
8490 (pages-directory, pages-copy-header-and-position): Uses changed.
8491
8492 * calendar/appt.el (appt-make-list): Correct the parsing of
8493 each appointment from time-string.
8494
8495 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
8496
8497 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
8498 (scroll-all-mode) <defcustom>: Delete.
8499 (running-xemacs): Delete.
8500 (minor-mode-alist): Don't manipulate it directly.
8501
8502 2002-08-10 Kenichi Handa <handa@etl.go.jp>
8503
8504 * international/mule-cmds.el (search-unencodable-char): New function.
8505 (select-safe-coding-system): Show unencodable characters.
8506 (unencodable-char-position): Deleted, and implemented in C in coding.c.
8507
8508 2002-04-09 John Wiegley <johnw@gnu.org>
8509
8510 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
8511 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
8512 * em-dirs.el (eshell/cd): Ditto.
8513 * em-glob.el (eshell-glob-case-insensitive): Ditto.
8514 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8515 * esh-ext.el (eshell-binary-suffixes): Ditto.
8516
8517 2002-08-09 Richard M. Stallman <rms@gnu.org>
8518
8519 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
8520
8521 * simple.el (set-variable): Give locality status in prompt.
8522
8523 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
8524
8525 * simple.el (set-variable): If given a prefix argument, set
8526 variable buffer-locally.
8527
8528 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
8529
8530 * font-core.el (font-lock-function): Make it buffer-local.
8531
8532 2002-08-08 Richard M. Stallman <rms@gnu.org>
8533
8534 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
8535 (checkdoc-message-interactive, checkdoc-interactive-loop)
8536 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
8537 (checkdoc-defun):
8538 Update checkdoc-spellcheck-documentation-flag correctly.
8539 (checkdoc-ispell-docstring-engine): Don't test for
8540 checkdoc-autofix-flag = nil.
8541
8542 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
8543
8544 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
8545
8546 * wid-browse.el (widget-minor-mode): Fix doc typo.
8547
8548 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8549
8550 * net/tramp.el: Version 2.0.12 released.
8551 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8552 Comment out possibly obsolete "echo hello" commands.
8553 (tramp-run-real-handler): If operation is
8554 `ange-ftp-hook-function', use first arg as the real operation.
8555 (tramp-check-ls-commands): Use / instead of \ as directory
8556 separator. (Relevant for XEmacs on Windows.)
8557 (tramp-maybe-open-connection): Use tramp-wait-for-output when
8558 waiting for the "are you awake" command. Use a different string
8559 for the "are you awake" command.
8560 (tramp-send-command): New optional arg NEVEROPEN means to never
8561 invoke tramp-maybe-open-connection.
8562 (tramp-maybe-open-connection): Use it
8563
8564 2002-08-07 Richard M. Stallman <rms@gnu.org>
8565
8566 * warnings.el (warning-prefix-function, warning-series)
8567 (warning-fill-prefix, warning-group-format): Add autoload cookies.
8568
8569 2002-08-07 Kenichi Handa <handa@etl.go.jp>
8570
8571 * international/mule-cmds.el (select-safe-coding-system):
8572 Call pop-to-buffer inside save-window-excursion and save-excursion.
8573
8574 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
8575
8576 * help-fns.el (describe-function-1): Skip arglist note if
8577 function's definition is a keymap.
8578
8579 2002-08-06 Sam Steingold <sds@gnu.org>
8580
8581 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
8582 and `mail-user-agent' instead of straight sendmail.
8583 (diary-modified, diary-entries-list, displayed-year)
8584 (displayed-month, entry, date, number, date-string, d-file)
8585 (original-date): Defvar without binding to avoid compiler warnings.
8586
8587 2002-08-05 Alan Shutko <ats@acm.org>
8588
8589 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8590 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
8591 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
8592
8593 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
8594 (ibuffer-filter-by-used-mode): New.
8595
8596 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
8597
8598 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
8599 `fset' and `symbol-function'.
8600
8601 2002-08-05 John Wiegley <johnw@gnu.org>
8602
8603 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
8604 value unless pcomplete-cycle-cutoff-length is non-nil.
8605
8606 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
8607
8608 * esh-util.el (eshell-under-cygwin-p): New function.
8609 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
8610 * em-dirs.el (eshell/cd): Ditto.
8611 * em-glob.el (eshell-glob-case-insensitive): Ditto.
8612 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
8613 * esh-ext.el (eshell-binary-suffixes): Ditto.
8614
8615 2002-08-05 Richard M. Stallman <rms@gnu.org>
8616
8617 * international/mule-cmds.el (select-safe-coding-system): Check for
8618 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
8619
8620 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
8621
8622 2002-08-05 Gerd Moellmann <gerd@gnu.org>
8623
8624 * image.el (image-jpeg-p): Accept "Exif" marker.
8625
8626 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8627
8628 * net/tramp.el: Version 2.0.11 released.
8629 (tramp-perl-file-attributes): Print uid and gid as signed integers.
8630 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
8631 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
8632 calling Tramp again.
8633 (tramp-find-file-exists-command): Check for `ls -d' last, after
8634 all the variants on `test -e'.
8635 (tramp-post-connection): Erase buffer before finding a command to
8636 check if file exists.
8637
8638 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
8639
8640 * calc/calc.el (math-format-stack-value): Revert a broken
8641 if->when replacement and reformat so that this does not happen
8642 again. Fixes a pretty lethal line formatting/yanking bug.
8643
8644 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
8645
8646 * startup.el (fancy-splash-frame): Check selected frame last.
8647
8648 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8649
8650 * net/tramp.el: Version 2.0.10 released.
8651 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
8652 standard output even if `uudecode -p' and `uudecode -o -' don't work.
8653 (tramp-post-connection): After finding the right shell, wait a
8654 bit. This is a kludge to avoid a race condition, even though I
8655 don't understand why there is a race condition in the first place.
8656 (tramp-post-connection): Install the `tramp_uudecode' shell
8657 function on the remote host.
8658 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
8659 (tramp-bug): Include more variables in the report.
8660
8661 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8662
8663 * net/tramp.el: Version 2.0.9 released.
8664 (tramp-bug): Add wording about additional info to include in bug
8665 report.
8666 (tramp-find-shell): Set $PS1 for invocation of second shell (for
8667 tilde expansion).
8668 (tramp-find-shell): Shell prompt must match at end of buffer.
8669 Do this also for fallback shell prompt.
8670 (tramp-find-shell): More debugging output.
8671 (tramp-find-inline-encoding): When checking the decoding command,
8672 some commands fail when reading from /dev/null. So we pass a
8673 known string through the encoding command and pass that through
8674 the decoding command. So we know whether the decoding command can
8675 deal with some real input.
8676
8677 2002-08-04 Andreas Schwab <schwab@suse.de>
8678
8679 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
8680
8681 2002-08-03 Andrew Choi <akochoi@shaw.ca>
8682
8683 * term/mac-win.el: Set keys to enable mouse wheel support.
8684
8685 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8686
8687 * net/tramp.el: Version 2.0.8.
8688 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
8689
8690 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8691
8692 * net/tramp.el: Version 2.0.7.
8693 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
8694 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
8695 because of `format' and say so in the docstring.
8696
8697 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8698
8699 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
8700 `type' forms.
8701 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
8702 (f90-type-def-re): Fix value.
8703
8704 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8705
8706 * net/tramp.el: Version 2.0.6.
8707 (tramp-default-method): Change to "ssh" from "sm".
8708 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
8709 (tramp-su-program): New internal variable for method parameter.
8710 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
8711 New variables. Very short Perl one-liner, but requires Perl
8712 module MIME::Base64 to be installed on the remote site.
8713 (tramp-perl-encode, tramp-perl-decode): New base64
8714 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
8715 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
8716 though Ange-FTP doesn't do anything for this operation).
8717 (tramp-handle-set-visited-file-modtime): Comment change.
8718 (tramp-handle-make-directory): Save-excursion.
8719 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
8720 twice, once is enough.
8721 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
8722 user knows what's wrong.
8723 (tramp-post-connection): Support the two Perl encoders and decoders.
8724 (tramp-coding-commands): Ditto. Add some todo items.
8725
8726 2002-08-02 Richard M. Stallman <rms@gnu.org>
8727
8728 * international/mule.el (merge-coding-systems): New function.
8729 (set-buffer-file-coding-system): Use merge-coding-systems.
8730 Change prompt for args.
8731 (revert-buffer-with-coding-system): New command.
8732
8733 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
8734 Add bindings for revert-buffer-with-coding-system.
8735 (set-coding-system-map): Clarify menu item info for
8736 set-buffer-file-coding-system.
8737 (set-coding-system-map): Reorder and add separators.
8738
8739 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
8740 Use eval-expression.
8741
8742 * subr.el (atomic-change-group): Doc fix.
8743
8744 2002-07-31 Colin Walters <walters@debian.org>
8745
8746 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
8747 defvaralias for compatibility.
8748 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
8749 defvaralias for compatibility.
8750
8751 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
8752
8753 * ibuffer.el (ibuffer-fontification-alist):
8754 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
8755
8756 2002-07-31 John Wiegley <johnw@gnu.org>
8757
8758 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
8759 prevent adding the symbol `pcomplete' to
8760 shell-dynamic-complete-functions to many times.
8761
8762 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
8763
8764 * help-fns.el (describe-function-1): Test function for
8765 obsolescence only if it is a symbol.
8766
8767 * ediff.el (ediff-backup): New autoloaded command.
8768
8769 2002-07-31 Richard M. Stallman <rms@gnu.org>
8770
8771 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
8772 Use `compile-always'.
8773 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
8774 (compile): Renamed from `compile-files'.
8775 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
8776
8777 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8778 Check that (car elt) is a string.
8779
8780 * pcomplete.el (pcomplete-entries): Doc fix.
8781
8782 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
8783
8784 2002-07-31 Andreas Schwab <schwab@suse.de>
8785
8786 * dired.el: Hide disabling of dired-find-alternate-file behind
8787 autoload-cookie.
8788
8789 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
8790
8791 * makefile.w32-in: Revert some changes from 2002-07-23 because they
8792 don't work on MSVC/nmake builds.
8793 (update-subdirs-CMD): Generate the right list of subdirectories.
8794
8795 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8796
8797 * net/tramp.el: New version 2.0.5.
8798 (tramp-methods): Remove inline encoding method parameters.
8799 The encoding is now autodetected. Also shorten the list of
8800 methods (u/m distinction gone) and rename the remaining methods to
8801 have longer, but more mnemonic, names.
8802 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
8803 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
8804 matched at end of buffer anyway.
8805 (tramp-yesno-prompt-regexp): New variable, for questions where the
8806 user should say "yes" or "no".
8807 (tramp-file-name-structure-unified)
8808 (tramp-file-name-structure-separate): Allow dash in method names.
8809 (tramp-actions-before-shell): New variable, contains list of
8810 pattern/action pairs. Output sent by remote end is scanned for
8811 the patterns, then the actions are executed.
8812 (tramp-multi-actions): Like `tramp-actions-before-shell', but
8813 executed for each hop in a multi-hop connection.
8814 (tramp-last-cmd-time): New variable. If nothing has been sent to
8815 remote end for 60 seconds, look to see if the remote end is still
8816 alive.
8817 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
8818 It didn't work.
8819 (tramp-perl-encode, tramp-perl-decode): New variables, these
8820 require the MIME::Base64 module on the remote end.
8821 (tramp-handle-file-attributes): Restructure logic.
8822 (tramp-handle-file-attributes-with-ls)
8823 (tramp-handle-file-attributes-with-perl): More debugging.
8824 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
8825 (tramp-handle-make-directory, tramp-handle-delete-directory)
8826 (tramp-handle-delete-file, tramp-handle-insert-directory):
8827 Expand file name.
8828 (tramp-handle-shell-command): Use `when', not `if'.
8829 (tramp-handle-file-local-copy, tramp-handle-write-region):
8830 Adapt to autodetection of inline encoding.
8831 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
8832 variable ange-ftp-name-format is defined before binding it.
8833 (tramp-action-login, tramp-action-password, tramp-action-succeed)
8834 (tramp-action-permission-denied, tramp-action-yesno):
8835 Functions called from `tramp-actions-before-shell'.
8836 (tramp-multi-action-login, tramp-multi-action-password)
8837 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
8838 Functions called from `tramp-multi-actions'.
8839 (tramp-process-one-action, tramp-process-actions):
8840 Pattern matching and action invocation code for
8841 `tramp-actions-before-shell'.
8842 (tramp-process-one-multi-action, tramp-process-multi-actions):
8843 Same for `tramp-multi-actions'.
8844 (tramp-open-connection-telnet, tramp-open-connection-rsh)
8845 (tramp-open-connection-su): Process actions instead of hardwired logic.
8846 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
8847 (tramp-multi-connect-su): Ditto.
8848 (tramp-post-connection): New method for tramp_encode and
8849 tramp_decode scripts.
8850 (tramp-post-connection): Invoke inline autodetection code.
8851 (tramp-coding-commands): List of inline codings.
8852 (tramp-find-inline-encoding): This is the inline autodetection code.
8853 (tramp-maybe-open-connection): If nothing was sent to connection
8854 for 60 seconds, look if it connection is still alive.
8855 (tramp-send-command): Remember that something was sent to the
8856 connection.
8857 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8858 Use backticks for constructing alist.
8859 (tramp-get-encoding-command, tramp-set-encoding-command)
8860 (tramp-get-decoding-command, tramp-set-decoding-command)
8861 (tramp-get-encoding-function, tramp-set-encoding-function)
8862 (tramp-get-decoding-function, tramp-set-decoding-function):
8863 Use for results of inline autodetection.
8864 (tramp-get-encoding-command, tramp-get-decoding-command)
8865 (tramp-get-encoding-function, tramp-get-decoding-function):
8866 Remove these old functions.
8867
8868 2002-07-30 Kenichi Handa <handa@etl.go.jp>
8869
8870 * language/indian.el (in-is13194): Give correct `safe-chars' property.
8871 (devanagari): Define it as an alias of in-is13194.
8872
8873 * international/mule.el (safe-chars):
8874 Put `char-table-extra-slots' property with value 0.
8875
8876 * files.el (revert-buffer): Fix previous change.
8877
8878 2002-07-29 Richard M. Stallman <rms@gnu.org>
8879
8880 * bindings.el (help-echo): If global-mode-string is non-nil,
8881 display some spaces after it.
8882
8883 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8884 Don't call string-match on non-string.
8885 (displaying-byte-compile-warnings):
8886
8887 * textmodes/ispell.el (check-ispell-version): Bind default-directory
8888 to avoid errors. Kill the old temp buffer at the beginning.
8889
8890 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8891
8892 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
8893
8894 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
8895
8896 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
8897 instead of `cond'.
8898
8899 2002-07-29 Kenichi Handa <handa@etl.go.jp>
8900
8901 * international/mule.el (ctext-post-read-conversion): Add support
8902 for embedded utf-8 encoding (ESC % G ... ESC % @).
8903
8904 2002-07-28 Kenichi Handa <handa@etl.go.jp>
8905
8906 * files.el (revert-buffer): Before calling insert-file-contents,
8907 kill the local variable buffer-file-coding-system.
8908
8909 2002-07-28 Richard M. Stallman <rms@gnu.org>
8910
8911 * bindings.el (mode-line-format): Handle vc-mode specially.
8912 Move mode-line-position to after global-mode-string.
8913 (mode-line-modes): Move the starting 3 spaces out of here.
8914 (mode-line-position): Separate with a space, not dashes.
8915
8916 * vc-hooks.el: Don't add to minor-mode-alist.
8917
8918 * emacs-lisp/edebug.el (edebug-debugger):
8919 If inside redisplay, just return.
8920
8921 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
8922
8923 * info.el (Info-find-index-name): Improve last change.
8924
8925 2002-07-27 Richard M. Stallman <rms@gnu.org>
8926
8927 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
8928
8929 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
8930 in the third case.
8931
8932 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
8933
8934 * ps-print.el: Update copyright year.
8935 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
8936
8937 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8938
8939 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
8940 to the session with that number. Old behavior still available
8941 with nonumeric prefix args.
8942
8943 2002-07-08 Simon Josefsson <jas@extundo.com>
8944
8945 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
8946
8947 2002-07-26 Juanma Barranquero <lektu@terra.es>
8948
8949 * warnings.el (lwarn, warn, warning-levels): Doc fix.
8950 (warning-suppress-log-types): Fix typo.
8951 (display-warning): Fix typo. Remove useless assignment to free variable
8952 `group-string'.
8953
8954 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
8955
8956 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
8957
8958 2002-07-25 Sam Steingold <sds@gnu.org>
8959
8960 * replace.el (occur-rename-buffer): New command.
8961 (occur-mode-map): Bind "r" to it. Added keybindings for
8962 `kill-this-buffer', `clone-buffer' and `quit-window'.
8963
8964 2002-07-25 Kevin Ryde <user42@zip.com.au>
8965
8966 * info.el (Info-find-index-name): Search for a function definition
8967 with a return type.
8968
8969 2002-07-25 David Ponce <david@dponce.com>
8970
8971 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
8972 Don't recompute `entry' on each iteration.
8973 (byte-compile-delete-first): Make it defsubst.
8974
8975 2002-07-25 Sam Steingold <sds@gnu.org>
8976
8977 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
8978 When `search-end' is a cons, use its car.
8979
8980 2002-07-25 Dave Love <fx@gnu.org>
8981
8982 * obsolete/c-mode.el: Deleted.
8983
8984 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
8985
8986 * textmodes/reftex.el (reftex-compile-variables):
8987 Simplified regular expression.
8988
8989 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8990 Simplified the regexp.
8991
8992 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
8993 (reftex-extract-bib-entries-from-thebibliography):
8994 Use `reftex-get-bibkey-default' to get a default regex.
8995 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
8996 get a default regex.
8997
8998 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
8999 XEmacs compatibility (got OK from RMS).
9000
9001 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
9002
9003 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
9004 (reftex-select-bib-mode): Likewise.
9005
9006 2002-07-25 Colin Walters <walters@debian.org>
9007
9008 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
9009 by menu functions.
9010
9011 2002-07-24 Dave Love <fx@gnu.org>
9012
9013 * international/mule.el (set-auto-coding): Doc fix.
9014
9015 * international/utf-16.el: New file.
9016
9017 * language/european.el ("German", "French", "Spanish", "Turkish"):
9018 Add alternative coding systems.
9019 ("Dutch"): Likewise. Add input method.
9020 ("Welsh", "Latin-7"): Add nonascii-translation.
9021
9022 * language/georgian.el ("Georgian"): Add nonascii-translation.
9023
9024 * international/titdic-cnv.el: Doc fixes.
9025 (tit-process-header): Add coding cookie.
9026 (titdic-convert): Force writing as iso-2022-7bit.
9027
9028 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
9029
9030 * international/mule-cmds.el: Doc fixes.
9031 (unencodable-char-position): New.
9032 (select-safe-coding-system): Use it to indicate problematic
9033 characters and add extra explanation. Avoid checking auto-coding
9034 for compressed files.
9035 (leim-list-header): Add coding cookie.
9036 (input-method-verbose-flag): Modify :type.
9037 (locale-language-names): Add bs, wa. Modify cy.
9038
9039 2002-07-24 Richard M. Stallman <rms@gnu.org>
9040
9041 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9042 Bind warning-group-format.
9043
9044 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
9045 (byte-compile-cl-warn): Use that variable.
9046 (byte-compile-find-cl-functions): New function.
9047 (displaying-byte-compile-warnings):
9048 Call byte-compile-find-cl-functions.
9049
9050 * warnings.el (warning-levels): Add %s to the strings.
9051 (warning-group-format): New variable.
9052 (warning-suppress-log-types): Renamed from warning-suppress-log.
9053 (warning-suppress-types): Renamed from warning-suppress.
9054 (display-warning): Implement those changes.
9055
9056 2002-07-23 Richard M. Stallman <rms@gnu.org>
9057
9058 * warnings.el: Add `provide' call.
9059
9060 * files.el (basic-save-buffer-2): If there's an error writing the file,
9061 unrename the backup file if it was just made.
9062 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9063 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
9064 when a backup was just made by renaming. Otherwise it's nil.
9065
9066 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
9067 Recognize explicit :args specification.
9068
9069 * international/mule-cmds.el (select-safe-coding-system):
9070 Don't ask for confirmation of mismatch if find-file-literally was used.
9071
9072 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
9073
9074 * add-log.el (add-log-current-defun): Fix typo in documentation.
9075
9076 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
9077
9078 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
9079
9080 * ido.el (ido-separator): Fix type.
9081
9082 2002-07-23 Andrew Innes <andrewi@gnu.org>
9083
9084 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
9085 (DONTCOMPILE): Add various language files.
9086 (DONTCOMPILE): Remove term/xterm.el.
9087 (finder-inf.el): Remove.
9088 (update-authors): New target.
9089 (TAGS-LISP): Remove $(lispsource).
9090 (compile-always): Renamed from `compile-files'.
9091 (compile): New target, adapted from `compile-files'.
9092 (compile-calc): New target.
9093 (recompile): Change `.' to $(lisp).
9094 (bootstrap): Add update-subdirs and finder-data
9095 to dependencies; change compile-files to compile.
9096
9097 2002-07-22 Andre Spiegel <spiegel@gnu.org>
9098
9099 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
9100
9101 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9102
9103 * simple.el (undo, undo-more): Adjust messages when undoing in a
9104 region.
9105
9106 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
9107
9108 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
9109 (browse-url-lynx-input-delay): Add custom type and group.
9110
9111 * cus-start.el (double-click-fuzz): Added.
9112
9113 2002-07-22 Alan Shutko <ats@acm.org>
9114
9115 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
9116 parameter, specifying what face or character to use in the
9117 calendar display. These will now return (MARK . ENTRY).
9118
9119 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
9120 parameter, specifying what face or character to use in the
9121 calendar display. These will now return (MARK . ENTRY).
9122
9123 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
9124 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
9125 MARK parameter, specifying what face or character to use in the
9126 calendar display. These will now return (MARK . ENTRY).
9127
9128 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
9129 from diary-sexp-entry and pass it to mark-visible-calendar-date.
9130 (list-sexp-diary-entries): Update doc string for new docs for ....
9131 If diary-sexp-entry returns a cons, only add the text to the diary
9132 list.
9133 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
9134 . STRING) to specify what face or character mark should be used in
9135 the calendar display.
9136 (diary-date, diary-block, diary-float, diary-anniversary)
9137 (diary-cyclic): Add optional MARK parameter, specifying what face
9138 or character to use in the calendar display. These will now
9139 return (MARK . ENTRY).
9140
9141 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
9142 (calendar-holiday-list, diary-french-date, diary-mayan-date)
9143 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
9144 (diary-islamic-date, list-islamic-diary-entries)
9145 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
9146 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
9147 (diary-rosh-hodesh, list-hebrew-diary-entries)
9148 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
9149 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9150 (diary-sunrise-sunset, diary-sabbath-candles):
9151 Remove interactive flag from autoloads.
9152
9153 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
9154
9155 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
9156 (reftex-bibliography-commands): New option.
9157 (reftex-toc-split-windows-horizontally): New option
9158 (reftex-toc-split-windows-horizontally-fraction): New option
9159 (reftex-include-file-commands): New option.
9160 (reftex-cite-format-builtin): Added ?n for nocite.
9161
9162 * textmodes/reftex-index.el (reftex-query-index-phrase):
9163 Use `reftex-index-verify-function'.
9164
9165 * textmodes/reftex-toc.el (reftex-re-enlarge):
9166 Handle horizontal splitting.
9167 (reftex-toc): Handle horizontal splitting
9168 (reftex-last-window-width): New variable.
9169
9170 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9171 Use `reftex-bibliography-commands'.
9172 (reftex-locate-bibliography-files): Regexp relaxed to allow for
9173 cases where \bibliography is not the first thing on the line.
9174
9175 * textmodes/reftex.el (reftex-compile-variables):
9176 Use `reftex-include-file-commands'.
9177 (reftex-type-query-prompt): Changed defconst to defvar.
9178 (reftex-type-query-help, reftex-typekey-to-format-alist)
9179 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
9180 (reftex-special-env-parsers, reftex-label-mac-list)
9181 (reftex-label-env-list, reftex-typekey-list)
9182 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
9183 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
9184 (reftex-no-follow-message, reftex-no-info-message): Likewise.
9185 (reftex-mode): Define systax table for bibtex parsing.
9186 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
9187
9188 * textmodes/reftex-cite.el (reftex-format-names): %a as name
9189 format lists all names.
9190 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
9191 (reftex-with-special-syntax-for-bib): New macro.
9192
9193 2002-07-21 Richard M. Stallman <rms@gnu.org>
9194
9195 * international/ucs-tables.el (ucs-quail-activate):
9196 Cope if buffer-file-coding-system is nil.
9197
9198 * bindings.el (last-buffer): Use buffer-list with frame arg.
9199 Create *scratch* if no other choice exists. Fix bugs.
9200
9201 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9202
9203 * net/tramp.el: Bump version to 2.0.2.
9204 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
9205 longer names. Use old names "sm1", "sm2" and so on for methods
9206 invoking "ssh -1" or "ssh -2".
9207 (tramp-multi-file-name-structure-separate): Typo, its name was set
9208 to "tramp-file-name-structure-separate". Trivial patch.
9209 From Steve Youngs <youngs@xemacs.org>.
9210 (tramp-multi-sh-program): New variable.
9211 (tramp-open-connection-multi): Use it. Now you can use multi
9212 methods from Windows (at least in principle).
9213 (tramp-do-copy-or-rename-via-buffer): New function.
9214 (tramp-do-copy-or-rename-file): Use it. Change and simplify
9215 logic. Omit special case of invoking rcp directly to copy the files.
9216 (tramp-open-connection-su, tramp-multi-connect-telnet)
9217 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
9218 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
9219 Use backticks in format-spec for brevity and to avoid
9220 character/number confusion in XEmacs.
9221
9222 2002-07-20 Richard M. Stallman <rms@gnu.org>
9223
9224 * wid-edit.el (widget-documentation-string-value-create):
9225 Say "Hide Rest", not just "Hide".
9226
9227 * cus-edit.el (custom-variable-value-create):
9228 Say "Show Value", not just "Show". Also "Hide Value".
9229 Output a newline before the doc string.
9230 (custom-face-value-create): Say "Show Face" and "Hide Face".
9231
9232 * files.el (toggle-read-only): Clean up the hint message.
9233
9234 * emacs-lisp/bytecomp.el: Use warnings.el.
9235 (byte-compile-warning-prefix): New function.
9236 (byte-compile-log-file): Return page start position.
9237 (byte-compile-log-warning): New function.
9238 (byte-compile-warn): Use byte-compile-log-warning.
9239 (byte-compile-report-error): Likewise. Also use error-message-string.
9240 (displaying-byte-compile-warnings): Bind warning-series.
9241 Don't bind or use byte-compile-warnings-point-max.
9242 Don't display the log buffer at the end.
9243 (byte-compile-warnings-point-max): Variable deleted.
9244 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
9245 (byte-compile-last-warned-form, byte-compile-last-logged-file):
9246 Defvars moved.
9247
9248 * warnings.el: New file.
9249
9250 2002-07-19 Richard M. Stallman <rms@gnu.org>
9251
9252 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
9253 and `values-list' from list of CL functions.
9254
9255 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
9256
9257 * emacs-lisp/bytecomp.el (compile-defun):
9258 Bind `read-with-symbol-positions' to current buffer.
9259
9260 2002-07-19 Andre Spiegel <spiegel@gnu.org>
9261
9262 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
9263 delete anything that comes after LIMIT from the buffer.
9264
9265 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
9266 if this is really an RCS master file.
9267
9268 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
9269
9270 2002-07-19 Juanma Barranquero <lektu@terra.es>
9271
9272 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
9273 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
9274 (unread-command-char, executing-macro, post-command-idle-hook)
9275 (post-command-idle-delay): Move obsolescence declarations to subr.el.
9276
9277 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
9278 (baud-rate, compiled-function-p, define-function, unread-command-char)
9279 (executing-macro, post-command-idle-hook, post-command-idle-delay):
9280 Move obsolescence declarations from emacs-lisp/bytecomp.el.
9281 (directory-sep-char, mode-line-inverse-video):
9282 Add obsolescence declaration.
9283
9284 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
9285
9286 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
9287 changes to list them here.
9288
9289 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
9290 Too many changes to list them here.
9291
9292 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
9293 Too many changes to list them here.
9294
9295 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
9296 only minor documentation changes.
9297
9298 2002-07-18 Dave Love <fx@gnu.org>
9299
9300 * info-look.el: Support current auto{conf,make} manuals.
9301
9302 2002-07-18 Juanma Barranquero <lektu@terra.es>
9303
9304 * bindings.el (last-buffer): Add missing frame argument.
9305
9306 2002-07-18 Richard M. Stallman <rms@gnu.org>
9307
9308 * timer.el (timer-inc-time): Doc fix.
9309
9310 * replace.el (keep-lines, flush-lines): Interactively report
9311 read-only error before reading regexp argument.
9312
9313 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
9314
9315 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
9316 frame parameters like bury-buffer.
9317
9318 * simple.el (choose-completion-delete-max-match):
9319 Handle minibuffer prompts explicitly.
9320
9321 2002-07-18 Juanma Barranquero <lektu@terra.es>
9322
9323 * international/mule-util.el (string-to-sequence, truncate-string):
9324 Add autoload cookie to obsolescence declaration.
9325
9326 * rect.el (move-to-column-force): Likewise.
9327
9328 * composite.el (decompose-composite-char): Likewise; also remove
9329 redundant info.
9330
9331 2002-07-18 Kim F. Storm <storm@cua.dk>
9332
9333 * loadup.el: Load international/utf-8 before international/characters.
9334
9335 2002-07-17 Dave Love <fx@gnu.org>
9336
9337 * international/ucs-tables.el: Optimize tables. Deal with some
9338 non-8859 charsets.
9339 (ucs-mule-to-mule-unicode): New.
9340 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
9341 translation.
9342 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
9343 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
9344 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
9345 version. Add custom dependencies.
9346 (ucs-insert): Check for null from decode-char.
9347 (translation-table-for-input, ucs-quail-activate)
9348 (ucs-minibuffer-setup, ccl-encode-unicode-font)
9349 (ucs-tables-unload-hook): New.
9350
9351 * international/mule.el (define-translation-hash-table): New.
9352 (decode-char): Use utf-8-translation-table-for-decode.
9353 (encode-char): Use ucs-mule-to-mule-unicode.
9354
9355 * international/characters.el: Fix settings of U+2000-U+2027.
9356 Remove \e$(C'Y\e(B.
9357
9358 * international/mule-cmds.el (locale-language-names): Fix be, add
9359 sr_YU@cyrillic, modify tg.
9360 (locale-charset-language-names): Put @euro last.
9361
9362 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
9363 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
9364 (cyrillic-koi8-r-decode-table): Make unbound after use.
9365 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
9366 factor. Use utf-8-translation-table-for-decode.
9367 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
9368 (cyrillic-unify-encoding): New function.
9369 (cyrillic-koi8): Modify safe-chars, valid-codes.
9370 Remove charset-origin-alist.
9371 (Cp878, cp866): New alias.
9372 (ccl-encode-8859-5-font): New.
9373 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
9374 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
9375 Remove redundant parens.
9376 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
9377 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
9378 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
9379 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
9380 ("Cyrillic-ALT"): Change input method.
9381 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
9382
9383 * international/utf-8.el (utf-8-subst-table)
9384 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
9385 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
9386 (utf-8-ccl-regs, utf-8-translate-cjk): New.
9387 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
9388 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
9389 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
9390 (mule-utf-8): Remove pre-write-conversion.
9391 (utf-8-post-read-conversion): Comment out.
9392
9393 * international/ccl.el (ccl-command-table): Add lookup-integer,
9394 lookup-character.
9395 (ccl-extended-code-table): Add lookup-int-const-tbl,
9396 lookup-char-const-tbl.
9397 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
9398 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
9399 New functions.
9400 (define-ccl-program): Doc update.
9401
9402 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
9403 (utf-8-subst-table): Don't set.
9404
9405 2002-07-17 Kenichi Handa <handa@etl.go.jp>
9406
9407 * international/mule.el (define-coding-system-alias):
9408 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
9409 eol-type is not auto-detection.
9410
9411 * international/mule-diag.el (print-coding-system-briefly):
9412 Fix the handling of an alias of which eol-type is not auto-detection.
9413
9414 * international/mule-conf.el (us-ascii): Define it as an alias of
9415 iso-safe.
9416
9417 2002-07-17 Juanma Barranquero <lektu@terra.es>
9418
9419 * help-fns.el (describe-function-1): Put empty line before "Not
9420 documented" text.
9421
9422 * timer.el (timer-set-time-with-usecs): Mark obsolete.
9423
9424 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
9425
9426 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9427 Make sure to change the global tool-bar-map.
9428
9429 * vc.el (vc-default-comment-history): Hard code *vc*.
9430 This is because print-log always prints there now.
9431 (vc-annotate-font-lock-keywords): New var.
9432 (vc-annotate-mode): Use it. Set truncate-lines as well.
9433 (vc-annotate-display-select): Unify the two error reports.
9434 (vc-annotate-offset): New var.
9435 (vc-annotate-lines): New fun extracted from vc-annotate-display.
9436 (vc-annotate-display): Use it, via font-lock.
9437
9438 * help-fns.el (help-split-fundoc, help-function-arglist)
9439 (help-make-usage): New funs, extracted from describe-function-1.
9440 (describe-function-1): Use them.
9441
9442 * help.el (help-key-description): Show the untranslated keys
9443 when they start with ESC and the ESC was not translated.
9444
9445 * help-mode.el (view): Always require.
9446 (help-xref-mule-regexp): Don't use defconst for variables.
9447 (help-setup-xref): Keep the last 10 elements of the stack.
9448 (help-xref-override-view-map): New var.
9449 (help-make-xrefs): Use it instead of building a new map each time.
9450 (help-function-def): Allow help-fun to take a buffer as arg.
9451
9452 * diff-mode.el (diff-reverse-direction): Simplify.
9453 (diff-after-change-function): Fix typo.
9454 (diff-post-command-hook): Take care of edge cases.
9455 (diff-current-defun): Do `goto-char' after setting the mode.
9456
9457 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
9458 Fold mouse-sel-bindings into it.
9459 (mouse-sel-bound-events): Turn it into an alist.
9460 (mouse-insert-selection): Delegate to mouse-yank-at-click if
9461 mouse-sel-default-bindings asks for it.
9462
9463 2002-07-16 Andre Spiegel <spiegel@gnu.org>
9464
9465 * files.el: Bind toggle-read-only to C-x C-q.
9466 (toggle-read-only): Display a warning message if the file is under
9467 version control.
9468
9469 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
9470 (vc-toggle-read-only): Explain in the doc string that users can bind
9471 this to C-x C-q.
9472 (vc-checkout-model): Change doc string to refer to vc-next-action,
9473 not vc-toggle-read-only.
9474
9475 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
9476 comparing to file on disk. Fix the case when claiming the lock
9477 on a file that has unlocked changes.
9478 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
9479
9480 2002-07-16 Richard M. Stallman <rms@gnu.org>
9481
9482 * simple.el (choose-completion-string): Doc fix.
9483
9484 * cus-edit.el: New operation :custom-standard-value.
9485 (Custom-reset-standard): Use it.
9486 (custom-variable, custom-face): Define it.
9487 (custom-variable-standard-value, custom-face-standard-value): New fns.
9488 (custom-face-save): Don't save a face whose value is standard.
9489 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
9490
9491 * cus-edit.el (custom-face-edit-fix-value):
9492 If VALUE is not a list, pass it thru.
9493
9494 * compare-w.el (compare-windows-whitespace): Always allow newline
9495 even if it does not have whitespace syntax.
9496
9497 2002-07-16 Juanma Barranquero <lektu@terra.es>
9498
9499 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
9500
9501 2002-07-15 Juanma Barranquero <lektu@terra.es>
9502
9503 * help-fns.el (describe-variable): Show documentation for aliased
9504 variable if alias does not have its own.
9505
9506 2002-07-15 Mike Williams <mdub@bigfoot.com>
9507
9508 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
9509 cut/paste functions.
9510
9511 2002-07-14 Richard M. Stallman <rms@gnu.org>
9512
9513 * files.el (find-alternate-file): Offer to save a modified buffer.
9514 Handle kill-buffer-query-functions better.
9515
9516 * startup.el (normal-splash-screen, fancy-splash-text):
9517 Update name of help menu item for ordering printed manuals.
9518
9519 * emacs-lisp/checkdoc.el: Fix doc typos.
9520
9521 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
9522
9523 * textmodes/tex-mode.el: Set encoding to utf-8.
9524 (tex-start-options): Make it into always-a-string.
9525 Remove silly custom options that are covered by the other var.
9526 (tex-start-commands): Fix docstring.
9527 (tex-open-quote, tex-close-quote): Add options.
9528 (tex-command): Provide default.
9529 (tex-font-lock-keywords-1): Highlight $$...$$.
9530 (tex-font-lock-keywords-2): Fix latin-1 chars.
9531 (tex-mode-map): Remove redundant \t binding.
9532 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
9533 (latex-mode): Use add-hook for fill-nobreak-predicate.
9534 (tex-common-initialization): Set indent-tabs-mode to nil.
9535 (tex-insert-quote): Undo magic if invoked twice in a row.
9536 (latex-fill-nobreak-predicate): Don't use narrowing.
9537 (tex-latex-block): Don't cons uselessly.
9538 (tex-last-unended-begin): Signal user-friendlier error.
9539 (tex-goto-last-unclosed-latex-block): Don't catch signal.
9540 (tex-start-tex): Switch order of tex-start-options and
9541 tex-start-commands to make it obey docstrings.
9542
9543 2002-07-14 Mike Williams <mdub@bigfoot.com>
9544
9545 * mouse-sel.el (mouse-sel-bound-events): New constant.
9546 (mouse-sel-bindings): Save/restore original mouse-bindings.
9547
9548 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
9549
9550 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
9551 (cl-hack-byte-compiler): Avoid infinite require loop.
9552
9553 * net/ange-ftp.el: Use hash-tables.
9554 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
9555 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
9556 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
9557 Replace with make-hash-table, maphash, gethash, puthash and remhash.
9558 (ange-ftp-hash-entry-exists-p): Rewrite.
9559 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
9560 Change mapatom -> maphash.
9561 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
9562 Update to new calling mode.
9563
9564 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
9565 (ebrowse-hash-table-to-alist): Delete.
9566 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
9567 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
9568
9569 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
9570 Improve the regexp used when unquoting.
9571 (sgml-pretty-print): New function.
9572 (sgml-get-context): Better handling of improperly nested tags.
9573 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
9574
9575 2002-07-13 Andreas Schwab <schwab@suse.de>
9576
9577 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
9578 inherited table entry.
9579
9580 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9581
9582 * calendar/timeclock.el (timeclock-in): Handle the case where no
9583 log file exists (ie the very first call).
9584
9585 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9586
9587 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
9588 is done by Tramp.
9589
9590 * net/tramp.el (tramp-multi-file-name-structure-unified):
9591 Add missing slash and move colon from start to end of each hop.
9592 (tramp-multi-file-name-hop-structure-unified): Move colon from
9593 start to end of each hop.
9594
9595 2002-07-13 Kim F. Storm <storm@cua.dk>
9596
9597 * progmodes/compile.el (grep-tree): Fixed autoload.
9598 Corrected use of undefined variable `match-files-aliases'.
9599
9600 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9601
9602 * calendar/timeclock.el (timeclock-get-workday-function):
9603 `timeclock-workday' is not a valid option, rather a possible
9604 return value.
9605
9606 2002-07-12 Richard M. Stallman <rms@gnu.org>
9607
9608 * net/ange-ftp.el (ange-ftp-write-region):
9609 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
9610 to ange-ftp-real-write-region.
9611
9612 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
9613
9614 * help-fns.el (help-with-tutorial): Display completion list right away.
9615
9616 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
9617
9618 * startup.el (command-line): Set memory-signal-data.
9619 (fancy-splash-text, normal-splash-screen):
9620 Mention "Read the Emacs Manual" or C-h r.
9621 Rearrange the initial help to put the help cmds on left
9622 and the actions (exit, undo) on the right. Other small
9623 text clarifications.
9624 (fancy-splash-text, actions page): Add blank line to balance help page.
9625
9626 * help.el (help-map): Add binding for info-emacs-manual.
9627 (print-help-return-message): Doc fix.
9628
9629 * strokes.el (strokes-help): Call print-help-return-message
9630 while inside with-output-to-temp-buffer.
9631
9632 * info.el (info-emacs-manual): New function.
9633 (Info-use-header-line): Doc fix.
9634
9635 * emacs-lisp/cl.el (multiple-value-call): Add alias.
9636
9637 * progmodes/compile.el (compilation-normalize-filename):
9638 New subroutine, taken out of compilation-parse-errors.
9639 (compilation-parse-errors): Use that, and for directories too.
9640 Don't check whether a directory really exists.
9641
9642 2002-07-12 Juanma Barranquero <lektu@terra.es>
9643
9644 * help-fns.el (describe-variable): Remove useless "Documentation:"
9645 string.
9646
9647 * timer.el (timer-set-time-with-usecs): Fix documentation.
9648 Simplify extraction of time data.
9649
9650 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
9651
9652 * help-fns.el (describe-variable): Mention if the variable is an
9653 alias. Put `defvaralias' info before the documentation.
9654
9655 2002-07-12 Kenichi Handa <handa@etl.go.jp>
9656
9657 * international/mule-cmds.el (locale-language-names): Change "mk"
9658 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
9659 alphabet) to "Cyrillic-ISO".
9660
9661 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9662
9663 * net/tramp.el (tramp-default-method): New default method "sm"
9664 which I guess to be good for most people.
9665 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
9666 Ange-FTP) for some user/host combinations.
9667 (tramp-file-name-structure, tramp-file-name-regexp)
9668 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
9669 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
9670 (tramp-make-multi-tramp-file-format): New default value which
9671 unifies the filename syntax between Tramp and Ange-FTP. The new
9672 syntax is "/method:user@host:path". Note the colon after the method.
9673 (tramp-handle-file-name-directory): Don't return "/" when
9674 completing a remote root directory (where the filename looks like
9675 "/method:user@host:/").
9676 (tramp-handle-ange-ftp): Deleted.
9677 (tramp-disable-ange-ftp): New function, called at toplevel,
9678 deletes Ange-FTP from file-name-handler-alist.
9679 (tramp-handle-make-symbolic-link): Implement.
9680
9681 2002-07-10 Juanma Barranquero <lektu@terra.es>
9682
9683 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
9684
9685 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
9686 (speedbar-vc-do-check): Likewise.
9687 (speedbar-obj-do-check): Likewise.
9688 (speedbar-mouse-hscroll): Likewise.
9689 (speedbar-file-lists): Likewise.
9690
9691 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
9692
9693 2002-07-09 Ole Aamot <ole@gnu.org>
9694
9695 * compile.el (compilation-error-regexp-alist):
9696 Recognize Valgrind messages.
9697
9698 2002-07-09 Juanma Barranquero <lektu@terra.es>
9699
9700 * faces.el (face-id): Fix typo.
9701
9702 * hexl.el (hexl-mode): Likewise.
9703
9704 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
9705
9706 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
9707
9708 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
9709 (speedbar-desired-buffer): Likewise.
9710 (speedbar-line-file): Likewise.
9711 (speedbar-special-mode-key-map): Fix typo.
9712 (speedbar-dynamic-tags-function-list): Likewise.
9713 (speedbar-use-images): Likewise.
9714 (speedbar-up-directory): Likewise.
9715 (speedbar-item-info): Likewise.
9716 (speedbar-set-timer): Likewise.
9717 (speedbar-insert-button): Likewise.
9718 (speedbar-make-button): Likewise.
9719 (speedbar-make-tag-line): Likewise.
9720 (speedbar-insert-files-at-point): Likewise.
9721 (speedbar-update-special-contents): Likewise.
9722 (speedbar-find-selected-file): Likewise.
9723 (speedbar-add-indicator): Likewise.
9724 (speedbar-do-function-pointer): Likewise.
9725 (speedbar-goto-this-file): Likewise.
9726 (speedbar-line-path): Likewise.
9727 (speedbar-mouse-event-p): Likewise.
9728 (speedbar-dir-follow): Likewise.
9729 (speedbar-tag-find): Likewise.
9730 (speedbar-fetch-etags-command): Likewise.
9731 (speedbar-fetch-etags-arguments): Likewise.
9732 (speedbar-toggle-etags): Likewise.
9733 (speedbar-extract-one-symbol): Likewise.
9734 (speedbar-parse-c-or-c++tag): Likewise.
9735 (speedbar-unhighlight-one-tag-line): Likewise.
9736 (speedbar-directory-face): Likewise.
9737 (defimage-speedbar): Likewise.
9738 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
9739
9740 2002-07-09 Miles Bader <miles@gnu.org>
9741
9742 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
9743 to nil when prompting for a filename.
9744
9745 2002-07-09 Kenichi Handa <handa@etl.go.jp>
9746
9747 * files.el (insert-directory): Be sure to bind
9748 coding-system-for-write to the just decided coding-system-for-read.
9749
9750 2002-07-09 Kim F. Storm <storm@cua.dk>
9751
9752 * ido.el (ido-make-merged-file-list): Move fully matching item to
9753 head of list.
9754 (ido-find-common-substring): Return substring instead of t.
9755
9756 2002-07-08 Juanma Barranquero <lektu@terra.es>
9757
9758 * info.el (Info-directory-list): Fix docstring.
9759
9760 2002-07-08 Miles Bader <miles@gnu.org>
9761
9762 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
9763 before first use.
9764
9765 2002-07-08 Kim F. Storm <storm@cua.dk>
9766
9767 * files.el (after-find-file): Don't check for read-only status
9768 of files just created (and not yet saved on disk).
9769
9770 * ido.el (ido-completion-help): Changed xemacs specific code to
9771 avoid byte compiler warning in GNU emacs.
9772 (ido-set-matches1): Use regexp-quote instead of identity.
9773 (ido-complete-space): New function.
9774 (ido-define-mode-map): Bind it to SPACE.
9775
9776 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
9777
9778 * font-lock.el (font-lock-default-unfontify-region):
9779 Use remove-list-of-text-properties.
9780 (font-lock-extra-managed-props): Doc fix.
9781
9782 * facemenu.el: Move `provide' to the end.
9783 (facemenu-read-color): Don't cons unnecessarily.
9784
9785 * language/ind-util.el (indian-make-hash):
9786 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
9787 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
9788
9789 * subr.el (insert-string): Update the obsolete info.
9790 (makehash): Move from C and mark obsolete.
9791
9792 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
9793 aliases to also work for interactive functions.
9794 Use the same wrapper for subroutines.
9795 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
9796 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
9797
9798 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
9799 automatic environment name update.
9800 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
9801
9802 2002-07-07 Richard M. Stallman <rms@gnu.org>
9803
9804 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
9805
9806 * emacs-lisp/advice.el (ad-compile-function):
9807 Disable cl-function warnings if cl is loaded.
9808
9809 * files.el (safe-local-eval-forms): New user option.
9810 (hack-one-local-variable-eval-safep): Support it.
9811 Also allow `safe-local-eval-function' property to be a function
9812 or a list of functions.
9813 (c-add-style): Delete `safe-local-eval-function' property.
9814
9815 * files.el (after-find-file): Make buffer read-only if file is
9816 marked that way, even for root.
9817
9818 * files.el (save-some-buffers): Doc fix.
9819
9820 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
9821
9822 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
9823
9824 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
9825 .sx[dmicw] file suffixes for Open office data files.
9826
9827 * files.el (auto-mode-alist): Likewise.
9828
9829 * international/mule.el (auto-coding-alist): Likewise.
9830
9831 2002-07-05 Kim F. Storm <storm@cua.dk>
9832
9833 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
9834 FCT if current column is outside rectangle.
9835 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
9836
9837 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
9838
9839 * net/ange-ftp.el: Use add-hook and find-file-hook.
9840 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
9841 (ange-ftp-ls-parser): Make it into a function.
9842 Ignore trailing @ in symlink targets.
9843 (ange-ftp-file-entry-p): Ignore FTP errors.
9844 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
9845 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
9846
9847 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
9848
9849 * simple.el (toggle-truncate-lines): New command.
9850
9851 2002-07-04 Miles Bader <miles@gnu.org>
9852
9853 * comint.el (comint-displayed-dynamic-completions): New variable.
9854 (comint-dynamic-list-completions): Be more careful about choosing
9855 when to scroll an existing completions window.
9856
9857 2002-07-03 Andreas Schwab <schwab@suse.de>
9858
9859 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
9860 after doc string.
9861
9862 2002-07-03 Juanma Barranquero <lektu@terra.es>
9863
9864 * net/tramp.el (tramp-send-eof): Fix typo.
9865 (tramp-kill-process): Likewise.
9866
9867 * play/dunnet.el (dun-physobj-desc): Likewise.
9868
9869 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
9870
9871 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
9872 (timeclock-workday-elapsed): Likewise.
9873
9874 * allout.el (outline-goto-prefix): Likewise.
9875
9876 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
9877 (tpu-delete-to-bol): Likewise.
9878
9879 * subr.el (chars-in-region): Add obsolescence declaration for
9880 `chars-in-region'.
9881
9882 2002-07-03 Miles Bader <miles@gnu.org>
9883
9884 * faces.el (header-line): Don't use a `common' clause for
9885 inheriting from the mode-line face, since we can't override it,
9886 and we don't want it for ttys.
9887
9888 2002-07-02 Richard M. Stallman <rms@gnu.org>
9889
9890 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
9891
9892 * files.el (hack-one-local-variable-constantp): New function.
9893 (hack-one-local-variable-eval-safep): New function.
9894 Check for `eval:' calling fn with `safe-local-eval-function' property.
9895 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
9896 (c-add-style, c-set-style): Add safe-local-eval-function property.
9897
9898 * files.el (insert-directory): Handle --dired option to ls.
9899
9900 * files.el (file-remote-p): New function.
9901
9902 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
9903
9904 * startup.el (fancy-splash-screens): Switch to a chosen frame.
9905 (fancy-splash-frame): Choose the right frame to use.
9906 (use-fancy-splash-screens-p): Check dimensions of the right frame
9907 in order to decide.
9908
9909 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9910 Rename cl-func to cl-functions. Enable it by default.
9911 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
9912 if the file loads cl.
9913 (byte-compile-initial-macro-environment): For eval-and-compile,
9914 use byte-compile-eval-before-compile to eval.
9915 (byte-compile-eval-before-compile): New function to turn off
9916 cl-functions when appropriate, for eval-and-compile.
9917 (byte-compile-warnings): Doc fix.
9918
9919 2002-07-02 Dave Love <fx@gnu.org>
9920
9921 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
9922 (byte-compile-cl-warn): New function.
9923 (byte-compile-form): Use it, to warn about calling cl functions.
9924 (byte-compile-warning-types): Doc fix.
9925
9926 2002-07-02 Juanma Barranquero <lektu@terra.es>
9927
9928 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
9929
9930 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
9931
9932 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
9933 Fix typo.
9934
9935 2002-07-02 Kim F. Storm <storm@cua.dk>
9936
9937 * emacs-lisp/bindat.el: New file.
9938
9939 2002-07-01 Sam Steingold <sds@gnu.org>
9940
9941 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
9942 before `tex-main-file' because if the current buffer is new, its
9943 file might not exist yet, and then `tex-main-file' will
9944 incorrectly return "foo.tex.tex".
9945
9946 2002-07-01 Juanma Barranquero <lektu@terra.es>
9947
9948 * ido.el (ido-minibuffer-setup-hook): Doc fix.
9949
9950 2002-07-01 Dave Love <fx@gnu.org>
9951
9952 Make strokes a proper minor mode, and don't try to overload
9953 mouse-2, which doesn't work satisfactorily.
9954
9955 * strokes.el: Doc fixes.
9956 (strokes-mode): Defcustom deleted; replaced by minor mode def with
9957 re-written function.
9958 (strokes-while-inhibiting-garbage-collector): Comment out.
9959 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
9960 (strokes-insinuate, global-set-stroke, describe-stroke)
9961 (load-user-strokes, save-strokes, strokes-bug-address)
9962 (strokes-click-command): Deleted.
9963 (strokes-execute-stroke): Remove strokes-click-p case.
9964 (strokes-describe-stroke): Remove strokes-click-p stuff.
9965 (strokes-help): Fix.
9966 (strokes-report-bug): Alias to report-emacs-bug.
9967 (strokes-prompt-user-save-strokes): Modify format of the file.
9968 (strokes-mode-map, strokes-unload-hook): New.
9969 (strokes-buffer-name): Don't customize.
9970
9971 2002-07-01 Richard M. Stallman <rms@gnu.org>
9972
9973 * info.el (Info-index): Get immediate error if used in `dir'.
9974
9975 * textmodes/picture.el (picture-forward-column)
9976 (picture-move-down): Never deactivate the mark.
9977
9978 2002-06-30 Simon Josefsson <jas@extundo.com>
9979
9980 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
9981 menu entry into balloon help.
9982
9983 2002-06-30 Andreas Schwab <schwab@suse.de>
9984
9985 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
9986 * term/mac-win.el: Don't set it here.
9987
9988 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
9989
9990 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
9991
9992 2002-06-29 Andreas Schwab <schwab@suse.de>
9993
9994 * term/mac-win.el: Use directory-free-space-program instead of
9995 obsolete variable dired-free-space-program. On Darwin, don't set
9996 directory-free-space-program, shell-file-name and
9997 process-connection-type; set directory-free-space-args to not
9998 include `-P' and use utf-8 for file name coding system.
9999
10000 * simple.el (shell-command-on-region): Handle errors and signals
10001 from shell command execution.
10002 (display-message-or-buffer): Fix last change.
10003 (shell-command-default-error-buffer): Doc fix.
10004
10005 * dired.el (dired-view-file): Quote file name for
10006 dired-run-shell-command.
10007
10008 2002-06-29 Kim F. Storm <storm@cua.dk>
10009
10010 * kmacro.el: New file.
10011
10012 2002-06-28 John Wiegley <johnw@gnu.org>
10013
10014 * pcmpl-cvs.el: Added my name as the maintainer of this file.
10015
10016 2002-06-28 Andreas Schwab <schwab@suse.de>
10017
10018 * shell.el (explicit-bash-args): New user option.
10019
10020 2002-06-28 Kim F. Storm <storm@cua.dk>
10021
10022 * ido.el: New file.
10023
10024 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
10025
10026 * derived.el (define-derived-mode): Preserve the `mode-class' rather
10027 than the `special' symbol property.
10028 (derived-mode-class): Make it obsolete.
10029
10030 2002-06-27 Andreas Schwab <schwab@suse.de>
10031
10032 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
10033
10034 2002-06-27 Juanma Barranquero <lektu@terra.es>
10035
10036 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
10037 (meta-flag): Likewise.
10038
10039 * international/mule-util.el (string-to-sequence): Likewise.
10040
10041 * subr.el (char-bytes): Likewise.
10042 (make-local-hook): Likewise.
10043 (baud-rate): Remove redundant info from docstring.
10044
10045 * faces.el (frame-update-faces): Fix obsolescence declaration.
10046 (internal-get-face): Remove redundant info from docstring and
10047 fix obsolescence declaration.
10048
10049 * rect.el (move-to-column-force): Likewise.
10050
10051 * help-fns.el (describe-function-1): Use semicolon instead of dot.
10052 (describe-variable): Likewise.
10053
10054 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
10055
10056 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
10057 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
10058 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
10059 (mouse-wheel-follow-mouse): Change default to t.
10060 (mwheel-event-button): Return the basic event symbol.
10061 (mwheel-scroll): Work with non-mouse events.
10062 (mouse-wheel-mode): Use the new vars.
10063 (mwheel-install): Obey `uninstall'.
10064
10065 * term/xterm.el (function-key-map): Add some bindings.
10066
10067 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
10068 Rename from delay-uniquify-rationalize-file-buffer-names.
10069 Only rationalize if the buffer is under uniquify control.
10070 (uniquify-delayed-rationalize-file-buffer-names):
10071 Rename from delayed-uniquify-rationalize-file-buffer-names.
10072
10073 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10074
10075 * net/tramp.el (tramp-file-name-structure)
10076 (tramp-multi-file-name-hop-structure): Split for easier readability.
10077 (tramp-handle-make-symbolic-link): Use user/host/method/... from
10078 LINKNAME, not FILENAME.
10079 (tramp-handle-verify-visited-file-modtime):
10080 Call tramp-ange-ftp-file-name-p with right parameters.
10081 (tramp-handle-verify-visited-file-modtime): `insert' does not
10082 work for integers, convert them to strings first.
10083 (tramp-handle-ange-ftp): New function to perform setup for
10084 replacing Ange-FTP with Tramp.
10085 (tramp-repair-jka-compr): New function to factor out some
10086 previously top-level code. Call the function at top-level.
10087
10088 2002-06-27 Juanma Barranquero <lektu@terra.es>
10089
10090 * composite.el (decompose-composite-char): Fix docstring.
10091
10092 * faces.el (describe-face): Capitalize "not documented" message.
10093
10094 * help-fns.el (describe-variable): Likewise.
10095 (describe-function-1): Likewise. Also, document the obsolescence
10096 of the function, if applicable.
10097
10098 2002-06-26 Juanma Barranquero <lektu@terra.es>
10099
10100 * info.el (info-menu-5): Fix documentation.
10101 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
10102
10103 2002-06-26 Richard M. Stallman <rms@gnu.org>
10104
10105 * emacs-lisp/cl.el (values): Simplify definition.
10106
10107 * simple.el (shell-command): Match & only at end of whole command.
10108 (display-message-or-buffer): Don't use the echo area
10109 if output buffer is visible.
10110
10111 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
10112
10113 * progmodes/cperl-mode.el: Many trivial doc fixes.
10114 (cperl-non-problems): Definition deleted.
10115 (cperl-menu): Don't refer to cperl-non-problems.
10116 (cperl-word-at-point): Add doc string.
10117 (cperl-beautify-regexp-piece): Fix error message.
10118 (cperl-invert-if-unless): Fix error message.
10119
10120 * dired.el (dired-find-alternate-file): Mark as disabled.
10121
10122 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10123
10124 * net/tramp.el (tramp-ftp-method): New user option.
10125 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
10126 (with-parsed-tramp-file-name): New macro for the usual big `let'
10127 statement to dissect a file-name.
10128 (tramp-handle-make-symbolic-link, tramp-handle-load)
10129 (tramp-handle-file-name-directory)
10130 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
10131 (tramp-handle-file-truename, tramp-handle-file-directory-p)
10132 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
10133 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
10134 Use the new macro and forward call to Ange-FTP if applicable.
10135 (tramp-make-ange-ftp-file-name): New helper function to convert a
10136 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
10137 (tramp-default-method-alist): New user option.
10138 (tramp-find-default-method): Use it.
10139 (tramp-sh-extra-args): New variable.
10140 (tramp-find-shell): Use it.
10141 (tramp-open-connection-rsh): Support a kludgy feature for the
10142 "-p" option to ssh. If host name is given as "host#42", uses the
10143 "-p 42" option.
10144
10145 2002-06-25 Andreas Schwab <schwab@suse.de>
10146
10147 * replace.el (occur-1): Avoid invalid message format string.
10148
10149 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
10150
10151 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
10152 Check for `noruntime' even if the function has a known sig.
10153 (byte-compile-file, byte-compile-output-docform):
10154 Don't hard code point-min = 1.
10155
10156 * pcvs.el (cvs-parse-process): Don't save/restore point.
10157 Fix last change not to introduce spurious dir FIs.
10158 (cvs-move-to-goal-column): New function extracted from
10159 cvs-mode-previous-line.
10160 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
10161 (cvs-addto-collection): Use it to preserve point.
10162 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
10163
10164 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
10165 Don't require the first element to be modifier-free.
10166
10167 * pcvs-parse.el (cvs-parse-table):
10168 Handle `nothing known about' with more care.
10169
10170 * pcvs.el (cvs-fileinfo-kill): Remove.
10171 (cvs-parse-process): Add `old-fis' argument.
10172 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
10173
10174 * descr-text.el (describe-property-list): Make sure there's
10175 a space between the property name and its value.
10176 (describe-text-properties): Don't kill a pre-existing buffer.
10177
10178 * mwheel.el: Undo last patch from Stephen Gildea for now.
10179
10180 2002-06-24 Kim F. Storm <storm@cua.dk>
10181
10182 * emulation/keypad.el: Added :require 'keypad to defcustoms.
10183
10184 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
10185
10186 * subr.el (event-start, event-end, event-click-count):
10187 Accept non-mouse events as well.
10188 (read-key): New function.
10189 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
10190
10191 * files.el: Rename (and mark as obsolete)
10192 find-file-hooks to find-file-hook,
10193 find-file-not-found-hooks to find-file-not-found-functions,
10194 write-file-hooks to write-file-functions,
10195 write-contents-hooks to write-contents-functions.
10196 Mark local-write-file-hooks as obsolete.
10197 (locate-file-completion): Don't cons uselessly. Use test-completion.
10198 (basic-save-buffer): Use (point-min) rather than 1.
10199 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
10200
10201 * help-fns.el (describe-variable): Only use `buffer' is still live.
10202 Use `delete-region' instead of save-excursion + delete-char.
10203 Document the obsolescence of the variable, if applicable.
10204
10205 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10206
10207 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
10208 comment-auto-fill-only-comments.
10209
10210 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10211
10212 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
10213 This is not a handled operation.
10214
10215 2002-06-21 Kim F. Storm <storm@cua.dk>
10216
10217 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
10218 work again. Corrected error in check for C-u initiated prefix.
10219
10220 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
10221
10222 2002-06-21 Richard M. Stallman <rms@gnu.org>
10223
10224 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
10225 to browse-url-at-point.
10226
10227 * play/zone.el (zone-idle): Var deleted.
10228
10229 * international/iso-acc.el (iso-languages) <french>:
10230 `~ ' now generates `~', `~,' definition deleted.
10231
10232 * format.el (format-annotate-function): Copy multibyte flag
10233 and selective-display into the new temp buffer.
10234
10235 * edmacro.el (edmacro-fix-menu-commands):
10236 Discard `help-echo' events. Handle (menu-bar) events.
10237 Simplify by converting key sequence to a list and then back to vector.
10238
10239 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
10240
10241 * mwheel.el: Allow arbitrary keys for scrolling, add a third
10242 scrolling speed, fix an unwind-protect.
10243 (mouse-wheel-scroll-amount): Now a three-element list.
10244 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
10245 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
10246 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
10247 New functions.
10248
10249 2002-06-21 Andreas Schwab <schwab@suse.de>
10250
10251 * files.el (find-file-read-args): Add new argument `mustmatch' and
10252 pass it down to read-file-name.
10253 (find-file, find-file-other-window, find-file-other-frame)
10254 (find-file-read-only, find-file-read-only-other-window)
10255 (find-file-read-only-other-frame): Use it and fix prompts.
10256
10257 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
10260
10261 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
10262
10263 * progmodes/ada-mode.el: Update copyright notice.
10264 Synchronize with GNAT release 3.15a1.
10265 Do not attempt to load ada-support, which is only for compatibility
10266 with older Emacs versions, and is not needed for Emacs 21.
10267 Fix various calls to count-lines, that didn't work correctly when the
10268 buffer was narrowed.
10269 (ada-continuation-indent): New variable.
10270 (ada-contextual-menu): New entry "List local references", faster than
10271 "List References".
10272 (ada-mode): New alignment rules provided by S. Leake.
10273 Add support for which-function-mode.
10274 (ada-get-current-indent): Fix indentation of named parameter lists and
10275 nested boolean expressions.
10276 (ada-indent-on-previous-lines): Fix indentation of labels.
10277 (ada-search-prev-end-stmt): Fix searching of the previous
10278 end-statement, specially with regards to nested subprograms.
10279 (comment-region advice): Initially disabled, for better compatibility
10280 with other modes.
10281 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
10282
10283 * progmodes/ada-xref.el: Update copyright notice.
10284 (ada-xref-create-ali): The default is now not to create automatically
10285 the ALI files by compiling the unit, since this isn't always reliable
10286 and requires an up-to-date project file.
10287 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
10288 a file, but use gnatmake instead, since this gives access to the GNAT
10289 project files.
10290 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
10291 (ada-load-project-hook): New variable, for support of GNAT
10292 project files.
10293 (ada-update-project-menu): Fix the detection of the project file name.
10294 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
10295 with another binding in ada-mode.el.
10296 (ada-add-menu): New menu "List Local References", to list the reference
10297 to the entity only in the current file, instead of looking in the whole
10298 project. Much faster.
10299 (ada-find-references): New parameters arg and local-only.
10300 (ada-find-any-references): New parameters local-only and append.
10301 (ada-goto-declaration): Fix handling of predefined entities in xref.
10302 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
10303 still compatible with GNAT 3.14 of course. Fix various calls to
10304 count-lines, that didn't work correctly when the buffer was narrowed.
10305
10306 * progmodes/ada-prj.el: Update copyright.
10307 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
10308 21 dialogs to select the file, since we want a directory name only.
10309 (ada-customize): Add support for the new GNAT project files.
10310
10311 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
10312
10313 * progmodes/etags.el (tag-implicit-name-match-p): New function.
10314 (etags-recognize-tags-table): Use it for implicit tag names.
10315
10316 2002-06-20 Miles Bader <miles@gnu.org>
10317
10318 * comint.el (comint-get-old-input-default): Strip text properties
10319 for fields too.
10320
10321 * comint.el (comint-output-filter): Run output-filter functions
10322 before setting up the prompt.
10323
10324 * international/characters.el: Re-enable code giving word syntax
10325 to certain japanese-jisx0208 characters.
10326
10327 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10328
10329 * progmodes/f90.el (f90-type-def-re): Fix value.
10330 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
10331
10332 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
10333
10334 * international/quail.el (quail-help): Don't assume the buffer
10335 is displayed in the same frame.
10336
10337 * emacs-lisp/debug.el (cancel-debug-on-entry):
10338 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
10339
10340 * pcvs.el (cvs-vc-command-advice): Handle the case where args
10341 are passed to `cvs' before the command name.
10342 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
10343
10344 * pcvs-info.el (cvs-add-face): Minor rewrite.
10345 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
10346
10347 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
10348 regexp when they don't match comment-foo any more.
10349
10350 2002-06-18 Juanma Barranquero <lektu@terra.es>
10351
10352 * filesets.el (filesets-update-pre010505): Fix typo.
10353
10354 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
10355
10356 * emulation/edt.el (edt-substitute): Fix typo.
10357
10358 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
10359
10360 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
10361
10362 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
10363
10364 2002-06-17 Richard M. Stallman <rms@gnu.org>
10365
10366 * facemenu.el (facemenu-map): Rename to Describe Text
10367 to Describe Properties and use describe-text-properties.
10368
10369 * simple.el (what-cursor-position): Use describe-char.
10370
10371 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
10372 from describe-char-after. Now calls describe-text-properties.
10373 (describe-property-list): Renamed from describe-text-properties.
10374 (describe-text-properties): Renamed from describe-text-at.
10375 New arg OUTPUT-BUFFER.
10376 (describe-text-properties-1):
10377 New subroutine, broken out from describe-text-properties.
10378 Output a newline before each section of the output.
10379
10380 * international/mule-diag.el (describe-char-after):
10381 Moved to descr-text.el.
10382
10383 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
10384
10385 * international/mule.el (ctext-pre-write-conversion): Fix the values
10386 of FROM and TO if we create a new buffer.
10387
10388 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
10389
10390 * comint.el (comint-insert-clicked-input): Insert clicked-on
10391 previous input without properties.
10392
10393 2002-06-16 Andrew Choi <akochoi@shaw.ca>
10394
10395 * term/mac-win.el (scalable-fonts-allowed): Set to t.
10396
10397 2002-06-15 Colin Walters <walters@debian.org>
10398
10399 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
10400 Delete defvars.
10401 (cvs-highlight): Delete.
10402 (cvs-add-face): Use `font-lock-face'. Always add properties.
10403
10404 * ibuffer.el (ibuffer-movement-cycle): New variable.
10405 (ibuffer-backward-line, ibuffer-forward-line): Use it.
10406
10407 2002-06-15 Richard M. Stallman <rms@gnu.org>
10408
10409 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
10410 (batch-byte-recompile-directory): Undo previous change.
10411
10412 * comint.el (comint-skip-input): New function.
10413 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
10414 (comint-stop-subjob): Use comint-skip-input.
10415
10416 * ielm.el (ielm-eval-input): Use error-message-string.
10417 (ielm-format-error, ielm-format-errors): Functions deleted.
10418
10419 2002-06-14 Kim F. Storm <storm@cua.dk>
10420
10421 * progmodes/compile.el (grep-tree): Doc fixes.
10422 Added SUBDIRS arg for non-interactive use.
10423
10424 2002-06-14 Juanma Barranquero <lektu@terra.es>
10425
10426 * comint.el (comint-snapshot-last-prompt):
10427 Bind `inhibit-read-only' to t to support read-only prompts.
10428 (comint-output-filter): Likewise.
10429
10430 2002-06-14 Miles Bader <miles@gnu.org>
10431
10432 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
10433 (pop): Move the call to `car' outside the prog1, as the compiler
10434 then generates better code.
10435
10436 2002-06-13 Richard M. Stallman <rms@gnu.org>
10437
10438 * play/zone.el (zone-timer): New variable holds the idle timer.
10439 (zone): Don't fiddle with the idle timer at all.
10440 (zone-when-idle): Put the idle timer in zone-timer.
10441 If one is already set up, cancel it and make a new one.
10442 (zone-leave-me-alone): Likewise.
10443
10444 2002-06-13 Jason Rumney <jasonr@gnu.org>
10445
10446 * w32-fns.el (w32-charset-info-alist): Reorder.
10447
10448 2002-06-13 Andreas Schwab <schwab@suse.de>
10449
10450 * files.el (auto-mode-alist): Move entry for ".in" to the end.
10451
10452 2002-06-13 Miles Bader <miles@gnu.org>
10453
10454 * comint.el (comint-mode): Don't set `font-lock-defaults'.
10455 (comint-mode-hook): Turn on font-lock by default.
10456
10457 2002-06-12 Karl Fogel <kfogel@red-bean.com>
10458
10459 * bookmark.el (bookmark-file-or-variation-thereof):
10460 Restore vc-backend check, thanks to Robert Thorpe for noticing.
10461
10462 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
10463
10464 * textmodes/bibtex.el: Change the maintainer to "none".
10465
10466 2002-06-12 Juanma Barranquero <lektu@terra>
10467
10468 * term/w32-win.el (x-handle-switch): Fix handling of
10469 x-invocation-args for switches with arguments.
10470
10471 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
10472
10473 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
10474 without first making sure it's bound.
10475
10476 2002-06-12 Richard M. Stallman <rms@gnu.org>
10477
10478 * info.el (Info-fontify-node): Compute header line specially
10479 if node has no next, previous or up links.
10480 Hide the part of the first line that is used in the header.
10481 Use Info-next-link-keymap, etc.
10482 (Info-next-link-keymap, Info-prev-link-keymap)
10483 (Info-up-link-keymap): New variables.
10484
10485 * international/mule-diag.el (describe-char-after): Doc fix.
10486
10487 * view.el (view-mode-enter): Clarify echo area message.
10488
10489 * info.el (Info-select-node): Turn header line on or off here.
10490 (Info-setup-header-line): Function deleted.
10491 (Info-mode): Make Info-header-line local.
10492 (Info-fontify-node): Ignore Info-use-header-line.
10493 Unconditionally compute what the header line should be, and
10494 store it on the `header-line' property of the node's first char.
10495 Bind [header-line down-mouse-1].
10496 Use `keymap' property, not `local-map'.
10497 Bind [mouse-2] for mouse clicks on the node line in the text.
10498
10499 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
10500
10501 2002-06-12 Miles Bader <miles@gnu.org>
10502
10503 * comint.el (comint-send-input): Properly handle empty and
10504 no-newline input regions.
10505
10506 2002-06-12 Colin Walters <walters@gnu.org>
10507
10508 * calc/calc.el: Use `when', `unless'.
10509 (calc-trail-mode): Use an italic `font-lock-face'.
10510 (calc-refresh): Ditto.
10511
10512 2002-06-12 Colin Walters <walters@debian.org>
10513
10514 * font-core.el (font-lock-core-only): Variable deleted.
10515 All uses removed.
10516 (font-lock-set-defaults): Variable alist settings moved back into
10517 font-lock-set-defaults-1.
10518 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
10519 is specifically excluded by the user.
10520
10521 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
10522
10523 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
10524
10525 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
10526
10527 * info.el (Info-mode): Don't set `font-lock-defaults'.
10528
10529 * replace.el (occur-mode): Don't set `font-lock-defaults'.
10530
10531 * help-mode.el (help-highlight-p, help-highlight-face):
10532 Variable was unused; delete.
10533 (help-make-xrefs): Doc fix.
10534
10535 2002-06-11 Richard M. Stallman <rms@gnu.org>
10536
10537 * format.el (format-alist): Document new element PRESERVE.
10538 (format-write-file): Implement PRESERVE elt for a format.
10539
10540 * files.el (make-auto-save-file-name): Rename local `filename' to
10541 `file-name'.
10542
10543 2002-06-10 Richard M. Stallman <rms@gnu.org>
10544
10545 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
10546 (ebrowse-copy-list): Function deleted.
10547
10548 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
10549
10550 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
10551
10552 * eshell/esh-util.el (eshell-copy-list): Function deleted.
10553 (eshell-sublist): Use copy-sequence.
10554 (eshell-copy-tree): Make it an alias for copy-tree.
10555
10556 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
10557
10558 * subr.el (copy-list): Moved to cl.el.
10559 (copy-tree): Don't use copy-list or cl-pop.
10560
10561 2002-06-10 Miles Bader <miles@gnu.org>
10562
10563 Make comint use text properties for highlighting instead of overlays:
10564 * comint.el (comint-last-output-overlay): Variable removed.
10565 (comint-send-input, comint-output-filter): Use text properties
10566 instead of overlays.
10567 (comint-insert-clicked-input): Rewrite to work with text
10568 properties as well as overlays
10569 (comint-snapshot-last-prompt): Snapshot using text properties.
10570 (comint-get-old-input-default, comint-extract-string): Don't copy
10571 text properties.
10572
10573 * simple.el (line-move-finish): Inhibit field motion when
10574 computing `line-end'.
10575
10576 * files.el (revert-buffer): Correct typo: variable name is
10577 `buffer-file-format', not `buffer-file-formats'.
10578
10579 * comint.el (comint-send-input, comint-output-filter): Use the
10580 `font-lock-face' property instead of `face'. Don't check the
10581 highlight-enabling variables anymore.
10582 (comint-highlight-input, comint-highlight-prompt): Variables removed.
10583
10584 * faces.el (display-supports-face-attributes-p): New function.
10585 (face-spec-set-match-display): Support `supports' predicate.
10586 (italic): Try underlining for displays that don't support real italics.
10587 * cus-edit.el (custom-display): Add support for `supports' predicate.
10588 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
10589 instead of 8-bit, for consistency with the rest of emacs.
10590 (tty-color-canonicalize): Only copy COLOR if we need to change it.
10591 (tty-color-approximate): Scale values from `color-name-rgb-alist'
10592 appropriately. Return the whole color description, rather than
10593 just the RGB values.
10594 (tty-color-standard-values): New function. Code mostly taken from
10595 `tty-color-translate'.
10596 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
10597 do all the work.
10598 (tty-color-desc): Do color lookup here instead of calling
10599 `tty-color-translate' and `tty-color-by-index'; this is now the
10600 main place to do it.
10601
10602 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10603
10604 * progmodes/cc-style.el (c-set-style, c-set-style-1):
10605 Add another state for the `dont-override' flag where it only keeps
10606 globally set variables.
10607
10608 2002-06-08 Colin Walters <walters@gnu.org>
10609
10610 * descr-text.el (describe-text-properties): Sort the output by the
10611 size of the values. Put `font-lock-face' property on property names.
10612 (toplevel): Provide `descr-text'.
10613
10614 * international/mule-diag.el (describe-char-after): When there are
10615 text properties, require `descr-text', and just call
10616 `describe-text-properties'.
10617
10618 * international/mule.el (sgml-html-meta-auto-coding-function):
10619 New function.
10620 (auto-coding-from-file-contents): Delete; merge functionality into
10621 `set-auto-coding'.
10622 (set-auto-coding): Move tests from `auto-coding-functions' so that
10623 they have a lower priority than coding: tags.
10624 Put `auto-coding-regexp-alist' tests before coding: tag tests.
10625 (sgml-xml-auto-coding-function): Simply `intern' the match, and
10626 test if it's a valid coding system.
10627 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
10628
10629 2002-06-08 Colin Walters <walters@verbum.org>
10630
10631 * subr.el (copy-list): Moved here from cl.el.
10632 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
10633
10634 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
10635 subr.el. Add a defalias with the old name.
10636
10637 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
10638
10639 * replace.el (occur-mode): Don't set up categories. Do set
10640 `font-lock-defaults', and be sure to set `font-lock-core-only'.
10641 (occur-1): Pass `list-matching-lines-face' and
10642 `list-matching-lines-buffer-name-face'.
10643 (occur-engine): Use `font-lock-face' instead of categories.
10644
10645 * info.el (Info-mode): Don't set up categories. Do set
10646 `font-lock-defaults', and be sure to set `font-lock-core-only'.
10647 (Info-fontify-menu-headers): Use `font-lock-face' instead of
10648 categories.
10649 (Info-fontify-node): Ditto.
10650
10651 * ibuffer.el (ibuffer-category-alist): Delete.
10652 (ibuffer-get-category): Delete.
10653 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
10654 of categories.
10655 (ibuffer-compile-format): Don't treat `name' category specially.
10656 (ibuffer-column name): Use `font-lock-face'.
10657 (filename-and-process): Ditto.
10658 (ibuffer-buffer-name-category): Renamed to
10659 `ibuffer-buffer-name-face'. Don't use categories.
10660 (ibuffer-update-title-and-summary): Use `font-lock-face'.
10661 (ibuffer-insert-filter-group): Ditto.
10662 (ibuffer-mode): Don't set up categories. Do set
10663 `font-lock-defaults', and be sure to set `font-lock-core-only'.
10664 (ibuffer-compile-format): Don't pass third argument
10665 to column functions.
10666 (filename-and-process): Ditto.
10667
10668 * ibuf-macs.el (define-ibuffer-column): Don't create a third
10669 argument for the generated function.
10670
10671 * font-core.el (font-lock-category-alist): Delete.
10672 (turn-on-font-lock-if-enabled): Don't use it.
10673 (font-lock-symbol-category-alist): Delete.
10674 (font-lock-default-function): Use new `char-property-alias-alist'
10675 to make `font-lock-face' an alias for `face' when font-lock mode
10676 is enabled.
10677 (font-lock-core-only): New variable.
10678 (font-lock-set-defaults): Use it.
10679
10680 2002-06-08 Richard M. Stallman <rms@gnu.org>
10681
10682 * files.el (find-file-noselect-1): Undo previous change.
10683
10684 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
10685
10686 2002-06-07 Karl Fogel <kfogel@red-bean.com>
10687
10688 * bookmark.el (bookmark-file-or-variation-thereof): Just use
10689 Info-suffix-list, as suggested by Stefan Monnier.
10690
10691 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
10692
10693 * select.el (xselect-convert-to-string): If VALUE is a string,
10694 return a cons of TYPE and the string.
10695
10696 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10697
10698 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
10699 Fix the table to contain correct characters.
10700
10701 2002-06-04 Richard M. Stallman <rms@gnu.org>
10702
10703 * simple.el: Don't require cl.
10704
10705 2002-06-03 Richard M. Stallman <rms@gnu.org>
10706
10707 * dired.el (dired-do-shell-command): Doc fix in autoload.
10708
10709 * info.el (Info-extract-pointer): Ignore Info-header-line.
10710
10711 * progmodes/cc-mode.el (c-postprocess-file-styles):
10712 Do nothing except in CC modes.
10713
10714 * international/mule-cmds.el (select-safe-coding-system):
10715 When computing auto-cs, narrow to FROM...TO.
10716 Put save-excursion outside save-restriction.
10717 New arg FILE; use that for set-auto-coding.
10718
10719 2002-06-01 Richard M. Stallman <rms@gnu.org>
10720
10721 * simple.el (choose-completion-string-functions): Doc fix.
10722 (choose-completion-string): Add doc string.
10723
10724 2002-06-01 Kim F. Storm <storm@cua.dk>
10725
10726 * simple.el: Reworked previous change.
10727 (choose-completion-string1): Merged back into choose-completion-string.
10728 (choose-completion-string): Run choose-completion-string-functions
10729 after checking for proper minibuffer window. Added mini-p arg to
10730 the hook functions. Insert choice if all hook functions return nil.
10731 (choose-completion-string-functions): Doc update.
10732
10733 2002-06-01 Sam Steingold <sds@gnu.org>
10734
10735 * files.el (auto-mode-alist): Strip trailing ".in" from the file
10736 name when deciding the mode (for config.h.in, Makefile.in etc).
10737
10738 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
10739
10740 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
10741 ?/ and ?* entries to support /* */ style comments.
10742 (prolog-font-lock-keywords): New var.
10743 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
10744
10745 2002-06-01 Kim F. Storm <storm@cua.dk>
10746
10747 * simple.el (choose-completion-string-functions): New special hook.
10748 (choose-completion-string1): Renamed from choose-completion-string.
10749 (choose-completion-string): Run choose-completion-string-functions
10750 until success, and only call choose-completion-string1 if it fails.
10751
10752 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
10753
10754 * textmodes/ispell.el (autoloaded toplevel): Don't use
10755 ispell-library-directory without checking that it's bound.
10756
10757 2002-05-31 Kim F. Storm <storm@cua.dk>
10758
10759 * emulation/cua-base.el (cua--last-deleted-region-pos)
10760 (cua--last-deleted-region-text): New aux variables.
10761 (cua-delete-region): Set them.
10762 (cua-repeat-replace-region): Use them to find the replacement text.
10763
10764 2002-05-31 Juanma Barranquero <lektu@terra.es>
10765
10766 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
10767 Fix typos.
10768
10769 2002-05-31 Kim F. Storm <storm@cua.dk>
10770
10771 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
10772 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
10773 New custom variables.
10774 (grep-compute-defaults): Compute grep-tree-command's default value.
10775 (grep-expand-command-macros): New aux function.
10776 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
10777 (grep-tree): New command like grep-find but extended prompting.
10778
10779 2002-05-30 Richard M. Stallman <rms@gnu.org>
10780
10781 * files.el (find-file-default): Add defvar for var already used.
10782
10783 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
10784
10785 * subr.el (open-network-stream, open-network-stream-nowait)
10786 (open-network-stream-server, process-kill-without-query):
10787 Moved from simple.el.
10788
10789 * simple.el (open-network-stream, open-network-stream-nowait)
10790 (open-network-stream-server, process-kill-without-query):
10791 Moved to subr.el.
10792
10793 * simple.el (byte-compiling-files-p): Function deleted.
10794
10795 * textmodes/ispell.el (ispell-library-directory): Renamed from
10796 ispell-library-path. If Ispell is not installed, init to nil.
10797 (check-ispell-version): Doc fix.
10798 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
10799 initialize this unconditionally when ispell-menu-map-needed is t.
10800 Local `path' renamed to `dir'.
10801
10802 2002-05-30 Miles Bader <miles@gnu.org>
10803
10804 * calc/calc.el (calc-show-banner): New variable.
10805 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
10806 (calc-mode-var-list): Add `calc-show-banner'.
10807 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
10808 (calc-toggle-banner): New function.
10809 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
10810
10811 2002-05-29 Richard M. Stallman <rms@gnu.org>
10812
10813 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
10814 When recognizing a def... construct, make that indentation
10815 tentative, so that it can be overridden if the list in question
10816 is not actually an expression.
10817 (common-lisp-indent-call-method): New subroutine.
10818
10819 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10820 Delete the output file if we get a file-error.
10821
10822 * tooltip.el (tooltip-mouse-motions-active): New variable.
10823 (tooltip-activate-mouse-motions): Don't kill track-mouse local
10824 if it was not made by us.
10825
10826 * mouse.el (mouse-set-font): Avoid misleading error message
10827 if user makes no selection.
10828
10829 * info.el (Info-setup-header-line): Don't hide the links line.
10830
10831 * files.el (find-file-noselect-1): Return the buffer we created
10832 even if it has been killed within `after-find-file'.
10833
10834 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
10835
10836 2002-05-29 Kim F. Storm <storm@cua.dk>
10837
10838 * simple.el (open-network-stream-server): Pass on optional args
10839 sentinel and filter to make-network-process (from Luke Gorrie).
10840
10841 2002-05-28 Colin Walters <walters@gnu.org>
10842
10843 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
10844
10845 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
10846 (byte-compile-delete-first): New function.
10847 (byte-compile-read-position): New variable.
10848 (byte-compile-last-position): New variable.
10849 (byte-compile-current-buffer): New variable.
10850 (byte-compile-log-1): Use it.
10851 (byte-compile-set-symbol-position): New function.
10852 (byte-compile-obsolete, byte-compile-callargs-warn)
10853 (byte-compile-arglist-warn, byte-compile-arglist-warn)
10854 (byte-compile-print-syms, byte-compile-file-form-defmumble)
10855 (byte-compile-check-lambda-list, byte-compile-lambda)
10856 (byte-compile-form, byte-compile-variable-ref)
10857 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
10858 (byte-compile-condition-case, byte-compile-defun)
10859 (byte-compile-defvar, byte-compile-autoload)
10860 (byte-compile-lambda-form): Use it.
10861 (byte-compile-from-buffer): Set it, and bind
10862 `read-with-symbol-positions' and `read-symbol-positions-list'.
10863
10864 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
10865
10866 2002-05-28 Kim F. Storm <storm@cua.dk>
10867
10868 * files.el (read-directory-name): New function.
10869 (cd): Use it instead of read-file-name.
10870
10871 2002-05-27 Kim F. Storm <storm@cua.dk>
10872
10873 * simple.el (push-mark-command): Added optional NOMSG arg.
10874
10875 * emulation/cua-base.el (cua-set-mark): Align pop to mark
10876 behaviour with standard set-mark-command.
10877 (cua--pre-command-handler): Use push-mark-command.
10878 (cua-repeat-replace-region): Improve functionality when
10879 repeated after moving point or changing buffer.
10880
10881 2002-05-26 Colin Walters <walters@verbum.org>
10882
10883 * startup.el (command-line): Use `when', `unless'.
10884 (command-line-1): New argument "--nosplash". Handle it.
10885
10886 * startup.el (inhibit-splash-screen): New variable alias for
10887 `inhibit-startup-message'.
10888
10889 * replace.el (perform-replace): Document return value. Use `pop'.
10890
10891 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10892
10893 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
10894 and slightly changed behaviour, for `f90-previous-block-start' and
10895 `f90-next-block-end'.
10896 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
10897
10898 2002-05-26 Simon Josefsson <jas@extundo.com>
10899
10900 * fringe.el (set-fringe-mode): Work when updating
10901 `default-frame-alist'.
10902
10903 2002-05-26 Kim F. Storm <storm@cua.dk>
10904
10905 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
10906 (cua-repeat-replace-region): New command.
10907 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
10908 Misc improvements to the commentary.
10909
10910 2002-05-26 Simon Josefsson <jas@extundo.com>
10911
10912 * fringe.el (fringe-query-style): New fringe style "minimal".
10913
10914 2002-05-24 Simon Josefsson <jas@extundo.com>
10915
10916 * rot13.el (rot13-translate-table): New variable.
10917 (rot13, rot13-string, rot13-region): New functions.
10918
10919 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
10920
10921 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
10922 of wrong anchoring, e.g. for else-if compounds.
10923
10924 2002-05-25 Miles Bader <miles@gnu.org>
10925
10926 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
10927 (menu-bar-showhide-fringe-menu-customize-right)
10928 (menu-bar-showhide-fringe-menu-customize-disable):
10929 Use proper calling convention for `customize-set-value'.
10930 Require `fringe' before setting variable.
10931
10932 2002-05-25 Kim F. Storm <storm@cua.dk>
10933
10934 * emulation/cua-base.el (cua--self-insert-char-p): New function.
10935
10936 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
10937 binding in cua--global-mark-keymap using cua--self-insert-char-p
10938 to handle all global self inserting characters in gmark mode.
10939
10940 * emulation/cua-rect.el (cua--init-rectangles): Install default
10941 binding in cua--rectangle-keymap using cua--self-insert-char-p
10942 to handle all global self inserting characters in rectangle mode.
10943
10944 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
10945
10946 * net/ange-ftp.el (read-file-name-internal): Remove the
10947 `ange-ftp' property.
10948 (ange-ftp-real-read-file-name-internal): Remove.
10949
10950 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10951
10952 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
10953 `forward-line'.
10954 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
10955 (f90-previous-block-start): New navigation commands.
10956
10957 2002-05-20 Simon Josefsson <jas@extundo.com>
10958
10959 * fringe.el: New file.
10960
10961 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
10962 (menu-bar-showhide-fringe-menu): New menu.
10963 (menu-bar-showhide-menu): Add Fringe sub-menu.
10964
10965 2002-05-23 Colin Walters <walters@verbum.org>
10966
10967 * replace.el (occur-engine): Include all text properties except
10968 mouse-face on the newline at the end of occurences.
10969
10970 2002-05-23 Kim F. Storm <storm@cua.dk>
10971
10972 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
10973 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
10974 (apropos-command, apropos-value, apropos-documentation-internal)
10975 (apropos-documentation-check-doc-file)
10976 (apropos-documentation-check-elc-file): Use them to filter out
10977 false matches where only one keyword matches, but more than once.
10978
10979 * apropos.el (apropos-show-scores, apropos-orig-regexp)
10980 (apropos-all-regexp, apropos-synonyms, apropos-words)
10981 (apropos-all-words): New variables.
10982 (aprpos-words-to-regexp, apropos-rewrite-regexp)
10983 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
10984 (apropos-score-symbol): New functions.
10985 (apropos-command, apropos, apropos-value, apropos-documentation):
10986 Allow keywords in addition to regexp. Added scoring.
10987 (apropos-documentation-check-doc-file)
10988 (apropos-documentation-check-elc-file): Added scoring.
10989 (apropos-print): Sort according to score.
10990
10991 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
10992
10993 * info.el (Info-mode-hook): Change `font-lock-mode' to
10994 `turn-on-font-lock'.
10995
10996 * font-core.el (font-lock-function): New variable.
10997 (font-lock-default-function): New function, created from
10998 `font-lock-mode'.
10999 (font-lock-mode): Just funcall `font-lock-function'.
11000 (font-lock-symbol-category-alist): New variable.
11001
11002 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
11003
11004 * files.el (file-newest-backup): Use file-name-sans-versions.
11005
11006 * diff.el (diff-latest-backup-file): Replace the main code by
11007 a call of file-newest-backup.
11008
11009 2002-05-22 Mike Williams <mdub@bigfoot.com>
11010
11011 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
11012 the buffer.
11013
11014 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
11015
11016 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
11017 the last patch works around the wu-ftpd misfeature that prompted
11018 the disabling of this optimization.
11019
11020 2002-05-21 Colin Walters <walters@gnu.org>
11021
11022 * international/mule.el (make-coding-system): Doc fixes.
11023
11024 * international/mule.el (auto-coding-functions): New variable.
11025 (auto-coding-from-file-contents): Use it.
11026 (set-auto-coding): Update docs.
11027 (sgml-xml-auto-coding-function): New function.
11028
11029 * international/mule-util.el (truncate-string-to-width):
11030 New optional argument `ellipsis'. Add commented-out test suite, and
11031 change coding to iso-2022-7bit.
11032
11033 2002-05-21 Colin Walters <walters@verbum.org>
11034
11035 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
11036 (font-lock-multiline, font-lock-fontified, font-lock-mode)
11037 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
11038 (font-lock-global-modes): Moved to font-core.el.
11039 (font-lock-set-defaults-1): Partially moved to font-core.el.
11040
11041 * font-core.el: New file, with functions taken from font-lock.el.
11042 (font-lock-category-alist): New variable.
11043 (font-lock-mode): Use it.
11044 (font-lock-set-defaults): Partially taken from font-lock.el.
11045 Only load font-lock.el when necessary.
11046
11047 * loadup.el: Add font-core.el.
11048
11049 * replace.el (occur-mode-hook): New variable.
11050 (occur-fontify-region-function): Deleted.
11051 (occur-mode): Don't use it. Set up `font-lock-category-alist'
11052 instead.
11053 (occur-fontify-on-property): Deleted.
11054 (occur-engine): Use categories from `font-lock-category-alist'.
11055
11056 * info.el (Info-fontify): Deleted.
11057 (Info-select-node): Don't use it.
11058 (Info-mode-hook): New variable.
11059 (Info-mode): Set up categories.
11060 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
11061
11062 * ibuffer.el (ibuffer-formats): Update docs.
11063 (ibuffer-category-alist): New variable.
11064 (ibuffer-get-category): New function.
11065 (ibuffer-compile-make-eliding-form): Use category property instead
11066 of face.
11067 (ibuffer-compile-format): Pass current ibuffer buffer to column
11068 functions too.
11069 (ibuffer-buffer-name-category): New function.
11070 (ibuffer-compile-format): If the current column is a `name'
11071 column, figure out the appropriate category to put on it.
11072 (filename-and-process): Use category property.
11073 (ibuffer-fontify-region-function): Deleted.
11074 (ibuffer-unfontify-region-function): Deleted.
11075 (ibuffer-update-title-and-summary): Use category properties.
11076 (ibuffer-insert-filter-group): Ditto.
11077 (ibuffer-mode): Set up category properties.
11078
11079 2002-05-21 Colin Walters <walters@debian.org>
11080
11081 * replace.el (occur-engine): Increment globalcount all at once
11082 after searching a buffer.
11083 (occur-mode-map): Don't escape plain "o".
11084
11085 * ibuf-macs.el (define-ibuffer-column): Add third argument
11086 `ibuffer-buf'.
11087
11088 * ibuffer.el (toplevel): Require font-lock, to get the face
11089 definitions.
11090 (ibuffer-use-fontification): Deleted.
11091 (column filename-and-process): New column.
11092 (ibuffer-formats): Use it by default.
11093 (ibuffer-name-map, ibuffer-mode-name-map)
11094 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
11095 (ibuffer-do-save, ibuffer-do-toggle-modified)
11096 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
11097 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
11098 (ibuffer): New optional argument `formats'.
11099
11100 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
11101
11102 * indent.el (indent-rigidly): Mention how to remove all indentation.
11103
11104 2002-05-21 Colin Walters <walters@gnu.org>
11105
11106 * international/mule-diag.el (describe-char-after): Order display
11107 of text properties by the size of their value, for clarity.
11108
11109 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
11110
11111 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
11112 (ange-ftp-file-name-completion): Don't cons unnecessarily.
11113 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
11114
11115 * wid-edit.el (widget-color-complete):
11116 * progmodes/etags.el (tags-complete-tags-table-file):
11117 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
11118
11119 * textmodes/outline.el (outline-reveal-toggle-invisible):
11120 Reverse the meaning of the second arg.
11121
11122 * reveal.el (reveal-post-command): Reverse the semantics of
11123 reveal-toggle-invisible and support isearch-open-invisible-temporary.
11124
11125 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
11126
11127 * mail/sendmail.el (mail-recover-1): Remove (debug).
11128 (mail-signature): Fix :type.
11129 (mail-default-directory): New user option.
11130 (mail, mail-recover): Use that option.
11131
11132 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11133
11134 * international/mule.el (auto-coding-alist): Use emacs-mule
11135 for auto-save files.
11136
11137 2002-05-20 Miles Bader <miles@gnu.org>
11138
11139 * files.el (find-file-read-args): Don't trash existing value of
11140 `minibuffer-setup-hook', just add our hook to it.
11141
11142 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
11143
11144 * international/ucs-tables.el (unify-8859-on-encoding-mode)
11145 (unify-8859-on-decoding-mode): Change :version attributes to strings.
11146
11147 * simple.el (yank-excluded-properties): Change :version attribute
11148 to a string.
11149
11150 * dired.el (dired-view-command-alist): Change :version attribute
11151 to a string.
11152
11153 * xscheme.el (xscheme-start-hook): Change :version attribute to a
11154 string.
11155
11156 * find-dired.el (find-dired): Implement revert-buffer-function.
11157
11158 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
11159
11160 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11161
11162 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
11163 (f90-get-present-comment-type): Fix earlier change.
11164 (f90-comment-indent): Doc fix.
11165 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
11166 (f90-looking-at-if-then): Remove lets.
11167 (f90-looking-at-where-or-forall): Handle if split over lines.
11168 (f90-change-keywords): Doc fix.
11169
11170 2002-05-19 Richard M. Stallman <rms@gnu.org>
11171
11172 * indent.el (indent-region): Make COLUMN arg optional.
11173
11174 * files.el (find-file-read-args): New function.
11175 (find-file, find-file-other-window, find-file-other-frame)
11176 (find-file-read-only, find-file-read-only-other-window)
11177 (find-file-read-only-other-frame): Use it.
11178
11179 * custom.el (custom-load-symbol): Verify that LOADED is a string.
11180
11181 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
11182 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11183 (archive-zip-update-case): Use locate-file to decide whether
11184 to use pkzip.
11185 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
11186
11187 * files.el (locate-file): Doc fix.
11188
11189 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
11190
11191 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
11192 as an option.
11193
11194 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
11195
11196 * uniquify.el (uniquify-rationalize-file-buffer-names):
11197 Always strip the trailing / even if the file is not a directory.
11198
11199 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
11200
11201 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
11202 initialization in the defvar.
11203 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
11204 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
11205 (f90-font-lock-4): Move the doc strings.
11206 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
11207 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
11208 (f90-mode-abbrev-table): Initialize in the defvar, with
11209 define-abbrev-table.
11210
11211 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
11212
11213 * tar-mode.el (tar-octal-time): Fix last change.
11214
11215 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
11216
11217 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
11218 (report-emacs-bug): Store the prompt in
11219 `report-emacs-bug-text-prompt'. Move Configuration/Important
11220 settings information after the user's report.
11221 (report-emacs-bug-hook): Unclutter by deleting the content of
11222 `report-emacs-bug-text-prompt'.
11223
11224 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
11225
11226 * forms.el (forms-jump-record, forms-insert-record)
11227 (forms-delete-record): Calculate lines from the beginning of the
11228 accessible portion rather than from the beginning of the buffer.
11229
11230 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
11233 possibly missing encode-char.
11234 (ps-mule-font-info-database-bdf): Add associations for Unicode
11235 fonts. Doc fix.
11236 (ps-mule-font-info-database-ps-bdf): Doc fix.
11237 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
11238
11239 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
11240
11241 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
11242
11243 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11244 Find funs defined with defun-cvs-mode.
11245 (find-function-space-re): New const. Skips comments as well.
11246 (find-function-regexp, find-variable-regexp): Use it.
11247
11248 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
11249 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
11250 (cvs-mode-set-flags): Don't cons unnecessarily.
11251
11252 2002-05-16 Colin Walters <walters@debian.org>
11253
11254 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
11255 "Simple Calculator".
11256 (menu-bar-tools-menu) <calc>: New.
11257
11258 2002-05-16 Juanma Barranquero <lektu@terra.es>
11259
11260 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
11261
11262 * filesets.el (filesets-ormap): Fix typo.
11263
11264 * faces.el (describe-face): Fix typo.
11265
11266 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
11267
11268 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
11269 Don't treat (lambda () ...) as an expression.
11270
11271 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
11272
11273 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
11274
11275 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11276
11277 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
11278
11279 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
11280
11281 * progmodes/fortran.el (fortran-directive-re): New name for
11282 fortran-preprocessor-re. All usage updated.
11283 (fortran-calculate-indent): Give directives zero indentation.
11284
11285 2002-05-14 Jason Rumney <jasonr@gnu.org>
11286
11287 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
11288 displayed text and internal name as string.
11289
11290 2002-05-14 Kim F. Storm <storm@cua.dk>
11291
11292 * emulation/cua-rect.el (cua--rectangle-operation):
11293 Don't highlight empty lines in rectangles.
11294
11295 * emulation/keypad.el: Improved commentary.
11296 (keypad-setup, keypad-shifted-setup): Added choice to setup
11297 Numeric keypad with decimal key; value is selected character.
11298 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
11299 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
11300 (keypad-setup): Arg list changed to support the new options.
11301
11302 2002-05-14 Richard M. Stallman <rms@gnu.org>
11303
11304 * dabbrev.el (dabbrev-case-distinction): New option.
11305 (dabbrev--try-find): Handle dabbrev-case-distinction.
11306 (dabbrev--search): Clean up the code.
11307 (dabbrev-upcase-means-case-search): Doc fix.
11308 (dabbrev-case-replace): Fix custom tags and docs.
11309
11310 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
11311
11312 * calc/calc-units.el (math-standard-units): Update from CODATA.
11313
11314 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
11315
11316 * skeleton.el (skeleton-transformation): Default to `identity'.
11317 (skeleton-insert): Use `move-after' markers and `insert' rather
11318 than rely on insert-before-markers.
11319 (skeleton-internal-1): Handle `> \n' specially so that the newline
11320 is inserted before the first line is indented.
11321
11322 2002-05-14 Mike Williams <mdub@bigfoot.com>
11323
11324 * textmodes/sgml-mode.el (sgml-tag):
11325 Default skeleton-transformation to `identity'.
11326
11327 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
11328
11329 * shell.el (shell-mode): Make second part of initialisation
11330 depend on whether comint-input-ring is empty, rather than depend
11331 on it being nil.
11332
11333 2002-05-14 Richard M. Stallman <rms@gnu.org>
11334
11335 * files.el (make-auto-save-file-name):
11336 Delete the auto-save file after make-temp-file creates it.
11337
11338 2002-05-13 Kim F. Storm <storm@cua.dk>
11339
11340 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
11341 (cua-mode): Print Enabled/Disabled messages if interactive.
11342 Disable delete-selection-mode and pc-selection-mode when cua-mode
11343 is enabled; reenable if cua-mode is turned off.
11344 Remember setting of transient-mark-mode when cua-mode is enabled;
11345 restore if cua-mode is disabled.
11346
11347 2002-05-13 Richard M. Stallman <rms@gnu.org>
11348
11349 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
11350
11351 2002-05-13 Colin Walters <walters@gnu.org>
11352
11353 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
11354
11355 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
11356 (ibuffer-redisplay-engine): Handle it.
11357
11358 * add-log.el (add-log-mailing-address): Can be a list, too.
11359 (add-change-log-entry): If `add-log-mailing-address' is a list,
11360 then handle it.
11361
11362 2002-05-12 Colin Walters <walters@debian.org>
11363
11364 * replace.el (occur-1): New optional argument `buf-name'.
11365 (occur-revert-function): Use it.
11366
11367 (occur-1): Handle plurals.
11368
11369 (occur-engine): If there are no more matches, then finish
11370 searching the current buffer.
11371
11372 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11373
11374 * net/ange-ftp.el (ange-ftp-try-passive-mode)
11375 (ange-ftp-passive-host-alist): Change :version attributes to be
11376 strings.
11377
11378 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
11379
11380 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
11381 define-minor-mode.
11382
11383 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11384 Handle more whitespace/newline combinations in symbol definitions.
11385
11386 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
11387
11388 * w32-vars.el (w32)
11389 * vc-cvs.el (vc-cvs-global-switches)
11390 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
11391 * textmodes/sgml-mode.el (sgml-xml-mode)
11392 * ruler-mode.el (ruler-mode)
11393 * replace.el (query-replace-skip-read-only)
11394 * progmodes/fortran.el (fortran-preprocessor-re)
11395 * net/ange-ftp.el (ange-ftp-passive-host-alist)
11396 * mail/sendmail.el (mail-use-dsn)
11397 * faces.el (mode-line-inactive, minibuffer-prompt)
11398 * add-log.el (add-log-always-start-new-record): Change all
11399 post-21.1 :version attributes to 21.4.
11400
11401 2002-05-12 Richard M. Stallman <rms@gnu.org>
11402
11403 * mail/smtpmail.el (smtpmail-mail-address): New variable.
11404 (smtpmail-send-it): Bind and use that instead of `mail-address'.
11405 (smtpmail-via-smtp): Likewise.
11406
11407 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
11408 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
11409
11410 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
11411
11412 * subr.el (functionp): Catch errors in indirect-function.
11413
11414 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11415
11416 * net/ldap.el (ldap-search-internal): Unfold folded lines before
11417 parsing.
11418
11419 * cus-edit.el (customize-set-value): Rename `var' to `variable'
11420 and `val' to `value'.
11421 (customize-save-variable): Rename `var' to `'variable.
11422
11423 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
11424
11425 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
11426 Use it for font-locking and indentation.
11427 (fortran-previous-statement, fortran-next-statement): Make them
11428 skip over preprocessor lines.
11429 (fortran-calculate-indent): Use fortran-preprocessor-re.
11430
11431 2002-05-10 Kim F. Storm <storm@cua.dk>
11432
11433 * emulation/cua-base.el (cua-enable-cua-keys)
11434 (cua-enable-register-prefix): Added value for `other' choice.
11435
11436 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
11437
11438 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
11439 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
11440 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
11441 Run a named function.
11442 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
11443 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
11444 Fix help text.
11445
11446 2002-05-10 Kim F. Storm <storm@cua.dk>
11447
11448 * emulation/cua-base.el (cua-mode): Misc. changes to use
11449 emulation-mode-map-alists instead of minor-mode-map-alist.
11450
11451 2002-05-09 Richard M. Stallman <rms@gnu.org>
11452
11453 * mail/rmail.el (rmail-show-message):
11454 Catch error in check-coding-system.
11455
11456 * progmodes/compile.el (compilation-error-regexp-alist):
11457 New element to recognize Python error messages.
11458
11459 * shell.el (shell-replace-by-expanded-directory):
11460 If there's already a / at the end, don't add one.
11461
11462 2002-05-09 Colin Walters <walters@verbum.org>
11463
11464 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
11465 `ibuffer-filter-disable', `ibuffer-pop-filter',
11466 `ibuffer-or-filter', `ibuffer-negate-filter',
11467 `ibuffer-decompose-filter', `ibuffer-save-filters',
11468 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
11469 `ibuffer-save-filter-groups',
11470 `ibuffer-switch-to-saved-filter-groups',
11471 `ibuffer-delete-saved-filter-groups'.
11472
11473 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
11474
11475 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
11476
11477 * woman.el (woman-menu): Move symbol before the comment so that
11478 find-function-search-for-symbol finds it.
11479
11480 2002-05-10 Miles Bader <miles@gnu.org>
11481
11482 * facemenu.el (list-colors-display): Don't use
11483 `display-color-cells' unless the display class is one for which
11484 that info is relevant.
11485
11486 2002-05-09 Simon Josefsson <jas@extundo.com>
11487
11488 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
11489 calling buffer.
11490 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
11491 have the patch).
11492
11493 2002-05-09 Kim F. Storm <storm@cua.dk>
11494
11495 * wid-edit.el (checkbox): New check-mark image.
11496
11497 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11498
11499 * filesets.el (filesets-running-xemacs): Fix last change.
11500
11501 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
11502
11503 * help-fns.el (describe-function-1): If the source is
11504 `loaddefs.el', look for the real source. This is necessary only
11505 for defaliases.
11506
11507 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11508 Add autoload cookie.
11509 (find-function-regexp): Include
11510 "\(quote " to match the defaliases in loaddefs.el.
11511
11512 * filesets.el (filesets-conditional-sort): Use copy-sequence,
11513 not copy-list.
11514 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
11515 Defvar them to nil if running in Emacs.
11516
11517 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11518
11519 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
11520 to flyspell overlays.
11521
11522 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
11523
11524 2002-05-08 Richard M. Stallman <rms@gnu.org>
11525
11526 * diff.el (diff-regexp-alist): Doc fix.
11527
11528 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
11529
11530 2002-05-08 Simon Marshall <simon@gnu.org>
11531
11532 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
11533 the frame name as the car of a menu entry, rather than the frame.
11534
11535 2002-05-08 Juanma Barranquero <lektu@terra.es>
11536
11537 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
11538 in docstring.
11539
11540 2002-05-07 Colin Walters <walters@verbum.org>
11541
11542 * replace.el (occur-unfontify-region-function): Delete.
11543 (occur-mode): Don't use it.
11544 (occur-engine): Respect `keep-props'.
11545 (occur-accumulate-lines): If we're moving forward, decrement;
11546 don't increment, and vice versa.
11547
11548 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
11549
11550 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
11551 (tibetan-canonicalize-for-unicode-regexp): New variables.
11552 (tibetan-canonicalize-for-unicode-region): New function.
11553 (tibetan-strict-unicode): New variable.
11554 (tibetan-pre-write-canonicalize-for-unicode): New function.
11555
11556 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
11557
11558 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
11559 the autoload-cookie. Remove comment.
11560
11561 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
11562
11563 * rect.el (close-rectangle): Don't hide it behind the
11564 autoload-cookie.
11565
11566 2002-05-07 Juanma Barranquero <lektu@terra.es>
11567
11568 * windmove.el (windmove-default-keybindings): Add optional
11569 parameter to allow using a modifier other than 'shift.
11570
11571 2002-05-07 Thomas Link <t.link@gmx.at>
11572
11573 * filesets.el:
11574 (filesets-external-viewers): Fix customization problem.
11575 (filesets-some): Replaces cl's `some'. Calls changed.
11576 (filesets-member): Replaces cl's `member*'. Calls changed.
11577 (filesets-ormap): New function.
11578
11579 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
11580
11581 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
11582 menu items.
11583
11584 2002-05-07 Colin Walters <walters@gnu.org>
11585
11586 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
11587 (ibuffer-clear-filter-groups): Likewise.
11588 (ibuffer-kill-filter-group): Likewise.
11589 (ibuffer-kill-line): Likewise.
11590 (ibuffer-read-filter-group-name): New function.
11591 (ibuffer-jump-to-filter-group): Use it.
11592 (ibuffer-kill-filter-group): Likewise.
11593 (ibuffer-yank-filter-group): Likewise.
11594 (ibuffer-decompose-filter-group): New function.
11595
11596 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
11597 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
11598 guards for `ibuffer-pop-filter-group' and
11599 `ibuffer-clear-filter-groups'.
11600
11601 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
11602
11603 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11604 Use with-syntax-table.
11605
11606 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
11607
11608 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
11609
11610 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
11611
11612 * time-stamp.el (time-stamp-format): Doc fix: escape open
11613 parenthesis in column 0.
11614
11615 2002-05-04 Richard M. Stallman <rms@gnu.org>
11616
11617 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11618 Handle both cases: when the menu item has cached info
11619 and when it doesn't.
11620
11621 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
11622 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
11623 (filesets-tree-max-level): Doc fix.
11624 (filesets-commands, filesets-external-viewers)
11625 (filesets-ingroup-patterns): Mark as risky.
11626 (filesets-cache-hostname-flag): Doc fix.
11627 (filesets-menu-cache-file): Doc fix. Mark as risky.
11628 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
11629 Don't defcustom them if running in Emacs.
11630
11631 2002-05-04 Thomas Link <t.link@gmx.at>
11632
11633 * filesets.el (filesets-ingroup-collect-files):
11634 Fix problem with inclusion groups' :scan-depth property.
11635
11636 2002-05-04 Colin Walters <walters@verbum.org>
11637
11638 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
11639 "Default" group earlier. Push killed group on
11640 `ibuffer-filter-group-kill-ring'.
11641 (ibuffer-kill-line): Document. Don't push killed group ourselves.
11642 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
11643 (ibuffer-insert-filter-group-before): New function, broken out
11644 from `ibuffer-yank'.
11645 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
11646
11647 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
11648 (ibuffer-mode-view-menu): Unused variables; deleted.
11649 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
11650
11651 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
11652
11653 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
11654 (toplevel): Bind filter group menu entries in it. Add :enable
11655 forms for some menu items.
11656 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
11657 to `ibuffer-mouse-popup-menu'.
11658 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
11659 group name, and if so, pop up a filter group menu.
11660
11661 2002-05-04 Jason Rumney <jasonr@gnu.org>
11662
11663 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
11664 (mwheel-scroll): Recognize nil scroll amount as documented.
11665
11666 * term/w32-win.el (mouse-wheel-scroll-line)
11667 (mouse-wheel-scroll-screen): Remove.
11668 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
11669
11670 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
11671
11672 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
11673
11674 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11675 Bind case-fold-search when searching.
11676
11677 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11678
11679 * apropos.el (apropos-print): Fix the reference to mouse-2.
11680
11681 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
11682
11683 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
11684
11685 2002-05-04 Kim F. Storm <storm@cua.dk>
11686
11687 * cus-edit.el (custom-buffer-verbose-help): New variable.
11688 (custom-buffer-create-internal): Remove verbose introduction
11689 in customization buffer when it is nil.
11690
11691 2002-05-03 Dave Love <fx@gnu.org>
11692
11693 * international/mule-cmds.el (select-safe-coding-system):
11694 Don't offer coding systems that use locking shift.
11695 Ask for confirmation if chosen coding system disagrees with
11696 a `coding:' spec in the file.
11697
11698 2002-05-03 John Wiegley <johnw@gnu.org>
11699
11700 * eshell/esh-var.el (eshell-modify-global-environment): Added this
11701 customization variable, which will cause any "export" commands
11702 within any eshell buffer to modify the global Emacs environment.
11703 It defaults to nil, which means that such commands will only
11704 modify that Eshell buffer's environment.
11705 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
11706
11707 * eshell/em-cmpl.el (eshell-command-completions-alist):
11708 Improve default completion targets for objdump, nm and readelf.
11709
11710 2002-05-03 Colin Walters <walters@verbum.org>
11711
11712 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
11713 (gamegrid-add-score-with-update-game-score):
11714 Use `shared-game-score-directory'. Correctly handle non-setuid case.
11715
11716 2002-05-02 Colin Walters <walters@verbum.org>
11717
11718 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
11719 (occur-1): If one of the buffers we're searching is the *Occur*
11720 buffer itself, handle it by creating a temporary buffer. If any
11721 of the buffers being searched are killed, note that in the search
11722 result message. Also, set local variables before we possibly kill
11723 the buffer.
11724
11725 2002-05-02 Kim F. Storm <storm@cua.dk>
11726
11727 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
11728 (menu-bar-options-save): Added cua-mode.
11729 (menu-bar-options-menu): Added toggle for cua-mode.
11730 Disable toggle for transient-mark-mode if cua-mode is enabled.
11731
11732 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
11733 variable.
11734
11735 2002-05-01 Richard M. Stallman <rms@gnu.org>
11736
11737 * help.el (view-todo): New function.
11738 (help-map): Bind C-h C-t to view-todo.
11739 (help-for-help): Change the text.
11740
11741 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11742
11743 * progmodes/f90.el: Yet more doc string, commment and whitespace
11744 changes.
11745 (f90-imenu-flag): New name for internal variable f90-imenu.
11746 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
11747 (f90-no-break-re): Use regexp-opt.
11748 (f90-end-type-re): Add closing "\\>".
11749 (f90-indent-region): Correctly indent comments embedded in
11750 continued lines.
11751 (f90-indent-new-line): Make it indent the current line, as it should.
11752 (f90-line-continued, f90-get-present-comment-type)
11753 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
11754 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
11755 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
11756 (f90-change-keywords): Minor code tidying.
11757
11758 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
11759 typo `fortran-strip-sqeuence-nos'.
11760
11761 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
11762
11763 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
11764 pop-up-window.
11765
11766 2002-05-01 Kim F. Storm <storm@cua.dk>
11767
11768 * emulation/cua-base.el (cua--pre-command-handler):
11769 Only interpret delete-selection property if mark-active.
11770 (cua-mode): Fixed require in defcustom.
11771
11772 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11773
11774 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
11775 error call.
11776
11777 2002-05-01 Colin Walters <walters@verbum.org>
11778
11779 * textmodes/tex-mode.el (tex-validate-buffer):
11780 Use `occur-revert-arguments' instead of setting `occur-nlines' and
11781 `occur-buffer'. Don't test for `input-pending-p' in loop.
11782 Set text property `occur-target' instead of `occur'.
11783
11784 2002-04-30 John Wiegley <johnw@gnu.org>
11785
11786 * align.el (align-region): Fixed the fix to align-region, because
11787 the "name" argument was appearing twice.
11788
11789 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11790
11791 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
11792 to handle protection labels, one which doesn't get confused by
11793 inherit colons.
11794
11795 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
11796 functions that have "class" or "struct" in the return type as
11797 classes or structs.
11798
11799 2002-04-30 Kim F. Storm <storm@cua.dk>
11800
11801 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
11802 Options" to "New Options..."; rephrase tooltip.
11803 Rephrase tooltip for "Specific Option...".
11804 Added "Saved Options" item. [from Simon Marshall]
11805
11806 2002-04-30 Richard M. Stallman <rms@gnu.org>
11807
11808 * time.el (display-time-mail-directory)
11809 (display-time-mail-function): Doc fixes.
11810
11811 * ediff-hook.el: Remove autoload cookies.
11812
11813 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
11814
11815 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
11816
11817 * align.el (align-region): Fix call to `message'.
11818 Check that (car rule) is a symbol.
11819
11820 * autoinsert.el (auto-insert-directory): Doc fix.
11821
11822 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
11823
11824 * descr-text.el: New file, broken out of facemenu.el.
11825
11826 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
11827
11828 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
11829
11830 * mail/emacsbug.el (report-emacs-bug-hook):
11831 Use replace-match only if search was successful.
11832
11833 2002-04-29 Richard M. Stallman <rms@gnu.org>
11834
11835 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
11836
11837 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
11838 if the user edits the Emacs version number in the text.
11839
11840 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
11841 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
11842 (filesets-error): Simplify definition and make conditional
11843 on filesets-running-xemacs.
11844 (filesets-find-file-using): Renamed from fsfind-file-using.
11845
11846 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
11847
11848 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
11849 (Info-read-node-name-1): Complete file names.
11850 (Info-complete-menu-item): Don't cons unnecessarily.
11851
11852 * files.el (locate-file): New fun.
11853 (locate-file-completion): Rename from load-completion and generalize.
11854 (load-library): Use it.
11855 (make-auto-save-file-name): Expand caddr.
11856
11857 * newcomment.el (comment-fill-column): New var.
11858 (comment-indent): Use it.
11859 (comment-or-uncomment-region): New fun.
11860 (comment-dwim): Use it.
11861
11862 2002-04-29 Colin Walters <walters@verbum.org>
11863
11864 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
11865 (ibuffer-kill-line): Copy the filter group data structure when killing.
11866 (ibuffer-yank): Handle case where we're yanking on the default
11867 group correctly.
11868 (ibuffer-delete-saved-filter-groups): Doc fix.
11869
11870 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11871 Test whether or not update-game-score is setuid, and do the right
11872 thing.
11873
11874 2002-04-29 Kim F. Storm <storm@cua.dk>
11875
11876 * subr.el (remove-yank-excluded-properties): New helper function.
11877 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
11878
11879 * simple.el (yank-excluded-properties): Added help-echo to list.
11880
11881 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
11882
11883 * autoinsert.el (auto-insert-directory): Doc fix.
11884
11885 * progmodes/f90.el: Add/change doc strings for many inline
11886 functions. Whitespace changes.
11887 (f90-indent-line-no, f90-update-line): Minor code changes.
11888
11889 2002-04-29 Kim F. Storm <storm@cua.dk>
11890
11891 * emulation/cua-base.el: New file.
11892
11893 * emulation/cua-rect.el: New file.
11894
11895 * emulation/cua-gmrk.el: New file.
11896
11897 * emulation/keypad.el: New file.
11898
11899 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
11900
11901 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
11902 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
11903 New Vietnamese coding system.
11904
11905 * language/viet-util.el: Update Commentary section.
11906
11907 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11908
11909 * filesets.el (filesets-data): Doc fix.
11910 (filesets-running-xemacs): Define even when compiling.
11911
11912 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
11913 sentence.
11914
11915 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
11916
11917 * textmodes/fill.el (fill-context-prefix): Fix last change with
11918 yet-another-approach.
11919
11920 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
11921
11922 * net/ange-ftp.el (ange-ftp-passive-host-alist)
11923 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
11924
11925 * files.el (small-temporary-file-directory): Fix custom type.
11926
11927 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
11928
11929 * progmodes/f90.el (f90-xemacs-flag): New variable.
11930 (f90-mark-subprogram-overlay): New variable.
11931 (f90-mark-subprogram): Now it highlights the subprogram.
11932 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
11933 Fix highlighting of various "type" forms.
11934
11935 2002-04-28 Colin Walters <walters@verbum.org>
11936
11937 * ibuffer.el (ibuffer-mode): Additional documentation on filter
11938 groups.
11939
11940 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
11941
11942 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
11943 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
11944
11945 2002-04-28 Richard M. Stallman <rms@gnu.org>
11946
11947 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
11948 by 1 for the newly-readded #.
11949
11950 * files.el (make-auto-save-file-name): Specify # as suffix
11951 in the non-file-visiting case.
11952
11953 * subr.el (make-temp-file): New arg SUFFIX.
11954
11955 * filesets.el: New file.
11956
11957 * replace.el (occur-accumulate-lines): Avoid incf and decf.
11958 (occur-engine-add-prefix): New function.
11959 (occur-engine): Avoid using macrolet, incf and decf.
11960 Use occur-engine-add-prefix instead.
11961 Rename `l' to `lines' and `c' to `matches'.
11962
11963 * replace.el (occur-engine, occur-mode-mouse-goto)
11964 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
11965 (occur-mode-goto-occurrence-other-window)
11966 (occur-mode-display-occurrence): A position is just a marker,
11967 not a list.
11968
11969 * replace.el (occur-revert-arguments):
11970 Renamed from occur-revert-properties. All uses changed.
11971
11972 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11973
11974 * recentf.el (recentf-menu-before): Use string to specify path in
11975 the menu.
11976
11977 * international/mule-cmds.el (read-language-name): Take care of
11978 non-list values.
11979
11980 2002-04-27 Richard M. Stallman <rms@gnu.org>
11981
11982 * custom.el (custom-load-symbol): Moved from cus-edit.el.
11983 (custom-load-recursion): Likewise.
11984
11985 * cus-edit.el (custom-load-symbol): Moved to custom.el.
11986 (custom-load-recursion): Likewise.
11987
11988 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
11989 generated by easymenu are now lowercase.
11990
11991 2002-04-27 Richard M. Stallman <rms@gnu.org>
11992
11993 * menu-bar.el (menu-bar-update-buffers): Add menu items
11994 Next Buffer and Previous Buffer.
11995
11996 * simple.el (next-buffer, prev-buffer): New commands.
11997 Bind C-x left and C-x right to them.
11998
11999 * info.el (Info-header-line): Mark it as risky-local-variable.
12000
12001 * subr.el (insert-for-yank): Replace `category' property
12002 with whatever properties it stands for.
12003
12004 * subr.el (member-ignore-case): Ignore non-strings in LIST.
12005
12006 2002-04-27 Miles Bader <miles@gnu.org>
12007
12008 * faces.el (read-face-name): Format the prompt correctly when
12009 there's no default.
12010
12011 2002-04-26 Andrew Choi <akochoi@shaw.ca>
12012
12013 * term/mac-win.el: Don't call ediff-toggle-multiframe.
12014 Set default directory. Set process-connection-type to nil.
12015
12016 2002-04-26 Richard M. Stallman <rms@gnu.org>
12017
12018 * loadup.el: Explicitly load cus-face and timer.
12019
12020 * isearch.el: Don't require timer.
12021
12022 * faces.el: Don't require cus-face.
12023
12024 * cus-edit.el (customize-face): Use read-face-name
12025 and handle multiple faces.
12026 (customize-face-other-window): Make it work similarly.
12027
12028 * faces.el (read-face-name): New defaulting features.
12029 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
12030 (list-faces-display): Use the face, not its name string,
12031 as arg when running customize-face.
12032 Put a `read-face-name' prop on the entire line.
12033 (describe-face): Handle multiple faces via read-face-name.
12034
12035 * textmodes/tex-mode.el (tex-start-options): New variable.
12036 (tex-start-commands): New variable.
12037 (tex-start-options-string): Variable deleted.
12038 (tex-start-tex): Use tex-start-options and tex-start-commands,
12039 not tex-start-options-string.
12040 (tex-command): Doc fix.
12041
12042 2002-04-26 Sam Steingold <sds@gnu.org>
12043
12044 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
12045 not in the authinfo/netrc, keep `cred' at nil.
12046
12047 2002-04-26 Gerd Moellmann <gerd@gnu.org>
12048
12049 * find-file.el: Remove Ada-specific example code.
12050
12051 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
12052
12053 * ediff-hooks.el: Put back the autoloads.
12054
12055 2002-04-25 Colin Walters <walters@verbum.org>
12056
12057 * ibuffer.el (define column process): Use `ibuffer-aif'.
12058
12059 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
12060 defaults.
12061 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
12062 (ibuffer-save-filter-groups): Correctly structure filter groups.
12063 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
12064 groups.
12065
12066 2002-04-25 Simon Josefsson <jas@extundo.com>
12067
12068 * mail/sendmail.el (mail-use-dsn): New variable to request
12069 delivery status notification from MTA.
12070 (sendmail-send-it): Use it.
12071
12072 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
12073 (smtpmail-send-it): Use it to construct new queue filenames
12074 (needed if you send more than one message per second, which is
12075 possible if you use Gnus Agent).
12076
12077 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
12078 files as well.
12079 (smtpmail-try-auth-methods): Support netrc data.
12080 (netrc-parse): Autoload netrc.
12081
12082 2002-04-25 Colin Walters <walters@verbum.org>
12083
12084 * replace.el (multi-occur-by-filename-regexp): Doc fix.
12085 (occur-engine): Go to `point-min'. Make nlines argument actually
12086 mean number of context lines. Handle it. Pad digits to the right.
12087
12088 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
12089 `ibuffer-filter-groups'. All users updated.
12090 (ibuffer-show-empty-filter-groups): New variable.
12091 (ibuffer-saved-filter-groups): New variable.
12092 (ibuffer-maybe-save-stuff): Renamed from
12093 `ibuffer-maybe-save-saved-filters'. Callers updated.
12094 Handle `ibuffer-saved-filter-groups'.
12095 (ibuffer-hidden-filtering-groups): Renamed to
12096 `ibuffer-hidden-filter-groups'.
12097 (ibuffer-filter-group-kill-ring): New variable.
12098 (ibuffer-save-with-custom): Doc fix.
12099 (ibuffer-set-filter-groups-by-mode): New function.
12100 (ibuffer-clear-filter-groups): New function.
12101 (ibuffer-current-filter-groups-with-position): Renamed from
12102 `ibuffer-current-filter-groups'. Callers updated.
12103 (ibuffer-kill-filter-group): New function.
12104 (ibuffer-kill-line): New function.
12105 (ibuffer-yank): New function.
12106 (ibuffer-save-filter-groups): New function.
12107 (ibuffer-delete-saved-filter-groups): New function.
12108 (ibuffer-switch-to-saved-filter-groups): New function.
12109 (ibuffer-mark-on-buffer): Add optional arguments for adding a
12110 specific mark, and marking on a specific group.
12111
12112 * ibuffer.el (ibuffer-formats): Doc fix.
12113 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
12114 Bind new functions from ibuf-ext.el. Add menu entries for them.
12115 Remove superfluous tooltips.
12116 (ibuffer-toggle-marks): If on a group name, then toggle marks just
12117 in that group.
12118 (ibuffer-mark-interactive): Handle filter groups.
12119 (ibuffer-mark-forward, ibuffer-unmark-forward)
12120 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
12121 (ibuffer-mark-for-delete-backwards): Update docs.
12122 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
12123 to `ibuffer-current-filter-groups-with-position'.
12124 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
12125 (ibuffer-mode): Add some documentation about filter groups.
12126
12127 2002-04-25 Andreas Schwab <schwab@suse.de>
12128
12129 * find-dired.el (find-name-dired): Don't quote pattern twice.
12130
12131 2002-04-26 Miles Bader <miles@gnu.org>
12132
12133 * cus-edit.el (customize-face, customize-face-other-window):
12134 Use default instead of initial-input for suggested face.
12135
12136 2002-04-25 Gerd Moellmann <gerd@gnu.org>
12137
12138 * cus-edit.el (customize-face-other-window, customize-face):
12139 Interactively, when point is on text with a face, suggest to
12140 customize that face.
12141
12142 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12143
12144 * progmodes/f90.el: General tidy-up of commentary and some doc
12145 strings.
12146
12147 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12148
12149 * scroll-all.el (scroll-all-function-all) New function to do the
12150 actual work.
12151 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
12152 scroll-all-page-down-all, scroll-all-page-up-all,
12153 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12154 Make them use scroll-all-function-all.
12155
12156 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
12157 with line-beginning-position.
12158 (f90-get-end-of-line): Removed and replaced with line-end-position.
12159 (f90-match-piece): Removed and replaced with match-string.
12160 (f90-current-indentation): Remove `current-column'.
12161 (f90-get-present-comment-type): Use match-string rather than
12162 buffer-substring.
12163 (f90-match-end): Use line-beginning-position, line-end-position
12164 rather than beginning-of-line, end-of-line.
12165 (f90-startup-message): Variable removed.
12166
12167 2002-04-24 Colin Walters <walters@verbum.org>
12168
12169 * replace.el (occur-accumulate-lines): Add optional argument
12170 `no-props'. Handle it.
12171 (occur-engine): Use it.
12172
12173 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
12174 up autoloads manually.
12175 (ibuffer-split-list): New function.
12176 (ibuffer-filtering-groups): New variable.
12177 (ibuffer-hidden-filtering-groups): New variable.
12178 (ibuffer-mouse-toggle-filter-group): New function.
12179 (ibuffer-toggle-filter-group): New function.
12180 (ibuffer-toggle-filter-group-1): New function.
12181 (ibuffer-forward-filter-group): New function.
12182 (ibuffer-backward-filter-group): New funtion.
12183 (ibuffer-generate-filter-groups): New function.
12184 (ibuffer-filters-to-filter-group): New function.
12185 (ibuffer-pop-filter-group): New function.
12186 (ibuffer-jump-to-filter-group): New function.
12187 (ibuffer-do-occur): Just use `occur-read-primary-args'
12188
12189 * ibuffer.el (ibuffer-filter-group-name-face): New.
12190 (ibuffer-mode-map): Bind and add menu entries for most new
12191 functions; also, bind the arrow keys to the movement functions.
12192 (ibuffer-mode-filter-group-map): New.
12193 (ibuffer-mouse-toggle-mark): Handle group names.
12194 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
12195 (ibuffer-skip-properties): New function.
12196 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
12197 group names. Also, handle new properties.
12198 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
12199 Move error handling to `ibuffer-current-buffer'.
12200 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
12201 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
12202 (ibuffer-toggle-marks): Add optional group argument.
12203 (ibuffer-mark-interactive): Skip group names.
12204 (ibuffer-current-buffer): Clean up error handling.
12205 (ibuffer-fontify-region-function): Fontify group names.
12206 (ibuffer-map-lines): Add extra group argument. Handle it.
12207 (ibuffer-current-filter-groups): New function.
12208 (ibuffer-redisplay): Handle hidden filtering groups.
12209 (ibuffer-sort-bufferlist): New function, taken from
12210 `ibuffer-insert-buffers-and-marks'.
12211 (ibuffer-insert-filter-group): New function.
12212 (ibuffer-redisplay-engine): Renamed from
12213 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
12214 (ibuffer): Add filter-groups argument. Handle it.
12215 Use `save-selected-window'.
12216 (ibuffer-mode): Make `ibuffer-filtering-groups' and
12217 `ibuffer-hidden-filtering-groups' buffer-local.
12218
12219 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
12220
12221 2002-04-24 Richard M. Stallman <rms@gnu.org>
12222
12223 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
12224 (easy-menu-define-key-intern): Function deleted; callers intern
12225 and then call easy-menu-define-key.
12226 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
12227 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
12228 (easy-menu-name-match): New function.
12229 (add-submenu): New function.
12230 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
12231
12232 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
12233
12234 * menu-bar.el (menu-bar-adv-search-menu)
12235 (menu-bar-adv-search-menu): Improve the help text.
12236
12237 2002-04-24 Simon Josefsson <jas@extundo.com>
12238
12239 * net/netrc.el: New file.
12240
12241 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
12242
12243 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
12244 Check if any of the available selection sources has new content
12245 and if so it will return that content.
12246
12247 2002-04-24 Miles Bader <miles@gnu.org>
12248
12249 * menu-bar.el (buffers-menu-show-directories)
12250 (buffers-menu-show-status): New variables.
12251 (menu-bar-update-buffers-1): Use them.
12252
12253 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12254
12255 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
12256 from `c-do-auto-fill' and point is at or near the limit of the
12257 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
12258 is longer than the text on the first line of the comment when
12259 it's masked.
12260
12261 2002-04-24 Miles Bader <miles@gnu.org>
12262
12263 * menu-bar.el (menu-bar-update-buffers-1): Make sure
12264 `uniquify-buffer-name-style' is bound.
12265
12266 2002-04-23 Colin Walters <walters@verbum.org>
12267
12268 * replace.el (toplevel): Require `cl' while compiling.
12269 (occur-buffer, occur-nlines): Delete.
12270 (occur-revert-properties): Rename to `occur-revert-properties'.
12271 (occur-mode): Handle it. Set up font lock.
12272 (occur-revert-function): Simply apply `occur-1'.
12273 (occur-mode-find-occurence, occur-mode-mouse-goto)
12274 (occur-mode-goto-occurrence-other-window)
12275 (occur-mode-display-occurrence): Handle buffer property.
12276 (list-matching-lines-face): Use defcustom.
12277 (list-matching-lines-buffer-name-face): New variable.
12278 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
12279 in ibuffer.el.
12280 (occur-read-primary-args): Move out of `occur'.
12281 (occur): Delete. Now simply call `occur-1'.
12282 (multi-occur, multi-occur-by-filename-regexp): New functions.
12283 (occur-1): New function.
12284 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
12285 previous implementation of `occur'; taken from ibuf-ext.el.
12286 (occur-fontify-on-property): New function.
12287 (occur-fontify-region-function, occur-unfontify-region-function):
12288 New functions.
12289
12290 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
12291
12292 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
12293 (ibuffer-occur-match-face): Delete.
12294 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
12295 (ibuffer-occur-mouse-display-occurence): Delete.
12296 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
12297 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
12298 (ibuffer-occur-engine): Moved to replace.el.
12299 (ibuffer-do-occur): Simply call `occur-1'.
12300
12301 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12302 Handle the case where we're already viewing the score file.
12303
12304 2002-04-23 Andreas Schwab <schwab@suse.de>
12305
12306 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
12307 next-tag-otherw.
12308
12309 2002-04-23 Miles Bader <miles@gnu.org>
12310
12311 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
12312 directory separator if there's no directory. Don't display
12313 directories at all if uniquify is active. Some code cleanup.
12314 (uniquify-buffer-name-style): Declare (but don't initialize).
12315
12316 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
12317 for command menu entries, since the low-level menu code modifies
12318 them. Cache the resulting list.
12319 (menu-bar-buffers-menu-command-entries): New variable.
12320
12321 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
12322 Add separator line before commands
12323 Remove old crufty code that tried to line things up by adding
12324 spaces to entries (it doesn't work).
12325 Move `Frames' submenu after the normal buffers, and add a
12326 separator line before it.
12327 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
12328
12329 2002-04-22 Richard M. Stallman <rms@gnu.org>
12330
12331 * files.el (after-find-file): Use %s to output MSG.
12332
12333 * dired.el (dired-mouse-find-file-other-window):
12334 Handle events that move out of the window.
12335
12336 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
12337
12338 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
12339 was moved to the following line when it was at the first line
12340 of a block comment where comment-start-skip matched to eol.
12341
12342 2002-04-22 Richard M. Stallman <rms@gnu.org>
12343
12344 * simple.el (line-move-finish): Find beg and end of line
12345 before calling line-move-to-column. Do consider intangible
12346 when finding the end. Take more care in analyzing the results
12347 of intangibility after line-move-to-column.
12348
12349 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12350
12351 * international/mule-diag.el (list-input-methods-1): Doc fix
12352 (LEIM is now part of the standard distribution).
12353
12354 * tmm.el (tmm-completion-prompt): Doc fix.
12355
12356 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
12357
12358 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
12359
12360 * diary-lib.el (include-other-diary-files): Allow modifying
12361 included buffer, to turn off selective display.
12362
12363 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12364
12365 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
12366 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
12367 emacsen that doesn't support it.
12368
12369 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12370
12371 * progmodes/cc-align.el, progmodes/cc-engine.el,
12372 progmodes/cc-styles.el, progmodes/cc-vars.el
12373 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
12374 Find correct anchor for statement-cont in top level constructs.
12375 Analyze variable initializations in top level constructs as
12376 topmost-intro-cont instead of statement-cont. That is an
12377 incompatible change but it gives better consistency. The new
12378 lineup function c-lineup-topmost-intro-cont' compensates for
12379 it and is now put on topmost-intro-cont by default.
12380
12381 * progmodes/cc-align.el, progmodes/cc-engine.el,
12382 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
12383 contributed by Kevin Ryde.
12384
12385 (c-in-gcc-asm-p): Function to recognize asm statements.
12386 Contributed by Kevin Ryde.
12387
12388 (c-opt-asm-stmt-key): New language variable to recognize the
12389 beginning of asm statements.
12390
12391 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12392
12393 * progmodes/cc-engine.el (c-guess-basic-syntax):
12394 Detect variable declarations after class and struct declarations
12395 correctly. Fixed limit error when finding the anchor for
12396 template-args-cont and topmost-intro-cont.
12397
12398 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12399
12400 * progmodes/cc-cmds.el (c-beginning-of-defun)
12401 (c-declaration-limits): Find the "line oriented" declaration
12402 start too, just like the "line oriented" end is found.
12403
12404 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12405
12406 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
12407 for `inexpr-statement'. This is not compatible, though.
12408 I think the benefit of a good default style outweights that in
12409 this case. Besides, `inexpr-statement' is not very common.
12410
12411 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12412
12413 * progmodes/cc-cmds.el (c-electric-delete-forward):
12414 Fix silly bug that caused it to delete backwards in hungry delete
12415 mode. (It's amazing that this bug hasn't been reported.)
12416
12417 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
12418 Extracted the code to get the declaration limits from
12419 `c-mark-function' to a new `c-declaration-limits'.
12420
12421 (c-indent-defun): Use the same method to get the limits of the
12422 declaration or macro as `c-mark-function'.
12423
12424 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
12425 list initializers correctly (but costly; it ought to be
12426 integrated into `c-beginning-of-statement-1').
12427
12428 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12429
12430 * progmodes/cc-cmds.el, progmodes/cc-engine.el
12431 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
12432 Rewritten to detect the declaration limits better.
12433 Now handles K&R argdecls, class definitions followed by variables etc.
12434
12435 (c-in-knr-argdecl): Broke out the K&R argdecl test in
12436 `c-beginning-of-decl-1' to this new function.
12437
12438 (c-end-of-statement-1, c-end-of-decl-1):
12439 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
12440 handles declarations that continue after the block.
12441
12442 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12443 Added an option to restrict matching to the top level of the
12444 current paren sexp.
12445
12446 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
12447 New regexp to recognize declarations that continue after the block.
12448
12449 (c-syntactic-eol): New regexp to match a "syntactic" eol.
12450
12451 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12452
12453 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12454 that often caused the backward limit to be lost at the top
12455 level. This improves performance a bit.
12456
12457 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12458 New function that works like `re-search-forward' but only returns
12459 matches in syntactically significant text.
12460
12461 * progmodes/cc-engine.el: Fixed a faster and more accurate way
12462 to recognize K&R argdecls.
12463
12464 (c-beginning-of-decl-1): New function that put point at the
12465 beginning of the declaration. It handles K&R argdecl blocks.
12466
12467 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
12468 code with one that doesn't depend on the current indentation.
12469 The anchor position for `knr-argdecl' has also changed, but in
12470 a way that is unlikely to cause compatibility problems.
12471
12472 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12473
12474 * progmodes/cc-defs.el, progmodes/cc-engine.el
12475 (c-forward-comment): `forward-comment' in XEmacs skips over
12476 line continuations in the backward direction. Correct for
12477 that. Also made this a defun since it has grown too large now
12478 to be a defsubst.
12479
12480 * progmodes/cc-langs.el: More convenient and decentralized
12481 setup of the language specific variables. The regexp-opt
12482 mangling is also done at compile time now.
12483
12484 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12485
12486 * progmodes/cc-cmds.el (c-indent-line-or-region):
12487 Call `c-indent-line' directly instead of through
12488 `indent-according-to-mode' so that this function always
12489 indents syntactically.
12490
12491 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
12492 where a class beginning with a nested class could cause an
12493 infinite loop (the state outside the narrowed out class is
12494 never used now).
12495
12496 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12497
12498 * progmodes/cc-align.el, progmodes/cc-cmds.el,
12499 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
12500 the context sensitive analysis inside macros is restricted to
12501 the bodies of #define's; other things, like #if expressions,
12502 never have anything in common with their surroundings.
12503 The old `cpp-macro-cont' syntax is now used in situations where
12504 the syntactic analysis isn't applicable, and a new syntactic
12505 element `cpp-define-intro' is used to add indentation in
12506 #define bodies.
12507
12508 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
12509 better reflect its use.
12510
12511 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
12512 continuation backslashes in the detection of `arglist-cont-nonempty'.
12513
12514 * progmodes/cc-align.el: Use the vector form in the return
12515 value in all cases where lineup functions return absolute columns.
12516
12517 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12518
12519 * progmodes/cc-engine.el (c-add-stmt-syntax)
12520 (c-guess-basic-syntax): Anchor `brace-list-intro' and
12521 `bracec-list-close' better for brace lists nested inside expressions.
12522
12523 * progmodes/cc-engine.el, progmodes/cc-langs.el,
12524 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
12525 various language specific variables and their initialization.
12526 The keyword regexps are now lists that are combined with
12527 regexp-opt. Some variables have changed names to fit better
12528 with the naming convention.
12529
12530 * progmodes/cc-defs.el, progmodes/cc-vars.el
12531 (c-buffer-is-cc-mode): The value is the mode symbol of the
12532 original CC Mode mode.
12533
12534 (c-major-mode-is): Compare against the buffer local variable
12535 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
12536
12537 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12538
12539 * progmodes/cc-engine.el (c-forward-syntactic-ws)
12540 (c-backward-syntactic-ws, c-forward-token-1)
12541 (c-backward-token-1, c-in-literal, c-literal-limits)
12542 (c-collect-line-comments, c-literal-type, c-on-identifier)
12543 (c-guess-basic-syntax): These functions are now considered part
12544 of the "CC Mode API" and may be used by other code.
12545 That's signified by making their documentation into docstrings.
12546
12547 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
12548 Removed these internal functions since they aren't used.
12549
12550 (c-forward-to-cpp-expression): Classified this function as internal.
12551
12552 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12553
12554 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
12555 Simplified these regexps; the class keywords they contain
12556 ought to be enough to avoid false matches, so checking for
12557 following identifiers etc is just unnecessary (and might also
12558 fail for oddly formatted code).
12559
12560 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12561
12562 * progmodes/cc-engine.el, progmodes/cc-cmds.el
12563 (c-forward-comment-lc): New function that behaves like
12564 `c-forward-comment', with the exception that line
12565 continuations are treated as whitespace.
12566
12567 (c-beginning-of-statement): Use `c-forward-comment-lc', to
12568 work correctly in macros and other places where line
12569 continuations should be treated as whitespace.
12570
12571 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
12572 normal label in a switch block as a case label, to get
12573 consistent lineup with the case labels.
12574
12575 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12576 in skipping over a macro that ends with an empty line.
12577
12578 * progmodes/cc-styles.el: Require cc-align since styles added
12579 with `c-add-style' often contains references to functions
12580 defined there, and so the `c-valid-offset' check might
12581 otherwise complain on them.
12582
12583 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12584
12585 * progmodes/cc-align.el, progmodes/cc-mode.texi,
12586 progmodes/cc-vars.el: Added two new lineup functions:
12587
12588 (c-lineup-knr-region-comment): A new lineup function to get
12589 (what most people think is) better indentation of comments in
12590 the "K&R region" between the function header and its body.
12591
12592 (c-lineup-gcc-asm-reg): New lineup function for better
12593 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
12594
12595 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
12596 `c-lineup-knr-region-comment' in the default offset
12597 configuration, since these two functions have little impact
12598 outside their intended use, and they generally do the right
12599 thing when they kick in.
12600
12601 * progmodes/cc-engine.el (c-guess-continued-construct)
12602 (c-guess-basic-syntax): Handle nested functions in all
12603 languages, not just Pike. In C and C++ there's a gcc
12604 extension for this, and it also gives better treatment of
12605 macros that are followed by blocks.
12606
12607 * progmodes/cc-langs.el (c-symbol-key): Made this variable
12608 mode specific, to handle Pike special symbols like `== better.
12609
12610 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12611
12612 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12613 progmodes/cc-vars.el (c-report-syntactic-errors): A new
12614 variable to control the syntactic error messages. It defaults
12615 to off; since CC Mode ignores most syntactic errors it might
12616 as well ignore them all for the sake of consistency.
12617
12618 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12619
12620 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12621 Optimization. Can give a noticeable speedup if there's a
12622 large preceding function or class body.
12623
12624 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12625
12626 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
12627 efficient and correct insertion functions in many places.
12628 Always inherit text properties correctly if the text is
12629 permanent. Also do it for speed in temporary insertions,
12630 since I figure it's less work to continue the surrounding text
12631 properties than to break them.
12632
12633 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
12634 completion to make it easier to enter lists.
12635
12636 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12637
12638 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
12639 c-state-cache was clobbered.
12640
12641 * progmodes/cc-cmds.el, progmodes/cc-engine.el
12642 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
12643 to dependency.
12644
12645 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12646
12647 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
12648 open parens in macros (if point isn't in the same one).
12649
12650 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12651
12652 * progmodes/cc-cmds.el (c-context-open-line): New function
12653 that is the `open-line' equivalent to `c-context-line-break'.
12654
12655 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
12656 for Emacs 21 since `indent-new-comment-line' has been changed
12657 to `comment-indent-new-line' there.
12658
12659 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12660
12661 * progmodes/cc-engine.el, progmodes/cc-langs.el
12662 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
12663 New variables containing the character sets used to recognize
12664 statement/declaration boundaries. These variables might help
12665 to support languages like javascript and awk, where newlines
12666 sometimes delimits statements.
12667
12668 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
12669 the set of statement delimiting characters, to allow it to be
12670 changed dynamically and per-mode.
12671
12672 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12673
12674 * progmodes/cc-engine.el (c-looking-at-bos)
12675 (c-looking-at-inexpr-block, c-add-stmt-syntax)
12676 (c-guess-basic-syntax): Treat blocks directly inside function
12677 calls like "bare" statements inside function calls, and not
12678 like in-expression statements. This to make indentation of
12679 such blocks consistent with other statements inside macro calls.
12680
12681 * progmodes/cc-engine.el (c-guess-basic-syntax):
12682 Made arglist-cont anchor correctly in arglists that contain statements.
12683
12684 * progmodes/cc-engine.el (c-guess-basic-syntax):
12685 Fixed consistent anchoring of defun-block-intro in defuns in code
12686 blocks (can only occur in Pike).
12687
12688 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
12689 (c-looking-at-inexpr-block-backward): Changed the arguments to
12690 require containing sexps and paren state, for better efficiency.
12691
12692 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12693
12694 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
12695 progmodes/cc-vars.el: Improved anchoring of statement and
12696 handling of labels in front of substatements.
12697
12698 (c-guess-continued-construct, c-guess-basic-syntax):
12699 Improved and unified anchoring at statements. Statements beginning
12700 with comments or labels are now avoided, by going out of
12701 blocks and containing statements if necessary. This nesting
12702 handling also fixes the case when there's a statement after a
12703 block open brace. Added the syntactic symbol `substatement-label'.
12704
12705 (c-electric-colon): Map the new `substatement-label' to
12706 `label' when consulting `c-hanging-colons-alist'.
12707
12708 (c-offsets-alist): Added substatement-label. Updated the
12709 comments for the new anchoring positions at statements.
12710
12711 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
12712 anchor points for knr-argdecl-intro and access-label.
12713 They used to refer to some point on the same line, a bug which was
12714 neutralized by a kludge in `c-get-syntactic-indentation' which
12715 ignored such anchor points.
12716
12717 (c-get-syntactic-indentation): Removed the kludge that was
12718 necessary due to buggy anchor points.
12719
12720 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
12721 the absence of a comma before arglist-close (case 7A) in any
12722 language, since there's nothing better to do that case anyway.
12723 Added special case to make in-expression statements be
12724 recognized as normal arglist-cont if we're directly in a macro
12725 arglist, for consistency with other "bare" statements.
12726
12727 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
12728 limit arg for backward searches.
12729
12730 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12731 Anchor gcc in-expression statements at the surrounding open
12732 parenthesis. Treat a class body as an in-expression class if
12733 it's used in an object clone expression in Pike.
12734
12735 * progmodes/cc-engine.el (c-get-offset)
12736 (c-get-syntactic-indentation): Allow several anchor positions
12737 in the list of syntactic symbols. Only the first is used as
12738 the base for the offset calculation.
12739
12740 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12741
12742 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
12743 macro if inside one at the top level. Do not throw an error
12744 if used at the top level outside a macro.
12745
12746 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
12747 alignment only if the backslashes can't be aligned with
12748 surrounding backslashes.
12749
12750 * progmodes/cc-engine.el (c-end-of-macro): New function.
12751
12752 * progmodes/cc-engine.el (c-least-enclosing-brace):
12753 Rewritten to not be destructive.
12754
12755 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12756
12757 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
12758 line break when point is inside the content of it; if it's in
12759 the cpp keyword a normal line break is done.
12760
12761 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
12762 cpp-macro-cont inside the argument list to a #define.
12763
12764 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12765
12766 * progmodes/cc-defs.el (c-forward-comment): Implemented a
12767 kludge to avoid the problem most forward-comment incarnations
12768 have with `\' together with comment parsing.
12769
12770 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12771
12772 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
12773 which could cause the state returned by `c-parse-state' to
12774 lack a closed paren element. That in turn could result in
12775 very long searches, since it's common that they start from the
12776 last preceding close brace.
12777
12778 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12779
12780 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
12781 treat else-if as a single continuation, since that'd make it
12782 hard to get the right anchor point when there's a line break
12783 between the two keywords. This change causes else-clause to
12784 be anchored on the closest preceding else-if and not always on
12785 the starting if, but that doesn't affect the indentation for
12786 any reasonably sane style. Also introduced a noerror flag.
12787
12788 (c-beginning-of-closest-statement): Removed;
12789 c-beginning-of-statement-1 now avoids the problem this one solved.
12790
12791 * progmodes/cc-engine.el (c-guess-continued-construct)
12792 (c-guess-basic-syntax): Better and more uniform anchor points
12793 for 'statement-cont and 'substatement. The effect is
12794 noticeable mostly when there's a label on the same line as the
12795 beginning of the statement, or when there are more stuff
12796 before the start of the statement.
12797
12798 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
12799 Added flag to disable looking at the type of the surrounding paren
12800 since that confuses c-beginning-of-statement-1 and a couple of
12801 other places.
12802
12803 * progmodes/cc-engine.el (c-guess-basic-syntax):
12804 Avoid stepping to the previous statement in case 18.
12805 Improvements in recognition of statement blocks on the top level.
12806
12807 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12808
12809 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12810 (c-crosses-statement-barrier-p): Rewritten to get a well
12811 defined and documented behavior. This fixes some tricky cases
12812 in recognition of do-while constructs.
12813
12814 (c-backward-to-start-of-do, c-backward-to-start-of-if):
12815 Removed; use c-beginning-of-statement-1 instead.
12816
12817 (c-guess-continued-construct, c-guess-basic-syntax):
12818 Various fixes to not depend on the bugs previously in
12819 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
12820 use the new behavior of c-beginning-of-statement-1 better.
12821 Fixed recognition of catch blocks inside macros.
12822
12823 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
12824 in skipping over a macro.
12825
12826 * progmodes/cc-langs.el (c-label-kwds): New variable to
12827 contain the appropriate c-*-label-kwds value.
12828
12829 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
12830 evaluation bug that caused the widget for
12831 c-block-comment-prefix to bug out.
12832
12833 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12834
12835 * progmodes/cc-engine.el (c-guess-basic-syntax):
12836 Improved recognition of statements: They are now recognized in
12837 contexts where they normally can't occur, e.g. on the top level or
12838 in function call arguments. This is mainly useful to recognize
12839 statements in macros at the top level, and in arguments to
12840 macros. The cases has been moved around quite a bit, and case
12841 10 has been copied to case 18. (The cases has not been
12842 renumbered because of this.)
12843
12844 (c-guess-continued-construct): New function which has the
12845 rules which are common between cases 10 and 18.
12846
12847 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12848 (c-backward-to-start-of-do, c-backward-to-start-of-if):
12849 Fixes so that they really obey the passed limits.
12850
12851 (c-safe-position): Return nil if the state doesn't contain a
12852 suitable position.
12853
12854 (c-guess-basic-syntax): Fixes some too short limits in calls
12855 to c-beginning-of-statement-1. Some fixes for top level
12856 analysis in ObjC mode.
12857
12858 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12859 Fixed bug in do-while statements where the body is not a block.
12860
12861 * progmodes/cc-styles.el (c-set-style):
12862 Reset c-special-indent-hook to its global value if in override mode.
12863 Fixes problem where functions on that hook remained after
12864 style switch.
12865
12866 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
12867 Use c-benign-error to report the c-strict-syntax-p error.
12868
12869 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12870
12871 * progmodes/cc-align.el, progmodes/cc-defs.el,
12872 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
12873 Several fixes to treat macros as code and not literals and to
12874 handle line continuations transparently.
12875
12876 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
12877 through whitespace and line continuations, but not comments
12878 and macros.
12879
12880 (c-in-literal): No longer recognizes macros as literals by
12881 default. An extra flag argument is required to do that.
12882
12883 (c-macro-start, c-query-macro-start)
12884 (c-query-and-set-macro-start): Added a cache for the macro
12885 start position.
12886
12887 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
12888 more speed when limits are given. Workaround for bad behavior
12889 in forward-comment in some emacsen when it hits a buffer limit
12890 with a large repeat count.
12891
12892 (c-lineup-macro-cont): Improved behavior when
12893 c-syntactic-indentation-in-macros is nil.
12894
12895 (c-syntactic-indentation-in-macros, c-backslash-max-column)
12896 (c-auto-align-backslashes): New customization variables to
12897 control macro handling.
12898
12899 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12900 Fixes to handle line continuations.
12901
12902 * progmodes/cc-defs.el, progmodes/cc-styles.el
12903 (c-get-style-variables, c-set-offset): Report style errors
12904 with message and ding instead of error signal. This to avoid
12905 interrupted mode init if there's some style problem.
12906
12907 (c-benign-error): New macro to report errors that doesn't need
12908 to interrupt the operation.
12909
12910 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
12911
12912 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12913
12914 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
12915 Removed most of the c-state-cache fiddling, since the global
12916 state cache now handles this.
12917
12918 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
12919 when there's an open paren at the very first char of the
12920 visible buffer region.
12921
12922 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
12923 Cache the state globally and invalidate it below every buffer
12924 change with the new after change function
12925 `c-check-state-cache'. This gives a considerable performance
12926 boost when editing large functions or classes.
12927
12928 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
12929
12930 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12931
12932 * progmodes/cc-engine.el, progmodes/cc-langs.el,
12933 progmodes/cc-align.el: Improvements to syntactic analysis
12934 inside macros:
12935
12936 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
12937 by `c-guess-basic-syntax'.
12938
12939 (c-parse-state): Fixed bug with braces inside macros when
12940 using cached state info.
12941
12942 (c-forward-to-cpp-expression): New function to aid in
12943 syntactic analysis inside macros.
12944
12945 (c-beginning-of-statement-1, c-backward-syntactic-ws):
12946 Fixes to work better inside macros.
12947
12948 (c-forward-syntactic-ws): Whitespace between the # and the
12949 command should be allowed in preprocessor directives.
12950
12951 (c-lineup-macro-cont): New lineup function to get context
12952 sensitive indentation inside macros.
12953
12954 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
12955 cpp-macro-cont.
12956
12957 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12958
12959 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12960 (c-forward-syntactic-ws): Fixes to handle continued lines.
12961
12962 (c-backward-to-start-of-if, c-guess-basic-syntax):
12963 Do syntactic analysis inside macros.
12964
12965 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12966
12967 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
12968 possible by the more flexible state cache.
12969
12970 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
12971 (c-whack-state-after, c-hack-state)
12972 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
12973 Improved the state cache system. It now can use partial info from
12974 an old cached state to calculate a new one at a different
12975 position. Removed some kludges to avoid the state cache.
12976 The new functions `c-whack-state-before' and `c-whack-state-after'
12977 replace the now obsolete `c-whack-state'.
12978
12979 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12980 Optimized backing through a macro. This can speed things up
12981 quite a bit when there are long macros before point.
12982
12983 (c-beginning-of-macro): Do not ignore the limit.
12984
12985 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12986
12987 * progmodes/cc-cmds.el (c-electric-continued-statement):
12988 Fixed a bug where the keyword wasn't reindented correctly if
12989 followed by another keyword or identifier.
12990
12991 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
12992 pairs that are in macros. Fixes some cases where e.g. the
12993 second of two "do { } while (0)" macros after each other
12994 indented differently.
12995
12996 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12997
12998 * progmodes/cc-engine.el (c-beginning-of-macro)
12999 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
13000 directive when it begins a line, to allow for script
13001 interpreter lines like "#!/usr/bin/pike" at the beginning of
13002 the file.
13003
13004 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13005
13006 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13007 Recognize brace blocks inside a parenthesis expression as
13008 inexpr-statement. Useful when writing statements as macro arguments.
13009
13010 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13011
13012 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
13013 (c-mask-comment): Broke out the comment masking code from
13014 `c-fill-paragraph' to a new function `c-mask-comment', to be
13015 able to do the same thing in `c-do-auto-fill'. This should
13016 make auto-fill-mode behave better.
13017
13018 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13019
13020 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
13021 Check `executing-macro' to avoid blinking parens when macros
13022 are executed.
13023
13024 * progmodes/cc-mode.el, progmodes/cc-styles.el
13025 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
13026 consistency with `c-setup-paragraph-variables' (which was
13027 placed there due to the dependency from `c-set-style').
13028
13029 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
13030 incomplete initialization from the style variable fallbacks if
13031 there already is a style called "user" defined when CC Mode
13032 starts up for the first time.
13033
13034 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13035
13036 * progmodes/cc-cmds.el, progmodes/cc-vars.el
13037 (c-comment-indent, c-indent-comment-alist): Added new variable
13038 `c-indent-comment-alist' to allow better control over
13039 `c-comment-indent'.
13040
13041 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13042
13043 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
13044 both `comment-start-skip' and the comment prefix on the
13045 current line with the comment starter, so that we line up
13046 comments which matches `c-comment-prefix-regexp' on the first
13047 line (after the `/') without the need to make
13048 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
13049
13050 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
13051 (c-set-style-1, c-setup-paragraph-variables): Moved the
13052 variable initialization based on `c-comment-prefix-regexp' to
13053 a new function `c-setup-paragraph-variables', which is now
13054 used both at mode init and when a style that sets
13055 `c-comment-prefix-regexp' is activated.
13056
13057 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13058
13059 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
13060 Better handling of C++ template args to avoid confusion with
13061 `<' and `>' used as operators in member init expressions.
13062
13063 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13064
13065 * progmodes/cc-engine.el (c-most-enclosing-brace)
13066 (c-least-enclosing-brace): Added optional second arg to limit
13067 the search to before a certain point.
13068
13069 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
13070 which could cause incorrect analysis if a cached state is used
13071 (usually only happens when an electric key reindents a line).
13072
13073 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13074
13075 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
13076 insulation. This time for XEmacs 21.
13077
13078 * progmodes/cc-engine.el, progmodes/cc-langs.el:
13079 Improved handling of inheritance lists:
13080
13081 (c-beginning-of-inheritance-list): Rewritten to use a more
13082 syntactically correct method that doesn't get confused by
13083 badly placed linebreaks and comments.
13084
13085 (c-guess-basic-syntax): Several fixes to the handling of
13086 inheritance lists in combination with templates. 'inher-intro
13087 is now anchored on the start of the class declaration and not
13088 the indentation of the current line. Switched places on cases
13089 5D.3 and 5D.4 and made them use more syntactically correct methods.
13090
13091 (c-inher-key): Removed since the code in
13092 `c-guess-basic-syntax' now uses token-based search.
13093
13094 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
13095 Added a submenu to access some toggles.
13096
13097 (c-toggle-syntactic-indentation): New function to toggle the
13098 variable `c-syntactic-indentation'.
13099
13100 * progmodes/cc-styles.el (c-set-style): Improved the error
13101 message for incorrect offsets a bit.
13102
13103 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13104
13105 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
13106 sexp follows point immediately, instead find the closest
13107 following open paren that ends on another line.
13108
13109 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13110
13111 * progmodes/cc-align.el (c-lineup-cascaded-calls):
13112 New indentation function.
13113
13114 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
13115 directives with whitespace between the '#' and the name.
13116
13117 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13118
13119 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13120 (c-backward-syntactic-ws): Handle line continuations as
13121 whitespace. Don't move past a macro if that'd take us past
13122 the limit.
13123
13124 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13125
13126 * progmodes/cc-engine.el (c-beginning-of-macro)
13127 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
13128 Pike, and that shouldn't be confused with a preprocessor directive.
13129
13130 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13131
13132 * progmodes/cc-cmds.el: Extended the kludge to interoperate
13133 with the delsel and pending-del packages wrt to the new
13134 function `c-electric-delete-forward'.
13135
13136 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13137
13138 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
13139 the block itself, i.e. only indent the contents in it.
13140
13141 * progmodes/cc-styles.el (c-set-style): Use the default
13142 argument to completing-read instead of initial-contents, if
13143 the function is recent enough to support it.
13144
13145 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13146
13147 * progmodes/cc-mode.el (c-mode-help-address):
13148 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
13149 I've almost never seen a bug reported this way that should go
13150 to that list, but it's rather common that the reports concern
13151 the combination CC Mode and XEmacs instead.
13152
13153 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13154
13155 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
13156 brace-elseif-brace and brace-catch-brace are active and
13157 there's a "else if"-block before the catch block.
13158
13159 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
13160 Detect function headers that span lines.
13161
13162 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13163
13164 * progmodes/cc-cmds.el (c-electric-brace)
13165 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
13166 Check for last on line only for doing the auto-newline-mode
13167 stuff, not for the reindentation.
13168
13169 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
13170 handling of c-syntactic-indentation: When it's nil, indent the
13171 new lines but don't reindent the current one. Reindent the
13172 line only when the inserted brace comes first on it, instead
13173 of last.
13174
13175 * progmodes/cc-cmds.el (c-electric-brace)
13176 (c-electric-semi&comma): Fixed two places where
13177 c-syntactic-indentation wasn't heeded.
13178
13179 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
13180 inside a macro.
13181
13182 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
13183 little harder to find a fallback position when an orphan else
13184 is found. Fixed case where an else following a do-while
13185 statement could be associated with an if inside the do-while.
13186
13187 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13188
13189 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
13190 for the fallback to add a single space after the comment prefix.
13191
13192 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
13193 behavior in some special cases, especially for single-line comments.
13194 Avoid breaking up a comment starter or ender.
13195
13196 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13197
13198 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
13199 the Emacs sources to make this work in invisible text.
13200
13201 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
13202 not be confused by a later ':' on the same line as the label.
13203
13204 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13205
13206 * progmodes/cc-cmds.el, progmodes/cc-mode.el
13207 (c-electric-delete, c-electric-delete-forward):
13208 Split `c-electric-delete' into two functions where
13209 `c-electric-delete-forward' always deletes forward and
13210 `c-electric-delete' only contains the code necessary for
13211 XEmacs to choose between backward and forward deletion.
13212 `c-electric-delete-forward' is now bound to C-d to get the
13213 electric behavior on that key too.
13214
13215 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13216
13217 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
13218 use of c-comment-prefix-regexp, which caused an error when
13219 it's a list.
13220
13221 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13222
13223 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
13224 (c-default-style): Removed the hardcoded switch to "java" style
13225 in Java mode. It's instead taken care of by the default value
13226 for c-default-style.
13227
13228 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13229
13230 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
13231 was triggered by equal signs in string literals.
13232
13233 2002-04-21 Kim F. Storm <storm@cua.dk>
13234
13235 * subr.el (insert-buffer-substring-no-properties): New function.
13236 (insert-buffer-substring-as-yank): New function.
13237
13238 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13239
13240 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
13241 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
13242 prefix from scroll commands. Ignore end-of-buffer errors from
13243 other windows.
13244 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
13245 commands.
13246 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13247 New functions.
13248
13249 * files.el: (auto-mode-alist): .f95 files in f90-mode.
13250
13251 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
13252 a DO statement irrespective of numeric label.
13253
13254 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13255
13256 * files.el (auto-save-file-name-transforms): Doc fix.
13257 Add third element to "uniquify" filenames.
13258 (make-auto-save-file-name): Use new element of
13259 auto-save-file-name-transforms.
13260 * startup.el (command-line): Add third element to
13261 auto-save-file-name-transforms.
13262
13263 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
13264
13265 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
13266 return value of file-name-completion and file-name-all-completions.
13267
13268 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
13269
13270 * progmodes/f90.el: Update maintainer.
13271 (f90-line-continued): Recognize blank/comment lines embedded in
13272 continuation lines.
13273 (f90-looking-at-program-block-start): No extra indentation after
13274 function or subroutine keyword appears in single quotes.
13275
13276 2002-04-19 Miles Bader <miles@gnu.org>
13277
13278 * custom.el (customize-mark-to-save, customize-mark-as-set)
13279 (custom-quote): Moved here from `cus-edit.el'.
13280 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
13281 (custom-quote): Moved to `custom.el'.
13282
13283 2002-04-18 Richard M. Stallman <rms@gnu.org>
13284
13285 * facemenu.el (list-text-properties-at): Command deleted.
13286
13287 * rect.el (insert-rectangle): Use insert-for-yank.
13288
13289 * register.el (insert-register): Use insert-for-yank.
13290 (describe-register-1): Discard text props in yank-excluded-properties.
13291
13292 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
13293 Fix parts in construction of `menu-item' item at end.
13294
13295 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
13296
13297 * subr.el (insert-for-yank): New function.
13298
13299 * simple.el (yank-excluded-properties): New user option.
13300 (yank-pop, yank): Use insert-for-yank.
13301
13302 2002-04-19 Kim F. Storm <storm@cua.dk>
13303
13304 * simple.el (pop-to-mark-command): Do not set this-command.
13305 (set-mark-command): Always jump to mark when called with arg.
13306
13307 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
13308
13309 * comint.el (comint-watch-for-password-prompt): Remove whitespace
13310 at the beginning of password prompts.
13311
13312 2002-04-18 Andrew Innes <andrewi@gnu.org>
13313
13314 * facemenu.el: Remove require of wid-edit.
13315
13316 2002-04-17 Colin Walters <walters@verbum.org>
13317
13318 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
13319 one window.
13320 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
13321 (ibuffer-current-state-list): Reinstate optional argument; now
13322 just call `point' inside the mapping function.
13323
13324 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
13325
13326 * dired-aux.el (dired-star-subst-regexp)
13327 (dired-quark-subst-regexp): New constants.
13328 (dired-do-shell-command, dired-shell-stuff-it): Use them.
13329 (dired-do-shell-command): Raise an error if both `*' and `?'
13330 substitution marks are used in the same command.
13331 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
13332 in a command given via dired-do-shell-command.
13333
13334 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
13335
13336 2002-04-16 Jason Rumney <jasonr@gnu.org>
13337
13338 * international/mule-cmds.el (locale-preferred-coding-systems):
13339 Add "jpn".
13340
13341 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
13342
13343 * term.el (term-emulate-terminal): Fix last change.
13344
13345 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13346
13347 * bindings.el (mode-line-mode-menu): Update names to reflect
13348 latest changes.
13349
13350 2002-04-16 Mike Williams <mdub@bigfoot.com>
13351
13352 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
13353 compilation error.
13354
13355 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
13356
13357 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
13358 (viper-ex-print-buf-name): New variable.
13359 (viper-ex-print-buf): New variable.
13360 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
13361 (ex-g-marks): New variable.
13362 (ex-print): New function.
13363 (ex-print-display-lines): New function.
13364
13365 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
13366 the cursor color.
13367
13368 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
13369 when the window is not in its own frame.
13370 (ediff-clone-buffer-for-region-comparison): More robust window
13371 arrangement while prompting for regions to compare.
13372 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
13373 (ediff-inferior-compare-regions): Deleted unused vars
13374 ctl-buf and quit-now.
13375
13376 2002-04-15 Richard M. Stallman <rms@gnu.org>
13377
13378 * facemenu.el (facemenu-add-new-face): Use this only for faces.
13379 Delete arg MENU.
13380 (facemenu-add-new-color): New function.
13381 (facemenu-set-foreground, facemenu-set-background):
13382 Use facemenu-add-new-color.
13383
13384 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
13385
13386 * ediff-init.el (ediff-current-diff-face-A)
13387 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13388 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
13389 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
13390 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
13391 (ediff-even-diff-face-B, ediff-even-diff-face-C)
13392 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
13393 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
13394 (ediff-odd-diff-face-Ancestor): Add special color definitions for
13395 tty and MS-DOS displays.
13396
13397 2002-04-15 Andrew Innes <andrewi@gnu.org>
13398
13399 * facemenu.el: Require wid-edit.
13400
13401 2002-04-15 Miles Bader <miles@gnu.org>
13402
13403 * faces.el (highlight): Force foreground to be black on a tty, so
13404 this face is readable on a dark-background tty.
13405 * wid-edit.el (widget-field-face, widget-single-line-field-face):
13406 Likewise.
13407
13408 2002-04-14 Kim F. Storm <storm@cua.dk>
13409
13410 * simple.el (pop-to-mark-command, push-mark-command): New commands.
13411 (set-mark-command): Use them.
13412 Enhanced functionality when command is repeated:
13413 - If first command set the mark (no prefix arg), repeat temporarily
13414 enables transient-mark-mode.
13415 - If first command jumped to mark off ring (with argument),
13416 repeat (with or without arg) jump to next mark off ring.
13417 - Use C-u C-u prefix to set mark after jump.
13418 (exchange-point-and-mark): Temporarily enable transient-mark-mode
13419 if prefix arg.
13420
13421 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13422
13423 * speedbar.el (speedbar-tag-hierarchy-method)
13424 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
13425
13426 2002-04-14 Mike Williams <mdub@bigfoot.com>
13427
13428 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
13429 beginning of buffer.
13430
13431 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13432
13433 * speedbar.el (speedbar-generic-item-info)
13434 (speedbar-sort-tags): Doc fix.
13435 (speedbar-add-supported-extension): Fix typo in interactive spec.
13436
13437 2002-04-13 Colin Walters <walters@verbum.org>
13438
13439 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
13440 only moving one line forward.
13441 (ibuffer-map-lines): Preserve point position even if we delete
13442 lines. Only call mapping functions with buffer and mark
13443 arguments; the other two were unused.
13444 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
13445
13446 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
13447
13448 * calc/calc-bin.el (math-format-radix-float): Use `when'.
13449
13450 * calc/calc.el (math-format-number): Load `calc-ext' before we
13451 call `math-group-float'.
13452
13453 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13454 Renamed from `gamegrid-add-score'.
13455 (gamegrid-add-score-insecure): Restored from the old
13456 `gamegrid-add-score'.
13457 (gamegrid-add-score): Just dispatch on `system-type' to one of the
13458 previous two functions.
13459
13460 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13461
13462 * iswitchb.el: Update commentary to include new function
13463 iswitchb-exclude-nonmatching.
13464
13465 2002-04-12 John Wiegley <johnw@gnu.org>
13466
13467 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
13468 operating systems to the regexp used to detect a script's interpreter.
13469
13470 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
13471
13472 * frame.el (frames-on-display-list): Use `equal' to compare the
13473 `display' frame parameter to the argument DISPLAY.
13474
13475 2002-04-12 Dave Love <fx@gnu.org>
13476
13477 * help.el (string-key-binding): Deal with margin events.
13478
13479 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
13480
13481 * comint.el (comint-password-prompt-regexp): Match " SMB password".
13482
13483 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
13484
13485 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
13486
13487 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
13488
13489 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
13490 (buffer-syntactic-context-depth): New funs.
13491
13492 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
13493 on variables.
13494
13495 * emacs-lisp/debug.el (debug-on-entry): Use push.
13496 (debugger-make-xrefs): Don't assume point-min == 1.
13497
13498 * progmodes/cc-engine.el (c-backward-to-start-of-if):
13499 Don't assume point-min == 1.
13500
13501 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
13502 (etags-list-tags, etags-tags-apropos, select-tags-table):
13503 Don't assume point-min == 1.
13504
13505 2002-04-12 Mike Williams <mdub@bigfoot.com>
13506
13507 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
13508
13509 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
13510
13511 * textmodes/fill.el (fill-context-prefix): Fix up last change.
13512
13513 * simple.el (line-move): Use memq rather than or.
13514 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
13515 (do-auto-fill): Use fill-move-to-break-point.
13516 (syntax-code-table): Remove.
13517
13518 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
13519 Don't add spaces at end of sentences at end of line.
13520 (fill-move-to-break-point): Make sure the result is always greater
13521 than linebeg, so we ensure forward progress.
13522 (fill-region-as-paragraph): Compare to `to' rather than eobp.
13523 (fill-paragraph): Don't rebind fill-paragraph-function.
13524
13525 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13526
13527 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
13528
13529 2002-04-11 Andreas Schwab <schwab@suse.de>
13530
13531 * files.el (file-name-non-special): Handle return value of t from
13532 `file-name-completion'.
13533
13534 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
13535
13536 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
13537 differently to avoid pathological exponential-time case.
13538 (adaptive-fill-regexp): Add ! and %.
13539 (fill-delete-prefix): Remove indentation while removing prefix.
13540 (fill-delete-newlines): Obey sentence-end.
13541 (fill-move-to-break-point, fill-newline): New functions extracted
13542 from fill-region-as-paragraph.
13543 (fill-region-as-paragraph): Use them.
13544 Don't fiddle with fill-indent-according-to-mode.
13545
13546 2002-04-10 Colin Walters <walters@verbum.org>
13547
13548 * play/snake.el (snake-score-file): Default to just "snake-scores".
13549
13550 * play/tetris.el (tetris-score-file): Likewise.
13551
13552 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
13553 use `update-game-score'.
13554
13555 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
13556 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
13557 ourselves; take it as an argument. Caller updated.
13558 (ibuffer-mode): Make mode-class special.
13559
13560 2002-04-10 Richard M. Stallman <rms@gnu.org>
13561
13562 * dired.el (dired-view-command-alist): New variable.
13563 (dired-view-file): Use external viewers for some files names.
13564
13565 * mouse.el (mouse-drag-region-1): Display region highlight
13566 only in the selected window.
13567
13568 * subr.el (remove-hook): When there are no more local hooks,
13569 kill the buffer-local value.
13570
13571 * isearch.el (isearch-mode): Don't call make-frame-visible
13572 if frame is already visible.
13573
13574 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
13575
13576 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
13577
13578 * progmodes/ada-prj.el: Add support for the new project file
13579 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
13580 Fix widget handling for Emacs 21. ada-mode now only supports a single
13581 active project file, instead of one per buffer. This is far less
13582 confusing.
13583
13584 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
13585 (ada-func-or-proc-name): Get real subprogram name, after change in
13586 ada-mode.el.
13587
13588 * progmodes/ada-xref.el: Ada-mode no longer supports a different
13589 project file per buffer. This was too complex. Instead, there is
13590 now a single active project file at any given time, and the user
13591 can switch the active one through the Ada menu. This revision
13592 also provides better handling of the Windows command line, and the
13593 various available shells on that platform. ada-mode is now fully
13594 integrated with the GNU visual debugger gvd, see
13595 http://libre.act-europe.fr.
13596 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
13597 This is only available with GNAT 3.14.
13598 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
13599 (ada-quote-cmd): New function.
13600 (ada-initialize-runtime-library): Get the location of the actual
13601 runtime the compiler will be using, including support for
13602 cross-platform environments.
13603 (ada-treat-cmd-string): Add support for the new variable
13604 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
13605 two commands to run just prior to running the debugger, and just
13606 after starting it. This provide better support for cross-platform
13607 and remote debugging.
13608 (ada-get-absolute-dir): Remove, replace with expand-file-name.
13609 (ada-gdb-application): New parameter executable-name.
13610 (ada-get-ali-file-name): Better handling of separate packages.
13611 Checkin on behalf of the ada-mode maintainer.
13612
13613 * progmodes/ada-mode.el (ada-case-exception-file)
13614 (ada-indent-handle-comment-special): New variables.
13615 (ada-case-exception-substring): New variable. Casing exceptions
13616 can now also be defined for substrings, in addition to full
13617 identifier names. This provides more flexibility.
13618 (ada-align-list): New fun, provide support for align.el in ada-mode.
13619 (ada-procedure-start-regexp): Add support for operators and
13620 generic formal subprograms and packages.
13621 (ada-imenu-comment-re): New variable.
13622 (ada-imenu-generic-expression): Add support for protected types.
13623 (ada-mode): Set comment-start only after running ada-mode-hook, so
13624 that the user can change ada-comment-start in the hook.
13625 Add support for ispell in comments. Add support for align.el.
13626 (ada-save-exception-file, ada-create-case-exception-substring)
13627 (ada-adjust-case-substring): New functions.
13628 (ada-get-current-indent): Properly handles keywords with uppercases.
13629 (ada-goto-matching-end): Rewritten, fixes problems in the handling
13630 of nested blocks.
13631 (ada-untab-hard): Do not touch the contents of comments and strings.
13632
13633 2002-04-09 Mike Williams <mdub@bigfoot.com>
13634
13635 * textmodes/sgml-mode.el (sgml-lexical-context):
13636 Use sgml-parse-tag-backward to find start point.
13637 (sgml-looking-back-at): Doc fix.
13638
13639 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13640
13641 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
13642 for prompt.
13643
13644 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
13645
13646 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
13647 Use define-minor-mode.
13648 (auto-revert-buffers): Use with-current-buffer.
13649 Avoid changing the minor modes.
13650
13651 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
13652 rather than char-to-string since last-input-char can be any event.
13653
13654 * international/titdic-cnv.el (tit-dictionary):
13655 Use defvar for non-constants.
13656
13657 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
13658 (global-cwarn-mode): Use easy-mmode-define-global-mode.
13659 (cwarn-font-lock-keywords): New function.
13660 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
13661 (cwarn-font-lock-match): New macro.
13662 (cwarn-font-lock-match-assignment-in-expression)
13663 (cwarn-font-lock-match-dangerous-semicolon)
13664 (cwarn-font-lock-match-reference): Use it.
13665
13666 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
13667 Use defvar rather than defconst since it's meant to be settable.
13668 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
13669 (cperl-fix-line-spacing): Add missing \ in [ t].
13670
13671 * loadup.el: Call ucs-unify-8859 directly rather than
13672 unify-8859-on-encoding-mode.
13673 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
13674
13675 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
13676 (sgml-mode): Use it for comment-line-break-function.
13677
13678 2002-04-08 Jason Rumney <jasonr@gnu.org>
13679
13680 * international/mule-cmds.el (reset-language-environment):
13681 Handle coding-systems not being defined yet.
13682
13683 2002-04-08 Sam Steingold <sds@gnu.org>
13684
13685 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
13686 (vc-cvs-checkin): Use it.
13687
13688 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13689
13690 * files.el (display-time-string): Fix last change.
13691
13692 2002-04-07 Sam Steingold <sds@gnu.org>
13693
13694 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
13695
13696 2002-04-07 Jason Rumney <jasonr@gnu.org>
13697
13698 * international/mule-cmds.el (set-default-coding-systems)
13699 (reset-language-environment): Preserve eols on
13700 default-process-coding-system.
13701 (coding-system-change-text-conversion): Fix case where CODING is nil.
13702
13703 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13704
13705 * subr.el (play-sound): Move here from simple.el.
13706
13707 * simple.el (play-sound): Move to subr.el.
13708
13709 2002-04-06 Richard M. Stallman <rms@gnu.org>
13710
13711 * files.el (display-time-string-forms): Mark as risky.
13712
13713 * enriched.el (enriched-decode-foreground, enriched-decode-background):
13714 Use proper format for desired elts of `face' property.
13715 Don't test display-color-p; make the properties unconditionally.
13716
13717 * progmodes/compile.el (compilation-error-regexp-alist):
13718 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
13719
13720 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
13721
13722 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
13723 for customization type.
13724 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
13725
13726 2002-04-06 Mike Williams <mdub@bigfoot.com>
13727
13728 * textmodes/xml-lite.el: Remove.
13729
13730 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13731
13732 * simple.el (play-sound): New function (uses play-sound-internal).
13733
13734 2002-04-04 Richard M. Stallman <rms@gnu.org>
13735
13736 * files.el (mode-line-format, mode-line-modified)
13737 (mode-line-mule-info, mode-line-buffer-identification)
13738 (mode-line-modes, mode-line-position): Explicitly mark as risky.
13739 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
13740
13741 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
13742
13743 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
13744 Use (syntax-table), not old-syntax-table.
13745
13746 * enriched.el (enriched-decode-foreground)
13747 (enriched-decode-background): Don't call facemenu-get-face.
13748
13749 2002-04-04 Mike Williams <mdub@bigfoot.com>
13750
13751 * textmodes/sgml-mode.el: Add missing require.
13752 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
13753
13754 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13755
13756 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
13757 spot indicated by text property `cvs-goal-column', if present.
13758
13759 * pcvs-info.el (cvs-fileinfo-pp): Use text property
13760 `cvs-goal-column' to indicate position of file name (if present).
13761
13762 2002-04-03 Richard M. Stallman <rms@gnu.org>
13763
13764 * mail/mailabbrev.el (mail-abbrev-complete-alias):
13765 Call mail-abbrev-make-syntax-table.
13766
13767 * format.el (format-deannotate-region): Doc fix.
13768
13769 * enriched.el (enriched-face-ans): Delete special treatment
13770 for fg:... and bg:... faces.
13771 (enriched-decode-foreground): Return a list that specifies
13772 the foreground color, rather than creating a face.
13773 (enriched-decode-background): Likewise.
13774
13775 * shell.el (shell-mode): Don't reinit comint-input-ring
13776 if that was already done.
13777
13778 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
13779
13780 * solar.el (solar-spring-or-summer-season): Delete.
13781 (solar-northern-spring-or-summer-season): New variable.
13782 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
13783 Rewrite.
13784
13785 * solar.el (diary-sabbath-candles-minutes): New variable.
13786 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
13787
13788 * calendar.el (update-calendar-mode-line): Force mode-line update.
13789 Make date under the cursor available as `date' in
13790 calendar-mode-line-format.
13791 Eval items in calendar-mode-line-format list.
13792
13793 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
13794 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
13795
13796 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
13797
13798 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
13799 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
13800 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
13801 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
13802
13803 * cal-tex.el: Change all instances (interactive "P") to
13804 (interactive "p").
13805 (cal-tex-cursor-month): Add hfill and newline at end of month that
13806 ended on Saturday.
13807 (cal-tex-preamble): Change to LaTeX2e.
13808 (cal-tex-cursor-filofax-year): Don't use default month names in
13809 LaTeX macros in case user changes them.
13810 (cal-tex-month-name): New function. Used throughout in case user
13811 has done something funny with month names.
13812
13813 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
13814 (diary-rosh-hodesh): Spelling correction.
13815
13816 2002-04-03 Mike Williams <mdub@bigfoot.com>
13817
13818 * textmodes/sgml-mode.el (sgml-lexical-context)
13819 (sgml-parse-tag-backward): Extend support for CDATA to include
13820 conditional sections.
13821
13822 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13823
13824 * cus-start.el: Rename `autoselect-window' to
13825 `mouse-autoselect-window'.
13826
13827 2002-04-02 Richard M. Stallman <rms@gnu.org>
13828
13829 * files.el (hack-one-local-variable):
13830 Clear text props from string value.
13831
13832 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
13833
13834 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13835 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
13836 Use regexp-opt.
13837 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
13838 from F95.
13839 (f90-procedures-re): Add `null' and `cpu_time' from F95.
13840 (f90-font-lock-keywords-1): Minor reorganization so we don't need
13841 `override' any more.
13842 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
13843 (f90-indent-subprogram): Use indent-region.
13844 (f90-break-line): Use indent-according-to-mode.
13845
13846 2002-04-02 Mike Williams <mdub@bigfoot.com>
13847
13848 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
13849 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
13850 (sgml-get-context): Remove use of sgml-inside-tag-p.
13851 (sgml-inside-tag-p): Remove.
13852 (sgml-looking-back-at): Short-circuit at beg of buffer.
13853 (sgml-lexical-context, sgml-calculate-indent): Add support for
13854 CDATA sections.
13855
13856 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
13857
13858 * help.el (help-key-description): New fun.
13859 (describe-key-briefly, describe-key): Use it and
13860 this-single-command-raw-keys plus new arg `untranslated'.
13861
13862 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
13863 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
13864 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
13865 (sgml-insert-end-tag): New funs taken from xml-lite.el.
13866 (sgml-calculate-indent): Use them.
13867 (sgml-slash-matching): Rename from sgml-slash.
13868 (sgml-slash): Copied from xml-lite and changed to use
13869 sgml-slash-matching and sgml-quick-keys.
13870
13871 * international/mule-cmds.el (standard-keyboard-coding-systems):
13872 Add koi8-u and koi8-r.
13873
13874 * eshell/.cvsignore: New file.
13875
13876 * eshell/esh-groups.el: Remove.
13877
13878 * progmodes/tcl.el: Change maintainer.
13879 (tcl-electric-hash-style): Change default to nil.
13880 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
13881 (tcl-do-auto-fill): Remove.
13882 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
13883
13884 2002-04-01 Mike Williams <mdub@bigfoot.com>
13885
13886 * textmodes/sgml-mode.el: Doc fixes.
13887 (sgml-mode): Set indent-line-function to sgml-indent-line.
13888 (sgml-calculate-indent): Add an explicit check for 'text syntax,
13889 to protect against future enhancements to sgml-lexical-context.
13890 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
13891
13892 * textmodes/xml-lite.el: Removed much redundant stuff.
13893 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
13894 always start within text. Make use of sgml-unclosed-tag-p.
13895
13896 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
13897
13898 * tcl.el (tcl-imenu-generic-expression): New value.
13899 (tcl-imenu-create-index-function): Function deleted.
13900 (tcl-mode): Check for filladapt-mode.
13901 Use tcl-imenu-generic-expression instead of
13902 tcl-imenu-create-index-function.
13903 (inferior-tcl-mode): Doc fix.
13904 Change not legally significant.
13905
13906 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13907
13908 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
13909
13910 * window.el (handle-select-window): New function.
13911 Update copyright.
13912
13913 2002-04-01 Richard M. Stallman <rms@gnu.org>
13914
13915 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
13916
13917 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
13918 tool-bar-add-item, and new arg MAP.
13919 (tool-bar-add-item): Now calls tool-bar-local-item.
13920 (tool-bar-local-item-from-menu): Renamed from
13921 tool-bar-add-item-from-menu, and new arg IN-MAP.
13922 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
13923
13924 * help-fns.el (help-with-tutorial): Allow various ways
13925 to specify the text in the [...] line, in handling the <...> line.
13926
13927 * progmodes/idlw-rinfo.el (idlwave-system-routines):
13928 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
13929
13930 * subr.el (redraw-modeline): Define alias.
13931
13932 2002-03-31 Richard M. Stallman <rms@gnu.org>
13933
13934 * files.el (file-expand-wildcards): Use save-match-data.
13935
13936 * files.el (format-alist): Mark as risky.
13937
13938 * simple.el (kill-new): Doc fix.
13939
13940 * emacs-lisp/byte-opt.el (side-effect-free-fns)
13941 (side-effect-and-error-free-fns): Add many functions, remove some.
13942
13943 2002-03-30 Richard M. Stallman <rms@gnu.org>
13944
13945 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
13946
13947 2002-03-30 Eli Zaretskii <eliz@gnu.org>
13948
13949 * font-lock.el (save-buffer-state): Fix last change.
13950
13951 * files.el (auto-save-file-name-transforms): Fix last change.
13952
13953 * startup.el (command-line): Fix last change.
13954
13955 2002-03-29 Richard M. Stallman <rms@gnu.org>
13956
13957 * subr.el (play-sound-file): Moved to simple.el.
13958
13959 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
13960
13961 2002-03-29 Colin Walters <walters@verbum.org>
13962
13963 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
13964 instead of `forward-line'.
13965 (ibuffer-forward-line): Be sure to skip over special properties
13966 before moving, too.
13967
13968 * calc/calc.el (calc-was-split): Var deleted.
13969 (calc): Remove reference to it.
13970 (calc): Ditto.
13971 (calc-quit): Ditto.
13972 (calc-init-base): Ditto.
13973
13974 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
13975
13976 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
13977
13978 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
13979 instead of nil when point is outside of any tag.
13980 (sgml-beginning-of-tag): Adjust to the change.
13981 (sgml-calculate-indent): Use the new info returned by
13982 sgml-lexical-context. Try to handle unclosed tags.
13983
13984 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
13985 at unclosed tags unless it is at indentation.
13986 Kill nested unclosed tags.
13987 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
13988 (xml-lite-mode): Use sgml-indent-line instead.
13989
13990 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
13991
13992 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
13993 expand-file-name.
13994
13995 * startup.el (command-line): Recompute auto-save-file-name-transforms
13996 using the updated value of temporary-file-directory.
13997
13998 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
13999
14000 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
14001 even with an empty context. Don't save excursion any more.
14002 Don't complain about unmatched start-tags in sgml-unclosed-tags.
14003 Ignore end-tags in sgml-empty-tags.
14004 (xml-lite-get-context, xml-lite-calculate-indent)
14005 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
14006 (xml-lite-indent-line): Use back-to-indentation.
14007
14008 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
14009 (sgml-name-re, sgml-attrs-re): New consts.
14010 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
14011 (sgml-mode): Use them.
14012 (sgml-lexical-context): Default to (point-min) if nothing else works.
14013 (sgml-calculate-indent): Indent slightly differently.
14014 (sgml-indent-line): Use back-to-indentation.
14015 (sgml-parse-dtd): New function.
14016 (sgml-unclosed-tags): New var.
14017 (html-mode): Set it.
14018
14019 2002-03-29 Simon Marshall <simon.marshall@misys.com>
14020
14021 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
14022
14023 2002-03-29 Richard M. Stallman <rms@gnu.org>
14024
14025 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
14026 Use FILTER arg in dired-get-marked-files to exclude directories.
14027 (dired-nondirectory-p): New function.
14028
14029 * dired.el (dired-get-marked-files): New arg FILTER
14030 allows selection of some files.
14031
14032 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
14033
14034 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
14035
14036 * speedbar.el (speedbar-default-directory-list): Made robust
14037 against deleted directories.
14038
14039 2002-03-28 Richard M. Stallman <rms@gnu.org>
14040
14041 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
14042 Bindings changed.
14043
14044 * progmodes/compile.el (compilation-handle-exit):
14045 If compilation-window-height is 0, display status in echo area.
14046
14047 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
14048
14049 * rect.el (replace-rectangle): Add autoload.
14050
14051 * files.el: Mark many more variables as risky.
14052 (hack-one-local-variable): Recognize several additional
14053 patterns as risky.
14054
14055 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
14056
14057 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
14058
14059 * textmodes/xml-lite.el (xml-lite-in-string-p):
14060 Use sgml-lexical-context.
14061 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
14062 (xml-lite-get-context): Check that open/close tags match.
14063 Don't stop scanning while we're ignoring matching tags.
14064
14065 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
14066 (sgml-mode-syntax-table): Use it.
14067 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
14068 (sgml-tags-invisible): Use it.
14069 (sgml-lexical-context): New fun.
14070 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
14071 (sgml-quote): Accept \n as entity reference terminator.
14072 (sgml-calculate-indent, sgml-indent-line): New funs.
14073
14074 2002-03-28 Andre Spiegel <spiegel@gnu.org>
14075
14076 * vc-cvs.el (vc-cvs-global-switches): New user option.
14077 (vc-cvs-command): New function. Update all callers of
14078 `vc-do-command' in vc-cvs.el to use this instead.
14079
14080 2002-03-27 Andrew Innes <andrewi@gnu.org>
14081
14082 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
14083 relying on shell globbing.
14084
14085 2002-03-27 Colin Walters <walters@debian.org>
14086
14087 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
14088 (ibuffer-fontification-alist): Use it.
14089 (ibuffer-backward-line): Handle `ibuffer-summary' area.
14090 (ibuffer-forward-line): Ditto.
14091
14092 * ibuf-ext.el (sorter mode-name): Doc fix.
14093 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
14094 (operation query-replace): Use new `noerror' arg for
14095 `query-replace-read-args'.
14096 (operation query-replace-regexp): Ditto.
14097
14098 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
14099
14100 * textmodes/xml-lite.el: Fix copyright notice.
14101 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
14102 (xml-lite-indent-comment-offset): Remove.
14103 (xml-lite-calculate-indent): Use new name. Use natural alignment
14104 for comments.
14105 (xml-lite-in-string-p): Simplify.
14106
14107 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14108
14109 * allout.el (outline-layout): Doc fix.
14110
14111 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
14112
14113 * textmodes/xml-lite.el: Don't require `custom'.
14114 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
14115 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
14116 (xml-lite-get-context): Drop nested tags not just for comments.
14117 (xml-lite-indent-line): Be more careful about moving point.
14118 (xml-lite-insert-end-tag, xml-lite-slash):
14119 Use indent-according-to-mode instead of xml-lite-indent-line.
14120 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
14121 Set sgml-xml-mode. Don't call force-mode-line-update.
14122 (xml-lite-mode-map): Don't bind TAB.
14123
14124 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
14125
14126 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
14127 parameter value.
14128 (gud-jdb-build-source-files-list): Comment clarification.
14129 (gud-jdb-massage-args): Reworked into loop-based argument list
14130 processing in order to support -classpath and -sourcepath argument
14131 processing.
14132 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
14133 to gud-jdb-classpath to obtain search list.
14134 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
14135 directory names in classpath/sourcepath lists, update comment.
14136 (jdb): Add setting of gud-jdb-sourcepath, update comment.
14137 (gud-find-class): Add gud-jdb-sourcepath use, and correct
14138 behaviour for the case when classpath is not used--backward
14139 compatibility fix.
14140
14141 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
14142
14143 * Makefile.in (compile, compile-always): Don't try to compile
14144 non-existent files or files in empty directories.
14145
14146 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
14147
14148 * compare-w.el (compare-windows-whitespace): Match all whitespace.
14149
14150 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
14151 copy of standard Lisp directories.
14152
14153 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
14154 Support "next has longname" link type.
14155
14156 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
14157
14158 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
14159 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
14160 New functions.
14161 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
14162 (end-of-xml-tag): Remove.
14163 (xml-lite-get-context): Better handling of comments.
14164 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
14165 (xml-lite-parse-tag-backward): Rewrite.
14166
14167 2002-03-26 Juanma Barranquero <lektu@terra.es>
14168
14169 * makefile.w32-in (WINS): Add the toolbar directory.
14170
14171 2002-03-26 Richard M. Stallman <rms@gnu.org>
14172
14173 * subr.el (substring-no-properties): Function deleted (now in C).
14174
14175 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14176
14177 * mwheel.el (mouse-wheel-mode): Use global-set-key and
14178 global-unset-key.
14179
14180 2002-03-24 Richard M. Stallman <rms@gnu.org>
14181
14182 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
14183
14184 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
14185 to query-replace-read-args.
14186
14187 * progmodes/compile.el (compilation-forget-errors):
14188 Don't adjust compilation-parsing-end if it's nil.
14189
14190 * replace.el (query-replace-read-args): New optional arg NOERROR.
14191 (perform-replace): Use save-window-excursion around recursive edit.
14192
14193 2002-03-24 Colin Walters <walters@verbum.org>
14194
14195 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
14196 non-nil, then always use another window.
14197
14198 2002-03-24 Gerd Moellmann <gerd@gnu.org>
14199
14200 * subr.el (macro-declaration-function): New function. Set the
14201 variable macro-declaration-function to it.
14202
14203 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14204 Handle declarations in macro definitions.
14205
14206 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
14207
14208 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
14209
14210 * enriched.el (enriched-face-ans): Support FACE of the form
14211 (:foreground COLOR) and (:background COLOR).
14212 (enriched-decode-foreground, enriched-decode-background): Set the
14213 fore- and background colors of the faces we create, since facemenu
14214 doesn't.
14215
14216 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14217
14218 * mwheel.el (mouse-wheel-mode): Use the result of
14219 current-global-map instead of the variable `global-map'.
14220
14221 2002-03-23 Richard M. Stallman <rms@gnu.org>
14222
14223 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
14224 broken out of sendmail-pre-abbrev-expand-hook.
14225 (sendmail-pre-abbrev-expand-hook): Use it.
14226
14227 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
14228
14229 * Makefile.in (finder-inf.el): Remove.
14230 (finder-data): Don't depend on finder-inf.el any more.
14231 (compile, compile-always): Handle the case where some files
14232 from DONTCOMPILE are missing (it tried to compile them).
14233 (bootstrap-clean): Use src/emacs only if executable.
14234 (bootstrap): Update subdirs.el and finder-inf.el.
14235
14236 * finder.el: Don't load finder-inf.el during byte-compilation.
14237
14238 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
14239 Don't consider cvs-removed files as under VC control.
14240 VC wouldn't handle them properly anyway and it confuses
14241 vc-file-not-found-hook.
14242
14243 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
14244 Add autoload cookie.
14245
14246 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
14247
14248 * calendar/calendar.el (calendar): Doc fix.
14249
14250 2002-03-22 Juanma Barranquero <lektu@terra.es>
14251
14252 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
14253 (gomoku-font-lock-X-face): Likewise.
14254 (gomoku-font-lock-keywords): Use faces instead of variables.
14255
14256 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
14257
14258 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
14259
14260 2002-03-21 Kim F. Storm <storm@cua.dk>
14261
14262 * simple.el (open-network-stream, open-network-stream-nowait)
14263 (open-network-stream-server): Use featurep to test for
14264 supported networking features.
14265
14266 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
14267
14268 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
14269 directions as the last action.
14270
14271 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14272
14273 * startup.el (fancy-splash-tail, normal-splash-screen):
14274 Update copyright.
14275
14276 * novice.el (disabled-command-hook): Clarify output text to match
14277 prompt.
14278
14279 2002-03-20 Jason Rumney <jasonr@gnu.org>
14280
14281 * frame.el (display-images-p): Do not explicitly check display type.
14282
14283 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
14284
14285 * mail-utils.el:
14286 Eliminate compilation warnings due to `rfc822-addresses'.
14287 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
14288 warning free compile.
14289
14290 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
14291
14292 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
14293 Take the current highlighting style into account.
14294 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
14295 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
14296
14297 * ediff-init.el (ediff-patch-job): New macro.
14298
14299 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
14300 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
14301
14302 * ediff-ptch.el (ediff-map-patch-buffer):
14303 Use ediff-make-new-meta-list-header.
14304 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
14305
14306 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
14307 (ediff-select-difference): Take highlighting style into account.
14308 (ediff-clone-buffer-for-region-comparison): New function.
14309 (ediff-inferior-compare-regions): Added comparison of current diff
14310 regions.
14311
14312 * ediff.el (ediff-clone-buffer-for-region-comparison)
14313 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
14314
14315 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
14316
14317 * mail-utils.el (rmail-dont-reply-to):
14318 Overhaul to correctly apply the regular
14319 expressions in the variable `rmail-dont-reply-to-names' to the list of
14320 destination addresses. Contributed by lorentey@elte.hu.
14321
14322 * rmail.el (rmail-dont-reply-to-names):
14323 Modify the documentation to make it email
14324 address centric rather than login name centric. Contributed by
14325 lorentey@elte.hu.
14326
14327 2002-03-18 Colin Walters <walters@verbum.org>
14328
14329 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
14330 we don't require `cl' at runtime.
14331 (sorting mode mode-name): Don't take the symbol-name of a string.
14332
14333 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
14334 line after setting the mark.
14335 (ibuffer-insert-buffers-and-marks): Invert the test for
14336 `ibuffer-sorting-reversep'.
14337
14338 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
14339
14340 * international/ucs-tables.el (unify-8859-on-decoding-mode)
14341 (unify-8859-on-encoding-mode): Remove autoload cookie.
14342
14343 2002-03-18 Andre Spiegel <spiegel@gnu.org>
14344
14345 * vc-rcs.el (vc-rcs-register): Fix handling of
14346 vc-[rcs-]register-switches.
14347 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
14348 Variables removed, since they weren't used yet.
14349
14350 * vc-cvs.el (vc-cvs-register): Fix handling of
14351 vc-[cvs-]register-switches.
14352
14353 * vc-sccs.el (vc-sccs-register): Fix handling of
14354 vc-[sccs-]register-switches.
14355
14356 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
14357
14358 * loadup.el ("emacs-lisp/backquote"): Load earlier.
14359 ("international/ucs-tables"): Load and turn on
14360 unify-8859-on-encoding-mode unconditionally.
14361 (emacs-version): Use `defconst' rather than `setq'.
14362
14363 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
14364
14365 2002-03-18 Richard M. Stallman <rms@gnu.org>
14366
14367 * menu-bar.el (menu-bar-options-menu): Cope if
14368 text-mode-hook is not a list.
14369
14370 2002-03-17 Richard M. Stallman <rms@gnu.org>
14371
14372 * emulation/pc-select.el (pc-selection-mode):
14373 Alter the existing global map, don't replace it.
14374
14375 * files.el (list-directory): Set default-directory at the end.
14376
14377 * dabbrev.el (dabbrev--goto-start-of-abbrev):
14378 Put a limit on field-beginning search.
14379
14380 2002-03-17 Simon Josefsson <jas@extundo.com>
14381
14382 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
14383 (browse-url-mosaic): Use it.
14384
14385 * net/browse-url.el (browse-url-filename-alist): Don't begin
14386 docstring with *, you don't want to set this one with M-x set-variable.
14387
14388 * net/browse-url.el: Put * in user option doc strings.
14389
14390 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
14391
14392 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
14393 (sgml-xml-guess): Simplify.
14394 (sgml-mode-common): Remove (move into sgml-mode).
14395 (sgml-mode): Add code from sgml-mode-common.
14396 Remove redundant setting of indent-line-function.
14397 Don't set skeleton-transformation when in XML mode.
14398
14399 * international/mule-diag.el (describe-char-after):
14400 Use `internal-describe-syntax-value' again (got lost somewhere).
14401
14402 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
14403 Use unify-8859-on-decoding-mode.
14404 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
14405 (ucs-insert): Give an error if the unicode char can't be created.
14406
14407 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
14408 (cvs-parse-status): Handle the "used to have a conflict" marker.
14409
14410 2002-03-17 Kim F. Storm <storm@cua.dk>
14411
14412 The following changes are related to the enhanced network process
14413 support.
14414
14415 * simple.el: Update copyright.
14416 (clone-process): Use make-network-process to clone network
14417 processes. Get command list via (process-contact ... t).
14418 Use set-process-query-on-exit-flag and process-query-on-exit-flag
14419 instead of process-kill-without-query.
14420 (open-network-stream): Replaces C-version from process.c.
14421 (open-network-stream-nowait, open-network-stream-server): New funs.
14422 (process-kill-without-query): Replaces C-version from process.c.
14423
14424 * files.el: Update copyright.
14425 (save-buffers-kill-emacs): Also check for active server
14426 processes. Use process-query-on-exit-flag. Only list processes
14427 which has the query-on-exit flag set in connection with user query.
14428
14429 * shadowfile.el: Update copyright.
14430 (shadow-save-buffers-kill-emacs): Also check for active server
14431 processes. Use process-query-on-exit-flag.
14432
14433 2002-03-16 Simon Marshall <simon.marshall@misys.com>
14434
14435 * imenu.el (imenu-menubar-modified-tick): Renamed from
14436 imenu-update-menubar-modified-tick.
14437 (imenu-update-menubar): Update imenu-menubar-modified-tick
14438 whenever outer condition succeeds.
14439
14440 * lazy-lock.el (save-buffer-state):
14441 Bind inhibit-modification-hooks and buffer-file-truename
14442 instead of before-change-functions and after-change-functions.
14443
14444 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
14445
14446 * international/codepage.el (codepage-setup): Don't define a
14447 codepage if it is already defined.
14448
14449 * textmodes/po.el (po-content-type-charset-alist): Convert the
14450 car of each association to a string.
14451 (po-find-file-coding-system-guts): If the charset matches a name
14452 of a codepage, set up that codepage and return it as a coding
14453 system to decode the file.
14454 (po-find-charset): Search for the Charset= header even if we've
14455 read less than 4KB.
14456 <top-level>: Remove the setup for all known codepages: it seems
14457 to cause crashes in the CCL driver.
14458
14459 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14460
14461 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
14462 (bibtex-entry-field-alist): Doc fix.
14463
14464 2002-03-16 Richard M. Stallman <rms@gnu.org>
14465
14466 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
14467 Move definition above cperl-outline-regexp.
14468
14469 * bindings.el (mode-line-mule-info): In computing help-echo prop,
14470 avoid using save-window-excursion. And compile the function.
14471
14472 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
14473
14474 * files.el (load-completion): New function.
14475 (load-library): Use it.
14476
14477 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14478
14479 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
14480 to match the actual code.
14481
14482 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
14483
14484 * textmodes/po.el (po-find-file-coding-system-guts):
14485 Use with-temp-buffer instead of po-with-temp-buffer.
14486
14487 * international/mule-conf.el (file-coding-system-alist): Add an
14488 association for PO files.
14489
14490 * textmodes/po.el: New file.
14491
14492 2002-03-15 Gerd Moellmann <gerd@gnu.org>
14493
14494 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14495 Fix simple loop indentation.
14496
14497 2002-03-14 Miles Bader <miles@gnu.org>
14498
14499 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
14500
14501 2002-03-14 Richard M. Stallman <rms@gnu.org>
14502
14503 * textmodes/picture.el (picture-insert)
14504 (picture-clear-column, picture-draw-rectangle):
14505 Use move-to-column, not move-to-column-force.
14506
14507 * dired.el (dired-readin): Clear out undo list.
14508 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
14509 (dired-delete-entry): New function.
14510 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
14511 and dired-delete-entry, to update this buffer (and others).
14512
14513 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
14514
14515 * facemenu.el (facemenu-add-new-face):
14516 Pass region args to facemenu-set-face, when there is a region.
14517 (facemenu-set-foreground, facemenu-set-background)
14518 (facemenu-add-face): Doc fixes.
14519
14520 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
14521
14522 2002-03-14 Miles Bader <miles@gnu.org>
14523
14524 * emacs-lisp/debug.el: Require `button'.
14525 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
14526 to get TAB and <backtab> bindings.
14527
14528 * net/rlogin.el (rlogin-carriage-filter): Function removed.
14529 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
14530 comint removes carriage returns itself now.
14531
14532 * rfn-eshadow.el (rfn-eshadow-update-overlay):
14533 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
14534 getting hosed by our own intangible property.
14535
14536 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
14539 Add fortran-comment-line-start-skip to comment-start-skip.
14540 (fortran-comment-indent): Keep whole-line comments in column 0.
14541 (fortran-find-comment-start-skip): New arg `all'.
14542 If ALL is nil, make sure we only match comment-start-skip if we
14543 can't match fortran-comment-line-start-skip.
14544 Fix bug that made it return t but without moving point when
14545 matching '!'! (a false-comment followed by a real comment).
14546 (fortran-indent-comment): Use new `all' argument above.
14547 Be careful not to add an incorrect comment-starter like "C"
14548 in comment-column.
14549 (fortran-split-line): When splitting a comment, reuse the comment
14550 starter from the current line rather than fortran-comment-line-start.
14551 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
14552 cleaner behavior of fortran-find-comment-start-skip.
14553 (fortran-fill): Don't be confused by ! inside a comment.
14554 (fortran-break-line): Minor cleanup and simplification.
14555
14556 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
14557
14558 * progmodes/etags.el (tag-exact-file-name-match-p)
14559 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
14560 simpler regexp.
14561
14562 2002-03-12 Colin Walters <walters@debian.org>
14563
14564 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
14565 redisplaying a line.
14566
14567 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14568
14569 * term/x-win.el (emacs-session-restore): Take previous id as
14570 an argument.
14571 (emacs-session-save): Add comment that return t means cancel shutdown
14572
14573 * startup.el (command-line): Must check that x-session-previous-id
14574 is bound also, for non-X platforms.
14575
14576 2002-03-12 Gerd Moellmann <gerd@gnu.org>
14577
14578 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
14579 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
14580 New user options.
14581 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
14582 (common-lisp-indent-function-1): Renamed from
14583 common-lisp-indent-function.
14584 (common-lisp-indent-function): Handle loop forms specially.
14585 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
14586 (lisp-backquote-indentation): New user option.
14587
14588 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
14589
14590 * progmodes/etags.el (tag-exact-file-name-match-p)
14591 (tag-file-name-match-p, tag-partial-file-name-match-p):
14592 Assume that the header of a tags section has either a number
14593 or nothing after the last comma.
14594
14595 2002-03-11 Richard M. Stallman <rms@gnu.org>
14596
14597 * imenu.el (imenu-update-menubar-modified-tick): New variable.
14598 (imenu-update-menubar): Don't call imenu--make-index-alist
14599 if buffer has not changed since last time.
14600
14601 * desktop.el (desktop-buffer-handlers): Doc fix.
14602 (desktop-buffer-file): Explicitly return BUF.
14603
14604 * paren.el (show-paren-function): Move back in other direction
14605 to verify the match is correct.
14606
14607 * mail/supercite.el (sc-select-attribution): Accept whatever value
14608 we get in CHOICE; there is no value meaning "try again".
14609
14610 2002-03-11 Colin Walters <walters@verbum.org>
14611
14612 * shell.el (toplevel): Revert previous change to use pcomplete.
14613 (shell-mode): Ditto.
14614 (shell-pcomplete-setup-done): Remove.
14615 (shell-pcomplete): Ditto.
14616 (shell-pcomplete-reverse): Ditto.
14617
14618 * comint.el: Remove documentation on setting up pcomplete.
14619
14620 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14621
14622 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
14623 item. Doc fix.
14624
14625 * image.el (image-type-from-file-header): Make temporary buffer
14626 unibyte.
14627
14628 * subr.el (add-to-list): Doc fix.
14629
14630 2002-03-11 Miles Bader <miles@gnu.org>
14631
14632 * pcomplete.el (pcomplete-entries): Expand environment variables
14633 in filename.
14634
14635 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
14636
14637 * play/mpuz.el: Use defface instead of facemenu-get-face.
14638
14639 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14640
14641 * startup.el (command-line): Add call to emacs-session-restore if
14642 both x-session-id and x-session-previous-id are strings.
14643
14644 * term/x-win.el (x-handle-smid): New function.
14645 (emacs-session-filename): New function.
14646 (emacs-session-save): New function.
14647 (emacs-save-session-functions): New variable.
14648 (emacs-session-restore): New function.
14649
14650 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
14651
14652 * simple.el (shell-command-on-region): Call push-mark with
14653 non-nil second arg, to suppress the "Mark set" message.
14654
14655 2002-03-08 Richard M. Stallman <rms@gnu.org>
14656
14657 * textmodes/picture.el (picture-forward-column): New arg `interactive'
14658 is non-nil for an interactive call. Use instead of interactive-p.
14659 (picture-backward-column): Likewise.
14660
14661 * tar-mode.el (tar-untar-buffer): New function.
14662
14663 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
14664 Put the mouse-face on the entire xref, like the local keymap.
14665
14666 * find-dired.el (find-name-dired): Use shell-quote-argument.
14667
14668 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
14669
14670 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
14671 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
14672 (mpuz-allow-double-multiplicator): New options for nicer look and
14673 new features.
14674 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
14675 (mpuz-check-all-solved, mpuz-random-puzzle)
14676 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
14677 (mpuz-show-solution): Functions streamlined and removed french
14678 style space before punctuation, added face support and optional
14679 solving of trivial results.
14680
14681 2002-03-07 Colin Walters <walters@verbum.org>
14682
14683 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
14684
14685 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
14686 instead of "recency" for clarity.
14687 (ibuffer-compile-format): Document more. Handle new "summarizer"
14688 columns.
14689 (ibuffer-fontify-region-function): Ditto.
14690 (ibuffer-insert-buffer-line): Ditto.
14691 (ibuffer-map-lines): Ditto.
14692 (ibuffer-insert-buffers-and-marks): Ditto.
14693 (ibuffer-update-title-and-summary): Renamed from
14694 `ibuffer-update-title'. Handle "summarizer" columns.
14695 (ibuffer-clear-summary-columns): New function.
14696
14697 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
14698
14699 2002-03-07 Gerd Moellmann <gerd@gnu.org>
14700
14701 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
14702 Use the other-window instead of the other-frame functions when
14703 the window is dedicated.
14704
14705 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
14706
14707 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
14708 with SILENT so that a new field can be added.
14709
14710 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
14711
14712 * files.el (make-auto-save-file-name): Make sure the produced file
14713 name does not contain characters that are invalid for DOS/Windows
14714 filesystems.
14715
14716 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
14717 Remove replacement functions.
14718
14719 2002-03-06 Gerd Moellmann <gerd@gnu.org>
14720
14721 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
14722 the form `:x'.
14723
14724 * vc.el (vc-branch-part): Add autoload cookie. This function can
14725 be called from vc-rcs-find-most-recent-rev when visiting a file
14726 checked into RCS in a CVS sandbox.
14727
14728 2002-03-06 Andreas Schwab <schwab@suse.de>
14729
14730 * progmodes/hideif.el: Augment expression parser to handle
14731 conditional expressions.
14732 (hif-token-regexp): Also match `?' and `:'.
14733 (hif-tokenize): Handle `?' and ':' as tokens.
14734 (hif-expr): Parse conditional expressions.
14735 (hif-or-expr): Parse `||' expressions.
14736 (hif-and-expr): Renamed from hif-term.
14737 (hif-conditional): New function to evaluate a conditional
14738 expression.
14739
14740 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14741
14742 * language/czech.el ("Czech"): Fix the documentation.
14743
14744 * language/slovak.el ("Slovak"): Likewise.
14745
14746 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
14747
14748 * xml.el (xml-parse-attlist): Accept empty strings.
14749
14750 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
14751
14752 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
14753 all terminals now support highlighting of some kind.
14754
14755 * language/european.el (mac-roman): Fix the safe-chars property.
14756
14757 2002-03-05 Andre Spiegel <spiegel@gnu.org>
14758
14759 * vc.el (vc-transfer-file): Use `make-temp-file'.
14760 (vc-default-update-changelog): Remove conditional use of
14761 `make-temp-name'.
14762
14763 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
14764
14765 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
14766
14767 * ediff-init.el: Comments.
14768
14769 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
14770 is loaded.
14771
14772 * ediff-mult.el (ediff-intersect-directories)
14773 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
14774 Cleanup.
14775 (ediff-draw-dir-diffs): Now supports the "C" command in directory
14776 difference buffer.
14777 (ediff-dir-diff-copy-file): New function that implements copying
14778 of files from one Ediff dir to another
14779 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
14780 (ediff-append-custom-diff): Better error msgs.
14781
14782 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
14783 (ediff-inferior-compare-regions): Use
14784 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
14785
14786 * ediff.el (ediff-directories-internal): Cleanup.
14787 (ediff-clone-buffer-for-region-comparison): Better interface.
14788
14789 2002-03-04 Richard M. Stallman <rms@gnu.org>
14790
14791 * emacs-lisp/easy-mmode.el (define-minor-mode):
14792 Use "P" in interactive spec of minor mode commands.
14793
14794 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
14795
14796 * faces.el (face-spec-choose): Allow `t' to appear before the end.
14797 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
14798 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
14799 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
14800 (mode-line-inactive, header-line): Move the `t' section to the
14801 beginning so the `:inherit' setting can be shared.
14802
14803 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14804
14805 * net/snmp-mode.el: Require tempo when compiling to prevent
14806 warnings. Update copyright notice.
14807
14808 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
14809 like not defined at all.
14810
14811 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
14812
14813 * textmodes/sgml-mode.el: Change maintainer to FSF.
14814 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
14815 (sgml-tags-invisible, sgml-beginning-of-tag):
14816 Allow _ : and non-ASCII in tag names, as required for XML.
14817 (sgml-name-char): Don't assume anything about charsets handled by
14818 encode-char.
14819
14820 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
14821 where one of the buffers is narrowed.
14822
14823 * hexl.el (hexlify-command, dehexlify-command): Remove.
14824 (hexlify-buffer, dehexlify-buffer): Use call-process-region
14825 rather than shell-command-on-region.
14826
14827 * newcomment.el (comment-forward): Use forward-comment to skip
14828 over whitespace (or comments) even when comment-use-syntax is nil.
14829
14830 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
14831
14832 * textmodes/xml-lite.el: New file.
14833
14834 2002-03-03 Richard M. Stallman <rms@gnu.org>
14835
14836 * textmodes/artist.el (artist-system): Use make-temp-file.
14837
14838 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
14839
14840 * mail/sendmail.el (mail-recover-1): Increase non-random-len
14841 by 1 since we changed make-auto-save-file-name to add one
14842 fewer character to the buffer name.
14843 (mail-recover): Really show point at the right place
14844 in the *Directory* buffer.
14845
14846 * files.el (make-auto-save-file-name): Use make-temp-file.
14847
14848 * terminal.el (te-create-terminfo): Use make-temp-file
14849 to create the source file in a safe way.
14850
14851 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
14852
14853 * cus-start.el: Rename automatic-hscroll-step and
14854 automatic-hscroll-margin into hscroll-step and hscroll-margin.
14855
14856 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
14857 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
14858
14859 * mouse.el (mouse-region-delete-keys): Add deletechar.
14860
14861 2002-03-03 Sam Steingold <sds@gnu.org>
14862
14863 * play/snake.el (snake-score-file): Fixed parens (broken by the
14864 last patch).
14865 * play/tetris.el (tetris-score-file): Ditto.
14866
14867 2002-03-03 Richard M. Stallman <rms@gnu.org>
14868
14869 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
14870
14871 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
14872
14873 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
14874 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
14875
14876 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
14877
14878 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
14879 instead of `buffer-substring-no-properties' to support enriched mode.
14880
14881 2002-03-02 Richard M. Stallman <rms@gnu.org>
14882
14883 * find-dired.el (find-grep-dired): Call shell-quote-argument.
14884 Specify the -e option.
14885 Rename arg to `regexp'.
14886
14887 2002-03-02 Milan Zamazal <pdm@zamazal.org>
14888
14889 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
14890
14891 2002-03-02 Miles Bader <miles@gnu.org>
14892
14893 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
14894 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
14895 If there's no applicable modifiers entry in the alist in
14896 `mouse-wheel-scroll-amount', fall back to the default, not to
14897 nil (which causes full screen scrolls).
14898
14899 2002-03-01 Andreas Schwab <schwab@suse.de>
14900
14901 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
14902 Remove extra paren in regexp.
14903
14904 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
14905
14906 * mouse.el (mouse-show-mark): Use display-mouse-p, not
14907 display-graphic-p, to decide whether to move point or use the
14908 highlighting.
14909
14910 2002-02-28 Colin Walters <walters@verbum.org>
14911
14912 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
14913
14914 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
14915 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
14916 (calc-temp-file-name): Use `make-temp-file'.
14917
14918 2002-02-28 Richard M. Stallman <rms@gnu.org>
14919
14920 * font-lock.el (java-font-lock-extra-types):
14921 Match java.net.URL, etc.
14922
14923 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14924
14925 * hexl.el (hexl-options): Doc fix.
14926 Update Commentary section.
14927
14928 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
14929 Doc fixes.
14930
14931 2002-02-28 Andre Spiegel <spiegel@gnu.org>
14932
14933 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
14934 the user to do that first.
14935 (vc-update): New function.
14936
14937 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
14938 which calls vc-update. Use the term "Base Version" instead of
14939 "Last Version" for the entries "Revert" and "Compare".
14940
14941 2002-02-28 Kim F. Storm <storm@cua.dk>
14942
14943 * simple.el (shell-command-on-region): Report non-zero exit
14944 status in mode line instead of buffer.
14945
14946 2002-02-27 Richard M. Stallman <rms@gnu.org>
14947
14948 * comint.el (comint-preoutput-filter-functions): Doc fix.
14949 (comint-output-filter-functions, comint-input-filter-functions)
14950 (comint-redirect-filter-functions): Likewise.
14951
14952 (comint-redirect-preoutput-filter): Do the local-hook
14953 handling of t when running comint-redirect-filter-functions.
14954 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
14955
14956 2002-02-26 Richard M. Stallman <rms@gnu.org>
14957
14958 * paths.el (remote-shell-program): Add doc string.
14959
14960 2002-02-26 Colin Walters <walters@debian.org>
14961
14962 * ibuf-ext.el (sorter mode-name): New.
14963 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
14964
14965 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
14966 interactively, so they do something.
14967 (calc-scroll-right): Ditto.
14968
14969 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
14970
14971 * international/mule.el (ctext-pre-write-conversion): Handle the
14972 case when FROM is a string, and when we are called from
14973 build_annotations_2.
14974
14975 2002-02-26 Richard M. Stallman <rms@gnu.org>
14976
14977 * rect.el (clear-rectangle-line): Reindent to the same column
14978 that move-to-column reached when it tried to go to endcol.
14979
14980 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
14981
14982 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
14983
14984 * winner.el (winner-boring-buffers, winner-set): A window which
14985 displays a buffer whose name is in the list
14986 `winner-boring-buffers', will no longer be restored by `winner-undo'.
14987 (winner-sorted-window-list): Used to improve comparison between
14988 window configurations.
14989 (winner-win-data): Simplified and moved.
14990 (winner-conf): Simplified (now uses `winner-win-data').
14991 (winner-change-fun, winner-save-old-configurations)
14992 (winner-save-(un)conditionally, winner-redo): Changes made while in
14993 the minibuffer will be ignored. (Such changes are undone upon
14994 exit for the minibuffer, anyway.)
14995 (winner-set-conf): Preserve selected window whenever possible.
14996 (winner-make-point-alist): Simplified.
14997 (winner-mode, winner-save-unconditionally): Save current window
14998 configuration on entering minibuffer.
14999 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
15000 since it does not change the overall behavior of Emacs.
15001
15002 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
15003
15004 * international/mule-conf.el (compound-text): Renamed back from
15005 compound-text-no-extensions.
15006 (ctext-no-compositions): Remove the mime-charset property.
15007 (compound-text-with-extensions): Renamed from compound-text.
15008 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
15009
15010 2002-02-26 Juanma Barranquero <lektu@terra.es>
15011
15012 * faces.el (list-faces-display): Fix typo.
15013
15014 2002-02-25 Richard M. Stallman <rms@gnu.org>
15015
15016 * frame.el (focus-follows-mouse): Doc fix.
15017
15018 2002-02-26 Miles Bader <miles@gnu.org>
15019
15020 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
15021 to `define-key', since it no longer accepts the latter.
15022
15023 2002-02-25 Jason Rumney <jasonr@gnu.org>
15024
15025 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
15026 mouse-wheel-scroll-amount.
15027
15028 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
15029 mwheel.el.
15030
15031 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
15032
15033 2002-02-25 Andre Spiegel <spiegel@gnu.org>
15034
15035 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
15036 consistent with the others that take a backend name as a symbol.
15037
15038 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
15039
15040 2002-02-25 Kim F. Storm <no-spam@cua.dk>
15041
15042 * comint.el (comint-replace-by-expanded-filename): Do nothing if
15043 comint-match-partial-filename returns nil.
15044
15045 * shell.el (shell-pcomplete-setup-done): New variable.
15046 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
15047 (shell-pcomplete-reverse): Ditto.
15048
15049 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
15050
15051 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
15052
15053 2002-02-25 Juanma Barranquero <lektu@terra.es>
15054
15055 * subr.el (save-match-data): Doc fix.
15056
15057 * ielm.el (ielm-prompt): Allow customization; make it read-only.
15058
15059 2002-02-25 Kim F. Storm <storm@cua.dk>
15060
15061 * shell.el (shell-mode-map): Add "Complete" header so completion
15062 menu is shown on the menu bar in shell mode.
15063
15064 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
15065
15066 * ielm.el (ielm-match-data): New var.
15067 (inferior-emacs-lisp-mode): Make it buffer-local.
15068 (ielm-eval-input): Use it to preserve match-data between inputs.
15069
15070 2002-02-24 Juanma Barranquero <lektu@terra.es>
15071
15072 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
15073
15074 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
15075
15076 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
15077 `custom-buffer' customize group.
15078
15079 2002-02-23 Kim F. Storm <storm@cua.dk>
15080
15081 * help.el (where-is): Use remap-command.
15082
15083 * help-fns.el (describe-function-1): Use remap-command.
15084
15085 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
15086 change (no longer accept a symbol for the KEY argument).
15087
15088 2002-02-23 Colin Walters <walters@debian.org>
15089
15090 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
15091 * calc/calcalg2.el (math-solve-get-sign): Ditto.
15092
15093 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
15094 in generated function.
15095
15096 * ibuf-ext.el (ibuffer-old-time): Change to hours.
15097 (ibuffer-mark-old-buffers): Handle it.
15098
15099 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
15100 (toplevel): Bind them.
15101 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
15102 not necessary now that we use pcomplete.
15103
15104 * comint.el: Document how use new pcomplete completion facility.
15105
15106 2002-02-23 Richard M. Stallman <rms@gnu.org>
15107
15108 * mail/rmailsum.el (rmail-summary-output): Properly advance
15109 to next message, by calling rmail-summary-goto-msg.
15110
15111 * net/browse-url.el (browse-url-galeon): Specify --existing
15112 for an existing window. Use --noraise rather than --no-raise.
15113 Don't use -x.
15114
15115 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
15116
15117 * progmodes/etags.el (find-tag-noselect, find-tag)
15118 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
15119 Fix a typo in doc strings.
15120
15121 2002-02-20 Deepak Goel <deego@glue.umd.edu>
15122
15123 * play/snake.el (snake-velocity-queue, snake-update-velocity)
15124 (snake-final-x-velocity, snake-final-y-velocity):
15125 New variable and functions. Store user's keypresses
15126 into a queue and pop from the queue each subsequent turn.
15127 (snake-update-game, snake-move-left)
15128 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
15129 (snake-start-game): Use that queue.
15130 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
15131 (snake-use-color-flag): Likewise.
15132 (snake-mode): Rename uses of those variables.
15133
15134 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
15135
15136 Support for ICCCM Extended Segments in X selections:
15137
15138 * international/mule-conf.el (ctext-no-compositions): New coding
15139 system.
15140 (compount-text-no-extensions): Renamed from compound-text.
15141 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
15142 compound-text-no-extensions.
15143 (compound-text): Redefined using post-read and pre-write conversions.
15144
15145 * international/mule.el (non-standard-icccm-encodings-alist)
15146 (non-standard-designations-alist): New variables.
15147 (ctext-post-read-conversion, ctext-pre-write-conversion):
15148 New functions.
15149
15150 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
15151
15152 * vc.el (vc-default-init-version): Update documentation to
15153 indicate that the backend can override the default init version.
15154 (vc-register): Use the backend init-version function, if it
15155 exists, to determine the initial version of a file.
15156 (vc-diff-switches-list): Don't symbol-quote backend, since it's
15157 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
15158
15159 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
15160 not version-controlled. This is necessary, e.g., if the file has
15161 just been reverted, and thus was previously under version control
15162 but isn't any longer.
15163 (vc-find-file-hook): Likewise.
15164
15165 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
15166
15167 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
15168 (vc-cvs-sticky-tag-display): New variable.
15169 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
15170 (vc-cvs-checkin): If the input revision is a valid symbolic tag
15171 name, we create it as a branch, commit and switch to it.
15172 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
15173 (vc-cvs-valid-symbolic-tag-name-p): New function.
15174 (vc-cvs-parse-sticky-tag): New function.
15175 (vc-cvs-parse-entry): Added parsing of sticky tags.
15176
15177 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
15178
15179 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
15180 nil, and then explicitly set the standard-value to t.
15181
15182 2002-02-20 Sam Steingold <sds@gnu.org>
15183
15184 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
15185 since it is used in the menu bar.
15186
15187 2002-02-20 Richard M. Stallman <rms@gnu.org>
15188
15189 * simple.el (shell-command-on-region): Display the exit status
15190 when a command fails.
15191
15192 * subr.el (add-hook): Doc fix.
15193
15194 * frame.el (other-frame): Doc fix.
15195
15196 * simple.el (yank): Clear `field' property.
15197
15198 2002-02-20 Tom Tromey <tromey@cachet>
15199
15200 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
15201 natural paragraph boundaries. Don't fail at beginning of buffer.
15202
15203 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15204
15205 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
15206 call the argument "arg" to match plain next-line and
15207 previous-line. From Kevin Ryde <user42@zip.com.au>.
15208
15209 2002-02-19 Sam Steingold <sds@gnu.org>
15210
15211 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
15212 scroll amounts for different modifiers now.
15213 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
15214 format properly.
15215 (mouse-wheel-mode): Ditto.
15216
15217 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
15218
15219 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
15220 around function body.
15221
15222 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
15223 sense of the comparison, to match the doc strings of functions
15224 that use this macro.
15225
15226 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
15227
15228 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
15229
15230 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
15231 * menu-bar.el (menu-bar-mode): Ditto.
15232
15233 2002-02-18 Andreas Schwab <schwab@suse.de>
15234
15235 * replace.el (query-replace-regexp-eval): Doc fix.
15236
15237 2002-02-18 Colin Walters <walters@verbum.org>
15238
15239 * calc/calcalg2.el (math-solve-get-int): Convert return value from
15240 `math-get-from-counter' to a string before calling `concat' on it.
15241
15242 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
15243 (calc-public-autoloads): Obsolete; remove.
15244 (calc-private-autoloads): Ditto.
15245 (calc-add-autoloads): Ditto.
15246
15247 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
15248 for body.
15249
15250 2002-02-17 Jason Rumney <jasonr@gnu.org>
15251
15252 * w32-win.el (x-option-alist, x-long-option-alist)
15253 (x-switch-definitions): Remove, use command-line-x-option-alist
15254 instead to be consistent with X.
15255 (x-handle-initial-switch): New function.
15256
15257 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15258
15259 * faces.el (mode-line-inactive, header-line): Add the :inherit
15260 attribute for the tty case.
15261
15262 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
15263
15264 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
15265 invoked from Rmail with full headers displayed.
15266
15267 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15268
15269 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
15270 when repeated.
15271 * textmodes/paragraphs.el (mark-paragraph): Ditto.
15272
15273 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
15274
15275 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
15276 (menu-bar-tools-menu): Removed speedbar.
15277
15278 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
15279 and `flyspell-mode' entries.
15280
15281 * textmodes/flyspell.el (flyspell): Add to ispell group.
15282
15283 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15284
15285 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
15286 repeated.
15287 (mark-defun): Mark more if repeated.
15288
15289 2002-02-17 Colin Walters <walters@verbum.org>
15290
15291 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
15292
15293 * ibuffer.el (ibuffer-truncate-lines): New option.
15294 (ibuffer-mode): Use it.
15295
15296 2002-02-17 Kim F. Storm <storm@cua.dk>
15297
15298 * cus-start.el: Add mouse-highlight.
15299
15300 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
15301
15302 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
15303
15304 * cus-start.el: Add automatic-hscroll-margin and
15305 automatic-hscroll-step.
15306
15307 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15308
15309 * cus-start.el (x-autoselect-window): Allow customization.
15310
15311 * eshell/em-alias.el (eshell-alias-initialize): Do not use
15312 make-local-hook.
15313
15314 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
15315
15316 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
15317
15318 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
15319
15320 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
15321
15322 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
15323
15324 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
15325
15326 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
15327
15328 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
15329
15330 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
15331
15332 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
15333
15334 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
15335
15336 * eshell/esh-io.el (eshell-io-initialize): Likewise.
15337
15338 * eshell/esh-mode.el (eshell-mode): Likewise.
15339
15340 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
15341
15342 * eshell/esh-var.el (eshell-var-initialize): Likewise.
15343
15344 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
15345
15346 * progmodes/idlwave.el (idlwave-mode): Likewise.
15347
15348 * textmodes/reftex-sel.el (reftex-select-label-mode)
15349 (reftex-select-bib-mode): Likewise.
15350
15351 2002-02-16 John Wiegley <johnw@gnu.org>
15352
15353 * eshell/em-hist.el (eshell-hist-initialize): When in the
15354 minibuffer, use the global value of `eshell-history-ring', and
15355 never save it to disk, or ask to save it to disk. This allows
15356 users of session.el to control whether its global state should be
15357 persisted or not.
15358 (eshell-add-command-to-history): Don't write Eshell's history out
15359 to disk, let the governing mode control that upon exit.
15360
15361 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
15362
15363 * eshell/eshell.el (eshell-command): Before reading from the
15364 minibuffer, add eshell-add-command-to-history to
15365 minibuffer-exit-hook, and remove it after read-from-minibuffer
15366 returns.
15367
15368 * eshell/em-hist.el (eshell-add-input-to-history): New function,
15369 with most of the code from eshell-add-to-history.
15370 (eshell-add-command-to-history): New function, to record in
15371 eshell-history the commands run via eshell-command.
15372 (eshell-add-to-history): Call eshell-add-command-to-history to do
15373 most of the work.
15374
15375 2002-02-16 John Wiegley <johnw@gnu.org>
15376
15377 * eshell/esh-ext.el (eshell-external-command): Added a fix for
15378 XEmacs' new dired.el, which adds a global entry in the
15379 `file-name-handler-alist'.
15380
15381 2002-02-16 John Wiegley <johnw@gnu.org>
15382
15383 * align.el (align-region): Added a missing name argument.
15384
15385 2002-02-16 John Wiegley <johnw@gnu.org>
15386
15387 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
15388 after the #! of a shell interpretor specification.
15389
15390 2002-02-15 Richard M. Stallman <rms@gnu.org>
15391
15392 * help.el (describe-key-briefly): Make output in INSERT case
15393 look just like what is displayed in the normal case.
15394
15395 2002-02-15 Andreas Schwab <schwab@suse.de>
15396
15397 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
15398 Require non-letter after specials.
15399
15400 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
15401
15402 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
15403
15404 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15405
15406 * simple.el (mark-word): Mark more if repeated.
15407 * textmodes/paragraphs.el (mark-paragraph): Ditto.
15408 (mark-end-of-sentence): Ditto.
15409
15410 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
15411
15412 * wid-edit.el (widgetp): Made it more robust.
15413
15414 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
15415
15416 * facemenu.el (describe-text-done): New function.
15417 (describe-text-mode-map): New variable.
15418 (describe-text-mode-hook): New option.
15419 (describe-text-mode): New function.
15420 (describe-text-widget): New function.
15421 (describe-text-sexp): New function.
15422 (describe-text-properties): New function.
15423 (describe-text-category): New command.
15424 (describe-text-at): New command.
15425 (facemenu-menu): Replace `list-text-properties-at' with
15426 `describe-text-at' in the menu.
15427
15428 * wid-edit.el (widgetp): New function.
15429 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
15430
15431 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
15432
15433 * wid-browse.el: Removed version and x-url keywords.
15434
15435 2002-02-13 Kim F. Storm <storm@cua.dk>
15436
15437 * cus-start.el (mode-line-in-non-selected-windows):
15438 Allow customization.
15439
15440 2002-02-13 Richard M. Stallman <rms@gnu.org>
15441
15442 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
15443 Tell bibtex-parse-keys to output no progress messages.
15444
15445 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
15446
15447 * progmodes/pascal.el (pascal-imenu-generic-expression):
15448 Add menu-title and fix parentheses.
15449
15450 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
15451
15452 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
15453 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
15454
15455 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
15456
15457 * menu-bar.el (menu-bar-options-save): Only save
15458 `current-language-environment' and `default-input-method' when
15459 marked as customized.
15460
15461 * international/mule-cmds.el
15462 (setup-specified-language-environment):
15463 Mark `current-language-environment' as customized.
15464 (set-input-method): Mark `default-input-method' as customized when
15465 called interactively.
15466 (toggle-input-method): Ditto.
15467
15468 2002-02-11 Colin Walters <walters@verbum.org>
15469
15470 * ibuffer.el (ibuffer-switch-format): Supply required argument for
15471 `ibuffer-current-formats'.
15472
15473 2002-02-11 Miles Bader <miles@gnu.org>
15474
15475 * faces.el (mode-line-inactive): Add dark-background variant.
15476
15477 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
15478
15479 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
15480 * menu-bar.el (menu-bar-mode): Ditto.
15481 * cus-edit.el (customize-mark-to-save): Always save variables
15482 without a standard value.
15483
15484 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
15485 (menu-bar-options-save): Ditto.
15486 (menu-bar-showhide-menu): Ditto.
15487 (menu-bar-options-menu): Ditto.
15488 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
15489 (menu-bar-scroll-bar-none): Remove.
15490 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
15491 expressions instead.
15492
15493 * cus-edit.el (customize-set-value): Return value.
15494 (customize-set-variable): Ditto.
15495 (customize-save-variable): Ditto.
15496 (customize-set-variable): Load dependencies before setting value.
15497 (custom-load-symbol): Autoload it.
15498 (customize-mark-as-set): New function.
15499
15500 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
15501
15502 * cus-start.el: Don't warn about "x-*" symbols when building a
15503 non-GUI version.
15504
15505 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15506
15507 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
15508 Doc fix.
15509 (strokes-help): Do not use doubled with-output-to-temp-buffer.
15510 Fix the help string.
15511 (strokes-prompt-user-save-strokes): Fix typo.
15512 (strokes-list-strokes): Use proper exit-action argument for
15513 view-buffer. Update copyright notice.
15514
15515 * international/mule-diag.el: Various doc and message fixes.
15516 (non-iso-charset-alist): Add mac-roman. Don't add entries for
15517 codepages already present.
15518 (list-block-of-chars): Display space for null entries in
15519 translation table. Display tab specially.
15520 (list-non-iso-charset-chars): Check for null charsets. Use pop
15521 for clarity. Don't break 8-bit sets into sections between ranges.
15522 (list-charset-chars): Avoid indent-tabs-mode.
15523 (describe-char-after): Maybe use the text property for syntax
15524 table information. Maybe report char-code-property-table info.
15525 Maybe report character's unicode. Tweak printing of list info.
15526 (list-input-methods): Add xref buttons.
15527 (dump-charsets, dump-codings): Deleted (obsolete).
15528 From Dave Love <fx@gnu.org>.
15529
15530 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15531
15532 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
15533
15534 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
15535
15536 * viper-util.el (viper-read-key-sequence): Fix so it'll read
15537 fast key sequences in emacs native mode
15538 (viper-events-to-keys): Delete.
15539
15540 * viper.el (describe-key, describe-key-briefly): Get rid of
15541 viper-events-to-keys.
15542
15543 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
15544
15545 * ediff-wind.el (ediff-setup-control-frame):
15546 Use ediff-has-gutter-support.
15547
15548 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
15549 check if buff is alive.
15550
15551 * ediff.el: Typo in comment.
15552
15553 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15554
15555 * menu-bar.el (menu-bar-options-save): Take care of
15556 line-number-mode and column-number-mode variables.
15557 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
15558 "Show Column Number" in "Show/Hide" menu.
15559
15560 2002-02-09 Richard M. Stallman <rms@gnu.org>
15561
15562 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
15563
15564 2002-02-09 Kim F. Storm <storm@cua.dk>
15565
15566 * faces.el (mode-line-inactive): New face for mode-line for
15567 non-selected windows.
15568 (mode-line): Doc fix: Only used for selected window.
15569
15570 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
15571
15572 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
15573 name to "Insert Diary Entry".
15574
15575 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
15576
15577 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
15578 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
15579
15580 2002-02-08 Richard M. Stallman <rms@gnu.org>
15581
15582 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
15583
15584 2002-02-08 Andreas Schwab <schwab@suse.de>
15585
15586 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
15587 of point-min.
15588
15589 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
15590
15591 * net/ange-ftp.el (ange-ftp-process-handle-line)
15592 (ange-ftp-set-xfer-size): If the file's size is a float, divide
15593 by 1024 instead of using ash.
15594
15595 * international/mule-cmds.el (select-safe-coding-system):
15596 State the buffer's name in the message popped in the *Warning* buffer,
15597 and make sure the offending buffer is displayed.
15598
15599 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
15600
15601 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
15602
15603 2002-02-07 Richard M. Stallman <rms@gnu.org>
15604
15605 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
15606
15607 * register.el (list-registers): New command.
15608 (describe-register-1): New subroutine, taken out of view-register.
15609
15610 * emacs-lisp/copyright.el (copyright-regexp):
15611 Delete the unibyte copyright symbol; it's redundant.
15612 Fix a spazz in the multibyte encoding here.
15613
15614 2002-02-07 Dave Love <fx@gnu.org>
15615
15616 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
15617 (cyrillic-encode-alternativnyj-char): Get translation tables from
15618 symbol properties, not as variables.
15619 (standard-display-cyrillic-translit): Include unicodes.
15620
15621 2002-02-06 Kim F. Storm <storm@cua.dk>
15622
15623 * help.el (where-is): Report remapped commands.
15624
15625 * help-fns.el (describe-function-1): Ditto.
15626
15627 * subr.el (global-set-key, local-set-key): Accept a symbol for the
15628 KEY argument (like define-key).
15629
15630 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15631
15632 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
15633
15634 2002-02-06 Richard M. Stallman <rms@gnu.org>
15635
15636 * mail/mailabbrev.el: Require sendmail only at compile time.
15637 (mail-mode-header-syntax-table): Var deleted.
15638 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
15639 (sendmail-pre-abbrev-expand-hook): Only temporarily change
15640 local-abbrev-table and the syntax table.
15641 Compute mail-abbrev-syntax-table if that has not been done.
15642
15643 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
15644
15645 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
15646 (debugger-frame-number): Figure out the offset directly.
15647 (debugger-setup-buffer): Don't use debugger-frame-offset.
15648 (debugger-frame, debugger-frame-clear): Likewise.
15649 (debugger-jump): Don't alter debugger-frame-offset.
15650
15651 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15652 Replace foo-p as var name with foo-flag, not foo-p-flag.
15653
15654 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
15655 (highlight-changes-passive-string): Default to -Chg.
15656 (highlight-changes-global-modes): Doc fix.
15657
15658 * dired.el (dired-get-filename): Add /: when appropriate
15659 to avoid taking a local name as remote.
15660
15661 * files.el (file-name-non-special): Add special handling for
15662 file-name-sans-versions, file-name-completion, and
15663 file-name-all-completions.
15664
15665 * isearch.el (isearch-update): Don't update display in kbd macro.
15666 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
15667
15668 * subr.el (force-mode-line-update): Doc fix.
15669
15670 * subr.el (atomic-change-group, prepare-change-group)
15671 (activate-change-group, accept-change-group, cancel-change-group):
15672 New functions.
15673
15674 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
15675 (transpose-subr-1): Use atomic-change-group.
15676
15677 * subr.el (add-minor-mode): Include the mode's lighter string
15678 in the minor mode menu item name.
15679
15680 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
15681 rmail-count-screen-lines starting from (point-min).
15682
15683 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
15684 beyond the image height, to use the fancy splash screen.
15685
15686 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
15687 (text-mode): Set text-mode-variant here.
15688
15689 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
15690
15691 * play/pong.el (pong-height): Don't use height that exceeds the
15692 frame height.
15693 (pong-border-options): Make the border colors slightly more bright.
15694
15695 * play/gamegrid.el (gamegrid-display-type): Treat any
15696 color-capable display as color-x, if display-color-p is fboundp.
15697 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
15698 (gamegrid-make-color-tty-face): Use the value of color, not the
15699 symbol itself. Don't call gamegrid-color.
15700
15701 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
15702
15703 * gud.el (gud-refresh): Call recenter only after we are sure we
15704 are in the right window.
15705
15706 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
15707
15708 * cus-edit.el (customize-mark-to-save): New function.
15709 * menu-bar.el (menu-bar-options-save): Rewrote.
15710
15711 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15712
15713 * cus-start.el (x-use-underline-position-properties):
15714 Allow customization.
15715
15716 2002-02-04 Simon Josefsson <jas@extundo.com>
15717
15718 * dired.el (dired-load-hook, dired-mode-hook)
15719 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
15720
15721 2002-02-03 Colin Walters <walters@verbum.org>
15722
15723 * ibuf-ext.el (ibuffer-filter-format-alist)
15724 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
15725 New variables.
15726 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
15727 is now the Emacs CVS tree.
15728 (ibuffer-formats): Doc fix.
15729 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
15730 (ibuffer-current-format): Use them.
15731 (ibuffer-recompile-formats, ibuffer-check-formats)
15732 (ibuffer-switch-format, ibuffer-update-title):
15733 Add support for ibuffer-filter-format-alist.
15734 (define-ibuffer-column process): Remove unncessary consing.
15735
15736 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
15737 for a summary column.
15738
15739 2002-02-03 Andreas Schwab <schwab@suse.de>
15740
15741 * window.el (save-selected-window): Move macro before first use.
15742 (balance-windows): Fix misplaced parenthesis.
15743
15744 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15745
15746 * calculator.el (calculator-displayers): Doc fixes.
15747
15748 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15749
15750 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
15751 (menu-bar-options-save): Save also the value of `display-time-mode'.
15752 (showhide-date-time): New function.
15753 (menu-bar-showhide-menu): New menu-item "Date and time".
15754
15755 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
15756
15757 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
15758 get-file-buffer to check for rmail buffer existence.
15759
15760 * term.el (term-emulate-terminal): Extract proper command string
15761 which is supplied to term-command-hook.
15762
15763 2002-02-03 Richard M. Stallman <rms@gnu.org>
15764
15765 * international/quail.el (quail-help): Don't call help-setup-xref.
15766
15767 * international/mule-cmds.el (describe-input-method):
15768 Call help-setup-xref here.
15769 (describe-current-input-method): Doc fix.
15770
15771 * novice.el (disabled-command-hook): Clarify output text.
15772 Indent the paragraph from the command's doc string.
15773
15774 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15775 Exit loop on beginning of field rather than bobp.
15776
15777 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15778
15779 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
15780 the message text into the *mail* buffer, and restore the pruned
15781 state after that.
15782
15783 * mail/rmail.el (rmail-redecode-body): Prune the headers before
15784 looking for X-Coding-System header, and restore the pruned state
15785 before returning.
15786
15787 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15788
15789 * cus-edit.el (customize-save-variable): Fix typo in prompt.
15790
15791 These changes integrate new version of flyspell.el from its
15792 maintainer, Manuel Serrano:
15793
15794 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
15795 (flyspell-mode-on, flyspell-notify-misspell)
15796 (flyspell-small-region, flyspell-external-point-words)
15797 (flyspell-large-region): Use it
15798 (flyspell-before-incorrect-word-string)
15799 (flyspell-after-incorrect-word-string): New user options.
15800 (make-flyspell-overlay): Use them.
15801 (flyspell-version): New function.
15802 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
15803 definitions to use :weight.
15804 (flyspell-insert-function): New user option.
15805 (flyspell-auto-correct-word, flyspell-correct-word)
15806 (flyspell-xemacs-correct): Use it.
15807 (flyspell-define-abbrev): New function.
15808 (flyspell-auto-correct-word, flyspell-correct-word)
15809 (flyspell-xemacs-correct): Use it.
15810 (make-flyspell-overlay): Use `evaporate' property.
15811 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
15812 (flyspell-emacs-popup): Use `session' instead of `accept'.
15813 (flyspell-auto-correct-previous-pos): New variable.
15814 (flyspell-auto-correct-previous-hook)
15815 (flyspell-auto-correct-previous-word): New functions.
15816
15817 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15818
15819 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
15820 don't alter the user's ~/.emacs.
15821 (disable-command): If user-init-file is nil or does not exist,
15822 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
15823 But don't alter the init file if Emacs was invoked as "emacs -q"
15824
15825 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
15826
15827 * mail/sendmail.el (mail-mode): Undo half of last change.
15828
15829 * indent.el (indent-for-tab-command): Remove spurious code.
15830
15831 * hi-lock.el (hi-lock-find-patterns): Save restriction.
15832
15833 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
15834
15835 * calendar/time-date.el: Moved from lisp/gnus.
15836
15837 * calendar/parse-time.el: Ditto.
15838
15839 2002-01-31 Richard M. Stallman <rms@gnu.org>
15840
15841 * international/iso-acc.el (iso-languages): Fix ", " in French.
15842
15843 * cus-start.el (history-length): Specify customization for it.
15844
15845 * emacs-lisp/debug.el (debugger-setup-buffer):
15846 When an eval-buffer frame was reading from a buffer,
15847 insert indication of the buffer position.
15848 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
15849 (debugger-frame-clear, debugger-frame): Error on non-frame line.
15850
15851 * simple.el (shell-command-on-region): Err if no mark
15852 before reading the command string.
15853
15854 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
15855 Definitions moved down after hl-line-mode var's definition.
15856
15857 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
15858 (hilit-chg-set-face-on-change): Rename arg.
15859 (hilit-chg-make-ov): Detect error earlier.
15860
15861 * ediff-hook.el: Delete autoload cookies.
15862
15863 * comint.el (comint-scroll-show-maximum-output): Default is t.
15864
15865 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
15866 (batch-byte-compile-if-not-done): New function.
15867
15868 * Makefile.in (compile): New target.
15869 (compile-always): Renamed from compile-files.
15870 (compile-after-backup): Renamed from compile.
15871 (bootstrap): Depend on compile-always, not compile-files.
15872
15873 * emulation/pc-select.el (pc-select-save-and-set-mode):
15874 Properly use MODE-VAR.
15875
15876 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15877
15878 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
15879 Version" to "About Emacs".
15880 (menu-bar-options-save): Add `default-frame-alist'
15881 to saved variables.
15882 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
15883 of the variable `scroll-bar-mode'.
15884
15885 * startup.el (normal-splash-screen, display-splash-screen):
15886 New functions (separated from command-line-1).
15887 (command-line-1): Use them.
15888
15889 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
15890
15891 * calendar/calendar.el (generate-calendar-month): Doc fix.
15892
15893 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15894
15895 * time.el (display-time-mail-directory): New option.
15896 (display-time-mail-function): Update doc-string.
15897 (display-time-mail-icon): Use XPM image when available.
15898 (display-time-string-forms): Use more descriptive text as
15899 help-echo property.
15900 (display-time-mail-check-directory): New function.
15901 (display-time-update): Use it.
15902
15903 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
15904 Quote `window-system'.
15905
15906 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
15907 Add Keywords header. Update Commentary section.
15908 Update copyright notice.
15909
15910 * menu-bar.el (menu-bar-scroll-bar-right)
15911 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
15912 (showhide-menu-bar): New functions.
15913 (menu-bar-showhide-menu): New submenu "Show/Hide".
15914 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
15915 "Show/Hide".
15916 Update copyright notice.
15917
15918 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
15919
15920 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
15921
15922 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
15923
15924 * pc-select.el (pc-selection-mode-hook)
15925 (pc-select-saved-settings-alist, pc-select-map)
15926 (pc-select-saved-global-map, pc-select-key-bindings-alist)
15927 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
15928 (pc-select-meta-moves-sexps-key-bindings)
15929 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
15930 New variables.
15931 (pc-select-define-keys, pc-select-restore-keys): New functions.
15932 (pc-select-add-to-alist, pc-select-save-and-set-var)
15933 (pc-select-save-and-set-mode, pc-select-restore-var)
15934 (pc-select-restore-mode): New macros.
15935 (pc-selection-mode): Completely rewrote the body of the function;
15936 the main goal was to make pc-selection-mode "turn-off"-able, like
15937 other minor modes. Use define-minore-mode instead of just a
15938 defun. Store the key bindings into four alists:
15939 pc-select-default-key-bindings, pc-select-extra-key-bindings,
15940 pc-select-meta-moves-sexps-key-bindings, and
15941 pc-select-tty-key-bindings; then have the pc-select-define-keys
15942 function walk those alists instead of calling define-key
15943 repeatedly. When the mode is turned on, set the
15944 keybindings in global-map and remember the old keybindings; when
15945 the mode is turned off, restore the previously-saved keybindings.
15946 (pc-selection-mode defcustom): Reflect the fact that the mode is
15947 now "turn-off"-able.
15948
15949 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
15950
15951 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
15952 returns t, don't treat that as an error.
15953
15954 2002-01-25 Jason Rumney <jasonr@gnu.org>
15955
15956 * faces.el (face-font-registry-alternatives) [windows-nt]:
15957 Add ms-oemlatin as an alternative for iso8859-1.
15958
15959 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
15960
15961 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
15962 args and the absence of an entry. Don't add -f each time.
15963
15964 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
15965
15966 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
15967
15968 Support for more than 8 colors on character terminals:
15969
15970 * term/rxvt.el: New file.
15971
15972 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
15973
15974 * term/xterm.el (xterm-standard-colors): New variable.
15975 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
15976 (xterm-rxvt-set-background-mode): New functions.
15977 (toplevel): Call xterm-register-default-colors,
15978 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
15979 Add support for more keys from xterm's terminfo entry.
15980
15981 * facemenu.el (list-colors-display): If the argument is nil, don't
15982 show more colors that the number returned by display-color-cells.
15983
15984 * term/pc-win.el (msdos-color-values): Reverse the order of the
15985 colors, since tty-color-define now preserves the registration order.
15986
15987 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
15988
15989 * term/tty-colors.el (tty-standard-colors): Reverse the order.
15990 (tty-register-default-colors): New function; code moved from
15991 startup.el's command-line.
15992 (tty-modify-color-alist): Use nconc instead of cons, to preserve
15993 the order the colors where registered.
15994
15995 * frame.el (display-color-cells): Use tty-display-color-cells.
15996
15997 * startup.el (command-line): Call tty-register-default-colors.
15998
15999 2002-01-25 Richard M. Stallman <rms@gnu.org>
16000
16001 * subr.el (remove): Doc fix.
16002
16003 2002-01-24 Richard M. Stallman <rms@gnu.org>
16004
16005 * progmodes/compile.el (compilation-handle-exit):
16006 Add a compilation-handle-exit property to the "finished" message.
16007 (compilation-parse-errors): Stop parsing when that property is seen.
16008
16009 * subr.el (substring-no-properties): New function.
16010 (copy-without-properties): Function deleted.
16011
16012 * term/x-win.el (x-handle-geometry): Put sizes on both
16013 initial-frame-alist and default-frame-alist.
16014
16015 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
16016 for saving .emacs.
16017
16018 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
16019
16020 * calendar/calendar.el (generate-calendar-month): Doc fix.
16021
16022 2002-01-23 Richard M. Stallman <rms@gnu.org>
16023
16024 * play/tetris.el (tetris): New defgroup.
16025 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
16026 (tetris-default-tick-period): Convert to defcustom.
16027 Added * in docstring to indicate user variable.
16028 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
16029 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
16030 (tetris-buffer-height, tetris-width, tetris-height)
16031 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
16032
16033 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
16034
16035 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
16036 and is already matched by adaptive-fill-regexp.
16037
16038 2002-01-22 Richard M. Stallman <rms@gnu.org>
16039
16040 * bindings.el (mode-line-copied-mode-name): New variable.
16041 (mode-line-mode-name): Don't modify mode-name itself!
16042 Instead, make a copy and reuse it.
16043
16044 * subr.el (copy-without-properties): New function.
16045
16046 * progmodes/sh-script.el (sh-set-shell): Doc fix.
16047
16048 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
16049 slash if DIR is just slash.
16050
16051 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
16052
16053 2002-01-21 Richard M. Stallman <rms@gnu.org>
16054
16055 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
16056
16057 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
16058 Move defvar up.
16059
16060 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
16061
16062 * ibuffer.el: Don't require ibuf-ext at load time.
16063 (ibuffer): Require ibuf-ext here.
16064
16065 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16066
16067 * generic-x.el (apache-conf-generic-mode): Highlight the first
16068 word in a line even if preceded by blanks.
16069
16070 2002-01-21 Richard M. Stallman <rms@gnu.org>
16071
16072 * window.el (window-body-height): Handle minibuffer window specially.
16073 Otherwise, don't return less than 1.
16074
16075 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
16076
16077 * ange-ftp.el: Added support for BS2000, and for raw ftp
16078 login commands (needed in some circumstances).
16079 (ange-ftp-raw-login): New custom var.
16080 (ange-ftp-normal-login): Perform login with raw ftp commands, if
16081 ange-ftp-raw-login is set and account password is needed.
16082 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
16083 (ange-ftp-bs2000-filename-pubset-regexp)
16084 (ange-ftp-bs2000-filename-username-regexp)
16085 (ange-ftp-bs2000-filename-prefix-regexp)
16086 (ange-ftp-bs2000-name-template): New consts.
16087 (ange-ftp-bs2000-short-filename-regexp)
16088 (ange-ftp-bs2000-fix-name-regexp-reverse)
16089 (ange-ftp-bs2000-fix-name-regexp): New consts.
16090 (ange-ftp-bs2000-special-prefix): New custom var.
16091 (ange-ftp-fix-name-for-bs2000)
16092 (ange-ftp-fix-dir-name-for-bs2000): New funs.
16093 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
16094 (ange-ftp-bs2000-posix-hook-installed): New vars.
16095 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
16096 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
16097 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
16098 (ange-ftp-bs2000-filename-regexp): New const.
16099 (ange-ftp-bs2000-additional-pubsets): New custom var.
16100 (ange-ftp-bs2000-cd-to-posix): New fun.
16101
16102 2002-01-20 Colin Walters <walters@verbum.org>
16103
16104 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
16105 with `byte-compile-dynamic'.
16106 (ibuffer-default-directory, toplevel): Doc files.
16107
16108 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16109
16110 * tempo.el (tempo-define-template): Doc fix.
16111
16112 * scroll-bar.el (scroll-bar-mode): Make argument optional.
16113
16114 2002-01-20 Jason Rumney <jasonr@gnu.org>
16115
16116 * w32-vars.el: New file.
16117
16118 * loadup.el [windows-nt]: Load it.
16119
16120 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
16121 and make them defcustoms.
16122
16123 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
16124
16125 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16126
16127 * language/tibet-util.el (tibetan-decompose-region)
16128 (tibetan-decompose-string): Fix typo in docstring.
16129
16130 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
16131
16132 2002-01-18 Richard M. Stallman <rms@gnu.org>
16133
16134 * comint.el (comint-redirect-send-command-to-process):
16135 Restore previous current buffer.
16136
16137 * window.el (window-body-height): New function.
16138
16139 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
16140
16141 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
16142 "Finish Function" menu map entries for jdb mode.
16143 (gud-jdb-use-classpath): New customization variable.
16144 (gud-jdb-command-name): Add customization.
16145 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
16146 (gud-jdb-classpath-string): New variable.
16147 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
16148 (gud-jdb-build-source-files-list): Likewise.
16149 (gud-jdb-massage-args): Record any command argument classpath
16150 string in `gud-jdb-classpath-string'.
16151 (gud-jdb-lowest-stack-level): New function, finds bottom of current
16152 java call stack in jdb output.
16153 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
16154 (gud-jdb-parse-classpath-string): New functions.
16155 (gud-jdb-marker-filter): Search/detect classpath information in
16156 jdb's output. marker regexp updated to match oldjdb and jdb output
16157 formats. Expand search for source files to include new/old methods
16158 using new functions above. Do not allow `gud-marker-acc' to grow
16159 without bound.
16160 (jdb): Set classpath information (if available) as jdb is started.
16161 Change `gud-break' and `gud-remove'
16162 to use new %c ("class") escape in format strings.
16163 Add `gud-finish', `gud-up', `gud-down' command string functions, and
16164 add them to the local menu map. Update `comint-prompt-regexp' for
16165 jdb and oldjdb. If attaching to an already running java VM and
16166 configured to use classpath, send command to query for classpath,
16167 else use previous method for finding and parsing java
16168 sources. Set `gud-jdb-find-source' function accordingly.
16169 (gud-mode): Doc fix.
16170 (gud-format-command): Add support for new %c ("class") escape.
16171 (gud-find-class): New function in support of %c escape.
16172
16173 2002-01-17 Richard M. Stallman <rms@gnu.org>
16174
16175 * ibuf-ext.el: Enable byte-compile-dynamic.
16176
16177 2002-01-17 Jason Rumney <jasonr@gnu.org>
16178
16179 * term/w32-win.el: Restore conditional require of fontset.
16180
16181 2002-01-16 Richard M. Stallman <rms@gnu.org>
16182
16183 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
16184 more or less.
16185 (mouse-drag-region): New function. For a click in the echo area,
16186 show *Messages*.
16187
16188 * ibuf-ext.el: Delete the autoloads for functions defined with
16189 ibuffer-specific commands.
16190
16191 * help.el (describe-distribution): Really call view-file.
16192
16193 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
16194 (ange-ftp-get-process): Pass that arg.
16195
16196 * comint.el (comint-simple-send): Fix previous change.
16197
16198 * net/telnet.el (telnet-simple-send): Fix previous change.
16199
16200 * progmodes/sql.el (sql-escape-newlines-and-send)
16201 (sql-query-placeholders-and-send): Fix previous change.
16202
16203 2002-01-16 Colin Walters <walters@verbum.org>
16204
16205 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
16206 URL, Compatibility headers. Update copyright notice.
16207 * ibuf-macs.el (toplevel): Require `cl' when compiling.
16208
16209 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
16210
16211 * startup.el (command-line): Set EOL mnemonics for the Mac.
16212
16213 2002-01-16 Andreas Schwab <schwab@suse.de>
16214
16215 * mail/feedmail.el (feedmail): Fix :link spec.
16216
16217 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16218
16219 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
16220 2 ldapsearch.
16221
16222 * net/eudc.el: New maintainer. Change author's address.
16223 (eudc-pre-select-window-configuration, eudc-insertion-marker):
16224 Variables removed.
16225 (eudc-insert-selected): Function removed.
16226 (eudc-select): Reimplemented.
16227 (eudc-expand-inline): Delete the strings only after its expansion
16228 is chosen not before.
16229
16230 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
16231 Minor coding style fixes.
16232
16233 * net/eudcb-ldap.el: New maintainer. Change author's address.
16234 (eudc-attribute-display-method-alist): Display mail with
16235 eudc-display-mail.
16236
16237 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
16238 * net/eudc-vars.el: New maintainer. Change author's address.
16239
16240 * net/eudc-bob.el: New maintainer. Change author's address.
16241 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
16242 (eudc-display-mail): New function.
16243 (eudc-bob-play-sound-at-point): Remove XEmacs case.
16244
16245 2002-01-15 Richard M. Stallman <rms@gnu.org>
16246
16247 * emacs-lisp/autoload.el (make-autoload):
16248 Don't handle define-ibuffer-column, define-ibuffer-filter,
16249 define-ibuffer-sorter, and define-ibuffer-op.
16250
16251 2002-01-14 Richard M. Stallman <rms@gnu.org>
16252
16253 * calendar/calendar.el (diary-date-forms): Doc fix.
16254
16255 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
16256
16257 * startup.el (command-line): Register the default tty colors even
16258 if the terminal doesn't seem to support colors.
16259 <tty-long-option-alist>: New option --color.
16260 (tty-handle-args): Parse the --color arg.
16261
16262 * term/tty-colors.el (tty-color-mode-alist): New variable.
16263
16264 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
16265
16266 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
16267 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
16268 Use it.
16269 (ange-ftp-hook-function): Preserve match-data.
16270 (ange-ftp-insert-directory): Typo.
16271 (ange-ftp-shell-command): Check if regexp matched.
16272
16273 2002-01-13 Richard M. Stallman <rms@gnu.org>
16274
16275 * international/mule-cmds.el: help-map bindings moved to help.el.
16276
16277 * help.el (view-echo-area-messages): New function.
16278 (help-map): Add `e' binding. Delete obsolete `d' binding.
16279 Change old Info bindings C-f, C-k and C-i to F, K, S.
16280 Move view-emacs-FAQ from F to C-f.
16281 Move view-emacs-problems from P to C-e.
16282 Bindings moved here from mule-cmds.el.
16283 C-l binding for describe-language-environment deleted
16284 (help-for-help): Update for all these changes.
16285
16286 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
16287
16288 2002-01-13 Dave Love <fx@gnu.org>
16289
16290 * emacs-lisp/copyright.el: Doc fixes.
16291 (copyright-regexp): Add Latin-9 copyright sign.
16292 Match comment delimiters in year lists.
16293 (copyright-current-year): Initialize to load-time year.
16294
16295 2002-01-13 Andreas Schwab <schwab@suse.de>
16296
16297 * dired-aux.el (dired-do-shell-command): Doc fix.
16298
16299 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16300
16301 * startup.el (command-line-x-option-alist): New options "-fs",
16302 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
16303
16304 * term/x-win.el (x-handle-initial-switch): New function.
16305
16306 2002-01-13 Colin Walters <walters@debian.org>
16307
16308 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
16309 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
16310
16311 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
16312
16313 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
16314
16315 2002-01-12 Richard M. Stallman <rms@gnu.org>
16316
16317 * net/browse-url.el (browse-url-grail):
16318 Use browse-url-maybe-new-window.
16319
16320 * net/telnet.el (telnet-simple-send):
16321 Handle comint-input-sender-no-newline like comint-simple-send.
16322
16323 * progmodes/sql.el (sql-query-placeholders-and-send):
16324 Handle comint-input-sender-no-newline like comint-simple-send.
16325 (sql-escape-newlines-and-send): Likewise.
16326
16327 * comint.el (comint-input-sender): Doc fix.
16328 (comint-input-sender-no-newline): New variable.
16329 (comint-simple-send): If comint-input-sender-no-newline,
16330 don't output newline, but maybe send eof.
16331 (comint-send-input): New arg NO-NEWLINE.
16332 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
16333
16334 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16335
16336 * textmodes/flyspell.el (flyspell-check-pre-word-p):
16337 Prevent delaying when executing keyboard macros.
16338
16339 2002-01-12 Richard M. Stallman <rms@gnu.org>
16340
16341 * simple.el (line-move): If we can't move enough lines,
16342 go to beginning or end of line.
16343
16344 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
16345 and proper window.
16346
16347 * help.el (describe-mode): Call help-setup-xref in the help buffer.
16348 Switch buffers only after calling `help-buffer'.
16349
16350 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
16351 only when they are surrounded by whitespace.
16352 Use dired-mark-separator when adding one file name to a command.
16353 (dired-do-shell-command): Verify that * is surrounded by whitespace.
16354 Ask for confirmation if * or ? is not surrounded by whitespace.
16355 (dired-bunch-files): Re-reverse the partial file list when it is used.
16356
16357 2002-01-12 Richard M. Stallman <rms@gnu.org>
16358
16359 * comint.el (comint-dynamic-list-completions): Repeating the command
16360 after displaying a completion list scrolls the list.
16361
16362 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
16363
16364 * files.el (find-file-noselect): Don't consider a buffer as
16365 visiting a file literally if it is in hexl-mode.
16366
16367 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
16368
16369 2002-01-11 Richard M. Stallman <rms@gnu.org>
16370
16371 * startup.el (initial-scratch-message): Fix custom type, add group.
16372
16373 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
16374 around the decode-coding-region call.
16375
16376 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
16377 after displaying a completion list scrolls the list.
16378
16379 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * version.el (emacs-version): Bump to 21.2.50.
16382
16383 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
16384
16385 * play/zone.el (zone-timeout): New var.
16386 (zone-hiding-modeline): New macro.
16387 (zone-call): New func.
16388
16389 (zone): Init `modeline-hidden-level' symbol property.
16390 Use `zone-call' instead of `funcall'.
16391
16392 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
16393
16394 (zone-pgm-stress): Use `zone-hiding-modeline'.
16395
16396 (zone-pgm-stress-destress): New zone program.
16397
16398 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
16399
16400 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
16401
16402 2002-01-09 Richard M. Stallman <rms@gnu.org>
16403
16404 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
16405
16406 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
16407
16408 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
16409 flyspell-mouse-map.
16410
16411 2002-01-08 Richard M. Stallman <rms@gnu.org>
16412
16413 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
16414
16415 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
16416
16417 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
16418
16419 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16420
16421 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
16422 Do not use make-local-hook.
16423
16424 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
16425
16426 * international/quail.el (quail-start-translation)
16427 (quail-start-conversion): Bind last-command-event, last-command,
16428 and this-command in the first let. This fixes the change from
16429 2000-08-30.
16430
16431 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
16432
16433 * ediff-hook.el: Add an autoload cookie.
16434
16435 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16436
16437 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
16438 address of the author.
16439
16440 2002-01-08 Richard M. Stallman <rms@gnu.org>
16441
16442 * replace.el (occur-mode-goto-occurrence-other-window): New command.
16443 (occur-mode-map): Bind `o' to that.
16444
16445 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
16446
16447 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
16448 new macro that replaces viper-emacs-p and viper-xemacs-p in many
16449 cases. Used to reduce the number of warnings.
16450
16451 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
16452 (viper-standard-value): Move here from viper.el.
16453 (viper-set-unread-command-events): Move to viper-util.el
16454 (viper-check-minibuffer-overlay): Make sure
16455 viper-minibuffer-overlay is moved to cover the entire input field.
16456
16457 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
16458 (viper-read-key-sequence, viper-set-unread-command-events)
16459 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
16460
16461 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
16462
16463 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
16464
16465 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
16466
16467 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
16468 (viper-event-vector-p): Move to viper-util.el
16469
16470 * viper.el (viper-standard-value): Move to viper-cmd.el.
16471 Use viper-cond-compile-for-xemacs-or-emacs.
16472
16473 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16474
16475 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16476
16477 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
16478 New macro designed to be used in many places where ediff-emacs-p or
16479 ediff-xemacs-p was previously used. Reduces the number of warnings.
16480 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
16481 of ediff-xemacs-p.
16482 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
16483 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
16484 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
16485 Move to ediff-util.el.
16486 (ediff-event-key): Moved here.
16487
16488 * ediff-merge.el: Got rid of unreferenced variables.
16489
16490 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16491
16492 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16493 (ediff-cleanup-mess): Improve the way windows are set up after
16494 quitting ediff.
16495 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
16496 (ediff-dispose-of-variant-according-to-user): New function
16497 designed to be smarter and also understands indirect buffers.
16498 (ediff-highlight-diff-in-one-buffer)
16499 (ediff-unhighlight-diff-in-one-buffer)
16500 (ediff-unhighlight-diffs-totally-in-one-buffer)
16501 (ediff-highlight-diff, ediff-highlight-diff)
16502 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
16503 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
16504 (ediff-get-region-contents, ediff-make-current-diff-overlay):
16505 Moved here.
16506 (ediff-format-bindings-of): New function by Hannu Koivisto
16507 <azure@iki.fi>.
16508 (ediff-setup): Make sure the merge buffer is always widened and
16509 modifiable.
16510 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
16511 result of a merge into a file visited by another buffer.
16512 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
16513 is visited by another buffer and ask to save/delete that buffer.
16514 (ediff-verify-file-merge-buffer): New function to do the above.
16515
16516 * ediff-vers.el: Load ediff-init.el at compile time.
16517
16518 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
16519
16520 * ediff.el (ediff-windows, ediff-regions-wordwise)
16521 (ediff-regions-linewise): Use indirect buffers to improve
16522 robustness and make it possible to compare regions of the same
16523 buffer (even overlapping regions).
16524 (ediff-clone-buffer-for-region-comparison)
16525 (ediff-clone-buffer-for-window-comparison): New functions.
16526 (ediff-files-internal): Refuse to compare identical files.
16527 (ediff-regions-internal): Get rid of the warning about comparing
16528 regions of the same buffer.
16529
16530 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
16531 Plus the following fixes courtesy of Dave Love: Doc fixes.
16532 (ediff-word-1): Use word class and move - to the
16533 front per regexp documentation.
16534 (ediff-wordify): Bind forward-word-function outside loop.
16535 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
16536 consing buffer contents.
16537 (ediff-goto-word): Move syntax table setting outside loop.
16538
16539 2002-01-07 Richard M. Stallman <rms@gnu.org>
16540
16541 * dired.el (dired-copy-filename-as-kill): Call kill-append
16542 if following a kill command.
16543
16544 * help-fns.el (describe-variable, describe-function):
16545 Do save-excursion.
16546
16547 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16548
16549 * net/ldap.el (ldap-search-internal): Skip error message from
16550 ldapsearch. Allow listing attribute names only. Do not open
16551 non-existent files.
16552
16553 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
16554 call non-existent function.
16555
16556 * net/eudc.el (top-level): Revert previous change.
16557
16558 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
16559 variables to prevent warning from byte-compiler.
16560
16561 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
16562 string-match on emacs-version again.
16563
16564 * enriched.el (enriched-make-annotation): Fix the change from
16565 2002-01-05.
16566 (enriched-handle-display-prop): Return proper values.
16567
16568 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
16569 Use proper attribute name labeledUri instead of deprecated labeledUrl.
16570
16571 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16572
16573 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
16574 editing an empty hotlist.
16575
16576 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
16577 Use buffer-string instead of buffer-substring for the whole buffer.
16578
16579 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
16580 not free.
16581
16582 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
16583 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
16584 (eudc-bob-save-object): Make the buffer unibyte.
16585 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
16586 object to external program.
16587
16588 2002-01-05 Andre Spiegel <spiegel@gnu.org>
16589
16590 * vc.el (vc-branch-part): Return nil if there's no `.'
16591 (vc-default-previous-version): Renamed from vc-previous-version.
16592 New args BACKEND and FILE. Return nil for revision numbers
16593 without a `.'
16594 (vc-version-diff): Call vc-BACKEND-previous-version.
16595 (vc-steal-lock): Steal lock before composing mail, so that no mail
16596 is sent when the stealing goes wrong. And we'll actually see the
16597 error in that case now.
16598 (vc-finish-steal): Removed.
16599
16600 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
16601 the lock, so that we see expanded headers.
16602 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
16603 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
16604 available from vc.el. Updated all callers.
16605
16606 2002-01-05 Richard M. Stallman <rms@gnu.org>
16607
16608 * enriched.el (enriched-make-annotation): Doc fix.
16609
16610 * format.el (format-replace-strings, format-subtract-regions)
16611 (format-annotate-region, format-annotate-location)
16612 (format-annotate-atomic-property-change)
16613 (format-annotate-single-property-change): Doc fixes.
16614
16615 2002-01-05 Jason Rumney <jasonr@gnu.org>
16616
16617 * term/w32-win.el: Require fontset unconditionally.
16618 (w32-handle-scroll-bar-event): Remove.
16619
16620 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16621
16622 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
16623 copyrights to be updated.
16624
16625 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
16626
16627 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
16628 2001-10-24.
16629
16630 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
16631
16632 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16633
16634 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
16635 (ldap-ignore-attribute-codings): Change the default value to allow
16636 encoding/decoding of attributes.
16637 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
16638
16639 2002-01-03 Richard M. Stallman <rms@gnu.org>
16640
16641 * files.el (basic-save-buffer): Undo previous change.
16642
16643 * calendar/diary-lib.el (diary-block): Doc fix.
16644
16645 * custom.el (defcustom): Fix syntax of previous change.
16646
16647 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
16648
16649 * custom.el (defcustom): Documented :tag, :link and :load.
16650
16651 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16652
16653 * mail/sendmail.el (mail-recover-1): New function.
16654 (mail-recover): Switch to the *mail* buffer right away.
16655 Use buffer-auto-save-file-name instead of calling
16656 make-auto-save-file-name. Call dired-noselect instead of invoking
16657 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
16658 before reading the auto-save file. If the buffer's auto-save file
16659 does not exist, call mail-recover-1 to allow recovery from past
16660 auto-saved drafts.
16661
16662 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16663
16664 * time.el (display-time-load-average-threshold): Fix defcustom
16665 (add type and group).
16666
16667 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
16668 specification from the hostname.
16669
16670 2002-01-02 Richard M. Stallman <rms@gnu.org>
16671
16672 * facemenu.el (facemenu-active-faces):
16673 Use face-attributes-as-vector, not face-attributes-vector.
16674
16675 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
16676
16677 * xscheme.el: Eleven years of updates on a private copy.
16678
16679 Extensive changes to support multiple xscheme buffers:
16680 (run-scheme): Break up into new functions to facilitate starting
16681 processes in other buffers.
16682 (xscheme-start, xscheme-read-command-line): New functions.
16683 (start-scheme, select-scheme)
16684 (default-xscheme-runlight)
16685 (global-set-scheme-interaction-buffer)
16686 (local-set-scheme-interaction-buffer)
16687 (local-clear-scheme-interaction-buffer)
16688 (exit-scheme-interaction-mode)
16689 (verify-xscheme-buffer): New functions.
16690 (xscheme-process-name, xscheme-buffer-name)
16691 (xscheme-runlight): New internal vars.
16692 (default-xscheme-runlight): New const.
16693 (xscheme-start-process): Add args for the process/buffer names.
16694 (reset-scheme): Pass process/buffer names.
16695 (scheme-interaction-mode): Initialize new local vars.
16696 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
16697 (xscheme-select-process-buffer, xscheme-process-buffer)
16698 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
16699 (xscheme-goto-output-point, xscheme-write-message-1): Use new
16700 var xscheme-process-name.
16701 (xscheme-start-process): Initialize xscheme-process-name and
16702 xscheme-buffer-name in the process buffer. Pass buffer name to
16703 xscheme-modeline-initialize.
16704 (xscheme-modeline-initialize): Add argument to specify buffer name
16705 for mode-line vars.
16706 (xscheme-process-sentinel): Make sure sentinel is run in the
16707 process buffer so it sees its local vars.
16708 (xscheme-process-filter-initialize, xscheme-set-runlight):
16709 More elaborate logic to handle multiple-buffer mode lines.
16710
16711 (xscheme-enter-input-wait): Re-enable control-G handler upon
16712 entering input wait.
16713
16714 (scheme-interaction-mode): Add arg to preserve local vars.
16715 (xscheme-enter-interaction-mode)
16716 (xscheme-enter-debugger-mode): Preserve local vars.
16717 (xscheme-start-process): Clobber local vars.
16718
16719 (scheme-interaction-mode-commands): Allow end user to add commands
16720 to scheme-interaction-mode keymap.
16721 (scheme-interaction-mode-commands-alist): New variable.
16722
16723 (xscheme-send-string): Don't use insert-before-markers.
16724
16725 Implement a per-buffer kill ring:
16726 (xscheme-insert-expression)
16727 (xscheme-rotate-yank-pointer, xscheme-yank)
16728 (xscheme-yank-pop, xscheme-yank-push): New functions.
16729 (xscheme-expressions-ring)
16730 (xscheme-expressions-ring-yank-pointer)
16731 (xscheme-expressions-ring-max): New variables.
16732 (xscheme-send-string-1): Call xscheme-insert-expression to save
16733 expression in ring.
16734 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
16735 (xscheme-previous-send): Deleted variable.
16736
16737 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
16738 (xscheme-send-control-g-interrupt): Use process-send-string rather
16739 than send-string.
16740
16741 (xscheme-send-region): Insert a newline after an expression that
16742 is submitted in the interaction buffer, for consistency with
16743 recent changes to Edwin.
16744
16745 (xscheme-delete-output): New function mimics comint-delete-output.
16746 (xscheme-last-input-end): New internal variable.
16747 (xscheme-process-filter-output): Update xscheme-last-input-end.
16748
16749 (xscheme-send-control-g-interrupt): Make sure that
16750 xscheme-control-g-disabled-p is looked up in the right buffer.
16751
16752 (xscheme-enable-control-g): Clear C-g message if visible.
16753 (xscheme-control-g-message-string): New internal var.
16754 (xscheme-send-control-g-interrupt): Use new var.
16755
16756 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
16757 Delay after sending interrupt in order to work around race condition.
16758
16759 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
16760 (xscheme-send-char): Use xscheme-send-char rather than send-string
16761 to send single char.
16762
16763 (xscheme-process-filter, xscheme-process-filter-alist):
16764 Add support for evaluating expressions outside of the call-excursion.
16765 (xscheme-process-filter:string-action-noexcursion): New func.
16766
16767 (xscheme-write-value): Change output string to match that used by
16768 Edwin.
16769
16770 (xscheme-coerce-prompt): Don't write a space after a command
16771 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
16772 for us.
16773
16774 (reset-scheme): Delete process after killing it.
16775
16776 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16777
16778 * bindings.el (function-key-map): Don't bind shifted keypad
16779 numeric keys.
16780
16781 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16782
16783 * enriched.el (enriched-handle-display-prop): Remove unused variables.
16784 (enriched-mode): Doc fix.
16785
16786 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16787
16788 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
16789 Hebrew points.
16790
16791 2002-01-01 Richard M. Stallman <rms@gnu.org>
16792
16793 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
16794
16795 2001-12-31 Richard M. Stallman <rms@gnu.org>
16796
16797 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
16798 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
16799 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
16800 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
16801 * progmodes/cperl-mode.el, progmodes/idlwave.el:
16802 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
16803 Adapt face definitions to use :weight and :slant.
16804
16805 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
16806
16807 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
16808
16809 * font-lock.el (initializing from font-lock-face-attributes):
16810 Use :weight and :slant, not :bold and :italic.
16811
16812 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
16813
16814 * cus-edit.el (custom-face-edit-fix-value): New function.
16815 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
16816
16817 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16818
16819 * progmodes/octave-mod.el (octave-abbrev-table):
16820 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
16821 * progmodes/fortran.el (fortran-mode-abbrev-table):
16822 * progmodes/f90.el (f90-mode-abbrev-table):
16823 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
16824 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
16825 predefined abbrevs as "system" abbrevs.
16826
16827 2001-12-30 Richard M. Stallman <rms@gnu.org>
16828
16829 * info.el (Info-fontify-node): For a **** underline line, put the
16830 invisible and intangible props on the following newline, but not
16831 on the previous newline or the last char of the previous line.
16832
16833 * faces.el (face-set-after-frame-default): Don't change `default' face.
16834
16835 * faces.el (minibuffer-prompt): Adopt some default colors.
16836
16837 * replace.el (query-replace-read-args): Immediate error if read-only.
16838
16839 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
16840 Display the output buffer in a more intelligent way.
16841
16842 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
16843
16844 * ls-lisp.el (insert-directory): Modify the "total" line wording,
16845 in accordance with files.el's insert-directory.
16846
16847 2001-12-29 Richard M. Stallman <rms@gnu.org>
16848
16849 * files.el (basic-save-buffer): If a before-write hook displays
16850 an echo area message, pause before calling basic-save-buffer-1.
16851
16852 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
16853
16854 * textmodes/reftex-global.el (reftex-query-replace-document)
16855 (reftex-change-label): Doc fix.
16856
16857 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
16858
16859 * progmodes/etags.el (tags-query-replace): Doc fix.
16860
16861 2001-12-29 Richard M. Stallman <rms@gnu.org>
16862
16863 * progmodes/compile.el (compile-internal): Fix previous change.
16864
16865 2001-12-28 Richard M. Stallman <rms@gnu.org>
16866
16867 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
16868 shrink the windows above as necessary to get space.
16869 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
16870
16871 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
16872 This fixes a bug that treated all files as directories.
16873 (ange-ftp-insert-directory): Explicitly follow symlinks.
16874
16875 * international/iso-transl.el (iso-transl-char-map) Eliminate the
16876 alias symbols--put the translated sequences here directly.
16877
16878 * progmodes/cc-mode.el (c-mode-abbrev-table)
16879 (c++-mode-abbrev-table, objc-mode-abbrev-table)
16880 (java-mode-abbrev-table, pike-mode-abbrev-table):
16881 Mark all the predefined abbrevs as "system" abbrevs.
16882
16883 * mail/sendmail.el (mail-envelope-from): Fix custom type.
16884 (sendmail-send-it): Check mail-specify-envelope-from
16885 and mail-envelope-from in the mail buffer at start.
16886
16887 2001-12-28 Simon Josefsson <jas@extundo.com>
16888
16889 * mail/sendmail.el (mail-envelope-from): Fix :type.
16890 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
16891
16892 2001-12-28 Richard M. Stallman <rms@gnu.org>
16893
16894 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
16895
16896 * simple.el (line-move-invisible): New subroutine.
16897 (line-move-to-column): New subroutine--smarter about advancing over
16898 invisible parts of a line, or lines, but only as long as hpos grows.
16899 (line-move-finish): New subroutine: repeatedly processes desired
16900 column, intangibility, and fields.
16901 (line-move): Use those subroutines.
16902 When moving lines downward, skip invisible text first rather than last.
16903
16904 2001-12-27 Richard M. Stallman <rms@gnu.org>
16905
16906 * international/mule-diag.el (describe-char-after):
16907 Describe the text properties of the char after point.
16908
16909 * help.el (describe-key): Doc fix.
16910
16911 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
16912
16913 * find-dired.el (find-dired-sentinel): Precede exit message by
16914 two spaces, to match the regexp in dired-between-files.
16915
16916 2001-12-28 Miles Bader <miles@gnu.org>
16917
16918 * wid-edit.el (widget-toggle-value-create): Don't eval actual
16919 images (which are lists too).
16920
16921 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
16922
16923 * language/european.el: Fix the doc string of "Latin-5" language
16924 environment.
16925
16926 2001-12-26 Richard M. Stallman <rms@gnu.org>
16927
16928 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
16929 defined as before 2001-11-09.
16930 (add-minor-mode call): Specify the keymap.
16931
16932 * progmodes/compile.el (compile-internal):
16933 Set TERM variable in process-environment.
16934
16935 2001-12-25 Richard M. Stallman <rms@gnu.org>
16936
16937 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
16938 the buffer.
16939
16940 * startup.el (command-line): Convert command line args
16941 to Emacs internal representation using locale-coding-system.
16942
16943 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
16944
16945 * international/fontset.el: Don't require ind-util when compiling.
16946
16947 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16948
16949 * emulation/tpu-edt.el (tpu-reset-screen-size):
16950 Use set-frame-height and set-frame-width instead of set-screen-height
16951 and set-screen-width.
16952
16953 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
16954 of obsolete set-screen-width.
16955
16956 * locate.el (locate): Remove dot at the end of error argument.
16957
16958 * emerge.el (emerge-show-file-name): Use frame-height instead of
16959 obsolete screen-height.
16960
16961 * mail/mh-utils.el (mh-show-msg): Likewise.
16962 (mh-handle-process-error): Use frame-width instead of obsolete
16963 screen-width.
16964
16965 2001-12-25 Richard M. Stallman <rms@gnu.org>
16966
16967 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
16968 to enlarge-window. Use save-selected-window. Don't try
16969 to resize windows that end at the bottom "level".
16970 Retry changing the sizes until the windows get the desired sizes.
16971 Discount the minibuffer when computing total height available.
16972
16973 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
16974 (debugger-make-xrefs): Only make a button for the first symbol
16975 on any line.
16976
16977 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
16978
16979 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
16980 Call IT-setup-unicode-display here instead of adding it to
16981 dos-codepage-setup-hook, so that Unicode display tables are set
16982 before dos-codepage-setup-hook runs.
16983
16984 2001-12-24 Richard M. Stallman <rms@gnu.org>
16985
16986 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
16987 (nslookup-mode-abbrev-table): Don't define it.
16988 (smbclient-mode-abbrev-table): Don't define it.
16989 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
16990 (nslookup-mode, smbclient-mode): Likewise.
16991 (network-connection-service-abbrev-alist): Variable deleted.
16992 (network-connection-mode-setup): Don't set up abbrev table.
16993
16994 * faces.el (minibuffer-prompt): New face.
16995 (minibuffer-prompt-properties): Add `face' property.
16996
16997 * replace.el (occur-mode-display-occurrence): New function.
16998 (occur-mode-map): Bind C-o to it.
16999
17000 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
17001
17002 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
17003 (viper-special-read-and-insert-char): Make C-m work right in the r
17004 comand.
17005 (viper-buffer-search-enable): Fixed format string.
17006
17007 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
17008 instead of viper-info-on-file.
17009 (ex-set-visited-file-name): New function.
17010
17011 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
17012
17013 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
17014 action argument.
17015
17016 * ediff-init.el: Fixed some doc strings.
17017
17018 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
17019 Got rid of make-local-hook.
17020
17021 * ediff-wind.el (ediff-setup-control-frame): Got rid of
17022 make-local-hook.
17023
17024 2001-12-23 Richard M. Stallman <rms@gnu.org>
17025
17026 * term/x-win.el (x-handle-geometry): Put height and width
17027 on default-frame-alist, left and top on initial-frame-alist.
17028 * term/w32-win.el (x-handle-geometry): Likewise.
17029
17030 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
17031
17032 * play/yow.el (yow): Use an arg to distinguish interactive calls,
17033 not interactive-p.
17034
17035 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17036
17037 * emacs-lisp/elint.el (elint-unknown-builtin-args):
17038 Remove mocklisp entries.
17039
17040 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
17041 Lisp. Obsoleted.
17042
17043 * emulation/mlconvert.el: File removed.
17044
17045 * emulation/mlsupport.el: Moved to obsolete.
17046
17047 * obsolete/mlsupport.el: Moved there from lisp/emulation.
17048
17049 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
17050
17051 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17052 Remove mocklisp case.
17053
17054 * help-fns.el (describe-function-1): Remove mocklisp function case.
17055
17056 2001-12-22 Miles Bader <miles@gnu.org>
17057
17058 * textmodes/refill.el (refill-mode): Don't barf when redundantly
17059 turning refill-mode off.
17060
17061 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17062
17063 * time.el (display-time-load-average-threshold): New variable.
17064 (display-time-update): Use it.
17065
17066 These changes allow cycling through past 1, 5 and 15 minutes
17067 load-average displayed in the mode-line.
17068
17069 * time.el (display-time-default-load-average): New customizable option.
17070 (display-time-load-average): New variable.
17071 (display-time-cycle-load-average): New function.
17072 (display-time-update): Use them.
17073
17074 2001-12-21 Richard M. Stallman <rms@gnu.org>
17075
17076 * apropos.el (apropos-print): SPACING is now nil or a separator string.
17077 (apropos-documentation, apropos-value): Pass a suitable string.
17078
17079 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
17080
17081 * dired.el (dired-free-space-program, dired-free-space-args):
17082 Aliases for back-compatibility.
17083
17084 * info.el (Info-select-node): If Info-use-header-line is nil, set
17085 header-line-format to nil.
17086 (Info-fontify-node): Don't put a keymap text property on the
17087 heading if we are not going to display the header line. Remove
17088 any such text properties left over from past visits to this node.
17089
17090 * ls-lisp.el (insert-directory): Insert the amount of free disk
17091 space, like files.el's insert-directory does.
17092
17093 * files.el (directory-free-space-program):
17094 Mention file-system-info in the doc string.
17095 (get-free-disk-space): New function; code moved from insert-directory.
17096 (insert-directory): Call get-free-disk-space to get the amount of
17097 free space.
17098
17099 2001-12-21 Richard M. Stallman <rms@gnu.org>
17100
17101 * help.el (view-order-manuals, view-emacs-news, describe-copying)
17102 (describe-distribution, describe-project): Use view-file.
17103
17104 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
17105
17106 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
17107
17108 * emacs-lisp/easy-mmode.el (define-minor-mode):
17109 Make no arg by default in an interactive call,
17110 so that repeating the command toggles again.
17111
17112 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
17113
17114 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
17115
17116 * antlr-mode.el: More sophisticated indentation of cpp directive.
17117 (antlr-indent-at-bol-alist): New user option.
17118 (antlr-indent-line): Use it.
17119 (antlr-indent-style): New user option.
17120 (antlr-mode): Use it.
17121 (antlr-indent-item-regexp): Customize.
17122
17123 * antlr-mode.el: Syntax highlighting changes.
17124 (antlr-font-lock-literal-regexp): New user option.
17125 (antlr-font-lock-syntax-face): New face used for :, |, ....
17126 (antlr-font-lock-default-face): New face.
17127 (antlr-font-lock-additional-keywords): Use them.
17128
17129 * antlr-mode.el: New command to insert options -- variables.
17130 (antlr-mode-map): New binding [C-c C-o].
17131 (antlr-mode-menu): New submenus.
17132 (antlr-options-use-submenus): New user option.
17133 (antlr-tool-version): New user option.
17134 (antlr-options-auto-colon): New user option.
17135 (antlr-options-style): New user option.
17136 (antlr-options-push-mark): New user option.
17137 (antlr-options-assign-string): New user option.
17138 (antlr-options-headings): New variable.
17139
17140 * antlr-mode.el: New command to insert options -- specific.
17141 (antlr-options-alists): New variable.
17142 (antlr-read-value): New function.
17143 (antlr-read-boolean): New function.
17144 (antlr-language-option-extra): New function.
17145 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
17146 (antlr-c++-mode-extra): New function.
17147 (antlr-grammar-tokens): New function.
17148 (antlr-imenu-create-index-function): New optional argument.
17149
17150 * antlr-mode.el: New command to insert options -- functions.
17151 (antlr-insert-option): New command.
17152 (antlr-insert-option-interactive): New function.
17153 (antlr-options-menu-filter): New function.
17154 (antlr-option-kind): New function.
17155 (antlr-scan-lists): New alias.
17156 (antlr-scan-lists-internal): New function.
17157 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
17158 (antlr-option-level): New function.
17159 (antlr-syntactic-grammar-depth): New function.
17160 (antlr-option-location): New function.
17161 (antlr-insert-option-do): New function.
17162 (antlr-option-spec): New function.
17163 (antlr-version-string): New function.
17164 (antlr-insert-option-existing): New function.
17165 (antlr-insert-option-space): New function.
17166 (antlr-insert-option-area): New function.
17167
17168 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
17169 with narrowing. Menu change. Miscellaneous.
17170 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
17171 (antlr-mode-map): New bindings for characters in ":;|&(){}".
17172 (antlr-electric-character): New command.
17173 (antlr-class-header-regexp): New variable.
17174 (antlr-font-lock-additional-keywords): Use it.
17175 (antlr-imenu-create-index-function): Use it.
17176 (antlr-file-dependencies): Use it.
17177 (antlr-indent-line): Also works with restrictions.
17178 (antlr-indent-command): Interactive spec - changes the buffer.
17179 (antlr-language-for-option): Deletia.
17180 (antlr-language-option): New function, defined instead.
17181 (antlr-mode): Use it.
17182
17183 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
17184
17185 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
17186 instead of a literal /dev/null.
17187
17188 * Makefile.in (distclean): Remove Makefile in the build
17189 directory, not in the source directory.
17190
17191 2001-12-21 Simon Josefsson <jas@extundo.com>.
17192
17193 * mail/smtpmail.el (smtpmail-send-queued-mail):
17194 Use with-temp-buffer instead of find-file-noselect, and bind
17195 coding-system-for-read to no-conversion when reading the queued
17196 messages. (Simon's code modified slightly by Eli Zaretskii.)
17197
17198 2001-12-20 Werner Lemberg <wl@gnu.org>
17199
17200 * international/mule-diag.el (describe-coding-system)
17201 (print-coding-system-briefly): Make printed output have a similar
17202 format as describe-character-set.
17203
17204 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17205
17206 * play/blackbox.el (bb-member): Remove, use member instead.
17207 (bb-delete): Remove, use delete instead.
17208 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
17209 bb-score, bb-detour-count and bb-balls-placed.
17210 Propertize results of rays.
17211
17212 2001-12-19 Karl Fogel <kfogel@red-bean.com>
17213
17214 * isearch.el (isearch-forward, isearch-edit-string): Make doc
17215 strings mention keybinding for `isearch-yank-word-or-char',
17216 rather than `isearch-yank-word', since the former is bound now
17217 and the latter is not.
17218 (isearch-yank-word-or-char): Fix formatting.
17219
17220 2001-12-19 Werner Lemberg <wl@gnu.org>
17221
17222 * language/czech.el, language/european.el, language/slovak.el:
17223 More fixes for language info doc strings.
17224
17225 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
17226
17227 * loadup.el: Add "language" to the load-path.
17228
17229 2001-12-19 Richard M. Stallman <rms@gnu.org>
17230
17231 * international/mule-cmds.el (describe-language-environment):
17232 Fix calls to help-xref-button.
17233
17234 2001-12-19 Miles Bader <miles@gnu.org>
17235
17236 * international/fontset.el: Require `ind-util' when compiling.
17237
17238 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17239
17240 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
17241 instead of decompose-composite-char.
17242
17243 2001-12-18 Richard M. Stallman <rms@gnu.org>
17244
17245 * simple.el (eval-expression-print-level)
17246 (eval-expression-print-length): Doc fixes.
17247
17248 * international/mule-diag.el (describe-character-set):
17249 Fix the arg to help-xref-button.
17250
17251 * files.el (directory-free-space-program): New variable.
17252 (directory-free-space-args): New variable.
17253 (insert-directory): Use those two variables for getting free space.
17254 Use file-system-info instead, if that is defined.
17255
17256 * dired.el (dired-free-space-program): Variable deleted.
17257 (dired-free-space-args): Variable deleted.
17258 (dired-insert-directory): Don't try to determine free space.
17259
17260 * files.el (font-lock-defaults): Add risky-local-variables prop.
17261 (hack-one-local-variable): Treat various font-lock variables as risky.
17262
17263 2001-12-18 Werner Lemberg <wl@gnu.org>
17264
17265 * language/chinese.el, language/cyrillic.el:
17266 * language/czech.el, language/european.el, language/greek.el:
17267 * language/hebrew.el, language/indian.el, language/japanese.el:
17268 * language/korean.el, language/lao.el, language/slovak.el:
17269 * language/thai.el, language/tibetan.el, language/vietnamese.el:
17270 Improve documentation strings of coding systems and language infos.
17271
17272 2001-12-18 Werner LEMBERG <wl@gnu.org>
17273
17274 Add support for EUC-TW decoding/encoding.
17275
17276 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
17277 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
17278 New auxiliary functions to build `big5-to-cns'.
17279 (big5-to-cns): New translation alist.
17280
17281 * language/chinese.el: Added new coding system `euc-tw' and its
17282 alias `euc-taiwan'.
17283 Updated language `Chinese-CNS' to include euc-tw encoding also.
17284 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
17285 euc-tw.
17286
17287 2001-12-18 Dave Love <fx@gnu.org>
17288
17289 * loadup.el: Add language/utf-8-lang, language/georgian.
17290
17291 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
17292 (image-file-name-regexps): Doc fix.
17293
17294 * server.el (server-unload-hook): New function.
17295
17296 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
17297 (lm-crack-copyright): Cope with multi-line copyright `lines'.
17298
17299 * simple.el (newline): Doc fix.
17300 (eval-expression-print-level, eval-expression-print-length): Doc
17301 fix. Amend :type.
17302 (next-line, previous-line): Make arg optional.
17303 (newline): Doc fix.
17304
17305 * Makefile.in (DONTCOMPILE): Add various language files.
17306
17307 * international/quail.el (quail-input-string-to-events): Don't use
17308 string-to-list.
17309
17310 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
17311 calling `newline'.
17312
17313 2001-12-17 Richard M. Stallman <rms@gnu.org>
17314
17315 * comint.el (comint-dynamic-list-input-ring-select): New function.
17316 Switches back to the old window configuration.
17317 (comint-dynamic-list-input-ring): Bind RET to that function.
17318 (comint-dynamic-list-input-ring-window-conf): New variable.
17319
17320 2001-12-17 Werner Lemberg <wl@gnu.org>
17321
17322 * international/mule-conf.el: Improve documentation strings of
17323 character sets.
17324
17325 2001-12-16 Richard M. Stallman <rms@gnu.org>
17326
17327 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
17328 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
17329
17330 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
17331
17332 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
17333 Add a DESCRIPTION for the makefile item.
17334
17335 * find-file.el (ff-other-file-name): New function.
17336
17337 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
17338
17339 * international/quail.el (quail-input-string-to-events): Fix last
17340 change.
17341
17342 2001-12-16 Richard M. Stallman <rms@gnu.org>
17343
17344 * isearch.el (isearch-edit-string): When we set isearch-string
17345 to the default, also set isearch-message.
17346
17347 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
17348
17349 * startup.el (command-line-1): Display startup screen
17350 even if there are command line args.
17351 Add a note about how to go to editing your files.
17352 (fancy-splash-head): Add a note about how to go to your files.
17353 (fancy-splash-outer-buffer): New variable.
17354 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
17355
17356 * subr.el (with-temp-message): At the end, always discard
17357 the temp message, even by clearing the echo area.
17358
17359 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
17360
17361 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
17362
17363 * log-view.el (log-view-message-re, log-view-current-tag):
17364 Recognize Subversion's log output format.
17365
17366 * international/fontset.el: Build the list L at compile time.
17367
17368 * language/ind-util.el (mapthread): Make a closure.
17369
17370 2001-12-15 Richard M. Stallman <rms@gnu.org>
17371
17372 * isearch.el (isearch-start-hscroll): New variable.
17373 (isearch-mode): Set isearch-start-hscroll.
17374 (isearch-update): Restore original hscrolling if possible.
17375
17376 * isearch.el (isearch-edit-string):
17377 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
17378
17379 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
17380 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
17381 rather than regexp search and (2) copying text properties
17382 already set up on text unchanged from the previous backtrace.
17383
17384 * case-table.el (set-case-syntax-pair):
17385 Detect invalid calls and signal an error.
17386
17387 2001-12-15 Richard M. Stallman <rms@gnu.org>
17388
17389 * language/ind-util.el (range): Function deleted.
17390 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
17391 All calls changed.
17392
17393 * language/devan-util.el (devanagari-range): Renamed from `range'.
17394 All calls changed.
17395 (devanagari-regexp-of-hashtbl-keys):
17396 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
17397
17398 2001-12-15 Dave Love <fx@gnu.org>
17399
17400 * language/ind-util.el: Don't require cl.
17401 (indian-glyph-char, indian-glyph-max-char)
17402 (indian-char-glyph): Moved from indian.el
17403 (indian--puthash-char, mapthread): Don't quote lambda.
17404 (indian--map): New function.
17405 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
17406 (indian--puthash-cv): Use it.
17407
17408 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
17409 (indian-char-glyph): Moved to ind-util.el
17410
17411 * language/devan-util.el (devanagari-post-read-conversion):
17412 New function.
17413
17414 * language/georgian.el: New file.
17415
17416 * international/mule-cmds.el (locale-language-names): Add various
17417 entries. Remove utf-8 special case.
17418 (locale-charset-language-names, locale-preferred-coding-systems):
17419 Add utf-8 case.
17420 (set-language-environment): Process required-features earlier.
17421
17422 * international/quail.el (quail-keyboard-layout-alist):
17423 Add pc105-uk.
17424 (quail-keyboard-layout-type): Fix :type.
17425 (quail-choose-completion-string): Simplify.
17426 (quail-update-leim-list-file): Don't get fooled by commented-out code.
17427 (quail-input-string-to-events): Run events through
17428 translation-table-for-input.
17429
17430 * international/mule-conf.el (translation-table-for-input):
17431 New variable.
17432 (latin-iso8859-14): Amend description.
17433 (file-coding-system-alist): Add entry for utf-8.
17434
17435 * language/utf-8-lang.el: New file.
17436
17437 * international/code-pages.el: New file.
17438
17439 * language/hebrew.el ("Windows-1255"): New language.
17440
17441 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
17442 ("Latvian"): New languages.
17443
17444 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
17445
17446 * xml.el: Use setq rather than (set 'foo bar).
17447 Use push+nreverse rather than append.
17448 (xml-node-name, xml-node-attributes, xml-node-children):
17449 Use defsubst rather than macros.
17450 (xml-parse-region): Handle a nil return value from xml-parse-tag.
17451 (xml-parse-tag): Don't skip white space. Return nil for a comment.
17452 Concat the two strings surrounding a comment into a single string.
17453
17454 * newcomment.el (comment-indent): Jump to the middle of empty comments.
17455
17456 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17457
17458 * select.el (xselect-convert-to-class, xselect-convert-to-name):
17459 Document.
17460
17461 2001-12-14 Andre Spiegel <spiegel@gnu.org>
17462
17463 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
17464 Return nil if FILE is not registered.
17465 (vc-check-master-templates, vc-default-make-version-backups-p):
17466 Doc fix.
17467
17468 2001-12-13 David Ponce <david@dponce.com>
17469
17470 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
17471 (ruler-mode-left-fringe-cols): New macro.
17472 (ruler-mode-right-fringe-cols): New macro.
17473 (ruler-mode-left-scroll-bar-cols): New macro.
17474 (ruler-mode-right-scroll-bar-cols): New macro.
17475 (ruler-mode-ruler): Use above new macros.
17476
17477 2001-12-13 Richard M. Stallman <rms@gnu.org>
17478
17479 * files.el (set-auto-mode): Fix previous change.
17480
17481 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
17482
17483 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
17484 (easy-menu-do-define, easy-menu-convert-item-1)
17485 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
17486 (easy-menu-return-item): Only return nil if there is no binding.
17487
17488 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
17489
17490 * whitespace.el (whitespace-version): 3.2
17491 * whitespace.el (whitespace-force-mode-line-update): Replace with
17492 `whitespace-mode-line-update', which is an alias to the correct
17493 function in various emacsen.
17494 * whitespace.el (whitespace-{un,}highlight-the-space):
17495 Add colorized highlighting of the bogus whitespaces in a buffer/file,
17496 using the `whitespace-highlight-face' if
17497 `whitespace-display-spaces-in-color' is set.
17498
17499 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
17500
17501 * international/mule.el (set-auto-coding): Don't search for
17502 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
17503
17504 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17505
17506 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
17507
17508 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
17509
17510 * mail/rmailsum.el (rmail-summary-mode): Likewise.
17511
17512 2001-12-13 Richard M. Stallman <rms@gnu.org>
17513
17514 * simple.el (undo): Always set this-command to `undo',
17515 so that the next undo after an error will not begin redoing.
17516
17517 * simple.el (shell-command): Doc fix.
17518 (shell-command-on-region): If there is output an an error,
17519 add "...Shell command failed" to the output.
17520
17521 2001-12-13 David Ponce <david@dponce.com>
17522
17523 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
17524 (ruler-mode-left-fringe-cols): Function replaced by more efficient
17525 implementation `ruler-mode-extra-left-cols'.
17526 (ruler-mode-ruler): Use above new function. Take into account
17527 that the fringe areas can now be resized.
17528
17529 2001-12-12 Richard M. Stallman <rms@gnu.org>
17530
17531 * international/characters.el (Unicode): Comment out
17532 the specifications for kelvin and angstrom signs.
17533
17534 * international/mule.el (make-translation-table-from-vector):
17535 Allow null elements in VEC.
17536
17537 * international/ucs-tables.el (unify-8859-on-encoding-mode)
17538 (unify-8859-on-decoding-mode): Swap the code in their bodies.
17539 Add :version.
17540
17541 2001-12-11 Richard M. Stallman <rms@gnu.org>
17542
17543 * derived.el (derived-mode-p): Function moved to subr.el.
17544
17545 * subr.el (derived-mode-p): Moved here from derived.el.
17546
17547 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
17548
17549 * files.el (set-auto-mode-1): New subroutine, broken out of
17550 set-auto-mode.
17551 (set-auto-mode, hack-local-variables-prop-line): Use that.
17552
17553 2001-12-11 Dave Love <fx@gnu.org>
17554
17555 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
17556
17557 * language/european.el: Remove autoload cookies. Fix registration
17558 of diacritic composition function.
17559
17560 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17561
17562 * calendar/todo-mode.el: Require time-stamp.
17563
17564 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
17565
17566 2001-12-11 Richard M. Stallman <rms@gnu.org>
17567
17568 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
17569
17570 * textmodes/ispell.el (ispell-buffer-local-parsing):
17571 Match xml like sgml.
17572
17573 * emacs-lisp/advice.el (ad-compile-function):
17574 Byte compile the function under another (uninterned) name.
17575
17576 * gud.el (gdb): Define and bind gud-jump.
17577
17578 * font-lock.el (font-lock-mode):
17579 Put our function at the end of after-change-functions.
17580
17581 * ediff-diff.el (ediff-cmp-options): Doc fix.
17582
17583 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
17584
17585 2001-12-10 Richard M. Stallman <rms@gnu.org>
17586
17587 * isearch.el (isearch-yank-word-or-char): New function.
17588 (isearch-mode-map): Bind C-w to that.
17589
17590 * menu-bar.el (menu-bar-mode): Make arg optional.
17591
17592 * simple.el (line-move): Cope if next-single-property-change
17593 or previous-single-property-change returns nil.
17594
17595 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
17596 Don't use interactive-p; instead, pass the proper args
17597 in (interactive...). Clean up most of the trouble-report strings.
17598
17599 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
17600
17601 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
17602 enqueued messages literally.
17603
17604 2001-12-10 Noah Friedman <friedman@splode.com>
17605
17606 * battery.el (battery-insert-file-contents): Obsolete function
17607 removed.
17608 (battery-read-function): Obsolete function removed.
17609 (battery-linux-proc-apm): Use insert-file-contents.
17610
17611 2001-12-07 Stephen Eglen <stephen@gnu.org>
17612
17613 * iswitchb.el (iswitchb-visit-buffer):
17614 Use `select-frame-set-input-focus'--needed when window manager
17615 uses "click to focus" policy.
17616
17617 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17618
17619 * COPYING: Moved back.
17620
17621 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
17622
17623 * term/internal.el (IT-character-translations): Add entries for
17624 more points.
17625
17626 * international/characters.el: Resurrect the Hebrew category
17627 settings for all Hebrew characters removed by the last change.
17628 Add code for setting the Hebrew category of the Unicode Hebrew
17629 characters. Set syntax entries for Hebrew punctuation characters.
17630
17631 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
17632 points and directional formatting control characters.
17633
17634 2001-12-07 Dave Love <fx@gnu.org>
17635
17636 * language/lao-util.el: Add Unicode equivalents for rules.
17637 (lao-post-read-conversion): New function.
17638
17639 * language/lao.el: Add Unicode equivalents.
17640 (lao): Add post-read conversion.
17641
17642 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
17643 Use iso2022 encoding.
17644 (latin1-char-displayable-p): Doc fix.
17645 (latin1-display-ucs-per-lynx): New option.
17646 (latin1-display-ucs-per-lynx): New command.
17647 (latin1-display-reset): Special-case arabic.
17648 (ucs-tables): Require.
17649 (latin1-display-sets, latin1-display-setup): Add arabic.
17650 (latin1-display) <variable>: Use function latin1-display.
17651 (latin1-display) <function>: Add mule-unicode stuff.
17652 (latin1-display-check-font): Don't lose if `info' is nil.
17653
17654 * international/iso-transl.el: Insert Latin-1 characters, not
17655 unibyte codes.
17656
17657 * language/european.el (diacritic-composition-pattern): New constant.
17658 (diacritic-compose-region, diacritic-compose-string)
17659 (diacritic-compose-buffer, diacritic-post-read-conversion)
17660 (diacritic-composition-function): New functions.
17661
17662 * international/utf-8.el (ucs-mule-to-mule-unicode):
17663 New translation table.
17664 (ccl-encode-mule-utf-8): Use it.
17665 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
17666 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
17667 (utf-8-subst-table): New variable.
17668 (utf-8-compose-scripts): New option.
17669 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
17670
17671 * international/ucs-tables.el, international/utf-8-subst.el:
17672 New files.
17673
17674 * international/characters.el: Don't set word syntax (the default)
17675 explicitly. Add a diacritic category. Add info for Unicode
17676 equivalents of characters in various Mule charsets and for extra
17677 Unicode characters. Don't define specific categories for
17678 Indian/Devanagari, since they aren't used.
17679
17680 2001-12-06 Richard M. Stallman <rms@gnu.org>
17681
17682 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
17683 (set-justification-left, set-justification-right): Doc fix.
17684
17685 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
17686 (bug-f90-mode): Variable deleted.
17687
17688 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
17689
17690 * indent.el (indent-line-function): Default is indent-relative again.
17691
17692 2001-12-07 Miles Bader <miles@gnu.org>
17693
17694 * progmodes/compile.el (compilation-error-regexp-alist):
17695 Added regexps for RXP.
17696
17697 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
17698
17699 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
17700 Add shift-assignment operators to those highlighted, and highlight
17701 the whole operator rather than just the "=".
17702
17703 2001-12-04 Juanma Barranquero <lektu@terra.es>
17704
17705 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
17706 before saving abbrevs if `save-abbrevs' has the value `silently'.
17707
17708 2001-12-04 Andreas Schwab <schwab@suse.de>
17709
17710 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
17711
17712 2001-12-04 Colin Walters <walters@debian.org>
17713
17714 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
17715 for `defmacro*' forms.
17716
17717 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
17718 `defmacro*'.
17719
17720 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
17721
17722 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
17723
17724 2001-12-02 Richard M. Stallman <rms@gnu.org>
17725
17726 * files.el (insert-directory): If the df output does not look right,
17727 don't try to use it. Other cleanups in overall code structure.
17728
17729 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
17730
17731 * textmodes/outline.el (outline-mode-prefix-map):
17732 Add bindings for outline-promote and outline-demote.
17733 (outline-minor-mode-menu-bar-map): New var.
17734 (outline-minor-mode): Use it.
17735 (outline-heading-alist): New var (renamed from outline-level-heading).
17736 (outline-level): Use it.
17737 (outline-insert-heading, outline-promote, outline-demote):
17738 Update to use outline-heading-alist.
17739
17740 * disp-table.el (standard-display-european):
17741 Simplify since the function is not interactive any more.
17742 Don't set the existing buffers to unibyte.
17743
17744 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
17745
17746 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
17747
17748 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
17749
17750 * shell.el (shell): Use shell-file-name.
17751 Pop to buffer before calling comint to set COLUMNS properly.
17752
17753 * emacs-lisp/cl.el (svref): New alias.
17754
17755 * progmodes/antlr-mode.el (antlr-c-common-init):
17756 Don't inhibit adaptive-fill-mode any more.
17757
17758 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
17759
17760 * progmodes/etags.el (tags-with-face): Use make-symbol.
17761 (tags-search, tags-query-replace): Use backquotes.
17762
17763 * textmodes/picture.el (picture-mode-map): Don't use defconst
17764 for a variable.
17765
17766 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17767
17768 * textmodes/reftex-index.el (reftex-index-mode):
17769 Remove make-local-hook.
17770
17771 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
17772
17773 2001-12-02 Kim F. Storm <storm@cua.dk>
17774
17775 * isearch.el (isearch-resume-enabled): New variable.
17776 (isearch-done): Use that variable.
17777
17778 2001-12-01 Richard M. Stallman <rms@gnu.org>
17779
17780 * wid-edit.el (widget-button-click): Don't move point permanently:
17781 Avoid mouse-set-point--instead select the window,
17782 then do save-excursion, then move point.
17783 Specify the buffer for get-char-property.
17784 Don't use `@' in interactive.
17785
17786 * indent.el (indent-line-function):
17787 Default is indent-to-left-margin again.
17788
17789 * replace.el (query-replace-read-args): Display message
17790 if FROM contains `\n' or `\t'.
17791
17792 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
17793
17794 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
17795
17796 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
17797
17798 * emacs-lisp/regexp-opt.el (regexp-opt):
17799 Bind completion-regexp-list to nil.
17800
17801 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
17802
17803 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
17804
17805 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
17806 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
17807 Update maintainer.
17808
17809 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
17810
17811 * mail/smtpmail.el: Use with-current-buffer.
17812 (message-make-date, message-make-message-id): Autoload when needed.
17813 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
17814 headers when missing.
17815
17816 * international/encoded-kb.el (encoded-kbd-mode):
17817 Use define-minor-mode.
17818
17819 * enriched.el (enriched-mode): Use define-minor-mode.
17820 Use dolist and pop and push.
17821
17822 * info.el (Info-find-node-2): Don't call info-insert-file-contents
17823 with the `visit' argument.
17824 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
17825
17826 * progmodes/hideif.el (hide-ifdef-mode): Only modify
17827 `change-major-mode-hook' locally. Reset invisibility spec.
17828
17829 * man.el (Man-build-section-alist): Remove last Man-match-substring.
17830
17831 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17832
17833 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
17834 Clarify error message.
17835
17836 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17837
17838 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
17839
17840 2001-11-30 Andre Spiegel <spiegel@gnu.org>
17841
17842 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
17843 don't just return it.
17844
17845 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
17846
17847 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
17848 (menu-bar-read-emacs-man, search-emacs-glossary)
17849 (emacs-index-search, elisp-index-search): New functions.
17850 (apropso-documentation, apropos, apropos-value, apropos-variable)
17851 (apropos-commands): Modify menu item names and help text.
17852 (elisp-index-search, emacs-index-search, emacs-glossary):
17853 New menu items.
17854 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
17855 submenu.
17856 (info-elisp, info-elintro): New menu items.
17857 (apropos): Modify the menu item name.
17858
17859 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
17860
17861 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
17862
17863 * textmodes/outline.el (outline-promote, outline-demote): Typo.
17864
17865 * man.el (man-follow-mouse): New function.
17866 (Man-mode-map): Bind mouse-2 to it.
17867 (Man-match-substring): Remove. Replace with `match-string'.
17868 (man): Use the `default-value' argument to `read-string'.
17869 (Man-fontify-manpage): Add mouse-face to cross references.
17870
17871 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
17872
17873 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
17874
17875 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
17876 the value of require-match in minibuffer-completion-confirm.
17877 Use crm-local-completion-map.
17878
17879 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
17880 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
17881 (cl-make-type-test): Use char-valid-p for `character'.
17882
17883 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
17884 (Info-complete-menu-item): Rewrite. Add the ability to search
17885 several sequential nodes. Add a simple caching mechanism.
17886 (Info-goto-index): New function extracted from Info-index.
17887 (Info-index): Use it. Add completion to the interactive spec.
17888 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
17889
17890 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17891
17892 * COPYING: Removed.
17893
17894 2001-11-29 Dave Love <fx@gnu.org>
17895
17896 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
17897 (fortran-window-create, fortran-window-create-momentarily):
17898 Rewrite, moving error condition.
17899 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
17900 (fortran-mode-syntax-table): Revert last change.
17901
17902 * international/mule.el: Doc fixes.
17903 (map-charset-chars): New function.
17904 (register-char-codings): Use it to cope with generic chars in
17905 safe-chars.
17906
17907 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17908
17909 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
17910
17911 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
17912
17913 * play/studly.el (studlify-word, studlify-region)
17914 (studlify-buffer): Fix doc-string.
17915 (studlify-buffer): Add autoload cookie.
17916
17917 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
17918
17919 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
17920 (outline-up-heading-all): Remove.
17921 (hide-sublevels): Move to end-of-heading before calling flag-region.
17922 (outline-copy-overlay, outline-discard-overlays): Remove.
17923 (outline-flag-region): Use `remove-overlays'.
17924 Don't move to end-of-heading.
17925 (outline-next-visible-heading, outline-back-to-heading)
17926 (outline-on-heading-p): Use outline-invisible-p.
17927 (outline-font-lock-level): Use outline-up-heading's new arg.
17928 (outline-minor-mode): Simplify.
17929 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
17930 (outline): Put a `reveal-toggle-invisible' property.
17931 (outline-level-heading): New var.
17932 (outline-insert-heading, outline-promote, outline-demote)
17933 (outline-toggle-children): New commands.
17934
17935 * progmodes/hideif.el (hif-end-of-line): New function.
17936 (hide-ifdef-mode): Set line-move-ignore-invisible.
17937 (hide-ifdef-region-internal): New function.
17938 (hide-ifdef-region): Use it.
17939 (hif-defined): Return an integer.
17940 (hif-infix-to-prefix): Remove.
17941 (hif-tokenize): Parse from the buffer rather than from a string.
17942 Correctly tokenize integers. Use forward-comment.
17943 (hif-expr): Use hif-or.
17944 (hif-term): Use hif-and.
17945 (hif-factor): Use hif-not. Handle numbers properly.
17946 Don't require parenthesis around `defined's argument.
17947 (hif-and, hif-or, hif-not): New funs.
17948 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
17949 (hif-hide-line): Don't hide the \n before the line.
17950 (hif-possibly-hide): Correctly handle numeric evaluation results.
17951
17952 * progmodes/make-mode.el: Use line-(end|beginning)-position.
17953 (makefile-mode): Set indent-line-function.
17954 (makefile-browser-insert-continuation): Use with-current-buffer.
17955 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
17956
17957 2001-11-28 Karl Fogel <kfogel@red-bean.com>
17958
17959 * isearch.el (isearch-yank-internal): New helper function.
17960 (isearch-yank-char): New function.
17961 (isearch-yank-word, isearch-yank-line): Rewrite to use
17962 isearch-yank-internal.
17963
17964 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
17965
17966 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
17967 aren't supported. Print a message to that effect if invoked.
17968
17969 2001-11-27 Stephen Eglen <stephen@gnu.org>
17970
17971 * locate.el (locate): Put point at first matching file rather
17972 than top of buffer.
17973
17974 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * reveal.el: New file.
17977
17978 * progmodes/hideif.el: Misc cleanup.
17979 (hide-ifdef-mode-submap): Put the def in the defvar.
17980 Use substitute-key-definition.
17981 (hide-ifdef-mode): Use define-minor-mode.
17982 (hif-outline-flag-region): Remove.
17983 (hif-show-all): Define in terms of hif-show-ifdef-region.
17984 (hif-after-revert-function): Rename from hif-before-revert-function.
17985 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
17986 (hif-tokenize): Use with-syntax-table.
17987 (hif-make-range): Use `else' also for `else-p'.
17988 (hif-range-else-p): Remove.
17989 (hif-find-range): Simplify.
17990 (hif-hide-line): Don't bother preserving buffer-modified-p.
17991 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
17992 Don't use selective-display and inhibit-read-only.
17993
17994 * subr.el (copy-overlay, remove-overlays): New funs.
17995
17996 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
17997
17998 2001-11-27 Sam Steingold <sds@gnu.org>
17999
18000 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
18001 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
18002 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
18003 * obsolete/c-mode.el, obsolete/cplus-md.el
18004 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
18005 * term/sun-mouse.el, textmodes/artist.el:
18006 Converted backquote to the new style.
18007 * mouse.el, reposition.el: Likewise (in comments).
18008 * expand.el: Likewise (in a string).
18009
18010 2001-11-27 Richard M. Stallman <rms@gnu.org>
18011
18012 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
18013
18014 2001-11-26 Richard M. Stallman <rms@gnu.org>
18015
18016 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
18017 if :on-glyph or :off-glyph is a list, eval it and store it back.
18018 (checkbox): Quote the values for :on-glyph and :off-glyph.
18019
18020 * cus-start.el (recursive-load-depth-limit): Delete item.
18021
18022 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
18023
18024 * help-fns.el (describe-categories, help-describe-category-set): New.
18025 describe-categories moved here from src/category.c.
18026
18027 2001-11-26 Sam Steingold <sds@gnu.org>
18028
18029 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
18030 arguments to `insert' are strings.
18031
18032 2001-11-26 Richard M. Stallman <rms@gnu.org>
18033
18034 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
18035
18036 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
18037
18038 * international/mule-diag.el: Require help-fns instead of
18039 help-funs.
18040
18041 * help-fns.el: Renamed from help-funs.el.
18042
18043 * startup.el (command-line-1): Don't try to call process-list if
18044 it is not fboundp.
18045
18046 2001-11-26 Sam Steingold <sds@gnu.org>
18047
18048 * frame.el (show-trailing-whitespace): Remove :set argument (the
18049 value was essentially identical to the defalt).
18050
18051 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18052
18053 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
18054
18055 * icomplete.el (icomplete-minibuffer-setup): Likewise.
18056
18057 * hilit-chg.el (hilit-chg-set): Likewise.
18058
18059 * speedbar.el (speedbar-mode): Likewise.
18060
18061 * calendar/calendar.el (calendar-mode): Likewise.
18062
18063 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
18064 insert-string.
18065
18066 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
18067
18068 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
18069
18070 * term/sun-mouse.el (sun-yank-selection): Likewise.
18071
18072 * textmodes/bib-mode.el (return-key-bib): Likewise.
18073
18074 * calendar/appt.el (appt-disp-window): Likewise.
18075
18076 * calendar/diary-lib.el (list-diary-entries): Likewise.
18077
18078 * array.el (array-reconfigure-rows): Likewise.
18079
18080 * filecache.el (file-cache-minibuffer-complete): Likewise.
18081
18082 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
18083
18084 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
18085
18086 * allout.el (outline-version, outline-open-topic)
18087 (outline-rebullet-heading, outline-insert-listified)
18088 (outline-latex-verbatim-quote-curr-line)
18089 (outline-latexify-one-item, outlineify-sticky): Likewise.
18090
18091 * vc.el (vc-next-action-on-file): Likewise.
18092 (vc-dired-mode): Remove make-local-hook.
18093
18094 2001-11-26 Andre Spiegel <spiegel@gnu.org>
18095
18096 * vc.el (vc-find-version): New function.
18097 (vc-version-other-window): Redefined in terms of the above.
18098
18099 * log-view.el (log-view-find-version): New function.
18100 (log-view-mode-map): Bind it to `f'.
18101
18102 2001-11-26 Gerd Moellmann <gerd@gnu.org>
18103
18104 * language/devan-util.el (dev-char-glyph): Escape `"' in
18105 string literals.
18106 (dev-glyph-glyph, dev-glyph-glyph-2)
18107 (devanagari-compose-syllable-region): Likewise.
18108
18109 2001-11-26 Richard M. Stallman <rms@gnu.org>
18110
18111 * window.el (save-selected-window): No error if saved window is dead.
18112
18113 * help-funs.el (describe-syntax): Put (interactive) after doc string.
18114
18115 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18116
18117 * international/quail.el (quail-help): Require help-mode in
18118 top-level instead.
18119
18120 * iswitchb.el (iswitchb-exhibit): Use insert instead of
18121 insert-string.
18122
18123 * icomplete.el (icomplete-exhibit): Likewise.
18124
18125 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
18126
18127 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
18128 (diff-hunk-kill): Simplify.
18129 (diff-post-command-hook): Only apply to a single hunk.
18130 (diff-hunk-text): Make `char-offset' non-optional.
18131 (diff-find-text): Return a cons cell.
18132 (diff-find-approx-text): New fun.
18133 (diff-find-source-location): Use it.
18134 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
18135 Adapt to new retval of diff-find-text.
18136
18137 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
18138 rather than integer- representation of dates.
18139
18140 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
18141
18142 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
18143 (syntax-after): New fun.
18144
18145 * help-funs.el (describe-syntax): New fun.
18146
18147 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
18148 (font-lock-ppss-stats, font-lock-ppss): Remove.
18149 (font-lock-fontify-syntactically-region): Remove tuning code.
18150 (font-lock-compile-keywords): Fix off-by-one bug.
18151 (font-lock-set-defaults): Don't set removed vars.
18152 (c-keywords): Add `inline'.
18153 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
18154
18155 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18156 Set syntax-begin-function.
18157 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
18158 (lisp-interaction-mode): Don't set local-abbrev-table any more.
18159 (lisp-mode-auto-fill): Use syntax-ppss and obey
18160 comment-auto-fill-only-comments.
18161 (lisp-fill-paragraph): Use syntax-ppss.
18162
18163 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
18164
18165 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
18166 version of rmail-enable-mime.
18167 (rmail-forward): Use it.
18168
18169 2001-11-25 Richard M. Stallman <rms@gnu.org>
18170
18171 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
18172
18173 * international/quail.el (quail-keyboard-layout-button):
18174 Define button type.
18175 (quail-keyboard-customize-button): Likewise.
18176 (quail-help): Use those button types. Require `help-mode'.
18177 Avoid altering the argument `package'.
18178
18179 * help-mode.el (help-function, help-variable, help-face)
18180 (help-coding-system, help-input-method, help-character-set):
18181 Define each button type with its own explicit define-button-type.
18182
18183 * language/devan-util.el: Comment out parts of the file
18184 which apparently are garbled.
18185
18186 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18187
18188 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
18189 insert-string.
18190
18191 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18192
18193 * play/snake.el (snake-mode): Remove make-local-hook.
18194
18195 * play/tetris.el (tetris-mode): Likewise.
18196
18197 * play/decipher.el (decipher-mode): Likewise.
18198
18199 * tmm.el (tmm-add-prompt): Likewise.
18200
18201 2001-11-25 Sam Steingold <sds@gnu.org>
18202
18203 * menu-bar.el (menu-bar-apropos-menu): New variable.
18204 Moved all `apropos' bindings to this menu.
18205 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
18206
18207 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
18208
18209 The following changes are for new indian languages support based
18210 on Unicode charset and CDAC fonts.
18211
18212 * international/mule-conf.el: Change indian-1-column charset to
18213 indian-glyph charset.
18214
18215 * international/characters.el: Adjusted for the change of
18216 indian-1-column -> indian-glyph.
18217
18218 * international/fontset.el: Delete the setting for indian-1-column
18219 and add the setting for indian-glyph in the default fontset.
18220
18221 * language/indian.el: Completely re-written.
18222
18223 * language/devanagari.el: Completely re-written.
18224
18225 * language/devan-util.el: Completely re-written.
18226
18227 * language/ind-util.el: New file.
18228
18229 2001-11-24 Richard M. Stallman <rms@gnu.org>
18230
18231 * startup.el (command-line-1): Don't do startup screen
18232 if a subprocess is running. Call the startup screen buffer
18233 "GNU Emacs". Make a special mode-line-format for it.
18234
18235 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
18236 (browse-url-galeon): Use that variable.
18237
18238 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
18239 eval-expression. Eval and set the variable simply.
18240
18241 * files.el (temporary-file-directory): Use defcustom.
18242 (small-temporary-file-directory): Likewise.
18243 (normal-backup-enable-predicate): Move down in file
18244 after definition of temporary-file-directory.
18245
18246 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
18247
18248 2001-11-24 Colin Walters <walters@debian.org>
18249
18250 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
18251 autoload names to match files renamed on initial calc import.
18252
18253 * calc/calc.el (Commentary): Cleanup, and add logistic curve
18254 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
18255
18256 2001-11-23 Colin Walters <walters@debian.org>
18257
18258 * Makefile.in (finder_setwins, setwins): Include Calc again.
18259
18260 * calc/calc-rules.el: Add header comment.
18261
18262 2001-11-23 Andre Spiegel <spiegel@gnu.org>
18263
18264 * vc.el (with-vc-properties): Don't bind `filename' locally.
18265 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
18266 to avoid name clashes. Fix `lisp-indent-function' property for
18267 both.
18268
18269 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
18270
18271 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
18272
18273 2001-11-22 Colin Walters <walters@debian.org>
18274
18275 * calc/calc-misc.el (report-calc-bug):
18276 Use `reporter-prompt-for-summary-p'.
18277
18278 * calc/INSTALL, calc/Makefile: Remove.
18279
18280 2001-11-22 Miles Bader <miles@gnu.org>
18281
18282 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
18283 (reb-match-2, reb-match-3): Add dark-background variants.
18284
18285 2001-11-22 Colin Walters <walters@debian.org>
18286
18287 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
18288 (info "Calc").
18289 (report-calc-bug): Use reporter.el.
18290
18291 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
18292
18293 2001-11-21 Richard M. Stallman <rms@gnu.org>
18294
18295 * which-func.el (which-function): Call imenu--make-index-alist
18296 if necessary to get a list of functions.
18297 (which-function-imenu-failed): New variable.
18298 (which-func-update): Handle all visible windows.
18299 (which-func-update-1): New subroutine broken out of which-func-update.
18300
18301 * files.el (temporary-file-directory, null-device)
18302 (small-temporary-file-directory): Definitions moved up.
18303
18304 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
18305 (cperl-non-problems, cperl-praise): Doc fixes.
18306
18307 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
18308 (sh-mode-syntax-table): Function restored.
18309 Variable set up for use by function sh-mode-syntax-table.
18310 (sh-set-shell): Set the syntax table.
18311
18312 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
18313
18314 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
18315
18316 * international/encoded-kb.el: Don't alter minor-map-alist.
18317
18318 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18319
18320 * files.el (auto-save-file-name-transforms): Put remote files in
18321 temporary-file-directory rather than /tmp.
18322
18323 2001-11-21 Colin Walters <walters@debian.org>
18324
18325 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
18326 of (function ...) wrapper.
18327
18328 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
18329
18330 * derived.el (define-derived-mode): Create the abbrev-table
18331 from inside the `defvar'.
18332
18333 * jit-lock.el (jit-lock-defer-time): New var.
18334 (jit-lock-defer-timer, jit-lock-buffers): New vars.
18335 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
18336 (jit-lock-function): Defer fontification if requested.
18337 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
18338 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
18339 text property.
18340 (jit-lock-deferred-fontify): New fun.
18341
18342 2001-11-20 Richard M. Stallman <rms@gnu.org>
18343
18344 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
18345 Set local-abbrev-table to lisp-mode-abbrev-table.
18346
18347 * emacs-lisp/re-builder.el (reb-mode):
18348 Don't use define-derived-mode. Call kill-all-local-variables.
18349
18350 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
18351 Don't use define-derived-mode.
18352
18353 * help-mode.el (help-mode): Undo 2001-10-07 change.
18354
18355 * replace.el (occur-mode): Undo 2001-5-20 change.
18356
18357 2001-11-20 Jason Rumney <jasonr@gnu.org>
18358
18359 * w32-fns.el (w32-system-coding-system): Change to an alias for
18360 locale-coding-system.
18361 (set-w32-system-coding-system): Document the above change.
18362 Set locale-coding-system instead.
18363
18364 2001-11-20 Richard M. Stallman <rms@gnu.org>
18365
18366 * ruler-mode.el: Add pagination.
18367 (ruler-mode-toggle-show-tab-stops): No need to
18368 test `ruler-mode' variable.
18369
18370 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
18371
18372 * play/landmark.el: Mark lm-mode as special.
18373
18374 * play/gomoku.el: Mark gomoku-mode as special.
18375
18376 2001-11-20 Juanma Barranquero <lektu@terra.es>
18377
18378 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
18379 (top-level): Bind it to C-c C-b.
18380 (re-builder): Don't re-enter RE Builder Mode.
18381
18382 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
18383
18384 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
18385
18386 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
18387 `manual-program'.
18388
18389 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
18390 to a line without a comment.
18391
18392 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
18393
18394 * dired.el (dired-listing-switches): Mention in the doc string
18395 that some switches are not supported by ls-lisp.el
18396
18397 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
18398
18399 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
18400 (imenu--create-keymap-2): Remove.
18401 (imenu--create-keymap-1): Simplify, remove third argument.
18402 (imenu--generic-function): Use dolist.
18403 (imenu-find-default): New function.
18404 (imenu--completion-buffer): Use it.
18405 (imenu--mouse-menu): Use popup-menu.
18406 (imenu--menubar-select): Return t rather than calling imenu.
18407
18408 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
18409 New functions, extracted from fill-region-as-paragraph.
18410 (fill-region-as-paragraph): Use them.
18411 Use an end marker instead of eob.
18412 Ignore whitespace-only fill-prefixes when indenting according to mode.
18413 Simplify the loop that searches for spaces backwards.
18414
18415 * textmodes/picture.el (picture-vertical-step)
18416 (picture-horizontal-step): Don't use defconst for variables.
18417
18418 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
18419 (mail-extract-address-components): Downcase domain names.
18420 (mail-extr-delete-char): Remove. Use delete-char instead.
18421
18422 * emulation/pc-select.el: Doc string fixes.
18423 (pc-selection-mode): Don't treat macos as a tty.
18424
18425 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
18426
18427 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
18428
18429 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
18430 (mouse-wheel-progessive-speed): New var.
18431 (mwheel-scroll): Use it and handle float values.
18432
18433 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
18434
18435 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
18436 (iswitchb): Fix the case where the result was selected with the mouse.
18437 (iswitchb-completion-help): Use the normal *Completions* now that
18438 mouse selection works.
18439 (iswitchb-minibuffer-setup): Simplify.
18440
18441 * newcomment.el (comment-column, comment-style, comment-multi-line)
18442 (comment-auto-fill-only-comments): Remove :group arg.
18443 (comment-padding): Add :type.
18444 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
18445 if called interactively.
18446
18447 2001-11-19 Colin Walters <walters@verbum.org>
18448
18449 * calc/calc.el (toplevel): Add comment and version header.
18450 (calc-init-base): Bump version to 2.02f, update date.
18451
18452 2001-11-19 Richard M. Stallman <rms@gnu.org>
18453
18454 * net/browse-url.el: Support Mozilla and Galeon.
18455 By default, find the installed browser whichever it is.
18456 (browse-url-mozilla): New function.
18457 (browse-url-mozilla-sentinel): New function.
18458 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
18459 (browse-url-default-browser): New function.
18460 (browse-url-process-environment): Use browse-url-browser-display.
18461 (browse-url-browser-display): Renamed from browse-url-netscape-display.
18462 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
18463 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
18464 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
18465 (browse-url-browser-function): New default, new options.
18466
18467 2001-11-19 Sam Steingold <sds@gnu.org>
18468
18469 * bindings.el (last-buffer, unbury-buffer): New function.
18470 (mode-line-unbury-buffer): Use `unbury-buffer'.
18471
18472 2001-11-18 Stephen Eglen <stephen@gnu.org>
18473
18474 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
18475 control behaviour when no further completion is possible.
18476
18477 2001-11-19 Colin Walters <walters@verbum.org>
18478
18479 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
18480 (math-showing-full-precision, math-with-extra-prec, math-working)
18481 (calc-with-default-simplification)
18482 (calc-with-trail-buffer): Use backtick.
18483 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
18484 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
18485 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
18486 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
18487 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
18488 (Math-num-integerp, Math-bignum-test, Math-equal-int)
18489 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
18490 (calc-record-compilation-date-macro): Deleted. Callers updated.
18491 (math-format-radix-digit): Move to calc-bin.el.
18492
18493 * calc/calc.el (calc-record-compilation-date): Remove.
18494 (calc-bug-address): Update.
18495 (calc-settings-file): Use `user-init-file'.
18496
18497 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
18498 Handle null `calc-settings-file'.
18499
18500 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
18501 * calc/calc-keypd.el (calc-keypad-mode): New.
18502 (calc-do-keypad): Use it.
18503 (calc-keypad-map): Move into `calc-keypad-mode'.
18504
18505 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
18506 to defalias argument.
18507
18508 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
18509 (calcFunc-floor): Ditto.
18510
18511 * calc-units.el (calcFunc-usimplify): Ditto.
18512
18513 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18514 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18515 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18516 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18517 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18518 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18519 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18520 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18521 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18522 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18523 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
18524 and move them before their first use. Use `when', `unless'.
18525 Remove trailing periods from error forms. Add description and
18526 headers suggested by Emacs Lisp coding conventions.
18527
18528 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
18529
18530 * newcomment.el (comment-indent):
18531 Fix misindentation for comment-only lines.
18532 (comment-indent-new-line): Only obey comment-multi-line if the
18533 comment-ender is not the end-of-line.
18534
18535 2001-11-19 Richard M. Stallman <rms@gnu.org>
18536
18537 * net/net-utils.el (network-connection-service-abbrev-alist):
18538 New variable.
18539
18540 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
18541 Advance to start of 3rd sexp by moving fwd and backing over it.
18542 At first three elements, act like defun.
18543
18544 * delsel.el (delete-selection-pre-hook): Handle and resignal
18545 file-supersession errors to interact properly with userlock.el.
18546
18547 2001-11-18 Richard M. Stallman <rms@gnu.org>
18548
18549 * progmodes/fortran.el (fortran-mode-syntax-table):
18550 Specify punctuation syntax for backslash.
18551
18552 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
18553 All calls deleted.
18554
18555 * international/mule-util.el (string-to-sequence): Make it obsolete.
18556 (string-to-list, string-to-vector): Implement them directly
18557 using append and vconcat, not with string-to-sequence.
18558
18559 * startup.el (command-line): Set abbrevs-changed to nil after
18560 reading the init file and the abbrevs file.
18561
18562 * isearch.el (isearch): Use magenta2 as bg for (background light)
18563
18564 2001-11-17 Richard M. Stallman <rms@gnu.org>
18565
18566 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
18567
18568 * simple.el (minibuffer-history-sexp-flag): Doc fix.
18569
18570 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
18571
18572 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
18573 If set and if applicable, add a regexp to highlight defun-like
18574 text inside comments and strings.
18575 (font-lock-fontify-keywords-region): Pass that new arg.
18576 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
18577 to the end and pass that new arg.
18578 (c-font-lock-keywords-2): Fix regex for labels.
18579 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
18580 Make it work when LIMIT is several lines further.
18581 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
18582 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
18583 Use backquote and make the regexes for `int a, b, c;' work on
18584 multiple lines.
18585
18586 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
18587 (font-lock-defaults-alist): Don't change it any more.
18588 (reb-subexp-mode-map): Cleanup.
18589
18590 * custom.el (custom-current-group-alist): New var.
18591 (custom-declare-group): Set it.
18592 (custom-current-group): New fun.
18593 (custom-declare-variable, custom-handle-all-keywords):
18594 Use it as a default if no :group argument is specified.
18595
18596 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
18597 (standard-keyboard-coding-systems): New var.
18598 (set-locale-environment): Use it to decide whether or not to call
18599 set-keyboard-coding-system.
18600 (locale-language-names): Use \"French\" for "fr".
18601
18602 2001-11-17 Richard M. Stallman <rms@gnu.org>
18603
18604 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
18605 (add-to-list): Delete compatibility code.
18606 (checkdoc-next-message-error): Doc fix.
18607
18608 2001-11-17 Stephen Eglen <stephen@gnu.org>
18609
18610 * locate.el (locate): Show default locate pattern within the
18611 prompt, but don't insert it into the minibuffer contents.
18612 Catch the case when pattern is the empty string.
18613
18614 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
18615
18616 * language/european.el ("French"): New language environment.
18617
18618 2001-11-16 Richard M. Stallman <rms@gnu.org>
18619
18620 * calendar/todo-mode.el (todo-save): Fix previous change.
18621
18622 * subr.el (functionp): Do use cdr-safe on object.
18623
18624 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
18625
18626 * bindings.el (mode-line-mode-name): Only put the help-echo property
18627 if the local-map property was put as well.
18628 (global-map): Bind switch-frame, delete-frame, iconify-frame
18629 and make-frame-visible events.
18630
18631 * emacs-lisp/elp.el (elp-not-profilable): New var.
18632 (elp-not-profilable-p): New function.
18633 (elp-instrument-function): Use it. Use backquotes and push.
18634
18635 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
18636 (byte-stack+-info, byte-compile-last-warned-form)
18637 (byte-compile-last-logged-file): Don't defconst a variable.
18638 (no-byte-compile): Declare.
18639 (byte-compile-file): Don't boundp-check no-byte-compile any more.
18640 (byte-compile-defvar): Leave defconst as is.
18641
18642 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
18643 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
18644 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
18645 (edebug-best-error): Don't defconst a variable.
18646 (edebug-read-syntax-table): Use a char-table.
18647 (edebug-lemacs-specific): Remove.
18648 Toplevel: Eliminate check for Lucid Emacs.
18649
18650 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
18651
18652 * rect.el (move-to-column-force): Mark obsolete.
18653 (operate-on-rectangle, delete-extract-rectangle-line)
18654 (insert-rectangle, delete-whitespace-rectangle-line)
18655 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
18656 (string-rectangle-history): New var.
18657 (string-rectangle, string-insert-rectangle): Use it.
18658 (delete-rectangle-line): Fix pos/column mixup and simplify.
18659
18660 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
18661 (normal-top-level, command-line, command-line-1): Simplify.
18662
18663 * tar-mode.el (tar-mode): Use define-derived-mode.
18664
18665 * view.el (view-mode-enable): Don't use make-local-hook.
18666
18667 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
18668
18669 2001-11-16 Richard M. Stallman <rms@gnu.org>
18670
18671 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
18672 if it doesn't make sense as anything else.
18673 Don't recognize a "telephone number" at the beginning of the name.
18674 (mail-extr-leading-garbage): Match non-word characters only.
18675
18676 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18677
18678 * startup.el (command-line-processed): Doc fix.
18679
18680 * apropos.el (apropos-next-label-button): Doc fix.
18681
18682 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
18683
18684 * comint.el (comint-mode): Simplify.
18685 (make-comint-in-buffer): Run `comint-mode' only if necessary.
18686
18687 * subr.el (eval-after-load): Make it work with features as well.
18688
18689 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
18690
18691 * international/mule-cmds.el (describe-input-method): Setup xref.
18692 (set-language-environment): Use functionp.
18693 (locale-language-names, locale-charset-language-names)
18694 (locale-preferred-coding-systems): Defconst and purecopy.
18695
18696 * language/european.el (mac-roman): Add mime-charset property.
18697
18698 2001-11-15 Richard M. Stallman <rms@gnu.org>
18699
18700 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
18701 (multiple-value-apply, nth-value): Use defsubst rather than defalias
18702 to get better doc strings.
18703
18704 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18705
18706 * derived.el: Fix autoload cookie.
18707
18708 2001-11-15 Richard M. Stallman <rms@gnu.org>
18709
18710 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
18711
18712 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
18713
18714 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
18715
18716 2001-11-15 Richard M. Stallman <rms@gnu.org>
18717
18718 * dired.el (dired-undo): Display a message to explain
18719 that this does not undo file system changes.
18720
18721 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
18722
18723 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
18724 into `unread-command-events' instead of trying keymap
18725 lookups ourselves. This makes mouse-clicks do the right
18726 thing even when keymaps of overlays are involved.
18727 (mouse-drag-drag): Likewise.
18728
18729 2001-11-15 Andreas Schwab <schwab@suse.de>
18730
18731 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
18732 characters and append anchor to pattern added to auto-mode-alist.
18733
18734 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
18735
18736 * server.el (server-process-filter): Run pre/post-comment-hook
18737 before/after visiting the file.
18738
18739 * info-look.el (makefile-mode): Add info for automake.
18740 (autoconf-mode): Fix the name of the index for automake.
18741
18742 * international/latin-9.el: Give pilcrow punctuation syntax.
18743
18744 2001-11-15 Andre Spiegel <spiegel@gnu.org>
18745
18746 * vc.el: Documentation fixes.
18747
18748 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
18749
18750 * smerge-mode.el (smerge-match-conflict): Fix typo.
18751 (smerge-diff): Be careful to read match-data early enough.
18752
18753 2001-11-14 Colin Walters <walters@verbum.org>
18754
18755 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
18756 (calcFunc-subst): Use `defalias' instead of `fset' and
18757 `symbol-function'.
18758
18759 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
18760 (calcFunc-ceil, calcFunc-round): Ditto.
18761
18762 * calc/calc-bin.el (calcFunc-clip): Ditto.
18763
18764 * calc/calc-ext.el (calcFunc-evalv): Ditto.
18765
18766 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
18767
18768 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
18769 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
18770
18771 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
18772
18773 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
18774 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
18775 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
18776 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
18777 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
18778 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
18779 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
18780 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
18781 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
18782 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
18783 * calcsel2.el: Style cleanup; don't put closing parens on their
18784 own line, add "foo.el ends here" to each file, and update
18785 copyright date.
18786
18787 * README: Update maintainer.
18788
18789 2001-11-13 Richard M. Stallman <rms@gnu.org>
18790
18791 * progmodes/compile.el (recompile): Use compilation-arguments if
18792 set, so as to be able to M-x recompile the exact command which
18793 created a compilation-mode buffer.
18794
18795 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
18796
18797 2001-11-13 Gerd Moellmann <gerd@gnu.org>
18798
18799 * mouse.el (mouse-drag-region): Don't run the up-event
18800 handler if window start changed due to the down-mouse event.
18801
18802 2001-11-13 Richard M. Stallman <rms@gnu.org>
18803
18804 * mouse.el (mouse-show-mark): Either move point to the mark
18805 or use highlighting, never both.
18806 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
18807
18808 2001-11-13 Simon Josefsson <jas@extundo.com>
18809
18810 * mail/smtpmail.el (top-level): Change maintainer to Simon
18811 Josefsson, cleanup the smtpmail.el header.
18812
18813 * mail/smtpmail.el (top-level): Don't require cl or base64.
18814 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18815 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
18816 Defsubst instead of defmacro.
18817 (smtpmail-intersection): Return value in reverse order.
18818 (smtpmail-open-stream): Use stringp instead of string-to-list.
18819 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
18820 separated from smtpmail-via-smtp.
18821
18822 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
18823 rfc2104. Require base64 and cl.
18824 (smtpmail-smtp-service): Doc fix. :type fix.
18825 (smtpmail-debug-info): Doc fix.
18826 (smtpmail-debug-verb, smtpmail-auth-credentials)
18827 (smtpmail-starttls-credentials, smtpmail-auth-supported):
18828 New variables.
18829 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
18830 mail-utils (it is autoloaded).
18831 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
18832 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
18833 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
18834 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
18835 (smtpmail-via-smtp): Support AUTH.
18836 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
18837
18838 2001-11-13 Richard M. Stallman <rms@gnu.org>
18839
18840 * ebuff-menu.el (electric-buffer-update-highlight): New function.
18841 (electric-buffer-overlay): New variable.
18842 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
18843 (electric-buffer-list): Likewise.
18844
18845 * isearch.el (isearch-whitespace-chars): Doc fix.
18846 (isearch-mode): Handle negative search-slow-window-lines correctly.
18847
18848 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
18849
18850 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
18851
18852 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
18853 From Emmanuel Briot <briot@act-europe.fr>.
18854
18855 2001-11-13 Colin Walters <walters@debian.org>
18856
18857 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
18858
18859 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
18860 "~/.emacs"; use `read-file-name'.
18861
18862 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
18863 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
18864 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
18865 * calc/calc.el: Use `frame-width' instead of `screen-width',
18866 `frame-height' instead of `screen-height', and,
18867 `executing-kbd-macro' instead of `executing-macro'.
18868
18869 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
18870 correct number of arguments.
18871
18872 * calc/calc-aent.el (calc-do-alg-entry):
18873 Use `blink-paren-function' instead of `blink-paren-hook'.
18874
18875 2001-11-12 Richard M. Stallman <rms@gnu.org>
18876
18877 * calendar/todo-mode.el (todo-save): Add save-excursion
18878 and save-restriction.
18879
18880 * server.el (server-edit, server-done): Doc fix.
18881
18882 * simple.el (clone-indirect-buffer): Error if major mode symbol
18883 has a no-clone-indirect property.
18884 (clone-buffer): Check for obvious errors before reading clone name.
18885
18886 * info.el (Info-mode): Add a no-clone-indirect property.
18887
18888 2001-11-12 Sam Steingold <sds@gnu.org>
18889
18890 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
18891 set-buffer-modified-p to nil after `vc-exec-after'.
18892 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
18893 (log-view-mode): Make read-only.
18894 (log-view-current-file): Do final `expand-file-name' in the
18895 current `default-directory'.
18896 (log-view-current-tag): Take an optional `where' arg.
18897 (log-view-diff): New user command.
18898
18899 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18900
18901 * progmodes/cpp.el (cpp-choose-face): Fix typo.
18902
18903 2001-11-12 Sam Steingold <sds@gnu.org>
18904
18905 * emacs-lisp/cl-indent.el (toplevel): Indent properly
18906 `generic-flet', `generic-labels', `with-accessors',
18907 `with-condition-restarts'.
18908
18909 2001-11-12 Richard M. Stallman <rms@gnu.org>
18910
18911 * dired.el: Many trivial doc fixes.
18912 (dired-get-file-for-visit): New function.
18913 (dired-find-alternate-file, dired-mouse-find-file-other-window)
18914 (dired-view-file, dired-find-file-other-window, dired-display-file)
18915 (dired-find-file): Use dired-get-file-for-visit.
18916
18917 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
18918
18919 * sql.el (sql-mode): Doc change.
18920
18921 * sql.el (sql-mode-syntax-table): The backslash is no longer an
18922 escape character.
18923
18924 2001-11-12 Colin Walters <walters@debian.org>
18925
18926 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
18927 (calc-do-keypad): Don't attempt to use nonexistent global
18928 mouse-map, use calc-keypad-map.
18929 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
18930 (calc-keypad-left-click): Don't use mouse-map; update to new event
18931 interface.
18932 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
18933 (calc-keypad-press): Use `unread-command-events' instead of
18934 `unread-command-char'.
18935
18936 * calc/calc-ext.el (calc-init-extensions): Update autoload names
18937 to match files renamed on initial calc import.
18938
18939 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18940
18941 * textmodes/flyspell.el (flyspell-default-dictionary):
18942 Fix previous change.
18943
18944 2001-11-12 Richard M. Stallman <rms@gnu.org>
18945
18946 * textmodes/flyspell.el (flyspell-default-dictionary):
18947 Fix custom type.
18948
18949 2001-11-11 Richard M. Stallman <rms@gnu.org>
18950
18951 * calendar/solar.el (solar-sunrise-and-sunset):
18952 Exchange the two extreme values of day-length.
18953
18954 * progmodes/sh-script.el (sh-must-be-shell-mode):
18955 Allow modes derived from sh-mode.
18956
18957 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
18958 Turn off error in some re-search-forward calls.
18959
18960 * replace.el (query-replace-skip-read-only): New variable.
18961 (perform-replace): If that variable is non-nil, ignore matches
18962 that have a read-only property.
18963
18964 * derived.el (define-derived-mode): Doc fix.
18965
18966 * server.el (server-buffer-done): Test of server-existing-buffer
18967 was backwards.
18968 (server-existing-buffer): Doc fix.
18969
18970 * textmodes/flyspell.el (flyspell-default-dictionary):
18971 Allow nil as value, and make nil the default.
18972
18973 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
18974
18975 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
18976 it is not fboundp.
18977 (clipboard-yank): Ditto.
18978
18979 2001-11-11 Colin Walters <walters@verbum.org>
18980
18981 The following changes are based on patches from
18982 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
18983 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
18984
18985 * calc/calc.el (toplevel): Require calc-macs.
18986 (calc-minibuffer-size): New.
18987 (calcDigit-nondigit): Use it instead of `buffer-size'.
18988 (calcDigit-backspace): Likewise.
18989 (calcDigit-nondigit): Use `minibuffer-contents' instead of
18990 `buffer-string'.
18991 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
18992 `point-min'.
18993 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
18994 `save-excursion'.
18995
18996 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
18997 simple `setq' form.
18998
18999 * calc/calc-ext.el: (toplevel): Require calc.
19000 (calc-fancy-prefix-map): New.
19001 (calc-fancy-prefix): Use it.
19002 (calc-fancy-prefix-other-key): New.
19003
19004 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
19005 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
19006 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
19007 (calcAlg-enter): Likewise.
19008 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
19009
19010 2001-11-10 Richard M. Stallman <rms@gnu.org>
19011
19012 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
19013 (quietly-read-abbrev-file): Doc fix.
19014
19015 * startup.el (command-line): Read standard abbrev
19016 file (abbrev-file-name), if it exists.
19017
19018 * files.el (save-abbrevs): Default value is t.
19019
19020 * progmodes/compile.el (compile-goto-error): Fix previous change
19021 in the case where subsequent errors have not been parsed yet
19022 because they are in a different source file.
19023
19024 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
19025
19026 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
19027 Merge two regular expressions into one.
19028 (ps-mode): Make local bindings for `comment-start' and
19029 `comment-start-skip'.
19030 (ps-mode-looking-at-nested): Simplify an if-else construct;
19031 use `set-match-data' to set the result.
19032
19033 2001-11-10 Richard M. Stallman <rms@gnu.org>
19034
19035 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
19036 Function deleted.
19037 (flyspell-correct-word): Old definition deleted.
19038 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
19039 All references renamed too.
19040
19041 2001-11-10 Gerd Moellmann <gerd@gnu.org>
19042
19043 * Makefile.in (finder_setwins, setwins): Exclude Calc.
19044
19045 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
19046
19047 * wid-edit.el (checklist): Removed `:menu-tag'.
19048 (radio-button-choice): Ditto.
19049 (editable-list): Ditto.
19050
19051 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19052
19053 * play/gomoku.el: Move definitions of constants to the beginning
19054 of file, before their use.
19055
19056 2001-11-09 Richard M. Stallman <rms@gnu.org>
19057
19058 * textmodes/flyspell.el: Use the keymap property
19059 instead of local-map, and don't use a minor-mode map.
19060 (flyspell-mode-map): Variable deleted.
19061 Don't mess with minor-mode-map-alist.
19062 (calling add-minor-mode): Specify nil for keymap.
19063 And always use add-minor-mode, now that it exists.
19064 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
19065 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
19066 or flyspell-local-mouse-map.
19067 (make-flyspell-overlay): Use flyspell-mouse-map directly.
19068 (flyspell-mode): Doc fix.
19069 (flyspell-mode-on): Don't call make-local-hook.
19070
19071 2001-11-09 Sam Steingold <sds@gnu.org>
19072
19073 * emacs-lisp/debug.el (debugger-make-xrefs):
19074 Add buttons to all symbols.
19075
19076 2001-11-09 Andre Spiegel <spiegel@gnu.org>
19077
19078 * vc.el: Add John David Smith to credits.
19079
19080 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
19081
19082 * vc-hooks.el (vc-error-occured): Backquotified.
19083 (vc-file-prop-obarray): Use prime length for better efficiency.
19084
19085 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
19086
19087 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
19088
19089 * info.el (Info-file-list-for-emacs): Add entries for Calc.
19090
19091 2001-11-09 Miles Bader <miles@gnu.org>
19092
19093 * subr.el (functionp): Don't consider macros as functions.
19094
19095 2001-11-08 Miles Bader <miles@gnu.org>
19096
19097 * subr.el (functionp): Make work correctly for macros and unbound
19098 symbols.
19099
19100 * comint.el (comint-send-input): Fix description of
19101 `comint-process-echoes' in the doc-string.
19102
19103 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
19104
19105 * international/mule.el (make-translation-table): Doc fix.
19106 Suggested by Alex Schroeder <alex@gnu.org>.
19107
19108 2001-11-07 Richard M. Stallman <rms@gnu.org>
19109
19110 * info.el (Info-fontify-node): Highlight every third menu item.
19111
19112 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
19113
19114 * cus-edit.el (custom-face-value-create): Don't ignore the
19115 `customized-face' attribute when finding the current face spec.
19116
19117 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
19118
19119 * subr.el (with-local-quit): New macro.
19120 (make-syntax-table): Always inherit.
19121 (functionp): Be more careful when `object' is a symbol.
19122
19123 * dabbrev.el (dabbrev-completion): Use "*Completions*".
19124
19125 2001-11-07 Paul Eggert <eggert@twinsun.com>
19126
19127 * dired.el (dired-move-to-filename-regexp):
19128 Do not distinguish between ASCII letters and non-ASCII characters.
19129 Don't allow comma except in the form "month day, year".
19130 Don't allow space between month name and comma.
19131 Clean up the code that checks for trailing period, comma, and space.
19132 Remove now-obsolete comments, and add more commentary about
19133 Japanese dates.
19134 Always gobble up trailing spaces, instead of doing it only sometimes.
19135
19136 2001-11-07 Miles Bader <miles@gnu.org>
19137
19138 * paren.el (show-paren-match-face): Add dark-background variant.
19139
19140 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
19141
19142 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
19143 (lisp-mode-variables): Don't set paragraph-{start,separate}.
19144 Don't disable adaptive-fill-mode.
19145 (lisp-fill-paragraph): Use tab-width rather than 8.
19146 Prevent filling the first line of docstrings.
19147
19148 2001-11-06 Richard M. Stallman <rms@gnu.org>
19149
19150 * play/gomoku.el (gomoku): Doc fix.
19151
19152 * jka-compr.el (jka-compr-partial-uncompress):
19153 Support an alternative of not using dd.
19154 (jka-compr-dd-program): Use defcustom to define this.
19155 (jka-compr-load-suffixes): Use defcustom.
19156 (jka-compr-mode-alist-additions): Use defcustom.
19157
19158 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
19159
19160 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
19161 Also work when LIMIT is further than the end of line.
19162
19163 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
19164
19165 * international/quail.el (quail-update-leim-list-file): Print the
19166 offending file name if some of its quail-define-package forms is broken.
19167
19168 2001-11-05 Richard M. Stallman <rms@gnu.org>
19169
19170 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
19171 of the evaluated form.
19172
19173 2001-11-05 Paul Eggert <eggert@twinsun.com>
19174
19175 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
19176 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
19177 stamps always line up by default. Also, it uses a slightly
19178 different window to determine whether files are "recent".
19179
19180 2001-11-05 Andrew Innes <andrewi@gnu.org>
19181
19182 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19183 Don't attempt to remake autoloads before nuking .elc files.
19184
19185 2001-11-04 Richard M. Stallman <rms@gnu.org>
19186
19187 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
19188 previous-single-property-change or next-single-char-property-change
19189 returns nil.
19190
19191 * international/mule-cmds.el (set-locale-environment):
19192 Make it interactive; make arg optional.
19193
19194 * international/mule-diag.el (help-funs): Require help-funs.
19195
19196 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
19197
19198 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
19199
19200 2001-11-04 Miles Bader <miles@gnu.org>
19201
19202 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
19203 shadow of the splash image grey on a dark background instead of black.
19204
19205 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
19206
19207 * term.el (all faces): Don't (copy-face 'default <foo>).
19208
19209 * term/xterm.el (function-key-map):
19210 Add entry for `ESC [ 3 ~' -> <delete>
19211 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
19212 Use inheritance so that .emacs and terminfo take precedence.
19213
19214 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
19215
19216 * tooltip.el (tooltip-delay): Decrease to 0.7.
19217 (tooltip-hide-delay): Enlarge to 10.
19218
19219 2001-11-03 Richard M. Stallman <rms@gnu.org>
19220
19221 * startup.el (fancy-splash-tail): Explain how to recover
19222 from a crash, if there was a crash.
19223 (command-line-1): Reorganize display of startup screen,
19224 to simplify the logic. Use a temp buffer for it.
19225
19226 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
19227
19228 * frame.el (set-background-color, set-foreground-color):
19229 Call face-set-after-frame-default, to propagate the new colors to
19230 the frame's parameters alist.
19231
19232 * calendar/timeclock.el (timeclock-out): Signal an error if
19233 timeclock-last-event is nil.
19234
19235 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
19236
19237 * textmodes/fill.el (fill-context-prefix): Fix braino.
19238
19239 * international/quail.el (quail-help):
19240 Use `help-buffer' and move `help-setup-xref' to beginning.
19241
19242 * international/mule-cmds.el (describe-language-environment):
19243 Use `help-buffer' and move `help-setup-xref' to beginning.
19244
19245 * international/mule-diag.el (list-character-sets)
19246 (sort-listed-character-sets, describe-character-set)
19247 (describe-coding-system, describe-fontset, list-fontsets):
19248 Use `help-buffer' and move `help-setup-xref' to beginning.
19249 (describe-char-after): Use `internal-describe-syntax-value'.
19250
19251 2001-11-02 Richard M. Stallman <rms@gnu.org>
19252
19253 * mouse.el (popup-menu): If the user refuses to select
19254 from a menu, don't try to invoke the menu.
19255
19256 2001-11-02 Miles Bader <miles@gnu.org>
19257
19258 * help-mode.el (help-xref): New button type.
19259 (help-function, help-variable, help-face, help-coding-system)
19260 (help-input-method, help-character-set, help-type, help-symbol)
19261 (help-back, help-info, help-customize-variable, help-customize-face)
19262 (help-function-def, help-variable-def): Use it as a supertype.
19263 Remove `action' property.
19264
19265 * international/mule-diag.el (describe-character-set)
19266 (describe-coding-system): Pass correct args to `help-xref-button'.
19267 (sort-listed-character-sets): New button type.
19268 (list-character-sets): Use it.
19269 (list-charset-chars): New button type.
19270 (list-character-sets-1): Use it.
19271
19272 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
19273
19274 * indent.el (tab-always-indent, indent-for-tab-command):
19275 Remove redundant `never' setting.
19276
19277 * fill.el (fill-region-as-paragraph): Don't forget to skip
19278 over current whitespace before looking for a preceding space.
19279
19280 2001-11-01 Richard M. Stallman <rms@gnu.org>
19281
19282 * files.el (file-newest-backup): Don't pass backup file name
19283 thru file-name-sans-versions, because it never has version numbers.
19284
19285 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
19286 to avoid ambiguous nested loops.
19287
19288 * files.el (find-file-noselect): Offer to change buffer-read-only
19289 only when the file's read-only status has changed from before
19290 as well as disagreeing with the buffer's current status.
19291 (buffer-file-read-only): New var, local in all buffers.
19292
19293 * buff-menu.el (buffer-menu): Doc fix.
19294 (buffer-menu-other-window): Doc fix.
19295 (list-buffers, list-buffers-noselect): Doc fix.
19296
19297 2001-11-01 Gerd Moellmann <gerd@gnu.org>
19298
19299 * startup.el (command-line): If the terminal Emacs is running on
19300 has erase char set to ^H, use the Backspace key for deleting
19301 backward, and the Delete key for deleting forward.
19302
19303 2001-11-01 Miles Bader <miles@gnu.org>
19304
19305 * button.el (define-button-type): Make sure every user-defined
19306 button type has a supertype.
19307
19308 2001-10-31 Jason Rumney <jasonr@gnu.org>
19309
19310 * international/mule-cmds.el (locale-language-names): Add chs and
19311 cht as aliases for Chinese-GB and Chinese-BIG5.
19312
19313 2001-10-31 Richard M. Stallman <rms@gnu.org>
19314
19315 * bindings.el (mode-line-frame-identification): Add doc string.
19316 (mode-line-position, mode-line-modes): New variables.
19317 (mode-line-format): Use mode-line-position for the part
19318 that displays the position-in-buffer info.
19319 Use mode-line-modes for the part that displays major and minor modes.
19320
19321 2001-10-31 Sam Steingold <sds@gnu.org>
19322
19323 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
19324 (debugger-setup-buffer): Call it.
19325 (debugger-mode-map): Bind RET and mouse-2.
19326
19327 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19328
19329 * startup.el: Document command line option --no-window-system
19330 instead of --no-windows.
19331
19332 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
19333
19334 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
19335
19336 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
19337 (font-lock-defaults-alist): Use it.
19338 From David Ponce <david.ponce@wanadoo.fr>
19339
19340 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
19341 output of `char-after'.
19342
19343 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
19344
19345 * simple.el (reindent-then-newline-and-indent): Insert the newline
19346 before indenting the first line.
19347 (undo-get-state, undo-revert-to-state): New funs.
19348 (shell-command): Don't kill the buffer even if empty.
19349 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
19350 (transpose-subr-end2): Remove.
19351 (transpose-subr): Add `special' arg and simplify.
19352 (transpose-subr-1): Rewrite.
19353 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
19354 (rfc822-goto-eoh): Simplify.
19355
19356 2001-10-30 Richard M. Stallman <rms@gnu.org>
19357
19358 * enriched.el (enriched-face-ans): Fix previous change.
19359
19360 2001-10-30 Gerd Moellmann <gerd@gnu.org>
19361
19362 * international/iso-acc.el (iso-accents-compose): Remove a
19363 superfluous setq.
19364
19365 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
19366
19367 * buff-menu.el (list-buffers-noselect): If the buffer's name
19368 starts with a blank, but it visits a file, do show it (for files
19369 whose names start with a blank).
19370
19371 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
19372
19373 * textmodes/fill.el (sentence-end-double-space)
19374 (sentence-end-without-period): Move to paragraphs.el.
19375 (fill-indent-according-to-mode): Change default to t.
19376 (fill-context-prefix): Simplify control-flow and use a more
19377 sophisticated merge that unifies both previous checks.
19378 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
19379 (fill-nobreak-predicate): Make it into a defcustom'd hook.
19380 (fill-nobreak-p): New fun.
19381 (fill-region-as-paragraph): Use it.
19382 Handle `fill-indent-according-to-mode' slightly differently.
19383 (fill-individual-paragraphs-prefix): Simplify the control-flow.
19384 (fill-individual-paragraphs-citation): Fix.
19385
19386 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
19387 (paragraph-start): Change default to the `text-mode' value.
19388 (sentence-end-double-space, sentence-end-without-period):
19389 Move from fill.el.
19390 (forward-paragraph): Use `parstart' and `parsep' for temp variables
19391 rather than rebinding `paragraph-start' and `paragraph-separate'.
19392
19393 * indent.el (indent-line-function): Change default to indent-relative.
19394 (tab-always-indent): Add an `never' setting.
19395 (indent-according-to-mode): Handle `indent-relative' and
19396 `indent-relative-maybe' specially.
19397 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
19398 Handle the `never' case for `tab-always-indent'.
19399 Don't call indent-according-to-mode for indent-relative' and
19400 `indent-relative-maybe'.
19401 (insert-tab): Rename `prefix-arg' to `arg'.
19402 (indent-region): Indent the first line as well.
19403 (indent-relative): Don't mark the buffer modified if the indentation
19404 is unchanged.
19405
19406 * textmodes/text-mode.el (paragraph-indent-minor-mode):
19407 Don't set paragraph-separate. Set paragraph-start more carefully.
19408 Set indent-line-function.
19409 (paragraph-indent-text-mode): Use it and define-derived-mode.
19410 (text-mode-map): Remove the \t binding.
19411 (text-mode): Simplify now that the default is more favorable.
19412
19413 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
19414
19415 * emacs-lisp/find-func.el (find-function-search-for-symbol):
19416 If the regexp doesn't match, use a looser one.
19417 (find-variable-noselect): Add `file' argument.
19418
19419 * pcvs.el (cvs-mode-commit-hook): New hook.
19420 (cvs-mode-commit): Run it.
19421
19422 * log-edit.el (log-edit): Run hook after `log-edit-files'.
19423
19424 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
19425 (edebug-instrument-function): Use `find-function-noselect'.
19426
19427 2001-10-29 Richard M. Stallman <rms@gnu.org>
19428
19429 * term.el (term-if-emacs19): Macro deleted.
19430 Callers changed to use progn instead.
19431
19432 * frame.el (blink-cursor-mode): Doc fix.
19433
19434 * files.el (find-backup-file-name): Use make-backup-file-name.
19435
19436 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
19437 window-live-p.
19438 (edebug-set-conditional-breakpoint): Unconditionally use
19439 the former Emacs >=19 definition.
19440 (edebug-mark): Define unconditionally.
19441 (edebug-eval-expression): Always call read-from-minibuffer
19442 and specify history list.
19443 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
19444 edebug-set-conditional-breakpoint.
19445 (edebug-emacs-version-specific): Function deleted;
19446 do the job at top level.
19447 (edebug-emacs-19-specific): Function deleted, this is the default.
19448
19449 2001-10-29 Sam Steingold <sds@gnu.org>
19450
19451 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
19452 "/cygdrive/LETTER/" pathnames.
19453
19454 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
19455
19456 * faces.el (invert-face): Check for 'unspecified, not for nil,
19457 when testing whether face colors are not specified.
19458 From David.Kastrup@t-online.de (David Kastrup).
19459 (read-face-name): Doc fix.
19460 (make-face-bold, make-face-unbold, make-face-italic)
19461 (make-face-unitalic, make-face-bold-italic, invert-face):
19462 Remove trailing blank from the prompt passed to read-face-name.
19463
19464 2001-10-29 Sam Steingold <sds@gnu.org>
19465
19466 * emacs-lisp/bytecomp.el (byte-recompile-directory):
19467 Report numbers of files skipped and failed too.
19468 (byte-compile-file): Return 'no-byte-compile for skipped files.
19469
19470 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19471
19472 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
19473 and `M p'.
19474
19475 2001-10-29 Gerd Moellmann <gerd@gnu.org>
19476
19477 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
19478 as is on unread-command-events instead of `(SECOND-CHAR)'.
19479
19480 2001-10-29 Andre Spiegel <spiegel@gnu.org>
19481
19482 * vc.el: Mention vc-*-switches in backend API documentation.
19483 (vc-annotate): Adapt doc string to recent change.
19484
19485 2001-10-29 Gerd Moellmann <gerd@gnu.org>
19486
19487 * enriched.el (enriched-face-ans): Handle face attributes
19488 of the form `(FACE1 FACE2 ...)'.
19489
19490 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
19491
19492 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
19493
19494 * progmodes/sql.el (sql-mysql): Doc change by RMS.
19495
19496 * progmodes/sql.el (sql-db2): Doc change.
19497 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
19498 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
19499
19500 2001-10-29 Gerd Moellmann <gerd@gnu.org>
19501
19502 * env.el (substitute-env-vars): Don't quote argument to `rx';
19503 it's a macro.
19504
19505 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
19506
19507 * cus-start.el (recursive-load-depth-limit): Added.
19508
19509 2001-10-28 Richard M. Stallman <rms@gnu.org>
19510
19511 * textmodes/ispell.el (version18p, version20p): Vars deleted.
19512 All uses removed--assume Emacs version is >= 20.
19513
19514 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
19515 by really checking that it is not version 18.
19516
19517 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
19518
19519 2001-10-28 Miles Bader <miles@gnu.org>
19520
19521 * faces.el (face-attribute): Add INHERIT argument, consider face
19522 inheritance if it's non-nil.
19523 (face-attribute-merged-with): New function.
19524 (face-attribute-specified-or): New macro.
19525 (face-foreground, face-background, face-stipple): Add INHERIT
19526 argument. Use `face-attribute-specified-or'.
19527
19528 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
19529
19530 * font-lock.el: Require `syntax'.
19531 (font-lock-defaults-alist): Don't define keywords for lisp languages.
19532 Use `c-font-lock-syntactic-face-function' for c languages.
19533 (font-lock-mode): Don't unset vars when turning the mode off.
19534 (font-lock-default-fontify-buffer): Don't unset vars at the end.
19535 (font-lock-extra-managed-props): New var.
19536 (font-lock-default-unfontify-region): Use it.
19537 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
19538 Don't eval the value when there's no match.
19539 (font-lock-ppss-stats): New var.
19540 (font-lock-ppss): New fun.
19541 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
19542 (font-lock-apply-highlight): Allow `highlight' to set several props.
19543 (font-lock-set-defaults): Use dolist.
19544 (font-lock-unset-defaults): Remove.
19545 (font-lock-match-c-style-declaration-item-and-skip-to-next):
19546 Try to recognize prototypes using `foo P_ ((args))'.
19547 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
19548 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
19549 (c-font-lock-syntactic-face-function): New function.
19550 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
19551 (c++-keywords): Use a more sophisticated regexp to handle
19552 shallowly nested templates.
19553
19554 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
19555
19556 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
19557 (sgml-tag): Use it. Cleanup with `cond'.
19558 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
19559 Mark the overlays and only delete those that are marked.
19560 (sgml-skip-close-p): Remove.
19561 (sgml-value): Replace sgml-skip-close-p with its definition.
19562 (html-tag-alist): Use sgml-xml a bit more.
19563 (html-mode): Set sgml-empty-tags.
19564
19565 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
19566 (texinfo-update-node, texinfo-sequential-node-update):
19567 Don't bind the obsolete `auto-fill-hook'.
19568 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
19569 Use `set-buffer' rather than `switch-to-buffer'.
19570 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
19571 Use `set-buffer' rather than `switch-to-buffer'.
19572
19573 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
19574 text-mode-syntax-table.
19575 (mail-mode): Use define-derived-mode.
19576 Fix ordering of alternatives in adaptive-fill-regexp.
19577 (mail-mode-map): Don't rely on keymap's internal representation.
19578
19579 2001-10-27 Sam Steingold <sds@gnu.org>
19580
19581 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
19582 (sgml-xml-guess): Extracted from `html-mode' and generalized.
19583 (sgml-mode-common): Call it.
19584 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
19585 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
19586 (html-horizontal-rule, html-image, html-ordered-list):
19587 (html-unordered-list, html-list-item, html-paragraph):
19588 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
19589 `html-xhtml'.
19590
19591 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
19592
19593 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
19594 (ifnothtml): New alias.
19595
19596 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
19597
19598 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
19599 (toggle-text-mode-auto-fill): Use derived-mode-p.
19600
19601 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
19602
19603 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
19604 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
19605
19606 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
19607
19608 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
19609 Add make-obsolete cookies, to follow faces.el.
19610
19611 These changes avoid warnings from the byte compiler in faces.el:
19612
19613 * faces.el (internal-get-face): Use facep instead of the obsolete
19614 internal-find-face.
19615 (internal-frob-font-weight, internal-frob-font-slant):
19616 New defaliases for obsolete functions.
19617 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
19618 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
19619 (x-make-font-bold-italic): Use internal-frob-font-weight and
19620 internal-frob-font-slant aliases instead of the obsolete
19621 x-frob-... functions.
19622
19623 2001-10-26 Sam Steingold <sds@gnu.org>
19624
19625 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
19626 DOCTYPE; set `mode-name' based on it.
19627 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
19628 (sgml-tag): Close empty tags in XHTML.
19629
19630 2001-10-26 Jason Rumney <jasonr@gnu.org>
19631
19632 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
19633 when UNICODE is not defined.
19634
19635 2001-10-26 Sam Steingold <sds@gnu.org>
19636
19637 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
19638 be alone on the line.
19639
19640 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
19641
19642 * button.el (button): Special face definition for MS-DOS terminals.
19643
19644 2001-10-26 Sam Steingold <sds@gnu.org>
19645
19646 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
19647 Protect the /= test by checking that the args are non-nil.
19648 (sh-font-lock-close-heredoc): Check eof for being non-nil.
19649
19650 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
19651
19652 * textmodes/artist.el (artist-version): 1.2.4.
19653 (artist-butlast-fn): New variable.
19654 (artist-butlast): New function.
19655 (artist-ellipse-mirror-quadrant): Use it.
19656 (artist-mouse-draw-poly): Use nil for `point-list'.
19657 (artist-mouse-draw-poly): Check for point-list being nil.
19658
19659 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
19660
19661 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
19662 lambda expression.
19663 (ps-mode-menu-main): Submenu with options on/off was replaced with
19664 a toggle button.
19665 (ps-mode, ps-run-mode): Define with `define-derived-mode'
19666 (ps-mode): Autoload cookie added on same line as comment
19667 (ps-mode-tabkey, ps-mode-backward-delete-char):
19668 (ps-mode-r-balance): Replace `delete-horizontal-space' and
19669 `indent-to' with `indent-line-to'
19670 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
19671 instead of `eval'.
19672 (ps-mode-print-region): Use `with-temp-buffer'.
19673 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
19674 (numerous places): Add back-tick and tick around names in
19675 docstrings, fix punctuation in docstrings, remove trailing spaces.
19676
19677 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
19678
19679 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
19680 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
19681 (sgml-font-lock-syntactic-keywords): New var.
19682 (sgml-mode-common): Drop the two args.
19683 Don't make buffer-local variables that aren't used.
19684 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
19685 Don't set `before-string' props from sgml-display-text.
19686 (sgml-mode): Use define-derived-mode.
19687 (sgml-tags-invisible): Use sgml-display-text.
19688 (sgml-quote): New command.
19689 (html-tag-alist): Add args for `span'.
19690 (html-mode): Use define-derived-mode.
19691 Set sgml-display-text and sgml-tag-face-alist.
19692
19693 2001-10-25 Sam Steingold <sds@gnu.org>
19694
19695 * add-log.el (add-log-always-start-new-record): New user option.
19696 (add-change-log-entry): Use it.
19697
19698 2001-10-25 Richard M. Stallman <rms@gnu.org>
19699
19700 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
19701 bind case-fold-search if FROM is not all lower case.
19702
19703 2001-10-25 Gerd Moellmann <gerd@gnu.org>
19704
19705 * startup.el (normal-top-level): Check for frame-initial-frame
19706 only if it's really used.
19707
19708 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
19709
19710 * progmodes/compile.el (compilation-parse-errors-filename-function):
19711 New variable.
19712 (compilation-parse-errors): Use it.
19713
19714 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
19715
19716 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
19717 interactively so that C-u M-C-x still does edebug.
19718 (checkdoc-sentencespace-region-engine): Don't force a double-space
19719 after `.' if it doesn't look like an end-of-sentence.
19720 (debug-ignored-errors): Add `disambiguate ...'.
19721
19722 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
19723
19724 * textmodes/texinfo.el (texinfo-environments)
19725 (texinfo-environment-regexp): Hoist.
19726 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
19727 Only highlight the menu name in menu items.
19728 Setup `@foo ... @end foo' as text clones.
19729 (texinfo-clone-environment): New function.
19730 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
19731 (texinfo-insert-block): Simplify.
19732 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
19733 the command is repeated.
19734 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
19735 (texinfo-insert-@end): Simplify.
19736
19737 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
19738 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
19739 (texinfo-subsubsection-level-regexp)
19740 (texinfo-update-menu-same-level-regexps)
19741 (texinfo-update-menu-higher-regexps)
19742 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
19743
19744 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
19745 (derived-mode-p): Autoload.
19746
19747 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
19748 New vars and functions.
19749 (text-clone-maintain, text-clone-create): New functions.
19750
19751 2001-10-25 Miles Bader <miles@gnu.org>
19752
19753 * facemenu.el (facemenu-add-new-face): Fix variable names.
19754
19755 2001-10-24 Richard M. Stallman <rms@gnu.org>
19756
19757 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
19758 of t and nil values.
19759 (facemenu-set-face): Handle START and END interactively.
19760 (facemenu-set-foreground): Don't use a face; specify color directly.
19761 (facemenu-set-background): Likewise.
19762 (facemenu-set-face-from-menu): Doc fix.
19763 (facemenu-active-faces): Use face-attribute-vector
19764 to handle bare attributes not in faces.
19765 (facemenu-get-face): Don't handle face names fg:... and bg:...
19766 specially.
19767 (facemenu-add-new-face): New argument MENU.
19768 New way to handle adding colors to the color menus.
19769
19770 * env.el (substitute-env-vars): Quote the arg to rx.
19771
19772 2001-10-24 Sam Steingold <sds@gnu.org>
19773
19774 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
19775 Control" and "SGML" groups.
19776
19777 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19778
19779 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19780 Better handling of C++ template args to avoid confusion with `<'
19781 and `>' used as operators in member init expressions.
19782
19783 2001-10-24 Gerd Moellmann <gerd@gnu.org>
19784
19785 * replace.el (perform-replace): Move START and END parameters
19786 to the end of the argument list and make them optional.
19787
19788 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
19789 perform-replace.
19790
19791 * international/fontset.el (x-must-resolve-font-name): New function.
19792 (x-complement-fontset-spec): Use it.
19793
19794 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
19795
19796 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
19797
19798 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
19799 Turn caadr into caar of cdr.
19800
19801 2001-10-23 Gerd Moellmann <gerd@gnu.org>
19802
19803 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
19804 of mouse-{1,2} since dragging is on the down event.
19805
19806 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
19807
19808 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
19809 if ARG is nil.
19810
19811 * desktop.el (desktop-last-buffer): New variable.
19812 (desktop-create-buffer): Set it.
19813 (desktop-read): Bind it and switch to that buffer.
19814
19815 2001-10-22 Gerd Moellmann <gerd@gnu.org>
19816
19817 * progmodes/compile.el (compilation-set-window-height):
19818 Select old window only if it's still live.
19819
19820 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19821
19822 * help-mode.el (help-buffer): Remove debugging code.
19823 From Stefan Monnier <monnier@cs.yale.edu>.
19824
19825 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
19826
19827 * files.el (file-name-sans-extension, file-name-extension):
19828 Don't count the leading dots in file names as signaling an extension.
19829
19830 2001-10-22 Andre Spiegel <spiegel@gnu.org>
19831
19832 * vc.el (vc-diff-switches): Doc rewritten.
19833
19834 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
19835
19836 * tooltip.el (tooltip-set-param): Doc fix.
19837
19838 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
19839 127 to sgml-maybe-name-self.
19840 (sgml-name-8bit-mode): Doc fix.
19841 (sgml-char-names-table): New variable.
19842 (sgml-name-char): Support non-ASCII and mule-unicode-*
19843 characters. Doc fix.
19844 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
19845
19846 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
19847 doc string the effect of `left' and `top' parameters in
19848 tooltip-frame-parameters, the default values, and the units.
19849 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
19850 (tooltip-show): Mention in the doc string the `top' and `left'
19851 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
19852
19853 2001-10-22 Andre Spiegel <spiegel@gnu.org>
19854
19855 Add autoscaling support for vc-annotate.
19856 From J.D. Smith <jdsmith@alum.mit.edu>.
19857
19858 * vc.el (vc-annotate-display-default): Accept colormap scaling
19859 ratio (now deprecated).
19860 (vc-annotate-display-autoscale): Added.
19861 (vc-annotate-add-menu): New autoscaling menu options "Span to
19862 Oldest" and "Span Oldest->Newest". Easymenu support added for
19863 toggle menus driven by customize variable `vc-annotate-display-mode'.
19864 (vc-annotate-display-select): Added.
19865 (vc-annotate): Changed temp-buffer-show-function to
19866 `vc-annotate-display-select'.
19867 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
19868 Added argument OFFSET. Instead of backend function, calls now
19869 generic `vc-annotate-difference'.
19870 (vc-annotate-difference): Added as generic function instead of
19871 backend-specific function. No longer takes argument POINT, but
19872 instead accepts a time OFFSET.
19873 (vc-default-annotate-current-time): Added.
19874
19875 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
19876 version in vc.el, with
19877 (vc-cvs-annotate-current-time): Added, as override of default.
19878 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
19879 `vc-cvs-annotate-difference'.
19880
19881 2001-10-22 Gerd Moellmann <gerd@gnu.org>
19882
19883 * saveplace.el (save-place): Require `saveplace'.
19884
19885 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
19886 Use `sexp' for :value-type instead of `face'.
19887
19888 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
19889
19890 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
19891 regexps due to 5-digit message IDs.
19892
19893 2001-10-21 Jason Rumney <jasonr@gnu.org>
19894
19895 * term/w32-win.el (redisplay-dont-pause): Don't set.
19896
19897 2001-10-21 Miles Bader <miles@gnu.org>
19898
19899 * help-funs.el (help-manyarg-func-alist): Variable removed.
19900
19901 2001-10-21 Miles Bader <miles@gnu.org>
19902
19903 * help-funs.el (help-manyarg-func-alist): Remove entries for
19904 `insert', `insert-and-inherit', `insert-before-markers',
19905 `insert-before-markers-and-inherit', `message', `message-box',
19906 `message-or-box', `propertize', `format', `encode-time', `append',
19907 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
19908 `insert-string', `ml-if', `ml-provide-prefix-argument', and
19909 `ml-prefix-argument-loop'.
19910
19911 2001-10-21 Andre Spiegel <spiegel@gnu.org>
19912
19913 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
19914 (vc-default-diff-tree): New functions.
19915 (vc-version-diff): Use them. As a result, coding systems are now
19916 set up properly for all sorts of diffs, and tree diffs can now
19917 also be done locally.
19918 (vc-diff): With a prefix argument, don't require that it's called
19919 from a buffer under version control.
19920 (diff-switches): Remove duplicate definition.
19921
19922 * vc-cvs.el (vc-cvs-diff-tree): New function.
19923
19924 2001-10-21 Miles Bader <miles@gnu.org>
19925
19926 * help-funs.el (help-manyarg-func-alist): Remove entries for
19927 `list', `vector', `make-byte-code', `call-process',
19928 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
19929 `logand', `logior', and `logxor'.
19930
19931 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
19932 image bits to compensate. Use `make-string' instead of
19933 `make-bool-vector' (XBM apparently wants byte-aligned rows).
19934
19935 2001-10-20 Kim F. Storm <storm@cua.dk>
19936
19937 * simple.el (kill-ring-save): Don't show extent of copied region
19938 if using transient-mark-mode and region is fully visible.
19939
19940 See ChangeLog.9 for earlier changes.
19941
19942 ;; Local Variables:
19943 ;; coding: iso-2022-7bit
19944 ;; End:
19945
19946 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
19947 Copying and distribution of this file, with or without modification,
19948 are permitted provided the copyright notice and this notice are preserved.