]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(help-make-xrefs): If a symbol representing a face name is not followed by the
[gnu-emacs] / lisp / ChangeLog
1 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
2
3 * help-mode.el (help-make-xrefs): If a symbol representing a face
4 name is not followed by the word "face", it could still be a
5 function or variable name, so don't bypass other checks.
6
7 2005-06-22 Juri Linkov <juri@jurta.org>
8
9 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10 Replace aliased functions with calls where second arg `inherit' is t.
11
12 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13
14 * progmodes/gdb-ui.el (gdb-error): New variable.
15 (gdb-error): New function.
16 (gdb-annotation-rules): Act on error-begin and error annotations.
17 (gdb-concat-output): Use font-lock-warning-face for errors.
18
19 2005-06-22 Miles Bader <miles@gnu.org>
20
21 * bindings.el (propertized-buffer-identification): Use renamed
22 `Buffer-menu-buffer' face.
23
24 * faces.el (vertical-border): Renamed from `vertical-divider'.
25 (escape-glyph): Change dark-background color back to `cyan'.
26
27 2005-06-21 Juri Linkov <juri@jurta.org>
28
29 * faces.el (face-user-default-spec): Try getting `customized-face'
30 prior to `saved-face'.
31 (frame-background-mode): Refill docstring.
32
33 * emacs-lisp/lisp-mode.el (eval-defun-1):
34 * emacs-lisp/edebug.el (edebug-eval-defun):
35 Set `saved-face' temporarily to nil before calling form.
36 Set `customized-face' to the new spec after that.
37
38 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
39
40 * subr.el (1value, lambda, key-substitution-in-progress):
41 Doc fixes.
42
43 * autoinsert.el (auto-insert-alist):
44 * ses.el (ses-call-printer):
45 * subr.el (noreturn):
46 * emacs-lisp/lisp.el (check-parens):
47 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
48 * net/browse-url.el (browse-url-mosaic):
49 * progmodes/cc-defs.el (c-safe-scan-lists):
50 * progmodes/ebnf-abn.el (ebnf-abn-lex):
51 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
52 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
53 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
54 * progmodes/ebnf-iso.el (ebnf-iso-lex):
55 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
56
57 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
58
59 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
60
61 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
62
63 * calendar/appt.el (appt-make-list): Activate the package, if
64 not already active (for backwards compatibility).
65
66 2005-06-20 Kim F. Storm <storm@cua.dk>
67
68 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
69
70 2005-06-20 Miles Bader <miles@gnu.org>
71
72 * faces.el (vertical-divider): New face.
73
74 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
75
76 * simple.el (kill-whole-line): Doc fix.
77 (next-error-buffer-p, next-error-find-buffer)
78 (clone-indirect-buffer): Fix typos in docstrings.
79 (comment-line-break-function): Doc fix: don't say variable
80 is automatically buffer-local (it isn't).
81
82 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
83
84 * net/tramp-ftp.el (top):
85 * net/tramp-smb.el (top):
86 * net/tramp-util.el (top):
87 * net/tramp-uu.el (top):
88 * net/tramp-vc.el (top):
89 * net/tramp.el (top): Revert copyright years back to original
90 ones. Tramp has a life outside GNU Emacs.
91
92 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
93
94 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
95
96 2005-06-18 Juri Linkov <juri@jurta.org>
97
98 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
99 end of first regexp to limit the match to the position between
100 line number and source line with same separator character as used
101 between file name and line number. In the second regexp limit
102 mouse-face area to file name and line number by adding new group
103 for them and referring it in HYPERLINK arg.
104 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
105 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
106 previous line where grep markers may be already removed.
107
108 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
109
110 * progmodes/ps-mode.el: Update version and maintainer's email
111 address.
112
113 2005-06-18 Steve Youngs <steve@xemacs.org>
114
115 * net/browse-url.el (browse-url-browser-function)
116 (browse-url-default-browser): Add firefox.
117 (browse-url-firefox-program, browse-url-firefox-arguments)
118 (browse-url-firefox-startup-arguments)
119 (browse-url-firefox-new-window-is-tab): New defcustoms.
120 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
121
122 2005-06-17 Richard M. Stallman <rms@gnu.org>
123
124 * startup.el (command-line): Warn if specified user name has
125 no home directory.
126
127 * term.el (term-get-old-input, term-input-filter, term-input-sender)
128 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
129
130 * longlines.el (longlines-mode, longlines-show-hard-newlines):
131 Doc fixes.
132
133 * faces.el (underline): Try bold if terminal doesn't support underline.
134
135 * mail/sendmail.el (mail-setup-with-from): New variable.
136 (mail-insert-from-field): New function.
137 (sendmail-send-it): Call it.
138 (mail-setup): Optionally call it here.
139
140 * term/linux.el: Call tty-no-underline.
141
142 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
143
144 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
145
146 2005-06-17 Miles Bader <miles@gnu.org>
147
148 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
149 (ediff-current-diff-C, ediff-current-diff-Ancestor)
150 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
151 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
152 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
153 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
154 Remove "-face" suffix from face names.
155 (ediff-current-diff-face-A, ediff-current-diff-face-B)
156 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
157 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
158 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
159 (ediff-even-diff-face-A, ediff-even-diff-face-B)
160 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
161 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
162 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
163 New backward-compatibility aliases for renamed faces.
164 (ediff-current-diff-face-A, ediff-current-diff-face-B)
165 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
166 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
167 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
168 (ediff-even-diff-face-A, ediff-even-diff-face-B)
169 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
170 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
171 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
172 Use renamed ediff faces.
173
174 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
175 Remove "-face" suffix from face names.
176 (eshell-test-ok-face, eshell-test-failed-face):
177 New backward-compatibility aliases for renamed faces.
178 (eshell-run-test): Use renamed eshell-test faces.
179
180 * eshell/em-prompt.el (eshell-prompt):
181 Remove "-face" suffix from face name.
182 (eshell-prompt-face): New backward-compatibility alias for renamed face.
183 (eshell-emit-prompt): Use renamed eshell-prompt face.
184
185 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
186 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
187 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
188 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
189 Remove "-face" suffix from face names.
190 (eshell-ls-directory-face, eshell-ls-symlink-face)
191 (eshell-ls-executable-face, eshell-ls-readonly-face)
192 (eshell-ls-unreadable-face, eshell-ls-special-face)
193 (eshell-ls-missing-face, eshell-ls-archive-face)
194 (eshell-ls-backup-face, eshell-ls-product-face)
195 (eshell-ls-clutter-face):
196 New backward-compatibility aliases for renamed faces.
197 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
198
199 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
200 "-face" suffix from face name.
201 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
202 instead of literal face.
203
204 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
205
206 * emacs-lisp/warnings.el (display-warning, lwarn)
207 (warning-minimum-log-level): Doc fixes.
208 (warning-minimum-level, warning-minimum-log-level):
209 Add :debug to :type choices.
210
211 * progmodes/ada-mode.el (ada-format-paramlist)
212 (ada-get-indent-case, ada-check-matching-start)
213 (ada-check-defun-name, ada-goto-matching-decl-start)
214 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
215 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
216 (ada-make-subprogram-body): Follow error conventions.
217 (ada-case-exception-file, ada-indent-comment-as-code)
218 (ada-indent-handle-comment-special, ada-indent-renames)
219 (ada-indent-return, ada-search-directories-internal)
220 (ada-tab-policy, ada-case-exception-substring)
221 (ada-other-file-alist, ada-matching-start-re)
222 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
223 (ada-imenu-generic-expression, ada-compile-goto-error)
224 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
225 (ada-popup-menu, ada-add-extensions, ada-mode)
226 (ada-region-selected, ada-create-case-exception)
227 (ada-create-case-exception-substring, ada-after-keyword-p)
228 (ada-activate-keys-for-case, ada-adjust-case-region)
229 (ada-adjust-case-buffer, ada-format-paramlist)
230 (ada-scan-paramlist, ada-insert-paramlist)
231 (ada-indent-newline-indent)
232 (ada-indent-newline-indent-conditional)
233 (ada-justified-indent-current, ada-goto-previous-word)
234 (ada-indent-current, ada-get-indent-open-paren)
235 (ada-get-indent-paramlist, ada-get-indent-end)
236 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
237 (ada-get-indent-block-start, ada-get-indent-subprog)
238 (ada-get-indent-noindent, ada-get-indent-label)
239 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
240 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
241 (ada-goto-stmt-end, ada-goto-next-word)
242 (ada-check-matching-start, ada-check-defun-name)
243 (ada-goto-matching-decl-start, ada-goto-matching-start)
244 (ada-goto-matching-end, ada-search-ignore-string-comment)
245 (ada-in-decl-p, ada-looking-at-semi-or)
246 (ada-looking-at-semi-private, ada-in-paramlist-p)
247 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
248 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
249 (ada-next-procedure, ada-previous-procedure, ada-next-package)
250 (ada-previous-package, ada-create-menu)
251 (ada-fill-comment-paragraph-justify)
252 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
253 (ada-other-file-name, ada-last-which-function-line)
254 (ada-last-which-function-subprog, ada-which-function)
255 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
256 (ada-gen-treat-proc, ada-check-emacs-version)
257 (ada-continuation-indent, ada-align-region-separate):
258 Fix typos in docstrings.
259 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
260
261 2005-06-16 Lute Kamstra <lute@gnu.org>
262
263 * simple.el (fundamental-mode): Run after-change-major-mode-hook
264 conditionally.
265
266 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
267
268 * comint.el (comint-replace-by-expanded-filename)
269 (comint-prompt-regexp, comint-delimiter-argument-list)
270 (comint-preinput-scroll-to-bottom):
271 * info.el (Info-hide-cookies-node):
272 * ls-lisp.el (ls-lisp-classify):
273 * find-file.el (ff-search-directories, ff-special-constructs)
274 (ff-find-other-file):
275 * font-lock.el (font-lock-keywords):
276 * shell.el (shell-prompt-pattern)
277 (shell-dynamic-complete-functions, shell-mode)
278 (shell-delimiter-argument-list):
279 * term.el (term-replace-by-expanded-filename)
280 (term-prompt-regexp, term-delimiter-argument-list):
281 * woman.el (woman-ignore, woman0-if):
282 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
283 * emacs-lisp/elint.el (elint-init-env):
284 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
285 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
286 * language/ethio-util.el (ethio-tilde-escape)
287 (ethio-use-three-dot-question):
288 * net/zone-mode.el (zone-mode-load-time-setup):
289 * progmodes/cc-align.el (c-lineup-argcont):
290 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
291 * progmodes/cperl-mode.el (cperl-set-style-back):
292 * progmodes/inf-lisp.el (inferior-lisp-prompt):
293 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
294 Fix spellings in docstrings.
295
296 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
297 * progmodes/modula2.el (m2-for): Fix spellings.
298
299 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
300
301 * simple.el (undo-more): Don't use `format' on `error' arguments.
302 Improve argument/docstring consistency.
303 (pending-undo-list): Doc fix.
304
305 * smerge-mode.el (smerge-ensure-match):
306 * emulation/vip.el (vip-ex):
307 * net/zone-mode.el (zone-mode-update-serial):
308 * progmodes/idlwave.el (idlwave-complete):
309 * progmodes/vhdl-mode.el (vhdl-visit-file)
310 (vhdl-compose-wire-components):
311 Don't use `format' on `error' arguments.
312
313 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
314 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
315 (tooltip-help-tips): Fix typos in docstrings.
316
317 2005-06-16 David Ponce <david@dponce.com>
318
319 * tree-widget.el (tree-widget-value-create): Simplify last change.
320
321 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
322
323 * ido.el (ido-incomplete-regexp): New variable.
324 (ido-set-matches-1): Handle invalid-regexp error and set
325 ido-incomplete-regexp.
326 (ido-incomplete-regexp): New face.
327 (ido-completions): Use it.
328 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
329 incomplete regexps.
330 (ido-completions): Add check for complete match when entering a regexp.
331
332 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
335
336 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
337
338 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
339 by field delimiters.
340
341 2005-06-15 David Ponce <david@dponce.com>
342
343 * tree-widget.el: eval-and-compile inlined functions so they will
344 be available at run-time too.
345 (tree-widget-super-format-handler)
346 (tree-widget-format-handler): Remove.
347 (tree-widget-value-create): Handle the :indent property.
348
349 2005-06-15 Miles Bader <miles@gnu.org>
350
351 * progmodes/which-func.el (which-func): Only inherit
352 `font-lock-function-name-face' when that makes sense against the
353 default mode-line face, otherwise set the face color explicitly.
354
355 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
356 faces instead of (non-existent) variables.
357
358 2005-06-14 Miles Bader <miles@gnu.org>
359
360 * progmodes/ld-script.el (ld-script-location-counter):
361 Remove "-face" suffix from face name.
362 (ld-script-location-counter-face):
363 New backward-compatibility alias for renamed face.
364 (ld-script-location-counter-face): Use renamed face.
365
366 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
367 (cperl-hash): Remove "-face" suffix from face names.
368 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
369 New backward-compatibility aliases for renamed faces.
370 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
371 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
372
373 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
374 name.
375 (which-func-face): New backward-compatibility alias for renamed face.
376 (which-func-format): Use renamed which-func face.
377
378 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
379 (vhdl-function, vhdl-directive, vhdl-reserved-word)
380 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
381 names.
382 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
383 (vhdl-speedbar-configuration, vhdl-speedbar-package)
384 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
385 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
386 (vhdl-speedbar-architecture-selected)
387 (vhdl-speedbar-configuration-selected)
388 (vhdl-speedbar-package-selected)
389 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
390 names.
391 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
392 Use renamed faces.
393 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
394 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
395 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
396 Use renamed faces.
397 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
398 names.
399 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
400 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
401 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
402 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
403 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
404 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
405
406 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
407 face name.
408 (sh-heredoc-face): New backward-compatibility alias for renamed face.
409 (sh-heredoc-face): Use renamed sh-heredoc face.
410
411 * progmodes/idlw-help.el (idlwave-help-link):
412 Remove "-face" suffix from face name.
413 (idlwave-help-link-face):
414 New backward-compatibility alias for renamed face.
415 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
416
417 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
418 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
419 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
420 New backward-compatibility aliases for renamed faces.
421 (idlwave-shell-disabled-breakpoint-face)
422 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
423
424 * progmodes/flymake.el (flymake-errline, flymake-warnline):
425 Remove "-face" suffix from face names.
426 (flymake-errline-face, flymake-warnline-face):
427 New backward-compatibility aliases for renamed faces.
428 (flymake-highlight-line): Use renamed flymake faces.
429
430 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
431 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
432 (ebrowse-member-class, ebrowse-progress):
433 Remove "-face" suffix from face names.
434 (ebrowse-tree-mark-face, ebrowse-root-class-face)
435 (ebrowse-file-name-face, ebrowse-default-face)
436 (ebrowse-member-attribute-face, ebrowse-member-class-face)
437 (ebrowse-progress-face):
438 New backward-compatibility aliases for renamed faces.
439 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
440 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
441 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
442 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
443
444 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
445 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
446 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
447 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
448 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
449 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
450 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
451 New backward-compatibility aliases for renamed faces.
452 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
453 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
454 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
455 "font-lock-". Use renamed antlr-mode faces.
456 (antlr-font-lock-additional-keywords): Use renamed faces.
457 Replace literal face-names with face variable references.
458
459 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
460 face name.
461 (Buffer-menu-buffer-face): New backward-compatibility alias for
462 renamed face.
463 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
464
465 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
466
467 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
468 Eliminate "-face" suffix.
469 (makefile-targets): Inherit from font-lock-function-name-face and
470 eliminate "-face" suffix.
471 (makefile-shell): Remove attributes and eliminate "-face" suffix.
472 (makefile-*-font-lock-keywords): Append makefile-targets in rule
473 actions, instead of prepending, to make it less visible.
474 (makefile-previous-dependency, makefile-match-dependency):
475 Don't match a target on a continuation line.
476
477 * files.el (auto-mode-alist): Put Makefile in gmake mode.
478
479 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
480
481 * progmodes/gdb-ui.el (gdb-tooltip-print):
482 Respect tooltip-use-echo-area.
483 (menu): Re-order menu items.
484
485 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
486 Define in tooltip.el.
487 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
488 (gud-tooltip-tips): Respect tooltip-use-echo-area and
489 gud-tooltip-echo-area.
490
491 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
492 backward compatibility and make obsolete.
493 (tooltip-help-tips): Use tooltip-use-echo-area.
494 (tooltip-show-help-function): Rename to...
495 (tooltip-show-help): ...this, because it is a function.
496 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
497
498 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
499
500 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
501 (edebug-print-length, edebug-print-level, edebug-print-circle)
502 (edebug-modify-breakpoint, edebug-eval-last-sexp)
503 (edebug-eval-print-last-sexp): Doc fixes.
504
505 2005-06-14 Kim F. Storm <storm@cua.dk>
506
507 * ido.el (ido-mode): Make a new keymap every time we enable ido,
508 as the coverage buffer/file/both may change.
509
510 2005-06-14 Lute Kamstra <lute@gnu.org>
511
512 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
513 and run-mode-hooks. Simplify.
514
515 * mail/rmailedit.el (rmail-edit-mode):
516 * progmodes/octave-inf.el (inferior-octave-mode):
517 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
518
519 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
520 and run-mode-hooks.
521 (recentf-edit-list, recentf-open-files): Don't call
522 kill-all-local-variables directly.
523
524 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
525
526 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
527
528 * emacs-lisp/byte-run.el (make-obsolete)
529 (define-obsolete-function-alias): Rename arguments FUNCTION and
530 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
531 (make-obsolete-variable, define-obsolete-variable-alias):
532 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
533 respectively.
534
535 * isearchb.el (isearchb-activate):
536 * pcvs.el (cvs-mode):
537 * ses.el (ses-load):
538 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
539 * net/tramp.el (tramp-find-file-exists-command)
540 (tramp-find-shell):
541 * progmodes/ada-mode.el (ada-create-case-exception)
542 (ada-create-case-exception-substring, ada-make-subprogram-body):
543 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
544 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
545 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
546 * textmodes/org.el (org-promote, org-evaluate-time-range)
547 (org-agenda-next-date-line, org-agenda-previous-date-line)
548 (org-agenda-error, org-open-at-point, org-table-move-row)
549 (org-format-table-table-html-using-table-generate-source)
550 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
551 * textmodes/reftex.el (reftex-access-scan-info):
552 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
553 (reftex-toc-promote-prepare): Follow error conventions.
554
555 * diff-mode.el (diff-mode): Fix typo in docstring.
556
557 * forms.el (forms--intuit-from-file): Fix reference to
558 `forms-number-of-fields' in error message.
559 (forms-print): Fix quoting in error message.
560
561 * forms.el (forms-mode):
562 * emulation/vi.el (vi-goto-insert-state):
563 * progmodes/flymake.el (flymake-new-err-info)
564 (flymake-start-syntax-check-for-current-buffer)
565 (flymake-simple-cleanup):
566 * eshell/esh-var.el (eshell/export):
567 * progmodes/gud.el (xdb):
568 * textmodes/flyspell.el (flyspell-incorrect-hook)
569 (flyspell-maybe-correct-transposition)
570 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
571
572 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
573
574 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
575 minibuffer prompt.
576
577 2005-06-13 Kim F. Storm <storm@cua.dk>
578
579 * subr.el (add-to-ordered-list): New defun.
580
581 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
582 add cua--keymap-alist to emulation-mode-map-alists.
583
584 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
585
586 * subr.el (complete-in-turn): New macro.
587 (dynamic-completion-table, lazy-completion-table): Add debug info.
588
589 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
590 in preference to face aliases.
591
592 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
593 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
594 Remove unused vars `start' and `firstline'.
595 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
596 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
597
598 2005-06-13 Eli Zaretskii <eliz@gnu.org>
599
600 * cus-start.el (all): Don't complain about missing GTK-related
601 variables, unless either `gtk' is boundp or this isn't a
602 `windows-nt' build.
603
604 2005-06-13 Lute Kamstra <lute@gnu.org>
605
606 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
607 run-mode-hooks.
608
609 * ediff-mult.el (ediff-meta-mode):
610 * ediff-util.el (ediff-mode): Use run-mode-hooks.
611
612 * ledit.el (ledit-mode): Use delay-mode-hooks.
613
614 * woman.el (woman-mode-line-format): Delete constant.
615 (woman-mode-map): Initialize it properly.
616 (woman-mode): Set mode-class property to special.
617 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
618 Set major-mode and mode-name. Don't set mode-line-format directly.
619 (Man-getpage-in-background): Don't reference woman-mode-line-format.
620
621 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
622 string argument obsolete.
623
624 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
625
626 * textmodes/org.el (org-CUA-compatible): New option.
627 (org-disputed-keys): New variable.
628 (org-key): New function.
629 (orgtbl-make-binding): Add docstring to the created function.
630 (org-mode): Set paragraph start/separate regexps.
631 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
632 (org-archive-location, org-archive-mark-done)
633 (org-archive-stamp-time): New options.
634 (org-archive-subtree): New command.
635 (org-fill-paragraph): New function.
636 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
637 (org-fake-empty-table-line): Function removed.
638 (org-format-org-table-html): Do not create empty table lines at
639 separator lines. Improved table header treatment.
640 (org-link-format): New option.
641 (org-make-link): New function.
642 (org-insert-link, org-store-link): Use org-make-link.
643 (org-open-file): Quote file name for shell command, to allow
644 spaces in file names.
645 (org-link-regexp): Fix bug with mailto link.
646 (org-link-maybe-angles-regexp, org-protected-link-regexp):
647 New constants.
648 (org-export-as-html): Deal with the optional angles around a link.
649 Better treatment of file: links.
650 (org-open-at-point): Replace @{ and @} with < and >.
651 (org-run-mode-hooks): Function removed.
652 (org-agenda-mode): No longer use `org-run-mode-hooks'.
653
654 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
655
656 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
657 MI command -data-list-register-values.
658 (gdb-post-prompt): Indent properly.
659
660 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
661
662 * hilit-chg.el (highlight-changes-colors): Rename from
663 `highlight-changes-colours'.
664 (highlight-changes-colours): Keep as obsolete alias.
665 (highlight-changes-face-list): Doc fix.
666 (hilit-chg-make-list): Use `highlight-changes-colors'.
667
668 2005-06-12 Mark A. Hershberger <mah@everybody.org>
669
670 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
671 defun-prompt-regexp.
672
673 2005-06-12 Eli Zaretskii <eliz@gnu.org>
674
675 * loadup.el: Don't say we are dumping under 2 names on windows-nt
676 and cygwin.
677
678 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
679 Don't use an old loaddefs.el, as in Makefile.in.
680
681 2005-06-12 Lute Kamstra <lute@gnu.org>
682
683 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
684
685 * man.el (Man-mode-map): Initialize it properly.
686 (Man-mode): Set mode-class property to special.
687
688 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
689
690 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
691
692 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
693 A newline is needed in the docstring there.
694
695 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
696 Doc fixes.
697
698 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
699
700 * printing.el: Doc fix. The menubar is no more changed when printing
701 is loaded, it only changes when pr-menu-bind or pr-update-menus is
702 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
703 (pr-version): New version number (6.8.4).
704 (pr-menu-bind): New command.
705 (pr-update-menus): Docstring and code fix.
706 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
707 Docstring fix.
708 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
709 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
710
711 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
712
713 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
714 "Returns" to "return", document useful return values, etc.
715
716 2005-06-11 Alan Mackenzie <acm@muc.de>
717
718 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
719 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
720 (adaptive-file-function): Minor amendment to doc-string.
721
722 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
723
724 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
725 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
726 Fix :type--it is `integer', not `string'.
727
728 * faces.el (modeline-highlight): Rename from (the erroneous)
729 `modeline-higilight'.
730
731 2005-06-11 Lute Kamstra <lute@gnu.org>
732
733 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
734 lisp-interaction-mode-map but make it the parent.
735 (edebug-eval-mode): Use define-derived-mode.
736
737 2005-06-11 Andreas Schwab <schwab@suse.de>
738
739 * bindings.el: Add binding of `ESC functionkey' for every
740 `M-functionkey'.
741 * hexl.el (hexl-mode-map): Likewise.
742
743 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
744
745 * progmodes/compile.el (compilation-error-regexp-alist-alist)
746 [msft]: update regexp for newer msft compilers.
747
748 2005-06-10 Mark A. Hershberger <mah@everybody.org>
749
750 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
751 ATTLIST portions of included DTDs.
752 (xml-parse-dtd): Eliminate use of inefficient match-data.
753
754 2005-06-10 Miles Bader <miles@gnu.org>
755
756 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
757 (mpuz-text): Remove "-face" suffix from face names.
758 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
759 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
760 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
761
762 * play/gomoku.el (gomoku-O, gomoku-X):
763 Remove "-face" suffix from face names.
764 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
765 New backward-compatibility aliases for renamed faces.
766 (gomoku-font-lock-keywords): Use renamed gomoku faces.
767
768 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
769
770 * thumbs.el: Fixes for changes of 2005-06-09.
771 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
772 as a directory.
773 (thumbs-thumbname): Remove directory separator from format string;
774 `thumbs-thumbsdir' now returns a valid directory name.
775 (thumbs-temp-dir): New defsubst.
776 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
777 Use it.
778
779 * cus-edit.el (minibuffer):
780 * files.el (make-backup-file-name-function):
781 * filesets.el (filesets-external-viewers):
782 * hilit-chg.el (highlight-changes-colours)
783 (highlight-changes-face-list, highlight-changes-rotate-faces):
784 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
785 * kmacro.el (kmacro-call-macro):
786 * log-edit.el (log-edit-changelog-full-paragraphs):
787 * mouse.el (mouse-1-click-follows-link):
788 * skeleton.el (skeleton-autowrap):
789 * subr.el (insert-for-yank-1):
790 * tempo.el (tempo-insert-region):
791 * terminal.el (terminal-emulator):
792 * time.el (display-time-mail-face):
793 * vc.el (vc-annotate):
794 * vcursor.el (vcursor-copy-line):
795 * woman.el (woman-bold-headings, woman-ignore)
796 (woman-default-faces, woman-monochrome-faces):
797 * calendar/todo-mode.el (todo-insert-threshold):
798 * emulation/pc-select.el (pc-select-selection-keys-only)
799 (pc-selection-mode):
800 * emulation/vip.el (vip-find-char-forward):
801 * emulation/viper-cmd.el (viper-find-char-forward):
802 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
803 (input-method-exit-on-invalid-key):
804 * international/mule-diag.el (describe-coding-system):
805 * international/ucs-tables.el (unify-8859-on-encoding-mode):
806 * net/browse-url.el (browse-url-xterm-program):
807 * obsolete/lazy-lock.el (lazy-lock-mode):
808 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
809 (cperl-mode):
810 * progmodes/cpp.el (cpp-face-light-name-list)
811 (cpp-face-dark-name-list):
812 * progmodes/delphi.el (delphi-newline-always-indents):
813 Fix spellings in docstrings.
814
815 * ido.el (ido-mode, ido-file-extensions-order)
816 (ido-default-file-method, ido-default-buffer-method)
817 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
818 (ido-decorations, ido-read-file-name-as-directory-commands)
819 (ido-read-file-name-non-ido, ido-work-directory-list)
820 (ido-ignore-item-temp-list, ido-current-directory)
821 (ido-magic-forward-char, ido-enter-find-file)
822 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
823 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
824
825 2005-06-10 Lute Kamstra <lute@gnu.org>
826
827 * play/dunnet.el (dun-mode): Use define-derived-mode.
828 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
829 obsolete alias.
830
831 * play/doctor.el (doctor-mode-map): Remove defvar.
832 (doctor-mode): Use define-derived-mode.
833
834 * mail/mspools.el (mspools-mode):
835 * net/eudc-hotlist.el (eudc-hotlist-mode):
836 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
837
838 2005-06-10 Miles Bader <miles@gnu.org>
839
840 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
841 Remove "-face" suffix from face names.
842 (flyspell-incorrect-face, flyspell-duplicate-face):
843 New backward-compatibility aliases for renamed faces.
844 (flyspell-mode-on, make-flyspell-overlay)
845 (flyspell-highlight-incorrect-region)
846 (flyspell-highlight-duplicate-region)
847 (flyspell-display-next-corrections)
848 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
849
850 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
851 from face name.
852 (texinfo-heading-face): New backward-compatibility alias for
853 renamed face.
854 (texinfo-heading-face): Use renamed texinfo-heading face.
855
856 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
857 suffix from face names.
858 (tex-math-face, tex-verbatim-face):
859 New backward-compatibility aliases for renamed faces.
860 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
861 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
862 literal face name.
863
864 * textmodes/table.el (table-cell): Remove "-face" suffix from face
865 name.
866 (table-cell-face): New backward-compatibility alias for renamed face.
867 (table--put-cell-face-property, table--update-cell-face):
868 Use renamed table-cell face.
869
870 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
871 from face name.
872 (sgml-namespace-face): New backward-compatibility alias for
873 renamed face.
874 (sgml-namespace-face): Use renamed sgml-namespace face.
875
876 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
877 (org-level-4, org-level-5, org-level-6, org-level-7)
878 (org-level-8, org-warning, org-headline-done)
879 (org-deadline-announce, org-scheduled-today)
880 (org-scheduled-previously, org-link, org-done, org-table)
881 (org-time-grid): Remove "-face" suffix from face names.
882 (org-level-1-face, org-level-2-face, org-level-3-face)
883 (org-level-4-face, org-level-5-face, org-level-6-face)
884 (org-level-7-face, org-level-8-face, org-warning-face)
885 (org-headline-done-face, org-deadline-announce-face)
886 (org-scheduled-today-face, org-scheduled-previously-face)
887 (org-link-face, org-done-face, org-table-face)
888 (org-time-grid-face):
889 New backward-compatibility aliases for renamed faces.
890 (org-level-faces, org-set-font-lock-defaults, org-timeline)
891 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
892 (org-agenda-get-timestamps, org-agenda-get-scheduled)
893 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
894
895 * emulation/viper-init.el (viper-search, viper-replace-overlay)
896 (viper-minibuffer-emacs, viper-minibuffer-insert)
897 (viper-minibuffer-vi): Remove "-face" suffix from face names.
898 (viper-search-face, viper-replace-overlay-face)
899 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
900 (viper-minibuffer-vi-face):
901 New backward-compatibility aliases for renamed faces.
902 (viper-search-face, viper-replace-overlay-face)
903 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
904 (viper-minibuffer-vi-face): Use renamed viper faces.
905
906 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
907 Remove "-face" suffix from face names.
908 (testcover-nohits-face, testcover-1value-face):
909 New backward-compatibility aliases for renamed faces.
910 (testcover-mark): Use renamed testcover faces.
911
912 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
913 face name.
914 (diary-button-face): New backward-compatibility alias for renamed face.
915 (diary-entry): Use renamed diary-button face.
916
917 * calendar/calendar.el (diary, calendar-today, holiday)
918 (mark-visible-calendar-date): Remove "-face" suffix from face names.
919 (diary-face, calendar-today-face, holiday-face):
920 New backward-compatibility aliases for renamed faces.
921 (eval-after-load "facemenu", diary-entry-marker)
922 (calendar-today-marker, calendar-holiday-marker, diary-face):
923 Use renamed calendar faces.
924
925 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
926 (compare-windows-face): New backward-compatibility alias for
927 renamed face.
928 (compare-windows-highlight): Use renamed compare-windows face.
929
930 * strokes.el (strokes-char): Remove "-face" suffix from face name.
931 (strokes-char-face): New backward-compatibility alias for renamed face.
932 (strokes-encode-buffer): Use renamed strokes-char face.
933
934 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
935 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
936 Remove "-face" suffix from face names.
937 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
938 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
939 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
940 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
941 Use renamed pcvs faces.
942 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
943 * pcvs-defs.el (cvs-mode-map): Likewise.
944 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
945
946 * info.el (info-title-1, info-title-2, info-title-3)
947 (info-title-4): Remove "-face" suffix from and downcase face names.
948 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
949 (Info-title-4-face):
950 New backward-compatibility aliases for renamed faces.
951 (Info-fontify-node): Use renamed info faces.
952
953 * hilit-chg.el (highlight-changes, highlight-changes-delete):
954 Remove "-face" suffix from face names.
955 (highlight-changes-face, highlight-changes-delete-face):
956 New backward-compatibility aliases for renamed faces.
957 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
958 (hilit-chg-make-list): Use renamed highlight-changes faces.
959
960 * generic-x.el (show-tabs-tab, show-tabs-space):
961 Remove "-face" suffix from face names.
962 (show-tabs-tab-face, show-tabs-space-face):
963 New backward-compatibility aliases for renamed faces.
964 (show-tabs-generic-mode-font-lock-defaults-1)
965 (show-tabs-generic-mode-font-lock-defaults-2):
966 Use renamed show-tabs faces.
967
968 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
969 (smerge-markers): Remove "-face" suffix from face names.
970 (smerge-mine-face, smerge-other-face, smerge-base-face)
971 (smerge-markers-face):
972 New backward-compatibility aliases for renamed faces.
973 (smerge-mine-face, smerge-other-face, smerge-base-face)
974 (smerge-markers-face): Use renamed smerge faces.
975
976 * log-view.el (log-view-file, log-view-message):
977 Remove "-face" suffix from face names.
978 (log-view-file-face, log-view-message-face):
979 New backward-compatibility aliases for renamed faces.
980 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
981
982 * paren.el (show-paren-match, show-paren-mismatch):
983 Remove "-face" suffix from face names.
984 (show-paren-match-face, show-paren-mismatch-face):
985 New backward-compatibility aliases for renamed faces.
986 (show-paren-function): Use renamed show-paren faces.
987
988 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
989 (ruler-mode-margins, ruler-mode-fringes)
990 (ruler-mode-column-number, ruler-mode-fill-column)
991 (ruler-mode-comment-column, ruler-mode-goal-column)
992 (ruler-mode-tab-stop, ruler-mode-current-column):
993 Remove "-face" suffix from face names.
994 (ruler-mode-default-face, ruler-mode-pad-face)
995 (ruler-mode-margins-face, ruler-mode-fringes-face)
996 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
997 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
998 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
999 New backward-compatibility aliases for renamed faces.
1000 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
1001 (ruler-mode-column-number, ruler-mode-fill-column)
1002 (ruler-mode-comment-column, ruler-mode-goal-column)
1003 (ruler-mode-tab-stop, ruler-mode-current-column)
1004 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
1005
1006 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1007 face name.
1008 (whitespace-highlight-the-space): Use renamed face.
1009 (whitespace-highlight-face): New backward-compatibility alias for
1010 renamed face.
1011
1012 * woman.el (woman-italic, woman-bold, woman-unknown)
1013 (woman-addition, woman-symbol-face):
1014 Remove "-face" suffix from face names.
1015 (woman-italic-face, woman-bold-face, woman-unknown-face)
1016 (woman-addition-face):
1017 New backward-compatibility aliases for renamed faces.
1018 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1019 (woman-decode-region, woman-replace-match)
1020 (woman-display-extended-fonts, woman-special-characters)
1021 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1022 Use renamed woman faces.
1023
1024 * longlines.el (longlines-visible-face): Face removed.
1025
1026 * diff-mode.el (diff-header, diff-file-header, diff-index)
1027 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1028 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1029 suffix from face names.
1030 (diff-header-face, diff-file-header-face, diff-index-face)
1031 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1032 (diff-changed-face, diff-function-face, diff-context-face)
1033 (diff-nonexistent-face): New backward-compatibility aliases for
1034 renamed faces.
1035 (diff-header-face, diff-file-header-face)
1036 (diff-index, diff-index-face, diff-hunk-header)
1037 (diff-hunk-header-face, diff-removed, diff-removed-face)
1038 (diff-added, diff-added-face, diff-changed-face, diff-function)
1039 (diff-function-face, diff-context-face, diff-nonexistent)
1040 (diff-nonexistent-face): Use renamed diff-mode faces.
1041
1042 * progmodes/compile.el (compilation-warning-face)
1043 (compilation-info-face): Remove "-face" suffix from face names.
1044 (compilation-warning-face, compilation-info-face):
1045 New backward-compatibility aliases for renamed faces.
1046 (compilation-warning-face, compilation-info-face):
1047 Use renamed compilation faces.
1048
1049 * add-log.el (change-log-date, change-log-name)
1050 (change-log-email, change-log-file, change-log-list)
1051 (change-log-conditionals, change-log-function)
1052 (change-log-acknowledgement): Remove "-face" suffix from face names.
1053 (change-log-date-face, change-log-name-face)
1054 (change-log-email-face, change-log-file-face)
1055 (change-log-list-face, change-log-conditionals-face)
1056 (change-log-function-face, change-log-acknowledgement-face):
1057 New backward-compatibility aliases for renamed faces.
1058 (change-log-font-lock-keywords): Use renamed change-log faces.
1059
1060 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1061 (custom-set, custom-changed, custom-saved, custom-button)
1062 (custom-button-pressed, custom-documentation, custom-state)
1063 (custom-comment, custom-comment-tag, custom-variable-tag)
1064 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1065 (custom-group-tag): Remove "-face" suffix from face names.
1066 (custom-magic-alist, custom-magic-value-create)
1067 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1068 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1069 (custom-set-face, custom-changed-face, custom-saved-face)
1070 (custom-button-face, custom-button-pressed-face)
1071 (custom-documentation-face, custom-state-face)
1072 (custom-comment-face, custom-comment-tag-face)
1073 (custom-variable-tag-face, custom-variable-button-face)
1074 (custom-face-tag-face, custom-group-tag-face-1)
1075 (custom-group-tag-face):
1076 New backward-compatibility aliases for renamed faces.
1077
1078 * wid-edit.el (widget-documentation, widget-button)
1079 (widget-field, widget-single-line-field, widget-inactive)
1080 (widget-button-pressed): "-face" suffix removed from face names.
1081 (widget-documentation-face, widget-button-face)
1082 (widget-field-face, widget-single-line-field-face)
1083 (widget-inactive-face, widget-button-pressed-face):
1084 New backward-compatibility aliases for renamed faces.
1085 (widget-documentation-face, widget-button-face)
1086 (widget-button-pressed-face, widget-specify-field)
1087 (widget-specify-inactive): Use renamed widget faces.
1088
1089 2005-06-10 Kenichi Handa <handa@m17n.org>
1090
1091 * term/x-win.el (x-clipboard-yank): Remove condition-case
1092 wrapping.
1093
1094 2005-06-11 Kenichi Handa <handa@m17n.org>
1095
1096 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1097 date lines stricter.
1098
1099 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1100
1101 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1102 of x-get-selection.
1103
1104 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1105
1106 * comint.el (comint-mode, comint-snapshot-last-prompt):
1107 * frame.el (frame-current-scroll-bars):
1108 * term.el (term-mode, term-check-proc, term-input-sender)
1109 (term-simple-send, term-extract-string, term-word)
1110 (term-match-partial-filename):
1111 * window.el (window-current-scroll-bars):
1112 * emulation/cua-base.el (cua-normal-cursor-color)
1113 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1114 (cua-global-mark-cursor-color):
1115 * mail/undigest.el (rmail-forward-separator-regex):
1116 Fix typos in docstrings.
1117
1118 * comint.el (comint-check-proc, make-comint-in-buffer)
1119 (comint-source-default): Doc fixes.
1120
1121 * term.el (term-send-string): Improve argument/docstring
1122 consistency.
1123
1124 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1125
1126 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1127 call to `delete-region'.
1128 (comint-mode-hook): Do not enable Font Lock by default.
1129
1130 2005-06-09 Lute Kamstra <lute@gnu.org>
1131
1132 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1133 could be void.
1134
1135 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1138 (debug): Use it.
1139 (debugger-step-through, debugger-continue, debugger-jump)
1140 (debugger-return-value): Set it when needed.
1141 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1142 Use inhibit-read-only.
1143
1144 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * window.el (shrink-window-if-larger-than-buffer)
1147 (window-size-fixed): Fix typo in docstring.
1148
1149 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1150 thumbnails directory on loading.
1151 (thumbs-conversion-program): Use `eq' to check the system type,
1152 not `equal'.
1153 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1154 not "/tmp". Fix docstring.
1155 (thumbs-thumbsdir): New function to return the thumbnails
1156 directory, creating it if needed.
1157 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1158 (thumbs-temp-file): Delete variable and make it into a function.
1159 (thumbs-resize-image, thumbs-modify-image): Use it.
1160 (thumbs-kill-buffer): Simplify.
1161 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1162 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1163 docstrings.
1164
1165 2005-06-09 Kim F. Storm <storm@cua.dk>
1166
1167 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1168 set-match-data to free markers in match-data.
1169
1170 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1171 match-data to unchain markers in match-data.
1172
1173 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1176 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1177 unnecessary now.
1178
1179 2005-06-08 Richard M. Stallman <rms@gnu.org>
1180
1181 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1182 give the variable a doc string that doesn't say don't set it directly.
1183
1184 * textmodes/ispell.el (ispell-check-version):
1185 Use match-string-no-properties.
1186 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1187 (ispell-buffer-local-words): Likewise.
1188
1189 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1190 except on terminals with enough colors to really display it.
1191 (makefile-dependency-regex): Delete spurious `bb'.
1192
1193 * faces.el (escape-glyph): Use blue once again in last case.
1194 (no-break-space): Redefine so that it isn't invisible on a tty.
1195
1196 2005-06-08 Kim F. Storm <storm@cua.dk>
1197
1198 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1199 also when reading directory name.
1200
1201 2005-06-08 Lute Kamstra <lute@gnu.org>
1202
1203 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1204 (flyspell-mode-line-string): Remove autoload cookie.
1205 (flyspell-mode): Remove defvar.
1206
1207 2005-06-07 Lute Kamstra <lute@gnu.org>
1208
1209 * textmodes/org.el (org-run-mode-hooks): New function.
1210 (org-agenda-mode): Use it.
1211
1212 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1213
1214 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1215
1216 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1219
1220 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1221
1222 * font-lock.el (font-lock-add-keywords): Doc fix.
1223
1224 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1227 (tex-compile-default): In the absence of any history, use the order in
1228 tex-compile-alist to choose the preferred command.
1229 (tex-compile-commands): Reorder a bit.
1230
1231 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1232 (flyspell-incorrect-face, flyspell-duplicate-face):
1233 Use (X)Emacs-agnostic code.
1234 (flyspell-mode-map): Don't overwrite at each load. Remove code
1235 redundant with the subsequent add-minor-mode. Merge Emacs and
1236 XEmacs code.
1237 (flyspell-word): Minor simplification.
1238 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1239 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1240 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1241 Merge the corresponding Emacs code.
1242 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1243
1244 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1245 a dedicated window.
1246
1247 * international/latexenc.el (latexenc-find-file-coding-system):
1248 Undo part of last patch, to turn off a compiler warning.
1249
1250 2005-06-06 Juri Linkov <juri@jurta.org>
1251
1252 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1253 Rename `tmm-inactive-face' to `tmm-inactive'.
1254
1255 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1256
1257 * iswitchb.el: Rename faces.
1258
1259 2005-06-06 Kim F. Storm <storm@cua.dk>
1260
1261 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1262 (cua-global-mark): Remove -face suffix from face names.
1263
1264 * emulation/cua-gmrk.el (cua--init-global-mark):
1265 Remove cua-global-mark face setup.
1266
1267 2005-06-06 Richard M. Stallman <rms@gnu.org>
1268
1269 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1270 just like other allowed characters.
1271 (makefile-match-dependency): Exclude leading and training whitespace
1272 from the range of regexp subexp 1.
1273 (makefile-macroassign-regex): Don't try to match the body,
1274 just the name of the macro being defined.
1275
1276 * info.el (Info-read-node-name-2): New function.
1277 (Info-read-node-name-1): Use that.
1278 Add a completion-base-size-function property.
1279
1280 * simple.el (completion-setup-function): Look for
1281 completion-base-size-function property of
1282 minibuffer-completion-table.
1283
1284 * files.el (locate-file-completion): Doc fix.
1285
1286 * printing.el: Don't call pr-update-menus; user must do that.
1287
1288 * emacs-lisp/debug.el (debugger-window): New variable.
1289 (debug): Use debugger-window if it is set and still alive.
1290 Record debugger-window for next entry.
1291
1292 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1293
1294 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1295
1296 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1297 (hack-one-local-variable, hack-local-variables)
1298 (hack-local-variables-prop-line): Pass that arg.
1299
1300 2005-06-06 Kim F. Storm <storm@cua.dk>
1301
1302 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1303 (ido-indicator): Remove -face suffix from face names.
1304
1305 2005-06-06 Juri Linkov <juri@jurta.org>
1306
1307 * font-lock.el (font-lock-regexp-backslash)
1308 (font-lock-regexp-backslash-construct): New faces.
1309 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1310 after `('. Add `while-no-input' to control structures.
1311
1312 * faces.el (no-break-space, shadow): New faces.
1313 (escape-glyph): Use less loud colors pink2 and red4.
1314
1315 * diff-mode.el (diff-context-face)
1316 * dired.el (dired-ignored)
1317 * rfn-eshadow.el (file-name-shadow)
1318 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1319
1320 * info.el (Info-title-1-face): Use green instead of yellow because
1321 bold yellow is not readable on light backgrounds.
1322
1323 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1324 before selecting the desired mode to not spend time fontifying
1325 old contents.
1326
1327 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1330 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1331
1332 * ps-print.el (ps-default-fg, ps-default-bg):
1333 Fix typos in docstrings.
1334
1335 * isearchb.el (isearchb): Don't pass a spurious second argument to
1336 `iswitchb-completions'.
1337
1338 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1339
1340 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1341 to preserve point.
1342 (gdb-find-file-hook): Add doc string.
1343
1344 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1345 C dereferenced pointer expression.
1346 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1347
1348 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1349
1350 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1351 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1352 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1353 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1354 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1355 Make background transparent.
1356
1357 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1360 (font-lock-remove-keywords): Doc fix.
1361 (font-lock-mode-major-mode): Compiler defvar.
1362 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1363
1364 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1365 (font-lock-mode): Update `font-lock-mode-major-mode'.
1366 (font-lock-set-defaults): Compiler defvar.
1367 (font-lock-default-function): Take `font-lock-mode-major-mode'
1368 into account.
1369
1370 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1371 keep track of which major mode it enabled the minor mode for.
1372 Use find-file-hook again. Update docstring.
1373
1374 * simple.el (eval-expression-print-level)
1375 (eval-expression-print-length, eval-expression-debug-on-error):
1376 Doc fixes.
1377
1378 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1379
1380 * iswitchb.el (iswitchb-single-match-face)
1381 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1382 (iswitchb-invalid-regexp-face): New faces.
1383 (iswitchb-completions): Use them.
1384 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1385 now marked as an obsolete alias.
1386 (iswitchb-read-buffer): Remove check for bound font variables.
1387 (iswitchb-invalid-regexp): New free variable.
1388 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1389 set iswitchb-invalid-regexp.
1390 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1391 invalid regexps.
1392 (iswitchb-completions): Add check for complete match when entering
1393 a regexp.
1394 (iswitchb-completions): Remove require-match argument.
1395 (iswitchb-exhibit): Fix caller.
1396 (iswitchb-common-match-inserted): New variable.
1397 (iswitchb-complete, iswitchb-completion-help): Use it.
1398
1399 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1400
1401 * url-http.el (url-http-chunked-encoding-after-change-function):
1402 Use `url-http-debug' instead of `message'.
1403
1404 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1405
1406 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1407 callback argument.
1408
1409 2005-06-04 Kim F. Storm <storm@cua.dk>
1410
1411 * simple.el (line-move): Only call sit-for when moving backwards.
1412
1413 * ido.el (ido-make-merged-file-list-1): New defun split from
1414 ido-make-merged-file-list.
1415 (ido-make-merged-file-list): Bind throw-on-input around call to
1416 ido-make-merged-file-list-1. Return input-pending-p if
1417 interrupted by more input available.
1418 (ido-read-internal): Handle input-pending-p return value from
1419 ido-make-merged-file-list.
1420
1421 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1424 compatibility code.
1425
1426 * international/latexenc.el (latexenc-find-file-coding-system):
1427 Don't inherit the EOL part of the coding-system from the
1428 tex-main buffer. Fit within 80 columns.
1429
1430 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1431
1432 * tmm.el (tmm-inactive-face): New face.
1433 (tmm-remove-inactive-mouse-face): New function.
1434 (tmm-prompt, tmm-add-one-shortcut)
1435 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1436 but not selectable.
1437
1438 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * faces.el (face-equal): Improve argument/docstring consistency.
1441
1442 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1443
1444 * progmodes/make-mode.el (makefile-targets-face)
1445 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1446 (makefile-bsdmake-dependency-regex)
1447 (makefile-makepp-rule-action-regex)
1448 (makefile-bsdmake-rule-action-regex): New constants.
1449 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1450
1451 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1452 Allow (...) within `...' for makepp messages.
1453
1454 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1455
1456 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1457
1458 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1459 "." files are deleted from all file lists before comparison.
1460
1461 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1462 (viper-ESC-key): Made them customizable.
1463
1464 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1465
1466 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1467
1468 * autorevert.el (auto-revert-buffers): Use save-match-data.
1469
1470 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1473 menu items with a nil command binding.
1474
1475 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * emacs-lisp/cl-macs.el (defsetf):
1478 Improve argument/docstring consistency.
1479
1480 * faces.el (list-faces-display): Improve the formatting by
1481 computing the maximum length required for any face-name (reworked
1482 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1483 (internal-find-face): Remove redundant info in docstring.
1484
1485 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1486
1487 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1488 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1489 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1490 (gdb-assembler-custom): Improve regexps.
1491 (def-gdb-auto-update-handler): Use window point to preserve point.
1492
1493 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1496
1497 2005-05-31 Jay Belanger <belanger@truman.edu>
1498
1499 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1500 to calc-embedded.
1501 (calc-embedded-make-info): Have plain prefix argument select
1502 entire line.
1503
1504 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * faces.el (list-faces-display): Signal error if passed a regexp
1507 that matches no face name.
1508
1509 * simple.el (filter-buffer-substring): Fix typo in docstring.
1510
1511 2005-05-31 Richard M. Stallman <rms@gnu.org>
1512
1513 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1514 (vhdl-emacs-21): Doc fix.
1515 (vhdl-mode): Unconditionally set comment-padding.
1516 (vhdl-fixup-whitespace-region): Insert spaces only where
1517 there are none.
1518 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1519
1520 2005-05-30 John Wiegley <johnw@newartisans.com>
1521
1522 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1523 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1524 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1525 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1526 `string-to-number'.
1527
1528 2005-05-30 Jay Belanger <belanger@truman.edu>
1529
1530 * calc/calc.el (calc-bug-address): Fix docstring.
1531 (calc-window-hook, calc-trail-window-hook): New variables.
1532 (calc-trail-display): Restore use of calc-trail-window-hook.
1533 (calc): Restore use of calc-window-hook.
1534
1535 2005-05-31 Masatake YAMATO <jet@gyve.org>
1536
1537 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1538
1539 * help-fns.el (help-C-file-name): Add autoload mark for
1540 `find-function-noselect'.
1541
1542 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1543
1544 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1545 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1546
1547 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1548
1549 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1550 included diary buffer if it was not already being visited.
1551 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1552
1553 * calendar/icalendar.el (top-level): Do not require 'appt.
1554
1555 * mail/supercite.el (sc-select-attribution): Only use a list
1556 element from sc-attrib-selection-list if it returns a string.
1557 Reported by Davide G. M. Salvetti <salve@debian.org>.
1558
1559 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * thumbs.el (thumbs-thumbname): The resulting thubname now
1562 includes a hash value to improve its uniqueness, and has a ".jpg"
1563 extension. Also, it is now a valid filename on all systems.
1564 (thumbs-make-thumb): Use `let', not `let*'.
1565 (thumbs-show-thumbs-list): Check for JPEG availability.
1566
1567 2005-05-30 Richard M. Stallman <rms@gnu.org>
1568
1569 * filesets.el (filesets-menu-ensure-use-cached):
1570 Prevent warning when emacs-version>= is undefined.
1571
1572 * printing.el (pr-interactive-n-up): Use string-to-number.
1573
1574 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1575
1576 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1577 Warn only when name to be defined is quoted.
1578
1579 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1580
1581 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1582 Make regexp more robust.
1583 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1584 Force regeneration of disassembly.
1585
1586 2005-05-29 Jay Belanger <belanger@truman.edu>
1587
1588 * calc/calc.el (calc-user-invocation): Check if
1589 calc-invocation-macro is non-nil.
1590
1591 2005-05-29 Juri Linkov <juri@jurta.org>
1592
1593 * add-log.el (change-log-font-lock-keywords):
1594 Add `+' to e-mail regexp to accept mail address with keywords.
1595
1596 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1597
1598 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1599
1600 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1601
1602 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1603
1604 2005-05-29 Richard M. Stallman <rms@gnu.org>
1605
1606 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1607 Undo the change that moves to end of the current word.
1608
1609 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1610
1611 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1612 Throw error when count <= 0 to ensure input is a number.
1613 (gdb-read-memory-custom): Pick up address from buffer.
1614 (gdb-memory-mode): Allow user to increment and decrement
1615 memory address from header line.
1616
1617 2005-05-29 Richard M. Stallman <rms@gnu.org>
1618
1619 * flyspell.el (flyspell-version): Function deleted.
1620 (flyspell-auto-correct-previous-hook): Doc fix.
1621
1622 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1623 Do nothing if memory is full.
1624
1625 * font-lock.el (font-lock-fontify-syntactically-region):
1626 Pass t for GREEDY to looking-back.
1627
1628 * saveplace.el (save-place-alist-to-file): Write the file
1629 using write-region.
1630
1631 * subr.el (looking-back): New argument GREEDY.
1632
1633 * progmodes/compile.el (compilation-start): Set the mode
1634 before inserting the initial text.
1635
1636 * progmodes/which-func.el (which-func-update-1): Turn the mode
1637 off in case of error by setting which-func-mode.
1638
1639 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1640
1641 * flyspell.el (flyspell-auto-correct-previous-word):
1642 Narrow down to what's on the screen, and recenter overlays
1643 at the end of the next word.
1644
1645 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1646
1647 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1648 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1649 (flyspell-abbrev-p): Default to nil.
1650 (flyspell-use-global-abbrev-table-p): Doc fix.
1651 (flyspell-large-region): Allow nil as value.
1652 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1653
1654 (mail-mode-flyspell-verify): More robust handling
1655 of `mail-header-separator'. More efficient signature detection.
1656 Allow for regexp metacharacters in message-header-separator.
1657 Adding `To' not to be checked in mail-mode-flyspell-verify.
1658
1659 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1660 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1661 Bind flyspell-auto-correct-binding.
1662 Bind C-. and C-, .
1663 (flyspell-mode-map): Likewise.
1664 (flyspell-mode): Doc fix.
1665 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1666 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1667 (flyspell-word-cache-result): New var, always local.
1668 (flyspell-check-pre-word-p): Doc fix.
1669 (flyspell-check-changed-word-p): Handle spc like newline.
1670 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1671 (flyspell-word-search-backward, flyspell-word-search-forward):
1672 New functions.
1673 (flyspell-word): Return t if nothing to check.
1674 When parsing TeX code, check for after } or \.
1675 Use flyspell-word-search-backward to find previous word.
1676 Return nil if duplicated word.
1677 For word already checked, return same value as last time.
1678 Set flyspell-word-cache-result after checking.
1679 Don't clobber the return value.
1680 (flyspell-get-word): Major rewrite.
1681 (flyspell-external-point-words): New locals pword, pcount.
1682 Fix size used in progress message.
1683 Find the proper corresponding word in flyspell-large-region-buffer.
1684 (flyspell-region): Check for flyspell-large-region = nil.
1685 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1686 (flyspell-auto-correct-word): Check that WORD is a cons.
1687 (flyspell-correct-word): Likewise.
1688
1689 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1690
1691 * progmodes/make-mode.el (makefile-rule-action-regex)
1692 (makefile-macroassign-regex, makefile-makepp-mode)
1693 (makefile-bsdmake-mode): Continuation lines may be empty.
1694 Reported by Joshua Varner.
1695 (makefile-makepp-font-lock-keywords): Add $(stem).
1696
1697 2005-05-28 Karl Berry <karl@gnu.org>
1698
1699 * textmodes/tex-mode.el: Now that tex-send-command calls
1700 shell-quote-argument (2005-03-31 change), remove all calls to
1701 shell-quote-argument; they all end up invoking tex-send-command.
1702 The double quoting loses on filenames with non-safe characters,
1703 such as "@". Reported by Frederik Fouvry.
1704
1705 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1706
1707 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1708 about preserving point.
1709
1710 2005-05-27 Jay Belanger <belanger@truman.edu>
1711
1712 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1713 Info-goto-node.
1714
1715 * calc/calc-embed.el (calc-embed-arg): New variable.
1716 (calc-do-embedded-activate, calc-embedded-activate-formula)
1717 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1718 variable by new variable.
1719 (calc-embedded-make-info): Replace undeclared variable by new
1720 variable. When selecting region with positive prefix
1721 argument, use end of previous line instead of beginning of line.
1722
1723 * calc/calc-aent.el (calc-arg-values): Declare it.
1724
1725 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1726 Declare them.
1727
1728 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1729
1730 * calc/calc.el (calc-alg-map): Declare it.
1731
1732 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1733
1734 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1735
1736 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1737 (gdb-registers-buffer, toggle-gdb-all-registers):
1738 Toggle display of floating point registers.
1739 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1740
1741 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1742 (toggle-gud-tooltip-dereference):
1743 Rename from gud-toggle-tooltip-dereference.
1744
1745 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1748
1749 2005-05-27 Jay Belanger <belanger@truman.edu>
1750
1751 * calc/calc-prog.el (calc-kbd-report): Remove.
1752 (calc-kbd-query): Rewrite.
1753
1754 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1755
1756 * image.el (image-library-alist): Move to image.c.
1757 (image-type-available-p): Doc fix.
1758
1759 2005-05-27 Lute Kamstra <lute@gnu.org>
1760
1761 * calc/calc.el (calc):
1762 * outline.el (outline-1, outline-2, outline-3, outline-4)
1763 (outline-5, outline-6, outline-7, outline-8):
1764 * textmodes/dns-mode.el (dns-mode):
1765 * textmodes/sgml-mode.el (sgml-namespace-face):
1766 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1767 (tex-verbatim-face, tex-use-reftex):
1768 * textmodes/texinfo.el (texinfo-heading-face):
1769 Specify customization group.
1770
1771 * longlines.el: Don't require easy-mmode.
1772 (longlines-visible-face): Specify customization group.
1773
1774 2005-05-27 Kenichi Handa <handa@m17n.org>
1775
1776 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1777 encoding table of windows-1251.
1778
1779 * international/ucs-tables.el (ucs-set-table-for-input):
1780 If translation-table-for-input of a coding system is a symbol, get
1781 its translation-table property.
1782
1783 * international/code-pages.el: Don't register a coding system into
1784 non-iso-charset-alist more than once.
1785 (cp-make-coding-system): Likewise.
1786
1787 2005-05-26 John Wiegley <johnw@newartisans.com>
1788
1789 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1790 `eshell-resume-eval' is wrapped in a list, it indicates that the
1791 command was run asynchronously. In that case, unwrap the value
1792 before checking the delimiter value.
1793
1794 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1795 character before a space at the end of a line is \, assume the space
1796 is part of the last argument rather than a final argument separator.
1797
1798 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1799 is in use, and the target is `t' or `nil' (which are the most common
1800 values), don't assume that the symbol target is a buffer.
1801
1802 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1803
1804 * calendar/calendar.el (calendar-mode-line-format):
1805 Use mode-line-highlight as mouse-face.
1806
1807 * time.el (display-time-string-forms, display-time-update):
1808 Use mode-line-highlight as mouse-face.
1809
1810 2005-05-26 Jay Belanger <belanger@truman.edu>
1811
1812 * calc/calc.el (calc-language-alist): Remove extra defvar.
1813
1814 2005-05-26 Lute Kamstra <lute@gnu.org>
1815
1816 * arc-mode.el (archive-mode):
1817 * bookmark.el (bookmark-read-annotation-mode)
1818 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1819 * bs.el (bs-mode):
1820 * calc/calc-yank.el (calc-edit-mode):
1821 * calc/calc.el (calc-mode, calc-trail-mode):
1822 * calculator.el (calculator-mode):
1823 * chistory.el (command-history-mode):
1824 * comint.el:
1825 * cus-edit.el (custom-mode):
1826 * descr-text.el (describe-text-mode):
1827 * ebuff-menu.el (Electric-buffer-menu-mode):
1828 * ediff-util.el (ediff-mode):
1829 * emacs-lisp/re-builder.el (reb-mode):
1830 * emulation/vi.el (vi-mode-setup):
1831 * emulation/ws-mode.el (wordstar-mode):
1832 * eshell/esh-mode.el (eshell-mode):
1833 * forms.el (forms-mode):
1834 * help-mode.el (help-mode):
1835 * hexl.el (hexl-mode):
1836 * ibuffer.el (ibuffer-mode):
1837 * ielm.el (inferior-emacs-lisp-mode):
1838 * info.el (Info-mode, Info-edit-mode):
1839 * international/swedish.el:
1840 * ledit.el (ledit-from-lisp-mode):
1841 * locate.el (locate-mode):
1842 * mail/rmail.el (rmail-mode):
1843 * mail/rmailedit.el (rmail-edit-mode):
1844 * mail/rmailsum.el (rmail-summary-mode):
1845 * mail/supercite.el (sc-electric-mode):
1846 * net/eudc.el (eudc-mode):
1847 * net/quickurl.el (quickurl-list-mode):
1848 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1849 * obsolete/ooutline.el (outline-mode):
1850 * obsolete/options.el (Edit-options-mode):
1851 * obsolete/rnews.el (news-mode):
1852 * obsolete/rnewspost.el (news-reply-mode):
1853 * play/5x5.el (5x5-mode):
1854 * play/decipher.el (decipher-mode, decipher-stats-mode):
1855 * play/gomoku.el (gomoku-mode):
1856 * play/snake.el (snake-mode):
1857 * play/solitaire.el (solitaire-mode):
1858 * play/tetris.el (tetris-mode):
1859 * progmodes/ada-mode.el (ada-mode):
1860 * progmodes/antlr-mode.el (antlr-mode):
1861 * progmodes/autoconf.el (autoconf-mode):
1862 * progmodes/dcl-mode.el (dcl-mode):
1863 * progmodes/delphi.el (delphi-mode):
1864 * progmodes/ebrowse.el (ebrowse-tree-mode)
1865 (ebrowse-electric-list-mode, ebrowse-member-mode)
1866 (ebrowse-electric-position-mode):
1867 * progmodes/f90.el (f90-mode):
1868 * progmodes/fortran.el (fortran-mode):
1869 * progmodes/icon.el (icon-mode):
1870 * progmodes/idlw-help.el (idlwave-help-mode):
1871 * progmodes/idlw-shell.el (idlwave-shell-mode):
1872 * progmodes/idlwave.el (idlwave-mode):
1873 * progmodes/inf-lisp.el (inferior-lisp-mode):
1874 * progmodes/m4-mode.el (m4-mode):
1875 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1876 * progmodes/modula2.el (modula-2-mode):
1877 * progmodes/octave-inf.el (inferior-octave-mode):
1878 * progmodes/octave-mod.el (octave-mode):
1879 * progmodes/pascal.el (pascal-mode):
1880 * progmodes/sh-script.el (sh-mode):
1881 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1882 * progmodes/vhdl-mode.el (vhdl-mode):
1883 * progmodes/xscheme.el (scheme-interaction-mode):
1884 * replace.el (occur-mode):
1885 * ses.el (ses-mode):
1886 * simple.el (completion-list-mode):
1887 * skeleton.el:
1888 * speedbar.el (speedbar-mode):
1889 * term.el (term-mode):
1890 * terminal.el (terminal-edit-mode):
1891 * textmodes/reftex-index.el (reftex-index-mode)
1892 (reftex-index-phrases-mode):
1893 * textmodes/reftex-sel.el (reftex-select-label-mode)
1894 (reftex-select-bib-mode):
1895 * textmodes/reftex-toc.el (reftex-toc-mode):
1896 * wdired.el (wdired-change-to-wdired-mode):
1897 * wid-browse.el (widget-browse-mode):
1898 Use run-mode-hooks.
1899
1900 * array.el (array-mode):
1901 * calendar/todo-mode.el (todo-mode):
1902 * man.el (Man-mode):
1903 * play/landmark.el (lm-mode):
1904 * play/mpuz.el (mpuz-mode):
1905 Use kill-all-local-variables and run-mode-hooks.
1906
1907 * subr.el (delay-mode-hooks): Specify indentation.
1908
1909 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1910
1911 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1912
1913 2005-05-26 Jay Belanger <belanger@truman.edu>
1914
1915 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1916 of nil.
1917
1918 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * progmodes/gdb-ui.el (gdb-frame-address):
1921 Rename from gdb-current-address.
1922 (gdb-previous-frame-address): Rename from gdb-previous-address.
1923 (gdb-selected-frame): Rename from gdb-current-frame.
1924 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1925 (gdb-frame-number): Rename from gdb-current-stack-level.
1926 (gdb-ann3): Match new mode-name for disassembly buffer.
1927 Extend initialisation of variables.
1928 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1929 (gdb-memory-mode): Use mouse-face in header line.
1930 (gdb-assembler-buffer-name): Call it disassembly and give frame
1931 in mode line.
1932 (gdb-source-spec-regexp, gdb-assembler-custom)
1933 (gdb-invalidate-assembler, gdb-frame-handler):
1934 Make robust to leading zeroes in address format.
1935
1936 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1937
1938 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1939 define `org-mode'.
1940 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1941
1942 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * log-edit.el (log-edit-changelog-entries): Distinguish between
1945 filenames like xfns.c and fns.c.
1946
1947 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1948
1949 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1950 point after reverting.
1951 (Buffer-menu-make-sort-button): Handle the case where
1952 `Buffer-menu-use-header-line' is nil.
1953
1954 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1955
1956 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1957 New funcs. In minibuffer-local-completion-map bind `]', `/'
1958 and `:' to them.
1959
1960 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * startup.el (normal-top-level): Allow modification of load-path while
1963 we're iterating over it.
1964
1965 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1968 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1969 (thumbs-resize-interactive, thumbs-insert-image)
1970 (thumbs-insert-thumb, thumbs-dired-show-marked)
1971 (thumbs-find-image-at-point, thumbs-delete-images)
1972 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1973 (thumbs-increment-image-size, thumbs-decrement-image-size):
1974 Fix typos in docstrings.
1975
1976 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1977
1978 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1979 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1980 (cperl-mode): Use them.
1981
1982 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1985 Doc fixes.
1986
1987 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1990 Bind C-d to gdb-inferior-io-eof.
1991
1992 * dired.el (dired-dnd-popup-notice): Use message-box.
1993
1994 2005-05-23 Masatake YAMATO <jet@gyve.org>
1995
1996 * bindings.el (mode-line-major-mode-keymap):
1997 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1998
1999 * faces.el (mode-line-highlight): New face.
2000
2001 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
2002 as mouse-face.
2003
2004 * bindings.el (top-level, help-echo, mode-line-modified)
2005 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2006 as mouse-face.
2007
2008 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2009
2010 * progmodes/cc-engine.el (c-guess-basic-syntax):
2011 Remove spurious call to `zerop'.
2012
2013 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2014
2015 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2016
2017 CC Mode update to 5.30.10:
2018
2019 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2020 could go past the limit in decoration level 2, thereby causing
2021 errors during interactive fontification.
2022
2023 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2024 the file is evaluated interactively.
2025
2026 * cc-engine.el (c-guess-basic-syntax): Handle operator
2027 declarations somewhat better in C++.
2028
2029 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2030 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2031 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2032 (awk-mode): Use it.
2033 (make-local-hook): Suppress warning about obsoleteness.
2034
2035 * cc-engine.el, cc-align.el, cc-cmds.el
2036 (c-append-backslashes-forward, c-delete-backslashes-forward)
2037 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2038 Compensate for return value from `forward-line' when it has moved
2039 but not to a different line due to eob.
2040
2041 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2042 `objc-method-intro' and `objc-method-args-cont'.
2043
2044 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2045
2046 CC Mode update to 5.30.10:
2047
2048 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2049 in the copyright statement. Incidentally, change "along with GNU
2050 Emacs" to "along with this program" where it occurs.
2051
2052 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2053 so that it is interactive, hence can be found by M-x awk-mode
2054 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2055 <gmorris+emacs@ast.cam.ac.uk>.
2056
2057 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2058 Mode's regexps.
2059
2060 2005-05-23 Kevin Ryde <user42@zip.com.au>
2061
2062 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2063 c-parse-state, to avoid a lisp error (on bad code).
2064
2065 2005-05-23 Lute Kamstra <lute@gnu.org>
2066
2067 * subr.el (font-lock-defaults): Remove defvar as it's already
2068 defined in font-core.el.
2069
2070 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2071
2072 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2073
2074 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2075 more general and work when GDB variable "print pretty" is on,
2076 as with Emacs, for example.
2077
2078 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2079
2080 * font-core.el: Update comment.
2081
2082 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2083 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2084
2085 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2086
2087 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2088
2089 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2090 and `yank-handler' in the doc strings.
2091
2092 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2095
2096 2005-05-22 Richard M. Stallman <rms@gnu.org>
2097
2098 * help.el (describe-key): Move print-help-return-message call
2099 out of conditional.
2100
2101 * progmodes/etags.el (list-tags): Use with-no-warnings.
2102
2103 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2104 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2105 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2106
2107 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2108
2109 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2110 Add defvar.
2111
2112 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2113 Use defvar, not defconst.
2114
2115 * hexl.el (hexl-follow-line): Use with-no-warnings.
2116
2117 * emulation/tpu-extras.el: Use write-file-functions instead of
2118 write-file-hooks.
2119
2120 * dired.el (dired-font-lock-keywords): Fontify files with junk
2121 extensions even if marked by -F.
2122
2123 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2124
2125 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2126 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2127 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2128 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2129 (concatenate, list-length, get*, getf, cl-remprop):
2130 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2131 (etypecase, progv, lexical-let, lexical-let*)
2132 (multiple-value-bind, multiple-value-setq, shiftf):
2133 Improve argument/docstring consistency.
2134
2135 * subr.el (focus-frame, unfocus-frame):
2136 Revert deletion on 2005-05-01.
2137
2138 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2139
2140 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2141 doesn't exist.
2142
2143 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2144 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2145
2146 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2147
2148 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2149 already deleted variables: auto-fill-hook, blink-paren-hook,
2150 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2151 suspend-hooks, comment-indent-hook, meta-flag,
2152 before-change-function, after-change-function,
2153 font-lock-doc-string-face.
2154
2155 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2156
2157 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2158
2159 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2160
2161 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2162 rmail-dont-reply-to.
2163
2164 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2165
2166 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2167 literal blank when splitting new-header-values.
2168
2169 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2170
2171 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2172 string so that tmm doesn't create a completion entry for it.
2173
2174 * textmodes/table.el (table-disable-menu): Ditto.
2175
2176 2005-05-21 Richard M. Stallman <rms@gnu.org>
2177
2178 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2179
2180 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2181
2182 * net/rcompile.el (remote-compile): Use compilation-start.
2183
2184 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2185
2186 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2187
2188 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2189 Default to makefile-bsdmake-mode on BSD systems.
2190
2191 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2192 REGEXP may also be a search function now. The part of doc-string
2193 for describing the structure was 95% identical to that of
2194 `imenu--generic-function'. Unify it there.
2195
2196 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2197 Use function to find dependencies, because regexp alone is so complex,
2198 it easily goes into an endless loop.
2199 (makefile-makepp-mode): Also add submenu for Perl functions
2200 defined in the makefile.
2201 (makefile-bsdmake-mode): Special imenu-generic-expression no
2202 longer needed, due to function call.
2203 (makefile-match-dependency): Take BOUND into account when checking
2204 if we're through.
2205
2206 2005-05-20 Jay Belanger <belanger@truman.edu>
2207
2208 * calc/calc-units.el (calc-invalidate-units-table):
2209 Use inhibit-read-only.
2210 (math-build-units-table-buffer): Use view-mode.
2211
2212 2005-05-20 David Kastrup <dak@gnu.org>
2213
2214 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2215 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2216
2217 2005-05-20 Lute Kamstra <lute@gnu.org>
2218
2219 * diff-mode.el (diff-header-face, diff-file-header-face)
2220 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2221 (diff-added-face, diff-changed-face, diff-function-face)
2222 (diff-context-face, diff-nonexistent-face): Put them in the
2223 diff-mode customization group.
2224
2225 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2228
2229 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2230
2231 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2232 Minor regexp-optimization.
2233
2234 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2235
2236 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2237 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2238 (org-agenda-add-time-grid-maybe): New function.
2239 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2240 (org-table-create): `dotimes' instead of `mapcar'.
2241 (org-xor): Simplify implementation.
2242 (org-agenda): `inhibit-redisplay' turned on.
2243 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2244 a consistent line after a state change.
2245 (org-agenda-remove-times-when-in-prefix): New option.
2246 (org-prefix-has-time): New variable.
2247 (org-parse-time-string): Optional argument NODEFAULT.
2248 (org-format-agenda-item): Parse items for time-of-day
2249 specifications and move these into the prefix if possible.
2250 (org-agenda-priority): Get current heading, not previous heading
2251 during agenda remote editing.
2252
2253 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2256 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2257 (remove-duplicates, delete-duplicates, substitute)
2258 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2259 (nsubstitute-if-not, find, find-if, find-if-not, position)
2260 (position-if, position-if-not, count, count-if, count-if-not)
2261 (mismatch, search, sort*, stable-sort, merge, member*)
2262 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2263 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2264 (intersection, nintersection, set-difference, nset-difference)
2265 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2266 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2267 (nsublis, tree-equal): Improve argument/docstring consistency.
2268
2269 * subr.el (send-string, send-region):
2270 Remove obsolescence declaration.
2271 (window-dot, set-window-dot, read-input, show-buffer)
2272 (eval-current-buffer, string-to-int):
2273 Add release number to obsolescence declarations.
2274
2275 2005-05-19 Kim F. Storm <storm@cua.dk>
2276
2277 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2278 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2279
2280 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2281
2282 * faces.el (list-faces-display): Make back button respect optional
2283 regexp arg.
2284
2285 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2286
2287 * calculator.el (calculator-radix-grouping-mode)
2288 (calculator-radix-grouping-digits, calculator-displayer)
2289 (calculator-radix-grouping-separator, calculator-copy-displayer):
2290 * dabbrev.el (dabbrev-search-these-buffers-only):
2291 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2292 (diff-advance-after-apply-hunk, diff-mode-hook)
2293 (diff-minor-mode-prefix):
2294 * imenu.el (imenu-use-popup-menu):
2295 * jit-lock.el (jit-lock-context-time):
2296 * newcomment.el (comment-fill-column, comment-column)
2297 (comment-style, comment-padding, comment-multi-line)
2298 (comment-empty-lines, comment-auto-fill-only-comments):
2299 * reveal.el (reveal-around-mark):
2300 * uniquify.el (uniquify-buffer-name-style)
2301 (uniquify-after-kill-buffer-p)
2302 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2303 (uniquify-min-dir-content, uniquify-separator)
2304 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2305 * w32-vars.el (w32-fixed-font-alist):
2306 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2307 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2308 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2309 * progmodes/perl-mode.el (perl-indent-level)
2310 (perl-continued-statement-offset, perl-continued-brace-offset)
2311 (perl-brace-offset, perl-brace-imaginary-offset)
2312 (perl-label-offset, perl-indent-continued-arguments)
2313 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2314 * progmodes/tcl.el (tcl-indent-level)
2315 (tcl-continued-indent-level, tcl-auto-newline)
2316 (tcl-tab-always-indent, tcl-electric-hash-style)
2317 (tcl-help-directory-list, tcl-use-smart-word-finder)
2318 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2319 (inferior-tcl-source-command):
2320 * textmodes/fill.el (enable-kinsoku):
2321 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2322 * textmodes/table.el (table-yank-handler):
2323 Specify missing group (and type, if simple) in defcustom.
2324
2325 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2326
2327 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2328
2329 2005-05-19 Richard M. Stallman <rms@gnu.org>
2330
2331 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2332
2333 * subr.el (event-basic-type): Don't get an error.
2334 (left-fringe-p): Function deleted.
2335
2336 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2337 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2338
2339 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2340 in recursive copy.
2341
2342 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2343
2344 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2345
2346 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2347 Call byte-compile-nogroup-warn if appropriate.
2348
2349 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2350 (compilation-set-window): Don't call left-fringe-p; do it directly.
2351
2352 2005-05-19 Jay Belanger <belanger@truman.edu>
2353
2354 * calc/calc-graph.el (calc-graph-format-data): Make sure
2355 var-PlotRejects is bound before trying to check its value.
2356
2357 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2358
2359 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2360 definition of this variable from reftex-global.el to reftex.el,
2361 because it is needed in the menu.
2362
2363 2005-05-19 Lute Kamstra <lute@gnu.org>
2364
2365 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2366 years are fixed. Don't insert a space after a dash.
2367
2368 2005-05-19 Kim F. Storm <storm@cua.dk>
2369
2370 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2371
2372 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2373
2374 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2375 strings, because (eq ... ?\\) is fairly frequent.
2376
2377 * progmodes/make-mode.el (makefile-add-this-line-targets):
2378 Simplify and integrate into `makefile-pickup-targets'.
2379 (makefile-add-this-line-macro): Simplify and integrate into
2380 `makefile-pickup-macros.
2381 (makefile-pickup-filenames-as-targets): Simplify.
2382 (makefile-previous-dependency, makefile-match-dependency):
2383 Don't stumble over `::'.
2384
2385 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2386
2387 * subr.el (post-command-idle-hook, post-command-idle-delay):
2388 Remove obsoletion of post-command-idle-hook and
2389 post-command-idle-delay.
2390
2391 * faces.el (list-faces-display): Provide button when describe-face
2392 is called to take user back to the list of faces.
2393
2394 * help-fns.el (describe-variable): Remove hyperlinks in a
2395 variable's value as these are quite frequently inappropriate.
2396
2397 * follow.el (follow-submit-feedback, follow-mode):
2398 Remove references to post-command-idle-hook.
2399
2400 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2401
2402 * progmodes/make-mode.el (makefile-previous-dependency)
2403 (makefile-match-dependency): Check for := (and in bsd mode also
2404 !=) to give a better result, even when font-lock is not on.
2405
2406 2005-05-18 Jay Belanger <belanger@truman.edu>
2407
2408 * calc/calc-help.el (calc-s-prefix-help):
2409 Add `calc-copy-special-constant' to help string.
2410
2411 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2412
2413 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2414
2415 2005-05-18 Jay Belanger <belanger@truman.edu>
2416
2417 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2418 in linear factors are in proper order.
2419
2420 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2421
2422 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2423 Support for jurabib.
2424
2425 * textmodes/reftex.el (featurep): Define aliases for overlay
2426 commands, for XEmacs compatibility, and use these aliases in
2427 overlay initializations.
2428 (reftex-highlight): Use `reftex-move-overlay'.
2429 (reftex-unhighlight): Use `reftex-delete-overlay'.
2430 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2431 (reftex-access-search-path): Use `reftex-uniquify' instead of
2432 `reftex-uniq'
2433
2434 * textmodes/reftex-sel.el (reftex-select-unmark):
2435 Overlay `before-string' property modification enables for Emacs as well.
2436 (reftex-select-item): Use `reftex-delete-overlay'.
2437 (reftex-select-mark): Use `reftex-make-overlay' and
2438 `reftex-overlay-put'.
2439 (reftex-select-unmark): Use `reftex-delete-overlay' and
2440 `reftex-overlay-put'.
2441
2442 2005-05-18 Lute Kamstra <lute@gnu.org>
2443
2444 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2445
2446 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2447
2448 * add-log.el (add-change-log-entry):
2449 * array.el (array-make-template, array-reconfigure-rows)
2450 (array-init-max-row, array-init-max-column)
2451 (array-init-columns-per-line, array-init-field-width):
2452 * replace.el (replace-match-maybe-edit, perform-replace):
2453 * textmodes/spell.el (spell-region):
2454 Replace `read-input' by `read-string'.
2455
2456 * forms.el (forms-mode):
2457 * finder.el (finder-compile-keywords):
2458 * shadowfile.el (shadow-read-files):
2459 Replace `eval-current-buffer' by `eval-buffer'.
2460
2461 * terminal.el (te-pass-through):
2462 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2463 (ange-ftp-raw-send-cmd):
2464 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2465 (send-process-next-char, telnet-initial-filter, telnet):
2466 Replace `send-string' by `process-send-string'.
2467
2468 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2469 (prolog-consult-region): Replace `send-string' by
2470 `process-send-string'; replace `send-region' by `process-send-region'.
2471
2472 * progmodes/delphi.el (delphi-log-msg):
2473 Replace `set-window-dot' by `set-window-point'.
2474
2475 * subr.el (window-dot, set-window-dot, read-input, send-string)
2476 (send-region, show-buffer, eval-current-buffer):
2477 Make really obsolete, as the comment says.
2478
2479 2005-05-17 Kim F. Storm <storm@cua.dk>
2480
2481 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2482 (cua--init-keymaps): Bind C-return instead of S-return to set
2483 rectangle mark.
2484
2485 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2486 instead of S-return to toggle/clear rectangle mark.
2487
2488 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2489
2490 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2491 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2492 Also fontify plain strings assigned to variables, mostly so that a
2493 colon has a face and is thus not taken as a dependency separator.
2494 (makefile-previous-dependency): Inline the new matcher, because it
2495 is too complex to work in both directions.
2496 (makefile-match-dependency): Eliminate `backward' arg (see above).
2497 Completely reimplemented so as to not sometimes go into an endless
2498 loop. It should also be more efficient, because first it only
2499 searches for `:', instead of applying the very complex regexp.
2500 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2501 to be fontified in one piece can be too long for JIT.
2502 Makefiles are never *that* big.
2503
2504 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2505
2506 * dired.el (dired-mode): Simplify.
2507
2508 2005-05-17 Lute Kamstra <lute@gnu.org>
2509
2510 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2511 defcustom for the mode hook variable.
2512
2513 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2514 Emacs Lisp Reference Manual.
2515
2516 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2519 (evenp, list*):
2520 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2521 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2522
2523 * net/tramp-smb.el (tramp-smb-open-connection):
2524 Pass `tramp-chunksize' as fifth (required) argument.
2525
2526 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2527
2528 * font-lock.el (lisp-font-lock-keywords-1):
2529 Set `font-lock-negation-char-face' for [^...] char group.
2530 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2531
2532 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2533 a var, and refine it to mask one more level of nested vars.
2534 (makefile-rule-action-regex): Turn it into a var, and refine it so
2535 it recognizes backslashed continuation lines as belonging to the
2536 same command.
2537 (makefile-macroassign-regex): Refine it so it recognizes
2538 backslashed continuation lines as belonging to the same command.
2539 (makefile-var-use-regex): Don't look at the next char, because it
2540 might be the same one to be skipped by the initial [^$], leading
2541 to an overlooked variable use.
2542 (makefile-make-font-lock-keywords): Remove two parameters, which
2543 are now variables that some of the modes set locally.
2544 Handle dependency and rule action matching through functions, because
2545 regexps alone match too often. Dependency matching now comes
2546 last, so it can check, whether a colon already matched something else.
2547 (makefile-mode): Inform that font-lock improves makefile parsing
2548 capabilities.
2549 (makefile-match-dependency, makefile-match-action): New functions.
2550
2551 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2552
2553 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2554
2555 * align.el (align-regexp):
2556 * ansi-color.el (ansi-color-get-face):
2557 * array.el (array-reconfigure-rows, array-init-max-row)
2558 (array-init-max-column, array-init-columns-per-line)
2559 (array-init-field-width):
2560 * dired-aux.el (dired-trample-file-versions):
2561 * dired-x.el (dired-mark-sexp):
2562 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2563 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2564 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2565 * faces.el (face-read-integer):
2566 * files.el (backup-extract-version, insert-directory):
2567 * hexl.el (hexl-insert-decimal-char):
2568 * server.el (server-process-filter):
2569 * shell.el (shell-extract-num):
2570 * startup.el (command-line-1):
2571 * term.el (term-command-hook):
2572 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2573 (time-stamp-do-number):
2574 * time.el (display-time-update):
2575 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2576 (timezone-fix-time):
2577 * vms-patch.el (vms-suspend-resume-hook):
2578 * calendar/appt.el (appt-convert-time):
2579 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2580 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2581 * calendar/cal-islam.el (mark-islamic-diary-entries):
2582 * calendar/calendar.el (calendar-cursor-to-date)
2583 (calendar-star-date):
2584 * calendar/diary-lib.el (diary-attrtype-convert)
2585 (mark-diary-entries, diary-entry-time):
2586 * calendar/solar.el (solar-get-number):
2587 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2588 * emacs-lisp/re-builder.el (reb-display-subexp):
2589 * emulation/edt.el (edt-set-scroll-margins):
2590 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2591 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2592 (vip-get-ex-count):
2593 * emulation/viper-ex.el (viper-get-ex-token)
2594 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2595 * international/fontset.el (fontset-plain-name):
2596 * mail/feedmail.el (feedmail-look-at-queue-directory):
2597 * mail/mailalias.el (mail-get-names):
2598 * mail/rmail.el (rmail-convert-to-babyl-format):
2599 * mail/rmailsum.el (rmail-make-basic-summary-line)
2600 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2601 (rmail-summary-goto-msg):
2602 * mail/smtpmail.el (smtpmail-read-response):
2603 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2604 (ange-ftp-vms-add-file-entry):
2605 * play/gametree.el (gametree-looking-at-ply)
2606 (gametree-current-branch-score):
2607 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2608 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2609 * progmodes/cperl-mode.el (condition-case):
2610 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2611 (ebrowse-set-member-buffer-column-width)
2612 (ebrowse-select-1st-to-9nth):
2613 * progmodes/etags.el (etags-snarf-tag):
2614 * progmodes/flymake.el (flymake-parse-line):
2615 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2616 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2617 (idlwave-shell-menu-def):
2618 * progmodes/ps-mode.el (ps-run-goto-error):
2619 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2620 (vhdl-speedbar-contract-level):
2621 * term/mac-win.el (x-handle-numeric-switch):
2622 * term/sun-mouse.el (sun-get-frame-data):
2623 * term/w32-win.el (x-handle-numeric-switch):
2624 * term/x-win.el (x-handle-numeric-switch):
2625 * textmodes/ispell.el (ispell-parse-output):
2626 * textmodes/nroff-mode.el (nroff-outline-level):
2627 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2628 (reftex-bib-sort-year-reverse, reftex-format-citation):
2629 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2630 (reftex-section-number):
2631 * textmodes/texinfmt.el (texinfo-paragraphindent):
2632 Replace `string-to-int' by `string-to-number'.
2633
2634 * international/latexenc.el: Add page marker to force the "Local
2635 Variables:" string out of the last page.
2636
2637 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2638
2639 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2640 tooltip-change-major-mode.
2641 (gud-tooltip-print-command): Remove case where gud-minor-mode
2642 is gdb ("--fullname").
2643 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2644 explain to user.
2645
2646 2005-05-16 Jay Belanger <belanger@truman.edu>
2647
2648 * calc/calc-store.el (calc-copy-special-constant): New function.
2649
2650 * calc/calc-ext.el (calc-init-extensions): Add binding for
2651 `calc-copy-special-constant'.
2652
2653 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2654 for the `calc-copy-special-constant' command.
2655
2656 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * subr.el (left-fringe-p): New function.
2659
2660 * progmodes/compile.el (compilation-setup): Set local value of
2661 overlay-arrow-string to "" always.
2662 (compilation-set-window): Left fringe then don't scroll.
2663 No left fringe then no arrow and scroll message to top.
2664 (compilation-context-lines): Adjust doc string accordingly.
2665
2666 2005-05-16 Kim F. Storm <storm@cua.dk>
2667
2668 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2669 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2670 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2671 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2672 (ido-read-file-name): Handle commands with ido property value
2673 equal to find-file as reading a file name, to allow C-d to enter dired.
2674 (ibuffer-find-file): Add ido property with value find-file.
2675
2676 2005-05-15 Kim F. Storm <storm@cua.dk>
2677
2678 * subr.el (open-network-stream-nowait): Remove.
2679 (open-network-stream-server): Remove.
2680
2681 2005-05-15 Richard M. Stallman <rms@gnu.org>
2682
2683 * faces.el (describe-face): Output a definition link button.
2684
2685 * help-mode.el (help-face-def): New button type.
2686
2687 * emacs-lisp/copyright.el (copyright-fix-years):
2688 Match properly if the first year is 2-digit.
2689 Don't mess up the whitespace after the years by filling.
2690
2691 * dired-aux.el (dired-mark-confirm):
2692 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2693
2694 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2695 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2696 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2697
2698 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2699 Set font-lock-comment-start-skip.
2700
2701 * font-lock.el (font-lock-comment-start-skip): New variable.
2702 (font-lock-comment-end-skip): New variable.
2703 (font-lock-fontify-syntactically-region): Use them if non-nil.
2704
2705 2005-05-15 Jay Belanger <belanger@truman.edu>
2706
2707 * calc/calc-store.el (calc-store-value): Return a string rather
2708 than display it as a message.
2709 Use calc-var-name for variable name.
2710 (calc-store-into): Add the result of calc-store-value to message.
2711 (calc-copy-variable): Add a message.
2712 (calc-store-exchange): Improve error messages.
2713 (calc-store-binary, calc-store-map): Don't reset the values of
2714 special constants.
2715
2716 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2717
2718 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2719 manual to docstring.
2720
2721 * files.el (hack-local-variables-confirm): Add STRING argument.
2722 Make the function handle non file visiting buffers correctly.
2723 (hack-local-variables-prop-line, hack-local-variables)
2724 (hack-one-local-variable): Use STRING arg of
2725 `hack-local-variables-confirm'.
2726
2727 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2728
2729 Sync with Tramp 2.0.49.
2730
2731 * tramp.el (tramp-handle-dired-call-process)
2732 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2733 because the contents of the Tramp buffer is changed before
2734 insertion (`expand-file' and alike).
2735 (tramp-handle-insert-directory): If `localname' has an empty
2736 nondirectory name, it must not be quoted.
2737 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2738 variable `tramp-chunksize'. Change callees.
2739 (tramp-open-connection-setup-interactive-shell): Check remote host
2740 for buggy `send-process-string' implementation.
2741 Set `tramp-chunksize' if found. Reported by Michael Kifer
2742 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2743 (tramp-handle-shell-command): `insert-buffer' cannot be used
2744 because the contents of the Tramp buffer is changed before
2745 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2746 <frederic.bothamy@free.fr>.
2747 (tramp-set-auto-save): Actions should be done for Tramp file name
2748 handler only. Ange-FTP has its own auto-save mechanism.
2749 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2750 (tramp-set-auto-save-file-modes): Set file modes of
2751 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2752 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2753 (tramp-bug): Remove obsolete variable.
2754 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2755 for presence of `mml-mode'. Make it running for older Emacsen as well.
2756
2757 2005-05-14 John Paul Wallington <jpw@pobox.com>
2758
2759 * ibuf-ext.el (define-ibuffer-filter filename):
2760 If `dired-directory' is a list, use its car.
2761
2762 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2763
2764 * ibuffer.el (define-ibuffer-column filename):
2765 If `dired-directory' is a list, use its car.
2766
2767 2005-05-14 Richard M. Stallman <rms@gnu.org>
2768
2769 * subr.el (symbol-file): Doc fix.
2770
2771 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2772 (byte-compile-form): Call byte-compile-nogroup-warn.
2773 (byte-compile-warning-types): Doc fix.
2774
2775 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2776
2777 * progmodes/cc-engine.el (c-literal-faces):
2778 Add font-lock-comment-delimiter-face.
2779
2780 * net/net-utils.el (dig): Use with-no-warnings.
2781
2782 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2783 (sc-recite-frame-alist, sc-default-cite-frame)
2784 (sc-default-uncite-frame, sc-default-recite-frame)
2785 (sc-attrib-selection-list, sc-rewrite-header-list):
2786 Mark as risky-local-variable.
2787
2788 * international/ogonek.el (ogonek-jak, ogonek-how):
2789 Don't use beginning-of-buffer.
2790
2791 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2792
2793 * calendar/solar.el (solar-data-list): Move definition up.
2794
2795 * dnd.el (dnd-protocol-alist): Add autoload.
2796
2797 * progmodes/sh-script.el: Many doc usage fixes.
2798 (sh-indent-after-do): Change default to match common styles.
2799
2800 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2801
2802 * files.el (interpreter-mode-alist)
2803 (auto-mode-interpreter-regexp): Doc fixes.
2804
2805 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2806
2807 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2808
2809 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2810
2811 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2812
2813 * dired.el (dired-mode): make-variable-buffer-local =>
2814 make-local-variable.
2815
2816 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2817
2818 * term/mac-win.el (mac-select-convert-to-string): Try coding
2819 systems in mac-script-code-coding-systems if specified one cannot
2820 encode string for `com.apple.traditional-mac-plain-text'.
2821
2822 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2823
2824 * progmodes/make-mode.el (makefile-targets-face)
2825 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2826 (makefile-dependency-regex): Fix it to not make the colon in
2827 $(var:a=b) special.
2828 (makefile-rule-action-regex): New regexp for highlighting embedded
2829 Shell strings.
2830 (makefile-macroassign-regex): Handle != for highlighting as
2831 embedded Shell strings.
2832 (makefile-var-use-regex): New const.
2833 (makefile-statements, makefile-automake-statements)
2834 (makefile-gmake-statements, makefile-makepp-statements)
2835 (makefile-bsdmake-statements): New consts.
2836 (makefile-make-font-lock-keywords): New function.
2837 (makefile-automake-font-lock-keywords)
2838 (makefile-gmake-font-lock-keywords)
2839 (makefile-makepp-font-lock-keywords)
2840 (makefile-bsdmake-font-lock-keywords): New consts.
2841 (makefile-mode-map): Add switchers between the various submodes.
2842 (makefile-mode): Document the availability of the variants.
2843 (makefile-automake-mode, makefile-gmake-mode)
2844 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2845
2846 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2847 new variants of makefile-mode.
2848
2849 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2852 the inheritance.
2853
2854 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2855
2856 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2857 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2858
2859 * files.el (normal-mode): Extend the scope of the
2860 `enable-local-variables' binding to include the `set-auto-mode' call.
2861 (magic-mode-alist): Doc fix.
2862
2863 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2866 font-lock-comment-face rather than copying its setting.
2867
2868 2005-05-12 Andreas Schwab <schwab@suse.de>
2869
2870 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2871
2872 2005-05-12 Lute Kamstra <lute@gnu.org>
2873
2874 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2875 defcustom for the mode hook variable. Delete the last argument.
2876 * generic-x.el: Fix callers of define-generic-mode.
2877 (generic-x-modes): Delete group.
2878 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2879 generic-x customization group.
2880
2881 2005-05-12 Kim F. Storm <storm@cua.dk>
2882
2883 * font-lock.el (font-lock-negation-char-face): Default to "off".
2884
2885 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2886 font-lock-negation-char-face to ! in !=.
2887
2888 2005-05-12 Masatake YAMATO <jet@gyve.org>
2889
2890 * add-log.el (find-change-log): Fix typos in the docstring
2891 of function.
2892
2893 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2894
2895 * international/latexenc.el (latexenc-find-file-coding-system):
2896 Avoid `re-search-forward' when looking for input encoding because
2897 of speed and safety. Better regular expressions for recognizing
2898 input encoding. Limit a search for TeX-master/tex-main-file to
2899 the local variable section.
2900
2901 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2902
2903 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2904 syntax of $ to "'" (quote).
2905
2906 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2907
2908 * dnd.el (dnd-protocol-alist): Improve custom type.
2909
2910 * dired.el (dired-dnd-protocol-alist): New variable.
2911 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2912 `dired-mode-hook' to the end.
2913
2914 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2917 comment-end if comment-start-skip is not set.
2918 Obey the font-lock-comment-delimiter-face variables.
2919
2920 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2921
2922 * files.el (executable-find): Move from executable.el. Use locate-file.
2923 * progmodes/executable.el (executable-find): Move to files.el.
2924
2925 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2926 when trying to ensure forward progress.
2927
2928 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2931 (mouse-select, mouse-select-internal, mouse-extend-internal):
2932 Use it to implement mouse-1-click-follows-link functionality.
2933
2934 2005-05-11 Richard M. Stallman <rms@gnu.org>
2935
2936 * font-lock.el (font-lock-fontify-syntactically-region):
2937 Use font-lock-comment-delimiter-face for comment delimiters.
2938
2939 2005-05-10 Jay Belanger <belanger@truman.edu>
2940
2941 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2942 preserving embedded modes.
2943
2944 2005-05-10 Richard M. Stallman <rms@gnu.org>
2945
2946 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2947
2948 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2949 Move from ada-stmt.el.
2950 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2951
2952 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2953 Move to ada-mode.el.
2954 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2955
2956 * cus-edit.el (custom-file): Call file-chase-links.
2957
2958 * files.el (read-directory-name): Fix previous change.
2959 (hack-local-variables-confirm): New function.
2960 (hack-local-variables-prop-line, hack-local-variables)
2961 (hack-one-local-variable): Use it.
2962
2963 2005-05-10 Lute Kamstra <lute@gnu.org>
2964
2965 * font-lock.el (font-lock-keywords-alist)
2966 (font-lock-removed-keywords-alist): Clarify docstrings.
2967
2968 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2969
2970 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2971 (gdb-source-info): Check for preprocessor info.
2972 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2973 a macro for a function.
2974 (gdb-info-breakpoints-custom): Try to find file again if not already
2975 found (user might have used GDB dir command).
2976 (gdb-get-location): Update gdb-location-alist correctly for change
2977 to gdb-info-breakpoints-custom.
2978
2979 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2980 (gud-tooltip-print-command): Add gdbmi case.
2981 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2982 preprocessor info.
2983
2984 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2985
2986 * startup.el (fancy-splash-insert): Fix typo in doc string.
2987
2988 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2989
2990 * obsolete/float.el (string-to-float):
2991 * obsolete/hilit19.el (hilit-add-pattern):
2992 * obsolete/rnews.el (news-parse-range, news-select-message)
2993 (news-get-pruned-list-of-files): Replace `string-to-int' by
2994 `string-to-number'.
2995
2996 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2997 `find-file-not-found-hooks'; use `add-hook'.
2998 (uncompress-while-visiting): Set `write-file-functions', not
2999 `write-file-hooks'; use `add-hook'.
3000
3001 2005-05-09 Kim F. Storm <storm@cua.dk>
3002
3003 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
3004 (cua-paste): Handle clipboard action.
3005 (cua--init-keymaps): Remap clipboard-kill-region and
3006 clipboard-kill-ring-save.
3007
3008 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3009
3010 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3011 Improve commentary.
3012
3013 * simple.el (next-error-overlay-arrow-position): Revert the change
3014 made on 2005-04-30.
3015
3016 2005-05-07 Jay Belanger <belanger@truman.edu>
3017
3018 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3019 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3020 `calc-sel-reselect'.
3021
3022 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3023 Calc is in embedded mode.
3024
3025 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3026
3027 * progmodes/compile.el (compilation-setup):
3028 Set overlay-arrow-string to an empty string on text terminals.
3029
3030 * textmodes/ispell.el (ispell-program-name): Try looking for
3031 "aspell" along exec-path, and if found, use it as the default
3032 speller program.
3033
3034 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3035
3036 * international/mule.el (sgml-xml-auto-coding-function):
3037 Recognize encoding='FOO' in single quotes as well as in double quotes.
3038
3039 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3040
3041 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3042 as well as `interactive', so that defmacro* would recognize
3043 `declare' forms.
3044
3045 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3046
3047 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3048 Explain more about the LIGHTER arg's usage in the doc string.
3049 Add commentary to clarify what the code does. Fix the regexp that
3050 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3051 since it could have characters special to regular expressions.
3052
3053 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3054
3055 * replace.el (occur-1): Bind inhibit-read-only so that
3056 erase-buffer doesn't barf on read-only text properties (likewise
3057 for add-text-properties in occur-engine). Mark buffer as unmodified.
3058 (occur-engine): Don't set buffer-read-only here.
3059
3060 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3063 list-buffers-directory. This caused the *cvs-commit* buffer to be
3064 sometimes mistakenly reused as a *cvs* buffer.
3065
3066 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3067
3068 * tooltip.el: Move code for GUD tooltips into gud.el.
3069 (require): CL no longer needed to compile case.
3070 (tooltip-mode): Do not toggle functions for GUD tooltips.
3071 (tooltip-gud-tips-p): Remove. Replace with minor mode
3072 gud-tooltip-mode in gud.el.
3073 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3074 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3075 tooltip-gud prefix with gud-tooltip and obsolete.
3076 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3077 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3078 (tooltip-mouse-motion): Mouse movement functions/variable.
3079 Rename in gud.el by adding gud prefix.
3080 (tooltip-gud-original-filter, tooltip-gud-dereference)
3081 (tooltip-gud-event, tooltip-toggle-gud-tips)
3082 (tooltip-gud-process-output, tooltip-gud-print-command)
3083 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3084 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3085 (gdb-tooltip-print): Move to gdb-ui.el.
3086
3087 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3088 (require): CL needed to compile case.
3089 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3090 tooltip-gud-tips-p. Make it a minor-mode.
3091 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3092 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3093 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3094 (gud-tooltip-change-major-mode)
3095 (gud-tooltip-activate-mouse-motions-if-enabled)
3096 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3097 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3098 (gud-tooltip-original-filter, gud-tooltip-dereference)
3099 (gud-tooltip-event, tooltip-toggle-gud-tips)
3100 (gud-tooltip-process-output, gud-tooltip-print-command)
3101 (gud-tooltip-tips): Move from tooltip.el.
3102
3103 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3104 (gdb-cpp-define-alist-flags): Doc fix.
3105 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3106 gud-tooltip-mode is t.
3107
3108 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3111 evaporate if their text is deleted.
3112 (goto-address-at-point): Make it work as a mouse binding as well.
3113 (goto-address-at-mouse): Obsolete it. Update users.
3114
3115 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3116
3117 * calendar/appt.el (top-level): No longer activate on load.
3118
3119 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3122 * net/webjump.el (webjump):
3123 * progmodes/idlw-help.el (idlwave-do-context-help1)
3124 (idlwave-highlight-linked-completions):
3125 * textmodes/po.el (po-find-file-coding-system-guts):
3126 Replace `assoc-ignore-case' by `assoc-string'.
3127
3128 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3129
3130 * files.el (locate-file): Doc fix.
3131
3132 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3133 Remove the redundant test for ms-dos.
3134
3135 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3136 look for the preprocessor with exec-suffixes. If not found in
3137 standard places, look in exec-path. Remove most of the tests that
3138 used system-type.
3139
3140 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3141
3142 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3143
3144 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3145 file-name clash with jka-compr.el on 8+3 filesystems.
3146
3147 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3148
3149 * term/mac-win.el: Don't define or bind scroll bar functions if
3150 x-toolkit-scroll-bars is t.
3151 (x-select-text, x-get-selection-value):
3152 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3153 (PRIMARY): Put mac-scrap-name property.
3154 (mac-select-convert-to-file-url): New function.
3155 (public.file-url): New selection target type. Add to
3156 selection-converter-alist.
3157 (x-get-selection, x-selection-value): Handle it.
3158 (x-cut-buffer-or-selection-value): New alias.
3159
3160 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3161
3162 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3163 entry to avoid calling bibtex-find-entry with arg global
3164 being t. Remove arg key.
3165 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3166 (bibtex-copy-summary-as-kill): Change accordingly.
3167
3168 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3171 (org-agenda-date-later): Use with-current-buffer.
3172
3173 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3174
3175 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3176 (define-obsolete-variable-alias): Doc Fixes.
3177
3178 2005-05-06 Kim F. Storm <storm@cua.dk>
3179
3180 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3181 vertical-motion when selective-display is active.
3182
3183 * ido.el (ido-setup-hook): New hook.
3184 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3185 (ido-input-stack): New var.
3186 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3187 ido-next-work-file binding to M-O.
3188 Bind M-f to ido-wide-find-file-or-pop-dir.
3189 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3190 (ido-read-internal): Run ido-setup-hook.
3191 Catch quit in read-file-name and read-string to cancel edit.
3192 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3193 Automatically pop-all when completing a directory name (RET).
3194 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3195 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3196 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3197 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3198 New functions for M-b/M-f to move among the directory components.
3199 (ido-make-merged-file-list): Catch quit to cancel merge.
3200 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3201 (ido-completion-help): No warnings for ido-completion-buffer-full.
3202
3203 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3204
3205 * font-lock.el (font-lock-negation-char-face): New face and variable.
3206 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3207 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3208 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3209 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3210
3211 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3212
3213 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3214 Fix typo in docstring.
3215
3216 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3217 (ebrowse-print-statistics-line)
3218 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3219
3220 * term/w32-win.el (image-library-alist): Add additional name for
3221 Xpm library.
3222
3223 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3224
3225 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3226 use gcc instead of cpp.
3227
3228 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3229 (gdb-create-define-alist): Use it.
3230 (gdb-cpp-define-alist-program): Update for MS-DOS.
3231
3232 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3233
3234 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3235
3236 2005-05-04 Richard M. Stallman <rms@gnu.org>
3237
3238 * help.el (describe-key): No error when UNTRANSLATED is nil.
3239
3240 * simple.el (line-move-1): Fix previous change to signal errors
3241 appropriately.
3242
3243 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3244
3245 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3246 (icalendar-duration-correction): Remove.
3247 (icalendar--get-event-properties): Split result at commas.
3248 (icalendar--decode-isoduration): New optional argument
3249 DURATION-CORRECTION.
3250 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3251 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3252 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3253 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3254 (icalendar--convert-anniversary-to-ical): New functions, extracted
3255 from icalendar-export-region, with bug fixes.
3256 (icalendar-export-region): Use the above functions.
3257 (icalendar-import-buffer): Check before saving diary file.
3258 (icalendar--convert-recurring-to-diary)
3259 (icalendar--convert-non-recurring-all-day-to-diary)
3260 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3261 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3262 (icalendar--convert-ical-to-diary): Use the above functions.
3263
3264 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3265
3266 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3267 Remove these recent additions.
3268 (c-mode): Restore to before 2005-04-28.
3269
3270 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3271 recent addition.
3272
3273 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3274 (gdb-define-alist): New variables.
3275 (gdb-create-define-alist): New function.
3276 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3277 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3278 with string-to-number.
3279 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3280
3281 * progmodes/gud.el: Replace string-to-int with string-to-number.
3282 (gud-find-file): Handle gdb-define-alist.
3283
3284 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3285
3286 2005-05-02 Jay Belanger <belanger@truman.edu>
3287
3288 * calc/calc-aent.el (math-read-token):
3289 * calc/calc-bin.el (calc-word-size):
3290 * calc/calc-ext.el (calc-read-number-fancy):
3291 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3292 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3293 * calc/calc-frac.el (calc-over-notation):
3294 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3295 (calc-graph-num-points, calc-graph-init):
3296 * calc/calc-prog.el (calc-read-parse-table-part)
3297 (calc-edit-macro-repeats):
3298 * calc/calc-yank.el (calc-do-grab-rectangle):
3299 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3300 Replace `string-to-int' by `string-to-number'.
3301
3302 2005-05-02 Kim F. Storm <storm@cua.dk>
3303
3304 * kmacro.el: Use executing-kbd-macro-index variable.
3305
3306 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3307
3308 * net/rlogin.el (rlogin-parse-words): Delete func.
3309 (rlogin): Use split-string, not rlogin-parse-words.
3310 Also, if there are option-like elements in the parsed args,
3311 take the host to be the first arg immediately following them.
3312 Suggested by Michael Mauger.
3313
3314 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3315
3316 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3317
3318 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3319
3320 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3321 (cc-mode-cpp-program): Rename to cc-define-list-program and
3322 move to cc-vars.el.
3323
3324 * progmodes/cc-vars.el (cc-define-list-program):
3325 Change to "gcc -E -dM -". Make customizable.
3326
3327 2005-05-02 Kim F. Storm <storm@cua.dk>
3328
3329 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3330
3331 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3332
3333 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3334
3335 * international/mule-util.el (truncate-string): Remove alias and
3336 obsolete declaration.
3337
3338 * international/mule-cmds.el (update-iso-coding-systems):
3339 Remove alias and obsolete declaration.
3340
3341 * international/mule.el (coding-system-parent): Remove alias and
3342 obsolete declaration.
3343
3344 * subr.el (define-function, sref): Remove aliases and obsolete
3345 declarations.
3346 (chars-in-region): Remove obsolete declaration.
3347
3348 2005-05-01 Richard M. Stallman <rms@gnu.org>
3349
3350 * info.el (Info-mode): Set widen-automatically to nil, locally.
3351
3352 * simple.el (widen-automatically): New variable.
3353 (pop-global-mark): Obey widen-automatically.
3354
3355 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * term/xterm.el (function-key-map): Call substitute-key-definition
3358 before the keymap size is increased by a lot of define-key calls.
3359
3360 2005-05-01 Richard M. Stallman <rms@gnu.org>
3361
3362 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3363 Rename ARG to ELEMENT. Doc fix.
3364
3365 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3366
3367 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3368 Remove references to allout-exposure/change to allout-new-exposure.
3369
3370 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3371 bytecode symbols.
3372
3373 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3374 (compiled-function-p, focus-frame, unfocus-frame):
3375 Remove aliases and obsolete declarations.
3376 Back out inadvertent changes from previous commit.
3377
3378 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * files.el (require-final-newline): Make Custom tags consistent
3381 with mode-require-final-newline.
3382 (mode-require-final-newline): Doc fix.
3383
3384 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * international/latexenc.el (latexenc-find-file-coding-system):
3387 Fix regular expressions.
3388
3389 2005-05-01 David Kastrup <dak@gnu.org>
3390
3391 * international/latexenc.el (latexenc-find-file-coding-system):
3392 Fix regular expressions.
3393
3394 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3395
3396 * subr.el (string-to-int): Make obsolete.
3397
3398 2005-04-30 Richard M. Stallman <rms@gnu.org>
3399
3400 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3401
3402 * loadup.el: load jka-comp-hook.
3403
3404 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3405 (jka-compr-handler): Add autoload. `put' calls moved
3406 to jka-comp-hook.el.
3407 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3408 (jka-compr-inhibit): Autoload.
3409
3410 * jka-comp-hook.el: New file.
3411 Enable the mode by default.
3412
3413 * files.el (backup-buffer-copy): Use copy-file instead
3414 of write-region, and put back the 'excl.
3415
3416 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * progmodes/flymake.el (flymake-split-string)
3419 (flymake-split-string, flymake-log, flymake-pid-to-names)
3420 (flymake-reg-names, flymake-get-source-buffer-name)
3421 (flymake-unreg-names, flymake-add-line-err-info)
3422 (flymake-add-err-info): Clarify docstrings.
3423 (flymake-popup-menu, flymake-make-emacs-menu)
3424 (flymake-make-xemacs-menu): Add docstrings.
3425 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3426 Set variables directly throughout.
3427
3428 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3429
3430 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3431 exists. Initialise cc-define-alist.
3432 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3433 If there is no file (Macroexpansion) don't create an alist.
3434
3435 2005-04-29 Sam Steingold <sds@gnu.org>
3436
3437 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3438 (cc-create-define-alist): Use it instead of the hard-coded string.
3439
3440 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3443 for latexenc.
3444
3445 2005-04-29 Lute Kamstra <lute@gnu.org>
3446
3447 * emacs-lisp/generic.el: Improve commentary section.
3448 (define-generic-mode): Improve docstring.
3449
3450 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3451
3452 * textmodes/org.el (many places): Change to quiet the byte compiler.
3453 (org-prefix-format-compiled): New variable.
3454 (org-compile-prefix-format): New function.
3455 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3456 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3457 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3458 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3459 consistency with entries from `org-mode' files.
3460 (org-get-time-of-day): Fix bug with partial matches early in a line.
3461 (org-non-link-chars): New constant.
3462 (org-link-regexp): Respect `org-non-link-chars'.
3463 (org-agenda-day-view): Remove command.
3464 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3465 (org-follow-bbdb-link, org-store-link): Search also company field.
3466 (org-highlight-overlay): New variable.
3467 (org-highlight, org-unhighlight): New functions.
3468 (org-agenda-mode): Add pre-command-hook to remove highlight.
3469 (org-evaluate-time-range): Behavior depends upon whether time stamp
3470 contains a time or not.
3471 (org-show-subtree, org-show-entry): New functions.
3472 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3473
3474 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3475
3476 * comint.el (comint-output-filter-functions): Add autoload cookie.
3477
3478 2005-04-28 Kim F. Storm <storm@cua.dk>
3479
3480 * ido.el (ido-everywhere): Fix last change.
3481
3482 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3483
3484 * international/latexenc.el: New file.
3485 * international/mule-conf.el (file-coding-system-alist): For .tex,
3486 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3487
3488 2005-04-28 Lute Kamstra <lute@gnu.org>
3489
3490 * font-lock.el (font-lock-add-keywords)
3491 (font-lock-remove-keywords): Clarify docstring.
3492 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3493 Don't start docstrings with a `*'.
3494 (font-lock-update-removed-keyword-alist): Give it a docstring.
3495
3496 * generic-x.el: Update commentary section.
3497 Only require font-lock when compiling.
3498 Define all modes conditionally.
3499 Place all generic modes in the generic-x-modes customization group.
3500 (generic-x-modes): New customization group.
3501 (generic-default-modes, generic-mswindows-modes)
3502 (generic-unix-modes, generic-other-modes): New constants.
3503 (generic-define-mswindows-modes, generic-define-unix-modes):
3504 Update docstrings. Make them obsolete.
3505 (generic-extras-enable-list): New default value. Update docstring.
3506 Improve :type. Change :set function.
3507 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3508 Fix docstring.
3509
3510 * emacs-lisp/generic.el (generic-mode-internal):
3511 Simplify font-lock-defaults.
3512 (define-generic-mode): Fix docstring.
3513
3514 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3517 font-lock-face property to highlight matches.
3518
3519 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3520
3521 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3522 (cc-define-alist): New variable.
3523 (c-mode): Make it local and initialise it.
3524
3525 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3526 (gdb-exited): New function.
3527 (gdb-annotation-rules): Use it.
3528 (gdb-starting): Set gdb-active-process to t.
3529 (gdb-stopping): Amend doc string.
3530 (gdb-reset): Set gdb-active-process to nil.
3531
3532 * tooltip.el (tooltip-gud-tips): Show the associated #define
3533 directives when a C program under GDB is not executing.
3534
3535 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3538 font-lock-fontify-syntactic-keywords.
3539
3540 * font-lock.el (font-lock-default-fontify-region): Don't force
3541 parse-sexp-lookup-properties to nil.
3542
3543 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3544
3545 * man.el (man-mode-syntax-table): Set up `:' to have
3546 word-constituent syntax.
3547
3548 2005-04-27 Lute Kamstra <lute@gnu.org>
3549
3550 * novice.el (disable-command): Don't add spurious newlines to the
3551 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3552
3553 2005-04-26 Jay Belanger <belanger@truman.edu>
3554
3555 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3556 than one window before deleting window.
3557
3558 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3559
3560 * shell.el (shell-prompt-pattern): Doc fix.
3561 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3562
3563 * comint.el (comint-prompt-regexp, comint-get-old-input)
3564 (comint-use-prompt-regexp)
3565 (comint-use-prompt-regexp-instead-of-fields)
3566 (comint-replace-by-expanded-history, comint-send-input)
3567 (comint-output-filter, comint-get-old-input-default)
3568 (comint-line-beginning-position, comint-bol, comint-show-output)
3569 (comint-backward-matching-input, comint-forward-matching-input)
3570 (comint-next-prompt, comint-previous-prompt):
3571 Rename `comint-use-prompt-regexp-instead-of-fields' to
3572 `comint-use-prompt-regexp'. Keep old name as alias and declare
3573 obsolete.
3574 (comint-use-prompt-regexp): Shorten first line of doc string.
3575
3576 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3577 Set paragraph-separate buffer locally to "\\'".
3578
3579 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3580 Adapt to above name change.
3581
3582 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3583 (smbclient-prompt-regexp): Ditto.
3584
3585 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3586
3587 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3590 gdb-location-list.
3591 Break lines that are over 80 characters wide.
3592
3593 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3596 New fun and var, to preserve compatibility.
3597
3598 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3599
3600 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3601
3602 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3603 name to file-newer-than-file-p.
3604
3605 2005-04-26 Richard M. Stallman <rms@gnu.org>
3606
3607 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3608
3609 * progmodes/python.el (python-mode):
3610 Use new name eldoc-documentation-function.
3611
3612 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3613
3614 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3615 (eldoc-documentation-function):
3616 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3617
3618 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3621
3622 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3623
3624 * term/xterm.el (function-key-map): Fix strings for
3625 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3626 {C,S,A,C-S}-{f1-f12}.
3627
3628 2005-04-26 Kenichi Handa <handa@m17n.org>
3629
3630 * international/mule-cmds.el (select-safe-coding-system):
3631 Fix previous change.
3632
3633 2005-04-26 Lute Kamstra <lute@gnu.org>
3634
3635 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3636
3637 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3638 (font-lock-comment-delimiter-face): Ditto.
3639
3640 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3641
3642 2005-04-25 Jay Belanger <belanger@truman.edu>
3643
3644 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3645 to t while inserting information; use help-mode.
3646
3647 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * term.el (ansi-term-color-vector): Use the xterm colors.
3650 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3651
3652 2005-04-25 Lute Kamstra <lute@gnu.org>
3653
3654 * font-core.el (font-lock-defaults): Fix docstring.
3655
3656 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3657
3658 2005-04-25 Kenichi Handa <handa@m17n.org>
3659
3660 * international/mule-cmds.el (select-safe-coding-system):
3661 Don't check consistency with coding: spec, etc if raw-text or
3662 no-conversion was found to be safe.
3663
3664 2005-04-24 Richard M. Stallman <rms@gnu.org>
3665
3666 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3667 citation markers at start of each line.
3668
3669 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3670 citation markers at start of each line.
3671
3672 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3673
3674 * files.el (mode-require-final-newline): Fix previous change.
3675 (require-final-newline): Fix type label.
3676
3677 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3678
3679 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3680 statement in buffer (broken by 2004-11-24 change).
3681
3682 2005-04-24 Kim F. Storm <storm@cua.dk>
3683
3684 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3685 and read-file-name-function values. Don't overwrite existing
3686 non-nil values if ido-mode is enabled without ido-everywhere.
3687
3688 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3689
3690 * files.el (mode-require-final-newline): Minor doc fix.
3691
3692 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3693
3694 * subr.el (syntax-after): Doc fix.
3695 (syntax-class): If argument is nil, return nil. Mask off upper 16
3696 bits, not 8 bits.
3697
3698 * files.el (mode-require-final-newline): Doc fix.
3699 (backup-buffer-copy): Fix last change.
3700
3701 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3702
3703 * term/mac-win.el: Require select. Set selection-coding-system to
3704 mac-system-coding-system. Call menu-bar-enable-clipboard.
3705 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3706 (x-select-enable-clipboard): New variables.
3707 (x-select-text, x-get-selection, x-selection-value)
3708 (x-get-selection-value, mac-select-convert-to-string)
3709 (mac-services-open-file, mac-services-open-selection)
3710 (mac-services-insert-text): New functions.
3711 (CLIPBOARD, FIND): Put mac-scrap-name property.
3712 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3713 (public.tiff): Put mac-ostype property.
3714 (selection-converter-alist): Add entries for them.
3715 (mac-application-menu-map): New keymap.
3716 (interprogram-cut-function, interprogram-paste-function): Set to
3717 x-select-text and x-get-selection-value, respectively.
3718 (split-window-keep-point): Set to t.
3719
3720 2005-04-23 Richard M. Stallman <rms@gnu.org>
3721
3722 * files.el (read-directory-name): Always pass non-nil
3723 DEFAULT-FILENAME arg to read-file-name.
3724 (backup-buffer-copy, basic-save-buffer-2): Take care against
3725 writing thru an unexpected existing symlink.
3726 (revert-buffer): In indirect buffer, revert the base buffer.
3727 (magic-mode-alist): Doc fix.
3728 (buffer-stale-function): Doc fix.
3729 (minibuffer-with-setup-hook): Avoid warning.
3730 (mode-require-final-newline): Doc and custom fix.
3731
3732 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3733
3734 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3735 use the default appearance.
3736 (font-lock-comment-delimiter-face): New face, new variable.
3737
3738 * imenu.el (imenu--generic-function): The official position of a
3739 definition is the start of the line that BEG is in.
3740
3741 * midnight.el (midnight-timer): Move defvar up.
3742
3743 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3744
3745 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3746
3747 * startup.el (command-line): Use with-no-warnings.
3748
3749 * window.el (window-size-fixed): New defvar.
3750
3751 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3752
3753 * mail/rmail.el (rmail-font-lock-keywords):
3754 Use font-lock-comment-delimiter-face.
3755
3756 * mail/sendmail.el (mail-font-lock-keywords):
3757 Use font-lock-comment-delimiter-face.
3758
3759 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3760
3761 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3762
3763 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3764 Specify t for LAXMATCH when matching directories.
3765 Save match data around compilation-compat-error-properties form.
3766
3767 2005-04-23 David Kastrup <dak@gnu.org>
3768
3769 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3770 Mention that the autoloaded aliases should be kept for AUCTeX.
3771
3772 2005-04-23 Andreas Schwab <schwab@suse.de>
3773
3774 * isearch.el (isearch-forward): Doc fix.
3775
3776 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3777
3778 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3779 (jit-lock-stealth-nice): Change default value to 0.5.
3780
3781 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3782
3783 * abbrev.el (write-abbrev-file): Write table entries in
3784 alphabetical order by table name.
3785
3786 2005-04-22 Kim F. Storm <storm@cua.dk>
3787
3788 * ido.el (ido-read-internal): Fix `list' completion.
3789
3790 2005-04-22 Kenichi Handa <handa@m17n.org>
3791
3792 * recentf.el (recentf-save-file-coding-system): New variable.
3793 (recentf-save-list): Encode the file by
3794 recentf-save-file-coding-system and add coding: tag.
3795
3796 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3797
3798 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3799
3800 2005-04-21 Lute Kamstra <lute@gnu.org>
3801
3802 * loadhist.el (unload-feature): Don't remove a function from hooks
3803 if it is about to be restored to an autoload . Remove functions
3804 that will become unbound from auto-mode-alist. Simplify the code.
3805
3806 * subr.el (assq-delete-all): New implementation that is linear,
3807 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3808 (rassq-delete-all): New function.
3809
3810 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3811 Add size-indication-mode.
3812
3813 2005-04-21 Kenichi Handa <handa@m17n.org>
3814
3815 * international/mule-cmds.el: Add autoload for widget-value in
3816 eval-when-compile.
3817
3818 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3821 Add tooltip-mode.
3822
3823 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3824
3825 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3826
3827 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3828 (inferior-lisp-filter-regexp, inferior-lisp-program)
3829 (inferior-lisp-load-command, inferior-lisp-prompt)
3830 (inferior-lisp-mode-hook, lisp-source-modes)
3831 (inferior-lisp-load-hook): defvar->defcustom.
3832 (inferior-lisp-program, inferior-lisp-prompt)
3833 (inferior-lisp-load-hook): Doc fixes.
3834 (inferior-lisp-install-letter-bindings): Small change in
3835 introductory comment.
3836
3837 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3838
3839 * vc.el (vc-annotate-color-map): Change some colors so that text
3840 using them as foreground is readable on both white and black
3841 backgrounds.
3842
3843 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * international/mule-conf.el (translation-table-for-input):
3846 Remove redundant declaration.
3847
3848 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3851
3852 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3853 (tooltip-toggle-gud-tips): New function.
3854
3855 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3856
3857 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3858 right angle brackets.
3859
3860 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3861
3862 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3863
3864 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3867 Remove. Update callers to use expand-file-name instead.
3868
3869 * subr.el (syntax-class): New function.
3870
3871 * simple.el (blink-matching-open): Use it.
3872
3873 * paren.el (show-paren-function): Use it to recognize parens that are
3874 also used in 2-char comment markers.
3875
3876 2005-04-19 Lute Kamstra <lute@gnu.org>
3877
3878 * loadhist.el (unload-feature): Update for new format of
3879 load-history. Simplify the code.
3880
3881 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3882
3883 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3884 (mac-add-charset-info): New function. Initialize variable
3885 mac-charset-info-alist using it.
3886 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3887 for translation.
3888 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3889 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3890 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3891 New CCL programs.
3892
3893 2005-04-19 Kim F. Storm <storm@cua.dk>
3894
3895 * simple.el (next-buffer, prev-buffer, next-error)
3896 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3897 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3898
3899 * bindings.el (next-buffer, prev-buffer, next-error)
3900 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3901 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3902 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3903 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3904
3905 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * isearch.el (isearch-edit-string): Make the search-ring available for
3908 minibuffer history commands.
3909 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3910 the default history commands now work just as well.
3911 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3912
3913 2005-04-18 Kim F. Storm <storm@cua.dk>
3914
3915 * emulation/cua-base.el (cua--pre-command-handler): Add more
3916 elaborate check for shift modifier on non-window systems.
3917
3918 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3919
3920 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3921
3922 2005-04-18 Kim F. Storm <storm@cua.dk>
3923
3924 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3925 and make it optional. Don't test tooltip-gud-echo-area here.
3926 (tooltip-gud-process-output, gdb-tooltip-print):
3927 Pass tooltip-gud-echo-area to tooltip-show.
3928 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3929
3930 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3931
3932 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3933 `display-graphic-p' may not be bound yet.
3934
3935 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3936
3937 * startup.el (command-line): No longer enable Xterm Mouse mode by
3938 default in terminals compatible with xterm.
3939
3940 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3941
3942 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * tooltip.el (tooltip-gud-echo-area): Rename from
3945 tooltip-use-echo-area.
3946 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3947 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3948 area independently of where help tooltips are displayed.
3949
3950 2005-04-17 David Kastrup <dak@gnu.org>
3951
3952 * cus-theme.el (custom-theme-write-variables): Quote variables
3953 where necessary.
3954
3955 2005-04-17 Richard M. Stallman <rms@gnu.org>
3956
3957 * simple.el (yank-excluded-properties): Add follow-link to value.
3958
3959 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3960
3961 * startup.el (fancy-splash-max-time): Just 30 seconds.
3962 (fancy-splash-delay): Just 7.
3963 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3964
3965 * loadhist.el (unload-feature): Update for new format of load-history.
3966 Simplify the code.
3967
3968 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3969 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3970
3971 * mail/sendmail.el (mail-font-lock-keywords):
3972 Don't fontify subject text.
3973 Don't fontify the text of a citation.
3974
3975 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3976
3977 * comint.el (comint-output-filter): Run comint-output-filter-functions
3978 with point where the user had it.
3979
3980 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * international/ucs-tables.el (ucs-set-table-for-input):
3983 Disable when using unify-on-decoding.
3984
3985 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3986
3987 * emulation/cua-base.el (cua-global-mark-face): Add special case
3988 for displays supporting a high number of colors.
3989
3990 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3991
3992 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3993
3994 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * filesets.el (filesets-add-buffer): If user supplies a name of a
3997 non-existing fileset, create a new fileset.
3998
3999 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
4000
4001 * textmodes/org.el (org-up-heading-all): Fix bug with
4002 `outline-up-heading-all'.
4003
4004 2005-04-16 Andreas Schwab <schwab@suse.de>
4005
4006 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4007 /etc/permissions.d/* and /etc/aliases.d/*.
4008
4009 2005-04-16 Kenichi Handa <handa@m17n.org>
4010
4011 * international/code-pages.el (cp-make-coding-system):
4012 Set `translation-table-for-input' property value to the symbol
4013 ucs-mule-to-mule-unicode, not to that value.
4014 (pt154): Escape guillemet by `\'.
4015
4016 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4017
4018 * loadup.el: Load tooltip if x-show-tip is fboundp.
4019
4020 * startup.el (command-line): Add comment.
4021
4022 * tooltip.el (tooltip-mode): Specify correct standard value for
4023 Custom in init-value.
4024
4025 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4026
4027 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4028 possible.
4029
4030 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4031
4032 * textmodes/org.el (org-agenda-date-prompt): Rename from
4033 `org-agenda-date-today'.
4034 (org-evaluate-time-range): Insert at point instead of directly
4035 after time range.
4036 (org-first-headline-recenter, org-subtree-end-visible-p)
4037 (org-optimize-window-after-visibility-change): New functions
4038 (org-agenda-post-command-hook): Don't allow point at end of line,
4039 to make sure it always hits the text properties.
4040 (org-agenda-next-date-line, org-agenda-previous-date-line):
4041 New commands.
4042 (org-set-regexps-and-options): Category may contain white space.
4043 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4044 Improve marker positions.
4045 (org-agenda-new-marker): Argument POS made optional.
4046 (org-agenda-get-timestamps): Deadlines which are done are listed
4047 in org-done-face now.
4048 (org-agenda-get-todos, org-agenda-get-timestamps)
4049 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4050 Set `undone-face' and `done-face' properties.
4051 (org-last-todo-state-is-todo): New variable.
4052 (org-todo): Set `org-last-todo-state-is-todo'.
4053 (org-agenda-todo): Change face according to
4054 `org-last-todo-state-is-todo'. And change other lines refering to
4055 the same entry.
4056 (org-calendar-goto-agenda): New command.
4057 (org-calendar-to-agenda-key): New option.
4058 (org-startup-folded): New allowed value `content'.
4059 (org-set-regexps-and-options): Accept new value `content' for
4060 `org-startup-folded'.
4061 (org-get-current-options): Handle new value `content' for
4062 `org-startup-folded'.
4063 (org-insert-todo-heading): New command.
4064 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4065 interactively in empty file and option
4066 `org-insert-mode-line-in-empty-file' has been set.
4067 (org-agenda-todo,org-agenda-priority): Modify to use
4068 `org-agenda-change-all-lines'.
4069 (org-warning-face): Change color on dark background
4070
4071 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4072
4073 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4074 use preferences AppleLocale and AppleLanguages, and variable
4075 mac-system-locale for default locale. On Mac OS Classic, use
4076 mac-system-coding-system for default coding systems.
4077
4078 * term/mac-win.el: Don't set file-name-coding-system.
4079 Decode variables system-name, emacs-build-system, user-login-name, and
4080 user-full-name by mac-system-coding-system on Mac OS Classic.
4081 (mac-system-coding-system): New variable.
4082
4083 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4084
4085 * startup.el (command-line): Handle `xterm-mouse-mode' before
4086 reading init file.
4087
4088 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4089
4090 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4091
4092 * progmodes/sh-script.el (sh-here-document-word): Make it a
4093 defcustom. Doc fix.
4094 (sh-add): Bash uses $(( )) for arithmetic.
4095 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4096 (sh-maybe-here-document): Remove quotes and leading whitespace
4097 from heredoc word when closing. Indent heredoc with tabs if word
4098 starts with "-".
4099
4100 2005-04-13 Richard M. Stallman <rms@gnu.org>
4101
4102 * simple.el (undo): Fix previous change.
4103
4104 * custom.el (defface): Doc fix.
4105
4106 2005-04-13 Lute Kamstra <lute@gnu.org>
4107
4108 * Makefile.in (DONTCOMPILE): Remove list.
4109 (compile, compile-always): Don't use DONTCOMPILE.
4110 (update-authors): Load the library in which batch-update-authors
4111 is defined.
4112 * makefile.w32-in (DONTCOMPILE): Remove list.
4113 (compile, compile-always): Fix comments.
4114 (update-authors): Load the library in which batch-update-authors
4115 is defined.
4116
4117 * generic-x.el (generic-mode-ini-file-find-file-hook):
4118 Rename to ini-generic-mode-find-file-hook.
4119 Keep generic-mode-ini-file-find-file-hook as an alias.
4120 (ini-generic-mode-find-file-hook): Rename from
4121 generic-mode-ini-file-find-file-hook. Fix docstring.
4122 (ini-generic-mode): Docstring change.
4123 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4124
4125 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4126 called from lisp.
4127
4128 * generic.el: Move to the emacs-lisp subdir.
4129
4130 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4131
4132 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4133 and C-S- function and cursor motion keys.
4134
4135 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4136
4137 * startup.el (command-line): Enable Xterm Mouse mode by default.
4138 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4139 for Custom. No longer show "Mouse" in mode line when enabled.
4140 Doc fix.
4141
4142 2005-04-12 Kim F. Storm <storm@cua.dk>
4143
4144 * emulation/cua-base.el (cua-rectangle-face)
4145 (cua-rectangle-noselect-face): Define face attributes here.
4146
4147 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4148
4149 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4150
4151 * startup.el (command-line): Turn off blinking cursor if
4152 cursorBlink in resources is off or false.
4153
4154 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4155
4156 * term/mac-win.el (dnd): Require dnd.
4157 (mac-drag-n-drop): Call dnd-handle-one-url.
4158 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4159 (kTextEncodingISOLatin2): Remove constants.
4160 (mac-script-code-coding-systems): New constant.
4161 (mac-handle-language-change): New function.
4162 (special-event-map): Bind it to `language-change' event.
4163 (mac-centraleurroman, mac-cyrillic): New coding systems.
4164 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4165 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4166 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4167 encode-mac-cyrillic, respectively.
4168
4169 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4170
4171 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4172 Don't set overlay-arrow-string to "=>" as this is done
4173 globally in C now.
4174
4175 2005-04-12 Lute Kamstra <lute@gnu.org>
4176
4177 * generic-x.el (rc-generic-mode, rul-generic-mode):
4178 Fix auto-mode-alist entries.
4179 (etc-fstab-generic-mode): Tweak fontification.
4180
4181 * generic.el (generic-make-keywords-list): Fix docstring.
4182 (generic-mode-internal): Simplify generic-font-lock-keywords.
4183
4184 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4185
4186 * whitespace.el (whitespace-buffer-leading)
4187 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4188 However, fix the highlight area for the leading and
4189 trailing whitespaces to show space.
4190
4191 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4192
4193 * whitespace.el (whitespace-version): Bump to 3.5
4194
4195 (whitespace-buffer-leading, whitespace-buffer-trailing):
4196 Invert sense of the test to highlight the whitespace.
4197
4198 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4199
4200 * progmodes/gud.el (gud-display-line): GUD uses its own
4201 overlay arrow now so don't set overlay-arrow-string.
4202 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4203
4204 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4205
4206 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4207 (term-ansi-current-reverse, term-ansi-current-invisible)
4208 (term-ansi-face-already-done): Change to boolean.
4209 (term-reset-terminal, term-handle-colors-array): Handle the above
4210 vars accordingly.
4211 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4212 (term-emulate-terminal): Use the new name.
4213
4214 * faces.el (secondary-selection): Use yellow1, not yellow.
4215 (trailing-whitespace): Use red1, not red.
4216
4217 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4218
4219 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4220 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4221 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4222
4223 * cus-edit.el (dnd): New group.
4224
4225 * term/w32-win.el (dnd): Require dnd
4226 (w32-drag-n-drop): Call dnd-handle-one-url.
4227
4228 * x-dnd.el: Require dnd.
4229 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4230 Call dnd-handle-one-url.
4231 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4232 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4233 to dnd-insert-text.
4234 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4235 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4236 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4237 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4238
4239 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4240
4241 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4242
4243 * wdired.el: Doc fixes.
4244 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4245 (wdired-use-dired-vertical-movement): Rename from
4246 wdired-always-move-to-filename-beginning.
4247 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4248 (wdired-change-to-wdired-mode): Change mode name.
4249 (wdired-newline): Delete.
4250
4251 2005-04-11 Richard M. Stallman <rms@gnu.org>
4252
4253 * whitespace.el (whitespace-highlight-the-space):
4254 Don't call whitespace-unhighlight-the-space here.
4255
4256 * simple.el (undo): Record t in undo-equiv-table
4257 for the redo record made by an undo-in-region.
4258
4259 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4262 (gdb-frame-inferior-io-buffer): New Functions to control
4263 display of separate IO buffer.
4264 (menu): Add them to menu-bar.
4265 (gdb-display-buffer): Check for buffer another frame.
4266 Protect GUD buffer.
4267 (gdb-setup-windows): Create IO buffer if not already there.
4268 (gdb-memory-mode): Remove purecopy noops.
4269
4270 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4271
4272 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4273 and pass to self-insert-command.
4274
4275 2005-04-11 Lute Kamstra <lute@gnu.org>
4276
4277 * generic.el: Commentary section cleanup.
4278 (generic): Delete.
4279 (generic-use-find-file-hook, generic-lines-to-scan)
4280 (generic-find-file-regexp, generic-ignore-files-regexp)
4281 (default-generic-mode, generic-mode-find-file-hook)
4282 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4283 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4284 (generic-use-find-file-hook, generic-lines-to-scan)
4285 (generic-find-file-regexp, generic-ignore-files-regexp)
4286 (default-generic-mode, generic-mode-find-file-hook)
4287 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4288
4289 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4290
4291 * bookmark.el (bookmark-write-file): Catch errors writing file.
4292 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4293
4294 2005-04-10 Richard M. Stallman <rms@gnu.org>
4295
4296 * startup.el (fancy-splash-tail): Update copyright year.
4297 (command-line): Split part of -Q into -D.
4298 (emacs-basic-display): New defvar.
4299 (fancy-splash-text): Correct name of menu item.
4300
4301 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4302
4303 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4304 lines in one node.
4305
4306 * comint.el (comint-send-input): New arg ARTIFICIAL.
4307 Callers in this file changed.
4308
4309 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4310
4311 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4312
4313 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4314
4315 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4316 `ldap-search-internal'.
4317
4318 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * files.el (set-auto-mode-1): Use line-end-position.
4321
4322 * international/latin-1.el:
4323 * international/latin-2.el:
4324 * international/latin-3.el:
4325 * international/latin-4.el:
4326 * international/latin-5.el:
4327 * international/latin-8.el:
4328 * international/latin-9.el: Give punctuation syntax to NBSP.
4329
4330 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4331 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4332 Use char-classes to accept non-ascii letters, accepted in some recent
4333 bibtex implementations.
4334
4335 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4336
4337 * custom.el (custom-set-minor-mode): Any non-nil value for the
4338 variable should enable the mode when set through Custom.
4339
4340 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4343 TAB binding so tab-always-indent is obeyed.
4344 (vhdl-minibuffer-local-map): Move initialization into declaration.
4345 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4346 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4347 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4348 (vhdl-current-line): Use line-beginning-position.
4349 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4350 with-output-to-temp-buffer, so the current position can be recorded.
4351
4352 2005-04-10 Masatake YAMATO <jet@gyve.org>
4353
4354 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4355 Add regexp for gcov.
4356
4357 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4360 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4361 syntax which Emacs 20 doesn't support.
4362
4363 2005-04-09 Richard M. Stallman <rms@gnu.org>
4364
4365 * help.el (describe-key-briefly, describe-key):
4366 Replace strings as event types with "(any string)".
4367
4368 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * arc-mode.el (archive-mode-map): Move initialization into
4371 the declaration. Override *all* bindings of `undo'.
4372 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4373
4374 2005-04-09 Jay Belanger <belanger@truman.edu>
4375
4376 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4377
4378 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4379
4380 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4381 (xterm-register-default-colors): Update color values computation
4382 to match xterm-200.
4383
4384 2005-04-09 Kenichi Handa <handa@m17n.org>
4385
4386 * international/code-pages.el (iso-latin-7): Fix the map.
4387
4388 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4389
4390 * emacs-lisp/lisp.el (defun-prompt-regexp)
4391 (parens-require-spaces, buffer-end, end-of-defun)
4392 (insert-parentheses): Doc fixes.
4393
4394 2005-04-08 Kim F. Storm <storm@cua.dk>
4395
4396 * comint.el (comint-highlight-prompt): Fix face spec.
4397 * hi-lock.el (hi-green): Likewise.
4398
4399 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4400
4401 * cus-edit.el (custom-modified-face):
4402 * comint.el (comint-highlight-input): Fix previous changes.
4403 * term.el (term-handle-ansi-escape): Add a comment.
4404
4405 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4408 in the buffer and in whitespace-highlighted-space.
4409 (whitespace-unhighlight-the-space): Simplify.
4410 (whitespace-buffer): Simplify.
4411
4412 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4413
4414 * textmodes/table.el (table-cell-face): Add special case for
4415 displays supporting a high number of colors.
4416 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4417 (vhdl-font-lock-reserved-words-face)
4418 (vhdl-speedbar-architecture-face)
4419 (vhdl-speedbar-instantiation-face)
4420 (vhdl-speedbar-architecture-selected-face)
4421 (vhdl-speedbar-instantiation-selected-face): Likewise.
4422 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4423 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4424 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4425 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4426 (ebrowse-progress-face): Likewise.
4427 * progmodes/compile.el (compilation-info-face): Likewise.
4428 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4429 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4430 * calendar/calendar.el (diary-face): Likewise.
4431 * woman.el (woman-italic-face, woman-bold-face)
4432 (woman-unknown-face): Likewise.
4433 * wid-edit.el (widget-button-pressed-face): Likewise.
4434 * whitespace.el (whitespace-highlight-face): Likewise.
4435 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4436 * pcvs-info.el (cvs-marked-face): Likewise.
4437 * info.el (info-xref): Likewise.
4438 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4439 * hilit-chg.el (highlight-changes-face)
4440 (highlight-changes-delete-face): Likewise.
4441 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4442 (hi-red-b): Likewise.
4443 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4444 * font-lock.el (font-lock-keyword-face)
4445 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4446 * cus-edit.el (custom-invalid-face, custom-modified-face)
4447 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4448 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4449 * comint.el (comint-highlight-prompt): Likewise.
4450
4451 2005-04-08 Lute Kamstra <lute@gnu.org>
4452
4453 * font-lock.el (font-lock-keywords): Docstring fixes.
4454
4455 2005-04-08 Kenichi Handa <handa@m17n.org>
4456
4457 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4458 chars are more than a limit, print " and more..." at the tail.
4459
4460 2005-04-08 Kim F. Storm <storm@cua.dk>
4461
4462 * emacs-lisp/authors.el (authors-aliases): Update list.
4463 (authors-ignored-files): New list.
4464 (authors-fixed-entries): Fix typo.
4465 (authors-renamed-files-alist): Update list.
4466 (authors-add): Check authors-ignored-files.
4467
4468 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4469
4470 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4471 optional, to ensure backward compatibility.
4472
4473 2005-04-08 Stephen Eglen <stephen@gnu.org>
4474
4475 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4476
4477 2005-04-08 Kim F. Storm <storm@cua.dk>
4478
4479 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4480
4481 * mouse.el (mouse-on-link-p): Doc fix.
4482
4483 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4484
4485 * ielm.el (ielm-prompt-read-only): Doc fix.
4486
4487 * comint.el (comint-prompt-read-only): Doc fix.
4488
4489 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4490
4491 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4492 ensure dired always handles wildcards passed to ffap.
4493 (find-file-at-point): Use it.
4494 (ffap-dired-wildcards): Doc fix.
4495
4496 2005-04-07 Juri Linkov <juri@jurta.org>
4497
4498 * simple.el (next-error-overlay-arrow-position): New defvar.
4499 Put "=>" on its property `overlay-arrow-string'. Add it to
4500 `overlay-arrow-variable-list'.
4501
4502 * progmodes/compile.el (compilation-setup):
4503 Set `next-error-overlay-arrow-position' to nil. Also set it to
4504 nil in the local hook `kill-buffer-hook'. Make local variable
4505 `overlay-arrow-string' and set it to "=>".
4506 (compilation-goto-locus): Set BOL position to
4507 `next-error-overlay-arrow-position' instead of
4508 `overlay-arrow-position'.
4509
4510 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4511 locally instead of adding it to the global hook.
4512 (Info-kill-buffer): Move up.
4513
4514 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 * term/xterm.el (xterm-standard-colors): Update color values from
4517 xterm-200.
4518
4519 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4522
4523 * fast-lock.el:
4524 * lazy-lock.el: Move them to the obsolete subdir.
4525
4526 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4527
4528 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4529 (wdired-add-replace-advice): Remove.
4530 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4531
4532 2005-04-06 Kim F. Storm <storm@cua.dk>
4533
4534 * startup.el (command-line): Add --bare-bones alias for -Q.
4535
4536 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4537
4538 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4539 create the startup fontset if a font specification ends with
4540 `mac-roman'.
4541
4542 2005-04-06 Lute Kamstra <lute@gnu.org>
4543
4544 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4545 change.
4546
4547 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4548 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4549
4550 2005-04-05 Lute Kamstra <lute@gnu.org>
4551
4552 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4553 (define-generic-mode): Ditto. Fix debug declaration.
4554
4555 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4556 Put them in the generic-x group.
4557
4558 * calendar/timeclock.el (timeclock): Doc fix.
4559
4560 * generic.el (define-generic-mode): Don't use custom-current-group.
4561 Document default :group value.
4562 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4563 (define-global-minor-mode): Don't use custom-current-group.
4564
4565 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4566
4567 * startup.el (command-line-1): Display startup-echo-area-message
4568 when fancy splash screen is in use.
4569
4570 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4571 (sh-escaped-newline): New face.
4572 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4573 newline, and use sh-escaped-newline face.
4574
4575 * progmodes/tcl.el (tcl-escaped-newline): New face.
4576 (tcl-builtin-list): New variable.
4577 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4578 newlines. Fix keywords subexpression number.
4579
4580 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4581
4582 * textmodes/org.el (org-diary-default-entry): Fix call to
4583 `add-to-diary-entry'.
4584
4585 2005-04-05 Kim F. Storm <storm@cua.dk>
4586
4587 * ediff-init.el: Use (featurep 'xemacs).
4588
4589 2005-04-05 David Ponce <david@dponce.com>
4590
4591 * cus-edit.el (face): Derive from symbol widget. Display sample
4592 of the current face on the fly.
4593 (widget-face-sample-face-get, widget-face-notify): New functions.
4594 (widget-face-value-create): Remove.
4595
4596 * wid-edit.el (widget-field-end): Temporarily remove field
4597 narrowing before to call `get-char-property'.
4598
4599 2005-04-04 Jay Belanger <belanger@truman.edu>
4600
4601 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4602 (math-read-subscripts): New variable.
4603 (math-read-preprocess-string): Process subscripts.
4604
4605 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4606
4607 * comint.el (comint-prompt-read-only): Doc fix.
4608
4609 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4610 `-1'. Doc fix.
4611
4612 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4613
4614 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4615 Change default value to nil.
4616
4617 2005-04-04 Lute Kamstra <lute@gnu.org>
4618
4619 * autorevert.el (auto-revert-mode): Specify :group.
4620 * battery.el (display-battery-mode): Specify :group.
4621 * diff-mode.el (diff-minor-mode): Specify :group.
4622 * font-core.el (font-lock-mode): Specify :group.
4623 * hl-line.el (hl-line-mode): Specify :group.
4624 * iimage.el (iimage): New customization group.
4625 (iimage-mode): Specify :group.
4626 * longlines.el (longlines-mode): Specify :group.
4627 * master.el: Don't require easy-mmode.
4628 (master): New customization group.
4629 (master-mode): Specify :group.
4630 * msb.el (msb-mode): Specify :group.
4631 * reveal.el (reveal-mode): Specify :group.
4632 * simple.el (next-error-follow-minor-mode): Specify :group.
4633 * smerge-mode.el (smerge-mode): Specify :group.
4634 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4635 * emulation/cua-base.el (cua-mode): Specify :group.
4636 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4637 * language/thai-util.el (thai-auto-composition-mode)
4638 (thai-word-mode): Specify :group.
4639 * mail/supercite.el (sc-minor-mode): Specify :group.
4640 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4641 * progmodes/flymake.el (flymake-mode): Specify :group.
4642 * progmodes/glasses.el (glasses-mode): Specify :group.
4643 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4644 * textmodes/enriched.el (enriched-mode): Specify :group.
4645 * textmodes/refill.el (refill-mode): Specify :group.
4646
4647 * add-log.el (change-log-font-lock-keywords): Names in
4648 parenthesized lists can contain spaces.
4649
4650 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4651
4652 * startup.el (fancy-splash-text): Shorten default text of
4653 "Emacs Tutorial" line. Also, if the current language env
4654 indicates an available tutorial file other than TUTORIAL,
4655 extract its title and append it to the line in parentheses.
4656 (fancy-splash-insert): If arg is a thunk, funcall it.
4657
4658 2005-04-04 Jay Belanger <belanger@truman.edu>
4659
4660 * calc.el (calc-language-alist): Add tags to customization type.
4661
4662 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4663
4664 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4665 Doc fix.
4666
4667 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4668
4669 * add-log.el (change-log-font-lock-keywords): The manual
4670 describing a Change Log entry, says: (...) "Aside from these
4671 header lines, every line in the change log starts with a space or
4672 a tab.". The font-lock was not highlighting lines started with
4673 spaces, added support for it.
4674
4675 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4676
4677 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4678 (bibtex-generate-url-list): Update docstring accordingly. Put the
4679 complex example in the docstring.
4680 (bibtex-font-lock-url): Use pop.
4681
4682 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4685
4686 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4687
4688 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4689
4690 * filesets.el (filesets-set-default): Doc fix.
4691
4692 2005-04-03 Lute Kamstra <lute@gnu.org>
4693
4694 * generic.el (define-generic-mode): Add argument to specify
4695 keywords for defcustom.
4696 (default-generic-mode): Specify :group.
4697
4698 * generic-x.el: Specify :group for all generic modes.
4699
4700 * desktop.el (desktop-no-desktop-file-hook)
4701 (desktop-after-read-hook): Doc fix.
4702
4703 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4704
4705 * simple.el (visible-mode): Use explicit :group keyword.
4706 This changes the group of `visible-mode-hook' from paren-blinking
4707 to editing-basics.
4708
4709 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4710
4711 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4712 mailbox specifications as well as URLs.
4713 (rmail-insert-inbox-text): Remove unused conditional branches.
4714
4715 2005-04-01 Jay Belanger <belanger@truman.edu>
4716
4717 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4718 (calc-gnuplot-print-command): Move definitions to calc.el.
4719
4720 * calc/calc-embed.el (calc-embedded-announce-formula)
4721 (calc-embedded-open-formula, calc-embedded-close-formula)
4722 (calc-embedded-open-word, calc-embedded-close-word)
4723 (calc-embedded-open-plain, calc-embedded-close-plain)
4724 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4725 (calc-embedded-open-mode, calc-embedded-close-mode):
4726 Move definitions to calc.el.
4727
4728 * calc/calc.el (calc-settings-file, calc-language-alist):
4729 Make customizable.
4730 (calc-embedded-announce-formula, calc-embedded-open-formula)
4731 (calc-embedded-close-formula, calc-embedded-open-word)
4732 (calc-embedded-close-word, calc-embedded-open-plain)
4733 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4734 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4735 (calc-embedded-close-mode, calc-gnuplot-name)
4736 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4737 from other files and make customizable.
4738
4739 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4740
4741 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4742 Use buffer-live-p.
4743 (cvs-mode-run): Don't call cvs-update-header here.
4744 (cvs-run-process): Call cvs-update-header.
4745 Use process properties for cvs-postprocess and cvs-buffer so that
4746 the sentinel can behave better if the temp buffer is killed.
4747 Use a pipe rather than a tty, to better handle unexpected prompts.
4748 (cvs-sentinel): Rewrite. Call cvs-update-header.
4749
4750 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4751
4752 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4753 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4754
4755 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * generic.el (define-generic-mode): Add indentation rule.
4758
4759 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4760
4761 * files.el (mode-require-final-newline): Make Custom correctly
4762 report a nil value and allow to set it to nil via Custom.
4763 Doc fix.
4764
4765 2005-04-01 Kenichi Handa <handa@m17n.org>
4766
4767 * international/characters.el: Enable the correct case setting for
4768 dotless-i and dotted-I.
4769
4770 2005-04-01 Kim F. Storm <storm@cua.dk>
4771
4772 * ido.el (ido-file-internal): Fall back to non-ido command if
4773 initial directory is on slow ftp (or tramp) host.
4774
4775 2005-03-31 Richard M. Stallman <rms@gnu.org>
4776
4777 * emacs-lisp/autoload.el (make-autoload):
4778 Handle define-global-minor-mode.
4779
4780 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4781 Rename from easy-mmode-define-global-mode.
4782 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4783
4784 * progmodes/scheme.el (scheme-mode-syntax-table):
4785 Update syntax of | and # for two-character comment syntax.
4786
4787 2005-03-31 Lute Kamstra <lute@gnu.org>
4788
4789 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4790 (define-minor-mode): Call custom-current-group at load-time.
4791
4792 * generic.el (define-generic-mode): Add debug declaration.
4793 Add defcustom for the mode hook.
4794 (generic-mode-internal): Use run-mode-hooks.
4795
4796 2005-03-31 Kim F. Storm <storm@cua.dk>
4797
4798 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4799 (mouse-fixup-help-message): New defun called by show_help_echo
4800 to fixup mouse-2 prefix in help messages when applicable.
4801
4802 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4803
4804 2005-03-31 Kenichi Handa <handa@m17n.org>
4805
4806 * language/thai-word.el (thai-find-word-ends): Pay attention to
4807 the case that we reach the end of buffer.
4808
4809 * textmodes/fill.el (fill-text-properties-at): New function.
4810 (fill-newline): Use fill-text-properties-at instead of
4811 text-properties-at.
4812
4813 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4814
4815 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4816 not comint-quote-filename.
4817
4818 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4819
4820 * help-fns.el (help-with-tutorial): Revert last change.
4821
4822 2005-03-31 Kim F. Storm <storm@cua.dk>
4823
4824 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4825
4826 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4827
4828 * calendar/cal-china.el: Update reference to "Calendrical
4829 Calculations" book; there's a new edition.
4830 * calendar/cal-coptic.el: Likewise.
4831 * calendar/cal-french.el: Likewise.
4832 * calendar/cal-hebrew.el: Likewise.
4833 * calendar/cal-islam.el: Likewise.
4834 * calendar/cal-iso.el: Likewise.
4835 * calendar/cal-julian.el: Likewise.
4836 * calendar/cal-mayan.el: Likewise.
4837 * calendar/cal-persia.el: Likewise.
4838 * calendar/calendar.el: Likewise.
4839 * calendar/holidays.el: Likewise.
4840 * calendar/lunar.el: Likewise.
4841 * calendar/solar.el: Likewise.
4842
4843 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4844 white space from doc string.
4845
4846 2005-03-30 Jay Belanger <belanger@truman.edu>
4847
4848 * calc/calc-help.el (calc-full-help): Remove email address.
4849
4850 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4851
4852 * help-fns.el (help-with-tutorial): Delete title line.
4853
4854 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4855
4856 * calendar/cal-x.el (calendar-one-frame-setup)
4857 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4858 rather than 'symbol for set-window-dedicated-p.
4859
4860 * calendar/appt.el (appt-buffer-name): Make it a constant.
4861 (appt-add): Doc fix.
4862
4863 * filesets.el (filesets-menu-path, filesets-menu-before)
4864 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4865 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4866 (filesets-add-submenu): Delete and use add-submenu instead.
4867
4868 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4869
4870 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4871 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4872 (org-diary-default-entry): New function.
4873 (org-get-entries-from-diary): Better parsing of diary entries.
4874 (org-agenda-check-no-diary): New function.
4875 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4876 linking to diary entries.
4877 (org-agenda-execute-calendar-command): New function.
4878 (org-agenda): Improve visible section in window.
4879 Use `org-fit-agenda-window'.
4880 (org-fit-agenda-window): New option.
4881 (org-move-subtree-down): Better handling of empty lines
4882 at end of subtree.
4883 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4884 levels up.
4885 (org-fontify-done-headline): New option.
4886 (org-headline-done-face): New face.
4887 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4888 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4889 When current field is non-empty, it is copied to next row.
4890 (org-table-copy-from-above): Fix bug which made it
4891 impossible to copy fields containing only a single non-white character.
4892
4893 2005-03-30 Kim F. Storm <storm@cua.dk>
4894
4895 * kmacro.el (kmacro-end-macro): Isearch may store this command
4896 into the macro -- so ignore it when executing keyboard macro.
4897
4898 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4899
4900 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4901
4902 2005-03-29 Kenichi Handa <handa@m17n.org>
4903
4904 * language/thai.el ("Thai"): Set setup-function and exit-function
4905 for Thai language environment.
4906
4907 * language/thai-util.el: Require thai-word.
4908 (thai-word-mode-map): New variable.
4909 (thai-word-mode): New minor mode.
4910 (setup-thai-language-environment-internal): New function.
4911 (exit-thai-language-environment-internal): New function.
4912
4913 * language/thai-word.el (thai-word-table): Declare it by defvar,
4914 use dolist to initialize it.
4915 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4916 (thai-fill-find-break-point): New functions.
4917
4918 2005-03-29 Richard M. Stallman <rms@gnu.org>
4919
4920 * simple.el (idle-update-delay): Move definition up.
4921 (set-mark): Doc fix.
4922
4923 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * longlines.el: New file.
4926
4927 * simple.el (buffer-substring-filters): New variable.
4928 (filter-buffer-substring): New function.
4929 (kill-region, copy-region-as-kill): Use it.
4930
4931 * register.el (copy-to-register, append-to-register)
4932 (prepend-to-register): Use filter-buffer-substring.
4933
4934 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4935
4936 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4937 (gud-filter-pending-text): Move in front of gdb.
4938 (gud-overlay-arrow-position): New variable.
4939 (gud-sentinel, gud-display-line): Use it in place of
4940 overlay-arrow-position.
4941
4942 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4943
4944 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4945 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4946 (fortran-font-lock-keywords-4): New variable.
4947 (fortran-blocks-re, fortran-end-block-re)
4948 (fortran-start-block-re): New constants, for hideshow.
4949 (hs-special-modes-alist): Add a Fortran entry.
4950 (fortran-mode-map): Bind fortran-end-of-block,
4951 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4952 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4953 (fortran-looking-at-if-then, fortran-end-of-block)
4954 (fortran-beginning-of-block): New functions, for hideshow.
4955
4956 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4957 Doc fix. Tweak regexp.
4958 (f90-beginning-of-block): Push mark first.
4959
4960 2005-03-29 Jay Belanger <belanger@truman.edu>
4961
4962 * calc/calc.el: Update copyright date.
4963 (calc-version): Increase to 2.1.
4964 (calc-version-date): Remove.
4965
4966 * calc/calc-help.el: Update copyright date.
4967 (calc-full-help): Remove reference to calc-version-date.
4968 Update copyright date.
4969
4970 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * vc.el (vc-do-command): Use a pipe for async processes, so password
4973 prompts don't show up at places where the user can't reply.
4974
4975 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4976
4977 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4978 on the file name we pass to the inferior shell.
4979
4980 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4981
4982 * progmodes/which-func.el (which-function): Be robust in the face of an
4983 imenu--make-index-alist failure.
4984
4985 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4988
4989 * progmodes/python.el (python-preoutput-filter): Fix last change.
4990
4991 2005-03-29 Lute Kamstra <lute@gnu.org>
4992
4993 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4994 functions and compiled macros.
4995 (debug-convert-byte-code): Handle macros too.
4996 (debug-on-entry-1): Don't signal an error when trying to clear a
4997 function that is not set to debug on entry.
4998
4999 2005-03-29 Jay Belanger <belanger@truman.edu>
5000
5001 * calc/calc-lang.el: Add functions to math-function-table
5002 properties of tex and math.
5003
5004 2005-03-29 Kenichi Handa <handa@m17n.org>
5005
5006 * ps-mule.el (ps-mule-plot-string): Translate characters by
5007 ps-print-translation-table.
5008 (ps-mule-begin-job): Call find-charset-region/string with
5009 ps-print-translation-table.
5010 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5011
5012 * ps-print.el (ps-print-translation-table): New variable.
5013 (ps-plot-region): Translate characters by ps-print-translation-table.
5014
5015 2005-03-29 Juri Linkov <juri@jurta.org>
5016
5017 * simple.el (next-error-highlight-timer): New variable.
5018
5019 * progmodes/compile.el (compilation-goto-locus):
5020 Use `next-error-highlight-timer' instead of `sit-for'.
5021
5022 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * mail/supercite.el (sc-mail-field): Use assoc-string.
5025 (sc-get-address): Simplify regexps.
5026
5027 * files.el (minibuffer-with-setup-hook): New macro.
5028 (find-file-read-args): Use it to avoid let-binding
5029 minibuffer-with-setup-hook (which breaks turning on/off
5030 file-name-shadow-mode while in the prompt).
5031
5032 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5033
5034 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5035
5036 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5037
5038 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * window.el (window-buffer-height): Use count-screen-lines.
5041
5042 * progmodes/python.el (python-preoutput-leftover): New var.
5043 (python-preoutput-filter): Use it.
5044 (python-send-receive): Loop until all the result has been received.
5045
5046 2005-03-28 Juri Linkov <juri@jurta.org>
5047
5048 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5049
5050 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5051 "Recover Crashed Session".
5052 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5053 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5054 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5055 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5056 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5057 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5058 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5059 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5060
5061 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5062 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5063 Ediff Sessions", "Toggle use of separate control buffer frame",
5064 "Use separate frame for Ediff control buffer".
5065
5066 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5067 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5068 "Rename Bookmark", "Delete Bookmark".
5069
5070 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5071 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5072 Add `:active Info-index-alternatives' to "Next Matching Item".
5073
5074 * wdired.el (wdired-change-to-wdired-mode):
5075 Mention `wdired-abort-changes' key in the initial message.
5076
5077 * international/mule.el (auto-coding-alist): Associate non-ascii
5078 image filename extensions with `no-conversion'.
5079
5080 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5081
5082 * international/iso-acc.el:
5083 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5084
5085 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5086
5087 * textmodes/sgml-mode.el (html-mode): Doc update.
5088
5089 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5090
5091 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * term.el (term-move-columns): Fix face after extending a line.
5094 (term-insert-spaces): Likewise.
5095 (term-reset-terminal): Fix off by one error.
5096
5097 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5098
5099 * international/mule.el (auto-coding-alist): Add .xpi files.
5100
5101 * files.el (auto-mode-alist): Add .xpi files.
5102
5103 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5104
5105 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5106
5107 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5108
5109 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5110
5111 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5112
5113 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5114 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5115
5116 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5117 cursor to Jan 1 when needed.
5118 (calendar-end-of-year): Fix -/+ typo.
5119 Reported by Chong Yidong <cyd@stupidchicken.com>.
5120
5121 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5124
5125 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5126 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5127
5128 2005-03-25 Richard M. Stallman <rms@gnu.org>
5129
5130 * filesets.el (filesets-init): Add autoload.
5131
5132 * mail/mailalias.el (mail-directory): Doc fix.
5133
5134 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5135
5136 * mail/mailalias.el (mail-directory-process): Do nothing if
5137 mail-directory-process is an atom.
5138 (mail-get-names): Ignore mail-directory-names if it is an atom.
5139 (mail-directory-process defvar): Doc fix.
5140 (mail-names): Doc fix.
5141
5142 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5143
5144 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5145
5146 2005-03-26 Kenichi Handa <handa@m17n.org>
5147
5148 * international/mule-util.el (detect-coding-with-priority):
5149 Call update-coding-systems-internal before detect-coding-region.
5150
5151 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5152
5153 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5154 (gdb-frames-mode-map): Add follow-link property.
5155
5156 2005-03-25 Jay Belanger <belanger@truman.edu>
5157
5158 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5159 for variables.
5160
5161 2005-03-25 Juri Linkov <juri@jurta.org>
5162
5163 * image-mode.el: Optimize image filename extension regexps in
5164 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5165 in `auto-mode-alist'.
5166 (image-mode): Add `image-toggle-display-text' to local hook
5167 `change-major-mode-hook'. Display the image as an image by
5168 default. Set `cursor-type' and `truncate-lines' if the image
5169 is already displayed. Take into account the current mode (image
5170 or text) in message.
5171 (image-minor-mode): New minor mode.
5172 (image-mode-maybe, image-toggle-display-text): New functions.
5173 (image-toggle-display): Use called-interactively-p.
5174 Let-bind `inhibit-read-only' to t.
5175
5176 * image-mode.el (image-minor-mode): Set `cursor-type' and
5177 `truncate-lines' if the image is already displayed. Add turning
5178 image-minor-mode off to `change-major-mode-hook'. Add message.
5179 Call `image-toggle-display-text' after turning image-minor-mode off.
5180
5181 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5184 Terminal.app, use utf-8.
5185 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5186 (set-locale-environment): Use it.
5187
5188 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5189
5190 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5191
5192 * progmodes/python.el (python-close-block-statement-p)
5193 (python-outdent-p, python-current-defun): Use symbol-end.
5194
5195 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5196
5197 * files.el (save-some-buffers): Doc fix.
5198
5199 2005-03-25 Werner Lemberg <wl@gnu.org>
5200
5201 * complete.el, thumbs.el: Replace `legal' with `valid'.
5202 * calendar/calendar.el: Replace `legal' with `valid'.
5203 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5204 * mail/supercite.el: Replace `legal' with `valid'.
5205 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5206 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5207 Replace `legal' with `valid'.
5208 * textmodes/reftex-vars.el, textmodes/reftex.el:
5209 Replace `legal' with `valid'.
5210
5211 2005-03-25 Werner Lemberg <wl@gnu.org>
5212
5213 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5214 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5215 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5216 * emulation/vip.el: Replace `illegal' with `invalid'.
5217 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5218 * mail/supercite.el: Replace `illegal' with `invalid'.
5219 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5220 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5221 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5222 * progmodes/sh-script.el, progmodes/xscheme.el:
5223 Replace `illegal' with `invalid'.
5224 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5225 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5226 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5227 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5228
5229 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5230
5231 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5232 (flymake-find-buildfile, flymake-find-possible-master-files)
5233 (flymake-check-include, flymake-parse-line): Replace loops over the
5234 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5235
5236 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5237 Substitute file-name-as-directory in the rest of the file.
5238 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5239 (flymake-replace-region): Remove unused arg `buffer'.
5240 (flymake-check-patch-master-file-buffer): Update calls to it.
5241 (flymake-add-err-info): Remove unused var `count'.
5242 (flymake-mode): Use define-minor-mode.
5243
5244 * progmodes/flymake.el: Use with-current-buffer.
5245 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5246 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5247 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5248 Avoid testing for `xemacs'.
5249 (flymake-nop): Move.
5250 (flymake-region-has-flymake-overlays): Return the computed value.
5251 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5252 Remove unused var `endline'.
5253 (flymake-get-line-count): Remove unused function.
5254 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5255
5256 * emulation/vi.el:
5257 * generic.el:
5258 * hilit-chg.el (global-highlight-changes):
5259 * hi-lock.el (hi-lock-mode):
5260 * follow.el: find-file-hooks -> find-file-hook.
5261
5262 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5263
5264 2005-03-24 Juri Linkov <juri@jurta.org>
5265
5266 * dired.el (dired-mode-map): Add menu item "Compare directories"
5267 for dired-compare-directories.
5268
5269 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5270 Doc fix. Replace `read-file-name' with `read-directory-name'.
5271
5272 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5275
5276 2005-03-24 Jay Belanger <belanger@truman.edu>
5277
5278 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5279 relevant mode settings in calc-embedded-original-modes when modes
5280 are permanently changed.
5281
5282 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * autoinsert.el: find-file-hooks -> find-file-hook.
5285
5286 2005-03-24 Lute Kamstra <lute@gnu.org>
5287
5288 * generic.el (generic-font-lock-defaults): Make it obsolete.
5289 (generic-font-lock-keywords): New variable to replace
5290 generic-font-lock-defaults.
5291 (generic-mode-set-font-lock): Delete it.
5292 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5293 (generic-bracket-support): Add docstring.
5294
5295 * generic-x.el: Rename generic-font-lock-defaults to
5296 generic-font-lock-keywords throughout.
5297 (mailagent-rules-setup-function): Delete it.
5298 (mailagent-rules-generic-mode): Use anonymous function instead.
5299 (show-tabs-generic-mode-font-lock-defaults-1)
5300 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5301 Quote faces.
5302 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5303 not foreground.
5304
5305 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5306 Recognize define-generic-mode.
5307
5308 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5311 if there's no completion table.
5312
5313 2005-03-23 Miles Bader <miles@gnu.org>
5314
5315 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5316 Remove tty-specific variants, as they're no longer needed.
5317
5318 2005-03-23 Lute Kamstra <lute@gnu.org>
5319
5320 * generic-x.el: Code cleanup: make args constant whenever possible.
5321 (installshield-statement-keyword-list)
5322 (installshield-system-functions-list)
5323 (installshield-system-variables-list, installshield-types-list)
5324 (installshield-funarg-constants-list): Make them constants.
5325
5326 * generic.el (generic-make-keywords-list): Add autoload cookie.
5327
5328 * calendar/time-date.el: Add comment on time value formats.
5329 Don't require parse-time.
5330 (with-decoded-time-value): New macro.
5331 (encode-time-value): New function.
5332 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5333 (days-to-time): Return a valid time value when arg is huge.
5334 (time-since): Use time-subtract.
5335 (time-to-number-of-days): Use time-to-seconds.
5336
5337 2005-03-23 David Ponce <david@dponce.com>
5338
5339 * recentf.el: (recentf-keep): New option.
5340 (recentf-menu-action): Default to `find-file'.
5341 (recentf-keep-non-readable-files-flag)
5342 (recentf-keep-non-readable-files-p)
5343 (recentf-file-readable-p, recentf-find-file)
5344 (recentf-cleanup-remote): Remove.
5345 (recentf-include-p): More robust.
5346 (recentf-keep-p): New function.
5347 (recentf-remove-if-non-kept): Rename from
5348 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5349 All callers updated.
5350 (recentf-menu-items-for-commands): Fix help string.
5351 (recentf-track-closed-file): Update. Doc fix.
5352 (recentf-cleanup): Update. Count removed files. Doc fix.
5353
5354 2005-03-23 Kim F. Storm <storm@cua.dk>
5355
5356 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5357 Don't inherit from fringe face (now happens automatically).
5358
5359 2005-03-22 Kim F. Storm <storm@cua.dk>
5360
5361 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5362 position values.
5363
5364 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * menu-bar.el (showhide-date-time): Remove.
5367 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5368 (menu-bar-make-mm-toggle): Simplify.
5369
5370 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5371
5372 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5373 Accept qualified variable and function names.
5374
5375 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5376
5377 * bindings.el (completion-ignored-extensions):
5378 Remove ".lis" for `vax-vms'.
5379
5380 2005-03-22 Andreas Schwab <schwab@suse.de>
5381
5382 * generic-x.el: Revert last change.
5383 * ldefs-boot.el: Update.
5384
5385 2005-03-22 Jay Belanger <belanger@truman.edu>
5386
5387 * calc/calc-embed (calc-embedded-original-modes): New variable.
5388 (calc-embedded-save-original-modes)
5389 (calc-embedded-restore-original-modes): New functions.
5390 (calc-do-embedded): Save original modes when entering embedded mode
5391 and restore when leaving embedded mode.
5392 (calc-embedded-modes-change): Change the value of
5393 calc-embedded-original-modes to reflect permanent changes.
5394
5395 2005-03-22 Lute Kamstra <lute@gnu.org>
5396
5397 * generic-x.el: Require generic again.
5398
5399 2005-03-22 Miles Bader <miles@gnu.org>
5400
5401 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5402 Tweak details to look good on both ttys and bitmap displays, light
5403 or dark background, etc.
5404
5405 2005-03-21 Kim F. Storm <storm@cua.dk>
5406
5407 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5408 mouse position.
5409
5410 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * icomplete.el: Don't forcibly turn on the mode upon load.
5413 (icomplete-mode): Use define-minor-mode.
5414 (icomplete-eoinput): Default to nil.
5415 (icomplete-minibuffer-setup): Remove autoload.
5416 (icomplete-tidy): Simplify.
5417 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5418 in the initial state or if the user has modified the field.
5419 Fix handling of icomplete-max-delay-chars.
5420 Remove code that handles the oddball case where
5421 minibuffer-completion-table is an integer.
5422 Wrap icomplete-completions in while-no-input in case building
5423 completions takes more time than expected.
5424 (icomplete-completions): Simplify.
5425
5426 2005-03-21 Richard M. Stallman <rms@gnu.org>
5427
5428 * jka-compr.el (jka-compr-really-do-compress):
5429 Make variable buffer-local.
5430
5431 * image-mode.el: Handle .xpm files too.
5432 (image-toggle-display): Preserve modification flag.
5433
5434 * help.el (where-is): Don't mention aliases with no key bindings.
5435
5436 2005-03-21 Lute Kamstra <lute@gnu.org>
5437
5438 * generic.el: Fix commentary section. Don't require cl for compilation.
5439 (generic-mode-list): Add autoload cookie.
5440 (generic-use-find-file-hook, generic-lines-to-scan)
5441 (generic-find-file-regexp, generic-ignore-files-regexp)
5442 (generic-mode, generic-mode-find-file-hook)
5443 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5444 (define-generic-mode): Make it a defmacro. Fix docstring.
5445 (generic-mode-internal): Code cleanup. Add autoload cookie.
5446 (generic-mode-set-comments): Code cleanup.
5447 * generic-x.el: Don't prevent compilation. Don't require generic.
5448 Follow coding conventions. Minor code cleanup.
5449 (etc-fstab-generic-mode): Add some keywords.
5450 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5451 define-generic-mode like a function declaration.
5452
5453 2005-03-21 Jay Belanger <belanger@truman.edu>
5454
5455 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5456 changing modes.
5457
5458 2005-03-21 Sam Steingold <sds@gnu.org>
5459
5460 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5461
5462 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5463
5464 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5465 Add underscore to "f$ lexicals" regexp.
5466
5467 2005-03-20 Juri Linkov <juri@jurta.org>
5468
5469 * subr.el (progress-reporter-do-update): When `min-value' is equal
5470 to `max-value', set `percentage' to 0 and prevent division by zero.
5471
5472 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5473
5474 Sync with Tramp 2.0.48.
5475
5476 * tramp.el (all): Change all addresses to .gnu.org.
5477 (tramp-append-tramp-buffers): New defun.
5478 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5479 Catch `dont-send' signal.
5480 (tramp-set-auto-save-file-modes): Set always permissions, because
5481 there might be an old auto-saved file belonging to another
5482 original file. This could be a security threat. Reported by
5483 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5484 Check for Emacs 21.3.50 removed.
5485
5486 * tramp-smb.el (all): Remove debug construct for
5487 `with-parsed-tramp-file-name'.
5488 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5489 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5490 No error message if DIRECTORY or FILENAME doesn't exist.
5491 (tramp-smb-open-connection): Check existence of
5492 `tramp-smb-program'.
5493
5494 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5497 Properly handle the case where the `m' or `s' command's argument is not
5498 yet terminated.
5499 (perl-indent-new-calculate): New function.
5500 (perl-indent-line): Use it.
5501
5502 2005-03-20 Miles Bader <miles@gnu.org>
5503
5504 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5505 in text-mode too. Change to new face names.
5506 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5507 Add `:weight bold' attribute.
5508 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5509
5510 2005-03-19 Juri Linkov <juri@jurta.org>
5511
5512 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5513
5514 * international/mule.el (auto-coding-alist): Sync with
5515 `auto-mode-alist' by adding upper case archive file extensions
5516 and adding ear/war to jar extension.
5517
5518 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5519
5520 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5521 running, restart it.
5522
5523 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5524
5525 * finder.el (finder-current-item): Throw an error on an empty line.
5526
5527 * man.el (Man-follow-manual-reference): If current-word returns
5528 nil, use "".
5529
5530 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5531
5532 * simple.el (goto-line): Doc fix.
5533
5534 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5535
5536 * files.el (save-buffer): Doc fix.
5537
5538 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5539
5540 * recentf.el (recentf-cleanup-remote): New variable.
5541 (recentf-cleanup): Use it to conditionally check availablity of
5542 remote files.
5543
5544 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5545
5546 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5547 function names.
5548
5549 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5550
5551 * language/thai-word.el: New file.
5552
5553 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5554
5555 * files.el (backup-buffer): If the file's directory is not
5556 writable, use copy instead of move to backup the file.
5557
5558 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5559
5560 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5561
5562 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5563
5564 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5565 Use functionp instead of symbolp and fboundp. Reported by Drkm
5566 <darkman_spam@yahoo.fr>.
5567 (ps-print-version): New version 6.6.6.
5568
5569 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5570
5571 * textmodes/table.el (table--line-column-position): New idiom.
5572 (table--row-column-insertion-point-p): New function to test
5573 validity of row and column insertion operation at a location.
5574 (table-global-menu, table-cell-menu): Use above functions for
5575 deterministic test operation.
5576 (table--editable-cell-p): Behave in deterministic fashion.
5577
5578 2005-03-18 Juri Linkov <juri@jurta.org>
5579
5580 * isearch.el (isearch-lazy-highlight-new-loop):
5581 Make arguments beg and end optional.
5582 (isearch-update): Remove optional arguments nil from
5583 isearch-lazy-highlight-new-loop.
5584 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5585 isearch-lazy-highlight-case-fold-search instead of
5586 isearch-case-fold-search, and let-bind isearch-regexp to
5587 isearch-lazy-highlight-regexp.
5588 Use isearch-lazy-highlight-last-string instead of isearch-string.
5589
5590 * replace.el (perform-replace): Remove bindings of global
5591 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5592 Add three new arguments to `replace-highlight'.
5593 (replace-highlight): Add arguments string, regexp, case-fold.
5594 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5595 to allow isearch-lazy-highlight-new-loop to use these values
5596 to set corresponding isearch-lazy-highlight-* internal
5597 variables whose values lazy highlighting will use regardless of
5598 changes to global variables isearch-string, isearch-regexp,
5599 isearch-case-fold-search during lazy highlighting loop.
5600 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5601 to `lazy-highlight-cleanup'.
5602
5603 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5604 (ispell-highlight-face): Set default face to `isearch' when
5605 lazy highlighting is enabled.
5606 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5607 priority to 1. Add lazy highlighting.
5608 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5609 from `isearch-dehighlight'.
5610
5611 2005-03-18 David Ponce <david@dponce.com>
5612
5613 * files.el (hack-local-variables): Do a case-insensitive search
5614 for End.
5615
5616 2005-03-18 Juri Linkov <juri@jurta.org>
5617
5618 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5619 `isearch-lazy-highlight-cleanup', add alias to old name and
5620 declare obsolete. Add release numbers to other obsolete vars.
5621 (isearch-done, isearch-lazy-highlight-new-loop):
5622 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5623 (lazy-highlight-cleanup) <variable>: Doc fix.
5624 (isearch-lazy-highlight-update): Rename obsolete
5625 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5626
5627 2005-03-18 Kenichi Handa <handa@m17n.org>
5628
5629 * language/thai-util.el: Fix categorization of Thai characters in
5630 thai-category-table.
5631 (thai-composition-pattern): Adjust it for the above change.
5632 (thai-self-insert-command, thai-compose-syllable): New functions.
5633 (thai-compose-region): Use thai-compose-syllable.
5634 (thai-compose-string): Likewise.
5635 (thai-composition-function): Likewise.
5636 (thai-auto-composition): New function.
5637 (thai-auto-composition-mode): New minor mode.
5638
5639 * language/thai.el: Fix patterns to be registered in
5640 composition-function-table.
5641
5642 * international/quail.el (quail-input-method): Locally bind
5643 inhibit-modification-hooks to t.
5644
5645 2005-03-17 Richard M. Stallman <rms@gnu.org>
5646
5647 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5648 (perl-mode): Use run-mode-hooks.
5649
5650 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5651 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5652 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5653
5654 * mail/sendmail.el (sendmail-send-it): Reenable the code
5655 to compute resend-to-address and use it.
5656
5657 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5658
5659 * image-mode.el: New file.
5660
5661 * image.el (insert-sliced-image): Add autoload cookie.
5662
5663 * font-lock.el (font-lock-lines-before): New user option.
5664 (font-lock-after-change-function): Obey it.
5665
5666 * bindings.el (esc-map): Make M-g a prefix.
5667 Bind M-g g and M-g M-g to goto-line.
5668
5669 * faces.el (face-id): Doc fix.
5670
5671 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5672
5673 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5674 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5675 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5676
5677 * mail/sendmail.el (mail-yank-ignored-headers)
5678 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5679 Add Mail-Followup-To and Mail-Reply-To headers.
5680 (mail-citation-hook): Add autoload cookie.
5681 (mail-mode): Doc fix.
5682 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5683 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5684 (mail-mode-fill-paragraph): Handle those headers.
5685 (mail-mailing-lists): New variable.
5686 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5687
5688 2005-03-17 Juri Linkov <juri@jurta.org>
5689
5690 * isearch.el (isearch-fallback): Check for `(car previous)'
5691 before calling `isearch-other-end-state'.
5692
5693 2005-03-17 Kim F. Storm <storm@cua.dk>
5694
5695 * simple.el (move-beginning-of-line): Move to beginning of buffer
5696 line, as well as beginning of screen line.
5697
5698 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5699
5700 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5701 argument REDRAW rather than calendar-redrawing variable.
5702 * calendar/calendar.el (calendar-redrawing): Delete.
5703 (redraw-calendar): Do not bind calendar-redrawing.
5704
5705 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5706
5707 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5708 diary-file buffer.
5709
5710 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * help.el (describe-mode): Allow a :minor-mode-function property to
5713 specify a different minor mode toggle function than the variable.
5714 * simple.el (auto-fill-function):
5715 * subr.el (add-minor-mode): Use it.
5716
5717 2005-03-16 Kenichi Handa <handa@m17n.org>
5718
5719 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5720 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5721 (ethio-fidel-to-sera-buffer): Likewise.
5722
5723 2005-03-16 Juri Linkov <juri@jurta.org>
5724
5725 * emacs-lisp/find-func.el (find-function-regexp):
5726 Add defun-emitting macro `menu-bar-make-toggle'.
5727
5728 * isearch.el: Put `isearch-scroll' property to
5729 `split-window-horizontally'.
5730
5731 * info.el: Update error messages for `debug-ignored-errors'.
5732 (Info-isearch-search): Doc fix.
5733 (Info-find-node): Move up code to go into info buffer before
5734 recording the node to the history.
5735 (Info-fontify-node): Fontify titles only if the next line
5736 has two or more `*', `=', `-', `.'.
5737 Display "go to this node" for empty (match-string 3).
5738
5739 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5740
5741 * term/mac-win.el: Add mouse pointer shape constants.
5742
5743 2005-03-15 Kim F. Storm <storm@cua.dk>
5744
5745 * simple.el (move-beginning-of-line): Use vertical-motion.
5746
5747 2005-03-15 Juri Linkov <juri@jurta.org>
5748
5749 * isearch.el (isearch-error): New variable.
5750 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5751 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5752 (isearch-within-brackets-state): Remove.
5753 (isearch-case-fold-search-state, isearch-pop-fun-state):
5754 Decrease frame index.
5755 (isearch-mode, isearch-top-state, isearch-push-state)
5756 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5757 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5758 (isearch-search, isearch-lazy-highlight-new-loop):
5759 Replace `isearch-invalid-regexp' with `isearch-error'.
5760 Remove `isearch-within-brackets'.
5761 (isearch-search): Add `search-failed' handler to `condition-case'.
5762 (isearch-lazy-highlight-search): Add `condition-case' to catch
5763 errors and allow `isearch-lazy-highlight-update' to try
5764 highlighting from the beginning of the window.
5765 (isearch-repeat): Move up code to set isearch-wrapped to t
5766 before calling isearch-wrap-function.
5767
5768 * info.el (Info-isearch-initial-node): New internal variable.
5769 (Info-search): Signal an error in isearch mode when search leaves
5770 the initial node. Signal an error when `bound' is non-nil and
5771 nothing was found in the current subfile.
5772 (Info-isearch-search): Remove `condition-case'.
5773 (Info-isearch-wrap): Don't wrap when search failed during leaving
5774 the initial node. If `Info-isearch-search' is nil, wrap around
5775 the current node.
5776 (Info-isearch-start): New fun.
5777 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5778 `isearch-mode-hook'.
5779
5780 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5781
5782 * simple.el (normal-erase-is-backspace): Set default to t if
5783 running on Mac.
5784
5785 * term/mac-win.el (function-key-map): Sync with x-win.el.
5786
5787 2005-03-15 Kenichi Handa <handa@m17n.org>
5788
5789 * international/mule-cmds.el (locale-language-names): Modify the
5790 format of elements and add more entries.
5791 (locale-preferred-coding-systems): Add more entries.
5792 (set-locale-environment): Adjust for the change of
5793 locale-language-names.
5794
5795 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * pcvs.el (smerge-ediff): Remove bogus autoload.
5798
5799 2005-03-14 Lute Kamstra <lute@gnu.org>
5800
5801 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5802 Ignore a `*' at the beginning of a line.
5803
5804 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5805 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5806 subr.el.
5807 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5808 to specify indentation.
5809
5810 * generic.el (define-generic-mode): Let generic-mode-list be a
5811 list of strings; test membership with equal.
5812
5813 2005-03-14 Kim F. Storm <storm@cua.dk>
5814
5815 * simple.el (next-line, previous-line): Add optional try-vscroll
5816 arg to recognize interactive use. Pass it on to line-move.
5817 (line-move): Don't perform auto-window-vscroll when defining or
5818 executing keyboard macro to ensure consistent behaviour.
5819
5820 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5823
5824 2005-03-13 Lute Kamstra <lute@gnu.org>
5825
5826 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5827 debugger-setup-buffer so that backtrace marks the frames set to
5828 debug-on-exit and we don't have to do it manually. Set an extra
5829 debug-on-exit for macro's.
5830 (debugger-setup-buffer): Don't mark the top frame manually.
5831
5832 2005-03-12 Lute Kamstra <lute@gnu.org>
5833
5834 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5835 lisp-indent-function throughout.
5836 (with-no-warnings): Set lisp-indent-function property.
5837
5838 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5839
5840 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5841 Add entry for backslash.
5842
5843 2005-03-12 Juri Linkov <juri@jurta.org>
5844
5845 * info.el (Info-search): Four fixes for backward search.
5846
5847 2005-03-11 Jay Belanger <belanger@truman.edu>
5848
5849 * calc/calc.el (calc-language-alist): New variable.
5850 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5851 (calc-embedded-find-modes): Use calc-language-alist instead of
5852 calc-embedded-language-alist.
5853
5854 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5855
5856 * calendar/calendar.el (calendar-redrawing): New internal
5857 variable.
5858 (redraw-calendar): Remove bogus save-excursion from previous
5859 change. Bind calendar-redrawing to t for mark-diary-entries.
5860 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5861 calendar if that is why we were called.
5862
5863 2005-03-11 Kenichi Handa <handa@m17n.org>
5864
5865 * international/mule.el (make-coding-system): Set property
5866 coding-system-define-form to nil.
5867 (define-coding-system-alias): Likewise.
5868
5869 2005-03-11 Kenichi Handa <handa@m17n.org>
5870
5871 These changes are suggested by Dave Love <fx@gnu.org>.
5872
5873 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5874 coding: tag.
5875 (adaptive-fill-regexp): Add more bullets.
5876 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5877 regexps.
5878
5879 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * help.el (describe-mode): Properly handle non-trivial lighters.
5882 Don't ignore minor modes that are not listed in minor-mode-list.
5883
5884 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5885 feature ON when the user requests to turn it OFF.
5886
5887 2005-03-10 Lute Kamstra <lute@gnu.org>
5888
5889 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5890 (implement-debug-on-entry): New function to replace debug-entry-code.
5891 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5892 second argument as the 2005-03-07 change makes it obsolete.
5893 (debug-on-entry, cancel-debug-on-entry): Update call to
5894 debug-on-entry-1.
5895 (debug, debugger-setup-buffer): Comment update.
5896 (debugger-frame-number): Update to work with implement-debug-on-entry.
5897
5898 2005-03-10 Jay Belanger <belanger@truman.edu>
5899
5900 * calc/calc-embed.el (math-ms-args): Declare it.
5901 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5902 math-ms-args.
5903 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5904 variables.
5905
5906 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5907
5908 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5909 Use message-box.
5910
5911 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5912 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5913 (tooltip-gud-tips): Simplify.
5914 (tooltip-gud-tips-p): Remove superflouous :set.
5915 (tooltip-gud-modes): Add fortran-mode.
5916 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5917
5918 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5919
5920 2005-03-09 Kim F. Storm <storm@cua.dk>
5921
5922 * play/animate.el (animate-place-char): Use forward-line instead
5923 of next-line to improve performance.
5924
5925 2005-03-09 Simon Josefsson <jas@extundo.com>
5926
5927 * net/browse-url.el (browse-url-default-browser): Doc fix.
5928
5929 2005-03-09 Miles Bader <miles@gnu.org>
5930
5931 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5932 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5933
5934 2005-03-09 Kenichi Handa <handa@m17n.org>
5935
5936 * international/latin-1.el: Set case and syntax for 255 only if
5937 set-case-syntax-set-multibyte is nil.
5938
5939 * textmodes/ispell.el (ispell-insert-word): New function.
5940 (ispell-word): Use ispell-insert-word to insert a new word.
5941 (ispell-process-line): Likewise.
5942 (ispell-complete-word): Likewise.
5943
5944 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5945
5946 * calendar/calendar.el (redraw-calendar): Preserve point.
5947 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5948 (calendar-week-start-day): Move after definition of
5949 redraw-calendar. Delete buffer test, since redraw-calendar has
5950 that now.
5951
5952 * calendar/diary-lib.el (mark-diary-entries): Only call
5953 redraw-calendar in the first of any recursive calls.
5954 Reported by Alan Shutko <ats@acm.org>.
5955
5956 2005-03-08 Juri Linkov <juri@jurta.org>
5957
5958 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5959 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5960 (html-radio-buttons): Add a space before the trailing `/>' where
5961 sgml-xml-mode is non-nil.
5962 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5963 the subsequent tag of the empty XML tag.
5964 (html-href-anchor): Don't set initial input to "http:".
5965 (html-image): Ask for the image URL and set point inside alt="".
5966 (html-name-anchor): Duplicate the name in the `id' attribute when
5967 sgml-xml-mode is non-nil.
5968 (html-paragraph): Remove \n before <p>.
5969 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5970 instead of `checked' when sgml-xml-mode is non-nil.
5971
5972 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5973 Remove 1 space before #RRGGBB to not truncate it on terminal
5974 windows w/o fringes. Remove 1 space between bg and fg examples
5975 to get more space.
5976 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5977 avoid byte-compile warnings.
5978
5979 * image-file.el (image-file-handler): Put `safe-magic' property to
5980 `image-file-handler'.
5981
5982 * info.el (Info-isearch-search): Emulate word search in
5983 isearching through multiple Info nodes with Info-search.
5984 (Info-isearch-wrap): Allow isearch-word.
5985
5986 2005-03-08 Lute Kamstra <lute@gnu.org>
5987
5988 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5989 stepping into the debugger's code is not possible.
5990 (debugger-jumping-flag): Docstring update.
5991
5992 2005-03-08 Jay Belanger <belanger@truman.edu>
5993
5994 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5995 embedded mode begins.
5996 (calc-embedded-language-alist): New variable.
5997 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5998 set default language mode.
5999
6000 2005-03-08 Kenichi Handa <handa@m17n.org>
6001
6002 * international/ccl.el (define-ccl-program): Fix docstring about
6003 extra 256 bytes assured for the output buffer.
6004
6005 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6006 Fix BUFFER_MAGNIFICATION to 2.
6007 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6008
6009 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6010
6011 * align.el (align-rules-list): Added an alignment rule for CSS
6012 declarations (applies to css-mode and html-mode buffers).
6013
6014 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6017
6018 2005-03-07 Kim F. Storm <storm@cua.dk>
6019
6020 * simple.el (move-beginning-of-line): New command.
6021
6022 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6023
6024 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6025
6026 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6027 and move-beginning-of-line.
6028
6029 * apropos.el (apropos-print): Omit command from M-x ... RET.
6030
6031 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6032
6033 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6034 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6035
6036 2005-03-06 Richard M. Stallman <rms@gnu.org>
6037
6038 * bindings.el (esc-map): Bind M-g to goto-line.
6039
6040 * facemenu.el (global-map): Bind M-o, not M-g.
6041
6042 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6043
6044 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6045 "Open Directory" as for "Open File".
6046
6047 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6048
6049 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6050 (push-mark-command): Run activate-mark-hook.
6051
6052 2005-03-06 Richard M. Stallman <rms@gnu.org>
6053
6054 * help-mode.el (help-mode-finish): Don't alter the element
6055 in view-return-to-alist if there already is one.
6056
6057 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6058 make sure the current buffer is the expected one.
6059
6060 * novice.el (disabled-command-function): Output in *Disabled Command*.
6061 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6062
6063 * textmodes/flyspell.el (flyspell-large-region):
6064 Pass args differently for aspell.
6065
6066 * files.el (mode-require-final-newline): Doc fix.
6067
6068 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6069
6070 * progmodes/which-func.el (which-function):
6071 Specify NOERROR when calling imenu--make-index-alist.
6072
6073 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * simple.el (normal-erase-is-backspace): Define default value.
6076
6077 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6078 (custom-reevaluate-setting): Simple function to handle
6079 variables that are defined before their default value can really
6080 be computed.
6081
6082 * startup.el (command-line): Use it for temporary-file-directory,
6083 small-emporary-file-directory, auto-save-file-name-transforms,
6084 blink-cursor-mode, and normal-erase-is-backspace.
6085
6086 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6087 progress, even with buggy anchored keywords.
6088
6089 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * simple.el (goto-line): Remove unbalanced final parenthesis.
6092
6093 2005-03-05 Richard M. Stallman <rms@gnu.org>
6094
6095 * simple.el (goto-line): Use a number at point as the default.
6096 With C-u as arg, switch buffers.
6097
6098 2005-03-05 Juri Linkov <juri@jurta.org>
6099
6100 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6101 with `no-blinking-cursor'.
6102
6103 * startup.el (no-blinking-cursor): New defvar.
6104 (command-line): Add `--no-blinking-cursor' to longopts.
6105 Set `no-blinking-cursor' to t for command line arguments
6106 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6107 with `no-blinking-cursor' in the condition for calling
6108 `blink-cursor-mode'.
6109
6110 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6111
6112 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6113 (menu-bar-options-save): Add blink-cursor-mode.
6114 (menu-bar-options-menu): Add blink-cursor-mode.
6115
6116 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6117
6118 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6119 (icalendar-export-file, icalendar-export-region)
6120 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6121 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6122
6123 2005-03-04 Lute Kamstra <lute@gnu.org>
6124
6125 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6126 (debug-function-list): Ditto.
6127
6128 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6129
6130 * textmodes/texinfmt.el (texinfo-append-refill):
6131 Redefine the types of line to which @refill
6132 is not appended by replacing a search for `@refill\\|@bye' with
6133 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6134 itemize@refill' bug and the unfilled long lines bug.
6135 (texinfmt-version): Update number and date.
6136
6137 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6138
6139 * international/code-pages.el (windows-1250, windows-125[2-8])
6140 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6141
6142 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6145 bound yet.
6146
6147 2005-03-02 Romain Francoise <romain@orebokech.com>
6148
6149 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6150 buffer after removing limits.
6151 (ibuffer-pop-filter): Ditto.
6152 Update copyright.
6153
6154 2005-03-02 Miles Bader <miles@gnu.org>
6155
6156 * button.el (make-text-button): If the user doesn't specify a
6157 type, use the default. Rewrite to use `add-text-properties' and
6158 plist functions.
6159
6160 2005-03-01 Lute Kamstra <lute@gnu.org>
6161
6162 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6163 (debugger-jumping-flag): New var.
6164 (debug-entry-code): Use it.
6165 (debugger-jump): Use debugger-jumping-flag and add
6166 debugger-reenable to post-command-hook.
6167 (debugger-reenable): Use debugger-jumping-flag and remove itself
6168 from post-command-hook.
6169 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6170 debugger-reenable.
6171
6172 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6173
6174 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6175 inclusion of "itemize\\|", which may be unnecessary, is certainly
6176 inelegant, and stops refilling in itemize lists when formatting
6177 Japanese Texinfo files to Info.
6178 Update copyright to 2005.
6179
6180 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6181
6182 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6183 of an error if GDB can't find the source file.
6184
6185 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6186
6187 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6188 not just the calendar.
6189
6190 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6191 first.
6192 (diary-redraw-calendar): New function.
6193 (make-diary-entry): Add diary-redraw-calendar to local
6194 write-contents-functions. Turn off selective display before
6195 inserting in diary.
6196
6197 2005-03-01 Kim F. Storm <storm@cua.dk>
6198
6199 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6200
6201 2005-03-01 Lute Kamstra <lute@gnu.org>
6202
6203 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6204 that debug-entry-code can be safely removed from a function while
6205 this code is being evaluated. Revert the 2005-02-27 change as the
6206 new implementation no longer requires it. Make sure that a
6207 function body containing just a string is not mistaken for a docstring.
6208 (debug): Skip one more frame in case of debug on entry.
6209 (debugger-setup-buffer): Delete one more frame line in case of
6210 debug on entry.
6211 (debugger-frame-number): Update to use the new text introduced by
6212 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6213
6214 2005-02-28 Kim F. Storm <storm@cua.dk>
6215
6216 * double.el (double-translate-key): Call force-window-update after
6217 read-event to avoid crash in redisplay.
6218
6219 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6220
6221 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6222 (debug): Use it. Move the inhibit-trace earlier.
6223 (debug-entry-code): New const.
6224 (debug-on-entry-1): Use it.
6225
6226 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6227
6228 * international/utf-16.el (ccl-encode-mule-utf-16le):
6229 Fix BUFFER_MAGNIFICATION to 2.
6230 (ccl-encode-mule-utf-16be): Likewise.
6231
6232 2005-02-28 Kenichi Handa <handa@m17n.org>
6233
6234 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6235 Fix BUFFER_MAGNIFICATION to 4.
6236 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6237
6238 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * speedbar.el (speedbar-update-flag): Doc fix.
6241 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6242 argument.
6243
6244 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6247 have a non-nil `invisible' property but are actually visible.
6248
6249 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6250 for perldoc sections.
6251 (perl-outline-regexp, perl-outline-level): New var and function.
6252 (perl-mode): Use them.
6253
6254 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6255
6256 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6257 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6258
6259 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * cus-edit.el: Comment change.
6262 (custom-buffer-create-internal): Slightly reword text at top of
6263 Custom buffers. Mention there that saving an option edits the
6264 init file. Add link to Emacs manual node on `custom-file'.
6265 (custom-magic-alist): Rewrite individual State messages to use
6266 capitalized keywords. Doc fix.
6267
6268 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6269
6270 * calendar/calendar.el (calendar-buffer): Move above
6271 calendar-week-start-day.
6272 (calendar-week-start-day): Doc fix. Add :set function.
6273 (calendar-minimum-window-height): New variable.
6274 (generate-calendar-window): Only resize window if selected-window
6275 is displaying the calendar buffer. Use new variable
6276 calendar-minimum-window-height.
6277 (generate-calendar): Reword error message.
6278 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6279
6280 2005-02-27 Andreas Schwab <schwab@suse.de>
6281
6282 * vc.el (vc-do-command): Don't run command asynchronously when
6283 operating in a remote directory.
6284
6285 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6286 change from sync with Tramp 2.0.47.
6287
6288 2005-02-27 Richard M. Stallman <rms@gnu.org>
6289
6290 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6291
6292 * textmodes/flyspell.el (flyspell-mode-on):
6293 Call ispell-change-dictionary only if necessary.
6294
6295 * emacs-lisp/re-builder.el (regexp-builder): New function.
6296
6297 * register.el (describe-register-1): Explicitly handle
6298 yank-excluded-properties = t.
6299
6300 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6301 (custom-magic-alist): Change the status descriptions again.
6302 (face widget-type): Total rewrite based on `restricted-sexp'
6303 to eliminate the confusing double hiding levels.
6304
6305 * emacs-lisp/debug.el (debug-on-entry-1):
6306 If function body is empty, add nil as body form.
6307
6308 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * emacs-lisp/trace.el (inhibit-trace): New var.
6311 (trace-make-advice): Use it.
6312
6313 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6314
6315 2005-02-26 Kim F. Storm <storm@cua.dk>
6316
6317 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6318 (mouse-on-link-p, mouse-drag-region-1): Use it.
6319
6320 2005-02-25 Lute Kamstra <lute@gnu.org>
6321
6322 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6323
6324 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * frame.el (blink-cursor-mode): Add :group keyword.
6327
6328 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6329
6330 * calendar/icalendar.el (icalendar--decode-isodatetime):
6331 New optional argument DAY-SHIFT.
6332 (icalendar-export-region): Fix coding-system-for-write.
6333 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6334 events by one.
6335
6336 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6339
6340 2005-02-24 Kim F. Storm <storm@cua.dk>
6341
6342 * international/iso-acc.el (iso-accents-compose): Fix crash
6343 during redisplay. Call force-window-update after read-event
6344 and delete-region to signal that window is not accurate.
6345
6346 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6349 Remove unused and inexistent var `inhibit-trace'.
6350 (debugger-mode): Use run-mode-hooks.
6351 (debugger-list-functions): Add buttons; setup xref stack.
6352
6353 2005-02-23 Richard M. Stallman <rms@gnu.org>
6354
6355 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6356 appointment says it was explicitly made.
6357 (appt-add): Set the 3rd element.
6358 (appt-make-list): Preserve explicit appointments.
6359
6360 * subr.el (find-tag-default): Catch errors in forward-sexp.
6361
6362 2005-02-23 Juri Linkov <juri@jurta.org>
6363
6364 * info.el (Info-isearch-search): New defcustom.
6365 (Info-isearch-search): Call the default isearch function
6366 when Info-isearch-search is nil.
6367 (Info-isearch-wrap): Use variable Info-isearch-search.
6368
6369 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6370
6371 * cus-edit.el: Comment change.
6372
6373 2005-02-22 Kim F. Storm <storm@cua.dk>
6374
6375 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6376 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6377
6378 2005-02-22 Simon Josefsson <jas@extundo.com>
6379
6380 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6381 New variable.
6382 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6383 Oskarsson" <myrkraverk@users.sourceforget.net>.
6384
6385 2005-02-22 Kim F. Storm <storm@cua.dk>
6386
6387 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6388 check that window of that event is the selected window.
6389 (mouse-drag-region-1): Compare mouse event window to selected
6390 window before setting point.
6391
6392 * tooltip.el (tooltip-show-help-function): Pass event to
6393 mouse-on-link-p so it can check selected window.
6394
6395 2005-02-22 Kenichi Handa <handa@m17n.org>
6396
6397 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6398 (ps-mule-show-warning): New function.
6399 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6400 characters are found.
6401
6402 * ps-print.el (ps-header-footer-string): Return a list of header
6403 and footer strings.
6404
6405 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6406
6407 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6408
6409 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * frame.el (blink-cursor-mode): Use define-minor-mode.
6412
6413 * term/mac-win.el (function-key-map): Use char-names more consistently.
6414 (file-name-coding-system): Only set it for MacOS-9. The other case is
6415 already handled in mule-cmds.el (where it also works when mac-win.el
6416 is not used).
6417
6418 2005-02-21 Kenichi Handa <handa@m17n.org>
6419
6420 * international/mule.el (ctext-pre-write-conversion): Always use
6421 " *code-converting-work*" buffer for work.
6422
6423 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6424
6425 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6426
6427 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6428
6429 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6430
6431 * ses.el (undo-more): Restore defadvice, but only the part that
6432 allows changes outside the restricted area of the buffer.
6433
6434 2005-02-20 Kim F. Storm <storm@cua.dk>
6435
6436 * simple.el (line-move): Add fourth optional arg try-vscroll which
6437 must be set to perform auto-window-vscroll.
6438 When moving backwards and doing auto-window-vscroll, automatically
6439 vscroll to the last part of lines which are taller than the window.
6440 (next-line, previous-line): Set try-vscroll arg on line-move.
6441
6442 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * replace.el (query-replace, query-replace-regexp)
6445 (replace-string, replace-regexp): When operating on region, make
6446 the minibuffer prompt say so.
6447
6448 * isearch.el (isearch-forward): Document isearch-query-replace and
6449 isearch-query-replace-regexp keybindings.
6450
6451 2005-02-19 Jay Belanger <belanger@truman.edu>
6452
6453 * calc/calc-aent.el (math-read-token): Add local variable.
6454
6455 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6456 (calc-edit-top): Move declaration to earlier in file.
6457 (calc-edit-macro-repeats): Add local variables.
6458
6459 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6460 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6461 calcFunc-tanh.
6462 Adjust integration rule for calcFunc-tan.
6463
6464 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6465
6466 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6467 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6468 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6469 (viper-skip-separators): Bug fix.
6470 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6471 particular major mode.
6472 (viper-del-backward-char-in-replace): Don't put deleted char on the
6473 kill ring.
6474
6475 * viper-ex.el (viper-color-display-p): New function.
6476 (viper-has-face-support-p): Use viper-color-display-p.
6477
6478 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6479
6480 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6481
6482 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6483 (viper-file-remote-p): Make equivalent to file-remote-p.
6484
6485 * viper.el (viper-major-mode-modifier-list):
6486 Use viper-gnus-modifier-map.
6487
6488 2005-02-19 David Kastrup <dak@gnu.org>
6489
6490 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6491 quoting.
6492
6493 2005-02-19 Jay Belanger <belanger@truman.edu>
6494
6495 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6496 Remove extra definitions.
6497 (calc-coth): New function.
6498 (calcFunc-cot): Fix `let'.
6499
6500 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6501
6502 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6503 the reasons we use "type pc" in these faces.
6504
6505 * button.el (button): Ditto.
6506
6507 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6508
6509 * replace.el (query-replace-read-from): Set the value of
6510 query-replace-from-history-variable to handle the case of an empty
6511 string entered to accept the suggested default.
6512
6513 * net/tramp.el (tramp-file-name-for-operation):
6514 Use dired-call-process instead of dired-call-process-command.
6515
6516 2005-02-19 Jay Belanger <belanger@truman.edu>
6517
6518 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6519 (math-div-non-trig): New variables.
6520 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6521 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6522 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6523 trig expressions.
6524
6525 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * progmodes/gdb-ui.el (gdb-var-update-handler)
6528 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6529 for watch expressions,
6530 (gdb-var-create-handler): Don't set speedbar-update-flag.
6531 (gdb-post-prompt): Simplify test for speedbar.
6532
6533 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6534
6535 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6536 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6537 we use the syntax table of the correct buffer.
6538 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6539 Felix Gatzemeier.
6540
6541 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6542 (ediff-file-remote-p): Make synonymous with file-remote-p.
6543 In all deffaces ediff-*-face-*, use min-colors.
6544
6545 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6546 ediff-recurse-to-subdirectories.
6547 (ediff-mark-if-equal): Check that the arguments are strings, use
6548 ediff-same-contents (after to Felix Gatzemeier).
6549
6550 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6551 nil.
6552
6553 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6556
6557 2005-02-18 David Kastrup <dak@gnu.org>
6558
6559 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6560 use `mark-active' when defined.
6561
6562 2005-02-18 Kenichi Handa <handa@m17n.org>
6563
6564 * ps-print.el (ps-font-info-database): New entry
6565 ZapfChancery-MediumItalic with correct font name. Fix font name
6566 of the entry Zapf-Chancery-MediumItalic.
6567
6568 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6569
6570 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6571
6572 2005-02-16 Kim F. Storm <storm@cua.dk>
6573
6574 * ido.el (ido-fallback-command): Pass user input to fallback command.
6575
6576 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6579 (gdb-find-file-hook): Add server prefix.
6580
6581 2005-02-16 Richard M. Stallman <rms@gnu.org>
6582
6583 * replace.el (perform-replace): Pass new args to replace-highlight.
6584 (replace-highlight): Take region args,
6585 and pass them to isearch-lazy-highlight-new-loop.
6586
6587 * novice.el (disabled-command-hook): Autoload the defalias
6588 and the make-obsolete-variable call.
6589
6590 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6591
6592 * isearch.el (isearch-lazy-highlight-start-limit)
6593 (isearch-lazy-highlight-end-limit): New variables limit
6594 the region for highlighting.
6595 (isearch-lazy-highlight-new-loop): New args BEG and END.
6596 (isearch-lazy-highlight-search): Use the new vars.
6597 (isearch-lazy-highlight-update): Likewise.
6598
6599 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6600
6601 * cus-start.el (all): Use default-boundp.
6602
6603 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6604
6605 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6606
6607 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6608
6609 * autorevert.el (auto-revert-stop-on-user-input)
6610 (auto-revert-verbose): Doc fixes.
6611
6612 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6613
6614 * international/mule-cmds.el (set-locale-environment): Remove call
6615 to set-selection-coding-system on Windows.
6616
6617 2005-02-15 Jay Belanger <belanger@truman.edu>
6618
6619 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6620 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6621 calcFunc-coth.
6622 (math-simplify-sqrt): Add simplifications.
6623
6624 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6625 to list.
6626
6627 * calc/calc-ext.el: Add functions to autoloads.
6628
6629 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6630 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6631 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6632 (math-csc-raw, math-cot-raw): New functions.
6633
6634 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6635
6636 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6637 the variable name in a message.
6638
6639 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6640 calcFunc-csc, calcFunc-cot.
6641
6642 * calc/calcalg2.el: Add derivative and integration rules for
6643 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6644 calcFunc-csch, calcFunc-coth.
6645 (math-do-integral-methods): Add to checks for when to use
6646 substitutions.
6647
6648 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6649
6650 2005-02-15 Lute Kamstra <lute@gnu.org>
6651
6652 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6653 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6654 <monnier@iro.umontreal.ca>
6655 (lisp-outline-level): Improve efficiency. Suggested by David
6656 Kastrup <dak@gnu.org>.
6657
6658 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6659
6660 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6661 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6662 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6663 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6664 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6665
6666 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6667
6668 * cus-start.el (all): Comment change.
6669
6670 2005-02-14 Lute Kamstra <lute@gnu.org>
6671
6672 * cus-start.el (all): Check if symbol is void.
6673
6674 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6675
6676 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6677 optional argument to \cite.
6678
6679 2005-02-14 Richard M. Stallman <rms@gnu.org>
6680
6681 * cus-edit.el (custom-buffer-create-internal): Update help message.
6682 (custom-magic-alist): Update help messages.
6683
6684 * cus-start.el (all): Allow a var to specify a standard value.
6685
6686 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6687
6688 * custom.el (custom-theme-set-variables): Handle variable aliases.
6689
6690 * frame.el (blink-cursor-timer): Doc fix.
6691 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6692 declare obsolete.
6693 (blink-cursor-mode): Define with defcustom and use correct
6694 standard expression in that defcustom.
6695 * startup.el (command-line): Adapt to above changes in frame.el.
6696
6697 2005-02-11 Lute Kamstra <lute@gnu.org>
6698
6699 * apropos.el (apropos-score-doc): Prevent division by zero.
6700
6701 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6702
6703 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6704 (icalendar--get-event-property-attributes)
6705 (icalendar--get-event-properties)
6706 (icalendar--datetime-to-diary-date): New functions.
6707 (icalendar--split-value): Doc fix.
6708 (icalendar--datetime-to-noneuropean-date)
6709 (icalendar--datetime-to-european-date): New optional argument
6710 SEPARATOR. Return result as a string instead of a list.
6711 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6712 (icalendar--convert-string-for-export): Rename arg S to STRING.
6713 (icalendar-export-region): Doc fix. Change name of error buffer.
6714 Save output buffer.
6715 (icalendar-import-file): Add blank at end of prompt.
6716 (icalendar-import-buffer): Doc fix. Do not switch to error
6717 buffer. Indicate status in return value.
6718 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6719 buffer. Save output buffer. Handle exception from recurrence
6720 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6721 events. Fix problems with weekly all-day events.
6722
6723 2005-02-10 Richard M. Stallman <rms@gnu.org>
6724
6725 * simple.el (eval-expression-print-format):
6726 Avoid warning about edebug-active.
6727
6728 * help.el (help-for-help-internal): Rename from help-for-help.
6729 (help-for-help): Define with defalias.
6730
6731 * font-core.el (font-lock-default-function): Use with-no-warnings.
6732
6733 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6734
6735 * custom.el (defface): Doc fix.
6736
6737 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6738
6739 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6740 width 0" to prevent word wrapping problems.
6741
6742 2005-02-09 Kim F. Storm <storm@cua.dk>
6743
6744 * ido.el (ido-file-extensions-order): New defcustom.
6745 (ido-file-extension-lessp, ido-file-extension-aux)
6746 (ido-file-extension-order): New advanced file ordering.
6747 (ido-file-lessp): New simple file ordering.
6748 (ido-sort-list): Remove.
6749 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6750 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6751
6752 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6755 that some versions of grep produce.
6756 (grep-mode-font-lock-keywords): Likewise.
6757
6758 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6759
6760 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6761 (gdb-cdir): Delete.
6762 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6763 (gdb-source-info): Treat case when source file is in another
6764 directory properly.
6765 (gdb-get-location): New function.
6766
6767 2005-02-07 Jay Belanger <belanger@truman.edu>
6768
6769 * calc/calc-prog.el (calc-write-parse-table-part)
6770 (calc-fix-token-name): Fix a check for language type.
6771
6772 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6773
6774 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6775
6776 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6777 as directory not writable.
6778
6779 2005-02-07 Kim F. Storm <storm@cua.dk>
6780
6781 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6782 (cua--standard-movement-commands): Remove list.
6783 Instead, set CUA property value to move for movement commands.
6784 (cua-movement-commands): Remove. Users must set CUA prop instead.
6785 (cua--pre-command-handler): Check CUA property.
6786 (cua--init-keymaps): Don't remap undo commands.
6787 (cua-mode): Don't call cua--rectangle-on-off.
6788
6789 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6790 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6791 (cua--rect-undo-set-point): New var.
6792 (cua--rectangle-undo-boundary): Setup undo apply entry.
6793 (cua--rect-undo-handler): New function for rectangle undo.
6794 (cua--rect-start-position, cua--rect-end-position): Add.
6795 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6796 for restored rectangle. Set point if cua--rect-undo-set-point.
6797
6798 2005-02-06 Jay Belanger <belanger@truman.edu>
6799
6800 * calc/calc-lang.el (calc-tex-language): Display more information
6801 in messages.
6802
6803 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6804 in TeX mode.
6805
6806 2005-02-06 Richard M. Stallman <rms@gnu.org>
6807
6808 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6809
6810 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6811
6812 * net/ldap.el (ldap-search-internal): Support attributes with
6813 optional descriptions separated by a semi-colon, as in
6814 "userCertificate;binary".
6815
6816 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6817
6818 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6819 isn't a cons (i.e. the version is 0).
6820
6821 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6822
6823 * help.el (help-for-help): Doc fix.
6824
6825 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6828 GDB-Windows on the menu-bar as this works better.
6829
6830 2005-02-04 Jay Belanger <belanger@truman.edu>
6831
6832 * calc/calc-embed.el (calc-embedded-update): Don't put in
6833 unnecessary newlines. Adjust the end of formula marker.
6834
6835 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6836 (math-latex-parse-two-args): New function.
6837
6838 2005-02-03 Lute Kamstra <lute@gnu.org>
6839
6840 * help-fns.el (help-with-tutorial): Make sure that users cannot
6841 remove the entire text of the tutorial by means of `undo'.
6842
6843 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6846 in recent changes, where the ispell process was repeatedly
6847 killed & restarted.
6848
6849 * international/mule-cmds.el (set-locale-environment): Set file-name
6850 coding system to utf-8 on Darwin systems.
6851 (set-default-coding-systems): Don't set default-file-name-coding-system
6852 on Darwin systems.
6853
6854 2005-02-03 Richard M. Stallman <rms@gnu.org>
6855
6856 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6857
6858 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6859
6860 * faces.el (list-faces-display): Add optional argument.
6861
6862 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * font-core.el (font-lock-default-function): Handle the rare case where
6865 only font-lock-keywords is set.
6866
6867 2005-02-02 Kenichi Handa <handa@m17n.org>
6868
6869 * international/characters.el: Cancel previous change for
6870 I-WITH-DOT-ABOVE and DOTLESS-i.
6871
6872 * international/latin-5.el: Cancel previous change.
6873
6874 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6875
6876 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6877
6878 2005-02-02 Kenichi Handa <handa@m17n.org>
6879
6880 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6881 DOTLESS-i.
6882
6883 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6884 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6885
6886 * case-table.el (get-upcase-table): New function.
6887 (copy-case-table): Copy upcaes table too if non-nil.
6888 (set-case-syntax-delims): Maintain upcase table too.
6889 (set-case-syntax-pair): Likewise.
6890 (set-upcase-syntax, set-downcase-syntax): New functions.
6891 (set-case-syntax): Maintain upcase table too.
6892
6893 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6896
6897 * progmodes/gud.el (gud-goto-info): New function.
6898 (gud-tool-bar-map): Use correct icon.
6899
6900 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6901
6902 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6903 When delegating, order args in the funcall correctly.
6904
6905 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6906
6907 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6908
6909 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6910
6911 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6912 buffer not visiting a file.
6913
6914 2005-01-31 Jay Belanger <belanger@truman.edu>
6915
6916 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6917 bound on the line with the formula.
6918
6919 2005-01-31 Kim F. Storm <storm@cua.dk>
6920
6921 * ses.el (ses-create-cell-variable-range)
6922 (ses-destroy-cell-variable-range, ses-reset-header-string)
6923 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6924 (ses-insert-row): Fix format of apply undo entries.
6925
6926 2005-01-31 Jay Belanger <belanger@truman.edu>
6927
6928 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6929 parts.
6930
6931 * calc/calc-embed.el (calc-embedded-open-formula)
6932 (calc-embedded-close-formula): Ignore matrix environments.
6933
6934 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6935 TeX mode.
6936
6937 * calc/calc-lang.el (math-function-table, math-oper-table)
6938 (math-variable-table): Adjust the LaTeX portions.
6939
6940 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6941 (math-latex-ignore-words): New constant.
6942
6943 2005-01-31 Richard M. Stallman <rms@gnu.org>
6944
6945 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6946 (ispell-local-dictionary): Doc fix.
6947 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6948 Don't reinitialize at run time. Don't defcustom.
6949 All uses changed to append ispell-local-dictionary-alist,
6950 or check it first.
6951 (ispell-current-dictionary): New variable for dictionary in use.
6952 (ispell-dictionary): Now used only for global default.
6953 (ispell-start-process): Set ispell-current-dictionary,
6954 not ispell-dictionary.
6955 (ispell-change-dictionary): Use this only for setting
6956 user preferences.
6957 (ispell-internal-change-dictionary): New function
6958 to change the current dictionary in use.
6959 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6960 Use ispell-current-dictionary.
6961 Handle ispell-local-dictionary-overridden.
6962 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6963
6964 2005-01-31 Jay Belanger <belanger@truman.edu>
6965
6966 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6967
6968 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6969 (calc-mode-map): Add calc-latex-language.
6970
6971 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6972 (math-latex-print-frac): New functions.
6973 (math-oper-table, math-function-table, math-variable-table)
6974 (math-complex-format, math-input-filter): Add latex properties.
6975 (calc-set-language): Set math-expr-special-function-mapping.
6976
6977 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6978 (calc-write-parse-table-part): Add LaTeX support.
6979
6980 * calc/calc.el (calc-language): Adjust docstring.
6981 (calc-set-mode-line): Add LaTeX support.
6982 (math-expr-special-function-mapping): New variable.
6983 (math-tex-ignore-words): Add to list.
6984
6985 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6986 Add LaTeX support.
6987 (math-compose-expr): Add support for special functions.
6988
6989 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6990
6991 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6992
6993 * progmodes/gdb-ui.el (gdb-memory-address)
6994 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6995 (gdb-memory-mode-map, gdb-memory-format-keymap)
6996 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6997 (gdb-memory-unit-menu): New variables for a buffer
6998 that lets the user examine program memory.
6999 (gdb-memory-set-address, gdb-memory-set-repeat-count)
7000 (gdb-memory-format-binary, gdb-memory-format-octal)
7001 (gdb-memory-format-unsigned, gdb-memory-format-signed)
7002 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
7003 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
7004 (gdb-memory-unit-word, gdb-memory-unit-halfword)
7005 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7006 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7007 (gdb-memory-mode, gdb-memory-buffer-name)
7008 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7009 New functions for above buffer.
7010
7011 2005-01-30 Richard M. Stallman <rms@gnu.org>
7012
7013 * cus-edit.el (custom-bury-buffer): Function deleted.
7014 (custom-buffer-done-function): Option deleted.
7015 (custom-buffer-done-kill): New (replacement option.
7016 (Custom-buffer-done): Call quit-window.
7017 (custom-buffer-create-internal): Update for above changes.
7018
7019 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * simple.el (undo-ask-before-discard): New var.
7022 (undo-outer-limit-truncate): Implement it.
7023 (undo-extra-outer-limit): Doc update.
7024
7025 2005-01-29 Richard M. Stallman <rms@gnu.org>
7026
7027 * ses.el (undo-more): Delete defadvice.
7028 (ses-begin-change): Doc fix.
7029
7030 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7031 instead of rebinding C-x u and C-_.
7032
7033 * files.el (normal-backup-enable-predicate): Return nil for files
7034 in /tmp, regardless of temporary-file-directory.
7035
7036 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7037
7038 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7039 (open-rectangle, delete-whitespace-rectangle-line)
7040 (clear-rectangle-line): If FILL, pass t instead of FILL
7041 for move-to-column's 2nd arg.
7042
7043 * simple.el (undo): Fix the test for continuing a series of undos.
7044 (undo-more): Set pending-undo-list to t when we reach end.
7045 (pending-undo-list): Move up defvar.
7046
7047 * wid-edit.el (widget-button-click):
7048 Shorten the range of the track-mouse binding.
7049
7050 * comint.el (comint-insert-input): Undo previous changes;
7051 use last-input-event in interactive spec.
7052
7053 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7054
7055 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7056 to nil before invoking call-process. Reset buffer's modified flag
7057 after fontifying it in the no-async branch.
7058
7059 * wid-edit.el (widget-specify-button): If mouse pointer shape
7060 cannot be changed, use mouse face instead.
7061
7062 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7063
7064 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7065 (gdb-goto-breakpoint): Make breakpoint handling work on template
7066 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7067 (gdb-assembler-custom): Update to recognise breakpoint information
7068 added on 2005-01-19.
7069
7070 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7073 (dsssl-mode): Use define-derived-mode.
7074 (scheme-mode-initialize): Remove.
7075 (scheme-mode): Use run-mode-hooks.
7076
7077 * cus-edit.el (customize-group-other-window)
7078 (custom-buffer-create-other-window): Don't override special-display-*.
7079 (custom-mode-map): Make it dense.
7080
7081 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7082 sets the default value.
7083
7084 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7085
7086 * descr-text.el: Add more keywords.
7087
7088 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * speedbar.el: Avoid unnecessary use of locate-library.
7091
7092 * international/mule-cmds.el (standard-display-european-internal):
7093 Don't fiddle with latin-1 non-break space any more since it's now
7094 special cased in the C code.
7095 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7096
7097 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7098
7099 * cus-start.el (all): Add `undo-outer-limit'.
7100
7101 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7102
7103 * textmodes/bibtex.el (bibtex-format-entry):
7104 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7105 field lines.
7106 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7107 not on part of a buffer.
7108
7109 2005-01-25 Lute Kamstra <lute@gnu.org>
7110
7111 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7112 nonempty field text strings like "{letters\\macro{}more letters}".
7113 Clarify docstring.
7114 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7115 (bibtex-entry-offset, bibtex-parse-association)
7116 (bibtex-parse-field-name): Fix typos in docstrings.
7117 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7118
7119 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7120
7121 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7122 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7123 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7124 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7125
7126 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7127 isearch minor mode.
7128
7129 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7132
7133 2005-01-24 Lute Kamstra <lute@gnu.org>
7134
7135 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7136 CASECHARS and NOT-CASECHARS regular expressions of the
7137 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7138 striding over charsets" error.
7139
7140 2005-01-24 Jay Belanger <belanger@truman.edu>
7141
7142 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7143 display variable name.
7144
7145 2005-01-24 Kenichi Handa <handa@m17n.org>
7146
7147 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7148 Fix setting of the element of encoded-kbd-iso2022-invocations.
7149
7150 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7151
7152 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7153 (gdb-threads-select): Change to also accept mouse events.
7154 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7155 (gdb-threads-mouse-select): Delete.
7156
7157 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7158
7159 * files.el (insert-directory): Take care of empty directory,
7160 listed without -a switch.
7161
7162 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * textmodes/refill.el (refill-post-command-function):
7165 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7166 to the list of functions that we should be careful not to undo.
7167 (refill-late-fill-paragraph-function): Remove.
7168 (refill-saved-state): New var.
7169 (refill-mode): Use it to save fill-paragraph-function.
7170 Save also the value of auto-fill-function.
7171
7172 * term/w32-win.el: Simplify code.
7173
7174 2005-01-23 Kim F. Storm <storm@cua.dk>
7175
7176 * simple.el (line-move): Adapt to new return value from
7177 pos-visible-in-window-p.
7178
7179 * simple.el (line-move): Fix last change. Check partial
7180 visibility at point rather than at window-start.
7181
7182 2005-01-22 Jason Rumney <jasonr@gnu.org>
7183
7184 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7185
7186 2005-01-22 David Kastrup <dak@gnu.org>
7187
7188 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7189
7190 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7191
7192 * type-break.el (type-break-mode): Add a test for
7193 type-break-file-name being non-nil.
7194
7195 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7196
7197 * net/eudc.el (top level): Call (message "") via progn, so that
7198 eudc-options-file is loaded.
7199
7200 2005-01-22 Kim F. Storm <storm@cua.dk>
7201
7202 * simple.el (line-move-1): Rename from line-move.
7203 (line-move): New function that adjusts vscroll for partially
7204 visible rows, and calls line-move-1 otherwise.
7205
7206 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7207
7208 * pcomplete.el: define pcomplete-read-event instead of read-event,
7209 since it's not a complete read-event implementation
7210
7211 2005-01-20 Jay Belanger <belanger@truman.edu>
7212
7213 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7214 for called function.
7215
7216 2005-01-20 Steven Tamm <steventamm@mac.com>
7217
7218 * term/mac-win.el (process-connection-type): Remove.
7219 Controlled now by s/darwin.h:PTY_ITERATION.
7220
7221 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * window.el (handle-select-window): Don't switch window when we're
7224 in the minibuffer.
7225
7226 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7227
7228 * subr.el (dotimes-with-progress-reporter): New macro.
7229
7230 * ses.el (ses-dotimes-msg): Remove macro.
7231 Use `dotimes-with-progress-reporter' instead.
7232
7233 2005-01-19 Steven Tamm <steventamm@mac.com>
7234
7235 * term/mac-win.el (process-connection-type): Use new
7236 operating-system-release variable to use ptys on Darwin 7 (OSX
7237 10.3) when using carbon build.
7238
7239 2005-01-19 Jay Belanger <belanger@truman.edu>
7240
7241 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7242 flags if the last command was a tab or M-tab.
7243
7244 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7245 in formula editing buffer.
7246
7247 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7248
7249 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7250 breakpoint image symbol in margin.
7251
7252 2005-01-19 Jay Belanger <belanger@truman.edu>
7253
7254 * calc/calc-prog.el (calc-execute-kbd-macro):
7255 Ignore calc-keep-arg-flag.
7256
7257 2005-01-19 Kenichi Handa <handa@m17n.org>
7258
7259 * textmodes/ispell.el (ispell-looking-at): New function.
7260 (ispell-process-line): Use ispell-looking-at to compare the ispell
7261 output and the buffer contents.
7262
7263 2005-01-18 Jay Belanger <belanger@truman.edu>
7264
7265 * calc/calc.el (calc-display-raw): Fix docstring.
7266
7267 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * simple.el (blink-matching-open): Strip extra info from syntax.
7270
7271 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7272 funny chars in the end-of-here-doc marker.
7273
7274 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7275
7276 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7277 that enable/disabled state of breakpoints is shown correctly in
7278 fringe and on ttys.
7279 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7280 Add breakpoint information as text properties.
7281 (gdb-mouse-toggle-breakpoint):
7282 Rename to gdb-mouse-set-clear-breakpoint.
7283 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7284 breakpoints in the margin.
7285 (gdb-remove-strings): Simplify.
7286
7287 2005-01-17 Jay Belanger <belanger@truman.edu>
7288
7289 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7290 erasing buffer.
7291
7292 2005-01-17 Richard M. Stallman <rms@gnu.org>
7293
7294 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7295 for calling grep-compute-defaults.
7296
7297 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7298 if buffer is empty.
7299
7300 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7301
7302 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7305
7306 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7307 non-preloaded variables.
7308
7309 2005-01-17 Steven Tamm <steventamm@mac.com>
7310
7311 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7312 tex-shell cause to force interactivity when using pipes.
7313
7314 2005-01-17 Kim F. Storm <storm@cua.dk>
7315
7316 * simple.el (just-one-space): Make arg optional.
7317
7318 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7319
7320 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7321 posn-at-x-y to t to access left-margin.
7322
7323 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7324
7325 Sync with Tramp 2.0.47.
7326
7327 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7328 catching keep-date problems in cp/scp operations.
7329 (tramp-handle-copy-file): Don't call `set-file-modes'
7330 unconditionally. Specialized functions should know better what is
7331 necessary. This improves performance a little bit, and the
7332 functions could catch errors with `cp -p' and `scp -p'.
7333 (tramp-do-copy-or-rename-file-via-buffer)
7334 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7335 when appropriate.
7336 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7337 Call `set-file-modes' when appropriate.
7338 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7339 Johnsson <isak@hypergene.com>
7340 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7341 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7342 <joakim@verona.se>
7343 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7344 Emacs only.
7345
7346 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7347 `find-file-hooks' and `dired-mode-hook'.
7348 (tramp-minor-mode-map): Respective map. Add remapping for
7349 `compile' and `recompile'.
7350 (tramp-remap-command, tramp-recompile): New defuns.
7351 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7352 in buffer "*Compilation*". Call the commands asynchronously.
7353
7354 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7355 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7356 `shell-command', because it isn't magic in XEmacs. Reported by
7357 Adrian Aichner <adrian@xemacs.org>.
7358
7359 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7360 `substitute-in-file-name.
7361 (tramp-smb-handle-substitute-in-file-name): New defun.
7362 (tramp-smb-advice-PC-do-completion): Delete advice.
7363
7364 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7365
7366 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7367 Fix error in deleting region.
7368
7369 2005-01-15 Richard M. Stallman <rms@gnu.org>
7370
7371 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7372 In non-temp buffer, switch syntax table temporarily.
7373
7374 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7375
7376 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7377
7378 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7379
7380 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7381 (imenu--generic-function): Use START, not BEG, as pos of definition.
7382
7383 * simple.el (just-one-space): Argument specifies number of spaces.
7384
7385 * simple.el (eval-expression-print-format): Avoid warning
7386 about edebug-active.
7387
7388 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7389
7390 * progmodes/sh-script.el: Code copied from make-mode.el
7391 with small changes,
7392 (sh-mode-map): Bind C-c C-\.
7393 (sh-backslash-column, sh-backslash-align): New variables.
7394 (sh-backslash-region, sh-append-backslash): New functions.
7395
7396 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7397
7398 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7399 (rmail-pop-password, rmail-pop-password-required): Move to
7400 rmail-obsolete group.
7401 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7402 All callers updated.
7403 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7404 Take an argument specifying whether it is POP or IMAP mailbox we
7405 are using. All callers updated.
7406 (rmail-pop-password-error): Rename to
7407 rmail-remote-password-error. Added mailutils-specific error message.
7408 (rmail-movemail-search-path)
7409 (rmail-movemail-variant-in-use): New variables.
7410 (rmail-remote-password, rmail-remote-password-required):
7411 New customization variables.
7412 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7413 (rmail-parse-url): New function.
7414 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7415 with GNU mailutils movemail.
7416
7417 2005-01-15 Kevin Ryde <user42@zip.com.au>
7418
7419 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7420 suffix to space, $ or '$, to correctly position point when going
7421 to @table style constants like DBL_MAX.
7422
7423 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7424
7425 * type-break.el (type-break-mode, type-break-file-time)
7426 (type-break-file-keystroke-count, type-break-choose-file):
7427 Don't store data in or load data from the file if type-break-file-name
7428 is nil.
7429 (type-break-file-name): Doc update as per the above.
7430
7431 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7432
7433 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7434 lookup-key might return nil; handle that.
7435
7436 2005-01-15 Alan Mackenzie <acm@muc.de>
7437
7438 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7439 rather than the element found, thus enabling the tree to be setcar'd.
7440
7441 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7442
7443 * textmodes/org.el (org-show-following-heading): New option.
7444 (org-show-hierarchy-above): Use `org-show-following-heading'.
7445 (org-cycle): Documentation fix.
7446
7447 * textmodes/org.el (orgtbl-optimized): New option
7448 (orgtbl-mode): New command, a minor mode.
7449 (orgtbl-mode-map): New variable.
7450 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7451 (orgtbl-error, orgtbl-self-insert-command)
7452 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7453
7454 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7455 a local variable in each org-mode buffer.
7456
7457 * textmodes/org.el (org-set-regexps-and-options): Rename from
7458 `org-set-regexps'. Added checking for STARTUP keyword.
7459 (org-get-current-options): Add STARTUP options.
7460 (org-table-insert-row): Mode mode intelligent about when
7461 realignment is needed.
7462 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7463 New commands.
7464 (org-enable-table-editor): New default value `optimized'.
7465 (org-table-blank-field): Support blanking regions if active.
7466
7467 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7468
7469 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7470 if the year is not given.
7471
7472 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7473 Add new escapes %m and %M, fixed bug with %F by adding
7474 save-match-data.
7475 (reftex-reference): Remove ?. from list of spaces.
7476 (reftex-label-info): Add automatic label prefix recognition.
7477
7478 * textmodes/reftex-index.el (reftex-index-next-phrase):
7479 Add slave parameter to call of `reftex-index-this-phrase'.
7480 (reftex-index-this-phrase): New optional argument.
7481 (reftex-index-region-phrases): Add slave parameter to call of
7482 `reftex-index-this-phrase'.
7483 (reftex-display-index): New argument redo.
7484 (reftex-index-rescan): Add 'redo to arguments of
7485 `reftex-display-index'.
7486 (reftex-index-Rescan, reftex-index-revert)
7487 (reftex-index-switch-index-tag): Add 'redo to arguments of
7488 `reftex-display-index'.
7489 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7490 indexing. Fix bug with matching is there is a quote before or
7491 after the word.
7492
7493 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7494 Fix bug when collecting citation keys in lines with comments.
7495 (reftex-citation): Prefix argument no longer rescans the document,
7496 but forces prompting for optional arguments of cite macros.
7497 (reftex-do-citation): Prompting for optional arguments implemented.
7498
7499 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7500 Add optional arguments to most cite commands.
7501 (reftex-cite-cleanup-optional-args): New option
7502 (reftex-cite-prompt-optional-args): New option.
7503 (reftex-trust-label-prefix): New option.
7504
7505 * textmodes/reftex-toc.el (reftex-toc-find-section):
7506 Add push-mark before changing the position in the buffer.
7507
7508 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7509 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7510
7511 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7512
7513 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7514 more carefully.
7515
7516 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7519 (sgml-mode): Use it.
7520 (sgml-get-context): Better keep track of implicitly closed tags.
7521
7522 2005-01-13 Kenichi Handa <handa@m17n.org>
7523
7524 * textmodes/ispell.el: These changes are to fix misalignment error
7525 caused by equivalent characters of different Emacs charsets.
7526 (ispell-unified-chars-table): New variable.
7527 (ispell-get-decoded-string): New function.
7528 (ispell-get-casechars, ispell-get-not-casechars)
7529 (ispell-get-otherchars): Call ispell-get-decoded-string.
7530
7531 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7532
7533 * custom.el (custom-declare-variable): Just put symbol instead
7534 of (defvar . symbol) in `current-load-list'.
7535
7536 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7537
7538 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7539
7540 2005-01-12 Jay Belanger <belanger@truman.edu>
7541
7542 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7543 to create a Calc summary.
7544
7545 2005-01-12 Kim F. Storm <storm@cua.dk>
7546
7547 * mouse.el (mouse-on-link-p): Change functionality and doc
7548 string to comply with latest description in lisp ref.
7549
7550 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7553 Enable mouse clicks on mode-line, header-line and margin.
7554 (event-type): Give mouse event symbols an 'event-kind property
7555 with value 'mouse-click.
7556
7557 2005-01-12 Juri Linkov <juri@jurta.org>
7558
7559 * facemenu.el (list-colors-display): Add new arg buffer-name.
7560 Use it. Fix docstring. Replace code for identifying duplicate
7561 colors by the name with call to `list-colors-duplicates' which
7562 identifies duplicate colors by the value unless the color
7563 is one of special Windows colors. Set truncate-lines to t.
7564 Print sorted duplicate color names on each line. Indent to 22
7565 \(the longest color name in rgb.txt) instead of 20. Optimize.
7566 (list-colors-duplicates): New function.
7567 (facemenu-color-name-equal): Delete function.
7568
7569 * facemenu.el (list-colors-print): New function created from code
7570 in list-colors-display. Print #RRGGBB at the window right edge.
7571 (list-colors-display): When temp-buffer-show-function is not
7572 defined, call list-colors-print from temp-buffer-show-hook
7573 to get the right value of window-width in list-colors-print
7574 after the buffer is displayed.
7575
7576 * simple.el (pop-mark): Move deactivate-mark out of conditional
7577 part to deactivate the active mark regardless of the state of the
7578 mark ring.
7579
7580 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7581 variables line in desktop files.
7582
7583 2005-01-12 Juri Linkov <juri@jurta.org>
7584
7585 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7586 Bring together isearch highlight related options.
7587 (lazy-highlight): Replace group `replace' by `matching'.
7588 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7589 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7590 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7591 and declare them obsolete.
7592 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7593 (isearch-faces): Remove defgroup.
7594 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7595 Move isearch highlighting code closer to lazy highlighting code.
7596
7597 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7598 (query-replace-highlight, query-replace-lazy-highlight)
7599 (query-replace): Move definitions to the beginning of the file.
7600
7601 2005-01-11 Juri Linkov <juri@jurta.org>
7602
7603 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7604 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7605 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7606
7607 * info.el (Info-history-forward): New variable.
7608 (Info-select-node): Reset Info-history-forward to nil.
7609 (Info-last): Turn into defalias.
7610 (Info-history-back): Rename from Info-last.
7611 Add current node to Info-history-forward.
7612 (Info-history-forward): New fun.
7613 (Info-mode-map): Replace Info-last by Info-history-back.
7614 Bind Info-history-forward to "r".
7615 (Info-mode-menu): Replace Info-last by Info-history-back.
7616 Fix menu item text. Add menu item for Info-history-forward.
7617 (info-tool-bar-map): Replace Info-last by Info-history-back.
7618 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7619 for Info-history-forward.
7620 (Info-mode): Replace Info-last by Info-history-back in docstring.
7621 Add local variable Info-history-forward.
7622 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7623
7624 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7625
7626 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7627 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7628 Ignore select-window events rather than fiddle with
7629 mouse-autoselect-window.
7630
7631 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7632
7633 * type-break.el (type-break-mode): Fix previous change.
7634
7635 2005-01-10 Jay Belanger <belanger@truman.edu>
7636
7637 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7638 calculator; only reset when point is inside a calculator.
7639 Don't adjust the window height if the window takes up the whole height
7640 of the frame.
7641
7642 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7643
7644 * ebuff-menu.el (Electric-buffer-menu-mode):
7645 Preserve value of buffer-local var header-line-format.
7646
7647 2005-01-09 Jay Belanger <belanger@truman.edu>
7648
7649 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7650 Make sure settings file exists before accessing it.
7651
7652 * calc/calc-embed.el (calc-embedded-subst):
7653 Replace math-multi-subst-rec, which is only supposed to be called
7654 by math-multi-subst, by math-multi-subst.
7655
7656 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7657
7658 * vc.el (vc-allow-async-revert): New user option.
7659 (vc-disable-async-diff): New internal variable.
7660 (vc-revert-buffer): Use them to disable asynchronous diff.
7661
7662 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7663 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7664 asynchronously if vc-disable-async-diff is t.
7665
7666 2005-01-09 Jay Belanger <belanger@truman.edu>
7667
7668 * calc/calc.el (defcalcmodevar): New macro.
7669 (calc-mode-var-list-restore-default-values)
7670 (calc-mode-var-list-restore-saved-values): New functions.
7671 (calc-mode-var-list): Use defcalcmodevar to define it.
7672 (calc-always-load-extensions, calc-line-numbering)
7673 (calc-line-breaking, calc-display-just, calc-display-origin)
7674 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7675 (calc-group-char, calc-point-char, calc-frac-format)
7676 (calc-prefer-frac, calc-hms-format, calc-date-format)
7677 (calc-float-format, calc-full-float-format, calc-complex-format)
7678 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7679 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7680 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7681 (calc-matrix-brackets, calc-language, calc-language-option)
7682 (calc-left-label, calc-right-label, calc-word-size)
7683 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7684 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7685 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7686 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7687 (calc-window-height, calc-display-trail, calc-show-selections)
7688 (calc-use-selections, calc-assoc-selections)
7689 (calc-display-working-message, calc-auto-why, calc-timing)
7690 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7691 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7692 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7693 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7694 (calc-gnuplot-geometry, calc-graph-default-resolution)
7695 (calc-graph-default-resolution-3d, calc-invocation-macro)
7696 (calc-show-banner): Use defcalcmodevar to declare them and set
7697 their default values.
7698
7699 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7700 instead of default values (but restore default values if there is
7701 an argument of 0).
7702
7703 2005-01-09 David Kastrup <dak@gnu.org>
7704
7705 * desktop.el (desktop-restore-eager): Fix typo in type.
7706
7707 2005-01-08 Richard M. Stallman <rms@gnu.org>
7708
7709 * cus-edit.el (customize): Delete :link.
7710
7711 2005-01-08 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc.el (calc-mode): Remove the extension from the
7714 `calc-settings-file' file name when loading it.
7715
7716 2005-01-08 Kim F. Storm <storm@cua.dk>
7717
7718 * info.el (Info-mode-map, Info-next-link-keymap)
7719 (Info-prev-link-keymap, Info-up-link-keymap):
7720 Map follow-link to mouse-face.
7721 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7722
7723 2005-01-08 Jay Belanger <belanger@truman.edu>
7724
7725 * calc/calc.el (calc-settings-file): Change default value.
7726 Suggested by cgw in a comment in calc-mode.el.
7727
7728 * calc/calc-mode.el (calc-settings-file-name):
7729 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7730 Replace ~/.emacs in a prompt by calc-settings-file.
7731
7732 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7733
7734 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7735 (desktop-lazy-idle-delay): New customizable variables.
7736 (desktop-buffer-args-list): New variable.
7737 (desktop-append-buffer-args): New function.
7738 (desktop-save): Call desktop-append-buffer-args for some buffers.
7739 (desktop-lazy-create-buffer): New function.
7740 (desktop-idle-create-buffers): New function.
7741 (desktop-read): Add message about buffers to restore lazily.
7742 (desktop-lazy-abort): New command.
7743 (desktop-clear): Call desktop-lazy-abort.
7744 (desktop-lazy-complete): New command.
7745
7746 2005-01-06 Richard M. Stallman <rms@gnu.org>
7747
7748 * emacs-lisp/find-func.el (find-face-definition):
7749 Rename from find-face.
7750
7751 2005-01-06 Kim F. Storm <storm@cua.dk>
7752
7753 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7754
7755 * man.el (Man-xref-man-page, Man-xref-header-file)
7756 (Man-xref-normal-file): Add follow-link property.
7757
7758 2005-01-06 Jay Belanger <belanger@truman.edu>
7759
7760 * calc/calc-units.el: Make sure the proper macro definitions are
7761 available when compiling.
7762
7763 2005-01-06 Juri Linkov <juri@jurta.org>
7764
7765 * isearch.el (isearch-lazy-highlight-update):
7766 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7767
7768 2005-01-06 Miles Bader <miles@gnu.org>
7769
7770 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7771 (isearch-lazy-highlight-face): Use new name.
7772
7773 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * uniquify.el (uniquify-rationalize-file-buffer-names):
7776 Re-add an interactive spec.
7777 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7778 to the same name.
7779
7780 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7781 (isearch-update, isearch-done): Adjust calls accordingly.
7782
7783 2005-01-05 Richard M. Stallman <rms@gnu.org>
7784
7785 * custom.el (custom-set-variables, custom-theme-set-variables):
7786 Clarify documentation.
7787
7788 * emacs-lisp/find-func.el (find-variable)
7789 (find-variable-other-window, find-variable-other-frame):
7790 Fix the TYPE args to find-function-read and find-function-do-it.
7791 (find-function): Doc fix.
7792 (find-function-at-point): Replace function-at-point alias.
7793
7794 2005-01-04 Richard M. Stallman <rms@gnu.org>
7795
7796 * cus-face.el (custom-declare-face):
7797 Record defface in current-load-list.
7798
7799 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7800
7801 * emacs-lisp/find-func.el: Doc fixes.
7802 (find-face-regexp): New variable.
7803 (find-function-regexp-alist): New variable.
7804 (find-function-C-source): Third arg is now TYPE.
7805 (find-function-search-for-symbol): Handle general TYPE.
7806 (find-function-read, find-function-do-it): Handle general TYPE.
7807 (find-definition-noselect, find-face): New functions.
7808 (function-at-point): Alias deleted.
7809
7810 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * battery.el (display-battery-mode): Rename from display-battery.
7813 Handle the case where it gets turned off.
7814
7815 2005-01-04 Richard M. Stallman <rms@gnu.org>
7816
7817 * cus-edit.el (customize): Make :link point to user doc.
7818
7819 * man.el (Man-fontify-manpage): Turn off undo generation.
7820
7821 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7822
7823 2005-01-04 Andreas Schwab <schwab@suse.de>
7824
7825 * files.el (insert-directory): Only look for error lines in
7826 inserted text. Don't move too far after processing --dired markers.
7827
7828 2005-01-04 Richard M. Stallman <rms@gnu.org>
7829
7830 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7831 Don't expand if the character is @, period, dash, etc.
7832 (define-mail-abbrev): Quote names that contain problem characters.
7833
7834 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7835
7836 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7837
7838 2005-01-03 Richard M. Stallman <rms@gnu.org>
7839
7840 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7841 (query-replace-highlight, query-replace-lazy-highlight)
7842 (query-replace): Definitions moved up. Doc fix.
7843
7844 2005-01-03 Richard M. Stallman <rms@gnu.org>
7845
7846 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7847 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7848 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7849 (lazy-highlight-face): Rename from isearch-lazy-...
7850 Change all references to them.
7851
7852 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * cus-edit.el (custom-file): Doc fix for defcustom.
7855 (custom-file): The function no longer sets the variable
7856 `custom-file' to its return value.
7857
7858 * startup.el (command-line): No longer load `custom-file'.
7859
7860 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7863
7864 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7865 Don't confuse module-prefixed identifiers for labels.
7866 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7867
7868 2005-01-02 Richard M. Stallman <rms@gnu.org>
7869
7870 * files.el (basic-save-buffer-1): Fix previous change.
7871
7872 * loadhist.el (file-loadhist-lookup): New function.
7873 (file-provides, file-requires): Use it.
7874
7875 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7876 instead of calculating the right size.
7877
7878 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7879
7880 * vc-svn.el (vc-svn-diff): Stay local if possible.
7881
7882 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7883
7884 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7885
7886 * files.el (hack-local-variables): Fix last change.
7887
7888 2005-01-02 Jay Belanger <belanger@truman.edu>
7889
7890 * calc/calc-yank.el (calc-edit-top): New variable.
7891 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7892 object. Change header properties.
7893 (calc-edit-finish, calc-edit-finish-stack-object)
7894 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7895 edited object.
7896 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7897 for the beginning of the edited object.
7898 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7899 for the beginning of the edited object.
7900 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7901 (calc-finish-formula-edit, calc-macro-repeats)
7902 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7903 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7904 beginning of the edited object.
7905 (calc-user-define-edit): Change the header for editing macros.
7906 Remove unnecessary variable.
7907
7908 2005-01-01 Jay Belanger <belanger@truman.edu>
7909
7910 * calc/calc-yank.el (calc-edit-mode): Change default header.
7911 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7912 * calc/calc-store.el (calc-edit-variable): Change title to match new
7913 header.
7914 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7915 mode to match new header.
7916 (calc-user-define-edit): Change titles to include names of commands.
7917 (calc-finish-formula-edit): Adjust to handle new header.
7918 (calc-finish-macro-edit): Remove.
7919 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7920 (calc-edit-macro-command, calc-edit-macro-command-type)
7921 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7922 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7923 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7924 (calc-edit-macro-finish-edit): New functions.
7925 (calc-user-define-edit): Use new functions to edit named calc macros.
7926
7927 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7928
7929 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7930
7931 * ses.el (copy-region-as-kill): Deactivate mark.
7932
7933 2005-01-01 Richard M. Stallman <rms@gnu.org>
7934
7935 * replace.el (occur-1): If the output buffer is also an input,
7936 don't kill it, rename it.
7937
7938 * faces.el (set-face-background, set-face-foreground): Doc fix.
7939
7940 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7941 for :foreground and :background.
7942
7943 * dired.el (dired-view-command-alist): Variable deleted.
7944 (dired-view-file, dired-mouse-find-file-other-window):
7945 Delete the code to use it.
7946
7947 2005-01-01 Kim F. Storm <storm@cua.dk>
7948
7949 * image.el (insert-sliced-image): Use t for line-height property.
7950
7951 2004-12-31 Jay Belanger <belanger@truman.edu>
7952
7953 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7954 for "var-" at the beginning of the minibuffer.
7955
7956 2004-12-31 Richard M. Stallman <rms@gnu.org>
7957
7958 * faces.el (read-face-name):
7959 Don't treat an attribute spec as a list of faces.
7960
7961 * simple.el (undo): Use undo-equiv-table to detect
7962 unexpected changes since previous undo.
7963 (undo-list-saved): Variable deleted.
7964 (buffer-disable-undo): Don't alter undo-list-saved.
7965
7966 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7967 (mode-require-final-newline): New option.
7968 (after-find-file): Handle require-final-newline with new values.
7969 (basic-save-buffer): Handle new values of require-final-newline.
7970
7971 * progmodes/sh-script.el (sh-require-final-newline):
7972 Alist value now controls whether to use mode-require-final-newline.
7973 (sh-set-shell): Implement that new meaning.
7974
7975 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7976 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7977 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7978 Delete old-Emacs compatibility code.
7979 (antlr-c-common-init): Function deleted.
7980
7981 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7982 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7983 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7984 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7985 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7986 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7987 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7988 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7989 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7990 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7991 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7992 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7993 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7994 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7995 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7996 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7997
7998 2004-12-31 Jay Belanger <belanger@truman.edu>
7999
8000 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
8001 way to return to Calc.
8002
8003 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
8004 finish, C-xk as the way to cancel the edit. Add cancel routine to
8005 kill-buffer-hook.
8006
8007 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8008 MacEdit code.
8009
8010 * calc/calc-prog.el: Remove obsolete MacEdit code.
8011 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8012 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8013
8014 2004-12-31 Kenichi Handa <handa@m17n.org>
8015
8016 * international/mule.el (buffer-file-coding-system-explicit):
8017 Rename for explicit-buffer-file-coding-system.
8018 (after-insert-file-set-coding): Adjust for the above change.
8019
8020 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8021 to buffer-file-coding-system-explicit.
8022 (basic-save-buffer-1): Likewise.
8023
8024 2004-12-30 Richard M. Stallman <rms@gnu.org>
8025
8026 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8027 (artist-butlast, artist-last): Functions deleted.
8028 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8029 (artist-compute-key-compl-table): Call remq directly.
8030 (artist-remove-nulls): Function deleted.
8031 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8032 (artist-push, artist-pop): Macro deleted.
8033
8034 2004-12-30 Andreas Leue <al@sphenon.de>
8035
8036 * textmodes/artist.el (artist-version): 1.2.6
8037 (artist-prev-next-op-alist): New variable.
8038 (artist-select-next-op-in-list): New function.
8039 (artist-select-prev-op-in-list): New function.
8040 (artist-make-prev-next-op-alist): New function.
8041 (artist-is-in-op-list-p): New function.
8042 (artist-get-first-non-nil-op): New function.
8043 (artist-get-last-non-nil-op): New function.
8044 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8045 artist-prev-next-op-alist.
8046 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8047 change drawing operation.
8048
8049 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8050
8051 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8052
8053 2004-12-31 Masatake YAMATO <jet@gyve.org>
8054
8055 * server.el (server-process-filter): Suppress `error', too.
8056
8057 2004-12-30 Jay Belanger <belanger@truman.edu>
8058
8059 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8060 Change the way a variable is displayed in a message.
8061
8062 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8063 (calc-user-define-permanent, calc-execute-kbd-macro):
8064 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8065
8066 2004-12-30 Kenichi Handa <handa@m17n.org>
8067
8068 * files.el (basic-save-buffer-1):
8069 Set explicit-buffer-file-coding-system to last-coding-system-used.
8070 (revert-buffer): Pay attention to
8071 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8072 on bind coding-system-for-read.
8073
8074 * international/mule.el (explicit-buffer-file-coding-system):
8075 New buffer local variable.
8076 (after-insert-file-set-coding): Set it to coding-system-for-read.
8077
8078 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8081
8082 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8083
8084 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8085 that include line numbers.
8086
8087 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8088
8089 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8090 Redundant variable PREFIXLEN removed.
8091
8092 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8093
8094 * eshell/em-hist.el (eshell-previous-matching-input):
8095 Start the deletion from the end of the output.
8096
8097 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8098
8099 * term/mac-win.el: Require x-dnd.
8100 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8101
8102 2004-12-29 David Kastrup <dak@gnu.org>
8103
8104 * international/mule.el (decode-coding-inserted-region):
8105 Don't barf if `buffer-undo-list' is already set to `t'.
8106
8107 2004-12-29 Jay Belanger <belanger@truman.edu>
8108
8109 * calc/calc-prog.el (calc-user-define-formula): Put default values
8110 for function names in prompts.
8111 (calc-user-define-permanent, calc-user-define-composition)
8112 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8113 default input for algebraic functions.
8114
8115 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8116
8117 * vc-rcs.el (vc-rcs-annotate-command):
8118 Fix omission bug: Call `vc-setup-buffer'.
8119
8120 2004-12-29 Kenichi Handa <handa@m17n.org>
8121
8122 * international/mule.el (recode-region): New function.
8123
8124 2004-12-28 Richard M. Stallman <rms@gnu.org>
8125
8126 * simple.el (undo-extra-outer-limit): New variable.
8127 (undo-outer-limit-truncate): Test and set it.
8128
8129 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8130 enables the feature to extend the existing region.
8131
8132 * simple.el (mark-word): New arg ALLOW-EXTEND
8133 enables the feature to extend the existing region.
8134
8135 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8136 enables the feature to extend the existing region.
8137
8138 * startup.el (site-run-file): Don't allow setting it with Custom.
8139
8140 * simple.el (buffer-disable-undo): Fix previous change.
8141
8142 2004-12-27 Masatake YAMATO <jet@gyve.org>
8143
8144 * hexl.el (hexlify-buffer): Remove fontification here.
8145 Use font lock mechanism instead.
8146 (hexl-font-lock-keywords): New font lock kewords.
8147 (hexl-mode-old-font-lock-keywords): New variable.
8148 (hexl-mode): Store the old font lock keywords.
8149 (hexl-mode-exit): Restore the old font lock keywords.
8150
8151 2004-12-27 Richard M. Stallman <rms@gnu.org>
8152
8153 * simple.el (undo): Fix previous change.
8154
8155 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8156
8157 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8158 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8159 Call x-open-connection on Mac OS X.
8160
8161 2004-12-27 Richard M. Stallman <rms@gnu.org>
8162
8163 * files.el (buffer-save-without-query): New var (buffer-local).
8164 (save-some-buffers): Save those buffers first, w/o asking.
8165
8166 * files.el (insert-directory-ls-version): New variable.
8167 (insert-directory): When ls returns an error, test the version
8168 number to decide what the return code means.
8169 With --dired output format, detect and distinguish lines
8170 that are really error messages.
8171 (insert-directory-adj-pos): New function.
8172
8173 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8174
8175 * battery.el (battery-mode-line-format): Remove initial spaces.
8176
8177 * uniquify.el (uniquify-rationalize-file-buffer-names):
8178 Delete interactive spec.
8179
8180 * type-break.el (type-break-mode): Set buffer-save-without-query.
8181 Remove code that tried to set save-some-buffers-always.
8182 (type-break-file-keystroke-count): Bind deactivate-mark.
8183
8184 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8185
8186 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8187 Test that the buffer is live, and maybe reject current buffer too.
8188 Clarify.
8189 (next-error-find-buffer): Rewrite for clarity.
8190
8191 * loadup.el: Don't use buffer-disable-undo; do it directly.
8192
8193 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8194 (describe-variable): Call symbol-file with `defvar'.
8195
8196 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8197 (symbol-file): Rewritten to handle new load-history format.
8198 Now takes an arg TYPE to specify looking for a particular
8199 type of definition only.
8200
8201 * emacs-lisp/debug.el (debugger-make-xrefs):
8202 Call symbol-file with `defun'.
8203
8204 * emacs-lisp/find-func.el (find-function-noselect):
8205 Call symbol-file with `defun'.
8206 (find-variable-noselect): Call symbol-file with `defvar'.
8207
8208 * eshell/esh-cmd.el (eshell-find-alias-function):
8209 Call symbol-file with `defun'.
8210
8211 * eshell/esh-test.el (eshell-test-goto-func):
8212 Call symbol-file with `defun'.
8213
8214 * mail/rmail.el (rmail-resend):
8215 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8216
8217 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8218
8219 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8220
8221 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8222 Call buffer-disable-undo.
8223
8224 * simple.el (undo-list-saved): New variable (buffer-local).
8225 (undo): Set and test it.
8226 (buffer-disable-undo): Move here from buffer.c.
8227 Clear out undo-list-saved.
8228
8229 * international/mule.el (decode-coding-inserted-region):
8230 Set buffer-undo-list in a correct and optimal way.
8231
8232 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8233 (cperl-font-lock-unfontify-region-function): No need to save and
8234 restore info, since font-lock.el does it for us.
8235
8236 * ansi-color.el (save-buffer-state): Definition deleted.
8237 (ansi-color-unfontify-region): Don't use save-buffer-state.
8238
8239 2004-12-27 Dave Love <fx@gnu.org>
8240
8241 * wid-edit.el (function): Use restricted-sexp as parent.
8242
8243 2004-12-27 Kevin Ryde <user42@zip.com.au>
8244
8245 * simple.el (next-matching-history-element): Use same
8246 `interactive' form as previous-matching-history-element.
8247
8248 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8249 it can appear unencoded and has been seen from yahoo.
8250
8251 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8252
8253 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8254 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8255
8256 2004-12-27 Kenichi Handa <handa@m17n.org>
8257
8258 * international/utf-8.el (utf-translate-cjk-load-tables):
8259 Bind coding-system-for-read to nil while loading subst-*.
8260
8261 2004-12-26 Jay Belanger <belanger@truman.edu>
8262
8263 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8264 default input.
8265
8266 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8267
8268 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8269 before reverting and disable undo recording while reverting.
8270
8271 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8272
8273 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8274 (hs-make-overlay): New function.
8275 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8276 (hs-flag-region): Delete function.
8277 (hs-hide-comment-region): No longer use `hs-flag-region'.
8278 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8279 (hs-hide-block-at-point): Likewise.
8280 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8281 (hs-hide-all, hs-show-all): Likewise.
8282 (hs-show-block): Likewise.
8283 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8284
8285 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8286
8287 * progmodes/hideshow.el: Require `cl' when compiling.
8288 Remove XEmacs and Emacs 19 compatibility.
8289 Use `dolist' and `add-to-list' for load-time actions.
8290 (hs-discard-overlays): Use `dolist'.
8291 (hs-show-block): Likewise.
8292
8293 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8294
8295 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8296
8297 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8298
8299 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8300 When extending backwards, move outside the current comment first.
8301
8302 2004-12-22 Kenichi Handa <handa@m17n.org>
8303
8304 * international/quail.el (quail-start-translation): Fix prompt
8305 string for the case if input-method-use-echo-area being non-nil.
8306 (quail-start-conversion): Likewise.
8307 (quail-show-guidance): Don't show guidance if
8308 input-method-use-echo-area is non-nil.
8309
8310 2004-12-21 Richard M. Stallman <rms@gnu.org>
8311
8312 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8313
8314 2004-12-21 Markus Rost <rost@ias.edu>
8315
8316 * calendar/diary-lib.el (mark-diary-entries):
8317 Set mark-diary-entries-in-calendar only after checking for diary-file.
8318
8319 2004-12-21 Richard M. Stallman <rms@gnu.org>
8320
8321 * faces.el (escape-glyph): Use blue against light foreground.
8322
8323 * simple.el (undo-outer-limit-truncate): New function.
8324 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8325
8326 2004-12-21 Eli Barzilay <eli@barzilay.org>
8327
8328 * calculator.el (calculator-radix-grouping-mode)
8329 (calculator-radix-grouping-digits)
8330 (calculator-radix-grouping-separator):
8331 New defcustoms for the new radix grouping mode functionality.
8332 (calculator-mode-hook): Now used in electric mode too,
8333 (calculator): Call it.
8334 (calculator-mode-map): Some new keys.
8335 (calculator-message): New function. Some new calls.
8336 (calculator-op, calculator-set-register): Use it.
8337 (calculator-string-to-number): New function, mostly moved and
8338 updated code from calculator-curnum-value.
8339 (calculator-curnum-value): Use it.
8340 (calculator-paste): Use it, and update grabbing the current-kill.
8341 (calculator-rotate-displayer)
8342 (calculator-rotate-displayer-back): Toggle digit grouping when
8343 in radix mode, use calculator-message.
8344 (calculator-displayer-prev, calculator-displayer-next):
8345 Change digit group size when in radix mode.
8346 (calculator-number-to-string): Rename from
8347 calculator-num-to-string. Now deals with digit grouping in
8348 radix mode.
8349 (calculator-update-display, calculator-put-value): Use the new name.
8350 (calculator-fact): Return a floating point number.
8351 (calculator-mode): Doc fix.
8352
8353 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8354
8355 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8356 * calendar/diary-lib.el (view-other-diary-entries):
8357 Use current-prefix-arg in interactive spec.
8358
8359 2004-12-19 Jay Belanger <belanger@truman.edu>
8360
8361 * calc/calc-aent.el (calcAlg-blank-matching-open):
8362 Temporarily adjust the syntax of both delimiters of half-open intervals.
8363
8364 2004-12-19 Kim F. Storm <storm@cua.dk>
8365
8366 * mouse.el (mouse-1-click-follows-link): Doc fix.
8367
8368 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8369
8370 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8371 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8372 instead of centraleuropean as the name
8373
8374 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8375
8376 Sync with Tramp 2.0.46.
8377
8378 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8379 parameters wrt Tramp convention.
8380 (tramp-handle-file-attributes-with-perl)
8381 (tramp-handle-directory-files-and-attributes): Apply it.
8382 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8383 `copy-program'. Reported by Zack Weinberg
8384 <zack@codesourcery.com>.
8385 (top): Set `edebug-form-spec' property directly rather than
8386 calling `def-edebug-spec'.
8387
8388 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8389 advice less fragile. Surround temporary redefinition of
8390 `substitute-in-file-name' with `unwind-protect'. Suggested by
8391 Matt Hodges <MPHodges@member.fsf.org>.
8392
8393 2004-12-17 Juri Linkov <juri@jurta.org>
8394
8395 * replace.el (occur-accumulate-lines, occur-engine):
8396 Make forcing deferred font-lock fontification jit-specific.
8397
8398 2004-12-17 Kim F. Storm <storm@cua.dk>
8399
8400 * mouse.el (mouse-1-click-follows-link): New defcustom.
8401 (mouse-on-link-p): New function.
8402 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8403 functionality. Map a mouse-1 click event into a mouse-2 (or
8404 other) event when position is inside a link.
8405
8406 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8407 prefix in tooltip text with "mouse-1" when this is a link
8408 recognized by mouse-1-click-follows-link functionality.
8409
8410 * help.el (describe-key): Report effective and original binding
8411 for mouse-1 when clicked on a link.
8412 (describe-mode): Add follow-link property to "minor-mode" button.
8413
8414 * help-fns.el (describe-variable): Add follow-link property to
8415 "below" button.
8416
8417 * help-mode.el (help-xref): Add follow-link property.
8418
8419 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8420 (apropos-command, apropos-variable, apropos-face, apropos-group)
8421 (apropos-widget, apropos-plist): Add follow-link property.
8422
8423 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8424 checks if position is in a filename, rather than some other
8425 clickable item. Function looks for cvs-filename-face at position.
8426
8427 * wid-edit.el (widget-specify-field, widget-specify-button):
8428 Map a :follow-link keyword into a follow-link property.
8429 (link): Add :follow-link keyword, map to RET binding.
8430
8431 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8432
8433 * progmodes/compile.el (compilation-minor-mode-map)
8434 (compilation-button-map, compilation-mode-map): Likewise.
8435
8436 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8437
8438 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8439 (zone-replace-char): Take `count' and `del-count'
8440 instead of `direction'. Update callers. When `del-count' is
8441 non-nil, delete that many characters, otherwise `count' characters
8442 backwards. Insert the newly-replaced string `count' times.
8443 (zone-fret): Handle chars w/ width greater than one.
8444 (zone-fall-through-ws): No longer take window width `ww'.
8445 Update callers. Add handling for `char-width' greater than one.
8446 (zone-pgm-drip): Update var holding window-end position every cycle.
8447
8448 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8449
8450 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8451 rather than insert-file.
8452
8453 2004-12-16 Jay Belanger <belanger@truman.edu>
8454
8455 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8456 (math-init-random-base, math-random-digit): Check to see if
8457 var-RandSeed is bound.
8458 (math-random-last): Declare it.
8459 (math-random-digit): Don't make math-random-last local.
8460
8461 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8462
8463 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8464 one-shot thunk for uniform (error, quit, normal) recovery.
8465 Reported by John Paul Wallington.
8466 (zone-pgm-random-life): Fix bug:
8467 Recognize empty initial field by lack of "@" chars.
8468
8469 2004-12-16 Juri Linkov <juri@jurta.org>
8470
8471 * help.el (function-called-at-point):
8472 * help-fns.el (variable-at-point): As a last resort try stripping
8473 non-word prefixes and suffixes.
8474
8475 * descr-text.el (describe-property-list): Don't treat syntax-table
8476 specially. Use describe-text-sexp which inserts [show] button
8477 for large objects and handles printing errors. Sort properties
8478 by names in alphabetical order instead of by value sizes.
8479 Add `mouse-face' to list of properties for `describe-face' widget.
8480 (describe-char): Mask out face-id from 19 bits of character.
8481 Print face-id separately.
8482
8483 * replace.el (occur-accumulate-lines, occur-engine):
8484 Fontify unfontified matching lines in the source buffer
8485 before copying them.
8486 (occur-engine): Don't put mouse-face on context lines.
8487 (occur-next-error): Set point to line beginning/end
8488 before searching for prev/next property to skip multiple
8489 matches on a line (not supported by occur engine).
8490 Remove redundant prefix-numeric-value.
8491
8492 2004-12-15 Juri Linkov <juri@jurta.org>
8493
8494 * replace.el (match): New face.
8495 (list-matching-lines-face): Change default from `bold' to `match'.
8496
8497 * progmodes/grep.el (grep-match-face): New defvar.
8498 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8499 compilation-column-face to highlight grep matches.
8500
8501 * apropos.el (apropos-match-face): Change default from
8502 `secondary-selection' to `match'.
8503
8504 * info-look.el (info-lookup-highlight-face): Change default from
8505 `highlight' to `match'.
8506
8507 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8508
8509 * progmodes/executable.el (executable-interpret): Eliminate
8510 obsolete compile-internal, and switch to comint for interaction.
8511
8512 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8513
8514 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8515 `&&' when skipping multiple statements on a line.
8516
8517 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8518
8519 * play/zone.el (zone): Set `truncate-lines'.
8520 Also, init `tab-width' with value from original buffer.
8521 (zone-shift-up): Rewrite for speed.
8522 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8523 (zone-pgm-jitter): Remove redundant entries from ops vector.
8524 (zone-exploding-remove): Reduce iteration count.
8525 (zone-cpos): Convert to defsubst.
8526 (zone-replace-char): New defsubst.
8527 (zone-park/sit-for): Likewise.
8528 (zone-fret): Take window-start arg.
8529 Update callers. Use `zone-park/sit-for'.
8530 (zone-fill-out-screen): Rewrite.
8531 (zone-fall-through-ws): Likewise. Update callers.
8532 (zone-pgm-drip): Use `zone-replace-char'.
8533 Move var inits before while-loop. Use `zone-park/sit-for'.
8534 (zone-pgm-random-life): Handle empty initial field.
8535 Use `zone-replace-char' and `zone-park/sit-for'.
8536
8537 2004-12-15 Juri Linkov <juri@jurta.org>
8538
8539 * isearch.el (isearch-update): Test isearch-lazy-highlight
8540 before calling isearch-lazy-highlight-new-loop.
8541 (isearch-lazy-highlight-new-loop):
8542 Don't test isearch-lazy-highlight.
8543
8544 * replace.el (perform-replace): Add isearch-case-fold-search.
8545 Use delimited-flag for isearch-regexp.
8546 Reset isearch-lazy-highlight-last-string to force lazy
8547 highlighting when called from isearch mode.
8548 (query-replace-highlight): Revert defcustom type to boolean.
8549 (query-replace-lazy-highlight): New defcustom.
8550 (query-replace): New face.
8551 (perform-replace, replace-highlight, replace-dehighlight):
8552 Test query-replace-lazy-highlight instead of special value
8553 `isearch' of query-replace-highlight.
8554 (replace-dehighlight): Don't call isearch-dehighlight.
8555 (replace-highlight): Don't call isearch-highlight.
8556 Use face `query-replace' unconditionally.
8557
8558 2004-12-14 Kim F. Storm <storm@cua.dk>
8559
8560 * simple.el (inhibit-mark-movement): Remove defvar.
8561 (beginning-of-buffer, end-of-buffer): Don't use it.
8562
8563 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8564 Don't use inhibit-mark-movement.
8565
8566 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8567 (cua--undo-push-mark): Remove.
8568 (cua--pre-command-handler, cua--post-command-handler):
8569 Don't fiddle with inhibit-mark-movement.
8570
8571 2004-12-14 Juri Linkov <juri@jurta.org>
8572
8573 * buff-menu.el (list-buffers-noselect): Collect internal info
8574 for every buffer in BUFFER-LIST arg too.
8575 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8576 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8577 Bind same-window-buffer-names and same-window-regexps to nil.
8578
8579 2004-12-13 Juri Linkov <juri@jurta.org>
8580
8581 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8582
8583 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8584 (sc-cite-region, sc-uncite-region, sc-recite-region):
8585 Fix previous change to handle not alist as a symbol, but
8586 a citation frame as a symbol that represents a variable name.
8587
8588 2004-12-13 Richard M. Stallman <rms@gnu.org>
8589
8590 * filecache.el (file-cache-add-directory-using-find):
8591 Only set up file-cache-find-command-posix-flag if we will use it.
8592
8593 * bindings.el (mode-line-buffer-identification-keymap):
8594 Don't cancel the mode-line's usual down-mouse-1 binding.
8595
8596 * cus-edit.el (custom-face-selected): Handle `default' specs.
8597 (custom-face-edit): Increase extra-offset.
8598 (custom-display): Handle `default' specs.
8599
8600 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8601
8602 * emacs-lisp/elint.el (elint-standard-variables)
8603 (elint-unknown-builtin-args): Move definitions up.
8604
8605 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8606
8607 * info.el (info-xref-visited): Use `default' instead of t.
8608 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8609
8610 * faces.el (header-line, mode-line-inactive, tool-bar):
8611 Use `default' instead of t for setting the defaults.
8612 (face-spec-choose): Separate `t' from `default'.
8613
8614 * subr.el (while-no-input): New macro.
8615
8616 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8617
8618 * filecache.el (file-cache-add-directory-using-find):
8619 Only test file-cache-find-command-posix-flag on some systems.
8620
8621 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8624 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8625 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8626 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8627 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8628
8629 2004-12-12 Juri Linkov <juri@jurta.org>
8630
8631 * files.el (find-file-other-window, find-file-other-frame):
8632 Add the first buffer to the returned value to return the complete
8633 list of all visited buffers.
8634 (find-file-read-only, find-file-read-only-other-window)
8635 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8636 `find-file-read-args'. Signal an error about non-existent file
8637 only if file name doesn't contain wildcards. Toggle read-only in
8638 all visited buffers.
8639 (find-alternate-file, find-alternate-file-other-window):
8640 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8641 called interactively. Pass arg `wildcards' to other functions.
8642 (find-file-noselect): Doc fix.
8643
8644 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8645 Doc fix.
8646 (ffap-directory-finder): New variable.
8647 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8648 (ffap-file-at-point): Add /* to immediately rejected names.
8649 Return absolute file names matching ffap-dired-wildcards.
8650 (ffap-read-file-or-url): Set default value for `completing-read'
8651 to `buffer-file-name'.
8652 (find-file-at-point): When filename matches ffap-dired-wildcards,
8653 call ffap-file-finder with t arg `wildcards', instead of dired.
8654 (ffap-other-window, ffap-other-frame): Return visited buffers.
8655 (ffap-read-only, ffap-read-only-other-window)
8656 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8657 (dired-at-point): Call ffap-directory-finder instead of dired.
8658 (ffap-dired-other-window, ffap-dired-other-frame)
8659 (ffap-list-directory): New commands.
8660 (ffap-bindings): New keybindings for new commands.
8661
8662 2004-12-12 Juri Linkov <juri@jurta.org>
8663
8664 * simple.el (beginning-of-buffer, end-of-buffer):
8665 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8666 Do not push mark when mark is active in transient-mark-mode.
8667
8668 * simple.el (mark-word):
8669 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8670 * textmodes/paragraphs.el (mark-paragraph):
8671 Extend the region when mark is active in transient-mark-mode,
8672 regardless of the last command. Doc fix.
8673
8674 * simple.el (mark-word): Preserve direction when repeating.
8675 Make arg optional. Interactive "p" -> "P".
8676 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8677
8678 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8679 preserving direction, to mark forward instead of backward when mark
8680 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8681
8682 2004-12-12 Juri Linkov <juri@jurta.org>
8683
8684 * isearch.el (isearch-edit-string): Set 7th arg of
8685 `read-from-minibuffer' to `t' to inherit the current input
8686 method (whose name is indicated by [IM] in the minibuffer prompt)
8687 from the current buffer to the minibuffer.
8688 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8689 to allow C-g quitting for lazy highlighting looping inside the
8690 search with nested repetition operators. Add overlay to the list
8691 before setting its face and other properties to avoid the case of
8692 code quitting after placing the new overlay but before it's
8693 recorded on the list. Select the window where isearch was
8694 activated, to highlight matches in the right window when isearch
8695 switches the current window to the minibuffer.
8696
8697 * international/isearch-x.el
8698 (isearch-process-search-multibyte-characters):
8699 Use `isearch-message' as initial input for `read-string' instead
8700 of adding it to the minibuffer prompt. After reading a string
8701 remove the initial value of `isearch-message' from the string.
8702
8703 * replace.el (replace-match-maybe-edit): Doc fix.
8704 (perform-replace): Don't call `replace-highlight' when automatic
8705 replacement is requested in literal mode, since it is intended
8706 only to highlight words during entering a new replacement string
8707 for \? in non-literal mode.
8708
8709 * replace.el (query-replace-highlight): Add new value `isearch'
8710 that allows query replacement to use isearch highlighting.
8711 Change type from `boolean' to `choice'. Doc fix.
8712 (replace-highlight, replace-dehighlight, perform-replace):
8713 Use isearch highlighting if query-replace-highlight eq `isearch'.
8714
8715 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8718 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8719
8720 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8721 case of \end{verbatim}.
8722
8723 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8724
8725 * term.el (term-termcap-format): Synchronyze with terminfo.
8726 (term-emulate-terminal): Handle reset.
8727 (term-reset-terminal): New function.
8728
8729 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8730
8731 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8732 (zone-fill-out-screen): New func.
8733 (zone-pgm-drip): Use `zone-fill-out-screen'.
8734 Also, no longer go to point-min on every cycle.
8735 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8736 (zone-pgm-random-life-wait): New user var.
8737 (zone-pgm-random-life): New func.
8738
8739 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8740
8741 * files.el (auto-mode-alist): Map .com to DCL mode.
8742
8743 2004-12-09 Richard M. Stallman <rms@gnu.org>
8744
8745 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8746
8747 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8750 buffer with a display margin.
8751
8752 2004-12-08 Jay Belanger <belanger@truman.edu>
8753
8754 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8755 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8756
8757 2004-12-08 Richard M. Stallman <rms@gnu.org>
8758
8759 * faces.el: Delete code to set display table.
8760 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8761
8762 2004-12-08 Jay Belanger <belanger@truman.edu>
8763
8764 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8765
8766 * calc/calc-ext.el (math-read-replacement-list)
8767 (math-read-superscripts, math-read-preprocess-string): Move to
8768 calc-aent.el.
8769
8770 * calc/calc-aent.el (math-read-replacement-list)
8771 (math-read-superscripts, math-read-preprocess-string): Move from
8772 calc-ext.el.
8773
8774 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * isearch.el (isearch-quote-char): Fix up typo in last change.
8777
8778 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8779
8780 * mouse.el (mouse-set-font): Handle the case where the command was
8781 not invoked using the mouse.
8782
8783 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8784 (edmacro-finish-edit): Further update for keyboard macros that are
8785 lambda forms.
8786 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8787
8788 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8791 (font-lock-default-unfontify-region): Don't save buffer state any more.
8792
8793 2004-12-07 Jay Belanger <belanger@truman.edu>
8794
8795 * calc/calc-help.el (calc-describe-key):
8796 Set calc-summary-indentation even when Calc Summary buffer exists.
8797
8798 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8799
8800 * calendar/holidays.el (holiday-easter-etc): Make arguments
8801 optional for backwards compatibility. Doc fix.
8802 Remove un-necessary local vars mandatory, output-list.
8803 (holiday-advent): Make arguments optional for backwards
8804 compatibility. Doc fix.
8805
8806 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * paren.el (show-paren-function): Fix last change (2004-12-02).
8809
8810 * international/mule-util.el (char-displayable-p): Return nil for
8811 unibyte mode.
8812
8813 * subr.el (subregexp-context-p): New function.
8814
8815 * isearch.el (isearch-quote-char): Use it.
8816
8817 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8818 (regexp-opt-not-groupie*-re): Remove.
8819 (regexp-opt): Properly handle inputs with duplicate entries.
8820
8821 2004-12-06 Richard M. Stallman <rms@gnu.org>
8822
8823 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8824
8825 * cus-edit.el (custom-file): Doc fix.
8826
8827 * textmodes/org.el: New file.
8828
8829 2004-12-06 Kenichi Handa <handa@m17n.org>
8830
8831 * ldefs-boot.el: Update international/mule-util.el section.
8832
8833 2004-12-05 Sam Steingold <sds@gnu.org>
8834
8835 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8836 Fix `tramp-time-diff' comparison logic.
8837
8838 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8839
8840 * progmodes/which-func.el (which-function):
8841 Use `run-hook-with-args-until-success' instead of a custom loop.
8842 Fixes bug with local hooks.
8843
8844 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8845
8846 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8847 Use delete-dups when calculating the initial value.
8848 (bibtex-autokey-get-title): Use <=.
8849 (bibtex-goto-line): New function.
8850 (bibtex-reposition-window): Use line numbers instead of point
8851 positions. Use window-body-height.
8852 (bibtex-find-crossref): Use bibtex-reposition-window.
8853 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8854 position of entry if key is found or nil if not found.
8855
8856 2004-12-05 Richard M. Stallman <rms@gnu.org>
8857
8858 * cus-edit.el (custom-file): Doc fix.
8859
8860 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8861
8862 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8863
8864 * simple.el (blink-matching-open):
8865 * textmodes/tex-mode.el (tex-validate-region):
8866 Obey syntax-table text properties.
8867
8868 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8869
8870 * wid-edit.el (widget-specify-field): Add `real-field' property to
8871 boundary.
8872 (widget-field-at): Use it.
8873
8874 2004-12-02 Richard M. Stallman <rms@gnu.org>
8875
8876 * progmodes/cc-mode.el (awk-mode autoload):
8877 Supply t meaning interactive function.
8878
8879 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8880 (isearch-mode-map): No special definition for space.
8881 (isearch-whitespace-chars): Command deleted.
8882 (isearch-forward-regexp): Doc fix.
8883 (isearch-quote-char): When a space is not inside brackets,
8884 use `[ ]' instead of just space.
8885 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8886
8887 * imenu.el (imenu--generic-function): Delete code to exclude
8888 matches in comments.
8889
8890 * man.el (Man-reverse-face): Change default to `highlight'.
8891
8892 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8893 (occur-engine): Use `face' prop rather than `font-lock-face'
8894 when specifying use of `match-face'.
8895 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8896
8897 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8898
8899 * add-log.el (add-log-current-defun): Handle the case where point
8900 is in the header part of a DEFUN construct.
8901
8902 2004-12-02 Dave Love <fx@gnu.org>
8903
8904 * progmodes/python.el (python-font-lock-syntactic-keywords):
8905 Fix previous change.
8906
8907 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8908
8909 * paren.el (show-paren-function): Check for matching chars
8910 specified by text props.
8911
8912 2004-12-02 Jay Belanger <belanger@truman.edu>
8913
8914 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8915 when reading a new key sequence.
8916
8917 2004-12-02 Kim F. Storm <storm@cua.dk>
8918
8919 * faces.el (escape-glyph): Rename from glyph.
8920 (standard-display-table): Set it here. Add escape-glyph face to
8921 extra slot characters.
8922
8923 * disp-table.el: Undo 2004-12-01 change. Display table is now
8924 setup in faces.el.
8925
8926 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8927
8928 * xml.el (xml-parse-dtd): Don't show validity messages when
8929 xml-validating-parser is nil.
8930 (xml-substitute-special): Fix validity error messages to
8931 actually show the unexpandable entity. Added validity error if &
8932 isn't followed by an entity.
8933 (xml-parse-tag): Concatenate any string following the a
8934 <![CDATA[]]> section to the parsed CDATA.
8935 (xml-parse-dtd): Skip parameter entity declarations and use of
8936 parameter entities.
8937
8938 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8939
8940 * kmacro.el (kmacro-default-counter-format): New var.
8941 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8942 (kmacro-display): Remove `nil' from `and' form. Delete call to
8943 `format' inside `message'.
8944 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8945
8946 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * pcvs.el (cvs-header-msg): New function.
8949 (cvs-update-header): Use it. Change calling convention.
8950 Correctly handle the case of having simultaneous active processes.
8951 (cvs-sentinel): Don't call cvs-update-header any more.
8952 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8953
8954 2004-12-01 Jay Belanger <belanger@truman.edu>
8955
8956 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8957 Change message.
8958
8959 2004-12-01 Juri Linkov <juri@jurta.org>
8960
8961 * progmodes/prolog.el (prolog-mode-variables):
8962 Fix imenu-generic-expression.
8963
8964 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8965
8966 * faces.el (glyph): New face.
8967
8968 * disp-table.el: Add an autoloaded table, that doesn't require
8969 this library, with glyph face.
8970
8971 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8972 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8973 (conf-quote-normal): Allow normalizing only ' or ".
8974 (conf-mode): Regexp-quote constructed comment-start and don't
8975 match section {} where "name" contains braces.
8976
8977 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8978 files.
8979
8980 2004-12-01 Kenichi Handa <handa@m17n.org>
8981
8982 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8983 (x-select-text): Don't treat eight-bit-control/graphic chars
8984 specially. Store the encoded text in the X cut buffer.
8985 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8986 with x-last-selected-text-cut-encoded.
8987
8988 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8991
8992 2004-11-30 Markus Rost <rost@ias.edu>
8993
8994 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8995 AUCTeX.
8996
8997 2004-11-30 Jay Belanger <belanger@truman.edu>
8998
8999 * calc/calc-arith.el (math-possible-signs): Made stronger checks
9000 on signs of intervals.
9001 (math-pow-of-zero): Strengthen checks for positive and negative
9002 exponents.
9003
9004 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9005 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9006 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9007 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9008 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9009 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9010 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9011 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9012 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9013 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9014 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9015 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9016 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9017 with provide statements.
9018
9019 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9020
9021 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9022
9023 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9024 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9025 functions by require statements.
9026 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9027
9028 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9029 (calc-gnuplot-print): Give them values.
9030
9031 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9032 autoloads.
9033 Add calc-do-embedded-activate to autoloads.
9034 (calc-gnuplot-name, calc-gnuplot-plot-command)
9035 (calc-gnuplot-print-command): Move them to calc-graph.el.
9036
9037 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9038
9039 * term/mac-win.el (ccl-encode-mac-roman-font)
9040 (ccl-encode-mac-cyrillic-font)
9041 (ccl-encode-mac-centraleuropean-font, encoder-list)
9042 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9043 Support Cyrillic, CentralEuropean, and Dingbat font display
9044
9045 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9046
9047 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9048
9049 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9050 still nil.
9051
9052 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9053
9054 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9055 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9056
9057 2004-11-29 Jay Belanger <belanger@truman.edu>
9058
9059 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9060 cases of the base and exponent.
9061
9062 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9063
9064 * simple.el (next-error-buffer-p): Allow for inclusive and
9065 exclusive tests for finding a buffer.
9066 (next-error-find-buffer): Pass the exclusive and inclusive tests
9067 to next-error-buffer-p.
9068
9069 * replace.el (occur-next-error): Switch to the Occur buffer when
9070 appropriate, use the exclusive filter to next-error-find-buffer to
9071 do it. Use the absolute value of the motion amount.
9072
9073 2004-11-29 Kenichi Handa <handa@m17n.org>
9074
9075 * startup.el (command-line): Decode all default-directory by
9076 locale-coding-system.
9077
9078 2004-11-29 Jay Belanger <belanger@truman.edu>
9079
9080 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9081 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9082 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9083 Replace calls to calc-extensions by appropriate require, replace
9084 calc-extensions-loaded by appropriate featurep.
9085
9086 * calc/calc-ext.el: Move require to end of file.
9087 Remove redundant loading of calc.el.
9088 (calc-extensions-loaded): Remove unnecessary variable.
9089 (calc-extensions): Remove unnecessary function.
9090 (calc-load-everything): Replace calc-need-macros by appropriate require.
9091
9092 * calc/calc-macs.el: Move provide to end of file.
9093 (calc-need-macros): Remove unnecessary function.
9094
9095 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9096 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9097 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9098 Replace calc-extensions by appropriate require.
9099 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9100
9101 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9102 Replace calc-need-macros by appropriate require.
9103
9104 * calc/calc.el: Move require to end of file.
9105 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9106 Remove unnecessary variable.
9107 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9108 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9109 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9110 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9111 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9112 (math-format-number, math-format-bignum, math-read-number)
9113 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9114 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9115 by appropriate require.
9116 (calc-check-defines): Replace calc-need-macros by appropriate require.
9117
9118 2004-11-29 Kim F. Storm <storm@cua.dk>
9119
9120 * macros.el (insert-kbd-macro): Handle kmacro functions.
9121
9122 2004-11-28 Juri Linkov <juri@jurta.org>
9123
9124 * compare-w.el (compare-windows-highlight): Attach each overlay
9125 to its window to properly highlight differences while comparing
9126 two windows of the same buffer. Fix arguments.
9127 (compare-windows-sync-default-function): Fix arguments of
9128 `compare-windows-highlight'.
9129
9130 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9131 Use `read-expression-history'. Set initial contents only if
9132 `edebug-global-break-condition' is non-nil. Set histpos to 1
9133 if initial contents is equal to the last history element.
9134 (edebug-set-conditional-breakpoint): Instead of temporarily
9135 prepending the current condition to the history, set initial
9136 contents to the current condition. Set histpos to 1 if initial
9137 contents is equal to the last history element.
9138
9139 * info.el (Info-search-whitespace-regexp): Remove shy group.
9140 (Info-search): Forward line if search is on the header line.
9141 Use search-whitespace-regexp in two other places.
9142
9143 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9146 warning. Delay real definition, which uses
9147 `set-fringe-indicators-1' till after the definition of that function.
9148
9149 2004-11-28 Kim F. Storm <storm@cua.dk>
9150
9151 * fringe.el (fringe): New defgroup.
9152 (fringe-mode): Move to fringe group.
9153 (fringe-indicators): New defcustom.
9154 (set-fringe-indicators-1): New defun.
9155
9156 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9157 (menu-bar-showhide-fringe-ind-menu): New keymap.
9158 (menu-bar-showhide-fringe-ind-empty)
9159 (menu-bar-showhide-fringe-ind-mixed)
9160 (menu-bar-showhide-fringe-ind-box)
9161 (menu-bar-showhide-fringe-ind-right)
9162 (menu-bar-showhide-fringe-ind-left)
9163 (menu-bar-showhide-fringe-ind-none): New defuns.
9164 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9165
9166 2004-11-27 Richard M. Stallman <rms@gnu.org>
9167
9168 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9169
9170 * generic.el (define-generic-mode): Doc fix.
9171
9172 * menu-bar.el (menu-bar-options-save): For the options
9173 that are toggled with menu-bar-make-mm-toggle, don't check
9174 for customized-value prop.
9175
9176 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9177
9178 * mail/supercite.el (sc-cite-region): Handle the case where
9179 sc-cite-frame-alist is a symbol.
9180 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9181 a symbol.
9182 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9183 a symbol.
9184
9185 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9186
9187 * wid-edit.el (widget-narrow-to-field): New function.
9188 (widget-complete): Use it.
9189
9190 2004-11-27 Jay Belanger <belanger@truman.edu>
9191
9192 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9193 variable.
9194 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9195 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9196 (math-alg-inequalities): Move declaration to earlier in the file.
9197
9198 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9199 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9200 Declare them.
9201
9202 * calc/calc-lang.el (math-expr-data, math-expr-token)
9203 (math-exp-old-pos): Declare them.
9204
9205 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9206 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9207
9208 2004-11-27 Kim F. Storm <storm@cua.dk>
9209
9210 * progmodes/flymake.el: Use (featurep 'xemacs).
9211 (flymake-makehash): Change to defsubst. Use fboundp.
9212 (flymake-time-to-float): Remove.
9213 (flymake-float-time): Merge code from flymake-time-to-float here.
9214 (flymake-replace-regexp-in-string): Change to defsubst.
9215 (flymake-split-string-remove-empty-edges):
9216 Rename to flymake-split-string.
9217 (flymake-split-string): Remove previous defalias.
9218 (flymake-get-temp-dir): Change to defsubst.
9219 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9220 Define for xemacs only.
9221 (flymake-master-file-count-limit): Change into compiler defvar only.
9222 (flymake-find-possible-master-files): Let-bind it dynamically while
9223 sorting files using flymake-master-file-compare.
9224
9225 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9228 of defun-prompt-regexp matches inside a comment/string but the
9229 beginning is correctly outside everything.
9230
9231 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9232 appears within a string or a comment.
9233
9234 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9235 rather than make-symbol for symbols which are used in
9236 a symbol-macrolet or equivalent.
9237
9238 2004-11-26 Jay Belanger <belanger@truman.edu>
9239
9240 * calc-misc.el (calc-last-why-command): Declare it.
9241
9242 * calc-vec.el (math-grade-vec): New variable.
9243 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9244 Replace variable grade-vec by declared variable.
9245 (math-rb-close): New variable.
9246 (math-read-brackets, math-read-vector): Replace variable close by
9247 declared variable.
9248
9249 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9250 (calc-one-window, calc-edit-handler, calc-restore-trail)
9251 (calc-allow-ret): Declare them.
9252
9253 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9254 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9255 (math-radix-float-cache-tag, math-random-cache)
9256 (math-max-digits-cache, math-integral-cache, math-units-table)
9257 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9258 (math-moc-func): New variable.
9259 (math-map-over-constants, math-map-over-constants-rec):
9260 Replace variable func by declared variable.
9261
9262 * calc/calc-store.el (calc-given-value, calc-store-opers):
9263 Declare them.
9264 (calc-var-name-map): Move declaration to earlier in the file.
9265 (calc-pv-pos): New variable.
9266 (calc-permanent-variable, calc-insert-permanent-variable):
9267 Replace variable pos by declared variable.
9268
9269 * calc/calc-mtx.el (calc-det-lu): New variable.
9270 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9271
9272 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9273 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9274 and arg by declared variables.
9275 (calcFunc-reducer): Fix incorrect variable.
9276 (math-inner-mul-func, math-inner-add-func): New variables.
9277 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9278 and add-func by declared variables.
9279
9280 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9281 (calc-digit-value): Declare them.
9282
9283 * calc/calc-help.el (Info-history): Declare it.
9284 (calc-describe-key): Make calc-summary-indentation a local variable.
9285 (calc-help-long-names): Move declaration to earlier in file.
9286
9287 * calc/calc-embed.el (calc-original-buffer): Declare it.
9288 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9289 (calc-embed-bot): New variables.
9290 (calc-do-embedded, calc-embedded-mark-formula)
9291 (calc-embedded-find-bounds, calc-embedded-duplicate)
9292 (calc-embedded-new-formula, calc-embedded-make-info):
9293 Replace vars outer-top, outer-bot, bot and top by declared variables.
9294 (calc-embed-prev-modes): New variable.
9295 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9296 prev-modes with declared variable.
9297 (calc-embed-vars-used): New variable.
9298 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9299 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9300 vars-used by declared variable.
9301
9302 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9303 (math-format-radix-float): Remove unnecessary setq.
9304 (math-radix-float-cache): Declare it.
9305
9306 * calc/calcsel2.el (calc-keep-selection): Declare it.
9307
9308 * calc/calc-maint.el: Remove file.
9309
9310 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9311
9312 * textmodes/bibtex.el (bibtex-sort-entry-class)
9313 (bibtex-comment-start): Use defcustom.
9314 (bibtex-entry-field-alist): Use nil if initial content of the
9315 field is undefined. Fix docstring.
9316 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9317 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9318 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9319 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9320 Fix docstring.
9321 (bibtex-autokey-title-terminators): Use only one regexp.
9322 (bibtex-string-maybe-empty-head): New variable.
9323 (bibtex-remove-delimiters-string): New function.
9324 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9325 Use bibtex-remove-delimiters-string.
9326 (bibtex-progress-message, bibtex-field-left-delimiter)
9327 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9328 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9329 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9330 Simplify.
9331 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9332 Use eq and bibtex-remove-delimiters-string. For end markers use
9333 insertion type so that marker stays after inserted text.
9334 (bibtex-autokey-get-names): Return empty string if name is missing.
9335 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9336 calling bibtex-autokey-name-case-convert.
9337 (bibtex-autokey-demangle-title):
9338 Call bibtex-autokey-titleword-case-convert. Remove call to
9339 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9340 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9341 (bibtex-read-key): New optional arg global.
9342 (bibtex-files-expand): New optional arg force.
9343 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9344 (bibtex-complete-crossref-cleanup): Rename from
9345 bibtex-complete-key-cleanup. Simplify code.
9346 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9347 Operate on current entry.
9348 (bibtex-button): Add docstring.
9349 (bibtex-entry): Simplify.
9350 (bibtex-make-field): Replace optional arg called-by-yank with more
9351 specific args move and interactive.
9352 (bibtex-end-of-entry): Use forward-sexp.
9353 (bibtex-find-entry-globally): Remove.
9354 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9355 Bound to C-c C-x.
9356 (bibtex-find-entry): New optional args global and display.
9357 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9358 (bibtex-validate): Use arg force of bibtex-files-expand.
9359 (bibtex-clean-entry): Bugfix, clean string entries properly.
9360 Always keep point at beginning of entry.
9361 (bibtex-complete): Bugfix. Handle string entries properly.
9362 Call cleanup functions only if needed.
9363 (bibtex-String): Use bibtex-read-string-key.
9364 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9365 case of replacement text.
9366
9367 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9368
9369 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9370 (tramp-perl-directory-files-and-attributes): New constant.
9371 (tramp-file-name-handler-alist): Delete file-directory-files, add
9372 directory-files-and-attributes.
9373 (tramp-perl-file-attributes): Surround uid and gid by double
9374 quotes. Change parameter id-format from nonnumeric.
9375 (tramp-convert-file-attributes): New function.
9376 (tramp-handle-file-attributes): Use it.
9377 (tramp-maybe-send-perl-script): New function.
9378 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9379 file mode. Change parameter id-format from nonnumeric.
9380 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9381 from nonnumeric.
9382 (tramp-post-connection): Don't send tramp-perl-file-attributes
9383 script. Reset connection property "perl-scripts".
9384 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9385 in use.
9386
9387 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9388
9389 * desktop.el (desktop-read): Replace mapcar with mapc.
9390 (desktop-create-buffer): Replace mapcar with mapc.
9391 Remove redundant piece of code.
9392
9393 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9394
9395 * progmodes/gud.el (gud-display-line): Use display-buffer
9396 for GDB-UI as for GUD.
9397
9398 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9399 Delete variables.
9400 (gdb-ann3): Don't make GUD buffer dedicated.
9401 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9402 (gdb-display-source-buffer): Delete function.
9403 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9404 (menu): Delete menu bindings for viewing source/assembler.
9405 (gdb-setup-windows, gdb-restore-windows):
9406 Don't dedicate GUD. No assembler now.
9407 (gdb-reset): No need to undedicate source buffers now.
9408 (gdb-source-info): No assembler now.
9409
9410 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9411
9412 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9413 width to those for special frames.
9414 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9415 Use display-buffer.
9416 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9417 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9418 (gdb-frame-assembler-buffer): Rework like
9419 gdb-frame-breakpoints-buffer.
9420
9421 2004-11-25 Richard M. Stallman <rms@gnu.org>
9422
9423 * progmodes/flymake.el: Reindent.
9424 (flymake-split-string): Turn into defalias.
9425 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9426 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9427 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9428 (flymake-build-relative-filename): Rename from ...path.
9429 Fix error message.
9430
9431 2004-11-25 Cheng Gao <chenggao@gmail.com>
9432
9433 * progmodes/flymake.el: Much whitespace and capitalization change.
9434 Move `provide' to end. Require `compile' only when compiling.
9435
9436 2004-11-24 Jay Belanger <belanger@truman.edu>
9437
9438 * calc/calc-alg.el: Added comment.
9439 (math-polynomial-base): Replace variable mpb-top-expr by
9440 math-poly-base-top-expr.
9441
9442 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9443 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9444 variable.
9445 (math-poly-base-total-base): New variable.
9446 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9447 mpb-total-base by declared variable.
9448 (math-factored-vars, math-to-list): Declare it.
9449 (math-fact-expr): New variable.
9450 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9451 (math-factor-expr-try, math-factor-expr-part): Replace variable
9452 expr by declared variable.
9453 (math-fet-x): New variable.
9454 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9455 by declared variable.
9456 (math-factor-poly-coefs): Make temp a local variable.
9457
9458 * calc/calc-units.el (calc-convert-units): Make units a local
9459 variable.
9460 (calc-num-units, calc-den-units): New variables.
9461 (calc-explain-units, calc-explain-units-rec): Replace variables
9462 num-units and den-units by declared variables.
9463 (math-cu-unit-list): New variable.
9464 (math-build-units-table, math-compare-unit-names)
9465 (math-convert-units, math-convert-units-rec): Replace variable
9466 unit-list by declared variable.
9467 (math-fbu-base, math-fbu-entry): New variables.
9468 (math-find-base-units, math-find-base-units-rec): Replace variables
9469 base and entry by declared variables.
9470 (math-which-standard): New variable.
9471 (math-to-standard-units, math-to-standard-rec): Replace variable
9472 which-standard by declared variable.
9473 (math-fcu-u): New variable.
9474 (math-find-compatible-unit, math-find-compatible-unit-rec):
9475 Replace variable u by declared variable.
9476 (math-cu-new-units, math-cu-pure): New variables.
9477 (math-convert-units, math-convert-units-rec): Replace variables
9478 new-units and pure by declared variables.
9479 (math-try-cancel-units): New variable.
9480 (math-simplify-units-quotient): Replace variable try-cancel-units by
9481 declared variable.
9482
9483 2004-11-24 Richard M. Stallman <rms@gnu.org>
9484
9485 * textmodes/ispell.el (ispell-check-version):
9486 If default-directory is nonexistent, use home dir.
9487
9488 * progmodes/grep.el (grep-regexp-alist):
9489 Don't match parens around line numbers.
9490
9491 * progmodes/cperl-mode.el (cperl-indent-region)
9492 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9493 Don't print progress messages.
9494
9495 * progmodes/compile.el (compilation-mode-map):
9496 Don't inherit from compilation-minor-mode-map;
9497 copy its bindings instead. But the menu bar Compile
9498 entry now does inherit from compilation-menu-map.
9499
9500 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9501 Use with-no-warnings around compiler-macroexpand.
9502
9503 * imenu.el: Don't always require newcomment.
9504 (imenu--generic-function): Call comment-normalize-vars
9505 if we have a comment syntax.
9506 Exit the loop if REGEXP matches the null string.
9507 Test comment-start as well as comment-start-skip
9508 when deciding whether to check for comments.
9509
9510 * tooltip.el (tooltip-mode): Doc fix.
9511
9512 * term.el (term-escape-char, term-mode): Doc fixes.
9513
9514 2004-11-24 Dave Love <fx@gnu.org>
9515
9516 * progmodes/python.el (python-font-lock-syntactic-keywords):
9517 Check for escapes in the regexp.
9518 (python-quote-syntax): Don't do it here.
9519
9520 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9523 (gdb-frames-mode-map, gdb-threads-mode-map)
9524 (gdb-registers-mode-map, gdb-locals-mode-map)
9525 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9526 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9527
9528 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9529 (dedicated-switch-to-buffer): Rework.
9530 (gdb-var-evaluate-expression-handler, gdb-put-string):
9531 Remove unused variable bindings.
9532 (gdb-setup-windows, gdb-display-buffer):
9533 Simplify. Use pop-to-buffer.
9534 (gdb-view-source-function): Simplify.
9535 (gdb-frame-breakpoints-buffer):
9536 Use pop-to-buffer, special-display-regexps.
9537
9538 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9539
9540 * progmodes/f90.el (f90-smart-end)
9541 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9542 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9543 (f90-end-of-block): Doc fix. Make check of outermost block
9544 conditional on value of `f90-smart-end'.
9545 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9546 Handle case where END-BLOCK is nil.
9547 (f90-match-end): Handle un-named PROGRAM blocks.
9548 (f90-backslash-not-special): New function.
9549
9550 2004-11-24 Jay Belanger <belanger@truman.edu>
9551
9552 * calc/calc.el (calc-embedded-active): Removed unnecessary
9553 declaration.
9554 (calc-show-banner): Removed redundant declaration.
9555
9556 * calc/calc-graph.el (calc-gnuplot-default-device)
9557 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9558 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9559 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9560 Remove redundant initial values.
9561
9562 * calc/calc-arith.el (math-scalar-functions)
9563 (math-nonscalar-functions, math-scalar-if-args-functions)
9564 (math-real-functions, math-positive-functions)
9565 (math-nonnegative-functions, math-real-scalar-functions)
9566 (math-real-if-arg-functions, math-integer-functions)
9567 (math-num-integer-functions, math-rounding-functions)
9568 (math-float-rounding-functions, math-integer-if-args-functions)
9569 (math-super-types): Move declarations to earlier in file.
9570 (math-unit-prefixes): Declared it.
9571 (math-floor-prec, math-trunc-prec): New variables.
9572 (math-trunc-fancy): Replace variable prec by declared variable.
9573 (math-floor-fancy): Replace variable prec by declared variable.
9574 (math-com-bterms): New variable.
9575 (math-commutative-equal, math-commutative-collect):
9576 Replace variable bterms by declared variable.
9577
9578 * calc/calc-misc.el (math-trunc): Replace variable prec by
9579 math-trunc-prec.
9580 (math-floor): Replace variable prec by math-floor-prec.
9581
9582 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9583 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9584 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9585 (math-format-date, math-format-date-part): Replace variables
9586 date, dt, year, month, day, weekday, hour, minute, second and
9587 bc-flag by declared variables.
9588 (math-pd-str): New variable.
9589 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9590 Replace variable str by declared variable.
9591 (math-daylight-savings-hook, math-tzone-names): Move definitions
9592 to earlier in the file.
9593 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9594 (math-sh-year): New variable.
9595 (math-setup-add-holidays, math-setup-holidays)
9596 (math-setup-year-holidays): Replace variable `year' by declared
9597 variable.
9598
9599 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9600 New variables.
9601 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9602 n, nf and nfm1 by declared variables.
9603 (math-nri-n): New variable.
9604 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9605 n by declared variable.
9606 (calcFunc-log): Removed misplaced condition.
9607
9608 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9609
9610 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9611
9612 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9613
9614 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9615 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9616 Dedicate gdb-related windows.
9617 (gdb-display-buffer): Dedicate gdb-related windows.
9618 Don't grab other frames.
9619 (gdb-reset): Remove dedicated property after debugging.
9620
9621 2004-11-24 Jay Belanger <belanger@truman.edu>
9622
9623 * calc/calc-sel.el: Add comment.
9624
9625 * calc/calc.el (math-stack-value-offset): Replace variables c,
9626 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9627
9628 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9629 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9630 (math-stack-value-offset-fancy): Replace variables c, wid and off
9631 by declared variables.
9632 (math-comp-just, math-comp-comma-spc): New variables.
9633 (math-compose-expr, math-compose-matrix): Replace variables `just'
9634 and comma-spc by declared variable.
9635 (math-comp-vector-prec): New variable.
9636 (math-compose-expr, math-compose-matrix, math-compose-rows):
9637 Replace variable vector-prec by declared variable.
9638 (math-comp-left-bracket, math-comp-right-bracket)
9639 (math-comp-comma): New variables.
9640 (math-compose-expr, math-compose-rows): Replace variables
9641 left-bracket, right-bracket and comma by declared variables.
9642 (math-comp-full-width): New variable.
9643 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9644 Replace variable full-width by declared variable.
9645 (math-comp-highlight, math-comp-word, math-comp-level)
9646 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9647 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9648 New variables.
9649 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9650 (math-comp-sel-flat-term): Replace variables comp-highlight,
9651 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9652 declared variables.
9653 (math-comp-simplify, math-comp-simplify-term)
9654 (math-comp-add-string, math-comp-add-string-sel):
9655 Replace variables comp-highlight, comp-buf, comp-base,
9656 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9657
9658 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9659
9660 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9661
9662 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9663 and x-server-version may throw.
9664
9665 2004-11-23 Kim F. Storm <storm@cua.dk>
9666
9667 * subr.el (substitute-key-definition-key): Optimize.
9668 Don't call indirect-function for nil defn (always signals error).
9669
9670 * ido.el (ido-read-internal): Fix require-match check when
9671 ido-directory-too-big is set.
9672
9673 2004-11-23 Jay Belanger <belanger@truman.edu>
9674
9675 * calc/calc-ext.el (math-read-replacement-list)
9676 (math-read-superscripts): New variables.
9677 (math-read-preprocess-string): New function.
9678 (math-read-expr): Filter input through math-read-preprocess-string.
9679
9680 * calc/calc-aent.el (math-read-exprs): Filter input through
9681 math-read-preprocess-string.
9682
9683 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9684
9685 * progmodes/compile.el (compilation-start): In cd command use
9686 substitute-env-vars -- not quite shell compatible but better than
9687 nothing.
9688 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9689 handle the newer versions messages, which are more parseable.
9690
9691 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * reveal.el (reveal-mode-map): New var.
9694 (reveal-mode): Use it.
9695
9696 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9699 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9700
9701 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9704 header-line when needed.
9705 Use fixed-pitch only in the header-line.
9706 Build the underline automatically. Use emdash if available.
9707
9708 2004-11-22 Richard M. Stallman <rms@gnu.org>
9709
9710 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9711 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9712
9713 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9714
9715 * progmodes/gdb-ui.el (gdb-resync): New function.
9716 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9717 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9718 Use it to fail more gracefully.
9719 (gdb-variables): Delete variable.
9720 Re-order variables to reduce byte-compiler warnings.
9721
9722 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * descr-text.el (describe-char):
9725 * paren.el (show-paren-function):
9726 * subr.el (syntax-after): Undo last change.
9727
9728 * progmodes/python.el (run-python): Don't hard code *Python*.
9729 Don't modify global process-environment.
9730 (python-send-region, python-load-file): Don't assume that
9731 python-buffer == (process-buffer (python-proc)).
9732 (python-switch-to-python): Simplify.
9733
9734 * dired.el (dired-align-file): Don't assume line starts with spaces.
9735
9736 2004-11-21 Jay Belanger <belanger@truman.edu>
9737
9738 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9739 Replace variable `lines' by math-read-big-lines.
9740 (math-read-big-expr): Replace variables the-baseline, the-h2
9741 and err-msg by math-read-big-baseline, math-read-big-h2 and
9742 math-read-err-msg.
9743 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9744
9745 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9746 (math-read-big-balance): Replace unbound variable by value.
9747 (math-read-big-lines): New variable.
9748 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9749 (math-read-big-error, math-read-big-balance): Replace variable
9750 `lines' by declared variable.
9751 (math-read-big-baseline, math-read-big-h2): New variables.
9752 (math-read-big-rec): Replace variables the-baseline and the-h2
9753 by declared variables.
9754 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9755 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9756 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9757 declared variables.
9758 (math-read-big-err-msg): New variable.
9759 (math-read-big-error): Replace variable err-msg by declared variable.
9760
9761 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * ses.el: Add coding cookie.
9764 Fix up docstrings, follow new commenting conventions.
9765 (ses-header-line-menu): Fix missing variable rename for header-row.
9766 (ses-cell-size): Remove.
9767 (ses-make-cell): New function.
9768 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9769 (ses-calculate-cell): Remove unused var `symbol'.
9770 (ses-narrowed-p): New function.
9771 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9772 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9773 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9774 (ses-setup): Use restore-buffer-modified-p.
9775 (ses-cleanup): Remove unused var `end'.
9776 (ses-header-string-left-offset): Remove.
9777 (ses-create-header-string): Adjust to new behavior of `align-to'.
9778 Truncate excessively large fields to preserve alignment.
9779 (ses-reconstruct-all): Remove unused var `refs'.
9780 (ses-read-cell-printer): Remove unused var `prompt'.
9781 (ses-delete-row): Remove unused var `pos'.
9782 (ses-delete-column): Remove unused var `new'.
9783
9784 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9785
9786 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9787 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9788 Eliminate eval-and-compile usage.
9789 (ps-insert-file): Use insert-file-contents instead of insert-file.
9790 (ps-setup): Code fix.
9791
9792 * printing.el (pr-setup, lpr-setup): Code fix.
9793
9794 2004-11-21 Jay Belanger <belanger@truman.edu>
9795
9796 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9797 (calc-original-buffer): Declare them.
9798 (calc-user-formula-alist): New variable.
9799 (calc-user-define-formula, calc-fix-user-formula)
9800 (calc-user-define-composition, calc-finish-formula-edit):
9801 Replace variable `alist' by declared variable.
9802 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9803 (var-q7, var-q7, var-q8, var-q9): Declare them.
9804 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9805 are bound.
9806 (calcFunc-typeof): Replace undeclared variable by expression.
9807 (math-exp-env): New variable.
9808 (math-define-body, math-define-exp): Replace exp-env by declared var.
9809 (math-define-exp): Replace misplaced variable by expression.
9810
9811 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9812 (calc-curve-model, calc-curve-coefnames): New variables.
9813 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9814 varnames, model and coefnames by declared variables.
9815 (math-root-widen): New variable.
9816 (math-search-root, math-find-root): Replace variable root-widen by
9817 declared variable.
9818 (var-DUMMY): Declare it.
9819 (math-root-vars, math-min-vars): Move the declarations to earlier in
9820 the file.
9821 (math-brent-min): Make d a local variable.
9822 (math-find-minimum): Replace non-existent variable.
9823 (math-ninteg-romberg): Remove unnecessary variable.
9824 (math-ninteg-temp): New variable.
9825 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9826 integ-temp by declared variable.
9827 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9828 New variables.
9829 (math-general-fit): Replace variables first-var, first-coef and
9830 new-coefs by declared variables.
9831 (calcFunc-fitvar): Replace variable first-var by declared variable.
9832 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9833 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9834 (math-all-vars-vars, math-all-vars-found): New variables.
9835 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9836 found by declared variable math-all-vars-vars.
9837
9838 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9839
9840 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9841 of `defconst'.
9842
9843 2004-11-20 Richard M. Stallman <rms@gnu.org>
9844
9845 * isearch.el (isearch-mode-map): Don't bind SPC.
9846 (isearch-whitespace-chars): Function deleted.
9847 (isearch-search): Bind search-spaces-regexp.
9848 (isearch-lazy-highlight-search): Likewise.
9849 (search-whitespace-regexp): Doc fix.
9850 (isearch-forward-regexp): Doc fix.
9851
9852 * emacs-lisp/bytecomp.el (byte-compile-form):
9853 Move the calls to byte-compile-set-symbol-position,
9854 to avoid having two for the same symbol occurrence.
9855
9856 * comint.el (comint-input-ring-size): Increase to 150.
9857
9858 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9859 New variables.
9860 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9861 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9862
9863 * imenu.el (imenu--generic-function):
9864 Ensure we keep moving backward even if BEG isn't further back.
9865
9866 * replace.el (query-replace-read-to, query-replace-read-from):
9867 Specify t for KEEP-ALL in read-from-minibuffer.
9868
9869 * progmodes/python.el (python-switch-to-python):
9870 If Python isn't running, start it.
9871 Don't alter debug-ignored-errors.
9872
9873 * progmodes/cperl-mode.el (cperl-indent-region):
9874 Don't mind imenu-scanning-message.
9875
9876 * bindings.el (global-map): Bind C-e to move-end-of-line.
9877
9878 * simple.el (line-move-finish): New arg FORWARD.
9879 Ignore invisible newlines, not intangible ones.
9880 Conditions for acceptable stopping positions depend on FORWARD.
9881 (line-move): Pass FORWARD arg to line-move-finish.
9882
9883 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9884 of HEADER. Compensate for this change in the code to add display
9885 properties. Don't make the first line intangible.
9886
9887 * info.el (Info-search): Fix previous change.
9888
9889 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9890
9891 * Makefile.in (recompile): Revert 2004-11-19 change.
9892 (compile): Likewise.
9893
9894 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9897
9898 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9899
9900 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9901 defgroup and defcustom. Eliminate eval-and-compile usage.
9902
9903 * progmodes/ebnf-otz.el: Fix typos.
9904
9905 2004-11-19 Jay Belanger <belanger@truman.edu>
9906
9907 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9908 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9909 disp-trail by declared variable.
9910
9911 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9912 (calc-finish-selection-edit): Replace variable disp-trail by
9913 declared variable.
9914 (calc-selection-cache-entry): Move declaration to earlier in the file.
9915 (calc-selection-cache-num, calc-selection-cache-comp)
9916 (calc-selection-cache-offset, calc-selection-true-num)
9917 (calc-final-point-line, calc-final-point-column)
9918 (calc-original-buffer): Declare them.
9919 (calc-fnp-op, calc-fnp-num): New variables.
9920 (calc-find-nth-part, calc-find-nth-part-rec)
9921 (calc-select-previous): Replace op and num by declared variables.
9922 (calc-rsf-old, calc-rsf-new): New variables.
9923 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9924 Replace variables old and new by declared variables.
9925 (calc-sel-reselect): New variable.
9926 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9927 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9928 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9929 reselect with declared variable.
9930
9931 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9932 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9933 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9934 (math-import-list, math-rewrite-phase): Declare them.
9935 (math-rewrite): Use let* to declare variables.
9936 (calc-rewrite-selection): Make rules a local variable.
9937 (calc-rewr-sel): New variable.
9938 (calc-rewrite-selection, calc-locate-selection-marker)
9939 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9940 of sel.
9941 (math-rewrite-whole-expr): New variable.
9942 (math-rewrite, math-rewrite-phase): Replace variable expr by
9943 declared variable.
9944 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9945 (math-rewrite-heads-blanks ): New variables.
9946 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9947 heads, skips and blanks by declared variables.
9948 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9949 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9950 New variables.
9951 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9952 old, new, old-func and new-func by declared variables.
9953 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9954 Remove unnecessary variable.
9955 (math-apply-rw-regs): New variable.
9956 (math-apply-rewrites, math-rwapply-replace-regs)
9957 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9958 (math-apply-rw-ruleset): New variable.
9959 (math-apply-rewrites, math-rwapply-remember): Replace variable
9960 ruleset by declared variable.
9961
9962 2004-11-19 Richard M. Stallman <rms@gnu.org>
9963
9964 * info.el (Info-search): Use search-whitespace-regexp.
9965
9966 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9967
9968 * vc-rcs.el (vc-rcs-parse): New function.
9969 (vc-rcs-annotate-command): Likewise.
9970 (vc-rcs-annotate-current-time): Likewise.
9971 (vc-rcs-annotate-time): Likewise.
9972 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9973
9974 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9975
9976 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9977
9978 2004-11-18 Jay Belanger <belanger@truman.edu>
9979
9980 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9981
9982 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9983
9984 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9985 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9986 Use make-temp-file to generate PostScript files in any situation.
9987 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9988 (pr-interactive-p): Eliminate var.
9989 (pr-save-interactive): Eliminate macro.
9990 (pr-interface, pr-ps-directory-preview)
9991 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9992 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9993 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9994 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9995 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9996 (pr-ps-region-ps-print, pr-ps-mode-preview)
9997 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9998 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9999 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
10000 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10001 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10002 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10003 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10004 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10005 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10006 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10007 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10008 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10009 Eliminate pr-save-interactive usage.
10010 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10011 Eliminate pr-interactive-p usage.
10012 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10013 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10014 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10015 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10016 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10017 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10018 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10019 New funs.
10020 (pr-ps-file): Use make-temp-file to generate a temporary file.
10021
10022 2004-11-17 Jay Belanger <belanger@truman.edu>
10023
10024 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10025 a local variable.
10026 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10027 (math-top-only): New variable.
10028 (math-simplify, math-simplify-step): Replace variable top-only by
10029 declared variable math-top-only.
10030 (math-simplify-expr): Declare it.
10031 Replace argument expr in all calls of math-defsimplify by
10032 math-simplify-expr.
10033 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10034 (math-simplify-divisor, math-simplify-one-divisor)
10035 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10036 (math-simplify-pow): Replace variable expr by declared variable
10037 math-simplify-expr.
10038 (math-simplify-divisor): Remove local variables temp and op.
10039 (math-simplify-one-divisor): Make temp and op local variables.
10040 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10041 New variables.
10042 (math-simplify-divisor, math-simplify-one-divisor):
10043 Replace variables nover and dover by declared variables.
10044 (math-expr-subst-new, math-expr-subst-old): New variables.
10045 (math-expr-subst, math-expr-subst-rec): Replace variables new
10046 and old by declared variables.
10047 (math-is-poly-degree, math-is-poly-loose): New variables.
10048 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10049 and loose by declared variables.
10050 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10051 (math-polynomial-base, math-polynomial-base-rec):
10052 Replace variables const-ok and mpb-pred by declared variables.
10053
10054 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10055
10056 * calc/calc-ext.el (math-defsimplify): Change the argument in
10057 the created function to math-simplify-expr.
10058
10059 * calc/calc-units.el (math-simplify-expr): Declare it.
10060 Replace argument expr in all calls of math-defsimplify by
10061 math-simplify-expr.
10062 (math-simplify-units-prod): Replace variable expr by declared
10063 variable math-simplify-expr.
10064
10065 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10068 Replace mapcar->dolist, format->string.
10069
10070 2004-11-17 Miles Bader <miles@gnu.org>
10071
10072 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10073 * progmodes/idlwave.el: Remove RCS keywords.
10074
10075 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10076
10077 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10078 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10079 Update to IDLWAVE version 5.5. Too many changes to list them here.
10080 * progmodes/idlw-help.el: New file.
10081
10082 2004-11-16 Richard M. Stallman <rms@gnu.org>
10083
10084 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10085 Discard spaces after \i according to TeX rules.
10086
10087 * international/mule.el (set-buffer-file-coding-system):
10088 New arg NOMODIFY.
10089 (after-insert-file-set-coding): Pass that new arg.
10090 Prevent set-buffer-multibyte from trying to lock the file.
10091
10092 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10093
10094 * saveplace.el (save-place): Doc fix.
10095
10096 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10097 temporarily widen before finding the following word to copy.
10098
10099 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10100 (cl-map-keymap): Definition deleted.
10101
10102 * subr.el (map-keymap-internal): New function.
10103
10104 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10107 when pressing rather than when releasing mouse-2. Simplify.
10108
10109 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10112 (compilation-mode): Set it here instead.
10113
10114 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10115
10116 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10117 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10118
10119 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * progmodes/compile.el (compilation-internal-error-properties):
10122 Fix up a transposition-typo. Check end-col before using it.
10123
10124 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10125
10126 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10127 Discard whitespace after macro \i when converting it.
10128
10129 2004-11-16 Juri Linkov <juri@jurta.org>
10130
10131 * emacs-lisp/find-func.el (find-function-regexp):
10132 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10133 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10134 Remove invalid `\W' from [^cgv\W]. Doc fix.
10135 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10136
10137 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10138
10139 * play/life.el: Maintainer is now FSF.
10140 (life-patterns, life-neighbor-deltas, life-window-start)
10141 (life-current-generation, life-generation-string): Use defvar
10142 instead of defconst.
10143
10144 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * progmodes/compile.el (compilation-move-to-column): New fun.
10147 (compilation-internal-error-properties)
10148 (compilation-next-error-function): Use it to make sure we don't go past
10149 the end of line.
10150
10151 2004-11-15 John Paul Wallington <jpw@gnu.org>
10152
10153 * autoinsert.el (auto-insert-alist): Insert the user's name in
10154 copyright notice, rather than Free Software Foundation, for the
10155 Emacs Lisp header case too.
10156
10157 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10158
10159 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10160 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10161 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10162 return the list of string in a string.
10163 (pr-call-process): Message if calling process returns an error, that
10164 is, the exit status is different of zero.
10165
10166 2004-11-15 Jay Belanger <belanger@truman.edu>
10167
10168 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10169 variable var-thing.
10170 (math-integ-depth, math-integ-level, math-integral-limit)
10171 (math-enable-subst, math-any-substs, math-integ-msg)
10172 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10173 (math-int-threshold, math-int-factors, math-double-roots)
10174 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10175 (var-GenCount): Declare these variables.
10176 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10177 (math-integral-cache, math-integral-cache-state):
10178 Move declarations to earlier in the file.
10179 (math-deriv-var, math-deriv-total, math-deriv-symb)
10180 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10181 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10182 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10183 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10184 (math-solve-res): New variables
10185 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10186 (math-integral, math-replace-integral-parts)
10187 (math-integrate-by-parts, calc-dump-integral-cache)
10188 (math-try-integral, math-do-integral, math-do-integral)
10189 (math-do-integral-methods, math-try-solve-for)
10190 (math-try-solve-prod, math-solve-poly-funny-powers)
10191 (math-solve-crunch-poly, math-decompose-poly)
10192 (math-solve-find-root-term, math-find-root-in-prod)
10193 (math-integ-try-linear-substitutions)
10194 (math-integ-try-substitutions, math-expr-rational-in)
10195 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10196 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10197 (math-solve-for, math-solve-system, math-solve-system-rec)
10198 (math-solve-get-sign, math-solve-get-int)
10199 (math-solve-system-subst): Replace undeclared variables with newly
10200 declared variables.
10201
10202 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * winner.el (winner-active-region, winner-edges, winner-window-list):
10205 Define at toplevel.
10206 (winner-mode-map): Move init inside declaration.
10207
10208 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * files.el (convert-standard-filename): Doc fix.
10211
10212 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10213
10214 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10215 passwd, group, shadow, default/* and pam.d/*.
10216
10217 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10218
10219 * printing.el (pr-menu-spec): Adjust menu specification.
10220
10221 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10222
10223 * printing.el: Doc fix. Insert :version tag into all defcustom.
10224 Handle interactive-p as is recommended in Emacs Lisp Reference.
10225 Set the file permission bits for newly created files.
10226 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10227 The printing menu specification (in `pr-menu-spec') was merged.
10228 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10229 (pr-version): New version number (6.8.3).
10230 (pr-file-modes): New option.
10231 (pr-interactive-p): New var.
10232 (pr-save-interactive, pr-save-file-modes): New macros.
10233 (pr-setup): Code fix.
10234 (pr-menu-spec): Menu specification merged.
10235 (pr-call-process, pr-text2ps): Set file permission bits.
10236 (pr-despool-print): Set file permission bits. Handle interactive-p as
10237 is recommended.
10238 (pr-interface, pr-ps-directory-preview)
10239 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10240 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10241 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10242 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10243 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10244 (pr-ps-region-ps-print, pr-ps-mode-preview)
10245 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10246 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10247 (pr-despool-using-ghostscript, pr-despool-ps-print)
10248 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10249 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10250 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10251 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10252 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10253 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10254 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10255 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10256 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10257 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10258 Handle interactive-p as is recommended.
10259
10260 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10263 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10264
10265 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10266 so it doesn't forget to highlight the beginning of the region either.
10267
10268 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10269
10270 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10271 (c-font-lock-init): Eliminate obsolete make-local-hook.
10272 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10273 (awk-mode): Use run-mode-hooks.
10274
10275 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10276
10277 2004-11-13 Kim F. Storm <storm@cua.dk>
10278
10279 * mouse.el (mouse-drag-copy-region): Add :version.
10280 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10281 while dragging mode line, so mode line can be dragged downwards.
10282 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10283 while pressing mouse button so window doesn't scroll until we
10284 release the mouse if clicking on partially visible line.
10285
10286 2004-11-12 Jay Belanger <belanger@truman.edu>
10287
10288 * calc/calc-graph.el (calc-dumb-map): Declare it.
10289 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10290 than unbound.
10291 (calc-graph-name): Made `end' a local variable.
10292 (calc-graph-lookup): Made `varname' a local variable.
10293 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10294 Declare them.
10295 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10296 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10297 the unused variable y3vec.
10298 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10299 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10300 calc-graph-prev-kill-hook.
10301 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10302 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10303 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10304 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10305 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10306 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10307 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10308 (calc-graph-y3value, calc-graph-y3name)
10309 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10310 (calc-graph-stepcount, calc-graph-is-splot)
10311 (calc-graph-surprise-splot, calc-graph-blank)
10312 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10313 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10314 (calc-graph-recompute-2d, calc-graph-compute-3d)
10315 (calc-graph-format-data): Replace undeclared variables with the
10316 above newly declared variables.
10317
10318 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10319
10320 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10321 `rsf-beep' and `rsf-sleep-after-message'.
10322
10323 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10324 list if `message-sender' is non-nil.
10325
10326 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10327
10328 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10329 consing by using mapc instead of mapcar.
10330
10331 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10332
10333 * tooltip.el (require): Explain why CL is needed.
10334
10335 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10336
10337 * printing.el: Insert :version into defgroup (printing). All reference
10338 to Files option in menubar were changed to File.
10339 (pr-version): New version number (6.8.2).
10340 (pr-get-symbol): Call easy-menu-intern.
10341 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10342 compilation gripes.
10343
10344 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10347 new byte-compile-function-environment binding to t.
10348
10349 * font-lock.el (font-lock-fontify-syntactically-region):
10350 Don't forget to highlight the last char when we hit `end'.
10351
10352 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10353 (mwheel-scroll): Adjust accordingly.
10354
10355 * cvs-status.el: Reduce spurious warnings.
10356 (cvs-status-checkout): Remove.
10357 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10358
10359 * pcvs.el (cvs-mode-checkout): New command.
10360
10361 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10362
10363 * tooltip.el: Require CL.
10364
10365 * emacs-lisp/bytecomp.el: Use push.
10366 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10367 (defalias): Remove the `byte-compile' property and add
10368 a `byte-hunk-handler'.
10369
10370 2004-11-11 Juri Linkov <juri@jurta.org>
10371
10372 * info.el (Info-search): Save match data for isearch.
10373 Skip Tag Table node.
10374
10375 * descr-text.el (describe-char): Replace syntax-after with code
10376 from its previous version.
10377
10378 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10379 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10380
10381 * international/mule.el (sgml-html-meta-auto-coding-function):
10382 Remove > after <html to allow HTML attributes.
10383
10384 2004-11-11 Jay Belanger <belanger@truman.edu>
10385
10386 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10387 a variable.
10388 (calcFunc-dfac): Replace unbound max by n.
10389 (math-stirling-local-cache): New variable.
10390 (math-stirling-number, math-stirling-1, math-stirling-2):
10391 Replace the variable `cache' by the declared variable
10392 math-stirling-local-cache.
10393 (var-RandSeed): Declare it as a variable.
10394 (math-init-random-base, math-random-digit): Don't check to see if
10395 var-RandSeed is bound.
10396 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10397 Declare them instead of just setting them.
10398 (math-init-random-base): Made i a local variable.
10399 (math-random-digit): Made math-random-last a local variable.
10400 (math-prime-test-cache): Move declaration to before it is used.
10401 (math-prime-test-cache-k, math-prime-test-cache-q)
10402 (math-prime-test-cache-nm1, math-prime-factors-finished):
10403 Declare them as variables.
10404
10405 2004-11-11 Jay Belanger <belanger@truman.edu>
10406
10407 * calc/calc-ext.el (math-defcache): Use defvar for the new
10408 variables it creates.
10409
10410 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10411
10412 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10413 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10414 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10415 (desktop-save): Add :version.
10416
10417 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * printing.el (pr-get-symbol): Don't downcase.
10420
10421 2004-11-10 Jay Belanger <belanger@truman.edu>
10422
10423 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10424 string to kill-ring.
10425
10426 * calc/calc-aent.el (calc-alg-exp, math-toks)
10427 (math-exp-pos,math-exp-old-pos, math-exp-token)
10428 (math-exp-keep-spaces, math-exp-str): New variables.
10429 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10430 (calcAlg-enter): Use declared variable calc-alg-exp.
10431 (math-build-parse-table, math-find-user-token): Use declared
10432 variable math-toks.
10433 (math-read-exprs, math-read-token, calc-check-user-syntax)
10434 (calc-match-user-syntax, match-factor-after, math-read-factor):
10435 Use declared variables math-exp-pos math-exp-old-pos.
10436 (math-read-exprs, math-read-token, math-read-expr-level)
10437 (calc-check-user-syntax, calc-match-user-syntax)
10438 (match-factor-after, math-read-factor): Use declared variable
10439 math-exp-token.
10440 (math-read-exprs, math-read-expr-list, math-read-token)
10441 (math-read-factor): Use declared variable math-exp-keep-spaces.
10442 (math-read-exprs, math-read-token): Use declared variable
10443 math-exp-str.
10444 (calc-match-user-syntax): Make m a local variable.
10445
10446 * calc/calc-ext.el (math-read-expr): Use declared variables
10447 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10448 math-exp-keep-spaces.
10449
10450 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10451 variables math-exp-pos, math-exp-str.
10452
10453 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10454 math-exp-old-pos.
10455 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10456 (math-parse-eqn-prime): Use declared variable math-exp-token.
10457
10458 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10459 Use declared variable math-exp-pos.
10460 (math-check-for-commas): Use declared variable math-exp-str.
10461 (math-read-brackets): Use declared variables math-exp-old-pos,
10462 math-exp-keep-spaces.
10463 (math-read-brackets, math-read-vector, math-read-matrix):
10464 Use declared variable math-exp-token.
10465
10466 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10469 where the keymap is a symbol.
10470 (easy-menu-add-item): Use keymap-prompt. Simplify.
10471
10472 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10473
10474 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10475 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10476
10477 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10478
10479 * ebuff-menu.el: Doc fixes throughout.
10480 (electric-buffer-menu-mode-hook): New defvar.
10481
10482 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10483
10484 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10485 The resulting compiler warnings appear to be harmless.
10486
10487 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10488
10489 * textmodes/conf-mode.el: New file.
10490
10491 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10492
10493 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10496
10497 2004-11-09 Jay Belanger <belanger@truman.edu>
10498
10499 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10500
10501 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10502 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10503 (calc-z-prefix-help, calc-user-function-list): Use declared
10504 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10505 (math-map-tree, math-map-tree-rec): Use declared variables
10506 math-mt-many, math-mt-func.
10507 (math-read-expression, math-read-string): Use declared variable
10508 math-expr-data.
10509
10510 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10511 variable math-normalize-a.
10512
10513 * calc/calc.el (math-normalize-a): New variable.
10514 (math-normalize): Use declared variable math-normalize-a.
10515
10516 * calc/calc-poly.el (math-expand-form): Use declared variable
10517 math-mt-many.
10518
10519 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10520 Use declared variable math-mt-many.
10521 (math-rewrite): Use declared variable math-mt-func.
10522
10523 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10524 (math-read-matrix): Use declared variable math-expr-data.
10525
10526 * calc/calc-lang.el (math-parse-fortran-vector)
10527 (math-parse-fortran-vector-end, math-parse-tex-sum)
10528 (math-parse-eqn-matrix, math-parse-eqn-prime)
10529 (math-read-math-subscr): Use declared variable math-expr-data.
10530
10531 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10532 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10533 (calc-match-user-syntax, math-read-if, math-factor-after)
10534 (math-read-factor): Use declared variable math-expr-data.
10535
10536 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10537
10538 * calendar/diary-lib.el (diary-from-outlook)
10539 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10540 interactive-p; but rather new optional argument NOCONFIRM.
10541
10542 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10545 (easy-menu-name-match): Revert correspondingly.
10546
10547 2004-11-09 Richard M. Stallman <rms@gnu.org>
10548
10549 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10550 Turn off warnings for the new function even if definition not constant.
10551 If the definition isn't a quoted symbol, record (FUNCTION . t).
10552 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10553 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10554 (display-call-tree, byte-compile-arglist-warn):
10555 Handle t returned by byte-compile-fdefinition.
10556
10557 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10558
10559 * Makefile.in (maintainer-clean): Depend on distclean.
10560
10561 * help-fns.el (help-C-file-name): File name must be in build-files
10562 to be returned.
10563
10564 2004-11-09 Jay Belanger <belanger@truman.edu>
10565
10566 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10567 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10568
10569 * calc/calc.el (calc, calc-trail-display, calc-mode):
10570 Remove obsolete sections.
10571
10572 * calc/calc.el (calc-x-paste-text): Remove.
10573
10574 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10575 mouse-2.
10576
10577 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10580 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10581 current frame (in case of recursive calls).
10582 (gdb-show-changed-values): Add :version keyword.
10583
10584 2004-11-09 Kenichi Handa <handa@m17n.org>
10585
10586 * international/mule-cmds.el: Change coding: tag back to
10587 iso-2022-7bit.
10588
10589 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * international/mule-cmds.el: Change coding-system to utf-8.
10592 (select-safe-coding-system-interactively):
10593 New function extracted from select-safe-coding-system.
10594 (select-safe-coding-system): Use it.
10595
10596 2004-11-08 Richard M. Stallman <rms@gnu.org>
10597
10598 * subr.el (syntax-after): Doc fix.
10599
10600 * paren.el (show-paren-function): Change calls to syntax-after
10601 for new way of returning the value.
10602
10603 * menu-bar.el (menu-bar-file-menu): Make this the real name
10604 and menu-bar-files-menu the alias. Use the former.
10605 (global-map): Use `file', not `files', as the symbol.
10606
10607 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10608
10609 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10610 Don't use beginning-of-buffer.
10611 (filesets-cmd-show-result): Use with-no-warnings.
10612
10613 2004-11-08 Juri Linkov <juri@jurta.org>
10614
10615 * progmodes/compile.el (compile): Don't overwrite last command in
10616 minibuffer history with default command if they are not equal.
10617
10618 2004-11-08 Jay Belanger <belanger@truman.edu>
10619
10620 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10621 non-linear substitutions.
10622
10623 2004-11-08 Jay Belanger <belanger@truman.edu>
10624
10625 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10626 (math-do-integral): Set `math-linear-subst-tried' to nil.
10627 (math-do-integral-methods): Use `math-linear-subst-tried' to
10628 determine what type of substitution to try.
10629 (math-integ-try-linear-substituion):
10630 Set `math-linear-subst-tried' to t.
10631
10632 2004-11-08 Kim F. Storm <storm@cua.dk>
10633
10634 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10635
10636 2004-11-07 Juri Linkov <juri@jurta.org>
10637
10638 * info-look.el (info-lookup): Allow reusing in the current buffer
10639 not only *info* buffer, but all (even renamed) Info buffers
10640 by checking for major-mode instead of *info* buffer name.
10641 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10642 (octave-mode, maxima-mode) <doc-spec>:
10643 Allow long dashes generated by Texinfo 4.7 before definitions.
10644 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10645 definitions with argument separated by space.
10646
10647 2004-11-06 Richard M. Stallman <rms@gnu.org>
10648
10649 * simple.el (next-error group, face): Move before first use.
10650 (next-error-highlight, next-error-highlight-no-select): Likewise.
10651
10652 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10653 (line-move): New args NOERROR and TO-END.
10654 Return t if if succeed in moving specified number of lines.
10655 (move-end-of-line): New function.
10656
10657 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10658 (end-of-buffer-other-window): Likewise.
10659
10660 * simple.el (line-move-ignore-invisible): Default to t.
10661
10662 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10663
10664 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10665
10666 * international/iso-cvt.el (iso-cvt-define-menu):
10667 Rename menu-bar-files-menu to menu-bar-file-menu.
10668
10669 * net/browse-url.el (browse-url-gnome-moz-program)
10670 (browse-url-gnome-moz-arguments): Move up before first use.
10671
10672 * net/tramp.el (tramp group): Add :version.
10673
10674 * progmodes/ada-xref.el (ada-gdb-application):
10675 Use goto-char instead of beginning-of-buffer.
10676
10677 * progmodes/cperl-mode.el (cperl-info-on-command):
10678 Use goto-char instead of beginning-of-buffer.
10679
10680 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10681 Move up before first use.
10682 (idlwave-shell-temp-pro-file): Likewise.
10683 (idlwave-shell-temp-rinfo-save-file): Likewise.
10684 (idlwave-shell-temp-file): Minor doc fix.
10685
10686 * textmodes/flyspell.el (flyspell-external-point-words):
10687 Use goto-char instead of beginning-of-buffer.
10688
10689 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10690
10691 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10692 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10693 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10694
10695 2004-11-06 David Ponce <david@dponce.com>
10696
10697 * recentf.el (recentf-menu-path): Use menu item name.
10698
10699 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10700
10701 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10702 display doesn't support images.
10703
10704 2004-11-06 Andreas Schwab <schwab@suse.de>
10705
10706 * tempo.el (tempo-match-finder): Doc fix.
10707
10708 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10709
10710 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10713 (easy-menu-lookup-name): New fun to replace it.
10714 (easy-menu-get-map): Use it to obey menu item names (rather than just
10715 keys) when looking up `path'.
10716 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10717 (easy-menu-convert-item-1): Adjust to new name.
10718
10719 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10720
10721 * outline.el (hide-body): Don't hide lines at the top of the file
10722 that precede the first header line.
10723
10724 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10725
10726 * align.el (align-areas): Delete whitespace before reindenting, so
10727 that tabs are never placed after spaces.
10728
10729 2004-11-06 Alan Shutko <ats@acm.org>
10730
10731 * macros.el (insert-kbd-macro): Do completions based on macros,
10732 rather than all commands.
10733
10734 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10735
10736 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10737 to solve a bug whereby tags with 'b' don't match.
10738
10739 2004-11-05 Juri Linkov <juri@jurta.org>
10740
10741 * info.el (Info-search): Don't search in node header lines
10742 and file headers.
10743
10744 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10745 symbol-constituent characters after dot, not only digits.
10746
10747 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10748
10749 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10750
10751 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10752
10753 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10754 if a dialog will be used, read-file-name otherwise.
10755
10756 2004-11-04 Richard M. Stallman <rms@gnu.org>
10757
10758 * textmodes/table.el (table group): Add :version.
10759
10760 * textmodes/ispell.el (ispell-word):
10761 Don't alter args; set them only thru `interactive' spec.
10762
10763 * textmodes/flyspell.el (flyspell-word):
10764 Don't alter FOLLOWING; set it only thru `interactive' spec.
10765
10766 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10767
10768 * net/browse-url.el (browse-url-maybe-new-window):
10769 Use called-interactively-p.
10770
10771 * mail/supercite.el (sc-cite-region):
10772 Don't use interactive-p. Add arg INTERACTIVE.
10773 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10774
10775 * international/mule-cmds.el (set-input-method, toggle-input-method):
10776 Don't use interactive-p. Add arg INTERACTIVE.
10777
10778 * eshell/esh-mode.el (eshell-show-maximum-output):
10779 Don't use interactive-p.
10780 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10781
10782 * mouse.el (mouse-show-mark): Get positions to delete from mark
10783 and point, not from mouse-drag-overlay.
10784
10785 * imenu.el (imenu-eager-completion-buffer): Add :version.
10786
10787 * filesets.el (filesets group): Add :version.
10788
10789 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10790
10791 * files.el (xml-based-modes): Delete var.
10792 (magic-mode-alist): New more general var.
10793 (set-auto-mode): Use it.
10794
10795 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10796 when clicking from another window.
10797
10798 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10799
10800 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10801 (vc-cvs-annotate-time): Incorporate value of deleted var.
10802 Remove special-case handling of beginning-of-buffer cruft.
10803 Cache ending position (point) and return value in text property
10804 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10805
10806 * vc-cvs.el (vc-cvs-annotate-command):
10807 Delete extraneous lines from beginning of buffer.
10808 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10809
10810 * progmodes/grep.el (grep-default-command): Take empty string
10811 for tag if all other methods yield nil. Shell-quote the tag.
10812
10813 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10814 spec in `interactive' form, and mention it in the docstring.
10815 Also, make sure point is at bol after calling `annotate-time'.
10816
10817 2004-11-02 Richard M. Stallman <rms@gnu.org>
10818
10819 * cus-edit.el (customize-group-other-window):
10820 Select the window that displays the custom buffer.
10821 (custom-buffer-create-other-window): Likewise.
10822
10823 * comint.el (comint-insert-input): Fix previous change.
10824
10825 * emacs-lisp/elp.el (elp-instrument-function):
10826 Use called-interactively-p.
10827
10828 * emacs-lisp/easymenu.el (easy-menu-intern):
10829 Don't downcase; rather, case-flip the first letter of each word.
10830
10831 * emacs-lisp/easy-mmode.el (define-minor-mode):
10832 Use called-interactively-p.
10833
10834 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10835 Add interactive-only.
10836 (byte-compile-warnings): Add interactive-only as option.
10837 (byte-compile-interactive-only-functions): New variable.
10838 (byte-compile-form): Warn about calls to functions
10839 in byte-compile-interactive-only-functions.
10840
10841 * emacs-lisp/autoload.el (update-file-autoloads):
10842 Don't use interactive-p; take new arg SAVE-AFTER.
10843
10844 * emacs-lisp/advice.el (ad-make-advised-definition):
10845 Use called-interactively-p.
10846
10847 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10848
10849 * files.el (find-file-existing): New function.
10850
10851 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10852 find-file-existing. Add "New File..." that calls find-file.
10853
10854 * diropen.pbm, diropen.xpm: New files.
10855
10856 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10857 icon diropen. New tool bar item find-file-existing uses icon open.
10858
10859 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10860 instead of read-file-name.
10861
10862 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10863
10864 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10865 (icalendar--split-value): Change name of work buffer.
10866 (icalendar--get-weekday-abbrev): Return nil on error.
10867 (icalendar--date-to-isodate): New function.
10868 (icalendar-convert-diary-to-ical)
10869 (icalendar-extract-ical-from-buffer): Use only two args for
10870 make-obsolete (XEmacs compatibility).
10871 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10872 (icalendar-export-region): Doc fix.
10873 If error, return non-nil and write errors to a buffer.
10874 Use correct weekday for weekly recurring events.
10875 Check whether date has been parsed for ordinary events.
10876 Make weekly events start in the year 2000.
10877 DTEND is non-inclusive, shift end date by one day if
10878 necessary (not for entries that have date and time).
10879 Rename local let variables: oops -> found-error, datestring ->
10880 startdatestring.
10881
10882 2004-11-02 Kim F. Storm <storm@cua.dk>
10883
10884 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10885 keep-mode-if-same variable. Add it as optional arg instead.
10886 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10887
10888 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10889 substitute-command-keys will select lower-case bindings like those
10890 used in the static help texts.
10891
10892 * descr-text.el (describe-text-properties): Don't err if called in
10893 the *Help* buffer; output to *Help-2* buffer instead.
10894
10895 * kmacro.el (group kmacro): Add :version.
10896 (kmacro-keyboard-quit): New function to cleanup on C-g.
10897 (kmacro-start-macro): Set defining-kbd-macro to append when
10898 appending to last macro.
10899
10900 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10901
10902 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10903
10904 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10905 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10906 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10907 Add :version keyword.
10908
10909 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10910
10911 * progmodes/flymake.el (flymake-err-line-patterns):
10912 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10913 `compilation-error-regexp-alist-alist' to internal Flymake format.
10914
10915 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10916
10917 2004-11-01 Jay Belanger <belanger@truman.edu>
10918
10919 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10920 with `interactive "s"'.
10921
10922 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10923
10924 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10925 Revert change from 2004-10-16. '*' checks the current buffer, but the
10926 mouse click may be in another buffer.
10927
10928 2004-11-01 John Paul Wallington <jpw@gnu.org>
10929
10930 * files.el (large-file-warning-threshold): Add :version keyword.
10931 (kill-some-buffers): Doc fix.
10932
10933 * thumbs.el (group thumbs): Add :version keyword.
10934
10935 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10936
10937 2004-11-01 Richard M. Stallman <rms@gnu.org>
10938
10939 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10940
10941 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10942
10943 * allout.el (allout group): Add :version.
10944 (allout-init): Don't use interactive-p.
10945 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10946 (allout-forward-current-level, allout-backward-current-level):
10947 Don't use interactive-p.
10948
10949 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10950 (bibtex-find-text): Likewise.
10951
10952 * progmodes/vhdl-mode.el (vhdl-fill-region)
10953 (vhdl-beginning-of-statement): Don't use interactive-p.
10954
10955 * progmodes/idlwave.el (idlwave-update-routine-info):
10956 Don't use interactive-p.
10957
10958 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10959 Don't use interactive-p.
10960
10961 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10962 Don't use interactive-p.
10963
10964 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10965 Don't use interactive-p.
10966
10967 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10968 (fortune-in-buffer): Doc fix.
10969
10970 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10971
10972 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10973 don't select the temporary buffer.
10974 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10975 (eudc-get-phone): Likewise.
10976
10977 2004-11-01 Kim F. Storm <storm@cua.dk>
10978
10979 * man.el (Man-xref-normal-file): Fix help-echo.
10980
10981 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * reveal.el (reveal-last-tick): New var.
10984 (reveal-post-command): Use it to avoid closing overlays when we're
10985 appending text to them.
10986
10987 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10988
10989 * textmodes/bibtex.el: Require button.
10990 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10991 (bibtex-reference-keys): Distinguish between header keys and
10992 crossref keys.
10993 (bibtex-beginning-of-field): New function.
10994 (bibtex-url-map): Remove.
10995 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10996 (bibtex-font-lock-url-regexp): Assume that field names begin at
10997 the beginning of a line.
10998 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10999 Remove field delimiters. Use bibtex-beginning-of-field.
11000 Bugfix, point can be inside a field with a url.
11001 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
11002 New functions.
11003 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
11004 (bibtex-key-in-head): Simplify.
11005 (bibtex-current-line): Use bolp.
11006 (bibtex-parse-keys): Remove unused arg `add'.
11007 Use bibtex-type-in-head and bibtex-key-in-head.
11008 (bibtex-parse-entry, bibtex-autofill-entry):
11009 Use bibtex-type-in-head and bibtex-key-in-head.
11010 (bibtex-autokey-get-field): Do not alter case of replacement text.
11011 (bibtex-autokey-get-names): Do all processing of name list.
11012 (bibtex-autokey-get-year): New function.
11013 (bibtex-autokey-get-title): Do all processing of title words.
11014 (bibtex-generate-autokey): Simplify.
11015 (bibtex-string-files-init): Use default-directory.
11016 Allow for absolute file names in bibtex-string-files.
11017 (bibtex-files, bibtex-file-path): New variables.
11018 (bibtex-files-expand): New function.
11019 (bibtex-find-entry-globally): New command.
11020 (bibtex-summary-function): New variable.
11021 (bibtex-summary): Default value of bibtex-summary-function.
11022 (bibtex-find-crossref): New optional args pnt and split.
11023 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11024 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11025 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11026 Fix handling of required and alternative fields.
11027 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11028 Use cons and display-buffer.
11029 (bibtex-validate-globally): New command.
11030 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11031 bibtex-parse-keys and bibtex-parse-strings for updating
11032 bibtex-reference-keys and bibtex-strings.
11033 (bibtex-realign): Remove blank lines past the last entry.
11034 (bibtex-reformat): Use bibtex-entry-format as default.
11035 (bibtex-choose-completion-string): Remove.
11036 (bibtex-complete): Do not use bibtex-choose-completion-string.
11037 (bibtex-url): Simplify.
11038
11039 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11040
11041 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11042 (x-dnd-types-alist, x-dnd-open-file-other-window)
11043 (x-dnd-known-types): Add :version.
11044
11045 2004-10-31 John Paul Wallington <jpw@gnu.org>
11046
11047 * ibuffer.el (group ibuffer): Add :version keyword.
11048
11049 2004-10-31 Kim F. Storm <storm@cua.dk>
11050
11051 * ido.el (group ido): Add :version keyword.
11052 (ido-mode): Remove :version keyword.
11053
11054 * emulation/cua-base.el (group cua): Add :version keyword.
11055 (cua-mode): Remove :version keyword.
11056
11057 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11058
11059 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11060
11061 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11062 compiler warning.
11063 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11064 function.
11065 (help-at-pt-display-when-idle): Remove autoload.
11066
11067 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11068
11069 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11070
11071 2004-10-30 Juri Linkov <juri@jurta.org>
11072
11073 * help.el (function-called-at-point):
11074 * help-fns.el (variable-at-point): Read -> intern.
11075
11076 2004-10-30 Simon Josefsson <jas@extundo.com>
11077
11078 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11079 Recognize AS_* too.
11080
11081 2004-10-29 Simon Josefsson <jas@extundo.com>
11082
11083 * subr.el (read-passwd): Move back from password.el.
11084
11085 * password.el: Remove, not ready yet.
11086
11087 2004-10-29 Andreas Schwab <schwab@suse.de>
11088
11089 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11090
11091 2004-10-29 Sam Steingold <sds@gnu.org>
11092
11093 * mouse.el (mouse-show-mark): Replace the last occurrence of
11094 x-lost-selection-hooks with x-lost-selection-functions.
11095
11096 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11099 x-lost-selection-functions is bound.
11100
11101 * mouse-sel.el (mouse-sel-mode):
11102 * emacs-lisp/lselect.el: Adjust to new names for
11103 x-(lost|sent)-selection-functions.
11104
11105 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11106 New obsolete aliases of x-lost-selection-functions and
11107 x-sent-selection-functions.
11108
11109 2004-10-28 Kim F. Storm <storm@cua.dk>
11110
11111 * imenu.el (imenu-scanning-message): Remove.
11112 (imenu-progress-message): Make it a no-op.
11113
11114 2004-10-28 John Paul Wallington <jpw@gnu.org>
11115
11116 * files.el (set-auto-mode): Call `throw' correctly.
11117
11118 2004-10-28 Juri Linkov <juri@jurta.org>
11119
11120 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11121 to search `Info-...' commands in `info' manual.
11122 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11123 Add 'info-file "emacs" property.
11124 (Info-find-emacs-command-nodes): Fix index line number regexp.
11125 Set real line number (instead of fake 0) in first element of the
11126 returned list.
11127 (Info-goto-emacs-command-node): Use line number of first element
11128 to set point in the first found Info node.
11129
11130 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11131 code to `grep-mode-font-lock-keywords'.
11132 (grep-mode-font-lock-keywords): Delete grep markers instead
11133 of making them invisible.
11134
11135 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11136
11137 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11138 and x-server-version in bug report.
11139
11140 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11141
11142 * files.el (set-auto-mode-0): New function.
11143 (set-auto-mode): Use it to handle aliased modes and to
11144 be consistent between C-x C-f and C-x C-w.
11145
11146 2004-10-28 Kenichi Handa <handa@m17n.org>
11147
11148 * international/utf-8.el (utf-translate-cjk-charsets):
11149 Add katakana-jisx0201.
11150
11151 * international/subst-jis.el: Add data for JISX0201.
11152
11153 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * obsolete/hilit19.el (hilit-mode): New function.
11156 Move all the toplevel side-effecting stuff into it, so that loading
11157 hilit19 doesn't mess everything up any more.
11158
11159 2004-10-27 Richard M. Stallman <rms@gnu.org>
11160
11161 * add-log.el (add-change-log-entry): Set up mailing address
11162 and full name later, and don't alter add-log-mailing-address
11163 or add-log-full-name.
11164
11165 * elide-head.el (elide-head): Change error to message.
11166 (elide-head-show): Likewise.
11167
11168 * apropos.el (apropos-macrop): Doc fix.
11169
11170 * mouse.el (mouse-show-mark): Do most processing the same
11171 regardless of transient-mark-mode.
11172
11173 * shadowfile.el (shadow-copy-files): Use interactive-p
11174 only to control whether to print a message.
11175
11176 * tar-mode.el (tar-mode): Use write-contents-functions,
11177 not write-contents-hooks.
11178
11179 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11180 directory-sep-char.
11181
11182 2004-10-27 Richard M. Stallman <rms@gnu.org>
11183
11184 * strokes.el (strokes-unload-hook): Fix previous change.
11185
11186 * type-break.el (type-break-run-at-time): Always use run-at-time;
11187 forget the alternatives.
11188 (type-break-cancel-function-timers): Always use cancel-function-timers;
11189 forget the alternatives.
11190
11191 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11192
11193 2004-10-27 Kenichi Handa <handa@m17n.org>
11194
11195 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11196
11197 * international/subst-gb2312.el: Likewise.
11198
11199 * international/subst-big5.el: Likewise.
11200
11201 * international/subst-ksc.el: Likewise.
11202
11203 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11204 New variable.
11205 (utf-translate-cjk-set-unicode-range): New function.
11206 (utf-translate-cjk-unicode-range): Make it customizable.
11207 (utf-8-post-read-conversion):
11208 Use utf-translate-cjk-unicode-range-string.
11209 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11210 Unicode ranges.
11211
11212 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11213
11214 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11215 trivial variants to shorten the list.
11216 (xml-based-modes): New var.
11217 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11218 declaration higher priority than auto-mode-alist.
11219
11220 * find-file.el (cc-other-file-alist): Bring it in line with
11221 cc-mode's auto-mode-alist entries and use \' instead of $.
11222
11223 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11224 and add "Id" and "Name" submenus to it.
11225
11226 * imenu.el (imenu--generic-function): Skip matches in comments.
11227
11228 2004-10-26 Jay Belanger <belanger@truman.edu>
11229
11230 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11231 (full-calc-keypad, calc-trail-display): Use an extra argument
11232 instead of `interactive-p'.
11233
11234 * calc/calc-misc.el (calc-other-window): Use an extra argument
11235 instead of `interactive-p'.
11236
11237 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11238 `interactive-p'.
11239
11240 2004-10-26 Kim F. Storm <storm@cua.dk>
11241
11242 * help.el (describe-key): Describe both down-event and up-event
11243 for a mouse click.
11244
11245 2004-10-26 Richard M. Stallman <rms@gnu.org>
11246
11247 * woman.el (woman): Don't call interactive-p.
11248
11249 * pcomplete.el (pcomplete): Instead of interactive-p,
11250 use an arg set non-nil by the interactive spec.
11251
11252 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11253 use an arg set non-nil by the interactive spec.
11254
11255 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11256 use an arg set non-nil by the interactive spec.
11257
11258 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11259
11260 * progmodes/flymake.el (flymake-split-string):
11261 Use `flymake-split-string-remove-empty-edges' in any case.
11262
11263 2004-10-26 Masatake YAMATO <jet@gyve.org>
11264
11265 * progmodes/flymake.el (flymake-err-line-patterns):
11266 Use `compilation-error-regexp-alist-alist' instead of
11267 `compilation-error-regexp-alist'.
11268
11269 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11272 verbatim face on the \ of \end{verbatim}.
11273
11274 2004-10-25 Jay Belanger <belanger@truman.edu>
11275
11276 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11277 erasing minibuffer.
11278
11279 2004-10-25 Simon Josefsson <jas@extundo.com>
11280
11281 * subr.el (read-passwd): Move to net/password.el.
11282
11283 * net/password.el (read-passwd): Add. Autoload it.
11284
11285 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11286
11287 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11288
11289 * simple.el (process-file): Fix logic.
11290
11291 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11292
11293 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11294 (increase-right-margin): Remove erroneous call to `interactive-p'.
11295
11296 2004-10-24 Kim F. Storm <storm@cua.dk>
11297
11298 * help.el (describe-mode): Fix 2004-10-13 change.
11299 Copy pure "Auto Fill" string so it can be propertized later
11300 without causing a read-only error.
11301
11302 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11305 style indexes.
11306
11307 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11308
11309 * simple.el (process-file): Accept nil for INFILE. Reported by
11310 Luc Teirlinck.
11311
11312 2004-10-24 Masatake YAMATO <jet@gyve.org>
11313
11314 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11315 Handle periods and underscores in a function name.
11316 Remove the address fontification.
11317
11318 2004-10-24 Masatake YAMATO <jet@gyve.org>
11319
11320 * progmodes/asm-mode.el (asm-font-lock-keywords):
11321 Use font-lock-variable-name-face for registers.
11322
11323 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11324
11325 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11326 kill-all-local-variables.
11327 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11328 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11329 Use kill-all-local-variables and provide mode-hooks.
11330 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11331 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11332 Suggested by Masatake YAMATO <jet@gyve.org>.
11333
11334 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11335
11336 * simple.el (process-file): New function, similar to call-process
11337 but supports file handlers.
11338 * vc.el (vc-do-command): Use it, instead of call-process.
11339 * net/tramp-vc.el (vc-do-command): Do not advise it if
11340 process-file is fboundp.
11341 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11342 process-file.
11343 (tramp-handle-process-file): New function.
11344 (tramp-file-name-for-operation): Support process-file.
11345
11346 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11347
11348 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11349 (icalendar-weekdayabbrev-table)
11350 (icalendar-monthnumber-table): Delete.
11351 (icalendar--get-month-number): Use calendar-month-name-array.
11352 (icalendar--get-weekday-number): New function.
11353 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11354 (icalendar-export-region): Handle multi-line entries.
11355 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11356
11357 2004-10-23 John Paul Wallington <jpw@gnu.org>
11358
11359 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11360 `wildcards' set to t in interactive spec.
11361
11362 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11363 interactive spec rather than use `interactive-p'.
11364 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11365 rather than use function `interactive-p'.
11366
11367 2004-10-22 Kenichi Handa <handa@m17n.org>
11368
11369 * international/mule.el (translate-region): Implement it in Lisp
11370 as a front end of translate-region-internal.
11371
11372 2004-10-21 Jay Belanger <belanger@truman.edu>
11373
11374 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11375 Declare these variables with defvar.
11376
11377 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11378 is bound, only check to see if it is bound.
11379
11380 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11383 Don't output messages.
11384
11385 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11386
11387 2004-10-21 John Paul Wallington <jpw@gnu.org>
11388
11389 * calc/calc-graph.el (calc-graph-init):
11390 Use `set-process-query-on-exit-flag'.
11391
11392 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11393
11394 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11395 dir right and also allow argumentless cd.
11396
11397 2004-10-19 Richard M. Stallman <rms@gnu.org>
11398
11399 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11400
11401 * eshell/em-unix.el (eshell-grep):
11402 Don't bind compilation-process-setup-function.
11403
11404 * comint.el (comint-insert-input): Use @ in `interactive'.
11405 (comint-input-filter-functions): Doc fix.
11406 (comint-kill-whole-line, comint-get-source): Doc fix.
11407
11408 * progmodes/compile.el (compilation-setup):
11409 Don't set buffer-read-only if MINOR is non-nil.
11410
11411 2004-10-19 Jay Belanger <belanger@truman.edu>
11412
11413 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11414 (calc-emacs-type-gnu19): Remove.
11415 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11416 Remove check for old emacs versions.
11417
11418 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11419 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11420 for current Emacs.
11421
11422 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11423 the end of the minibuffer.
11424 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11425 copy `esc-map'.
11426
11427 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11428
11429 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11430 call that would be given when the current emacs was used.
11431
11432 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11433
11434 * calendar/icalendar.el: Set coding to utf-8.
11435 (icalendar-version): Increase to 0.07.
11436 (icalendar-monthnumber-table): Change March pattern.
11437 (icalendar-get-all-event-properties)
11438 (icalendar-set-event-property): Delete.
11439 (icalendar-all-events): No longer interactive.
11440 (icalendar-convert-diary-to-ical)
11441 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11442 their replacements.
11443 (icalendar-export-file, icalendar-export-region): New functions;
11444 essentially old `icalendar-convert-diary-to-ical' but appending to
11445 target rather than overwriting.
11446 (icalendar-import-file): Append to target file rather than
11447 overwriting. Fourth arg deleted.
11448 (icalendar-import-buffer): New name for old
11449 `icalendar-extract-ical-from-buffer'.
11450 (icalendar--convert-string-for-import): New name for
11451 old `icalendar-convert-for-import'.
11452 (include-icalendar-files): Delete.
11453 Prefix for all internal functions changed from `icalendar-'
11454 to `icalendar--'.
11455
11456 2004-10-19 Richard M. Stallman <rms@gnu.org>
11457
11458 * paths.el (news-path): Fix previous change.
11459
11460 2004-10-18 Jay Belanger <belanger@truman.edu>
11461
11462 * calc/calc-help.el (calc-describe-bindings):
11463 Set `buffer-read-only' to nil while working in the keybindings buffer;
11464 remove some extra information from the keybindings buffer.
11465
11466 2004-10-18 David Ponce <david@dponce.com>
11467
11468 * mouse.el (mouse-drag-move-window-top): New function.
11469 (mouse-drag-mode-line-1): Use it.
11470
11471 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11472
11473 * info.el (Info-fontify-node): For multiline refs,
11474 arrange to unfontify newline and surrounding whitespace.
11475
11476 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11479 directory is missing.
11480
11481 2004-10-17 John Paul Wallington <jpw@gnu.org>
11482
11483 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11484 New customizable variable; whether to display buffers that match
11485 `ibuffer-maybe-show-predicates' by default.
11486 (ibuffer-maybe-show-predicates): Mention it in docstring.
11487 (ibuffer-display-maybe-show-predicates): New variable.
11488 (ibuffer-update): Prefix arg now toggles whether buffers that
11489 match `ibuffer-maybe-show-predicates' should be displayed.
11490 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11491 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11492 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11493
11494 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11495
11496 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11497 work correctly.
11498
11499 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11500
11501 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11502 (Buffer-menu-beginning): New helper function.
11503 (Buffer-menu-execute): Use it.
11504 (Buffer-menu-select): Use it.
11505 (Buffer-menu-sort): Use it and also keep markers.
11506
11507 2004-10-17 Richard M. Stallman <rms@gnu.org>
11508
11509 * paths.el (news-directory): Rename from news-path. Old name alias.
11510 (rmail-spool-directory): Use defvar.
11511 (sendmail-program): Use defcustom.
11512 (remote-shell-program): Use defcustom.
11513 (term-file-prefix): Use defvar.
11514 (abbrev-file-name): Use defvar.
11515
11516 * term.el: Add maintainer.
11517
11518 * subr.el (with-local-quit): Return nil if there's a quit.
11519 (read-passwd): Use with-local-quit. Doc fix.
11520
11521 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11522 (strokes-unload-hook): Set as a variable with add-hook.
11523
11524 * startup.el (fancy-splash-tail, normal-splash-screen):
11525 Update copyright year.
11526
11527 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11528
11529 * server.el (server-unload-hook): Set as a variable with add-hook.
11530
11531 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11532
11533 * frame.el (special-display-popup-frame):
11534 Make the buffer current as its frame is created.
11535
11536 * delsel.el (delsel-unload-hook): Set as a variable.
11537
11538 * comint.el (comint-output-filter-functions):
11539 Add comint-watch-for-password-prompt.
11540 (comint-read-noecho): Function deleted.
11541 (send-invisible): Use read-passwd.
11542
11543 * fringe.el (fringe-mode-initialize): New function.
11544 (fringe-mode): Use fringe-mode-initialize as :initialize.
11545
11546 2004-10-17 Kim F. Storm <storm@cua.dk>
11547
11548 * language/indian.el (indian-script-language-alist): Swap value and doc.
11549 (indian-font-char-index-table): Doc fix.
11550
11551 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11554
11555 2004-10-16 Juri Linkov <juri@jurta.org>
11556
11557 * progmodes/compile.el (compilation-start): Move let-binding of
11558 `process-environment' into `with-current-buffer' body.
11559 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11560
11561 2004-10-16 Richard M. Stallman <rms@gnu.org>
11562
11563 * pcvs-util.el (cvs-bury-buffer):
11564 Don't call get-buffer-window for effect.
11565
11566 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11567
11568 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11569
11570 * msb.el (msb-unload-hook): Set the variable.
11571
11572 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11573 Use * to err if buffer is readonly.
11574
11575 * subr.el (looking-back): Return only t or nil.
11576
11577 * whitespace.el (whitespace-unload-hook): Set the variable.
11578
11579 * view.el (view-mode-enable): Set view-page-size and
11580 view-half-page-size to nil.
11581 (view-set-half-page-size-default): view-half-page-size = nil
11582 means the default.
11583 (View-scroll-page-forward): Use view-page-size-default.
11584 (View-scroll-page-backward): Likewise.
11585 (view-page-size, view-half-page-size): Doc fixes.
11586
11587 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11588
11589 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11590
11591 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11592 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11593 (byte-compile-log-1): Bind inhibit-read-only.
11594 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11595 (byte-compile-log-warning): Likewise.
11596 (byte-compile-file-form-require): Detect "cl" from the arg value.
11597
11598 * progmodes/compile.el (compilation-start): Assume compilation-mode
11599 will make the buffer read-only.
11600 (compilation-mode): Take arg name-of-mode.
11601 (compilation-setup): Make buffer read-only.
11602 (compilation-handle-exit): Bind inhibit-read-only.
11603
11604 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11605 (ispell-message): Likewise.
11606 (ispell-show-choices): Don't call get-buffer-window uselessly.
11607 (ispell-init-process): Use set-process-query-on-exit-flag.
11608
11609 2004-10-16 Kim F. Storm <storm@cua.dk>
11610
11611 * fringe.el (fringe-bitmaps): Only initialize when defined.
11612
11613 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11614 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11615
11616 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11617
11618 2004-10-15 Simon Josefsson <jas@extundo.com>
11619
11620 * net/password.el: Add.
11621
11622 2004-10-14 Masatake YAMATO <jet@gyve.org>
11623
11624 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11625 (gdb-script-end-of-defun): New function.
11626 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11627 `gdb-script-end-of-defun' as *-of-defun-function.
11628
11629 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11630
11631 * button.el (button-activate): Allow a marker to display as an action.
11632
11633 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11634
11635 * help.el (describe-mode): Use it to make minor mode list into
11636 hyperlinks.
11637
11638 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * vc.el (vc-annotate-display-select): Fix typo.
11641
11642 * subr.el (substitute-key-definition-key): New function.
11643 (substitute-key-definition): Use it with map-keymap.
11644 (event-modifiers): Use push.
11645 (mouse-movement-p, with-temp-buffer): Simplify.
11646
11647 2004-10-12 Jay Belanger <belanger@truman.edu>
11648
11649 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11650 New variables.
11651 (calc-help-index-entries): New function.
11652 (calc-describe-function): Use `calc-help-function-list' instead of
11653 obarray for completion.
11654 (calc-describe-variable): Use `calc-help-variable-list' instead
11655 of obarray for completion.
11656
11657 2004-10-12 Richard M. Stallman <rms@gnu.org>
11658
11659 * info-look.el (info-lookup-file): Add info-file property.
11660 (info-lookup-symbol): Likewise.
11661
11662 * info.el (info-xref): Add underlining.
11663 (info): Add info-file property.
11664 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11665
11666 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11667
11668 Sync with Tramp 2.0.45.
11669
11670 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11671 defined. This is not the case for XEmacs without package "edebug".
11672 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11673 remote files to the permissions of the original file. This is not
11674 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11675 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11676 (tramp-perl-decode): Fix an error in Perl implementation.
11677 $pending must be cleared every loop. Reported by Benjamin Place
11678 <benjaminplace@sprintmail.com>
11679
11680 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11681 Don't activate advice during definition. This is done later on,
11682 depending on test result of `substitute-in-file-name'.
11683 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11684
11685 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11686
11687 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11688
11689 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11690
11691 2004-10-12 David Ponce <david@dponce.com>
11692
11693 * recentf.el (recentf-edit-list): Update the menu when the recentf
11694 list has been modified.
11695
11696 2004-10-12 Simon Josefsson <jas@extundo.com>
11697
11698 * net/tls.el (tls-certtool-program): New variable.
11699 (tls-certificate-information): New function, based on
11700 ssl-certificate-information.
11701
11702 2004-10-12 Kenichi Handa <handa@m17n.org>
11703
11704 * international/mule.el (coding-system-equal): Move from mule-util.el.
11705
11706 * international/mule-util.el (coding-system-equal): Move to mule.el.
11707
11708 2004-10-12 Kim F. Storm <storm@cua.dk>
11709
11710 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11711 reset kmacro-initial-counter-value if set.
11712 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11713 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11714 (kmacro-display): Show macro counter if non-zero.
11715
11716 * subr.el (substitute-key-definition): Mention command remapping
11717 in doc string.
11718
11719 2004-10-11 Jay Belanger <belanger@truman.edu>
11720
11721 * calc/calc-misc.el (calc-info-goto-node): New function.
11722 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11723 node in one step.
11724 (calc-describe-copying, calc-describe-distribution)
11725 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11726 Go to appropriate info node in one step.
11727
11728 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11731
11732 * font-lock.el (font-lock-apply-highlight): Fix last change.
11733
11734 2004-10-11 Simon Josefsson <jas@extundo.com>
11735
11736 * mail/smtpmail.el (smtpmail-open-stream): Look for
11737 starttls-gnutls-program instead of starttls-program iff
11738 starttls-use-gnutls is non-nil.
11739 (smtpmail-open-stream): Don't overwrite user settings of
11740 starttls-extra-arguments and starttls-extra-args.
11741
11742 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * comint.el (comint-mouse-insert-input): Remove.
11745 (comint-insert-input): Make it work for mouse bindings.
11746 (comint-mode-map): Move defs into the declaration.
11747 (comint-output-filter): Typo.
11748
11749 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11750
11751 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11752
11753 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11754 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11755 ange-ftp-remote-shell.
11756
11757 2004-10-10 Andreas Schwab <schwab@suse.de>
11758
11759 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11760 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11761 Reported by <sri@asu.edu>.
11762
11763 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11764
11765 * vc.el (vc-annotate-mode): Remove variable.
11766 (vc-annotate-display-select): Only call vc-annotate-mode
11767 if we're not in that mode already.
11768
11769 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11772 (imenu-choose-buffer-index): Check here for rescan instead.
11773
11774 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11775 where the face expression evals to nil.
11776
11777 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11778 (tex-font-lock-keywords-2): Use it.
11779 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11780
11781 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11782
11783 2004-10-09 Kim F. Storm <storm@cua.dk>
11784
11785 * subr.el (progress-reporter-update): Define before first usage.
11786 (make-progress-reporter): Doc fix.
11787
11788 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11789
11790 * textmodes/paragraphs.el (sentence-end-double-space)
11791 (sentence-end-without-period, sentence-end-without-space)
11792 (sentence-end): Doc fixes.
11793
11794 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11795
11796 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11797 Change paragraph-start regexp so we don't fill code starting with #'(.
11798
11799 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11800
11801 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11802 New defcustom.
11803 (extract-address-components): Use it.
11804
11805 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11806
11807 * subr.el (make-progress-reporter, progress-reporter-update)
11808 (progress-reporter-force-update, progress-reporter-do-update)
11809 (progress-reporter-done): New functions.
11810
11811 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11812
11813 * progmodes/etags.el (etags-tags-completion-table): Use progress
11814 reporter.
11815 (etags-tags-apropos): Likewise.
11816
11817 2004-10-08 Alan Mackenzie <acm@muc.de>
11818
11819 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11820 of current line.
11821
11822 2004-10-08 Masatake YAMATO <jet@gyve.org>
11823
11824 * server.el (server-process-filter): Wrap `process-send-region'
11825 by `condition-case' to guard the case when the pipe to PROC is closed.
11826
11827 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11828
11829 * xml.el (xml-substitute-special): Limit handling of external entities.
11830
11831 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11832
11833 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11834
11835 2004-10-06 John Paul Wallington <jpw@gnu.org>
11836
11837 * xml.el (xml-parse-dtd): Fix `error' call.
11838
11839 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11840
11841 * xml.el (xml-substitute-special): Return a single string instead
11842 of a list of strings if an entity substitution is made.
11843
11844 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11845
11846 * calendar/icalendar.el: New file.
11847
11848 2004-10-05 Juri Linkov <juri@jurta.org>
11849
11850 * isearch.el (isearch-done): Set mark after running hook.
11851 Reported by Drew Adams <drew.adams@oracle.com>.
11852
11853 * info.el (Info-history, Info-toc): Fix Info headers.
11854 (Info-toc): Narrow buffer before Info-fontify-node.
11855 (Info-build-toc): Don't check for special Info file names.
11856 Set main-file to nil if Info-find-file returns a symbol.
11857
11858 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11859
11860 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11861 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11862 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11863
11864 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11865
11866 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11867 for old interactive spec from calendar-goto-iso-date.
11868 (calendar-goto-iso-date): Use it.
11869 (calendar-goto-iso-week): New function. Suggested by Emilio
11870 C. Lopes <eclig@gmx.net>.
11871
11872 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11873
11874 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11875 `set-right-margin' bindings that follow the minor mode conventions.
11876
11877 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11878
11879 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11880 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11881 (latex-block-args-alist): Add minipage and picture.
11882 (latex-block-body-alist): Use reftex-label if enabled.
11883 (latex-insert-block): Don't insert a \n if not necessary.
11884 (tex-compile-commands): Make sure dvips doesn't send to printer.
11885 (tex-compile-default): Handle the case where no executable is found.
11886 (latex-noindent-environments): New var.
11887 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11888 If tex-indent-allhanging is non-nil, make sure we only align for macros
11889 at beginning of line.
11890
11891 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11892
11893 * newcomment.el (comment-beginning): Doc fix and don't choke on
11894 unset `comment-end-skip' when at beginning of comment.
11895
11896 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11897
11898 * term.el (term-adjust-current-row-cache): Don't allow the current
11899 row to become negative.
11900 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11901 the end of the line. Fix scroll down. Add comments.
11902 (term-handle-ansi-escape): Don't exceed terminal width when moving
11903 right.
11904 (term-scroll-region): Move the cursor after setting the scroll region.
11905
11906 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11907
11908 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11909 to `width' for consistency with docstring. Doc fix.
11910
11911 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11912
11913 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11914 This is necessary for derived modes.
11915
11916 2004-09-30 Kim F. Storm <storm@cua.dk>
11917
11918 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11919 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11920
11921 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11922 kmacro-extract-lambda functions.
11923 (edit-kbd-macro): Handle kmacro lambda forms.
11924 Include counter and counter format in edit buffer.
11925 (edmacro-finish-edit): Get counter and format from edit buffer and
11926 update kmacro bindings when found.
11927
11928 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11929
11930 * textmodes/paragraphs.el (forward-paragraph):
11931 Avoid args-out-of-range error when point winds up at the beginning of
11932 the buffer and hard newlines are enabled.
11933
11934 * newcomment.el (comment-multi-line): Doc fix.
11935
11936 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11939 (diff-fixup-modifs): Catch unified-diff file-headers.
11940
11941 2004-09-29 Kim F. Storm <storm@cua.dk>
11942
11943 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11944 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11945 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11946
11947 * fringe.el (fringe-bitmap-p): New macro.
11948 (fringe-bitmaps): Add standard fringe bitmaps on load.
11949
11950 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11951
11952 * dired.el (dired-view-command-alist): Use more efficient regexps.
11953 Remove dubious arguments.
11954 (dired-align-file): New function.
11955 (dired-insert-directory): Use it.
11956 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11957 (dired-buffers-for-dir): Remove unused var `pattern'.
11958
11959 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11960
11961 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11962 from diary display excursion. Store diary buffer's point for
11963 `simple-diary-display'.
11964 (simple-diary-display): Set window point and start when
11965 displaying buffer, to preserve point.
11966
11967 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11968
11969 * textmodes/enriched.el (enriched-translations): Replace defconst
11970 with defvar.
11971
11972 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11973
11974 * printing.el: Doc fix.
11975 (pr-version): New version number (6.8.1).
11976 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11977 make-temp-name.
11978 (pr-delete-file): Check if file exists before deleting it.
11979 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11980
11981 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * term.el (term-display-table): New variable.
11984 (term-mode): Use it.
11985 (term-exec-1): Set the coding system to binary.
11986 (term-emulate-terminal): Decode the string before inserting it.
11987
11988 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11989
11990 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11991 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11992 (map): Bind S-prior, S-next and S-insert.
11993 (term-mode): Set `indent-tabs-mode' to nil.
11994 (term-paste): New function to be bound to S-insert.
11995 (term-send-del, term-send-backspace): Change the strings sent.
11996 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11997 (term-handle-colors-array): Fix handling of underline and reverse.
11998 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11999 (term-erase-in-line): Fix comparison.
12000 (term-emulate-terminal): Fix line wrap handling.
12001 (term-start-output-log): Rename from `term-set-output-log'.
12002 (term-stop-output-log): Rename from `term-stop-photo'.
12003 (term-switch-to-alternate-sub-buffer): Comment out, unused.
12004
12005 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12006
12007 * dired.el (dired-move-to-filename): Don't output a message if
12008 raise-error is non-nil. Fix return position and value.
12009
12010 * files.el (insert-directory): Obey --dired even with symlinks.
12011
12012 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12013
12014 * ls-lisp.el (ls-lisp-format): Mark file names with property
12015 dired-filename.
12016
12017 2004-09-25 Kim F. Storm <storm@cua.dk>
12018
12019 * ido.el (ido-max-directory-size): New defcustom.
12020 (ido-decorations): Add "too big" element.
12021 (ido-directory-too-big): New dynamic var.
12022 (ido-may-cache-directory): Don't cache big directories.
12023 (ido-directory-too-big-p): New defun.
12024 (ido-set-current-directory): Update ido-directory-too-big.
12025 (ido-read-internal): Make empty ido-cur-item if too-big.
12026 (ido-buffer-internal): Use ido-read-internal directly instead of
12027 ido-read-buffer.
12028 (ido-file-internal): Init ido-directory-too-big.
12029 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12030 and redo completion with full list.
12031 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12032 it, and show completions.
12033 (ido-all-completions): Let bind ido-directory-too-big to nil.
12034 (ido-exhibit): Handle ido-directory-too-big.
12035 (ido-read-buffer): Handle fallback to read-buffer.
12036 Init ido-directory-too-big.
12037 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12038 Init ido-directory-too-big.
12039
12040 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12041
12042 * subr.el (delay-mode-hooks): Doc fix.
12043
12044 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12045
12046 * textmodes/enriched.el
12047 (enriched-default-text-properties-local-flag): New variable.
12048 (enriched-mode): Make sure that enabling and disabling the mode is
12049 a no-op. Doc fix.
12050
12051 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12052
12053 * calendar/holidays.el (holiday-advent): Report on a specified day
12054 offset from advent, not just advent.
12055 (holiday-easter-etc): Report on one specified day offset from
12056 easter, not all easter holidays. Various Easter holidays moved to
12057 `christian-holidays' variable in calendar.el.
12058 * calendar/calendar.el (christian-holidays): Adapt for new
12059 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12060
12061 2004-09-23 Kim F. Storm <storm@cua.dk>
12062
12063 * image.el (insert-sliced-image): Add doc string.
12064
12065 * ido.el (ido-choice-list): New dynamic var for `list' context.
12066 (ido-context-switch-command): New dynamic var.
12067 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12068 (ido-read-internal): Handle new `list' context.
12069 Handle insert-buffer and insert-file ido-exit values.
12070 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12071 ido-context-switch-command. Handle insert-file ido-exit value.
12072 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12073 unless it is already bound by caller.
12074 (ido-file-internal): New arg switch-cmd. Use it to setup
12075 ido-context-switch-command. Handle insert-buffer ido-exit value.
12076 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12077 used for context switching.
12078 (ido-all-completions): Handle new `list' context.
12079 (ido-make-choice-list): Return choices for `list' context.
12080 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12081 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12082 (ido-insert-buffer, ido-insert-file): Setup context switching.
12083 (ido-exhibit): Handle `list' context.
12084 (ido-read-file-name): Disable context switching. Handle fallback.
12085 (ido-read-directory-name): Disable context switching.
12086 (ido-completing-read): New defun like completing-read. Setup and
12087 use new `list' context.
12088
12089 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12090
12091 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12092
12093 2004-09-21 Jay Belanger <belanger@truman.edu>
12094
12095 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12096 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12097 separate window.
12098
12099 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12100
12101 * subr.el (after-change-major-mode-hook): Doc fix.
12102
12103 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12104
12105 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12106 of ghostscript for monochrome PostScript file in Windows.
12107
12108 2004-09-21 Kenichi Handa <handa@m17n.org>
12109
12110 * descr-text.el (describe-char): Checking of quail activation fixed.
12111
12112 2004-09-21 Jay Belanger <belanger@truman.edu>
12113
12114 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12115
12116 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12117
12118 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12119 after the mode hooks instead of before. Doc fix.
12120
12121 2004-09-20 Jason Rumney <jasonr@gnu.org>
12122
12123 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12124 _emacs, but revert to .emacs if neither exists in home directory.
12125
12126 2004-09-20 John Paul Wallington <jpw@gnu.org>
12127
12128 * bindings.el (completion-ignored-extensions): Add .dfsl.
12129
12130 2004-09-20 Richard M. Stallman <rms@gnu.org>
12131
12132 * bindings.el (scroll-left): Make it disabled.
12133
12134 * files.el (enable-local-eval): Doc fix.
12135
12136 * indent.el (move-to-left-margin): Special case for minibuffer.
12137
12138 * term.el (term-emulate-terminal): Turn off undo for output.
12139 Use with-current-buffer and save-selected-window.
12140
12141 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12142
12143 * progmodes/make-mode.el (makefile-fill-paragraph):
12144 Don't insist on spaces when looking for comments. # is enough.
12145
12146 * files.el (hack-local-variables): Copy the variables list
12147 to another buffer, strip prefixes and suffixes there, then read.
12148 (enable-local-eval): Doc fix.
12149 (ignored-local-variables): Initialize to nil.
12150 (risky-local-variable-p): Don't check ignored-local-variables here.
12151 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12152
12153 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12154
12155 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12156 of = to "." (punctuation).
12157
12158 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12159
12160 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12161
12162 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12163
12164 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12165 (enriched-before-change-major-mode): New function.
12166 Add it to `change-major-mode-hook'.
12167 (enriched-after-change-major-mode): New function.
12168 Add it to `after-change-major-mode-hook'.
12169 (enriched-mode): Make it work correctly if called from
12170 `after-change-major-mode-hook'.
12171 No longer set `indent-line-function'.
12172
12173 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12174
12175 * subr.el (after-change-major-mode-hook): New variable.
12176 (run-mode-hooks): Implement it.
12177
12178 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * battery.el (battery-linux-proc-apm): Use string-to-number.
12181 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12182 Use dolist (and less indentation). Use erase-buffer.
12183 Pre-initialize `design-capacity', `warn', and `low'.
12184 (battery-format): Use replace-regexp-in-string.
12185
12186 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12187
12188 * battery.el: Delete superfluous empty lines.
12189 (battery-linux-proc-acpi): Attempt to gather information from all
12190 battery subdirectories regardless of their file name.
12191 (battery-linux-proc-apm): Replace all occurrences of
12192 battery-hex-to-int-2 with string-to-int (base 16).
12193 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12194 (battery-hex-map): Delete variable.
12195
12196 2004-09-18 John Paul Wallington <jpw@gnu.org>
12197
12198 * calc/calc-units.el (calc-quick-units): Fix overzealous
12199 s/or/unless/.
12200
12201 2004-09-17 Jay Belanger <belanger@truman.edu>
12202
12203 * calc/calc.el (calc-mode-var-list): Fix the value of
12204 `calc-matrix-brackets'.
12205
12206 2004-09-17 Romain Francoise <romain@orebokech.com>
12207
12208 * ibuf-ext.el (define-ibuffer-filter filename):
12209 Expand dired-directory since buffer-file-name is absolute.
12210
12211 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12212
12213 * ediff-init.el (ediff-current-diff-face-A)
12214 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12215 (ediff-current-diff-face-Ancestor)
12216 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12217 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12218 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12219 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12220 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12221 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12222 Use min-colors.
12223
12224 * term.el (term-down): Perform vertical motion if DOWN is negative.
12225 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12226 (term-termcap-format): Synchronyze with the eterm terminfo entry
12227 in etc/e/eterm.ti.
12228 (term-handle-colors-array): If the current foreground or
12229 background are zero (i.e. unspecified), use the foreground and
12230 background of the default face for reverse video.
12231 (term-ansi-at-eval-string, term-ansi-default-fg)
12232 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12233 (term-mem): Delete ununsed function.
12234 (term-protocol-version): Increment.
12235 (term-current-face): Set to default.
12236
12237 2004-09-15 Jay Belanger <belanger@truman.edu>
12238
12239 * calc/calc.el (calc-mode-var-list): Define this variable.
12240 (calc-always-load-extensions, calc-line-numbering)
12241 (calc-line-breaking, calc-display-just, calc-display-origin)
12242 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12243 (calc-group-char, calc-point-char, calc-frac-format)
12244 (calc-prefer-frac, calc-hms-format, calc-date-format)
12245 (calc-float-format, calc-full-float-format, calc-complex-format)
12246 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12247 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12248 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12249 (calc-matrix-brackets, calc-language, calc-language-option)
12250 (calc-left-label, calc-right-label, calc-word-size)
12251 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12252 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12253 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12254 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12255 (calc-window-height, calc-display-trail, calc-show-selections)
12256 (calc-use-selections, calc-assoc-selections)
12257 (calc-display-working-message, calc-auto-why, calc-timing)
12258 (calc-mode-save-mode, calc-standard-date-formats)
12259 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12260 (calc-user-parse-tables, calc-gnuplot-default-device)
12261 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12262 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12263 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12264 (calc-invocation-macro, calc-show-banner): Give these values as
12265 part of `calc-mode-var-list's initialization after the variables
12266 are declared with defvar.
12267 (calc-bug-address): Change email address to send bug reports to.
12268 Change the maintainer address at the top.
12269 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12270 than "\\.emacs" to determine if it is the user-init-file.
12271
12272 * calc/calc-embed.el (calc-embedded-set-modes): Use
12273 `calc-mode-var-list' correctly.
12274
12275 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12276
12277 * vc.el (annotate-time): Document point handling.
12278 (vc-annotate-display-autoscale): Doc fix.
12279
12280 2004-09-15 Miles Bader <miles@gnu.org>
12281
12282 * generic.el (generic-make-keywords-list): Use symbol rather than
12283 word anchors in regexp.
12284
12285 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12286
12287 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12288 no file name consider `dired-directory'.
12289
12290 2004-09-14 Kim F. Storm <storm@cua.dk>
12291
12292 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12293
12294 2004-09-14 Simon Josefsson <jas@extundo.com>
12295
12296 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12297
12298 * textmodes/dns-mode.el: Add.
12299
12300 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12303 (disabled-command-function): Make the ?\ char more obvious.
12304
12305 * vc-arch.el (vc-arch-root, vc-arch-registered):
12306 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12307
12308 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12309
12310 * windmove.el (windmove-frame-edges): Report coordinates of
12311 outside edges of frame, not inside edges.
12312 (windmove-coordinates-of-position): Convert into wrapper to new
12313 function `windmove-coordinates-of-window-position';
12314 `compute-motion' always applies to selected window.
12315 (windmove-coordinates-of-position): Update documentation to refer
12316 to Emacs 21 Lisp Reference Manual.
12317 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12318
12319 2004-09-13 Kim F. Storm <storm@cua.dk>
12320
12321 * isearch.el (isearch-resume-in-command-history): Rename from
12322 isearch-resume-enabled and change default to nil.
12323
12324 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12327 (vc-registered): Use it.
12328 (vc-find-root): New fun.
12329
12330 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12331 Don't tell to use \\{...} when it's already done.
12332
12333 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12334 Provide a sample complex default.
12335 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12336 (bibtex-entry): Use mapc.
12337
12338 2004-09-12 Kim F. Storm <storm@cua.dk>
12339
12340 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12341
12342 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12343 inhibit-field-text-motion to t so rectangles work in comint buffers.
12344
12345 * simple.el (choose-completion-string): Set buffer before running
12346 choose-completion-string-functions hook so it can be buffer-local.
12347
12348 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12349
12350 * progmodes/compile.el (compilation-start): Parse command to see
12351 if it starts with a cd, and if so perform it for the *compilation*
12352 buffer. Change the header to reflect this.
12353
12354 2004-09-11 Kim F. Storm <storm@cua.dk>
12355
12356 * ido.el (ido-enable-dot-prefix): Doc fix.
12357 (ido-enable-dot-prefix): New defcustom.
12358 (ido-set-matches1): Use it.
12359
12360 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * textmodes/bibtex.el (bibtex-mark-active)
12363 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12364
12365 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12366
12367 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12368 used in a case insensitive environment.
12369 (bibtex-mode-map): Rearrange order of menus.
12370 (bibtex-quoted-string-re): Obsolete.
12371 (bibtex-complete-key-cleanup): Variable replaced by new function.
12372 (bibtex-font-lock-keywords): Use backquotes.
12373 (bibtex-font-lock-url-regexp): New internal variable.
12374 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12375 "OPT" and "ALT".
12376 (bibtex-insert-current-kill, bibtex-make-field)
12377 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12378 (bibtex-parse-field-text): Simplify.
12379 (bibtex-string=): New helper function.
12380 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12381 (bibtex-map-entries): Use bibtex-string=.
12382 (bibtex-search-entry): Use not.
12383 (bibtex-enclosing-field): Fix docstring.
12384 (bibtex-assoc-regexp): Obsolete.
12385 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12386 (bibtex-autokey-get-names): Handle empty name field.
12387 (bibtex-parse-strings): Use assoc-string and unless.
12388 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12389 Use assoc-string.
12390 (bibtex-pop): Simplify.
12391 (bibtex-mode): Set font-lock-extra-managed-props.
12392 (bibtex-entry-update): Use assoc-string.
12393 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12394 (bibtex-autofill-entry): Use bibtex-string=.
12395 (bibtex-print-help-message): Simplify.
12396 (bibtex-find-entry): New optional arg START.
12397 (bibtex-validate): Use bibtex-string= and assoc-string.
12398 Do not call obsolete function compilation-parse-errors.
12399 (bibtex-remove-delimiters): Only remove delimiters if present.
12400 (bibtex-copy-entry-as-kill): Add docstring.
12401 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12402 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12403 (bibtex-complete): Use bibtex-predefined-month-strings,
12404 bibtex-string=, and new function bibtex-complete-key-cleanup.
12405 (bibtex-generate-url-list): New variable.
12406 (bibtex-url): New command bound to C-c C-l and mouse-2.
12407 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12408 (bibtex-font-lock-url): New function.
12409
12410 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12413
12414 2004-09-09 Kim F. Storm <storm@cua.dk>
12415
12416 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12417 counter and format with binding.
12418 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12419 the declared macro uses own macro counter and format. Give symbol
12420 kmacro property.
12421 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12422 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12423 (kmacro-end-and-call-macro): Doc fix.
12424
12425 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12426
12427 * desktop.el (desktop-clear-preserve-buffers):
12428 Remove make-obsolete-variable.
12429
12430 2004-09-08 Richard M. Stallman <rms@gnu.org>
12431
12432 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12433 with the buffer as argument.
12434
12435 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12438
12439 2004-09-08 Juri Linkov <juri@jurta.org>
12440
12441 * replace.el (perform-replace): Use `query-replace-descr'.
12442
12443 * cus-start.el (history-delete-duplicates): Specify customization.
12444
12445 * diff-mode.el (diff-mode-map):
12446 * progmodes/compile.el (compilation-mode-map):
12447 * progmodes/grep.el (grep-mode-map):
12448 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12449 to `next-error-follow-minor-mode'.
12450
12451 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12452
12453 * isearch.el (isearch-lazy-highlight-update): Take into account
12454 the case of zero-length match at the search bound.
12455
12456 2004-09-08 Kim F. Storm <storm@cua.dk>
12457
12458 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12459 change. Use zero width overlays when necessary.
12460
12461 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12462
12463 * subr.el (split-string): Docfix.
12464
12465 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12466
12467 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12468 (display-call-tree): Ensure newline after caller/calls blocks.
12469
12470 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12471
12472 * startup.el (command-line-1): Make option
12473 --directory/-L modify `load-path' straight away.
12474
12475 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12476
12477 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12478
12479 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12480
12481 * emacs-lisp/autoload.el (make-autoload):
12482 Handle `define-compilation-mode'.
12483
12484 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12485 Specify `doc-string-elt' property.
12486
12487 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12488
12489 * bs.el (bs-mode): Doc fix.
12490
12491 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12492
12493 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12494
12495 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12496
12497 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12498
12499 2004-09-08 Kenichi Handa <handa@m17n.org>
12500
12501 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12502 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12503 ps-mule-next-point -> 1+).
12504
12505 * composite.el (encode-composition-rule): Add autoload cooky.
12506
12507 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12508
12509 * format.el (buffer-auto-save-file-format): Make it permanent local.
12510
12511 2004-09-07 Kim F. Storm <storm@cua.dk>
12512
12513 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12514 (authors-fixed-entries): Fix typo.
12515 (authors-canonical-author-name): Compact multiple spaces.
12516 Ignore trivial names (e.g. only first name).
12517
12518 * term.el (term-window-width): Only use full window width on
12519 window system if overflow-newline-into-fringe is enabled.
12520 (term-mode): Don't disable overflow-newline-into-fringe.
12521
12522 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12525 motion as seen on my Mac OS X xterms.
12526
12527 * newcomment.el (uncomment-region-default, comment-region-default):
12528 New functions extracted from uncomment-region and comment-region.
12529 (comment-region, comment-region-function, uncomment-region)
12530 (uncomment-region-function): Use them.
12531
12532 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12533
12534 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12535 It's not crucial but can make sense at times.
12536
12537 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12538 the first commit.
12539
12540 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12541 Disable obsolete code.
12542
12543 2004-09-07 Juri Linkov <juri@jurta.org>
12544
12545 * progmodes/grep.el (grep-highlight-matches): Change default from
12546 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12547 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12548 if grep option `--color' is available, or to `nil' otherwise.
12549 (grep-process-setup): Call `grep-compute-defaults' if
12550 `grep-highlight-matches' is not computed. Set env-vars only
12551 if `grep-highlight-matches' is `t'.
12552 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12553 is already defined).
12554
12555 * progmodes/compile.el (compilation-start): Use copy of
12556 `process-environment' created by `copy-sequence' to not
12557 modify env-vars in the global `process-environment'.
12558
12559 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12560
12561 * simple.el (next-error-follow-minor-mode): Fix last change.
12562
12563 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12564
12565 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12566 permanent local.
12567
12568 2004-09-04 Richard M. Stallman <rms@gnu.org>
12569
12570 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12571 highlighting if the search string is empty.
12572
12573 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12574
12575 * facemenu.el (facemenu-active-faces): Change condition of inner
12576 `while' loop to also check the first two elements of `face-atts'
12577 and `mask-atts'.
12578
12579 2004-09-04 John Paul Wallington <jpw@gnu.org>
12580
12581 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12582 (thumbs-view-image-mode): Make buffer read-only.
12583
12584 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12585
12586 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12587 (ispell-check-version): Set it.
12588 (ispell-send-replacement): New function.
12589 (ispell-process-line): Call ispell-send-replacement.
12590
12591 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12592
12593 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12594 Support choosing seconds with "s".
12595
12596 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12597
12598 * terminal.el (te-escape): Show `?' in prompt for help key.
12599
12600 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12601
12602 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12603
12604 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12605
12606 * simple.el (next-error-follow-minor-mode)
12607 (next-error-follow-mode-post-command-hook): New functions.
12608 (next-error-follow-last-line): New defvar.
12609
12610 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12611 * progmodes/compile.el (compilation-mode-map): Likewise.
12612 * progmodes/grep.el (grep-mode-map): Likewise.
12613 * replace.el (occur-mode-map): Likewise.
12614
12615 * newcomment.el (uncomment-region): Bind comment-use-global-state
12616 to nil.
12617
12618 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12619
12620 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12621 locally around the call to `revert-buffer'.
12622
12623 2004-09-03 Juri Linkov <juri@jurta.org>
12624
12625 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12626 `isearch-adjusted' to `t'.
12627 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12628 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12629 (isearch-other-meta-char): Restore isearch-point unconditionally.
12630 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12631 Set point to start of match if region is not active in transient
12632 mark mode (to include the current match to region boundaries).
12633 Push the search string to `query-replace-from-history-variable'.
12634 Add prompt "Query replace regexp" for isearch-regexp.
12635 Add region beginning/end as last arguments of `perform-replace.'
12636 (isearch-query-replace-regexp): Replace code by the call to
12637 `isearch-query-replace' with arg `t'.
12638
12639 2004-09-03 Richard M. Stallman <rms@gnu.org>
12640
12641 * startup.el (normal-top-level): Undo previous TERM change.
12642
12643 2004-09-03 Kim F. Storm <storm@cua.dk>
12644
12645 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12646 highlight overlays; allow using RET when cursor is over a button.
12647 (cua--highlight-rectangle): Use it.
12648 (cua--rectangle-set-corners): Don't move backwards at eol.
12649 (cua--forward-line): Don't move into void after eob.
12650
12651 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12652 point is set (and displayed) inside rectangle.
12653 (cua--rectangle-operation): Fix for highlight of empty lines.
12654 (cua--highlight-rectangle): Fix highlight for tabs.
12655 Position cursor at left/right edge of rectangle using new `cursor'
12656 property on overlay strings.
12657 (cua--indent-rectangle): Don't tabify.
12658 (cua-rotate-rectangle): Ignore that point has moved.
12659
12660 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12661
12662 * term/mac-win.el: Add ASCII equivalents for some function keys.
12663 (mode-line-frame-identification): Sync with x-win.el.
12664
12665 2004-09-02 Juri Linkov <juri@jurta.org>
12666
12667 * progmodes/compile.el (compilation-buffer-name): Compare major
12668 mode with second element of compilation-arguments instead of third
12669 to reflect latest changes in compilation-arguments structure.
12670 (recompile): Use global variable `compilation-directory' to get
12671 recent compilation directory only when `recompile' is invoked NOT
12672 in the compilation buffer. Otherwise, use `default-directory' of
12673 the compilation buffer.
12674 (compilation-error-properties): Allow to funcall col and end-col.
12675 (compilation-mode-font-lock-keywords): Check col and end-col by
12676 `integerp'.
12677 (compilation-goto-locus): If end-mk is non-nil in transient mark
12678 mode don't activate the mark (and don't display message in
12679 push-mark), but highlight overlay between mk and end-mk.
12680
12681 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12682 (grep-regexp-alist): Add rule to highlight grep matches.
12683 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12684
12685 * info.el (Info-fontify-node): Don't compute other-tag
12686 if Info-hide-note-references=hide.
12687
12688 * help.el (function-called-at-point):
12689 * help-fns.el (variable-at-point):
12690 Try `find-tag-default' when other methods failed.
12691
12692 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12693 Do not push mark if inhibit-mark-movement is non-nil.
12694
12695 * textmodes/ispell.el (ispell-html-skip-alists):
12696 Fix backslashes in docstring.
12697
12698 2004-09-01 Juri Linkov <juri@jurta.org>
12699
12700 * isearch.el (isearch-wrap-function)
12701 (isearch-push-state-function): New defvars.
12702 (isearch-pop-fun-state): New defsubst.
12703 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12704 (isearch-push-state): Set the result of calling
12705 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12706 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12707 restore the mode-specific starting point of terminated search.
12708 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12709 (isearch-repeat): Call `isearch-wrap-function' if defined.
12710 (isearch-message-prefix): Don't add prefix "over" to the message
12711 for wrapped search if `isearch-wrap-function' is defined.
12712 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12713 restore the mode-specific starting point of failed search.
12714
12715 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12716 (Info-search): Add new optional arguments for the sake of isearch.
12717 Replace whitespace in Info-search-whitespace-regexp literally.
12718 Add backward search. Don't call `Info-select-node' if regexp is
12719 found in the same Info node. Don't add node to Info-history for
12720 wrapped isearch.
12721 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12722 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12723 (Info-mode): Set local variables `isearch-search-fun-function',
12724 `isearch-wrap-function', `isearch-push-state-function',
12725 `search-whitespace-regexp'.
12726
12727 * isearch.el: Remove ancient Change Log section.
12728 (isearch-string, isearch-message-string, isearch-point)
12729 (isearch-success, isearch-forward-flag, isearch-other-end)
12730 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12731 (isearch-barrier, isearch-within-brackets)
12732 (isearch-case-fold-search): Add suffix `-state' to state-related
12733 defsubsts to avoid name clashes with other function names.
12734
12735 * simple.el (next-error): New defgroup and defface.
12736 (next-error-highlight, next-error-highlight-no-select):
12737 New defcustoms.
12738 (next-error-no-select): Let-bind next-error-highlight to the value
12739 of next-error-highlight-no-select before calling `next-error'.
12740
12741 * progmodes/compile.el (compilation-goto-locus):
12742 Use `next-error' face instead of `region'. Set 4-th argument of
12743 `move-overlay' to `current-buffer' to move overlay to different
12744 source buffers. Use new variable `next-error-highlight'.
12745
12746 * simple.el (next-error-find-buffer): Move the rule
12747 "if current buffer is a next-error capable buffer" after the
12748 rule "if next-error-last-buffer is set to a live buffer".
12749 Simplify to test all rules in one `or'.
12750 (next-error): Doc fix.
12751 (next-error, previous-error, first-error)
12752 (next-error-no-select, previous-error-no-select):
12753 Make arguments optional.
12754
12755 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12756
12757 * macros.el (apply-macro-to-region-lines): Make it operate on all
12758 lines that begin in the region, rather than on all complete lines
12759 in the region.
12760
12761 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12762
12763 * x-dnd.el (x-dnd-protocol-alist): Document update.
12764 (x-dnd-known-types): Defcustom it.
12765 (x-dnd-handle-motif): Print message-atom in error message.
12766
12767 2004-08-30 John Paul Wallington <jpw@gnu.org>
12768
12769 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12770 strings rather than programatically constructing message.
12771
12772 2004-08-30 Richard M. Stallman <rms@gnu.org>
12773
12774 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12775 Don't return a string that would read as the wrong character code.
12776
12777 2004-08-29 Kim F. Storm <storm@cua.dk>
12778
12779 * emulation/cua-base.el (cua-auto-expand-rectangles):
12780 Remove automatic rectangle padding feature; replace by non-destructive
12781 virtual rectangle edges feature.
12782 (cua-virtual-rectangle-edges): New defcustom.
12783 (cua-auto-tabify-rectangles): New defcustom.
12784 (cua-paste): If paste into a marked rectangle, insert rectangle at
12785 current column, even if virtual; also paste exactly as many lines
12786 as has been marked (ignore additional lines or add empty lines),
12787 but paste whole source if only one line is marked.
12788 (cua--update-indications): No longer use overwrite-cursor to
12789 indicate rectangle padding
12790
12791 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12792 (cua--rectangle-virtual-edges): New defun.
12793 (cua--rectangle-get-corners): Remove optional PAD arg.
12794 (cua--rectangle-set-corners): Never do padding.
12795 (cua--forward-line): Remove optional PAD arg. Simplify.
12796 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12797 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12798 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12799 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12800 (cua--rectangle-move): Never do padding. Simplify.
12801 (cua--tabify-start): New defun.
12802 (cua--rectangle-operation): Add tabify arg. All callers changed.
12803 (cua--pad-rectangle): Remove.
12804 (cua--delete-rectangle): Handle delete with virtual edges.
12805 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12806 (cua--insert-rectangle): Handle insert at virtual column.
12807 Perform auto-tabify if necessary.
12808 (cua--activate-rectangle): Remove optional FORCE arg.
12809 Never do padding. Simplify.
12810 (cua--highlight-rectangle): Enhance for virtual edges.
12811 (cua-toggle-rectangle-padding): Remove command.
12812 (cua-toggle-rectangle-virtual-edges): New command.
12813 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12814 (cua--rectangle-post-command): Don't force rectangle padding.
12815 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12816
12817 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12818
12819 * indent.el (edit-tab-stops-buffer): Doc fix.
12820
12821 2004-08-28 Richard M. Stallman <rms@gnu.org>
12822
12823 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12824 (grep-tag-default): Function deleted.
12825
12826 * subr.el (find-tag-default): Move from etags.el.
12827
12828 * progmodes/etags.el (find-tag-default): Move to subr.el.
12829
12830 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12831 into the basic character if it has an uppercase form.
12832
12833 2004-08-27 Kenichi Handa <handa@m17n.org>
12834
12835 * international/utf-8.el (utf-8-post-read-conversion): If the
12836 buffer is unibyte, temporarily make it multibyte.
12837
12838 2004-08-27 Masatake YAMATO <jet@gyve.org>
12839
12840 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12841
12842 2004-08-25 John Paul Wallington <jpw@gnu.org>
12843
12844 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12845 0, 1, and many mismatches in message.
12846 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12847
12848 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12849 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12850
12851 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12852
12853 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12854 vc-diff-switches differently.
12855
12856 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12857
12858 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12859 before and a real defvar after
12860 `speedbar-supported-extension-expressions'. This is to silence
12861 the compiler without breaking bootstrapping.
12862
12863 2004-08-22 Richard M. Stallman <rms@gnu.org>
12864
12865 * textmodes/flyspell.el (flyspell-word):
12866 Use set-process-query-on-exit-flag.
12867 (flyspell-highlight-duplicate-region): Take POSS as arg.
12868 (flyspell-word): Pass POSS as arg.
12869
12870 * progmodes/ada-xref.el: Many doc and style fixes.
12871 (ada-find-any-references): Use compilation-start.
12872 (ada-get-ali-file-name): Improve error msg.
12873 (ada-get-ada-file-name): Likewise.
12874
12875 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12876 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12877
12878 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12879 Add forward defvar.
12880
12881 * whitespace.el (global-whitespace-mode): New alias
12882 for whitespace-global-mode.
12883
12884 * speedbar.el (speedbar-file-regexp): Move definition up.
12885 (speedbar-mode, speedbar-set-mode-line-format):
12886 Use with-no-warnings.
12887 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12888
12889 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12890 controls whether to display the error buffer.
12891
12892 * ps-mule.el: Delete compatibility code for old Emacses.
12893 (ps-mule-find-wrappoint): Don't use chars-in-region.
12894
12895 * frame.el (display-mouse-p, display-selections-p):
12896 Use with-no-warnings.
12897
12898 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12899
12900 2004-08-22 David Kastrup <dak@gnu.org>
12901
12902 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12903 information.
12904
12905 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12906
12907 2004-08-22 Andreas Schwab <schwab@suse.de>
12908
12909 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12910
12911 2004-08-22 Masatake YAMATO <jet@gyve.org>
12912
12913 * cvs-status.el (cvs-status-checkout): New function.
12914 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12915
12916 2004-08-21 David Kastrup <dak@gnu.org>
12917
12918 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12919 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12920 has been converted to use hashtables, the relation `nil=none' is
12921 no longer valid, as `nil' is not a hashtable. This patch tries to
12922 reduce the number of resulting errors.
12923
12924 2004-08-21 John Paul Wallington <jpw@gnu.org>
12925
12926 * subr.el (process-kill-without-query): Made obsolete in
12927 version 21.4, not 21.5.
12928
12929 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12930 (vc-previous-comment, vc-next-comment)
12931 (vc-comment-search-reverse, vc-comment-search-forward)
12932 (vc-comment-to-change-log): Likewise.
12933
12934 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12935
12936 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12937
12938 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12939 Correct indentation of DEFMETHODS with non-standard method
12940 combinations (e.g., PROGN, MIN, MAX).
12941
12942 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * startup.el (normal-top-level-add-subdirs-to-load-path):
12945 Avoid unnecessarily checking system-type.
12946 (normal-top-level): Set TERM to "dumb". Simplify.
12947
12948 * avoid.el (mouse-avoidance-ignore-p): New fun.
12949 Also ignore switch-frame, select-window, double, and triple clicks.
12950 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12951 (mouse-avoidance-fancy-hook): Use it.
12952
12953 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12954
12955 * avoid.el (mouse-avoidance-nudge-mouse)
12956 (mouse-avoidance-banish-destination): Stay within the current window
12957 to avoid problems with mouse-autoselect-window.
12958
12959 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12962 the newer format of some messages in cvs-1.12.1.
12963
12964 2004-08-19 Masatake YAMATO <jet@gyve.org>
12965
12966 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12967 (elp-results-jump-to-definition-by-mouse)
12968 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12969 (elp-output-result): Use elp-output-insert-symname.
12970
12971 2004-08-18 Kenichi Handa <handa@m17n.org>
12972
12973 * language/cyrillic.el: Register koi8-r in
12974 ctext-non-standard-encodings-alist.
12975 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12976
12977 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12978
12979 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12980 that replaces 20xy with xy.
12981
12982 2004-08-17 John Paul Wallington <jpw@gnu.org>
12983
12984 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12985 (reb-force-update): Doc fix.
12986
12987 2004-08-16 Richard M. Stallman <rms@gnu.org>
12988
12989 * progmodes/which-func.el (which-func-update-1): Doc fix.
12990
12991 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12992 (sh-mode-abbrev-table): New variable.
12993
12994 * progmodes/compile.el (compilation-mode): Doc fix.
12995
12996 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12997 Don't cons a new symbol each time.
12998 (eval-last-sexp-fake-value): New variable.
12999
13000 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
13001 (copyright-update-year): Detect continuation of list of years.
13002
13003 * term.el (term-default-fg-color, term-default-bg-color)
13004 (ansi-term-color-vector): Use `unspecified', not nil, as default.
13005
13006 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13007
13008 2004-08-16 Davis Herring <herring@lanl.gov>
13009
13010 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13011 (isearch-success, isearch-forward-flag, isearch-other-end)
13012 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13013 (isearch-barrier, isearch-within-brackets)
13014 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13015
13016 2004-08-16 Kenichi Handa <handa@m17n.org>
13017
13018 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13019
13020 2004-08-15 Kenichi Handa <handa@m17n.org>
13021
13022 * term/x-win.el (x-selection-value): If utf8 was successful but
13023 ctext was not, use utf8 string.
13024
13025 2004-08-14 Davis Herring <herring@lanl.gov>
13026
13027 * isearch.el: Remove accidental changes of March 4. Fix backing
13028 up when a regexp isearch is made more general. Use symbolic
13029 accessor functions for isearch stack frames to make usage clearer.
13030 (search-whitespace-regexp): Made groups in documentation shy (as
13031 is the group in the default value).
13032 (isearch-fallback): New function, addresses problems with regexps
13033 liberalized by `\|', adds support for liberalization by `\}' (the
13034 general repetition construct), and incorporates behavior for
13035 `*'/`?'.
13036 (isearch-}-char): New command, calls `isearch-fallback' with
13037 arguments appropriate to a typed `}'.
13038 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13039 appropriately.
13040 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13041 (isearch-string, isearch-message,string, isearch-point)
13042 (isearch-success, isearch-forward-flag, isearch-other-end)
13043 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13044 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13045 New inline functions to read fields of a stack frame.
13046
13047 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13048
13049 * battery.el (battery-linux-proc-acpi): Look into battery
13050 directories matching the literal string "CMB", too (required for
13051 Linux kernel version 2.6.7).
13052
13053 2004-08-14 John Paul Wallington <jpw@gnu.org>
13054
13055 * cus-start.el (read-file-name-completion-ignore-case): Add.
13056 (blink-cursor-alist): Change version to "21.4".
13057
13058 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13059
13060 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13061
13062 * speedbar.el (speedbar-scan-subdirs): New option.
13063 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13064 dolist.
13065 (speedbar-insert-files-at-point): Take an extra argument and use
13066 it to optionally find out if a subdir is empty. Also unreadable
13067 files don't get expand buttons.
13068 (speedbar-directory): New image (unused pixmap already existed).
13069 (speedbar-expand-image-button-alist): Use it.
13070
13071 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13072
13073 CC Mode update to 5.30.9:
13074
13075 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13076 Move from cc-vars to cc-defs for dependency reasons. Fix the
13077 POSIX char class test to check that it works in
13078 `skip-chars-(forward|backward)' too.
13079
13080 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13081 first argument starts with a special brace list.
13082
13083 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13084 when `c-opt-type-concat-key' is used (i.e. in Pike).
13085
13086 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13087 Fix bug when the inner char pair doesn't have paren syntax,
13088 i.e. "(<>)".
13089
13090 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13091 whitespace safe.
13092
13093 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13094 position for `arglist-intro', `arglist-cont-nonempty' and
13095 `arglist-close' when there are two arglist open parens on the same
13096 line and there's nothing in front of the first.
13097
13098 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13099 locking of qualified names in Java, which previously could fontify
13100 common indexing expressions in many cases. The standard Java
13101 naming conventions are used to tell them apart.
13102
13103 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13104 Fix inconsistency wrt opening parens on the first line inside a paren
13105 block.
13106
13107 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13108 compile time for the sake of `c-major-mode-is'.
13109
13110 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13111 `c-major-mode-is' in the event that this is used inside a
13112 `c-lang-defconst'.
13113
13114 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13115 `c-lang-defconst' so that it works better with fallback languages.
13116
13117 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13118 it to fail to record the base mode.
13119
13120 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13121 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13122 is used. Reorder the syntax checks to get more efficient
13123 skipping in some situations.
13124
13125 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13126 continuation which might precede the newly inserted '{'.
13127
13128 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13129 Fix cases where it could loop indefinitely.
13130
13131 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13132 size specs correctly. Only fontify identifiers in front of '('
13133 with as functions - don't accept any paren char. Tighten up
13134 initializer skipping to stop before function and class blocks.
13135
13136 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13137 the point could be left directly after an open paren when finding
13138 the beginning of the first decl in the block.
13139
13140 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13141 table when filtering out legitimate open parens to be recorded.
13142 This could cause cache inconsistencies when e.g.
13143 `c++-template-syntax-table' was temporarily in use.
13144
13145 * progmodes/cc-engine.el (c-on-identifier)
13146 (c-simple-skip-symbol-backward): Small fix for handling "-"
13147 correctly in `skip-chars-backward'. Affected the operator lfun
13148 syntax in Pike.
13149
13150 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13151 Fix bug that could cause an error from `after-change-functions' when
13152 the changed region is at bob.
13153
13154 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13155
13156 CC Mode update to 5.30.9:
13157
13158 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13159 to say that <TAB> doesn't insert WS into a CPP line.
13160 (c-indent-command, c-tab-always-indent): Amend doc strings.
13161
13162 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13163 checks for user errors, thus eliminating cryptic and unhelpful
13164 Emacs error messages. (1) Check the arg to `c-set-style' is a
13165 string. (2) Check that settings to `c-offsets-alist' are not
13166 spuriously quoted.
13167
13168 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13169 which precedes the newly inserted `{'.
13170
13171 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13172
13173 Sync with Tramp 2.0.44.
13174
13175 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13176 function "tramp_file_attributes". Otherwise, file names
13177 containing spaces are misinterpreted. Reported by Magnus Henoch
13178 <mange@freemail.hu>.
13179 (tramp-handle-file-truename): FILENAME must be expanded first.
13180 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13181 obscure results. Reported by D. Goel <deego@gnufans.org>.
13182 (tramp-handle-verify-visited-file-modtime): If file does not
13183 exist, say it is not modified if and only if that agrees with the
13184 buffer's record. Check whether a file is visiting the buffer, or
13185 the buffer has no recorded last modification time. Return t in
13186 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13187 <teirllm@auburn.edu>.
13188 (tramp-handle-write-region): Pass modtime explicitely to
13189 `set-visited-file-modtime', because filename can be different
13190 from (buffer-file-name) if `file-precious-flag' is set.
13191 `set-visited-file-modtime' must be called always when `visit' is t
13192 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13193 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13194 nil, don't apply the whole body. If the file doesn't exists, set
13195 modtime to '(-1 65535). Suggested by Luc Teirlinck
13196 <teirllm@auburn.edu>.
13197
13198 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13199
13200 * help.el (describe-bindings): Doc fix.
13201
13202 * subr.el (kbd): Doc fix.
13203
13204 2004-08-08 John Paul Wallington <jpw@gnu.org>
13205
13206 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13207 instead of `string-to-int'.
13208 (define-ibuffer-column mode): Fix indentation.
13209
13210 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13211
13212 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13213
13214 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13215
13216 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13217
13218 * novice.el (disabled-command-function): New variable renamed from
13219 `disabled-command-hook'.
13220 (disabled-command-hook): Keep the _variable_ as alias for
13221 `disabled-command-function' and make obsolete.
13222 (disabled-command-function): Function renamed from
13223 `disabled-command-hook'. Adapt code to name change of the variable.
13224
13225 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13226
13227 * simple.el (completion-root-regexp): New defvar.
13228 (completion-setup-function): Use it instead of a literal string.
13229
13230 2004-08-07 John Paul Wallington <jpw@gnu.org>
13231
13232 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13233 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13234 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13235 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13236
13237 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13238
13239 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13240 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13241
13242 2004-08-04 Kenichi Handa <handa@m17n.org>
13243
13244 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13245 Fix previous change.
13246
13247 2004-08-03 Kenichi Handa <handa@m17n.org>
13248
13249 * international/encoded-kb.el: The following changes are to
13250 utilize key-translation-map instead of minor mode map.
13251 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13252 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13253 (encoded-kbd-last-key): New function.
13254 (encoded-kbd-iso2022-single-shift): New function.
13255 (encoded-kbd-iso2022-designation)
13256 (encoded-kbd-self-insert-iso2022-7bit)
13257 (encoded-kbd-self-insert-iso2022-8bit)
13258 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13259 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13260 key-translation-map.
13261 (encoded-kbd-setup-keymap): Setup key-translation-map.
13262 (saved-key-translation-map): New variable.
13263 (encoded-kbd-mode): Save/restore key-translation-map.
13264 Adjust for the change of encoded-kbd-setup-keymap.
13265
13266 2004-08-02 Kim F. Storm <storm@cua.dk>
13267
13268 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13269 and call compute-motion with nil for topos and width to get proper
13270 usable width and height for both window and non-window systems.
13271
13272 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13273 calculate usable window width and height.
13274
13275 * window.el (window-buffer-height): Call compute-motion with nil width.
13276
13277 2004-08-01 David Kastrup <dak@gnu.org>
13278
13279 * replace.el (query-replace-read-from):
13280 Use `query-replace-compile-replacement'.
13281 (query-replace-compile-replacement): New function.
13282 (query-replace-read-to): Use `query-replace-compile-replacement'
13283 for repeating the last command.
13284
13285 2004-08-01 John Paul Wallington <jpw@gnu.org>
13286
13287 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13288 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13289 (pr-switches): Remove period from end of error messages.
13290
13291 * help-mode.el (help-go-back): Likewise.
13292
13293 * abbrev.el (only-global-abbrevs): Doc fix.
13294 (edit-abbrevs-map): Define within defvar.
13295 (quietly-read-abbrev-file): Doc fix.
13296
13297 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13298
13299 * novice.el (enable-command, disable-command): Doc fixes.
13300
13301 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13302
13303 2004-07-30 Richard M. Stallman <rms@gnu.org>
13304
13305 * subr.el (with-local-quit): Doc fix.
13306
13307 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13308
13309 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13310
13311 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13312
13313 * custom.el (defcustom): Doc fix.
13314
13315 2004-07-28 Masatake YAMATO <jet@gyve.org>
13316
13317 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13318
13319 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13320
13321 * imenu.el (imenu-prev-index-position-function)
13322 (imenu-extract-index-name-function, imenu-name-lookup-function)
13323 (imenu--index-alist): Docstring redundancy fix.
13324
13325 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13326
13327 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13328 binding dired-backup-overwrite.
13329
13330 2004-07-25 John Paul Wallington <jpw@gnu.org>
13331
13332 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13333
13334 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13335
13336 * term/tty-colors.el (tty-color-approximate): Doc fix.
13337
13338 * select.el (x-get-selection, x-set-selection): Doc fixes.
13339
13340 * frame.el (make-frame): Doc fix.
13341
13342 2004-07-24 Richard M. Stallman <rms@gnu.org>
13343
13344 * mail/rmail.el (rmail-mime-charset-pattern):
13345 Don't include semicolon in the charset value.
13346
13347 * replace.el (occur-next-error): Call set-window-point.
13348 (occur-engine): Handle negative NLINES.
13349
13350 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13351
13352 * frame.el (modify-all-frames-parameters): Minor doc fix.
13353 (set-frame-configuration): Doc fix.
13354
13355 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13356
13357 * simple.el (completion-setup-function): Compute the common parts
13358 and the first difference place correctly when
13359 partial-completion-mode is on.
13360
13361 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13362
13363 * ps-print.el: Doc fix.
13364 (ps-print-version): New version 6.6.5.
13365 (ps-printing-region): Doc fix.
13366 (ps-generate-string-list): Comment fix.
13367 (ps-message-log-max): Code fix.
13368
13369 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13370
13371 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13372 generated PostScript.
13373
13374 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13375
13376 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13377 with Gnus v5_10 branch.)
13378
13379 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13380
13381 * calendar/time-date.el (time-to-number-of-days): New function.
13382 Imported from from Gnus.
13383
13384 2004-07-22 Kim F. Storm <storm@cua.dk>
13385
13386 * progmodes/make-mode.el: Fix comments.
13387
13388 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13389
13390 * printing.el: Doc fix.
13391
13392 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13393
13394 * frame.el (modify-all-frames-parameters): Minor doc fix.
13395
13396 2004-07-20 Richard M. Stallman <rms@gnu.org>
13397
13398 * textmodes/fill.el (fill-nobreak-p): If this break point is
13399 at the end of the line, don't consider the newline which follows
13400 as a reason to return t.
13401
13402 2004-07-19 John Paul Wallington <jpw@gnu.org>
13403
13404 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13405
13406 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13409 Delete irrelevant code.
13410
13411 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13412
13413 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13414 New docstring. From Luc Teirlinck.
13415
13416 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13417
13418 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13419 section.
13420 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13421 non-file buffers. We know it is nil.
13422
13423 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13424
13425 Sync with Tramp 2.0.43.
13426
13427 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13428 Remove outdated comment.
13429 (tramp-locked, tramp-locker): New variables for implementing a
13430 global lock.
13431 (tramp-sh-file-name-handler): Use them to implement the global lock.
13432
13433 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13434
13435 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13436 calls to respective `xxx` calls.
13437 (tramp-process-alive-regexp): Precise doc string.
13438 (tramp-multi-action-process-alive): New defun.
13439 (tramp-multi-actions): Use it.
13440 (tramp-handle-find-backup-file-name): `copy-tree' is available
13441 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13442 in order to avoid this function.
13443 (tramp-handle-write-region): Set current buffer. If connection
13444 wasn't open, `file-modes' has changed it accidently. Reported by
13445 David Kastrup <dak@gnu.org>.
13446 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13447 HOST.
13448 (tramp-action-password, tramp-multi-action-password): Apply it.
13449 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13450 name must still contain the port number. Otherwise, we have two
13451 Tramp buffers, with all the confusion. Reported by Myron Selby
13452 <myron@xytech.com> and Rolf Dubitzky
13453 <Dubitzky@physi.uni-heidelberg.de>.
13454
13455 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13456 HOST to `tramp-enter-passwd'.
13457
13458 * net/tramp-vc.el (all): Code cleanup. Change all
13459 `tramp-handle-xxx' calls to respective `xxx` calls.
13460
13461 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13462
13463 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13464 functions that are not erroneous if either 1-valued or
13465 multi-valued. Detect functions in this class.
13466 (testcover-1value-functions, testcover-compose-functions)
13467 (testcover-progn-functions) Add some additional functions to lists.
13468 (testcover-mark): Bugfix when marking up the definition for an
13469 empty function.
13470
13471 2004-07-17 Richard M. Stallman <rms@gnu.org>
13472
13473 * replace.el (occur-read-primary-args): Pass default to
13474 read-from-minibuffer.
13475
13476 * mail/footnote.el (footnote-section-tag): Use defcustom.
13477
13478 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13479 Compile font-lock-keywords, not KEYWORDS.
13480 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13481 Add warn, check-type. Handle cerror like error.
13482
13483 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13484
13485 * progmodes/which-func.el (which-func-keymap): New var.
13486 (which-func-face): New face.
13487 (which-func-format): Use them.
13488
13489 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13490
13491 * buff-menu.el (list-buffers-noselect): Append the buffer's
13492 process status to its mode name.
13493
13494 2004-07-16 Kim F. Storm <storm@cua.dk>
13495
13496 * simple.el (inhibit-mark-movement): New defvar.
13497 (beginning-of-buffer, end-of-buffer): Do not push mark if
13498 inhibit-mark-movement is non-nil or C-u prefix is given.
13499
13500 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13501 Init to beginning-of-buffer and end-of-buffer.
13502 (cua--undo-push-mark): New defvar.
13503 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13504 already active and command is in cua--preserve-mark-commands.
13505 Also fix check for shift modifier on non-window systems.
13506 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13507
13508 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13509
13510 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13511 of two integers, instead of a cons.
13512
13513 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13514 `visited-file-modtime' now returns a list of two integers, instead
13515 of a cons.
13516
13517 * dired.el (dired-directory-changed-p): Ditto.
13518
13519 * progmodes/grep.el (grep): Doc fix.
13520
13521 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13522
13523 * autorevert.el (auto-revert-tail-mode)
13524 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13525 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13526 in both at the same time.
13527 (auto-revert-tail-mode): New command.
13528 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13529 (auto-revert-handler): Revert only either tail or whole file.
13530
13531 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13532 add auto-revert-tail-mode.
13533
13534 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13535
13536 * printing.el: Doc fix. Change name of some funs.
13537 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13538 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13539 (pr-standard-file-name): New fun. Replace pr-standard-path.
13540 (pr-call-process): Code fix.
13541
13542 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13543
13544 * subr.el (with-selected-window): Doc fix.
13545
13546 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13547
13548 * subr.el (get-buffer-window-list): Doc fix.
13549
13550 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13551
13552 * files.el (switch-to-buffer-other-window): Doc fix.
13553
13554 * window.el (save-selected-window, one-window-p)
13555 (split-window-keep-point, split-window-vertically)
13556 (split-window-horizontally): Doc fixes.
13557
13558 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13559
13560 * printing.el: Doc fix. Now it uses call-process instead of
13561 shell-command for low command execution.
13562 (pr-version): New version number (6.8).
13563 (pr-shell-file-name): Option removed.
13564 (pr-shell-command): Fun removed.
13565 (pr-call-process): New fun. Replace pr-shell-command.
13566 (pr-standard-path, pr-remove-nil-from-list): New funs.
13567 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13568 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13569 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13570 (pr-ps-utility-process, pr-txt-print): Code fix.
13571
13572 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13573
13574 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13575 boolean.
13576
13577 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13578
13579 * wid-edit.el (widget-field-buffer): Doc fix.
13580
13581 2004-07-09 John Paul Wallington <jpw@gnu.org>
13582
13583 * emacs-lisp/re-builder.el (reb-update-overlays):
13584 Distinguish between one and several matches in message.
13585
13586 2004-07-09 Richard M. Stallman <rms@gnu.org>
13587
13588 * mouse.el (mouse-set-region-1): If transient-mark-mode
13589 is `identity', change it to `only'.
13590
13591 * simple.el (current-word): Doc fix.
13592
13593 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13594
13595 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13596 so that it is more understanding of whitespace.
13597
13598 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13599 (("ns" . "element") (attr-list) children) instead of
13600 ((:ns . "element") (attr-list) children) in order to reduce the
13601 number of symbols used.
13602 (xml-skip-dtd): Change to use xml-parse-dtd but set
13603 xml-validating-parsing to nil.
13604 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13605 (xml-substitute-entity): Remove in favor of new entity substitution.
13606 (xml-substitute-special): Rewrite in to substitute complex
13607 entities from DOCTYPE declarations.
13608 (xml-parse-fragment): Parse fragments from entity deleclarations.
13609 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13610 (xml-parse-dtd, xml-substitute-special): Make validity checks
13611 conditioned on xml-validating-parser. Add "Not Well Formed" to
13612 error messages about well-formedness.
13613
13614 2004-07-08 Steven Tamm <steventamm@mac.com>
13615
13616 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13617 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13618 Do not treat double clicks and triple clicks specially in the
13619 scroll bar (preventing strange repositioning problems)
13620
13621 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * replace.el (query-replace-regexp-eval): Fix last change.
13624
13625 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * replace.el (query-replace-descr): New fun.
13628 (query-replace-read-from, query-replace-read-args): Default to the
13629 previous from&to.
13630 (query-replace-read-to): Quote the `from' string when displaying it.
13631 (query-replace-regexp-eval): Immediately check read-only status.
13632 Use query-replace-read-from to get the \n checking.
13633 Quote the `from' string when displaying it.
13634 (map-query-replace-regexp, occur-read-primary-args):
13635 Quote the `from' string when displaying it.
13636
13637 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13638 delimited-ness of the search to query-replace.
13639
13640 * replace.el (query-replace-read-from, query-replace-read-to):
13641 New funs extracted from query-replace-read-args.
13642 (query-replace-read-args): Use them.
13643
13644 * replace.el (query-replace-interactive, query-replace-read-args):
13645 Remove the `initial' special value.
13646 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13647 (occur-engine): Remove unused var `matchend'.
13648
13649 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13650 Use the search string without prompting.
13651
13652 2004-07-05 Kenichi Handa <handa@m17n.org>
13653
13654 * international/mule.el (decode-coding-inserted-region):
13655 Set last-coding-system-used only when coding is nil.
13656
13657 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13658
13659 * progmodes/grep.el (grep-compute-defaults, grep-command)
13660 (grep-program, find-program, grep-find-use-xargs, grep-history)
13661 (grep-find-history, grep-tag-default, grep-find-command)
13662 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13663 Add autoload cookies, for unbundled packages that load `compile'
13664 and expect all grep-related symbols to become defined.
13665
13666 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13667
13668 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13669 (iimage-mode-image-search-path): New user option to search the
13670 image file.
13671 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13672 have locate-file.
13673 (iimage-mode-buffer): Use it.
13674
13675 2004-07-03 Nick Roberts <nickrob@gnu.org>
13676
13677 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13678 carefully.
13679 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13680
13681 2004-07-03 Juri Linkov <juri@jurta.org>
13682
13683 * replace.el (query-replace-read-args): Swallow space after 'foo,
13684 not after (quote foo). Match space only immediately after symbol,
13685 not anywhere in the whole string.
13686
13687 2004-07-02 Richard M. Stallman <rms@gnu.org>
13688
13689 * replace.el (query-replace-read-args): Swallow space after
13690 symbols, not after closeparens. But avoid error if string ends there.
13691
13692 * progmodes/python.el (python-beginning-of-statement):
13693 Exit the loop if backward-up-list gets error.
13694
13695 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13696
13697 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13698
13699 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13700 only if vc-consult-headers is non-nil.
13701
13702 2004-07-02 Juri Linkov <juri@jurta.org>
13703
13704 * pcvs.el (cvs-mode-diff-repository): New command.
13705
13706 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13707
13708 2004-07-01 Juri Linkov <juri@jurta.org>
13709
13710 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13711 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13712 C-M-% to isearch-query-replace-regexp.
13713 (minibuffer-local-isearch-map): Add arrow key bindings.
13714 Bind C-f to isearch-yank-char-in-minibuffer.
13715 (isearch-forward): Doc fix.
13716 (isearch-edit-string): Doc fix.
13717 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13718 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13719 (isearch-yank-char): Add optional arg.
13720 (isearch-yank-char-in-minibuffer): New fun.
13721
13722 * replace.el (query-replace-interactive): Change type from boolean
13723 to choice. Add value `initial'.
13724 (query-replace-read-args): Handle value `initial' of
13725 query-replace-interactive.
13726
13727 2004-06-29 Kim F. Storm <storm@cua.dk>
13728
13729 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13730 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13731
13732 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13733 Add :group 'ada.
13734
13735 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13736
13737 2004-06-29 Juri Linkov <juri@jurta.org>
13738
13739 * replace.el (query-replace-read-args): Swallow a space after
13740 everything except )]" which in most cases means after a symbol.
13741
13742 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13743
13744 2004-06-28 Richard M. Stallman <rms@gnu.org>
13745
13746 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13747 More changes to go with previous change in font-lock.el.
13748
13749 2004-06-26 David Kastrup <dak@gnu.org>
13750
13751 * replace.el (perform-replace): Highlight the match even in
13752 non-query mode if there is potential replace string editing.
13753
13754 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13755
13756 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13757 agree with new return value of `file-remote-p'.
13758 This syncs with Tramp 2.0.42.
13759
13760 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13761 according to new documentation of `file-remote-p'.
13762
13763 * files.el (file-remote-p): Fix doc to say that return value is
13764 identification of remote system, if not nil.
13765 (file-relative-name): Use new return value of `file-remote-p'.
13766
13767 2004-06-26 Nick Roberts <nickrob@gnu.org>
13768
13769 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13770 (gdb-goto-breakpoint): Fix breakage.
13771
13772 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13773
13774 * man.el (Man-getpage-in-background): Add windows-nt to the list
13775 of systems where shell-file-name should be used instead of
13776 literal "sh".
13777
13778 2004-06-25 Sam Steingold <sds@gnu.org>
13779
13780 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13781 function names `(setf symbol)'.
13782
13783 2004-06-24 Richard M. Stallman <rms@gnu.org>
13784
13785 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13786
13787 * font-lock.el (font-lock-keywords): Change format of compiled values.
13788 Document it.
13789 (font-lock-add-keywords): If font-lock-keywords is compiled,
13790 extract the uncompiled version, modify, then recompile.
13791 (font-lock-remove-keywords): Likewise.
13792 (font-lock-fontify-keywords-region): Handle changed format.
13793 (font-lock-compile-keywords): Handle changed format.
13794 (font-lock-set-defaults): Compile the keywords explicitly here.
13795
13796 2004-06-24 David Kastrup <dak@gnu.org>
13797
13798 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13799 replacements here.
13800 (query-replace-regexp): Doc string explaining this and the new
13801 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13802 is better placed in `query-replace-read-args'.
13803 (replace-regexp): Explain `\,', `\#' and `\?'.
13804 (replace-match-data): New function for thorough reuse/destruction
13805 of old match-data.
13806 (replace-match-maybe-edit): Function for implementing `\?' editing.
13807 (perform-replace): Fix maintaining of the match stack including
13808 already matched regions, implement `\?', fix various problems
13809 with regions while editing and other stuff.
13810 (replace-highlight): Simplify.
13811
13812 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13813
13814 * progmodes/grep.el (grep-error-screen-columns): New variable.
13815 (grep-regexp-alist): Give it the full functionality of gnu style
13816 compilation messages with line and column ranges. Ask me for the
13817 perl script I'm working on, that uses these.
13818
13819 2004-06-23 Nick Roberts <nickrob@gnu.org>
13820
13821 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13822 Remove.
13823 (comint-insert-input, comint-mouse-insert-input): New functions
13824 based on comint-insert-clicked-input for two bindings but just
13825 one functionality.
13826
13827 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13828
13829 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13830
13831 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13832
13833 * files.el (write-contents-functions): Doc fix.
13834
13835 2004-06-21 Juanma Barranquero <lektu@terra.es>
13836
13837 * image.el (image-library-alist): Rewrite docstring in active voice.
13838
13839 2004-06-20 Richard M. Stallman <rms@gnu.org>
13840
13841 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13842
13843 * isearch.el (isearch-repeat): Avoid testing old match data.
13844 (isearch-message): Display trailing space in special font
13845 when search is failing.
13846 (isearch-search-fun-function): Doc fix.
13847
13848 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13849
13850 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13851
13852 * frame.el (show-trailing-whitespace): Doc fix.
13853
13854 * cus-edit.el (custom-variable-documentation): New function.
13855 (custom-variable): Use it.
13856
13857 2004-06-19 Nick Roberts <nickrob@gnu.org>
13858
13859 * man.el (Man-getpage-in-background): Revert previous change but
13860 make cygwin a special case.
13861
13862 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13863
13864 * autorevert.el (global-auto-revert-non-file-buffers):
13865 Update docstring.
13866
13867 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13868
13869 * progmodes/compile.el (compilation-error-properties): Store one
13870 more than end-col, if present, so that transient-mark-mode will
13871 highlight last char too.
13872 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13873 ranges, if present.
13874
13875 2004-06-18 Jason Rumney <jasonr@gnu.org>
13876
13877 * makefile.w32-in: Double percent signs in for loops.
13878
13879 2004-06-17 David Kastrup <dak@gnu.org>
13880
13881 * replace.el (query-replace-read-args): Only warn about use of \n
13882 and \t when we are doing a regexp replacement and the actual
13883 escaped character is n or t.
13884 (query-replace-regexp): Add \, and \# interpretation to
13885 interactive call and document it.
13886 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13887 as shortkey for replace-count.
13888 (replace-quote): New function for doubling backslashes.
13889
13890 2004-06-17 Juanma Barranquero <lektu@terra.es>
13891
13892 * files.el (parse-colon-path, cd): Mention in docstring that the
13893 path separator is colon in GNU-like systems.
13894
13895 * newcomment.el (comment-region-internal): Fix docstring.
13896
13897 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13898 (ewoc-invalidate, ewoc-collect): Doc fixes.
13899 (ewoc--create-node, ewoc--delete-node-internal):
13900 Fix typos in docstring.
13901
13902 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13903
13904 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13905 manual to docstring.
13906
13907 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13908
13909 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13910
13911 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13912
13913 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13914 Add hyperlink to emacs-xtra manual to docstring.
13915
13916 * autorevert.el (global-auto-revert-non-file-buffers):
13917 Add hyperlink to emacs-xtra manual to docstring, as well as an
13918 info-link.
13919
13920 2004-06-14 Juanma Barranquero <lektu@terra.es>
13921
13922 * image.el (image-library-alist): New variable to map image types
13923 to external libraries. Initialized to nil, unless system-specific
13924 configs change it.
13925 (image-type-available-p): Determine whether an image type is
13926 available by calling `init-image-library'.
13927
13928 * term/w32-win.el (image-library-alist): Initialize to a known set
13929 of probable library names.
13930
13931 2004-06-14 Kenichi Handa <handa@m17n.org>
13932
13933 * international/code-pages.el (windows-1256, cp1125): Fix tables
13934 for several characters.
13935
13936 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13937
13938 2004-06-13 Richard M. Stallman <rms@gnu.org>
13939
13940 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13941
13942 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13943 not "`pc-selection-mode'".
13944
13945 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13946
13947 * simple.el (previous-matching-history-element): Specify a default.
13948
13949 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13950
13951 * cus-face.el (custom-declare-face): Simplify code.
13952
13953 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13954
13955 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13956
13957 * files.el (before-save-hook): Add `time-stamp' to the options.
13958
13959 * time-stamp.el (time-stamp): Recommend adding it to
13960 `before-save-hook', rather than `write-file-functions'.
13961 Make a similar change in `Commentary' section.
13962
13963 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13964
13965 * diff-mode.el (diff-current-defun): If at start of hunk, use
13966 position of first change.
13967
13968 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13969
13970 * dired-x.el (dired-mark-omitted): Bind to "*O".
13971
13972 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13973
13974 * bookmark.el (bookmark-bmenu-relocate): New function, as
13975 suggested by David J. Biesack <David.Biesack@sas.com>.
13976 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13977 (bookmark-bmenu-mode): Describe binding in doc string.
13978 (bookmark-set-filename): Save the bookmark list if it's time.
13979
13980 2004-06-13 Kenichi Handa <handa@m17n.org>
13981
13982 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13983 (ccl-untranslated-to-ucs): Fix typo.
13984
13985 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13986
13987 * progmodes/python.el (python-open-block-statement-p):
13988 Fix indentation after a block opening that contains a comment.
13989
13990 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13991
13992 * bindings.el (completion-ignored-extensions): Add file extensions
13993 of Python byte-compiled files.
13994
13995 2004-06-12 Juri Linkov <juri@jurta.org>
13996
13997 * info.el (Info-goto-node): Add autoload.
13998 (Info-toc): Add substring-no-properties on Info file name.
13999 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
14000 (Info-mode-map): Bind L to Info-history, T to Info-toc.
14001
14002 2004-06-12 Kenichi Handa <handa@m17n.org>
14003
14004 * international/mule-cmds.el (set-language-environment):
14005 Load subst tables if necessary.
14006
14007 * international/mule.el (decode-char): Load subst tables if necessary.
14008 (encode-char): Likewise.
14009
14010 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14011 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14012 (utf-16le-decode-loop): Set r5 to -1 before loop.
14013 (utf-16be-decode-loop): Likewise.
14014 (ccl-decode-mule-utf-16le): Add EOF processing block.
14015 (ccl-decode-mule-utf-16be): Likewise.
14016 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14017 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14018 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14019 (ccl-mule-utf-16-encode-untrans): New CCL.
14020 (utf-16-decode-to-ucs): Handle pre-read character.
14021 (utf-16le-encode-loop): Handle surrogate pair.
14022 (utf-16be-encode-loop): Likewise.
14023 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14024 of utf-16le-encode-loop.
14025 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14026 of utf-16be-encode-loop.
14027 (mule-utf-16-post-read-conversion):
14028 Call utf-8-post-read-conversion at first.
14029 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14030 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14031 Add post-read-conversion and pre-write-conversion.
14032
14033 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14034 (utf-translate-cjk-unicode-range): New variable.
14035 (utf-translate-cjk-load-tables): New function.
14036 (utf-lookup-subst-table-for-decode): New function.
14037 (utf-lookup-subst-table-for-encode): New function.
14038 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14039 tables here. Update safe-charsets of utf-* coding systems.
14040 (ccl-mule-utf-untrans): New CCL.
14041 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14042 at end of each branch.
14043 (ccl-mule-utf-8-encode-untrans): New CCL.
14044 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14045 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14046 length of encoding. Don't return r0.
14047 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14048 (utf-8-post-read-conversion): Narrow to region properly.
14049 If utf-translate-cjk-mode is on, load tables if necessary.
14050 Call utf-8-compose with hash-table arg if necessary.
14051 Call XXX-compose-region instead of XXX-post-read-convesion.
14052 (utf-8-pre-write-conversion): New function.
14053 (mule-utf-8): Include CJK charsets in safe-charsets if
14054 utf-translate-cjk-mode is on. Add pre-write-conversion.
14055
14056 * international/characters.el: Temporarily set
14057 utf-translate-cjk-mode to nil.
14058
14059 * language/devan-util.el (devanagari-compose-region):
14060 Add autoload cookie.
14061
14062 * international/ccl.el (ccl-dump-call): Fix printing the
14063 subroutine name.
14064
14065 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14066
14067 * dired.el (dired-revert): If buffer is marked unmodified before
14068 reverting, keep it marked unmodified.
14069 Adapt to new conventions for commenting out code.
14070 (dired-make-relative): Adapt to new conventions for commenting out code.
14071
14072 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14073
14074 * eshell/esh-module.el (eshell-load-defgroups):
14075 Bind `vc-handled-backends' to nil when opening files.
14076
14077 2004-06-11 Juanma Barranquero <lektu@terra.es>
14078
14079 * files.el (parse-colon-path, cd): Doc fixes (refer to
14080 `path-separator', not colon).
14081
14082 2004-06-10 Juanma Barranquero <lektu@terra.es>
14083
14084 * newcomment.el (comment-search-forward)
14085 (comment-search-backward): Fix typos in docstring.
14086 (comment-region): Doc fix.
14087
14088 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14089
14090 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14091 switch is no longer stored in `dired-switches-alist'.
14092
14093 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14094 `dired-switches-alist'.
14095
14096 2004-06-10 Kim F. Storm <storm@cua.dk>
14097
14098 * pcvs.el (cvs-mode-diff-yesterday): New command.
14099
14100 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14101
14102 2004-06-10 Juri Linkov <juri@jurta.org>
14103
14104 * emacs-lisp/edebug.el (edebug-eval-defun):
14105 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14106 Fix docstring.
14107
14108 * simple.el (eval-expression-print-format): Don't print additional
14109 information on the first call to `eval-print-last-sexp'.
14110 (next-error-find-buffer): Fix punctuation.
14111 (killing) <defgroup>: Fix punctuation.
14112 (yank-excluded-properties): Change group from editing to killing.
14113
14114 * replace.el (perform-replace): Use `limit' to terminate the
14115 while-loop explicitly.
14116
14117 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14118
14119 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14120 Use lc-*.xpm as prefix instead of *-locol.xpm.
14121
14122 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14123 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14124 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14125 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14126 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14127 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14128 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14129 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14130 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14131 * toolbar/lc-up_arrow.xpm:
14132 Rename from *-locol.xpm.
14133
14134 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14135
14136 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14137 include forms like &<str>; as valid url patterns.
14138
14139 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14140
14141 * dired.el (dired-diff, dired-backup-diff)
14142 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14143 (dired-do-chown, dired-do-touch, dired-do-print)
14144 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14145 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14146 (dired-create-directory, dired-do-copy, dired-do-symlink)
14147 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14148 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14149 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14150 (dired-maybe-insert-subdir, dired-next-subdir)
14151 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14152 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14153 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14154 (dired-run-shell-command, dired-query): Remove redundant,
14155 or incorrect, autoloads.
14156
14157 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14158 does not end in a slash. Add optional argument KILL-ROOT.
14159 Update docstring.
14160 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14161 (dired-query): Add autoloads.
14162
14163 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14164
14165 * progmodes/compile.el (compilation-set-window-height):
14166 Rearrange the save-* functions because a buffer can have several current
14167 point in different windows.
14168 (compilation-error-regexp-alist-alist): Recognize {standard input}
14169 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14170
14171 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14172
14173 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14174 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14175 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14176 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14177 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14178 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14179 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14180 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14181 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14182 * toolbar/up_arrow-locol.xpm:
14183 New versions of icons that uses fewer colors.
14184
14185 * toolbar/tool-bar.el (tool-bar-local-item)
14186 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14187 if display-color-cells is 256 or less.
14188
14189 2004-06-08 Kim F. Storm <storm@cua.dk>
14190
14191 * wid-edit.el (widget-specify-button): Use hand pointer rather
14192 than mouse-face as visible mouse-over effect.
14193
14194 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14195
14196 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14197 and `print-level' to nil when writing out `save-place-alist'.
14198 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14199
14200 2004-06-07 Juanma Barranquero <lektu@terra.es>
14201
14202 * completion.el (completion-kill-region): Doc fix.
14203
14204 * format.el (format-insert-annotations)
14205 (format-annotate-location): Doc fixes.
14206 (format-subtract-regions): Make arguments match their use in docstring.
14207
14208 * simple.el (kill-region): Doc fix.
14209
14210 * subr.el (insert-buffer-substring-no-properties)
14211 (insert-buffer-substring-as-yank): Doc fixes.
14212
14213 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14214
14215 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14216 Update docstring.
14217 (dired-reset-subdir-switches): New function.
14218
14219 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14220 Limit scope of `buffer-read-only' binding.
14221
14222 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14223
14224 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14225 eshell-explicit-command-char.
14226
14227 2004-06-06 Juanma Barranquero <lektu@terra.es>
14228
14229 * help-fns.el (help-argument-name): Inherit from italic face only
14230 if the frame supports it.
14231
14232 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14233
14234 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14235 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14236 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14237 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14238 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14239 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14240 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14241 New conversions from xpm files.
14242
14243 * toolbar/README: New file.
14244
14245 2004-06-06 Richard M. Stallman <rms@gnu.org>
14246
14247 * isearch.el (isearch-mode-map): Undo previous change.
14248
14249 2004-06-05 Juri Linkov <juri@jurta.org>
14250
14251 * bindings.el (debug-ignored-errors): Add regexps for history
14252 related messages. Remove $ from "No further undo information".
14253 Move Ediff's messages to ediff.el.
14254
14255 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14256
14257 * cus-edit.el (custom-display): Add `min-colors'.
14258
14259 * custom.el (defface): Add `supports' to docstring.
14260
14261 * help-fns.el (help-argument-name): Add :group 'help.
14262
14263 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14264
14265 * find-dired.el (find-ls-subdir-switches): New user option.
14266 (find-dired): No longer call `abbreviate-file-name' on DIR.
14267 Set `dired-subdir-switches' buffer-locally.
14268
14269 * locate.el: Merge the two `Commentary' sections.
14270 (locate-ls-subdir-switches): New user option.
14271 (locate): Update for other changes.
14272 (locate-mode-map): Restore Dired binding for mouse-2.
14273 Bind `locate-mouse-view-file' to M-mouse-2.
14274 Bind `l' to `locate-do-redisplay'.
14275 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14276 (locate-mouse-view-file, locate-tags, locate-find-directory):
14277 Print message if used outside main listing.
14278 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14279 Various changes to support inserted subdirectories.
14280 (locate-insert-header): Change header of *Locate* buffer.
14281
14282 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14283 Change interactive default switches.
14284 (dired-rename-subdir-2): Update `dired-switches-alist'.
14285 (dired-insert-subdir, dired-kill-subdir):
14286 Handle `dired-switches-alist'. Do not mark buffer modified.
14287 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14288 (dired-insert-subdir-doinsert): Omit messages.
14289 Handle `dired-subdir-switches'.
14290 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14291
14292 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14293 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14294 subdirs if -R switch is used for a subdir.
14295 (dired-mode): Set `dired-switches-alist'.
14296 (dired-build-subdir-alist): Only print number of directories in
14297 echo area when invoked interactively.
14298
14299 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14300
14301 * dired-x.el (dired-omit-mode): Rename from
14302 dired-omit-files-p. Use define-minor-mode to define it.
14303 (dired-omit-files-p): Add as alias for dired-omit-mode.
14304 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14305 dired-mark-omitted.
14306 (dired-mark-omitted): Add. Bind to M-O.
14307
14308 2004-06-05 Kenichi Handa <handa@m17n.org>
14309
14310 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14311
14312 2004-06-05 Juanma Barranquero <lektu@terra.es>
14313
14314 * help-fns.el (help-argument-name): Reintroduce face.
14315 (help-default-arg-highlight): Use it, now that
14316 `face-differs-from-default-p' can be trusted.
14317
14318 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14319
14320 * textmodes/table.el: Sentence commands added to Point Motion
14321 group; kill and backward-kill commands added to Extraction group.
14322
14323 2004-06-04 Mario Lang <mlang@delysid.org>
14324
14325 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14326 systems appear to use mW, make the code handle this. Fix a
14327 division-by-zero bug while at it, and handle kernels with
14328 a slightly different layout in /proc/acpi.
14329
14330 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14331
14332 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14333 because the latter is a CL-ism. This fixes the bug reported by
14334 Shawn Boyette <mdxi@collapsar.net> in
14335 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14336
14337 2004-06-04 Miles Bader <miles@gnu.org>
14338
14339 * faces.el (display-supports-face-attributes-p): Function moved to
14340 C code. Previously only the tty-related portion of this function
14341 was done in C; however the previous attempt to do a halfway-proper
14342 job for non-tty displays in lisp didn't work properly because of
14343 funny conditions during Emacs startup.
14344 (face-differs-from-default-p): Simplify, now that
14345 display-supports-face-attributes-p works properly on all display
14346 types. Remove :stipple from comparison; it doesn't really work
14347 in emacs anyway.
14348
14349 2004-06-04 Miles Bader <miles@gnu.org>
14350
14351 * faces.el (face-differs-from-default-p): Use a different
14352 implementation, so we can really check whether FACE displays
14353 differently or not.
14354
14355 2004-06-04 Miles Bader <miles@gnu.org>
14356
14357 * faces.el (display-supports-face-attributes-p): Implement a
14358 `different from default' check for non-tty displays.
14359
14360 2004-06-03 David Kastrup <dak@gnu.org>
14361
14362 * woman.el (woman-mapcan): More concise code.
14363 (woman-topic-all-completions, woman-topic-all-completions-1)
14364 (woman-topic-all-completions-merge): Replace by a simpler and
14365 much faster implementation based on O(n log n) sort/merge instead
14366 of the old O(n^2) behavior.
14367
14368 2004-06-03 Miles Bader <miles@gnu.org>
14369
14370 * subr.el (read-number): Use canonical format for default in prompt.
14371
14372 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14373 Add regexp for " [...]" style defaults.
14374
14375 2004-06-02 Romain Francoise <romain@orebokech.com>
14376
14377 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14378 groups: if the user asks for a hidden buffer, open the
14379 corresponding filter group to expose it.
14380
14381 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14382 `ibuffer-jump-to-buffer'.
14383 (ibuffer-jump-offer-only-visible-buffers): New user option.
14384
14385 2004-06-02 Juanma Barranquero <lektu@terra.es>
14386
14387 * faces.el (frame-update-faces): Add empty docstring so the one
14388 for `ignore' doesn't show through.
14389
14390 * subr.el (process-kill-without-query): Remove spurious "\n" on
14391 obsolescence string.
14392 (focus-frame, unfocus-frame): Add obsolescence declaration and
14393 empty docstring.
14394
14395 * international/mule.el (register-char-codings): Make alias for
14396 `ignore'. Move docstring to obsolescence info and remove redundancy.
14397
14398 2004-06-02 Kim F. Storm <storm@cua.dk>
14399
14400 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14401 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14402
14403 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14404
14405 * comint.el (comint-replace-by-expanded-history-before-point):
14406 Obey `start' as the docstring says.
14407 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14408 (comint-update-fence): Prevent font-lock from running unnecessarily.
14409 (comint-dynamic-list-completions): Use with-current-buffer.
14410
14411 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14412
14413 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14414 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14415 (bibtex-entry-update): Handle alternatives and optional fields.
14416 (bibtex-parse-entry): Bugfix, handle empty key.
14417
14418 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14421
14422 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14423
14424 * desktop.el (desktop-save): Don't save minor modes without a
14425 known mode initialization function.
14426
14427 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14428
14429 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14430
14431 * autorevert.el: Update `Commentary' section.
14432
14433 2004-05-30 Juanma Barranquero <lektu@terra.es>
14434
14435 * dos-fns.el (convert-standard-filename):
14436 * files.el (convert-standard-filename):
14437 * w32-fns.el (convert-standard-filename):
14438 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14439
14440 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14441
14442 Sync with Tramp.
14443
14444 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14445 (tramp-let-maybe): Move to an earlier spot in the file.
14446 Patch by Andreas Schwab.
14447
14448 2004-05-30 Andreas Schwab <schwab@suse.de>
14449
14450 * dired.el (dired-get-filename): Don't use dired-re-dot.
14451
14452 2004-05-30 Richard M. Stallman <rms@gnu.org>
14453
14454 * files.el (find-file): Doc fix.
14455
14456 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14457
14458 2004-05-30 Nick Roberts <nickrob@gnu.org>
14459
14460 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14461 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14462 modeline of the locals buffer.
14463 (gdb-goto-breakpoint): Handle gdbmi.
14464 (gdb-get-frame-number): Change for gdbmi.
14465
14466 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14467
14468 * files.el (file-remote-p): Apply file name handler for operation
14469 `file-remote-p'. It isn' a property any longer.
14470 (file-relative-name): `fh' and `fd' get the required value via
14471 `find-file-name-handler' already.
14472
14473 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14474 (top): Remove setting of `file-remote-p' property for
14475 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14476
14477 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14478
14479 Version 2.0.41 of Tramp released.
14480
14481 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14482 Throw away if process has died.
14483 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14484 (tramp-out-of-band-prompt-regexp): Rename to
14485 `tramp-process-alive-regexp', because its usage is widen.
14486 (tramp-actions-copy-out-of-band): Apply it.
14487 (tramp-actions-before-shell, tramp-multi-actions):
14488 Add `tramp-action-process-alive' action.
14489 (tramp-action-process-alive): New defun.
14490 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14491 Add entry for `file-remote-p'.
14492 (tramp-handle-file-remote-p): New defun.
14493 (top): Remove setting of `file-remote-p'. Don't set
14494 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14495
14496 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14497 `file-remote-p'.
14498
14499 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14500 counted for (last) line. [They should or they shouldn't? --Stef]
14501 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14502
14503 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14504
14505 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14506 not really necessary but seems to keep the shell history smaller
14507 in some cases. It is no substitute for setting HISTFILE and
14508 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14509 though. Suggested by Luc Teirlinck.
14510 (tramp-open-connection-setup-interactive-shell): Export variables
14511 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14512 (tramp-set-process-query-on-exit-flag): New compat function.
14513 (tramp-open-connection-multi, tramp-open-connection-su)
14514 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14515 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14516 (tramp-let-maybe): New macro, let-binds a variable only if it
14517 isn't obsolete.
14518 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14519 (tramp-handle-file-truename): Use it.
14520 (tramp-completion-file-name-regexp-unified): Avoid matching
14521 filenames starting with "/:" -- those are reserved for
14522 file-name-non-special.
14523
14524 * tramp-smb.el (tramp-smb-open-connection):
14525 Use tramp-set-process-query-on-exit-flag compat function.
14526
14527 2004-05-29 Richard M. Stallman <rms@gnu.org>
14528
14529 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14530
14531 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14532 (eval-last-sexp-print-value): Print char equivalent regardless
14533 of standard-output value.
14534
14535 * thumbs.el (thumbs-subst-char-in-string): Delete.
14536 (thumbs-thumbname): Use subst-char-in-string.
14537 (thumbs-resize-image): Use condition-case, not ignore-errors.
14538 (thumbs-kill-buffer): Likewise.
14539
14540 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14541 (thumbs-mode): Make buffer read-only.
14542 (thumbs-make-thumb): Unconditionally accept an existing file.
14543 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14544 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14545 (thumbs-show-thumbs-list): Error if images not supported.
14546 (thumbs-save-current-image): Improve prompt string.
14547 (thumbs-mode-map): Define u, R, x.
14548 (thumbs-unmark): New command.
14549 (thumbs-emboss-image): Minor cleanup.
14550 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14551 (thumbs-rename-images): New command.
14552 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14553
14554 * thumbs.el (thumbs-current-image): New function.
14555 (thumbs-file-list, thumbs-file-alist): New functions.
14556 (thumbs-find-image): Delete arg L.
14557 Don't set up thumbs-fileL as buffer-local global var.
14558 (thumbs-find-image-at-point): Use thumbs-current-image.
14559 (thumbs-set-image-at-point-to-root-window): Likewise.
14560 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14561 Record and warn about errors. Update thumbs-markedL for deletions.
14562 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14563 (thumbs-redraw-buffer): Use thumbs-file-list.
14564 (thumbs-mark): Use thumbs-current-image.
14565 (thumbs-show-name): Use thumbs-current-image.
14566
14567 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14568 and imenu--last-menubar-index-alist.
14569
14570 * subr.el (with-selected-window): Undo previous change.
14571
14572 2004-05-29 John Paul Wallington <jpw@gnu.org>
14573
14574 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14575 (thumbs-mouse-find-image): New command.
14576 (thumbs-mode-map): Bind it to mouse-2.
14577 (thumbs-mode): Make mode-class special.
14578 (thumbs-view-image-mode): Likewise.
14579
14580 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14581
14582 * flymake.el: New file.
14583
14584 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14585
14586 * files.el (find-file-noselect-1): Do not bind
14587 `inhibit-read-only' to t during execution of
14588 `find-file-not-found-functions'.
14589
14590 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14593 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14594
14595 2004-05-28 Juri Linkov <juri@jurta.org>
14596
14597 * simple.el (eval-expression-print-format): New fun.
14598
14599 * simple.el (eval-expression):
14600 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14601 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14602 (edebug-eval-expression): Print additionally the value returned by
14603 `eval-expression-print-format'.
14604
14605 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14606 (insert-pair): Make arguments optional. Find character pair
14607 from `insert-pair-alist' according to the last input event.
14608 (insert-parentheses): Make arguments optional.
14609 (raise-sexp, delete-pair): New funs.
14610
14611 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14612 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14613 Bind C-M-q to `indent-pp-sexp'.
14614
14615 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14616 `pp-to-string' modified to be able to format text with newlines.
14617 (pp-to-string): Move the buffer-formatting part of the code to
14618 `pp-buffer'. Call `pp-buffer'.
14619
14620 * info.el (Info-desktop-buffer-misc-data): Don't save information
14621 about virtual files.
14622 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14623 buffers with names obtained from the desktop file instead of the
14624 default *info* buffer.
14625
14626 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * subr.el (with-selected-window): Only save/restore the selected window.
14629
14630 * progmodes/compile.el (compilation-error-regexp-alist):
14631 Use expand-file-name and data-directory.
14632
14633 * progmodes/grep.el (grep-tree): Rework previous fix.
14634
14635 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14636 after the user marked text with the mouse.
14637
14638 * startup.el (command-line): Keep the first regexp of
14639 auto-save-file-name-transforms intact.
14640
14641 2004-05-28 Juanma Barranquero <lektu@terra.es>
14642
14643 * cus-edit.el (customize-face, customize-face-other-window)
14644 (custom-face-edit-delete): Make arguments match their use in
14645 docstring.
14646 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14647 docstring.
14648
14649 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14650 not `cvs-butlast'.
14651
14652 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14653 `nbutlast' are in subr.el).
14654
14655 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14656 (set-w32-system-coding-system): Doc fixes.
14657
14658 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14659 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14660 Make arguments match their use in docstring.
14661 (artist-draw-region-trim-line-endings)
14662 (artist-mouse-choose-operation): Fix typo in docstring.
14663 (artist-key-set-point-common): Doc fix.
14664
14665 2004-05-28 Simon Josefsson <jas@extundo.com>
14666
14667 * mail/smtpmail.el (smtpmail-open-stream):
14668 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14669
14670 2004-05-26 Simon Josefsson <jas@extundo.com>
14671
14672 * starttls.el: Merge with my GNUTLS based starttls.el.
14673 (starttls-gnutls-program, starttls-use-gnutls)
14674 (starttls-extra-arguments, starttls-process-connection-type)
14675 (starttls-connect, starttls-failure, starttls-success): New variables.
14676 (starttls-program, starttls-extra-args): Doc fix.
14677 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14678 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14679 and pass on to corresponding *-gnutls function if it is set.
14680
14681 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14682
14683 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14684 remote files.
14685
14686 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14687
14688 * files.el (file-name-non-special): There are more operations
14689 which need handling: `find-backup-file-name',
14690 `insert-file-contents', `verify-visited-file-modtime',
14691 `write-region'. Rename t value of method to `add'. Add new
14692 methods `quote' and `unquote-then-quote' to file-arg-indices.
14693
14694 2004-05-25 Juri Linkov <juri@jurta.org>
14695
14696 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14697 (Info-index-nodes): Enclose code in condition-case to catch errors.
14698 (Info-index-node): Don't search all index nodes if request is only
14699 for the current node and file is not in the cache of index nodes.
14700 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14701 for consistency with dired-copy-filename-as-kill.
14702 Bind `S' to Info-search-case-sensitively.
14703 (Info-copy-current-node-name): New arg. With zero prefix arg put
14704 the name inside a function call to `info'. Display copied text in
14705 the echo area.
14706
14707 2004-05-25 Sam Steingold <sds@gnu.org>
14708
14709 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14710 strip the package prefix from the symbol name, if any.
14711 Make it the `find-tag-default-function' for `lisp-mode'.
14712
14713 2004-05-25 John Paul Wallington <jpw@gnu.org>
14714
14715 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14716 instead of obsolete `process-kill-without-query'.
14717
14718 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14719 Declare as variable, not constant.
14720
14721 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14722
14723 * files.el (find-file-noselect-1): Fix bug introduced by
14724 Revision 1.694. As a side effect, `inhibit-read-only'
14725 is again, by default, t during execution of
14726 `find-file-not-found-functions'.
14727 (insert-directory): Check that lines were really inserted by
14728 the --dired switch, before erasing them.
14729
14730 2004-05-24 Nick Roberts <nickrob@gnu.org>
14731
14732 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14733 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14734 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14735 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14736 gud-minor-mode (gdbmi).
14737
14738 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14739
14740 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14741 explicitly select the text to be taken as URL.
14742
14743 2004-05-23 Juri Linkov <juri@jurta.org>
14744
14745 * info.el (Info-index-nodes): New var and fun.
14746 (Info-goto-index, Info-index, info-apropos)
14747 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14748 (Info-index): Fix docstring. Store and restore Info-history-list.
14749 (Info-complete-nodes): New var.
14750 (Info-complete-menu-item): Use it.
14751 (Info-index-node): New fun.
14752 (Info-final-node, Info-forward-node, Info-backward-node)
14753 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14754 Use Info-index-node.
14755 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14756 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14757 (Info-find-node-2): If a node with period in its name not found,
14758 try to find a node without the name part after period.
14759 (Info-select-node): Call Info-fontify-node only if
14760 Info-fontify-maximum-menu-size is not nil.
14761 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14762 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14763 Preserve Info-history-list.
14764 (Info-toc): Set Info-current-file.
14765 (Info-build-toc): Move point to the beginning of the buffer.
14766 Add main-file variable.
14767 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14768 Use backslashed representation of the control character ^_.
14769
14770 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14771 numbers in the new Texinfo 4.7 format.
14772
14773 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14774 regexps for function and variable names.
14775
14776 * descr-text.el (describe-property-list): Add [show] button for
14777 `syntax-table' property with action to pp to a separate buffer.
14778 (describe-char): Replace search-forward by re-search-forward with
14779 whitespace regexp after "character:" to not fail in too narrow windows.
14780
14781 * simple.el (next-error-find-buffer): Add a rule to return
14782 next-error capable buffer if one window on the selected frame
14783 displays such buffer.
14784
14785 2004-05-23 Nick Roberts <nickrob@gnu.org>
14786
14787 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14788 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14789 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14790 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14791 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14792 Handle new value for gud-minor-mode (gdbmi).
14793 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14794 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14795 Change from local to global gdb variable set.
14796 (gdb-ann3): Initialise above gdb variable set.
14797 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14798 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14799 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14800 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14801 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14802 (gdb-info-locals-handler, gdb-invalidate-assembler)
14803 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14804 set as global variables.
14805 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14806 Handle gdbmi.
14807 (gdb-info-breakpoints-custom): Fix regexp.
14808 (def-gdb-var): Delete.
14809
14810 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14811 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14812 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14813 a new mode. The file (gdb-mi.el) for this mode will be included
14814 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14815 primary interface.
14816
14817 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14818
14819 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14820 interpreted as a directory.
14821
14822 2004-05-22 Richard M. Stallman <rms@gnu.org>
14823
14824 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14825 as a close quote.
14826
14827 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14828
14829 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14830 Use assoc-string, not assoc-ignore-case.
14831
14832 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14833
14834 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14835 If moving back then fwd gets a defun that ends before point,
14836 try again moving fwd then back.
14837
14838 * files.el (file-name-non-special): Allow t in file-arg-indices
14839 to mean requote the return value. Use `identity' as an element
14840 rather than as the whole value.
14841
14842 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14843
14844 2004-05-22 Juanma Barranquero <lektu@terra.es>
14845
14846 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14847 `help-make-usage'.
14848 (help-highlight-arguments): Skip function name before searching
14849 for arguments.
14850
14851 2004-05-21 Juanma Barranquero <lektu@terra.es>
14852
14853 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14854 Don't mention in the docstring these arguments meant for
14855 internal (recursive) use only.
14856 (allout-char-spec): Comment out (it's not implemented).
14857 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14858 obsolescence declaration.
14859 (allout-flatten-exposed-to-buffer)
14860 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14861 (my-mark-marker): Doc fix.
14862 (produce-allout-mode-map, allout-sibling-index)
14863 (allout-isearch-expose, allout-distinctive-bullet)
14864 (allout-open-topic, allout-reindent-body)
14865 (allout-rebullet-heading, allout-process-exposed)
14866 (allout-insert-listified, allout-latex-verb-quote)
14867 (allout-insert-latex-header, allout-insert-latex-trailer):
14868 Make arguments match their use in docstring.
14869 (allout-primary-bullet, allout-old-style-prefixes)
14870 (allout-inhibit-protection, allout-init, allout-mode)
14871 (allout-before-change-protect, allout-flag-region):
14872 Use "Emacs" instead of "emacs" in docstrings.
14873
14874 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14875
14876 * international/characters.el: Modify syntax of more characters.
14877
14878 2004-05-21 Masatake YAMATO <jet@gyve.org>
14879
14880 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14881 (etags-tags-completion-table): Show parsing progress.
14882
14883 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14884
14885 * locate.el (locate-prompt-for-command): Shorten first line of
14886 docstring.
14887 (locate-mode): Expand docstring and include keymap summary.
14888
14889 * files.el (find-file-noselect-1): Limit the scope of the
14890 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14891 is, by default, nil during the execution of
14892 `find-file-not-found-functions' and `find-file-hook'.
14893
14894 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14895
14896 * facemenu.el (facemenu-color-name-equal): New function.
14897 (list-colors-display): Use it to compare colors instead of
14898 facemenu-color-equal.
14899
14900 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14901
14902 * compare-w.el (compare-windows-face): Use min-colors instead of
14903 checking for tty or pc types.
14904
14905 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14906
14907 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14908 (completion-setup-function): Use with-current-buffer.
14909 Properly save excursion. Simplify.
14910 Don't assume there is necessarily a `mouse-face' property somewhere.
14911
14912 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14913
14914 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14915
14916 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14917 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14918 Use with-current-buffer.
14919 (byte-goto-log-buffer): Delete.
14920 (byte-compile-log-file): Call compilation-forget-errors.
14921
14922 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14923
14924 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14925 output messages into the search result.
14926
14927 2004-05-19 Masatake YAMATO <jet@gyve.org>
14928
14929 * wid-edit.el (widget-radio-button-notify): Revert my last
14930 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14931
14932 2004-05-19 Kenichi Handa <handa@m17n.org>
14933
14934 * international/characters.el: Fix syntax (open/close) of CJK chars.
14935
14936 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14937
14938 * help-mode.el (help-go-back): Don't depend on position of back button.
14939
14940 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14941
14942 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14943 files files don't contain an accidental additional /.
14944
14945 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14946 in source buffer.
14947
14948 2004-05-18 Masatake YAMATO <jet@gyve.org>
14949
14950 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14951 to widget-apply. :action method assumes 2 arguments, not 3.
14952
14953 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14954
14955 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14956 New constants.
14957 (hs-special-modes-alist): Add an f90-mode entry.
14958
14959 2004-05-17 Sam Steingold <sds@gnu.org>
14960
14961 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14962 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14963
14964 2004-05-16 Kim F. Storm <storm@cua.dk>
14965
14966 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14967
14968 2004-05-15 John Wiegley <johnw@newartisans.com>
14969
14970 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14971 (eshell-output-object-to-target): Improve output speed 20% by not
14972 calling `eshell-stringify' if something is already known to be a string.
14973
14974 2004-05-15 Alex Ott <ott@jet.msk.su>
14975
14976 * textmodes/ispell.el (ispell-local-dictionary-alist):
14977 Add windows-1251 to the choice of coding systems.
14978 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14979 encoded in cp1251.
14980
14981 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14982
14983 * progmodes/compile.el (compilation-warning-face)
14984 (compilation-info-face): Use min-colors.
14985
14986 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14987
14988 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14989 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14990 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14991 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14992 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14993 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14994 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14995 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14996 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14997 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14998 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14999 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
15000 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
15001 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
15002
15003 2004-05-15 Kim F. Storm <storm@cua.dk>
15004
15005 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15006 Use it to set triggered-p element of timer.
15007 (timer-event-handler): Set triggered-p element non-nil while running
15008 the timer function.
15009
15010 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * descr-text.el (describe-char-unicode-data)
15013 (describe-char-unicodedata-file): Re-enable the unicode code now that
15014 the licensing issues have been cleared in the unicode-4 license.
15015 (describe-text-properties-1): Remove unused `overlay' var.
15016 (describe-char): Remove unused var `buffer'.
15017
15018 2004-05-14 David Ponce <david@dponce.com>
15019
15020 * tree-widget.el: New file.
15021
15022 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15023
15024 * language/european.el ("Brazilian Portuguese"): Add support for
15025 Brazilian Portuguese.
15026
15027 2004-05-13 John Wiegley <johnw@newartisans.com>
15028
15029 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15030 `recentf-mode' if this variable has been customized to t.
15031
15032 * eshell/esh-test.el (eshell-test): Call the function
15033 `emacs-version' rather than trying to build a custom version string.
15034
15035 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * net/telnet.el (telnet-mode): Use define-derived-mode.
15038 Don't modify the global value of comint-prompt-regexp.
15039
15040 2004-05-13 John Paul Wallington <jpw@gnu.org>
15041
15042 * version.el (emacs-version): Check for `gtk' feature before
15043 `x-toolkit' feature.
15044
15045 2004-05-13 Juanma Barranquero <lektu@terra.es>
15046
15047 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15048 arguments in the docstring, they're used only in recursive calls.
15049
15050 * help-fns.el (help-arg-highlighting-function)
15051 (help-argument-name): Delete.
15052 (help-default-arg-highlight): New function.
15053 (help-do-arg-highlighting): Use it.
15054
15055 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15056
15057 * calendar/appt.el (appt-disp-window):
15058 Use `calendar-set-mode-line' for a centered mode-line.
15059
15060 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15061
15062 * calendar/appt.el (appt-disp-window): Do not split window
15063 excessively when `split-height-threshold' is low.
15064
15065 2004-05-12 Nick Roberts <nickrob@gnu.org>
15066
15067 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15068 kill-buffer-hook here and make it local.
15069 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15070
15071 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15072
15073 * progmodes/compile.el (compilation-set-window-height):
15074 Use save-excursion to protect against misplaced marker.
15075
15076 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15077
15078 * custom.el (defface): Document that type can have value gtk.
15079
15080 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15081
15082 2004-05-12 Kenichi Handa <handa@m17n.org>
15083
15084 * descr-text.el: Require quail at comile time.
15085 (describe-char): If an input method is on and it supports the
15086 character, show how to input it.
15087
15088 * international/quail.el (quail-install-decode-map): Accept a
15089 char-table whose subtype is `quail-decode-map'.
15090 (quail-store-decode-map-key, quail-gen-decode-map1)
15091 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15092 (quail-show-key): New functions.
15093
15094 2004-05-12 Juanma Barranquero <lektu@terra.es>
15095
15096 * generic.el (define-generic-mode): Remove redundant arglist info.
15097
15098 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15099 Make arguments match their use in docstring.
15100 (help-arg-highlighting-function): New variable.
15101 (help-argument-name): Mention it in the docstring.
15102 (help-do-arg-highlight): Use it. Expand regexp to accept also
15103 ARG-xxx and xxx-ARG references.
15104
15105 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15106
15107 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15108 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15109 and "mailto:addr1?to=addr2" equal.
15110
15111 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15112
15113 * man.el (Man-getpage-in-background): Use shell-file-name
15114 and shell-command-switch variables instead of hard-coded values.
15115
15116 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15117
15118 * iimage.el: New file.
15119
15120 2004-05-11 Juanma Barranquero <lektu@terra.es>
15121
15122 * custom.el (custom-initialize-default, defcustom):
15123 Fix typo in docstring.
15124
15125 * files.el (set-visited-file-name, file-expand-wildcards):
15126 Fix docstring.
15127
15128 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15129
15130 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15131
15132 * subr.el (eventp): Be more discriminating with integers.
15133
15134 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15135
15136 * progmodes/compile.el (compile): Add universal prefix arg.
15137 (compilation-error-regexp-alist-alist): Add edg patterns.
15138
15139 2004-05-10 Sam Steingold <sds@gnu.org>
15140
15141 * textmodes/ispell.el (ispell-message):
15142 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15143
15144 2004-05-10 Dave Love <fx@gnu.org>
15145
15146 * progmodes/python.el (help-buffer): Autoload when compiling.
15147 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15148 (run-python): Prepend to any existing PYTHONPATH.
15149
15150 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15151
15152 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15153 for pending breakpoints.
15154
15155 2004-05-10 Richard M. Stallman <rms@gnu.org>
15156
15157 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15158 directly without calling any functions in Rmail.
15159 (unrmail-unprune): Function deleted.
15160
15161 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15164 C-c C-z binding.
15165
15166 2004-05-10 Kenichi Handa <handa@m17n.org>
15167
15168 * descr-text.el (describe-char): Fix previous change. Don't make
15169 a unibyte character to multibyte in the *Help* buffer.
15170
15171 2004-05-10 Miles Bader <miles@gnu.org>
15172
15173 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15174 buffer an error if the debugger process is actually running.
15175
15176 2004-05-10 Juanma Barranquero <lektu@terra.es>
15177
15178 * help-fns.el (help-argument-name): Default to italic.
15179 (help-highlight-arguments): Return always (usage . doc), even when
15180 usage is nil.
15181
15182 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15183 (define-ibuffer-filter): Add usage info.
15184 (define-ibuffer-op): Add usage info (but CL-style defaults for
15185 keyword args are not shown).
15186
15187 * subr.el (remove-overlays, read-passwd): Fix docstring.
15188 (start-process-shell-command): Fix docstring. Put usage info in a
15189 format usable by `describe-function'.
15190 (open-network-stream, open-network-stream-nowait)
15191 (open-network-stream-server): Fix docstring.
15192
15193 2004-05-09 Jason Rumney <jasonr@gnu.org>
15194
15195 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15196 Only define cp125* if windows-125* is already defined.
15197
15198 * language/korean.el (cp949): Add alias.
15199
15200 * language/chinese.el (cp936, cp950): Add aliases.
15201
15202 * language/japanese.el (cp932): Add alias.
15203
15204 * term/w32-win.el: Require code-pages.
15205
15206 * international/mule-cmds.el (set-locale-environment):
15207 On MS-Windows use ansi code-page for default coding-systems.
15208 Set up paper sizes for Windows 3 letter languages.
15209
15210 * international/code-pages.el (cp932, cp936, cp949, cp950):
15211 Add aliases. Also add cp125* if not already defined.
15212
15213 2004-05-09 Juanma Barranquero <lektu@terra.es>
15214
15215 * help-fns.el (help-highlight-arguments): Don't try to highlight
15216 missing or autoloaded arglists. Accept structured arguments, like
15217 the first ones of `do' and `flet'.
15218
15219 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15220 (cvs-get-marked): Remove redundant arglist info.
15221
15222 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15223 Don't use CL-style default args.
15224
15225 2004-05-08 Andreas Schwab <schwab@suse.de>
15226
15227 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15228
15229 * international/subst-ksc.el: Fix references to utf-translate-cjk
15230 into utf-translate-cjk-mode.
15231 * international/subst-big5.el: Likewise.
15232 * international/subst-gb2312.el: Likewise.
15233 * international/subst-jis.el: Likewise.
15234 * international/utf-16.el: Likewise.
15235 * international/utf-8.el: Likewise.
15236
15237 2004-05-08 John Wiegley <johnw@newartisans.com>
15238
15239 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15240 "virtual buffers" (off by default), which makes it possible to
15241 switch to the "virtual" buffers of recently visited files. When a
15242 buffer name search fails, and this option is on, iswitchb will
15243 look at the list of recently visited files, and permit matching
15244 against those names. When the user hits RET on a match, it will
15245 revisit that file.
15246 (iswitchb-read-buffer): Add two optional arguments, which makes
15247 isearchb.el possible.
15248 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15249 (iswitchb-next-match): Add support for virtual buffers.
15250
15251 * isearchb.el: This module extends iswitchb to provide "as you
15252 type" buffer selection.
15253
15254 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15255 Ignore the read-only property when flyspell highlighting is on.
15256 Not ignoring it leads to a series of confusing errors.
15257 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15258 but also make sure to call flyspell-incorrect-hook.
15259 (flyspell-maybe-correct-transposition): Perform transposition test
15260 by bit twiddling a string, rather than using a temp buffer.
15261 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15262 buffer. This is also the original version of the code, which
15263 could not be checked in before due to a previous lack of
15264 assignment papers. This version has seen heavy usage on my system
15265 for several years now.
15266
15267 * calendar/cal-bahai.el: New file, which adds support for the
15268 Baha'i calendar to Emacs. This calendar is based on a solar year
15269 of 19 months of 19 days, with 4 intercalary days. Each year
15270 begins on March 21, with the calendar starting in 1844.
15271
15272 * calendar/cal-menu.el, calendar/calendar.el
15273 * calendar/diary-lib.el, calendar/holidays.el:
15274 Added support for using cal-bahai.el.
15275
15276 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15277 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15278 function can be used outside of eshell buffers.
15279 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15280
15281 2004-05-08 Juanma Barranquero <lektu@terra.es>
15282
15283 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15284 word constituent so FOO-ARG is not recognized as an arg.
15285 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15286
15287 * simple.el (next-error): Fix typo in docstring.
15288 (open-line): Make argument names match their use in docstring.
15289 (split-line): Fix docstring.
15290
15291 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15292 usable by `describe-function'.
15293 (gensym, gentemp, typep, ignore-errors): Make argument names match
15294 their use in docstring.
15295
15296 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15297 argument to `help-setup-xref'.
15298
15299 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15300
15301 Version 2.0.40 of Tramp released.
15302
15303 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15304 Use symbol-function to invoke functions only known on some Emacs
15305 flavors. This avoids byte-compiler warnings. Reported by Kevin
15306 Scaldeferri <kevin@scaldeferri.com>.
15307 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15308 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15309 consistent with the other tramp-do-* functions.
15310 (tramp-do-copy-or-rename-file): Calls adjusted.
15311 (tramp-process-initial-commands): Avoid liveness check on shell --
15312 we know that it must be alive since we're opening a connection at
15313 this moment.
15314 (tramp-last-cmd): New internal variable.
15315 (tramp-process-echoes): New tunable.
15316 (tramp-send-command): Set tramp-last-cmd.
15317 (tramp-wait-for-output): Delete echo, if applicable.
15318 (tramp-read-passwd): Construct the key for the password cache in a
15319 way that works for multi methods, too.
15320 (tramp-bug): Add backup-directory-alist and
15321 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15322
15323 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15324
15325 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15326
15327 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15328 (tramp-actions-copy-out-of-band): New defcustoms.
15329 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15330 used instead of a synchronous one. Allows password entering.
15331 (tramp-action-out-of-band): New defun.
15332 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15333 Remove restriction with password from doc string.
15334 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15335 `tramp-out-of-band-prompt-regexp',
15336 `tramp-actions-copy-out-of-band', `password-cache' and
15337 `password-cache-expiry'.
15338 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15339 password caching.
15340 (tramp-touch): FILE can be a local file, too.
15341 (TODO): Remove items done.
15342 (tramp-handle-insert-directory): Properly quote file name also if
15343 not full-directory-p. Handle wildcard case. Reported by Andreas
15344 Schwab <schwab@suse.de>.
15345 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15346 new file.
15347 (tramp-handle-file-local-copy, tramp-handle-write-region):
15348 The permissions of the temporary file are set if filename exists.
15349 Reported by Ted Stern <stern@cray.com>.
15350 (tramp-backup-directory-alist)
15351 (tramp-bkup-backup-directory-info): New defcustoms.
15352 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15353 (tramp-handle-find-backup-file-name): New function.
15354 Implements Tramp's find-backup-file-name.
15355
15356 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15357 for `find-backup-file-name'.
15358
15359 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15360 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15361
15362 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15363
15364 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15365
15366 2004-05-07 Juanma Barranquero <lektu@terra.es>
15367
15368 * subr.el (lambda): Add arglist description to docstring.
15369 (declare): Fix typo in docstring.
15370 (open-network-stream): Fix docstring.
15371 (process-kill-without-query): Fix docstring and add obsolescence info.
15372 (last, butlast, nbutlast): Make arguments match their use in docstring.
15373 (insert-buffer-substring-no-properties): Likewise.
15374 (insert-buffer-substring-as-yank): Likewise.
15375 (split-string): Fix docstring.
15376
15377 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15378 Make argument names match their use in docstring.
15379
15380 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15381
15382 2004-05-06 Nick Roberts <nickrob@gnu.org>
15383
15384 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15385 Fit first sentence on one line for apropos-command.
15386
15387 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 Changes largely merged in from Dave Love's code.
15390 * progmodes/python.el: Doc fixes.
15391 (python-mode-map): Add python-complete-symbol.
15392 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15393 (python-comment-indent, python-complete-symbol)
15394 (python-symbol-completions, python-partial-symbol)
15395 (python-try-complete): New.
15396 (python-indent-line): Remove optional arg. Use python-block-end-p.
15397 (python-check): Bind compilation-error-regexp-alist.
15398 (inferior-python-mode): Use rx. Move keybindings to top level.
15399 Set comint-input-filter.
15400 (python-preoutput-filter): Use rx.
15401 (python-input-filter): Re-introduce.
15402 (python-proc): Start new process if necessary.
15403 Check python-buffer non-nil.
15404 (view-return-to-alist): Defvar.
15405 (python-send-receive): New.
15406 (python-eldoc-function): Use it.
15407 (python-mode-running): Don't defvar.
15408 (python-mode): Set comment-indent-function.
15409 Maybe update hippie-expand-try-functions-list.
15410 (python-indentation-levels): Initialize differently.
15411 (python-block-end-p): New.
15412 (python-indent-line): Use it.
15413 (python-compilation-regexp-alist): Augment.
15414 (run-python): Import `emacs' module to Python rather than loading
15415 code directly. Set python-buffer differently.
15416 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15417 Use python-proc.
15418 (python-send-command): Go to end of comint buffer.
15419 (python-load-file): Use python-proc, emacs.eimport.
15420 (python-describe-symbol): Simplify interactive form.
15421 Use emacs.help. Do use temp-buffer-show-hook.
15422 Call print-help-return-message.
15423 (hippie-exp): Require when compiling.
15424 (python-preoutput-continuation): Use rx.
15425
15426 * diff-mode.el (diff-make-unified): Fix regexp.
15427
15428 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15429
15430 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15431 filter groups from the buffer when rebuilding the Ibuffer buffer
15432 and `ibuffer-show-empty-filter-groups' is nil.
15433
15434 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15435
15436 * ps-print.el (ps-print-quote): Call ps-value-string.
15437 (ps-setup): Call ps-comment-string.
15438 (ps-value-string, ps-comment-string): New funs.
15439
15440 2004-05-06 Juanma Barranquero <lektu@terra.es>
15441
15442 * ehelp.el (electric-help-command-loop): Check whether the last
15443 character is visible, not (point-max).
15444
15445 * help-fns.el (help-argument-name): Default to bold; don't inherit
15446 from font-lock-variable-name-face.
15447 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15448
15449 2004-05-05 Kenichi Handa <handa@m17n.org>
15450
15451 * descr-text.el (describe-char): Copy the character with text
15452 properties and overlays into the first line, and call
15453 describe-text-properties on it.
15454
15455 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15456
15457 * iswitchb.el (iswitchb-global-map): Fix typo.
15458 Remove unwanted ###autoloads from source file.
15459
15460 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15461
15462 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15463 in run-hooks. Use substitute-command-keys in message.
15464 (wdired-abort-changes): Add message.
15465
15466 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15467
15468 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15469 (sql-emacs20-p): Remove.
15470 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15471 (sql-builtin-face, sql-doc-face): Remove.
15472 (sql-mode-ansi-font-lock-keywords)
15473 (sql-mode-oracle-font-lock-keywords)
15474 (sql-mode-postgres-font-lock-keywords)
15475 (sql-mode-linter-font-lock-keywords)
15476 (sql-mode-ms-font-lock-keywords)
15477 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15478 (sql-product-font-lock): Fix font-lock reset when font rules change.
15479 (sql-highlight-product): Remove incorrect font-lock reset logic.
15480
15481 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15482
15483 * ses.el (ses-set-parameter): Fix typo.
15484
15485 2004-05-04 Kim F. Storm <storm@cua.dk>
15486
15487 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15488 Must expand directory for completion to work; and don't mess with
15489 process-environment.
15490 (ido-read-file-name): If command has ido property, don't use ido
15491 if value is ignore, or read as directory if value is dir.
15492 Set ido ignore property for dired-do-rename command.
15493
15494 2004-05-04 Juanma Barranquero <lektu@terra.es>
15495
15496 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15497 (electric-help-help): Check against unmapped commands.
15498
15499 * help-fns.el (help-argument-name): New face, inheriting from
15500 font-lock-variable-name-face, to highlight function arguments in
15501 `describe-function' and `describe-key'.
15502 (help-do-arg-highlight): Auxiliary function to highlight a given
15503 list of arguments in a string.
15504 (help-highlight-arguments): Highlight the function arguments and
15505 all uses of them in the docstring.
15506 (describe-function-1): Use it. Do docstring output via `insert',
15507 not 'princ', so text attributes are preserved.
15508
15509 * winner.el (winner-mode-map): Move `winner-undo' and
15510 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15511 previous bindings conflict with `prev-buffer', `next-buffer').
15512
15513 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15514
15515 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15516 (bibtex-entry-update): New command bound to C-c C-u.
15517 (bibtex-text-in-string): Fix regexp.
15518 (bibtex-assoc-of-regexp): Remove.
15519 (bibtex-progress-message): Fix docstring.
15520 (bibtex-inside-field): Use if.
15521 (bibtex-assoc-regexp): New function.
15522 (bibtex-format-entry): Make code more robust so that it formats
15523 also old entries.
15524 (bibtex-autokey-demangle-title): Merge with obsolete function
15525 bibtex-assoc-of-regexp.
15526 (bibtex-field-list): New function.
15527 (bibtex-entry): Use bibtex-field-list.
15528 (bibtex-parse-entry): Fix docstring.
15529 (bibtex-print-help-message): Use bibtex-field-list.
15530 (bibtex-make-field): Use bibtex-field-list.
15531 (bibtex-entry-index): Bugfix. Return crossref key if required.
15532 (bibtex-lessp): Fix docstring.
15533
15534 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15535
15536 * select.el (xselect-convert-to-string): Move comment to intended line.
15537
15538 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15539
15540 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15541 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15542
15543 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15544
15545 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15546 x-get-selection.
15547
15548 2004-05-03 Jason Rumney <jasonr@gnu.org>
15549
15550 * makefile.nt: Remove.
15551
15552 2004-05-03 Kim F. Storm <storm@cua.dk>
15553
15554 * emulation/cua-base.el (cua--update-indications): Fix last change.
15555 (cua-mode): Deactivate mark when cua-mode is enabled.
15556
15557 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15558
15559 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15560
15561 2004-05-03 Nick Roberts <nickrob@gnu.org>
15562
15563 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15564 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15565 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15566 window over visible frames.
15567 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15568
15569 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * progmodes/compile.el (compilation-gcpro): New var.
15572 (compilation-fake-loc): Use it.
15573 (compilation-forget-errors): Reset it.
15574
15575 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15576
15577 * diff-mode.el (diff-header-face, diff-file-header-face):
15578 Use min-colors.
15579
15580 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15581
15582 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15583 (bibtex-clean-entry): Disentangle code.
15584 (bibtex-realign): New function.
15585 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15586 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15587 Remove undocumented optional arg called-by-convert-alien.
15588 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15589 for sorting instead of bibtex-sort-buffer.
15590
15591 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15592
15593 * progmodes/compile.el (compilation-start): In the
15594 no-async-subprocesses branch, call sit-for to give redisplay a
15595 chance to show the updated process status in the mode line, and
15596 fontify the buffer explicitly after the process exits.
15597
15598 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * progmodes/python.el (python-compilation-line-number): Remove.
15601 (python-compilation-regexp-alist): Don't use it any more.
15602 (python-orig-start, python-input-filter): Remove.
15603 (inferior-python-mode): Don't set up comint-input-filter-functions.
15604 (python-send-region): Use compilation-fake-loc.
15605
15606 * progmodes/compile.el (compilation-messages-start): New var.
15607 (compilation-mode): Don't setup next-error-function here.
15608 (compilation-setup): Set it up here instead (for minor modes as well).
15609 Make compilation-messages-start buffer local.
15610 (compilation-next-error-function): Use it.
15611 (compilation-forget-errors): Set compilation-messages-start.
15612
15613 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15614
15615 * ielm.el (ielm-prompt-read-only): Update docstring.
15616
15617 * comint.el (comint-prompt-read-only): Update docstring.
15618 (comint-update-fence, comint-kill-whole-line)
15619 (comint-kill-region): New functions.
15620
15621 * simple.el (kill-whole-line): Use "p" instead of "P" in
15622 interactive form.
15623
15624 2004-05-01 Juanma Barranquero <lektu@terra.es>
15625
15626 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15627 format arglist so default values in CL-style argument lists are
15628 correctly shown.
15629
15630 2004-05-01 Jason Rumney <jasonr@gnu.org>
15631
15632 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15633
15634 2004-05-01 Kenichi Handa <handa@m17n.org>
15635
15636 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15637 quail file if it is up to date.
15638
15639 2004-04-30 Juri Linkov <juri@jurta.org>
15640
15641 * cus-edit.el (custom-mode-map):
15642 Add key binding `C-x C-s' to `Custom-save'.
15643
15644 * outline.el (outline-blank-line): New var.
15645 (outline-next-preface, outline-show-heading)
15646 (outline-end-of-subtree): Use it.
15647
15648 * dired-aux.el (dired-touch-initial): New fun.
15649 (dired-do-chxxx): Call it for op-symbol `touch'.
15650 (dired-diff): Use `dired-dwim-target-directory'
15651 if current dired buffer has no buffer mark.
15652
15653 * bindings.el (propertized-buffer-identification):
15654 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15655 Add C-M-arrow keys for consistency.
15656
15657 * files.el (confirm-kill-emacs):
15658 Change group from top-level `emacs' to `convenience'.
15659
15660 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15661 Push mark on the first call of successive command calls.
15662 (insert-pair): New fun created from `insert-parentheses' with
15663 `open' and `close' arguments added. Enclose active regions
15664 in paired characters. Compare adjacent characters syntax with
15665 inserted characters syntax before inserting a space.
15666 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15667
15668 * delsel.el: Don't put `delete-selection' property
15669 on `insert-parentheses' symbol to take advantage of
15670 region handling in `insert-pair' function.
15671 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15672
15673 2004-04-30 Kim F. Storm <storm@cua.dk>
15674
15675 * emulation/cua-base.el: Add support for changing cursor types;
15676 based on patch from Michael Mauger.
15677 (cua-normal-cursor-color, cua-read-only-cursor-color)
15678 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15679 Customization cursor type and/or cursor color.
15680 (cua--update-indications): Handle cursor type changes.
15681 (cua-mode): Update cursor indications if enabled.
15682
15683 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15684
15685 * mouse.el (mouse-drag-copy-region): New defcustom.
15686 (mouse-set-region, mouse-drag-region-1): Use it.
15687
15688 * simple.el (kill-ring-save): If region face background color is
15689 unspecified (if no highlighting), show extent of fully visible
15690 region even if transient-mark-mode is enabled.
15691
15692 * emulation/cua-base.el (cua--standard-movement-commands):
15693 Add cua-scroll-up and cua-scroll-down.
15694 (cua-scroll-up, cua-scroll-down): New commands.
15695 (cua--init-keymaps): Remap scroll-up and scroll-down.
15696
15697 * emulation/cua-rect.el (cua--convert-rectangle-as):
15698 New defmacro.
15699 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15700 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15701 New commands (suggested by Jordan Breeding).
15702
15703 2004-04-30 Juanma Barranquero <lektu@terra.es>
15704
15705 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15706
15707 2004-04-30 Mario Lang <mlang@delysid.org>
15708
15709 * diff.el (diff-switches): Fix typo in docstring.
15710
15711 2004-04-30 Alex Schroeder <alex@gnu.org>
15712
15713 * xml.el (xml-debug-print-internal): Don't add newline and
15714 indentation to text nodes and write empty elements as empty tags
15715 instead of opening and closing tags.
15716 (xml-debug-print): Take optional indent-string argument.
15717 (xml-print): Alias for xml-debug-print.
15718
15719 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15720
15721 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15722 than duplicate call to `line-beginning-position'.
15723
15724 * progmodes/f90.el (f90-get-present-comment-type):
15725 Return whitespace, as well as comment chars, for consistent filling
15726 of comment blocks. Use `match-string-no-properties'.
15727 (f90-break-line): Trim trailing whitespace when filling comments.
15728
15729 2004-04-30 Dave Love <fx@gnu.org>
15730
15731 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15732 (diary-from-outlook-internal, diary-from-outlook)
15733 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15734 New functions to import diary entries from Outlook-format
15735 appointments in mail messages.
15736
15737 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * progmodes/python.el (python-send-command): New fun.
15740 (python-send-region, python-load-file): Use it.
15741
15742 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15743
15744 * help-fns.el (help-C-file-name): Use new subr-name.
15745 Prepend `src/' to the file name.
15746 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15747 (describe-function-1, describe-variable): Only find a C source file
15748 name if DOC is already loaded.
15749
15750 * help-mode.el (help-function-def, help-variable-def):
15751 Use the new find-function-search-for-symbol functionality.
15752 Allow FILE to be `C-source'.
15753
15754 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15755 (find-function-C-source): New fun.
15756 (find-function-search-for-symbol): Use it.
15757
15758 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15759
15760 * progmodes/sql.el (sql-product-alist): Rename variable
15761 `sql-product-support'. Add Postgres login parameters.
15762 (sql-set-product, sql-product-feature): Update with renamed variable.
15763 (sql-connect-postgres): Add username prompt.
15764 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15765 Make patterns less product specific.
15766 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15767 (sql-mode-abbrev-table): Modify initialization.
15768 (sql-builtin-face): Add variable.
15769 (sql-keywords-re): Add macro.
15770 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15771 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15772 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15773 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15774 (sql-mode-linter-font-lock-keywords)
15775 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15776 (sql-mode-sybase-font-lock-keywords)
15777 (sql-mode-informix-font-lock-keywords)
15778 (sql-mode-interbase-font-lock-keywords)
15779 (sql-mode-ingres-font-lock-keywords)
15780 (sql-mode-solid-font-lock-keywords)
15781 (sql-mode-sqlite-font-lock-keywords)
15782 (sql-mode-db2-font-lock-keywords): Default to nil.
15783 (sql-product-font-lock): Always highlight ANSI keywords.
15784 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15785 (sql-send-string): Add function.
15786
15787 2004-04-29 Dave Love <fx@gnu.org>
15788
15789 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15790 (cfengine-end-of-defun): Ensure progress through buffer.
15791
15792 * info-look.el (cfengine-mode): Accept a terminal ().
15793
15794 2004-04-29 Juri Linkov <juri@jurta.org>
15795
15796 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15797 instead of isearch-yank-word-or-char. Add new key bindings for
15798 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15799 (isearch-del-char): New fun.
15800 (isearch-forward, isearch-edit-string): Update docstring.
15801 (isearch-yank-char): Doc fix.
15802 (isearch-other-meta-char): Restore point after scrolling.
15803
15804 * progmodes/compile.el (compilation-context-lines): Add nil option
15805 to disable compilation output window scrolling.
15806 (compilation-set-window): Use it.
15807
15808 * outline.el (outline-next-preface, outline-show-heading):
15809 Don't leave unhidden blank line before heading.
15810 (outline-end-of-subtree): Include last newline into subtree.
15811 (hide-entry): Leave point at beginning of heading instead of end.
15812 (outline-up-heading): Push mark for the first call of successive
15813 command calls.
15814
15815 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15816
15817 * comint.el (comint-prompt-read-only): New variable.
15818 (comint-output-filter): Implement it.
15819
15820 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15821 (ielm-prompt-internal): New variable.
15822 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15823 (ielm-send-input): Delete unused variable `buf'.
15824 (ielm-eval-input): Use `ielm-prompt-internal'.
15825 (inferior-emacs-lisp-mode): Use new variables
15826 `comint-prompt-read-only' and `ielm-prompt-internal'.
15827 Get rid of obsolete variable `directory-sep-char'.
15828 (ielm): Use `zerop'.
15829
15830 2004-04-29 John Paul Wallington <jpw@gnu.org>
15831
15832 * thumbs.el (toplevel): Require cl at compile time.
15833 Remove conditional definitions of `ignore-errors' and `caddar'
15834 because they occur at run time.
15835
15836 2004-04-28 Nick Roberts <nickrob@gnu.org>
15837
15838 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15839 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15840 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15841 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15842
15843 * progmodes/gud.el (gud-common-init): Throw an error if program is
15844 already running under gdb.
15845
15846 2004-04-28 John Paul Wallington <jpw@gnu.org>
15847
15848 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15849 (thumbs-show-image-num): Move assignment of
15850 `thumbs-current-image-filename' within scope of `i'.
15851 (thumbs-emboss-image): Don't use `evenp'.
15852
15853 2004-04-28 Richard M. Stallman <rms@gnu.org>
15854
15855 * progmodes/compile.el (compilation-context-lines): Default now 0.
15856
15857 2004-04-28 Juanma Barranquero <lektu@terra.es>
15858
15859 Use `time-less-p' from calendar/time-date.el instead of defining
15860 custom versions of it.
15861
15862 * pcomplete.el (pcomplete-time-less-p): Remove.
15863
15864 * thumbs.el (time-less-p): Remove.
15865
15866 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15867 (timeclock-generate-report): Use `time-less-p'.
15868
15869 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15870 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15871
15872 2004-04-28 Masatake YAMATO <jet@gyve.org>
15873
15874 * subr.el (remove-overlays): Make arguments optional.
15875
15876 * wid-edit.el (widget-specify-button): Put evaporate to the
15877 overlay for sample.
15878 (widget-specify-sample): Put evaporate to the overlay for sample.
15879 (widget-specify-doc): Put evaporate to the overlay for documentation.
15880
15881 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15882
15883 * info.el (info-apropos): Make it an index node. Align node names
15884 like makeinfo.
15885
15886 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15887
15888 * net/browse-url.el (browse-url-netscape-sentinel)
15889 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15890 (browse-url-epiphany-sentinel, browse-url-mosaic):
15891 Use browse-url-*-program instead of a literal program name.
15892
15893 2004-04-27 Kevin Ryde <user42@zip.com.au>
15894
15895 * eshell/em-alias.el:
15896 * eshell/em-dirs.el:
15897 * eshell/em-hist.el:
15898 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15899 features when M-x customize-group loads modules before the main
15900 eshell.el.
15901
15902 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15903
15904 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15905 either a character representation of an event or an event
15906 description list.
15907
15908 * type-break.el: Capitalise Emacs and Lisp.
15909 (type-break-good-break-interval, type-break-demo-boring-stats)
15910 (type-break-terse-messages, type-break-file-name): New defcustoms.
15911 (type-break-post-command-hook)
15912 (type-break-warning-countdown-string): Quote variable names in doc.
15913 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15914 (type-break-mode): Document type-break-good-break-interval and the
15915 "session" file. Schedule break according to the session file.
15916 Kill session file buffer on exit. Organise for save-some-buffers
15917 to always save the session file.
15918 (type-break-mode-line-message-mode, type-break-query-mode):
15919 Uppercase arguments.
15920 (type-break-file-time, type-break-file-keystroke-count, timep)
15921 (type-break-choose-file, type-break-get-previous-time)
15922 (type-break-get-previous-count): New defuns.
15923 (type-break): Avoid break querying after a completed break in the
15924 case where the query was initiated during user invocation of the
15925 break. Optional terse messages.
15926 Use type-break-good-break-interval if type-break-good-rest-interval is
15927 nil. File the break time.
15928 (type-break-schedule): New optional args for overriding the use of
15929 the current time.
15930 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15931 after a break.
15932 (type-break-check): File the keystroke count.
15933 (type-break-do-query): Prevent a second query when the break is
15934 interrupted. Optional terse message.
15935 (type-break-keystroke-reset): Record the start of a typing interval.
15936 (type-break-demo-boring): Optional terse messages. Display word
15937 per minute and keystroke counts according to
15938 type-break-demo-boring-stats.
15939
15940 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15941
15942 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15943 directories, make sure they exist under archive-tmpdir.
15944
15945 2004-04-27 Juri Linkov <juri@jurta.org>
15946
15947 * help.el (view-emacs-news): With argument, display info for the
15948 selected version by finding it among different NEWS files, and
15949 narrowing the buffer to the selected version.
15950
15951 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15952 same-window-buffer-names.
15953 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15954 non-numeric prefix argument, append the number to the buffer name
15955 for numeric prefix argument.
15956 (info-other-window): Bind same-window-regexps to nil.
15957 (Info-reference-name): Rename to Info-point-loc.
15958 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15959 and Info-find-index-name for stringy Info-point-loc.
15960 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15961 without middle `.', but with final `.' and optional line number
15962 for it. Set Info-point-loc for index nodes.
15963 (Info-index): Remove middle `.' from index entry regexp.
15964 Modify line number regexp.
15965 (Info-index-next): Decrement line number.
15966 (info-apropos): Remove middle `.' from index entry regexp.
15967 Add optional line number regexp at the end. Add matched value
15968 for line number to the result list and insert it to the buffer.
15969 Replace match-string by match-string-no-properties.
15970 Reorder result list.
15971 (Info-fontify-node): Hide index line numbers.
15972 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15973 empty matches.
15974 (Info-follow-reference): Use `str' instead of
15975 Info-following-node-name-re.
15976 (Info-toc): Use full file names. Set Info-current-node to "Top".
15977 (Info-fontify-node): Compare file names without directory name.
15978 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15979 Set second arg of Info-extract-menu-node-name for index nodes.
15980 (info-xref-visited): Use magenta3 instead of magenta4.
15981 (Info-mode): Add info-apropos to docstring.
15982
15983 * log-view.el (log-view-diff): Replace interactive code "r"
15984 by a list to allow to call it even if region is not active.
15985
15986 * paren.el (show-paren-highlight-openparen): New var.
15987 (show-paren-function): Turn on openparen highlighting when
15988 matching forward if show-paren-highlight-openparen is non-nil.
15989
15990 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15991 the constant value 1.
15992 (completions-common-part): Expand docstring.
15993
15994 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15995
15996 2004-04-27 Kim F. Storm <storm@cua.dk>
15997
15998 * image.el (insert-sliced-image): Use line-height instead of
15999 line-spacing property on newline.
16000
16001 2004-04-26 Lars Hansen <larsh@math.ku.dk>
16002
16003 * desktop.el (desktop-buffer-misc-data-function): Rename to
16004 desktop-save-buffer and change docstring.
16005 (desktop-buffer-modes-to-save): Delete.
16006 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16007 desktop-buffer-modes-to-save.
16008 (desktop-save): Rename desktop-buffer-misc-data-function to
16009 desktop-save-buffer and allow non-function value.
16010 (desktop-missing-file-warning): Correct docstring.
16011
16012 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16013 to desktop-save-buffer.
16014
16015 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16016 desktop-save-buffer.
16017
16018 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16019
16020 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16021
16022 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16023
16024 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16025
16026 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16027
16028 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16029 (ielm): Only go to the end of the buffer when starting a new process.
16030
16031 2004-04-25 Juanma Barranquero <lektu@terra.es>
16032
16033 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16034 mode line. Bind `inhibit-read-only' to t before modifying
16035 properties of text in the buffer.
16036 (ielm): Force point to the end of buffer, even when running ielm
16037 from inside itself.
16038
16039 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16040
16041 * info.el (info-apropos): Reset Info-complete-cache.
16042
16043 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16044
16045 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16046 Also recognize severe Irix et al. messages.
16047 (compilation-normalize-filename, compile-abbreviate-directory):
16048 Delete functions.
16049 (compilation-get-file-structure): New function inherits
16050 functionality of the two preceding ones.
16051 (compilation-internal-error-properties, compilation-fake-loc):
16052 Use it so that different paths to the same file share the same
16053 markers. Also optimize finding adjacent marker slightly.
16054
16055 2004-04-25 Kim F. Storm <storm@cua.dk>
16056
16057 * image.el (insert-sliced-image): Add line-spacing t property
16058 to newlines separating image lines.
16059
16060 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16061
16062 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16063
16064 * ielm.el (ielm-prompt-read-only): New user option.
16065 (ielm-prompt): Expand docstring to describe new behavior.
16066 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16067 mention it in the docstring.
16068
16069 2004-04-24 Andreas Schwab <schwab@suse.de>
16070
16071 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16072
16073 * diff.el (diff): Set default-directory in diff buffer.
16074
16075 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16076
16077 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16078 mail was being composed if the terminal cannot display more than
16079 one frame; instead, switch to previous frame.
16080
16081 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16082 (rmail-start-mail): Support rmail-mail-new-frame even on
16083 terminals that can display only one frame at a time.
16084
16085 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16088 (checkdoc-output-font-lock-keywords): Remove error regexp.
16089 (checkdoc-output-mode-map): Remove.
16090 (checkdoc-output-mode): Derive from compilation-mode.
16091 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16092
16093 * dired.el (dired-mode-map): Add a menu entry for wdired.
16094
16095 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16096 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16097
16098 * wdired.el (wdired-mode-map): Move init into declaration.
16099 Fix `return' binding.
16100 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16101 Use force-mode-line-update.
16102 (wdired-get-filename): Use `unless'.
16103 (wdired-preprocess-files): Don't assume names have no \n and use / for
16104 dir separator.
16105 (wdired-normalize-filename): Use replace-regexp-in-string.
16106 (wdired-load-hooks): Remove.
16107 (wdired-mode-hooks): Rename to wdired-mode-hook.
16108
16109 * info-look.el: Add support for cfengine-mode.
16110 (info-lookup-setup-mode): Use dolist.
16111
16112 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16113
16114 * wdired.el: New file.
16115
16116 2004-04-23 Juanma Barranquero <lektu@terra.es>
16117
16118 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16119
16120 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16121 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16122 (pcomplete--help, pcomplete--here): Doc fixes.
16123
16124 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16125
16126 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16127 handles wrong-number-of-arguments in backend call.
16128
16129 * vc.el (vc-print-log): Likewise.
16130
16131 2004-04-20 Dave Love <fx@gnu.org>
16132
16133 * emacs-lisp/rx.el: Doc fixes.
16134 (rx-constituents): Add/extend many forms.
16135 (rx-check): Check form is a list.
16136 (bracket): Defvar.
16137 (rx-check-any, rx-any, rx-check-not): Modify.
16138 (rx-not): Simplify.
16139 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16140 (rx-kleene): Use rx-trans-forms.
16141 (rx-quote-for-set): Delete.
16142 (rx): Allow multiple args.
16143
16144 2004-04-23 Kenichi Handa <handa@m17n.org>
16145
16146 * international/mule-util.el (char-displayable-p): Simplify by
16147 using internal-char-font.
16148
16149 2004-04-23 Juanma Barranquero <lektu@terra.es>
16150
16151 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16152
16153 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16154
16155 * diff-mode.el (diff-next-error): New fun.
16156 (diff-mode): Use it.
16157
16158 * simple.el (next-error): Change arg name.
16159 Add support for the documented C-u C-x ` usage.
16160
16161 * frame.el (special-display-popup-frame, next-multiframe-window)
16162 (previous-multiframe-window): Only consider frames on same display.
16163
16164 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16165
16166 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16167 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16168
16169 2004-04-22 Kim F. Storm <storm@cua.dk>
16170
16171 * net/telnet.el (telnet): Add optional port arg.
16172
16173 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16174
16175 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16176 Minor sanity check on the `hyperlink' slot.
16177
16178 * Makefile.in (recompile): Compile new files.
16179
16180 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16181 Add byte-recompile-directory's optional `arg'.
16182
16183 * cvs-status.el (cvs-tree-use-charset): New var.
16184 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16185 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16186 (cvs-status-cvstrees): Use it.
16187
16188 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16189 Make it a normal major mode.
16190 (checkdoc-buffer-label): Make sure the file name is meaningful.
16191 (checkdoc-output-to-error-buffer): Remove.
16192 (checkdoc-error, checkdoc-start-section): Rewrite.
16193
16194 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16195 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16196 (Info-title-4-face): Use new syntax.
16197 (info-xref-visited): Inherit from info-xref.
16198
16199 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16200
16201 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16202
16203 * simple.el (next-error-last-buffer, next-error-function):
16204 New variables for the next-error framework.
16205 (next-error-buffer-p): New function.
16206 (next-error-find-buffer): Generalize compilation-find-buffer.
16207 (next-error, previous-error, first-error, next-error-no-select)
16208 (previous-error-no-select): Move from compile.el.
16209
16210 * replace.el (occur-next-error, occur-1): Hook into the next-error
16211 framework.
16212
16213 * progmodes/compile.el (compilation-start):
16214 Set next-error-last-buffer so next-error knows where to jump.
16215 (compilation-setup): Set the buffer-local variable
16216 next-error-function to 'compilation-next-error-function.
16217 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16218 alternate way to find if a buffer is a compilation buffer, for
16219 next-error convenience.
16220 (next-error-no-select, previous-error-no-select, next-error)
16221 (previous-error, first-error): Move to simple.el.
16222 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16223 (compilation-last-buffer): Remove.
16224 (compilation-start, compilation-next-error, compilation-setup)
16225 (compilation-next-error-function, compilation-find-buffer):
16226 Remove compilation-last-buffer use.
16227
16228 2004-04-21 Juanma Barranquero <lektu@terra.es>
16229
16230 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16231 (font-lock-warning-face): Fix spacing.
16232
16233 * makefile.w32-in (WINS): Add url/ directory.
16234
16235 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16236
16237 * desktop.el (desktop-buffer-mode-handlers): New variable.
16238 Alist of major mode specific functions to restore a desktop buffer.
16239 (desktop-buffer-handlers): Make variable obsolete.
16240 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16241 Catch errors signaled in handlers. Update buffer count.
16242 Evaluate desktop-buffer-point.
16243 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16244 move to dired.el.
16245 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16246 move to info.el.
16247 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16248 move to mail/rmail.el.
16249 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16250 to mh-e/mh-e.el.
16251 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16252 On fail, print message (to message buffer) even if
16253 desktop-missing-file-warning is nil.
16254 (desktop-buffer-misc-data-function): New buffer local variable.
16255 Function returning major mode specific data.
16256 (desktop-buffer-misc-functions): Make variable obsolete.
16257 (desktop-save): Use desktop-buffer-misc-data-function.
16258 (desktop-buffer-dired-misc-data): Rename to
16259 dired-desktop-buffer-misc-data and move to dired.el.
16260 (desktop-buffer-info-misc-data): Rename to
16261 Info-desktop-buffer-misc-data and move to info.el.
16262 (desktop-read): Add message about number of buffers restored/failed.
16263
16264 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16265 Add parameters. Pause to display error only when
16266 desktop-missing-file-warning is non-nil.
16267 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16268 (dired-mode): Bind desktop-buffer-misc-data-function.
16269
16270 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16271 Add Parameters.
16272 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16273 (Info-mode): Bind desktop-buffer-misc-data-function.
16274
16275 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16276 Add Parameters.
16277
16278 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16279 Add Parameters.
16280
16281 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16282
16283 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16284 the case of letters in case-insensitive expansions when the
16285 abbrev is preceded by characters with letter syntax.
16286
16287 2004-04-21 Richard M. Stallman <rms@gnu.org>
16288
16289 * progmodes/cperl-mode.el (cperl-putback-char):
16290 Delete Emacs 18 definition.
16291
16292 * international/mule.el (ctext-post-read-conversion):
16293 Use assoc-string, not assoc-ignore-case.
16294
16295 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16296
16297 * emacs-lisp/easymenu.el (easy-menu-add):
16298 Do call x-popup-menu, but only if it's defined.
16299
16300 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16301
16302 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16303 Handle multiple args: compile like progn.
16304
16305 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16306 take all args as &rest arg.
16307
16308 * autoinsert.el (auto-insert-alist): Insert the user's name in
16309 copyright notice, rather than Free Software Foundation.
16310
16311 2004-04-21 Kenichi Handa <handa@m17n.org>
16312
16313 * descr-text.el (describe-char): Make it work on *Help* buffer.
16314
16315 2004-04-21 Kim F. Storm <storm@cua.dk>
16316
16317 * image.el (insert-image): Add optional SLICE arg.
16318 (insert-sliced-image): New defun.
16319
16320 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16321
16322 * subr.el (read-number): Check whether `default' is nil.
16323
16324 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16325
16326 * progmodes/compile.el (compilation-error-properties):
16327 Split into two.
16328 (compilation-internal-error-properties): New one.
16329 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16330
16331 2004-04-20 Richard M. Stallman <rms@gnu.org>
16332
16333 * window.el (split-window-save-restore-data):
16334 Don't update the data if OLD-INFO is nil.
16335
16336 * view.el (view-return-to-alist): Mark it permanent local.
16337
16338 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16339
16340 * recentf.el (recentf-save-list): Catch and warn about errors.
16341
16342 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16343 so "Buffers" won't be pure.
16344
16345 * help-mode.el (help-mode-finish): Set help-return-alist first
16346 thing, setting only the entry for the selected window.
16347
16348 * help-fns.el (describe-function-1): If many non-control non-meta
16349 keys run the command, don't list all of them.
16350
16351 2004-04-20 Juanma Barranquero <lektu@terra.es>
16352
16353 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16354 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16355
16356 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16357
16358 2004-04-20 Kenichi Handa <handa@m17n.org>
16359
16360 * international/quail.el (quail-lookup-key): New optional arg
16361 NOT-RESET-INDICES.
16362 (quail-get-translations): Call quail-lookup-key with
16363 NOT-RESET-INDICES t.
16364 (quail-completion): Likewise.
16365 (quail-lookup-map-and-concat): Likewise.
16366
16367 2004-04-20 Kenichi Handa <handa@m17n.org>
16368
16369 * international/quail.el (quail-update-translation): Don't insert
16370 such an unsupported multibyte char in a unibyte buffer.
16371
16372 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16373
16374 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16375 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16376 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16377 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16378 (gdb-frame-assembler-buffer): Improve behaviour with
16379 multiple frames.
16380 (gdb-display-buffer): Extend search to all visible frames.
16381
16382 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16383
16384 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16385 characters left after base64 decoding.
16386 (rmail-decode-region): Use -dos variety of `coding', to remove any
16387 ^M characters left after qp or base64 decoding.
16388
16389 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16390
16391 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16392 messages.
16393
16394 2004-04-19 Stephen Eglen <stephen@gnu.org>
16395
16396 * add-log.el (add-change-log-entry): Update doc string to mention
16397 add-log-full-name and add-log-mailing-address.
16398
16399 2004-04-18 Juri Linkov <juri@jurta.org>
16400
16401 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16402 (Info-find-node-2): Simplify error message.
16403 (Info-insert-dir): Use Info-following-node-name.
16404 (Info-goto-node): Remove *info-history* and *info-toc*.
16405 (Info-history): Create a node of the virtual history file.
16406 (Info-toc): Create a node of the virtual toc file.
16407 (Info-insert-toc): New arg `curr-file' for reference file names.
16408 (info-apropos): Remove redundant var binding for temp-file.
16409 (Info-index, Info-index-next, Info-mode): Doc fix.
16410 (Info-goto-emacs-command-node): Don't jump to *info* from
16411 non-*info* Info buffers.
16412 (Info-fontify-node): Don't show the file name of external
16413 references if `Info-hide-note-references' is `hide'. Don't hide
16414 newlines at the end of paragraphs.
16415
16416 * international/mule-diag.el (list-input-methods):
16417 Fix args to help-xref-button.
16418
16419 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16420 to put into effect local variables from TUTORIAL files.
16421
16422 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16423 with default value taken from the variable `sentence-end'.
16424 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16425 Add nil const to :type.
16426 (sentence-end-without-period, sentence-end-double-space)
16427 (sentence-end-without-space): Doc fix.
16428
16429 * textmodes/paragraphs.el (forward-sentence):
16430 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16431 (fill-delete-newlines):
16432 * progmodes/cc-cmds.el (c-beginning-of-statement):
16433 Use function `sentence-end' instead of variable `sentence-end'.
16434
16435 2004-04-18 Andreas Schwab <schwab@suse.de>
16436
16437 * progmodes/compile.el (compilation-start): Set window start to
16438 point-min if compilation-scroll-output is nil.
16439
16440 2004-04-18 John Wiegley <johnw@newartisans.com>
16441
16442 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16443
16444 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16445
16446 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16447 (gdb-info-breakpoints-custom): Revert previous change.
16448 (gdb-view-assembler): Update assembler if necessary.
16449 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16450 (gdb-display-source-buffer): Update properly when both source and
16451 assembler are visible.
16452
16453 2004-04-17 John Wiegley <johnw@newartisans.com>
16454
16455 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16456 which limits the number of names shown in the minibuffer. Off by
16457 default.
16458 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16459 up iswitchb for users with a multitude of open buffers by showing
16460 only the first and last N/2 buffers in the completion list (which
16461 is enough to aid C-s/C-r, and to know that more characters are
16462 needed to refine the completion list).
16463
16464 2004-04-17 Richard M. Stallman <rms@gnu.org>
16465
16466 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16467 (file-truename): Expand all ~ constructs directly.
16468 (insert-directory): Delete any error msg output by the
16469 `insert-directory-program'.
16470
16471 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16472 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16473 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16474 (allout-init): Use find-file-hook, not find-file-hooks.
16475 (allout-mode): Eliminate Emacs 18 support.
16476 Use write-contents-functions, not local-write-file-hooks.
16477
16478 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16479
16480 * progmodes/compile.el (compilation-error-properties): Fix for
16481 adding messages when there are already markers for their file.
16482 (compilation-fake-loc): New function.
16483
16484 2004-04-16 Dave Love <fx@gnu.org>
16485
16486 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16487 (python-load-file): Fix python-orig-start setting.
16488
16489 * progmodes/compile.el: Doc fixes.
16490 (compilation-error-regexp-alist-alist)
16491 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16492 (compilation-assq): Wrap in eval-when-compile.
16493 (compilation-mode-font-lock-keywords): Don't use list*.
16494 (compilation-start): Avoid warning.
16495 (compilation-compat-error-properties)
16496 (compilation-directory-properties): Add keymap property.
16497 (compilation-parsing-end): Make it a marker for better compatibility.
16498
16499 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16500
16501 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16502
16503 * xml.el: Doc fixes.
16504 (xml-get-children): Only looks at sub-tags and ignore strings.
16505
16506 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16507
16508 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16509
16510 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16511
16512 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16513
16514 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16515
16516 * vc.el (vc-print-log): Likewise.
16517
16518 2004-04-16 Masatake YAMATO <jet@gyve.org>
16519
16520 * simple.el (completion-setup-function): Set an initial value
16521 to `element-common-end' before entering loop. Set a value
16522 to `element-common-end' at the end of loop.
16523 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16524 (completions-common-part): Rename from completion-de-emphasis.
16525 (completions-first-difference): Rename from completion-emphasis.
16526 Suggested by RMS.
16527
16528 2004-04-16 Juanma Barranquero <lektu@terra.es>
16529
16530 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16531 (bookmark-edit-annotation-mode): Add mode name.
16532
16533 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16536 for nested conflict markers.
16537 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16538
16539 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16540
16541 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16542
16543 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16544
16545 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16546
16547 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16548 Give a backtrace if requested.
16549
16550 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16551
16552 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16553 Remove unused functions.
16554 (python-orig-start-line, python-orig-file): Remove.
16555 (python-orig-start): New var.
16556 (python-input-filter, python-compilation-line-number)
16557 (python-send-region, python-load-file): Use it.
16558
16559 * info.el (info): Always jump to *info*.
16560
16561 * subr.el (posn-set-point): New function.
16562
16563 * mouse.el (mouse-set-point): Use it.
16564
16565 * progmodes/compile.el (compile-goto-error): Use it.
16566 (compilation-button-map): New keymap.
16567 (compilation-error-properties): Use it.
16568 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16569
16570 * smerge-mode.el (smerge-popup-context-menu): Use it.
16571
16572 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16573 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16574 mouse and non-mouse case.
16575
16576 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16577 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16578
16579 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16580 Make it work for non-mouse events.
16581
16582 * pcvs-info.el (cvs-status-map): Update binding name.
16583
16584 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16585
16586 * xml.el (xml-maybe-do-ns): New function to handle namespace
16587 parsing of both attribute and element names.
16588 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16589 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16590 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16591 (xml-parse-attlist): Make it do its own namespace parsing.
16592
16593 2004-04-14 Dave Love <fx@gnu.org>
16594
16595 * progmodes/python.el (run-python): Fix use of \n.
16596 (python-load-file): Remove `try' from Python fragment.
16597 (python-describe-symbol): Fix message.
16598
16599 * comint.el: Doc fixes.
16600 (comint-last-input-start, comint-last-input-end)
16601 (comint-last-output-start): Give them values.
16602 (comint-arguments): Avoid warning.
16603 (comint-skip-prompt): Use line-end-position.
16604 (comint-backward-matching-input): Rename arg to agree with doc.
16605 (comint-extract-string): Use syntax-ppss.
16606 (comint-dynamic-simple-complete): Delete useless list construction.
16607 (comint-redirect-subvert-readonly): New.
16608 (comint-redirect-preoutput-filter): Use it.
16609
16610 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16611 Correctly handle negative arguments when calling hook functions.
16612
16613 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16614
16615 * info.el (info-apropos): Don't clobber Info-history-list.
16616
16617 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16618
16619 * progmodes/compile.el (compilation-setup):
16620 Localize overlay-arrow-position.
16621 (compilation-sentinel): Restructure code equivalently.
16622 (compilation-next-error): Find message on same line after point if
16623 not found before point.
16624 (compile-mouse-goto-error): Restore function so that compilation
16625 buffer need not be current and use compile-goto-error.
16626 (compile-goto-error): Restore function.
16627 (next-error): Set overlay-arrow-position.
16628 (compilation-forget-errors): Don't localize already local
16629 compilation-locs and remove FIXME about refontifying.
16630
16631 2004-04-14 Kim F. Storm <storm@cua.dk>
16632
16633 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16634 (command-line): New option -Q. Like -q --no-site-file, but
16635 in addition it also disables menu-bar, tool-bar, scroll-bars,
16636 tool-tips, and the blinking cursor.
16637 (command-line-1): Skip startup screen if -Q.
16638 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16639
16640 * emulation/cua-base.el (cua-read-only-cursor-color)
16641 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16642
16643 2004-04-13 Dave Love <fx@gnu.org>
16644
16645 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16646 (syntax): Don't require.
16647 (python) <defgroup>: Add :version.
16648 (python-quote-syntax): Re-written.
16649 (inferior-python-mode): Move stuff here from run-python and add
16650 some more.
16651 (python-preoutput-continuation, python-preoutput-result)
16652 (python-dotty-syntax-table): New.
16653 (python-describe-symbol): Use them.
16654 (run-python): Move stuff to inferior-python-mode. Modify code
16655 loaded into Python.
16656 (python-send-region): Use python-proc, python-send-string.
16657 (python-send-string): Send newlines too. Callers changed.
16658 (python-load-file): Re-written.
16659 (python-eldoc-function): New.
16660 (info-look): Don't require.
16661 (python-after-info-look): New. A modified version of former
16662 top-level code for use with eval-after-load.
16663 (python-maybe-jython, python-guess-indent): Use widened buffer.
16664 (python-fill-paragraph): Re-written.
16665 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16666 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16667
16668 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16671 Set compilation-error-regexp-alist earlier.
16672
16673 * progmodes/compile.el (compilation-minor-mode-map)
16674 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16675 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16676
16677 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16678
16679 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16680 corresponding to the event.
16681
16682 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16683
16684 * loadup.el: Add cygwin to system-type list, for unexec() support.
16685
16686 2004-04-12 John Paul Wallington <jpw@gnu.org>
16687
16688 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16689 (ibuffer-restore-window-config-on-quit): New variable to replace
16690 `ibuffer-delete-window-on-quit'. Update all references.
16691 (ibuffer-prev-window-config): New variable.
16692 (ibuffer-quit): Restore previous window configuration instead of
16693 deleting window.
16694 (ibuffer): Save window configuration before showing Ibuffer buffer.
16695
16696 * help.el (describe-mode): Doc fix.
16697
16698 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16701 not to treat nil as a function.
16702
16703 * vc-arch.el (vc-arch-root): Be a bit more careful.
16704 (vc-arch-register): Save the buffer if we modified it.
16705 (vc-arch-delete-rej-if-obsolete): Save excursion.
16706 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16707 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16708
16709 * net/ldap.el (ldap-search): Use list*.
16710
16711 2004-04-12 Juri Linkov <juri@jurta.org>
16712
16713 * info.el (Info-follow-reference): Allow multiline reference name.
16714
16715 2004-04-11 Dave Love <fx@gnu.org>
16716
16717 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16718
16719 * progmodes/python.el: New file.
16720
16721 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16722
16723 * vc-hooks.el (vc-arg-list): Function removed.
16724 (vc-default-workfile-unchanged-p): Use condition-case to check for
16725 backward compatibility.
16726
16727 * vc.el (vc-print-log): Use condition-case to check for backward
16728 compatibility.
16729
16730 2004-04-11 Juri Linkov <juri@jurta.org>
16731
16732 * dired.el (dired-faces): New defgroup.
16733 (dired-header, dired-mark, dired-marked, dired-flagged)
16734 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16735 New faces.
16736 (dired-header-face, dired-mark-face, dired-marked-face)
16737 (dired-flagged-face, dired-warning-face, dired-directory-face)
16738 (dired-symlink-face, dired-ignored-face): New face variables.
16739 (dired-font-lock-keywords): Use them instead of font-lock faces.
16740 Split the rule for dired marks into 3 separate rules: for marks,
16741 marked file names and flagged file names.
16742
16743 * help-mode.el (help-make-xrefs): Add a final newline to the
16744 *Help* buffer.
16745
16746 2004-04-11 John Paul Wallington <jpw@gnu.org>
16747
16748 * replace.el (occur-engine): Distinguish between one and several
16749 matches in the matches per buffer heading.
16750
16751 2004-04-11 Kim F. Storm <storm@cua.dk>
16752
16753 * ido.el (ido-confirm-unique-completion): New defcustom.
16754 (ido-complete): Use it.
16755 (ido-write-file): Set it to t unconditionally.
16756
16757 2004-04-10 Miles Bader <miles@gnu.org>
16758
16759 RCS keyword removal (only non-comment changes are enumerated here):
16760
16761 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16762 (byte-compile-insert-header): Don't use `byte-compile-version'.
16763 * forms.el (forms-version): Variable removed.
16764 (forms-mode): Don't use `forms-version'.
16765 * recentf.el (recentf-version): Variable removed.
16766 * progmodes/delphi.el (delphi-version): Variable removed.
16767 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16768
16769 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16772
16773 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16774
16775 * info.el (info-apropos): Improve menu item regexp.
16776
16777 2004-04-09 Simon Josefsson <jas@extundo.com>
16778
16779 * mail/smtpmail.el: Add comment, based on report by
16780 kdc@rcn.com (Kevin D. Clark).
16781
16782 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16785 Redo one more thing that I didn't notice Daniel had undone.
16786
16787 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16788
16789 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16790 (gdb-goto-breakpoint, gdb-display-buffer)
16791 (gdb-display-source-buffer, gdb-view-source-function)
16792 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16793 (gdb-source-info, gdb-frame-handler): Don't specify a window
16794 for display.
16795 (gdb-info-breakpoints-custom): Remove superfluous update of
16796 assembler buffer.
16797 (gdb-many-windows): Make settable outside gdb.
16798
16799 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16800
16801 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16802 Derive from fundamental-mode rather than text-mode.
16803
16804 2004-04-08 Juri Linkov <juri@jurta.org>
16805
16806 * info.el (Info-history): Doc fix.
16807 (Info-history-list): New var.
16808 (info-xref): Change magenta4 to blue, remove bold for dark and
16809 light backgrounds, change bold to underline for non-color classes.
16810 (info-xref-visited): New face.
16811 (Info-fontify-visited-nodes): New custom.
16812 (Info-hide-note-references): Add new value `hide'. Doc fix.
16813 (Info-reference-name): New var.
16814 (Info-selection-hook): New custom.
16815 (Info-edit-mode-hook): New var.
16816 (Info-find-file): New fun.
16817 (Info-find-node): Move part of code to Info-find-file.
16818 (Info-find-node-2): Add anchors to Info-history-list. Move point
16819 to the place with the reference name if name is defined.
16820 (Info-select-node): Add current node to Info-history-list.
16821 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16822 (Info-search-whitespace-regexp): New custom.
16823 (Info-search-case-fold): New var.
16824 (Info-search): Add "case-sensitively" to the prompt.
16825 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16826 (Info-search-case-sensitively, Info-search-next): New fun.
16827 (Info-up): Move point to the menu item of the current node.
16828 (Info-history): New fun. Add *info-history* to
16829 same-window-buffer-names.
16830 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16831 (Info-insert-toc): New fun.
16832 (Info-build-toc): New fun.
16833 (Info-follow-reference): Add new arg `fork'. Doc fix.
16834 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16835 with the same name prefer the reference closest to point.
16836 (Info-next-reference): Replace * by + in the *Note regexp.
16837 Add regexp for http:// and ftp://. Skip the *Note prefix.
16838 (Info-prev-reference): Replace * by + in the *Note regexp.
16839 Add regexp for http:// and ftp://. Skip the *Note prefix.
16840 (Info-follow-nearest-node): Add new arg `fork'.
16841 (Info-try-follow-nearest-node): Add new arg `fork'.
16842 Call browse-url for http:// and ftp:// references.
16843 Set Info-reference-name for index entries.
16844 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16845 Info-search-next, Info-history, Info-toc, clone-buffer.
16846 (Info-menu-update): Replace * by + in the *Note regexp.
16847 (Info-mode): Add documentation for Info-history, Info-toc,
16848 Info-search-case-sensitively, Info-search-next, clone-buffer.
16849 (Info-fontify-menu-headers): Remove fun. Move code to
16850 Info-fontify-node.
16851 (Info-fontify-node): Add docstring. Add local vars
16852 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16853 then fontify header line, titles, menu headers, http and ftp
16854 references, refill paragraphs. If not-fontified-p is t or
16855 fontify-visited-p is t then fontify cross references, menu items.
16856 Fontify menu headers. Fontify http and ftp references.
16857 Change regexp for cross references to require whitespace after *Note,
16858 add matching groups for file and node names. Remove hack for quote.
16859 Use display property for Info-hide-note-references=t. Use fifth
16860 or fourth match for help-echo. Display visited nodes in a
16861 different face. Unhide file names of external references.
16862 Unhide newlines. Display visited menu items in a different face.
16863
16864 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16865
16866 * progmodes/compile.el: Require CL.
16867 (compilation-mode-font-lock-keywords): Re-install the "line as
16868 function" patch.
16869
16870 * help-fns.el (help-C-source-directory): New var.
16871 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16872 (describe-function-1, describe-variable): Use them.
16873
16874 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16875 to C source files specially.
16876
16877 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16878
16879 * info.el (Info-hide-cookies-node): New function.
16880 (Info-select-node): Use it.
16881 (Info-display-images-node): Remove message with image file name.
16882
16883 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16884
16885 * progmodes/compile.el (compilation-warning-face)
16886 (compilation-info-face, compilation-skip-threshold)
16887 (compilation-skip-visited, compilation-context-lines):
16888 Declare :version when added to Emacs.
16889 (compilation-error-regexp-alist-alist): Extend caml and irix.
16890 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16891 (compilation-mode-font-lock-keywords): Temporarily undo line as
16892 function patch, which wasn't ready.
16893
16894 2004-04-07 Kenichi Handa <handa@m17n.org>
16895
16896 * international/latin1-disp.el (latin1-display-setup): Check each
16897 character is displayable or not instead of calling
16898 latin1-display-check-font.
16899
16900 2004-04-06 Kenichi Handa <handa@m17n.org>
16901
16902 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16903 New variable.
16904 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16905 instead of sera-being-called-by-w3.
16906 (ethio-fidel-to-sera-buffer): Likewise.
16907 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16908 instead of sera-being-called-by-w3.
16909 (ethio-write-file): Likewise.
16910
16911 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16912
16913 * printing.el: Doc fix.
16914
16915 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16916
16917 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16918 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16919 (gdb-setup-windows): Only use separate IO buffer if required.
16920
16921 2004-04-06 Kim F. Storm <storm@cua.dk>
16922
16923 * term.el (term-is-xemacs): Remove.
16924 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16925 (term-window-width): New function.
16926 (term-mode, term-check-size): Use it.
16927 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16928
16929 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16930
16931 * cus-edit.el (custom-add-parent-links): Change unbound variable
16932 `symbol' to `name'.
16933
16934 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16935 * info.el (info-apropos): New function.
16936 (Info-mode-menu): Add it.
16937 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16938
16939 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16940 inherited docstring.
16941
16942 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16943
16944 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16945
16946 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16947
16948 * progmodes/compile.el (font-lock): Don't require any more.
16949 (compilation-error-properties, compilation-start, compilation-sentinel)
16950 (compilation-filter, next-error): Use with-current-buffer.
16951 (compilation-skip-to-next-location, compilation-skip-threshold)
16952 (compilation-skip-visited): Move to silence the byte-compiler.
16953 (compilation-setup): Simplify.
16954 (compilation-next-error): Use line-(beginning|end)-position.
16955 Make sure `pt' is non-nil before using compilation-loop.
16956 (compile-goto-error): Add optional event arg. Use it.
16957 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16958 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16959 Update the binding for mouse-2.
16960 (first-error): Set compilation-current-error to nil rather than bob.
16961 (compilation-parsing-end, compilation-parse-errors-function)
16962 (compilation-error-list, compilation-old-error-list):
16963 "New" compatibility variables.
16964 (compile-buffer-substring, compilation-compat-error-properties)
16965 (compilation-compat-parse-errors, compilation-forget-errors):
16966 New compatibility functions.
16967 (compilation-mode-font-lock-keywords): Use them.
16968
16969 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16970
16971 * autorevert.el (auto-revert-handler): If point (or a window
16972 point) is at the end of the buffer, keep it there after
16973 reverting. This allows to tail a file.
16974 Mention this in the `Commentary'.
16975
16976 * format.el (format-write-file): Add optional argument CONFIRM
16977 and make it behave like the analogous argument to `write-file'.
16978
16979 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16980
16981 * progmodes/ebnf2ps.el: Doc fix.
16982 (ebnf-version): New version number (4.2).
16983 (ebnf-syntax): Customization and docstring fix.
16984 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16985 Put autoloaded funs before first use.
16986 (ebnf-style-database): Add dtd entry.
16987 (ebnf-syntax-alist): Add dtd initialization.
16988 (ebnf-token-sequence): New fun.
16989 (ebnf-comment-table): Add new comment action character.
16990 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16991
16992 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16993 Type Definition for XML).
16994
16995 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16996 * progmodes/ebnf-bnf.el (ebnf-sequence):
16997 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16998 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16999 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
17000 Code simplification: call ebnf-token-sequence.
17001
17002 2004-04-04 Eli Zaretskii <eliz@gnu.org>
17003
17004 * calendar/timeclock.el (timeclock-relative)
17005 (timeclock-get-project-function, timeclock-get-workday-function)
17006 (timeclock-query-out, timeclock-when-to-leave)
17007 (timeclock-when-to-leave-string, timeclock-log-data)
17008 (timeclock-generate-report, timeclock-in): Doc fixes.
17009
17010 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * url/: New dir. Import the URL package from its repository.
17013
17014 2004-04-03 Andreas Schwab <schwab@suse.de>
17015
17016 * diff-mode.el (diff-mode): Fix missing quote.
17017
17018 2004-04-03 Juri Linkov <juri@jurta.org>
17019
17020 * descr-text.el (describe-property-list): Add `font-lock-face'.
17021
17022 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17023
17024 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17025
17026 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17027 Use utf-16le on little endian machines and utf-16be otherwise.
17028
17029 2004-04-02 David Kastrup <dak@gnu.org>
17030
17031 * net/browse-url.el (browse-url-generic): Use call-process
17032 instead of start-process to allow browsers that fork and detach.
17033
17034 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17035
17036 * compile.el (compilation-current-error): New var.
17037 (compilation-setup, compile-mouse-goto-error)
17038 (compile-goto-error, next-error): Use it.
17039 (compilation-skip-to-next-location): Default to t, which gives
17040 contiguous skipping like old compile (where this was redundant).
17041 (compilation-next-error): Prevent previous-* commands from moving
17042 back to message at or just before point.
17043
17044 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17045
17046 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17047 (gdb-source-info): Don't display source at startup, if required.
17048 (gdb-show-main): New option.
17049 (gdba): Update documentation.
17050 (gdb-source): Cover case of auto-display output.
17051
17052 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17053
17054 * autorevert.el: Delete obsolete autoload's and defvar's.
17055 (auto-revert-check-vc-info): New user option.
17056 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17057 (auto-revert-handler-vc): Delete.
17058 (auto-revert-handler): Treat return value `fast' of
17059 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17060
17061 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17062 return `fast'.
17063
17064 * files.el (buffer-stale-function): Doc change.
17065
17066 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17067
17068 * printing.el: New tip on Tips section.
17069 (pr-version): New version number (6.7.4).
17070 (pr-shell-file-name): Initialization fix.
17071
17072 2004-03-31 Juri Linkov <juri@jurta.org>
17073
17074 * dired.el: Add autoload for `dired-do-touch'.
17075 (dired-touch-program): New var.
17076 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17077 (dired-no-confirm): Add `touch' to docstring.
17078
17079 * dired-aux.el (dired-do-touch): New fun.
17080 (dired-do-chxxx): Add argument -t for touch operation.
17081
17082 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17083 `dired-move-to-filename-regexp'.
17084
17085 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17086
17087 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17088
17089 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17090
17091 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17092 and only if the buffer was modified.
17093
17094 2004-03-30 Kenichi Handa <handa@m17n.org>
17095
17096 * international/characters.el: Delete pairs for U+2308..U+230B.
17097
17098 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17099
17100 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17101 to detect the beginning of a level 2 or 3 annotation.
17102
17103 2004-03-29 Kenichi Handa <handa@m17n.org>
17104
17105 * international/ucs-tables.el (ucs-insert): Fix the error message.
17106
17107 2004-03-29 Kenichi Handa <handa@m17n.org>
17108
17109 * international/mule-util.el (char-displayable-p): Fix generation
17110 of XLFD file name.
17111
17112 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17113 before finding directories by `find'.
17114
17115 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * subr.el (interactive-form): Delete. Now implemented in C.
17118
17119 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17120
17121 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17122 (vc-diff-label): New fun.
17123 (vc-diff-internal): Use it.
17124
17125 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17126
17127 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17128
17129 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17130
17131 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17132 specify XML (EBNFX).
17133
17134 * progmodes/ebnf2ps.el: Doc fix.
17135 (ebnf-version): New version number (4.1).
17136 (ebnf-syntax): Adjust customization.
17137 (ebnf-style-database): Add ebnfx entry.
17138 (ebnf-syntax-alist): Add ebnfx initialization.
17139 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17140
17141 * printing.el: Doc fix.
17142 (pr-version): New version number (6.7.3).
17143 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17144 returns nil for mouse position. Reported by Drew Adams
17145 <drew.adams@oracle.com>.
17146 (pr-update-menus): Modify interactive declaration. Reported by Drew
17147 Adams <drew.adams@oracle.com>.
17148
17149 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17150
17151 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17152 (gud-gdba-marker-filter): Log the process input and output, if
17153 required. From Stefan Monnier.
17154 (gdb-debug-log, gdb-enable-debug-log): New variables.
17155 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17156
17157 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17158
17159 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17160 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17161
17162 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17163
17164 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17165 Call vc-find-file-hook here instead of in auto-revert-buffers.
17166 (auto-revert-buffers): Delete call to vc-find-file-hook.
17167 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17168 (global-auto-revert-mode, auto-revert-set-timer)
17169 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17170
17171 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17172
17173 * woman.el (woman-change-fonts): Rename local variable
17174 woman-font-alist to font-alist to avoid a compiler warning.
17175
17176 2004-03-27 Dave Love <fx@gnu.org>
17177
17178 * emacs-lisp/rx.el (rx): Doc fix.
17179 Fix copyright years.
17180
17181 * strokes.el (strokes-global-set-stroke-string): New function.
17182 (strokes-list-strokes): Cope with strings, not just commands.
17183 Set foreground colour of image.
17184 (strokes-global-set-stroke): Doc fix.
17185
17186 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17187
17188 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17189 Auto Revert mode.
17190 (Buffer-menu-files-only): New variable.
17191 (Buffer-menu-toggle-files-only): New function.
17192 (Buffer-menu-mode-map): Bind it to `T'.
17193 (Buffer-menu-mode): Mention `T' in docstring.
17194 Set buffer-stale-function.
17195 (list-buffers-noselect): Mark buffer non-modified and set
17196 Buffer-menu-files-only.
17197
17198 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17199
17200 * autorevert.el (auto-revert-handler): Print revert message
17201 before, rather than after, reverting.
17202 (buffer-stale-function): Move to files.el.
17203
17204 * files.el (buffer-stale-function): Move here from autorevert.el.
17205
17206 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17209
17210 * calc/calc.el (calc-mode-map): Use mapc.
17211
17212 * apropos.el (apropos-mode): Don't autoload.
17213 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17214 (apropos): Use it.
17215 (apropos-print): Add optional `text' argument.
17216 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17217 Don't assume point-min == 1.
17218
17219 * bs.el (bs-buffer-list): Use buffer-local-value.
17220 (bs--set-toggle-to-show): Use with-current-buffer.
17221
17222 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17223 New funs.
17224 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17225
17226 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17227
17228 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17229 (dabbrev--find-expansion): Use pop.
17230 (dabbrev--search): Use match-string-no-properties.
17231
17232 * dired.el (dired-mode): Use run-mode-hooks.
17233 (dired-move-to-end-of-filename): Use match-string.
17234
17235 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17236 is bound before using it.
17237 (ediff-verbose-p): Make it into a var since it's not constant.
17238
17239 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17240
17241 * faces.el (read-face-font): Don't cons up unnecessarily.
17242 (header-line, tool-bar): Share common parts.
17243
17244 * files.el (file-relative-name): Use compare-strings.
17245
17246 * finder.el (finder-mode): Follow coding convention.
17247
17248 * subr.el (read-number): New function.
17249
17250 * ses.el (ses-read-number): Move to subr.el.
17251 (ses-set-header-row): Use read-number.
17252
17253 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17254
17255 * vc-hooks.el (vc-arg-list): New function, which handles both
17256 compiled and uncompiled code.
17257 (vc-default-workfile-unchanged-p): Use it.
17258
17259 * vc.el (vc-print-log): Undo prev change, use new function
17260 vc-arg-list from vc-hooks.el.
17261
17262 2004-03-26 Masatake YAMATO <jet@gyve.org>
17263
17264 * simple.el (completion-setup-function): Emphasize the
17265 first uncommon characters in the completions; and de-emphasize
17266 the common prefix substrings.
17267 (completion-emphasis): New face.
17268 (completion-de-emphasis): New face.
17269
17270 2004-03-25 Juanma Barranquero <lektu@terra.es>
17271
17272 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17273 Comment out (it's unused and unfinished code).
17274
17275 2004-03-25 Sam Steingold <sds@gnu.org>
17276
17277 * vc.el (vc-print-log): Fix a bug in the last patch:
17278 backend-function may be a byte-compiled object, not a lambda.
17279
17280 2004-03-25 Juri Linkov <juri@jurta.org>
17281
17282 * descr-text.el (describe-property-list): Add a button
17283 for `face' property that calls `describe-face'.
17284 Suggested by luis fernandes <elf@ee.ryerson.ca>
17285
17286 * international/mule.el (keyboard-coding-system):
17287 * kmacro.el (kmacro-call-macro): Fix docstring.
17288
17289 * dired.el: Fix comments.
17290
17291 * textmodes/fill.el (fill): Fix Info link.
17292
17293 * font-lock.el (fast-lock, lazy-lock):
17294 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17295 Info node.
17296
17297 * eshell/eshell.el (eshell): Fix broken info-link.
17298
17299 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17300 * eshell/em-banner.el (eshell-banner):
17301 * eshell/em-smart.el (eshell-smart):
17302 * eshell/esh-cmd.el (eshell-cmd):
17303 Comment out broken info-links to incomplete Info manual.
17304
17305 * info-xref.el: Fix commentary.
17306
17307 2004-03-25 Kevin Ryde <user42@zip.com.au>
17308
17309 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17310 Remove spurious node duplicate suppression, doesn't work, not wanted.
17311 (info-xref-output): Take format style args, add "sit-for 0" to let
17312 user see the results as they progress.
17313 (info-xref-check-all-custom): New function.
17314
17315 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17316
17317 * gdb-ui.el: Moved to progmodes.
17318
17319 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17322
17323 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17324
17325 * calendar/appt.el (appt-check): Remove superfluous progn.
17326 When finished with diary buffer: if it was not being displayed
17327 before, kill it; otherwise restore its original state.
17328 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17329
17330 * calendar/calendar.el (calendar-set-mode-line): Use total
17331 available mode-line width, rather than frame-width.
17332
17333 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17334 after mode change so effect not lost.
17335
17336 2004-03-23 Dave Love <fx@gnu.org>
17337
17338 * dired.el (dired) <defgroup>: Add link to manual.
17339 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17340 (dired-revert): Use dolist.
17341 (dired-mode-map): Add U binding.
17342 (dired-mode): Add font-lock-beginning-of-syntax-function.
17343 (dired-garbage-files-regexp): Make it a defcustom.
17344
17345 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17348 is equivalent to nil.
17349 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17350 (vc-arch-mode-line-string): Accept `added' state.
17351 (vc-arch-state): Use inode-sigs if available.
17352 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17353 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17354 (vc-arch-tagline-re): New var.
17355 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17356 New functions.
17357 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17358 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17359
17360 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17361 (vc-file-not-found-hook): Use it.
17362
17363 * diff-mode.el (diff-default-read-only): Change default.
17364 (diff-mode-hook): Make it a defcustom. Add some options.
17365 (diff-mode-map): Bind diff-refine-hook.
17366 (diff-yank-handler): New var.
17367 (diff-yank-function): New fun.
17368 (diff-font-lock-keywords): Use them.
17369 (diff-end-of-file): Handle case where file-header looks like diff text.
17370 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17371 (diff-file-kill): Delete a subsequent empty line, if applicable.
17372 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17373 (diff-find-file-name): Use it.
17374 (diff-tell-file-name): New command.
17375 (diff-mode): Be careful with view-mode.
17376 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17377 New functions, for use in diff-mode-hook.
17378 (diff-find-source-location): Catch "regex too large" errors.
17379 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17380 (diff-refine-hunk): New command.
17381
17382 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17383 (smerge-context-menu-map): Remove unused var.
17384 (smerge-keep-all): Preserve markers.
17385 (smerge-keep-n): New fun.
17386 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17387 (smerge-keep-current, smerge-ediff): Use it.
17388 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17389 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17390 (smerge-resolve): Resolve trivial 3-part conflicts.
17391
17392 2004-03-23 Juri Linkov <juri@jurta.org>
17393
17394 * man.el (Man-width): New var.
17395 (Man-getpage-in-background): Use it.
17396 (Man-support-local-filenames): New var and fun.
17397 (Man-build-man-command): Don't add a second %s.
17398 (Man-fontify-manpage): Clean up message.
17399 (Man-mode): Set outline-regexp, outline-level,
17400 imenu-generic-expression.
17401
17402 * woman.el (woman-fill-frame): Doc fix.
17403 (woman-decode-region): Use window-width instead of frame-width.
17404
17405 * abbrevlist.el (list-one-abbrev-table):
17406 * descr-text.el (describe-char):
17407 * international/mule-diag.el (describe-current-coding-system):
17408 * international/quail.el (quail-insert-decode-map):
17409 Use window-width instead of frame-width.
17410
17411 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17412 (jka-compr-mode-alist-additions): Add tbz.
17413 (jka-compr-write-region, jka-compr-insert-file-contents):
17414 Add message for undefined compress-program.
17415 (jka-compr-write-region): Remove redundant var bindings.
17416
17417 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17418 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17419 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17420 (dired-man): Use dired-guess-shell-command.
17421 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17422 Change default nil to t.
17423
17424 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17425 (dired-compare-directories): Add default value for empty input.
17426
17427 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17428
17429 * time.el (display-time-string-forms): Fix help-echo date format.
17430
17431 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17432
17433 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17434 (buffer-stale-function): New variable.
17435 (auto-revert-list-diff, auto-revert-dired-file-list)
17436 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17437 (auto-revert-handler): Take over some functionality of deleted
17438 functions.
17439 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17440
17441 * dired.el (dired-directory-changed-p): New fun, extracted from
17442 dired-internal-noselect.
17443 (dired-buffer-stale-p): New fun.
17444 (dired-internal-noselect): Use dired-directory-changed-p.
17445 Eliminate revert messages.
17446 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17447
17448 2004-03-23 Kenichi Handa <handa@m17n.org>
17449
17450 * international/characters.el: Setup syntaxes for more parentheses
17451 Unicode characters.
17452
17453 * international/mule-cmds.el (select-safe-coding-system):
17454 Merge coding-system and auto-cs before comparing them.
17455
17456 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17457
17458 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17459
17460 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17461 normal-auto-fill-function and comment-indent-function.
17462 The default values now work just as well.
17463 Don't set font-lock-beginning-of-syntax-function since we already set
17464 syntax-begin-function.
17465 (lisp-outline-level): Put ;;;###autoload at same level as (.
17466 (prin1-char): Quote special chars.
17467
17468 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17469 than with-no-warnings.
17470
17471 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17472 if the source location can't be found.
17473 (edebug-compute-previous-result): Use prin1-char.
17474
17475 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17476 (debug-ignored-errors): Add an entry.
17477
17478 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17479 (byte-compile-file): Output warning when deleting a file.
17480
17481 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17482 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17483
17484 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17485 (byte-compile-inline-expand): Use backquote.
17486 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17487 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17488
17489 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17490
17491 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17492
17493 2004-03-22 Juri Linkov <juri@jurta.org>
17494
17495 * finder.el (finder-known-keywords): Fix data, tex, unix.
17496
17497 * play/landmark.el: Fix keywords.
17498
17499 * language/ethio-util.el (ethio-find-file): Doc fix.
17500
17501 * emacs-lisp/warnings.el: Doc fix.
17502
17503 * textmodes/ispell.el (ispell-help): Doc fix.
17504
17505 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17506
17507 * format.el (format-insert-file): Always return a list of two
17508 elements, like insert-file-contents does.
17509
17510 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17511
17512 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17513 and vc-BACKEND-diff.
17514 (vc-print-log): If the print-log implementation supports it, use
17515 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17516 (vc-version-diff, vc-diff-internal): Doc fixes.
17517
17518 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17519 implementation supports it, let diff output go to *vc*,
17520 not *vc-diff*, since this is an internal call.
17521
17522 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17523
17524 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17525
17526 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17527
17528 2004-03-21 Dave Love <fx@gnu.org>
17529
17530 * progmodes/cfengine.el (cfengine-mode):
17531 Set parse-sexp-ignore-comments.
17532
17533 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17534
17535 2004-03-21 Juanma Barranquero <lektu@terra.es>
17536
17537 * allout.el (allout-mode): Fix docstring.
17538
17539 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17540
17541 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17542
17543 * autorevert.el (auto-revert-interval): Make new value take
17544 effect immediately when set through Custom.
17545 (auto-revert-set-timer): Add interactive declaration.
17546
17547 2004-03-19 David Ponce <david@dponce.com>
17548
17549 * ruler-mode.el (ruler-mode-header-line-format-old):
17550 Don't `make-variable-buffer-local'.
17551 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17552 (ruler-mode-header-line-format): Simply funcall the above.
17553 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17554 to save/restore a previous header line format.
17555 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17556 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17557 fringes and margins width.
17558 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17559
17560 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17561
17562 * log-edit.el (log-edit-font-lock-keywords): Typo.
17563
17564 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17565 (tex-send-tex-command): Rather than here.
17566 (tex-compilation-parse-errors): Simplify.
17567
17568 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17569
17570 * time.el (display-time-string-forms): Add help-echo with date on time.
17571
17572 * composite.el (compose-region): Use restore-buffer-modified-p.
17573
17574 * disp-table.el (standard-display-8bit): Simplify.
17575
17576 * server.el (server-process-filter): Delete temp frame.
17577
17578 * add-log.el (add-change-log-entry): Simplify.
17579
17580 2004-03-19 Kim F. Storm <storm@cua.dk>
17581
17582 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17583 (hexl-follow-line): Don't require 'fringe.
17584
17585 * progmodes/compile.el (compilation-start): Always set
17586 compilation-last-buffer and return it.
17587
17588 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17589
17590 * simple.el (clone-buffer): Doc fix.
17591
17592 2004-03-18 Juanma Barranquero <lektu@terra.es>
17593
17594 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17595
17596 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17597
17598 * log-edit.el (log-edit-font-lock-keywords): New var.
17599 (log-edit-mode): Use it.
17600
17601 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17602
17603 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17604 properly for watching in speedbar.
17605
17606 2004-03-17 Masatake YAMATO <jet@gyve.org>
17607
17608 * smerge-mode.el (smerge-popup-context-menu):
17609 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17610
17611 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17612
17613 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17614 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17615 Take sealed revisions into account.
17616 (vc-arch-checkin): Extract a summary line from the message.
17617
17618 2004-03-16 Masatake YAMATO <jet@gyve.org>
17619
17620 * register.el (register): Provide `register' feature.
17621
17622 2004-03-15 Masatake YAMATO <jet@gyve.org>
17623
17624 Added context menu support in smerge mode.
17625 Most of the part is written by Stefan Monnier.
17626
17627 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17628 New keymap and menu.
17629 (smerge-text-properties): New function.
17630 (smerge-remove-props): New function.
17631 (smerge-popup-context-menu): New function.
17632 (smerge-resolve): Call `smerge-remove-props'.
17633 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17634 (smerge-keep-current): Ditto.
17635 (smerge-kill-current): New function.
17636 (smerge-match-conflict): Put text properties.
17637 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17638
17639 2004-03-15 David Ponce <david@dponce.com>
17640
17641 * ruler-mode.el (ruler-mode-left-fringe-cols)
17642 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17643 (ruler-mode-right-scroll-bar-cols): Remove.
17644 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17645 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17646 Use fringe-columns and scroll-bar-columns.
17647
17648 2004-03-15 Masatake YAMATO <jet@gyve.org>
17649
17650 * hl-line.el (hl-line-range-function): New variable.
17651 (hl-line-move): New function.
17652 (global-hl-line-highlight): Use `hl-line-move'.
17653 (hl-line-highlight): Ditto.
17654
17655 * scroll-bar.el (scroll-bar-columns):
17656 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17657
17658 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17659 (ruler-mode-left-fringe-cols)
17660 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17661 (ruler-mode-right-scroll-bar-cols)
17662 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17663 (ruler-mode-ruler-function): New variable.
17664 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17665 if the value for `ruler-mode-ruler-function'is given.
17666
17667 * hexl.el (hexl-mode-hook): Make the hook customizable.
17668 (hexl-address-area, hexl-ascii-area): New customize variables.
17669 (hexlify-buffer): Put font-lock-faces on the address area and
17670 the ascii area.
17671 (hexl-activate-ruler): New function.
17672 (hexl-follow-line): New function.
17673 (hexl-highlight-line-range): New function.
17674 (hexl-mode-ruler): New function.
17675
17676 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17679 (vc-default-find-file-hook): New fun.
17680 (vc-find-file-hook): Call new find-file-hook operation.
17681
17682 * vc-arch.el: New file.
17683
17684 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17685
17686 * info-look.el (info-lookup): Reuse an existing Info window.
17687
17688 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17689
17690 * woman.el (woman-preserve-ascii): Default value changed to t and
17691 doc string revised.
17692
17693 2004-03-12 Richard M. Stallman <rms@gnu.org>
17694
17695 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17696 Fix minor bug.
17697
17698 * replace.el (occur-engine): Change message for count of matches.
17699
17700 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17701 For strings, do compare text properties.
17702
17703 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17704
17705 * progmodes/compile.el (compile-auto-highlight)
17706 (compilation-error-list, compilation-old-error-list)
17707 (compilation-parse-errors-function, compilation-parsing-end)
17708 (compilation-error-message, compilation-directory-stack)
17709 (compilation-enter-directory-regexp-alist)
17710 (compilation-leave-directory-regexp-alist)
17711 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17712 (compilation-current-file, compilation-regexps): Remove vars.
17713
17714 (compile-error-at-point, compilation-error-filedata)
17715 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17716 (compilation-next-error-locus, compilation-forget-errors)
17717 (count-regexp-groupings, compilation-parse-errors)
17718 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17719
17720 (compile-internal): Make obsolete.
17721
17722 (compilation-first-column, compilation-error)
17723 (compilation-directory-matcher, compilation-page-delimiter)
17724 (compilation-mode-font-lock-keywords, compilation-debug)
17725 (compilation-error-face, compilation-warning-face)
17726 (compilation-info-face, compilation-line-face)
17727 (compilation-column-face, compilation-enter-directory-face)
17728 (compilation-leave-directory-face, compilation-skip-threshold)
17729 (compilation-skip-visited, compilation-context-lines): New vars.
17730
17731 (compilation-warning-face, compilation-info-face)
17732 (compilation-message-face): New faces.
17733
17734 (compilation-error-regexp-alist-alist): New constant.
17735
17736 (compilation-face, compilation-directory-properties)
17737 (compilation-assq, compilation-error-properties, compilation-start)
17738 (define-compilation-mode, compilation-loop)
17739 (compilation-set-window): New functions.
17740
17741 (compile): Additional argument for interactive compiles like TeX.
17742
17743 * progmodes/grep.el (kill-grep): Move here from compile.el
17744 (grep-error, grep-hit-face, grep-error-face)
17745 (grep-mode-font-lock-keywords): New variables.
17746 (grep-regexp-alist): Simplify regexp and add `binary' case.
17747 (grep-mode): New mode.
17748 (grep-process-setup): Simplify.
17749
17750 2004-03-11 Jason Rumney <jasonr@gnu.org>
17751
17752 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17753 letters on DOS/Windows.
17754
17755 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17756
17757 * server.el (server-name): New var.
17758 (server-socket-dir): New var to replace server-socket-name.
17759 (server-start): Use them.
17760
17761 2004-03-11 Simon Josefsson <jas@extundo.com>
17762
17763 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17764 died to avoid infloop. Reported by Jonathan Glauner
17765 <jglauner@sbum.org>.
17766
17767 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17770 (smerge-mode-menu): Use it to deactivate menu entries.
17771 (smerge-keep-current): New fun.
17772 (smerge-keep-current): Use it.
17773
17774 2004-03-10 John Paul Wallington <jpw@gnu.org>
17775
17776 * foldout.el (foldout-fold-list, foldout-modeline-string):
17777 Declare them as variables, not constants.
17778
17779 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17780
17781 * ps-print.el: Modification to print *Messages* buffer.
17782 (ps-print-version): New version 6.6.4.
17783 (ps-message-log-max): New fun.
17784 (ps-spool-without-faces, ps-spool-with-faces)
17785 (ps-count-lines-preprint): Code fix.
17786
17787 * printing.el: New tips in Tips section.
17788
17789 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17790
17791 * delim-col.el: Doc fix.
17792
17793 * printing.el: Doc fix. New doc section (Tips).
17794
17795 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17796
17797 * type-break.el (type-break-emacs-variant): Remove.
17798 (type-break-run-at-time, type-break-cancel-function-timers):
17799 Use fboundp rather than version name and number.
17800
17801 2004-03-09 Masatake YAMATO <jet@gyve.org>
17802
17803 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17804 `make-variable-buffer-local'.
17805
17806 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17807
17808 * find-dired.el (find-dired): Call `shell-command' instead of
17809 `start-process-shell-command'. By this, Tramp takes over
17810 handling of remote directories.
17811
17812 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17813
17814 * newcomment.el (comment-use-global-state): New var.
17815 (comment-search-forward): Use it.
17816
17817 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17818
17819 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17820
17821 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17822 (enable-kinsoku): Make it a defcustom.
17823 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17824 paragraph to same-comment-start-marker.
17825
17826 2004-03-07 Dave Love <fx@gnu.org>
17827
17828 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17829 (browse-url-mail): Use it.
17830
17831 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17832 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17833
17834 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17835
17836 * woman.el (woman-man.conf-path): Doc fix.
17837 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17838
17839 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17840
17841 * sort.el (sort-columns): Remove ms-dos from the list of systems
17842 where the external `sort' command is not used.
17843
17844 2004-03-07 Kim F. Storm <storm@cua.dk>
17845
17846 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17847 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17848 from overlay-arrow-variable-list.
17849 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17850
17851 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17852
17853 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17854 overlay arrow string properly for the assembler buffer.
17855
17856 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17857
17858 * mail/sendmail.el (mail-mode): Fix last change.
17859
17860 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17861
17862 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17863 for the assembler buffer.
17864 (gdb-assembler-custom): Position the overlay arrow.
17865 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17866
17867 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17868
17869 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17870
17871 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17872 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17873
17874 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17875
17876 * newcomment.el (uncomment-region): Allow non-terminated comment.
17877 (comment-normalize-vars): Check the user-specified comstart marker.
17878
17879 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17880
17881 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17882 Otherwise, do use it if the region only contains font-lock text
17883 properties.
17884
17885 2004-03-04 Masatake YAMATO <jet@gyve.org>
17886
17887 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17888 as the callback function for eldoc.
17889 (hexl-print-current-point-info): New function.
17890 (hexl-current-address): Print the address in both decimal
17891 and hexadecimal format.
17892
17893 2004-03-04 Richard M. Stallman <rms@gnu.org>
17894
17895 * mail/rmail.el (rmail-convert-to-babyl-format):
17896 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17897
17898 * mail/mail-utils.el (mail-unquote-printable-region):
17899 New arg UNIBYTE.
17900
17901 * startup.el (command-switch-alist): Doc fix.
17902
17903 * simple.el (undo): Temporarily set this-command to `undo-start',
17904 then set it to `undo' once undo-start returns without error.
17905
17906 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17907
17908 * simple.el (kill-line): Don't disregard trailing whitespace
17909 in eol condition, if show-trailing-whitespace is set.
17910
17911 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17912 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17913 When disabling, restore old values only if mouse-sel-has-been-enabled.
17914
17915 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17916 (isearch-{-char): New function.
17917 (isearch-mode-map): Bind { to isearch-{-char.
17918
17919 * font-lock.el (lisp-font-lock-keywords-2):
17920 Turn off the CL with-... and do-... general patterns.
17921 Instead, recognize several specific with... and do... constructs.
17922
17923 * files.el (switch-to-buffer-other-window):
17924 Bind same-window-buffer-names and same-window-regexps to nil.
17925 (switch-to-buffer-other-frame): Likewise.
17926
17927 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17930 recognizing leading comment on code line.
17931
17932 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17935 hidden files/directories.
17936
17937 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17938
17939 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17940 only comment-start (in case the mode hasn't set it).
17941
17942 * Makefile.in (AUTOGENEL): New var.
17943 (bootstrap-prepare): Rename from bootstrap-clean.
17944 Don't remove elc files.
17945 (maintainer-clean): New target.
17946
17947 * xml.el (xml-get-attribute-or-nil): Simplify.
17948
17949 2004-03-02 Juri Linkov <juri@jurta.org>
17950
17951 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17952 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17953 URL to prevent their substitution with the environment variable
17954 values by browsers.
17955
17956 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17957
17958 * ps-print.el: Doc fix.
17959 (ps-print-version): New version number (6.6.3).
17960 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17961 Docstring fix.
17962 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17963 before printing.
17964 (ps-time-stamp-yyyy-mm-dd): New fun.
17965 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17966
17967 2004-03-02 Kim F. Storm <storm@cua.dk>
17968
17969 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17970
17971 2004-03-01 Juanma Barranquero <lektu@terra.es>
17972
17973 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17974
17975 * desktop.el (desktop-file-version)
17976 (desktop-after-read-hook): Fix typos.
17977 (desktop-clear-preserve-buffers): Remove redundant info in
17978 docstring already shown by the obsolescence message.
17979 (desktop-truncate, desktop-internal-v2s)
17980 (desktop-value-to-string): Change argument name to match docstring.
17981
17982 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17983
17984 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17985 docstring.
17986
17987 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17988
17989 * printing.el: Replace "As Is..." in PostScript file print/preview by
17990 "No Preprocessing...". Suggested by Colin Marquardt
17991 <_marquardt_@zmd.de>.
17992 (pr-insert-section-4): Adjust buffer interface.
17993
17994 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17995
17996 Version 2.0.39 of Tramp released.
17997
17998 * net/tramp.el (tramp-handle-file-local-copy)
17999 (tramp-handle-write-region, tramp-open-connection-rsh):
18000 Variable name typo. Small change. From Patrick Tullmann
18001 <tullmann@flux.utah.edu>.
18002 (tramp-process-connection-type): New variable.
18003 (tramp-maybe-open-connection): Use it.
18004 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
18005 (tramp-touch): Set last-modified time of a remote file.
18006 (tramp-handle-write-region): Say which function is used when encoding.
18007
18008 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18009
18010 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18011 case of non-existing filename, too. Reported by Christoph Bauer
18012 <c_bauer@informatik.uni-kl.de>.
18013 (tramp-smb-get-file-entries): The directory in question should
18014 have permissions "drwxrwxrwx". Just virtual, because we don't
18015 know the real permissions. Don't we know?
18016 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18017 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18018 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18019 output. If it was received chunkwise, there have been problems.
18020 Remove the "prompt not found" error message; it is obvious.
18021 Simplify algorithm.
18022 (tramp-smb-process-running): Remove. Since we acknowledge the
18023 virtual prompt for shares, there's no need for distinction of
18024 reading shares (process ends afterwards) and interactive mode of
18025 smblient.
18026 (tramp-smb-open-connection): Setting process sentinel removed.
18027 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18028 "NT_STATUS_NETWORK_ACCESS_DENIED".
18029 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18030 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18031 (top-level): Setting default value in `tramp-default-method-alist'
18032 corrected. Order of USER and HOST have been wrong.
18033 Nobody complained for months ...
18034 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18035 (tramp-smb-open-connection): Clear password cache if login has failed.
18036
18037 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18038 `tramp-unified-filenames'.
18039 (tramp-completion-mode): Make test for XEmacs explicitely.
18040 `event-to-character' can exists in Emacs packages too.
18041 Reported by Matt Swift <swift@alum.mit.edu>.
18042 (tramp-buffer-name): Buffer name must contain the user if exists.
18043 Reported by Adrian Phillips <a.phillips@met.no>.
18044 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18045 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18046 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18047 `tramp-do-copy-or-rename-file-one-local', because it handles also
18048 the case both files use the same out-of-band method.
18049 Implementation added.
18050 (tramp-handle-file-local-copy, tramp-handle-write-region):
18051 Out-of-band handling removed. `copy-file' called instead, which
18052 calls `tramp-do-copy-or-rename-file-out-of-band'.
18053 (tramp-action-password): Check for out-of-band method removed.
18054 This function is used for 'login-program.
18055 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18056 appropriate.
18057 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18058 and `tramp-parse-sknownhosts'.
18059 (tramp-completion-function-alist): It's a defvar now, because we
18060 want to apply the optimized `tramp-set-completion-function'
18061 instead of a static list.
18062 (tramp-set-completion-function): Implementation tuned.
18063 Avoid double entries, and entries where the function or the
18064 file/directory doesn't exist.
18065 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18066 for SSH2.
18067 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18068 (tramp-handle-dired-compress-file): New function.
18069 (tramp-async-proc): New variable.
18070 (tramp-handle-shell-command): Adding asynchronous processes.
18071 They are far from being perfect, but it works at least for
18072 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18073 (top-level): Require password.el if visible. Should be mandatory
18074 once No Gnus has found its way into (X)Emacs.
18075 (tramp-read-passwd): Invoke `password-read' if available,
18076 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18077 fallback any longer.
18078 (tramp-clear-passwd): New function.
18079 (tramp-process-actions, tramp-process-multi-actions):
18080 Clear password cache if login has failed.
18081
18082 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18083 its own module.
18084 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18085 `ange-ftp-ftp-name-res'. There could be incorrect values from
18086 previous calls in case the "ftp" method is used in the Tramp file
18087 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18088
18089 2004-02-28 Richard M. Stallman <rms@gnu.org>
18090
18091 * term.el (term-mouse-paste): Call mouse-set-point.
18092
18093 * thumbs.el: New file.
18094
18095 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18096
18097 * progmodes/ebnf-abn.el: Doc fix.
18098
18099 * progmodes/ebnf-bnf.el: Doc fix.
18100 (ebnf-repeat): Code fix.
18101
18102 * progmodes/ebnf2ps.el: Doc fix.
18103 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18104
18105 2004-02-28 Juri Linkov <juri@jurta.org>
18106
18107 * ffap.el (dired-at-point): Additional writability test for
18108 relative directory names.
18109 (dired-at-point-prompter): Treat directories as a directory, get
18110 the directory component from files.
18111 (ffap-string-at-point): Return string from region if region is active.
18112 (ffap-file-at-point): Remove redundant code.
18113
18114 2004-02-28 Kim F. Storm <storm@cua.dk>
18115
18116 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18117 Initialize margin area images to nil.
18118 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18119 (breakpoint-enabled-bitmap-face)
18120 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18121 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18122 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18123 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18124 (gdb-reset): Use gdb-remove-breakpoint-icons.
18125 (gdb-put-string): Add dprop arg to specify alternative display
18126 property (for setting fringe bitmap).
18127 (gdb-remove-strings): Doc fix.
18128 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18129 icon in fringe (if available), or else as icon or text in display
18130 margin. Creates necessary icons in breakpoint-bitmap,
18131 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18132 Also make left window margin if required.
18133 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18134 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18135 no longer needed.
18136 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18137 gdb-put-breakpoint-icon.
18138 (gdb-assembler-mode): Don't set left-margin-width here.
18139
18140 2004-02-27 Kevin Ryde <user42@zip.com.au>
18141
18142 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18143 comma, so that it DTRT in macros.
18144
18145 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18146
18147 * progmodes/sh-script.el (sh-shell-arg)
18148 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18149 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18150
18151 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18152
18153 * faces.el (face-spec-set-match-display): Add a new attribute,
18154 `min-colors'.
18155 (region, highlight, secondary-selection): Use `min-colors'.
18156
18157 * custom.el (defface): Add documentation for `min-colors'.
18158
18159 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18160 (font-lock-keyword-face, font-lock-function-name-face)
18161 (font-lock-variable-name-face, font-lock-constant-face):
18162 Use `min-colors'.
18163
18164 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18165
18166 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18167
18168 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18169 define assq-delete-all if it's not defined.
18170 (ebnf-generate-region): Code fix.
18171
18172 * printing.el: Doc fix.
18173 (pr-version): New version number (6.7.2).
18174 (pr-command): Return empty string if command is an empty string.
18175
18176 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18177
18178 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18179
18180 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18181 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18182 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18183 "tt" ["test"] ). Reported by Markus Dreyer
18184 <mdreyer@ix.urz.uni-heidelberg.de>.
18185 (ebnf-version): New version number (4.0).
18186 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18187 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18188 (ebnf-delete-style): New commands.
18189 (ebnf-directory, ebnf-file): New funs.
18190 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18191 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18192 (ebnf-syntax-alist): New var.
18193 (ebnf-element-width): New fun replacing ebnf-list-width.
18194 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18195 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18196 (ebnf-prologue): Adjust vars.
18197 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18198 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18199 (ebnf-check-style-values, ebnf-generate-production)
18200 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18201 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18202 (ebnf-token-repeat): Code fix.
18203
18204 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18205 %right, %left and %prec. Suggested by Matthew K. Junker
18206 <junker@alum.mit.edu>.
18207 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18208
18209 * progmodes/ebnf-iso.el: Doc fix.
18210 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18211 (ebnf-iso-lex): Code fix.
18212
18213 * progmodes/ebnf-bnf.el: Doc fix.
18214 (ebnf-bnf-lex): Code fix.
18215
18216 * progmodes/ebnf-otz.el: Doc fix.
18217
18218 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18219
18220 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18221 (abbrev-prefix-mark): Doc fix.
18222
18223 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18224
18225 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18226 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18227 (gdb-var-delete): Make interactive (really).
18228 (gdb-edit-value): Make non-interactive.
18229
18230 * progmodes/gud.el (gud-speedbar-menu-items):
18231 Add gdb-var-delete and, indirectly, gdb-edit-value.
18232 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18233 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18234 (gud-gdb-marker-filter): Add comment for annotations.
18235
18236 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18237
18238 * calendar/calendar.el (generate-calendar)
18239 (calendar-read-date): Prevent display of BC calendars once more -
18240 reverts 2003-10-01 change.
18241 (generate-calendar-month): Doc fix.
18242
18243 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18244
18245 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18246 return value of increment-calendar-month.
18247
18248 2004-02-21 Stephen Compall <s11@member.fsf.org>
18249
18250 * saveplace.el (save-place-forget-unreadable-files)
18251 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18252 (save-place-forget-unreadable-files): New function.
18253 (save-place-alist-to-file): Use it to filter out files that are
18254 no longer readable.
18255
18256 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18257 current Texinfo environment, using the same method as in
18258 `texinfo-insert-@end', and insert a space rather than a newline if
18259 point in a @table environment.
18260
18261 2004-02-21 Juri Linkov <juri@jurta.org>
18262
18263 * ffap.el (ffap-file-at-point): Try parent directories.
18264
18265 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18266
18267 * vcursor.el (vcursor-modifiers): New defcustom.
18268 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18269 hard-coded list.
18270
18271 2004-02-21 Masatake YAMATO <jet@gyve.org>
18272
18273 * play/animate.el (animate-birthday-present): Accept names other
18274 than `Sarah', too.
18275
18276 2004-02-21 Juri Linkov <juri@jurta.org>
18277
18278 * startup.el: Remove table of command line arguments from the
18279 Commentary section.
18280
18281 2004-02-20 John Wiegley <johnw@newartisans.com>
18282
18283 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18284 again" modifier from 'e' to 'E', since 'e' is also used by the
18285 "file extension" modifier.
18286
18287 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18288
18289 * help-fns.el (describe-categories): Doc fix.
18290
18291 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18292
18293 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18294 temporary file for buffer already visiting one. This change makes
18295 output likely to be directly usable by patch program.
18296 Suggested by Adrian Aichner <adrian@xemacs.org>
18297
18298 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18299
18300 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18301 case of variables defined in compound statements.
18302 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18303 Simplify constructions using switch-to-buffer.
18304
18305 2004-02-19 Simon Josefsson <jas@extundo.com>
18306
18307 * play/morse.el: Fix typo.
18308 (morse-code): Add @.
18309
18310 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18311
18312 * calendar/appt.el (appt-display-format): Change default to
18313 'ignore, for backwards compatibility.
18314 (appt-display-message): If appt-display-format is 'ignore,
18315 respect old vars appt-msg-window and appt-visible.
18316 (appt-activate): Don't depend on return value of cancel-timer.
18317
18318 * calendar/calendar.el (calendar-holidays): Doc fix.
18319
18320 * calendar/cal-coptic.el (coptic-prompt-for-date):
18321 Use assoc-string instead of assoc-ignore-case.
18322 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18323 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18324 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18325 * calendar/cal-islam.el (calendar-goto-islamic-date)
18326 (mark-islamic-diary-entries): Ditto.
18327 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18328 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18329 (calendar-read-mayan-tzolkin-date): Ditto.
18330 * calendar/calendar.el (calendar-read-date): Ditto.
18331 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18332
18333 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18334
18335 * progmodes/executable.el (executable-command-find-posix-p):
18336 Fix choice of the directory.
18337
18338 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18339
18340 * simple.el (interprogram-cut-function)
18341 (interprogram-paste-function, kill-new, kill-append):
18342 Doc fixes.
18343 (kill-region): Make it return nil. Doc fix.
18344 (yank-pop): Make its argument optional.
18345 (yank): Make ARG `-' equivalent to `-1'.
18346
18347 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18348
18349 * mail/rmail.el (rmail-get-new-mail): Don't reference
18350 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18351
18352 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18353
18354 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18355 if one of global-auto-revert-non-file-buffers or autorevert-mode
18356 is non-nil.
18357
18358 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18359
18360 * subr.el (delete-dups): A better implementation from Karl Heuer
18361 <kwzh@gnu.org>.
18362
18363 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18364
18365 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18366 correct place.
18367 * progmodes/icon.el (icon-indent-command): Ditto.
18368 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18369
18370 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18371
18372 * progmodes/grep.el (grep-compute-defaults): Undo change from
18373 2004-01-29: don't use executable-command-find-posix-p.
18374
18375 2004-02-16 Richard Sharman <rsharman@pobox.com>
18376
18377 * hilit-chg.el: Use require instead of eval-and-compile.
18378 (highlight-compare-buffers): New function.
18379
18380 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18381
18382 * man.el (Man-fontify-manpage): Render section headings in
18383 `Man-overstrike-face' even when overstrike was not used by man
18384 formatter for section headings.
18385
18386 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18387
18388 * rmail-spam-filter.el (vm-use-spam-filter)
18389 (rsf-min-region-length-added-to-spam-list): New variables.
18390 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18391 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18392 spam testing. Don't delete spam message if automatic deletion
18393 after output via variable rmail-delete-after-output is turned on.
18394 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18395 rsf-bbdb-dont-create-entries-for-spam.
18396 (check-field): New function, extracted from code in
18397 rmail-spam-filter to ease addition of header fields like content-type.
18398 (message-content-type): New variable to check the content-type:
18399 field added, also in defcustom of rsf-definitions-alist.
18400 (rmail-spam-filter): Replace repeated test code for header fields
18401 by calls to check-field; change the call to
18402 rmail-output-to-rmail-file such that rmail-current-message stays
18403 the same to avoid wrong deletion of unseen flags.
18404 (rsf-add-contents-type): New function to convert old format
18405 of rmail-spam-definitions-alist into new one.
18406 Change prefixes of all variables and functions from
18407 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18408
18409 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18410
18411 * loadhist.el (unload-hook-features-list): New defvar.
18412
18413 2004-02-16 Dave Love <fx@gnu.org>
18414
18415 * loadhist.el (unload-feature): Doc fix. Rename flist to
18416 unload-hook-features-list.
18417
18418 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18419
18420 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18421 cookie. Don't check if we are looking-at open-formula.
18422
18423 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18424
18425 * subr.el (match-string-no-properties): Use substring-no-properties.
18426
18427 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18428
18429 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18430 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18431 Use lower-case "rx" in all error message.
18432
18433 2004-02-16 Dave Love <fx@gnu.org>
18434
18435 * emacs-lisp/rx.el (rx-or): Put group around result.
18436 (rx-constituents): Add backref.
18437 (rx-syntax): Add string-delimiter, comment-delimiter.
18438 (rx-categories): Add combining-diacritic.
18439 (rx-check-not, rx-greedy, rx): Doc fix.
18440 (rx-backref, rx-check-backref): New.
18441
18442 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18443
18444 * newcomment.el (uncomment-region): Allow eob as comment end.
18445
18446 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18447
18448 * filecache.el: All message and error commands now use prefix
18449 "Filecache:" to make it easy to read *Messages* buffer.
18450
18451 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18452
18453 * autorevert.el: Add support to detect changed dired and VC buffers.
18454 (auto-revert-active-p, auto-revert-list-diff)
18455 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18456 (auto-revert-handler, auto-revert-active-p): New functions.
18457 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18458 and `auto-revert-active-p'.
18459 (eval-when-compile): Defvar dired-directory and vc-mode.
18460 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18461 (auto-revert-handler-vc): New functions.
18462
18463 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18464
18465 * progmodes/compile.el (compilation-directory): New defvar.
18466 (compile): Save current directory in compilation-directory.
18467 (recompile): Bind default-directory to compilation-directory if
18468 that is non-nil.
18469
18470 2004-02-16 Dave Love <fx@gnu.org>
18471
18472 * newcomment.el (comment-insert-comment-function)
18473 (comment-region-function, uncomment-region-function): New.
18474 (comment-indent): Use comment-insert-comment-function.
18475 (uncomment-region): Use uncomment-region-function.
18476 (comment-region): Use comment-region-function.
18477
18478 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18479
18480 2004-02-16 Richard Stallman <rms@gnu.org>
18481
18482 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18483 loaddefs* and ldefs-boot*.
18484
18485 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18486
18487 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18488 and email address at the beginning and end of the address.
18489
18490 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18491 anchored at the beginning of the email address.
18492
18493 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18494
18495 * international/ccl.el (ccl-compile-write): Pass `left' to
18496 ccl-embed-code to generate correct code of write-expr-register.
18497
18498 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18499
18500 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18501
18502 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18503
18504 * x-dnd.el: Mention support for Motif in commentary.
18505 (x-dnd-handle-drag-n-drop-event): Ditto.
18506
18507 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18508
18509 * ses.el: Use "ses--" prefixes for buffer-local variables.
18510 Use (point-min) instead of 1, even when we know the buffer
18511 is unnarrowed.
18512 (ses-build-load-map): Delete. Distribute its content to defconst's for
18513 the three maps.
18514 (ses-menu, ses-header-line-menu): New menus.
18515 (ses-mode-map): Use them.
18516 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18517
18518 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18519
18520 * Makefile.in: Fix the CC Mode recompile kludge so it works
18521 when building in a different directory.
18522
18523 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18524
18525 * simple.el (kill-new): Put yank-handler property on the entire string.
18526
18527 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * diff.el: Don't use compile any more, use diff-mode instead.
18530 (diff-regexp-alist, diff-old-file, diff-new-file)
18531 (diff-parse-differences, diff-process-setup): Remove.
18532 (diff-sentinel): New fun.
18533 (diff): Use it. Run the process ourselves.
18534 Use diff-mode for the rest of the processing.
18535
18536 * diff.el (diff): Simplify code handling `switch'.
18537
18538 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * pcvs-defs.el (cvs-menu): Add `tag'.
18541
18542 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18543
18544 * simple.el (kill-append): Doc fix.
18545
18546 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18547 Adapt outline-regexp to the new conventions for commenting out code.
18548
18549 2004-02-11 John Paul Wallington <jpw@gnu.org>
18550
18551 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18552
18553 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18554
18555 * diff.el (diff-switches): New fun.
18556 (diff, diff-backup): Use it.
18557 (diff): Clean up the args construction. Use backquote.
18558 Use listp instead of consp to avoid putting a nil arg.
18559 (diff): Add a revert-buffer function.
18560
18561 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18562
18563 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18564 handled by x-dnd-handle-file-name.
18565 (x-dnd-known-types): Add COMPOUND_TEXT.
18566 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18567 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18568 x-dnd-empty-state.
18569 (x-dnd-forget-drop): Ditto.
18570 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18571 (x-dnd-handle-one-url): Return private when inserting text.
18572 (x-dnd-insert-ctext): New function.
18573 (x-dnd-handle-file-name): New function for FILE_NAME.
18574 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18575 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18576 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18577
18578 2004-02-10 Kenichi Handa <handa@m17n.org>
18579
18580 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18581 instead of while loop.
18582
18583 2004-02-10 Miles Bader <miles@gnu.org>
18584
18585 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18586
18587 2004-02-09 Kenichi Handa <handa@m17n.org>
18588
18589 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18590 have end-of-line.
18591
18592 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18593
18594 * Makefile.in: Added extra dependencies in the recompile target
18595 needed to cope with the compile time macro expansions in CC Mode.
18596
18597 2004-02-09 Kim F. Storm <storm@cua.dk>
18598
18599 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18600 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18601 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18602 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18603 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18604 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18605 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18606 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18607 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18608 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18609 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18610
18611 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18614 Don't allow shrink if there's a window on our right.
18615
18616 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18617 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18618 Bring together declaration and initialization.
18619 (prolog-mode-variables): Don't set the syntax table.
18620 Don't set paragraph-start and comment-indent-function.
18621 Add /*..*/ to the comment regexps.
18622 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18623 (prolog-mode-map): Don't bind TAB.
18624 (prolog-mode): Set the syntax table.
18625 (prolog-comment-indent): Remove.
18626 (inferior-prolog-mode-map): Initialize in the declaration.
18627 (inferior-prolog-mode-syntax-table)
18628 (inferior-prolog-mode-abbrev-table): New vars.
18629 (inferior-prolog-mode): Derive from comint-mode.
18630 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18631 minibuffer windows.
18632
18633 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18634 in file names, as long as it is unabmiguous.
18635
18636 2004-02-08 Andreas Schwab <schwab@suse.de>
18637
18638 * textmodes/reftex-toc.el
18639 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18640 format. Doc fix.
18641
18642 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18643 format string arguments.
18644
18645 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18646 string argument.
18647
18648 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18649
18650 * play/zone.el (zone-call): Fix format string.
18651
18652 * net/webjump.el (webjump-builtin): Add missing format string argument.
18653
18654 * midnight.el (midnight-delay-set): Remove extra format string argument.
18655
18656 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18657
18658 * hexl.el (hexl-insert-char): Add missing format string argument.
18659
18660 * format.el (format-decode): Fix format string.
18661
18662 * emulation/vi.el (vi-mode): Remove extra format string argument.
18663 (vi-repeat-last-search): Likewise.
18664 (vi-reverse-last-search): Likewise.
18665 (vi-goto-mark): Likewise.
18666 (vi-reverse-last-find-char): Likewise.
18667 (vi-repeat-last-find-char): Likewise.
18668 (vi-locate-def): Likewise.
18669
18670 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18671
18672 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18673 string argument.
18674 (ediff-toggle-regexp-match): Likewise.
18675
18676 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18677 format string argument.
18678
18679 * calc/calc-map.el (calc-get-operator): Remove extra format
18680 string argument.
18681
18682 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18683
18684 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18685 string argument.
18686
18687 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18688
18689 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18690
18691 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18692
18693 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18694 (cl-struct-setf-expander): Likewise.
18695
18696 * vc.el (with-vc-file): Fix unsafe uses of error.
18697 (vc-cancel-version): Likewise.
18698
18699 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18700
18701 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18702 thousands separator; fixes <class>:<line-number> regexp for
18703 non-english locales.
18704
18705 2004-02-08 Andreas Schwab <schwab@suse.de>
18706
18707 * view.el (view-mode-enable): Revert previous change.
18708
18709 2004-02-07 Kim F. Storm <storm@cua.dk>
18710
18711 * simple.el (line-number-at-pos): Rename from line-at-pos.
18712 Uses changed (what-line and vc-annotate-warp-version).
18713
18714 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18715
18716 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18717 (diff-mode): Remove aborted attempt at support for compile.el.
18718 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18719
18720 2004-02-06 Andreas Schwab <schwab@suse.de>
18721
18722 * view.el (view-mode-enable): Add view-mode-map to
18723 minor-mode-overriding-map-alist.
18724
18725 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18726
18727 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18728
18729 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18730
18731 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18732 with point inside rather than after the paragraph.
18733
18734 2004-02-04 Sam Steingold <sds@gnu.org>
18735
18736 * mail/smtpmail.el (smtpmail-try-auth-methods):
18737 Do not try authentication when no mechanism is available.
18738 Pass port-name as defaultport to `netrc-machine'.
18739
18740 2004-02-04 Stephen Eglen <stephen@gnu.org>
18741
18742 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18743 to show how minibuffer height can be constrained.
18744
18745 2004-02-04 John Paul Wallington <jpw@gnu.org>
18746
18747 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18748
18749 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18750
18751 * x-dnd.el: New file for drag and drop.
18752
18753 * term/x-win.el: require x-dnd, set after-make-frame-functions
18754 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18755 drag-n-drop event.
18756
18757 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18758 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18759 (dired-dnd-handle-file): New functions for drag and drop support.
18760 (dired-mode): Initialize drag and drop if x-dnd present.
18761
18762 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18763
18764 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18765 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18766 (cperl-mode): Set fill-paragraph-function.
18767 (cperl-fill-paragraph): Make it non-interactive.
18768
18769 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18770
18771 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18772
18773 2004-02-02 David Kastrup <dak@gnu.org>
18774
18775 * replace.el (perform-replace): Allow 'literal argument in
18776 regexp-flag to indicate literal replacement.
18777 (query-replace-regexp-eval): Use it.
18778
18779 2004-02-01 Andreas Schwab <schwab@suse.de>
18780
18781 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18782
18783 2004-02-01 Stephen Eglen <stephen@gnu.org>
18784
18785 * info-look.el: Add support for maxima-mode. Update commentary
18786 because info-lookup-symbol is now bound to C-h S.
18787
18788 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * simple.el (edit-and-eval-command): Bind print-level and
18791 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18792 Correct initial position in command-history.
18793
18794 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18795
18796 * files.el (read-directory-name): Adapt the docstring to recent
18797 change in Fread_file_name.
18798
18799 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18800
18801 * ses.el (ses-print-cell): If print format too wide for column
18802 width, truncate decimal places if that helps to avoid "#####" fill.
18803 * ses.el (ses-initial-column-width): Revert previous change.
18804
18805 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18808 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18809 Add edebug info.
18810 (jit-lock-mode): Setup/cancel the new timer.
18811 (jit-lock-context-fontify): New fun. Extracted from
18812 context fontification code of jit-lock-stealth-fontify.
18813 (jit-lock-stealth-fontify): Don't do context fontification any more.
18814
18815 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18816 (jit-lock-fontify-now): Handle the `quit' case.
18817 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18818
18819 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18820
18821 * progmodes/executable.el (executable-command-find-posix-p):
18822 New. Check if find handles arguments Posix-style.
18823
18824 * progmodes/grep.el (grep-compute-defaults):
18825 Use executable-command-find-posix-p.
18826 (grep-find): Check `grep-find-command'.
18827
18828 * filecache.el (file-cache-find-posix-p): Delete.
18829 (file-cache-add-directory-using-find):
18830 Use `executable-command-find-posix-p'.
18831
18832 2004-01-29 Dave Love <fx@gnu.org>
18833
18834 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18835 Iterate the hook function if arg is given.
18836 (mark-defun, narrow-to-defun): Change order of finding the limits.
18837
18838 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18839 (byte-compile-format-warn): New.
18840 (byte-compile-callargs-warn): Use it.
18841 (Format, message, error): Add byte-compile-format-like property.
18842 (byte-compile-maybe-guarded): New.
18843 (byte-compile-if, byte-compile-cond): Use it.
18844 (byte-compile-lambda): Compile interactive forms,
18845 just to make warnings about them.
18846
18847 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18848
18849 * ses.el (ses-initial-column-width): Increase to 14, so it will
18850 work well with the default printer of "%.7g" for extreme values
18851 like "-1.234567e+07".
18852
18853 2004-01-29 Kenichi Handa <handa@m17n.org>
18854
18855 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18856
18857 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18858
18859 * dos-w32.el: Added support for the `default-printer-name' function.
18860
18861 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * server.el (server-socket-name): Don't use the hostname in the
18864 socket name since /tmp is local to the host anyway.
18865
18866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18867 robust check of widening and fix var-naming.
18868
18869 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18870
18871 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18872 or rmail-spam- to rsf- in all function and variable names.
18873 (rsf-min-region-to-spam-list): New variable.
18874 (rsf-bbdb-auto-delete-spam-entries): Rename from
18875 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18876 scanned together with the recipients field for spam testing; Don't
18877 delete spam message if rmail-delete-after-output is non-nil;
18878 (rsf-check-field): New function, extracted from code in
18879 rmail-spam-filter to ease addition of header fields like
18880 content-type:;
18881 (message-content-type): New variable. The content-type: field was
18882 added also in defcustom of rsf-definitions-alist;
18883 (rmail-spam-filter): Replace repeated test code for header fields
18884 by calls to check-field; change the call to
18885 rmail-output-to-rmail-file such that rmail-current-message stays
18886 the same to avoid wrong deletion of unseen flags.
18887 (rmail-use-spam-filter): Add autoload cookie.
18888
18889 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18890
18891 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18892 (file-cache-add-directory-using-find): Add Cygwin support.
18893 (file-cache-find-command-posix-flag): New user variable.
18894
18895 * filecache.el (file-cache-add-directory): Check for
18896 directories an remove them from dir-files.
18897
18898 2004-01-27 Richard M. Stallman <rms@gnu.org>
18899
18900 * man.el (Man-fontify-manpage): Clean up message.
18901
18902 2004-01-27 Kenichi Handa <handa@m17n.org>
18903
18904 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18905 (sentence-end): Define using sentence-end-without-space.
18906
18907 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18908 a sentence ends with one of a character in sentence-end-without-space.
18909
18910 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18913 (jit-lock): Group declaration moved to jit-lock.el.
18914 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18915 when necessary.
18916
18917 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18918 (jit-lock-context-unfontify-pos): Rename from
18919 jit-lock-first-unfontify-pos.
18920 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18921
18922 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18923
18924 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18925 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18926 (fortran-fill): When filling a string, adjust re-search-backward
18927 argument for special case of string just on fill-column.
18928 When filling non-string, allow one extra char if
18929 fortran-break-before-delimiters is non-nil.
18930 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18931 Use fortran-break-delimiters-re and fortran-no-break-re to
18932 correctly handle cases such as "**".
18933
18934 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18935 (f90-no-break-re): Add some extra tokens. Doc fix.
18936
18937 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18938
18939 * mail/rmail-spam-filter.el:
18940 Use two semicolons as Commentary line prefix.
18941 Add ";;; Code:" stylized comment.
18942 Delete end-of-line whitespace.
18943 Wrap (require 'cl) with `eval-when-compile'.
18944
18945 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18946
18947 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18948 at the top level of vc.el.
18949
18950 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18951
18952 * vc.el (vc-current-line): Function removed. This is now done by
18953 the new function line-at-pos in simple.el.
18954 (vc-annotate-warp-version): Use line-at-pos instead of
18955 vc-current-line.
18956
18957 2004-01-22 Kim F. Storm <storm@cua.dk>
18958
18959 * simple.el (line-at-pos): New defun.
18960 (what-line): Use it. Optimize by only counting lines in narrowed
18961 region once.
18962
18963 2004-01-22 Kenichi Handa <handa@m17n.org>
18964
18965 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18966 point (register r1) only for charset mule-unicode-0100-24ff.
18967
18968 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18969
18970 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18971 trailing white space and ensure a final newline.
18972
18973 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18974 Add autoload cookie.
18975
18976 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18977
18978 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18979 activate view-mode explicitly.
18980
18981 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18982
18983 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18984 menu-bar-enable-clipboard and make Paste use clipboard first.
18985
18986 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18987
18988 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18989 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18990 (vc-mcvs-cvs): Remove.
18991 (vc-mcvs-command): Remove use of assert.
18992
18993 * outline.el (outline-insert-heading): Tighten up match.
18994 (outline-demote, outline-move-subtree-down): Don't assume anything
18995 about outline-regexp.
18996
18997 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18998 (texinfo-show-structure): Explicitly add ^, and simplify.
18999
19000 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
19001
19002 * calendar/appt.el (appt-check): Restore usage of
19003 appt-issue-message deleted in previous change.
19004 (top-level): Activate package when loaded (needed for backwards
19005 compatibility).
19006
19007 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19008
19009 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19010 following previous change to smtpmail-send-data.
19011
19012 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19013
19014 * vc.el (vc-default-previous-version): Doc enhancement.
19015 (vc-default-next-version): New function.
19016 (vc-print-log): New arg FOCUS-REV.
19017 (vc-annotate-mode): Derive from view-mode.
19018 (vc-annotate): New args REVISION, DISPLAY-MODE.
19019 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19020 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19021 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19022 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19023 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19024
19025 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19026
19027 2004-01-19 Karl Berry <karl@gnu.org>
19028
19029 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19030 or "TexInfo".
19031
19032 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19033
19034 * subr.el (delete-dups): New function.
19035
19036 2004-01-19 Karl Berry <karl@gnu.org>
19037
19038 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19039 with ^, since that's what texinfo-show-structure
19040 documentation says (plus it works much better in texinfo.txi).
19041
19042 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19043
19044 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19045
19046 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19047
19048 * progmodes/which-func.el (which-function-mode): Don't cancel
19049 which-func-update-timer if not set.
19050
19051 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19052
19053 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19054 Remove spurious left square bracket in XX:XXam regexp.
19055
19056 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19057
19058 * progmodes/cc-defs.el: Do not require cl at run time.
19059
19060 2004-01-16 Richard M. Stallman <rms@gnu.org>
19061
19062 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19063 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19064
19065 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19066 Call rmail-spam-filter. Delete and expunge spam.
19067 Print number of spam messages deleted.
19068 Save and restore the deletion status of old messages when reading
19069 new mail with spam filter, so that expunging spam does not expunge
19070 msgs deleted by the user.
19071 (rmail-only-expunge): Add an optional argument dont-show to
19072 prevent showing message after expunge.
19073
19074 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19075
19076 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19077 * subr.el (declare): New macro.
19078
19079 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19080
19081 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19082
19083 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19084
19085 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19086 Test window-system rather than system-type (for X11/Mac).
19087
19088 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19089
19090 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19091
19092 2004-01-12 Richard M. Stallman <rms@gnu.org>
19093
19094 * mail/rmail.el (rmail-convert-to-babyl-format):
19095 Use mail-unquote-printable-region.
19096 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19097 (rmail-hex-char-to-integer): Functions deleted.
19098
19099 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19100 (mail-unquote-printable-region): New arg NOERROR.
19101 For invalid encoding, either signal an error to just return nil.
19102
19103 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19104
19105 * calendar/appt.el: Update copyright and commentary.
19106 (appt-issue-message): Make obsolete.
19107 (appt-visible, appt-msg-window): Make obsolete, in favour of
19108 appt-display-format.
19109 (appt-display-mode-line, appt-display-duration)
19110 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19111 (appt-prev-comp-time, appt-display-count, appt-timer)
19112 (appt-convert-time): Doc change.
19113 (appt-disp-window-function, appt-delete-window-function):
19114 Use defcustom rather than defvar.
19115 (appt-display-format): New variable.
19116 (appt-display-message): New function with display code from appt-check.
19117 (appt-check): Add optional FORCE argument. Doc change.
19118 Add appt-make-list to diary-hook if displaying diary.
19119 Remove checking of view-diary-entries-initially.
19120 Message display section removed to new function appt-display-message.
19121 (appt-display-window): Doc change. Remove unused internal var
19122 this-buffer. Do not beep, since appt-display-message does that.
19123 (appt-make-list): Doc change. Use caar.
19124 (appt-sort-list): Simplify by using builtin sort function.
19125 (appt-update-list): New function for updating appts when diary is
19126 saved.
19127 (appt-activate): New autoloaded function to toggle package
19128 functionality.
19129
19130 * calendar/cal-x.el: (calendar-one-frame-setup)
19131 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19132
19133 * calendar/calendar.el: Update copyright.
19134 (view-diary-entries-initially, european-calendar-style): Doc change.
19135 (calendar-setup): Make defcustom rather than defvar.
19136 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19137 in let binding so local to function.
19138
19139 * calendar/diary-lib.el: Update copyright.
19140 (diary, diary-entry-time): Doc change.
19141 (list-diary-entries): Doc change. Trivial logic change.
19142 (fancy-diary-display): Restore make-face command mistakenly
19143 deleted 2003-05-08.
19144 (show-all-diary-entries): Allow to pop-up frame if needed.
19145
19146 2004-01-09 John Paul Wallington <jpw@gnu.org>
19147
19148 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19149 Temporarily select EVENT's window for changing eol type.
19150
19151 2004-01-09 Deepak Goel <deego@gnufans.org>
19152
19153 * calendar/diary-lib.el (diary-entry-time):
19154 Also accept time in the form XX[.XX][am/pm/AM/PM].
19155 (fancy-diary-font-lock-keywords): Likewise.
19156 (diary-font-lock-keywords): Likewise.
19157 * calendar/appt.el (appt-add): Likewise.
19158 (appt-make-list): Likewise.
19159 (appt-convert-time): Likewise.
19160
19161 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19162
19163 * gdb-ui.el (gdb-ann3): Revert previous change.
19164 (gdb-source-info): Allow for case of where compilation directory
19165 is not recorded.
19166
19167 2004-01-08 John Paul Wallington <jpw@gnu.org>
19168
19169 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19170
19171 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19172
19173 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19174
19175 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19176 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19177 problems.
19178 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19179
19180 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19181
19182 * files.el (write-file-functions, write-contents-functions):
19183 Clarify docstrings.
19184
19185 2004-01-07 Kenichi Handa <handa@m17n.org>
19186
19187 * international/mule.el (set-auto-coding): Fix for the case that
19188 end-of-line is only CR.
19189
19190 2004-01-07 Kim F. Storm <storm@cua.dk>
19191
19192 * subr.el (event-start, event-end): Doc fix.
19193 (posn-string, posn-image): New defuns.
19194 (posn-object): Return either image or string object.
19195 (posn-object-x-y): Return 8th element of position.
19196 (posn-object-width-height): New defun.
19197
19198 2004-01-06 Andreas Schwab <schwab@suse.de>
19199
19200 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19201 output.
19202
19203 2004-01-05 Karl Berry <karl@gnu.org>
19204
19205 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19206 / and *, too.
19207
19208 2003-12-31 Simon Josefsson <jas@extundo.com>
19209
19210 * files.el (before-save-hook): Add.
19211 (basic-save-buffer): Use before-save-hook.
19212
19213 * emacs-lisp/copyright.el: Fix comment to recommend
19214 before-save-hook instead of write-file-functions.
19215
19216 2004-01-05 Richard M. Stallman <rms@gnu.org>
19217
19218 * finder.el (finder-commentary): Call delete-other-windows.
19219
19220 * net/ange-ftp.el (ange-ftp-file-attributes):
19221 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19222
19223 2004-01-04 Karl Berry <karl@gnu.org>
19224
19225 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19226 comment characters % and # in the copyright year notice,
19227 as well as ;.
19228
19229 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19230
19231 * wid-edit.el (default): Define dummy :value-delete.
19232 Reported by Jesper Harder <harder@ifa.au.dk>.
19233
19234 2004-01-03 Richard M. Stallman <rms@gnu.org>
19235
19236 * progmodes/compile.el (compile-internal): Use point, not point-min,
19237 for set-window-point.
19238
19239 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19240
19241 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19242
19243 * progmodes/grep.el (grep-mode-map):
19244 Don't remap next-line, previous-line.
19245
19246 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19247
19248 * speedbar.el (speedbar-edit-line): Change regexp to position
19249 the cursor on the first character of this line's button.
19250
19251 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19252
19253 * subr.el (functionp): Doc fix.
19254
19255 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19256
19257 * progmodes/idlwave.el (idlwave-make-tags):
19258 * textmodes/flyspell.el (flyspell-large-region):.
19259 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19260 * emulation/viper-util.el (viper-glob-unix-files):
19261 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19262 * man.el (Man-init-defvars):
19263 * jka-compr.el (jka-compr-call-process):
19264 * files.el (get-free-disk-space,insert-directory):
19265 * ediff-ptch.el (ediff-test-patch-utility):
19266 * ediff-diff.el (ediff-test-utility):
19267 * dired-aux.el (dired-check-process):
19268 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19269 test the return value of call-process, because it can be a string.
19270
19271 2003-12-31 John Paul Wallington <jpw@gnu.org>
19272
19273 * bindings.el (completion-ignored-extensions): Add .pfsl.
19274
19275 2003-12-31 Kim F. Storm <storm@cua.dk>
19276
19277 * ido.el (ido-nonreadable-directory-p): New defun to check for
19278 nonreadable directory without activating tramp (to avoid problems
19279 with checking incomplete tramp paths).
19280 (ido-set-current-directory, ido-file-internal)
19281 (ido-file-name-all-completions1): Use it.
19282
19283 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19284
19285 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19286 documentation if the anchor (or node) name is preceded by `info
19287 anchor' or `Info anchor' in addition to earlier `info node' and
19288 `Info node'.
19289 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19290
19291 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19292
19293 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19294 error in arguments to base64-decode-region. Remove ^M characters
19295 after decoding base64.
19296
19297 2003-12-30 Simon Josefsson <jas@extundo.com>
19298
19299 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19300 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19301 have only been distributed with Emacs for some years.
19302 (texinfo-mode-hook): Customize.
19303
19304 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19305
19306 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19307 cleaner (suggested by Richard Stallman).
19308
19309 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19310 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19311 file-name clashes on 8+3 DOS filesystems.
19312
19313 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19314 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19315 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19316 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19317 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19318 file-name clashes on 8+3 filesystems.
19319
19320 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19321 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19322 file-name clashes on 8+3 DOS filesystems.
19323
19324 2003-12-29 Richard M. Stallman <rms@gnu.org>
19325
19326 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19327 Upcase the character.
19328
19329 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19330 Search for header separator alone on a line, literally,
19331 and search for it backward, not forward.
19332 (flyspell-abbrev-table): Always use global-abbrev-table
19333 if there is no local one.
19334
19335 * progmodes/sh-script.el (sh-get-indent-info):
19336 Don't move point back if at bob.
19337
19338 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19339
19340 * play/handwrite.el (handwrite): Make the handwrite credit message
19341 a comment rather than an output command.
19342
19343 * obsolete/sc.el: Display message that this file is obsolete.
19344
19345 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19346
19347 * mail/rfc822.el (rfc822-address-start): Declare variable.
19348 Renamed from address-start. All uses changed.
19349
19350 * term.el (term-exec): Set up sentinel.
19351 (term-sentinel): New function.
19352 (term-handle-exit): New function.
19353
19354 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19355 Use assoc-string, and mark them obsolete.
19356 (delay-mode-hooks): Mark as permanent local.
19357
19358 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19359
19360 * register.el (copy-rectangle-to-register): Doc fix.
19361
19362 * info.el (Info-insert-dir): Use assoc-string.
19363
19364 * info-look.el (info-lookup): Use assoc-string.
19365
19366 * frame.el (pop-up-frame-function): Use quote, not `function'.
19367 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19368 copying with lists as coordinate values.
19369
19370 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19371
19372 * find-dired.el (kill-find): New command.
19373 (find-dired): Make buffer read-only.
19374 Set up a keymap with C-c C-k running kill-find.
19375 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19376
19377 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19378
19379 * filecache.el (file-cache-ignore-case): New variable.
19380 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19381
19382 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19383 (comint-dynamic-complete-as-filename): Rename local vars.
19384 (comint-dynamic-list-filename-completions): Likewise.
19385
19386 * comint.el (comint-dynamic-list-completions-config): New var.
19387 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19388
19389 * comint.el (comint-file-name-chars): Add [].
19390 (comint-word): Use skip-chars-backward, not search.
19391
19392 * shell.el (shell-file-name-chars): Add [].
19393
19394 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19395
19396 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19397
19398 * generic.el (define-generic-mode): Doc fix.
19399
19400 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19401
19402 * files.el (kill-some-buffers): Doc fix.
19403
19404 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19405
19406 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19407 arg to send-invisible
19408 (send-invisible): Doc fix. The argument is now a prompt, not the
19409 string to send.
19410 (comint-read-noecho): Doc fix.
19411
19412 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19413
19414 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19415 "@", as required by some ISP hosting service. Fix defcustom
19416 argument syntax errors that prevented use of customization.
19417
19418 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19419
19420 * xml.el (xml-get-attribute-or-nil): Doc fix.
19421
19422 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19423
19424 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19425 write-file-hooks.
19426
19427 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19428
19429 * autorevert.el (auto-revert-interval): Doc fix.
19430
19431 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19432
19433 * xml.el (xml-get-attribute-or-nil): New function, like
19434 xml-get-attribute, but returns nil if the attribute was not found.
19435 (xml-get-attribute): Convert to defsubst, uses
19436 xml-get-attribute-or-nil.
19437
19438 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19439
19440 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19441
19442 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19443
19444 * custom.el (custom-declare-theme): Use `value' when putting
19445 properties on `theme'.
19446
19447 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19448
19449 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19450 for each yank-handler segment.
19451 (insert-for-yank-1): New function, with the body of the previous
19452 insert-for-yank.
19453
19454 * textmodes/table.el (table-yank-handler): New defcustom.
19455 (table--put-cell-indicator-property): Put yank-handler property
19456 that indicates the yank handler for the table cell.
19457
19458 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19459
19460 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19461 set of keywords.
19462
19463 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19464
19465 * international/mule-cmds.el (reset-language-environment)
19466 (set-language-environment): Don't invoke fontset-related functions
19467 if fontset-list is not fboundp.
19468
19469 2003-12-29 Kenichi Handa <handa@m17n.org>
19470
19471 * international/mule-cmds.el (reset-language-environment):
19472 Call set-overriding-fontspec-internal with nil.
19473 (set-language-environment): Call set-overriding-fontspec-internal
19474 if the language environment specify `overriding-fontspec'.
19475 (language-info-alist): Doc added.
19476
19477 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19478 characters of mule-unicode-0100-24ff.
19479 (ccl-encode-windows-1251-font): New CCL program.
19480 ("Bulgarian"): Specify overriding-fontspec.
19481 ("Belarusian"): Likewise.
19482
19483 2003-12-28 Sam Steingold <sds@gnu.org>
19484
19485 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19486 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19487
19488 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19489
19490 * progmodes/gud.el (gud-gdb-command-name): Set default to
19491 "gdb --annotate=3".
19492 (gud-gdb-marker-filter): Look out for annotations.
19493 (gdb-first-pre-prompt): New variable.
19494 Remove trailing white space.
19495
19496 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19497 if necessary.
19498 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19499 annotations are detected.
19500 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19501 instead of a local one to allow transition from
19502 gud-gdb-marker-filter.
19503 Remove trailing white space.
19504
19505 2003-12-27 Kim F. Storm <storm@cua.dk>
19506
19507 * ido.el: Handle non-readable directories.
19508 (ido-decorations): Add 9th element for non-readable directory.
19509 (ido-directory-nonreadable): New dynamic var.
19510 (ido-set-current-directory): Set it.
19511 (ido-read-buffer, ido-file-internal):
19512 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19513 (ido-file-name-all-completions1): Return empty list for
19514 non-readable directory.
19515 (ido-exhibit): Print [Not readable] if directory is not readable.
19516 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19517 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19518 Use it.
19519
19520 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19521
19522 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19523 calls to directory-files-and-attributes and file-attributes.
19524 (ls-lisp-format): Remove system dependent handling of user and
19525 group id's.
19526
19527 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19528
19529 * ffap.el (ffap-read-file-or-url): Revert previous change.
19530
19531 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19532
19533 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19534 new list of included files called `files-with-node-lines', that
19535 only have node lines. This way @include commands can include any
19536 file, such as version and update files without node lines, not
19537 just files that are chapters.
19538
19539 2003-12-25 Andreas Schwab <schwab@suse.de>
19540
19541 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19542 file not found.
19543
19544 2003-12-08 Miles Bader <miles@gnu.org>
19545
19546 * dired.el (dired-between-files): Always use dired-move-to-filename,
19547 which is more robust in non-english locales.
19548
19549 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19550
19551 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19552
19553 2003-12-24 Andreas Schwab <schwab@suse.de>
19554
19555 * shell.el (shell-file-name-quote-list): Add backslash.
19556
19557 * comint.el (comint-quote-filename): Correctly handle backslash
19558 in comint-file-name-quote-list.
19559
19560 2003-12-24 Kenichi Handa <handa@m17n.org>
19561
19562 * international/mule-cmds.el (set-default-coding-systems):
19563 Call ucs-set-table-for-input for all buffers that don't have local
19564 value of buffer-file-coding-system.
19565
19566 * international/ucs-tables.el (ucs-set-table-for-input):
19567 If translation-table-for-encode is a symbol, get its
19568 translation-table property.
19569
19570 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19571
19572 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19573 to `completing-read' on a recently fixed bug.
19574
19575 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19576 instead of SPACE, to get the list of possible fringe modes.
19577 SPACE only works if both `partial-completion-mode' and
19578 `completion-auto-help' are nil.
19579
19580 * complete.el (PC-is-complete-p): Delete.
19581 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19582 calls to `test-completion'.
19583
19584 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19585
19586 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19587 to edit values when there are no children.
19588
19589 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19590 a mode called "Assembler" already exists.
19591 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19592 (gud-watch): Use format option. Remove font properties from string.
19593 (gdb-var-create-handler, gdb-var-list-children-handler):
19594 Don't bother about properties as there are none.
19595 (gdb-var-create-handler, gdb-var-list-children-handler)
19596 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19597 with two arguments.
19598 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19599 Let speedbar show value changes with a different font.
19600 (gdb-edit-value): New defun.
19601 (gdb-clear-partial-output, gdb-clear-inferior-io)
19602 (def-gdb-auto-update-handler): Use erase-buffer.
19603 (gdb-frame-handler): Display watch expressions in
19604 FUNCTION::VARIABLE format if required.
19605
19606 2003-12-23 John Paul Wallington <jpw@gnu.org>
19607
19608 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19609 (Info-goto-emacs-command-node): Doc fixes.
19610
19611 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19612
19613 * cus-edit.el (custom-add-parent-links): Define "many".
19614
19615 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19616
19617 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19618 (widget-child-validate, widget-type-value-create)
19619 (widget-type-default-get, widget-type-match): New functions.
19620 (lazy): New widget.
19621 (menu-choice, checklist, radio-button-choice, editable-list)
19622 (group, documentation-string): Remove redundant (per 2003-10-25
19623 change) calls to `widget-children-value-delete'.
19624 (widget-choice-value-get, widget-choice-value-inline): Remove.
19625 (menu-choice): Update widget.
19626
19627 2003-12-03 Kenichi Handa <handa@m17n.org>
19628
19629 * language/cyrillic.el: Register "microsoft-cp1251" in
19630 ctext-non-standard-encodings-alist.
19631 ("Bulgarian"): Add ctext-non-standard-encodings.
19632 ("Belarusian"): Likewise.
19633
19634 * international/mule-conf.el (compound-text-with-extensions):
19635 Change the type to 2 (iso-2022 base).
19636
19637 * international/mule.el (ctext-non-standard-encodings-alist):
19638 Change the format.
19639 (ctext-non-standard-encodings): New variable.
19640 (ctext-post-read-conversion): Fully re-written.
19641 (ctext-non-standard-designations-alist): Delete it.
19642 (ctext-non-standard-encodings-table): New function.
19643 (ctext-pre-write-conversion): Fully re-written.
19644
19645 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19646
19647 * cus-edit.el (custom-add-parent-links): Add documentation links
19648 for parent, if the item has none of its own.
19649
19650 2003-11-30 Richard M. Stallman <rms@gnu.org>
19651
19652 * dired-aux.el (dired-do-query-replace-regexp):
19653 Report files visited read-only.
19654
19655 2003-11-30 Juri Linkov <juri@jurta.org>
19656
19657 * dired-aux.el (dired-compare-directories): New command.
19658 (dired-file-set-difference, dired-files-attributes): New functions.
19659
19660 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19661 Version 2.0.38 of Tramp released.
19662
19663 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19664 Charles Curley <charlescurley@charlescurley.com>.
19665 (tramp-multi-connection-function-alist): Add ssht entry which adds
19666 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19667 Aichner.
19668 (tramp-get-method-parameter): New function to retrieve a method
19669 parameter. This allows for omission of method parameters.
19670 Callers adjusted.
19671
19672 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19673
19674 * net/tramp.el: Add new optional parameter ID-FORMAT to
19675 `file-attributes'. Calls of `file-attributes' won't use this
19676 parameter for backward compatibility reasons.
19677 (tramp-perl-file-attributes): Add a new parameter to Perl script
19678 in order to handle uid/gid as strings, if desired.
19679 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19680 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19681 order to make the function more general.
19682 (tramp-handle-file-attributes): Replace proprietary optional
19683 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19684 (tramp-handle-file-attributes-with-perl): Handle parameter
19685 NONNUMERIC if set. This wasn't done in the past.
19686 (tramp-post-connection): Apply second parameter "$2" if
19687 `tramp-remote-perl' is called.
19688
19689 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19690 Correct cut'n'waste error (`filename' instead of `directory').
19691 (tramp-smb-handle-directory-files-and-attributes)
19692 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19693 introduced parameter ID-FORMAT.
19694 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19695 error (`directory' instead of `ldir').
19696
19697 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19698 `file-attributes' has a second parameter. If yes, apply it with
19699 value "'integer". Otherwise, don't use that parameter (default is
19700 integer format).
19701
19702 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19703
19704 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19705 (help-for-help): Add `C-h .' to the listed Help options.
19706 Remove trailing whitespace.
19707
19708 * help-at-pt.el: New file.
19709
19710 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19711
19712 * subr.el (noreturn, 1value): New macros for test coverage.
19713 See `testcover.el'.
19714
19715 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19716
19717 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19718 for macro `1value'.
19719 (testcover-1value): New function. Checks that a 1value form
19720 actually returns only one value. Requested by RMS.
19721
19722 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19723
19724 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19725 (gdb-var-list-children, gdb-var-list-children-handler)
19726 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19727 gdb commands that use mi to keep them out of the command history.
19728
19729 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19730
19731 * cus-start.el (all): Add use-file-dialog.
19732
19733 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19736
19737 2003-11-27 Kim F. Storm <storm@cua.dk>
19738
19739 * subr.el (posn-object-x-y): New defun.
19740
19741 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19742
19743 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19744 Don't use `space' for \\\n.
19745 Be more selective as to which # are comment-starters.
19746
19747 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19748
19749 * subr.el (number-sequence): Improve handling of floating point
19750 arguments (suggested by Kim Storm). Allow negative arguments.
19751
19752 2003-11-26 Kenichi Handa <handa@m17n.org>
19753
19754 * international/mule-cmds.el (standard-display-european-internal):
19755 Cancel the standard-display-table setting for ` and '.
19756
19757 2003-11-26 Kim F. Storm <storm@cua.dk>
19758
19759 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19760 New defcustoms to add ffap-like functionality to ido.
19761 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19762 (ido-no-final-slash): New defun.
19763 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19764 (ido-read-file-name): ): Toggle VC checking via
19765 vc-handled-backends instead of vc-master-templates.
19766 (ido-file-internal): Handle ido-use-url-at-point and
19767 ido-use-filename-at-point via code borrowed from ffap-guesser.
19768 Handle new ido-exit code ffap.
19769 (ido-sort-list): Ignore final slash when sorting file names.
19770
19771 2003-11-25 Kim F. Storm <storm@cua.dk>
19772
19773 * emulation/cua-base.el (cua--standard-movement-commands):
19774 Add forward-sentence and backward-sentence.
19775
19776 2003-11-25 Stephen Eglen <stephen@gnu.org>
19777
19778 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19779 iswitchb-exit is set to 'usefirst when user selects buffer at head
19780 of list using RET. (Selecting buffers at the head of the list was
19781 broken if the substring was also a complete buffername.)
19782
19783 2003-11-23 Kim F. Storm <storm@cua.dk>
19784
19785 * progmodes/compile.el (grep-command, grep-use-null-device)
19786 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19787 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19788 (grep-regexp-alist, grep-program, find-program)
19789 (grep-find-use-xargs, grep-history, grep-find-history)
19790 (grep-process-setup, grep-compute-defaults)
19791 (grep-default-command, grep, grep-tag-default, grep-find)
19792 (grep-expand-command-macros, grep-tree-last-regexp)
19793 (grep-tree-last-files, grep-tree): Move grep variables, functions
19794 and commands to new file grep.el.
19795 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19796 (compilation-process-setup-function): Doc fix.
19797 (compilation-highlight-regexp, compilation-highlight-overlay): New
19798 defvars used for highlighting current compile error in source buffer.
19799 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19800 LOCAL-MAP which overrides compilation-highlight-regexp and
19801 compilation-mode-map for this compilation.
19802 Delay calling compilation-set-window-height until after running
19803 compilation-process-setup-function so it can buffer-local override
19804 compilation-window-height.
19805 Check buffer-local value of compilation-scroll-output.
19806 (compilation-set-window-height): Use buffer-local value of
19807 compilation-window-height.
19808 (compilation-revert-buffer): Don't pass (undefined)
19809 preserve-modes arg to revert-buffer.
19810 (next-error-no-select, previous-error-no-select): New commands.
19811 (compilation-goto-locus): Temporarily highlight current match in
19812 source buffer using compilation-highlight-regexp.
19813
19814 * progmodes/grep.el: New file with grep code from compile.el.
19815 (grep): New defcustom group.
19816 (grep-window-height): New defcustom, like compilation-window-height.
19817 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19818 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19819 (grep-command, grep-use-null-device, grep-find-command)
19820 (grep-tree-files-aliases, grep-tree-ignore-case)
19821 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19822 (grep-setup-hook): New hook variable.
19823 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19824 (grep-last-buffer): New defvar, override compilation-last-buffer.
19825 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19826 Call compile-internal with args highlight-regexp and grep-mode-map.
19827
19828 2003-11-23 Kim F. Storm <storm@cua.dk>
19829
19830 * subr.el (event-start, event-end): Doc fix.
19831 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19832 (posn-area, posn-actual-col-row, posn-object): New defuns.
19833 (posn-col-row): Simplify doc. Rewrite to use cond.
19834 (posn-point): Also return buffer position for events outside text
19835 area (that info is now present in the event position).
19836
19837 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19838 mouse-set-point so that hscroll still works now that clicks on
19839 fringes generate specific mouse events.
19840 (mouse-set-point): Note that it now works in fringes and margins
19841 too due to new semantics of posn-point in fringes and margins.
19842
19843 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19844 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19845
19846 2003-11-20 Kim F. Storm <storm@cua.dk>
19847
19848 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19849 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19850 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19851 to 100 for icons to avoid increasing line height when shown.
19852
19853 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19854
19855 * newcomment.el (comment-normalize-vars): Initialize properly if
19856 comment-start was nil.
19857
19858 2003-11-19 Andreas Schwab <schwab@suse.de>
19859
19860 * simple.el (set-variable): Fix indentation.
19861
19862 2003-11-17 Kenichi Handa <handa@m17n.org>
19863
19864 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19865 Fix docstring.
19866
19867 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19868
19869 * international/latin1-disp.el (latin1-display): Fix docstring.
19870
19871 2003-11-16 John Wiegley <johnw@newartisans.com>
19872
19873 * eshell/em-ls.el (eshell-ls-file): There are times with
19874 size-width is nil and uncomputed (when directories are created in
19875 dired, for example); in this case, 4 is reasonable default value,
19876 although it may caused skewed new entries (which could be avoided
19877 by returning the original value of 8 in all cases, but 99% of the
19878 time this is a waste of whitespace).
19879
19880 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19881
19882 * cc-engine.el (c-guess-continued-construct)
19883 (c-guess-basic-syntax): Check a little more carefully if it's a
19884 function declaration when an unknown construct followed by a block
19885 is found inside a statement context. This avoids macros followed
19886 by blocks to be taken as function declarations.
19887
19888 (c-guess-continued-construct): Change the analysis of a statement
19889 continuation with a brace open to `substatement-block', for
19890 consistency with recognized statements.
19891
19892 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19893 start is in a position so that `c-beginning-of-statement-1' jumped
19894 to the beginning of the same statement.
19895
19896 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19897 Don't accept binary operators in the arglist if we're in a function
19898 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19899 template recognition in cases like "if (a < b || c > d)".
19900
19901 (c-restricted-<>-arglists): New more appropriate name for
19902 `c-disallow-comma-in-<>-arglists'.
19903
19904 Accessing functions updated for the variable name change.
19905
19906 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19907 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19908
19909 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19910 labels.
19911
19912 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19913 instead of duplicating parts of it. This fixes bogus label
19914 recognition.
19915
19916 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19917 of checking the context in which to apply the minimum indentation,
19918 so that it isn't enforced in e.g. namespace blocks.
19919
19920 * cc-vars.el (c-inside-block-syms): New constant used by
19921 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19922 to somewhat reduce the risk of becoming stale.
19923
19924 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19925 cc-cmds to cc-engine to allow use from cc-align.
19926
19927 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19928 qualified identifiers containing "::".
19929
19930 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19931 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19932
19933 * cc-vars.el (c-emacs-features): Use a space in front of the name
19934 of the temporary buffer. That also avoids dumping problems in
19935 XEmacs due to undo info being left around after the buffer is killed.
19936
19937 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19938 arglist to see if it's a K&R style declaration.
19939
19940 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19941 before returning `knr-argdecl-intro'.
19942
19943 2003-11-16 John Wiegley <johnw@newartisans.com>
19944
19945 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19946 field in a long-listing always 8 characters, use `size-width',
19947 which has already been computed.
19948
19949 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19950
19951 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19952
19953 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19954
19955 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19956 Support operation while narrowed, with `diff-restrict-view'.
19957
19958 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19959
19960 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19961 Take additional optional arg NARROWFUN. For the generated functions:
19962 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19963 include frags that arrange to check for and save narrowing state before
19964 the move and then conditionally call NARROWFUN after the move.
19965
19966 2003-11-14 John Wiegley <johnw@newartisans.com>
19967
19968 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19969 that was optional, but obviously missing based on surrounding code.
19970
19971 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19972 string arguments to numbers unless the whole argument was seen as
19973 a number.
19974
19975 2003-11-14 Kenichi Handa <handa@m17n.org>
19976
19977 * international/mule.el (ctext-non-standard-encodings-alist):
19978 Fix coding systems.
19979
19980 2003-11-10 Kenichi Handa <handa@m17n.org>
19981
19982 * language/kannada.el ("Kannada"): Add sample-text.
19983
19984 * language/knd-util.el (kannada-compose-region)
19985 (kannada-compose-string, kannada-post-read-conversion):
19986 Add autoload cookie.
19987
19988 * international/quail.el (quail-completion): Change the message
19989 "corresponding translations" to "corresponding characters".
19990
19991 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19992
19993 * descr-text.el (describe-char): Fix typo.
19994
19995 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19996
19997 These changes are to support Kannada language/script.
19998
19999 * Makefile.in (DONTCOMPILE): Add kannada.el.
20000
20001 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
20002
20003 * loadup.el: Preload kannada.el.
20004
20005 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20006 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20007 New variables.
20008
20009 * language/kannada.el: New file.
20010
20011 * language/knd-util.el: New file.
20012
20013 2003-11-07 Andreas Schwab <schwab@suse.de>
20014
20015 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20016 Also highlight AH_*.
20017
20018 * xml.el (xml-parse-dtd): Fix misplaced paren.
20019
20020 2003-11-07 Kenichi Handa <handa@m17n.org>
20021
20022 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20023
20024 2003-11-05 Juri Linkov <juri@jurta.org>
20025
20026 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20027 (desktop-buffer-file): Use saved buffer-file-coding-system
20028 for file reading. Set auto-insert to nil to prevent automatic
20029 insertion into restored empty files.
20030
20031 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20032
20033 * files.el (risky-local-variable-p): Make second argument optional.
20034
20035 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20036
20037 * subr.el (add-hook): Fix last change.
20038
20039 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20040
20041 * mail/rmail.el (rmail-convert-to-babyl-format):
20042 If base64-decode-region signals an error, catch it and silently
20043 ignore it.
20044
20045 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20046
20047 * xml.el (xml-parse-region): Allow comments to appear after the
20048 topmost element has closed.
20049 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20050 (xml-ns-expand-attr): New functions to do namespace handling.
20051 (xml-intern-attrlist): Back-compatible handling of attribute names.
20052 (xml-parse-tag): Move namespace handling to separate functions.
20053 Now produces elements in the form ((:ns . "element") (attr-list)
20054 children) instead of ('ns:element (attr-list) children).
20055 (xml-parse-attlist): Fix attribute parsing.
20056 (xml-parse-dtd): Change parsing so that it produces strings
20057 instead of interned symbols.
20058
20059 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20060
20061 * dired.el (dired-ls-sorting-switches): Doc fix.
20062
20063 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20064
20065 * emacs-lisp/rx.el (rx-or): Fix the case of
20066 "(rx (and ?a (or ?b ?c) ?d))".
20067
20068 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20069
20070 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20071 (texinfo-format-region): Use it.
20072 (texinfo-format-buffer-1): Ditto.
20073
20074 2003-11-01 Alan Mackenzie <acm@muc.de>
20075
20076 Changes to allow scrolling whilst in isearch mode:
20077 * isearch.el (isearch-unread-key-sequence): New function,
20078 extracted from isearch-other-meta-char.
20079 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20080 "scrollable" standard functions.
20081 (isearch-allow-scroll): New customizable variable.
20082 (isearch-string-out-of-window, isearch-back-into-window)
20083 (isearch-reread-key-sequence-naturally)
20084 (isearch-lookup-scroll-key): New functions.
20085 (isearch-other-meta-char): Doc string and functionality enhanced.
20086 Now accepts a prefix argument.
20087 (isearch-lazy-highlight-window-end): New variable.
20088 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20089 end (thru isearch-lazy-highlight-window-end), not only its start.
20090
20091 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20092 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20093 (universal-argument, universal-argument-more, negative-argument)
20094 (digit-argument, universal-argument-other-key): Minor changes.
20095
20096 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20097
20098 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20099 recursively if the last message is deleted, thus avoiding an
20100 infinite loop.
20101
20102 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20105 (tex-main-file): Don't add .tex if the extension is already present.
20106 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20107
20108 2003-10-29 Lute Kamstra <lute@gnu.org>
20109
20110 * progmodes/octave-inf.el (inferior-octave-prompt):
20111 Recognize version number in prompt.
20112
20113 2003-10-28 Dave Love <fx@gnu.org>
20114
20115 * international/characters.el: Fix some Unicode ranges.
20116
20117 2003-10-28 Kenichi Handa <handa@m17n.org>
20118
20119 * disp-table.el (standard-display-8bit)
20120 (standard-display-default, standard-display-ascii)
20121 (standard-display-g1, standard-display-graphic)
20122 (standard-display-underline): Assure that standard-display-table
20123 is a display table.
20124
20125 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20128 reindenting the first line.
20129
20130 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20131
20132 * wid-edit.el (widget-default-delete): Always delete child widgets.
20133
20134 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20137 if the line has code.
20138 Don't try to line up with something that's too far left.
20139
20140 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20141 (octave-mode-syntax-table): Add % as a comment starter.
20142 (octave-point): Remove.
20143 (octave-in-comment-p, octave-in-string-p)
20144 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20145 (octave-blink-matching-block-open, octave-auto-fill):
20146 Use line-(beginning|end)-position instead.
20147
20148 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20149
20150 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20151 for Francesco Potort\e,Al\e(B.
20152
20153 2003-10-23 Dave Love <fx@gnu.org>
20154
20155 * international/mule-cmds.el (locale-charset-to-coding-system):
20156 Don't rely on nil being a coding system.
20157
20158 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20159 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20160 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20161
20162 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20163
20164 * gdb-ui.el (gdb-current-language): New variable.
20165 (gdb-update-flag): Remove variable.
20166 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20167 (gdb-take-last-elt): Remove function.
20168 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20169 (gdb-post-prompt): Check for variable object changes here.
20170
20171 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20172 object changes in gdb-ui.el.
20173
20174 2003-10-21 Richard M. Stallman <rms@gnu.org>
20175
20176 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20177
20178 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20179 Don't check for foo*/ wildcard form here.
20180 (insert-directory): Recognize foo*/ as a wildcard.
20181 Separate wildcard-regexp variable from the arg, wildcard.
20182
20183 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20184 (remove-hook): Correctly handle strange cases about local hooks.
20185
20186 2003-10-21 David Ponce <david@dponce.com>
20187
20188 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20189 argument REAL, to return a real number instead of a rounded
20190 integer value. Define as inline function.
20191 (ruler-mode-right-fringe-cols): Likewise.
20192 (ruler-mode-scroll-bar-cols): New function.
20193 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20194 (ruler-mode-right-scroll-bar-cols): Likewise.
20195 (ruler-mode-space): New function.
20196 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20197 scroll bar mode and margins in a more robust way.
20198
20199 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20200
20201 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20202 (antlr-c-init-language-vars): New function.
20203 (antlr-mode): Use it with cc-mode before v5.29.
20204 (antlr-c-common-init): Don't set some local vars here.
20205 (antlr-mode): Set them here.
20206 (antlr-c-forward-sws): New function alias.
20207 (antlr-mode): Redefine with cc-mode before v5.30.
20208 (antlr-skip-sexps): Use it.
20209 (antlr-skip-exception-part): Ditto.
20210 (antlr-skip-file-prelude): Ditto.
20211 (antlr-outside-rule-p): Ditto.
20212 (antlr-end-of-body): Ditto.
20213 (antlr-option-kind): Ditto.
20214 (antlr-insert-option-area): Ditto.
20215 (antlr-file-dependencies): Ditto.
20216
20217 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20218
20219 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20220 Move backward only if point was not inside an entry.
20221
20222 2003-10-21 Richard M. Stallman <rms@gnu.org>
20223
20224 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20225
20226 2003-10-21 Juri Linkov <juri@jurta.org>
20227
20228 * compare-w.el: Automatically skip non-matching text to resync.
20229 (compare-windows-whitespace): Doc fix.
20230 (compare-windows-sync, compare-windows-sync-string-size)
20231 (compare-windows-recenter, compare-ignore-whitespace)
20232 (compare-windows-highlight, compare-windows-face): New variables.
20233 (compare-windows): Use compare-windows-sync.
20234 (compare-windows-highlight, compare-windows-dehighlight)
20235 (compare-windows-sync-regexp)
20236 (compare-windows-sync-default-function): New functions.
20237
20238 2003-10-21 Juri Linkov <juri@jurta.org>
20239
20240 * diff.el (diff-parse-differences): Don't visit the files now;
20241 instead, just record the error locus.
20242
20243 2003-10-21 Dave Love <fx@gnu.org>
20244
20245 * progmodes/cfengine.el: New file.
20246
20247 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20248
20249 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20250 default-directory when completing file names.
20251
20252 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20253
20254 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20255 followed by the word `face', it gets treated as a face, even if
20256 it is also defined as a variable or a function.
20257
20258 2003-10-20 Dave Love <fx@gnu.org>
20259
20260 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20261 Avoid incf in macro expansion.
20262
20263 2003-10-20 John Paul Wallington <jpw@gnu.org>
20264
20265 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20266 `evenp' so we don't implicitly require cl library at runtime.
20267
20268 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20269
20270 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20271 (help-make-xrefs): Only make cross-references for faces if
20272 preceded or followed by the word `face'. Do not make a
20273 cross-reference for variables without variable documentation,
20274 unless preceded by the word `variable' or `option'. Update doc
20275 string accordingly.
20276
20277 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20278
20279 * progmodes/hideshow.el: Rewrite one-armed `if'
20280 constructs using either `when' or `unless'.
20281 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20282
20283 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20284
20285 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20286 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20287 instead of 12x12.
20288
20289 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20290
20291 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20292 message while converting to Babyl.
20293
20294 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20295
20296 * allout.el (allout-mode): Doc fix.
20297
20298 2003-10-16 Lute Kamstra <lute@gnu.org>
20299
20300 * subr.el (force-mode-line-update): Fix docstring.
20301
20302 2003-10-14 Dave Love <fx@gnu.org>
20303
20304 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20305 (default-input-method): Add :link, improve :type.
20306 (locale-charset-language-names): Fix utf-8 pattern.
20307 (locale-charset-match-p, locale-charset-alist)
20308 (locale-charset-to-coding-system): New.
20309 (set-locale-environment): Deal with codeset part of locale specs.
20310
20311 2003-10-14 Lute Kamstra <lute@gnu.org>
20312
20313 * fringe.el (fringe-mode): Use active voice in docstring.
20314 (set-fringe-style): Ditto.
20315
20316 2003-10-13 Lute Kamstra <lute@gnu.org>
20317
20318 * fringe.el (fringe-mode): Fix docstring.
20319 (set-fringe-style): Ditto.
20320
20321 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20322
20323 * ediff-mult.el (ediff-filegroup-action):
20324 Use ediff-default-filtering-regexp.
20325
20326 * ediff-util.el (ediff-recenter): Don't call
20327 ediff-restore-highlighting twice.
20328 (ediff-select-difference): Set current difference.
20329 (ediff-unselect-and-select-difference): Add comment.
20330
20331 * ediff.el (ediff-directories,ediff-directory-revisions)
20332 (ediff-directories3,ediff-merge-directories)
20333 (ediff-merge-directories-with-ancestor)
20334 (ediff-merge-directory-revisions)
20335 (ediff-merge-directory-revisions-with-ancestor):
20336 Use ediff-default-filtering-regexp.
20337
20338 2003-10-12 Andreas Schwab <schwab@suse.de>
20339
20340 * international/mule-cmds.el (locale-charset-language-names):
20341 Simplify regex by removing unused grouping.
20342
20343 2003-10-10 Dave Love <fx@gnu.org>
20344
20345 * bindings.el: Don't bind stop.
20346
20347 2003-10-08 Miles Bader <miles@gnu.org>
20348
20349 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20350 face instead of attempting to emulate it.
20351
20352 2003-10-07 Kenichi Handa <handa@m17n.org>
20353
20354 * international/mule-diag.el (list-coding-systems-1): List coding
20355 systems that are loaded automatically.
20356
20357 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20358
20359 * international/mule.el (autoload-coding-system): New function.
20360
20361 2003-10-07 Andreas Schwab <schwab@suse.de>
20362
20363 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20364 change-log-default-name in the buffer visiting the file.
20365
20366 2003-10-06 Dave Love <fx@gnu.org>
20367
20368 * files.el (find-file-hook): Customize.
20369 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20370
20371 * bindings.el (completion-ignored-extensions): Remove .log.
20372 (global-map): Add again, open, stop keys.
20373
20374 2003-10-05 Richard M. Stallman <rms@gnu.org>
20375
20376 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20377 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20378 Use sh-modify directly.
20379 (sh-select): Use sh-append, not eval.
20380
20381 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20382
20383 * info.el (Info-following-node-name): New function.
20384
20385 * loadhist.el (unload-feature-special-hooks):
20386 Rename from loadhist-hook-functions.
20387 (loadhist-hook-functions): Now an alias.
20388
20389 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20390
20391 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20392 file-name clashes on 8+3 filesystems.
20393
20394 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20395 Rename loaddefs-boot.el to ldefs-boot.el
20396
20397 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20398 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20399
20400 2003-10-03 Lute Kamstra <lute@gnu.org>
20401
20402 * info.el (Info-mode): Revert previous change.
20403 (Info-escape-percent): New function.
20404 (Info-fontify-node): Use it.
20405
20406 2003-10-02 Andreas Schwab <schwab@suse.de>
20407
20408 * loaddefs-boot.el: Regenerated.
20409
20410 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20411
20412 * ffap.el: Remove defadvice related code from CVS since `complete'
20413 provides a `PC-completion-as-file-name-predicate' variable that
20414 ffap can override.
20415
20416 2003-10-02 Kenichi Handa <handa@m17n.org>
20417
20418 * international/utf-8.el (ccl-decode-mule-utf-8):
20419 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20420
20421 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20422 * international/subst-big5.el: Likewise.
20423 * international/subst-gb2312.el: Likewise.
20424 * international/subst-ksc.el: Likewise.
20425
20426 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20427
20428 * calendar/calendar.el (increment-calendar-month)
20429 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20430 (generate-calendar, calendar-read-date, calendar-interval)
20431 (calendar-day-of-week): Handle years BC.
20432 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20433
20434 2003-10-01 Dave Love <fx@gnu.org>
20435
20436 * language/cyrillic.el (cp1251): Alias for windows-1251.
20437
20438 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20439 bootstrap.
20440
20441 2003-10-01 Lute Kamstra <lute@gnu.org>
20442
20443 * files.el: Fix typo.
20444 * imenu.el (imenu--generic-function): Docstring fix.
20445
20446 2003-09-30 Richard M. Stallman <rms@gnu.org>
20447
20448 * dired.el (dired-mode): Handle dired-directory as a list.
20449
20450 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20451
20452 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20453
20454 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20455
20456 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20457 Replace gud-display with gud-watch.
20458 (gud-speedbar-buttons): Add stuff for watching expressions
20459 in the speedbar when using M-x gdba. Use dolist on old part
20460 of this function.
20461
20462 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20463 (gdb-update-flag): New variables.
20464 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20465 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20466 (gud-watch, gdb-var-create-handler) : New functions.
20467 (gdb-var-list-children, gdb-var-list-children-handler)
20468 (gdb-var-create-regexp, gdb-var-update-regexp)
20469 (gdb-var-list-children-regexp): New constants.
20470 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20471 (gdb-annotation-rules): Reduce annotation set (level 3).
20472 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20473 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20474 updates.
20475 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20476 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20477 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20478 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20479 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20480 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20481 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20482 (gud-display, gud-display1)
20483 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20484 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20485 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20486 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20487 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20488 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20489 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20490 (gdb-display-display-buffer, gdb-toggle-display)
20491 (gdb-delete-display, gdb-expressions-popup-menu)
20492 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20493 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20494 to display buffer.
20495
20496 2003-09-30 Richard M. Stallman <rms@gnu.org>
20497
20498 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20499 Instead, set which-func-functions.
20500
20501 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20502 (which-func-functions): New variable.
20503 (which-function): Use that.
20504
20505 * info.el (Info-mode): Double each `%' in header line.
20506
20507 * emacs-lisp/lisp-mnt.el (lm-with-file):
20508 When FILE is nil, run BODY in current buffer.
20509
20510 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20511
20512 * help.el (describe-mode): Start with a brief list of minor modes.
20513 Find them thru minor-mode-list so as to find them all.
20514 Show them in alphabetical order.
20515
20516 * mail/sendmail.el (mail-aliases): Doc fix.
20517
20518 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20519
20520 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20521
20522 * mail/rmailsum.el (rmail-make-summary-line-1):
20523 Change comma after last label to a space.
20524 (rmail-summary-font-lock-keywords): Adapt to that change.
20525
20526 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20527
20528 * progmodes/scheme.el (scheme-mode-variables): When setting
20529 `font-lock-defaults', also specify that "#" should
20530 be interpreted with `word' syntax.
20531 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20532
20533 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20534
20535 * desktop.el: A lot of comments updated.
20536 (desktop-save-mode): Minor mode introduced.
20537 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20538 (desktop-load-default): Function made obsolete.
20539 (desktop-locals-to-save): Variable made customizable.
20540 (desktop-read): Optional parameter `dirname' added.
20541 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20542 `desktop-read' used.
20543 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20544
20545 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20546
20547 * whitespace.el (whitespace-clean-msg): Add user customizable message
20548 for displaying ``clean'' output.
20549 (whitespace-buffer): Use `whitespace-clean-msg'.
20550 (whitespace-global-mode): Fix typo.
20551
20552 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20553
20554 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20555
20556 2003-09-29 Lute Kamstra <lute@gnu.org>
20557
20558 * bindings.el (mode-line-modes): Remove superfluous :propertize
20559 construct in initialization.
20560 (mode-line-position): Change cons cell into proper list in
20561 initialization.
20562
20563 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20564
20565 * international/mule.el (decode-coding-inserted-region): Use car
20566 of the return value of find-operation-coding-system.
20567
20568 2003-09-29 Kenichi Handa <handa@m17n.org>
20569
20570 * descr-text.el (describe-char): Fix previous change.
20571
20572 2003-09-28 Kenichi Handa <handa@m17n.org>
20573
20574 * descr-text.el (describe-char-display): New function.
20575 (describe-char): Pay attention to display table on describing how
20576 a character is displayed.
20577
20578 * international/mule-cmds.el (encoded-string-description):
20579 Prepend "0x" to each encoded byte.
20580
20581 2003-09-28 Andreas Schwab <schwab@suse.de>
20582
20583 * find-file.el (ff-special-constructs): Add autoload cookie.
20584
20585 2003-09-28 Kevin Ryde <user42@zip.com.au>
20586
20587 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20588 makeinfo appends to duplicate index entries.
20589
20590 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20591
20592 * dired-x.el (dired-clean-tex): Doc fix.
20593
20594 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20595 using a Chinese tutorial.
20596
20597 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20598
20599 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20600 between "MAIL FROM:" and "RCPT TO:" and the following address.
20601
20602 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20603
20604 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20605
20606 2003-09-28 David Ponce <david@dponce.com>
20607
20608 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20609 (recentf-load-list): When `recentf-initialize-file-name-history'
20610 is non-nil, initialize an empty `file-name-history' with the
20611 recent list.
20612
20613 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20614
20615 * man.el (Man-default-man-entry): Remove the leading `*' from the
20616 word at point.
20617
20618 2003-09-26 Lute Kamstra <lute@gnu.org>
20619
20620 * bindings.el (mode-line-position): Mention size indication in
20621 docstring.
20622
20623 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20624
20625 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20626
20627 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20628 because it's autoloaded now.
20629
20630 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20631
20632 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20633 (sh-font-lock-keywords, sh-feature): Fix previous change of
20634 sh-feature to avoid infloop with sh-font-lock-keywords.
20635
20636 2003-09-25 Kim F. Storm <storm@cua.dk>
20637
20638 * frame.el (frame-current-scroll-bars): New defun.
20639
20640 * window.el (window-current-scroll-bars): New defun.
20641
20642 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20643
20644 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20645 cause errors when the state cache contains info on parts that have
20646 been narrowed out.
20647
20648 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20649
20650 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20651 `c-setup-paragraph-variables' has to be used when this variable is
20652 changed; it doesn't work to reinitialize the mode since that
20653 typically clobbers the variable.
20654
20655 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20656 Make it interactive.
20657
20658 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20659
20660 * progmodes/cc-fonts.el (c-font-lock-declarations):
20661 Fix recognition of constructors and destructors for classes whose
20662 names are matched by `*-font-lock-extra-types'.
20663
20664 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20665 followed by an identifier in C++ then it's a type.
20666
20667 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20668
20669 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20670 problem that primarily affected XEmacs. Don't use faces to find
20671 unterminated strings since Emacs and XEmacs fontify strings
20672 differently - this function should now work better in XEmacs.
20673
20674 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20675
20676 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20677 `expand-abbrev' workaround which caused braces to misbehave inside
20678 macros.
20679
20680 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20681 handling. This bug could cause interactive font locking to bail out.
20682
20683 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20684
20685 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20686 Handle paren-style types in Pike. Also fixed some cases of
20687 insufficient handling of unbalanced parens.
20688
20689 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20690
20691 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20692 common shell prompts that are not common filename or URL characters.
20693 (ffap-file-at-point): Use the new regexp to strip the prompts from
20694 the file names. This is an issue mostly for user prompts that
20695 don't have a trailing space and find-file-at-point is invoked from
20696 within a shell inside Emacs.
20697
20698 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20699
20700 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20701 stamps numerically, rather than textually.
20702
20703 2003-09-24 Kenichi Handa <handa@m17n.org>
20704
20705 * language/devan-util.el (devanagari-post-read-conversion):
20706 * language/mlm-util.el (malayalam-post-read-conversion):
20707 * language/tml-util.el (tamil-post-read-conversion):
20708 Add autoload cookie.
20709
20710 * international/utf-8.el (utf-8-post-read-conversion):
20711 Call post-read-conversion functions for Devanagari, Malayalam,
20712 and Tamil.
20713
20714 2003-09-23 Dave Love <fx@gnu.org>
20715
20716 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20717
20718 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20719
20720 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20721 Update gud-remove.
20722
20723 2003-09-22 Richard M. Stallman <rms@gnu.org>
20724
20725 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20726 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20727 (sh-mode-syntax-table-input): New variable.
20728 (sh-require-final-newline): Don't use eval.
20729 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20730 (sh-variables, sh-font-lock-keywords): Don't use eval.
20731 (sh-set-shell): When setting require-final-newline,
20732 treat value = `require-final-newline' as don't change it.
20733 Set sh-mode-syntax-table locally based on
20734 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20735
20736 * progmodes/compile.el (compile-internal):
20737 Call compilation-set-window-height before setting window start.
20738
20739 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20740
20741 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20742 Clear out byte-compile-last-warned-form.
20743
20744 2003-09-22 Richard M. Stallman <rms@gnu.org>
20745
20746 * woman.el (woman-file-name, woman-follow-word):
20747 If current-word returns nil, use "".
20748
20749 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20750
20751 2003-09-22 Richard M. Stallman <rms@gnu.org>
20752
20753 * emacs-lisp/lisp-mnt.el (lm-with-file):
20754 Don't visit the file, just use insert-file-contents in temp buffer.
20755
20756 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20757
20758 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20759 Add surrounding \\( and \\) around the header, as in
20760 for lm-history-header 'Change Log\\|History'.
20761
20762 2003-09-22 John Paul Wallington <jpw@gnu.org>
20763
20764 * progmodes/ld-script.el: Add Commentary section,
20765 minor cleanup of file header.
20766 (ld-script-font-lock-keywords): Doc fix.
20767 (toplevel): Provide `ld-script' feature.
20768
20769 2003-09-21 Kim F. Storm <storm@cua.dk>
20770
20771 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20772 new built-in variable default-frame-scroll-bars.
20773 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20774 scroll-bar-mode; notably, use it instead of t when we toggle
20775 scroll-bars on.
20776 (toggle-scroll-bar): Use default-frame-scroll-bars.
20777
20778 2003-09-19 Masatake YAMATO <jet@gyve.org>
20779
20780 * pcvs.el (cvs-do-removal): Change the prompt depending on
20781 `filter' value.
20782
20783 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20784
20785 * startup.el (command-line-1): Stop startup-echo-area-message
20786 being hidden by "Loading image..." message.
20787 (use-fancy-splash-screens-p, display-splash-screen):
20788 Move display-graphic-p test from latter to former.
20789
20790 * progmodes/sh-script.el (sh-font-lock-keywords):
20791 Highlight escaped EOLs differently from other backslash constructs.
20792
20793 2003-09-19 Richard M. Stallman <rms@gnu.org>
20794
20795 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20796 New functions.
20797 (edebug-enter, edebug-outside-excursion): Use them.
20798
20799 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20800 Fix the condition for whether to print "In WHERE".
20801
20802 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20803
20804 * finder.el (finder-mode-hook): New variable.
20805 (finder-mode): Run hook finder-mode-hook
20806
20807 2003-09-18 Masatake YAMATO <jet@gyve.org>
20808
20809 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20810
20811 2003-09-17 Mario Lang <mlang@delysid.org>
20812
20813 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20814 "p %e" to actually print the value in the GUD buffer.
20815
20816 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20817
20818 From David Ponce <david.ponce@wanadoo.fr>:
20819 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20820 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20821 from loaddefs-boot.el if necessary.
20822
20823 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20824
20825 * progmodes/gud.el (gud-find-class): Make jdb work again since
20826 cc-mode changed the syntactic information.
20827
20828 2003-09-15 David Ponce <david@dponce.com>
20829
20830 * recentf.el: (recentf-exclude): Accept predicates too.
20831 (recentf-file-readable-p): New function.
20832 (recentf-include-p): Handle predicates in recentf-exclude.
20833 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20834 (recentf-cleanup): Likewise.
20835 (recentf-save-list): Use write-file to handle backup of
20836 recentf-save-file.
20837
20838 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20839
20840 * loaddefs-boot.el: Renamed from `loaddefs.el'
20841 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20842 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20843 necessary.
20844
20845 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20846
20847 * electric.el (Electric-pop-up-window): For the `one-window' case,
20848 no longer disconcertingly move point in the original buffer.
20849
20850 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20851
20852 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20853
20854 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20855
20856 * dired.el (dired-mode-map): Fix typo.
20857
20858 2003-09-11 Richard M. Stallman <rms@gnu.org>
20859
20860 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20861
20862 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20863
20864 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20865 the function is less noisy. Now only `kill-buffer' can ask questions.
20866
20867 2003-09-10 Mario Lang <mlang@delysid.org>
20868
20869 * battery.el: Update Commentary and Copyright.
20870 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20871 appear due to wrong ordering of the expressions in `or'.
20872
20873 2003-09-09 Lute Kamstra <lute@gnu.org>
20874
20875 * misc.el (upcase-char): Fix docstring.
20876 (zap-up-to-char): New command.
20877
20878 2003-09-08 David Ponce <david@dponce.com>
20879
20880 Ensure that recentf correctly updates the menu bar.
20881 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20882 (recentf-menu-bar): New function.
20883 (recentf-clear-data): Use it
20884 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20885 of easy-menu-change.
20886
20887 2003-09-08 Lute Kamstra <lute@gnu.org>
20888
20889 * simple.el (size-indication-mode): New.
20890 * bindings.el (mode-line-position): Add buffer size indicator.
20891
20892 2003-09-04 Mario Lang <mlang@delysid.org>
20893
20894 * battery.el (battery-linux-proc-acpi): New function.
20895 (battery-status-function): Modify default value calculation to also
20896 check for availability of ACPI.
20897 (battery-echo-area-format): Ditto.
20898 (battery-mode-line-format): Ditto.
20899
20900 2003-09-06 Dave Love <fx@gnu.org>
20901
20902 * ielm.el (ielm-mode-hook): Add :options.
20903
20904 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20905 (eldoc-print-current-symbol-info): Use it.
20906
20907 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20908
20909 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20910 being displayed in GUD buffer.
20911 (gdb-idle-input-queue): Remove var. Use just one queue.
20912 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20913 Remove functions. Use just one queue.
20914 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20915 (gdb-invalidate-assembler, gdb-get-current-frame):
20916 Modify functions. Use just one queue.
20917
20918 2003-09-04 Dave Love <fx@gnu.org>
20919
20920 * cus-start.el: Add blink-cursor-alist.
20921
20922 * ruler-mode.el (ruler-mode-fill-column-char)
20923 (ruler-mode-current-column-char): Use char-displayable-p,
20924 not window-system.
20925
20926 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20927
20928 * language/european.el (windows-1252): Move from code-pages.
20929
20930 * language/cyrillic.el ("Windows-1251"): Delete.
20931 ("Bulgarian", "Belarusian"): Remove `features'.
20932 (windows-1251): Move from code-pages.
20933
20934 * international/mule-diag.el (non-iso-charset-alist):
20935 Remove `codepage' stuff.
20936 (print-designation, list-coding-systems-1): Output fixes.
20937
20938 * international/code-pages.el (cp-make-translation-table)
20939 (cp-valid-codes): Made defsubsts.
20940 (cp-fix-safe-chars): Delete.
20941 (mule-diag): Don't require.
20942 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20943 (top-level): Check for defined coding system when defining
20944 cp... aliases. Change w32-add-charset-info test to avoid warning.
20945 (non-iso-charset-alist): Defvar when compiling.
20946 (cp-make-coding-system): Doc fix.
20947
20948 2003-09-02 Jason Rumney <jasonr@gnu.org>
20949
20950 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20951 line-ends from CVS before doing conversion.
20952
20953 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20954
20955 * calendar/diary-lib.el (diary-header-line-flag)
20956 (diary-header-line-format): New variables.
20957 (list-diary-entries): Use them to set header line in simple diary.
20958
20959 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20960 other than font-lock-string-face to highlight backslashes.
20961
20962 2003-09-01 Jason Rumney <jasonr@gnu.org>
20963
20964 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20965 regexp.
20966
20967 2003-09-01 Dave Love <fx@gnu.org>
20968
20969 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20970
20971 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20972 and :help; also line and column numbers labels.
20973
20974 * international/mule-util.el (char-displayable-p): Move from
20975 latin1-disp, rename and autoload.
20976
20977 * international/latin1-disp.el (latin1-char-displayable-p):
20978 Now obsolete alias. Replace uses with char-displayable-p.
20979 (latin1-display-ucs-per-lynx): Fix last change.
20980
20981 * international/mule-cmds.el (standard-display-european-internal):
20982 Don't use char code for Latin-1 NBSP.
20983 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20984 U+2018, U+2019 for `'.
20985 (select-safe-coding-system): Message fix.
20986
20987 2003-09-01 Kenichi Handa <handa@m17n.org>
20988
20989 * international/fontset.el (setup-default-fontset): For Thai
20990 font, specify "*" family.
20991
20992 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20993
20994 * progmodes/compile.el (previous-error): Accept a prefix
20995 argument, similarly to next-error.
20996
20997 2003-08-31 Masatake YAMATO <jet@gyve.org>
20998
20999 * pcvs.el (cvs-do-removal): Use = instead of eq to check
21000 the number of files. Bind the number of files to a local
21001 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
21002
21003 2003-08-30 Eli Zaretskii <eliz@gnu.org>
21004
21005 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21006 2003-07-26: msdos-long-file-names is a function, not a variable.
21007
21008 2003-08-29 Richard M. Stallman <rms@gnu.org>
21009
21010 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21011 Do nothing with mail-personal-alias-file if it is nil.
21012
21013 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21014 Do nothing if mail-personal-alias-file is nil.
21015
21016 * term.el (term-exec-1): Bind coding-system-for-read.
21017
21018 * dired.el (dired-mouse-find-file-other-window):
21019 Use dired-view-command-alist here, as in dired-view-file.
21020 (dired-view-command-alist): Use %s to substitute file name.
21021 Handle .ps_pages, .eps, .jpg, .gif, .png.
21022
21023 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21024
21025 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21026 `Info-prev-reference', instead of M-tab.
21027
21028 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21029
21030 * simple.el (blink-matching-open): Work correctly on chars that
21031 are designated as parens through the syntax-table text property.
21032
21033 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21034
21035 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21036 line break position in the middle of a non-kinsoku (e.g. latin)
21037 word, making it skip until either a space or a character with
21038 category "|".
21039 (kinsoku-longer): Test for end of buffer.
21040
21041 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21042
21043 * mail/rmail.el (rmail-convert-to-babyl-format):
21044 Detect quoted-printable- and base64-encoded messages and decode them
21045 automatically. Set the message's encoding from the charset=
21046 header, if any. Decode base64-encoded messages in Mail format as well.
21047
21048 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21049
21050 * mail/smtpmail.el: Fix previous change.
21051 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21052 calling smtpmail-via-smtp.
21053 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21054
21055 2003-08-26 John Paul Wallington <jpw@gnu.org>
21056
21057 * image.el (image-jpeg-p): Don't search beyond length of data.
21058
21059 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21060
21061 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21062 misfeature in `expand-abbrev' which caused electric keywords like
21063 "else" to disappear if an open brace was typed directly afterwards.
21064
21065 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21066
21067 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21068 mandatory in `define-widget'.
21069
21070 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21071 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21072
21073 (c-assignment-operators): New language constant that only contains
21074 the assignment operators.
21075
21076 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21077
21078 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21079
21080 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21081 Safeguard against unbalanced sexps.
21082
21083 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21084
21085 * version.el (emacs-version): Check for gtk. Include gtk version info.
21086
21087 2003-08-25 John Paul Wallington <jpw@gnu.org>
21088
21089 * man.el (Man-default-man-entry): Don't whizz past the section
21090 number before looking for it.
21091
21092 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21093
21094 * progmodes/gud.el (gud-display-line): Don't set window-point if
21095 source buffer is not visible. (Only happens with M-x gdba.)
21096
21097 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21098 documentation.
21099 (gdb-source, gdb-source-info): Update to assembler unnecessary
21100 as its done after each GDB command anyway.
21101 (gdb-pre-prompt): Use with-current-buffer.
21102 (gdb-insert-field): Add help-echo text.
21103 (gdb-invalidate-assembler): Re-display of assembler now done in
21104 gdb-info-breakpoints-custom.
21105 (gdb-info-breakpoints-custom): Force re-display of assembler to
21106 happen *after* update of breakpoints buffer.
21107 (gdb-display-source-buffer): Don't choke if gdb-source-window
21108 isn't visible.
21109 (gdb-put-string, gdb-put-arrow): Remove free variables.
21110
21111 2003-08-24 John Paul Wallington <jpw@gnu.org>
21112
21113 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21114
21115 * man.el (Man-default-man-entry): Strip text properties when
21116 snarfing parts of entry because `format' preserves properties.
21117
21118 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21119
21120 * files.el (file-newest-backup): Use `expand-file-name'.
21121
21122 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21123 Allow the diary to pop up a new frame, if needed.
21124
21125 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21126 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21127 (smtpmail-send-it): Make treatment of envelope-from consistent with
21128 sendmail.el.
21129
21130 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21131 (sh-leading-keywords): Add the bash `time' reserved word.
21132 (sh-variables): Add some bash variables.
21133 (sh-add-completer): Fix nil branch of case statement.
21134
21135 2003-08-24 Masatake YAMATO <jet@gyve.org>
21136
21137 * progmodes/ld-script.el: New file.
21138
21139 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21140
21141 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21142
21143 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21144
21145 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21146 Better explain obsolescence, and what to use instead.
21147
21148 2003-08-23 Masatake YAMATO <jet@gyve.org>
21149
21150 * pcvs.el (cvs-do-removal): Show the deleted file name
21151 on the prompt.
21152
21153 2003-08-20 Dave Love <fx@gnu.org>
21154
21155 * international/mule.el (make-coding-system)
21156 (set-buffer-file-coding-system): Doc fix.
21157
21158 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21159
21160 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21161
21162 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21163
21164 * international/utf-16.el: Add mime-text-unsuitable coding system
21165 properties.
21166
21167 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21168
21169 * cus-edit.el: Add some :links.
21170 (bib): Remove.
21171
21172 * textmodes/bib-mode.el (bib): Add :group external.
21173
21174 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21175
21176 * wid-edit.el (widget-echo-help): Make it handle expressions that
21177 evaluate to strings.
21178
21179 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21180
21181 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21182
21183 Simplify selection of SQL products to define highlighting and
21184 interactive mode. Includes detailed instructions on adding
21185 support for new products.
21186
21187 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21188 product for use in highlighting and interactive mode.
21189 (sql-interactive-product): New variable. SQL product for
21190 sql-interactive-mode.
21191 (sql-product-support): New variable. Specifies product-specific
21192 parameters to drive highlighting and interactive mode.
21193 (sql-imenu-generic-expression): Add more object types.
21194 (sql-sqlite-options): Correct comment.
21195 (sql-ms-program): Use "osql" rather than "isql".
21196 (sql-prompt-regexp, sql-prompt-length): Update comment.
21197 (sql-mode-menu): Add "Start SQLi session" entry.
21198 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21199 (sql-mode-abbrev-table): Add abbreviations. Support of
21200 SYSTEM-FLAG on define-abbrev. Support was removed with last
21201 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21202 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21203 names.
21204 (sql-mode-ansi-font-lock-keywords): Set as default value.
21205 (sql-mode-oracle-font-lock-keywords): Set as default value.
21206 Support Oracle 9i keywords.
21207 (sql-mode-postgres-font-lock-keywords): Set as default value.
21208 (sql-mode-linter-font-lock-keywords): Set as default value.
21209 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21210 SQLServer 2000.
21211 (sql-mode-sybase-font-lock-keywords)
21212 (sql-mode-interbase-font-lock-keywords)
21213 (sql-mode-sqlite-font-lock-keywords)
21214 (sql-mode-strong-font-lock-keywords)
21215 (sql-mode-mysql-font-lock-keywords)
21216 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21217 keywords.
21218 (sql-mode-font-lock-defaults): Update comment.
21219 (sql-product-feature): New function. Returns feature associated
21220 with a product from `sql-product-support' alist.
21221 (sql-product-font-lock): New function. Set font-lock support
21222 based on `sql-product'.
21223 (sql-add-product-keywords): New function. Add font-lock rules to
21224 product-specific keyword variables.
21225 (sql-set-product): New function. Set `sql-product' and apply
21226 appropriate font-lock highlighting.
21227 (sql-highlight-product): New function. Set font-lock support
21228 based on a product. Also set mode name to include product name.
21229 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21230 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21231 Use `sql-set-product'.
21232 (sql-highlight-ms-keywords)
21233 (sql-highlight-sybase-keywords)
21234 (sql-highlight-interbase-keywords)
21235 (sql-highlight-strong-keywords)
21236 (sql-highlight-mysql-keywords)
21237 (sql-highlight-sqlite-keywords)
21238 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21239 (sql-get-login): Prompt in the same order as the tokens.
21240 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21241 (sql-product-interactive): New function. Common portions of
21242 product-specific interactive mode wrappers.
21243 (sql-interactive-mode): Rewritten to use product features.
21244 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21245 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21246 (sql-db2, sql-linter): Use `sql-product-interactive'.
21247 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21248 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21249 (sql-connect-ingres, sql-connect-postgres)
21250 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21251 New functions. Format command line parameters and invoke comint on
21252 the appropriate interpreter. Code was in the corresponding
21253 `sql-xyz' function before.
21254 (sql-connect-ms): New function. Support -E argument to use
21255 operating system credentials for authentication.
21256
21257 2003-08-18 Kenichi Handa <handa@m17n.org>
21258
21259 * international/mule.el (encode-char): Fix for the ASCII case.
21260
21261 2003-08-15 Kenichi Handa <handa@m17n.org>
21262
21263 * international/fontset.el (setup-default-fontset): Change "*" to
21264 nil in the specifications of font family.
21265
21266 2003-08-18 Kim F. Storm <storm@cua.dk>
21267
21268 * kmacro.el (kmacro-keymap): Group related bindings in
21269 initialization for clarity. Bind C-s to start macro.
21270 Remove C-r binding.
21271 (kmacro-initial-counter-value): New defvar to hold initial counter
21272 value in case we set the value before defining a macro.
21273 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21274 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21275 not defining or executing macro. Doc fix.
21276 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21277 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21278 temporarily view older elements on the macro ring without cycling
21279 the ring.
21280 (kmacro-display): Doc fix.
21281 (kmacro-exec-ring-item): New helper function.
21282 (kmacro-call-ring-2nd): Use it.
21283 (kmacro-call-ring-2nd-repeat): Doc fix.
21284 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21285 (kmacro-end-or-call-macro): Execute last viewed macro (using
21286 kmacro-exec-ring-item) from ring if this follows
21287 kmacro-view-macro. This allows us to find a macro on the ring
21288 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21289 the ring to bring it to the head of the ring.
21290 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21291 Allow binding to reserved keys without specifying C-x C-k prefix.
21292 Ask for confirmation if entered key sequence is already bound to
21293 a non-macro command.
21294 (kmacro-view-macro): Repeating command will show older elements
21295 on the macro ring; C-k will execute the last viewed macro.
21296 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21297 property from 'ring to 'head.
21298
21299 2003-08-17 Alan Shutko <ats@acm.org>
21300
21301 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21302 keeping December out of the alist.
21303
21304 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21305
21306 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21307 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21308 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21309 (calendar-flatten): New function.
21310 (calendar-mouse-view-other-diary-entries)
21311 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21312 in the menu title and to show multi-line diary entries correctly
21313 in the menu.
21314
21315 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21316
21317 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21318 defcustom, because the default was recently changed.
21319
21320 2003-08-16 Richard M. Stallman <rms@gnu.org>
21321
21322 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21323
21324 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21325 New subroutine, broken out of eval-last-sexp-1.
21326 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21327
21328 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21329
21330 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21331
21332 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21333
21334 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21335
21336 * progmodes/compile.el (compilation-error-regexp-alist):
21337 Add Java ANt error detection as described in document
21338 http://ant.apache.org/faq.html
21339
21340 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21341
21342 * simple.el (backward-word, forward-to-indentation)
21343 (backward-to-indentation): Argument changed to optional.
21344 (next-line, previous-line): Use `or' instead of `unless'.
21345
21346 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21347
21348 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21349 instead of a constant.
21350
21351 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21352
21353 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21354
21355 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21356
21357 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21358 (vc-sccs-workfile-version): Search the entire delta table, rather
21359 than just the first entry, because that might be a deleted version.
21360
21361 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21362
21363 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21364 [save-place] binding in the Options menu. Have it require
21365 'saveplace' and then toggle the variable manually, to avoid an an
21366 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21367 for the bug report.
21368
21369 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21370
21371 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21372 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21373 (gdb-info-threads-custom): Add help-echo text.
21374 (gdb-display-back): Don't use purecopy.
21375 (gdb-info-breakpoints-custom, gdb-reset)
21376 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21377 icons can be displayed.
21378
21379 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21380
21381 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21382
21383 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21384
21385 * bookmark.el (bookmark-completing-read):
21386 Return a string, instead of a list of one string.
21387 Use a popup menu if activated from the mouse.
21388 (bookmark-edit-annotation): Remove unused vars.
21389 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21390 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21391 to bookmark-completing-read.
21392 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21393 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21394 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21395 and erase-buffer.
21396 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21397 (bookmark-menu-jump, bookmark-menu-insert)
21398 (bookmark-popup-menu-and-apply-function)
21399 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21400 (bookmark-menu-build-paned-menu): Remove by folding it into
21401 bookmark-menu-popup-paned-menu.
21402 (menu-bar-bookmark-map): Move the define-key statements here.
21403 Use the "non-menu" commands since they now pop up a menu if needed.
21404 (bookmark-exit-hook-internal): Simplify.
21405
21406 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21407
21408 * reftex-toc.el (reftex-toc-rename-label): New function.
21409 (reftex-toc-check-docstruct): New function.
21410
21411 * reftex.el (reftex-region-active-p): New function.
21412
21413 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21414 regexp to find the \bibliography macro.
21415
21416 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21417 which does not exist in LaTeX.
21418 (reftex-cite-format-builtin): Added amsrefs support.
21419 (reftex-toc-confirm-promotion): New option
21420
21421 * reftex-toc.el
21422 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21423 (reftex-toc-demote, reftex-toc-promote)
21424 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21425 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21426 (reftex-toc-newhead-from-alist)
21427 (reftex-toc-load-all-files-for-promotion): New functions.
21428 (reftex-toc-help): Added description of new keys.
21429 (reftex-toc-split-windows-fraction): New option.
21430 (reftex-recenter-toc-when-idle): Search *toc* window on all
21431 visible frames.
21432 (reftex-toc): Additional parameter REUSE
21433 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21434 with REUSE argument.
21435 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21436 the call of `reftex-toc'.
21437 (reftex-make-separate-toc-frame): New function .
21438 (reftex-toc-recenter): When called with triple prefix arg, call
21439 `reftex-make-separate-toc-frame' first.
21440 (reftex-toc-toggle-dedicated-frame): New command.
21441 (reftex-toc-quit): Adapted to delete frame when called in
21442 dedicated frame.
21443
21444 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21445 all enclosing macros.
21446
21447
21448 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21449
21450 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21451 first use.
21452
21453 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21454
21455 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21456
21457 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21458
21459 * calendar/calendar.el (list-diary-entries-hook)
21460 (diary-display-hook, nongregorian-diary-listing-hook)
21461 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21462 Add some customize options for these hooks.
21463 (calendar-abbrev-construct): Don't try to take a substring longer
21464 than the original string.
21465
21466 2003-08-05 Richard M. Stallman <rms@gnu.org>
21467
21468 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21469 (testcover-reinstrument-clauses): Doc fix.
21470
21471 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21472 (warning-type-format): Rename from warning-group-format.
21473
21474 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21475 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21476 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21477 to prevent warnings about defvar for an obsolete variable.
21478
21479 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21480 warning-group-format renamed to warning-type-format.
21481
21482 * subr.el (read-passwd): Use clear-string instead of fillarray.
21483
21484 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21485 Use vconcat instead of concat.
21486 (edmacro-sanitize-for-string): New function.
21487
21488 2003-08-05 Dave Love <fx@gnu.org>
21489
21490 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21491 line-number-display-limit-width.
21492
21493 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21494
21495 2003-08-05 Kenichi Handa <handa@m17n.org>
21496
21497 * international/code-pages.el: Don't require mule-diag.
21498
21499 * international/mule-diag.el (non-iso-charset-alist):
21500 Add autoload cookie.
21501
21502 * language/devan-util.el (dev-glyph-order): Add an entry for the
21503 glyph code #xC4.
21504
21505 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21506
21507 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21508 (european-calendar-style, diary-date-forms)
21509 (calendar-day-name-array, calendar-month-name-array): Doc change.
21510 (generate-calendar-month): Adapt for new behaviour of
21511 `calendar-day-name' function.
21512 (calendar-abbrev-length, calendar-day-abbrev-array)
21513 (calendar-month-abbrev-array): New variables.
21514 (calendar-abbrev-construct): New function.
21515 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21516 rather than fixing abbrevs at some width. Calling syntax change.
21517 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21518 (calendar-date-string): Adapt for new behaviours of
21519 `calendar-day-name' and `calendar-month-name' functions.
21520
21521 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21522 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21523 (diary-name-pattern): Use abbrev arrays, rather than fixing
21524 abbrevs at three chars. Calling syntax change.
21525 (mark-diary-entries): Adapt for new behaviours of
21526 `diary-name-pattern' and `calendar-make-alist' functions.
21527 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21528 `diary-name-pattern' function.
21529 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21530 fixing abbrevs at three chars. Calling syntax change.
21531 (cal-hebrew, cal-islam): Require when compiling.
21532 (diary-font-lock-keywords): Adapt for new behaviour of
21533 `font-lock-diary-date-forms' function.
21534
21535 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21536 (calendar-hebrew-month-name-array-common-year)
21537 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21538 (list-hebrew-diary-entries): Adapt for new behaviours of
21539 `calendar-day-name' and `add-to-diary-list' functions.
21540 (mark-hebrew-diary-entries): Adapt for new behaviours of
21541 `diary-name-pattern' and `calendar-make-alist' functions.
21542
21543 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21544 Add doc string.
21545 (list-islamic-diary-entries): Adapt for new behaviours of
21546 `calendar-day-name' and `add-to-diary-list' functions.
21547 (mark-islamic-diary-entries): Adapt for new behaviours of
21548 `diary-name-pattern' and `calendar-make-alist' functions.
21549
21550 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21551 `calendar-month-name' function.
21552
21553 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21554
21555 * calendar/solar.el (solar-seasons-data): Move definition before use.
21556
21557 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21558 (cal-tex-LaTeX-hourbox): Move definition before use.
21559
21560 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21561 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21562 * lunar.el, solar.el (displayed-month, displayed-year):
21563 Define for compiler.
21564
21565 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21566
21567 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21568 MODE. Renamed from c-init-c-language-vars'.
21569 (c-initialize-cc-mode): Change accordingly.
21570 (c-common-init): Ditto.
21571 (c-mode): Ditto.
21572 (c++-mode): Use `c-init-language-vars-for'.
21573 (objc-mode): Ditto.
21574 (java-mode): Ditto.
21575 (idl-mode): Ditto.
21576 (pike-mode): Ditto.
21577 (awk-mode): Ditto.
21578
21579 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21580
21581 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21582 or not the point moved.
21583
21584 (c-search-decl-header-end): Don't trip up on operator identifiers
21585 in C++ and operators like == in all languages.
21586
21587 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21588 Detect leading labels correctly.
21589
21590 2003-08-02 Andreas Schwab <schwab@suse.de>
21591
21592 * textmodes/ispell.el: Don't redo key bindings on loading, put
21593 them only in loaddefs.el.
21594 * bookmark.el: Likewise.
21595 * dabbrev.el: Likewise.
21596 * emerge.el: Likewise.
21597
21598 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21599 has more than one member.
21600
21601 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21602
21603 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21604
21605 * lpr.el (printify-region): It was ending conversion before the
21606 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21607
21608 2003-07-31 John Paul Wallington <jpw@gnu.org>
21609
21610 * net/browse-url.el (browse-url-epiphany): Doc fix.
21611
21612 2003-07-30 Kenichi Handa <handa@m17n.org>
21613
21614 * international/fontset.el (setup-default-fontset):
21615 Change registry names of Akurti fonts.
21616
21617 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21618
21619 * comint.el (comint-read-noecho): Use `clear-string' instead of
21620 `fillarray'.
21621
21622 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21623
21624 * outline.el (outline-mode-hook): Add defvar.
21625
21626 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21627
21628 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21629 Restore assembler in source window if that is what has been selected.
21630 (menu): Add gdb-restore-windows to menu. Make gdba
21631 specific menus only visible from gdba.
21632
21633 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21634
21635 * progmodes/compile.el (compilation-environment): New user variable.
21636 (compile-internal): Respect it.
21637
21638 2003-07-23 Masatake YAMATO <jet@gyve.org>
21639
21640 * progmodes/gud.el (gdb-script-font-lock-keywords):
21641 Put `font-lock-function-name-face' on a symbol which includes
21642 `-' like `hook-run'. Put font-lock-variable-name-face
21643 on a symbol starting with $.
21644
21645 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21646
21647 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21648
21649 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21650
21651 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21652
21653 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21654
21655 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21656 Use with-no-warnings.
21657 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21658 rather than to find-file-not-found-hook, which doesn't exist.
21659
21660 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21661
21662 * international/quail.el (quail-translate-key): Fix previous change.
21663
21664 2003-07-25 John Paul Wallington <jpw@gnu.org>
21665
21666 * server.el (server-start): Check `server-process' is non-nil
21667 before killing it to avoid killing current buffer's process.
21668
21669 * simple.el (choose-completion-string): Use `minibufferp';
21670 test `completion-reference-buffer' if `buffer' arg is nil.
21671 (push-mark): Use `when' and `unless'.
21672 (pop-mark): Use `when'.
21673
21674 * mouse-sel.el (mouse-sel-get-selection-function):
21675 Check `x-last-selected-text-primary'. Don't barf if it or
21676 `x-last-selected-text' aren't bound.
21677
21678 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21679
21680 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21681
21682 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21683
21684 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21685
21686 2003-07-23 John Paul Wallington <jpw@gnu.org>
21687
21688 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21689
21690 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21691
21692 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21693 string. Defvar the derived hook.
21694
21695 * macros.el (insert-kbd-macro): Escape double quote character.
21696 From Thomas W Murphy <twm@andrew.cmu.edu>.
21697
21698 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21699
21700 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21701 to match the specific mark rather than reusing comment-start-skip.
21702
21703 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21704
21705 * progmodes/hideshow.el (hs-special-modes-alist):
21706 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21707
21708 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21709
21710 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21711 value using ?\s.
21712
21713 2003-07-21 John Paul Wallington <jpw@gnu.org>
21714
21715 * subr.el (with-selected-window): Add closing paren.
21716
21717 2003-07-21 Richard M. Stallman <rms@gnu.org>
21718
21719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21720 (lisp-mode): Likewise.
21721
21722 * subr.el (with-selected-window): Copy code form save-selected-window
21723 so as to call select-window with norecord arg.
21724 (dynamic-completion-table): Doc fix.
21725 (lazy-completion-table): Doc fix.
21726
21727 * international/mule-cmds.el (set-locale-environment):
21728 langinfo renamed to locale-info.
21729
21730 * international/mule.el (auto-coding-functions): Doc fix.
21731
21732 2003-07-21 Kenichi Handa <handa@m17n.org>
21733
21734 * international/quail.el (quail-translate-key):
21735 Update quail-current-str correctly.
21736
21737 2003-07-21 Andreas Schwab <schwab@suse.de>
21738
21739 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21740 ?, to "_".
21741
21742 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21743 Version 2.0.36 of Tramp released.
21744
21745 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21746 tramp-password-end-of-line.
21747 (tramp-password-end-of-line): New method parameter.
21748 (tramp-get-password-end-of-line): Function to access method
21749 parameter `tramp-password-end-of-line', or variable
21750 `tramp-default-password-end-of-line' (default value).
21751 (tramp-methods): Add entries for new parameter
21752 tramp-password-end-of-line.
21753 (tramp-enter-password): Use new function
21754 `tramp-get-password-end-of-line'.
21755 (tramp-handle-insert-file-contents): Do not
21756 unconditionally inhibit the file operation file-local-copy, only
21757 do that when the inhibit-file-name-operation is currently
21758 insert-file-contents. This fixes finding remote CVS-controlled
21759 files. (It would barf on inserting the CVS/Entries file
21760 literally, because the file-local-copy handler wasn't called.)
21761 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21762 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21763 (tramp-initial-commands): New variable.
21764 (tramp-process-initial-commands): New function, using the variable.
21765 (tramp-open-connection-setup-interactive-shell): Call the new function.
21766 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21767 method into the buffer name, never use nil. Reported by Hanak
21768 David <dhanak@inf.bme.hu>.
21769 (tramp-open-connection-setup-interactive-shell): Erase buffer
21770 before sending "stty -onlcr".
21771
21772 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21773
21774 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21775
21776 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21777
21778 2003-07-19 John Paul Wallington <jpw@gnu.org>
21779
21780 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21781 (artist-draw-rect, artist-draw-square): Doc fixes.
21782
21783 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21784
21785 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21786
21787 2003-07-19 Kenichi Handa <handa@m17n.org>
21788
21789 * international/kkc.el (kkc-show-conversion-list-update):
21790 Highlight the correct candidate in the message.
21791
21792 2003-07-18 John Paul Wallington <jpw@gnu.org>
21793
21794 * simple.el (current-word): Don't include punctuation char when
21795 `really-word' arg is non-nil.
21796
21797 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21798
21799 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21800 moved to the directory obsolete.
21801
21802 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21803
21804 * info.el (Info-menu-entry-name-re): Allow newlines in
21805 menu entry names.
21806
21807 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21808 syntax-ppss-after-change-function.
21809 (syntax-ppss-after-change-function): New alias. Update uses.
21810 (syntax-ppss): Catch the case where the buffer is narrowed.
21811
21812 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21813
21814 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21815 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21816
21817 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21818
21819 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21820 since it might be modified.
21821
21822 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21823 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21824 names to these language constants.
21825
21826 2003-07-15 Kim F. Storm <storm@cua.dk>
21827
21828 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21829 All uses changed.
21830
21831 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21832
21833 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21834 Namespace support.
21835
21836 2003-07-13 Juanma Barranquero <lektu@terra.es>
21837
21838 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21839 papers received).
21840
21841 2003-07-13 Karl Eichwalder <ke@suse.de>
21842
21843 * textmodes/po.el (po-find-charset): White space at the start of the
21844 Content-Type field body is non-mandatory.
21845
21846 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21847
21848 * textmodes/texinfo.el (texinfo-section-list):
21849 Append appendixsection; a synonym for appendixsec.
21850
21851 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21852
21853 * man.el (Man-translate-cleanup): New.
21854 (Man-translate-references): Call `Man-translate-cleanup' to clean
21855 leading, trailing and middle spaces.
21856
21857 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21858
21859 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21860 Handle `dired-directory' being a list.
21861
21862 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21863
21864 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21865 it doesn't exist.
21866
21867 2003-07-12 Richard M. Stallman <rms@gnu.org>
21868
21869 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21870
21871 * progmodes/cc-defs.el (c-make-keywords-re):
21872 Don't use delete-duplicates.
21873 (c-lang-const): Don't use mapcan.
21874
21875 * apropos.el (apropos-show-scores): Make it customizable.
21876 Document new meaning.
21877 (apropos): Compute scores from symbols.
21878 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21879
21880 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21881
21882 * ps-bdf.el: Fix copyright line.
21883 (bdf-directory-list): Fix initialization code.
21884
21885 2003-07-11 John Paul Wallington <jpw@gnu.org>
21886
21887 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21888 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21889 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21890
21891 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21892
21893 * emacs-lisp/ring.el (ring-elements): Doc fix.
21894
21895 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21896
21897 * calendar/timeclock.el (timeclock-relative)
21898 (timeclock-ask-before-exiting, timeclock-use-display-time):
21899 Doc changes.
21900 (timeclock-modeline-display): Give a message if
21901 `timeclock-use-display-time' is non-nil but `display-time-mode'
21902 is not active.
21903
21904 2003-07-11 Kenichi Handa <handa@m17n.org>
21905
21906 * international/mule-cmds.el (set-language-environment):
21907 Set current-language-environment to the correct string.
21908
21909 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21910
21911 * ps-print.el: Print line number correctly in a region. Reported by
21912 Tim Allen <timallen@ls83.fsnet.co.uk>.
21913 (ps-print-version): New version number (6.6.2).
21914 (ps-printing-region): Code fix.
21915
21916 2003-07-10 John Paul Wallington <jpw@gnu.org>
21917
21918 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21919 this function can be called from `add-completions-from-tags-table'.
21920
21921 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21922
21923 * calendar/timeclock.el (timeclock-use-display-time)
21924 (timeclock-day-over-hook, timeclock-workday-remaining)
21925 (timeclock-status-string, timeclock-when-to-leave)
21926 (timeclock-when-to-leave-string, timeclock-log-data)
21927 (timeclock-find-discrep, timeclock-day-base)
21928 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21929 (timeclock-modeline-display): Set the variable
21930 `timeclock-modeline-display'.
21931 (timeclock-update-modeline): Doc fix. Respect value of
21932 `timeclock-relative'.
21933
21934 2003-07-09 Richard M. Stallman <rms@gnu.org>
21935
21936 * textmodes/reftex-parse.el (reftex-all-document-files):
21937 Add autoload cookie.
21938
21939 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21940 (reftex-scanning-info-available-p): Add autoload cookie.
21941
21942 * international/mule-cmds.el
21943 (set-display-table-and-terminal-coding-system): Delete duplicate
21944 aset on standard-display-table.
21945
21946 * view.el (view-file): If existing buffer's major mode is special,
21947 don't go into view mode.
21948
21949 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21950
21951 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21952
21953 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21954 buffer changes; there's third party code that calls this function
21955 directly.
21956
21957 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21958
21959 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21960 (autodoc-font-lock-keywords): Don't byte compile on font lock
21961 initialization when running from byte compiled files.
21962
21963 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21964
21965 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21966 statement ends with auto-increment "++".
21967
21968 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21969
21970 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21971 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21972 these are changed, so declare them as variables and not constants.
21973
21974 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21975
21976 * subr.el (dolist, dotimes): Doc fix.
21977
21978 2003-07-08 Kim F. Storm <storm@cua.dk>
21979
21980 * international/mule-cmds.el
21981 (set-display-table-and-terminal-coding-system): Don't break
21982 bootstrap if standard-display-table isn't setup yet.
21983
21984 2003-07-07 Richard M. Stallman <rms@gnu.org>
21985
21986 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21987 Give it a doc string, and autoload it.
21988
21989 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21990 Use with-no-warnings.
21991
21992 * info.el (Info-search): If find invisible text, search again.
21993
21994 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21995
21996 * man.el (Man-name-regexp): Match + as part of name.
21997
21998 * simple.el (visible-mode): Rename from vis-mode.
21999 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
22000
22001 * simple.el (current-word): New arg REALLY-WORD specifies
22002 don't include punctuation chars.
22003
22004 * emacs-lisp/debug.el (debug, debugger-env-macro):
22005 Use with-no-warnings while accessing and binding unread-command-char.
22006
22007 * international/mule-cmds.el
22008 (set-display-table-and-terminal-coding-system): Use explicit loop
22009 instead of calling standard-display-default.
22010
22011 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22012 Use condition-case to catch error in ange-ftp-get-files.
22013
22014 * net/browse-url.el (browse-url-browser-function):
22015 Add alternative for Epiphany.
22016 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22017 (browse-url-epiphany-startup-arguments)
22018 (browse-url-epiphany-new-window-is-tab): New variables.
22019 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22020
22021 * progmodes/compile.el (compile-auto-highlight): Default now t.
22022 (compile): Doc fix.
22023 (compilation-next-error): Fix previous change.
22024
22025 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22026
22027 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22028
22029 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22030
22031 * gdb-ui.el (gdb-source-info): Display current frame when
22032 attaching to an existing process.
22033 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22034 while laying out windows when attaching to an existing process.
22035
22036 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22037
22038 * info.el (Info-menu): Use Info-menu-entry-name-re.
22039
22040 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22041
22042 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22043 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22044
22045 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22046 to match the same text.
22047
22048 2003-07-06 John Paul Wallington <jpw@gnu.org>
22049
22050 * vc.el (vc-annotate-offset): Move defvar up.
22051
22052 2003-07-06 Kim F. Storm <storm@cua.dk>
22053
22054 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22055 This should fix the infinite loop when extracting menu names.
22056
22057 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22058
22059 * files.el (auto-mode-alist, interpreter-mode-alist):
22060 Remove entries to CC Mode modes to avoid duplicates; they are now added
22061 with autoload directives in cc-mode.el.
22062
22063 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22064
22065 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22066 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22067 these are changed, so declare them as variables and not constants.
22068
22069 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22070 ensure that the entry for ".c" extension comes before the one for
22071 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22072 Fix incorrect entries that were added to `interpreter-mode-alist'.
22073 Move the autoload directives for AWK to the top level since they
22074 aren't recognized anywhere else. Do not use the new AWK mode doc
22075 in the autoload form for the old AWK mode.
22076
22077 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22078
22079 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22080 (bibtex-sort-ignore-string-entries): Default value t.
22081 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22082 erroneously in previous version.
22083 (bibtex-string-files): Docstring reflects new parsing scheme.
22084 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22085 docstring, add # as one of the chars to crush
22086 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22087 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22088 (bibtex-autokey-name-change-strings)
22089 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22090 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22091 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22092 (bibtex-autokey-title-terminators)
22093 (bibtex-autokey-titlewords-stretch)
22094 (bibtex-autokey-titleword-ignore)
22095 (bibtex-autokey-titleword-case-convert)
22096 (bibtex-autokey-titleword-abbrevs)
22097 (bibtex-autokey-titleword-abbrevs)
22098 (bibtex-autokey-titleword-change-strings)
22099 (bibtex-autokey-titleword-length)
22100 (bibtex-autokey-titleword-separator)
22101 (bibtex-autokey-name-year-separator)
22102 (bibtex-autokey-year-title-separator)
22103 (bibtex-autokey-before-presentation-function)
22104 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22105 Fix docstring.
22106 (bibtex-strings, bibtex-reference-keys):
22107 Use lazy-completion-table and make-variable-buffer-local.
22108 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22109 (bibtex-braced-string-syntax-table)
22110 (bibtex-quoted-string-syntax-table): New variables.
22111 (bibtex-parse-nested-braces): Remove.
22112 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22113 (bibtex-parse-association): Simplify.
22114 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22115 (bibtex-parse-field-text): Simplify.
22116 (bibtex-search-forward-field, bibtex-search-backward-field):
22117 argument BOUND can take value t.
22118 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22119 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22120 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22121 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22122 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22123 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22124 and ending of entry. Update for changes of bibtex-search-entry.
22125 Simplify.
22126 (bibtex-map-entries): FUN is called with three arguments.
22127 (bibtex-search-entry): Return a cons pair with buffer positions of
22128 beginning and end of entry.
22129 (bibtex-enclosing-field): Simplify.
22130 (bibtex-format-entry): Use booktitle to set a missing title.
22131 (bibtex-autokey-get-names): Fiddle with regexps.
22132 (bibtex-generate-autokey): Use identity.
22133 (bibtex-parse-keys): Use simplified parsing algorithm if
22134 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22135 arguments. Return alist of keys.
22136 (bibtex-parse-strings): Simplify. Return alist of strings.
22137 (bibtex-complete-string-cleanup): Fix docstring.
22138 (bibtex-read-key): New function.
22139 (bibtex-mode): Fix docstring. Do not parse for keys and
22140 strings when the mode is entered. Set fill-paragraph-function to
22141 bibtex-fill-field. Setup font-lock-mark-block-function the way
22142 font-lock intended.
22143 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22144 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22145 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22146 (bibtex-Preamble): Avoid hard coded constants.
22147 (bibtex-make-field): Fix docstring. Simplify.
22148 (bibtex-beginning-of-entry): Always return new position of point.
22149 (bibtex-end-of-entry): Rearrange cond clauses.
22150 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22151 Update for changes of bibtex-map-entries.
22152 (bibtex-ispell-abstract): Do not move point.
22153 (bibtex-entry-index): Use downcase. Simplify.
22154 (bibtex-lessp): Handle catch-all.
22155 (bibtex-find-crossref): Turn into a command.
22156 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22157 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22158 preamble entries.
22159 (bibtex-fill-field-bounds): New function.
22160 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22161 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22162 (bibtex-String): Use bibtex-strings. Always obey
22163 bibtex-sort-ignore-string-entries.
22164
22165 2003-07-05 John Paul Wallington <jpw@gnu.org>
22166
22167 * cus-theme.el (customize-create-theme):
22168 Call `customize-create-theme' in Reset widget's notify function.
22169
22170 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22171 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22172 (define-ibuffer-column name): Add summarizer.
22173 (define-ibuffer-column size): Likewise.
22174 (define-ibuffer-column filename): Likewise.
22175 (define-ibuffer-column process): Likewise. Change BODY's output too.
22176 (define-ibuffer-column filename-and-process): Likewise, likewise.
22177 (ibuffer): Remove local vars `already-in' and `need-update'.
22178
22179 * ibuf-ext.el: Don't require `derived' at compile-time.
22180
22181 2003-07-05 Kim F. Storm <storm@cua.dk>
22182
22183 * info.el: Disable paragraph refilling.
22184 (Info-refill-paragraphs): New defcustom.
22185 (Info-fontify-node): Use it.
22186
22187 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22188
22189 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22190 thingies from constructors created by defstruct.
22191
22192 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22193 the default value of the variable.
22194 (byte-code-meter): Move declaration to top level.
22195
22196 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22197
22198 * info.el (Info-following-node-name-re): New fun.
22199 (Info-following-node-name): Remove.
22200 (Info-insert-dir): Use the new fun.
22201 (Info-extract-pointer): Don't save restriction; use new fun.
22202 (Info-menu-entry-name-re): New const.
22203 (Info-menu-entry-name-re): Use it along with new fun.
22204 (Info-node-spec-re): Use new fun.
22205 (Info-complete-menu-item, Info-fontify-node): Use new const.
22206 (Info-goto-node, Info-follow-reference, Info-menu-update):
22207 Use match-string.
22208 (Info-follow-reference): Use assoc-string.
22209 Use a list of strings for the completion table.
22210 (Info-fontify-node): Use match-string, line-end-position.
22211 Limit the search for `node:' to the first line.
22212
22213 * newcomment.el (uncomment-region): Remove padding coming from
22214 comment-start rather than just from comment-padding.
22215
22216 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22217 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22218 (vc-cvs-rename-file): Remove (use the default).
22219 (vc-cvs-register): Register parent dir if needed.
22220 (vc-cvs-could-register): Return non-nil if parent can be registered.
22221 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22222 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22223
22224 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22225 (vc-svn-update): Fix the arguments to `svn'.
22226 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22227 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22228 Simple implementations, assuming `name' is a URL.
22229
22230 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22231 set of chars allowed unquoted in a case pattern.
22232
22233 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22234
22235 * font-lock.el (font-lock-extra-types-widget)
22236 (c-font-lock-extra-types, c++-font-lock-extra-types)
22237 (objc-font-lock-extra-types, java-font-lock-extra-types)
22238 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22239 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22240 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22241 (font-lock-match-c++-structor-declaration)
22242 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22243 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22244 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22245 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22246 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22247 (java-font-lock-keywords-3, java-font-lock-keywords)
22248 (java-font-lock-syntactic-face-function): Remove obsolete code
22249 and constants. It's all in cc-fonts.el now.
22250
22251 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22252
22253 * mail/sendmail.el (mail-specify-envelope-from)
22254 (mail-envelope-from): Doc fix.
22255
22256 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22257
22258 * generic-x.el: Do away with the dependency on `c-emacs-features'
22259 when populating `rul-generic-mode-syntax-table'; we already know
22260 this isn't XEmacs.
22261
22262 See ChangeLog.10 for earlier changes.
22263
22264 ;; Local Variables:
22265 ;; coding: iso-2022-7bit
22266 ;; End:
22267
22268 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22269 Copying and distribution of this file, with or without modification,
22270 are permitted provided the copyright notice and this notice are preserved.
22271
22272 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1