1 2003-05-23 Lute Kamstra <Lute.Kamstra@cwi.nl>
3 * emacs-lisp/lisp-mnt.el: Make the description of the library more
5 (lm-any-header): New user option.
6 (lm-section-start): New function; rewrite of `lm-section-mark'.
7 (lm-section-mark): Make alias of `lm-section-start'.
8 (lm-section-end): New function.
9 (lm-code-start): New function; rewrite of `lm-code-mark'.
10 (lm-code-mark): Make alias of `lm-code-start'.
11 (lm-commentary-start): New function; rewrite of
13 (lm-commentary-mark): Make alias of `lm-commentary-start'.
14 (lm-commentary-end): New function.
15 (lm-history-start): New function; rewrite of `lm-history-mark'.
16 (lm-history-mark): Make alias of `lm-history-start'.
17 (lm-commentary): Use `lm-commentary-end' to find the end of the
20 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): Use
21 `lm-commentary-end' to find the end of the commentary section.
23 2003-05-22 Ken Stevens <kstevens@ichips.intel.com>
25 * ispell.el: Sync to version 3.6.
26 Summary: MIME support added for e-mail processing that
27 skips encoded regions. Allow user to skip saving Fcc messages with
28 large attachments. Fixed region skipping bug with multi-line
29 comments - e.g. tex $ regions spanning multiple lines.
30 Added support for postscript and uuencoded regions.
31 Redundant dictionary file names purged.
32 Dictionary definition field name changed from "Character Set"
33 to "Coding System". Fixed bug in reloading dictionaries.
34 Modified headers to reflect new version. XEmacs menu now adds
36 (ispell-check-version): No longer an aliased function.
37 Returns library path if not called interactively.
38 Variable `temporary-file-directory' protected if not loaded.
39 (check-ispell-version): Now the alias for `ispell-check-version'.
40 (ispell-message-fcc-skip): New variable that determines if and when
41 to query about saving Fcc copy of message if an attachment is large.
42 (ispell-skip-html): Declared buffer-local.
43 (ispell-local-dictionary-alist): Docstring expanded.
44 Tag name changed from "Character Set" to "Coding System".
45 (ispell-dictionary-alist-1): Removed redundant command-line option to
46 load brasileiro, british, and castellano dictionary files.
47 (ispell-dictionary-alist-2): Removed redundant command-line option to
48 load czech dictionary file.
49 (ispell-dictionary-alist-3): Moved francais-tex here.
50 (ispell-dictionary-alist-4): Removed german and german8 dictionaries.
51 The deutsch ones are the correct definitions. `nederlands'
52 and `nederlands8' dictionaries moved here.
53 (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
54 moved here. Removed redundant command-line option to `norsk'
56 (ispell-dictionary-alist-6): Removed redundant command-line option to
57 load `russian' and `slovak' dictionary files.
58 (ispell-dictionary-alist): Tag name changed from "Character Set" to
60 (ispell-version): Updated to 3.6.
61 (ispell-library-directory): Calls non-deprecated function.
62 (ispell-valid-dictionary-list): New function returning all valid
63 dictionaries on machine.
64 (ispell-checking-message): Documentation string improved.
65 (ispell-skip-region-alist): Added uuencoded and postscript region
66 skipping. Improved http/e-mail/file regexp to not match `/.\w'.
67 (ispell-html-skip-alists): New variable for html region support.
68 (ispell-send-string): Removed redundant xemacs check.
69 (ispell-word): Fix spelling error in documentation string, added
70 extent information to support highlighting in ispell-minor-mode.
71 (ispell-command-loop): Disable horizontal scrollbar in XEmacs
73 (ispell-show-choices): Directly select `choices-window'.
74 (ispell-help): Use default buffer size for electric help.
75 (ispell-adjusted-window-height): Correct for xemacs detection.
76 (ispell-start-process): Don't double specify dictionary file name.
77 (ispell-init-process): Set `ispell-library-path' each call.
78 (ispell-change-dictionary): Now only completes valid dictionaries.
79 (ispell-region): Add support for MIME region skipping and Fcc
80 message query for large attachments.
81 (ispell-begin-skip-region-regexp): Add documentation string.
82 Added message support and cleaned up code for generic and html regions.
83 (ispell-begin-skip-region): Function is now requires alist argument.
84 (ispell-begin-tex-skip-regexp): Added comments and support
85 improved html and message regions.
86 (ispell-skip-region-list): New function for MIME and region skipping.
87 (ispell-tex-arg-end): Add documentation string.
88 (ispell-ignore-fcc): New function to query saving Fcc message.
89 (ispell-skip-region): Calculate alist for key match dynamically,
90 html skipping pushed to alists.
91 (ispell-get-line): Add support for multi-line comment regions.
92 (ispell): Check that variables to continue spelling are bound.
93 (ispell-message-text-end): Postscript and uuencoded regions now
94 supported as MIME regions, rather than as end-of-message region.
95 (ispell-mime-multipartp): New function supporting MIME.
96 (ispell-mime-skip-part): New function supporting MIME.
97 (ispell-message): Add MIME support.
98 (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
99 (ispell-buffer-local-dict): Fixed bug for detecting and reloading
102 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
104 * subr.el (split-string): Implement specification that splitting on
105 explicit separators retains null fields. Add new argument
106 OMIT-NULLS. Special-case (split-string "a string").
108 2003-05-22 Stefan Monnier <monnier@cs.yale.edu>
110 * international/mule-cmds.el (select-safe-coding-system):
111 Try default-buffer-file-coding-system too for automatic selection.
113 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
115 * simple.el (ctl-x-map): Remove the C-x U binding added recently.
117 2003-05-21 Dave Love <fx@gnu.org>
119 * descr-text.el (unicodedata-file): New.
120 (unicode-data): New (adapted from unicode branch).
121 (describe-char): Use it. Print char's unicode differently.
122 Avoid elements with null cadr when formatting list. Clarify error
123 message when used in Help buffer.
124 (button): Require when compiling.
125 (describe-char-after): Alias for obsolete command.
127 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
129 * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
131 (gdb-display-end): Only make buffer writeable temporarily.
132 Move "View" submenu up one level.
134 2003-05-21 Lute Kamstra <Lute.Kamstra@cwi.nl>
136 * ansi-color.el: Do not instruct the user to autoload
137 `ansi-color-for-comint-mode-on'.
139 2003-05-21 Nick Roberts <nick@nick.uklinux.net>
141 * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
142 (gdba): Inhibit DOS window in MS Windows.
143 (gdb-inferior-io-mode): Use hexl instead of cat.
144 (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
145 Use text in margin for MS Windows as there is no image support.
146 (gdb-restore-windows, gdb-setup-windows): Restore/start with
147 assembler view if appropriate.
148 (gdb-assembler-custom): Assembler code should display at point.
149 Parse address correctly.
150 (gdb-frame-handler): Accommodate selection of display of source
152 Add radio buttons to select display of source or assembler.
154 2003-05-20 Lars Hansen <larsh@math.ku.dk>
156 * desktop.el (desktop-save): Ensure parameter is expanded and ends
157 with a slash before assigning it to desktop-dirname and
159 (desktop-read): Put buffers existing prior to evaluating the
160 desktop (and not reused) at the end of the buffer list.
161 (desktop-create-buffer): Don't update desktop-first-buffer for old
164 2003-05-19 John Paul Wallington <jpw@gnu.org>
166 * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
168 2003-05-19 Dave Love <fx@gnu.org>
171 (xml-parse-file, xml-parse-region): Autoload.
172 (xml-syntax-table, xml-name-regexp): New.
173 (xml-parse-region): Narrow to region, set syntax-table and
174 case-fold-search. Reject fewer valid documents.
175 (xml-parse-tag): Remove arg END. Callers changed.
176 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg
177 properly. Don't use buffer-substring-no-properties. Don't bind
178 case-fold-search. Fix syntax for empty elements. Hoist consing
179 of end-of-tag regexp out of loop.
180 (xml-parse-attlist): Remove arg. Callers changed.
181 Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
182 Allow non-ASCII names.
183 (xml-skip-dtd): Remove arg. Callers changed. Change matching code.
184 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII.
185 Don't use match-string-no-properties.
186 (xml-ucs-to-string): Delete.
187 (xml-substitute-entity): New.
188 (xml-substitute-special): Use it.
189 (xml-debug-print-internal): Simplify insertions.
190 (xml-parse-file): Avoid finding file in xml-mode.
192 2003-05-19 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
194 * simple.el (kill-whole-line): New function.
195 * bindings.el (global-map): Bind it.
197 2003-05-19 Richard M. Stallman <rms@gnu.org>
199 * net/goto-addr.el (goto-address-fontify-maximum-size):
200 Value t means no limit.
201 (goto-address-fontify): Implement that feature.
203 * emacs-lisp/find-func.el (find-function-on-key):
204 Move the call to find-function-other-window outside
207 * find-file.el (ff-special-constructs): Delete the Ada entry.
209 * faces.el (x-create-frame-with-faces):
210 Don't call face-set-after-frame-default.
211 (face-set-after-frame-default): Copy attrs of global `default'
212 face to FRAME's `default' face.
214 2003-05-19 Joe Kelsey <joek@flyingcroc.net>
216 * skeleton.el (skeleton-internal-1): Allow - as alternate
217 interesting point marker and revert @ to just setting
220 2003-05-18 Stefan Monnier <monnier@cs.yale.edu>
222 * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
224 * progmodes/executable.el (executable-set-magic): Remove unused
225 vars `point' and `buffer-modified-p'.
227 * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
229 * mail/mail-extr.el: Use explicit coding tag.
231 * international/mule.el (sgml-xml-auto-coding-function)
232 (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
234 * language/china-util.el (hz-set-msb-table): Build when compiling.
235 (big5-to-cns): Pre-build the alist when compiling.
237 * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
238 sorting the argument to regexp-opt.
239 (indian--puthash-char): Use dolist rather than mapc.
241 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
243 * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
244 (put-string): Rename gdb-put-string and simplify.
245 (remove-strings): Rename gdb-remove-strings.
246 (remove-arrow): Rename gdb-remove-arrow.
247 (gdb-assembler-custom): Try to get line marker (arrow) to display
248 in window (revisited).
249 Use with-current-buffer where possible.
251 2003-05-18 John Paul Wallington <jpw@gnu.org>
253 * ibuffer.el (ibuffer-display-summary): New customizable variable.
254 (ibuffer-update-title-and-summary): Respect it.
256 2003-05-18 Michael Kifer <kifer@cs.stonybrook.edu>
258 * ediff-mult.el (ediff-default-filtering-regexp): New variable.
260 * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
263 * ediff.el (ediff-directories,ediff-directory-revisions)
264 (ediff-directories3,ediff-merge-directories)
265 (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
266 (ediff-merge-directory-revisions-with-ancestor): Make use of the new
267 ediff-default-filtering-regexp variable.
269 2003-05-18 Richard M. Stallman <rms@gnu.org>
271 * which-func.el (which-func-current, which-func-format):
272 Preload the risky-local-variable properties for them.
274 * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
276 2003-05-18 Nick Roberts <nick@nick.uklinux.net>
278 * gud.el (gdb): Define gud-nexti.
279 (gud-menu-map): Add gud-nexti to map.
280 (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
282 * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
283 toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
285 2003-05-17 John Paul Wallington <jpw@gnu.org>
287 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
288 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
290 * register.el (number-to-register): Use `string-to-number' instead
293 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
295 * log-edit.el: Don't require vc.el anymore.
296 (log-edit-mode-map): Fold vc-log-mode-map into it.
297 (vc-log-mode-map): Redefine as an alias.
298 (vc-previous-comment): Don't widen.
299 (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
300 Don't require `add-log' since it's already required at toplevel.
302 * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
303 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
304 Move vars to log-edit.el.
305 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
306 (vc-comment-search-reverse, vc-comment-search-forward)
307 (vc-comment-to-change-log): Move funs to log-edit.el.
308 (vc-clear-context): Don't empty the comment-ring.
309 (vc-finish-logentry): Don't add the comment onto the comment-ring.
311 * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
312 (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
313 Move vars from vc.el.
314 (vc-new-comment-index, vc-previous-comment, vc-next-comment)
315 (vc-comment-search-reverse, vc-comment-search-forward)
316 (vc-comment-to-change-log): Move funs from vc.el.
317 (log-edit-show-files): Remove unused var `editbuf'.
319 * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
320 (tcl-tab-always-indent): Default to tab-always-indent.
322 * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
323 (perl-tab-always-indent): Default to tab-always-indent.
325 * which-func.el (which-func-format): Make it risky-local-variable.
326 (which-func-table): New var.
327 (which-func-current): Make it into a constant modeline spec.
328 (which-func-previous): Remove.
329 (which-func-update): Only update the selected window.
330 (which-func-update-1): Use the new var to allow the current
331 function to be different for a buffer shown in two windows.
333 * subr.el (with-selected-window): New macro.
334 (dolist, dotimes, with-current-buffer): Use backquotes.
335 (when, unless, save-match-data, combine-after-change-calls)
336 (with-output-to-string, with-temp-buffer): Add `declare' info.
337 (listify-key-sequence): Don't allocate unnecessarily.
338 (read-quoted-char): Allow up to base 36.
339 (prepare-change-group): Remove unimplemented argument.
340 (macro-declaration-function): Avoid `dolist' and `cadr'.
342 * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
343 (widget-choose, widget-map-buttons): Use with-current-buffer.
344 (widget-field-add-space): Change to nil (and to defconst).
345 (widget-info-link-action): Use `info'.
347 2003-05-17 Nick Roberts <nick@nick.uklinux.net>
349 * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
351 (gdb-annotation-rules): Stop using frames-invalid and
352 breakpoints-invalid annotations. Update after post-prompt instead.
353 (gdb-post-prompt): Update frames and breakpoints here.
354 (gdb-invalidate-frame-and-assembler)
355 (gdb-invalidate-breakpoints-and-assembler): Remove.
356 (gdb-current-address): Remove.
357 (gdb-previous-address): New variable.
358 (gud-until): Extend to work in Assembler buffer
359 (gdb-append-to-inferior-io): Select IO buffer when there is output.
360 (gdb-assembler-custom): Try to get line marker (arrow) to display
361 in window. Correct parsing for OS dependent output syntax of Gdb
363 (gdb-frame-handler): Correct parsing for OS dependent output
364 syntax of Gdb command, frame.
365 (gdb-invalidate-assembler): Update assembler buffer correctly when
366 frame changes (revisited).
368 2003-05-16 Stefan Monnier <monnier@cs.yale.edu>
370 * imenu.el (imenu--split-menu): Remove unused var `count'.
371 Don't copy the sequence since we're already modifying it elsewhere.
372 (imenu--create-keymap): Rename from imenu--create-keymap-1.
373 Add optional `cmd' argument. Remove unused var `counter'.
374 (imenu-update-menubar): Use the new arg to keep the old behavior.
375 (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
377 2003-05-16 Lute Kamstra <Lute.Kamstra@cwi.nl>
379 * hl-line.el (hl-line-highlight, global-hl-line-highlight):
380 Use `line-beginning-position' to determine the beginning of the next
383 2003-05-16 Kenichi Handa <handa@m17n.org>
385 * international/mule-cmds.el (mule-menu-keymap): Enable the menu
386 set-various-coding-system when
387 default-enable-multibyte-characters is non-nil.
389 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
391 * emacs-lisp/autoload.el (make-autoload): Add arglist for
394 2003-05-15 Lute Kamstra <Lute.Kamstra@cwi.nl>
396 * hl-line.el: Rewrite the local minor mode so that it can be
397 sticky as well and made sticky the default. Reimplement the
398 global minor mode. Update the commentary section to document
400 (hl-line-sticky-flag): New user option.
401 (hl-line-overlay): Make it buffer-local and give it a docstring.
402 (global-hl-line-overlay): New variable.
403 (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
404 (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
405 (hl-line-unhighlight): Update docstring.
406 (global-hl-line-mode): Implement directly so that is does not
407 depend on `hl-line-mode' any more.
408 (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
410 2003-05-15 Kenichi Handa <handa@m17n.org>
412 * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
414 2003-05-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
416 * ps-print.el: Avoid unnecessary calls to funs in header and footer
417 variables. Reported by Greg Hill <ghill@synergymicro.com>.
418 (ps-print-version): New version number (6.6.1).
419 (ps-begin-page): Code fix.
420 (ps-generate-string-list, ps-header-footer-string): New funs.
421 (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
423 * ps-mule.el (ps-mule-header-string-charsets):
424 Call ps-header-footer-string to avoid unnecessary calls to functions
425 in header and footer variables.
427 2003-05-15 John Paul Wallington <jpw@gnu.org>
429 * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
431 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
433 * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
434 (tex-use-reftex, tex-compile-commands): New vars.
435 (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
436 (tex-command-executable, tex-command-active-p, tex-compile-default)
438 (tex-compile): New command.
439 (tex-mode-map): Bind it to C-c C-c.
441 * vc-svn.el (completion-ignored-extensions): Add .svn.
442 (vc-svn-delete-file): New function.
444 * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
445 (cvs-mode-ignore): Use it.
447 * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
448 Look up `.cvsignore' to see what to do with `new-dir' messages.
449 (cvs-parse-merge): Remove unused var `handled'.
451 2003-05-14 Christoph Wedler <christoph.wedler@sap.com>
453 * format.el (format-annotate-function): Copy coding system into the
456 2003-05-14 John Paul Wallington <jpw@gnu.org>
458 * ls-lisp.el (insert-directory): Discard --dired switch when
459 `ls-lisp-use-insert-directory-program' is nil.
461 2003-05-13 Stefan Monnier <monnier@cs.yale.edu>
463 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs).
464 (ispell-graphic-p): Inline and then remove.
465 (toplevel): Get rid of unnecessary loop.
466 (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
468 (ispell-get-line): Remove unused arg `reg-end'.
469 (ispell-region): Update corresponding call.
471 * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
473 * progmodes/compile.el (compile-internal): Use with-current-buffer.
474 (compilation-set-window-height): Use save-selected-window.
476 * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
477 (ada-goto-declaration-other-frame): Remove unused arg other-frame.
478 (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
479 and gud-gdb-massage-args.
481 * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
482 This is actually not a constant.
484 * progmodes/autoconf.el (autoconf-current-defun-function):
485 Copy the syntax table before modifying it.
487 * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
488 (ada-in-string-or-comment-p): Use line-beginning-position.
490 * textmodes/reftex.el (reftex-select-with-char): Don't assume
493 * textmodes/reftex-toc.el (reftex-toc-visit-location):
494 Don't switch the current window if the new buffer is in another.
495 (reftex-toc): Don't assume that point-min == 1.
497 * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
500 * textmodes/reftex-cite.el (reftex-extract-bib-entries)
501 (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
502 (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
503 Use member-ignore-case. Don't add unnecessary trailing \n.
504 (reftex-offer-bib-menu): Consolidate duplicated code from
505 reftex-extract-bib-entries and
506 reftex-extract-bib-entries-from-thebibliography.
508 * simple.el (back-to-indentation): Simplify.
509 (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
510 (undo): Use them to implement the no-redo form of undo.
511 (undo-only): New fun.
512 (shell-command): Don't require `shell' since shell-mode is autoloaded.
513 (insert-buffer): Simplify.
514 (completion-setup-function): Use minibufferp.
515 (event-apply-alt-modifier, event-apply-super-modifier)
516 (event-apply-hyper-modifier, event-apply-shift-modifier)
517 (event-apply-control-modifier, event-apply-meta-modifier):
518 Fix docstring to show the proper key sequence.
520 * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
521 (uniquify-ignore-buffers-re): Revert to nil now that uniquify
522 is more careful about preserving buffer names.
524 * menu-bar.el (menu-bar-options-menu) <cua-mode>:
525 Use menu-bar-make-mm-toggle.
527 * files.el (file-relative-name): Remove dead code.
528 Make sure \n in a filename does not confuse us.
530 * help-fns.el (describe-variable): Mention permanent local status.
532 * comint.el (comint-carriage-motion, comint-output-filter):
533 Bind inhibit-read-only rather than buffer-read-only.
534 (comint-truncate-buffer): Bind inhibit-read-only.
536 * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
537 (cvs-mode): Prevent pilot-error.
539 * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
540 of file-name-directory for nil.
542 2003-05-13 Simon Josefsson <jas@extundo.com>
544 * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
547 2003-05-13 Rajesh Vaidheeswarran <rv@gnu.org>
549 * whitespace.el (whitespace-global-mode): Add :link entry
550 to the commentary section in whitespace.el
552 2003-05-13 Nick Roberts <nick@nick.uklinux.net>
554 * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
555 correctly when frame changes.
556 (gdb-info-threads-custom, gdb-threads-buffer-name)
557 (gdb-display-threads-buffer, gdb-frame-threads-buffer)
558 (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
559 (gdb-threads-select, gdb-threads-mouse-select): New functions and
560 variable for a buffer that provides a selectable threads list.
562 2003-05-12 Stefan Monnier <monnier@cs.yale.edu>
564 * pcvs-parse.el (cvs-parse-table): `New directory' messages include
567 * pcvs.el (cvs-minor-current-files): Move before first use.
568 (defun-cvs-mode): Remove unused var `restdoc'.
569 (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
570 (cvs-mode-diff-backup): Remove unused var `filter'.
571 (cvs-mode-run): Remove unused var `cvs-buf'.
572 (cvs-mode-do): Remove unused arg `parse'.
573 (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
575 * textmodes/sgml-mode.el (sgml-namespace-re): New const.
576 (sgml-namespace-face): New face.
577 (sgml-font-lock-keywords-1): Use them.
579 2003-05-11 Kevin Ryde <user42@zip.com.au>
581 * info-look.el (info-lookup-make-completions): Allow colons in index
582 entries by looking for ": " to terminate, as per latest info.el.
584 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
586 * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
587 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
588 Change dir so that the filtered output of `mcvs makes sense.
589 (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
590 (vc-mcvs-diff-tree): Don't bother with the local-diff code.
591 (vc-mcvs-create-snapshot): Use `branch' and `switch'.
593 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
595 * newcomment.el (comment-indent): Try to align to adjacent comments.
596 (comment-with-narrowing): Actually use the arguments.
597 (comment-valid-prefix-p): Rename from comment-valid-prefix
598 and fix to actually use its argument.
600 * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
601 (tex-guess-mode): Add `renewcommand'.
602 (tex-mode): Move the autoload to get the correct docstring and usage.
604 * uniquify.el (uniquify-rationalize-file-buffer-names):
605 Refresh the dirname in the case that rename-buffer was skipped.
606 (uniquify-buffer-file-name): Return a dirname with no trailing slash.
608 * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
609 instead of forward-line.
611 2003-05-10 Oliver Scholz <alkibiades@gmx.de>
613 * startup.el (fancy-splash-default-action): Fix docstring.
615 2003-05-09 Sam Steingold <sds@gnu.org>
617 * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
619 2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
621 * newcomment.el (comment-indent): Be more careful when inserting
622 the space, and insert it before setting `begpos'.
624 * vc.el: New backend functions `delete-file' and `repository-hostname'.
625 (vc-stay-local): New var. Mostly taken from vc-cvs-stay-local.
626 (vc-stay-local-p): New fun. Adapted from vc-cvs-stay-local-p.
627 (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
629 (vc-delete-file): New command.
630 (vc-default-rename-file): New function.
631 (vc-rename-file): Use it.
632 Be careful to disallow renaming if the file is locked or out-of-date.
633 (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
634 (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
636 * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
637 (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
638 (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
639 (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
640 (vc-mcvs-checkin): Disallow commits to a numbered rev.
641 (vc-mcvs-repository-hostname): New function.
642 (vc-mcvs-stay-local-p): Remove.
644 * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
645 (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
647 * vc-svn.el (vc-svn-rename-file): New fun.
648 (vc-svn-diff): Correctly check svn's return status.
649 (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
650 (vc-svn-diff-tree): Use vc-stay-local-p.
651 (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
652 (vc-svn-use-edit): Fix the :version property.
653 (vc-svn-stay-local): Remove unused var.
654 (vc-svn-mode-line-string): Remove, use the default instead.
655 (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
656 (vc-svn-stay-local-p): Remove.
658 * uniquify.el: Use the original buffer-name as `base' in place of the
659 nondirectory part of the file name.
660 (uniquify-rationalize-file-buffer-names):
661 Split the `newbuffile' arg into `base' and `dirname'.
662 Reuse old uniquify-items to avoid recomputing their base&dirname.
663 (uniquify-buffer-file-name): Only return the directory part.
664 (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
665 (rename-buffer): Use the `newname' arg as base.
666 (create-file-buffer): Split the file name into base and dirname.
668 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change)
670 * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
672 2003-05-08 Stefan Monnier <monnier@cs.yale.edu>
674 * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
675 (uniquify-make-item): Make `proposed' optional.
676 (uniquify-rationalize-file-buffer-names): Don't compute the
677 initial proposed name.
678 (uniquify-buffer-file-name): Remove dead code.
679 (uniquify-strip-common-suffix): New var.
680 (uniquify-rationalize): Always recompute initial proposed name.
681 Strip common suffix if requested.
683 * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
684 (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
686 * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
687 (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
688 (vc-sccs-register): Remove unused var `|'.
690 * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
691 (vc-mcvs-diff): Don't return 0 for newly added empty files.
692 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
693 (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
695 * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
696 don't use `concat' unnecessarily. Remove impossible cases.
697 (vc-cvs-diff): Don't return 0 for newly added empty files.
698 (vc-cvs-stay-local-p): Simplify.
699 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
700 (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
702 * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
703 don't use `concat' unnecessarily. Remove impossible cases.
704 (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
706 (vc-svn-checkin): Use vc-switches. Fix up regexp.
707 (vc-svn-diff): Use vc-switches.
708 Don't return 0 for newly added empty files.
709 Don't use svn's return status.
710 (vc-svn-parse-status): Recognize copied files as well.
711 Use the last-modified revision for workfile-version.
713 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
714 rather than (vc-workfile-version file) to diff.
716 * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
717 Add `declare's for debugging and indentation.
718 (vc-do-command): Use `remq'.
719 (vc-buffer-context): Remove unused var `curbuf'.
720 (vc-next-action-dired): Remove unused var `dired-dir'.
721 (vc-switches): New fun.
722 (vc-diff-switches-list): Use it.
723 (vc-dired-hook): Remove unused var `cvs-dir'.
724 (vc-dired-purge): Remove unused var `subdir'.
725 (vc-cancel-version): Remove unused var `config'.
726 (vc-rename-master): Use dolist iso mapcar.
727 (vc-rename-file): Remove redundant tests.
728 Clear the properties of the old file name.
729 (vc-annotate): Pass the complete filename to `annotate-command'.
730 (vc-annotate-lines): Remove unused var `overlay'.
732 2003-05-08 Glenn Morris <gmorris@ast.cam.ac.uk>
734 * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
736 (list-diary-entries): Make `temp' local.
737 (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
738 (diary-mail-entries): There is no fancy-diary-buffer if there are
739 no diary entries. Use call-interactively.
740 (mark-diary-entries): Make `temp' local.
741 (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
742 (list-sexp-diary-entries): Make `temp' local.
743 (add-to-diary-list): Make `prefix' local.
745 2003-05-08 Dave Love <fx@gnu.org>
747 * international/utf-7.el: New file.
749 2003-05-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
751 * files.el (insert-file-contents-literally): Allow it to be called
752 within a magic file name handler.
754 2003-05-07 Stefan Monnier <monnier@cs.yale.edu>
756 * uniquify.el (uniquify-rationalize-file-buffer-names):
757 Don't uniquify if there is no filename.
759 * vc-hooks.el: Use buffer-file-name variable rather than function.
760 (vc-handled-backends): Add SVN and MCVS.
761 (vc-mode-line): Call vc-backend only once.
762 (find-file-hook, find-file-not-found-hook): Use the new
763 names rather than ...-hooks.
765 * uniquify.el (uniquify-item, uniquify-get-proposed-name)
766 (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
767 (uniquify-rationalize): New fun. Set uniquify-managed to the fix-list.
768 (uniquify-rationalize-file-buffer-names): Use it and make the args
769 non-optional (i.e. don't support "re-rationalize all" any more).
770 (uniquify-rerationalize-w/o-cb): New fun.
771 (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
772 immediately and only the relevant buffers.
773 Merged from uniquify-delay-rationalize-file-buffer-names and
774 uniquify-delayed-rationalize-file-buffer-names.
775 (kill-buffer-hook, rename-buffer): Use it.
777 2003-05-06 Jesper Harder <harder@ifa.au.dk>
779 * progmodes/compile.el (compile-internal): Don't quote nil and t in
782 * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
784 * emacs-lisp/cl-macs.el (case, typecase): Likewise.
786 * allout.el (allout-auto-activation)
787 (allout-use-mode-specific-leader, allout-reindent-bodies)
788 (allout-unprotected): Likewise.
790 * progmodes/tcl.el (tcl-explain-indentation): Likewise.
792 * progmodes/idlwave.el (idlwave-complete-special): Likewise.
794 * progmodes/cpp.el (cpp-edit-list): Likewise.
796 * progmodes/cperl-mode.el (cperl-lineup): Likewise.
798 * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
801 * play/mpuz.el (mpuz-silent): Likewise.
803 * play/decipher.el (decipher-ignore-spaces): Likewise.
805 * net/rlogin.el (rlogin-process-connection-type): Likewise.
807 * mail/rmail.el (rmail-primary-inbox-list): Likewise.
809 * mail/mailalias.el (mail-directory-function)
810 (mail-directory-requery, mail-directory): Likewise.
812 * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
814 * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
816 * type-break.el (type-break-good-rest-interval)
817 (type-break-query-mode, type-break-query-function)
818 (type-break-mode-line-message-mode): Likewise.
820 * skeleton.el (skeleton-autowrap, skeleton-untabify)
821 (skeleton-newline-indent-rigidly, skeleton-insert)
822 (skeleton-read): Likewise.
824 * simple.el (newline): Likewise.
826 * ps-print.el (ps-zebra-stripe-follow): Likewise.
828 * mwheel.el (mouse-wheel-scroll-amount): Likewise.
830 * env.el (setenv): Likewise.
832 2003-05-06 Stefan Monnier <monnier@cs.yale.edu>
834 * imenu.el (imenu--generic-function): Use font-lock-defaults
835 case setting if imenu-case-fold-search is not locally set.
837 * uniquify.el (uniquify-managed): New var.
838 (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
839 it to prevent accidental renaming of unrelated buffers.
840 (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
841 the cost of uniquify when killing unrelated buffers.
843 * newcomment.el (comment-set-column, comment-kill)
844 (comment-or-uncomment-region): Call comment-normalize-vars
845 since these functions are autoloaded.
847 * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
848 * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
850 2003-05-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
852 * hl-line.el: Removed an erroneous comment.
853 (hl-line-mode): Use buffer local hooks.
854 (global-hl-line-mode): Turn local modes on unconditionally.
855 (hl-line-highlight): Comment fix.
857 2003-05-06 Richard M. Stallman <rms@gnu.org>
859 * newcomment.el (comment-search-forward): Delete autoload cookie.
861 2003-05-06 Kenichi Handa <handa@m17n.org>
863 * arc-mode.el (archive-set-buffer-as-visiting-file):
864 Use after-insert-file-set-coding, not
865 after-insert-file-set-buffer-file-coding-system.
867 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
869 * uniquify.el (uniquify-buffer-name-style)
870 (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
871 (uniquify-ignore-buffers-re, uniquify-min-dir-content)
872 (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
874 (uniquify-file-name-nondirectory): Delete.
875 (uniquify-rationalize-file-buffer-names): Simplify.
876 Use directory names as `filename' component of uniquify-item.
877 (uniquify-get-proposed-name): Adjust now that `filename' does not
880 * vc-svn.el: New file.
882 2003-05-05 John Paul Wallington <jpw@gnu.org>
884 * emacs-lisp/autoload.el (batch-update-autoloads):
885 Call `update-directory-autoloads'.
887 2003-05-04 Dan Nicolaescu <dann@ics.uci.edu>
889 * dired.el (dired-find-file): Bind find-file-run-dired around
890 the call to find-file.
892 2003-05-04 Stefan Monnier <monnier@cs.yale.edu>
894 * uniquify.el: Move provide to end of file.
895 (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
896 (uniquify-ref-proposed, uniquify-set-proposed): Remove.
897 (uniquify-item): New struct. Update users of uniquify-ref-*.
898 (uniquify-get-proposed-name, uniquify-rationalize-a-list):
899 Make `depth' optional.
900 (uniquify-non-file-buffer-names): Remove.
901 (uniquify-rationalize-file-buffer-names): Don't set it up.
902 Use uniquify-make-item and don't pass the now-optional depth.
903 (uniquify-rationalize-conflicting-sublist): Check the new buffer
904 name directly instead of relying on uniquify-non-file-buffer-names.
905 (uniquify-rename-buffer): Use with-current-buffer and pass
906 the `unique' arg to rename-buffer.
908 * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
909 (vc-mcvs-rename-file): New function.
911 2003-05-04 Emmanuel Briot <briot@gnat.com>
913 * progmodes/ada-mode.el
914 * progmodes/ada-prj.el
915 * progmodes/ada-stmt.el
916 * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
917 better to use (featurep 'xemacs).
918 Removed warnings generated with Emacs 21.3.x (mostly by adding
919 needed `require' statements).
921 2003-05-04 Nick Roberts <nick@nick.uklinux.net>
923 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
924 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
925 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
926 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
927 Correct size for cleaner bitmaps.
929 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
931 * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
932 (cl-map-keymap-recursively): Use map-keymap.
933 (cl-macroexpand-all): Don't quote functions.
935 * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
937 * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
938 (ad-arglist, ad-subr-arglist): Use push and match-string.
939 (ad-make-advised-docstring): Extract & reinsert the usage info.
941 * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
943 2003-05-03 Nick Roberts <nick@nick.uklinux.net>
945 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
946 Include bitmap data for monochrome display.
947 (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
950 2003-05-03 Richard M. Stallman <rms@gnu.org>
952 * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
953 update-autoloads-from-directories.
955 * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
957 * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
959 * view.el (Helper-return-blurb): Add defvar. (Also rearrange defuns.)
961 * uniquify.el (uniquify-ignore-buffers-re): Change default
962 to match some Gnus buffers.
964 * newcomment.el (comment-search-forward): Add autoload cookie.
966 * isearch.el (isearch-complete): Update isearch-message.
968 * filesets.el (filesets-data): Add another defvar.
969 (filesets-verbosity): Doc fix.
971 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
973 * recentf.el (recentf-cleanup): Swap tests for exclusion and
976 2003-05-01 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
978 * ls-lisp.el (ls-lisp-format-file-size): New function to implement
980 (ls-lisp-format): Use it.
982 2003-05-01 Kenichi Handa <handa@m17n.org>
984 * international/utf-8.el (utf-translate-cjk-mode): Update the
985 second extra slot of the translation table
986 utf-translation-table-for-encode.
987 (mule-utf-8): Set the property translation-table-for-encode.
989 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
991 * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
992 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
994 * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
995 (fill-delete-newlines): Respect the new property.
996 (fill-newline): Use the property instead of leaving "spurious" spaces.
998 * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
1001 2003-04-30 Emmanuel Briot <briot@gnat.com>
1003 * progmodes/ada-mode.el (ada-search-directories): Take into account
1004 ADA_INCLUDE_PATH for better compatibility with GNAT.
1005 (ada-contextual-menu): Menu defined through `easy-menu-define'
1006 instead. Various adjustments to the indentation engine (handling of
1007 subtypes, begin blocks, etc.).
1008 (ada-create-menu): Major rewrite of the handling of menus to use
1009 `easy-menu-define' for cleaner code and better compatibility with
1010 XEmacs. All menus that were previously in ada-xref.el and
1011 ada-prj.el are now defined in this package, which makes it easier to
1013 (ada-narrow-to-defun): Add support for `narrow-to-region'.
1014 No longer explicitely load ada-xref.el and ada-prj.el. Use autoload
1017 * progmodes/ada-xref.el (ada-gnatls-args): New variable.
1018 Add support for specifying arguments to gnatls.
1019 (ada-initialize-runtime-library): Properly parse "." in the output
1021 (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
1022 (ada-add-ada-menu): Likewise.
1023 (ada-set-default-project-file): New parameter KEEP-EXISTING.
1024 (ada-prj-find-prj-file): New parameter FILE.
1025 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
1026 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
1028 (ada-get-all-references): Add support for GNAT 3.16 cross-references.
1030 * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
1031 directly. Add dependency on ada-xref.el to avoid compilation
1033 (ada-prj-get-prj-dir): Remove, no longer needed.
1035 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
1036 Move to ada-mode.el.
1037 (ada-template-map): Merge with the keymap handling in ada-mode.el.
1039 2003-04-29 Stefan Monnier <monnier@cs.yale.edu>
1041 * isearch.el (isearch-complete1): Don't allocate unnecessarily.
1042 (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
1043 (isearch-update-ring): Use push.
1045 2003-04-29 Oliver Scholz <epameinondas@gmx.de>
1047 * play/gamegrid.el: Added a comment explaining the various ways to
1048 save a game score on POSIX systems.
1049 (gamegrid-add-score-with-update-game-score): Use `cond' instead of
1050 `if'. Provide for the case that FILE is an absolute filename.
1051 Create the directory "$HOME/.emacs.d/games", if necessary.
1053 2003-04-29 John Paul Wallington <jpw@gnu.org>
1055 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
1057 2003-04-28 Dave Love <fx@gnu.org>
1059 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
1062 2003-04-28 Kenichi Handa <handa@m17n.org>
1064 * international/mule-cmds.el (reset-language-environment):
1065 Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
1066 mule-utf-16-le-with-signature.
1068 * international/mule-conf.el: Set coding-category-utf-16-be to
1069 mule-utf-16-be-with-signature, coding-category-utf-16-le to
1070 mule-utf-16-le-with-signature. Raise the priority of
1071 coding-category-utf-8, coding-category-utf-16-be, and
1072 coding-category-utf-16-le
1074 2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
1076 * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
1079 2003-04-27 David Ponce <david@dponce.com>
1083 Major rewrite. The code is reordered, cleaner and faster.
1084 Introduce new options to automatically cleanup the recent list,
1085 and to handle filename transformation (for example to use true
1088 (recentf-version): New constant.
1089 (recentf-save-file-header): Move.
1090 (recentf-data-cache): New variable.
1091 (recentf-update-menu-p, recentf-initialized-p): Remove.
1092 (recentf-menu-customization-changed): Move. Doc fix.
1093 (recentf-max-saved-items): Doc fix.
1094 (recentf-save-file): Doc fix. No more expand filename here.
1095 (recentf-exclude, recentf-menu-action)
1096 (recentf-menu-filter): Doc fix.
1097 (recentf-menu-append-commands-flag): Rename from...
1098 (recentf-menu-append-commands-p): Make obsolete.
1099 (recentf-keep-non-readable-files-flag): Rename from...
1100 (recentf-keep-non-readable-files-p): Make obsolete.
1101 (recentf-auto-cleanup, recentf-filename-handler): New options.
1102 (recentf-string-equal, recentf-string-lessp)
1103 (recentf-string-member): New functions.
1104 (recentf-trunc-list): Move.
1105 (recentf-dump-variable): Move. Better code and output format.
1106 (recentf-auto-cleanup-timer): New variable.
1107 (recentf-auto-cleanup): New function.
1108 (recentf-push, recentf-expand-file-name): New functions.
1109 (recentf-add-file): In-line. Use above functions.
1110 (recentf-remove-if-non-readable): In-line. Expand file name.
1111 (recentf-find-file): Use `recentf-remove-if-non-readable'.
1112 (recentf-directory-compare): Move. Use `recentf-string-equal'
1113 and `recentf-string-lessp' to do comparisons.
1114 (recentf-menu-items-for-commands)
1115 (recentf-menu-filter-commands): Move.
1116 (recentf-elements, recentf-make-menu-element)
1117 (recentf-menu-element-item, recentf-menu-element-value)
1118 (recentf-set-menu-element-item, recentf-set-menu-element-value)
1119 (recentf-sub-menu-element-p, recentf-make-default-menu-element)
1120 (recentf-menu-elements): In-line. Some doc fix.
1121 (recentf-apply-menu-filter): Better code.
1122 (recentf-make-menu-items): Doc fix.
1123 Use `recentf-menu-append-commands-flag'.
1124 (recentf-make-menu-item): In-lined. Better code.
1125 (recentf-clear-data): New function.
1126 (recentf-sort-ascending, recentf-sort-descending)
1127 (recentf-sort-basenames-ascending)
1128 (recentf-sort-basenames-descending)
1129 (recentf-sort-directories-ascending)
1130 (recentf-sort-directories-descending)
1131 (recentf-show-basenames-ascending)
1132 (recentf-show-basenames-descending: In-line. Better code. Doc fix.
1133 (recentf-show-basenames)
1134 (recentf-relative-filter): Better code. Doc fix.
1135 (recentf-arrange-by-rule-subfilter): Doc fix. Improve :set code.
1136 (recentf-match-rule-p): Use filename instead of file-path.
1137 (recentf-arrange-by-rule, recentf-build-mode-rules)
1138 (recentf-arrange-by-mode, recentf-build-dir-rules)
1139 (recentf-file-name-nondir)
1140 (recentf-filter-changer-alist): Some doc fix and code cleanup.
1141 (recentf-filter-changer-goto-next): Doc fix.
1142 Call `recentf-clear-data'.
1143 (recentf-filter-changer-get-current)
1144 (recentf-filter-changer-get-next): In-line. Doc fix and better code.
1145 (recentf-filter-changer): Doc fix and better code.
1146 (recentf-cancel-dialog): Doc fix.
1147 (recentf-dialog-mode-map): Initialize in defvar.
1148 (recentf-dialog-mode): Doc fix.
1149 (recentf-track-opened-file): Rename from...
1150 (recentf-add-file-hook): Remove.
1151 (recentf-track-closed-file): Rename from...
1152 (recentf-remove-file-hook): Remove.
1153 (recentf-update-menu-hook): Remove. Replace by...
1154 (recentf-update-menu): New. Better catch unnecessary updates.
1155 Display a message on error.
1156 (recentf-used-hooks): New constant.
1157 (recentf-enabled-p): New function.
1158 (recentf-edit-selected-items)
1159 (recentf-open-files-action)
1160 (recentf-open-files-item-shift): Doc fix.
1161 (recentf-edit-list-action)
1162 (recentf-open-files-item): Doc fix. Code cleanup.
1163 (recentf-edit-list, recentf-open-files)
1164 (recentf-open-more-files): Likewise. Remove autoload cookie.
1165 (recentf-save-list, recentf-cleanup): Likewise. Move.
1166 (recentf-load-list): New command.
1167 (recentf-mode): Better code. Does nothing if enabling the already
1170 2003-04-27 Alan Mackenzie <acm@muc.de>
1172 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
1173 which appears inside a character set.
1174 (regexp-opt-not-groupie*-re): New constant.
1176 2003-04-26 John Paul Wallington <jpw@gnu.org>
1178 * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
1179 (ibuffer-mode-filter-group-map): Initialize in `defvar'.
1180 (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
1182 2003-04-25 Jan Nieuwenhuizen <janneke@gnu.org>
1184 * info.el (Info-unescape-quotes, Info-split-parameter-string)
1185 (Info-display-images-node): New functions for displaying images.
1186 (Info-select-node): Call Info-display-images-node.
1188 2003-04-25 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
1190 * files.el (file-relative-name): Recognize "c:/foo" as absolute
1191 file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
1193 2003-04-24 Sam Steingold <sds@gnu.org>
1195 * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
1196 `quit-window' in the fancy diary buffer.
1198 * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
1199 not `multiple-value-bind'.
1201 2003-04-24 Lars Hansen <larsh@math.ku.dk>
1203 * subr.el (assq-delete-all): Ignore non-cons elements.
1205 2003-04-24 John Paul Wallington <jpw@gnu.org>
1207 * help-mode.el (help-make-xrefs): Remove extra paren.
1209 2003-04-23 Stefan Monnier <monnier@cs.yale.edu>
1211 * newcomment.el (comment-normalize-vars): Prompt the user for
1212 the comment-start to use rather than signalling an error. Fix regexp.
1213 (uncomment-region): Don't leave half-removed comment markers.
1215 2003-04-23 Richard M. Stallman <rms@gnu.org>
1217 * mail/sendmail.el (mail-send-and-exit): Make arg optional.
1219 * files.el (view-read-only): Doc fix.
1221 * simple.el (back-to-indentation): Call backward-prefix-chars.
1223 * help-mode.el (help-make-xrefs): Clean up the loop that scans
1224 over a keymap inserted by \\{...}; it now stops at end of buffer.
1226 * filesets.el: Don't call filesets-init.
1228 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
1229 compile a defalias form, unless byte-compile-compatibility.
1231 * progmodes/scheme.el (scheme-mode-syntax-table):
1232 Use prefix syntax for ', `, comma, @ and #.
1234 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1235 Give @ prefix syntax.
1237 2003-04-23 Andre Spiegel <spiegel@gnu.org>
1239 * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
1240 Simplify doc string.
1242 2003-04-23 Wolfgang Scherer <wolfgang.scherer@gmx.de>
1244 * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
1245 (vc-cvs-stay-local-p): Handle them.
1246 (vc-cvs-parse-root): New function, used by the above.
1248 2003-04-22 Stefan Monnier <monnier@cs.yale.edu>
1250 * vc-mcvs.el (vc-mcvs-root): Cache the result.
1251 (vc-mcvs-registered): Simplify. Use file-relative-name.
1252 (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist.
1253 (vc-mcvs-command): Filter F-NN names in the output for diff and log.
1255 2003-04-21 Stefan Monnier <monnier@cs.yale.edu>
1257 * info.el (Info-default-dirs): New fun extracted from Info-initialize.
1258 (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
1260 * textmodes/fill.el (fill-region-as-paragraph):
1261 Fix "last line goes to fill-column+1" problem.
1263 * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
1265 2003-04-20 Richard M. Stallman <rms@gnu.org>
1267 * simple.el (kill-line): Doc fix.
1269 2003-04-20 Sam Steingold <sds@gnu.org>
1271 * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
1273 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1275 * which-func.el (which-func-modes): Add f90-mode.
1276 (which-function): Handle imenu submenus.
1278 * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
1280 * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
1281 font-lock-variable-name-face in declarations.
1282 Highlight continuation characters.
1283 (f90-indent-new-line): Remove direct call to f90-indent-line-no,
1285 (f90-abbrev-start): Fix XEmacs compatibility.
1287 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
1289 * vc-mcvs.el: New file.
1291 * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
1292 (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
1293 (vc-cvs-merge-news): Simplify.
1294 (vc-cvs-diff): Remove unused var `options'.
1295 (vc-cvs-parse-entry): Use the same algorithm as cvs does.
1297 2003-04-19 Richard M. Stallman <rms@gnu.org>
1299 * desktop.el (desktop-buffer-mh): Don't require mh-e;
1300 it causes trouble in compilation.
1302 * add-log.el (add-log-current-defun-function): Add autoload cookie.
1304 * newcomment.el (comment-use-syntax): Add autoload cookie.
1306 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1307 (byte-recompile-directory): Don't use byte-goto-log-buffer.
1308 Instead, set default-directory and then call compilation-mode.
1309 (byte-compile-from-buffer): Force byte-compile-last-position
1310 to end of buffer before issuing final warnings.
1312 2003-04-18 Stefan Monnier <monnier@cs.yale.edu>
1314 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
1315 (cua-global-mark-face): Fix face format.
1317 * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
1318 if the body didn't do so already.
1319 (easy-mmode-define-keymap): Remove unused var `suppress'.
1321 * view.el (view-read-only): Move to files.el.
1322 * files.el (view-read-only): Move from view.el.
1324 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
1326 * files.el (view-read-only): Don't declare a second time.
1327 (find-file-read-only, find-file-read-only-other-window)
1328 (find-file-read-only-other-frame): Check that file does exist.
1329 (large-file-warning-threshold): New custom.
1330 (find-file-noselect): Use it.
1331 (report-errors): New macro.
1332 (normal-mode): Use it.
1333 (toggle-read-only): Really toggle, even if view-mode is on.
1334 (parse-colon-path): Remove unused `cd-prefix' var.
1335 (make-backup-file-name-1): Remove unused `failed' var.
1336 (basic-save-buffer): Remove unused `tempsetmodes' var.
1337 (basic-save-buffer-2): Remove unused `temp' var.
1338 (insert-directory): Remove unused `available' var.
1340 2003-04-17 John Paul Wallington <jpw@gnu.org>
1342 * hexl.el (hexl-find-file): Bind `default-major-mode' to
1345 2003-04-16 Stefan Monnier <monnier@cs.yale.edu>
1347 * reveal.el (reveal-post-command): Use overlay-get for overlays.
1349 2003-04-16 Kenichi Handa <handa@m17n.org>
1351 * international/mule-cmds.el (describe-language-environment):
1352 At first, require all necessary features.
1354 2003-04-16 Dave Love <fx@gnu.org>
1356 * progmodes/xscheme.el: Moved from lisp directory.
1358 2003-04-16 Glenn Morris <gmorris@ast.cam.ac.uk>
1360 * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
1361 (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
1362 (f90-comment-region, f90-indent-line, f90-indent-region)
1363 (f90-find-breakpoint, f90-block-match): Trivial simplifications.
1364 (f90-looking-at-do, f90-looking-at-select-case)
1365 (f90-looking-at-if-then, f90-looking-at-where-or-forall):
1366 Drop XEmacs 19 support and simplify.
1367 (f90-indent-new-line): No need for case-fold-search. Simplify.
1368 (f90-fill-region): Make marker nil when done. Simplify.
1370 * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
1372 2003-04-16 Richard M. Stallman <rms@gnu.org>
1374 * man.el (Man-follow-manual-reference): Don't require match
1375 when calling completing-read.
1377 2003-04-15 Glenn Morris <gmorris@ast.cam.ac.uk>
1379 * progmodes/fortran.el: Whitespace changes, some re-ordering of
1380 code, trivial commentary change.
1381 (fortran, fortran-indent, fortran-comment)
1382 (fortran-tab-mode-default, fortran-continuation-indent)
1383 (fortran-comment-indent-style, fortran-blink-matching-if)
1384 (fortran-continuation-string, fortran-electric-line-number)
1385 (fortran-break-before-delimiters, fortran-mode-hook)
1386 (fortran-end-prog-re, fortran-imenu-generic-expression):
1388 (fortran-tab-mode-minor-mode-string): New variable.
1389 (fortran-tab-mode-string): Now customization is meaningful.
1390 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1391 (fortran-analyze-depth): Use defcustom.
1392 (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
1393 (fortran-break-line, fortran-prepare-abbrev-list-buffer)
1394 (fortran-auto-fill): Add doc string.
1395 (fortran-type-types): New constant (was local to let binding).
1396 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
1397 (fortran-font-lock-syntactic-keywords): Initialize in defvar.
1398 (fortran-font-lock-keywords-3): Initialize in defvar. Use 1+ now
1399 depth of fortran-type-types has changed. Remove extra and.
1400 (fortran-mode-menu): Minor re-organization. Use lookup-key.
1401 (fortran-mode): Doc changes. Some re-organization.
1402 Use fortran-tab-mode-minor-mode-string.
1403 (fortran-comment-indent): Add doc string. Move save-excursion.
1405 (fortran-indent-comment, fortran-fill-statement):
1406 Change interactive spec. Use unless.
1407 (fortran-comment-region): Doc change. Reverse logic of arg
1409 (fortran-abbrev-start, fortran-split-line)
1410 (fortran-electric-line-number, fortran-indent-subprogram)
1411 (fortran-strip-sequence-nos): Change interactive spec.
1412 (fortran-remove-continuation): Add doc string. Use when.
1413 (fortran-numerical-continuation-char): Doc change. Use 1+.
1414 (fortran-previous-statement, fortran-next-statement)
1415 (fortran-beginning-do, fortran-calculate-indent)
1416 (fortran-end-do, fortran-end-if, fortran-beginning-if):
1418 (fortran-blink-match, fortran-check-for-matching-do): Use when.
1419 (fortran-indent-line): Change interactive spec. Remove un-needed
1421 (fortran-indent-to-column): Doc change. Use when, unless.
1422 (fortran-find-comment-start-skip): No longer interactive.
1423 (fortran-analyze-file-format): Minor doc change.
1424 Remove un-needed setq.
1425 (minor-mode-alist): Use add-to-list.
1426 (fortran-fill-paragraph): Change interactive spec, doc string.
1428 * progmodes/f90.el: Whitespace changes, trivial commentary changes.
1429 (f90, f90-indent, f90-program-indent, f90-continuation-indent)
1430 (f90-indented-comment-re, f90-imenu-generic-expression)
1431 (f90-mark-subprogram, f90-join-lines): Minor doc changes.
1432 (f90-menu): Shift definition to initialization of f90-mode-map.
1433 Add customization section.
1434 (f90-mode): Minor doc change. Do not call easy-menu-add.
1435 Set `beginning-of-defun-function' and `end-of-defun-function' to
1436 appropriate F90 functions.
1437 (f90-indent-line, f90-indent-line, f90-indent-subprogram)
1438 (f90-break-line, f90-do-auto-fill, f90-insert-end)
1439 (f90-upcase-keywords, f90-capitalize-keywords)
1440 (f90-downcase-keywords): Change interactive spec.
1442 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
1444 * font-lock.el (font-lock-multiline, font-lock-fontified)
1445 (font-lock-set-defaults): Move back from font-core.el and merge
1446 it back with font-lock-set-defaults-1.
1447 (font-lock-mode-internal): New function (basically the body of
1448 the old font-lock-mode minor mode).
1450 * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
1451 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1452 Move back to font-lock.el
1453 (font-lock-default-function): Use font-lock-mode-internal.
1455 * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
1456 (recover-file): Abbreviate file name in messages.
1458 * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
1459 (tex-font-lock-keywords-2): Comment out unused var `type'.
1460 (tex-guess-mode): New name for old `tex-mode'.
1461 (tex-mode): Make it a derived mode of text-mode.
1462 (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
1463 (tex-common-initialization): Don't setup syntax-table any more.
1464 (tex-validate-buffer): Remove unused var `oend'.
1465 Use with-current-buffer and line-beginning-position.
1466 (tex-recenter-output-buffer): Remove unused var `old-buffer'.
1467 (latex-indent): Return `noindent' if no indentation can happen.
1468 (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
1469 (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
1470 (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
1472 * font-lock.el (font-lock-preprocessor-face): New var and face.
1474 2003-04-14 Andrew Choi <akochoi@shaw.ca>
1476 * term/mac-win.el: Unconditionally set process-connection-type to nil.
1478 2003-04-14 Richard M. Stallman <rms@gnu.org>
1480 * derived.el (define-derived-mode): Make generated code work in
1481 Emacs versions that do not have run-mode-hooks.
1483 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1484 At end of buffer, run the global binding of the same key.
1486 * international/mule.el (after-insert-file-set-coding):
1487 Properly treat INSERTED as number of characters, for both
1488 for both the argument and the value.
1490 * desktop.el (desktop-base-file-name):
1491 Renamed from desktop-basefilename. Add defvaralias.
1493 2003-04-14 John Paul Wallington <jpw@gnu.org>
1495 * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
1496 (x-must-resolve-font-name): Fix error message typo.
1498 2003-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1500 * progmodes/fortran.el (fortran-previous-statement): Check for
1501 fortran-continuation-string.
1502 (fortran-calculate-indent): Do not add extra whitespace to
1503 strings broken over lines.
1504 (fortran-fill): Handle long strings that must be broken.
1506 2003-04-13 Michael Albinus <Michael.Albinus@alcatel.de> (tiny change)
1508 * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
1509 expansion is a symlink, expand again.
1510 (ange-ftp-file-symlink-p): Return target of symlink literally.
1512 2003-04-13 Masatake YAMATO <jet@gyve.org>
1514 * bindings.el (toplevel): Don't change the face
1515 of major-mode on the mode line. Setting the face on
1516 the mode line code is installed by my mistake in
1519 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1521 * add-log.el (change-log-version-number-search): Fix old bug.
1522 (add-change-log-entry): Avoid inserting the same funname again.
1523 (add-log-indent-text): New var.
1524 (add-log-indent): New fun.
1525 (change-log-mode): Use it.
1527 * net/browse-url.el: Don't autoload all these defcustoms.
1528 (browse-url-default-macosx-browser): New fun.
1529 (browse-url-browser-function): Use it for system-type = darwin.
1530 (browse-url-usr1-signal): Remove.
1531 (browse-url-mosaic): Use SIGUSR1 directly instead.
1532 (browse-url-gnome-moz-program): New var.
1533 (browse-url-gnome-moz, browse-url-default-browser): Use it.
1535 * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
1536 (byte-compile-const-variables): New var.
1537 (byte-compile-close-variables): Reset it.
1538 (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
1539 (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
1540 (byte-compile-variable-ref): Use it and improve warning message.
1541 (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
1542 (byte-compile-lapcode): Remove unused vars.
1543 (byte-compile-eval): Fix thinko in handling of old-autoloads.
1544 (byte-recompile-directory): Use the expanded form for directory.
1545 (byte-compile-track-mouse): Use modern backquote syntax.
1546 (byte-compile-defvar): Detect and properly handle (defconst a).
1547 (byte-compile-defalias-warn): Remove unused arg `alias'.
1548 (byte-compile-defalias): Update call.
1550 2003-04-13 Masatake YAMATO <jet@gyve.org>
1552 * help.el (describe-minor-mode): New function implementation.
1553 Accept both minor mode string and minor mode indicator.
1554 (describe-minor-mode-completion-table-for-indicator)
1555 (describe-minor-mode-completion-table-for-symbol): New functions.
1556 minor-mode-list is used here.
1557 (describe-minor-mode-from-symbol):
1558 Renamed from (old) describe-minor-mode.
1559 Use describe-minor-mode-completion-table-for-symbol.
1560 Don't use eval. Just use symbol-name.
1561 (describe-minor-mode-from-indicator): Document is updated.
1562 Use `format-mode-line'.
1563 Use describe-minor-mode-from-symbol instead of describe-minor-mode.
1564 Use describe-minor-mode-completion-table-for-indicator.
1565 (expand-minor-mode-indicator-object): Remove.
1566 (lookup-minor-mode-from-indicator): Remove the fist white
1567 space from both indicator and anindicator before comparing them.
1569 * bindings.el (mode-line-major-mode-keymap)
1570 (mode-line-minor-mode-keymap): Define keys for the maps
1573 2003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1575 * server.el (server-socket-name): Use new safe location for socket.
1576 (server-ensure-safe-dir): New fun.
1577 (server-start): Use it and letf.
1578 (server-process-filter): Re-enable the -eval feature.
1580 2003-04-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1582 * play/gomoku.el (gomoku-buffer-name): New constant.
1583 (gomoku-mode): Doc fix. Add call to kill-all-local-variables.
1584 (gomoku): Do not call gomoku-switch-to-window directly.
1585 (gomoku-prompt-for-other-game): Throw an error if no new game.
1586 (gomoku-switch-to-window): Use gomoku-buffer-name.
1588 * progmodes/f90.el (f90-abbrev-start): Only offer help if
1589 abbrev-mode is active.
1590 (f90-join-lines): Make it behave more like standard join-line.
1591 (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
1593 * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
1594 abbrev-mode is active.
1596 2003-04-12 John Paul Wallington <jpw@gnu.org>
1598 * help-fns.el (help-add-fundoc-usage): Pass an empty string to
1599 `format' if no newlines are necessary.
1601 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
1603 * bindings.el (global-map): Bind [select-window].
1605 2003-04-11 John Paul Wallington <jpw@gnu.org>
1607 * type-break.el (type-break-warning-countdown-string): Doc fix.
1609 2003-04-11 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
1611 * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
1612 place of parenthesis.
1614 2003-04-11 Masatake YAMATO <jet@gyve.org>
1616 * progmodes/etags.el (select-tags-table-mode-map):
1617 Don't create new keymap. Instead copy from button-buffer-map.
1618 Bind push-button to `t' instead of binding
1619 select-tags-table-select directly
1620 (tags-select-tags-table): New button.
1621 (select-tags-table): Put a button for each selections.
1623 2003-04-11 Kenichi Handa <handa@m17n.org>
1625 * international/mule.el:
1626 Don't set after-insert-file-adjust-coding-function.
1627 (after-insert-file-set-coding):
1628 Renamed from after-insert-file-set-buffer-file-coding-system.
1630 2003-04-11 Kenichi Handa <handa@m17n.org>
1632 * international/quail.el (quail-guidance-str)
1633 (quail-guidance-frame): New variables.
1634 (quail-guidance-win): Delete this variable.
1635 (quail-setup-overlays): Make overlay not rear-advancing.
1636 (quail-kill-guidance-buf): Delete this function.
1637 (quail-activate): Add/remove quail-show-guidance to/from
1639 (quail-input-method): Don't setup quail-guidance-buf.
1640 Initialize quail-guidance-str to "".
1641 (quail-start-translation): Call quail-show-guidance at first.
1642 (quail-start-conversion): Likewise.
1643 (quail-terminate-translation): Don't erase quail-guidance-buf.
1644 (quail-update-translation): Stretch overlays if their starting and
1645 ending positions are same.
1646 (quail-update-current-translations): Check the width of the
1647 current window, not the width of quail-guidance-win.
1648 (quail-make-guidance-frame): Delete the arg BUF. Fix position
1649 calculation. Don't set the window buffer, just return the new frame.
1650 (quail-minibuffer-message): New function.
1651 (quail-show-guidance): Renamed from quail-show-guidance-buf.
1652 Use message and quail-minibuffer-message to display the guidance.
1653 (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
1654 Only delete quail-guidance-frame.
1655 (quail-update-guidance): Just update quail-guidance-str, not
1657 (quail-get-translations): Renamed from quail-show-translations.
1658 Return a string instead of inserting it in quail-guaidance-buf.
1660 2003-04-11 Kenichi Handa <handa@m17n.org>
1662 * international/mule-cmds.el (sort-coding-systems): Set lower
1663 priority to a utf-16 base coding system. Set higher priority to a
1664 coding system listed in coding-category-list.
1666 2003-04-10 Juanma Barranquero <lektu@terra.es>
1668 * frame.el (modify-all-frames-parameters): Deleted.
1670 2003-04-10 Sebastian Tennant <seb@albert.vcisp.net> (tiny change)
1672 * desktop.el (desktop-buffer-file): Restore major-mode if it is
1673 different from the normal mode.
1675 2003-04-10 Kenichi Handa <handa@m17n.org>
1677 * international/mule.el:
1678 Set after-insert-file-adjust-coding-function to
1679 after-insert-file-set-buffer-file-coding-system instead of adding
1680 it to after-insert-file-functions.
1682 * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
1683 the case of replacing multibyte characters.
1685 2003-04-09 Richard M. Stallman <rms@gnu.org>
1687 * files.el (file-chase-links): Fix previous change.
1689 2003-04-09 Juanma Barranquero <lektu@terra.es>
1691 * frame.el (new-frame): Add obsolescence declaration.
1693 2003-04-09 Ehud Karni <ehud@unix.mvs.co.il>
1695 * frame.el (set-frame-font): Allow keeping frame size after
1697 (modify-all-frames-parameters): New function to change parameters
1698 in all existing and future frames.
1700 2003-04-09 Thien-Thi Nguyen <ttn@gnu.org>
1702 * man.el (Man-heading-regexp): Accept hyphen.
1704 2003-04-09 Kenichi Handa <handa@m17n.org>
1706 * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
1708 * international/mule-conf.el: Register ?\221 and ?\226 in
1709 latin-extra-code-table.
1711 2003-04-08 Richard M. Stallman <rms@gnu.org>
1713 * subr.el (minor-mode-list): New variable.
1714 (add-minor-mode): Add to it.
1716 * files.el (file-chase-links): New arg LIMIT.
1717 After that many iterations, just return what we've got.
1719 * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
1720 use single-key-description.
1722 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1723 At end of buffer, just call `newline'.
1725 * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
1726 no From field, still try to use the To field.
1728 2003-04-09 Kenichi Handa <handa@m17n.org>
1730 * international/mule-diag.el (print-coding-system-briefly):
1731 If DOC-STRING is `tightly', print the doc-string tightly.
1732 (list-coding-systems-1): Sort coding systems.
1733 Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
1735 2003-04-08 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
1737 * net/tramp.el: Version 2.0.33 released.
1738 Change coding cookie to `iso-2022-7bit' for XEmacs
1739 compatibility. (From Steve Youngs <youngs@xemacs.org>.)
1741 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
1743 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1744 Do not disable file name handlers for `file-exists-p' and
1747 2003-04-08 Kenichi Handa <handa@m17n.org>
1749 * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
1751 * international/utf-16.el (utf-16-le-decode-loop)
1752 (utf-16-be-decode-loop): New temporary variables.
1753 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
1754 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
1755 (ccl-decode-mule-utf-16-le-with-signature)
1756 (ccl-decode-mule-utf-16-be-with-signature)
1757 (ccl-decode-mule-utf-16): New CCL programs.
1758 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
1760 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
1761 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
1762 (ccl-encode-mule-utf-16-le-with-signature)
1763 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
1764 (mule-utf-16-post-read-conversion): New function.
1765 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
1766 (mule-utf-16): New coding systems.
1767 (utf-16-le-with-signature, utf-16-be-with-signature),
1768 (utf-16): Aliases of the above coding systems.
1770 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
1772 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
1773 to match symbols. This makes CC Mode cope with the full range
1774 of identifier characters in e.g. Java.
1776 2003-04-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1778 * xt-mouse.el (xterm-mouse-event-read): New function.
1779 (xterm-mouse-event): Use it to get xterm sequences above #x7f.
1780 Suggested by Aman Bhargava <emacs-bug@amanb.net>.
1782 2003-04-07 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1784 * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
1785 all cases, whether or not start-process is fboundp.
1787 2003-04-06 Richard M. Stallman <rms@gnu.org>
1789 * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
1790 rather than easy-menu-change.
1792 * dired.el (dired-view-file): Let viewer program run asynchronously.
1794 2003-04-06 Ben North <ben@redfrontdoor.org> (tiny change)
1796 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1797 Correct the starting point for previous-single-property-change.
1799 2003-04-06 Lars Hansen <larsh@math.ku.dk>
1801 * desktop.el: Handle multiple desktop files in different dirs.
1803 Command line option --no-desktop introduced.
1804 (desktop-read): Record buffers in the desktop file in
1805 the same order as that in the buffer list,
1806 (desktop-save): Put buffers in the order given in desktop file,
1807 regardless of what handlers do.
1808 (desktop-file-version): New variable. Version number of desktop
1810 (desktop-create-buffer-form): Variable deleted.
1811 (desktop-save): New customizable variable.
1812 (desktop-kill): Use `desktop-save'.
1813 (desktop-file-name-format): New option: format in
1814 which desktop file names should be saved.
1815 (desktop-file-name): New function to convert a filename to the
1816 format specified in `desktop-file-name-format'.
1817 (desktop-create-buffer): Parameters renamed to descriptive
1818 systematic names. These parameters are visible to handlers.
1820 ver -> desktop-file-version
1821 mim -> desktop-buffer-minor-modes
1822 pt -> desktop-buffer-point
1823 mk -> desktop-buffer-mark
1824 ro -> desktop-buffer-read-only
1825 locals -> desktop-buffer-locals
1826 (desktop-buffer-major-mode, desktop-buffer-file-name)
1827 (desktop-buffer-name): Delete unused customizable variables.
1828 (desktop-buffer-misc): Delete unused variable.
1829 (desktop-save, desktop-buffer-dired-misc-data):
1830 Use `desktop-file-name'.
1831 (desktop-path): New customizable variable. List of directories in
1832 which to lookup the desktop file. Replaces hardcoded list.
1833 (desktop-globals-to-clear): New variable replaces hardcoded list.
1834 (desktop-clear-preserve-buffers-regexp): New customizable variable.
1835 (desktop-after-read-hook): New hook run after a desktop is read.
1836 (desktop-no-desktop-file-hook): New hook when no desktop file found.
1837 (desktop-change-dir): New function.
1838 (desktop-save-in-load-dir): New function. Save desktop in
1839 directory from which it was loaded.
1840 (desktop-revert): New function. Revert to the last loaded desktop.
1842 2003-04-06 Masatake YAMATO <jet@gyve.org>
1844 * progmodes/etags.el (tag-find-file-of-tag): Renamed from
1845 find-file-of-tag to avoid name space pollution.
1846 (tag-find-file-of-tag-noselect): Likewise.
1847 (etags-list-tags, etags-tags-apropos):
1848 Use tag-find-file-of-tag instead of find-file-of-tag.
1850 2003-04-06 Masatake YAMATO <jet@gyve.org>
1852 * info.el (Info-goto-emacs-command-node): If command
1853 is given as a string, convert it to a symbol.
1855 2003-04-05 Kevin Ryde <user42@zip.com.au>
1857 * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
1859 2003-04-05 Andre Spiegel <spiegel@gnu.org>
1861 * vc-cvs.el (vc-cvs-get-entries): New function that uses the
1862 right coding system for accessing CVS/Entries.
1863 (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
1865 2003-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1867 * subr.el (number-sequence): Adjust code.
1869 2003-04-04 Stefan Monnier <monnier@cs.yale.edu>
1871 * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
1872 (refill-fill-paragraph-at): Don't skip prefix since markers work right.
1874 * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
1875 (fill-paragraph): Don't skip prefix now that markers work right.
1877 2003-04-04 John Paul Wallington <jpw@gnu.org>
1879 * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
1880 property dynamically respects `tooltip-mode'.
1881 (define-ibuffer-column name): Likewise.
1883 * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
1885 2003-04-04 Masatake YAMATO <jet@gyve.org>
1887 * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
1888 New helper functions.
1889 (snarf-tag-function): Doc string is changed. Explained about new
1890 optional argument, `use-explicit'.
1891 (etags-snarf-tag): Add one optional argument `use-explicit'.
1892 (file-of-tag-function): Doc string is changed. Explained about new
1893 optional argument, `relative'.
1894 (file-of-tag): Doc string is changed. Explained about new optional
1895 argument, `relative'. Pass `relative' to `file-of-tag-function'.
1896 (etags-file-of-tag): Add new argument `relative`.
1897 (list-tags): Set `buffer-read-only' to t after making the major mode
1899 (etags-list-tags): Use `make-text-button' instead of
1900 `add-text-properties'. Used `snarf-tag-function',
1901 `goto-tag-location-function' and `find-file-of-tag' instead of
1902 `find-tag-other-window' (it's too simple).
1903 (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
1905 (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
1906 `find-file'. Do not use `etags-goto-tag-location` directly; use
1907 `goto-tag-location-function' instead. Print relative file paths
1908 instead of complete ones in *Tags List* buffer, so lines in the
1909 buffer become shorter.
1910 (etags-tags-apropos-additional): Use `make-text-button' instead of
1911 `add-text-properties'.
1913 2003-04-04 Andreas Schwab <schwab@suse.de>
1915 * net/tramp.el (tramp-send-string): Handle empty string.
1917 2003-04-03 Richard M. Stallman <rms@gnu.org>
1919 * emacs-lisp/easymenu.el (easy-menu-define):
1920 Don't make a defvar for nil.
1921 (easy-menu-convert-item-1): Doc fix.
1922 (easy-menu-change): Call easy-menu-create-menu.
1924 * subr.el (read-quoted-char): Remember the input char
1925 before translation thru function-key-map, and use that for unreading.
1927 * shadowfile.el (shadow-parse-fullname):
1928 Renamed from shadow-parse-fullpath.
1929 (shadow-parse-name): Renamed from shadow-parse-path.
1930 (shadow-make-fullname): Renamed from shadow-make-fullpath.
1931 (shadow-replace-name-component): Was shadow-replace-path-component.
1932 Callers of the above functions changed.
1933 (shadow-expand-cluster-in-file-name): Doc fix.
1934 (shadow-same-site, shadow-file-match): Doc fix.
1935 (shadow-define-literal-group): Doc fix.
1937 * kmacro.el (kmacro-end-and-call-macro): Doc fix.
1939 * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
1941 * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
1942 (hack-local-variables): When MODE-ONLY is set, pass it along to
1943 hack-local-variables-prop-line.
1945 * delsel.el (delete-active-region): Don't explicitly deactivate mark.
1947 2003-04-03 Masatake YAMATO <jet@gyve.org>
1949 * progmodes/etags.el: Require button.el.
1950 (etags-tags-apropos): Use `make-text-button' instead of
1951 `add-text-properties'. Use `snarf-tag-function' and
1952 `etags-goto-tag-location' instead of `find-tag-other-window' (it's
1955 * man.el (Man-xref-header-file): Fix previous change.
1957 2003-04-03 Kenichi Handa <handa@m17n.org>
1959 * subr.el (number-sequence): New function.
1961 2003-04-02 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
1963 * sort.el (sort-reorder-buffer): Fix saving of markers at the end
1964 of the sorted region.
1966 2003-04-02 Masatake YAMATO <jet@gyve.org>
1968 * woman.el (woman-xref): Removed.
1969 (woman-mode): Use `Man-highlight-references' instead of
1970 `WoMan-highlight-references'.
1971 (WoMan-highlight-references): Removed.
1973 * man.el (toplevel): Require button.
1974 (Man-header-file-path): New option.
1975 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
1976 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
1977 (Man-header-regexp, Man-normal-file-regexp): New variables.
1978 (Man-mode-map): Inherit from `button-buffer-map'. Don't define
1979 "\r" and mouse-2 directly. These key are defined in
1980 `button-buffer-map'.
1981 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
1982 New buttons. `Man-xref-man-page' comes from woman.el.
1983 (man-follow-mouse): Removed.
1984 (Man-fontify-manpage): Use `Man-highlight-references' instead of
1985 calling `add-text-properties' directly.
1986 (Man-highlight-references, Man-highlight-references0): New functions.
1987 (Man-view-header-file): New function.
1989 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
1991 * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
1992 the trailing space since fill.el doesn't remove it anymore.
1993 (refill-mode): Reset fill-paragraph-function even if it was nil.
1995 * textmodes/fill.el (fill-region-as-paragraph):
1996 Don't remove space at end of paragraph: it makes refill.el unusable.
1997 Remove obsolete `save-restriction'.
1998 (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
1999 (fill-delete-newlines): Don't add a trailing space.
2000 (fill-newline): Don't leave markers before the prefix.
2002 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
2004 (asm-mode): Use them in indent-line-function.
2005 Set tab-always-indent to nil to stay closer to previous tab behavior.
2006 Set comment-add. Remove space at end of comment-add.
2007 (asm-newline): Obsolete. Use newline-and-indent instead.
2008 (asm-mode-map): Remove TAB binding.
2009 (asm-code-level-empty-comment-pattern)
2010 (asm-flush-left-empty-comment-pattern)
2011 (asm-inline-empty-comment-pattern): Remove.
2012 (asm-comment): Use newcomment functions instead.
2013 (asm-colon): Don't tab if colon is not after a label.
2014 (asm-line-matches, asm-pop-comment-level): Remove.
2016 2003-04-02 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
2018 * emulation/crisp.el (top-level): Quote second arg to
2021 2003-04-02 Miles Bader <miles@gnu.org>
2023 * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
2025 2003-04-01 Stefan Monnier <monnier@cs.yale.edu>
2027 * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
2028 that do not depend on asm-comment-char.
2029 (asm-mode-map): Declare and init at the same time.
2030 (asm-code-level-empty-comment-pattern)
2031 (asm-flush-left-empty-comment-pattern)
2032 (asm-inline-empty-comment-pattern): Use \s< so they do not depend
2033 on asm-comment-char. Turn them into constants.
2034 (asm-mode): Simplify.
2035 (asm-line-matches): Remove unused arg.
2037 2003-04-01 Dave Love <fx@gnu.org>
2039 * time.el: Doc fixes.
2040 (display-time-mail-face): Change :type and default to nil.
2041 (display-time-mail-icon): Use pbm, not xbm.
2042 (display-time-mail-string): New.
2043 (display-time-string-forms): Use display-time-mail-string.
2044 Add checks in display property.
2046 2003-04-01 Kenichi Handa <handa@m17n.org>
2048 * language/indian.el (indian-font-char-index-table): Fix the
2049 order of CDAC fonts.
2051 2003-04-01 Kim F. Storm <storm@cua.dk>
2053 * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
2054 (set-mark-command): Unconditionally repeat pop-global-mark without
2055 C-x prefix. Fix doc.
2057 * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
2058 pop-global-mark without C-x prefix. Fix doc.
2060 2003-03-31 Stefan Monnier <monnier@cs.yale.edu>
2062 * reveal.el (reveal-post-command): Better error handling.
2064 2003-03-31 Nick Roberts <nick@nick.uklinux.net>
2066 * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
2067 so that it can run on NT also.
2069 2003-03-31 Masatake YAMATO <jet@gyve.org>
2071 * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
2074 * bindings.el (mode-line-major-mode-keymap): New variable.
2075 (mode-line-minor-mode-help): New function, bound to
2076 mode-line-minor-mode-keymap.
2077 (mode-line-modes): Split mode-line-mode definitions to
2078 mode-name, mode-line-process and minor-mode-alist.
2079 For mode-name, mode-line-major-mode-keymap is used.
2081 * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
2082 (lookup-minor-mode-from-indicator): New functions.
2084 2003-03-31 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
2086 * files.el (file-relative-name): Remove superfluous `and'.
2087 Clarify docstring. From Lars Hansen.
2089 2003-03-31 Kenichi Handa <handa@m17n.org>
2091 * international/utf-16.el (ccl-decode-mule-utf-16-le):
2092 Don't assume the signature bytes.
2093 (ccl-decode-mule-utf-16-be): Likewise.
2094 (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
2095 (ccl-encode-mule-utf-16-be): Likewise.
2097 2003-03-30 Kevin Ryde <user42@zip.com.au>
2099 * info-look.el (sh-mode): Add doc-specs for commands and variables.
2101 2003-03-29 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
2103 * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
2104 replaces variable utf-translate-cjk which must be set via Custom.
2106 * files.el (file-relative-name): If FILENAME and DIRECTORY are on
2107 different drives (on DOS/Windows) or use different handlers, do
2108 like `expand-file-name' on FILENAME and return an absolute name.
2109 From Lars Hansen <larsh@math.ku.dk>.
2111 * tramp.el: Version 2.0.31 released.
2112 (tramp-handle-expand-file-name): Do not allow ".." to
2113 cross file handler boundaries, so that "/user@host:/../foo"
2114 expands to itself, rather than "/foo". This is intended to work
2115 in conjunction with a change in `file-relative-name' which makes
2116 sure to use absolute file names if FILE and DIRECTORY have
2118 (tramp-handle-insert-directory): Comment out XEmacs
2119 kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
2121 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
2123 * trampver.el: New file, to support Autoconf in Tramp CVS repository.
2124 * tramp.el (tramp-version, tramp-bug-report-address): Move to
2125 trampver.el, which is required now.
2126 (tramp-chunksize): Type can be nil as well.
2127 Reported by Markus Rost <rost@math.ohio-state.edu>.
2128 * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
2129 listing entry more robust. Ranges from 10 chars (Samba 1) to 7-9
2132 2003-03-29 John Paul Wallington <jpw@gnu.org>
2134 * international/mule.el (with-category-table): Use `make-symbol'
2135 to avoid variable capture. Set table within `unwind-protect'.
2136 Ensure table is restored in correct buffer. Add docstring.
2138 2003-03-29 Kenichi Handa <handa@m17n.org>
2140 * language/japan-util.el: If system-type is not for Windows,
2141 prefer japanese-iso-8bit.
2143 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change)
2145 * term/mac-win.el (iconify-or-deiconify-frame): Define for
2146 compatibility with packages that use it.
2148 2003-03-28 Lute Kamstra <Lute.Kamstra@cwi.nl>
2150 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
2152 (checkdoc-interactive, checkdoc-message-interactive): Make them
2153 perform spell checking when appropriate.
2154 (checkdoc-interactive-loop): Fix docstring and a few typos.
2155 (checkdoc-interactive-ispell-loop)
2156 (checkdoc-message-interactive-ispell-loop): New functions.
2157 (checkdoc-next-error): Fix docstring.
2158 (checkdoc-this-string-valid-engine): Fix typo.
2159 (checkdoc-ispell-docstring-engine): Do test for
2160 checkdoc-autofix-flag = nil.
2162 2003-03-28 Jonathan Yavner <jyavner@engineer.com>
2164 * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
2165 top-level macros that put functions as properties.
2166 (testcover-mark): No error for functions that just return a constant.
2168 2003-03-27 Andreas Schwab <schwab@suse.de>
2170 * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
2171 is marked as edited.
2173 2003-03-26 Kenichi Handa <handa@m17n.org>
2175 * files.el (recode-file-name): New function.
2177 * international/characters.el: Setup categories for Indian characters.
2179 2003-03-26 Steve Youngs <youngs@xemacs.org>
2181 * em-unix.el (eshell-plain-locate-behavior): Make the default
2182 nil on Emacs, t on XEmacs.
2184 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
2186 * emacs-lisp/byte-opt.el (byte-optimize-set): New.
2187 Turn `set' into `setq' when applicable.
2189 2003-03-24 Stefan Monnier <monnier@cs.yale.edu>
2191 * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
2192 args blindly to defcustom. Use custom-set-minor-mode.
2194 2003-03-24 Kim F. Storm <storm@cua.dk>
2196 * simple.el: Rework last change so C-x C-SPC C-SPC does not
2197 repeat pop-global-mark by default.
2198 (pop-global-mark-quick-repeat): New user option.
2199 (set-mark-command): Use it.
2201 * emulation/cua-base.el (cua-set-mark):
2202 Check pop-global-mark-quick-repeat.
2204 2003-03-24 John Paul Wallington <jpw@gnu.org>
2206 * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
2209 * emerge.el (emerge-show-file-name): Read event irrespective of
2210 whether minibuffer window is resized. Clear minibuffer when done.
2212 * cus-theme.el (customize-create-theme): Rename from
2213 `custom-theme-create'.
2215 2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
2217 * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
2219 2003-03-23 Peter Breton <pbreton@attbi.com>
2221 * net/net-utils.el (dns-lookup-host): New function.
2223 2003-03-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2225 * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
2226 an infinite loop when Emacs' open-paren-in-column-zero rule
2227 kicks in and causes the sexp functions to misbehave.
2229 2003-03-22 Peter Breton <pbreton@cs.umb.edu>
2231 * filecache.el (file-cache-add-directory-recursively)
2232 (file-cache-complete, file-cache-display): New functions.
2234 * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
2235 (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
2237 * dirtrack.el (dirtrack-cygwin-directory-function): New function.
2240 2003-03-22 Kim F. Storm <storm@cua.dk>
2242 * ido.el (ido-mode): Remove unused NOBIND arg. Fix doc string
2244 (ido-define-mode-map): Bind C-l for both file and dir modes.
2245 (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
2246 Let-bind enable-recursive-minibuffers to t around read-string.
2248 2003-03-22 Kenichi Handa <handa@m17n.org>
2250 * international/fontset.el (setup-default-fontset):
2251 Use indian-font-char-range for specifying ranges of indian-glyph
2252 chars. Setup for AKRUTI fonts.
2254 * language/indian.el (indian-font-foundry): New variable.
2255 (indian-script-language-alist): New variable.
2256 (indian-font-char-index-table): New variable.
2257 (indian-font-char): New function.
2258 (indian-font-char-range): New function.
2259 (font-ccl-encoder-alist): Add entry for AKRUTI font.
2261 2003-03-22 Kim F. Storm <storm@cua.dk>
2263 * progmodes/cperl-mode.el (cperl-electric-backspace):
2264 Add delete-selection property.
2266 * simple.el (set-mark-command): Doc fixes.
2267 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2268 C-u C-u C-SPC now unconditionally sets the mark.
2270 * emulation/cua-base.el (cua-set-mark): Doc fixes.
2271 Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
2272 C-u C-u C-SPC now unconditionally sets the mark.
2274 2003-03-20 Mark A. Hershberger <mah@everybody.org>
2276 * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
2278 2003-03-20 Kenichi Handa <handa@m17n.org>
2280 * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
2281 handling invalid 5 to 6 bytes sequence.
2283 2003-03-19 Simon Marshall <simon@gnu.org>
2285 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
2287 (makefile-mode): Use it for value of font-lock-syntactic-keywords.
2289 2003-03-19 John Paul Wallington <jpw@gnu.org>
2291 * cus-theme.el (custom-theme-create): Add autoload cookie.
2293 2003-03-19 Kenichi Handa <handa@m17n.org>
2295 * dired.el (dired-get-filename): Pay attention to the case that
2296 `read' returns a unibyte string. Don't encode the file name by
2297 buffer-file-coding-system.
2299 2003-03-18 Kenichi Handa <handa@m17n.org>
2301 * language/european.el ("Latin-6"): Fix input-method.
2302 ("Latin-7"): Fix input-method.
2304 * international/utf-8.el (utf-fragment-on-decoding):
2305 Don't call register-char-codings.
2306 (utf-fragment-on-decoding): Don't update char-coding-system-table.
2307 (utf-translate-cjk): Don't call register-char-codings nor
2308 optimize-char-coding-system-table. Don't update
2309 char-coding-system-table.
2311 * international/ucs-tables.el (ucs-unify-8859): Don't call
2312 register-char-codings.
2313 (ucs-unify-8859): Don't call optimize-char-coding-system-table.
2314 (ucs-fragment-8859): Don't update char-coding-system-table.
2315 Don't call register-char-codings nor optimize-char-coding-system-table.
2317 * international/mule.el (optimize-char-coding-system-table):
2318 Remove this function.
2319 (register-char-codings): Make it obsolete.
2320 (char-coding-system-table): Defconst it here.
2321 (make-coding-system): Don't call register-char-codings, call
2322 define-coding-system-internal.
2324 * international/mule-conf.el (no-conversion):
2325 Call define-coding-system-internal on this coding system instead of
2326 calling register-char-codings.
2328 * international/mule-cmds.el (find-coding-systems-for-charsets):
2329 Use find-coding-systems-string instead of looking up
2330 char-coding-system-table.
2332 * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
2333 (cp-make-coding-system): Don't call cp-fix-safe-chars.
2335 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
2337 * startup.el (command-line-1): Use command-execute for any command.
2339 2003-03-17 Stefan Monnier <monnier@cs.yale.edu>
2341 * buff-menu.el (list-buffers-noselect): Use the display property
2342 to properly align header-line text with the buffer's contents.
2344 2003-03-17 Kenichi Handa <handa@m17n.org>
2346 * international/mule.el (ctext-post-read-conversion): Convert the
2347 search pattern to multibyte by string-to-multibyte.
2349 2003-03-16 Deepak Goel <deego@gnufans.org>
2351 * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
2352 for GMT. Suggested by bob@rattlesnake.com.
2354 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
2356 * pcvs.el (cvs-mode!): Remove unused argument.
2358 * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
2359 that member-ignore-case might signal.
2360 (easy-menu-add-item): Default to the global map, as documented.
2361 (easy-menu-convert-item-1): Use match-string.
2363 2003-03-15 Mark A. Hershberger <mah@everybody.org>
2365 * xml.el (xml-ucs-to-string): New function to convert Unicode
2366 codepoints to strings. Uses decode-char (mule.el) if available.
2367 (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
2368 (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
2369 (xml-parse-attlist): Add attribute normalization.
2370 (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
2372 2003-03-14 John Paul Wallington <jpw@gnu.org>
2374 * files.el (recover-session): Error if there are no previous
2375 sessions to recover.
2377 * subr.el (posn-col-row): Simplify.
2379 * arc-mode.el (archive-subtype, archive-file-list-start)
2380 (archive-file-list-end, archive-proper-file-start)
2381 (archive-read-only, archive-local-name, archive-mode-map)
2382 (archive-file-name-indent, archive-remote)
2383 (archive-alternate-display, archive-superior-buffer)
2384 (archive-subfile-mode): Doc fixes.
2386 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
2388 * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
2389 and the user hits TAB a second time, just insert a tab.
2391 * textmodes/texinfo.el (texinfo-outline-level): Remove.
2392 (texinfo-mode): Set outline-heading-alist instead.
2393 (texinfo-section-list): Reorder for the needs of outline-heading-alist.
2394 (texinfo-insert-block): Don't cons needlessly.
2395 (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
2396 (texinfo-insert-quote): Use them.
2398 * textmodes/outline.el (outline-level): Demote it to defvar.
2399 (outline-heading-alist): Document extended semantics.
2400 (outline-head-from-level): New fun.
2401 (outline-promote, outline-demote): Use it.
2402 (outline-show-heading): New fun.
2403 (hide-sublevels, show-children):
2404 Use it together with outline-map-region.
2405 (outline-get-next-sibling): Don't call outline-level at eob.
2407 2003-03-14 Simon Josefsson <jas@extundo.com>
2409 * fringe.el (fringe-mode): Autoload so that
2410 Options->Show/Hide->Fringe->Customize works.
2412 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
2414 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
2415 (outline-mode-prefix-map): Match new bindings to those of allout.
2416 (outline-map-region): New fun.
2417 (outline-map-tree): Remove.
2418 (outline-promote, outline-demote): Apply to region if active.
2419 Change the default to apply to the subtree.
2420 (outline-move-subtree-up, outline-move-subtree-down): New funs.
2421 (outline-invisible-p): Add optional `pos' argument.
2422 (outline-next-visible-heading, outline-toggle-children): Use it.
2423 (outline-get-next-sibling): Don't call outline-level at eob.
2425 * custom.el (custom-set-minor-mode): New fun.
2427 2003-03-13 Dave Love <fx@gnu.org>
2429 * international/latin1-disp.el (ucs-tables): Don't require.
2430 (latin1-display-face): New.
2431 (latin1-display-char): Use it.
2433 2003-03-13 Kenichi Handa <handa@m17n.org>
2435 * international/mule-cmds.el (reset-language-environment):
2436 Set default-file-name-coding-system to iso-latin-1.
2438 * language/european.el (iso-latin-1): Definition of this coding
2439 system moved to mule-conf.el.
2441 * international/mule-conf.el (iso-latin-1): Moved from
2444 * term/x-win.el (x-select-text): Don't set a text containing
2445 eight-bit-control/graphic into the cut buffer.
2447 2003-03-12 Kenichi Handa <handa@m17n.org>
2449 * files.el (insert-directory): Decode by what specified.
2451 * language/japan-util.el (setup-japanese-environment-internal):
2452 By defalt, use japanese-iso-8bit for file names, and prefer
2453 japanese-shift-jis on DOS and Windows.
2455 * international/quail.el (quail-show-guidance-buf): Make the quail
2456 guidance buffer inherit the current value of quail-current-package.
2458 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
2459 on handling an invalid byte sequence.
2461 2003-03-11 Jason Rumney <jasonr@gnu.org>
2463 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
2465 2003-03-11 Mark A. Hershberger <mah@everybody.org>
2467 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
2469 2003-03-11 John Paul Wallington <jpw@gnu.org>
2471 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
2472 `default-line-spacing', rather than buffer-local `line-spacing'.
2474 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
2476 * cus-edit.el (customize-rogue): New command.
2478 2003-03-10 Andreas Schwab <schwab@suse.de>
2480 * info.el (Info-extract-menu-node-name)
2481 (Info-following-node-name): Revert last change.
2483 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
2485 * progmodes/scheme.el (scheme-mode-syntax-table):
2486 Construct w/o using `with-syntax-table'.
2488 2003-03-10 John Paul Wallington <jpw@gnu.org>
2490 * subr.el (posn-col-row): Take into account `line-spacing'.
2492 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
2493 if major mode isn't `Electric-buffer-menu-mode'.
2495 * term/x-win.el (vendor-specific-keysyms)
2496 (x-last-selected-text-primary): Doc fixes.
2497 (x-win-suspend-error): Use proper noun in error message.
2499 2003-03-09 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2501 * man.el (Man-getpage-in-background): Always use `setenv' for
2502 environment variables, instead of modifying process-environment
2503 directly. The previous version let-bound process-environment --
2504 the let-binding is skipped for GROFF_NO_SGR because there is
2505 already a let-binding in effect in some outer scope.
2507 * emulation/crisp.el (top-level): Interoperate with cua.
2509 2003-03-08 Kim F. Storm <storm@cua.dk>
2511 * emulation/cua-base.el: Provide `cua' feature.
2513 2003-03-08 Juanma Barranquero <lektu@terra.es>
2515 * emulation/cua-base.el (cua--standard-movement-commands):
2518 2003-03-07 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2520 * man.el (Man-getpage-in-background): Only change
2521 default-directory if necessary.
2523 2003-03-07 Andreas Schwab <schwab@suse.de>
2525 * info.el (Info-following-node-name): Skip trailing period.
2526 (Info-extract-menu-node-name): Allow period in node name.
2528 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
2530 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
2531 (dired-guess-default): Use it.
2533 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
2535 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
2536 (dcl-font-lock-defaults): New var.
2537 (dcl-mode): Make and init local var `font-lock-defaults'.
2539 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
2541 * ffap.el (dired-at-point): Check whether the user can create a
2542 directory before asking about creating it.
2544 2003-03-06 John Paul Wallington <jpw@gnu.org>
2546 * ebuff-menu.el (electric-buffer-list):
2547 Respect `Buffer-menu-use-header-line'.
2548 (electric-buffer-menu-looper): Likewise.
2550 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
2551 (Buffer-menu-buffer): Fix indentation.
2552 (list-buffers-noselect): Calculate header-line spacing to take
2553 into account width of left fringe and left scrollbar.
2555 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2557 * ps-print.el (ps-print-version): New version number (6.6).
2558 (ps-begin-job): If background and foreground color are the same, give
2560 (ps-default-fg, ps-default-bg): Better doc.
2561 (ps-rgb-color): Became a defun, check RGB value list.
2562 (ps-default-background): New internal var.
2563 (ps-begin-file): Code fix.
2565 2003-03-05 Richard M. Stallman <rms@gnu.org>
2567 * replace.el (query-replace-read-args): Use save-excursion.
2568 (map-query-replace-regexp): Use prefix-numeric-value.
2570 2003-03-05 Juanma Barranquero <lektu@terra.es>
2572 * term/w32-win.el (x-handle-geometry): Put sizes on
2573 `initial-frame-alist' too.
2575 * startup.el (command-line-x-option-alist): Make --border-color set
2576 the border-color frame parameter, not border-width.
2578 * faces.el (frame-set-background-mode): Fix reference to attribute
2581 2003-03-05 Reto Zimmermann <reto@gnu.org>
2583 * progmodes/vhdl-mode.el: Version 3.32.12 released.
2584 Modifications for displaying all projects in hierarchy browser and case
2585 insensitive hierarchy browsing. Change Rod's email address.
2586 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
2587 documentation strings. Add "ERROR: " prefix to all error
2588 messages. Enhanced usage of hideshow.
2589 (vhdl-in-literal): Remove unused argument LIM.
2590 (vhdl-compiler-alist): Enhance customization for compilers; add
2591 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
2592 "Savant", "ProVHDL" and "VeriBest" compilers.
2593 Add new error message syntax for Modelsim.
2594 Add Synplify, column no in error regexp.
2595 Include library name in library command.
2596 Add unit-to-file name mapping for Savant.
2597 Add library option in Makefile generation command.
2598 Add command to create library directory.
2599 Built-in Makefile generation is always default.
2600 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
2601 Add customization for `global-font-lock-mode'.
2602 Fix `customize-group' entries for XEmacs and
2603 change "Gen." to "Generate". Get *Messages* buffer.
2604 Fix "Auto Load Setup File" menu entry.
2605 Add faces customization to "Options". Add "Options" entry.
2606 Include `speedbar-indentation-width'.
2607 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
2608 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
2609 Fix template abortion.
2610 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
2612 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
2613 Better treat comments and strings. Fix "=> ," alignment.
2614 (vhdl-port-paste-testbench): Print file names created.
2615 Better handling when file exist/open. Additional comments in code.
2616 Replace keywords in testbench entity and architecture file headers.
2617 Adjust case in testbench configuration.
2618 (vhdl-port-paste-instance): Special case: no number in instance name.
2619 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
2620 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
2621 highlight instantiations without map.
2622 Highlight quantity declaration names. Highlight formal parameters.
2623 Fix label highlighting for signal asst.
2624 (vhdl-mode): `comment-padding' for Emacs 21 only.
2625 Remove forced `turn-on-font-lock'.
2626 Remove `hippie-expand-only-buffers' setting.
2627 Update online documentation and web address.
2628 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
2629 Change ARG for uncommenting.
2630 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
2631 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
2632 (vhdl-port-list): Add context clause.
2633 (vhdl-port-paste-signals): Include direction comments.
2634 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
2635 (vhdl-port-*): Include name in status messages.
2636 (vhdl-package-alist): Scan for and display subprogram body.
2637 Change key to lower case, add original case identifier.
2638 Scan for packages used by package body.
2639 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
2640 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
2641 Message "No VHDL design units!".
2642 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
2643 Fix `nconc' bug. Eliminate redundant regexps.
2644 (vhdl-minibuffer-tab): No indentation.
2645 Use `hippie-expand-only-buffers' to take
2646 expansions from VHDL buffers only; don't overwrite non-nil default of
2647 `hippie-expand-only-buffers'; check whether
2648 `hippie-expand-only-buffers' is bound.
2649 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
2650 `nature_pkg' package.
2651 (vhdl-align-alist): Fix "when/else ... =>" case.
2652 Align declaration keywords only at beg. of line.
2653 Align <=, := and == among each other.
2654 (vhdl-port-copy): Extended identifiers for signal names.
2655 Fix on empty generic/port clause.
2656 Fix parsing of comment on first line.
2657 Allow generic clause begin on first line.
2658 Add "inout" and "linkage" to direction modes.
2659 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
2660 (vhdl-file-header): Insert VHDL language standard string.
2661 (vhdl-instance-name): Unique numbers in instance names.
2662 (vhdl-compile): Check for existing compile directory.
2663 Print out file name if compiler does not; put it in
2664 quotes if contains spaces. Check compiler name.
2665 (vhdl-compiler): Change empty value from "" to nil.
2666 (vhdl-make): Check for existing compile directory.
2667 Fix missing options if there is a target. Check compiler name.
2668 (vhdl-template-field): Fix case on all VHDL words.
2669 (vhdl-template-others): Re-electrified "others".
2670 (vhdl-speedbar-expand-architecture): Give user control over displayed
2672 (vhdl-project-alist): Insert library name in Makefile name.
2673 Sources exclude regexp. Add file-specific compile exceptions.
2674 Enhance customization of projects.
2675 (vhdl-get-hierarchy): Include configurations in hierarchy list.
2676 Fix bug with configurations.
2677 Consider configurations; also at lower levels.
2678 (vhdl-speedbar-item-info): Enhance displaying.
2679 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
2680 Sources exclude regexp.
2681 Allow comment lines in instantiations.
2682 Fix used packages in package body scanning.
2683 Allow code before first block configuration.
2684 Scan also for "is" keyword of design units.
2685 Scan configuration specification.
2686 Clear directory alists first.
2688 Check for multiply scanned design units.
2689 Scan components/subprograms in package.
2690 Scan library clauses and subconfigurations.
2691 Limit file size for scanning.
2692 (vhdl-entity-alist): Change key to lower case, add original case
2694 (vhdl-electric-tab): Not overwrite non-nil default of
2695 `hippie-expand-only-buffers'.
2696 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
2697 bound; use it to take expansions from VHDL buffers only.
2698 (vhdl-electric-tab): Toggle comment indent.
2699 (vhdl-generate-makefile): Check compiler name.
2700 Add library option in Makefile generation command.
2701 (vhdl-generate-makefile): Add dependencies for components in package.
2702 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
2703 (vhdl-insert-string-or-file): Resolve environment variables.
2704 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
2705 (vhdl-submit-bug-report): Prompt for summary.
2706 (vhdl-resolve-paths): Rearrange environment variable resolution.
2707 (vhdl-scan-project-contents): Rearrange environment variable
2709 (vhdl-scan-project-contents): Allow absolute paths.
2710 (vhdl-doc-coding-style): Update RMM URL.
2711 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
2712 (vhdl-model-insert): Replace header prompts too.
2713 (vhdl-template-header): New argument `is-model'.
2714 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
2715 (vhdl-actual-port-name): Change default value (no "_i" extension).
2716 (vhdl-template-modify): Delete date instead of kill.
2717 (vhdl-get-source-files): Don't match source files beginning with ".".
2718 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
2719 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
2720 (vhdl-speedbar-expand-*): Display used packages.
2721 (vhdl-sequential-statement-p): Better algorithm.
2722 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
2723 (vhdl-electric-...): No stuttering within literals.
2724 (vhdl-template-footer): Replace keywords in footer as in header.
2725 (vhdl-align-...): Enhance alignment, add progress reporting.
2726 (vhdl-beautify-region): Bug fix.
2727 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
2728 (vhdl-testbench-configuration-name)
2729 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
2730 (vhdl-prepare-search-[12]): Fix search within hidden code.
2731 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
2732 (vhdl-template-for): Fix sequential statement part detection.
2733 (vhdl-electric-space): Fix wrapping for non-word characters.
2734 (vhdl-template-standard-package): Don't insert "std" library.
2735 (vhdl-template-architecture): Code optimization.
2736 (vhdl-template-package): Search for existing package name.
2737 (vhdl-template-component-decl, vhdl-port-paste-declaration):
2738 Insert "is" in VHDL'93.
2739 (match-string-no-properties, vhdl-forward-comment): New aliases.
2740 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
2741 (file-expand-wildcards, regexp-opt, subst-char-in-string)
2742 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
2743 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
2744 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
2745 (vhdl-backward-same-indent, vhdl-beginning-of-block)
2746 (vhdl-character-to-event, vhdl-compile-directory)
2747 (vhdl-compile-print-file-name, vhdl-compose-components-package)
2748 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
2749 (vhdl-compose-insert-signal, vhdl-compose-new-component)
2750 (vhdl-compose-place-component, vhdl-compose-wire-components)
2751 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
2752 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
2753 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
2754 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
2755 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
2756 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
2757 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
2758 (vhdl-get-compile-options, vhdl-get-components-package-name)
2759 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
2760 (vhdl-get-visible-signals, vhdl-goto-marker)
2761 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
2762 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
2763 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
2764 (vhdl-parse-group-comment, vhdl-paste-group-comment)
2765 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
2766 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
2767 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
2768 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
2769 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
2770 (vhdl-save-caches, vhdl-scan-context-clause)
2771 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
2772 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
2773 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
2774 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
2775 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
2776 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
2777 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
2778 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
2779 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
2780 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
2781 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
2782 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
2783 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
2784 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
2785 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
2786 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
2787 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
2788 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
2789 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
2790 (vhdl-update-sensitivity-list-buffer)
2791 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
2792 (vhdl-warning, vhdl-warning-when-idle)
2793 (vhdl-widget-directory-validate, vhdl-work-library)
2794 (vhdl-write-file-hooks-init): New functions.
2795 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
2796 (vhdl-align-noindent-region, vhdl-create-customize-menu)
2797 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
2798 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
2799 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
2800 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
2801 functions, not defsubsts.
2802 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
2804 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
2805 (vhdl-testbench): New customization groups.
2806 (vhdl-electric): Customization group deleted.
2807 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
2808 (vhdl-imenu-generic-expression): Define as constants instead of
2810 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
2811 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
2812 (vhdl-font-lock-keywords-0): Constants deleted.
2813 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
2815 (vhdl-ext-syntax-table): Macro deleted.
2816 (vhdl-align-group-separate, vhdl-align-same-indent)
2817 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
2818 (vhdl-components-package-name, vhdl-compose-architecture-name)
2819 (vhdl-compose-create-files, vhdl-compose-include-header)
2820 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
2821 (vhdl-entity-file-name, vhdl-file-name-case)
2822 (vhdl-include-group-comments, vhdl-include-type-comments)
2823 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
2824 (vhdl-package-file-name, vhdl-project-auto-load)
2825 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
2826 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
2827 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
2828 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
2829 (vhdl-testbench-configuration-name)
2830 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
2831 (vhdl-testbench-include-library, vhdl-use-components-package)
2832 (vhdl-use-direct-instantiation): New options.
2833 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
2834 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
2835 (vhdl-testbench-entity-header): Options deleted.
2836 (speedbar-indentation-width, vhdl-compile-file-name)
2837 (vhdl-config-alist, vhdl-directive-keywords-regexp)
2838 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
2839 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
2840 (vhdl-port-flattened, vhdl-port-reversed-direction)
2841 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
2842 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
2843 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
2844 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
2845 (vhdl-warnings): New variables.
2846 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
2847 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
2848 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
2850 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
2852 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
2853 Remove two comment characters at start of line instead of one.
2855 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2857 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
2859 2003-03-03 John Paul Wallington <jpw@gnu.org>
2861 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
2862 `gensym' in case user calls macro at runtime.
2863 (ibuffer-save-marks): Likewise.
2865 2003-03-03 Kenichi Handa <handa@m17n.org>
2867 * language/japan-util.el (japanese-symbol-table): Add two entries
2868 to make it complete.
2870 2003-03-03 Andreas Schwab <schwab@suse.de>
2872 * info.el (Info-fontify-node): Don't hide indentation before the
2873 reference name. Don't process a reference twice when a new tag is
2875 (Info-hide-note-references): Fix doc and customize type.
2877 2003-03-02 Matt Swift <swift@alum.mit.edu>
2879 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2880 New custom variable.
2881 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
2882 that first docstring lines ending with a comma are respected.
2883 Add "`(" to same so that function and macro bodies beginning with a
2884 backquote do not get disturbed. Revise the comments.
2886 2003-03-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2888 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
2890 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
2891 and initialize as for tool-bar-mode.
2893 2003-02-28 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2895 * net/tramp.el: Version 2.0.30 released.
2896 Replace term "path" with "localname" unless it is used for a
2898 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
2899 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
2900 addition to setting $PS1 when starting the Bourne-ish shell.
2901 Some sh implementations (eg, bash when called as sh) read the file
2902 named there on startup, which could clobber $PS1.
2903 (tramp-do-copy-or-rename-file-one-local): New function.
2904 Not implemented. Not used. Should invoke rcp or scp directly to keep
2907 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
2909 * net/tramp-smb.el: Replace term `path' with `localname'
2910 unless it is used for a search path. In GNU, the word `path' is
2911 reserved for search paths.
2913 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
2914 (tramp-send-string): New function. Takes over the role of the
2915 functions above, in order to have a unique place handling
2916 `tramp-chunksize'. Same implementation as `tramp-send-region'.
2917 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
2918 only known to have a buggy `process-send-string' implementation.
2919 First black-listed constellation is GNU Emacs/ hpux.
2920 (tramp-send-region): Correct debug message.
2921 (tramp-bug): Add `tramp-chunksize'.
2923 2003-02-26 Matt Swift <swift@alum.mit.edu>
2925 * startup.el: Streamline code in several functions for efficiency
2926 and readability. Rephrase booleans to avoid `(not noninteractive)'.
2927 Clarify several booleans expressions using De Morgan's laws.
2929 (command-line): Fix barf when first command-line option handled by
2930 `command-line-1' is in the form --OPT=VAL.
2931 (command-line-1): Restore intended behavior of the --directory/-L
2932 command-line option: "-L a -L b -L c" on the command-line now puts
2933 '(a b c) at the front of `load-path'.
2935 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
2937 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
2938 (gamegrid-add-score-with-update-game-score-1): New function,
2939 factored out of `gamegrid-add-score-with-update-game-score'.
2940 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
2941 `gamegrid-add-score-insecure' if the requested file does not exist
2942 in $(gamedir), in case the user has installed a game on his own.
2943 (gamegrid-add-score-insecure): Accept optional directory argument.
2945 2003-02-25 Andreas Schwab <schwab@suse.de>
2947 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
2948 variable references by requireing that $ is not preceded by another $.
2950 2003-02-25 Kenichi Handa <handa@m17n.org>
2952 * env.el (setenv): Fix previous change.
2954 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
2956 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
2958 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
2960 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
2961 (simula-install-standard-abbrevs): Use dolist.
2962 Use system-flag when calling define-abbrev.
2964 2003-02-24 Dave Love <fx@gnu.org>
2966 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
2968 * env.el (read-envvar-name): Decode names.
2969 (substitute-env-vars): Use eval-when-compile and char class.
2970 (setenv): Doc fix. Encode the data (after checking that's possible).
2971 (getenv): Encode the name and decode the result.
2973 2003-02-24 Ken Manheimer <klm@zope.com>
2975 * allout.el (allout-pre-command-business): Fix docstring.
2977 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2979 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
2981 2003-02-24 Kenichi Handa <handa@m17n.org>
2983 * international/characters.el: Fix syntaxes of gb2312 and big5.
2985 * language/japan-util.el (sentence-end-save): Variable deleted.
2986 (setup-japanese-environment-internal): Don't setup sentence-end.
2987 (exit-japanese-environment): Function deleted.
2989 * language/japanese.el ("Japanese"): Delete `exit-function'.
2991 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
2994 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
2996 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
2997 rakar + halant" and "halant + rrakar + halant".
2999 2003-02-23 Richard M. Stallman <rms@gnu.org>
3001 * replace.el (query-replace-read-args): Return just 3 values.
3002 (query-replace, query-replace-regexp)
3003 (query-replace-regexp-eval, map-query-replace-regexp)
3004 (replace-string, replace-regexp): Read the start and end args
3005 separately so that the expressions are recorded in command-history.
3007 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
3009 * startup.el (inhibit-startup-hooks): New variable.
3010 (normal-top-level): Obey that variable.
3011 (command-line-1): Run emacs-startup-hook before term-setup-hook.
3012 Set inhibit-startup-hooks too.
3014 * files.el (revert-buffer): Different error message
3015 for reverting a nonexistent file.
3017 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
3019 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
3020 (toplevel): Require man.
3021 Don't autoload tmm-prompt (it's in loaddefs.el).
3022 (cperl-electric-backspace-untabify): New var.
3023 (cperl-electric-backspace): Use it.
3024 (cperl-vc-header-alist): Extract numeric version from the Id.
3025 (cperl-build-manpage): New fun.
3026 (cperl-menu): Use it. Add toggle-autohelp.
3027 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
3028 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
3029 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
3030 '(' after keyword would insert a doubled paren.
3031 (cperl-calculate-indent): Update syntaxification before checks.
3032 Fix wrong indent of blocks starting with POD.
3033 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
3034 of buffer. This enables recognition of end of HERE-doc "as one types".
3035 Require "\n" after trailing tag of HERE-doc.
3036 \( made non-quoting outside of string/comment (gdj-contributed).
3037 Likewise for \$. Remove `here-doc-group' text property at start
3038 (makes this property reliable).
3039 Text property `first-format-line' ==> t.
3040 Do not recognize $opt_s and $opt::s as s///.
3041 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
3042 Recognize `continue' blocks too.
3043 (cperl-after-expr-p): Update syntaxification before checks. Work after
3044 here-docs, formats, and PODs too (affects many electric constructs).
3045 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
3046 (cperl-perldoc): Use case-sensitive search.
3048 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
3049 (cperl-xemacs-p): Move.
3050 (cperl-can-font-lock): New var to replace window-system.
3051 (cperl-enable-font-lock): Use it.
3052 (cperl-use-major-mode): New var.
3053 (cperl-mode): Use it.
3054 (cperl-calculate-indent): Remove code whose removal was missed
3055 in some earlier merge.
3056 (cperl-tags-hier-init): Use display-popup-menus-p.
3058 2003-02-22 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3060 * files.el (abbreviate-file-name): Shorten docstring: variables
3061 are now hyperlinks and `C-h v' need not be mentioned explicitly.
3063 2003-02-21 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3065 * files.el (abbreviate-file-name): Document removal of
3066 automounter prefixes. Reported by Lars Hansen.
3068 2003-02-21 Kim F. Storm <storm@cua.dk>
3070 * emulation/cua-base.el: Add run-time check to catch users trying
3071 to use older versions of CUA-mode, rather than the version
3072 distributed with Emacs. Use autoload cookies and eval-after-load.
3074 * startup.el (command-line): Clarify and tidy up the message
3075 printed when there are errors in the user-init-file.
3076 Do not encapsulate the error data; it's read by humans here.
3077 Do not split windows when displaying the *Message* buffer.
3079 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
3081 * subr.el (with-syntax-table): Don't copy the table any more.
3083 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
3085 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
3086 work on cygwin systems too.
3088 2003-02-20 Juanma Barranquero <lektu@terra.es>
3090 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3091 Remove useless check.
3093 2003-02-20 Andreas Schwab <schwab@suse.de>
3095 * info.el (Info-extract-menu-node-name): Stop if colon is
3096 followed by open paren.
3098 2003-02-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3100 * mail/undigest.el (unforward-rmail-message): Allow nested
3101 unforwarding, that is, preserve old Forwarded-From/Date headers.
3103 2003-02-20 Kenichi Handa <handa@m17n.org>
3105 * term/w32-win.el: Call set-fontset-font with NAME nil.
3107 * international/mule-diag.el (print-fontset): If FONTSET is nil,
3108 use the default fontset.
3109 (describe-fontset): If the current frame is not using a fontset,
3110 call print-fontset with nil.
3112 2003-02-19 Andre Spiegel <spiegel@gnu.org>
3114 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
3115 were accidentally left over during the VC redesign in 2000.
3117 2003-02-18 Juanma Barranquero <lektu@terra.es>
3119 * help-macro.el (make-help-screen): Fix character constant.
3121 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
3123 * calc/calc-graph.el (calc-graph-plot): Likewise.
3125 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
3127 * emacs-lisp/edebug.el: Likewise.
3129 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
3131 * language/cyril-util.el (standard-display-cyrillic-translit):
3134 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
3136 * progmodes/cperl-mode.el (cperl-electric-keyword)
3137 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
3139 * textmodes/reftex-ref.el (reftex-reference): Likewise.
3141 * textmodes/table.el (table-generate-source): Use ?\\ instead of
3142 space in "work in progress" message.
3144 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
3146 2003-02-17 Dave Love <fx@gnu.org>
3148 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
3150 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
3152 * calendar/calendar.el (diary-file-name-prefix-function):
3155 2003-02-17 Andre Spiegel <spiegel@gnu.org>
3157 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
3158 under CVS control. Suggested by Masanobu UMEDA.
3160 2003-02-17 Kenichi Handa <handa@m17n.org>
3162 * files.el (insert-directory): Add workaround for the case that we
3163 can't trust ls's output as to byte positions of filenames.
3165 2003-02-15 Richard M. Stallman <rms@gnu.org>
3167 * ffap.el: Many doc fixes.
3168 (ffap-replace-file-component):
3169 Renamed from ffap-replace-path-component. Callers changed.
3170 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
3172 * international/iso-ascii.el (iso-ascii-display-table): New variable.
3173 (iso-ascii-standard-display-table): New variable.
3174 (iso-ascii-display): Define in iso-ascii-display-table.
3175 (iso-ascii-mode): New command.
3177 * tar-mode.el (tar-header-block-summarize):
3178 Use l for symlink, h for hard link.
3180 2003-02-15 David Kastrup <dak@gnu.org>
3182 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
3183 failure returning nil, as documented.
3185 2003-02-14 Dave Love <fx@gnu.org>
3187 * international/code-pages.el: Undo `Trailing whitepace deleted.'
3189 (cp1125, mik): Nullify mime-charset.
3191 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
3193 ("Bulgarian"): Add tutorial.
3195 * international/mule-cmds.el (locale-language-names): Use Italian,
3196 Russian, Turkish, Chinese-EUC-TW.
3197 (set-locale-environment): Set ps-paper-type.
3199 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
3201 * time.el (display-time-string-forms): Add face property to mail
3204 2003-02-14 Juanma Barranquero <lektu@terra.es>
3206 * international/mule-cmds.el (view-hello-file): Use `view-file'
3207 instead of `find-file-read-only'.
3209 * dired-aux.el (dired-query-alist): Fix use of character constant.
3211 * simple.el (backward-delete-char-untabify): Likewise.
3213 * strokes.el (strokes-read-complex-stroke): Likewise.
3215 * wid-edit.el (widget-choose): Likewise.
3217 * xml.el (xml-parse-elem-type): Likewise.
3219 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
3221 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
3223 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
3225 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
3227 * international/mule-cmds.el (sort-coding-systems): Use \'.
3228 (select-safe-coding-system): Remove redundant assq check.
3229 Remove raw-text, emacs-mule and no-conversion from the list of
3230 proposed encodings unless there's nothing else.
3232 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
3234 * files.el (find-alternate-file): Undo last change.
3236 * dired.el (dired-directory): Add autoload cookie.
3238 2003-02-13 Juanma Barranquero <lektu@terra.es>
3240 * international/characters.el: Use new ?\s syntax instead of "? "
3241 followed by a comment.
3243 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3245 2003-02-13 Dave Love <fx@gnu.org>
3247 * newcomment.el (comment-indent): Ensure space before added comment.
3249 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3251 * ps-print.el: Change the policy of background/foreground default
3253 (ps-print-version): New version number (6.5.9).
3254 (ps-default-fg, ps-default-bg): Adjust default value.
3255 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
3256 variables now use `t' to indicate the use of Emacs session
3257 background/foreground color.
3258 (ps-output-string-prim): If index out of range, insert hexadecimal
3259 representation of character.
3261 2003-02-13 Kim F. Storm <storm@cua.dk>
3263 * help.el (where-is): Rename remap-command to command-remapping.
3264 * help-fns.el (describe-function-1): Likewise.
3266 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
3268 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
3271 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
3273 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
3274 (fortran-fill-paragraph): Use fill-comment-paragraph.
3276 2003-02-12 Juanma Barranquero <lektu@terra.es>
3278 * files.el (file-truename): Revert change from 2002-11-27.
3280 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3282 * help-fns.el (describe-function-1): Change output for keyboard macros.
3284 2003-02-12 Andreas Schwab <schwab@suse.de>
3286 * progmodes/sh-script.el (sh-mode-map): Don't remap
3287 beginning-of-defun to the non-existing command
3288 sh-beginning-of-compound-command.
3290 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3292 * files.el (find-alternate-file): Check whether `dired-directory'
3295 2003-02-12 Simon Marshall <simon@gnu.org>
3297 * progmodes/make-mode.el (makefile-font-lock-keywords):
3298 Fontify single character variable references, but protect shell
3299 variables references.
3300 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
3302 2003-02-12 Ami Fischman <ami@fischman.org>
3304 Face markup of calendar and diary displays: Any entry line that
3305 ends with [foo:value] where foo is a face attribute (except :box
3306 :stipple) or with [face:blah] tags, will have these values applied
3307 to the calendar and fancy diary displays. These attributes "stack"
3308 on calendar displays. File-wide attributes can be defined as
3309 follows: the first line matching "^# [tag:value]" defines the
3310 value for that particular tag. All of the tags' regexps can be
3313 * calendar/calendar.el (diary-face-attrs): New custom.
3314 (diary-file-name-prefix-function): New custom.
3315 (diary-glob-file-regexp-prefix): New custom.
3316 (diary-file-name-prefix): New custom.
3317 (generate-calendar-window): Check that font-lock-mode is bound
3318 before checking value.
3319 (mark-visible-calendar-date): Add the ability to pass face
3320 attribute/value pairs in the mark argument. Handle the mark.
3322 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
3323 attribute value string to the desired type.
3324 (diary-pull-attrs): New function that pulls the attributes off a
3325 diary entry, merges with file-global attributes, and returns
3326 the (possibly modified) entry and a list of attribute/values using
3327 diary-attrtype-convert.
3328 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
3329 (mark-diary-entries, mark-sexp-diary-entries)
3330 (list-sexp-diary-entries): Add handling of file-global attributes;
3331 add handling of entry attributes using diary-pull-attrs.
3332 (mark-calendar-days-named, mark-calendar-days-named)
3333 (mark-calendar-date-pattern, mark-calendar-month)
3334 (add-to-diary-list): Add optional paramater `color' for passing
3335 face attribute info through the callchain. Pass this parameter around.
3337 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
3339 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
3341 (find-tag): Make sure we move point in the proper window.
3343 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
3344 (meta-common-initialization): Don't set fill-paragraph-function
3345 now that fill-paragraph takes care of comments.
3347 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
3348 the current buffer's syntax-table.
3350 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
3351 (simula-font-lock-keywords-1): Simplify.
3352 (simula-font-lock-keywords-2): Use regexp-opt.
3353 (simula-emacs-features): Remove.
3354 (simula-mode-syntax-table): Setup %...\n as comment style b.
3355 (simula-mode-map): Remove compatibility cruft.
3356 (simula-keep-region-active): Remove.
3357 (simula-popup-menu): Simplify.
3358 (simula-mode): Move abbrev-table setup to top-level.
3359 (simula-match-string-or-comment): Remove.
3361 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
3362 like `proc foo {a {b c} d} {'.
3363 (tcl-mode): Make comment-start-skip more selective.
3365 * info-xref.el (info-xref-check): Use line-beginning-position.
3366 (info-xref-all-info-files): Cons a bit less.
3367 (info-xref-check-buffer): Use push and replace-regexp-in-string.
3368 (info-xref-output): Call insert only once.
3369 (info-xref-whitespace): Remove.
3371 2003-02-11 John Paul Wallington <jpw@gnu.org>
3373 * ibuffer.el (toplevel): Don't require `font-lock';
3374 require `font-core' instead, even though it is dumped.
3376 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
3377 (ibuffer-add-to-tmp-show): Doc fixes.
3379 * language/tamil.el ("Tamil"): Doc fix.
3381 2003-02-11 Juanma Barranquero <lektu@terra.es>
3383 * language/vietnamese.el ("Vietnamese"): Fix typos.
3385 * info-xref.el (info-xref-check-buffer): Fix typo.
3387 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
3389 2003-02-11 Kenichi Handa <handa@m17n.org>
3391 * loadup.el: Load "language/malayalam" and "language/tamil".
3393 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
3395 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
3397 * language/devan-util.el: Maintainer's mail address changed.
3398 (devanagari-composable-pattern): Add DANDA character.
3399 (dev-char-glyph): Add an entry for DANDA.
3401 * language/devanagari.el: Maintainer's mail address changed.
3403 * language/indian.el: Maintainer's mail address changed.
3405 * language/ind-util.el (indian-dev-base-table): Table fixed.
3406 (indian-pnj-base-table): Table contents defined.
3407 (indian-gjr-base-table): Likewise.
3408 (indian-ori-base-table): Likewise.
3409 (indian-bng-base-table): Likewise.
3410 (indian-asm-base-table): Likewise.
3411 (indian-tlg-base-table): Likewise.
3412 (indian-knd-base-table): Likewise.
3413 (indian-mlm-base-table): Likewise.
3414 (indian-tml-base-table): Likewise.
3415 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
3416 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
3417 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
3418 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
3419 (indian-tml-itrans-v5-hash): New variables.
3421 * language/malayalam.el: New file.
3422 * language/mlm-util.el: New file.
3423 * language/tamil.el: New file.
3424 * language/tml-util.el: New file.
3426 2003-02-11 Kevin Ryde <user42@zip.com.au>
3428 * info-xref.el: New file.
3430 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
3432 * textmodes/page-ext.el (pages-directory-mode-map): New.
3433 (pages-directory-map): Redefine as an varalias.
3434 (pages-directory-mode): Use new map var and run mode hook.
3435 (pages-directory-address-mode): Use define-derived-mode.
3437 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
3438 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
3439 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
3440 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
3441 (texinfo-if-clear): Use re-search-forward's return value.
3442 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
3443 (texinfo-format-region): Use line-{end,beginning}-position.
3444 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
3446 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
3447 (eldoc-use-idle-timer-p): Remove.
3448 (timer): Never require. It only works in current Emacs anyway.
3449 (eldoc-mode, eldoc-message, eldoc-display-message-p)
3450 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
3452 * ffap.el (ffap-complete-as-file-p):
3453 Use minibuffer-completing-file-name.
3455 * international/mule.el (load-with-code-conversion): Use push.
3457 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
3459 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
3460 Use with-current-buffer and simplify.
3462 * help-mode.el (help-xref-on-pp): Only add xref if the text
3465 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
3466 make the file dead if we used the -n arg.
3468 * emacs-lisp/cl-macs.el (process-get): Add setf method.
3470 * server.el (server-previous-strings): Remove.
3471 (server-process-filter): Use (process-get 'previous-string) instead.
3472 (server-sentinel): Remove code made superfluous.
3474 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
3476 * info.el (Info-follow-nearest-node): Implement new behavior.
3478 2003-02-10 Juanma Barranquero <lektu@terra.es>
3480 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
3482 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
3483 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
3484 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
3485 (ebnf-terminal-regexp, ebnf-case-fold-search)
3486 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
3487 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
3489 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
3490 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
3491 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
3492 (ebnf-generate-region): Fix typo.
3494 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
3496 * language/ind-util.el (indian-itrans-v5-table): Add entries for
3499 2003-02-10 Martin Stjernholm <bug-cc-mode@gnu.org>
3501 * progmodes/cc-styles.el (c-set-offset): Don't find a default
3502 syntactic element through syntactic analysis if called outside
3505 2003-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3507 * progmodes/cc-mode.el (c-basic-common-init):
3508 Install `c-fill-paragraph' on `fill-paragraph-function'.
3509 Although it's not the normal way to call it in a CC Mode buffer it
3510 makes a direct call to `fill-paragraph' work better.
3512 2003-02-08 Kim F. Storm <storm@cua.dk>
3514 * printing.el (pr-get-symbol): Define during compile.
3516 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3518 * printing.el: New file.
3520 2003-02-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3522 * language/european.el ("French", "Slovenian"): Fix doc strings.
3524 2003-02-06 John Paul Wallington <jpw@gnu.org>
3526 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
3527 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
3528 (rmail-summary-next-labeled-message, rmail-summary-resend)
3529 (rmail-summary-override-mail-send-and-exit): Doc fixes.
3531 2003-02-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3533 * language/european.el ("Italian"): New.
3535 2003-02-06 Matthew Swift <swift@alum.mit.edu>
3537 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
3540 2003-02-05 Juanma Barranquero <lektu@terra.es>
3542 * font-lock.el (font-lock-reference-face): Add obsolescence
3543 declaration and remove redundant info from docstring.
3545 * log-edit.el (cvs-commit-buffer-require-final-newline)
3546 (cvs-changelog-full-paragraphs): Likewise.
3548 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
3549 (mouse-wheel-click-button): Likewise.
3551 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
3553 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
3555 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
3556 (vc-header-alist): Likewise.
3558 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
3560 * textmodes/outline.el (outline-visible): Likewise.
3562 2003-02-05 Kim F. Storm <storm@cua.dk>
3564 * ido.el (ido-define-mode-map):
3565 Undo last change (duplicates part of 2003-02-04 change).
3566 Remap `viper' delete commands only in file or dir mode.
3568 2003-02-05 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3570 * ido.el (ido-define-mode-map): Interact with Viper.
3572 2003-02-05 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3574 * net/tramp.el: Version 2.0.29 released.
3575 (tramp-send-region): Protect against tramp-chunksize being nil.
3576 (tramp-chunksize): Set default to 500 as workaround for some ssh
3578 (tramp-handle-directory-file-name): New implementation. Not sure
3580 (tramp-md5-function): Require md5 before checking function md5.
3581 If using md5-encode, put wrapper around it that converts vector of
3582 bytes to ascii text.
3583 (top-level): Avoid byte-compiler warnings of unused variables if
3584 the byte-compiler supports this. This is for the
3585 with-parsed-tramp-file-name macro which is wont to produce such stuff.
3587 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
3589 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
3591 (tramp-completion-handle-file-name-all-completions):
3592 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
3593 (tramp-parse-passwd): For su-alike methods it would be desirable
3594 to return "root@localhost" as default. Unfortunately, we have no
3595 information whether any user name has been typed already. So we
3596 (mis-)use tramp-current-user as indication, assuming it is set in
3597 `tramp-completion-handle-file-name-all-completions'.
3598 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
3599 I did it accidently. Infinite loop ...
3600 (tramp-get-device): `tramp-make-tramp-file-name' must not be
3601 called with NIL path. It fails in case of multi-method.
3602 (tramp-file-name-for-operation): Apply `expand-file-name' for
3603 relative file names only. Otherwise there might be problems if
3604 the default directory is another Tramp directory as the directory
3605 the file is based on.
3606 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
3607 a Tramp file name. It isn't if it comes from an expanded file
3608 name (like "/xx:yy//zz").
3609 (tramp-devices): New variable. Keeps virtual device numbers.
3610 Devices must distinguish physical file systems. The device
3611 numbers provided by "lstat" aren't unique, because we operate on
3612 different hosts. So we use virtual device numbers, generated by
3613 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
3614 In order to be different, we use device number (-1 x), whereby "x"
3615 is unique for a given (multi-method method user host).
3617 (tramp-perl-file-attributes): Always return device number -1.
3618 There will be a virtual device number set in
3619 `tramp-handle-file-attributes', which replaces this one.
3620 (tramp-handle-file-attributes): Set virtual device number.
3621 (tramp-get-device): New function. Returns the virtual device
3622 number. If it doesn't exist, generate a new one.
3623 (tramp-handle-file-regular-p): Use Emacs file name primitives
3624 instead of calling tramp-handle-* equivalents directly.
3625 Needed for tramp-smb.
3626 (tramp-completion-function-alist-ssh): Add parsing of
3627 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
3628 (tramp-completion-function-alist, tramp-set-completion-function):
3630 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
3631 Provide parsing of "~/.ssh/config" style files.
3632 (tramp-completion-handle-expand-file-name):
3633 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
3635 (tramp-completion-mode): Perform check (integerp last-input-event)
3636 before (event-modifiers last-input-event) -- there might be
3637 problems if `last-input-event' is a mouse event.
3638 (tramp-parse-rhosts, tramp-parse-shosts)
3639 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
3640 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
3641 functions might block. Reported by <kin@neoscale.com>.
3643 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
3644 '(tramp-disable-ange-ftp). Suggested by Kai.
3645 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
3647 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3649 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3650 Apply `tramp-handle-directory-file-name'.
3651 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
3652 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
3653 (tramp-smb-handle-make-directory): Use Emacs file name primitives
3654 instead of calling tramp-smb-handle-* equivalents directly.
3655 (tramp-smb-read-file-entry): Return size as a number, not a string.
3656 (top-level): Defaults for `tramp-default-method-alist' must be a list.
3658 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
3660 * completion.el (eval-when-compile-load-eval, completion-eval-when)
3661 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
3662 (completion-min-length, completion-max-length)
3663 (completion-prefix-min-length): Don't hard-code the default value
3664 when byte-compiling.
3665 (complete): Inline minibuffer-window-selected-p.
3667 2003-02-04 Richard M. Stallman <rms@gnu.org>
3669 * term.el (term-raw-map): Set it up at load time.
3670 (term-char-mode): Don't set up term-raw-map here.
3671 (term-set-escape-char): Don't set up C-x subcommand.
3672 (term-ansi-face-already-done): Renamed from
3673 term-ansi-face-alredy-done.
3674 (term-command-hook): Avoid error if STRING is empty.
3675 (term, term-mode): Doc fixes.
3677 * term.el: Redesign handling of colors and faces.
3678 Delete all the faces that this mode used to make.
3679 (ansi-term-color-vector): New variable.
3680 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
3681 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
3683 (term-default-fg-color, term-default-bg-color): Use defcustom.
3684 (term-handle-colors-array): Use ansi-term-color-vector,
3685 and specify face attributes rather than faces in `face' property.
3687 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
3688 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
3689 (term-ansi-reverse-faces-vector): Delete unused variables.
3690 (term-ignore-error): Delete macro.
3692 * simple.el (back-to-indentation): Skip all whitespace
3693 except for newlines.
3695 * files.el (find-alternate-file): Handle dired-directory
3696 like buffer-file-name.
3698 * dired.el (dired-find-buffer-nocreate): Avoid error if
3699 dired-directory is nil.
3701 2003-02-04 Juanma Barranquero <lektu@terra.es>
3703 * image.el (image-type-regexps): Fix typo.
3705 * international/characters.el: Restore missing space and put a
3706 comment to protect it from being deleted as trailing whitespace.
3708 * ruler-mode.el (ruler-mode-margins-char): Likewise.
3710 2003-02-04 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3712 * mail/rmailout.el (rmail-output): If preserving MIME-version,
3713 preserve Content-type too.
3715 2003-02-04 Kim F. Storm <storm@cua.dk>
3717 * ido.el (ido-define-mode-map): Remap viper delete char/word
3718 commands to their ido specific equivalents. Disable ESC in
3719 viper mode (to avoid exiting insert mode), since ido doesn't
3720 work in viper command mode.
3721 (ido-delete-backward-updir, ido-delete-backward-word-updir):
3722 Handle remapped viper commands.
3724 2003-02-03 Juanma Barranquero <lektu@terra.es>
3726 * calculator.el (calculator): Don't use the minibuffer even in
3727 electric mode; use a private buffer and display it in the minibuffer
3728 window using `set-window-buffer'.
3730 2003-02-03 Dave Love <fx@gnu.org>
3732 * emacs-lisp/benchmark.el: New.
3734 2003-02-02 Andreas Schwab <schwab@suse.de>
3736 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
3737 words separated by dots. Match optional parenthesized word at
3741 (font-lock-match-c-style-declaration-item-and-skip-to-next):
3742 Don't require underscore in word before double open-paren.
3744 2003-02-02 John Paul Wallington <jpw@gnu.org>
3746 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
3748 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
3750 * time-stamp.el: Tweak doc strings and preamble commentary.
3751 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
3752 regexp subpattern 5)
3753 (time-stamp-pattern): Initialize to nil to avoid regexp work in
3755 (time-stamp-string): Call set-time-zone-rule instead of setenv
3756 (time-stamp-hhmmss): Remove (not needed after all).
3757 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
3758 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3759 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
3760 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
3762 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
3764 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
3765 (custom-save-variables): Use dolist, simplify.
3766 Output a message if a `requests' entry looks suspicious.
3767 (custom-save-faces): Use dolist, simplify.
3769 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
3771 * antlr-mode.el: Bug fixes, miscellaneous.
3772 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
3773 make it more rubust against changes in cc-mode's style variables
3774 by using `boundp' and function `c-init-language-vars' if defined.
3775 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
3776 (antlr-read-value): With completion, ignore case.
3777 (antlr-run-tool-interactive): New function.
3778 (antlr-run-tool): Use it for `interactive' specification.
3780 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
3781 (cond-emacs-xemacs): New compile-time macro.
3782 (defunx): New compile-time macro.
3783 (ignore-errors-x): New compile-time macro.
3784 (save-buffer-state-x): New compile-time macro.
3786 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
3787 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
3788 (antlr-simple-default-directory): Deletia.
3789 (antlr-default-directory): Define directly.
3790 (antlr-simple-read-shell-command): Deletia.
3791 (antlr-read-shell-command): Define directly.
3792 (antlr-simple-with-displaying-help-buffer): Deletia.
3793 (antlr-with-displaying-help-buffer): Define directly.
3794 (antlr-fast-invalidate-context-cache): Deletia.
3795 (antlr-slow-invalidate-context-cache): Deletia.
3796 (antlr-invalidate-context-cache): Define directly.
3797 (antlr-fast-syntactic-context): Deletia.
3798 (antlr-slow-syntactic-context): Deletia.
3799 (antlr-syntactic-context): Define directly.
3801 (antlr-mode-menu): Use new macros.
3802 (antlr-font-lock-additional-keywords): Ditto.
3803 (antlr-skip-sexps): Ditto.
3804 (antlr-end-of-rule): Ditto.
3805 (antlr-beginning-of-rule): Ditto.
3806 (antlr-end-of-body): Ditto.
3807 (antlr-beginning-of-body): Ditto.
3808 (antlr-hide-actions): Ditto.
3809 (antlr-option-kind): Ditto.
3811 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
3812 (antlr-font-lock-keyword-face): Use new macros.
3813 (antlr-font-lock-syntax-face): Ditto.
3814 (antlr-font-lock-ruledef-face): Ditto.
3815 (antlr-font-lock-tokendef-face): Ditto.
3816 (antlr-font-lock-literal-face): Ditto.
3818 Changes from 2002-05-24:
3820 * antlr-mode.el: Version 2.2a.
3822 Changes from 2002-05-03:
3824 * antlr-mode.el: Make context parsing faster on Emacs, for faster
3825 syntax highlighting, indentation and imenu support.
3826 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
3827 (antlr-slow-context-cache): New variable.
3828 (antlr-slow-syntactic-context): Use cache.
3829 (antlr-slow-cache-enabling-symbol): New internal variable.
3830 (antlr-slow-cache-diff-threshold): New variable.
3831 (antlr-fast-invalidate-context-cache): Renamed from
3832 antlr-xemacs-bug-workaround.
3833 (antlr-imenu-create-index-function): Search from beginning.
3835 * antlr-mode.el: More sophisticated indentation, i.e., use the
3836 indentation engine of cc-mode for most actions.
3837 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
3838 (antlr-indent-line): Use indentation engine of cc-mode more often.
3839 (antlr-indent-at-bol-alist): Only used for header actions.
3840 (antlr-disabling-cc-syntactic-symbols): New variable.
3841 (antlr-indent-item-regexp): Delete stuff for actions.
3842 (antlr-indent-at-bol-alist): With language "Java", indent
3843 "package" and "import" at column 0 in header part.
3845 * antlr-mode.el (antlr-simple-default-directory): Define.
3846 (antlr-simple-read-shell-command): Define.
3847 (antlr-simple-with-displaying-help-buffer): Define.
3848 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
3849 Renamed from antlr-scan-{sexps,lists}-internal.
3851 Changes from 2002-02-28:
3853 * antlr-mode: Version 2.2 is released.
3855 * antlr-mode.el (antlr): Moved to SourceForge.net
3857 * antlr-mode.el: Minor bug fixes: insert options and indentation.
3858 (antlr-option-location): Don't use point as position where to
3859 insert options if point is in comment.
3860 (antlr-mode): Don't set style here.
3861 (antlr-c-common-init): Set style here. If boundp, set
3862 `c-current-comment-prefix' to not break indentation in comments.
3863 Hm, I should probably split `c-common-init' from cc-mode into two
3864 parts, one of which I could use for antlr-mode.el.
3866 Changes from 2002-01-31:
3868 * antlr-mode.el (antlr-font-lock-additional-keywords):
3869 Also hightlight `~' with `antlr-font-lock-syntax-face'.
3870 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
3872 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3883 * international/mule.el:
3884 * net/browse-url.el:
3888 * woman.el: Added cygwin to system-type comparisons.
3890 2003-01-31 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
3892 * mail/undigest.el (rmail-forward-separator-regex): New custom
3894 (unforward-rmail-message): Use it.
3896 2003-01-30 Dave Love <fx@gnu.org>
3898 * textmodes/ispell.el (lookup-words): Fix last change.
3900 2003-01-29 John Paul Wallington <jpw@gnu.org>
3902 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
3904 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3905 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
3906 `define-ibuffer-sorter'.
3907 (lisp-imenu-generic-expression): Add `deftheme' to types.
3909 * custom.el (customize-mark-to-save, customize-mark-as-set)
3910 (custom-remove-theme): Doc fixes.
3912 2003-01-29 Didier Verna <didier@xemacs.org>
3914 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
3915 * cus-edit.el (custom-save-faces): Ditto.
3917 2003-01-29 Juanma Barranquero <lektu@terra.es>
3919 * composite.el (decompose-composite-char): Fix docstring.
3921 * select.el (x-set-cut-buffer): Fix docstring. Check type with
3922 `stringp' instead of `substring'.
3924 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
3925 file name if no other master file is located.
3927 * progmodes/cperl-mode.el (cperl-beautify-level)
3928 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
3929 (cperl-calculate-indent): Fix typo.
3931 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
3933 * arc-mode.el (archive-lzh-summarize): Fix previous change.
3935 2003-01-29 Kim F. Storm <storm@cua.dk>
3937 * emacs-lisp/authors.el: New format of AUTHORS file; list each
3938 author name once followed by contributed and changed files.
3939 Improve selection of entries to include in list, and generate list
3940 of unrecognized entries indicating syntax errors in ChangeLog files.
3941 (authors-coding-system): New variable.
3942 (authors-many-files): Update doc string.
3943 (authors-aliases): Change format. Now one entry with multiple
3945 (authors-valid-file-names, authors-renamed-files-alist)
3946 (authors-renamed-files-regexps): New variables.
3947 (authors-canonical-file-name): New function. Validates that file
3948 exists or occurs in one of the above lists. Record unrecognized
3949 file names in global authors-invalid-file-names list.
3950 (authors-add): Change to record per-change counts.
3951 (authors-canonical-author-name): Handle new format of
3952 authors-aliases list.
3953 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
3954 Change doc string to describe new entry format.
3955 Only add author entries for valid file names.
3956 (authors-print): Replace by authors-add-to-author-list.
3957 (authors-add-to-author-list): New function which reorders
3958 per-file entries and adds them to global authors-author-list.
3959 (authors): Instead of authors-print to insert in *Authors* buffer,
3960 use authors-add-to-author-list to reorder the list and then
3961 insert result in *Authors* buffer with new format.
3962 Generate *Authors Errors* compilation-mode buffer listing
3963 unrecognized ChangeLog entries.
3965 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3967 * term/mac-win.el: Add entries in function-key-map for
3968 [tab], [backspace], [escape].
3970 2003-01-28 Kim F. Storm <storm@cua.dk>
3972 * info.el (Info-extract-menu-node-name): Another fix for
3973 2003-01-24 change. Also stop search if : is followed by TAB.
3975 2003-01-28 John Paul Wallington <jpw@gnu.org>
3977 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
3978 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
3980 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
3982 * progmodes/cc-vars.el, progmodes/cc-mode.el
3983 (c-require-final-newline): Made this variable an alist to
3984 specify a value for each language. The default value causes
3985 `require-final-newline' to be set to t only in languages where
3986 the standard requires a final newline.
3988 2003-01-27 Kim F. Storm <storm@cua.dk>
3990 * simple.el (kill-new): Improve doc string for yank-handler.
3991 Signal args-out-of-range error if yank-handler is specified for
3994 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
3996 2003-01-27 Dave Love <fx@gnu.org>
3998 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
4000 * thingatpt.el (thing-at-point-file-name-chars):
4001 Include non-ASCII again and re-write the filename ops.
4003 2003-01-27 David Ponce <david@dponce.com>
4005 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
4007 2003-01-27 Juanma Barranquero <lektu@terra.es>
4009 * filesets.el (filesets-file-open): Fix typo.
4011 * vcursor.el (vcursor-disable): Likewise.
4013 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
4015 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
4017 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
4019 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
4021 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
4023 * progmodes/cc-vars.el, progmodes/cc-mode.el
4024 (c-require-final-newline): Add a variable to make the
4025 initialization of `require-final-newline' more configurable.
4027 2003-01-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4029 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
4030 Set iso-2022-7bit coding: cookie.
4032 2003-01-26 Kim F. Storm <storm@cua.dk>
4034 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
4035 Don't search for next colon if current colon is followed by
4036 one of ".", ",", ";", or ")".
4037 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
4038 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
4040 2003-01-26 Richard M. Stallman <rms@gnu.org>
4042 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
4044 2003-01-25 Bill Wohler <wohler@newt.com>
4046 * mh-e: Created directory. ChangeLog will appear in a week when we
4047 release version 7.2.
4049 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
4050 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
4051 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
4052 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4053 mail/mh-xemacs-compat.el: Moved to mh-e directory.
4054 Note that reply2.pbm and reply2.xpm, which were created by the
4055 MH-E package, were left in mail since they can probably be used by
4056 other mail packages.
4058 * makefile.w32-in (WINS): Add mh-e.
4060 * makefile.nt (WINS): Add mh-e.
4062 2003-01-25 Richard M. Stallman <rms@gnu.org>
4064 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4065 Compile any lambda-expressions among the args.
4067 * view.el (view-mode): Doc fix.
4069 * ido.el: Many doc fixes.
4070 (ido-complete): Fix message.
4072 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
4074 * arc-mode.el (archive-unixdate): Correct the date field string.
4075 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
4076 type (which is most prevalent now), in addition to the already
4077 supported level 0 and 1 header types.
4079 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
4081 * international/mule-cmds.el (set-language-info)
4082 (current-language-environment): Simplify setting the type of
4083 current-language-environment.
4085 2003-01-25 Kim F. Storm <storm@cua.dk>
4087 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
4088 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
4089 only needed when the region is active. This also makes the output
4090 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
4092 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
4094 * ediff.el (ediff-revision): Better defaults.
4096 * ediff-vers.el (ediff-vc-latest-version): New function.
4097 (ediff-vc-internal): Use latest version instead of working version.
4099 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4101 * info.el (Info-extract-menu-node-name): When looking for end of menu
4102 item, don't stop at first ":"; instead, continue until trailing
4103 context is either a space or newline.
4104 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
4105 (Info-menu): Likewise, for regexp used in backwards search.
4106 (Info-try-follow-nearest-node): Remove case added in previous edit.
4107 Change regexp in the following case to allow ":" in menu item.
4108 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
4109 point-max as "hasn't already been done".
4111 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
4113 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
4114 terminated by ": " as an index entry.
4116 2003-01-24 Juanma Barranquero <lektu@terra.es>
4118 * isearch.el (isearch-forward): Fix typo.
4120 2003-01-24 Kenichi Handa <handa@m17n.org>
4122 * international/mule.el (decode-coding-inserted-region):
4123 Rename from decode-coding-region-as-inserted-from-file to make it fit
4124 well in the Lisp manual.
4126 * jka-compr.el (jka-compr-insert-file-contents):
4127 Call docode-coding-inserted-region.
4129 2003-01-24 John Paul Wallington <jpw@gnu.org>
4131 * ibuffer.el (ibuffer-window-list): Remove.
4132 (ibuffer-confirm-operation-on): Use `window-list' instead.
4133 (ibuffer-load-hook): New customizable variable.
4135 (ibuffer-customize): New command.
4136 (ibuffer-mode-map): Bind it.
4137 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
4138 (ibuffer-mode): Tidy.
4139 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
4140 (ibuffer-default-directory, ibuffer-default-sorting-mode)
4141 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
4142 (ibuffer-map-lines): Doc fixes.
4144 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
4145 filenames. Use `kill-new'.
4147 2003-01-23 Dave Love <fx@gnu.org>
4149 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
4152 2003-01-23 Masatake YAMATO <jet@gyve.org>
4154 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
4157 2003-01-23 Kenichi Handa <handa@m17n.org>
4159 * files.el (insert-directory): Read the output of "ls" by
4160 no-conversion, and decode it later while preserving
4161 `dired-filename' property.
4163 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
4165 * descr-text.el (describe-text-mode-hook): Add a group.
4167 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
4169 * term/mac-win.el (interprogram-paste-function): Handle empty
4172 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
4174 * info.el (Info-index): Change pattern so that index entries with
4175 colons can be read properly; also, require at least one space
4176 after the colons, which makeinfo puts in.
4178 2003-01-22 Andreas Schwab <schwab@suse.de>
4180 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
4183 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
4185 * Makefile.in (bootstrap-after): New target.
4186 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
4188 2003-01-22 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4190 * info.el (Info-index-next): Use "(`,' tries to find next)" for
4191 more matches for consistency with standalone info browser.
4193 2003-01-22 Kenichi Handa <handa@m17n.org>
4195 * international/mule.el
4196 (decode-coding-region-as-inserted-from-file): New function.
4198 * jka-compr.el (jka-compr-insert-file-contents): Read a process
4199 output without decoding. Decode the result by
4200 decode-coding-region-as-inserted-from-file.
4202 2003-01-22 Kim F. Storm <storm@cua.dk>
4204 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
4205 visited directories to end of list; it's the wrong thing to do if
4206 we want to find a file or directory in such directories.
4208 * simple.el: Doc fixes.
4209 * subr.el: Doc fixes.
4211 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
4213 * gud.el (gud-display-line): If the current file is newer than its
4214 buffer, offer to reread the file.
4215 (gud-keep-buffer): New buffer local variable. Ensures offer to
4216 reread file is made just once.
4218 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
4220 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
4221 Fix the docstring instead.
4223 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4225 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
4227 2003-01-20 Richard M. Stallman <rms@gnu.org>
4229 * simple.el (completion-setup-function): Set default-directory
4230 in the minibuffer, so it'll be copied into the completion list buffer.
4232 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
4234 * loadup.el (load-path): Rename `path' local var.
4236 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
4237 to C-c C-i. Duplicate its bindings with last char a ctl char.
4238 Also change C-c f to C-c C-f.
4240 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
4242 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
4243 value system dependent.
4244 (ls-lisp-support-shell-wildcards): Add autoload cookie.
4246 2003-01-19 Kim F. Storm <storm@cua.dk>
4248 * msb.el: Use `dir' instead of `path' everywhere.
4250 2003-01-18 Kim F. Storm <storm@cua.dk>
4252 * simple.el (kill-new, kill-append, kill-region):
4253 New optional parameter yank-handler.
4254 (yank-excluded-properties): Add yank-handler to list.
4255 (yank-undo-function): New variable.
4256 (yank): Use it to undo previous yank or yank-pop command.
4257 Allow insert-for-yank to override this-command.
4259 * subr.el (insert-for-yank): Arg list changed; now only accepts one
4260 string rather than any number of strings; no callers needed change.
4261 Use yank-handler text property on the arg string.
4262 Set yank-undo-function variable appropriately for yank-pop.
4264 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
4266 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
4267 regexp-concatenation.
4269 * add-log.el (add-change-log-entry): Don't leave space at eol.
4270 (add-log-current-defun): Perl functions names can't have (or {.
4272 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
4273 (sh-non-closing-paren): New const.
4274 (sh-case, sh-while-getopts): Use it to make props non-sticky.
4275 (sh-add-completer): Use test-completion.
4277 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
4279 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
4281 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
4283 * cus-edit.el (customize-changed-options): Undo last doc change.
4285 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
4287 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4288 Don't treat \n specially in sub-skeletons.
4290 2003-01-17 Dave Love <fx@gnu.org>
4292 * international/ucs-tables.el: Redo 8859-6 change in the right place.
4294 2003-01-17 Kenichi Handa <handa@m17n.org>
4296 * international/fontset.el: Don't setup the default fontset and
4297 font-encoding-alist at the top level.
4298 (setup-default-fontset): New function.
4299 (create-fontset-from-fontset-spec): Delete autoload cookie.
4301 * term/x-win.el: Require fontset unconditionally again.
4302 Call setup-default-fontset at the top level.
4304 * term/w32-win.el: Call setup-default-fontset.
4306 * term/mac-win.el: Require fontset and call setup-default-fontset.
4308 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
4310 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
4311 property until end-of-paragraph.
4313 2003-01-16 Kenichi Handa <handa@m17n.org>
4315 * international/ucs-tables.el: Undo the last change.
4317 2003-01-15 Dave Love <fx@gnu.org>
4319 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
4320 and use documented treatment of -.
4322 * dired-x.el (dired-filename-at-point): Fix filename-chars.
4324 * international/ucs-tables.el: Set up tables for 8859-6.
4326 * server.el (server-window): Customize.
4328 (server-unload-hook): Call server-start.
4330 2003-01-15 John Wiegley <johnw@gnu.org>
4332 * eshell/em-hist.el (eshell-save-history-on-exit):
4333 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
4334 because the former name is somewhat unrelated to the variables'
4337 2003-01-15 Deepak Goel <deego@gnufans.org>
4339 * calc/README: Add new maintainer.
4343 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
4345 2003-01-15 Andrew Innes <andrewi@gnu.org>
4347 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
4348 using appropriate rule for build environment.
4349 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
4350 of autoloads and defvars, sufficient to dump bootstrap emacs.
4351 (update-subdirs-SH): Use hard-coded list of top-level lisp
4352 subdirs, because find program on Windows is not compatible with
4354 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
4355 Explicitly load loaddefs.el so that bootstrap emacs can compile
4357 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
4358 minimal stub sufficient for dumping bootstrap emacs is available.
4360 * loadup.el: Include lisp/textmodes in load-path for bootstrap
4361 emacs, to resolve ispell menu reference.
4363 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
4365 * international/mule.el (optimize-char-coding-system-table):
4368 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
4370 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
4372 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
4373 occasional use of "05" rather than " 5" for day-of-month.
4375 * log-view.el (log-view-message-re): The rev might be locked.
4377 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
4379 * gdb-ui.el: Improve commentary.
4380 (gdb-window-height, gdb-window-width, gdb-display-number-end):
4381 Customize the dimensions of frames for displayed expressions.
4382 (gdb-error-begin): Comment out because it is not used because of
4383 bug/quirk in annotations.
4384 (gdb-reset): Use with-current-buffer.
4386 2003-01-14 Kim F. Storm <storm@cua.dk>
4388 * ido.el (ido-read-internal, ido-file-internal)
4389 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
4390 Don't use `path' as name of local variables holding a file name.
4392 * arc-mode.el (archive-arc-rename-entry): Fix error message.
4393 (archive-lzh-summarize): Rename local var `path' to `dir'.
4394 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
4396 * dired.el: Doc fixes.
4397 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
4398 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
4399 * dired-x.el: Doc fixes.
4401 * fast-lock.el (fast-lock-cache-name): Doc fix.
4403 * net/browse-url.el (browse-url-filename-alist): Doc fix.
4405 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
4407 * apropos.el (apropos): Restore autoload cookie. Fix typo in
4408 "error retrieving function documentation" output.
4410 2003-01-14 Kim F. Storm <storm@cua.dk>
4412 * subr.el (process-put, process-get): New functions.
4414 * simple.el (clone-process): Copy process' plist to new process.
4416 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
4418 * cus-dep.el (custom-make-dependencies): Don't set standard-value
4419 and version numbers for variables. Handle faces.
4421 * cus-edit.el (customize-changed-options): Doc addition. Load the
4422 version deps earlier. Use other tests for groups and variables.
4425 2003-01-14 Kim F. Storm <storm@cua.dk>
4427 * ido.el: Doc fixes.
4428 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
4429 (ido-rewrite-file-prompt-functions): Rename from
4430 ido-make-file-prompt-hook. Directory name is now in dynamic
4431 variable `dirname' (instead of `path').
4432 (ido-rewrite-file-prompt-rules): Rename from
4433 ido-rewrite-prompt-path-rules.
4434 (ido-make-prompt): Directory name now in `dirname' var.
4435 (ido-complete): Fix error message.
4437 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
4439 * server.el (server-process-filter): Use `minibufferp' to test
4440 whether we are inside a minibuffer.
4441 (server-process, server-kill-new-buffers): Doc fixes.
4443 2003-01-13 Dave Love <fx@gnu.org>
4445 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
4446 Remove pre-write-conversion.
4448 2003-01-13 Kim F. Storm <storm@cua.dk>
4450 * hexl.el (hexl-mode-map): Don't quote remapped command names.
4452 2003-01-13 David Ponce <david@dponce.com>
4454 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
4455 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
4457 2003-01-13 Masatake YAMATO <jet@gyve.org>
4459 * ruler-mode.el (ruler-mode-comment-column-char)
4460 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
4461 (ruler-mode-mouse-current-grab-object): New variables.
4462 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
4464 (ruler-mode-mouse-set-fill-column): Removed.
4465 (ruler-mode-mouse-grab-any-column)
4466 (ruler-mode-mouse-drag-any-column-iteration)
4467 (ruler-mode-mouse-drag-any-column): New functions.
4468 (ruler-mode-map): [header-line down-mouse-2] Bound to
4469 `ruler-mode-mouse-grab-any-column' instead of
4470 `ruler-mode-mouse-set-fill-column'.
4471 (ruler-mode-ruler-help-echo): Update its value.
4472 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
4473 when goal-column is already set.
4474 (ruler-mode-ruler-help-echo-tab): Rename to...
4475 (ruler-mode-ruler-help-echo-when-tab-stops): New.
4476 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
4477 (ruler-mode-goal-column-help-echo): New help strings.
4478 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
4479 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
4480 Show `comment-column' and `goal-column'. Echo the different help
4481 string for each *-column characters on the ruler.
4483 2003-01-13 Richard M. Stallman <rms@gnu.org>
4485 * apropos.el (apropos-documentation-property): New function.
4486 (apropos): Use apropos-documentation-property.
4488 * files.el (mode-line-process): Mark as risky.
4490 * help.el (where-is): Catch errors in indirect-function.
4492 * server.el (server-process-filter): Comment out -eval.
4493 Don't switch buffers if inside isearch or minibuffer.
4495 * progmodes/compile.el (compilation-revert-buffer):
4496 If buffer has a file, revert it in the normal way.
4498 * term/x-win.el: Require fontset conditionally again.
4500 2003-01-13 Kim F. Storm <storm@cua.dk>
4502 * ido.el (ido-enable-tramp-completion): New defcustom.
4503 (ido-enter-single-matching-directory): Change default to 'slash.
4504 (ido-is-tramp-root): New defun.
4505 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
4506 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
4507 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
4508 Handle tramp completion.
4509 (ido-file-name-all-completions1): New defun for tramp completion.
4510 (ido-file-name-all-completions): Use it.
4511 (ido-set-matches1): Relax matching of text with trailing slash.
4512 (ido-exhibit): Handle tramp completion.
4513 Simplified code using nested cond forms using new `refresh' var.
4514 Fixed handling of /~user/ paths.
4516 2003-01-12 Andreas Schwab <schwab@suse.de>
4518 * arc-mode.el (archive-mode-map): Use command remapping instead of
4519 substitute-key-definition.
4520 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
4521 * msb.el (msb-mode-map): Likewise.
4522 * forms.el (forms--change-commands): Likewise.
4523 * hexl.el (hexl-mode-map): Likewise.
4524 * mail/mailabbrev.el (Commentary): Likewise.
4525 * play/decipher.el (decipher-mode-map): Likewise.
4526 * play/gomoku.el (gomoku-mode-map): Likewise.
4527 * play/landmark.el (lm-mode-map): Likewise.
4528 * play/solitaire.el (solitaire-mode-map): Likewise.
4529 * progmodes/sh-script.el (sh-mode-map): Likewise.
4530 * textmodes/picture.el (picture-substitute): Likewise.
4532 * ielm.el (inferior-emacs-lisp-mode):
4533 Bind comint-dynamic-complete-functions locally.
4535 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
4537 2003-01-11 Andreas Schwab <schwab@suse.de>
4539 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
4540 merge with existing fontification.
4542 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
4544 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
4545 (gud-reset): New function. Reset environment at end of debugging.
4546 (gud-sentinel): Call gud-reset or gdb-reset.
4547 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
4549 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
4550 to find out if variable shuld be dereferenced.
4551 (gud-display1): Exit if there is `No symbol'.
4552 (gdb-expressions-mode-map): Correction to key-binding.
4553 (gdb-reset): New function. Reset environment at end of debugging.
4556 2003-01-10 Dave Love <fx@gnu.org>
4558 * international/code-pages.el (cp-make-coding-system): Fix last change.
4560 2003-01-10 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4562 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
4563 use regexp-opt for readability.
4565 2003-01-10 Mark A. Hershberger <mah@everybody.org>
4567 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
4568 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
4571 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
4573 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
4576 2003-01-09 John Wiegley <johnw@gnu.org>
4578 * pcomplete.el (pcomplete-termination-string): Add a variable
4579 for modifying the string which is inserted after a completion or
4580 expansion using pcomplete.
4582 2003-01-09 Karl Berry <karl@gnu.org>
4584 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
4585 so that we don't fail if no records match record-regexp.
4587 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
4589 * cus-edit.el (customize-group, customize-group-other-window):
4590 Remove unnecessary calls to custom-load-symbol.
4591 (custom-group-value-create):
4592 Load widget deps if state is not hidden. If widget deps are
4593 loaded, load them in advance.
4594 (custom-menu-create): If widget deps are loaded, load them earlier.
4596 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
4598 * language/ethio-util.el (ethio-gemination)
4599 (exit-ethiopic-environment): Doc fixes.
4601 * language/viet-util.el (viet-encode-viqr-region)
4602 (viet-decode-viqr-region, viet-encode-viqr-buffer)
4603 (viet-decode-viqr-buffer): Doc fixes.
4605 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4607 * paths.el: Remove gnus-startup-file.
4609 2003-01-08 Bill Wohler <wohler@newt.com>
4611 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
4612 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
4614 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4615 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
4616 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
4617 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
4619 2003-01-08 Kim F. Storm <storm@cua.dk>
4621 * mail/undigest.el (unforward-rmail-message): Don't use global
4624 2003-01-08 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
4626 * mail/undigest.el (unforward-rmail-message): Simplified.
4627 No functional change.
4629 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4631 * custom.el (custom-autoload, custom-variable-p): New functions.
4633 * emacs-lisp/autoload.el (make-autoload):
4634 Generate custom-autoload for autoloaded defcustoms.
4636 * help-fns.el (describe-variable): Use custom-variable-p.
4638 * simple.el (set-variable): Load deps of custom variables without type.
4640 * cus-edit.el (custom-variable-prompt): Doc change.
4641 Use custom-variable-p.
4642 (customize-option): Remove search in loaddefs.el.
4643 (customize-apropos): Use custom-variable-p.
4644 (custom-save-variables): Use custom-variable-p to detect
4645 non-rogue variables.
4647 2003-01-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
4649 * mail/undigest.el (unforward-rmail-message): Skip all newlines
4650 after the initial separator.
4651 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
4652 instead of Forwarded-from: and Forwarded-date:.
4654 2003-01-07 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4656 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
4659 2003-01-07 Andre Spiegel <spiegel@gnu.org>
4661 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
4664 2003-01-06 Dave Love <fx@gnu.org>
4666 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
4668 * language/chinese.el ("Chinese-EUC-TW"): New.
4670 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
4672 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
4674 2003-01-05 Richard M. Stallman <rms@gnu.org>
4676 * obsolete/uncompress.el: Display message that this pkg is obsolete.
4678 * isearch.el (isearch-repeat): Error if try to repeat search and
4679 there was no previous search.
4681 * dired.el (dired-recursive-deletes): Fix custom type.
4683 * dabbrev.el (dabbrev--substitute-expansion):
4684 Convert all whitespace to single spaces,
4685 except when it's carried over from the existing text.
4687 * simple.el (split-line): Clean up implementation.
4689 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
4691 (rmail-variables): Specify case-insensitive matching for font-lock.
4693 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4695 * mail/sendmail.el (mail-font-lock-keywords):
4696 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
4697 In-Reply-To and X-*.
4699 2003-01-05 Mark A. Hershberger <mah@everybody.org>
4701 * xml.el (xml-substitute-special): Check for & last.
4703 2003-01-05 Dave Love <fx@gnu.org>
4705 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
4707 2003-01-05 Dave Love <fx@gnu.org>
4709 * international/mule-diag.el (non-iso-charset-alist):
4710 Add vietnamese-tcvn.
4712 * international/mule-cmds.el (locale-language-names):
4713 Use Croatian, Swedish.
4715 2003-01-05 Andreas Schwab <schwab@suse.de>
4717 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
4719 2003-01-05 Dave Love <fx@gnu.org>
4721 * language/european.el ("Latin-6", "Croatian"): New.
4722 ("Latin-7"): Fix nonascii-translation. Add input method.
4723 ("Lithuanian", "Latvian"): Add nonascii-translation.
4724 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
4725 Fix nonascii-translation.
4727 * language/georgian.el ("Georgian"): Fix nonascii-translation.
4729 * international/mule-cmds.el (set-locale-environment):
4730 Ignore empty values of environment variables.
4732 * emacs-lisp/byte-opt.el (byte-optimize-nth)
4733 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
4735 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
4737 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
4738 Use let construction to bind buffer-read-only to nil.
4739 (gdba): 'set height 0' in GDB.
4740 (gdb-display-end, gdb-frame-handler): Corrections to forming
4741 full expression name for header-line in display frame.
4742 (gdb-info-breakpoints-custom): Highlight breakpoints since
4743 they may be clicked on with mouse-2.
4744 (gdb-quit): Delete frames of displayed expressions when quitting.
4745 (gdb-delete-frames): New function.
4746 (gdb-source-info): Don't create stack buffer automatically.
4748 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4750 * xml.el (xml-substitute-special): Move "&" -> "&" last.
4752 2003-01-04 Kim F. Storm <storm@cua.dk>
4754 * simple.el (split-line): If present, copy fill-prefix from
4755 current line to new line. Don't copy if prefix arg.
4756 From Lisp, arg may be an alternative prefix string to copy.
4757 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
4759 * mail/sendmail.el (mail-split-line): New function.
4760 (mail-mode-map): Remap split-line to mail-split-line.
4762 2003-01-03 Dave Love <fx@gnu.org>
4764 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
4765 with new load-history format.
4767 * international/mule-cmds.el (sort-coding-systems):
4768 Adjust priority of utf-16 and x-ctext.
4770 * international/utf-8.el (utf-translate-cjk):
4771 Call optimize-char-coding-system-table.
4773 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
4774 Call optimize-char-coding-system-table.
4776 * international/mule.el (register-char-codings): Don't call
4777 optimize-char-coding-system-table here.
4778 (keyboard-coding-system): Doc fix. Update :version.
4780 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
4781 (nroff-imenu-expression): New.
4782 (nroff-mode): Use it.
4784 * autoinsert.el (auto-insert-alist): Add man page skeleton.
4786 2003-01-03 Andre Spiegel <spiegel@gnu.org>
4788 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
4791 2003-01-03 Kim F. Storm <storm@cua.dk>
4793 * emulation/cua-base.el (cua--pre-command-handler):
4794 Corrected handling of delete-selection properties.
4796 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
4798 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
4799 documentation string when `sym' is non-nil.
4801 2003-01-02 Steven Tamm <steventamm@mac.com>
4803 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4804 Have scroll bars correctly default to being on the right for Mac
4805 Carbon port by testing "mac-carbon" feature, not window-system.
4807 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
4809 * cus-edit.el (customize-group, customize-group-other-window):
4810 Call custom-load-symbol unconditionally.
4811 (customize-face, customize-face-other-window): Fix format arg.
4813 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
4815 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
4818 2003-01-01 Richard M. Stallman <rms@gnu.org>
4820 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
4822 * files.el (backup-buffer): Cope if file-modes returns nil.
4824 2002-12-30 Steven Tamm <steventamm@mac.com>
4826 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
4827 Have scroll bars correctly default to being on the right for Mac
4830 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
4832 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
4833 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
4834 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
4835 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
4836 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
4837 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
4838 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
4839 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
4840 (gdb-frames-mouse-select): Simplify.
4841 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
4842 consistent with other modes in emacs.
4843 (gdb-display-source-buffer): Return window of source buffer
4844 for (gud-display-line).
4846 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
4848 * button.el (defface button): Add group.
4850 * cus-edit.el (customize-browse): Call `widget-setup'.
4852 2002-12-29 Andreas Schwab <schwab@suse.de>
4854 * Makefile.in: Generate cus-load.el and finder-inf.el in the
4855 source directory. Change dependencies on lisp files to explicitly
4857 (compile-calc): Fix command substitution.
4858 * cus-dep.el (generated-custom-dependencies-file): New variable.
4859 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
4860 * finder.el (generated-finder-keywords-file): New variable.
4861 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
4863 2002-12-28 Richard M. Stallman <rms@gnu.org>
4865 * info-look.el (info-lookup): Fix error message typo.
4867 * comint.el (comint-mode): Locally set scroll-conservatively.
4868 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
4869 is active only when point is at end.
4871 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
4874 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
4876 * simple.el (repeat-complex-command): Signal real error on failure.
4878 2002-12-28 Andreas Schwab <schwab@suse.de>
4880 * progmodes/make-mode.el (makefile-font-lock-keywords):
4881 Highlight automatic variable references enclosed in parens and
4882 optionally suffixed by F or D.
4884 2002-12-27 Miles Bader <miles@gnu.org>
4886 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
4887 buffer-local variable.
4889 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
4891 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
4892 the same way as `custom-buffer-create-other-window'.
4893 (customize-variable-other-window, customize-option-other-window):
4894 Definitions moved up.
4896 2002-12-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
4898 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
4899 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
4900 tramp.el. From Michael Albinus.
4901 * net/tramp-smb.el: New file for using smbclient to access
4902 Windows shares with Tramp. From Michael Albinus.
4904 2002-12-26 Andreas Schwab <schwab@suse.de>
4906 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
4908 2002-12-26 Andre Spiegel <spiegel@gnu.org>
4910 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
4911 order to get the latest version on the current branch.
4912 Update documentation of vc-BACKEND-checkout to explain this.
4914 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
4915 (vc-rcs-checkin): By default, specify the current workfile
4916 branch as the check-in revision.
4918 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
4920 * vc-sccs.el (vc-sccs-checkout): Likewise.
4922 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
4924 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
4925 of displayed expressions are deleted when the displayed expressions
4927 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
4928 deletion is handled by gdb-info-display-custom now.
4929 (gdb-source-info): Undo earlier change (do create display buffer
4932 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
4934 * cus-edit.el (custom-save-faces): Fix typo.
4936 2002-12-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
4938 * mail/undigest.el (unforward-rmail-message): Do not assume that
4939 the forwarded message's Date: header comes after From:. Use a
4940 Forwarded-from: rather than a Forwarded-by: header. Add a
4941 Forwarded-date: header.
4943 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
4945 * gdb-ui.el (gdb-display-number-end): Make auto-display of
4946 expressions in GDB work on text-only terminals.
4947 (gdb-post-prompt): Compute current frame properly.
4948 (gdb-get-current-frame, gdb-frame-handler): New functions.
4949 (gdb-source-info): Move last statement into if clause.
4950 Tidy, improve documentation.
4952 2002-12-23 Richard M. Stallman <rms@gnu.org>
4954 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
4956 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
4957 (easy-menu-define): Doc fix, say SYMBOL can be nil.
4959 * window.el (save-selected-window): Save and restore
4960 selected windows of all frames.
4962 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
4963 Update custom types.
4965 2002-12-23 Alex Schroeder <alex@emacswiki.org>
4967 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
4968 Alex Schroeder's adaptation of Jan Vroonhof
4969 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
4971 * cus-edit.el (customize-save-variable): Take themes into account.
4972 (custom-variable-save): Take themes into account.
4973 (custom-variable-reset-saved): Add comment-widget.
4974 (custom-variable-reset-standard): Add comment-widget.
4975 (custom-variable-reset-standard): Take themes into account.
4976 (custom-face-save): Take themes into account.
4977 (custom-face-reset-standard): Take themes into account.
4978 (custom-save-variables): Take themes into account.
4979 (custom-save-faces): Take themes into account.
4980 (custom-save-resets): New function.
4981 (custom-save-loaded-themes): New function.
4982 (customize-save-customized): Take themes into account.
4984 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
4985 (custom-theme-set-faces): New function.
4986 (custom-theme-face-value): New function.
4987 (custom-theme-reset-internal-face): New function.
4988 (custom-theme-reset-faces): New function.
4989 (custom-reset-faces): New function.
4991 * custom.el (custom-known-themes): New variable.
4992 (custom-declare-theme): New function.
4993 (deftheme): New macro.
4994 (custom-make-theme-feature): New function.
4995 (custom-theme-p): New function.
4996 (custom-check-theme): New function.
4997 (custom-push-theme): New function.
4998 (custom-theme-set-variables): Take themes into account.
4999 (custom-loaded-themes): New variable.
5000 (custom-theme-loaded-p): New function.
5001 (provide-theme): New function.
5002 (require-theme): New function.
5003 (custom-remove-theme): New function.
5004 (custom-do-theme-reset): New function.
5005 (custom-theme-load-themes): New function.
5006 (custom-load-themes): New function.
5007 (custom-theme-value): New function.
5008 (custom-theme-variable-value): New function.
5009 (custom-theme-reset-internal): New function.
5010 (custom-theme-reset-variables): New function.
5011 (custom-reset-variables): New function.
5013 * cus-theme.el: New file.
5015 2002-12-23 Matthew Swift <swift@alum.mit.edu>
5017 * emacs-lisp/rx.el (rx-and): Generate a shy group.
5018 Specify `no-group' when calling rx-to-string.
5019 (rx-submatch): Specify `no-group' when calling rx-to-string.
5020 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
5021 (rx-atomic-p): New function.
5023 2002-12-23 Kevin Ryde <user42@zip.com.au>
5025 * info-look.el (info-lookup): For ease of use try item
5026 case-insensitive if not found case-sensitive.
5027 Do case sensitive search in index nodes, so items differing only in
5028 case go correctly to their respective nodes.
5030 2002-12-22 Richard M. Stallman <rms@gnu.org>
5032 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
5034 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
5037 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
5040 * textmodes/outline.el (outline-next-visible-heading):
5041 When going forward, test outline-invisible-p at start of header.
5043 2002-12-22 Kevin Ryde <user42@zip.com.au>
5045 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
5047 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
5049 (makeinfo-compile): Add a sentinel parameter.
5050 (makeinfo-compilation-sentinel-region): Renamed from
5051 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
5052 (makeinfo-region): Use this.
5053 * info.el (Info-revert-find-node): New function.
5055 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
5057 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
5058 process filter (gdba in gdb-ui.el only).
5059 (gdb-tooltip-print): New function.
5060 (tooltip-gud-process-output): Undo previous change.
5061 (tooltip-strip-annotations): Remove.
5063 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
5065 * gud.el (gud-menu-map): Add jdb support for "run".
5066 (gud-jdb-find-source-using-classpath): Use 'identity.
5067 (gud-jdb-marker-filter): Marker regexp and filename filtering
5068 change to support a backwards-incompatible change in Sun's jdb
5069 line number display in SDK versions 1.4.
5070 (gud-format-command): gud-find-class now requires two
5071 parameters (file and linenumber).
5072 (gud-find-class): Bulk of the change related to using c-syntactic
5073 symbols to locate nested class declarations in java sources
5074 visited by java-mode (cc-mode).
5076 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
5078 * gdb-ui.el: Remove the concept of an instance. This means that
5079 a lot of functions have been renamed. Accessors are prefixed with
5080 gdb-get, setters with gdb-set and the word instance has been
5081 removed from many function and variable names.
5082 (gdb-display-buffer): Protect source buffer as well
5083 as GUD buffer when requesting new buffers.
5084 (gdb-source-info): Two changes : Don't create display buffer
5085 automatically, compute source window correctly.
5087 2002-12-21 Richard M. Stallman <rms@gnu.org>
5089 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
5091 * ls-lisp.el (original-insert-directory): Make this a variable,
5092 don't set its function definition.
5093 (insert-directory): Use funcall to call that function.
5095 * bindings.el (help-echo): Change tooltip string.
5097 * chistory.el (command-history-map): Move definition up.
5099 * faces.el (help-xref-stack): Add defvar to avoid warning.
5101 2002-12-21 Andreas Schwab <schwab@suse.de>
5103 * dired.el (dired-insert-directory): Preserve text properties
5106 2002-12-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5108 * mail/undigest.el (rmail-mail-separator): Renamed from
5109 rmail-digest-mail-separator. All users changed.
5110 (unforward-rmail-message): Rewritten to be more robust and to
5111 additionally account for the common style of forwarding messages
5112 by citing them entirely with headers.
5114 2002-12-18 Dave Love <fx@gnu.org>
5116 * international/utf-8-subst.el: Deleted.
5118 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
5119 char-coding-system-table elements destructively.
5120 Use optimize-char-coding-system-table.
5122 * international/mule.el (optimize-char-coding-system-table): New.
5123 (register-char-codings): Use it.
5125 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5126 (ucs-unicode-to-mule-cjk): Revert last change.
5127 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
5128 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
5129 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
5130 char-coding-system-table elements destructively.
5131 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
5132 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
5134 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
5136 * info.el (Info-dir-remove-duplicates): Avoid infloop when
5137 deleting last entry.
5139 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
5141 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
5142 rename gud-gdba-marker-filter.
5143 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
5144 (gdb-make-instance): Remove (put into gdba).
5145 Use gdb-instance-enqueue-input instead of
5146 gdb-instance-enqueue-idle-input for user functions.
5147 (gdb-instance-target-string): Simplify.
5148 (in-gdb-instance-context): Remove.
5151 2002-12-17 Kenichi Handa <handa@m17n.org>
5153 * international/mule.el (set-file-name-coding-system): New function.
5155 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
5156 Add bindings for set-file-name-coding-system.
5158 2002-12-17 Kenichi Handa <handa@m17n.org>
5160 * international/mule-cmds.el (universal-coding-system-argument):
5161 Bind coding-system-require-warning to t.
5162 (select-safe-coding-system): Handle t in the arg
5163 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
5164 coding-system to allow users to specify unsafe coding system on
5167 2002-12-16 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5169 * mail/undigest.el (rmail-digest-methods)
5170 (rmail-digest-mail-separator): New variables.
5171 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
5172 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
5173 (rmail-digest-parse-rfc934): New functions.
5174 (undigestify-rmail-message): Completely rewritten.
5176 2002-12-16 Kim F. Storm <storm@cua.dk>
5178 * ido.el (ido-read-file-name): Remove debug message.
5180 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
5182 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
5183 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
5184 (Buffer-menu-mode-width): New customization.
5185 (Buffer-menu-sort-column): New var.
5186 (Buffer-menu-no-header): New function for not changing header line and
5187 recognizing swapped M&R columns, used by modifying commands in Buffer
5189 (Buffer-menu-buffer+size): New function for variable width buffer name.
5190 (list-buffers-noselect): Rewritten for nicer menu.
5192 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
5194 * filesets.el (filesets-build-menu-now): Don't clear messages.
5196 * allout.el: Avoid name conflicts with outline.el.
5197 Replace globally string "outline-" with string "allout-".
5198 Replaced 1446 occurrences; there was no string "allout-" before the
5199 change and there seems to be no dependency on outline.el.
5200 Put `quotes' around many function and variable names.
5201 Doc changes to adjust to the change to prefix "allout-".
5202 Don't provide `outline'. Use " Allout" as mode line string,
5203 not " Outl". Put group `allout' in group `editing'.
5204 Update Copyright notice. Autoload `allout-init'.
5205 (allout-init): Give report also in case auto-activation was inhibited.
5206 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
5208 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
5210 * xml.el (xml-parse-tag): Allow spaces between / and >.
5212 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
5214 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5215 Insert missing space in file end comment.
5217 2002-12-15 Simon Josefsson <jas@extundo.com>
5219 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
5220 user-mail-address as sender.
5222 2002-12-15 Dave Love <fx@gnu.org>
5224 * international/mule-cmds.el (standard-keyboard-coding-systems):
5226 (set-locale-environment): Don't use it.
5228 * international/utf-8.el (ucs-mule-cjk-to-unicode)
5229 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
5230 (utf-subst-table-for-decode): Specify :size, :rehash-size.
5231 (utf-translate-cjk): :set rewritten to load subst-... files.
5233 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
5235 2002-12-15 Gustav H
\e,Ae
\e(Bllberg <gustav@virtutech.se> (tiny change)
5237 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
5238 buffer as modified unless it really is.
5240 2002-12-14 Andreas Schwab <schwab@suse.de>
5242 * wid-edit.el (widget-move): Don't loop infinitely when there is
5245 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
5247 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
5248 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
5249 Undo 2002/09/27 change because kill-buffer-hook is not
5252 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5253 Optimize the remaining part of for-effect and/or expressions.
5255 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
5257 * emacs-lisp/easy-mmode.el (define-minor-mode):
5258 Use `custom-current-group'. Pass all groups to the hook.
5259 (easy-mmode-define-global-mode): Use `custom-current-group'.
5261 * international/mule-cmds.el (current-language-environment):
5262 Set type according to `language-info-alist' also here.
5264 * progmodes/compile.el (compilation-menu-map):
5265 Use `kill-compilation' to stop compilation.
5267 2002-12-13 Kenichi Handa <handa@m17n.org>
5269 * language/european.el (encode-mac-roman): Fix last change.
5271 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5272 (ccl-encode-alternativnyj): Fix last change.
5274 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
5276 * gdb-ui.el: Improve documentation strings.
5277 (gdb-many-windows): Set default value to nil.
5279 2002-12-12 Dave Love <fx@gnu.org>
5281 * international/subst-big5.el, international/subst-gb2312.el:
5282 * international/subst-jis.el, international/subst-ksc.el: New.
5284 * custom.el (defcustom, custom-set-variables): Doc fix.
5286 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
5287 things protected by `(if (fboundp ...' or `(if (boundp ...'.
5289 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
5291 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
5293 * progmodes/fortran.el (fortran-mode-abbrev-table):
5294 Handle `define-abbrev' with either 5 or 6 arguments.
5296 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
5298 * international/mule-cmds.el (set-language-info):
5299 Update custom-type of `current-language-environment'.
5300 (current-language-environment): Fix custom type.
5302 2002-12-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
5304 * progmodes/antlr-mode.el (antlr): New URL.
5306 2002-12-10 R. Bernstein <rocky@panix.com>
5308 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
5309 Fix erroneous print expression command, and fix typos.
5310 (perldb): Undo previous change in prompt regexp.
5312 2002-12-10 Steven Tamm <steventamm@mac.com>
5314 * generic-x.el (javascript-generic-mode): Added C style block
5315 comments as used in ECMA-262 standard.
5317 2002-12-10 Kenichi Handa <handa@m17n.org>
5319 * language/european.el ("Swedish"): Change tutorial file name to
5320 TUTORIAL.sv in this langauge environment..
5322 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
5324 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
5325 disable it buffer-locally.
5326 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
5327 `eventpt' and point.
5329 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
5330 (ibuffer-set-filter-groups-by-mode): Use it instead of
5331 `delete-duplicates' so we don't require cl library at runtime.
5332 (ibuffer-insert-filter-group-before): Don't use `position' so we
5333 don't require cl library at runtime.
5335 * chistory.el (command-history-mode): Add interactive spec.
5338 2002-12-09 Richard M. Stallman <rms@gnu.org>
5340 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
5342 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5344 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
5345 customize type 'float is now defined.
5347 2002-12-09 Dave Love <fx@gnu.org>
5349 * international/code-pages.el (mik, pt154): New coding systems.
5351 * international/ucs-tables.el: Fix properly.
5353 2002-12-09 Andreas Schwab <schwab@suse.de>
5355 * international/ucs-tables.el: Fix last change.
5357 2002-12-09 Kenichi Handa <handa@m17n.org>
5359 * international/titdic-cnv.el (titdic-convert): Process the
5360 header part in multibyte mode.
5362 2002-12-08 Dave Love <fx@gnu.org>
5364 * international/code-pages.el (mule-diag): Move where it's required.
5366 * international/ucs-tables.el: Add latin-jisx0201 characters.
5367 Fix translation-table-for-input for lao, thai, tibetan.
5369 2002-12-08 Andreas Schwab <schwab@suse.de>
5371 * files.el (insert-directory): Insert free space only when
5372 listing a full directory.
5374 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
5376 * gdb-ui.el : Remove inappropriate key-bindings.
5377 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
5378 Parse correctly when breakpoint has no line number.
5379 (def-gdb-auto-update-handler, gdb-info-locals-handler),
5380 (gdb-display-end): Avoid using insert-buffer.
5381 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
5383 2002-12-07 Richard M. Stallman <rms@gnu.org>
5385 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
5386 (compilation-leave-directory-regexp-alist): Match byte compiler output.
5388 * emacs-lisp/cl-macs.el: Add local variable list
5389 to turn off cl-function warnings.
5391 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
5392 elements in load-history.
5393 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
5394 and cl-struct-setf-expander.
5396 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
5398 (autoload-print-form): Use autoload-print-form-outbuf.
5399 (generate-file-autoloads): Bind autoload-print-form-outbuf.
5401 * calendar/calendar.el (calendar-day-name): Move defn down.
5403 * speedbar.el (speedbar-directory-buttons-follow):
5404 Don't use directory-sep-char.
5406 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
5408 * register.el (describe-register-1): Use window-width
5409 to truncate string in a register. Check whether the string
5410 in a register is an empty string or a sequence of white spaces.
5412 2002-12-07 Andreas Schwab <schwab@suse.de>
5414 * faces.el (face-font-selection-order)
5415 (face-font-family-alternatives, face-font-registry-alternatives):
5416 Remove period from :tag value.
5418 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
5421 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
5423 * wid-edit.el (define-widget number): Clarify doc and error message.
5424 (define-widget float): New widget.
5426 2002-12-07 Andreas Schwab <schwab@suse.de>
5428 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
5430 * files.el (find-file-read-args): Reenable wildcard processing
5433 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
5435 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
5436 functions for copyright notice and copying permissions.
5437 (texinfo-copying, texinfo-insertcopying): New functions.
5439 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
5441 * textmodes/texinfmt.el (texinfo-format-ifxml)
5442 (texinfo-format-xml): New function.
5443 (ifxml, ifnotxml): New aliases.
5445 2002-12-06 Dave Love <fx@gnu.org>
5447 * international/utf-8-subst.el: Revert last change.
5449 2002-12-06 Miles Bader <miles@gnu.org>
5451 * info.el (Info-insert-dir): Make dir-node-cache variables
5452 buffer-local, so that killing the *info* buffer forces the
5453 dir-node to be rebuilt.
5455 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
5457 * finder.el (finder-compile-keywords): Don't insert a keyword to
5460 2002-12-05 Andreas Schwab <schwab@suse.de>
5462 * speedbar.el (speedbar-highlight-face): Fix face spec.
5464 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
5466 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
5467 gdb-proc with gud-comint-buffer instead.
5469 (def-gdb-var): Simplify.
5470 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
5471 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
5472 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
5473 (gdb-info-locals-handler): Avoid replace-regexp.
5475 * calendar/calendar.el (facemenu-unlisted-faces): Only update
5476 after facemenu is loaded.
5477 (calendar-font-lock-keywords): Accept non-ASCII month names.
5480 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
5481 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
5482 (gdba): Call `gdb' and then make modifications.
5483 Always call gdb-clear-inferior-io rather than just "the first time".
5484 (gud-break, gud-remove): Definitions moved to inside gdba.
5485 (gdb-target-name): Remove. Use gud-target-name instead.
5486 (gdba-complete-filter, gdba-common-init): Remove.
5487 The changes were integrated into the generic code.
5489 * gud.el: Use match-string.
5490 (gud-menu-map): Re-fix gdb-running to gud-running.
5491 Activate up/down and finish for pdb.
5492 (gud-def): Use backquotes.
5493 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
5494 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
5495 (gud-gdb-complete-break, gud-gdb-complete-list):
5496 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
5497 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
5498 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
5499 Add a `filter' argument and run it on `string'.
5500 (gud-gdb-run-command-fetch-lines): Use it instead of
5501 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
5502 Return the fetched lines.
5503 (gud-gdb-complete-command): Use it instead of cooking up
5504 something by hand using gud-gdb-complete-filter.
5505 (gud-gdb-get-stackframe): Use the new calling convention of
5506 gud-gdb-run-command-fetch-lines.
5507 (gud-gdb-fetched-stack-frame-list): Remove.
5508 (gud-gdb-speedbar-stack-filter): Remove.
5509 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
5510 (gud-bashdb-command-name): Add "--debugger" argument here.
5511 (bashdb): Use default gud-find-file and don't bother with
5512 a massage-args function now that --debugger is make explicit.
5513 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
5514 (bashdb): Don't provide.
5515 (gud-target-name): New var.
5516 (gud-common-init): Set it.
5517 Also reset gud-running and gud-last-last-frame.
5519 2002-12-05 Dave Love <fx@gnu.org>
5521 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
5522 mule-utf-16-le, mule-utf-16-be.
5524 2002-12-05 Richard M. Stallman <rms@gnu.org>
5526 * textmodes/outline.el (outline-mode): Doc fix.
5528 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
5530 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
5532 2002-12-05 Kenichi Handa <handa@m17n.org>
5534 * international/titdic-cnv.el (quail-misc-package-ext-info):
5535 Remove duplicate entry for chinese-b5-quick.
5536 (batch-miscdic-convert): Don't try to call miscdic-convert on
5537 files in the directory just following the arg "-dir".
5539 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
5541 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
5542 corresponding defvar.
5543 (gdb-inferior-io-mode-map): New var.
5544 Add bindings to it rather than to comint-mode-map.
5545 (gdb-display-number-end): Use dolist. Remove always-true test.
5546 (gdb-delete-line): Move and simplify.
5547 (gdb-display-end): Don't bother going to beg-of-line since we're there.
5548 (gdb-array-format1): Use dolist.
5549 (gdb-make-windows-menu, gdb-make-frames-menu):
5550 Move to top-level code. Move the menus to within the GUD menu.
5551 Make the menus only appear in gdba mode.
5553 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
5554 (gdb-inferior-io-mode): Use define-minor-mode.
5555 (gdb-source-info): Don't burp if there's no source file.
5556 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
5557 (gdb-inferior-io-stop, gdb-inferior-io-eof)
5558 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
5559 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
5560 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
5561 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
5562 (gdb-display-display-buffer, gdb-frame-display-buffer)
5563 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
5564 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5565 Remove the spurious left over arg from the "big reorg".
5567 2002-12-04 Richard M. Stallman <rms@gnu.org>
5569 * gud.el (gud-menu-map): Update for bashdb.
5570 (perldb): Change prompt regexp.
5571 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
5572 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
5574 * progmodes/cc-vars.el: Simply require wid-edit and custom
5575 in eval-when-compile.
5577 * progmodes/cc-menus.el: Don't require imenu.
5579 * progmodes/cc-langs.el: Don't require cl.
5580 (c-delete-duplicates): New function. Use instead of delete-duplicates.
5582 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
5583 Add an else-clause to the if to avoid confused compiler warning.
5585 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
5587 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
5589 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
5591 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
5592 Update gdb-running -> gud-running.
5593 (gdba): Use the default for gud-find-file.
5594 (def-gdb-variable): Remove: fold into def-gdb-var.
5595 (def-gdb-var): Use buffer-local-value and with-current-buffer.
5597 * gud.el (gud-running): Rename from gdb-running. Update uses.
5598 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
5599 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
5600 which fails if tool-bar.el is loaded in the mean time.
5601 (gud-file-name): New fun.
5602 (gud-find-file): Use it as default value for gud-find-file.
5603 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
5605 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
5606 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
5607 (gud-pdb-find-file, gud-jdb-find-file): Remove.
5608 (gud-query-cmdline): Don't stuff the whole cwd in the command.
5609 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
5610 (gud-mipsdbx-massage-args): Remove.
5611 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
5612 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
5613 (gud-jdb-command-name): New var.
5614 (gud-common-init): Re-instate RMS code of 11/13.
5616 2002-12-03 Dave Love <fx@gnu.org>
5618 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
5619 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
5620 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
5622 2002-12-03 Andreas Schwab <schwab@suse.de>
5624 * cus-edit.el (custom-display): Add checkbox for type mac.
5626 * whitespace.el (whitespace-highlight-face): Fix face spec.
5628 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
5630 * simple.el (completion-setup-function): Fix last change to use
5631 minibuffer-completing-file-name instead.
5633 * add-log.el (change-log-mode): Set indent-line-function explicitly
5634 to what it was before indent-line-function's default was changed.
5636 2002-12-02 Richard M. Stallman <rms@gnu.org>
5638 * textmodes/ispell.el (ispell-dict-map): Move specific
5639 dictionary selection into a submenu.
5641 * textmodes/fill.el (fill-indent-to-left-margin): New function.
5642 (fill-newline, fill-region-as-paragraph): Use that.
5644 * simple.el (completion-setup-function):
5645 Handle ffap-read-file-or-url-internal specially like
5646 read-file-name-internal.
5648 2002-12-02 Simon Marshall <marshals@perth>
5650 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
5652 2002-12-02 Fran
\e,Ag
\e(Bois Pinard <pinard@iro.umontreal.ca>
5654 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
5655 more make keywords: defined, endef, override, export, unexport
5658 2002-12-02 Dave Love <fx@gnu.org>
5660 * autoarg.el (autoarg-kp-mode): Give it a :group.
5662 2002-12-02 Noah Friedman <friedman@splode.com>
5664 * complete.el (PC-do-completion): Do not add wildcards to pattern
5665 unless filename is non-nil.
5667 2002-12-02 Andreas Schwab <schwab@suse.de>
5669 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
5671 * paren.el (show-paren-mismatch-face): Fix face spec.
5673 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
5675 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
5676 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
5678 * tooltip.el (tooltip-gud-process-output): Handle annotations that
5679 are output with gdba in gdb-ui.el.
5680 (tooltip-strip-annotations): New function.
5682 2002-11-29 Dave Love <fx@gnu.org>
5684 * autoarg.el (autoarg-mode): Give it a :group.
5686 2002-11-29 Bill Wohler <wohler@newt.com>
5688 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
5689 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
5690 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
5693 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
5694 searches and speedbar support in MH-E version 7.0.
5696 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
5697 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
5698 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
5701 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
5703 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
5705 2002-11-29 Richard M. Stallman <rms@gnu.org>
5707 * mail/rmail.el (rmail-convert-to-babyl-format):
5708 Make search for message delimiter case-sensitive.
5710 * simple.el (yank-window-start): New variable.
5711 (yank): Record yank-window-start
5712 (yank-pop): Use yank-window-start.
5714 * info.el (Info-additional-directory-list): Doc fix.
5716 * indent.el (indent-according-to-mode, indent-region): Doc fix.
5718 * tooltip.el (tooltip-gud-tips-p): Doc fix.
5720 * eshell/em-script.el: Require eshell.
5722 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
5724 2002-11-29 Kim F. Storm <storm@cua.dk>
5726 * mwheel.el: Avoid accidental yanking of text while scrolling with
5727 the mouse wheel. This adds a short period after each mouse wheel
5728 scroll event where a click on the mouse wheel button is ignored.
5729 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
5730 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
5731 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
5732 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
5733 Start mwheel-inhibit-click-event-timer with timeout handler
5734 mwheel-inhibit-click-timeout.
5736 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
5738 * tooltip.el (tooltip-gud-tips-setup): Remove.
5739 (tooltip-gud-debugger): Remove.
5740 (tooltip-gud-print-command): Use gud-minor mode instead of
5741 tooltip-gud-tips-setup and tooltip-gud-debugger.
5743 * gdb-ui.el (gdb-starting): Set gdb-running to t.
5744 (gdb-stopped): Set gdb-running to nil.
5745 (gdb-quit): Reset some variables including tool-bar-map.
5747 * gud.el (gdb-running): New variable.
5748 (gud-menu-map): Use gdb-running to grey out toolbar buttons
5749 with gdba in gdb-ui.el.
5750 (gud-tool-bar-map): Move to avoid byte compiler warning.
5752 2002-11-27 Jason Rumney <jasonr@gnu.org>
5754 * files.el (file-truename): Canonicalize non-existent names on w32.
5756 2002-11-28 Kim F. Storm <storm@cua.dk>
5758 * ido.el (ido-xemacs): Remove defvar. All uses changed to
5759 check (featurep 'xemacs) instead.
5760 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
5762 2002-11-27 Dave Love <fx@gnu.org>
5764 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
5765 forms' block to top (before uses).
5766 (help-fns): Don't require at top level. (Recursively.)
5767 (cl-transform-lambda): Require help-fns.
5769 2002-11-26 Dave Love <fx@gnu.org>
5771 * language/european.el (encode-mac-roman): Deal with unencodable
5774 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
5775 (ccl-encode-alternativnyj): Deal with unencodable characters.
5777 * international/code-pages.el (cp-make-coding-system): Deal with
5778 unencodable characters.
5780 2002-11-24 Richard M. Stallman <rms@gnu.org>
5782 * mail/sendmail.el (mail-signature): Handle case where
5783 value of mail-signature is a string.
5785 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
5787 * faces.el (face-set-after-frame-default): Ignore errors
5788 in face-spec-face-set.
5790 * cus-face.el (custom-declare-face): Add face-defface-spec
5791 prop after applying the face spec.
5793 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
5795 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
5796 print command for gdb to keep it out of the command history.
5798 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
5799 code to allow only one gdb process.
5801 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
5803 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
5806 2002-11-22 Simon Marshall <marshals@perth>
5808 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
5810 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
5812 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
5814 2002-11-20 Simon Josefsson <jas@extundo.com>
5816 * play/morse.el (morse-code): Add non-ASCII characters, according
5817 to table at http://www.soton.ac.uk/~scp93ch/morse/.
5819 2002-11-21 Richard M. Stallman <rms@gnu.org>
5821 * dired.el (dired-sort-inhibit): New variable.
5822 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
5824 * find-dired.el (find-dired): Set dired-sort-inhibit to t
5827 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
5829 * progmodes/sql.el: Added LINTER support.
5830 (sql-linter-program): New variable.
5831 (sql-linter-options): New variable.
5832 (sql-mode-menu): Added Linter keywords.
5833 (sql-mode-linter-font-lock-keywords): New variable.
5834 (sql-highlight-linter-keywords): New function.
5835 (sql-linter): New function.
5836 (sql-ms-options): New variable.
5839 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
5841 * ibuffer.el (ibuffer-formats): Change default value; bump width
5842 of size column in first format to 7.
5844 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
5846 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
5847 load-history since `defvar' now uses this format.
5849 * custom.el (custom-declare-variable): Use push.
5850 Use the (defvar . <sym>) format in load-history like `defvar' does.
5852 * subr.el (symbol-file): Accept a non-atomic `function' arg.
5853 (with-local-quit): Add debug and indentation info.
5855 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
5857 * subr.el (symbol-file): Remove unused variable `functions'.
5859 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
5861 * Makefile.in (setwins_almost): Renamed from finder_setwins.
5862 (custom-deps): Use it.
5863 (finder-data): Adjust to that name change.
5865 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5867 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5868 Turn errors into messages so they don't get ignored.
5869 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
5870 (eldoc-beginning-of-sexp): Simplify.
5871 (eldoc-function-arglist): Remove.
5872 (eldoc-function-argstring): Use help-function-arglist instead.
5873 (eldoc-function-argstring-from-docstring-method-table)
5874 (eldoc-function-argstring-from-docstring): Remove.
5876 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5878 2002-11-19 Dave Love <fx@gnu.org>
5880 * emacs-lisp/bytecomp.el (maphash, map-char-table):
5881 Use byte-compile-funarg.
5883 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
5885 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
5887 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
5888 members here rather than with custom-add-to-group. This is the
5889 intended way of using defgroup and also lets
5890 custom-make-dependencies do its job.
5891 (defgroup vhdl-highlight-faces): Ditto.
5893 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
5894 Previous group name shadow is used in shadowfile.el.
5895 (shadows-compare-text-p): Use group lisp-shadow.
5897 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
5899 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
5901 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
5903 * register.el (describe-register-1): Don't assign to val the value
5904 returned by `remove-list-of-text-properties'.
5906 2002-11-18 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5908 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
5909 Grok month numbers, too.
5911 2002-11-18 Juanma Barranquero <lektu@terra.es>
5913 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
5915 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5917 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
5919 * textmodes/refill.el (defgroup refill): New group.
5921 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
5923 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
5925 * textmodes/paragraphs.el (use-hard-newlines): Add group.
5927 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
5928 (compilation-minor-mode): Add group.
5930 * reveal.el (global-reveal-mode): Add group.
5932 * bookmark.el (bookmark-menu-length): Fix group name.
5934 2002-11-17 Richard M. Stallman <rms@gnu.org>
5936 * mail/rmail.el (rmail-ignored-headers): Add more headers.
5938 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
5939 (parse-time-val): Var renamed from `val'. All uses changed.
5941 * files.el (parse-time-rules): Mark it as risky.
5943 * finder.el (finder-commentary): Use buffer *Finder-package*.
5945 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
5947 * simple.el (indicate-unused-lines)
5948 (default-indicate-unused-lines): New variable aliases.
5950 2002-11-18 Kenichi Handa <handa@m17n.org>
5952 * progmodes/cc-vars.el: Undo previous change.
5954 2002-11-18 Kenichi Handa <handa@m17n.org>
5956 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
5958 * language/european.el (iso-latin-1): Make it safe.
5959 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
5960 (iso-latin-9): Likewise.
5962 * language/greek.el (greek-iso-8bit): Make it safe.
5964 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
5966 * language/lao.el (lao): Make it safe.
5968 * language/thai.el (thai-tis620): Make it safe.
5970 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
5972 * speedbar.el (defgroup speedbar): Use group 'etags instead of
5973 nonexisting group 'tags.
5975 * emacs-lisp/re-builder.el: Add provide call.
5977 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
5978 (feedmail-fiddle-plex-user-list): Fix typo in group name.
5980 * progmodes/make-mode.el (makefile-space-face): Fix group name.
5982 * textmodes/ispell.el (defgroup ispell): Arrange that definition
5983 starts at beginning of line.
5985 * textmodes/table.el (defgroup table-hooks): New group.
5986 (table-cell-map-hook): Fix typo in group name.
5988 * calendar/diary-lib.el (diary-button-face): Add group and version
5991 * warnings.el (defgroup warnings): New group.
5993 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
5995 * emacs-lisp/autoload.el (update-autoloads-from-directories):
5996 Sort the list of files with no autoloads.
5998 2002-11-16 Alan Shutko <ats@acm.org>
6000 * calendar/diary-lib.el (list-diary-entries): Pass a marker
6001 indicating source of entry to add-to-diary-list.
6002 (diary-button-face, diary-entry, diary-goto-entry): New, to
6003 support click to diary file.
6004 (fancy-diary-display): Buttonize diary entries.
6005 (list-sexp-diary-entries): Pass a marker indicating source of
6006 entry to add-to-diary-list.
6007 (diary-date): Return mark as well as entry.
6009 * calendar/calendar.el (diary-face): New.
6010 (european-calendar-display-form, describe-calendar-mode)
6011 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
6012 (calendar-make-alist): New.
6013 (calendar-mode): Set up font-lock mode.
6014 (generate-calendar-window): Fontify if font-lock-mode is on.
6016 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6018 * international/codepage.el (cp866-decode-table): Fix the
6021 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6023 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
6024 caused existing function definitions to be overridden by
6025 phonies when the bytecomp environment is restored.
6027 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
6029 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
6030 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
6031 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
6032 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
6033 Icons for debugger (pbm files).
6035 2002-11-15 Richard M. Stallman <rms@gnu.org>
6037 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
6039 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
6041 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
6042 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
6043 (ibuffer-mode-hooks): Remove spurious defvar.
6044 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
6045 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
6046 `ibuffer-mode-hooks'.
6048 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
6050 * mail/rmailedit.el: Add provide call.
6052 * play/bruce.el: Add provide call.
6054 * emacs-lisp/gulp.el: Add provide call.
6056 2002-11-14 Richard M. Stallman <rms@gnu.org>
6058 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
6060 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
6062 * custom.el (custom-declare-group): Remove unnecessary line of code.
6064 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
6066 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
6068 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
6069 at end of diary file.
6071 2002-11-14 Kim F. Storm <storm@cua.dk>
6073 * files.el (mode-name): Mark it as risky-local-variable like the
6074 other mode-line elements (moved from bindings.el).
6076 * bindings.el (mode-name): Moved mark as risky-local-variable to
6079 2002-11-14 Juanma Barranquero <lektu@terra.es>
6081 * gud.el: Fix feature name in `provide'.
6083 * gdb-ui.el: Fix feature name in `require'.
6085 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
6087 * progmodes/etags.el (find-tag-default): Copy text at point without
6090 2002-11-14 Kenichi Handa <handa@m17n.org>
6092 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
6094 2002-11-14 Kim F. Storm <storm@cua.dk>
6096 * textmodes/fill.el (fill-nobreak-invisible): New var.
6097 (fill-nobreak-p): Test it; return t if set and point invisible.
6098 (fill-newline): Test it; remove invisible prop on newline if set.
6100 * info.el (Info-fontify-node): New local list paragraph-markers.
6101 Record markers for mangled *note references on that list.
6102 When done, go back through those markers and fill each mangled
6103 paragraph with `fill-nobreak-invisible' let-bound to t.
6104 Don't use `display' property; insert "see" directly in buffer.
6106 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
6108 * gdb-ui.el: New file, User Interface for running GDB
6110 * gud.el:(gud-find-file): Set up GDB tool bar.
6111 (gud-menu-map): New commands: run, goto.
6112 Enable some commands for gdba.
6113 (gud-query-cmdline): Pass default directory to gdba.
6114 (gdb): Defune gud-goto and gud-run.
6115 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
6116 (gud-mode): Set up local tool bar.
6117 (gud-display-line): For gdba, call gdb-display-source-buffer.
6118 (gud-basic-call): For gdba, maybe delete the current prompt.
6119 (gud-tool-bar-map): New variable.
6120 (gud-read-address): Correction.
6122 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
6123 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
6124 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
6125 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
6128 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
6130 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
6132 2002-11-13 Andre Spiegel <spiegel@gnu.org>
6134 * vc-rcs.el (vc-rcs-registered): Improve comment.
6136 * vc-sccs.el (vc-sccs-registered): Improve comment.
6138 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6140 * progmodes/compile.el (compilation-error-regexp-alist):
6141 Don't include colon and space after a file name as part of the name.
6143 2002-11-13 Richard M. Stallman <rms@gnu.org>
6145 * gud.el (gdb): Undo 10-26 change.
6147 2002-11-13 Kenichi Handa <handa@m17n.org>
6149 * replace.el (occur-engine): Set buffer-file-coding-system of
6150 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
6152 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
6154 * custom.el (custom-handle-all-keywords): Fix arg passed to
6155 custom-add-to-group.
6157 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
6159 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
6160 (cvs-minor-mode-map): Add e binding in log-view-mode.
6162 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
6163 (perl-indent-line): Look at the open-paren to indent a close-paren.
6164 (perl-calculate-indent): Try to better indent args after hanging paren.
6165 Remove special code for open-paren-in-column-0.
6167 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
6168 (sgml-name-char): Use it.
6169 (sgml-tag-last, sgml-tag-history): New vars.
6170 (sgml-tag): Use them.
6171 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
6172 (sgml-delete-tag): Remove resulting empty lines.
6173 (sgml-tag) <symbol-plist>: Don't make intangible.
6174 (sgml-parse-tag-backward): Add limit argument.
6175 (html-autoview-mode): Use define-minor-mode.
6177 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
6179 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
6180 that the definition is found by `find-function-search-for-symbol'
6183 * vc-sccs.el (vc-sccs-registered): Ditto.
6185 * emulation/edt.el (defgroup edt): Arrange that definition starts
6186 at beginning of line.
6188 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
6190 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
6191 Remove autoload cookie.
6193 * newcomment.el (defgroup comment): Remove autoload cookie.
6195 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
6197 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
6198 Declare with defvar, not with defcustom.
6200 * cus-dep.el: Don't require 'autoload.
6201 (custom-make-dependencies): Handle :version also for autoloaded
6204 * winner.el (defgroup winner): Arrange that definition starts at
6207 * emulation/edt.el: Simplify Emacs 19 compatibility.
6209 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
6211 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
6212 escape any format-like sequences it could contain.
6214 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
6216 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
6218 2002-11-11 Juanma Barranquero <lektu@terra.es>
6220 * bindings.el (mode-name): Mark it as risky-local-variable.
6222 2002-11-09 Dave Love <fx@gnu.org>
6224 * international/mule-cmds.el (current-language-environment):
6227 * international/ucs-tables.el: Revert to using
6228 translation-table-for-input instead of keyboard-translate-table.
6230 * international/quail.el (quail-input-string-to-events):
6233 * simple.el (quoted-insert): Bind translation-table-for-input,
6234 not keyboard-translate-table.
6236 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
6238 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
6240 * complete.el (PC-do-completion): Make partial-completion work
6241 with incomplete directory names.
6243 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
6244 standard-latex-block-names.
6245 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
6246 and renewtheorem. Highlight \it and \bf separately since they
6248 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
6249 (tex-font-lock-keywords-3, tex-verbatim-environments)
6250 (tex-font-lock-syntactic-keywords): New vars.
6251 (superscript, subscript, tex-verbatim-face): New faces.
6252 (tex-font-lock-syntactic-face-function): Handle \verb construct.
6253 (tex-common-initialization): Update font-lock-defaults setting.
6254 (tex-insert-braces): Make it into a skeleton.
6255 (latex-fill-nobreak-predicate): Don't break after \.
6256 (latex-insert-block): Rename from tex-latex-block.
6257 (latex-down-list): Use tex-mode-syntax-table when skipping parens
6258 rather than the indentation syntax-table.
6259 (latex-close-block): Rename from tex-close-latex-block.
6260 (latex-split-block): New fun.
6261 (latex-indent): Don't indent inside a verbatim block.
6262 (latex-find-indent): Stick \begin{verbatim} to the margin.
6264 2002-11-08 John Wiegley <johnw@gnu.org>
6266 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
6267 well as memq to find `global-mode-string' within
6268 `mode-line-format'. The structure of that variable has changed in
6271 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
6273 * format.el (format-decode): Be careful with the order in `format'.
6275 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
6277 * eshell/em-glob.el: Require esh-util.
6278 (eshell-glob-initialize): Don't assume
6279 eshell-special-chars-outside-quoting is available.
6281 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
6282 a paragraph starter when filling non-comments.
6283 (fill-comment-paragraph): Don't narrow while doing the fill.
6284 Recognize paragraph starters and separators within comments.
6285 Use adaptive-fill-prefix when it works. Use comment-search-forward.
6287 * progmodes/compile.el (grep-default-command): New fun.
6289 (compilation-menu-map): New var.
6290 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
6291 (compilation-mode-map): Simplify.
6292 (compilation-shell-minor-mode, compilation-minor-mode):
6293 Use define-minor-mode.
6295 * elide-head.el (elide-head): Don't make intangible.
6297 * help.el (where-is): Rename map to defs (a list of syms is not a map).
6298 Test fboundp first, to speed things up. Use push.
6300 * isearch.el (isearch-hidden): New var.
6301 (isearch-search-and-update): Test it.
6302 (isearch-range-invisible): Set it.
6304 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
6305 paragraph-separate, comment-column, and fill-paragraph-function.
6306 Simplify outline-regexp.
6307 (tcl-do-fill-paragraph): Remove.
6309 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
6311 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
6313 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
6314 Definition moved down.
6315 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
6316 Do not declare :get property.
6317 (grep-use-null-device): Fix type. Do not declare :get property.
6319 * emacs-lisp/checkdoc.el (checkdoc-find-error):
6320 Use get-file-buffer instead of get-buffer.
6322 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
6325 2002-11-07 Juanma Barranquero <lektu@terra.es>
6327 * help.el (where-is): Report also aliases of the passed command.
6329 2002-11-06 Dave Love <fx@gnu.org>
6331 * simple.el (quoted-insert): Bind keyboard-translate-table around
6334 * international/ucs-tables.el: Use keyboard-translate-table coding
6335 system property, not translation-table-for-input, for
6336 vietnamese-viscii & al.
6337 (translation-table-for-input): Set,
6338 don't defvar, and make permanent-local.
6339 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
6340 set-buffer-major-mode-hook, not quail-activate-hook.
6341 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
6342 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
6343 Setup keyboard-translate-table, not translation-table-for-input.
6344 Modify set-buffer-major-mode-hook, not quail-activate-hook.
6345 (ucs-fragment-8859): Don't use translation-table-for-input coding
6347 (ucs-quail-activate): Deleted.
6348 (ucs-set-table-for-input): New.
6349 (ucs-minibuffer-setup): Use it.
6351 * international/quail.el (quail-input-string-to-events):
6352 Use keyboard-translate-table, not translation-table-for-input.
6354 * files.el (normal-mode): Call ucs-set-table-for-input.
6356 * international/mule.el (set-buffer-file-coding-system):
6357 Call ucs-set-table-for-input.
6359 2002-11-06 Richard M. Stallman <rms@gnu.org>
6361 * replace.el (query-replace, query-replace-regexp): Doc fixes.
6363 * emacs-lisp/bytecomp.el (byte-compile-lambda):
6364 Handle progn like let, inside interactive spec.
6366 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
6367 Initialize to a suitable sexp.
6368 (tex-view): Evaluate tex-dvi-view-command and use the value.
6370 2002-11-06 Kenichi Handa <handa@m17n.org>
6372 * international/mule.el (coding-system-eol-type-mnemonic):
6373 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
6375 2002-11-06 Kim F. Storm <storm@cua.dk>
6377 * info.el (Info-fontify-node): Fixed hiding of *note references
6378 with embedded file names like (xxx.yyy).
6379 Avoid making any lines visibly longer if hiding newlines inside
6380 note references by wrapping line after references if it contained
6381 a newline (unfortunaly this makes more lines appear "shorter").
6382 Properly reindent multi-line menu entry descriptions.
6384 2002-11-05 Juanma Barranquero <lektu@terra.es>
6386 * language/cyrillic.el ("Bulgarian"): Fix typo.
6388 * international/mule.el (coding-system-eol-type-mnemonic):
6389 Move from mule-util.el.
6391 * international/mule-util.el (coding-system-eol-type-mnemonic):
6394 2002-11-04 Juanma Barranquero <lektu@terra.es>
6396 * files.el (find-buffer-visiting): Accept new optional PREDICATE
6397 argument to return only a buffer that satisfies the predicate.
6398 (insert-file-1): New function.
6399 (insert-file-literally): Use it.
6400 (insert-file): Use it.
6402 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
6404 * desktop.el (desktop-relative-file-names): New variable.
6405 (desktop-save): Use it.
6407 2002-11-03 Andre Spiegel <spiegel@gnu.org>
6409 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
6410 its current version in dired.el.
6412 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
6414 * emacs-lisp/autoload.el (generate-file-autoloads)
6415 (update-file-autoloads): Strip .gz and other such extensions.
6416 (update-autoloads-from-directories): Also consider compressed files.
6418 * info.el (Info-streamline-headings): New var.
6419 (Info-dir-remove-duplicates): New fun.
6420 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
6421 (Info-select-node): Simplify handling of Info-header-line.
6422 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
6423 (Info-mode): Set header-line-format once and for all.
6424 (Info-fontify-node): Accept bogus first line with `File:' missing.
6425 Only make first line invisible if Info-use-header-line.
6426 Don't use `intangible': it's evil. Use inhibit-read-only.
6427 (Info-follow-reference, Info-next-reference, Info-prev-reference)
6428 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
6429 since we don't use intangible any more.
6431 * image.el (insert-image): Don't make intangible since
6432 adjust_point_for_property should be sufficient by default.
6434 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6436 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
6437 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
6438 (fill-paragraph): Use them.
6440 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
6441 Use fill-comment-paragraph.
6443 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
6445 * bindings.el (mode-line-change-eol)
6446 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
6447 (mode-line-mule-info): Use them for the EOL part of the modeline.
6449 * server.el (server-sentinel): Kill buffers if applicable.
6450 (server-temp-file-p): Make arg optional.
6451 (server-done): Use it to simplify.
6452 (server-switch-buffer): If server-window is a function, use it.
6454 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
6455 (undigestify-rmail-message): Fix paren-bug and simplify.
6457 2002-11-02 Kim F. Storm <storm@cua.dk>
6459 * info.el (Info-hide-note-references): nil value now does no
6460 reformatting at all. New choice 'tag reformats tag but shows
6461 the section reference.
6462 (Info-fontify-node): Use it.
6464 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
6466 * textmodes/tex-mode.el (tex-common-initialization):
6467 comment-start-skip shouldn't match on the next line.
6469 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
6470 Don't bother making paragraph-start a superset of paragraph-separate.
6471 Use line-beginning-position.
6473 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
6474 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
6476 2002-11-01 Kim F. Storm <storm@cua.dk>
6478 * info.el (Info-hide-note-references): New defcustom.
6479 (Info-fontify-node): Use it.
6481 2002-10-31 Kim F. Storm <storm@cua.dk>
6483 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
6484 --noediting option; added run-time check to exclude it.
6486 * info.el (Info-follow-reference, Info-next-reference)
6487 (Info-prev-reference, Info-try-follow-nearest-node):
6488 Bind inhibit-point-motion-hooks to t while parsing reference.
6489 (Info-fontify-node): When font-lock-mode is enabled, display
6490 "*note" and "* menu" references in a more user friendly format.
6492 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
6494 * textmodes/fill.el (fill-move-to-break-point): Skip white space
6495 _before_ checking to see if we're hitting the margin.
6496 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
6497 it's now done by the C primitives. Don't use narrowing.
6498 Reorganize the line-breaking part of the code to simplify the control
6499 flow and make it work in the absence of narrowing.
6500 (fill-region): Don't use narrowing.
6502 2002-10-30 Dave Love <fx@gnu.org>
6504 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
6505 (po-find-charset): Doc fix. Remove interactive spec.
6507 (po-find-file-coding-system-guts): Re-written to use
6508 coding-system-alist, and code-pages, not codepage stuff.
6510 * term/x-win.el: Remove some ancient compatibility code.
6511 Populate x-keysym-table.
6513 2002-10-30 Andreas Schwab <schwab@suse.de>
6515 * subr.el (replace-regexp-in-string): Doc fix.
6517 2002-10-29 Dave Love <fx@gnu.org>
6519 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
6521 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
6523 * international/mule-conf.el: Doc fixes.
6525 2002-10-29 Richard M. Stallman <rms@gnu.org>
6527 * server.el (server-switch-buffer): Say when no server buffers remain.
6529 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
6531 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6533 * progmodes/make-mode.el (makefile-warn-continuations):
6534 Call re-search-forward with NOERROR t.
6536 2002-10-29 Kim F. Storm <storm@cua.dk>
6538 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
6539 incomplete list of matches to be returned.
6541 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6543 * textmodes/texinfo.el (texinfo-environments): Add environment;
6544 copying, documentdescription, ifplaintext, ifnotplaintext, and
6547 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
6548 (ifplaintext, ifnotplaintext)
6549 (afourpaper, afivepaper, afourlatex, afourwide)
6550 (documentlanguage, documentencoding): New aliases.
6552 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
6554 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
6555 up filter groups menu. Preserve point unless a menu command has
6556 moved it from point clicked.
6558 2002-10-29 David Kastrup <dak@lola.goethe.zz>
6560 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
6561 calc-refresh-evaltos appears to need this.
6563 2002-10-28 Dave Love <fx@gnu.org>
6565 * international/mule-diag.el (non-iso-charset-alist): Move to
6566 avoid compilation warning.
6567 (mule-diag): Provide.
6569 * international/code-pages.el (cp-make-coding-system):
6570 Use utf-translation-table-for-decode, not
6571 utf-8-translation-table-for-decode.
6572 (mule-diag): Require.
6574 * language/thai-util.el (thai-composition-function): Don't use prog1.
6576 * language/lao-util.el (lao-composition-function): Don't use prog1.
6578 * language/european.el (diacritic-composition-function):
6579 Modify confused prog1 form.
6581 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
6582 (quail-keyboard-layout): Customize.
6583 Move after quail-keyboard-layout-alist.
6585 2002-10-28 Miles Bader <miles@gnu.org>
6587 * progmodes/make-mode.el (makefile-warn-continuations):
6588 Don't barf when there _aren't_ any suspicious continuations.
6590 2002-10-28 Matthew Swift <swift@alum.mit.edu>
6592 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
6594 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
6596 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
6598 2002-10-27 Andreas Schwab <schwab@suse.de>
6600 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
6601 end-of-comment syntax.
6603 2002-10-27 Kim F. Storm <storm@cua.dk>
6605 * ido.el (ido-cannot-complete-command): New defcustom, default to
6606 ido-completion-help (similar to iswitchb-cannot-complete-hook).
6607 (ido-complete): Call value of ido-cannot-complete-command rather
6608 than ido-completion-help when no common completion.
6610 2002-10-27 Dave Love <fx@gnu.org>
6612 * international/code-pages.el (iso-8859-11): New.
6614 2002-10-27 Kim F. Storm <storm@cua.dk>
6616 * pcvs.el (cvs-checkout): Use read-directory-name.
6617 (cvs-query-directory): Likewise.
6619 2002-10-26 Richard M. Stallman <rms@gnu.org>
6621 * progmodes/make-mode.el (makefile-cleanup-continuations):
6622 Default for variable is nil.
6623 (makefile-warn-continuations): New function.
6624 (makefile-mode): Put it on write-file-functions.
6626 * international/mule-cmds.el (select-safe-coding-system):
6627 Delete debugging setq.
6629 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
6632 * startup.el (command-line): Look for .emacs under ~/.emacs.d
6635 * simple.el (toggle-truncate-lines): When turning off truncation,
6636 clear out the hscroll value in this buffer's windows.
6638 * simple.el (display-message-or-buffer): Don't display empty
6639 output in the echo area.
6641 * man.el (Man-default-man-entry): Don't look for all word chars,
6642 look only for characters that are normally part of a shell command.
6644 * gud.el (gdb): Pass default-directory to GDB via -cd option.
6646 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
6648 * find-file.el (ff-find-related-file): Fix autoload cookie.
6650 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
6651 risky-local-variable-p.
6653 * files.el (risky-local-variable-p): VAL=nil has special meaning.
6655 * Makefile.in (compile-always): Avoid error in old Bash versions.
6657 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
6659 * textmodes/picture.el (picture-mouse-set-point): New command.
6660 (picture-mode-map): Bind it.
6661 (picture-motion-reverse): Doc fix.
6663 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
6665 * textmodes/outline.el (outline-next-heading): Make sure the match-data
6666 is really correct where returning.
6668 2002-10-24 Matthew Swift <swift@alum.mit.edu>
6670 * textmodes/outline.el (outline-minor-mode): Add customization group.
6672 2002-10-23 Richard M. Stallman <rms@gnu.org>
6674 * files.el (risky-local-variable-p): New arg VAL.
6675 (compile-command): Use `stringp' for `safe-local-variable' prop.
6676 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
6678 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6680 * woman.el (woman-version): Update to 0.551 (beta).
6681 (woman-parse-colon-path): Add support for current Cygwin mount
6683 (woman-Cyg-to-Win): New function to convert absolute filename from
6684 Cygwin to Windows form by executing external program cygpath if
6686 (woman-man.conf-path): Update default to current common locations
6687 and to support Cygwin; update documentation.
6688 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
6689 match possible names of man.conf file; tidy code and documentation.
6690 (woman-manpath): Simplify default and documentation; essentially
6691 move code that was here into `woman-parse-colon-path'.
6692 (woman-default-indent): Change Linux to GNU in documentation.
6693 (woman-addition-face): Make documentation consistent with other
6695 (woman-emulate-tbl): New variable, determines whether tbl
6696 emulation is required.
6697 (woman-decode-region): Add check for preprocessor requests.
6698 (woman0-process-escapes, woman-special-characters)
6699 (woman-get-next-char, woman-parse-numeric-value): Add support for
6700 long groff names of the form [xxx].
6701 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
6702 (woman2-PD, woman2-na): Doc fix.
6703 (woman-match-name): New function.
6704 (woman2-TS): New function.
6705 (woman2-TE): New alias for `woman2-fi'.
6707 2002-10-23 Kim F. Storm <storm@cua.dk>
6709 * ido.el (ido-restrict-to-matches): New command.
6710 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
6712 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
6714 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
6715 multiple redirection can work.
6717 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
6719 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
6720 Don't hardcode point-min == 1.
6722 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
6723 (hexl-mode, hexl-current-address, hexl-address-to-marker)
6724 (hexl-insert-char): Don't hardcode point-min == 1.
6725 (hexl-isearch-search-function): New fun.
6726 (hexl-mode-old-isearch-search-fun-function): New var.
6727 (hexl-mode): Use them.
6728 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
6729 Use write-contents-functions rather then write-contents-hooks.
6731 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
6732 (paragraph-indent-text-mode-abbrev-table)
6733 (paragraph-indent-text-mode-syntax-table): Remove.
6734 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
6736 2002-10-21 Juanma Barranquero <lektu@terra.es>
6738 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
6739 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
6741 2002-10-20 Andreas Schwab <schwab@suse.de>
6743 * apropos.el (apropos-group): Use customize-group-other-window.
6745 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
6747 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
6748 to just "/" instead of "/ p".
6749 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
6751 2002-10-18 Juanma Barranquero <lektu@terra.es>
6753 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
6754 ELSE expression on IF.
6756 2002-10-17 Juanma Barranquero <lektu@terra.es>
6758 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
6760 * subr.el (remq): Likewise.
6762 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
6764 * vc-hooks.el (vc-insert-file): Likewise.
6766 * vcursor.el (vcursor-other-window): Likewise.
6768 * wid-edit.el (widget-choose): Likewise.
6770 * calendar/diary-lib.el (diary-name-pattern): Likewise.
6772 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
6774 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
6776 * emulation/edt-mapper.el (top-level): Likewise.
6778 * eshell/esh-var.el (eshell/define): Likewise.
6780 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
6781 (feedmail-queue-draft-directory): Likewise.
6783 * net/netrc.el (netrc-parse): Likewise.
6785 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
6787 * progmodes/ebrowse.el (ebrowse-ts)
6788 (ebrowse-view/find-file-and-search-pattern)
6789 (ebrowse-draw-file-member-info): Likewise.
6791 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
6793 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
6795 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
6797 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
6799 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
6801 2002-10-17 Dave Love <fx@gnu.org>
6803 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
6805 * international/code-pages.el (cp-make-translation-table): Use
6806 ucs-mule-to-mule-unicode.
6807 (cp-fix-safe-chars): Fix typo.
6808 (non-iso-charset-alist): Don't define.
6809 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
6810 Define translation-table-for-input.
6812 (alternativnj): Don't define alias.
6815 * language/european.el ("Slovenian"): Use slovenian input-method.
6816 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
6818 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
6820 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
6821 (cp866): Delete this alias.
6822 ("Bulgarian"): Fix the value of `input-method'.
6824 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
6826 * dired-aux.el (dired-add-entry): Put point in correct position
6827 before inserting marker char.
6829 2002-10-16 Andreas Schwab <schwab@suse.de>
6831 * dired.el (dired-readin-insert): Expand dired-directory.
6833 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
6835 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
6837 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
6838 reftex.el. Move the provide call to end of file.
6840 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
6842 2002-10-15 Dave Love <fx@gnu.org>
6844 * man.el (Man-getpage-in-background): Set width in environment.
6846 2002-10-15 Kenichi Handa <handa@m17n.org>
6848 * mail/sendmail.el (sendmail-send-it): Call
6849 select-message-coding-system before changing the current bufer to
6852 2002-10-14 Andre Spiegel <spiegel@gnu.org>
6854 * files.el (insert-directory): Handle //SUBDIRED// lines in
6855 recursive listings from ls --dired.
6857 * vc.el (vc-dired-reformat-line): Simplified. Handles text
6858 properties correctly now.
6860 2002-10-14 Juanma Barranquero <lektu@terra.es>
6862 * international/mule.el (set-selection-coding-system): Fix spacing.
6864 2002-10-13 Richard M. Stallman <rms@gnu.org>
6866 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6867 Treat `ignore' specially--prevent warnings about functions
6868 called for effect, in its args.
6869 Don't warn when `pop' is used for effect.
6871 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
6873 * uniquify.el (uniquify-get-proposed-name):
6874 Don't use directory-sep-char.
6876 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
6878 * find-file.el (ff-related-file-alist): New alias.
6879 (ff-find-related-file): New alias.
6881 2002-10-13 Andreas Schwab <schwab@suse.de>
6883 * dired.el (dired-insert-directory): When looking for existing
6884 indentation, goto OPOINT instead of beginning of buffer.
6886 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
6888 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
6890 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
6892 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
6894 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
6896 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
6897 frame from frame of selected window.
6898 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
6899 changing selected windows.
6900 (ediff-setup-control-frame): Make sure auto-rase is properly set for
6903 2002-10-10 Simon Josefsson <jas@extundo.com>
6905 * browse-url.el (browse-url-mozilla): Doc fix.
6907 2002-10-10 Steve Youngs <youngs@xemacs.org>
6909 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
6910 (browse-url-mozilla): Use it.
6912 2002-10-11 Miles Bader <miles@gnu.org>
6914 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
6915 files contains an invalid timestamp.
6917 2002-10-11 Simon Josefsson <jas@extundo.com>
6919 * mail/sendmail.el (mail-envelope-from): New option `header' to
6920 use RFC 2822 From: header as the envelope address.
6921 (mail-envelope-from): New function, this should be used instead of
6922 looking at the `mail-envelope-from' variable.
6923 (sendmail-send-it): Use it.
6925 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
6927 2002-10-11 Andre Spiegel <spiegel@gnu.org>
6929 * dired.el (dired-insert-directory): Fix check for indentation
6932 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
6933 properties from the reformatted line.
6935 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
6937 * textmodes/paragraphs.el (forward-paragraph): Keep track of
6938 remaining paragraphs to skip more carefully.
6940 * add-log.el (add-change-log-entry): Don't call find-file at all
6941 if we're already in the proper buffer.
6942 (change-log-resolve-conflict): New fun.
6943 (change-log-mode): Use it and use define-derived-mode.
6944 (change-log-merge): Allow other-log to be a buffer.
6945 Don't add a \n if there are already enough \n's.
6947 * finder-inf.el, subdirs.el, cus-load.el: Remove.
6949 * finder.el ("finder-inf"): Don't fail if the file is absent.
6951 * cus-dep.el (custom-make-dependencies): Don't use find-file.
6952 Use feature names rather than file names if applicable.
6954 * cus-edit.el (customize-mode): New command.
6956 * custom.el (custom-group-of-mode): New fun.
6957 (custom-load-symbol): Don't use preloaded-file-list now that
6958 load-history is always complete. Don't look up the expanded file
6959 name in load-history (looked like an XEmacsism).
6961 * smerge-mode.el (smerge-ediff): Autoload.
6962 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
6963 (smerge-resolve-function): New var.
6964 (smerge-resolve): New command.
6965 (smerge-basic-map): Bind it.
6967 2002-10-10 Andre Spiegel <spiegel@gnu.org>
6969 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
6970 CVS/Entries, rather than comparing it textually.
6972 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
6974 * international/encoded-kb.el: Add `provide' call.
6976 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
6978 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
6979 ln(-1) should be i*pi, not pi.
6981 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
6983 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
6984 instead of require to avoid loops when loaddefs.el is loaded after
6987 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
6988 (Custom-reset-saved): Don't test for saved-value.
6990 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
6992 * vc.el (vc-find-version): Use the new backend op `find-version'.
6993 (vc-default-find-version): Provide the new backend op `find-version'
6994 in terms of the old `checkout' op.
6996 * vc-rcs.el (vc-rcs-find-version): New fun.
6997 (vc-rcs-checkout): Remove `workfile' arg and simplify.
6999 * vc-sccs.el (vc-sccs-find-version): New fun.
7000 (vc-sccs-checkout): Remove `workfile' arg and simplify.
7002 * vc-cvs.el (vc-cvs-find-version): New fun.
7004 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
7006 * info.el (Info-next-menu-item, Info-last-menu-item)
7007 (info-emacs-manual): Add docstrings.
7008 (Info-index): Use `string-to-number' instead of `string-to-int'.
7010 2002-10-08 Kenichi Handa <handa@m17n.org>
7012 * international/ucs-tables.el (ucs-translation-table-for-decode):
7013 Define it as a translation-table.
7015 2002-10-07 Richard M. Stallman <rms@gnu.org>
7017 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7019 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
7020 properties of the variables being initialized.
7022 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
7024 2002-10-07 Kim F. Storm <storm@cua.dk>
7026 * emulation/cua-base.el (cua-normal-cursor-color):
7027 Fixed initialization to make "Erase Customization" work.
7029 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
7031 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
7032 in case some other package redefined it.
7033 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
7035 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
7036 forward-paragraph to make sure its return value is meaningful.
7038 2002-10-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7040 * net/tramp.el: Version 2.0.25 released.
7041 (tramp-handle-file-truename): If it's a directory,
7042 append slash only if result doesn't end in a slash already.
7043 (tramp-handle-file-truename): Restructure logic. If list of steps
7044 is nil, return "/" as the real name.
7045 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
7046 `match-string' doesn't make sense. From Michael Albinus.
7047 (tramp-host-with-port-regexp): New defcustom. Equal to previous
7048 `tramp-host-regexp'. From Michael Albinus.
7049 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
7050 scanning files like .rhosts would take comments as host names.
7051 From Michael Albinus.
7052 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
7053 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
7054 From Michael Albinus.
7055 (tramp-action-terminal): New function.
7056 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
7057 (tramp-actions-before-shell): Use them.
7058 (tramp-handle-shell-command): Logic error. From Ivan
7059 Zakharyaschev <imz@altlinux.org>.
7061 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
7063 * thingatpt.el (thing-at-point-uri-schemes): New variable.
7064 (thing-at-point-url-regexp): Use it.
7066 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
7068 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
7071 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
7073 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
7074 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
7075 (vc-print-log): Don't check log-view-mode.
7076 (vc-default-show-log-entry): Don't check log-view-goto-rev.
7077 (vc-log-mode): Remove.
7078 (vc-log-edit): Don't check log-edit.
7080 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
7082 * vc-cvs.el (vc-cvs-show-log-entry):
7083 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
7085 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
7087 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
7089 * vc.el (vc-default-show-log-entry): Fix typo.
7091 2002-10-04 Steven Tamm <steventamm@mac.com>
7093 * term/mac-win.el: Add lines to handle the new [return] event.
7095 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
7097 * textmodes/fill.el (fill-paragraph): Give up if there's no
7098 paragraph at or after point.
7100 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
7102 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
7103 (vc-default-show-log-entry): New fun.
7105 * subr.el (read-key-auxiliary-map, read-key): Remove.
7106 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
7108 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
7110 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
7111 menu pseudo-keys generated by easymenu which are lowercase in
7114 * progmodes/ada-xref.el
7115 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
7117 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
7119 * frame.el (delete-frame-hook): Variable alias for
7120 `delete-frame-functions'. Mark obsolete.
7122 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
7124 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
7125 (outline-5, outline-6, outline-7, outline-8): New faces.
7126 (outline-font-lock-faces, outline-font-lock-levels): New vars.
7127 (outline-font-lock-face): New fun.
7128 (outline-font-lock-keywords): Use it.
7129 (outline-font-lock-level): Remove.
7130 (outline-mode, outline-next-preface, outline-next-heading)
7131 (outline-previous-heading, outline-next-visible-heading):
7133 (outline-level) <var>: Update calling convention.
7134 (outline-level) <fun>: Take advantage of it.
7135 (outline-demote): Don't assume the match-data is still uptodate.
7136 (outline-up-heading): Simplify and make sure the match data is
7137 properly set at the end.
7139 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
7141 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
7144 * startup.el (normal-top-level): Reset standard-value property of
7145 `user-full-name' here.
7147 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
7149 * wid-edit.el (widget-default-get): Change to return external
7151 (widget-choice-action): Update caller.
7152 (widget-editable-list-entry-create): Update caller.
7154 * wid-edit.el (widget-types-copy): New function.
7155 (default): Added :copy keyword.
7156 (menu-choice): Ditto.
7158 (radio-button-choice): Ditto.
7159 (editable-list): Ditto.
7161 (widget-copy): New function.
7162 (widget-create-child): Use it.
7163 (widget-create-child-value): Use it.
7165 2002-10-01 Bill Wohler <wohler@newt.com>
7167 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
7168 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
7169 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
7170 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
7171 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
7172 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
7173 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
7174 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
7175 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
7176 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
7177 There were no user-visible changes in 6.1.1 from 6.1--only the
7178 section of the Makefile that installs the files into Emacs was changed.
7180 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
7182 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
7183 works when font-lock is turned off.
7185 * jit-lock.el (jit-lock-fontify-now): Don't widen.
7186 Let the jit-lock-functions do it if they want to.
7188 2002-10-01 Juanma Barranquero <lektu@terra.es>
7190 * eshell/esh-module.el (eshell-load-defgroups):
7191 Add "no-byte-compile: t" to subdirs.el.
7193 * makefile.w32-in (update-subdirs-CMD): Likewise.
7201 * international/mule-conf.el:
7202 * language/czech.el:
7203 * language/devanagari.el:
7204 * language/english.el:
7205 * language/georgian.el:
7206 * language/greek.el:
7207 * language/hebrew.el:
7208 * language/japanese.el:
7209 * language/korean.el:
7211 * language/misc-lang.el:
7212 * language/romanian.el:
7213 * language/slovak.el:
7215 * language/utf-8-lang.el:
7216 * emacs-lisp/cl-specs.el:
7217 * eshell/esh-maint.el:
7218 * mail/blessmail.el:
7224 * term/iris-ansi.el:
7239 * term/wyse50.el: Add "no-byte-compile: t" in first line.
7241 2002-10-01 Kenichi Handa <handa@m17n.org>
7243 * international/utf-16.el: Don't provide utf-16.
7245 * international/utf-8.el (ccl-decode-mule-utf-8):
7246 Remove unnecessary line.
7248 2002-09-30 Kenichi Handa <handa@m17n.org>
7250 * language/thai.el (thai-tis620): Add `mime-charset' property.
7252 * language/indian.el: Don't register "ISO10646.*-1" in
7253 font-ccl-encoder-alist.
7255 * language/cyrillic.el (ccl-decode-koi8): Refer to
7256 ucs-translation-table-for-decode.
7257 (ccl-decode-koi8-u): Likewise.
7258 (ccl-decode-alternativnyj): Likewise.
7259 (cyrillic-koi8): Put `dependency' property.
7261 (cyrillic-alternativnyj): Likewise.
7263 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
7264 this translation-table name here.
7265 (utf-translation-table-for-encode): New translation-table name.
7266 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
7267 (utf-defragmentation-table): New variable.
7268 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
7269 (utf-subst-table-for-encode): New translation-table name.
7270 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
7271 (utf-subst-table-for-decode): New translation-table name.
7272 (utf-fragment-on-decoding): Renamed from
7273 utf-8-fragment-on-decoding. Correctly handle the case that
7274 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
7276 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
7277 Handle mule-utf-16-le and mule-utf-16-be too.
7278 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
7279 and utf-subst-table-for-decode.
7280 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
7281 and utf-subst-table-for-encode.
7282 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
7284 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
7285 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
7286 utf-8-subst-rev-table.
7288 * international/utf-16.el (utf-16-decode-ucs): Look up
7289 utf-subst-table-for-decode. Fix for the case that the looking up
7291 (ccl-decode-mule-utf-16-le): Translate characters by
7292 utf-translation-table-for-decode.
7293 (ccl-decode-mule-utf-16-be): Likewise.
7294 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
7295 at first. Translate characters by utf-translation-table-for-encode.
7296 (ccl-encode-mule-utf-16-be): Likewise.
7297 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
7299 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
7301 * international/ucs-tables.el: Don't bind
7302 utf-8-translation-table-for-decode while setting up
7303 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
7304 iso-8859-* coding systems.
7305 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
7306 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
7307 populate the translation table named
7308 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
7309 ucs-mule-to-mule-unicode populates the translation table named
7310 utf-translation-table-for-encode. Call register-char-codings for
7311 mule-utf-16-be and mule-utf-16-le too.
7312 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
7313 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
7314 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
7315 non-nil, make a proper char-table populates the translation table
7316 name utf-translation-table-for-encode. Call register-char-codings
7317 for all mule-utf-* to to reset their status to the origianl.
7318 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
7319 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
7320 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
7321 (ccl-encode-unicode-font): Delete.
7322 (ucs-tables-unload-hook): Delete.
7324 * international/mule.el (decode-char): Refer to the translation
7325 hash table named utf-subst-table-for-decode. Refer to the
7326 translation table named utf-translation-table-for-decode instead
7327 of utf-8-translation-table-for-decode.
7328 (encode-char): Refer to the translation hash table named
7329 utf-subst-table-for-encode. Refer to the translation table named
7330 utf-translation-table-for-encode instead of
7331 utf-8-translation-table-for-encode.
7333 * international/mule-diag.el (describe-coding-system):
7334 Describe `dependency' property.
7336 * international/mule-conf.el (emacs-mule): Add property `composition'.
7338 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
7339 translation table name here.
7340 (ucs-mule-cjk-to-unicode): New translation table name.
7341 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
7342 (font-ccl-encoder-alist): Change the font registry pattern to
7345 2002-09-30 Colin Walters <walters@gnu.org>
7347 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
7350 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
7351 `executing-kbd-macro' and `defining-kbd-macro'.
7353 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
7354 Call `calc-flush-caches' with inhibit-msg arg.
7355 (calc-change-mode): Remove extra arg for `calc-save-modes'.
7357 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
7358 Don't bind `executing-kbd-macro'.
7360 2002-09-29 Noah Friedman <friedman@splode.com>
7362 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
7364 2002-09-29 Richard M. Stallman <rms@gnu.org>
7366 * startup.el (user-mail-address): Initialize to a useful value
7367 once Emacs is started up; initialize to "" at loadup time.
7368 (command-line): "", not nil, means user-mail-address not set yet.
7370 2002-09-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7372 * net/tramp.el: Version 2.0.24 released.
7373 (tramp-methods, tramp-completion-function-alist):
7374 Rename "*-old" methods to "*_old". From Michael Albinus.
7375 (tramp-completion-function-alist):
7376 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
7377 From Michael Albinus.
7378 (tramp-default-method-alist): Use "su" for "root@localhost".
7379 (tramp-host-regexp): Allow "#" for "host#port" kludge.
7380 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
7381 default method. Require additional args USER and HOST for this.
7383 (tramp-handle-file-local-copy): More local bindings. Bind results
7384 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
7385 "are you awake" problem.
7386 (tramp-action-password): Protect against clobbered match data.
7387 (tramp-open-connection-setup-interactive-shell): Explicitly set
7388 tramp-last-cmd-time before invoking tramp-send-command the first
7389 time. Otherwise, tramp-send-command would issue "echo are you
7390 awake" right at the first time, which is not what we want.
7391 Reported by Douglas Gray Stephens.
7392 (tramp-find-inline-encoding): Don't redirect stdout to
7393 /dev/null to avoid "chmode go-rwx" operation from "mimencode
7394 >/dev/null" as root(!), and to check the output of the decoding
7396 (tramp-maybe-open-connection): Don't send "are you awake" if
7399 2002-09-29 Colin Walters <walters@gnu.org>
7401 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
7403 2002-09-29 Mike Williams <mdub@bigfoot.com>
7405 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
7407 2002-09-29 Richard M. Stallman <rms@gnu.org>
7409 * custom.el (defcustom): Doc fix.
7411 2002-09-28 Richard M. Stallman <rms@gnu.org>
7413 * loadhist.el (unload-feature): When undefining a variable,
7414 delete its buffer-local bindings.
7416 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
7418 * subr.el (remove-yank-excluded-properties): Fix bugs in
7419 handling of category properties.
7421 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7423 * ps-print.el (ps-print-emacs-type): Error if ps-print is
7424 activated in Epoch, inLucid or in Emacs v19 or lesser.
7425 Value can no longer be `lucid'.
7426 (ps-print-version): New version number (6.5.8).
7427 (faces): Never do (require 'faces).
7429 2002-09-28 Simon Josefsson <jas@extundo.com>
7431 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
7432 streams that were opened using starttls.
7434 2002-09-28 Paul Reilly <pmr@pajato.com>
7436 * files.el (auto-mode-alist): Add support for Java Enterprise
7437 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
7439 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
7441 * progmodes/m4-mode.el (m4-font-lock-keywords)
7442 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
7443 (m4-m4-region): Doc fixes.
7445 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
7447 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
7448 (cl-push, cl-pop): Remove.
7449 Use pop and push throughout the file instead.
7450 (cl-transform-lambda): Add usage info to docstring if the arglist
7453 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
7454 (autoload-print-form): Also quote open-[-in-column 0.
7456 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
7457 (help-split-fundoc): Don't support old syntax any more.
7458 (help-add-fundoc-usage): New fun.
7460 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
7461 Use pop and push throughout the file instead.
7462 (cl-hash-lookup): Remove.
7463 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
7464 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
7466 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
7467 Use pop and push throughout the file instead.
7469 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
7470 loading since the current keymaps might be all weird.
7472 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
7473 to the name since they're added by mode-line-format already.
7474 (define-minor-mode): Run (,mode -1) when needed.
7476 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
7477 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
7478 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
7479 Don't hardcode 1 == point-min.
7481 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
7483 * subr.el (read-key-auxiliary-map): New var.
7485 (make-temp-file): Make the file have mode 600.
7486 (add-minor-mode): Don't add properties to the name since it's
7487 added by mode-line-format already.
7488 Be more careful with the mode-line-menu entry name.
7490 * userlock.el (ask-user-about-supersession-threat): Don't abort
7491 when the user hits mouse-2.
7493 * register.el (set-register): Use push.
7494 (point-to-register): Set kill-buffer-hook in this buffer.
7495 (register-swap-out): Use dolist.
7496 (kill-buffer-hook): Don't change globally.
7498 * server.el (server-select-display): New function.
7499 (server-process-filter): Add support for `-display' and `-eval' args.
7500 (server-visit-files): Use save-current-buffer, push, and dolist.
7501 Add server-kill-buffer to kill-buffer-hook.
7502 (kill-buffer-hook): Don't modify globally.
7503 (server-switch-buffer): Be a bit more careful with multiple displays.
7504 (server-socket-name): Always use /tmp and non-qualified hostname.
7506 * uniquify.el (uniquify-rationalize-file-buffer-names):
7507 Add to kill-buffer-hook for buffers with conflict.
7508 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
7509 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
7510 (kill-buffer-hook): Don't change globally.
7512 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
7514 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
7515 (calc-stack-top, calc-always-load-extensions)
7516 (calc-line-numbering, calc-line-breaking, calc-display-just)
7517 (calc-display-origin, calc-number-radix, calc-leading-zeros)
7518 (calc-group-digits, calc-group-char, calc-point-char)
7519 (calc-frac-format, calc-prefer-frac, calc-hms-format)
7520 (calc-date-format, calc-float-format, calc-complex-format)
7521 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
7522 (calc-display-strings, calc-matrix-just, calc-break-vectors)
7523 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
7524 (calc-vector-brackets, calc-matrix-brackets, calc-language)
7525 (calc-language-option, calc-function-open, calc-function-open)
7526 (calc-function-close, calc-language-output-filter)
7527 (calc-language-input-filter, calc-radix-formatter)
7528 (calc-left-label, calc-right-label, calc-word-size)
7529 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7530 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
7531 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
7532 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7533 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7534 (calc-window-height, calc-display-trail, calc-show-selections)
7535 (calc-use-selections, calc-assoc-selections)
7536 (calc-display-working-message, calc-auto-why, calc-timing)
7537 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
7538 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
7539 Make into real defvars.
7540 (calc-mode-var-list): Delete.
7541 (calc-mode-save-mode, calc-standard-date-formats)
7542 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
7543 (calc-user-parse-tables, calc-gnuplot-default-device)
7544 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7545 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7546 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7547 (calc-invocation-macro, calc-show-banner): Make into defvars,
7548 taken from `calc-mode-var-list'.
7549 (calc-emacs-type-epoch, calc-emacs-type-19)
7550 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
7551 (calc-version, calc-version-date, calc-trail-pointer)
7552 (calc-trail-overlay, calc-undo-list, calc-redo-list)
7553 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
7554 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
7555 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
7556 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7557 (calc-said-hello, calc-executing-macro, calc-any-selections)
7558 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7559 (calc-display-dirty, calc-prepared-composition)
7560 (calc-selection-cache-default-entry, calc-embedded-info)
7561 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
7562 (math-eval-rules-cache-tag, math-radix-explicit-format)
7563 (math-expr-function-mapping, math-expr-variable-mapping)
7564 (math-read-expr-quotes, math-working-step, math-working-step-2)
7565 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
7566 defvars, from toplevel setq.
7567 (calc-mode-map): Set up keymap in more modern fashion.
7568 (calc-dispatch-map): Ditto.
7569 (calc-command-flags, calc-final-point-line)
7570 (calc-final-point-column): Defvar.
7571 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
7573 (calc-any-evaltos): Ditto.
7574 (calc-buffer, calc-prev-char, calc-prev-prev-char)
7575 (calc-digit-value): Ditto.
7576 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
7577 (math-sub-bignum): Bind `diff'.
7578 (calc-selection-cache-entry): Defvar.
7579 (calc-count-lines): Reference `pos' instead of `newpos'.
7581 2002-09-27 Simon Josefsson <jas@extundo.com>
7583 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
7585 2002-09-26 Richard M. Stallman <rms@gnu.org>
7587 * mail/unrmail.el (unrmail): Do the work directly,
7588 without actually selecting the messages in the from file.
7589 (unrmail-unprune): New subroutine.
7591 * files.el (backup-buffer): Bind local var MODES.
7592 Don't use renaming for a suid or sgid file.
7593 Use backup-buffer-copy to do copying.
7594 (backup-buffer-copy): New subroutine.
7595 Clear suid and sgid bits for the copy.
7597 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
7599 * calendar/solar.el (solar-equinoxes-solstices):
7600 Use time properly adjusted for DST in the result.
7602 2002-09-26 Richard M. Stallman <rms@gnu.org>
7604 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
7605 Bind inhibit-read-only; don't mess with buffer-read-only.
7607 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
7609 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
7611 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
7612 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7614 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7616 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
7617 instead of within `with-current-buffer'.
7619 2002-09-26 Stephen Eglen <stephen@gnu.org>
7621 * iswitchb.el (iswitchb-completions): Test that
7622 iswitchb-common-match-string is a string, before printing common
7625 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
7627 * server.el: Use built-in network primitives.
7628 (server-program, server-previous-string): Remove.
7629 (server-previous-strings): New var.
7630 (server-socket-name): New var.
7631 (server-log): Minor change to the output format.
7632 (server-sentinel): Clean up global state when a client disconnects.
7633 (server-unquote-arg): New fun.
7634 (server-start): Use server-socket-name and make-network-process.
7635 (server-process-filter): Now talks to the clients directly.
7636 Normalize file name after unquoting and decoding.
7637 (server-buffer-done): Just close the connection.
7638 (server-switch-buffer): Handle the case where all windows are
7639 dedicated or minibuffers.
7641 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
7642 Don't bind them variables.
7643 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
7644 (font-lock-after-unfontify-buffer): Check that the vars are bound.
7645 (font-lock-dont-widen): New var.
7646 (font-lock-default-fontify-region): Use it.
7648 * emacs-lisp/find-func.el (find-library-name):
7649 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
7651 2002-09-25 Kenichi Handa <handa@etl.go.jp>
7653 * international/mule-cmds.el (select-safe-coding-system):
7654 Handle safe but rejected default coding systems and unsafe default
7655 coding systems differently.
7657 * international/mule-diag.el (list-character-sets): Use the buffer
7658 name "*Character Set List*", not "*Help*". List also indirectly
7659 supported character sets.
7660 (list-charset-chars): Use the buffer name "*Character List*", not
7661 "*Help*". Display the current charset name in the modeline.
7662 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
7663 (sort-listed-character-sets): Don't alter the region showing
7664 indirectly supported charsets.
7666 2002-09-24 Simon Josefsson <jas@extundo.com>
7668 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
7669 (mail-extract-address-components): Doc fix.
7671 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
7673 * simple.el (edit-and-eval-command): Protect command-history.
7674 (repeat-complex-command): Protect command-history.
7676 2002-09-24 Juanma Barranquero <lektu@terra.es>
7678 * replace.el (occur-find-match): New function.
7679 (occur-next, occur-prev): Use it.
7681 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
7682 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
7683 instead of 'occur and 'occur-point.
7685 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
7686 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
7688 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
7690 * descr-text.el (describe-text-category): Use *Help*.
7692 (describe-text-properties, describe-char):
7693 Delay self-inspection test. Use *Help*.
7694 Use syntax-after. Use `pos' rather than (point).
7695 Distinguish the before/after part of a composition.
7697 2002-09-23 Kenichi Handa <handa@etl.go.jp>
7699 * international/quail.el (quail-completion): Be sure to scroll
7700 quail-completion-buf.
7702 2002-09-23 Richard M. Stallman <rms@gnu.org>
7704 * ielm.el (*1): Fix previous change.
7706 2002-09-23 Juanma Barranquero <lektu@terra.es>
7708 * net/tramp.el (tramp-unified-filenames): Autoload it.
7710 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
7712 * ediff-init.el (ediff-get-next-window): Bug fix.
7714 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
7716 * play/gamegrid.el (gamegrid-face): New variable to emulate a
7717 buffer-local default face.
7718 (gamegrid-xbm): New variable; XBM image as a replacement for
7719 `gamegrid-xpm' on Emacsen compiled without XPM-support.
7720 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
7722 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
7723 convert XEmacs-type image descriptors.
7724 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
7725 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
7727 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
7728 functions to check for display capabilities. Fix the recognition
7729 of image-support in Emacs 21 by this way.
7730 (gamegrid-hide-cursor): Removed.
7731 (gamegrid-setup-default-font): Ported the code from XEmacs to
7732 Emacs: create a new face and assign the variable `gamegrid-face'
7733 to it. Make sure that the face is not higher than the smallest
7734 image used by the game.
7735 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
7736 instead of `gamegrid-hide-cursor'.
7737 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
7738 image in the buffer, instead of applying a face. [This is because
7739 Emacs display-tables are not as capable as the display-tables in
7740 XEmacs. Maybe this function should be renamed to reflect the change?]
7741 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
7742 the face held by `gamegrid-face' in an overlay over the whole
7743 buffer to emulate a buffer-local default-face.
7745 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
7747 * play/doctor.el (doctor-doc): Add 2 question words.
7748 (doctor-getnoun): Parse and save the complete object phrase.
7750 2002-09-22 Richard M. Stallman <rms@gnu.org>
7752 * international/mule-cmds.el (select-safe-coding-system): Cope if
7753 default-coding-system gives nil which was then used in `min'.
7755 * mail/sendmail.el (sendmail-send-it): If user's buffer
7756 is unibyte, make tembuf unibyte.
7758 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7760 * net/tramp.el: Version 2.0.22 released.
7761 (tramp-parse-rhosts, tramp-parse-shosts)
7762 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
7763 `add-to-list' for performance reasons.
7764 (tramp-get-completion-user-host): Return `nil' in case both `user'
7765 and 'host' are empty (not necessarily `nil'.
7766 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
7767 (tramp-user-regexp): " \t" are not user regexp characters.
7768 (tramp-completion-handle-file-name-all-completions):
7769 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
7770 completely, and it returns local completions as well.
7771 (tramp-completion-function-alist-ftp): New constant.
7772 (tramp-completion-function-alist): Add completion function for "ftp".
7773 From Michael Albinus <Michael.Albinus@alcatel.de>.
7775 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7777 * net/tramp.el: Version 2.0.21 released.
7778 (tramp-handle-file-newer-than-file-p): If mtime of both files is
7779 known, return a useful result. Better error message in case one
7780 is a Tramp file and one isn't.
7781 (tramp-handle-file-local-copy, tramp-handle-write-region)
7782 (tramp-find-shell, tramp-open-connection-telnet)
7783 (tramp-open-connection-rsh, tramp-open-connection-su)
7784 (tramp-open-connection-setup-interactive-shell)
7785 (tramp-post-connection, tramp-maybe-open-connection)
7786 (tramp-method-out-of-band-p): Correct number of args for
7787 `tramp-get-rsh-program' and similar functions.
7789 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7791 * net/tramp.el: Version 2.0.20 released.
7793 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7795 * net/tramp.el (tramp-completion-function-alist): Escape open
7797 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
7798 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
7799 instead of tramp-message.
7800 (tramp-open-connection-rsh): Handle empty string as user name.
7801 (tramp-open-connection-su): Handle empty string as host name.
7802 Handle nil user name.
7803 (tramp-handle-file-local-copy, tramp-handle-write-region)
7804 (tramp-completion-handle-file-name-all-completions)
7805 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7806 (tramp-open-connection-su, tramp-post-connection)
7807 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
7808 (tramp-get-connection-function, tramp-get-remote-sh)
7809 (tramp-get-rsh-program, tramp-get-rsh-args)
7810 (tramp-get-rcp-program, tramp-get-rcp-args)
7811 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
7812 (tramp-get-su-args, tramp-get-telnet-program)
7813 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
7814 additional args USER, HOST.
7815 (tramp-action-password, tramp-open-connection-telnet)
7816 (tramp-open-connection-su, tramp-open-connection-multi)
7817 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
7818 takes USER and HOST arguments, to be able to use
7819 `tramp-find-method'. Update callers.
7820 (tramp-find-method): New function.
7822 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7824 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
7825 in SWITCHES (by removing it).
7827 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7829 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
7831 2002-09-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7833 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
7835 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7837 * net/tramp.el (tramp-bug): Add tramp-methods.
7839 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7841 * net/tramp.el (tramp-methods): Update docstring:
7842 tramp-encoding-command, tramp-decoding-command,
7843 tramp-encoding-function and tramp-decoding-function are not
7845 (tramp-uuencode-region): Autoload it.
7847 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7849 * net/tramp.el: Version 2.0.19 released.
7851 * net/tramp-uu.el: New file, implements uuencode in Lisp.
7853 * net/tramp.el (tramp-coding-commands):
7854 Use `tramp-uuencode-region' as local encoder for the uuencode based
7857 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7859 * net/tramp.el (tramp-handle-write-region): Wrong parens.
7861 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7863 * net/tramp.el: Version 2.0.18 released.
7865 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
7866 older versions of Perl. Now tested with 5.004. Suggestion from
7869 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7871 * net/tramp.el (tramp-find-inline-encoding):
7872 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
7873 (tramp-call-local-coding-command): OUTPUT equals nil means to
7874 discard the output. INPUT equals nil means /dev/null.
7876 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7878 * net/tramp.el (tramp-encoding-shell): Default to environment
7879 variable COMSPEC on Windows.
7880 (tramp-handle-write-region): More debugging output.
7881 (tramp-find-inline-encoding): Ditto.
7883 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
7885 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
7887 (tramp-parse-hosts-group): Discard IPv6 entries.
7889 2002-09-11 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
7891 * net/tramp.el (tramp-post-connection): Only send Perl
7892 mime-encode/decode implementations when using inline method.
7893 (tramp-handle-file-local-copy)
7894 (tramp-handle-write-region, tramp-post-connection)
7895 (tramp-coding-commands, tramp-find-inline-encoding): For the
7896 inline encodings, distinguish between local and remote commands,
7897 instead of between commands and functions. (The local commands
7898 can be functions, too.) If the local host is a Windows machine,
7899 we can't expect the same commands to work there as on the remote host.
7900 (tramp-call-local-coding-command): New function for calling local
7901 encoding and decoding commands.
7902 (tramp-set-remote-encoding, tramp-get-remote-encoding)
7903 (tramp-set-remote-decoding, tramp-get-remote-decoding)
7904 (tramp-set-local-encoding, tramp-get-local-encoding)
7905 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
7906 (tramp-get-encoding-command, tramp-set-encoding-command)
7907 (tramp-get-decoding-command, tramp-set-decoding-command)
7908 (tramp-get-encoding-function, tramp-set-encoding-function)
7909 (tramp-get-decoding-function, tramp-set-decoding-function):
7910 Old functions, removed.
7912 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7914 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7915 Change command to invoke /bin/sh slightly to make it compatible
7916 with the `rc' shell. Suggested by Daniel Pittman.
7918 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
7920 * net/tramp.el (tramp-handle-write-region): Added missing
7921 `)'. Hope it's the right place.
7923 2002-09-09 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7925 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
7926 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
7927 order to get a sane shell prompt. If people have ${CWD}, say, in
7928 their shell prompt, then the default login shell might display
7929 something harmless, but the /bin/sh will display a dollar sign
7930 which confused the subsequent prompt recognition.
7931 (tramp-multi-action-password): More debugging output.
7932 (tramp-encoding-shell): Renamed from tramp-sh-program.
7933 More documentation. Default to cmd.exe on Windows NT.
7934 (tramp-encoding-command-switch): New variable. Use instead of
7935 hard-wired "-c" which is only good for /bin/sh.
7936 (tramp-encoding-reads-stdin): New variable. If t, commands are
7937 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
7938 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
7939 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
7940 (tramp-handle-file-local-copy, tramp-handle-write-region):
7941 Respect tramp-encoding-shell and friends.
7942 (tramp-find-inline-encoding): Use new-style calls for checking if
7943 the local commands work.
7945 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
7947 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
7948 entries. They are handled now by `tramp-completion-function-alist'.
7949 (tramp-completion-function): Defvar removed. I've never used
7951 (tramp-get-completion-function)
7952 (tramp-get-completion-rsh, tramp-get-completion-ssh)
7953 (tramp-get-completion-telnet, tramp-get-completion-su):
7954 Functions removed as well. Not necessary any longer due to extended
7955 customization means.
7956 (tramp-completion-function-alist): New defcustom. Holds all
7957 FUNCTION FILE pairs used for user and host name completion
7958 relevant for METHOD.
7959 (tramp-completion-function-alist-rsh)
7960 (tramp-completion-function-alist-ssh)
7961 (tramp-completion-function-alist-telnet)
7962 (tramp-completion-function-alist-su): Defconst for initializing
7963 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
7964 values are known for me until now. Needs to be completed for at
7965 least VMS++ like operating systems.
7966 (tramp-set-completion-function)
7967 (tramp-get-completion-function): New functions for configuration
7968 of `tramp-completion-function-alist'. The old definition of
7969 `tramp-get-completion-function' has been discarded.
7970 (tramp-completion-handle-file-name-all-completions):
7971 Change function call for user/host completion according to definition
7972 in `tramp-completion-function-alist'.
7973 (tramp-parse-passwd): Added exception handling for "root", because
7974 `tramp-get-completion-su' (the previous place for this stuff)
7975 doesn't exist any longer.
7977 2002-09-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7979 * net/tramp.el (tramp-enter-password):
7980 Use `tramp-password-end-of-line' to terminate the line.
7981 (tramp-bug): Include new variable `tramp-password-end-of-line'.
7982 (tramp-password-end-of-line): New variable. People who use plink
7983 under Windows might have to issue "\r\n" after the password, but
7984 they need to send just "\n" after the other commands. So this
7985 variable was introduced to complement `tramp-rsh-end-of-line'.
7986 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
7987 of line of the output delimiter.
7989 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7991 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
7992 (tramp-open-connection-setup-interactive-shell): Add some comments
7993 about Douglas Grey Stephen's suggestions to make Tramp work better
7994 with plink under Windows. I'm not sure what to think of them, but
7995 now I have a guinea pig to try it out on. Said guinea pig is
7996 having other problems, though... Also remove some commented-out code.
7998 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
8000 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
8002 (tramp-get-completion-user-host): Accept user names as they are if
8004 (tramp-completion-mode): Replace `last-input-char' by modern
8005 `last-input-event'. Check for `event-modifiers'.
8007 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8009 * net/tramp.el (file-expand-wildcards): Corrected check to see if
8010 advising is necessary.
8012 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
8014 * net/tramp.el (tramp-postfix-single-method-format)
8015 (tramp-postfix-multi-method-format)
8016 (tramp-postfix-multi-hop-format)
8017 (tramp-postfix-user-format): New format strings.
8018 (tramp-postfix-single-method-regexp)
8019 (tramp-postfix-multi-method-regexp)
8020 (tramp-postfix-multi-hop-regexp)
8021 (tramp-postfix-user-regexp)
8022 (tramp-make-multi-tramp-file-format)
8023 (tramp-make-tramp-file-name): Apply them.
8024 (tramp-completion-handle-file-name-all-completions): Fix for
8025 invoking ange-ftp in case of "/ftp:xxx" file names.
8027 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
8029 * net/tramp.el (tramp-prefix-format)
8030 (tramp-postfix-host-format): New format strings.
8031 (tramp-prefix-regexp, tramp-method-regexp)
8032 (tramp-postfix-single-method-regexp)
8033 (tramp-postfix-multi-method-regexp)
8034 (tramp-postfix-multi-hop-regexp)
8035 (tramp-user-regexp, tramp-postfix-user-regexp)
8036 (tramp-host-regexp, tramp-postfix-host-regexp)
8037 (tramp-path-regexp): New atomar regular expressions.
8038 If corresponding format strings exist, derived from them.
8039 (tramp-file-name-structure)
8040 (tramp-multi-file-name-structure)
8041 (tramp-multi-file-name-hop-structure)
8042 (tramp-make-multi-tramp-file-format)
8043 (tramp-completion-mode)
8044 (tramp-completion-dissect-file-name)
8045 (tramp-parse-rhosts-group)
8046 (tramp-parse-shosts-group)
8047 (tramp-parse-hosts-group)
8048 (tramp-parse-passwd-group): Apply these expressions.
8049 (tramp-file-name-structure-unified)
8050 (tramp-file-name-structure-separate)
8051 (tramp-make-tramp-file-format-unified)
8052 (tramp-make-tramp-file-format-separate)
8053 (tramp-make-tramp-file-format)
8054 (tramp-make-tramp-file-user-nil-format-unified)
8055 (tramp-make-tramp-file-user-nil-format-separate)
8056 (tramp-make-tramp-file-user-nil-format)
8057 (tramp-multi-file-name-structure-unified)
8058 (tramp-multi-file-name-structure-separate)
8059 (tramp-multi-file-name-hop-structure-unified)
8060 (tramp-multi-file-name-hop-structure-separate)
8061 (tramp-make-multi-tramp-file-format-unified)
8062 (tramp-make-multi-tramp-file-format-separate): Removed.
8063 (tramp-make-tramp-file-name): Allow partial tramp file
8064 names. Generate tramp file format on-the-fly depending on
8065 parameters. Apply atomar format strings resp expressions.
8066 (tramp-get-completion-methods)
8067 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
8068 (tramp-parse-hosts-group): Take all host names and IP addresses
8070 (tramp-bug): Remove `tramp-make-tramp-file-format'.
8072 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
8074 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
8075 for "su" and "sudo".
8076 (tramp-get-completion-telnet): Implement it.
8078 (tramp-parse-hosts-group)
8079 (tramp-get-completion-su)
8080 (tramp-parse-passwd)
8081 (tramp-parse-passwd-group): New functions.
8083 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
8085 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
8086 (tramp-completion-file-name-handler-alist): Add handler for
8088 (tramp-completion-handle-file-exists-p): New function.
8089 (tramp-completion-handle-file-name-completion): Simplified.
8090 (tramp-completion-dissect-file-name): Regexp's reorganised.
8091 (tramp-completion-handle-file-name-all-completions):
8092 Call completion-function only if `user' or `host' is given.
8093 (tramp-get-completion-user-host): New function.
8094 (tramp-get-completion-rsh)
8095 (tramp-get-completion-ssh): Apply it.
8097 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
8099 * net/tramp.el (tramp-completion-file-name-handler-alist):
8100 Add handler for `expand-file-name'.
8101 (tramp-completion-handle-expand-file-name): New function.
8103 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
8105 * net/tramp.el (tramp-completion-mode): New function.
8106 (tramp-completion-handle-file-name-directory)
8107 (tramp-completion-handle-file-name-all-completions): Apply it.
8108 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
8109 (tramp-point-at-eol): New defalias.
8110 (tramp-parse-rhosts-group)
8111 (tramp-parse-shosts-group):: Apply it.
8113 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
8115 * net/tramp.el (tramp-get-completion-methods)
8116 (tramp-get-completion-rsh)
8117 (tramp-get-completion-ssh): Add "[" for Xemacs.
8118 (tramp-completion-file-name-regexp-separate): Expression adapted.
8119 (tramp-completion-file-name-handler-alist): Add handler for
8120 `file-name-directory' and `file-name-nondirectory'.
8121 (tramp-completion-handle-file-name-directory)
8122 (tramp-completion-handle-file-name-nondirectory)
8123 (tramp-completion-run-real-handler): New functions.
8124 (tramp-completion-file-name-handler)
8125 (tramp-completion-handle-file-name-all-completions):
8126 Apply `tramp-completion-run-real-handler'.
8127 (tramp-parse-rhosts)
8128 (tramp-parse-shosts): Use `with-temp-buffer'. `result
\e$,1!=
\e(B renamed to
8129 `res' (otherwise side effects in XEmacs).
8131 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
8133 * net/tramp.el (tramp-completion-file-name-regexp)
8134 (tramp-completion-file-name-handler-alist)
8135 (tramp-flatten-list)
8136 (tramp-completion-dissect-file-name)
8137 (tramp-get-completion-rsh)
8138 (tramp-parse-rhosts)
8139 (tramp-parse-rhosts-group)
8140 (tramp-get-completion-ssh): Doc string tuned.
8141 (tramp-methods): Doc string and custom type extended for
8142 `tramp-completion-function'.
8143 (tramp-completion-function): Variable added. Is it really used?
8144 Other variables like `tramp-completion-function' aren't used.
8145 (tramp-completion-file-name-handler-alist): Add handler for
8146 `file-name-completion'.
8147 (tramp-completion-handle-file-name-completion): New function.
8149 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
8151 * net/tramp.el (tramp-parse-rhosts)
8152 (tramp-parse-rhosts-group)
8153 (tramp-parse-shosts)
8154 (tramp-parse-shosts-group): New functions.
8156 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
8158 * net/tramp.el (tramp-completion-dissect-file-name)
8159 (tramp-completion-dissect-file-name1): New functions.
8161 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
8163 * net/tramp.el (tramp-get-completion-function)
8164 (tramp-get-completion-rsh)
8165 (tramp-get-completion-ssh)
8166 (tramp-get-completion-telnet): New functions.
8167 (tramp-methods): Add `tramp-completion-function' for all methods.
8169 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
8171 * net/tramp.el (tramp-get-completion-methods): New function.
8172 (tramp-find-default-method): Allow host to be nil (like user).
8174 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
8176 * net/tramp.el (tramp-completion-file-name-regexp-unified)
8177 (tramp-completion-file-name-regexp-separate)
8178 (tramp-completion-file-name-regexp)
8179 (tramp-completion-file-name-handler-alist): New defcustoms.
8180 (tramp-completion-file-name-handler): New function.
8181 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
8182 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
8183 to `inhibit-file-name-handlers'.
8184 (tramp-completion-handle-file-name-all-completions)
8185 (tramp-completion-handle-file-name-completion): New functions.
8187 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
8189 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
8190 must be called again after activating `ange-ftp'.
8191 (tramp-ange-ftp-file-name-p): Check for Xemacs.
8193 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
8195 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
8196 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
8197 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
8198 tramp-invoke-ange-ftp 'write-region.
8199 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
8200 passing to tramp-invoke-ange-ftp 'set-file-modes.
8201 (tramp-flatten-list): New function. Maybe this functionality does
8202 exist already elsewhere in the libraries.
8203 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
8204 list in order to avoid nested lists, f.e. when invoked from
8205 `tramp-handle-dired-call-process'.
8207 2002-09-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8209 * net/tramp.el (tramp-chunksize): New kluge variable.
8210 (tramp-send-region): If tramp-chunksize is non-nil, send region in
8211 parts and sleep 0.1 seconds between chunks.
8213 2002-09-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8215 * net/tramp.el (tramp-handle-insert-directory):
8216 Use `insert-buffer-substring' instead of `insert-buffer', which is not
8217 supposed to be used from Lisp. Remember old point in a variable
8218 instead of using `mark'. Suggestion from Stefan Monnier.
8219 (tramp-unified-filenames): New variable. Use it in default value
8220 of other filename variables.
8221 (file-expand-wildcards): Don't advise unless "[" and "]" are used
8222 in the filename format.
8224 2002-09-01 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8226 * net/tramp.el (tramp-methods): Remove duplicate definition of
8227 ssh1-old and ssh2-old.
8229 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
8231 * dired.el (dired-insert-directory): Always add "--dired" to to
8232 SWITCHES for remote files.
8233 * files.el (insert-directory): Comment saying that "--dired"
8234 might be in the SWITCHES.
8235 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
8236 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
8238 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
8240 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
8241 word constituent syntax.
8243 2002-09-21 Richard M. Stallman <rms@gnu.org>
8245 * cus-dep.el (custom-make-dependencies): Bind to t
8246 around evaluating the def-form.
8248 * custom.el (custom-dont-initialize): New variable.
8249 (custom-declare-variable): Don't init the variable
8250 if custom-dont-initialize is non-nil.
8252 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
8254 * net/eudc.el (eudc-install-menu): Use `define-key' and
8255 `easy-menu-create-menu' to avoid duplication of menu.
8257 2002-09-20 Kim F. Storm <storm@cua.dk>
8259 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
8260 macro and terminate editing.
8261 (kmacro-step-edit-macro): Push previous macro onto ring if changed
8264 2002-09-19 Tom Tromey <tromey@redhat.com>
8266 * play/blackbox.el (bb-right): Respect prefix argument.
8267 (bb-left, bb-up, bb-down): Likewise.
8269 2002-09-19 Richard M. Stallman <rms@gnu.org>
8271 * cus-dep.el (custom-make-dependencies): Fix previous change.
8273 2002-09-19 Juanma Barranquero <lektu@terra.es>
8275 * ielm.el (ielm-eval-input): Call `error-message-string' instead
8276 of the non-existent `ielm-format-error'.
8278 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
8280 * emacs-lisp/easymenu.el (easy-menu-remove):
8281 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
8283 * international/mule-diag.el (describe-coding-system):
8284 Remove unused `coding-spec' variable.
8285 (list-input-methods): Be more careful when setting up the help buffer.
8287 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8288 Set init value to t to reflect reality.
8289 (ucs-minibuffer-setup): Use minibuffer-selected-window.
8291 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8293 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
8294 Rename to makefile-cleanup-continuations.
8295 (makefile-mode): Use write-file-functions.
8296 (makefile-fill-paragraph): Use match-string-no-properties.
8297 (makefile-fill-paragraph): Use line-end-position.
8298 (makefile-add-log-defun): Simplify.
8300 2002-09-18 Richard M. Stallman <rms@gnu.org>
8302 * dired.el (dired-mark-pop-up): Doc fix.
8304 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
8305 definition straight into loaddefs.el as well as executing it here.
8307 2002-09-18 Colin Walters <walters@debian.org>
8309 * calc/calc.el (calc-mode): Add font-lock-defontify to
8310 change-major-mode-hook.
8312 2002-09-18 Richard M. Stallman <rms@gnu.org>
8314 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
8315 Don't ignore errors in rm line.
8317 * menu-bar.el (menu-bar-search-menu): Nicer help string.
8319 * replace.el (occur-engine-add-prefix): Use 7 spaces.
8320 (occur-engine): Use 7 digits to align tabs in the data.
8322 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
8323 Don't make the definition dynamic if it shares structure
8326 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
8327 (pdb): In gud-remove, pass down the file name.
8329 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
8331 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
8333 * ielm.el: (*1, *2, *3): New variables.
8334 (ielm-eval-input): Make temporary buffers current on entry and
8335 exit to the let bindings for *, ** and ***.
8336 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
8337 Do not overrule global bindings for *, ** and ***.
8339 2002-09-18 Tom Tromey <tromey@redhat.com>
8341 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
8342 boundaries before filling.
8344 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
8346 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
8347 (server-switch-buffer): Only select a different window if
8348 next-buffer is non-nil. Don't switch in a dedicated window.
8349 If next-buffer is already displayed, reuse that window.
8351 * diff-mode.el (diff-mode): Use compilation-minor-mode.
8352 Don't unbind compilation-last-buffer after autoloading compile.el.
8353 Hide the compilation-minor-mode bindings altogether.
8355 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8357 * dired.el (dired-insert-directory): Never add "--dired" when
8358 listing remote directories.
8360 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8362 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
8364 * ediff-init.el: Use defalias instead of fset.
8366 * ediff-util.el: Use defalias instead of fset.
8368 * viper-util.el (viper-chars-in-region): Simplification.
8370 * viper.el (viper-emacs-state-mode-list): Added modes.
8372 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
8374 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
8375 module of code, with graphical display of poor-coverage spots.
8377 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
8378 testcover on a interactive module like ses.
8380 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
8381 testcover on a noninteractive module like unsafep.
8383 2002-09-18 Miles Bader <miles@gnu.org>
8385 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
8388 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
8390 * server.el (server-log): Add `client' arg.
8391 (server-start): Don't bother canceling the sentinel.
8392 (server-process-filter): Use replace-regexp-in-string and
8393 handle the new &n quoting. Use push. Use server-log's new arg.
8394 Don't output the C-x # message if `nowait'.
8395 (server-buffer-done): Use server-log's new arg.
8397 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
8401 * emacs-lisp/unsafep.el: New file.
8403 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
8404 (inhibit-quit): This is risky for unsafep, doesn't matter much for
8406 (risky-local-variable-p): New function. Split off from
8407 hack-one-local-variable so unsafep can use it. Add \|-history$ to
8408 the list of disallowed local variable names (malicious user could
8409 stuff a `display' property in there that would be activated when
8410 na
\e,Ao
\e(Bve user called up the history).
8412 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
8414 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
8416 2002-09-16 Richard M. Stallman <rms@gnu.org>
8418 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
8419 Use forward-line and move-to-column.
8421 * cus-edit.el (custom-variable-backup-value): New function.
8422 (custom-variable-reset-backup): New function.
8423 (custom-variable-menu): Add item for custom-variable-reset-backup.
8424 (custom-variable-set, custom-variable-reset-saved)
8425 (custom-variable-reset-standard): Call custom-variable-backup-value.
8427 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
8429 * dired.el (dired-font-lock-keywords): Use regexp-opt.
8430 (dired-move-to-filename): Better message when we fail to find the file.
8431 (dired-sort-toggle): Minor optimization.
8433 2002-09-16 Juanma Barranquero <lektu@terra.es>
8435 * dired-aux.el (dired-add-entry): Add missing argument to
8438 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
8440 * xscheme.el (scheme-interaction-mode): Doc fix.
8442 * net/eudc.el (eudc-plist-get): Doc fix.
8444 2002-09-16 Kim F. Storm <storm@cua.dk>
8446 * menu-bar.el (menu-bar-last-search-type): New var.
8447 (nonincremental-repeat-search-forward)
8448 (nonincremental-repeat-search-backward): Repeat string or
8449 regexp search depending on menu-bar-last-search-type.
8450 (nonincremental-search-forward, nonincremental-re-search-forward)
8451 (nonincremental-search-backward, nonincremental-re-search-backward):
8452 Set menu-bar-last-search-type to string or regexp.
8453 (nonincremental-repeat-re-search-forward): Removed.
8454 (nonincremental-repeat-re-search-backward): Removed.
8455 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
8456 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
8457 (menu-bar-adv-search-menu): Removed.
8458 (menu-bar-search-menu): Reorganized.
8459 (menu-bar-edit-menu): Added "Replace" submenu.
8461 2002-09-15 Richard M. Stallman <rms@gnu.org>
8463 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
8465 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
8466 when it's not being evaluated.
8468 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
8470 * dired.el (dired-move-to-filename): Fix previous change.
8472 2002-09-14 Kim F. Storm <storm@cua.dk>
8474 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
8475 (keypad-numlock-setup, keypad-numlock-shifted-setup):
8476 Change `Remove Binding' option to `Unspecified/User-defined'.
8477 (keypad-setup): Enhance explanation of setup type `none'.
8479 2002-09-14 Richard M. Stallman <rms@gnu.org>
8481 * time.el (display-time-mode): Set display-time-load-average here.
8482 (display-time-load-average): Initialize to nil.
8483 (display-time-default-load-average): Add "None" alternative.
8484 (display-time-update): Handle "None" alternative for load-average.
8486 * dired-aux.el (dired-bunch-files): Put the arg FILES
8487 back as it was after temporary destrucive mods.
8488 (dired-add-entry): Use dired-insert-directory to handle indentation.
8489 Explicitly restore the line's marker character.
8490 Preserve the old file name's text properties.
8491 (dired-add-entry-do-indentation): Function deleted.
8492 (dired-relist-file): Doc fix.
8493 (dired-rename-file): Change argument names.
8494 (foo-rename-file): New function.
8495 (dired-do-hardlink): Use dired-hardlink.
8496 (dired-hardlink): New function.
8497 (dired-insert-subdir-doinsert): Use dired-insert-directory;
8498 that handles indentation, text props and header line.
8499 dired-readin-insert gets no args.
8500 Use `last' instead of `reverse'.
8502 * dired.el (dired-use-ls-dired): New variable.
8503 (dired-directory): Document the rules better.
8505 * dired.el (dired-insert-headerline): Function deleted.
8506 (dired-revert): Pass no args to dired-readin.
8507 (dired-move-to-filename): First try using dired-filename property.
8508 (dired-move-to-end-of-filename): Likewise.
8509 (dired-why): Try to show the start of this page of warnings.
8510 (dired-log): Insert the buffer name at start of page, not end.
8511 (dired-log-summary): If just one failure, explain it in echo area.
8513 * dired.el (dired-internal-noselect):
8514 Always set dired-directory, when buffer is not new.
8515 Pass dir-or-list, not dirname, to dired-mode.
8516 Call dired-readin with no args.
8517 Don't call dired-after-readin-hook here.
8518 (dired-find-buffer-nocreate): Expand dirname.
8519 Expand the dir from dired-directory to compare with dirname.
8521 (dired-readin): Take no args. Get the directory from dired-directory.
8522 Run dired-before-reading hook inside save-excursion.
8523 Run dired-after-readin-hook here.
8524 Don't make undo entries at all.
8525 Call dired-readin-insert with no args.
8526 Don't change indentation here.
8527 Don't insert headerline here.
8529 (dired-readin-insert): Take no args.
8530 Get dir and file-list from dired-directory.
8531 Call dired-insert-directory the new way.
8532 Don't insert "wildcard" info here.
8534 (dired-insert-directory): New arg FILE-LIST.
8535 First arg now DIR, always just the directory.
8536 This function fully handles setting up the buffer text:
8537 update indentation, insert headerline and "wildcard" info.
8538 Pass --dired arg if appropriate; put info in dired-filename props.
8539 Don't expand file names here.
8541 * warnings.el (display-warning): In batch mode,
8542 exclude the final newline from the arg to `message'.
8544 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
8546 * files.el (diff-buffer-with-file): Check whether associated file
8547 exists. Display message for 1 second. Always return nil.
8549 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
8551 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
8552 support again, but more carefully this time.
8554 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
8555 such that backward-sexp correctly skips them.
8556 (perl-font-lock-keywords-2): Use regexp-opt.
8557 (perl-font-lock-syntactic-keywords)
8558 (perl-font-lock-syntactic-face-function): Better handle PODs.
8559 Handle package names with ' in them and ($$) in `sub' declarations.
8560 Handle format staements. Handle regexp and quote-like ops.
8561 (perl-empty-syntax-table): New var.
8562 (perl-quote-syntax-table): New fun.
8564 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
8565 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
8567 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
8569 * derived.el (define-derived-mode): Properly ignore unknown args.
8571 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
8572 Don't call the function during init if mode is on by default.
8574 * simple.el: Provide `simple'.
8575 (transient-mark-mode, line-number-mode, column-number-mode):
8576 Pass an explicit `:require nil' argument.
8578 2002-09-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
8580 * play/tetris.el (tetris-blank-options, tetris-cell-options):
8581 Remove various redundant `(t nil)'.
8583 * play/snake.el (snake-border-options): Use color on tty if available.
8585 * play/tetris.el (tetris-border-options): Likewise.
8587 * play/pong.el (pong-border-options): Likewise, plus reset
8588 color on tty to be [0.5 0.5 0.5].
8590 2002-09-13 Kim F. Storm <storm@cua.dk>
8592 * kmacro.el (kmacro-start-macro): Doc fix.
8594 2002-09-13 Juanma Barranquero <lektu@terra.es>
8596 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
8597 to `idlwave-idlwave_routine_info-compiled'.
8599 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
8600 three arguments, not four.
8602 2002-09-13 Kim F. Storm <storm@cua.dk>
8604 * kmacro.el (kmacro-keymap): Changed bindings:
8605 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
8607 2002-09-12 Richard M. Stallman <rms@gnu.org>
8609 * international/mule-cmds.el (universal-coding-system-argument):
8610 Read the coding system inside `interactive' spec, for command-history.
8612 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
8614 * emacs-lisp/find-func.el (find-library-name): Don't forget
8615 the empty suffix. Fix stale variable name.
8617 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
8618 (gud-pdb-massage-args): Delete.
8619 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
8620 (gud-gdb-command-name): New var. Put "--fullname" in there.
8621 (gud-query-cmdline): Use the most recent executable as the default.
8622 Don't add "--fullname" (it's only valid/meaningful for GDB).
8623 (gud-xdb-marker-filter): Use match-string.
8624 (gud-perldb-massage-args): Don't add "-d".
8625 (gud-perldb-command-name): Add "-d".
8626 (gud-common-init): If `massage-args' is nil, don't call it.
8627 (gud-format-command): Don't hardcode point-min==1.
8629 * derived.el: Require CL when compiling.
8631 2002-09-12 Simon Josefsson <jas@extundo.com>
8633 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
8634 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
8635 Use expand-file-name. Also don't require time-stamp.
8637 2002-09-11 Richard M. Stallman <rms@gnu.org>
8639 * derived.el (define-derived-mode): When making new abbrev table,
8640 don't try to copy the parent's abbrev table.
8642 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
8643 Always round scroll-bar-width parameter up.
8644 If it is nil, use 14.
8646 * abbrev.el (copy-abbrev-table): New function.
8648 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8650 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
8651 ps-default-bg setting.
8652 (ps-print-version): New version number (6.5.7).
8653 (ps-mark-active-p): New fun.
8654 (ps-print-preprint-region): Adjust code.
8656 2002-09-11 Dave Love <fx@gnu.org>
8658 * international/mule.el (non-standard-designations-alist)
8659 (ctext-pre-write-conversion): Don't generate invalid extended
8660 segments for iso8859.
8662 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
8663 (cyrillic-alternativnyj-decode-table): Fix some entries.
8665 * international/ucs-tables.el: Fix last change.
8667 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
8670 2002-09-11 Kim F. Storm <storm@cua.dk>
8672 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
8673 kmacro-end-and-call-macro.
8675 2002-09-11 Juanma Barranquero <lektu@terra.es>
8677 * newcomment.el (uncomment-region): Fix let/let* use.
8679 2002-09-11 Simon Josefsson <jas@extundo.com>
8681 * time-stamp.el (time-stamp-hhmmss): New function.
8683 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
8684 (gud-query-cmdline): Add --fullname to the user cmdline.
8686 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
8688 2002-09-11 Kim F. Storm <storm@cua.dk>
8690 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
8691 (kmacro-step-edit-map): Bind "A" to `append-end'.
8692 (kmacro-step-edit-prompt): Fix prompt.
8693 (kmacro-step-edit-query): Handle `append-end' response.
8694 (kmacro-step-edit-pre-command): Activate `append-end' at end of
8695 macro when required.
8697 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8699 * derived.el (define-derived-mode): Fix typo.
8701 * menu-bar.el (line-number-mode, column-number-mode)
8702 (transient-mark-mode): Use minor mode directly.
8703 (menu-bar-make-toggle): Remove `props' arg.
8704 Move customize-mark-as-set directly into the toggle function.
8706 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
8707 Use the new file hook names.
8708 (whitespace-describe): Remove. Move the text to `Commentary:'.
8709 (whitespace-unload-hook): Use the new file hook names.
8711 * finder.el (finder-find-library): Remove.
8712 (finder-commentary): Use find-library-name and add completion.
8714 * simple.el (transient-mark-mode, line-number-mode)
8715 (column-number-mode): Use define-minor-mode.
8716 (define-mail-user-agent): Delete. Moved to subr.el.
8718 * loadup.el ("simple.el"): Move to after loaddefs.el.
8720 * subr.el (define-mail-user-agent): Moved from simple.el.
8722 2002-09-10 Richard M. Stallman <rms@gnu.org>
8724 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
8725 (boolp): Function deleted.
8727 2002-09-10 Dave Love <fx@gnu.org>
8729 * international/utf-8.el (ucs-mule-to-mule-unicode):
8730 Define unconditionally.
8731 (utf-8-fragmentation-table): New. Use it in top-level mapc.
8732 (utf-8-fragment-on-decoding): Use it to keep
8733 utf-8-translation-table-for-decode variable and translation table
8736 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
8737 when setting up tables and remove useless optimize-char-table.
8738 (ucs-mule-to-mule-unicode): Deleted.
8739 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
8741 * international/utf-16.el (utf-16-le-pre-write-conversion)
8742 (utf-16-be-pre-write-conversion): Deleted.
8743 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
8745 2002-09-10 Richard M. Stallman <rms@gnu.org>
8747 * files.el (diff-buffer-with-file): Simplify.
8748 Don't signal an error if buffer has no file.
8749 Call sit-for after `diff' returns.
8751 * play/gamegrid.el (gamegrid-make-color-tty-face):
8752 Handle string as COLOR arg.
8753 (gamegrid-display-type): Don't assume display-color-p
8754 implies a color-x terminal.
8755 (gamegrid-hide-cursor): Set `cursor-type' local variable.
8757 * descr-text.el (describe-text-mode): Add font-lock-defontify to
8758 change-major-mode-hook.
8760 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
8761 change-major-mode-hook.
8763 * comint.el (comint-mode): Add font-lock-defontify to
8764 change-major-mode-hook.
8766 * info.el (Info-mode): Add font-lock-defontify to
8767 change-major-mode-hook.
8769 * replace.el (occur-mode): Add font-lock-defontify to
8770 change-major-mode-hook.
8772 * font-core.el (font-lock-defontify): New function.
8774 2002-09-10 Richard M. Stallman <rms@gnu.org>
8776 * ps-print.el (ps-printer-name-option): Doc fix.
8778 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8780 * ps-print.el: Adjust ps-postscript-code-directory setting.
8781 XEmacs version check was adjusted.
8782 (ps-print-version): New version number (6.5.6).
8783 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
8784 (ps-print-code, ps-print-preprint-region): Adjust code.
8786 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8788 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
8789 emacs-lisp-mode, like ~/.emacs.
8791 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8793 * newcomment.el (uncomment-region): Be more careful with `='.
8795 2002-09-10 Deepak Goel <deego@glue.umd.edu>
8797 * play/doctor.el (doc//): Rename from `//'. Update callers.
8798 (doc$): Rename from `$'. Update callers.
8800 2002-09-10 Miles Bader <miles@gnu.org>
8802 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
8803 variable, not a function.
8805 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
8807 2002-09-10 Kim F. Storm <storm@cua.dk>
8809 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
8810 nil while executing macro to avoid triggering delete-selection-mode.
8812 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
8813 cancel defining keyboard macro when applicable.
8815 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8817 * simple.el (transient-mark-mode, line-number-mode)
8818 (column-number-mode): Undo previous change because of bootstrapping.
8820 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8822 * derived.el (define-derived-mode): Add keyword arguments.
8823 (derived-mode-make-docstring): Take abbrev and syntax table names.
8825 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
8826 (font-lock-default-function): Change arg name.
8828 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
8830 * paren.el (show-paren-function): Use syntax-after.
8832 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
8834 * subr.el (symbol-file): Also work for autoloaded funcs.
8835 (syntax-after): New fun moved from syntax.el.
8837 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
8838 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
8839 Update callers (but still run the old hooks as well).
8841 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
8842 (find-library): New funs.
8843 (find-function-search-for-symbol): Use it.
8845 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
8847 * isearch.el (isearch-cmds): Add docstring.
8848 (isearch-mouse-2): Lookup binding in the proper buffer.
8849 Use call-interactively and remove the now useless `arg'.
8850 (isearch-search-fun-function): New var.
8851 (isearch-search-fun): New fun.
8852 (isearch-search, isearch-lazy-highlight-search): Use it.
8854 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
8856 * simple.el (what-line): Don't hard-code 1.
8857 (transient-mark-mode, line-number-mode, column-number-mode):
8858 Use define-minor-mode.
8859 (do-auto-fill): Only ignore prefix if it's really empty.
8861 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8863 * files.el (save-some-buffers-action-alist): Use lower case for
8864 help string of diff-buffer-with-file.
8866 2002-09-09 Richard M. Stallman <rms@gnu.org>
8868 * calendar/calendar.el (mouse-scroll-calendar-left)
8869 (mouse-scroll-calendar-right, mouse-calendar-other-month):
8871 (calendar-mode-line-format): Use them.
8873 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8874 Set and then bind default-directory.
8876 * startup.el (fancy-splash-head, normal-splash-screen):
8877 Change the messages that explain about GNU or GNU/Linux.
8879 * info.el (Info-search): Add (point-min) to subfile positions
8880 to get them right. Skip the current subfile using forward-line.
8882 * files.el (make-backup-file-name-1): When make-directory fails,
8883 ignore backup-directory-alist.
8884 (make-directory): Expand DIR before looking for handler.
8886 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
8888 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
8889 In addition to RCS, exclude CVS directories.
8891 * ls-lisp.el (ls-lisp-format-time-list): New variable.
8892 (ls-lisp-format-time): Use it.
8894 * files.el (auto-mode-alist): Use sh-mode for .bash files.
8896 2002-09-09 Dave Love <d.love@dl.ac.uk>
8898 * ps-print.el: Many doc fixes.
8900 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
8902 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
8905 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
8907 * diff.el (diff): Doc fix.
8909 2002-09-08 Richard M. Stallman <rms@gnu.org>
8911 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
8913 * simple.el (undo-elt-in-region): Fix one-off error at END.
8914 (forward-visible-line): Handle invisibility by ignoring
8915 invisible newlines. Also include entire invisible lines beyond
8918 * cus-edit.el (custom-save-variables, custom-save-faces):
8919 Clarify the comments written into .emacs.
8921 2002-09-08 Markus Triska <triska@gmx.at>
8923 * play/doctor.el (doctor-doc): Recognize question words
8924 and use qlist. Use doctor-shorten's return value.
8925 (doctor-shorten): Compute a return value, don't alter `sent'.
8926 (doctor-hates1): Add a question mark.
8927 (doctor-strangelove): Unused function deleted.
8929 2002-09-08 Kim F. Storm <storm@cua.dk>
8931 * kmacro.el (kmacro-end-and-call-macro): New command to end and
8932 call keyboard macro in one step. Bind it to C-x e by default.
8933 (kmacro-call-macro): Use format-kbd-macro.
8934 (kmacro-step-edit-macro): New command to interactively step edit
8935 and execute last keyboard macro.
8936 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
8937 (kmacro-step-edit-mini-window-height): New custom var.
8938 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
8939 (kmacro-step-edit-prefix-commands): New var.
8940 (kmacro-step-edit-prompt, kmacro-step-edit-query)
8941 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
8942 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
8943 New aux functions for step editing keyboard macros.
8945 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
8946 returned by this-single-command-raw-keys before appending it to
8947 unread-command-event.
8949 2002-09-07 Colin Walters <walters@debian.org>
8951 * progmodes/compile.el (compile-internal): Add optional argument
8954 * diff.el (diff): Add optional argument no-async, and use the
8957 * files.el (diff-buffer-with-file): Call diff synchronously, so we
8958 don't delete the temporary file before diff has a chance to read
8961 * ibuf-ext.el (ibuffer-diff-with-file): Just call
8962 `diff-buffer-with-file'.
8964 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
8966 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
8968 * emacs-lisp/find-func.el (find-function-recenter-line):
8969 Add custom type. Doc fix.
8971 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
8973 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
8974 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
8975 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
8976 Remove. Use the minor mode function directly instead.
8977 (menu-bar-mode): Add message and customize-mark-as-set and return
8978 the new value as do other minor modes.
8980 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
8982 2002-09-06 Simon Marshall <simon@gnu.org>
8984 * progmodes/etags.el (find-tag-tag, complete-tag):
8985 Bind completion-ignore-case based on tags-case-fold-search, so that
8986 case-sensitivity of tag completion matches that of tag search.
8988 2002-09-06 Juanma Barranquero <lektu@terra.es>
8990 * calendar/solar.el (calendar-time-display-form): Fix spacing.
8992 * double.el (double-prefix-only): Likewise.
8994 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
8996 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8998 * emacs-lisp/float.el (string-to-float): Likewise.
9000 * emacs-lisp/rx.el (rx): Likewise.
9002 * faces.el (copy-face): Likewise.
9004 * hilit-chg.el (highlight-changes-colours)
9005 (highlight-changes-active-string)
9006 (highlight-changes-passive-string)
9007 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
9009 * international/mule.el (decode-char): Likewise.
9011 * progmodes/idlwave.el (idlwave-support-inheritance)
9012 (idlwave-routine-entry-compare): Likewise.
9014 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
9017 * progmodes/pascal.el (pascal-start-keywords): Likewise.
9019 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
9022 * progmodes/vhdl-mode.el (vhdl-progress-interval)
9023 (vhdl-corresponding-begin): Likewise.
9025 * simple.el (choose-completion-string-functions): Likewise.
9027 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
9029 * textmodes/fill.el (fill-nonuniform-paragraphs)
9030 (fill-individual-paragraphs): Likewise.
9032 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
9034 * warnings.el (warning-level-aliases): Likewise.
9036 * speedbar.el (speedbar-mode): Fix spacing and typos.
9038 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
9040 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
9042 * textmodes/table.el (table-command-prefix): Fix type.
9044 2002-09-05 Andre Spiegel <spiegel@gnu.org>
9046 * vc-hooks.el: Don't require vc.el at compile-time; it causes
9047 recursive requirements during bootstrap.
9049 2002-09-05 Kenichi Handa <handa@etl.go.jp>
9051 * international/mule.el (decode-char): Cancel the previous change.
9053 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
9055 * language/european.el ("Swedish"): New set-language-info-alist call.
9057 2002-09-04 Richard M. Stallman <rms@gnu.org>
9059 * help-fns.el (help-with-tutorial): Properly set up
9060 completion-reference-buffer in the *Completion* buffer.
9062 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
9064 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
9065 returns nil, return nil.
9067 2002-09-04 Andre Spiegel <spiegel@gnu.org>
9069 * vc-hooks.el: Require vc.el at compile-time.
9070 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9071 Moved here from vc.el.
9073 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
9074 Moved to vc-hooks.el.
9076 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
9078 2002-09-04 Kenichi Handa <handa@etl.go.jp>
9080 * international/mule.el (decode-char): Translate a character by
9081 utf-8-translation-table-for-decode only when
9082 utf-8-fragment-on-decoding is non-nil.
9084 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
9086 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
9087 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
9088 Use text-mode's syntax-table and abbrev-table.
9089 (text-mode): Set require-final-newline to t.
9091 * newcomment.el (comment-make-extra-lines): Only use the
9092 dummy `=' char when there's really nothing else.
9093 Don't remove spaces if it leads to an incorrect comment.
9095 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
9096 around the cvs/ssh/libc bug.
9097 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
9098 (defun-cvs-mode): Use the new `declare' thingy.
9099 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
9100 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
9101 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
9103 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
9104 node rather than a message for new directories.
9105 (cvs-parse-status): Add support for `Entry Invalid'.
9107 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
9108 (smerge-combine-with-next): New function.
9109 (smerge-diff): Don't output `wrote /tmp/foo' messages.
9110 Insert message if no diffs were found.
9112 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
9113 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
9115 2002-09-02 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9117 * net/tramp.el: Version 2.0.15 released.
9118 (require 'base64): Most modern Emacsen have the base64
9119 encode/decode functions built in, so test to see if they are bound
9120 before we go blindly requiring base64.el.
9121 From Steve Youngs <youngs@xemacs.org>.
9122 (tramp-feature-write-region-fix): XEmacs doesn't have a
9123 'find-operation-coding-system' and this variable doesn't seem to
9124 be used anywhere so wrap it in (unless (featurep 'xemacs)).
9125 From Steve Youngs <youngs@xemacs.org>.
9126 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
9127 (tramp-open-connection-su): Use user name "root" if no user name
9130 From Michael Albinus <Michael.Albinus@alcatel.de>:
9131 * net/tramp.el (tramp-invoke-ange-ftp):
9132 (tramp-ange-ftp-file-name-p): Check for Xemacs.
9133 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
9134 tramp-invoke-ange-ftp 'rename.
9135 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
9136 tramp-invoke-ange-ftp 'write-region.
9137 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
9138 passing to tramp-invoke-ange-ftp 'set-file-modes.
9139 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
9140 again after activating `ange-ftp'.
9142 2002-09-02 Kim F. Storm <storm@cua.dk>
9144 * ido.el (ido-ignore-item-temp-list): New variable.
9145 (ido-read-internal): Don't set ido-default-item if the default is
9146 member of ido-ignore-item-temp-list.
9147 Don't return first match for C-j if no text is entered.
9148 (ido-buffer-internal): Check for empty string return.
9149 (ido-make-buffer-list1): Use member instead of memq.
9150 (ido-window-buffer-p): Likewise.
9151 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
9152 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
9154 * replace.el (multi-occur): Made "ido-aware":
9155 Changed prompt to use C-j instead of RET to end.
9156 Set ido-ignore-item-temp-list to the selected buffers so far, so
9157 they are automatically excluded from the list of choices.
9158 Use add-to-list instead of push.
9160 2002-09-01 Richard M. Stallman <rms@gnu.org>
9162 * term/x-win.el (function-key-map): Define S-iso-lefttab.
9164 2002-09-01 Kim F. Storm <storm@cua.dk>
9166 * edmacro.el (edit-kbd-macro): Recognize new default binding for
9167 C-x e in addition to old binding.
9169 2002-09-01 Mario Lang <mlang@debian.org>
9171 * files.el (save-some-buffers-action-alist): New variable.
9172 (save-some-buffers): Use that.
9173 (diff-buffer-with-file): New function.
9175 2002-09-01 Richard M. Stallman <rms@gnu.org>
9177 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
9179 * dired.el (defgroup dired): Use `files' as parent.
9180 (dired-get-filename): Ignore handler if it has safe-magic prop.
9182 * jka-compr.el (jka-compr-handler): Add safe-magic property.
9184 2002-08-31 Richard M. Stallman <rms@gnu.org>
9186 * simple.el (kill-line): Use end-of-visible-line to determine
9187 if rest of line is blank.
9188 (end-of-visible-line): Cope if end-of-line moved back over
9189 invisible intangible chars at end of line.
9191 * simple.el (completion-setup-function): Don't use directory-sep-char.
9193 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9195 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
9197 (f90-menu, f90-add-imenu-menu): Use lookup-key.
9198 Remove (eval-when-compile) for free variables.
9200 2002-08-31 Andreas Schwab <schwab@suse.de>
9202 * font-core.el (font-lock-change-mode): Avoid changing buffer
9205 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
9207 * emacs-lisp/easymenu.el (easy-menu-filter-return):
9208 Handle the case where the filter returns a single menu entry.
9209 (easy-menu-add): Improve docstring.
9210 (easy-menu-current-active-maps): Remove.
9211 (easy-menu-get-map): Use current-active-maps.
9213 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
9214 the -p prefix from variables since they shouldn't have it anyway.
9215 (custom-group-menu-create, customize-menu-create):
9216 Only cdr if applicable, since custom-menu-create might return
9217 a vector (i.e. a single menu entry).
9219 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
9221 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
9222 user's value of diary-list-include-blanks, but generate message
9223 instead if there are no entries.
9225 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
9227 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
9229 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
9231 * menu-bar.el (menu-bar-read-mail): Doc fix.
9233 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
9235 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
9236 (ibuffer-fontification-alist): Check hidden buffer case isn't
9237 visiting a file and change its face to italic.
9239 2002-08-30 Juanma Barranquero <lektu@terra.es>
9241 * replace.el (occur-mode): Add interactive declaration.
9243 * bs.el (bs-message-without-log): Fix typo.
9245 * font-core.el (font-lock-defaults): Likewise.
9247 * font-lock.el (font-lock-add-keywords): Likewise.
9249 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
9251 * textmodes/bibtex.el (bibtex-mode): Likewise.
9253 * emulation/viper-ex.el (ex-compile-command): Likewise.
9255 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
9258 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
9260 * allout.el (my-mark-marker): Likewise.
9262 2002-08-30 Simon Josefsson <jas@extundo.com>
9264 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
9265 unless s-debug-info is enabled.
9267 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
9269 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
9271 * mwheel.el (mouse-wheel-up-button): Doc fix.
9273 2002-08-29 Juanma Barranquero <lektu@terra.es>
9275 * replace.el (occur-mode-hook): New hook.
9276 (occur-mode): Use it.
9277 (occur-hook): Set default to nil.
9279 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
9281 * net/ange-ftp.el: Use match-string and drop useless `function's.
9282 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
9283 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
9284 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
9285 (ange-ftp-parse-dired-listing): Update the calls.
9286 (dired-local-variables-file): Declare to shut quieten the compiler.
9287 (ange-ftp-file-entry-active-p): Remove.
9288 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
9289 Don't exclude dangling symlinks.
9290 (ange-ftp-file-name-completion-1): Make predicate optional.
9291 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
9292 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
9293 (ange-ftp-bs2000-posix-hook-installed): Remove.
9294 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
9295 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
9296 `ange-ftp-this-host' instead of `user' and `host'.
9298 2002-08-29 Richard M. Stallman <rms@gnu.org>
9300 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9301 Decide here whether to print which form we're compiling.
9302 If we do that, still print file and line. Make file name
9303 relative to default-directory. Print fewer newlines.
9304 (byte-compile-log-file): Print something even if no file.
9305 Print messages for entering and leaving directories,
9306 and set default-directory.
9307 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
9308 (byte-compile-warning-series): New function.
9309 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
9310 (byte-compile-display-log-head-p): Function deleted.
9312 * warnings.el (warning-series): Now can be a marker, not an integer.
9313 (display-warning): Handle new value for warning-series.
9315 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
9316 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
9319 2002-08-29 Kim F. Storm <storm@cua.dk>
9321 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
9322 Change default binding of C-x e to kmacro-end-or-call-macro.
9323 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
9325 (kmacro-get-prefix-arg): New function.
9326 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
9327 improve. Callers changed.
9328 (kmacro-call-macro): Repeat macro by repeating last key or
9329 key defined in kmacro-call-repeat-key. New third arg non-nil
9330 means to end current macro.
9331 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
9332 to get repeat last key functionality.
9333 (kmacro-start-macro-or-insert-counter): Improve doc string.
9335 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
9337 * files.el (find-buffer-visiting): Compare file attributes
9338 using buffer-file-truename.
9340 2002-08-28 Richard M. Stallman <rms@gnu.org>
9342 * files.el (make-auto-save-file-name, make-backup-file-name-1):
9343 Don't use directory-sep-char.
9345 2002-08-28 Juanma Barranquero <lektu@terra.es>
9347 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
9348 (occur-mode): Remove call to `occur-mode-hook'.
9349 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
9350 (occur-1): Add call to `occur-hook'.
9352 * subr.el (make-variable-frame-localizable): Alias for
9353 `make-variable-frame-local'.
9355 2002-08-28 Miles Bader <miles@gnu.org>
9357 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
9358 (read-file-name-electric-shadow-tty-properties)
9359 (read-file-name-electric-shadow-mode): Remove compatibility defs.
9361 * comint.el (comint-carriage-motion): Start at START.
9363 2002-08-27 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
9365 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
9366 given by vsFTPd when accessed with a kerberised FTP client.
9368 2002-08-27 Richard M. Stallman <rms@gnu.org>
9370 * files.el (find-alternate-file):
9371 Bind kill-buffer-query-functions locally, don't set it.
9373 2002-08-27 Andreas Schwab <schwab@suse.de>
9375 * kmacro.el (kmacro-start-macro): Doc fix.
9377 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
9379 * textfile/reftex-ref.el (reftex-goto-label): New command.
9381 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
9383 * textfile/reftex-parse.el (reftex-roman-number): New function.
9384 (reftex-section-number): Better handling of parts: No chapter
9387 * textfile/reftex.el (reftex-highlight-overlays): Added a third
9389 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
9390 Also moved `reftex-reset-mode' to top level.
9392 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
9393 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
9394 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
9396 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
9397 document pointer *before* position, not after.
9398 (reftex-insert-docstruct): Get offset of document pointer *before*
9399 position, not after.
9401 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
9402 match over section title match.
9404 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9405 which determines on a per-file-basis if BibTeX is being used
9406 locally for citations.
9407 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9408 cooperation with chapterbib.
9409 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9410 better cooperation with chapterbib.
9412 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9413 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9415 2002-08-26 Kim F. Storm <storm@cua.dk>
9417 * subr.el (suppress-keymap): Use command remapping instead of
9418 substitute-key-definition to undefine self-inserting keys.
9420 2002-08-26 Juanma Barranquero <lektu@terra.es>
9422 * makefile.w32-in (WINS): Add calc and obsolete.
9424 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
9426 * emacs-lisp/easy-mmode.el (define-minor-mode):
9427 Use customize-mark-as-set for global minor modes.
9429 2002-08-25 Miles Bader <miles@gnu.org>
9431 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
9432 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
9433 Change name of face.
9434 (file-name-shadow-properties): Renamed from
9435 `read-file-name-electric-shadow-properties'.
9436 (file-name-shadow-tty-properties): Renamed from
9437 `read-file-name-electric-shadow-tty-properties'.
9438 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
9439 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
9440 (file-name-shadow-mode): Renamed from
9441 `read-file-name-electric-shadow-mode'. Update references to
9444 2002-08-24 Sam Steingold <sds@gnu.org>
9446 * subr.el (eval-after-load): Do not call
9447 load-symbol-file-load-history (deleted yesterday).
9449 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
9451 * startup.el (normal-splash-screen): Ensure splash buffer is
9452 killed. Use tabs in output. Fix test whether previous buffer was
9455 * progmodes/simula.el (simula-abbrev-keyword-default)
9456 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
9457 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
9459 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
9461 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
9463 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9465 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
9466 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
9467 (f90-font-lock-off, f90-font-lock-menu): Delete.
9468 Use easy-menu-define instead.
9469 (f90-mode): Use easy-menu-add.
9470 No longer (require 'imenu) when compiling.
9471 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
9472 (f90-abbrev-start): Use fboundp.
9473 (f90-imenu-flag): Delete - use imenu--index-alist instead.
9475 2002-08-23 Richard M. Stallman <rms@gnu.org>
9477 * loadhist.el (unload-feature): Distinguish functions from
9478 variables in load-history.
9479 (feature-symbols): Doc fix.
9481 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
9483 * subr.el (symbol-file-load-history-loaded)
9484 (load-symbol-file-load-history): Deleted.
9485 (symbol-file): Don't call load-symbol-file-load-history.
9487 2002-08-23 Andre Spiegel <spiegel@gnu.org>
9489 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
9491 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9493 * frame.el (select-frame-by-name, select-frame-set-input-focus):
9494 Always call x-focus-frame, if using x.
9495 Use set-mouse-position on all systems, if focus-follows-mouse.
9497 2002-08-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9499 * net/tramp.el: Version 2.0.14 released.
9500 (tramp-shell-prompt-pattern): New variable.
9501 (tramp-actions-before-shell, tramp-multi-actions)
9502 (tramp-find-shell, tramp-open-connection-multi)
9503 (tramp-open-connection-setup-interactive-shell): Use it.
9504 (tramp-open-connection-telnet, tramp-open-connection-rsh)
9505 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
9507 (tramp-bug): Report `tramp-shell-prompt-pattern'.
9508 (tramp-process-one-multi-action, tramp-process-one-action):
9509 Make message clearer so people don't confuse it with Emacs asking
9510 them a question if the regexp happens to end with "?".
9511 (tramp-verbose): Change default value from 10 to 9. Also change
9512 some logging levels so that 10 is reserved for stuff which is
9513 needed for debugging only, but 9 catches everything that people
9514 might like to see in order to see that Tramp is actually working.
9516 2002-08-22 Kim F. Storm <storm@cua.dk>
9518 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
9519 Corrected spelling mistakes (for Joseph Arceneaux).
9521 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
9523 * progmodes/f90.el: eval-when-compile a few defvars.
9524 (f90-xemacs-flag): Wrap in eval-and-compile.
9525 (f90-font-lock-keywords): Doc fix.
9526 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
9527 (f90-mark-subprogram-overlay): Variable deleted.
9528 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
9530 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
9532 2002-08-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9534 * net/tramp.el: Version 2.0.13 released.
9535 (tramp-handle-write-region): Don't check to see if remote end is
9536 awake after sending data to remote host: we want to send "EOF" not
9537 "echo are you awake"...
9538 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
9539 (tramp-yn-prompt-regexp): New variable.
9540 (tramp-action-yn): New function, using it.
9541 (tramp-feature-write-region-fix): New internal variable. Not yet
9542 used. Should be used in `tramp-handle-write-region'.
9544 2002-08-21 Kim F. Storm <storm@cua.dk>
9546 * bindings.el (mode-line-format): Moved global-mode-string last.
9547 (mode-line-position): Moved %p first. Added padding to %l/%c to
9548 eliminate jumpyness in modeline. Use (%l,%c) format if both
9549 line-number-mode and column-number-mode are enabled.
9551 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
9553 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
9554 that could cause an infinite loop if something that looks like
9555 a macro begins in the middle of a line.
9557 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
9558 could cause `c-state-cache' to contain two conses in sequence
9559 when there's an unbalanced open paren in a macro.
9561 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9563 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
9565 * imenu.el (imenu--generic-function): Use mapc.
9566 (imenu-syntax-alist): Doc fix.
9568 2002-08-20 Richard M. Stallman <rms@gnu.org>
9570 * font-core.el (font-lock-change-mode): New function.
9571 (font-lock-mode): Use font-lock-change-mode instead of
9572 font-lock-unfontify-buffer.
9573 (font-lock-maximum-size, font-lock-verbose): Add defvars.
9575 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
9577 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
9578 which determines on a per-file-basis if BibTeX is being used
9579 locally for citations.
9580 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
9581 cooperation with chapterbib.
9582 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
9583 better cooperation with chapterbib.
9585 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
9586 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
9588 2002-08-20 Kim F. Storm <storm@cua.dk>
9590 * kmacro.el: Major rework based on discussions with RMS.
9591 Most important change is that C-x C-k is now bound to a keymap
9592 with keyboard macro related commands. The original binding on
9593 C-x C-k is moved to C-x C-k e.
9595 * binding.el: Remove macro related bindings (now in kmacro.el).
9597 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
9599 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
9601 * help-fns.el (help-split-fundoc): Replace the function name
9602 from the docstring with the one that should be displayed.
9603 (help-make-usage): Understand CL style arglists.
9604 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
9605 (describe-variable): Use delete-region.
9607 2002-08-19 Kenichi Handa <handa@etl.go.jp>
9609 * international/mule.el (sgml-xml-auto-coding-function):
9610 Call re-search-forward with NOERROR t.
9612 2002-08-19 Miles Bader <miles@gnu.org>
9614 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
9615 * comint.el (comint-inhibit-carriage-motion): New variable.
9616 (comint-carriage-motion): Argument STRING removed. New arguments
9617 START and END; interpret characters between START and END rather
9618 than using special comint state.
9619 (comint-output-filter): Call `comint-carriage-motion'.
9620 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
9621 * ielm.el (inferior-emacs-lisp-mode):
9622 Give `comint-inhibit-carriage-motion' a local value of t.
9624 2002-08-18 Richard M. Stallman <rms@gnu.org>
9626 * textmodes/table.el: New file.
9628 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
9630 2002-08-18 Andreas Schwab <schwab@suse.de>
9632 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
9634 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
9636 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
9637 (reftex-syntax-table): Set a default in case this is being used
9638 outside a LaTeX file.
9639 (reftex-syntax-table-for-bib): Set a default in case this is being
9640 used outside a LaTeX file.
9642 2002-08-17 Richard M. Stallman <rms@gnu.org>
9644 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
9645 and use write-file-functions instead of local-write-file-hooks.
9646 (tar-untar-buffer): Don't try to extract directories.
9648 * menu-bar.el (fringe-mode): Set to nil.
9650 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
9652 2002-08-15 Richard M. Stallman <rms@gnu.org>
9654 * calendar/appt.el (appt-delete): Use substring-no-properties.
9655 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
9657 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
9659 * server.el (server-process-filter): Simplify code.
9660 (server-goto-line-column): New function.
9661 (server-visit-files): Use server-goto-line-column.
9662 Offer to revert only if file has changed.
9664 2002-08-15 Richard M. Stallman <rms@gnu.org>
9666 * files.el (recover-this-file): New function.
9667 (after-find-file): Recommend recover-this-file.
9669 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
9670 to change-major-mode-hook when font lock is enabled.
9672 * simple.el (toggle-truncate-lines): Force redisplay.
9673 Display status message.
9675 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
9677 * textmodes/reftex.el (reftex-mode): Moved the creation of special
9678 syntax tables to top-level.
9680 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
9682 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
9683 use `hash-table-size' instead of `length'.
9685 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
9687 * help-fns.el (locate-library): Use locate-file(-completion).
9688 (help-split-fundoc): Tighten the regexp and recognize a usage-info
9689 where the function name is `fn'.
9690 (help-function-arglist): Follow aliases and macros.
9691 (describe-function-1): Use keymapp.
9692 If the docstring contains a usage info, use it even if the function is
9693 not a subroutine. Find usage info in aliases' docstring if necessary.
9694 (describe-variable): Get the value before setting up the *Help* buffer.
9696 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9697 Use find-file-hook instead of find-file-hooks.
9698 (define-minor-mode): Get rid of this silly `togglep'.
9699 Add an explicit `toggle' argument (used for interactive calls).
9700 Emit a warning when a nil argument turns the mode off.
9702 * language/ethio-util.el (setup-ethiopic-environment-internal)
9703 (exit-ethiopic-environment): Use find-file-hook and
9704 write-file-functions instead of find-file-hooks and write-file-hooks.
9706 * window.el (handle-select-window): Don't do anything if the window
9707 has disappeared since the event was generated.
9708 (split-window-save-restore-data): Use push and with-current-buffer.
9712 * obsolete/hilit19.el:
9713 * completion.el (dynamic-completion-mode):
9714 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9715 Use find-file-hook instead of find-file-hooks.
9717 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
9718 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
9719 (imenu-space-replacement): Allow nil value.
9720 (imenu--completion-buffer): Use new vars and simplify.
9721 Fix handling of minibuffer-setup-hook.
9722 Use minibuffer-completion-help instead of rolling our own.
9723 (imenu-choose-buffer-index): Use the new var.
9725 * startup.el (command-line): Load custom-file if not done yet.
9727 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9729 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
9730 the selection data string. Always return cons of type and string.
9731 (selection-converter-alist): Add (UTF8_STRING .
9732 xselect-convert-to-string).
9734 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9736 * newcomment.el (comment-region): Force `lines' when `block' is set.
9738 2002-08-12 Richard M. Stallman <rms@gnu.org>
9740 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
9741 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
9742 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
9743 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
9744 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
9745 (menu-bar-text-mode-auto-fill): New commands, used
9746 in menu bar menus instead of lambda expressions.
9748 (menu-bar-showhide-fringe-menu-customize-left)
9749 (menu-bar-showhide-fringe-menu-customize-right)
9750 (menu-bar-showhide-fringe-menu-customize-disable)
9751 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
9753 (menu-bar-options-menu): Use toggle-truncate-lines.
9754 (showhide-date-time): Call customize-mark-as-set.
9756 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9757 Obey `definition-name' properties.
9759 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
9760 Put `definition-name' properties on the functions whose
9761 names are constructed.
9763 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
9764 Renamed from target-buffer.
9765 (pages-directory, pages-copy-header-and-position): Uses changed.
9767 * calendar/appt.el (appt-make-list): Correct the parsing of
9768 each appointment from time-string.
9770 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
9772 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
9773 (scroll-all-mode) <defcustom>: Delete.
9774 (running-xemacs): Delete.
9775 (minor-mode-alist): Don't manipulate it directly.
9777 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9779 * international/mule-cmds.el (search-unencodable-char): New function.
9780 (select-safe-coding-system): Show unencodable characters.
9781 (unencodable-char-position): Deleted, and implemented in C in coding.c.
9783 2002-04-09 John Wiegley <johnw@gnu.org>
9785 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
9786 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
9787 * em-dirs.el (eshell/cd): Ditto.
9788 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9789 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9790 * esh-ext.el (eshell-binary-suffixes): Ditto.
9792 2002-08-09 Richard M. Stallman <rms@gnu.org>
9794 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
9796 * simple.el (set-variable): Give locality status in prompt.
9798 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
9800 * simple.el (set-variable): If given a prefix argument, set
9801 variable buffer-locally.
9803 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
9805 * font-core.el (font-lock-function): Make it buffer-local.
9807 2002-08-08 Richard M. Stallman <rms@gnu.org>
9809 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
9810 (checkdoc-message-interactive, checkdoc-interactive-loop)
9811 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
9813 Update checkdoc-spellcheck-documentation-flag correctly.
9814 (checkdoc-ispell-docstring-engine): Don't test for
9815 checkdoc-autofix-flag = nil.
9817 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
9819 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
9821 * wid-browse.el (widget-minor-mode): Fix doc typo.
9823 2002-08-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9825 * net/tramp.el: Version 2.0.12 released.
9826 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9827 Comment out possibly obsolete "echo hello" commands.
9828 (tramp-run-real-handler): If operation is
9829 `ange-ftp-hook-function', use first arg as the real operation.
9830 (tramp-check-ls-commands): Use / instead of \ as directory
9831 separator. (Relevant for XEmacs on Windows.)
9832 (tramp-maybe-open-connection): Use tramp-wait-for-output when
9833 waiting for the "are you awake" command. Use a different string
9834 for the "are you awake" command.
9835 (tramp-send-command): New optional arg NEVEROPEN means to never
9836 invoke tramp-maybe-open-connection.
9837 (tramp-maybe-open-connection): Use it
9839 2002-08-07 Richard M. Stallman <rms@gnu.org>
9841 * warnings.el (warning-prefix-function, warning-series)
9842 (warning-fill-prefix, warning-group-format): Add autoload cookies.
9844 2002-08-07 Kenichi Handa <handa@etl.go.jp>
9846 * international/mule-cmds.el (select-safe-coding-system):
9847 Call pop-to-buffer inside save-window-excursion and save-excursion.
9849 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
9851 * help-fns.el (describe-function-1): Skip arglist note if
9852 function's definition is a keymap.
9854 2002-08-06 Sam Steingold <sds@gnu.org>
9856 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
9857 and `mail-user-agent' instead of straight sendmail.
9858 (diary-modified, diary-entries-list, displayed-year)
9859 (displayed-month, entry, date, number, date-string, d-file)
9860 (original-date): Defvar without binding to avoid compiler warnings.
9862 2002-08-05 Alan Shutko <ats@acm.org>
9864 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9865 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
9866 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
9868 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
9869 (ibuffer-filter-by-used-mode): New.
9871 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
9873 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
9874 `fset' and `symbol-function'.
9876 2002-08-05 John Wiegley <johnw@gnu.org>
9878 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
9879 value unless pcomplete-cycle-cutoff-length is non-nil.
9881 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
9883 * esh-util.el (eshell-under-cygwin-p): New function.
9884 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
9885 * em-dirs.el (eshell/cd): Ditto.
9886 * em-glob.el (eshell-glob-case-insensitive): Ditto.
9887 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
9888 * esh-ext.el (eshell-binary-suffixes): Ditto.
9890 2002-08-05 Richard M. Stallman <rms@gnu.org>
9892 * international/mule-cmds.el (select-safe-coding-system): Check for
9893 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
9895 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
9897 2002-08-05 Gerd Moellmann <gerd@gnu.org>
9899 * image.el (image-jpeg-p): Accept "Exif" marker.
9901 2002-08-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9903 * net/tramp.el: Version 2.0.11 released.
9904 (tramp-perl-file-attributes): Print uid and gid as signed integers.
9905 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
9906 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
9907 calling Tramp again.
9908 (tramp-find-file-exists-command): Check for `ls -d' last, after
9909 all the variants on `test -e'.
9910 (tramp-post-connection): Erase buffer before finding a command to
9911 check if file exists.
9913 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
9915 * calc/calc.el (math-format-stack-value): Revert a broken
9916 if->when replacement and reformat so that this does not happen
9917 again. Fixes a pretty lethal line formatting/yanking bug.
9919 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
9921 * startup.el (fancy-splash-frame): Check selected frame last.
9923 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9925 * net/tramp.el: Version 2.0.10 released.
9926 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
9927 standard output even if `uudecode -p' and `uudecode -o -' don't work.
9928 (tramp-post-connection): After finding the right shell, wait a
9929 bit. This is a kludge to avoid a race condition, even though I
9930 don't understand why there is a race condition in the first place.
9931 (tramp-post-connection): Install the `tramp_uudecode' shell
9932 function on the remote host.
9933 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
9934 (tramp-bug): Include more variables in the report.
9936 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9938 * net/tramp.el: Version 2.0.9 released.
9939 (tramp-bug): Add wording about additional info to include in bug
9941 (tramp-find-shell): Set $PS1 for invocation of second shell (for
9943 (tramp-find-shell): Shell prompt must match at end of buffer.
9944 Do this also for fallback shell prompt.
9945 (tramp-find-shell): More debugging output.
9946 (tramp-find-inline-encoding): When checking the decoding command,
9947 some commands fail when reading from /dev/null. So we pass a
9948 known string through the encoding command and pass that through
9949 the decoding command. So we know whether the decoding command can
9950 deal with some real input.
9952 2002-08-04 Andreas Schwab <schwab@suse.de>
9954 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
9956 2002-08-03 Andrew Choi <akochoi@shaw.ca>
9958 * term/mac-win.el: Set keys to enable mouse wheel support.
9960 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9962 * net/tramp.el: Version 2.0.8.
9963 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
9965 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9967 * net/tramp.el: Version 2.0.7.
9968 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
9969 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
9970 because of `format' and say so in the docstring.
9972 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
9974 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
9976 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
9977 (f90-type-def-re): Fix value.
9979 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9981 * net/tramp.el: Version 2.0.6.
9982 (tramp-default-method): Change to "ssh" from "sm".
9983 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
9984 (tramp-su-program): New internal variable for method parameter.
9985 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
9986 New variables. Very short Perl one-liner, but requires Perl
9987 module MIME::Base64 to be installed on the remote site.
9988 (tramp-perl-encode, tramp-perl-decode): New base64
9989 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
9990 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
9991 though Ange-FTP doesn't do anything for this operation).
9992 (tramp-handle-set-visited-file-modtime): Comment change.
9993 (tramp-handle-make-directory): Save-excursion.
9994 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
9995 twice, once is enough.
9996 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
9997 user knows what's wrong.
9998 (tramp-post-connection): Support the two Perl encoders and decoders.
9999 (tramp-coding-commands): Ditto. Add some todo items.
10001 2002-08-02 Richard M. Stallman <rms@gnu.org>
10003 * international/mule.el (merge-coding-systems): New function.
10004 (set-buffer-file-coding-system): Use merge-coding-systems.
10005 Change prompt for args.
10006 (revert-buffer-with-coding-system): New command.
10008 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
10009 Add bindings for revert-buffer-with-coding-system.
10010 (set-coding-system-map): Clarify menu item info for
10011 set-buffer-file-coding-system.
10012 (set-coding-system-map): Reorder and add separators.
10014 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
10015 Use eval-expression.
10017 * subr.el (atomic-change-group): Doc fix.
10019 2002-07-31 Colin Walters <walters@debian.org>
10021 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
10022 defvaralias for compatibility.
10023 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
10024 defvaralias for compatibility.
10026 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
10028 * ibuffer.el (ibuffer-fontification-alist):
10029 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
10031 2002-07-31 John Wiegley <johnw@gnu.org>
10033 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
10034 prevent adding the symbol `pcomplete' to
10035 shell-dynamic-complete-functions to many times.
10037 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
10039 * help-fns.el (describe-function-1): Test function for
10040 obsolescence only if it is a symbol.
10042 * ediff.el (ediff-backup): New autoloaded command.
10044 2002-07-31 Richard M. Stallman <rms@gnu.org>
10046 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
10047 Use `compile-always'.
10048 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
10049 (compile): Renamed from `compile-files'.
10050 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
10052 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10053 Check that (car elt) is a string.
10055 * pcomplete.el (pcomplete-entries): Doc fix.
10057 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
10059 2002-07-31 Andreas Schwab <schwab@suse.de>
10061 * dired.el: Hide disabling of dired-find-alternate-file behind
10064 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10066 * makefile.w32-in: Revert some changes from 2002-07-23 because they
10067 don't work on MSVC/nmake builds.
10068 (update-subdirs-CMD): Generate the right list of subdirectories.
10070 2002-07-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10072 * net/tramp.el: New version 2.0.5.
10073 (tramp-methods): Remove inline encoding method parameters.
10074 The encoding is now autodetected. Also shorten the list of
10075 methods (u/m distinction gone) and rename the remaining methods to
10076 have longer, but more mnemonic, names.
10077 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
10078 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
10079 matched at end of buffer anyway.
10080 (tramp-yesno-prompt-regexp): New variable, for questions where the
10081 user should say "yes" or "no".
10082 (tramp-file-name-structure-unified)
10083 (tramp-file-name-structure-separate): Allow dash in method names.
10084 (tramp-actions-before-shell): New variable, contains list of
10085 pattern/action pairs. Output sent by remote end is scanned for
10086 the patterns, then the actions are executed.
10087 (tramp-multi-actions): Like `tramp-actions-before-shell', but
10088 executed for each hop in a multi-hop connection.
10089 (tramp-last-cmd-time): New variable. If nothing has been sent to
10090 remote end for 60 seconds, look to see if the remote end is still
10092 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
10094 (tramp-perl-encode, tramp-perl-decode): New variables, these
10095 require the MIME::Base64 module on the remote end.
10096 (tramp-handle-file-attributes): Restructure logic.
10097 (tramp-handle-file-attributes-with-ls)
10098 (tramp-handle-file-attributes-with-perl): More debugging.
10099 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
10100 (tramp-handle-make-directory, tramp-handle-delete-directory)
10101 (tramp-handle-delete-file, tramp-handle-insert-directory):
10103 (tramp-handle-shell-command): Use `when', not `if'.
10104 (tramp-handle-file-local-copy, tramp-handle-write-region):
10105 Adapt to autodetection of inline encoding.
10106 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
10107 variable ange-ftp-name-format is defined before binding it.
10108 (tramp-action-login, tramp-action-password, tramp-action-succeed)
10109 (tramp-action-permission-denied, tramp-action-yesno):
10110 Functions called from `tramp-actions-before-shell'.
10111 (tramp-multi-action-login, tramp-multi-action-password)
10112 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
10113 Functions called from `tramp-multi-actions'.
10114 (tramp-process-one-action, tramp-process-actions):
10115 Pattern matching and action invocation code for
10116 `tramp-actions-before-shell'.
10117 (tramp-process-one-multi-action, tramp-process-multi-actions):
10118 Same for `tramp-multi-actions'.
10119 (tramp-open-connection-telnet, tramp-open-connection-rsh)
10120 (tramp-open-connection-su): Process actions instead of hardwired logic.
10121 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
10122 (tramp-multi-connect-su): Ditto.
10123 (tramp-post-connection): New method for tramp_encode and
10124 tramp_decode scripts.
10125 (tramp-post-connection): Invoke inline autodetection code.
10126 (tramp-coding-commands): List of inline codings.
10127 (tramp-find-inline-encoding): This is the inline autodetection code.
10128 (tramp-maybe-open-connection): If nothing was sent to connection
10129 for 60 seconds, look if it connection is still alive.
10130 (tramp-send-command): Remember that something was sent to the
10132 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10133 Use backticks for constructing alist.
10134 (tramp-get-encoding-command, tramp-set-encoding-command)
10135 (tramp-get-decoding-command, tramp-set-decoding-command)
10136 (tramp-get-encoding-function, tramp-set-encoding-function)
10137 (tramp-get-decoding-function, tramp-set-decoding-function):
10138 Use for results of inline autodetection.
10139 (tramp-get-encoding-command, tramp-get-decoding-command)
10140 (tramp-get-encoding-function, tramp-get-decoding-function):
10141 Remove these old functions.
10143 2002-07-30 Kenichi Handa <handa@etl.go.jp>
10145 * language/indian.el (in-is13194): Give correct `safe-chars' property.
10146 (devanagari): Define it as an alias of in-is13194.
10148 * international/mule.el (safe-chars):
10149 Put `char-table-extra-slots' property with value 0.
10151 * files.el (revert-buffer): Fix previous change.
10153 2002-07-29 Richard M. Stallman <rms@gnu.org>
10155 * bindings.el (help-echo): If global-mode-string is non-nil,
10156 display some spaces after it.
10158 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10159 Don't call string-match on non-string.
10161 * textmodes/ispell.el (check-ispell-version): Bind default-directory
10162 to avoid errors. Kill the old temp buffer at the beginning.
10164 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10166 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
10168 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
10170 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
10173 2002-07-29 Kenichi Handa <handa@etl.go.jp>
10175 * international/mule.el (ctext-post-read-conversion): Add support
10176 for embedded utf-8 encoding (ESC % G ... ESC % @).
10178 2002-07-28 Kenichi Handa <handa@etl.go.jp>
10180 * files.el (revert-buffer): Before calling insert-file-contents,
10181 kill the local variable buffer-file-coding-system.
10183 2002-07-28 Richard M. Stallman <rms@gnu.org>
10185 * bindings.el (mode-line-format): Handle vc-mode specially.
10186 Move mode-line-position to after global-mode-string.
10187 (mode-line-modes): Move the starting 3 spaces out of here.
10188 (mode-line-position): Separate with a space, not dashes.
10190 * vc-hooks.el: Don't add to minor-mode-alist.
10192 * emacs-lisp/edebug.el (edebug-debugger):
10193 If inside redisplay, just return.
10195 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
10197 * info.el (Info-find-index-name): Improve last change.
10199 2002-07-27 Richard M. Stallman <rms@gnu.org>
10201 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
10203 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
10206 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
10208 * ps-print.el: Update copyright year.
10209 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
10211 2002-07-26 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10213 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
10214 to the session with that number. Old behavior still available
10215 with nonumeric prefix args.
10217 2002-07-08 Simon Josefsson <jas@extundo.com>
10219 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
10221 2002-07-26 Juanma Barranquero <lektu@terra.es>
10223 * warnings.el (lwarn, warn, warning-levels): Doc fix.
10224 (warning-suppress-log-types): Fix typo.
10225 (display-warning): Fix typo. Remove useless assignment to free variable
10228 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
10230 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
10232 2002-07-25 Sam Steingold <sds@gnu.org>
10234 * replace.el (occur-rename-buffer): New command.
10235 (occur-mode-map): Bind "r" to it. Added keybindings for
10236 `kill-this-buffer', `clone-buffer' and `quit-window'.
10238 2002-07-25 Kevin Ryde <user42@zip.com.au>
10240 * info.el (Info-find-index-name): Search for a function definition
10241 with a return type.
10243 2002-07-25 David Ponce <david@dponce.com>
10245 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
10246 Don't recompute `entry' on each iteration.
10247 (byte-compile-delete-first): Make it defsubst.
10249 2002-07-25 Sam Steingold <sds@gnu.org>
10251 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
10252 When `search-end' is a cons, use its car.
10254 2002-07-25 Dave Love <fx@gnu.org>
10256 * obsolete/c-mode.el: Deleted.
10258 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
10260 * textmodes/reftex.el (reftex-compile-variables):
10261 Simplified regular expression.
10263 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10264 Simplified the regexp.
10266 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
10267 (reftex-extract-bib-entries-from-thebibliography):
10268 Use `reftex-get-bibkey-default' to get a default regex.
10269 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
10270 get a default regex.
10272 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
10273 XEmacs compatibility (got OK from RMS).
10275 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
10277 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
10278 (reftex-select-bib-mode): Likewise.
10280 2002-07-25 Colin Walters <walters@debian.org>
10282 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
10285 2002-07-24 Dave Love <fx@gnu.org>
10287 * international/mule.el (set-auto-coding): Doc fix.
10289 * international/utf-16.el: New file.
10291 * language/european.el ("German", "French", "Spanish", "Turkish"):
10292 Add alternative coding systems.
10293 ("Dutch"): Likewise. Add input method.
10294 ("Welsh", "Latin-7"): Add nonascii-translation.
10296 * language/georgian.el ("Georgian"): Add nonascii-translation.
10298 * international/titdic-cnv.el: Doc fixes.
10299 (tit-process-header): Add coding cookie.
10300 (titdic-convert): Force writing as iso-2022-7bit.
10302 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
10304 * international/mule-cmds.el: Doc fixes.
10305 (unencodable-char-position): New.
10306 (select-safe-coding-system): Use it to indicate problematic
10307 characters and add extra explanation. Avoid checking auto-coding
10308 for compressed files.
10309 (leim-list-header): Add coding cookie.
10310 (input-method-verbose-flag): Modify :type.
10311 (locale-language-names): Add bs, wa. Modify cy.
10313 2002-07-24 Richard M. Stallman <rms@gnu.org>
10315 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10316 Bind warning-group-format.
10318 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
10319 (byte-compile-cl-warn): Use that variable.
10320 (byte-compile-find-cl-functions): New function.
10321 (displaying-byte-compile-warnings):
10322 Call byte-compile-find-cl-functions.
10324 * warnings.el (warning-levels): Add %s to the strings.
10325 (warning-group-format): New variable.
10326 (warning-suppress-log-types): Renamed from warning-suppress-log.
10327 (warning-suppress-types): Renamed from warning-suppress.
10328 (display-warning): Implement those changes.
10330 2002-07-23 Richard M. Stallman <rms@gnu.org>
10332 * warnings.el: Add `provide' call.
10334 * files.el (basic-save-buffer-2): If there's an error writing the file,
10335 unrename the backup file if it was just made.
10336 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
10337 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
10338 when a backup was just made by renaming. Otherwise it's nil.
10340 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
10341 Recognize explicit :args specification.
10343 * international/mule-cmds.el (select-safe-coding-system):
10344 Don't ask for confirmation of mismatch if find-file-literally was used.
10346 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
10348 * add-log.el (add-log-current-defun): Fix typo in documentation.
10350 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
10352 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
10354 * ido.el (ido-separator): Fix type.
10356 2002-07-23 Andrew Innes <andrewi@gnu.org>
10358 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
10359 (DONTCOMPILE): Add various language files.
10360 (DONTCOMPILE): Remove term/xterm.el.
10361 (finder-inf.el): Remove.
10362 (update-authors): New target.
10363 (TAGS-LISP): Remove $(lispsource).
10364 (compile-always): Renamed from `compile-files'.
10365 (compile): New target, adapted from `compile-files'.
10366 (compile-calc): New target.
10367 (recompile): Change `.' to $(lisp).
10368 (bootstrap): Add update-subdirs and finder-data
10369 to dependencies; change compile-files to compile.
10371 2002-07-22 Andre Spiegel <spiegel@gnu.org>
10373 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
10375 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10377 * simple.el (undo, undo-more): Adjust messages when undoing in a
10380 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
10382 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
10383 (browse-url-lynx-input-delay): Add custom type and group.
10385 * cus-start.el (double-click-fuzz): Added.
10387 2002-07-22 Alan Shutko <ats@acm.org>
10389 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
10390 parameter, specifying what face or character to use in the
10391 calendar display. These will now return (MARK . ENTRY).
10393 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
10394 parameter, specifying what face or character to use in the
10395 calendar display. These will now return (MARK . ENTRY).
10397 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
10398 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
10399 MARK parameter, specifying what face or character to use in the
10400 calendar display. These will now return (MARK . ENTRY).
10402 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
10403 from diary-sexp-entry and pass it to mark-visible-calendar-date.
10404 (list-sexp-diary-entries): Update doc string for new docs for ....
10405 If diary-sexp-entry returns a cons, only add the text to the diary
10407 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
10408 . STRING) to specify what face or character mark should be used in
10409 the calendar display.
10410 (diary-date, diary-block, diary-float, diary-anniversary)
10411 (diary-cyclic): Add optional MARK parameter, specifying what face
10412 or character to use in the calendar display. These will now
10413 return (MARK . ENTRY).
10415 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
10416 (calendar-holiday-list, diary-french-date, diary-mayan-date)
10417 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
10418 (diary-islamic-date, list-islamic-diary-entries)
10419 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
10420 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
10421 (diary-rosh-hodesh, list-hebrew-diary-entries)
10422 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
10423 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
10424 (diary-sunrise-sunset, diary-sabbath-candles):
10425 Remove interactive flag from autoloads.
10427 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
10429 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
10430 (reftex-bibliography-commands): New option.
10431 (reftex-toc-split-windows-horizontally): New option
10432 (reftex-toc-split-windows-horizontally-fraction): New option
10433 (reftex-include-file-commands): New option.
10434 (reftex-cite-format-builtin): Added ?n for nocite.
10436 * textmodes/reftex-index.el (reftex-query-index-phrase):
10437 Use `reftex-index-verify-function'.
10439 * textmodes/reftex-toc.el (reftex-re-enlarge):
10440 Handle horizontal splitting.
10441 (reftex-toc): Handle horizontal splitting
10442 (reftex-last-window-width): New variable.
10444 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10445 Use `reftex-bibliography-commands'.
10446 (reftex-locate-bibliography-files): Regexp relaxed to allow for
10447 cases where \bibliography is not the first thing on the line.
10449 * textmodes/reftex.el (reftex-compile-variables):
10450 Use `reftex-include-file-commands'.
10451 (reftex-type-query-prompt): Changed defconst to defvar.
10452 (reftex-type-query-help, reftex-typekey-to-format-alist)
10453 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
10454 (reftex-special-env-parsers, reftex-label-mac-list)
10455 (reftex-label-env-list, reftex-typekey-list)
10456 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
10457 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
10458 (reftex-no-follow-message, reftex-no-info-message): Likewise.
10459 (reftex-mode): Define systax table for bibtex parsing.
10460 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
10462 * textmodes/reftex-cite.el (reftex-format-names): %a as name
10463 format lists all names.
10464 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
10465 (reftex-with-special-syntax-for-bib): New macro.
10467 2002-07-21 Richard M. Stallman <rms@gnu.org>
10469 * international/ucs-tables.el (ucs-quail-activate):
10470 Cope if buffer-file-coding-system is nil.
10472 * bindings.el (last-buffer): Use buffer-list with frame arg.
10473 Create *scratch* if no other choice exists. Fix bugs.
10475 2002-07-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10477 * net/tramp.el: Bump version to 2.0.2.
10478 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
10479 longer names. Use old names "sm1", "sm2" and so on for methods
10480 invoking "ssh -1" or "ssh -2".
10481 (tramp-multi-file-name-structure-separate): Typo, its name was set
10482 to "tramp-file-name-structure-separate". Trivial patch.
10483 From Steve Youngs <youngs@xemacs.org>.
10484 (tramp-multi-sh-program): New variable.
10485 (tramp-open-connection-multi): Use it. Now you can use multi
10486 methods from Windows (at least in principle).
10487 (tramp-do-copy-or-rename-via-buffer): New function.
10488 (tramp-do-copy-or-rename-file): Use it. Change and simplify
10489 logic. Omit special case of invoking rcp directly to copy the files.
10490 (tramp-open-connection-su, tramp-multi-connect-telnet)
10491 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
10492 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
10493 Use backticks in format-spec for brevity and to avoid
10494 character/number confusion in XEmacs.
10496 2002-07-20 Richard M. Stallman <rms@gnu.org>
10498 * wid-edit.el (widget-documentation-string-value-create):
10499 Say "Hide Rest", not just "Hide".
10501 * cus-edit.el (custom-variable-value-create):
10502 Say "Show Value", not just "Show". Also "Hide Value".
10503 Output a newline before the doc string.
10504 (custom-face-value-create): Say "Show Face" and "Hide Face".
10506 * files.el (toggle-read-only): Clean up the hint message.
10508 * emacs-lisp/bytecomp.el: Use warnings.el.
10509 (byte-compile-warning-prefix): New function.
10510 (byte-compile-log-file): Return page start position.
10511 (byte-compile-log-warning): New function.
10512 (byte-compile-warn): Use byte-compile-log-warning.
10513 (byte-compile-report-error): Likewise. Also use error-message-string.
10514 (displaying-byte-compile-warnings): Bind warning-series.
10515 Don't bind or use byte-compile-warnings-point-max.
10516 Don't display the log buffer at the end.
10517 (byte-compile-warnings-point-max): Variable deleted.
10518 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
10519 (byte-compile-last-warned-form, byte-compile-last-logged-file):
10522 * warnings.el: New file.
10524 2002-07-19 Richard M. Stallman <rms@gnu.org>
10526 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
10527 and `values-list' from list of CL functions.
10529 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
10531 * emacs-lisp/bytecomp.el (compile-defun):
10532 Bind `read-with-symbol-positions' to current buffer.
10534 2002-07-19 Andre Spiegel <spiegel@gnu.org>
10536 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
10537 delete anything that comes after LIMIT from the buffer.
10539 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
10540 if this is really an RCS master file.
10542 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
10544 2002-07-19 Juanma Barranquero <lektu@terra.es>
10546 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
10547 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
10548 (unread-command-char, executing-macro, post-command-idle-hook)
10549 (post-command-idle-delay): Move obsolescence declarations to subr.el.
10551 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
10552 (baud-rate, compiled-function-p, define-function, unread-command-char)
10553 (executing-macro, post-command-idle-hook, post-command-idle-delay):
10554 Move obsolescence declarations from emacs-lisp/bytecomp.el.
10555 (directory-sep-char, mode-line-inverse-video):
10556 Add obsolescence declaration.
10558 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
10560 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
10561 changes to list them here.
10563 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
10564 Too many changes to list them here.
10566 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
10567 Too many changes to list them here.
10569 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
10570 only minor documentation changes.
10572 2002-07-18 Dave Love <fx@gnu.org>
10574 * info-look.el: Support current auto{conf,make} manuals.
10576 2002-07-18 Juanma Barranquero <lektu@terra.es>
10578 * bindings.el (last-buffer): Add missing frame argument.
10580 2002-07-18 Richard M. Stallman <rms@gnu.org>
10582 * timer.el (timer-inc-time): Doc fix.
10584 * replace.el (keep-lines, flush-lines): Interactively report
10585 read-only error before reading regexp argument.
10587 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
10589 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
10590 frame parameters like bury-buffer.
10592 * simple.el (choose-completion-delete-max-match):
10593 Handle minibuffer prompts explicitly.
10595 2002-07-18 Juanma Barranquero <lektu@terra.es>
10597 * international/mule-util.el (string-to-sequence, truncate-string):
10598 Add autoload cookie to obsolescence declaration.
10600 * rect.el (move-to-column-force): Likewise.
10602 * composite.el (decompose-composite-char): Likewise; also remove
10605 2002-07-18 Kim F. Storm <storm@cua.dk>
10607 * loadup.el: Load international/utf-8 before international/characters.
10609 2002-07-17 Dave Love <fx@gnu.org>
10611 * international/ucs-tables.el: Optimize tables. Deal with some
10613 (ucs-mule-to-mule-unicode): New.
10614 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
10616 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
10617 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10618 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
10619 version. Add custom dependencies.
10620 (ucs-insert): Check for null from decode-char.
10621 (translation-table-for-input, ucs-quail-activate)
10622 (ucs-minibuffer-setup, ccl-encode-unicode-font)
10623 (ucs-tables-unload-hook): New.
10625 * international/mule.el (define-translation-hash-table): New.
10626 (decode-char): Use utf-8-translation-table-for-decode.
10627 (encode-char): Use ucs-mule-to-mule-unicode.
10629 * international/characters.el: Fix settings of U+2000-U+2027.
10630 Remove
\e$(C'Y
\e(B.
10632 * international/mule-cmds.el (locale-language-names): Fix be, add
10633 sr_YU@cyrillic, modify tg.
10634 (locale-charset-language-names): Put @euro last.
10636 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
10637 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
10638 (cyrillic-koi8-r-decode-table): Make unbound after use.
10639 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
10640 factor. Use utf-8-translation-table-for-decode.
10641 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
10642 (cyrillic-unify-encoding): New function.
10643 (cyrillic-koi8): Modify safe-chars, valid-codes.
10644 Remove charset-origin-alist.
10645 (Cp878, cp866): New alias.
10646 (ccl-encode-8859-5-font): New.
10647 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
10648 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
10649 Remove redundant parens.
10650 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
10651 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
10652 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
10653 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
10654 ("Cyrillic-ALT"): Change input method.
10655 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
10657 * international/utf-8.el (utf-8-subst-table)
10658 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
10659 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
10660 (utf-8-ccl-regs, utf-8-translate-cjk): New.
10661 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
10662 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
10663 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
10664 (mule-utf-8): Remove pre-write-conversion.
10665 (utf-8-post-read-conversion): Comment out.
10667 * international/ccl.el (ccl-command-table): Add lookup-integer,
10669 (ccl-extended-code-table): Add lookup-int-const-tbl,
10670 lookup-char-const-tbl.
10671 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
10672 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
10674 (define-ccl-program): Doc update.
10676 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
10677 (utf-8-subst-table): Don't set.
10679 2002-07-17 Kenichi Handa <handa@etl.go.jp>
10681 * international/mule.el (define-coding-system-alias):
10682 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
10683 eol-type is not auto-detection.
10685 * international/mule-diag.el (print-coding-system-briefly):
10686 Fix the handling of an alias of which eol-type is not auto-detection.
10688 * international/mule-conf.el (us-ascii): Define it as an alias of
10691 2002-07-17 Juanma Barranquero <lektu@terra.es>
10693 * help-fns.el (describe-function-1): Put empty line before "Not
10696 * timer.el (timer-set-time-with-usecs): Mark obsolete.
10698 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
10700 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10701 Make sure to change the global tool-bar-map.
10703 * vc.el (vc-default-comment-history): Hard code *vc*.
10704 This is because print-log always prints there now.
10705 (vc-annotate-font-lock-keywords): New var.
10706 (vc-annotate-mode): Use it. Set truncate-lines as well.
10707 (vc-annotate-display-select): Unify the two error reports.
10708 (vc-annotate-offset): New var.
10709 (vc-annotate-lines): New fun extracted from vc-annotate-display.
10710 (vc-annotate-display): Use it, via font-lock.
10712 * help-fns.el (help-split-fundoc, help-function-arglist)
10713 (help-make-usage): New funs, extracted from describe-function-1.
10714 (describe-function-1): Use them.
10716 * help.el (help-key-description): Show the untranslated keys
10717 when they start with ESC and the ESC was not translated.
10719 * help-mode.el (view): Always require.
10720 (help-xref-mule-regexp): Don't use defconst for variables.
10721 (help-setup-xref): Keep the last 10 elements of the stack.
10722 (help-xref-override-view-map): New var.
10723 (help-make-xrefs): Use it instead of building a new map each time.
10724 (help-function-def): Allow help-fun to take a buffer as arg.
10726 * diff-mode.el (diff-reverse-direction): Simplify.
10727 (diff-after-change-function): Fix typo.
10728 (diff-post-command-hook): Take care of edge cases.
10729 (diff-current-defun): Do `goto-char' after setting the mode.
10731 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
10732 Fold mouse-sel-bindings into it.
10733 (mouse-sel-bound-events): Turn it into an alist.
10734 (mouse-insert-selection): Delegate to mouse-yank-at-click if
10735 mouse-sel-default-bindings asks for it.
10737 2002-07-16 Andre Spiegel <spiegel@gnu.org>
10739 * files.el: Bind toggle-read-only to C-x C-q.
10740 (toggle-read-only): Display a warning message if the file is under
10743 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
10744 (vc-toggle-read-only): Explain in the doc string that users can bind
10746 (vc-checkout-model): Change doc string to refer to vc-next-action,
10747 not vc-toggle-read-only.
10749 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
10750 comparing to file on disk. Fix the case when claiming the lock
10751 on a file that has unlocked changes.
10752 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
10754 2002-07-16 Richard M. Stallman <rms@gnu.org>
10756 * simple.el (choose-completion-string): Doc fix.
10758 * cus-edit.el: New operation :custom-standard-value.
10759 (Custom-reset-standard): Use it.
10760 (custom-variable, custom-face): Define it.
10761 (custom-variable-standard-value, custom-face-standard-value): New fns.
10762 (custom-face-save): Don't save a face whose value is standard.
10763 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
10765 * cus-edit.el (custom-face-edit-fix-value):
10766 If VALUE is not a list, pass it thru.
10768 * compare-w.el (compare-windows-whitespace): Always allow newline
10769 even if it does not have whitespace syntax.
10771 2002-07-16 Juanma Barranquero <lektu@terra.es>
10773 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
10775 2002-07-15 Juanma Barranquero <lektu@terra.es>
10777 * help-fns.el (describe-variable): Show documentation for aliased
10778 variable if alias does not have its own.
10780 2002-07-15 Mike Williams <mdub@bigfoot.com>
10782 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
10783 cut/paste functions.
10785 2002-07-14 Richard M. Stallman <rms@gnu.org>
10787 * files.el (find-alternate-file): Offer to save a modified buffer.
10788 Handle kill-buffer-query-functions better.
10790 * startup.el (normal-splash-screen, fancy-splash-text):
10791 Update name of help menu item for ordering printed manuals.
10793 * emacs-lisp/checkdoc.el: Fix doc typos.
10795 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
10797 * textmodes/tex-mode.el: Set encoding to utf-8.
10798 (tex-start-options): Make it into always-a-string.
10799 Remove silly custom options that are covered by the other var.
10800 (tex-start-commands): Fix docstring.
10801 (tex-open-quote, tex-close-quote): Add options.
10802 (tex-command): Provide default.
10803 (tex-font-lock-keywords-1): Highlight $$...$$.
10804 (tex-font-lock-keywords-2): Fix latin-1 chars.
10805 (tex-mode-map): Remove redundant \t binding.
10806 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
10807 (latex-mode): Use add-hook for fill-nobreak-predicate.
10808 (tex-common-initialization): Set indent-tabs-mode to nil.
10809 (tex-insert-quote): Undo magic if invoked twice in a row.
10810 (latex-fill-nobreak-predicate): Don't use narrowing.
10811 (tex-latex-block): Don't cons uselessly.
10812 (tex-last-unended-begin): Signal user-friendlier error.
10813 (tex-goto-last-unclosed-latex-block): Don't catch signal.
10814 (tex-start-tex): Switch order of tex-start-options and
10815 tex-start-commands to make it obey docstrings.
10817 2002-07-14 Mike Williams <mdub@bigfoot.com>
10819 * mouse-sel.el (mouse-sel-bound-events): New constant.
10820 (mouse-sel-bindings): Save/restore original mouse-bindings.
10822 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
10824 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
10825 (cl-hack-byte-compiler): Avoid infinite require loop.
10827 * net/ange-ftp.el: Use hash-tables.
10828 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
10829 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
10830 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
10831 Replace with make-hash-table, maphash, gethash, puthash and remhash.
10832 (ange-ftp-hash-entry-exists-p): Rewrite.
10833 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
10834 Change mapatom -> maphash.
10835 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
10836 Update to new calling mode.
10838 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
10839 (ebrowse-hash-table-to-alist): Delete.
10840 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
10841 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
10843 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
10844 Improve the regexp used when unquoting.
10845 (sgml-pretty-print): New function.
10846 (sgml-get-context): Better handling of improperly nested tags.
10847 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
10849 2002-07-13 Andreas Schwab <schwab@suse.de>
10851 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
10852 inherited table entry.
10854 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10856 * calendar/timeclock.el (timeclock-in): Handle the case where no
10857 log file exists (ie the very first call).
10859 2002-07-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10861 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
10864 * net/tramp.el (tramp-multi-file-name-structure-unified):
10865 Add missing slash and move colon from start to end of each hop.
10866 (tramp-multi-file-name-hop-structure-unified): Move colon from
10867 start to end of each hop.
10869 2002-07-13 Kim F. Storm <storm@cua.dk>
10871 * progmodes/compile.el (grep-tree): Fixed autoload.
10872 Corrected use of undefined variable `match-files-aliases'.
10874 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10876 * calendar/timeclock.el (timeclock-get-workday-function):
10877 `timeclock-workday' is not a valid option, rather a possible
10880 2002-07-12 Richard M. Stallman <rms@gnu.org>
10882 * net/ange-ftp.el (ange-ftp-write-region):
10883 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
10884 to ange-ftp-real-write-region.
10886 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
10888 * help-fns.el (help-with-tutorial): Display completion list right away.
10890 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
10892 * startup.el (command-line): Set memory-signal-data.
10893 (fancy-splash-text, normal-splash-screen):
10894 Mention "Read the Emacs Manual" or C-h r.
10895 Rearrange the initial help to put the help cmds on left
10896 and the actions (exit, undo) on the right. Other small
10897 text clarifications.
10898 (fancy-splash-text, actions page): Add blank line to balance help page.
10900 * help.el (help-map): Add binding for info-emacs-manual.
10901 (print-help-return-message): Doc fix.
10903 * strokes.el (strokes-help): Call print-help-return-message
10904 while inside with-output-to-temp-buffer.
10906 * info.el (info-emacs-manual): New function.
10907 (Info-use-header-line): Doc fix.
10909 * emacs-lisp/cl.el (multiple-value-call): Add alias.
10911 * progmodes/compile.el (compilation-normalize-filename):
10912 New subroutine, taken out of compilation-parse-errors.
10913 (compilation-parse-errors): Use that, and for directories too.
10914 Don't check whether a directory really exists.
10916 2002-07-12 Juanma Barranquero <lektu@terra.es>
10918 * help-fns.el (describe-variable): Remove useless "Documentation:"
10921 * timer.el (timer-set-time-with-usecs): Fix documentation.
10922 Simplify extraction of time data.
10924 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
10926 * help-fns.el (describe-variable): Mention if the variable is an
10927 alias. Put `defvaralias' info before the documentation.
10929 2002-07-12 Kenichi Handa <handa@etl.go.jp>
10931 * international/mule-cmds.el (locale-language-names): Change "mk"
10932 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
10933 alphabet) to "Cyrillic-ISO".
10935 2002-07-11 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10937 * net/tramp.el (tramp-default-method): New default method "sm"
10938 which I guess to be good for most people.
10939 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
10940 Ange-FTP) for some user/host combinations.
10941 (tramp-file-name-structure, tramp-file-name-regexp)
10942 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
10943 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
10944 (tramp-make-multi-tramp-file-format): New default value which
10945 unifies the filename syntax between Tramp and Ange-FTP. The new
10946 syntax is "/method:user@host:path". Note the colon after the method.
10947 (tramp-handle-file-name-directory): Don't return "/" when
10948 completing a remote root directory (where the filename looks like
10949 "/method:user@host:/").
10950 (tramp-handle-ange-ftp): Deleted.
10951 (tramp-disable-ange-ftp): New function, called at toplevel,
10952 deletes Ange-FTP from file-name-handler-alist.
10953 (tramp-handle-make-symbolic-link): Implement.
10955 2002-07-10 Juanma Barranquero <lektu@terra.es>
10957 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
10959 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
10960 (speedbar-vc-do-check): Likewise.
10961 (speedbar-obj-do-check): Likewise.
10962 (speedbar-mouse-hscroll): Likewise.
10963 (speedbar-file-lists): Likewise.
10965 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
10967 2002-07-09 Ole Aamot <ole@gnu.org>
10969 * compile.el (compilation-error-regexp-alist):
10970 Recognize Valgrind messages.
10972 2002-07-09 Juanma Barranquero <lektu@terra.es>
10974 * faces.el (face-id): Fix typo.
10976 * hexl.el (hexl-mode): Likewise.
10978 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
10980 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
10982 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
10983 (speedbar-desired-buffer): Likewise.
10984 (speedbar-line-file): Likewise.
10985 (speedbar-special-mode-key-map): Fix typo.
10986 (speedbar-dynamic-tags-function-list): Likewise.
10987 (speedbar-use-images): Likewise.
10988 (speedbar-up-directory): Likewise.
10989 (speedbar-item-info): Likewise.
10990 (speedbar-set-timer): Likewise.
10991 (speedbar-insert-button): Likewise.
10992 (speedbar-make-button): Likewise.
10993 (speedbar-make-tag-line): Likewise.
10994 (speedbar-insert-files-at-point): Likewise.
10995 (speedbar-update-special-contents): Likewise.
10996 (speedbar-find-selected-file): Likewise.
10997 (speedbar-add-indicator): Likewise.
10998 (speedbar-do-function-pointer): Likewise.
10999 (speedbar-goto-this-file): Likewise.
11000 (speedbar-line-path): Likewise.
11001 (speedbar-mouse-event-p): Likewise.
11002 (speedbar-dir-follow): Likewise.
11003 (speedbar-tag-find): Likewise.
11004 (speedbar-fetch-etags-command): Likewise.
11005 (speedbar-fetch-etags-arguments): Likewise.
11006 (speedbar-toggle-etags): Likewise.
11007 (speedbar-extract-one-symbol): Likewise.
11008 (speedbar-parse-c-or-c++tag): Likewise.
11009 (speedbar-unhighlight-one-tag-line): Likewise.
11010 (speedbar-directory-face): Likewise.
11011 (defimage-speedbar): Likewise.
11012 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
11014 2002-07-09 Miles Bader <miles@gnu.org>
11016 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
11017 to nil when prompting for a filename.
11019 2002-07-09 Kenichi Handa <handa@etl.go.jp>
11021 * files.el (insert-directory): Be sure to bind
11022 coding-system-for-write to the just decided coding-system-for-read.
11024 2002-07-09 Kim F. Storm <storm@cua.dk>
11026 * ido.el (ido-make-merged-file-list): Move fully matching item to
11028 (ido-find-common-substring): Return substring instead of t.
11030 2002-07-08 Juanma Barranquero <lektu@terra.es>
11032 * info.el (Info-directory-list): Fix docstring.
11034 2002-07-08 Miles Bader <miles@gnu.org>
11036 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
11039 2002-07-08 Kim F. Storm <storm@cua.dk>
11041 * files.el (after-find-file): Don't check for read-only status
11042 of files just created (and not yet saved on disk).
11044 * ido.el (ido-completion-help): Changed xemacs specific code to
11045 avoid byte compiler warning in GNU emacs.
11046 (ido-set-matches1): Use regexp-quote instead of identity.
11047 (ido-complete-space): New function.
11048 (ido-define-mode-map): Bind it to SPACE.
11050 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
11052 * font-lock.el (font-lock-default-unfontify-region):
11053 Use remove-list-of-text-properties.
11054 (font-lock-extra-managed-props): Doc fix.
11056 * facemenu.el: Move `provide' to the end.
11057 (facemenu-read-color): Don't cons unnecessarily.
11059 * language/ind-util.el (indian-make-hash):
11060 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
11061 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
11063 * subr.el (insert-string): Update the obsolete info.
11064 (makehash): Move from C and mark obsolete.
11066 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
11067 aliases to also work for interactive functions.
11068 Use the same wrapper for subroutines.
11069 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
11070 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
11072 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
11073 automatic environment name update.
11074 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
11076 2002-07-07 Richard M. Stallman <rms@gnu.org>
11078 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
11080 * emacs-lisp/advice.el (ad-compile-function):
11081 Disable cl-function warnings if cl is loaded.
11083 * files.el (safe-local-eval-forms): New user option.
11084 (hack-one-local-variable-eval-safep): Support it.
11085 Also allow `safe-local-eval-function' property to be a function
11086 or a list of functions.
11087 (c-add-style): Delete `safe-local-eval-function' property.
11089 * files.el (after-find-file): Make buffer read-only if file is
11090 marked that way, even for root.
11092 * files.el (save-some-buffers): Doc fix.
11094 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
11096 2002-07-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11098 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
11099 .sx[dmicw] file suffixes for Open office data files.
11101 * files.el (auto-mode-alist): Likewise.
11103 * international/mule.el (auto-coding-alist): Likewise.
11105 2002-07-05 Kim F. Storm <storm@cua.dk>
11107 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
11108 FCT if current column is outside rectangle.
11109 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
11111 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
11113 * net/ange-ftp.el: Use add-hook and find-file-hook.
11114 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
11115 (ange-ftp-ls-parser): Make it into a function.
11116 Ignore trailing @ in symlink targets.
11117 (ange-ftp-file-entry-p): Ignore FTP errors.
11118 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
11119 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
11121 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
11123 * simple.el (toggle-truncate-lines): New command.
11125 2002-07-04 Miles Bader <miles@gnu.org>
11127 * comint.el (comint-displayed-dynamic-completions): New variable.
11128 (comint-dynamic-list-completions): Be more careful about choosing
11129 when to scroll an existing completions window.
11131 2002-07-03 Andreas Schwab <schwab@suse.de>
11133 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
11136 2002-07-03 Juanma Barranquero <lektu@terra.es>
11138 * net/tramp.el (tramp-send-eof): Fix typo.
11139 (tramp-kill-process): Likewise.
11141 * play/dunnet.el (dun-physobj-desc): Likewise.
11143 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
11145 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
11146 (timeclock-workday-elapsed): Likewise.
11148 * allout.el (outline-goto-prefix): Likewise.
11150 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
11151 (tpu-delete-to-bol): Likewise.
11153 * subr.el (chars-in-region): Add obsolescence declaration for
11156 2002-07-03 Miles Bader <miles@gnu.org>
11158 * faces.el (header-line): Don't use a `common' clause for
11159 inheriting from the mode-line face, since we can't override it,
11160 and we don't want it for ttys.
11162 2002-07-02 Richard M. Stallman <rms@gnu.org>
11164 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
11166 * files.el (hack-one-local-variable-constantp): New function.
11167 (hack-one-local-variable-eval-safep): New function.
11168 Check for `eval:' calling fn with `safe-local-eval-function' property.
11169 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
11170 (c-add-style, c-set-style): Add safe-local-eval-function property.
11172 * files.el (insert-directory): Handle --dired option to ls.
11174 * files.el (file-remote-p): New function.
11176 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
11178 * startup.el (fancy-splash-screens): Switch to a chosen frame.
11179 (fancy-splash-frame): Choose the right frame to use.
11180 (use-fancy-splash-screens-p): Check dimensions of the right frame
11181 in order to decide.
11183 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11184 Rename cl-func to cl-functions. Enable it by default.
11185 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
11186 if the file loads cl.
11187 (byte-compile-initial-macro-environment): For eval-and-compile,
11188 use byte-compile-eval-before-compile to eval.
11189 (byte-compile-eval-before-compile): New function to turn off
11190 cl-functions when appropriate, for eval-and-compile.
11191 (byte-compile-warnings): Doc fix.
11193 2002-07-02 Dave Love <fx@gnu.org>
11195 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
11196 (byte-compile-cl-warn): New function.
11197 (byte-compile-form): Use it, to warn about calling cl functions.
11198 (byte-compile-warning-types): Doc fix.
11200 2002-07-02 Juanma Barranquero <lektu@terra.es>
11202 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
11204 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
11206 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
11209 2002-07-02 Kim F. Storm <storm@cua.dk>
11211 * emacs-lisp/bindat.el: New file.
11213 2002-07-01 Sam Steingold <sds@gnu.org>
11215 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
11216 before `tex-main-file' because if the current buffer is new, its
11217 file might not exist yet, and then `tex-main-file' will
11218 incorrectly return "foo.tex.tex".
11220 2002-07-01 Juanma Barranquero <lektu@terra.es>
11222 * ido.el (ido-minibuffer-setup-hook): Doc fix.
11224 2002-07-01 Dave Love <fx@gnu.org>
11226 Make strokes a proper minor mode, and don't try to overload
11227 mouse-2, which doesn't work satisfactorily.
11229 * strokes.el: Doc fixes.
11230 (strokes-mode): Defcustom deleted; replaced by minor mode def with
11231 re-written function.
11232 (strokes-while-inhibiting-garbage-collector): Comment out.
11233 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
11234 (strokes-insinuate, global-set-stroke, describe-stroke)
11235 (load-user-strokes, save-strokes, strokes-bug-address)
11236 (strokes-click-command): Deleted.
11237 (strokes-execute-stroke): Remove strokes-click-p case.
11238 (strokes-describe-stroke): Remove strokes-click-p stuff.
11239 (strokes-help): Fix.
11240 (strokes-report-bug): Alias to report-emacs-bug.
11241 (strokes-prompt-user-save-strokes): Modify format of the file.
11242 (strokes-mode-map, strokes-unload-hook): New.
11243 (strokes-buffer-name): Don't customize.
11245 2002-07-01 Richard M. Stallman <rms@gnu.org>
11247 * info.el (Info-index): Get immediate error if used in `dir'.
11249 * textmodes/picture.el (picture-forward-column)
11250 (picture-move-down): Never deactivate the mark.
11252 2002-06-30 Simon Josefsson <jas@extundo.com>
11254 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
11255 menu entry into balloon help.
11257 2002-06-30 Andreas Schwab <schwab@suse.de>
11259 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
11260 * term/mac-win.el: Don't set it here.
11262 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
11264 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
11266 2002-06-29 Andreas Schwab <schwab@suse.de>
11268 * term/mac-win.el: Use directory-free-space-program instead of
11269 obsolete variable dired-free-space-program. On Darwin, don't set
11270 directory-free-space-program, shell-file-name and
11271 process-connection-type; set directory-free-space-args to not
11272 include `-P' and use utf-8 for file name coding system.
11274 * simple.el (shell-command-on-region): Handle errors and signals
11275 from shell command execution.
11276 (display-message-or-buffer): Fix last change.
11277 (shell-command-default-error-buffer): Doc fix.
11279 * dired.el (dired-view-file): Quote file name for
11280 dired-run-shell-command.
11282 2002-06-29 Kim F. Storm <storm@cua.dk>
11284 * kmacro.el: New file.
11286 2002-06-28 John Wiegley <johnw@gnu.org>
11288 * pcmpl-cvs.el: Added my name as the maintainer of this file.
11290 2002-06-28 Andreas Schwab <schwab@suse.de>
11292 * shell.el (explicit-bash-args): New user option.
11294 2002-06-28 Kim F. Storm <storm@cua.dk>
11296 * ido.el: New file.
11298 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
11300 * derived.el (define-derived-mode): Preserve the `mode-class' rather
11301 than the `special' symbol property.
11302 (derived-mode-class): Make it obsolete.
11304 2002-06-27 Andreas Schwab <schwab@suse.de>
11306 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
11308 2002-06-27 Juanma Barranquero <lektu@terra.es>
11310 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
11311 (meta-flag): Likewise.
11313 * international/mule-util.el (string-to-sequence): Likewise.
11315 * subr.el (char-bytes): Likewise.
11316 (make-local-hook): Likewise.
11317 (baud-rate): Remove redundant info from docstring.
11319 * faces.el (frame-update-faces): Fix obsolescence declaration.
11320 (internal-get-face): Remove redundant info from docstring and
11321 fix obsolescence declaration.
11323 * rect.el (move-to-column-force): Likewise.
11325 * help-fns.el (describe-function-1): Use semicolon instead of dot.
11326 (describe-variable): Likewise.
11328 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
11330 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
11331 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
11332 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
11333 (mouse-wheel-follow-mouse): Change default to t.
11334 (mwheel-event-button): Return the basic event symbol.
11335 (mwheel-scroll): Work with non-mouse events.
11336 (mouse-wheel-mode): Use the new vars.
11337 (mwheel-install): Obey `uninstall'.
11339 * term/xterm.el (function-key-map): Add some bindings.
11341 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
11342 Rename from delay-uniquify-rationalize-file-buffer-names.
11343 Only rationalize if the buffer is under uniquify control.
11344 (uniquify-delayed-rationalize-file-buffer-names):
11345 Rename from delayed-uniquify-rationalize-file-buffer-names.
11347 2002-06-27 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11349 * net/tramp.el (tramp-file-name-structure)
11350 (tramp-multi-file-name-hop-structure): Split for easier readability.
11351 (tramp-handle-make-symbolic-link): Use user/host/method/... from
11352 LINKNAME, not FILENAME.
11353 (tramp-handle-verify-visited-file-modtime):
11354 Call tramp-ange-ftp-file-name-p with right parameters.
11355 (tramp-handle-verify-visited-file-modtime): `insert' does not
11356 work for integers, convert them to strings first.
11357 (tramp-handle-ange-ftp): New function to perform setup for
11358 replacing Ange-FTP with Tramp.
11359 (tramp-repair-jka-compr): New function to factor out some
11360 previously top-level code. Call the function at top-level.
11362 2002-06-27 Juanma Barranquero <lektu@terra.es>
11364 * composite.el (decompose-composite-char): Fix docstring.
11366 * faces.el (describe-face): Capitalize "not documented" message.
11368 * help-fns.el (describe-variable): Likewise.
11369 (describe-function-1): Likewise. Also, document the obsolescence
11370 of the function, if applicable.
11372 2002-06-26 Juanma Barranquero <lektu@terra.es>
11374 * info.el (info-menu-5): Fix documentation.
11375 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
11377 2002-06-26 Richard M. Stallman <rms@gnu.org>
11379 * emacs-lisp/cl.el (values): Simplify definition.
11381 * simple.el (shell-command): Match & only at end of whole command.
11382 (display-message-or-buffer): Don't use the echo area
11383 if output buffer is visible.
11385 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
11387 * progmodes/cperl-mode.el: Many trivial doc fixes.
11388 (cperl-non-problems): Definition deleted.
11389 (cperl-menu): Don't refer to cperl-non-problems.
11390 (cperl-word-at-point): Add doc string.
11391 (cperl-beautify-regexp-piece): Fix error message.
11392 (cperl-invert-if-unless): Fix error message.
11394 * dired.el (dired-find-alternate-file): Mark as disabled.
11396 2002-06-25 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11398 * net/tramp.el (tramp-ftp-method): New user option.
11399 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
11400 (with-parsed-tramp-file-name): New macro for the usual big `let'
11401 statement to dissect a file-name.
11402 (tramp-handle-make-symbolic-link, tramp-handle-load)
11403 (tramp-handle-file-name-directory)
11404 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
11405 (tramp-handle-file-truename, tramp-handle-file-directory-p)
11406 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
11407 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
11408 Use the new macro and forward call to Ange-FTP if applicable.
11409 (tramp-make-ange-ftp-file-name): New helper function to convert a
11410 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
11411 (tramp-default-method-alist): New user option.
11412 (tramp-find-default-method): Use it.
11413 (tramp-sh-extra-args): New variable.
11414 (tramp-find-shell): Use it.
11415 (tramp-open-connection-rsh): Support a kludgy feature for the
11416 "-p" option to ssh. If host name is given as "host#42", uses the
11419 2002-06-25 Andreas Schwab <schwab@suse.de>
11421 * replace.el (occur-1): Avoid invalid message format string.
11423 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
11425 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
11426 Check for `noruntime' even if the function has a known sig.
11427 (byte-compile-file, byte-compile-output-docform):
11428 Don't hard code point-min = 1.
11430 * pcvs.el (cvs-parse-process): Don't save/restore point.
11431 Fix last change not to introduce spurious dir FIs.
11432 (cvs-move-to-goal-column): New function extracted from
11433 cvs-mode-previous-line.
11434 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
11435 (cvs-addto-collection): Use it to preserve point.
11436 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
11438 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
11439 Don't require the first element to be modifier-free.
11441 * pcvs-parse.el (cvs-parse-table):
11442 Handle `nothing known about' with more care.
11444 * pcvs.el (cvs-fileinfo-kill): Remove.
11445 (cvs-parse-process): Add `old-fis' argument.
11446 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
11448 * descr-text.el (describe-property-list): Make sure there's
11449 a space between the property name and its value.
11450 (describe-text-properties): Don't kill a pre-existing buffer.
11452 * mwheel.el: Undo last patch from Stephen Gildea for now.
11454 2002-06-24 Kim F. Storm <storm@cua.dk>
11456 * emulation/keypad.el: Added :require 'keypad to defcustoms.
11458 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
11460 * subr.el (event-start, event-end, event-click-count):
11461 Accept non-mouse events as well.
11462 (read-key): New function.
11463 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
11465 * files.el: Rename (and mark as obsolete)
11466 find-file-hooks to find-file-hook,
11467 find-file-not-found-hooks to find-file-not-found-functions,
11468 write-file-hooks to write-file-functions,
11469 write-contents-hooks to write-contents-functions.
11470 Mark local-write-file-hooks as obsolete.
11471 (locate-file-completion): Don't cons uselessly. Use test-completion.
11472 (basic-save-buffer): Use (point-min) rather than 1.
11473 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
11475 * help-fns.el (describe-variable): Only use `buffer' is still live.
11476 Use `delete-region' instead of save-excursion + delete-char.
11477 Document the obsolescence of the variable, if applicable.
11479 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11481 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
11482 comment-auto-fill-only-comments.
11484 2002-06-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11486 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
11487 This is not a handled operation.
11489 2002-06-21 Kim F. Storm <storm@cua.dk>
11491 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
11492 work again. Corrected error in check for C-u initiated prefix.
11494 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
11496 2002-06-21 Richard M. Stallman <rms@gnu.org>
11498 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
11499 to browse-url-at-point.
11501 * play/zone.el (zone-idle): Var deleted.
11503 * international/iso-acc.el (iso-languages) <french>:
11504 `~ ' now generates `~', `~,' definition deleted.
11506 * format.el (format-annotate-function): Copy multibyte flag
11507 and selective-display into the new temp buffer.
11509 * edmacro.el (edmacro-fix-menu-commands):
11510 Discard `help-echo' events. Handle (menu-bar) events.
11511 Simplify by converting key sequence to a list and then back to vector.
11513 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
11515 * mwheel.el: Allow arbitrary keys for scrolling, add a third
11516 scrolling speed, fix an unwind-protect.
11517 (mouse-wheel-scroll-amount): Now a three-element list.
11518 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
11519 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
11520 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
11523 2002-06-21 Andreas Schwab <schwab@suse.de>
11525 * files.el (find-file-read-args): Add new argument `mustmatch' and
11526 pass it down to read-file-name.
11527 (find-file, find-file-other-window, find-file-other-frame)
11528 (find-file-read-only, find-file-read-only-other-window)
11529 (find-file-read-only-other-frame): Use it and fix prompts.
11531 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
11533 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
11535 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
11537 * progmodes/ada-mode.el: Update copyright notice.
11538 Synchronize with GNAT release 3.15a1.
11539 Do not attempt to load ada-support, which is only for compatibility
11540 with older Emacs versions, and is not needed for Emacs 21.
11541 Fix various calls to count-lines, that didn't work correctly when the
11542 buffer was narrowed.
11543 (ada-continuation-indent): New variable.
11544 (ada-contextual-menu): New entry "List local references", faster than
11546 (ada-mode): New alignment rules provided by S. Leake.
11547 Add support for which-function-mode.
11548 (ada-get-current-indent): Fix indentation of named parameter lists and
11549 nested boolean expressions.
11550 (ada-indent-on-previous-lines): Fix indentation of labels.
11551 (ada-search-prev-end-stmt): Fix searching of the previous
11552 end-statement, specially with regards to nested subprograms.
11553 (comment-region advice): Initially disabled, for better compatibility
11555 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
11557 * progmodes/ada-xref.el: Update copyright notice.
11558 (ada-xref-create-ali): The default is now not to create automatically
11559 the ALI files by compiling the unit, since this isn't always reliable
11560 and requires an up-to-date project file.
11561 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
11562 a file, but use gnatmake instead, since this gives access to the GNAT
11564 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
11565 (ada-load-project-hook): New variable, for support of GNAT
11567 (ada-update-project-menu): Fix the detection of the project file name.
11568 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
11569 with another binding in ada-mode.el.
11570 (ada-add-menu): New menu "List Local References", to list the reference
11571 to the entity only in the current file, instead of looking in the whole
11572 project. Much faster.
11573 (ada-find-references): New parameters arg and local-only.
11574 (ada-find-any-references): New parameters local-only and append.
11575 (ada-goto-declaration): Fix handling of predefined entities in xref.
11576 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
11577 still compatible with GNAT 3.14 of course. Fix various calls to
11578 count-lines, that didn't work correctly when the buffer was narrowed.
11580 * progmodes/ada-prj.el: Update copyright.
11581 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
11582 21 dialogs to select the file, since we want a directory name only.
11583 (ada-customize): Add support for the new GNAT project files.
11585 2002-06-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11587 * progmodes/etags.el (tag-implicit-name-match-p): New function.
11588 (etags-recognize-tags-table): Use it for implicit tag names.
11590 2002-06-20 Miles Bader <miles@gnu.org>
11592 * comint.el (comint-get-old-input-default): Strip text properties
11595 * comint.el (comint-output-filter): Run output-filter functions
11596 before setting up the prompt.
11598 * international/characters.el: Re-enable code giving word syntax
11599 to certain japanese-jisx0208 characters.
11601 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11603 * progmodes/f90.el (f90-type-def-re): Fix value.
11604 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
11606 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
11608 * international/quail.el (quail-help): Don't assume the buffer
11609 is displayed in the same frame.
11611 * emacs-lisp/debug.el (cancel-debug-on-entry):
11612 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
11614 * pcvs.el (cvs-vc-command-advice): Handle the case where args
11615 are passed to `cvs' before the command name.
11616 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
11618 * pcvs-info.el (cvs-add-face): Minor rewrite.
11619 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
11621 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
11622 regexp when they don't match comment-foo any more.
11624 2002-06-18 Juanma Barranquero <lektu@terra.es>
11626 * filesets.el (filesets-update-pre010505): Fix typo.
11628 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
11630 * emulation/edt.el (edt-substitute): Fix typo.
11632 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
11634 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
11636 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
11638 2002-06-17 Richard M. Stallman <rms@gnu.org>
11640 * facemenu.el (facemenu-map): Rename to Describe Text
11641 to Describe Properties and use describe-text-properties.
11643 * simple.el (what-cursor-position): Use describe-char.
11645 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
11646 from describe-char-after. Now calls describe-text-properties.
11647 (describe-property-list): Renamed from describe-text-properties.
11648 (describe-text-properties): Renamed from describe-text-at.
11649 New arg OUTPUT-BUFFER.
11650 (describe-text-properties-1):
11651 New subroutine, broken out from describe-text-properties.
11652 Output a newline before each section of the output.
11654 * international/mule-diag.el (describe-char-after):
11655 Moved to descr-text.el.
11657 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
11659 * international/mule.el (ctext-pre-write-conversion): Fix the values
11660 of FROM and TO if we create a new buffer.
11662 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
11664 * comint.el (comint-insert-clicked-input): Insert clicked-on
11665 previous input without properties.
11667 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11669 * term/mac-win.el (scalable-fonts-allowed): Set to t.
11671 2002-06-15 Colin Walters <walters@debian.org>
11673 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
11675 (cvs-highlight): Delete.
11676 (cvs-add-face): Use `font-lock-face'. Always add properties.
11678 * ibuffer.el (ibuffer-movement-cycle): New variable.
11679 (ibuffer-backward-line, ibuffer-forward-line): Use it.
11681 2002-06-15 Richard M. Stallman <rms@gnu.org>
11683 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
11684 (batch-byte-recompile-directory): Undo previous change.
11686 * comint.el (comint-skip-input): New function.
11687 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
11688 (comint-stop-subjob): Use comint-skip-input.
11690 * ielm.el (ielm-eval-input): Use error-message-string.
11691 (ielm-format-error, ielm-format-errors): Functions deleted.
11693 2002-06-14 Kim F. Storm <storm@cua.dk>
11695 * progmodes/compile.el (grep-tree): Doc fixes.
11696 Added SUBDIRS arg for non-interactive use.
11698 2002-06-14 Juanma Barranquero <lektu@terra.es>
11700 * comint.el (comint-snapshot-last-prompt):
11701 Bind `inhibit-read-only' to t to support read-only prompts.
11702 (comint-output-filter): Likewise.
11704 2002-06-14 Miles Bader <miles@gnu.org>
11706 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
11707 (pop): Move the call to `car' outside the prog1, as the compiler
11708 then generates better code.
11710 2002-06-13 Richard M. Stallman <rms@gnu.org>
11712 * play/zone.el (zone-timer): New variable holds the idle timer.
11713 (zone): Don't fiddle with the idle timer at all.
11714 (zone-when-idle): Put the idle timer in zone-timer.
11715 If one is already set up, cancel it and make a new one.
11716 (zone-leave-me-alone): Likewise.
11718 2002-06-13 Jason Rumney <jasonr@gnu.org>
11720 * w32-fns.el (w32-charset-info-alist): Reorder.
11722 2002-06-13 Andreas Schwab <schwab@suse.de>
11724 * files.el (auto-mode-alist): Move entry for ".in" to the end.
11726 2002-06-13 Miles Bader <miles@gnu.org>
11728 * comint.el (comint-mode): Don't set `font-lock-defaults'.
11729 (comint-mode-hook): Turn on font-lock by default.
11731 2002-06-12 Karl Fogel <kfogel@red-bean.com>
11733 * bookmark.el (bookmark-file-or-variation-thereof):
11734 Restore vc-backend check, thanks to Robert Thorpe for noticing.
11736 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
11738 * textmodes/bibtex.el: Change the maintainer to "none".
11740 2002-06-12 Juanma Barranquero <lektu@terra>
11742 * term/w32-win.el (x-handle-switch): Fix handling of
11743 x-invocation-args for switches with arguments.
11745 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11747 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
11748 without first making sure it's bound.
11750 2002-06-12 Richard M. Stallman <rms@gnu.org>
11752 * info.el (Info-fontify-node): Compute header line specially
11753 if node has no next, previous or up links.
11754 Hide the part of the first line that is used in the header.
11755 Use Info-next-link-keymap, etc.
11756 (Info-next-link-keymap, Info-prev-link-keymap)
11757 (Info-up-link-keymap): New variables.
11759 * international/mule-diag.el (describe-char-after): Doc fix.
11761 * view.el (view-mode-enter): Clarify echo area message.
11763 * info.el (Info-select-node): Turn header line on or off here.
11764 (Info-setup-header-line): Function deleted.
11765 (Info-mode): Make Info-header-line local.
11766 (Info-fontify-node): Ignore Info-use-header-line.
11767 Unconditionally compute what the header line should be, and
11768 store it on the `header-line' property of the node's first char.
11769 Bind [header-line down-mouse-1].
11770 Use `keymap' property, not `local-map'.
11771 Bind [mouse-2] for mouse clicks on the node line in the text.
11773 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
11775 2002-06-12 Miles Bader <miles@gnu.org>
11777 * comint.el (comint-send-input): Properly handle empty and
11778 no-newline input regions.
11780 2002-06-12 Colin Walters <walters@gnu.org>
11782 * calc/calc.el: Use `when', `unless'.
11783 (calc-trail-mode): Use an italic `font-lock-face'.
11784 (calc-refresh): Ditto.
11786 2002-06-12 Colin Walters <walters@debian.org>
11788 * font-core.el (font-lock-core-only): Variable deleted.
11790 (font-lock-set-defaults): Variable alist settings moved back into
11791 font-lock-set-defaults-1.
11792 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
11793 is specifically excluded by the user.
11795 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
11797 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
11799 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
11801 * info.el (Info-mode): Don't set `font-lock-defaults'.
11803 * replace.el (occur-mode): Don't set `font-lock-defaults'.
11805 * help-mode.el (help-highlight-p, help-highlight-face):
11806 Variable was unused; delete.
11807 (help-make-xrefs): Doc fix.
11809 2002-06-11 Richard M. Stallman <rms@gnu.org>
11811 * format.el (format-alist): Document new element PRESERVE.
11812 (format-write-file): Implement PRESERVE elt for a format.
11814 * files.el (make-auto-save-file-name): Rename local `filename' to
11817 2002-06-10 Richard M. Stallman <rms@gnu.org>
11819 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
11820 (ebrowse-copy-list): Function deleted.
11822 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
11824 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
11826 * eshell/esh-util.el (eshell-copy-list): Function deleted.
11827 (eshell-sublist): Use copy-sequence.
11828 (eshell-copy-tree): Make it an alias for copy-tree.
11830 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
11832 * subr.el (copy-list): Moved to cl.el.
11833 (copy-tree): Don't use copy-list or cl-pop.
11835 2002-06-10 Miles Bader <miles@gnu.org>
11837 Make comint use text properties for highlighting instead of overlays:
11838 * comint.el (comint-last-output-overlay): Variable removed.
11839 (comint-send-input, comint-output-filter): Use text properties
11840 instead of overlays.
11841 (comint-insert-clicked-input): Rewrite to work with text
11842 properties as well as overlays
11843 (comint-snapshot-last-prompt): Snapshot using text properties.
11844 (comint-get-old-input-default, comint-extract-string): Don't copy
11847 * simple.el (line-move-finish): Inhibit field motion when
11848 computing `line-end'.
11850 * files.el (revert-buffer): Correct typo: variable name is
11851 `buffer-file-format', not `buffer-file-formats'.
11853 * comint.el (comint-send-input, comint-output-filter): Use the
11854 `font-lock-face' property instead of `face'. Don't check the
11855 highlight-enabling variables anymore.
11856 (comint-highlight-input, comint-highlight-prompt): Variables removed.
11858 * faces.el (display-supports-face-attributes-p): New function.
11859 (face-spec-set-match-display): Support `supports' predicate.
11860 (italic): Try underlining for displays that don't support real italics.
11861 * cus-edit.el (custom-display): Add support for `supports' predicate.
11862 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
11863 instead of 8-bit, for consistency with the rest of emacs.
11864 (tty-color-canonicalize): Only copy COLOR if we need to change it.
11865 (tty-color-approximate): Scale values from `color-name-rgb-alist'
11866 appropriately. Return the whole color description, rather than
11867 just the RGB values.
11868 (tty-color-standard-values): New function. Code mostly taken from
11869 `tty-color-translate'.
11870 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
11872 (tty-color-desc): Do color lookup here instead of calling
11873 `tty-color-translate' and `tty-color-by-index'; this is now the
11874 main place to do it.
11876 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
11878 * progmodes/cc-style.el (c-set-style, c-set-style-1):
11879 Add another state for the `dont-override' flag where it only keeps
11880 globally set variables.
11882 2002-06-08 Colin Walters <walters@gnu.org>
11884 * descr-text.el (describe-text-properties): Sort the output by the
11885 size of the values. Put `font-lock-face' property on property names.
11886 (toplevel): Provide `descr-text'.
11888 * international/mule-diag.el (describe-char-after): When there are
11889 text properties, require `descr-text', and just call
11890 `describe-text-properties'.
11892 * international/mule.el (sgml-html-meta-auto-coding-function):
11894 (auto-coding-from-file-contents): Delete; merge functionality into
11896 (set-auto-coding): Move tests from `auto-coding-functions' so that
11897 they have a lower priority than coding: tags.
11898 Put `auto-coding-regexp-alist' tests before coding: tag tests.
11899 (sgml-xml-auto-coding-function): Simply `intern' the match, and
11900 test if it's a valid coding system.
11901 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
11903 2002-06-08 Colin Walters <walters@verbum.org>
11905 * subr.el (copy-list): Moved here from cl.el.
11906 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
11908 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
11909 subr.el. Add a defalias with the old name.
11911 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
11913 * replace.el (occur-mode): Don't set up categories. Do set
11914 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11915 (occur-1): Pass `list-matching-lines-face' and
11916 `list-matching-lines-buffer-name-face'.
11917 (occur-engine): Use `font-lock-face' instead of categories.
11919 * info.el (Info-mode): Don't set up categories. Do set
11920 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11921 (Info-fontify-menu-headers): Use `font-lock-face' instead of
11923 (Info-fontify-node): Ditto.
11925 * ibuffer.el (ibuffer-category-alist): Delete.
11926 (ibuffer-get-category): Delete.
11927 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
11929 (ibuffer-compile-format): Don't treat `name' category specially.
11930 (ibuffer-column name): Use `font-lock-face'.
11931 (filename-and-process): Ditto.
11932 (ibuffer-buffer-name-category): Renamed to
11933 `ibuffer-buffer-name-face'. Don't use categories.
11934 (ibuffer-update-title-and-summary): Use `font-lock-face'.
11935 (ibuffer-insert-filter-group): Ditto.
11936 (ibuffer-mode): Don't set up categories. Do set
11937 `font-lock-defaults', and be sure to set `font-lock-core-only'.
11938 (ibuffer-compile-format): Don't pass third argument
11939 to column functions.
11940 (filename-and-process): Ditto.
11942 * ibuf-macs.el (define-ibuffer-column): Don't create a third
11943 argument for the generated function.
11945 * font-core.el (font-lock-category-alist): Delete.
11946 (turn-on-font-lock-if-enabled): Don't use it.
11947 (font-lock-symbol-category-alist): Delete.
11948 (font-lock-default-function): Use new `char-property-alias-alist'
11949 to make `font-lock-face' an alias for `face' when font-lock mode
11951 (font-lock-core-only): New variable.
11952 (font-lock-set-defaults): Use it.
11954 2002-06-08 Richard M. Stallman <rms@gnu.org>
11956 * files.el (find-file-noselect-1): Undo previous change.
11958 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
11960 2002-06-07 Karl Fogel <kfogel@red-bean.com>
11962 * bookmark.el (bookmark-file-or-variation-thereof): Just use
11963 Info-suffix-list, as suggested by Stefan Monnier.
11965 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
11967 * select.el (xselect-convert-to-string): If VALUE is a string,
11968 return a cons of TYPE and the string.
11970 2002-06-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11972 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
11973 Fix the table to contain correct characters.
11975 2002-06-04 Richard M. Stallman <rms@gnu.org>
11977 * simple.el: Don't require cl.
11979 2002-06-03 Richard M. Stallman <rms@gnu.org>
11981 * dired.el (dired-do-shell-command): Doc fix in autoload.
11983 * info.el (Info-extract-pointer): Ignore Info-header-line.
11985 * progmodes/cc-mode.el (c-postprocess-file-styles):
11986 Do nothing except in CC modes.
11988 * international/mule-cmds.el (select-safe-coding-system):
11989 When computing auto-cs, narrow to FROM...TO.
11990 Put save-excursion outside save-restriction.
11991 New arg FILE; use that for set-auto-coding.
11993 2002-06-01 Richard M. Stallman <rms@gnu.org>
11995 * simple.el (choose-completion-string-functions): Doc fix.
11996 (choose-completion-string): Add doc string.
11998 2002-06-01 Kim F. Storm <storm@cua.dk>
12000 * simple.el: Reworked previous change.
12001 (choose-completion-string1): Merged back into choose-completion-string.
12002 (choose-completion-string): Run choose-completion-string-functions
12003 after checking for proper minibuffer window. Added mini-p arg to
12004 the hook functions. Insert choice if all hook functions return nil.
12005 (choose-completion-string-functions): Doc update.
12007 2002-06-01 Sam Steingold <sds@gnu.org>
12009 * files.el (auto-mode-alist): Strip trailing ".in" from the file
12010 name when deciding the mode (for config.h.in, Makefile.in etc).
12012 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
12014 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
12015 ?/ and ?* entries to support /* */ style comments.
12016 (prolog-font-lock-keywords): New var.
12017 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
12019 2002-06-01 Kim F. Storm <storm@cua.dk>
12021 * simple.el (choose-completion-string-functions): New special hook.
12022 (choose-completion-string1): Renamed from choose-completion-string.
12023 (choose-completion-string): Run choose-completion-string-functions
12024 until success, and only call choose-completion-string1 if it fails.
12026 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
12028 * textmodes/ispell.el (autoloaded toplevel): Don't use
12029 ispell-library-directory without checking that it's bound.
12031 2002-05-31 Kim F. Storm <storm@cua.dk>
12033 * emulation/cua-base.el (cua--last-deleted-region-pos)
12034 (cua--last-deleted-region-text): New aux variables.
12035 (cua-delete-region): Set them.
12036 (cua-repeat-replace-region): Use them to find the replacement text.
12038 2002-05-31 Juanma Barranquero <lektu@terra.es>
12040 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
12043 2002-05-31 Kim F. Storm <storm@cua.dk>
12045 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
12046 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
12047 New custom variables.
12048 (grep-compute-defaults): Compute grep-tree-command's default value.
12049 (grep-expand-command-macros): New aux function.
12050 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
12051 (grep-tree): New command like grep-find but extended prompting.
12053 2002-05-30 Richard M. Stallman <rms@gnu.org>
12055 * files.el (find-file-default): Add defvar for var already used.
12057 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
12059 * subr.el (open-network-stream, open-network-stream-nowait)
12060 (open-network-stream-server, process-kill-without-query):
12061 Moved from simple.el.
12063 * simple.el (open-network-stream, open-network-stream-nowait)
12064 (open-network-stream-server, process-kill-without-query):
12067 * simple.el (byte-compiling-files-p): Function deleted.
12069 * textmodes/ispell.el (ispell-library-directory): Renamed from
12070 ispell-library-path. If Ispell is not installed, init to nil.
12071 (check-ispell-version): Doc fix.
12072 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
12073 initialize this unconditionally when ispell-menu-map-needed is t.
12074 Local `path' renamed to `dir'.
12076 2002-05-30 Miles Bader <miles@gnu.org>
12078 * calc/calc.el (calc-show-banner): New variable.
12079 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
12080 (calc-mode-var-list): Add `calc-show-banner'.
12081 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
12082 (calc-toggle-banner): New function.
12083 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
12085 2002-05-29 Richard M. Stallman <rms@gnu.org>
12087 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
12088 When recognizing a def... construct, make that indentation
12089 tentative, so that it can be overridden if the list in question
12090 is not actually an expression.
12091 (common-lisp-indent-call-method): New subroutine.
12093 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12094 Delete the output file if we get a file-error.
12096 * tooltip.el (tooltip-mouse-motions-active): New variable.
12097 (tooltip-activate-mouse-motions): Don't kill track-mouse local
12098 if it was not made by us.
12100 * mouse.el (mouse-set-font): Avoid misleading error message
12101 if user makes no selection.
12103 * info.el (Info-setup-header-line): Don't hide the links line.
12105 * files.el (find-file-noselect-1): Return the buffer we created
12106 even if it has been killed within `after-find-file'.
12108 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
12110 2002-05-29 Kim F. Storm <storm@cua.dk>
12112 * simple.el (open-network-stream-server): Pass on optional args
12113 sentinel and filter to make-network-process (from Luke Gorrie).
12115 2002-05-28 Colin Walters <walters@gnu.org>
12117 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
12119 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
12120 (byte-compile-delete-first): New function.
12121 (byte-compile-read-position): New variable.
12122 (byte-compile-last-position): New variable.
12123 (byte-compile-current-buffer): New variable.
12124 (byte-compile-log-1): Use it.
12125 (byte-compile-set-symbol-position): New function.
12126 (byte-compile-obsolete, byte-compile-callargs-warn)
12127 (byte-compile-arglist-warn, byte-compile-arglist-warn)
12128 (byte-compile-print-syms, byte-compile-file-form-defmumble)
12129 (byte-compile-check-lambda-list, byte-compile-lambda)
12130 (byte-compile-form, byte-compile-variable-ref)
12131 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
12132 (byte-compile-condition-case, byte-compile-defun)
12133 (byte-compile-defvar, byte-compile-autoload)
12134 (byte-compile-lambda-form): Use it.
12135 (byte-compile-from-buffer): Set it, and bind
12136 `read-with-symbol-positions' and `read-symbol-positions-list'.
12138 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
12140 2002-05-28 Kim F. Storm <storm@cua.dk>
12142 * files.el (read-directory-name): New function.
12143 (cd): Use it instead of read-file-name.
12145 2002-05-27 Kim F. Storm <storm@cua.dk>
12147 * simple.el (push-mark-command): Added optional NOMSG arg.
12149 * emulation/cua-base.el (cua-set-mark): Align pop to mark
12150 behaviour with standard set-mark-command.
12151 (cua--pre-command-handler): Use push-mark-command.
12152 (cua-repeat-replace-region): Improve functionality when
12153 repeated after moving point or changing buffer.
12155 2002-05-26 Colin Walters <walters@verbum.org>
12157 * startup.el (command-line): Use `when', `unless'.
12158 (command-line-1): New argument "--nosplash". Handle it.
12160 * startup.el (inhibit-splash-screen): New variable alias for
12161 `inhibit-startup-message'.
12163 * replace.el (perform-replace): Document return value. Use `pop'.
12165 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12167 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
12168 and slightly changed behaviour, for `f90-previous-block-start' and
12169 `f90-next-block-end'.
12170 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
12172 2002-05-26 Simon Josefsson <jas@extundo.com>
12174 * fringe.el (set-fringe-mode): Work when updating
12175 `default-frame-alist'.
12177 2002-05-26 Kim F. Storm <storm@cua.dk>
12179 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
12180 (cua-repeat-replace-region): New command.
12181 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
12182 Misc improvements to the commentary.
12184 2002-05-26 Simon Josefsson <jas@extundo.com>
12186 * fringe.el (fringe-query-style): New fringe style "minimal".
12188 2002-05-24 Simon Josefsson <jas@extundo.com>
12190 * rot13.el (rot13-translate-table): New variable.
12191 (rot13, rot13-string, rot13-region): New functions.
12193 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
12195 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
12196 of wrong anchoring, e.g. for else-if compounds.
12198 2002-05-25 Miles Bader <miles@gnu.org>
12200 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
12201 (menu-bar-showhide-fringe-menu-customize-right)
12202 (menu-bar-showhide-fringe-menu-customize-disable):
12203 Use proper calling convention for `customize-set-value'.
12204 Require `fringe' before setting variable.
12206 2002-05-25 Kim F. Storm <storm@cua.dk>
12208 * emulation/cua-base.el (cua--self-insert-char-p): New function.
12210 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
12211 binding in cua--global-mark-keymap using cua--self-insert-char-p
12212 to handle all global self inserting characters in gmark mode.
12214 * emulation/cua-rect.el (cua--init-rectangles): Install default
12215 binding in cua--rectangle-keymap using cua--self-insert-char-p
12216 to handle all global self inserting characters in rectangle mode.
12218 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
12220 * net/ange-ftp.el (read-file-name-internal): Remove the
12221 `ange-ftp' property.
12222 (ange-ftp-real-read-file-name-internal): Remove.
12224 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12226 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
12228 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
12229 (f90-previous-block-start): New navigation commands.
12231 2002-05-20 Simon Josefsson <jas@extundo.com>
12233 * fringe.el: New file.
12235 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
12236 (menu-bar-showhide-fringe-menu): New menu.
12237 (menu-bar-showhide-menu): Add Fringe sub-menu.
12239 2002-05-23 Colin Walters <walters@verbum.org>
12241 * replace.el (occur-engine): Include all text properties except
12242 mouse-face on the newline at the end of occurences.
12244 2002-05-23 Kim F. Storm <storm@cua.dk>
12246 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
12247 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
12248 (apropos-command, apropos-value, apropos-documentation-internal)
12249 (apropos-documentation-check-doc-file)
12250 (apropos-documentation-check-elc-file): Use them to filter out
12251 false matches where only one keyword matches, but more than once.
12253 * apropos.el (apropos-show-scores, apropos-orig-regexp)
12254 (apropos-all-regexp, apropos-synonyms, apropos-words)
12255 (apropos-all-words): New variables.
12256 (aprpos-words-to-regexp, apropos-rewrite-regexp)
12257 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
12258 (apropos-score-symbol): New functions.
12259 (apropos-command, apropos, apropos-value, apropos-documentation):
12260 Allow keywords in addition to regexp. Added scoring.
12261 (apropos-documentation-check-doc-file)
12262 (apropos-documentation-check-elc-file): Added scoring.
12263 (apropos-print): Sort according to score.
12265 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
12267 * info.el (Info-mode-hook): Change `font-lock-mode' to
12268 `turn-on-font-lock'.
12270 * font-core.el (font-lock-function): New variable.
12271 (font-lock-default-function): New function, created from
12273 (font-lock-mode): Just funcall `font-lock-function'.
12274 (font-lock-symbol-category-alist): New variable.
12276 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
12278 * files.el (file-newest-backup): Use file-name-sans-versions.
12280 * diff.el (diff-latest-backup-file): Replace the main code by
12281 a call of file-newest-backup.
12283 2002-05-22 Mike Williams <mdub@bigfoot.com>
12285 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
12288 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
12290 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
12291 the last patch works around the wu-ftpd misfeature that prompted
12292 the disabling of this optimization.
12294 2002-05-21 Colin Walters <walters@gnu.org>
12296 * international/mule.el (make-coding-system): Doc fixes.
12298 * international/mule.el (auto-coding-functions): New variable.
12299 (auto-coding-from-file-contents): Use it.
12300 (set-auto-coding): Update docs.
12301 (sgml-xml-auto-coding-function): New function.
12303 * international/mule-util.el (truncate-string-to-width):
12304 New optional argument `ellipsis'. Add commented-out test suite, and
12305 change coding to iso-2022-7bit.
12307 2002-05-21 Colin Walters <walters@verbum.org>
12309 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
12310 (font-lock-multiline, font-lock-fontified, font-lock-mode)
12311 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
12312 (font-lock-global-modes): Moved to font-core.el.
12313 (font-lock-set-defaults-1): Partially moved to font-core.el.
12315 * font-core.el: New file, with functions taken from font-lock.el.
12316 (font-lock-category-alist): New variable.
12317 (font-lock-mode): Use it.
12318 (font-lock-set-defaults): Partially taken from font-lock.el.
12319 Only load font-lock.el when necessary.
12321 * loadup.el: Add font-core.el.
12323 * replace.el (occur-mode-hook): New variable.
12324 (occur-fontify-region-function): Deleted.
12325 (occur-mode): Don't use it. Set up `font-lock-category-alist'
12327 (occur-fontify-on-property): Deleted.
12328 (occur-engine): Use categories from `font-lock-category-alist'.
12330 * info.el (Info-fontify): Deleted.
12331 (Info-select-node): Don't use it.
12332 (Info-mode-hook): New variable.
12333 (Info-mode): Set up categories.
12334 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
12336 * ibuffer.el (ibuffer-formats): Update docs.
12337 (ibuffer-category-alist): New variable.
12338 (ibuffer-get-category): New function.
12339 (ibuffer-compile-make-eliding-form): Use category property instead
12341 (ibuffer-compile-format): Pass current ibuffer buffer to column
12343 (ibuffer-buffer-name-category): New function.
12344 (ibuffer-compile-format): If the current column is a `name'
12345 column, figure out the appropriate category to put on it.
12346 (filename-and-process): Use category property.
12347 (ibuffer-fontify-region-function): Deleted.
12348 (ibuffer-unfontify-region-function): Deleted.
12349 (ibuffer-update-title-and-summary): Use category properties.
12350 (ibuffer-insert-filter-group): Ditto.
12351 (ibuffer-mode): Set up category properties.
12353 2002-05-21 Colin Walters <walters@debian.org>
12355 * replace.el (occur-engine): Increment globalcount all at once
12356 after searching a buffer.
12357 (occur-mode-map): Don't escape plain "o".
12359 * ibuf-macs.el (define-ibuffer-column): Add third argument
12362 * ibuffer.el (toplevel): Require font-lock, to get the face
12364 (ibuffer-use-fontification): Deleted.
12365 (column filename-and-process): New column.
12366 (ibuffer-formats): Use it by default.
12367 (ibuffer-name-map, ibuffer-mode-name-map)
12368 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
12369 (ibuffer-do-save, ibuffer-do-toggle-modified)
12370 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
12371 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
12372 (ibuffer): New optional argument `formats'.
12374 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
12376 * indent.el (indent-rigidly): Mention how to remove all indentation.
12378 2002-05-21 Colin Walters <walters@gnu.org>
12380 * international/mule-diag.el (describe-char-after): Order display
12381 of text properties by the size of their value, for clarity.
12383 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
12385 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
12386 (ange-ftp-file-name-completion): Don't cons unnecessarily.
12387 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
12389 * wid-edit.el (widget-color-complete):
12390 * progmodes/etags.el (tags-complete-tags-table-file):
12391 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
12393 * textmodes/outline.el (outline-reveal-toggle-invisible):
12394 Reverse the meaning of the second arg.
12396 * reveal.el (reveal-post-command): Reverse the semantics of
12397 reveal-toggle-invisible and support isearch-open-invisible-temporary.
12399 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
12401 * mail/sendmail.el (mail-recover-1): Remove (debug).
12402 (mail-signature): Fix :type.
12403 (mail-default-directory): New user option.
12404 (mail, mail-recover): Use that option.
12406 2002-05-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12408 * international/mule.el (auto-coding-alist): Use emacs-mule
12409 for auto-save files.
12411 2002-05-20 Miles Bader <miles@gnu.org>
12413 * files.el (find-file-read-args): Don't trash existing value of
12414 `minibuffer-setup-hook', just add our hook to it.
12416 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
12418 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12419 (unify-8859-on-decoding-mode): Change :version attributes to strings.
12421 * simple.el (yank-excluded-properties): Change :version attribute
12424 * dired.el (dired-view-command-alist): Change :version attribute
12427 * xscheme.el (xscheme-start-hook): Change :version attribute to a
12430 * find-dired.el (find-dired): Implement revert-buffer-function.
12432 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
12434 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12436 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
12437 (f90-get-present-comment-type): Fix earlier change.
12438 (f90-comment-indent): Doc fix.
12439 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
12440 (f90-looking-at-if-then): Remove lets.
12441 (f90-looking-at-where-or-forall): Handle if split over lines.
12442 (f90-change-keywords): Doc fix.
12444 2002-05-19 Richard M. Stallman <rms@gnu.org>
12446 * indent.el (indent-region): Make COLUMN arg optional.
12448 * files.el (find-file-read-args): New function.
12449 (find-file, find-file-other-window, find-file-other-frame)
12450 (find-file-read-only, find-file-read-only-other-window)
12451 (find-file-read-only-other-frame): Use it.
12453 * custom.el (custom-load-symbol): Verify that LOADED is a string.
12455 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
12456 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
12457 (archive-zip-update-case): Use locate-file to decide whether
12459 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
12461 * files.el (locate-file): Doc fix.
12463 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
12465 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
12468 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
12470 * uniquify.el (uniquify-rationalize-file-buffer-names):
12471 Always strip the trailing / even if the file is not a directory.
12473 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
12475 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
12476 initialization in the defvar.
12477 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
12478 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
12479 (f90-font-lock-4): Move the doc strings.
12480 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
12481 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
12482 (f90-mode-abbrev-table): Initialize in the defvar, with
12483 define-abbrev-table.
12485 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
12487 * tar-mode.el (tar-octal-time): Fix last change.
12489 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
12491 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
12492 (report-emacs-bug): Store the prompt in
12493 `report-emacs-bug-text-prompt'. Move Configuration/Important
12494 settings information after the user's report.
12495 (report-emacs-bug-hook): Unclutter by deleting the content of
12496 `report-emacs-bug-text-prompt'.
12498 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
12500 * forms.el (forms-jump-record, forms-insert-record)
12501 (forms-delete-record): Calculate lines from the beginning of the
12502 accessible portion rather than from the beginning of the buffer.
12504 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
12506 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
12507 possibly missing encode-char.
12508 (ps-mule-font-info-database-bdf): Add associations for Unicode
12510 (ps-mule-font-info-database-ps-bdf): Doc fix.
12511 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
12513 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
12515 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
12517 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12518 Find funs defined with defun-cvs-mode.
12519 (find-function-space-re): New const. Skips comments as well.
12520 (find-function-regexp, find-variable-regexp): Use it.
12522 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
12523 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
12524 (cvs-mode-set-flags): Don't cons unnecessarily.
12526 2002-05-16 Colin Walters <walters@debian.org>
12528 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
12529 "Simple Calculator".
12530 (menu-bar-tools-menu) <calc>: New.
12532 2002-05-16 Juanma Barranquero <lektu@terra.es>
12534 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
12536 * filesets.el (filesets-ormap): Fix typo.
12538 * faces.el (describe-face): Fix typo.
12540 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
12542 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
12543 Don't treat (lambda () ...) as an expression.
12545 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
12547 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
12549 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12551 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
12553 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
12555 * progmodes/fortran.el (fortran-directive-re): New name for
12556 fortran-preprocessor-re. All usage updated.
12557 (fortran-calculate-indent): Give directives zero indentation.
12559 2002-05-14 Jason Rumney <jasonr@gnu.org>
12561 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
12562 displayed text and internal name as string.
12564 2002-05-14 Kim F. Storm <storm@cua.dk>
12566 * emulation/cua-rect.el (cua--rectangle-operation):
12567 Don't highlight empty lines in rectangles.
12569 * emulation/keypad.el: Improved commentary.
12570 (keypad-setup, keypad-shifted-setup): Added choice to setup
12571 Numeric keypad with decimal key; value is selected character.
12572 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
12573 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
12574 (keypad-setup): Arg list changed to support the new options.
12576 2002-05-14 Richard M. Stallman <rms@gnu.org>
12578 * dabbrev.el (dabbrev-case-distinction): New option.
12579 (dabbrev--try-find): Handle dabbrev-case-distinction.
12580 (dabbrev--search): Clean up the code.
12581 (dabbrev-upcase-means-case-search): Doc fix.
12582 (dabbrev-case-replace): Fix custom tags and docs.
12584 2002-05-14 Jochen K
\e,A|
\e(Bpper <jochen@jochen-kuepper.de>
12586 * calc/calc-units.el (math-standard-units): Update from CODATA.
12588 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
12590 * skeleton.el (skeleton-transformation): Default to `identity'.
12591 (skeleton-insert): Use `move-after' markers and `insert' rather
12592 than rely on insert-before-markers.
12593 (skeleton-internal-1): Handle `> \n' specially so that the newline
12594 is inserted before the first line is indented.
12596 2002-05-14 Mike Williams <mdub@bigfoot.com>
12598 * textmodes/sgml-mode.el (sgml-tag):
12599 Default skeleton-transformation to `identity'.
12601 2002-05-14 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
12603 * shell.el (shell-mode): Make second part of initialisation
12604 depend on whether comint-input-ring is empty, rather than depend
12607 2002-05-14 Richard M. Stallman <rms@gnu.org>
12609 * files.el (make-auto-save-file-name):
12610 Delete the auto-save file after make-temp-file creates it.
12612 2002-05-13 Kim F. Storm <storm@cua.dk>
12614 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
12615 (cua-mode): Print Enabled/Disabled messages if interactive.
12616 Disable delete-selection-mode and pc-selection-mode when cua-mode
12617 is enabled; reenable if cua-mode is turned off.
12618 Remember setting of transient-mark-mode when cua-mode is enabled;
12619 restore if cua-mode is disabled.
12621 2002-05-13 Richard M. Stallman <rms@gnu.org>
12623 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
12625 2002-05-13 Colin Walters <walters@gnu.org>
12627 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
12629 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
12630 (ibuffer-redisplay-engine): Handle it.
12632 * add-log.el (add-log-mailing-address): Can be a list, too.
12633 (add-change-log-entry): If `add-log-mailing-address' is a list,
12636 2002-05-12 Colin Walters <walters@debian.org>
12638 * replace.el (occur-1): New optional argument `buf-name'.
12639 (occur-revert-function): Use it.
12641 (occur-1): Handle plurals.
12643 (occur-engine): If there are no more matches, then finish
12644 searching the current buffer.
12646 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12648 * net/ange-ftp.el (ange-ftp-try-passive-mode)
12649 (ange-ftp-passive-host-alist): Change :version attributes to be
12652 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
12654 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
12657 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12658 Handle more whitespace/newline combinations in symbol definitions.
12660 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
12662 * w32-vars.el (w32)
12663 * vc-cvs.el (vc-cvs-global-switches)
12664 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
12665 * textmodes/sgml-mode.el (sgml-xml-mode)
12666 * ruler-mode.el (ruler-mode)
12667 * replace.el (query-replace-skip-read-only)
12668 * progmodes/fortran.el (fortran-preprocessor-re)
12669 * net/ange-ftp.el (ange-ftp-passive-host-alist)
12670 * mail/sendmail.el (mail-use-dsn)
12671 * faces.el (mode-line-inactive, minibuffer-prompt)
12672 * add-log.el (add-log-always-start-new-record): Change all
12673 post-21.1 :version attributes to 21.4.
12675 2002-05-12 Richard M. Stallman <rms@gnu.org>
12677 * mail/smtpmail.el (smtpmail-mail-address): New variable.
12678 (smtpmail-send-it): Bind and use that instead of `mail-address'.
12679 (smtpmail-via-smtp): Likewise.
12681 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
12682 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
12684 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
12686 * subr.el (functionp): Catch errors in indirect-function.
12688 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12690 * net/ldap.el (ldap-search-internal): Unfold folded lines before
12693 * cus-edit.el (customize-set-value): Rename `var' to `variable'
12694 and `val' to `value'.
12695 (customize-save-variable): Rename `var' to `'variable.
12697 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
12699 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
12700 Use it for font-locking and indentation.
12701 (fortran-previous-statement, fortran-next-statement): Make them
12702 skip over preprocessor lines.
12703 (fortran-calculate-indent): Use fortran-preprocessor-re.
12705 2002-05-10 Kim F. Storm <storm@cua.dk>
12707 * emulation/cua-base.el (cua-enable-cua-keys)
12708 (cua-enable-register-prefix): Added value for `other' choice.
12710 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
12712 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
12713 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
12714 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
12715 Run a named function.
12716 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
12717 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
12720 2002-05-10 Kim F. Storm <storm@cua.dk>
12722 * emulation/cua-base.el (cua-mode): Misc. changes to use
12723 emulation-mode-map-alists instead of minor-mode-map-alist.
12725 2002-05-09 Richard M. Stallman <rms@gnu.org>
12727 * mail/rmail.el (rmail-show-message):
12728 Catch error in check-coding-system.
12730 * progmodes/compile.el (compilation-error-regexp-alist):
12731 New element to recognize Python error messages.
12733 * shell.el (shell-replace-by-expanded-directory):
12734 If there's already a / at the end, don't add one.
12736 2002-05-09 Colin Walters <walters@verbum.org>
12738 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
12739 `ibuffer-filter-disable', `ibuffer-pop-filter',
12740 `ibuffer-or-filter', `ibuffer-negate-filter',
12741 `ibuffer-decompose-filter', `ibuffer-save-filters',
12742 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
12743 `ibuffer-save-filter-groups',
12744 `ibuffer-switch-to-saved-filter-groups',
12745 `ibuffer-delete-saved-filter-groups'.
12747 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
12749 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
12751 * woman.el (woman-menu): Move symbol before the comment so that
12752 find-function-search-for-symbol finds it.
12754 2002-05-10 Miles Bader <miles@gnu.org>
12756 * facemenu.el (list-colors-display): Don't use
12757 `display-color-cells' unless the display class is one for which
12758 that info is relevant.
12760 2002-05-09 Simon Josefsson <jas@extundo.com>
12762 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
12764 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
12767 2002-05-09 Kim F. Storm <storm@cua.dk>
12769 * wid-edit.el (checkbox): New check-mark image.
12771 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12773 * filesets.el (filesets-running-xemacs): Fix last change.
12775 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
12777 * help-fns.el (describe-function-1): If the source is
12778 `loaddefs.el', look for the real source. This is necessary only
12781 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12782 Add autoload cookie.
12783 (find-function-regexp): Include
12784 "\(quote " to match the defaliases in loaddefs.el.
12786 * filesets.el (filesets-conditional-sort): Use copy-sequence,
12788 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
12789 Defvar them to nil if running in Emacs.
12791 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12793 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
12794 to flyspell overlays.
12796 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
12798 2002-05-08 Richard M. Stallman <rms@gnu.org>
12800 * diff.el (diff-regexp-alist): Doc fix.
12802 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
12804 2002-05-08 Simon Marshall <simon@gnu.org>
12806 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
12807 the frame name as the car of a menu entry, rather than the frame.
12809 2002-05-08 Juanma Barranquero <lektu@terra.es>
12811 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
12814 2002-05-07 Colin Walters <walters@verbum.org>
12816 * replace.el (occur-unfontify-region-function): Delete.
12817 (occur-mode): Don't use it.
12818 (occur-engine): Respect `keep-props'.
12819 (occur-accumulate-lines): If we're moving forward, decrement;
12820 don't increment, and vice versa.
12822 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
12824 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
12825 (tibetan-canonicalize-for-unicode-regexp): New variables.
12826 (tibetan-canonicalize-for-unicode-region): New function.
12827 (tibetan-strict-unicode): New variable.
12828 (tibetan-pre-write-canonicalize-for-unicode): New function.
12830 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
12832 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
12833 the autoload-cookie. Remove comment.
12835 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
12837 * rect.el (close-rectangle): Don't hide it behind the
12840 2002-05-07 Juanma Barranquero <lektu@terra.es>
12842 * windmove.el (windmove-default-keybindings): Add optional
12843 parameter to allow using a modifier other than 'shift.
12845 2002-05-07 Thomas Link <t.link@gmx.at>
12848 (filesets-external-viewers): Fix customization problem.
12849 (filesets-some): Replaces cl's `some'. Calls changed.
12850 (filesets-member): Replaces cl's `member*'. Calls changed.
12851 (filesets-ormap): New function.
12853 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
12855 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
12858 2002-05-07 Colin Walters <walters@gnu.org>
12860 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
12861 (ibuffer-clear-filter-groups): Likewise.
12862 (ibuffer-kill-filter-group): Likewise.
12863 (ibuffer-kill-line): Likewise.
12864 (ibuffer-read-filter-group-name): New function.
12865 (ibuffer-jump-to-filter-group): Use it.
12866 (ibuffer-kill-filter-group): Likewise.
12867 (ibuffer-yank-filter-group): Likewise.
12868 (ibuffer-decompose-filter-group): New function.
12870 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
12871 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
12872 guards for `ibuffer-pop-filter-group' and
12873 `ibuffer-clear-filter-groups'.
12875 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
12877 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12878 Use with-syntax-table.
12880 2002-05-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
12882 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
12884 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
12886 * time-stamp.el (time-stamp-format): Doc fix: escape open
12887 parenthesis in column 0.
12889 2002-05-04 Richard M. Stallman <rms@gnu.org>
12891 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12892 Handle both cases: when the menu item has cached info
12893 and when it doesn't.
12895 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
12896 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
12897 (filesets-tree-max-level): Doc fix.
12898 (filesets-commands, filesets-external-viewers)
12899 (filesets-ingroup-patterns): Mark as risky.
12900 (filesets-cache-hostname-flag): Doc fix.
12901 (filesets-menu-cache-file): Doc fix. Mark as risky.
12902 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
12903 Don't defcustom them if running in Emacs.
12905 2002-05-04 Thomas Link <t.link@gmx.at>
12907 * filesets.el (filesets-ingroup-collect-files):
12908 Fix problem with inclusion groups' :scan-depth property.
12910 2002-05-04 Colin Walters <walters@verbum.org>
12912 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
12913 "Default" group earlier. Push killed group on
12914 `ibuffer-filter-group-kill-ring'.
12915 (ibuffer-kill-line): Document. Don't push killed group ourselves.
12916 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
12917 (ibuffer-insert-filter-group-before): New function, broken out
12918 from `ibuffer-yank'.
12919 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
12921 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
12922 (ibuffer-mode-view-menu): Unused variables; deleted.
12923 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
12925 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
12927 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
12928 (toplevel): Bind filter group menu entries in it. Add :enable
12929 forms for some menu items.
12930 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
12931 to `ibuffer-mouse-popup-menu'.
12932 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
12933 group name, and if so, pop up a filter group menu.
12935 2002-05-04 Jason Rumney <jasonr@gnu.org>
12937 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
12938 (mwheel-scroll): Recognize nil scroll amount as documented.
12940 * term/w32-win.el (mouse-wheel-scroll-line)
12941 (mouse-wheel-scroll-screen): Remove.
12942 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
12944 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
12946 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
12948 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12949 Bind case-fold-search when searching.
12951 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12953 * apropos.el (apropos-print): Fix the reference to mouse-2.
12955 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
12957 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
12959 2002-05-04 Kim F. Storm <storm@cua.dk>
12961 * cus-edit.el (custom-buffer-verbose-help): New variable.
12962 (custom-buffer-create-internal): Remove verbose introduction
12963 in customization buffer when it is nil.
12965 2002-05-03 Dave Love <fx@gnu.org>
12967 * international/mule-cmds.el (select-safe-coding-system):
12968 Don't offer coding systems that use locking shift.
12969 Ask for confirmation if chosen coding system disagrees with
12970 a `coding:' spec in the file.
12972 2002-05-03 John Wiegley <johnw@gnu.org>
12974 * eshell/esh-var.el (eshell-modify-global-environment): Added this
12975 customization variable, which will cause any "export" commands
12976 within any eshell buffer to modify the global Emacs environment.
12977 It defaults to nil, which means that such commands will only
12978 modify that Eshell buffer's environment.
12979 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
12981 * eshell/em-cmpl.el (eshell-command-completions-alist):
12982 Improve default completion targets for objdump, nm and readelf.
12984 2002-05-03 Colin Walters <walters@verbum.org>
12986 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
12987 (gamegrid-add-score-with-update-game-score):
12988 Use `shared-game-score-directory'. Correctly handle non-setuid case.
12990 2002-05-02 Colin Walters <walters@verbum.org>
12992 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
12993 (occur-1): If one of the buffers we're searching is the *Occur*
12994 buffer itself, handle it by creating a temporary buffer. If any
12995 of the buffers being searched are killed, note that in the search
12996 result message. Also, set local variables before we possibly kill
12999 2002-05-02 Kim F. Storm <storm@cua.dk>
13001 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
13002 (menu-bar-options-save): Added cua-mode.
13003 (menu-bar-options-menu): Added toggle for cua-mode.
13004 Disable toggle for transient-mark-mode if cua-mode is enabled.
13006 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
13009 2002-05-01 Richard M. Stallman <rms@gnu.org>
13011 * help.el (view-todo): New function.
13012 (help-map): Bind C-h C-t to view-todo.
13013 (help-for-help): Change the text.
13015 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
13017 * progmodes/f90.el: Yet more doc string, commment and whitespace
13019 (f90-imenu-flag): New name for internal variable f90-imenu.
13020 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
13021 (f90-no-break-re): Use regexp-opt.
13022 (f90-end-type-re): Add closing "\\>".
13023 (f90-indent-region): Correctly indent comments embedded in
13025 (f90-indent-new-line): Make it indent the current line, as it should.
13026 (f90-line-continued, f90-get-present-comment-type)
13027 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
13028 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
13029 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
13030 (f90-change-keywords): Minor code tidying.
13032 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
13033 typo `fortran-strip-sqeuence-nos'.
13035 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
13037 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
13040 2002-05-01 Kim F. Storm <storm@cua.dk>
13042 * emulation/cua-base.el (cua--pre-command-handler):
13043 Only interpret delete-selection property if mark-active.
13044 (cua-mode): Fixed require in defcustom.
13046 2002-05-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13048 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
13051 2002-05-01 Colin Walters <walters@verbum.org>
13053 * textmodes/tex-mode.el (tex-validate-buffer):
13054 Use `occur-revert-arguments' instead of setting `occur-nlines' and
13055 `occur-buffer'. Don't test for `input-pending-p' in loop.
13056 Set text property `occur-target' instead of `occur'.
13058 2002-04-30 John Wiegley <johnw@gnu.org>
13060 * align.el (align-region): Fixed the fix to align-region, because
13061 the "name" argument was appearing twice.
13063 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13065 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
13066 to handle protection labels, one which doesn't get confused by
13069 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
13070 functions that have "class" or "struct" in the return type as
13071 classes or structs.
13073 2002-04-30 Kim F. Storm <storm@cua.dk>
13075 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
13076 Options" to "New Options..."; rephrase tooltip.
13077 Rephrase tooltip for "Specific Option...".
13078 Added "Saved Options" item. [from Simon Marshall]
13080 2002-04-30 Richard M. Stallman <rms@gnu.org>
13082 * time.el (display-time-mail-directory)
13083 (display-time-mail-function): Doc fixes.
13085 * ediff-hook.el: Remove autoload cookies.
13087 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
13089 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
13091 * align.el (align-region): Fix call to `message'.
13092 Check that (car rule) is a symbol.
13094 * autoinsert.el (auto-insert-directory): Doc fix.
13096 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
13098 * descr-text.el: New file, broken out of facemenu.el.
13100 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
13102 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
13104 * mail/emacsbug.el (report-emacs-bug-hook):
13105 Use replace-match only if search was successful.
13107 2002-04-29 Richard M. Stallman <rms@gnu.org>
13109 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
13111 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
13112 if the user edits the Emacs version number in the text.
13114 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
13115 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
13116 (filesets-error): Simplify definition and make conditional
13117 on filesets-running-xemacs.
13118 (filesets-find-file-using): Renamed from fsfind-file-using.
13120 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13122 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
13123 (Info-read-node-name-1): Complete file names.
13124 (Info-complete-menu-item): Don't cons unnecessarily.
13126 * files.el (locate-file): New fun.
13127 (locate-file-completion): Rename from load-completion and generalize.
13128 (load-library): Use it.
13129 (make-auto-save-file-name): Expand caddr.
13131 * newcomment.el (comment-fill-column): New var.
13132 (comment-indent): Use it.
13133 (comment-or-uncomment-region): New fun.
13134 (comment-dwim): Use it.
13136 2002-04-29 Colin Walters <walters@verbum.org>
13138 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
13139 (ibuffer-kill-line): Copy the filter group data structure when killing.
13140 (ibuffer-yank): Handle case where we're yanking on the default
13142 (ibuffer-delete-saved-filter-groups): Doc fix.
13144 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13145 Test whether or not update-game-score is setuid, and do the right
13148 2002-04-29 Kim F. Storm <storm@cua.dk>
13150 * subr.el (remove-yank-excluded-properties): New helper function.
13151 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
13153 * simple.el (yank-excluded-properties): Added help-echo to list.
13155 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13157 * autoinsert.el (auto-insert-directory): Doc fix.
13159 * progmodes/f90.el: Add/change doc strings for many inline
13160 functions. Whitespace changes.
13161 (f90-indent-line-no, f90-update-line): Minor code changes.
13163 2002-04-29 Kim F. Storm <storm@cua.dk>
13165 * emulation/cua-base.el: New file.
13167 * emulation/cua-rect.el: New file.
13169 * emulation/cua-gmrk.el: New file.
13171 * emulation/keypad.el: New file.
13173 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
13175 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
13176 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
13177 New Vietnamese coding system.
13179 * language/viet-util.el: Update Commentary section.
13181 2002-04-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13183 * filesets.el (filesets-data): Doc fix.
13184 (filesets-running-xemacs): Define even when compiling.
13186 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
13189 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13191 * textmodes/fill.el (fill-context-prefix): Fix last change with
13192 yet-another-approach.
13194 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
13196 * net/ange-ftp.el (ange-ftp-passive-host-alist)
13197 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
13199 * files.el (small-temporary-file-directory): Fix custom type.
13201 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
13203 * progmodes/f90.el (f90-xemacs-flag): New variable.
13204 (f90-mark-subprogram-overlay): New variable.
13205 (f90-mark-subprogram): Now it highlights the subprogram.
13206 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13207 Fix highlighting of various "type" forms.
13209 2002-04-28 Colin Walters <walters@verbum.org>
13211 * ibuffer.el (ibuffer-mode): Additional documentation on filter
13214 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
13216 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
13217 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
13219 2002-04-28 Richard M. Stallman <rms@gnu.org>
13221 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
13222 by 1 for the newly-readded #.
13224 * files.el (make-auto-save-file-name): Specify # as suffix
13225 in the non-file-visiting case.
13227 * subr.el (make-temp-file): New arg SUFFIX.
13229 * filesets.el: New file.
13231 * replace.el (occur-accumulate-lines): Avoid incf and decf.
13232 (occur-engine-add-prefix): New function.
13233 (occur-engine): Avoid using macrolet, incf and decf.
13234 Use occur-engine-add-prefix instead.
13235 Rename `l' to `lines' and `c' to `matches'.
13237 * replace.el (occur-engine, occur-mode-mouse-goto)
13238 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
13239 (occur-mode-goto-occurrence-other-window)
13240 (occur-mode-display-occurrence): A position is just a marker,
13243 * replace.el (occur-revert-arguments):
13244 Renamed from occur-revert-properties. All uses changed.
13246 2002-04-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13248 * recentf.el (recentf-menu-before): Use string to specify path in
13251 * international/mule-cmds.el (read-language-name): Take care of
13254 2002-04-27 Richard M. Stallman <rms@gnu.org>
13256 * custom.el (custom-load-symbol): Moved from cus-edit.el.
13257 (custom-load-recursion): Likewise.
13259 * cus-edit.el (custom-load-symbol): Moved to custom.el.
13260 (custom-load-recursion): Likewise.
13262 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
13263 generated by easymenu are now lowercase.
13265 2002-04-27 Richard M. Stallman <rms@gnu.org>
13267 * menu-bar.el (menu-bar-update-buffers): Add menu items
13268 Next Buffer and Previous Buffer.
13270 * simple.el (next-buffer, prev-buffer): New commands.
13271 Bind C-x left and C-x right to them.
13273 * info.el (Info-header-line): Mark it as risky-local-variable.
13275 * subr.el (insert-for-yank): Replace `category' property
13276 with whatever properties it stands for.
13278 * subr.el (member-ignore-case): Ignore non-strings in LIST.
13280 2002-04-27 Miles Bader <miles@gnu.org>
13282 * faces.el (read-face-name): Format the prompt correctly when
13283 there's no default.
13285 2002-04-26 Andrew Choi <akochoi@shaw.ca>
13287 * term/mac-win.el: Don't call ediff-toggle-multiframe.
13288 Set default directory. Set process-connection-type to nil.
13290 2002-04-26 Richard M. Stallman <rms@gnu.org>
13292 * loadup.el: Explicitly load cus-face and timer.
13294 * isearch.el: Don't require timer.
13296 * faces.el: Don't require cus-face.
13298 * cus-edit.el (customize-face): Use read-face-name
13299 and handle multiple faces.
13300 (customize-face-other-window): Make it work similarly.
13302 * faces.el (read-face-name): New defaulting features.
13303 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
13304 (list-faces-display): Use the face, not its name string,
13305 as arg when running customize-face.
13306 Put a `read-face-name' prop on the entire line.
13307 (describe-face): Handle multiple faces via read-face-name.
13309 * textmodes/tex-mode.el (tex-start-options): New variable.
13310 (tex-start-commands): New variable.
13311 (tex-start-options-string): Variable deleted.
13312 (tex-start-tex): Use tex-start-options and tex-start-commands,
13313 not tex-start-options-string.
13314 (tex-command): Doc fix.
13316 2002-04-26 Sam Steingold <sds@gnu.org>
13318 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
13319 not in the authinfo/netrc, keep `cred' at nil.
13321 2002-04-26 Gerd Moellmann <gerd@gnu.org>
13323 * find-file.el: Remove Ada-specific example code.
13325 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
13327 * ediff-hooks.el: Put back the autoloads.
13329 2002-04-25 Colin Walters <walters@verbum.org>
13331 * ibuffer.el (define column process): Use `ibuffer-aif'.
13333 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
13335 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
13336 (ibuffer-save-filter-groups): Correctly structure filter groups.
13337 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
13340 2002-04-25 Simon Josefsson <jas@extundo.com>
13342 * mail/sendmail.el (mail-use-dsn): New variable to request
13343 delivery status notification from MTA.
13344 (sendmail-send-it): Use it.
13346 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
13347 (smtpmail-send-it): Use it to construct new queue filenames
13348 (needed if you send more than one message per second, which is
13349 possible if you use Gnus Agent).
13351 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
13353 (smtpmail-try-auth-methods): Support netrc data.
13354 (netrc-parse): Autoload netrc.
13356 2002-04-25 Colin Walters <walters@verbum.org>
13358 * replace.el (multi-occur-by-filename-regexp): Doc fix.
13359 (occur-engine): Go to `point-min'. Make nlines argument actually
13360 mean number of context lines. Handle it. Pad digits to the right.
13362 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
13363 `ibuffer-filter-groups'. All users updated.
13364 (ibuffer-show-empty-filter-groups): New variable.
13365 (ibuffer-saved-filter-groups): New variable.
13366 (ibuffer-maybe-save-stuff): Renamed from
13367 `ibuffer-maybe-save-saved-filters'. Callers updated.
13368 Handle `ibuffer-saved-filter-groups'.
13369 (ibuffer-hidden-filtering-groups): Renamed to
13370 `ibuffer-hidden-filter-groups'.
13371 (ibuffer-filter-group-kill-ring): New variable.
13372 (ibuffer-save-with-custom): Doc fix.
13373 (ibuffer-set-filter-groups-by-mode): New function.
13374 (ibuffer-clear-filter-groups): New function.
13375 (ibuffer-current-filter-groups-with-position): Renamed from
13376 `ibuffer-current-filter-groups'. Callers updated.
13377 (ibuffer-kill-filter-group): New function.
13378 (ibuffer-kill-line): New function.
13379 (ibuffer-yank): New function.
13380 (ibuffer-save-filter-groups): New function.
13381 (ibuffer-delete-saved-filter-groups): New function.
13382 (ibuffer-switch-to-saved-filter-groups): New function.
13383 (ibuffer-mark-on-buffer): Add optional arguments for adding a
13384 specific mark, and marking on a specific group.
13386 * ibuffer.el (ibuffer-formats): Doc fix.
13387 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
13388 Bind new functions from ibuf-ext.el. Add menu entries for them.
13389 Remove superfluous tooltips.
13390 (ibuffer-toggle-marks): If on a group name, then toggle marks just
13392 (ibuffer-mark-interactive): Handle filter groups.
13393 (ibuffer-mark-forward, ibuffer-unmark-forward)
13394 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
13395 (ibuffer-mark-for-delete-backwards): Update docs.
13396 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
13397 to `ibuffer-current-filter-groups-with-position'.
13398 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
13399 (ibuffer-mode): Add some documentation about filter groups.
13401 2002-04-25 Andreas Schwab <schwab@suse.de>
13403 * find-dired.el (find-name-dired): Don't quote pattern twice.
13405 2002-04-26 Miles Bader <miles@gnu.org>
13407 * cus-edit.el (customize-face, customize-face-other-window):
13408 Use default instead of initial-input for suggested face.
13410 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13412 * cus-edit.el (customize-face-other-window, customize-face):
13413 Interactively, when point is on text with a face, suggest to
13414 customize that face.
13416 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13418 * progmodes/f90.el: General tidy-up of commentary and some doc
13421 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13423 * scroll-all.el (scroll-all-function-all) New function to do the
13425 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
13426 scroll-all-page-down-all, scroll-all-page-up-all,
13427 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
13428 Make them use scroll-all-function-all.
13430 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
13431 with line-beginning-position.
13432 (f90-get-end-of-line): Removed and replaced with line-end-position.
13433 (f90-match-piece): Removed and replaced with match-string.
13434 (f90-current-indentation): Remove `current-column'.
13435 (f90-get-present-comment-type): Use match-string rather than
13437 (f90-match-end): Use line-beginning-position, line-end-position
13438 rather than beginning-of-line, end-of-line.
13439 (f90-startup-message): Variable removed.
13441 2002-04-24 Colin Walters <walters@verbum.org>
13443 * replace.el (occur-accumulate-lines): Add optional argument
13444 `no-props'. Handle it.
13445 (occur-engine): Use it.
13447 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
13448 up autoloads manually.
13449 (ibuffer-split-list): New function.
13450 (ibuffer-filtering-groups): New variable.
13451 (ibuffer-hidden-filtering-groups): New variable.
13452 (ibuffer-mouse-toggle-filter-group): New function.
13453 (ibuffer-toggle-filter-group): New function.
13454 (ibuffer-toggle-filter-group-1): New function.
13455 (ibuffer-forward-filter-group): New function.
13456 (ibuffer-backward-filter-group): New funtion.
13457 (ibuffer-generate-filter-groups): New function.
13458 (ibuffer-filters-to-filter-group): New function.
13459 (ibuffer-pop-filter-group): New function.
13460 (ibuffer-jump-to-filter-group): New function.
13461 (ibuffer-do-occur): Just use `occur-read-primary-args'
13463 * ibuffer.el (ibuffer-filter-group-name-face): New.
13464 (ibuffer-mode-map): Bind and add menu entries for most new
13465 functions; also, bind the arrow keys to the movement functions.
13466 (ibuffer-mode-filter-group-map): New.
13467 (ibuffer-mouse-toggle-mark): Handle group names.
13468 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
13469 (ibuffer-skip-properties): New function.
13470 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
13471 group names. Also, handle new properties.
13472 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
13473 Move error handling to `ibuffer-current-buffer'.
13474 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
13475 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
13476 (ibuffer-toggle-marks): Add optional group argument.
13477 (ibuffer-mark-interactive): Skip group names.
13478 (ibuffer-current-buffer): Clean up error handling.
13479 (ibuffer-fontify-region-function): Fontify group names.
13480 (ibuffer-map-lines): Add extra group argument. Handle it.
13481 (ibuffer-current-filter-groups): New function.
13482 (ibuffer-redisplay): Handle hidden filtering groups.
13483 (ibuffer-sort-bufferlist): New function, taken from
13484 `ibuffer-insert-buffers-and-marks'.
13485 (ibuffer-insert-filter-group): New function.
13486 (ibuffer-redisplay-engine): Renamed from
13487 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
13488 (ibuffer): Add filter-groups argument. Handle it.
13489 Use `save-selected-window'.
13490 (ibuffer-mode): Make `ibuffer-filtering-groups' and
13491 `ibuffer-hidden-filtering-groups' buffer-local.
13493 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
13495 2002-04-24 Richard M. Stallman <rms@gnu.org>
13497 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
13498 (easy-menu-define-key-intern): Function deleted; callers intern
13499 and then call easy-menu-define-key.
13500 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
13501 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
13502 (easy-menu-name-match): New function.
13503 (add-submenu): New function.
13504 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
13506 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
13508 * menu-bar.el (menu-bar-adv-search-menu)
13509 (menu-bar-adv-search-menu): Improve the help text.
13511 2002-04-24 Simon Josefsson <jas@extundo.com>
13513 * net/netrc.el: New file.
13515 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
13517 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
13518 Check if any of the available selection sources has new content
13519 and if so it will return that content.
13521 2002-04-24 Miles Bader <miles@gnu.org>
13523 * menu-bar.el (buffers-menu-show-directories)
13524 (buffers-menu-show-status): New variables.
13525 (menu-bar-update-buffers-1): Use them.
13527 2002-04-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13529 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
13530 from `c-do-auto-fill' and point is at or near the limit of the
13531 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
13532 is longer than the text on the first line of the comment when
13535 2002-04-24 Miles Bader <miles@gnu.org>
13537 * menu-bar.el (menu-bar-update-buffers-1): Make sure
13538 `uniquify-buffer-name-style' is bound.
13540 2002-04-23 Colin Walters <walters@verbum.org>
13542 * replace.el (toplevel): Require `cl' while compiling.
13543 (occur-buffer, occur-nlines): Delete.
13544 (occur-revert-properties): Rename to `occur-revert-properties'.
13545 (occur-mode): Handle it. Set up font lock.
13546 (occur-revert-function): Simply apply `occur-1'.
13547 (occur-mode-find-occurence, occur-mode-mouse-goto)
13548 (occur-mode-goto-occurrence-other-window)
13549 (occur-mode-display-occurrence): Handle buffer property.
13550 (list-matching-lines-face): Use defcustom.
13551 (list-matching-lines-buffer-name-face): New variable.
13552 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
13554 (occur-read-primary-args): Move out of `occur'.
13555 (occur): Delete. Now simply call `occur-1'.
13556 (multi-occur, multi-occur-by-filename-regexp): New functions.
13557 (occur-1): New function.
13558 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
13559 previous implementation of `occur'; taken from ibuf-ext.el.
13560 (occur-fontify-on-property): New function.
13561 (occur-fontify-region-function, occur-unfontify-region-function):
13564 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
13566 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
13567 (ibuffer-occur-match-face): Delete.
13568 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
13569 (ibuffer-occur-mouse-display-occurence): Delete.
13570 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
13571 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
13572 (ibuffer-occur-engine): Moved to replace.el.
13573 (ibuffer-do-occur): Simply call `occur-1'.
13575 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
13576 Handle the case where we're already viewing the score file.
13578 2002-04-23 Andreas Schwab <schwab@suse.de>
13580 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
13583 2002-04-23 Miles Bader <miles@gnu.org>
13585 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
13586 directory separator if there's no directory. Don't display
13587 directories at all if uniquify is active. Some code cleanup.
13588 (uniquify-buffer-name-style): Declare (but don't initialize).
13590 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
13591 for command menu entries, since the low-level menu code modifies
13592 them. Cache the resulting list.
13593 (menu-bar-buffers-menu-command-entries): New variable.
13595 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
13596 Add separator line before commands
13597 Remove old crufty code that tried to line things up by adding
13598 spaces to entries (it doesn't work).
13599 Move `Frames' submenu after the normal buffers, and add a
13600 separator line before it.
13601 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
13603 2002-04-22 Richard M. Stallman <rms@gnu.org>
13605 * files.el (after-find-file): Use %s to output MSG.
13607 * dired.el (dired-mouse-find-file-other-window):
13608 Handle events that move out of the window.
13610 2002-04-23 Martin Stjernholm <bug-cc-mode@gnu.org>
13612 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
13613 was moved to the following line when it was at the first line
13614 of a block comment where comment-start-skip matched to eol.
13616 2002-04-22 Richard M. Stallman <rms@gnu.org>
13618 * simple.el (line-move-finish): Find beg and end of line
13619 before calling line-move-to-column. Do consider intangible
13620 when finding the end. Take more care in analyzing the results
13621 of intangibility after line-move-to-column.
13623 2002-04-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13625 * international/mule-diag.el (list-input-methods-1): Doc fix
13626 (LEIM is now part of the standard distribution).
13628 * tmm.el (tmm-completion-prompt): Doc fix.
13630 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
13632 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
13634 * diary-lib.el (include-other-diary-files): Allow modifying
13635 included buffer, to turn off selective display.
13637 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13639 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
13640 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
13641 emacsen that doesn't support it.
13643 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13645 * progmodes/cc-align.el, progmodes/cc-engine.el,
13646 progmodes/cc-styles.el, progmodes/cc-vars.el
13647 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
13648 Find correct anchor for statement-cont in top level constructs.
13649 Analyze variable initializations in top level constructs as
13650 topmost-intro-cont instead of statement-cont. That is an
13651 incompatible change but it gives better consistency. The new
13652 lineup function c-lineup-topmost-intro-cont' compensates for
13653 it and is now put on topmost-intro-cont by default.
13655 * progmodes/cc-align.el, progmodes/cc-engine.el,
13656 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
13657 contributed by Kevin Ryde.
13659 (c-in-gcc-asm-p): Function to recognize asm statements.
13660 Contributed by Kevin Ryde.
13662 (c-opt-asm-stmt-key): New language variable to recognize the
13663 beginning of asm statements.
13665 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13667 * progmodes/cc-engine.el (c-guess-basic-syntax):
13668 Detect variable declarations after class and struct declarations
13669 correctly. Fixed limit error when finding the anchor for
13670 template-args-cont and topmost-intro-cont.
13672 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13674 * progmodes/cc-cmds.el (c-beginning-of-defun)
13675 (c-declaration-limits): Find the "line oriented" declaration
13676 start too, just like the "line oriented" end is found.
13678 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13680 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
13681 for `inexpr-statement'. This is not compatible, though.
13682 I think the benefit of a good default style outweights that in
13683 this case. Besides, `inexpr-statement' is not very common.
13685 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13687 * progmodes/cc-cmds.el (c-electric-delete-forward):
13688 Fix silly bug that caused it to delete backwards in hungry delete
13689 mode. (It's amazing that this bug hasn't been reported.)
13691 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
13692 Extracted the code to get the declaration limits from
13693 `c-mark-function' to a new `c-declaration-limits'.
13695 (c-indent-defun): Use the same method to get the limits of the
13696 declaration or macro as `c-mark-function'.
13698 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
13699 list initializers correctly (but costly; it ought to be
13700 integrated into `c-beginning-of-statement-1').
13702 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13704 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13705 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
13706 Rewritten to detect the declaration limits better.
13707 Now handles K&R argdecls, class definitions followed by variables etc.
13709 (c-in-knr-argdecl): Broke out the K&R argdecl test in
13710 `c-beginning-of-decl-1' to this new function.
13712 (c-end-of-statement-1, c-end-of-decl-1):
13713 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
13714 handles declarations that continue after the block.
13716 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13717 Added an option to restrict matching to the top level of the
13718 current paren sexp.
13720 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
13721 New regexp to recognize declarations that continue after the block.
13723 (c-syntactic-eol): New regexp to match a "syntactic" eol.
13725 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13727 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13728 that often caused the backward limit to be lost at the top
13729 level. This improves performance a bit.
13731 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13732 New function that works like `re-search-forward' but only returns
13733 matches in syntactically significant text.
13735 * progmodes/cc-engine.el: Fixed a faster and more accurate way
13736 to recognize K&R argdecls.
13738 (c-beginning-of-decl-1): New function that put point at the
13739 beginning of the declaration. It handles K&R argdecl blocks.
13741 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
13742 code with one that doesn't depend on the current indentation.
13743 The anchor position for `knr-argdecl' has also changed, but in
13744 a way that is unlikely to cause compatibility problems.
13746 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13748 * progmodes/cc-defs.el, progmodes/cc-engine.el
13749 (c-forward-comment): `forward-comment' in XEmacs skips over
13750 line continuations in the backward direction. Correct for
13751 that. Also made this a defun since it has grown too large now
13754 * progmodes/cc-langs.el: More convenient and decentralized
13755 setup of the language specific variables. The regexp-opt
13756 mangling is also done at compile time now.
13758 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13760 * progmodes/cc-cmds.el (c-indent-line-or-region):
13761 Call `c-indent-line' directly instead of through
13762 `indent-according-to-mode' so that this function always
13763 indents syntactically.
13765 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
13766 where a class beginning with a nested class could cause an
13767 infinite loop (the state outside the narrowed out class is
13770 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13772 * progmodes/cc-align.el, progmodes/cc-cmds.el,
13773 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
13774 the context sensitive analysis inside macros is restricted to
13775 the bodies of #define's; other things, like #if expressions,
13776 never have anything in common with their surroundings.
13777 The old `cpp-macro-cont' syntax is now used in situations where
13778 the syntactic analysis isn't applicable, and a new syntactic
13779 element `cpp-define-intro' is used to add indentation in
13782 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
13783 better reflect its use.
13785 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
13786 continuation backslashes in the detection of `arglist-cont-nonempty'.
13788 * progmodes/cc-align.el: Use the vector form in the return
13789 value in all cases where lineup functions return absolute columns.
13791 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13793 * progmodes/cc-engine.el (c-add-stmt-syntax)
13794 (c-guess-basic-syntax): Anchor `brace-list-intro' and
13795 `bracec-list-close' better for brace lists nested inside expressions.
13797 * progmodes/cc-engine.el, progmodes/cc-langs.el,
13798 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
13799 various language specific variables and their initialization.
13800 The keyword regexps are now lists that are combined with
13801 regexp-opt. Some variables have changed names to fit better
13802 with the naming convention.
13804 * progmodes/cc-defs.el, progmodes/cc-vars.el
13805 (c-buffer-is-cc-mode): The value is the mode symbol of the
13806 original CC Mode mode.
13808 (c-major-mode-is): Compare against the buffer local variable
13809 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
13811 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13813 * progmodes/cc-engine.el (c-forward-syntactic-ws)
13814 (c-backward-syntactic-ws, c-forward-token-1)
13815 (c-backward-token-1, c-in-literal, c-literal-limits)
13816 (c-collect-line-comments, c-literal-type, c-on-identifier)
13817 (c-guess-basic-syntax): These functions are now considered part
13818 of the "CC Mode API" and may be used by other code.
13819 That's signified by making their documentation into docstrings.
13821 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
13822 Removed these internal functions since they aren't used.
13824 (c-forward-to-cpp-expression): Classified this function as internal.
13826 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13828 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
13829 Simplified these regexps; the class keywords they contain
13830 ought to be enough to avoid false matches, so checking for
13831 following identifiers etc is just unnecessary (and might also
13832 fail for oddly formatted code).
13834 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13836 * progmodes/cc-engine.el, progmodes/cc-cmds.el
13837 (c-forward-comment-lc): New function that behaves like
13838 `c-forward-comment', with the exception that line
13839 continuations are treated as whitespace.
13841 (c-beginning-of-statement): Use `c-forward-comment-lc', to
13842 work correctly in macros and other places where line
13843 continuations should be treated as whitespace.
13845 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
13846 normal label in a switch block as a case label, to get
13847 consistent lineup with the case labels.
13849 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
13850 in skipping over a macro that ends with an empty line.
13852 * progmodes/cc-styles.el: Require cc-align since styles added
13853 with `c-add-style' often contains references to functions
13854 defined there, and so the `c-valid-offset' check might
13855 otherwise complain on them.
13857 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13859 * progmodes/cc-align.el, progmodes/cc-mode.texi,
13860 progmodes/cc-vars.el: Added two new lineup functions:
13862 (c-lineup-knr-region-comment): A new lineup function to get
13863 (what most people think is) better indentation of comments in
13864 the "K&R region" between the function header and its body.
13866 (c-lineup-gcc-asm-reg): New lineup function for better
13867 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
13869 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
13870 `c-lineup-knr-region-comment' in the default offset
13871 configuration, since these two functions have little impact
13872 outside their intended use, and they generally do the right
13873 thing when they kick in.
13875 * progmodes/cc-engine.el (c-guess-continued-construct)
13876 (c-guess-basic-syntax): Handle nested functions in all
13877 languages, not just Pike. In C and C++ there's a gcc
13878 extension for this, and it also gives better treatment of
13879 macros that are followed by blocks.
13881 * progmodes/cc-langs.el (c-symbol-key): Made this variable
13882 mode specific, to handle Pike special symbols like `== better.
13884 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13886 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13887 progmodes/cc-vars.el (c-report-syntactic-errors): A new
13888 variable to control the syntactic error messages. It defaults
13889 to off; since CC Mode ignores most syntactic errors it might
13890 as well ignore them all for the sake of consistency.
13892 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13894 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
13895 Optimization. Can give a noticeable speedup if there's a
13896 large preceding function or class body.
13898 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13900 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
13901 efficient and correct insertion functions in many places.
13902 Always inherit text properties correctly if the text is
13903 permanent. Also do it for speed in temporary insertions,
13904 since I figure it's less work to continue the surrounding text
13905 properties than to break them.
13907 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
13908 completion to make it easier to enter lists.
13910 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13912 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
13913 c-state-cache was clobbered.
13915 * progmodes/cc-cmds.el, progmodes/cc-engine.el
13916 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
13919 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13921 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
13922 open parens in macros (if point isn't in the same one).
13924 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13926 * progmodes/cc-cmds.el (c-context-open-line): New function
13927 that is the `open-line' equivalent to `c-context-line-break'.
13929 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
13930 for Emacs 21 since `indent-new-comment-line' has been changed
13931 to `comment-indent-new-line' there.
13933 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13935 * progmodes/cc-engine.el, progmodes/cc-langs.el
13936 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
13937 New variables containing the character sets used to recognize
13938 statement/declaration boundaries. These variables might help
13939 to support languages like javascript and awk, where newlines
13940 sometimes delimits statements.
13942 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
13943 the set of statement delimiting characters, to allow it to be
13944 changed dynamically and per-mode.
13946 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13948 * progmodes/cc-engine.el (c-looking-at-bos)
13949 (c-looking-at-inexpr-block, c-add-stmt-syntax)
13950 (c-guess-basic-syntax): Treat blocks directly inside function
13951 calls like "bare" statements inside function calls, and not
13952 like in-expression statements. This to make indentation of
13953 such blocks consistent with other statements inside macro calls.
13955 * progmodes/cc-engine.el (c-guess-basic-syntax):
13956 Made arglist-cont anchor correctly in arglists that contain statements.
13958 * progmodes/cc-engine.el (c-guess-basic-syntax):
13959 Fixed consistent anchoring of defun-block-intro in defuns in code
13960 blocks (can only occur in Pike).
13962 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
13963 (c-looking-at-inexpr-block-backward): Changed the arguments to
13964 require containing sexps and paren state, for better efficiency.
13966 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
13968 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
13969 progmodes/cc-vars.el: Improved anchoring of statement and
13970 handling of labels in front of substatements.
13972 (c-guess-continued-construct, c-guess-basic-syntax):
13973 Improved and unified anchoring at statements. Statements beginning
13974 with comments or labels are now avoided, by going out of
13975 blocks and containing statements if necessary. This nesting
13976 handling also fixes the case when there's a statement after a
13977 block open brace. Added the syntactic symbol `substatement-label'.
13979 (c-electric-colon): Map the new `substatement-label' to
13980 `label' when consulting `c-hanging-colons-alist'.
13982 (c-offsets-alist): Added substatement-label. Updated the
13983 comments for the new anchoring positions at statements.
13985 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
13986 anchor points for knr-argdecl-intro and access-label.
13987 They used to refer to some point on the same line, a bug which was
13988 neutralized by a kludge in `c-get-syntactic-indentation' which
13989 ignored such anchor points.
13991 (c-get-syntactic-indentation): Removed the kludge that was
13992 necessary due to buggy anchor points.
13994 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
13995 the absence of a comma before arglist-close (case 7A) in any
13996 language, since there's nothing better to do that case anyway.
13997 Added special case to make in-expression statements be
13998 recognized as normal arglist-cont if we're directly in a macro
13999 arglist, for consistency with other "bare" statements.
14001 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
14002 limit arg for backward searches.
14004 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14005 Anchor gcc in-expression statements at the surrounding open
14006 parenthesis. Treat a class body as an in-expression class if
14007 it's used in an object clone expression in Pike.
14009 * progmodes/cc-engine.el (c-get-offset)
14010 (c-get-syntactic-indentation): Allow several anchor positions
14011 in the list of syntactic symbols. Only the first is used as
14012 the base for the offset calculation.
14014 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14016 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
14017 macro if inside one at the top level. Do not throw an error
14018 if used at the top level outside a macro.
14020 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
14021 alignment only if the backslashes can't be aligned with
14022 surrounding backslashes.
14024 * progmodes/cc-engine.el (c-end-of-macro): New function.
14026 * progmodes/cc-engine.el (c-least-enclosing-brace):
14027 Rewritten to not be destructive.
14029 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14031 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
14032 line break when point is inside the content of it; if it's in
14033 the cpp keyword a normal line break is done.
14035 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
14036 cpp-macro-cont inside the argument list to a #define.
14038 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14040 * progmodes/cc-defs.el (c-forward-comment): Implemented a
14041 kludge to avoid the problem most forward-comment incarnations
14042 have with `\' together with comment parsing.
14044 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14046 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
14047 which could cause the state returned by `c-parse-state' to
14048 lack a closed paren element. That in turn could result in
14049 very long searches, since it's common that they start from the
14050 last preceding close brace.
14052 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14054 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
14055 treat else-if as a single continuation, since that'd make it
14056 hard to get the right anchor point when there's a line break
14057 between the two keywords. This change causes else-clause to
14058 be anchored on the closest preceding else-if and not always on
14059 the starting if, but that doesn't affect the indentation for
14060 any reasonably sane style. Also introduced a noerror flag.
14062 (c-beginning-of-closest-statement): Removed;
14063 c-beginning-of-statement-1 now avoids the problem this one solved.
14065 * progmodes/cc-engine.el (c-guess-continued-construct)
14066 (c-guess-basic-syntax): Better and more uniform anchor points
14067 for 'statement-cont and 'substatement. The effect is
14068 noticeable mostly when there's a label on the same line as the
14069 beginning of the statement, or when there are more stuff
14070 before the start of the statement.
14072 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14073 Added flag to disable looking at the type of the surrounding paren
14074 since that confuses c-beginning-of-statement-1 and a couple of
14077 * progmodes/cc-engine.el (c-guess-basic-syntax):
14078 Avoid stepping to the previous statement in case 18.
14079 Improvements in recognition of statement blocks on the top level.
14081 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14083 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14084 (c-crosses-statement-barrier-p): Rewritten to get a well
14085 defined and documented behavior. This fixes some tricky cases
14086 in recognition of do-while constructs.
14088 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14089 Removed; use c-beginning-of-statement-1 instead.
14091 (c-guess-continued-construct, c-guess-basic-syntax):
14092 Various fixes to not depend on the bugs previously in
14093 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
14094 use the new behavior of c-beginning-of-statement-1 better.
14095 Fixed recognition of catch blocks inside macros.
14097 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
14098 in skipping over a macro.
14100 * progmodes/cc-langs.el (c-label-kwds): New variable to
14101 contain the appropriate c-*-label-kwds value.
14103 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
14104 evaluation bug that caused the widget for
14105 c-block-comment-prefix to bug out.
14107 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14109 * progmodes/cc-engine.el (c-guess-basic-syntax):
14110 Improved recognition of statements: They are now recognized in
14111 contexts where they normally can't occur, e.g. on the top level or
14112 in function call arguments. This is mainly useful to recognize
14113 statements in macros at the top level, and in arguments to
14114 macros. The cases has been moved around quite a bit, and case
14115 10 has been copied to case 18. (The cases has not been
14116 renumbered because of this.)
14118 (c-guess-continued-construct): New function which has the
14119 rules which are common between cases 10 and 18.
14121 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14122 (c-backward-to-start-of-do, c-backward-to-start-of-if):
14123 Fixes so that they really obey the passed limits.
14125 (c-safe-position): Return nil if the state doesn't contain a
14128 (c-guess-basic-syntax): Fixes some too short limits in calls
14129 to c-beginning-of-statement-1. Some fixes for top level
14130 analysis in ObjC mode.
14132 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14133 Fixed bug in do-while statements where the body is not a block.
14135 * progmodes/cc-styles.el (c-set-style):
14136 Reset c-special-indent-hook to its global value if in override mode.
14137 Fixes problem where functions on that hook remained after
14140 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
14141 Use c-benign-error to report the c-strict-syntax-p error.
14143 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14145 * progmodes/cc-align.el, progmodes/cc-defs.el,
14146 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
14147 Several fixes to treat macros as code and not literals and to
14148 handle line continuations transparently.
14150 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
14151 through whitespace and line continuations, but not comments
14154 (c-in-literal): No longer recognizes macros as literals by
14155 default. An extra flag argument is required to do that.
14157 (c-macro-start, c-query-macro-start)
14158 (c-query-and-set-macro-start): Added a cache for the macro
14161 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
14162 more speed when limits are given. Workaround for bad behavior
14163 in forward-comment in some emacsen when it hits a buffer limit
14164 with a large repeat count.
14166 (c-lineup-macro-cont): Improved behavior when
14167 c-syntactic-indentation-in-macros is nil.
14169 (c-syntactic-indentation-in-macros, c-backslash-max-column)
14170 (c-auto-align-backslashes): New customization variables to
14171 control macro handling.
14173 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14174 Fixes to handle line continuations.
14176 * progmodes/cc-defs.el, progmodes/cc-styles.el
14177 (c-get-style-variables, c-set-offset): Report style errors
14178 with message and ding instead of error signal. This to avoid
14179 interrupted mode init if there's some style problem.
14181 (c-benign-error): New macro to report errors that doesn't need
14182 to interrupt the operation.
14184 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
14186 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14188 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
14189 Removed most of the c-state-cache fiddling, since the global
14190 state cache now handles this.
14192 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14193 when there's an open paren at the very first char of the
14194 visible buffer region.
14196 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
14197 Cache the state globally and invalidate it below every buffer
14198 change with the new after change function
14199 `c-check-state-cache'. This gives a considerable performance
14200 boost when editing large functions or classes.
14202 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
14204 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14206 * progmodes/cc-engine.el, progmodes/cc-langs.el,
14207 progmodes/cc-align.el: Improvements to syntactic analysis
14210 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
14211 by `c-guess-basic-syntax'.
14213 (c-parse-state): Fixed bug with braces inside macros when
14214 using cached state info.
14216 (c-forward-to-cpp-expression): New function to aid in
14217 syntactic analysis inside macros.
14219 (c-beginning-of-statement-1, c-backward-syntactic-ws):
14220 Fixes to work better inside macros.
14222 (c-forward-syntactic-ws): Whitespace between the # and the
14223 command should be allowed in preprocessor directives.
14225 (c-lineup-macro-cont): New lineup function to get context
14226 sensitive indentation inside macros.
14228 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
14231 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14233 * progmodes/cc-engine.el (c-beginning-of-statement-1)
14234 (c-forward-syntactic-ws): Fixes to handle continued lines.
14236 (c-backward-to-start-of-if, c-guess-basic-syntax):
14237 Do syntactic analysis inside macros.
14239 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14241 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
14242 possible by the more flexible state cache.
14244 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
14245 (c-whack-state-after, c-hack-state)
14246 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
14247 Improved the state cache system. It now can use partial info from
14248 an old cached state to calculate a new one at a different
14249 position. Removed some kludges to avoid the state cache.
14250 The new functions `c-whack-state-before' and `c-whack-state-after'
14251 replace the now obsolete `c-whack-state'.
14253 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14254 Optimized backing through a macro. This can speed things up
14255 quite a bit when there are long macros before point.
14257 (c-beginning-of-macro): Do not ignore the limit.
14259 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14261 * progmodes/cc-cmds.el (c-electric-continued-statement):
14262 Fixed a bug where the keyword wasn't reindented correctly if
14263 followed by another keyword or identifier.
14265 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
14266 pairs that are in macros. Fixes some cases where e.g. the
14267 second of two "do { } while (0)" macros after each other
14268 indented differently.
14270 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14272 * progmodes/cc-engine.el (c-beginning-of-macro)
14273 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
14274 directive when it begins a line, to allow for script
14275 interpreter lines like "#!/usr/bin/pike" at the beginning of
14278 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14280 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
14281 Recognize brace blocks inside a parenthesis expression as
14282 inexpr-statement. Useful when writing statements as macro arguments.
14284 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14286 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
14287 (c-mask-comment): Broke out the comment masking code from
14288 `c-fill-paragraph' to a new function `c-mask-comment', to be
14289 able to do the same thing in `c-do-auto-fill'. This should
14290 make auto-fill-mode behave better.
14292 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14294 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
14295 Check `executing-macro' to avoid blinking parens when macros
14298 * progmodes/cc-mode.el, progmodes/cc-styles.el
14299 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
14300 consistency with `c-setup-paragraph-variables' (which was
14301 placed there due to the dependency from `c-set-style').
14303 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
14304 incomplete initialization from the style variable fallbacks if
14305 there already is a style called "user" defined when CC Mode
14306 starts up for the first time.
14308 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14310 * progmodes/cc-cmds.el, progmodes/cc-vars.el
14311 (c-comment-indent, c-indent-comment-alist): Added new variable
14312 `c-indent-comment-alist' to allow better control over
14313 `c-comment-indent'.
14315 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14317 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
14318 both `comment-start-skip' and the comment prefix on the
14319 current line with the comment starter, so that we line up
14320 comments which matches `c-comment-prefix-regexp' on the first
14321 line (after the `/') without the need to make
14322 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
14324 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
14325 (c-set-style-1, c-setup-paragraph-variables): Moved the
14326 variable initialization based on `c-comment-prefix-regexp' to
14327 a new function `c-setup-paragraph-variables', which is now
14328 used both at mode init and when a style that sets
14329 `c-comment-prefix-regexp' is activated.
14331 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14333 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14334 Better handling of C++ template args to avoid confusion with
14335 `<' and `>' used as operators in member init expressions.
14337 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14339 * progmodes/cc-engine.el (c-most-enclosing-brace)
14340 (c-least-enclosing-brace): Added optional second arg to limit
14341 the search to before a certain point.
14343 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
14344 which could cause incorrect analysis if a cached state is used
14345 (usually only happens when an electric key reindents a line).
14347 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14349 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
14350 insulation. This time for XEmacs 21.
14352 * progmodes/cc-engine.el, progmodes/cc-langs.el:
14353 Improved handling of inheritance lists:
14355 (c-beginning-of-inheritance-list): Rewritten to use a more
14356 syntactically correct method that doesn't get confused by
14357 badly placed linebreaks and comments.
14359 (c-guess-basic-syntax): Several fixes to the handling of
14360 inheritance lists in combination with templates. 'inher-intro
14361 is now anchored on the start of the class declaration and not
14362 the indentation of the current line. Switched places on cases
14363 5D.3 and 5D.4 and made them use more syntactically correct methods.
14365 (c-inher-key): Removed since the code in
14366 `c-guess-basic-syntax' now uses token-based search.
14368 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
14369 Added a submenu to access some toggles.
14371 (c-toggle-syntactic-indentation): New function to toggle the
14372 variable `c-syntactic-indentation'.
14374 * progmodes/cc-styles.el (c-set-style): Improved the error
14375 message for incorrect offsets a bit.
14377 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14379 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
14380 sexp follows point immediately, instead find the closest
14381 following open paren that ends on another line.
14383 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14385 * progmodes/cc-align.el (c-lineup-cascaded-calls):
14386 New indentation function.
14388 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
14389 directives with whitespace between the '#' and the name.
14391 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14393 * progmodes/cc-engine.el (c-forward-syntactic-ws)
14394 (c-backward-syntactic-ws): Handle line continuations as
14395 whitespace. Don't move past a macro if that'd take us past
14398 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14400 * progmodes/cc-engine.el (c-beginning-of-macro)
14401 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
14402 Pike, and that shouldn't be confused with a preprocessor directive.
14404 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14406 * progmodes/cc-cmds.el: Extended the kludge to interoperate
14407 with the delsel and pending-del packages wrt to the new
14408 function `c-electric-delete-forward'.
14410 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14412 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
14413 the block itself, i.e. only indent the contents in it.
14415 * progmodes/cc-styles.el (c-set-style): Use the default
14416 argument to completing-read instead of initial-contents, if
14417 the function is recent enough to support it.
14419 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14421 * progmodes/cc-mode.el (c-mode-help-address):
14422 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
14423 I've almost never seen a bug reported this way that should go
14424 to that list, but it's rather common that the reports concern
14425 the combination CC Mode and XEmacs instead.
14427 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14429 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
14430 brace-elseif-brace and brace-catch-brace are active and
14431 there's a "else if"-block before the catch block.
14433 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
14434 Detect function headers that span lines.
14436 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14438 * progmodes/cc-cmds.el (c-electric-brace)
14439 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
14440 Check for last on line only for doing the auto-newline-mode
14441 stuff, not for the reindentation.
14443 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
14444 handling of c-syntactic-indentation: When it's nil, indent the
14445 new lines but don't reindent the current one. Reindent the
14446 line only when the inserted brace comes first on it, instead
14449 * progmodes/cc-cmds.el (c-electric-brace)
14450 (c-electric-semi&comma): Fixed two places where
14451 c-syntactic-indentation wasn't heeded.
14453 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
14456 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
14457 little harder to find a fallback position when an orphan else
14458 is found. Fixed case where an else following a do-while
14459 statement could be associated with an if inside the do-while.
14461 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14463 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
14464 for the fallback to add a single space after the comment prefix.
14466 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
14467 behavior in some special cases, especially for single-line comments.
14468 Avoid breaking up a comment starter or ender.
14470 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14472 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
14473 the Emacs sources to make this work in invisible text.
14475 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
14476 not be confused by a later ':' on the same line as the label.
14478 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14480 * progmodes/cc-cmds.el, progmodes/cc-mode.el
14481 (c-electric-delete, c-electric-delete-forward):
14482 Split `c-electric-delete' into two functions where
14483 `c-electric-delete-forward' always deletes forward and
14484 `c-electric-delete' only contains the code necessary for
14485 XEmacs to choose between backward and forward deletion.
14486 `c-electric-delete-forward' is now bound to C-d to get the
14487 electric behavior on that key too.
14489 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14491 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
14492 use of c-comment-prefix-regexp, which caused an error when
14495 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14497 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
14498 (c-default-style): Removed the hardcoded switch to "java" style
14499 in Java mode. It's instead taken care of by the default value
14500 for c-default-style.
14502 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
14504 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
14505 was triggered by equal signs in string literals.
14507 2002-04-21 Kim F. Storm <storm@cua.dk>
14509 * subr.el (insert-buffer-substring-no-properties): New function.
14510 (insert-buffer-substring-as-yank): New function.
14512 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14514 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
14515 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
14516 prefix from scroll commands. Ignore end-of-buffer errors from
14518 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
14520 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
14523 * files.el: (auto-mode-alist): .f95 files in f90-mode.
14525 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
14526 a DO statement irrespective of numeric label.
14528 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
14530 * files.el (auto-save-file-name-transforms): Doc fix.
14531 Add third element to "uniquify" filenames.
14532 (make-auto-save-file-name): Use new element of
14533 auto-save-file-name-transforms.
14534 * startup.el (command-line): Add third element to
14535 auto-save-file-name-transforms.
14537 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
14539 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
14540 return value of file-name-completion and file-name-all-completions.
14542 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14544 * progmodes/f90.el: Update maintainer.
14545 (f90-line-continued): Recognize blank/comment lines embedded in
14546 continuation lines.
14547 (f90-looking-at-program-block-start): No extra indentation after
14548 function or subroutine keyword appears in single quotes.
14550 2002-04-19 Miles Bader <miles@gnu.org>
14552 * custom.el (customize-mark-to-save, customize-mark-as-set)
14553 (custom-quote): Moved here from `cus-edit.el'.
14554 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
14555 (custom-quote): Moved to `custom.el'.
14557 2002-04-18 Richard M. Stallman <rms@gnu.org>
14559 * facemenu.el (list-text-properties-at): Command deleted.
14561 * rect.el (insert-rectangle): Use insert-for-yank.
14563 * register.el (insert-register): Use insert-for-yank.
14564 (describe-register-1): Discard text props in yank-excluded-properties.
14566 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
14567 Fix parts in construction of `menu-item' item at end.
14569 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
14571 * subr.el (insert-for-yank): New function.
14573 * simple.el (yank-excluded-properties): New user option.
14574 (yank-pop, yank): Use insert-for-yank.
14576 2002-04-19 Kim F. Storm <storm@cua.dk>
14578 * simple.el (pop-to-mark-command): Do not set this-command.
14579 (set-mark-command): Always jump to mark when called with arg.
14581 2002-04-18 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
14583 * comint.el (comint-watch-for-password-prompt): Remove whitespace
14584 at the beginning of password prompts.
14586 2002-04-18 Andrew Innes <andrewi@gnu.org>
14588 * facemenu.el: Remove require of wid-edit.
14590 2002-04-17 Colin Walters <walters@verbum.org>
14592 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
14594 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
14595 (ibuffer-current-state-list): Reinstate optional argument; now
14596 just call `point' inside the mapping function.
14598 2002-04-17 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
14600 * dired-aux.el (dired-star-subst-regexp)
14601 (dired-quark-subst-regexp): New constants.
14602 (dired-do-shell-command, dired-shell-stuff-it): Use them.
14603 (dired-do-shell-command): Raise an error if both `*' and `?'
14604 substitution marks are used in the same command.
14605 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
14606 in a command given via dired-do-shell-command.
14608 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
14610 2002-04-16 Jason Rumney <jasonr@gnu.org>
14612 * international/mule-cmds.el (locale-preferred-coding-systems):
14615 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
14617 * term.el (term-emulate-terminal): Fix last change.
14619 2002-04-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14621 * bindings.el (mode-line-mode-menu): Update names to reflect
14624 2002-04-16 Mike Williams <mdub@bigfoot.com>
14626 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
14629 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
14631 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
14632 (viper-ex-print-buf-name): New variable.
14633 (viper-ex-print-buf): New variable.
14634 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
14635 (ex-g-marks): New variable.
14636 (ex-print): New function.
14637 (ex-print-display-lines): New function.
14639 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
14642 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
14643 when the window is not in its own frame.
14644 (ediff-clone-buffer-for-region-comparison): More robust window
14645 arrangement while prompting for regions to compare.
14646 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
14647 (ediff-inferior-compare-regions): Deleted unused vars
14648 ctl-buf and quit-now.
14650 2002-04-15 Richard M. Stallman <rms@gnu.org>
14652 * facemenu.el (facemenu-add-new-face): Use this only for faces.
14654 (facemenu-add-new-color): New function.
14655 (facemenu-set-foreground, facemenu-set-background):
14656 Use facemenu-add-new-color.
14658 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
14660 * ediff-init.el (ediff-current-diff-face-A)
14661 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14662 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
14663 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
14664 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
14665 (ediff-even-diff-face-B, ediff-even-diff-face-C)
14666 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
14667 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
14668 (ediff-odd-diff-face-Ancestor): Add special color definitions for
14669 tty and MS-DOS displays.
14671 2002-04-15 Andrew Innes <andrewi@gnu.org>
14673 * facemenu.el: Require wid-edit.
14675 2002-04-15 Miles Bader <miles@gnu.org>
14677 * faces.el (highlight): Force foreground to be black on a tty, so
14678 this face is readable on a dark-background tty.
14679 * wid-edit.el (widget-field-face, widget-single-line-field-face):
14682 2002-04-14 Kim F. Storm <storm@cua.dk>
14684 * simple.el (pop-to-mark-command, push-mark-command): New commands.
14685 (set-mark-command): Use them.
14686 Enhanced functionality when command is repeated:
14687 - If first command set the mark (no prefix arg), repeat temporarily
14688 enables transient-mark-mode.
14689 - If first command jumped to mark off ring (with argument),
14690 repeat (with or without arg) jump to next mark off ring.
14691 - Use C-u C-u prefix to set mark after jump.
14692 (exchange-point-and-mark): Temporarily enable transient-mark-mode
14695 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14697 * speedbar.el (speedbar-tag-hierarchy-method)
14698 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
14700 2002-04-14 Mike Williams <mdub@bigfoot.com>
14702 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
14703 beginning of buffer.
14705 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14707 * speedbar.el (speedbar-generic-item-info)
14708 (speedbar-sort-tags): Doc fix.
14709 (speedbar-add-supported-extension): Fix typo in interactive spec.
14711 2002-04-13 Colin Walters <walters@verbum.org>
14713 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
14714 only moving one line forward.
14715 (ibuffer-map-lines): Preserve point position even if we delete
14716 lines. Only call mapping functions with buffer and mark
14717 arguments; the other two were unused.
14718 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
14720 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
14722 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14724 * calc/calc.el (math-format-number): Load `calc-ext' before we
14725 call `math-group-float'.
14727 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14728 Renamed from `gamegrid-add-score'.
14729 (gamegrid-add-score-insecure): Restored from the old
14730 `gamegrid-add-score'.
14731 (gamegrid-add-score): Just dispatch on `system-type' to one of the
14732 previous two functions.
14734 2002-04-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14736 * iswitchb.el: Update commentary to include new function
14737 iswitchb-exclude-nonmatching.
14739 2002-04-12 John Wiegley <johnw@gnu.org>
14741 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
14742 operating systems to the regexp used to detect a script's interpreter.
14744 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
14746 * frame.el (frames-on-display-list): Use `equal' to compare the
14747 `display' frame parameter to the argument DISPLAY.
14749 2002-04-12 Dave Love <fx@gnu.org>
14751 * help.el (string-key-binding): Deal with margin events.
14753 2002-04-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
14755 * comint.el (comint-password-prompt-regexp): Match " SMB password".
14757 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14759 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
14761 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
14763 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
14764 (buffer-syntactic-context-depth): New funs.
14766 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
14769 * emacs-lisp/debug.el (debug-on-entry): Use push.
14770 (debugger-make-xrefs): Don't assume point-min == 1.
14772 * progmodes/cc-engine.el (c-backward-to-start-of-if):
14773 Don't assume point-min == 1.
14775 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
14776 (etags-list-tags, etags-tags-apropos, select-tags-table):
14777 Don't assume point-min == 1.
14779 2002-04-12 Mike Williams <mdub@bigfoot.com>
14781 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
14783 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
14785 * textmodes/fill.el (fill-context-prefix): Fix up last change.
14787 * simple.el (line-move): Use memq rather than or.
14788 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
14789 (do-auto-fill): Use fill-move-to-break-point.
14790 (syntax-code-table): Remove.
14792 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
14793 Don't add spaces at end of sentences at end of line.
14794 (fill-move-to-break-point): Make sure the result is always greater
14795 than linebeg, so we ensure forward progress.
14796 (fill-region-as-paragraph): Compare to `to' rather than eobp.
14797 (fill-paragraph): Don't rebind fill-paragraph-function.
14799 2002-04-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14801 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
14803 2002-04-11 Andreas Schwab <schwab@suse.de>
14805 * files.el (file-name-non-special): Handle return value of t from
14806 `file-name-completion'.
14808 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
14810 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
14811 differently to avoid pathological exponential-time case.
14812 (adaptive-fill-regexp): Add ! and %.
14813 (fill-delete-prefix): Remove indentation while removing prefix.
14814 (fill-delete-newlines): Obey sentence-end.
14815 (fill-move-to-break-point, fill-newline): New functions extracted
14816 from fill-region-as-paragraph.
14817 (fill-region-as-paragraph): Use them.
14818 Don't fiddle with fill-indent-according-to-mode.
14820 2002-04-10 Colin Walters <walters@verbum.org>
14822 * play/snake.el (snake-score-file): Default to just "snake-scores".
14824 * play/tetris.el (tetris-score-file): Likewise.
14826 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
14827 use `update-game-score'.
14829 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
14830 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
14831 ourselves; take it as an argument. Caller updated.
14832 (ibuffer-mode): Make mode-class special.
14834 2002-04-10 Richard M. Stallman <rms@gnu.org>
14836 * dired.el (dired-view-command-alist): New variable.
14837 (dired-view-file): Use external viewers for some files names.
14839 * mouse.el (mouse-drag-region-1): Display region highlight
14840 only in the selected window.
14842 * subr.el (remove-hook): When there are no more local hooks,
14843 kill the buffer-local value.
14845 * isearch.el (isearch-mode): Don't call make-frame-visible
14846 if frame is already visible.
14848 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
14850 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
14852 * progmodes/ada-prj.el: Add support for the new project file
14853 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
14854 Fix widget handling for Emacs 21. ada-mode now only supports a single
14855 active project file, instead of one per buffer. This is far less
14858 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
14859 (ada-func-or-proc-name): Get real subprogram name, after change in
14862 * progmodes/ada-xref.el: Ada-mode no longer supports a different
14863 project file per buffer. This was too complex. Instead, there is
14864 now a single active project file at any given time, and the user
14865 can switch the active one through the Ada menu. This revision
14866 also provides better handling of the Windows command line, and the
14867 various available shells on that platform. ada-mode is now fully
14868 integrated with the GNU visual debugger gvd, see
14869 http://libre.act-europe.fr.
14870 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
14871 This is only available with GNAT 3.14.
14872 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
14873 (ada-quote-cmd): New function.
14874 (ada-initialize-runtime-library): Get the location of the actual
14875 runtime the compiler will be using, including support for
14876 cross-platform environments.
14877 (ada-treat-cmd-string): Add support for the new variable
14878 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
14879 two commands to run just prior to running the debugger, and just
14880 after starting it. This provide better support for cross-platform
14881 and remote debugging.
14882 (ada-get-absolute-dir): Remove, replace with expand-file-name.
14883 (ada-gdb-application): New parameter executable-name.
14884 (ada-get-ali-file-name): Better handling of separate packages.
14885 Checkin on behalf of the ada-mode maintainer.
14887 * progmodes/ada-mode.el (ada-case-exception-file)
14888 (ada-indent-handle-comment-special): New variables.
14889 (ada-case-exception-substring): New variable. Casing exceptions
14890 can now also be defined for substrings, in addition to full
14891 identifier names. This provides more flexibility.
14892 (ada-align-list): New fun, provide support for align.el in ada-mode.
14893 (ada-procedure-start-regexp): Add support for operators and
14894 generic formal subprograms and packages.
14895 (ada-imenu-comment-re): New variable.
14896 (ada-imenu-generic-expression): Add support for protected types.
14897 (ada-mode): Set comment-start only after running ada-mode-hook, so
14898 that the user can change ada-comment-start in the hook.
14899 Add support for ispell in comments. Add support for align.el.
14900 (ada-save-exception-file, ada-create-case-exception-substring)
14901 (ada-adjust-case-substring): New functions.
14902 (ada-get-current-indent): Properly handles keywords with uppercases.
14903 (ada-goto-matching-end): Rewritten, fixes problems in the handling
14905 (ada-untab-hard): Do not touch the contents of comments and strings.
14907 2002-04-09 Mike Williams <mdub@bigfoot.com>
14909 * textmodes/sgml-mode.el (sgml-lexical-context):
14910 Use sgml-parse-tag-backward to find start point.
14911 (sgml-looking-back-at): Doc fix.
14913 2002-04-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14915 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
14918 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
14920 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
14921 Use define-minor-mode.
14922 (auto-revert-buffers): Use with-current-buffer.
14923 Avoid changing the minor modes.
14925 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
14926 rather than char-to-string since last-input-char can be any event.
14928 * international/titdic-cnv.el (tit-dictionary):
14929 Use defvar for non-constants.
14931 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
14932 (global-cwarn-mode): Use easy-mmode-define-global-mode.
14933 (cwarn-font-lock-keywords): New function.
14934 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
14935 (cwarn-font-lock-match): New macro.
14936 (cwarn-font-lock-match-assignment-in-expression)
14937 (cwarn-font-lock-match-dangerous-semicolon)
14938 (cwarn-font-lock-match-reference): Use it.
14940 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
14941 Use defvar rather than defconst since it's meant to be settable.
14942 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
14943 (cperl-fix-line-spacing): Add missing \ in [ t].
14945 * loadup.el: Call ucs-unify-8859 directly rather than
14946 unify-8859-on-encoding-mode.
14947 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
14949 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
14950 (sgml-mode): Use it for comment-line-break-function.
14952 2002-04-08 Jason Rumney <jasonr@gnu.org>
14954 * international/mule-cmds.el (reset-language-environment):
14955 Handle coding-systems not being defined yet.
14957 2002-04-08 Sam Steingold <sds@gnu.org>
14959 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
14960 (vc-cvs-checkin): Use it.
14962 2002-04-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14964 * files.el (display-time-string): Fix last change.
14966 2002-04-07 Sam Steingold <sds@gnu.org>
14968 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
14970 2002-04-07 Jason Rumney <jasonr@gnu.org>
14972 * international/mule-cmds.el (set-default-coding-systems)
14973 (reset-language-environment): Preserve eols on
14974 default-process-coding-system.
14975 (coding-system-change-text-conversion): Fix case where CODING is nil.
14977 2002-04-07 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14979 * subr.el (play-sound): Move here from simple.el.
14981 * simple.el (play-sound): Move to subr.el.
14983 2002-04-06 Richard M. Stallman <rms@gnu.org>
14985 * files.el (display-time-string-forms): Mark as risky.
14987 * enriched.el (enriched-decode-foreground, enriched-decode-background):
14988 Use proper format for desired elts of `face' property.
14989 Don't test display-color-p; make the properties unconditionally.
14991 * progmodes/compile.el (compilation-error-regexp-alist):
14992 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
14994 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
14996 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
14997 for customization type.
14998 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
15000 2002-04-06 Mike Williams <mdub@bigfoot.com>
15002 * textmodes/xml-lite.el: Remove.
15004 2002-04-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15006 * simple.el (play-sound): New function (uses play-sound-internal).
15008 2002-04-04 Richard M. Stallman <rms@gnu.org>
15010 * files.el (mode-line-format, mode-line-modified)
15011 (mode-line-mule-info, mode-line-buffer-identification)
15012 (mode-line-modes, mode-line-position): Explicitly mark as risky.
15013 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
15015 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
15017 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
15018 Use (syntax-table), not old-syntax-table.
15020 * enriched.el (enriched-decode-foreground)
15021 (enriched-decode-background): Don't call facemenu-get-face.
15023 2002-04-04 Mike Williams <mdub@bigfoot.com>
15025 * textmodes/sgml-mode.el: Add missing require.
15026 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
15028 2002-04-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15030 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
15031 spot indicated by text property `cvs-goal-column', if present.
15033 * pcvs-info.el (cvs-fileinfo-pp): Use text property
15034 `cvs-goal-column' to indicate position of file name (if present).
15036 2002-04-03 Richard M. Stallman <rms@gnu.org>
15038 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15039 Call mail-abbrev-make-syntax-table.
15041 * format.el (format-deannotate-region): Doc fix.
15043 * enriched.el (enriched-face-ans): Delete special treatment
15044 for fg:... and bg:... faces.
15045 (enriched-decode-foreground): Return a list that specifies
15046 the foreground color, rather than creating a face.
15047 (enriched-decode-background): Likewise.
15049 * shell.el (shell-mode): Don't reinit comint-input-ring
15050 if that was already done.
15052 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
15054 * solar.el (solar-spring-or-summer-season): Delete.
15055 (solar-northern-spring-or-summer-season): New variable.
15056 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
15059 * solar.el (diary-sabbath-candles-minutes): New variable.
15060 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
15062 * calendar.el (update-calendar-mode-line): Force mode-line update.
15063 Make date under the cursor available as `date' in
15064 calendar-mode-line-format.
15065 Eval items in calendar-mode-line-format list.
15067 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
15068 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
15070 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
15072 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
15073 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
15074 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15075 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
15077 * cal-tex.el: Change all instances (interactive "P") to
15079 (cal-tex-cursor-month): Add hfill and newline at end of month that
15081 (cal-tex-preamble): Change to LaTeX2e.
15082 (cal-tex-cursor-filofax-year): Don't use default month names in
15083 LaTeX macros in case user changes them.
15084 (cal-tex-month-name): New function. Used throughout in case user
15085 has done something funny with month names.
15087 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
15088 (diary-rosh-hodesh): Spelling correction.
15090 2002-04-03 Mike Williams <mdub@bigfoot.com>
15092 * textmodes/sgml-mode.el (sgml-lexical-context)
15093 (sgml-parse-tag-backward): Extend support for CDATA to include
15094 conditional sections.
15096 2002-04-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15098 * cus-start.el: Rename `autoselect-window' to
15099 `mouse-autoselect-window'.
15101 2002-04-02 Richard M. Stallman <rms@gnu.org>
15103 * files.el (hack-one-local-variable):
15104 Clear text props from string value.
15106 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
15108 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15109 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
15111 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
15113 (f90-procedures-re): Add `null' and `cpu_time' from F95.
15114 (f90-font-lock-keywords-1): Minor reorganization so we don't need
15115 `override' any more.
15116 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
15117 (f90-indent-subprogram): Use indent-region.
15118 (f90-break-line): Use indent-according-to-mode.
15120 2002-04-02 Mike Williams <mdub@bigfoot.com>
15122 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
15123 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
15124 (sgml-get-context): Remove use of sgml-inside-tag-p.
15125 (sgml-inside-tag-p): Remove.
15126 (sgml-looking-back-at): Short-circuit at beg of buffer.
15127 (sgml-lexical-context, sgml-calculate-indent): Add support for
15130 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
15132 * help.el (help-key-description): New fun.
15133 (describe-key-briefly, describe-key): Use it and
15134 this-single-command-raw-keys plus new arg `untranslated'.
15136 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
15137 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
15138 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
15139 (sgml-insert-end-tag): New funs taken from xml-lite.el.
15140 (sgml-calculate-indent): Use them.
15141 (sgml-slash-matching): Rename from sgml-slash.
15142 (sgml-slash): Copied from xml-lite and changed to use
15143 sgml-slash-matching and sgml-quick-keys.
15145 * international/mule-cmds.el (standard-keyboard-coding-systems):
15146 Add koi8-u and koi8-r.
15148 * eshell/.cvsignore: New file.
15150 * eshell/esh-groups.el: Remove.
15152 * progmodes/tcl.el: Change maintainer.
15153 (tcl-electric-hash-style): Change default to nil.
15154 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
15155 (tcl-do-auto-fill): Remove.
15156 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
15158 2002-04-01 Mike Williams <mdub@bigfoot.com>
15160 * textmodes/sgml-mode.el: Doc fixes.
15161 (sgml-mode): Set indent-line-function to sgml-indent-line.
15162 (sgml-calculate-indent): Add an explicit check for 'text syntax,
15163 to protect against future enhancements to sgml-lexical-context.
15164 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
15166 * textmodes/xml-lite.el: Removed much redundant stuff.
15167 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
15168 always start within text. Make use of sgml-unclosed-tag-p.
15170 2002-04-01 Ville Skytt
\e,Ad
\e(B <ville.skytta@xemacs.org>
15172 * tcl.el (tcl-imenu-generic-expression): New value.
15173 (tcl-imenu-create-index-function): Function deleted.
15174 (tcl-mode): Check for filladapt-mode.
15175 Use tcl-imenu-generic-expression instead of
15176 tcl-imenu-create-index-function.
15177 (inferior-tcl-mode): Doc fix.
15178 Change not legally significant.
15180 2002-04-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15182 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
15184 * window.el (handle-select-window): New function.
15187 2002-04-01 Richard M. Stallman <rms@gnu.org>
15189 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
15191 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
15192 tool-bar-add-item, and new arg MAP.
15193 (tool-bar-add-item): Now calls tool-bar-local-item.
15194 (tool-bar-local-item-from-menu): Renamed from
15195 tool-bar-add-item-from-menu, and new arg IN-MAP.
15196 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
15198 * help-fns.el (help-with-tutorial): Allow various ways
15199 to specify the text in the [...] line, in handling the <...> line.
15201 * progmodes/idlw-rinfo.el (idlwave-system-routines):
15202 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
15204 * subr.el (redraw-modeline): Define alias.
15206 2002-03-31 Richard M. Stallman <rms@gnu.org>
15208 * files.el (file-expand-wildcards): Use save-match-data.
15210 * files.el (format-alist): Mark as risky.
15212 * simple.el (kill-new): Doc fix.
15214 * emacs-lisp/byte-opt.el (side-effect-free-fns)
15215 (side-effect-and-error-free-fns): Add many functions, remove some.
15217 2002-03-30 Richard M. Stallman <rms@gnu.org>
15219 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
15221 2002-03-30 Eli Zaretskii <eliz@gnu.org>
15223 * font-lock.el (save-buffer-state): Fix last change.
15225 * files.el (auto-save-file-name-transforms): Fix last change.
15227 * startup.el (command-line): Fix last change.
15229 2002-03-29 Richard M. Stallman <rms@gnu.org>
15231 * subr.el (play-sound-file): Moved to simple.el.
15233 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
15235 2002-03-29 Colin Walters <walters@verbum.org>
15237 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
15238 instead of `forward-line'.
15239 (ibuffer-forward-line): Be sure to skip over special properties
15240 before moving, too.
15242 * calc/calc.el (calc-was-split): Var deleted.
15243 (calc): Remove reference to it.
15245 (calc-quit): Ditto.
15246 (calc-init-base): Ditto.
15248 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
15250 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15252 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
15253 instead of nil when point is outside of any tag.
15254 (sgml-beginning-of-tag): Adjust to the change.
15255 (sgml-calculate-indent): Use the new info returned by
15256 sgml-lexical-context. Try to handle unclosed tags.
15258 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
15259 at unclosed tags unless it is at indentation.
15260 Kill nested unclosed tags.
15261 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
15262 (xml-lite-mode): Use sgml-indent-line instead.
15264 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
15266 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
15269 * startup.el (command-line): Recompute auto-save-file-name-transforms
15270 using the updated value of temporary-file-directory.
15272 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
15274 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
15275 even with an empty context. Don't save excursion any more.
15276 Don't complain about unmatched start-tags in sgml-unclosed-tags.
15277 Ignore end-tags in sgml-empty-tags.
15278 (xml-lite-get-context, xml-lite-calculate-indent)
15279 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
15280 (xml-lite-indent-line): Use back-to-indentation.
15282 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
15283 (sgml-name-re, sgml-attrs-re): New consts.
15284 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
15285 (sgml-mode): Use them.
15286 (sgml-lexical-context): Default to (point-min) if nothing else works.
15287 (sgml-calculate-indent): Indent slightly differently.
15288 (sgml-indent-line): Use back-to-indentation.
15289 (sgml-parse-dtd): New function.
15290 (sgml-unclosed-tags): New var.
15291 (html-mode): Set it.
15293 2002-03-29 Simon Marshall <simon.marshall@misys.com>
15295 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
15297 2002-03-29 Richard M. Stallman <rms@gnu.org>
15299 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
15300 Use FILTER arg in dired-get-marked-files to exclude directories.
15301 (dired-nondirectory-p): New function.
15303 * dired.el (dired-get-marked-files): New arg FILTER
15304 allows selection of some files.
15306 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
15308 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
15310 * speedbar.el (speedbar-default-directory-list): Made robust
15311 against deleted directories.
15313 2002-03-28 Richard M. Stallman <rms@gnu.org>
15315 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
15318 * progmodes/compile.el (compilation-handle-exit):
15319 If compilation-window-height is 0, display status in echo area.
15321 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
15323 * rect.el (replace-rectangle): Add autoload.
15325 * files.el: Mark many more variables as risky.
15326 (hack-one-local-variable): Recognize several additional
15329 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
15331 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
15333 * textmodes/xml-lite.el (xml-lite-in-string-p):
15334 Use sgml-lexical-context.
15335 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
15336 (xml-lite-get-context): Check that open/close tags match.
15337 Don't stop scanning while we're ignoring matching tags.
15339 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
15340 (sgml-mode-syntax-table): Use it.
15341 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
15342 (sgml-tags-invisible): Use it.
15343 (sgml-lexical-context): New fun.
15344 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
15345 (sgml-quote): Accept \n as entity reference terminator.
15346 (sgml-calculate-indent, sgml-indent-line): New funs.
15348 2002-03-28 Andre Spiegel <spiegel@gnu.org>
15350 * vc-cvs.el (vc-cvs-global-switches): New user option.
15351 (vc-cvs-command): New function. Update all callers of
15352 `vc-do-command' in vc-cvs.el to use this instead.
15354 2002-03-27 Andrew Innes <andrewi@gnu.org>
15356 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
15357 relying on shell globbing.
15359 2002-03-27 Colin Walters <walters@debian.org>
15361 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
15362 (ibuffer-fontification-alist): Use it.
15363 (ibuffer-backward-line): Handle `ibuffer-summary' area.
15364 (ibuffer-forward-line): Ditto.
15366 * ibuf-ext.el (sorter mode-name): Doc fix.
15367 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
15368 (operation query-replace): Use new `noerror' arg for
15369 `query-replace-read-args'.
15370 (operation query-replace-regexp): Ditto.
15372 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15374 * textmodes/xml-lite.el: Fix copyright notice.
15375 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
15376 (xml-lite-indent-comment-offset): Remove.
15377 (xml-lite-calculate-indent): Use new name. Use natural alignment
15379 (xml-lite-in-string-p): Simplify.
15381 2002-03-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15383 * allout.el (outline-layout): Doc fix.
15385 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
15387 * textmodes/xml-lite.el: Don't require `custom'.
15388 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
15389 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
15390 (xml-lite-get-context): Drop nested tags not just for comments.
15391 (xml-lite-indent-line): Be more careful about moving point.
15392 (xml-lite-insert-end-tag, xml-lite-slash):
15393 Use indent-according-to-mode instead of xml-lite-indent-line.
15394 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
15395 Set sgml-xml-mode. Don't call force-mode-line-update.
15396 (xml-lite-mode-map): Don't bind TAB.
15398 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
15400 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
15402 (gud-jdb-build-source-files-list): Comment clarification.
15403 (gud-jdb-massage-args): Reworked into loop-based argument list
15404 processing in order to support -classpath and -sourcepath argument
15406 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
15407 to gud-jdb-classpath to obtain search list.
15408 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
15409 directory names in classpath/sourcepath lists, update comment.
15410 (jdb): Add setting of gud-jdb-sourcepath, update comment.
15411 (gud-find-class): Add gud-jdb-sourcepath use, and correct
15412 behaviour for the case when classpath is not used--backward
15415 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
15417 * Makefile.in (compile, compile-always): Don't try to compile
15418 non-existent files or files in empty directories.
15420 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
15422 * compare-w.el (compare-windows-whitespace): Match all whitespace.
15424 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
15425 copy of standard Lisp directories.
15427 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
15428 Support "next has longname" link type.
15430 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
15432 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
15433 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
15435 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
15436 (end-of-xml-tag): Remove.
15437 (xml-lite-get-context): Better handling of comments.
15438 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
15439 (xml-lite-parse-tag-backward): Rewrite.
15441 2002-03-26 Juanma Barranquero <lektu@terra.es>
15443 * makefile.w32-in (WINS): Add the toolbar directory.
15445 2002-03-26 Richard M. Stallman <rms@gnu.org>
15447 * subr.el (substring-no-properties): Function deleted (now in C).
15449 2002-03-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15451 * mwheel.el (mouse-wheel-mode): Use global-set-key and
15454 2002-03-24 Richard M. Stallman <rms@gnu.org>
15456 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
15458 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
15459 to query-replace-read-args.
15461 * progmodes/compile.el (compilation-forget-errors):
15462 Don't adjust compilation-parsing-end if it's nil.
15464 * replace.el (query-replace-read-args): New optional arg NOERROR.
15465 (perform-replace): Use save-window-excursion around recursive edit.
15467 2002-03-24 Colin Walters <walters@verbum.org>
15469 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
15470 non-nil, then always use another window.
15472 2002-03-24 Gerd Moellmann <gerd@gnu.org>
15474 * subr.el (macro-declaration-function): New function. Set the
15475 variable macro-declaration-function to it.
15477 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
15478 Handle declarations in macro definitions.
15480 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
15482 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
15484 * enriched.el (enriched-face-ans): Support FACE of the form
15485 (:foreground COLOR) and (:background COLOR).
15486 (enriched-decode-foreground, enriched-decode-background): Set the
15487 fore- and background colors of the faces we create, since facemenu
15490 2002-03-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15492 * mwheel.el (mouse-wheel-mode): Use the result of
15493 current-global-map instead of the variable `global-map'.
15495 2002-03-23 Richard M. Stallman <rms@gnu.org>
15497 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
15498 broken out of sendmail-pre-abbrev-expand-hook.
15499 (sendmail-pre-abbrev-expand-hook): Use it.
15501 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
15503 * Makefile.in (finder-inf.el): Remove.
15504 (finder-data): Don't depend on finder-inf.el any more.
15505 (compile, compile-always): Handle the case where some files
15506 from DONTCOMPILE are missing (it tried to compile them).
15507 (bootstrap-clean): Use src/emacs only if executable.
15508 (bootstrap): Update subdirs.el and finder-inf.el.
15510 * finder.el: Don't load finder-inf.el during byte-compilation.
15512 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
15513 Don't consider cvs-removed files as under VC control.
15514 VC wouldn't handle them properly anyway and it confuses
15515 vc-file-not-found-hook.
15517 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
15518 Add autoload cookie.
15520 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
15522 * calendar/calendar.el (calendar): Doc fix.
15524 2002-03-22 Juanma Barranquero <lektu@terra.es>
15526 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
15527 (gomoku-font-lock-X-face): Likewise.
15528 (gomoku-font-lock-keywords): Use faces instead of variables.
15530 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
15532 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
15534 2002-03-21 Kim F. Storm <storm@cua.dk>
15536 * simple.el (open-network-stream, open-network-stream-nowait)
15537 (open-network-stream-server): Use featurep to test for
15538 supported networking features.
15540 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
15542 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
15543 directions as the last action.
15545 2002-03-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15547 * startup.el (fancy-splash-tail, normal-splash-screen):
15550 * novice.el (disabled-command-hook): Clarify output text to match
15553 2002-03-20 Jason Rumney <jasonr@gnu.org>
15555 * frame.el (display-images-p): Do not explicitly check display type.
15557 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
15560 Eliminate compilation warnings due to `rfc822-addresses'.
15561 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
15562 warning free compile.
15564 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
15566 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
15567 Take the current highlighting style into account.
15568 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
15569 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
15571 * ediff-init.el (ediff-patch-job): New macro.
15573 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
15574 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
15576 * ediff-ptch.el (ediff-map-patch-buffer):
15577 Use ediff-make-new-meta-list-header.
15578 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
15580 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
15581 (ediff-select-difference): Take highlighting style into account.
15582 (ediff-clone-buffer-for-region-comparison): New function.
15583 (ediff-inferior-compare-regions): Added comparison of current diff
15586 * ediff.el (ediff-clone-buffer-for-region-comparison)
15587 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
15589 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
15591 * mail-utils.el (rmail-dont-reply-to):
15592 Overhaul to correctly apply the regular
15593 expressions in the variable `rmail-dont-reply-to-names' to the list of
15594 destination addresses. Contributed by lorentey@elte.hu.
15596 * rmail.el (rmail-dont-reply-to-names):
15597 Modify the documentation to make it email
15598 address centric rather than login name centric. Contributed by
15601 2002-03-18 Colin Walters <walters@verbum.org>
15603 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
15604 we don't require `cl' at runtime.
15605 (sorting mode mode-name): Don't take the symbol-name of a string.
15607 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
15608 line after setting the mark.
15609 (ibuffer-insert-buffers-and-marks): Invert the test for
15610 `ibuffer-sorting-reversep'.
15612 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15614 * international/ucs-tables.el (unify-8859-on-decoding-mode)
15615 (unify-8859-on-encoding-mode): Remove autoload cookie.
15617 2002-03-18 Andre Spiegel <spiegel@gnu.org>
15619 * vc-rcs.el (vc-rcs-register): Fix handling of
15620 vc-[rcs-]register-switches.
15621 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
15622 Variables removed, since they weren't used yet.
15624 * vc-cvs.el (vc-cvs-register): Fix handling of
15625 vc-[cvs-]register-switches.
15627 * vc-sccs.el (vc-sccs-register): Fix handling of
15628 vc-[sccs-]register-switches.
15630 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
15632 * loadup.el ("emacs-lisp/backquote"): Load earlier.
15633 ("international/ucs-tables"): Load and turn on
15634 unify-8859-on-encoding-mode unconditionally.
15635 (emacs-version): Use `defconst' rather than `setq'.
15637 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
15639 2002-03-18 Richard M. Stallman <rms@gnu.org>
15641 * menu-bar.el (menu-bar-options-menu): Cope if
15642 text-mode-hook is not a list.
15644 2002-03-17 Richard M. Stallman <rms@gnu.org>
15646 * emulation/pc-select.el (pc-selection-mode):
15647 Alter the existing global map, don't replace it.
15649 * files.el (list-directory): Set default-directory at the end.
15651 * dabbrev.el (dabbrev--goto-start-of-abbrev):
15652 Put a limit on field-beginning search.
15654 2002-03-17 Simon Josefsson <jas@extundo.com>
15656 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
15657 (browse-url-mosaic): Use it.
15659 * net/browse-url.el (browse-url-filename-alist): Don't begin
15660 docstring with *, you don't want to set this one with M-x set-variable.
15662 * net/browse-url.el: Put * in user option doc strings.
15664 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
15666 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
15667 (sgml-xml-guess): Simplify.
15668 (sgml-mode-common): Remove (move into sgml-mode).
15669 (sgml-mode): Add code from sgml-mode-common.
15670 Remove redundant setting of indent-line-function.
15671 Don't set skeleton-transformation when in XML mode.
15673 * international/mule-diag.el (describe-char-after):
15674 Use `internal-describe-syntax-value' again (got lost somewhere).
15676 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
15677 Use unify-8859-on-decoding-mode.
15678 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
15679 (ucs-insert): Give an error if the unicode char can't be created.
15681 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
15682 (cvs-parse-status): Handle the "used to have a conflict" marker.
15684 2002-03-17 Kim F. Storm <storm@cua.dk>
15686 The following changes are related to the enhanced network process
15689 * simple.el: Update copyright.
15690 (clone-process): Use make-network-process to clone network
15691 processes. Get command list via (process-contact ... t).
15692 Use set-process-query-on-exit-flag and process-query-on-exit-flag
15693 instead of process-kill-without-query.
15694 (open-network-stream): Replaces C-version from process.c.
15695 (open-network-stream-nowait, open-network-stream-server): New funs.
15696 (process-kill-without-query): Replaces C-version from process.c.
15698 * files.el: Update copyright.
15699 (save-buffers-kill-emacs): Also check for active server
15700 processes. Use process-query-on-exit-flag. Only list processes
15701 which has the query-on-exit flag set in connection with user query.
15703 * shadowfile.el: Update copyright.
15704 (shadow-save-buffers-kill-emacs): Also check for active server
15705 processes. Use process-query-on-exit-flag.
15707 2002-03-16 Simon Marshall <simon.marshall@misys.com>
15709 * imenu.el (imenu-menubar-modified-tick): Renamed from
15710 imenu-update-menubar-modified-tick.
15711 (imenu-update-menubar): Update imenu-menubar-modified-tick
15712 whenever outer condition succeeds.
15714 * lazy-lock.el (save-buffer-state):
15715 Bind inhibit-modification-hooks and buffer-file-truename
15716 instead of before-change-functions and after-change-functions.
15718 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
15720 * international/codepage.el (codepage-setup): Don't define a
15721 codepage if it is already defined.
15723 * textmodes/po.el (po-content-type-charset-alist): Convert the
15724 car of each association to a string.
15725 (po-find-file-coding-system-guts): If the charset matches a name
15726 of a codepage, set up that codepage and return it as a coding
15727 system to decode the file.
15728 (po-find-charset): Search for the Charset= header even if we've
15729 read less than 4KB.
15730 <top-level>: Remove the setup for all known codepages: it seems
15731 to cause crashes in the CCL driver.
15733 2002-03-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15735 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
15736 (bibtex-entry-field-alist): Doc fix.
15738 2002-03-16 Richard M. Stallman <rms@gnu.org>
15740 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
15741 Move definition above cperl-outline-regexp.
15743 * bindings.el (mode-line-mule-info): In computing help-echo prop,
15744 avoid using save-window-excursion. And compile the function.
15746 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
15748 * files.el (load-completion): New function.
15749 (load-library): Use it.
15751 2002-03-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15753 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
15754 to match the actual code.
15756 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
15758 * textmodes/po.el (po-find-file-coding-system-guts):
15759 Use with-temp-buffer instead of po-with-temp-buffer.
15761 * international/mule-conf.el (file-coding-system-alist): Add an
15762 association for PO files.
15764 * textmodes/po.el: New file.
15766 2002-03-15 Gerd Moellmann <gerd@gnu.org>
15768 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15769 Fix simple loop indentation.
15771 2002-03-14 Miles Bader <miles@gnu.org>
15773 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
15775 2002-03-14 Richard M. Stallman <rms@gnu.org>
15777 * textmodes/picture.el (picture-insert)
15778 (picture-clear-column, picture-draw-rectangle):
15779 Use move-to-column, not move-to-column-force.
15781 * dired.el (dired-readin): Clear out undo list.
15782 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
15783 (dired-delete-entry): New function.
15784 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
15785 and dired-delete-entry, to update this buffer (and others).
15787 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
15789 * facemenu.el (facemenu-add-new-face):
15790 Pass region args to facemenu-set-face, when there is a region.
15791 (facemenu-set-foreground, facemenu-set-background)
15792 (facemenu-add-face): Doc fixes.
15794 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
15796 2002-03-14 Miles Bader <miles@gnu.org>
15798 * emacs-lisp/debug.el: Require `button'.
15799 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
15800 to get TAB and <backtab> bindings.
15802 * net/rlogin.el (rlogin-carriage-filter): Function removed.
15803 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
15804 comint removes carriage returns itself now.
15806 * rfn-eshadow.el (rfn-eshadow-update-overlay):
15807 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
15808 getting hosed by our own intangible property.
15810 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
15812 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
15813 Add fortran-comment-line-start-skip to comment-start-skip.
15814 (fortran-comment-indent): Keep whole-line comments in column 0.
15815 (fortran-find-comment-start-skip): New arg `all'.
15816 If ALL is nil, make sure we only match comment-start-skip if we
15817 can't match fortran-comment-line-start-skip.
15818 Fix bug that made it return t but without moving point when
15819 matching '!'! (a false-comment followed by a real comment).
15820 (fortran-indent-comment): Use new `all' argument above.
15821 Be careful not to add an incorrect comment-starter like "C"
15823 (fortran-split-line): When splitting a comment, reuse the comment
15824 starter from the current line rather than fortran-comment-line-start.
15825 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
15826 cleaner behavior of fortran-find-comment-start-skip.
15827 (fortran-fill): Don't be confused by ! inside a comment.
15828 (fortran-break-line): Minor cleanup and simplification.
15830 2002-03-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
15832 * progmodes/etags.el (tag-exact-file-name-match-p)
15833 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
15836 2002-03-12 Colin Walters <walters@debian.org>
15838 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
15839 redisplaying a line.
15841 2002-03-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15843 * term/x-win.el (emacs-session-restore): Take previous id as
15845 (emacs-session-save): Add comment that return t means cancel shutdown
15847 * startup.el (command-line): Must check that x-session-previous-id
15848 is bound also, for non-X platforms.
15850 2002-03-12 Gerd Moellmann <gerd@gnu.org>
15852 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
15853 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
15855 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
15856 (common-lisp-indent-function-1): Renamed from
15857 common-lisp-indent-function.
15858 (common-lisp-indent-function): Handle loop forms specially.
15859 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
15860 (lisp-backquote-indentation): New user option.
15862 2002-03-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
15864 * progmodes/etags.el (tag-exact-file-name-match-p)
15865 (tag-file-name-match-p, tag-partial-file-name-match-p):
15866 Assume that the header of a tags section has either a number
15867 or nothing after the last comma.
15869 2002-03-11 Richard M. Stallman <rms@gnu.org>
15871 * imenu.el (imenu-update-menubar-modified-tick): New variable.
15872 (imenu-update-menubar): Don't call imenu--make-index-alist
15873 if buffer has not changed since last time.
15875 * desktop.el (desktop-buffer-handlers): Doc fix.
15876 (desktop-buffer-file): Explicitly return BUF.
15878 * paren.el (show-paren-function): Move back in other direction
15879 to verify the match is correct.
15881 * mail/supercite.el (sc-select-attribution): Accept whatever value
15882 we get in CHOICE; there is no value meaning "try again".
15884 2002-03-11 Colin Walters <walters@verbum.org>
15886 * shell.el (toplevel): Revert previous change to use pcomplete.
15887 (shell-mode): Ditto.
15888 (shell-pcomplete-setup-done): Remove.
15889 (shell-pcomplete): Ditto.
15890 (shell-pcomplete-reverse): Ditto.
15892 * comint.el: Remove documentation on setting up pcomplete.
15894 2002-03-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15896 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
15899 * image.el (image-type-from-file-header): Make temporary buffer
15902 * subr.el (add-to-list): Doc fix.
15904 2002-03-11 Miles Bader <miles@gnu.org>
15906 * pcomplete.el (pcomplete-entries): Expand environment variables
15909 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
15911 * play/mpuz.el: Use defface instead of facemenu-get-face.
15913 2002-03-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15915 * startup.el (command-line): Add call to emacs-session-restore if
15916 both x-session-id and x-session-previous-id are strings.
15918 * term/x-win.el (x-handle-smid): New function.
15919 (emacs-session-filename): New function.
15920 (emacs-session-save): New function.
15921 (emacs-save-session-functions): New variable.
15922 (emacs-session-restore): New function.
15924 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
15926 * simple.el (shell-command-on-region): Call push-mark with
15927 non-nil second arg, to suppress the "Mark set" message.
15929 2002-03-08 Richard M. Stallman <rms@gnu.org>
15931 * textmodes/picture.el (picture-forward-column): New arg `interactive'
15932 is non-nil for an interactive call. Use instead of interactive-p.
15933 (picture-backward-column): Likewise.
15935 * tar-mode.el (tar-untar-buffer): New function.
15937 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
15938 Put the mouse-face on the entire xref, like the local keymap.
15940 * find-dired.el (find-name-dired): Use shell-quote-argument.
15942 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
15944 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
15945 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
15946 (mpuz-allow-double-multiplicator): New options for nicer look and
15948 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
15949 (mpuz-check-all-solved, mpuz-random-puzzle)
15950 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
15951 (mpuz-show-solution): Functions streamlined and removed french
15952 style space before punctuation, added face support and optional
15953 solving of trivial results.
15955 2002-03-07 Colin Walters <walters@verbum.org>
15957 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
15959 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
15960 instead of "recency" for clarity.
15961 (ibuffer-compile-format): Document more. Handle new "summarizer"
15963 (ibuffer-fontify-region-function): Ditto.
15964 (ibuffer-insert-buffer-line): Ditto.
15965 (ibuffer-map-lines): Ditto.
15966 (ibuffer-insert-buffers-and-marks): Ditto.
15967 (ibuffer-update-title-and-summary): Renamed from
15968 `ibuffer-update-title'. Handle "summarizer" columns.
15969 (ibuffer-clear-summary-columns): New function.
15971 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
15973 2002-03-07 Gerd Moellmann <gerd@gnu.org>
15975 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15976 Use the other-window instead of the other-frame functions when
15977 the window is dedicated.
15979 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
15981 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
15982 with SILENT so that a new field can be added.
15984 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
15986 * files.el (make-auto-save-file-name): Make sure the produced file
15987 name does not contain characters that are invalid for DOS/Windows
15990 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
15991 Remove replacement functions.
15993 2002-03-06 Gerd Moellmann <gerd@gnu.org>
15995 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
15998 * vc.el (vc-branch-part): Add autoload cookie. This function can
15999 be called from vc-rcs-find-most-recent-rev when visiting a file
16000 checked into RCS in a CVS sandbox.
16002 2002-03-06 Andreas Schwab <schwab@suse.de>
16004 * progmodes/hideif.el: Augment expression parser to handle
16005 conditional expressions.
16006 (hif-token-regexp): Also match `?' and `:'.
16007 (hif-tokenize): Handle `?' and ':' as tokens.
16008 (hif-expr): Parse conditional expressions.
16009 (hif-or-expr): Parse `||' expressions.
16010 (hif-and-expr): Renamed from hif-term.
16011 (hif-conditional): New function to evaluate a conditional
16014 2002-03-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16016 * language/czech.el ("Czech"): Fix the documentation.
16018 * language/slovak.el ("Slovak"): Likewise.
16020 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
16022 * xml.el (xml-parse-attlist): Accept empty strings.
16024 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
16026 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
16027 all terminals now support highlighting of some kind.
16029 * language/european.el (mac-roman): Fix the safe-chars property.
16031 2002-03-05 Andre Spiegel <spiegel@gnu.org>
16033 * vc.el (vc-transfer-file): Use `make-temp-file'.
16034 (vc-default-update-changelog): Remove conditional use of
16037 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
16039 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
16041 * ediff-init.el: Comments.
16043 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
16046 * ediff-mult.el (ediff-intersect-directories)
16047 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
16049 (ediff-draw-dir-diffs): Now supports the "C" command in directory
16051 (ediff-dir-diff-copy-file): New function that implements copying
16052 of files from one Ediff dir to another
16053 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
16054 (ediff-append-custom-diff): Better error msgs.
16056 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
16057 (ediff-inferior-compare-regions): Use
16058 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
16060 * ediff.el (ediff-directories-internal): Cleanup.
16061 (ediff-clone-buffer-for-region-comparison): Better interface.
16063 2002-03-04 Richard M. Stallman <rms@gnu.org>
16065 * emacs-lisp/easy-mmode.el (define-minor-mode):
16066 Use "P" in interactive spec of minor mode commands.
16068 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
16070 * faces.el (face-spec-choose): Allow `t' to appear before the end.
16071 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
16072 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
16073 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
16074 (mode-line-inactive, header-line): Move the `t' section to the
16075 beginning so the `:inherit' setting can be shared.
16077 2002-03-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16079 * net/snmp-mode.el: Require tempo when compiling to prevent
16080 warnings. Update copyright notice.
16082 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
16083 like not defined at all.
16085 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
16087 * textmodes/sgml-mode.el: Change maintainer to FSF.
16088 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
16089 (sgml-tags-invisible, sgml-beginning-of-tag):
16090 Allow _ : and non-ASCII in tag names, as required for XML.
16091 (sgml-name-char): Don't assume anything about charsets handled by
16094 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
16095 where one of the buffers is narrowed.
16097 * hexl.el (hexlify-command, dehexlify-command): Remove.
16098 (hexlify-buffer, dehexlify-buffer): Use call-process-region
16099 rather than shell-command-on-region.
16101 * newcomment.el (comment-forward): Use forward-comment to skip
16102 over whitespace (or comments) even when comment-use-syntax is nil.
16104 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
16106 * textmodes/xml-lite.el: New file.
16108 2002-03-03 Richard M. Stallman <rms@gnu.org>
16110 * textmodes/artist.el (artist-system): Use make-temp-file.
16112 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
16114 * mail/sendmail.el (mail-recover-1): Increase non-random-len
16115 by 1 since we changed make-auto-save-file-name to add one
16116 fewer character to the buffer name.
16117 (mail-recover): Really show point at the right place
16118 in the *Directory* buffer.
16120 * files.el (make-auto-save-file-name): Use make-temp-file.
16122 * terminal.el (te-create-terminfo): Use make-temp-file
16123 to create the source file in a safe way.
16125 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
16127 * cus-start.el: Rename automatic-hscroll-step and
16128 automatic-hscroll-margin into hscroll-step and hscroll-margin.
16130 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
16131 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
16133 * mouse.el (mouse-region-delete-keys): Add deletechar.
16135 2002-03-03 Sam Steingold <sds@gnu.org>
16137 * play/snake.el (snake-score-file): Fixed parens (broken by the
16139 * play/tetris.el (tetris-score-file): Ditto.
16141 2002-03-03 Richard M. Stallman <rms@gnu.org>
16143 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
16145 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
16147 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
16148 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
16150 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
16152 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
16153 instead of `buffer-substring-no-properties' to support enriched mode.
16155 2002-03-02 Richard M. Stallman <rms@gnu.org>
16157 * find-dired.el (find-grep-dired): Call shell-quote-argument.
16158 Specify the -e option.
16159 Rename arg to `regexp'.
16161 2002-03-02 Milan Zamazal <pdm@zamazal.org>
16163 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
16165 2002-03-02 Miles Bader <miles@gnu.org>
16167 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
16168 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
16169 If there's no applicable modifiers entry in the alist in
16170 `mouse-wheel-scroll-amount', fall back to the default, not to
16171 nil (which causes full screen scrolls).
16173 2002-03-01 Andreas Schwab <schwab@suse.de>
16175 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
16176 Remove extra paren in regexp.
16178 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
16180 * mouse.el (mouse-show-mark): Use display-mouse-p, not
16181 display-graphic-p, to decide whether to move point or use the
16184 2002-02-28 Colin Walters <walters@verbum.org>
16186 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
16188 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
16189 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
16190 (calc-temp-file-name): Use `make-temp-file'.
16192 2002-02-28 Richard M. Stallman <rms@gnu.org>
16194 * font-lock.el (java-font-lock-extra-types):
16195 Match java.net.URL, etc.
16197 2002-02-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16199 * hexl.el (hexl-options): Doc fix.
16200 Update Commentary section.
16202 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
16205 2002-02-28 Andre Spiegel <spiegel@gnu.org>
16207 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
16208 the user to do that first.
16209 (vc-update): New function.
16211 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
16212 which calls vc-update. Use the term "Base Version" instead of
16213 "Last Version" for the entries "Revert" and "Compare".
16215 2002-02-28 Kim F. Storm <storm@cua.dk>
16217 * simple.el (shell-command-on-region): Report non-zero exit
16218 status in mode line instead of buffer.
16220 2002-02-27 Richard M. Stallman <rms@gnu.org>
16222 * comint.el (comint-preoutput-filter-functions): Doc fix.
16223 (comint-output-filter-functions, comint-input-filter-functions)
16224 (comint-redirect-filter-functions): Likewise.
16226 (comint-redirect-preoutput-filter): Do the local-hook
16227 handling of t when running comint-redirect-filter-functions.
16228 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
16230 2002-02-26 Richard M. Stallman <rms@gnu.org>
16232 * paths.el (remote-shell-program): Add doc string.
16234 2002-02-26 Colin Walters <walters@debian.org>
16236 * ibuf-ext.el (sorter mode-name): New.
16237 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
16239 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
16240 interactively, so they do something.
16241 (calc-scroll-right): Ditto.
16243 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16245 * international/mule.el (ctext-pre-write-conversion): Handle the
16246 case when FROM is a string, and when we are called from
16247 build_annotations_2.
16249 2002-02-26 Richard M. Stallman <rms@gnu.org>
16251 * rect.el (clear-rectangle-line): Reindent to the same column
16252 that move-to-column reached when it tried to go to endcol.
16254 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
16256 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
16258 * winner.el (winner-boring-buffers, winner-set): A window which
16259 displays a buffer whose name is in the list
16260 `winner-boring-buffers', will no longer be restored by `winner-undo'.
16261 (winner-sorted-window-list): Used to improve comparison between
16262 window configurations.
16263 (winner-win-data): Simplified and moved.
16264 (winner-conf): Simplified (now uses `winner-win-data').
16265 (winner-change-fun, winner-save-old-configurations)
16266 (winner-save-(un)conditionally, winner-redo): Changes made while in
16267 the minibuffer will be ignored. (Such changes are undone upon
16268 exit for the minibuffer, anyway.)
16269 (winner-set-conf): Preserve selected window whenever possible.
16270 (winner-make-point-alist): Simplified.
16271 (winner-mode, winner-save-unconditionally): Save current window
16272 configuration on entering minibuffer.
16273 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
16274 since it does not change the overall behavior of Emacs.
16276 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
16278 * international/mule-conf.el (compound-text): Renamed back from
16279 compound-text-no-extensions.
16280 (ctext-no-compositions): Remove the mime-charset property.
16281 (compound-text-with-extensions): Renamed from compound-text.
16282 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
16284 2002-02-26 Juanma Barranquero <lektu@terra.es>
16286 * faces.el (list-faces-display): Fix typo.
16288 2002-02-25 Richard M. Stallman <rms@gnu.org>
16290 * frame.el (focus-follows-mouse): Doc fix.
16292 2002-02-26 Miles Bader <miles@gnu.org>
16294 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
16295 to `define-key', since it no longer accepts the latter.
16297 2002-02-25 Jason Rumney <jasonr@gnu.org>
16299 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
16300 mouse-wheel-scroll-amount.
16302 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
16305 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
16307 2002-02-25 Andre Spiegel <spiegel@gnu.org>
16309 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
16310 consistent with the others that take a backend name as a symbol.
16312 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
16314 2002-02-25 Kim F. Storm <no-spam@cua.dk>
16316 * comint.el (comint-replace-by-expanded-filename): Do nothing if
16317 comint-match-partial-filename returns nil.
16319 * shell.el (shell-pcomplete-setup-done): New variable.
16320 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
16321 (shell-pcomplete-reverse): Ditto.
16323 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
16325 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
16327 2002-02-25 Juanma Barranquero <lektu@terra.es>
16329 * subr.el (save-match-data): Doc fix.
16331 * ielm.el (ielm-prompt): Allow customization; make it read-only.
16333 2002-02-25 Kim F. Storm <storm@cua.dk>
16335 * shell.el (shell-mode-map): Add "Complete" header so completion
16336 menu is shown on the menu bar in shell mode.
16338 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
16340 * ielm.el (ielm-match-data): New var.
16341 (inferior-emacs-lisp-mode): Make it buffer-local.
16342 (ielm-eval-input): Use it to preserve match-data between inputs.
16344 2002-02-24 Juanma Barranquero <lektu@terra.es>
16346 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
16348 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
16350 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
16351 `custom-buffer' customize group.
16353 2002-02-23 Kim F. Storm <storm@cua.dk>
16355 * help.el (where-is): Use remap-command.
16357 * help-fns.el (describe-function-1): Use remap-command.
16359 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
16360 change (no longer accept a symbol for the KEY argument).
16362 2002-02-23 Colin Walters <walters@debian.org>
16364 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
16365 * calc/calcalg2.el (math-solve-get-sign): Ditto.
16367 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
16368 in generated function.
16370 * ibuf-ext.el (ibuffer-old-time): Change to hours.
16371 (ibuffer-mark-old-buffers): Handle it.
16373 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
16374 (toplevel): Bind them.
16375 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
16376 not necessary now that we use pcomplete.
16378 * comint.el: Document how use new pcomplete completion facility.
16380 2002-02-23 Richard M. Stallman <rms@gnu.org>
16382 * mail/rmailsum.el (rmail-summary-output): Properly advance
16383 to next message, by calling rmail-summary-goto-msg.
16385 * net/browse-url.el (browse-url-galeon): Specify --existing
16386 for an existing window. Use --noraise rather than --no-raise.
16389 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16391 * progmodes/etags.el (find-tag-noselect, find-tag)
16392 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
16393 Fix a typo in doc strings.
16395 2002-02-20 Deepak Goel <deego@glue.umd.edu>
16397 * play/snake.el (snake-velocity-queue, snake-update-velocity)
16398 (snake-final-x-velocity, snake-final-y-velocity):
16399 New variable and functions. Store user's keypresses
16400 into a queue and pop from the queue each subsequent turn.
16401 (snake-update-game, snake-move-left)
16402 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
16403 (snake-start-game): Use that queue.
16404 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
16405 (snake-use-color-flag): Likewise.
16406 (snake-mode): Rename uses of those variables.
16408 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
16410 Support for ICCCM Extended Segments in X selections:
16412 * international/mule-conf.el (ctext-no-compositions): New coding
16414 (compount-text-no-extensions): Renamed from compound-text.
16415 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
16416 compound-text-no-extensions.
16417 (compound-text): Redefined using post-read and pre-write conversions.
16419 * international/mule.el (non-standard-icccm-encodings-alist)
16420 (non-standard-designations-alist): New variables.
16421 (ctext-post-read-conversion, ctext-pre-write-conversion):
16424 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
16426 * vc.el (vc-default-init-version): Update documentation to
16427 indicate that the backend can override the default init version.
16428 (vc-register): Use the backend init-version function, if it
16429 exists, to determine the initial version of a file.
16430 (vc-diff-switches-list): Don't symbol-quote backend, since it's
16431 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
16433 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
16434 not version-controlled. This is necessary, e.g., if the file has
16435 just been reverted, and thus was previously under version control
16436 but isn't any longer.
16437 (vc-find-file-hook): Likewise.
16439 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
16441 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
16442 (vc-cvs-sticky-tag-display): New variable.
16443 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
16444 (vc-cvs-checkin): If the input revision is a valid symbolic tag
16445 name, we create it as a branch, commit and switch to it.
16446 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
16447 (vc-cvs-valid-symbolic-tag-name-p): New function.
16448 (vc-cvs-parse-sticky-tag): New function.
16449 (vc-cvs-parse-entry): Added parsing of sticky tags.
16451 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
16453 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
16454 nil, and then explicitly set the standard-value to t.
16456 2002-02-20 Sam Steingold <sds@gnu.org>
16458 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
16459 since it is used in the menu bar.
16461 2002-02-20 Richard M. Stallman <rms@gnu.org>
16463 * simple.el (shell-command-on-region): Display the exit status
16464 when a command fails.
16466 * subr.el (add-hook): Doc fix.
16468 * frame.el (other-frame): Doc fix.
16470 * simple.el (yank): Clear `field' property.
16472 2002-02-20 Tom Tromey <tromey@cachet>
16474 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
16475 natural paragraph boundaries. Don't fail at beginning of buffer.
16477 2002-02-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16479 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
16480 call the argument "arg" to match plain next-line and
16481 previous-line. From Kevin Ryde <user42@zip.com.au>.
16483 2002-02-19 Sam Steingold <sds@gnu.org>
16485 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
16486 scroll amounts for different modifiers now.
16487 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
16489 (mouse-wheel-mode): Ditto.
16491 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
16493 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
16494 around function body.
16496 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
16497 sense of the comparison, to match the doc strings of functions
16498 that use this macro.
16500 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
16502 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
16504 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
16505 * menu-bar.el (menu-bar-mode): Ditto.
16507 2002-02-18 Andreas Schwab <schwab@suse.de>
16509 * replace.el (query-replace-regexp-eval): Doc fix.
16511 2002-02-18 Colin Walters <walters@verbum.org>
16513 * calc/calcalg2.el (math-solve-get-int): Convert return value from
16514 `math-get-from-counter' to a string before calling `concat' on it.
16516 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
16517 (calc-public-autoloads): Obsolete; remove.
16518 (calc-private-autoloads): Ditto.
16519 (calc-add-autoloads): Ditto.
16521 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
16524 2002-02-17 Jason Rumney <jasonr@gnu.org>
16526 * w32-win.el (x-option-alist, x-long-option-alist)
16527 (x-switch-definitions): Remove, use command-line-x-option-alist
16528 instead to be consistent with X.
16529 (x-handle-initial-switch): New function.
16531 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16533 * faces.el (mode-line-inactive, header-line): Add the :inherit
16534 attribute for the tty case.
16536 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
16538 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
16539 invoked from Rmail with full headers displayed.
16541 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16543 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
16545 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16547 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
16549 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
16550 (menu-bar-tools-menu): Removed speedbar.
16552 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
16553 and `flyspell-mode' entries.
16555 * textmodes/flyspell.el (flyspell): Add to ispell group.
16557 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16559 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
16561 (mark-defun): Mark more if repeated.
16563 2002-02-17 Colin Walters <walters@verbum.org>
16565 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
16567 * ibuffer.el (ibuffer-truncate-lines): New option.
16568 (ibuffer-mode): Use it.
16570 2002-02-17 Kim F. Storm <storm@cua.dk>
16572 * cus-start.el: Add mouse-highlight.
16574 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16576 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
16578 * cus-start.el: Add automatic-hscroll-margin and
16579 automatic-hscroll-step.
16581 2002-02-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16583 * cus-start.el (x-autoselect-window): Allow customization.
16585 * eshell/em-alias.el (eshell-alias-initialize): Do not use
16588 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
16590 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
16592 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
16594 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
16596 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
16598 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
16600 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
16602 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
16604 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
16606 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
16608 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
16610 * eshell/esh-io.el (eshell-io-initialize): Likewise.
16612 * eshell/esh-mode.el (eshell-mode): Likewise.
16614 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
16616 * eshell/esh-var.el (eshell-var-initialize): Likewise.
16618 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
16620 * progmodes/idlwave.el (idlwave-mode): Likewise.
16622 * textmodes/reftex-sel.el (reftex-select-label-mode)
16623 (reftex-select-bib-mode): Likewise.
16625 2002-02-16 John Wiegley <johnw@gnu.org>
16627 * eshell/em-hist.el (eshell-hist-initialize): When in the
16628 minibuffer, use the global value of `eshell-history-ring', and
16629 never save it to disk, or ask to save it to disk. This allows
16630 users of session.el to control whether its global state should be
16632 (eshell-add-command-to-history): Don't write Eshell's history out
16633 to disk, let the governing mode control that upon exit.
16635 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
16637 * eshell/eshell.el (eshell-command): Before reading from the
16638 minibuffer, add eshell-add-command-to-history to
16639 minibuffer-exit-hook, and remove it after read-from-minibuffer
16642 * eshell/em-hist.el (eshell-add-input-to-history): New function,
16643 with most of the code from eshell-add-to-history.
16644 (eshell-add-command-to-history): New function, to record in
16645 eshell-history the commands run via eshell-command.
16646 (eshell-add-to-history): Call eshell-add-command-to-history to do
16649 2002-02-16 John Wiegley <johnw@gnu.org>
16651 * eshell/esh-ext.el (eshell-external-command): Added a fix for
16652 XEmacs' new dired.el, which adds a global entry in the
16653 `file-name-handler-alist'.
16655 2002-02-16 John Wiegley <johnw@gnu.org>
16657 * align.el (align-region): Added a missing name argument.
16659 2002-02-16 John Wiegley <johnw@gnu.org>
16661 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
16662 after the #! of a shell interpretor specification.
16664 2002-02-15 Richard M. Stallman <rms@gnu.org>
16666 * help.el (describe-key-briefly): Make output in INSERT case
16667 look just like what is displayed in the normal case.
16669 2002-02-15 Andreas Schwab <schwab@suse.de>
16671 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
16672 Require non-letter after specials.
16674 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
16676 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
16678 2002-02-15 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16680 * simple.el (mark-word): Mark more if repeated.
16681 * textmodes/paragraphs.el (mark-paragraph): Ditto.
16682 (mark-end-of-sentence): Ditto.
16684 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
16686 * wid-edit.el (widgetp): Made it more robust.
16688 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
16690 * facemenu.el (describe-text-done): New function.
16691 (describe-text-mode-map): New variable.
16692 (describe-text-mode-hook): New option.
16693 (describe-text-mode): New function.
16694 (describe-text-widget): New function.
16695 (describe-text-sexp): New function.
16696 (describe-text-properties): New function.
16697 (describe-text-category): New command.
16698 (describe-text-at): New command.
16699 (facemenu-menu): Replace `list-text-properties-at' with
16700 `describe-text-at' in the menu.
16702 * wid-edit.el (widgetp): New function.
16703 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
16705 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
16707 * wid-browse.el: Removed version and x-url keywords.
16709 2002-02-13 Kim F. Storm <storm@cua.dk>
16711 * cus-start.el (mode-line-in-non-selected-windows):
16712 Allow customization.
16714 2002-02-13 Richard M. Stallman <rms@gnu.org>
16716 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
16717 Tell bibtex-parse-keys to output no progress messages.
16719 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
16721 * progmodes/pascal.el (pascal-imenu-generic-expression):
16722 Add menu-title and fix parentheses.
16724 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16726 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
16727 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
16729 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
16731 * menu-bar.el (menu-bar-options-save): Only save
16732 `current-language-environment' and `default-input-method' when
16733 marked as customized.
16735 * international/mule-cmds.el
16736 (setup-specified-language-environment):
16737 Mark `current-language-environment' as customized.
16738 (set-input-method): Mark `default-input-method' as customized when
16739 called interactively.
16740 (toggle-input-method): Ditto.
16742 2002-02-11 Colin Walters <walters@verbum.org>
16744 * ibuffer.el (ibuffer-switch-format): Supply required argument for
16745 `ibuffer-current-formats'.
16747 2002-02-11 Miles Bader <miles@gnu.org>
16749 * faces.el (mode-line-inactive): Add dark-background variant.
16751 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
16753 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
16754 * menu-bar.el (menu-bar-mode): Ditto.
16755 * cus-edit.el (customize-mark-to-save): Always save variables
16756 without a standard value.
16758 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
16759 (menu-bar-options-save): Ditto.
16760 (menu-bar-showhide-menu): Ditto.
16761 (menu-bar-options-menu): Ditto.
16762 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
16763 (menu-bar-scroll-bar-none): Remove.
16764 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
16765 expressions instead.
16767 * cus-edit.el (customize-set-value): Return value.
16768 (customize-set-variable): Ditto.
16769 (customize-save-variable): Ditto.
16770 (customize-set-variable): Load dependencies before setting value.
16771 (custom-load-symbol): Autoload it.
16772 (customize-mark-as-set): New function.
16774 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
16776 * cus-start.el: Don't warn about "x-*" symbols when building a
16779 2002-02-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16781 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
16783 (strokes-help): Do not use doubled with-output-to-temp-buffer.
16784 Fix the help string.
16785 (strokes-prompt-user-save-strokes): Fix typo.
16786 (strokes-list-strokes): Use proper exit-action argument for
16787 view-buffer. Update copyright notice.
16789 * international/mule-diag.el: Various doc and message fixes.
16790 (non-iso-charset-alist): Add mac-roman. Don't add entries for
16791 codepages already present.
16792 (list-block-of-chars): Display space for null entries in
16793 translation table. Display tab specially.
16794 (list-non-iso-charset-chars): Check for null charsets. Use pop
16795 for clarity. Don't break 8-bit sets into sections between ranges.
16796 (list-charset-chars): Avoid indent-tabs-mode.
16797 (describe-char-after): Maybe use the text property for syntax
16798 table information. Maybe report char-code-property-table info.
16799 Maybe report character's unicode. Tweak printing of list info.
16800 (list-input-methods): Add xref buttons.
16801 (dump-charsets, dump-codings): Deleted (obsolete).
16802 From Dave Love <fx@gnu.org>.
16804 2002-02-10 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16806 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
16808 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
16810 * viper-util.el (viper-read-key-sequence): Fix so it'll read
16811 fast key sequences in emacs native mode
16812 (viper-events-to-keys): Delete.
16814 * viper.el (describe-key, describe-key-briefly): Get rid of
16815 viper-events-to-keys.
16817 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
16819 * ediff-wind.el (ediff-setup-control-frame):
16820 Use ediff-has-gutter-support.
16822 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
16823 check if buff is alive.
16825 * ediff.el: Typo in comment.
16827 2002-02-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16829 * menu-bar.el (menu-bar-options-save): Take care of
16830 line-number-mode and column-number-mode variables.
16831 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
16832 "Show Column Number" in "Show/Hide" menu.
16834 2002-02-09 Richard M. Stallman <rms@gnu.org>
16836 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
16838 2002-02-09 Kim F. Storm <storm@cua.dk>
16840 * faces.el (mode-line-inactive): New face for mode-line for
16841 non-selected windows.
16842 (mode-line): Doc fix: Only used for selected window.
16844 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16846 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
16847 name to "Insert Diary Entry".
16849 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
16851 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
16852 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
16854 2002-02-08 Richard M. Stallman <rms@gnu.org>
16856 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
16858 2002-02-08 Andreas Schwab <schwab@suse.de>
16860 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
16863 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
16865 * net/ange-ftp.el (ange-ftp-process-handle-line)
16866 (ange-ftp-set-xfer-size): If the file's size is a float, divide
16867 by 1024 instead of using ash.
16869 * international/mule-cmds.el (select-safe-coding-system):
16870 State the buffer's name in the message popped in the *Warning* buffer,
16871 and make sure the offending buffer is displayed.
16873 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
16875 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
16877 2002-02-07 Richard M. Stallman <rms@gnu.org>
16879 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
16881 * register.el (list-registers): New command.
16882 (describe-register-1): New subroutine, taken out of view-register.
16884 * emacs-lisp/copyright.el (copyright-regexp):
16885 Delete the unibyte copyright symbol; it's redundant.
16886 Fix a spazz in the multibyte encoding here.
16888 2002-02-07 Dave Love <fx@gnu.org>
16890 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
16891 (cyrillic-encode-alternativnyj-char): Get translation tables from
16892 symbol properties, not as variables.
16893 (standard-display-cyrillic-translit): Include unicodes.
16895 2002-02-06 Kim F. Storm <storm@cua.dk>
16897 * help.el (where-is): Report remapped commands.
16899 * help-fns.el (describe-function-1): Ditto.
16901 * subr.el (global-set-key, local-set-key): Accept a symbol for the
16902 KEY argument (like define-key).
16904 2002-02-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16906 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
16908 2002-02-06 Richard M. Stallman <rms@gnu.org>
16910 * mail/mailabbrev.el: Require sendmail only at compile time.
16911 (mail-mode-header-syntax-table): Var deleted.
16912 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
16913 (sendmail-pre-abbrev-expand-hook): Only temporarily change
16914 local-abbrev-table and the syntax table.
16915 Compute mail-abbrev-syntax-table if that has not been done.
16917 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
16919 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
16920 (debugger-frame-number): Figure out the offset directly.
16921 (debugger-setup-buffer): Don't use debugger-frame-offset.
16922 (debugger-frame, debugger-frame-clear): Likewise.
16923 (debugger-jump): Don't alter debugger-frame-offset.
16925 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16926 Replace foo-p as var name with foo-flag, not foo-p-flag.
16928 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
16929 (highlight-changes-passive-string): Default to -Chg.
16930 (highlight-changes-global-modes): Doc fix.
16932 * dired.el (dired-get-filename): Add /: when appropriate
16933 to avoid taking a local name as remote.
16935 * files.el (file-name-non-special): Add special handling for
16936 file-name-sans-versions, file-name-completion, and
16937 file-name-all-completions.
16939 * isearch.el (isearch-update): Don't update display in kbd macro.
16940 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
16942 * subr.el (force-mode-line-update): Doc fix.
16944 * subr.el (atomic-change-group, prepare-change-group)
16945 (activate-change-group, accept-change-group, cancel-change-group):
16948 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
16949 (transpose-subr-1): Use atomic-change-group.
16951 * subr.el (add-minor-mode): Include the mode's lighter string
16952 in the minor mode menu item name.
16954 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
16955 rmail-count-screen-lines starting from (point-min).
16957 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
16958 beyond the image height, to use the fancy splash screen.
16960 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
16961 (text-mode): Set text-mode-variant here.
16963 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
16965 * play/pong.el (pong-height): Don't use height that exceeds the
16967 (pong-border-options): Make the border colors slightly more bright.
16969 * play/gamegrid.el (gamegrid-display-type): Treat any
16970 color-capable display as color-x, if display-color-p is fboundp.
16971 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
16972 (gamegrid-make-color-tty-face): Use the value of color, not the
16973 symbol itself. Don't call gamegrid-color.
16975 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
16977 * gud.el (gud-refresh): Call recenter only after we are sure we
16978 are in the right window.
16980 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
16982 * cus-edit.el (customize-mark-to-save): New function.
16983 * menu-bar.el (menu-bar-options-save): Rewrote.
16985 2002-02-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16987 * cus-start.el (x-use-underline-position-properties):
16988 Allow customization.
16990 2002-02-04 Simon Josefsson <jas@extundo.com>
16992 * dired.el (dired-load-hook, dired-mode-hook)
16993 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
16995 2002-02-03 Colin Walters <walters@verbum.org>
16997 * ibuf-ext.el (ibuffer-filter-format-alist)
16998 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
17000 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
17001 is now the Emacs CVS tree.
17002 (ibuffer-formats): Doc fix.
17003 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
17004 (ibuffer-current-format): Use them.
17005 (ibuffer-recompile-formats, ibuffer-check-formats)
17006 (ibuffer-switch-format, ibuffer-update-title):
17007 Add support for ibuffer-filter-format-alist.
17008 (define-ibuffer-column process): Remove unncessary consing.
17010 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
17011 for a summary column.
17013 2002-02-03 Andreas Schwab <schwab@suse.de>
17015 * window.el (save-selected-window): Move macro before first use.
17016 (balance-windows): Fix misplaced parenthesis.
17018 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17020 * calculator.el (calculator-displayers): Doc fixes.
17022 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17024 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
17025 (menu-bar-options-save): Save also the value of `display-time-mode'.
17026 (showhide-date-time): New function.
17027 (menu-bar-showhide-menu): New menu-item "Date and time".
17029 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
17031 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
17032 get-file-buffer to check for rmail buffer existence.
17034 * term.el (term-emulate-terminal): Extract proper command string
17035 which is supplied to term-command-hook.
17037 2002-02-03 Richard M. Stallman <rms@gnu.org>
17039 * international/quail.el (quail-help): Don't call help-setup-xref.
17041 * international/mule-cmds.el (describe-input-method):
17042 Call help-setup-xref here.
17043 (describe-current-input-method): Doc fix.
17045 * novice.el (disabled-command-hook): Clarify output text.
17046 Indent the paragraph from the command's doc string.
17048 * dabbrev.el (dabbrev--goto-start-of-abbrev):
17049 Exit loop on beginning of field rather than bobp.
17051 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17053 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
17054 the message text into the *mail* buffer, and restore the pruned
17057 * mail/rmail.el (rmail-redecode-body): Prune the headers before
17058 looking for X-Coding-System header, and restore the pruned state
17061 2002-02-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17063 * cus-edit.el (customize-save-variable): Fix typo in prompt.
17065 These changes integrate new version of flyspell.el from its
17066 maintainer, Manuel Serrano:
17068 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
17069 (flyspell-mode-on, flyspell-notify-misspell)
17070 (flyspell-small-region, flyspell-external-point-words)
17071 (flyspell-large-region): Use it
17072 (flyspell-before-incorrect-word-string)
17073 (flyspell-after-incorrect-word-string): New user options.
17074 (make-flyspell-overlay): Use them.
17075 (flyspell-version): New function.
17076 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
17077 definitions to use :weight.
17078 (flyspell-insert-function): New user option.
17079 (flyspell-auto-correct-word, flyspell-correct-word)
17080 (flyspell-xemacs-correct): Use it.
17081 (flyspell-define-abbrev): New function.
17082 (flyspell-auto-correct-word, flyspell-correct-word)
17083 (flyspell-xemacs-correct): Use it.
17084 (make-flyspell-overlay): Use `evaporate' property.
17085 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
17086 (flyspell-emacs-popup): Use `session' instead of `accept'.
17087 (flyspell-auto-correct-previous-pos): New variable.
17088 (flyspell-auto-correct-previous-hook)
17089 (flyspell-auto-correct-previous-word): New functions.
17091 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17093 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
17094 don't alter the user's ~/.emacs.
17095 (disable-command): If user-init-file is nil or does not exist,
17096 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
17097 But don't alter the init file if Emacs was invoked as "emacs -q"
17099 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
17101 * mail/sendmail.el (mail-mode): Undo half of last change.
17103 * indent.el (indent-for-tab-command): Remove spurious code.
17105 * hi-lock.el (hi-lock-find-patterns): Save restriction.
17107 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
17109 * calendar/time-date.el: Moved from lisp/gnus.
17111 * calendar/parse-time.el: Ditto.
17113 2002-01-31 Richard M. Stallman <rms@gnu.org>
17115 * international/iso-acc.el (iso-languages): Fix ", " in French.
17117 * cus-start.el (history-length): Specify customization for it.
17119 * emacs-lisp/debug.el (debugger-setup-buffer):
17120 When an eval-buffer frame was reading from a buffer,
17121 insert indication of the buffer position.
17122 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
17123 (debugger-frame-clear, debugger-frame): Error on non-frame line.
17125 * simple.el (shell-command-on-region): Err if no mark
17126 before reading the command string.
17128 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
17129 Definitions moved down after hl-line-mode var's definition.
17131 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
17132 (hilit-chg-set-face-on-change): Rename arg.
17133 (hilit-chg-make-ov): Detect error earlier.
17135 * ediff-hook.el: Delete autoload cookies.
17137 * comint.el (comint-scroll-show-maximum-output): Default is t.
17139 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
17140 (batch-byte-compile-if-not-done): New function.
17142 * Makefile.in (compile): New target.
17143 (compile-always): Renamed from compile-files.
17144 (compile-after-backup): Renamed from compile.
17145 (bootstrap): Depend on compile-always, not compile-files.
17147 * emulation/pc-select.el (pc-select-save-and-set-mode):
17148 Properly use MODE-VAR.
17150 2002-01-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17152 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
17153 Version" to "About Emacs".
17154 (menu-bar-options-save): Add `default-frame-alist'
17155 to saved variables.
17156 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
17157 of the variable `scroll-bar-mode'.
17159 * startup.el (normal-splash-screen, display-splash-screen):
17160 New functions (separated from command-line-1).
17161 (command-line-1): Use them.
17163 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
17165 * calendar/calendar.el (generate-calendar-month): Doc fix.
17167 2002-01-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17169 * time.el (display-time-mail-directory): New option.
17170 (display-time-mail-function): Update doc-string.
17171 (display-time-mail-icon): Use XPM image when available.
17172 (display-time-string-forms): Use more descriptive text as
17173 help-echo property.
17174 (display-time-mail-check-directory): New function.
17175 (display-time-update): Use it.
17177 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
17178 Quote `window-system'.
17180 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
17181 Add Keywords header. Update Commentary section.
17182 Update copyright notice.
17184 * menu-bar.el (menu-bar-scroll-bar-right)
17185 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
17186 (showhide-menu-bar): New functions.
17187 (menu-bar-showhide-menu): New submenu "Show/Hide".
17188 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
17190 Update copyright notice.
17192 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
17194 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
17196 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
17198 * pc-select.el (pc-selection-mode-hook)
17199 (pc-select-saved-settings-alist, pc-select-map)
17200 (pc-select-saved-global-map, pc-select-key-bindings-alist)
17201 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
17202 (pc-select-meta-moves-sexps-key-bindings)
17203 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
17205 (pc-select-define-keys, pc-select-restore-keys): New functions.
17206 (pc-select-add-to-alist, pc-select-save-and-set-var)
17207 (pc-select-save-and-set-mode, pc-select-restore-var)
17208 (pc-select-restore-mode): New macros.
17209 (pc-selection-mode): Completely rewrote the body of the function;
17210 the main goal was to make pc-selection-mode "turn-off"-able, like
17211 other minor modes. Use define-minore-mode instead of just a
17212 defun. Store the key bindings into four alists:
17213 pc-select-default-key-bindings, pc-select-extra-key-bindings,
17214 pc-select-meta-moves-sexps-key-bindings, and
17215 pc-select-tty-key-bindings; then have the pc-select-define-keys
17216 function walk those alists instead of calling define-key
17217 repeatedly. When the mode is turned on, set the
17218 keybindings in global-map and remember the old keybindings; when
17219 the mode is turned off, restore the previously-saved keybindings.
17220 (pc-selection-mode defcustom): Reflect the fact that the mode is
17221 now "turn-off"-able.
17223 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
17225 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
17226 returns t, don't treat that as an error.
17228 2002-01-25 Jason Rumney <jasonr@gnu.org>
17230 * faces.el (face-font-registry-alternatives) [windows-nt]:
17231 Add ms-oemlatin as an alternative for iso8859-1.
17233 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
17235 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
17236 args and the absence of an entry. Don't add -f each time.
17238 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
17240 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
17242 Support for more than 8 colors on character terminals:
17244 * term/rxvt.el: New file.
17246 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
17248 * term/xterm.el (xterm-standard-colors): New variable.
17249 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
17250 (xterm-rxvt-set-background-mode): New functions.
17251 (toplevel): Call xterm-register-default-colors,
17252 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
17253 Add support for more keys from xterm's terminfo entry.
17255 * facemenu.el (list-colors-display): If the argument is nil, don't
17256 show more colors that the number returned by display-color-cells.
17258 * term/pc-win.el (msdos-color-values): Reverse the order of the
17259 colors, since tty-color-define now preserves the registration order.
17261 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
17263 * term/tty-colors.el (tty-standard-colors): Reverse the order.
17264 (tty-register-default-colors): New function; code moved from
17265 startup.el's command-line.
17266 (tty-modify-color-alist): Use nconc instead of cons, to preserve
17267 the order the colors where registered.
17269 * frame.el (display-color-cells): Use tty-display-color-cells.
17271 * startup.el (command-line): Call tty-register-default-colors.
17273 2002-01-25 Richard M. Stallman <rms@gnu.org>
17275 * subr.el (remove): Doc fix.
17277 2002-01-24 Richard M. Stallman <rms@gnu.org>
17279 * progmodes/compile.el (compilation-handle-exit):
17280 Add a compilation-handle-exit property to the "finished" message.
17281 (compilation-parse-errors): Stop parsing when that property is seen.
17283 * subr.el (substring-no-properties): New function.
17284 (copy-without-properties): Function deleted.
17286 * term/x-win.el (x-handle-geometry): Put sizes on both
17287 initial-frame-alist and default-frame-alist.
17289 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
17292 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
17294 * calendar/calendar.el (generate-calendar-month): Doc fix.
17296 2002-01-23 Richard M. Stallman <rms@gnu.org>
17298 * play/tetris.el (tetris): New defgroup.
17299 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
17300 (tetris-default-tick-period): Convert to defcustom.
17301 Added * in docstring to indicate user variable.
17302 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
17303 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
17304 (tetris-buffer-height, tetris-width, tetris-height)
17305 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
17307 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
17309 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
17310 and is already matched by adaptive-fill-regexp.
17312 2002-01-22 Richard M. Stallman <rms@gnu.org>
17314 * bindings.el (mode-line-copied-mode-name): New variable.
17315 (mode-line-mode-name): Don't modify mode-name itself!
17316 Instead, make a copy and reuse it.
17318 * subr.el (copy-without-properties): New function.
17320 * progmodes/sh-script.el (sh-set-shell): Doc fix.
17322 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
17323 slash if DIR is just slash.
17325 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
17327 2002-01-21 Richard M. Stallman <rms@gnu.org>
17329 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
17331 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
17334 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
17336 * ibuffer.el: Don't require ibuf-ext at load time.
17337 (ibuffer): Require ibuf-ext here.
17339 2002-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
17341 * generic-x.el (apache-conf-generic-mode): Highlight the first
17342 word in a line even if preceded by blanks.
17344 2002-01-21 Richard M. Stallman <rms@gnu.org>
17346 * window.el (window-body-height): Handle minibuffer window specially.
17347 Otherwise, don't return less than 1.
17349 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
17351 * ange-ftp.el: Added support for BS2000, and for raw ftp
17352 login commands (needed in some circumstances).
17353 (ange-ftp-raw-login): New custom var.
17354 (ange-ftp-normal-login): Perform login with raw ftp commands, if
17355 ange-ftp-raw-login is set and account password is needed.
17356 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
17357 (ange-ftp-bs2000-filename-pubset-regexp)
17358 (ange-ftp-bs2000-filename-username-regexp)
17359 (ange-ftp-bs2000-filename-prefix-regexp)
17360 (ange-ftp-bs2000-name-template): New consts.
17361 (ange-ftp-bs2000-short-filename-regexp)
17362 (ange-ftp-bs2000-fix-name-regexp-reverse)
17363 (ange-ftp-bs2000-fix-name-regexp): New consts.
17364 (ange-ftp-bs2000-special-prefix): New custom var.
17365 (ange-ftp-fix-name-for-bs2000)
17366 (ange-ftp-fix-dir-name-for-bs2000): New funs.
17367 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
17368 (ange-ftp-bs2000-posix-hook-installed): New vars.
17369 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
17370 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
17371 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
17372 (ange-ftp-bs2000-filename-regexp): New const.
17373 (ange-ftp-bs2000-additional-pubsets): New custom var.
17374 (ange-ftp-bs2000-cd-to-posix): New fun.
17376 2002-01-20 Colin Walters <walters@verbum.org>
17378 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
17379 with `byte-compile-dynamic'.
17380 (ibuffer-default-directory, toplevel): Doc files.
17382 2002-01-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17384 * tempo.el (tempo-define-template): Doc fix.
17386 * scroll-bar.el (scroll-bar-mode): Make argument optional.
17388 2002-01-20 Jason Rumney <jasonr@gnu.org>
17390 * w32-vars.el: New file.
17392 * loadup.el [windows-nt]: Load it.
17394 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
17395 and make them defcustoms.
17397 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
17399 2002-01-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17401 * language/tibet-util.el (tibetan-decompose-region)
17402 (tibetan-decompose-string): Fix typo in docstring.
17404 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
17406 2002-01-18 Richard M. Stallman <rms@gnu.org>
17408 * comint.el (comint-redirect-send-command-to-process):
17409 Restore previous current buffer.
17411 * window.el (window-body-height): New function.
17413 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
17415 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
17416 "Finish Function" menu map entries for jdb mode.
17417 (gud-jdb-use-classpath): New customization variable.
17418 (gud-jdb-command-name): Add customization.
17419 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
17420 (gud-jdb-classpath-string): New variable.
17421 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
17422 (gud-jdb-build-source-files-list): Likewise.
17423 (gud-jdb-massage-args): Record any command argument classpath
17424 string in `gud-jdb-classpath-string'.
17425 (gud-jdb-lowest-stack-level): New function, finds bottom of current
17426 java call stack in jdb output.
17427 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
17428 (gud-jdb-parse-classpath-string): New functions.
17429 (gud-jdb-marker-filter): Search/detect classpath information in
17430 jdb's output. marker regexp updated to match oldjdb and jdb output
17431 formats. Expand search for source files to include new/old methods
17432 using new functions above. Do not allow `gud-marker-acc' to grow
17434 (jdb): Set classpath information (if available) as jdb is started.
17435 Change `gud-break' and `gud-remove'
17436 to use new %c ("class") escape in format strings.
17437 Add `gud-finish', `gud-up', `gud-down' command string functions, and
17438 add them to the local menu map. Update `comint-prompt-regexp' for
17439 jdb and oldjdb. If attaching to an already running java VM and
17440 configured to use classpath, send command to query for classpath,
17441 else use previous method for finding and parsing java
17442 sources. Set `gud-jdb-find-source' function accordingly.
17443 (gud-mode): Doc fix.
17444 (gud-format-command): Add support for new %c ("class") escape.
17445 (gud-find-class): New function in support of %c escape.
17447 2002-01-17 Richard M. Stallman <rms@gnu.org>
17449 * ibuf-ext.el: Enable byte-compile-dynamic.
17451 2002-01-17 Jason Rumney <jasonr@gnu.org>
17453 * term/w32-win.el: Restore conditional require of fontset.
17455 2002-01-16 Richard M. Stallman <rms@gnu.org>
17457 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
17459 (mouse-drag-region): New function. For a click in the echo area,
17462 * ibuf-ext.el: Delete the autoloads for functions defined with
17463 ibuffer-specific commands.
17465 * help.el (describe-distribution): Really call view-file.
17467 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
17468 (ange-ftp-get-process): Pass that arg.
17470 * comint.el (comint-simple-send): Fix previous change.
17472 * net/telnet.el (telnet-simple-send): Fix previous change.
17474 * progmodes/sql.el (sql-escape-newlines-and-send)
17475 (sql-query-placeholders-and-send): Fix previous change.
17477 2002-01-16 Colin Walters <walters@verbum.org>
17479 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
17480 URL, Compatibility headers. Update copyright notice.
17481 * ibuf-macs.el (toplevel): Require `cl' when compiling.
17483 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
17485 * startup.el (command-line): Set EOL mnemonics for the Mac.
17487 2002-01-16 Andreas Schwab <schwab@suse.de>
17489 * mail/feedmail.el (feedmail): Fix :link spec.
17491 2002-01-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17493 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
17496 * net/eudc.el: New maintainer. Change author's address.
17497 (eudc-pre-select-window-configuration, eudc-insertion-marker):
17499 (eudc-insert-selected): Function removed.
17500 (eudc-select): Reimplemented.
17501 (eudc-expand-inline): Delete the strings only after its expansion
17502 is chosen not before.
17504 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
17505 Minor coding style fixes.
17507 * net/eudcb-ldap.el: New maintainer. Change author's address.
17508 (eudc-attribute-display-method-alist): Display mail with
17511 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
17512 * net/eudc-vars.el: New maintainer. Change author's address.
17514 * net/eudc-bob.el: New maintainer. Change author's address.
17515 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
17516 (eudc-display-mail): New function.
17517 (eudc-bob-play-sound-at-point): Remove XEmacs case.
17519 2002-01-15 Richard M. Stallman <rms@gnu.org>
17521 * emacs-lisp/autoload.el (make-autoload):
17522 Don't handle define-ibuffer-column, define-ibuffer-filter,
17523 define-ibuffer-sorter, and define-ibuffer-op.
17525 2002-01-14 Richard M. Stallman <rms@gnu.org>
17527 * calendar/calendar.el (diary-date-forms): Doc fix.
17529 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
17531 * startup.el (command-line): Register the default tty colors even
17532 if the terminal doesn't seem to support colors.
17533 <tty-long-option-alist>: New option --color.
17534 (tty-handle-args): Parse the --color arg.
17536 * term/tty-colors.el (tty-color-mode-alist): New variable.
17538 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
17540 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
17541 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
17543 (ange-ftp-hook-function): Preserve match-data.
17544 (ange-ftp-insert-directory): Typo.
17545 (ange-ftp-shell-command): Check if regexp matched.
17547 2002-01-13 Richard M. Stallman <rms@gnu.org>
17549 * international/mule-cmds.el: help-map bindings moved to help.el.
17551 * help.el (view-echo-area-messages): New function.
17552 (help-map): Add `e' binding. Delete obsolete `d' binding.
17553 Change old Info bindings C-f, C-k and C-i to F, K, S.
17554 Move view-emacs-FAQ from F to C-f.
17555 Move view-emacs-problems from P to C-e.
17556 Bindings moved here from mule-cmds.el.
17557 C-l binding for describe-language-environment deleted
17558 (help-for-help): Update for all these changes.
17560 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
17562 2002-01-13 Dave Love <fx@gnu.org>
17564 * emacs-lisp/copyright.el: Doc fixes.
17565 (copyright-regexp): Add Latin-9 copyright sign.
17566 Match comment delimiters in year lists.
17567 (copyright-current-year): Initialize to load-time year.
17569 2002-01-13 Andreas Schwab <schwab@suse.de>
17571 * dired-aux.el (dired-do-shell-command): Doc fix.
17573 2002-01-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17575 * startup.el (command-line-x-option-alist): New options "-fs",
17576 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
17578 * term/x-win.el (x-handle-initial-switch): New function.
17580 2002-01-13 Colin Walters <walters@debian.org>
17582 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
17583 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
17585 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
17587 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
17589 2002-01-12 Richard M. Stallman <rms@gnu.org>
17591 * net/browse-url.el (browse-url-grail):
17592 Use browse-url-maybe-new-window.
17594 * net/telnet.el (telnet-simple-send):
17595 Handle comint-input-sender-no-newline like comint-simple-send.
17597 * progmodes/sql.el (sql-query-placeholders-and-send):
17598 Handle comint-input-sender-no-newline like comint-simple-send.
17599 (sql-escape-newlines-and-send): Likewise.
17601 * comint.el (comint-input-sender): Doc fix.
17602 (comint-input-sender-no-newline): New variable.
17603 (comint-simple-send): If comint-input-sender-no-newline,
17604 don't output newline, but maybe send eof.
17605 (comint-send-input): New arg NO-NEWLINE.
17606 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
17608 2002-01-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17610 * textmodes/flyspell.el (flyspell-check-pre-word-p):
17611 Prevent delaying when executing keyboard macros.
17613 2002-01-12 Richard M. Stallman <rms@gnu.org>
17615 * simple.el (line-move): If we can't move enough lines,
17616 go to beginning or end of line.
17618 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
17621 * help.el (describe-mode): Call help-setup-xref in the help buffer.
17622 Switch buffers only after calling `help-buffer'.
17624 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
17625 only when they are surrounded by whitespace.
17626 Use dired-mark-separator when adding one file name to a command.
17627 (dired-do-shell-command): Verify that * is surrounded by whitespace.
17628 Ask for confirmation if * or ? is not surrounded by whitespace.
17629 (dired-bunch-files): Re-reverse the partial file list when it is used.
17631 2002-01-12 Richard M. Stallman <rms@gnu.org>
17633 * comint.el (comint-dynamic-list-completions): Repeating the command
17634 after displaying a completion list scrolls the list.
17636 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
17638 * files.el (find-file-noselect): Don't consider a buffer as
17639 visiting a file literally if it is in hexl-mode.
17641 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
17643 2002-01-11 Richard M. Stallman <rms@gnu.org>
17645 * startup.el (initial-scratch-message): Fix custom type, add group.
17647 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
17648 around the decode-coding-region call.
17650 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
17651 after displaying a completion list scrolls the list.
17653 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
17655 * version.el (emacs-version): Bump to 21.2.50.
17657 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
17659 * play/zone.el (zone-timeout): New var.
17660 (zone-hiding-modeline): New macro.
17661 (zone-call): New func.
17663 (zone): Init `modeline-hidden-level' symbol property.
17664 Use `zone-call' instead of `funcall'.
17666 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
17668 (zone-pgm-stress): Use `zone-hiding-modeline'.
17670 (zone-pgm-stress-destress): New zone program.
17672 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
17674 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
17676 2002-01-09 Richard M. Stallman <rms@gnu.org>
17678 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
17680 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
17682 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
17683 flyspell-mouse-map.
17685 2002-01-08 Richard M. Stallman <rms@gnu.org>
17687 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
17689 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
17691 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
17693 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17695 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
17696 Do not use make-local-hook.
17698 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
17700 * international/quail.el (quail-start-translation)
17701 (quail-start-conversion): Bind last-command-event, last-command,
17702 and this-command in the first let. This fixes the change from
17705 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
17707 * ediff-hook.el: Add an autoload cookie.
17709 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17711 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
17712 address of the author.
17714 2002-01-08 Richard M. Stallman <rms@gnu.org>
17716 * replace.el (occur-mode-goto-occurrence-other-window): New command.
17717 (occur-mode-map): Bind `o' to that.
17719 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
17721 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17722 new macro that replaces viper-emacs-p and viper-xemacs-p in many
17723 cases. Used to reduce the number of warnings.
17725 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
17726 (viper-standard-value): Move here from viper.el.
17727 (viper-set-unread-command-events): Move to viper-util.el
17728 (viper-check-minibuffer-overlay): Make sure
17729 viper-minibuffer-overlay is moved to cover the entire input field.
17731 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
17732 (viper-read-key-sequence, viper-set-unread-command-events)
17733 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
17735 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
17737 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
17739 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
17741 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
17742 (viper-event-vector-p): Move to viper-util.el
17744 * viper.el (viper-standard-value): Move to viper-cmd.el.
17745 Use viper-cond-compile-for-xemacs-or-emacs.
17747 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17749 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17751 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
17752 New macro designed to be used in many places where ediff-emacs-p or
17753 ediff-xemacs-p was previously used. Reduces the number of warnings.
17754 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
17756 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
17757 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
17758 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
17759 Move to ediff-util.el.
17760 (ediff-event-key): Moved here.
17762 * ediff-merge.el: Got rid of unreferenced variables.
17764 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17766 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17767 (ediff-cleanup-mess): Improve the way windows are set up after
17769 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
17770 (ediff-dispose-of-variant-according-to-user): New function
17771 designed to be smarter and also understands indirect buffers.
17772 (ediff-highlight-diff-in-one-buffer)
17773 (ediff-unhighlight-diff-in-one-buffer)
17774 (ediff-unhighlight-diffs-totally-in-one-buffer)
17775 (ediff-highlight-diff, ediff-highlight-diff)
17776 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
17777 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
17778 (ediff-get-region-contents, ediff-make-current-diff-overlay):
17780 (ediff-format-bindings-of): New function by Hannu Koivisto
17782 (ediff-setup): Make sure the merge buffer is always widened and
17784 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
17785 result of a merge into a file visited by another buffer.
17786 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
17787 is visited by another buffer and ask to save/delete that buffer.
17788 (ediff-verify-file-merge-buffer): New function to do the above.
17790 * ediff-vers.el: Load ediff-init.el at compile time.
17792 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
17794 * ediff.el (ediff-windows, ediff-regions-wordwise)
17795 (ediff-regions-linewise): Use indirect buffers to improve
17796 robustness and make it possible to compare regions of the same
17797 buffer (even overlapping regions).
17798 (ediff-clone-buffer-for-region-comparison)
17799 (ediff-clone-buffer-for-window-comparison): New functions.
17800 (ediff-files-internal): Refuse to compare identical files.
17801 (ediff-regions-internal): Get rid of the warning about comparing
17802 regions of the same buffer.
17804 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
17805 Plus the following fixes courtesy of Dave Love: Doc fixes.
17806 (ediff-word-1): Use word class and move - to the
17807 front per regexp documentation.
17808 (ediff-wordify): Bind forward-word-function outside loop.
17809 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
17810 consing buffer contents.
17811 (ediff-goto-word): Move syntax table setting outside loop.
17813 2002-01-07 Richard M. Stallman <rms@gnu.org>
17815 * dired.el (dired-copy-filename-as-kill): Call kill-append
17816 if following a kill command.
17818 * help-fns.el (describe-variable, describe-function):
17821 2002-01-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17823 * net/ldap.el (ldap-search-internal): Skip error message from
17824 ldapsearch. Allow listing attribute names only. Do not open
17825 non-existent files.
17827 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
17828 call non-existent function.
17830 * net/eudc.el (top-level): Revert previous change.
17832 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
17833 variables to prevent warning from byte-compiler.
17835 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
17836 string-match on emacs-version again.
17838 * enriched.el (enriched-make-annotation): Fix the change from
17840 (enriched-handle-display-prop): Return proper values.
17842 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
17843 Use proper attribute name labeledUri instead of deprecated labeledUrl.
17845 2002-01-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17847 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
17848 editing an empty hotlist.
17850 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
17851 Use buffer-string instead of buffer-substring for the whole buffer.
17853 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
17856 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
17857 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
17858 (eudc-bob-save-object): Make the buffer unibyte.
17859 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
17860 object to external program.
17862 2002-01-05 Andre Spiegel <spiegel@gnu.org>
17864 * vc.el (vc-branch-part): Return nil if there's no `.'
17865 (vc-default-previous-version): Renamed from vc-previous-version.
17866 New args BACKEND and FILE. Return nil for revision numbers
17868 (vc-version-diff): Call vc-BACKEND-previous-version.
17869 (vc-steal-lock): Steal lock before composing mail, so that no mail
17870 is sent when the stealing goes wrong. And we'll actually see the
17871 error in that case now.
17872 (vc-finish-steal): Removed.
17874 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
17875 the lock, so that we see expanded headers.
17876 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
17877 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
17878 available from vc.el. Updated all callers.
17880 2002-01-05 Richard M. Stallman <rms@gnu.org>
17882 * enriched.el (enriched-make-annotation): Doc fix.
17884 * format.el (format-replace-strings, format-subtract-regions)
17885 (format-annotate-region, format-annotate-location)
17886 (format-annotate-atomic-property-change)
17887 (format-annotate-single-property-change): Doc fixes.
17889 2002-01-05 Jason Rumney <jasonr@gnu.org>
17891 * term/w32-win.el: Require fontset unconditionally.
17892 (w32-handle-scroll-bar-event): Remove.
17894 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17896 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
17897 copyrights to be updated.
17899 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
17901 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
17904 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
17906 2002-01-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17908 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
17909 (ldap-ignore-attribute-codings): Change the default value to allow
17910 encoding/decoding of attributes.
17911 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
17913 2002-01-03 Richard M. Stallman <rms@gnu.org>
17915 * files.el (basic-save-buffer): Undo previous change.
17917 * calendar/diary-lib.el (diary-block): Doc fix.
17919 * custom.el (defcustom): Fix syntax of previous change.
17921 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
17923 * custom.el (defcustom): Documented :tag, :link and :load.
17925 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17927 * mail/sendmail.el (mail-recover-1): New function.
17928 (mail-recover): Switch to the *mail* buffer right away.
17929 Use buffer-auto-save-file-name instead of calling
17930 make-auto-save-file-name. Call dired-noselect instead of invoking
17931 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
17932 before reading the auto-save file. If the buffer's auto-save file
17933 does not exist, call mail-recover-1 to allow recovery from past
17936 2002-01-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17938 * time.el (display-time-load-average-threshold): Fix defcustom
17939 (add type and group).
17941 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
17942 specification from the hostname.
17944 2002-01-02 Richard M. Stallman <rms@gnu.org>
17946 * facemenu.el (facemenu-active-faces):
17947 Use face-attributes-as-vector, not face-attributes-vector.
17949 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
17951 * xscheme.el: Eleven years of updates on a private copy.
17953 Extensive changes to support multiple xscheme buffers:
17954 (run-scheme): Break up into new functions to facilitate starting
17955 processes in other buffers.
17956 (xscheme-start, xscheme-read-command-line): New functions.
17957 (start-scheme, select-scheme)
17958 (default-xscheme-runlight)
17959 (global-set-scheme-interaction-buffer)
17960 (local-set-scheme-interaction-buffer)
17961 (local-clear-scheme-interaction-buffer)
17962 (exit-scheme-interaction-mode)
17963 (verify-xscheme-buffer): New functions.
17964 (xscheme-process-name, xscheme-buffer-name)
17965 (xscheme-runlight): New internal vars.
17966 (default-xscheme-runlight): New const.
17967 (xscheme-start-process): Add args for the process/buffer names.
17968 (reset-scheme): Pass process/buffer names.
17969 (scheme-interaction-mode): Initialize new local vars.
17970 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
17971 (xscheme-select-process-buffer, xscheme-process-buffer)
17972 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
17973 (xscheme-goto-output-point, xscheme-write-message-1): Use new
17974 var xscheme-process-name.
17975 (xscheme-start-process): Initialize xscheme-process-name and
17976 xscheme-buffer-name in the process buffer. Pass buffer name to
17977 xscheme-modeline-initialize.
17978 (xscheme-modeline-initialize): Add argument to specify buffer name
17979 for mode-line vars.
17980 (xscheme-process-sentinel): Make sure sentinel is run in the
17981 process buffer so it sees its local vars.
17982 (xscheme-process-filter-initialize, xscheme-set-runlight):
17983 More elaborate logic to handle multiple-buffer mode lines.
17985 (xscheme-enter-input-wait): Re-enable control-G handler upon
17986 entering input wait.
17988 (scheme-interaction-mode): Add arg to preserve local vars.
17989 (xscheme-enter-interaction-mode)
17990 (xscheme-enter-debugger-mode): Preserve local vars.
17991 (xscheme-start-process): Clobber local vars.
17993 (scheme-interaction-mode-commands): Allow end user to add commands
17994 to scheme-interaction-mode keymap.
17995 (scheme-interaction-mode-commands-alist): New variable.
17997 (xscheme-send-string): Don't use insert-before-markers.
17999 Implement a per-buffer kill ring:
18000 (xscheme-insert-expression)
18001 (xscheme-rotate-yank-pointer, xscheme-yank)
18002 (xscheme-yank-pop, xscheme-yank-push): New functions.
18003 (xscheme-expressions-ring)
18004 (xscheme-expressions-ring-yank-pointer)
18005 (xscheme-expressions-ring-max): New variables.
18006 (xscheme-send-string-1): Call xscheme-insert-expression to save
18007 expression in ring.
18008 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
18009 (xscheme-previous-send): Deleted variable.
18011 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
18012 (xscheme-send-control-g-interrupt): Use process-send-string rather
18015 (xscheme-send-region): Insert a newline after an expression that
18016 is submitted in the interaction buffer, for consistency with
18017 recent changes to Edwin.
18019 (xscheme-delete-output): New function mimics comint-delete-output.
18020 (xscheme-last-input-end): New internal variable.
18021 (xscheme-process-filter-output): Update xscheme-last-input-end.
18023 (xscheme-send-control-g-interrupt): Make sure that
18024 xscheme-control-g-disabled-p is looked up in the right buffer.
18026 (xscheme-enable-control-g): Clear C-g message if visible.
18027 (xscheme-control-g-message-string): New internal var.
18028 (xscheme-send-control-g-interrupt): Use new var.
18030 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
18031 Delay after sending interrupt in order to work around race condition.
18033 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
18034 (xscheme-send-char): Use xscheme-send-char rather than send-string
18035 to send single char.
18037 (xscheme-process-filter, xscheme-process-filter-alist):
18038 Add support for evaluating expressions outside of the call-excursion.
18039 (xscheme-process-filter:string-action-noexcursion): New func.
18041 (xscheme-write-value): Change output string to match that used by
18044 (xscheme-coerce-prompt): Don't write a space after a command
18045 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
18048 (reset-scheme): Delete process after killing it.
18050 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18052 * bindings.el (function-key-map): Don't bind shifted keypad
18055 2002-01-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18057 * enriched.el (enriched-handle-display-prop): Remove unused variables.
18058 (enriched-mode): Doc fix.
18060 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18062 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
18065 2002-01-01 Richard M. Stallman <rms@gnu.org>
18067 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
18069 2001-12-31 Richard M. Stallman <rms@gnu.org>
18071 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
18072 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
18073 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
18074 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
18075 * progmodes/cperl-mode.el, progmodes/idlwave.el:
18076 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
18077 Adapt face definitions to use :weight and :slant.
18079 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
18081 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
18083 * font-lock.el (initializing from font-lock-face-attributes):
18084 Use :weight and :slant, not :bold and :italic.
18086 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
18088 * cus-edit.el (custom-face-edit-fix-value): New function.
18089 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
18091 2001-12-30 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18093 * progmodes/octave-mod.el (octave-abbrev-table):
18094 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
18095 * progmodes/fortran.el (fortran-mode-abbrev-table):
18096 * progmodes/f90.el (f90-mode-abbrev-table):
18097 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
18098 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
18099 predefined abbrevs as "system" abbrevs.
18101 2001-12-30 Richard M. Stallman <rms@gnu.org>
18103 * info.el (Info-fontify-node): For a **** underline line, put the
18104 invisible and intangible props on the following newline, but not
18105 on the previous newline or the last char of the previous line.
18107 * faces.el (face-set-after-frame-default): Don't change `default' face.
18109 * faces.el (minibuffer-prompt): Adopt some default colors.
18111 * replace.el (query-replace-read-args): Immediate error if read-only.
18113 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
18114 Display the output buffer in a more intelligent way.
18116 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
18118 * ls-lisp.el (insert-directory): Modify the "total" line wording,
18119 in accordance with files.el's insert-directory.
18121 2001-12-29 Richard M. Stallman <rms@gnu.org>
18123 * files.el (basic-save-buffer): If a before-write hook displays
18124 an echo area message, pause before calling basic-save-buffer-1.
18126 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
18128 * textmodes/reftex-global.el (reftex-query-replace-document)
18129 (reftex-change-label): Doc fix.
18131 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
18133 * progmodes/etags.el (tags-query-replace): Doc fix.
18135 2001-12-29 Richard M. Stallman <rms@gnu.org>
18137 * progmodes/compile.el (compile-internal): Fix previous change.
18139 2001-12-28 Richard M. Stallman <rms@gnu.org>
18141 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
18142 shrink the windows above as necessary to get space.
18143 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
18145 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
18146 This fixes a bug that treated all files as directories.
18147 (ange-ftp-insert-directory): Explicitly follow symlinks.
18149 * international/iso-transl.el (iso-transl-char-map) Eliminate the
18150 alias symbols--put the translated sequences here directly.
18152 * progmodes/cc-mode.el (c-mode-abbrev-table)
18153 (c++-mode-abbrev-table, objc-mode-abbrev-table)
18154 (java-mode-abbrev-table, pike-mode-abbrev-table):
18155 Mark all the predefined abbrevs as "system" abbrevs.
18157 * mail/sendmail.el (mail-envelope-from): Fix custom type.
18158 (sendmail-send-it): Check mail-specify-envelope-from
18159 and mail-envelope-from in the mail buffer at start.
18161 2001-12-28 Simon Josefsson <jas@extundo.com>
18163 * mail/sendmail.el (mail-envelope-from): Fix :type.
18164 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
18166 2001-12-28 Richard M. Stallman <rms@gnu.org>
18168 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
18170 * simple.el (line-move-invisible): New subroutine.
18171 (line-move-to-column): New subroutine--smarter about advancing over
18172 invisible parts of a line, or lines, but only as long as hpos grows.
18173 (line-move-finish): New subroutine: repeatedly processes desired
18174 column, intangibility, and fields.
18175 (line-move): Use those subroutines.
18176 When moving lines downward, skip invisible text first rather than last.
18178 2001-12-27 Richard M. Stallman <rms@gnu.org>
18180 * international/mule-diag.el (describe-char-after):
18181 Describe the text properties of the char after point.
18183 * help.el (describe-key): Doc fix.
18185 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
18187 * find-dired.el (find-dired-sentinel): Precede exit message by
18188 two spaces, to match the regexp in dired-between-files.
18190 2001-12-28 Miles Bader <miles@gnu.org>
18192 * wid-edit.el (widget-toggle-value-create): Don't eval actual
18193 images (which are lists too).
18195 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
18197 * language/european.el: Fix the doc string of "Latin-5" language
18200 2001-12-26 Richard M. Stallman <rms@gnu.org>
18202 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
18203 defined as before 2001-11-09.
18204 (add-minor-mode call): Specify the keymap.
18206 * progmodes/compile.el (compile-internal):
18207 Set TERM variable in process-environment.
18209 2001-12-25 Richard M. Stallman <rms@gnu.org>
18211 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
18214 * startup.el (command-line): Convert command line args
18215 to Emacs internal representation using locale-coding-system.
18217 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
18219 * international/fontset.el: Don't require ind-util when compiling.
18221 2001-12-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18223 * emulation/tpu-edt.el (tpu-reset-screen-size):
18224 Use set-frame-height and set-frame-width instead of set-screen-height
18225 and set-screen-width.
18227 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
18228 of obsolete set-screen-width.
18230 * locate.el (locate): Remove dot at the end of error argument.
18232 * emerge.el (emerge-show-file-name): Use frame-height instead of
18233 obsolete screen-height.
18235 * mail/mh-utils.el (mh-show-msg): Likewise.
18236 (mh-handle-process-error): Use frame-width instead of obsolete
18239 2001-12-25 Richard M. Stallman <rms@gnu.org>
18241 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
18242 to enlarge-window. Use save-selected-window. Don't try
18243 to resize windows that end at the bottom "level".
18244 Retry changing the sizes until the windows get the desired sizes.
18245 Discount the minibuffer when computing total height available.
18247 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
18248 (debugger-make-xrefs): Only make a button for the first symbol
18251 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
18253 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
18254 Call IT-setup-unicode-display here instead of adding it to
18255 dos-codepage-setup-hook, so that Unicode display tables are set
18256 before dos-codepage-setup-hook runs.
18258 2001-12-24 Richard M. Stallman <rms@gnu.org>
18260 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
18261 (nslookup-mode-abbrev-table): Don't define it.
18262 (smbclient-mode-abbrev-table): Don't define it.
18263 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
18264 (nslookup-mode, smbclient-mode): Likewise.
18265 (network-connection-service-abbrev-alist): Variable deleted.
18266 (network-connection-mode-setup): Don't set up abbrev table.
18268 * faces.el (minibuffer-prompt): New face.
18269 (minibuffer-prompt-properties): Add `face' property.
18271 * replace.el (occur-mode-display-occurrence): New function.
18272 (occur-mode-map): Bind C-o to it.
18274 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
18276 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
18277 (viper-special-read-and-insert-char): Make C-m work right in the r
18279 (viper-buffer-search-enable): Fixed format string.
18281 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
18282 instead of viper-info-on-file.
18283 (ex-set-visited-file-name): New function.
18285 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
18287 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
18290 * ediff-init.el: Fixed some doc strings.
18292 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
18293 Got rid of make-local-hook.
18295 * ediff-wind.el (ediff-setup-control-frame): Got rid of
18298 2001-12-23 Richard M. Stallman <rms@gnu.org>
18300 * term/x-win.el (x-handle-geometry): Put height and width
18301 on default-frame-alist, left and top on initial-frame-alist.
18302 * term/w32-win.el (x-handle-geometry): Likewise.
18304 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
18306 * play/yow.el (yow): Use an arg to distinguish interactive calls,
18309 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18311 * emacs-lisp/elint.el (elint-unknown-builtin-args):
18312 Remove mocklisp entries.
18314 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
18317 * emulation/mlconvert.el: File removed.
18319 * emulation/mlsupport.el: Moved to obsolete.
18321 * obsolete/mlsupport.el: Moved there from lisp/emulation.
18323 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
18325 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18326 Remove mocklisp case.
18328 * help-fns.el (describe-function-1): Remove mocklisp function case.
18330 2001-12-22 Miles Bader <miles@gnu.org>
18332 * textmodes/refill.el (refill-mode): Don't barf when redundantly
18333 turning refill-mode off.
18335 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18337 * time.el (display-time-load-average-threshold): New variable.
18338 (display-time-update): Use it.
18340 These changes allow cycling through past 1, 5 and 15 minutes
18341 load-average displayed in the mode-line.
18343 * time.el (display-time-default-load-average): New customizable option.
18344 (display-time-load-average): New variable.
18345 (display-time-cycle-load-average): New function.
18346 (display-time-update): Use them.
18348 2001-12-21 Richard M. Stallman <rms@gnu.org>
18350 * apropos.el (apropos-print): SPACING is now nil or a separator string.
18351 (apropos-documentation, apropos-value): Pass a suitable string.
18353 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18355 * dired.el (dired-free-space-program, dired-free-space-args):
18356 Aliases for back-compatibility.
18358 * info.el (Info-select-node): If Info-use-header-line is nil, set
18359 header-line-format to nil.
18360 (Info-fontify-node): Don't put a keymap text property on the
18361 heading if we are not going to display the header line. Remove
18362 any such text properties left over from past visits to this node.
18364 * ls-lisp.el (insert-directory): Insert the amount of free disk
18365 space, like files.el's insert-directory does.
18367 * files.el (directory-free-space-program):
18368 Mention file-system-info in the doc string.
18369 (get-free-disk-space): New function; code moved from insert-directory.
18370 (insert-directory): Call get-free-disk-space to get the amount of
18373 2001-12-21 Richard M. Stallman <rms@gnu.org>
18375 * help.el (view-order-manuals, view-emacs-news, describe-copying)
18376 (describe-distribution, describe-project): Use view-file.
18378 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
18380 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
18382 * emacs-lisp/easy-mmode.el (define-minor-mode):
18383 Make no arg by default in an interactive call,
18384 so that repeating the command toggles again.
18386 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
18388 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
18390 * antlr-mode.el: More sophisticated indentation of cpp directive.
18391 (antlr-indent-at-bol-alist): New user option.
18392 (antlr-indent-line): Use it.
18393 (antlr-indent-style): New user option.
18394 (antlr-mode): Use it.
18395 (antlr-indent-item-regexp): Customize.
18397 * antlr-mode.el: Syntax highlighting changes.
18398 (antlr-font-lock-literal-regexp): New user option.
18399 (antlr-font-lock-syntax-face): New face used for :, |, ....
18400 (antlr-font-lock-default-face): New face.
18401 (antlr-font-lock-additional-keywords): Use them.
18403 * antlr-mode.el: New command to insert options -- variables.
18404 (antlr-mode-map): New binding [C-c C-o].
18405 (antlr-mode-menu): New submenus.
18406 (antlr-options-use-submenus): New user option.
18407 (antlr-tool-version): New user option.
18408 (antlr-options-auto-colon): New user option.
18409 (antlr-options-style): New user option.
18410 (antlr-options-push-mark): New user option.
18411 (antlr-options-assign-string): New user option.
18412 (antlr-options-headings): New variable.
18414 * antlr-mode.el: New command to insert options -- specific.
18415 (antlr-options-alists): New variable.
18416 (antlr-read-value): New function.
18417 (antlr-read-boolean): New function.
18418 (antlr-language-option-extra): New function.
18419 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
18420 (antlr-c++-mode-extra): New function.
18421 (antlr-grammar-tokens): New function.
18422 (antlr-imenu-create-index-function): New optional argument.
18424 * antlr-mode.el: New command to insert options -- functions.
18425 (antlr-insert-option): New command.
18426 (antlr-insert-option-interactive): New function.
18427 (antlr-options-menu-filter): New function.
18428 (antlr-option-kind): New function.
18429 (antlr-scan-lists): New alias.
18430 (antlr-scan-lists-internal): New function.
18431 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
18432 (antlr-option-level): New function.
18433 (antlr-syntactic-grammar-depth): New function.
18434 (antlr-option-location): New function.
18435 (antlr-insert-option-do): New function.
18436 (antlr-option-spec): New function.
18437 (antlr-version-string): New function.
18438 (antlr-insert-option-existing): New function.
18439 (antlr-insert-option-space): New function.
18440 (antlr-insert-option-area): New function.
18442 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
18443 with narrowing. Menu change. Miscellaneous.
18444 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
18445 (antlr-mode-map): New bindings for characters in ":;|&(){}".
18446 (antlr-electric-character): New command.
18447 (antlr-class-header-regexp): New variable.
18448 (antlr-font-lock-additional-keywords): Use it.
18449 (antlr-imenu-create-index-function): Use it.
18450 (antlr-file-dependencies): Use it.
18451 (antlr-indent-line): Also works with restrictions.
18452 (antlr-indent-command): Interactive spec - changes the buffer.
18453 (antlr-language-for-option): Deletia.
18454 (antlr-language-option): New function, defined instead.
18455 (antlr-mode): Use it.
18457 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
18459 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
18460 instead of a literal /dev/null.
18462 * Makefile.in (distclean): Remove Makefile in the build
18463 directory, not in the source directory.
18465 2001-12-21 Simon Josefsson <jas@extundo.com>.
18467 * mail/smtpmail.el (smtpmail-send-queued-mail):
18468 Use with-temp-buffer instead of find-file-noselect, and bind
18469 coding-system-for-read to no-conversion when reading the queued
18470 messages. (Simon's code modified slightly by Eli Zaretskii.)
18472 2001-12-20 Werner Lemberg <wl@gnu.org>
18474 * international/mule-diag.el (describe-coding-system)
18475 (print-coding-system-briefly): Make printed output have a similar
18476 format as describe-character-set.
18478 2001-12-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18480 * play/blackbox.el (bb-member): Remove, use member instead.
18481 (bb-delete): Remove, use delete instead.
18482 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
18483 bb-score, bb-detour-count and bb-balls-placed.
18484 Propertize results of rays.
18486 2001-12-19 Karl Fogel <kfogel@red-bean.com>
18488 * isearch.el (isearch-forward, isearch-edit-string): Make doc
18489 strings mention keybinding for `isearch-yank-word-or-char',
18490 rather than `isearch-yank-word', since the former is bound now
18491 and the latter is not.
18492 (isearch-yank-word-or-char): Fix formatting.
18494 2001-12-19 Werner Lemberg <wl@gnu.org>
18496 * language/czech.el, language/european.el, language/slovak.el:
18497 More fixes for language info doc strings.
18499 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
18501 * loadup.el: Add "language" to the load-path.
18503 2001-12-19 Richard M. Stallman <rms@gnu.org>
18505 * international/mule-cmds.el (describe-language-environment):
18506 Fix calls to help-xref-button.
18508 2001-12-19 Miles Bader <miles@gnu.org>
18510 * international/fontset.el: Require `ind-util' when compiling.
18512 2001-12-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18514 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
18515 instead of decompose-composite-char.
18517 2001-12-18 Richard M. Stallman <rms@gnu.org>
18519 * simple.el (eval-expression-print-level)
18520 (eval-expression-print-length): Doc fixes.
18522 * international/mule-diag.el (describe-character-set):
18523 Fix the arg to help-xref-button.
18525 * files.el (directory-free-space-program): New variable.
18526 (directory-free-space-args): New variable.
18527 (insert-directory): Use those two variables for getting free space.
18528 Use file-system-info instead, if that is defined.
18530 * dired.el (dired-free-space-program): Variable deleted.
18531 (dired-free-space-args): Variable deleted.
18532 (dired-insert-directory): Don't try to determine free space.
18534 * files.el (font-lock-defaults): Add risky-local-variables prop.
18535 (hack-one-local-variable): Treat various font-lock variables as risky.
18537 2001-12-18 Werner Lemberg <wl@gnu.org>
18539 * language/chinese.el, language/cyrillic.el:
18540 * language/czech.el, language/european.el, language/greek.el:
18541 * language/hebrew.el, language/indian.el, language/japanese.el:
18542 * language/korean.el, language/lao.el, language/slovak.el:
18543 * language/thai.el, language/tibetan.el, language/vietnamese.el:
18544 Improve documentation strings of coding systems and language infos.
18546 2001-12-18 Werner LEMBERG <wl@gnu.org>
18548 Add support for EUC-TW decoding/encoding.
18550 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
18551 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
18552 New auxiliary functions to build `big5-to-cns'.
18553 (big5-to-cns): New translation alist.
18555 * language/chinese.el: Added new coding system `euc-tw' and its
18556 alias `euc-taiwan'.
18557 Updated language `Chinese-CNS' to include euc-tw encoding also.
18558 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
18561 2001-12-18 Dave Love <fx@gnu.org>
18563 * loadup.el: Add language/utf-8-lang, language/georgian.
18565 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
18566 (image-file-name-regexps): Doc fix.
18568 * server.el (server-unload-hook): New function.
18570 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
18571 (lm-crack-copyright): Cope with multi-line copyright `lines'.
18573 * simple.el (newline): Doc fix.
18574 (eval-expression-print-level, eval-expression-print-length): Doc
18576 (next-line, previous-line): Make arg optional.
18577 (newline): Doc fix.
18579 * Makefile.in (DONTCOMPILE): Add various language files.
18581 * international/quail.el (quail-input-string-to-events): Don't use
18584 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
18587 2001-12-17 Richard M. Stallman <rms@gnu.org>
18589 * comint.el (comint-dynamic-list-input-ring-select): New function.
18590 Switches back to the old window configuration.
18591 (comint-dynamic-list-input-ring): Bind RET to that function.
18592 (comint-dynamic-list-input-ring-window-conf): New variable.
18594 2001-12-17 Werner Lemberg <wl@gnu.org>
18596 * international/mule-conf.el: Improve documentation strings of
18599 2001-12-16 Richard M. Stallman <rms@gnu.org>
18601 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
18602 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
18604 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
18606 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
18607 Add a DESCRIPTION for the makefile item.
18609 * find-file.el (ff-other-file-name): New function.
18611 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
18613 * international/quail.el (quail-input-string-to-events): Fix last
18616 2001-12-16 Richard M. Stallman <rms@gnu.org>
18618 * isearch.el (isearch-edit-string): When we set isearch-string
18619 to the default, also set isearch-message.
18621 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
18623 * startup.el (command-line-1): Display startup screen
18624 even if there are command line args.
18625 Add a note about how to go to editing your files.
18626 (fancy-splash-head): Add a note about how to go to your files.
18627 (fancy-splash-outer-buffer): New variable.
18628 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
18630 * subr.el (with-temp-message): At the end, always discard
18631 the temp message, even by clearing the echo area.
18633 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
18635 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
18637 * log-view.el (log-view-message-re, log-view-current-tag):
18638 Recognize Subversion's log output format.
18640 * international/fontset.el: Build the list L at compile time.
18642 * language/ind-util.el (mapthread): Make a closure.
18644 2001-12-15 Richard M. Stallman <rms@gnu.org>
18646 * isearch.el (isearch-start-hscroll): New variable.
18647 (isearch-mode): Set isearch-start-hscroll.
18648 (isearch-update): Restore original hscrolling if possible.
18650 * isearch.el (isearch-edit-string):
18651 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
18653 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
18654 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
18655 rather than regexp search and (2) copying text properties
18656 already set up on text unchanged from the previous backtrace.
18658 * case-table.el (set-case-syntax-pair):
18659 Detect invalid calls and signal an error.
18661 2001-12-15 Richard M. Stallman <rms@gnu.org>
18663 * language/ind-util.el (range): Function deleted.
18664 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
18667 * language/devan-util.el (devanagari-range): Renamed from `range'.
18669 (devanagari-regexp-of-hashtbl-keys):
18670 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
18672 2001-12-15 Dave Love <fx@gnu.org>
18674 * language/ind-util.el: Don't require cl.
18675 (indian-glyph-char, indian-glyph-max-char)
18676 (indian-char-glyph): Moved from indian.el
18677 (indian--puthash-char, mapthread): Don't quote lambda.
18678 (indian--map): New function.
18679 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
18680 (indian--puthash-cv): Use it.
18682 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
18683 (indian-char-glyph): Moved to ind-util.el
18685 * language/devan-util.el (devanagari-post-read-conversion):
18688 * language/georgian.el: New file.
18690 * international/mule-cmds.el (locale-language-names): Add various
18691 entries. Remove utf-8 special case.
18692 (locale-charset-language-names, locale-preferred-coding-systems):
18694 (set-language-environment): Process required-features earlier.
18696 * international/quail.el (quail-keyboard-layout-alist):
18698 (quail-keyboard-layout-type): Fix :type.
18699 (quail-choose-completion-string): Simplify.
18700 (quail-update-leim-list-file): Don't get fooled by commented-out code.
18701 (quail-input-string-to-events): Run events through
18702 translation-table-for-input.
18704 * international/mule-conf.el (translation-table-for-input):
18706 (latin-iso8859-14): Amend description.
18707 (file-coding-system-alist): Add entry for utf-8.
18709 * language/utf-8-lang.el: New file.
18711 * international/code-pages.el: New file.
18713 * language/hebrew.el ("Windows-1255"): New language.
18715 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
18716 ("Latvian"): New languages.
18718 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
18720 * xml.el: Use setq rather than (set 'foo bar).
18721 Use push+nreverse rather than append.
18722 (xml-node-name, xml-node-attributes, xml-node-children):
18723 Use defsubst rather than macros.
18724 (xml-parse-region): Handle a nil return value from xml-parse-tag.
18725 (xml-parse-tag): Don't skip white space. Return nil for a comment.
18726 Concat the two strings surrounding a comment into a single string.
18728 * newcomment.el (comment-indent): Jump to the middle of empty comments.
18730 2001-12-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18732 * select.el (xselect-convert-to-class, xselect-convert-to-name):
18735 2001-12-14 Andre Spiegel <spiegel@gnu.org>
18737 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
18738 Return nil if FILE is not registered.
18739 (vc-check-master-templates, vc-default-make-version-backups-p):
18742 2001-12-13 David Ponce <david@dponce.com>
18744 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
18745 (ruler-mode-left-fringe-cols): New macro.
18746 (ruler-mode-right-fringe-cols): New macro.
18747 (ruler-mode-left-scroll-bar-cols): New macro.
18748 (ruler-mode-right-scroll-bar-cols): New macro.
18749 (ruler-mode-ruler): Use above new macros.
18751 2001-12-13 Richard M. Stallman <rms@gnu.org>
18753 * files.el (set-auto-mode): Fix previous change.
18755 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
18757 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
18758 (easy-menu-do-define, easy-menu-convert-item-1)
18759 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
18760 (easy-menu-return-item): Only return nil if there is no binding.
18762 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
18764 * whitespace.el (whitespace-version): 3.2
18765 * whitespace.el (whitespace-force-mode-line-update): Replace with
18766 `whitespace-mode-line-update', which is an alias to the correct
18767 function in various emacsen.
18768 * whitespace.el (whitespace-{un,}highlight-the-space):
18769 Add colorized highlighting of the bogus whitespaces in a buffer/file,
18770 using the `whitespace-highlight-face' if
18771 `whitespace-display-spaces-in-color' is set.
18773 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
18775 * international/mule.el (set-auto-coding): Don't search for
18776 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
18778 2001-12-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18780 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
18782 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
18784 * mail/rmailsum.el (rmail-summary-mode): Likewise.
18786 2001-12-13 Richard M. Stallman <rms@gnu.org>
18788 * simple.el (undo): Always set this-command to `undo',
18789 so that the next undo after an error will not begin redoing.
18791 * simple.el (shell-command): Doc fix.
18792 (shell-command-on-region): If there is output an an error,
18793 add "...Shell command failed" to the output.
18795 2001-12-13 David Ponce <david@dponce.com>
18797 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
18798 (ruler-mode-left-fringe-cols): Function replaced by more efficient
18799 implementation `ruler-mode-extra-left-cols'.
18800 (ruler-mode-ruler): Use above new function. Take into account
18801 that the fringe areas can now be resized.
18803 2001-12-12 Richard M. Stallman <rms@gnu.org>
18805 * international/characters.el (Unicode): Comment out
18806 the specifications for kelvin and angstrom signs.
18808 * international/mule.el (make-translation-table-from-vector):
18809 Allow null elements in VEC.
18811 * international/ucs-tables.el (unify-8859-on-encoding-mode)
18812 (unify-8859-on-decoding-mode): Swap the code in their bodies.
18815 2001-12-11 Richard M. Stallman <rms@gnu.org>
18817 * derived.el (derived-mode-p): Function moved to subr.el.
18819 * subr.el (derived-mode-p): Moved here from derived.el.
18821 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
18823 * files.el (set-auto-mode-1): New subroutine, broken out of
18825 (set-auto-mode, hack-local-variables-prop-line): Use that.
18827 2001-12-11 Dave Love <fx@gnu.org>
18829 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
18831 * language/european.el: Remove autoload cookies. Fix registration
18832 of diacritic composition function.
18834 2001-12-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18836 * calendar/todo-mode.el: Require time-stamp.
18838 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
18840 2001-12-11 Richard M. Stallman <rms@gnu.org>
18842 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
18844 * textmodes/ispell.el (ispell-buffer-local-parsing):
18845 Match xml like sgml.
18847 * emacs-lisp/advice.el (ad-compile-function):
18848 Byte compile the function under another (uninterned) name.
18850 * gud.el (gdb): Define and bind gud-jump.
18852 * font-lock.el (font-lock-mode):
18853 Put our function at the end of after-change-functions.
18855 * ediff-diff.el (ediff-cmp-options): Doc fix.
18857 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
18859 2001-12-10 Richard M. Stallman <rms@gnu.org>
18861 * isearch.el (isearch-yank-word-or-char): New function.
18862 (isearch-mode-map): Bind C-w to that.
18864 * menu-bar.el (menu-bar-mode): Make arg optional.
18866 * simple.el (line-move): Cope if next-single-property-change
18867 or previous-single-property-change returns nil.
18869 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
18870 Don't use interactive-p; instead, pass the proper args
18871 in (interactive...). Clean up most of the trouble-report strings.
18873 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
18875 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
18876 enqueued messages literally.
18878 2001-12-10 Noah Friedman <friedman@splode.com>
18880 * battery.el (battery-insert-file-contents): Obsolete function
18882 (battery-read-function): Obsolete function removed.
18883 (battery-linux-proc-apm): Use insert-file-contents.
18885 2001-12-07 Stephen Eglen <stephen@gnu.org>
18887 * iswitchb.el (iswitchb-visit-buffer):
18888 Use `select-frame-set-input-focus'--needed when window manager
18889 uses "click to focus" policy.
18891 2001-12-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
18893 * COPYING: Moved back.
18895 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
18897 * term/internal.el (IT-character-translations): Add entries for
18900 * international/characters.el: Resurrect the Hebrew category
18901 settings for all Hebrew characters removed by the last change.
18902 Add code for setting the Hebrew category of the Unicode Hebrew
18903 characters. Set syntax entries for Hebrew punctuation characters.
18905 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
18906 points and directional formatting control characters.
18908 2001-12-07 Dave Love <fx@gnu.org>
18910 * language/lao-util.el: Add Unicode equivalents for rules.
18911 (lao-post-read-conversion): New function.
18913 * language/lao.el: Add Unicode equivalents.
18914 (lao): Add post-read conversion.
18916 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
18917 Use iso2022 encoding.
18918 (latin1-char-displayable-p): Doc fix.
18919 (latin1-display-ucs-per-lynx): New option.
18920 (latin1-display-ucs-per-lynx): New command.
18921 (latin1-display-reset): Special-case arabic.
18922 (ucs-tables): Require.
18923 (latin1-display-sets, latin1-display-setup): Add arabic.
18924 (latin1-display) <variable>: Use function latin1-display.
18925 (latin1-display) <function>: Add mule-unicode stuff.
18926 (latin1-display-check-font): Don't lose if `info' is nil.
18928 * international/iso-transl.el: Insert Latin-1 characters, not
18931 * language/european.el (diacritic-composition-pattern): New constant.
18932 (diacritic-compose-region, diacritic-compose-string)
18933 (diacritic-compose-buffer, diacritic-post-read-conversion)
18934 (diacritic-composition-function): New functions.
18936 * international/utf-8.el (ucs-mule-to-mule-unicode):
18937 New translation table.
18938 (ccl-encode-mule-utf-8): Use it.
18939 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
18940 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
18941 (utf-8-subst-table): New variable.
18942 (utf-8-compose-scripts): New option.
18943 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
18945 * international/ucs-tables.el, international/utf-8-subst.el:
18948 * international/characters.el: Don't set word syntax (the default)
18949 explicitly. Add a diacritic category. Add info for Unicode
18950 equivalents of characters in various Mule charsets and for extra
18951 Unicode characters. Don't define specific categories for
18952 Indian/Devanagari, since they aren't used.
18954 2001-12-06 Richard M. Stallman <rms@gnu.org>
18956 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
18957 (set-justification-left, set-justification-right): Doc fix.
18959 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
18960 (bug-f90-mode): Variable deleted.
18962 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
18964 * indent.el (indent-line-function): Default is indent-relative again.
18966 2001-12-07 Miles Bader <miles@gnu.org>
18968 * progmodes/compile.el (compilation-error-regexp-alist):
18969 Added regexps for RXP.
18971 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
18973 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
18974 Add shift-assignment operators to those highlighted, and highlight
18975 the whole operator rather than just the "=".
18977 2001-12-04 Juanma Barranquero <lektu@terra.es>
18979 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
18980 before saving abbrevs if `save-abbrevs' has the value `silently'.
18982 2001-12-04 Andreas Schwab <schwab@suse.de>
18984 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
18986 2001-12-04 Colin Walters <walters@debian.org>
18988 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
18989 for `defmacro*' forms.
18991 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
18994 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
18996 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
18998 2001-12-02 Richard M. Stallman <rms@gnu.org>
19000 * files.el (insert-directory): If the df output does not look right,
19001 don't try to use it. Other cleanups in overall code structure.
19003 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
19005 * textmodes/outline.el (outline-mode-prefix-map):
19006 Add bindings for outline-promote and outline-demote.
19007 (outline-minor-mode-menu-bar-map): New var.
19008 (outline-minor-mode): Use it.
19009 (outline-heading-alist): New var (renamed from outline-level-heading).
19010 (outline-level): Use it.
19011 (outline-insert-heading, outline-promote, outline-demote):
19012 Update to use outline-heading-alist.
19014 * disp-table.el (standard-display-european):
19015 Simplify since the function is not interactive any more.
19016 Don't set the existing buffers to unibyte.
19018 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
19020 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
19022 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
19024 * shell.el (shell): Use shell-file-name.
19025 Pop to buffer before calling comint to set COLUMNS properly.
19027 * emacs-lisp/cl.el (svref): New alias.
19029 * progmodes/antlr-mode.el (antlr-c-common-init):
19030 Don't inhibit adaptive-fill-mode any more.
19032 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
19034 * progmodes/etags.el (tags-with-face): Use make-symbol.
19035 (tags-search, tags-query-replace): Use backquotes.
19037 * textmodes/picture.el (picture-mode-map): Don't use defconst
19040 2001-12-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19042 * textmodes/reftex-index.el (reftex-index-mode):
19043 Remove make-local-hook.
19045 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
19047 2001-12-02 Kim F. Storm <storm@cua.dk>
19049 * isearch.el (isearch-resume-enabled): New variable.
19050 (isearch-done): Use that variable.
19052 2001-12-01 Richard M. Stallman <rms@gnu.org>
19054 * wid-edit.el (widget-button-click): Don't move point permanently:
19055 Avoid mouse-set-point--instead select the window,
19056 then do save-excursion, then move point.
19057 Specify the buffer for get-char-property.
19058 Don't use `@' in interactive.
19060 * indent.el (indent-line-function):
19061 Default is indent-to-left-margin again.
19063 * replace.el (query-replace-read-args): Display message
19064 if FROM contains `\n' or `\t'.
19066 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
19068 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
19070 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
19072 * emacs-lisp/regexp-opt.el (regexp-opt):
19073 Bind completion-regexp-list to nil.
19075 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
19077 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
19079 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
19080 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
19083 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19085 * mail/smtpmail.el: Use with-current-buffer.
19086 (message-make-date, message-make-message-id): Autoload when needed.
19087 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
19088 headers when missing.
19090 * international/encoded-kb.el (encoded-kbd-mode):
19091 Use define-minor-mode.
19093 * enriched.el (enriched-mode): Use define-minor-mode.
19094 Use dolist and pop and push.
19096 * info.el (Info-find-node-2): Don't call info-insert-file-contents
19097 with the `visit' argument.
19098 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
19100 * progmodes/hideif.el (hide-ifdef-mode): Only modify
19101 `change-major-mode-hook' locally. Reset invisibility spec.
19103 * man.el (Man-build-section-alist): Remove last Man-match-substring.
19105 2001-11-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19107 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
19108 Clarify error message.
19110 2001-11-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19112 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
19114 2001-11-30 Andre Spiegel <spiegel@gnu.org>
19116 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
19117 don't just return it.
19119 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
19121 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
19122 (menu-bar-read-emacs-man, search-emacs-glossary)
19123 (emacs-index-search, elisp-index-search): New functions.
19124 (apropso-documentation, apropos, apropos-value, apropos-variable)
19125 (apropos-commands): Modify menu item names and help text.
19126 (elisp-index-search, emacs-index-search, emacs-glossary):
19128 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
19130 (info-elisp, info-elintro): New menu items.
19131 (apropos): Modify the menu item name.
19133 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
19135 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
19137 * textmodes/outline.el (outline-promote, outline-demote): Typo.
19139 * man.el (man-follow-mouse): New function.
19140 (Man-mode-map): Bind mouse-2 to it.
19141 (Man-match-substring): Remove. Replace with `match-string'.
19142 (man): Use the `default-value' argument to `read-string'.
19143 (Man-fontify-manpage): Add mouse-face to cross references.
19145 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
19147 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
19149 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
19150 the value of require-match in minibuffer-completion-confirm.
19151 Use crm-local-completion-map.
19153 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
19154 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
19155 (cl-make-type-test): Use char-valid-p for `character'.
19157 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
19158 (Info-complete-menu-item): Rewrite. Add the ability to search
19159 several sequential nodes. Add a simple caching mechanism.
19160 (Info-goto-index): New function extracted from Info-index.
19161 (Info-index): Use it. Add completion to the interactive spec.
19162 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
19164 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19166 * COPYING: Removed.
19168 2001-11-29 Dave Love <fx@gnu.org>
19170 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
19171 (fortran-window-create, fortran-window-create-momentarily):
19172 Rewrite, moving error condition.
19173 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
19174 (fortran-mode-syntax-table): Revert last change.
19176 * international/mule.el: Doc fixes.
19177 (map-charset-chars): New function.
19178 (register-char-codings): Use it to cope with generic chars in
19181 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19183 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
19185 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
19187 * play/studly.el (studlify-word, studlify-region)
19188 (studlify-buffer): Fix doc-string.
19189 (studlify-buffer): Add autoload cookie.
19191 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
19193 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
19194 (outline-up-heading-all): Remove.
19195 (hide-sublevels): Move to end-of-heading before calling flag-region.
19196 (outline-copy-overlay, outline-discard-overlays): Remove.
19197 (outline-flag-region): Use `remove-overlays'.
19198 Don't move to end-of-heading.
19199 (outline-next-visible-heading, outline-back-to-heading)
19200 (outline-on-heading-p): Use outline-invisible-p.
19201 (outline-font-lock-level): Use outline-up-heading's new arg.
19202 (outline-minor-mode): Simplify.
19203 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
19204 (outline): Put a `reveal-toggle-invisible' property.
19205 (outline-level-heading): New var.
19206 (outline-insert-heading, outline-promote, outline-demote)
19207 (outline-toggle-children): New commands.
19209 * progmodes/hideif.el (hif-end-of-line): New function.
19210 (hide-ifdef-mode): Set line-move-ignore-invisible.
19211 (hide-ifdef-region-internal): New function.
19212 (hide-ifdef-region): Use it.
19213 (hif-defined): Return an integer.
19214 (hif-infix-to-prefix): Remove.
19215 (hif-tokenize): Parse from the buffer rather than from a string.
19216 Correctly tokenize integers. Use forward-comment.
19217 (hif-expr): Use hif-or.
19218 (hif-term): Use hif-and.
19219 (hif-factor): Use hif-not. Handle numbers properly.
19220 Don't require parenthesis around `defined's argument.
19221 (hif-and, hif-or, hif-not): New funs.
19222 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
19223 (hif-hide-line): Don't hide the \n before the line.
19224 (hif-possibly-hide): Correctly handle numeric evaluation results.
19226 * progmodes/make-mode.el: Use line-(end|beginning)-position.
19227 (makefile-mode): Set indent-line-function.
19228 (makefile-browser-insert-continuation): Use with-current-buffer.
19229 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
19231 2001-11-28 Karl Fogel <kfogel@red-bean.com>
19233 * isearch.el (isearch-yank-internal): New helper function.
19234 (isearch-yank-char): New function.
19235 (isearch-yank-word, isearch-yank-line): Rewrite to use
19236 isearch-yank-internal.
19238 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
19240 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
19241 aren't supported. Print a message to that effect if invoked.
19243 2001-11-27 Stephen Eglen <stephen@gnu.org>
19245 * locate.el (locate): Put point at first matching file rather
19246 than top of buffer.
19248 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
19250 * reveal.el: New file.
19252 * progmodes/hideif.el: Misc cleanup.
19253 (hide-ifdef-mode-submap): Put the def in the defvar.
19254 Use substitute-key-definition.
19255 (hide-ifdef-mode): Use define-minor-mode.
19256 (hif-outline-flag-region): Remove.
19257 (hif-show-all): Define in terms of hif-show-ifdef-region.
19258 (hif-after-revert-function): Rename from hif-before-revert-function.
19259 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
19260 (hif-tokenize): Use with-syntax-table.
19261 (hif-make-range): Use `else' also for `else-p'.
19262 (hif-range-else-p): Remove.
19263 (hif-find-range): Simplify.
19264 (hif-hide-line): Don't bother preserving buffer-modified-p.
19265 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
19266 Don't use selective-display and inhibit-read-only.
19268 * subr.el (copy-overlay, remove-overlays): New funs.
19270 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
19272 2001-11-27 Sam Steingold <sds@gnu.org>
19274 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
19275 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
19276 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
19277 * obsolete/c-mode.el, obsolete/cplus-md.el
19278 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
19279 * term/sun-mouse.el, textmodes/artist.el:
19280 Converted backquote to the new style.
19281 * mouse.el, reposition.el: Likewise (in comments).
19282 * expand.el: Likewise (in a string).
19284 2001-11-27 Richard M. Stallman <rms@gnu.org>
19286 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
19288 2001-11-26 Richard M. Stallman <rms@gnu.org>
19290 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
19291 if :on-glyph or :off-glyph is a list, eval it and store it back.
19292 (checkbox): Quote the values for :on-glyph and :off-glyph.
19294 * cus-start.el (recursive-load-depth-limit): Delete item.
19296 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
19298 * help-fns.el (describe-categories, help-describe-category-set): New.
19299 describe-categories moved here from src/category.c.
19301 2001-11-26 Sam Steingold <sds@gnu.org>
19303 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
19304 arguments to `insert' are strings.
19306 2001-11-26 Richard M. Stallman <rms@gnu.org>
19308 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
19310 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
19312 * international/mule-diag.el: Require help-fns instead of
19315 * help-fns.el: Renamed from help-funs.el.
19317 * startup.el (command-line-1): Don't try to call process-list if
19320 2001-11-26 Sam Steingold <sds@gnu.org>
19322 * frame.el (show-trailing-whitespace): Remove :set argument (the
19323 value was essentially identical to the defalt).
19325 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19327 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
19329 * icomplete.el (icomplete-minibuffer-setup): Likewise.
19331 * hilit-chg.el (hilit-chg-set): Likewise.
19333 * speedbar.el (speedbar-mode): Likewise.
19335 * calendar/calendar.el (calendar-mode): Likewise.
19337 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
19340 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
19342 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
19344 * term/sun-mouse.el (sun-yank-selection): Likewise.
19346 * textmodes/bib-mode.el (return-key-bib): Likewise.
19348 * calendar/appt.el (appt-disp-window): Likewise.
19350 * calendar/diary-lib.el (list-diary-entries): Likewise.
19352 * array.el (array-reconfigure-rows): Likewise.
19354 * filecache.el (file-cache-minibuffer-complete): Likewise.
19356 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
19358 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
19360 * allout.el (outline-version, outline-open-topic)
19361 (outline-rebullet-heading, outline-insert-listified)
19362 (outline-latex-verbatim-quote-curr-line)
19363 (outline-latexify-one-item, outlineify-sticky): Likewise.
19365 * vc.el (vc-next-action-on-file): Likewise.
19366 (vc-dired-mode): Remove make-local-hook.
19368 2001-11-26 Andre Spiegel <spiegel@gnu.org>
19370 * vc.el (vc-find-version): New function.
19371 (vc-version-other-window): Redefined in terms of the above.
19373 * log-view.el (log-view-find-version): New function.
19374 (log-view-mode-map): Bind it to `f'.
19376 2001-11-26 Gerd Moellmann <gerd@gnu.org>
19378 * language/devan-util.el (dev-char-glyph): Escape `"' in
19380 (dev-glyph-glyph, dev-glyph-glyph-2)
19381 (devanagari-compose-syllable-region): Likewise.
19383 2001-11-26 Richard M. Stallman <rms@gnu.org>
19385 * window.el (save-selected-window): No error if saved window is dead.
19387 * help-funs.el (describe-syntax): Put (interactive) after doc string.
19389 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19391 * international/quail.el (quail-help): Require help-mode in
19394 * iswitchb.el (iswitchb-exhibit): Use insert instead of
19397 * icomplete.el (icomplete-exhibit): Likewise.
19399 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
19401 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
19402 (diff-hunk-kill): Simplify.
19403 (diff-post-command-hook): Only apply to a single hunk.
19404 (diff-hunk-text): Make `char-offset' non-optional.
19405 (diff-find-text): Return a cons cell.
19406 (diff-find-approx-text): New fun.
19407 (diff-find-source-location): Use it.
19408 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
19409 Adapt to new retval of diff-find-text.
19411 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
19412 rather than integer- representation of dates.
19414 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
19416 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
19417 (syntax-after): New fun.
19419 * help-funs.el (describe-syntax): New fun.
19421 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
19422 (font-lock-ppss-stats, font-lock-ppss): Remove.
19423 (font-lock-fontify-syntactically-region): Remove tuning code.
19424 (font-lock-compile-keywords): Fix off-by-one bug.
19425 (font-lock-set-defaults): Don't set removed vars.
19426 (c-keywords): Add `inline'.
19427 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
19429 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19430 Set syntax-begin-function.
19431 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
19432 (lisp-interaction-mode): Don't set local-abbrev-table any more.
19433 (lisp-mode-auto-fill): Use syntax-ppss and obey
19434 comment-auto-fill-only-comments.
19435 (lisp-fill-paragraph): Use syntax-ppss.
19437 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
19439 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
19440 version of rmail-enable-mime.
19441 (rmail-forward): Use it.
19443 2001-11-25 Richard M. Stallman <rms@gnu.org>
19445 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
19447 * international/quail.el (quail-keyboard-layout-button):
19448 Define button type.
19449 (quail-keyboard-customize-button): Likewise.
19450 (quail-help): Use those button types. Require `help-mode'.
19451 Avoid altering the argument `package'.
19453 * help-mode.el (help-function, help-variable, help-face)
19454 (help-coding-system, help-input-method, help-character-set):
19455 Define each button type with its own explicit define-button-type.
19457 * language/devan-util.el: Comment out parts of the file
19458 which apparently are garbled.
19460 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19462 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
19465 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19467 * play/snake.el (snake-mode): Remove make-local-hook.
19469 * play/tetris.el (tetris-mode): Likewise.
19471 * play/decipher.el (decipher-mode): Likewise.
19473 * tmm.el (tmm-add-prompt): Likewise.
19475 2001-11-25 Sam Steingold <sds@gnu.org>
19477 * menu-bar.el (menu-bar-apropos-menu): New variable.
19478 Moved all `apropos' bindings to this menu.
19479 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
19481 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
19483 The following changes are for new indian languages support based
19484 on Unicode charset and CDAC fonts.
19486 * international/mule-conf.el: Change indian-1-column charset to
19487 indian-glyph charset.
19489 * international/characters.el: Adjusted for the change of
19490 indian-1-column -> indian-glyph.
19492 * international/fontset.el: Delete the setting for indian-1-column
19493 and add the setting for indian-glyph in the default fontset.
19495 * language/indian.el: Completely re-written.
19497 * language/devanagari.el: Completely re-written.
19499 * language/devan-util.el: Completely re-written.
19501 * language/ind-util.el: New file.
19503 2001-11-24 Richard M. Stallman <rms@gnu.org>
19505 * startup.el (command-line-1): Don't do startup screen
19506 if a subprocess is running. Call the startup screen buffer
19507 "GNU Emacs". Make a special mode-line-format for it.
19509 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
19510 (browse-url-galeon): Use that variable.
19512 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
19513 eval-expression. Eval and set the variable simply.
19515 * files.el (temporary-file-directory): Use defcustom.
19516 (small-temporary-file-directory): Likewise.
19517 (normal-backup-enable-predicate): Move down in file
19518 after definition of temporary-file-directory.
19520 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
19522 2001-11-24 Colin Walters <walters@debian.org>
19524 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
19525 autoload names to match files renamed on initial calc import.
19527 * calc/calc.el (Commentary): Cleanup, and add logistic curve
19528 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
19530 2001-11-23 Colin Walters <walters@debian.org>
19532 * Makefile.in (finder_setwins, setwins): Include Calc again.
19534 * calc/calc-rules.el: Add header comment.
19536 2001-11-23 Andre Spiegel <spiegel@gnu.org>
19538 * vc.el (with-vc-properties): Don't bind `filename' locally.
19539 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
19540 to avoid name clashes. Fix `lisp-indent-function' property for
19543 2001-11-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
19545 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
19547 2001-11-22 Colin Walters <walters@debian.org>
19549 * calc/calc-misc.el (report-calc-bug):
19550 Use `reporter-prompt-for-summary-p'.
19552 * calc/INSTALL, calc/Makefile: Remove.
19554 2001-11-22 Miles Bader <miles@gnu.org>
19556 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
19557 (reb-match-2, reb-match-3): Add dark-background variants.
19559 2001-11-22 Colin Walters <walters@debian.org>
19561 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
19563 (report-calc-bug): Use reporter.el.
19565 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
19567 2001-11-21 Richard M. Stallman <rms@gnu.org>
19569 * which-func.el (which-function): Call imenu--make-index-alist
19570 if necessary to get a list of functions.
19571 (which-function-imenu-failed): New variable.
19572 (which-func-update): Handle all visible windows.
19573 (which-func-update-1): New subroutine broken out of which-func-update.
19575 * files.el (temporary-file-directory, null-device)
19576 (small-temporary-file-directory): Definitions moved up.
19578 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
19579 (cperl-non-problems, cperl-praise): Doc fixes.
19581 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
19582 (sh-mode-syntax-table): Function restored.
19583 Variable set up for use by function sh-mode-syntax-table.
19584 (sh-set-shell): Set the syntax table.
19586 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
19588 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
19590 * international/encoded-kb.el: Don't alter minor-map-alist.
19592 2001-11-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19594 * files.el (auto-save-file-name-transforms): Put remote files in
19595 temporary-file-directory rather than /tmp.
19597 2001-11-21 Colin Walters <walters@debian.org>
19599 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
19600 of (function ...) wrapper.
19602 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19604 * derived.el (define-derived-mode): Create the abbrev-table
19605 from inside the `defvar'.
19607 * jit-lock.el (jit-lock-defer-time): New var.
19608 (jit-lock-defer-timer, jit-lock-buffers): New vars.
19609 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
19610 (jit-lock-function): Defer fontification if requested.
19611 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
19612 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
19614 (jit-lock-deferred-fontify): New fun.
19616 2001-11-20 Richard M. Stallman <rms@gnu.org>
19618 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
19619 Set local-abbrev-table to lisp-mode-abbrev-table.
19621 * emacs-lisp/re-builder.el (reb-mode):
19622 Don't use define-derived-mode. Call kill-all-local-variables.
19624 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
19625 Don't use define-derived-mode.
19627 * help-mode.el (help-mode): Undo 2001-10-07 change.
19629 * replace.el (occur-mode): Undo 2001-5-20 change.
19631 2001-11-20 Jason Rumney <jasonr@gnu.org>
19633 * w32-fns.el (w32-system-coding-system): Change to an alias for
19634 locale-coding-system.
19635 (set-w32-system-coding-system): Document the above change.
19636 Set locale-coding-system instead.
19638 2001-11-20 Richard M. Stallman <rms@gnu.org>
19640 * ruler-mode.el: Add pagination.
19641 (ruler-mode-toggle-show-tab-stops): No need to
19642 test `ruler-mode' variable.
19644 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19646 * play/landmark.el: Mark lm-mode as special.
19648 * play/gomoku.el: Mark gomoku-mode as special.
19650 2001-11-20 Juanma Barranquero <lektu@terra.es>
19652 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
19653 (top-level): Bind it to C-c C-b.
19654 (re-builder): Don't re-enter RE Builder Mode.
19656 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
19658 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
19660 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
19663 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
19664 to a line without a comment.
19666 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
19668 * dired.el (dired-listing-switches): Mention in the doc string
19669 that some switches are not supported by ls-lisp.el
19671 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19673 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
19674 (imenu--create-keymap-2): Remove.
19675 (imenu--create-keymap-1): Simplify, remove third argument.
19676 (imenu--generic-function): Use dolist.
19677 (imenu-find-default): New function.
19678 (imenu--completion-buffer): Use it.
19679 (imenu--mouse-menu): Use popup-menu.
19680 (imenu--menubar-select): Return t rather than calling imenu.
19682 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
19683 New functions, extracted from fill-region-as-paragraph.
19684 (fill-region-as-paragraph): Use them.
19685 Use an end marker instead of eob.
19686 Ignore whitespace-only fill-prefixes when indenting according to mode.
19687 Simplify the loop that searches for spaces backwards.
19689 * textmodes/picture.el (picture-vertical-step)
19690 (picture-horizontal-step): Don't use defconst for variables.
19692 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
19693 (mail-extract-address-components): Downcase domain names.
19694 (mail-extr-delete-char): Remove. Use delete-char instead.
19696 * emulation/pc-select.el: Doc string fixes.
19697 (pc-selection-mode): Don't treat macos as a tty.
19699 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
19701 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
19703 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
19704 (mouse-wheel-progessive-speed): New var.
19705 (mwheel-scroll): Use it and handle float values.
19707 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
19709 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
19710 (iswitchb): Fix the case where the result was selected with the mouse.
19711 (iswitchb-completion-help): Use the normal *Completions* now that
19712 mouse selection works.
19713 (iswitchb-minibuffer-setup): Simplify.
19715 * newcomment.el (comment-column, comment-style, comment-multi-line)
19716 (comment-auto-fill-only-comments): Remove :group arg.
19717 (comment-padding): Add :type.
19718 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
19719 if called interactively.
19721 2001-11-19 Colin Walters <walters@verbum.org>
19723 * calc/calc.el (toplevel): Add comment and version header.
19724 (calc-init-base): Bump version to 2.02f, update date.
19726 2001-11-19 Richard M. Stallman <rms@gnu.org>
19728 * net/browse-url.el: Support Mozilla and Galeon.
19729 By default, find the installed browser whichever it is.
19730 (browse-url-mozilla): New function.
19731 (browse-url-mozilla-sentinel): New function.
19732 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
19733 (browse-url-default-browser): New function.
19734 (browse-url-process-environment): Use browse-url-browser-display.
19735 (browse-url-browser-display): Renamed from browse-url-netscape-display.
19736 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
19737 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
19738 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
19739 (browse-url-browser-function): New default, new options.
19741 2001-11-19 Sam Steingold <sds@gnu.org>
19743 * bindings.el (last-buffer, unbury-buffer): New function.
19744 (mode-line-unbury-buffer): Use `unbury-buffer'.
19746 2001-11-18 Stephen Eglen <stephen@gnu.org>
19748 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
19749 control behaviour when no further completion is possible.
19751 2001-11-19 Colin Walters <walters@verbum.org>
19753 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
19754 (math-showing-full-precision, math-with-extra-prec, math-working)
19755 (calc-with-default-simplification)
19756 (calc-with-trail-buffer): Use backtick.
19757 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
19758 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
19759 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
19760 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
19761 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
19762 (Math-num-integerp, Math-bignum-test, Math-equal-int)
19763 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
19764 (calc-record-compilation-date-macro): Deleted. Callers updated.
19765 (math-format-radix-digit): Move to calc-bin.el.
19767 * calc/calc.el (calc-record-compilation-date): Remove.
19768 (calc-bug-address): Update.
19769 (calc-settings-file): Use `user-init-file'.
19771 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
19772 Handle null `calc-settings-file'.
19774 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
19775 * calc/calc-keypd.el (calc-keypad-mode): New.
19776 (calc-do-keypad): Use it.
19777 (calc-keypad-map): Move into `calc-keypad-mode'.
19779 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
19780 to defalias argument.
19782 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
19783 (calcFunc-floor): Ditto.
19785 * calc-units.el (calcFunc-usimplify): Ditto.
19787 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
19788 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
19789 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
19790 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
19791 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
19792 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
19793 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
19794 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
19795 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
19796 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
19797 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
19798 and move them before their first use. Use `when', `unless'.
19799 Remove trailing periods from error forms. Add description and
19800 headers suggested by Emacs Lisp coding conventions.
19802 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
19804 * newcomment.el (comment-indent):
19805 Fix misindentation for comment-only lines.
19806 (comment-indent-new-line): Only obey comment-multi-line if the
19807 comment-ender is not the end-of-line.
19809 2001-11-19 Richard M. Stallman <rms@gnu.org>
19811 * net/net-utils.el (network-connection-service-abbrev-alist):
19814 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
19815 Advance to start of 3rd sexp by moving fwd and backing over it.
19816 At first three elements, act like defun.
19818 * delsel.el (delete-selection-pre-hook): Handle and resignal
19819 file-supersession errors to interact properly with userlock.el.
19821 2001-11-18 Richard M. Stallman <rms@gnu.org>
19823 * progmodes/fortran.el (fortran-mode-syntax-table):
19824 Specify punctuation syntax for backslash.
19826 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
19829 * international/mule-util.el (string-to-sequence): Make it obsolete.
19830 (string-to-list, string-to-vector): Implement them directly
19831 using append and vconcat, not with string-to-sequence.
19833 * startup.el (command-line): Set abbrevs-changed to nil after
19834 reading the init file and the abbrevs file.
19836 * isearch.el (isearch): Use magenta2 as bg for (background light)
19838 2001-11-17 Richard M. Stallman <rms@gnu.org>
19840 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
19842 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19844 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
19846 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
19847 If set and if applicable, add a regexp to highlight defun-like
19848 text inside comments and strings.
19849 (font-lock-fontify-keywords-region): Pass that new arg.
19850 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
19851 to the end and pass that new arg.
19852 (c-font-lock-keywords-2): Fix regex for labels.
19853 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
19854 Make it work when LIMIT is several lines further.
19855 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
19856 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
19857 Use backquote and make the regexes for `int a, b, c;' work on
19860 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
19861 (font-lock-defaults-alist): Don't change it any more.
19862 (reb-subexp-mode-map): Cleanup.
19864 * custom.el (custom-current-group-alist): New var.
19865 (custom-declare-group): Set it.
19866 (custom-current-group): New fun.
19867 (custom-declare-variable, custom-handle-all-keywords):
19868 Use it as a default if no :group argument is specified.
19870 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
19871 (standard-keyboard-coding-systems): New var.
19872 (set-locale-environment): Use it to decide whether or not to call
19873 set-keyboard-coding-system.
19874 (locale-language-names): Use \"French\" for "fr".
19876 2001-11-17 Richard M. Stallman <rms@gnu.org>
19878 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
19879 (add-to-list): Delete compatibility code.
19880 (checkdoc-next-message-error): Doc fix.
19882 2001-11-17 Stephen Eglen <stephen@gnu.org>
19884 * locate.el (locate): Show default locate pattern within the
19885 prompt, but don't insert it into the minibuffer contents.
19886 Catch the case when pattern is the empty string.
19888 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
19890 * language/european.el ("French"): New language environment.
19892 2001-11-16 Richard M. Stallman <rms@gnu.org>
19894 * calendar/todo-mode.el (todo-save): Fix previous change.
19896 * subr.el (functionp): Do use cdr-safe on object.
19898 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19900 * bindings.el (mode-line-mode-name): Only put the help-echo property
19901 if the local-map property was put as well.
19902 (global-map): Bind switch-frame, delete-frame, iconify-frame
19903 and make-frame-visible events.
19905 * emacs-lisp/elp.el (elp-not-profilable): New var.
19906 (elp-not-profilable-p): New function.
19907 (elp-instrument-function): Use it. Use backquotes and push.
19909 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
19910 (byte-stack+-info, byte-compile-last-warned-form)
19911 (byte-compile-last-logged-file): Don't defconst a variable.
19912 (no-byte-compile): Declare.
19913 (byte-compile-file): Don't boundp-check no-byte-compile any more.
19914 (byte-compile-defvar): Leave defconst as is.
19916 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
19917 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
19918 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
19919 (edebug-best-error): Don't defconst a variable.
19920 (edebug-read-syntax-table): Use a char-table.
19921 (edebug-lemacs-specific): Remove.
19922 Toplevel: Eliminate check for Lucid Emacs.
19924 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
19926 * rect.el (move-to-column-force): Mark obsolete.
19927 (operate-on-rectangle, delete-extract-rectangle-line)
19928 (insert-rectangle, delete-whitespace-rectangle-line)
19929 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
19930 (string-rectangle-history): New var.
19931 (string-rectangle, string-insert-rectangle): Use it.
19932 (delete-rectangle-line): Fix pos/column mixup and simplify.
19934 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
19935 (normal-top-level, command-line, command-line-1): Simplify.
19937 * tar-mode.el (tar-mode): Use define-derived-mode.
19939 * view.el (view-mode-enable): Don't use make-local-hook.
19941 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
19943 2001-11-16 Richard M. Stallman <rms@gnu.org>
19945 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
19946 if it doesn't make sense as anything else.
19947 Don't recognize a "telephone number" at the beginning of the name.
19948 (mail-extr-leading-garbage): Match non-word characters only.
19950 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19952 * startup.el (command-line-processed): Doc fix.
19954 * apropos.el (apropos-next-label-button): Doc fix.
19956 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
19958 * comint.el (comint-mode): Simplify.
19959 (make-comint-in-buffer): Run `comint-mode' only if necessary.
19961 * subr.el (eval-after-load): Make it work with features as well.
19963 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
19965 * international/mule-cmds.el (describe-input-method): Setup xref.
19966 (set-language-environment): Use functionp.
19967 (locale-language-names, locale-charset-language-names)
19968 (locale-preferred-coding-systems): Defconst and purecopy.
19970 * language/european.el (mac-roman): Add mime-charset property.
19972 2001-11-15 Richard M. Stallman <rms@gnu.org>
19974 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
19975 (multiple-value-apply, nth-value): Use defsubst rather than defalias
19976 to get better doc strings.
19978 2001-11-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
19980 * derived.el: Fix autoload cookie.
19982 2001-11-15 Richard M. Stallman <rms@gnu.org>
19984 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
19986 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
19988 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
19990 2001-11-15 Richard M. Stallman <rms@gnu.org>
19992 * dired.el (dired-undo): Display a message to explain
19993 that this does not undo file system changes.
19995 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
19997 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
19998 into `unread-command-events' instead of trying keymap
19999 lookups ourselves. This makes mouse-clicks do the right
20000 thing even when keymaps of overlays are involved.
20001 (mouse-drag-drag): Likewise.
20003 2001-11-15 Andreas Schwab <schwab@suse.de>
20005 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
20006 characters and append anchor to pattern added to auto-mode-alist.
20008 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
20010 * server.el (server-process-filter): Run pre/post-comment-hook
20011 before/after visiting the file.
20013 * info-look.el (makefile-mode): Add info for automake.
20014 (autoconf-mode): Fix the name of the index for automake.
20016 * international/latin-9.el: Give pilcrow punctuation syntax.
20018 2001-11-15 Andre Spiegel <spiegel@gnu.org>
20020 * vc.el: Documentation fixes.
20022 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
20024 * smerge-mode.el (smerge-match-conflict): Fix typo.
20025 (smerge-diff): Be careful to read match-data early enough.
20027 2001-11-14 Colin Walters <walters@verbum.org>
20029 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
20030 (calcFunc-subst): Use `defalias' instead of `fset' and
20033 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
20034 (calcFunc-ceil, calcFunc-round): Ditto.
20036 * calc/calc-bin.el (calcFunc-clip): Ditto.
20038 * calc/calc-ext.el (calcFunc-evalv): Ditto.
20040 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
20042 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
20043 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
20045 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
20047 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
20048 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
20049 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
20050 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
20051 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
20052 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
20053 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
20054 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
20055 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
20056 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
20057 * calcsel2.el: Style cleanup; don't put closing parens on their
20058 own line, add "foo.el ends here" to each file, and update
20061 * README: Update maintainer.
20063 2001-11-13 Richard M. Stallman <rms@gnu.org>
20065 * progmodes/compile.el (recompile): Use compilation-arguments if
20066 set, so as to be able to M-x recompile the exact command which
20067 created a compilation-mode buffer.
20069 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
20071 2001-11-13 Gerd Moellmann <gerd@gnu.org>
20073 * mouse.el (mouse-drag-region): Don't run the up-event
20074 handler if window start changed due to the down-mouse event.
20076 2001-11-13 Richard M. Stallman <rms@gnu.org>
20078 * mouse.el (mouse-show-mark): Either move point to the mark
20079 or use highlighting, never both.
20080 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
20082 2001-11-13 Simon Josefsson <jas@extundo.com>
20084 * mail/smtpmail.el (top-level): Change maintainer to Simon
20085 Josefsson, cleanup the smtpmail.el header.
20087 * mail/smtpmail.el (top-level): Don't require cl or base64.
20088 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20089 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
20090 Defsubst instead of defmacro.
20091 (smtpmail-intersection): Return value in reverse order.
20092 (smtpmail-open-stream): Use stringp instead of string-to-list.
20093 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
20094 separated from smtpmail-via-smtp.
20096 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
20097 rfc2104. Require base64 and cl.
20098 (smtpmail-smtp-service): Doc fix. :type fix.
20099 (smtpmail-debug-info): Doc fix.
20100 (smtpmail-debug-verb, smtpmail-auth-credentials)
20101 (smtpmail-starttls-credentials, smtpmail-auth-supported):
20103 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
20104 mail-utils (it is autoloaded).
20105 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
20106 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
20107 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
20108 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
20109 (smtpmail-via-smtp): Support AUTH.
20110 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
20112 2001-11-13 Richard M. Stallman <rms@gnu.org>
20114 * ebuff-menu.el (electric-buffer-update-highlight): New function.
20115 (electric-buffer-overlay): New variable.
20116 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
20117 (electric-buffer-list): Likewise.
20119 * isearch.el (isearch-whitespace-chars): Doc fix.
20120 (isearch-mode): Handle negative search-slow-window-lines correctly.
20122 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
20124 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
20126 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
20127 From Emmanuel Briot <briot@act-europe.fr>.
20129 2001-11-13 Colin Walters <walters@debian.org>
20131 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
20133 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
20134 "~/.emacs"; use `read-file-name'.
20136 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
20137 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
20138 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
20139 * calc/calc.el: Use `frame-width' instead of `screen-width',
20140 `frame-height' instead of `screen-height', and,
20141 `executing-kbd-macro' instead of `executing-macro'.
20143 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
20144 correct number of arguments.
20146 * calc/calc-aent.el (calc-do-alg-entry):
20147 Use `blink-paren-function' instead of `blink-paren-hook'.
20149 2001-11-12 Richard M. Stallman <rms@gnu.org>
20151 * calendar/todo-mode.el (todo-save): Add save-excursion
20152 and save-restriction.
20154 * server.el (server-edit, server-done): Doc fix.
20156 * simple.el (clone-indirect-buffer): Error if major mode symbol
20157 has a no-clone-indirect property.
20158 (clone-buffer): Check for obvious errors before reading clone name.
20160 * info.el (Info-mode): Add a no-clone-indirect property.
20162 2001-11-12 Sam Steingold <sds@gnu.org>
20164 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
20165 set-buffer-modified-p to nil after `vc-exec-after'.
20166 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
20167 (log-view-mode): Make read-only.
20168 (log-view-current-file): Do final `expand-file-name' in the
20169 current `default-directory'.
20170 (log-view-current-tag): Take an optional `where' arg.
20171 (log-view-diff): New user command.
20173 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
20175 * progmodes/cpp.el (cpp-choose-face): Fix typo.
20177 2001-11-12 Sam Steingold <sds@gnu.org>
20179 * emacs-lisp/cl-indent.el (toplevel): Indent properly
20180 `generic-flet', `generic-labels', `with-accessors',
20181 `with-condition-restarts'.
20183 2001-11-12 Richard M. Stallman <rms@gnu.org>
20185 * dired.el: Many trivial doc fixes.
20186 (dired-get-file-for-visit): New function.
20187 (dired-find-alternate-file, dired-mouse-find-file-other-window)
20188 (dired-view-file, dired-find-file-other-window, dired-display-file)
20189 (dired-find-file): Use dired-get-file-for-visit.
20191 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
20193 * sql.el (sql-mode): Doc change.
20195 * sql.el (sql-mode-syntax-table): The backslash is no longer an
20198 2001-11-12 Colin Walters <walters@debian.org>
20200 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
20201 (calc-do-keypad): Don't attempt to use nonexistent global
20202 mouse-map, use calc-keypad-map.
20203 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
20204 (calc-keypad-left-click): Don't use mouse-map; update to new event
20206 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
20207 (calc-keypad-press): Use `unread-command-events' instead of
20208 `unread-command-char'.
20210 * calc/calc-ext.el (calc-init-extensions): Update autoload names
20211 to match files renamed on initial calc import.
20213 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
20215 * textmodes/flyspell.el (flyspell-default-dictionary):
20216 Fix previous change.
20218 2001-11-12 Richard M. Stallman <rms@gnu.org>
20220 * textmodes/flyspell.el (flyspell-default-dictionary):
20223 2001-11-11 Richard M. Stallman <rms@gnu.org>
20225 * calendar/solar.el (solar-sunrise-and-sunset):
20226 Exchange the two extreme values of day-length.
20228 * progmodes/sh-script.el (sh-must-be-shell-mode):
20229 Allow modes derived from sh-mode.
20231 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
20232 Turn off error in some re-search-forward calls.
20234 * replace.el (query-replace-skip-read-only): New variable.
20235 (perform-replace): If that variable is non-nil, ignore matches
20236 that have a read-only property.
20238 * derived.el (define-derived-mode): Doc fix.
20240 * server.el (server-buffer-done): Test of server-existing-buffer
20242 (server-existing-buffer): Doc fix.
20244 * textmodes/flyspell.el (flyspell-default-dictionary):
20245 Allow nil as value, and make nil the default.
20247 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
20249 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
20251 (clipboard-yank): Ditto.
20253 2001-11-11 Colin Walters <walters@verbum.org>
20255 The following changes are based on patches from
20256 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro
\e,A_
\e(Bjohann
20257 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
20259 * calc/calc.el (toplevel): Require calc-macs.
20260 (calc-minibuffer-size): New.
20261 (calcDigit-nondigit): Use it instead of `buffer-size'.
20262 (calcDigit-backspace): Likewise.
20263 (calcDigit-nondigit): Use `minibuffer-contents' instead of
20265 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
20267 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
20270 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
20271 simple `setq' form.
20273 * calc/calc-ext.el: (toplevel): Require calc.
20274 (calc-fancy-prefix-map): New.
20275 (calc-fancy-prefix): Use it.
20276 (calc-fancy-prefix-other-key): New.
20278 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
20279 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
20280 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
20281 (calcAlg-enter): Likewise.
20282 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
20284 2001-11-10 Richard M. Stallman <rms@gnu.org>
20286 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
20287 (quietly-read-abbrev-file): Doc fix.
20289 * startup.el (command-line): Read standard abbrev
20290 file (abbrev-file-name), if it exists.
20292 * files.el (save-abbrevs): Default value is t.
20294 * progmodes/compile.el (compile-goto-error): Fix previous change
20295 in the case where subsequent errors have not been parsed yet
20296 because they are in a different source file.
20298 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
20300 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
20301 Merge two regular expressions into one.
20302 (ps-mode): Make local bindings for `comment-start' and
20303 `comment-start-skip'.
20304 (ps-mode-looking-at-nested): Simplify an if-else construct;
20305 use `set-match-data' to set the result.
20307 2001-11-10 Richard M. Stallman <rms@gnu.org>
20309 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
20311 (flyspell-correct-word): Old definition deleted.
20312 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
20313 All references renamed too.
20315 2001-11-10 Gerd Moellmann <gerd@gnu.org>
20317 * Makefile.in (finder_setwins, setwins): Exclude Calc.
20319 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
20321 * wid-edit.el (checklist): Removed `:menu-tag'.
20322 (radio-button-choice): Ditto.
20323 (editable-list): Ditto.
20325 2001-11-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
20327 * play/gomoku.el: Move definitions of constants to the beginning
20328 of file, before their use.
20330 2001-11-09 Richard M. Stallman <rms@gnu.org>
20332 * textmodes/flyspell.el: Use the keymap property
20333 instead of local-map, and don't use a minor-mode map.
20334 (flyspell-mode-map): Variable deleted.
20335 Don't mess with minor-mode-map-alist.
20336 (calling add-minor-mode): Specify nil for keymap.
20337 And always use add-minor-mode, now that it exists.
20338 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
20339 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
20340 or flyspell-local-mouse-map.
20341 (make-flyspell-overlay): Use flyspell-mouse-map directly.
20342 (flyspell-mode): Doc fix.
20343 (flyspell-mode-on): Don't call make-local-hook.
20345 2001-11-09 Sam Steingold <sds@gnu.org>
20347 * emacs-lisp/debug.el (debugger-make-xrefs):
20348 Add buttons to all symbols.
20350 2001-11-09 Andre Spiegel <spiegel@gnu.org>
20352 * vc.el: Add John David Smith to credits.
20354 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
20356 * vc-hooks.el (vc-error-occured): Backquotified.
20357 (vc-file-prop-obarray): Use prime length for better efficiency.
20359 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
20361 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
20363 * info.el (Info-file-list-for-emacs): Add entries for Calc.
20365 2001-11-09 Miles Bader <miles@gnu.org>
20367 * subr.el (functionp): Don't consider macros as functions.
20369 2001-11-08 Miles Bader <miles@gnu.org>
20371 * subr.el (functionp): Make work correctly for macros and unbound
20374 * comint.el (comint-send-input): Fix description of
20375 `comint-process-echoes' in the doc-string.
20377 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
20379 * international/mule.el (make-translation-table): Doc fix.
20380 Suggested by Alex Schroeder <alex@gnu.org>.
20382 2001-11-07 Richard M. Stallman <rms@gnu.org>
20384 * info.el (Info-fontify-node): Highlight every third menu item.
20386 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
20388 * cus-edit.el (custom-face-value-create): Don't ignore the
20389 `customized-face' attribute when finding the current face spec.
20391 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
20393 * subr.el (with-local-quit): New macro.
20394 (make-syntax-table): Always inherit.
20395 (functionp): Be more careful when `object' is a symbol.
20397 * dabbrev.el (dabbrev-completion): Use "*Completions*".
20399 2001-11-07 Paul Eggert <eggert@twinsun.com>
20401 * dired.el (dired-move-to-filename-regexp):
20402 Do not distinguish between ASCII letters and non-ASCII characters.
20403 Don't allow comma except in the form "month day, year".
20404 Don't allow space between month name and comma.
20405 Clean up the code that checks for trailing period, comma, and space.
20406 Remove now-obsolete comments, and add more commentary about
20408 Always gobble up trailing spaces, instead of doing it only sometimes.
20410 2001-11-07 Miles Bader <miles@gnu.org>
20412 * paren.el (show-paren-match-face): Add dark-background variant.
20414 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20416 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
20417 (lisp-mode-variables): Don't set paragraph-{start,separate}.
20418 Don't disable adaptive-fill-mode.
20419 (lisp-fill-paragraph): Use tab-width rather than 8.
20420 Prevent filling the first line of docstrings.
20422 2001-11-06 Richard M. Stallman <rms@gnu.org>
20424 * play/gomoku.el (gomoku): Doc fix.
20426 * jka-compr.el (jka-compr-partial-uncompress):
20427 Support an alternative of not using dd.
20428 (jka-compr-dd-program): Use defcustom to define this.
20429 (jka-compr-load-suffixes): Use defcustom.
20430 (jka-compr-mode-alist-additions): Use defcustom.
20432 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
20434 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
20435 Also work when LIMIT is further than the end of line.
20437 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
20439 * international/quail.el (quail-update-leim-list-file): Print the
20440 offending file name if some of its quail-define-package forms is broken.
20442 2001-11-05 Richard M. Stallman <rms@gnu.org>
20444 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
20445 of the evaluated form.
20447 2001-11-05 Paul Eggert <eggert@twinsun.com>
20449 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
20450 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
20451 stamps always line up by default. Also, it uses a slightly
20452 different window to determine whether files are "recent".
20454 2001-11-05 Andrew Innes <andrewi@gnu.org>
20456 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20457 Don't attempt to remake autoloads before nuking .elc files.
20459 2001-11-04 Richard M. Stallman <rms@gnu.org>
20461 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
20462 previous-single-property-change or next-single-char-property-change
20465 * international/mule-cmds.el (set-locale-environment):
20466 Make it interactive; make arg optional.
20468 * international/mule-diag.el (help-funs): Require help-funs.
20470 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
20472 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
20474 2001-11-04 Miles Bader <miles@gnu.org>
20476 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
20477 shadow of the splash image grey on a dark background instead of black.
20479 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
20481 * term.el (all faces): Don't (copy-face 'default <foo>).
20483 * term/xterm.el (function-key-map):
20484 Add entry for `ESC [ 3 ~' -> <delete>
20485 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
20486 Use inheritance so that .emacs and terminfo take precedence.
20488 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20490 * tooltip.el (tooltip-delay): Decrease to 0.7.
20491 (tooltip-hide-delay): Enlarge to 10.
20493 2001-11-03 Richard M. Stallman <rms@gnu.org>
20495 * startup.el (fancy-splash-tail): Explain how to recover
20496 from a crash, if there was a crash.
20497 (command-line-1): Reorganize display of startup screen,
20498 to simplify the logic. Use a temp buffer for it.
20500 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
20502 * frame.el (set-background-color, set-foreground-color):
20503 Call face-set-after-frame-default, to propagate the new colors to
20504 the frame's parameters alist.
20506 * calendar/timeclock.el (timeclock-out): Signal an error if
20507 timeclock-last-event is nil.
20509 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
20511 * textmodes/fill.el (fill-context-prefix): Fix braino.
20513 * international/quail.el (quail-help):
20514 Use `help-buffer' and move `help-setup-xref' to beginning.
20516 * international/mule-cmds.el (describe-language-environment):
20517 Use `help-buffer' and move `help-setup-xref' to beginning.
20519 * international/mule-diag.el (list-character-sets)
20520 (sort-listed-character-sets, describe-character-set)
20521 (describe-coding-system, describe-fontset, list-fontsets):
20522 Use `help-buffer' and move `help-setup-xref' to beginning.
20523 (describe-char-after): Use `internal-describe-syntax-value'.
20525 2001-11-02 Richard M. Stallman <rms@gnu.org>
20527 * mouse.el (popup-menu): If the user refuses to select
20528 from a menu, don't try to invoke the menu.
20530 2001-11-02 Miles Bader <miles@gnu.org>
20532 * help-mode.el (help-xref): New button type.
20533 (help-function, help-variable, help-face, help-coding-system)
20534 (help-input-method, help-character-set, help-type, help-symbol)
20535 (help-back, help-info, help-customize-variable, help-customize-face)
20536 (help-function-def, help-variable-def): Use it as a supertype.
20537 Remove `action' property.
20539 * international/mule-diag.el (describe-character-set)
20540 (describe-coding-system): Pass correct args to `help-xref-button'.
20541 (sort-listed-character-sets): New button type.
20542 (list-character-sets): Use it.
20543 (list-charset-chars): New button type.
20544 (list-character-sets-1): Use it.
20546 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
20548 * indent.el (tab-always-indent, indent-for-tab-command):
20549 Remove redundant `never' setting.
20551 * fill.el (fill-region-as-paragraph): Don't forget to skip
20552 over current whitespace before looking for a preceding space.
20554 2001-11-01 Richard M. Stallman <rms@gnu.org>
20556 * files.el (file-newest-backup): Don't pass backup file name
20557 thru file-name-sans-versions, because it never has version numbers.
20559 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
20560 to avoid ambiguous nested loops.
20562 * files.el (find-file-noselect): Offer to change buffer-read-only
20563 only when the file's read-only status has changed from before
20564 as well as disagreeing with the buffer's current status.
20565 (buffer-file-read-only): New var, local in all buffers.
20567 * buff-menu.el (buffer-menu): Doc fix.
20568 (buffer-menu-other-window): Doc fix.
20569 (list-buffers, list-buffers-noselect): Doc fix.
20571 2001-11-01 Gerd Moellmann <gerd@gnu.org>
20573 * startup.el (command-line): If the terminal Emacs is running on
20574 has erase char set to ^H, use the Backspace key for deleting
20575 backward, and the Delete key for deleting forward.
20577 2001-11-01 Miles Bader <miles@gnu.org>
20579 * button.el (define-button-type): Make sure every user-defined
20580 button type has a supertype.
20582 2001-10-31 Jason Rumney <jasonr@gnu.org>
20584 * international/mule-cmds.el (locale-language-names): Add chs and
20585 cht as aliases for Chinese-GB and Chinese-BIG5.
20587 2001-10-31 Richard M. Stallman <rms@gnu.org>
20589 * bindings.el (mode-line-frame-identification): Add doc string.
20590 (mode-line-position, mode-line-modes): New variables.
20591 (mode-line-format): Use mode-line-position for the part
20592 that displays the position-in-buffer info.
20593 Use mode-line-modes for the part that displays major and minor modes.
20595 2001-10-31 Sam Steingold <sds@gnu.org>
20597 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
20598 (debugger-setup-buffer): Call it.
20599 (debugger-mode-map): Bind RET and mouse-2.
20601 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
20603 * startup.el: Document command line option --no-window-system
20604 instead of --no-windows.
20606 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20608 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
20610 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
20611 (font-lock-defaults-alist): Use it.
20612 From David Ponce <david.ponce@wanadoo.fr>
20614 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
20615 output of `char-after'.
20617 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
20619 * simple.el (reindent-then-newline-and-indent): Insert the newline
20620 before indenting the first line.
20621 (undo-get-state, undo-revert-to-state): New funs.
20622 (shell-command): Don't kill the buffer even if empty.
20623 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
20624 (transpose-subr-end2): Remove.
20625 (transpose-subr): Add `special' arg and simplify.
20626 (transpose-subr-1): Rewrite.
20627 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
20628 (rfc822-goto-eoh): Simplify.
20630 2001-10-30 Richard M. Stallman <rms@gnu.org>
20632 * enriched.el (enriched-face-ans): Fix previous change.
20634 2001-10-30 Gerd Moellmann <gerd@gnu.org>
20636 * international/iso-acc.el (iso-accents-compose): Remove a
20639 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
20641 * buff-menu.el (list-buffers-noselect): If the buffer's name
20642 starts with a blank, but it visits a file, do show it (for files
20643 whose names start with a blank).
20645 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
20647 * textmodes/fill.el (sentence-end-double-space)
20648 (sentence-end-without-period): Move to paragraphs.el.
20649 (fill-indent-according-to-mode): Change default to t.
20650 (fill-context-prefix): Simplify control-flow and use a more
20651 sophisticated merge that unifies both previous checks.
20652 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
20653 (fill-nobreak-predicate): Make it into a defcustom'd hook.
20654 (fill-nobreak-p): New fun.
20655 (fill-region-as-paragraph): Use it.
20656 Handle `fill-indent-according-to-mode' slightly differently.
20657 (fill-individual-paragraphs-prefix): Simplify the control-flow.
20658 (fill-individual-paragraphs-citation): Fix.
20660 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
20661 (paragraph-start): Change default to the `text-mode' value.
20662 (sentence-end-double-space, sentence-end-without-period):
20664 (forward-paragraph): Use `parstart' and `parsep' for temp variables
20665 rather than rebinding `paragraph-start' and `paragraph-separate'.
20667 * indent.el (indent-line-function): Change default to indent-relative.
20668 (tab-always-indent): Add an `never' setting.
20669 (indent-according-to-mode): Handle `indent-relative' and
20670 `indent-relative-maybe' specially.
20671 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
20672 Handle the `never' case for `tab-always-indent'.
20673 Don't call indent-according-to-mode for indent-relative' and
20674 `indent-relative-maybe'.
20675 (insert-tab): Rename `prefix-arg' to `arg'.
20676 (indent-region): Indent the first line as well.
20677 (indent-relative): Don't mark the buffer modified if the indentation
20680 * textmodes/text-mode.el (paragraph-indent-minor-mode):
20681 Don't set paragraph-separate. Set paragraph-start more carefully.
20682 Set indent-line-function.
20683 (paragraph-indent-text-mode): Use it and define-derived-mode.
20684 (text-mode-map): Remove the \t binding.
20685 (text-mode): Simplify now that the default is more favorable.
20687 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
20689 * emacs-lisp/find-func.el (find-function-search-for-symbol):
20690 If the regexp doesn't match, use a looser one.
20691 (find-variable-noselect): Add `file' argument.
20693 * pcvs.el (cvs-mode-commit-hook): New hook.
20694 (cvs-mode-commit): Run it.
20696 * log-edit.el (log-edit): Run hook after `log-edit-files'.
20698 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
20699 (edebug-instrument-function): Use `find-function-noselect'.
20701 2001-10-29 Richard M. Stallman <rms@gnu.org>
20703 * term.el (term-if-emacs19): Macro deleted.
20704 Callers changed to use progn instead.
20706 * frame.el (blink-cursor-mode): Doc fix.
20708 * files.el (find-backup-file-name): Use make-backup-file-name.
20710 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
20712 (edebug-set-conditional-breakpoint): Unconditionally use
20713 the former Emacs >=19 definition.
20714 (edebug-mark): Define unconditionally.
20715 (edebug-eval-expression): Always call read-from-minibuffer
20716 and specify history list.
20717 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
20718 edebug-set-conditional-breakpoint.
20719 (edebug-emacs-version-specific): Function deleted;
20720 do the job at top level.
20721 (edebug-emacs-19-specific): Function deleted, this is the default.
20723 2001-10-29 Sam Steingold <sds@gnu.org>
20725 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
20726 "/cygdrive/LETTER/" pathnames.
20728 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
20730 * faces.el (invert-face): Check for 'unspecified, not for nil,
20731 when testing whether face colors are not specified.
20732 From David.Kastrup@t-online.de (David Kastrup).
20733 (read-face-name): Doc fix.
20734 (make-face-bold, make-face-unbold, make-face-italic)
20735 (make-face-unitalic, make-face-bold-italic, invert-face):
20736 Remove trailing blank from the prompt passed to read-face-name.
20738 2001-10-29 Sam Steingold <sds@gnu.org>
20740 * emacs-lisp/bytecomp.el (byte-recompile-directory):
20741 Report numbers of files skipped and failed too.
20742 (byte-compile-file): Return 'no-byte-compile for skipped files.
20744 2001-10-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
20746 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
20749 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20751 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
20752 as is on unread-command-events instead of `(SECOND-CHAR)'.
20754 2001-10-29 Andre Spiegel <spiegel@gnu.org>
20756 * vc.el: Mention vc-*-switches in backend API documentation.
20757 (vc-annotate): Adapt doc string to recent change.
20759 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20761 * enriched.el (enriched-face-ans): Handle face attributes
20762 of the form `(FACE1 FACE2 ...)'.
20764 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
20766 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
20768 * progmodes/sql.el (sql-mysql): Doc change by RMS.
20770 * progmodes/sql.el (sql-db2): Doc change.
20771 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
20772 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
20774 2001-10-29 Gerd Moellmann <gerd@gnu.org>
20776 * env.el (substitute-env-vars): Don't quote argument to `rx';
20779 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
20781 * cus-start.el (recursive-load-depth-limit): Added.
20783 2001-10-28 Richard M. Stallman <rms@gnu.org>
20785 * textmodes/ispell.el (version18p, version20p): Vars deleted.
20786 All uses removed--assume Emacs version is >= 20.
20788 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
20789 by really checking that it is not version 18.
20791 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
20793 2001-10-28 Miles Bader <miles@gnu.org>
20795 * faces.el (face-attribute): Add INHERIT argument, consider face
20796 inheritance if it's non-nil.
20797 (face-attribute-merged-with): New function.
20798 (face-attribute-specified-or): New macro.
20799 (face-foreground, face-background, face-stipple): Add INHERIT
20800 argument. Use `face-attribute-specified-or'.
20802 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
20804 * font-lock.el: Require `syntax'.
20805 (font-lock-defaults-alist): Don't define keywords for lisp languages.
20806 Use `c-font-lock-syntactic-face-function' for c languages.
20807 (font-lock-mode): Don't unset vars when turning the mode off.
20808 (font-lock-default-fontify-buffer): Don't unset vars at the end.
20809 (font-lock-extra-managed-props): New var.
20810 (font-lock-default-unfontify-region): Use it.
20811 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
20812 Don't eval the value when there's no match.
20813 (font-lock-ppss-stats): New var.
20814 (font-lock-ppss): New fun.
20815 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
20816 (font-lock-apply-highlight): Allow `highlight' to set several props.
20817 (font-lock-set-defaults): Use dolist.
20818 (font-lock-unset-defaults): Remove.
20819 (font-lock-match-c-style-declaration-item-and-skip-to-next):
20820 Try to recognize prototypes using `foo P_ ((args))'.
20821 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
20822 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
20823 (c-font-lock-syntactic-face-function): New function.
20824 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20825 (c++-keywords): Use a more sophisticated regexp to handle
20826 shallowly nested templates.
20828 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20830 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
20831 (sgml-tag): Use it. Cleanup with `cond'.
20832 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
20833 Mark the overlays and only delete those that are marked.
20834 (sgml-skip-close-p): Remove.
20835 (sgml-value): Replace sgml-skip-close-p with its definition.
20836 (html-tag-alist): Use sgml-xml a bit more.
20837 (html-mode): Set sgml-empty-tags.
20839 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
20840 (texinfo-update-node, texinfo-sequential-node-update):
20841 Don't bind the obsolete `auto-fill-hook'.
20842 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
20843 Use `set-buffer' rather than `switch-to-buffer'.
20844 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
20845 Use `set-buffer' rather than `switch-to-buffer'.
20847 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
20848 text-mode-syntax-table.
20849 (mail-mode): Use define-derived-mode.
20850 Fix ordering of alternatives in adaptive-fill-regexp.
20851 (mail-mode-map): Don't rely on keymap's internal representation.
20853 2001-10-27 Sam Steingold <sds@gnu.org>
20855 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
20856 (sgml-xml-guess): Extracted from `html-mode' and generalized.
20857 (sgml-mode-common): Call it.
20858 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
20859 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
20860 (html-horizontal-rule, html-image, html-ordered-list):
20861 (html-unordered-list, html-list-item, html-paragraph):
20862 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
20865 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
20867 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
20868 (ifnothtml): New alias.
20870 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
20872 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
20873 (toggle-text-mode-auto-fill): Use derived-mode-p.
20875 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
20877 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
20878 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
20880 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20882 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
20883 Add make-obsolete cookies, to follow faces.el.
20885 These changes avoid warnings from the byte compiler in faces.el:
20887 * faces.el (internal-get-face): Use facep instead of the obsolete
20888 internal-find-face.
20889 (internal-frob-font-weight, internal-frob-font-slant):
20890 New defaliases for obsolete functions.
20891 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
20892 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
20893 (x-make-font-bold-italic): Use internal-frob-font-weight and
20894 internal-frob-font-slant aliases instead of the obsolete
20895 x-frob-... functions.
20897 2001-10-26 Sam Steingold <sds@gnu.org>
20899 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
20900 DOCTYPE; set `mode-name' based on it.
20901 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
20902 (sgml-tag): Close empty tags in XHTML.
20904 2001-10-26 Jason Rumney <jasonr@gnu.org>
20906 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
20907 when UNICODE is not defined.
20909 2001-10-26 Sam Steingold <sds@gnu.org>
20911 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
20912 be alone on the line.
20914 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
20916 * button.el (button): Special face definition for MS-DOS terminals.
20918 2001-10-26 Sam Steingold <sds@gnu.org>
20920 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
20921 Protect the /= test by checking that the args are non-nil.
20922 (sh-font-lock-close-heredoc): Check eof for being non-nil.
20924 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
20926 * textmodes/artist.el (artist-version): 1.2.4.
20927 (artist-butlast-fn): New variable.
20928 (artist-butlast): New function.
20929 (artist-ellipse-mirror-quadrant): Use it.
20930 (artist-mouse-draw-poly): Use nil for `point-list'.
20931 (artist-mouse-draw-poly): Check for point-list being nil.
20933 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
20935 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
20937 (ps-mode-menu-main): Submenu with options on/off was replaced with
20939 (ps-mode, ps-run-mode): Define with `define-derived-mode'
20940 (ps-mode): Autoload cookie added on same line as comment
20941 (ps-mode-tabkey, ps-mode-backward-delete-char):
20942 (ps-mode-r-balance): Replace `delete-horizontal-space' and
20943 `indent-to' with `indent-line-to'
20944 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
20946 (ps-mode-print-region): Use `with-temp-buffer'.
20947 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
20948 (numerous places): Add back-tick and tick around names in
20949 docstrings, fix punctuation in docstrings, remove trailing spaces.
20951 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20953 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
20954 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
20955 (sgml-font-lock-syntactic-keywords): New var.
20956 (sgml-mode-common): Drop the two args.
20957 Don't make buffer-local variables that aren't used.
20958 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
20959 Don't set `before-string' props from sgml-display-text.
20960 (sgml-mode): Use define-derived-mode.
20961 (sgml-tags-invisible): Use sgml-display-text.
20962 (sgml-quote): New command.
20963 (html-tag-alist): Add args for `span'.
20964 (html-mode): Use define-derived-mode.
20965 Set sgml-display-text and sgml-tag-face-alist.
20967 2001-10-25 Sam Steingold <sds@gnu.org>
20969 * add-log.el (add-log-always-start-new-record): New user option.
20970 (add-change-log-entry): Use it.
20972 2001-10-25 Richard M. Stallman <rms@gnu.org>
20974 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
20975 bind case-fold-search if FROM is not all lower case.
20977 2001-10-25 Gerd Moellmann <gerd@gnu.org>
20979 * startup.el (normal-top-level): Check for frame-initial-frame
20980 only if it's really used.
20982 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
20984 * progmodes/compile.el (compilation-parse-errors-filename-function):
20986 (compilation-parse-errors): Use it.
20988 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
20990 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
20991 interactively so that C-u M-C-x still does edebug.
20992 (checkdoc-sentencespace-region-engine): Don't force a double-space
20993 after `.' if it doesn't look like an end-of-sentence.
20994 (debug-ignored-errors): Add `disambiguate ...'.
20996 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
20998 * textmodes/texinfo.el (texinfo-environments)
20999 (texinfo-environment-regexp): Hoist.
21000 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
21001 Only highlight the menu name in menu items.
21002 Setup `@foo ... @end foo' as text clones.
21003 (texinfo-clone-environment): New function.
21004 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
21005 (texinfo-insert-block): Simplify.
21006 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
21007 the command is repeated.
21008 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
21009 (texinfo-insert-@end): Simplify.
21011 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
21012 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
21013 (texinfo-subsubsection-level-regexp)
21014 (texinfo-update-menu-same-level-regexps)
21015 (texinfo-update-menu-higher-regexps)
21016 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
21018 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
21019 (derived-mode-p): Autoload.
21021 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
21022 New vars and functions.
21023 (text-clone-maintain, text-clone-create): New functions.
21025 2001-10-25 Miles Bader <miles@gnu.org>
21027 * facemenu.el (facemenu-add-new-face): Fix variable names.
21029 2001-10-24 Richard M. Stallman <rms@gnu.org>
21031 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
21032 of t and nil values.
21033 (facemenu-set-face): Handle START and END interactively.
21034 (facemenu-set-foreground): Don't use a face; specify color directly.
21035 (facemenu-set-background): Likewise.
21036 (facemenu-set-face-from-menu): Doc fix.
21037 (facemenu-active-faces): Use face-attribute-vector
21038 to handle bare attributes not in faces.
21039 (facemenu-get-face): Don't handle face names fg:... and bg:...
21041 (facemenu-add-new-face): New argument MENU.
21042 New way to handle adding colors to the color menus.
21044 * env.el (substitute-env-vars): Quote the arg to rx.
21046 2001-10-24 Sam Steingold <sds@gnu.org>
21048 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
21049 Control" and "SGML" groups.
21051 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21053 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
21054 Better handling of C++ template args to avoid confusion with `<'
21055 and `>' used as operators in member init expressions.
21057 2001-10-24 Gerd Moellmann <gerd@gnu.org>
21059 * replace.el (perform-replace): Move START and END parameters
21060 to the end of the argument list and make them optional.
21062 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
21065 * international/fontset.el (x-must-resolve-font-name): New function.
21066 (x-complement-fontset-spec): Use it.
21068 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
21070 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
21072 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
21073 Turn caadr into caar of cdr.
21075 2001-10-23 Gerd Moellmann <gerd@gnu.org>
21077 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
21078 of mouse-{1,2} since dragging is on the down event.
21080 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
21082 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
21085 * desktop.el (desktop-last-buffer): New variable.
21086 (desktop-create-buffer): Set it.
21087 (desktop-read): Bind it and switch to that buffer.
21089 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21091 * progmodes/compile.el (compilation-set-window-height):
21092 Select old window only if it's still live.
21094 2001-10-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
21096 * help-mode.el (help-buffer): Remove debugging code.
21097 From Stefan Monnier <monnier@cs.yale.edu>.
21099 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21101 * files.el (file-name-sans-extension, file-name-extension):
21102 Don't count the leading dots in file names as signaling an extension.
21104 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21106 * vc.el (vc-diff-switches): Doc rewritten.
21108 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
21110 * tooltip.el (tooltip-set-param): Doc fix.
21112 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
21113 127 to sgml-maybe-name-self.
21114 (sgml-name-8bit-mode): Doc fix.
21115 (sgml-char-names-table): New variable.
21116 (sgml-name-char): Support non-ASCII and mule-unicode-*
21117 characters. Doc fix.
21118 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
21120 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
21121 doc string the effect of `left' and `top' parameters in
21122 tooltip-frame-parameters, the default values, and the units.
21123 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
21124 (tooltip-show): Mention in the doc string the `top' and `left'
21125 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
21127 2001-10-22 Andre Spiegel <spiegel@gnu.org>
21129 Add autoscaling support for vc-annotate.
21130 From J.D. Smith <jdsmith@alum.mit.edu>.
21132 * vc.el (vc-annotate-display-default): Accept colormap scaling
21133 ratio (now deprecated).
21134 (vc-annotate-display-autoscale): Added.
21135 (vc-annotate-add-menu): New autoscaling menu options "Span to
21136 Oldest" and "Span Oldest->Newest". Easymenu support added for
21137 toggle menus driven by customize variable `vc-annotate-display-mode'.
21138 (vc-annotate-display-select): Added.
21139 (vc-annotate): Changed temp-buffer-show-function to
21140 `vc-annotate-display-select'.
21141 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
21142 Added argument OFFSET. Instead of backend function, calls now
21143 generic `vc-annotate-difference'.
21144 (vc-annotate-difference): Added as generic function instead of
21145 backend-specific function. No longer takes argument POINT, but
21146 instead accepts a time OFFSET.
21147 (vc-default-annotate-current-time): Added.
21149 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
21150 version in vc.el, with
21151 (vc-cvs-annotate-current-time): Added, as override of default.
21152 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
21153 `vc-cvs-annotate-difference'.
21155 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21157 * saveplace.el (save-place): Require `saveplace'.
21159 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
21160 Use `sexp' for :value-type instead of `face'.
21162 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
21164 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
21165 regexps due to 5-digit message IDs.
21167 2001-10-21 Jason Rumney <jasonr@gnu.org>
21169 * term/w32-win.el (redisplay-dont-pause): Don't set.
21171 2001-10-21 Miles Bader <miles@gnu.org>
21173 * help-funs.el (help-manyarg-func-alist): Variable removed.
21175 2001-10-21 Miles Bader <miles@gnu.org>
21177 * help-funs.el (help-manyarg-func-alist): Remove entries for
21178 `insert', `insert-and-inherit', `insert-before-markers',
21179 `insert-before-markers-and-inherit', `message', `message-box',
21180 `message-or-box', `propertize', `format', `encode-time', `append',
21181 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
21182 `insert-string', `ml-if', `ml-provide-prefix-argument', and
21183 `ml-prefix-argument-loop'.
21185 2001-10-21 Andre Spiegel <spiegel@gnu.org>
21187 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
21188 (vc-default-diff-tree): New functions.
21189 (vc-version-diff): Use them. As a result, coding systems are now
21190 set up properly for all sorts of diffs, and tree diffs can now
21191 also be done locally.
21192 (vc-diff): With a prefix argument, don't require that it's called
21193 from a buffer under version control.
21194 (diff-switches): Remove duplicate definition.
21196 * vc-cvs.el (vc-cvs-diff-tree): New function.
21198 2001-10-21 Miles Bader <miles@gnu.org>
21200 * help-funs.el (help-manyarg-func-alist): Remove entries for
21201 `list', `vector', `make-byte-code', `call-process',
21202 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
21203 `logand', `logior', and `logxor'.
21205 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
21206 image bits to compensate. Use `make-string' instead of
21207 `make-bool-vector' (XBM apparently wants byte-aligned rows).
21209 2001-10-20 Kim F. Storm <storm@cua.dk>
21211 * simple.el (kill-ring-save): Don't show extent of copied region
21212 if using transient-mark-mode and region is fully visible.
21214 See ChangeLog.9 for earlier changes.
21216 ;; Local Variables:
21217 ;; coding: iso-2022-7bit
21220 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
21221 Copying and distribution of this file, with or without modification,
21222 are permitted provided the copyright notice and this notice are preserved.