1 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3 * progmodes/ada-mode.el (ada-format-paramlist)
4 (ada-get-indent-case, ada-check-matching-start)
5 (ada-check-defun-name, ada-goto-matching-decl-start)
6 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
7 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8 (ada-make-subprogram-body): Follow error conventions.
9 (ada-case-exception-file, ada-indent-comment-as-code)
10 (ada-indent-handle-comment-special, ada-indent-renames)
11 (ada-indent-return, ada-search-directories-internal)
12 (ada-tab-policy, ada-case-exception-substring)
13 (ada-other-file-alist, ada-matching-start-re)
14 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15 (ada-imenu-generic-expression, ada-compile-goto-error)
16 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17 (ada-popup-menu, ada-add-extensions, ada-mode)
18 (ada-region-selected, ada-create-case-exception)
19 (ada-create-case-exception-substring, ada-after-keyword-p)
20 (ada-activate-keys-for-case, ada-adjust-case-region)
21 (ada-adjust-case-buffer, ada-format-paramlist)
22 (ada-scan-paramlist, ada-insert-paramlist)
23 (ada-indent-newline-indent)
24 (ada-indent-newline-indent-conditional)
25 (ada-justified-indent-current, ada-goto-previous-word)
26 (ada-indent-current, ada-get-indent-open-paren)
27 (ada-get-indent-paramlist, ada-get-indent-end)
28 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
29 (ada-get-indent-block-start, ada-get-indent-subprog)
30 (ada-get-indent-noindent, ada-get-indent-label)
31 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
32 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
33 (ada-goto-stmt-end, ada-goto-next-word)
34 (ada-check-matching-start, ada-check-defun-name)
35 (ada-goto-matching-decl-start, ada-goto-matching-start)
36 (ada-goto-matching-end, ada-search-ignore-string-comment)
37 (ada-in-decl-p, ada-looking-at-semi-or)
38 (ada-looking-at-semi-private, ada-in-paramlist-p)
39 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
40 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
41 (ada-next-procedure, ada-previous-procedure, ada-next-package)
42 (ada-previous-package, ada-create-menu)
43 (ada-fill-comment-paragraph-justify)
44 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
45 (ada-other-file-name, ada-last-which-function-line)
46 (ada-last-which-function-subprog, ada-which-function)
47 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
48 (ada-gen-treat-proc, ada-check-emacs-version)
49 (ada-continuation-indent, ada-align-region-separate):
50 Fix typos in docstrings.
51 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
53 2005-06-16 Lute Kamstra <lute@gnu.org>
55 * simple.el (fundamental-mode): Run after-change-major-mode-hook
58 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
60 * comint.el (comint-replace-by-expanded-filename)
61 (comint-prompt-regexp, comint-delimiter-argument-list)
62 (comint-preinput-scroll-to-bottom):
63 * info.el (Info-hide-cookies-node):
64 * ls-lisp.el (ls-lisp-classify):
65 * find-file.el (ff-search-directories, ff-special-constructs)
67 * font-lock.el (font-lock-keywords):
68 * shell.el (shell-prompt-pattern)
69 (shell-dynamic-complete-functions, shell-mode)
70 (shell-delimiter-argument-list):
71 * term.el (term-replace-by-expanded-filename)
72 (term-prompt-regexp, term-delimiter-argument-list):
73 * woman.el (woman-ignore, woman0-if):
74 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
75 * emacs-lisp/elint.el (elint-init-env):
76 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
77 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
78 * language/ethio-util.el (ethio-tilde-escape)
79 (ethio-use-three-dot-question):
80 * net/zone-mode.el (zone-mode-load-time-setup):
81 * progmodes/cc-align.el (c-lineup-argcont):
82 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
83 * progmodes/cperl-mode.el (cperl-set-style-back):
84 * progmodes/inf-lisp.el (inferior-lisp-prompt):
85 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
86 Fix spellings in docstrings.
88 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
89 * progmodes/modula2.el (m2-for): Fix spellings.
91 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
93 * simple.el (undo-more): Don't use `format' on `error' arguments.
94 Improve argument/docstring consistency.
95 (pending-undo-list): Doc fix.
97 * smerge-mode.el (smerge-ensure-match):
98 * emulation/vip.el (vip-ex):
99 * net/zone-mode.el (zone-mode-update-serial):
100 * progmodes/idlwave.el (idlwave-complete):
101 * progmodes/vhdl-mode.el (vhdl-visit-file)
102 (vhdl-compose-wire-components):
103 Don't use `format' on `error' arguments.
105 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
106 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
107 (tooltip-help-tips): Fix typos in docstrings.
109 2005-06-16 David Ponce <david@dponce.com>
111 * tree-widget.el (tree-widget-value-create): Simplify last change.
113 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
115 * ido.el (ido-incomplete-regexp): New variable.
116 (ido-set-matches-1): Handle invalid-regexp error and set
117 ido-incomplete-regexp.
118 (ido-incomplete-regexp): New face.
119 (ido-completions): Use it.
120 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
122 (ido-completions): Add check for complete match when entering a regexp.
124 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
126 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
128 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
130 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
133 2005-06-15 David Ponce <david@dponce.com>
135 * tree-widget.el: eval-and-compile inlined functions so they will
136 be available at run-time too.
137 (tree-widget-super-format-handler)
138 (tree-widget-format-handler): Remove.
139 (tree-widget-value-create): Handle the :indent property.
141 2005-06-15 Miles Bader <miles@gnu.org>
143 * progmodes/which-func.el (which-func): Only inherit
144 `font-lock-function-name-face' when that makes sense against the
145 default mode-line face, otherwise set the face color explicitly.
147 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
148 faces instead of (non-existent) variables.
150 2005-06-14 Miles Bader <miles@gnu.org>
152 * progmodes/ld-script.el (ld-script-location-counter):
153 Remove "-face" suffix from face name.
154 (ld-script-location-counter-face):
155 New backward-compatibility alias for renamed face.
156 (ld-script-location-counter-face): Use renamed face.
158 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
159 (cperl-hash): Remove "-face" suffix from face names.
160 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
161 New backward-compatibility aliases for renamed faces.
162 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
163 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
165 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
167 (which-func-face): New backward-compatibility alias for renamed face.
168 (which-func-format): Use renamed which-func face.
170 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
171 (vhdl-function, vhdl-directive, vhdl-reserved-word)
172 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
174 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
175 (vhdl-speedbar-configuration, vhdl-speedbar-package)
176 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
177 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
178 (vhdl-speedbar-architecture-selected)
179 (vhdl-speedbar-configuration-selected)
180 (vhdl-speedbar-package-selected)
181 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
183 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
185 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
186 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
187 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
189 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
191 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
192 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
193 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
194 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
195 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
196 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
198 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
200 (sh-heredoc-face): New backward-compatibility alias for renamed face.
201 (sh-heredoc-face): Use renamed sh-heredoc face.
203 * progmodes/idlw-help.el (idlwave-help-link):
204 Remove "-face" suffix from face name.
205 (idlwave-help-link-face):
206 New backward-compatibility alias for renamed face.
207 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
209 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
210 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
211 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
212 New backward-compatibility aliases for renamed faces.
213 (idlwave-shell-disabled-breakpoint-face)
214 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
216 * progmodes/flymake.el (flymake-errline, flymake-warnline):
217 Remove "-face" suffix from face names.
218 (flymake-errline-face, flymake-warnline-face):
219 New backward-compatibility aliases for renamed faces.
220 (flymake-highlight-line): Use renamed flymake faces.
222 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
223 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
224 (ebrowse-member-class, ebrowse-progress):
225 Remove "-face" suffix from face names.
226 (ebrowse-tree-mark-face, ebrowse-root-class-face)
227 (ebrowse-file-name-face, ebrowse-default-face)
228 (ebrowse-member-attribute-face, ebrowse-member-class-face)
229 (ebrowse-progress-face):
230 New backward-compatibility aliases for renamed faces.
231 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
232 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
233 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
234 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
236 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
237 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
238 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
239 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
240 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
241 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
242 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
243 New backward-compatibility aliases for renamed faces.
244 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
245 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
246 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
247 "font-lock-". Use renamed antlr-mode faces.
248 (antlr-font-lock-additional-keywords): Use renamed faces.
249 Replace literal face-names with face variable references.
251 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
253 (Buffer-menu-buffer-face): New backward-compatibility alias for
255 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
257 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
259 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
260 Eliminate "-face" suffix.
261 (makefile-targets): Inherit from font-lock-function-name-face and
262 eliminate "-face" suffix.
263 (makefile-shell): Remove attributes and eliminate "-face" suffix.
264 (makefile-*-font-lock-keywords): Append makefile-targets in rule
265 actions, instead of prepending, to make it less visible.
266 (makefile-previous-dependency, makefile-match-dependency):
267 Don't match a target on a continuation line.
269 * files.el (auto-mode-alist): Put Makefile in gmake mode.
271 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
273 * progmodes/gdb-ui.el (gdb-tooltip-print):
274 Respect tooltip-use-echo-area.
275 (menu): Re-order menu items.
277 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
278 Define in tooltip.el.
279 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
280 (gud-tooltip-tips): Respect tooltip-use-echo-area and
281 gud-tooltip-echo-area.
283 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
284 backward compatibility and make obsolete.
285 (tooltip-help-tips): Use tooltip-use-echo-area.
286 (tooltip-show-help-function): Rename to...
287 (tooltip-show-help): ...this, because it is a function.
288 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
290 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
292 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
293 (edebug-print-length, edebug-print-level, edebug-print-circle)
294 (edebug-modify-breakpoint, edebug-eval-last-sexp)
295 (edebug-eval-print-last-sexp): Doc fixes.
297 2005-06-14 Kim F. Storm <storm@cua.dk>
299 * ido.el (ido-mode): Make a new keymap every time we enable ido,
300 as the coverage buffer/file/both may change.
302 2005-06-14 Lute Kamstra <lute@gnu.org>
304 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
305 and run-mode-hooks. Simplify.
307 * mail/rmailedit.el (rmail-edit-mode):
308 * progmodes/octave-inf.el (inferior-octave-mode):
309 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
311 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
313 (recentf-edit-list, recentf-open-files): Don't call
314 kill-all-local-variables directly.
316 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
318 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
320 * emacs-lisp/byte-run.el (make-obsolete)
321 (define-obsolete-function-alias): Rename arguments FUNCTION and
322 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
323 (make-obsolete-variable, define-obsolete-variable-alias):
324 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
327 * isearchb.el (isearchb-activate):
328 * pcvs.el (cvs-mode):
330 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
331 * net/tramp.el (tramp-find-file-exists-command)
333 * progmodes/ada-mode.el (ada-create-case-exception)
334 (ada-create-case-exception-substring, ada-make-subprogram-body):
335 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
336 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
337 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
338 * textmodes/org.el (org-promote, org-evaluate-time-range)
339 (org-agenda-next-date-line, org-agenda-previous-date-line)
340 (org-agenda-error, org-open-at-point, org-table-move-row)
341 (org-format-table-table-html-using-table-generate-source)
342 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
343 * textmodes/reftex.el (reftex-access-scan-info):
344 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
345 (reftex-toc-promote-prepare): Follow error conventions.
347 * diff-mode.el (diff-mode): Fix typo in docstring.
349 * forms.el (forms--intuit-from-file): Fix reference to
350 `forms-number-of-fields' in error message.
351 (forms-print): Fix quoting in error message.
353 * forms.el (forms-mode):
354 * emulation/vi.el (vi-goto-insert-state):
355 * progmodes/flymake.el (flymake-new-err-info)
356 (flymake-start-syntax-check-for-current-buffer)
357 (flymake-simple-cleanup):
358 * eshell/esh-var.el (eshell/export):
359 * progmodes/gud.el (xdb):
360 * textmodes/flyspell.el (flyspell-incorrect-hook)
361 (flyspell-maybe-correct-transposition)
362 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
364 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
366 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
369 2005-06-13 Kim F. Storm <storm@cua.dk>
371 * subr.el (add-to-ordered-list): New defun.
373 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
374 add cua--keymap-alist to emulation-mode-map-alists.
376 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
378 * subr.el (complete-in-turn): New macro.
379 (dynamic-completion-table, lazy-completion-table): Add debug info.
381 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
382 in preference to face aliases.
384 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
385 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
386 Remove unused vars `start' and `firstline'.
387 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
388 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
390 2005-06-13 Eli Zaretskii <eliz@gnu.org>
392 * cus-start.el (all): Don't complain about missing GTK-related
393 variables, unless either `gtk' is boundp or this isn't a
396 2005-06-13 Lute Kamstra <lute@gnu.org>
398 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
401 * ediff-mult.el (ediff-meta-mode):
402 * ediff-util.el (ediff-mode): Use run-mode-hooks.
404 * ledit.el (ledit-mode): Use delay-mode-hooks.
406 * woman.el (woman-mode-line-format): Delete constant.
407 (woman-mode-map): Initialize it properly.
408 (woman-mode): Set mode-class property to special.
409 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
410 Set major-mode and mode-name. Don't set mode-line-format directly.
411 (Man-getpage-in-background): Don't reference woman-mode-line-format.
413 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
414 string argument obsolete.
416 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
418 * textmodes/org.el (org-CUA-compatible): New option.
419 (org-disputed-keys): New variable.
420 (org-key): New function.
421 (orgtbl-make-binding): Add docstring to the created function.
422 (org-mode): Set paragraph start/separate regexps.
423 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
424 (org-archive-location, org-archive-mark-done)
425 (org-archive-stamp-time): New options.
426 (org-archive-subtree): New command.
427 (org-fill-paragraph): New function.
428 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
429 (org-fake-empty-table-line): Function removed.
430 (org-format-org-table-html): Do not create empty table lines at
431 separator lines. Improved table header treatment.
432 (org-link-format): New option.
433 (org-make-link): New function.
434 (org-insert-link, org-store-link): Use org-make-link.
435 (org-open-file): Quote file name for shell command, to allow
436 spaces in file names.
437 (org-link-regexp): Fix bug with mailto link.
438 (org-link-maybe-angles-regexp, org-protected-link-regexp):
440 (org-export-as-html): Deal with the optional angles around a link.
441 Better treatment of file: links.
442 (org-open-at-point): Replace @{ and @} with < and >.
443 (org-run-mode-hooks): Function removed.
444 (org-agenda-mode): No longer use `org-run-mode-hooks'.
446 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
448 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
449 MI command -data-list-register-values.
450 (gdb-post-prompt): Indent properly.
452 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
454 * hilit-chg.el (highlight-changes-colors): Rename from
455 `highlight-changes-colours'.
456 (highlight-changes-colours): Keep as obsolete alias.
457 (highlight-changes-face-list): Doc fix.
458 (hilit-chg-make-list): Use `highlight-changes-colors'.
460 2005-06-12 Mark A. Hershberger <mah@everybody.org>
462 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
465 2005-06-12 Eli Zaretskii <eliz@gnu.org>
467 * loadup.el: Don't say we are dumping under 2 names on windows-nt
470 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
471 Don't use an old loaddefs.el, as in Makefile.in.
473 2005-06-12 Lute Kamstra <lute@gnu.org>
475 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
477 * man.el (Man-mode-map): Initialize it properly.
478 (Man-mode): Set mode-class property to special.
480 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
482 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
484 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
485 A newline is needed in the docstring there.
487 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
490 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
492 * printing.el: Doc fix. The menubar is no more changed when printing
493 is loaded, it only changes when pr-menu-bind or pr-update-menus is
494 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
495 (pr-version): New version number (6.8.4).
496 (pr-menu-bind): New command.
497 (pr-update-menus): Docstring and code fix.
498 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
500 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
501 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
503 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
505 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
506 "Returns" to "return", document useful return values, etc.
508 2005-06-11 Alan Mackenzie <acm@muc.de>
510 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
511 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
512 (adaptive-file-function): Minor amendment to doc-string.
514 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
516 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
517 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
518 Fix :type--it is `integer', not `string'.
520 * faces.el (modeline-highlight): Rename from (the erroneous)
521 `modeline-higilight'.
523 2005-06-11 Lute Kamstra <lute@gnu.org>
525 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
526 lisp-interaction-mode-map but make it the parent.
527 (edebug-eval-mode): Use define-derived-mode.
529 2005-06-11 Andreas Schwab <schwab@suse.de>
531 * bindings.el: Add binding of `ESC functionkey' for every
533 * hexl.el (hexl-mode-map): Likewise.
535 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
537 * progmodes/compile.el (compilation-error-regexp-alist-alist)
538 [msft]: update regexp for newer msft compilers.
540 2005-06-10 Mark A. Hershberger <mah@everybody.org>
542 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
543 ATTLIST portions of included DTDs.
544 (xml-parse-dtd): Eliminate use of inefficient match-data.
546 2005-06-10 Miles Bader <miles@gnu.org>
548 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
549 (mpuz-text): Remove "-face" suffix from face names.
550 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
551 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
552 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
554 * play/gomoku.el (gomoku-O, gomoku-X):
555 Remove "-face" suffix from face names.
556 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
557 New backward-compatibility aliases for renamed faces.
558 (gomoku-font-lock-keywords): Use renamed gomoku faces.
560 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
562 * thumbs.el: Fixes for changes of 2005-06-09.
563 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
565 (thumbs-thumbname): Remove directory separator from format string;
566 `thumbs-thumbsdir' now returns a valid directory name.
567 (thumbs-temp-dir): New defsubst.
568 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
571 * cus-edit.el (minibuffer):
572 * files.el (make-backup-file-name-function):
573 * filesets.el (filesets-external-viewers):
574 * hilit-chg.el (highlight-changes-colours)
575 (highlight-changes-face-list, highlight-changes-rotate-faces):
576 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
577 * kmacro.el (kmacro-call-macro):
578 * log-edit.el (log-edit-changelog-full-paragraphs):
579 * mouse.el (mouse-1-click-follows-link):
580 * skeleton.el (skeleton-autowrap):
581 * subr.el (insert-for-yank-1):
582 * tempo.el (tempo-insert-region):
583 * terminal.el (terminal-emulator):
584 * time.el (display-time-mail-face):
585 * vc.el (vc-annotate):
586 * vcursor.el (vcursor-copy-line):
587 * woman.el (woman-bold-headings, woman-ignore)
588 (woman-default-faces, woman-monochrome-faces):
589 * calendar/todo-mode.el (todo-insert-threshold):
590 * emulation/pc-select.el (pc-select-selection-keys-only)
592 * emulation/vip.el (vip-find-char-forward):
593 * emulation/viper-cmd.el (viper-find-char-forward):
594 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
595 (input-method-exit-on-invalid-key):
596 * international/mule-diag.el (describe-coding-system):
597 * international/ucs-tables.el (unify-8859-on-encoding-mode):
598 * net/browse-url.el (browse-url-xterm-program):
599 * obsolete/lazy-lock.el (lazy-lock-mode):
600 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
602 * progmodes/cpp.el (cpp-face-light-name-list)
603 (cpp-face-dark-name-list):
604 * progmodes/delphi.el (delphi-newline-always-indents):
605 Fix spellings in docstrings.
607 * ido.el (ido-mode, ido-file-extensions-order)
608 (ido-default-file-method, ido-default-buffer-method)
609 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
610 (ido-decorations, ido-read-file-name-as-directory-commands)
611 (ido-read-file-name-non-ido, ido-work-directory-list)
612 (ido-ignore-item-temp-list, ido-current-directory)
613 (ido-magic-forward-char, ido-enter-find-file)
614 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
615 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
617 2005-06-10 Lute Kamstra <lute@gnu.org>
619 * play/dunnet.el (dun-mode): Use define-derived-mode.
620 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
623 * play/doctor.el (doctor-mode-map): Remove defvar.
624 (doctor-mode): Use define-derived-mode.
626 * mail/mspools.el (mspools-mode):
627 * net/eudc-hotlist.el (eudc-hotlist-mode):
628 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
630 2005-06-10 Miles Bader <miles@gnu.org>
632 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
633 Remove "-face" suffix from face names.
634 (flyspell-incorrect-face, flyspell-duplicate-face):
635 New backward-compatibility aliases for renamed faces.
636 (flyspell-mode-on, make-flyspell-overlay)
637 (flyspell-highlight-incorrect-region)
638 (flyspell-highlight-duplicate-region)
639 (flyspell-display-next-corrections)
640 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
642 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
644 (texinfo-heading-face): New backward-compatibility alias for
646 (texinfo-heading-face): Use renamed texinfo-heading face.
648 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
649 suffix from face names.
650 (tex-math-face, tex-verbatim-face):
651 New backward-compatibility aliases for renamed faces.
652 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
653 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
656 * textmodes/table.el (table-cell): Remove "-face" suffix from face
658 (table-cell-face): New backward-compatibility alias for renamed face.
659 (table--put-cell-face-property, table--update-cell-face):
660 Use renamed table-cell face.
662 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
664 (sgml-namespace-face): New backward-compatibility alias for
666 (sgml-namespace-face): Use renamed sgml-namespace face.
668 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
669 (org-level-4, org-level-5, org-level-6, org-level-7)
670 (org-level-8, org-warning, org-headline-done)
671 (org-deadline-announce, org-scheduled-today)
672 (org-scheduled-previously, org-link, org-done, org-table)
673 (org-time-grid): Remove "-face" suffix from face names.
674 (org-level-1-face, org-level-2-face, org-level-3-face)
675 (org-level-4-face, org-level-5-face, org-level-6-face)
676 (org-level-7-face, org-level-8-face, org-warning-face)
677 (org-headline-done-face, org-deadline-announce-face)
678 (org-scheduled-today-face, org-scheduled-previously-face)
679 (org-link-face, org-done-face, org-table-face)
680 (org-time-grid-face):
681 New backward-compatibility aliases for renamed faces.
682 (org-level-faces, org-set-font-lock-defaults, org-timeline)
683 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
684 (org-agenda-get-timestamps, org-agenda-get-scheduled)
685 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
687 * emulation/viper-init.el (viper-search, viper-replace-overlay)
688 (viper-minibuffer-emacs, viper-minibuffer-insert)
689 (viper-minibuffer-vi): Remove "-face" suffix from face names.
690 (viper-search-face, viper-replace-overlay-face)
691 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
692 (viper-minibuffer-vi-face):
693 New backward-compatibility aliases for renamed faces.
694 (viper-search-face, viper-replace-overlay-face)
695 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
696 (viper-minibuffer-vi-face): Use renamed viper faces.
698 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
699 Remove "-face" suffix from face names.
700 (testcover-nohits-face, testcover-1value-face):
701 New backward-compatibility aliases for renamed faces.
702 (testcover-mark): Use renamed testcover faces.
704 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
706 (diary-button-face): New backward-compatibility alias for renamed face.
707 (diary-entry): Use renamed diary-button face.
709 * calendar/calendar.el (diary, calendar-today, holiday)
710 (mark-visible-calendar-date): Remove "-face" suffix from face names.
711 (diary-face, calendar-today-face, holiday-face):
712 New backward-compatibility aliases for renamed faces.
713 (eval-after-load "facemenu", diary-entry-marker)
714 (calendar-today-marker, calendar-holiday-marker, diary-face):
715 Use renamed calendar faces.
717 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
718 (compare-windows-face): New backward-compatibility alias for
720 (compare-windows-highlight): Use renamed compare-windows face.
722 * strokes.el (strokes-char): Remove "-face" suffix from face name.
723 (strokes-char-face): New backward-compatibility alias for renamed face.
724 (strokes-encode-buffer): Use renamed strokes-char face.
726 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
727 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
728 Remove "-face" suffix from face names.
729 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
730 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
731 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
732 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
733 Use renamed pcvs faces.
734 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
735 * pcvs-defs.el (cvs-mode-map): Likewise.
736 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
738 * info.el (info-title-1, info-title-2, info-title-3)
739 (info-title-4): Remove "-face" suffix from and downcase face names.
740 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
742 New backward-compatibility aliases for renamed faces.
743 (Info-fontify-node): Use renamed info faces.
745 * hilit-chg.el (highlight-changes, highlight-changes-delete):
746 Remove "-face" suffix from face names.
747 (highlight-changes-face, highlight-changes-delete-face):
748 New backward-compatibility aliases for renamed faces.
749 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
750 (hilit-chg-make-list): Use renamed highlight-changes faces.
752 * generic-x.el (show-tabs-tab, show-tabs-space):
753 Remove "-face" suffix from face names.
754 (show-tabs-tab-face, show-tabs-space-face):
755 New backward-compatibility aliases for renamed faces.
756 (show-tabs-generic-mode-font-lock-defaults-1)
757 (show-tabs-generic-mode-font-lock-defaults-2):
758 Use renamed show-tabs faces.
760 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
761 (smerge-markers): Remove "-face" suffix from face names.
762 (smerge-mine-face, smerge-other-face, smerge-base-face)
763 (smerge-markers-face):
764 New backward-compatibility aliases for renamed faces.
765 (smerge-mine-face, smerge-other-face, smerge-base-face)
766 (smerge-markers-face): Use renamed smerge faces.
768 * log-view.el (log-view-file, log-view-message):
769 Remove "-face" suffix from face names.
770 (log-view-file-face, log-view-message-face):
771 New backward-compatibility aliases for renamed faces.
772 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
774 * paren.el (show-paren-match, show-paren-mismatch):
775 Remove "-face" suffix from face names.
776 (show-paren-match-face, show-paren-mismatch-face):
777 New backward-compatibility aliases for renamed faces.
778 (show-paren-function): Use renamed show-paren faces.
780 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
781 (ruler-mode-margins, ruler-mode-fringes)
782 (ruler-mode-column-number, ruler-mode-fill-column)
783 (ruler-mode-comment-column, ruler-mode-goal-column)
784 (ruler-mode-tab-stop, ruler-mode-current-column):
785 Remove "-face" suffix from face names.
786 (ruler-mode-default-face, ruler-mode-pad-face)
787 (ruler-mode-margins-face, ruler-mode-fringes-face)
788 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
789 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
790 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
791 New backward-compatibility aliases for renamed faces.
792 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
793 (ruler-mode-column-number, ruler-mode-fill-column)
794 (ruler-mode-comment-column, ruler-mode-goal-column)
795 (ruler-mode-tab-stop, ruler-mode-current-column)
796 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
798 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
800 (whitespace-highlight-the-space): Use renamed face.
801 (whitespace-highlight-face): New backward-compatibility alias for
804 * woman.el (woman-italic, woman-bold, woman-unknown)
805 (woman-addition, woman-symbol-face):
806 Remove "-face" suffix from face names.
807 (woman-italic-face, woman-bold-face, woman-unknown-face)
808 (woman-addition-face):
809 New backward-compatibility aliases for renamed faces.
810 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
811 (woman-decode-region, woman-replace-match)
812 (woman-display-extended-fonts, woman-special-characters)
813 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
814 Use renamed woman faces.
816 * longlines.el (longlines-visible-face): Face removed.
818 * diff-mode.el (diff-header, diff-file-header, diff-index)
819 (diff-hunk-header, diff-removed, diff-added, diff-changed)
820 (diff-function, diff-context, diff-nonexistent): Remove "-face"
821 suffix from face names.
822 (diff-header-face, diff-file-header-face, diff-index-face)
823 (diff-hunk-header-face, diff-removed-face, diff-added-face)
824 (diff-changed-face, diff-function-face, diff-context-face)
825 (diff-nonexistent-face): New backward-compatibility aliases for
827 (diff-header-face, diff-file-header-face)
828 (diff-index, diff-index-face, diff-hunk-header)
829 (diff-hunk-header-face, diff-removed, diff-removed-face)
830 (diff-added, diff-added-face, diff-changed-face, diff-function)
831 (diff-function-face, diff-context-face, diff-nonexistent)
832 (diff-nonexistent-face): Use renamed diff-mode faces.
834 * progmodes/compile.el (compilation-warning-face)
835 (compilation-info-face): Remove "-face" suffix from face names.
836 (compilation-warning-face, compilation-info-face):
837 New backward-compatibility aliases for renamed faces.
838 (compilation-warning-face, compilation-info-face):
839 Use renamed compilation faces.
841 * add-log.el (change-log-date, change-log-name)
842 (change-log-email, change-log-file, change-log-list)
843 (change-log-conditionals, change-log-function)
844 (change-log-acknowledgement): Remove "-face" suffix from face names.
845 (change-log-date-face, change-log-name-face)
846 (change-log-email-face, change-log-file-face)
847 (change-log-list-face, change-log-conditionals-face)
848 (change-log-function-face, change-log-acknowledgement-face):
849 New backward-compatibility aliases for renamed faces.
850 (change-log-font-lock-keywords): Use renamed change-log faces.
852 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
853 (custom-set, custom-changed, custom-saved, custom-button)
854 (custom-button-pressed, custom-documentation, custom-state)
855 (custom-comment, custom-comment-tag, custom-variable-tag)
856 (custom-variable-button, custom-face-tag, custom-group-tag-1)
857 (custom-group-tag): Remove "-face" suffix from face names.
858 (custom-magic-alist, custom-magic-value-create)
859 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
860 (custom-invalid-face, custom-rogue-face, custom-modified-face)
861 (custom-set-face, custom-changed-face, custom-saved-face)
862 (custom-button-face, custom-button-pressed-face)
863 (custom-documentation-face, custom-state-face)
864 (custom-comment-face, custom-comment-tag-face)
865 (custom-variable-tag-face, custom-variable-button-face)
866 (custom-face-tag-face, custom-group-tag-face-1)
867 (custom-group-tag-face):
868 New backward-compatibility aliases for renamed faces.
870 * wid-edit.el (widget-documentation, widget-button)
871 (widget-field, widget-single-line-field, widget-inactive)
872 (widget-button-pressed): "-face" suffix removed from face names.
873 (widget-documentation-face, widget-button-face)
874 (widget-field-face, widget-single-line-field-face)
875 (widget-inactive-face, widget-button-pressed-face):
876 New backward-compatibility aliases for renamed faces.
877 (widget-documentation-face, widget-button-face)
878 (widget-button-pressed-face, widget-specify-field)
879 (widget-specify-inactive): Use renamed widget faces.
881 2005-06-10 Kenichi Handa <handa@m17n.org>
883 * term/x-win.el (x-clipboard-yank): Remove condition-case
886 2005-06-11 Kenichi Handa <handa@m17n.org>
888 * add-log.el (change-log-font-lock-keywords): Make the regexp for
891 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
893 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
896 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
898 * comint.el (comint-mode, comint-snapshot-last-prompt):
899 * frame.el (frame-current-scroll-bars):
900 * term.el (term-mode, term-check-proc, term-input-sender)
901 (term-simple-send, term-extract-string, term-word)
902 (term-match-partial-filename):
903 * window.el (window-current-scroll-bars):
904 * emulation/cua-base.el (cua-normal-cursor-color)
905 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
906 (cua-global-mark-cursor-color):
907 * mail/undigest.el (rmail-forward-separator-regex):
908 Fix typos in docstrings.
910 * comint.el (comint-check-proc, make-comint-in-buffer)
911 (comint-source-default): Doc fixes.
913 * term.el (term-send-string): Improve argument/docstring
916 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
918 * comint.el (comint-send-input): Bind `inhibit-read-only' around
919 call to `delete-region'.
920 (comint-mode-hook): Do not enable Font Lock by default.
922 2005-06-09 Lute Kamstra <lute@gnu.org>
924 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
927 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
929 * emacs-lisp/debug.el (debugger-will-be-back): New var.
931 (debugger-step-through, debugger-continue, debugger-jump)
932 (debugger-return-value): Set it when needed.
933 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
934 Use inhibit-read-only.
936 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
938 * window.el (shrink-window-if-larger-than-buffer)
939 (window-size-fixed): Fix typo in docstring.
941 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
942 thumbnails directory on loading.
943 (thumbs-conversion-program): Use `eq' to check the system type,
945 (thumbs-temp-dir): Initialize to `temporary-file-directory',
946 not "/tmp". Fix docstring.
947 (thumbs-thumbsdir): New function to return the thumbnails
948 directory, creating it if needed.
949 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
950 (thumbs-temp-file): Delete variable and make it into a function.
951 (thumbs-resize-image, thumbs-modify-image): Use it.
952 (thumbs-kill-buffer): Simplify.
953 (thumbs-gensym): Defalias or duplicate CL `gensym'.
954 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
957 2005-06-09 Kim F. Storm <storm@cua.dk>
959 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
960 set-match-data to free markers in match-data.
962 * replace.el (replace-match-data): Pass RESEAT arg `t' to
963 match-data to unchain markers in match-data.
965 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
967 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
968 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
971 2005-06-08 Richard M. Stallman <rms@gnu.org>
973 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
974 give the variable a doc string that doesn't say don't set it directly.
976 * textmodes/ispell.el (ispell-check-version):
977 Use match-string-no-properties.
978 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
979 (ispell-buffer-local-words): Likewise.
981 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
982 except on terminals with enough colors to really display it.
983 (makefile-dependency-regex): Delete spurious `bb'.
985 * faces.el (escape-glyph): Use blue once again in last case.
986 (no-break-space): Redefine so that it isn't invisible on a tty.
988 2005-06-08 Kim F. Storm <storm@cua.dk>
990 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
991 also when reading directory name.
993 2005-06-08 Lute Kamstra <lute@gnu.org>
995 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
996 (flyspell-mode-line-string): Remove autoload cookie.
997 (flyspell-mode): Remove defvar.
999 2005-06-07 Lute Kamstra <lute@gnu.org>
1001 * textmodes/org.el (org-run-mode-hooks): New function.
1002 (org-agenda-mode): Use it.
1004 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1006 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1008 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1010 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1012 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1014 * font-lock.el (font-lock-add-keywords): Doc fix.
1016 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1018 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1019 (tex-compile-default): In the absence of any history, use the order in
1020 tex-compile-alist to choose the preferred command.
1021 (tex-compile-commands): Reorder a bit.
1023 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1024 (flyspell-incorrect-face, flyspell-duplicate-face):
1025 Use (X)Emacs-agnostic code.
1026 (flyspell-mode-map): Don't overwrite at each load. Remove code
1027 redundant with the subsequent add-minor-mode. Merge Emacs and
1029 (flyspell-word): Minor simplification.
1030 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1031 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1032 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1033 Merge the corresponding Emacs code.
1034 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1036 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1039 * international/latexenc.el (latexenc-find-file-coding-system):
1040 Undo part of last patch, to turn off a compiler warning.
1042 2005-06-06 Juri Linkov <juri@jurta.org>
1044 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1045 Rename `tmm-inactive-face' to `tmm-inactive'.
1047 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1049 * iswitchb.el: Rename faces.
1051 2005-06-06 Kim F. Storm <storm@cua.dk>
1053 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1054 (cua-global-mark): Remove -face suffix from face names.
1056 * emulation/cua-gmrk.el (cua--init-global-mark):
1057 Remove cua-global-mark face setup.
1059 2005-06-06 Richard M. Stallman <rms@gnu.org>
1061 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1062 just like other allowed characters.
1063 (makefile-match-dependency): Exclude leading and training whitespace
1064 from the range of regexp subexp 1.
1065 (makefile-macroassign-regex): Don't try to match the body,
1066 just the name of the macro being defined.
1068 * info.el (Info-read-node-name-2): New function.
1069 (Info-read-node-name-1): Use that.
1070 Add a completion-base-size-function property.
1072 * simple.el (completion-setup-function): Look for
1073 completion-base-size-function property of
1074 minibuffer-completion-table.
1076 * files.el (locate-file-completion): Doc fix.
1078 * printing.el: Don't call pr-update-menus; user must do that.
1080 * emacs-lisp/debug.el (debugger-window): New variable.
1081 (debug): Use debugger-window if it is set and still alive.
1082 Record debugger-window for next entry.
1084 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1086 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
1088 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1089 (hack-one-local-variable, hack-local-variables)
1090 (hack-local-variables-prop-line): Pass that arg.
1092 2005-06-06 Kim F. Storm <storm@cua.dk>
1094 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1095 (ido-indicator): Remove -face suffix from face names.
1097 2005-06-06 Juri Linkov <juri@jurta.org>
1099 * font-lock.el (font-lock-regexp-backslash)
1100 (font-lock-regexp-backslash-construct): New faces.
1101 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1102 after `('. Add `while-no-input' to control structures.
1104 * faces.el (no-break-space, shadow): New faces.
1105 (escape-glyph): Use less loud colors pink2 and red4.
1107 * diff-mode.el (diff-context-face)
1108 * dired.el (dired-ignored)
1109 * rfn-eshadow.el (file-name-shadow)
1110 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1112 * info.el (Info-title-1-face): Use green instead of yellow because
1113 bold yellow is not readable on light backgrounds.
1115 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1116 before selecting the desired mode to not spend time fontifying
1119 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1121 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1122 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1124 * ps-print.el (ps-default-fg, ps-default-bg):
1125 Fix typos in docstrings.
1127 * isearchb.el (isearchb): Don't pass a spurious second argument to
1128 `iswitchb-completions'.
1130 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1132 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1134 (gdb-find-file-hook): Add doc string.
1136 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1137 C dereferenced pointer expression.
1138 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1140 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1142 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1143 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1144 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1145 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1146 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1147 Make background transparent.
1149 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1151 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1152 (font-lock-remove-keywords): Doc fix.
1153 (font-lock-mode-major-mode): Compiler defvar.
1154 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1156 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1157 (font-lock-mode): Update `font-lock-mode-major-mode'.
1158 (font-lock-set-defaults): Compiler defvar.
1159 (font-lock-default-function): Take `font-lock-mode-major-mode'
1162 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1163 keep track of which major mode it enabled the minor mode for.
1164 Use find-file-hook again. Update docstring.
1166 * simple.el (eval-expression-print-level)
1167 (eval-expression-print-length, eval-expression-debug-on-error):
1170 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1172 * iswitchb.el (iswitchb-single-match-face)
1173 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1174 (iswitchb-invalid-regexp-face): New faces.
1175 (iswitchb-completions): Use them.
1176 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1177 now marked as an obsolete alias.
1178 (iswitchb-read-buffer): Remove check for bound font variables.
1179 (iswitchb-invalid-regexp): New free variable.
1180 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1181 set iswitchb-invalid-regexp.
1182 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1184 (iswitchb-completions): Add check for complete match when entering
1186 (iswitchb-completions): Remove require-match argument.
1187 (iswitchb-exhibit): Fix caller.
1188 (iswitchb-common-match-inserted): New variable.
1189 (iswitchb-complete, iswitchb-completion-help): Use it.
1191 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1193 * url-http.el (url-http-chunked-encoding-after-change-function):
1194 Use `url-http-debug' instead of `message'.
1196 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1198 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1201 2005-06-04 Kim F. Storm <storm@cua.dk>
1203 * simple.el (line-move): Only call sit-for when moving backwards.
1205 * ido.el (ido-make-merged-file-list-1): New defun split from
1206 ido-make-merged-file-list.
1207 (ido-make-merged-file-list): Bind throw-on-input around call to
1208 ido-make-merged-file-list-1. Return input-pending-p if
1209 interrupted by more input available.
1210 (ido-read-internal): Handle input-pending-p return value from
1211 ido-make-merged-file-list.
1213 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1215 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1218 * international/latexenc.el (latexenc-find-file-coding-system):
1219 Don't inherit the EOL part of the coding-system from the
1220 tex-main buffer. Fit within 80 columns.
1222 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1224 * tmm.el (tmm-inactive-face): New face.
1225 (tmm-remove-inactive-mouse-face): New function.
1226 (tmm-prompt, tmm-add-one-shortcut)
1227 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1230 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1232 * faces.el (face-equal): Improve argument/docstring consistency.
1234 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1236 * progmodes/make-mode.el (makefile-targets-face)
1237 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1238 (makefile-bsdmake-dependency-regex)
1239 (makefile-makepp-rule-action-regex)
1240 (makefile-bsdmake-rule-action-regex): New constants.
1241 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1243 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1244 Allow (...) within `...' for makepp messages.
1246 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1248 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1250 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1251 "." files are deleted from all file lists before comparison.
1253 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1254 (viper-ESC-key): Made them customizable.
1256 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1258 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1260 * autorevert.el (auto-revert-buffers): Use save-match-data.
1262 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1264 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1265 menu items with a nil command binding.
1267 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1269 * emacs-lisp/cl-macs.el (defsetf):
1270 Improve argument/docstring consistency.
1272 * faces.el (list-faces-display): Improve the formatting by
1273 computing the maximum length required for any face-name (reworked
1274 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1275 (internal-find-face): Remove redundant info in docstring.
1277 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1279 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1280 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1281 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1282 (gdb-assembler-custom): Improve regexps.
1283 (def-gdb-auto-update-handler): Use window point to preserve point.
1285 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1287 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1289 2005-05-31 Jay Belanger <belanger@truman.edu>
1291 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1293 (calc-embedded-make-info): Have plain prefix argument select
1296 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1298 * faces.el (list-faces-display): Signal error if passed a regexp
1299 that matches no face name.
1301 * simple.el (filter-buffer-substring): Fix typo in docstring.
1303 2005-05-31 Richard M. Stallman <rms@gnu.org>
1305 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1306 (vhdl-emacs-21): Doc fix.
1307 (vhdl-mode): Unconditionally set comment-padding.
1308 (vhdl-fixup-whitespace-region): Insert spaces only where
1310 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1312 2005-05-30 John Wiegley <johnw@newartisans.com>
1314 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1315 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1316 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1317 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1320 2005-05-30 Jay Belanger <belanger@truman.edu>
1322 * calc/calc.el (calc-bug-address): Fix docstring.
1323 (calc-window-hook, calc-trail-window-hook): New variables.
1324 (calc-trail-display): Restore use of calc-trail-window-hook.
1325 (calc): Restore use of calc-window-hook.
1327 2005-05-31 Masatake YAMATO <jet@gyve.org>
1329 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1331 * help-fns.el (help-C-file-name): Add autoload mark for
1332 `find-function-noselect'.
1334 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1336 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1337 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1339 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1341 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1342 included diary buffer if it was not already being visited.
1343 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1345 * calendar/icalendar.el (top-level): Do not require 'appt.
1347 * mail/supercite.el (sc-select-attribution): Only use a list
1348 element from sc-attrib-selection-list if it returns a string.
1349 Reported by Davide G. M. Salvetti <salve@debian.org>.
1351 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1353 * thumbs.el (thumbs-thumbname): The resulting thubname now
1354 includes a hash value to improve its uniqueness, and has a ".jpg"
1355 extension. Also, it is now a valid filename on all systems.
1356 (thumbs-make-thumb): Use `let', not `let*'.
1357 (thumbs-show-thumbs-list): Check for JPEG availability.
1359 2005-05-30 Richard M. Stallman <rms@gnu.org>
1361 * filesets.el (filesets-menu-ensure-use-cached):
1362 Prevent warning when emacs-version>= is undefined.
1364 * printing.el (pr-interactive-n-up): Use string-to-number.
1366 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1368 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1369 Warn only when name to be defined is quoted.
1371 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1373 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1374 Make regexp more robust.
1375 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1376 Force regeneration of disassembly.
1378 2005-05-29 Jay Belanger <belanger@truman.edu>
1380 * calc/calc.el (calc-user-invocation): Check if
1381 calc-invocation-macro is non-nil.
1383 2005-05-29 Juri Linkov <juri@jurta.org>
1385 * add-log.el (change-log-font-lock-keywords):
1386 Add `+' to e-mail regexp to accept mail address with keywords.
1388 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1390 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1392 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1394 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1396 2005-05-29 Richard M. Stallman <rms@gnu.org>
1398 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1399 Undo the change that moves to end of the current word.
1401 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1403 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1404 Throw error when count <= 0 to ensure input is a number.
1405 (gdb-read-memory-custom): Pick up address from buffer.
1406 (gdb-memory-mode): Allow user to increment and decrement
1407 memory address from header line.
1409 2005-05-29 Richard M. Stallman <rms@gnu.org>
1411 * flyspell.el (flyspell-version): Function deleted.
1412 (flyspell-auto-correct-previous-hook): Doc fix.
1414 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1415 Do nothing if memory is full.
1417 * font-lock.el (font-lock-fontify-syntactically-region):
1418 Pass t for GREEDY to looking-back.
1420 * saveplace.el (save-place-alist-to-file): Write the file
1423 * subr.el (looking-back): New argument GREEDY.
1425 * progmodes/compile.el (compilation-start): Set the mode
1426 before inserting the initial text.
1428 * progmodes/which-func.el (which-func-update-1): Turn the mode
1429 off in case of error by setting which-func-mode.
1431 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1433 * flyspell.el (flyspell-auto-correct-previous-word):
1434 Narrow down to what's on the screen, and recenter overlays
1435 at the end of the next word.
1437 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1439 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1440 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1441 (flyspell-abbrev-p): Default to nil.
1442 (flyspell-use-global-abbrev-table-p): Doc fix.
1443 (flyspell-large-region): Allow nil as value.
1444 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1446 (mail-mode-flyspell-verify): More robust handling
1447 of `mail-header-separator'. More efficient signature detection.
1448 Allow for regexp metacharacters in message-header-separator.
1449 Adding `To' not to be checked in mail-mode-flyspell-verify.
1451 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1452 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1453 Bind flyspell-auto-correct-binding.
1455 (flyspell-mode-map): Likewise.
1456 (flyspell-mode): Doc fix.
1457 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1458 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1459 (flyspell-word-cache-result): New var, always local.
1460 (flyspell-check-pre-word-p): Doc fix.
1461 (flyspell-check-changed-word-p): Handle spc like newline.
1462 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1463 (flyspell-word-search-backward, flyspell-word-search-forward):
1465 (flyspell-word): Return t if nothing to check.
1466 When parsing TeX code, check for after } or \.
1467 Use flyspell-word-search-backward to find previous word.
1468 Return nil if duplicated word.
1469 For word already checked, return same value as last time.
1470 Set flyspell-word-cache-result after checking.
1471 Don't clobber the return value.
1472 (flyspell-get-word): Major rewrite.
1473 (flyspell-external-point-words): New locals pword, pcount.
1474 Fix size used in progress message.
1475 Find the proper corresponding word in flyspell-large-region-buffer.
1476 (flyspell-region): Check for flyspell-large-region = nil.
1477 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1478 (flyspell-auto-correct-word): Check that WORD is a cons.
1479 (flyspell-correct-word): Likewise.
1481 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1483 * progmodes/make-mode.el (makefile-rule-action-regex)
1484 (makefile-macroassign-regex, makefile-makepp-mode)
1485 (makefile-bsdmake-mode): Continuation lines may be empty.
1486 Reported by Joshua Varner.
1487 (makefile-makepp-font-lock-keywords): Add $(stem).
1489 2005-05-28 Karl Berry <karl@gnu.org>
1491 * textmodes/tex-mode.el: Now that tex-send-command calls
1492 shell-quote-argument (2005-03-31 change), remove all calls to
1493 shell-quote-argument; they all end up invoking tex-send-command.
1494 The double quoting loses on filenames with non-safe characters,
1495 such as "@". Reported by Frederik Fouvry.
1497 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1499 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1500 about preserving point.
1502 2005-05-27 Jay Belanger <belanger@truman.edu>
1504 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1507 * calc/calc-embed.el (calc-embed-arg): New variable.
1508 (calc-do-embedded-activate, calc-embedded-activate-formula)
1509 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1510 variable by new variable.
1511 (calc-embedded-make-info): Replace undeclared variable by new
1512 variable. When selecting region with positive prefix
1513 argument, use end of previous line instead of beginning of line.
1515 * calc/calc-aent.el (calc-arg-values): Declare it.
1517 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1520 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1522 * calc/calc.el (calc-alg-map): Declare it.
1524 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1526 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1528 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1529 (gdb-registers-buffer, toggle-gdb-all-registers):
1530 Toggle display of floating point registers.
1531 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1533 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1534 (toggle-gud-tooltip-dereference):
1535 Rename from gud-toggle-tooltip-dereference.
1537 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1539 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1541 2005-05-27 Jay Belanger <belanger@truman.edu>
1543 * calc/calc-prog.el (calc-kbd-report): Remove.
1544 (calc-kbd-query): Rewrite.
1546 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1548 * image.el (image-library-alist): Move to image.c.
1549 (image-type-available-p): Doc fix.
1551 2005-05-27 Lute Kamstra <lute@gnu.org>
1553 * calc/calc.el (calc):
1554 * outline.el (outline-1, outline-2, outline-3, outline-4)
1555 (outline-5, outline-6, outline-7, outline-8):
1556 * textmodes/dns-mode.el (dns-mode):
1557 * textmodes/sgml-mode.el (sgml-namespace-face):
1558 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1559 (tex-verbatim-face, tex-use-reftex):
1560 * textmodes/texinfo.el (texinfo-heading-face):
1561 Specify customization group.
1563 * longlines.el: Don't require easy-mmode.
1564 (longlines-visible-face): Specify customization group.
1566 2005-05-27 Kenichi Handa <handa@m17n.org>
1568 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1569 encoding table of windows-1251.
1571 * international/ucs-tables.el (ucs-set-table-for-input):
1572 If translation-table-for-input of a coding system is a symbol, get
1573 its translation-table property.
1575 * international/code-pages.el: Don't register a coding system into
1576 non-iso-charset-alist more than once.
1577 (cp-make-coding-system): Likewise.
1579 2005-05-26 John Wiegley <johnw@newartisans.com>
1581 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1582 `eshell-resume-eval' is wrapped in a list, it indicates that the
1583 command was run asynchronously. In that case, unwrap the value
1584 before checking the delimiter value.
1586 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1587 character before a space at the end of a line is \, assume the space
1588 is part of the last argument rather than a final argument separator.
1590 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1591 is in use, and the target is `t' or `nil' (which are the most common
1592 values), don't assume that the symbol target is a buffer.
1594 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1596 * calendar/calendar.el (calendar-mode-line-format):
1597 Use mode-line-highlight as mouse-face.
1599 * time.el (display-time-string-forms, display-time-update):
1600 Use mode-line-highlight as mouse-face.
1602 2005-05-26 Jay Belanger <belanger@truman.edu>
1604 * calc/calc.el (calc-language-alist): Remove extra defvar.
1606 2005-05-26 Lute Kamstra <lute@gnu.org>
1608 * arc-mode.el (archive-mode):
1609 * bookmark.el (bookmark-read-annotation-mode)
1610 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1612 * calc/calc-yank.el (calc-edit-mode):
1613 * calc/calc.el (calc-mode, calc-trail-mode):
1614 * calculator.el (calculator-mode):
1615 * chistory.el (command-history-mode):
1617 * cus-edit.el (custom-mode):
1618 * descr-text.el (describe-text-mode):
1619 * ebuff-menu.el (Electric-buffer-menu-mode):
1620 * ediff-util.el (ediff-mode):
1621 * emacs-lisp/re-builder.el (reb-mode):
1622 * emulation/vi.el (vi-mode-setup):
1623 * emulation/ws-mode.el (wordstar-mode):
1624 * eshell/esh-mode.el (eshell-mode):
1625 * forms.el (forms-mode):
1626 * help-mode.el (help-mode):
1627 * hexl.el (hexl-mode):
1628 * ibuffer.el (ibuffer-mode):
1629 * ielm.el (inferior-emacs-lisp-mode):
1630 * info.el (Info-mode, Info-edit-mode):
1631 * international/swedish.el:
1632 * ledit.el (ledit-from-lisp-mode):
1633 * locate.el (locate-mode):
1634 * mail/rmail.el (rmail-mode):
1635 * mail/rmailedit.el (rmail-edit-mode):
1636 * mail/rmailsum.el (rmail-summary-mode):
1637 * mail/supercite.el (sc-electric-mode):
1638 * net/eudc.el (eudc-mode):
1639 * net/quickurl.el (quickurl-list-mode):
1640 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1641 * obsolete/ooutline.el (outline-mode):
1642 * obsolete/options.el (Edit-options-mode):
1643 * obsolete/rnews.el (news-mode):
1644 * obsolete/rnewspost.el (news-reply-mode):
1645 * play/5x5.el (5x5-mode):
1646 * play/decipher.el (decipher-mode, decipher-stats-mode):
1647 * play/gomoku.el (gomoku-mode):
1648 * play/snake.el (snake-mode):
1649 * play/solitaire.el (solitaire-mode):
1650 * play/tetris.el (tetris-mode):
1651 * progmodes/ada-mode.el (ada-mode):
1652 * progmodes/antlr-mode.el (antlr-mode):
1653 * progmodes/autoconf.el (autoconf-mode):
1654 * progmodes/dcl-mode.el (dcl-mode):
1655 * progmodes/delphi.el (delphi-mode):
1656 * progmodes/ebrowse.el (ebrowse-tree-mode)
1657 (ebrowse-electric-list-mode, ebrowse-member-mode)
1658 (ebrowse-electric-position-mode):
1659 * progmodes/f90.el (f90-mode):
1660 * progmodes/fortran.el (fortran-mode):
1661 * progmodes/icon.el (icon-mode):
1662 * progmodes/idlw-help.el (idlwave-help-mode):
1663 * progmodes/idlw-shell.el (idlwave-shell-mode):
1664 * progmodes/idlwave.el (idlwave-mode):
1665 * progmodes/inf-lisp.el (inferior-lisp-mode):
1666 * progmodes/m4-mode.el (m4-mode):
1667 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1668 * progmodes/modula2.el (modula-2-mode):
1669 * progmodes/octave-inf.el (inferior-octave-mode):
1670 * progmodes/octave-mod.el (octave-mode):
1671 * progmodes/pascal.el (pascal-mode):
1672 * progmodes/sh-script.el (sh-mode):
1673 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1674 * progmodes/vhdl-mode.el (vhdl-mode):
1675 * progmodes/xscheme.el (scheme-interaction-mode):
1676 * replace.el (occur-mode):
1677 * ses.el (ses-mode):
1678 * simple.el (completion-list-mode):
1680 * speedbar.el (speedbar-mode):
1681 * term.el (term-mode):
1682 * terminal.el (terminal-edit-mode):
1683 * textmodes/reftex-index.el (reftex-index-mode)
1684 (reftex-index-phrases-mode):
1685 * textmodes/reftex-sel.el (reftex-select-label-mode)
1686 (reftex-select-bib-mode):
1687 * textmodes/reftex-toc.el (reftex-toc-mode):
1688 * wdired.el (wdired-change-to-wdired-mode):
1689 * wid-browse.el (widget-browse-mode):
1692 * array.el (array-mode):
1693 * calendar/todo-mode.el (todo-mode):
1694 * man.el (Man-mode):
1695 * play/landmark.el (lm-mode):
1696 * play/mpuz.el (mpuz-mode):
1697 Use kill-all-local-variables and run-mode-hooks.
1699 * subr.el (delay-mode-hooks): Specify indentation.
1701 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1703 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1705 2005-05-26 Jay Belanger <belanger@truman.edu>
1707 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1710 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1712 * progmodes/gdb-ui.el (gdb-frame-address):
1713 Rename from gdb-current-address.
1714 (gdb-previous-frame-address): Rename from gdb-previous-address.
1715 (gdb-selected-frame): Rename from gdb-current-frame.
1716 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1717 (gdb-frame-number): Rename from gdb-current-stack-level.
1718 (gdb-ann3): Match new mode-name for disassembly buffer.
1719 Extend initialisation of variables.
1720 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1721 (gdb-memory-mode): Use mouse-face in header line.
1722 (gdb-assembler-buffer-name): Call it disassembly and give frame
1724 (gdb-source-spec-regexp, gdb-assembler-custom)
1725 (gdb-invalidate-assembler, gdb-frame-handler):
1726 Make robust to leading zeroes in address format.
1728 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1730 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1732 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1734 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1736 * log-edit.el (log-edit-changelog-entries): Distinguish between
1737 filenames like xfns.c and fns.c.
1739 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1741 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1742 point after reverting.
1743 (Buffer-menu-make-sort-button): Handle the case where
1744 `Buffer-menu-use-header-line' is nil.
1746 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1748 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1749 New funcs. In minibuffer-local-completion-map bind `]', `/'
1752 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1754 * startup.el (normal-top-level): Allow modification of load-path while
1755 we're iterating over it.
1757 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1759 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1760 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1761 (thumbs-resize-interactive, thumbs-insert-image)
1762 (thumbs-insert-thumb, thumbs-dired-show-marked)
1763 (thumbs-find-image-at-point, thumbs-delete-images)
1764 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1765 (thumbs-increment-image-size, thumbs-decrement-image-size):
1766 Fix typos in docstrings.
1768 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1770 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1771 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1772 (cperl-mode): Use them.
1774 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1776 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1779 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1781 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1782 Bind C-d to gdb-inferior-io-eof.
1784 * dired.el (dired-dnd-popup-notice): Use message-box.
1786 2005-05-23 Masatake YAMATO <jet@gyve.org>
1788 * bindings.el (mode-line-major-mode-keymap):
1789 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1791 * faces.el (mode-line-highlight): New face.
1793 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1796 * bindings.el (top-level, help-echo, mode-line-modified)
1797 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1800 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1802 * progmodes/cc-engine.el (c-guess-basic-syntax):
1803 Remove spurious call to `zerop'.
1805 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1807 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1809 CC Mode update to 5.30.10:
1811 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1812 could go past the limit in decoration level 2, thereby causing
1813 errors during interactive fontification.
1815 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1816 the file is evaluated interactively.
1818 * cc-engine.el (c-guess-basic-syntax): Handle operator
1819 declarations somewhat better in C++.
1821 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1822 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1823 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1825 (make-local-hook): Suppress warning about obsoleteness.
1827 * cc-engine.el, cc-align.el, cc-cmds.el
1828 (c-append-backslashes-forward, c-delete-backslashes-forward)
1829 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1830 Compensate for return value from `forward-line' when it has moved
1831 but not to a different line due to eob.
1833 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1834 `objc-method-intro' and `objc-method-args-cont'.
1836 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1838 CC Mode update to 5.30.10:
1840 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1841 in the copyright statement. Incidentally, change "along with GNU
1842 Emacs" to "along with this program" where it occurs.
1844 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1845 so that it is interactive, hence can be found by M-x awk-mode
1846 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1847 <gmorris+emacs@ast.cam.ac.uk>.
1849 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1852 2005-05-23 Kevin Ryde <user42@zip.com.au>
1854 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1855 c-parse-state, to avoid a lisp error (on bad code).
1857 2005-05-23 Lute Kamstra <lute@gnu.org>
1859 * subr.el (font-lock-defaults): Remove defvar as it's already
1860 defined in font-core.el.
1862 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1864 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1866 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1867 more general and work when GDB variable "print pretty" is on,
1868 as with Emacs, for example.
1870 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1872 * font-core.el: Update comment.
1874 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1875 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1877 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1879 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1881 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1882 and `yank-handler' in the doc strings.
1884 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1886 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1888 2005-05-22 Richard M. Stallman <rms@gnu.org>
1890 * help.el (describe-key): Move print-help-return-message call
1893 * progmodes/etags.el (list-tags): Use with-no-warnings.
1895 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1896 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1897 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1899 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1901 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1904 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1905 Use defvar, not defconst.
1907 * hexl.el (hexl-follow-line): Use with-no-warnings.
1909 * emulation/tpu-extras.el: Use write-file-functions instead of
1912 * dired.el (dired-font-lock-keywords): Fontify files with junk
1913 extensions even if marked by -F.
1915 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1917 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1918 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1919 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1920 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1921 (concatenate, list-length, get*, getf, cl-remprop):
1922 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1923 (etypecase, progv, lexical-let, lexical-let*)
1924 (multiple-value-bind, multiple-value-setq, shiftf):
1925 Improve argument/docstring consistency.
1927 * subr.el (focus-frame, unfocus-frame):
1928 Revert deletion on 2005-05-01.
1930 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1932 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1935 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1936 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1938 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1940 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1941 already deleted variables: auto-fill-hook, blink-paren-hook,
1942 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1943 suspend-hooks, comment-indent-hook, meta-flag,
1944 before-change-function, after-change-function,
1945 font-lock-doc-string-face.
1947 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1949 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1951 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1953 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1954 rmail-dont-reply-to.
1956 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1958 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1959 literal blank when splitting new-header-values.
1961 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1963 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1964 string so that tmm doesn't create a completion entry for it.
1966 * textmodes/table.el (table-disable-menu): Ditto.
1968 2005-05-21 Richard M. Stallman <rms@gnu.org>
1970 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1972 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1974 * net/rcompile.el (remote-compile): Use compilation-start.
1976 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1978 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1980 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1981 Default to makefile-bsdmake-mode on BSD systems.
1983 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1984 REGEXP may also be a search function now. The part of doc-string
1985 for describing the structure was 95% identical to that of
1986 `imenu--generic-function'. Unify it there.
1988 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1989 Use function to find dependencies, because regexp alone is so complex,
1990 it easily goes into an endless loop.
1991 (makefile-makepp-mode): Also add submenu for Perl functions
1992 defined in the makefile.
1993 (makefile-bsdmake-mode): Special imenu-generic-expression no
1994 longer needed, due to function call.
1995 (makefile-match-dependency): Take BOUND into account when checking
1998 2005-05-20 Jay Belanger <belanger@truman.edu>
2000 * calc/calc-units.el (calc-invalidate-units-table):
2001 Use inhibit-read-only.
2002 (math-build-units-table-buffer): Use view-mode.
2004 2005-05-20 David Kastrup <dak@gnu.org>
2006 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2007 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2009 2005-05-20 Lute Kamstra <lute@gnu.org>
2011 * diff-mode.el (diff-header-face, diff-file-header-face)
2012 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2013 (diff-added-face, diff-changed-face, diff-function-face)
2014 (diff-context-face, diff-nonexistent-face): Put them in the
2015 diff-mode customization group.
2017 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2019 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2021 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2023 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2024 Minor regexp-optimization.
2026 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2028 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2029 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2030 (org-agenda-add-time-grid-maybe): New function.
2031 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2032 (org-table-create): `dotimes' instead of `mapcar'.
2033 (org-xor): Simplify implementation.
2034 (org-agenda): `inhibit-redisplay' turned on.
2035 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2036 a consistent line after a state change.
2037 (org-agenda-remove-times-when-in-prefix): New option.
2038 (org-prefix-has-time): New variable.
2039 (org-parse-time-string): Optional argument NODEFAULT.
2040 (org-format-agenda-item): Parse items for time-of-day
2041 specifications and move these into the prefix if possible.
2042 (org-agenda-priority): Get current heading, not previous heading
2043 during agenda remote editing.
2045 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2047 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2048 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2049 (remove-duplicates, delete-duplicates, substitute)
2050 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2051 (nsubstitute-if-not, find, find-if, find-if-not, position)
2052 (position-if, position-if-not, count, count-if, count-if-not)
2053 (mismatch, search, sort*, stable-sort, merge, member*)
2054 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2055 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2056 (intersection, nintersection, set-difference, nset-difference)
2057 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2058 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2059 (nsublis, tree-equal): Improve argument/docstring consistency.
2061 * subr.el (send-string, send-region):
2062 Remove obsolescence declaration.
2063 (window-dot, set-window-dot, read-input, show-buffer)
2064 (eval-current-buffer, string-to-int):
2065 Add release number to obsolescence declarations.
2067 2005-05-19 Kim F. Storm <storm@cua.dk>
2069 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2070 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2072 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2074 * faces.el (list-faces-display): Make back button respect optional
2077 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2079 * calculator.el (calculator-radix-grouping-mode)
2080 (calculator-radix-grouping-digits, calculator-displayer)
2081 (calculator-radix-grouping-separator, calculator-copy-displayer):
2082 * dabbrev.el (dabbrev-search-these-buffers-only):
2083 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2084 (diff-advance-after-apply-hunk, diff-mode-hook)
2085 (diff-minor-mode-prefix):
2086 * imenu.el (imenu-use-popup-menu):
2087 * jit-lock.el (jit-lock-context-time):
2088 * newcomment.el (comment-fill-column, comment-column)
2089 (comment-style, comment-padding, comment-multi-line)
2090 (comment-empty-lines, comment-auto-fill-only-comments):
2091 * reveal.el (reveal-around-mark):
2092 * uniquify.el (uniquify-buffer-name-style)
2093 (uniquify-after-kill-buffer-p)
2094 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2095 (uniquify-min-dir-content, uniquify-separator)
2096 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2097 * w32-vars.el (w32-fixed-font-alist):
2098 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2099 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2100 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2101 * progmodes/perl-mode.el (perl-indent-level)
2102 (perl-continued-statement-offset, perl-continued-brace-offset)
2103 (perl-brace-offset, perl-brace-imaginary-offset)
2104 (perl-label-offset, perl-indent-continued-arguments)
2105 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2106 * progmodes/tcl.el (tcl-indent-level)
2107 (tcl-continued-indent-level, tcl-auto-newline)
2108 (tcl-tab-always-indent, tcl-electric-hash-style)
2109 (tcl-help-directory-list, tcl-use-smart-word-finder)
2110 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2111 (inferior-tcl-source-command):
2112 * textmodes/fill.el (enable-kinsoku):
2113 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2114 * textmodes/table.el (table-yank-handler):
2115 Specify missing group (and type, if simple) in defcustom.
2117 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2119 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2121 2005-05-19 Richard M. Stallman <rms@gnu.org>
2123 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2125 * subr.el (event-basic-type): Don't get an error.
2126 (left-fringe-p): Function deleted.
2128 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2129 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2131 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2134 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2136 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2138 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2139 Call byte-compile-nogroup-warn if appropriate.
2141 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2142 (compilation-set-window): Don't call left-fringe-p; do it directly.
2144 2005-05-19 Jay Belanger <belanger@truman.edu>
2146 * calc/calc-graph.el (calc-graph-format-data): Make sure
2147 var-PlotRejects is bound before trying to check its value.
2149 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2151 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2152 definition of this variable from reftex-global.el to reftex.el,
2153 because it is needed in the menu.
2155 2005-05-19 Lute Kamstra <lute@gnu.org>
2157 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2158 years are fixed. Don't insert a space after a dash.
2160 2005-05-19 Kim F. Storm <storm@cua.dk>
2162 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2164 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2166 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2167 strings, because (eq ... ?\\) is fairly frequent.
2169 * progmodes/make-mode.el (makefile-add-this-line-targets):
2170 Simplify and integrate into `makefile-pickup-targets'.
2171 (makefile-add-this-line-macro): Simplify and integrate into
2172 `makefile-pickup-macros.
2173 (makefile-pickup-filenames-as-targets): Simplify.
2174 (makefile-previous-dependency, makefile-match-dependency):
2175 Don't stumble over `::'.
2177 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2179 * subr.el (post-command-idle-hook, post-command-idle-delay):
2180 Remove obsoletion of post-command-idle-hook and
2181 post-command-idle-delay.
2183 * faces.el (list-faces-display): Provide button when describe-face
2184 is called to take user back to the list of faces.
2186 * help-fns.el (describe-variable): Remove hyperlinks in a
2187 variable's value as these are quite frequently inappropriate.
2189 * follow.el (follow-submit-feedback, follow-mode):
2190 Remove references to post-command-idle-hook.
2192 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2194 * progmodes/make-mode.el (makefile-previous-dependency)
2195 (makefile-match-dependency): Check for := (and in bsd mode also
2196 !=) to give a better result, even when font-lock is not on.
2198 2005-05-18 Jay Belanger <belanger@truman.edu>
2200 * calc/calc-help.el (calc-s-prefix-help):
2201 Add `calc-copy-special-constant' to help string.
2203 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2205 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2207 2005-05-18 Jay Belanger <belanger@truman.edu>
2209 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2210 in linear factors are in proper order.
2212 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2214 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2215 Support for jurabib.
2217 * textmodes/reftex.el (featurep): Define aliases for overlay
2218 commands, for XEmacs compatibility, and use these aliases in
2219 overlay initializations.
2220 (reftex-highlight): Use `reftex-move-overlay'.
2221 (reftex-unhighlight): Use `reftex-delete-overlay'.
2222 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2223 (reftex-access-search-path): Use `reftex-uniquify' instead of
2226 * textmodes/reftex-sel.el (reftex-select-unmark):
2227 Overlay `before-string' property modification enables for Emacs as well.
2228 (reftex-select-item): Use `reftex-delete-overlay'.
2229 (reftex-select-mark): Use `reftex-make-overlay' and
2230 `reftex-overlay-put'.
2231 (reftex-select-unmark): Use `reftex-delete-overlay' and
2232 `reftex-overlay-put'.
2234 2005-05-18 Lute Kamstra <lute@gnu.org>
2236 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2238 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2240 * add-log.el (add-change-log-entry):
2241 * array.el (array-make-template, array-reconfigure-rows)
2242 (array-init-max-row, array-init-max-column)
2243 (array-init-columns-per-line, array-init-field-width):
2244 * replace.el (replace-match-maybe-edit, perform-replace):
2245 * textmodes/spell.el (spell-region):
2246 Replace `read-input' by `read-string'.
2248 * forms.el (forms-mode):
2249 * finder.el (finder-compile-keywords):
2250 * shadowfile.el (shadow-read-files):
2251 Replace `eval-current-buffer' by `eval-buffer'.
2253 * terminal.el (te-pass-through):
2254 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2255 (ange-ftp-raw-send-cmd):
2256 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2257 (send-process-next-char, telnet-initial-filter, telnet):
2258 Replace `send-string' by `process-send-string'.
2260 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2261 (prolog-consult-region): Replace `send-string' by
2262 `process-send-string'; replace `send-region' by `process-send-region'.
2264 * progmodes/delphi.el (delphi-log-msg):
2265 Replace `set-window-dot' by `set-window-point'.
2267 * subr.el (window-dot, set-window-dot, read-input, send-string)
2268 (send-region, show-buffer, eval-current-buffer):
2269 Make really obsolete, as the comment says.
2271 2005-05-17 Kim F. Storm <storm@cua.dk>
2273 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2274 (cua--init-keymaps): Bind C-return instead of S-return to set
2277 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2278 instead of S-return to toggle/clear rectangle mark.
2280 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2282 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2283 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2284 Also fontify plain strings assigned to variables, mostly so that a
2285 colon has a face and is thus not taken as a dependency separator.
2286 (makefile-previous-dependency): Inline the new matcher, because it
2287 is too complex to work in both directions.
2288 (makefile-match-dependency): Eliminate `backward' arg (see above).
2289 Completely reimplemented so as to not sometimes go into an endless
2290 loop. It should also be more efficient, because first it only
2291 searches for `:', instead of applying the very complex regexp.
2292 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2293 to be fontified in one piece can be too long for JIT.
2294 Makefiles are never *that* big.
2296 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2298 * dired.el (dired-mode): Simplify.
2300 2005-05-17 Lute Kamstra <lute@gnu.org>
2302 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2303 defcustom for the mode hook variable.
2305 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2306 Emacs Lisp Reference Manual.
2308 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2310 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2312 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2313 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2315 * net/tramp-smb.el (tramp-smb-open-connection):
2316 Pass `tramp-chunksize' as fifth (required) argument.
2318 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2320 * font-lock.el (lisp-font-lock-keywords-1):
2321 Set `font-lock-negation-char-face' for [^...] char group.
2322 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2324 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2325 a var, and refine it to mask one more level of nested vars.
2326 (makefile-rule-action-regex): Turn it into a var, and refine it so
2327 it recognizes backslashed continuation lines as belonging to the
2329 (makefile-macroassign-regex): Refine it so it recognizes
2330 backslashed continuation lines as belonging to the same command.
2331 (makefile-var-use-regex): Don't look at the next char, because it
2332 might be the same one to be skipped by the initial [^$], leading
2333 to an overlooked variable use.
2334 (makefile-make-font-lock-keywords): Remove two parameters, which
2335 are now variables that some of the modes set locally.
2336 Handle dependency and rule action matching through functions, because
2337 regexps alone match too often. Dependency matching now comes
2338 last, so it can check, whether a colon already matched something else.
2339 (makefile-mode): Inform that font-lock improves makefile parsing
2341 (makefile-match-dependency, makefile-match-action): New functions.
2343 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2345 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2347 * align.el (align-regexp):
2348 * ansi-color.el (ansi-color-get-face):
2349 * array.el (array-reconfigure-rows, array-init-max-row)
2350 (array-init-max-column, array-init-columns-per-line)
2351 (array-init-field-width):
2352 * dired-aux.el (dired-trample-file-versions):
2353 * dired-x.el (dired-mark-sexp):
2354 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2355 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2356 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2357 * faces.el (face-read-integer):
2358 * files.el (backup-extract-version, insert-directory):
2359 * hexl.el (hexl-insert-decimal-char):
2360 * server.el (server-process-filter):
2361 * shell.el (shell-extract-num):
2362 * startup.el (command-line-1):
2363 * term.el (term-command-hook):
2364 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2365 (time-stamp-do-number):
2366 * time.el (display-time-update):
2367 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2368 (timezone-fix-time):
2369 * vms-patch.el (vms-suspend-resume-hook):
2370 * calendar/appt.el (appt-convert-time):
2371 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2372 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2373 * calendar/cal-islam.el (mark-islamic-diary-entries):
2374 * calendar/calendar.el (calendar-cursor-to-date)
2375 (calendar-star-date):
2376 * calendar/diary-lib.el (diary-attrtype-convert)
2377 (mark-diary-entries, diary-entry-time):
2378 * calendar/solar.el (solar-get-number):
2379 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2380 * emacs-lisp/re-builder.el (reb-display-subexp):
2381 * emulation/edt.el (edt-set-scroll-margins):
2382 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2383 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2385 * emulation/viper-ex.el (viper-get-ex-token)
2386 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2387 * international/fontset.el (fontset-plain-name):
2388 * mail/feedmail.el (feedmail-look-at-queue-directory):
2389 * mail/mailalias.el (mail-get-names):
2390 * mail/rmail.el (rmail-convert-to-babyl-format):
2391 * mail/rmailsum.el (rmail-make-basic-summary-line)
2392 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2393 (rmail-summary-goto-msg):
2394 * mail/smtpmail.el (smtpmail-read-response):
2395 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2396 (ange-ftp-vms-add-file-entry):
2397 * play/gametree.el (gametree-looking-at-ply)
2398 (gametree-current-branch-score):
2399 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2400 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2401 * progmodes/cperl-mode.el (condition-case):
2402 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2403 (ebrowse-set-member-buffer-column-width)
2404 (ebrowse-select-1st-to-9nth):
2405 * progmodes/etags.el (etags-snarf-tag):
2406 * progmodes/flymake.el (flymake-parse-line):
2407 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2408 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2409 (idlwave-shell-menu-def):
2410 * progmodes/ps-mode.el (ps-run-goto-error):
2411 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2412 (vhdl-speedbar-contract-level):
2413 * term/mac-win.el (x-handle-numeric-switch):
2414 * term/sun-mouse.el (sun-get-frame-data):
2415 * term/w32-win.el (x-handle-numeric-switch):
2416 * term/x-win.el (x-handle-numeric-switch):
2417 * textmodes/ispell.el (ispell-parse-output):
2418 * textmodes/nroff-mode.el (nroff-outline-level):
2419 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2420 (reftex-bib-sort-year-reverse, reftex-format-citation):
2421 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2422 (reftex-section-number):
2423 * textmodes/texinfmt.el (texinfo-paragraphindent):
2424 Replace `string-to-int' by `string-to-number'.
2426 * international/latexenc.el: Add page marker to force the "Local
2427 Variables:" string out of the last page.
2429 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2431 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2432 tooltip-change-major-mode.
2433 (gud-tooltip-print-command): Remove case where gud-minor-mode
2434 is gdb ("--fullname").
2435 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2438 2005-05-16 Jay Belanger <belanger@truman.edu>
2440 * calc/calc-store.el (calc-copy-special-constant): New function.
2442 * calc/calc-ext.el (calc-init-extensions): Add binding for
2443 `calc-copy-special-constant'.
2445 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2446 for the `calc-copy-special-constant' command.
2448 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2450 * subr.el (left-fringe-p): New function.
2452 * progmodes/compile.el (compilation-setup): Set local value of
2453 overlay-arrow-string to "" always.
2454 (compilation-set-window): Left fringe then don't scroll.
2455 No left fringe then no arrow and scroll message to top.
2456 (compilation-context-lines): Adjust doc string accordingly.
2458 2005-05-16 Kim F. Storm <storm@cua.dk>
2460 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2461 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2462 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2463 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2464 (ido-read-file-name): Handle commands with ido property value
2465 equal to find-file as reading a file name, to allow C-d to enter dired.
2466 (ibuffer-find-file): Add ido property with value find-file.
2468 2005-05-15 Kim F. Storm <storm@cua.dk>
2470 * subr.el (open-network-stream-nowait): Remove.
2471 (open-network-stream-server): Remove.
2473 2005-05-15 Richard M. Stallman <rms@gnu.org>
2475 * faces.el (describe-face): Output a definition link button.
2477 * help-mode.el (help-face-def): New button type.
2479 * emacs-lisp/copyright.el (copyright-fix-years):
2480 Match properly if the first year is 2-digit.
2481 Don't mess up the whitespace after the years by filling.
2483 * dired-aux.el (dired-mark-confirm):
2484 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2486 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2487 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2488 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2490 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2491 Set font-lock-comment-start-skip.
2493 * font-lock.el (font-lock-comment-start-skip): New variable.
2494 (font-lock-comment-end-skip): New variable.
2495 (font-lock-fontify-syntactically-region): Use them if non-nil.
2497 2005-05-15 Jay Belanger <belanger@truman.edu>
2499 * calc/calc-store.el (calc-store-value): Return a string rather
2500 than display it as a message.
2501 Use calc-var-name for variable name.
2502 (calc-store-into): Add the result of calc-store-value to message.
2503 (calc-copy-variable): Add a message.
2504 (calc-store-exchange): Improve error messages.
2505 (calc-store-binary, calc-store-map): Don't reset the values of
2508 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2510 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2511 manual to docstring.
2513 * files.el (hack-local-variables-confirm): Add STRING argument.
2514 Make the function handle non file visiting buffers correctly.
2515 (hack-local-variables-prop-line, hack-local-variables)
2516 (hack-one-local-variable): Use STRING arg of
2517 `hack-local-variables-confirm'.
2519 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2521 Sync with Tramp 2.0.49.
2523 * tramp.el (tramp-handle-dired-call-process)
2524 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2525 because the contents of the Tramp buffer is changed before
2526 insertion (`expand-file' and alike).
2527 (tramp-handle-insert-directory): If `localname' has an empty
2528 nondirectory name, it must not be quoted.
2529 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2530 variable `tramp-chunksize'. Change callees.
2531 (tramp-open-connection-setup-interactive-shell): Check remote host
2532 for buggy `send-process-string' implementation.
2533 Set `tramp-chunksize' if found. Reported by Michael Kifer
2534 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2535 (tramp-handle-shell-command): `insert-buffer' cannot be used
2536 because the contents of the Tramp buffer is changed before
2537 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
2538 <frederic.bothamy@free.fr>.
2539 (tramp-set-auto-save): Actions should be done for Tramp file name
2540 handler only. Ange-FTP has its own auto-save mechanism.
2541 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2542 (tramp-set-auto-save-file-modes): Set file modes of
2543 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2544 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2545 (tramp-bug): Remove obsolete variable.
2546 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2547 for presence of `mml-mode'. Make it running for older Emacsen as well.
2549 2005-05-14 John Paul Wallington <jpw@pobox.com>
2551 * ibuf-ext.el (define-ibuffer-filter filename):
2552 If `dired-directory' is a list, use its car.
2554 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2556 * ibuffer.el (define-ibuffer-column filename):
2557 If `dired-directory' is a list, use its car.
2559 2005-05-14 Richard M. Stallman <rms@gnu.org>
2561 * subr.el (symbol-file): Doc fix.
2563 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2564 (byte-compile-form): Call byte-compile-nogroup-warn.
2565 (byte-compile-warning-types): Doc fix.
2567 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2569 * progmodes/cc-engine.el (c-literal-faces):
2570 Add font-lock-comment-delimiter-face.
2572 * net/net-utils.el (dig): Use with-no-warnings.
2574 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2575 (sc-recite-frame-alist, sc-default-cite-frame)
2576 (sc-default-uncite-frame, sc-default-recite-frame)
2577 (sc-attrib-selection-list, sc-rewrite-header-list):
2578 Mark as risky-local-variable.
2580 * international/ogonek.el (ogonek-jak, ogonek-how):
2581 Don't use beginning-of-buffer.
2583 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2585 * calendar/solar.el (solar-data-list): Move definition up.
2587 * dnd.el (dnd-protocol-alist): Add autoload.
2589 * progmodes/sh-script.el: Many doc usage fixes.
2590 (sh-indent-after-do): Change default to match common styles.
2592 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2594 * files.el (interpreter-mode-alist)
2595 (auto-mode-interpreter-regexp): Doc fixes.
2597 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2599 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2601 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2603 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2605 * dired.el (dired-mode): make-variable-buffer-local =>
2606 make-local-variable.
2608 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2610 * term/mac-win.el (mac-select-convert-to-string): Try coding
2611 systems in mac-script-code-coding-systems if specified one cannot
2612 encode string for `com.apple.traditional-mac-plain-text'.
2614 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2616 * progmodes/make-mode.el (makefile-targets-face)
2617 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2618 (makefile-dependency-regex): Fix it to not make the colon in
2620 (makefile-rule-action-regex): New regexp for highlighting embedded
2622 (makefile-macroassign-regex): Handle != for highlighting as
2623 embedded Shell strings.
2624 (makefile-var-use-regex): New const.
2625 (makefile-statements, makefile-automake-statements)
2626 (makefile-gmake-statements, makefile-makepp-statements)
2627 (makefile-bsdmake-statements): New consts.
2628 (makefile-make-font-lock-keywords): New function.
2629 (makefile-automake-font-lock-keywords)
2630 (makefile-gmake-font-lock-keywords)
2631 (makefile-makepp-font-lock-keywords)
2632 (makefile-bsdmake-font-lock-keywords): New consts.
2633 (makefile-mode-map): Add switchers between the various submodes.
2634 (makefile-mode): Document the availability of the variants.
2635 (makefile-automake-mode, makefile-gmake-mode)
2636 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2638 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2639 new variants of makefile-mode.
2641 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2643 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2646 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2648 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2649 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2651 * files.el (normal-mode): Extend the scope of the
2652 `enable-local-variables' binding to include the `set-auto-mode' call.
2653 (magic-mode-alist): Doc fix.
2655 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2657 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2658 font-lock-comment-face rather than copying its setting.
2660 2005-05-12 Andreas Schwab <schwab@suse.de>
2662 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2664 2005-05-12 Lute Kamstra <lute@gnu.org>
2666 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2667 defcustom for the mode hook variable. Delete the last argument.
2668 * generic-x.el: Fix callers of define-generic-mode.
2669 (generic-x-modes): Delete group.
2670 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2671 generic-x customization group.
2673 2005-05-12 Kim F. Storm <storm@cua.dk>
2675 * font-lock.el (font-lock-negation-char-face): Default to "off".
2677 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2678 font-lock-negation-char-face to ! in !=.
2680 2005-05-12 Masatake YAMATO <jet@gyve.org>
2682 * add-log.el (find-change-log): Fix typos in the docstring
2685 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
2687 * international/latexenc.el (latexenc-find-file-coding-system):
2688 Avoid `re-search-forward' when looking for input encoding because
2689 of speed and safety. Better regular expressions for recognizing
2690 input encoding. Limit a search for TeX-master/tex-main-file to
2691 the local variable section.
2693 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2695 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2696 syntax of $ to "'" (quote).
2698 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2700 * dnd.el (dnd-protocol-alist): Improve custom type.
2702 * dired.el (dired-dnd-protocol-alist): New variable.
2703 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2704 `dired-mode-hook' to the end.
2706 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2708 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2709 comment-end if comment-start-skip is not set.
2710 Obey the font-lock-comment-delimiter-face variables.
2712 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2714 * files.el (executable-find): Move from executable.el. Use locate-file.
2715 * progmodes/executable.el (executable-find): Move to files.el.
2717 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2718 when trying to ensure forward progress.
2720 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2722 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2723 (mouse-select, mouse-select-internal, mouse-extend-internal):
2724 Use it to implement mouse-1-click-follows-link functionality.
2726 2005-05-11 Richard M. Stallman <rms@gnu.org>
2728 * font-lock.el (font-lock-fontify-syntactically-region):
2729 Use font-lock-comment-delimiter-face for comment delimiters.
2731 2005-05-10 Jay Belanger <belanger@truman.edu>
2733 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2734 preserving embedded modes.
2736 2005-05-10 Richard M. Stallman <rms@gnu.org>
2738 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2740 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2741 Move from ada-stmt.el.
2742 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2744 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2745 Move to ada-mode.el.
2746 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2748 * cus-edit.el (custom-file): Call file-chase-links.
2750 * files.el (read-directory-name): Fix previous change.
2751 (hack-local-variables-confirm): New function.
2752 (hack-local-variables-prop-line, hack-local-variables)
2753 (hack-one-local-variable): Use it.
2755 2005-05-10 Lute Kamstra <lute@gnu.org>
2757 * font-lock.el (font-lock-keywords-alist)
2758 (font-lock-removed-keywords-alist): Clarify docstrings.
2760 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2762 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2763 (gdb-source-info): Check for preprocessor info.
2764 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2765 a macro for a function.
2766 (gdb-info-breakpoints-custom): Try to find file again if not already
2767 found (user might have used GDB dir command).
2768 (gdb-get-location): Update gdb-location-alist correctly for change
2769 to gdb-info-breakpoints-custom.
2771 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2772 (gud-tooltip-print-command): Add gdbmi case.
2773 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2776 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2778 * startup.el (fancy-splash-insert): Fix typo in doc string.
2780 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2782 * obsolete/float.el (string-to-float):
2783 * obsolete/hilit19.el (hilit-add-pattern):
2784 * obsolete/rnews.el (news-parse-range, news-select-message)
2785 (news-get-pruned-list-of-files): Replace `string-to-int' by
2788 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2789 `find-file-not-found-hooks'; use `add-hook'.
2790 (uncompress-while-visiting): Set `write-file-functions', not
2791 `write-file-hooks'; use `add-hook'.
2793 2005-05-09 Kim F. Storm <storm@cua.dk>
2795 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2796 (cua-paste): Handle clipboard action.
2797 (cua--init-keymaps): Remap clipboard-kill-region and
2798 clipboard-kill-ring-save.
2800 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2802 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2805 * simple.el (next-error-overlay-arrow-position): Revert the change
2808 2005-05-07 Jay Belanger <belanger@truman.edu>
2810 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2811 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2812 `calc-sel-reselect'.
2814 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2815 Calc is in embedded mode.
2817 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2819 * progmodes/compile.el (compilation-setup):
2820 Set overlay-arrow-string to an empty string on text terminals.
2822 * textmodes/ispell.el (ispell-program-name): Try looking for
2823 "aspell" along exec-path, and if found, use it as the default
2826 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2828 * international/mule.el (sgml-xml-auto-coding-function):
2829 Recognize encoding='FOO' in single quotes as well as in double quotes.
2831 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2833 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2834 as well as `interactive', so that defmacro* would recognize
2837 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2839 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2840 Explain more about the LIGHTER arg's usage in the doc string.
2841 Add commentary to clarify what the code does. Fix the regexp that
2842 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2843 since it could have characters special to regular expressions.
2845 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2847 * replace.el (occur-1): Bind inhibit-read-only so that
2848 erase-buffer doesn't barf on read-only text properties (likewise
2849 for add-text-properties in occur-engine). Mark buffer as unmodified.
2850 (occur-engine): Don't set buffer-read-only here.
2852 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2854 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2855 list-buffers-directory. This caused the *cvs-commit* buffer to be
2856 sometimes mistakenly reused as a *cvs* buffer.
2858 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2860 * tooltip.el: Move code for GUD tooltips into gud.el.
2861 (require): CL no longer needed to compile case.
2862 (tooltip-mode): Do not toggle functions for GUD tooltips.
2863 (tooltip-gud-tips-p): Remove. Replace with minor mode
2864 gud-tooltip-mode in gud.el.
2865 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2866 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2867 tooltip-gud prefix with gud-tooltip and obsolete.
2868 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2869 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2870 (tooltip-mouse-motion): Mouse movement functions/variable.
2871 Rename in gud.el by adding gud prefix.
2872 (tooltip-gud-original-filter, tooltip-gud-dereference)
2873 (tooltip-gud-event, tooltip-toggle-gud-tips)
2874 (tooltip-gud-process-output, tooltip-gud-print-command)
2875 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2876 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2877 (gdb-tooltip-print): Move to gdb-ui.el.
2879 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2880 (require): CL needed to compile case.
2881 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2882 tooltip-gud-tips-p. Make it a minor-mode.
2883 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2884 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2885 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2886 (gud-tooltip-change-major-mode)
2887 (gud-tooltip-activate-mouse-motions-if-enabled)
2888 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2889 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2890 (gud-tooltip-original-filter, gud-tooltip-dereference)
2891 (gud-tooltip-event, tooltip-toggle-gud-tips)
2892 (gud-tooltip-process-output, gud-tooltip-print-command)
2893 (gud-tooltip-tips): Move from tooltip.el.
2895 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2896 (gdb-cpp-define-alist-flags): Doc fix.
2897 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2898 gud-tooltip-mode is t.
2900 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2902 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2903 evaporate if their text is deleted.
2904 (goto-address-at-point): Make it work as a mouse binding as well.
2905 (goto-address-at-mouse): Obsolete it. Update users.
2907 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2909 * calendar/appt.el (top-level): No longer activate on load.
2911 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2913 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2914 * net/webjump.el (webjump):
2915 * progmodes/idlw-help.el (idlwave-do-context-help1)
2916 (idlwave-highlight-linked-completions):
2917 * textmodes/po.el (po-find-file-coding-system-guts):
2918 Replace `assoc-ignore-case' by `assoc-string'.
2920 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2922 * files.el (locate-file): Doc fix.
2924 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2925 Remove the redundant test for ms-dos.
2927 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2928 look for the preprocessor with exec-suffixes. If not found in
2929 standard places, look in exec-path. Remove most of the tests that
2932 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2934 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2936 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2937 file-name clash with jka-compr.el on 8+3 filesystems.
2939 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2941 * term/mac-win.el: Don't define or bind scroll bar functions if
2942 x-toolkit-scroll-bars is t.
2943 (x-select-text, x-get-selection-value):
2944 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2945 (PRIMARY): Put mac-scrap-name property.
2946 (mac-select-convert-to-file-url): New function.
2947 (public.file-url): New selection target type. Add to
2948 selection-converter-alist.
2949 (x-get-selection, x-selection-value): Handle it.
2950 (x-cut-buffer-or-selection-value): New alias.
2952 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2954 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2955 entry to avoid calling bibtex-find-entry with arg global
2956 being t. Remove arg key.
2957 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2958 (bibtex-copy-summary-as-kill): Change accordingly.
2960 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2962 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2963 (org-agenda-date-later): Use with-current-buffer.
2965 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2967 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2968 (define-obsolete-variable-alias): Doc Fixes.
2970 2005-05-06 Kim F. Storm <storm@cua.dk>
2972 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2973 vertical-motion when selective-display is active.
2975 * ido.el (ido-setup-hook): New hook.
2976 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2977 (ido-input-stack): New var.
2978 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2979 ido-next-work-file binding to M-O.
2980 Bind M-f to ido-wide-find-file-or-pop-dir.
2981 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2982 (ido-read-internal): Run ido-setup-hook.
2983 Catch quit in read-file-name and read-string to cancel edit.
2984 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2985 Automatically pop-all when completing a directory name (RET).
2986 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2987 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2988 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2989 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2990 New functions for M-b/M-f to move among the directory components.
2991 (ido-make-merged-file-list): Catch quit to cancel merge.
2992 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2993 (ido-completion-help): No warnings for ido-completion-buffer-full.
2995 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2997 * font-lock.el (font-lock-negation-char-face): New face and variable.
2998 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2999 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3000 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3001 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3003 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3005 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3006 Fix typo in docstring.
3008 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3009 (ebrowse-print-statistics-line)
3010 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3012 * term/w32-win.el (image-library-alist): Add additional name for
3015 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3017 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3018 use gcc instead of cpp.
3020 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3021 (gdb-create-define-alist): Use it.
3022 (gdb-cpp-define-alist-program): Update for MS-DOS.
3024 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3026 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3028 2005-05-04 Richard M. Stallman <rms@gnu.org>
3030 * help.el (describe-key): No error when UNTRANSLATED is nil.
3032 * simple.el (line-move-1): Fix previous change to signal errors
3035 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3037 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3038 (icalendar-duration-correction): Remove.
3039 (icalendar--get-event-properties): Split result at commas.
3040 (icalendar--decode-isoduration): New optional argument
3041 DURATION-CORRECTION.
3042 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3043 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3044 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3045 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3046 (icalendar--convert-anniversary-to-ical): New functions, extracted
3047 from icalendar-export-region, with bug fixes.
3048 (icalendar-export-region): Use the above functions.
3049 (icalendar-import-buffer): Check before saving diary file.
3050 (icalendar--convert-recurring-to-diary)
3051 (icalendar--convert-non-recurring-all-day-to-diary)
3052 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3053 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3054 (icalendar--convert-ical-to-diary): Use the above functions.
3056 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3058 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3059 Remove these recent additions.
3060 (c-mode): Restore to before 2005-04-28.
3062 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3065 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3066 (gdb-define-alist): New variables.
3067 (gdb-create-define-alist): New function.
3068 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3069 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3070 with string-to-number.
3071 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3073 * progmodes/gud.el: Replace string-to-int with string-to-number.
3074 (gud-find-file): Handle gdb-define-alist.
3076 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3078 2005-05-02 Jay Belanger <belanger@truman.edu>
3080 * calc/calc-aent.el (math-read-token):
3081 * calc/calc-bin.el (calc-word-size):
3082 * calc/calc-ext.el (calc-read-number-fancy):
3083 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3084 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3085 * calc/calc-frac.el (calc-over-notation):
3086 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3087 (calc-graph-num-points, calc-graph-init):
3088 * calc/calc-prog.el (calc-read-parse-table-part)
3089 (calc-edit-macro-repeats):
3090 * calc/calc-yank.el (calc-do-grab-rectangle):
3091 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3092 Replace `string-to-int' by `string-to-number'.
3094 2005-05-02 Kim F. Storm <storm@cua.dk>
3096 * kmacro.el: Use executing-kbd-macro-index variable.
3098 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3100 * net/rlogin.el (rlogin-parse-words): Delete func.
3101 (rlogin): Use split-string, not rlogin-parse-words.
3102 Also, if there are option-like elements in the parsed args,
3103 take the host to be the first arg immediately following them.
3104 Suggested by Michael Mauger.
3106 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3108 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3110 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3112 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3113 (cc-mode-cpp-program): Rename to cc-define-list-program and
3116 * progmodes/cc-vars.el (cc-define-list-program):
3117 Change to "gcc -E -dM -". Make customizable.
3119 2005-05-02 Kim F. Storm <storm@cua.dk>
3121 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3123 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3125 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3127 * international/mule-util.el (truncate-string): Remove alias and
3128 obsolete declaration.
3130 * international/mule-cmds.el (update-iso-coding-systems):
3131 Remove alias and obsolete declaration.
3133 * international/mule.el (coding-system-parent): Remove alias and
3134 obsolete declaration.
3136 * subr.el (define-function, sref): Remove aliases and obsolete
3138 (chars-in-region): Remove obsolete declaration.
3140 2005-05-01 Richard M. Stallman <rms@gnu.org>
3142 * info.el (Info-mode): Set widen-automatically to nil, locally.
3144 * simple.el (widen-automatically): New variable.
3145 (pop-global-mark): Obey widen-automatically.
3147 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3149 * term/xterm.el (function-key-map): Call substitute-key-definition
3150 before the keymap size is increased by a lot of define-key calls.
3152 2005-05-01 Richard M. Stallman <rms@gnu.org>
3154 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3155 Rename ARG to ELEMENT. Doc fix.
3157 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3159 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3160 Remove references to allout-exposure/change to allout-new-exposure.
3162 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3165 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3166 (compiled-function-p, focus-frame, unfocus-frame):
3167 Remove aliases and obsolete declarations.
3168 Back out inadvertent changes from previous commit.
3170 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3172 * files.el (require-final-newline): Make Custom tags consistent
3173 with mode-require-final-newline.
3174 (mode-require-final-newline): Doc fix.
3176 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3178 * international/latexenc.el (latexenc-find-file-coding-system):
3179 Fix regular expressions.
3181 2005-05-01 David Kastrup <dak@gnu.org>
3183 * international/latexenc.el (latexenc-find-file-coding-system):
3184 Fix regular expressions.
3186 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3188 * subr.el (string-to-int): Make obsolete.
3190 2005-04-30 Richard M. Stallman <rms@gnu.org>
3192 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3194 * loadup.el: load jka-comp-hook.
3196 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3197 (jka-compr-handler): Add autoload. `put' calls moved
3198 to jka-comp-hook.el.
3199 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3200 (jka-compr-inhibit): Autoload.
3202 * jka-comp-hook.el: New file.
3203 Enable the mode by default.
3205 * files.el (backup-buffer-copy): Use copy-file instead
3206 of write-region, and put back the 'excl.
3208 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3210 * progmodes/flymake.el (flymake-split-string)
3211 (flymake-split-string, flymake-log, flymake-pid-to-names)
3212 (flymake-reg-names, flymake-get-source-buffer-name)
3213 (flymake-unreg-names, flymake-add-line-err-info)
3214 (flymake-add-err-info): Clarify docstrings.
3215 (flymake-popup-menu, flymake-make-emacs-menu)
3216 (flymake-make-xemacs-menu): Add docstrings.
3217 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3218 Set variables directly throughout.
3220 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3222 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3223 exists. Initialise cc-define-alist.
3224 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3225 If there is no file (Macroexpansion) don't create an alist.
3227 2005-04-29 Sam Steingold <sds@gnu.org>
3229 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3230 (cc-create-define-alist): Use it instead of the hard-coded string.
3232 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3234 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3237 2005-04-29 Lute Kamstra <lute@gnu.org>
3239 * emacs-lisp/generic.el: Improve commentary section.
3240 (define-generic-mode): Improve docstring.
3242 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3244 * textmodes/org.el (many places): Change to quiet the byte compiler.
3245 (org-prefix-format-compiled): New variable.
3246 (org-compile-prefix-format): New function.
3247 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3248 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3249 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3250 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3251 consistency with entries from `org-mode' files.
3252 (org-get-time-of-day): Fix bug with partial matches early in a line.
3253 (org-non-link-chars): New constant.
3254 (org-link-regexp): Respect `org-non-link-chars'.
3255 (org-agenda-day-view): Remove command.
3256 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3257 (org-follow-bbdb-link, org-store-link): Search also company field.
3258 (org-highlight-overlay): New variable.
3259 (org-highlight, org-unhighlight): New functions.
3260 (org-agenda-mode): Add pre-command-hook to remove highlight.
3261 (org-evaluate-time-range): Behavior depends upon whether time stamp
3262 contains a time or not.
3263 (org-show-subtree, org-show-entry): New functions.
3264 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3266 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3268 * comint.el (comint-output-filter-functions): Add autoload cookie.
3270 2005-04-28 Kim F. Storm <storm@cua.dk>
3272 * ido.el (ido-everywhere): Fix last change.
3274 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
3276 * international/latexenc.el: New file.
3277 * international/mule-conf.el (file-coding-system-alist): For .tex,
3278 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3280 2005-04-28 Lute Kamstra <lute@gnu.org>
3282 * font-lock.el (font-lock-add-keywords)
3283 (font-lock-remove-keywords): Clarify docstring.
3284 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3285 Don't start docstrings with a `*'.
3286 (font-lock-update-removed-keyword-alist): Give it a docstring.
3288 * generic-x.el: Update commentary section.
3289 Only require font-lock when compiling.
3290 Define all modes conditionally.
3291 Place all generic modes in the generic-x-modes customization group.
3292 (generic-x-modes): New customization group.
3293 (generic-default-modes, generic-mswindows-modes)
3294 (generic-unix-modes, generic-other-modes): New constants.
3295 (generic-define-mswindows-modes, generic-define-unix-modes):
3296 Update docstrings. Make them obsolete.
3297 (generic-extras-enable-list): New default value. Update docstring.
3298 Improve :type. Change :set function.
3299 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3302 * emacs-lisp/generic.el (generic-mode-internal):
3303 Simplify font-lock-defaults.
3304 (define-generic-mode): Fix docstring.
3306 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3308 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3309 font-lock-face property to highlight matches.
3311 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3313 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3314 (cc-define-alist): New variable.
3315 (c-mode): Make it local and initialise it.
3317 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3318 (gdb-exited): New function.
3319 (gdb-annotation-rules): Use it.
3320 (gdb-starting): Set gdb-active-process to t.
3321 (gdb-stopping): Amend doc string.
3322 (gdb-reset): Set gdb-active-process to nil.
3324 * tooltip.el (tooltip-gud-tips): Show the associated #define
3325 directives when a C program under GDB is not executing.
3327 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3329 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3330 font-lock-fontify-syntactic-keywords.
3332 * font-lock.el (font-lock-default-fontify-region): Don't force
3333 parse-sexp-lookup-properties to nil.
3335 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3337 * man.el (man-mode-syntax-table): Set up `:' to have
3338 word-constituent syntax.
3340 2005-04-27 Lute Kamstra <lute@gnu.org>
3342 * novice.el (disable-command): Don't add spurious newlines to the
3343 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3345 2005-04-26 Jay Belanger <belanger@truman.edu>
3347 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3348 than one window before deleting window.
3350 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3352 * shell.el (shell-prompt-pattern): Doc fix.
3353 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3355 * comint.el (comint-prompt-regexp, comint-get-old-input)
3356 (comint-use-prompt-regexp)
3357 (comint-use-prompt-regexp-instead-of-fields)
3358 (comint-replace-by-expanded-history, comint-send-input)
3359 (comint-output-filter, comint-get-old-input-default)
3360 (comint-line-beginning-position, comint-bol, comint-show-output)
3361 (comint-backward-matching-input, comint-forward-matching-input)
3362 (comint-next-prompt, comint-previous-prompt):
3363 Rename `comint-use-prompt-regexp-instead-of-fields' to
3364 `comint-use-prompt-regexp'. Keep old name as alias and declare
3366 (comint-use-prompt-regexp): Shorten first line of doc string.
3368 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3369 Set paragraph-separate buffer locally to "\\'".
3371 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3372 Adapt to above name change.
3374 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3375 (smbclient-prompt-regexp): Ditto.
3377 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3379 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3381 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3383 Break lines that are over 80 characters wide.
3385 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3387 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3388 New fun and var, to preserve compatibility.
3390 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3392 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3394 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3395 name to file-newer-than-file-p.
3397 2005-04-26 Richard M. Stallman <rms@gnu.org>
3399 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3401 * progmodes/python.el (python-mode):
3402 Use new name eldoc-documentation-function.
3404 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3406 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3407 (eldoc-documentation-function):
3408 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3410 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3412 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3414 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3416 * term/xterm.el (function-key-map): Fix strings for
3417 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3418 {C,S,A,C-S}-{f1-f12}.
3420 2005-04-26 Kenichi Handa <handa@m17n.org>
3422 * international/mule-cmds.el (select-safe-coding-system):
3423 Fix previous change.
3425 2005-04-26 Lute Kamstra <lute@gnu.org>
3427 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3429 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3430 (font-lock-comment-delimiter-face): Ditto.
3432 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3434 2005-04-25 Jay Belanger <belanger@truman.edu>
3436 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3437 to t while inserting information; use help-mode.
3439 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3441 * term.el (ansi-term-color-vector): Use the xterm colors.
3442 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3444 2005-04-25 Lute Kamstra <lute@gnu.org>
3446 * font-core.el (font-lock-defaults): Fix docstring.
3448 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3450 2005-04-25 Kenichi Handa <handa@m17n.org>
3452 * international/mule-cmds.el (select-safe-coding-system):
3453 Don't check consistency with coding: spec, etc if raw-text or
3454 no-conversion was found to be safe.
3456 2005-04-24 Richard M. Stallman <rms@gnu.org>
3458 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3459 citation markers at start of each line.
3461 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3462 citation markers at start of each line.
3464 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3466 * files.el (mode-require-final-newline): Fix previous change.
3467 (require-final-newline): Fix type label.
3469 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3471 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3472 statement in buffer (broken by 2004-11-24 change).
3474 2005-04-24 Kim F. Storm <storm@cua.dk>
3476 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3477 and read-file-name-function values. Don't overwrite existing
3478 non-nil values if ido-mode is enabled without ido-everywhere.
3480 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3482 * files.el (mode-require-final-newline): Minor doc fix.
3484 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3486 * subr.el (syntax-after): Doc fix.
3487 (syntax-class): If argument is nil, return nil. Mask off upper 16
3490 * files.el (mode-require-final-newline): Doc fix.
3491 (backup-buffer-copy): Fix last change.
3493 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3495 * term/mac-win.el: Require select. Set selection-coding-system to
3496 mac-system-coding-system. Call menu-bar-enable-clipboard.
3497 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3498 (x-select-enable-clipboard): New variables.
3499 (x-select-text, x-get-selection, x-selection-value)
3500 (x-get-selection-value, mac-select-convert-to-string)
3501 (mac-services-open-file, mac-services-open-selection)
3502 (mac-services-insert-text): New functions.
3503 (CLIPBOARD, FIND): Put mac-scrap-name property.
3504 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3505 (public.tiff): Put mac-ostype property.
3506 (selection-converter-alist): Add entries for them.
3507 (mac-application-menu-map): New keymap.
3508 (interprogram-cut-function, interprogram-paste-function): Set to
3509 x-select-text and x-get-selection-value, respectively.
3510 (split-window-keep-point): Set to t.
3512 2005-04-23 Richard M. Stallman <rms@gnu.org>
3514 * files.el (read-directory-name): Always pass non-nil
3515 DEFAULT-FILENAME arg to read-file-name.
3516 (backup-buffer-copy, basic-save-buffer-2): Take care against
3517 writing thru an unexpected existing symlink.
3518 (revert-buffer): In indirect buffer, revert the base buffer.
3519 (magic-mode-alist): Doc fix.
3520 (buffer-stale-function): Doc fix.
3521 (minibuffer-with-setup-hook): Avoid warning.
3522 (mode-require-final-newline): Doc and custom fix.
3524 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3526 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3527 use the default appearance.
3528 (font-lock-comment-delimiter-face): New face, new variable.
3530 * imenu.el (imenu--generic-function): The official position of a
3531 definition is the start of the line that BEG is in.
3533 * midnight.el (midnight-timer): Move defvar up.
3535 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3537 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3539 * startup.el (command-line): Use with-no-warnings.
3541 * window.el (window-size-fixed): New defvar.
3543 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3545 * mail/rmail.el (rmail-font-lock-keywords):
3546 Use font-lock-comment-delimiter-face.
3548 * mail/sendmail.el (mail-font-lock-keywords):
3549 Use font-lock-comment-delimiter-face.
3551 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3553 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3555 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3556 Specify t for LAXMATCH when matching directories.
3557 Save match data around compilation-compat-error-properties form.
3559 2005-04-23 David Kastrup <dak@gnu.org>
3561 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3562 Mention that the autoloaded aliases should be kept for AUCTeX.
3564 2005-04-23 Andreas Schwab <schwab@suse.de>
3566 * isearch.el (isearch-forward): Doc fix.
3568 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3570 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3571 (jit-lock-stealth-nice): Change default value to 0.5.
3573 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3575 * abbrev.el (write-abbrev-file): Write table entries in
3576 alphabetical order by table name.
3578 2005-04-22 Kim F. Storm <storm@cua.dk>
3580 * ido.el (ido-read-internal): Fix `list' completion.
3582 2005-04-22 Kenichi Handa <handa@m17n.org>
3584 * recentf.el (recentf-save-file-coding-system): New variable.
3585 (recentf-save-list): Encode the file by
3586 recentf-save-file-coding-system and add coding: tag.
3588 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3590 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3592 2005-04-21 Lute Kamstra <lute@gnu.org>
3594 * loadhist.el (unload-feature): Don't remove a function from hooks
3595 if it is about to be restored to an autoload . Remove functions
3596 that will become unbound from auto-mode-alist. Simplify the code.
3598 * subr.el (assq-delete-all): New implementation that is linear,
3599 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3600 (rassq-delete-all): New function.
3602 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3603 Add size-indication-mode.
3605 2005-04-21 Kenichi Handa <handa@m17n.org>
3607 * international/mule-cmds.el: Add autoload for widget-value in
3610 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3612 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3615 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3617 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3619 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3620 (inferior-lisp-filter-regexp, inferior-lisp-program)
3621 (inferior-lisp-load-command, inferior-lisp-prompt)
3622 (inferior-lisp-mode-hook, lisp-source-modes)
3623 (inferior-lisp-load-hook): defvar->defcustom.
3624 (inferior-lisp-program, inferior-lisp-prompt)
3625 (inferior-lisp-load-hook): Doc fixes.
3626 (inferior-lisp-install-letter-bindings): Small change in
3627 introductory comment.
3629 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3631 * vc.el (vc-annotate-color-map): Change some colors so that text
3632 using them as foreground is readable on both white and black
3635 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3637 * international/mule-conf.el (translation-table-for-input):
3638 Remove redundant declaration.
3640 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3642 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3644 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3645 (tooltip-toggle-gud-tips): New function.
3647 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3649 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3650 right angle brackets.
3652 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3654 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3656 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3658 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3659 Remove. Update callers to use expand-file-name instead.
3661 * subr.el (syntax-class): New function.
3663 * simple.el (blink-matching-open): Use it.
3665 * paren.el (show-paren-function): Use it to recognize parens that are
3666 also used in 2-char comment markers.
3668 2005-04-19 Lute Kamstra <lute@gnu.org>
3670 * loadhist.el (unload-feature): Update for new format of
3671 load-history. Simplify the code.
3673 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3675 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3676 (mac-add-charset-info): New function. Initialize variable
3677 mac-charset-info-alist using it.
3678 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3680 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3681 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3682 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3685 2005-04-19 Kim F. Storm <storm@cua.dk>
3687 * simple.el (next-buffer, prev-buffer, next-error)
3688 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3689 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3691 * bindings.el (next-buffer, prev-buffer, next-error)
3692 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3693 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3694 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3695 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3697 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3699 * isearch.el (isearch-edit-string): Make the search-ring available for
3700 minibuffer history commands.
3701 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3702 the default history commands now work just as well.
3703 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3705 2005-04-18 Kim F. Storm <storm@cua.dk>
3707 * emulation/cua-base.el (cua--pre-command-handler): Add more
3708 elaborate check for shift modifier on non-window systems.
3710 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3712 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3714 2005-04-18 Kim F. Storm <storm@cua.dk>
3716 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3717 and make it optional. Don't test tooltip-gud-echo-area here.
3718 (tooltip-gud-process-output, gdb-tooltip-print):
3719 Pass tooltip-gud-echo-area to tooltip-show.
3720 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3722 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3724 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3725 `display-graphic-p' may not be bound yet.
3727 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3729 * startup.el (command-line): No longer enable Xterm Mouse mode by
3730 default in terminals compatible with xterm.
3732 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3734 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3736 * tooltip.el (tooltip-gud-echo-area): Rename from
3737 tooltip-use-echo-area.
3738 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3739 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3740 area independently of where help tooltips are displayed.
3742 2005-04-17 David Kastrup <dak@gnu.org>
3744 * cus-theme.el (custom-theme-write-variables): Quote variables
3747 2005-04-17 Richard M. Stallman <rms@gnu.org>
3749 * simple.el (yank-excluded-properties): Add follow-link to value.
3751 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3753 * startup.el (fancy-splash-max-time): Just 30 seconds.
3754 (fancy-splash-delay): Just 7.
3755 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3757 * loadhist.el (unload-feature): Update for new format of load-history.
3760 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3761 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3763 * mail/sendmail.el (mail-font-lock-keywords):
3764 Don't fontify subject text.
3765 Don't fontify the text of a citation.
3767 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3769 * comint.el (comint-output-filter): Run comint-output-filter-functions
3770 with point where the user had it.
3772 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3774 * international/ucs-tables.el (ucs-set-table-for-input):
3775 Disable when using unify-on-decoding.
3777 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3779 * emulation/cua-base.el (cua-global-mark-face): Add special case
3780 for displays supporting a high number of colors.
3782 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3784 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3786 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3788 * filesets.el (filesets-add-buffer): If user supplies a name of a
3789 non-existing fileset, create a new fileset.
3791 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3793 * textmodes/org.el (org-up-heading-all): Fix bug with
3794 `outline-up-heading-all'.
3796 2005-04-16 Andreas Schwab <schwab@suse.de>
3798 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3799 /etc/permissions.d/* and /etc/aliases.d/*.
3801 2005-04-16 Kenichi Handa <handa@m17n.org>
3803 * international/code-pages.el (cp-make-coding-system):
3804 Set `translation-table-for-input' property value to the symbol
3805 ucs-mule-to-mule-unicode, not to that value.
3806 (pt154): Escape guillemet by `\'.
3808 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3810 * loadup.el: Load tooltip if x-show-tip is fboundp.
3812 * startup.el (command-line): Add comment.
3814 * tooltip.el (tooltip-mode): Specify correct standard value for
3815 Custom in init-value.
3817 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3819 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3822 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3824 * textmodes/org.el (org-agenda-date-prompt): Rename from
3825 `org-agenda-date-today'.
3826 (org-evaluate-time-range): Insert at point instead of directly
3828 (org-first-headline-recenter, org-subtree-end-visible-p)
3829 (org-optimize-window-after-visibility-change): New functions
3830 (org-agenda-post-command-hook): Don't allow point at end of line,
3831 to make sure it always hits the text properties.
3832 (org-agenda-next-date-line, org-agenda-previous-date-line):
3834 (org-set-regexps-and-options): Category may contain white space.
3835 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3836 Improve marker positions.
3837 (org-agenda-new-marker): Argument POS made optional.
3838 (org-agenda-get-timestamps): Deadlines which are done are listed
3839 in org-done-face now.
3840 (org-agenda-get-todos, org-agenda-get-timestamps)
3841 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3842 Set `undone-face' and `done-face' properties.
3843 (org-last-todo-state-is-todo): New variable.
3844 (org-todo): Set `org-last-todo-state-is-todo'.
3845 (org-agenda-todo): Change face according to
3846 `org-last-todo-state-is-todo'. And change other lines refering to
3848 (org-calendar-goto-agenda): New command.
3849 (org-calendar-to-agenda-key): New option.
3850 (org-startup-folded): New allowed value `content'.
3851 (org-set-regexps-and-options): Accept new value `content' for
3852 `org-startup-folded'.
3853 (org-get-current-options): Handle new value `content' for
3854 `org-startup-folded'.
3855 (org-insert-todo-heading): New command.
3856 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3857 interactively in empty file and option
3858 `org-insert-mode-line-in-empty-file' has been set.
3859 (org-agenda-todo,org-agenda-priority): Modify to use
3860 `org-agenda-change-all-lines'.
3861 (org-warning-face): Change color on dark background
3863 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3865 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3866 use preferences AppleLocale and AppleLanguages, and variable
3867 mac-system-locale for default locale. On Mac OS Classic, use
3868 mac-system-coding-system for default coding systems.
3870 * term/mac-win.el: Don't set file-name-coding-system.
3871 Decode variables system-name, emacs-build-system, user-login-name, and
3872 user-full-name by mac-system-coding-system on Mac OS Classic.
3873 (mac-system-coding-system): New variable.
3875 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3877 * startup.el (command-line): Handle `xterm-mouse-mode' before
3880 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3882 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3884 * progmodes/sh-script.el (sh-here-document-word): Make it a
3886 (sh-add): Bash uses $(( )) for arithmetic.
3887 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3888 (sh-maybe-here-document): Remove quotes and leading whitespace
3889 from heredoc word when closing. Indent heredoc with tabs if word
3892 2005-04-13 Richard M. Stallman <rms@gnu.org>
3894 * simple.el (undo): Fix previous change.
3896 * custom.el (defface): Doc fix.
3898 2005-04-13 Lute Kamstra <lute@gnu.org>
3900 * Makefile.in (DONTCOMPILE): Remove list.
3901 (compile, compile-always): Don't use DONTCOMPILE.
3902 (update-authors): Load the library in which batch-update-authors
3904 * makefile.w32-in (DONTCOMPILE): Remove list.
3905 (compile, compile-always): Fix comments.
3906 (update-authors): Load the library in which batch-update-authors
3909 * generic-x.el (generic-mode-ini-file-find-file-hook):
3910 Rename to ini-generic-mode-find-file-hook.
3911 Keep generic-mode-ini-file-find-file-hook as an alias.
3912 (ini-generic-mode-find-file-hook): Rename from
3913 generic-mode-ini-file-find-file-hook. Fix docstring.
3914 (ini-generic-mode): Docstring change.
3915 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3917 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3920 * generic.el: Move to the emacs-lisp subdir.
3922 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3924 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3925 and C-S- function and cursor motion keys.
3927 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3929 * startup.el (command-line): Enable Xterm Mouse mode by default.
3930 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3931 for Custom. No longer show "Mouse" in mode line when enabled.
3934 2005-04-12 Kim F. Storm <storm@cua.dk>
3936 * emulation/cua-base.el (cua-rectangle-face)
3937 (cua-rectangle-noselect-face): Define face attributes here.
3939 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3941 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3943 * startup.el (command-line): Turn off blinking cursor if
3944 cursorBlink in resources is off or false.
3946 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3948 * term/mac-win.el (dnd): Require dnd.
3949 (mac-drag-n-drop): Call dnd-handle-one-url.
3950 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3951 (kTextEncodingISOLatin2): Remove constants.
3952 (mac-script-code-coding-systems): New constant.
3953 (mac-handle-language-change): New function.
3954 (special-event-map): Bind it to `language-change' event.
3955 (mac-centraleurroman, mac-cyrillic): New coding systems.
3956 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3957 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3958 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3959 encode-mac-cyrillic, respectively.
3961 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3963 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3964 Don't set overlay-arrow-string to "=>" as this is done
3967 2005-04-12 Lute Kamstra <lute@gnu.org>
3969 * generic-x.el (rc-generic-mode, rul-generic-mode):
3970 Fix auto-mode-alist entries.
3971 (etc-fstab-generic-mode): Tweak fontification.
3973 * generic.el (generic-make-keywords-list): Fix docstring.
3974 (generic-mode-internal): Simplify generic-font-lock-keywords.
3976 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3978 * whitespace.el (whitespace-buffer-leading)
3979 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3980 However, fix the highlight area for the leading and
3981 trailing whitespaces to show space.
3983 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3985 * whitespace.el (whitespace-version): Bump to 3.5
3987 (whitespace-buffer-leading, whitespace-buffer-trailing):
3988 Invert sense of the test to highlight the whitespace.
3990 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3992 * progmodes/gud.el (gud-display-line): GUD uses its own
3993 overlay arrow now so don't set overlay-arrow-string.
3994 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3996 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3998 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3999 (term-ansi-current-reverse, term-ansi-current-invisible)
4000 (term-ansi-face-already-done): Change to boolean.
4001 (term-reset-terminal, term-handle-colors-array): Handle the above
4003 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4004 (term-emulate-terminal): Use the new name.
4006 * faces.el (secondary-selection): Use yellow1, not yellow.
4007 (trailing-whitespace): Use red1, not red.
4009 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4011 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4012 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4013 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4015 * cus-edit.el (dnd): New group.
4017 * term/w32-win.el (dnd): Require dnd
4018 (w32-drag-n-drop): Call dnd-handle-one-url.
4020 * x-dnd.el: Require dnd.
4021 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4022 Call dnd-handle-one-url.
4023 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4024 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4026 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4027 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4028 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4029 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4031 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4033 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4035 * wdired.el: Doc fixes.
4036 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4037 (wdired-use-dired-vertical-movement): Rename from
4038 wdired-always-move-to-filename-beginning.
4039 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4040 (wdired-change-to-wdired-mode): Change mode name.
4041 (wdired-newline): Delete.
4043 2005-04-11 Richard M. Stallman <rms@gnu.org>
4045 * whitespace.el (whitespace-highlight-the-space):
4046 Don't call whitespace-unhighlight-the-space here.
4048 * simple.el (undo): Record t in undo-equiv-table
4049 for the redo record made by an undo-in-region.
4051 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4053 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4054 (gdb-frame-inferior-io-buffer): New Functions to control
4055 display of separate IO buffer.
4056 (menu): Add them to menu-bar.
4057 (gdb-display-buffer): Check for buffer another frame.
4059 (gdb-setup-windows): Create IO buffer if not already there.
4060 (gdb-memory-mode): Remove purecopy noops.
4062 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4064 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4065 and pass to self-insert-command.
4067 2005-04-11 Lute Kamstra <lute@gnu.org>
4069 * generic.el: Commentary section cleanup.
4071 (generic-use-find-file-hook, generic-lines-to-scan)
4072 (generic-find-file-regexp, generic-ignore-files-regexp)
4073 (default-generic-mode, generic-mode-find-file-hook)
4074 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4075 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4076 (generic-use-find-file-hook, generic-lines-to-scan)
4077 (generic-find-file-regexp, generic-ignore-files-regexp)
4078 (default-generic-mode, generic-mode-find-file-hook)
4079 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4081 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4083 * bookmark.el (bookmark-write-file): Catch errors writing file.
4084 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4086 2005-04-10 Richard M. Stallman <rms@gnu.org>
4088 * startup.el (fancy-splash-tail): Update copyright year.
4089 (command-line): Split part of -Q into -D.
4090 (emacs-basic-display): New defvar.
4091 (fancy-splash-text): Correct name of menu item.
4093 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4095 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4098 * comint.el (comint-send-input): New arg ARTIFICIAL.
4099 Callers in this file changed.
4101 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4103 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4105 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4107 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4108 `ldap-search-internal'.
4110 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4112 * files.el (set-auto-mode-1): Use line-end-position.
4114 * international/latin-1.el:
4115 * international/latin-2.el:
4116 * international/latin-3.el:
4117 * international/latin-4.el:
4118 * international/latin-5.el:
4119 * international/latin-8.el:
4120 * international/latin-9.el: Give punctuation syntax to NBSP.
4122 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4123 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4124 Use char-classes to accept non-ascii letters, accepted in some recent
4125 bibtex implementations.
4127 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4129 * custom.el (custom-set-minor-mode): Any non-nil value for the
4130 variable should enable the mode when set through Custom.
4132 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4134 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4135 TAB binding so tab-always-indent is obeyed.
4136 (vhdl-minibuffer-local-map): Move initialization into declaration.
4137 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4138 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4139 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4140 (vhdl-current-line): Use line-beginning-position.
4141 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4142 with-output-to-temp-buffer, so the current position can be recorded.
4144 2005-04-10 Masatake YAMATO <jet@gyve.org>
4146 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4147 Add regexp for gcov.
4149 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4151 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4152 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4153 syntax which Emacs 20 doesn't support.
4155 2005-04-09 Richard M. Stallman <rms@gnu.org>
4157 * help.el (describe-key-briefly, describe-key):
4158 Replace strings as event types with "(any string)".
4160 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4162 * arc-mode.el (archive-mode-map): Move initialization into
4163 the declaration. Override *all* bindings of `undo'.
4164 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4166 2005-04-09 Jay Belanger <belanger@truman.edu>
4168 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4170 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4172 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4173 (xterm-register-default-colors): Update color values computation
4176 2005-04-09 Kenichi Handa <handa@m17n.org>
4178 * international/code-pages.el (iso-latin-7): Fix the map.
4180 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4182 * emacs-lisp/lisp.el (defun-prompt-regexp)
4183 (parens-require-spaces, buffer-end, end-of-defun)
4184 (insert-parentheses): Doc fixes.
4186 2005-04-08 Kim F. Storm <storm@cua.dk>
4188 * comint.el (comint-highlight-prompt): Fix face spec.
4189 * hi-lock.el (hi-green): Likewise.
4191 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4193 * cus-edit.el (custom-modified-face):
4194 * comint.el (comint-highlight-input): Fix previous changes.
4195 * term.el (term-handle-ansi-escape): Add a comment.
4197 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4199 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4200 in the buffer and in whitespace-highlighted-space.
4201 (whitespace-unhighlight-the-space): Simplify.
4202 (whitespace-buffer): Simplify.
4204 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4206 * textmodes/table.el (table-cell-face): Add special case for
4207 displays supporting a high number of colors.
4208 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4209 (vhdl-font-lock-reserved-words-face)
4210 (vhdl-speedbar-architecture-face)
4211 (vhdl-speedbar-instantiation-face)
4212 (vhdl-speedbar-architecture-selected-face)
4213 (vhdl-speedbar-instantiation-selected-face): Likewise.
4214 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4215 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4216 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4217 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4218 (ebrowse-progress-face): Likewise.
4219 * progmodes/compile.el (compilation-info-face): Likewise.
4220 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4221 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4222 * calendar/calendar.el (diary-face): Likewise.
4223 * woman.el (woman-italic-face, woman-bold-face)
4224 (woman-unknown-face): Likewise.
4225 * wid-edit.el (widget-button-pressed-face): Likewise.
4226 * whitespace.el (whitespace-highlight-face): Likewise.
4227 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4228 * pcvs-info.el (cvs-marked-face): Likewise.
4229 * info.el (info-xref): Likewise.
4230 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4231 * hilit-chg.el (highlight-changes-face)
4232 (highlight-changes-delete-face): Likewise.
4233 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4234 (hi-red-b): Likewise.
4235 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4236 * font-lock.el (font-lock-keyword-face)
4237 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4238 * cus-edit.el (custom-invalid-face, custom-modified-face)
4239 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4240 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4241 * comint.el (comint-highlight-prompt): Likewise.
4243 2005-04-08 Lute Kamstra <lute@gnu.org>
4245 * font-lock.el (font-lock-keywords): Docstring fixes.
4247 2005-04-08 Kenichi Handa <handa@m17n.org>
4249 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4250 chars are more than a limit, print " and more..." at the tail.
4252 2005-04-08 Kim F. Storm <storm@cua.dk>
4254 * emacs-lisp/authors.el (authors-aliases): Update list.
4255 (authors-ignored-files): New list.
4256 (authors-fixed-entries): Fix typo.
4257 (authors-renamed-files-alist): Update list.
4258 (authors-add): Check authors-ignored-files.
4260 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4262 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4263 optional, to ensure backward compatibility.
4265 2005-04-08 Stephen Eglen <stephen@gnu.org>
4267 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4269 2005-04-08 Kim F. Storm <storm@cua.dk>
4271 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4273 * mouse.el (mouse-on-link-p): Doc fix.
4275 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4277 * ielm.el (ielm-prompt-read-only): Doc fix.
4279 * comint.el (comint-prompt-read-only): Doc fix.
4281 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4283 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4284 ensure dired always handles wildcards passed to ffap.
4285 (find-file-at-point): Use it.
4286 (ffap-dired-wildcards): Doc fix.
4288 2005-04-07 Juri Linkov <juri@jurta.org>
4290 * simple.el (next-error-overlay-arrow-position): New defvar.
4291 Put "=>" on its property `overlay-arrow-string'. Add it to
4292 `overlay-arrow-variable-list'.
4294 * progmodes/compile.el (compilation-setup):
4295 Set `next-error-overlay-arrow-position' to nil. Also set it to
4296 nil in the local hook `kill-buffer-hook'. Make local variable
4297 `overlay-arrow-string' and set it to "=>".
4298 (compilation-goto-locus): Set BOL position to
4299 `next-error-overlay-arrow-position' instead of
4300 `overlay-arrow-position'.
4302 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4303 locally instead of adding it to the global hook.
4304 (Info-kill-buffer): Move up.
4306 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4308 * term/xterm.el (xterm-standard-colors): Update color values from
4311 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4313 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4316 * lazy-lock.el: Move them to the obsolete subdir.
4318 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4320 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4321 (wdired-add-replace-advice): Remove.
4322 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4324 2005-04-06 Kim F. Storm <storm@cua.dk>
4326 * startup.el (command-line): Add --bare-bones alias for -Q.
4328 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4330 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4331 create the startup fontset if a font specification ends with
4334 2005-04-06 Lute Kamstra <lute@gnu.org>
4336 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4339 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4340 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4342 2005-04-05 Lute Kamstra <lute@gnu.org>
4344 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4345 (define-generic-mode): Ditto. Fix debug declaration.
4347 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4348 Put them in the generic-x group.
4350 * calendar/timeclock.el (timeclock): Doc fix.
4352 * generic.el (define-generic-mode): Don't use custom-current-group.
4353 Document default :group value.
4354 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4355 (define-global-minor-mode): Don't use custom-current-group.
4357 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4359 * startup.el (command-line-1): Display startup-echo-area-message
4360 when fancy splash screen is in use.
4362 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4363 (sh-escaped-newline): New face.
4364 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4365 newline, and use sh-escaped-newline face.
4367 * progmodes/tcl.el (tcl-escaped-newline): New face.
4368 (tcl-builtin-list): New variable.
4369 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4370 newlines. Fix keywords subexpression number.
4372 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4374 * textmodes/org.el (org-diary-default-entry): Fix call to
4375 `add-to-diary-entry'.
4377 2005-04-05 Kim F. Storm <storm@cua.dk>
4379 * ediff-init.el: Use (featurep 'xemacs).
4381 2005-04-05 David Ponce <david@dponce.com>
4383 * cus-edit.el (face): Derive from symbol widget. Display sample
4384 of the current face on the fly.
4385 (widget-face-sample-face-get, widget-face-notify): New functions.
4386 (widget-face-value-create): Remove.
4388 * wid-edit.el (widget-field-end): Temporarily remove field
4389 narrowing before to call `get-char-property'.
4391 2005-04-04 Jay Belanger <belanger@truman.edu>
4393 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4394 (math-read-subscripts): New variable.
4395 (math-read-preprocess-string): Process subscripts.
4397 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4399 * comint.el (comint-prompt-read-only): Doc fix.
4401 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4404 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4406 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4407 Change default value to nil.
4409 2005-04-04 Lute Kamstra <lute@gnu.org>
4411 * autorevert.el (auto-revert-mode): Specify :group.
4412 * battery.el (display-battery-mode): Specify :group.
4413 * diff-mode.el (diff-minor-mode): Specify :group.
4414 * font-core.el (font-lock-mode): Specify :group.
4415 * hl-line.el (hl-line-mode): Specify :group.
4416 * iimage.el (iimage): New customization group.
4417 (iimage-mode): Specify :group.
4418 * longlines.el (longlines-mode): Specify :group.
4419 * master.el: Don't require easy-mmode.
4420 (master): New customization group.
4421 (master-mode): Specify :group.
4422 * msb.el (msb-mode): Specify :group.
4423 * reveal.el (reveal-mode): Specify :group.
4424 * simple.el (next-error-follow-minor-mode): Specify :group.
4425 * smerge-mode.el (smerge-mode): Specify :group.
4426 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4427 * emulation/cua-base.el (cua-mode): Specify :group.
4428 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4429 * language/thai-util.el (thai-auto-composition-mode)
4430 (thai-word-mode): Specify :group.
4431 * mail/supercite.el (sc-minor-mode): Specify :group.
4432 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4433 * progmodes/flymake.el (flymake-mode): Specify :group.
4434 * progmodes/glasses.el (glasses-mode): Specify :group.
4435 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4436 * textmodes/enriched.el (enriched-mode): Specify :group.
4437 * textmodes/refill.el (refill-mode): Specify :group.
4439 * add-log.el (change-log-font-lock-keywords): Names in
4440 parenthesized lists can contain spaces.
4442 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4444 * startup.el (fancy-splash-text): Shorten default text of
4445 "Emacs Tutorial" line. Also, if the current language env
4446 indicates an available tutorial file other than TUTORIAL,
4447 extract its title and append it to the line in parentheses.
4448 (fancy-splash-insert): If arg is a thunk, funcall it.
4450 2005-04-04 Jay Belanger <belanger@truman.edu>
4452 * calc.el (calc-language-alist): Add tags to customization type.
4454 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4456 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4459 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4461 * add-log.el (change-log-font-lock-keywords): The manual
4462 describing a Change Log entry, says: (...) "Aside from these
4463 header lines, every line in the change log starts with a space or
4464 a tab.". The font-lock was not highlighting lines started with
4465 spaces, added support for it.
4467 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4469 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4470 (bibtex-generate-url-list): Update docstring accordingly. Put the
4471 complex example in the docstring.
4472 (bibtex-font-lock-url): Use pop.
4474 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4476 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4478 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4480 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4482 * filesets.el (filesets-set-default): Doc fix.
4484 2005-04-03 Lute Kamstra <lute@gnu.org>
4486 * generic.el (define-generic-mode): Add argument to specify
4487 keywords for defcustom.
4488 (default-generic-mode): Specify :group.
4490 * generic-x.el: Specify :group for all generic modes.
4492 * desktop.el (desktop-no-desktop-file-hook)
4493 (desktop-after-read-hook): Doc fix.
4495 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4497 * simple.el (visible-mode): Use explicit :group keyword.
4498 This changes the group of `visible-mode-hook' from paren-blinking
4501 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4503 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4504 mailbox specifications as well as URLs.
4505 (rmail-insert-inbox-text): Remove unused conditional branches.
4507 2005-04-01 Jay Belanger <belanger@truman.edu>
4509 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4510 (calc-gnuplot-print-command): Move definitions to calc.el.
4512 * calc/calc-embed.el (calc-embedded-announce-formula)
4513 (calc-embedded-open-formula, calc-embedded-close-formula)
4514 (calc-embedded-open-word, calc-embedded-close-word)
4515 (calc-embedded-open-plain, calc-embedded-close-plain)
4516 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4517 (calc-embedded-open-mode, calc-embedded-close-mode):
4518 Move definitions to calc.el.
4520 * calc/calc.el (calc-settings-file, calc-language-alist):
4522 (calc-embedded-announce-formula, calc-embedded-open-formula)
4523 (calc-embedded-close-formula, calc-embedded-open-word)
4524 (calc-embedded-close-word, calc-embedded-open-plain)
4525 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4526 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4527 (calc-embedded-close-mode, calc-gnuplot-name)
4528 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4529 from other files and make customizable.
4531 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4533 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4535 (cvs-mode-run): Don't call cvs-update-header here.
4536 (cvs-run-process): Call cvs-update-header.
4537 Use process properties for cvs-postprocess and cvs-buffer so that
4538 the sentinel can behave better if the temp buffer is killed.
4539 Use a pipe rather than a tty, to better handle unexpected prompts.
4540 (cvs-sentinel): Rewrite. Call cvs-update-header.
4542 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4544 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4545 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4547 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4549 * generic.el (define-generic-mode): Add indentation rule.
4551 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4553 * files.el (mode-require-final-newline): Make Custom correctly
4554 report a nil value and allow to set it to nil via Custom.
4557 2005-04-01 Kenichi Handa <handa@m17n.org>
4559 * international/characters.el: Enable the correct case setting for
4560 dotless-i and dotted-I.
4562 2005-04-01 Kim F. Storm <storm@cua.dk>
4564 * ido.el (ido-file-internal): Fall back to non-ido command if
4565 initial directory is on slow ftp (or tramp) host.
4567 2005-03-31 Richard M. Stallman <rms@gnu.org>
4569 * emacs-lisp/autoload.el (make-autoload):
4570 Handle define-global-minor-mode.
4572 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4573 Rename from easy-mmode-define-global-mode.
4574 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4576 * progmodes/scheme.el (scheme-mode-syntax-table):
4577 Update syntax of | and # for two-character comment syntax.
4579 2005-03-31 Lute Kamstra <lute@gnu.org>
4581 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4582 (define-minor-mode): Call custom-current-group at load-time.
4584 * generic.el (define-generic-mode): Add debug declaration.
4585 Add defcustom for the mode hook.
4586 (generic-mode-internal): Use run-mode-hooks.
4588 2005-03-31 Kim F. Storm <storm@cua.dk>
4590 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4591 (mouse-fixup-help-message): New defun called by show_help_echo
4592 to fixup mouse-2 prefix in help messages when applicable.
4594 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4596 2005-03-31 Kenichi Handa <handa@m17n.org>
4598 * language/thai-word.el (thai-find-word-ends): Pay attention to
4599 the case that we reach the end of buffer.
4601 * textmodes/fill.el (fill-text-properties-at): New function.
4602 (fill-newline): Use fill-text-properties-at instead of
4605 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4607 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4608 not comint-quote-filename.
4610 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4612 * help-fns.el (help-with-tutorial): Revert last change.
4614 2005-03-31 Kim F. Storm <storm@cua.dk>
4616 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4618 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4620 * calendar/cal-china.el: Update reference to "Calendrical
4621 Calculations" book; there's a new edition.
4622 * calendar/cal-coptic.el: Likewise.
4623 * calendar/cal-french.el: Likewise.
4624 * calendar/cal-hebrew.el: Likewise.
4625 * calendar/cal-islam.el: Likewise.
4626 * calendar/cal-iso.el: Likewise.
4627 * calendar/cal-julian.el: Likewise.
4628 * calendar/cal-mayan.el: Likewise.
4629 * calendar/cal-persia.el: Likewise.
4630 * calendar/calendar.el: Likewise.
4631 * calendar/holidays.el: Likewise.
4632 * calendar/lunar.el: Likewise.
4633 * calendar/solar.el: Likewise.
4635 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4636 white space from doc string.
4638 2005-03-30 Jay Belanger <belanger@truman.edu>
4640 * calc/calc-help.el (calc-full-help): Remove email address.
4642 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4644 * help-fns.el (help-with-tutorial): Delete title line.
4646 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4648 * calendar/cal-x.el (calendar-one-frame-setup)
4649 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4650 rather than 'symbol for set-window-dedicated-p.
4652 * calendar/appt.el (appt-buffer-name): Make it a constant.
4653 (appt-add): Doc fix.
4655 * filesets.el (filesets-menu-path, filesets-menu-before)
4656 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4657 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4658 (filesets-add-submenu): Delete and use add-submenu instead.
4660 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4662 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4663 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4664 (org-diary-default-entry): New function.
4665 (org-get-entries-from-diary): Better parsing of diary entries.
4666 (org-agenda-check-no-diary): New function.
4667 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4668 linking to diary entries.
4669 (org-agenda-execute-calendar-command): New function.
4670 (org-agenda): Improve visible section in window.
4671 Use `org-fit-agenda-window'.
4672 (org-fit-agenda-window): New option.
4673 (org-move-subtree-down): Better handling of empty lines
4675 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4677 (org-fontify-done-headline): New option.
4678 (org-headline-done-face): New face.
4679 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4680 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4681 When current field is non-empty, it is copied to next row.
4682 (org-table-copy-from-above): Fix bug which made it
4683 impossible to copy fields containing only a single non-white character.
4685 2005-03-30 Kim F. Storm <storm@cua.dk>
4687 * kmacro.el (kmacro-end-macro): Isearch may store this command
4688 into the macro -- so ignore it when executing keyboard macro.
4690 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4692 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4694 2005-03-29 Kenichi Handa <handa@m17n.org>
4696 * language/thai.el ("Thai"): Set setup-function and exit-function
4697 for Thai language environment.
4699 * language/thai-util.el: Require thai-word.
4700 (thai-word-mode-map): New variable.
4701 (thai-word-mode): New minor mode.
4702 (setup-thai-language-environment-internal): New function.
4703 (exit-thai-language-environment-internal): New function.
4705 * language/thai-word.el (thai-word-table): Declare it by defvar,
4706 use dolist to initialize it.
4707 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4708 (thai-fill-find-break-point): New functions.
4710 2005-03-29 Richard M. Stallman <rms@gnu.org>
4712 * simple.el (idle-update-delay): Move definition up.
4713 (set-mark): Doc fix.
4715 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4717 * longlines.el: New file.
4719 * simple.el (buffer-substring-filters): New variable.
4720 (filter-buffer-substring): New function.
4721 (kill-region, copy-region-as-kill): Use it.
4723 * register.el (copy-to-register, append-to-register)
4724 (prepend-to-register): Use filter-buffer-substring.
4726 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4728 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4729 (gud-filter-pending-text): Move in front of gdb.
4730 (gud-overlay-arrow-position): New variable.
4731 (gud-sentinel, gud-display-line): Use it in place of
4732 overlay-arrow-position.
4734 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4736 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4737 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4738 (fortran-font-lock-keywords-4): New variable.
4739 (fortran-blocks-re, fortran-end-block-re)
4740 (fortran-start-block-re): New constants, for hideshow.
4741 (hs-special-modes-alist): Add a Fortran entry.
4742 (fortran-mode-map): Bind fortran-end-of-block,
4743 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4744 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4745 (fortran-looking-at-if-then, fortran-end-of-block)
4746 (fortran-beginning-of-block): New functions, for hideshow.
4748 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4749 Doc fix. Tweak regexp.
4750 (f90-beginning-of-block): Push mark first.
4752 2005-03-29 Jay Belanger <belanger@truman.edu>
4754 * calc/calc.el: Update copyright date.
4755 (calc-version): Increase to 2.1.
4756 (calc-version-date): Remove.
4758 * calc/calc-help.el: Update copyright date.
4759 (calc-full-help): Remove reference to calc-version-date.
4760 Update copyright date.
4762 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4764 * vc.el (vc-do-command): Use a pipe for async processes, so password
4765 prompts don't show up at places where the user can't reply.
4767 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4769 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4770 on the file name we pass to the inferior shell.
4772 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4774 * progmodes/which-func.el (which-function): Be robust in the face of an
4775 imenu--make-index-alist failure.
4777 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4779 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4781 * progmodes/python.el (python-preoutput-filter): Fix last change.
4783 2005-03-29 Lute Kamstra <lute@gnu.org>
4785 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4786 functions and compiled macros.
4787 (debug-convert-byte-code): Handle macros too.
4788 (debug-on-entry-1): Don't signal an error when trying to clear a
4789 function that is not set to debug on entry.
4791 2005-03-29 Jay Belanger <belanger@truman.edu>
4793 * calc/calc-lang.el: Add functions to math-function-table
4794 properties of tex and math.
4796 2005-03-29 Kenichi Handa <handa@m17n.org>
4798 * ps-mule.el (ps-mule-plot-string): Translate characters by
4799 ps-print-translation-table.
4800 (ps-mule-begin-job): Call find-charset-region/string with
4801 ps-print-translation-table.
4802 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4804 * ps-print.el (ps-print-translation-table): New variable.
4805 (ps-plot-region): Translate characters by ps-print-translation-table.
4807 2005-03-29 Juri Linkov <juri@jurta.org>
4809 * simple.el (next-error-highlight-timer): New variable.
4811 * progmodes/compile.el (compilation-goto-locus):
4812 Use `next-error-highlight-timer' instead of `sit-for'.
4814 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4816 * mail/supercite.el (sc-mail-field): Use assoc-string.
4817 (sc-get-address): Simplify regexps.
4819 * files.el (minibuffer-with-setup-hook): New macro.
4820 (find-file-read-args): Use it to avoid let-binding
4821 minibuffer-with-setup-hook (which breaks turning on/off
4822 file-name-shadow-mode while in the prompt).
4824 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4826 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4828 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4830 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4832 * window.el (window-buffer-height): Use count-screen-lines.
4834 * progmodes/python.el (python-preoutput-leftover): New var.
4835 (python-preoutput-filter): Use it.
4836 (python-send-receive): Loop until all the result has been received.
4838 2005-03-28 Juri Linkov <juri@jurta.org>
4840 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4842 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4843 "Recover Crashed Session".
4844 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4845 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4846 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4847 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4848 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4849 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4850 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4851 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4853 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4854 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4855 Ediff Sessions", "Toggle use of separate control buffer frame",
4856 "Use separate frame for Ediff control buffer".
4858 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4859 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4860 "Rename Bookmark", "Delete Bookmark".
4862 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4863 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4864 Add `:active Info-index-alternatives' to "Next Matching Item".
4866 * wdired.el (wdired-change-to-wdired-mode):
4867 Mention `wdired-abort-changes' key in the initial message.
4869 * international/mule.el (auto-coding-alist): Associate non-ascii
4870 image filename extensions with `no-conversion'.
4872 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4874 * international/iso-acc.el:
4875 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4877 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4879 * textmodes/sgml-mode.el (html-mode): Doc update.
4881 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4883 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4885 * term.el (term-move-columns): Fix face after extending a line.
4886 (term-insert-spaces): Likewise.
4887 (term-reset-terminal): Fix off by one error.
4889 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4891 * international/mule.el (auto-coding-alist): Add .xpi files.
4893 * files.el (auto-mode-alist): Add .xpi files.
4895 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4897 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4899 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4901 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4903 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4905 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4906 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4908 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4909 cursor to Jan 1 when needed.
4910 (calendar-end-of-year): Fix -/+ typo.
4911 Reported by Chong Yidong <cyd@stupidchicken.com>.
4913 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4915 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4917 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4918 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4920 2005-03-25 Richard M. Stallman <rms@gnu.org>
4922 * filesets.el (filesets-init): Add autoload.
4924 * mail/mailalias.el (mail-directory): Doc fix.
4926 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4928 * mail/mailalias.el (mail-directory-process): Do nothing if
4929 mail-directory-process is an atom.
4930 (mail-get-names): Ignore mail-directory-names if it is an atom.
4931 (mail-directory-process defvar): Doc fix.
4932 (mail-names): Doc fix.
4934 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4936 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4938 2005-03-26 Kenichi Handa <handa@m17n.org>
4940 * international/mule-util.el (detect-coding-with-priority):
4941 Call update-coding-systems-internal before detect-coding-region.
4943 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4945 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4946 (gdb-frames-mode-map): Add follow-link property.
4948 2005-03-25 Jay Belanger <belanger@truman.edu>
4950 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4953 2005-03-25 Juri Linkov <juri@jurta.org>
4955 * image-mode.el: Optimize image filename extension regexps in
4956 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4957 in `auto-mode-alist'.
4958 (image-mode): Add `image-toggle-display-text' to local hook
4959 `change-major-mode-hook'. Display the image as an image by
4960 default. Set `cursor-type' and `truncate-lines' if the image
4961 is already displayed. Take into account the current mode (image
4962 or text) in message.
4963 (image-minor-mode): New minor mode.
4964 (image-mode-maybe, image-toggle-display-text): New functions.
4965 (image-toggle-display): Use called-interactively-p.
4966 Let-bind `inhibit-read-only' to t.
4968 * image-mode.el (image-minor-mode): Set `cursor-type' and
4969 `truncate-lines' if the image is already displayed. Add turning
4970 image-minor-mode off to `change-major-mode-hook'. Add message.
4971 Call `image-toggle-display-text' after turning image-minor-mode off.
4973 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4975 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4976 Terminal.app, use utf-8.
4977 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4978 (set-locale-environment): Use it.
4980 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4982 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4984 * progmodes/python.el (python-close-block-statement-p)
4985 (python-outdent-p, python-current-defun): Use symbol-end.
4987 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4989 * files.el (save-some-buffers): Doc fix.
4991 2005-03-25 Werner Lemberg <wl@gnu.org>
4993 * complete.el, thumbs.el: Replace `legal' with `valid'.
4994 * calendar/calendar.el: Replace `legal' with `valid'.
4995 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4996 * mail/supercite.el: Replace `legal' with `valid'.
4997 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4998 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4999 Replace `legal' with `valid'.
5000 * textmodes/reftex-vars.el, textmodes/reftex.el:
5001 Replace `legal' with `valid'.
5003 2005-03-25 Werner Lemberg <wl@gnu.org>
5005 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5006 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5007 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5008 * emulation/vip.el: Replace `illegal' with `invalid'.
5009 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5010 * mail/supercite.el: Replace `illegal' with `invalid'.
5011 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5012 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5013 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5014 * progmodes/sh-script.el, progmodes/xscheme.el:
5015 Replace `illegal' with `invalid'.
5016 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5017 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5018 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5019 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5021 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5023 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5024 (flymake-find-buildfile, flymake-find-possible-master-files)
5025 (flymake-check-include, flymake-parse-line): Replace loops over the
5026 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
5028 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5029 Substitute file-name-as-directory in the rest of the file.
5030 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5031 (flymake-replace-region): Remove unused arg `buffer'.
5032 (flymake-check-patch-master-file-buffer): Update calls to it.
5033 (flymake-add-err-info): Remove unused var `count'.
5034 (flymake-mode): Use define-minor-mode.
5036 * progmodes/flymake.el: Use with-current-buffer.
5037 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5038 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5039 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5040 Avoid testing for `xemacs'.
5041 (flymake-nop): Move.
5042 (flymake-region-has-flymake-overlays): Return the computed value.
5043 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5044 Remove unused var `endline'.
5045 (flymake-get-line-count): Remove unused function.
5046 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5050 * hilit-chg.el (global-highlight-changes):
5051 * hi-lock.el (hi-lock-mode):
5052 * follow.el: find-file-hooks -> find-file-hook.
5054 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5056 2005-03-24 Juri Linkov <juri@jurta.org>
5058 * dired.el (dired-mode-map): Add menu item "Compare directories"
5059 for dired-compare-directories.
5061 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5062 Doc fix. Replace `read-file-name' with `read-directory-name'.
5064 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5066 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5068 2005-03-24 Jay Belanger <belanger@truman.edu>
5070 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5071 relevant mode settings in calc-embedded-original-modes when modes
5072 are permanently changed.
5074 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5076 * autoinsert.el: find-file-hooks -> find-file-hook.
5078 2005-03-24 Lute Kamstra <lute@gnu.org>
5080 * generic.el (generic-font-lock-defaults): Make it obsolete.
5081 (generic-font-lock-keywords): New variable to replace
5082 generic-font-lock-defaults.
5083 (generic-mode-set-font-lock): Delete it.
5084 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5085 (generic-bracket-support): Add docstring.
5087 * generic-x.el: Rename generic-font-lock-defaults to
5088 generic-font-lock-keywords throughout.
5089 (mailagent-rules-setup-function): Delete it.
5090 (mailagent-rules-generic-mode): Use anonymous function instead.
5091 (show-tabs-generic-mode-font-lock-defaults-1)
5092 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5094 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5097 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5098 Recognize define-generic-mode.
5100 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5102 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5103 if there's no completion table.
5105 2005-03-23 Miles Bader <miles@gnu.org>
5107 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5108 Remove tty-specific variants, as they're no longer needed.
5110 2005-03-23 Lute Kamstra <lute@gnu.org>
5112 * generic-x.el: Code cleanup: make args constant whenever possible.
5113 (installshield-statement-keyword-list)
5114 (installshield-system-functions-list)
5115 (installshield-system-variables-list, installshield-types-list)
5116 (installshield-funarg-constants-list): Make them constants.
5118 * generic.el (generic-make-keywords-list): Add autoload cookie.
5120 * calendar/time-date.el: Add comment on time value formats.
5121 Don't require parse-time.
5122 (with-decoded-time-value): New macro.
5123 (encode-time-value): New function.
5124 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5125 (days-to-time): Return a valid time value when arg is huge.
5126 (time-since): Use time-subtract.
5127 (time-to-number-of-days): Use time-to-seconds.
5129 2005-03-23 David Ponce <david@dponce.com>
5131 * recentf.el: (recentf-keep): New option.
5132 (recentf-menu-action): Default to `find-file'.
5133 (recentf-keep-non-readable-files-flag)
5134 (recentf-keep-non-readable-files-p)
5135 (recentf-file-readable-p, recentf-find-file)
5136 (recentf-cleanup-remote): Remove.
5137 (recentf-include-p): More robust.
5138 (recentf-keep-p): New function.
5139 (recentf-remove-if-non-kept): Rename from
5140 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5141 All callers updated.
5142 (recentf-menu-items-for-commands): Fix help string.
5143 (recentf-track-closed-file): Update. Doc fix.
5144 (recentf-cleanup): Update. Count removed files. Doc fix.
5146 2005-03-23 Kim F. Storm <storm@cua.dk>
5148 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5149 Don't inherit from fringe face (now happens automatically).
5151 2005-03-22 Kim F. Storm <storm@cua.dk>
5153 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5156 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5158 * menu-bar.el (showhide-date-time): Remove.
5159 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5160 (menu-bar-make-mm-toggle): Simplify.
5162 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5164 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5165 Accept qualified variable and function names.
5167 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5169 * bindings.el (completion-ignored-extensions):
5170 Remove ".lis" for `vax-vms'.
5172 2005-03-22 Andreas Schwab <schwab@suse.de>
5174 * generic-x.el: Revert last change.
5175 * ldefs-boot.el: Update.
5177 2005-03-22 Jay Belanger <belanger@truman.edu>
5179 * calc/calc-embed (calc-embedded-original-modes): New variable.
5180 (calc-embedded-save-original-modes)
5181 (calc-embedded-restore-original-modes): New functions.
5182 (calc-do-embedded): Save original modes when entering embedded mode
5183 and restore when leaving embedded mode.
5184 (calc-embedded-modes-change): Change the value of
5185 calc-embedded-original-modes to reflect permanent changes.
5187 2005-03-22 Lute Kamstra <lute@gnu.org>
5189 * generic-x.el: Require generic again.
5191 2005-03-22 Miles Bader <miles@gnu.org>
5193 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5194 Tweak details to look good on both ttys and bitmap displays, light
5195 or dark background, etc.
5197 2005-03-21 Kim F. Storm <storm@cua.dk>
5199 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5202 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5204 * icomplete.el: Don't forcibly turn on the mode upon load.
5205 (icomplete-mode): Use define-minor-mode.
5206 (icomplete-eoinput): Default to nil.
5207 (icomplete-minibuffer-setup): Remove autoload.
5208 (icomplete-tidy): Simplify.
5209 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5210 in the initial state or if the user has modified the field.
5211 Fix handling of icomplete-max-delay-chars.
5212 Remove code that handles the oddball case where
5213 minibuffer-completion-table is an integer.
5214 Wrap icomplete-completions in while-no-input in case building
5215 completions takes more time than expected.
5216 (icomplete-completions): Simplify.
5218 2005-03-21 Richard M. Stallman <rms@gnu.org>
5220 * jka-compr.el (jka-compr-really-do-compress):
5221 Make variable buffer-local.
5223 * image-mode.el: Handle .xpm files too.
5224 (image-toggle-display): Preserve modification flag.
5226 * help.el (where-is): Don't mention aliases with no key bindings.
5228 2005-03-21 Lute Kamstra <lute@gnu.org>
5230 * generic.el: Fix commentary section. Don't require cl for compilation.
5231 (generic-mode-list): Add autoload cookie.
5232 (generic-use-find-file-hook, generic-lines-to-scan)
5233 (generic-find-file-regexp, generic-ignore-files-regexp)
5234 (generic-mode, generic-mode-find-file-hook)
5235 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5236 (define-generic-mode): Make it a defmacro. Fix docstring.
5237 (generic-mode-internal): Code cleanup. Add autoload cookie.
5238 (generic-mode-set-comments): Code cleanup.
5239 * generic-x.el: Don't prevent compilation. Don't require generic.
5240 Follow coding conventions. Minor code cleanup.
5241 (etc-fstab-generic-mode): Add some keywords.
5242 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5243 define-generic-mode like a function declaration.
5245 2005-03-21 Jay Belanger <belanger@truman.edu>
5247 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5250 2005-03-21 Sam Steingold <sds@gnu.org>
5252 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5254 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5256 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5257 Add underscore to "f$ lexicals" regexp.
5259 2005-03-20 Juri Linkov <juri@jurta.org>
5261 * subr.el (progress-reporter-do-update): When `min-value' is equal
5262 to `max-value', set `percentage' to 0 and prevent division by zero.
5264 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5266 Sync with Tramp 2.0.48.
5268 * tramp.el (all): Change all addresses to .gnu.org.
5269 (tramp-append-tramp-buffers): New defun.
5270 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5271 Catch `dont-send' signal.
5272 (tramp-set-auto-save-file-modes): Set always permissions, because
5273 there might be an old auto-saved file belonging to another
5274 original file. This could be a security threat. Reported by
5275 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5276 Check for Emacs 21.3.50 removed.
5278 * tramp-smb.el (all): Remove debug construct for
5279 `with-parsed-tramp-file-name'.
5280 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5281 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5282 No error message if DIRECTORY or FILENAME doesn't exist.
5283 (tramp-smb-open-connection): Check existence of
5284 `tramp-smb-program'.
5286 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5288 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5289 Properly handle the case where the `m' or `s' command's argument is not
5291 (perl-indent-new-calculate): New function.
5292 (perl-indent-line): Use it.
5294 2005-03-20 Miles Bader <miles@gnu.org>
5296 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5297 in text-mode too. Change to new face names.
5298 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5299 Add `:weight bold' attribute.
5300 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5302 2005-03-19 Juri Linkov <juri@jurta.org>
5304 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5306 * international/mule.el (auto-coding-alist): Sync with
5307 `auto-mode-alist' by adding upper case archive file extensions
5308 and adding ear/war to jar extension.
5310 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5312 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5313 running, restart it.
5315 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5317 * finder.el (finder-current-item): Throw an error on an empty line.
5319 * man.el (Man-follow-manual-reference): If current-word returns
5322 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5324 * simple.el (goto-line): Doc fix.
5326 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5328 * files.el (save-buffer): Doc fix.
5330 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5332 * recentf.el (recentf-cleanup-remote): New variable.
5333 (recentf-cleanup): Use it to conditionally check availablity of
5336 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5338 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5341 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5343 * language/thai-word.el: New file.
5345 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5347 * files.el (backup-buffer): If the file's directory is not
5348 writable, use copy instead of move to backup the file.
5350 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5352 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5354 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5356 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5357 Use functionp instead of symbolp and fboundp. Reported by Drkm
5358 <darkman_spam@yahoo.fr>.
5359 (ps-print-version): New version 6.6.6.
5361 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5363 * textmodes/table.el (table--line-column-position): New idiom.
5364 (table--row-column-insertion-point-p): New function to test
5365 validity of row and column insertion operation at a location.
5366 (table-global-menu, table-cell-menu): Use above functions for
5367 deterministic test operation.
5368 (table--editable-cell-p): Behave in deterministic fashion.
5370 2005-03-18 Juri Linkov <juri@jurta.org>
5372 * isearch.el (isearch-lazy-highlight-new-loop):
5373 Make arguments beg and end optional.
5374 (isearch-update): Remove optional arguments nil from
5375 isearch-lazy-highlight-new-loop.
5376 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5377 isearch-lazy-highlight-case-fold-search instead of
5378 isearch-case-fold-search, and let-bind isearch-regexp to
5379 isearch-lazy-highlight-regexp.
5380 Use isearch-lazy-highlight-last-string instead of isearch-string.
5382 * replace.el (perform-replace): Remove bindings of global
5383 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5384 Add three new arguments to `replace-highlight'.
5385 (replace-highlight): Add arguments string, regexp, case-fold.
5386 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5387 to allow isearch-lazy-highlight-new-loop to use these values
5388 to set corresponding isearch-lazy-highlight-* internal
5389 variables whose values lazy highlighting will use regardless of
5390 changes to global variables isearch-string, isearch-regexp,
5391 isearch-case-fold-search during lazy highlighting loop.
5392 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5393 to `lazy-highlight-cleanup'.
5395 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5396 (ispell-highlight-face): Set default face to `isearch' when
5397 lazy highlighting is enabled.
5398 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5399 priority to 1. Add lazy highlighting.
5400 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5401 from `isearch-dehighlight'.
5403 2005-03-18 David Ponce <david@dponce.com>
5405 * files.el (hack-local-variables): Do a case-insensitive search
5408 2005-03-18 Juri Linkov <juri@jurta.org>
5410 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5411 `isearch-lazy-highlight-cleanup', add alias to old name and
5412 declare obsolete. Add release numbers to other obsolete vars.
5413 (isearch-done, isearch-lazy-highlight-new-loop):
5414 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5415 (lazy-highlight-cleanup) <variable>: Doc fix.
5416 (isearch-lazy-highlight-update): Rename obsolete
5417 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5419 2005-03-18 Kenichi Handa <handa@m17n.org>
5421 * language/thai-util.el: Fix categorization of Thai characters in
5422 thai-category-table.
5423 (thai-composition-pattern): Adjust it for the above change.
5424 (thai-self-insert-command, thai-compose-syllable): New functions.
5425 (thai-compose-region): Use thai-compose-syllable.
5426 (thai-compose-string): Likewise.
5427 (thai-composition-function): Likewise.
5428 (thai-auto-composition): New function.
5429 (thai-auto-composition-mode): New minor mode.
5431 * language/thai.el: Fix patterns to be registered in
5432 composition-function-table.
5434 * international/quail.el (quail-input-method): Locally bind
5435 inhibit-modification-hooks to t.
5437 2005-03-17 Richard M. Stallman <rms@gnu.org>
5439 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5440 (perl-mode): Use run-mode-hooks.
5442 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5443 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5444 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5446 * mail/sendmail.el (sendmail-send-it): Reenable the code
5447 to compute resend-to-address and use it.
5449 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5451 * image-mode.el: New file.
5453 * image.el (insert-sliced-image): Add autoload cookie.
5455 * font-lock.el (font-lock-lines-before): New user option.
5456 (font-lock-after-change-function): Obey it.
5458 * bindings.el (esc-map): Make M-g a prefix.
5459 Bind M-g g and M-g M-g to goto-line.
5461 * faces.el (face-id): Doc fix.
5463 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5465 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5466 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5467 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5469 * mail/sendmail.el (mail-yank-ignored-headers)
5470 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5471 Add Mail-Followup-To and Mail-Reply-To headers.
5472 (mail-citation-hook): Add autoload cookie.
5473 (mail-mode): Doc fix.
5474 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5475 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5476 (mail-mode-fill-paragraph): Handle those headers.
5477 (mail-mailing-lists): New variable.
5478 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5480 2005-03-17 Juri Linkov <juri@jurta.org>
5482 * isearch.el (isearch-fallback): Check for `(car previous)'
5483 before calling `isearch-other-end-state'.
5485 2005-03-17 Kim F. Storm <storm@cua.dk>
5487 * simple.el (move-beginning-of-line): Move to beginning of buffer
5488 line, as well as beginning of screen line.
5490 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5492 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5493 argument REDRAW rather than calendar-redrawing variable.
5494 * calendar/calendar.el (calendar-redrawing): Delete.
5495 (redraw-calendar): Do not bind calendar-redrawing.
5497 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5499 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5502 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5504 * help.el (describe-mode): Allow a :minor-mode-function property to
5505 specify a different minor mode toggle function than the variable.
5506 * simple.el (auto-fill-function):
5507 * subr.el (add-minor-mode): Use it.
5509 2005-03-16 Kenichi Handa <handa@m17n.org>
5511 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5512 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5513 (ethio-fidel-to-sera-buffer): Likewise.
5515 2005-03-16 Juri Linkov <juri@jurta.org>
5517 * emacs-lisp/find-func.el (find-function-regexp):
5518 Add defun-emitting macro `menu-bar-make-toggle'.
5520 * isearch.el: Put `isearch-scroll' property to
5521 `split-window-horizontally'.
5523 * info.el: Update error messages for `debug-ignored-errors'.
5524 (Info-isearch-search): Doc fix.
5525 (Info-find-node): Move up code to go into info buffer before
5526 recording the node to the history.
5527 (Info-fontify-node): Fontify titles only if the next line
5528 has two or more `*', `=', `-', `.'.
5529 Display "go to this node" for empty (match-string 3).
5531 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5533 * term/mac-win.el: Add mouse pointer shape constants.
5535 2005-03-15 Kim F. Storm <storm@cua.dk>
5537 * simple.el (move-beginning-of-line): Use vertical-motion.
5539 2005-03-15 Juri Linkov <juri@jurta.org>
5541 * isearch.el (isearch-error): New variable.
5542 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5543 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5544 (isearch-within-brackets-state): Remove.
5545 (isearch-case-fold-search-state, isearch-pop-fun-state):
5546 Decrease frame index.
5547 (isearch-mode, isearch-top-state, isearch-push-state)
5548 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5549 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5550 (isearch-search, isearch-lazy-highlight-new-loop):
5551 Replace `isearch-invalid-regexp' with `isearch-error'.
5552 Remove `isearch-within-brackets'.
5553 (isearch-search): Add `search-failed' handler to `condition-case'.
5554 (isearch-lazy-highlight-search): Add `condition-case' to catch
5555 errors and allow `isearch-lazy-highlight-update' to try
5556 highlighting from the beginning of the window.
5557 (isearch-repeat): Move up code to set isearch-wrapped to t
5558 before calling isearch-wrap-function.
5560 * info.el (Info-isearch-initial-node): New internal variable.
5561 (Info-search): Signal an error in isearch mode when search leaves
5562 the initial node. Signal an error when `bound' is non-nil and
5563 nothing was found in the current subfile.
5564 (Info-isearch-search): Remove `condition-case'.
5565 (Info-isearch-wrap): Don't wrap when search failed during leaving
5566 the initial node. If `Info-isearch-search' is nil, wrap around
5568 (Info-isearch-start): New fun.
5569 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5570 `isearch-mode-hook'.
5572 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5574 * simple.el (normal-erase-is-backspace): Set default to t if
5577 * term/mac-win.el (function-key-map): Sync with x-win.el.
5579 2005-03-15 Kenichi Handa <handa@m17n.org>
5581 * international/mule-cmds.el (locale-language-names): Modify the
5582 format of elements and add more entries.
5583 (locale-preferred-coding-systems): Add more entries.
5584 (set-locale-environment): Adjust for the change of
5585 locale-language-names.
5587 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5589 * pcvs.el (smerge-ediff): Remove bogus autoload.
5591 2005-03-14 Lute Kamstra <lute@gnu.org>
5593 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5594 Ignore a `*' at the beginning of a line.
5596 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5597 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5599 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5600 to specify indentation.
5602 * generic.el (define-generic-mode): Let generic-mode-list be a
5603 list of strings; test membership with equal.
5605 2005-03-14 Kim F. Storm <storm@cua.dk>
5607 * simple.el (next-line, previous-line): Add optional try-vscroll
5608 arg to recognize interactive use. Pass it on to line-move.
5609 (line-move): Don't perform auto-window-vscroll when defining or
5610 executing keyboard macro to ensure consistent behaviour.
5612 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5614 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5616 2005-03-13 Lute Kamstra <lute@gnu.org>
5618 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5619 debugger-setup-buffer so that backtrace marks the frames set to
5620 debug-on-exit and we don't have to do it manually. Set an extra
5621 debug-on-exit for macro's.
5622 (debugger-setup-buffer): Don't mark the top frame manually.
5624 2005-03-12 Lute Kamstra <lute@gnu.org>
5626 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5627 lisp-indent-function throughout.
5628 (with-no-warnings): Set lisp-indent-function property.
5630 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5632 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5633 Add entry for backslash.
5635 2005-03-12 Juri Linkov <juri@jurta.org>
5637 * info.el (Info-search): Four fixes for backward search.
5639 2005-03-11 Jay Belanger <belanger@truman.edu>
5641 * calc/calc.el (calc-language-alist): New variable.
5642 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5643 (calc-embedded-find-modes): Use calc-language-alist instead of
5644 calc-embedded-language-alist.
5646 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5648 * calendar/calendar.el (calendar-redrawing): New internal
5650 (redraw-calendar): Remove bogus save-excursion from previous
5651 change. Bind calendar-redrawing to t for mark-diary-entries.
5652 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5653 calendar if that is why we were called.
5655 2005-03-11 Kenichi Handa <handa@m17n.org>
5657 * international/mule.el (make-coding-system): Set property
5658 coding-system-define-form to nil.
5659 (define-coding-system-alias): Likewise.
5661 2005-03-11 Kenichi Handa <handa@m17n.org>
5663 These changes are suggested by Dave Love <fx@gnu.org>.
5665 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5667 (adaptive-fill-regexp): Add more bullets.
5668 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5671 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5673 * help.el (describe-mode): Properly handle non-trivial lighters.
5674 Don't ignore minor modes that are not listed in minor-mode-list.
5676 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5677 feature ON when the user requests to turn it OFF.
5679 2005-03-10 Lute Kamstra <lute@gnu.org>
5681 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5682 (implement-debug-on-entry): New function to replace debug-entry-code.
5683 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5684 second argument as the 2005-03-07 change makes it obsolete.
5685 (debug-on-entry, cancel-debug-on-entry): Update call to
5687 (debug, debugger-setup-buffer): Comment update.
5688 (debugger-frame-number): Update to work with implement-debug-on-entry.
5690 2005-03-10 Jay Belanger <belanger@truman.edu>
5692 * calc/calc-embed.el (math-ms-args): Declare it.
5693 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5695 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5698 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5700 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5703 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5704 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5705 (tooltip-gud-tips): Simplify.
5706 (tooltip-gud-tips-p): Remove superflouous :set.
5707 (tooltip-gud-modes): Add fortran-mode.
5708 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5710 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5712 2005-03-09 Kim F. Storm <storm@cua.dk>
5714 * play/animate.el (animate-place-char): Use forward-line instead
5715 of next-line to improve performance.
5717 2005-03-09 Simon Josefsson <jas@extundo.com>
5719 * net/browse-url.el (browse-url-default-browser): Doc fix.
5721 2005-03-09 Miles Bader <miles@gnu.org>
5723 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5724 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5726 2005-03-09 Kenichi Handa <handa@m17n.org>
5728 * international/latin-1.el: Set case and syntax for 255 only if
5729 set-case-syntax-set-multibyte is nil.
5731 * textmodes/ispell.el (ispell-insert-word): New function.
5732 (ispell-word): Use ispell-insert-word to insert a new word.
5733 (ispell-process-line): Likewise.
5734 (ispell-complete-word): Likewise.
5736 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5738 * calendar/calendar.el (redraw-calendar): Preserve point.
5739 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5740 (calendar-week-start-day): Move after definition of
5741 redraw-calendar. Delete buffer test, since redraw-calendar has
5744 * calendar/diary-lib.el (mark-diary-entries): Only call
5745 redraw-calendar in the first of any recursive calls.
5746 Reported by Alan Shutko <ats@acm.org>.
5748 2005-03-08 Juri Linkov <juri@jurta.org>
5750 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5751 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5752 (html-radio-buttons): Add a space before the trailing `/>' where
5753 sgml-xml-mode is non-nil.
5754 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5755 the subsequent tag of the empty XML tag.
5756 (html-href-anchor): Don't set initial input to "http:".
5757 (html-image): Ask for the image URL and set point inside alt="".
5758 (html-name-anchor): Duplicate the name in the `id' attribute when
5759 sgml-xml-mode is non-nil.
5760 (html-paragraph): Remove \n before <p>.
5761 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5762 instead of `checked' when sgml-xml-mode is non-nil.
5764 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5765 Remove 1 space before #RRGGBB to not truncate it on terminal
5766 windows w/o fringes. Remove 1 space between bg and fg examples
5768 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5769 avoid byte-compile warnings.
5771 * image-file.el (image-file-handler): Put `safe-magic' property to
5772 `image-file-handler'.
5774 * info.el (Info-isearch-search): Emulate word search in
5775 isearching through multiple Info nodes with Info-search.
5776 (Info-isearch-wrap): Allow isearch-word.
5778 2005-03-08 Lute Kamstra <lute@gnu.org>
5780 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5781 stepping into the debugger's code is not possible.
5782 (debugger-jumping-flag): Docstring update.
5784 2005-03-08 Jay Belanger <belanger@truman.edu>
5786 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5787 embedded mode begins.
5788 (calc-embedded-language-alist): New variable.
5789 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5790 set default language mode.
5792 2005-03-08 Kenichi Handa <handa@m17n.org>
5794 * international/ccl.el (define-ccl-program): Fix docstring about
5795 extra 256 bytes assured for the output buffer.
5797 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5798 Fix BUFFER_MAGNIFICATION to 2.
5799 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5801 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5803 * align.el (align-rules-list): Added an alignment rule for CSS
5804 declarations (applies to css-mode and html-mode buffers).
5806 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5808 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5810 2005-03-07 Kim F. Storm <storm@cua.dk>
5812 * simple.el (move-beginning-of-line): New command.
5814 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5816 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5818 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5819 and move-beginning-of-line.
5821 * apropos.el (apropos-print): Omit command from M-x ... RET.
5823 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5825 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5826 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5828 2005-03-06 Richard M. Stallman <rms@gnu.org>
5830 * bindings.el (esc-map): Bind M-g to goto-line.
5832 * facemenu.el (global-map): Bind M-o, not M-g.
5834 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5836 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5837 "Open Directory" as for "Open File".
5839 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5841 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5842 (push-mark-command): Run activate-mark-hook.
5844 2005-03-06 Richard M. Stallman <rms@gnu.org>
5846 * help-mode.el (help-mode-finish): Don't alter the element
5847 in view-return-to-alist if there already is one.
5849 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5850 make sure the current buffer is the expected one.
5852 * novice.el (disabled-command-function): Output in *Disabled Command*.
5853 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5855 * textmodes/flyspell.el (flyspell-large-region):
5856 Pass args differently for aspell.
5858 * files.el (mode-require-final-newline): Doc fix.
5860 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5862 * progmodes/which-func.el (which-function):
5863 Specify NOERROR when calling imenu--make-index-alist.
5865 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5867 * simple.el (normal-erase-is-backspace): Define default value.
5869 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5870 (custom-reevaluate-setting): Simple function to handle
5871 variables that are defined before their default value can really
5874 * startup.el (command-line): Use it for temporary-file-directory,
5875 small-emporary-file-directory, auto-save-file-name-transforms,
5876 blink-cursor-mode, and normal-erase-is-backspace.
5878 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5879 progress, even with buggy anchored keywords.
5881 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5883 * simple.el (goto-line): Remove unbalanced final parenthesis.
5885 2005-03-05 Richard M. Stallman <rms@gnu.org>
5887 * simple.el (goto-line): Use a number at point as the default.
5888 With C-u as arg, switch buffers.
5890 2005-03-05 Juri Linkov <juri@jurta.org>
5892 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5893 with `no-blinking-cursor'.
5895 * startup.el (no-blinking-cursor): New defvar.
5896 (command-line): Add `--no-blinking-cursor' to longopts.
5897 Set `no-blinking-cursor' to t for command line arguments
5898 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5899 with `no-blinking-cursor' in the condition for calling
5900 `blink-cursor-mode'.
5902 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5904 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5905 (menu-bar-options-save): Add blink-cursor-mode.
5906 (menu-bar-options-menu): Add blink-cursor-mode.
5908 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5910 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5911 (icalendar-export-file, icalendar-export-region)
5912 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5913 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5915 2005-03-04 Lute Kamstra <lute@gnu.org>
5917 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5918 (debug-function-list): Ditto.
5920 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5922 * textmodes/texinfmt.el (texinfo-append-refill):
5923 Redefine the types of line to which @refill
5924 is not appended by replacing a search for `@refill\\|@bye' with
5925 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5926 itemize@refill' bug and the unfilled long lines bug.
5927 (texinfmt-version): Update number and date.
5929 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5931 * international/code-pages.el (windows-1250, windows-125[2-8])
5932 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5934 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5936 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5939 2005-03-02 Romain Francoise <romain@orebokech.com>
5941 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5942 buffer after removing limits.
5943 (ibuffer-pop-filter): Ditto.
5946 2005-03-02 Miles Bader <miles@gnu.org>
5948 * button.el (make-text-button): If the user doesn't specify a
5949 type, use the default. Rewrite to use `add-text-properties' and
5952 2005-03-01 Lute Kamstra <lute@gnu.org>
5954 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5955 (debugger-jumping-flag): New var.
5956 (debug-entry-code): Use it.
5957 (debugger-jump): Use debugger-jumping-flag and add
5958 debugger-reenable to post-command-hook.
5959 (debugger-reenable): Use debugger-jumping-flag and remove itself
5960 from post-command-hook.
5961 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5964 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5966 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5967 inclusion of "itemize\\|", which may be unnecessary, is certainly
5968 inelegant, and stops refilling in itemize lists when formatting
5969 Japanese Texinfo files to Info.
5970 Update copyright to 2005.
5972 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5974 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5975 of an error if GDB can't find the source file.
5977 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5979 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5980 not just the calendar.
5982 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5984 (diary-redraw-calendar): New function.
5985 (make-diary-entry): Add diary-redraw-calendar to local
5986 write-contents-functions. Turn off selective display before
5989 2005-03-01 Kim F. Storm <storm@cua.dk>
5991 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5993 2005-03-01 Lute Kamstra <lute@gnu.org>
5995 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5996 that debug-entry-code can be safely removed from a function while
5997 this code is being evaluated. Revert the 2005-02-27 change as the
5998 new implementation no longer requires it. Make sure that a
5999 function body containing just a string is not mistaken for a docstring.
6000 (debug): Skip one more frame in case of debug on entry.
6001 (debugger-setup-buffer): Delete one more frame line in case of
6003 (debugger-frame-number): Update to use the new text introduced by
6004 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6006 2005-02-28 Kim F. Storm <storm@cua.dk>
6008 * double.el (double-translate-key): Call force-window-update after
6009 read-event to avoid crash in redisplay.
6011 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6013 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6014 (debug): Use it. Move the inhibit-trace earlier.
6015 (debug-entry-code): New const.
6016 (debug-on-entry-1): Use it.
6018 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6020 * international/utf-16.el (ccl-encode-mule-utf-16le):
6021 Fix BUFFER_MAGNIFICATION to 2.
6022 (ccl-encode-mule-utf-16be): Likewise.
6024 2005-02-28 Kenichi Handa <handa@m17n.org>
6026 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6027 Fix BUFFER_MAGNIFICATION to 4.
6028 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6030 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6032 * speedbar.el (speedbar-update-flag): Doc fix.
6033 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6036 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6038 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6039 have a non-nil `invisible' property but are actually visible.
6041 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6042 for perldoc sections.
6043 (perl-outline-regexp, perl-outline-level): New var and function.
6044 (perl-mode): Use them.
6046 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6048 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6049 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6051 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6053 * cus-edit.el: Comment change.
6054 (custom-buffer-create-internal): Slightly reword text at top of
6055 Custom buffers. Mention there that saving an option edits the
6056 init file. Add link to Emacs manual node on `custom-file'.
6057 (custom-magic-alist): Rewrite individual State messages to use
6058 capitalized keywords. Doc fix.
6060 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6062 * calendar/calendar.el (calendar-buffer): Move above
6063 calendar-week-start-day.
6064 (calendar-week-start-day): Doc fix. Add :set function.
6065 (calendar-minimum-window-height): New variable.
6066 (generate-calendar-window): Only resize window if selected-window
6067 is displaying the calendar buffer. Use new variable
6068 calendar-minimum-window-height.
6069 (generate-calendar): Reword error message.
6070 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6072 2005-02-27 Andreas Schwab <schwab@suse.de>
6074 * vc.el (vc-do-command): Don't run command asynchronously when
6075 operating in a remote directory.
6077 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6078 change from sync with Tramp 2.0.47.
6080 2005-02-27 Richard M. Stallman <rms@gnu.org>
6082 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6084 * textmodes/flyspell.el (flyspell-mode-on):
6085 Call ispell-change-dictionary only if necessary.
6087 * emacs-lisp/re-builder.el (regexp-builder): New function.
6089 * register.el (describe-register-1): Explicitly handle
6090 yank-excluded-properties = t.
6092 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6093 (custom-magic-alist): Change the status descriptions again.
6094 (face widget-type): Total rewrite based on `restricted-sexp'
6095 to eliminate the confusing double hiding levels.
6097 * emacs-lisp/debug.el (debug-on-entry-1):
6098 If function body is empty, add nil as body form.
6100 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6102 * emacs-lisp/trace.el (inhibit-trace): New var.
6103 (trace-make-advice): Use it.
6105 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6107 2005-02-26 Kim F. Storm <storm@cua.dk>
6109 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6110 (mouse-on-link-p, mouse-drag-region-1): Use it.
6112 2005-02-25 Lute Kamstra <lute@gnu.org>
6114 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6116 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6118 * frame.el (blink-cursor-mode): Add :group keyword.
6120 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6122 * calendar/icalendar.el (icalendar--decode-isodatetime):
6123 New optional argument DAY-SHIFT.
6124 (icalendar-export-region): Fix coding-system-for-write.
6125 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6128 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6130 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6132 2005-02-24 Kim F. Storm <storm@cua.dk>
6134 * international/iso-acc.el (iso-accents-compose): Fix crash
6135 during redisplay. Call force-window-update after read-event
6136 and delete-region to signal that window is not accurate.
6138 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6140 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6141 Remove unused and inexistent var `inhibit-trace'.
6142 (debugger-mode): Use run-mode-hooks.
6143 (debugger-list-functions): Add buttons; setup xref stack.
6145 2005-02-23 Richard M. Stallman <rms@gnu.org>
6147 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6148 appointment says it was explicitly made.
6149 (appt-add): Set the 3rd element.
6150 (appt-make-list): Preserve explicit appointments.
6152 * subr.el (find-tag-default): Catch errors in forward-sexp.
6154 2005-02-23 Juri Linkov <juri@jurta.org>
6156 * info.el (Info-isearch-search): New defcustom.
6157 (Info-isearch-search): Call the default isearch function
6158 when Info-isearch-search is nil.
6159 (Info-isearch-wrap): Use variable Info-isearch-search.
6161 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6163 * cus-edit.el: Comment change.
6165 2005-02-22 Kim F. Storm <storm@cua.dk>
6167 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6168 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6170 2005-02-22 Simon Josefsson <jas@extundo.com>
6172 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6174 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6175 Oskarsson" <myrkraverk@users.sourceforget.net>.
6177 2005-02-22 Kim F. Storm <storm@cua.dk>
6179 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6180 check that window of that event is the selected window.
6181 (mouse-drag-region-1): Compare mouse event window to selected
6182 window before setting point.
6184 * tooltip.el (tooltip-show-help-function): Pass event to
6185 mouse-on-link-p so it can check selected window.
6187 2005-02-22 Kenichi Handa <handa@m17n.org>
6189 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6190 (ps-mule-show-warning): New function.
6191 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6192 characters are found.
6194 * ps-print.el (ps-header-footer-string): Return a list of header
6197 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6199 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6201 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6203 * frame.el (blink-cursor-mode): Use define-minor-mode.
6205 * term/mac-win.el (function-key-map): Use char-names more consistently.
6206 (file-name-coding-system): Only set it for MacOS-9. The other case is
6207 already handled in mule-cmds.el (where it also works when mac-win.el
6210 2005-02-21 Kenichi Handa <handa@m17n.org>
6212 * international/mule.el (ctext-pre-write-conversion): Always use
6213 " *code-converting-work*" buffer for work.
6215 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6217 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6219 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6221 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6223 * ses.el (undo-more): Restore defadvice, but only the part that
6224 allows changes outside the restricted area of the buffer.
6226 2005-02-20 Kim F. Storm <storm@cua.dk>
6228 * simple.el (line-move): Add fourth optional arg try-vscroll which
6229 must be set to perform auto-window-vscroll.
6230 When moving backwards and doing auto-window-vscroll, automatically
6231 vscroll to the last part of lines which are taller than the window.
6232 (next-line, previous-line): Set try-vscroll arg on line-move.
6234 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6236 * replace.el (query-replace, query-replace-regexp)
6237 (replace-string, replace-regexp): When operating on region, make
6238 the minibuffer prompt say so.
6240 * isearch.el (isearch-forward): Document isearch-query-replace and
6241 isearch-query-replace-regexp keybindings.
6243 2005-02-19 Jay Belanger <belanger@truman.edu>
6245 * calc/calc-aent.el (math-read-token): Add local variable.
6247 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6248 (calc-edit-top): Move declaration to earlier in file.
6249 (calc-edit-macro-repeats): Add local variables.
6251 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6252 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6254 Adjust integration rule for calcFunc-tan.
6256 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6258 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6259 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6260 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6261 (viper-skip-separators): Bug fix.
6262 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6263 particular major mode.
6264 (viper-del-backward-char-in-replace): Don't put deleted char on the
6267 * viper-ex.el (viper-color-display-p): New function.
6268 (viper-has-face-support-p): Use viper-color-display-p.
6270 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6272 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6274 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6275 (viper-file-remote-p): Make equivalent to file-remote-p.
6277 * viper.el (viper-major-mode-modifier-list):
6278 Use viper-gnus-modifier-map.
6280 2005-02-19 David Kastrup <dak@gnu.org>
6282 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6285 2005-02-19 Jay Belanger <belanger@truman.edu>
6287 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6288 Remove extra definitions.
6289 (calc-coth): New function.
6290 (calcFunc-cot): Fix `let'.
6292 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6294 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6295 the reasons we use "type pc" in these faces.
6297 * button.el (button): Ditto.
6299 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6301 * replace.el (query-replace-read-from): Set the value of
6302 query-replace-from-history-variable to handle the case of an empty
6303 string entered to accept the suggested default.
6305 * net/tramp.el (tramp-file-name-for-operation):
6306 Use dired-call-process instead of dired-call-process-command.
6308 2005-02-19 Jay Belanger <belanger@truman.edu>
6310 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6311 (math-div-non-trig): New variables.
6312 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6313 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6314 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6317 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6319 * progmodes/gdb-ui.el (gdb-var-update-handler)
6320 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6321 for watch expressions,
6322 (gdb-var-create-handler): Don't set speedbar-update-flag.
6323 (gdb-post-prompt): Simplify test for speedbar.
6325 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6327 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6328 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6329 we use the syntax table of the correct buffer.
6330 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6333 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6334 (ediff-file-remote-p): Make synonymous with file-remote-p.
6335 In all deffaces ediff-*-face-*, use min-colors.
6337 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6338 ediff-recurse-to-subdirectories.
6339 (ediff-mark-if-equal): Check that the arguments are strings, use
6340 ediff-same-contents (after to Felix Gatzemeier).
6342 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6345 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6347 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6349 2005-02-18 David Kastrup <dak@gnu.org>
6351 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6352 use `mark-active' when defined.
6354 2005-02-18 Kenichi Handa <handa@m17n.org>
6356 * ps-print.el (ps-font-info-database): New entry
6357 ZapfChancery-MediumItalic with correct font name. Fix font name
6358 of the entry Zapf-Chancery-MediumItalic.
6360 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6362 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6364 2005-02-16 Kim F. Storm <storm@cua.dk>
6366 * ido.el (ido-fallback-command): Pass user input to fallback command.
6368 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6370 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6371 (gdb-find-file-hook): Add server prefix.
6373 2005-02-16 Richard M. Stallman <rms@gnu.org>
6375 * replace.el (perform-replace): Pass new args to replace-highlight.
6376 (replace-highlight): Take region args,
6377 and pass them to isearch-lazy-highlight-new-loop.
6379 * novice.el (disabled-command-hook): Autoload the defalias
6380 and the make-obsolete-variable call.
6382 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6384 * isearch.el (isearch-lazy-highlight-start-limit)
6385 (isearch-lazy-highlight-end-limit): New variables limit
6386 the region for highlighting.
6387 (isearch-lazy-highlight-new-loop): New args BEG and END.
6388 (isearch-lazy-highlight-search): Use the new vars.
6389 (isearch-lazy-highlight-update): Likewise.
6391 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6393 * cus-start.el (all): Use default-boundp.
6395 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6397 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6399 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6401 * autorevert.el (auto-revert-stop-on-user-input)
6402 (auto-revert-verbose): Doc fixes.
6404 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6406 * international/mule-cmds.el (set-locale-environment): Remove call
6407 to set-selection-coding-system on Windows.
6409 2005-02-15 Jay Belanger <belanger@truman.edu>
6411 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6412 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6414 (math-simplify-sqrt): Add simplifications.
6416 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6419 * calc/calc-ext.el: Add functions to autoloads.
6421 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6422 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6423 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6424 (math-csc-raw, math-cot-raw): New functions.
6426 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6428 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6429 the variable name in a message.
6431 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6432 calcFunc-csc, calcFunc-cot.
6434 * calc/calcalg2.el: Add derivative and integration rules for
6435 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6436 calcFunc-csch, calcFunc-coth.
6437 (math-do-integral-methods): Add to checks for when to use
6440 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6442 2005-02-15 Lute Kamstra <lute@gnu.org>
6444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6445 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6446 <monnier@iro.umontreal.ca>
6447 (lisp-outline-level): Improve efficiency. Suggested by David
6448 Kastrup <dak@gnu.org>.
6450 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6452 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6453 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6454 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6455 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6456 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6458 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6460 * cus-start.el (all): Comment change.
6462 2005-02-14 Lute Kamstra <lute@gnu.org>
6464 * cus-start.el (all): Check if symbol is void.
6466 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6468 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6469 optional argument to \cite.
6471 2005-02-14 Richard M. Stallman <rms@gnu.org>
6473 * cus-edit.el (custom-buffer-create-internal): Update help message.
6474 (custom-magic-alist): Update help messages.
6476 * cus-start.el (all): Allow a var to specify a standard value.
6478 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6480 * custom.el (custom-theme-set-variables): Handle variable aliases.
6482 * frame.el (blink-cursor-timer): Doc fix.
6483 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6485 (blink-cursor-mode): Define with defcustom and use correct
6486 standard expression in that defcustom.
6487 * startup.el (command-line): Adapt to above changes in frame.el.
6489 2005-02-11 Lute Kamstra <lute@gnu.org>
6491 * apropos.el (apropos-score-doc): Prevent division by zero.
6493 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6495 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6496 (icalendar--get-event-property-attributes)
6497 (icalendar--get-event-properties)
6498 (icalendar--datetime-to-diary-date): New functions.
6499 (icalendar--split-value): Doc fix.
6500 (icalendar--datetime-to-noneuropean-date)
6501 (icalendar--datetime-to-european-date): New optional argument
6502 SEPARATOR. Return result as a string instead of a list.
6503 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6504 (icalendar--convert-string-for-export): Rename arg S to STRING.
6505 (icalendar-export-region): Doc fix. Change name of error buffer.
6507 (icalendar-import-file): Add blank at end of prompt.
6508 (icalendar-import-buffer): Doc fix. Do not switch to error
6509 buffer. Indicate status in return value.
6510 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6511 buffer. Save output buffer. Handle exception from recurrence
6512 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6513 events. Fix problems with weekly all-day events.
6515 2005-02-10 Richard M. Stallman <rms@gnu.org>
6517 * simple.el (eval-expression-print-format):
6518 Avoid warning about edebug-active.
6520 * help.el (help-for-help-internal): Rename from help-for-help.
6521 (help-for-help): Define with defalias.
6523 * font-core.el (font-lock-default-function): Use with-no-warnings.
6525 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6527 * custom.el (defface): Doc fix.
6529 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6531 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6532 width 0" to prevent word wrapping problems.
6534 2005-02-09 Kim F. Storm <storm@cua.dk>
6536 * ido.el (ido-file-extensions-order): New defcustom.
6537 (ido-file-extension-lessp, ido-file-extension-aux)
6538 (ido-file-extension-order): New advanced file ordering.
6539 (ido-file-lessp): New simple file ordering.
6540 (ido-sort-list): Remove.
6541 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6542 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6544 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6546 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6547 that some versions of grep produce.
6548 (grep-mode-font-lock-keywords): Likewise.
6550 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6552 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6554 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6555 (gdb-source-info): Treat case when source file is in another
6557 (gdb-get-location): New function.
6559 2005-02-07 Jay Belanger <belanger@truman.edu>
6561 * calc/calc-prog.el (calc-write-parse-table-part)
6562 (calc-fix-token-name): Fix a check for language type.
6564 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6566 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6568 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6569 as directory not writable.
6571 2005-02-07 Kim F. Storm <storm@cua.dk>
6573 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6574 (cua--standard-movement-commands): Remove list.
6575 Instead, set CUA property value to move for movement commands.
6576 (cua-movement-commands): Remove. Users must set CUA prop instead.
6577 (cua--pre-command-handler): Check CUA property.
6578 (cua--init-keymaps): Don't remap undo commands.
6579 (cua-mode): Don't call cua--rectangle-on-off.
6581 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6582 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6583 (cua--rect-undo-set-point): New var.
6584 (cua--rectangle-undo-boundary): Setup undo apply entry.
6585 (cua--rect-undo-handler): New function for rectangle undo.
6586 (cua--rect-start-position, cua--rect-end-position): Add.
6587 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6588 for restored rectangle. Set point if cua--rect-undo-set-point.
6590 2005-02-06 Jay Belanger <belanger@truman.edu>
6592 * calc/calc-lang.el (calc-tex-language): Display more information
6595 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6598 2005-02-06 Richard M. Stallman <rms@gnu.org>
6600 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6602 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
6604 * net/ldap.el (ldap-search-internal): Support attributes with
6605 optional descriptions separated by a semi-colon, as in
6606 "userCertificate;binary".
6608 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6610 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6611 isn't a cons (i.e. the version is 0).
6613 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6615 * help.el (help-for-help): Doc fix.
6617 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6619 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6620 GDB-Windows on the menu-bar as this works better.
6622 2005-02-04 Jay Belanger <belanger@truman.edu>
6624 * calc/calc-embed.el (calc-embedded-update): Don't put in
6625 unnecessary newlines. Adjust the end of formula marker.
6627 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6628 (math-latex-parse-two-args): New function.
6630 2005-02-03 Lute Kamstra <lute@gnu.org>
6632 * help-fns.el (help-with-tutorial): Make sure that users cannot
6633 remove the entire text of the tutorial by means of `undo'.
6635 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6637 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6638 in recent changes, where the ispell process was repeatedly
6641 * international/mule-cmds.el (set-locale-environment): Set file-name
6642 coding system to utf-8 on Darwin systems.
6643 (set-default-coding-systems): Don't set default-file-name-coding-system
6646 2005-02-03 Richard M. Stallman <rms@gnu.org>
6648 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6650 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6652 * faces.el (list-faces-display): Add optional argument.
6654 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6656 * font-core.el (font-lock-default-function): Handle the rare case where
6657 only font-lock-keywords is set.
6659 2005-02-02 Kenichi Handa <handa@m17n.org>
6661 * international/characters.el: Cancel previous change for
6662 I-WITH-DOT-ABOVE and DOTLESS-i.
6664 * international/latin-5.el: Cancel previous change.
6666 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6668 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6670 2005-02-02 Kenichi Handa <handa@m17n.org>
6672 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6675 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6676 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6678 * case-table.el (get-upcase-table): New function.
6679 (copy-case-table): Copy upcaes table too if non-nil.
6680 (set-case-syntax-delims): Maintain upcase table too.
6681 (set-case-syntax-pair): Likewise.
6682 (set-upcase-syntax, set-downcase-syntax): New functions.
6683 (set-case-syntax): Maintain upcase table too.
6685 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6687 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6689 * progmodes/gud.el (gud-goto-info): New function.
6690 (gud-tool-bar-map): Use correct icon.
6692 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6694 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6695 When delegating, order args in the funcall correctly.
6697 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6699 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6701 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6703 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6704 buffer not visiting a file.
6706 2005-01-31 Jay Belanger <belanger@truman.edu>
6708 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6709 bound on the line with the formula.
6711 2005-01-31 Kim F. Storm <storm@cua.dk>
6713 * ses.el (ses-create-cell-variable-range)
6714 (ses-destroy-cell-variable-range, ses-reset-header-string)
6715 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6716 (ses-insert-row): Fix format of apply undo entries.
6718 2005-01-31 Jay Belanger <belanger@truman.edu>
6720 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6723 * calc/calc-embed.el (calc-embedded-open-formula)
6724 (calc-embedded-close-formula): Ignore matrix environments.
6726 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6729 * calc/calc-lang.el (math-function-table, math-oper-table)
6730 (math-variable-table): Adjust the LaTeX portions.
6732 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6733 (math-latex-ignore-words): New constant.
6735 2005-01-31 Richard M. Stallman <rms@gnu.org>
6737 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6738 (ispell-local-dictionary): Doc fix.
6739 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6740 Don't reinitialize at run time. Don't defcustom.
6741 All uses changed to append ispell-local-dictionary-alist,
6743 (ispell-current-dictionary): New variable for dictionary in use.
6744 (ispell-dictionary): Now used only for global default.
6745 (ispell-start-process): Set ispell-current-dictionary,
6746 not ispell-dictionary.
6747 (ispell-change-dictionary): Use this only for setting
6749 (ispell-internal-change-dictionary): New function
6750 to change the current dictionary in use.
6751 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6752 Use ispell-current-dictionary.
6753 Handle ispell-local-dictionary-overridden.
6754 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6756 2005-01-31 Jay Belanger <belanger@truman.edu>
6758 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6760 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6761 (calc-mode-map): Add calc-latex-language.
6763 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6764 (math-latex-print-frac): New functions.
6765 (math-oper-table, math-function-table, math-variable-table)
6766 (math-complex-format, math-input-filter): Add latex properties.
6767 (calc-set-language): Set math-expr-special-function-mapping.
6769 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6770 (calc-write-parse-table-part): Add LaTeX support.
6772 * calc/calc.el (calc-language): Adjust docstring.
6773 (calc-set-mode-line): Add LaTeX support.
6774 (math-expr-special-function-mapping): New variable.
6775 (math-tex-ignore-words): Add to list.
6777 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6779 (math-compose-expr): Add support for special functions.
6781 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6783 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6785 * progmodes/gdb-ui.el (gdb-memory-address)
6786 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6787 (gdb-memory-mode-map, gdb-memory-format-keymap)
6788 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6789 (gdb-memory-unit-menu): New variables for a buffer
6790 that lets the user examine program memory.
6791 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6792 (gdb-memory-format-binary, gdb-memory-format-octal)
6793 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6794 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6795 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6796 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6797 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6798 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6799 (gdb-memory-mode, gdb-memory-buffer-name)
6800 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6801 New functions for above buffer.
6803 2005-01-30 Richard M. Stallman <rms@gnu.org>
6805 * cus-edit.el (custom-bury-buffer): Function deleted.
6806 (custom-buffer-done-function): Option deleted.
6807 (custom-buffer-done-kill): New (replacement option.
6808 (Custom-buffer-done): Call quit-window.
6809 (custom-buffer-create-internal): Update for above changes.
6811 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6813 * simple.el (undo-ask-before-discard): New var.
6814 (undo-outer-limit-truncate): Implement it.
6815 (undo-extra-outer-limit): Doc update.
6817 2005-01-29 Richard M. Stallman <rms@gnu.org>
6819 * ses.el (undo-more): Delete defadvice.
6820 (ses-begin-change): Doc fix.
6822 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6823 instead of rebinding C-x u and C-_.
6825 * files.el (normal-backup-enable-predicate): Return nil for files
6826 in /tmp, regardless of temporary-file-directory.
6828 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6830 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6831 (open-rectangle, delete-whitespace-rectangle-line)
6832 (clear-rectangle-line): If FILL, pass t instead of FILL
6833 for move-to-column's 2nd arg.
6835 * simple.el (undo): Fix the test for continuing a series of undos.
6836 (undo-more): Set pending-undo-list to t when we reach end.
6837 (pending-undo-list): Move up defvar.
6839 * wid-edit.el (widget-button-click):
6840 Shorten the range of the track-mouse binding.
6842 * comint.el (comint-insert-input): Undo previous changes;
6843 use last-input-event in interactive spec.
6845 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6847 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6848 to nil before invoking call-process. Reset buffer's modified flag
6849 after fontifying it in the no-async branch.
6851 * wid-edit.el (widget-specify-button): If mouse pointer shape
6852 cannot be changed, use mouse face instead.
6854 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6856 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6857 (gdb-goto-breakpoint): Make breakpoint handling work on template
6858 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6859 (gdb-assembler-custom): Update to recognise breakpoint information
6860 added on 2005-01-19.
6862 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6864 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6865 (dsssl-mode): Use define-derived-mode.
6866 (scheme-mode-initialize): Remove.
6867 (scheme-mode): Use run-mode-hooks.
6869 * cus-edit.el (customize-group-other-window)
6870 (custom-buffer-create-other-window): Don't override special-display-*.
6871 (custom-mode-map): Make it dense.
6873 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6874 sets the default value.
6876 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6878 * descr-text.el: Add more keywords.
6880 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6882 * speedbar.el: Avoid unnecessary use of locate-library.
6884 * international/mule-cmds.el (standard-display-european-internal):
6885 Don't fiddle with latin-1 non-break space any more since it's now
6886 special cased in the C code.
6887 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6889 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6891 * cus-start.el (all): Add `undo-outer-limit'.
6893 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6895 * textmodes/bibtex.el (bibtex-format-entry):
6896 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6898 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6899 not on part of a buffer.
6901 2005-01-25 Lute Kamstra <lute@gnu.org>
6903 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6904 nonempty field text strings like "{letters\\macro{}more letters}".
6906 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6907 (bibtex-entry-offset, bibtex-parse-association)
6908 (bibtex-parse-field-name): Fix typos in docstrings.
6909 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6911 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6913 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6914 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6915 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6916 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6918 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6921 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6923 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6925 2005-01-24 Lute Kamstra <lute@gnu.org>
6927 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6928 CASECHARS and NOT-CASECHARS regular expressions of the
6929 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6930 striding over charsets" error.
6932 2005-01-24 Jay Belanger <belanger@truman.edu>
6934 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6935 display variable name.
6937 2005-01-24 Kenichi Handa <handa@m17n.org>
6939 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6940 Fix setting of the element of encoded-kbd-iso2022-invocations.
6942 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6944 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6945 (gdb-threads-select): Change to also accept mouse events.
6946 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6947 (gdb-threads-mouse-select): Delete.
6949 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6951 * files.el (insert-directory): Take care of empty directory,
6952 listed without -a switch.
6954 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6956 * textmodes/refill.el (refill-post-command-function):
6957 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6958 to the list of functions that we should be careful not to undo.
6959 (refill-late-fill-paragraph-function): Remove.
6960 (refill-saved-state): New var.
6961 (refill-mode): Use it to save fill-paragraph-function.
6962 Save also the value of auto-fill-function.
6964 * term/w32-win.el: Simplify code.
6966 2005-01-23 Kim F. Storm <storm@cua.dk>
6968 * simple.el (line-move): Adapt to new return value from
6969 pos-visible-in-window-p.
6971 * simple.el (line-move): Fix last change. Check partial
6972 visibility at point rather than at window-start.
6974 2005-01-22 Jason Rumney <jasonr@gnu.org>
6976 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6978 2005-01-22 David Kastrup <dak@gnu.org>
6980 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6982 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6984 * type-break.el (type-break-mode): Add a test for
6985 type-break-file-name being non-nil.
6987 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6989 * net/eudc.el (top level): Call (message "") via progn, so that
6990 eudc-options-file is loaded.
6992 2005-01-22 Kim F. Storm <storm@cua.dk>
6994 * simple.el (line-move-1): Rename from line-move.
6995 (line-move): New function that adjusts vscroll for partially
6996 visible rows, and calls line-move-1 otherwise.
6998 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7000 * pcomplete.el: define pcomplete-read-event instead of read-event,
7001 since it's not a complete read-event implementation
7003 2005-01-20 Jay Belanger <belanger@truman.edu>
7005 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7006 for called function.
7008 2005-01-20 Steven Tamm <steventamm@mac.com>
7010 * term/mac-win.el (process-connection-type): Remove.
7011 Controlled now by s/darwin.h:PTY_ITERATION.
7013 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7015 * window.el (handle-select-window): Don't switch window when we're
7018 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7020 * subr.el (dotimes-with-progress-reporter): New macro.
7022 * ses.el (ses-dotimes-msg): Remove macro.
7023 Use `dotimes-with-progress-reporter' instead.
7025 2005-01-19 Steven Tamm <steventamm@mac.com>
7027 * term/mac-win.el (process-connection-type): Use new
7028 operating-system-release variable to use ptys on Darwin 7 (OSX
7029 10.3) when using carbon build.
7031 2005-01-19 Jay Belanger <belanger@truman.edu>
7033 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7034 flags if the last command was a tab or M-tab.
7036 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7037 in formula editing buffer.
7039 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7041 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7042 breakpoint image symbol in margin.
7044 2005-01-19 Jay Belanger <belanger@truman.edu>
7046 * calc/calc-prog.el (calc-execute-kbd-macro):
7047 Ignore calc-keep-arg-flag.
7049 2005-01-19 Kenichi Handa <handa@m17n.org>
7051 * textmodes/ispell.el (ispell-looking-at): New function.
7052 (ispell-process-line): Use ispell-looking-at to compare the ispell
7053 output and the buffer contents.
7055 2005-01-18 Jay Belanger <belanger@truman.edu>
7057 * calc/calc.el (calc-display-raw): Fix docstring.
7059 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7061 * simple.el (blink-matching-open): Strip extra info from syntax.
7063 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7064 funny chars in the end-of-here-doc marker.
7066 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7068 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7069 that enable/disabled state of breakpoints is shown correctly in
7071 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7072 Add breakpoint information as text properties.
7073 (gdb-mouse-toggle-breakpoint):
7074 Rename to gdb-mouse-set-clear-breakpoint.
7075 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7076 breakpoints in the margin.
7077 (gdb-remove-strings): Simplify.
7079 2005-01-17 Jay Belanger <belanger@truman.edu>
7081 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7084 2005-01-17 Richard M. Stallman <rms@gnu.org>
7086 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7087 for calling grep-compute-defaults.
7089 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7092 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7094 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7096 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7098 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7099 non-preloaded variables.
7101 2005-01-17 Steven Tamm <steventamm@mac.com>
7103 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7104 tex-shell cause to force interactivity when using pipes.
7106 2005-01-17 Kim F. Storm <storm@cua.dk>
7108 * simple.el (just-one-space): Make arg optional.
7110 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7112 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7113 posn-at-x-y to t to access left-margin.
7115 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7117 Sync with Tramp 2.0.47.
7119 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7120 catching keep-date problems in cp/scp operations.
7121 (tramp-handle-copy-file): Don't call `set-file-modes'
7122 unconditionally. Specialized functions should know better what is
7123 necessary. This improves performance a little bit, and the
7124 functions could catch errors with `cp -p' and `scp -p'.
7125 (tramp-do-copy-or-rename-file-via-buffer)
7126 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7128 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7129 Call `set-file-modes' when appropriate.
7130 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7131 Johnsson <isak@hypergene.com>
7132 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7133 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7135 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7138 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7139 `find-file-hooks' and `dired-mode-hook'.
7140 (tramp-minor-mode-map): Respective map. Add remapping for
7141 `compile' and `recompile'.
7142 (tramp-remap-command, tramp-recompile): New defuns.
7143 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7144 in buffer "*Compilation*". Call the commands asynchronously.
7146 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7147 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7148 `shell-command', because it isn't magic in XEmacs. Reported by
7149 Adrian Aichner <adrian@xemacs.org>.
7151 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7152 `substitute-in-file-name.
7153 (tramp-smb-handle-substitute-in-file-name): New defun.
7154 (tramp-smb-advice-PC-do-completion): Delete advice.
7156 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7158 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7159 Fix error in deleting region.
7161 2005-01-15 Richard M. Stallman <rms@gnu.org>
7163 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7164 In non-temp buffer, switch syntax table temporarily.
7166 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7168 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7170 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7172 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7173 (imenu--generic-function): Use START, not BEG, as pos of definition.
7175 * simple.el (just-one-space): Argument specifies number of spaces.
7177 * simple.el (eval-expression-print-format): Avoid warning
7178 about edebug-active.
7180 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7182 * progmodes/sh-script.el: Code copied from make-mode.el
7184 (sh-mode-map): Bind C-c C-\.
7185 (sh-backslash-column, sh-backslash-align): New variables.
7186 (sh-backslash-region, sh-append-backslash): New functions.
7188 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7190 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7191 (rmail-pop-password, rmail-pop-password-required): Move to
7192 rmail-obsolete group.
7193 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7194 All callers updated.
7195 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7196 Take an argument specifying whether it is POP or IMAP mailbox we
7197 are using. All callers updated.
7198 (rmail-pop-password-error): Rename to
7199 rmail-remote-password-error. Added mailutils-specific error message.
7200 (rmail-movemail-search-path)
7201 (rmail-movemail-variant-in-use): New variables.
7202 (rmail-remote-password, rmail-remote-password-required):
7203 New customization variables.
7204 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7205 (rmail-parse-url): New function.
7206 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7207 with GNU mailutils movemail.
7209 2005-01-15 Kevin Ryde <user42@zip.com.au>
7211 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7212 suffix to space, $ or '$, to correctly position point when going
7213 to @table style constants like DBL_MAX.
7215 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7217 * type-break.el (type-break-mode, type-break-file-time)
7218 (type-break-file-keystroke-count, type-break-choose-file):
7219 Don't store data in or load data from the file if type-break-file-name
7221 (type-break-file-name): Doc update as per the above.
7223 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7225 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7226 lookup-key might return nil; handle that.
7228 2005-01-15 Alan Mackenzie <acm@muc.de>
7230 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7231 rather than the element found, thus enabling the tree to be setcar'd.
7233 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7235 * textmodes/org.el (org-show-following-heading): New option.
7236 (org-show-hierarchy-above): Use `org-show-following-heading'.
7237 (org-cycle): Documentation fix.
7239 * textmodes/org.el (orgtbl-optimized): New option
7240 (orgtbl-mode): New command, a minor mode.
7241 (orgtbl-mode-map): New variable.
7242 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7243 (orgtbl-error, orgtbl-self-insert-command)
7244 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7246 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7247 a local variable in each org-mode buffer.
7249 * textmodes/org.el (org-set-regexps-and-options): Rename from
7250 `org-set-regexps'. Added checking for STARTUP keyword.
7251 (org-get-current-options): Add STARTUP options.
7252 (org-table-insert-row): Mode mode intelligent about when
7253 realignment is needed.
7254 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7256 (org-enable-table-editor): New default value `optimized'.
7257 (org-table-blank-field): Support blanking regions if active.
7259 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7261 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7262 if the year is not given.
7264 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7265 Add new escapes %m and %M, fixed bug with %F by adding
7267 (reftex-reference): Remove ?. from list of spaces.
7268 (reftex-label-info): Add automatic label prefix recognition.
7270 * textmodes/reftex-index.el (reftex-index-next-phrase):
7271 Add slave parameter to call of `reftex-index-this-phrase'.
7272 (reftex-index-this-phrase): New optional argument.
7273 (reftex-index-region-phrases): Add slave parameter to call of
7274 `reftex-index-this-phrase'.
7275 (reftex-display-index): New argument redo.
7276 (reftex-index-rescan): Add 'redo to arguments of
7277 `reftex-display-index'.
7278 (reftex-index-Rescan, reftex-index-revert)
7279 (reftex-index-switch-index-tag): Add 'redo to arguments of
7280 `reftex-display-index'.
7281 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7282 indexing. Fix bug with matching is there is a quote before or
7285 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7286 Fix bug when collecting citation keys in lines with comments.
7287 (reftex-citation): Prefix argument no longer rescans the document,
7288 but forces prompting for optional arguments of cite macros.
7289 (reftex-do-citation): Prompting for optional arguments implemented.
7291 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7292 Add optional arguments to most cite commands.
7293 (reftex-cite-cleanup-optional-args): New option
7294 (reftex-cite-prompt-optional-args): New option.
7295 (reftex-trust-label-prefix): New option.
7297 * textmodes/reftex-toc.el (reftex-toc-find-section):
7298 Add push-mark before changing the position in the buffer.
7300 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7301 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7303 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7305 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7308 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7310 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7311 (sgml-mode): Use it.
7312 (sgml-get-context): Better keep track of implicitly closed tags.
7314 2005-01-13 Kenichi Handa <handa@m17n.org>
7316 * textmodes/ispell.el: These changes are to fix misalignment error
7317 caused by equivalent characters of different Emacs charsets.
7318 (ispell-unified-chars-table): New variable.
7319 (ispell-get-decoded-string): New function.
7320 (ispell-get-casechars, ispell-get-not-casechars)
7321 (ispell-get-otherchars): Call ispell-get-decoded-string.
7323 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
7325 * custom.el (custom-declare-variable): Just put symbol instead
7326 of (defvar . symbol) in `current-load-list'.
7328 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7330 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7332 2005-01-12 Jay Belanger <belanger@truman.edu>
7334 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7335 to create a Calc summary.
7337 2005-01-12 Kim F. Storm <storm@cua.dk>
7339 * mouse.el (mouse-on-link-p): Change functionality and doc
7340 string to comply with latest description in lisp ref.
7342 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7344 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7345 Enable mouse clicks on mode-line, header-line and margin.
7346 (event-type): Give mouse event symbols an 'event-kind property
7347 with value 'mouse-click.
7349 2005-01-12 Juri Linkov <juri@jurta.org>
7351 * facemenu.el (list-colors-display): Add new arg buffer-name.
7352 Use it. Fix docstring. Replace code for identifying duplicate
7353 colors by the name with call to `list-colors-duplicates' which
7354 identifies duplicate colors by the value unless the color
7355 is one of special Windows colors. Set truncate-lines to t.
7356 Print sorted duplicate color names on each line. Indent to 22
7357 \(the longest color name in rgb.txt) instead of 20. Optimize.
7358 (list-colors-duplicates): New function.
7359 (facemenu-color-name-equal): Delete function.
7361 * facemenu.el (list-colors-print): New function created from code
7362 in list-colors-display. Print #RRGGBB at the window right edge.
7363 (list-colors-display): When temp-buffer-show-function is not
7364 defined, call list-colors-print from temp-buffer-show-hook
7365 to get the right value of window-width in list-colors-print
7366 after the buffer is displayed.
7368 * simple.el (pop-mark): Move deactivate-mark out of conditional
7369 part to deactivate the active mark regardless of the state of the
7372 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7373 variables line in desktop files.
7375 2005-01-12 Juri Linkov <juri@jurta.org>
7377 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7378 Bring together isearch highlight related options.
7379 (lazy-highlight): Replace group `replace' by `matching'.
7380 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7381 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7382 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7383 and declare them obsolete.
7384 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7385 (isearch-faces): Remove defgroup.
7386 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7387 Move isearch highlighting code closer to lazy highlighting code.
7389 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7390 (query-replace-highlight, query-replace-lazy-highlight)
7391 (query-replace): Move definitions to the beginning of the file.
7393 2005-01-11 Juri Linkov <juri@jurta.org>
7395 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7396 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7397 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7399 * info.el (Info-history-forward): New variable.
7400 (Info-select-node): Reset Info-history-forward to nil.
7401 (Info-last): Turn into defalias.
7402 (Info-history-back): Rename from Info-last.
7403 Add current node to Info-history-forward.
7404 (Info-history-forward): New fun.
7405 (Info-mode-map): Replace Info-last by Info-history-back.
7406 Bind Info-history-forward to "r".
7407 (Info-mode-menu): Replace Info-last by Info-history-back.
7408 Fix menu item text. Add menu item for Info-history-forward.
7409 (info-tool-bar-map): Replace Info-last by Info-history-back.
7410 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7411 for Info-history-forward.
7412 (Info-mode): Replace Info-last by Info-history-back in docstring.
7413 Add local variable Info-history-forward.
7414 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7416 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7418 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7419 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7420 Ignore select-window events rather than fiddle with
7421 mouse-autoselect-window.
7423 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7425 * type-break.el (type-break-mode): Fix previous change.
7427 2005-01-10 Jay Belanger <belanger@truman.edu>
7429 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7430 calculator; only reset when point is inside a calculator.
7431 Don't adjust the window height if the window takes up the whole height
7434 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7436 * ebuff-menu.el (Electric-buffer-menu-mode):
7437 Preserve value of buffer-local var header-line-format.
7439 2005-01-09 Jay Belanger <belanger@truman.edu>
7441 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7442 Make sure settings file exists before accessing it.
7444 * calc/calc-embed.el (calc-embedded-subst):
7445 Replace math-multi-subst-rec, which is only supposed to be called
7446 by math-multi-subst, by math-multi-subst.
7448 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7450 * vc.el (vc-allow-async-revert): New user option.
7451 (vc-disable-async-diff): New internal variable.
7452 (vc-revert-buffer): Use them to disable asynchronous diff.
7454 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7455 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7456 asynchronously if vc-disable-async-diff is t.
7458 2005-01-09 Jay Belanger <belanger@truman.edu>
7460 * calc/calc.el (defcalcmodevar): New macro.
7461 (calc-mode-var-list-restore-default-values)
7462 (calc-mode-var-list-restore-saved-values): New functions.
7463 (calc-mode-var-list): Use defcalcmodevar to define it.
7464 (calc-always-load-extensions, calc-line-numbering)
7465 (calc-line-breaking, calc-display-just, calc-display-origin)
7466 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7467 (calc-group-char, calc-point-char, calc-frac-format)
7468 (calc-prefer-frac, calc-hms-format, calc-date-format)
7469 (calc-float-format, calc-full-float-format, calc-complex-format)
7470 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7471 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7472 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7473 (calc-matrix-brackets, calc-language, calc-language-option)
7474 (calc-left-label, calc-right-label, calc-word-size)
7475 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7476 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7477 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7478 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7479 (calc-window-height, calc-display-trail, calc-show-selections)
7480 (calc-use-selections, calc-assoc-selections)
7481 (calc-display-working-message, calc-auto-why, calc-timing)
7482 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7483 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7484 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7485 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7486 (calc-gnuplot-geometry, calc-graph-default-resolution)
7487 (calc-graph-default-resolution-3d, calc-invocation-macro)
7488 (calc-show-banner): Use defcalcmodevar to declare them and set
7489 their default values.
7491 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7492 instead of default values (but restore default values if there is
7495 2005-01-09 David Kastrup <dak@gnu.org>
7497 * desktop.el (desktop-restore-eager): Fix typo in type.
7499 2005-01-08 Richard M. Stallman <rms@gnu.org>
7501 * cus-edit.el (customize): Delete :link.
7503 2005-01-08 Jay Belanger <belanger@truman.edu>
7505 * calc/calc.el (calc-mode): Remove the extension from the
7506 `calc-settings-file' file name when loading it.
7508 2005-01-08 Kim F. Storm <storm@cua.dk>
7510 * info.el (Info-mode-map, Info-next-link-keymap)
7511 (Info-prev-link-keymap, Info-up-link-keymap):
7512 Map follow-link to mouse-face.
7513 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7515 2005-01-08 Jay Belanger <belanger@truman.edu>
7517 * calc/calc.el (calc-settings-file): Change default value.
7518 Suggested by cgw in a comment in calc-mode.el.
7520 * calc/calc-mode.el (calc-settings-file-name):
7521 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7522 Replace ~/.emacs in a prompt by calc-settings-file.
7524 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7526 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7527 (desktop-lazy-idle-delay): New customizable variables.
7528 (desktop-buffer-args-list): New variable.
7529 (desktop-append-buffer-args): New function.
7530 (desktop-save): Call desktop-append-buffer-args for some buffers.
7531 (desktop-lazy-create-buffer): New function.
7532 (desktop-idle-create-buffers): New function.
7533 (desktop-read): Add message about buffers to restore lazily.
7534 (desktop-lazy-abort): New command.
7535 (desktop-clear): Call desktop-lazy-abort.
7536 (desktop-lazy-complete): New command.
7538 2005-01-06 Richard M. Stallman <rms@gnu.org>
7540 * emacs-lisp/find-func.el (find-face-definition):
7541 Rename from find-face.
7543 2005-01-06 Kim F. Storm <storm@cua.dk>
7545 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7547 * man.el (Man-xref-man-page, Man-xref-header-file)
7548 (Man-xref-normal-file): Add follow-link property.
7550 2005-01-06 Jay Belanger <belanger@truman.edu>
7552 * calc/calc-units.el: Make sure the proper macro definitions are
7553 available when compiling.
7555 2005-01-06 Juri Linkov <juri@jurta.org>
7557 * isearch.el (isearch-lazy-highlight-update):
7558 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7560 2005-01-06 Miles Bader <miles@gnu.org>
7562 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7563 (isearch-lazy-highlight-face): Use new name.
7565 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7567 * uniquify.el (uniquify-rationalize-file-buffer-names):
7568 Re-add an interactive spec.
7569 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7572 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7573 (isearch-update, isearch-done): Adjust calls accordingly.
7575 2005-01-05 Richard M. Stallman <rms@gnu.org>
7577 * custom.el (custom-set-variables, custom-theme-set-variables):
7578 Clarify documentation.
7580 * emacs-lisp/find-func.el (find-variable)
7581 (find-variable-other-window, find-variable-other-frame):
7582 Fix the TYPE args to find-function-read and find-function-do-it.
7583 (find-function): Doc fix.
7584 (find-function-at-point): Replace function-at-point alias.
7586 2005-01-04 Richard M. Stallman <rms@gnu.org>
7588 * cus-face.el (custom-declare-face):
7589 Record defface in current-load-list.
7591 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7593 * emacs-lisp/find-func.el: Doc fixes.
7594 (find-face-regexp): New variable.
7595 (find-function-regexp-alist): New variable.
7596 (find-function-C-source): Third arg is now TYPE.
7597 (find-function-search-for-symbol): Handle general TYPE.
7598 (find-function-read, find-function-do-it): Handle general TYPE.
7599 (find-definition-noselect, find-face): New functions.
7600 (function-at-point): Alias deleted.
7602 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7604 * battery.el (display-battery-mode): Rename from display-battery.
7605 Handle the case where it gets turned off.
7607 2005-01-04 Richard M. Stallman <rms@gnu.org>
7609 * cus-edit.el (customize): Make :link point to user doc.
7611 * man.el (Man-fontify-manpage): Turn off undo generation.
7613 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7615 2005-01-04 Andreas Schwab <schwab@suse.de>
7617 * files.el (insert-directory): Only look for error lines in
7618 inserted text. Don't move too far after processing --dired markers.
7620 2005-01-04 Richard M. Stallman <rms@gnu.org>
7622 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7623 Don't expand if the character is @, period, dash, etc.
7624 (define-mail-abbrev): Quote names that contain problem characters.
7626 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7628 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7630 2005-01-03 Richard M. Stallman <rms@gnu.org>
7632 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7633 (query-replace-highlight, query-replace-lazy-highlight)
7634 (query-replace): Definitions moved up. Doc fix.
7636 2005-01-03 Richard M. Stallman <rms@gnu.org>
7638 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7639 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7640 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7641 (lazy-highlight-face): Rename from isearch-lazy-...
7642 Change all references to them.
7644 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7646 * cus-edit.el (custom-file): Doc fix for defcustom.
7647 (custom-file): The function no longer sets the variable
7648 `custom-file' to its return value.
7650 * startup.el (command-line): No longer load `custom-file'.
7652 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7654 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7656 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7657 Don't confuse module-prefixed identifiers for labels.
7658 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7660 2005-01-02 Richard M. Stallman <rms@gnu.org>
7662 * files.el (basic-save-buffer-1): Fix previous change.
7664 * loadhist.el (file-loadhist-lookup): New function.
7665 (file-provides, file-requires): Use it.
7667 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7668 instead of calculating the right size.
7670 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7672 * vc-svn.el (vc-svn-diff): Stay local if possible.
7674 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7676 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7678 * files.el (hack-local-variables): Fix last change.
7680 2005-01-02 Jay Belanger <belanger@truman.edu>
7682 * calc/calc-yank.el (calc-edit-top): New variable.
7683 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7684 object. Change header properties.
7685 (calc-edit-finish, calc-edit-finish-stack-object)
7686 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7688 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7689 for the beginning of the edited object.
7690 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7691 for the beginning of the edited object.
7692 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7693 (calc-finish-formula-edit, calc-macro-repeats)
7694 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7695 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7696 beginning of the edited object.
7697 (calc-user-define-edit): Change the header for editing macros.
7698 Remove unnecessary variable.
7700 2005-01-01 Jay Belanger <belanger@truman.edu>
7702 * calc/calc-yank.el (calc-edit-mode): Change default header.
7703 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7704 * calc/calc-store.el (calc-edit-variable): Change title to match new
7706 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7707 mode to match new header.
7708 (calc-user-define-edit): Change titles to include names of commands.
7709 (calc-finish-formula-edit): Adjust to handle new header.
7710 (calc-finish-macro-edit): Remove.
7711 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7712 (calc-edit-macro-command, calc-edit-macro-command-type)
7713 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7714 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7715 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7716 (calc-edit-macro-finish-edit): New functions.
7717 (calc-user-define-edit): Use new functions to edit named calc macros.
7719 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7721 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7723 * ses.el (copy-region-as-kill): Deactivate mark.
7725 2005-01-01 Richard M. Stallman <rms@gnu.org>
7727 * replace.el (occur-1): If the output buffer is also an input,
7728 don't kill it, rename it.
7730 * faces.el (set-face-background, set-face-foreground): Doc fix.
7732 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7733 for :foreground and :background.
7735 * dired.el (dired-view-command-alist): Variable deleted.
7736 (dired-view-file, dired-mouse-find-file-other-window):
7737 Delete the code to use it.
7739 2005-01-01 Kim F. Storm <storm@cua.dk>
7741 * image.el (insert-sliced-image): Use t for line-height property.
7743 2004-12-31 Jay Belanger <belanger@truman.edu>
7745 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7746 for "var-" at the beginning of the minibuffer.
7748 2004-12-31 Richard M. Stallman <rms@gnu.org>
7750 * faces.el (read-face-name):
7751 Don't treat an attribute spec as a list of faces.
7753 * simple.el (undo): Use undo-equiv-table to detect
7754 unexpected changes since previous undo.
7755 (undo-list-saved): Variable deleted.
7756 (buffer-disable-undo): Don't alter undo-list-saved.
7758 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7759 (mode-require-final-newline): New option.
7760 (after-find-file): Handle require-final-newline with new values.
7761 (basic-save-buffer): Handle new values of require-final-newline.
7763 * progmodes/sh-script.el (sh-require-final-newline):
7764 Alist value now controls whether to use mode-require-final-newline.
7765 (sh-set-shell): Implement that new meaning.
7767 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7768 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7769 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7770 Delete old-Emacs compatibility code.
7771 (antlr-c-common-init): Function deleted.
7773 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7774 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7775 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7776 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7777 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7778 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7779 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7780 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7781 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7782 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7783 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7784 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7785 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7786 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7787 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7788 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7790 2004-12-31 Jay Belanger <belanger@truman.edu>
7792 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7793 way to return to Calc.
7795 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7796 finish, C-xk as the way to cancel the edit. Add cancel routine to
7799 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7802 * calc/calc-prog.el: Remove obsolete MacEdit code.
7803 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7804 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7806 2004-12-31 Kenichi Handa <handa@m17n.org>
7808 * international/mule.el (buffer-file-coding-system-explicit):
7809 Rename for explicit-buffer-file-coding-system.
7810 (after-insert-file-set-coding): Adjust for the above change.
7812 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7813 to buffer-file-coding-system-explicit.
7814 (basic-save-buffer-1): Likewise.
7816 2004-12-30 Richard M. Stallman <rms@gnu.org>
7818 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7819 (artist-butlast, artist-last): Functions deleted.
7820 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7821 (artist-compute-key-compl-table): Call remq directly.
7822 (artist-remove-nulls): Function deleted.
7823 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7824 (artist-push, artist-pop): Macro deleted.
7826 2004-12-30 Andreas Leue <al@sphenon.de>
7828 * textmodes/artist.el (artist-version): 1.2.6
7829 (artist-prev-next-op-alist): New variable.
7830 (artist-select-next-op-in-list): New function.
7831 (artist-select-prev-op-in-list): New function.
7832 (artist-make-prev-next-op-alist): New function.
7833 (artist-is-in-op-list-p): New function.
7834 (artist-get-first-non-nil-op): New function.
7835 (artist-get-last-non-nil-op): New function.
7836 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7837 artist-prev-next-op-alist.
7838 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7839 change drawing operation.
7841 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7843 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7845 2004-12-31 Masatake YAMATO <jet@gyve.org>
7847 * server.el (server-process-filter): Suppress `error', too.
7849 2004-12-30 Jay Belanger <belanger@truman.edu>
7851 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7852 Change the way a variable is displayed in a message.
7854 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7855 (calc-user-define-permanent, calc-execute-kbd-macro):
7856 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7858 2004-12-30 Kenichi Handa <handa@m17n.org>
7860 * files.el (basic-save-buffer-1):
7861 Set explicit-buffer-file-coding-system to last-coding-system-used.
7862 (revert-buffer): Pay attention to
7863 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7864 on bind coding-system-for-read.
7866 * international/mule.el (explicit-buffer-file-coding-system):
7867 New buffer local variable.
7868 (after-insert-file-set-coding): Set it to coding-system-for-read.
7870 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7872 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7874 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7876 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7877 that include line numbers.
7879 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7881 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7882 Redundant variable PREFIXLEN removed.
7884 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7886 * eshell/em-hist.el (eshell-previous-matching-input):
7887 Start the deletion from the end of the output.
7889 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7891 * term/mac-win.el: Require x-dnd.
7892 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7894 2004-12-29 David Kastrup <dak@gnu.org>
7896 * international/mule.el (decode-coding-inserted-region):
7897 Don't barf if `buffer-undo-list' is already set to `t'.
7899 2004-12-29 Jay Belanger <belanger@truman.edu>
7901 * calc/calc-prog.el (calc-user-define-formula): Put default values
7902 for function names in prompts.
7903 (calc-user-define-permanent, calc-user-define-composition)
7904 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7905 default input for algebraic functions.
7907 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7909 * vc-rcs.el (vc-rcs-annotate-command):
7910 Fix omission bug: Call `vc-setup-buffer'.
7912 2004-12-29 Kenichi Handa <handa@m17n.org>
7914 * international/mule.el (recode-region): New function.
7916 2004-12-28 Richard M. Stallman <rms@gnu.org>
7918 * simple.el (undo-extra-outer-limit): New variable.
7919 (undo-outer-limit-truncate): Test and set it.
7921 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7922 enables the feature to extend the existing region.
7924 * simple.el (mark-word): New arg ALLOW-EXTEND
7925 enables the feature to extend the existing region.
7927 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7928 enables the feature to extend the existing region.
7930 * startup.el (site-run-file): Don't allow setting it with Custom.
7932 * simple.el (buffer-disable-undo): Fix previous change.
7934 2004-12-27 Masatake YAMATO <jet@gyve.org>
7936 * hexl.el (hexlify-buffer): Remove fontification here.
7937 Use font lock mechanism instead.
7938 (hexl-font-lock-keywords): New font lock kewords.
7939 (hexl-mode-old-font-lock-keywords): New variable.
7940 (hexl-mode): Store the old font lock keywords.
7941 (hexl-mode-exit): Restore the old font lock keywords.
7943 2004-12-27 Richard M. Stallman <rms@gnu.org>
7945 * simple.el (undo): Fix previous change.
7947 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7949 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7950 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7951 Call x-open-connection on Mac OS X.
7953 2004-12-27 Richard M. Stallman <rms@gnu.org>
7955 * files.el (buffer-save-without-query): New var (buffer-local).
7956 (save-some-buffers): Save those buffers first, w/o asking.
7958 * files.el (insert-directory-ls-version): New variable.
7959 (insert-directory): When ls returns an error, test the version
7960 number to decide what the return code means.
7961 With --dired output format, detect and distinguish lines
7962 that are really error messages.
7963 (insert-directory-adj-pos): New function.
7965 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7967 * battery.el (battery-mode-line-format): Remove initial spaces.
7969 * uniquify.el (uniquify-rationalize-file-buffer-names):
7970 Delete interactive spec.
7972 * type-break.el (type-break-mode): Set buffer-save-without-query.
7973 Remove code that tried to set save-some-buffers-always.
7974 (type-break-file-keystroke-count): Bind deactivate-mark.
7976 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7978 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7979 Test that the buffer is live, and maybe reject current buffer too.
7981 (next-error-find-buffer): Rewrite for clarity.
7983 * loadup.el: Don't use buffer-disable-undo; do it directly.
7985 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7986 (describe-variable): Call symbol-file with `defvar'.
7988 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7989 (symbol-file): Rewritten to handle new load-history format.
7990 Now takes an arg TYPE to specify looking for a particular
7991 type of definition only.
7993 * emacs-lisp/debug.el (debugger-make-xrefs):
7994 Call symbol-file with `defun'.
7996 * emacs-lisp/find-func.el (find-function-noselect):
7997 Call symbol-file with `defun'.
7998 (find-variable-noselect): Call symbol-file with `defvar'.
8000 * eshell/esh-cmd.el (eshell-find-alias-function):
8001 Call symbol-file with `defun'.
8003 * eshell/esh-test.el (eshell-test-goto-func):
8004 Call symbol-file with `defun'.
8006 * mail/rmail.el (rmail-resend):
8007 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8009 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8011 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8013 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8014 Call buffer-disable-undo.
8016 * simple.el (undo-list-saved): New variable (buffer-local).
8017 (undo): Set and test it.
8018 (buffer-disable-undo): Move here from buffer.c.
8019 Clear out undo-list-saved.
8021 * international/mule.el (decode-coding-inserted-region):
8022 Set buffer-undo-list in a correct and optimal way.
8024 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8025 (cperl-font-lock-unfontify-region-function): No need to save and
8026 restore info, since font-lock.el does it for us.
8028 * ansi-color.el (save-buffer-state): Definition deleted.
8029 (ansi-color-unfontify-region): Don't use save-buffer-state.
8031 2004-12-27 Dave Love <fx@gnu.org>
8033 * wid-edit.el (function): Use restricted-sexp as parent.
8035 2004-12-27 Kevin Ryde <user42@zip.com.au>
8037 * simple.el (next-matching-history-element): Use same
8038 `interactive' form as previous-matching-history-element.
8040 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8041 it can appear unencoded and has been seen from yahoo.
8043 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8045 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8046 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8048 2004-12-27 Kenichi Handa <handa@m17n.org>
8050 * international/utf-8.el (utf-translate-cjk-load-tables):
8051 Bind coding-system-for-read to nil while loading subst-*.
8053 2004-12-26 Jay Belanger <belanger@truman.edu>
8055 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8058 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8060 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8061 before reverting and disable undo recording while reverting.
8063 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8065 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8066 (hs-make-overlay): New function.
8067 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8068 (hs-flag-region): Delete function.
8069 (hs-hide-comment-region): No longer use `hs-flag-region'.
8070 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8071 (hs-hide-block-at-point): Likewise.
8072 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8073 (hs-hide-all, hs-show-all): Likewise.
8074 (hs-show-block): Likewise.
8075 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8077 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8079 * progmodes/hideshow.el: Require `cl' when compiling.
8080 Remove XEmacs and Emacs 19 compatibility.
8081 Use `dolist' and `add-to-list' for load-time actions.
8082 (hs-discard-overlays): Use `dolist'.
8083 (hs-show-block): Likewise.
8085 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8087 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8089 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8091 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8092 When extending backwards, move outside the current comment first.
8094 2004-12-22 Kenichi Handa <handa@m17n.org>
8096 * international/quail.el (quail-start-translation): Fix prompt
8097 string for the case if input-method-use-echo-area being non-nil.
8098 (quail-start-conversion): Likewise.
8099 (quail-show-guidance): Don't show guidance if
8100 input-method-use-echo-area is non-nil.
8102 2004-12-21 Richard M. Stallman <rms@gnu.org>
8104 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8106 2004-12-21 Markus Rost <rost@ias.edu>
8108 * calendar/diary-lib.el (mark-diary-entries):
8109 Set mark-diary-entries-in-calendar only after checking for diary-file.
8111 2004-12-21 Richard M. Stallman <rms@gnu.org>
8113 * faces.el (escape-glyph): Use blue against light foreground.
8115 * simple.el (undo-outer-limit-truncate): New function.
8116 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8118 2004-12-21 Eli Barzilay <eli@barzilay.org>
8120 * calculator.el (calculator-radix-grouping-mode)
8121 (calculator-radix-grouping-digits)
8122 (calculator-radix-grouping-separator):
8123 New defcustoms for the new radix grouping mode functionality.
8124 (calculator-mode-hook): Now used in electric mode too,
8125 (calculator): Call it.
8126 (calculator-mode-map): Some new keys.
8127 (calculator-message): New function. Some new calls.
8128 (calculator-op, calculator-set-register): Use it.
8129 (calculator-string-to-number): New function, mostly moved and
8130 updated code from calculator-curnum-value.
8131 (calculator-curnum-value): Use it.
8132 (calculator-paste): Use it, and update grabbing the current-kill.
8133 (calculator-rotate-displayer)
8134 (calculator-rotate-displayer-back): Toggle digit grouping when
8135 in radix mode, use calculator-message.
8136 (calculator-displayer-prev, calculator-displayer-next):
8137 Change digit group size when in radix mode.
8138 (calculator-number-to-string): Rename from
8139 calculator-num-to-string. Now deals with digit grouping in
8141 (calculator-update-display, calculator-put-value): Use the new name.
8142 (calculator-fact): Return a floating point number.
8143 (calculator-mode): Doc fix.
8145 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8147 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8148 * calendar/diary-lib.el (view-other-diary-entries):
8149 Use current-prefix-arg in interactive spec.
8151 2004-12-19 Jay Belanger <belanger@truman.edu>
8153 * calc/calc-aent.el (calcAlg-blank-matching-open):
8154 Temporarily adjust the syntax of both delimiters of half-open intervals.
8156 2004-12-19 Kim F. Storm <storm@cua.dk>
8158 * mouse.el (mouse-1-click-follows-link): Doc fix.
8160 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8162 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8163 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8164 instead of centraleuropean as the name
8166 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8168 Sync with Tramp 2.0.46.
8170 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8171 parameters wrt Tramp convention.
8172 (tramp-handle-file-attributes-with-perl)
8173 (tramp-handle-directory-files-and-attributes): Apply it.
8174 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8175 `copy-program'. Reported by Zack Weinberg
8176 <zack@codesourcery.com>.
8177 (top): Set `edebug-form-spec' property directly rather than
8178 calling `def-edebug-spec'.
8180 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8181 advice less fragile. Surround temporary redefinition of
8182 `substitute-in-file-name' with `unwind-protect'. Suggested by
8183 Matt Hodges <MPHodges@member.fsf.org>.
8185 2004-12-17 Juri Linkov <juri@jurta.org>
8187 * replace.el (occur-accumulate-lines, occur-engine):
8188 Make forcing deferred font-lock fontification jit-specific.
8190 2004-12-17 Kim F. Storm <storm@cua.dk>
8192 * mouse.el (mouse-1-click-follows-link): New defcustom.
8193 (mouse-on-link-p): New function.
8194 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8195 functionality. Map a mouse-1 click event into a mouse-2 (or
8196 other) event when position is inside a link.
8198 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8199 prefix in tooltip text with "mouse-1" when this is a link
8200 recognized by mouse-1-click-follows-link functionality.
8202 * help.el (describe-key): Report effective and original binding
8203 for mouse-1 when clicked on a link.
8204 (describe-mode): Add follow-link property to "minor-mode" button.
8206 * help-fns.el (describe-variable): Add follow-link property to
8209 * help-mode.el (help-xref): Add follow-link property.
8211 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8212 (apropos-command, apropos-variable, apropos-face, apropos-group)
8213 (apropos-widget, apropos-plist): Add follow-link property.
8215 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8216 checks if position is in a filename, rather than some other
8217 clickable item. Function looks for cvs-filename-face at position.
8219 * wid-edit.el (widget-specify-field, widget-specify-button):
8220 Map a :follow-link keyword into a follow-link property.
8221 (link): Add :follow-link keyword, map to RET binding.
8223 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8225 * progmodes/compile.el (compilation-minor-mode-map)
8226 (compilation-button-map, compilation-mode-map): Likewise.
8228 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8230 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8231 (zone-replace-char): Take `count' and `del-count'
8232 instead of `direction'. Update callers. When `del-count' is
8233 non-nil, delete that many characters, otherwise `count' characters
8234 backwards. Insert the newly-replaced string `count' times.
8235 (zone-fret): Handle chars w/ width greater than one.
8236 (zone-fall-through-ws): No longer take window width `ww'.
8237 Update callers. Add handling for `char-width' greater than one.
8238 (zone-pgm-drip): Update var holding window-end position every cycle.
8240 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8242 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8243 rather than insert-file.
8245 2004-12-16 Jay Belanger <belanger@truman.edu>
8247 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8248 (math-init-random-base, math-random-digit): Check to see if
8249 var-RandSeed is bound.
8250 (math-random-last): Declare it.
8251 (math-random-digit): Don't make math-random-last local.
8253 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8255 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8256 one-shot thunk for uniform (error, quit, normal) recovery.
8257 Reported by John Paul Wallington.
8258 (zone-pgm-random-life): Fix bug:
8259 Recognize empty initial field by lack of "@" chars.
8261 2004-12-16 Juri Linkov <juri@jurta.org>
8263 * help.el (function-called-at-point):
8264 * help-fns.el (variable-at-point): As a last resort try stripping
8265 non-word prefixes and suffixes.
8267 * descr-text.el (describe-property-list): Don't treat syntax-table
8268 specially. Use describe-text-sexp which inserts [show] button
8269 for large objects and handles printing errors. Sort properties
8270 by names in alphabetical order instead of by value sizes.
8271 Add `mouse-face' to list of properties for `describe-face' widget.
8272 (describe-char): Mask out face-id from 19 bits of character.
8273 Print face-id separately.
8275 * replace.el (occur-accumulate-lines, occur-engine):
8276 Fontify unfontified matching lines in the source buffer
8277 before copying them.
8278 (occur-engine): Don't put mouse-face on context lines.
8279 (occur-next-error): Set point to line beginning/end
8280 before searching for prev/next property to skip multiple
8281 matches on a line (not supported by occur engine).
8282 Remove redundant prefix-numeric-value.
8284 2004-12-15 Juri Linkov <juri@jurta.org>
8286 * replace.el (match): New face.
8287 (list-matching-lines-face): Change default from `bold' to `match'.
8289 * progmodes/grep.el (grep-match-face): New defvar.
8290 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8291 compilation-column-face to highlight grep matches.
8293 * apropos.el (apropos-match-face): Change default from
8294 `secondary-selection' to `match'.
8296 * info-look.el (info-lookup-highlight-face): Change default from
8297 `highlight' to `match'.
8299 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8301 * progmodes/executable.el (executable-interpret): Eliminate
8302 obsolete compile-internal, and switch to comint for interaction.
8304 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8306 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8307 `&&' when skipping multiple statements on a line.
8309 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8311 * play/zone.el (zone): Set `truncate-lines'.
8312 Also, init `tab-width' with value from original buffer.
8313 (zone-shift-up): Rewrite for speed.
8314 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8315 (zone-pgm-jitter): Remove redundant entries from ops vector.
8316 (zone-exploding-remove): Reduce iteration count.
8317 (zone-cpos): Convert to defsubst.
8318 (zone-replace-char): New defsubst.
8319 (zone-park/sit-for): Likewise.
8320 (zone-fret): Take window-start arg.
8321 Update callers. Use `zone-park/sit-for'.
8322 (zone-fill-out-screen): Rewrite.
8323 (zone-fall-through-ws): Likewise. Update callers.
8324 (zone-pgm-drip): Use `zone-replace-char'.
8325 Move var inits before while-loop. Use `zone-park/sit-for'.
8326 (zone-pgm-random-life): Handle empty initial field.
8327 Use `zone-replace-char' and `zone-park/sit-for'.
8329 2004-12-15 Juri Linkov <juri@jurta.org>
8331 * isearch.el (isearch-update): Test isearch-lazy-highlight
8332 before calling isearch-lazy-highlight-new-loop.
8333 (isearch-lazy-highlight-new-loop):
8334 Don't test isearch-lazy-highlight.
8336 * replace.el (perform-replace): Add isearch-case-fold-search.
8337 Use delimited-flag for isearch-regexp.
8338 Reset isearch-lazy-highlight-last-string to force lazy
8339 highlighting when called from isearch mode.
8340 (query-replace-highlight): Revert defcustom type to boolean.
8341 (query-replace-lazy-highlight): New defcustom.
8342 (query-replace): New face.
8343 (perform-replace, replace-highlight, replace-dehighlight):
8344 Test query-replace-lazy-highlight instead of special value
8345 `isearch' of query-replace-highlight.
8346 (replace-dehighlight): Don't call isearch-dehighlight.
8347 (replace-highlight): Don't call isearch-highlight.
8348 Use face `query-replace' unconditionally.
8350 2004-12-14 Kim F. Storm <storm@cua.dk>
8352 * simple.el (inhibit-mark-movement): Remove defvar.
8353 (beginning-of-buffer, end-of-buffer): Don't use it.
8355 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8356 Don't use inhibit-mark-movement.
8358 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8359 (cua--undo-push-mark): Remove.
8360 (cua--pre-command-handler, cua--post-command-handler):
8361 Don't fiddle with inhibit-mark-movement.
8363 2004-12-14 Juri Linkov <juri@jurta.org>
8365 * buff-menu.el (list-buffers-noselect): Collect internal info
8366 for every buffer in BUFFER-LIST arg too.
8367 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8368 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8369 Bind same-window-buffer-names and same-window-regexps to nil.
8371 2004-12-13 Juri Linkov <juri@jurta.org>
8373 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8375 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8376 (sc-cite-region, sc-uncite-region, sc-recite-region):
8377 Fix previous change to handle not alist as a symbol, but
8378 a citation frame as a symbol that represents a variable name.
8380 2004-12-13 Richard M. Stallman <rms@gnu.org>
8382 * filecache.el (file-cache-add-directory-using-find):
8383 Only set up file-cache-find-command-posix-flag if we will use it.
8385 * bindings.el (mode-line-buffer-identification-keymap):
8386 Don't cancel the mode-line's usual down-mouse-1 binding.
8388 * cus-edit.el (custom-face-selected): Handle `default' specs.
8389 (custom-face-edit): Increase extra-offset.
8390 (custom-display): Handle `default' specs.
8392 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8394 * emacs-lisp/elint.el (elint-standard-variables)
8395 (elint-unknown-builtin-args): Move definitions up.
8397 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8399 * info.el (info-xref-visited): Use `default' instead of t.
8400 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8402 * faces.el (header-line, mode-line-inactive, tool-bar):
8403 Use `default' instead of t for setting the defaults.
8404 (face-spec-choose): Separate `t' from `default'.
8406 * subr.el (while-no-input): New macro.
8408 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8410 * filecache.el (file-cache-add-directory-using-find):
8411 Only test file-cache-find-command-posix-flag on some systems.
8413 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8415 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8416 Reported by Ville Skytt
\e,Ad
\e(B <scop@xemacs.org>.
8417 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8418 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8419 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8421 2004-12-12 Juri Linkov <juri@jurta.org>
8423 * files.el (find-file-other-window, find-file-other-frame):
8424 Add the first buffer to the returned value to return the complete
8425 list of all visited buffers.
8426 (find-file-read-only, find-file-read-only-other-window)
8427 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8428 `find-file-read-args'. Signal an error about non-existent file
8429 only if file name doesn't contain wildcards. Toggle read-only in
8430 all visited buffers.
8431 (find-alternate-file, find-alternate-file-other-window):
8432 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8433 called interactively. Pass arg `wildcards' to other functions.
8434 (find-file-noselect): Doc fix.
8436 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8438 (ffap-directory-finder): New variable.
8439 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8440 (ffap-file-at-point): Add /* to immediately rejected names.
8441 Return absolute file names matching ffap-dired-wildcards.
8442 (ffap-read-file-or-url): Set default value for `completing-read'
8443 to `buffer-file-name'.
8444 (find-file-at-point): When filename matches ffap-dired-wildcards,
8445 call ffap-file-finder with t arg `wildcards', instead of dired.
8446 (ffap-other-window, ffap-other-frame): Return visited buffers.
8447 (ffap-read-only, ffap-read-only-other-window)
8448 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8449 (dired-at-point): Call ffap-directory-finder instead of dired.
8450 (ffap-dired-other-window, ffap-dired-other-frame)
8451 (ffap-list-directory): New commands.
8452 (ffap-bindings): New keybindings for new commands.
8454 2004-12-12 Juri Linkov <juri@jurta.org>
8456 * simple.el (beginning-of-buffer, end-of-buffer):
8457 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8458 Do not push mark when mark is active in transient-mark-mode.
8460 * simple.el (mark-word):
8461 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8462 * textmodes/paragraphs.el (mark-paragraph):
8463 Extend the region when mark is active in transient-mark-mode,
8464 regardless of the last command. Doc fix.
8466 * simple.el (mark-word): Preserve direction when repeating.
8467 Make arg optional. Interactive "p" -> "P".
8468 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8470 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8471 preserving direction, to mark forward instead of backward when mark
8472 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8474 2004-12-12 Juri Linkov <juri@jurta.org>
8476 * isearch.el (isearch-edit-string): Set 7th arg of
8477 `read-from-minibuffer' to `t' to inherit the current input
8478 method (whose name is indicated by [IM] in the minibuffer prompt)
8479 from the current buffer to the minibuffer.
8480 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8481 to allow C-g quitting for lazy highlighting looping inside the
8482 search with nested repetition operators. Add overlay to the list
8483 before setting its face and other properties to avoid the case of
8484 code quitting after placing the new overlay but before it's
8485 recorded on the list. Select the window where isearch was
8486 activated, to highlight matches in the right window when isearch
8487 switches the current window to the minibuffer.
8489 * international/isearch-x.el
8490 (isearch-process-search-multibyte-characters):
8491 Use `isearch-message' as initial input for `read-string' instead
8492 of adding it to the minibuffer prompt. After reading a string
8493 remove the initial value of `isearch-message' from the string.
8495 * replace.el (replace-match-maybe-edit): Doc fix.
8496 (perform-replace): Don't call `replace-highlight' when automatic
8497 replacement is requested in literal mode, since it is intended
8498 only to highlight words during entering a new replacement string
8499 for \? in non-literal mode.
8501 * replace.el (query-replace-highlight): Add new value `isearch'
8502 that allows query replacement to use isearch highlighting.
8503 Change type from `boolean' to `choice'. Doc fix.
8504 (replace-highlight, replace-dehighlight, perform-replace):
8505 Use isearch highlighting if query-replace-highlight eq `isearch'.
8507 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8509 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8510 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8512 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8513 case of \end{verbatim}.
8515 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8517 * term.el (term-termcap-format): Synchronyze with terminfo.
8518 (term-emulate-terminal): Handle reset.
8519 (term-reset-terminal): New function.
8521 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8523 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8524 (zone-fill-out-screen): New func.
8525 (zone-pgm-drip): Use `zone-fill-out-screen'.
8526 Also, no longer go to point-min on every cycle.
8527 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8528 (zone-pgm-random-life-wait): New user var.
8529 (zone-pgm-random-life): New func.
8531 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8533 * files.el (auto-mode-alist): Map .com to DCL mode.
8535 2004-12-09 Richard M. Stallman <rms@gnu.org>
8537 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8539 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8541 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8542 buffer with a display margin.
8544 2004-12-08 Jay Belanger <belanger@truman.edu>
8546 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8547 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8549 2004-12-08 Richard M. Stallman <rms@gnu.org>
8551 * faces.el: Delete code to set display table.
8552 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8554 2004-12-08 Jay Belanger <belanger@truman.edu>
8556 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8558 * calc/calc-ext.el (math-read-replacement-list)
8559 (math-read-superscripts, math-read-preprocess-string): Move to
8562 * calc/calc-aent.el (math-read-replacement-list)
8563 (math-read-superscripts, math-read-preprocess-string): Move from
8566 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8568 * isearch.el (isearch-quote-char): Fix up typo in last change.
8570 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8572 * mouse.el (mouse-set-font): Handle the case where the command was
8573 not invoked using the mouse.
8575 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8576 (edmacro-finish-edit): Further update for keyboard macros that are
8578 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8580 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8582 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8583 (font-lock-default-unfontify-region): Don't save buffer state any more.
8585 2004-12-07 Jay Belanger <belanger@truman.edu>
8587 * calc/calc-help.el (calc-describe-key):
8588 Set calc-summary-indentation even when Calc Summary buffer exists.
8590 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8592 * calendar/holidays.el (holiday-easter-etc): Make arguments
8593 optional for backwards compatibility. Doc fix.
8594 Remove un-necessary local vars mandatory, output-list.
8595 (holiday-advent): Make arguments optional for backwards
8596 compatibility. Doc fix.
8598 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8600 * paren.el (show-paren-function): Fix last change (2004-12-02).
8602 * international/mule-util.el (char-displayable-p): Return nil for
8605 * subr.el (subregexp-context-p): New function.
8607 * isearch.el (isearch-quote-char): Use it.
8609 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8610 (regexp-opt-not-groupie*-re): Remove.
8611 (regexp-opt): Properly handle inputs with duplicate entries.
8613 2004-12-06 Richard M. Stallman <rms@gnu.org>
8615 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8617 * cus-edit.el (custom-file): Doc fix.
8619 * textmodes/org.el: New file.
8621 2004-12-06 Kenichi Handa <handa@m17n.org>
8623 * ldefs-boot.el: Update international/mule-util.el section.
8625 2004-12-05 Sam Steingold <sds@gnu.org>
8627 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8628 Fix `tramp-time-diff' comparison logic.
8630 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8632 * progmodes/which-func.el (which-function):
8633 Use `run-hook-with-args-until-success' instead of a custom loop.
8634 Fixes bug with local hooks.
8636 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8638 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8639 Use delete-dups when calculating the initial value.
8640 (bibtex-autokey-get-title): Use <=.
8641 (bibtex-goto-line): New function.
8642 (bibtex-reposition-window): Use line numbers instead of point
8643 positions. Use window-body-height.
8644 (bibtex-find-crossref): Use bibtex-reposition-window.
8645 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8646 position of entry if key is found or nil if not found.
8648 2004-12-05 Richard M. Stallman <rms@gnu.org>
8650 * cus-edit.el (custom-file): Doc fix.
8652 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8654 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8656 * simple.el (blink-matching-open):
8657 * textmodes/tex-mode.el (tex-validate-region):
8658 Obey syntax-table text properties.
8660 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8662 * wid-edit.el (widget-specify-field): Add `real-field' property to
8664 (widget-field-at): Use it.
8666 2004-12-02 Richard M. Stallman <rms@gnu.org>
8668 * progmodes/cc-mode.el (awk-mode autoload):
8669 Supply t meaning interactive function.
8671 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8672 (isearch-mode-map): No special definition for space.
8673 (isearch-whitespace-chars): Command deleted.
8674 (isearch-forward-regexp): Doc fix.
8675 (isearch-quote-char): When a space is not inside brackets,
8676 use `[ ]' instead of just space.
8677 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8679 * imenu.el (imenu--generic-function): Delete code to exclude
8680 matches in comments.
8682 * man.el (Man-reverse-face): Change default to `highlight'.
8684 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8685 (occur-engine): Use `face' prop rather than `font-lock-face'
8686 when specifying use of `match-face'.
8687 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8689 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8691 * add-log.el (add-log-current-defun): Handle the case where point
8692 is in the header part of a DEFUN construct.
8694 2004-12-02 Dave Love <fx@gnu.org>
8696 * progmodes/python.el (python-font-lock-syntactic-keywords):
8697 Fix previous change.
8699 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8701 * paren.el (show-paren-function): Check for matching chars
8702 specified by text props.
8704 2004-12-02 Jay Belanger <belanger@truman.edu>
8706 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8707 when reading a new key sequence.
8709 2004-12-02 Kim F. Storm <storm@cua.dk>
8711 * faces.el (escape-glyph): Rename from glyph.
8712 (standard-display-table): Set it here. Add escape-glyph face to
8713 extra slot characters.
8715 * disp-table.el: Undo 2004-12-01 change. Display table is now
8718 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8720 * xml.el (xml-parse-dtd): Don't show validity messages when
8721 xml-validating-parser is nil.
8722 (xml-substitute-special): Fix validity error messages to
8723 actually show the unexpandable entity. Added validity error if &
8724 isn't followed by an entity.
8725 (xml-parse-tag): Concatenate any string following the a
8726 <![CDATA[]]> section to the parsed CDATA.
8727 (xml-parse-dtd): Skip parameter entity declarations and use of
8730 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8732 * kmacro.el (kmacro-default-counter-format): New var.
8733 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8734 (kmacro-display): Remove `nil' from `and' form. Delete call to
8735 `format' inside `message'.
8736 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8738 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8740 * pcvs.el (cvs-header-msg): New function.
8741 (cvs-update-header): Use it. Change calling convention.
8742 Correctly handle the case of having simultaneous active processes.
8743 (cvs-sentinel): Don't call cvs-update-header any more.
8744 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8746 2004-12-01 Jay Belanger <belanger@truman.edu>
8748 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8751 2004-12-01 Juri Linkov <juri@jurta.org>
8753 * progmodes/prolog.el (prolog-mode-variables):
8754 Fix imenu-generic-expression.
8756 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8758 * faces.el (glyph): New face.
8760 * disp-table.el: Add an autoloaded table, that doesn't require
8761 this library, with glyph face.
8763 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8764 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8765 (conf-quote-normal): Allow normalizing only ' or ".
8766 (conf-mode): Regexp-quote constructed comment-start and don't
8767 match section {} where "name" contains braces.
8769 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8772 2004-12-01 Kenichi Handa <handa@m17n.org>
8774 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8775 (x-select-text): Don't treat eight-bit-control/graphic chars
8776 specially. Store the encoded text in the X cut buffer.
8777 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8778 with x-last-selected-text-cut-encoded.
8780 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8782 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8784 2004-11-30 Markus Rost <rost@ias.edu>
8786 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8789 2004-11-30 Jay Belanger <belanger@truman.edu>
8791 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8792 on signs of intervals.
8793 (math-pow-of-zero): Strengthen checks for positive and negative
8796 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8797 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8798 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8799 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8800 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8801 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8802 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8803 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8804 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8805 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8806 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8807 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8808 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8809 with provide statements.
8811 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8813 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8815 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8816 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8817 functions by require statements.
8818 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8820 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8821 (calc-gnuplot-print): Give them values.
8823 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8825 Add calc-do-embedded-activate to autoloads.
8826 (calc-gnuplot-name, calc-gnuplot-plot-command)
8827 (calc-gnuplot-print-command): Move them to calc-graph.el.
8829 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8831 * term/mac-win.el (ccl-encode-mac-roman-font)
8832 (ccl-encode-mac-cyrillic-font)
8833 (ccl-encode-mac-centraleuropean-font, encoder-list)
8834 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8835 Support Cyrillic, CentralEuropean, and Dingbat font display
8837 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8839 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8841 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8844 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8846 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8847 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8849 2004-11-29 Jay Belanger <belanger@truman.edu>
8851 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8852 cases of the base and exponent.
8854 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8856 * simple.el (next-error-buffer-p): Allow for inclusive and
8857 exclusive tests for finding a buffer.
8858 (next-error-find-buffer): Pass the exclusive and inclusive tests
8859 to next-error-buffer-p.
8861 * replace.el (occur-next-error): Switch to the Occur buffer when
8862 appropriate, use the exclusive filter to next-error-find-buffer to
8863 do it. Use the absolute value of the motion amount.
8865 2004-11-29 Kenichi Handa <handa@m17n.org>
8867 * startup.el (command-line): Decode all default-directory by
8868 locale-coding-system.
8870 2004-11-29 Jay Belanger <belanger@truman.edu>
8872 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8873 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8874 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8875 Replace calls to calc-extensions by appropriate require, replace
8876 calc-extensions-loaded by appropriate featurep.
8878 * calc/calc-ext.el: Move require to end of file.
8879 Remove redundant loading of calc.el.
8880 (calc-extensions-loaded): Remove unnecessary variable.
8881 (calc-extensions): Remove unnecessary function.
8882 (calc-load-everything): Replace calc-need-macros by appropriate require.
8884 * calc/calc-macs.el: Move provide to end of file.
8885 (calc-need-macros): Remove unnecessary function.
8887 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8888 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8889 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8890 Replace calc-extensions by appropriate require.
8891 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8893 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8894 Replace calc-need-macros by appropriate require.
8896 * calc/calc.el: Move require to end of file.
8897 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8898 Remove unnecessary variable.
8899 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8900 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8901 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8902 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8903 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8904 (math-format-number, math-format-bignum, math-read-number)
8905 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8906 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8907 by appropriate require.
8908 (calc-check-defines): Replace calc-need-macros by appropriate require.
8910 2004-11-29 Kim F. Storm <storm@cua.dk>
8912 * macros.el (insert-kbd-macro): Handle kmacro functions.
8914 2004-11-28 Juri Linkov <juri@jurta.org>
8916 * compare-w.el (compare-windows-highlight): Attach each overlay
8917 to its window to properly highlight differences while comparing
8918 two windows of the same buffer. Fix arguments.
8919 (compare-windows-sync-default-function): Fix arguments of
8920 `compare-windows-highlight'.
8922 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8923 Use `read-expression-history'. Set initial contents only if
8924 `edebug-global-break-condition' is non-nil. Set histpos to 1
8925 if initial contents is equal to the last history element.
8926 (edebug-set-conditional-breakpoint): Instead of temporarily
8927 prepending the current condition to the history, set initial
8928 contents to the current condition. Set histpos to 1 if initial
8929 contents is equal to the last history element.
8931 * info.el (Info-search-whitespace-regexp): Remove shy group.
8932 (Info-search): Forward line if search is on the header line.
8933 Use search-whitespace-regexp in two other places.
8935 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8937 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8938 warning. Delay real definition, which uses
8939 `set-fringe-indicators-1' till after the definition of that function.
8941 2004-11-28 Kim F. Storm <storm@cua.dk>
8943 * fringe.el (fringe): New defgroup.
8944 (fringe-mode): Move to fringe group.
8945 (fringe-indicators): New defcustom.
8946 (set-fringe-indicators-1): New defun.
8948 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8949 (menu-bar-showhide-fringe-ind-menu): New keymap.
8950 (menu-bar-showhide-fringe-ind-empty)
8951 (menu-bar-showhide-fringe-ind-mixed)
8952 (menu-bar-showhide-fringe-ind-box)
8953 (menu-bar-showhide-fringe-ind-right)
8954 (menu-bar-showhide-fringe-ind-left)
8955 (menu-bar-showhide-fringe-ind-none): New defuns.
8956 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8958 2004-11-27 Richard M. Stallman <rms@gnu.org>
8960 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8962 * generic.el (define-generic-mode): Doc fix.
8964 * menu-bar.el (menu-bar-options-save): For the options
8965 that are toggled with menu-bar-make-mm-toggle, don't check
8966 for customized-value prop.
8968 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8970 * mail/supercite.el (sc-cite-region): Handle the case where
8971 sc-cite-frame-alist is a symbol.
8972 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8974 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8977 2004-11-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
8979 * wid-edit.el (widget-narrow-to-field): New function.
8980 (widget-complete): Use it.
8982 2004-11-27 Jay Belanger <belanger@truman.edu>
8984 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8986 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8987 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8988 (math-alg-inequalities): Move declaration to earlier in the file.
8990 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8991 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8994 * calc/calc-lang.el (math-expr-data, math-expr-token)
8995 (math-exp-old-pos): Declare them.
8997 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8998 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9000 2004-11-27 Kim F. Storm <storm@cua.dk>
9002 * progmodes/flymake.el: Use (featurep 'xemacs).
9003 (flymake-makehash): Change to defsubst. Use fboundp.
9004 (flymake-time-to-float): Remove.
9005 (flymake-float-time): Merge code from flymake-time-to-float here.
9006 (flymake-replace-regexp-in-string): Change to defsubst.
9007 (flymake-split-string-remove-empty-edges):
9008 Rename to flymake-split-string.
9009 (flymake-split-string): Remove previous defalias.
9010 (flymake-get-temp-dir): Change to defsubst.
9011 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9012 Define for xemacs only.
9013 (flymake-master-file-count-limit): Change into compiler defvar only.
9014 (flymake-find-possible-master-files): Let-bind it dynamically while
9015 sorting files using flymake-master-file-compare.
9017 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9019 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9020 of defun-prompt-regexp matches inside a comment/string but the
9021 beginning is correctly outside everything.
9023 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9024 appears within a string or a comment.
9026 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9027 rather than make-symbol for symbols which are used in
9028 a symbol-macrolet or equivalent.
9030 2004-11-26 Jay Belanger <belanger@truman.edu>
9032 * calc-misc.el (calc-last-why-command): Declare it.
9034 * calc-vec.el (math-grade-vec): New variable.
9035 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9036 Replace variable grade-vec by declared variable.
9037 (math-rb-close): New variable.
9038 (math-read-brackets, math-read-vector): Replace variable close by
9041 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9042 (calc-one-window, calc-edit-handler, calc-restore-trail)
9043 (calc-allow-ret): Declare them.
9045 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9046 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9047 (math-radix-float-cache-tag, math-random-cache)
9048 (math-max-digits-cache, math-integral-cache, math-units-table)
9049 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9050 (math-moc-func): New variable.
9051 (math-map-over-constants, math-map-over-constants-rec):
9052 Replace variable func by declared variable.
9054 * calc/calc-store.el (calc-given-value, calc-store-opers):
9056 (calc-var-name-map): Move declaration to earlier in the file.
9057 (calc-pv-pos): New variable.
9058 (calc-permanent-variable, calc-insert-permanent-variable):
9059 Replace variable pos by declared variable.
9061 * calc/calc-mtx.el (calc-det-lu): New variable.
9062 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9064 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9065 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9066 and arg by declared variables.
9067 (calcFunc-reducer): Fix incorrect variable.
9068 (math-inner-mul-func, math-inner-add-func): New variables.
9069 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9070 and add-func by declared variables.
9072 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9073 (calc-digit-value): Declare them.
9075 * calc/calc-help.el (Info-history): Declare it.
9076 (calc-describe-key): Make calc-summary-indentation a local variable.
9077 (calc-help-long-names): Move declaration to earlier in file.
9079 * calc/calc-embed.el (calc-original-buffer): Declare it.
9080 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9081 (calc-embed-bot): New variables.
9082 (calc-do-embedded, calc-embedded-mark-formula)
9083 (calc-embedded-find-bounds, calc-embedded-duplicate)
9084 (calc-embedded-new-formula, calc-embedded-make-info):
9085 Replace vars outer-top, outer-bot, bot and top by declared variables.
9086 (calc-embed-prev-modes): New variable.
9087 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9088 prev-modes with declared variable.
9089 (calc-embed-vars-used): New variable.
9090 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9091 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9092 vars-used by declared variable.
9094 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9095 (math-format-radix-float): Remove unnecessary setq.
9096 (math-radix-float-cache): Declare it.
9098 * calc/calcsel2.el (calc-keep-selection): Declare it.
9100 * calc/calc-maint.el: Remove file.
9102 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9104 * textmodes/bibtex.el (bibtex-sort-entry-class)
9105 (bibtex-comment-start): Use defcustom.
9106 (bibtex-entry-field-alist): Use nil if initial content of the
9107 field is undefined. Fix docstring.
9108 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9109 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9110 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9111 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9113 (bibtex-autokey-title-terminators): Use only one regexp.
9114 (bibtex-string-maybe-empty-head): New variable.
9115 (bibtex-remove-delimiters-string): New function.
9116 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9117 Use bibtex-remove-delimiters-string.
9118 (bibtex-progress-message, bibtex-field-left-delimiter)
9119 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9120 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9121 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9123 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9124 Use eq and bibtex-remove-delimiters-string. For end markers use
9125 insertion type so that marker stays after inserted text.
9126 (bibtex-autokey-get-names): Return empty string if name is missing.
9127 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9128 calling bibtex-autokey-name-case-convert.
9129 (bibtex-autokey-demangle-title):
9130 Call bibtex-autokey-titleword-case-convert. Remove call to
9131 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9132 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9133 (bibtex-read-key): New optional arg global.
9134 (bibtex-files-expand): New optional arg force.
9135 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9136 (bibtex-complete-crossref-cleanup): Rename from
9137 bibtex-complete-key-cleanup. Simplify code.
9138 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9139 Operate on current entry.
9140 (bibtex-button): Add docstring.
9141 (bibtex-entry): Simplify.
9142 (bibtex-make-field): Replace optional arg called-by-yank with more
9143 specific args move and interactive.
9144 (bibtex-end-of-entry): Use forward-sexp.
9145 (bibtex-find-entry-globally): Remove.
9146 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9148 (bibtex-find-entry): New optional args global and display.
9149 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9150 (bibtex-validate): Use arg force of bibtex-files-expand.
9151 (bibtex-clean-entry): Bugfix, clean string entries properly.
9152 Always keep point at beginning of entry.
9153 (bibtex-complete): Bugfix. Handle string entries properly.
9154 Call cleanup functions only if needed.
9155 (bibtex-String): Use bibtex-read-string-key.
9156 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9157 case of replacement text.
9159 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9161 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9162 (tramp-perl-directory-files-and-attributes): New constant.
9163 (tramp-file-name-handler-alist): Delete file-directory-files, add
9164 directory-files-and-attributes.
9165 (tramp-perl-file-attributes): Surround uid and gid by double
9166 quotes. Change parameter id-format from nonnumeric.
9167 (tramp-convert-file-attributes): New function.
9168 (tramp-handle-file-attributes): Use it.
9169 (tramp-maybe-send-perl-script): New function.
9170 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9171 file mode. Change parameter id-format from nonnumeric.
9172 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9174 (tramp-post-connection): Don't send tramp-perl-file-attributes
9175 script. Reset connection property "perl-scripts".
9176 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9179 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9181 * desktop.el (desktop-read): Replace mapcar with mapc.
9182 (desktop-create-buffer): Replace mapcar with mapc.
9183 Remove redundant piece of code.
9185 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9187 * progmodes/gud.el (gud-display-line): Use display-buffer
9188 for GDB-UI as for GUD.
9190 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9192 (gdb-ann3): Don't make GUD buffer dedicated.
9193 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9194 (gdb-display-source-buffer): Delete function.
9195 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9196 (menu): Delete menu bindings for viewing source/assembler.
9197 (gdb-setup-windows, gdb-restore-windows):
9198 Don't dedicate GUD. No assembler now.
9199 (gdb-reset): No need to undedicate source buffers now.
9200 (gdb-source-info): No assembler now.
9202 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9204 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9205 width to those for special frames.
9206 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9208 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9209 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9210 (gdb-frame-assembler-buffer): Rework like
9211 gdb-frame-breakpoints-buffer.
9213 2004-11-25 Richard M. Stallman <rms@gnu.org>
9215 * progmodes/flymake.el: Reindent.
9216 (flymake-split-string): Turn into defalias.
9217 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9218 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9219 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9220 (flymake-build-relative-filename): Rename from ...path.
9223 2004-11-25 Cheng Gao <chenggao@gmail.com>
9225 * progmodes/flymake.el: Much whitespace and capitalization change.
9226 Move `provide' to end. Require `compile' only when compiling.
9228 2004-11-24 Jay Belanger <belanger@truman.edu>
9230 * calc/calc-alg.el: Added comment.
9231 (math-polynomial-base): Replace variable mpb-top-expr by
9232 math-poly-base-top-expr.
9234 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9235 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9237 (math-poly-base-total-base): New variable.
9238 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9239 mpb-total-base by declared variable.
9240 (math-factored-vars, math-to-list): Declare it.
9241 (math-fact-expr): New variable.
9242 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9243 (math-factor-expr-try, math-factor-expr-part): Replace variable
9244 expr by declared variable.
9245 (math-fet-x): New variable.
9246 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9247 by declared variable.
9248 (math-factor-poly-coefs): Make temp a local variable.
9250 * calc/calc-units.el (calc-convert-units): Make units a local
9252 (calc-num-units, calc-den-units): New variables.
9253 (calc-explain-units, calc-explain-units-rec): Replace variables
9254 num-units and den-units by declared variables.
9255 (math-cu-unit-list): New variable.
9256 (math-build-units-table, math-compare-unit-names)
9257 (math-convert-units, math-convert-units-rec): Replace variable
9258 unit-list by declared variable.
9259 (math-fbu-base, math-fbu-entry): New variables.
9260 (math-find-base-units, math-find-base-units-rec): Replace variables
9261 base and entry by declared variables.
9262 (math-which-standard): New variable.
9263 (math-to-standard-units, math-to-standard-rec): Replace variable
9264 which-standard by declared variable.
9265 (math-fcu-u): New variable.
9266 (math-find-compatible-unit, math-find-compatible-unit-rec):
9267 Replace variable u by declared variable.
9268 (math-cu-new-units, math-cu-pure): New variables.
9269 (math-convert-units, math-convert-units-rec): Replace variables
9270 new-units and pure by declared variables.
9271 (math-try-cancel-units): New variable.
9272 (math-simplify-units-quotient): Replace variable try-cancel-units by
9275 2004-11-24 Richard M. Stallman <rms@gnu.org>
9277 * textmodes/ispell.el (ispell-check-version):
9278 If default-directory is nonexistent, use home dir.
9280 * progmodes/grep.el (grep-regexp-alist):
9281 Don't match parens around line numbers.
9283 * progmodes/cperl-mode.el (cperl-indent-region)
9284 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9285 Don't print progress messages.
9287 * progmodes/compile.el (compilation-mode-map):
9288 Don't inherit from compilation-minor-mode-map;
9289 copy its bindings instead. But the menu bar Compile
9290 entry now does inherit from compilation-menu-map.
9292 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9293 Use with-no-warnings around compiler-macroexpand.
9295 * imenu.el: Don't always require newcomment.
9296 (imenu--generic-function): Call comment-normalize-vars
9297 if we have a comment syntax.
9298 Exit the loop if REGEXP matches the null string.
9299 Test comment-start as well as comment-start-skip
9300 when deciding whether to check for comments.
9302 * tooltip.el (tooltip-mode): Doc fix.
9304 * term.el (term-escape-char, term-mode): Doc fixes.
9306 2004-11-24 Dave Love <fx@gnu.org>
9308 * progmodes/python.el (python-font-lock-syntactic-keywords):
9309 Check for escapes in the regexp.
9310 (python-quote-syntax): Don't do it here.
9312 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9314 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9315 (gdb-frames-mode-map, gdb-threads-mode-map)
9316 (gdb-registers-mode-map, gdb-locals-mode-map)
9317 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9318 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9320 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9321 (dedicated-switch-to-buffer): Rework.
9322 (gdb-var-evaluate-expression-handler, gdb-put-string):
9323 Remove unused variable bindings.
9324 (gdb-setup-windows, gdb-display-buffer):
9325 Simplify. Use pop-to-buffer.
9326 (gdb-view-source-function): Simplify.
9327 (gdb-frame-breakpoints-buffer):
9328 Use pop-to-buffer, special-display-regexps.
9330 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9332 * progmodes/f90.el (f90-smart-end)
9333 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9334 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9335 (f90-end-of-block): Doc fix. Make check of outermost block
9336 conditional on value of `f90-smart-end'.
9337 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9338 Handle case where END-BLOCK is nil.
9339 (f90-match-end): Handle un-named PROGRAM blocks.
9340 (f90-backslash-not-special): New function.
9342 2004-11-24 Jay Belanger <belanger@truman.edu>
9344 * calc/calc.el (calc-embedded-active): Removed unnecessary
9346 (calc-show-banner): Removed redundant declaration.
9348 * calc/calc-graph.el (calc-gnuplot-default-device)
9349 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9350 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9351 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9352 Remove redundant initial values.
9354 * calc/calc-arith.el (math-scalar-functions)
9355 (math-nonscalar-functions, math-scalar-if-args-functions)
9356 (math-real-functions, math-positive-functions)
9357 (math-nonnegative-functions, math-real-scalar-functions)
9358 (math-real-if-arg-functions, math-integer-functions)
9359 (math-num-integer-functions, math-rounding-functions)
9360 (math-float-rounding-functions, math-integer-if-args-functions)
9361 (math-super-types): Move declarations to earlier in file.
9362 (math-unit-prefixes): Declared it.
9363 (math-floor-prec, math-trunc-prec): New variables.
9364 (math-trunc-fancy): Replace variable prec by declared variable.
9365 (math-floor-fancy): Replace variable prec by declared variable.
9366 (math-com-bterms): New variable.
9367 (math-commutative-equal, math-commutative-collect):
9368 Replace variable bterms by declared variable.
9370 * calc/calc-misc.el (math-trunc): Replace variable prec by
9372 (math-floor): Replace variable prec by math-floor-prec.
9374 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9375 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9376 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9377 (math-format-date, math-format-date-part): Replace variables
9378 date, dt, year, month, day, weekday, hour, minute, second and
9379 bc-flag by declared variables.
9380 (math-pd-str): New variable.
9381 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9382 Replace variable str by declared variable.
9383 (math-daylight-savings-hook, math-tzone-names): Move definitions
9384 to earlier in the file.
9385 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9386 (math-sh-year): New variable.
9387 (math-setup-add-holidays, math-setup-holidays)
9388 (math-setup-year-holidays): Replace variable `year' by declared
9391 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9393 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9394 n, nf and nfm1 by declared variables.
9395 (math-nri-n): New variable.
9396 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9397 n by declared variable.
9398 (calcFunc-log): Removed misplaced condition.
9400 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9402 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9404 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9406 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9407 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9408 Dedicate gdb-related windows.
9409 (gdb-display-buffer): Dedicate gdb-related windows.
9410 Don't grab other frames.
9411 (gdb-reset): Remove dedicated property after debugging.
9413 2004-11-24 Jay Belanger <belanger@truman.edu>
9415 * calc/calc-sel.el: Add comment.
9417 * calc/calc.el (math-stack-value-offset): Replace variables c,
9418 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9420 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9421 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9422 (math-stack-value-offset-fancy): Replace variables c, wid and off
9423 by declared variables.
9424 (math-comp-just, math-comp-comma-spc): New variables.
9425 (math-compose-expr, math-compose-matrix): Replace variables `just'
9426 and comma-spc by declared variable.
9427 (math-comp-vector-prec): New variable.
9428 (math-compose-expr, math-compose-matrix, math-compose-rows):
9429 Replace variable vector-prec by declared variable.
9430 (math-comp-left-bracket, math-comp-right-bracket)
9431 (math-comp-comma): New variables.
9432 (math-compose-expr, math-compose-rows): Replace variables
9433 left-bracket, right-bracket and comma by declared variables.
9434 (math-comp-full-width): New variable.
9435 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9436 Replace variable full-width by declared variable.
9437 (math-comp-highlight, math-comp-word, math-comp-level)
9438 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9439 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9441 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9442 (math-comp-sel-flat-term): Replace variables comp-highlight,
9443 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9445 (math-comp-simplify, math-comp-simplify-term)
9446 (math-comp-add-string, math-comp-add-string-sel):
9447 Replace variables comp-highlight, comp-buf, comp-base,
9448 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9450 2004-11-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9452 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9454 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9455 and x-server-version may throw.
9457 2004-11-23 Kim F. Storm <storm@cua.dk>
9459 * subr.el (substitute-key-definition-key): Optimize.
9460 Don't call indirect-function for nil defn (always signals error).
9462 * ido.el (ido-read-internal): Fix require-match check when
9463 ido-directory-too-big is set.
9465 2004-11-23 Jay Belanger <belanger@truman.edu>
9467 * calc/calc-ext.el (math-read-replacement-list)
9468 (math-read-superscripts): New variables.
9469 (math-read-preprocess-string): New function.
9470 (math-read-expr): Filter input through math-read-preprocess-string.
9472 * calc/calc-aent.el (math-read-exprs): Filter input through
9473 math-read-preprocess-string.
9475 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9477 * progmodes/compile.el (compilation-start): In cd command use
9478 substitute-env-vars -- not quite shell compatible but better than
9480 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9481 handle the newer versions messages, which are more parseable.
9483 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9485 * reveal.el (reveal-mode-map): New var.
9486 (reveal-mode): Use it.
9488 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9490 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9491 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9493 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9495 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9496 header-line when needed.
9497 Use fixed-pitch only in the header-line.
9498 Build the underline automatically. Use emdash if available.
9500 2004-11-22 Richard M. Stallman <rms@gnu.org>
9502 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9503 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9505 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9507 * progmodes/gdb-ui.el (gdb-resync): New function.
9508 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9509 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9510 Use it to fail more gracefully.
9511 (gdb-variables): Delete variable.
9512 Re-order variables to reduce byte-compiler warnings.
9514 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9516 * descr-text.el (describe-char):
9517 * paren.el (show-paren-function):
9518 * subr.el (syntax-after): Undo last change.
9520 * progmodes/python.el (run-python): Don't hard code *Python*.
9521 Don't modify global process-environment.
9522 (python-send-region, python-load-file): Don't assume that
9523 python-buffer == (process-buffer (python-proc)).
9524 (python-switch-to-python): Simplify.
9526 * dired.el (dired-align-file): Don't assume line starts with spaces.
9528 2004-11-21 Jay Belanger <belanger@truman.edu>
9530 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9531 Replace variable `lines' by math-read-big-lines.
9532 (math-read-big-expr): Replace variables the-baseline, the-h2
9533 and err-msg by math-read-big-baseline, math-read-big-h2 and
9535 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9537 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9538 (math-read-big-balance): Replace unbound variable by value.
9539 (math-read-big-lines): New variable.
9540 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9541 (math-read-big-error, math-read-big-balance): Replace variable
9542 `lines' by declared variable.
9543 (math-read-big-baseline, math-read-big-h2): New variables.
9544 (math-read-big-rec): Replace variables the-baseline and the-h2
9545 by declared variables.
9546 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9547 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9548 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9550 (math-read-big-err-msg): New variable.
9551 (math-read-big-error): Replace variable err-msg by declared variable.
9553 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9555 * ses.el: Add coding cookie.
9556 Fix up docstrings, follow new commenting conventions.
9557 (ses-header-line-menu): Fix missing variable rename for header-row.
9558 (ses-cell-size): Remove.
9559 (ses-make-cell): New function.
9560 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9561 (ses-calculate-cell): Remove unused var `symbol'.
9562 (ses-narrowed-p): New function.
9563 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9564 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9565 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9566 (ses-setup): Use restore-buffer-modified-p.
9567 (ses-cleanup): Remove unused var `end'.
9568 (ses-header-string-left-offset): Remove.
9569 (ses-create-header-string): Adjust to new behavior of `align-to'.
9570 Truncate excessively large fields to preserve alignment.
9571 (ses-reconstruct-all): Remove unused var `refs'.
9572 (ses-read-cell-printer): Remove unused var `prompt'.
9573 (ses-delete-row): Remove unused var `pos'.
9574 (ses-delete-column): Remove unused var `new'.
9576 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9578 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9579 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9580 Eliminate eval-and-compile usage.
9581 (ps-insert-file): Use insert-file-contents instead of insert-file.
9582 (ps-setup): Code fix.
9584 * printing.el (pr-setup, lpr-setup): Code fix.
9586 2004-11-21 Jay Belanger <belanger@truman.edu>
9588 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9589 (calc-original-buffer): Declare them.
9590 (calc-user-formula-alist): New variable.
9591 (calc-user-define-formula, calc-fix-user-formula)
9592 (calc-user-define-composition, calc-finish-formula-edit):
9593 Replace variable `alist' by declared variable.
9594 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9595 (var-q7, var-q7, var-q8, var-q9): Declare them.
9596 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9598 (calcFunc-typeof): Replace undeclared variable by expression.
9599 (math-exp-env): New variable.
9600 (math-define-body, math-define-exp): Replace exp-env by declared var.
9601 (math-define-exp): Replace misplaced variable by expression.
9603 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9604 (calc-curve-model, calc-curve-coefnames): New variables.
9605 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9606 varnames, model and coefnames by declared variables.
9607 (math-root-widen): New variable.
9608 (math-search-root, math-find-root): Replace variable root-widen by
9610 (var-DUMMY): Declare it.
9611 (math-root-vars, math-min-vars): Move the declarations to earlier in
9613 (math-brent-min): Make d a local variable.
9614 (math-find-minimum): Replace non-existent variable.
9615 (math-ninteg-romberg): Remove unnecessary variable.
9616 (math-ninteg-temp): New variable.
9617 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9618 integ-temp by declared variable.
9619 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9621 (math-general-fit): Replace variables first-var, first-coef and
9622 new-coefs by declared variables.
9623 (calcFunc-fitvar): Replace variable first-var by declared variable.
9624 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9625 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9626 (math-all-vars-vars, math-all-vars-found): New variables.
9627 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9628 found by declared variable math-all-vars-vars.
9630 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9632 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9635 2004-11-20 Richard M. Stallman <rms@gnu.org>
9637 * isearch.el (isearch-mode-map): Don't bind SPC.
9638 (isearch-whitespace-chars): Function deleted.
9639 (isearch-search): Bind search-spaces-regexp.
9640 (isearch-lazy-highlight-search): Likewise.
9641 (search-whitespace-regexp): Doc fix.
9642 (isearch-forward-regexp): Doc fix.
9644 * emacs-lisp/bytecomp.el (byte-compile-form):
9645 Move the calls to byte-compile-set-symbol-position,
9646 to avoid having two for the same symbol occurrence.
9648 * comint.el (comint-input-ring-size): Increase to 150.
9650 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9652 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9653 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9655 * imenu.el (imenu--generic-function):
9656 Ensure we keep moving backward even if BEG isn't further back.
9658 * replace.el (query-replace-read-to, query-replace-read-from):
9659 Specify t for KEEP-ALL in read-from-minibuffer.
9661 * progmodes/python.el (python-switch-to-python):
9662 If Python isn't running, start it.
9663 Don't alter debug-ignored-errors.
9665 * progmodes/cperl-mode.el (cperl-indent-region):
9666 Don't mind imenu-scanning-message.
9668 * bindings.el (global-map): Bind C-e to move-end-of-line.
9670 * simple.el (line-move-finish): New arg FORWARD.
9671 Ignore invisible newlines, not intangible ones.
9672 Conditions for acceptable stopping positions depend on FORWARD.
9673 (line-move): Pass FORWARD arg to line-move-finish.
9675 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9676 of HEADER. Compensate for this change in the code to add display
9677 properties. Don't make the first line intangible.
9679 * info.el (Info-search): Fix previous change.
9681 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9683 * Makefile.in (recompile): Revert 2004-11-19 change.
9684 (compile): Likewise.
9686 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9688 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9690 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9692 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9693 defgroup and defcustom. Eliminate eval-and-compile usage.
9695 * progmodes/ebnf-otz.el: Fix typos.
9697 2004-11-19 Jay Belanger <belanger@truman.edu>
9699 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9700 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9701 disp-trail by declared variable.
9703 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9704 (calc-finish-selection-edit): Replace variable disp-trail by
9706 (calc-selection-cache-entry): Move declaration to earlier in the file.
9707 (calc-selection-cache-num, calc-selection-cache-comp)
9708 (calc-selection-cache-offset, calc-selection-true-num)
9709 (calc-final-point-line, calc-final-point-column)
9710 (calc-original-buffer): Declare them.
9711 (calc-fnp-op, calc-fnp-num): New variables.
9712 (calc-find-nth-part, calc-find-nth-part-rec)
9713 (calc-select-previous): Replace op and num by declared variables.
9714 (calc-rsf-old, calc-rsf-new): New variables.
9715 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9716 Replace variables old and new by declared variables.
9717 (calc-sel-reselect): New variable.
9718 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9719 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9720 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9721 reselect with declared variable.
9723 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9724 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9725 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9726 (math-import-list, math-rewrite-phase): Declare them.
9727 (math-rewrite): Use let* to declare variables.
9728 (calc-rewrite-selection): Make rules a local variable.
9729 (calc-rewr-sel): New variable.
9730 (calc-rewrite-selection, calc-locate-selection-marker)
9731 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9733 (math-rewrite-whole-expr): New variable.
9734 (math-rewrite, math-rewrite-phase): Replace variable expr by
9736 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9737 (math-rewrite-heads-blanks ): New variables.
9738 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9739 heads, skips and blanks by declared variables.
9740 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9741 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9743 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9744 old, new, old-func and new-func by declared variables.
9745 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9746 Remove unnecessary variable.
9747 (math-apply-rw-regs): New variable.
9748 (math-apply-rewrites, math-rwapply-replace-regs)
9749 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9750 (math-apply-rw-ruleset): New variable.
9751 (math-apply-rewrites, math-rwapply-remember): Replace variable
9752 ruleset by declared variable.
9754 2004-11-19 Richard M. Stallman <rms@gnu.org>
9756 * info.el (Info-search): Use search-whitespace-regexp.
9758 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9760 * vc-rcs.el (vc-rcs-parse): New function.
9761 (vc-rcs-annotate-command): Likewise.
9762 (vc-rcs-annotate-current-time): Likewise.
9763 (vc-rcs-annotate-time): Likewise.
9764 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9766 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9768 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9770 2004-11-18 Jay Belanger <belanger@truman.edu>
9772 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9774 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9776 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9777 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9778 Use make-temp-file to generate PostScript files in any situation.
9779 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9780 (pr-interactive-p): Eliminate var.
9781 (pr-save-interactive): Eliminate macro.
9782 (pr-interface, pr-ps-directory-preview)
9783 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9784 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9785 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9786 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9787 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9788 (pr-ps-region-ps-print, pr-ps-mode-preview)
9789 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9790 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9791 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9792 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9793 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9794 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9795 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9796 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9797 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9798 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9799 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9800 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9801 Eliminate pr-save-interactive usage.
9802 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9803 Eliminate pr-interactive-p usage.
9804 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9805 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9806 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9807 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9808 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9809 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9810 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9812 (pr-ps-file): Use make-temp-file to generate a temporary file.
9814 2004-11-17 Jay Belanger <belanger@truman.edu>
9816 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9818 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9819 (math-top-only): New variable.
9820 (math-simplify, math-simplify-step): Replace variable top-only by
9821 declared variable math-top-only.
9822 (math-simplify-expr): Declare it.
9823 Replace argument expr in all calls of math-defsimplify by
9825 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9826 (math-simplify-divisor, math-simplify-one-divisor)
9827 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9828 (math-simplify-pow): Replace variable expr by declared variable
9830 (math-simplify-divisor): Remove local variables temp and op.
9831 (math-simplify-one-divisor): Make temp and op local variables.
9832 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9834 (math-simplify-divisor, math-simplify-one-divisor):
9835 Replace variables nover and dover by declared variables.
9836 (math-expr-subst-new, math-expr-subst-old): New variables.
9837 (math-expr-subst, math-expr-subst-rec): Replace variables new
9838 and old by declared variables.
9839 (math-is-poly-degree, math-is-poly-loose): New variables.
9840 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9841 and loose by declared variables.
9842 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9843 (math-polynomial-base, math-polynomial-base-rec):
9844 Replace variables const-ok and mpb-pred by declared variables.
9846 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9848 * calc/calc-ext.el (math-defsimplify): Change the argument in
9849 the created function to math-simplify-expr.
9851 * calc/calc-units.el (math-simplify-expr): Declare it.
9852 Replace argument expr in all calls of math-defsimplify by
9854 (math-simplify-units-prod): Replace variable expr by declared
9855 variable math-simplify-expr.
9857 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9859 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9860 Replace mapcar->dolist, format->string.
9862 2004-11-17 Miles Bader <miles@gnu.org>
9864 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9865 * progmodes/idlwave.el: Remove RCS keywords.
9867 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9869 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9870 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9871 Update to IDLWAVE version 5.5. Too many changes to list them here.
9872 * progmodes/idlw-help.el: New file.
9874 2004-11-16 Richard M. Stallman <rms@gnu.org>
9876 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9877 Discard spaces after \i according to TeX rules.
9879 * international/mule.el (set-buffer-file-coding-system):
9881 (after-insert-file-set-coding): Pass that new arg.
9882 Prevent set-buffer-multibyte from trying to lock the file.
9884 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9886 * saveplace.el (save-place): Doc fix.
9888 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9889 temporarily widen before finding the following word to copy.
9891 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9892 (cl-map-keymap): Definition deleted.
9894 * subr.el (map-keymap-internal): New function.
9896 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9898 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9899 when pressing rather than when releasing mouse-2. Simplify.
9901 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9903 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9904 (compilation-mode): Set it here instead.
9906 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9908 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9909 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9911 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9913 * progmodes/compile.el (compilation-internal-error-properties):
9914 Fix up a transposition-typo. Check end-col before using it.
9916 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9918 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9919 Discard whitespace after macro \i when converting it.
9921 2004-11-16 Juri Linkov <juri@jurta.org>
9923 * emacs-lisp/find-func.el (find-function-regexp):
9924 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9925 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9926 Remove invalid `\W' from [^cgv\W]. Doc fix.
9927 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9929 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9931 * play/life.el: Maintainer is now FSF.
9932 (life-patterns, life-neighbor-deltas, life-window-start)
9933 (life-current-generation, life-generation-string): Use defvar
9934 instead of defconst.
9936 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9938 * progmodes/compile.el (compilation-move-to-column): New fun.
9939 (compilation-internal-error-properties)
9940 (compilation-next-error-function): Use it to make sure we don't go past
9943 2004-11-15 John Paul Wallington <jpw@gnu.org>
9945 * autoinsert.el (auto-insert-alist): Insert the user's name in
9946 copyright notice, rather than Free Software Foundation, for the
9947 Emacs Lisp header case too.
9949 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9951 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9952 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9953 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9954 return the list of string in a string.
9955 (pr-call-process): Message if calling process returns an error, that
9956 is, the exit status is different of zero.
9958 2004-11-15 Jay Belanger <belanger@truman.edu>
9960 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9962 (math-integ-depth, math-integ-level, math-integral-limit)
9963 (math-enable-subst, math-any-substs, math-integ-msg)
9964 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9965 (math-int-threshold, math-int-factors, math-double-roots)
9966 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9967 (var-GenCount): Declare these variables.
9968 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9969 (math-integral-cache, math-integral-cache-state):
9970 Move declarations to earlier in the file.
9971 (math-deriv-var, math-deriv-total, math-deriv-symb)
9972 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9973 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9974 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9975 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9976 (math-solve-res): New variables
9977 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9978 (math-integral, math-replace-integral-parts)
9979 (math-integrate-by-parts, calc-dump-integral-cache)
9980 (math-try-integral, math-do-integral, math-do-integral)
9981 (math-do-integral-methods, math-try-solve-for)
9982 (math-try-solve-prod, math-solve-poly-funny-powers)
9983 (math-solve-crunch-poly, math-decompose-poly)
9984 (math-solve-find-root-term, math-find-root-in-prod)
9985 (math-integ-try-linear-substitutions)
9986 (math-integ-try-substitutions, math-expr-rational-in)
9987 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9988 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9989 (math-solve-for, math-solve-system, math-solve-system-rec)
9990 (math-solve-get-sign, math-solve-get-int)
9991 (math-solve-system-subst): Replace undeclared variables with newly
9994 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9996 * winner.el (winner-active-region, winner-edges, winner-window-list):
9998 (winner-mode-map): Move init inside declaration.
10000 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10002 * files.el (convert-standard-filename): Doc fix.
10004 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10006 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10007 passwd, group, shadow, default/* and pam.d/*.
10009 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10011 * printing.el (pr-menu-spec): Adjust menu specification.
10013 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10015 * printing.el: Doc fix. Insert :version tag into all defcustom.
10016 Handle interactive-p as is recommended in Emacs Lisp Reference.
10017 Set the file permission bits for newly created files.
10018 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10019 The printing menu specification (in `pr-menu-spec') was merged.
10020 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10021 (pr-version): New version number (6.8.3).
10022 (pr-file-modes): New option.
10023 (pr-interactive-p): New var.
10024 (pr-save-interactive, pr-save-file-modes): New macros.
10025 (pr-setup): Code fix.
10026 (pr-menu-spec): Menu specification merged.
10027 (pr-call-process, pr-text2ps): Set file permission bits.
10028 (pr-despool-print): Set file permission bits. Handle interactive-p as
10030 (pr-interface, pr-ps-directory-preview)
10031 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10032 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10033 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10034 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10035 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10036 (pr-ps-region-ps-print, pr-ps-mode-preview)
10037 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10038 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10039 (pr-despool-using-ghostscript, pr-despool-ps-print)
10040 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10041 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10042 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10043 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10044 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10045 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10046 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10047 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10048 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10049 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10050 Handle interactive-p as is recommended.
10052 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10054 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10055 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10057 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10058 so it doesn't forget to highlight the beginning of the region either.
10060 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10062 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10063 (c-font-lock-init): Eliminate obsolete make-local-hook.
10064 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10065 (awk-mode): Use run-mode-hooks.
10067 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10069 2004-11-13 Kim F. Storm <storm@cua.dk>
10071 * mouse.el (mouse-drag-copy-region): Add :version.
10072 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10073 while dragging mode line, so mode line can be dragged downwards.
10074 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10075 while pressing mouse button so window doesn't scroll until we
10076 release the mouse if clicking on partially visible line.
10078 2004-11-12 Jay Belanger <belanger@truman.edu>
10080 * calc/calc-graph.el (calc-dumb-map): Declare it.
10081 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10083 (calc-graph-name): Made `end' a local variable.
10084 (calc-graph-lookup): Made `varname' a local variable.
10085 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10087 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10088 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10089 the unused variable y3vec.
10090 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10091 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10092 calc-graph-prev-kill-hook.
10093 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10094 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10095 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10096 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10097 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10098 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10099 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10100 (calc-graph-y3value, calc-graph-y3name)
10101 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10102 (calc-graph-stepcount, calc-graph-is-splot)
10103 (calc-graph-surprise-splot, calc-graph-blank)
10104 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10105 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10106 (calc-graph-recompute-2d, calc-graph-compute-3d)
10107 (calc-graph-format-data): Replace undeclared variables with the
10108 above newly declared variables.
10110 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10112 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10113 `rsf-beep' and `rsf-sleep-after-message'.
10115 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10116 list if `message-sender' is non-nil.
10118 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10120 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10121 consing by using mapc instead of mapcar.
10123 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10125 * tooltip.el (require): Explain why CL is needed.
10127 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10129 * printing.el: Insert :version into defgroup (printing). All reference
10130 to Files option in menubar were changed to File.
10131 (pr-version): New version number (6.8.2).
10132 (pr-get-symbol): Call easy-menu-intern.
10133 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10134 compilation gripes.
10136 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10138 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10139 new byte-compile-function-environment binding to t.
10141 * font-lock.el (font-lock-fontify-syntactically-region):
10142 Don't forget to highlight the last char when we hit `end'.
10144 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10145 (mwheel-scroll): Adjust accordingly.
10147 * cvs-status.el: Reduce spurious warnings.
10148 (cvs-status-checkout): Remove.
10149 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10151 * pcvs.el (cvs-mode-checkout): New command.
10153 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10155 * tooltip.el: Require CL.
10157 * emacs-lisp/bytecomp.el: Use push.
10158 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10159 (defalias): Remove the `byte-compile' property and add
10160 a `byte-hunk-handler'.
10162 2004-11-11 Juri Linkov <juri@jurta.org>
10164 * info.el (Info-search): Save match data for isearch.
10165 Skip Tag Table node.
10167 * descr-text.el (describe-char): Replace syntax-after with code
10168 from its previous version.
10170 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10171 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10173 * international/mule.el (sgml-html-meta-auto-coding-function):
10174 Remove > after <html to allow HTML attributes.
10176 2004-11-11 Jay Belanger <belanger@truman.edu>
10178 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10180 (calcFunc-dfac): Replace unbound max by n.
10181 (math-stirling-local-cache): New variable.
10182 (math-stirling-number, math-stirling-1, math-stirling-2):
10183 Replace the variable `cache' by the declared variable
10184 math-stirling-local-cache.
10185 (var-RandSeed): Declare it as a variable.
10186 (math-init-random-base, math-random-digit): Don't check to see if
10187 var-RandSeed is bound.
10188 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10189 Declare them instead of just setting them.
10190 (math-init-random-base): Made i a local variable.
10191 (math-random-digit): Made math-random-last a local variable.
10192 (math-prime-test-cache): Move declaration to before it is used.
10193 (math-prime-test-cache-k, math-prime-test-cache-q)
10194 (math-prime-test-cache-nm1, math-prime-factors-finished):
10195 Declare them as variables.
10197 2004-11-11 Jay Belanger <belanger@truman.edu>
10199 * calc/calc-ext.el (math-defcache): Use defvar for the new
10200 variables it creates.
10202 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10204 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10205 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10206 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10207 (desktop-save): Add :version.
10209 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10211 * printing.el (pr-get-symbol): Don't downcase.
10213 2004-11-10 Jay Belanger <belanger@truman.edu>
10215 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10216 string to kill-ring.
10218 * calc/calc-aent.el (calc-alg-exp, math-toks)
10219 (math-exp-pos,math-exp-old-pos, math-exp-token)
10220 (math-exp-keep-spaces, math-exp-str): New variables.
10221 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10222 (calcAlg-enter): Use declared variable calc-alg-exp.
10223 (math-build-parse-table, math-find-user-token): Use declared
10224 variable math-toks.
10225 (math-read-exprs, math-read-token, calc-check-user-syntax)
10226 (calc-match-user-syntax, match-factor-after, math-read-factor):
10227 Use declared variables math-exp-pos math-exp-old-pos.
10228 (math-read-exprs, math-read-token, math-read-expr-level)
10229 (calc-check-user-syntax, calc-match-user-syntax)
10230 (match-factor-after, math-read-factor): Use declared variable
10232 (math-read-exprs, math-read-expr-list, math-read-token)
10233 (math-read-factor): Use declared variable math-exp-keep-spaces.
10234 (math-read-exprs, math-read-token): Use declared variable
10236 (calc-match-user-syntax): Make m a local variable.
10238 * calc/calc-ext.el (math-read-expr): Use declared variables
10239 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10240 math-exp-keep-spaces.
10242 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10243 variables math-exp-pos, math-exp-str.
10245 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10247 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10248 (math-parse-eqn-prime): Use declared variable math-exp-token.
10250 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10251 Use declared variable math-exp-pos.
10252 (math-check-for-commas): Use declared variable math-exp-str.
10253 (math-read-brackets): Use declared variables math-exp-old-pos,
10254 math-exp-keep-spaces.
10255 (math-read-brackets, math-read-vector, math-read-matrix):
10256 Use declared variable math-exp-token.
10258 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10260 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10261 where the keymap is a symbol.
10262 (easy-menu-add-item): Use keymap-prompt. Simplify.
10264 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10266 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10267 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10269 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10271 * ebuff-menu.el: Doc fixes throughout.
10272 (electric-buffer-menu-mode-hook): New defvar.
10274 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10276 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10277 The resulting compiler warnings appear to be harmless.
10279 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10281 * textmodes/conf-mode.el: New file.
10283 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10285 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10287 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10289 2004-11-09 Jay Belanger <belanger@truman.edu>
10291 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10293 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10294 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10295 (calc-z-prefix-help, calc-user-function-list): Use declared
10296 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10297 (math-map-tree, math-map-tree-rec): Use declared variables
10298 math-mt-many, math-mt-func.
10299 (math-read-expression, math-read-string): Use declared variable
10302 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10303 variable math-normalize-a.
10305 * calc/calc.el (math-normalize-a): New variable.
10306 (math-normalize): Use declared variable math-normalize-a.
10308 * calc/calc-poly.el (math-expand-form): Use declared variable
10311 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10312 Use declared variable math-mt-many.
10313 (math-rewrite): Use declared variable math-mt-func.
10315 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10316 (math-read-matrix): Use declared variable math-expr-data.
10318 * calc/calc-lang.el (math-parse-fortran-vector)
10319 (math-parse-fortran-vector-end, math-parse-tex-sum)
10320 (math-parse-eqn-matrix, math-parse-eqn-prime)
10321 (math-read-math-subscr): Use declared variable math-expr-data.
10323 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10324 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10325 (calc-match-user-syntax, math-read-if, math-factor-after)
10326 (math-read-factor): Use declared variable math-expr-data.
10328 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10330 * calendar/diary-lib.el (diary-from-outlook)
10331 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10332 interactive-p; but rather new optional argument NOCONFIRM.
10334 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10336 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10337 (easy-menu-name-match): Revert correspondingly.
10339 2004-11-09 Richard M. Stallman <rms@gnu.org>
10341 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10342 Turn off warnings for the new function even if definition not constant.
10343 If the definition isn't a quoted symbol, record (FUNCTION . t).
10344 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10345 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10346 (display-call-tree, byte-compile-arglist-warn):
10347 Handle t returned by byte-compile-fdefinition.
10349 2004-11-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10351 * Makefile.in (maintainer-clean): Depend on distclean.
10353 * help-fns.el (help-C-file-name): File name must be in build-files
10356 2004-11-09 Jay Belanger <belanger@truman.edu>
10358 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10359 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10361 * calc/calc.el (calc, calc-trail-display, calc-mode):
10362 Remove obsolete sections.
10364 * calc/calc.el (calc-x-paste-text): Remove.
10366 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10369 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10371 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10372 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10373 current frame (in case of recursive calls).
10374 (gdb-show-changed-values): Add :version keyword.
10376 2004-11-09 Kenichi Handa <handa@m17n.org>
10378 * international/mule-cmds.el: Change coding: tag back to
10381 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10383 * international/mule-cmds.el: Change coding-system to utf-8.
10384 (select-safe-coding-system-interactively):
10385 New function extracted from select-safe-coding-system.
10386 (select-safe-coding-system): Use it.
10388 2004-11-08 Richard M. Stallman <rms@gnu.org>
10390 * subr.el (syntax-after): Doc fix.
10392 * paren.el (show-paren-function): Change calls to syntax-after
10393 for new way of returning the value.
10395 * menu-bar.el (menu-bar-file-menu): Make this the real name
10396 and menu-bar-files-menu the alias. Use the former.
10397 (global-map): Use `file', not `files', as the symbol.
10399 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10401 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10402 Don't use beginning-of-buffer.
10403 (filesets-cmd-show-result): Use with-no-warnings.
10405 2004-11-08 Juri Linkov <juri@jurta.org>
10407 * progmodes/compile.el (compile): Don't overwrite last command in
10408 minibuffer history with default command if they are not equal.
10410 2004-11-08 Jay Belanger <belanger@truman.edu>
10412 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10413 non-linear substitutions.
10415 2004-11-08 Jay Belanger <belanger@truman.edu>
10417 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10418 (math-do-integral): Set `math-linear-subst-tried' to nil.
10419 (math-do-integral-methods): Use `math-linear-subst-tried' to
10420 determine what type of substitution to try.
10421 (math-integ-try-linear-substituion):
10422 Set `math-linear-subst-tried' to t.
10424 2004-11-08 Kim F. Storm <storm@cua.dk>
10426 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10428 2004-11-07 Juri Linkov <juri@jurta.org>
10430 * info-look.el (info-lookup): Allow reusing in the current buffer
10431 not only *info* buffer, but all (even renamed) Info buffers
10432 by checking for major-mode instead of *info* buffer name.
10433 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10434 (octave-mode, maxima-mode) <doc-spec>:
10435 Allow long dashes generated by Texinfo 4.7 before definitions.
10436 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10437 definitions with argument separated by space.
10439 2004-11-06 Richard M. Stallman <rms@gnu.org>
10441 * simple.el (next-error group, face): Move before first use.
10442 (next-error-highlight, next-error-highlight-no-select): Likewise.
10444 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10445 (line-move): New args NOERROR and TO-END.
10446 Return t if if succeed in moving specified number of lines.
10447 (move-end-of-line): New function.
10449 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10450 (end-of-buffer-other-window): Likewise.
10452 * simple.el (line-move-ignore-invisible): Default to t.
10454 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10456 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10458 * international/iso-cvt.el (iso-cvt-define-menu):
10459 Rename menu-bar-files-menu to menu-bar-file-menu.
10461 * net/browse-url.el (browse-url-gnome-moz-program)
10462 (browse-url-gnome-moz-arguments): Move up before first use.
10464 * net/tramp.el (tramp group): Add :version.
10466 * progmodes/ada-xref.el (ada-gdb-application):
10467 Use goto-char instead of beginning-of-buffer.
10469 * progmodes/cperl-mode.el (cperl-info-on-command):
10470 Use goto-char instead of beginning-of-buffer.
10472 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10473 Move up before first use.
10474 (idlwave-shell-temp-pro-file): Likewise.
10475 (idlwave-shell-temp-rinfo-save-file): Likewise.
10476 (idlwave-shell-temp-file): Minor doc fix.
10478 * textmodes/flyspell.el (flyspell-external-point-words):
10479 Use goto-char instead of beginning-of-buffer.
10481 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10483 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10484 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10485 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10487 2004-11-06 David Ponce <david@dponce.com>
10489 * recentf.el (recentf-menu-path): Use menu item name.
10491 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10493 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10494 display doesn't support images.
10496 2004-11-06 Andreas Schwab <schwab@suse.de>
10498 * tempo.el (tempo-match-finder): Doc fix.
10500 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10502 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10504 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10505 (easy-menu-lookup-name): New fun to replace it.
10506 (easy-menu-get-map): Use it to obey menu item names (rather than just
10507 keys) when looking up `path'.
10508 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10509 (easy-menu-convert-item-1): Adjust to new name.
10511 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10513 * outline.el (hide-body): Don't hide lines at the top of the file
10514 that precede the first header line.
10516 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10518 * align.el (align-areas): Delete whitespace before reindenting, so
10519 that tabs are never placed after spaces.
10521 2004-11-06 Alan Shutko <ats@acm.org>
10523 * macros.el (insert-kbd-macro): Do completions based on macros,
10524 rather than all commands.
10526 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10528 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10529 to solve a bug whereby tags with 'b' don't match.
10531 2004-11-05 Juri Linkov <juri@jurta.org>
10533 * info.el (Info-search): Don't search in node header lines
10536 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10537 symbol-constituent characters after dot, not only digits.
10539 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10541 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10543 2004-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10545 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10546 if a dialog will be used, read-file-name otherwise.
10548 2004-11-04 Richard M. Stallman <rms@gnu.org>
10550 * textmodes/table.el (table group): Add :version.
10552 * textmodes/ispell.el (ispell-word):
10553 Don't alter args; set them only thru `interactive' spec.
10555 * textmodes/flyspell.el (flyspell-word):
10556 Don't alter FOLLOWING; set it only thru `interactive' spec.
10558 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10560 * net/browse-url.el (browse-url-maybe-new-window):
10561 Use called-interactively-p.
10563 * mail/supercite.el (sc-cite-region):
10564 Don't use interactive-p. Add arg INTERACTIVE.
10565 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10567 * international/mule-cmds.el (set-input-method, toggle-input-method):
10568 Don't use interactive-p. Add arg INTERACTIVE.
10570 * eshell/esh-mode.el (eshell-show-maximum-output):
10571 Don't use interactive-p.
10572 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10574 * mouse.el (mouse-show-mark): Get positions to delete from mark
10575 and point, not from mouse-drag-overlay.
10577 * imenu.el (imenu-eager-completion-buffer): Add :version.
10579 * filesets.el (filesets group): Add :version.
10581 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10583 * files.el (xml-based-modes): Delete var.
10584 (magic-mode-alist): New more general var.
10585 (set-auto-mode): Use it.
10587 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10588 when clicking from another window.
10590 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10592 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10593 (vc-cvs-annotate-time): Incorporate value of deleted var.
10594 Remove special-case handling of beginning-of-buffer cruft.
10595 Cache ending position (point) and return value in text property
10596 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10598 * vc-cvs.el (vc-cvs-annotate-command):
10599 Delete extraneous lines from beginning of buffer.
10600 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10602 * progmodes/grep.el (grep-default-command): Take empty string
10603 for tag if all other methods yield nil. Shell-quote the tag.
10605 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10606 spec in `interactive' form, and mention it in the docstring.
10607 Also, make sure point is at bol after calling `annotate-time'.
10609 2004-11-02 Richard M. Stallman <rms@gnu.org>
10611 * cus-edit.el (customize-group-other-window):
10612 Select the window that displays the custom buffer.
10613 (custom-buffer-create-other-window): Likewise.
10615 * comint.el (comint-insert-input): Fix previous change.
10617 * emacs-lisp/elp.el (elp-instrument-function):
10618 Use called-interactively-p.
10620 * emacs-lisp/easymenu.el (easy-menu-intern):
10621 Don't downcase; rather, case-flip the first letter of each word.
10623 * emacs-lisp/easy-mmode.el (define-minor-mode):
10624 Use called-interactively-p.
10626 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10627 Add interactive-only.
10628 (byte-compile-warnings): Add interactive-only as option.
10629 (byte-compile-interactive-only-functions): New variable.
10630 (byte-compile-form): Warn about calls to functions
10631 in byte-compile-interactive-only-functions.
10633 * emacs-lisp/autoload.el (update-file-autoloads):
10634 Don't use interactive-p; take new arg SAVE-AFTER.
10636 * emacs-lisp/advice.el (ad-make-advised-definition):
10637 Use called-interactively-p.
10639 2004-11-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10641 * files.el (find-file-existing): New function.
10643 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10644 find-file-existing. Add "New File..." that calls find-file.
10646 * diropen.pbm, diropen.xpm: New files.
10648 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10649 icon diropen. New tool bar item find-file-existing uses icon open.
10651 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10652 instead of read-file-name.
10654 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10656 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10657 (icalendar--split-value): Change name of work buffer.
10658 (icalendar--get-weekday-abbrev): Return nil on error.
10659 (icalendar--date-to-isodate): New function.
10660 (icalendar-convert-diary-to-ical)
10661 (icalendar-extract-ical-from-buffer): Use only two args for
10662 make-obsolete (XEmacs compatibility).
10663 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10664 (icalendar-export-region): Doc fix.
10665 If error, return non-nil and write errors to a buffer.
10666 Use correct weekday for weekly recurring events.
10667 Check whether date has been parsed for ordinary events.
10668 Make weekly events start in the year 2000.
10669 DTEND is non-inclusive, shift end date by one day if
10670 necessary (not for entries that have date and time).
10671 Rename local let variables: oops -> found-error, datestring ->
10674 2004-11-02 Kim F. Storm <storm@cua.dk>
10676 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10677 keep-mode-if-same variable. Add it as optional arg instead.
10678 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10680 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10681 substitute-command-keys will select lower-case bindings like those
10682 used in the static help texts.
10684 * descr-text.el (describe-text-properties): Don't err if called in
10685 the *Help* buffer; output to *Help-2* buffer instead.
10687 * kmacro.el (group kmacro): Add :version.
10688 (kmacro-keyboard-quit): New function to cleanup on C-g.
10689 (kmacro-start-macro): Set defining-kbd-macro to append when
10690 appending to last macro.
10692 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10694 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10696 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10697 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10698 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10699 Add :version keyword.
10701 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10703 * progmodes/flymake.el (flymake-err-line-patterns):
10704 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10705 `compilation-error-regexp-alist-alist' to internal Flymake format.
10707 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10709 2004-11-01 Jay Belanger <belanger@truman.edu>
10711 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10712 with `interactive "s"'.
10714 2004-11-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10716 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10717 Revert change from 2004-10-16. '*' checks the current buffer, but the
10718 mouse click may be in another buffer.
10720 2004-11-01 John Paul Wallington <jpw@gnu.org>
10722 * files.el (large-file-warning-threshold): Add :version keyword.
10723 (kill-some-buffers): Doc fix.
10725 * thumbs.el (group thumbs): Add :version keyword.
10727 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10729 2004-11-01 Richard M. Stallman <rms@gnu.org>
10731 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10733 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10735 * allout.el (allout group): Add :version.
10736 (allout-init): Don't use interactive-p.
10737 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10738 (allout-forward-current-level, allout-backward-current-level):
10739 Don't use interactive-p.
10741 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10742 (bibtex-find-text): Likewise.
10744 * progmodes/vhdl-mode.el (vhdl-fill-region)
10745 (vhdl-beginning-of-statement): Don't use interactive-p.
10747 * progmodes/idlwave.el (idlwave-update-routine-info):
10748 Don't use interactive-p.
10750 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10751 Don't use interactive-p.
10753 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10754 Don't use interactive-p.
10756 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10757 Don't use interactive-p.
10759 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10760 (fortune-in-buffer): Doc fix.
10762 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10764 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10765 don't select the temporary buffer.
10766 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10767 (eudc-get-phone): Likewise.
10769 2004-11-01 Kim F. Storm <storm@cua.dk>
10771 * man.el (Man-xref-normal-file): Fix help-echo.
10773 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10775 * reveal.el (reveal-last-tick): New var.
10776 (reveal-post-command): Use it to avoid closing overlays when we're
10777 appending text to them.
10779 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10781 * textmodes/bibtex.el: Require button.
10782 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10783 (bibtex-reference-keys): Distinguish between header keys and
10785 (bibtex-beginning-of-field): New function.
10786 (bibtex-url-map): Remove.
10787 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10788 (bibtex-font-lock-url-regexp): Assume that field names begin at
10789 the beginning of a line.
10790 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10791 Remove field delimiters. Use bibtex-beginning-of-field.
10792 Bugfix, point can be inside a field with a url.
10793 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10795 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10796 (bibtex-key-in-head): Simplify.
10797 (bibtex-current-line): Use bolp.
10798 (bibtex-parse-keys): Remove unused arg `add'.
10799 Use bibtex-type-in-head and bibtex-key-in-head.
10800 (bibtex-parse-entry, bibtex-autofill-entry):
10801 Use bibtex-type-in-head and bibtex-key-in-head.
10802 (bibtex-autokey-get-field): Do not alter case of replacement text.
10803 (bibtex-autokey-get-names): Do all processing of name list.
10804 (bibtex-autokey-get-year): New function.
10805 (bibtex-autokey-get-title): Do all processing of title words.
10806 (bibtex-generate-autokey): Simplify.
10807 (bibtex-string-files-init): Use default-directory.
10808 Allow for absolute file names in bibtex-string-files.
10809 (bibtex-files, bibtex-file-path): New variables.
10810 (bibtex-files-expand): New function.
10811 (bibtex-find-entry-globally): New command.
10812 (bibtex-summary-function): New variable.
10813 (bibtex-summary): Default value of bibtex-summary-function.
10814 (bibtex-find-crossref): New optional args pnt and split.
10815 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10816 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10817 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10818 Fix handling of required and alternative fields.
10819 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10820 Use cons and display-buffer.
10821 (bibtex-validate-globally): New command.
10822 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10823 bibtex-parse-keys and bibtex-parse-strings for updating
10824 bibtex-reference-keys and bibtex-strings.
10825 (bibtex-realign): Remove blank lines past the last entry.
10826 (bibtex-reformat): Use bibtex-entry-format as default.
10827 (bibtex-choose-completion-string): Remove.
10828 (bibtex-complete): Do not use bibtex-choose-completion-string.
10829 (bibtex-url): Simplify.
10831 2004-10-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10833 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10834 (x-dnd-types-alist, x-dnd-open-file-other-window)
10835 (x-dnd-known-types): Add :version.
10837 2004-10-31 John Paul Wallington <jpw@gnu.org>
10839 * ibuffer.el (group ibuffer): Add :version keyword.
10841 2004-10-31 Kim F. Storm <storm@cua.dk>
10843 * ido.el (group ido): Add :version keyword.
10844 (ido-mode): Remove :version keyword.
10846 * emulation/cua-base.el (group cua): Add :version keyword.
10847 (cua-mode): Remove :version keyword.
10849 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10851 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10853 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10855 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10857 (help-at-pt-display-when-idle): Remove autoload.
10859 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10861 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10863 2004-10-30 Juri Linkov <juri@jurta.org>
10865 * help.el (function-called-at-point):
10866 * help-fns.el (variable-at-point): Read -> intern.
10868 2004-10-30 Simon Josefsson <jas@extundo.com>
10870 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10871 Recognize AS_* too.
10873 2004-10-29 Simon Josefsson <jas@extundo.com>
10875 * subr.el (read-passwd): Move back from password.el.
10877 * password.el: Remove, not ready yet.
10879 2004-10-29 Andreas Schwab <schwab@suse.de>
10881 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10883 2004-10-29 Sam Steingold <sds@gnu.org>
10885 * mouse.el (mouse-show-mark): Replace the last occurrence of
10886 x-lost-selection-hooks with x-lost-selection-functions.
10888 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10890 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10891 x-lost-selection-functions is bound.
10893 * mouse-sel.el (mouse-sel-mode):
10894 * emacs-lisp/lselect.el: Adjust to new names for
10895 x-(lost|sent)-selection-functions.
10897 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10898 New obsolete aliases of x-lost-selection-functions and
10899 x-sent-selection-functions.
10901 2004-10-28 Kim F. Storm <storm@cua.dk>
10903 * imenu.el (imenu-scanning-message): Remove.
10904 (imenu-progress-message): Make it a no-op.
10906 2004-10-28 John Paul Wallington <jpw@gnu.org>
10908 * files.el (set-auto-mode): Call `throw' correctly.
10910 2004-10-28 Juri Linkov <juri@jurta.org>
10912 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10913 to search `Info-...' commands in `info' manual.
10914 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10915 Add 'info-file "emacs" property.
10916 (Info-find-emacs-command-nodes): Fix index line number regexp.
10917 Set real line number (instead of fake 0) in first element of the
10919 (Info-goto-emacs-command-node): Use line number of first element
10920 to set point in the first found Info node.
10922 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10923 code to `grep-mode-font-lock-keywords'.
10924 (grep-mode-font-lock-keywords): Delete grep markers instead
10925 of making them invisible.
10927 2004-10-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10929 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10930 and x-server-version in bug report.
10932 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10934 * files.el (set-auto-mode-0): New function.
10935 (set-auto-mode): Use it to handle aliased modes and to
10936 be consistent between C-x C-f and C-x C-w.
10938 2004-10-28 Kenichi Handa <handa@m17n.org>
10940 * international/utf-8.el (utf-translate-cjk-charsets):
10941 Add katakana-jisx0201.
10943 * international/subst-jis.el: Add data for JISX0201.
10945 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10947 * obsolete/hilit19.el (hilit-mode): New function.
10948 Move all the toplevel side-effecting stuff into it, so that loading
10949 hilit19 doesn't mess everything up any more.
10951 2004-10-27 Richard M. Stallman <rms@gnu.org>
10953 * add-log.el (add-change-log-entry): Set up mailing address
10954 and full name later, and don't alter add-log-mailing-address
10955 or add-log-full-name.
10957 * elide-head.el (elide-head): Change error to message.
10958 (elide-head-show): Likewise.
10960 * apropos.el (apropos-macrop): Doc fix.
10962 * mouse.el (mouse-show-mark): Do most processing the same
10963 regardless of transient-mark-mode.
10965 * shadowfile.el (shadow-copy-files): Use interactive-p
10966 only to control whether to print a message.
10968 * tar-mode.el (tar-mode): Use write-contents-functions,
10969 not write-contents-hooks.
10971 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10972 directory-sep-char.
10974 2004-10-27 Richard M. Stallman <rms@gnu.org>
10976 * strokes.el (strokes-unload-hook): Fix previous change.
10978 * type-break.el (type-break-run-at-time): Always use run-at-time;
10979 forget the alternatives.
10980 (type-break-cancel-function-timers): Always use cancel-function-timers;
10981 forget the alternatives.
10983 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10985 2004-10-27 Kenichi Handa <handa@m17n.org>
10987 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10989 * international/subst-gb2312.el: Likewise.
10991 * international/subst-big5.el: Likewise.
10993 * international/subst-ksc.el: Likewise.
10995 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10997 (utf-translate-cjk-set-unicode-range): New function.
10998 (utf-translate-cjk-unicode-range): Make it customizable.
10999 (utf-8-post-read-conversion):
11000 Use utf-translate-cjk-unicode-range-string.
11001 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11004 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11006 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11007 trivial variants to shorten the list.
11008 (xml-based-modes): New var.
11009 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11010 declaration higher priority than auto-mode-alist.
11012 * find-file.el (cc-other-file-alist): Bring it in line with
11013 cc-mode's auto-mode-alist entries and use \' instead of $.
11015 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11016 and add "Id" and "Name" submenus to it.
11018 * imenu.el (imenu--generic-function): Skip matches in comments.
11020 2004-10-26 Jay Belanger <belanger@truman.edu>
11022 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11023 (full-calc-keypad, calc-trail-display): Use an extra argument
11024 instead of `interactive-p'.
11026 * calc/calc-misc.el (calc-other-window): Use an extra argument
11027 instead of `interactive-p'.
11029 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11032 2004-10-26 Kim F. Storm <storm@cua.dk>
11034 * help.el (describe-key): Describe both down-event and up-event
11037 2004-10-26 Richard M. Stallman <rms@gnu.org>
11039 * woman.el (woman): Don't call interactive-p.
11041 * pcomplete.el (pcomplete): Instead of interactive-p,
11042 use an arg set non-nil by the interactive spec.
11044 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11045 use an arg set non-nil by the interactive spec.
11047 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11048 use an arg set non-nil by the interactive spec.
11050 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11052 * progmodes/flymake.el (flymake-split-string):
11053 Use `flymake-split-string-remove-empty-edges' in any case.
11055 2004-10-26 Masatake YAMATO <jet@gyve.org>
11057 * progmodes/flymake.el (flymake-err-line-patterns):
11058 Use `compilation-error-regexp-alist-alist' instead of
11059 `compilation-error-regexp-alist'.
11061 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11063 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11064 verbatim face on the \ of \end{verbatim}.
11066 2004-10-25 Jay Belanger <belanger@truman.edu>
11068 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11069 erasing minibuffer.
11071 2004-10-25 Simon Josefsson <jas@extundo.com>
11073 * subr.el (read-passwd): Move to net/password.el.
11075 * net/password.el (read-passwd): Add. Autoload it.
11077 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11079 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11081 * simple.el (process-file): Fix logic.
11083 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11085 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11086 (increase-right-margin): Remove erroneous call to `interactive-p'.
11088 2004-10-24 Kim F. Storm <storm@cua.dk>
11090 * help.el (describe-mode): Fix 2004-10-13 change.
11091 Copy pure "Auto Fill" string so it can be propertized later
11092 without causing a read-only error.
11094 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11096 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11099 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11101 * simple.el (process-file): Accept nil for INFILE. Reported by
11104 2004-10-24 Masatake YAMATO <jet@gyve.org>
11106 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11107 Handle periods and underscores in a function name.
11108 Remove the address fontification.
11110 2004-10-24 Masatake YAMATO <jet@gyve.org>
11112 * progmodes/asm-mode.el (asm-font-lock-keywords):
11113 Use font-lock-variable-name-face for registers.
11115 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11117 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11118 kill-all-local-variables.
11119 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11120 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11121 Use kill-all-local-variables and provide mode-hooks.
11122 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11123 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11124 Suggested by Masatake YAMATO <jet@gyve.org>.
11126 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11128 * simple.el (process-file): New function, similar to call-process
11129 but supports file handlers.
11130 * vc.el (vc-do-command): Use it, instead of call-process.
11131 * net/tramp-vc.el (vc-do-command): Do not advise it if
11132 process-file is fboundp.
11133 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11135 (tramp-handle-process-file): New function.
11136 (tramp-file-name-for-operation): Support process-file.
11138 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11140 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11141 (icalendar-weekdayabbrev-table)
11142 (icalendar-monthnumber-table): Delete.
11143 (icalendar--get-month-number): Use calendar-month-name-array.
11144 (icalendar--get-weekday-number): New function.
11145 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11146 (icalendar-export-region): Handle multi-line entries.
11147 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11149 2004-10-23 John Paul Wallington <jpw@gnu.org>
11151 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11152 `wildcards' set to t in interactive spec.
11154 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11155 interactive spec rather than use `interactive-p'.
11156 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11157 rather than use function `interactive-p'.
11159 2004-10-22 Kenichi Handa <handa@m17n.org>
11161 * international/mule.el (translate-region): Implement it in Lisp
11162 as a front end of translate-region-internal.
11164 2004-10-21 Jay Belanger <belanger@truman.edu>
11166 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11167 Declare these variables with defvar.
11169 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11170 is bound, only check to see if it is bound.
11172 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11174 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11175 Don't output messages.
11177 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11179 2004-10-21 John Paul Wallington <jpw@gnu.org>
11181 * calc/calc-graph.el (calc-graph-init):
11182 Use `set-process-query-on-exit-flag'.
11184 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11186 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11187 dir right and also allow argumentless cd.
11189 2004-10-19 Richard M. Stallman <rms@gnu.org>
11191 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11193 * eshell/em-unix.el (eshell-grep):
11194 Don't bind compilation-process-setup-function.
11196 * comint.el (comint-insert-input): Use @ in `interactive'.
11197 (comint-input-filter-functions): Doc fix.
11198 (comint-kill-whole-line, comint-get-source): Doc fix.
11200 * progmodes/compile.el (compilation-setup):
11201 Don't set buffer-read-only if MINOR is non-nil.
11203 2004-10-19 Jay Belanger <belanger@truman.edu>
11205 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11206 (calc-emacs-type-gnu19): Remove.
11207 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11208 Remove check for old emacs versions.
11210 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11211 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11214 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11215 the end of the minibuffer.
11216 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11219 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11221 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11222 call that would be given when the current emacs was used.
11224 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11226 * calendar/icalendar.el: Set coding to utf-8.
11227 (icalendar-version): Increase to 0.07.
11228 (icalendar-monthnumber-table): Change March pattern.
11229 (icalendar-get-all-event-properties)
11230 (icalendar-set-event-property): Delete.
11231 (icalendar-all-events): No longer interactive.
11232 (icalendar-convert-diary-to-ical)
11233 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11234 their replacements.
11235 (icalendar-export-file, icalendar-export-region): New functions;
11236 essentially old `icalendar-convert-diary-to-ical' but appending to
11237 target rather than overwriting.
11238 (icalendar-import-file): Append to target file rather than
11239 overwriting. Fourth arg deleted.
11240 (icalendar-import-buffer): New name for old
11241 `icalendar-extract-ical-from-buffer'.
11242 (icalendar--convert-string-for-import): New name for
11243 old `icalendar-convert-for-import'.
11244 (include-icalendar-files): Delete.
11245 Prefix for all internal functions changed from `icalendar-'
11248 2004-10-19 Richard M. Stallman <rms@gnu.org>
11250 * paths.el (news-path): Fix previous change.
11252 2004-10-18 Jay Belanger <belanger@truman.edu>
11254 * calc/calc-help.el (calc-describe-bindings):
11255 Set `buffer-read-only' to nil while working in the keybindings buffer;
11256 remove some extra information from the keybindings buffer.
11258 2004-10-18 David Ponce <david@dponce.com>
11260 * mouse.el (mouse-drag-move-window-top): New function.
11261 (mouse-drag-mode-line-1): Use it.
11263 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11265 * info.el (Info-fontify-node): For multiline refs,
11266 arrange to unfontify newline and surrounding whitespace.
11268 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11270 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11271 directory is missing.
11273 2004-10-17 John Paul Wallington <jpw@gnu.org>
11275 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11276 New customizable variable; whether to display buffers that match
11277 `ibuffer-maybe-show-predicates' by default.
11278 (ibuffer-maybe-show-predicates): Mention it in docstring.
11279 (ibuffer-display-maybe-show-predicates): New variable.
11280 (ibuffer-update): Prefix arg now toggles whether buffers that
11281 match `ibuffer-maybe-show-predicates' should be displayed.
11282 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11283 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11284 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11286 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11288 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11291 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11293 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11294 (Buffer-menu-beginning): New helper function.
11295 (Buffer-menu-execute): Use it.
11296 (Buffer-menu-select): Use it.
11297 (Buffer-menu-sort): Use it and also keep markers.
11299 2004-10-17 Richard M. Stallman <rms@gnu.org>
11301 * paths.el (news-directory): Rename from news-path. Old name alias.
11302 (rmail-spool-directory): Use defvar.
11303 (sendmail-program): Use defcustom.
11304 (remote-shell-program): Use defcustom.
11305 (term-file-prefix): Use defvar.
11306 (abbrev-file-name): Use defvar.
11308 * term.el: Add maintainer.
11310 * subr.el (with-local-quit): Return nil if there's a quit.
11311 (read-passwd): Use with-local-quit. Doc fix.
11313 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11314 (strokes-unload-hook): Set as a variable with add-hook.
11316 * startup.el (fancy-splash-tail, normal-splash-screen):
11317 Update copyright year.
11319 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11321 * server.el (server-unload-hook): Set as a variable with add-hook.
11323 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11325 * frame.el (special-display-popup-frame):
11326 Make the buffer current as its frame is created.
11328 * delsel.el (delsel-unload-hook): Set as a variable.
11330 * comint.el (comint-output-filter-functions):
11331 Add comint-watch-for-password-prompt.
11332 (comint-read-noecho): Function deleted.
11333 (send-invisible): Use read-passwd.
11335 * fringe.el (fringe-mode-initialize): New function.
11336 (fringe-mode): Use fringe-mode-initialize as :initialize.
11338 2004-10-17 Kim F. Storm <storm@cua.dk>
11340 * language/indian.el (indian-script-language-alist): Swap value and doc.
11341 (indian-font-char-index-table): Doc fix.
11343 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11345 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11347 2004-10-16 Juri Linkov <juri@jurta.org>
11349 * progmodes/compile.el (compilation-start): Move let-binding of
11350 `process-environment' into `with-current-buffer' body.
11351 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11353 2004-10-16 Richard M. Stallman <rms@gnu.org>
11355 * pcvs-util.el (cvs-bury-buffer):
11356 Don't call get-buffer-window for effect.
11358 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11360 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11362 * msb.el (msb-unload-hook): Set the variable.
11364 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11365 Use * to err if buffer is readonly.
11367 * subr.el (looking-back): Return only t or nil.
11369 * whitespace.el (whitespace-unload-hook): Set the variable.
11371 * view.el (view-mode-enable): Set view-page-size and
11372 view-half-page-size to nil.
11373 (view-set-half-page-size-default): view-half-page-size = nil
11375 (View-scroll-page-forward): Use view-page-size-default.
11376 (View-scroll-page-backward): Likewise.
11377 (view-page-size, view-half-page-size): Doc fixes.
11379 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11381 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11383 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11384 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11385 (byte-compile-log-1): Bind inhibit-read-only.
11386 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11387 (byte-compile-log-warning): Likewise.
11388 (byte-compile-file-form-require): Detect "cl" from the arg value.
11390 * progmodes/compile.el (compilation-start): Assume compilation-mode
11391 will make the buffer read-only.
11392 (compilation-mode): Take arg name-of-mode.
11393 (compilation-setup): Make buffer read-only.
11394 (compilation-handle-exit): Bind inhibit-read-only.
11396 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11397 (ispell-message): Likewise.
11398 (ispell-show-choices): Don't call get-buffer-window uselessly.
11399 (ispell-init-process): Use set-process-query-on-exit-flag.
11401 2004-10-16 Kim F. Storm <storm@cua.dk>
11403 * fringe.el (fringe-bitmaps): Only initialize when defined.
11405 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11406 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11408 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11410 2004-10-15 Simon Josefsson <jas@extundo.com>
11412 * net/password.el: Add.
11414 2004-10-14 Masatake YAMATO <jet@gyve.org>
11416 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11417 (gdb-script-end-of-defun): New function.
11418 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11419 `gdb-script-end-of-defun' as *-of-defun-function.
11421 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11423 * button.el (button-activate): Allow a marker to display as an action.
11425 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11427 * help.el (describe-mode): Use it to make minor mode list into
11430 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11432 * vc.el (vc-annotate-display-select): Fix typo.
11434 * subr.el (substitute-key-definition-key): New function.
11435 (substitute-key-definition): Use it with map-keymap.
11436 (event-modifiers): Use push.
11437 (mouse-movement-p, with-temp-buffer): Simplify.
11439 2004-10-12 Jay Belanger <belanger@truman.edu>
11441 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11443 (calc-help-index-entries): New function.
11444 (calc-describe-function): Use `calc-help-function-list' instead of
11445 obarray for completion.
11446 (calc-describe-variable): Use `calc-help-variable-list' instead
11447 of obarray for completion.
11449 2004-10-12 Richard M. Stallman <rms@gnu.org>
11451 * info-look.el (info-lookup-file): Add info-file property.
11452 (info-lookup-symbol): Likewise.
11454 * info.el (info-xref): Add underlining.
11455 (info): Add info-file property.
11456 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11458 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11460 Sync with Tramp 2.0.45.
11462 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11463 defined. This is not the case for XEmacs without package "edebug".
11464 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11465 remote files to the permissions of the original file. This is not
11466 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11467 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11468 (tramp-perl-decode): Fix an error in Perl implementation.
11469 $pending must be cleared every loop. Reported by Benjamin Place
11470 <benjaminplace@sprintmail.com>
11472 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11473 Don't activate advice during definition. This is done later on,
11474 depending on test result of `substitute-in-file-name'.
11475 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11477 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11479 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11481 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11483 2004-10-12 David Ponce <david@dponce.com>
11485 * recentf.el (recentf-edit-list): Update the menu when the recentf
11486 list has been modified.
11488 2004-10-12 Simon Josefsson <jas@extundo.com>
11490 * net/tls.el (tls-certtool-program): New variable.
11491 (tls-certificate-information): New function, based on
11492 ssl-certificate-information.
11494 2004-10-12 Kenichi Handa <handa@m17n.org>
11496 * international/mule.el (coding-system-equal): Move from mule-util.el.
11498 * international/mule-util.el (coding-system-equal): Move to mule.el.
11500 2004-10-12 Kim F. Storm <storm@cua.dk>
11502 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11503 reset kmacro-initial-counter-value if set.
11504 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11505 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11506 (kmacro-display): Show macro counter if non-zero.
11508 * subr.el (substitute-key-definition): Mention command remapping
11511 2004-10-11 Jay Belanger <belanger@truman.edu>
11513 * calc/calc-misc.el (calc-info-goto-node): New function.
11514 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11516 (calc-describe-copying, calc-describe-distribution)
11517 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11518 Go to appropriate info node in one step.
11520 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11522 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11524 * font-lock.el (font-lock-apply-highlight): Fix last change.
11526 2004-10-11 Simon Josefsson <jas@extundo.com>
11528 * mail/smtpmail.el (smtpmail-open-stream): Look for
11529 starttls-gnutls-program instead of starttls-program iff
11530 starttls-use-gnutls is non-nil.
11531 (smtpmail-open-stream): Don't overwrite user settings of
11532 starttls-extra-arguments and starttls-extra-args.
11534 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11536 * comint.el (comint-mouse-insert-input): Remove.
11537 (comint-insert-input): Make it work for mouse bindings.
11538 (comint-mode-map): Move defs into the declaration.
11539 (comint-output-filter): Typo.
11541 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11543 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11545 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11546 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11547 ange-ftp-remote-shell.
11549 2004-10-10 Andreas Schwab <schwab@suse.de>
11551 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11552 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11553 Reported by <sri@asu.edu>.
11555 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11557 * vc.el (vc-annotate-mode): Remove variable.
11558 (vc-annotate-display-select): Only call vc-annotate-mode
11559 if we're not in that mode already.
11561 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11563 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11564 (imenu-choose-buffer-index): Check here for rescan instead.
11566 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11567 where the face expression evals to nil.
11569 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11570 (tex-font-lock-keywords-2): Use it.
11571 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11573 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11575 2004-10-09 Kim F. Storm <storm@cua.dk>
11577 * subr.el (progress-reporter-update): Define before first usage.
11578 (make-progress-reporter): Doc fix.
11580 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11582 * textmodes/paragraphs.el (sentence-end-double-space)
11583 (sentence-end-without-period, sentence-end-without-space)
11584 (sentence-end): Doc fixes.
11586 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11588 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11589 Change paragraph-start regexp so we don't fill code starting with #'(.
11591 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11593 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11595 (extract-address-components): Use it.
11597 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11599 * subr.el (make-progress-reporter, progress-reporter-update)
11600 (progress-reporter-force-update, progress-reporter-do-update)
11601 (progress-reporter-done): New functions.
11603 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11605 * progmodes/etags.el (etags-tags-completion-table): Use progress
11607 (etags-tags-apropos): Likewise.
11609 2004-10-08 Alan Mackenzie <acm@muc.de>
11611 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11614 2004-10-08 Masatake YAMATO <jet@gyve.org>
11616 * server.el (server-process-filter): Wrap `process-send-region'
11617 by `condition-case' to guard the case when the pipe to PROC is closed.
11619 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11621 * xml.el (xml-substitute-special): Limit handling of external entities.
11623 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11625 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11627 2004-10-06 John Paul Wallington <jpw@gnu.org>
11629 * xml.el (xml-parse-dtd): Fix `error' call.
11631 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11633 * xml.el (xml-substitute-special): Return a single string instead
11634 of a list of strings if an entity substitution is made.
11636 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11638 * calendar/icalendar.el: New file.
11640 2004-10-05 Juri Linkov <juri@jurta.org>
11642 * isearch.el (isearch-done): Set mark after running hook.
11643 Reported by Drew Adams <drew.adams@oracle.com>.
11645 * info.el (Info-history, Info-toc): Fix Info headers.
11646 (Info-toc): Narrow buffer before Info-fontify-node.
11647 (Info-build-toc): Don't check for special Info file names.
11648 Set main-file to nil if Info-find-file returns a symbol.
11650 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11652 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11653 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11654 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11656 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11658 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11659 for old interactive spec from calendar-goto-iso-date.
11660 (calendar-goto-iso-date): Use it.
11661 (calendar-goto-iso-week): New function. Suggested by Emilio
11662 C. Lopes <eclig@gmx.net>.
11664 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11666 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11667 `set-right-margin' bindings that follow the minor mode conventions.
11669 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11671 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11672 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11673 (latex-block-args-alist): Add minipage and picture.
11674 (latex-block-body-alist): Use reftex-label if enabled.
11675 (latex-insert-block): Don't insert a \n if not necessary.
11676 (tex-compile-commands): Make sure dvips doesn't send to printer.
11677 (tex-compile-default): Handle the case where no executable is found.
11678 (latex-noindent-environments): New var.
11679 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11680 If tex-indent-allhanging is non-nil, make sure we only align for macros
11681 at beginning of line.
11683 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11685 * newcomment.el (comment-beginning): Doc fix and don't choke on
11686 unset `comment-end-skip' when at beginning of comment.
11688 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11690 * term.el (term-adjust-current-row-cache): Don't allow the current
11691 row to become negative.
11692 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11693 the end of the line. Fix scroll down. Add comments.
11694 (term-handle-ansi-escape): Don't exceed terminal width when moving
11696 (term-scroll-region): Move the cursor after setting the scroll region.
11698 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11700 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11701 to `width' for consistency with docstring. Doc fix.
11703 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11705 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11706 This is necessary for derived modes.
11708 2004-09-30 Kim F. Storm <storm@cua.dk>
11710 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11711 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11713 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11714 kmacro-extract-lambda functions.
11715 (edit-kbd-macro): Handle kmacro lambda forms.
11716 Include counter and counter format in edit buffer.
11717 (edmacro-finish-edit): Get counter and format from edit buffer and
11718 update kmacro bindings when found.
11720 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11722 * textmodes/paragraphs.el (forward-paragraph):
11723 Avoid args-out-of-range error when point winds up at the beginning of
11724 the buffer and hard newlines are enabled.
11726 * newcomment.el (comment-multi-line): Doc fix.
11728 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11730 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11731 (diff-fixup-modifs): Catch unified-diff file-headers.
11733 2004-09-29 Kim F. Storm <storm@cua.dk>
11735 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11736 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11737 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11739 * fringe.el (fringe-bitmap-p): New macro.
11740 (fringe-bitmaps): Add standard fringe bitmaps on load.
11742 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11744 * dired.el (dired-view-command-alist): Use more efficient regexps.
11745 Remove dubious arguments.
11746 (dired-align-file): New function.
11747 (dired-insert-directory): Use it.
11748 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11749 (dired-buffers-for-dir): Remove unused var `pattern'.
11751 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11753 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11754 from diary display excursion. Store diary buffer's point for
11755 `simple-diary-display'.
11756 (simple-diary-display): Set window point and start when
11757 displaying buffer, to preserve point.
11759 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11761 * textmodes/enriched.el (enriched-translations): Replace defconst
11764 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11766 * printing.el: Doc fix.
11767 (pr-version): New version number (6.8.1).
11768 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11770 (pr-delete-file): Check if file exists before deleting it.
11771 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11773 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11775 * term.el (term-display-table): New variable.
11776 (term-mode): Use it.
11777 (term-exec-1): Set the coding system to binary.
11778 (term-emulate-terminal): Decode the string before inserting it.
11780 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11782 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11783 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11784 (map): Bind S-prior, S-next and S-insert.
11785 (term-mode): Set `indent-tabs-mode' to nil.
11786 (term-paste): New function to be bound to S-insert.
11787 (term-send-del, term-send-backspace): Change the strings sent.
11788 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11789 (term-handle-colors-array): Fix handling of underline and reverse.
11790 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11791 (term-erase-in-line): Fix comparison.
11792 (term-emulate-terminal): Fix line wrap handling.
11793 (term-start-output-log): Rename from `term-set-output-log'.
11794 (term-stop-output-log): Rename from `term-stop-photo'.
11795 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11797 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11799 * dired.el (dired-move-to-filename): Don't output a message if
11800 raise-error is non-nil. Fix return position and value.
11802 * files.el (insert-directory): Obey --dired even with symlinks.
11804 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11806 * ls-lisp.el (ls-lisp-format): Mark file names with property
11809 2004-09-25 Kim F. Storm <storm@cua.dk>
11811 * ido.el (ido-max-directory-size): New defcustom.
11812 (ido-decorations): Add "too big" element.
11813 (ido-directory-too-big): New dynamic var.
11814 (ido-may-cache-directory): Don't cache big directories.
11815 (ido-directory-too-big-p): New defun.
11816 (ido-set-current-directory): Update ido-directory-too-big.
11817 (ido-read-internal): Make empty ido-cur-item if too-big.
11818 (ido-buffer-internal): Use ido-read-internal directly instead of
11820 (ido-file-internal): Init ido-directory-too-big.
11821 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11822 and redo completion with full list.
11823 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11824 it, and show completions.
11825 (ido-all-completions): Let bind ido-directory-too-big to nil.
11826 (ido-exhibit): Handle ido-directory-too-big.
11827 (ido-read-buffer): Handle fallback to read-buffer.
11828 Init ido-directory-too-big.
11829 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11830 Init ido-directory-too-big.
11832 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11834 * subr.el (delay-mode-hooks): Doc fix.
11836 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11838 * textmodes/enriched.el
11839 (enriched-default-text-properties-local-flag): New variable.
11840 (enriched-mode): Make sure that enabling and disabling the mode is
11843 2004-09-23 H
\e,Ae
\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11845 * calendar/holidays.el (holiday-advent): Report on a specified day
11846 offset from advent, not just advent.
11847 (holiday-easter-etc): Report on one specified day offset from
11848 easter, not all easter holidays. Various Easter holidays moved to
11849 `christian-holidays' variable in calendar.el.
11850 * calendar/calendar.el (christian-holidays): Adapt for new
11851 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11853 2004-09-23 Kim F. Storm <storm@cua.dk>
11855 * image.el (insert-sliced-image): Add doc string.
11857 * ido.el (ido-choice-list): New dynamic var for `list' context.
11858 (ido-context-switch-command): New dynamic var.
11859 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11860 (ido-read-internal): Handle new `list' context.
11861 Handle insert-buffer and insert-file ido-exit values.
11862 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11863 ido-context-switch-command. Handle insert-file ido-exit value.
11864 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11865 unless it is already bound by caller.
11866 (ido-file-internal): New arg switch-cmd. Use it to setup
11867 ido-context-switch-command. Handle insert-buffer ido-exit value.
11868 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11869 used for context switching.
11870 (ido-all-completions): Handle new `list' context.
11871 (ido-make-choice-list): Return choices for `list' context.
11872 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11873 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11874 (ido-insert-buffer, ido-insert-file): Setup context switching.
11875 (ido-exhibit): Handle `list' context.
11876 (ido-read-file-name): Disable context switching. Handle fallback.
11877 (ido-read-directory-name): Disable context switching.
11878 (ido-completing-read): New defun like completing-read. Setup and
11879 use new `list' context.
11881 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11883 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11885 2004-09-21 Jay Belanger <belanger@truman.edu>
11887 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11888 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11891 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11893 * subr.el (after-change-major-mode-hook): Doc fix.
11895 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11897 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11898 of ghostscript for monochrome PostScript file in Windows.
11900 2004-09-21 Kenichi Handa <handa@m17n.org>
11902 * descr-text.el (describe-char): Checking of quail activation fixed.
11904 2004-09-21 Jay Belanger <belanger@truman.edu>
11906 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11908 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11910 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11911 after the mode hooks instead of before. Doc fix.
11913 2004-09-20 Jason Rumney <jasonr@gnu.org>
11915 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11916 _emacs, but revert to .emacs if neither exists in home directory.
11918 2004-09-20 John Paul Wallington <jpw@gnu.org>
11920 * bindings.el (completion-ignored-extensions): Add .dfsl.
11922 2004-09-20 Richard M. Stallman <rms@gnu.org>
11924 * bindings.el (scroll-left): Make it disabled.
11926 * files.el (enable-local-eval): Doc fix.
11928 * indent.el (move-to-left-margin): Special case for minibuffer.
11930 * term.el (term-emulate-terminal): Turn off undo for output.
11931 Use with-current-buffer and save-selected-window.
11933 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11935 * progmodes/make-mode.el (makefile-fill-paragraph):
11936 Don't insist on spaces when looking for comments. # is enough.
11938 * files.el (hack-local-variables): Copy the variables list
11939 to another buffer, strip prefixes and suffixes there, then read.
11940 (enable-local-eval): Doc fix.
11941 (ignored-local-variables): Initialize to nil.
11942 (risky-local-variable-p): Don't check ignored-local-variables here.
11943 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11945 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11947 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11948 of = to "." (punctuation).
11950 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11952 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11954 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11956 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11957 (enriched-before-change-major-mode): New function.
11958 Add it to `change-major-mode-hook'.
11959 (enriched-after-change-major-mode): New function.
11960 Add it to `after-change-major-mode-hook'.
11961 (enriched-mode): Make it work correctly if called from
11962 `after-change-major-mode-hook'.
11963 No longer set `indent-line-function'.
11965 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11967 * subr.el (after-change-major-mode-hook): New variable.
11968 (run-mode-hooks): Implement it.
11970 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11972 * battery.el (battery-linux-proc-apm): Use string-to-number.
11973 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11974 Use dolist (and less indentation). Use erase-buffer.
11975 Pre-initialize `design-capacity', `warn', and `low'.
11976 (battery-format): Use replace-regexp-in-string.
11978 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11980 * battery.el: Delete superfluous empty lines.
11981 (battery-linux-proc-acpi): Attempt to gather information from all
11982 battery subdirectories regardless of their file name.
11983 (battery-linux-proc-apm): Replace all occurrences of
11984 battery-hex-to-int-2 with string-to-int (base 16).
11985 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11986 (battery-hex-map): Delete variable.
11988 2004-09-18 John Paul Wallington <jpw@gnu.org>
11990 * calc/calc-units.el (calc-quick-units): Fix overzealous
11993 2004-09-17 Jay Belanger <belanger@truman.edu>
11995 * calc/calc.el (calc-mode-var-list): Fix the value of
11996 `calc-matrix-brackets'.
11998 2004-09-17 Romain Francoise <romain@orebokech.com>
12000 * ibuf-ext.el (define-ibuffer-filter filename):
12001 Expand dired-directory since buffer-file-name is absolute.
12003 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12005 * ediff-init.el (ediff-current-diff-face-A)
12006 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12007 (ediff-current-diff-face-Ancestor)
12008 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12009 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12010 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12011 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12012 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12013 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12016 * term.el (term-down): Perform vertical motion if DOWN is negative.
12017 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12018 (term-termcap-format): Synchronyze with the eterm terminfo entry
12020 (term-handle-colors-array): If the current foreground or
12021 background are zero (i.e. unspecified), use the foreground and
12022 background of the default face for reverse video.
12023 (term-ansi-at-eval-string, term-ansi-default-fg)
12024 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12025 (term-mem): Delete ununsed function.
12026 (term-protocol-version): Increment.
12027 (term-current-face): Set to default.
12029 2004-09-15 Jay Belanger <belanger@truman.edu>
12031 * calc/calc.el (calc-mode-var-list): Define this variable.
12032 (calc-always-load-extensions, calc-line-numbering)
12033 (calc-line-breaking, calc-display-just, calc-display-origin)
12034 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12035 (calc-group-char, calc-point-char, calc-frac-format)
12036 (calc-prefer-frac, calc-hms-format, calc-date-format)
12037 (calc-float-format, calc-full-float-format, calc-complex-format)
12038 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12039 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12040 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12041 (calc-matrix-brackets, calc-language, calc-language-option)
12042 (calc-left-label, calc-right-label, calc-word-size)
12043 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12044 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12045 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12046 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12047 (calc-window-height, calc-display-trail, calc-show-selections)
12048 (calc-use-selections, calc-assoc-selections)
12049 (calc-display-working-message, calc-auto-why, calc-timing)
12050 (calc-mode-save-mode, calc-standard-date-formats)
12051 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12052 (calc-user-parse-tables, calc-gnuplot-default-device)
12053 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12054 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12055 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12056 (calc-invocation-macro, calc-show-banner): Give these values as
12057 part of `calc-mode-var-list's initialization after the variables
12058 are declared with defvar.
12059 (calc-bug-address): Change email address to send bug reports to.
12060 Change the maintainer address at the top.
12061 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12062 than "\\.emacs" to determine if it is the user-init-file.
12064 * calc/calc-embed.el (calc-embedded-set-modes): Use
12065 `calc-mode-var-list' correctly.
12067 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12069 * vc.el (annotate-time): Document point handling.
12070 (vc-annotate-display-autoscale): Doc fix.
12072 2004-09-15 Miles Bader <miles@gnu.org>
12074 * generic.el (generic-make-keywords-list): Use symbol rather than
12075 word anchors in regexp.
12077 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12079 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12080 no file name consider `dired-directory'.
12082 2004-09-14 Kim F. Storm <storm@cua.dk>
12084 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12086 2004-09-14 Simon Josefsson <jas@extundo.com>
12088 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12090 * textmodes/dns-mode.el: Add.
12092 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12094 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12095 (disabled-command-function): Make the ?\ char more obvious.
12097 * vc-arch.el (vc-arch-root, vc-arch-registered):
12098 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12100 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12102 * windmove.el (windmove-frame-edges): Report coordinates of
12103 outside edges of frame, not inside edges.
12104 (windmove-coordinates-of-position): Convert into wrapper to new
12105 function `windmove-coordinates-of-window-position';
12106 `compute-motion' always applies to selected window.
12107 (windmove-coordinates-of-position): Update documentation to refer
12108 to Emacs 21 Lisp Reference Manual.
12109 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12111 2004-09-13 Kim F. Storm <storm@cua.dk>
12113 * isearch.el (isearch-resume-in-command-history): Rename from
12114 isearch-resume-enabled and change default to nil.
12116 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12118 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12119 (vc-registered): Use it.
12120 (vc-find-root): New fun.
12122 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12123 Don't tell to use \\{...} when it's already done.
12125 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12126 Provide a sample complex default.
12127 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12128 (bibtex-entry): Use mapc.
12130 2004-09-12 Kim F. Storm <storm@cua.dk>
12132 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12134 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12135 inhibit-field-text-motion to t so rectangles work in comint buffers.
12137 * simple.el (choose-completion-string): Set buffer before running
12138 choose-completion-string-functions hook so it can be buffer-local.
12140 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12142 * progmodes/compile.el (compilation-start): Parse command to see
12143 if it starts with a cd, and if so perform it for the *compilation*
12144 buffer. Change the header to reflect this.
12146 2004-09-11 Kim F. Storm <storm@cua.dk>
12148 * ido.el (ido-enable-dot-prefix): Doc fix.
12149 (ido-enable-dot-prefix): New defcustom.
12150 (ido-set-matches1): Use it.
12152 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12154 * textmodes/bibtex.el (bibtex-mark-active)
12155 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12157 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12159 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12160 used in a case insensitive environment.
12161 (bibtex-mode-map): Rearrange order of menus.
12162 (bibtex-quoted-string-re): Obsolete.
12163 (bibtex-complete-key-cleanup): Variable replaced by new function.
12164 (bibtex-font-lock-keywords): Use backquotes.
12165 (bibtex-font-lock-url-regexp): New internal variable.
12166 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12168 (bibtex-insert-current-kill, bibtex-make-field)
12169 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12170 (bibtex-parse-field-text): Simplify.
12171 (bibtex-string=): New helper function.
12172 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12173 (bibtex-map-entries): Use bibtex-string=.
12174 (bibtex-search-entry): Use not.
12175 (bibtex-enclosing-field): Fix docstring.
12176 (bibtex-assoc-regexp): Obsolete.
12177 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12178 (bibtex-autokey-get-names): Handle empty name field.
12179 (bibtex-parse-strings): Use assoc-string and unless.
12180 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12182 (bibtex-pop): Simplify.
12183 (bibtex-mode): Set font-lock-extra-managed-props.
12184 (bibtex-entry-update): Use assoc-string.
12185 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12186 (bibtex-autofill-entry): Use bibtex-string=.
12187 (bibtex-print-help-message): Simplify.
12188 (bibtex-find-entry): New optional arg START.
12189 (bibtex-validate): Use bibtex-string= and assoc-string.
12190 Do not call obsolete function compilation-parse-errors.
12191 (bibtex-remove-delimiters): Only remove delimiters if present.
12192 (bibtex-copy-entry-as-kill): Add docstring.
12193 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12194 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12195 (bibtex-complete): Use bibtex-predefined-month-strings,
12196 bibtex-string=, and new function bibtex-complete-key-cleanup.
12197 (bibtex-generate-url-list): New variable.
12198 (bibtex-url): New command bound to C-c C-l and mouse-2.
12199 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12200 (bibtex-font-lock-url): New function.
12202 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12204 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12206 2004-09-09 Kim F. Storm <storm@cua.dk>
12208 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12209 counter and format with binding.
12210 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12211 the declared macro uses own macro counter and format. Give symbol
12213 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12214 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12215 (kmacro-end-and-call-macro): Doc fix.
12217 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12219 * desktop.el (desktop-clear-preserve-buffers):
12220 Remove make-obsolete-variable.
12222 2004-09-08 Richard M. Stallman <rms@gnu.org>
12224 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12225 with the buffer as argument.
12227 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12229 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12231 2004-09-08 Juri Linkov <juri@jurta.org>
12233 * replace.el (perform-replace): Use `query-replace-descr'.
12235 * cus-start.el (history-delete-duplicates): Specify customization.
12237 * diff-mode.el (diff-mode-map):
12238 * progmodes/compile.el (compilation-mode-map):
12239 * progmodes/grep.el (grep-mode-map):
12240 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12241 to `next-error-follow-minor-mode'.
12243 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12245 * isearch.el (isearch-lazy-highlight-update): Take into account
12246 the case of zero-length match at the search bound.
12248 2004-09-08 Kim F. Storm <storm@cua.dk>
12250 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12251 change. Use zero width overlays when necessary.
12253 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12255 * subr.el (split-string): Docfix.
12257 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12259 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12260 (display-call-tree): Ensure newline after caller/calls blocks.
12262 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12264 * startup.el (command-line-1): Make option
12265 --directory/-L modify `load-path' straight away.
12267 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12269 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12271 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12273 * emacs-lisp/autoload.el (make-autoload):
12274 Handle `define-compilation-mode'.
12276 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12277 Specify `doc-string-elt' property.
12279 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12281 * bs.el (bs-mode): Doc fix.
12283 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12285 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12287 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12289 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12291 2004-09-08 Kenichi Handa <handa@m17n.org>
12293 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12294 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12295 ps-mule-next-point -> 1+).
12297 * composite.el (encode-composition-rule): Add autoload cooky.
12299 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12301 * format.el (buffer-auto-save-file-format): Make it permanent local.
12303 2004-09-07 Kim F. Storm <storm@cua.dk>
12305 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12306 (authors-fixed-entries): Fix typo.
12307 (authors-canonical-author-name): Compact multiple spaces.
12308 Ignore trivial names (e.g. only first name).
12310 * term.el (term-window-width): Only use full window width on
12311 window system if overflow-newline-into-fringe is enabled.
12312 (term-mode): Don't disable overflow-newline-into-fringe.
12314 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12316 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12317 motion as seen on my Mac OS X xterms.
12319 * newcomment.el (uncomment-region-default, comment-region-default):
12320 New functions extracted from uncomment-region and comment-region.
12321 (comment-region, comment-region-function, uncomment-region)
12322 (uncomment-region-function): Use them.
12324 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12326 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12327 It's not crucial but can make sense at times.
12329 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12332 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12333 Disable obsolete code.
12335 2004-09-07 Juri Linkov <juri@jurta.org>
12337 * progmodes/grep.el (grep-highlight-matches): Change default from
12338 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12339 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12340 if grep option `--color' is available, or to `nil' otherwise.
12341 (grep-process-setup): Call `grep-compute-defaults' if
12342 `grep-highlight-matches' is not computed. Set env-vars only
12343 if `grep-highlight-matches' is `t'.
12344 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12345 is already defined).
12347 * progmodes/compile.el (compilation-start): Use copy of
12348 `process-environment' created by `copy-sequence' to not
12349 modify env-vars in the global `process-environment'.
12351 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12353 * simple.el (next-error-follow-minor-mode): Fix last change.
12355 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12357 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12360 2004-09-04 Richard M. Stallman <rms@gnu.org>
12362 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12363 highlighting if the search string is empty.
12365 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12367 * facemenu.el (facemenu-active-faces): Change condition of inner
12368 `while' loop to also check the first two elements of `face-atts'
12371 2004-09-04 John Paul Wallington <jpw@gnu.org>
12373 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12374 (thumbs-view-image-mode): Make buffer read-only.
12376 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12378 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12379 (ispell-check-version): Set it.
12380 (ispell-send-replacement): New function.
12381 (ispell-process-line): Call ispell-send-replacement.
12383 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12385 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12386 Support choosing seconds with "s".
12388 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12390 * terminal.el (te-escape): Show `?' in prompt for help key.
12392 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12394 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12396 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12398 * simple.el (next-error-follow-minor-mode)
12399 (next-error-follow-mode-post-command-hook): New functions.
12400 (next-error-follow-last-line): New defvar.
12402 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12403 * progmodes/compile.el (compilation-mode-map): Likewise.
12404 * progmodes/grep.el (grep-mode-map): Likewise.
12405 * replace.el (occur-mode-map): Likewise.
12407 * newcomment.el (uncomment-region): Bind comment-use-global-state
12410 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12412 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12413 locally around the call to `revert-buffer'.
12415 2004-09-03 Juri Linkov <juri@jurta.org>
12417 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12418 `isearch-adjusted' to `t'.
12419 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12420 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12421 (isearch-other-meta-char): Restore isearch-point unconditionally.
12422 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12423 Set point to start of match if region is not active in transient
12424 mark mode (to include the current match to region boundaries).
12425 Push the search string to `query-replace-from-history-variable'.
12426 Add prompt "Query replace regexp" for isearch-regexp.
12427 Add region beginning/end as last arguments of `perform-replace.'
12428 (isearch-query-replace-regexp): Replace code by the call to
12429 `isearch-query-replace' with arg `t'.
12431 2004-09-03 Richard M. Stallman <rms@gnu.org>
12433 * startup.el (normal-top-level): Undo previous TERM change.
12435 2004-09-03 Kim F. Storm <storm@cua.dk>
12437 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12438 highlight overlays; allow using RET when cursor is over a button.
12439 (cua--highlight-rectangle): Use it.
12440 (cua--rectangle-set-corners): Don't move backwards at eol.
12441 (cua--forward-line): Don't move into void after eob.
12443 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12444 point is set (and displayed) inside rectangle.
12445 (cua--rectangle-operation): Fix for highlight of empty lines.
12446 (cua--highlight-rectangle): Fix highlight for tabs.
12447 Position cursor at left/right edge of rectangle using new `cursor'
12448 property on overlay strings.
12449 (cua--indent-rectangle): Don't tabify.
12450 (cua-rotate-rectangle): Ignore that point has moved.
12452 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12454 * term/mac-win.el: Add ASCII equivalents for some function keys.
12455 (mode-line-frame-identification): Sync with x-win.el.
12457 2004-09-02 Juri Linkov <juri@jurta.org>
12459 * progmodes/compile.el (compilation-buffer-name): Compare major
12460 mode with second element of compilation-arguments instead of third
12461 to reflect latest changes in compilation-arguments structure.
12462 (recompile): Use global variable `compilation-directory' to get
12463 recent compilation directory only when `recompile' is invoked NOT
12464 in the compilation buffer. Otherwise, use `default-directory' of
12465 the compilation buffer.
12466 (compilation-error-properties): Allow to funcall col and end-col.
12467 (compilation-mode-font-lock-keywords): Check col and end-col by
12469 (compilation-goto-locus): If end-mk is non-nil in transient mark
12470 mode don't activate the mark (and don't display message in
12471 push-mark), but highlight overlay between mk and end-mk.
12473 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12474 (grep-regexp-alist): Add rule to highlight grep matches.
12475 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12477 * info.el (Info-fontify-node): Don't compute other-tag
12478 if Info-hide-note-references=hide.
12480 * help.el (function-called-at-point):
12481 * help-fns.el (variable-at-point):
12482 Try `find-tag-default' when other methods failed.
12484 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12485 Do not push mark if inhibit-mark-movement is non-nil.
12487 * textmodes/ispell.el (ispell-html-skip-alists):
12488 Fix backslashes in docstring.
12490 2004-09-01 Juri Linkov <juri@jurta.org>
12492 * isearch.el (isearch-wrap-function)
12493 (isearch-push-state-function): New defvars.
12494 (isearch-pop-fun-state): New defsubst.
12495 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12496 (isearch-push-state): Set the result of calling
12497 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12498 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12499 restore the mode-specific starting point of terminated search.
12500 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12501 (isearch-repeat): Call `isearch-wrap-function' if defined.
12502 (isearch-message-prefix): Don't add prefix "over" to the message
12503 for wrapped search if `isearch-wrap-function' is defined.
12504 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12505 restore the mode-specific starting point of failed search.
12507 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12508 (Info-search): Add new optional arguments for the sake of isearch.
12509 Replace whitespace in Info-search-whitespace-regexp literally.
12510 Add backward search. Don't call `Info-select-node' if regexp is
12511 found in the same Info node. Don't add node to Info-history for
12513 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12514 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12515 (Info-mode): Set local variables `isearch-search-fun-function',
12516 `isearch-wrap-function', `isearch-push-state-function',
12517 `search-whitespace-regexp'.
12519 * isearch.el: Remove ancient Change Log section.
12520 (isearch-string, isearch-message-string, isearch-point)
12521 (isearch-success, isearch-forward-flag, isearch-other-end)
12522 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12523 (isearch-barrier, isearch-within-brackets)
12524 (isearch-case-fold-search): Add suffix `-state' to state-related
12525 defsubsts to avoid name clashes with other function names.
12527 * simple.el (next-error): New defgroup and defface.
12528 (next-error-highlight, next-error-highlight-no-select):
12530 (next-error-no-select): Let-bind next-error-highlight to the value
12531 of next-error-highlight-no-select before calling `next-error'.
12533 * progmodes/compile.el (compilation-goto-locus):
12534 Use `next-error' face instead of `region'. Set 4-th argument of
12535 `move-overlay' to `current-buffer' to move overlay to different
12536 source buffers. Use new variable `next-error-highlight'.
12538 * simple.el (next-error-find-buffer): Move the rule
12539 "if current buffer is a next-error capable buffer" after the
12540 rule "if next-error-last-buffer is set to a live buffer".
12541 Simplify to test all rules in one `or'.
12542 (next-error): Doc fix.
12543 (next-error, previous-error, first-error)
12544 (next-error-no-select, previous-error-no-select):
12545 Make arguments optional.
12547 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12549 * macros.el (apply-macro-to-region-lines): Make it operate on all
12550 lines that begin in the region, rather than on all complete lines
12553 2004-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12555 * x-dnd.el (x-dnd-protocol-alist): Document update.
12556 (x-dnd-known-types): Defcustom it.
12557 (x-dnd-handle-motif): Print message-atom in error message.
12559 2004-08-30 John Paul Wallington <jpw@gnu.org>
12561 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12562 strings rather than programatically constructing message.
12564 2004-08-30 Richard M. Stallman <rms@gnu.org>
12566 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12567 Don't return a string that would read as the wrong character code.
12569 2004-08-29 Kim F. Storm <storm@cua.dk>
12571 * emulation/cua-base.el (cua-auto-expand-rectangles):
12572 Remove automatic rectangle padding feature; replace by non-destructive
12573 virtual rectangle edges feature.
12574 (cua-virtual-rectangle-edges): New defcustom.
12575 (cua-auto-tabify-rectangles): New defcustom.
12576 (cua-paste): If paste into a marked rectangle, insert rectangle at
12577 current column, even if virtual; also paste exactly as many lines
12578 as has been marked (ignore additional lines or add empty lines),
12579 but paste whole source if only one line is marked.
12580 (cua--update-indications): No longer use overwrite-cursor to
12581 indicate rectangle padding
12583 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12584 (cua--rectangle-virtual-edges): New defun.
12585 (cua--rectangle-get-corners): Remove optional PAD arg.
12586 (cua--rectangle-set-corners): Never do padding.
12587 (cua--forward-line): Remove optional PAD arg. Simplify.
12588 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12589 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12590 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12591 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12592 (cua--rectangle-move): Never do padding. Simplify.
12593 (cua--tabify-start): New defun.
12594 (cua--rectangle-operation): Add tabify arg. All callers changed.
12595 (cua--pad-rectangle): Remove.
12596 (cua--delete-rectangle): Handle delete with virtual edges.
12597 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12598 (cua--insert-rectangle): Handle insert at virtual column.
12599 Perform auto-tabify if necessary.
12600 (cua--activate-rectangle): Remove optional FORCE arg.
12601 Never do padding. Simplify.
12602 (cua--highlight-rectangle): Enhance for virtual edges.
12603 (cua-toggle-rectangle-padding): Remove command.
12604 (cua-toggle-rectangle-virtual-edges): New command.
12605 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12606 (cua--rectangle-post-command): Don't force rectangle padding.
12607 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12609 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12611 * indent.el (edit-tab-stops-buffer): Doc fix.
12613 2004-08-28 Richard M. Stallman <rms@gnu.org>
12615 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12616 (grep-tag-default): Function deleted.
12618 * subr.el (find-tag-default): Move from etags.el.
12620 * progmodes/etags.el (find-tag-default): Move to subr.el.
12622 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12623 into the basic character if it has an uppercase form.
12625 2004-08-27 Kenichi Handa <handa@m17n.org>
12627 * international/utf-8.el (utf-8-post-read-conversion): If the
12628 buffer is unibyte, temporarily make it multibyte.
12630 2004-08-27 Masatake YAMATO <jet@gyve.org>
12632 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12634 2004-08-25 John Paul Wallington <jpw@gnu.org>
12636 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12637 0, 1, and many mismatches in message.
12638 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12640 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12641 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12643 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12645 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12646 vc-diff-switches differently.
12648 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12650 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12651 before and a real defvar after
12652 `speedbar-supported-extension-expressions'. This is to silence
12653 the compiler without breaking bootstrapping.
12655 2004-08-22 Richard M. Stallman <rms@gnu.org>
12657 * textmodes/flyspell.el (flyspell-word):
12658 Use set-process-query-on-exit-flag.
12659 (flyspell-highlight-duplicate-region): Take POSS as arg.
12660 (flyspell-word): Pass POSS as arg.
12662 * progmodes/ada-xref.el: Many doc and style fixes.
12663 (ada-find-any-references): Use compilation-start.
12664 (ada-get-ali-file-name): Improve error msg.
12665 (ada-get-ada-file-name): Likewise.
12667 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12668 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12670 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12671 Add forward defvar.
12673 * whitespace.el (global-whitespace-mode): New alias
12674 for whitespace-global-mode.
12676 * speedbar.el (speedbar-file-regexp): Move definition up.
12677 (speedbar-mode, speedbar-set-mode-line-format):
12678 Use with-no-warnings.
12679 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12681 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12682 controls whether to display the error buffer.
12684 * ps-mule.el: Delete compatibility code for old Emacses.
12685 (ps-mule-find-wrappoint): Don't use chars-in-region.
12687 * frame.el (display-mouse-p, display-selections-p):
12688 Use with-no-warnings.
12690 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12692 2004-08-22 David Kastrup <dak@gnu.org>
12694 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12697 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12699 2004-08-22 Andreas Schwab <schwab@suse.de>
12701 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12703 2004-08-22 Masatake YAMATO <jet@gyve.org>
12705 * cvs-status.el (cvs-status-checkout): New function.
12706 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12708 2004-08-21 David Kastrup <dak@gnu.org>
12710 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12711 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12712 has been converted to use hashtables, the relation `nil=none' is
12713 no longer valid, as `nil' is not a hashtable. This patch tries to
12714 reduce the number of resulting errors.
12716 2004-08-21 John Paul Wallington <jpw@gnu.org>
12718 * subr.el (process-kill-without-query): Made obsolete in
12719 version 21.4, not 21.5.
12721 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12722 (vc-previous-comment, vc-next-comment)
12723 (vc-comment-search-reverse, vc-comment-search-forward)
12724 (vc-comment-to-change-log): Likewise.
12726 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12728 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12730 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12731 Correct indentation of DEFMETHODS with non-standard method
12732 combinations (e.g., PROGN, MIN, MAX).
12734 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12736 * startup.el (normal-top-level-add-subdirs-to-load-path):
12737 Avoid unnecessarily checking system-type.
12738 (normal-top-level): Set TERM to "dumb". Simplify.
12740 * avoid.el (mouse-avoidance-ignore-p): New fun.
12741 Also ignore switch-frame, select-window, double, and triple clicks.
12742 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12743 (mouse-avoidance-fancy-hook): Use it.
12745 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12747 * avoid.el (mouse-avoidance-nudge-mouse)
12748 (mouse-avoidance-banish-destination): Stay within the current window
12749 to avoid problems with mouse-autoselect-window.
12751 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12753 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12754 the newer format of some messages in cvs-1.12.1.
12756 2004-08-19 Masatake YAMATO <jet@gyve.org>
12758 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12759 (elp-results-jump-to-definition-by-mouse)
12760 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12761 (elp-output-result): Use elp-output-insert-symname.
12763 2004-08-18 Kenichi Handa <handa@m17n.org>
12765 * language/cyrillic.el: Register koi8-r in
12766 ctext-non-standard-encodings-alist.
12767 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12769 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12771 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12772 that replaces 20xy with xy.
12774 2004-08-17 John Paul Wallington <jpw@gnu.org>
12776 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12777 (reb-force-update): Doc fix.
12779 2004-08-16 Richard M. Stallman <rms@gnu.org>
12781 * progmodes/which-func.el (which-func-update-1): Doc fix.
12783 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12784 (sh-mode-abbrev-table): New variable.
12786 * progmodes/compile.el (compilation-mode): Doc fix.
12788 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12789 Don't cons a new symbol each time.
12790 (eval-last-sexp-fake-value): New variable.
12792 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12793 (copyright-update-year): Detect continuation of list of years.
12795 * term.el (term-default-fg-color, term-default-bg-color)
12796 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12798 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12800 2004-08-16 Davis Herring <herring@lanl.gov>
12802 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12803 (isearch-success, isearch-forward-flag, isearch-other-end)
12804 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12805 (isearch-barrier, isearch-within-brackets)
12806 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12808 2004-08-16 Kenichi Handa <handa@m17n.org>
12810 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12812 2004-08-15 Kenichi Handa <handa@m17n.org>
12814 * term/x-win.el (x-selection-value): If utf8 was successful but
12815 ctext was not, use utf8 string.
12817 2004-08-14 Davis Herring <herring@lanl.gov>
12819 * isearch.el: Remove accidental changes of March 4. Fix backing
12820 up when a regexp isearch is made more general. Use symbolic
12821 accessor functions for isearch stack frames to make usage clearer.
12822 (search-whitespace-regexp): Made groups in documentation shy (as
12823 is the group in the default value).
12824 (isearch-fallback): New function, addresses problems with regexps
12825 liberalized by `\|', adds support for liberalization by `\}' (the
12826 general repetition construct), and incorporates behavior for
12828 (isearch-}-char): New command, calls `isearch-fallback' with
12829 arguments appropriate to a typed `}'.
12830 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12832 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12833 (isearch-string, isearch-message,string, isearch-point)
12834 (isearch-success, isearch-forward-flag, isearch-other-end)
12835 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12836 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12837 New inline functions to read fields of a stack frame.
12839 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12841 * battery.el (battery-linux-proc-acpi): Look into battery
12842 directories matching the literal string "CMB", too (required for
12843 Linux kernel version 2.6.7).
12845 2004-08-14 John Paul Wallington <jpw@gnu.org>
12847 * cus-start.el (read-file-name-completion-ignore-case): Add.
12848 (blink-cursor-alist): Change version to "21.4".
12850 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12852 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12854 * speedbar.el (speedbar-scan-subdirs): New option.
12855 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12857 (speedbar-insert-files-at-point): Take an extra argument and use
12858 it to optionally find out if a subdir is empty. Also unreadable
12859 files don't get expand buttons.
12860 (speedbar-directory): New image (unused pixmap already existed).
12861 (speedbar-expand-image-button-alist): Use it.
12863 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12865 CC Mode update to 5.30.9:
12867 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12868 Move from cc-vars to cc-defs for dependency reasons. Fix the
12869 POSIX char class test to check that it works in
12870 `skip-chars-(forward|backward)' too.
12872 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12873 first argument starts with a special brace list.
12875 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12876 when `c-opt-type-concat-key' is used (i.e. in Pike).
12878 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12879 Fix bug when the inner char pair doesn't have paren syntax,
12882 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12885 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12886 position for `arglist-intro', `arglist-cont-nonempty' and
12887 `arglist-close' when there are two arglist open parens on the same
12888 line and there's nothing in front of the first.
12890 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12891 locking of qualified names in Java, which previously could fontify
12892 common indexing expressions in many cases. The standard Java
12893 naming conventions are used to tell them apart.
12895 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12896 Fix inconsistency wrt opening parens on the first line inside a paren
12899 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12900 compile time for the sake of `c-major-mode-is'.
12902 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12903 `c-major-mode-is' in the event that this is used inside a
12906 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12907 `c-lang-defconst' so that it works better with fallback languages.
12909 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12910 it to fail to record the base mode.
12912 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12913 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12914 is used. Reorder the syntax checks to get more efficient
12915 skipping in some situations.
12917 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12918 continuation which might precede the newly inserted '{'.
12920 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12921 Fix cases where it could loop indefinitely.
12923 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12924 size specs correctly. Only fontify identifiers in front of '('
12925 with as functions - don't accept any paren char. Tighten up
12926 initializer skipping to stop before function and class blocks.
12928 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12929 the point could be left directly after an open paren when finding
12930 the beginning of the first decl in the block.
12932 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12933 table when filtering out legitimate open parens to be recorded.
12934 This could cause cache inconsistencies when e.g.
12935 `c++-template-syntax-table' was temporarily in use.
12937 * progmodes/cc-engine.el (c-on-identifier)
12938 (c-simple-skip-symbol-backward): Small fix for handling "-"
12939 correctly in `skip-chars-backward'. Affected the operator lfun
12942 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12943 Fix bug that could cause an error from `after-change-functions' when
12944 the changed region is at bob.
12946 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12948 CC Mode update to 5.30.9:
12950 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12951 to say that <TAB> doesn't insert WS into a CPP line.
12952 (c-indent-command, c-tab-always-indent): Amend doc strings.
12954 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12955 checks for user errors, thus eliminating cryptic and unhelpful
12956 Emacs error messages. (1) Check the arg to `c-set-style' is a
12957 string. (2) Check that settings to `c-offsets-alist' are not
12960 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12961 which precedes the newly inserted `{'.
12963 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12965 Sync with Tramp 2.0.44.
12967 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12968 function "tramp_file_attributes". Otherwise, file names
12969 containing spaces are misinterpreted. Reported by Magnus Henoch
12970 <mange@freemail.hu>.
12971 (tramp-handle-file-truename): FILENAME must be expanded first.
12972 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12973 obscure results. Reported by D. Goel <deego@gnufans.org>.
12974 (tramp-handle-verify-visited-file-modtime): If file does not
12975 exist, say it is not modified if and only if that agrees with the
12976 buffer's record. Check whether a file is visiting the buffer, or
12977 the buffer has no recorded last modification time. Return t in
12978 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12979 <teirllm@auburn.edu>.
12980 (tramp-handle-write-region): Pass modtime explicitely to
12981 `set-visited-file-modtime', because filename can be different
12982 from (buffer-file-name) if `file-precious-flag' is set.
12983 `set-visited-file-modtime' must be called always when `visit' is t
12984 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12985 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12986 nil, don't apply the whole body. If the file doesn't exists, set
12987 modtime to '(-1 65535). Suggested by Luc Teirlinck
12988 <teirllm@auburn.edu>.
12990 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12992 * help.el (describe-bindings): Doc fix.
12994 * subr.el (kbd): Doc fix.
12996 2004-08-08 John Paul Wallington <jpw@gnu.org>
12998 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12999 instead of `string-to-int'.
13000 (define-ibuffer-column mode): Fix indentation.
13002 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13004 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13006 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13008 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13010 * novice.el (disabled-command-function): New variable renamed from
13011 `disabled-command-hook'.
13012 (disabled-command-hook): Keep the _variable_ as alias for
13013 `disabled-command-function' and make obsolete.
13014 (disabled-command-function): Function renamed from
13015 `disabled-command-hook'. Adapt code to name change of the variable.
13017 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13019 * simple.el (completion-root-regexp): New defvar.
13020 (completion-setup-function): Use it instead of a literal string.
13022 2004-08-07 John Paul Wallington <jpw@gnu.org>
13024 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13025 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13026 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13027 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13029 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13031 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13032 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13034 2004-08-04 Kenichi Handa <handa@m17n.org>
13036 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13037 Fix previous change.
13039 2004-08-03 Kenichi Handa <handa@m17n.org>
13041 * international/encoded-kb.el: The following changes are to
13042 utilize key-translation-map instead of minor mode map.
13043 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13044 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13045 (encoded-kbd-last-key): New function.
13046 (encoded-kbd-iso2022-single-shift): New function.
13047 (encoded-kbd-iso2022-designation)
13048 (encoded-kbd-self-insert-iso2022-7bit)
13049 (encoded-kbd-self-insert-iso2022-8bit)
13050 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13051 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13052 key-translation-map.
13053 (encoded-kbd-setup-keymap): Setup key-translation-map.
13054 (saved-key-translation-map): New variable.
13055 (encoded-kbd-mode): Save/restore key-translation-map.
13056 Adjust for the change of encoded-kbd-setup-keymap.
13058 2004-08-02 Kim F. Storm <storm@cua.dk>
13060 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13061 and call compute-motion with nil for topos and width to get proper
13062 usable width and height for both window and non-window systems.
13064 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13065 calculate usable window width and height.
13067 * window.el (window-buffer-height): Call compute-motion with nil width.
13069 2004-08-01 David Kastrup <dak@gnu.org>
13071 * replace.el (query-replace-read-from):
13072 Use `query-replace-compile-replacement'.
13073 (query-replace-compile-replacement): New function.
13074 (query-replace-read-to): Use `query-replace-compile-replacement'
13075 for repeating the last command.
13077 2004-08-01 John Paul Wallington <jpw@gnu.org>
13079 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13080 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13081 (pr-switches): Remove period from end of error messages.
13083 * help-mode.el (help-go-back): Likewise.
13085 * abbrev.el (only-global-abbrevs): Doc fix.
13086 (edit-abbrevs-map): Define within defvar.
13087 (quietly-read-abbrev-file): Doc fix.
13089 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13091 * novice.el (enable-command, disable-command): Doc fixes.
13093 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13095 2004-07-30 Richard M. Stallman <rms@gnu.org>
13097 * subr.el (with-local-quit): Doc fix.
13099 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13101 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13103 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13105 * custom.el (defcustom): Doc fix.
13107 2004-07-28 Masatake YAMATO <jet@gyve.org>
13109 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13111 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13113 * imenu.el (imenu-prev-index-position-function)
13114 (imenu-extract-index-name-function, imenu-name-lookup-function)
13115 (imenu--index-alist): Docstring redundancy fix.
13117 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13119 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13120 binding dired-backup-overwrite.
13122 2004-07-25 John Paul Wallington <jpw@gnu.org>
13124 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13126 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13128 * term/tty-colors.el (tty-color-approximate): Doc fix.
13130 * select.el (x-get-selection, x-set-selection): Doc fixes.
13132 * frame.el (make-frame): Doc fix.
13134 2004-07-24 Richard M. Stallman <rms@gnu.org>
13136 * mail/rmail.el (rmail-mime-charset-pattern):
13137 Don't include semicolon in the charset value.
13139 * replace.el (occur-next-error): Call set-window-point.
13140 (occur-engine): Handle negative NLINES.
13142 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13144 * frame.el (modify-all-frames-parameters): Minor doc fix.
13145 (set-frame-configuration): Doc fix.
13147 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13149 * simple.el (completion-setup-function): Compute the common parts
13150 and the first difference place correctly when
13151 partial-completion-mode is on.
13153 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13155 * ps-print.el: Doc fix.
13156 (ps-print-version): New version 6.6.5.
13157 (ps-printing-region): Doc fix.
13158 (ps-generate-string-list): Comment fix.
13159 (ps-message-log-max): Code fix.
13161 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13163 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13164 generated PostScript.
13166 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13168 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13169 with Gnus v5_10 branch.)
13171 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13173 * calendar/time-date.el (time-to-number-of-days): New function.
13174 Imported from from Gnus.
13176 2004-07-22 Kim F. Storm <storm@cua.dk>
13178 * progmodes/make-mode.el: Fix comments.
13180 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13182 * printing.el: Doc fix.
13184 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13186 * frame.el (modify-all-frames-parameters): Minor doc fix.
13188 2004-07-20 Richard M. Stallman <rms@gnu.org>
13190 * textmodes/fill.el (fill-nobreak-p): If this break point is
13191 at the end of the line, don't consider the newline which follows
13192 as a reason to return t.
13194 2004-07-19 John Paul Wallington <jpw@gnu.org>
13196 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13198 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13200 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13201 Delete irrelevant code.
13203 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13205 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13206 New docstring. From Luc Teirlinck.
13208 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13210 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13212 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13213 non-file buffers. We know it is nil.
13215 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13217 Sync with Tramp 2.0.43.
13219 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13220 Remove outdated comment.
13221 (tramp-locked, tramp-locker): New variables for implementing a
13223 (tramp-sh-file-name-handler): Use them to implement the global lock.
13225 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13227 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13228 calls to respective `xxx` calls.
13229 (tramp-process-alive-regexp): Precise doc string.
13230 (tramp-multi-action-process-alive): New defun.
13231 (tramp-multi-actions): Use it.
13232 (tramp-handle-find-backup-file-name): `copy-tree' is available
13233 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13234 in order to avoid this function.
13235 (tramp-handle-write-region): Set current buffer. If connection
13236 wasn't open, `file-modes' has changed it accidently. Reported by
13237 David Kastrup <dak@gnu.org>.
13238 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13240 (tramp-action-password, tramp-multi-action-password): Apply it.
13241 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13242 name must still contain the port number. Otherwise, we have two
13243 Tramp buffers, with all the confusion. Reported by Myron Selby
13244 <myron@xytech.com> and Rolf Dubitzky
13245 <Dubitzky@physi.uni-heidelberg.de>.
13247 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13248 HOST to `tramp-enter-passwd'.
13250 * net/tramp-vc.el (all): Code cleanup. Change all
13251 `tramp-handle-xxx' calls to respective `xxx` calls.
13253 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13255 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13256 functions that are not erroneous if either 1-valued or
13257 multi-valued. Detect functions in this class.
13258 (testcover-1value-functions, testcover-compose-functions)
13259 (testcover-progn-functions) Add some additional functions to lists.
13260 (testcover-mark): Bugfix when marking up the definition for an
13263 2004-07-17 Richard M. Stallman <rms@gnu.org>
13265 * replace.el (occur-read-primary-args): Pass default to
13266 read-from-minibuffer.
13268 * mail/footnote.el (footnote-section-tag): Use defcustom.
13270 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13271 Compile font-lock-keywords, not KEYWORDS.
13272 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13273 Add warn, check-type. Handle cerror like error.
13275 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13277 * progmodes/which-func.el (which-func-keymap): New var.
13278 (which-func-face): New face.
13279 (which-func-format): Use them.
13281 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13283 * buff-menu.el (list-buffers-noselect): Append the buffer's
13284 process status to its mode name.
13286 2004-07-16 Kim F. Storm <storm@cua.dk>
13288 * simple.el (inhibit-mark-movement): New defvar.
13289 (beginning-of-buffer, end-of-buffer): Do not push mark if
13290 inhibit-mark-movement is non-nil or C-u prefix is given.
13292 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13293 Init to beginning-of-buffer and end-of-buffer.
13294 (cua--undo-push-mark): New defvar.
13295 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13296 already active and command is in cua--preserve-mark-commands.
13297 Also fix check for shift modifier on non-window systems.
13298 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13300 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13302 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13303 of two integers, instead of a cons.
13305 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13306 `visited-file-modtime' now returns a list of two integers, instead
13309 * dired.el (dired-directory-changed-p): Ditto.
13311 * progmodes/grep.el (grep): Doc fix.
13313 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13315 * autorevert.el (auto-revert-tail-mode)
13316 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13317 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13318 in both at the same time.
13319 (auto-revert-tail-mode): New command.
13320 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13321 (auto-revert-handler): Revert only either tail or whole file.
13323 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13324 add auto-revert-tail-mode.
13326 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13328 * printing.el: Doc fix. Change name of some funs.
13329 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13330 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13331 (pr-standard-file-name): New fun. Replace pr-standard-path.
13332 (pr-call-process): Code fix.
13334 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13336 * subr.el (with-selected-window): Doc fix.
13338 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13340 * subr.el (get-buffer-window-list): Doc fix.
13342 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13344 * files.el (switch-to-buffer-other-window): Doc fix.
13346 * window.el (save-selected-window, one-window-p)
13347 (split-window-keep-point, split-window-vertically)
13348 (split-window-horizontally): Doc fixes.
13350 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13352 * printing.el: Doc fix. Now it uses call-process instead of
13353 shell-command for low command execution.
13354 (pr-version): New version number (6.8).
13355 (pr-shell-file-name): Option removed.
13356 (pr-shell-command): Fun removed.
13357 (pr-call-process): New fun. Replace pr-shell-command.
13358 (pr-standard-path, pr-remove-nil-from-list): New funs.
13359 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13360 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13361 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13362 (pr-ps-utility-process, pr-txt-print): Code fix.
13364 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13366 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13369 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13371 * wid-edit.el (widget-field-buffer): Doc fix.
13373 2004-07-09 John Paul Wallington <jpw@gnu.org>
13375 * emacs-lisp/re-builder.el (reb-update-overlays):
13376 Distinguish between one and several matches in message.
13378 2004-07-09 Richard M. Stallman <rms@gnu.org>
13380 * mouse.el (mouse-set-region-1): If transient-mark-mode
13381 is `identity', change it to `only'.
13383 * simple.el (current-word): Doc fix.
13385 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13387 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13388 so that it is more understanding of whitespace.
13390 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13391 (("ns" . "element") (attr-list) children) instead of
13392 ((:ns . "element") (attr-list) children) in order to reduce the
13393 number of symbols used.
13394 (xml-skip-dtd): Change to use xml-parse-dtd but set
13395 xml-validating-parsing to nil.
13396 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13397 (xml-substitute-entity): Remove in favor of new entity substitution.
13398 (xml-substitute-special): Rewrite in to substitute complex
13399 entities from DOCTYPE declarations.
13400 (xml-parse-fragment): Parse fragments from entity deleclarations.
13401 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13402 (xml-parse-dtd, xml-substitute-special): Make validity checks
13403 conditioned on xml-validating-parser. Add "Not Well Formed" to
13404 error messages about well-formedness.
13406 2004-07-08 Steven Tamm <steventamm@mac.com>
13408 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13409 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13410 Do not treat double clicks and triple clicks specially in the
13411 scroll bar (preventing strange repositioning problems)
13413 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13415 * replace.el (query-replace-regexp-eval): Fix last change.
13417 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13419 * replace.el (query-replace-descr): New fun.
13420 (query-replace-read-from, query-replace-read-args): Default to the
13422 (query-replace-read-to): Quote the `from' string when displaying it.
13423 (query-replace-regexp-eval): Immediately check read-only status.
13424 Use query-replace-read-from to get the \n checking.
13425 Quote the `from' string when displaying it.
13426 (map-query-replace-regexp, occur-read-primary-args):
13427 Quote the `from' string when displaying it.
13429 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13430 delimited-ness of the search to query-replace.
13432 * replace.el (query-replace-read-from, query-replace-read-to):
13433 New funs extracted from query-replace-read-args.
13434 (query-replace-read-args): Use them.
13436 * replace.el (query-replace-interactive, query-replace-read-args):
13437 Remove the `initial' special value.
13438 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13439 (occur-engine): Remove unused var `matchend'.
13441 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13442 Use the search string without prompting.
13444 2004-07-05 Kenichi Handa <handa@m17n.org>
13446 * international/mule.el (decode-coding-inserted-region):
13447 Set last-coding-system-used only when coding is nil.
13449 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13451 * progmodes/grep.el (grep-compute-defaults, grep-command)
13452 (grep-program, find-program, grep-find-use-xargs, grep-history)
13453 (grep-find-history, grep-tag-default, grep-find-command)
13454 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13455 Add autoload cookies, for unbundled packages that load `compile'
13456 and expect all grep-related symbols to become defined.
13458 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13460 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13461 (iimage-mode-image-search-path): New user option to search the
13463 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13465 (iimage-mode-buffer): Use it.
13467 2004-07-03 Nick Roberts <nickrob@gnu.org>
13469 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13471 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13473 2004-07-03 Juri Linkov <juri@jurta.org>
13475 * replace.el (query-replace-read-args): Swallow space after 'foo,
13476 not after (quote foo). Match space only immediately after symbol,
13477 not anywhere in the whole string.
13479 2004-07-02 Richard M. Stallman <rms@gnu.org>
13481 * replace.el (query-replace-read-args): Swallow space after
13482 symbols, not after closeparens. But avoid error if string ends there.
13484 * progmodes/python.el (python-beginning-of-statement):
13485 Exit the loop if backward-up-list gets error.
13487 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13489 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13491 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13492 only if vc-consult-headers is non-nil.
13494 2004-07-02 Juri Linkov <juri@jurta.org>
13496 * pcvs.el (cvs-mode-diff-repository): New command.
13498 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13500 2004-07-01 Juri Linkov <juri@jurta.org>
13502 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13503 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13504 C-M-% to isearch-query-replace-regexp.
13505 (minibuffer-local-isearch-map): Add arrow key bindings.
13506 Bind C-f to isearch-yank-char-in-minibuffer.
13507 (isearch-forward): Doc fix.
13508 (isearch-edit-string): Doc fix.
13509 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13510 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13511 (isearch-yank-char): Add optional arg.
13512 (isearch-yank-char-in-minibuffer): New fun.
13514 * replace.el (query-replace-interactive): Change type from boolean
13515 to choice. Add value `initial'.
13516 (query-replace-read-args): Handle value `initial' of
13517 query-replace-interactive.
13519 2004-06-29 Kim F. Storm <storm@cua.dk>
13521 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13522 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13524 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13527 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13529 2004-06-29 Juri Linkov <juri@jurta.org>
13531 * replace.el (query-replace-read-args): Swallow a space after
13532 everything except )]" which in most cases means after a symbol.
13534 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13536 2004-06-28 Richard M. Stallman <rms@gnu.org>
13538 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13539 More changes to go with previous change in font-lock.el.
13541 2004-06-26 David Kastrup <dak@gnu.org>
13543 * replace.el (perform-replace): Highlight the match even in
13544 non-query mode if there is potential replace string editing.
13546 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13548 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13549 agree with new return value of `file-remote-p'.
13550 This syncs with Tramp 2.0.42.
13552 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13553 according to new documentation of `file-remote-p'.
13555 * files.el (file-remote-p): Fix doc to say that return value is
13556 identification of remote system, if not nil.
13557 (file-relative-name): Use new return value of `file-remote-p'.
13559 2004-06-26 Nick Roberts <nickrob@gnu.org>
13561 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13562 (gdb-goto-breakpoint): Fix breakage.
13564 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13566 * man.el (Man-getpage-in-background): Add windows-nt to the list
13567 of systems where shell-file-name should be used instead of
13570 2004-06-25 Sam Steingold <sds@gnu.org>
13572 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13573 function names `(setf symbol)'.
13575 2004-06-24 Richard M. Stallman <rms@gnu.org>
13577 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13579 * font-lock.el (font-lock-keywords): Change format of compiled values.
13581 (font-lock-add-keywords): If font-lock-keywords is compiled,
13582 extract the uncompiled version, modify, then recompile.
13583 (font-lock-remove-keywords): Likewise.
13584 (font-lock-fontify-keywords-region): Handle changed format.
13585 (font-lock-compile-keywords): Handle changed format.
13586 (font-lock-set-defaults): Compile the keywords explicitly here.
13588 2004-06-24 David Kastrup <dak@gnu.org>
13590 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13592 (query-replace-regexp): Doc string explaining this and the new
13593 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13594 is better placed in `query-replace-read-args'.
13595 (replace-regexp): Explain `\,', `\#' and `\?'.
13596 (replace-match-data): New function for thorough reuse/destruction
13598 (replace-match-maybe-edit): Function for implementing `\?' editing.
13599 (perform-replace): Fix maintaining of the match stack including
13600 already matched regions, implement `\?', fix various problems
13601 with regions while editing and other stuff.
13602 (replace-highlight): Simplify.
13604 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13606 * progmodes/grep.el (grep-error-screen-columns): New variable.
13607 (grep-regexp-alist): Give it the full functionality of gnu style
13608 compilation messages with line and column ranges. Ask me for the
13609 perl script I'm working on, that uses these.
13611 2004-06-23 Nick Roberts <nickrob@gnu.org>
13613 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13615 (comint-insert-input, comint-mouse-insert-input): New functions
13616 based on comint-insert-clicked-input for two bindings but just
13619 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13621 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13623 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13625 * files.el (write-contents-functions): Doc fix.
13627 2004-06-21 Juanma Barranquero <lektu@terra.es>
13629 * image.el (image-library-alist): Rewrite docstring in active voice.
13631 2004-06-20 Richard M. Stallman <rms@gnu.org>
13633 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13635 * isearch.el (isearch-repeat): Avoid testing old match data.
13636 (isearch-message): Display trailing space in special font
13637 when search is failing.
13638 (isearch-search-fun-function): Doc fix.
13640 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13642 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13644 * frame.el (show-trailing-whitespace): Doc fix.
13646 * cus-edit.el (custom-variable-documentation): New function.
13647 (custom-variable): Use it.
13649 2004-06-19 Nick Roberts <nickrob@gnu.org>
13651 * man.el (Man-getpage-in-background): Revert previous change but
13652 make cygwin a special case.
13654 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13656 * autorevert.el (global-auto-revert-non-file-buffers):
13659 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13661 * progmodes/compile.el (compilation-error-properties): Store one
13662 more than end-col, if present, so that transient-mark-mode will
13663 highlight last char too.
13664 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13665 ranges, if present.
13667 2004-06-18 Jason Rumney <jasonr@gnu.org>
13669 * makefile.w32-in: Double percent signs in for loops.
13671 2004-06-17 David Kastrup <dak@gnu.org>
13673 * replace.el (query-replace-read-args): Only warn about use of \n
13674 and \t when we are doing a regexp replacement and the actual
13675 escaped character is n or t.
13676 (query-replace-regexp): Add \, and \# interpretation to
13677 interactive call and document it.
13678 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13679 as shortkey for replace-count.
13680 (replace-quote): New function for doubling backslashes.
13682 2004-06-17 Juanma Barranquero <lektu@terra.es>
13684 * files.el (parse-colon-path, cd): Mention in docstring that the
13685 path separator is colon in GNU-like systems.
13687 * newcomment.el (comment-region-internal): Fix docstring.
13689 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13690 (ewoc-invalidate, ewoc-collect): Doc fixes.
13691 (ewoc--create-node, ewoc--delete-node-internal):
13692 Fix typos in docstring.
13694 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13696 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13697 manual to docstring.
13699 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13701 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13703 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13705 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13706 Add hyperlink to emacs-xtra manual to docstring.
13708 * autorevert.el (global-auto-revert-non-file-buffers):
13709 Add hyperlink to emacs-xtra manual to docstring, as well as an
13712 2004-06-14 Juanma Barranquero <lektu@terra.es>
13714 * image.el (image-library-alist): New variable to map image types
13715 to external libraries. Initialized to nil, unless system-specific
13717 (image-type-available-p): Determine whether an image type is
13718 available by calling `init-image-library'.
13720 * term/w32-win.el (image-library-alist): Initialize to a known set
13721 of probable library names.
13723 2004-06-14 Kenichi Handa <handa@m17n.org>
13725 * international/code-pages.el (windows-1256, cp1125): Fix tables
13726 for several characters.
13728 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13730 2004-06-13 Richard M. Stallman <rms@gnu.org>
13732 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13734 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13735 not "`pc-selection-mode'".
13737 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13739 * simple.el (previous-matching-history-element): Specify a default.
13741 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13743 * cus-face.el (custom-declare-face): Simplify code.
13745 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13747 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13749 * files.el (before-save-hook): Add `time-stamp' to the options.
13751 * time-stamp.el (time-stamp): Recommend adding it to
13752 `before-save-hook', rather than `write-file-functions'.
13753 Make a similar change in `Commentary' section.
13755 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13757 * diff-mode.el (diff-current-defun): If at start of hunk, use
13758 position of first change.
13760 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13762 * dired-x.el (dired-mark-omitted): Bind to "*O".
13764 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13766 * bookmark.el (bookmark-bmenu-relocate): New function, as
13767 suggested by David J. Biesack <David.Biesack@sas.com>.
13768 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13769 (bookmark-bmenu-mode): Describe binding in doc string.
13770 (bookmark-set-filename): Save the bookmark list if it's time.
13772 2004-06-13 Kenichi Handa <handa@m17n.org>
13774 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13775 (ccl-untranslated-to-ucs): Fix typo.
13777 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13779 * progmodes/python.el (python-open-block-statement-p):
13780 Fix indentation after a block opening that contains a comment.
13782 2004-06-12 J
\e,Ai
\e(Br
\e,At
\e(Bme Marant <jerome@marant.org> (tiny change)
13784 * bindings.el (completion-ignored-extensions): Add file extensions
13785 of Python byte-compiled files.
13787 2004-06-12 Juri Linkov <juri@jurta.org>
13789 * info.el (Info-goto-node): Add autoload.
13790 (Info-toc): Add substring-no-properties on Info file name.
13791 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13792 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13794 2004-06-12 Kenichi Handa <handa@m17n.org>
13796 * international/mule-cmds.el (set-language-environment):
13797 Load subst tables if necessary.
13799 * international/mule.el (decode-char): Load subst tables if necessary.
13800 (encode-char): Likewise.
13802 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13803 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13804 (utf-16le-decode-loop): Set r5 to -1 before loop.
13805 (utf-16be-decode-loop): Likewise.
13806 (ccl-decode-mule-utf-16le): Add EOF processing block.
13807 (ccl-decode-mule-utf-16be): Likewise.
13808 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13809 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13810 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13811 (ccl-mule-utf-16-encode-untrans): New CCL.
13812 (utf-16-decode-to-ucs): Handle pre-read character.
13813 (utf-16le-encode-loop): Handle surrogate pair.
13814 (utf-16be-encode-loop): Likewise.
13815 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13816 of utf-16le-encode-loop.
13817 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13818 of utf-16be-encode-loop.
13819 (mule-utf-16-post-read-conversion):
13820 Call utf-8-post-read-conversion at first.
13821 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13822 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13823 Add post-read-conversion and pre-write-conversion.
13825 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13826 (utf-translate-cjk-unicode-range): New variable.
13827 (utf-translate-cjk-load-tables): New function.
13828 (utf-lookup-subst-table-for-decode): New function.
13829 (utf-lookup-subst-table-for-encode): New function.
13830 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13831 tables here. Update safe-charsets of utf-* coding systems.
13832 (ccl-mule-utf-untrans): New CCL.
13833 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13834 at end of each branch.
13835 (ccl-mule-utf-8-encode-untrans): New CCL.
13836 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13837 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13838 length of encoding. Don't return r0.
13839 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13840 (utf-8-post-read-conversion): Narrow to region properly.
13841 If utf-translate-cjk-mode is on, load tables if necessary.
13842 Call utf-8-compose with hash-table arg if necessary.
13843 Call XXX-compose-region instead of XXX-post-read-convesion.
13844 (utf-8-pre-write-conversion): New function.
13845 (mule-utf-8): Include CJK charsets in safe-charsets if
13846 utf-translate-cjk-mode is on. Add pre-write-conversion.
13848 * international/characters.el: Temporarily set
13849 utf-translate-cjk-mode to nil.
13851 * language/devan-util.el (devanagari-compose-region):
13852 Add autoload cookie.
13854 * international/ccl.el (ccl-dump-call): Fix printing the
13857 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13859 * dired.el (dired-revert): If buffer is marked unmodified before
13860 reverting, keep it marked unmodified.
13861 Adapt to new conventions for commenting out code.
13862 (dired-make-relative): Adapt to new conventions for commenting out code.
13864 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13866 * eshell/esh-module.el (eshell-load-defgroups):
13867 Bind `vc-handled-backends' to nil when opening files.
13869 2004-06-11 Juanma Barranquero <lektu@terra.es>
13871 * files.el (parse-colon-path, cd): Doc fixes (refer to
13872 `path-separator', not colon).
13874 2004-06-10 Juanma Barranquero <lektu@terra.es>
13876 * newcomment.el (comment-search-forward)
13877 (comment-search-backward): Fix typos in docstring.
13878 (comment-region): Doc fix.
13880 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13882 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13883 switch is no longer stored in `dired-switches-alist'.
13885 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13886 `dired-switches-alist'.
13888 2004-06-10 Kim F. Storm <storm@cua.dk>
13890 * pcvs.el (cvs-mode-diff-yesterday): New command.
13892 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13894 2004-06-10 Juri Linkov <juri@jurta.org>
13896 * emacs-lisp/edebug.el (edebug-eval-defun):
13897 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13900 * simple.el (eval-expression-print-format): Don't print additional
13901 information on the first call to `eval-print-last-sexp'.
13902 (next-error-find-buffer): Fix punctuation.
13903 (killing) <defgroup>: Fix punctuation.
13904 (yank-excluded-properties): Change group from editing to killing.
13906 * replace.el (perform-replace): Use `limit' to terminate the
13907 while-loop explicitly.
13909 2004-06-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13911 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13912 Use lc-*.xpm as prefix instead of *-locol.xpm.
13914 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13915 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13916 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13917 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13918 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13919 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13920 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13921 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13922 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13923 * toolbar/lc-up_arrow.xpm:
13924 Rename from *-locol.xpm.
13926 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13928 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13929 include forms like &<str>; as valid url patterns.
13931 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13933 * dired.el (dired-diff, dired-backup-diff)
13934 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13935 (dired-do-chown, dired-do-touch, dired-do-print)
13936 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13937 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13938 (dired-create-directory, dired-do-copy, dired-do-symlink)
13939 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13940 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13941 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13942 (dired-maybe-insert-subdir, dired-next-subdir)
13943 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13944 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13945 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13946 (dired-run-shell-command, dired-query): Remove redundant,
13947 or incorrect, autoloads.
13949 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13950 does not end in a slash. Add optional argument KILL-ROOT.
13952 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13953 (dired-query): Add autoloads.
13955 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13957 * progmodes/compile.el (compilation-set-window-height):
13958 Rearrange the save-* functions because a buffer can have several current
13959 point in different windows.
13960 (compilation-error-regexp-alist-alist): Recognize {standard input}
13961 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13963 2004-06-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
13965 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13966 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13967 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13968 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13969 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13970 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13971 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13972 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13973 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13974 * toolbar/up_arrow-locol.xpm:
13975 New versions of icons that uses fewer colors.
13977 * toolbar/tool-bar.el (tool-bar-local-item)
13978 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13979 if display-color-cells is 256 or less.
13981 2004-06-08 Kim F. Storm <storm@cua.dk>
13983 * wid-edit.el (widget-specify-button): Use hand pointer rather
13984 than mouse-face as visible mouse-over effect.
13986 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13988 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13989 and `print-level' to nil when writing out `save-place-alist'.
13990 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13992 2004-06-07 Juanma Barranquero <lektu@terra.es>
13994 * completion.el (completion-kill-region): Doc fix.
13996 * format.el (format-insert-annotations)
13997 (format-annotate-location): Doc fixes.
13998 (format-subtract-regions): Make arguments match their use in docstring.
14000 * simple.el (kill-region): Doc fix.
14002 * subr.el (insert-buffer-substring-no-properties)
14003 (insert-buffer-substring-as-yank): Doc fixes.
14005 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14007 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14009 (dired-reset-subdir-switches): New function.
14011 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14012 Limit scope of `buffer-read-only' binding.
14014 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14016 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14017 eshell-explicit-command-char.
14019 2004-06-06 Juanma Barranquero <lektu@terra.es>
14021 * help-fns.el (help-argument-name): Inherit from italic face only
14022 if the frame supports it.
14024 2004-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14026 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14027 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14028 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14029 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14030 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14031 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14032 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14033 New conversions from xpm files.
14035 * toolbar/README: New file.
14037 2004-06-06 Richard M. Stallman <rms@gnu.org>
14039 * isearch.el (isearch-mode-map): Undo previous change.
14041 2004-06-05 Juri Linkov <juri@jurta.org>
14043 * bindings.el (debug-ignored-errors): Add regexps for history
14044 related messages. Remove $ from "No further undo information".
14045 Move Ediff's messages to ediff.el.
14047 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14049 * cus-edit.el (custom-display): Add `min-colors'.
14051 * custom.el (defface): Add `supports' to docstring.
14053 * help-fns.el (help-argument-name): Add :group 'help.
14055 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14057 * find-dired.el (find-ls-subdir-switches): New user option.
14058 (find-dired): No longer call `abbreviate-file-name' on DIR.
14059 Set `dired-subdir-switches' buffer-locally.
14061 * locate.el: Merge the two `Commentary' sections.
14062 (locate-ls-subdir-switches): New user option.
14063 (locate): Update for other changes.
14064 (locate-mode-map): Restore Dired binding for mouse-2.
14065 Bind `locate-mouse-view-file' to M-mouse-2.
14066 Bind `l' to `locate-do-redisplay'.
14067 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14068 (locate-mouse-view-file, locate-tags, locate-find-directory):
14069 Print message if used outside main listing.
14070 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14071 Various changes to support inserted subdirectories.
14072 (locate-insert-header): Change header of *Locate* buffer.
14074 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14075 Change interactive default switches.
14076 (dired-rename-subdir-2): Update `dired-switches-alist'.
14077 (dired-insert-subdir, dired-kill-subdir):
14078 Handle `dired-switches-alist'. Do not mark buffer modified.
14079 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14080 (dired-insert-subdir-doinsert): Omit messages.
14081 Handle `dired-subdir-switches'.
14082 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14084 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14085 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14086 subdirs if -R switch is used for a subdir.
14087 (dired-mode): Set `dired-switches-alist'.
14088 (dired-build-subdir-alist): Only print number of directories in
14089 echo area when invoked interactively.
14091 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14093 * dired-x.el (dired-omit-mode): Rename from
14094 dired-omit-files-p. Use define-minor-mode to define it.
14095 (dired-omit-files-p): Add as alias for dired-omit-mode.
14096 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14097 dired-mark-omitted.
14098 (dired-mark-omitted): Add. Bind to M-O.
14100 2004-06-05 Kenichi Handa <handa@m17n.org>
14102 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14104 2004-06-05 Juanma Barranquero <lektu@terra.es>
14106 * help-fns.el (help-argument-name): Reintroduce face.
14107 (help-default-arg-highlight): Use it, now that
14108 `face-differs-from-default-p' can be trusted.
14110 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14112 * textmodes/table.el: Sentence commands added to Point Motion
14113 group; kill and backward-kill commands added to Extraction group.
14115 2004-06-04 Mario Lang <mlang@delysid.org>
14117 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14118 systems appear to use mW, make the code handle this. Fix a
14119 division-by-zero bug while at it, and handle kernels with
14120 a slightly different layout in /proc/acpi.
14122 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14124 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14125 because the latter is a CL-ism. This fixes the bug reported by
14126 Shawn Boyette <mdxi@collapsar.net> in
14127 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14129 2004-06-04 Miles Bader <miles@gnu.org>
14131 * faces.el (display-supports-face-attributes-p): Function moved to
14132 C code. Previously only the tty-related portion of this function
14133 was done in C; however the previous attempt to do a halfway-proper
14134 job for non-tty displays in lisp didn't work properly because of
14135 funny conditions during Emacs startup.
14136 (face-differs-from-default-p): Simplify, now that
14137 display-supports-face-attributes-p works properly on all display
14138 types. Remove :stipple from comparison; it doesn't really work
14141 2004-06-04 Miles Bader <miles@gnu.org>
14143 * faces.el (face-differs-from-default-p): Use a different
14144 implementation, so we can really check whether FACE displays
14145 differently or not.
14147 2004-06-04 Miles Bader <miles@gnu.org>
14149 * faces.el (display-supports-face-attributes-p): Implement a
14150 `different from default' check for non-tty displays.
14152 2004-06-03 David Kastrup <dak@gnu.org>
14154 * woman.el (woman-mapcan): More concise code.
14155 (woman-topic-all-completions, woman-topic-all-completions-1)
14156 (woman-topic-all-completions-merge): Replace by a simpler and
14157 much faster implementation based on O(n log n) sort/merge instead
14158 of the old O(n^2) behavior.
14160 2004-06-03 Miles Bader <miles@gnu.org>
14162 * subr.el (read-number): Use canonical format for default in prompt.
14164 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14165 Add regexp for " [...]" style defaults.
14167 2004-06-02 Romain Francoise <romain@orebokech.com>
14169 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14170 groups: if the user asks for a hidden buffer, open the
14171 corresponding filter group to expose it.
14173 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14174 `ibuffer-jump-to-buffer'.
14175 (ibuffer-jump-offer-only-visible-buffers): New user option.
14177 2004-06-02 Juanma Barranquero <lektu@terra.es>
14179 * faces.el (frame-update-faces): Add empty docstring so the one
14180 for `ignore' doesn't show through.
14182 * subr.el (process-kill-without-query): Remove spurious "\n" on
14183 obsolescence string.
14184 (focus-frame, unfocus-frame): Add obsolescence declaration and
14187 * international/mule.el (register-char-codings): Make alias for
14188 `ignore'. Move docstring to obsolescence info and remove redundancy.
14190 2004-06-02 Kim F. Storm <storm@cua.dk>
14192 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14193 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14195 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14197 * comint.el (comint-replace-by-expanded-history-before-point):
14198 Obey `start' as the docstring says.
14199 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14200 (comint-update-fence): Prevent font-lock from running unnecessarily.
14201 (comint-dynamic-list-completions): Use with-current-buffer.
14203 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14205 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14206 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14207 (bibtex-entry-update): Handle alternatives and optional fields.
14208 (bibtex-parse-entry): Bugfix, handle empty key.
14210 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14212 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14214 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14216 * desktop.el (desktop-save): Don't save minor modes without a
14217 known mode initialization function.
14219 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14221 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14223 * autorevert.el: Update `Commentary' section.
14225 2004-05-30 Juanma Barranquero <lektu@terra.es>
14227 * dos-fns.el (convert-standard-filename):
14228 * files.el (convert-standard-filename):
14229 * w32-fns.el (convert-standard-filename):
14230 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14232 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14236 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14237 (tramp-let-maybe): Move to an earlier spot in the file.
14238 Patch by Andreas Schwab.
14240 2004-05-30 Andreas Schwab <schwab@suse.de>
14242 * dired.el (dired-get-filename): Don't use dired-re-dot.
14244 2004-05-30 Richard M. Stallman <rms@gnu.org>
14246 * files.el (find-file): Doc fix.
14248 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14250 2004-05-30 Nick Roberts <nickrob@gnu.org>
14252 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14253 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14254 modeline of the locals buffer.
14255 (gdb-goto-breakpoint): Handle gdbmi.
14256 (gdb-get-frame-number): Change for gdbmi.
14258 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14260 * files.el (file-remote-p): Apply file name handler for operation
14261 `file-remote-p'. It isn' a property any longer.
14262 (file-relative-name): `fh' and `fd' get the required value via
14263 `find-file-name-handler' already.
14265 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14266 (top): Remove setting of `file-remote-p' property for
14267 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14269 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14271 Version 2.0.41 of Tramp released.
14273 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14274 Throw away if process has died.
14275 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14276 (tramp-out-of-band-prompt-regexp): Rename to
14277 `tramp-process-alive-regexp', because its usage is widen.
14278 (tramp-actions-copy-out-of-band): Apply it.
14279 (tramp-actions-before-shell, tramp-multi-actions):
14280 Add `tramp-action-process-alive' action.
14281 (tramp-action-process-alive): New defun.
14282 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14283 Add entry for `file-remote-p'.
14284 (tramp-handle-file-remote-p): New defun.
14285 (top): Remove setting of `file-remote-p'. Don't set
14286 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14288 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14291 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14292 counted for (last) line. [They should or they shouldn't? --Stef]
14293 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14295 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14297 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14298 not really necessary but seems to keep the shell history smaller
14299 in some cases. It is no substitute for setting HISTFILE and
14300 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14301 though. Suggested by Luc Teirlinck.
14302 (tramp-open-connection-setup-interactive-shell): Export variables
14303 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14304 (tramp-set-process-query-on-exit-flag): New compat function.
14305 (tramp-open-connection-multi, tramp-open-connection-su)
14306 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14307 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14308 (tramp-let-maybe): New macro, let-binds a variable only if it
14310 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14311 (tramp-handle-file-truename): Use it.
14312 (tramp-completion-file-name-regexp-unified): Avoid matching
14313 filenames starting with "/:" -- those are reserved for
14314 file-name-non-special.
14316 * tramp-smb.el (tramp-smb-open-connection):
14317 Use tramp-set-process-query-on-exit-flag compat function.
14319 2004-05-29 Richard M. Stallman <rms@gnu.org>
14321 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14323 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14324 (eval-last-sexp-print-value): Print char equivalent regardless
14325 of standard-output value.
14327 * thumbs.el (thumbs-subst-char-in-string): Delete.
14328 (thumbs-thumbname): Use subst-char-in-string.
14329 (thumbs-resize-image): Use condition-case, not ignore-errors.
14330 (thumbs-kill-buffer): Likewise.
14332 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14333 (thumbs-mode): Make buffer read-only.
14334 (thumbs-make-thumb): Unconditionally accept an existing file.
14335 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14336 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14337 (thumbs-show-thumbs-list): Error if images not supported.
14338 (thumbs-save-current-image): Improve prompt string.
14339 (thumbs-mode-map): Define u, R, x.
14340 (thumbs-unmark): New command.
14341 (thumbs-emboss-image): Minor cleanup.
14342 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14343 (thumbs-rename-images): New command.
14344 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14346 * thumbs.el (thumbs-current-image): New function.
14347 (thumbs-file-list, thumbs-file-alist): New functions.
14348 (thumbs-find-image): Delete arg L.
14349 Don't set up thumbs-fileL as buffer-local global var.
14350 (thumbs-find-image-at-point): Use thumbs-current-image.
14351 (thumbs-set-image-at-point-to-root-window): Likewise.
14352 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14353 Record and warn about errors. Update thumbs-markedL for deletions.
14354 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14355 (thumbs-redraw-buffer): Use thumbs-file-list.
14356 (thumbs-mark): Use thumbs-current-image.
14357 (thumbs-show-name): Use thumbs-current-image.
14359 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14360 and imenu--last-menubar-index-alist.
14362 * subr.el (with-selected-window): Undo previous change.
14364 2004-05-29 John Paul Wallington <jpw@gnu.org>
14366 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14367 (thumbs-mouse-find-image): New command.
14368 (thumbs-mode-map): Bind it to mouse-2.
14369 (thumbs-mode): Make mode-class special.
14370 (thumbs-view-image-mode): Likewise.
14372 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14374 * flymake.el: New file.
14376 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14378 * files.el (find-file-noselect-1): Do not bind
14379 `inhibit-read-only' to t during execution of
14380 `find-file-not-found-functions'.
14382 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14384 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14385 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14387 2004-05-28 Juri Linkov <juri@jurta.org>
14389 * simple.el (eval-expression-print-format): New fun.
14391 * simple.el (eval-expression):
14392 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14393 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14394 (edebug-eval-expression): Print additionally the value returned by
14395 `eval-expression-print-format'.
14397 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14398 (insert-pair): Make arguments optional. Find character pair
14399 from `insert-pair-alist' according to the last input event.
14400 (insert-parentheses): Make arguments optional.
14401 (raise-sexp, delete-pair): New funs.
14403 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14404 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14405 Bind C-M-q to `indent-pp-sexp'.
14407 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14408 `pp-to-string' modified to be able to format text with newlines.
14409 (pp-to-string): Move the buffer-formatting part of the code to
14410 `pp-buffer'. Call `pp-buffer'.
14412 * info.el (Info-desktop-buffer-misc-data): Don't save information
14413 about virtual files.
14414 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14415 buffers with names obtained from the desktop file instead of the
14416 default *info* buffer.
14418 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14420 * subr.el (with-selected-window): Only save/restore the selected window.
14422 * progmodes/compile.el (compilation-error-regexp-alist):
14423 Use expand-file-name and data-directory.
14425 * progmodes/grep.el (grep-tree): Rework previous fix.
14427 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14428 after the user marked text with the mouse.
14430 * startup.el (command-line): Keep the first regexp of
14431 auto-save-file-name-transforms intact.
14433 2004-05-28 Juanma Barranquero <lektu@terra.es>
14435 * cus-edit.el (customize-face, customize-face-other-window)
14436 (custom-face-edit-delete): Make arguments match their use in
14438 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14441 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14444 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14445 `nbutlast' are in subr.el).
14447 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14448 (set-w32-system-coding-system): Doc fixes.
14450 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14451 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14452 Make arguments match their use in docstring.
14453 (artist-draw-region-trim-line-endings)
14454 (artist-mouse-choose-operation): Fix typo in docstring.
14455 (artist-key-set-point-common): Doc fix.
14457 2004-05-28 Simon Josefsson <jas@extundo.com>
14459 * mail/smtpmail.el (smtpmail-open-stream):
14460 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14462 2004-05-26 Simon Josefsson <jas@extundo.com>
14464 * starttls.el: Merge with my GNUTLS based starttls.el.
14465 (starttls-gnutls-program, starttls-use-gnutls)
14466 (starttls-extra-arguments, starttls-process-connection-type)
14467 (starttls-connect, starttls-failure, starttls-success): New variables.
14468 (starttls-program, starttls-extra-args): Doc fix.
14469 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14470 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14471 and pass on to corresponding *-gnutls function if it is set.
14473 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14475 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14478 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14480 * files.el (file-name-non-special): There are more operations
14481 which need handling: `find-backup-file-name',
14482 `insert-file-contents', `verify-visited-file-modtime',
14483 `write-region'. Rename t value of method to `add'. Add new
14484 methods `quote' and `unquote-then-quote' to file-arg-indices.
14486 2004-05-25 Juri Linkov <juri@jurta.org>
14488 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14489 (Info-index-nodes): Enclose code in condition-case to catch errors.
14490 (Info-index-node): Don't search all index nodes if request is only
14491 for the current node and file is not in the cache of index nodes.
14492 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14493 for consistency with dired-copy-filename-as-kill.
14494 Bind `S' to Info-search-case-sensitively.
14495 (Info-copy-current-node-name): New arg. With zero prefix arg put
14496 the name inside a function call to `info'. Display copied text in
14499 2004-05-25 Sam Steingold <sds@gnu.org>
14501 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14502 strip the package prefix from the symbol name, if any.
14503 Make it the `find-tag-default-function' for `lisp-mode'.
14505 2004-05-25 John Paul Wallington <jpw@gnu.org>
14507 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14508 instead of obsolete `process-kill-without-query'.
14510 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14511 Declare as variable, not constant.
14513 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14515 * files.el (find-file-noselect-1): Fix bug introduced by
14516 Revision 1.694. As a side effect, `inhibit-read-only'
14517 is again, by default, t during execution of
14518 `find-file-not-found-functions'.
14519 (insert-directory): Check that lines were really inserted by
14520 the --dired switch, before erasing them.
14522 2004-05-24 Nick Roberts <nickrob@gnu.org>
14524 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14525 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14526 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14527 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14528 gud-minor-mode (gdbmi).
14530 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14532 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14533 explicitly select the text to be taken as URL.
14535 2004-05-23 Juri Linkov <juri@jurta.org>
14537 * info.el (Info-index-nodes): New var and fun.
14538 (Info-goto-index, Info-index, info-apropos)
14539 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14540 (Info-index): Fix docstring. Store and restore Info-history-list.
14541 (Info-complete-nodes): New var.
14542 (Info-complete-menu-item): Use it.
14543 (Info-index-node): New fun.
14544 (Info-final-node, Info-forward-node, Info-backward-node)
14545 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14546 Use Info-index-node.
14547 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14548 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14549 (Info-find-node-2): If a node with period in its name not found,
14550 try to find a node without the name part after period.
14551 (Info-select-node): Call Info-fontify-node only if
14552 Info-fontify-maximum-menu-size is not nil.
14553 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14554 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14555 Preserve Info-history-list.
14556 (Info-toc): Set Info-current-file.
14557 (Info-build-toc): Move point to the beginning of the buffer.
14558 Add main-file variable.
14559 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14560 Use backslashed representation of the control character ^_.
14562 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14563 numbers in the new Texinfo 4.7 format.
14565 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14566 regexps for function and variable names.
14568 * descr-text.el (describe-property-list): Add [show] button for
14569 `syntax-table' property with action to pp to a separate buffer.
14570 (describe-char): Replace search-forward by re-search-forward with
14571 whitespace regexp after "character:" to not fail in too narrow windows.
14573 * simple.el (next-error-find-buffer): Add a rule to return
14574 next-error capable buffer if one window on the selected frame
14575 displays such buffer.
14577 2004-05-23 Nick Roberts <nickrob@gnu.org>
14579 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14580 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14581 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14582 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14583 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14584 Handle new value for gud-minor-mode (gdbmi).
14585 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14586 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14587 Change from local to global gdb variable set.
14588 (gdb-ann3): Initialise above gdb variable set.
14589 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14590 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14591 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14592 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14593 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14594 (gdb-info-locals-handler, gdb-invalidate-assembler)
14595 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14596 set as global variables.
14597 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14599 (gdb-info-breakpoints-custom): Fix regexp.
14600 (def-gdb-var): Delete.
14602 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14603 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14604 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14605 a new mode. The file (gdb-mi.el) for this mode will be included
14606 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14609 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14611 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14612 interpreted as a directory.
14614 2004-05-22 Richard M. Stallman <rms@gnu.org>
14616 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14619 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14621 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14622 Use assoc-string, not assoc-ignore-case.
14624 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14626 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14627 If moving back then fwd gets a defun that ends before point,
14628 try again moving fwd then back.
14630 * files.el (file-name-non-special): Allow t in file-arg-indices
14631 to mean requote the return value. Use `identity' as an element
14632 rather than as the whole value.
14634 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14636 2004-05-22 Juanma Barranquero <lektu@terra.es>
14638 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14640 (help-highlight-arguments): Skip function name before searching
14643 2004-05-21 Juanma Barranquero <lektu@terra.es>
14645 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14646 Don't mention in the docstring these arguments meant for
14647 internal (recursive) use only.
14648 (allout-char-spec): Comment out (it's not implemented).
14649 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14650 obsolescence declaration.
14651 (allout-flatten-exposed-to-buffer)
14652 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14653 (my-mark-marker): Doc fix.
14654 (produce-allout-mode-map, allout-sibling-index)
14655 (allout-isearch-expose, allout-distinctive-bullet)
14656 (allout-open-topic, allout-reindent-body)
14657 (allout-rebullet-heading, allout-process-exposed)
14658 (allout-insert-listified, allout-latex-verb-quote)
14659 (allout-insert-latex-header, allout-insert-latex-trailer):
14660 Make arguments match their use in docstring.
14661 (allout-primary-bullet, allout-old-style-prefixes)
14662 (allout-inhibit-protection, allout-init, allout-mode)
14663 (allout-before-change-protect, allout-flag-region):
14664 Use "Emacs" instead of "emacs" in docstrings.
14666 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14668 * international/characters.el: Modify syntax of more characters.
14670 2004-05-21 Masatake YAMATO <jet@gyve.org>
14672 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14673 (etags-tags-completion-table): Show parsing progress.
14675 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14677 * locate.el (locate-prompt-for-command): Shorten first line of
14679 (locate-mode): Expand docstring and include keymap summary.
14681 * files.el (find-file-noselect-1): Limit the scope of the
14682 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14683 is, by default, nil during the execution of
14684 `find-file-not-found-functions' and `find-file-hook'.
14686 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14688 * facemenu.el (facemenu-color-name-equal): New function.
14689 (list-colors-display): Use it to compare colors instead of
14690 facemenu-color-equal.
14692 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14694 * compare-w.el (compare-windows-face): Use min-colors instead of
14695 checking for tty or pc types.
14697 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14699 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14700 (completion-setup-function): Use with-current-buffer.
14701 Properly save excursion. Simplify.
14702 Don't assume there is necessarily a `mouse-face' property somewhere.
14704 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14706 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14708 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14709 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14710 Use with-current-buffer.
14711 (byte-goto-log-buffer): Delete.
14712 (byte-compile-log-file): Call compilation-forget-errors.
14714 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14716 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14717 output messages into the search result.
14719 2004-05-19 Masatake YAMATO <jet@gyve.org>
14721 * wid-edit.el (widget-radio-button-notify): Revert my last
14722 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14724 2004-05-19 Kenichi Handa <handa@m17n.org>
14726 * international/characters.el: Fix syntax (open/close) of CJK chars.
14728 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14730 * help-mode.el (help-go-back): Don't depend on position of back button.
14732 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14734 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14735 files files don't contain an accidental additional /.
14737 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14740 2004-05-18 Masatake YAMATO <jet@gyve.org>
14742 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14743 to widget-apply. :action method assumes 2 arguments, not 3.
14745 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14747 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14749 (hs-special-modes-alist): Add an f90-mode entry.
14751 2004-05-17 Sam Steingold <sds@gnu.org>
14753 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14754 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14756 2004-05-16 Kim F. Storm <storm@cua.dk>
14758 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14760 2004-05-15 John Wiegley <johnw@newartisans.com>
14762 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14763 (eshell-output-object-to-target): Improve output speed 20% by not
14764 calling `eshell-stringify' if something is already known to be a string.
14766 2004-05-15 Alex Ott <ott@jet.msk.su>
14768 * textmodes/ispell.el (ispell-local-dictionary-alist):
14769 Add windows-1251 to the choice of coding systems.
14770 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14773 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14775 * progmodes/compile.el (compilation-warning-face)
14776 (compilation-info-face): Use min-colors.
14778 2004-05-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14780 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14781 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14782 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14783 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14784 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14785 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14786 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14787 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14788 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14789 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14790 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14791 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14792 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14793 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14795 2004-05-15 Kim F. Storm <storm@cua.dk>
14797 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14798 Use it to set triggered-p element of timer.
14799 (timer-event-handler): Set triggered-p element non-nil while running
14800 the timer function.
14802 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14804 * descr-text.el (describe-char-unicode-data)
14805 (describe-char-unicodedata-file): Re-enable the unicode code now that
14806 the licensing issues have been cleared in the unicode-4 license.
14807 (describe-text-properties-1): Remove unused `overlay' var.
14808 (describe-char): Remove unused var `buffer'.
14810 2004-05-14 David Ponce <david@dponce.com>
14812 * tree-widget.el: New file.
14814 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14816 * language/european.el ("Brazilian Portuguese"): Add support for
14817 Brazilian Portuguese.
14819 2004-05-13 John Wiegley <johnw@newartisans.com>
14821 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14822 `recentf-mode' if this variable has been customized to t.
14824 * eshell/esh-test.el (eshell-test): Call the function
14825 `emacs-version' rather than trying to build a custom version string.
14827 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14829 * net/telnet.el (telnet-mode): Use define-derived-mode.
14830 Don't modify the global value of comint-prompt-regexp.
14832 2004-05-13 John Paul Wallington <jpw@gnu.org>
14834 * version.el (emacs-version): Check for `gtk' feature before
14835 `x-toolkit' feature.
14837 2004-05-13 Juanma Barranquero <lektu@terra.es>
14839 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14840 arguments in the docstring, they're used only in recursive calls.
14842 * help-fns.el (help-arg-highlighting-function)
14843 (help-argument-name): Delete.
14844 (help-default-arg-highlight): New function.
14845 (help-do-arg-highlighting): Use it.
14847 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14849 * calendar/appt.el (appt-disp-window):
14850 Use `calendar-set-mode-line' for a centered mode-line.
14852 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14854 * calendar/appt.el (appt-disp-window): Do not split window
14855 excessively when `split-height-threshold' is low.
14857 2004-05-12 Nick Roberts <nickrob@gnu.org>
14859 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14860 kill-buffer-hook here and make it local.
14861 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14863 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14865 * progmodes/compile.el (compilation-set-window-height):
14866 Use save-excursion to protect against misplaced marker.
14868 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14870 * custom.el (defface): Document that type can have value gtk.
14872 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14874 2004-05-12 Kenichi Handa <handa@m17n.org>
14876 * descr-text.el: Require quail at comile time.
14877 (describe-char): If an input method is on and it supports the
14878 character, show how to input it.
14880 * international/quail.el (quail-install-decode-map): Accept a
14881 char-table whose subtype is `quail-decode-map'.
14882 (quail-store-decode-map-key, quail-gen-decode-map1)
14883 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14884 (quail-show-key): New functions.
14886 2004-05-12 Juanma Barranquero <lektu@terra.es>
14888 * generic.el (define-generic-mode): Remove redundant arglist info.
14890 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14891 Make arguments match their use in docstring.
14892 (help-arg-highlighting-function): New variable.
14893 (help-argument-name): Mention it in the docstring.
14894 (help-do-arg-highlight): Use it. Expand regexp to accept also
14895 ARG-xxx and xxx-ARG references.
14897 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14899 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14900 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14901 and "mailto:addr1?to=addr2" equal.
14903 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14905 * man.el (Man-getpage-in-background): Use shell-file-name
14906 and shell-command-switch variables instead of hard-coded values.
14908 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14910 * iimage.el: New file.
14912 2004-05-11 Juanma Barranquero <lektu@terra.es>
14914 * custom.el (custom-initialize-default, defcustom):
14915 Fix typo in docstring.
14917 * files.el (set-visited-file-name, file-expand-wildcards):
14920 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14922 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14924 * subr.el (eventp): Be more discriminating with integers.
14926 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14928 * progmodes/compile.el (compile): Add universal prefix arg.
14929 (compilation-error-regexp-alist-alist): Add edg patterns.
14931 2004-05-10 Sam Steingold <sds@gnu.org>
14933 * textmodes/ispell.el (ispell-message):
14934 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14936 2004-05-10 Dave Love <fx@gnu.org>
14938 * progmodes/python.el (help-buffer): Autoload when compiling.
14939 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14940 (run-python): Prepend to any existing PYTHONPATH.
14942 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14944 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14945 for pending breakpoints.
14947 2004-05-10 Richard M. Stallman <rms@gnu.org>
14949 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14950 directly without calling any functions in Rmail.
14951 (unrmail-unprune): Function deleted.
14953 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14955 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14958 2004-05-10 Kenichi Handa <handa@m17n.org>
14960 * descr-text.el (describe-char): Fix previous change. Don't make
14961 a unibyte character to multibyte in the *Help* buffer.
14963 2004-05-10 Miles Bader <miles@gnu.org>
14965 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14966 buffer an error if the debugger process is actually running.
14968 2004-05-10 Juanma Barranquero <lektu@terra.es>
14970 * help-fns.el (help-argument-name): Default to italic.
14971 (help-highlight-arguments): Return always (usage . doc), even when
14974 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14975 (define-ibuffer-filter): Add usage info.
14976 (define-ibuffer-op): Add usage info (but CL-style defaults for
14977 keyword args are not shown).
14979 * subr.el (remove-overlays, read-passwd): Fix docstring.
14980 (start-process-shell-command): Fix docstring. Put usage info in a
14981 format usable by `describe-function'.
14982 (open-network-stream, open-network-stream-nowait)
14983 (open-network-stream-server): Fix docstring.
14985 2004-05-09 Jason Rumney <jasonr@gnu.org>
14987 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14988 Only define cp125* if windows-125* is already defined.
14990 * language/korean.el (cp949): Add alias.
14992 * language/chinese.el (cp936, cp950): Add aliases.
14994 * language/japanese.el (cp932): Add alias.
14996 * term/w32-win.el: Require code-pages.
14998 * international/mule-cmds.el (set-locale-environment):
14999 On MS-Windows use ansi code-page for default coding-systems.
15000 Set up paper sizes for Windows 3 letter languages.
15002 * international/code-pages.el (cp932, cp936, cp949, cp950):
15003 Add aliases. Also add cp125* if not already defined.
15005 2004-05-09 Juanma Barranquero <lektu@terra.es>
15007 * help-fns.el (help-highlight-arguments): Don't try to highlight
15008 missing or autoloaded arglists. Accept structured arguments, like
15009 the first ones of `do' and `flet'.
15011 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15012 (cvs-get-marked): Remove redundant arglist info.
15014 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15015 Don't use CL-style default args.
15017 2004-05-08 Andreas Schwab <schwab@suse.de>
15019 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15021 * international/subst-ksc.el: Fix references to utf-translate-cjk
15022 into utf-translate-cjk-mode.
15023 * international/subst-big5.el: Likewise.
15024 * international/subst-gb2312.el: Likewise.
15025 * international/subst-jis.el: Likewise.
15026 * international/utf-16.el: Likewise.
15027 * international/utf-8.el: Likewise.
15029 2004-05-08 John Wiegley <johnw@newartisans.com>
15031 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15032 "virtual buffers" (off by default), which makes it possible to
15033 switch to the "virtual" buffers of recently visited files. When a
15034 buffer name search fails, and this option is on, iswitchb will
15035 look at the list of recently visited files, and permit matching
15036 against those names. When the user hits RET on a match, it will
15038 (iswitchb-read-buffer): Add two optional arguments, which makes
15039 isearchb.el possible.
15040 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15041 (iswitchb-next-match): Add support for virtual buffers.
15043 * isearchb.el: This module extends iswitchb to provide "as you
15044 type" buffer selection.
15046 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15047 Ignore the read-only property when flyspell highlighting is on.
15048 Not ignoring it leads to a series of confusing errors.
15049 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15050 but also make sure to call flyspell-incorrect-hook.
15051 (flyspell-maybe-correct-transposition): Perform transposition test
15052 by bit twiddling a string, rather than using a temp buffer.
15053 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15054 buffer. This is also the original version of the code, which
15055 could not be checked in before due to a previous lack of
15056 assignment papers. This version has seen heavy usage on my system
15057 for several years now.
15059 * calendar/cal-bahai.el: New file, which adds support for the
15060 Baha'i calendar to Emacs. This calendar is based on a solar year
15061 of 19 months of 19 days, with 4 intercalary days. Each year
15062 begins on March 21, with the calendar starting in 1844.
15064 * calendar/cal-menu.el, calendar/calendar.el
15065 * calendar/diary-lib.el, calendar/holidays.el:
15066 Added support for using cal-bahai.el.
15068 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15069 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15070 function can be used outside of eshell buffers.
15071 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15073 2004-05-08 Juanma Barranquero <lektu@terra.es>
15075 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15076 word constituent so FOO-ARG is not recognized as an arg.
15077 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15079 * simple.el (next-error): Fix typo in docstring.
15080 (open-line): Make argument names match their use in docstring.
15081 (split-line): Fix docstring.
15083 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15084 usable by `describe-function'.
15085 (gensym, gentemp, typep, ignore-errors): Make argument names match
15086 their use in docstring.
15088 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15089 argument to `help-setup-xref'.
15091 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15093 Version 2.0.40 of Tramp released.
15095 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15096 Use symbol-function to invoke functions only known on some Emacs
15097 flavors. This avoids byte-compiler warnings. Reported by Kevin
15098 Scaldeferri <kevin@scaldeferri.com>.
15099 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15100 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15101 consistent with the other tramp-do-* functions.
15102 (tramp-do-copy-or-rename-file): Calls adjusted.
15103 (tramp-process-initial-commands): Avoid liveness check on shell --
15104 we know that it must be alive since we're opening a connection at
15106 (tramp-last-cmd): New internal variable.
15107 (tramp-process-echoes): New tunable.
15108 (tramp-send-command): Set tramp-last-cmd.
15109 (tramp-wait-for-output): Delete echo, if applicable.
15110 (tramp-read-passwd): Construct the key for the password cache in a
15111 way that works for multi methods, too.
15112 (tramp-bug): Add backup-directory-alist and
15113 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15115 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15117 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15119 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15120 (tramp-actions-copy-out-of-band): New defcustoms.
15121 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15122 used instead of a synchronous one. Allows password entering.
15123 (tramp-action-out-of-band): New defun.
15124 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15125 Remove restriction with password from doc string.
15126 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15127 `tramp-out-of-band-prompt-regexp',
15128 `tramp-actions-copy-out-of-band', `password-cache' and
15129 `password-cache-expiry'.
15130 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15132 (tramp-touch): FILE can be a local file, too.
15133 (TODO): Remove items done.
15134 (tramp-handle-insert-directory): Properly quote file name also if
15135 not full-directory-p. Handle wildcard case. Reported by Andreas
15136 Schwab <schwab@suse.de>.
15137 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15139 (tramp-handle-file-local-copy, tramp-handle-write-region):
15140 The permissions of the temporary file are set if filename exists.
15141 Reported by Ted Stern <stern@cray.com>.
15142 (tramp-backup-directory-alist)
15143 (tramp-bkup-backup-directory-info): New defcustoms.
15144 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15145 (tramp-handle-find-backup-file-name): New function.
15146 Implements Tramp's find-backup-file-name.
15148 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15149 for `find-backup-file-name'.
15151 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15152 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15154 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15156 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15158 2004-05-07 Juanma Barranquero <lektu@terra.es>
15160 * subr.el (lambda): Add arglist description to docstring.
15161 (declare): Fix typo in docstring.
15162 (open-network-stream): Fix docstring.
15163 (process-kill-without-query): Fix docstring and add obsolescence info.
15164 (last, butlast, nbutlast): Make arguments match their use in docstring.
15165 (insert-buffer-substring-no-properties): Likewise.
15166 (insert-buffer-substring-as-yank): Likewise.
15167 (split-string): Fix docstring.
15169 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15170 Make argument names match their use in docstring.
15172 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15174 2004-05-06 Nick Roberts <nickrob@gnu.org>
15176 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15177 Fit first sentence on one line for apropos-command.
15179 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15181 Changes largely merged in from Dave Love's code.
15182 * progmodes/python.el: Doc fixes.
15183 (python-mode-map): Add python-complete-symbol.
15184 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15185 (python-comment-indent, python-complete-symbol)
15186 (python-symbol-completions, python-partial-symbol)
15187 (python-try-complete): New.
15188 (python-indent-line): Remove optional arg. Use python-block-end-p.
15189 (python-check): Bind compilation-error-regexp-alist.
15190 (inferior-python-mode): Use rx. Move keybindings to top level.
15191 Set comint-input-filter.
15192 (python-preoutput-filter): Use rx.
15193 (python-input-filter): Re-introduce.
15194 (python-proc): Start new process if necessary.
15195 Check python-buffer non-nil.
15196 (view-return-to-alist): Defvar.
15197 (python-send-receive): New.
15198 (python-eldoc-function): Use it.
15199 (python-mode-running): Don't defvar.
15200 (python-mode): Set comment-indent-function.
15201 Maybe update hippie-expand-try-functions-list.
15202 (python-indentation-levels): Initialize differently.
15203 (python-block-end-p): New.
15204 (python-indent-line): Use it.
15205 (python-compilation-regexp-alist): Augment.
15206 (run-python): Import `emacs' module to Python rather than loading
15207 code directly. Set python-buffer differently.
15208 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15210 (python-send-command): Go to end of comint buffer.
15211 (python-load-file): Use python-proc, emacs.eimport.
15212 (python-describe-symbol): Simplify interactive form.
15213 Use emacs.help. Do use temp-buffer-show-hook.
15214 Call print-help-return-message.
15215 (hippie-exp): Require when compiling.
15216 (python-preoutput-continuation): Use rx.
15218 * diff-mode.el (diff-make-unified): Fix regexp.
15220 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15222 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15223 filter groups from the buffer when rebuilding the Ibuffer buffer
15224 and `ibuffer-show-empty-filter-groups' is nil.
15226 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15228 * ps-print.el (ps-print-quote): Call ps-value-string.
15229 (ps-setup): Call ps-comment-string.
15230 (ps-value-string, ps-comment-string): New funs.
15232 2004-05-06 Juanma Barranquero <lektu@terra.es>
15234 * ehelp.el (electric-help-command-loop): Check whether the last
15235 character is visible, not (point-max).
15237 * help-fns.el (help-argument-name): Default to bold; don't inherit
15238 from font-lock-variable-name-face.
15239 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15241 2004-05-05 Kenichi Handa <handa@m17n.org>
15243 * descr-text.el (describe-char): Copy the character with text
15244 properties and overlays into the first line, and call
15245 describe-text-properties on it.
15247 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15249 * iswitchb.el (iswitchb-global-map): Fix typo.
15250 Remove unwanted ###autoloads from source file.
15252 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15254 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15255 in run-hooks. Use substitute-command-keys in message.
15256 (wdired-abort-changes): Add message.
15258 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15260 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15261 (sql-emacs20-p): Remove.
15262 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15263 (sql-builtin-face, sql-doc-face): Remove.
15264 (sql-mode-ansi-font-lock-keywords)
15265 (sql-mode-oracle-font-lock-keywords)
15266 (sql-mode-postgres-font-lock-keywords)
15267 (sql-mode-linter-font-lock-keywords)
15268 (sql-mode-ms-font-lock-keywords)
15269 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15270 (sql-product-font-lock): Fix font-lock reset when font rules change.
15271 (sql-highlight-product): Remove incorrect font-lock reset logic.
15273 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15275 * ses.el (ses-set-parameter): Fix typo.
15277 2004-05-04 Kim F. Storm <storm@cua.dk>
15279 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15280 Must expand directory for completion to work; and don't mess with
15281 process-environment.
15282 (ido-read-file-name): If command has ido property, don't use ido
15283 if value is ignore, or read as directory if value is dir.
15284 Set ido ignore property for dired-do-rename command.
15286 2004-05-04 Juanma Barranquero <lektu@terra.es>
15288 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15289 (electric-help-help): Check against unmapped commands.
15291 * help-fns.el (help-argument-name): New face, inheriting from
15292 font-lock-variable-name-face, to highlight function arguments in
15293 `describe-function' and `describe-key'.
15294 (help-do-arg-highlight): Auxiliary function to highlight a given
15295 list of arguments in a string.
15296 (help-highlight-arguments): Highlight the function arguments and
15297 all uses of them in the docstring.
15298 (describe-function-1): Use it. Do docstring output via `insert',
15299 not 'princ', so text attributes are preserved.
15301 * winner.el (winner-mode-map): Move `winner-undo' and
15302 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15303 previous bindings conflict with `prev-buffer', `next-buffer').
15305 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15307 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15308 (bibtex-entry-update): New command bound to C-c C-u.
15309 (bibtex-text-in-string): Fix regexp.
15310 (bibtex-assoc-of-regexp): Remove.
15311 (bibtex-progress-message): Fix docstring.
15312 (bibtex-inside-field): Use if.
15313 (bibtex-assoc-regexp): New function.
15314 (bibtex-format-entry): Make code more robust so that it formats
15316 (bibtex-autokey-demangle-title): Merge with obsolete function
15317 bibtex-assoc-of-regexp.
15318 (bibtex-field-list): New function.
15319 (bibtex-entry): Use bibtex-field-list.
15320 (bibtex-parse-entry): Fix docstring.
15321 (bibtex-print-help-message): Use bibtex-field-list.
15322 (bibtex-make-field): Use bibtex-field-list.
15323 (bibtex-entry-index): Bugfix. Return crossref key if required.
15324 (bibtex-lessp): Fix docstring.
15326 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15328 * select.el (xselect-convert-to-string): Move comment to intended line.
15330 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15332 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15333 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15335 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15337 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15340 2004-05-03 Jason Rumney <jasonr@gnu.org>
15342 * makefile.nt: Remove.
15344 2004-05-03 Kim F. Storm <storm@cua.dk>
15346 * emulation/cua-base.el (cua--update-indications): Fix last change.
15347 (cua-mode): Deactivate mark when cua-mode is enabled.
15349 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15351 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15353 2004-05-03 Nick Roberts <nickrob@gnu.org>
15355 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15356 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15357 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15358 window over visible frames.
15359 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15361 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15363 * progmodes/compile.el (compilation-gcpro): New var.
15364 (compilation-fake-loc): Use it.
15365 (compilation-forget-errors): Reset it.
15367 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15369 * diff-mode.el (diff-header-face, diff-file-header-face):
15372 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15374 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15375 (bibtex-clean-entry): Disentangle code.
15376 (bibtex-realign): New function.
15377 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15378 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15379 Remove undocumented optional arg called-by-convert-alien.
15380 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15381 for sorting instead of bibtex-sort-buffer.
15383 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15385 * progmodes/compile.el (compilation-start): In the
15386 no-async-subprocesses branch, call sit-for to give redisplay a
15387 chance to show the updated process status in the mode line, and
15388 fontify the buffer explicitly after the process exits.
15390 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15392 * progmodes/python.el (python-compilation-line-number): Remove.
15393 (python-compilation-regexp-alist): Don't use it any more.
15394 (python-orig-start, python-input-filter): Remove.
15395 (inferior-python-mode): Don't set up comint-input-filter-functions.
15396 (python-send-region): Use compilation-fake-loc.
15398 * progmodes/compile.el (compilation-messages-start): New var.
15399 (compilation-mode): Don't setup next-error-function here.
15400 (compilation-setup): Set it up here instead (for minor modes as well).
15401 Make compilation-messages-start buffer local.
15402 (compilation-next-error-function): Use it.
15403 (compilation-forget-errors): Set compilation-messages-start.
15405 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15407 * ielm.el (ielm-prompt-read-only): Update docstring.
15409 * comint.el (comint-prompt-read-only): Update docstring.
15410 (comint-update-fence, comint-kill-whole-line)
15411 (comint-kill-region): New functions.
15413 * simple.el (kill-whole-line): Use "p" instead of "P" in
15416 2004-05-01 Juanma Barranquero <lektu@terra.es>
15418 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15419 format arglist so default values in CL-style argument lists are
15422 2004-05-01 Jason Rumney <jasonr@gnu.org>
15424 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15426 2004-05-01 Kenichi Handa <handa@m17n.org>
15428 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15429 quail file if it is up to date.
15431 2004-04-30 Juri Linkov <juri@jurta.org>
15433 * cus-edit.el (custom-mode-map):
15434 Add key binding `C-x C-s' to `Custom-save'.
15436 * outline.el (outline-blank-line): New var.
15437 (outline-next-preface, outline-show-heading)
15438 (outline-end-of-subtree): Use it.
15440 * dired-aux.el (dired-touch-initial): New fun.
15441 (dired-do-chxxx): Call it for op-symbol `touch'.
15442 (dired-diff): Use `dired-dwim-target-directory'
15443 if current dired buffer has no buffer mark.
15445 * bindings.el (propertized-buffer-identification):
15446 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15447 Add C-M-arrow keys for consistency.
15449 * files.el (confirm-kill-emacs):
15450 Change group from top-level `emacs' to `convenience'.
15452 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15453 Push mark on the first call of successive command calls.
15454 (insert-pair): New fun created from `insert-parentheses' with
15455 `open' and `close' arguments added. Enclose active regions
15456 in paired characters. Compare adjacent characters syntax with
15457 inserted characters syntax before inserting a space.
15458 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15460 * delsel.el: Don't put `delete-selection' property
15461 on `insert-parentheses' symbol to take advantage of
15462 region handling in `insert-pair' function.
15463 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15465 2004-04-30 Kim F. Storm <storm@cua.dk>
15467 * emulation/cua-base.el: Add support for changing cursor types;
15468 based on patch from Michael Mauger.
15469 (cua-normal-cursor-color, cua-read-only-cursor-color)
15470 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15471 Customization cursor type and/or cursor color.
15472 (cua--update-indications): Handle cursor type changes.
15473 (cua-mode): Update cursor indications if enabled.
15475 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15477 * mouse.el (mouse-drag-copy-region): New defcustom.
15478 (mouse-set-region, mouse-drag-region-1): Use it.
15480 * simple.el (kill-ring-save): If region face background color is
15481 unspecified (if no highlighting), show extent of fully visible
15482 region even if transient-mark-mode is enabled.
15484 * emulation/cua-base.el (cua--standard-movement-commands):
15485 Add cua-scroll-up and cua-scroll-down.
15486 (cua-scroll-up, cua-scroll-down): New commands.
15487 (cua--init-keymaps): Remap scroll-up and scroll-down.
15489 * emulation/cua-rect.el (cua--convert-rectangle-as):
15491 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15492 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15493 New commands (suggested by Jordan Breeding).
15495 2004-04-30 Juanma Barranquero <lektu@terra.es>
15497 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15499 2004-04-30 Mario Lang <mlang@delysid.org>
15501 * diff.el (diff-switches): Fix typo in docstring.
15503 2004-04-30 Alex Schroeder <alex@gnu.org>
15505 * xml.el (xml-debug-print-internal): Don't add newline and
15506 indentation to text nodes and write empty elements as empty tags
15507 instead of opening and closing tags.
15508 (xml-debug-print): Take optional indent-string argument.
15509 (xml-print): Alias for xml-debug-print.
15511 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15513 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15514 than duplicate call to `line-beginning-position'.
15516 * progmodes/f90.el (f90-get-present-comment-type):
15517 Return whitespace, as well as comment chars, for consistent filling
15518 of comment blocks. Use `match-string-no-properties'.
15519 (f90-break-line): Trim trailing whitespace when filling comments.
15521 2004-04-30 Dave Love <fx@gnu.org>
15523 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15524 (diary-from-outlook-internal, diary-from-outlook)
15525 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15526 New functions to import diary entries from Outlook-format
15527 appointments in mail messages.
15529 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15531 * progmodes/python.el (python-send-command): New fun.
15532 (python-send-region, python-load-file): Use it.
15534 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15536 * help-fns.el (help-C-file-name): Use new subr-name.
15537 Prepend `src/' to the file name.
15538 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15539 (describe-function-1, describe-variable): Only find a C source file
15540 name if DOC is already loaded.
15542 * help-mode.el (help-function-def, help-variable-def):
15543 Use the new find-function-search-for-symbol functionality.
15544 Allow FILE to be `C-source'.
15546 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15547 (find-function-C-source): New fun.
15548 (find-function-search-for-symbol): Use it.
15550 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15552 * progmodes/sql.el (sql-product-alist): Rename variable
15553 `sql-product-support'. Add Postgres login parameters.
15554 (sql-set-product, sql-product-feature): Update with renamed variable.
15555 (sql-connect-postgres): Add username prompt.
15556 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15557 Make patterns less product specific.
15558 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15559 (sql-mode-abbrev-table): Modify initialization.
15560 (sql-builtin-face): Add variable.
15561 (sql-keywords-re): Add macro.
15562 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15563 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15564 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15565 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15566 (sql-mode-linter-font-lock-keywords)
15567 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15568 (sql-mode-sybase-font-lock-keywords)
15569 (sql-mode-informix-font-lock-keywords)
15570 (sql-mode-interbase-font-lock-keywords)
15571 (sql-mode-ingres-font-lock-keywords)
15572 (sql-mode-solid-font-lock-keywords)
15573 (sql-mode-sqlite-font-lock-keywords)
15574 (sql-mode-db2-font-lock-keywords): Default to nil.
15575 (sql-product-font-lock): Always highlight ANSI keywords.
15576 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15577 (sql-send-string): Add function.
15579 2004-04-29 Dave Love <fx@gnu.org>
15581 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15582 (cfengine-end-of-defun): Ensure progress through buffer.
15584 * info-look.el (cfengine-mode): Accept a terminal ().
15586 2004-04-29 Juri Linkov <juri@jurta.org>
15588 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15589 instead of isearch-yank-word-or-char. Add new key bindings for
15590 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15591 (isearch-del-char): New fun.
15592 (isearch-forward, isearch-edit-string): Update docstring.
15593 (isearch-yank-char): Doc fix.
15594 (isearch-other-meta-char): Restore point after scrolling.
15596 * progmodes/compile.el (compilation-context-lines): Add nil option
15597 to disable compilation output window scrolling.
15598 (compilation-set-window): Use it.
15600 * outline.el (outline-next-preface, outline-show-heading):
15601 Don't leave unhidden blank line before heading.
15602 (outline-end-of-subtree): Include last newline into subtree.
15603 (hide-entry): Leave point at beginning of heading instead of end.
15604 (outline-up-heading): Push mark for the first call of successive
15607 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15609 * comint.el (comint-prompt-read-only): New variable.
15610 (comint-output-filter): Implement it.
15612 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15613 (ielm-prompt-internal): New variable.
15614 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15615 (ielm-send-input): Delete unused variable `buf'.
15616 (ielm-eval-input): Use `ielm-prompt-internal'.
15617 (inferior-emacs-lisp-mode): Use new variables
15618 `comint-prompt-read-only' and `ielm-prompt-internal'.
15619 Get rid of obsolete variable `directory-sep-char'.
15620 (ielm): Use `zerop'.
15622 2004-04-29 John Paul Wallington <jpw@gnu.org>
15624 * thumbs.el (toplevel): Require cl at compile time.
15625 Remove conditional definitions of `ignore-errors' and `caddar'
15626 because they occur at run time.
15628 2004-04-28 Nick Roberts <nickrob@gnu.org>
15630 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15631 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15632 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15633 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15635 * progmodes/gud.el (gud-common-init): Throw an error if program is
15636 already running under gdb.
15638 2004-04-28 John Paul Wallington <jpw@gnu.org>
15640 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15641 (thumbs-show-image-num): Move assignment of
15642 `thumbs-current-image-filename' within scope of `i'.
15643 (thumbs-emboss-image): Don't use `evenp'.
15645 2004-04-28 Richard M. Stallman <rms@gnu.org>
15647 * progmodes/compile.el (compilation-context-lines): Default now 0.
15649 2004-04-28 Juanma Barranquero <lektu@terra.es>
15651 Use `time-less-p' from calendar/time-date.el instead of defining
15652 custom versions of it.
15654 * pcomplete.el (pcomplete-time-less-p): Remove.
15656 * thumbs.el (time-less-p): Remove.
15658 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15659 (timeclock-generate-report): Use `time-less-p'.
15661 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15662 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15664 2004-04-28 Masatake YAMATO <jet@gyve.org>
15666 * subr.el (remove-overlays): Make arguments optional.
15668 * wid-edit.el (widget-specify-button): Put evaporate to the
15669 overlay for sample.
15670 (widget-specify-sample): Put evaporate to the overlay for sample.
15671 (widget-specify-doc): Put evaporate to the overlay for documentation.
15673 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15675 * info.el (info-apropos): Make it an index node. Align node names
15678 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15680 * net/browse-url.el (browse-url-netscape-sentinel)
15681 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15682 (browse-url-epiphany-sentinel, browse-url-mosaic):
15683 Use browse-url-*-program instead of a literal program name.
15685 2004-04-27 Kevin Ryde <user42@zip.com.au>
15687 * eshell/em-alias.el:
15688 * eshell/em-dirs.el:
15689 * eshell/em-hist.el:
15690 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15691 features when M-x customize-group loads modules before the main
15694 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15696 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15697 either a character representation of an event or an event
15700 * type-break.el: Capitalise Emacs and Lisp.
15701 (type-break-good-break-interval, type-break-demo-boring-stats)
15702 (type-break-terse-messages, type-break-file-name): New defcustoms.
15703 (type-break-post-command-hook)
15704 (type-break-warning-countdown-string): Quote variable names in doc.
15705 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15706 (type-break-mode): Document type-break-good-break-interval and the
15707 "session" file. Schedule break according to the session file.
15708 Kill session file buffer on exit. Organise for save-some-buffers
15709 to always save the session file.
15710 (type-break-mode-line-message-mode, type-break-query-mode):
15711 Uppercase arguments.
15712 (type-break-file-time, type-break-file-keystroke-count, timep)
15713 (type-break-choose-file, type-break-get-previous-time)
15714 (type-break-get-previous-count): New defuns.
15715 (type-break): Avoid break querying after a completed break in the
15716 case where the query was initiated during user invocation of the
15717 break. Optional terse messages.
15718 Use type-break-good-break-interval if type-break-good-rest-interval is
15719 nil. File the break time.
15720 (type-break-schedule): New optional args for overriding the use of
15722 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15724 (type-break-check): File the keystroke count.
15725 (type-break-do-query): Prevent a second query when the break is
15726 interrupted. Optional terse message.
15727 (type-break-keystroke-reset): Record the start of a typing interval.
15728 (type-break-demo-boring): Optional terse messages. Display word
15729 per minute and keystroke counts according to
15730 type-break-demo-boring-stats.
15732 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15734 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15735 directories, make sure they exist under archive-tmpdir.
15737 2004-04-27 Juri Linkov <juri@jurta.org>
15739 * help.el (view-emacs-news): With argument, display info for the
15740 selected version by finding it among different NEWS files, and
15741 narrowing the buffer to the selected version.
15743 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15744 same-window-buffer-names.
15745 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15746 non-numeric prefix argument, append the number to the buffer name
15747 for numeric prefix argument.
15748 (info-other-window): Bind same-window-regexps to nil.
15749 (Info-reference-name): Rename to Info-point-loc.
15750 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15751 and Info-find-index-name for stringy Info-point-loc.
15752 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15753 without middle `.', but with final `.' and optional line number
15754 for it. Set Info-point-loc for index nodes.
15755 (Info-index): Remove middle `.' from index entry regexp.
15756 Modify line number regexp.
15757 (Info-index-next): Decrement line number.
15758 (info-apropos): Remove middle `.' from index entry regexp.
15759 Add optional line number regexp at the end. Add matched value
15760 for line number to the result list and insert it to the buffer.
15761 Replace match-string by match-string-no-properties.
15762 Reorder result list.
15763 (Info-fontify-node): Hide index line numbers.
15764 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15766 (Info-follow-reference): Use `str' instead of
15767 Info-following-node-name-re.
15768 (Info-toc): Use full file names. Set Info-current-node to "Top".
15769 (Info-fontify-node): Compare file names without directory name.
15770 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15771 Set second arg of Info-extract-menu-node-name for index nodes.
15772 (info-xref-visited): Use magenta3 instead of magenta4.
15773 (Info-mode): Add info-apropos to docstring.
15775 * log-view.el (log-view-diff): Replace interactive code "r"
15776 by a list to allow to call it even if region is not active.
15778 * paren.el (show-paren-highlight-openparen): New var.
15779 (show-paren-function): Turn on openparen highlighting when
15780 matching forward if show-paren-highlight-openparen is non-nil.
15782 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15783 the constant value 1.
15784 (completions-common-part): Expand docstring.
15786 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15788 2004-04-27 Kim F. Storm <storm@cua.dk>
15790 * image.el (insert-sliced-image): Use line-height instead of
15791 line-spacing property on newline.
15793 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15795 * desktop.el (desktop-buffer-misc-data-function): Rename to
15796 desktop-save-buffer and change docstring.
15797 (desktop-buffer-modes-to-save): Delete.
15798 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15799 desktop-buffer-modes-to-save.
15800 (desktop-save): Rename desktop-buffer-misc-data-function to
15801 desktop-save-buffer and allow non-function value.
15802 (desktop-missing-file-warning): Correct docstring.
15804 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15805 to desktop-save-buffer.
15807 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15808 desktop-save-buffer.
15810 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15812 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15814 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15816 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15818 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15820 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15821 (ielm): Only go to the end of the buffer when starting a new process.
15823 2004-04-25 Juanma Barranquero <lektu@terra.es>
15825 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15826 mode line. Bind `inhibit-read-only' to t before modifying
15827 properties of text in the buffer.
15828 (ielm): Force point to the end of buffer, even when running ielm
15829 from inside itself.
15831 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15833 * info.el (info-apropos): Reset Info-complete-cache.
15835 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15838 Also recognize severe Irix et al. messages.
15839 (compilation-normalize-filename, compile-abbreviate-directory):
15841 (compilation-get-file-structure): New function inherits
15842 functionality of the two preceding ones.
15843 (compilation-internal-error-properties, compilation-fake-loc):
15844 Use it so that different paths to the same file share the same
15845 markers. Also optimize finding adjacent marker slightly.
15847 2004-04-25 Kim F. Storm <storm@cua.dk>
15849 * image.el (insert-sliced-image): Add line-spacing t property
15850 to newlines separating image lines.
15852 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15854 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15856 * ielm.el (ielm-prompt-read-only): New user option.
15857 (ielm-prompt): Expand docstring to describe new behavior.
15858 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15859 mention it in the docstring.
15861 2004-04-24 Andreas Schwab <schwab@suse.de>
15863 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15865 * diff.el (diff): Set default-directory in diff buffer.
15867 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15869 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15870 mail was being composed if the terminal cannot display more than
15871 one frame; instead, switch to previous frame.
15873 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15874 (rmail-start-mail): Support rmail-mail-new-frame even on
15875 terminals that can display only one frame at a time.
15877 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15879 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15880 (checkdoc-output-font-lock-keywords): Remove error regexp.
15881 (checkdoc-output-mode-map): Remove.
15882 (checkdoc-output-mode): Derive from compilation-mode.
15883 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15885 * dired.el (dired-mode-map): Add a menu entry for wdired.
15887 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15888 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15890 * wdired.el (wdired-mode-map): Move init into declaration.
15891 Fix `return' binding.
15892 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15893 Use force-mode-line-update.
15894 (wdired-get-filename): Use `unless'.
15895 (wdired-preprocess-files): Don't assume names have no \n and use / for
15897 (wdired-normalize-filename): Use replace-regexp-in-string.
15898 (wdired-load-hooks): Remove.
15899 (wdired-mode-hooks): Rename to wdired-mode-hook.
15901 * info-look.el: Add support for cfengine-mode.
15902 (info-lookup-setup-mode): Use dolist.
15904 2004-04-23 Juan Le
\e,As
\e(Bn Lahoz Garc
\e,Am
\e(Ba <juan-leon.lahoz@tecsidel.es>
15906 * wdired.el: New file.
15908 2004-04-23 Juanma Barranquero <lektu@terra.es>
15910 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15912 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15913 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15914 (pcomplete--help, pcomplete--here): Doc fixes.
15916 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15918 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15919 handles wrong-number-of-arguments in backend call.
15921 * vc.el (vc-print-log): Likewise.
15923 2004-04-20 Dave Love <fx@gnu.org>
15925 * emacs-lisp/rx.el: Doc fixes.
15926 (rx-constituents): Add/extend many forms.
15927 (rx-check): Check form is a list.
15929 (rx-check-any, rx-any, rx-check-not): Modify.
15930 (rx-not): Simplify.
15931 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15932 (rx-kleene): Use rx-trans-forms.
15933 (rx-quote-for-set): Delete.
15934 (rx): Allow multiple args.
15936 2004-04-23 Kenichi Handa <handa@m17n.org>
15938 * international/mule-util.el (char-displayable-p): Simplify by
15939 using internal-char-font.
15941 2004-04-23 Juanma Barranquero <lektu@terra.es>
15943 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15945 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15947 * diff-mode.el (diff-next-error): New fun.
15948 (diff-mode): Use it.
15950 * simple.el (next-error): Change arg name.
15951 Add support for the documented C-u C-x ` usage.
15953 * frame.el (special-display-popup-frame, next-multiframe-window)
15954 (previous-multiframe-window): Only consider frames on same display.
15956 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15958 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15959 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15961 2004-04-22 Kim F. Storm <storm@cua.dk>
15963 * net/telnet.el (telnet): Add optional port arg.
15965 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15967 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15968 Minor sanity check on the `hyperlink' slot.
15970 * Makefile.in (recompile): Compile new files.
15972 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15973 Add byte-recompile-directory's optional `arg'.
15975 * cvs-status.el (cvs-tree-use-charset): New var.
15976 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15977 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15978 (cvs-status-cvstrees): Use it.
15980 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15981 Make it a normal major mode.
15982 (checkdoc-buffer-label): Make sure the file name is meaningful.
15983 (checkdoc-output-to-error-buffer): Remove.
15984 (checkdoc-error, checkdoc-start-section): Rewrite.
15986 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15987 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15988 (Info-title-4-face): Use new syntax.
15989 (info-xref-visited): Inherit from info-xref.
15991 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15993 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15995 * simple.el (next-error-last-buffer, next-error-function):
15996 New variables for the next-error framework.
15997 (next-error-buffer-p): New function.
15998 (next-error-find-buffer): Generalize compilation-find-buffer.
15999 (next-error, previous-error, first-error, next-error-no-select)
16000 (previous-error-no-select): Move from compile.el.
16002 * replace.el (occur-next-error, occur-1): Hook into the next-error
16005 * progmodes/compile.el (compilation-start):
16006 Set next-error-last-buffer so next-error knows where to jump.
16007 (compilation-setup): Set the buffer-local variable
16008 next-error-function to 'compilation-next-error-function.
16009 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16010 alternate way to find if a buffer is a compilation buffer, for
16011 next-error convenience.
16012 (next-error-no-select, previous-error-no-select, next-error)
16013 (previous-error, first-error): Move to simple.el.
16014 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16015 (compilation-last-buffer): Remove.
16016 (compilation-start, compilation-next-error, compilation-setup)
16017 (compilation-next-error-function, compilation-find-buffer):
16018 Remove compilation-last-buffer use.
16020 2004-04-21 Juanma Barranquero <lektu@terra.es>
16022 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16023 (font-lock-warning-face): Fix spacing.
16025 * makefile.w32-in (WINS): Add url/ directory.
16027 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16029 * desktop.el (desktop-buffer-mode-handlers): New variable.
16030 Alist of major mode specific functions to restore a desktop buffer.
16031 (desktop-buffer-handlers): Make variable obsolete.
16032 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16033 Catch errors signaled in handlers. Update buffer count.
16034 Evaluate desktop-buffer-point.
16035 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16037 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16039 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16040 move to mail/rmail.el.
16041 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16043 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16044 On fail, print message (to message buffer) even if
16045 desktop-missing-file-warning is nil.
16046 (desktop-buffer-misc-data-function): New buffer local variable.
16047 Function returning major mode specific data.
16048 (desktop-buffer-misc-functions): Make variable obsolete.
16049 (desktop-save): Use desktop-buffer-misc-data-function.
16050 (desktop-buffer-dired-misc-data): Rename to
16051 dired-desktop-buffer-misc-data and move to dired.el.
16052 (desktop-buffer-info-misc-data): Rename to
16053 Info-desktop-buffer-misc-data and move to info.el.
16054 (desktop-read): Add message about number of buffers restored/failed.
16056 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16057 Add parameters. Pause to display error only when
16058 desktop-missing-file-warning is non-nil.
16059 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16060 (dired-mode): Bind desktop-buffer-misc-data-function.
16062 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16064 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16065 (Info-mode): Bind desktop-buffer-misc-data-function.
16067 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16070 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16073 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16075 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16076 the case of letters in case-insensitive expansions when the
16077 abbrev is preceded by characters with letter syntax.
16079 2004-04-21 Richard M. Stallman <rms@gnu.org>
16081 * progmodes/cperl-mode.el (cperl-putback-char):
16082 Delete Emacs 18 definition.
16084 * international/mule.el (ctext-post-read-conversion):
16085 Use assoc-string, not assoc-ignore-case.
16087 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16089 * emacs-lisp/easymenu.el (easy-menu-add):
16090 Do call x-popup-menu, but only if it's defined.
16092 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16094 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16095 Handle multiple args: compile like progn.
16097 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16098 take all args as &rest arg.
16100 * autoinsert.el (auto-insert-alist): Insert the user's name in
16101 copyright notice, rather than Free Software Foundation.
16103 2004-04-21 Kenichi Handa <handa@m17n.org>
16105 * descr-text.el (describe-char): Make it work on *Help* buffer.
16107 2004-04-21 Kim F. Storm <storm@cua.dk>
16109 * image.el (insert-image): Add optional SLICE arg.
16110 (insert-sliced-image): New defun.
16112 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16114 * subr.el (read-number): Check whether `default' is nil.
16116 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16118 * progmodes/compile.el (compilation-error-properties):
16120 (compilation-internal-error-properties): New one.
16121 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16123 2004-04-20 Richard M. Stallman <rms@gnu.org>
16125 * window.el (split-window-save-restore-data):
16126 Don't update the data if OLD-INFO is nil.
16128 * view.el (view-return-to-alist): Mark it permanent local.
16130 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16132 * recentf.el (recentf-save-list): Catch and warn about errors.
16134 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16135 so "Buffers" won't be pure.
16137 * help-mode.el (help-mode-finish): Set help-return-alist first
16138 thing, setting only the entry for the selected window.
16140 * help-fns.el (describe-function-1): If many non-control non-meta
16141 keys run the command, don't list all of them.
16143 2004-04-20 Juanma Barranquero <lektu@terra.es>
16145 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16146 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16148 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16150 2004-04-20 Kenichi Handa <handa@m17n.org>
16152 * international/quail.el (quail-lookup-key): New optional arg
16154 (quail-get-translations): Call quail-lookup-key with
16155 NOT-RESET-INDICES t.
16156 (quail-completion): Likewise.
16157 (quail-lookup-map-and-concat): Likewise.
16159 2004-04-20 Kenichi Handa <handa@m17n.org>
16161 * international/quail.el (quail-update-translation): Don't insert
16162 such an unsupported multibyte char in a unibyte buffer.
16164 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16166 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16167 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16168 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16169 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16170 (gdb-frame-assembler-buffer): Improve behaviour with
16172 (gdb-display-buffer): Extend search to all visible frames.
16174 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16176 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16177 characters left after base64 decoding.
16178 (rmail-decode-region): Use -dos variety of `coding', to remove any
16179 ^M characters left after qp or base64 decoding.
16181 2004-04-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16183 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16186 2004-04-19 Stephen Eglen <stephen@gnu.org>
16188 * add-log.el (add-change-log-entry): Update doc string to mention
16189 add-log-full-name and add-log-mailing-address.
16191 2004-04-18 Juri Linkov <juri@jurta.org>
16193 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16194 (Info-find-node-2): Simplify error message.
16195 (Info-insert-dir): Use Info-following-node-name.
16196 (Info-goto-node): Remove *info-history* and *info-toc*.
16197 (Info-history): Create a node of the virtual history file.
16198 (Info-toc): Create a node of the virtual toc file.
16199 (Info-insert-toc): New arg `curr-file' for reference file names.
16200 (info-apropos): Remove redundant var binding for temp-file.
16201 (Info-index, Info-index-next, Info-mode): Doc fix.
16202 (Info-goto-emacs-command-node): Don't jump to *info* from
16203 non-*info* Info buffers.
16204 (Info-fontify-node): Don't show the file name of external
16205 references if `Info-hide-note-references' is `hide'. Don't hide
16206 newlines at the end of paragraphs.
16208 * international/mule-diag.el (list-input-methods):
16209 Fix args to help-xref-button.
16211 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16212 to put into effect local variables from TUTORIAL files.
16214 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16215 with default value taken from the variable `sentence-end'.
16216 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16217 Add nil const to :type.
16218 (sentence-end-without-period, sentence-end-double-space)
16219 (sentence-end-without-space): Doc fix.
16221 * textmodes/paragraphs.el (forward-sentence):
16222 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16223 (fill-delete-newlines):
16224 * progmodes/cc-cmds.el (c-beginning-of-statement):
16225 Use function `sentence-end' instead of variable `sentence-end'.
16227 2004-04-18 Andreas Schwab <schwab@suse.de>
16229 * progmodes/compile.el (compilation-start): Set window start to
16230 point-min if compilation-scroll-output is nil.
16232 2004-04-18 John Wiegley <johnw@newartisans.com>
16234 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16236 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16238 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16239 (gdb-info-breakpoints-custom): Revert previous change.
16240 (gdb-view-assembler): Update assembler if necessary.
16241 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16242 (gdb-display-source-buffer): Update properly when both source and
16243 assembler are visible.
16245 2004-04-17 John Wiegley <johnw@newartisans.com>
16247 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16248 which limits the number of names shown in the minibuffer. Off by
16250 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16251 up iswitchb for users with a multitude of open buffers by showing
16252 only the first and last N/2 buffers in the completion list (which
16253 is enough to aid C-s/C-r, and to know that more characters are
16254 needed to refine the completion list).
16256 2004-04-17 Richard M. Stallman <rms@gnu.org>
16258 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16259 (file-truename): Expand all ~ constructs directly.
16260 (insert-directory): Delete any error msg output by the
16261 `insert-directory-program'.
16263 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16264 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16265 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16266 (allout-init): Use find-file-hook, not find-file-hooks.
16267 (allout-mode): Eliminate Emacs 18 support.
16268 Use write-contents-functions, not local-write-file-hooks.
16270 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16272 * progmodes/compile.el (compilation-error-properties): Fix for
16273 adding messages when there are already markers for their file.
16274 (compilation-fake-loc): New function.
16276 2004-04-16 Dave Love <fx@gnu.org>
16278 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16279 (python-load-file): Fix python-orig-start setting.
16281 * progmodes/compile.el: Doc fixes.
16282 (compilation-error-regexp-alist-alist)
16283 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16284 (compilation-assq): Wrap in eval-when-compile.
16285 (compilation-mode-font-lock-keywords): Don't use list*.
16286 (compilation-start): Avoid warning.
16287 (compilation-compat-error-properties)
16288 (compilation-directory-properties): Add keymap property.
16289 (compilation-parsing-end): Make it a marker for better compatibility.
16291 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16293 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16295 * xml.el: Doc fixes.
16296 (xml-get-children): Only looks at sub-tags and ignore strings.
16298 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16300 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16302 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16304 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16306 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16308 * vc.el (vc-print-log): Likewise.
16310 2004-04-16 Masatake YAMATO <jet@gyve.org>
16312 * simple.el (completion-setup-function): Set an initial value
16313 to `element-common-end' before entering loop. Set a value
16314 to `element-common-end' at the end of loop.
16315 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16316 (completions-common-part): Rename from completion-de-emphasis.
16317 (completions-first-difference): Rename from completion-emphasis.
16320 2004-04-16 Juanma Barranquero <lektu@terra.es>
16322 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16323 (bookmark-edit-annotation-mode): Add mode name.
16325 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16327 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16328 for nested conflict markers.
16329 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16331 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16333 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16335 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16337 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16339 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16340 Give a backtrace if requested.
16342 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16344 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16345 Remove unused functions.
16346 (python-orig-start-line, python-orig-file): Remove.
16347 (python-orig-start): New var.
16348 (python-input-filter, python-compilation-line-number)
16349 (python-send-region, python-load-file): Use it.
16351 * info.el (info): Always jump to *info*.
16353 * subr.el (posn-set-point): New function.
16355 * mouse.el (mouse-set-point): Use it.
16357 * progmodes/compile.el (compile-goto-error): Use it.
16358 (compilation-button-map): New keymap.
16359 (compilation-error-properties): Use it.
16360 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16362 * smerge-mode.el (smerge-popup-context-menu): Use it.
16364 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16365 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16366 mouse and non-mouse case.
16368 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16369 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16371 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16372 Make it work for non-mouse events.
16374 * pcvs-info.el (cvs-status-map): Update binding name.
16376 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16378 * xml.el (xml-maybe-do-ns): New function to handle namespace
16379 parsing of both attribute and element names.
16380 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16381 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16382 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16383 (xml-parse-attlist): Make it do its own namespace parsing.
16385 2004-04-14 Dave Love <fx@gnu.org>
16387 * progmodes/python.el (run-python): Fix use of \n.
16388 (python-load-file): Remove `try' from Python fragment.
16389 (python-describe-symbol): Fix message.
16391 * comint.el: Doc fixes.
16392 (comint-last-input-start, comint-last-input-end)
16393 (comint-last-output-start): Give them values.
16394 (comint-arguments): Avoid warning.
16395 (comint-skip-prompt): Use line-end-position.
16396 (comint-backward-matching-input): Rename arg to agree with doc.
16397 (comint-extract-string): Use syntax-ppss.
16398 (comint-dynamic-simple-complete): Delete useless list construction.
16399 (comint-redirect-subvert-readonly): New.
16400 (comint-redirect-preoutput-filter): Use it.
16402 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16403 Correctly handle negative arguments when calling hook functions.
16405 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16407 * info.el (info-apropos): Don't clobber Info-history-list.
16409 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16411 * progmodes/compile.el (compilation-setup):
16412 Localize overlay-arrow-position.
16413 (compilation-sentinel): Restructure code equivalently.
16414 (compilation-next-error): Find message on same line after point if
16415 not found before point.
16416 (compile-mouse-goto-error): Restore function so that compilation
16417 buffer need not be current and use compile-goto-error.
16418 (compile-goto-error): Restore function.
16419 (next-error): Set overlay-arrow-position.
16420 (compilation-forget-errors): Don't localize already local
16421 compilation-locs and remove FIXME about refontifying.
16423 2004-04-14 Kim F. Storm <storm@cua.dk>
16425 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16426 (command-line): New option -Q. Like -q --no-site-file, but
16427 in addition it also disables menu-bar, tool-bar, scroll-bars,
16428 tool-tips, and the blinking cursor.
16429 (command-line-1): Skip startup screen if -Q.
16430 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16432 * emulation/cua-base.el (cua-read-only-cursor-color)
16433 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16435 2004-04-13 Dave Love <fx@gnu.org>
16437 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16438 (syntax): Don't require.
16439 (python) <defgroup>: Add :version.
16440 (python-quote-syntax): Re-written.
16441 (inferior-python-mode): Move stuff here from run-python and add
16443 (python-preoutput-continuation, python-preoutput-result)
16444 (python-dotty-syntax-table): New.
16445 (python-describe-symbol): Use them.
16446 (run-python): Move stuff to inferior-python-mode. Modify code
16447 loaded into Python.
16448 (python-send-region): Use python-proc, python-send-string.
16449 (python-send-string): Send newlines too. Callers changed.
16450 (python-load-file): Re-written.
16451 (python-eldoc-function): New.
16452 (info-look): Don't require.
16453 (python-after-info-look): New. A modified version of former
16454 top-level code for use with eval-after-load.
16455 (python-maybe-jython, python-guess-indent): Use widened buffer.
16456 (python-fill-paragraph): Re-written.
16457 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16458 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16460 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16462 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16463 Set compilation-error-regexp-alist earlier.
16465 * progmodes/compile.el (compilation-minor-mode-map)
16466 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16467 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16469 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16471 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16472 corresponding to the event.
16474 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16476 * loadup.el: Add cygwin to system-type list, for unexec() support.
16478 2004-04-12 John Paul Wallington <jpw@gnu.org>
16480 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16481 (ibuffer-restore-window-config-on-quit): New variable to replace
16482 `ibuffer-delete-window-on-quit'. Update all references.
16483 (ibuffer-prev-window-config): New variable.
16484 (ibuffer-quit): Restore previous window configuration instead of
16486 (ibuffer): Save window configuration before showing Ibuffer buffer.
16488 * help.el (describe-mode): Doc fix.
16490 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16492 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16493 not to treat nil as a function.
16495 * vc-arch.el (vc-arch-root): Be a bit more careful.
16496 (vc-arch-register): Save the buffer if we modified it.
16497 (vc-arch-delete-rej-if-obsolete): Save excursion.
16498 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16499 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16501 * net/ldap.el (ldap-search): Use list*.
16503 2004-04-12 Juri Linkov <juri@jurta.org>
16505 * info.el (Info-follow-reference): Allow multiline reference name.
16507 2004-04-11 Dave Love <fx@gnu.org>
16509 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16511 * progmodes/python.el: New file.
16513 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16515 * vc-hooks.el (vc-arg-list): Function removed.
16516 (vc-default-workfile-unchanged-p): Use condition-case to check for
16517 backward compatibility.
16519 * vc.el (vc-print-log): Use condition-case to check for backward
16522 2004-04-11 Juri Linkov <juri@jurta.org>
16524 * dired.el (dired-faces): New defgroup.
16525 (dired-header, dired-mark, dired-marked, dired-flagged)
16526 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16528 (dired-header-face, dired-mark-face, dired-marked-face)
16529 (dired-flagged-face, dired-warning-face, dired-directory-face)
16530 (dired-symlink-face, dired-ignored-face): New face variables.
16531 (dired-font-lock-keywords): Use them instead of font-lock faces.
16532 Split the rule for dired marks into 3 separate rules: for marks,
16533 marked file names and flagged file names.
16535 * help-mode.el (help-make-xrefs): Add a final newline to the
16538 2004-04-11 John Paul Wallington <jpw@gnu.org>
16540 * replace.el (occur-engine): Distinguish between one and several
16541 matches in the matches per buffer heading.
16543 2004-04-11 Kim F. Storm <storm@cua.dk>
16545 * ido.el (ido-confirm-unique-completion): New defcustom.
16546 (ido-complete): Use it.
16547 (ido-write-file): Set it to t unconditionally.
16549 2004-04-10 Miles Bader <miles@gnu.org>
16551 RCS keyword removal (only non-comment changes are enumerated here):
16553 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16554 (byte-compile-insert-header): Don't use `byte-compile-version'.
16555 * forms.el (forms-version): Variable removed.
16556 (forms-mode): Don't use `forms-version'.
16557 * recentf.el (recentf-version): Variable removed.
16558 * progmodes/delphi.el (delphi-version): Variable removed.
16559 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16561 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16563 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16565 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16567 * info.el (info-apropos): Improve menu item regexp.
16569 2004-04-09 Simon Josefsson <jas@extundo.com>
16571 * mail/smtpmail.el: Add comment, based on report by
16572 kdc@rcn.com (Kevin D. Clark).
16574 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16576 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16577 Redo one more thing that I didn't notice Daniel had undone.
16579 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16581 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16582 (gdb-goto-breakpoint, gdb-display-buffer)
16583 (gdb-display-source-buffer, gdb-view-source-function)
16584 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16585 (gdb-source-info, gdb-frame-handler): Don't specify a window
16587 (gdb-info-breakpoints-custom): Remove superfluous update of
16589 (gdb-many-windows): Make settable outside gdb.
16591 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16593 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16594 Derive from fundamental-mode rather than text-mode.
16596 2004-04-08 Juri Linkov <juri@jurta.org>
16598 * info.el (Info-history): Doc fix.
16599 (Info-history-list): New var.
16600 (info-xref): Change magenta4 to blue, remove bold for dark and
16601 light backgrounds, change bold to underline for non-color classes.
16602 (info-xref-visited): New face.
16603 (Info-fontify-visited-nodes): New custom.
16604 (Info-hide-note-references): Add new value `hide'. Doc fix.
16605 (Info-reference-name): New var.
16606 (Info-selection-hook): New custom.
16607 (Info-edit-mode-hook): New var.
16608 (Info-find-file): New fun.
16609 (Info-find-node): Move part of code to Info-find-file.
16610 (Info-find-node-2): Add anchors to Info-history-list. Move point
16611 to the place with the reference name if name is defined.
16612 (Info-select-node): Add current node to Info-history-list.
16613 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16614 (Info-search-whitespace-regexp): New custom.
16615 (Info-search-case-fold): New var.
16616 (Info-search): Add "case-sensitively" to the prompt.
16617 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16618 (Info-search-case-sensitively, Info-search-next): New fun.
16619 (Info-up): Move point to the menu item of the current node.
16620 (Info-history): New fun. Add *info-history* to
16621 same-window-buffer-names.
16622 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16623 (Info-insert-toc): New fun.
16624 (Info-build-toc): New fun.
16625 (Info-follow-reference): Add new arg `fork'. Doc fix.
16626 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16627 with the same name prefer the reference closest to point.
16628 (Info-next-reference): Replace * by + in the *Note regexp.
16629 Add regexp for http:// and ftp://. Skip the *Note prefix.
16630 (Info-prev-reference): Replace * by + in the *Note regexp.
16631 Add regexp for http:// and ftp://. Skip the *Note prefix.
16632 (Info-follow-nearest-node): Add new arg `fork'.
16633 (Info-try-follow-nearest-node): Add new arg `fork'.
16634 Call browse-url for http:// and ftp:// references.
16635 Set Info-reference-name for index entries.
16636 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16637 Info-search-next, Info-history, Info-toc, clone-buffer.
16638 (Info-menu-update): Replace * by + in the *Note regexp.
16639 (Info-mode): Add documentation for Info-history, Info-toc,
16640 Info-search-case-sensitively, Info-search-next, clone-buffer.
16641 (Info-fontify-menu-headers): Remove fun. Move code to
16643 (Info-fontify-node): Add docstring. Add local vars
16644 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16645 then fontify header line, titles, menu headers, http and ftp
16646 references, refill paragraphs. If not-fontified-p is t or
16647 fontify-visited-p is t then fontify cross references, menu items.
16648 Fontify menu headers. Fontify http and ftp references.
16649 Change regexp for cross references to require whitespace after *Note,
16650 add matching groups for file and node names. Remove hack for quote.
16651 Use display property for Info-hide-note-references=t. Use fifth
16652 or fourth match for help-echo. Display visited nodes in a
16653 different face. Unhide file names of external references.
16654 Unhide newlines. Display visited menu items in a different face.
16656 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16658 * progmodes/compile.el: Require CL.
16659 (compilation-mode-font-lock-keywords): Re-install the "line as
16662 * help-fns.el (help-C-source-directory): New var.
16663 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16664 (describe-function-1, describe-variable): Use them.
16666 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16667 to C source files specially.
16669 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16671 * info.el (Info-hide-cookies-node): New function.
16672 (Info-select-node): Use it.
16673 (Info-display-images-node): Remove message with image file name.
16675 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16677 * progmodes/compile.el (compilation-warning-face)
16678 (compilation-info-face, compilation-skip-threshold)
16679 (compilation-skip-visited, compilation-context-lines):
16680 Declare :version when added to Emacs.
16681 (compilation-error-regexp-alist-alist): Extend caml and irix.
16682 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16683 (compilation-mode-font-lock-keywords): Temporarily undo line as
16684 function patch, which wasn't ready.
16686 2004-04-07 Kenichi Handa <handa@m17n.org>
16688 * international/latin1-disp.el (latin1-display-setup): Check each
16689 character is displayable or not instead of calling
16690 latin1-display-check-font.
16692 2004-04-06 Kenichi Handa <handa@m17n.org>
16694 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16696 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16697 instead of sera-being-called-by-w3.
16698 (ethio-fidel-to-sera-buffer): Likewise.
16699 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16700 instead of sera-being-called-by-w3.
16701 (ethio-write-file): Likewise.
16703 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16705 * printing.el: Doc fix.
16707 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16709 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16710 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16711 (gdb-setup-windows): Only use separate IO buffer if required.
16713 2004-04-06 Kim F. Storm <storm@cua.dk>
16715 * term.el (term-is-xemacs): Remove.
16716 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16717 (term-window-width): New function.
16718 (term-mode, term-check-size): Use it.
16719 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16721 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16723 * cus-edit.el (custom-add-parent-links): Change unbound variable
16724 `symbol' to `name'.
16726 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16727 * info.el (info-apropos): New function.
16728 (Info-mode-menu): Add it.
16729 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16731 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16732 inherited docstring.
16734 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16736 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16738 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16740 * progmodes/compile.el (font-lock): Don't require any more.
16741 (compilation-error-properties, compilation-start, compilation-sentinel)
16742 (compilation-filter, next-error): Use with-current-buffer.
16743 (compilation-skip-to-next-location, compilation-skip-threshold)
16744 (compilation-skip-visited): Move to silence the byte-compiler.
16745 (compilation-setup): Simplify.
16746 (compilation-next-error): Use line-(beginning|end)-position.
16747 Make sure `pt' is non-nil before using compilation-loop.
16748 (compile-goto-error): Add optional event arg. Use it.
16749 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16750 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16751 Update the binding for mouse-2.
16752 (first-error): Set compilation-current-error to nil rather than bob.
16753 (compilation-parsing-end, compilation-parse-errors-function)
16754 (compilation-error-list, compilation-old-error-list):
16755 "New" compatibility variables.
16756 (compile-buffer-substring, compilation-compat-error-properties)
16757 (compilation-compat-parse-errors, compilation-forget-errors):
16758 New compatibility functions.
16759 (compilation-mode-font-lock-keywords): Use them.
16761 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16763 * autorevert.el (auto-revert-handler): If point (or a window
16764 point) is at the end of the buffer, keep it there after
16765 reverting. This allows to tail a file.
16766 Mention this in the `Commentary'.
16768 * format.el (format-write-file): Add optional argument CONFIRM
16769 and make it behave like the analogous argument to `write-file'.
16771 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16773 * progmodes/ebnf2ps.el: Doc fix.
16774 (ebnf-version): New version number (4.2).
16775 (ebnf-syntax): Customization and docstring fix.
16776 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16777 Put autoloaded funs before first use.
16778 (ebnf-style-database): Add dtd entry.
16779 (ebnf-syntax-alist): Add dtd initialization.
16780 (ebnf-token-sequence): New fun.
16781 (ebnf-comment-table): Add new comment action character.
16782 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16784 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16785 Type Definition for XML).
16787 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16788 * progmodes/ebnf-bnf.el (ebnf-sequence):
16789 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16790 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16791 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16792 Code simplification: call ebnf-token-sequence.
16794 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16796 * calendar/timeclock.el (timeclock-relative)
16797 (timeclock-get-project-function, timeclock-get-workday-function)
16798 (timeclock-query-out, timeclock-when-to-leave)
16799 (timeclock-when-to-leave-string, timeclock-log-data)
16800 (timeclock-generate-report, timeclock-in): Doc fixes.
16802 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16804 * url/: New dir. Import the URL package from its repository.
16806 2004-04-03 Andreas Schwab <schwab@suse.de>
16808 * diff-mode.el (diff-mode): Fix missing quote.
16810 2004-04-03 Juri Linkov <juri@jurta.org>
16812 * descr-text.el (describe-property-list): Add `font-lock-face'.
16814 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16816 2004-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16818 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16819 Use utf-16le on little endian machines and utf-16be otherwise.
16821 2004-04-02 David Kastrup <dak@gnu.org>
16823 * net/browse-url.el (browse-url-generic): Use call-process
16824 instead of start-process to allow browsers that fork and detach.
16826 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16828 * compile.el (compilation-current-error): New var.
16829 (compilation-setup, compile-mouse-goto-error)
16830 (compile-goto-error, next-error): Use it.
16831 (compilation-skip-to-next-location): Default to t, which gives
16832 contiguous skipping like old compile (where this was redundant).
16833 (compilation-next-error): Prevent previous-* commands from moving
16834 back to message at or just before point.
16836 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16838 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16839 (gdb-source-info): Don't display source at startup, if required.
16840 (gdb-show-main): New option.
16841 (gdba): Update documentation.
16842 (gdb-source): Cover case of auto-display output.
16844 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16846 * autorevert.el: Delete obsolete autoload's and defvar's.
16847 (auto-revert-check-vc-info): New user option.
16848 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16849 (auto-revert-handler-vc): Delete.
16850 (auto-revert-handler): Treat return value `fast' of
16851 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16853 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16856 * files.el (buffer-stale-function): Doc change.
16858 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16860 * printing.el: New tip on Tips section.
16861 (pr-version): New version number (6.7.4).
16862 (pr-shell-file-name): Initialization fix.
16864 2004-03-31 Juri Linkov <juri@jurta.org>
16866 * dired.el: Add autoload for `dired-do-touch'.
16867 (dired-touch-program): New var.
16868 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16869 (dired-no-confirm): Add `touch' to docstring.
16871 * dired-aux.el (dired-do-touch): New fun.
16872 (dired-do-chxxx): Add argument -t for touch operation.
16874 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16875 `dired-move-to-filename-regexp'.
16877 2004-03-31 H
\e,Ae
\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16879 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16881 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16883 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16884 and only if the buffer was modified.
16886 2004-03-30 Kenichi Handa <handa@m17n.org>
16888 * international/characters.el: Delete pairs for U+2308..U+230B.
16890 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16892 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16893 to detect the beginning of a level 2 or 3 annotation.
16895 2004-03-29 Kenichi Handa <handa@m17n.org>
16897 * international/ucs-tables.el (ucs-insert): Fix the error message.
16899 2004-03-29 Kenichi Handa <handa@m17n.org>
16901 * international/mule-util.el (char-displayable-p): Fix generation
16904 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16905 before finding directories by `find'.
16907 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16909 * subr.el (interactive-form): Delete. Now implemented in C.
16911 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16913 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16914 (vc-diff-label): New fun.
16915 (vc-diff-internal): Use it.
16917 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16919 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16921 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16923 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16924 specify XML (EBNFX).
16926 * progmodes/ebnf2ps.el: Doc fix.
16927 (ebnf-version): New version number (4.1).
16928 (ebnf-syntax): Adjust customization.
16929 (ebnf-style-database): Add ebnfx entry.
16930 (ebnf-syntax-alist): Add ebnfx initialization.
16931 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16933 * printing.el: Doc fix.
16934 (pr-version): New version number (6.7.3).
16935 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16936 returns nil for mouse position. Reported by Drew Adams
16937 <drew.adams@oracle.com>.
16938 (pr-update-menus): Modify interactive declaration. Reported by Drew
16939 Adams <drew.adams@oracle.com>.
16941 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16943 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16944 (gud-gdba-marker-filter): Log the process input and output, if
16945 required. From Stefan Monnier.
16946 (gdb-debug-log, gdb-enable-debug-log): New variables.
16947 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16949 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16951 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16952 From lorentey@elte.hu (L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly).
16954 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16956 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16957 Call vc-find-file-hook here instead of in auto-revert-buffers.
16958 (auto-revert-buffers): Delete call to vc-find-file-hook.
16959 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16960 (global-auto-revert-mode, auto-revert-set-timer)
16961 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16963 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16965 * woman.el (woman-change-fonts): Rename local variable
16966 woman-font-alist to font-alist to avoid a compiler warning.
16968 2004-03-27 Dave Love <fx@gnu.org>
16970 * emacs-lisp/rx.el (rx): Doc fix.
16971 Fix copyright years.
16973 * strokes.el (strokes-global-set-stroke-string): New function.
16974 (strokes-list-strokes): Cope with strings, not just commands.
16975 Set foreground colour of image.
16976 (strokes-global-set-stroke): Doc fix.
16978 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16980 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16982 (Buffer-menu-files-only): New variable.
16983 (Buffer-menu-toggle-files-only): New function.
16984 (Buffer-menu-mode-map): Bind it to `T'.
16985 (Buffer-menu-mode): Mention `T' in docstring.
16986 Set buffer-stale-function.
16987 (list-buffers-noselect): Mark buffer non-modified and set
16988 Buffer-menu-files-only.
16990 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16992 * autorevert.el (auto-revert-handler): Print revert message
16993 before, rather than after, reverting.
16994 (buffer-stale-function): Move to files.el.
16996 * files.el (buffer-stale-function): Move here from autorevert.el.
16998 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17000 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17002 * calc/calc.el (calc-mode-map): Use mapc.
17004 * apropos.el (apropos-mode): Don't autoload.
17005 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17007 (apropos-print): Add optional `text' argument.
17008 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17009 Don't assume point-min == 1.
17011 * bs.el (bs-buffer-list): Use buffer-local-value.
17012 (bs--set-toggle-to-show): Use with-current-buffer.
17014 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17016 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17018 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17020 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17021 (dabbrev--find-expansion): Use pop.
17022 (dabbrev--search): Use match-string-no-properties.
17024 * dired.el (dired-mode): Use run-mode-hooks.
17025 (dired-move-to-end-of-filename): Use match-string.
17027 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17028 is bound before using it.
17029 (ediff-verbose-p): Make it into a var since it's not constant.
17031 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17033 * faces.el (read-face-font): Don't cons up unnecessarily.
17034 (header-line, tool-bar): Share common parts.
17036 * files.el (file-relative-name): Use compare-strings.
17038 * finder.el (finder-mode): Follow coding convention.
17040 * subr.el (read-number): New function.
17042 * ses.el (ses-read-number): Move to subr.el.
17043 (ses-set-header-row): Use read-number.
17045 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17047 * vc-hooks.el (vc-arg-list): New function, which handles both
17048 compiled and uncompiled code.
17049 (vc-default-workfile-unchanged-p): Use it.
17051 * vc.el (vc-print-log): Undo prev change, use new function
17052 vc-arg-list from vc-hooks.el.
17054 2004-03-26 Masatake YAMATO <jet@gyve.org>
17056 * simple.el (completion-setup-function): Emphasize the
17057 first uncommon characters in the completions; and de-emphasize
17058 the common prefix substrings.
17059 (completion-emphasis): New face.
17060 (completion-de-emphasis): New face.
17062 2004-03-25 Juanma Barranquero <lektu@terra.es>
17064 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17065 Comment out (it's unused and unfinished code).
17067 2004-03-25 Sam Steingold <sds@gnu.org>
17069 * vc.el (vc-print-log): Fix a bug in the last patch:
17070 backend-function may be a byte-compiled object, not a lambda.
17072 2004-03-25 Juri Linkov <juri@jurta.org>
17074 * descr-text.el (describe-property-list): Add a button
17075 for `face' property that calls `describe-face'.
17076 Suggested by luis fernandes <elf@ee.ryerson.ca>
17078 * international/mule.el (keyboard-coding-system):
17079 * kmacro.el (kmacro-call-macro): Fix docstring.
17081 * dired.el: Fix comments.
17083 * textmodes/fill.el (fill): Fix Info link.
17085 * font-lock.el (fast-lock, lazy-lock):
17086 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17089 * eshell/eshell.el (eshell): Fix broken info-link.
17091 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17092 * eshell/em-banner.el (eshell-banner):
17093 * eshell/em-smart.el (eshell-smart):
17094 * eshell/esh-cmd.el (eshell-cmd):
17095 Comment out broken info-links to incomplete Info manual.
17097 * info-xref.el: Fix commentary.
17099 2004-03-25 Kevin Ryde <user42@zip.com.au>
17101 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17102 Remove spurious node duplicate suppression, doesn't work, not wanted.
17103 (info-xref-output): Take format style args, add "sit-for 0" to let
17104 user see the results as they progress.
17105 (info-xref-check-all-custom): New function.
17107 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17109 * gdb-ui.el: Moved to progmodes.
17111 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17113 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17115 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17117 * calendar/appt.el (appt-check): Remove superfluous progn.
17118 When finished with diary buffer: if it was not being displayed
17119 before, kill it; otherwise restore its original state.
17120 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17122 * calendar/calendar.el (calendar-set-mode-line): Use total
17123 available mode-line width, rather than frame-width.
17125 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17126 after mode change so effect not lost.
17128 2004-03-23 Dave Love <fx@gnu.org>
17130 * dired.el (dired) <defgroup>: Add link to manual.
17131 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17132 (dired-revert): Use dolist.
17133 (dired-mode-map): Add U binding.
17134 (dired-mode): Add font-lock-beginning-of-syntax-function.
17135 (dired-garbage-files-regexp): Make it a defcustom.
17137 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17139 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17140 is equivalent to nil.
17141 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17142 (vc-arch-mode-line-string): Accept `added' state.
17143 (vc-arch-state): Use inode-sigs if available.
17144 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17145 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17146 (vc-arch-tagline-re): New var.
17147 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17149 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17150 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17152 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17153 (vc-file-not-found-hook): Use it.
17155 * diff-mode.el (diff-default-read-only): Change default.
17156 (diff-mode-hook): Make it a defcustom. Add some options.
17157 (diff-mode-map): Bind diff-refine-hook.
17158 (diff-yank-handler): New var.
17159 (diff-yank-function): New fun.
17160 (diff-font-lock-keywords): Use them.
17161 (diff-end-of-file): Handle case where file-header looks like diff text.
17162 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17163 (diff-file-kill): Delete a subsequent empty line, if applicable.
17164 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17165 (diff-find-file-name): Use it.
17166 (diff-tell-file-name): New command.
17167 (diff-mode): Be careful with view-mode.
17168 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17169 New functions, for use in diff-mode-hook.
17170 (diff-find-source-location): Catch "regex too large" errors.
17171 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17172 (diff-refine-hunk): New command.
17174 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17175 (smerge-context-menu-map): Remove unused var.
17176 (smerge-keep-all): Preserve markers.
17177 (smerge-keep-n): New fun.
17178 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17179 (smerge-keep-current, smerge-ediff): Use it.
17180 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17181 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17182 (smerge-resolve): Resolve trivial 3-part conflicts.
17184 2004-03-23 Juri Linkov <juri@jurta.org>
17186 * man.el (Man-width): New var.
17187 (Man-getpage-in-background): Use it.
17188 (Man-support-local-filenames): New var and fun.
17189 (Man-build-man-command): Don't add a second %s.
17190 (Man-fontify-manpage): Clean up message.
17191 (Man-mode): Set outline-regexp, outline-level,
17192 imenu-generic-expression.
17194 * woman.el (woman-fill-frame): Doc fix.
17195 (woman-decode-region): Use window-width instead of frame-width.
17197 * abbrevlist.el (list-one-abbrev-table):
17198 * descr-text.el (describe-char):
17199 * international/mule-diag.el (describe-current-coding-system):
17200 * international/quail.el (quail-insert-decode-map):
17201 Use window-width instead of frame-width.
17203 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17204 (jka-compr-mode-alist-additions): Add tbz.
17205 (jka-compr-write-region, jka-compr-insert-file-contents):
17206 Add message for undefined compress-program.
17207 (jka-compr-write-region): Remove redundant var bindings.
17209 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17210 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17211 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17212 (dired-man): Use dired-guess-shell-command.
17213 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17214 Change default nil to t.
17216 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17217 (dired-compare-directories): Add default value for empty input.
17219 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17221 * time.el (display-time-string-forms): Fix help-echo date format.
17223 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17225 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17226 (buffer-stale-function): New variable.
17227 (auto-revert-list-diff, auto-revert-dired-file-list)
17228 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17229 (auto-revert-handler): Take over some functionality of deleted
17231 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17233 * dired.el (dired-directory-changed-p): New fun, extracted from
17234 dired-internal-noselect.
17235 (dired-buffer-stale-p): New fun.
17236 (dired-internal-noselect): Use dired-directory-changed-p.
17237 Eliminate revert messages.
17238 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17240 2004-03-23 Kenichi Handa <handa@m17n.org>
17242 * international/characters.el: Setup syntaxes for more parentheses
17243 Unicode characters.
17245 * international/mule-cmds.el (select-safe-coding-system):
17246 Merge coding-system and auto-cs before comparing them.
17248 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17250 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17252 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17253 normal-auto-fill-function and comment-indent-function.
17254 The default values now work just as well.
17255 Don't set font-lock-beginning-of-syntax-function since we already set
17256 syntax-begin-function.
17257 (lisp-outline-level): Put ;;;###autoload at same level as (.
17258 (prin1-char): Quote special chars.
17260 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17261 than with-no-warnings.
17263 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17264 if the source location can't be found.
17265 (edebug-compute-previous-result): Use prin1-char.
17267 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17268 (debug-ignored-errors): Add an entry.
17270 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17271 (byte-compile-file): Output warning when deleting a file.
17273 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17274 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17276 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17277 (byte-compile-inline-expand): Use backquote.
17278 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17279 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17281 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17283 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17285 2004-03-22 Juri Linkov <juri@jurta.org>
17287 * finder.el (finder-known-keywords): Fix data, tex, unix.
17289 * play/landmark.el: Fix keywords.
17291 * language/ethio-util.el (ethio-find-file): Doc fix.
17293 * emacs-lisp/warnings.el: Doc fix.
17295 * textmodes/ispell.el (ispell-help): Doc fix.
17297 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17299 * format.el (format-insert-file): Always return a list of two
17300 elements, like insert-file-contents does.
17302 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17304 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17305 and vc-BACKEND-diff.
17306 (vc-print-log): If the print-log implementation supports it, use
17307 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17308 (vc-version-diff, vc-diff-internal): Doc fixes.
17310 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17311 implementation supports it, let diff output go to *vc*,
17312 not *vc-diff*, since this is an internal call.
17314 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17316 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17318 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17320 2004-03-21 Dave Love <fx@gnu.org>
17322 * progmodes/cfengine.el (cfengine-mode):
17323 Set parse-sexp-ignore-comments.
17325 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17327 2004-03-21 Juanma Barranquero <lektu@terra.es>
17329 * allout.el (allout-mode): Fix docstring.
17331 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17333 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17335 * autorevert.el (auto-revert-interval): Make new value take
17336 effect immediately when set through Custom.
17337 (auto-revert-set-timer): Add interactive declaration.
17339 2004-03-19 David Ponce <david@dponce.com>
17341 * ruler-mode.el (ruler-mode-header-line-format-old):
17342 Don't `make-variable-buffer-local'.
17343 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17344 (ruler-mode-header-line-format): Simply funcall the above.
17345 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17346 to save/restore a previous header line format.
17347 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17348 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17349 fringes and margins width.
17350 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17352 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17354 * log-edit.el (log-edit-font-lock-keywords): Typo.
17356 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17357 (tex-send-tex-command): Rather than here.
17358 (tex-compilation-parse-errors): Simplify.
17360 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17362 * time.el (display-time-string-forms): Add help-echo with date on time.
17364 * composite.el (compose-region): Use restore-buffer-modified-p.
17366 * disp-table.el (standard-display-8bit): Simplify.
17368 * server.el (server-process-filter): Delete temp frame.
17370 * add-log.el (add-change-log-entry): Simplify.
17372 2004-03-19 Kim F. Storm <storm@cua.dk>
17374 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17375 (hexl-follow-line): Don't require 'fringe.
17377 * progmodes/compile.el (compilation-start): Always set
17378 compilation-last-buffer and return it.
17380 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17382 * simple.el (clone-buffer): Doc fix.
17384 2004-03-18 Juanma Barranquero <lektu@terra.es>
17386 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17388 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17390 * log-edit.el (log-edit-font-lock-keywords): New var.
17391 (log-edit-mode): Use it.
17393 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17395 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17396 properly for watching in speedbar.
17398 2004-03-17 Masatake YAMATO <jet@gyve.org>
17400 * smerge-mode.el (smerge-popup-context-menu):
17401 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17403 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17405 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17406 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17407 Take sealed revisions into account.
17408 (vc-arch-checkin): Extract a summary line from the message.
17410 2004-03-16 Masatake YAMATO <jet@gyve.org>
17412 * register.el (register): Provide `register' feature.
17414 2004-03-15 Masatake YAMATO <jet@gyve.org>
17416 Added context menu support in smerge mode.
17417 Most of the part is written by Stefan Monnier.
17419 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17420 New keymap and menu.
17421 (smerge-text-properties): New function.
17422 (smerge-remove-props): New function.
17423 (smerge-popup-context-menu): New function.
17424 (smerge-resolve): Call `smerge-remove-props'.
17425 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17426 (smerge-keep-current): Ditto.
17427 (smerge-kill-current): New function.
17428 (smerge-match-conflict): Put text properties.
17429 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17431 2004-03-15 David Ponce <david@dponce.com>
17433 * ruler-mode.el (ruler-mode-left-fringe-cols)
17434 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17435 (ruler-mode-right-scroll-bar-cols): Remove.
17436 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17437 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17438 Use fringe-columns and scroll-bar-columns.
17440 2004-03-15 Masatake YAMATO <jet@gyve.org>
17442 * hl-line.el (hl-line-range-function): New variable.
17443 (hl-line-move): New function.
17444 (global-hl-line-highlight): Use `hl-line-move'.
17445 (hl-line-highlight): Ditto.
17447 * scroll-bar.el (scroll-bar-columns):
17448 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17450 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17451 (ruler-mode-left-fringe-cols)
17452 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17453 (ruler-mode-right-scroll-bar-cols)
17454 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17455 (ruler-mode-ruler-function): New variable.
17456 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17457 if the value for `ruler-mode-ruler-function'is given.
17459 * hexl.el (hexl-mode-hook): Make the hook customizable.
17460 (hexl-address-area, hexl-ascii-area): New customize variables.
17461 (hexlify-buffer): Put font-lock-faces on the address area and
17463 (hexl-activate-ruler): New function.
17464 (hexl-follow-line): New function.
17465 (hexl-highlight-line-range): New function.
17466 (hexl-mode-ruler): New function.
17468 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17470 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17471 (vc-default-find-file-hook): New fun.
17472 (vc-find-file-hook): Call new find-file-hook operation.
17474 * vc-arch.el: New file.
17476 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17478 * info-look.el (info-lookup): Reuse an existing Info window.
17480 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17482 * woman.el (woman-preserve-ascii): Default value changed to t and
17483 doc string revised.
17485 2004-03-12 Richard M. Stallman <rms@gnu.org>
17487 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17490 * replace.el (occur-engine): Change message for count of matches.
17492 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17493 For strings, do compare text properties.
17495 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17497 * progmodes/compile.el (compile-auto-highlight)
17498 (compilation-error-list, compilation-old-error-list)
17499 (compilation-parse-errors-function, compilation-parsing-end)
17500 (compilation-error-message, compilation-directory-stack)
17501 (compilation-enter-directory-regexp-alist)
17502 (compilation-leave-directory-regexp-alist)
17503 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17504 (compilation-current-file, compilation-regexps): Remove vars.
17506 (compile-error-at-point, compilation-error-filedata)
17507 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17508 (compilation-next-error-locus, compilation-forget-errors)
17509 (count-regexp-groupings, compilation-parse-errors)
17510 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17512 (compile-internal): Make obsolete.
17514 (compilation-first-column, compilation-error)
17515 (compilation-directory-matcher, compilation-page-delimiter)
17516 (compilation-mode-font-lock-keywords, compilation-debug)
17517 (compilation-error-face, compilation-warning-face)
17518 (compilation-info-face, compilation-line-face)
17519 (compilation-column-face, compilation-enter-directory-face)
17520 (compilation-leave-directory-face, compilation-skip-threshold)
17521 (compilation-skip-visited, compilation-context-lines): New vars.
17523 (compilation-warning-face, compilation-info-face)
17524 (compilation-message-face): New faces.
17526 (compilation-error-regexp-alist-alist): New constant.
17528 (compilation-face, compilation-directory-properties)
17529 (compilation-assq, compilation-error-properties, compilation-start)
17530 (define-compilation-mode, compilation-loop)
17531 (compilation-set-window): New functions.
17533 (compile): Additional argument for interactive compiles like TeX.
17535 * progmodes/grep.el (kill-grep): Move here from compile.el
17536 (grep-error, grep-hit-face, grep-error-face)
17537 (grep-mode-font-lock-keywords): New variables.
17538 (grep-regexp-alist): Simplify regexp and add `binary' case.
17539 (grep-mode): New mode.
17540 (grep-process-setup): Simplify.
17542 2004-03-11 Jason Rumney <jasonr@gnu.org>
17544 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17545 letters on DOS/Windows.
17547 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17549 * server.el (server-name): New var.
17550 (server-socket-dir): New var to replace server-socket-name.
17551 (server-start): Use them.
17553 2004-03-11 Simon Josefsson <jas@extundo.com>
17555 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17556 died to avoid infloop. Reported by Jonathan Glauner
17557 <jglauner@sbum.org>.
17559 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17561 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17562 (smerge-mode-menu): Use it to deactivate menu entries.
17563 (smerge-keep-current): New fun.
17564 (smerge-keep-current): Use it.
17566 2004-03-10 John Paul Wallington <jpw@gnu.org>
17568 * foldout.el (foldout-fold-list, foldout-modeline-string):
17569 Declare them as variables, not constants.
17571 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17573 * ps-print.el: Modification to print *Messages* buffer.
17574 (ps-print-version): New version 6.6.4.
17575 (ps-message-log-max): New fun.
17576 (ps-spool-without-faces, ps-spool-with-faces)
17577 (ps-count-lines-preprint): Code fix.
17579 * printing.el: New tips in Tips section.
17581 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17583 * delim-col.el: Doc fix.
17585 * printing.el: Doc fix. New doc section (Tips).
17587 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17589 * type-break.el (type-break-emacs-variant): Remove.
17590 (type-break-run-at-time, type-break-cancel-function-timers):
17591 Use fboundp rather than version name and number.
17593 2004-03-09 Masatake YAMATO <jet@gyve.org>
17595 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17596 `make-variable-buffer-local'.
17598 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17600 * find-dired.el (find-dired): Call `shell-command' instead of
17601 `start-process-shell-command'. By this, Tramp takes over
17602 handling of remote directories.
17604 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17606 * newcomment.el (comment-use-global-state): New var.
17607 (comment-search-forward): Use it.
17609 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17611 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17613 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17614 (enable-kinsoku): Make it a defcustom.
17615 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17616 paragraph to same-comment-start-marker.
17618 2004-03-07 Dave Love <fx@gnu.org>
17620 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17621 (browse-url-mail): Use it.
17623 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17624 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17626 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17628 * woman.el (woman-man.conf-path): Doc fix.
17629 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17631 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17633 * sort.el (sort-columns): Remove ms-dos from the list of systems
17634 where the external `sort' command is not used.
17636 2004-03-07 Kim F. Storm <storm@cua.dk>
17638 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17639 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17640 from overlay-arrow-variable-list.
17641 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17643 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17645 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17646 overlay arrow string properly for the assembler buffer.
17648 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17650 * mail/sendmail.el (mail-mode): Fix last change.
17652 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17654 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17655 for the assembler buffer.
17656 (gdb-assembler-custom): Position the overlay arrow.
17657 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17659 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17661 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17663 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17664 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17666 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17668 * newcomment.el (uncomment-region): Allow non-terminated comment.
17669 (comment-normalize-vars): Check the user-specified comstart marker.
17671 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17673 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17674 Otherwise, do use it if the region only contains font-lock text
17677 2004-03-04 Masatake YAMATO <jet@gyve.org>
17679 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17680 as the callback function for eldoc.
17681 (hexl-print-current-point-info): New function.
17682 (hexl-current-address): Print the address in both decimal
17683 and hexadecimal format.
17685 2004-03-04 Richard M. Stallman <rms@gnu.org>
17687 * mail/rmail.el (rmail-convert-to-babyl-format):
17688 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17690 * mail/mail-utils.el (mail-unquote-printable-region):
17693 * startup.el (command-switch-alist): Doc fix.
17695 * simple.el (undo): Temporarily set this-command to `undo-start',
17696 then set it to `undo' once undo-start returns without error.
17698 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17700 * simple.el (kill-line): Don't disregard trailing whitespace
17701 in eol condition, if show-trailing-whitespace is set.
17703 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17704 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17705 When disabling, restore old values only if mouse-sel-has-been-enabled.
17707 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17708 (isearch-{-char): New function.
17709 (isearch-mode-map): Bind { to isearch-{-char.
17711 * font-lock.el (lisp-font-lock-keywords-2):
17712 Turn off the CL with-... and do-... general patterns.
17713 Instead, recognize several specific with... and do... constructs.
17715 * files.el (switch-to-buffer-other-window):
17716 Bind same-window-buffer-names and same-window-regexps to nil.
17717 (switch-to-buffer-other-frame): Likewise.
17719 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17721 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17722 recognizing leading comment on code line.
17724 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17726 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17727 hidden files/directories.
17729 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17731 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17732 only comment-start (in case the mode hasn't set it).
17734 * Makefile.in (AUTOGENEL): New var.
17735 (bootstrap-prepare): Rename from bootstrap-clean.
17736 Don't remove elc files.
17737 (maintainer-clean): New target.
17739 * xml.el (xml-get-attribute-or-nil): Simplify.
17741 2004-03-02 Juri Linkov <juri@jurta.org>
17743 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17744 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17745 URL to prevent their substitution with the environment variable
17746 values by browsers.
17748 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17750 * ps-print.el: Doc fix.
17751 (ps-print-version): New version number (6.6.3).
17752 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17754 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17756 (ps-time-stamp-yyyy-mm-dd): New fun.
17757 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17759 2004-03-02 Kim F. Storm <storm@cua.dk>
17761 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17763 2004-03-01 Juanma Barranquero <lektu@terra.es>
17765 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17767 * desktop.el (desktop-file-version)
17768 (desktop-after-read-hook): Fix typos.
17769 (desktop-clear-preserve-buffers): Remove redundant info in
17770 docstring already shown by the obsolescence message.
17771 (desktop-truncate, desktop-internal-v2s)
17772 (desktop-value-to-string): Change argument name to match docstring.
17774 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17776 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17779 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17781 * printing.el: Replace "As Is..." in PostScript file print/preview by
17782 "No Preprocessing...". Suggested by Colin Marquardt
17783 <_marquardt_@zmd.de>.
17784 (pr-insert-section-4): Adjust buffer interface.
17786 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17788 Version 2.0.39 of Tramp released.
17790 * net/tramp.el (tramp-handle-file-local-copy)
17791 (tramp-handle-write-region, tramp-open-connection-rsh):
17792 Variable name typo. Small change. From Patrick Tullmann
17793 <tullmann@flux.utah.edu>.
17794 (tramp-process-connection-type): New variable.
17795 (tramp-maybe-open-connection): Use it.
17796 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17797 (tramp-touch): Set last-modified time of a remote file.
17798 (tramp-handle-write-region): Say which function is used when encoding.
17800 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17802 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17803 case of non-existing filename, too. Reported by Christoph Bauer
17804 <c_bauer@informatik.uni-kl.de>.
17805 (tramp-smb-get-file-entries): The directory in question should
17806 have permissions "drwxrwxrwx". Just virtual, because we don't
17807 know the real permissions. Don't we know?
17808 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17809 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17810 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17811 output. If it was received chunkwise, there have been problems.
17812 Remove the "prompt not found" error message; it is obvious.
17813 Simplify algorithm.
17814 (tramp-smb-process-running): Remove. Since we acknowledge the
17815 virtual prompt for shares, there's no need for distinction of
17816 reading shares (process ends afterwards) and interactive mode of
17818 (tramp-smb-open-connection): Setting process sentinel removed.
17819 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17820 "NT_STATUS_NETWORK_ACCESS_DENIED".
17821 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17822 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17823 (top-level): Setting default value in `tramp-default-method-alist'
17824 corrected. Order of USER and HOST have been wrong.
17825 Nobody complained for months ...
17826 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17827 (tramp-smb-open-connection): Clear password cache if login has failed.
17829 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17830 `tramp-unified-filenames'.
17831 (tramp-completion-mode): Make test for XEmacs explicitely.
17832 `event-to-character' can exists in Emacs packages too.
17833 Reported by Matt Swift <swift@alum.mit.edu>.
17834 (tramp-buffer-name): Buffer name must contain the user if exists.
17835 Reported by Adrian Phillips <a.phillips@met.no>.
17836 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17837 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17838 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17839 `tramp-do-copy-or-rename-file-one-local', because it handles also
17840 the case both files use the same out-of-band method.
17841 Implementation added.
17842 (tramp-handle-file-local-copy, tramp-handle-write-region):
17843 Out-of-band handling removed. `copy-file' called instead, which
17844 calls `tramp-do-copy-or-rename-file-out-of-band'.
17845 (tramp-action-password): Check for out-of-band method removed.
17846 This function is used for 'login-program.
17847 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17849 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17850 and `tramp-parse-sknownhosts'.
17851 (tramp-completion-function-alist): It's a defvar now, because we
17852 want to apply the optimized `tramp-set-completion-function'
17853 instead of a static list.
17854 (tramp-set-completion-function): Implementation tuned.
17855 Avoid double entries, and entries where the function or the
17856 file/directory doesn't exist.
17857 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17859 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17860 (tramp-handle-dired-compress-file): New function.
17861 (tramp-async-proc): New variable.
17862 (tramp-handle-shell-command): Adding asynchronous processes.
17863 They are far from being perfect, but it works at least for
17864 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17865 (top-level): Require password.el if visible. Should be mandatory
17866 once No Gnus has found its way into (X)Emacs.
17867 (tramp-read-passwd): Invoke `password-read' if available,
17868 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17869 fallback any longer.
17870 (tramp-clear-passwd): New function.
17871 (tramp-process-actions, tramp-process-multi-actions):
17872 Clear password cache if login has failed.
17874 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17876 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17877 `ange-ftp-ftp-name-res'. There could be incorrect values from
17878 previous calls in case the "ftp" method is used in the Tramp file
17879 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17881 2004-02-28 Richard M. Stallman <rms@gnu.org>
17883 * term.el (term-mouse-paste): Call mouse-set-point.
17885 * thumbs.el: New file.
17887 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17889 * progmodes/ebnf-abn.el: Doc fix.
17891 * progmodes/ebnf-bnf.el: Doc fix.
17892 (ebnf-repeat): Code fix.
17894 * progmodes/ebnf2ps.el: Doc fix.
17895 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17897 2004-02-28 Juri Linkov <juri@jurta.org>
17899 * ffap.el (dired-at-point): Additional writability test for
17900 relative directory names.
17901 (dired-at-point-prompter): Treat directories as a directory, get
17902 the directory component from files.
17903 (ffap-string-at-point): Return string from region if region is active.
17904 (ffap-file-at-point): Remove redundant code.
17906 2004-02-28 Kim F. Storm <storm@cua.dk>
17908 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17909 Initialize margin area images to nil.
17910 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17911 (breakpoint-enabled-bitmap-face)
17912 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17913 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17914 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17915 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17916 (gdb-reset): Use gdb-remove-breakpoint-icons.
17917 (gdb-put-string): Add dprop arg to specify alternative display
17918 property (for setting fringe bitmap).
17919 (gdb-remove-strings): Doc fix.
17920 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17921 icon in fringe (if available), or else as icon or text in display
17922 margin. Creates necessary icons in breakpoint-bitmap,
17923 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17924 Also make left window margin if required.
17925 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17926 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17928 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17929 gdb-put-breakpoint-icon.
17930 (gdb-assembler-mode): Don't set left-margin-width here.
17932 2004-02-27 Kevin Ryde <user42@zip.com.au>
17934 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17935 comma, so that it DTRT in macros.
17937 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17939 * progmodes/sh-script.el (sh-shell-arg)
17940 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17941 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17943 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17945 * faces.el (face-spec-set-match-display): Add a new attribute,
17947 (region, highlight, secondary-selection): Use `min-colors'.
17949 * custom.el (defface): Add documentation for `min-colors'.
17951 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17952 (font-lock-keyword-face, font-lock-function-name-face)
17953 (font-lock-variable-name-face, font-lock-constant-face):
17956 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17958 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17960 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17961 define assq-delete-all if it's not defined.
17962 (ebnf-generate-region): Code fix.
17964 * printing.el: Doc fix.
17965 (pr-version): New version number (6.7.2).
17966 (pr-command): Return empty string if command is an empty string.
17968 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17970 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17972 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17973 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17974 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17975 "tt" ["test"] ). Reported by Markus Dreyer
17976 <mdreyer@ix.urz.uni-heidelberg.de>.
17977 (ebnf-version): New version number (4.0).
17978 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17979 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17980 (ebnf-delete-style): New commands.
17981 (ebnf-directory, ebnf-file): New funs.
17982 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17983 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17984 (ebnf-syntax-alist): New var.
17985 (ebnf-element-width): New fun replacing ebnf-list-width.
17986 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17987 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17988 (ebnf-prologue): Adjust vars.
17989 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17990 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17991 (ebnf-check-style-values, ebnf-generate-production)
17992 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17993 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17994 (ebnf-token-repeat): Code fix.
17996 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17997 %right, %left and %prec. Suggested by Matthew K. Junker
17998 <junker@alum.mit.edu>.
17999 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18001 * progmodes/ebnf-iso.el: Doc fix.
18002 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18003 (ebnf-iso-lex): Code fix.
18005 * progmodes/ebnf-bnf.el: Doc fix.
18006 (ebnf-bnf-lex): Code fix.
18008 * progmodes/ebnf-otz.el: Doc fix.
18010 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18012 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18013 (abbrev-prefix-mark): Doc fix.
18015 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18017 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18018 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18019 (gdb-var-delete): Make interactive (really).
18020 (gdb-edit-value): Make non-interactive.
18022 * progmodes/gud.el (gud-speedbar-menu-items):
18023 Add gdb-var-delete and, indirectly, gdb-edit-value.
18024 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18025 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18026 (gud-gdb-marker-filter): Add comment for annotations.
18028 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18030 * calendar/calendar.el (generate-calendar)
18031 (calendar-read-date): Prevent display of BC calendars once more -
18032 reverts 2003-10-01 change.
18033 (generate-calendar-month): Doc fix.
18035 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18037 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18038 return value of increment-calendar-month.
18040 2004-02-21 Stephen Compall <s11@member.fsf.org>
18042 * saveplace.el (save-place-forget-unreadable-files)
18043 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18044 (save-place-forget-unreadable-files): New function.
18045 (save-place-alist-to-file): Use it to filter out files that are
18046 no longer readable.
18048 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18049 current Texinfo environment, using the same method as in
18050 `texinfo-insert-@end', and insert a space rather than a newline if
18051 point in a @table environment.
18053 2004-02-21 Juri Linkov <juri@jurta.org>
18055 * ffap.el (ffap-file-at-point): Try parent directories.
18057 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18059 * vcursor.el (vcursor-modifiers): New defcustom.
18060 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18063 2004-02-21 Masatake YAMATO <jet@gyve.org>
18065 * play/animate.el (animate-birthday-present): Accept names other
18068 2004-02-21 Juri Linkov <juri@jurta.org>
18070 * startup.el: Remove table of command line arguments from the
18071 Commentary section.
18073 2004-02-20 John Wiegley <johnw@newartisans.com>
18075 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18076 again" modifier from 'e' to 'E', since 'e' is also used by the
18077 "file extension" modifier.
18079 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18081 * help-fns.el (describe-categories): Doc fix.
18083 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18085 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18086 temporary file for buffer already visiting one. This change makes
18087 output likely to be directly usable by patch program.
18088 Suggested by Adrian Aichner <adrian@xemacs.org>
18090 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18092 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18093 case of variables defined in compound statements.
18094 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18095 Simplify constructions using switch-to-buffer.
18097 2004-02-19 Simon Josefsson <jas@extundo.com>
18099 * play/morse.el: Fix typo.
18100 (morse-code): Add @.
18102 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18104 * calendar/appt.el (appt-display-format): Change default to
18105 'ignore, for backwards compatibility.
18106 (appt-display-message): If appt-display-format is 'ignore,
18107 respect old vars appt-msg-window and appt-visible.
18108 (appt-activate): Don't depend on return value of cancel-timer.
18110 * calendar/calendar.el (calendar-holidays): Doc fix.
18112 * calendar/cal-coptic.el (coptic-prompt-for-date):
18113 Use assoc-string instead of assoc-ignore-case.
18114 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18115 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18116 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18117 * calendar/cal-islam.el (calendar-goto-islamic-date)
18118 (mark-islamic-diary-entries): Ditto.
18119 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18120 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18121 (calendar-read-mayan-tzolkin-date): Ditto.
18122 * calendar/calendar.el (calendar-read-date): Ditto.
18123 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18125 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18127 * progmodes/executable.el (executable-command-find-posix-p):
18128 Fix choice of the directory.
18130 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18132 * simple.el (interprogram-cut-function)
18133 (interprogram-paste-function, kill-new, kill-append):
18135 (kill-region): Make it return nil. Doc fix.
18136 (yank-pop): Make its argument optional.
18137 (yank): Make ARG `-' equivalent to `-1'.
18139 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18141 * mail/rmail.el (rmail-get-new-mail): Don't reference
18142 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18144 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18146 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18147 if one of global-auto-revert-non-file-buffers or autorevert-mode
18150 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18152 * subr.el (delete-dups): A better implementation from Karl Heuer
18155 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18157 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18159 * progmodes/icon.el (icon-indent-command): Ditto.
18160 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18162 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18164 * progmodes/grep.el (grep-compute-defaults): Undo change from
18165 2004-01-29: don't use executable-command-find-posix-p.
18167 2004-02-16 Richard Sharman <rsharman@pobox.com>
18169 * hilit-chg.el: Use require instead of eval-and-compile.
18170 (highlight-compare-buffers): New function.
18172 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18174 * man.el (Man-fontify-manpage): Render section headings in
18175 `Man-overstrike-face' even when overstrike was not used by man
18176 formatter for section headings.
18178 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18180 * rmail-spam-filter.el (vm-use-spam-filter)
18181 (rsf-min-region-length-added-to-spam-list): New variables.
18182 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18183 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18184 spam testing. Don't delete spam message if automatic deletion
18185 after output via variable rmail-delete-after-output is turned on.
18186 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18187 rsf-bbdb-dont-create-entries-for-spam.
18188 (check-field): New function, extracted from code in
18189 rmail-spam-filter to ease addition of header fields like content-type.
18190 (message-content-type): New variable to check the content-type:
18191 field added, also in defcustom of rsf-definitions-alist.
18192 (rmail-spam-filter): Replace repeated test code for header fields
18193 by calls to check-field; change the call to
18194 rmail-output-to-rmail-file such that rmail-current-message stays
18195 the same to avoid wrong deletion of unseen flags.
18196 (rsf-add-contents-type): New function to convert old format
18197 of rmail-spam-definitions-alist into new one.
18198 Change prefixes of all variables and functions from
18199 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18201 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18203 * loadhist.el (unload-hook-features-list): New defvar.
18205 2004-02-16 Dave Love <fx@gnu.org>
18207 * loadhist.el (unload-feature): Doc fix. Rename flist to
18208 unload-hook-features-list.
18210 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18212 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18213 cookie. Don't check if we are looking-at open-formula.
18215 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18217 * subr.el (match-string-no-properties): Use substring-no-properties.
18219 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18221 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18222 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18223 Use lower-case "rx" in all error message.
18225 2004-02-16 Dave Love <fx@gnu.org>
18227 * emacs-lisp/rx.el (rx-or): Put group around result.
18228 (rx-constituents): Add backref.
18229 (rx-syntax): Add string-delimiter, comment-delimiter.
18230 (rx-categories): Add combining-diacritic.
18231 (rx-check-not, rx-greedy, rx): Doc fix.
18232 (rx-backref, rx-check-backref): New.
18234 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18236 * newcomment.el (uncomment-region): Allow eob as comment end.
18238 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18240 * filecache.el: All message and error commands now use prefix
18241 "Filecache:" to make it easy to read *Messages* buffer.
18243 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18245 * autorevert.el: Add support to detect changed dired and VC buffers.
18246 (auto-revert-active-p, auto-revert-list-diff)
18247 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18248 (auto-revert-handler, auto-revert-active-p): New functions.
18249 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18250 and `auto-revert-active-p'.
18251 (eval-when-compile): Defvar dired-directory and vc-mode.
18252 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18253 (auto-revert-handler-vc): New functions.
18255 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18257 * progmodes/compile.el (compilation-directory): New defvar.
18258 (compile): Save current directory in compilation-directory.
18259 (recompile): Bind default-directory to compilation-directory if
18262 2004-02-16 Dave Love <fx@gnu.org>
18264 * newcomment.el (comment-insert-comment-function)
18265 (comment-region-function, uncomment-region-function): New.
18266 (comment-indent): Use comment-insert-comment-function.
18267 (uncomment-region): Use uncomment-region-function.
18268 (comment-region): Use comment-region-function.
18270 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18272 2004-02-16 Richard Stallman <rms@gnu.org>
18274 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18275 loaddefs* and ldefs-boot*.
18277 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18279 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18280 and email address at the beginning and end of the address.
18282 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18283 anchored at the beginning of the email address.
18285 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18287 * international/ccl.el (ccl-compile-write): Pass `left' to
18288 ccl-embed-code to generate correct code of write-expr-register.
18290 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18292 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18294 2004-02-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18296 * x-dnd.el: Mention support for Motif in commentary.
18297 (x-dnd-handle-drag-n-drop-event): Ditto.
18299 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18301 * ses.el: Use "ses--" prefixes for buffer-local variables.
18302 Use (point-min) instead of 1, even when we know the buffer
18304 (ses-build-load-map): Delete. Distribute its content to defconst's for
18306 (ses-menu, ses-header-line-menu): New menus.
18307 (ses-mode-map): Use them.
18308 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18310 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18312 * Makefile.in: Fix the CC Mode recompile kludge so it works
18313 when building in a different directory.
18315 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18317 * simple.el (kill-new): Put yank-handler property on the entire string.
18319 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18321 * diff.el: Don't use compile any more, use diff-mode instead.
18322 (diff-regexp-alist, diff-old-file, diff-new-file)
18323 (diff-parse-differences, diff-process-setup): Remove.
18324 (diff-sentinel): New fun.
18325 (diff): Use it. Run the process ourselves.
18326 Use diff-mode for the rest of the processing.
18328 * diff.el (diff): Simplify code handling `switch'.
18330 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18332 * pcvs-defs.el (cvs-menu): Add `tag'.
18334 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18336 * simple.el (kill-append): Doc fix.
18338 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18339 Adapt outline-regexp to the new conventions for commenting out code.
18341 2004-02-11 John Paul Wallington <jpw@gnu.org>
18343 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18345 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18347 * diff.el (diff-switches): New fun.
18348 (diff, diff-backup): Use it.
18349 (diff): Clean up the args construction. Use backquote.
18350 Use listp instead of consp to avoid putting a nil arg.
18351 (diff): Add a revert-buffer function.
18353 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18355 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18356 handled by x-dnd-handle-file-name.
18357 (x-dnd-known-types): Add COMPOUND_TEXT.
18358 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18359 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18361 (x-dnd-forget-drop): Ditto.
18362 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18363 (x-dnd-handle-one-url): Return private when inserting text.
18364 (x-dnd-insert-ctext): New function.
18365 (x-dnd-handle-file-name): New function for FILE_NAME.
18366 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18367 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18368 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18370 2004-02-10 Kenichi Handa <handa@m17n.org>
18372 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18373 instead of while loop.
18375 2004-02-10 Miles Bader <miles@gnu.org>
18377 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18379 2004-02-09 Kenichi Handa <handa@m17n.org>
18381 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18384 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18386 * Makefile.in: Added extra dependencies in the recompile target
18387 needed to cope with the compile time macro expansions in CC Mode.
18389 2004-02-09 Kim F. Storm <storm@cua.dk>
18391 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18392 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18393 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18394 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18395 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18396 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18397 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18398 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18399 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18400 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18401 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18403 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18405 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18406 Don't allow shrink if there's a window on our right.
18408 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18409 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18410 Bring together declaration and initialization.
18411 (prolog-mode-variables): Don't set the syntax table.
18412 Don't set paragraph-start and comment-indent-function.
18413 Add /*..*/ to the comment regexps.
18414 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18415 (prolog-mode-map): Don't bind TAB.
18416 (prolog-mode): Set the syntax table.
18417 (prolog-comment-indent): Remove.
18418 (inferior-prolog-mode-map): Initialize in the declaration.
18419 (inferior-prolog-mode-syntax-table)
18420 (inferior-prolog-mode-abbrev-table): New vars.
18421 (inferior-prolog-mode): Derive from comint-mode.
18422 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18423 minibuffer windows.
18425 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18426 in file names, as long as it is unabmiguous.
18428 2004-02-08 Andreas Schwab <schwab@suse.de>
18430 * textmodes/reftex-toc.el
18431 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18434 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18435 format string arguments.
18437 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18440 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18442 * play/zone.el (zone-call): Fix format string.
18444 * net/webjump.el (webjump-builtin): Add missing format string argument.
18446 * midnight.el (midnight-delay-set): Remove extra format string argument.
18448 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18450 * hexl.el (hexl-insert-char): Add missing format string argument.
18452 * format.el (format-decode): Fix format string.
18454 * emulation/vi.el (vi-mode): Remove extra format string argument.
18455 (vi-repeat-last-search): Likewise.
18456 (vi-reverse-last-search): Likewise.
18457 (vi-goto-mark): Likewise.
18458 (vi-reverse-last-find-char): Likewise.
18459 (vi-repeat-last-find-char): Likewise.
18460 (vi-locate-def): Likewise.
18462 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18464 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18466 (ediff-toggle-regexp-match): Likewise.
18468 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18469 format string argument.
18471 * calc/calc-map.el (calc-get-operator): Remove extra format
18474 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18476 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18479 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18481 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18483 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18485 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18486 (cl-struct-setf-expander): Likewise.
18488 * vc.el (with-vc-file): Fix unsafe uses of error.
18489 (vc-cancel-version): Likewise.
18491 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18493 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18494 thousands separator; fixes <class>:<line-number> regexp for
18495 non-english locales.
18497 2004-02-08 Andreas Schwab <schwab@suse.de>
18499 * view.el (view-mode-enable): Revert previous change.
18501 2004-02-07 Kim F. Storm <storm@cua.dk>
18503 * simple.el (line-number-at-pos): Rename from line-at-pos.
18504 Uses changed (what-line and vc-annotate-warp-version).
18506 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18508 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18509 (diff-mode): Remove aborted attempt at support for compile.el.
18510 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18512 2004-02-06 Andreas Schwab <schwab@suse.de>
18514 * view.el (view-mode-enable): Add view-mode-map to
18515 minor-mode-overriding-map-alist.
18517 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18519 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18521 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18523 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18524 with point inside rather than after the paragraph.
18526 2004-02-04 Sam Steingold <sds@gnu.org>
18528 * mail/smtpmail.el (smtpmail-try-auth-methods):
18529 Do not try authentication when no mechanism is available.
18530 Pass port-name as defaultport to `netrc-machine'.
18532 2004-02-04 Stephen Eglen <stephen@gnu.org>
18534 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18535 to show how minibuffer height can be constrained.
18537 2004-02-04 John Paul Wallington <jpw@gnu.org>
18539 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18541 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18543 * x-dnd.el: New file for drag and drop.
18545 * term/x-win.el: require x-dnd, set after-make-frame-functions
18546 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18549 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18550 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18551 (dired-dnd-handle-file): New functions for drag and drop support.
18552 (dired-mode): Initialize drag and drop if x-dnd present.
18554 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18556 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18557 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18558 (cperl-mode): Set fill-paragraph-function.
18559 (cperl-fill-paragraph): Make it non-interactive.
18561 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18563 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18565 2004-02-02 David Kastrup <dak@gnu.org>
18567 * replace.el (perform-replace): Allow 'literal argument in
18568 regexp-flag to indicate literal replacement.
18569 (query-replace-regexp-eval): Use it.
18571 2004-02-01 Andreas Schwab <schwab@suse.de>
18573 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18575 2004-02-01 Stephen Eglen <stephen@gnu.org>
18577 * info-look.el: Add support for maxima-mode. Update commentary
18578 because info-lookup-symbol is now bound to C-h S.
18580 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18582 * simple.el (edit-and-eval-command): Bind print-level and
18583 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18584 Correct initial position in command-history.
18586 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18588 * files.el (read-directory-name): Adapt the docstring to recent
18589 change in Fread_file_name.
18591 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18593 * ses.el (ses-print-cell): If print format too wide for column
18594 width, truncate decimal places if that helps to avoid "#####" fill.
18595 * ses.el (ses-initial-column-width): Revert previous change.
18597 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18599 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18600 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18602 (jit-lock-mode): Setup/cancel the new timer.
18603 (jit-lock-context-fontify): New fun. Extracted from
18604 context fontification code of jit-lock-stealth-fontify.
18605 (jit-lock-stealth-fontify): Don't do context fontification any more.
18607 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18608 (jit-lock-fontify-now): Handle the `quit' case.
18609 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18611 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18613 * progmodes/executable.el (executable-command-find-posix-p):
18614 New. Check if find handles arguments Posix-style.
18616 * progmodes/grep.el (grep-compute-defaults):
18617 Use executable-command-find-posix-p.
18618 (grep-find): Check `grep-find-command'.
18620 * filecache.el (file-cache-find-posix-p): Delete.
18621 (file-cache-add-directory-using-find):
18622 Use `executable-command-find-posix-p'.
18624 2004-01-29 Dave Love <fx@gnu.org>
18626 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18627 Iterate the hook function if arg is given.
18628 (mark-defun, narrow-to-defun): Change order of finding the limits.
18630 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18631 (byte-compile-format-warn): New.
18632 (byte-compile-callargs-warn): Use it.
18633 (Format, message, error): Add byte-compile-format-like property.
18634 (byte-compile-maybe-guarded): New.
18635 (byte-compile-if, byte-compile-cond): Use it.
18636 (byte-compile-lambda): Compile interactive forms,
18637 just to make warnings about them.
18639 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18641 * ses.el (ses-initial-column-width): Increase to 14, so it will
18642 work well with the default printer of "%.7g" for extreme values
18643 like "-1.234567e+07".
18645 2004-01-29 Kenichi Handa <handa@m17n.org>
18647 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18649 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18651 * dos-w32.el: Added support for the `default-printer-name' function.
18653 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18655 * server.el (server-socket-name): Don't use the hostname in the
18656 socket name since /tmp is local to the host anyway.
18658 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18659 robust check of widening and fix var-naming.
18661 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18663 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18664 or rmail-spam- to rsf- in all function and variable names.
18665 (rsf-min-region-to-spam-list): New variable.
18666 (rsf-bbdb-auto-delete-spam-entries): Rename from
18667 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18668 scanned together with the recipients field for spam testing; Don't
18669 delete spam message if rmail-delete-after-output is non-nil;
18670 (rsf-check-field): New function, extracted from code in
18671 rmail-spam-filter to ease addition of header fields like
18673 (message-content-type): New variable. The content-type: field was
18674 added also in defcustom of rsf-definitions-alist;
18675 (rmail-spam-filter): Replace repeated test code for header fields
18676 by calls to check-field; change the call to
18677 rmail-output-to-rmail-file such that rmail-current-message stays
18678 the same to avoid wrong deletion of unseen flags.
18679 (rmail-use-spam-filter): Add autoload cookie.
18681 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18683 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18684 (file-cache-add-directory-using-find): Add Cygwin support.
18685 (file-cache-find-command-posix-flag): New user variable.
18687 * filecache.el (file-cache-add-directory): Check for
18688 directories an remove them from dir-files.
18690 2004-01-27 Richard M. Stallman <rms@gnu.org>
18692 * man.el (Man-fontify-manpage): Clean up message.
18694 2004-01-27 Kenichi Handa <handa@m17n.org>
18696 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18697 (sentence-end): Define using sentence-end-without-space.
18699 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18700 a sentence ends with one of a character in sentence-end-without-space.
18702 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18704 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18705 (jit-lock): Group declaration moved to jit-lock.el.
18706 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18709 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18710 (jit-lock-context-unfontify-pos): Rename from
18711 jit-lock-first-unfontify-pos.
18712 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18714 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18716 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18717 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18718 (fortran-fill): When filling a string, adjust re-search-backward
18719 argument for special case of string just on fill-column.
18720 When filling non-string, allow one extra char if
18721 fortran-break-before-delimiters is non-nil.
18722 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18723 Use fortran-break-delimiters-re and fortran-no-break-re to
18724 correctly handle cases such as "**".
18726 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18727 (f90-no-break-re): Add some extra tokens. Doc fix.
18729 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18731 * mail/rmail-spam-filter.el:
18732 Use two semicolons as Commentary line prefix.
18733 Add ";;; Code:" stylized comment.
18734 Delete end-of-line whitespace.
18735 Wrap (require 'cl) with `eval-when-compile'.
18737 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18739 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18740 at the top level of vc.el.
18742 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18744 * vc.el (vc-current-line): Function removed. This is now done by
18745 the new function line-at-pos in simple.el.
18746 (vc-annotate-warp-version): Use line-at-pos instead of
18749 2004-01-22 Kim F. Storm <storm@cua.dk>
18751 * simple.el (line-at-pos): New defun.
18752 (what-line): Use it. Optimize by only counting lines in narrowed
18755 2004-01-22 Kenichi Handa <handa@m17n.org>
18757 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18758 point (register r1) only for charset mule-unicode-0100-24ff.
18760 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18762 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18763 trailing white space and ensure a final newline.
18765 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18766 Add autoload cookie.
18768 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18770 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18771 activate view-mode explicitly.
18773 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18775 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18776 menu-bar-enable-clipboard and make Paste use clipboard first.
18778 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18780 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18781 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18782 (vc-mcvs-cvs): Remove.
18783 (vc-mcvs-command): Remove use of assert.
18785 * outline.el (outline-insert-heading): Tighten up match.
18786 (outline-demote, outline-move-subtree-down): Don't assume anything
18787 about outline-regexp.
18789 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18790 (texinfo-show-structure): Explicitly add ^, and simplify.
18792 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18794 * calendar/appt.el (appt-check): Restore usage of
18795 appt-issue-message deleted in previous change.
18796 (top-level): Activate package when loaded (needed for backwards
18799 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18801 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18802 following previous change to smtpmail-send-data.
18804 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18806 * vc.el (vc-default-previous-version): Doc enhancement.
18807 (vc-default-next-version): New function.
18808 (vc-print-log): New arg FOCUS-REV.
18809 (vc-annotate-mode): Derive from view-mode.
18810 (vc-annotate): New args REVISION, DISPLAY-MODE.
18811 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18812 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18813 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18814 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18815 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18817 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18819 2004-01-19 Karl Berry <karl@gnu.org>
18821 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18824 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18826 * subr.el (delete-dups): New function.
18828 2004-01-19 Karl Berry <karl@gnu.org>
18830 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18831 with ^, since that's what texinfo-show-structure
18832 documentation says (plus it works much better in texinfo.txi).
18834 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18836 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18838 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18840 * progmodes/which-func.el (which-function-mode): Don't cancel
18841 which-func-update-timer if not set.
18843 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18845 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18846 Remove spurious left square bracket in XX:XXam regexp.
18848 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18850 * progmodes/cc-defs.el: Do not require cl at run time.
18852 2004-01-16 Richard M. Stallman <rms@gnu.org>
18854 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18855 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18857 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18858 Call rmail-spam-filter. Delete and expunge spam.
18859 Print number of spam messages deleted.
18860 Save and restore the deletion status of old messages when reading
18861 new mail with spam filter, so that expunging spam does not expunge
18862 msgs deleted by the user.
18863 (rmail-only-expunge): Add an optional argument dont-show to
18864 prevent showing message after expunge.
18866 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18868 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18869 * subr.el (declare): New macro.
18871 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18873 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18875 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18877 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18878 Test window-system rather than system-type (for X11/Mac).
18880 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18882 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18884 2004-01-12 Richard M. Stallman <rms@gnu.org>
18886 * mail/rmail.el (rmail-convert-to-babyl-format):
18887 Use mail-unquote-printable-region.
18888 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18889 (rmail-hex-char-to-integer): Functions deleted.
18891 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18892 (mail-unquote-printable-region): New arg NOERROR.
18893 For invalid encoding, either signal an error to just return nil.
18895 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18897 * calendar/appt.el: Update copyright and commentary.
18898 (appt-issue-message): Make obsolete.
18899 (appt-visible, appt-msg-window): Make obsolete, in favour of
18900 appt-display-format.
18901 (appt-display-mode-line, appt-display-duration)
18902 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18903 (appt-prev-comp-time, appt-display-count, appt-timer)
18904 (appt-convert-time): Doc change.
18905 (appt-disp-window-function, appt-delete-window-function):
18906 Use defcustom rather than defvar.
18907 (appt-display-format): New variable.
18908 (appt-display-message): New function with display code from appt-check.
18909 (appt-check): Add optional FORCE argument. Doc change.
18910 Add appt-make-list to diary-hook if displaying diary.
18911 Remove checking of view-diary-entries-initially.
18912 Message display section removed to new function appt-display-message.
18913 (appt-display-window): Doc change. Remove unused internal var
18914 this-buffer. Do not beep, since appt-display-message does that.
18915 (appt-make-list): Doc change. Use caar.
18916 (appt-sort-list): Simplify by using builtin sort function.
18917 (appt-update-list): New function for updating appts when diary is
18919 (appt-activate): New autoloaded function to toggle package
18922 * calendar/cal-x.el: (calendar-one-frame-setup)
18923 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18925 * calendar/calendar.el: Update copyright.
18926 (view-diary-entries-initially, european-calendar-style): Doc change.
18927 (calendar-setup): Make defcustom rather than defvar.
18928 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18929 in let binding so local to function.
18931 * calendar/diary-lib.el: Update copyright.
18932 (diary, diary-entry-time): Doc change.
18933 (list-diary-entries): Doc change. Trivial logic change.
18934 (fancy-diary-display): Restore make-face command mistakenly
18935 deleted 2003-05-08.
18936 (show-all-diary-entries): Allow to pop-up frame if needed.
18938 2004-01-09 John Paul Wallington <jpw@gnu.org>
18940 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18941 Temporarily select EVENT's window for changing eol type.
18943 2004-01-09 Deepak Goel <deego@gnufans.org>
18945 * calendar/diary-lib.el (diary-entry-time):
18946 Also accept time in the form XX[.XX][am/pm/AM/PM].
18947 (fancy-diary-font-lock-keywords): Likewise.
18948 (diary-font-lock-keywords): Likewise.
18949 * calendar/appt.el (appt-add): Likewise.
18950 (appt-make-list): Likewise.
18951 (appt-convert-time): Likewise.
18953 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18955 * gdb-ui.el (gdb-ann3): Revert previous change.
18956 (gdb-source-info): Allow for case of where compilation directory
18959 2004-01-08 John Paul Wallington <jpw@gnu.org>
18961 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18963 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18965 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18967 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18968 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18970 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18972 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18974 * files.el (write-file-functions, write-contents-functions):
18975 Clarify docstrings.
18977 2004-01-07 Kenichi Handa <handa@m17n.org>
18979 * international/mule.el (set-auto-coding): Fix for the case that
18980 end-of-line is only CR.
18982 2004-01-07 Kim F. Storm <storm@cua.dk>
18984 * subr.el (event-start, event-end): Doc fix.
18985 (posn-string, posn-image): New defuns.
18986 (posn-object): Return either image or string object.
18987 (posn-object-x-y): Return 8th element of position.
18988 (posn-object-width-height): New defun.
18990 2004-01-06 Andreas Schwab <schwab@suse.de>
18992 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18995 2004-01-05 Karl Berry <karl@gnu.org>
18997 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19000 2003-12-31 Simon Josefsson <jas@extundo.com>
19002 * files.el (before-save-hook): Add.
19003 (basic-save-buffer): Use before-save-hook.
19005 * emacs-lisp/copyright.el: Fix comment to recommend
19006 before-save-hook instead of write-file-functions.
19008 2004-01-05 Richard M. Stallman <rms@gnu.org>
19010 * finder.el (finder-commentary): Call delete-other-windows.
19012 * net/ange-ftp.el (ange-ftp-file-attributes):
19013 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19015 2004-01-04 Karl Berry <karl@gnu.org>
19017 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19018 comment characters % and # in the copyright year notice,
19021 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19023 * wid-edit.el (default): Define dummy :value-delete.
19024 Reported by Jesper Harder <harder@ifa.au.dk>.
19026 2004-01-03 Richard M. Stallman <rms@gnu.org>
19028 * progmodes/compile.el (compile-internal): Use point, not point-min,
19029 for set-window-point.
19031 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19033 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19035 * progmodes/grep.el (grep-mode-map):
19036 Don't remap next-line, previous-line.
19038 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19040 * speedbar.el (speedbar-edit-line): Change regexp to position
19041 the cursor on the first character of this line's button.
19043 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19045 * subr.el (functionp): Doc fix.
19047 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19049 * progmodes/idlwave.el (idlwave-make-tags):
19050 * textmodes/flyspell.el (flyspell-large-region):.
19051 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19052 * emulation/viper-util.el (viper-glob-unix-files):
19053 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19054 * man.el (Man-init-defvars):
19055 * jka-compr.el (jka-compr-call-process):
19056 * files.el (get-free-disk-space,insert-directory):
19057 * ediff-ptch.el (ediff-test-patch-utility):
19058 * ediff-diff.el (ediff-test-utility):
19059 * dired-aux.el (dired-check-process):
19060 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19061 test the return value of call-process, because it can be a string.
19063 2003-12-31 John Paul Wallington <jpw@gnu.org>
19065 * bindings.el (completion-ignored-extensions): Add .pfsl.
19067 2003-12-31 Kim F. Storm <storm@cua.dk>
19069 * ido.el (ido-nonreadable-directory-p): New defun to check for
19070 nonreadable directory without activating tramp (to avoid problems
19071 with checking incomplete tramp paths).
19072 (ido-set-current-directory, ido-file-internal)
19073 (ido-file-name-all-completions1): Use it.
19075 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19077 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19078 documentation if the anchor (or node) name is preceded by `info
19079 anchor' or `Info anchor' in addition to earlier `info node' and
19081 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19083 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19085 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19086 error in arguments to base64-decode-region. Remove ^M characters
19087 after decoding base64.
19089 2003-12-30 Simon Josefsson <jas@extundo.com>
19091 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19092 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19093 have only been distributed with Emacs for some years.
19094 (texinfo-mode-hook): Customize.
19096 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19098 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19099 cleaner (suggested by Richard Stallman).
19101 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19102 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19103 file-name clashes on 8+3 DOS filesystems.
19105 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19106 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19107 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19108 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19109 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19110 file-name clashes on 8+3 filesystems.
19112 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19113 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19114 file-name clashes on 8+3 DOS filesystems.
19116 2003-12-29 Richard M. Stallman <rms@gnu.org>
19118 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19119 Upcase the character.
19121 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19122 Search for header separator alone on a line, literally,
19123 and search for it backward, not forward.
19124 (flyspell-abbrev-table): Always use global-abbrev-table
19125 if there is no local one.
19127 * progmodes/sh-script.el (sh-get-indent-info):
19128 Don't move point back if at bob.
19130 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19132 * play/handwrite.el (handwrite): Make the handwrite credit message
19133 a comment rather than an output command.
19135 * obsolete/sc.el: Display message that this file is obsolete.
19137 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19139 * mail/rfc822.el (rfc822-address-start): Declare variable.
19140 Renamed from address-start. All uses changed.
19142 * term.el (term-exec): Set up sentinel.
19143 (term-sentinel): New function.
19144 (term-handle-exit): New function.
19146 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19147 Use assoc-string, and mark them obsolete.
19148 (delay-mode-hooks): Mark as permanent local.
19150 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19152 * register.el (copy-rectangle-to-register): Doc fix.
19154 * info.el (Info-insert-dir): Use assoc-string.
19156 * info-look.el (info-lookup): Use assoc-string.
19158 * frame.el (pop-up-frame-function): Use quote, not `function'.
19159 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19160 copying with lists as coordinate values.
19162 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19164 * find-dired.el (kill-find): New command.
19165 (find-dired): Make buffer read-only.
19166 Set up a keymap with C-c C-k running kill-find.
19167 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19169 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19171 * filecache.el (file-cache-ignore-case): New variable.
19172 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19174 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19175 (comint-dynamic-complete-as-filename): Rename local vars.
19176 (comint-dynamic-list-filename-completions): Likewise.
19178 * comint.el (comint-dynamic-list-completions-config): New var.
19179 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19181 * comint.el (comint-file-name-chars): Add [].
19182 (comint-word): Use skip-chars-backward, not search.
19184 * shell.el (shell-file-name-chars): Add [].
19186 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19188 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19190 * generic.el (define-generic-mode): Doc fix.
19192 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19194 * files.el (kill-some-buffers): Doc fix.
19196 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19198 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19199 arg to send-invisible
19200 (send-invisible): Doc fix. The argument is now a prompt, not the
19202 (comint-read-noecho): Doc fix.
19204 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19206 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19207 "@", as required by some ISP hosting service. Fix defcustom
19208 argument syntax errors that prevented use of customization.
19210 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19212 * xml.el (xml-get-attribute-or-nil): Doc fix.
19214 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19216 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19219 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19221 * autorevert.el (auto-revert-interval): Doc fix.
19223 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19225 * xml.el (xml-get-attribute-or-nil): New function, like
19226 xml-get-attribute, but returns nil if the attribute was not found.
19227 (xml-get-attribute): Convert to defsubst, uses
19228 xml-get-attribute-or-nil.
19230 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19232 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19234 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19236 * custom.el (custom-declare-theme): Use `value' when putting
19237 properties on `theme'.
19239 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19241 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19242 for each yank-handler segment.
19243 (insert-for-yank-1): New function, with the body of the previous
19246 * textmodes/table.el (table-yank-handler): New defcustom.
19247 (table--put-cell-indicator-property): Put yank-handler property
19248 that indicates the yank handler for the table cell.
19250 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19252 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19255 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19257 * international/mule-cmds.el (reset-language-environment)
19258 (set-language-environment): Don't invoke fontset-related functions
19259 if fontset-list is not fboundp.
19261 2003-12-29 Kenichi Handa <handa@m17n.org>
19263 * international/mule-cmds.el (reset-language-environment):
19264 Call set-overriding-fontspec-internal with nil.
19265 (set-language-environment): Call set-overriding-fontspec-internal
19266 if the language environment specify `overriding-fontspec'.
19267 (language-info-alist): Doc added.
19269 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19270 characters of mule-unicode-0100-24ff.
19271 (ccl-encode-windows-1251-font): New CCL program.
19272 ("Bulgarian"): Specify overriding-fontspec.
19273 ("Belarusian"): Likewise.
19275 2003-12-28 Sam Steingold <sds@gnu.org>
19277 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19278 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19280 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19282 * progmodes/gud.el (gud-gdb-command-name): Set default to
19283 "gdb --annotate=3".
19284 (gud-gdb-marker-filter): Look out for annotations.
19285 (gdb-first-pre-prompt): New variable.
19286 Remove trailing white space.
19288 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19290 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19291 annotations are detected.
19292 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19293 instead of a local one to allow transition from
19294 gud-gdb-marker-filter.
19295 Remove trailing white space.
19297 2003-12-27 Kim F. Storm <storm@cua.dk>
19299 * ido.el: Handle non-readable directories.
19300 (ido-decorations): Add 9th element for non-readable directory.
19301 (ido-directory-nonreadable): New dynamic var.
19302 (ido-set-current-directory): Set it.
19303 (ido-read-buffer, ido-file-internal):
19304 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19305 (ido-file-name-all-completions1): Return empty list for
19306 non-readable directory.
19307 (ido-exhibit): Print [Not readable] if directory is not readable.
19308 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19309 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19312 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19314 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19315 calls to directory-files-and-attributes and file-attributes.
19316 (ls-lisp-format): Remove system dependent handling of user and
19319 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19321 * ffap.el (ffap-read-file-or-url): Revert previous change.
19323 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19325 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19326 new list of included files called `files-with-node-lines', that
19327 only have node lines. This way @include commands can include any
19328 file, such as version and update files without node lines, not
19329 just files that are chapters.
19331 2003-12-25 Andreas Schwab <schwab@suse.de>
19333 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19336 2003-12-08 Miles Bader <miles@gnu.org>
19338 * dired.el (dired-between-files): Always use dired-move-to-filename,
19339 which is more robust in non-english locales.
19341 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19343 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19345 2003-12-24 Andreas Schwab <schwab@suse.de>
19347 * shell.el (shell-file-name-quote-list): Add backslash.
19349 * comint.el (comint-quote-filename): Correctly handle backslash
19350 in comint-file-name-quote-list.
19352 2003-12-24 Kenichi Handa <handa@m17n.org>
19354 * international/mule-cmds.el (set-default-coding-systems):
19355 Call ucs-set-table-for-input for all buffers that don't have local
19356 value of buffer-file-coding-system.
19358 * international/ucs-tables.el (ucs-set-table-for-input):
19359 If translation-table-for-encode is a symbol, get its
19360 translation-table property.
19362 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19364 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19365 to `completing-read' on a recently fixed bug.
19367 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19368 instead of SPACE, to get the list of possible fringe modes.
19369 SPACE only works if both `partial-completion-mode' and
19370 `completion-auto-help' are nil.
19372 * complete.el (PC-is-complete-p): Delete.
19373 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19374 calls to `test-completion'.
19376 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19378 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19379 to edit values when there are no children.
19381 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19382 a mode called "Assembler" already exists.
19383 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19384 (gud-watch): Use format option. Remove font properties from string.
19385 (gdb-var-create-handler, gdb-var-list-children-handler):
19386 Don't bother about properties as there are none.
19387 (gdb-var-create-handler, gdb-var-list-children-handler)
19388 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19389 with two arguments.
19390 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19391 Let speedbar show value changes with a different font.
19392 (gdb-edit-value): New defun.
19393 (gdb-clear-partial-output, gdb-clear-inferior-io)
19394 (def-gdb-auto-update-handler): Use erase-buffer.
19395 (gdb-frame-handler): Display watch expressions in
19396 FUNCTION::VARIABLE format if required.
19398 2003-12-23 John Paul Wallington <jpw@gnu.org>
19400 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19401 (Info-goto-emacs-command-node): Doc fixes.
19403 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19405 * cus-edit.el (custom-add-parent-links): Define "many".
19407 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19409 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19410 (widget-child-validate, widget-type-value-create)
19411 (widget-type-default-get, widget-type-match): New functions.
19412 (lazy): New widget.
19413 (menu-choice, checklist, radio-button-choice, editable-list)
19414 (group, documentation-string): Remove redundant (per 2003-10-25
19415 change) calls to `widget-children-value-delete'.
19416 (widget-choice-value-get, widget-choice-value-inline): Remove.
19417 (menu-choice): Update widget.
19419 2003-12-03 Kenichi Handa <handa@m17n.org>
19421 * language/cyrillic.el: Register "microsoft-cp1251" in
19422 ctext-non-standard-encodings-alist.
19423 ("Bulgarian"): Add ctext-non-standard-encodings.
19424 ("Belarusian"): Likewise.
19426 * international/mule-conf.el (compound-text-with-extensions):
19427 Change the type to 2 (iso-2022 base).
19429 * international/mule.el (ctext-non-standard-encodings-alist):
19431 (ctext-non-standard-encodings): New variable.
19432 (ctext-post-read-conversion): Fully re-written.
19433 (ctext-non-standard-designations-alist): Delete it.
19434 (ctext-non-standard-encodings-table): New function.
19435 (ctext-pre-write-conversion): Fully re-written.
19437 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19439 * cus-edit.el (custom-add-parent-links): Add documentation links
19440 for parent, if the item has none of its own.
19442 2003-11-30 Richard M. Stallman <rms@gnu.org>
19444 * dired-aux.el (dired-do-query-replace-regexp):
19445 Report files visited read-only.
19447 2003-11-30 Juri Linkov <juri@jurta.org>
19449 * dired-aux.el (dired-compare-directories): New command.
19450 (dired-file-set-difference, dired-files-attributes): New functions.
19452 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19453 Version 2.0.38 of Tramp released.
19455 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19456 Charles Curley <charlescurley@charlescurley.com>.
19457 (tramp-multi-connection-function-alist): Add ssht entry which adds
19458 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19460 (tramp-get-method-parameter): New function to retrieve a method
19461 parameter. This allows for omission of method parameters.
19464 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19466 * net/tramp.el: Add new optional parameter ID-FORMAT to
19467 `file-attributes'. Calls of `file-attributes' won't use this
19468 parameter for backward compatibility reasons.
19469 (tramp-perl-file-attributes): Add a new parameter to Perl script
19470 in order to handle uid/gid as strings, if desired.
19471 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19472 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19473 order to make the function more general.
19474 (tramp-handle-file-attributes): Replace proprietary optional
19475 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19476 (tramp-handle-file-attributes-with-perl): Handle parameter
19477 NONNUMERIC if set. This wasn't done in the past.
19478 (tramp-post-connection): Apply second parameter "$2" if
19479 `tramp-remote-perl' is called.
19481 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19482 Correct cut'n'waste error (`filename' instead of `directory').
19483 (tramp-smb-handle-directory-files-and-attributes)
19484 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19485 introduced parameter ID-FORMAT.
19486 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19487 error (`directory' instead of `ldir').
19489 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19490 `file-attributes' has a second parameter. If yes, apply it with
19491 value "'integer". Otherwise, don't use that parameter (default is
19494 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19496 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19497 (help-for-help): Add `C-h .' to the listed Help options.
19498 Remove trailing whitespace.
19500 * help-at-pt.el: New file.
19502 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19504 * subr.el (noreturn, 1value): New macros for test coverage.
19505 See `testcover.el'.
19507 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19509 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19510 for macro `1value'.
19511 (testcover-1value): New function. Checks that a 1value form
19512 actually returns only one value. Requested by RMS.
19514 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19516 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19517 (gdb-var-list-children, gdb-var-list-children-handler)
19518 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19519 gdb commands that use mi to keep them out of the command history.
19521 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19523 * cus-start.el (all): Add use-file-dialog.
19525 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19527 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19529 2003-11-27 Kim F. Storm <storm@cua.dk>
19531 * subr.el (posn-object-x-y): New defun.
19533 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19535 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19536 Don't use `space' for \\\n.
19537 Be more selective as to which # are comment-starters.
19539 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19541 * subr.el (number-sequence): Improve handling of floating point
19542 arguments (suggested by Kim Storm). Allow negative arguments.
19544 2003-11-26 Kenichi Handa <handa@m17n.org>
19546 * international/mule-cmds.el (standard-display-european-internal):
19547 Cancel the standard-display-table setting for ` and '.
19549 2003-11-26 Kim F. Storm <storm@cua.dk>
19551 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19552 New defcustoms to add ffap-like functionality to ido.
19553 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19554 (ido-no-final-slash): New defun.
19555 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19556 (ido-read-file-name): ): Toggle VC checking via
19557 vc-handled-backends instead of vc-master-templates.
19558 (ido-file-internal): Handle ido-use-url-at-point and
19559 ido-use-filename-at-point via code borrowed from ffap-guesser.
19560 Handle new ido-exit code ffap.
19561 (ido-sort-list): Ignore final slash when sorting file names.
19563 2003-11-25 Kim F. Storm <storm@cua.dk>
19565 * emulation/cua-base.el (cua--standard-movement-commands):
19566 Add forward-sentence and backward-sentence.
19568 2003-11-25 Stephen Eglen <stephen@gnu.org>
19570 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19571 iswitchb-exit is set to 'usefirst when user selects buffer at head
19572 of list using RET. (Selecting buffers at the head of the list was
19573 broken if the substring was also a complete buffername.)
19575 2003-11-23 Kim F. Storm <storm@cua.dk>
19577 * progmodes/compile.el (grep-command, grep-use-null-device)
19578 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19579 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19580 (grep-regexp-alist, grep-program, find-program)
19581 (grep-find-use-xargs, grep-history, grep-find-history)
19582 (grep-process-setup, grep-compute-defaults)
19583 (grep-default-command, grep, grep-tag-default, grep-find)
19584 (grep-expand-command-macros, grep-tree-last-regexp)
19585 (grep-tree-last-files, grep-tree): Move grep variables, functions
19586 and commands to new file grep.el.
19587 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19588 (compilation-process-setup-function): Doc fix.
19589 (compilation-highlight-regexp, compilation-highlight-overlay): New
19590 defvars used for highlighting current compile error in source buffer.
19591 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19592 LOCAL-MAP which overrides compilation-highlight-regexp and
19593 compilation-mode-map for this compilation.
19594 Delay calling compilation-set-window-height until after running
19595 compilation-process-setup-function so it can buffer-local override
19596 compilation-window-height.
19597 Check buffer-local value of compilation-scroll-output.
19598 (compilation-set-window-height): Use buffer-local value of
19599 compilation-window-height.
19600 (compilation-revert-buffer): Don't pass (undefined)
19601 preserve-modes arg to revert-buffer.
19602 (next-error-no-select, previous-error-no-select): New commands.
19603 (compilation-goto-locus): Temporarily highlight current match in
19604 source buffer using compilation-highlight-regexp.
19606 * progmodes/grep.el: New file with grep code from compile.el.
19607 (grep): New defcustom group.
19608 (grep-window-height): New defcustom, like compilation-window-height.
19609 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19610 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19611 (grep-command, grep-use-null-device, grep-find-command)
19612 (grep-tree-files-aliases, grep-tree-ignore-case)
19613 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19614 (grep-setup-hook): New hook variable.
19615 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19616 (grep-last-buffer): New defvar, override compilation-last-buffer.
19617 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19618 Call compile-internal with args highlight-regexp and grep-mode-map.
19620 2003-11-23 Kim F. Storm <storm@cua.dk>
19622 * subr.el (event-start, event-end): Doc fix.
19623 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19624 (posn-area, posn-actual-col-row, posn-object): New defuns.
19625 (posn-col-row): Simplify doc. Rewrite to use cond.
19626 (posn-point): Also return buffer position for events outside text
19627 area (that info is now present in the event position).
19629 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19630 mouse-set-point so that hscroll still works now that clicks on
19631 fringes generate specific mouse events.
19632 (mouse-set-point): Note that it now works in fringes and margins
19633 too due to new semantics of posn-point in fringes and margins.
19635 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19636 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19638 2003-11-20 Kim F. Storm <storm@cua.dk>
19640 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19641 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19642 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19643 to 100 for icons to avoid increasing line height when shown.
19645 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19647 * newcomment.el (comment-normalize-vars): Initialize properly if
19648 comment-start was nil.
19650 2003-11-19 Andreas Schwab <schwab@suse.de>
19652 * simple.el (set-variable): Fix indentation.
19654 2003-11-17 Kenichi Handa <handa@m17n.org>
19656 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19659 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19661 * international/latin1-disp.el (latin1-display): Fix docstring.
19663 2003-11-16 John Wiegley <johnw@newartisans.com>
19665 * eshell/em-ls.el (eshell-ls-file): There are times with
19666 size-width is nil and uncomputed (when directories are created in
19667 dired, for example); in this case, 4 is reasonable default value,
19668 although it may caused skewed new entries (which could be avoided
19669 by returning the original value of 8 in all cases, but 99% of the
19670 time this is a waste of whitespace).
19672 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19674 * cc-engine.el (c-guess-continued-construct)
19675 (c-guess-basic-syntax): Check a little more carefully if it's a
19676 function declaration when an unknown construct followed by a block
19677 is found inside a statement context. This avoids macros followed
19678 by blocks to be taken as function declarations.
19680 (c-guess-continued-construct): Change the analysis of a statement
19681 continuation with a brace open to `substatement-block', for
19682 consistency with recognized statements.
19684 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19685 start is in a position so that `c-beginning-of-statement-1' jumped
19686 to the beginning of the same statement.
19688 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19689 Don't accept binary operators in the arglist if we're in a function
19690 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19691 template recognition in cases like "if (a < b || c > d)".
19693 (c-restricted-<>-arglists): New more appropriate name for
19694 `c-disallow-comma-in-<>-arglists'.
19696 Accessing functions updated for the variable name change.
19698 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19699 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19701 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19704 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19705 instead of duplicating parts of it. This fixes bogus label
19708 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19709 of checking the context in which to apply the minimum indentation,
19710 so that it isn't enforced in e.g. namespace blocks.
19712 * cc-vars.el (c-inside-block-syms): New constant used by
19713 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19714 to somewhat reduce the risk of becoming stale.
19716 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19717 cc-cmds to cc-engine to allow use from cc-align.
19719 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19720 qualified identifiers containing "::".
19722 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19723 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19725 * cc-vars.el (c-emacs-features): Use a space in front of the name
19726 of the temporary buffer. That also avoids dumping problems in
19727 XEmacs due to undo info being left around after the buffer is killed.
19729 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19730 arglist to see if it's a K&R style declaration.
19732 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19733 before returning `knr-argdecl-intro'.
19735 2003-11-16 John Wiegley <johnw@newartisans.com>
19737 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19738 field in a long-listing always 8 characters, use `size-width',
19739 which has already been computed.
19741 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19743 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19745 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19747 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19748 Support operation while narrowed, with `diff-restrict-view'.
19750 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19752 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19753 Take additional optional arg NARROWFUN. For the generated functions:
19754 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19755 include frags that arrange to check for and save narrowing state before
19756 the move and then conditionally call NARROWFUN after the move.
19758 2003-11-14 John Wiegley <johnw@newartisans.com>
19760 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19761 that was optional, but obviously missing based on surrounding code.
19763 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19764 string arguments to numbers unless the whole argument was seen as
19767 2003-11-14 Kenichi Handa <handa@m17n.org>
19769 * international/mule.el (ctext-non-standard-encodings-alist):
19770 Fix coding systems.
19772 2003-11-10 Kenichi Handa <handa@m17n.org>
19774 * language/kannada.el ("Kannada"): Add sample-text.
19776 * language/knd-util.el (kannada-compose-region)
19777 (kannada-compose-string, kannada-post-read-conversion):
19778 Add autoload cookie.
19780 * international/quail.el (quail-completion): Change the message
19781 "corresponding translations" to "corresponding characters".
19783 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19785 * descr-text.el (describe-char): Fix typo.
19787 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19789 These changes are to support Kannada language/script.
19791 * Makefile.in (DONTCOMPILE): Add kannada.el.
19793 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19795 * loadup.el: Preload kannada.el.
19797 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19798 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19801 * language/kannada.el: New file.
19803 * language/knd-util.el: New file.
19805 2003-11-07 Andreas Schwab <schwab@suse.de>
19807 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19808 Also highlight AH_*.
19810 * xml.el (xml-parse-dtd): Fix misplaced paren.
19812 2003-11-07 Kenichi Handa <handa@m17n.org>
19814 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19816 2003-11-05 Juri Linkov <juri@jurta.org>
19818 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19819 (desktop-buffer-file): Use saved buffer-file-coding-system
19820 for file reading. Set auto-insert to nil to prevent automatic
19821 insertion into restored empty files.
19823 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19825 * files.el (risky-local-variable-p): Make second argument optional.
19827 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19829 * subr.el (add-hook): Fix last change.
19831 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19833 * mail/rmail.el (rmail-convert-to-babyl-format):
19834 If base64-decode-region signals an error, catch it and silently
19837 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19839 * xml.el (xml-parse-region): Allow comments to appear after the
19840 topmost element has closed.
19841 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19842 (xml-ns-expand-attr): New functions to do namespace handling.
19843 (xml-intern-attrlist): Back-compatible handling of attribute names.
19844 (xml-parse-tag): Move namespace handling to separate functions.
19845 Now produces elements in the form ((:ns . "element") (attr-list)
19846 children) instead of ('ns:element (attr-list) children).
19847 (xml-parse-attlist): Fix attribute parsing.
19848 (xml-parse-dtd): Change parsing so that it produces strings
19849 instead of interned symbols.
19851 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19853 * dired.el (dired-ls-sorting-switches): Doc fix.
19855 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19857 * emacs-lisp/rx.el (rx-or): Fix the case of
19858 "(rx (and ?a (or ?b ?c) ?d))".
19860 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19862 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19863 (texinfo-format-region): Use it.
19864 (texinfo-format-buffer-1): Ditto.
19866 2003-11-01 Alan Mackenzie <acm@muc.de>
19868 Changes to allow scrolling whilst in isearch mode:
19869 * isearch.el (isearch-unread-key-sequence): New function,
19870 extracted from isearch-other-meta-char.
19871 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19872 "scrollable" standard functions.
19873 (isearch-allow-scroll): New customizable variable.
19874 (isearch-string-out-of-window, isearch-back-into-window)
19875 (isearch-reread-key-sequence-naturally)
19876 (isearch-lookup-scroll-key): New functions.
19877 (isearch-other-meta-char): Doc string and functionality enhanced.
19878 Now accepts a prefix argument.
19879 (isearch-lazy-highlight-window-end): New variable.
19880 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19881 end (thru isearch-lazy-highlight-window-end), not only its start.
19883 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19884 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19885 (universal-argument, universal-argument-more, negative-argument)
19886 (digit-argument, universal-argument-other-key): Minor changes.
19888 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19890 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19891 recursively if the last message is deleted, thus avoiding an
19894 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19896 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19897 (tex-main-file): Don't add .tex if the extension is already present.
19898 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19900 2003-10-29 Lute Kamstra <lute@gnu.org>
19902 * progmodes/octave-inf.el (inferior-octave-prompt):
19903 Recognize version number in prompt.
19905 2003-10-28 Dave Love <fx@gnu.org>
19907 * international/characters.el: Fix some Unicode ranges.
19909 2003-10-28 Kenichi Handa <handa@m17n.org>
19911 * disp-table.el (standard-display-8bit)
19912 (standard-display-default, standard-display-ascii)
19913 (standard-display-g1, standard-display-graphic)
19914 (standard-display-underline): Assure that standard-display-table
19915 is a display table.
19917 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19919 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19920 reindenting the first line.
19922 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19924 * wid-edit.el (widget-default-delete): Always delete child widgets.
19926 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19928 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19929 if the line has code.
19930 Don't try to line up with something that's too far left.
19932 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19933 (octave-mode-syntax-table): Add % as a comment starter.
19934 (octave-point): Remove.
19935 (octave-in-comment-p, octave-in-string-p)
19936 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19937 (octave-blink-matching-block-open, octave-auto-fill):
19938 Use line-(beginning|end)-position instead.
19940 2003-10-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
19942 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19943 for Francesco Potort
\e,Al
\e(B.
19945 2003-10-23 Dave Love <fx@gnu.org>
19947 * international/mule-cmds.el (locale-charset-to-coding-system):
19948 Don't rely on nil being a coding system.
19950 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19951 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19952 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19954 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19956 * gdb-ui.el (gdb-current-language): New variable.
19957 (gdb-update-flag): Remove variable.
19958 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19959 (gdb-take-last-elt): Remove function.
19960 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19961 (gdb-post-prompt): Check for variable object changes here.
19963 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19964 object changes in gdb-ui.el.
19966 2003-10-21 Richard M. Stallman <rms@gnu.org>
19968 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19970 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19971 Don't check for foo*/ wildcard form here.
19972 (insert-directory): Recognize foo*/ as a wildcard.
19973 Separate wildcard-regexp variable from the arg, wildcard.
19975 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19976 (remove-hook): Correctly handle strange cases about local hooks.
19978 2003-10-21 David Ponce <david@dponce.com>
19980 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19981 argument REAL, to return a real number instead of a rounded
19982 integer value. Define as inline function.
19983 (ruler-mode-right-fringe-cols): Likewise.
19984 (ruler-mode-scroll-bar-cols): New function.
19985 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19986 (ruler-mode-right-scroll-bar-cols): Likewise.
19987 (ruler-mode-space): New function.
19988 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19989 scroll bar mode and margins in a more robust way.
19991 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19993 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19994 (antlr-c-init-language-vars): New function.
19995 (antlr-mode): Use it with cc-mode before v5.29.
19996 (antlr-c-common-init): Don't set some local vars here.
19997 (antlr-mode): Set them here.
19998 (antlr-c-forward-sws): New function alias.
19999 (antlr-mode): Redefine with cc-mode before v5.30.
20000 (antlr-skip-sexps): Use it.
20001 (antlr-skip-exception-part): Ditto.
20002 (antlr-skip-file-prelude): Ditto.
20003 (antlr-outside-rule-p): Ditto.
20004 (antlr-end-of-body): Ditto.
20005 (antlr-option-kind): Ditto.
20006 (antlr-insert-option-area): Ditto.
20007 (antlr-file-dependencies): Ditto.
20009 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20011 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20012 Move backward only if point was not inside an entry.
20014 2003-10-21 Richard M. Stallman <rms@gnu.org>
20016 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20018 2003-10-21 Juri Linkov <juri@jurta.org>
20020 * compare-w.el: Automatically skip non-matching text to resync.
20021 (compare-windows-whitespace): Doc fix.
20022 (compare-windows-sync, compare-windows-sync-string-size)
20023 (compare-windows-recenter, compare-ignore-whitespace)
20024 (compare-windows-highlight, compare-windows-face): New variables.
20025 (compare-windows): Use compare-windows-sync.
20026 (compare-windows-highlight, compare-windows-dehighlight)
20027 (compare-windows-sync-regexp)
20028 (compare-windows-sync-default-function): New functions.
20030 2003-10-21 Juri Linkov <juri@jurta.org>
20032 * diff.el (diff-parse-differences): Don't visit the files now;
20033 instead, just record the error locus.
20035 2003-10-21 Dave Love <fx@gnu.org>
20037 * progmodes/cfengine.el: New file.
20039 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20041 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20042 default-directory when completing file names.
20044 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20046 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20047 followed by the word `face', it gets treated as a face, even if
20048 it is also defined as a variable or a function.
20050 2003-10-20 Dave Love <fx@gnu.org>
20052 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20053 Avoid incf in macro expansion.
20055 2003-10-20 John Paul Wallington <jpw@gnu.org>
20057 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20058 `evenp' so we don't implicitly require cl library at runtime.
20060 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20062 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20063 (help-make-xrefs): Only make cross-references for faces if
20064 preceded or followed by the word `face'. Do not make a
20065 cross-reference for variables without variable documentation,
20066 unless preceded by the word `variable' or `option'. Update doc
20067 string accordingly.
20069 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20071 * progmodes/hideshow.el: Rewrite one-armed `if'
20072 constructs using either `when' or `unless'.
20073 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20075 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20077 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20078 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20081 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20083 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20084 message while converting to Babyl.
20086 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20088 * allout.el (allout-mode): Doc fix.
20090 2003-10-16 Lute Kamstra <lute@gnu.org>
20092 * subr.el (force-mode-line-update): Fix docstring.
20094 2003-10-14 Dave Love <fx@gnu.org>
20096 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20097 (default-input-method): Add :link, improve :type.
20098 (locale-charset-language-names): Fix utf-8 pattern.
20099 (locale-charset-match-p, locale-charset-alist)
20100 (locale-charset-to-coding-system): New.
20101 (set-locale-environment): Deal with codeset part of locale specs.
20103 2003-10-14 Lute Kamstra <lute@gnu.org>
20105 * fringe.el (fringe-mode): Use active voice in docstring.
20106 (set-fringe-style): Ditto.
20108 2003-10-13 Lute Kamstra <lute@gnu.org>
20110 * fringe.el (fringe-mode): Fix docstring.
20111 (set-fringe-style): Ditto.
20113 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20115 * ediff-mult.el (ediff-filegroup-action):
20116 Use ediff-default-filtering-regexp.
20118 * ediff-util.el (ediff-recenter): Don't call
20119 ediff-restore-highlighting twice.
20120 (ediff-select-difference): Set current difference.
20121 (ediff-unselect-and-select-difference): Add comment.
20123 * ediff.el (ediff-directories,ediff-directory-revisions)
20124 (ediff-directories3,ediff-merge-directories)
20125 (ediff-merge-directories-with-ancestor)
20126 (ediff-merge-directory-revisions)
20127 (ediff-merge-directory-revisions-with-ancestor):
20128 Use ediff-default-filtering-regexp.
20130 2003-10-12 Andreas Schwab <schwab@suse.de>
20132 * international/mule-cmds.el (locale-charset-language-names):
20133 Simplify regex by removing unused grouping.
20135 2003-10-10 Dave Love <fx@gnu.org>
20137 * bindings.el: Don't bind stop.
20139 2003-10-08 Miles Bader <miles@gnu.org>
20141 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20142 face instead of attempting to emulate it.
20144 2003-10-07 Kenichi Handa <handa@m17n.org>
20146 * international/mule-diag.el (list-coding-systems-1): List coding
20147 systems that are loaded automatically.
20149 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20151 * international/mule.el (autoload-coding-system): New function.
20153 2003-10-07 Andreas Schwab <schwab@suse.de>
20155 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20156 change-log-default-name in the buffer visiting the file.
20158 2003-10-06 Dave Love <fx@gnu.org>
20160 * files.el (find-file-hook): Customize.
20161 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20163 * bindings.el (completion-ignored-extensions): Remove .log.
20164 (global-map): Add again, open, stop keys.
20166 2003-10-05 Richard M. Stallman <rms@gnu.org>
20168 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20169 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20170 Use sh-modify directly.
20171 (sh-select): Use sh-append, not eval.
20173 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20175 * info.el (Info-following-node-name): New function.
20177 * loadhist.el (unload-feature-special-hooks):
20178 Rename from loadhist-hook-functions.
20179 (loadhist-hook-functions): Now an alias.
20181 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20183 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20184 file-name clashes on 8+3 filesystems.
20186 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20187 Rename loaddefs-boot.el to ldefs-boot.el
20189 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20190 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20192 2003-10-03 Lute Kamstra <lute@gnu.org>
20194 * info.el (Info-mode): Revert previous change.
20195 (Info-escape-percent): New function.
20196 (Info-fontify-node): Use it.
20198 2003-10-02 Andreas Schwab <schwab@suse.de>
20200 * loaddefs-boot.el: Regenerated.
20202 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20204 * ffap.el: Remove defadvice related code from CVS since `complete'
20205 provides a `PC-completion-as-file-name-predicate' variable that
20208 2003-10-02 Kenichi Handa <handa@m17n.org>
20210 * international/utf-8.el (ccl-decode-mule-utf-8):
20211 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20213 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20214 * international/subst-big5.el: Likewise.
20215 * international/subst-gb2312.el: Likewise.
20216 * international/subst-ksc.el: Likewise.
20218 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20220 * calendar/calendar.el (increment-calendar-month)
20221 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20222 (generate-calendar, calendar-read-date, calendar-interval)
20223 (calendar-day-of-week): Handle years BC.
20224 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20226 2003-10-01 Dave Love <fx@gnu.org>
20228 * language/cyrillic.el (cp1251): Alias for windows-1251.
20230 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20233 2003-10-01 Lute Kamstra <lute@gnu.org>
20235 * files.el: Fix typo.
20236 * imenu.el (imenu--generic-function): Docstring fix.
20238 2003-09-30 Richard M. Stallman <rms@gnu.org>
20240 * dired.el (dired-mode): Handle dired-directory as a list.
20242 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20244 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20246 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20248 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20249 Replace gud-display with gud-watch.
20250 (gud-speedbar-buttons): Add stuff for watching expressions
20251 in the speedbar when using M-x gdba. Use dolist on old part
20254 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20255 (gdb-update-flag): New variables.
20256 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20257 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20258 (gud-watch, gdb-var-create-handler) : New functions.
20259 (gdb-var-list-children, gdb-var-list-children-handler)
20260 (gdb-var-create-regexp, gdb-var-update-regexp)
20261 (gdb-var-list-children-regexp): New constants.
20262 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20263 (gdb-annotation-rules): Reduce annotation set (level 3).
20264 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20265 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20267 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20268 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20269 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20270 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20271 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20272 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20273 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20274 (gud-display, gud-display1)
20275 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20276 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20277 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20278 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20279 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20280 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20281 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20282 (gdb-display-display-buffer, gdb-toggle-display)
20283 (gdb-delete-display, gdb-expressions-popup-menu)
20284 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20285 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20288 2003-09-30 Richard M. Stallman <rms@gnu.org>
20290 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20291 Instead, set which-func-functions.
20293 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20294 (which-func-functions): New variable.
20295 (which-function): Use that.
20297 * info.el (Info-mode): Double each `%' in header line.
20299 * emacs-lisp/lisp-mnt.el (lm-with-file):
20300 When FILE is nil, run BODY in current buffer.
20302 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20304 * help.el (describe-mode): Start with a brief list of minor modes.
20305 Find them thru minor-mode-list so as to find them all.
20306 Show them in alphabetical order.
20308 * mail/sendmail.el (mail-aliases): Doc fix.
20310 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20312 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20314 * mail/rmailsum.el (rmail-make-summary-line-1):
20315 Change comma after last label to a space.
20316 (rmail-summary-font-lock-keywords): Adapt to that change.
20318 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20320 * progmodes/scheme.el (scheme-mode-variables): When setting
20321 `font-lock-defaults', also specify that "#" should
20322 be interpreted with `word' syntax.
20323 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20325 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20327 * desktop.el: A lot of comments updated.
20328 (desktop-save-mode): Minor mode introduced.
20329 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20330 (desktop-load-default): Function made obsolete.
20331 (desktop-locals-to-save): Variable made customizable.
20332 (desktop-read): Optional parameter `dirname' added.
20333 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20334 `desktop-read' used.
20335 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20337 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20339 * whitespace.el (whitespace-clean-msg): Add user customizable message
20340 for displaying ``clean'' output.
20341 (whitespace-buffer): Use `whitespace-clean-msg'.
20342 (whitespace-global-mode): Fix typo.
20344 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20346 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20348 2003-09-29 Lute Kamstra <lute@gnu.org>
20350 * bindings.el (mode-line-modes): Remove superfluous :propertize
20351 construct in initialization.
20352 (mode-line-position): Change cons cell into proper list in
20355 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20357 * international/mule.el (decode-coding-inserted-region): Use car
20358 of the return value of find-operation-coding-system.
20360 2003-09-29 Kenichi Handa <handa@m17n.org>
20362 * descr-text.el (describe-char): Fix previous change.
20364 2003-09-28 Kenichi Handa <handa@m17n.org>
20366 * descr-text.el (describe-char-display): New function.
20367 (describe-char): Pay attention to display table on describing how
20368 a character is displayed.
20370 * international/mule-cmds.el (encoded-string-description):
20371 Prepend "0x" to each encoded byte.
20373 2003-09-28 Andreas Schwab <schwab@suse.de>
20375 * find-file.el (ff-special-constructs): Add autoload cookie.
20377 2003-09-28 Kevin Ryde <user42@zip.com.au>
20379 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20380 makeinfo appends to duplicate index entries.
20382 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20384 * dired-x.el (dired-clean-tex): Doc fix.
20386 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20387 using a Chinese tutorial.
20389 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20391 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20392 between "MAIL FROM:" and "RCPT TO:" and the following address.
20394 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20396 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20398 2003-09-28 David Ponce <david@dponce.com>
20400 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20401 (recentf-load-list): When `recentf-initialize-file-name-history'
20402 is non-nil, initialize an empty `file-name-history' with the
20405 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20407 * man.el (Man-default-man-entry): Remove the leading `*' from the
20410 2003-09-26 Lute Kamstra <lute@gnu.org>
20412 * bindings.el (mode-line-position): Mention size indication in
20415 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20417 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20419 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20420 because it's autoloaded now.
20422 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20424 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20425 (sh-font-lock-keywords, sh-feature): Fix previous change of
20426 sh-feature to avoid infloop with sh-font-lock-keywords.
20428 2003-09-25 Kim F. Storm <storm@cua.dk>
20430 * frame.el (frame-current-scroll-bars): New defun.
20432 * window.el (window-current-scroll-bars): New defun.
20434 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20436 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20437 cause errors when the state cache contains info on parts that have
20440 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20442 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20443 `c-setup-paragraph-variables' has to be used when this variable is
20444 changed; it doesn't work to reinitialize the mode since that
20445 typically clobbers the variable.
20447 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20448 Make it interactive.
20450 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20452 * progmodes/cc-fonts.el (c-font-lock-declarations):
20453 Fix recognition of constructors and destructors for classes whose
20454 names are matched by `*-font-lock-extra-types'.
20456 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20457 followed by an identifier in C++ then it's a type.
20459 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20461 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20462 problem that primarily affected XEmacs. Don't use faces to find
20463 unterminated strings since Emacs and XEmacs fontify strings
20464 differently - this function should now work better in XEmacs.
20466 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20468 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20469 `expand-abbrev' workaround which caused braces to misbehave inside
20472 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20473 handling. This bug could cause interactive font locking to bail out.
20475 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20477 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20478 Handle paren-style types in Pike. Also fixed some cases of
20479 insufficient handling of unbalanced parens.
20481 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20483 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20484 common shell prompts that are not common filename or URL characters.
20485 (ffap-file-at-point): Use the new regexp to strip the prompts from
20486 the file names. This is an issue mostly for user prompts that
20487 don't have a trailing space and find-file-at-point is invoked from
20488 within a shell inside Emacs.
20490 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20492 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20493 stamps numerically, rather than textually.
20495 2003-09-24 Kenichi Handa <handa@m17n.org>
20497 * language/devan-util.el (devanagari-post-read-conversion):
20498 * language/mlm-util.el (malayalam-post-read-conversion):
20499 * language/tml-util.el (tamil-post-read-conversion):
20500 Add autoload cookie.
20502 * international/utf-8.el (utf-8-post-read-conversion):
20503 Call post-read-conversion functions for Devanagari, Malayalam,
20506 2003-09-23 Dave Love <fx@gnu.org>
20508 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20510 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20512 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20515 2003-09-22 Richard M. Stallman <rms@gnu.org>
20517 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20518 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20519 (sh-mode-syntax-table-input): New variable.
20520 (sh-require-final-newline): Don't use eval.
20521 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20522 (sh-variables, sh-font-lock-keywords): Don't use eval.
20523 (sh-set-shell): When setting require-final-newline,
20524 treat value = `require-final-newline' as don't change it.
20525 Set sh-mode-syntax-table locally based on
20526 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20528 * progmodes/compile.el (compile-internal):
20529 Call compilation-set-window-height before setting window start.
20531 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20533 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20534 Clear out byte-compile-last-warned-form.
20536 2003-09-22 Richard M. Stallman <rms@gnu.org>
20538 * woman.el (woman-file-name, woman-follow-word):
20539 If current-word returns nil, use "".
20541 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20543 2003-09-22 Richard M. Stallman <rms@gnu.org>
20545 * emacs-lisp/lisp-mnt.el (lm-with-file):
20546 Don't visit the file, just use insert-file-contents in temp buffer.
20548 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20550 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20551 Add surrounding \\( and \\) around the header, as in
20552 for lm-history-header 'Change Log\\|History'.
20554 2003-09-22 John Paul Wallington <jpw@gnu.org>
20556 * progmodes/ld-script.el: Add Commentary section,
20557 minor cleanup of file header.
20558 (ld-script-font-lock-keywords): Doc fix.
20559 (toplevel): Provide `ld-script' feature.
20561 2003-09-21 Kim F. Storm <storm@cua.dk>
20563 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20564 new built-in variable default-frame-scroll-bars.
20565 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20566 scroll-bar-mode; notably, use it instead of t when we toggle
20568 (toggle-scroll-bar): Use default-frame-scroll-bars.
20570 2003-09-19 Masatake YAMATO <jet@gyve.org>
20572 * pcvs.el (cvs-do-removal): Change the prompt depending on
20575 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20577 * startup.el (command-line-1): Stop startup-echo-area-message
20578 being hidden by "Loading image..." message.
20579 (use-fancy-splash-screens-p, display-splash-screen):
20580 Move display-graphic-p test from latter to former.
20582 * progmodes/sh-script.el (sh-font-lock-keywords):
20583 Highlight escaped EOLs differently from other backslash constructs.
20585 2003-09-19 Richard M. Stallman <rms@gnu.org>
20587 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20589 (edebug-enter, edebug-outside-excursion): Use them.
20591 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20592 Fix the condition for whether to print "In WHERE".
20594 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20596 * finder.el (finder-mode-hook): New variable.
20597 (finder-mode): Run hook finder-mode-hook
20599 2003-09-18 Masatake YAMATO <jet@gyve.org>
20601 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20603 2003-09-17 Mario Lang <mlang@delysid.org>
20605 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20606 "p %e" to actually print the value in the GUD buffer.
20608 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20610 From David Ponce <david.ponce@wanadoo.fr>:
20611 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20612 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20613 from loaddefs-boot.el if necessary.
20615 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20617 * progmodes/gud.el (gud-find-class): Make jdb work again since
20618 cc-mode changed the syntactic information.
20620 2003-09-15 David Ponce <david@dponce.com>
20622 * recentf.el: (recentf-exclude): Accept predicates too.
20623 (recentf-file-readable-p): New function.
20624 (recentf-include-p): Handle predicates in recentf-exclude.
20625 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20626 (recentf-cleanup): Likewise.
20627 (recentf-save-list): Use write-file to handle backup of
20630 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20632 * loaddefs-boot.el: Renamed from `loaddefs.el'
20633 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20634 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20637 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20639 * electric.el (Electric-pop-up-window): For the `one-window' case,
20640 no longer disconcertingly move point in the original buffer.
20642 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20644 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20646 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20648 * dired.el (dired-mode-map): Fix typo.
20650 2003-09-11 Richard M. Stallman <rms@gnu.org>
20652 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20654 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20656 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20657 the function is less noisy. Now only `kill-buffer' can ask questions.
20659 2003-09-10 Mario Lang <mlang@delysid.org>
20661 * battery.el: Update Commentary and Copyright.
20662 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20663 appear due to wrong ordering of the expressions in `or'.
20665 2003-09-09 Lute Kamstra <lute@gnu.org>
20667 * misc.el (upcase-char): Fix docstring.
20668 (zap-up-to-char): New command.
20670 2003-09-08 David Ponce <david@dponce.com>
20672 Ensure that recentf correctly updates the menu bar.
20673 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20674 (recentf-menu-bar): New function.
20675 (recentf-clear-data): Use it
20676 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20677 of easy-menu-change.
20679 2003-09-08 Lute Kamstra <lute@gnu.org>
20681 * simple.el (size-indication-mode): New.
20682 * bindings.el (mode-line-position): Add buffer size indicator.
20684 2003-09-04 Mario Lang <mlang@delysid.org>
20686 * battery.el (battery-linux-proc-acpi): New function.
20687 (battery-status-function): Modify default value calculation to also
20688 check for availability of ACPI.
20689 (battery-echo-area-format): Ditto.
20690 (battery-mode-line-format): Ditto.
20692 2003-09-06 Dave Love <fx@gnu.org>
20694 * ielm.el (ielm-mode-hook): Add :options.
20696 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20697 (eldoc-print-current-symbol-info): Use it.
20699 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20701 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20702 being displayed in GUD buffer.
20703 (gdb-idle-input-queue): Remove var. Use just one queue.
20704 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20705 Remove functions. Use just one queue.
20706 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20707 (gdb-invalidate-assembler, gdb-get-current-frame):
20708 Modify functions. Use just one queue.
20710 2003-09-04 Dave Love <fx@gnu.org>
20712 * cus-start.el: Add blink-cursor-alist.
20714 * ruler-mode.el (ruler-mode-fill-column-char)
20715 (ruler-mode-current-column-char): Use char-displayable-p,
20718 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20720 * language/european.el (windows-1252): Move from code-pages.
20722 * language/cyrillic.el ("Windows-1251"): Delete.
20723 ("Bulgarian", "Belarusian"): Remove `features'.
20724 (windows-1251): Move from code-pages.
20726 * international/mule-diag.el (non-iso-charset-alist):
20727 Remove `codepage' stuff.
20728 (print-designation, list-coding-systems-1): Output fixes.
20730 * international/code-pages.el (cp-make-translation-table)
20731 (cp-valid-codes): Made defsubsts.
20732 (cp-fix-safe-chars): Delete.
20733 (mule-diag): Don't require.
20734 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20735 (top-level): Check for defined coding system when defining
20736 cp... aliases. Change w32-add-charset-info test to avoid warning.
20737 (non-iso-charset-alist): Defvar when compiling.
20738 (cp-make-coding-system): Doc fix.
20740 2003-09-02 Jason Rumney <jasonr@gnu.org>
20742 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20743 line-ends from CVS before doing conversion.
20745 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20747 * calendar/diary-lib.el (diary-header-line-flag)
20748 (diary-header-line-format): New variables.
20749 (list-diary-entries): Use them to set header line in simple diary.
20751 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20752 other than font-lock-string-face to highlight backslashes.
20754 2003-09-01 Jason Rumney <jasonr@gnu.org>
20756 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20759 2003-09-01 Dave Love <fx@gnu.org>
20761 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20763 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20764 and :help; also line and column numbers labels.
20766 * international/mule-util.el (char-displayable-p): Move from
20767 latin1-disp, rename and autoload.
20769 * international/latin1-disp.el (latin1-char-displayable-p):
20770 Now obsolete alias. Replace uses with char-displayable-p.
20771 (latin1-display-ucs-per-lynx): Fix last change.
20773 * international/mule-cmds.el (standard-display-european-internal):
20774 Don't use char code for Latin-1 NBSP.
20775 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20776 U+2018, U+2019 for `'.
20777 (select-safe-coding-system): Message fix.
20779 2003-09-01 Kenichi Handa <handa@m17n.org>
20781 * international/fontset.el (setup-default-fontset): For Thai
20782 font, specify "*" family.
20784 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20786 * progmodes/compile.el (previous-error): Accept a prefix
20787 argument, similarly to next-error.
20789 2003-08-31 Masatake YAMATO <jet@gyve.org>
20791 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20792 the number of files. Bind the number of files to a local
20793 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20795 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20797 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20798 2003-07-26: msdos-long-file-names is a function, not a variable.
20800 2003-08-29 Richard M. Stallman <rms@gnu.org>
20802 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20803 Do nothing with mail-personal-alias-file if it is nil.
20805 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20806 Do nothing if mail-personal-alias-file is nil.
20808 * term.el (term-exec-1): Bind coding-system-for-read.
20810 * dired.el (dired-mouse-find-file-other-window):
20811 Use dired-view-command-alist here, as in dired-view-file.
20812 (dired-view-command-alist): Use %s to substitute file name.
20813 Handle .ps_pages, .eps, .jpg, .gif, .png.
20815 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20817 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20818 `Info-prev-reference', instead of M-tab.
20820 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20822 * simple.el (blink-matching-open): Work correctly on chars that
20823 are designated as parens through the syntax-table text property.
20825 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20827 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20828 line break position in the middle of a non-kinsoku (e.g. latin)
20829 word, making it skip until either a space or a character with
20831 (kinsoku-longer): Test for end of buffer.
20833 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20835 * mail/rmail.el (rmail-convert-to-babyl-format):
20836 Detect quoted-printable- and base64-encoded messages and decode them
20837 automatically. Set the message's encoding from the charset=
20838 header, if any. Decode base64-encoded messages in Mail format as well.
20840 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20842 * mail/smtpmail.el: Fix previous change.
20843 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20844 calling smtpmail-via-smtp.
20845 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20847 2003-08-26 John Paul Wallington <jpw@gnu.org>
20849 * image.el (image-jpeg-p): Don't search beyond length of data.
20851 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20853 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20854 misfeature in `expand-abbrev' which caused electric keywords like
20855 "else" to disappear if an open brace was typed directly afterwards.
20857 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20859 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20860 mandatory in `define-widget'.
20862 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20863 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20865 (c-assignment-operators): New language constant that only contains
20866 the assignment operators.
20868 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20870 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20872 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20873 Safeguard against unbalanced sexps.
20875 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20877 * version.el (emacs-version): Check for gtk. Include gtk version info.
20879 2003-08-25 John Paul Wallington <jpw@gnu.org>
20881 * man.el (Man-default-man-entry): Don't whizz past the section
20882 number before looking for it.
20884 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20886 * progmodes/gud.el (gud-display-line): Don't set window-point if
20887 source buffer is not visible. (Only happens with M-x gdba.)
20889 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20891 (gdb-source, gdb-source-info): Update to assembler unnecessary
20892 as its done after each GDB command anyway.
20893 (gdb-pre-prompt): Use with-current-buffer.
20894 (gdb-insert-field): Add help-echo text.
20895 (gdb-invalidate-assembler): Re-display of assembler now done in
20896 gdb-info-breakpoints-custom.
20897 (gdb-info-breakpoints-custom): Force re-display of assembler to
20898 happen *after* update of breakpoints buffer.
20899 (gdb-display-source-buffer): Don't choke if gdb-source-window
20901 (gdb-put-string, gdb-put-arrow): Remove free variables.
20903 2003-08-24 John Paul Wallington <jpw@gnu.org>
20905 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20907 * man.el (Man-default-man-entry): Strip text properties when
20908 snarfing parts of entry because `format' preserves properties.
20910 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20912 * files.el (file-newest-backup): Use `expand-file-name'.
20914 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20915 Allow the diary to pop up a new frame, if needed.
20917 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20918 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20919 (smtpmail-send-it): Make treatment of envelope-from consistent with
20922 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20923 (sh-leading-keywords): Add the bash `time' reserved word.
20924 (sh-variables): Add some bash variables.
20925 (sh-add-completer): Fix nil branch of case statement.
20927 2003-08-24 Masatake YAMATO <jet@gyve.org>
20929 * progmodes/ld-script.el: New file.
20931 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20933 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20935 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20937 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20938 Better explain obsolescence, and what to use instead.
20940 2003-08-23 Masatake YAMATO <jet@gyve.org>
20942 * pcvs.el (cvs-do-removal): Show the deleted file name
20945 2003-08-20 Dave Love <fx@gnu.org>
20947 * international/mule.el (make-coding-system)
20948 (set-buffer-file-coding-system): Doc fix.
20950 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20952 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20954 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20956 * international/utf-16.el: Add mime-text-unsuitable coding system
20959 * international/latin1-disp.el (latin1-display): Add ?
\e$,1s"
\e(B.
20961 * cus-edit.el: Add some :links.
20964 * textmodes/bib-mode.el (bib): Add :group external.
20966 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20968 * wid-edit.el (widget-echo-help): Make it handle expressions that
20969 evaluate to strings.
20971 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20973 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20975 Simplify selection of SQL products to define highlighting and
20976 interactive mode. Includes detailed instructions on adding
20977 support for new products.
20979 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20980 product for use in highlighting and interactive mode.
20981 (sql-interactive-product): New variable. SQL product for
20982 sql-interactive-mode.
20983 (sql-product-support): New variable. Specifies product-specific
20984 parameters to drive highlighting and interactive mode.
20985 (sql-imenu-generic-expression): Add more object types.
20986 (sql-sqlite-options): Correct comment.
20987 (sql-ms-program): Use "osql" rather than "isql".
20988 (sql-prompt-regexp, sql-prompt-length): Update comment.
20989 (sql-mode-menu): Add "Start SQLi session" entry.
20990 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20991 (sql-mode-abbrev-table): Add abbreviations. Support of
20992 SYSTEM-FLAG on define-abbrev. Support was removed with last
20993 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20994 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20996 (sql-mode-ansi-font-lock-keywords): Set as default value.
20997 (sql-mode-oracle-font-lock-keywords): Set as default value.
20998 Support Oracle 9i keywords.
20999 (sql-mode-postgres-font-lock-keywords): Set as default value.
21000 (sql-mode-linter-font-lock-keywords): Set as default value.
21001 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21003 (sql-mode-sybase-font-lock-keywords)
21004 (sql-mode-interbase-font-lock-keywords)
21005 (sql-mode-sqlite-font-lock-keywords)
21006 (sql-mode-strong-font-lock-keywords)
21007 (sql-mode-mysql-font-lock-keywords)
21008 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21010 (sql-mode-font-lock-defaults): Update comment.
21011 (sql-product-feature): New function. Returns feature associated
21012 with a product from `sql-product-support' alist.
21013 (sql-product-font-lock): New function. Set font-lock support
21014 based on `sql-product'.
21015 (sql-add-product-keywords): New function. Add font-lock rules to
21016 product-specific keyword variables.
21017 (sql-set-product): New function. Set `sql-product' and apply
21018 appropriate font-lock highlighting.
21019 (sql-highlight-product): New function. Set font-lock support
21020 based on a product. Also set mode name to include product name.
21021 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21022 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21023 Use `sql-set-product'.
21024 (sql-highlight-ms-keywords)
21025 (sql-highlight-sybase-keywords)
21026 (sql-highlight-interbase-keywords)
21027 (sql-highlight-strong-keywords)
21028 (sql-highlight-mysql-keywords)
21029 (sql-highlight-sqlite-keywords)
21030 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21031 (sql-get-login): Prompt in the same order as the tokens.
21032 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21033 (sql-product-interactive): New function. Common portions of
21034 product-specific interactive mode wrappers.
21035 (sql-interactive-mode): Rewritten to use product features.
21036 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21037 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21038 (sql-db2, sql-linter): Use `sql-product-interactive'.
21039 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21040 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21041 (sql-connect-ingres, sql-connect-postgres)
21042 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21043 New functions. Format command line parameters and invoke comint on
21044 the appropriate interpreter. Code was in the corresponding
21045 `sql-xyz' function before.
21046 (sql-connect-ms): New function. Support -E argument to use
21047 operating system credentials for authentication.
21049 2003-08-18 Kenichi Handa <handa@m17n.org>
21051 * international/mule.el (encode-char): Fix for the ASCII case.
21053 2003-08-15 Kenichi Handa <handa@m17n.org>
21055 * international/fontset.el (setup-default-fontset): Change "*" to
21056 nil in the specifications of font family.
21058 2003-08-18 Kim F. Storm <storm@cua.dk>
21060 * kmacro.el (kmacro-keymap): Group related bindings in
21061 initialization for clarity. Bind C-s to start macro.
21062 Remove C-r binding.
21063 (kmacro-initial-counter-value): New defvar to hold initial counter
21064 value in case we set the value before defining a macro.
21065 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21066 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21067 not defining or executing macro. Doc fix.
21068 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21069 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21070 temporarily view older elements on the macro ring without cycling
21072 (kmacro-display): Doc fix.
21073 (kmacro-exec-ring-item): New helper function.
21074 (kmacro-call-ring-2nd): Use it.
21075 (kmacro-call-ring-2nd-repeat): Doc fix.
21076 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21077 (kmacro-end-or-call-macro): Execute last viewed macro (using
21078 kmacro-exec-ring-item) from ring if this follows
21079 kmacro-view-macro. This allows us to find a macro on the ring
21080 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21081 the ring to bring it to the head of the ring.
21082 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21083 Allow binding to reserved keys without specifying C-x C-k prefix.
21084 Ask for confirmation if entered key sequence is already bound to
21085 a non-macro command.
21086 (kmacro-view-macro): Repeating command will show older elements
21087 on the macro ring; C-k will execute the last viewed macro.
21088 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21089 property from 'ring to 'head.
21091 2003-08-17 Alan Shutko <ats@acm.org>
21093 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21094 keeping December out of the alist.
21096 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21098 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21099 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21100 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21101 (calendar-flatten): New function.
21102 (calendar-mouse-view-other-diary-entries)
21103 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21104 in the menu title and to show multi-line diary entries correctly
21107 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21109 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21110 defcustom, because the default was recently changed.
21112 2003-08-16 Richard M. Stallman <rms@gnu.org>
21114 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21116 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21117 New subroutine, broken out of eval-last-sexp-1.
21118 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21120 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21122 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21124 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21126 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21128 * progmodes/compile.el (compilation-error-regexp-alist):
21129 Add Java ANt error detection as described in document
21130 http://ant.apache.org/faq.html
21132 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21134 * simple.el (backward-word, forward-to-indentation)
21135 (backward-to-indentation): Argument changed to optional.
21136 (next-line, previous-line): Use `or' instead of `unless'.
21138 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21140 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21141 instead of a constant.
21143 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21145 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21147 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21149 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21150 (vc-sccs-workfile-version): Search the entire delta table, rather
21151 than just the first entry, because that might be a deleted version.
21153 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21155 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21156 [save-place] binding in the Options menu. Have it require
21157 'saveplace' and then toggle the variable manually, to avoid an an
21158 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21159 for the bug report.
21161 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21163 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21164 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21165 (gdb-info-threads-custom): Add help-echo text.
21166 (gdb-display-back): Don't use purecopy.
21167 (gdb-info-breakpoints-custom, gdb-reset)
21168 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21169 icons can be displayed.
21171 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21173 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21175 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21177 * bookmark.el (bookmark-completing-read):
21178 Return a string, instead of a list of one string.
21179 Use a popup menu if activated from the mouse.
21180 (bookmark-edit-annotation): Remove unused vars.
21181 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21182 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21183 to bookmark-completing-read.
21184 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21185 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21186 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21188 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21189 (bookmark-menu-jump, bookmark-menu-insert)
21190 (bookmark-popup-menu-and-apply-function)
21191 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21192 (bookmark-menu-build-paned-menu): Remove by folding it into
21193 bookmark-menu-popup-paned-menu.
21194 (menu-bar-bookmark-map): Move the define-key statements here.
21195 Use the "non-menu" commands since they now pop up a menu if needed.
21196 (bookmark-exit-hook-internal): Simplify.
21198 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21200 * reftex-toc.el (reftex-toc-rename-label): New function.
21201 (reftex-toc-check-docstruct): New function.
21203 * reftex.el (reftex-region-active-p): New function.
21205 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21206 regexp to find the \bibliography macro.
21208 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21209 which does not exist in LaTeX.
21210 (reftex-cite-format-builtin): Added amsrefs support.
21211 (reftex-toc-confirm-promotion): New option
21214 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21215 (reftex-toc-demote, reftex-toc-promote)
21216 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21217 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21218 (reftex-toc-newhead-from-alist)
21219 (reftex-toc-load-all-files-for-promotion): New functions.
21220 (reftex-toc-help): Added description of new keys.
21221 (reftex-toc-split-windows-fraction): New option.
21222 (reftex-recenter-toc-when-idle): Search *toc* window on all
21224 (reftex-toc): Additional parameter REUSE
21225 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21226 with REUSE argument.
21227 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21228 the call of `reftex-toc'.
21229 (reftex-make-separate-toc-frame): New function .
21230 (reftex-toc-recenter): When called with triple prefix arg, call
21231 `reftex-make-separate-toc-frame' first.
21232 (reftex-toc-toggle-dedicated-frame): New command.
21233 (reftex-toc-quit): Adapted to delete frame when called in
21236 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21237 all enclosing macros.
21240 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21242 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21245 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21247 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21249 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21251 * calendar/calendar.el (list-diary-entries-hook)
21252 (diary-display-hook, nongregorian-diary-listing-hook)
21253 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21254 Add some customize options for these hooks.
21255 (calendar-abbrev-construct): Don't try to take a substring longer
21256 than the original string.
21258 2003-08-05 Richard M. Stallman <rms@gnu.org>
21260 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21261 (testcover-reinstrument-clauses): Doc fix.
21263 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21264 (warning-type-format): Rename from warning-group-format.
21266 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21267 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21268 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21269 to prevent warnings about defvar for an obsolete variable.
21271 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21272 warning-group-format renamed to warning-type-format.
21274 * subr.el (read-passwd): Use clear-string instead of fillarray.
21276 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21277 Use vconcat instead of concat.
21278 (edmacro-sanitize-for-string): New function.
21280 2003-08-05 Dave Love <fx@gnu.org>
21282 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21283 line-number-display-limit-width.
21285 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21287 2003-08-05 Kenichi Handa <handa@m17n.org>
21289 * international/code-pages.el: Don't require mule-diag.
21291 * international/mule-diag.el (non-iso-charset-alist):
21292 Add autoload cookie.
21294 * language/devan-util.el (dev-glyph-order): Add an entry for the
21297 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21299 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21300 (european-calendar-style, diary-date-forms)
21301 (calendar-day-name-array, calendar-month-name-array): Doc change.
21302 (generate-calendar-month): Adapt for new behaviour of
21303 `calendar-day-name' function.
21304 (calendar-abbrev-length, calendar-day-abbrev-array)
21305 (calendar-month-abbrev-array): New variables.
21306 (calendar-abbrev-construct): New function.
21307 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21308 rather than fixing abbrevs at some width. Calling syntax change.
21309 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21310 (calendar-date-string): Adapt for new behaviours of
21311 `calendar-day-name' and `calendar-month-name' functions.
21313 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21314 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21315 (diary-name-pattern): Use abbrev arrays, rather than fixing
21316 abbrevs at three chars. Calling syntax change.
21317 (mark-diary-entries): Adapt for new behaviours of
21318 `diary-name-pattern' and `calendar-make-alist' functions.
21319 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21320 `diary-name-pattern' function.
21321 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21322 fixing abbrevs at three chars. Calling syntax change.
21323 (cal-hebrew, cal-islam): Require when compiling.
21324 (diary-font-lock-keywords): Adapt for new behaviour of
21325 `font-lock-diary-date-forms' function.
21327 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21328 (calendar-hebrew-month-name-array-common-year)
21329 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21330 (list-hebrew-diary-entries): Adapt for new behaviours of
21331 `calendar-day-name' and `add-to-diary-list' functions.
21332 (mark-hebrew-diary-entries): Adapt for new behaviours of
21333 `diary-name-pattern' and `calendar-make-alist' functions.
21335 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21337 (list-islamic-diary-entries): Adapt for new behaviours of
21338 `calendar-day-name' and `add-to-diary-list' functions.
21339 (mark-islamic-diary-entries): Adapt for new behaviours of
21340 `diary-name-pattern' and `calendar-make-alist' functions.
21342 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21343 `calendar-month-name' function.
21345 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21347 * calendar/solar.el (solar-seasons-data): Move definition before use.
21349 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21350 (cal-tex-LaTeX-hourbox): Move definition before use.
21352 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21353 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21354 * lunar.el, solar.el (displayed-month, displayed-year):
21355 Define for compiler.
21357 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21359 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21360 MODE. Renamed from c-init-c-language-vars'.
21361 (c-initialize-cc-mode): Change accordingly.
21362 (c-common-init): Ditto.
21364 (c++-mode): Use `c-init-language-vars-for'.
21365 (objc-mode): Ditto.
21366 (java-mode): Ditto.
21368 (pike-mode): Ditto.
21371 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21373 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21374 or not the point moved.
21376 (c-search-decl-header-end): Don't trip up on operator identifiers
21377 in C++ and operators like == in all languages.
21379 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21380 Detect leading labels correctly.
21382 2003-08-02 Andreas Schwab <schwab@suse.de>
21384 * textmodes/ispell.el: Don't redo key bindings on loading, put
21385 them only in loaddefs.el.
21386 * bookmark.el: Likewise.
21387 * dabbrev.el: Likewise.
21388 * emerge.el: Likewise.
21390 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21391 has more than one member.
21393 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21395 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21397 * lpr.el (printify-region): It was ending conversion before the
21398 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21400 2003-07-31 John Paul Wallington <jpw@gnu.org>
21402 * net/browse-url.el (browse-url-epiphany): Doc fix.
21404 2003-07-30 Kenichi Handa <handa@m17n.org>
21406 * international/fontset.el (setup-default-fontset):
21407 Change registry names of Akurti fonts.
21409 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21411 * comint.el (comint-read-noecho): Use `clear-string' instead of
21414 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21416 * outline.el (outline-mode-hook): Add defvar.
21418 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21420 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21421 Restore assembler in source window if that is what has been selected.
21422 (menu): Add gdb-restore-windows to menu. Make gdba
21423 specific menus only visible from gdba.
21425 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21427 * progmodes/compile.el (compilation-environment): New user variable.
21428 (compile-internal): Respect it.
21430 2003-07-23 Masatake YAMATO <jet@gyve.org>
21432 * progmodes/gud.el (gdb-script-font-lock-keywords):
21433 Put `font-lock-function-name-face' on a symbol which includes
21434 `-' like `hook-run'. Put font-lock-variable-name-face
21435 on a symbol starting with $.
21437 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21439 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21441 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21443 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21445 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21447 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21448 Use with-no-warnings.
21449 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21450 rather than to find-file-not-found-hook, which doesn't exist.
21452 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21454 * international/quail.el (quail-translate-key): Fix previous change.
21456 2003-07-25 John Paul Wallington <jpw@gnu.org>
21458 * server.el (server-start): Check `server-process' is non-nil
21459 before killing it to avoid killing current buffer's process.
21461 * simple.el (choose-completion-string): Use `minibufferp';
21462 test `completion-reference-buffer' if `buffer' arg is nil.
21463 (push-mark): Use `when' and `unless'.
21464 (pop-mark): Use `when'.
21466 * mouse-sel.el (mouse-sel-get-selection-function):
21467 Check `x-last-selected-text-primary'. Don't barf if it or
21468 `x-last-selected-text' aren't bound.
21470 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21472 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21474 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21476 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21478 2003-07-23 John Paul Wallington <jpw@gnu.org>
21480 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21482 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21484 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21485 string. Defvar the derived hook.
21487 * macros.el (insert-kbd-macro): Escape double quote character.
21488 From Thomas W Murphy <twm@andrew.cmu.edu>.
21490 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21492 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21493 to match the specific mark rather than reusing comment-start-skip.
21495 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21497 * progmodes/hideshow.el (hs-special-modes-alist):
21498 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21500 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21502 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21505 2003-07-21 John Paul Wallington <jpw@gnu.org>
21507 * subr.el (with-selected-window): Add closing paren.
21509 2003-07-21 Richard M. Stallman <rms@gnu.org>
21511 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21512 (lisp-mode): Likewise.
21514 * subr.el (with-selected-window): Copy code form save-selected-window
21515 so as to call select-window with norecord arg.
21516 (dynamic-completion-table): Doc fix.
21517 (lazy-completion-table): Doc fix.
21519 * international/mule-cmds.el (set-locale-environment):
21520 langinfo renamed to locale-info.
21522 * international/mule.el (auto-coding-functions): Doc fix.
21524 2003-07-21 Kenichi Handa <handa@m17n.org>
21526 * international/quail.el (quail-translate-key):
21527 Update quail-current-str correctly.
21529 2003-07-21 Andreas Schwab <schwab@suse.de>
21531 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21534 2003-07-20 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
21535 Version 2.0.36 of Tramp released.
21537 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21538 tramp-password-end-of-line.
21539 (tramp-password-end-of-line): New method parameter.
21540 (tramp-get-password-end-of-line): Function to access method
21541 parameter `tramp-password-end-of-line', or variable
21542 `tramp-default-password-end-of-line' (default value).
21543 (tramp-methods): Add entries for new parameter
21544 tramp-password-end-of-line.
21545 (tramp-enter-password): Use new function
21546 `tramp-get-password-end-of-line'.
21547 (tramp-handle-insert-file-contents): Do not
21548 unconditionally inhibit the file operation file-local-copy, only
21549 do that when the inhibit-file-name-operation is currently
21550 insert-file-contents. This fixes finding remote CVS-controlled
21551 files. (It would barf on inserting the CVS/Entries file
21552 literally, because the file-local-copy handler wasn't called.)
21553 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21554 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21555 (tramp-initial-commands): New variable.
21556 (tramp-process-initial-commands): New function, using the variable.
21557 (tramp-open-connection-setup-interactive-shell): Call the new function.
21558 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21559 method into the buffer name, never use nil. Reported by Hanak
21560 David <dhanak@inf.bme.hu>.
21561 (tramp-open-connection-setup-interactive-shell): Erase buffer
21562 before sending "stty -onlcr".
21564 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21566 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21568 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21570 2003-07-19 John Paul Wallington <jpw@gnu.org>
21572 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21573 (artist-draw-rect, artist-draw-square): Doc fixes.
21575 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21577 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21579 2003-07-19 Kenichi Handa <handa@m17n.org>
21581 * international/kkc.el (kkc-show-conversion-list-update):
21582 Highlight the correct candidate in the message.
21584 2003-07-18 John Paul Wallington <jpw@gnu.org>
21586 * simple.el (current-word): Don't include punctuation char when
21587 `really-word' arg is non-nil.
21589 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21591 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21592 moved to the directory obsolete.
21594 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21596 * info.el (Info-menu-entry-name-re): Allow newlines in
21599 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21600 syntax-ppss-after-change-function.
21601 (syntax-ppss-after-change-function): New alias. Update uses.
21602 (syntax-ppss): Catch the case where the buffer is narrowed.
21604 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21606 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21607 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21609 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21611 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21612 since it might be modified.
21614 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21615 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21616 names to these language constants.
21618 2003-07-15 Kim F. Storm <storm@cua.dk>
21620 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21623 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21625 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21628 2003-07-13 Juanma Barranquero <lektu@terra.es>
21630 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21633 2003-07-13 Karl Eichwalder <ke@suse.de>
21635 * textmodes/po.el (po-find-charset): White space at the start of the
21636 Content-Type field body is non-mandatory.
21638 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21640 * textmodes/texinfo.el (texinfo-section-list):
21641 Append appendixsection; a synonym for appendixsec.
21643 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21645 * man.el (Man-translate-cleanup): New.
21646 (Man-translate-references): Call `Man-translate-cleanup' to clean
21647 leading, trailing and middle spaces.
21649 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21651 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21652 Handle `dired-directory' being a list.
21654 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21656 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21659 2003-07-12 Richard M. Stallman <rms@gnu.org>
21661 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21663 * progmodes/cc-defs.el (c-make-keywords-re):
21664 Don't use delete-duplicates.
21665 (c-lang-const): Don't use mapcan.
21667 * apropos.el (apropos-show-scores): Make it customizable.
21668 Document new meaning.
21669 (apropos): Compute scores from symbols.
21670 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21672 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21674 * ps-bdf.el: Fix copyright line.
21675 (bdf-directory-list): Fix initialization code.
21677 2003-07-11 John Paul Wallington <jpw@gnu.org>
21679 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21680 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21681 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21683 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21685 * emacs-lisp/ring.el (ring-elements): Doc fix.
21687 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21689 * calendar/timeclock.el (timeclock-relative)
21690 (timeclock-ask-before-exiting, timeclock-use-display-time):
21692 (timeclock-modeline-display): Give a message if
21693 `timeclock-use-display-time' is non-nil but `display-time-mode'
21696 2003-07-11 Kenichi Handa <handa@m17n.org>
21698 * international/mule-cmds.el (set-language-environment):
21699 Set current-language-environment to the correct string.
21701 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21703 * ps-print.el: Print line number correctly in a region. Reported by
21704 Tim Allen <timallen@ls83.fsnet.co.uk>.
21705 (ps-print-version): New version number (6.6.2).
21706 (ps-printing-region): Code fix.
21708 2003-07-10 John Paul Wallington <jpw@gnu.org>
21710 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21711 this function can be called from `add-completions-from-tags-table'.
21713 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21715 * calendar/timeclock.el (timeclock-use-display-time)
21716 (timeclock-day-over-hook, timeclock-workday-remaining)
21717 (timeclock-status-string, timeclock-when-to-leave)
21718 (timeclock-when-to-leave-string, timeclock-log-data)
21719 (timeclock-find-discrep, timeclock-day-base)
21720 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21721 (timeclock-modeline-display): Set the variable
21722 `timeclock-modeline-display'.
21723 (timeclock-update-modeline): Doc fix. Respect value of
21724 `timeclock-relative'.
21726 2003-07-09 Richard M. Stallman <rms@gnu.org>
21728 * textmodes/reftex-parse.el (reftex-all-document-files):
21729 Add autoload cookie.
21731 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21732 (reftex-scanning-info-available-p): Add autoload cookie.
21734 * international/mule-cmds.el
21735 (set-display-table-and-terminal-coding-system): Delete duplicate
21736 aset on standard-display-table.
21738 * view.el (view-file): If existing buffer's major mode is special,
21739 don't go into view mode.
21741 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21743 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21745 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21746 buffer changes; there's third party code that calls this function
21749 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21751 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21752 (autodoc-font-lock-keywords): Don't byte compile on font lock
21753 initialization when running from byte compiled files.
21755 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21757 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21758 statement ends with auto-increment "++".
21760 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21762 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21763 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21764 these are changed, so declare them as variables and not constants.
21766 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21768 * subr.el (dolist, dotimes): Doc fix.
21770 2003-07-08 Kim F. Storm <storm@cua.dk>
21772 * international/mule-cmds.el
21773 (set-display-table-and-terminal-coding-system): Don't break
21774 bootstrap if standard-display-table isn't setup yet.
21776 2003-07-07 Richard M. Stallman <rms@gnu.org>
21778 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21779 Give it a doc string, and autoload it.
21781 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21782 Use with-no-warnings.
21784 * info.el (Info-search): If find invisible text, search again.
21786 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21788 * man.el (Man-name-regexp): Match + as part of name.
21790 * simple.el (visible-mode): Rename from vis-mode.
21791 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21793 * simple.el (current-word): New arg REALLY-WORD specifies
21794 don't include punctuation chars.
21796 * emacs-lisp/debug.el (debug, debugger-env-macro):
21797 Use with-no-warnings while accessing and binding unread-command-char.
21799 * international/mule-cmds.el
21800 (set-display-table-and-terminal-coding-system): Use explicit loop
21801 instead of calling standard-display-default.
21803 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21804 Use condition-case to catch error in ange-ftp-get-files.
21806 * net/browse-url.el (browse-url-browser-function):
21807 Add alternative for Epiphany.
21808 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21809 (browse-url-epiphany-startup-arguments)
21810 (browse-url-epiphany-new-window-is-tab): New variables.
21811 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21813 * progmodes/compile.el (compile-auto-highlight): Default now t.
21814 (compile): Doc fix.
21815 (compilation-next-error): Fix previous change.
21817 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21819 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21821 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21823 * gdb-ui.el (gdb-source-info): Display current frame when
21824 attaching to an existing process.
21825 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21826 while laying out windows when attaching to an existing process.
21828 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21830 * info.el (Info-menu): Use Info-menu-entry-name-re.
21832 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21834 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21835 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21837 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21838 to match the same text.
21840 2003-07-06 John Paul Wallington <jpw@gnu.org>
21842 * vc.el (vc-annotate-offset): Move defvar up.
21844 2003-07-06 Kim F. Storm <storm@cua.dk>
21846 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21847 This should fix the infinite loop when extracting menu names.
21849 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21851 * files.el (auto-mode-alist, interpreter-mode-alist):
21852 Remove entries to CC Mode modes to avoid duplicates; they are now added
21853 with autoload directives in cc-mode.el.
21855 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21857 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21858 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21859 these are changed, so declare them as variables and not constants.
21861 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21862 ensure that the entry for ".c" extension comes before the one for
21863 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21864 Fix incorrect entries that were added to `interpreter-mode-alist'.
21865 Move the autoload directives for AWK to the top level since they
21866 aren't recognized anywhere else. Do not use the new AWK mode doc
21867 in the autoload form for the old AWK mode.
21869 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21871 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21872 (bibtex-sort-ignore-string-entries): Default value t.
21873 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21874 erroneously in previous version.
21875 (bibtex-string-files): Docstring reflects new parsing scheme.
21876 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21877 docstring, add # as one of the chars to crush
21878 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21879 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21880 (bibtex-autokey-name-change-strings)
21881 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21882 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21883 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21884 (bibtex-autokey-title-terminators)
21885 (bibtex-autokey-titlewords-stretch)
21886 (bibtex-autokey-titleword-ignore)
21887 (bibtex-autokey-titleword-case-convert)
21888 (bibtex-autokey-titleword-abbrevs)
21889 (bibtex-autokey-titleword-abbrevs)
21890 (bibtex-autokey-titleword-change-strings)
21891 (bibtex-autokey-titleword-length)
21892 (bibtex-autokey-titleword-separator)
21893 (bibtex-autokey-name-year-separator)
21894 (bibtex-autokey-year-title-separator)
21895 (bibtex-autokey-before-presentation-function)
21896 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21898 (bibtex-strings, bibtex-reference-keys):
21899 Use lazy-completion-table and make-variable-buffer-local.
21900 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21901 (bibtex-braced-string-syntax-table)
21902 (bibtex-quoted-string-syntax-table): New variables.
21903 (bibtex-parse-nested-braces): Remove.
21904 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21905 (bibtex-parse-association): Simplify.
21906 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21907 (bibtex-parse-field-text): Simplify.
21908 (bibtex-search-forward-field, bibtex-search-backward-field):
21909 argument BOUND can take value t.
21910 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21911 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21912 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21913 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21914 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21915 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21916 and ending of entry. Update for changes of bibtex-search-entry.
21918 (bibtex-map-entries): FUN is called with three arguments.
21919 (bibtex-search-entry): Return a cons pair with buffer positions of
21920 beginning and end of entry.
21921 (bibtex-enclosing-field): Simplify.
21922 (bibtex-format-entry): Use booktitle to set a missing title.
21923 (bibtex-autokey-get-names): Fiddle with regexps.
21924 (bibtex-generate-autokey): Use identity.
21925 (bibtex-parse-keys): Use simplified parsing algorithm if
21926 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21927 arguments. Return alist of keys.
21928 (bibtex-parse-strings): Simplify. Return alist of strings.
21929 (bibtex-complete-string-cleanup): Fix docstring.
21930 (bibtex-read-key): New function.
21931 (bibtex-mode): Fix docstring. Do not parse for keys and
21932 strings when the mode is entered. Set fill-paragraph-function to
21933 bibtex-fill-field. Setup font-lock-mark-block-function the way
21934 font-lock intended.
21935 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21936 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21937 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21938 (bibtex-Preamble): Avoid hard coded constants.
21939 (bibtex-make-field): Fix docstring. Simplify.
21940 (bibtex-beginning-of-entry): Always return new position of point.
21941 (bibtex-end-of-entry): Rearrange cond clauses.
21942 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21943 Update for changes of bibtex-map-entries.
21944 (bibtex-ispell-abstract): Do not move point.
21945 (bibtex-entry-index): Use downcase. Simplify.
21946 (bibtex-lessp): Handle catch-all.
21947 (bibtex-find-crossref): Turn into a command.
21948 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21949 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21951 (bibtex-fill-field-bounds): New function.
21952 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21953 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21954 (bibtex-String): Use bibtex-strings. Always obey
21955 bibtex-sort-ignore-string-entries.
21957 2003-07-05 John Paul Wallington <jpw@gnu.org>
21959 * cus-theme.el (customize-create-theme):
21960 Call `customize-create-theme' in Reset widget's notify function.
21962 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21963 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21964 (define-ibuffer-column name): Add summarizer.
21965 (define-ibuffer-column size): Likewise.
21966 (define-ibuffer-column filename): Likewise.
21967 (define-ibuffer-column process): Likewise. Change BODY's output too.
21968 (define-ibuffer-column filename-and-process): Likewise, likewise.
21969 (ibuffer): Remove local vars `already-in' and `need-update'.
21971 * ibuf-ext.el: Don't require `derived' at compile-time.
21973 2003-07-05 Kim F. Storm <storm@cua.dk>
21975 * info.el: Disable paragraph refilling.
21976 (Info-refill-paragraphs): New defcustom.
21977 (Info-fontify-node): Use it.
21979 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21981 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21982 thingies from constructors created by defstruct.
21984 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21985 the default value of the variable.
21986 (byte-code-meter): Move declaration to top level.
21988 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21990 * info.el (Info-following-node-name-re): New fun.
21991 (Info-following-node-name): Remove.
21992 (Info-insert-dir): Use the new fun.
21993 (Info-extract-pointer): Don't save restriction; use new fun.
21994 (Info-menu-entry-name-re): New const.
21995 (Info-menu-entry-name-re): Use it along with new fun.
21996 (Info-node-spec-re): Use new fun.
21997 (Info-complete-menu-item, Info-fontify-node): Use new const.
21998 (Info-goto-node, Info-follow-reference, Info-menu-update):
22000 (Info-follow-reference): Use assoc-string.
22001 Use a list of strings for the completion table.
22002 (Info-fontify-node): Use match-string, line-end-position.
22003 Limit the search for `node:' to the first line.
22005 * newcomment.el (uncomment-region): Remove padding coming from
22006 comment-start rather than just from comment-padding.
22008 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22009 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22010 (vc-cvs-rename-file): Remove (use the default).
22011 (vc-cvs-register): Register parent dir if needed.
22012 (vc-cvs-could-register): Return non-nil if parent can be registered.
22013 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22014 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22016 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22017 (vc-svn-update): Fix the arguments to `svn'.
22018 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22019 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22020 Simple implementations, assuming `name' is a URL.
22022 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22023 set of chars allowed unquoted in a case pattern.
22025 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22027 * font-lock.el (font-lock-extra-types-widget)
22028 (c-font-lock-extra-types, c++-font-lock-extra-types)
22029 (objc-font-lock-extra-types, java-font-lock-extra-types)
22030 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22031 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22032 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22033 (font-lock-match-c++-structor-declaration)
22034 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22035 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22036 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22037 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22038 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22039 (java-font-lock-keywords-3, java-font-lock-keywords)
22040 (java-font-lock-syntactic-face-function): Remove obsolete code
22041 and constants. It's all in cc-fonts.el now.
22043 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22045 * mail/sendmail.el (mail-specify-envelope-from)
22046 (mail-envelope-from): Doc fix.
22048 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22050 * generic-x.el: Do away with the dependency on `c-emacs-features'
22051 when populating `rul-generic-mode-syntax-table'; we already know
22054 See ChangeLog.10 for earlier changes.
22056 ;; Local Variables:
22057 ;; coding: iso-2022-7bit
22060 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22061 Copying and distribution of this file, with or without modification,
22062 are permitted provided the copyright notice and this notice are preserved.
22064 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1