]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(ps-face-foreground-name, ps-face-background-name):
[gnu-emacs] / lisp / ChangeLog
1 2005-06-22 Juri Linkov <juri@jurta.org>
2
3 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
4 Replace aliased functions with calls where second arg `inherit' is t.
5
6 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7
8 * progmodes/gdb-ui.el (gdb-error): New variable.
9 (gdb-error): New function.
10 (gdb-annotation-rules): Act on error-begin and error annotations.
11 (gdb-concat-output): Use font-lock-warning-face for errors.
12
13 2005-06-22 Miles Bader <miles@gnu.org>
14
15 * bindings.el (propertized-buffer-identification): Use renamed
16 `Buffer-menu-buffer' face.
17
18 * faces.el (vertical-border): Renamed from `vertical-divider'.
19 (escape-glyph): Change dark-background color back to `cyan'.
20
21 2005-06-21 Juri Linkov <juri@jurta.org>
22
23 * faces.el (face-user-default-spec): Try getting `customized-face'
24 prior to `saved-face'.
25 (frame-background-mode): Refill docstring.
26
27 * emacs-lisp/lisp-mode.el (eval-defun-1):
28 * emacs-lisp/edebug.el (edebug-eval-defun):
29 Set `saved-face' temporarily to nil before calling form.
30 Set `customized-face' to the new spec after that.
31
32 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
33
34 * subr.el (1value, lambda, key-substitution-in-progress):
35 Doc fixes.
36
37 * autoinsert.el (auto-insert-alist):
38 * ses.el (ses-call-printer):
39 * subr.el (noreturn):
40 * emacs-lisp/lisp.el (check-parens):
41 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
42 * net/browse-url.el (browse-url-mosaic):
43 * progmodes/cc-defs.el (c-safe-scan-lists):
44 * progmodes/ebnf-abn.el (ebnf-abn-lex):
45 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
46 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
47 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
48 * progmodes/ebnf-iso.el (ebnf-iso-lex):
49 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
50
51 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
52
53 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
54
55 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
56
57 * calendar/appt.el (appt-make-list): Activate the package, if
58 not already active (for backwards compatibility).
59
60 2005-06-20 Kim F. Storm <storm@cua.dk>
61
62 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
63
64 2005-06-20 Miles Bader <miles@gnu.org>
65
66 * faces.el (vertical-divider): New face.
67
68 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
69
70 * simple.el (kill-whole-line): Doc fix.
71 (next-error-buffer-p, next-error-find-buffer)
72 (clone-indirect-buffer): Fix typos in docstrings.
73 (comment-line-break-function): Doc fix: don't say variable
74 is automatically buffer-local (it isn't).
75
76 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/tramp-ftp.el (top):
79 * net/tramp-smb.el (top):
80 * net/tramp-util.el (top):
81 * net/tramp-uu.el (top):
82 * net/tramp-vc.el (top):
83 * net/tramp.el (top): Revert copyright years back to original
84 ones. Tramp has a life outside GNU Emacs.
85
86 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
87
88 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
89
90 2005-06-18 Juri Linkov <juri@jurta.org>
91
92 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
93 end of first regexp to limit the match to the position between
94 line number and source line with same separator character as used
95 between file name and line number. In the second regexp limit
96 mouse-face area to file name and line number by adding new group
97 for them and referring it in HYPERLINK arg.
98 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
99 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
100 previous line where grep markers may be already removed.
101
102 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
103
104 * progmodes/ps-mode.el: Update version and maintainer's email
105 address.
106
107 2005-06-18 Steve Youngs <steve@xemacs.org>
108
109 * net/browse-url.el (browse-url-browser-function)
110 (browse-url-default-browser): Add firefox.
111 (browse-url-firefox-program, browse-url-firefox-arguments)
112 (browse-url-firefox-startup-arguments)
113 (browse-url-firefox-new-window-is-tab): New defcustoms.
114 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
115
116 2005-06-17 Richard M. Stallman <rms@gnu.org>
117
118 * startup.el (command-line): Warn if specified user name has
119 no home directory.
120
121 * term.el (term-get-old-input, term-input-filter, term-input-sender)
122 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
123
124 * longlines.el (longlines-mode, longlines-show-hard-newlines):
125 Doc fixes.
126
127 * faces.el (underline): Try bold if terminal doesn't support underline.
128
129 * mail/sendmail.el (mail-setup-with-from): New variable.
130 (mail-insert-from-field): New function.
131 (sendmail-send-it): Call it.
132 (mail-setup): Optionally call it here.
133
134 * term/linux.el: Call tty-no-underline.
135
136 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
137
138 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
139
140 2005-06-17 Miles Bader <miles@gnu.org>
141
142 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
143 (ediff-current-diff-C, ediff-current-diff-Ancestor)
144 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
145 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
146 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
147 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
148 Remove "-face" suffix from face names.
149 (ediff-current-diff-face-A, ediff-current-diff-face-B)
150 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
151 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
152 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
153 (ediff-even-diff-face-A, ediff-even-diff-face-B)
154 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
155 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
156 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
157 New backward-compatibility aliases for renamed faces.
158 (ediff-current-diff-face-A, ediff-current-diff-face-B)
159 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
160 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
161 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
162 (ediff-even-diff-face-A, ediff-even-diff-face-B)
163 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
164 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
165 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
166 Use renamed ediff faces.
167
168 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
169 Remove "-face" suffix from face names.
170 (eshell-test-ok-face, eshell-test-failed-face):
171 New backward-compatibility aliases for renamed faces.
172 (eshell-run-test): Use renamed eshell-test faces.
173
174 * eshell/em-prompt.el (eshell-prompt):
175 Remove "-face" suffix from face name.
176 (eshell-prompt-face): New backward-compatibility alias for renamed face.
177 (eshell-emit-prompt): Use renamed eshell-prompt face.
178
179 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
180 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
181 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
182 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
183 Remove "-face" suffix from face names.
184 (eshell-ls-directory-face, eshell-ls-symlink-face)
185 (eshell-ls-executable-face, eshell-ls-readonly-face)
186 (eshell-ls-unreadable-face, eshell-ls-special-face)
187 (eshell-ls-missing-face, eshell-ls-archive-face)
188 (eshell-ls-backup-face, eshell-ls-product-face)
189 (eshell-ls-clutter-face):
190 New backward-compatibility aliases for renamed faces.
191 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
192
193 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
194 "-face" suffix from face name.
195 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
196 instead of literal face.
197
198 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
199
200 * emacs-lisp/warnings.el (display-warning, lwarn)
201 (warning-minimum-log-level): Doc fixes.
202 (warning-minimum-level, warning-minimum-log-level):
203 Add :debug to :type choices.
204
205 * progmodes/ada-mode.el (ada-format-paramlist)
206 (ada-get-indent-case, ada-check-matching-start)
207 (ada-check-defun-name, ada-goto-matching-decl-start)
208 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
209 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
210 (ada-make-subprogram-body): Follow error conventions.
211 (ada-case-exception-file, ada-indent-comment-as-code)
212 (ada-indent-handle-comment-special, ada-indent-renames)
213 (ada-indent-return, ada-search-directories-internal)
214 (ada-tab-policy, ada-case-exception-substring)
215 (ada-other-file-alist, ada-matching-start-re)
216 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
217 (ada-imenu-generic-expression, ada-compile-goto-error)
218 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
219 (ada-popup-menu, ada-add-extensions, ada-mode)
220 (ada-region-selected, ada-create-case-exception)
221 (ada-create-case-exception-substring, ada-after-keyword-p)
222 (ada-activate-keys-for-case, ada-adjust-case-region)
223 (ada-adjust-case-buffer, ada-format-paramlist)
224 (ada-scan-paramlist, ada-insert-paramlist)
225 (ada-indent-newline-indent)
226 (ada-indent-newline-indent-conditional)
227 (ada-justified-indent-current, ada-goto-previous-word)
228 (ada-indent-current, ada-get-indent-open-paren)
229 (ada-get-indent-paramlist, ada-get-indent-end)
230 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
231 (ada-get-indent-block-start, ada-get-indent-subprog)
232 (ada-get-indent-noindent, ada-get-indent-label)
233 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
234 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
235 (ada-goto-stmt-end, ada-goto-next-word)
236 (ada-check-matching-start, ada-check-defun-name)
237 (ada-goto-matching-decl-start, ada-goto-matching-start)
238 (ada-goto-matching-end, ada-search-ignore-string-comment)
239 (ada-in-decl-p, ada-looking-at-semi-or)
240 (ada-looking-at-semi-private, ada-in-paramlist-p)
241 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
242 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
243 (ada-next-procedure, ada-previous-procedure, ada-next-package)
244 (ada-previous-package, ada-create-menu)
245 (ada-fill-comment-paragraph-justify)
246 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
247 (ada-other-file-name, ada-last-which-function-line)
248 (ada-last-which-function-subprog, ada-which-function)
249 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
250 (ada-gen-treat-proc, ada-check-emacs-version)
251 (ada-continuation-indent, ada-align-region-separate):
252 Fix typos in docstrings.
253 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
254
255 2005-06-16 Lute Kamstra <lute@gnu.org>
256
257 * simple.el (fundamental-mode): Run after-change-major-mode-hook
258 conditionally.
259
260 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
261
262 * comint.el (comint-replace-by-expanded-filename)
263 (comint-prompt-regexp, comint-delimiter-argument-list)
264 (comint-preinput-scroll-to-bottom):
265 * info.el (Info-hide-cookies-node):
266 * ls-lisp.el (ls-lisp-classify):
267 * find-file.el (ff-search-directories, ff-special-constructs)
268 (ff-find-other-file):
269 * font-lock.el (font-lock-keywords):
270 * shell.el (shell-prompt-pattern)
271 (shell-dynamic-complete-functions, shell-mode)
272 (shell-delimiter-argument-list):
273 * term.el (term-replace-by-expanded-filename)
274 (term-prompt-regexp, term-delimiter-argument-list):
275 * woman.el (woman-ignore, woman0-if):
276 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
277 * emacs-lisp/elint.el (elint-init-env):
278 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
279 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
280 * language/ethio-util.el (ethio-tilde-escape)
281 (ethio-use-three-dot-question):
282 * net/zone-mode.el (zone-mode-load-time-setup):
283 * progmodes/cc-align.el (c-lineup-argcont):
284 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
285 * progmodes/cperl-mode.el (cperl-set-style-back):
286 * progmodes/inf-lisp.el (inferior-lisp-prompt):
287 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
288 Fix spellings in docstrings.
289
290 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
291 * progmodes/modula2.el (m2-for): Fix spellings.
292
293 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
294
295 * simple.el (undo-more): Don't use `format' on `error' arguments.
296 Improve argument/docstring consistency.
297 (pending-undo-list): Doc fix.
298
299 * smerge-mode.el (smerge-ensure-match):
300 * emulation/vip.el (vip-ex):
301 * net/zone-mode.el (zone-mode-update-serial):
302 * progmodes/idlwave.el (idlwave-complete):
303 * progmodes/vhdl-mode.el (vhdl-visit-file)
304 (vhdl-compose-wire-components):
305 Don't use `format' on `error' arguments.
306
307 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
308 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
309 (tooltip-help-tips): Fix typos in docstrings.
310
311 2005-06-16 David Ponce <david@dponce.com>
312
313 * tree-widget.el (tree-widget-value-create): Simplify last change.
314
315 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
316
317 * ido.el (ido-incomplete-regexp): New variable.
318 (ido-set-matches-1): Handle invalid-regexp error and set
319 ido-incomplete-regexp.
320 (ido-incomplete-regexp): New face.
321 (ido-completions): Use it.
322 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
323 incomplete regexps.
324 (ido-completions): Add check for complete match when entering a regexp.
325
326 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
327
328 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
329
330 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
331
332 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
333 by field delimiters.
334
335 2005-06-15 David Ponce <david@dponce.com>
336
337 * tree-widget.el: eval-and-compile inlined functions so they will
338 be available at run-time too.
339 (tree-widget-super-format-handler)
340 (tree-widget-format-handler): Remove.
341 (tree-widget-value-create): Handle the :indent property.
342
343 2005-06-15 Miles Bader <miles@gnu.org>
344
345 * progmodes/which-func.el (which-func): Only inherit
346 `font-lock-function-name-face' when that makes sense against the
347 default mode-line face, otherwise set the face color explicitly.
348
349 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
350 faces instead of (non-existent) variables.
351
352 2005-06-14 Miles Bader <miles@gnu.org>
353
354 * progmodes/ld-script.el (ld-script-location-counter):
355 Remove "-face" suffix from face name.
356 (ld-script-location-counter-face):
357 New backward-compatibility alias for renamed face.
358 (ld-script-location-counter-face): Use renamed face.
359
360 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
361 (cperl-hash): Remove "-face" suffix from face names.
362 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
363 New backward-compatibility aliases for renamed faces.
364 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
365 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
366
367 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
368 name.
369 (which-func-face): New backward-compatibility alias for renamed face.
370 (which-func-format): Use renamed which-func face.
371
372 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
373 (vhdl-function, vhdl-directive, vhdl-reserved-word)
374 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
375 names.
376 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
377 (vhdl-speedbar-configuration, vhdl-speedbar-package)
378 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
379 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
380 (vhdl-speedbar-architecture-selected)
381 (vhdl-speedbar-configuration-selected)
382 (vhdl-speedbar-package-selected)
383 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
384 names.
385 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
386 Use renamed faces.
387 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
388 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
389 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
390 Use renamed faces.
391 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
392 names.
393 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
394 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
395 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
396 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
397 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
398 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
399
400 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
401 face name.
402 (sh-heredoc-face): New backward-compatibility alias for renamed face.
403 (sh-heredoc-face): Use renamed sh-heredoc face.
404
405 * progmodes/idlw-help.el (idlwave-help-link):
406 Remove "-face" suffix from face name.
407 (idlwave-help-link-face):
408 New backward-compatibility alias for renamed face.
409 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
410
411 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
412 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
413 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
414 New backward-compatibility aliases for renamed faces.
415 (idlwave-shell-disabled-breakpoint-face)
416 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
417
418 * progmodes/flymake.el (flymake-errline, flymake-warnline):
419 Remove "-face" suffix from face names.
420 (flymake-errline-face, flymake-warnline-face):
421 New backward-compatibility aliases for renamed faces.
422 (flymake-highlight-line): Use renamed flymake faces.
423
424 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
425 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
426 (ebrowse-member-class, ebrowse-progress):
427 Remove "-face" suffix from face names.
428 (ebrowse-tree-mark-face, ebrowse-root-class-face)
429 (ebrowse-file-name-face, ebrowse-default-face)
430 (ebrowse-member-attribute-face, ebrowse-member-class-face)
431 (ebrowse-progress-face):
432 New backward-compatibility aliases for renamed faces.
433 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
434 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
435 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
436 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
437
438 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
439 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
440 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
441 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
442 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
443 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
444 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
445 New backward-compatibility aliases for renamed faces.
446 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
447 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
448 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
449 "font-lock-". Use renamed antlr-mode faces.
450 (antlr-font-lock-additional-keywords): Use renamed faces.
451 Replace literal face-names with face variable references.
452
453 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
454 face name.
455 (Buffer-menu-buffer-face): New backward-compatibility alias for
456 renamed face.
457 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
458
459 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
460
461 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
462 Eliminate "-face" suffix.
463 (makefile-targets): Inherit from font-lock-function-name-face and
464 eliminate "-face" suffix.
465 (makefile-shell): Remove attributes and eliminate "-face" suffix.
466 (makefile-*-font-lock-keywords): Append makefile-targets in rule
467 actions, instead of prepending, to make it less visible.
468 (makefile-previous-dependency, makefile-match-dependency):
469 Don't match a target on a continuation line.
470
471 * files.el (auto-mode-alist): Put Makefile in gmake mode.
472
473 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
474
475 * progmodes/gdb-ui.el (gdb-tooltip-print):
476 Respect tooltip-use-echo-area.
477 (menu): Re-order menu items.
478
479 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
480 Define in tooltip.el.
481 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
482 (gud-tooltip-tips): Respect tooltip-use-echo-area and
483 gud-tooltip-echo-area.
484
485 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
486 backward compatibility and make obsolete.
487 (tooltip-help-tips): Use tooltip-use-echo-area.
488 (tooltip-show-help-function): Rename to...
489 (tooltip-show-help): ...this, because it is a function.
490 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
491
492 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
493
494 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
495 (edebug-print-length, edebug-print-level, edebug-print-circle)
496 (edebug-modify-breakpoint, edebug-eval-last-sexp)
497 (edebug-eval-print-last-sexp): Doc fixes.
498
499 2005-06-14 Kim F. Storm <storm@cua.dk>
500
501 * ido.el (ido-mode): Make a new keymap every time we enable ido,
502 as the coverage buffer/file/both may change.
503
504 2005-06-14 Lute Kamstra <lute@gnu.org>
505
506 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
507 and run-mode-hooks. Simplify.
508
509 * mail/rmailedit.el (rmail-edit-mode):
510 * progmodes/octave-inf.el (inferior-octave-mode):
511 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
512
513 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
514 and run-mode-hooks.
515 (recentf-edit-list, recentf-open-files): Don't call
516 kill-all-local-variables directly.
517
518 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
519
520 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
521
522 * emacs-lisp/byte-run.el (make-obsolete)
523 (define-obsolete-function-alias): Rename arguments FUNCTION and
524 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
525 (make-obsolete-variable, define-obsolete-variable-alias):
526 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
527 respectively.
528
529 * isearchb.el (isearchb-activate):
530 * pcvs.el (cvs-mode):
531 * ses.el (ses-load):
532 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
533 * net/tramp.el (tramp-find-file-exists-command)
534 (tramp-find-shell):
535 * progmodes/ada-mode.el (ada-create-case-exception)
536 (ada-create-case-exception-substring, ada-make-subprogram-body):
537 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
538 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
539 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
540 * textmodes/org.el (org-promote, org-evaluate-time-range)
541 (org-agenda-next-date-line, org-agenda-previous-date-line)
542 (org-agenda-error, org-open-at-point, org-table-move-row)
543 (org-format-table-table-html-using-table-generate-source)
544 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
545 * textmodes/reftex.el (reftex-access-scan-info):
546 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
547 (reftex-toc-promote-prepare): Follow error conventions.
548
549 * diff-mode.el (diff-mode): Fix typo in docstring.
550
551 * forms.el (forms--intuit-from-file): Fix reference to
552 `forms-number-of-fields' in error message.
553 (forms-print): Fix quoting in error message.
554
555 * forms.el (forms-mode):
556 * emulation/vi.el (vi-goto-insert-state):
557 * progmodes/flymake.el (flymake-new-err-info)
558 (flymake-start-syntax-check-for-current-buffer)
559 (flymake-simple-cleanup):
560 * eshell/esh-var.el (eshell/export):
561 * progmodes/gud.el (xdb):
562 * textmodes/flyspell.el (flyspell-incorrect-hook)
563 (flyspell-maybe-correct-transposition)
564 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
565
566 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
567
568 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
569 minibuffer prompt.
570
571 2005-06-13 Kim F. Storm <storm@cua.dk>
572
573 * subr.el (add-to-ordered-list): New defun.
574
575 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
576 add cua--keymap-alist to emulation-mode-map-alists.
577
578 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * subr.el (complete-in-turn): New macro.
581 (dynamic-completion-table, lazy-completion-table): Add debug info.
582
583 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
584 in preference to face aliases.
585
586 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
587 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
588 Remove unused vars `start' and `firstline'.
589 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
590 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
591
592 2005-06-13 Eli Zaretskii <eliz@gnu.org>
593
594 * cus-start.el (all): Don't complain about missing GTK-related
595 variables, unless either `gtk' is boundp or this isn't a
596 `windows-nt' build.
597
598 2005-06-13 Lute Kamstra <lute@gnu.org>
599
600 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
601 run-mode-hooks.
602
603 * ediff-mult.el (ediff-meta-mode):
604 * ediff-util.el (ediff-mode): Use run-mode-hooks.
605
606 * ledit.el (ledit-mode): Use delay-mode-hooks.
607
608 * woman.el (woman-mode-line-format): Delete constant.
609 (woman-mode-map): Initialize it properly.
610 (woman-mode): Set mode-class property to special.
611 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
612 Set major-mode and mode-name. Don't set mode-line-format directly.
613 (Man-getpage-in-background): Don't reference woman-mode-line-format.
614
615 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
616 string argument obsolete.
617
618 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
619
620 * textmodes/org.el (org-CUA-compatible): New option.
621 (org-disputed-keys): New variable.
622 (org-key): New function.
623 (orgtbl-make-binding): Add docstring to the created function.
624 (org-mode): Set paragraph start/separate regexps.
625 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
626 (org-archive-location, org-archive-mark-done)
627 (org-archive-stamp-time): New options.
628 (org-archive-subtree): New command.
629 (org-fill-paragraph): New function.
630 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
631 (org-fake-empty-table-line): Function removed.
632 (org-format-org-table-html): Do not create empty table lines at
633 separator lines. Improved table header treatment.
634 (org-link-format): New option.
635 (org-make-link): New function.
636 (org-insert-link, org-store-link): Use org-make-link.
637 (org-open-file): Quote file name for shell command, to allow
638 spaces in file names.
639 (org-link-regexp): Fix bug with mailto link.
640 (org-link-maybe-angles-regexp, org-protected-link-regexp):
641 New constants.
642 (org-export-as-html): Deal with the optional angles around a link.
643 Better treatment of file: links.
644 (org-open-at-point): Replace @{ and @} with < and >.
645 (org-run-mode-hooks): Function removed.
646 (org-agenda-mode): No longer use `org-run-mode-hooks'.
647
648 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
651 MI command -data-list-register-values.
652 (gdb-post-prompt): Indent properly.
653
654 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
655
656 * hilit-chg.el (highlight-changes-colors): Rename from
657 `highlight-changes-colours'.
658 (highlight-changes-colours): Keep as obsolete alias.
659 (highlight-changes-face-list): Doc fix.
660 (hilit-chg-make-list): Use `highlight-changes-colors'.
661
662 2005-06-12 Mark A. Hershberger <mah@everybody.org>
663
664 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
665 defun-prompt-regexp.
666
667 2005-06-12 Eli Zaretskii <eliz@gnu.org>
668
669 * loadup.el: Don't say we are dumping under 2 names on windows-nt
670 and cygwin.
671
672 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
673 Don't use an old loaddefs.el, as in Makefile.in.
674
675 2005-06-12 Lute Kamstra <lute@gnu.org>
676
677 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
678
679 * man.el (Man-mode-map): Initialize it properly.
680 (Man-mode): Set mode-class property to special.
681
682 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
683
684 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
685
686 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
687 A newline is needed in the docstring there.
688
689 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
690 Doc fixes.
691
692 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
693
694 * printing.el: Doc fix. The menubar is no more changed when printing
695 is loaded, it only changes when pr-menu-bind or pr-update-menus is
696 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
697 (pr-version): New version number (6.8.4).
698 (pr-menu-bind): New command.
699 (pr-update-menus): Docstring and code fix.
700 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
701 Docstring fix.
702 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
703 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
704
705 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
706
707 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
708 "Returns" to "return", document useful return values, etc.
709
710 2005-06-11 Alan Mackenzie <acm@muc.de>
711
712 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
713 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
714 (adaptive-file-function): Minor amendment to doc-string.
715
716 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
717
718 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
719 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
720 Fix :type--it is `integer', not `string'.
721
722 * faces.el (modeline-highlight): Rename from (the erroneous)
723 `modeline-higilight'.
724
725 2005-06-11 Lute Kamstra <lute@gnu.org>
726
727 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
728 lisp-interaction-mode-map but make it the parent.
729 (edebug-eval-mode): Use define-derived-mode.
730
731 2005-06-11 Andreas Schwab <schwab@suse.de>
732
733 * bindings.el: Add binding of `ESC functionkey' for every
734 `M-functionkey'.
735 * hexl.el (hexl-mode-map): Likewise.
736
737 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
738
739 * progmodes/compile.el (compilation-error-regexp-alist-alist)
740 [msft]: update regexp for newer msft compilers.
741
742 2005-06-10 Mark A. Hershberger <mah@everybody.org>
743
744 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
745 ATTLIST portions of included DTDs.
746 (xml-parse-dtd): Eliminate use of inefficient match-data.
747
748 2005-06-10 Miles Bader <miles@gnu.org>
749
750 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
751 (mpuz-text): Remove "-face" suffix from face names.
752 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
753 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
754 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
755
756 * play/gomoku.el (gomoku-O, gomoku-X):
757 Remove "-face" suffix from face names.
758 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
759 New backward-compatibility aliases for renamed faces.
760 (gomoku-font-lock-keywords): Use renamed gomoku faces.
761
762 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
763
764 * thumbs.el: Fixes for changes of 2005-06-09.
765 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
766 as a directory.
767 (thumbs-thumbname): Remove directory separator from format string;
768 `thumbs-thumbsdir' now returns a valid directory name.
769 (thumbs-temp-dir): New defsubst.
770 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
771 Use it.
772
773 * cus-edit.el (minibuffer):
774 * files.el (make-backup-file-name-function):
775 * filesets.el (filesets-external-viewers):
776 * hilit-chg.el (highlight-changes-colours)
777 (highlight-changes-face-list, highlight-changes-rotate-faces):
778 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
779 * kmacro.el (kmacro-call-macro):
780 * log-edit.el (log-edit-changelog-full-paragraphs):
781 * mouse.el (mouse-1-click-follows-link):
782 * skeleton.el (skeleton-autowrap):
783 * subr.el (insert-for-yank-1):
784 * tempo.el (tempo-insert-region):
785 * terminal.el (terminal-emulator):
786 * time.el (display-time-mail-face):
787 * vc.el (vc-annotate):
788 * vcursor.el (vcursor-copy-line):
789 * woman.el (woman-bold-headings, woman-ignore)
790 (woman-default-faces, woman-monochrome-faces):
791 * calendar/todo-mode.el (todo-insert-threshold):
792 * emulation/pc-select.el (pc-select-selection-keys-only)
793 (pc-selection-mode):
794 * emulation/vip.el (vip-find-char-forward):
795 * emulation/viper-cmd.el (viper-find-char-forward):
796 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
797 (input-method-exit-on-invalid-key):
798 * international/mule-diag.el (describe-coding-system):
799 * international/ucs-tables.el (unify-8859-on-encoding-mode):
800 * net/browse-url.el (browse-url-xterm-program):
801 * obsolete/lazy-lock.el (lazy-lock-mode):
802 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
803 (cperl-mode):
804 * progmodes/cpp.el (cpp-face-light-name-list)
805 (cpp-face-dark-name-list):
806 * progmodes/delphi.el (delphi-newline-always-indents):
807 Fix spellings in docstrings.
808
809 * ido.el (ido-mode, ido-file-extensions-order)
810 (ido-default-file-method, ido-default-buffer-method)
811 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
812 (ido-decorations, ido-read-file-name-as-directory-commands)
813 (ido-read-file-name-non-ido, ido-work-directory-list)
814 (ido-ignore-item-temp-list, ido-current-directory)
815 (ido-magic-forward-char, ido-enter-find-file)
816 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
817 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
818
819 2005-06-10 Lute Kamstra <lute@gnu.org>
820
821 * play/dunnet.el (dun-mode): Use define-derived-mode.
822 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
823 obsolete alias.
824
825 * play/doctor.el (doctor-mode-map): Remove defvar.
826 (doctor-mode): Use define-derived-mode.
827
828 * mail/mspools.el (mspools-mode):
829 * net/eudc-hotlist.el (eudc-hotlist-mode):
830 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
831
832 2005-06-10 Miles Bader <miles@gnu.org>
833
834 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
835 Remove "-face" suffix from face names.
836 (flyspell-incorrect-face, flyspell-duplicate-face):
837 New backward-compatibility aliases for renamed faces.
838 (flyspell-mode-on, make-flyspell-overlay)
839 (flyspell-highlight-incorrect-region)
840 (flyspell-highlight-duplicate-region)
841 (flyspell-display-next-corrections)
842 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
843
844 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
845 from face name.
846 (texinfo-heading-face): New backward-compatibility alias for
847 renamed face.
848 (texinfo-heading-face): Use renamed texinfo-heading face.
849
850 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
851 suffix from face names.
852 (tex-math-face, tex-verbatim-face):
853 New backward-compatibility aliases for renamed faces.
854 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
855 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
856 literal face name.
857
858 * textmodes/table.el (table-cell): Remove "-face" suffix from face
859 name.
860 (table-cell-face): New backward-compatibility alias for renamed face.
861 (table--put-cell-face-property, table--update-cell-face):
862 Use renamed table-cell face.
863
864 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
865 from face name.
866 (sgml-namespace-face): New backward-compatibility alias for
867 renamed face.
868 (sgml-namespace-face): Use renamed sgml-namespace face.
869
870 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
871 (org-level-4, org-level-5, org-level-6, org-level-7)
872 (org-level-8, org-warning, org-headline-done)
873 (org-deadline-announce, org-scheduled-today)
874 (org-scheduled-previously, org-link, org-done, org-table)
875 (org-time-grid): Remove "-face" suffix from face names.
876 (org-level-1-face, org-level-2-face, org-level-3-face)
877 (org-level-4-face, org-level-5-face, org-level-6-face)
878 (org-level-7-face, org-level-8-face, org-warning-face)
879 (org-headline-done-face, org-deadline-announce-face)
880 (org-scheduled-today-face, org-scheduled-previously-face)
881 (org-link-face, org-done-face, org-table-face)
882 (org-time-grid-face):
883 New backward-compatibility aliases for renamed faces.
884 (org-level-faces, org-set-font-lock-defaults, org-timeline)
885 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
886 (org-agenda-get-timestamps, org-agenda-get-scheduled)
887 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
888
889 * emulation/viper-init.el (viper-search, viper-replace-overlay)
890 (viper-minibuffer-emacs, viper-minibuffer-insert)
891 (viper-minibuffer-vi): Remove "-face" suffix from face names.
892 (viper-search-face, viper-replace-overlay-face)
893 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
894 (viper-minibuffer-vi-face):
895 New backward-compatibility aliases for renamed faces.
896 (viper-search-face, viper-replace-overlay-face)
897 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
898 (viper-minibuffer-vi-face): Use renamed viper faces.
899
900 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
901 Remove "-face" suffix from face names.
902 (testcover-nohits-face, testcover-1value-face):
903 New backward-compatibility aliases for renamed faces.
904 (testcover-mark): Use renamed testcover faces.
905
906 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
907 face name.
908 (diary-button-face): New backward-compatibility alias for renamed face.
909 (diary-entry): Use renamed diary-button face.
910
911 * calendar/calendar.el (diary, calendar-today, holiday)
912 (mark-visible-calendar-date): Remove "-face" suffix from face names.
913 (diary-face, calendar-today-face, holiday-face):
914 New backward-compatibility aliases for renamed faces.
915 (eval-after-load "facemenu", diary-entry-marker)
916 (calendar-today-marker, calendar-holiday-marker, diary-face):
917 Use renamed calendar faces.
918
919 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
920 (compare-windows-face): New backward-compatibility alias for
921 renamed face.
922 (compare-windows-highlight): Use renamed compare-windows face.
923
924 * strokes.el (strokes-char): Remove "-face" suffix from face name.
925 (strokes-char-face): New backward-compatibility alias for renamed face.
926 (strokes-encode-buffer): Use renamed strokes-char face.
927
928 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
929 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
930 Remove "-face" suffix from face names.
931 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
932 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
933 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
934 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
935 Use renamed pcvs faces.
936 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
937 * pcvs-defs.el (cvs-mode-map): Likewise.
938 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
939
940 * info.el (info-title-1, info-title-2, info-title-3)
941 (info-title-4): Remove "-face" suffix from and downcase face names.
942 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
943 (Info-title-4-face):
944 New backward-compatibility aliases for renamed faces.
945 (Info-fontify-node): Use renamed info faces.
946
947 * hilit-chg.el (highlight-changes, highlight-changes-delete):
948 Remove "-face" suffix from face names.
949 (highlight-changes-face, highlight-changes-delete-face):
950 New backward-compatibility aliases for renamed faces.
951 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
952 (hilit-chg-make-list): Use renamed highlight-changes faces.
953
954 * generic-x.el (show-tabs-tab, show-tabs-space):
955 Remove "-face" suffix from face names.
956 (show-tabs-tab-face, show-tabs-space-face):
957 New backward-compatibility aliases for renamed faces.
958 (show-tabs-generic-mode-font-lock-defaults-1)
959 (show-tabs-generic-mode-font-lock-defaults-2):
960 Use renamed show-tabs faces.
961
962 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
963 (smerge-markers): Remove "-face" suffix from face names.
964 (smerge-mine-face, smerge-other-face, smerge-base-face)
965 (smerge-markers-face):
966 New backward-compatibility aliases for renamed faces.
967 (smerge-mine-face, smerge-other-face, smerge-base-face)
968 (smerge-markers-face): Use renamed smerge faces.
969
970 * log-view.el (log-view-file, log-view-message):
971 Remove "-face" suffix from face names.
972 (log-view-file-face, log-view-message-face):
973 New backward-compatibility aliases for renamed faces.
974 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
975
976 * paren.el (show-paren-match, show-paren-mismatch):
977 Remove "-face" suffix from face names.
978 (show-paren-match-face, show-paren-mismatch-face):
979 New backward-compatibility aliases for renamed faces.
980 (show-paren-function): Use renamed show-paren faces.
981
982 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
983 (ruler-mode-margins, ruler-mode-fringes)
984 (ruler-mode-column-number, ruler-mode-fill-column)
985 (ruler-mode-comment-column, ruler-mode-goal-column)
986 (ruler-mode-tab-stop, ruler-mode-current-column):
987 Remove "-face" suffix from face names.
988 (ruler-mode-default-face, ruler-mode-pad-face)
989 (ruler-mode-margins-face, ruler-mode-fringes-face)
990 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
991 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
992 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
993 New backward-compatibility aliases for renamed faces.
994 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
995 (ruler-mode-column-number, ruler-mode-fill-column)
996 (ruler-mode-comment-column, ruler-mode-goal-column)
997 (ruler-mode-tab-stop, ruler-mode-current-column)
998 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
999
1000 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
1001 face name.
1002 (whitespace-highlight-the-space): Use renamed face.
1003 (whitespace-highlight-face): New backward-compatibility alias for
1004 renamed face.
1005
1006 * woman.el (woman-italic, woman-bold, woman-unknown)
1007 (woman-addition, woman-symbol-face):
1008 Remove "-face" suffix from face names.
1009 (woman-italic-face, woman-bold-face, woman-unknown-face)
1010 (woman-addition-face):
1011 New backward-compatibility aliases for renamed faces.
1012 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1013 (woman-decode-region, woman-replace-match)
1014 (woman-display-extended-fonts, woman-special-characters)
1015 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1016 Use renamed woman faces.
1017
1018 * longlines.el (longlines-visible-face): Face removed.
1019
1020 * diff-mode.el (diff-header, diff-file-header, diff-index)
1021 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1022 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1023 suffix from face names.
1024 (diff-header-face, diff-file-header-face, diff-index-face)
1025 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1026 (diff-changed-face, diff-function-face, diff-context-face)
1027 (diff-nonexistent-face): New backward-compatibility aliases for
1028 renamed faces.
1029 (diff-header-face, diff-file-header-face)
1030 (diff-index, diff-index-face, diff-hunk-header)
1031 (diff-hunk-header-face, diff-removed, diff-removed-face)
1032 (diff-added, diff-added-face, diff-changed-face, diff-function)
1033 (diff-function-face, diff-context-face, diff-nonexistent)
1034 (diff-nonexistent-face): Use renamed diff-mode faces.
1035
1036 * progmodes/compile.el (compilation-warning-face)
1037 (compilation-info-face): Remove "-face" suffix from face names.
1038 (compilation-warning-face, compilation-info-face):
1039 New backward-compatibility aliases for renamed faces.
1040 (compilation-warning-face, compilation-info-face):
1041 Use renamed compilation faces.
1042
1043 * add-log.el (change-log-date, change-log-name)
1044 (change-log-email, change-log-file, change-log-list)
1045 (change-log-conditionals, change-log-function)
1046 (change-log-acknowledgement): Remove "-face" suffix from face names.
1047 (change-log-date-face, change-log-name-face)
1048 (change-log-email-face, change-log-file-face)
1049 (change-log-list-face, change-log-conditionals-face)
1050 (change-log-function-face, change-log-acknowledgement-face):
1051 New backward-compatibility aliases for renamed faces.
1052 (change-log-font-lock-keywords): Use renamed change-log faces.
1053
1054 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1055 (custom-set, custom-changed, custom-saved, custom-button)
1056 (custom-button-pressed, custom-documentation, custom-state)
1057 (custom-comment, custom-comment-tag, custom-variable-tag)
1058 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1059 (custom-group-tag): Remove "-face" suffix from face names.
1060 (custom-magic-alist, custom-magic-value-create)
1061 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1062 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1063 (custom-set-face, custom-changed-face, custom-saved-face)
1064 (custom-button-face, custom-button-pressed-face)
1065 (custom-documentation-face, custom-state-face)
1066 (custom-comment-face, custom-comment-tag-face)
1067 (custom-variable-tag-face, custom-variable-button-face)
1068 (custom-face-tag-face, custom-group-tag-face-1)
1069 (custom-group-tag-face):
1070 New backward-compatibility aliases for renamed faces.
1071
1072 * wid-edit.el (widget-documentation, widget-button)
1073 (widget-field, widget-single-line-field, widget-inactive)
1074 (widget-button-pressed): "-face" suffix removed from face names.
1075 (widget-documentation-face, widget-button-face)
1076 (widget-field-face, widget-single-line-field-face)
1077 (widget-inactive-face, widget-button-pressed-face):
1078 New backward-compatibility aliases for renamed faces.
1079 (widget-documentation-face, widget-button-face)
1080 (widget-button-pressed-face, widget-specify-field)
1081 (widget-specify-inactive): Use renamed widget faces.
1082
1083 2005-06-10 Kenichi Handa <handa@m17n.org>
1084
1085 * term/x-win.el (x-clipboard-yank): Remove condition-case
1086 wrapping.
1087
1088 2005-06-11 Kenichi Handa <handa@m17n.org>
1089
1090 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1091 date lines stricter.
1092
1093 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1094
1095 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1096 of x-get-selection.
1097
1098 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * comint.el (comint-mode, comint-snapshot-last-prompt):
1101 * frame.el (frame-current-scroll-bars):
1102 * term.el (term-mode, term-check-proc, term-input-sender)
1103 (term-simple-send, term-extract-string, term-word)
1104 (term-match-partial-filename):
1105 * window.el (window-current-scroll-bars):
1106 * emulation/cua-base.el (cua-normal-cursor-color)
1107 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1108 (cua-global-mark-cursor-color):
1109 * mail/undigest.el (rmail-forward-separator-regex):
1110 Fix typos in docstrings.
1111
1112 * comint.el (comint-check-proc, make-comint-in-buffer)
1113 (comint-source-default): Doc fixes.
1114
1115 * term.el (term-send-string): Improve argument/docstring
1116 consistency.
1117
1118 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1119
1120 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1121 call to `delete-region'.
1122 (comint-mode-hook): Do not enable Font Lock by default.
1123
1124 2005-06-09 Lute Kamstra <lute@gnu.org>
1125
1126 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1127 could be void.
1128
1129 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1132 (debug): Use it.
1133 (debugger-step-through, debugger-continue, debugger-jump)
1134 (debugger-return-value): Set it when needed.
1135 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1136 Use inhibit-read-only.
1137
1138 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * window.el (shrink-window-if-larger-than-buffer)
1141 (window-size-fixed): Fix typo in docstring.
1142
1143 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1144 thumbnails directory on loading.
1145 (thumbs-conversion-program): Use `eq' to check the system type,
1146 not `equal'.
1147 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1148 not "/tmp". Fix docstring.
1149 (thumbs-thumbsdir): New function to return the thumbnails
1150 directory, creating it if needed.
1151 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1152 (thumbs-temp-file): Delete variable and make it into a function.
1153 (thumbs-resize-image, thumbs-modify-image): Use it.
1154 (thumbs-kill-buffer): Simplify.
1155 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1156 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1157 docstrings.
1158
1159 2005-06-09 Kim F. Storm <storm@cua.dk>
1160
1161 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1162 set-match-data to free markers in match-data.
1163
1164 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1165 match-data to unchain markers in match-data.
1166
1167 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1170 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1171 unnecessary now.
1172
1173 2005-06-08 Richard M. Stallman <rms@gnu.org>
1174
1175 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1176 give the variable a doc string that doesn't say don't set it directly.
1177
1178 * textmodes/ispell.el (ispell-check-version):
1179 Use match-string-no-properties.
1180 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1181 (ispell-buffer-local-words): Likewise.
1182
1183 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1184 except on terminals with enough colors to really display it.
1185 (makefile-dependency-regex): Delete spurious `bb'.
1186
1187 * faces.el (escape-glyph): Use blue once again in last case.
1188 (no-break-space): Redefine so that it isn't invisible on a tty.
1189
1190 2005-06-08 Kim F. Storm <storm@cua.dk>
1191
1192 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1193 also when reading directory name.
1194
1195 2005-06-08 Lute Kamstra <lute@gnu.org>
1196
1197 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1198 (flyspell-mode-line-string): Remove autoload cookie.
1199 (flyspell-mode): Remove defvar.
1200
1201 2005-06-07 Lute Kamstra <lute@gnu.org>
1202
1203 * textmodes/org.el (org-run-mode-hooks): New function.
1204 (org-agenda-mode): Use it.
1205
1206 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1207
1208 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1209
1210 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1213
1214 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1215
1216 * font-lock.el (font-lock-add-keywords): Doc fix.
1217
1218 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1221 (tex-compile-default): In the absence of any history, use the order in
1222 tex-compile-alist to choose the preferred command.
1223 (tex-compile-commands): Reorder a bit.
1224
1225 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1226 (flyspell-incorrect-face, flyspell-duplicate-face):
1227 Use (X)Emacs-agnostic code.
1228 (flyspell-mode-map): Don't overwrite at each load. Remove code
1229 redundant with the subsequent add-minor-mode. Merge Emacs and
1230 XEmacs code.
1231 (flyspell-word): Minor simplification.
1232 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1233 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1234 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1235 Merge the corresponding Emacs code.
1236 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1237
1238 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1239 a dedicated window.
1240
1241 * international/latexenc.el (latexenc-find-file-coding-system):
1242 Undo part of last patch, to turn off a compiler warning.
1243
1244 2005-06-06 Juri Linkov <juri@jurta.org>
1245
1246 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1247 Rename `tmm-inactive-face' to `tmm-inactive'.
1248
1249 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1250
1251 * iswitchb.el: Rename faces.
1252
1253 2005-06-06 Kim F. Storm <storm@cua.dk>
1254
1255 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1256 (cua-global-mark): Remove -face suffix from face names.
1257
1258 * emulation/cua-gmrk.el (cua--init-global-mark):
1259 Remove cua-global-mark face setup.
1260
1261 2005-06-06 Richard M. Stallman <rms@gnu.org>
1262
1263 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1264 just like other allowed characters.
1265 (makefile-match-dependency): Exclude leading and training whitespace
1266 from the range of regexp subexp 1.
1267 (makefile-macroassign-regex): Don't try to match the body,
1268 just the name of the macro being defined.
1269
1270 * info.el (Info-read-node-name-2): New function.
1271 (Info-read-node-name-1): Use that.
1272 Add a completion-base-size-function property.
1273
1274 * simple.el (completion-setup-function): Look for
1275 completion-base-size-function property of
1276 minibuffer-completion-table.
1277
1278 * files.el (locate-file-completion): Doc fix.
1279
1280 * printing.el: Don't call pr-update-menus; user must do that.
1281
1282 * emacs-lisp/debug.el (debugger-window): New variable.
1283 (debug): Use debugger-window if it is set and still alive.
1284 Record debugger-window for next entry.
1285
1286 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1287
1288 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1289
1290 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1291 (hack-one-local-variable, hack-local-variables)
1292 (hack-local-variables-prop-line): Pass that arg.
1293
1294 2005-06-06 Kim F. Storm <storm@cua.dk>
1295
1296 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1297 (ido-indicator): Remove -face suffix from face names.
1298
1299 2005-06-06 Juri Linkov <juri@jurta.org>
1300
1301 * font-lock.el (font-lock-regexp-backslash)
1302 (font-lock-regexp-backslash-construct): New faces.
1303 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1304 after `('. Add `while-no-input' to control structures.
1305
1306 * faces.el (no-break-space, shadow): New faces.
1307 (escape-glyph): Use less loud colors pink2 and red4.
1308
1309 * diff-mode.el (diff-context-face)
1310 * dired.el (dired-ignored)
1311 * rfn-eshadow.el (file-name-shadow)
1312 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1313
1314 * info.el (Info-title-1-face): Use green instead of yellow because
1315 bold yellow is not readable on light backgrounds.
1316
1317 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1318 before selecting the desired mode to not spend time fontifying
1319 old contents.
1320
1321 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1324 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1325
1326 * ps-print.el (ps-default-fg, ps-default-bg):
1327 Fix typos in docstrings.
1328
1329 * isearchb.el (isearchb): Don't pass a spurious second argument to
1330 `iswitchb-completions'.
1331
1332 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1333
1334 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1335 to preserve point.
1336 (gdb-find-file-hook): Add doc string.
1337
1338 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1339 C dereferenced pointer expression.
1340 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1341
1342 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1343
1344 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1345 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1346 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1347 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1348 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1349 Make background transparent.
1350
1351 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1354 (font-lock-remove-keywords): Doc fix.
1355 (font-lock-mode-major-mode): Compiler defvar.
1356 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1357
1358 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1359 (font-lock-mode): Update `font-lock-mode-major-mode'.
1360 (font-lock-set-defaults): Compiler defvar.
1361 (font-lock-default-function): Take `font-lock-mode-major-mode'
1362 into account.
1363
1364 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1365 keep track of which major mode it enabled the minor mode for.
1366 Use find-file-hook again. Update docstring.
1367
1368 * simple.el (eval-expression-print-level)
1369 (eval-expression-print-length, eval-expression-debug-on-error):
1370 Doc fixes.
1371
1372 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1373
1374 * iswitchb.el (iswitchb-single-match-face)
1375 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1376 (iswitchb-invalid-regexp-face): New faces.
1377 (iswitchb-completions): Use them.
1378 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1379 now marked as an obsolete alias.
1380 (iswitchb-read-buffer): Remove check for bound font variables.
1381 (iswitchb-invalid-regexp): New free variable.
1382 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1383 set iswitchb-invalid-regexp.
1384 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1385 invalid regexps.
1386 (iswitchb-completions): Add check for complete match when entering
1387 a regexp.
1388 (iswitchb-completions): Remove require-match argument.
1389 (iswitchb-exhibit): Fix caller.
1390 (iswitchb-common-match-inserted): New variable.
1391 (iswitchb-complete, iswitchb-completion-help): Use it.
1392
1393 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1394
1395 * url-http.el (url-http-chunked-encoding-after-change-function):
1396 Use `url-http-debug' instead of `message'.
1397
1398 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1399
1400 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1401 callback argument.
1402
1403 2005-06-04 Kim F. Storm <storm@cua.dk>
1404
1405 * simple.el (line-move): Only call sit-for when moving backwards.
1406
1407 * ido.el (ido-make-merged-file-list-1): New defun split from
1408 ido-make-merged-file-list.
1409 (ido-make-merged-file-list): Bind throw-on-input around call to
1410 ido-make-merged-file-list-1. Return input-pending-p if
1411 interrupted by more input available.
1412 (ido-read-internal): Handle input-pending-p return value from
1413 ido-make-merged-file-list.
1414
1415 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1418 compatibility code.
1419
1420 * international/latexenc.el (latexenc-find-file-coding-system):
1421 Don't inherit the EOL part of the coding-system from the
1422 tex-main buffer. Fit within 80 columns.
1423
1424 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1425
1426 * tmm.el (tmm-inactive-face): New face.
1427 (tmm-remove-inactive-mouse-face): New function.
1428 (tmm-prompt, tmm-add-one-shortcut)
1429 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1430 but not selectable.
1431
1432 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * faces.el (face-equal): Improve argument/docstring consistency.
1435
1436 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1437
1438 * progmodes/make-mode.el (makefile-targets-face)
1439 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1440 (makefile-bsdmake-dependency-regex)
1441 (makefile-makepp-rule-action-regex)
1442 (makefile-bsdmake-rule-action-regex): New constants.
1443 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1444
1445 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1446 Allow (...) within `...' for makepp messages.
1447
1448 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1449
1450 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1451
1452 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1453 "." files are deleted from all file lists before comparison.
1454
1455 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1456 (viper-ESC-key): Made them customizable.
1457
1458 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1459
1460 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1461
1462 * autorevert.el (auto-revert-buffers): Use save-match-data.
1463
1464 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1467 menu items with a nil command binding.
1468
1469 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1470
1471 * emacs-lisp/cl-macs.el (defsetf):
1472 Improve argument/docstring consistency.
1473
1474 * faces.el (list-faces-display): Improve the formatting by
1475 computing the maximum length required for any face-name (reworked
1476 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1477 (internal-find-face): Remove redundant info in docstring.
1478
1479 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1482 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1483 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1484 (gdb-assembler-custom): Improve regexps.
1485 (def-gdb-auto-update-handler): Use window point to preserve point.
1486
1487 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1490
1491 2005-05-31 Jay Belanger <belanger@truman.edu>
1492
1493 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1494 to calc-embedded.
1495 (calc-embedded-make-info): Have plain prefix argument select
1496 entire line.
1497
1498 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * faces.el (list-faces-display): Signal error if passed a regexp
1501 that matches no face name.
1502
1503 * simple.el (filter-buffer-substring): Fix typo in docstring.
1504
1505 2005-05-31 Richard M. Stallman <rms@gnu.org>
1506
1507 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1508 (vhdl-emacs-21): Doc fix.
1509 (vhdl-mode): Unconditionally set comment-padding.
1510 (vhdl-fixup-whitespace-region): Insert spaces only where
1511 there are none.
1512 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1513
1514 2005-05-30 John Wiegley <johnw@newartisans.com>
1515
1516 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1517 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1518 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1519 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1520 `string-to-number'.
1521
1522 2005-05-30 Jay Belanger <belanger@truman.edu>
1523
1524 * calc/calc.el (calc-bug-address): Fix docstring.
1525 (calc-window-hook, calc-trail-window-hook): New variables.
1526 (calc-trail-display): Restore use of calc-trail-window-hook.
1527 (calc): Restore use of calc-window-hook.
1528
1529 2005-05-31 Masatake YAMATO <jet@gyve.org>
1530
1531 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1532
1533 * help-fns.el (help-C-file-name): Add autoload mark for
1534 `find-function-noselect'.
1535
1536 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1539 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1540
1541 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1542
1543 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1544 included diary buffer if it was not already being visited.
1545 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1546
1547 * calendar/icalendar.el (top-level): Do not require 'appt.
1548
1549 * mail/supercite.el (sc-select-attribution): Only use a list
1550 element from sc-attrib-selection-list if it returns a string.
1551 Reported by Davide G. M. Salvetti <salve@debian.org>.
1552
1553 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * thumbs.el (thumbs-thumbname): The resulting thubname now
1556 includes a hash value to improve its uniqueness, and has a ".jpg"
1557 extension. Also, it is now a valid filename on all systems.
1558 (thumbs-make-thumb): Use `let', not `let*'.
1559 (thumbs-show-thumbs-list): Check for JPEG availability.
1560
1561 2005-05-30 Richard M. Stallman <rms@gnu.org>
1562
1563 * filesets.el (filesets-menu-ensure-use-cached):
1564 Prevent warning when emacs-version>= is undefined.
1565
1566 * printing.el (pr-interactive-n-up): Use string-to-number.
1567
1568 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1569
1570 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1571 Warn only when name to be defined is quoted.
1572
1573 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1576 Make regexp more robust.
1577 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1578 Force regeneration of disassembly.
1579
1580 2005-05-29 Jay Belanger <belanger@truman.edu>
1581
1582 * calc/calc.el (calc-user-invocation): Check if
1583 calc-invocation-macro is non-nil.
1584
1585 2005-05-29 Juri Linkov <juri@jurta.org>
1586
1587 * add-log.el (change-log-font-lock-keywords):
1588 Add `+' to e-mail regexp to accept mail address with keywords.
1589
1590 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1591
1592 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1593
1594 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1595
1596 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1597
1598 2005-05-29 Richard M. Stallman <rms@gnu.org>
1599
1600 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1601 Undo the change that moves to end of the current word.
1602
1603 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1604
1605 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1606 Throw error when count <= 0 to ensure input is a number.
1607 (gdb-read-memory-custom): Pick up address from buffer.
1608 (gdb-memory-mode): Allow user to increment and decrement
1609 memory address from header line.
1610
1611 2005-05-29 Richard M. Stallman <rms@gnu.org>
1612
1613 * flyspell.el (flyspell-version): Function deleted.
1614 (flyspell-auto-correct-previous-hook): Doc fix.
1615
1616 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1617 Do nothing if memory is full.
1618
1619 * font-lock.el (font-lock-fontify-syntactically-region):
1620 Pass t for GREEDY to looking-back.
1621
1622 * saveplace.el (save-place-alist-to-file): Write the file
1623 using write-region.
1624
1625 * subr.el (looking-back): New argument GREEDY.
1626
1627 * progmodes/compile.el (compilation-start): Set the mode
1628 before inserting the initial text.
1629
1630 * progmodes/which-func.el (which-func-update-1): Turn the mode
1631 off in case of error by setting which-func-mode.
1632
1633 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1634
1635 * flyspell.el (flyspell-auto-correct-previous-word):
1636 Narrow down to what's on the screen, and recenter overlays
1637 at the end of the next word.
1638
1639 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1640
1641 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1642 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1643 (flyspell-abbrev-p): Default to nil.
1644 (flyspell-use-global-abbrev-table-p): Doc fix.
1645 (flyspell-large-region): Allow nil as value.
1646 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1647
1648 (mail-mode-flyspell-verify): More robust handling
1649 of `mail-header-separator'. More efficient signature detection.
1650 Allow for regexp metacharacters in message-header-separator.
1651 Adding `To' not to be checked in mail-mode-flyspell-verify.
1652
1653 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1654 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1655 Bind flyspell-auto-correct-binding.
1656 Bind C-. and C-, .
1657 (flyspell-mode-map): Likewise.
1658 (flyspell-mode): Doc fix.
1659 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1660 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1661 (flyspell-word-cache-result): New var, always local.
1662 (flyspell-check-pre-word-p): Doc fix.
1663 (flyspell-check-changed-word-p): Handle spc like newline.
1664 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1665 (flyspell-word-search-backward, flyspell-word-search-forward):
1666 New functions.
1667 (flyspell-word): Return t if nothing to check.
1668 When parsing TeX code, check for after } or \.
1669 Use flyspell-word-search-backward to find previous word.
1670 Return nil if duplicated word.
1671 For word already checked, return same value as last time.
1672 Set flyspell-word-cache-result after checking.
1673 Don't clobber the return value.
1674 (flyspell-get-word): Major rewrite.
1675 (flyspell-external-point-words): New locals pword, pcount.
1676 Fix size used in progress message.
1677 Find the proper corresponding word in flyspell-large-region-buffer.
1678 (flyspell-region): Check for flyspell-large-region = nil.
1679 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1680 (flyspell-auto-correct-word): Check that WORD is a cons.
1681 (flyspell-correct-word): Likewise.
1682
1683 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1684
1685 * progmodes/make-mode.el (makefile-rule-action-regex)
1686 (makefile-macroassign-regex, makefile-makepp-mode)
1687 (makefile-bsdmake-mode): Continuation lines may be empty.
1688 Reported by Joshua Varner.
1689 (makefile-makepp-font-lock-keywords): Add $(stem).
1690
1691 2005-05-28 Karl Berry <karl@gnu.org>
1692
1693 * textmodes/tex-mode.el: Now that tex-send-command calls
1694 shell-quote-argument (2005-03-31 change), remove all calls to
1695 shell-quote-argument; they all end up invoking tex-send-command.
1696 The double quoting loses on filenames with non-safe characters,
1697 such as "@". Reported by Frederik Fouvry.
1698
1699 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1700
1701 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1702 about preserving point.
1703
1704 2005-05-27 Jay Belanger <belanger@truman.edu>
1705
1706 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1707 Info-goto-node.
1708
1709 * calc/calc-embed.el (calc-embed-arg): New variable.
1710 (calc-do-embedded-activate, calc-embedded-activate-formula)
1711 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1712 variable by new variable.
1713 (calc-embedded-make-info): Replace undeclared variable by new
1714 variable. When selecting region with positive prefix
1715 argument, use end of previous line instead of beginning of line.
1716
1717 * calc/calc-aent.el (calc-arg-values): Declare it.
1718
1719 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1720 Declare them.
1721
1722 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1723
1724 * calc/calc.el (calc-alg-map): Declare it.
1725
1726 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1727
1728 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1729
1730 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1731 (gdb-registers-buffer, toggle-gdb-all-registers):
1732 Toggle display of floating point registers.
1733 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1734
1735 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1736 (toggle-gud-tooltip-dereference):
1737 Rename from gud-toggle-tooltip-dereference.
1738
1739 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1742
1743 2005-05-27 Jay Belanger <belanger@truman.edu>
1744
1745 * calc/calc-prog.el (calc-kbd-report): Remove.
1746 (calc-kbd-query): Rewrite.
1747
1748 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * image.el (image-library-alist): Move to image.c.
1751 (image-type-available-p): Doc fix.
1752
1753 2005-05-27 Lute Kamstra <lute@gnu.org>
1754
1755 * calc/calc.el (calc):
1756 * outline.el (outline-1, outline-2, outline-3, outline-4)
1757 (outline-5, outline-6, outline-7, outline-8):
1758 * textmodes/dns-mode.el (dns-mode):
1759 * textmodes/sgml-mode.el (sgml-namespace-face):
1760 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1761 (tex-verbatim-face, tex-use-reftex):
1762 * textmodes/texinfo.el (texinfo-heading-face):
1763 Specify customization group.
1764
1765 * longlines.el: Don't require easy-mmode.
1766 (longlines-visible-face): Specify customization group.
1767
1768 2005-05-27 Kenichi Handa <handa@m17n.org>
1769
1770 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1771 encoding table of windows-1251.
1772
1773 * international/ucs-tables.el (ucs-set-table-for-input):
1774 If translation-table-for-input of a coding system is a symbol, get
1775 its translation-table property.
1776
1777 * international/code-pages.el: Don't register a coding system into
1778 non-iso-charset-alist more than once.
1779 (cp-make-coding-system): Likewise.
1780
1781 2005-05-26 John Wiegley <johnw@newartisans.com>
1782
1783 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1784 `eshell-resume-eval' is wrapped in a list, it indicates that the
1785 command was run asynchronously. In that case, unwrap the value
1786 before checking the delimiter value.
1787
1788 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1789 character before a space at the end of a line is \, assume the space
1790 is part of the last argument rather than a final argument separator.
1791
1792 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1793 is in use, and the target is `t' or `nil' (which are the most common
1794 values), don't assume that the symbol target is a buffer.
1795
1796 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1797
1798 * calendar/calendar.el (calendar-mode-line-format):
1799 Use mode-line-highlight as mouse-face.
1800
1801 * time.el (display-time-string-forms, display-time-update):
1802 Use mode-line-highlight as mouse-face.
1803
1804 2005-05-26 Jay Belanger <belanger@truman.edu>
1805
1806 * calc/calc.el (calc-language-alist): Remove extra defvar.
1807
1808 2005-05-26 Lute Kamstra <lute@gnu.org>
1809
1810 * arc-mode.el (archive-mode):
1811 * bookmark.el (bookmark-read-annotation-mode)
1812 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1813 * bs.el (bs-mode):
1814 * calc/calc-yank.el (calc-edit-mode):
1815 * calc/calc.el (calc-mode, calc-trail-mode):
1816 * calculator.el (calculator-mode):
1817 * chistory.el (command-history-mode):
1818 * comint.el:
1819 * cus-edit.el (custom-mode):
1820 * descr-text.el (describe-text-mode):
1821 * ebuff-menu.el (Electric-buffer-menu-mode):
1822 * ediff-util.el (ediff-mode):
1823 * emacs-lisp/re-builder.el (reb-mode):
1824 * emulation/vi.el (vi-mode-setup):
1825 * emulation/ws-mode.el (wordstar-mode):
1826 * eshell/esh-mode.el (eshell-mode):
1827 * forms.el (forms-mode):
1828 * help-mode.el (help-mode):
1829 * hexl.el (hexl-mode):
1830 * ibuffer.el (ibuffer-mode):
1831 * ielm.el (inferior-emacs-lisp-mode):
1832 * info.el (Info-mode, Info-edit-mode):
1833 * international/swedish.el:
1834 * ledit.el (ledit-from-lisp-mode):
1835 * locate.el (locate-mode):
1836 * mail/rmail.el (rmail-mode):
1837 * mail/rmailedit.el (rmail-edit-mode):
1838 * mail/rmailsum.el (rmail-summary-mode):
1839 * mail/supercite.el (sc-electric-mode):
1840 * net/eudc.el (eudc-mode):
1841 * net/quickurl.el (quickurl-list-mode):
1842 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1843 * obsolete/ooutline.el (outline-mode):
1844 * obsolete/options.el (Edit-options-mode):
1845 * obsolete/rnews.el (news-mode):
1846 * obsolete/rnewspost.el (news-reply-mode):
1847 * play/5x5.el (5x5-mode):
1848 * play/decipher.el (decipher-mode, decipher-stats-mode):
1849 * play/gomoku.el (gomoku-mode):
1850 * play/snake.el (snake-mode):
1851 * play/solitaire.el (solitaire-mode):
1852 * play/tetris.el (tetris-mode):
1853 * progmodes/ada-mode.el (ada-mode):
1854 * progmodes/antlr-mode.el (antlr-mode):
1855 * progmodes/autoconf.el (autoconf-mode):
1856 * progmodes/dcl-mode.el (dcl-mode):
1857 * progmodes/delphi.el (delphi-mode):
1858 * progmodes/ebrowse.el (ebrowse-tree-mode)
1859 (ebrowse-electric-list-mode, ebrowse-member-mode)
1860 (ebrowse-electric-position-mode):
1861 * progmodes/f90.el (f90-mode):
1862 * progmodes/fortran.el (fortran-mode):
1863 * progmodes/icon.el (icon-mode):
1864 * progmodes/idlw-help.el (idlwave-help-mode):
1865 * progmodes/idlw-shell.el (idlwave-shell-mode):
1866 * progmodes/idlwave.el (idlwave-mode):
1867 * progmodes/inf-lisp.el (inferior-lisp-mode):
1868 * progmodes/m4-mode.el (m4-mode):
1869 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1870 * progmodes/modula2.el (modula-2-mode):
1871 * progmodes/octave-inf.el (inferior-octave-mode):
1872 * progmodes/octave-mod.el (octave-mode):
1873 * progmodes/pascal.el (pascal-mode):
1874 * progmodes/sh-script.el (sh-mode):
1875 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1876 * progmodes/vhdl-mode.el (vhdl-mode):
1877 * progmodes/xscheme.el (scheme-interaction-mode):
1878 * replace.el (occur-mode):
1879 * ses.el (ses-mode):
1880 * simple.el (completion-list-mode):
1881 * skeleton.el:
1882 * speedbar.el (speedbar-mode):
1883 * term.el (term-mode):
1884 * terminal.el (terminal-edit-mode):
1885 * textmodes/reftex-index.el (reftex-index-mode)
1886 (reftex-index-phrases-mode):
1887 * textmodes/reftex-sel.el (reftex-select-label-mode)
1888 (reftex-select-bib-mode):
1889 * textmodes/reftex-toc.el (reftex-toc-mode):
1890 * wdired.el (wdired-change-to-wdired-mode):
1891 * wid-browse.el (widget-browse-mode):
1892 Use run-mode-hooks.
1893
1894 * array.el (array-mode):
1895 * calendar/todo-mode.el (todo-mode):
1896 * man.el (Man-mode):
1897 * play/landmark.el (lm-mode):
1898 * play/mpuz.el (mpuz-mode):
1899 Use kill-all-local-variables and run-mode-hooks.
1900
1901 * subr.el (delay-mode-hooks): Specify indentation.
1902
1903 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1904
1905 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1906
1907 2005-05-26 Jay Belanger <belanger@truman.edu>
1908
1909 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1910 of nil.
1911
1912 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1913
1914 * progmodes/gdb-ui.el (gdb-frame-address):
1915 Rename from gdb-current-address.
1916 (gdb-previous-frame-address): Rename from gdb-previous-address.
1917 (gdb-selected-frame): Rename from gdb-current-frame.
1918 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1919 (gdb-frame-number): Rename from gdb-current-stack-level.
1920 (gdb-ann3): Match new mode-name for disassembly buffer.
1921 Extend initialisation of variables.
1922 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1923 (gdb-memory-mode): Use mouse-face in header line.
1924 (gdb-assembler-buffer-name): Call it disassembly and give frame
1925 in mode line.
1926 (gdb-source-spec-regexp, gdb-assembler-custom)
1927 (gdb-invalidate-assembler, gdb-frame-handler):
1928 Make robust to leading zeroes in address format.
1929
1930 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1931
1932 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1933 define `org-mode'.
1934 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1935
1936 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * log-edit.el (log-edit-changelog-entries): Distinguish between
1939 filenames like xfns.c and fns.c.
1940
1941 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1942
1943 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1944 point after reverting.
1945 (Buffer-menu-make-sort-button): Handle the case where
1946 `Buffer-menu-use-header-line' is nil.
1947
1948 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1949
1950 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1951 New funcs. In minibuffer-local-completion-map bind `]', `/'
1952 and `:' to them.
1953
1954 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * startup.el (normal-top-level): Allow modification of load-path while
1957 we're iterating over it.
1958
1959 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1962 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1963 (thumbs-resize-interactive, thumbs-insert-image)
1964 (thumbs-insert-thumb, thumbs-dired-show-marked)
1965 (thumbs-find-image-at-point, thumbs-delete-images)
1966 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1967 (thumbs-increment-image-size, thumbs-decrement-image-size):
1968 Fix typos in docstrings.
1969
1970 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1971
1972 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1973 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1974 (cperl-mode): Use them.
1975
1976 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1979 Doc fixes.
1980
1981 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1982
1983 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1984 Bind C-d to gdb-inferior-io-eof.
1985
1986 * dired.el (dired-dnd-popup-notice): Use message-box.
1987
1988 2005-05-23 Masatake YAMATO <jet@gyve.org>
1989
1990 * bindings.el (mode-line-major-mode-keymap):
1991 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1992
1993 * faces.el (mode-line-highlight): New face.
1994
1995 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1996 as mouse-face.
1997
1998 * bindings.el (top-level, help-echo, mode-line-modified)
1999 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
2000 as mouse-face.
2001
2002 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * progmodes/cc-engine.el (c-guess-basic-syntax):
2005 Remove spurious call to `zerop'.
2006
2007 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2008
2009 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2010
2011 CC Mode update to 5.30.10:
2012
2013 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2014 could go past the limit in decoration level 2, thereby causing
2015 errors during interactive fontification.
2016
2017 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2018 the file is evaluated interactively.
2019
2020 * cc-engine.el (c-guess-basic-syntax): Handle operator
2021 declarations somewhat better in C++.
2022
2023 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2024 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2025 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2026 (awk-mode): Use it.
2027 (make-local-hook): Suppress warning about obsoleteness.
2028
2029 * cc-engine.el, cc-align.el, cc-cmds.el
2030 (c-append-backslashes-forward, c-delete-backslashes-forward)
2031 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2032 Compensate for return value from `forward-line' when it has moved
2033 but not to a different line due to eob.
2034
2035 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2036 `objc-method-intro' and `objc-method-args-cont'.
2037
2038 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2039
2040 CC Mode update to 5.30.10:
2041
2042 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2043 in the copyright statement. Incidentally, change "along with GNU
2044 Emacs" to "along with this program" where it occurs.
2045
2046 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2047 so that it is interactive, hence can be found by M-x awk-mode
2048 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2049 <gmorris+emacs@ast.cam.ac.uk>.
2050
2051 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2052 Mode's regexps.
2053
2054 2005-05-23 Kevin Ryde <user42@zip.com.au>
2055
2056 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2057 c-parse-state, to avoid a lisp error (on bad code).
2058
2059 2005-05-23 Lute Kamstra <lute@gnu.org>
2060
2061 * subr.el (font-lock-defaults): Remove defvar as it's already
2062 defined in font-core.el.
2063
2064 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2065
2066 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2067
2068 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2069 more general and work when GDB variable "print pretty" is on,
2070 as with Emacs, for example.
2071
2072 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2073
2074 * font-core.el: Update comment.
2075
2076 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2077 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2078
2079 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2080
2081 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2082
2083 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2084 and `yank-handler' in the doc strings.
2085
2086 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2089
2090 2005-05-22 Richard M. Stallman <rms@gnu.org>
2091
2092 * help.el (describe-key): Move print-help-return-message call
2093 out of conditional.
2094
2095 * progmodes/etags.el (list-tags): Use with-no-warnings.
2096
2097 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2098 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2099 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2100
2101 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2102
2103 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2104 Add defvar.
2105
2106 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2107 Use defvar, not defconst.
2108
2109 * hexl.el (hexl-follow-line): Use with-no-warnings.
2110
2111 * emulation/tpu-extras.el: Use write-file-functions instead of
2112 write-file-hooks.
2113
2114 * dired.el (dired-font-lock-keywords): Fontify files with junk
2115 extensions even if marked by -F.
2116
2117 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2118
2119 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2120 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2121 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2122 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2123 (concatenate, list-length, get*, getf, cl-remprop):
2124 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2125 (etypecase, progv, lexical-let, lexical-let*)
2126 (multiple-value-bind, multiple-value-setq, shiftf):
2127 Improve argument/docstring consistency.
2128
2129 * subr.el (focus-frame, unfocus-frame):
2130 Revert deletion on 2005-05-01.
2131
2132 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2133
2134 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2135 doesn't exist.
2136
2137 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2138 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2139
2140 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2141
2142 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2143 already deleted variables: auto-fill-hook, blink-paren-hook,
2144 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2145 suspend-hooks, comment-indent-hook, meta-flag,
2146 before-change-function, after-change-function,
2147 font-lock-doc-string-face.
2148
2149 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2150
2151 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2152
2153 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2154
2155 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2156 rmail-dont-reply-to.
2157
2158 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2159
2160 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2161 literal blank when splitting new-header-values.
2162
2163 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2164
2165 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2166 string so that tmm doesn't create a completion entry for it.
2167
2168 * textmodes/table.el (table-disable-menu): Ditto.
2169
2170 2005-05-21 Richard M. Stallman <rms@gnu.org>
2171
2172 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2173
2174 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2175
2176 * net/rcompile.el (remote-compile): Use compilation-start.
2177
2178 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2179
2180 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2181
2182 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2183 Default to makefile-bsdmake-mode on BSD systems.
2184
2185 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2186 REGEXP may also be a search function now. The part of doc-string
2187 for describing the structure was 95% identical to that of
2188 `imenu--generic-function'. Unify it there.
2189
2190 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2191 Use function to find dependencies, because regexp alone is so complex,
2192 it easily goes into an endless loop.
2193 (makefile-makepp-mode): Also add submenu for Perl functions
2194 defined in the makefile.
2195 (makefile-bsdmake-mode): Special imenu-generic-expression no
2196 longer needed, due to function call.
2197 (makefile-match-dependency): Take BOUND into account when checking
2198 if we're through.
2199
2200 2005-05-20 Jay Belanger <belanger@truman.edu>
2201
2202 * calc/calc-units.el (calc-invalidate-units-table):
2203 Use inhibit-read-only.
2204 (math-build-units-table-buffer): Use view-mode.
2205
2206 2005-05-20 David Kastrup <dak@gnu.org>
2207
2208 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2209 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2210
2211 2005-05-20 Lute Kamstra <lute@gnu.org>
2212
2213 * diff-mode.el (diff-header-face, diff-file-header-face)
2214 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2215 (diff-added-face, diff-changed-face, diff-function-face)
2216 (diff-context-face, diff-nonexistent-face): Put them in the
2217 diff-mode customization group.
2218
2219 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2222
2223 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2224
2225 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2226 Minor regexp-optimization.
2227
2228 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2229
2230 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2231 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2232 (org-agenda-add-time-grid-maybe): New function.
2233 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2234 (org-table-create): `dotimes' instead of `mapcar'.
2235 (org-xor): Simplify implementation.
2236 (org-agenda): `inhibit-redisplay' turned on.
2237 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2238 a consistent line after a state change.
2239 (org-agenda-remove-times-when-in-prefix): New option.
2240 (org-prefix-has-time): New variable.
2241 (org-parse-time-string): Optional argument NODEFAULT.
2242 (org-format-agenda-item): Parse items for time-of-day
2243 specifications and move these into the prefix if possible.
2244 (org-agenda-priority): Get current heading, not previous heading
2245 during agenda remote editing.
2246
2247 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2250 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2251 (remove-duplicates, delete-duplicates, substitute)
2252 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2253 (nsubstitute-if-not, find, find-if, find-if-not, position)
2254 (position-if, position-if-not, count, count-if, count-if-not)
2255 (mismatch, search, sort*, stable-sort, merge, member*)
2256 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2257 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2258 (intersection, nintersection, set-difference, nset-difference)
2259 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2260 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2261 (nsublis, tree-equal): Improve argument/docstring consistency.
2262
2263 * subr.el (send-string, send-region):
2264 Remove obsolescence declaration.
2265 (window-dot, set-window-dot, read-input, show-buffer)
2266 (eval-current-buffer, string-to-int):
2267 Add release number to obsolescence declarations.
2268
2269 2005-05-19 Kim F. Storm <storm@cua.dk>
2270
2271 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2272 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2273
2274 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2275
2276 * faces.el (list-faces-display): Make back button respect optional
2277 regexp arg.
2278
2279 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * calculator.el (calculator-radix-grouping-mode)
2282 (calculator-radix-grouping-digits, calculator-displayer)
2283 (calculator-radix-grouping-separator, calculator-copy-displayer):
2284 * dabbrev.el (dabbrev-search-these-buffers-only):
2285 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2286 (diff-advance-after-apply-hunk, diff-mode-hook)
2287 (diff-minor-mode-prefix):
2288 * imenu.el (imenu-use-popup-menu):
2289 * jit-lock.el (jit-lock-context-time):
2290 * newcomment.el (comment-fill-column, comment-column)
2291 (comment-style, comment-padding, comment-multi-line)
2292 (comment-empty-lines, comment-auto-fill-only-comments):
2293 * reveal.el (reveal-around-mark):
2294 * uniquify.el (uniquify-buffer-name-style)
2295 (uniquify-after-kill-buffer-p)
2296 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2297 (uniquify-min-dir-content, uniquify-separator)
2298 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2299 * w32-vars.el (w32-fixed-font-alist):
2300 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2301 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2302 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2303 * progmodes/perl-mode.el (perl-indent-level)
2304 (perl-continued-statement-offset, perl-continued-brace-offset)
2305 (perl-brace-offset, perl-brace-imaginary-offset)
2306 (perl-label-offset, perl-indent-continued-arguments)
2307 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2308 * progmodes/tcl.el (tcl-indent-level)
2309 (tcl-continued-indent-level, tcl-auto-newline)
2310 (tcl-tab-always-indent, tcl-electric-hash-style)
2311 (tcl-help-directory-list, tcl-use-smart-word-finder)
2312 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2313 (inferior-tcl-source-command):
2314 * textmodes/fill.el (enable-kinsoku):
2315 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2316 * textmodes/table.el (table-yank-handler):
2317 Specify missing group (and type, if simple) in defcustom.
2318
2319 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2320
2321 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2322
2323 2005-05-19 Richard M. Stallman <rms@gnu.org>
2324
2325 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2326
2327 * subr.el (event-basic-type): Don't get an error.
2328 (left-fringe-p): Function deleted.
2329
2330 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2331 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2332
2333 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2334 in recursive copy.
2335
2336 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2337
2338 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2339
2340 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2341 Call byte-compile-nogroup-warn if appropriate.
2342
2343 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2344 (compilation-set-window): Don't call left-fringe-p; do it directly.
2345
2346 2005-05-19 Jay Belanger <belanger@truman.edu>
2347
2348 * calc/calc-graph.el (calc-graph-format-data): Make sure
2349 var-PlotRejects is bound before trying to check its value.
2350
2351 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2352
2353 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2354 definition of this variable from reftex-global.el to reftex.el,
2355 because it is needed in the menu.
2356
2357 2005-05-19 Lute Kamstra <lute@gnu.org>
2358
2359 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2360 years are fixed. Don't insert a space after a dash.
2361
2362 2005-05-19 Kim F. Storm <storm@cua.dk>
2363
2364 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2365
2366 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2367
2368 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2369 strings, because (eq ... ?\\) is fairly frequent.
2370
2371 * progmodes/make-mode.el (makefile-add-this-line-targets):
2372 Simplify and integrate into `makefile-pickup-targets'.
2373 (makefile-add-this-line-macro): Simplify and integrate into
2374 `makefile-pickup-macros.
2375 (makefile-pickup-filenames-as-targets): Simplify.
2376 (makefile-previous-dependency, makefile-match-dependency):
2377 Don't stumble over `::'.
2378
2379 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2380
2381 * subr.el (post-command-idle-hook, post-command-idle-delay):
2382 Remove obsoletion of post-command-idle-hook and
2383 post-command-idle-delay.
2384
2385 * faces.el (list-faces-display): Provide button when describe-face
2386 is called to take user back to the list of faces.
2387
2388 * help-fns.el (describe-variable): Remove hyperlinks in a
2389 variable's value as these are quite frequently inappropriate.
2390
2391 * follow.el (follow-submit-feedback, follow-mode):
2392 Remove references to post-command-idle-hook.
2393
2394 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2395
2396 * progmodes/make-mode.el (makefile-previous-dependency)
2397 (makefile-match-dependency): Check for := (and in bsd mode also
2398 !=) to give a better result, even when font-lock is not on.
2399
2400 2005-05-18 Jay Belanger <belanger@truman.edu>
2401
2402 * calc/calc-help.el (calc-s-prefix-help):
2403 Add `calc-copy-special-constant' to help string.
2404
2405 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2406
2407 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2408
2409 2005-05-18 Jay Belanger <belanger@truman.edu>
2410
2411 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2412 in linear factors are in proper order.
2413
2414 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2415
2416 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2417 Support for jurabib.
2418
2419 * textmodes/reftex.el (featurep): Define aliases for overlay
2420 commands, for XEmacs compatibility, and use these aliases in
2421 overlay initializations.
2422 (reftex-highlight): Use `reftex-move-overlay'.
2423 (reftex-unhighlight): Use `reftex-delete-overlay'.
2424 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2425 (reftex-access-search-path): Use `reftex-uniquify' instead of
2426 `reftex-uniq'
2427
2428 * textmodes/reftex-sel.el (reftex-select-unmark):
2429 Overlay `before-string' property modification enables for Emacs as well.
2430 (reftex-select-item): Use `reftex-delete-overlay'.
2431 (reftex-select-mark): Use `reftex-make-overlay' and
2432 `reftex-overlay-put'.
2433 (reftex-select-unmark): Use `reftex-delete-overlay' and
2434 `reftex-overlay-put'.
2435
2436 2005-05-18 Lute Kamstra <lute@gnu.org>
2437
2438 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2439
2440 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * add-log.el (add-change-log-entry):
2443 * array.el (array-make-template, array-reconfigure-rows)
2444 (array-init-max-row, array-init-max-column)
2445 (array-init-columns-per-line, array-init-field-width):
2446 * replace.el (replace-match-maybe-edit, perform-replace):
2447 * textmodes/spell.el (spell-region):
2448 Replace `read-input' by `read-string'.
2449
2450 * forms.el (forms-mode):
2451 * finder.el (finder-compile-keywords):
2452 * shadowfile.el (shadow-read-files):
2453 Replace `eval-current-buffer' by `eval-buffer'.
2454
2455 * terminal.el (te-pass-through):
2456 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2457 (ange-ftp-raw-send-cmd):
2458 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2459 (send-process-next-char, telnet-initial-filter, telnet):
2460 Replace `send-string' by `process-send-string'.
2461
2462 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2463 (prolog-consult-region): Replace `send-string' by
2464 `process-send-string'; replace `send-region' by `process-send-region'.
2465
2466 * progmodes/delphi.el (delphi-log-msg):
2467 Replace `set-window-dot' by `set-window-point'.
2468
2469 * subr.el (window-dot, set-window-dot, read-input, send-string)
2470 (send-region, show-buffer, eval-current-buffer):
2471 Make really obsolete, as the comment says.
2472
2473 2005-05-17 Kim F. Storm <storm@cua.dk>
2474
2475 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2476 (cua--init-keymaps): Bind C-return instead of S-return to set
2477 rectangle mark.
2478
2479 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2480 instead of S-return to toggle/clear rectangle mark.
2481
2482 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2483
2484 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2485 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2486 Also fontify plain strings assigned to variables, mostly so that a
2487 colon has a face and is thus not taken as a dependency separator.
2488 (makefile-previous-dependency): Inline the new matcher, because it
2489 is too complex to work in both directions.
2490 (makefile-match-dependency): Eliminate `backward' arg (see above).
2491 Completely reimplemented so as to not sometimes go into an endless
2492 loop. It should also be more efficient, because first it only
2493 searches for `:', instead of applying the very complex regexp.
2494 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2495 to be fontified in one piece can be too long for JIT.
2496 Makefiles are never *that* big.
2497
2498 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2499
2500 * dired.el (dired-mode): Simplify.
2501
2502 2005-05-17 Lute Kamstra <lute@gnu.org>
2503
2504 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2505 defcustom for the mode hook variable.
2506
2507 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2508 Emacs Lisp Reference Manual.
2509
2510 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2511
2512 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2513 (evenp, list*):
2514 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2515 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2516
2517 * net/tramp-smb.el (tramp-smb-open-connection):
2518 Pass `tramp-chunksize' as fifth (required) argument.
2519
2520 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2521
2522 * font-lock.el (lisp-font-lock-keywords-1):
2523 Set `font-lock-negation-char-face' for [^...] char group.
2524 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2525
2526 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2527 a var, and refine it to mask one more level of nested vars.
2528 (makefile-rule-action-regex): Turn it into a var, and refine it so
2529 it recognizes backslashed continuation lines as belonging to the
2530 same command.
2531 (makefile-macroassign-regex): Refine it so it recognizes
2532 backslashed continuation lines as belonging to the same command.
2533 (makefile-var-use-regex): Don't look at the next char, because it
2534 might be the same one to be skipped by the initial [^$], leading
2535 to an overlooked variable use.
2536 (makefile-make-font-lock-keywords): Remove two parameters, which
2537 are now variables that some of the modes set locally.
2538 Handle dependency and rule action matching through functions, because
2539 regexps alone match too often. Dependency matching now comes
2540 last, so it can check, whether a colon already matched something else.
2541 (makefile-mode): Inform that font-lock improves makefile parsing
2542 capabilities.
2543 (makefile-match-dependency, makefile-match-action): New functions.
2544
2545 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2546
2547 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2548
2549 * align.el (align-regexp):
2550 * ansi-color.el (ansi-color-get-face):
2551 * array.el (array-reconfigure-rows, array-init-max-row)
2552 (array-init-max-column, array-init-columns-per-line)
2553 (array-init-field-width):
2554 * dired-aux.el (dired-trample-file-versions):
2555 * dired-x.el (dired-mark-sexp):
2556 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2557 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2558 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2559 * faces.el (face-read-integer):
2560 * files.el (backup-extract-version, insert-directory):
2561 * hexl.el (hexl-insert-decimal-char):
2562 * server.el (server-process-filter):
2563 * shell.el (shell-extract-num):
2564 * startup.el (command-line-1):
2565 * term.el (term-command-hook):
2566 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2567 (time-stamp-do-number):
2568 * time.el (display-time-update):
2569 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2570 (timezone-fix-time):
2571 * vms-patch.el (vms-suspend-resume-hook):
2572 * calendar/appt.el (appt-convert-time):
2573 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2574 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2575 * calendar/cal-islam.el (mark-islamic-diary-entries):
2576 * calendar/calendar.el (calendar-cursor-to-date)
2577 (calendar-star-date):
2578 * calendar/diary-lib.el (diary-attrtype-convert)
2579 (mark-diary-entries, diary-entry-time):
2580 * calendar/solar.el (solar-get-number):
2581 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2582 * emacs-lisp/re-builder.el (reb-display-subexp):
2583 * emulation/edt.el (edt-set-scroll-margins):
2584 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2585 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2586 (vip-get-ex-count):
2587 * emulation/viper-ex.el (viper-get-ex-token)
2588 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2589 * international/fontset.el (fontset-plain-name):
2590 * mail/feedmail.el (feedmail-look-at-queue-directory):
2591 * mail/mailalias.el (mail-get-names):
2592 * mail/rmail.el (rmail-convert-to-babyl-format):
2593 * mail/rmailsum.el (rmail-make-basic-summary-line)
2594 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2595 (rmail-summary-goto-msg):
2596 * mail/smtpmail.el (smtpmail-read-response):
2597 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2598 (ange-ftp-vms-add-file-entry):
2599 * play/gametree.el (gametree-looking-at-ply)
2600 (gametree-current-branch-score):
2601 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2602 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2603 * progmodes/cperl-mode.el (condition-case):
2604 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2605 (ebrowse-set-member-buffer-column-width)
2606 (ebrowse-select-1st-to-9nth):
2607 * progmodes/etags.el (etags-snarf-tag):
2608 * progmodes/flymake.el (flymake-parse-line):
2609 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2610 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2611 (idlwave-shell-menu-def):
2612 * progmodes/ps-mode.el (ps-run-goto-error):
2613 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2614 (vhdl-speedbar-contract-level):
2615 * term/mac-win.el (x-handle-numeric-switch):
2616 * term/sun-mouse.el (sun-get-frame-data):
2617 * term/w32-win.el (x-handle-numeric-switch):
2618 * term/x-win.el (x-handle-numeric-switch):
2619 * textmodes/ispell.el (ispell-parse-output):
2620 * textmodes/nroff-mode.el (nroff-outline-level):
2621 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2622 (reftex-bib-sort-year-reverse, reftex-format-citation):
2623 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2624 (reftex-section-number):
2625 * textmodes/texinfmt.el (texinfo-paragraphindent):
2626 Replace `string-to-int' by `string-to-number'.
2627
2628 * international/latexenc.el: Add page marker to force the "Local
2629 Variables:" string out of the last page.
2630
2631 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2634 tooltip-change-major-mode.
2635 (gud-tooltip-print-command): Remove case where gud-minor-mode
2636 is gdb ("--fullname").
2637 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2638 explain to user.
2639
2640 2005-05-16 Jay Belanger <belanger@truman.edu>
2641
2642 * calc/calc-store.el (calc-copy-special-constant): New function.
2643
2644 * calc/calc-ext.el (calc-init-extensions): Add binding for
2645 `calc-copy-special-constant'.
2646
2647 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2648 for the `calc-copy-special-constant' command.
2649
2650 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2651
2652 * subr.el (left-fringe-p): New function.
2653
2654 * progmodes/compile.el (compilation-setup): Set local value of
2655 overlay-arrow-string to "" always.
2656 (compilation-set-window): Left fringe then don't scroll.
2657 No left fringe then no arrow and scroll message to top.
2658 (compilation-context-lines): Adjust doc string accordingly.
2659
2660 2005-05-16 Kim F. Storm <storm@cua.dk>
2661
2662 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2663 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2664 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2665 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2666 (ido-read-file-name): Handle commands with ido property value
2667 equal to find-file as reading a file name, to allow C-d to enter dired.
2668 (ibuffer-find-file): Add ido property with value find-file.
2669
2670 2005-05-15 Kim F. Storm <storm@cua.dk>
2671
2672 * subr.el (open-network-stream-nowait): Remove.
2673 (open-network-stream-server): Remove.
2674
2675 2005-05-15 Richard M. Stallman <rms@gnu.org>
2676
2677 * faces.el (describe-face): Output a definition link button.
2678
2679 * help-mode.el (help-face-def): New button type.
2680
2681 * emacs-lisp/copyright.el (copyright-fix-years):
2682 Match properly if the first year is 2-digit.
2683 Don't mess up the whitespace after the years by filling.
2684
2685 * dired-aux.el (dired-mark-confirm):
2686 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2687
2688 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2689 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2690 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2691
2692 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2693 Set font-lock-comment-start-skip.
2694
2695 * font-lock.el (font-lock-comment-start-skip): New variable.
2696 (font-lock-comment-end-skip): New variable.
2697 (font-lock-fontify-syntactically-region): Use them if non-nil.
2698
2699 2005-05-15 Jay Belanger <belanger@truman.edu>
2700
2701 * calc/calc-store.el (calc-store-value): Return a string rather
2702 than display it as a message.
2703 Use calc-var-name for variable name.
2704 (calc-store-into): Add the result of calc-store-value to message.
2705 (calc-copy-variable): Add a message.
2706 (calc-store-exchange): Improve error messages.
2707 (calc-store-binary, calc-store-map): Don't reset the values of
2708 special constants.
2709
2710 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2711
2712 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2713 manual to docstring.
2714
2715 * files.el (hack-local-variables-confirm): Add STRING argument.
2716 Make the function handle non file visiting buffers correctly.
2717 (hack-local-variables-prop-line, hack-local-variables)
2718 (hack-one-local-variable): Use STRING arg of
2719 `hack-local-variables-confirm'.
2720
2721 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2722
2723 Sync with Tramp 2.0.49.
2724
2725 * tramp.el (tramp-handle-dired-call-process)
2726 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2727 because the contents of the Tramp buffer is changed before
2728 insertion (`expand-file' and alike).
2729 (tramp-handle-insert-directory): If `localname' has an empty
2730 nondirectory name, it must not be quoted.
2731 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2732 variable `tramp-chunksize'. Change callees.
2733 (tramp-open-connection-setup-interactive-shell): Check remote host
2734 for buggy `send-process-string' implementation.
2735 Set `tramp-chunksize' if found. Reported by Michael Kifer
2736 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2737 (tramp-handle-shell-command): `insert-buffer' cannot be used
2738 because the contents of the Tramp buffer is changed before
2739 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2740 <frederic.bothamy@free.fr>.
2741 (tramp-set-auto-save): Actions should be done for Tramp file name
2742 handler only. Ange-FTP has its own auto-save mechanism.
2743 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2744 (tramp-set-auto-save-file-modes): Set file modes of
2745 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2746 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2747 (tramp-bug): Remove obsolete variable.
2748 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2749 for presence of `mml-mode'. Make it running for older Emacsen as well.
2750
2751 2005-05-14 John Paul Wallington <jpw@pobox.com>
2752
2753 * ibuf-ext.el (define-ibuffer-filter filename):
2754 If `dired-directory' is a list, use its car.
2755
2756 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2757
2758 * ibuffer.el (define-ibuffer-column filename):
2759 If `dired-directory' is a list, use its car.
2760
2761 2005-05-14 Richard M. Stallman <rms@gnu.org>
2762
2763 * subr.el (symbol-file): Doc fix.
2764
2765 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2766 (byte-compile-form): Call byte-compile-nogroup-warn.
2767 (byte-compile-warning-types): Doc fix.
2768
2769 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2770
2771 * progmodes/cc-engine.el (c-literal-faces):
2772 Add font-lock-comment-delimiter-face.
2773
2774 * net/net-utils.el (dig): Use with-no-warnings.
2775
2776 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2777 (sc-recite-frame-alist, sc-default-cite-frame)
2778 (sc-default-uncite-frame, sc-default-recite-frame)
2779 (sc-attrib-selection-list, sc-rewrite-header-list):
2780 Mark as risky-local-variable.
2781
2782 * international/ogonek.el (ogonek-jak, ogonek-how):
2783 Don't use beginning-of-buffer.
2784
2785 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2786
2787 * calendar/solar.el (solar-data-list): Move definition up.
2788
2789 * dnd.el (dnd-protocol-alist): Add autoload.
2790
2791 * progmodes/sh-script.el: Many doc usage fixes.
2792 (sh-indent-after-do): Change default to match common styles.
2793
2794 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2795
2796 * files.el (interpreter-mode-alist)
2797 (auto-mode-interpreter-regexp): Doc fixes.
2798
2799 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2800
2801 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2802
2803 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2804
2805 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2806
2807 * dired.el (dired-mode): make-variable-buffer-local =>
2808 make-local-variable.
2809
2810 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2811
2812 * term/mac-win.el (mac-select-convert-to-string): Try coding
2813 systems in mac-script-code-coding-systems if specified one cannot
2814 encode string for `com.apple.traditional-mac-plain-text'.
2815
2816 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2817
2818 * progmodes/make-mode.el (makefile-targets-face)
2819 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2820 (makefile-dependency-regex): Fix it to not make the colon in
2821 $(var:a=b) special.
2822 (makefile-rule-action-regex): New regexp for highlighting embedded
2823 Shell strings.
2824 (makefile-macroassign-regex): Handle != for highlighting as
2825 embedded Shell strings.
2826 (makefile-var-use-regex): New const.
2827 (makefile-statements, makefile-automake-statements)
2828 (makefile-gmake-statements, makefile-makepp-statements)
2829 (makefile-bsdmake-statements): New consts.
2830 (makefile-make-font-lock-keywords): New function.
2831 (makefile-automake-font-lock-keywords)
2832 (makefile-gmake-font-lock-keywords)
2833 (makefile-makepp-font-lock-keywords)
2834 (makefile-bsdmake-font-lock-keywords): New consts.
2835 (makefile-mode-map): Add switchers between the various submodes.
2836 (makefile-mode): Document the availability of the variants.
2837 (makefile-automake-mode, makefile-gmake-mode)
2838 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2839
2840 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2841 new variants of makefile-mode.
2842
2843 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2846 the inheritance.
2847
2848 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2849
2850 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2851 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2852
2853 * files.el (normal-mode): Extend the scope of the
2854 `enable-local-variables' binding to include the `set-auto-mode' call.
2855 (magic-mode-alist): Doc fix.
2856
2857 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2860 font-lock-comment-face rather than copying its setting.
2861
2862 2005-05-12 Andreas Schwab <schwab@suse.de>
2863
2864 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2865
2866 2005-05-12 Lute Kamstra <lute@gnu.org>
2867
2868 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2869 defcustom for the mode hook variable. Delete the last argument.
2870 * generic-x.el: Fix callers of define-generic-mode.
2871 (generic-x-modes): Delete group.
2872 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2873 generic-x customization group.
2874
2875 2005-05-12 Kim F. Storm <storm@cua.dk>
2876
2877 * font-lock.el (font-lock-negation-char-face): Default to "off".
2878
2879 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2880 font-lock-negation-char-face to ! in !=.
2881
2882 2005-05-12 Masatake YAMATO <jet@gyve.org>
2883
2884 * add-log.el (find-change-log): Fix typos in the docstring
2885 of function.
2886
2887 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2888
2889 * international/latexenc.el (latexenc-find-file-coding-system):
2890 Avoid `re-search-forward' when looking for input encoding because
2891 of speed and safety. Better regular expressions for recognizing
2892 input encoding. Limit a search for TeX-master/tex-main-file to
2893 the local variable section.
2894
2895 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2896
2897 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2898 syntax of $ to "'" (quote).
2899
2900 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2901
2902 * dnd.el (dnd-protocol-alist): Improve custom type.
2903
2904 * dired.el (dired-dnd-protocol-alist): New variable.
2905 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2906 `dired-mode-hook' to the end.
2907
2908 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2911 comment-end if comment-start-skip is not set.
2912 Obey the font-lock-comment-delimiter-face variables.
2913
2914 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * files.el (executable-find): Move from executable.el. Use locate-file.
2917 * progmodes/executable.el (executable-find): Move to files.el.
2918
2919 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2920 when trying to ensure forward progress.
2921
2922 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2925 (mouse-select, mouse-select-internal, mouse-extend-internal):
2926 Use it to implement mouse-1-click-follows-link functionality.
2927
2928 2005-05-11 Richard M. Stallman <rms@gnu.org>
2929
2930 * font-lock.el (font-lock-fontify-syntactically-region):
2931 Use font-lock-comment-delimiter-face for comment delimiters.
2932
2933 2005-05-10 Jay Belanger <belanger@truman.edu>
2934
2935 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2936 preserving embedded modes.
2937
2938 2005-05-10 Richard M. Stallman <rms@gnu.org>
2939
2940 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2941
2942 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2943 Move from ada-stmt.el.
2944 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2945
2946 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2947 Move to ada-mode.el.
2948 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2949
2950 * cus-edit.el (custom-file): Call file-chase-links.
2951
2952 * files.el (read-directory-name): Fix previous change.
2953 (hack-local-variables-confirm): New function.
2954 (hack-local-variables-prop-line, hack-local-variables)
2955 (hack-one-local-variable): Use it.
2956
2957 2005-05-10 Lute Kamstra <lute@gnu.org>
2958
2959 * font-lock.el (font-lock-keywords-alist)
2960 (font-lock-removed-keywords-alist): Clarify docstrings.
2961
2962 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2963
2964 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2965 (gdb-source-info): Check for preprocessor info.
2966 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2967 a macro for a function.
2968 (gdb-info-breakpoints-custom): Try to find file again if not already
2969 found (user might have used GDB dir command).
2970 (gdb-get-location): Update gdb-location-alist correctly for change
2971 to gdb-info-breakpoints-custom.
2972
2973 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2974 (gud-tooltip-print-command): Add gdbmi case.
2975 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2976 preprocessor info.
2977
2978 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2979
2980 * startup.el (fancy-splash-insert): Fix typo in doc string.
2981
2982 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * obsolete/float.el (string-to-float):
2985 * obsolete/hilit19.el (hilit-add-pattern):
2986 * obsolete/rnews.el (news-parse-range, news-select-message)
2987 (news-get-pruned-list-of-files): Replace `string-to-int' by
2988 `string-to-number'.
2989
2990 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2991 `find-file-not-found-hooks'; use `add-hook'.
2992 (uncompress-while-visiting): Set `write-file-functions', not
2993 `write-file-hooks'; use `add-hook'.
2994
2995 2005-05-09 Kim F. Storm <storm@cua.dk>
2996
2997 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2998 (cua-paste): Handle clipboard action.
2999 (cua--init-keymaps): Remap clipboard-kill-region and
3000 clipboard-kill-ring-save.
3001
3002 2005-05-08 Eli Zaretskii <eliz@gnu.org>
3003
3004 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3005 Improve commentary.
3006
3007 * simple.el (next-error-overlay-arrow-position): Revert the change
3008 made on 2005-04-30.
3009
3010 2005-05-07 Jay Belanger <belanger@truman.edu>
3011
3012 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3013 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3014 `calc-sel-reselect'.
3015
3016 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3017 Calc is in embedded mode.
3018
3019 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3020
3021 * progmodes/compile.el (compilation-setup):
3022 Set overlay-arrow-string to an empty string on text terminals.
3023
3024 * textmodes/ispell.el (ispell-program-name): Try looking for
3025 "aspell" along exec-path, and if found, use it as the default
3026 speller program.
3027
3028 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3029
3030 * international/mule.el (sgml-xml-auto-coding-function):
3031 Recognize encoding='FOO' in single quotes as well as in double quotes.
3032
3033 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3034
3035 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3036 as well as `interactive', so that defmacro* would recognize
3037 `declare' forms.
3038
3039 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3040
3041 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3042 Explain more about the LIGHTER arg's usage in the doc string.
3043 Add commentary to clarify what the code does. Fix the regexp that
3044 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3045 since it could have characters special to regular expressions.
3046
3047 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3048
3049 * replace.el (occur-1): Bind inhibit-read-only so that
3050 erase-buffer doesn't barf on read-only text properties (likewise
3051 for add-text-properties in occur-engine). Mark buffer as unmodified.
3052 (occur-engine): Don't set buffer-read-only here.
3053
3054 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3057 list-buffers-directory. This caused the *cvs-commit* buffer to be
3058 sometimes mistakenly reused as a *cvs* buffer.
3059
3060 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * tooltip.el: Move code for GUD tooltips into gud.el.
3063 (require): CL no longer needed to compile case.
3064 (tooltip-mode): Do not toggle functions for GUD tooltips.
3065 (tooltip-gud-tips-p): Remove. Replace with minor mode
3066 gud-tooltip-mode in gud.el.
3067 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3068 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3069 tooltip-gud prefix with gud-tooltip and obsolete.
3070 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3071 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3072 (tooltip-mouse-motion): Mouse movement functions/variable.
3073 Rename in gud.el by adding gud prefix.
3074 (tooltip-gud-original-filter, tooltip-gud-dereference)
3075 (tooltip-gud-event, tooltip-toggle-gud-tips)
3076 (tooltip-gud-process-output, tooltip-gud-print-command)
3077 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3078 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3079 (gdb-tooltip-print): Move to gdb-ui.el.
3080
3081 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3082 (require): CL needed to compile case.
3083 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3084 tooltip-gud-tips-p. Make it a minor-mode.
3085 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3086 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3087 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3088 (gud-tooltip-change-major-mode)
3089 (gud-tooltip-activate-mouse-motions-if-enabled)
3090 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3091 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3092 (gud-tooltip-original-filter, gud-tooltip-dereference)
3093 (gud-tooltip-event, tooltip-toggle-gud-tips)
3094 (gud-tooltip-process-output, gud-tooltip-print-command)
3095 (gud-tooltip-tips): Move from tooltip.el.
3096
3097 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3098 (gdb-cpp-define-alist-flags): Doc fix.
3099 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3100 gud-tooltip-mode is t.
3101
3102 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3105 evaporate if their text is deleted.
3106 (goto-address-at-point): Make it work as a mouse binding as well.
3107 (goto-address-at-mouse): Obsolete it. Update users.
3108
3109 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3110
3111 * calendar/appt.el (top-level): No longer activate on load.
3112
3113 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3116 * net/webjump.el (webjump):
3117 * progmodes/idlw-help.el (idlwave-do-context-help1)
3118 (idlwave-highlight-linked-completions):
3119 * textmodes/po.el (po-find-file-coding-system-guts):
3120 Replace `assoc-ignore-case' by `assoc-string'.
3121
3122 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3123
3124 * files.el (locate-file): Doc fix.
3125
3126 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3127 Remove the redundant test for ms-dos.
3128
3129 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3130 look for the preprocessor with exec-suffixes. If not found in
3131 standard places, look in exec-path. Remove most of the tests that
3132 used system-type.
3133
3134 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3135
3136 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3137
3138 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3139 file-name clash with jka-compr.el on 8+3 filesystems.
3140
3141 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3142
3143 * term/mac-win.el: Don't define or bind scroll bar functions if
3144 x-toolkit-scroll-bars is t.
3145 (x-select-text, x-get-selection-value):
3146 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3147 (PRIMARY): Put mac-scrap-name property.
3148 (mac-select-convert-to-file-url): New function.
3149 (public.file-url): New selection target type. Add to
3150 selection-converter-alist.
3151 (x-get-selection, x-selection-value): Handle it.
3152 (x-cut-buffer-or-selection-value): New alias.
3153
3154 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3155
3156 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3157 entry to avoid calling bibtex-find-entry with arg global
3158 being t. Remove arg key.
3159 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3160 (bibtex-copy-summary-as-kill): Change accordingly.
3161
3162 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3165 (org-agenda-date-later): Use with-current-buffer.
3166
3167 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3168
3169 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3170 (define-obsolete-variable-alias): Doc Fixes.
3171
3172 2005-05-06 Kim F. Storm <storm@cua.dk>
3173
3174 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3175 vertical-motion when selective-display is active.
3176
3177 * ido.el (ido-setup-hook): New hook.
3178 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3179 (ido-input-stack): New var.
3180 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3181 ido-next-work-file binding to M-O.
3182 Bind M-f to ido-wide-find-file-or-pop-dir.
3183 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3184 (ido-read-internal): Run ido-setup-hook.
3185 Catch quit in read-file-name and read-string to cancel edit.
3186 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3187 Automatically pop-all when completing a directory name (RET).
3188 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3189 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3190 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3191 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3192 New functions for M-b/M-f to move among the directory components.
3193 (ido-make-merged-file-list): Catch quit to cancel merge.
3194 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3195 (ido-completion-help): No warnings for ido-completion-buffer-full.
3196
3197 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3198
3199 * font-lock.el (font-lock-negation-char-face): New face and variable.
3200 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3201 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3202 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3203 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3204
3205 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3208 Fix typo in docstring.
3209
3210 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3211 (ebrowse-print-statistics-line)
3212 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3213
3214 * term/w32-win.el (image-library-alist): Add additional name for
3215 Xpm library.
3216
3217 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3218
3219 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3220 use gcc instead of cpp.
3221
3222 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3223 (gdb-create-define-alist): Use it.
3224 (gdb-cpp-define-alist-program): Update for MS-DOS.
3225
3226 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3227
3228 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3229
3230 2005-05-04 Richard M. Stallman <rms@gnu.org>
3231
3232 * help.el (describe-key): No error when UNTRANSLATED is nil.
3233
3234 * simple.el (line-move-1): Fix previous change to signal errors
3235 appropriately.
3236
3237 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3238
3239 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3240 (icalendar-duration-correction): Remove.
3241 (icalendar--get-event-properties): Split result at commas.
3242 (icalendar--decode-isoduration): New optional argument
3243 DURATION-CORRECTION.
3244 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3245 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3246 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3247 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3248 (icalendar--convert-anniversary-to-ical): New functions, extracted
3249 from icalendar-export-region, with bug fixes.
3250 (icalendar-export-region): Use the above functions.
3251 (icalendar-import-buffer): Check before saving diary file.
3252 (icalendar--convert-recurring-to-diary)
3253 (icalendar--convert-non-recurring-all-day-to-diary)
3254 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3255 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3256 (icalendar--convert-ical-to-diary): Use the above functions.
3257
3258 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3261 Remove these recent additions.
3262 (c-mode): Restore to before 2005-04-28.
3263
3264 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3265 recent addition.
3266
3267 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3268 (gdb-define-alist): New variables.
3269 (gdb-create-define-alist): New function.
3270 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3271 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3272 with string-to-number.
3273 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3274
3275 * progmodes/gud.el: Replace string-to-int with string-to-number.
3276 (gud-find-file): Handle gdb-define-alist.
3277
3278 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3279
3280 2005-05-02 Jay Belanger <belanger@truman.edu>
3281
3282 * calc/calc-aent.el (math-read-token):
3283 * calc/calc-bin.el (calc-word-size):
3284 * calc/calc-ext.el (calc-read-number-fancy):
3285 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3286 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3287 * calc/calc-frac.el (calc-over-notation):
3288 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3289 (calc-graph-num-points, calc-graph-init):
3290 * calc/calc-prog.el (calc-read-parse-table-part)
3291 (calc-edit-macro-repeats):
3292 * calc/calc-yank.el (calc-do-grab-rectangle):
3293 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3294 Replace `string-to-int' by `string-to-number'.
3295
3296 2005-05-02 Kim F. Storm <storm@cua.dk>
3297
3298 * kmacro.el: Use executing-kbd-macro-index variable.
3299
3300 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3301
3302 * net/rlogin.el (rlogin-parse-words): Delete func.
3303 (rlogin): Use split-string, not rlogin-parse-words.
3304 Also, if there are option-like elements in the parsed args,
3305 take the host to be the first arg immediately following them.
3306 Suggested by Michael Mauger.
3307
3308 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3309
3310 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3311
3312 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3313
3314 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3315 (cc-mode-cpp-program): Rename to cc-define-list-program and
3316 move to cc-vars.el.
3317
3318 * progmodes/cc-vars.el (cc-define-list-program):
3319 Change to "gcc -E -dM -". Make customizable.
3320
3321 2005-05-02 Kim F. Storm <storm@cua.dk>
3322
3323 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3324
3325 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3326
3327 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3328
3329 * international/mule-util.el (truncate-string): Remove alias and
3330 obsolete declaration.
3331
3332 * international/mule-cmds.el (update-iso-coding-systems):
3333 Remove alias and obsolete declaration.
3334
3335 * international/mule.el (coding-system-parent): Remove alias and
3336 obsolete declaration.
3337
3338 * subr.el (define-function, sref): Remove aliases and obsolete
3339 declarations.
3340 (chars-in-region): Remove obsolete declaration.
3341
3342 2005-05-01 Richard M. Stallman <rms@gnu.org>
3343
3344 * info.el (Info-mode): Set widen-automatically to nil, locally.
3345
3346 * simple.el (widen-automatically): New variable.
3347 (pop-global-mark): Obey widen-automatically.
3348
3349 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3350
3351 * term/xterm.el (function-key-map): Call substitute-key-definition
3352 before the keymap size is increased by a lot of define-key calls.
3353
3354 2005-05-01 Richard M. Stallman <rms@gnu.org>
3355
3356 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3357 Rename ARG to ELEMENT. Doc fix.
3358
3359 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3360
3361 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3362 Remove references to allout-exposure/change to allout-new-exposure.
3363
3364 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3365 bytecode symbols.
3366
3367 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3368 (compiled-function-p, focus-frame, unfocus-frame):
3369 Remove aliases and obsolete declarations.
3370 Back out inadvertent changes from previous commit.
3371
3372 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3373
3374 * files.el (require-final-newline): Make Custom tags consistent
3375 with mode-require-final-newline.
3376 (mode-require-final-newline): Doc fix.
3377
3378 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * international/latexenc.el (latexenc-find-file-coding-system):
3381 Fix regular expressions.
3382
3383 2005-05-01 David Kastrup <dak@gnu.org>
3384
3385 * international/latexenc.el (latexenc-find-file-coding-system):
3386 Fix regular expressions.
3387
3388 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * subr.el (string-to-int): Make obsolete.
3391
3392 2005-04-30 Richard M. Stallman <rms@gnu.org>
3393
3394 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3395
3396 * loadup.el: load jka-comp-hook.
3397
3398 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3399 (jka-compr-handler): Add autoload. `put' calls moved
3400 to jka-comp-hook.el.
3401 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3402 (jka-compr-inhibit): Autoload.
3403
3404 * jka-comp-hook.el: New file.
3405 Enable the mode by default.
3406
3407 * files.el (backup-buffer-copy): Use copy-file instead
3408 of write-region, and put back the 'excl.
3409
3410 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3411
3412 * progmodes/flymake.el (flymake-split-string)
3413 (flymake-split-string, flymake-log, flymake-pid-to-names)
3414 (flymake-reg-names, flymake-get-source-buffer-name)
3415 (flymake-unreg-names, flymake-add-line-err-info)
3416 (flymake-add-err-info): Clarify docstrings.
3417 (flymake-popup-menu, flymake-make-emacs-menu)
3418 (flymake-make-xemacs-menu): Add docstrings.
3419 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3420 Set variables directly throughout.
3421
3422 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3425 exists. Initialise cc-define-alist.
3426 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3427 If there is no file (Macroexpansion) don't create an alist.
3428
3429 2005-04-29 Sam Steingold <sds@gnu.org>
3430
3431 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3432 (cc-create-define-alist): Use it instead of the hard-coded string.
3433
3434 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3437 for latexenc.
3438
3439 2005-04-29 Lute Kamstra <lute@gnu.org>
3440
3441 * emacs-lisp/generic.el: Improve commentary section.
3442 (define-generic-mode): Improve docstring.
3443
3444 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3445
3446 * textmodes/org.el (many places): Change to quiet the byte compiler.
3447 (org-prefix-format-compiled): New variable.
3448 (org-compile-prefix-format): New function.
3449 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3450 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3451 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3452 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3453 consistency with entries from `org-mode' files.
3454 (org-get-time-of-day): Fix bug with partial matches early in a line.
3455 (org-non-link-chars): New constant.
3456 (org-link-regexp): Respect `org-non-link-chars'.
3457 (org-agenda-day-view): Remove command.
3458 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3459 (org-follow-bbdb-link, org-store-link): Search also company field.
3460 (org-highlight-overlay): New variable.
3461 (org-highlight, org-unhighlight): New functions.
3462 (org-agenda-mode): Add pre-command-hook to remove highlight.
3463 (org-evaluate-time-range): Behavior depends upon whether time stamp
3464 contains a time or not.
3465 (org-show-subtree, org-show-entry): New functions.
3466 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3467
3468 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3469
3470 * comint.el (comint-output-filter-functions): Add autoload cookie.
3471
3472 2005-04-28 Kim F. Storm <storm@cua.dk>
3473
3474 * ido.el (ido-everywhere): Fix last change.
3475
3476 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3477
3478 * international/latexenc.el: New file.
3479 * international/mule-conf.el (file-coding-system-alist): For .tex,
3480 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3481
3482 2005-04-28 Lute Kamstra <lute@gnu.org>
3483
3484 * font-lock.el (font-lock-add-keywords)
3485 (font-lock-remove-keywords): Clarify docstring.
3486 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3487 Don't start docstrings with a `*'.
3488 (font-lock-update-removed-keyword-alist): Give it a docstring.
3489
3490 * generic-x.el: Update commentary section.
3491 Only require font-lock when compiling.
3492 Define all modes conditionally.
3493 Place all generic modes in the generic-x-modes customization group.
3494 (generic-x-modes): New customization group.
3495 (generic-default-modes, generic-mswindows-modes)
3496 (generic-unix-modes, generic-other-modes): New constants.
3497 (generic-define-mswindows-modes, generic-define-unix-modes):
3498 Update docstrings. Make them obsolete.
3499 (generic-extras-enable-list): New default value. Update docstring.
3500 Improve :type. Change :set function.
3501 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3502 Fix docstring.
3503
3504 * emacs-lisp/generic.el (generic-mode-internal):
3505 Simplify font-lock-defaults.
3506 (define-generic-mode): Fix docstring.
3507
3508 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3509
3510 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3511 font-lock-face property to highlight matches.
3512
3513 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3514
3515 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3516 (cc-define-alist): New variable.
3517 (c-mode): Make it local and initialise it.
3518
3519 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3520 (gdb-exited): New function.
3521 (gdb-annotation-rules): Use it.
3522 (gdb-starting): Set gdb-active-process to t.
3523 (gdb-stopping): Amend doc string.
3524 (gdb-reset): Set gdb-active-process to nil.
3525
3526 * tooltip.el (tooltip-gud-tips): Show the associated #define
3527 directives when a C program under GDB is not executing.
3528
3529 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3532 font-lock-fontify-syntactic-keywords.
3533
3534 * font-lock.el (font-lock-default-fontify-region): Don't force
3535 parse-sexp-lookup-properties to nil.
3536
3537 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3538
3539 * man.el (man-mode-syntax-table): Set up `:' to have
3540 word-constituent syntax.
3541
3542 2005-04-27 Lute Kamstra <lute@gnu.org>
3543
3544 * novice.el (disable-command): Don't add spurious newlines to the
3545 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3546
3547 2005-04-26 Jay Belanger <belanger@truman.edu>
3548
3549 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3550 than one window before deleting window.
3551
3552 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3553
3554 * shell.el (shell-prompt-pattern): Doc fix.
3555 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3556
3557 * comint.el (comint-prompt-regexp, comint-get-old-input)
3558 (comint-use-prompt-regexp)
3559 (comint-use-prompt-regexp-instead-of-fields)
3560 (comint-replace-by-expanded-history, comint-send-input)
3561 (comint-output-filter, comint-get-old-input-default)
3562 (comint-line-beginning-position, comint-bol, comint-show-output)
3563 (comint-backward-matching-input, comint-forward-matching-input)
3564 (comint-next-prompt, comint-previous-prompt):
3565 Rename `comint-use-prompt-regexp-instead-of-fields' to
3566 `comint-use-prompt-regexp'. Keep old name as alias and declare
3567 obsolete.
3568 (comint-use-prompt-regexp): Shorten first line of doc string.
3569
3570 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3571 Set paragraph-separate buffer locally to "\\'".
3572
3573 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3574 Adapt to above name change.
3575
3576 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3577 (smbclient-prompt-regexp): Ditto.
3578
3579 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3580
3581 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3582
3583 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3584 gdb-location-list.
3585 Break lines that are over 80 characters wide.
3586
3587 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3590 New fun and var, to preserve compatibility.
3591
3592 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3593
3594 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3595
3596 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3597 name to file-newer-than-file-p.
3598
3599 2005-04-26 Richard M. Stallman <rms@gnu.org>
3600
3601 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3602
3603 * progmodes/python.el (python-mode):
3604 Use new name eldoc-documentation-function.
3605
3606 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3607
3608 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3609 (eldoc-documentation-function):
3610 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3611
3612 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3613
3614 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3615
3616 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3617
3618 * term/xterm.el (function-key-map): Fix strings for
3619 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3620 {C,S,A,C-S}-{f1-f12}.
3621
3622 2005-04-26 Kenichi Handa <handa@m17n.org>
3623
3624 * international/mule-cmds.el (select-safe-coding-system):
3625 Fix previous change.
3626
3627 2005-04-26 Lute Kamstra <lute@gnu.org>
3628
3629 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3630
3631 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3632 (font-lock-comment-delimiter-face): Ditto.
3633
3634 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3635
3636 2005-04-25 Jay Belanger <belanger@truman.edu>
3637
3638 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3639 to t while inserting information; use help-mode.
3640
3641 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * term.el (ansi-term-color-vector): Use the xterm colors.
3644 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3645
3646 2005-04-25 Lute Kamstra <lute@gnu.org>
3647
3648 * font-core.el (font-lock-defaults): Fix docstring.
3649
3650 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3651
3652 2005-04-25 Kenichi Handa <handa@m17n.org>
3653
3654 * international/mule-cmds.el (select-safe-coding-system):
3655 Don't check consistency with coding: spec, etc if raw-text or
3656 no-conversion was found to be safe.
3657
3658 2005-04-24 Richard M. Stallman <rms@gnu.org>
3659
3660 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3661 citation markers at start of each line.
3662
3663 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3664 citation markers at start of each line.
3665
3666 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3667
3668 * files.el (mode-require-final-newline): Fix previous change.
3669 (require-final-newline): Fix type label.
3670
3671 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3672
3673 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3674 statement in buffer (broken by 2004-11-24 change).
3675
3676 2005-04-24 Kim F. Storm <storm@cua.dk>
3677
3678 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3679 and read-file-name-function values. Don't overwrite existing
3680 non-nil values if ido-mode is enabled without ido-everywhere.
3681
3682 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3683
3684 * files.el (mode-require-final-newline): Minor doc fix.
3685
3686 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3687
3688 * subr.el (syntax-after): Doc fix.
3689 (syntax-class): If argument is nil, return nil. Mask off upper 16
3690 bits, not 8 bits.
3691
3692 * files.el (mode-require-final-newline): Doc fix.
3693 (backup-buffer-copy): Fix last change.
3694
3695 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3696
3697 * term/mac-win.el: Require select. Set selection-coding-system to
3698 mac-system-coding-system. Call menu-bar-enable-clipboard.
3699 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3700 (x-select-enable-clipboard): New variables.
3701 (x-select-text, x-get-selection, x-selection-value)
3702 (x-get-selection-value, mac-select-convert-to-string)
3703 (mac-services-open-file, mac-services-open-selection)
3704 (mac-services-insert-text): New functions.
3705 (CLIPBOARD, FIND): Put mac-scrap-name property.
3706 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3707 (public.tiff): Put mac-ostype property.
3708 (selection-converter-alist): Add entries for them.
3709 (mac-application-menu-map): New keymap.
3710 (interprogram-cut-function, interprogram-paste-function): Set to
3711 x-select-text and x-get-selection-value, respectively.
3712 (split-window-keep-point): Set to t.
3713
3714 2005-04-23 Richard M. Stallman <rms@gnu.org>
3715
3716 * files.el (read-directory-name): Always pass non-nil
3717 DEFAULT-FILENAME arg to read-file-name.
3718 (backup-buffer-copy, basic-save-buffer-2): Take care against
3719 writing thru an unexpected existing symlink.
3720 (revert-buffer): In indirect buffer, revert the base buffer.
3721 (magic-mode-alist): Doc fix.
3722 (buffer-stale-function): Doc fix.
3723 (minibuffer-with-setup-hook): Avoid warning.
3724 (mode-require-final-newline): Doc and custom fix.
3725
3726 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3727
3728 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3729 use the default appearance.
3730 (font-lock-comment-delimiter-face): New face, new variable.
3731
3732 * imenu.el (imenu--generic-function): The official position of a
3733 definition is the start of the line that BEG is in.
3734
3735 * midnight.el (midnight-timer): Move defvar up.
3736
3737 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3738
3739 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3740
3741 * startup.el (command-line): Use with-no-warnings.
3742
3743 * window.el (window-size-fixed): New defvar.
3744
3745 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3746
3747 * mail/rmail.el (rmail-font-lock-keywords):
3748 Use font-lock-comment-delimiter-face.
3749
3750 * mail/sendmail.el (mail-font-lock-keywords):
3751 Use font-lock-comment-delimiter-face.
3752
3753 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3754
3755 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3756
3757 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3758 Specify t for LAXMATCH when matching directories.
3759 Save match data around compilation-compat-error-properties form.
3760
3761 2005-04-23 David Kastrup <dak@gnu.org>
3762
3763 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3764 Mention that the autoloaded aliases should be kept for AUCTeX.
3765
3766 2005-04-23 Andreas Schwab <schwab@suse.de>
3767
3768 * isearch.el (isearch-forward): Doc fix.
3769
3770 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3771
3772 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3773 (jit-lock-stealth-nice): Change default value to 0.5.
3774
3775 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3776
3777 * abbrev.el (write-abbrev-file): Write table entries in
3778 alphabetical order by table name.
3779
3780 2005-04-22 Kim F. Storm <storm@cua.dk>
3781
3782 * ido.el (ido-read-internal): Fix `list' completion.
3783
3784 2005-04-22 Kenichi Handa <handa@m17n.org>
3785
3786 * recentf.el (recentf-save-file-coding-system): New variable.
3787 (recentf-save-list): Encode the file by
3788 recentf-save-file-coding-system and add coding: tag.
3789
3790 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3791
3792 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3793
3794 2005-04-21 Lute Kamstra <lute@gnu.org>
3795
3796 * loadhist.el (unload-feature): Don't remove a function from hooks
3797 if it is about to be restored to an autoload . Remove functions
3798 that will become unbound from auto-mode-alist. Simplify the code.
3799
3800 * subr.el (assq-delete-all): New implementation that is linear,
3801 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3802 (rassq-delete-all): New function.
3803
3804 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3805 Add size-indication-mode.
3806
3807 2005-04-21 Kenichi Handa <handa@m17n.org>
3808
3809 * international/mule-cmds.el: Add autoload for widget-value in
3810 eval-when-compile.
3811
3812 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3813
3814 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3815 Add tooltip-mode.
3816
3817 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3818
3819 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3820
3821 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3822 (inferior-lisp-filter-regexp, inferior-lisp-program)
3823 (inferior-lisp-load-command, inferior-lisp-prompt)
3824 (inferior-lisp-mode-hook, lisp-source-modes)
3825 (inferior-lisp-load-hook): defvar->defcustom.
3826 (inferior-lisp-program, inferior-lisp-prompt)
3827 (inferior-lisp-load-hook): Doc fixes.
3828 (inferior-lisp-install-letter-bindings): Small change in
3829 introductory comment.
3830
3831 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3832
3833 * vc.el (vc-annotate-color-map): Change some colors so that text
3834 using them as foreground is readable on both white and black
3835 backgrounds.
3836
3837 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * international/mule-conf.el (translation-table-for-input):
3840 Remove redundant declaration.
3841
3842 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3845
3846 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3847 (tooltip-toggle-gud-tips): New function.
3848
3849 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3850
3851 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3852 right angle brackets.
3853
3854 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3857
3858 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3861 Remove. Update callers to use expand-file-name instead.
3862
3863 * subr.el (syntax-class): New function.
3864
3865 * simple.el (blink-matching-open): Use it.
3866
3867 * paren.el (show-paren-function): Use it to recognize parens that are
3868 also used in 2-char comment markers.
3869
3870 2005-04-19 Lute Kamstra <lute@gnu.org>
3871
3872 * loadhist.el (unload-feature): Update for new format of
3873 load-history. Simplify the code.
3874
3875 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3876
3877 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3878 (mac-add-charset-info): New function. Initialize variable
3879 mac-charset-info-alist using it.
3880 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3881 for translation.
3882 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3883 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3884 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3885 New CCL programs.
3886
3887 2005-04-19 Kim F. Storm <storm@cua.dk>
3888
3889 * simple.el (next-buffer, prev-buffer, next-error)
3890 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3891 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3892
3893 * bindings.el (next-buffer, prev-buffer, next-error)
3894 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3895 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3896 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3897 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3898
3899 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * isearch.el (isearch-edit-string): Make the search-ring available for
3902 minibuffer history commands.
3903 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3904 the default history commands now work just as well.
3905 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3906
3907 2005-04-18 Kim F. Storm <storm@cua.dk>
3908
3909 * emulation/cua-base.el (cua--pre-command-handler): Add more
3910 elaborate check for shift modifier on non-window systems.
3911
3912 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3913
3914 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3915
3916 2005-04-18 Kim F. Storm <storm@cua.dk>
3917
3918 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3919 and make it optional. Don't test tooltip-gud-echo-area here.
3920 (tooltip-gud-process-output, gdb-tooltip-print):
3921 Pass tooltip-gud-echo-area to tooltip-show.
3922 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3923
3924 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3925
3926 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3927 `display-graphic-p' may not be bound yet.
3928
3929 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * startup.el (command-line): No longer enable Xterm Mouse mode by
3932 default in terminals compatible with xterm.
3933
3934 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3935
3936 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3937
3938 * tooltip.el (tooltip-gud-echo-area): Rename from
3939 tooltip-use-echo-area.
3940 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3941 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3942 area independently of where help tooltips are displayed.
3943
3944 2005-04-17 David Kastrup <dak@gnu.org>
3945
3946 * cus-theme.el (custom-theme-write-variables): Quote variables
3947 where necessary.
3948
3949 2005-04-17 Richard M. Stallman <rms@gnu.org>
3950
3951 * simple.el (yank-excluded-properties): Add follow-link to value.
3952
3953 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3954
3955 * startup.el (fancy-splash-max-time): Just 30 seconds.
3956 (fancy-splash-delay): Just 7.
3957 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3958
3959 * loadhist.el (unload-feature): Update for new format of load-history.
3960 Simplify the code.
3961
3962 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3963 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3964
3965 * mail/sendmail.el (mail-font-lock-keywords):
3966 Don't fontify subject text.
3967 Don't fontify the text of a citation.
3968
3969 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3970
3971 * comint.el (comint-output-filter): Run comint-output-filter-functions
3972 with point where the user had it.
3973
3974 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * international/ucs-tables.el (ucs-set-table-for-input):
3977 Disable when using unify-on-decoding.
3978
3979 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3980
3981 * emulation/cua-base.el (cua-global-mark-face): Add special case
3982 for displays supporting a high number of colors.
3983
3984 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3985
3986 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3987
3988 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3989
3990 * filesets.el (filesets-add-buffer): If user supplies a name of a
3991 non-existing fileset, create a new fileset.
3992
3993 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3994
3995 * textmodes/org.el (org-up-heading-all): Fix bug with
3996 `outline-up-heading-all'.
3997
3998 2005-04-16 Andreas Schwab <schwab@suse.de>
3999
4000 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
4001 /etc/permissions.d/* and /etc/aliases.d/*.
4002
4003 2005-04-16 Kenichi Handa <handa@m17n.org>
4004
4005 * international/code-pages.el (cp-make-coding-system):
4006 Set `translation-table-for-input' property value to the symbol
4007 ucs-mule-to-mule-unicode, not to that value.
4008 (pt154): Escape guillemet by `\'.
4009
4010 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4011
4012 * loadup.el: Load tooltip if x-show-tip is fboundp.
4013
4014 * startup.el (command-line): Add comment.
4015
4016 * tooltip.el (tooltip-mode): Specify correct standard value for
4017 Custom in init-value.
4018
4019 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4020
4021 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4022 possible.
4023
4024 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * textmodes/org.el (org-agenda-date-prompt): Rename from
4027 `org-agenda-date-today'.
4028 (org-evaluate-time-range): Insert at point instead of directly
4029 after time range.
4030 (org-first-headline-recenter, org-subtree-end-visible-p)
4031 (org-optimize-window-after-visibility-change): New functions
4032 (org-agenda-post-command-hook): Don't allow point at end of line,
4033 to make sure it always hits the text properties.
4034 (org-agenda-next-date-line, org-agenda-previous-date-line):
4035 New commands.
4036 (org-set-regexps-and-options): Category may contain white space.
4037 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4038 Improve marker positions.
4039 (org-agenda-new-marker): Argument POS made optional.
4040 (org-agenda-get-timestamps): Deadlines which are done are listed
4041 in org-done-face now.
4042 (org-agenda-get-todos, org-agenda-get-timestamps)
4043 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4044 Set `undone-face' and `done-face' properties.
4045 (org-last-todo-state-is-todo): New variable.
4046 (org-todo): Set `org-last-todo-state-is-todo'.
4047 (org-agenda-todo): Change face according to
4048 `org-last-todo-state-is-todo'. And change other lines refering to
4049 the same entry.
4050 (org-calendar-goto-agenda): New command.
4051 (org-calendar-to-agenda-key): New option.
4052 (org-startup-folded): New allowed value `content'.
4053 (org-set-regexps-and-options): Accept new value `content' for
4054 `org-startup-folded'.
4055 (org-get-current-options): Handle new value `content' for
4056 `org-startup-folded'.
4057 (org-insert-todo-heading): New command.
4058 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4059 interactively in empty file and option
4060 `org-insert-mode-line-in-empty-file' has been set.
4061 (org-agenda-todo,org-agenda-priority): Modify to use
4062 `org-agenda-change-all-lines'.
4063 (org-warning-face): Change color on dark background
4064
4065 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4066
4067 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4068 use preferences AppleLocale and AppleLanguages, and variable
4069 mac-system-locale for default locale. On Mac OS Classic, use
4070 mac-system-coding-system for default coding systems.
4071
4072 * term/mac-win.el: Don't set file-name-coding-system.
4073 Decode variables system-name, emacs-build-system, user-login-name, and
4074 user-full-name by mac-system-coding-system on Mac OS Classic.
4075 (mac-system-coding-system): New variable.
4076
4077 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4078
4079 * startup.el (command-line): Handle `xterm-mouse-mode' before
4080 reading init file.
4081
4082 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4083
4084 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4085
4086 * progmodes/sh-script.el (sh-here-document-word): Make it a
4087 defcustom. Doc fix.
4088 (sh-add): Bash uses $(( )) for arithmetic.
4089 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4090 (sh-maybe-here-document): Remove quotes and leading whitespace
4091 from heredoc word when closing. Indent heredoc with tabs if word
4092 starts with "-".
4093
4094 2005-04-13 Richard M. Stallman <rms@gnu.org>
4095
4096 * simple.el (undo): Fix previous change.
4097
4098 * custom.el (defface): Doc fix.
4099
4100 2005-04-13 Lute Kamstra <lute@gnu.org>
4101
4102 * Makefile.in (DONTCOMPILE): Remove list.
4103 (compile, compile-always): Don't use DONTCOMPILE.
4104 (update-authors): Load the library in which batch-update-authors
4105 is defined.
4106 * makefile.w32-in (DONTCOMPILE): Remove list.
4107 (compile, compile-always): Fix comments.
4108 (update-authors): Load the library in which batch-update-authors
4109 is defined.
4110
4111 * generic-x.el (generic-mode-ini-file-find-file-hook):
4112 Rename to ini-generic-mode-find-file-hook.
4113 Keep generic-mode-ini-file-find-file-hook as an alias.
4114 (ini-generic-mode-find-file-hook): Rename from
4115 generic-mode-ini-file-find-file-hook. Fix docstring.
4116 (ini-generic-mode): Docstring change.
4117 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4118
4119 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4120 called from lisp.
4121
4122 * generic.el: Move to the emacs-lisp subdir.
4123
4124 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4127 and C-S- function and cursor motion keys.
4128
4129 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4130
4131 * startup.el (command-line): Enable Xterm Mouse mode by default.
4132 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4133 for Custom. No longer show "Mouse" in mode line when enabled.
4134 Doc fix.
4135
4136 2005-04-12 Kim F. Storm <storm@cua.dk>
4137
4138 * emulation/cua-base.el (cua-rectangle-face)
4139 (cua-rectangle-noselect-face): Define face attributes here.
4140
4141 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4142
4143 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4144
4145 * startup.el (command-line): Turn off blinking cursor if
4146 cursorBlink in resources is off or false.
4147
4148 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4149
4150 * term/mac-win.el (dnd): Require dnd.
4151 (mac-drag-n-drop): Call dnd-handle-one-url.
4152 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4153 (kTextEncodingISOLatin2): Remove constants.
4154 (mac-script-code-coding-systems): New constant.
4155 (mac-handle-language-change): New function.
4156 (special-event-map): Bind it to `language-change' event.
4157 (mac-centraleurroman, mac-cyrillic): New coding systems.
4158 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4159 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4160 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4161 encode-mac-cyrillic, respectively.
4162
4163 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4164
4165 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4166 Don't set overlay-arrow-string to "=>" as this is done
4167 globally in C now.
4168
4169 2005-04-12 Lute Kamstra <lute@gnu.org>
4170
4171 * generic-x.el (rc-generic-mode, rul-generic-mode):
4172 Fix auto-mode-alist entries.
4173 (etc-fstab-generic-mode): Tweak fontification.
4174
4175 * generic.el (generic-make-keywords-list): Fix docstring.
4176 (generic-mode-internal): Simplify generic-font-lock-keywords.
4177
4178 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4179
4180 * whitespace.el (whitespace-buffer-leading)
4181 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4182 However, fix the highlight area for the leading and
4183 trailing whitespaces to show space.
4184
4185 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4186
4187 * whitespace.el (whitespace-version): Bump to 3.5
4188
4189 (whitespace-buffer-leading, whitespace-buffer-trailing):
4190 Invert sense of the test to highlight the whitespace.
4191
4192 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4193
4194 * progmodes/gud.el (gud-display-line): GUD uses its own
4195 overlay arrow now so don't set overlay-arrow-string.
4196 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4197
4198 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4199
4200 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4201 (term-ansi-current-reverse, term-ansi-current-invisible)
4202 (term-ansi-face-already-done): Change to boolean.
4203 (term-reset-terminal, term-handle-colors-array): Handle the above
4204 vars accordingly.
4205 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4206 (term-emulate-terminal): Use the new name.
4207
4208 * faces.el (secondary-selection): Use yellow1, not yellow.
4209 (trailing-whitespace): Use red1, not red.
4210
4211 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4212
4213 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4214 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4215 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4216
4217 * cus-edit.el (dnd): New group.
4218
4219 * term/w32-win.el (dnd): Require dnd
4220 (w32-drag-n-drop): Call dnd-handle-one-url.
4221
4222 * x-dnd.el: Require dnd.
4223 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4224 Call dnd-handle-one-url.
4225 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4226 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4227 to dnd-insert-text.
4228 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4229 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4230 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4231 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4232
4233 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4234
4235 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4236
4237 * wdired.el: Doc fixes.
4238 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4239 (wdired-use-dired-vertical-movement): Rename from
4240 wdired-always-move-to-filename-beginning.
4241 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4242 (wdired-change-to-wdired-mode): Change mode name.
4243 (wdired-newline): Delete.
4244
4245 2005-04-11 Richard M. Stallman <rms@gnu.org>
4246
4247 * whitespace.el (whitespace-highlight-the-space):
4248 Don't call whitespace-unhighlight-the-space here.
4249
4250 * simple.el (undo): Record t in undo-equiv-table
4251 for the redo record made by an undo-in-region.
4252
4253 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4254
4255 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4256 (gdb-frame-inferior-io-buffer): New Functions to control
4257 display of separate IO buffer.
4258 (menu): Add them to menu-bar.
4259 (gdb-display-buffer): Check for buffer another frame.
4260 Protect GUD buffer.
4261 (gdb-setup-windows): Create IO buffer if not already there.
4262 (gdb-memory-mode): Remove purecopy noops.
4263
4264 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4265
4266 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4267 and pass to self-insert-command.
4268
4269 2005-04-11 Lute Kamstra <lute@gnu.org>
4270
4271 * generic.el: Commentary section cleanup.
4272 (generic): Delete.
4273 (generic-use-find-file-hook, generic-lines-to-scan)
4274 (generic-find-file-regexp, generic-ignore-files-regexp)
4275 (default-generic-mode, generic-mode-find-file-hook)
4276 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4277 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4278 (generic-use-find-file-hook, generic-lines-to-scan)
4279 (generic-find-file-regexp, generic-ignore-files-regexp)
4280 (default-generic-mode, generic-mode-find-file-hook)
4281 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4282
4283 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4284
4285 * bookmark.el (bookmark-write-file): Catch errors writing file.
4286 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4287
4288 2005-04-10 Richard M. Stallman <rms@gnu.org>
4289
4290 * startup.el (fancy-splash-tail): Update copyright year.
4291 (command-line): Split part of -Q into -D.
4292 (emacs-basic-display): New defvar.
4293 (fancy-splash-text): Correct name of menu item.
4294
4295 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4296
4297 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4298 lines in one node.
4299
4300 * comint.el (comint-send-input): New arg ARTIFICIAL.
4301 Callers in this file changed.
4302
4303 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4304
4305 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4306
4307 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4310 `ldap-search-internal'.
4311
4312 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * files.el (set-auto-mode-1): Use line-end-position.
4315
4316 * international/latin-1.el:
4317 * international/latin-2.el:
4318 * international/latin-3.el:
4319 * international/latin-4.el:
4320 * international/latin-5.el:
4321 * international/latin-8.el:
4322 * international/latin-9.el: Give punctuation syntax to NBSP.
4323
4324 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4325 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4326 Use char-classes to accept non-ascii letters, accepted in some recent
4327 bibtex implementations.
4328
4329 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4330
4331 * custom.el (custom-set-minor-mode): Any non-nil value for the
4332 variable should enable the mode when set through Custom.
4333
4334 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4337 TAB binding so tab-always-indent is obeyed.
4338 (vhdl-minibuffer-local-map): Move initialization into declaration.
4339 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4340 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4341 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4342 (vhdl-current-line): Use line-beginning-position.
4343 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4344 with-output-to-temp-buffer, so the current position can be recorded.
4345
4346 2005-04-10 Masatake YAMATO <jet@gyve.org>
4347
4348 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4349 Add regexp for gcov.
4350
4351 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4352
4353 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4354 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4355 syntax which Emacs 20 doesn't support.
4356
4357 2005-04-09 Richard M. Stallman <rms@gnu.org>
4358
4359 * help.el (describe-key-briefly, describe-key):
4360 Replace strings as event types with "(any string)".
4361
4362 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * arc-mode.el (archive-mode-map): Move initialization into
4365 the declaration. Override *all* bindings of `undo'.
4366 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4367
4368 2005-04-09 Jay Belanger <belanger@truman.edu>
4369
4370 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4371
4372 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4373
4374 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4375 (xterm-register-default-colors): Update color values computation
4376 to match xterm-200.
4377
4378 2005-04-09 Kenichi Handa <handa@m17n.org>
4379
4380 * international/code-pages.el (iso-latin-7): Fix the map.
4381
4382 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4383
4384 * emacs-lisp/lisp.el (defun-prompt-regexp)
4385 (parens-require-spaces, buffer-end, end-of-defun)
4386 (insert-parentheses): Doc fixes.
4387
4388 2005-04-08 Kim F. Storm <storm@cua.dk>
4389
4390 * comint.el (comint-highlight-prompt): Fix face spec.
4391 * hi-lock.el (hi-green): Likewise.
4392
4393 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4394
4395 * cus-edit.el (custom-modified-face):
4396 * comint.el (comint-highlight-input): Fix previous changes.
4397 * term.el (term-handle-ansi-escape): Add a comment.
4398
4399 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4402 in the buffer and in whitespace-highlighted-space.
4403 (whitespace-unhighlight-the-space): Simplify.
4404 (whitespace-buffer): Simplify.
4405
4406 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4407
4408 * textmodes/table.el (table-cell-face): Add special case for
4409 displays supporting a high number of colors.
4410 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4411 (vhdl-font-lock-reserved-words-face)
4412 (vhdl-speedbar-architecture-face)
4413 (vhdl-speedbar-instantiation-face)
4414 (vhdl-speedbar-architecture-selected-face)
4415 (vhdl-speedbar-instantiation-selected-face): Likewise.
4416 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4417 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4418 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4419 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4420 (ebrowse-progress-face): Likewise.
4421 * progmodes/compile.el (compilation-info-face): Likewise.
4422 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4423 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4424 * calendar/calendar.el (diary-face): Likewise.
4425 * woman.el (woman-italic-face, woman-bold-face)
4426 (woman-unknown-face): Likewise.
4427 * wid-edit.el (widget-button-pressed-face): Likewise.
4428 * whitespace.el (whitespace-highlight-face): Likewise.
4429 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4430 * pcvs-info.el (cvs-marked-face): Likewise.
4431 * info.el (info-xref): Likewise.
4432 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4433 * hilit-chg.el (highlight-changes-face)
4434 (highlight-changes-delete-face): Likewise.
4435 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4436 (hi-red-b): Likewise.
4437 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4438 * font-lock.el (font-lock-keyword-face)
4439 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4440 * cus-edit.el (custom-invalid-face, custom-modified-face)
4441 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4442 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4443 * comint.el (comint-highlight-prompt): Likewise.
4444
4445 2005-04-08 Lute Kamstra <lute@gnu.org>
4446
4447 * font-lock.el (font-lock-keywords): Docstring fixes.
4448
4449 2005-04-08 Kenichi Handa <handa@m17n.org>
4450
4451 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4452 chars are more than a limit, print " and more..." at the tail.
4453
4454 2005-04-08 Kim F. Storm <storm@cua.dk>
4455
4456 * emacs-lisp/authors.el (authors-aliases): Update list.
4457 (authors-ignored-files): New list.
4458 (authors-fixed-entries): Fix typo.
4459 (authors-renamed-files-alist): Update list.
4460 (authors-add): Check authors-ignored-files.
4461
4462 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4463
4464 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4465 optional, to ensure backward compatibility.
4466
4467 2005-04-08 Stephen Eglen <stephen@gnu.org>
4468
4469 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4470
4471 2005-04-08 Kim F. Storm <storm@cua.dk>
4472
4473 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4474
4475 * mouse.el (mouse-on-link-p): Doc fix.
4476
4477 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4478
4479 * ielm.el (ielm-prompt-read-only): Doc fix.
4480
4481 * comint.el (comint-prompt-read-only): Doc fix.
4482
4483 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4484
4485 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4486 ensure dired always handles wildcards passed to ffap.
4487 (find-file-at-point): Use it.
4488 (ffap-dired-wildcards): Doc fix.
4489
4490 2005-04-07 Juri Linkov <juri@jurta.org>
4491
4492 * simple.el (next-error-overlay-arrow-position): New defvar.
4493 Put "=>" on its property `overlay-arrow-string'. Add it to
4494 `overlay-arrow-variable-list'.
4495
4496 * progmodes/compile.el (compilation-setup):
4497 Set `next-error-overlay-arrow-position' to nil. Also set it to
4498 nil in the local hook `kill-buffer-hook'. Make local variable
4499 `overlay-arrow-string' and set it to "=>".
4500 (compilation-goto-locus): Set BOL position to
4501 `next-error-overlay-arrow-position' instead of
4502 `overlay-arrow-position'.
4503
4504 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4505 locally instead of adding it to the global hook.
4506 (Info-kill-buffer): Move up.
4507
4508 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4509
4510 * term/xterm.el (xterm-standard-colors): Update color values from
4511 xterm-200.
4512
4513 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4516
4517 * fast-lock.el:
4518 * lazy-lock.el: Move them to the obsolete subdir.
4519
4520 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4521
4522 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4523 (wdired-add-replace-advice): Remove.
4524 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4525
4526 2005-04-06 Kim F. Storm <storm@cua.dk>
4527
4528 * startup.el (command-line): Add --bare-bones alias for -Q.
4529
4530 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4531
4532 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4533 create the startup fontset if a font specification ends with
4534 `mac-roman'.
4535
4536 2005-04-06 Lute Kamstra <lute@gnu.org>
4537
4538 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4539 change.
4540
4541 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4542 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4543
4544 2005-04-05 Lute Kamstra <lute@gnu.org>
4545
4546 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4547 (define-generic-mode): Ditto. Fix debug declaration.
4548
4549 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4550 Put them in the generic-x group.
4551
4552 * calendar/timeclock.el (timeclock): Doc fix.
4553
4554 * generic.el (define-generic-mode): Don't use custom-current-group.
4555 Document default :group value.
4556 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4557 (define-global-minor-mode): Don't use custom-current-group.
4558
4559 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4560
4561 * startup.el (command-line-1): Display startup-echo-area-message
4562 when fancy splash screen is in use.
4563
4564 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4565 (sh-escaped-newline): New face.
4566 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4567 newline, and use sh-escaped-newline face.
4568
4569 * progmodes/tcl.el (tcl-escaped-newline): New face.
4570 (tcl-builtin-list): New variable.
4571 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4572 newlines. Fix keywords subexpression number.
4573
4574 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4575
4576 * textmodes/org.el (org-diary-default-entry): Fix call to
4577 `add-to-diary-entry'.
4578
4579 2005-04-05 Kim F. Storm <storm@cua.dk>
4580
4581 * ediff-init.el: Use (featurep 'xemacs).
4582
4583 2005-04-05 David Ponce <david@dponce.com>
4584
4585 * cus-edit.el (face): Derive from symbol widget. Display sample
4586 of the current face on the fly.
4587 (widget-face-sample-face-get, widget-face-notify): New functions.
4588 (widget-face-value-create): Remove.
4589
4590 * wid-edit.el (widget-field-end): Temporarily remove field
4591 narrowing before to call `get-char-property'.
4592
4593 2005-04-04 Jay Belanger <belanger@truman.edu>
4594
4595 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4596 (math-read-subscripts): New variable.
4597 (math-read-preprocess-string): Process subscripts.
4598
4599 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4600
4601 * comint.el (comint-prompt-read-only): Doc fix.
4602
4603 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4604 `-1'. Doc fix.
4605
4606 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4607
4608 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4609 Change default value to nil.
4610
4611 2005-04-04 Lute Kamstra <lute@gnu.org>
4612
4613 * autorevert.el (auto-revert-mode): Specify :group.
4614 * battery.el (display-battery-mode): Specify :group.
4615 * diff-mode.el (diff-minor-mode): Specify :group.
4616 * font-core.el (font-lock-mode): Specify :group.
4617 * hl-line.el (hl-line-mode): Specify :group.
4618 * iimage.el (iimage): New customization group.
4619 (iimage-mode): Specify :group.
4620 * longlines.el (longlines-mode): Specify :group.
4621 * master.el: Don't require easy-mmode.
4622 (master): New customization group.
4623 (master-mode): Specify :group.
4624 * msb.el (msb-mode): Specify :group.
4625 * reveal.el (reveal-mode): Specify :group.
4626 * simple.el (next-error-follow-minor-mode): Specify :group.
4627 * smerge-mode.el (smerge-mode): Specify :group.
4628 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4629 * emulation/cua-base.el (cua-mode): Specify :group.
4630 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4631 * language/thai-util.el (thai-auto-composition-mode)
4632 (thai-word-mode): Specify :group.
4633 * mail/supercite.el (sc-minor-mode): Specify :group.
4634 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4635 * progmodes/flymake.el (flymake-mode): Specify :group.
4636 * progmodes/glasses.el (glasses-mode): Specify :group.
4637 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4638 * textmodes/enriched.el (enriched-mode): Specify :group.
4639 * textmodes/refill.el (refill-mode): Specify :group.
4640
4641 * add-log.el (change-log-font-lock-keywords): Names in
4642 parenthesized lists can contain spaces.
4643
4644 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4645
4646 * startup.el (fancy-splash-text): Shorten default text of
4647 "Emacs Tutorial" line. Also, if the current language env
4648 indicates an available tutorial file other than TUTORIAL,
4649 extract its title and append it to the line in parentheses.
4650 (fancy-splash-insert): If arg is a thunk, funcall it.
4651
4652 2005-04-04 Jay Belanger <belanger@truman.edu>
4653
4654 * calc.el (calc-language-alist): Add tags to customization type.
4655
4656 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4657
4658 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4659 Doc fix.
4660
4661 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4662
4663 * add-log.el (change-log-font-lock-keywords): The manual
4664 describing a Change Log entry, says: (...) "Aside from these
4665 header lines, every line in the change log starts with a space or
4666 a tab.". The font-lock was not highlighting lines started with
4667 spaces, added support for it.
4668
4669 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4670
4671 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4672 (bibtex-generate-url-list): Update docstring accordingly. Put the
4673 complex example in the docstring.
4674 (bibtex-font-lock-url): Use pop.
4675
4676 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4679
4680 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4681
4682 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4683
4684 * filesets.el (filesets-set-default): Doc fix.
4685
4686 2005-04-03 Lute Kamstra <lute@gnu.org>
4687
4688 * generic.el (define-generic-mode): Add argument to specify
4689 keywords for defcustom.
4690 (default-generic-mode): Specify :group.
4691
4692 * generic-x.el: Specify :group for all generic modes.
4693
4694 * desktop.el (desktop-no-desktop-file-hook)
4695 (desktop-after-read-hook): Doc fix.
4696
4697 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4698
4699 * simple.el (visible-mode): Use explicit :group keyword.
4700 This changes the group of `visible-mode-hook' from paren-blinking
4701 to editing-basics.
4702
4703 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4704
4705 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4706 mailbox specifications as well as URLs.
4707 (rmail-insert-inbox-text): Remove unused conditional branches.
4708
4709 2005-04-01 Jay Belanger <belanger@truman.edu>
4710
4711 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4712 (calc-gnuplot-print-command): Move definitions to calc.el.
4713
4714 * calc/calc-embed.el (calc-embedded-announce-formula)
4715 (calc-embedded-open-formula, calc-embedded-close-formula)
4716 (calc-embedded-open-word, calc-embedded-close-word)
4717 (calc-embedded-open-plain, calc-embedded-close-plain)
4718 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4719 (calc-embedded-open-mode, calc-embedded-close-mode):
4720 Move definitions to calc.el.
4721
4722 * calc/calc.el (calc-settings-file, calc-language-alist):
4723 Make customizable.
4724 (calc-embedded-announce-formula, calc-embedded-open-formula)
4725 (calc-embedded-close-formula, calc-embedded-open-word)
4726 (calc-embedded-close-word, calc-embedded-open-plain)
4727 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4728 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4729 (calc-embedded-close-mode, calc-gnuplot-name)
4730 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4731 from other files and make customizable.
4732
4733 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4736 Use buffer-live-p.
4737 (cvs-mode-run): Don't call cvs-update-header here.
4738 (cvs-run-process): Call cvs-update-header.
4739 Use process properties for cvs-postprocess and cvs-buffer so that
4740 the sentinel can behave better if the temp buffer is killed.
4741 Use a pipe rather than a tty, to better handle unexpected prompts.
4742 (cvs-sentinel): Rewrite. Call cvs-update-header.
4743
4744 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4745
4746 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4747 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4748
4749 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * generic.el (define-generic-mode): Add indentation rule.
4752
4753 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4754
4755 * files.el (mode-require-final-newline): Make Custom correctly
4756 report a nil value and allow to set it to nil via Custom.
4757 Doc fix.
4758
4759 2005-04-01 Kenichi Handa <handa@m17n.org>
4760
4761 * international/characters.el: Enable the correct case setting for
4762 dotless-i and dotted-I.
4763
4764 2005-04-01 Kim F. Storm <storm@cua.dk>
4765
4766 * ido.el (ido-file-internal): Fall back to non-ido command if
4767 initial directory is on slow ftp (or tramp) host.
4768
4769 2005-03-31 Richard M. Stallman <rms@gnu.org>
4770
4771 * emacs-lisp/autoload.el (make-autoload):
4772 Handle define-global-minor-mode.
4773
4774 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4775 Rename from easy-mmode-define-global-mode.
4776 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4777
4778 * progmodes/scheme.el (scheme-mode-syntax-table):
4779 Update syntax of | and # for two-character comment syntax.
4780
4781 2005-03-31 Lute Kamstra <lute@gnu.org>
4782
4783 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4784 (define-minor-mode): Call custom-current-group at load-time.
4785
4786 * generic.el (define-generic-mode): Add debug declaration.
4787 Add defcustom for the mode hook.
4788 (generic-mode-internal): Use run-mode-hooks.
4789
4790 2005-03-31 Kim F. Storm <storm@cua.dk>
4791
4792 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4793 (mouse-fixup-help-message): New defun called by show_help_echo
4794 to fixup mouse-2 prefix in help messages when applicable.
4795
4796 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4797
4798 2005-03-31 Kenichi Handa <handa@m17n.org>
4799
4800 * language/thai-word.el (thai-find-word-ends): Pay attention to
4801 the case that we reach the end of buffer.
4802
4803 * textmodes/fill.el (fill-text-properties-at): New function.
4804 (fill-newline): Use fill-text-properties-at instead of
4805 text-properties-at.
4806
4807 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4808
4809 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4810 not comint-quote-filename.
4811
4812 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4813
4814 * help-fns.el (help-with-tutorial): Revert last change.
4815
4816 2005-03-31 Kim F. Storm <storm@cua.dk>
4817
4818 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4819
4820 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4821
4822 * calendar/cal-china.el: Update reference to "Calendrical
4823 Calculations" book; there's a new edition.
4824 * calendar/cal-coptic.el: Likewise.
4825 * calendar/cal-french.el: Likewise.
4826 * calendar/cal-hebrew.el: Likewise.
4827 * calendar/cal-islam.el: Likewise.
4828 * calendar/cal-iso.el: Likewise.
4829 * calendar/cal-julian.el: Likewise.
4830 * calendar/cal-mayan.el: Likewise.
4831 * calendar/cal-persia.el: Likewise.
4832 * calendar/calendar.el: Likewise.
4833 * calendar/holidays.el: Likewise.
4834 * calendar/lunar.el: Likewise.
4835 * calendar/solar.el: Likewise.
4836
4837 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4838 white space from doc string.
4839
4840 2005-03-30 Jay Belanger <belanger@truman.edu>
4841
4842 * calc/calc-help.el (calc-full-help): Remove email address.
4843
4844 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4845
4846 * help-fns.el (help-with-tutorial): Delete title line.
4847
4848 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4849
4850 * calendar/cal-x.el (calendar-one-frame-setup)
4851 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4852 rather than 'symbol for set-window-dedicated-p.
4853
4854 * calendar/appt.el (appt-buffer-name): Make it a constant.
4855 (appt-add): Doc fix.
4856
4857 * filesets.el (filesets-menu-path, filesets-menu-before)
4858 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4859 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4860 (filesets-add-submenu): Delete and use add-submenu instead.
4861
4862 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4863
4864 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4865 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4866 (org-diary-default-entry): New function.
4867 (org-get-entries-from-diary): Better parsing of diary entries.
4868 (org-agenda-check-no-diary): New function.
4869 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4870 linking to diary entries.
4871 (org-agenda-execute-calendar-command): New function.
4872 (org-agenda): Improve visible section in window.
4873 Use `org-fit-agenda-window'.
4874 (org-fit-agenda-window): New option.
4875 (org-move-subtree-down): Better handling of empty lines
4876 at end of subtree.
4877 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4878 levels up.
4879 (org-fontify-done-headline): New option.
4880 (org-headline-done-face): New face.
4881 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4882 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4883 When current field is non-empty, it is copied to next row.
4884 (org-table-copy-from-above): Fix bug which made it
4885 impossible to copy fields containing only a single non-white character.
4886
4887 2005-03-30 Kim F. Storm <storm@cua.dk>
4888
4889 * kmacro.el (kmacro-end-macro): Isearch may store this command
4890 into the macro -- so ignore it when executing keyboard macro.
4891
4892 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4893
4894 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4895
4896 2005-03-29 Kenichi Handa <handa@m17n.org>
4897
4898 * language/thai.el ("Thai"): Set setup-function and exit-function
4899 for Thai language environment.
4900
4901 * language/thai-util.el: Require thai-word.
4902 (thai-word-mode-map): New variable.
4903 (thai-word-mode): New minor mode.
4904 (setup-thai-language-environment-internal): New function.
4905 (exit-thai-language-environment-internal): New function.
4906
4907 * language/thai-word.el (thai-word-table): Declare it by defvar,
4908 use dolist to initialize it.
4909 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4910 (thai-fill-find-break-point): New functions.
4911
4912 2005-03-29 Richard M. Stallman <rms@gnu.org>
4913
4914 * simple.el (idle-update-delay): Move definition up.
4915 (set-mark): Doc fix.
4916
4917 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * longlines.el: New file.
4920
4921 * simple.el (buffer-substring-filters): New variable.
4922 (filter-buffer-substring): New function.
4923 (kill-region, copy-region-as-kill): Use it.
4924
4925 * register.el (copy-to-register, append-to-register)
4926 (prepend-to-register): Use filter-buffer-substring.
4927
4928 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4929
4930 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4931 (gud-filter-pending-text): Move in front of gdb.
4932 (gud-overlay-arrow-position): New variable.
4933 (gud-sentinel, gud-display-line): Use it in place of
4934 overlay-arrow-position.
4935
4936 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4937
4938 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4939 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4940 (fortran-font-lock-keywords-4): New variable.
4941 (fortran-blocks-re, fortran-end-block-re)
4942 (fortran-start-block-re): New constants, for hideshow.
4943 (hs-special-modes-alist): Add a Fortran entry.
4944 (fortran-mode-map): Bind fortran-end-of-block,
4945 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4946 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4947 (fortran-looking-at-if-then, fortran-end-of-block)
4948 (fortran-beginning-of-block): New functions, for hideshow.
4949
4950 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4951 Doc fix. Tweak regexp.
4952 (f90-beginning-of-block): Push mark first.
4953
4954 2005-03-29 Jay Belanger <belanger@truman.edu>
4955
4956 * calc/calc.el: Update copyright date.
4957 (calc-version): Increase to 2.1.
4958 (calc-version-date): Remove.
4959
4960 * calc/calc-help.el: Update copyright date.
4961 (calc-full-help): Remove reference to calc-version-date.
4962 Update copyright date.
4963
4964 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * vc.el (vc-do-command): Use a pipe for async processes, so password
4967 prompts don't show up at places where the user can't reply.
4968
4969 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4970
4971 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4972 on the file name we pass to the inferior shell.
4973
4974 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4975
4976 * progmodes/which-func.el (which-function): Be robust in the face of an
4977 imenu--make-index-alist failure.
4978
4979 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4982
4983 * progmodes/python.el (python-preoutput-filter): Fix last change.
4984
4985 2005-03-29 Lute Kamstra <lute@gnu.org>
4986
4987 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4988 functions and compiled macros.
4989 (debug-convert-byte-code): Handle macros too.
4990 (debug-on-entry-1): Don't signal an error when trying to clear a
4991 function that is not set to debug on entry.
4992
4993 2005-03-29 Jay Belanger <belanger@truman.edu>
4994
4995 * calc/calc-lang.el: Add functions to math-function-table
4996 properties of tex and math.
4997
4998 2005-03-29 Kenichi Handa <handa@m17n.org>
4999
5000 * ps-mule.el (ps-mule-plot-string): Translate characters by
5001 ps-print-translation-table.
5002 (ps-mule-begin-job): Call find-charset-region/string with
5003 ps-print-translation-table.
5004 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5005
5006 * ps-print.el (ps-print-translation-table): New variable.
5007 (ps-plot-region): Translate characters by ps-print-translation-table.
5008
5009 2005-03-29 Juri Linkov <juri@jurta.org>
5010
5011 * simple.el (next-error-highlight-timer): New variable.
5012
5013 * progmodes/compile.el (compilation-goto-locus):
5014 Use `next-error-highlight-timer' instead of `sit-for'.
5015
5016 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * mail/supercite.el (sc-mail-field): Use assoc-string.
5019 (sc-get-address): Simplify regexps.
5020
5021 * files.el (minibuffer-with-setup-hook): New macro.
5022 (find-file-read-args): Use it to avoid let-binding
5023 minibuffer-with-setup-hook (which breaks turning on/off
5024 file-name-shadow-mode while in the prompt).
5025
5026 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5027
5028 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5029
5030 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5031
5032 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * window.el (window-buffer-height): Use count-screen-lines.
5035
5036 * progmodes/python.el (python-preoutput-leftover): New var.
5037 (python-preoutput-filter): Use it.
5038 (python-send-receive): Loop until all the result has been received.
5039
5040 2005-03-28 Juri Linkov <juri@jurta.org>
5041
5042 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5043
5044 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5045 "Recover Crashed Session".
5046 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5047 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5048 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5049 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5050 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5051 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5052 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5053 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5054
5055 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5056 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5057 Ediff Sessions", "Toggle use of separate control buffer frame",
5058 "Use separate frame for Ediff control buffer".
5059
5060 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5061 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5062 "Rename Bookmark", "Delete Bookmark".
5063
5064 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5065 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5066 Add `:active Info-index-alternatives' to "Next Matching Item".
5067
5068 * wdired.el (wdired-change-to-wdired-mode):
5069 Mention `wdired-abort-changes' key in the initial message.
5070
5071 * international/mule.el (auto-coding-alist): Associate non-ascii
5072 image filename extensions with `no-conversion'.
5073
5074 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * international/iso-acc.el:
5077 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5078
5079 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5080
5081 * textmodes/sgml-mode.el (html-mode): Doc update.
5082
5083 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5084
5085 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5086
5087 * term.el (term-move-columns): Fix face after extending a line.
5088 (term-insert-spaces): Likewise.
5089 (term-reset-terminal): Fix off by one error.
5090
5091 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5092
5093 * international/mule.el (auto-coding-alist): Add .xpi files.
5094
5095 * files.el (auto-mode-alist): Add .xpi files.
5096
5097 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5098
5099 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5100
5101 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5102
5103 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5104
5105 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5106
5107 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5108 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5109
5110 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5111 cursor to Jan 1 when needed.
5112 (calendar-end-of-year): Fix -/+ typo.
5113 Reported by Chong Yidong <cyd@stupidchicken.com>.
5114
5115 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5116
5117 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5118
5119 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5120 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5121
5122 2005-03-25 Richard M. Stallman <rms@gnu.org>
5123
5124 * filesets.el (filesets-init): Add autoload.
5125
5126 * mail/mailalias.el (mail-directory): Doc fix.
5127
5128 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5129
5130 * mail/mailalias.el (mail-directory-process): Do nothing if
5131 mail-directory-process is an atom.
5132 (mail-get-names): Ignore mail-directory-names if it is an atom.
5133 (mail-directory-process defvar): Doc fix.
5134 (mail-names): Doc fix.
5135
5136 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5137
5138 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5139
5140 2005-03-26 Kenichi Handa <handa@m17n.org>
5141
5142 * international/mule-util.el (detect-coding-with-priority):
5143 Call update-coding-systems-internal before detect-coding-region.
5144
5145 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5146
5147 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5148 (gdb-frames-mode-map): Add follow-link property.
5149
5150 2005-03-25 Jay Belanger <belanger@truman.edu>
5151
5152 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5153 for variables.
5154
5155 2005-03-25 Juri Linkov <juri@jurta.org>
5156
5157 * image-mode.el: Optimize image filename extension regexps in
5158 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5159 in `auto-mode-alist'.
5160 (image-mode): Add `image-toggle-display-text' to local hook
5161 `change-major-mode-hook'. Display the image as an image by
5162 default. Set `cursor-type' and `truncate-lines' if the image
5163 is already displayed. Take into account the current mode (image
5164 or text) in message.
5165 (image-minor-mode): New minor mode.
5166 (image-mode-maybe, image-toggle-display-text): New functions.
5167 (image-toggle-display): Use called-interactively-p.
5168 Let-bind `inhibit-read-only' to t.
5169
5170 * image-mode.el (image-minor-mode): Set `cursor-type' and
5171 `truncate-lines' if the image is already displayed. Add turning
5172 image-minor-mode off to `change-major-mode-hook'. Add message.
5173 Call `image-toggle-display-text' after turning image-minor-mode off.
5174
5175 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5178 Terminal.app, use utf-8.
5179 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5180 (set-locale-environment): Use it.
5181
5182 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5183
5184 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5185
5186 * progmodes/python.el (python-close-block-statement-p)
5187 (python-outdent-p, python-current-defun): Use symbol-end.
5188
5189 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5190
5191 * files.el (save-some-buffers): Doc fix.
5192
5193 2005-03-25 Werner Lemberg <wl@gnu.org>
5194
5195 * complete.el, thumbs.el: Replace `legal' with `valid'.
5196 * calendar/calendar.el: Replace `legal' with `valid'.
5197 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5198 * mail/supercite.el: Replace `legal' with `valid'.
5199 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5200 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5201 Replace `legal' with `valid'.
5202 * textmodes/reftex-vars.el, textmodes/reftex.el:
5203 Replace `legal' with `valid'.
5204
5205 2005-03-25 Werner Lemberg <wl@gnu.org>
5206
5207 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5208 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5209 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5210 * emulation/vip.el: Replace `illegal' with `invalid'.
5211 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5212 * mail/supercite.el: Replace `illegal' with `invalid'.
5213 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5214 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5215 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5216 * progmodes/sh-script.el, progmodes/xscheme.el:
5217 Replace `illegal' with `invalid'.
5218 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5219 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5220 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5221 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5222
5223 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5226 (flymake-find-buildfile, flymake-find-possible-master-files)
5227 (flymake-check-include, flymake-parse-line): Replace loops over the
5228 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5229
5230 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5231 Substitute file-name-as-directory in the rest of the file.
5232 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5233 (flymake-replace-region): Remove unused arg `buffer'.
5234 (flymake-check-patch-master-file-buffer): Update calls to it.
5235 (flymake-add-err-info): Remove unused var `count'.
5236 (flymake-mode): Use define-minor-mode.
5237
5238 * progmodes/flymake.el: Use with-current-buffer.
5239 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5240 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5241 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5242 Avoid testing for `xemacs'.
5243 (flymake-nop): Move.
5244 (flymake-region-has-flymake-overlays): Return the computed value.
5245 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5246 Remove unused var `endline'.
5247 (flymake-get-line-count): Remove unused function.
5248 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5249
5250 * emulation/vi.el:
5251 * generic.el:
5252 * hilit-chg.el (global-highlight-changes):
5253 * hi-lock.el (hi-lock-mode):
5254 * follow.el: find-file-hooks -> find-file-hook.
5255
5256 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5257
5258 2005-03-24 Juri Linkov <juri@jurta.org>
5259
5260 * dired.el (dired-mode-map): Add menu item "Compare directories"
5261 for dired-compare-directories.
5262
5263 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5264 Doc fix. Replace `read-file-name' with `read-directory-name'.
5265
5266 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5269
5270 2005-03-24 Jay Belanger <belanger@truman.edu>
5271
5272 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5273 relevant mode settings in calc-embedded-original-modes when modes
5274 are permanently changed.
5275
5276 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * autoinsert.el: find-file-hooks -> find-file-hook.
5279
5280 2005-03-24 Lute Kamstra <lute@gnu.org>
5281
5282 * generic.el (generic-font-lock-defaults): Make it obsolete.
5283 (generic-font-lock-keywords): New variable to replace
5284 generic-font-lock-defaults.
5285 (generic-mode-set-font-lock): Delete it.
5286 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5287 (generic-bracket-support): Add docstring.
5288
5289 * generic-x.el: Rename generic-font-lock-defaults to
5290 generic-font-lock-keywords throughout.
5291 (mailagent-rules-setup-function): Delete it.
5292 (mailagent-rules-generic-mode): Use anonymous function instead.
5293 (show-tabs-generic-mode-font-lock-defaults-1)
5294 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5295 Quote faces.
5296 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5297 not foreground.
5298
5299 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5300 Recognize define-generic-mode.
5301
5302 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5305 if there's no completion table.
5306
5307 2005-03-23 Miles Bader <miles@gnu.org>
5308
5309 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5310 Remove tty-specific variants, as they're no longer needed.
5311
5312 2005-03-23 Lute Kamstra <lute@gnu.org>
5313
5314 * generic-x.el: Code cleanup: make args constant whenever possible.
5315 (installshield-statement-keyword-list)
5316 (installshield-system-functions-list)
5317 (installshield-system-variables-list, installshield-types-list)
5318 (installshield-funarg-constants-list): Make them constants.
5319
5320 * generic.el (generic-make-keywords-list): Add autoload cookie.
5321
5322 * calendar/time-date.el: Add comment on time value formats.
5323 Don't require parse-time.
5324 (with-decoded-time-value): New macro.
5325 (encode-time-value): New function.
5326 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5327 (days-to-time): Return a valid time value when arg is huge.
5328 (time-since): Use time-subtract.
5329 (time-to-number-of-days): Use time-to-seconds.
5330
5331 2005-03-23 David Ponce <david@dponce.com>
5332
5333 * recentf.el: (recentf-keep): New option.
5334 (recentf-menu-action): Default to `find-file'.
5335 (recentf-keep-non-readable-files-flag)
5336 (recentf-keep-non-readable-files-p)
5337 (recentf-file-readable-p, recentf-find-file)
5338 (recentf-cleanup-remote): Remove.
5339 (recentf-include-p): More robust.
5340 (recentf-keep-p): New function.
5341 (recentf-remove-if-non-kept): Rename from
5342 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5343 All callers updated.
5344 (recentf-menu-items-for-commands): Fix help string.
5345 (recentf-track-closed-file): Update. Doc fix.
5346 (recentf-cleanup): Update. Count removed files. Doc fix.
5347
5348 2005-03-23 Kim F. Storm <storm@cua.dk>
5349
5350 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5351 Don't inherit from fringe face (now happens automatically).
5352
5353 2005-03-22 Kim F. Storm <storm@cua.dk>
5354
5355 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5356 position values.
5357
5358 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5359
5360 * menu-bar.el (showhide-date-time): Remove.
5361 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5362 (menu-bar-make-mm-toggle): Simplify.
5363
5364 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5365
5366 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5367 Accept qualified variable and function names.
5368
5369 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5370
5371 * bindings.el (completion-ignored-extensions):
5372 Remove ".lis" for `vax-vms'.
5373
5374 2005-03-22 Andreas Schwab <schwab@suse.de>
5375
5376 * generic-x.el: Revert last change.
5377 * ldefs-boot.el: Update.
5378
5379 2005-03-22 Jay Belanger <belanger@truman.edu>
5380
5381 * calc/calc-embed (calc-embedded-original-modes): New variable.
5382 (calc-embedded-save-original-modes)
5383 (calc-embedded-restore-original-modes): New functions.
5384 (calc-do-embedded): Save original modes when entering embedded mode
5385 and restore when leaving embedded mode.
5386 (calc-embedded-modes-change): Change the value of
5387 calc-embedded-original-modes to reflect permanent changes.
5388
5389 2005-03-22 Lute Kamstra <lute@gnu.org>
5390
5391 * generic-x.el: Require generic again.
5392
5393 2005-03-22 Miles Bader <miles@gnu.org>
5394
5395 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5396 Tweak details to look good on both ttys and bitmap displays, light
5397 or dark background, etc.
5398
5399 2005-03-21 Kim F. Storm <storm@cua.dk>
5400
5401 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5402 mouse position.
5403
5404 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * icomplete.el: Don't forcibly turn on the mode upon load.
5407 (icomplete-mode): Use define-minor-mode.
5408 (icomplete-eoinput): Default to nil.
5409 (icomplete-minibuffer-setup): Remove autoload.
5410 (icomplete-tidy): Simplify.
5411 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5412 in the initial state or if the user has modified the field.
5413 Fix handling of icomplete-max-delay-chars.
5414 Remove code that handles the oddball case where
5415 minibuffer-completion-table is an integer.
5416 Wrap icomplete-completions in while-no-input in case building
5417 completions takes more time than expected.
5418 (icomplete-completions): Simplify.
5419
5420 2005-03-21 Richard M. Stallman <rms@gnu.org>
5421
5422 * jka-compr.el (jka-compr-really-do-compress):
5423 Make variable buffer-local.
5424
5425 * image-mode.el: Handle .xpm files too.
5426 (image-toggle-display): Preserve modification flag.
5427
5428 * help.el (where-is): Don't mention aliases with no key bindings.
5429
5430 2005-03-21 Lute Kamstra <lute@gnu.org>
5431
5432 * generic.el: Fix commentary section. Don't require cl for compilation.
5433 (generic-mode-list): Add autoload cookie.
5434 (generic-use-find-file-hook, generic-lines-to-scan)
5435 (generic-find-file-regexp, generic-ignore-files-regexp)
5436 (generic-mode, generic-mode-find-file-hook)
5437 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5438 (define-generic-mode): Make it a defmacro. Fix docstring.
5439 (generic-mode-internal): Code cleanup. Add autoload cookie.
5440 (generic-mode-set-comments): Code cleanup.
5441 * generic-x.el: Don't prevent compilation. Don't require generic.
5442 Follow coding conventions. Minor code cleanup.
5443 (etc-fstab-generic-mode): Add some keywords.
5444 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5445 define-generic-mode like a function declaration.
5446
5447 2005-03-21 Jay Belanger <belanger@truman.edu>
5448
5449 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5450 changing modes.
5451
5452 2005-03-21 Sam Steingold <sds@gnu.org>
5453
5454 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5455
5456 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5457
5458 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5459 Add underscore to "f$ lexicals" regexp.
5460
5461 2005-03-20 Juri Linkov <juri@jurta.org>
5462
5463 * subr.el (progress-reporter-do-update): When `min-value' is equal
5464 to `max-value', set `percentage' to 0 and prevent division by zero.
5465
5466 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5467
5468 Sync with Tramp 2.0.48.
5469
5470 * tramp.el (all): Change all addresses to .gnu.org.
5471 (tramp-append-tramp-buffers): New defun.
5472 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5473 Catch `dont-send' signal.
5474 (tramp-set-auto-save-file-modes): Set always permissions, because
5475 there might be an old auto-saved file belonging to another
5476 original file. This could be a security threat. Reported by
5477 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5478 Check for Emacs 21.3.50 removed.
5479
5480 * tramp-smb.el (all): Remove debug construct for
5481 `with-parsed-tramp-file-name'.
5482 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5483 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5484 No error message if DIRECTORY or FILENAME doesn't exist.
5485 (tramp-smb-open-connection): Check existence of
5486 `tramp-smb-program'.
5487
5488 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5491 Properly handle the case where the `m' or `s' command's argument is not
5492 yet terminated.
5493 (perl-indent-new-calculate): New function.
5494 (perl-indent-line): Use it.
5495
5496 2005-03-20 Miles Bader <miles@gnu.org>
5497
5498 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5499 in text-mode too. Change to new face names.
5500 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5501 Add `:weight bold' attribute.
5502 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5503
5504 2005-03-19 Juri Linkov <juri@jurta.org>
5505
5506 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5507
5508 * international/mule.el (auto-coding-alist): Sync with
5509 `auto-mode-alist' by adding upper case archive file extensions
5510 and adding ear/war to jar extension.
5511
5512 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5513
5514 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5515 running, restart it.
5516
5517 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5518
5519 * finder.el (finder-current-item): Throw an error on an empty line.
5520
5521 * man.el (Man-follow-manual-reference): If current-word returns
5522 nil, use "".
5523
5524 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5525
5526 * simple.el (goto-line): Doc fix.
5527
5528 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5529
5530 * files.el (save-buffer): Doc fix.
5531
5532 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5533
5534 * recentf.el (recentf-cleanup-remote): New variable.
5535 (recentf-cleanup): Use it to conditionally check availablity of
5536 remote files.
5537
5538 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5539
5540 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5541 function names.
5542
5543 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5544
5545 * language/thai-word.el: New file.
5546
5547 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5548
5549 * files.el (backup-buffer): If the file's directory is not
5550 writable, use copy instead of move to backup the file.
5551
5552 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5553
5554 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5555
5556 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5557
5558 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5559 Use functionp instead of symbolp and fboundp. Reported by Drkm
5560 <darkman_spam@yahoo.fr>.
5561 (ps-print-version): New version 6.6.6.
5562
5563 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5564
5565 * textmodes/table.el (table--line-column-position): New idiom.
5566 (table--row-column-insertion-point-p): New function to test
5567 validity of row and column insertion operation at a location.
5568 (table-global-menu, table-cell-menu): Use above functions for
5569 deterministic test operation.
5570 (table--editable-cell-p): Behave in deterministic fashion.
5571
5572 2005-03-18 Juri Linkov <juri@jurta.org>
5573
5574 * isearch.el (isearch-lazy-highlight-new-loop):
5575 Make arguments beg and end optional.
5576 (isearch-update): Remove optional arguments nil from
5577 isearch-lazy-highlight-new-loop.
5578 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5579 isearch-lazy-highlight-case-fold-search instead of
5580 isearch-case-fold-search, and let-bind isearch-regexp to
5581 isearch-lazy-highlight-regexp.
5582 Use isearch-lazy-highlight-last-string instead of isearch-string.
5583
5584 * replace.el (perform-replace): Remove bindings of global
5585 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5586 Add three new arguments to `replace-highlight'.
5587 (replace-highlight): Add arguments string, regexp, case-fold.
5588 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5589 to allow isearch-lazy-highlight-new-loop to use these values
5590 to set corresponding isearch-lazy-highlight-* internal
5591 variables whose values lazy highlighting will use regardless of
5592 changes to global variables isearch-string, isearch-regexp,
5593 isearch-case-fold-search during lazy highlighting loop.
5594 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5595 to `lazy-highlight-cleanup'.
5596
5597 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5598 (ispell-highlight-face): Set default face to `isearch' when
5599 lazy highlighting is enabled.
5600 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5601 priority to 1. Add lazy highlighting.
5602 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5603 from `isearch-dehighlight'.
5604
5605 2005-03-18 David Ponce <david@dponce.com>
5606
5607 * files.el (hack-local-variables): Do a case-insensitive search
5608 for End.
5609
5610 2005-03-18 Juri Linkov <juri@jurta.org>
5611
5612 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5613 `isearch-lazy-highlight-cleanup', add alias to old name and
5614 declare obsolete. Add release numbers to other obsolete vars.
5615 (isearch-done, isearch-lazy-highlight-new-loop):
5616 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5617 (lazy-highlight-cleanup) <variable>: Doc fix.
5618 (isearch-lazy-highlight-update): Rename obsolete
5619 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5620
5621 2005-03-18 Kenichi Handa <handa@m17n.org>
5622
5623 * language/thai-util.el: Fix categorization of Thai characters in
5624 thai-category-table.
5625 (thai-composition-pattern): Adjust it for the above change.
5626 (thai-self-insert-command, thai-compose-syllable): New functions.
5627 (thai-compose-region): Use thai-compose-syllable.
5628 (thai-compose-string): Likewise.
5629 (thai-composition-function): Likewise.
5630 (thai-auto-composition): New function.
5631 (thai-auto-composition-mode): New minor mode.
5632
5633 * language/thai.el: Fix patterns to be registered in
5634 composition-function-table.
5635
5636 * international/quail.el (quail-input-method): Locally bind
5637 inhibit-modification-hooks to t.
5638
5639 2005-03-17 Richard M. Stallman <rms@gnu.org>
5640
5641 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5642 (perl-mode): Use run-mode-hooks.
5643
5644 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5645 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5646 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5647
5648 * mail/sendmail.el (sendmail-send-it): Reenable the code
5649 to compute resend-to-address and use it.
5650
5651 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5652
5653 * image-mode.el: New file.
5654
5655 * image.el (insert-sliced-image): Add autoload cookie.
5656
5657 * font-lock.el (font-lock-lines-before): New user option.
5658 (font-lock-after-change-function): Obey it.
5659
5660 * bindings.el (esc-map): Make M-g a prefix.
5661 Bind M-g g and M-g M-g to goto-line.
5662
5663 * faces.el (face-id): Doc fix.
5664
5665 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5666
5667 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5668 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5669 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5670
5671 * mail/sendmail.el (mail-yank-ignored-headers)
5672 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5673 Add Mail-Followup-To and Mail-Reply-To headers.
5674 (mail-citation-hook): Add autoload cookie.
5675 (mail-mode): Doc fix.
5676 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5677 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5678 (mail-mode-fill-paragraph): Handle those headers.
5679 (mail-mailing-lists): New variable.
5680 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5681
5682 2005-03-17 Juri Linkov <juri@jurta.org>
5683
5684 * isearch.el (isearch-fallback): Check for `(car previous)'
5685 before calling `isearch-other-end-state'.
5686
5687 2005-03-17 Kim F. Storm <storm@cua.dk>
5688
5689 * simple.el (move-beginning-of-line): Move to beginning of buffer
5690 line, as well as beginning of screen line.
5691
5692 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5693
5694 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5695 argument REDRAW rather than calendar-redrawing variable.
5696 * calendar/calendar.el (calendar-redrawing): Delete.
5697 (redraw-calendar): Do not bind calendar-redrawing.
5698
5699 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5700
5701 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5702 diary-file buffer.
5703
5704 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * help.el (describe-mode): Allow a :minor-mode-function property to
5707 specify a different minor mode toggle function than the variable.
5708 * simple.el (auto-fill-function):
5709 * subr.el (add-minor-mode): Use it.
5710
5711 2005-03-16 Kenichi Handa <handa@m17n.org>
5712
5713 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5714 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5715 (ethio-fidel-to-sera-buffer): Likewise.
5716
5717 2005-03-16 Juri Linkov <juri@jurta.org>
5718
5719 * emacs-lisp/find-func.el (find-function-regexp):
5720 Add defun-emitting macro `menu-bar-make-toggle'.
5721
5722 * isearch.el: Put `isearch-scroll' property to
5723 `split-window-horizontally'.
5724
5725 * info.el: Update error messages for `debug-ignored-errors'.
5726 (Info-isearch-search): Doc fix.
5727 (Info-find-node): Move up code to go into info buffer before
5728 recording the node to the history.
5729 (Info-fontify-node): Fontify titles only if the next line
5730 has two or more `*', `=', `-', `.'.
5731 Display "go to this node" for empty (match-string 3).
5732
5733 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5734
5735 * term/mac-win.el: Add mouse pointer shape constants.
5736
5737 2005-03-15 Kim F. Storm <storm@cua.dk>
5738
5739 * simple.el (move-beginning-of-line): Use vertical-motion.
5740
5741 2005-03-15 Juri Linkov <juri@jurta.org>
5742
5743 * isearch.el (isearch-error): New variable.
5744 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5745 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5746 (isearch-within-brackets-state): Remove.
5747 (isearch-case-fold-search-state, isearch-pop-fun-state):
5748 Decrease frame index.
5749 (isearch-mode, isearch-top-state, isearch-push-state)
5750 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5751 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5752 (isearch-search, isearch-lazy-highlight-new-loop):
5753 Replace `isearch-invalid-regexp' with `isearch-error'.
5754 Remove `isearch-within-brackets'.
5755 (isearch-search): Add `search-failed' handler to `condition-case'.
5756 (isearch-lazy-highlight-search): Add `condition-case' to catch
5757 errors and allow `isearch-lazy-highlight-update' to try
5758 highlighting from the beginning of the window.
5759 (isearch-repeat): Move up code to set isearch-wrapped to t
5760 before calling isearch-wrap-function.
5761
5762 * info.el (Info-isearch-initial-node): New internal variable.
5763 (Info-search): Signal an error in isearch mode when search leaves
5764 the initial node. Signal an error when `bound' is non-nil and
5765 nothing was found in the current subfile.
5766 (Info-isearch-search): Remove `condition-case'.
5767 (Info-isearch-wrap): Don't wrap when search failed during leaving
5768 the initial node. If `Info-isearch-search' is nil, wrap around
5769 the current node.
5770 (Info-isearch-start): New fun.
5771 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5772 `isearch-mode-hook'.
5773
5774 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5775
5776 * simple.el (normal-erase-is-backspace): Set default to t if
5777 running on Mac.
5778
5779 * term/mac-win.el (function-key-map): Sync with x-win.el.
5780
5781 2005-03-15 Kenichi Handa <handa@m17n.org>
5782
5783 * international/mule-cmds.el (locale-language-names): Modify the
5784 format of elements and add more entries.
5785 (locale-preferred-coding-systems): Add more entries.
5786 (set-locale-environment): Adjust for the change of
5787 locale-language-names.
5788
5789 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * pcvs.el (smerge-ediff): Remove bogus autoload.
5792
5793 2005-03-14 Lute Kamstra <lute@gnu.org>
5794
5795 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5796 Ignore a `*' at the beginning of a line.
5797
5798 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5799 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5800 subr.el.
5801 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5802 to specify indentation.
5803
5804 * generic.el (define-generic-mode): Let generic-mode-list be a
5805 list of strings; test membership with equal.
5806
5807 2005-03-14 Kim F. Storm <storm@cua.dk>
5808
5809 * simple.el (next-line, previous-line): Add optional try-vscroll
5810 arg to recognize interactive use. Pass it on to line-move.
5811 (line-move): Don't perform auto-window-vscroll when defining or
5812 executing keyboard macro to ensure consistent behaviour.
5813
5814 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5817
5818 2005-03-13 Lute Kamstra <lute@gnu.org>
5819
5820 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5821 debugger-setup-buffer so that backtrace marks the frames set to
5822 debug-on-exit and we don't have to do it manually. Set an extra
5823 debug-on-exit for macro's.
5824 (debugger-setup-buffer): Don't mark the top frame manually.
5825
5826 2005-03-12 Lute Kamstra <lute@gnu.org>
5827
5828 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5829 lisp-indent-function throughout.
5830 (with-no-warnings): Set lisp-indent-function property.
5831
5832 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5833
5834 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5835 Add entry for backslash.
5836
5837 2005-03-12 Juri Linkov <juri@jurta.org>
5838
5839 * info.el (Info-search): Four fixes for backward search.
5840
5841 2005-03-11 Jay Belanger <belanger@truman.edu>
5842
5843 * calc/calc.el (calc-language-alist): New variable.
5844 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5845 (calc-embedded-find-modes): Use calc-language-alist instead of
5846 calc-embedded-language-alist.
5847
5848 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5849
5850 * calendar/calendar.el (calendar-redrawing): New internal
5851 variable.
5852 (redraw-calendar): Remove bogus save-excursion from previous
5853 change. Bind calendar-redrawing to t for mark-diary-entries.
5854 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5855 calendar if that is why we were called.
5856
5857 2005-03-11 Kenichi Handa <handa@m17n.org>
5858
5859 * international/mule.el (make-coding-system): Set property
5860 coding-system-define-form to nil.
5861 (define-coding-system-alias): Likewise.
5862
5863 2005-03-11 Kenichi Handa <handa@m17n.org>
5864
5865 These changes are suggested by Dave Love <fx@gnu.org>.
5866
5867 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5868 coding: tag.
5869 (adaptive-fill-regexp): Add more bullets.
5870 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5871 regexps.
5872
5873 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * help.el (describe-mode): Properly handle non-trivial lighters.
5876 Don't ignore minor modes that are not listed in minor-mode-list.
5877
5878 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5879 feature ON when the user requests to turn it OFF.
5880
5881 2005-03-10 Lute Kamstra <lute@gnu.org>
5882
5883 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5884 (implement-debug-on-entry): New function to replace debug-entry-code.
5885 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5886 second argument as the 2005-03-07 change makes it obsolete.
5887 (debug-on-entry, cancel-debug-on-entry): Update call to
5888 debug-on-entry-1.
5889 (debug, debugger-setup-buffer): Comment update.
5890 (debugger-frame-number): Update to work with implement-debug-on-entry.
5891
5892 2005-03-10 Jay Belanger <belanger@truman.edu>
5893
5894 * calc/calc-embed.el (math-ms-args): Declare it.
5895 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5896 math-ms-args.
5897 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5898 variables.
5899
5900 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5903 Use message-box.
5904
5905 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5906 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5907 (tooltip-gud-tips): Simplify.
5908 (tooltip-gud-tips-p): Remove superflouous :set.
5909 (tooltip-gud-modes): Add fortran-mode.
5910 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5911
5912 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5913
5914 2005-03-09 Kim F. Storm <storm@cua.dk>
5915
5916 * play/animate.el (animate-place-char): Use forward-line instead
5917 of next-line to improve performance.
5918
5919 2005-03-09 Simon Josefsson <jas@extundo.com>
5920
5921 * net/browse-url.el (browse-url-default-browser): Doc fix.
5922
5923 2005-03-09 Miles Bader <miles@gnu.org>
5924
5925 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5926 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5927
5928 2005-03-09 Kenichi Handa <handa@m17n.org>
5929
5930 * international/latin-1.el: Set case and syntax for 255 only if
5931 set-case-syntax-set-multibyte is nil.
5932
5933 * textmodes/ispell.el (ispell-insert-word): New function.
5934 (ispell-word): Use ispell-insert-word to insert a new word.
5935 (ispell-process-line): Likewise.
5936 (ispell-complete-word): Likewise.
5937
5938 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5939
5940 * calendar/calendar.el (redraw-calendar): Preserve point.
5941 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5942 (calendar-week-start-day): Move after definition of
5943 redraw-calendar. Delete buffer test, since redraw-calendar has
5944 that now.
5945
5946 * calendar/diary-lib.el (mark-diary-entries): Only call
5947 redraw-calendar in the first of any recursive calls.
5948 Reported by Alan Shutko <ats@acm.org>.
5949
5950 2005-03-08 Juri Linkov <juri@jurta.org>
5951
5952 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5953 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5954 (html-radio-buttons): Add a space before the trailing `/>' where
5955 sgml-xml-mode is non-nil.
5956 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5957 the subsequent tag of the empty XML tag.
5958 (html-href-anchor): Don't set initial input to "http:".
5959 (html-image): Ask for the image URL and set point inside alt="".
5960 (html-name-anchor): Duplicate the name in the `id' attribute when
5961 sgml-xml-mode is non-nil.
5962 (html-paragraph): Remove \n before <p>.
5963 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5964 instead of `checked' when sgml-xml-mode is non-nil.
5965
5966 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5967 Remove 1 space before #RRGGBB to not truncate it on terminal
5968 windows w/o fringes. Remove 1 space between bg and fg examples
5969 to get more space.
5970 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5971 avoid byte-compile warnings.
5972
5973 * image-file.el (image-file-handler): Put `safe-magic' property to
5974 `image-file-handler'.
5975
5976 * info.el (Info-isearch-search): Emulate word search in
5977 isearching through multiple Info nodes with Info-search.
5978 (Info-isearch-wrap): Allow isearch-word.
5979
5980 2005-03-08 Lute Kamstra <lute@gnu.org>
5981
5982 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5983 stepping into the debugger's code is not possible.
5984 (debugger-jumping-flag): Docstring update.
5985
5986 2005-03-08 Jay Belanger <belanger@truman.edu>
5987
5988 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5989 embedded mode begins.
5990 (calc-embedded-language-alist): New variable.
5991 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5992 set default language mode.
5993
5994 2005-03-08 Kenichi Handa <handa@m17n.org>
5995
5996 * international/ccl.el (define-ccl-program): Fix docstring about
5997 extra 256 bytes assured for the output buffer.
5998
5999 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6000 Fix BUFFER_MAGNIFICATION to 2.
6001 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6002
6003 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
6004
6005 * align.el (align-rules-list): Added an alignment rule for CSS
6006 declarations (applies to css-mode and html-mode buffers).
6007
6008 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6011
6012 2005-03-07 Kim F. Storm <storm@cua.dk>
6013
6014 * simple.el (move-beginning-of-line): New command.
6015
6016 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6017
6018 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6019
6020 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6021 and move-beginning-of-line.
6022
6023 * apropos.el (apropos-print): Omit command from M-x ... RET.
6024
6025 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6028 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6029
6030 2005-03-06 Richard M. Stallman <rms@gnu.org>
6031
6032 * bindings.el (esc-map): Bind M-g to goto-line.
6033
6034 * facemenu.el (global-map): Bind M-o, not M-g.
6035
6036 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6037
6038 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6039 "Open Directory" as for "Open File".
6040
6041 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6044 (push-mark-command): Run activate-mark-hook.
6045
6046 2005-03-06 Richard M. Stallman <rms@gnu.org>
6047
6048 * help-mode.el (help-mode-finish): Don't alter the element
6049 in view-return-to-alist if there already is one.
6050
6051 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6052 make sure the current buffer is the expected one.
6053
6054 * novice.el (disabled-command-function): Output in *Disabled Command*.
6055 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6056
6057 * textmodes/flyspell.el (flyspell-large-region):
6058 Pass args differently for aspell.
6059
6060 * files.el (mode-require-final-newline): Doc fix.
6061
6062 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6063
6064 * progmodes/which-func.el (which-function):
6065 Specify NOERROR when calling imenu--make-index-alist.
6066
6067 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * simple.el (normal-erase-is-backspace): Define default value.
6070
6071 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6072 (custom-reevaluate-setting): Simple function to handle
6073 variables that are defined before their default value can really
6074 be computed.
6075
6076 * startup.el (command-line): Use it for temporary-file-directory,
6077 small-emporary-file-directory, auto-save-file-name-transforms,
6078 blink-cursor-mode, and normal-erase-is-backspace.
6079
6080 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6081 progress, even with buggy anchored keywords.
6082
6083 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6084
6085 * simple.el (goto-line): Remove unbalanced final parenthesis.
6086
6087 2005-03-05 Richard M. Stallman <rms@gnu.org>
6088
6089 * simple.el (goto-line): Use a number at point as the default.
6090 With C-u as arg, switch buffers.
6091
6092 2005-03-05 Juri Linkov <juri@jurta.org>
6093
6094 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6095 with `no-blinking-cursor'.
6096
6097 * startup.el (no-blinking-cursor): New defvar.
6098 (command-line): Add `--no-blinking-cursor' to longopts.
6099 Set `no-blinking-cursor' to t for command line arguments
6100 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6101 with `no-blinking-cursor' in the condition for calling
6102 `blink-cursor-mode'.
6103
6104 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6105
6106 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6107 (menu-bar-options-save): Add blink-cursor-mode.
6108 (menu-bar-options-menu): Add blink-cursor-mode.
6109
6110 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6111
6112 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6113 (icalendar-export-file, icalendar-export-region)
6114 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6115 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6116
6117 2005-03-04 Lute Kamstra <lute@gnu.org>
6118
6119 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6120 (debug-function-list): Ditto.
6121
6122 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6123
6124 * textmodes/texinfmt.el (texinfo-append-refill):
6125 Redefine the types of line to which @refill
6126 is not appended by replacing a search for `@refill\\|@bye' with
6127 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6128 itemize@refill' bug and the unfilled long lines bug.
6129 (texinfmt-version): Update number and date.
6130
6131 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6132
6133 * international/code-pages.el (windows-1250, windows-125[2-8])
6134 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6135
6136 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6139 bound yet.
6140
6141 2005-03-02 Romain Francoise <romain@orebokech.com>
6142
6143 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6144 buffer after removing limits.
6145 (ibuffer-pop-filter): Ditto.
6146 Update copyright.
6147
6148 2005-03-02 Miles Bader <miles@gnu.org>
6149
6150 * button.el (make-text-button): If the user doesn't specify a
6151 type, use the default. Rewrite to use `add-text-properties' and
6152 plist functions.
6153
6154 2005-03-01 Lute Kamstra <lute@gnu.org>
6155
6156 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6157 (debugger-jumping-flag): New var.
6158 (debug-entry-code): Use it.
6159 (debugger-jump): Use debugger-jumping-flag and add
6160 debugger-reenable to post-command-hook.
6161 (debugger-reenable): Use debugger-jumping-flag and remove itself
6162 from post-command-hook.
6163 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6164 debugger-reenable.
6165
6166 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6167
6168 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6169 inclusion of "itemize\\|", which may be unnecessary, is certainly
6170 inelegant, and stops refilling in itemize lists when formatting
6171 Japanese Texinfo files to Info.
6172 Update copyright to 2005.
6173
6174 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6175
6176 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6177 of an error if GDB can't find the source file.
6178
6179 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6180
6181 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6182 not just the calendar.
6183
6184 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6185 first.
6186 (diary-redraw-calendar): New function.
6187 (make-diary-entry): Add diary-redraw-calendar to local
6188 write-contents-functions. Turn off selective display before
6189 inserting in diary.
6190
6191 2005-03-01 Kim F. Storm <storm@cua.dk>
6192
6193 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6194
6195 2005-03-01 Lute Kamstra <lute@gnu.org>
6196
6197 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6198 that debug-entry-code can be safely removed from a function while
6199 this code is being evaluated. Revert the 2005-02-27 change as the
6200 new implementation no longer requires it. Make sure that a
6201 function body containing just a string is not mistaken for a docstring.
6202 (debug): Skip one more frame in case of debug on entry.
6203 (debugger-setup-buffer): Delete one more frame line in case of
6204 debug on entry.
6205 (debugger-frame-number): Update to use the new text introduced by
6206 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6207
6208 2005-02-28 Kim F. Storm <storm@cua.dk>
6209
6210 * double.el (double-translate-key): Call force-window-update after
6211 read-event to avoid crash in redisplay.
6212
6213 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6216 (debug): Use it. Move the inhibit-trace earlier.
6217 (debug-entry-code): New const.
6218 (debug-on-entry-1): Use it.
6219
6220 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6221
6222 * international/utf-16.el (ccl-encode-mule-utf-16le):
6223 Fix BUFFER_MAGNIFICATION to 2.
6224 (ccl-encode-mule-utf-16be): Likewise.
6225
6226 2005-02-28 Kenichi Handa <handa@m17n.org>
6227
6228 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6229 Fix BUFFER_MAGNIFICATION to 4.
6230 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6231
6232 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * speedbar.el (speedbar-update-flag): Doc fix.
6235 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6236 argument.
6237
6238 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6241 have a non-nil `invisible' property but are actually visible.
6242
6243 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6244 for perldoc sections.
6245 (perl-outline-regexp, perl-outline-level): New var and function.
6246 (perl-mode): Use them.
6247
6248 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6249
6250 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6251 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6252
6253 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6254
6255 * cus-edit.el: Comment change.
6256 (custom-buffer-create-internal): Slightly reword text at top of
6257 Custom buffers. Mention there that saving an option edits the
6258 init file. Add link to Emacs manual node on `custom-file'.
6259 (custom-magic-alist): Rewrite individual State messages to use
6260 capitalized keywords. Doc fix.
6261
6262 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6263
6264 * calendar/calendar.el (calendar-buffer): Move above
6265 calendar-week-start-day.
6266 (calendar-week-start-day): Doc fix. Add :set function.
6267 (calendar-minimum-window-height): New variable.
6268 (generate-calendar-window): Only resize window if selected-window
6269 is displaying the calendar buffer. Use new variable
6270 calendar-minimum-window-height.
6271 (generate-calendar): Reword error message.
6272 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6273
6274 2005-02-27 Andreas Schwab <schwab@suse.de>
6275
6276 * vc.el (vc-do-command): Don't run command asynchronously when
6277 operating in a remote directory.
6278
6279 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6280 change from sync with Tramp 2.0.47.
6281
6282 2005-02-27 Richard M. Stallman <rms@gnu.org>
6283
6284 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6285
6286 * textmodes/flyspell.el (flyspell-mode-on):
6287 Call ispell-change-dictionary only if necessary.
6288
6289 * emacs-lisp/re-builder.el (regexp-builder): New function.
6290
6291 * register.el (describe-register-1): Explicitly handle
6292 yank-excluded-properties = t.
6293
6294 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6295 (custom-magic-alist): Change the status descriptions again.
6296 (face widget-type): Total rewrite based on `restricted-sexp'
6297 to eliminate the confusing double hiding levels.
6298
6299 * emacs-lisp/debug.el (debug-on-entry-1):
6300 If function body is empty, add nil as body form.
6301
6302 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * emacs-lisp/trace.el (inhibit-trace): New var.
6305 (trace-make-advice): Use it.
6306
6307 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6308
6309 2005-02-26 Kim F. Storm <storm@cua.dk>
6310
6311 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6312 (mouse-on-link-p, mouse-drag-region-1): Use it.
6313
6314 2005-02-25 Lute Kamstra <lute@gnu.org>
6315
6316 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6317
6318 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6319
6320 * frame.el (blink-cursor-mode): Add :group keyword.
6321
6322 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6323
6324 * calendar/icalendar.el (icalendar--decode-isodatetime):
6325 New optional argument DAY-SHIFT.
6326 (icalendar-export-region): Fix coding-system-for-write.
6327 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6328 events by one.
6329
6330 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6333
6334 2005-02-24 Kim F. Storm <storm@cua.dk>
6335
6336 * international/iso-acc.el (iso-accents-compose): Fix crash
6337 during redisplay. Call force-window-update after read-event
6338 and delete-region to signal that window is not accurate.
6339
6340 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6343 Remove unused and inexistent var `inhibit-trace'.
6344 (debugger-mode): Use run-mode-hooks.
6345 (debugger-list-functions): Add buttons; setup xref stack.
6346
6347 2005-02-23 Richard M. Stallman <rms@gnu.org>
6348
6349 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6350 appointment says it was explicitly made.
6351 (appt-add): Set the 3rd element.
6352 (appt-make-list): Preserve explicit appointments.
6353
6354 * subr.el (find-tag-default): Catch errors in forward-sexp.
6355
6356 2005-02-23 Juri Linkov <juri@jurta.org>
6357
6358 * info.el (Info-isearch-search): New defcustom.
6359 (Info-isearch-search): Call the default isearch function
6360 when Info-isearch-search is nil.
6361 (Info-isearch-wrap): Use variable Info-isearch-search.
6362
6363 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * cus-edit.el: Comment change.
6366
6367 2005-02-22 Kim F. Storm <storm@cua.dk>
6368
6369 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6370 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6371
6372 2005-02-22 Simon Josefsson <jas@extundo.com>
6373
6374 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6375 New variable.
6376 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6377 Oskarsson" <myrkraverk@users.sourceforget.net>.
6378
6379 2005-02-22 Kim F. Storm <storm@cua.dk>
6380
6381 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6382 check that window of that event is the selected window.
6383 (mouse-drag-region-1): Compare mouse event window to selected
6384 window before setting point.
6385
6386 * tooltip.el (tooltip-show-help-function): Pass event to
6387 mouse-on-link-p so it can check selected window.
6388
6389 2005-02-22 Kenichi Handa <handa@m17n.org>
6390
6391 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6392 (ps-mule-show-warning): New function.
6393 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6394 characters are found.
6395
6396 * ps-print.el (ps-header-footer-string): Return a list of header
6397 and footer strings.
6398
6399 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6400
6401 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6402
6403 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * frame.el (blink-cursor-mode): Use define-minor-mode.
6406
6407 * term/mac-win.el (function-key-map): Use char-names more consistently.
6408 (file-name-coding-system): Only set it for MacOS-9. The other case is
6409 already handled in mule-cmds.el (where it also works when mac-win.el
6410 is not used).
6411
6412 2005-02-21 Kenichi Handa <handa@m17n.org>
6413
6414 * international/mule.el (ctext-pre-write-conversion): Always use
6415 " *code-converting-work*" buffer for work.
6416
6417 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6418
6419 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6420
6421 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6422
6423 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6424
6425 * ses.el (undo-more): Restore defadvice, but only the part that
6426 allows changes outside the restricted area of the buffer.
6427
6428 2005-02-20 Kim F. Storm <storm@cua.dk>
6429
6430 * simple.el (line-move): Add fourth optional arg try-vscroll which
6431 must be set to perform auto-window-vscroll.
6432 When moving backwards and doing auto-window-vscroll, automatically
6433 vscroll to the last part of lines which are taller than the window.
6434 (next-line, previous-line): Set try-vscroll arg on line-move.
6435
6436 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6437
6438 * replace.el (query-replace, query-replace-regexp)
6439 (replace-string, replace-regexp): When operating on region, make
6440 the minibuffer prompt say so.
6441
6442 * isearch.el (isearch-forward): Document isearch-query-replace and
6443 isearch-query-replace-regexp keybindings.
6444
6445 2005-02-19 Jay Belanger <belanger@truman.edu>
6446
6447 * calc/calc-aent.el (math-read-token): Add local variable.
6448
6449 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6450 (calc-edit-top): Move declaration to earlier in file.
6451 (calc-edit-macro-repeats): Add local variables.
6452
6453 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6454 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6455 calcFunc-tanh.
6456 Adjust integration rule for calcFunc-tan.
6457
6458 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6459
6460 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6461 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6462 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6463 (viper-skip-separators): Bug fix.
6464 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6465 particular major mode.
6466 (viper-del-backward-char-in-replace): Don't put deleted char on the
6467 kill ring.
6468
6469 * viper-ex.el (viper-color-display-p): New function.
6470 (viper-has-face-support-p): Use viper-color-display-p.
6471
6472 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6473
6474 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6475
6476 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6477 (viper-file-remote-p): Make equivalent to file-remote-p.
6478
6479 * viper.el (viper-major-mode-modifier-list):
6480 Use viper-gnus-modifier-map.
6481
6482 2005-02-19 David Kastrup <dak@gnu.org>
6483
6484 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6485 quoting.
6486
6487 2005-02-19 Jay Belanger <belanger@truman.edu>
6488
6489 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6490 Remove extra definitions.
6491 (calc-coth): New function.
6492 (calcFunc-cot): Fix `let'.
6493
6494 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6495
6496 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6497 the reasons we use "type pc" in these faces.
6498
6499 * button.el (button): Ditto.
6500
6501 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6502
6503 * replace.el (query-replace-read-from): Set the value of
6504 query-replace-from-history-variable to handle the case of an empty
6505 string entered to accept the suggested default.
6506
6507 * net/tramp.el (tramp-file-name-for-operation):
6508 Use dired-call-process instead of dired-call-process-command.
6509
6510 2005-02-19 Jay Belanger <belanger@truman.edu>
6511
6512 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6513 (math-div-non-trig): New variables.
6514 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6515 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6516 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6517 trig expressions.
6518
6519 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6520
6521 * progmodes/gdb-ui.el (gdb-var-update-handler)
6522 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6523 for watch expressions,
6524 (gdb-var-create-handler): Don't set speedbar-update-flag.
6525 (gdb-post-prompt): Simplify test for speedbar.
6526
6527 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6528
6529 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6530 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6531 we use the syntax table of the correct buffer.
6532 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6533 Felix Gatzemeier.
6534
6535 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6536 (ediff-file-remote-p): Make synonymous with file-remote-p.
6537 In all deffaces ediff-*-face-*, use min-colors.
6538
6539 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6540 ediff-recurse-to-subdirectories.
6541 (ediff-mark-if-equal): Check that the arguments are strings, use
6542 ediff-same-contents (after to Felix Gatzemeier).
6543
6544 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6545 nil.
6546
6547 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6550
6551 2005-02-18 David Kastrup <dak@gnu.org>
6552
6553 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6554 use `mark-active' when defined.
6555
6556 2005-02-18 Kenichi Handa <handa@m17n.org>
6557
6558 * ps-print.el (ps-font-info-database): New entry
6559 ZapfChancery-MediumItalic with correct font name. Fix font name
6560 of the entry Zapf-Chancery-MediumItalic.
6561
6562 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6565
6566 2005-02-16 Kim F. Storm <storm@cua.dk>
6567
6568 * ido.el (ido-fallback-command): Pass user input to fallback command.
6569
6570 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6571
6572 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6573 (gdb-find-file-hook): Add server prefix.
6574
6575 2005-02-16 Richard M. Stallman <rms@gnu.org>
6576
6577 * replace.el (perform-replace): Pass new args to replace-highlight.
6578 (replace-highlight): Take region args,
6579 and pass them to isearch-lazy-highlight-new-loop.
6580
6581 * novice.el (disabled-command-hook): Autoload the defalias
6582 and the make-obsolete-variable call.
6583
6584 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6585
6586 * isearch.el (isearch-lazy-highlight-start-limit)
6587 (isearch-lazy-highlight-end-limit): New variables limit
6588 the region for highlighting.
6589 (isearch-lazy-highlight-new-loop): New args BEG and END.
6590 (isearch-lazy-highlight-search): Use the new vars.
6591 (isearch-lazy-highlight-update): Likewise.
6592
6593 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6594
6595 * cus-start.el (all): Use default-boundp.
6596
6597 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6598
6599 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6600
6601 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6602
6603 * autorevert.el (auto-revert-stop-on-user-input)
6604 (auto-revert-verbose): Doc fixes.
6605
6606 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6607
6608 * international/mule-cmds.el (set-locale-environment): Remove call
6609 to set-selection-coding-system on Windows.
6610
6611 2005-02-15 Jay Belanger <belanger@truman.edu>
6612
6613 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6614 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6615 calcFunc-coth.
6616 (math-simplify-sqrt): Add simplifications.
6617
6618 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6619 to list.
6620
6621 * calc/calc-ext.el: Add functions to autoloads.
6622
6623 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6624 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6625 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6626 (math-csc-raw, math-cot-raw): New functions.
6627
6628 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6629
6630 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6631 the variable name in a message.
6632
6633 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6634 calcFunc-csc, calcFunc-cot.
6635
6636 * calc/calcalg2.el: Add derivative and integration rules for
6637 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6638 calcFunc-csch, calcFunc-coth.
6639 (math-do-integral-methods): Add to checks for when to use
6640 substitutions.
6641
6642 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6643
6644 2005-02-15 Lute Kamstra <lute@gnu.org>
6645
6646 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6647 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6648 <monnier@iro.umontreal.ca>
6649 (lisp-outline-level): Improve efficiency. Suggested by David
6650 Kastrup <dak@gnu.org>.
6651
6652 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6653
6654 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6655 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6656 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6657 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6658 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6659
6660 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6661
6662 * cus-start.el (all): Comment change.
6663
6664 2005-02-14 Lute Kamstra <lute@gnu.org>
6665
6666 * cus-start.el (all): Check if symbol is void.
6667
6668 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6669
6670 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6671 optional argument to \cite.
6672
6673 2005-02-14 Richard M. Stallman <rms@gnu.org>
6674
6675 * cus-edit.el (custom-buffer-create-internal): Update help message.
6676 (custom-magic-alist): Update help messages.
6677
6678 * cus-start.el (all): Allow a var to specify a standard value.
6679
6680 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * custom.el (custom-theme-set-variables): Handle variable aliases.
6683
6684 * frame.el (blink-cursor-timer): Doc fix.
6685 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6686 declare obsolete.
6687 (blink-cursor-mode): Define with defcustom and use correct
6688 standard expression in that defcustom.
6689 * startup.el (command-line): Adapt to above changes in frame.el.
6690
6691 2005-02-11 Lute Kamstra <lute@gnu.org>
6692
6693 * apropos.el (apropos-score-doc): Prevent division by zero.
6694
6695 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6696
6697 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6698 (icalendar--get-event-property-attributes)
6699 (icalendar--get-event-properties)
6700 (icalendar--datetime-to-diary-date): New functions.
6701 (icalendar--split-value): Doc fix.
6702 (icalendar--datetime-to-noneuropean-date)
6703 (icalendar--datetime-to-european-date): New optional argument
6704 SEPARATOR. Return result as a string instead of a list.
6705 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6706 (icalendar--convert-string-for-export): Rename arg S to STRING.
6707 (icalendar-export-region): Doc fix. Change name of error buffer.
6708 Save output buffer.
6709 (icalendar-import-file): Add blank at end of prompt.
6710 (icalendar-import-buffer): Doc fix. Do not switch to error
6711 buffer. Indicate status in return value.
6712 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6713 buffer. Save output buffer. Handle exception from recurrence
6714 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6715 events. Fix problems with weekly all-day events.
6716
6717 2005-02-10 Richard M. Stallman <rms@gnu.org>
6718
6719 * simple.el (eval-expression-print-format):
6720 Avoid warning about edebug-active.
6721
6722 * help.el (help-for-help-internal): Rename from help-for-help.
6723 (help-for-help): Define with defalias.
6724
6725 * font-core.el (font-lock-default-function): Use with-no-warnings.
6726
6727 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6728
6729 * custom.el (defface): Doc fix.
6730
6731 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6732
6733 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6734 width 0" to prevent word wrapping problems.
6735
6736 2005-02-09 Kim F. Storm <storm@cua.dk>
6737
6738 * ido.el (ido-file-extensions-order): New defcustom.
6739 (ido-file-extension-lessp, ido-file-extension-aux)
6740 (ido-file-extension-order): New advanced file ordering.
6741 (ido-file-lessp): New simple file ordering.
6742 (ido-sort-list): Remove.
6743 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6744 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6745
6746 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6747
6748 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6749 that some versions of grep produce.
6750 (grep-mode-font-lock-keywords): Likewise.
6751
6752 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6755 (gdb-cdir): Delete.
6756 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6757 (gdb-source-info): Treat case when source file is in another
6758 directory properly.
6759 (gdb-get-location): New function.
6760
6761 2005-02-07 Jay Belanger <belanger@truman.edu>
6762
6763 * calc/calc-prog.el (calc-write-parse-table-part)
6764 (calc-fix-token-name): Fix a check for language type.
6765
6766 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6767
6768 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6769
6770 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6771 as directory not writable.
6772
6773 2005-02-07 Kim F. Storm <storm@cua.dk>
6774
6775 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6776 (cua--standard-movement-commands): Remove list.
6777 Instead, set CUA property value to move for movement commands.
6778 (cua-movement-commands): Remove. Users must set CUA prop instead.
6779 (cua--pre-command-handler): Check CUA property.
6780 (cua--init-keymaps): Don't remap undo commands.
6781 (cua-mode): Don't call cua--rectangle-on-off.
6782
6783 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6784 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6785 (cua--rect-undo-set-point): New var.
6786 (cua--rectangle-undo-boundary): Setup undo apply entry.
6787 (cua--rect-undo-handler): New function for rectangle undo.
6788 (cua--rect-start-position, cua--rect-end-position): Add.
6789 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6790 for restored rectangle. Set point if cua--rect-undo-set-point.
6791
6792 2005-02-06 Jay Belanger <belanger@truman.edu>
6793
6794 * calc/calc-lang.el (calc-tex-language): Display more information
6795 in messages.
6796
6797 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6798 in TeX mode.
6799
6800 2005-02-06 Richard M. Stallman <rms@gnu.org>
6801
6802 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6803
6804 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6805
6806 * net/ldap.el (ldap-search-internal): Support attributes with
6807 optional descriptions separated by a semi-colon, as in
6808 "userCertificate;binary".
6809
6810 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6811
6812 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6813 isn't a cons (i.e. the version is 0).
6814
6815 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6816
6817 * help.el (help-for-help): Doc fix.
6818
6819 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6820
6821 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6822 GDB-Windows on the menu-bar as this works better.
6823
6824 2005-02-04 Jay Belanger <belanger@truman.edu>
6825
6826 * calc/calc-embed.el (calc-embedded-update): Don't put in
6827 unnecessary newlines. Adjust the end of formula marker.
6828
6829 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6830 (math-latex-parse-two-args): New function.
6831
6832 2005-02-03 Lute Kamstra <lute@gnu.org>
6833
6834 * help-fns.el (help-with-tutorial): Make sure that users cannot
6835 remove the entire text of the tutorial by means of `undo'.
6836
6837 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6840 in recent changes, where the ispell process was repeatedly
6841 killed & restarted.
6842
6843 * international/mule-cmds.el (set-locale-environment): Set file-name
6844 coding system to utf-8 on Darwin systems.
6845 (set-default-coding-systems): Don't set default-file-name-coding-system
6846 on Darwin systems.
6847
6848 2005-02-03 Richard M. Stallman <rms@gnu.org>
6849
6850 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6851
6852 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6853
6854 * faces.el (list-faces-display): Add optional argument.
6855
6856 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * font-core.el (font-lock-default-function): Handle the rare case where
6859 only font-lock-keywords is set.
6860
6861 2005-02-02 Kenichi Handa <handa@m17n.org>
6862
6863 * international/characters.el: Cancel previous change for
6864 I-WITH-DOT-ABOVE and DOTLESS-i.
6865
6866 * international/latin-5.el: Cancel previous change.
6867
6868 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6871
6872 2005-02-02 Kenichi Handa <handa@m17n.org>
6873
6874 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6875 DOTLESS-i.
6876
6877 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6878 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6879
6880 * case-table.el (get-upcase-table): New function.
6881 (copy-case-table): Copy upcaes table too if non-nil.
6882 (set-case-syntax-delims): Maintain upcase table too.
6883 (set-case-syntax-pair): Likewise.
6884 (set-upcase-syntax, set-downcase-syntax): New functions.
6885 (set-case-syntax): Maintain upcase table too.
6886
6887 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6888
6889 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6890
6891 * progmodes/gud.el (gud-goto-info): New function.
6892 (gud-tool-bar-map): Use correct icon.
6893
6894 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6895
6896 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6897 When delegating, order args in the funcall correctly.
6898
6899 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6900
6901 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6902
6903 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6904
6905 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6906 buffer not visiting a file.
6907
6908 2005-01-31 Jay Belanger <belanger@truman.edu>
6909
6910 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6911 bound on the line with the formula.
6912
6913 2005-01-31 Kim F. Storm <storm@cua.dk>
6914
6915 * ses.el (ses-create-cell-variable-range)
6916 (ses-destroy-cell-variable-range, ses-reset-header-string)
6917 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6918 (ses-insert-row): Fix format of apply undo entries.
6919
6920 2005-01-31 Jay Belanger <belanger@truman.edu>
6921
6922 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6923 parts.
6924
6925 * calc/calc-embed.el (calc-embedded-open-formula)
6926 (calc-embedded-close-formula): Ignore matrix environments.
6927
6928 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6929 TeX mode.
6930
6931 * calc/calc-lang.el (math-function-table, math-oper-table)
6932 (math-variable-table): Adjust the LaTeX portions.
6933
6934 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6935 (math-latex-ignore-words): New constant.
6936
6937 2005-01-31 Richard M. Stallman <rms@gnu.org>
6938
6939 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6940 (ispell-local-dictionary): Doc fix.
6941 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6942 Don't reinitialize at run time. Don't defcustom.
6943 All uses changed to append ispell-local-dictionary-alist,
6944 or check it first.
6945 (ispell-current-dictionary): New variable for dictionary in use.
6946 (ispell-dictionary): Now used only for global default.
6947 (ispell-start-process): Set ispell-current-dictionary,
6948 not ispell-dictionary.
6949 (ispell-change-dictionary): Use this only for setting
6950 user preferences.
6951 (ispell-internal-change-dictionary): New function
6952 to change the current dictionary in use.
6953 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6954 Use ispell-current-dictionary.
6955 Handle ispell-local-dictionary-overridden.
6956 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6957
6958 2005-01-31 Jay Belanger <belanger@truman.edu>
6959
6960 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6961
6962 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6963 (calc-mode-map): Add calc-latex-language.
6964
6965 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6966 (math-latex-print-frac): New functions.
6967 (math-oper-table, math-function-table, math-variable-table)
6968 (math-complex-format, math-input-filter): Add latex properties.
6969 (calc-set-language): Set math-expr-special-function-mapping.
6970
6971 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6972 (calc-write-parse-table-part): Add LaTeX support.
6973
6974 * calc/calc.el (calc-language): Adjust docstring.
6975 (calc-set-mode-line): Add LaTeX support.
6976 (math-expr-special-function-mapping): New variable.
6977 (math-tex-ignore-words): Add to list.
6978
6979 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6980 Add LaTeX support.
6981 (math-compose-expr): Add support for special functions.
6982
6983 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6984
6985 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * progmodes/gdb-ui.el (gdb-memory-address)
6988 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6989 (gdb-memory-mode-map, gdb-memory-format-keymap)
6990 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6991 (gdb-memory-unit-menu): New variables for a buffer
6992 that lets the user examine program memory.
6993 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6994 (gdb-memory-format-binary, gdb-memory-format-octal)
6995 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6996 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6997 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6998 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6999 (gdb-memory-unit-byte, gdb-memory-unit-menu)
7000 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
7001 (gdb-memory-mode, gdb-memory-buffer-name)
7002 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
7003 New functions for above buffer.
7004
7005 2005-01-30 Richard M. Stallman <rms@gnu.org>
7006
7007 * cus-edit.el (custom-bury-buffer): Function deleted.
7008 (custom-buffer-done-function): Option deleted.
7009 (custom-buffer-done-kill): New (replacement option.
7010 (Custom-buffer-done): Call quit-window.
7011 (custom-buffer-create-internal): Update for above changes.
7012
7013 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7014
7015 * simple.el (undo-ask-before-discard): New var.
7016 (undo-outer-limit-truncate): Implement it.
7017 (undo-extra-outer-limit): Doc update.
7018
7019 2005-01-29 Richard M. Stallman <rms@gnu.org>
7020
7021 * ses.el (undo-more): Delete defadvice.
7022 (ses-begin-change): Doc fix.
7023
7024 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7025 instead of rebinding C-x u and C-_.
7026
7027 * files.el (normal-backup-enable-predicate): Return nil for files
7028 in /tmp, regardless of temporary-file-directory.
7029
7030 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7031
7032 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7033 (open-rectangle, delete-whitespace-rectangle-line)
7034 (clear-rectangle-line): If FILL, pass t instead of FILL
7035 for move-to-column's 2nd arg.
7036
7037 * simple.el (undo): Fix the test for continuing a series of undos.
7038 (undo-more): Set pending-undo-list to t when we reach end.
7039 (pending-undo-list): Move up defvar.
7040
7041 * wid-edit.el (widget-button-click):
7042 Shorten the range of the track-mouse binding.
7043
7044 * comint.el (comint-insert-input): Undo previous changes;
7045 use last-input-event in interactive spec.
7046
7047 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7048
7049 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7050 to nil before invoking call-process. Reset buffer's modified flag
7051 after fontifying it in the no-async branch.
7052
7053 * wid-edit.el (widget-specify-button): If mouse pointer shape
7054 cannot be changed, use mouse face instead.
7055
7056 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7057
7058 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7059 (gdb-goto-breakpoint): Make breakpoint handling work on template
7060 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7061 (gdb-assembler-custom): Update to recognise breakpoint information
7062 added on 2005-01-19.
7063
7064 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7067 (dsssl-mode): Use define-derived-mode.
7068 (scheme-mode-initialize): Remove.
7069 (scheme-mode): Use run-mode-hooks.
7070
7071 * cus-edit.el (customize-group-other-window)
7072 (custom-buffer-create-other-window): Don't override special-display-*.
7073 (custom-mode-map): Make it dense.
7074
7075 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7076 sets the default value.
7077
7078 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7079
7080 * descr-text.el: Add more keywords.
7081
7082 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * speedbar.el: Avoid unnecessary use of locate-library.
7085
7086 * international/mule-cmds.el (standard-display-european-internal):
7087 Don't fiddle with latin-1 non-break space any more since it's now
7088 special cased in the C code.
7089 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7090
7091 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * cus-start.el (all): Add `undo-outer-limit'.
7094
7095 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7096
7097 * textmodes/bibtex.el (bibtex-format-entry):
7098 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7099 field lines.
7100 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7101 not on part of a buffer.
7102
7103 2005-01-25 Lute Kamstra <lute@gnu.org>
7104
7105 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7106 nonempty field text strings like "{letters\\macro{}more letters}".
7107 Clarify docstring.
7108 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7109 (bibtex-entry-offset, bibtex-parse-association)
7110 (bibtex-parse-field-name): Fix typos in docstrings.
7111 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7112
7113 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7114
7115 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7116 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7117 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7118 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7119
7120 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7121 isearch minor mode.
7122
7123 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7124
7125 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7126
7127 2005-01-24 Lute Kamstra <lute@gnu.org>
7128
7129 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7130 CASECHARS and NOT-CASECHARS regular expressions of the
7131 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7132 striding over charsets" error.
7133
7134 2005-01-24 Jay Belanger <belanger@truman.edu>
7135
7136 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7137 display variable name.
7138
7139 2005-01-24 Kenichi Handa <handa@m17n.org>
7140
7141 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7142 Fix setting of the element of encoded-kbd-iso2022-invocations.
7143
7144 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7147 (gdb-threads-select): Change to also accept mouse events.
7148 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7149 (gdb-threads-mouse-select): Delete.
7150
7151 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * files.el (insert-directory): Take care of empty directory,
7154 listed without -a switch.
7155
7156 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * textmodes/refill.el (refill-post-command-function):
7159 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7160 to the list of functions that we should be careful not to undo.
7161 (refill-late-fill-paragraph-function): Remove.
7162 (refill-saved-state): New var.
7163 (refill-mode): Use it to save fill-paragraph-function.
7164 Save also the value of auto-fill-function.
7165
7166 * term/w32-win.el: Simplify code.
7167
7168 2005-01-23 Kim F. Storm <storm@cua.dk>
7169
7170 * simple.el (line-move): Adapt to new return value from
7171 pos-visible-in-window-p.
7172
7173 * simple.el (line-move): Fix last change. Check partial
7174 visibility at point rather than at window-start.
7175
7176 2005-01-22 Jason Rumney <jasonr@gnu.org>
7177
7178 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7179
7180 2005-01-22 David Kastrup <dak@gnu.org>
7181
7182 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7183
7184 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7185
7186 * type-break.el (type-break-mode): Add a test for
7187 type-break-file-name being non-nil.
7188
7189 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7190
7191 * net/eudc.el (top level): Call (message "") via progn, so that
7192 eudc-options-file is loaded.
7193
7194 2005-01-22 Kim F. Storm <storm@cua.dk>
7195
7196 * simple.el (line-move-1): Rename from line-move.
7197 (line-move): New function that adjusts vscroll for partially
7198 visible rows, and calls line-move-1 otherwise.
7199
7200 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7201
7202 * pcomplete.el: define pcomplete-read-event instead of read-event,
7203 since it's not a complete read-event implementation
7204
7205 2005-01-20 Jay Belanger <belanger@truman.edu>
7206
7207 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7208 for called function.
7209
7210 2005-01-20 Steven Tamm <steventamm@mac.com>
7211
7212 * term/mac-win.el (process-connection-type): Remove.
7213 Controlled now by s/darwin.h:PTY_ITERATION.
7214
7215 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7216
7217 * window.el (handle-select-window): Don't switch window when we're
7218 in the minibuffer.
7219
7220 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7221
7222 * subr.el (dotimes-with-progress-reporter): New macro.
7223
7224 * ses.el (ses-dotimes-msg): Remove macro.
7225 Use `dotimes-with-progress-reporter' instead.
7226
7227 2005-01-19 Steven Tamm <steventamm@mac.com>
7228
7229 * term/mac-win.el (process-connection-type): Use new
7230 operating-system-release variable to use ptys on Darwin 7 (OSX
7231 10.3) when using carbon build.
7232
7233 2005-01-19 Jay Belanger <belanger@truman.edu>
7234
7235 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7236 flags if the last command was a tab or M-tab.
7237
7238 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7239 in formula editing buffer.
7240
7241 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7242
7243 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7244 breakpoint image symbol in margin.
7245
7246 2005-01-19 Jay Belanger <belanger@truman.edu>
7247
7248 * calc/calc-prog.el (calc-execute-kbd-macro):
7249 Ignore calc-keep-arg-flag.
7250
7251 2005-01-19 Kenichi Handa <handa@m17n.org>
7252
7253 * textmodes/ispell.el (ispell-looking-at): New function.
7254 (ispell-process-line): Use ispell-looking-at to compare the ispell
7255 output and the buffer contents.
7256
7257 2005-01-18 Jay Belanger <belanger@truman.edu>
7258
7259 * calc/calc.el (calc-display-raw): Fix docstring.
7260
7261 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * simple.el (blink-matching-open): Strip extra info from syntax.
7264
7265 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7266 funny chars in the end-of-here-doc marker.
7267
7268 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7269
7270 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7271 that enable/disabled state of breakpoints is shown correctly in
7272 fringe and on ttys.
7273 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7274 Add breakpoint information as text properties.
7275 (gdb-mouse-toggle-breakpoint):
7276 Rename to gdb-mouse-set-clear-breakpoint.
7277 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7278 breakpoints in the margin.
7279 (gdb-remove-strings): Simplify.
7280
7281 2005-01-17 Jay Belanger <belanger@truman.edu>
7282
7283 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7284 erasing buffer.
7285
7286 2005-01-17 Richard M. Stallman <rms@gnu.org>
7287
7288 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7289 for calling grep-compute-defaults.
7290
7291 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7292 if buffer is empty.
7293
7294 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7295
7296 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7299
7300 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7301 non-preloaded variables.
7302
7303 2005-01-17 Steven Tamm <steventamm@mac.com>
7304
7305 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7306 tex-shell cause to force interactivity when using pipes.
7307
7308 2005-01-17 Kim F. Storm <storm@cua.dk>
7309
7310 * simple.el (just-one-space): Make arg optional.
7311
7312 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7313
7314 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7315 posn-at-x-y to t to access left-margin.
7316
7317 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7318
7319 Sync with Tramp 2.0.47.
7320
7321 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7322 catching keep-date problems in cp/scp operations.
7323 (tramp-handle-copy-file): Don't call `set-file-modes'
7324 unconditionally. Specialized functions should know better what is
7325 necessary. This improves performance a little bit, and the
7326 functions could catch errors with `cp -p' and `scp -p'.
7327 (tramp-do-copy-or-rename-file-via-buffer)
7328 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7329 when appropriate.
7330 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7331 Call `set-file-modes' when appropriate.
7332 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7333 Johnsson <isak@hypergene.com>
7334 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7335 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7336 <joakim@verona.se>
7337 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7338 Emacs only.
7339
7340 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7341 `find-file-hooks' and `dired-mode-hook'.
7342 (tramp-minor-mode-map): Respective map. Add remapping for
7343 `compile' and `recompile'.
7344 (tramp-remap-command, tramp-recompile): New defuns.
7345 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7346 in buffer "*Compilation*". Call the commands asynchronously.
7347
7348 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7349 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7350 `shell-command', because it isn't magic in XEmacs. Reported by
7351 Adrian Aichner <adrian@xemacs.org>.
7352
7353 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7354 `substitute-in-file-name.
7355 (tramp-smb-handle-substitute-in-file-name): New defun.
7356 (tramp-smb-advice-PC-do-completion): Delete advice.
7357
7358 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7359
7360 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7361 Fix error in deleting region.
7362
7363 2005-01-15 Richard M. Stallman <rms@gnu.org>
7364
7365 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7366 In non-temp buffer, switch syntax table temporarily.
7367
7368 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7369
7370 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7371
7372 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7373
7374 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7375 (imenu--generic-function): Use START, not BEG, as pos of definition.
7376
7377 * simple.el (just-one-space): Argument specifies number of spaces.
7378
7379 * simple.el (eval-expression-print-format): Avoid warning
7380 about edebug-active.
7381
7382 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7383
7384 * progmodes/sh-script.el: Code copied from make-mode.el
7385 with small changes,
7386 (sh-mode-map): Bind C-c C-\.
7387 (sh-backslash-column, sh-backslash-align): New variables.
7388 (sh-backslash-region, sh-append-backslash): New functions.
7389
7390 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7391
7392 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7393 (rmail-pop-password, rmail-pop-password-required): Move to
7394 rmail-obsolete group.
7395 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7396 All callers updated.
7397 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7398 Take an argument specifying whether it is POP or IMAP mailbox we
7399 are using. All callers updated.
7400 (rmail-pop-password-error): Rename to
7401 rmail-remote-password-error. Added mailutils-specific error message.
7402 (rmail-movemail-search-path)
7403 (rmail-movemail-variant-in-use): New variables.
7404 (rmail-remote-password, rmail-remote-password-required):
7405 New customization variables.
7406 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7407 (rmail-parse-url): New function.
7408 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7409 with GNU mailutils movemail.
7410
7411 2005-01-15 Kevin Ryde <user42@zip.com.au>
7412
7413 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7414 suffix to space, $ or '$, to correctly position point when going
7415 to @table style constants like DBL_MAX.
7416
7417 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7418
7419 * type-break.el (type-break-mode, type-break-file-time)
7420 (type-break-file-keystroke-count, type-break-choose-file):
7421 Don't store data in or load data from the file if type-break-file-name
7422 is nil.
7423 (type-break-file-name): Doc update as per the above.
7424
7425 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7426
7427 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7428 lookup-key might return nil; handle that.
7429
7430 2005-01-15 Alan Mackenzie <acm@muc.de>
7431
7432 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7433 rather than the element found, thus enabling the tree to be setcar'd.
7434
7435 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7436
7437 * textmodes/org.el (org-show-following-heading): New option.
7438 (org-show-hierarchy-above): Use `org-show-following-heading'.
7439 (org-cycle): Documentation fix.
7440
7441 * textmodes/org.el (orgtbl-optimized): New option
7442 (orgtbl-mode): New command, a minor mode.
7443 (orgtbl-mode-map): New variable.
7444 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7445 (orgtbl-error, orgtbl-self-insert-command)
7446 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7447
7448 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7449 a local variable in each org-mode buffer.
7450
7451 * textmodes/org.el (org-set-regexps-and-options): Rename from
7452 `org-set-regexps'. Added checking for STARTUP keyword.
7453 (org-get-current-options): Add STARTUP options.
7454 (org-table-insert-row): Mode mode intelligent about when
7455 realignment is needed.
7456 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7457 New commands.
7458 (org-enable-table-editor): New default value `optimized'.
7459 (org-table-blank-field): Support blanking regions if active.
7460
7461 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7462
7463 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7464 if the year is not given.
7465
7466 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7467 Add new escapes %m and %M, fixed bug with %F by adding
7468 save-match-data.
7469 (reftex-reference): Remove ?. from list of spaces.
7470 (reftex-label-info): Add automatic label prefix recognition.
7471
7472 * textmodes/reftex-index.el (reftex-index-next-phrase):
7473 Add slave parameter to call of `reftex-index-this-phrase'.
7474 (reftex-index-this-phrase): New optional argument.
7475 (reftex-index-region-phrases): Add slave parameter to call of
7476 `reftex-index-this-phrase'.
7477 (reftex-display-index): New argument redo.
7478 (reftex-index-rescan): Add 'redo to arguments of
7479 `reftex-display-index'.
7480 (reftex-index-Rescan, reftex-index-revert)
7481 (reftex-index-switch-index-tag): Add 'redo to arguments of
7482 `reftex-display-index'.
7483 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7484 indexing. Fix bug with matching is there is a quote before or
7485 after the word.
7486
7487 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7488 Fix bug when collecting citation keys in lines with comments.
7489 (reftex-citation): Prefix argument no longer rescans the document,
7490 but forces prompting for optional arguments of cite macros.
7491 (reftex-do-citation): Prompting for optional arguments implemented.
7492
7493 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7494 Add optional arguments to most cite commands.
7495 (reftex-cite-cleanup-optional-args): New option
7496 (reftex-cite-prompt-optional-args): New option.
7497 (reftex-trust-label-prefix): New option.
7498
7499 * textmodes/reftex-toc.el (reftex-toc-find-section):
7500 Add push-mark before changing the position in the buffer.
7501
7502 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7503 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7504
7505 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7506
7507 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7508 more carefully.
7509
7510 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7513 (sgml-mode): Use it.
7514 (sgml-get-context): Better keep track of implicitly closed tags.
7515
7516 2005-01-13 Kenichi Handa <handa@m17n.org>
7517
7518 * textmodes/ispell.el: These changes are to fix misalignment error
7519 caused by equivalent characters of different Emacs charsets.
7520 (ispell-unified-chars-table): New variable.
7521 (ispell-get-decoded-string): New function.
7522 (ispell-get-casechars, ispell-get-not-casechars)
7523 (ispell-get-otherchars): Call ispell-get-decoded-string.
7524
7525 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7526
7527 * custom.el (custom-declare-variable): Just put symbol instead
7528 of (defvar . symbol) in `current-load-list'.
7529
7530 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7531
7532 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7533
7534 2005-01-12 Jay Belanger <belanger@truman.edu>
7535
7536 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7537 to create a Calc summary.
7538
7539 2005-01-12 Kim F. Storm <storm@cua.dk>
7540
7541 * mouse.el (mouse-on-link-p): Change functionality and doc
7542 string to comply with latest description in lisp ref.
7543
7544 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7547 Enable mouse clicks on mode-line, header-line and margin.
7548 (event-type): Give mouse event symbols an 'event-kind property
7549 with value 'mouse-click.
7550
7551 2005-01-12 Juri Linkov <juri@jurta.org>
7552
7553 * facemenu.el (list-colors-display): Add new arg buffer-name.
7554 Use it. Fix docstring. Replace code for identifying duplicate
7555 colors by the name with call to `list-colors-duplicates' which
7556 identifies duplicate colors by the value unless the color
7557 is one of special Windows colors. Set truncate-lines to t.
7558 Print sorted duplicate color names on each line. Indent to 22
7559 \(the longest color name in rgb.txt) instead of 20. Optimize.
7560 (list-colors-duplicates): New function.
7561 (facemenu-color-name-equal): Delete function.
7562
7563 * facemenu.el (list-colors-print): New function created from code
7564 in list-colors-display. Print #RRGGBB at the window right edge.
7565 (list-colors-display): When temp-buffer-show-function is not
7566 defined, call list-colors-print from temp-buffer-show-hook
7567 to get the right value of window-width in list-colors-print
7568 after the buffer is displayed.
7569
7570 * simple.el (pop-mark): Move deactivate-mark out of conditional
7571 part to deactivate the active mark regardless of the state of the
7572 mark ring.
7573
7574 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7575 variables line in desktop files.
7576
7577 2005-01-12 Juri Linkov <juri@jurta.org>
7578
7579 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7580 Bring together isearch highlight related options.
7581 (lazy-highlight): Replace group `replace' by `matching'.
7582 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7583 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7584 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7585 and declare them obsolete.
7586 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7587 (isearch-faces): Remove defgroup.
7588 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7589 Move isearch highlighting code closer to lazy highlighting code.
7590
7591 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7592 (query-replace-highlight, query-replace-lazy-highlight)
7593 (query-replace): Move definitions to the beginning of the file.
7594
7595 2005-01-11 Juri Linkov <juri@jurta.org>
7596
7597 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7598 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7599 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7600
7601 * info.el (Info-history-forward): New variable.
7602 (Info-select-node): Reset Info-history-forward to nil.
7603 (Info-last): Turn into defalias.
7604 (Info-history-back): Rename from Info-last.
7605 Add current node to Info-history-forward.
7606 (Info-history-forward): New fun.
7607 (Info-mode-map): Replace Info-last by Info-history-back.
7608 Bind Info-history-forward to "r".
7609 (Info-mode-menu): Replace Info-last by Info-history-back.
7610 Fix menu item text. Add menu item for Info-history-forward.
7611 (info-tool-bar-map): Replace Info-last by Info-history-back.
7612 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7613 for Info-history-forward.
7614 (Info-mode): Replace Info-last by Info-history-back in docstring.
7615 Add local variable Info-history-forward.
7616 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7617
7618 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7621 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7622 Ignore select-window events rather than fiddle with
7623 mouse-autoselect-window.
7624
7625 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7626
7627 * type-break.el (type-break-mode): Fix previous change.
7628
7629 2005-01-10 Jay Belanger <belanger@truman.edu>
7630
7631 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7632 calculator; only reset when point is inside a calculator.
7633 Don't adjust the window height if the window takes up the whole height
7634 of the frame.
7635
7636 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7637
7638 * ebuff-menu.el (Electric-buffer-menu-mode):
7639 Preserve value of buffer-local var header-line-format.
7640
7641 2005-01-09 Jay Belanger <belanger@truman.edu>
7642
7643 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7644 Make sure settings file exists before accessing it.
7645
7646 * calc/calc-embed.el (calc-embedded-subst):
7647 Replace math-multi-subst-rec, which is only supposed to be called
7648 by math-multi-subst, by math-multi-subst.
7649
7650 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7651
7652 * vc.el (vc-allow-async-revert): New user option.
7653 (vc-disable-async-diff): New internal variable.
7654 (vc-revert-buffer): Use them to disable asynchronous diff.
7655
7656 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7657 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7658 asynchronously if vc-disable-async-diff is t.
7659
7660 2005-01-09 Jay Belanger <belanger@truman.edu>
7661
7662 * calc/calc.el (defcalcmodevar): New macro.
7663 (calc-mode-var-list-restore-default-values)
7664 (calc-mode-var-list-restore-saved-values): New functions.
7665 (calc-mode-var-list): Use defcalcmodevar to define it.
7666 (calc-always-load-extensions, calc-line-numbering)
7667 (calc-line-breaking, calc-display-just, calc-display-origin)
7668 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7669 (calc-group-char, calc-point-char, calc-frac-format)
7670 (calc-prefer-frac, calc-hms-format, calc-date-format)
7671 (calc-float-format, calc-full-float-format, calc-complex-format)
7672 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7673 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7674 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7675 (calc-matrix-brackets, calc-language, calc-language-option)
7676 (calc-left-label, calc-right-label, calc-word-size)
7677 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7678 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7679 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7680 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7681 (calc-window-height, calc-display-trail, calc-show-selections)
7682 (calc-use-selections, calc-assoc-selections)
7683 (calc-display-working-message, calc-auto-why, calc-timing)
7684 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7685 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7686 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7687 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7688 (calc-gnuplot-geometry, calc-graph-default-resolution)
7689 (calc-graph-default-resolution-3d, calc-invocation-macro)
7690 (calc-show-banner): Use defcalcmodevar to declare them and set
7691 their default values.
7692
7693 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7694 instead of default values (but restore default values if there is
7695 an argument of 0).
7696
7697 2005-01-09 David Kastrup <dak@gnu.org>
7698
7699 * desktop.el (desktop-restore-eager): Fix typo in type.
7700
7701 2005-01-08 Richard M. Stallman <rms@gnu.org>
7702
7703 * cus-edit.el (customize): Delete :link.
7704
7705 2005-01-08 Jay Belanger <belanger@truman.edu>
7706
7707 * calc/calc.el (calc-mode): Remove the extension from the
7708 `calc-settings-file' file name when loading it.
7709
7710 2005-01-08 Kim F. Storm <storm@cua.dk>
7711
7712 * info.el (Info-mode-map, Info-next-link-keymap)
7713 (Info-prev-link-keymap, Info-up-link-keymap):
7714 Map follow-link to mouse-face.
7715 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7716
7717 2005-01-08 Jay Belanger <belanger@truman.edu>
7718
7719 * calc/calc.el (calc-settings-file): Change default value.
7720 Suggested by cgw in a comment in calc-mode.el.
7721
7722 * calc/calc-mode.el (calc-settings-file-name):
7723 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7724 Replace ~/.emacs in a prompt by calc-settings-file.
7725
7726 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7727
7728 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7729 (desktop-lazy-idle-delay): New customizable variables.
7730 (desktop-buffer-args-list): New variable.
7731 (desktop-append-buffer-args): New function.
7732 (desktop-save): Call desktop-append-buffer-args for some buffers.
7733 (desktop-lazy-create-buffer): New function.
7734 (desktop-idle-create-buffers): New function.
7735 (desktop-read): Add message about buffers to restore lazily.
7736 (desktop-lazy-abort): New command.
7737 (desktop-clear): Call desktop-lazy-abort.
7738 (desktop-lazy-complete): New command.
7739
7740 2005-01-06 Richard M. Stallman <rms@gnu.org>
7741
7742 * emacs-lisp/find-func.el (find-face-definition):
7743 Rename from find-face.
7744
7745 2005-01-06 Kim F. Storm <storm@cua.dk>
7746
7747 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7748
7749 * man.el (Man-xref-man-page, Man-xref-header-file)
7750 (Man-xref-normal-file): Add follow-link property.
7751
7752 2005-01-06 Jay Belanger <belanger@truman.edu>
7753
7754 * calc/calc-units.el: Make sure the proper macro definitions are
7755 available when compiling.
7756
7757 2005-01-06 Juri Linkov <juri@jurta.org>
7758
7759 * isearch.el (isearch-lazy-highlight-update):
7760 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7761
7762 2005-01-06 Miles Bader <miles@gnu.org>
7763
7764 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7765 (isearch-lazy-highlight-face): Use new name.
7766
7767 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * uniquify.el (uniquify-rationalize-file-buffer-names):
7770 Re-add an interactive spec.
7771 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7772 to the same name.
7773
7774 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7775 (isearch-update, isearch-done): Adjust calls accordingly.
7776
7777 2005-01-05 Richard M. Stallman <rms@gnu.org>
7778
7779 * custom.el (custom-set-variables, custom-theme-set-variables):
7780 Clarify documentation.
7781
7782 * emacs-lisp/find-func.el (find-variable)
7783 (find-variable-other-window, find-variable-other-frame):
7784 Fix the TYPE args to find-function-read and find-function-do-it.
7785 (find-function): Doc fix.
7786 (find-function-at-point): Replace function-at-point alias.
7787
7788 2005-01-04 Richard M. Stallman <rms@gnu.org>
7789
7790 * cus-face.el (custom-declare-face):
7791 Record defface in current-load-list.
7792
7793 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7794
7795 * emacs-lisp/find-func.el: Doc fixes.
7796 (find-face-regexp): New variable.
7797 (find-function-regexp-alist): New variable.
7798 (find-function-C-source): Third arg is now TYPE.
7799 (find-function-search-for-symbol): Handle general TYPE.
7800 (find-function-read, find-function-do-it): Handle general TYPE.
7801 (find-definition-noselect, find-face): New functions.
7802 (function-at-point): Alias deleted.
7803
7804 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * battery.el (display-battery-mode): Rename from display-battery.
7807 Handle the case where it gets turned off.
7808
7809 2005-01-04 Richard M. Stallman <rms@gnu.org>
7810
7811 * cus-edit.el (customize): Make :link point to user doc.
7812
7813 * man.el (Man-fontify-manpage): Turn off undo generation.
7814
7815 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7816
7817 2005-01-04 Andreas Schwab <schwab@suse.de>
7818
7819 * files.el (insert-directory): Only look for error lines in
7820 inserted text. Don't move too far after processing --dired markers.
7821
7822 2005-01-04 Richard M. Stallman <rms@gnu.org>
7823
7824 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7825 Don't expand if the character is @, period, dash, etc.
7826 (define-mail-abbrev): Quote names that contain problem characters.
7827
7828 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7829
7830 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7831
7832 2005-01-03 Richard M. Stallman <rms@gnu.org>
7833
7834 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7835 (query-replace-highlight, query-replace-lazy-highlight)
7836 (query-replace): Definitions moved up. Doc fix.
7837
7838 2005-01-03 Richard M. Stallman <rms@gnu.org>
7839
7840 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7841 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7842 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7843 (lazy-highlight-face): Rename from isearch-lazy-...
7844 Change all references to them.
7845
7846 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7847
7848 * cus-edit.el (custom-file): Doc fix for defcustom.
7849 (custom-file): The function no longer sets the variable
7850 `custom-file' to its return value.
7851
7852 * startup.el (command-line): No longer load `custom-file'.
7853
7854 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7857
7858 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7859 Don't confuse module-prefixed identifiers for labels.
7860 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7861
7862 2005-01-02 Richard M. Stallman <rms@gnu.org>
7863
7864 * files.el (basic-save-buffer-1): Fix previous change.
7865
7866 * loadhist.el (file-loadhist-lookup): New function.
7867 (file-provides, file-requires): Use it.
7868
7869 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7870 instead of calculating the right size.
7871
7872 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7873
7874 * vc-svn.el (vc-svn-diff): Stay local if possible.
7875
7876 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7879
7880 * files.el (hack-local-variables): Fix last change.
7881
7882 2005-01-02 Jay Belanger <belanger@truman.edu>
7883
7884 * calc/calc-yank.el (calc-edit-top): New variable.
7885 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7886 object. Change header properties.
7887 (calc-edit-finish, calc-edit-finish-stack-object)
7888 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7889 edited object.
7890 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7891 for the beginning of the edited object.
7892 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7893 for the beginning of the edited object.
7894 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7895 (calc-finish-formula-edit, calc-macro-repeats)
7896 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7897 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7898 beginning of the edited object.
7899 (calc-user-define-edit): Change the header for editing macros.
7900 Remove unnecessary variable.
7901
7902 2005-01-01 Jay Belanger <belanger@truman.edu>
7903
7904 * calc/calc-yank.el (calc-edit-mode): Change default header.
7905 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7906 * calc/calc-store.el (calc-edit-variable): Change title to match new
7907 header.
7908 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7909 mode to match new header.
7910 (calc-user-define-edit): Change titles to include names of commands.
7911 (calc-finish-formula-edit): Adjust to handle new header.
7912 (calc-finish-macro-edit): Remove.
7913 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7914 (calc-edit-macro-command, calc-edit-macro-command-type)
7915 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7916 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7917 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7918 (calc-edit-macro-finish-edit): New functions.
7919 (calc-user-define-edit): Use new functions to edit named calc macros.
7920
7921 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7922
7923 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7924
7925 * ses.el (copy-region-as-kill): Deactivate mark.
7926
7927 2005-01-01 Richard M. Stallman <rms@gnu.org>
7928
7929 * replace.el (occur-1): If the output buffer is also an input,
7930 don't kill it, rename it.
7931
7932 * faces.el (set-face-background, set-face-foreground): Doc fix.
7933
7934 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7935 for :foreground and :background.
7936
7937 * dired.el (dired-view-command-alist): Variable deleted.
7938 (dired-view-file, dired-mouse-find-file-other-window):
7939 Delete the code to use it.
7940
7941 2005-01-01 Kim F. Storm <storm@cua.dk>
7942
7943 * image.el (insert-sliced-image): Use t for line-height property.
7944
7945 2004-12-31 Jay Belanger <belanger@truman.edu>
7946
7947 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7948 for "var-" at the beginning of the minibuffer.
7949
7950 2004-12-31 Richard M. Stallman <rms@gnu.org>
7951
7952 * faces.el (read-face-name):
7953 Don't treat an attribute spec as a list of faces.
7954
7955 * simple.el (undo): Use undo-equiv-table to detect
7956 unexpected changes since previous undo.
7957 (undo-list-saved): Variable deleted.
7958 (buffer-disable-undo): Don't alter undo-list-saved.
7959
7960 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7961 (mode-require-final-newline): New option.
7962 (after-find-file): Handle require-final-newline with new values.
7963 (basic-save-buffer): Handle new values of require-final-newline.
7964
7965 * progmodes/sh-script.el (sh-require-final-newline):
7966 Alist value now controls whether to use mode-require-final-newline.
7967 (sh-set-shell): Implement that new meaning.
7968
7969 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7970 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7971 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7972 Delete old-Emacs compatibility code.
7973 (antlr-c-common-init): Function deleted.
7974
7975 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7976 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7977 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7978 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7979 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7980 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7981 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7982 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7983 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7984 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7985 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7986 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7987 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7988 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7989 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7990 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7991
7992 2004-12-31 Jay Belanger <belanger@truman.edu>
7993
7994 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7995 way to return to Calc.
7996
7997 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7998 finish, C-xk as the way to cancel the edit. Add cancel routine to
7999 kill-buffer-hook.
8000
8001 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
8002 MacEdit code.
8003
8004 * calc/calc-prog.el: Remove obsolete MacEdit code.
8005 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8006 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8007
8008 2004-12-31 Kenichi Handa <handa@m17n.org>
8009
8010 * international/mule.el (buffer-file-coding-system-explicit):
8011 Rename for explicit-buffer-file-coding-system.
8012 (after-insert-file-set-coding): Adjust for the above change.
8013
8014 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8015 to buffer-file-coding-system-explicit.
8016 (basic-save-buffer-1): Likewise.
8017
8018 2004-12-30 Richard M. Stallman <rms@gnu.org>
8019
8020 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8021 (artist-butlast, artist-last): Functions deleted.
8022 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8023 (artist-compute-key-compl-table): Call remq directly.
8024 (artist-remove-nulls): Function deleted.
8025 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8026 (artist-push, artist-pop): Macro deleted.
8027
8028 2004-12-30 Andreas Leue <al@sphenon.de>
8029
8030 * textmodes/artist.el (artist-version): 1.2.6
8031 (artist-prev-next-op-alist): New variable.
8032 (artist-select-next-op-in-list): New function.
8033 (artist-select-prev-op-in-list): New function.
8034 (artist-make-prev-next-op-alist): New function.
8035 (artist-is-in-op-list-p): New function.
8036 (artist-get-first-non-nil-op): New function.
8037 (artist-get-last-non-nil-op): New function.
8038 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8039 artist-prev-next-op-alist.
8040 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8041 change drawing operation.
8042
8043 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8044
8045 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8046
8047 2004-12-31 Masatake YAMATO <jet@gyve.org>
8048
8049 * server.el (server-process-filter): Suppress `error', too.
8050
8051 2004-12-30 Jay Belanger <belanger@truman.edu>
8052
8053 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8054 Change the way a variable is displayed in a message.
8055
8056 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8057 (calc-user-define-permanent, calc-execute-kbd-macro):
8058 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8059
8060 2004-12-30 Kenichi Handa <handa@m17n.org>
8061
8062 * files.el (basic-save-buffer-1):
8063 Set explicit-buffer-file-coding-system to last-coding-system-used.
8064 (revert-buffer): Pay attention to
8065 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8066 on bind coding-system-for-read.
8067
8068 * international/mule.el (explicit-buffer-file-coding-system):
8069 New buffer local variable.
8070 (after-insert-file-set-coding): Set it to coding-system-for-read.
8071
8072 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8075
8076 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8077
8078 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8079 that include line numbers.
8080
8081 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8082
8083 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8084 Redundant variable PREFIXLEN removed.
8085
8086 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8087
8088 * eshell/em-hist.el (eshell-previous-matching-input):
8089 Start the deletion from the end of the output.
8090
8091 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8092
8093 * term/mac-win.el: Require x-dnd.
8094 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8095
8096 2004-12-29 David Kastrup <dak@gnu.org>
8097
8098 * international/mule.el (decode-coding-inserted-region):
8099 Don't barf if `buffer-undo-list' is already set to `t'.
8100
8101 2004-12-29 Jay Belanger <belanger@truman.edu>
8102
8103 * calc/calc-prog.el (calc-user-define-formula): Put default values
8104 for function names in prompts.
8105 (calc-user-define-permanent, calc-user-define-composition)
8106 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8107 default input for algebraic functions.
8108
8109 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8110
8111 * vc-rcs.el (vc-rcs-annotate-command):
8112 Fix omission bug: Call `vc-setup-buffer'.
8113
8114 2004-12-29 Kenichi Handa <handa@m17n.org>
8115
8116 * international/mule.el (recode-region): New function.
8117
8118 2004-12-28 Richard M. Stallman <rms@gnu.org>
8119
8120 * simple.el (undo-extra-outer-limit): New variable.
8121 (undo-outer-limit-truncate): Test and set it.
8122
8123 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8124 enables the feature to extend the existing region.
8125
8126 * simple.el (mark-word): New arg ALLOW-EXTEND
8127 enables the feature to extend the existing region.
8128
8129 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8130 enables the feature to extend the existing region.
8131
8132 * startup.el (site-run-file): Don't allow setting it with Custom.
8133
8134 * simple.el (buffer-disable-undo): Fix previous change.
8135
8136 2004-12-27 Masatake YAMATO <jet@gyve.org>
8137
8138 * hexl.el (hexlify-buffer): Remove fontification here.
8139 Use font lock mechanism instead.
8140 (hexl-font-lock-keywords): New font lock kewords.
8141 (hexl-mode-old-font-lock-keywords): New variable.
8142 (hexl-mode): Store the old font lock keywords.
8143 (hexl-mode-exit): Restore the old font lock keywords.
8144
8145 2004-12-27 Richard M. Stallman <rms@gnu.org>
8146
8147 * simple.el (undo): Fix previous change.
8148
8149 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8150
8151 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8152 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8153 Call x-open-connection on Mac OS X.
8154
8155 2004-12-27 Richard M. Stallman <rms@gnu.org>
8156
8157 * files.el (buffer-save-without-query): New var (buffer-local).
8158 (save-some-buffers): Save those buffers first, w/o asking.
8159
8160 * files.el (insert-directory-ls-version): New variable.
8161 (insert-directory): When ls returns an error, test the version
8162 number to decide what the return code means.
8163 With --dired output format, detect and distinguish lines
8164 that are really error messages.
8165 (insert-directory-adj-pos): New function.
8166
8167 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8168
8169 * battery.el (battery-mode-line-format): Remove initial spaces.
8170
8171 * uniquify.el (uniquify-rationalize-file-buffer-names):
8172 Delete interactive spec.
8173
8174 * type-break.el (type-break-mode): Set buffer-save-without-query.
8175 Remove code that tried to set save-some-buffers-always.
8176 (type-break-file-keystroke-count): Bind deactivate-mark.
8177
8178 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8179
8180 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8181 Test that the buffer is live, and maybe reject current buffer too.
8182 Clarify.
8183 (next-error-find-buffer): Rewrite for clarity.
8184
8185 * loadup.el: Don't use buffer-disable-undo; do it directly.
8186
8187 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8188 (describe-variable): Call symbol-file with `defvar'.
8189
8190 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8191 (symbol-file): Rewritten to handle new load-history format.
8192 Now takes an arg TYPE to specify looking for a particular
8193 type of definition only.
8194
8195 * emacs-lisp/debug.el (debugger-make-xrefs):
8196 Call symbol-file with `defun'.
8197
8198 * emacs-lisp/find-func.el (find-function-noselect):
8199 Call symbol-file with `defun'.
8200 (find-variable-noselect): Call symbol-file with `defvar'.
8201
8202 * eshell/esh-cmd.el (eshell-find-alias-function):
8203 Call symbol-file with `defun'.
8204
8205 * eshell/esh-test.el (eshell-test-goto-func):
8206 Call symbol-file with `defun'.
8207
8208 * mail/rmail.el (rmail-resend):
8209 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8210
8211 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8212
8213 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8214
8215 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8216 Call buffer-disable-undo.
8217
8218 * simple.el (undo-list-saved): New variable (buffer-local).
8219 (undo): Set and test it.
8220 (buffer-disable-undo): Move here from buffer.c.
8221 Clear out undo-list-saved.
8222
8223 * international/mule.el (decode-coding-inserted-region):
8224 Set buffer-undo-list in a correct and optimal way.
8225
8226 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8227 (cperl-font-lock-unfontify-region-function): No need to save and
8228 restore info, since font-lock.el does it for us.
8229
8230 * ansi-color.el (save-buffer-state): Definition deleted.
8231 (ansi-color-unfontify-region): Don't use save-buffer-state.
8232
8233 2004-12-27 Dave Love <fx@gnu.org>
8234
8235 * wid-edit.el (function): Use restricted-sexp as parent.
8236
8237 2004-12-27 Kevin Ryde <user42@zip.com.au>
8238
8239 * simple.el (next-matching-history-element): Use same
8240 `interactive' form as previous-matching-history-element.
8241
8242 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8243 it can appear unencoded and has been seen from yahoo.
8244
8245 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8246
8247 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8248 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8249
8250 2004-12-27 Kenichi Handa <handa@m17n.org>
8251
8252 * international/utf-8.el (utf-translate-cjk-load-tables):
8253 Bind coding-system-for-read to nil while loading subst-*.
8254
8255 2004-12-26 Jay Belanger <belanger@truman.edu>
8256
8257 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8258 default input.
8259
8260 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8261
8262 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8263 before reverting and disable undo recording while reverting.
8264
8265 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8266
8267 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8268 (hs-make-overlay): New function.
8269 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8270 (hs-flag-region): Delete function.
8271 (hs-hide-comment-region): No longer use `hs-flag-region'.
8272 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8273 (hs-hide-block-at-point): Likewise.
8274 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8275 (hs-hide-all, hs-show-all): Likewise.
8276 (hs-show-block): Likewise.
8277 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8278
8279 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8280
8281 * progmodes/hideshow.el: Require `cl' when compiling.
8282 Remove XEmacs and Emacs 19 compatibility.
8283 Use `dolist' and `add-to-list' for load-time actions.
8284 (hs-discard-overlays): Use `dolist'.
8285 (hs-show-block): Likewise.
8286
8287 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8288
8289 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8290
8291 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8292
8293 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8294 When extending backwards, move outside the current comment first.
8295
8296 2004-12-22 Kenichi Handa <handa@m17n.org>
8297
8298 * international/quail.el (quail-start-translation): Fix prompt
8299 string for the case if input-method-use-echo-area being non-nil.
8300 (quail-start-conversion): Likewise.
8301 (quail-show-guidance): Don't show guidance if
8302 input-method-use-echo-area is non-nil.
8303
8304 2004-12-21 Richard M. Stallman <rms@gnu.org>
8305
8306 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8307
8308 2004-12-21 Markus Rost <rost@ias.edu>
8309
8310 * calendar/diary-lib.el (mark-diary-entries):
8311 Set mark-diary-entries-in-calendar only after checking for diary-file.
8312
8313 2004-12-21 Richard M. Stallman <rms@gnu.org>
8314
8315 * faces.el (escape-glyph): Use blue against light foreground.
8316
8317 * simple.el (undo-outer-limit-truncate): New function.
8318 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8319
8320 2004-12-21 Eli Barzilay <eli@barzilay.org>
8321
8322 * calculator.el (calculator-radix-grouping-mode)
8323 (calculator-radix-grouping-digits)
8324 (calculator-radix-grouping-separator):
8325 New defcustoms for the new radix grouping mode functionality.
8326 (calculator-mode-hook): Now used in electric mode too,
8327 (calculator): Call it.
8328 (calculator-mode-map): Some new keys.
8329 (calculator-message): New function. Some new calls.
8330 (calculator-op, calculator-set-register): Use it.
8331 (calculator-string-to-number): New function, mostly moved and
8332 updated code from calculator-curnum-value.
8333 (calculator-curnum-value): Use it.
8334 (calculator-paste): Use it, and update grabbing the current-kill.
8335 (calculator-rotate-displayer)
8336 (calculator-rotate-displayer-back): Toggle digit grouping when
8337 in radix mode, use calculator-message.
8338 (calculator-displayer-prev, calculator-displayer-next):
8339 Change digit group size when in radix mode.
8340 (calculator-number-to-string): Rename from
8341 calculator-num-to-string. Now deals with digit grouping in
8342 radix mode.
8343 (calculator-update-display, calculator-put-value): Use the new name.
8344 (calculator-fact): Return a floating point number.
8345 (calculator-mode): Doc fix.
8346
8347 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8348
8349 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8350 * calendar/diary-lib.el (view-other-diary-entries):
8351 Use current-prefix-arg in interactive spec.
8352
8353 2004-12-19 Jay Belanger <belanger@truman.edu>
8354
8355 * calc/calc-aent.el (calcAlg-blank-matching-open):
8356 Temporarily adjust the syntax of both delimiters of half-open intervals.
8357
8358 2004-12-19 Kim F. Storm <storm@cua.dk>
8359
8360 * mouse.el (mouse-1-click-follows-link): Doc fix.
8361
8362 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8363
8364 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8365 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8366 instead of centraleuropean as the name
8367
8368 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8369
8370 Sync with Tramp 2.0.46.
8371
8372 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8373 parameters wrt Tramp convention.
8374 (tramp-handle-file-attributes-with-perl)
8375 (tramp-handle-directory-files-and-attributes): Apply it.
8376 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8377 `copy-program'. Reported by Zack Weinberg
8378 <zack@codesourcery.com>.
8379 (top): Set `edebug-form-spec' property directly rather than
8380 calling `def-edebug-spec'.
8381
8382 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8383 advice less fragile. Surround temporary redefinition of
8384 `substitute-in-file-name' with `unwind-protect'. Suggested by
8385 Matt Hodges <MPHodges@member.fsf.org>.
8386
8387 2004-12-17 Juri Linkov <juri@jurta.org>
8388
8389 * replace.el (occur-accumulate-lines, occur-engine):
8390 Make forcing deferred font-lock fontification jit-specific.
8391
8392 2004-12-17 Kim F. Storm <storm@cua.dk>
8393
8394 * mouse.el (mouse-1-click-follows-link): New defcustom.
8395 (mouse-on-link-p): New function.
8396 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8397 functionality. Map a mouse-1 click event into a mouse-2 (or
8398 other) event when position is inside a link.
8399
8400 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8401 prefix in tooltip text with "mouse-1" when this is a link
8402 recognized by mouse-1-click-follows-link functionality.
8403
8404 * help.el (describe-key): Report effective and original binding
8405 for mouse-1 when clicked on a link.
8406 (describe-mode): Add follow-link property to "minor-mode" button.
8407
8408 * help-fns.el (describe-variable): Add follow-link property to
8409 "below" button.
8410
8411 * help-mode.el (help-xref): Add follow-link property.
8412
8413 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8414 (apropos-command, apropos-variable, apropos-face, apropos-group)
8415 (apropos-widget, apropos-plist): Add follow-link property.
8416
8417 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8418 checks if position is in a filename, rather than some other
8419 clickable item. Function looks for cvs-filename-face at position.
8420
8421 * wid-edit.el (widget-specify-field, widget-specify-button):
8422 Map a :follow-link keyword into a follow-link property.
8423 (link): Add :follow-link keyword, map to RET binding.
8424
8425 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8426
8427 * progmodes/compile.el (compilation-minor-mode-map)
8428 (compilation-button-map, compilation-mode-map): Likewise.
8429
8430 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8431
8432 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8433 (zone-replace-char): Take `count' and `del-count'
8434 instead of `direction'. Update callers. When `del-count' is
8435 non-nil, delete that many characters, otherwise `count' characters
8436 backwards. Insert the newly-replaced string `count' times.
8437 (zone-fret): Handle chars w/ width greater than one.
8438 (zone-fall-through-ws): No longer take window width `ww'.
8439 Update callers. Add handling for `char-width' greater than one.
8440 (zone-pgm-drip): Update var holding window-end position every cycle.
8441
8442 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8443
8444 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8445 rather than insert-file.
8446
8447 2004-12-16 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8450 (math-init-random-base, math-random-digit): Check to see if
8451 var-RandSeed is bound.
8452 (math-random-last): Declare it.
8453 (math-random-digit): Don't make math-random-last local.
8454
8455 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8456
8457 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8458 one-shot thunk for uniform (error, quit, normal) recovery.
8459 Reported by John Paul Wallington.
8460 (zone-pgm-random-life): Fix bug:
8461 Recognize empty initial field by lack of "@" chars.
8462
8463 2004-12-16 Juri Linkov <juri@jurta.org>
8464
8465 * help.el (function-called-at-point):
8466 * help-fns.el (variable-at-point): As a last resort try stripping
8467 non-word prefixes and suffixes.
8468
8469 * descr-text.el (describe-property-list): Don't treat syntax-table
8470 specially. Use describe-text-sexp which inserts [show] button
8471 for large objects and handles printing errors. Sort properties
8472 by names in alphabetical order instead of by value sizes.
8473 Add `mouse-face' to list of properties for `describe-face' widget.
8474 (describe-char): Mask out face-id from 19 bits of character.
8475 Print face-id separately.
8476
8477 * replace.el (occur-accumulate-lines, occur-engine):
8478 Fontify unfontified matching lines in the source buffer
8479 before copying them.
8480 (occur-engine): Don't put mouse-face on context lines.
8481 (occur-next-error): Set point to line beginning/end
8482 before searching for prev/next property to skip multiple
8483 matches on a line (not supported by occur engine).
8484 Remove redundant prefix-numeric-value.
8485
8486 2004-12-15 Juri Linkov <juri@jurta.org>
8487
8488 * replace.el (match): New face.
8489 (list-matching-lines-face): Change default from `bold' to `match'.
8490
8491 * progmodes/grep.el (grep-match-face): New defvar.
8492 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8493 compilation-column-face to highlight grep matches.
8494
8495 * apropos.el (apropos-match-face): Change default from
8496 `secondary-selection' to `match'.
8497
8498 * info-look.el (info-lookup-highlight-face): Change default from
8499 `highlight' to `match'.
8500
8501 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8502
8503 * progmodes/executable.el (executable-interpret): Eliminate
8504 obsolete compile-internal, and switch to comint for interaction.
8505
8506 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8507
8508 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8509 `&&' when skipping multiple statements on a line.
8510
8511 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8512
8513 * play/zone.el (zone): Set `truncate-lines'.
8514 Also, init `tab-width' with value from original buffer.
8515 (zone-shift-up): Rewrite for speed.
8516 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8517 (zone-pgm-jitter): Remove redundant entries from ops vector.
8518 (zone-exploding-remove): Reduce iteration count.
8519 (zone-cpos): Convert to defsubst.
8520 (zone-replace-char): New defsubst.
8521 (zone-park/sit-for): Likewise.
8522 (zone-fret): Take window-start arg.
8523 Update callers. Use `zone-park/sit-for'.
8524 (zone-fill-out-screen): Rewrite.
8525 (zone-fall-through-ws): Likewise. Update callers.
8526 (zone-pgm-drip): Use `zone-replace-char'.
8527 Move var inits before while-loop. Use `zone-park/sit-for'.
8528 (zone-pgm-random-life): Handle empty initial field.
8529 Use `zone-replace-char' and `zone-park/sit-for'.
8530
8531 2004-12-15 Juri Linkov <juri@jurta.org>
8532
8533 * isearch.el (isearch-update): Test isearch-lazy-highlight
8534 before calling isearch-lazy-highlight-new-loop.
8535 (isearch-lazy-highlight-new-loop):
8536 Don't test isearch-lazy-highlight.
8537
8538 * replace.el (perform-replace): Add isearch-case-fold-search.
8539 Use delimited-flag for isearch-regexp.
8540 Reset isearch-lazy-highlight-last-string to force lazy
8541 highlighting when called from isearch mode.
8542 (query-replace-highlight): Revert defcustom type to boolean.
8543 (query-replace-lazy-highlight): New defcustom.
8544 (query-replace): New face.
8545 (perform-replace, replace-highlight, replace-dehighlight):
8546 Test query-replace-lazy-highlight instead of special value
8547 `isearch' of query-replace-highlight.
8548 (replace-dehighlight): Don't call isearch-dehighlight.
8549 (replace-highlight): Don't call isearch-highlight.
8550 Use face `query-replace' unconditionally.
8551
8552 2004-12-14 Kim F. Storm <storm@cua.dk>
8553
8554 * simple.el (inhibit-mark-movement): Remove defvar.
8555 (beginning-of-buffer, end-of-buffer): Don't use it.
8556
8557 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8558 Don't use inhibit-mark-movement.
8559
8560 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8561 (cua--undo-push-mark): Remove.
8562 (cua--pre-command-handler, cua--post-command-handler):
8563 Don't fiddle with inhibit-mark-movement.
8564
8565 2004-12-14 Juri Linkov <juri@jurta.org>
8566
8567 * buff-menu.el (list-buffers-noselect): Collect internal info
8568 for every buffer in BUFFER-LIST arg too.
8569 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8570 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8571 Bind same-window-buffer-names and same-window-regexps to nil.
8572
8573 2004-12-13 Juri Linkov <juri@jurta.org>
8574
8575 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8576
8577 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8578 (sc-cite-region, sc-uncite-region, sc-recite-region):
8579 Fix previous change to handle not alist as a symbol, but
8580 a citation frame as a symbol that represents a variable name.
8581
8582 2004-12-13 Richard M. Stallman <rms@gnu.org>
8583
8584 * filecache.el (file-cache-add-directory-using-find):
8585 Only set up file-cache-find-command-posix-flag if we will use it.
8586
8587 * bindings.el (mode-line-buffer-identification-keymap):
8588 Don't cancel the mode-line's usual down-mouse-1 binding.
8589
8590 * cus-edit.el (custom-face-selected): Handle `default' specs.
8591 (custom-face-edit): Increase extra-offset.
8592 (custom-display): Handle `default' specs.
8593
8594 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8595
8596 * emacs-lisp/elint.el (elint-standard-variables)
8597 (elint-unknown-builtin-args): Move definitions up.
8598
8599 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8600
8601 * info.el (info-xref-visited): Use `default' instead of t.
8602 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8603
8604 * faces.el (header-line, mode-line-inactive, tool-bar):
8605 Use `default' instead of t for setting the defaults.
8606 (face-spec-choose): Separate `t' from `default'.
8607
8608 * subr.el (while-no-input): New macro.
8609
8610 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8611
8612 * filecache.el (file-cache-add-directory-using-find):
8613 Only test file-cache-find-command-posix-flag on some systems.
8614
8615 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8616
8617 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8618 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8619 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8620 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8621 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8622
8623 2004-12-12 Juri Linkov <juri@jurta.org>
8624
8625 * files.el (find-file-other-window, find-file-other-frame):
8626 Add the first buffer to the returned value to return the complete
8627 list of all visited buffers.
8628 (find-file-read-only, find-file-read-only-other-window)
8629 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8630 `find-file-read-args'. Signal an error about non-existent file
8631 only if file name doesn't contain wildcards. Toggle read-only in
8632 all visited buffers.
8633 (find-alternate-file, find-alternate-file-other-window):
8634 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8635 called interactively. Pass arg `wildcards' to other functions.
8636 (find-file-noselect): Doc fix.
8637
8638 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8639 Doc fix.
8640 (ffap-directory-finder): New variable.
8641 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8642 (ffap-file-at-point): Add /* to immediately rejected names.
8643 Return absolute file names matching ffap-dired-wildcards.
8644 (ffap-read-file-or-url): Set default value for `completing-read'
8645 to `buffer-file-name'.
8646 (find-file-at-point): When filename matches ffap-dired-wildcards,
8647 call ffap-file-finder with t arg `wildcards', instead of dired.
8648 (ffap-other-window, ffap-other-frame): Return visited buffers.
8649 (ffap-read-only, ffap-read-only-other-window)
8650 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8651 (dired-at-point): Call ffap-directory-finder instead of dired.
8652 (ffap-dired-other-window, ffap-dired-other-frame)
8653 (ffap-list-directory): New commands.
8654 (ffap-bindings): New keybindings for new commands.
8655
8656 2004-12-12 Juri Linkov <juri@jurta.org>
8657
8658 * simple.el (beginning-of-buffer, end-of-buffer):
8659 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8660 Do not push mark when mark is active in transient-mark-mode.
8661
8662 * simple.el (mark-word):
8663 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8664 * textmodes/paragraphs.el (mark-paragraph):
8665 Extend the region when mark is active in transient-mark-mode,
8666 regardless of the last command. Doc fix.
8667
8668 * simple.el (mark-word): Preserve direction when repeating.
8669 Make arg optional. Interactive "p" -> "P".
8670 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8671
8672 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8673 preserving direction, to mark forward instead of backward when mark
8674 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8675
8676 2004-12-12 Juri Linkov <juri@jurta.org>
8677
8678 * isearch.el (isearch-edit-string): Set 7th arg of
8679 `read-from-minibuffer' to `t' to inherit the current input
8680 method (whose name is indicated by [IM] in the minibuffer prompt)
8681 from the current buffer to the minibuffer.
8682 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8683 to allow C-g quitting for lazy highlighting looping inside the
8684 search with nested repetition operators. Add overlay to the list
8685 before setting its face and other properties to avoid the case of
8686 code quitting after placing the new overlay but before it's
8687 recorded on the list. Select the window where isearch was
8688 activated, to highlight matches in the right window when isearch
8689 switches the current window to the minibuffer.
8690
8691 * international/isearch-x.el
8692 (isearch-process-search-multibyte-characters):
8693 Use `isearch-message' as initial input for `read-string' instead
8694 of adding it to the minibuffer prompt. After reading a string
8695 remove the initial value of `isearch-message' from the string.
8696
8697 * replace.el (replace-match-maybe-edit): Doc fix.
8698 (perform-replace): Don't call `replace-highlight' when automatic
8699 replacement is requested in literal mode, since it is intended
8700 only to highlight words during entering a new replacement string
8701 for \? in non-literal mode.
8702
8703 * replace.el (query-replace-highlight): Add new value `isearch'
8704 that allows query replacement to use isearch highlighting.
8705 Change type from `boolean' to `choice'. Doc fix.
8706 (replace-highlight, replace-dehighlight, perform-replace):
8707 Use isearch highlighting if query-replace-highlight eq `isearch'.
8708
8709 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8712 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8713
8714 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8715 case of \end{verbatim}.
8716
8717 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8718
8719 * term.el (term-termcap-format): Synchronyze with terminfo.
8720 (term-emulate-terminal): Handle reset.
8721 (term-reset-terminal): New function.
8722
8723 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8724
8725 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8726 (zone-fill-out-screen): New func.
8727 (zone-pgm-drip): Use `zone-fill-out-screen'.
8728 Also, no longer go to point-min on every cycle.
8729 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8730 (zone-pgm-random-life-wait): New user var.
8731 (zone-pgm-random-life): New func.
8732
8733 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8734
8735 * files.el (auto-mode-alist): Map .com to DCL mode.
8736
8737 2004-12-09 Richard M. Stallman <rms@gnu.org>
8738
8739 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8740
8741 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8742
8743 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8744 buffer with a display margin.
8745
8746 2004-12-08 Jay Belanger <belanger@truman.edu>
8747
8748 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8749 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8750
8751 2004-12-08 Richard M. Stallman <rms@gnu.org>
8752
8753 * faces.el: Delete code to set display table.
8754 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8755
8756 2004-12-08 Jay Belanger <belanger@truman.edu>
8757
8758 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8759
8760 * calc/calc-ext.el (math-read-replacement-list)
8761 (math-read-superscripts, math-read-preprocess-string): Move to
8762 calc-aent.el.
8763
8764 * calc/calc-aent.el (math-read-replacement-list)
8765 (math-read-superscripts, math-read-preprocess-string): Move from
8766 calc-ext.el.
8767
8768 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * isearch.el (isearch-quote-char): Fix up typo in last change.
8771
8772 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8773
8774 * mouse.el (mouse-set-font): Handle the case where the command was
8775 not invoked using the mouse.
8776
8777 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8778 (edmacro-finish-edit): Further update for keyboard macros that are
8779 lambda forms.
8780 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8781
8782 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8785 (font-lock-default-unfontify-region): Don't save buffer state any more.
8786
8787 2004-12-07 Jay Belanger <belanger@truman.edu>
8788
8789 * calc/calc-help.el (calc-describe-key):
8790 Set calc-summary-indentation even when Calc Summary buffer exists.
8791
8792 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8793
8794 * calendar/holidays.el (holiday-easter-etc): Make arguments
8795 optional for backwards compatibility. Doc fix.
8796 Remove un-necessary local vars mandatory, output-list.
8797 (holiday-advent): Make arguments optional for backwards
8798 compatibility. Doc fix.
8799
8800 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * paren.el (show-paren-function): Fix last change (2004-12-02).
8803
8804 * international/mule-util.el (char-displayable-p): Return nil for
8805 unibyte mode.
8806
8807 * subr.el (subregexp-context-p): New function.
8808
8809 * isearch.el (isearch-quote-char): Use it.
8810
8811 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8812 (regexp-opt-not-groupie*-re): Remove.
8813 (regexp-opt): Properly handle inputs with duplicate entries.
8814
8815 2004-12-06 Richard M. Stallman <rms@gnu.org>
8816
8817 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8818
8819 * cus-edit.el (custom-file): Doc fix.
8820
8821 * textmodes/org.el: New file.
8822
8823 2004-12-06 Kenichi Handa <handa@m17n.org>
8824
8825 * ldefs-boot.el: Update international/mule-util.el section.
8826
8827 2004-12-05 Sam Steingold <sds@gnu.org>
8828
8829 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8830 Fix `tramp-time-diff' comparison logic.
8831
8832 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8833
8834 * progmodes/which-func.el (which-function):
8835 Use `run-hook-with-args-until-success' instead of a custom loop.
8836 Fixes bug with local hooks.
8837
8838 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8839
8840 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8841 Use delete-dups when calculating the initial value.
8842 (bibtex-autokey-get-title): Use <=.
8843 (bibtex-goto-line): New function.
8844 (bibtex-reposition-window): Use line numbers instead of point
8845 positions. Use window-body-height.
8846 (bibtex-find-crossref): Use bibtex-reposition-window.
8847 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8848 position of entry if key is found or nil if not found.
8849
8850 2004-12-05 Richard M. Stallman <rms@gnu.org>
8851
8852 * cus-edit.el (custom-file): Doc fix.
8853
8854 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8855
8856 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * simple.el (blink-matching-open):
8859 * textmodes/tex-mode.el (tex-validate-region):
8860 Obey syntax-table text properties.
8861
8862 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8863
8864 * wid-edit.el (widget-specify-field): Add `real-field' property to
8865 boundary.
8866 (widget-field-at): Use it.
8867
8868 2004-12-02 Richard M. Stallman <rms@gnu.org>
8869
8870 * progmodes/cc-mode.el (awk-mode autoload):
8871 Supply t meaning interactive function.
8872
8873 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8874 (isearch-mode-map): No special definition for space.
8875 (isearch-whitespace-chars): Command deleted.
8876 (isearch-forward-regexp): Doc fix.
8877 (isearch-quote-char): When a space is not inside brackets,
8878 use `[ ]' instead of just space.
8879 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8880
8881 * imenu.el (imenu--generic-function): Delete code to exclude
8882 matches in comments.
8883
8884 * man.el (Man-reverse-face): Change default to `highlight'.
8885
8886 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8887 (occur-engine): Use `face' prop rather than `font-lock-face'
8888 when specifying use of `match-face'.
8889 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8890
8891 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8892
8893 * add-log.el (add-log-current-defun): Handle the case where point
8894 is in the header part of a DEFUN construct.
8895
8896 2004-12-02 Dave Love <fx@gnu.org>
8897
8898 * progmodes/python.el (python-font-lock-syntactic-keywords):
8899 Fix previous change.
8900
8901 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8902
8903 * paren.el (show-paren-function): Check for matching chars
8904 specified by text props.
8905
8906 2004-12-02 Jay Belanger <belanger@truman.edu>
8907
8908 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8909 when reading a new key sequence.
8910
8911 2004-12-02 Kim F. Storm <storm@cua.dk>
8912
8913 * faces.el (escape-glyph): Rename from glyph.
8914 (standard-display-table): Set it here. Add escape-glyph face to
8915 extra slot characters.
8916
8917 * disp-table.el: Undo 2004-12-01 change. Display table is now
8918 setup in faces.el.
8919
8920 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8921
8922 * xml.el (xml-parse-dtd): Don't show validity messages when
8923 xml-validating-parser is nil.
8924 (xml-substitute-special): Fix validity error messages to
8925 actually show the unexpandable entity. Added validity error if &
8926 isn't followed by an entity.
8927 (xml-parse-tag): Concatenate any string following the a
8928 <![CDATA[]]> section to the parsed CDATA.
8929 (xml-parse-dtd): Skip parameter entity declarations and use of
8930 parameter entities.
8931
8932 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * kmacro.el (kmacro-default-counter-format): New var.
8935 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8936 (kmacro-display): Remove `nil' from `and' form. Delete call to
8937 `format' inside `message'.
8938 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8939
8940 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * pcvs.el (cvs-header-msg): New function.
8943 (cvs-update-header): Use it. Change calling convention.
8944 Correctly handle the case of having simultaneous active processes.
8945 (cvs-sentinel): Don't call cvs-update-header any more.
8946 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8947
8948 2004-12-01 Jay Belanger <belanger@truman.edu>
8949
8950 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8951 Change message.
8952
8953 2004-12-01 Juri Linkov <juri@jurta.org>
8954
8955 * progmodes/prolog.el (prolog-mode-variables):
8956 Fix imenu-generic-expression.
8957
8958 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8959
8960 * faces.el (glyph): New face.
8961
8962 * disp-table.el: Add an autoloaded table, that doesn't require
8963 this library, with glyph face.
8964
8965 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8966 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8967 (conf-quote-normal): Allow normalizing only ' or ".
8968 (conf-mode): Regexp-quote constructed comment-start and don't
8969 match section {} where "name" contains braces.
8970
8971 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8972 files.
8973
8974 2004-12-01 Kenichi Handa <handa@m17n.org>
8975
8976 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8977 (x-select-text): Don't treat eight-bit-control/graphic chars
8978 specially. Store the encoded text in the X cut buffer.
8979 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8980 with x-last-selected-text-cut-encoded.
8981
8982 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8985
8986 2004-11-30 Markus Rost <rost@ias.edu>
8987
8988 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8989 AUCTeX.
8990
8991 2004-11-30 Jay Belanger <belanger@truman.edu>
8992
8993 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8994 on signs of intervals.
8995 (math-pow-of-zero): Strengthen checks for positive and negative
8996 exponents.
8997
8998 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8999 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
9000 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
9001 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
9002 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
9003 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
9004 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9005 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9006 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9007 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9008 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9009 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9010 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9011 with provide statements.
9012
9013 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9014
9015 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9016
9017 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9018 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9019 functions by require statements.
9020 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9021
9022 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9023 (calc-gnuplot-print): Give them values.
9024
9025 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9026 autoloads.
9027 Add calc-do-embedded-activate to autoloads.
9028 (calc-gnuplot-name, calc-gnuplot-plot-command)
9029 (calc-gnuplot-print-command): Move them to calc-graph.el.
9030
9031 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9032
9033 * term/mac-win.el (ccl-encode-mac-roman-font)
9034 (ccl-encode-mac-cyrillic-font)
9035 (ccl-encode-mac-centraleuropean-font, encoder-list)
9036 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9037 Support Cyrillic, CentralEuropean, and Dingbat font display
9038
9039 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9040
9041 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9042
9043 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9044 still nil.
9045
9046 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9047
9048 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9049 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9050
9051 2004-11-29 Jay Belanger <belanger@truman.edu>
9052
9053 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9054 cases of the base and exponent.
9055
9056 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9057
9058 * simple.el (next-error-buffer-p): Allow for inclusive and
9059 exclusive tests for finding a buffer.
9060 (next-error-find-buffer): Pass the exclusive and inclusive tests
9061 to next-error-buffer-p.
9062
9063 * replace.el (occur-next-error): Switch to the Occur buffer when
9064 appropriate, use the exclusive filter to next-error-find-buffer to
9065 do it. Use the absolute value of the motion amount.
9066
9067 2004-11-29 Kenichi Handa <handa@m17n.org>
9068
9069 * startup.el (command-line): Decode all default-directory by
9070 locale-coding-system.
9071
9072 2004-11-29 Jay Belanger <belanger@truman.edu>
9073
9074 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9075 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9076 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9077 Replace calls to calc-extensions by appropriate require, replace
9078 calc-extensions-loaded by appropriate featurep.
9079
9080 * calc/calc-ext.el: Move require to end of file.
9081 Remove redundant loading of calc.el.
9082 (calc-extensions-loaded): Remove unnecessary variable.
9083 (calc-extensions): Remove unnecessary function.
9084 (calc-load-everything): Replace calc-need-macros by appropriate require.
9085
9086 * calc/calc-macs.el: Move provide to end of file.
9087 (calc-need-macros): Remove unnecessary function.
9088
9089 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9090 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9091 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9092 Replace calc-extensions by appropriate require.
9093 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9094
9095 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9096 Replace calc-need-macros by appropriate require.
9097
9098 * calc/calc.el: Move require to end of file.
9099 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9100 Remove unnecessary variable.
9101 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9102 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9103 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9104 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9105 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9106 (math-format-number, math-format-bignum, math-read-number)
9107 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9108 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9109 by appropriate require.
9110 (calc-check-defines): Replace calc-need-macros by appropriate require.
9111
9112 2004-11-29 Kim F. Storm <storm@cua.dk>
9113
9114 * macros.el (insert-kbd-macro): Handle kmacro functions.
9115
9116 2004-11-28 Juri Linkov <juri@jurta.org>
9117
9118 * compare-w.el (compare-windows-highlight): Attach each overlay
9119 to its window to properly highlight differences while comparing
9120 two windows of the same buffer. Fix arguments.
9121 (compare-windows-sync-default-function): Fix arguments of
9122 `compare-windows-highlight'.
9123
9124 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9125 Use `read-expression-history'. Set initial contents only if
9126 `edebug-global-break-condition' is non-nil. Set histpos to 1
9127 if initial contents is equal to the last history element.
9128 (edebug-set-conditional-breakpoint): Instead of temporarily
9129 prepending the current condition to the history, set initial
9130 contents to the current condition. Set histpos to 1 if initial
9131 contents is equal to the last history element.
9132
9133 * info.el (Info-search-whitespace-regexp): Remove shy group.
9134 (Info-search): Forward line if search is on the header line.
9135 Use search-whitespace-regexp in two other places.
9136
9137 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9138
9139 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9140 warning. Delay real definition, which uses
9141 `set-fringe-indicators-1' till after the definition of that function.
9142
9143 2004-11-28 Kim F. Storm <storm@cua.dk>
9144
9145 * fringe.el (fringe): New defgroup.
9146 (fringe-mode): Move to fringe group.
9147 (fringe-indicators): New defcustom.
9148 (set-fringe-indicators-1): New defun.
9149
9150 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9151 (menu-bar-showhide-fringe-ind-menu): New keymap.
9152 (menu-bar-showhide-fringe-ind-empty)
9153 (menu-bar-showhide-fringe-ind-mixed)
9154 (menu-bar-showhide-fringe-ind-box)
9155 (menu-bar-showhide-fringe-ind-right)
9156 (menu-bar-showhide-fringe-ind-left)
9157 (menu-bar-showhide-fringe-ind-none): New defuns.
9158 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9159
9160 2004-11-27 Richard M. Stallman <rms@gnu.org>
9161
9162 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9163
9164 * generic.el (define-generic-mode): Doc fix.
9165
9166 * menu-bar.el (menu-bar-options-save): For the options
9167 that are toggled with menu-bar-make-mm-toggle, don't check
9168 for customized-value prop.
9169
9170 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9171
9172 * mail/supercite.el (sc-cite-region): Handle the case where
9173 sc-cite-frame-alist is a symbol.
9174 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9175 a symbol.
9176 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9177 a symbol.
9178
9179 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9180
9181 * wid-edit.el (widget-narrow-to-field): New function.
9182 (widget-complete): Use it.
9183
9184 2004-11-27 Jay Belanger <belanger@truman.edu>
9185
9186 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9187 variable.
9188 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9189 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9190 (math-alg-inequalities): Move declaration to earlier in the file.
9191
9192 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9193 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9194 Declare them.
9195
9196 * calc/calc-lang.el (math-expr-data, math-expr-token)
9197 (math-exp-old-pos): Declare them.
9198
9199 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9200 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9201
9202 2004-11-27 Kim F. Storm <storm@cua.dk>
9203
9204 * progmodes/flymake.el: Use (featurep 'xemacs).
9205 (flymake-makehash): Change to defsubst. Use fboundp.
9206 (flymake-time-to-float): Remove.
9207 (flymake-float-time): Merge code from flymake-time-to-float here.
9208 (flymake-replace-regexp-in-string): Change to defsubst.
9209 (flymake-split-string-remove-empty-edges):
9210 Rename to flymake-split-string.
9211 (flymake-split-string): Remove previous defalias.
9212 (flymake-get-temp-dir): Change to defsubst.
9213 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9214 Define for xemacs only.
9215 (flymake-master-file-count-limit): Change into compiler defvar only.
9216 (flymake-find-possible-master-files): Let-bind it dynamically while
9217 sorting files using flymake-master-file-compare.
9218
9219 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9222 of defun-prompt-regexp matches inside a comment/string but the
9223 beginning is correctly outside everything.
9224
9225 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9226 appears within a string or a comment.
9227
9228 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9229 rather than make-symbol for symbols which are used in
9230 a symbol-macrolet or equivalent.
9231
9232 2004-11-26 Jay Belanger <belanger@truman.edu>
9233
9234 * calc-misc.el (calc-last-why-command): Declare it.
9235
9236 * calc-vec.el (math-grade-vec): New variable.
9237 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9238 Replace variable grade-vec by declared variable.
9239 (math-rb-close): New variable.
9240 (math-read-brackets, math-read-vector): Replace variable close by
9241 declared variable.
9242
9243 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9244 (calc-one-window, calc-edit-handler, calc-restore-trail)
9245 (calc-allow-ret): Declare them.
9246
9247 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9248 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9249 (math-radix-float-cache-tag, math-random-cache)
9250 (math-max-digits-cache, math-integral-cache, math-units-table)
9251 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9252 (math-moc-func): New variable.
9253 (math-map-over-constants, math-map-over-constants-rec):
9254 Replace variable func by declared variable.
9255
9256 * calc/calc-store.el (calc-given-value, calc-store-opers):
9257 Declare them.
9258 (calc-var-name-map): Move declaration to earlier in the file.
9259 (calc-pv-pos): New variable.
9260 (calc-permanent-variable, calc-insert-permanent-variable):
9261 Replace variable pos by declared variable.
9262
9263 * calc/calc-mtx.el (calc-det-lu): New variable.
9264 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9265
9266 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9267 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9268 and arg by declared variables.
9269 (calcFunc-reducer): Fix incorrect variable.
9270 (math-inner-mul-func, math-inner-add-func): New variables.
9271 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9272 and add-func by declared variables.
9273
9274 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9275 (calc-digit-value): Declare them.
9276
9277 * calc/calc-help.el (Info-history): Declare it.
9278 (calc-describe-key): Make calc-summary-indentation a local variable.
9279 (calc-help-long-names): Move declaration to earlier in file.
9280
9281 * calc/calc-embed.el (calc-original-buffer): Declare it.
9282 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9283 (calc-embed-bot): New variables.
9284 (calc-do-embedded, calc-embedded-mark-formula)
9285 (calc-embedded-find-bounds, calc-embedded-duplicate)
9286 (calc-embedded-new-formula, calc-embedded-make-info):
9287 Replace vars outer-top, outer-bot, bot and top by declared variables.
9288 (calc-embed-prev-modes): New variable.
9289 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9290 prev-modes with declared variable.
9291 (calc-embed-vars-used): New variable.
9292 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9293 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9294 vars-used by declared variable.
9295
9296 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9297 (math-format-radix-float): Remove unnecessary setq.
9298 (math-radix-float-cache): Declare it.
9299
9300 * calc/calcsel2.el (calc-keep-selection): Declare it.
9301
9302 * calc/calc-maint.el: Remove file.
9303
9304 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9305
9306 * textmodes/bibtex.el (bibtex-sort-entry-class)
9307 (bibtex-comment-start): Use defcustom.
9308 (bibtex-entry-field-alist): Use nil if initial content of the
9309 field is undefined. Fix docstring.
9310 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9311 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9312 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9313 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9314 Fix docstring.
9315 (bibtex-autokey-title-terminators): Use only one regexp.
9316 (bibtex-string-maybe-empty-head): New variable.
9317 (bibtex-remove-delimiters-string): New function.
9318 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9319 Use bibtex-remove-delimiters-string.
9320 (bibtex-progress-message, bibtex-field-left-delimiter)
9321 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9322 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9323 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9324 Simplify.
9325 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9326 Use eq and bibtex-remove-delimiters-string. For end markers use
9327 insertion type so that marker stays after inserted text.
9328 (bibtex-autokey-get-names): Return empty string if name is missing.
9329 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9330 calling bibtex-autokey-name-case-convert.
9331 (bibtex-autokey-demangle-title):
9332 Call bibtex-autokey-titleword-case-convert. Remove call to
9333 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9334 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9335 (bibtex-read-key): New optional arg global.
9336 (bibtex-files-expand): New optional arg force.
9337 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9338 (bibtex-complete-crossref-cleanup): Rename from
9339 bibtex-complete-key-cleanup. Simplify code.
9340 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9341 Operate on current entry.
9342 (bibtex-button): Add docstring.
9343 (bibtex-entry): Simplify.
9344 (bibtex-make-field): Replace optional arg called-by-yank with more
9345 specific args move and interactive.
9346 (bibtex-end-of-entry): Use forward-sexp.
9347 (bibtex-find-entry-globally): Remove.
9348 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9349 Bound to C-c C-x.
9350 (bibtex-find-entry): New optional args global and display.
9351 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9352 (bibtex-validate): Use arg force of bibtex-files-expand.
9353 (bibtex-clean-entry): Bugfix, clean string entries properly.
9354 Always keep point at beginning of entry.
9355 (bibtex-complete): Bugfix. Handle string entries properly.
9356 Call cleanup functions only if needed.
9357 (bibtex-String): Use bibtex-read-string-key.
9358 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9359 case of replacement text.
9360
9361 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9362
9363 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9364 (tramp-perl-directory-files-and-attributes): New constant.
9365 (tramp-file-name-handler-alist): Delete file-directory-files, add
9366 directory-files-and-attributes.
9367 (tramp-perl-file-attributes): Surround uid and gid by double
9368 quotes. Change parameter id-format from nonnumeric.
9369 (tramp-convert-file-attributes): New function.
9370 (tramp-handle-file-attributes): Use it.
9371 (tramp-maybe-send-perl-script): New function.
9372 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9373 file mode. Change parameter id-format from nonnumeric.
9374 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9375 from nonnumeric.
9376 (tramp-post-connection): Don't send tramp-perl-file-attributes
9377 script. Reset connection property "perl-scripts".
9378 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9379 in use.
9380
9381 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9382
9383 * desktop.el (desktop-read): Replace mapcar with mapc.
9384 (desktop-create-buffer): Replace mapcar with mapc.
9385 Remove redundant piece of code.
9386
9387 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * progmodes/gud.el (gud-display-line): Use display-buffer
9390 for GDB-UI as for GUD.
9391
9392 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9393 Delete variables.
9394 (gdb-ann3): Don't make GUD buffer dedicated.
9395 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9396 (gdb-display-source-buffer): Delete function.
9397 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9398 (menu): Delete menu bindings for viewing source/assembler.
9399 (gdb-setup-windows, gdb-restore-windows):
9400 Don't dedicate GUD. No assembler now.
9401 (gdb-reset): No need to undedicate source buffers now.
9402 (gdb-source-info): No assembler now.
9403
9404 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9405
9406 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9407 width to those for special frames.
9408 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9409 Use display-buffer.
9410 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9411 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9412 (gdb-frame-assembler-buffer): Rework like
9413 gdb-frame-breakpoints-buffer.
9414
9415 2004-11-25 Richard M. Stallman <rms@gnu.org>
9416
9417 * progmodes/flymake.el: Reindent.
9418 (flymake-split-string): Turn into defalias.
9419 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9420 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9421 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9422 (flymake-build-relative-filename): Rename from ...path.
9423 Fix error message.
9424
9425 2004-11-25 Cheng Gao <chenggao@gmail.com>
9426
9427 * progmodes/flymake.el: Much whitespace and capitalization change.
9428 Move `provide' to end. Require `compile' only when compiling.
9429
9430 2004-11-24 Jay Belanger <belanger@truman.edu>
9431
9432 * calc/calc-alg.el: Added comment.
9433 (math-polynomial-base): Replace variable mpb-top-expr by
9434 math-poly-base-top-expr.
9435
9436 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9437 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9438 variable.
9439 (math-poly-base-total-base): New variable.
9440 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9441 mpb-total-base by declared variable.
9442 (math-factored-vars, math-to-list): Declare it.
9443 (math-fact-expr): New variable.
9444 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9445 (math-factor-expr-try, math-factor-expr-part): Replace variable
9446 expr by declared variable.
9447 (math-fet-x): New variable.
9448 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9449 by declared variable.
9450 (math-factor-poly-coefs): Make temp a local variable.
9451
9452 * calc/calc-units.el (calc-convert-units): Make units a local
9453 variable.
9454 (calc-num-units, calc-den-units): New variables.
9455 (calc-explain-units, calc-explain-units-rec): Replace variables
9456 num-units and den-units by declared variables.
9457 (math-cu-unit-list): New variable.
9458 (math-build-units-table, math-compare-unit-names)
9459 (math-convert-units, math-convert-units-rec): Replace variable
9460 unit-list by declared variable.
9461 (math-fbu-base, math-fbu-entry): New variables.
9462 (math-find-base-units, math-find-base-units-rec): Replace variables
9463 base and entry by declared variables.
9464 (math-which-standard): New variable.
9465 (math-to-standard-units, math-to-standard-rec): Replace variable
9466 which-standard by declared variable.
9467 (math-fcu-u): New variable.
9468 (math-find-compatible-unit, math-find-compatible-unit-rec):
9469 Replace variable u by declared variable.
9470 (math-cu-new-units, math-cu-pure): New variables.
9471 (math-convert-units, math-convert-units-rec): Replace variables
9472 new-units and pure by declared variables.
9473 (math-try-cancel-units): New variable.
9474 (math-simplify-units-quotient): Replace variable try-cancel-units by
9475 declared variable.
9476
9477 2004-11-24 Richard M. Stallman <rms@gnu.org>
9478
9479 * textmodes/ispell.el (ispell-check-version):
9480 If default-directory is nonexistent, use home dir.
9481
9482 * progmodes/grep.el (grep-regexp-alist):
9483 Don't match parens around line numbers.
9484
9485 * progmodes/cperl-mode.el (cperl-indent-region)
9486 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9487 Don't print progress messages.
9488
9489 * progmodes/compile.el (compilation-mode-map):
9490 Don't inherit from compilation-minor-mode-map;
9491 copy its bindings instead. But the menu bar Compile
9492 entry now does inherit from compilation-menu-map.
9493
9494 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9495 Use with-no-warnings around compiler-macroexpand.
9496
9497 * imenu.el: Don't always require newcomment.
9498 (imenu--generic-function): Call comment-normalize-vars
9499 if we have a comment syntax.
9500 Exit the loop if REGEXP matches the null string.
9501 Test comment-start as well as comment-start-skip
9502 when deciding whether to check for comments.
9503
9504 * tooltip.el (tooltip-mode): Doc fix.
9505
9506 * term.el (term-escape-char, term-mode): Doc fixes.
9507
9508 2004-11-24 Dave Love <fx@gnu.org>
9509
9510 * progmodes/python.el (python-font-lock-syntactic-keywords):
9511 Check for escapes in the regexp.
9512 (python-quote-syntax): Don't do it here.
9513
9514 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9515
9516 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9517 (gdb-frames-mode-map, gdb-threads-mode-map)
9518 (gdb-registers-mode-map, gdb-locals-mode-map)
9519 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9520 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9521
9522 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9523 (dedicated-switch-to-buffer): Rework.
9524 (gdb-var-evaluate-expression-handler, gdb-put-string):
9525 Remove unused variable bindings.
9526 (gdb-setup-windows, gdb-display-buffer):
9527 Simplify. Use pop-to-buffer.
9528 (gdb-view-source-function): Simplify.
9529 (gdb-frame-breakpoints-buffer):
9530 Use pop-to-buffer, special-display-regexps.
9531
9532 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9533
9534 * progmodes/f90.el (f90-smart-end)
9535 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9536 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9537 (f90-end-of-block): Doc fix. Make check of outermost block
9538 conditional on value of `f90-smart-end'.
9539 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9540 Handle case where END-BLOCK is nil.
9541 (f90-match-end): Handle un-named PROGRAM blocks.
9542 (f90-backslash-not-special): New function.
9543
9544 2004-11-24 Jay Belanger <belanger@truman.edu>
9545
9546 * calc/calc.el (calc-embedded-active): Removed unnecessary
9547 declaration.
9548 (calc-show-banner): Removed redundant declaration.
9549
9550 * calc/calc-graph.el (calc-gnuplot-default-device)
9551 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9552 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9553 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9554 Remove redundant initial values.
9555
9556 * calc/calc-arith.el (math-scalar-functions)
9557 (math-nonscalar-functions, math-scalar-if-args-functions)
9558 (math-real-functions, math-positive-functions)
9559 (math-nonnegative-functions, math-real-scalar-functions)
9560 (math-real-if-arg-functions, math-integer-functions)
9561 (math-num-integer-functions, math-rounding-functions)
9562 (math-float-rounding-functions, math-integer-if-args-functions)
9563 (math-super-types): Move declarations to earlier in file.
9564 (math-unit-prefixes): Declared it.
9565 (math-floor-prec, math-trunc-prec): New variables.
9566 (math-trunc-fancy): Replace variable prec by declared variable.
9567 (math-floor-fancy): Replace variable prec by declared variable.
9568 (math-com-bterms): New variable.
9569 (math-commutative-equal, math-commutative-collect):
9570 Replace variable bterms by declared variable.
9571
9572 * calc/calc-misc.el (math-trunc): Replace variable prec by
9573 math-trunc-prec.
9574 (math-floor): Replace variable prec by math-floor-prec.
9575
9576 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9577 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9578 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9579 (math-format-date, math-format-date-part): Replace variables
9580 date, dt, year, month, day, weekday, hour, minute, second and
9581 bc-flag by declared variables.
9582 (math-pd-str): New variable.
9583 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9584 Replace variable str by declared variable.
9585 (math-daylight-savings-hook, math-tzone-names): Move definitions
9586 to earlier in the file.
9587 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9588 (math-sh-year): New variable.
9589 (math-setup-add-holidays, math-setup-holidays)
9590 (math-setup-year-holidays): Replace variable `year' by declared
9591 variable.
9592
9593 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9594 New variables.
9595 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9596 n, nf and nfm1 by declared variables.
9597 (math-nri-n): New variable.
9598 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9599 n by declared variable.
9600 (calcFunc-log): Removed misplaced condition.
9601
9602 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9605
9606 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9607
9608 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9609 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9610 Dedicate gdb-related windows.
9611 (gdb-display-buffer): Dedicate gdb-related windows.
9612 Don't grab other frames.
9613 (gdb-reset): Remove dedicated property after debugging.
9614
9615 2004-11-24 Jay Belanger <belanger@truman.edu>
9616
9617 * calc/calc-sel.el: Add comment.
9618
9619 * calc/calc.el (math-stack-value-offset): Replace variables c,
9620 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9621
9622 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9623 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9624 (math-stack-value-offset-fancy): Replace variables c, wid and off
9625 by declared variables.
9626 (math-comp-just, math-comp-comma-spc): New variables.
9627 (math-compose-expr, math-compose-matrix): Replace variables `just'
9628 and comma-spc by declared variable.
9629 (math-comp-vector-prec): New variable.
9630 (math-compose-expr, math-compose-matrix, math-compose-rows):
9631 Replace variable vector-prec by declared variable.
9632 (math-comp-left-bracket, math-comp-right-bracket)
9633 (math-comp-comma): New variables.
9634 (math-compose-expr, math-compose-rows): Replace variables
9635 left-bracket, right-bracket and comma by declared variables.
9636 (math-comp-full-width): New variable.
9637 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9638 Replace variable full-width by declared variable.
9639 (math-comp-highlight, math-comp-word, math-comp-level)
9640 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9641 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9642 New variables.
9643 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9644 (math-comp-sel-flat-term): Replace variables comp-highlight,
9645 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9646 declared variables.
9647 (math-comp-simplify, math-comp-simplify-term)
9648 (math-comp-add-string, math-comp-add-string-sel):
9649 Replace variables comp-highlight, comp-buf, comp-base,
9650 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9651
9652 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9653
9654 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9655
9656 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9657 and x-server-version may throw.
9658
9659 2004-11-23 Kim F. Storm <storm@cua.dk>
9660
9661 * subr.el (substitute-key-definition-key): Optimize.
9662 Don't call indirect-function for nil defn (always signals error).
9663
9664 * ido.el (ido-read-internal): Fix require-match check when
9665 ido-directory-too-big is set.
9666
9667 2004-11-23 Jay Belanger <belanger@truman.edu>
9668
9669 * calc/calc-ext.el (math-read-replacement-list)
9670 (math-read-superscripts): New variables.
9671 (math-read-preprocess-string): New function.
9672 (math-read-expr): Filter input through math-read-preprocess-string.
9673
9674 * calc/calc-aent.el (math-read-exprs): Filter input through
9675 math-read-preprocess-string.
9676
9677 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9678
9679 * progmodes/compile.el (compilation-start): In cd command use
9680 substitute-env-vars -- not quite shell compatible but better than
9681 nothing.
9682 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9683 handle the newer versions messages, which are more parseable.
9684
9685 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * reveal.el (reveal-mode-map): New var.
9688 (reveal-mode): Use it.
9689
9690 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9691
9692 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9693 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9694
9695 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9698 header-line when needed.
9699 Use fixed-pitch only in the header-line.
9700 Build the underline automatically. Use emdash if available.
9701
9702 2004-11-22 Richard M. Stallman <rms@gnu.org>
9703
9704 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9705 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9706
9707 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9708
9709 * progmodes/gdb-ui.el (gdb-resync): New function.
9710 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9711 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9712 Use it to fail more gracefully.
9713 (gdb-variables): Delete variable.
9714 Re-order variables to reduce byte-compiler warnings.
9715
9716 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * descr-text.el (describe-char):
9719 * paren.el (show-paren-function):
9720 * subr.el (syntax-after): Undo last change.
9721
9722 * progmodes/python.el (run-python): Don't hard code *Python*.
9723 Don't modify global process-environment.
9724 (python-send-region, python-load-file): Don't assume that
9725 python-buffer == (process-buffer (python-proc)).
9726 (python-switch-to-python): Simplify.
9727
9728 * dired.el (dired-align-file): Don't assume line starts with spaces.
9729
9730 2004-11-21 Jay Belanger <belanger@truman.edu>
9731
9732 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9733 Replace variable `lines' by math-read-big-lines.
9734 (math-read-big-expr): Replace variables the-baseline, the-h2
9735 and err-msg by math-read-big-baseline, math-read-big-h2 and
9736 math-read-err-msg.
9737 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9738
9739 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9740 (math-read-big-balance): Replace unbound variable by value.
9741 (math-read-big-lines): New variable.
9742 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9743 (math-read-big-error, math-read-big-balance): Replace variable
9744 `lines' by declared variable.
9745 (math-read-big-baseline, math-read-big-h2): New variables.
9746 (math-read-big-rec): Replace variables the-baseline and the-h2
9747 by declared variables.
9748 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9749 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9750 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9751 declared variables.
9752 (math-read-big-err-msg): New variable.
9753 (math-read-big-error): Replace variable err-msg by declared variable.
9754
9755 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * ses.el: Add coding cookie.
9758 Fix up docstrings, follow new commenting conventions.
9759 (ses-header-line-menu): Fix missing variable rename for header-row.
9760 (ses-cell-size): Remove.
9761 (ses-make-cell): New function.
9762 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9763 (ses-calculate-cell): Remove unused var `symbol'.
9764 (ses-narrowed-p): New function.
9765 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9766 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9767 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9768 (ses-setup): Use restore-buffer-modified-p.
9769 (ses-cleanup): Remove unused var `end'.
9770 (ses-header-string-left-offset): Remove.
9771 (ses-create-header-string): Adjust to new behavior of `align-to'.
9772 Truncate excessively large fields to preserve alignment.
9773 (ses-reconstruct-all): Remove unused var `refs'.
9774 (ses-read-cell-printer): Remove unused var `prompt'.
9775 (ses-delete-row): Remove unused var `pos'.
9776 (ses-delete-column): Remove unused var `new'.
9777
9778 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9779
9780 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9781 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9782 Eliminate eval-and-compile usage.
9783 (ps-insert-file): Use insert-file-contents instead of insert-file.
9784 (ps-setup): Code fix.
9785
9786 * printing.el (pr-setup, lpr-setup): Code fix.
9787
9788 2004-11-21 Jay Belanger <belanger@truman.edu>
9789
9790 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9791 (calc-original-buffer): Declare them.
9792 (calc-user-formula-alist): New variable.
9793 (calc-user-define-formula, calc-fix-user-formula)
9794 (calc-user-define-composition, calc-finish-formula-edit):
9795 Replace variable `alist' by declared variable.
9796 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9797 (var-q7, var-q7, var-q8, var-q9): Declare them.
9798 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9799 are bound.
9800 (calcFunc-typeof): Replace undeclared variable by expression.
9801 (math-exp-env): New variable.
9802 (math-define-body, math-define-exp): Replace exp-env by declared var.
9803 (math-define-exp): Replace misplaced variable by expression.
9804
9805 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9806 (calc-curve-model, calc-curve-coefnames): New variables.
9807 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9808 varnames, model and coefnames by declared variables.
9809 (math-root-widen): New variable.
9810 (math-search-root, math-find-root): Replace variable root-widen by
9811 declared variable.
9812 (var-DUMMY): Declare it.
9813 (math-root-vars, math-min-vars): Move the declarations to earlier in
9814 the file.
9815 (math-brent-min): Make d a local variable.
9816 (math-find-minimum): Replace non-existent variable.
9817 (math-ninteg-romberg): Remove unnecessary variable.
9818 (math-ninteg-temp): New variable.
9819 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9820 integ-temp by declared variable.
9821 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9822 New variables.
9823 (math-general-fit): Replace variables first-var, first-coef and
9824 new-coefs by declared variables.
9825 (calcFunc-fitvar): Replace variable first-var by declared variable.
9826 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9827 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9828 (math-all-vars-vars, math-all-vars-found): New variables.
9829 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9830 found by declared variable math-all-vars-vars.
9831
9832 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9833
9834 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9835 of `defconst'.
9836
9837 2004-11-20 Richard M. Stallman <rms@gnu.org>
9838
9839 * isearch.el (isearch-mode-map): Don't bind SPC.
9840 (isearch-whitespace-chars): Function deleted.
9841 (isearch-search): Bind search-spaces-regexp.
9842 (isearch-lazy-highlight-search): Likewise.
9843 (search-whitespace-regexp): Doc fix.
9844 (isearch-forward-regexp): Doc fix.
9845
9846 * emacs-lisp/bytecomp.el (byte-compile-form):
9847 Move the calls to byte-compile-set-symbol-position,
9848 to avoid having two for the same symbol occurrence.
9849
9850 * comint.el (comint-input-ring-size): Increase to 150.
9851
9852 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9853 New variables.
9854 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9855 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9856
9857 * imenu.el (imenu--generic-function):
9858 Ensure we keep moving backward even if BEG isn't further back.
9859
9860 * replace.el (query-replace-read-to, query-replace-read-from):
9861 Specify t for KEEP-ALL in read-from-minibuffer.
9862
9863 * progmodes/python.el (python-switch-to-python):
9864 If Python isn't running, start it.
9865 Don't alter debug-ignored-errors.
9866
9867 * progmodes/cperl-mode.el (cperl-indent-region):
9868 Don't mind imenu-scanning-message.
9869
9870 * bindings.el (global-map): Bind C-e to move-end-of-line.
9871
9872 * simple.el (line-move-finish): New arg FORWARD.
9873 Ignore invisible newlines, not intangible ones.
9874 Conditions for acceptable stopping positions depend on FORWARD.
9875 (line-move): Pass FORWARD arg to line-move-finish.
9876
9877 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9878 of HEADER. Compensate for this change in the code to add display
9879 properties. Don't make the first line intangible.
9880
9881 * info.el (Info-search): Fix previous change.
9882
9883 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9884
9885 * Makefile.in (recompile): Revert 2004-11-19 change.
9886 (compile): Likewise.
9887
9888 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9889
9890 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9891
9892 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9893
9894 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9895 defgroup and defcustom. Eliminate eval-and-compile usage.
9896
9897 * progmodes/ebnf-otz.el: Fix typos.
9898
9899 2004-11-19 Jay Belanger <belanger@truman.edu>
9900
9901 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9902 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9903 disp-trail by declared variable.
9904
9905 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9906 (calc-finish-selection-edit): Replace variable disp-trail by
9907 declared variable.
9908 (calc-selection-cache-entry): Move declaration to earlier in the file.
9909 (calc-selection-cache-num, calc-selection-cache-comp)
9910 (calc-selection-cache-offset, calc-selection-true-num)
9911 (calc-final-point-line, calc-final-point-column)
9912 (calc-original-buffer): Declare them.
9913 (calc-fnp-op, calc-fnp-num): New variables.
9914 (calc-find-nth-part, calc-find-nth-part-rec)
9915 (calc-select-previous): Replace op and num by declared variables.
9916 (calc-rsf-old, calc-rsf-new): New variables.
9917 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9918 Replace variables old and new by declared variables.
9919 (calc-sel-reselect): New variable.
9920 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9921 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9922 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9923 reselect with declared variable.
9924
9925 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9926 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9927 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9928 (math-import-list, math-rewrite-phase): Declare them.
9929 (math-rewrite): Use let* to declare variables.
9930 (calc-rewrite-selection): Make rules a local variable.
9931 (calc-rewr-sel): New variable.
9932 (calc-rewrite-selection, calc-locate-selection-marker)
9933 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9934 of sel.
9935 (math-rewrite-whole-expr): New variable.
9936 (math-rewrite, math-rewrite-phase): Replace variable expr by
9937 declared variable.
9938 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9939 (math-rewrite-heads-blanks ): New variables.
9940 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9941 heads, skips and blanks by declared variables.
9942 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9943 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9944 New variables.
9945 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9946 old, new, old-func and new-func by declared variables.
9947 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9948 Remove unnecessary variable.
9949 (math-apply-rw-regs): New variable.
9950 (math-apply-rewrites, math-rwapply-replace-regs)
9951 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9952 (math-apply-rw-ruleset): New variable.
9953 (math-apply-rewrites, math-rwapply-remember): Replace variable
9954 ruleset by declared variable.
9955
9956 2004-11-19 Richard M. Stallman <rms@gnu.org>
9957
9958 * info.el (Info-search): Use search-whitespace-regexp.
9959
9960 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9961
9962 * vc-rcs.el (vc-rcs-parse): New function.
9963 (vc-rcs-annotate-command): Likewise.
9964 (vc-rcs-annotate-current-time): Likewise.
9965 (vc-rcs-annotate-time): Likewise.
9966 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9967
9968 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9969
9970 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9971
9972 2004-11-18 Jay Belanger <belanger@truman.edu>
9973
9974 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9975
9976 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9977
9978 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9979 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9980 Use make-temp-file to generate PostScript files in any situation.
9981 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9982 (pr-interactive-p): Eliminate var.
9983 (pr-save-interactive): Eliminate macro.
9984 (pr-interface, pr-ps-directory-preview)
9985 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9986 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9987 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9988 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9989 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9990 (pr-ps-region-ps-print, pr-ps-mode-preview)
9991 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9992 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9993 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9994 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9995 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9996 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9997 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9998 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9999 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10000 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10001 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10002 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
10003 Eliminate pr-save-interactive usage.
10004 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10005 Eliminate pr-interactive-p usage.
10006 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10007 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10008 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10009 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10010 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10011 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10012 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10013 New funs.
10014 (pr-ps-file): Use make-temp-file to generate a temporary file.
10015
10016 2004-11-17 Jay Belanger <belanger@truman.edu>
10017
10018 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10019 a local variable.
10020 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10021 (math-top-only): New variable.
10022 (math-simplify, math-simplify-step): Replace variable top-only by
10023 declared variable math-top-only.
10024 (math-simplify-expr): Declare it.
10025 Replace argument expr in all calls of math-defsimplify by
10026 math-simplify-expr.
10027 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10028 (math-simplify-divisor, math-simplify-one-divisor)
10029 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10030 (math-simplify-pow): Replace variable expr by declared variable
10031 math-simplify-expr.
10032 (math-simplify-divisor): Remove local variables temp and op.
10033 (math-simplify-one-divisor): Make temp and op local variables.
10034 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10035 New variables.
10036 (math-simplify-divisor, math-simplify-one-divisor):
10037 Replace variables nover and dover by declared variables.
10038 (math-expr-subst-new, math-expr-subst-old): New variables.
10039 (math-expr-subst, math-expr-subst-rec): Replace variables new
10040 and old by declared variables.
10041 (math-is-poly-degree, math-is-poly-loose): New variables.
10042 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10043 and loose by declared variables.
10044 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10045 (math-polynomial-base, math-polynomial-base-rec):
10046 Replace variables const-ok and mpb-pred by declared variables.
10047
10048 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10049
10050 * calc/calc-ext.el (math-defsimplify): Change the argument in
10051 the created function to math-simplify-expr.
10052
10053 * calc/calc-units.el (math-simplify-expr): Declare it.
10054 Replace argument expr in all calls of math-defsimplify by
10055 math-simplify-expr.
10056 (math-simplify-units-prod): Replace variable expr by declared
10057 variable math-simplify-expr.
10058
10059 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10062 Replace mapcar->dolist, format->string.
10063
10064 2004-11-17 Miles Bader <miles@gnu.org>
10065
10066 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10067 * progmodes/idlwave.el: Remove RCS keywords.
10068
10069 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10070
10071 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10072 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10073 Update to IDLWAVE version 5.5. Too many changes to list them here.
10074 * progmodes/idlw-help.el: New file.
10075
10076 2004-11-16 Richard M. Stallman <rms@gnu.org>
10077
10078 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10079 Discard spaces after \i according to TeX rules.
10080
10081 * international/mule.el (set-buffer-file-coding-system):
10082 New arg NOMODIFY.
10083 (after-insert-file-set-coding): Pass that new arg.
10084 Prevent set-buffer-multibyte from trying to lock the file.
10085
10086 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10087
10088 * saveplace.el (save-place): Doc fix.
10089
10090 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10091 temporarily widen before finding the following word to copy.
10092
10093 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10094 (cl-map-keymap): Definition deleted.
10095
10096 * subr.el (map-keymap-internal): New function.
10097
10098 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10101 when pressing rather than when releasing mouse-2. Simplify.
10102
10103 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10104
10105 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10106 (compilation-mode): Set it here instead.
10107
10108 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10109
10110 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10111 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10112
10113 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * progmodes/compile.el (compilation-internal-error-properties):
10116 Fix up a transposition-typo. Check end-col before using it.
10117
10118 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10119
10120 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10121 Discard whitespace after macro \i when converting it.
10122
10123 2004-11-16 Juri Linkov <juri@jurta.org>
10124
10125 * emacs-lisp/find-func.el (find-function-regexp):
10126 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10127 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10128 Remove invalid `\W' from [^cgv\W]. Doc fix.
10129 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10130
10131 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10132
10133 * play/life.el: Maintainer is now FSF.
10134 (life-patterns, life-neighbor-deltas, life-window-start)
10135 (life-current-generation, life-generation-string): Use defvar
10136 instead of defconst.
10137
10138 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * progmodes/compile.el (compilation-move-to-column): New fun.
10141 (compilation-internal-error-properties)
10142 (compilation-next-error-function): Use it to make sure we don't go past
10143 the end of line.
10144
10145 2004-11-15 John Paul Wallington <jpw@gnu.org>
10146
10147 * autoinsert.el (auto-insert-alist): Insert the user's name in
10148 copyright notice, rather than Free Software Foundation, for the
10149 Emacs Lisp header case too.
10150
10151 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10152
10153 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10154 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10155 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10156 return the list of string in a string.
10157 (pr-call-process): Message if calling process returns an error, that
10158 is, the exit status is different of zero.
10159
10160 2004-11-15 Jay Belanger <belanger@truman.edu>
10161
10162 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10163 variable var-thing.
10164 (math-integ-depth, math-integ-level, math-integral-limit)
10165 (math-enable-subst, math-any-substs, math-integ-msg)
10166 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10167 (math-int-threshold, math-int-factors, math-double-roots)
10168 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10169 (var-GenCount): Declare these variables.
10170 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10171 (math-integral-cache, math-integral-cache-state):
10172 Move declarations to earlier in the file.
10173 (math-deriv-var, math-deriv-total, math-deriv-symb)
10174 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10175 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10176 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10177 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10178 (math-solve-res): New variables
10179 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10180 (math-integral, math-replace-integral-parts)
10181 (math-integrate-by-parts, calc-dump-integral-cache)
10182 (math-try-integral, math-do-integral, math-do-integral)
10183 (math-do-integral-methods, math-try-solve-for)
10184 (math-try-solve-prod, math-solve-poly-funny-powers)
10185 (math-solve-crunch-poly, math-decompose-poly)
10186 (math-solve-find-root-term, math-find-root-in-prod)
10187 (math-integ-try-linear-substitutions)
10188 (math-integ-try-substitutions, math-expr-rational-in)
10189 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10190 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10191 (math-solve-for, math-solve-system, math-solve-system-rec)
10192 (math-solve-get-sign, math-solve-get-int)
10193 (math-solve-system-subst): Replace undeclared variables with newly
10194 declared variables.
10195
10196 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10197
10198 * winner.el (winner-active-region, winner-edges, winner-window-list):
10199 Define at toplevel.
10200 (winner-mode-map): Move init inside declaration.
10201
10202 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10203
10204 * files.el (convert-standard-filename): Doc fix.
10205
10206 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10207
10208 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10209 passwd, group, shadow, default/* and pam.d/*.
10210
10211 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10212
10213 * printing.el (pr-menu-spec): Adjust menu specification.
10214
10215 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10216
10217 * printing.el: Doc fix. Insert :version tag into all defcustom.
10218 Handle interactive-p as is recommended in Emacs Lisp Reference.
10219 Set the file permission bits for newly created files.
10220 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10221 The printing menu specification (in `pr-menu-spec') was merged.
10222 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10223 (pr-version): New version number (6.8.3).
10224 (pr-file-modes): New option.
10225 (pr-interactive-p): New var.
10226 (pr-save-interactive, pr-save-file-modes): New macros.
10227 (pr-setup): Code fix.
10228 (pr-menu-spec): Menu specification merged.
10229 (pr-call-process, pr-text2ps): Set file permission bits.
10230 (pr-despool-print): Set file permission bits. Handle interactive-p as
10231 is recommended.
10232 (pr-interface, pr-ps-directory-preview)
10233 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10234 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10235 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10236 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10237 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10238 (pr-ps-region-ps-print, pr-ps-mode-preview)
10239 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10240 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10241 (pr-despool-using-ghostscript, pr-despool-ps-print)
10242 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10243 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10244 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10245 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10246 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10247 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10248 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10249 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10250 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10251 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10252 Handle interactive-p as is recommended.
10253
10254 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10257 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10258
10259 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10260 so it doesn't forget to highlight the beginning of the region either.
10261
10262 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10263
10264 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10265 (c-font-lock-init): Eliminate obsolete make-local-hook.
10266 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10267 (awk-mode): Use run-mode-hooks.
10268
10269 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10270
10271 2004-11-13 Kim F. Storm <storm@cua.dk>
10272
10273 * mouse.el (mouse-drag-copy-region): Add :version.
10274 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10275 while dragging mode line, so mode line can be dragged downwards.
10276 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10277 while pressing mouse button so window doesn't scroll until we
10278 release the mouse if clicking on partially visible line.
10279
10280 2004-11-12 Jay Belanger <belanger@truman.edu>
10281
10282 * calc/calc-graph.el (calc-dumb-map): Declare it.
10283 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10284 than unbound.
10285 (calc-graph-name): Made `end' a local variable.
10286 (calc-graph-lookup): Made `varname' a local variable.
10287 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10288 Declare them.
10289 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10290 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10291 the unused variable y3vec.
10292 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10293 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10294 calc-graph-prev-kill-hook.
10295 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10296 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10297 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10298 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10299 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10300 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10301 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10302 (calc-graph-y3value, calc-graph-y3name)
10303 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10304 (calc-graph-stepcount, calc-graph-is-splot)
10305 (calc-graph-surprise-splot, calc-graph-blank)
10306 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10307 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10308 (calc-graph-recompute-2d, calc-graph-compute-3d)
10309 (calc-graph-format-data): Replace undeclared variables with the
10310 above newly declared variables.
10311
10312 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10313
10314 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10315 `rsf-beep' and `rsf-sleep-after-message'.
10316
10317 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10318 list if `message-sender' is non-nil.
10319
10320 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10321
10322 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10323 consing by using mapc instead of mapcar.
10324
10325 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10326
10327 * tooltip.el (require): Explain why CL is needed.
10328
10329 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10330
10331 * printing.el: Insert :version into defgroup (printing). All reference
10332 to Files option in menubar were changed to File.
10333 (pr-version): New version number (6.8.2).
10334 (pr-get-symbol): Call easy-menu-intern.
10335 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10336 compilation gripes.
10337
10338 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10341 new byte-compile-function-environment binding to t.
10342
10343 * font-lock.el (font-lock-fontify-syntactically-region):
10344 Don't forget to highlight the last char when we hit `end'.
10345
10346 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10347 (mwheel-scroll): Adjust accordingly.
10348
10349 * cvs-status.el: Reduce spurious warnings.
10350 (cvs-status-checkout): Remove.
10351 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10352
10353 * pcvs.el (cvs-mode-checkout): New command.
10354
10355 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10356
10357 * tooltip.el: Require CL.
10358
10359 * emacs-lisp/bytecomp.el: Use push.
10360 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10361 (defalias): Remove the `byte-compile' property and add
10362 a `byte-hunk-handler'.
10363
10364 2004-11-11 Juri Linkov <juri@jurta.org>
10365
10366 * info.el (Info-search): Save match data for isearch.
10367 Skip Tag Table node.
10368
10369 * descr-text.el (describe-char): Replace syntax-after with code
10370 from its previous version.
10371
10372 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10373 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10374
10375 * international/mule.el (sgml-html-meta-auto-coding-function):
10376 Remove > after <html to allow HTML attributes.
10377
10378 2004-11-11 Jay Belanger <belanger@truman.edu>
10379
10380 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10381 a variable.
10382 (calcFunc-dfac): Replace unbound max by n.
10383 (math-stirling-local-cache): New variable.
10384 (math-stirling-number, math-stirling-1, math-stirling-2):
10385 Replace the variable `cache' by the declared variable
10386 math-stirling-local-cache.
10387 (var-RandSeed): Declare it as a variable.
10388 (math-init-random-base, math-random-digit): Don't check to see if
10389 var-RandSeed is bound.
10390 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10391 Declare them instead of just setting them.
10392 (math-init-random-base): Made i a local variable.
10393 (math-random-digit): Made math-random-last a local variable.
10394 (math-prime-test-cache): Move declaration to before it is used.
10395 (math-prime-test-cache-k, math-prime-test-cache-q)
10396 (math-prime-test-cache-nm1, math-prime-factors-finished):
10397 Declare them as variables.
10398
10399 2004-11-11 Jay Belanger <belanger@truman.edu>
10400
10401 * calc/calc-ext.el (math-defcache): Use defvar for the new
10402 variables it creates.
10403
10404 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10405
10406 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10407 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10408 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10409 (desktop-save): Add :version.
10410
10411 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * printing.el (pr-get-symbol): Don't downcase.
10414
10415 2004-11-10 Jay Belanger <belanger@truman.edu>
10416
10417 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10418 string to kill-ring.
10419
10420 * calc/calc-aent.el (calc-alg-exp, math-toks)
10421 (math-exp-pos,math-exp-old-pos, math-exp-token)
10422 (math-exp-keep-spaces, math-exp-str): New variables.
10423 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10424 (calcAlg-enter): Use declared variable calc-alg-exp.
10425 (math-build-parse-table, math-find-user-token): Use declared
10426 variable math-toks.
10427 (math-read-exprs, math-read-token, calc-check-user-syntax)
10428 (calc-match-user-syntax, match-factor-after, math-read-factor):
10429 Use declared variables math-exp-pos math-exp-old-pos.
10430 (math-read-exprs, math-read-token, math-read-expr-level)
10431 (calc-check-user-syntax, calc-match-user-syntax)
10432 (match-factor-after, math-read-factor): Use declared variable
10433 math-exp-token.
10434 (math-read-exprs, math-read-expr-list, math-read-token)
10435 (math-read-factor): Use declared variable math-exp-keep-spaces.
10436 (math-read-exprs, math-read-token): Use declared variable
10437 math-exp-str.
10438 (calc-match-user-syntax): Make m a local variable.
10439
10440 * calc/calc-ext.el (math-read-expr): Use declared variables
10441 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10442 math-exp-keep-spaces.
10443
10444 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10445 variables math-exp-pos, math-exp-str.
10446
10447 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10448 math-exp-old-pos.
10449 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10450 (math-parse-eqn-prime): Use declared variable math-exp-token.
10451
10452 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10453 Use declared variable math-exp-pos.
10454 (math-check-for-commas): Use declared variable math-exp-str.
10455 (math-read-brackets): Use declared variables math-exp-old-pos,
10456 math-exp-keep-spaces.
10457 (math-read-brackets, math-read-vector, math-read-matrix):
10458 Use declared variable math-exp-token.
10459
10460 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10463 where the keymap is a symbol.
10464 (easy-menu-add-item): Use keymap-prompt. Simplify.
10465
10466 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10467
10468 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10469 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10470
10471 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10472
10473 * ebuff-menu.el: Doc fixes throughout.
10474 (electric-buffer-menu-mode-hook): New defvar.
10475
10476 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10479 The resulting compiler warnings appear to be harmless.
10480
10481 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10482
10483 * textmodes/conf-mode.el: New file.
10484
10485 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10486
10487 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10490
10491 2004-11-09 Jay Belanger <belanger@truman.edu>
10492
10493 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10494
10495 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10496 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10497 (calc-z-prefix-help, calc-user-function-list): Use declared
10498 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10499 (math-map-tree, math-map-tree-rec): Use declared variables
10500 math-mt-many, math-mt-func.
10501 (math-read-expression, math-read-string): Use declared variable
10502 math-expr-data.
10503
10504 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10505 variable math-normalize-a.
10506
10507 * calc/calc.el (math-normalize-a): New variable.
10508 (math-normalize): Use declared variable math-normalize-a.
10509
10510 * calc/calc-poly.el (math-expand-form): Use declared variable
10511 math-mt-many.
10512
10513 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10514 Use declared variable math-mt-many.
10515 (math-rewrite): Use declared variable math-mt-func.
10516
10517 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10518 (math-read-matrix): Use declared variable math-expr-data.
10519
10520 * calc/calc-lang.el (math-parse-fortran-vector)
10521 (math-parse-fortran-vector-end, math-parse-tex-sum)
10522 (math-parse-eqn-matrix, math-parse-eqn-prime)
10523 (math-read-math-subscr): Use declared variable math-expr-data.
10524
10525 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10526 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10527 (calc-match-user-syntax, math-read-if, math-factor-after)
10528 (math-read-factor): Use declared variable math-expr-data.
10529
10530 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10531
10532 * calendar/diary-lib.el (diary-from-outlook)
10533 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10534 interactive-p; but rather new optional argument NOCONFIRM.
10535
10536 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10537
10538 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10539 (easy-menu-name-match): Revert correspondingly.
10540
10541 2004-11-09 Richard M. Stallman <rms@gnu.org>
10542
10543 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10544 Turn off warnings for the new function even if definition not constant.
10545 If the definition isn't a quoted symbol, record (FUNCTION . t).
10546 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10547 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10548 (display-call-tree, byte-compile-arglist-warn):
10549 Handle t returned by byte-compile-fdefinition.
10550
10551 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10552
10553 * Makefile.in (maintainer-clean): Depend on distclean.
10554
10555 * help-fns.el (help-C-file-name): File name must be in build-files
10556 to be returned.
10557
10558 2004-11-09 Jay Belanger <belanger@truman.edu>
10559
10560 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10561 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10562
10563 * calc/calc.el (calc, calc-trail-display, calc-mode):
10564 Remove obsolete sections.
10565
10566 * calc/calc.el (calc-x-paste-text): Remove.
10567
10568 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10569 mouse-2.
10570
10571 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10572
10573 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10574 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10575 current frame (in case of recursive calls).
10576 (gdb-show-changed-values): Add :version keyword.
10577
10578 2004-11-09 Kenichi Handa <handa@m17n.org>
10579
10580 * international/mule-cmds.el: Change coding: tag back to
10581 iso-2022-7bit.
10582
10583 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * international/mule-cmds.el: Change coding-system to utf-8.
10586 (select-safe-coding-system-interactively):
10587 New function extracted from select-safe-coding-system.
10588 (select-safe-coding-system): Use it.
10589
10590 2004-11-08 Richard M. Stallman <rms@gnu.org>
10591
10592 * subr.el (syntax-after): Doc fix.
10593
10594 * paren.el (show-paren-function): Change calls to syntax-after
10595 for new way of returning the value.
10596
10597 * menu-bar.el (menu-bar-file-menu): Make this the real name
10598 and menu-bar-files-menu the alias. Use the former.
10599 (global-map): Use `file', not `files', as the symbol.
10600
10601 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10602
10603 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10604 Don't use beginning-of-buffer.
10605 (filesets-cmd-show-result): Use with-no-warnings.
10606
10607 2004-11-08 Juri Linkov <juri@jurta.org>
10608
10609 * progmodes/compile.el (compile): Don't overwrite last command in
10610 minibuffer history with default command if they are not equal.
10611
10612 2004-11-08 Jay Belanger <belanger@truman.edu>
10613
10614 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10615 non-linear substitutions.
10616
10617 2004-11-08 Jay Belanger <belanger@truman.edu>
10618
10619 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10620 (math-do-integral): Set `math-linear-subst-tried' to nil.
10621 (math-do-integral-methods): Use `math-linear-subst-tried' to
10622 determine what type of substitution to try.
10623 (math-integ-try-linear-substituion):
10624 Set `math-linear-subst-tried' to t.
10625
10626 2004-11-08 Kim F. Storm <storm@cua.dk>
10627
10628 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10629
10630 2004-11-07 Juri Linkov <juri@jurta.org>
10631
10632 * info-look.el (info-lookup): Allow reusing in the current buffer
10633 not only *info* buffer, but all (even renamed) Info buffers
10634 by checking for major-mode instead of *info* buffer name.
10635 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10636 (octave-mode, maxima-mode) <doc-spec>:
10637 Allow long dashes generated by Texinfo 4.7 before definitions.
10638 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10639 definitions with argument separated by space.
10640
10641 2004-11-06 Richard M. Stallman <rms@gnu.org>
10642
10643 * simple.el (next-error group, face): Move before first use.
10644 (next-error-highlight, next-error-highlight-no-select): Likewise.
10645
10646 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10647 (line-move): New args NOERROR and TO-END.
10648 Return t if if succeed in moving specified number of lines.
10649 (move-end-of-line): New function.
10650
10651 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10652 (end-of-buffer-other-window): Likewise.
10653
10654 * simple.el (line-move-ignore-invisible): Default to t.
10655
10656 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10657
10658 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10659
10660 * international/iso-cvt.el (iso-cvt-define-menu):
10661 Rename menu-bar-files-menu to menu-bar-file-menu.
10662
10663 * net/browse-url.el (browse-url-gnome-moz-program)
10664 (browse-url-gnome-moz-arguments): Move up before first use.
10665
10666 * net/tramp.el (tramp group): Add :version.
10667
10668 * progmodes/ada-xref.el (ada-gdb-application):
10669 Use goto-char instead of beginning-of-buffer.
10670
10671 * progmodes/cperl-mode.el (cperl-info-on-command):
10672 Use goto-char instead of beginning-of-buffer.
10673
10674 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10675 Move up before first use.
10676 (idlwave-shell-temp-pro-file): Likewise.
10677 (idlwave-shell-temp-rinfo-save-file): Likewise.
10678 (idlwave-shell-temp-file): Minor doc fix.
10679
10680 * textmodes/flyspell.el (flyspell-external-point-words):
10681 Use goto-char instead of beginning-of-buffer.
10682
10683 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10684
10685 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10686 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10687 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10688
10689 2004-11-06 David Ponce <david@dponce.com>
10690
10691 * recentf.el (recentf-menu-path): Use menu item name.
10692
10693 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10694
10695 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10696 display doesn't support images.
10697
10698 2004-11-06 Andreas Schwab <schwab@suse.de>
10699
10700 * tempo.el (tempo-match-finder): Doc fix.
10701
10702 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10703
10704 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10705
10706 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10707 (easy-menu-lookup-name): New fun to replace it.
10708 (easy-menu-get-map): Use it to obey menu item names (rather than just
10709 keys) when looking up `path'.
10710 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10711 (easy-menu-convert-item-1): Adjust to new name.
10712
10713 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10714
10715 * outline.el (hide-body): Don't hide lines at the top of the file
10716 that precede the first header line.
10717
10718 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10719
10720 * align.el (align-areas): Delete whitespace before reindenting, so
10721 that tabs are never placed after spaces.
10722
10723 2004-11-06 Alan Shutko <ats@acm.org>
10724
10725 * macros.el (insert-kbd-macro): Do completions based on macros,
10726 rather than all commands.
10727
10728 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10729
10730 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10731 to solve a bug whereby tags with 'b' don't match.
10732
10733 2004-11-05 Juri Linkov <juri@jurta.org>
10734
10735 * info.el (Info-search): Don't search in node header lines
10736 and file headers.
10737
10738 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10739 symbol-constituent characters after dot, not only digits.
10740
10741 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10742
10743 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10744
10745 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10746
10747 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10748 if a dialog will be used, read-file-name otherwise.
10749
10750 2004-11-04 Richard M. Stallman <rms@gnu.org>
10751
10752 * textmodes/table.el (table group): Add :version.
10753
10754 * textmodes/ispell.el (ispell-word):
10755 Don't alter args; set them only thru `interactive' spec.
10756
10757 * textmodes/flyspell.el (flyspell-word):
10758 Don't alter FOLLOWING; set it only thru `interactive' spec.
10759
10760 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10761
10762 * net/browse-url.el (browse-url-maybe-new-window):
10763 Use called-interactively-p.
10764
10765 * mail/supercite.el (sc-cite-region):
10766 Don't use interactive-p. Add arg INTERACTIVE.
10767 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10768
10769 * international/mule-cmds.el (set-input-method, toggle-input-method):
10770 Don't use interactive-p. Add arg INTERACTIVE.
10771
10772 * eshell/esh-mode.el (eshell-show-maximum-output):
10773 Don't use interactive-p.
10774 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10775
10776 * mouse.el (mouse-show-mark): Get positions to delete from mark
10777 and point, not from mouse-drag-overlay.
10778
10779 * imenu.el (imenu-eager-completion-buffer): Add :version.
10780
10781 * filesets.el (filesets group): Add :version.
10782
10783 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10784
10785 * files.el (xml-based-modes): Delete var.
10786 (magic-mode-alist): New more general var.
10787 (set-auto-mode): Use it.
10788
10789 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10790 when clicking from another window.
10791
10792 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10793
10794 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10795 (vc-cvs-annotate-time): Incorporate value of deleted var.
10796 Remove special-case handling of beginning-of-buffer cruft.
10797 Cache ending position (point) and return value in text property
10798 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10799
10800 * vc-cvs.el (vc-cvs-annotate-command):
10801 Delete extraneous lines from beginning of buffer.
10802 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10803
10804 * progmodes/grep.el (grep-default-command): Take empty string
10805 for tag if all other methods yield nil. Shell-quote the tag.
10806
10807 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10808 spec in `interactive' form, and mention it in the docstring.
10809 Also, make sure point is at bol after calling `annotate-time'.
10810
10811 2004-11-02 Richard M. Stallman <rms@gnu.org>
10812
10813 * cus-edit.el (customize-group-other-window):
10814 Select the window that displays the custom buffer.
10815 (custom-buffer-create-other-window): Likewise.
10816
10817 * comint.el (comint-insert-input): Fix previous change.
10818
10819 * emacs-lisp/elp.el (elp-instrument-function):
10820 Use called-interactively-p.
10821
10822 * emacs-lisp/easymenu.el (easy-menu-intern):
10823 Don't downcase; rather, case-flip the first letter of each word.
10824
10825 * emacs-lisp/easy-mmode.el (define-minor-mode):
10826 Use called-interactively-p.
10827
10828 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10829 Add interactive-only.
10830 (byte-compile-warnings): Add interactive-only as option.
10831 (byte-compile-interactive-only-functions): New variable.
10832 (byte-compile-form): Warn about calls to functions
10833 in byte-compile-interactive-only-functions.
10834
10835 * emacs-lisp/autoload.el (update-file-autoloads):
10836 Don't use interactive-p; take new arg SAVE-AFTER.
10837
10838 * emacs-lisp/advice.el (ad-make-advised-definition):
10839 Use called-interactively-p.
10840
10841 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10842
10843 * files.el (find-file-existing): New function.
10844
10845 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10846 find-file-existing. Add "New File..." that calls find-file.
10847
10848 * diropen.pbm, diropen.xpm: New files.
10849
10850 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10851 icon diropen. New tool bar item find-file-existing uses icon open.
10852
10853 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10854 instead of read-file-name.
10855
10856 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10857
10858 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10859 (icalendar--split-value): Change name of work buffer.
10860 (icalendar--get-weekday-abbrev): Return nil on error.
10861 (icalendar--date-to-isodate): New function.
10862 (icalendar-convert-diary-to-ical)
10863 (icalendar-extract-ical-from-buffer): Use only two args for
10864 make-obsolete (XEmacs compatibility).
10865 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10866 (icalendar-export-region): Doc fix.
10867 If error, return non-nil and write errors to a buffer.
10868 Use correct weekday for weekly recurring events.
10869 Check whether date has been parsed for ordinary events.
10870 Make weekly events start in the year 2000.
10871 DTEND is non-inclusive, shift end date by one day if
10872 necessary (not for entries that have date and time).
10873 Rename local let variables: oops -> found-error, datestring ->
10874 startdatestring.
10875
10876 2004-11-02 Kim F. Storm <storm@cua.dk>
10877
10878 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10879 keep-mode-if-same variable. Add it as optional arg instead.
10880 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10881
10882 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10883 substitute-command-keys will select lower-case bindings like those
10884 used in the static help texts.
10885
10886 * descr-text.el (describe-text-properties): Don't err if called in
10887 the *Help* buffer; output to *Help-2* buffer instead.
10888
10889 * kmacro.el (group kmacro): Add :version.
10890 (kmacro-keyboard-quit): New function to cleanup on C-g.
10891 (kmacro-start-macro): Set defining-kbd-macro to append when
10892 appending to last macro.
10893
10894 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10895
10896 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10897
10898 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10899 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10900 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10901 Add :version keyword.
10902
10903 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10904
10905 * progmodes/flymake.el (flymake-err-line-patterns):
10906 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10907 `compilation-error-regexp-alist-alist' to internal Flymake format.
10908
10909 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10910
10911 2004-11-01 Jay Belanger <belanger@truman.edu>
10912
10913 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10914 with `interactive "s"'.
10915
10916 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10917
10918 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10919 Revert change from 2004-10-16. '*' checks the current buffer, but the
10920 mouse click may be in another buffer.
10921
10922 2004-11-01 John Paul Wallington <jpw@gnu.org>
10923
10924 * files.el (large-file-warning-threshold): Add :version keyword.
10925 (kill-some-buffers): Doc fix.
10926
10927 * thumbs.el (group thumbs): Add :version keyword.
10928
10929 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10930
10931 2004-11-01 Richard M. Stallman <rms@gnu.org>
10932
10933 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10934
10935 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10936
10937 * allout.el (allout group): Add :version.
10938 (allout-init): Don't use interactive-p.
10939 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10940 (allout-forward-current-level, allout-backward-current-level):
10941 Don't use interactive-p.
10942
10943 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10944 (bibtex-find-text): Likewise.
10945
10946 * progmodes/vhdl-mode.el (vhdl-fill-region)
10947 (vhdl-beginning-of-statement): Don't use interactive-p.
10948
10949 * progmodes/idlwave.el (idlwave-update-routine-info):
10950 Don't use interactive-p.
10951
10952 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10953 Don't use interactive-p.
10954
10955 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10956 Don't use interactive-p.
10957
10958 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10959 Don't use interactive-p.
10960
10961 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10962 (fortune-in-buffer): Doc fix.
10963
10964 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10965
10966 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10967 don't select the temporary buffer.
10968 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10969 (eudc-get-phone): Likewise.
10970
10971 2004-11-01 Kim F. Storm <storm@cua.dk>
10972
10973 * man.el (Man-xref-normal-file): Fix help-echo.
10974
10975 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * reveal.el (reveal-last-tick): New var.
10978 (reveal-post-command): Use it to avoid closing overlays when we're
10979 appending text to them.
10980
10981 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10982
10983 * textmodes/bibtex.el: Require button.
10984 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10985 (bibtex-reference-keys): Distinguish between header keys and
10986 crossref keys.
10987 (bibtex-beginning-of-field): New function.
10988 (bibtex-url-map): Remove.
10989 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10990 (bibtex-font-lock-url-regexp): Assume that field names begin at
10991 the beginning of a line.
10992 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10993 Remove field delimiters. Use bibtex-beginning-of-field.
10994 Bugfix, point can be inside a field with a url.
10995 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10996 New functions.
10997 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10998 (bibtex-key-in-head): Simplify.
10999 (bibtex-current-line): Use bolp.
11000 (bibtex-parse-keys): Remove unused arg `add'.
11001 Use bibtex-type-in-head and bibtex-key-in-head.
11002 (bibtex-parse-entry, bibtex-autofill-entry):
11003 Use bibtex-type-in-head and bibtex-key-in-head.
11004 (bibtex-autokey-get-field): Do not alter case of replacement text.
11005 (bibtex-autokey-get-names): Do all processing of name list.
11006 (bibtex-autokey-get-year): New function.
11007 (bibtex-autokey-get-title): Do all processing of title words.
11008 (bibtex-generate-autokey): Simplify.
11009 (bibtex-string-files-init): Use default-directory.
11010 Allow for absolute file names in bibtex-string-files.
11011 (bibtex-files, bibtex-file-path): New variables.
11012 (bibtex-files-expand): New function.
11013 (bibtex-find-entry-globally): New command.
11014 (bibtex-summary-function): New variable.
11015 (bibtex-summary): Default value of bibtex-summary-function.
11016 (bibtex-find-crossref): New optional args pnt and split.
11017 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11018 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11019 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11020 Fix handling of required and alternative fields.
11021 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11022 Use cons and display-buffer.
11023 (bibtex-validate-globally): New command.
11024 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11025 bibtex-parse-keys and bibtex-parse-strings for updating
11026 bibtex-reference-keys and bibtex-strings.
11027 (bibtex-realign): Remove blank lines past the last entry.
11028 (bibtex-reformat): Use bibtex-entry-format as default.
11029 (bibtex-choose-completion-string): Remove.
11030 (bibtex-complete): Do not use bibtex-choose-completion-string.
11031 (bibtex-url): Simplify.
11032
11033 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11034
11035 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11036 (x-dnd-types-alist, x-dnd-open-file-other-window)
11037 (x-dnd-known-types): Add :version.
11038
11039 2004-10-31 John Paul Wallington <jpw@gnu.org>
11040
11041 * ibuffer.el (group ibuffer): Add :version keyword.
11042
11043 2004-10-31 Kim F. Storm <storm@cua.dk>
11044
11045 * ido.el (group ido): Add :version keyword.
11046 (ido-mode): Remove :version keyword.
11047
11048 * emulation/cua-base.el (group cua): Add :version keyword.
11049 (cua-mode): Remove :version keyword.
11050
11051 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11052
11053 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11054
11055 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11056 compiler warning.
11057 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11058 function.
11059 (help-at-pt-display-when-idle): Remove autoload.
11060
11061 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11062
11063 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11064
11065 2004-10-30 Juri Linkov <juri@jurta.org>
11066
11067 * help.el (function-called-at-point):
11068 * help-fns.el (variable-at-point): Read -> intern.
11069
11070 2004-10-30 Simon Josefsson <jas@extundo.com>
11071
11072 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11073 Recognize AS_* too.
11074
11075 2004-10-29 Simon Josefsson <jas@extundo.com>
11076
11077 * subr.el (read-passwd): Move back from password.el.
11078
11079 * password.el: Remove, not ready yet.
11080
11081 2004-10-29 Andreas Schwab <schwab@suse.de>
11082
11083 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11084
11085 2004-10-29 Sam Steingold <sds@gnu.org>
11086
11087 * mouse.el (mouse-show-mark): Replace the last occurrence of
11088 x-lost-selection-hooks with x-lost-selection-functions.
11089
11090 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11091
11092 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11093 x-lost-selection-functions is bound.
11094
11095 * mouse-sel.el (mouse-sel-mode):
11096 * emacs-lisp/lselect.el: Adjust to new names for
11097 x-(lost|sent)-selection-functions.
11098
11099 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11100 New obsolete aliases of x-lost-selection-functions and
11101 x-sent-selection-functions.
11102
11103 2004-10-28 Kim F. Storm <storm@cua.dk>
11104
11105 * imenu.el (imenu-scanning-message): Remove.
11106 (imenu-progress-message): Make it a no-op.
11107
11108 2004-10-28 John Paul Wallington <jpw@gnu.org>
11109
11110 * files.el (set-auto-mode): Call `throw' correctly.
11111
11112 2004-10-28 Juri Linkov <juri@jurta.org>
11113
11114 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11115 to search `Info-...' commands in `info' manual.
11116 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11117 Add 'info-file "emacs" property.
11118 (Info-find-emacs-command-nodes): Fix index line number regexp.
11119 Set real line number (instead of fake 0) in first element of the
11120 returned list.
11121 (Info-goto-emacs-command-node): Use line number of first element
11122 to set point in the first found Info node.
11123
11124 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11125 code to `grep-mode-font-lock-keywords'.
11126 (grep-mode-font-lock-keywords): Delete grep markers instead
11127 of making them invisible.
11128
11129 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11130
11131 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11132 and x-server-version in bug report.
11133
11134 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11135
11136 * files.el (set-auto-mode-0): New function.
11137 (set-auto-mode): Use it to handle aliased modes and to
11138 be consistent between C-x C-f and C-x C-w.
11139
11140 2004-10-28 Kenichi Handa <handa@m17n.org>
11141
11142 * international/utf-8.el (utf-translate-cjk-charsets):
11143 Add katakana-jisx0201.
11144
11145 * international/subst-jis.el: Add data for JISX0201.
11146
11147 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * obsolete/hilit19.el (hilit-mode): New function.
11150 Move all the toplevel side-effecting stuff into it, so that loading
11151 hilit19 doesn't mess everything up any more.
11152
11153 2004-10-27 Richard M. Stallman <rms@gnu.org>
11154
11155 * add-log.el (add-change-log-entry): Set up mailing address
11156 and full name later, and don't alter add-log-mailing-address
11157 or add-log-full-name.
11158
11159 * elide-head.el (elide-head): Change error to message.
11160 (elide-head-show): Likewise.
11161
11162 * apropos.el (apropos-macrop): Doc fix.
11163
11164 * mouse.el (mouse-show-mark): Do most processing the same
11165 regardless of transient-mark-mode.
11166
11167 * shadowfile.el (shadow-copy-files): Use interactive-p
11168 only to control whether to print a message.
11169
11170 * tar-mode.el (tar-mode): Use write-contents-functions,
11171 not write-contents-hooks.
11172
11173 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11174 directory-sep-char.
11175
11176 2004-10-27 Richard M. Stallman <rms@gnu.org>
11177
11178 * strokes.el (strokes-unload-hook): Fix previous change.
11179
11180 * type-break.el (type-break-run-at-time): Always use run-at-time;
11181 forget the alternatives.
11182 (type-break-cancel-function-timers): Always use cancel-function-timers;
11183 forget the alternatives.
11184
11185 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11186
11187 2004-10-27 Kenichi Handa <handa@m17n.org>
11188
11189 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11190
11191 * international/subst-gb2312.el: Likewise.
11192
11193 * international/subst-big5.el: Likewise.
11194
11195 * international/subst-ksc.el: Likewise.
11196
11197 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11198 New variable.
11199 (utf-translate-cjk-set-unicode-range): New function.
11200 (utf-translate-cjk-unicode-range): Make it customizable.
11201 (utf-8-post-read-conversion):
11202 Use utf-translate-cjk-unicode-range-string.
11203 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11204 Unicode ranges.
11205
11206 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11207
11208 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11209 trivial variants to shorten the list.
11210 (xml-based-modes): New var.
11211 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11212 declaration higher priority than auto-mode-alist.
11213
11214 * find-file.el (cc-other-file-alist): Bring it in line with
11215 cc-mode's auto-mode-alist entries and use \' instead of $.
11216
11217 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11218 and add "Id" and "Name" submenus to it.
11219
11220 * imenu.el (imenu--generic-function): Skip matches in comments.
11221
11222 2004-10-26 Jay Belanger <belanger@truman.edu>
11223
11224 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11225 (full-calc-keypad, calc-trail-display): Use an extra argument
11226 instead of `interactive-p'.
11227
11228 * calc/calc-misc.el (calc-other-window): Use an extra argument
11229 instead of `interactive-p'.
11230
11231 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11232 `interactive-p'.
11233
11234 2004-10-26 Kim F. Storm <storm@cua.dk>
11235
11236 * help.el (describe-key): Describe both down-event and up-event
11237 for a mouse click.
11238
11239 2004-10-26 Richard M. Stallman <rms@gnu.org>
11240
11241 * woman.el (woman): Don't call interactive-p.
11242
11243 * pcomplete.el (pcomplete): Instead of interactive-p,
11244 use an arg set non-nil by the interactive spec.
11245
11246 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11247 use an arg set non-nil by the interactive spec.
11248
11249 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11250 use an arg set non-nil by the interactive spec.
11251
11252 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11253
11254 * progmodes/flymake.el (flymake-split-string):
11255 Use `flymake-split-string-remove-empty-edges' in any case.
11256
11257 2004-10-26 Masatake YAMATO <jet@gyve.org>
11258
11259 * progmodes/flymake.el (flymake-err-line-patterns):
11260 Use `compilation-error-regexp-alist-alist' instead of
11261 `compilation-error-regexp-alist'.
11262
11263 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11266 verbatim face on the \ of \end{verbatim}.
11267
11268 2004-10-25 Jay Belanger <belanger@truman.edu>
11269
11270 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11271 erasing minibuffer.
11272
11273 2004-10-25 Simon Josefsson <jas@extundo.com>
11274
11275 * subr.el (read-passwd): Move to net/password.el.
11276
11277 * net/password.el (read-passwd): Add. Autoload it.
11278
11279 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11280
11281 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11282
11283 * simple.el (process-file): Fix logic.
11284
11285 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11286
11287 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11288 (increase-right-margin): Remove erroneous call to `interactive-p'.
11289
11290 2004-10-24 Kim F. Storm <storm@cua.dk>
11291
11292 * help.el (describe-mode): Fix 2004-10-13 change.
11293 Copy pure "Auto Fill" string so it can be propertized later
11294 without causing a read-only error.
11295
11296 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11299 style indexes.
11300
11301 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11302
11303 * simple.el (process-file): Accept nil for INFILE. Reported by
11304 Luc Teirlinck.
11305
11306 2004-10-24 Masatake YAMATO <jet@gyve.org>
11307
11308 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11309 Handle periods and underscores in a function name.
11310 Remove the address fontification.
11311
11312 2004-10-24 Masatake YAMATO <jet@gyve.org>
11313
11314 * progmodes/asm-mode.el (asm-font-lock-keywords):
11315 Use font-lock-variable-name-face for registers.
11316
11317 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11318
11319 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11320 kill-all-local-variables.
11321 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11322 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11323 Use kill-all-local-variables and provide mode-hooks.
11324 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11325 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11326 Suggested by Masatake YAMATO <jet@gyve.org>.
11327
11328 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11329
11330 * simple.el (process-file): New function, similar to call-process
11331 but supports file handlers.
11332 * vc.el (vc-do-command): Use it, instead of call-process.
11333 * net/tramp-vc.el (vc-do-command): Do not advise it if
11334 process-file is fboundp.
11335 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11336 process-file.
11337 (tramp-handle-process-file): New function.
11338 (tramp-file-name-for-operation): Support process-file.
11339
11340 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11341
11342 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11343 (icalendar-weekdayabbrev-table)
11344 (icalendar-monthnumber-table): Delete.
11345 (icalendar--get-month-number): Use calendar-month-name-array.
11346 (icalendar--get-weekday-number): New function.
11347 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11348 (icalendar-export-region): Handle multi-line entries.
11349 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11350
11351 2004-10-23 John Paul Wallington <jpw@gnu.org>
11352
11353 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11354 `wildcards' set to t in interactive spec.
11355
11356 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11357 interactive spec rather than use `interactive-p'.
11358 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11359 rather than use function `interactive-p'.
11360
11361 2004-10-22 Kenichi Handa <handa@m17n.org>
11362
11363 * international/mule.el (translate-region): Implement it in Lisp
11364 as a front end of translate-region-internal.
11365
11366 2004-10-21 Jay Belanger <belanger@truman.edu>
11367
11368 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11369 Declare these variables with defvar.
11370
11371 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11372 is bound, only check to see if it is bound.
11373
11374 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11377 Don't output messages.
11378
11379 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11380
11381 2004-10-21 John Paul Wallington <jpw@gnu.org>
11382
11383 * calc/calc-graph.el (calc-graph-init):
11384 Use `set-process-query-on-exit-flag'.
11385
11386 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11387
11388 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11389 dir right and also allow argumentless cd.
11390
11391 2004-10-19 Richard M. Stallman <rms@gnu.org>
11392
11393 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11394
11395 * eshell/em-unix.el (eshell-grep):
11396 Don't bind compilation-process-setup-function.
11397
11398 * comint.el (comint-insert-input): Use @ in `interactive'.
11399 (comint-input-filter-functions): Doc fix.
11400 (comint-kill-whole-line, comint-get-source): Doc fix.
11401
11402 * progmodes/compile.el (compilation-setup):
11403 Don't set buffer-read-only if MINOR is non-nil.
11404
11405 2004-10-19 Jay Belanger <belanger@truman.edu>
11406
11407 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11408 (calc-emacs-type-gnu19): Remove.
11409 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11410 Remove check for old emacs versions.
11411
11412 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11413 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11414 for current Emacs.
11415
11416 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11417 the end of the minibuffer.
11418 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11419 copy `esc-map'.
11420
11421 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11422
11423 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11424 call that would be given when the current emacs was used.
11425
11426 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11427
11428 * calendar/icalendar.el: Set coding to utf-8.
11429 (icalendar-version): Increase to 0.07.
11430 (icalendar-monthnumber-table): Change March pattern.
11431 (icalendar-get-all-event-properties)
11432 (icalendar-set-event-property): Delete.
11433 (icalendar-all-events): No longer interactive.
11434 (icalendar-convert-diary-to-ical)
11435 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11436 their replacements.
11437 (icalendar-export-file, icalendar-export-region): New functions;
11438 essentially old `icalendar-convert-diary-to-ical' but appending to
11439 target rather than overwriting.
11440 (icalendar-import-file): Append to target file rather than
11441 overwriting. Fourth arg deleted.
11442 (icalendar-import-buffer): New name for old
11443 `icalendar-extract-ical-from-buffer'.
11444 (icalendar--convert-string-for-import): New name for
11445 old `icalendar-convert-for-import'.
11446 (include-icalendar-files): Delete.
11447 Prefix for all internal functions changed from `icalendar-'
11448 to `icalendar--'.
11449
11450 2004-10-19 Richard M. Stallman <rms@gnu.org>
11451
11452 * paths.el (news-path): Fix previous change.
11453
11454 2004-10-18 Jay Belanger <belanger@truman.edu>
11455
11456 * calc/calc-help.el (calc-describe-bindings):
11457 Set `buffer-read-only' to nil while working in the keybindings buffer;
11458 remove some extra information from the keybindings buffer.
11459
11460 2004-10-18 David Ponce <david@dponce.com>
11461
11462 * mouse.el (mouse-drag-move-window-top): New function.
11463 (mouse-drag-mode-line-1): Use it.
11464
11465 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11466
11467 * info.el (Info-fontify-node): For multiline refs,
11468 arrange to unfontify newline and surrounding whitespace.
11469
11470 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11471
11472 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11473 directory is missing.
11474
11475 2004-10-17 John Paul Wallington <jpw@gnu.org>
11476
11477 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11478 New customizable variable; whether to display buffers that match
11479 `ibuffer-maybe-show-predicates' by default.
11480 (ibuffer-maybe-show-predicates): Mention it in docstring.
11481 (ibuffer-display-maybe-show-predicates): New variable.
11482 (ibuffer-update): Prefix arg now toggles whether buffers that
11483 match `ibuffer-maybe-show-predicates' should be displayed.
11484 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11485 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11486 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11487
11488 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11489
11490 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11491 work correctly.
11492
11493 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11494
11495 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11496 (Buffer-menu-beginning): New helper function.
11497 (Buffer-menu-execute): Use it.
11498 (Buffer-menu-select): Use it.
11499 (Buffer-menu-sort): Use it and also keep markers.
11500
11501 2004-10-17 Richard M. Stallman <rms@gnu.org>
11502
11503 * paths.el (news-directory): Rename from news-path. Old name alias.
11504 (rmail-spool-directory): Use defvar.
11505 (sendmail-program): Use defcustom.
11506 (remote-shell-program): Use defcustom.
11507 (term-file-prefix): Use defvar.
11508 (abbrev-file-name): Use defvar.
11509
11510 * term.el: Add maintainer.
11511
11512 * subr.el (with-local-quit): Return nil if there's a quit.
11513 (read-passwd): Use with-local-quit. Doc fix.
11514
11515 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11516 (strokes-unload-hook): Set as a variable with add-hook.
11517
11518 * startup.el (fancy-splash-tail, normal-splash-screen):
11519 Update copyright year.
11520
11521 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11522
11523 * server.el (server-unload-hook): Set as a variable with add-hook.
11524
11525 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11526
11527 * frame.el (special-display-popup-frame):
11528 Make the buffer current as its frame is created.
11529
11530 * delsel.el (delsel-unload-hook): Set as a variable.
11531
11532 * comint.el (comint-output-filter-functions):
11533 Add comint-watch-for-password-prompt.
11534 (comint-read-noecho): Function deleted.
11535 (send-invisible): Use read-passwd.
11536
11537 * fringe.el (fringe-mode-initialize): New function.
11538 (fringe-mode): Use fringe-mode-initialize as :initialize.
11539
11540 2004-10-17 Kim F. Storm <storm@cua.dk>
11541
11542 * language/indian.el (indian-script-language-alist): Swap value and doc.
11543 (indian-font-char-index-table): Doc fix.
11544
11545 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11548
11549 2004-10-16 Juri Linkov <juri@jurta.org>
11550
11551 * progmodes/compile.el (compilation-start): Move let-binding of
11552 `process-environment' into `with-current-buffer' body.
11553 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11554
11555 2004-10-16 Richard M. Stallman <rms@gnu.org>
11556
11557 * pcvs-util.el (cvs-bury-buffer):
11558 Don't call get-buffer-window for effect.
11559
11560 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11561
11562 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11563
11564 * msb.el (msb-unload-hook): Set the variable.
11565
11566 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11567 Use * to err if buffer is readonly.
11568
11569 * subr.el (looking-back): Return only t or nil.
11570
11571 * whitespace.el (whitespace-unload-hook): Set the variable.
11572
11573 * view.el (view-mode-enable): Set view-page-size and
11574 view-half-page-size to nil.
11575 (view-set-half-page-size-default): view-half-page-size = nil
11576 means the default.
11577 (View-scroll-page-forward): Use view-page-size-default.
11578 (View-scroll-page-backward): Likewise.
11579 (view-page-size, view-half-page-size): Doc fixes.
11580
11581 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11582
11583 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11584
11585 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11586 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11587 (byte-compile-log-1): Bind inhibit-read-only.
11588 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11589 (byte-compile-log-warning): Likewise.
11590 (byte-compile-file-form-require): Detect "cl" from the arg value.
11591
11592 * progmodes/compile.el (compilation-start): Assume compilation-mode
11593 will make the buffer read-only.
11594 (compilation-mode): Take arg name-of-mode.
11595 (compilation-setup): Make buffer read-only.
11596 (compilation-handle-exit): Bind inhibit-read-only.
11597
11598 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11599 (ispell-message): Likewise.
11600 (ispell-show-choices): Don't call get-buffer-window uselessly.
11601 (ispell-init-process): Use set-process-query-on-exit-flag.
11602
11603 2004-10-16 Kim F. Storm <storm@cua.dk>
11604
11605 * fringe.el (fringe-bitmaps): Only initialize when defined.
11606
11607 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11608 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11609
11610 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11611
11612 2004-10-15 Simon Josefsson <jas@extundo.com>
11613
11614 * net/password.el: Add.
11615
11616 2004-10-14 Masatake YAMATO <jet@gyve.org>
11617
11618 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11619 (gdb-script-end-of-defun): New function.
11620 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11621 `gdb-script-end-of-defun' as *-of-defun-function.
11622
11623 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11624
11625 * button.el (button-activate): Allow a marker to display as an action.
11626
11627 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11628
11629 * help.el (describe-mode): Use it to make minor mode list into
11630 hyperlinks.
11631
11632 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11633
11634 * vc.el (vc-annotate-display-select): Fix typo.
11635
11636 * subr.el (substitute-key-definition-key): New function.
11637 (substitute-key-definition): Use it with map-keymap.
11638 (event-modifiers): Use push.
11639 (mouse-movement-p, with-temp-buffer): Simplify.
11640
11641 2004-10-12 Jay Belanger <belanger@truman.edu>
11642
11643 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11644 New variables.
11645 (calc-help-index-entries): New function.
11646 (calc-describe-function): Use `calc-help-function-list' instead of
11647 obarray for completion.
11648 (calc-describe-variable): Use `calc-help-variable-list' instead
11649 of obarray for completion.
11650
11651 2004-10-12 Richard M. Stallman <rms@gnu.org>
11652
11653 * info-look.el (info-lookup-file): Add info-file property.
11654 (info-lookup-symbol): Likewise.
11655
11656 * info.el (info-xref): Add underlining.
11657 (info): Add info-file property.
11658 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11659
11660 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11661
11662 Sync with Tramp 2.0.45.
11663
11664 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11665 defined. This is not the case for XEmacs without package "edebug".
11666 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11667 remote files to the permissions of the original file. This is not
11668 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11669 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11670 (tramp-perl-decode): Fix an error in Perl implementation.
11671 $pending must be cleared every loop. Reported by Benjamin Place
11672 <benjaminplace@sprintmail.com>
11673
11674 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11675 Don't activate advice during definition. This is done later on,
11676 depending on test result of `substitute-in-file-name'.
11677 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11678
11679 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11682
11683 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11684
11685 2004-10-12 David Ponce <david@dponce.com>
11686
11687 * recentf.el (recentf-edit-list): Update the menu when the recentf
11688 list has been modified.
11689
11690 2004-10-12 Simon Josefsson <jas@extundo.com>
11691
11692 * net/tls.el (tls-certtool-program): New variable.
11693 (tls-certificate-information): New function, based on
11694 ssl-certificate-information.
11695
11696 2004-10-12 Kenichi Handa <handa@m17n.org>
11697
11698 * international/mule.el (coding-system-equal): Move from mule-util.el.
11699
11700 * international/mule-util.el (coding-system-equal): Move to mule.el.
11701
11702 2004-10-12 Kim F. Storm <storm@cua.dk>
11703
11704 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11705 reset kmacro-initial-counter-value if set.
11706 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11707 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11708 (kmacro-display): Show macro counter if non-zero.
11709
11710 * subr.el (substitute-key-definition): Mention command remapping
11711 in doc string.
11712
11713 2004-10-11 Jay Belanger <belanger@truman.edu>
11714
11715 * calc/calc-misc.el (calc-info-goto-node): New function.
11716 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11717 node in one step.
11718 (calc-describe-copying, calc-describe-distribution)
11719 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11720 Go to appropriate info node in one step.
11721
11722 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11723
11724 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11725
11726 * font-lock.el (font-lock-apply-highlight): Fix last change.
11727
11728 2004-10-11 Simon Josefsson <jas@extundo.com>
11729
11730 * mail/smtpmail.el (smtpmail-open-stream): Look for
11731 starttls-gnutls-program instead of starttls-program iff
11732 starttls-use-gnutls is non-nil.
11733 (smtpmail-open-stream): Don't overwrite user settings of
11734 starttls-extra-arguments and starttls-extra-args.
11735
11736 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * comint.el (comint-mouse-insert-input): Remove.
11739 (comint-insert-input): Make it work for mouse bindings.
11740 (comint-mode-map): Move defs into the declaration.
11741 (comint-output-filter): Typo.
11742
11743 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11744
11745 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11746
11747 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11748 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11749 ange-ftp-remote-shell.
11750
11751 2004-10-10 Andreas Schwab <schwab@suse.de>
11752
11753 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11754 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11755 Reported by <sri@asu.edu>.
11756
11757 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11758
11759 * vc.el (vc-annotate-mode): Remove variable.
11760 (vc-annotate-display-select): Only call vc-annotate-mode
11761 if we're not in that mode already.
11762
11763 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11766 (imenu-choose-buffer-index): Check here for rescan instead.
11767
11768 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11769 where the face expression evals to nil.
11770
11771 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11772 (tex-font-lock-keywords-2): Use it.
11773 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11774
11775 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11776
11777 2004-10-09 Kim F. Storm <storm@cua.dk>
11778
11779 * subr.el (progress-reporter-update): Define before first usage.
11780 (make-progress-reporter): Doc fix.
11781
11782 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11783
11784 * textmodes/paragraphs.el (sentence-end-double-space)
11785 (sentence-end-without-period, sentence-end-without-space)
11786 (sentence-end): Doc fixes.
11787
11788 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11789
11790 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11791 Change paragraph-start regexp so we don't fill code starting with #'(.
11792
11793 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11794
11795 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11796 New defcustom.
11797 (extract-address-components): Use it.
11798
11799 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11800
11801 * subr.el (make-progress-reporter, progress-reporter-update)
11802 (progress-reporter-force-update, progress-reporter-do-update)
11803 (progress-reporter-done): New functions.
11804
11805 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11806
11807 * progmodes/etags.el (etags-tags-completion-table): Use progress
11808 reporter.
11809 (etags-tags-apropos): Likewise.
11810
11811 2004-10-08 Alan Mackenzie <acm@muc.de>
11812
11813 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11814 of current line.
11815
11816 2004-10-08 Masatake YAMATO <jet@gyve.org>
11817
11818 * server.el (server-process-filter): Wrap `process-send-region'
11819 by `condition-case' to guard the case when the pipe to PROC is closed.
11820
11821 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11822
11823 * xml.el (xml-substitute-special): Limit handling of external entities.
11824
11825 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11826
11827 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11828
11829 2004-10-06 John Paul Wallington <jpw@gnu.org>
11830
11831 * xml.el (xml-parse-dtd): Fix `error' call.
11832
11833 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11834
11835 * xml.el (xml-substitute-special): Return a single string instead
11836 of a list of strings if an entity substitution is made.
11837
11838 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11839
11840 * calendar/icalendar.el: New file.
11841
11842 2004-10-05 Juri Linkov <juri@jurta.org>
11843
11844 * isearch.el (isearch-done): Set mark after running hook.
11845 Reported by Drew Adams <drew.adams@oracle.com>.
11846
11847 * info.el (Info-history, Info-toc): Fix Info headers.
11848 (Info-toc): Narrow buffer before Info-fontify-node.
11849 (Info-build-toc): Don't check for special Info file names.
11850 Set main-file to nil if Info-find-file returns a symbol.
11851
11852 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11853
11854 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11855 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11856 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11857
11858 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11859
11860 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11861 for old interactive spec from calendar-goto-iso-date.
11862 (calendar-goto-iso-date): Use it.
11863 (calendar-goto-iso-week): New function. Suggested by Emilio
11864 C. Lopes <eclig@gmx.net>.
11865
11866 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11867
11868 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11869 `set-right-margin' bindings that follow the minor mode conventions.
11870
11871 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11874 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11875 (latex-block-args-alist): Add minipage and picture.
11876 (latex-block-body-alist): Use reftex-label if enabled.
11877 (latex-insert-block): Don't insert a \n if not necessary.
11878 (tex-compile-commands): Make sure dvips doesn't send to printer.
11879 (tex-compile-default): Handle the case where no executable is found.
11880 (latex-noindent-environments): New var.
11881 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11882 If tex-indent-allhanging is non-nil, make sure we only align for macros
11883 at beginning of line.
11884
11885 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11886
11887 * newcomment.el (comment-beginning): Doc fix and don't choke on
11888 unset `comment-end-skip' when at beginning of comment.
11889
11890 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11891
11892 * term.el (term-adjust-current-row-cache): Don't allow the current
11893 row to become negative.
11894 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11895 the end of the line. Fix scroll down. Add comments.
11896 (term-handle-ansi-escape): Don't exceed terminal width when moving
11897 right.
11898 (term-scroll-region): Move the cursor after setting the scroll region.
11899
11900 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11901
11902 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11903 to `width' for consistency with docstring. Doc fix.
11904
11905 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11906
11907 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11908 This is necessary for derived modes.
11909
11910 2004-09-30 Kim F. Storm <storm@cua.dk>
11911
11912 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11913 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11914
11915 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11916 kmacro-extract-lambda functions.
11917 (edit-kbd-macro): Handle kmacro lambda forms.
11918 Include counter and counter format in edit buffer.
11919 (edmacro-finish-edit): Get counter and format from edit buffer and
11920 update kmacro bindings when found.
11921
11922 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11923
11924 * textmodes/paragraphs.el (forward-paragraph):
11925 Avoid args-out-of-range error when point winds up at the beginning of
11926 the buffer and hard newlines are enabled.
11927
11928 * newcomment.el (comment-multi-line): Doc fix.
11929
11930 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11933 (diff-fixup-modifs): Catch unified-diff file-headers.
11934
11935 2004-09-29 Kim F. Storm <storm@cua.dk>
11936
11937 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11938 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11939 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11940
11941 * fringe.el (fringe-bitmap-p): New macro.
11942 (fringe-bitmaps): Add standard fringe bitmaps on load.
11943
11944 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11945
11946 * dired.el (dired-view-command-alist): Use more efficient regexps.
11947 Remove dubious arguments.
11948 (dired-align-file): New function.
11949 (dired-insert-directory): Use it.
11950 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11951 (dired-buffers-for-dir): Remove unused var `pattern'.
11952
11953 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11954
11955 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11956 from diary display excursion. Store diary buffer's point for
11957 `simple-diary-display'.
11958 (simple-diary-display): Set window point and start when
11959 displaying buffer, to preserve point.
11960
11961 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11962
11963 * textmodes/enriched.el (enriched-translations): Replace defconst
11964 with defvar.
11965
11966 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11967
11968 * printing.el: Doc fix.
11969 (pr-version): New version number (6.8.1).
11970 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11971 make-temp-name.
11972 (pr-delete-file): Check if file exists before deleting it.
11973 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11974
11975 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * term.el (term-display-table): New variable.
11978 (term-mode): Use it.
11979 (term-exec-1): Set the coding system to binary.
11980 (term-emulate-terminal): Decode the string before inserting it.
11981
11982 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11983
11984 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11985 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11986 (map): Bind S-prior, S-next and S-insert.
11987 (term-mode): Set `indent-tabs-mode' to nil.
11988 (term-paste): New function to be bound to S-insert.
11989 (term-send-del, term-send-backspace): Change the strings sent.
11990 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11991 (term-handle-colors-array): Fix handling of underline and reverse.
11992 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11993 (term-erase-in-line): Fix comparison.
11994 (term-emulate-terminal): Fix line wrap handling.
11995 (term-start-output-log): Rename from `term-set-output-log'.
11996 (term-stop-output-log): Rename from `term-stop-photo'.
11997 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11998
11999 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * dired.el (dired-move-to-filename): Don't output a message if
12002 raise-error is non-nil. Fix return position and value.
12003
12004 * files.el (insert-directory): Obey --dired even with symlinks.
12005
12006 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12007
12008 * ls-lisp.el (ls-lisp-format): Mark file names with property
12009 dired-filename.
12010
12011 2004-09-25 Kim F. Storm <storm@cua.dk>
12012
12013 * ido.el (ido-max-directory-size): New defcustom.
12014 (ido-decorations): Add "too big" element.
12015 (ido-directory-too-big): New dynamic var.
12016 (ido-may-cache-directory): Don't cache big directories.
12017 (ido-directory-too-big-p): New defun.
12018 (ido-set-current-directory): Update ido-directory-too-big.
12019 (ido-read-internal): Make empty ido-cur-item if too-big.
12020 (ido-buffer-internal): Use ido-read-internal directly instead of
12021 ido-read-buffer.
12022 (ido-file-internal): Init ido-directory-too-big.
12023 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12024 and redo completion with full list.
12025 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12026 it, and show completions.
12027 (ido-all-completions): Let bind ido-directory-too-big to nil.
12028 (ido-exhibit): Handle ido-directory-too-big.
12029 (ido-read-buffer): Handle fallback to read-buffer.
12030 Init ido-directory-too-big.
12031 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12032 Init ido-directory-too-big.
12033
12034 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12035
12036 * subr.el (delay-mode-hooks): Doc fix.
12037
12038 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12039
12040 * textmodes/enriched.el
12041 (enriched-default-text-properties-local-flag): New variable.
12042 (enriched-mode): Make sure that enabling and disabling the mode is
12043 a no-op. Doc fix.
12044
12045 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12046
12047 * calendar/holidays.el (holiday-advent): Report on a specified day
12048 offset from advent, not just advent.
12049 (holiday-easter-etc): Report on one specified day offset from
12050 easter, not all easter holidays. Various Easter holidays moved to
12051 `christian-holidays' variable in calendar.el.
12052 * calendar/calendar.el (christian-holidays): Adapt for new
12053 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12054
12055 2004-09-23 Kim F. Storm <storm@cua.dk>
12056
12057 * image.el (insert-sliced-image): Add doc string.
12058
12059 * ido.el (ido-choice-list): New dynamic var for `list' context.
12060 (ido-context-switch-command): New dynamic var.
12061 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12062 (ido-read-internal): Handle new `list' context.
12063 Handle insert-buffer and insert-file ido-exit values.
12064 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12065 ido-context-switch-command. Handle insert-file ido-exit value.
12066 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12067 unless it is already bound by caller.
12068 (ido-file-internal): New arg switch-cmd. Use it to setup
12069 ido-context-switch-command. Handle insert-buffer ido-exit value.
12070 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12071 used for context switching.
12072 (ido-all-completions): Handle new `list' context.
12073 (ido-make-choice-list): Return choices for `list' context.
12074 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12075 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12076 (ido-insert-buffer, ido-insert-file): Setup context switching.
12077 (ido-exhibit): Handle `list' context.
12078 (ido-read-file-name): Disable context switching. Handle fallback.
12079 (ido-read-directory-name): Disable context switching.
12080 (ido-completing-read): New defun like completing-read. Setup and
12081 use new `list' context.
12082
12083 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12084
12085 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12086
12087 2004-09-21 Jay Belanger <belanger@truman.edu>
12088
12089 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12090 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12091 separate window.
12092
12093 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12094
12095 * subr.el (after-change-major-mode-hook): Doc fix.
12096
12097 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12098
12099 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12100 of ghostscript for monochrome PostScript file in Windows.
12101
12102 2004-09-21 Kenichi Handa <handa@m17n.org>
12103
12104 * descr-text.el (describe-char): Checking of quail activation fixed.
12105
12106 2004-09-21 Jay Belanger <belanger@truman.edu>
12107
12108 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12109
12110 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12111
12112 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12113 after the mode hooks instead of before. Doc fix.
12114
12115 2004-09-20 Jason Rumney <jasonr@gnu.org>
12116
12117 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12118 _emacs, but revert to .emacs if neither exists in home directory.
12119
12120 2004-09-20 John Paul Wallington <jpw@gnu.org>
12121
12122 * bindings.el (completion-ignored-extensions): Add .dfsl.
12123
12124 2004-09-20 Richard M. Stallman <rms@gnu.org>
12125
12126 * bindings.el (scroll-left): Make it disabled.
12127
12128 * files.el (enable-local-eval): Doc fix.
12129
12130 * indent.el (move-to-left-margin): Special case for minibuffer.
12131
12132 * term.el (term-emulate-terminal): Turn off undo for output.
12133 Use with-current-buffer and save-selected-window.
12134
12135 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12136
12137 * progmodes/make-mode.el (makefile-fill-paragraph):
12138 Don't insist on spaces when looking for comments. # is enough.
12139
12140 * files.el (hack-local-variables): Copy the variables list
12141 to another buffer, strip prefixes and suffixes there, then read.
12142 (enable-local-eval): Doc fix.
12143 (ignored-local-variables): Initialize to nil.
12144 (risky-local-variable-p): Don't check ignored-local-variables here.
12145 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12146
12147 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12148
12149 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12150 of = to "." (punctuation).
12151
12152 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12153
12154 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12155
12156 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12157
12158 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12159 (enriched-before-change-major-mode): New function.
12160 Add it to `change-major-mode-hook'.
12161 (enriched-after-change-major-mode): New function.
12162 Add it to `after-change-major-mode-hook'.
12163 (enriched-mode): Make it work correctly if called from
12164 `after-change-major-mode-hook'.
12165 No longer set `indent-line-function'.
12166
12167 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12168
12169 * subr.el (after-change-major-mode-hook): New variable.
12170 (run-mode-hooks): Implement it.
12171
12172 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * battery.el (battery-linux-proc-apm): Use string-to-number.
12175 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12176 Use dolist (and less indentation). Use erase-buffer.
12177 Pre-initialize `design-capacity', `warn', and `low'.
12178 (battery-format): Use replace-regexp-in-string.
12179
12180 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12181
12182 * battery.el: Delete superfluous empty lines.
12183 (battery-linux-proc-acpi): Attempt to gather information from all
12184 battery subdirectories regardless of their file name.
12185 (battery-linux-proc-apm): Replace all occurrences of
12186 battery-hex-to-int-2 with string-to-int (base 16).
12187 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12188 (battery-hex-map): Delete variable.
12189
12190 2004-09-18 John Paul Wallington <jpw@gnu.org>
12191
12192 * calc/calc-units.el (calc-quick-units): Fix overzealous
12193 s/or/unless/.
12194
12195 2004-09-17 Jay Belanger <belanger@truman.edu>
12196
12197 * calc/calc.el (calc-mode-var-list): Fix the value of
12198 `calc-matrix-brackets'.
12199
12200 2004-09-17 Romain Francoise <romain@orebokech.com>
12201
12202 * ibuf-ext.el (define-ibuffer-filter filename):
12203 Expand dired-directory since buffer-file-name is absolute.
12204
12205 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12206
12207 * ediff-init.el (ediff-current-diff-face-A)
12208 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12209 (ediff-current-diff-face-Ancestor)
12210 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12211 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12212 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12213 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12214 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12215 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12216 Use min-colors.
12217
12218 * term.el (term-down): Perform vertical motion if DOWN is negative.
12219 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12220 (term-termcap-format): Synchronyze with the eterm terminfo entry
12221 in etc/e/eterm.ti.
12222 (term-handle-colors-array): If the current foreground or
12223 background are zero (i.e. unspecified), use the foreground and
12224 background of the default face for reverse video.
12225 (term-ansi-at-eval-string, term-ansi-default-fg)
12226 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12227 (term-mem): Delete ununsed function.
12228 (term-protocol-version): Increment.
12229 (term-current-face): Set to default.
12230
12231 2004-09-15 Jay Belanger <belanger@truman.edu>
12232
12233 * calc/calc.el (calc-mode-var-list): Define this variable.
12234 (calc-always-load-extensions, calc-line-numbering)
12235 (calc-line-breaking, calc-display-just, calc-display-origin)
12236 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12237 (calc-group-char, calc-point-char, calc-frac-format)
12238 (calc-prefer-frac, calc-hms-format, calc-date-format)
12239 (calc-float-format, calc-full-float-format, calc-complex-format)
12240 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12241 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12242 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12243 (calc-matrix-brackets, calc-language, calc-language-option)
12244 (calc-left-label, calc-right-label, calc-word-size)
12245 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12246 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12247 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12248 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12249 (calc-window-height, calc-display-trail, calc-show-selections)
12250 (calc-use-selections, calc-assoc-selections)
12251 (calc-display-working-message, calc-auto-why, calc-timing)
12252 (calc-mode-save-mode, calc-standard-date-formats)
12253 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12254 (calc-user-parse-tables, calc-gnuplot-default-device)
12255 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12256 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12257 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12258 (calc-invocation-macro, calc-show-banner): Give these values as
12259 part of `calc-mode-var-list's initialization after the variables
12260 are declared with defvar.
12261 (calc-bug-address): Change email address to send bug reports to.
12262 Change the maintainer address at the top.
12263 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12264 than "\\.emacs" to determine if it is the user-init-file.
12265
12266 * calc/calc-embed.el (calc-embedded-set-modes): Use
12267 `calc-mode-var-list' correctly.
12268
12269 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12270
12271 * vc.el (annotate-time): Document point handling.
12272 (vc-annotate-display-autoscale): Doc fix.
12273
12274 2004-09-15 Miles Bader <miles@gnu.org>
12275
12276 * generic.el (generic-make-keywords-list): Use symbol rather than
12277 word anchors in regexp.
12278
12279 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12280
12281 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12282 no file name consider `dired-directory'.
12283
12284 2004-09-14 Kim F. Storm <storm@cua.dk>
12285
12286 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12287
12288 2004-09-14 Simon Josefsson <jas@extundo.com>
12289
12290 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12291
12292 * textmodes/dns-mode.el: Add.
12293
12294 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12297 (disabled-command-function): Make the ?\ char more obvious.
12298
12299 * vc-arch.el (vc-arch-root, vc-arch-registered):
12300 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12301
12302 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12303
12304 * windmove.el (windmove-frame-edges): Report coordinates of
12305 outside edges of frame, not inside edges.
12306 (windmove-coordinates-of-position): Convert into wrapper to new
12307 function `windmove-coordinates-of-window-position';
12308 `compute-motion' always applies to selected window.
12309 (windmove-coordinates-of-position): Update documentation to refer
12310 to Emacs 21 Lisp Reference Manual.
12311 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12312
12313 2004-09-13 Kim F. Storm <storm@cua.dk>
12314
12315 * isearch.el (isearch-resume-in-command-history): Rename from
12316 isearch-resume-enabled and change default to nil.
12317
12318 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12321 (vc-registered): Use it.
12322 (vc-find-root): New fun.
12323
12324 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12325 Don't tell to use \\{...} when it's already done.
12326
12327 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12328 Provide a sample complex default.
12329 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12330 (bibtex-entry): Use mapc.
12331
12332 2004-09-12 Kim F. Storm <storm@cua.dk>
12333
12334 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12335
12336 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12337 inhibit-field-text-motion to t so rectangles work in comint buffers.
12338
12339 * simple.el (choose-completion-string): Set buffer before running
12340 choose-completion-string-functions hook so it can be buffer-local.
12341
12342 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12343
12344 * progmodes/compile.el (compilation-start): Parse command to see
12345 if it starts with a cd, and if so perform it for the *compilation*
12346 buffer. Change the header to reflect this.
12347
12348 2004-09-11 Kim F. Storm <storm@cua.dk>
12349
12350 * ido.el (ido-enable-dot-prefix): Doc fix.
12351 (ido-enable-dot-prefix): New defcustom.
12352 (ido-set-matches1): Use it.
12353
12354 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12355
12356 * textmodes/bibtex.el (bibtex-mark-active)
12357 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12358
12359 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12360
12361 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12362 used in a case insensitive environment.
12363 (bibtex-mode-map): Rearrange order of menus.
12364 (bibtex-quoted-string-re): Obsolete.
12365 (bibtex-complete-key-cleanup): Variable replaced by new function.
12366 (bibtex-font-lock-keywords): Use backquotes.
12367 (bibtex-font-lock-url-regexp): New internal variable.
12368 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12369 "OPT" and "ALT".
12370 (bibtex-insert-current-kill, bibtex-make-field)
12371 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12372 (bibtex-parse-field-text): Simplify.
12373 (bibtex-string=): New helper function.
12374 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12375 (bibtex-map-entries): Use bibtex-string=.
12376 (bibtex-search-entry): Use not.
12377 (bibtex-enclosing-field): Fix docstring.
12378 (bibtex-assoc-regexp): Obsolete.
12379 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12380 (bibtex-autokey-get-names): Handle empty name field.
12381 (bibtex-parse-strings): Use assoc-string and unless.
12382 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12383 Use assoc-string.
12384 (bibtex-pop): Simplify.
12385 (bibtex-mode): Set font-lock-extra-managed-props.
12386 (bibtex-entry-update): Use assoc-string.
12387 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12388 (bibtex-autofill-entry): Use bibtex-string=.
12389 (bibtex-print-help-message): Simplify.
12390 (bibtex-find-entry): New optional arg START.
12391 (bibtex-validate): Use bibtex-string= and assoc-string.
12392 Do not call obsolete function compilation-parse-errors.
12393 (bibtex-remove-delimiters): Only remove delimiters if present.
12394 (bibtex-copy-entry-as-kill): Add docstring.
12395 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12396 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12397 (bibtex-complete): Use bibtex-predefined-month-strings,
12398 bibtex-string=, and new function bibtex-complete-key-cleanup.
12399 (bibtex-generate-url-list): New variable.
12400 (bibtex-url): New command bound to C-c C-l and mouse-2.
12401 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12402 (bibtex-font-lock-url): New function.
12403
12404 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12407
12408 2004-09-09 Kim F. Storm <storm@cua.dk>
12409
12410 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12411 counter and format with binding.
12412 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12413 the declared macro uses own macro counter and format. Give symbol
12414 kmacro property.
12415 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12416 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12417 (kmacro-end-and-call-macro): Doc fix.
12418
12419 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12420
12421 * desktop.el (desktop-clear-preserve-buffers):
12422 Remove make-obsolete-variable.
12423
12424 2004-09-08 Richard M. Stallman <rms@gnu.org>
12425
12426 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12427 with the buffer as argument.
12428
12429 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12430
12431 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12432
12433 2004-09-08 Juri Linkov <juri@jurta.org>
12434
12435 * replace.el (perform-replace): Use `query-replace-descr'.
12436
12437 * cus-start.el (history-delete-duplicates): Specify customization.
12438
12439 * diff-mode.el (diff-mode-map):
12440 * progmodes/compile.el (compilation-mode-map):
12441 * progmodes/grep.el (grep-mode-map):
12442 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12443 to `next-error-follow-minor-mode'.
12444
12445 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12446
12447 * isearch.el (isearch-lazy-highlight-update): Take into account
12448 the case of zero-length match at the search bound.
12449
12450 2004-09-08 Kim F. Storm <storm@cua.dk>
12451
12452 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12453 change. Use zero width overlays when necessary.
12454
12455 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12456
12457 * subr.el (split-string): Docfix.
12458
12459 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12460
12461 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12462 (display-call-tree): Ensure newline after caller/calls blocks.
12463
12464 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12465
12466 * startup.el (command-line-1): Make option
12467 --directory/-L modify `load-path' straight away.
12468
12469 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12470
12471 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12472
12473 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12474
12475 * emacs-lisp/autoload.el (make-autoload):
12476 Handle `define-compilation-mode'.
12477
12478 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12479 Specify `doc-string-elt' property.
12480
12481 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12482
12483 * bs.el (bs-mode): Doc fix.
12484
12485 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12486
12487 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12488
12489 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12490
12491 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12492
12493 2004-09-08 Kenichi Handa <handa@m17n.org>
12494
12495 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12496 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12497 ps-mule-next-point -> 1+).
12498
12499 * composite.el (encode-composition-rule): Add autoload cooky.
12500
12501 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12502
12503 * format.el (buffer-auto-save-file-format): Make it permanent local.
12504
12505 2004-09-07 Kim F. Storm <storm@cua.dk>
12506
12507 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12508 (authors-fixed-entries): Fix typo.
12509 (authors-canonical-author-name): Compact multiple spaces.
12510 Ignore trivial names (e.g. only first name).
12511
12512 * term.el (term-window-width): Only use full window width on
12513 window system if overflow-newline-into-fringe is enabled.
12514 (term-mode): Don't disable overflow-newline-into-fringe.
12515
12516 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12519 motion as seen on my Mac OS X xterms.
12520
12521 * newcomment.el (uncomment-region-default, comment-region-default):
12522 New functions extracted from uncomment-region and comment-region.
12523 (comment-region, comment-region-function, uncomment-region)
12524 (uncomment-region-function): Use them.
12525
12526 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12527
12528 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12529 It's not crucial but can make sense at times.
12530
12531 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12532 the first commit.
12533
12534 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12535 Disable obsolete code.
12536
12537 2004-09-07 Juri Linkov <juri@jurta.org>
12538
12539 * progmodes/grep.el (grep-highlight-matches): Change default from
12540 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12541 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12542 if grep option `--color' is available, or to `nil' otherwise.
12543 (grep-process-setup): Call `grep-compute-defaults' if
12544 `grep-highlight-matches' is not computed. Set env-vars only
12545 if `grep-highlight-matches' is `t'.
12546 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12547 is already defined).
12548
12549 * progmodes/compile.el (compilation-start): Use copy of
12550 `process-environment' created by `copy-sequence' to not
12551 modify env-vars in the global `process-environment'.
12552
12553 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12554
12555 * simple.el (next-error-follow-minor-mode): Fix last change.
12556
12557 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12558
12559 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12560 permanent local.
12561
12562 2004-09-04 Richard M. Stallman <rms@gnu.org>
12563
12564 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12565 highlighting if the search string is empty.
12566
12567 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12568
12569 * facemenu.el (facemenu-active-faces): Change condition of inner
12570 `while' loop to also check the first two elements of `face-atts'
12571 and `mask-atts'.
12572
12573 2004-09-04 John Paul Wallington <jpw@gnu.org>
12574
12575 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12576 (thumbs-view-image-mode): Make buffer read-only.
12577
12578 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12579
12580 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12581 (ispell-check-version): Set it.
12582 (ispell-send-replacement): New function.
12583 (ispell-process-line): Call ispell-send-replacement.
12584
12585 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12586
12587 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12588 Support choosing seconds with "s".
12589
12590 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12591
12592 * terminal.el (te-escape): Show `?' in prompt for help key.
12593
12594 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12595
12596 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12597
12598 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12599
12600 * simple.el (next-error-follow-minor-mode)
12601 (next-error-follow-mode-post-command-hook): New functions.
12602 (next-error-follow-last-line): New defvar.
12603
12604 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12605 * progmodes/compile.el (compilation-mode-map): Likewise.
12606 * progmodes/grep.el (grep-mode-map): Likewise.
12607 * replace.el (occur-mode-map): Likewise.
12608
12609 * newcomment.el (uncomment-region): Bind comment-use-global-state
12610 to nil.
12611
12612 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12613
12614 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12615 locally around the call to `revert-buffer'.
12616
12617 2004-09-03 Juri Linkov <juri@jurta.org>
12618
12619 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12620 `isearch-adjusted' to `t'.
12621 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12622 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12623 (isearch-other-meta-char): Restore isearch-point unconditionally.
12624 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12625 Set point to start of match if region is not active in transient
12626 mark mode (to include the current match to region boundaries).
12627 Push the search string to `query-replace-from-history-variable'.
12628 Add prompt "Query replace regexp" for isearch-regexp.
12629 Add region beginning/end as last arguments of `perform-replace.'
12630 (isearch-query-replace-regexp): Replace code by the call to
12631 `isearch-query-replace' with arg `t'.
12632
12633 2004-09-03 Richard M. Stallman <rms@gnu.org>
12634
12635 * startup.el (normal-top-level): Undo previous TERM change.
12636
12637 2004-09-03 Kim F. Storm <storm@cua.dk>
12638
12639 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12640 highlight overlays; allow using RET when cursor is over a button.
12641 (cua--highlight-rectangle): Use it.
12642 (cua--rectangle-set-corners): Don't move backwards at eol.
12643 (cua--forward-line): Don't move into void after eob.
12644
12645 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12646 point is set (and displayed) inside rectangle.
12647 (cua--rectangle-operation): Fix for highlight of empty lines.
12648 (cua--highlight-rectangle): Fix highlight for tabs.
12649 Position cursor at left/right edge of rectangle using new `cursor'
12650 property on overlay strings.
12651 (cua--indent-rectangle): Don't tabify.
12652 (cua-rotate-rectangle): Ignore that point has moved.
12653
12654 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12655
12656 * term/mac-win.el: Add ASCII equivalents for some function keys.
12657 (mode-line-frame-identification): Sync with x-win.el.
12658
12659 2004-09-02 Juri Linkov <juri@jurta.org>
12660
12661 * progmodes/compile.el (compilation-buffer-name): Compare major
12662 mode with second element of compilation-arguments instead of third
12663 to reflect latest changes in compilation-arguments structure.
12664 (recompile): Use global variable `compilation-directory' to get
12665 recent compilation directory only when `recompile' is invoked NOT
12666 in the compilation buffer. Otherwise, use `default-directory' of
12667 the compilation buffer.
12668 (compilation-error-properties): Allow to funcall col and end-col.
12669 (compilation-mode-font-lock-keywords): Check col and end-col by
12670 `integerp'.
12671 (compilation-goto-locus): If end-mk is non-nil in transient mark
12672 mode don't activate the mark (and don't display message in
12673 push-mark), but highlight overlay between mk and end-mk.
12674
12675 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12676 (grep-regexp-alist): Add rule to highlight grep matches.
12677 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12678
12679 * info.el (Info-fontify-node): Don't compute other-tag
12680 if Info-hide-note-references=hide.
12681
12682 * help.el (function-called-at-point):
12683 * help-fns.el (variable-at-point):
12684 Try `find-tag-default' when other methods failed.
12685
12686 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12687 Do not push mark if inhibit-mark-movement is non-nil.
12688
12689 * textmodes/ispell.el (ispell-html-skip-alists):
12690 Fix backslashes in docstring.
12691
12692 2004-09-01 Juri Linkov <juri@jurta.org>
12693
12694 * isearch.el (isearch-wrap-function)
12695 (isearch-push-state-function): New defvars.
12696 (isearch-pop-fun-state): New defsubst.
12697 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12698 (isearch-push-state): Set the result of calling
12699 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12700 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12701 restore the mode-specific starting point of terminated search.
12702 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12703 (isearch-repeat): Call `isearch-wrap-function' if defined.
12704 (isearch-message-prefix): Don't add prefix "over" to the message
12705 for wrapped search if `isearch-wrap-function' is defined.
12706 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12707 restore the mode-specific starting point of failed search.
12708
12709 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12710 (Info-search): Add new optional arguments for the sake of isearch.
12711 Replace whitespace in Info-search-whitespace-regexp literally.
12712 Add backward search. Don't call `Info-select-node' if regexp is
12713 found in the same Info node. Don't add node to Info-history for
12714 wrapped isearch.
12715 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12716 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12717 (Info-mode): Set local variables `isearch-search-fun-function',
12718 `isearch-wrap-function', `isearch-push-state-function',
12719 `search-whitespace-regexp'.
12720
12721 * isearch.el: Remove ancient Change Log section.
12722 (isearch-string, isearch-message-string, isearch-point)
12723 (isearch-success, isearch-forward-flag, isearch-other-end)
12724 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12725 (isearch-barrier, isearch-within-brackets)
12726 (isearch-case-fold-search): Add suffix `-state' to state-related
12727 defsubsts to avoid name clashes with other function names.
12728
12729 * simple.el (next-error): New defgroup and defface.
12730 (next-error-highlight, next-error-highlight-no-select):
12731 New defcustoms.
12732 (next-error-no-select): Let-bind next-error-highlight to the value
12733 of next-error-highlight-no-select before calling `next-error'.
12734
12735 * progmodes/compile.el (compilation-goto-locus):
12736 Use `next-error' face instead of `region'. Set 4-th argument of
12737 `move-overlay' to `current-buffer' to move overlay to different
12738 source buffers. Use new variable `next-error-highlight'.
12739
12740 * simple.el (next-error-find-buffer): Move the rule
12741 "if current buffer is a next-error capable buffer" after the
12742 rule "if next-error-last-buffer is set to a live buffer".
12743 Simplify to test all rules in one `or'.
12744 (next-error): Doc fix.
12745 (next-error, previous-error, first-error)
12746 (next-error-no-select, previous-error-no-select):
12747 Make arguments optional.
12748
12749 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12750
12751 * macros.el (apply-macro-to-region-lines): Make it operate on all
12752 lines that begin in the region, rather than on all complete lines
12753 in the region.
12754
12755 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12756
12757 * x-dnd.el (x-dnd-protocol-alist): Document update.
12758 (x-dnd-known-types): Defcustom it.
12759 (x-dnd-handle-motif): Print message-atom in error message.
12760
12761 2004-08-30 John Paul Wallington <jpw@gnu.org>
12762
12763 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12764 strings rather than programatically constructing message.
12765
12766 2004-08-30 Richard M. Stallman <rms@gnu.org>
12767
12768 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12769 Don't return a string that would read as the wrong character code.
12770
12771 2004-08-29 Kim F. Storm <storm@cua.dk>
12772
12773 * emulation/cua-base.el (cua-auto-expand-rectangles):
12774 Remove automatic rectangle padding feature; replace by non-destructive
12775 virtual rectangle edges feature.
12776 (cua-virtual-rectangle-edges): New defcustom.
12777 (cua-auto-tabify-rectangles): New defcustom.
12778 (cua-paste): If paste into a marked rectangle, insert rectangle at
12779 current column, even if virtual; also paste exactly as many lines
12780 as has been marked (ignore additional lines or add empty lines),
12781 but paste whole source if only one line is marked.
12782 (cua--update-indications): No longer use overwrite-cursor to
12783 indicate rectangle padding
12784
12785 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12786 (cua--rectangle-virtual-edges): New defun.
12787 (cua--rectangle-get-corners): Remove optional PAD arg.
12788 (cua--rectangle-set-corners): Never do padding.
12789 (cua--forward-line): Remove optional PAD arg. Simplify.
12790 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12791 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12792 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12793 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12794 (cua--rectangle-move): Never do padding. Simplify.
12795 (cua--tabify-start): New defun.
12796 (cua--rectangle-operation): Add tabify arg. All callers changed.
12797 (cua--pad-rectangle): Remove.
12798 (cua--delete-rectangle): Handle delete with virtual edges.
12799 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12800 (cua--insert-rectangle): Handle insert at virtual column.
12801 Perform auto-tabify if necessary.
12802 (cua--activate-rectangle): Remove optional FORCE arg.
12803 Never do padding. Simplify.
12804 (cua--highlight-rectangle): Enhance for virtual edges.
12805 (cua-toggle-rectangle-padding): Remove command.
12806 (cua-toggle-rectangle-virtual-edges): New command.
12807 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12808 (cua--rectangle-post-command): Don't force rectangle padding.
12809 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12810
12811 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12812
12813 * indent.el (edit-tab-stops-buffer): Doc fix.
12814
12815 2004-08-28 Richard M. Stallman <rms@gnu.org>
12816
12817 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12818 (grep-tag-default): Function deleted.
12819
12820 * subr.el (find-tag-default): Move from etags.el.
12821
12822 * progmodes/etags.el (find-tag-default): Move to subr.el.
12823
12824 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12825 into the basic character if it has an uppercase form.
12826
12827 2004-08-27 Kenichi Handa <handa@m17n.org>
12828
12829 * international/utf-8.el (utf-8-post-read-conversion): If the
12830 buffer is unibyte, temporarily make it multibyte.
12831
12832 2004-08-27 Masatake YAMATO <jet@gyve.org>
12833
12834 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12835
12836 2004-08-25 John Paul Wallington <jpw@gnu.org>
12837
12838 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12839 0, 1, and many mismatches in message.
12840 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12841
12842 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12843 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12844
12845 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12848 vc-diff-switches differently.
12849
12850 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12851
12852 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12853 before and a real defvar after
12854 `speedbar-supported-extension-expressions'. This is to silence
12855 the compiler without breaking bootstrapping.
12856
12857 2004-08-22 Richard M. Stallman <rms@gnu.org>
12858
12859 * textmodes/flyspell.el (flyspell-word):
12860 Use set-process-query-on-exit-flag.
12861 (flyspell-highlight-duplicate-region): Take POSS as arg.
12862 (flyspell-word): Pass POSS as arg.
12863
12864 * progmodes/ada-xref.el: Many doc and style fixes.
12865 (ada-find-any-references): Use compilation-start.
12866 (ada-get-ali-file-name): Improve error msg.
12867 (ada-get-ada-file-name): Likewise.
12868
12869 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12870 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12871
12872 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12873 Add forward defvar.
12874
12875 * whitespace.el (global-whitespace-mode): New alias
12876 for whitespace-global-mode.
12877
12878 * speedbar.el (speedbar-file-regexp): Move definition up.
12879 (speedbar-mode, speedbar-set-mode-line-format):
12880 Use with-no-warnings.
12881 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12882
12883 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12884 controls whether to display the error buffer.
12885
12886 * ps-mule.el: Delete compatibility code for old Emacses.
12887 (ps-mule-find-wrappoint): Don't use chars-in-region.
12888
12889 * frame.el (display-mouse-p, display-selections-p):
12890 Use with-no-warnings.
12891
12892 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12893
12894 2004-08-22 David Kastrup <dak@gnu.org>
12895
12896 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12897 information.
12898
12899 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12900
12901 2004-08-22 Andreas Schwab <schwab@suse.de>
12902
12903 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12904
12905 2004-08-22 Masatake YAMATO <jet@gyve.org>
12906
12907 * cvs-status.el (cvs-status-checkout): New function.
12908 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12909
12910 2004-08-21 David Kastrup <dak@gnu.org>
12911
12912 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12913 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12914 has been converted to use hashtables, the relation `nil=none' is
12915 no longer valid, as `nil' is not a hashtable. This patch tries to
12916 reduce the number of resulting errors.
12917
12918 2004-08-21 John Paul Wallington <jpw@gnu.org>
12919
12920 * subr.el (process-kill-without-query): Made obsolete in
12921 version 21.4, not 21.5.
12922
12923 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12924 (vc-previous-comment, vc-next-comment)
12925 (vc-comment-search-reverse, vc-comment-search-forward)
12926 (vc-comment-to-change-log): Likewise.
12927
12928 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12929
12930 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12931
12932 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12933 Correct indentation of DEFMETHODS with non-standard method
12934 combinations (e.g., PROGN, MIN, MAX).
12935
12936 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * startup.el (normal-top-level-add-subdirs-to-load-path):
12939 Avoid unnecessarily checking system-type.
12940 (normal-top-level): Set TERM to "dumb". Simplify.
12941
12942 * avoid.el (mouse-avoidance-ignore-p): New fun.
12943 Also ignore switch-frame, select-window, double, and triple clicks.
12944 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12945 (mouse-avoidance-fancy-hook): Use it.
12946
12947 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12948
12949 * avoid.el (mouse-avoidance-nudge-mouse)
12950 (mouse-avoidance-banish-destination): Stay within the current window
12951 to avoid problems with mouse-autoselect-window.
12952
12953 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12956 the newer format of some messages in cvs-1.12.1.
12957
12958 2004-08-19 Masatake YAMATO <jet@gyve.org>
12959
12960 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12961 (elp-results-jump-to-definition-by-mouse)
12962 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12963 (elp-output-result): Use elp-output-insert-symname.
12964
12965 2004-08-18 Kenichi Handa <handa@m17n.org>
12966
12967 * language/cyrillic.el: Register koi8-r in
12968 ctext-non-standard-encodings-alist.
12969 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12970
12971 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12972
12973 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12974 that replaces 20xy with xy.
12975
12976 2004-08-17 John Paul Wallington <jpw@gnu.org>
12977
12978 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12979 (reb-force-update): Doc fix.
12980
12981 2004-08-16 Richard M. Stallman <rms@gnu.org>
12982
12983 * progmodes/which-func.el (which-func-update-1): Doc fix.
12984
12985 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12986 (sh-mode-abbrev-table): New variable.
12987
12988 * progmodes/compile.el (compilation-mode): Doc fix.
12989
12990 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12991 Don't cons a new symbol each time.
12992 (eval-last-sexp-fake-value): New variable.
12993
12994 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12995 (copyright-update-year): Detect continuation of list of years.
12996
12997 * term.el (term-default-fg-color, term-default-bg-color)
12998 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12999
13000 * imenu.el: Several doc fixes: don't say variables are buffer-local.
13001
13002 2004-08-16 Davis Herring <herring@lanl.gov>
13003
13004 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13005 (isearch-success, isearch-forward-flag, isearch-other-end)
13006 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13007 (isearch-barrier, isearch-within-brackets)
13008 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13009
13010 2004-08-16 Kenichi Handa <handa@m17n.org>
13011
13012 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13013
13014 2004-08-15 Kenichi Handa <handa@m17n.org>
13015
13016 * term/x-win.el (x-selection-value): If utf8 was successful but
13017 ctext was not, use utf8 string.
13018
13019 2004-08-14 Davis Herring <herring@lanl.gov>
13020
13021 * isearch.el: Remove accidental changes of March 4. Fix backing
13022 up when a regexp isearch is made more general. Use symbolic
13023 accessor functions for isearch stack frames to make usage clearer.
13024 (search-whitespace-regexp): Made groups in documentation shy (as
13025 is the group in the default value).
13026 (isearch-fallback): New function, addresses problems with regexps
13027 liberalized by `\|', adds support for liberalization by `\}' (the
13028 general repetition construct), and incorporates behavior for
13029 `*'/`?'.
13030 (isearch-}-char): New command, calls `isearch-fallback' with
13031 arguments appropriate to a typed `}'.
13032 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13033 appropriately.
13034 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13035 (isearch-string, isearch-message,string, isearch-point)
13036 (isearch-success, isearch-forward-flag, isearch-other-end)
13037 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13038 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13039 New inline functions to read fields of a stack frame.
13040
13041 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13042
13043 * battery.el (battery-linux-proc-acpi): Look into battery
13044 directories matching the literal string "CMB", too (required for
13045 Linux kernel version 2.6.7).
13046
13047 2004-08-14 John Paul Wallington <jpw@gnu.org>
13048
13049 * cus-start.el (read-file-name-completion-ignore-case): Add.
13050 (blink-cursor-alist): Change version to "21.4".
13051
13052 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13053
13054 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13055
13056 * speedbar.el (speedbar-scan-subdirs): New option.
13057 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13058 dolist.
13059 (speedbar-insert-files-at-point): Take an extra argument and use
13060 it to optionally find out if a subdir is empty. Also unreadable
13061 files don't get expand buttons.
13062 (speedbar-directory): New image (unused pixmap already existed).
13063 (speedbar-expand-image-button-alist): Use it.
13064
13065 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13066
13067 CC Mode update to 5.30.9:
13068
13069 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13070 Move from cc-vars to cc-defs for dependency reasons. Fix the
13071 POSIX char class test to check that it works in
13072 `skip-chars-(forward|backward)' too.
13073
13074 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13075 first argument starts with a special brace list.
13076
13077 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13078 when `c-opt-type-concat-key' is used (i.e. in Pike).
13079
13080 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13081 Fix bug when the inner char pair doesn't have paren syntax,
13082 i.e. "(<>)".
13083
13084 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13085 whitespace safe.
13086
13087 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13088 position for `arglist-intro', `arglist-cont-nonempty' and
13089 `arglist-close' when there are two arglist open parens on the same
13090 line and there's nothing in front of the first.
13091
13092 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13093 locking of qualified names in Java, which previously could fontify
13094 common indexing expressions in many cases. The standard Java
13095 naming conventions are used to tell them apart.
13096
13097 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13098 Fix inconsistency wrt opening parens on the first line inside a paren
13099 block.
13100
13101 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13102 compile time for the sake of `c-major-mode-is'.
13103
13104 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13105 `c-major-mode-is' in the event that this is used inside a
13106 `c-lang-defconst'.
13107
13108 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13109 `c-lang-defconst' so that it works better with fallback languages.
13110
13111 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13112 it to fail to record the base mode.
13113
13114 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13115 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13116 is used. Reorder the syntax checks to get more efficient
13117 skipping in some situations.
13118
13119 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13120 continuation which might precede the newly inserted '{'.
13121
13122 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13123 Fix cases where it could loop indefinitely.
13124
13125 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13126 size specs correctly. Only fontify identifiers in front of '('
13127 with as functions - don't accept any paren char. Tighten up
13128 initializer skipping to stop before function and class blocks.
13129
13130 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13131 the point could be left directly after an open paren when finding
13132 the beginning of the first decl in the block.
13133
13134 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13135 table when filtering out legitimate open parens to be recorded.
13136 This could cause cache inconsistencies when e.g.
13137 `c++-template-syntax-table' was temporarily in use.
13138
13139 * progmodes/cc-engine.el (c-on-identifier)
13140 (c-simple-skip-symbol-backward): Small fix for handling "-"
13141 correctly in `skip-chars-backward'. Affected the operator lfun
13142 syntax in Pike.
13143
13144 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13145 Fix bug that could cause an error from `after-change-functions' when
13146 the changed region is at bob.
13147
13148 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13149
13150 CC Mode update to 5.30.9:
13151
13152 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13153 to say that <TAB> doesn't insert WS into a CPP line.
13154 (c-indent-command, c-tab-always-indent): Amend doc strings.
13155
13156 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13157 checks for user errors, thus eliminating cryptic and unhelpful
13158 Emacs error messages. (1) Check the arg to `c-set-style' is a
13159 string. (2) Check that settings to `c-offsets-alist' are not
13160 spuriously quoted.
13161
13162 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13163 which precedes the newly inserted `{'.
13164
13165 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13166
13167 Sync with Tramp 2.0.44.
13168
13169 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13170 function "tramp_file_attributes". Otherwise, file names
13171 containing spaces are misinterpreted. Reported by Magnus Henoch
13172 <mange@freemail.hu>.
13173 (tramp-handle-file-truename): FILENAME must be expanded first.
13174 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13175 obscure results. Reported by D. Goel <deego@gnufans.org>.
13176 (tramp-handle-verify-visited-file-modtime): If file does not
13177 exist, say it is not modified if and only if that agrees with the
13178 buffer's record. Check whether a file is visiting the buffer, or
13179 the buffer has no recorded last modification time. Return t in
13180 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13181 <teirllm@auburn.edu>.
13182 (tramp-handle-write-region): Pass modtime explicitely to
13183 `set-visited-file-modtime', because filename can be different
13184 from (buffer-file-name) if `file-precious-flag' is set.
13185 `set-visited-file-modtime' must be called always when `visit' is t
13186 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13187 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13188 nil, don't apply the whole body. If the file doesn't exists, set
13189 modtime to '(-1 65535). Suggested by Luc Teirlinck
13190 <teirllm@auburn.edu>.
13191
13192 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13193
13194 * help.el (describe-bindings): Doc fix.
13195
13196 * subr.el (kbd): Doc fix.
13197
13198 2004-08-08 John Paul Wallington <jpw@gnu.org>
13199
13200 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13201 instead of `string-to-int'.
13202 (define-ibuffer-column mode): Fix indentation.
13203
13204 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13205
13206 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13207
13208 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13209
13210 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13211
13212 * novice.el (disabled-command-function): New variable renamed from
13213 `disabled-command-hook'.
13214 (disabled-command-hook): Keep the _variable_ as alias for
13215 `disabled-command-function' and make obsolete.
13216 (disabled-command-function): Function renamed from
13217 `disabled-command-hook'. Adapt code to name change of the variable.
13218
13219 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13220
13221 * simple.el (completion-root-regexp): New defvar.
13222 (completion-setup-function): Use it instead of a literal string.
13223
13224 2004-08-07 John Paul Wallington <jpw@gnu.org>
13225
13226 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13227 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13228 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13229 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13230
13231 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13232
13233 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13234 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13235
13236 2004-08-04 Kenichi Handa <handa@m17n.org>
13237
13238 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13239 Fix previous change.
13240
13241 2004-08-03 Kenichi Handa <handa@m17n.org>
13242
13243 * international/encoded-kb.el: The following changes are to
13244 utilize key-translation-map instead of minor mode map.
13245 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13246 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13247 (encoded-kbd-last-key): New function.
13248 (encoded-kbd-iso2022-single-shift): New function.
13249 (encoded-kbd-iso2022-designation)
13250 (encoded-kbd-self-insert-iso2022-7bit)
13251 (encoded-kbd-self-insert-iso2022-8bit)
13252 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13253 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13254 key-translation-map.
13255 (encoded-kbd-setup-keymap): Setup key-translation-map.
13256 (saved-key-translation-map): New variable.
13257 (encoded-kbd-mode): Save/restore key-translation-map.
13258 Adjust for the change of encoded-kbd-setup-keymap.
13259
13260 2004-08-02 Kim F. Storm <storm@cua.dk>
13261
13262 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13263 and call compute-motion with nil for topos and width to get proper
13264 usable width and height for both window and non-window systems.
13265
13266 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13267 calculate usable window width and height.
13268
13269 * window.el (window-buffer-height): Call compute-motion with nil width.
13270
13271 2004-08-01 David Kastrup <dak@gnu.org>
13272
13273 * replace.el (query-replace-read-from):
13274 Use `query-replace-compile-replacement'.
13275 (query-replace-compile-replacement): New function.
13276 (query-replace-read-to): Use `query-replace-compile-replacement'
13277 for repeating the last command.
13278
13279 2004-08-01 John Paul Wallington <jpw@gnu.org>
13280
13281 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13282 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13283 (pr-switches): Remove period from end of error messages.
13284
13285 * help-mode.el (help-go-back): Likewise.
13286
13287 * abbrev.el (only-global-abbrevs): Doc fix.
13288 (edit-abbrevs-map): Define within defvar.
13289 (quietly-read-abbrev-file): Doc fix.
13290
13291 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13292
13293 * novice.el (enable-command, disable-command): Doc fixes.
13294
13295 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13296
13297 2004-07-30 Richard M. Stallman <rms@gnu.org>
13298
13299 * subr.el (with-local-quit): Doc fix.
13300
13301 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13302
13303 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13304
13305 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13306
13307 * custom.el (defcustom): Doc fix.
13308
13309 2004-07-28 Masatake YAMATO <jet@gyve.org>
13310
13311 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13312
13313 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13314
13315 * imenu.el (imenu-prev-index-position-function)
13316 (imenu-extract-index-name-function, imenu-name-lookup-function)
13317 (imenu--index-alist): Docstring redundancy fix.
13318
13319 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13320
13321 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13322 binding dired-backup-overwrite.
13323
13324 2004-07-25 John Paul Wallington <jpw@gnu.org>
13325
13326 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13327
13328 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13329
13330 * term/tty-colors.el (tty-color-approximate): Doc fix.
13331
13332 * select.el (x-get-selection, x-set-selection): Doc fixes.
13333
13334 * frame.el (make-frame): Doc fix.
13335
13336 2004-07-24 Richard M. Stallman <rms@gnu.org>
13337
13338 * mail/rmail.el (rmail-mime-charset-pattern):
13339 Don't include semicolon in the charset value.
13340
13341 * replace.el (occur-next-error): Call set-window-point.
13342 (occur-engine): Handle negative NLINES.
13343
13344 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13345
13346 * frame.el (modify-all-frames-parameters): Minor doc fix.
13347 (set-frame-configuration): Doc fix.
13348
13349 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13350
13351 * simple.el (completion-setup-function): Compute the common parts
13352 and the first difference place correctly when
13353 partial-completion-mode is on.
13354
13355 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13356
13357 * ps-print.el: Doc fix.
13358 (ps-print-version): New version 6.6.5.
13359 (ps-printing-region): Doc fix.
13360 (ps-generate-string-list): Comment fix.
13361 (ps-message-log-max): Code fix.
13362
13363 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13364
13365 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13366 generated PostScript.
13367
13368 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13369
13370 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13371 with Gnus v5_10 branch.)
13372
13373 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13374
13375 * calendar/time-date.el (time-to-number-of-days): New function.
13376 Imported from from Gnus.
13377
13378 2004-07-22 Kim F. Storm <storm@cua.dk>
13379
13380 * progmodes/make-mode.el: Fix comments.
13381
13382 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13383
13384 * printing.el: Doc fix.
13385
13386 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13387
13388 * frame.el (modify-all-frames-parameters): Minor doc fix.
13389
13390 2004-07-20 Richard M. Stallman <rms@gnu.org>
13391
13392 * textmodes/fill.el (fill-nobreak-p): If this break point is
13393 at the end of the line, don't consider the newline which follows
13394 as a reason to return t.
13395
13396 2004-07-19 John Paul Wallington <jpw@gnu.org>
13397
13398 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13399
13400 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13401
13402 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13403 Delete irrelevant code.
13404
13405 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13406
13407 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13408 New docstring. From Luc Teirlinck.
13409
13410 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13411
13412 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13413 section.
13414 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13415 non-file buffers. We know it is nil.
13416
13417 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13418
13419 Sync with Tramp 2.0.43.
13420
13421 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13422 Remove outdated comment.
13423 (tramp-locked, tramp-locker): New variables for implementing a
13424 global lock.
13425 (tramp-sh-file-name-handler): Use them to implement the global lock.
13426
13427 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13428
13429 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13430 calls to respective `xxx` calls.
13431 (tramp-process-alive-regexp): Precise doc string.
13432 (tramp-multi-action-process-alive): New defun.
13433 (tramp-multi-actions): Use it.
13434 (tramp-handle-find-backup-file-name): `copy-tree' is available
13435 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13436 in order to avoid this function.
13437 (tramp-handle-write-region): Set current buffer. If connection
13438 wasn't open, `file-modes' has changed it accidently. Reported by
13439 David Kastrup <dak@gnu.org>.
13440 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13441 HOST.
13442 (tramp-action-password, tramp-multi-action-password): Apply it.
13443 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13444 name must still contain the port number. Otherwise, we have two
13445 Tramp buffers, with all the confusion. Reported by Myron Selby
13446 <myron@xytech.com> and Rolf Dubitzky
13447 <Dubitzky@physi.uni-heidelberg.de>.
13448
13449 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13450 HOST to `tramp-enter-passwd'.
13451
13452 * net/tramp-vc.el (all): Code cleanup. Change all
13453 `tramp-handle-xxx' calls to respective `xxx` calls.
13454
13455 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13456
13457 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13458 functions that are not erroneous if either 1-valued or
13459 multi-valued. Detect functions in this class.
13460 (testcover-1value-functions, testcover-compose-functions)
13461 (testcover-progn-functions) Add some additional functions to lists.
13462 (testcover-mark): Bugfix when marking up the definition for an
13463 empty function.
13464
13465 2004-07-17 Richard M. Stallman <rms@gnu.org>
13466
13467 * replace.el (occur-read-primary-args): Pass default to
13468 read-from-minibuffer.
13469
13470 * mail/footnote.el (footnote-section-tag): Use defcustom.
13471
13472 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13473 Compile font-lock-keywords, not KEYWORDS.
13474 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13475 Add warn, check-type. Handle cerror like error.
13476
13477 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13478
13479 * progmodes/which-func.el (which-func-keymap): New var.
13480 (which-func-face): New face.
13481 (which-func-format): Use them.
13482
13483 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13484
13485 * buff-menu.el (list-buffers-noselect): Append the buffer's
13486 process status to its mode name.
13487
13488 2004-07-16 Kim F. Storm <storm@cua.dk>
13489
13490 * simple.el (inhibit-mark-movement): New defvar.
13491 (beginning-of-buffer, end-of-buffer): Do not push mark if
13492 inhibit-mark-movement is non-nil or C-u prefix is given.
13493
13494 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13495 Init to beginning-of-buffer and end-of-buffer.
13496 (cua--undo-push-mark): New defvar.
13497 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13498 already active and command is in cua--preserve-mark-commands.
13499 Also fix check for shift modifier on non-window systems.
13500 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13501
13502 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13503
13504 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13505 of two integers, instead of a cons.
13506
13507 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13508 `visited-file-modtime' now returns a list of two integers, instead
13509 of a cons.
13510
13511 * dired.el (dired-directory-changed-p): Ditto.
13512
13513 * progmodes/grep.el (grep): Doc fix.
13514
13515 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13516
13517 * autorevert.el (auto-revert-tail-mode)
13518 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13519 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13520 in both at the same time.
13521 (auto-revert-tail-mode): New command.
13522 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13523 (auto-revert-handler): Revert only either tail or whole file.
13524
13525 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13526 add auto-revert-tail-mode.
13527
13528 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13529
13530 * printing.el: Doc fix. Change name of some funs.
13531 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13532 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13533 (pr-standard-file-name): New fun. Replace pr-standard-path.
13534 (pr-call-process): Code fix.
13535
13536 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13537
13538 * subr.el (with-selected-window): Doc fix.
13539
13540 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13541
13542 * subr.el (get-buffer-window-list): Doc fix.
13543
13544 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13545
13546 * files.el (switch-to-buffer-other-window): Doc fix.
13547
13548 * window.el (save-selected-window, one-window-p)
13549 (split-window-keep-point, split-window-vertically)
13550 (split-window-horizontally): Doc fixes.
13551
13552 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13553
13554 * printing.el: Doc fix. Now it uses call-process instead of
13555 shell-command for low command execution.
13556 (pr-version): New version number (6.8).
13557 (pr-shell-file-name): Option removed.
13558 (pr-shell-command): Fun removed.
13559 (pr-call-process): New fun. Replace pr-shell-command.
13560 (pr-standard-path, pr-remove-nil-from-list): New funs.
13561 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13562 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13563 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13564 (pr-ps-utility-process, pr-txt-print): Code fix.
13565
13566 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13567
13568 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13569 boolean.
13570
13571 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13572
13573 * wid-edit.el (widget-field-buffer): Doc fix.
13574
13575 2004-07-09 John Paul Wallington <jpw@gnu.org>
13576
13577 * emacs-lisp/re-builder.el (reb-update-overlays):
13578 Distinguish between one and several matches in message.
13579
13580 2004-07-09 Richard M. Stallman <rms@gnu.org>
13581
13582 * mouse.el (mouse-set-region-1): If transient-mark-mode
13583 is `identity', change it to `only'.
13584
13585 * simple.el (current-word): Doc fix.
13586
13587 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13588
13589 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13590 so that it is more understanding of whitespace.
13591
13592 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13593 (("ns" . "element") (attr-list) children) instead of
13594 ((:ns . "element") (attr-list) children) in order to reduce the
13595 number of symbols used.
13596 (xml-skip-dtd): Change to use xml-parse-dtd but set
13597 xml-validating-parsing to nil.
13598 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13599 (xml-substitute-entity): Remove in favor of new entity substitution.
13600 (xml-substitute-special): Rewrite in to substitute complex
13601 entities from DOCTYPE declarations.
13602 (xml-parse-fragment): Parse fragments from entity deleclarations.
13603 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13604 (xml-parse-dtd, xml-substitute-special): Make validity checks
13605 conditioned on xml-validating-parser. Add "Not Well Formed" to
13606 error messages about well-formedness.
13607
13608 2004-07-08 Steven Tamm <steventamm@mac.com>
13609
13610 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13611 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13612 Do not treat double clicks and triple clicks specially in the
13613 scroll bar (preventing strange repositioning problems)
13614
13615 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * replace.el (query-replace-regexp-eval): Fix last change.
13618
13619 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * replace.el (query-replace-descr): New fun.
13622 (query-replace-read-from, query-replace-read-args): Default to the
13623 previous from&to.
13624 (query-replace-read-to): Quote the `from' string when displaying it.
13625 (query-replace-regexp-eval): Immediately check read-only status.
13626 Use query-replace-read-from to get the \n checking.
13627 Quote the `from' string when displaying it.
13628 (map-query-replace-regexp, occur-read-primary-args):
13629 Quote the `from' string when displaying it.
13630
13631 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13632 delimited-ness of the search to query-replace.
13633
13634 * replace.el (query-replace-read-from, query-replace-read-to):
13635 New funs extracted from query-replace-read-args.
13636 (query-replace-read-args): Use them.
13637
13638 * replace.el (query-replace-interactive, query-replace-read-args):
13639 Remove the `initial' special value.
13640 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13641 (occur-engine): Remove unused var `matchend'.
13642
13643 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13644 Use the search string without prompting.
13645
13646 2004-07-05 Kenichi Handa <handa@m17n.org>
13647
13648 * international/mule.el (decode-coding-inserted-region):
13649 Set last-coding-system-used only when coding is nil.
13650
13651 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13652
13653 * progmodes/grep.el (grep-compute-defaults, grep-command)
13654 (grep-program, find-program, grep-find-use-xargs, grep-history)
13655 (grep-find-history, grep-tag-default, grep-find-command)
13656 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13657 Add autoload cookies, for unbundled packages that load `compile'
13658 and expect all grep-related symbols to become defined.
13659
13660 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13661
13662 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13663 (iimage-mode-image-search-path): New user option to search the
13664 image file.
13665 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13666 have locate-file.
13667 (iimage-mode-buffer): Use it.
13668
13669 2004-07-03 Nick Roberts <nickrob@gnu.org>
13670
13671 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13672 carefully.
13673 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13674
13675 2004-07-03 Juri Linkov <juri@jurta.org>
13676
13677 * replace.el (query-replace-read-args): Swallow space after 'foo,
13678 not after (quote foo). Match space only immediately after symbol,
13679 not anywhere in the whole string.
13680
13681 2004-07-02 Richard M. Stallman <rms@gnu.org>
13682
13683 * replace.el (query-replace-read-args): Swallow space after
13684 symbols, not after closeparens. But avoid error if string ends there.
13685
13686 * progmodes/python.el (python-beginning-of-statement):
13687 Exit the loop if backward-up-list gets error.
13688
13689 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13690
13691 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13692
13693 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13694 only if vc-consult-headers is non-nil.
13695
13696 2004-07-02 Juri Linkov <juri@jurta.org>
13697
13698 * pcvs.el (cvs-mode-diff-repository): New command.
13699
13700 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13701
13702 2004-07-01 Juri Linkov <juri@jurta.org>
13703
13704 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13705 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13706 C-M-% to isearch-query-replace-regexp.
13707 (minibuffer-local-isearch-map): Add arrow key bindings.
13708 Bind C-f to isearch-yank-char-in-minibuffer.
13709 (isearch-forward): Doc fix.
13710 (isearch-edit-string): Doc fix.
13711 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13712 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13713 (isearch-yank-char): Add optional arg.
13714 (isearch-yank-char-in-minibuffer): New fun.
13715
13716 * replace.el (query-replace-interactive): Change type from boolean
13717 to choice. Add value `initial'.
13718 (query-replace-read-args): Handle value `initial' of
13719 query-replace-interactive.
13720
13721 2004-06-29 Kim F. Storm <storm@cua.dk>
13722
13723 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13724 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13725
13726 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13727 Add :group 'ada.
13728
13729 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13730
13731 2004-06-29 Juri Linkov <juri@jurta.org>
13732
13733 * replace.el (query-replace-read-args): Swallow a space after
13734 everything except )]" which in most cases means after a symbol.
13735
13736 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13737
13738 2004-06-28 Richard M. Stallman <rms@gnu.org>
13739
13740 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13741 More changes to go with previous change in font-lock.el.
13742
13743 2004-06-26 David Kastrup <dak@gnu.org>
13744
13745 * replace.el (perform-replace): Highlight the match even in
13746 non-query mode if there is potential replace string editing.
13747
13748 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13749
13750 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13751 agree with new return value of `file-remote-p'.
13752 This syncs with Tramp 2.0.42.
13753
13754 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13755 according to new documentation of `file-remote-p'.
13756
13757 * files.el (file-remote-p): Fix doc to say that return value is
13758 identification of remote system, if not nil.
13759 (file-relative-name): Use new return value of `file-remote-p'.
13760
13761 2004-06-26 Nick Roberts <nickrob@gnu.org>
13762
13763 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13764 (gdb-goto-breakpoint): Fix breakage.
13765
13766 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13767
13768 * man.el (Man-getpage-in-background): Add windows-nt to the list
13769 of systems where shell-file-name should be used instead of
13770 literal "sh".
13771
13772 2004-06-25 Sam Steingold <sds@gnu.org>
13773
13774 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13775 function names `(setf symbol)'.
13776
13777 2004-06-24 Richard M. Stallman <rms@gnu.org>
13778
13779 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13780
13781 * font-lock.el (font-lock-keywords): Change format of compiled values.
13782 Document it.
13783 (font-lock-add-keywords): If font-lock-keywords is compiled,
13784 extract the uncompiled version, modify, then recompile.
13785 (font-lock-remove-keywords): Likewise.
13786 (font-lock-fontify-keywords-region): Handle changed format.
13787 (font-lock-compile-keywords): Handle changed format.
13788 (font-lock-set-defaults): Compile the keywords explicitly here.
13789
13790 2004-06-24 David Kastrup <dak@gnu.org>
13791
13792 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13793 replacements here.
13794 (query-replace-regexp): Doc string explaining this and the new
13795 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13796 is better placed in `query-replace-read-args'.
13797 (replace-regexp): Explain `\,', `\#' and `\?'.
13798 (replace-match-data): New function for thorough reuse/destruction
13799 of old match-data.
13800 (replace-match-maybe-edit): Function for implementing `\?' editing.
13801 (perform-replace): Fix maintaining of the match stack including
13802 already matched regions, implement `\?', fix various problems
13803 with regions while editing and other stuff.
13804 (replace-highlight): Simplify.
13805
13806 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13807
13808 * progmodes/grep.el (grep-error-screen-columns): New variable.
13809 (grep-regexp-alist): Give it the full functionality of gnu style
13810 compilation messages with line and column ranges. Ask me for the
13811 perl script I'm working on, that uses these.
13812
13813 2004-06-23 Nick Roberts <nickrob@gnu.org>
13814
13815 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13816 Remove.
13817 (comint-insert-input, comint-mouse-insert-input): New functions
13818 based on comint-insert-clicked-input for two bindings but just
13819 one functionality.
13820
13821 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13824
13825 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13826
13827 * files.el (write-contents-functions): Doc fix.
13828
13829 2004-06-21 Juanma Barranquero <lektu@terra.es>
13830
13831 * image.el (image-library-alist): Rewrite docstring in active voice.
13832
13833 2004-06-20 Richard M. Stallman <rms@gnu.org>
13834
13835 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13836
13837 * isearch.el (isearch-repeat): Avoid testing old match data.
13838 (isearch-message): Display trailing space in special font
13839 when search is failing.
13840 (isearch-search-fun-function): Doc fix.
13841
13842 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13843
13844 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13845
13846 * frame.el (show-trailing-whitespace): Doc fix.
13847
13848 * cus-edit.el (custom-variable-documentation): New function.
13849 (custom-variable): Use it.
13850
13851 2004-06-19 Nick Roberts <nickrob@gnu.org>
13852
13853 * man.el (Man-getpage-in-background): Revert previous change but
13854 make cygwin a special case.
13855
13856 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13857
13858 * autorevert.el (global-auto-revert-non-file-buffers):
13859 Update docstring.
13860
13861 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13862
13863 * progmodes/compile.el (compilation-error-properties): Store one
13864 more than end-col, if present, so that transient-mark-mode will
13865 highlight last char too.
13866 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13867 ranges, if present.
13868
13869 2004-06-18 Jason Rumney <jasonr@gnu.org>
13870
13871 * makefile.w32-in: Double percent signs in for loops.
13872
13873 2004-06-17 David Kastrup <dak@gnu.org>
13874
13875 * replace.el (query-replace-read-args): Only warn about use of \n
13876 and \t when we are doing a regexp replacement and the actual
13877 escaped character is n or t.
13878 (query-replace-regexp): Add \, and \# interpretation to
13879 interactive call and document it.
13880 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13881 as shortkey for replace-count.
13882 (replace-quote): New function for doubling backslashes.
13883
13884 2004-06-17 Juanma Barranquero <lektu@terra.es>
13885
13886 * files.el (parse-colon-path, cd): Mention in docstring that the
13887 path separator is colon in GNU-like systems.
13888
13889 * newcomment.el (comment-region-internal): Fix docstring.
13890
13891 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13892 (ewoc-invalidate, ewoc-collect): Doc fixes.
13893 (ewoc--create-node, ewoc--delete-node-internal):
13894 Fix typos in docstring.
13895
13896 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13897
13898 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13899 manual to docstring.
13900
13901 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13902
13903 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13904
13905 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13906
13907 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13908 Add hyperlink to emacs-xtra manual to docstring.
13909
13910 * autorevert.el (global-auto-revert-non-file-buffers):
13911 Add hyperlink to emacs-xtra manual to docstring, as well as an
13912 info-link.
13913
13914 2004-06-14 Juanma Barranquero <lektu@terra.es>
13915
13916 * image.el (image-library-alist): New variable to map image types
13917 to external libraries. Initialized to nil, unless system-specific
13918 configs change it.
13919 (image-type-available-p): Determine whether an image type is
13920 available by calling `init-image-library'.
13921
13922 * term/w32-win.el (image-library-alist): Initialize to a known set
13923 of probable library names.
13924
13925 2004-06-14 Kenichi Handa <handa@m17n.org>
13926
13927 * international/code-pages.el (windows-1256, cp1125): Fix tables
13928 for several characters.
13929
13930 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13931
13932 2004-06-13 Richard M. Stallman <rms@gnu.org>
13933
13934 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13935
13936 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13937 not "`pc-selection-mode'".
13938
13939 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13940
13941 * simple.el (previous-matching-history-element): Specify a default.
13942
13943 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13944
13945 * cus-face.el (custom-declare-face): Simplify code.
13946
13947 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13948
13949 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13950
13951 * files.el (before-save-hook): Add `time-stamp' to the options.
13952
13953 * time-stamp.el (time-stamp): Recommend adding it to
13954 `before-save-hook', rather than `write-file-functions'.
13955 Make a similar change in `Commentary' section.
13956
13957 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13958
13959 * diff-mode.el (diff-current-defun): If at start of hunk, use
13960 position of first change.
13961
13962 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13963
13964 * dired-x.el (dired-mark-omitted): Bind to "*O".
13965
13966 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13967
13968 * bookmark.el (bookmark-bmenu-relocate): New function, as
13969 suggested by David J. Biesack <David.Biesack@sas.com>.
13970 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13971 (bookmark-bmenu-mode): Describe binding in doc string.
13972 (bookmark-set-filename): Save the bookmark list if it's time.
13973
13974 2004-06-13 Kenichi Handa <handa@m17n.org>
13975
13976 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13977 (ccl-untranslated-to-ucs): Fix typo.
13978
13979 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13980
13981 * progmodes/python.el (python-open-block-statement-p):
13982 Fix indentation after a block opening that contains a comment.
13983
13984 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13985
13986 * bindings.el (completion-ignored-extensions): Add file extensions
13987 of Python byte-compiled files.
13988
13989 2004-06-12 Juri Linkov <juri@jurta.org>
13990
13991 * info.el (Info-goto-node): Add autoload.
13992 (Info-toc): Add substring-no-properties on Info file name.
13993 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13994 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13995
13996 2004-06-12 Kenichi Handa <handa@m17n.org>
13997
13998 * international/mule-cmds.el (set-language-environment):
13999 Load subst tables if necessary.
14000
14001 * international/mule.el (decode-char): Load subst tables if necessary.
14002 (encode-char): Likewise.
14003
14004 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14005 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14006 (utf-16le-decode-loop): Set r5 to -1 before loop.
14007 (utf-16be-decode-loop): Likewise.
14008 (ccl-decode-mule-utf-16le): Add EOF processing block.
14009 (ccl-decode-mule-utf-16be): Likewise.
14010 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14011 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14012 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14013 (ccl-mule-utf-16-encode-untrans): New CCL.
14014 (utf-16-decode-to-ucs): Handle pre-read character.
14015 (utf-16le-encode-loop): Handle surrogate pair.
14016 (utf-16be-encode-loop): Likewise.
14017 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14018 of utf-16le-encode-loop.
14019 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14020 of utf-16be-encode-loop.
14021 (mule-utf-16-post-read-conversion):
14022 Call utf-8-post-read-conversion at first.
14023 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14024 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14025 Add post-read-conversion and pre-write-conversion.
14026
14027 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14028 (utf-translate-cjk-unicode-range): New variable.
14029 (utf-translate-cjk-load-tables): New function.
14030 (utf-lookup-subst-table-for-decode): New function.
14031 (utf-lookup-subst-table-for-encode): New function.
14032 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14033 tables here. Update safe-charsets of utf-* coding systems.
14034 (ccl-mule-utf-untrans): New CCL.
14035 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14036 at end of each branch.
14037 (ccl-mule-utf-8-encode-untrans): New CCL.
14038 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14039 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14040 length of encoding. Don't return r0.
14041 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14042 (utf-8-post-read-conversion): Narrow to region properly.
14043 If utf-translate-cjk-mode is on, load tables if necessary.
14044 Call utf-8-compose with hash-table arg if necessary.
14045 Call XXX-compose-region instead of XXX-post-read-convesion.
14046 (utf-8-pre-write-conversion): New function.
14047 (mule-utf-8): Include CJK charsets in safe-charsets if
14048 utf-translate-cjk-mode is on. Add pre-write-conversion.
14049
14050 * international/characters.el: Temporarily set
14051 utf-translate-cjk-mode to nil.
14052
14053 * language/devan-util.el (devanagari-compose-region):
14054 Add autoload cookie.
14055
14056 * international/ccl.el (ccl-dump-call): Fix printing the
14057 subroutine name.
14058
14059 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14060
14061 * dired.el (dired-revert): If buffer is marked unmodified before
14062 reverting, keep it marked unmodified.
14063 Adapt to new conventions for commenting out code.
14064 (dired-make-relative): Adapt to new conventions for commenting out code.
14065
14066 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14067
14068 * eshell/esh-module.el (eshell-load-defgroups):
14069 Bind `vc-handled-backends' to nil when opening files.
14070
14071 2004-06-11 Juanma Barranquero <lektu@terra.es>
14072
14073 * files.el (parse-colon-path, cd): Doc fixes (refer to
14074 `path-separator', not colon).
14075
14076 2004-06-10 Juanma Barranquero <lektu@terra.es>
14077
14078 * newcomment.el (comment-search-forward)
14079 (comment-search-backward): Fix typos in docstring.
14080 (comment-region): Doc fix.
14081
14082 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14083
14084 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14085 switch is no longer stored in `dired-switches-alist'.
14086
14087 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14088 `dired-switches-alist'.
14089
14090 2004-06-10 Kim F. Storm <storm@cua.dk>
14091
14092 * pcvs.el (cvs-mode-diff-yesterday): New command.
14093
14094 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14095
14096 2004-06-10 Juri Linkov <juri@jurta.org>
14097
14098 * emacs-lisp/edebug.el (edebug-eval-defun):
14099 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14100 Fix docstring.
14101
14102 * simple.el (eval-expression-print-format): Don't print additional
14103 information on the first call to `eval-print-last-sexp'.
14104 (next-error-find-buffer): Fix punctuation.
14105 (killing) <defgroup>: Fix punctuation.
14106 (yank-excluded-properties): Change group from editing to killing.
14107
14108 * replace.el (perform-replace): Use `limit' to terminate the
14109 while-loop explicitly.
14110
14111 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14112
14113 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14114 Use lc-*.xpm as prefix instead of *-locol.xpm.
14115
14116 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14117 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14118 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14119 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14120 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14121 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14122 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14123 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14124 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14125 * toolbar/lc-up_arrow.xpm:
14126 Rename from *-locol.xpm.
14127
14128 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14129
14130 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14131 include forms like &<str>; as valid url patterns.
14132
14133 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14134
14135 * dired.el (dired-diff, dired-backup-diff)
14136 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14137 (dired-do-chown, dired-do-touch, dired-do-print)
14138 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14139 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14140 (dired-create-directory, dired-do-copy, dired-do-symlink)
14141 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14142 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14143 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14144 (dired-maybe-insert-subdir, dired-next-subdir)
14145 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14146 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14147 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14148 (dired-run-shell-command, dired-query): Remove redundant,
14149 or incorrect, autoloads.
14150
14151 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14152 does not end in a slash. Add optional argument KILL-ROOT.
14153 Update docstring.
14154 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14155 (dired-query): Add autoloads.
14156
14157 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14158
14159 * progmodes/compile.el (compilation-set-window-height):
14160 Rearrange the save-* functions because a buffer can have several current
14161 point in different windows.
14162 (compilation-error-regexp-alist-alist): Recognize {standard input}
14163 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14164
14165 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14166
14167 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14168 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14169 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14170 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14171 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14172 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14173 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14174 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14175 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14176 * toolbar/up_arrow-locol.xpm:
14177 New versions of icons that uses fewer colors.
14178
14179 * toolbar/tool-bar.el (tool-bar-local-item)
14180 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14181 if display-color-cells is 256 or less.
14182
14183 2004-06-08 Kim F. Storm <storm@cua.dk>
14184
14185 * wid-edit.el (widget-specify-button): Use hand pointer rather
14186 than mouse-face as visible mouse-over effect.
14187
14188 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14189
14190 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14191 and `print-level' to nil when writing out `save-place-alist'.
14192 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14193
14194 2004-06-07 Juanma Barranquero <lektu@terra.es>
14195
14196 * completion.el (completion-kill-region): Doc fix.
14197
14198 * format.el (format-insert-annotations)
14199 (format-annotate-location): Doc fixes.
14200 (format-subtract-regions): Make arguments match their use in docstring.
14201
14202 * simple.el (kill-region): Doc fix.
14203
14204 * subr.el (insert-buffer-substring-no-properties)
14205 (insert-buffer-substring-as-yank): Doc fixes.
14206
14207 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14208
14209 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14210 Update docstring.
14211 (dired-reset-subdir-switches): New function.
14212
14213 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14214 Limit scope of `buffer-read-only' binding.
14215
14216 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14217
14218 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14219 eshell-explicit-command-char.
14220
14221 2004-06-06 Juanma Barranquero <lektu@terra.es>
14222
14223 * help-fns.el (help-argument-name): Inherit from italic face only
14224 if the frame supports it.
14225
14226 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14227
14228 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14229 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14230 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14231 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14232 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14233 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14234 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14235 New conversions from xpm files.
14236
14237 * toolbar/README: New file.
14238
14239 2004-06-06 Richard M. Stallman <rms@gnu.org>
14240
14241 * isearch.el (isearch-mode-map): Undo previous change.
14242
14243 2004-06-05 Juri Linkov <juri@jurta.org>
14244
14245 * bindings.el (debug-ignored-errors): Add regexps for history
14246 related messages. Remove $ from "No further undo information".
14247 Move Ediff's messages to ediff.el.
14248
14249 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14250
14251 * cus-edit.el (custom-display): Add `min-colors'.
14252
14253 * custom.el (defface): Add `supports' to docstring.
14254
14255 * help-fns.el (help-argument-name): Add :group 'help.
14256
14257 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14258
14259 * find-dired.el (find-ls-subdir-switches): New user option.
14260 (find-dired): No longer call `abbreviate-file-name' on DIR.
14261 Set `dired-subdir-switches' buffer-locally.
14262
14263 * locate.el: Merge the two `Commentary' sections.
14264 (locate-ls-subdir-switches): New user option.
14265 (locate): Update for other changes.
14266 (locate-mode-map): Restore Dired binding for mouse-2.
14267 Bind `locate-mouse-view-file' to M-mouse-2.
14268 Bind `l' to `locate-do-redisplay'.
14269 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14270 (locate-mouse-view-file, locate-tags, locate-find-directory):
14271 Print message if used outside main listing.
14272 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14273 Various changes to support inserted subdirectories.
14274 (locate-insert-header): Change header of *Locate* buffer.
14275
14276 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14277 Change interactive default switches.
14278 (dired-rename-subdir-2): Update `dired-switches-alist'.
14279 (dired-insert-subdir, dired-kill-subdir):
14280 Handle `dired-switches-alist'. Do not mark buffer modified.
14281 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14282 (dired-insert-subdir-doinsert): Omit messages.
14283 Handle `dired-subdir-switches'.
14284 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14285
14286 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14287 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14288 subdirs if -R switch is used for a subdir.
14289 (dired-mode): Set `dired-switches-alist'.
14290 (dired-build-subdir-alist): Only print number of directories in
14291 echo area when invoked interactively.
14292
14293 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14294
14295 * dired-x.el (dired-omit-mode): Rename from
14296 dired-omit-files-p. Use define-minor-mode to define it.
14297 (dired-omit-files-p): Add as alias for dired-omit-mode.
14298 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14299 dired-mark-omitted.
14300 (dired-mark-omitted): Add. Bind to M-O.
14301
14302 2004-06-05 Kenichi Handa <handa@m17n.org>
14303
14304 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14305
14306 2004-06-05 Juanma Barranquero <lektu@terra.es>
14307
14308 * help-fns.el (help-argument-name): Reintroduce face.
14309 (help-default-arg-highlight): Use it, now that
14310 `face-differs-from-default-p' can be trusted.
14311
14312 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14313
14314 * textmodes/table.el: Sentence commands added to Point Motion
14315 group; kill and backward-kill commands added to Extraction group.
14316
14317 2004-06-04 Mario Lang <mlang@delysid.org>
14318
14319 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14320 systems appear to use mW, make the code handle this. Fix a
14321 division-by-zero bug while at it, and handle kernels with
14322 a slightly different layout in /proc/acpi.
14323
14324 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14325
14326 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14327 because the latter is a CL-ism. This fixes the bug reported by
14328 Shawn Boyette <mdxi@collapsar.net> in
14329 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14330
14331 2004-06-04 Miles Bader <miles@gnu.org>
14332
14333 * faces.el (display-supports-face-attributes-p): Function moved to
14334 C code. Previously only the tty-related portion of this function
14335 was done in C; however the previous attempt to do a halfway-proper
14336 job for non-tty displays in lisp didn't work properly because of
14337 funny conditions during Emacs startup.
14338 (face-differs-from-default-p): Simplify, now that
14339 display-supports-face-attributes-p works properly on all display
14340 types. Remove :stipple from comparison; it doesn't really work
14341 in emacs anyway.
14342
14343 2004-06-04 Miles Bader <miles@gnu.org>
14344
14345 * faces.el (face-differs-from-default-p): Use a different
14346 implementation, so we can really check whether FACE displays
14347 differently or not.
14348
14349 2004-06-04 Miles Bader <miles@gnu.org>
14350
14351 * faces.el (display-supports-face-attributes-p): Implement a
14352 `different from default' check for non-tty displays.
14353
14354 2004-06-03 David Kastrup <dak@gnu.org>
14355
14356 * woman.el (woman-mapcan): More concise code.
14357 (woman-topic-all-completions, woman-topic-all-completions-1)
14358 (woman-topic-all-completions-merge): Replace by a simpler and
14359 much faster implementation based on O(n log n) sort/merge instead
14360 of the old O(n^2) behavior.
14361
14362 2004-06-03 Miles Bader <miles@gnu.org>
14363
14364 * subr.el (read-number): Use canonical format for default in prompt.
14365
14366 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14367 Add regexp for " [...]" style defaults.
14368
14369 2004-06-02 Romain Francoise <romain@orebokech.com>
14370
14371 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14372 groups: if the user asks for a hidden buffer, open the
14373 corresponding filter group to expose it.
14374
14375 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14376 `ibuffer-jump-to-buffer'.
14377 (ibuffer-jump-offer-only-visible-buffers): New user option.
14378
14379 2004-06-02 Juanma Barranquero <lektu@terra.es>
14380
14381 * faces.el (frame-update-faces): Add empty docstring so the one
14382 for `ignore' doesn't show through.
14383
14384 * subr.el (process-kill-without-query): Remove spurious "\n" on
14385 obsolescence string.
14386 (focus-frame, unfocus-frame): Add obsolescence declaration and
14387 empty docstring.
14388
14389 * international/mule.el (register-char-codings): Make alias for
14390 `ignore'. Move docstring to obsolescence info and remove redundancy.
14391
14392 2004-06-02 Kim F. Storm <storm@cua.dk>
14393
14394 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14395 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14396
14397 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * comint.el (comint-replace-by-expanded-history-before-point):
14400 Obey `start' as the docstring says.
14401 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14402 (comint-update-fence): Prevent font-lock from running unnecessarily.
14403 (comint-dynamic-list-completions): Use with-current-buffer.
14404
14405 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14406
14407 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14408 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14409 (bibtex-entry-update): Handle alternatives and optional fields.
14410 (bibtex-parse-entry): Bugfix, handle empty key.
14411
14412 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14413
14414 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14415
14416 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14417
14418 * desktop.el (desktop-save): Don't save minor modes without a
14419 known mode initialization function.
14420
14421 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14422
14423 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14424
14425 * autorevert.el: Update `Commentary' section.
14426
14427 2004-05-30 Juanma Barranquero <lektu@terra.es>
14428
14429 * dos-fns.el (convert-standard-filename):
14430 * files.el (convert-standard-filename):
14431 * w32-fns.el (convert-standard-filename):
14432 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14433
14434 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14435
14436 Sync with Tramp.
14437
14438 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14439 (tramp-let-maybe): Move to an earlier spot in the file.
14440 Patch by Andreas Schwab.
14441
14442 2004-05-30 Andreas Schwab <schwab@suse.de>
14443
14444 * dired.el (dired-get-filename): Don't use dired-re-dot.
14445
14446 2004-05-30 Richard M. Stallman <rms@gnu.org>
14447
14448 * files.el (find-file): Doc fix.
14449
14450 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14451
14452 2004-05-30 Nick Roberts <nickrob@gnu.org>
14453
14454 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14455 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14456 modeline of the locals buffer.
14457 (gdb-goto-breakpoint): Handle gdbmi.
14458 (gdb-get-frame-number): Change for gdbmi.
14459
14460 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14461
14462 * files.el (file-remote-p): Apply file name handler for operation
14463 `file-remote-p'. It isn' a property any longer.
14464 (file-relative-name): `fh' and `fd' get the required value via
14465 `find-file-name-handler' already.
14466
14467 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14468 (top): Remove setting of `file-remote-p' property for
14469 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14470
14471 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14472
14473 Version 2.0.41 of Tramp released.
14474
14475 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14476 Throw away if process has died.
14477 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14478 (tramp-out-of-band-prompt-regexp): Rename to
14479 `tramp-process-alive-regexp', because its usage is widen.
14480 (tramp-actions-copy-out-of-band): Apply it.
14481 (tramp-actions-before-shell, tramp-multi-actions):
14482 Add `tramp-action-process-alive' action.
14483 (tramp-action-process-alive): New defun.
14484 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14485 Add entry for `file-remote-p'.
14486 (tramp-handle-file-remote-p): New defun.
14487 (top): Remove setting of `file-remote-p'. Don't set
14488 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14489
14490 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14491 `file-remote-p'.
14492
14493 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14494 counted for (last) line. [They should or they shouldn't? --Stef]
14495 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14496
14497 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14498
14499 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14500 not really necessary but seems to keep the shell history smaller
14501 in some cases. It is no substitute for setting HISTFILE and
14502 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14503 though. Suggested by Luc Teirlinck.
14504 (tramp-open-connection-setup-interactive-shell): Export variables
14505 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14506 (tramp-set-process-query-on-exit-flag): New compat function.
14507 (tramp-open-connection-multi, tramp-open-connection-su)
14508 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14509 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14510 (tramp-let-maybe): New macro, let-binds a variable only if it
14511 isn't obsolete.
14512 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14513 (tramp-handle-file-truename): Use it.
14514 (tramp-completion-file-name-regexp-unified): Avoid matching
14515 filenames starting with "/:" -- those are reserved for
14516 file-name-non-special.
14517
14518 * tramp-smb.el (tramp-smb-open-connection):
14519 Use tramp-set-process-query-on-exit-flag compat function.
14520
14521 2004-05-29 Richard M. Stallman <rms@gnu.org>
14522
14523 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14524
14525 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14526 (eval-last-sexp-print-value): Print char equivalent regardless
14527 of standard-output value.
14528
14529 * thumbs.el (thumbs-subst-char-in-string): Delete.
14530 (thumbs-thumbname): Use subst-char-in-string.
14531 (thumbs-resize-image): Use condition-case, not ignore-errors.
14532 (thumbs-kill-buffer): Likewise.
14533
14534 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14535 (thumbs-mode): Make buffer read-only.
14536 (thumbs-make-thumb): Unconditionally accept an existing file.
14537 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14538 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14539 (thumbs-show-thumbs-list): Error if images not supported.
14540 (thumbs-save-current-image): Improve prompt string.
14541 (thumbs-mode-map): Define u, R, x.
14542 (thumbs-unmark): New command.
14543 (thumbs-emboss-image): Minor cleanup.
14544 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14545 (thumbs-rename-images): New command.
14546 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14547
14548 * thumbs.el (thumbs-current-image): New function.
14549 (thumbs-file-list, thumbs-file-alist): New functions.
14550 (thumbs-find-image): Delete arg L.
14551 Don't set up thumbs-fileL as buffer-local global var.
14552 (thumbs-find-image-at-point): Use thumbs-current-image.
14553 (thumbs-set-image-at-point-to-root-window): Likewise.
14554 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14555 Record and warn about errors. Update thumbs-markedL for deletions.
14556 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14557 (thumbs-redraw-buffer): Use thumbs-file-list.
14558 (thumbs-mark): Use thumbs-current-image.
14559 (thumbs-show-name): Use thumbs-current-image.
14560
14561 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14562 and imenu--last-menubar-index-alist.
14563
14564 * subr.el (with-selected-window): Undo previous change.
14565
14566 2004-05-29 John Paul Wallington <jpw@gnu.org>
14567
14568 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14569 (thumbs-mouse-find-image): New command.
14570 (thumbs-mode-map): Bind it to mouse-2.
14571 (thumbs-mode): Make mode-class special.
14572 (thumbs-view-image-mode): Likewise.
14573
14574 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14575
14576 * flymake.el: New file.
14577
14578 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14579
14580 * files.el (find-file-noselect-1): Do not bind
14581 `inhibit-read-only' to t during execution of
14582 `find-file-not-found-functions'.
14583
14584 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14587 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14588
14589 2004-05-28 Juri Linkov <juri@jurta.org>
14590
14591 * simple.el (eval-expression-print-format): New fun.
14592
14593 * simple.el (eval-expression):
14594 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14595 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14596 (edebug-eval-expression): Print additionally the value returned by
14597 `eval-expression-print-format'.
14598
14599 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14600 (insert-pair): Make arguments optional. Find character pair
14601 from `insert-pair-alist' according to the last input event.
14602 (insert-parentheses): Make arguments optional.
14603 (raise-sexp, delete-pair): New funs.
14604
14605 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14606 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14607 Bind C-M-q to `indent-pp-sexp'.
14608
14609 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14610 `pp-to-string' modified to be able to format text with newlines.
14611 (pp-to-string): Move the buffer-formatting part of the code to
14612 `pp-buffer'. Call `pp-buffer'.
14613
14614 * info.el (Info-desktop-buffer-misc-data): Don't save information
14615 about virtual files.
14616 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14617 buffers with names obtained from the desktop file instead of the
14618 default *info* buffer.
14619
14620 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * subr.el (with-selected-window): Only save/restore the selected window.
14623
14624 * progmodes/compile.el (compilation-error-regexp-alist):
14625 Use expand-file-name and data-directory.
14626
14627 * progmodes/grep.el (grep-tree): Rework previous fix.
14628
14629 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14630 after the user marked text with the mouse.
14631
14632 * startup.el (command-line): Keep the first regexp of
14633 auto-save-file-name-transforms intact.
14634
14635 2004-05-28 Juanma Barranquero <lektu@terra.es>
14636
14637 * cus-edit.el (customize-face, customize-face-other-window)
14638 (custom-face-edit-delete): Make arguments match their use in
14639 docstring.
14640 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14641 docstring.
14642
14643 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14644 not `cvs-butlast'.
14645
14646 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14647 `nbutlast' are in subr.el).
14648
14649 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14650 (set-w32-system-coding-system): Doc fixes.
14651
14652 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14653 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14654 Make arguments match their use in docstring.
14655 (artist-draw-region-trim-line-endings)
14656 (artist-mouse-choose-operation): Fix typo in docstring.
14657 (artist-key-set-point-common): Doc fix.
14658
14659 2004-05-28 Simon Josefsson <jas@extundo.com>
14660
14661 * mail/smtpmail.el (smtpmail-open-stream):
14662 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14663
14664 2004-05-26 Simon Josefsson <jas@extundo.com>
14665
14666 * starttls.el: Merge with my GNUTLS based starttls.el.
14667 (starttls-gnutls-program, starttls-use-gnutls)
14668 (starttls-extra-arguments, starttls-process-connection-type)
14669 (starttls-connect, starttls-failure, starttls-success): New variables.
14670 (starttls-program, starttls-extra-args): Doc fix.
14671 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14672 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14673 and pass on to corresponding *-gnutls function if it is set.
14674
14675 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14676
14677 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14678 remote files.
14679
14680 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14681
14682 * files.el (file-name-non-special): There are more operations
14683 which need handling: `find-backup-file-name',
14684 `insert-file-contents', `verify-visited-file-modtime',
14685 `write-region'. Rename t value of method to `add'. Add new
14686 methods `quote' and `unquote-then-quote' to file-arg-indices.
14687
14688 2004-05-25 Juri Linkov <juri@jurta.org>
14689
14690 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14691 (Info-index-nodes): Enclose code in condition-case to catch errors.
14692 (Info-index-node): Don't search all index nodes if request is only
14693 for the current node and file is not in the cache of index nodes.
14694 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14695 for consistency with dired-copy-filename-as-kill.
14696 Bind `S' to Info-search-case-sensitively.
14697 (Info-copy-current-node-name): New arg. With zero prefix arg put
14698 the name inside a function call to `info'. Display copied text in
14699 the echo area.
14700
14701 2004-05-25 Sam Steingold <sds@gnu.org>
14702
14703 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14704 strip the package prefix from the symbol name, if any.
14705 Make it the `find-tag-default-function' for `lisp-mode'.
14706
14707 2004-05-25 John Paul Wallington <jpw@gnu.org>
14708
14709 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14710 instead of obsolete `process-kill-without-query'.
14711
14712 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14713 Declare as variable, not constant.
14714
14715 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14716
14717 * files.el (find-file-noselect-1): Fix bug introduced by
14718 Revision 1.694. As a side effect, `inhibit-read-only'
14719 is again, by default, t during execution of
14720 `find-file-not-found-functions'.
14721 (insert-directory): Check that lines were really inserted by
14722 the --dired switch, before erasing them.
14723
14724 2004-05-24 Nick Roberts <nickrob@gnu.org>
14725
14726 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14727 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14728 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14729 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14730 gud-minor-mode (gdbmi).
14731
14732 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14733
14734 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14735 explicitly select the text to be taken as URL.
14736
14737 2004-05-23 Juri Linkov <juri@jurta.org>
14738
14739 * info.el (Info-index-nodes): New var and fun.
14740 (Info-goto-index, Info-index, info-apropos)
14741 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14742 (Info-index): Fix docstring. Store and restore Info-history-list.
14743 (Info-complete-nodes): New var.
14744 (Info-complete-menu-item): Use it.
14745 (Info-index-node): New fun.
14746 (Info-final-node, Info-forward-node, Info-backward-node)
14747 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14748 Use Info-index-node.
14749 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14750 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14751 (Info-find-node-2): If a node with period in its name not found,
14752 try to find a node without the name part after period.
14753 (Info-select-node): Call Info-fontify-node only if
14754 Info-fontify-maximum-menu-size is not nil.
14755 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14756 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14757 Preserve Info-history-list.
14758 (Info-toc): Set Info-current-file.
14759 (Info-build-toc): Move point to the beginning of the buffer.
14760 Add main-file variable.
14761 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14762 Use backslashed representation of the control character ^_.
14763
14764 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14765 numbers in the new Texinfo 4.7 format.
14766
14767 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14768 regexps for function and variable names.
14769
14770 * descr-text.el (describe-property-list): Add [show] button for
14771 `syntax-table' property with action to pp to a separate buffer.
14772 (describe-char): Replace search-forward by re-search-forward with
14773 whitespace regexp after "character:" to not fail in too narrow windows.
14774
14775 * simple.el (next-error-find-buffer): Add a rule to return
14776 next-error capable buffer if one window on the selected frame
14777 displays such buffer.
14778
14779 2004-05-23 Nick Roberts <nickrob@gnu.org>
14780
14781 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14782 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14783 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14784 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14785 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14786 Handle new value for gud-minor-mode (gdbmi).
14787 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14788 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14789 Change from local to global gdb variable set.
14790 (gdb-ann3): Initialise above gdb variable set.
14791 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14792 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14793 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14794 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14795 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14796 (gdb-info-locals-handler, gdb-invalidate-assembler)
14797 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14798 set as global variables.
14799 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14800 Handle gdbmi.
14801 (gdb-info-breakpoints-custom): Fix regexp.
14802 (def-gdb-var): Delete.
14803
14804 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14805 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14806 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14807 a new mode. The file (gdb-mi.el) for this mode will be included
14808 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14809 primary interface.
14810
14811 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14812
14813 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14814 interpreted as a directory.
14815
14816 2004-05-22 Richard M. Stallman <rms@gnu.org>
14817
14818 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14819 as a close quote.
14820
14821 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14822
14823 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14824 Use assoc-string, not assoc-ignore-case.
14825
14826 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14827
14828 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14829 If moving back then fwd gets a defun that ends before point,
14830 try again moving fwd then back.
14831
14832 * files.el (file-name-non-special): Allow t in file-arg-indices
14833 to mean requote the return value. Use `identity' as an element
14834 rather than as the whole value.
14835
14836 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14837
14838 2004-05-22 Juanma Barranquero <lektu@terra.es>
14839
14840 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14841 `help-make-usage'.
14842 (help-highlight-arguments): Skip function name before searching
14843 for arguments.
14844
14845 2004-05-21 Juanma Barranquero <lektu@terra.es>
14846
14847 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14848 Don't mention in the docstring these arguments meant for
14849 internal (recursive) use only.
14850 (allout-char-spec): Comment out (it's not implemented).
14851 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14852 obsolescence declaration.
14853 (allout-flatten-exposed-to-buffer)
14854 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14855 (my-mark-marker): Doc fix.
14856 (produce-allout-mode-map, allout-sibling-index)
14857 (allout-isearch-expose, allout-distinctive-bullet)
14858 (allout-open-topic, allout-reindent-body)
14859 (allout-rebullet-heading, allout-process-exposed)
14860 (allout-insert-listified, allout-latex-verb-quote)
14861 (allout-insert-latex-header, allout-insert-latex-trailer):
14862 Make arguments match their use in docstring.
14863 (allout-primary-bullet, allout-old-style-prefixes)
14864 (allout-inhibit-protection, allout-init, allout-mode)
14865 (allout-before-change-protect, allout-flag-region):
14866 Use "Emacs" instead of "emacs" in docstrings.
14867
14868 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14869
14870 * international/characters.el: Modify syntax of more characters.
14871
14872 2004-05-21 Masatake YAMATO <jet@gyve.org>
14873
14874 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14875 (etags-tags-completion-table): Show parsing progress.
14876
14877 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14878
14879 * locate.el (locate-prompt-for-command): Shorten first line of
14880 docstring.
14881 (locate-mode): Expand docstring and include keymap summary.
14882
14883 * files.el (find-file-noselect-1): Limit the scope of the
14884 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14885 is, by default, nil during the execution of
14886 `find-file-not-found-functions' and `find-file-hook'.
14887
14888 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14889
14890 * facemenu.el (facemenu-color-name-equal): New function.
14891 (list-colors-display): Use it to compare colors instead of
14892 facemenu-color-equal.
14893
14894 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14895
14896 * compare-w.el (compare-windows-face): Use min-colors instead of
14897 checking for tty or pc types.
14898
14899 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14900
14901 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14902 (completion-setup-function): Use with-current-buffer.
14903 Properly save excursion. Simplify.
14904 Don't assume there is necessarily a `mouse-face' property somewhere.
14905
14906 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14907
14908 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14909
14910 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14911 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14912 Use with-current-buffer.
14913 (byte-goto-log-buffer): Delete.
14914 (byte-compile-log-file): Call compilation-forget-errors.
14915
14916 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14917
14918 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14919 output messages into the search result.
14920
14921 2004-05-19 Masatake YAMATO <jet@gyve.org>
14922
14923 * wid-edit.el (widget-radio-button-notify): Revert my last
14924 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14925
14926 2004-05-19 Kenichi Handa <handa@m17n.org>
14927
14928 * international/characters.el: Fix syntax (open/close) of CJK chars.
14929
14930 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14931
14932 * help-mode.el (help-go-back): Don't depend on position of back button.
14933
14934 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14937 files files don't contain an accidental additional /.
14938
14939 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14940 in source buffer.
14941
14942 2004-05-18 Masatake YAMATO <jet@gyve.org>
14943
14944 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14945 to widget-apply. :action method assumes 2 arguments, not 3.
14946
14947 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14948
14949 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14950 New constants.
14951 (hs-special-modes-alist): Add an f90-mode entry.
14952
14953 2004-05-17 Sam Steingold <sds@gnu.org>
14954
14955 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14956 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14957
14958 2004-05-16 Kim F. Storm <storm@cua.dk>
14959
14960 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14961
14962 2004-05-15 John Wiegley <johnw@newartisans.com>
14963
14964 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14965 (eshell-output-object-to-target): Improve output speed 20% by not
14966 calling `eshell-stringify' if something is already known to be a string.
14967
14968 2004-05-15 Alex Ott <ott@jet.msk.su>
14969
14970 * textmodes/ispell.el (ispell-local-dictionary-alist):
14971 Add windows-1251 to the choice of coding systems.
14972 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14973 encoded in cp1251.
14974
14975 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14976
14977 * progmodes/compile.el (compilation-warning-face)
14978 (compilation-info-face): Use min-colors.
14979
14980 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14981
14982 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14983 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14984 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14985 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14986 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14987 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14988 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14989 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14990 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14991 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14992 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14993 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14994 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14995 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14996
14997 2004-05-15 Kim F. Storm <storm@cua.dk>
14998
14999 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
15000 Use it to set triggered-p element of timer.
15001 (timer-event-handler): Set triggered-p element non-nil while running
15002 the timer function.
15003
15004 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * descr-text.el (describe-char-unicode-data)
15007 (describe-char-unicodedata-file): Re-enable the unicode code now that
15008 the licensing issues have been cleared in the unicode-4 license.
15009 (describe-text-properties-1): Remove unused `overlay' var.
15010 (describe-char): Remove unused var `buffer'.
15011
15012 2004-05-14 David Ponce <david@dponce.com>
15013
15014 * tree-widget.el: New file.
15015
15016 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15017
15018 * language/european.el ("Brazilian Portuguese"): Add support for
15019 Brazilian Portuguese.
15020
15021 2004-05-13 John Wiegley <johnw@newartisans.com>
15022
15023 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15024 `recentf-mode' if this variable has been customized to t.
15025
15026 * eshell/esh-test.el (eshell-test): Call the function
15027 `emacs-version' rather than trying to build a custom version string.
15028
15029 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 * net/telnet.el (telnet-mode): Use define-derived-mode.
15032 Don't modify the global value of comint-prompt-regexp.
15033
15034 2004-05-13 John Paul Wallington <jpw@gnu.org>
15035
15036 * version.el (emacs-version): Check for `gtk' feature before
15037 `x-toolkit' feature.
15038
15039 2004-05-13 Juanma Barranquero <lektu@terra.es>
15040
15041 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15042 arguments in the docstring, they're used only in recursive calls.
15043
15044 * help-fns.el (help-arg-highlighting-function)
15045 (help-argument-name): Delete.
15046 (help-default-arg-highlight): New function.
15047 (help-do-arg-highlighting): Use it.
15048
15049 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15050
15051 * calendar/appt.el (appt-disp-window):
15052 Use `calendar-set-mode-line' for a centered mode-line.
15053
15054 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15055
15056 * calendar/appt.el (appt-disp-window): Do not split window
15057 excessively when `split-height-threshold' is low.
15058
15059 2004-05-12 Nick Roberts <nickrob@gnu.org>
15060
15061 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15062 kill-buffer-hook here and make it local.
15063 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15064
15065 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15066
15067 * progmodes/compile.el (compilation-set-window-height):
15068 Use save-excursion to protect against misplaced marker.
15069
15070 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15071
15072 * custom.el (defface): Document that type can have value gtk.
15073
15074 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15075
15076 2004-05-12 Kenichi Handa <handa@m17n.org>
15077
15078 * descr-text.el: Require quail at comile time.
15079 (describe-char): If an input method is on and it supports the
15080 character, show how to input it.
15081
15082 * international/quail.el (quail-install-decode-map): Accept a
15083 char-table whose subtype is `quail-decode-map'.
15084 (quail-store-decode-map-key, quail-gen-decode-map1)
15085 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15086 (quail-show-key): New functions.
15087
15088 2004-05-12 Juanma Barranquero <lektu@terra.es>
15089
15090 * generic.el (define-generic-mode): Remove redundant arglist info.
15091
15092 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15093 Make arguments match their use in docstring.
15094 (help-arg-highlighting-function): New variable.
15095 (help-argument-name): Mention it in the docstring.
15096 (help-do-arg-highlight): Use it. Expand regexp to accept also
15097 ARG-xxx and xxx-ARG references.
15098
15099 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15100
15101 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15102 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15103 and "mailto:addr1?to=addr2" equal.
15104
15105 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15106
15107 * man.el (Man-getpage-in-background): Use shell-file-name
15108 and shell-command-switch variables instead of hard-coded values.
15109
15110 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15111
15112 * iimage.el: New file.
15113
15114 2004-05-11 Juanma Barranquero <lektu@terra.es>
15115
15116 * custom.el (custom-initialize-default, defcustom):
15117 Fix typo in docstring.
15118
15119 * files.el (set-visited-file-name, file-expand-wildcards):
15120 Fix docstring.
15121
15122 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15125
15126 * subr.el (eventp): Be more discriminating with integers.
15127
15128 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15129
15130 * progmodes/compile.el (compile): Add universal prefix arg.
15131 (compilation-error-regexp-alist-alist): Add edg patterns.
15132
15133 2004-05-10 Sam Steingold <sds@gnu.org>
15134
15135 * textmodes/ispell.el (ispell-message):
15136 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15137
15138 2004-05-10 Dave Love <fx@gnu.org>
15139
15140 * progmodes/python.el (help-buffer): Autoload when compiling.
15141 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15142 (run-python): Prepend to any existing PYTHONPATH.
15143
15144 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15145
15146 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15147 for pending breakpoints.
15148
15149 2004-05-10 Richard M. Stallman <rms@gnu.org>
15150
15151 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15152 directly without calling any functions in Rmail.
15153 (unrmail-unprune): Function deleted.
15154
15155 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15158 C-c C-z binding.
15159
15160 2004-05-10 Kenichi Handa <handa@m17n.org>
15161
15162 * descr-text.el (describe-char): Fix previous change. Don't make
15163 a unibyte character to multibyte in the *Help* buffer.
15164
15165 2004-05-10 Miles Bader <miles@gnu.org>
15166
15167 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15168 buffer an error if the debugger process is actually running.
15169
15170 2004-05-10 Juanma Barranquero <lektu@terra.es>
15171
15172 * help-fns.el (help-argument-name): Default to italic.
15173 (help-highlight-arguments): Return always (usage . doc), even when
15174 usage is nil.
15175
15176 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15177 (define-ibuffer-filter): Add usage info.
15178 (define-ibuffer-op): Add usage info (but CL-style defaults for
15179 keyword args are not shown).
15180
15181 * subr.el (remove-overlays, read-passwd): Fix docstring.
15182 (start-process-shell-command): Fix docstring. Put usage info in a
15183 format usable by `describe-function'.
15184 (open-network-stream, open-network-stream-nowait)
15185 (open-network-stream-server): Fix docstring.
15186
15187 2004-05-09 Jason Rumney <jasonr@gnu.org>
15188
15189 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15190 Only define cp125* if windows-125* is already defined.
15191
15192 * language/korean.el (cp949): Add alias.
15193
15194 * language/chinese.el (cp936, cp950): Add aliases.
15195
15196 * language/japanese.el (cp932): Add alias.
15197
15198 * term/w32-win.el: Require code-pages.
15199
15200 * international/mule-cmds.el (set-locale-environment):
15201 On MS-Windows use ansi code-page for default coding-systems.
15202 Set up paper sizes for Windows 3 letter languages.
15203
15204 * international/code-pages.el (cp932, cp936, cp949, cp950):
15205 Add aliases. Also add cp125* if not already defined.
15206
15207 2004-05-09 Juanma Barranquero <lektu@terra.es>
15208
15209 * help-fns.el (help-highlight-arguments): Don't try to highlight
15210 missing or autoloaded arglists. Accept structured arguments, like
15211 the first ones of `do' and `flet'.
15212
15213 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15214 (cvs-get-marked): Remove redundant arglist info.
15215
15216 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15217 Don't use CL-style default args.
15218
15219 2004-05-08 Andreas Schwab <schwab@suse.de>
15220
15221 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15222
15223 * international/subst-ksc.el: Fix references to utf-translate-cjk
15224 into utf-translate-cjk-mode.
15225 * international/subst-big5.el: Likewise.
15226 * international/subst-gb2312.el: Likewise.
15227 * international/subst-jis.el: Likewise.
15228 * international/utf-16.el: Likewise.
15229 * international/utf-8.el: Likewise.
15230
15231 2004-05-08 John Wiegley <johnw@newartisans.com>
15232
15233 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15234 "virtual buffers" (off by default), which makes it possible to
15235 switch to the "virtual" buffers of recently visited files. When a
15236 buffer name search fails, and this option is on, iswitchb will
15237 look at the list of recently visited files, and permit matching
15238 against those names. When the user hits RET on a match, it will
15239 revisit that file.
15240 (iswitchb-read-buffer): Add two optional arguments, which makes
15241 isearchb.el possible.
15242 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15243 (iswitchb-next-match): Add support for virtual buffers.
15244
15245 * isearchb.el: This module extends iswitchb to provide "as you
15246 type" buffer selection.
15247
15248 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15249 Ignore the read-only property when flyspell highlighting is on.
15250 Not ignoring it leads to a series of confusing errors.
15251 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15252 but also make sure to call flyspell-incorrect-hook.
15253 (flyspell-maybe-correct-transposition): Perform transposition test
15254 by bit twiddling a string, rather than using a temp buffer.
15255 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15256 buffer. This is also the original version of the code, which
15257 could not be checked in before due to a previous lack of
15258 assignment papers. This version has seen heavy usage on my system
15259 for several years now.
15260
15261 * calendar/cal-bahai.el: New file, which adds support for the
15262 Baha'i calendar to Emacs. This calendar is based on a solar year
15263 of 19 months of 19 days, with 4 intercalary days. Each year
15264 begins on March 21, with the calendar starting in 1844.
15265
15266 * calendar/cal-menu.el, calendar/calendar.el
15267 * calendar/diary-lib.el, calendar/holidays.el:
15268 Added support for using cal-bahai.el.
15269
15270 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15271 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15272 function can be used outside of eshell buffers.
15273 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15274
15275 2004-05-08 Juanma Barranquero <lektu@terra.es>
15276
15277 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15278 word constituent so FOO-ARG is not recognized as an arg.
15279 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15280
15281 * simple.el (next-error): Fix typo in docstring.
15282 (open-line): Make argument names match their use in docstring.
15283 (split-line): Fix docstring.
15284
15285 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15286 usable by `describe-function'.
15287 (gensym, gentemp, typep, ignore-errors): Make argument names match
15288 their use in docstring.
15289
15290 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15291 argument to `help-setup-xref'.
15292
15293 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15294
15295 Version 2.0.40 of Tramp released.
15296
15297 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15298 Use symbol-function to invoke functions only known on some Emacs
15299 flavors. This avoids byte-compiler warnings. Reported by Kevin
15300 Scaldeferri <kevin@scaldeferri.com>.
15301 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15302 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15303 consistent with the other tramp-do-* functions.
15304 (tramp-do-copy-or-rename-file): Calls adjusted.
15305 (tramp-process-initial-commands): Avoid liveness check on shell --
15306 we know that it must be alive since we're opening a connection at
15307 this moment.
15308 (tramp-last-cmd): New internal variable.
15309 (tramp-process-echoes): New tunable.
15310 (tramp-send-command): Set tramp-last-cmd.
15311 (tramp-wait-for-output): Delete echo, if applicable.
15312 (tramp-read-passwd): Construct the key for the password cache in a
15313 way that works for multi methods, too.
15314 (tramp-bug): Add backup-directory-alist and
15315 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15316
15317 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15318
15319 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15320
15321 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15322 (tramp-actions-copy-out-of-band): New defcustoms.
15323 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15324 used instead of a synchronous one. Allows password entering.
15325 (tramp-action-out-of-band): New defun.
15326 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15327 Remove restriction with password from doc string.
15328 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15329 `tramp-out-of-band-prompt-regexp',
15330 `tramp-actions-copy-out-of-band', `password-cache' and
15331 `password-cache-expiry'.
15332 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15333 password caching.
15334 (tramp-touch): FILE can be a local file, too.
15335 (TODO): Remove items done.
15336 (tramp-handle-insert-directory): Properly quote file name also if
15337 not full-directory-p. Handle wildcard case. Reported by Andreas
15338 Schwab <schwab@suse.de>.
15339 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15340 new file.
15341 (tramp-handle-file-local-copy, tramp-handle-write-region):
15342 The permissions of the temporary file are set if filename exists.
15343 Reported by Ted Stern <stern@cray.com>.
15344 (tramp-backup-directory-alist)
15345 (tramp-bkup-backup-directory-info): New defcustoms.
15346 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15347 (tramp-handle-find-backup-file-name): New function.
15348 Implements Tramp's find-backup-file-name.
15349
15350 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15351 for `find-backup-file-name'.
15352
15353 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15354 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15355
15356 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15357
15358 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15359
15360 2004-05-07 Juanma Barranquero <lektu@terra.es>
15361
15362 * subr.el (lambda): Add arglist description to docstring.
15363 (declare): Fix typo in docstring.
15364 (open-network-stream): Fix docstring.
15365 (process-kill-without-query): Fix docstring and add obsolescence info.
15366 (last, butlast, nbutlast): Make arguments match their use in docstring.
15367 (insert-buffer-substring-no-properties): Likewise.
15368 (insert-buffer-substring-as-yank): Likewise.
15369 (split-string): Fix docstring.
15370
15371 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15372 Make argument names match their use in docstring.
15373
15374 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15375
15376 2004-05-06 Nick Roberts <nickrob@gnu.org>
15377
15378 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15379 Fit first sentence on one line for apropos-command.
15380
15381 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15382
15383 Changes largely merged in from Dave Love's code.
15384 * progmodes/python.el: Doc fixes.
15385 (python-mode-map): Add python-complete-symbol.
15386 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15387 (python-comment-indent, python-complete-symbol)
15388 (python-symbol-completions, python-partial-symbol)
15389 (python-try-complete): New.
15390 (python-indent-line): Remove optional arg. Use python-block-end-p.
15391 (python-check): Bind compilation-error-regexp-alist.
15392 (inferior-python-mode): Use rx. Move keybindings to top level.
15393 Set comint-input-filter.
15394 (python-preoutput-filter): Use rx.
15395 (python-input-filter): Re-introduce.
15396 (python-proc): Start new process if necessary.
15397 Check python-buffer non-nil.
15398 (view-return-to-alist): Defvar.
15399 (python-send-receive): New.
15400 (python-eldoc-function): Use it.
15401 (python-mode-running): Don't defvar.
15402 (python-mode): Set comment-indent-function.
15403 Maybe update hippie-expand-try-functions-list.
15404 (python-indentation-levels): Initialize differently.
15405 (python-block-end-p): New.
15406 (python-indent-line): Use it.
15407 (python-compilation-regexp-alist): Augment.
15408 (run-python): Import `emacs' module to Python rather than loading
15409 code directly. Set python-buffer differently.
15410 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15411 Use python-proc.
15412 (python-send-command): Go to end of comint buffer.
15413 (python-load-file): Use python-proc, emacs.eimport.
15414 (python-describe-symbol): Simplify interactive form.
15415 Use emacs.help. Do use temp-buffer-show-hook.
15416 Call print-help-return-message.
15417 (hippie-exp): Require when compiling.
15418 (python-preoutput-continuation): Use rx.
15419
15420 * diff-mode.el (diff-make-unified): Fix regexp.
15421
15422 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15423
15424 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15425 filter groups from the buffer when rebuilding the Ibuffer buffer
15426 and `ibuffer-show-empty-filter-groups' is nil.
15427
15428 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15429
15430 * ps-print.el (ps-print-quote): Call ps-value-string.
15431 (ps-setup): Call ps-comment-string.
15432 (ps-value-string, ps-comment-string): New funs.
15433
15434 2004-05-06 Juanma Barranquero <lektu@terra.es>
15435
15436 * ehelp.el (electric-help-command-loop): Check whether the last
15437 character is visible, not (point-max).
15438
15439 * help-fns.el (help-argument-name): Default to bold; don't inherit
15440 from font-lock-variable-name-face.
15441 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15442
15443 2004-05-05 Kenichi Handa <handa@m17n.org>
15444
15445 * descr-text.el (describe-char): Copy the character with text
15446 properties and overlays into the first line, and call
15447 describe-text-properties on it.
15448
15449 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15450
15451 * iswitchb.el (iswitchb-global-map): Fix typo.
15452 Remove unwanted ###autoloads from source file.
15453
15454 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15455
15456 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15457 in run-hooks. Use substitute-command-keys in message.
15458 (wdired-abort-changes): Add message.
15459
15460 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15461
15462 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15463 (sql-emacs20-p): Remove.
15464 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15465 (sql-builtin-face, sql-doc-face): Remove.
15466 (sql-mode-ansi-font-lock-keywords)
15467 (sql-mode-oracle-font-lock-keywords)
15468 (sql-mode-postgres-font-lock-keywords)
15469 (sql-mode-linter-font-lock-keywords)
15470 (sql-mode-ms-font-lock-keywords)
15471 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15472 (sql-product-font-lock): Fix font-lock reset when font rules change.
15473 (sql-highlight-product): Remove incorrect font-lock reset logic.
15474
15475 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15476
15477 * ses.el (ses-set-parameter): Fix typo.
15478
15479 2004-05-04 Kim F. Storm <storm@cua.dk>
15480
15481 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15482 Must expand directory for completion to work; and don't mess with
15483 process-environment.
15484 (ido-read-file-name): If command has ido property, don't use ido
15485 if value is ignore, or read as directory if value is dir.
15486 Set ido ignore property for dired-do-rename command.
15487
15488 2004-05-04 Juanma Barranquero <lektu@terra.es>
15489
15490 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15491 (electric-help-help): Check against unmapped commands.
15492
15493 * help-fns.el (help-argument-name): New face, inheriting from
15494 font-lock-variable-name-face, to highlight function arguments in
15495 `describe-function' and `describe-key'.
15496 (help-do-arg-highlight): Auxiliary function to highlight a given
15497 list of arguments in a string.
15498 (help-highlight-arguments): Highlight the function arguments and
15499 all uses of them in the docstring.
15500 (describe-function-1): Use it. Do docstring output via `insert',
15501 not 'princ', so text attributes are preserved.
15502
15503 * winner.el (winner-mode-map): Move `winner-undo' and
15504 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15505 previous bindings conflict with `prev-buffer', `next-buffer').
15506
15507 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15508
15509 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15510 (bibtex-entry-update): New command bound to C-c C-u.
15511 (bibtex-text-in-string): Fix regexp.
15512 (bibtex-assoc-of-regexp): Remove.
15513 (bibtex-progress-message): Fix docstring.
15514 (bibtex-inside-field): Use if.
15515 (bibtex-assoc-regexp): New function.
15516 (bibtex-format-entry): Make code more robust so that it formats
15517 also old entries.
15518 (bibtex-autokey-demangle-title): Merge with obsolete function
15519 bibtex-assoc-of-regexp.
15520 (bibtex-field-list): New function.
15521 (bibtex-entry): Use bibtex-field-list.
15522 (bibtex-parse-entry): Fix docstring.
15523 (bibtex-print-help-message): Use bibtex-field-list.
15524 (bibtex-make-field): Use bibtex-field-list.
15525 (bibtex-entry-index): Bugfix. Return crossref key if required.
15526 (bibtex-lessp): Fix docstring.
15527
15528 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15529
15530 * select.el (xselect-convert-to-string): Move comment to intended line.
15531
15532 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15533
15534 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15535 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15536
15537 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15538
15539 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15540 x-get-selection.
15541
15542 2004-05-03 Jason Rumney <jasonr@gnu.org>
15543
15544 * makefile.nt: Remove.
15545
15546 2004-05-03 Kim F. Storm <storm@cua.dk>
15547
15548 * emulation/cua-base.el (cua--update-indications): Fix last change.
15549 (cua-mode): Deactivate mark when cua-mode is enabled.
15550
15551 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15552
15553 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15554
15555 2004-05-03 Nick Roberts <nickrob@gnu.org>
15556
15557 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15558 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15559 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15560 window over visible frames.
15561 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15562
15563 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * progmodes/compile.el (compilation-gcpro): New var.
15566 (compilation-fake-loc): Use it.
15567 (compilation-forget-errors): Reset it.
15568
15569 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15570
15571 * diff-mode.el (diff-header-face, diff-file-header-face):
15572 Use min-colors.
15573
15574 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15575
15576 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15577 (bibtex-clean-entry): Disentangle code.
15578 (bibtex-realign): New function.
15579 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15580 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15581 Remove undocumented optional arg called-by-convert-alien.
15582 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15583 for sorting instead of bibtex-sort-buffer.
15584
15585 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15586
15587 * progmodes/compile.el (compilation-start): In the
15588 no-async-subprocesses branch, call sit-for to give redisplay a
15589 chance to show the updated process status in the mode line, and
15590 fontify the buffer explicitly after the process exits.
15591
15592 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * progmodes/python.el (python-compilation-line-number): Remove.
15595 (python-compilation-regexp-alist): Don't use it any more.
15596 (python-orig-start, python-input-filter): Remove.
15597 (inferior-python-mode): Don't set up comint-input-filter-functions.
15598 (python-send-region): Use compilation-fake-loc.
15599
15600 * progmodes/compile.el (compilation-messages-start): New var.
15601 (compilation-mode): Don't setup next-error-function here.
15602 (compilation-setup): Set it up here instead (for minor modes as well).
15603 Make compilation-messages-start buffer local.
15604 (compilation-next-error-function): Use it.
15605 (compilation-forget-errors): Set compilation-messages-start.
15606
15607 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15608
15609 * ielm.el (ielm-prompt-read-only): Update docstring.
15610
15611 * comint.el (comint-prompt-read-only): Update docstring.
15612 (comint-update-fence, comint-kill-whole-line)
15613 (comint-kill-region): New functions.
15614
15615 * simple.el (kill-whole-line): Use "p" instead of "P" in
15616 interactive form.
15617
15618 2004-05-01 Juanma Barranquero <lektu@terra.es>
15619
15620 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15621 format arglist so default values in CL-style argument lists are
15622 correctly shown.
15623
15624 2004-05-01 Jason Rumney <jasonr@gnu.org>
15625
15626 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15627
15628 2004-05-01 Kenichi Handa <handa@m17n.org>
15629
15630 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15631 quail file if it is up to date.
15632
15633 2004-04-30 Juri Linkov <juri@jurta.org>
15634
15635 * cus-edit.el (custom-mode-map):
15636 Add key binding `C-x C-s' to `Custom-save'.
15637
15638 * outline.el (outline-blank-line): New var.
15639 (outline-next-preface, outline-show-heading)
15640 (outline-end-of-subtree): Use it.
15641
15642 * dired-aux.el (dired-touch-initial): New fun.
15643 (dired-do-chxxx): Call it for op-symbol `touch'.
15644 (dired-diff): Use `dired-dwim-target-directory'
15645 if current dired buffer has no buffer mark.
15646
15647 * bindings.el (propertized-buffer-identification):
15648 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15649 Add C-M-arrow keys for consistency.
15650
15651 * files.el (confirm-kill-emacs):
15652 Change group from top-level `emacs' to `convenience'.
15653
15654 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15655 Push mark on the first call of successive command calls.
15656 (insert-pair): New fun created from `insert-parentheses' with
15657 `open' and `close' arguments added. Enclose active regions
15658 in paired characters. Compare adjacent characters syntax with
15659 inserted characters syntax before inserting a space.
15660 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15661
15662 * delsel.el: Don't put `delete-selection' property
15663 on `insert-parentheses' symbol to take advantage of
15664 region handling in `insert-pair' function.
15665 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15666
15667 2004-04-30 Kim F. Storm <storm@cua.dk>
15668
15669 * emulation/cua-base.el: Add support for changing cursor types;
15670 based on patch from Michael Mauger.
15671 (cua-normal-cursor-color, cua-read-only-cursor-color)
15672 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15673 Customization cursor type and/or cursor color.
15674 (cua--update-indications): Handle cursor type changes.
15675 (cua-mode): Update cursor indications if enabled.
15676
15677 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15678
15679 * mouse.el (mouse-drag-copy-region): New defcustom.
15680 (mouse-set-region, mouse-drag-region-1): Use it.
15681
15682 * simple.el (kill-ring-save): If region face background color is
15683 unspecified (if no highlighting), show extent of fully visible
15684 region even if transient-mark-mode is enabled.
15685
15686 * emulation/cua-base.el (cua--standard-movement-commands):
15687 Add cua-scroll-up and cua-scroll-down.
15688 (cua-scroll-up, cua-scroll-down): New commands.
15689 (cua--init-keymaps): Remap scroll-up and scroll-down.
15690
15691 * emulation/cua-rect.el (cua--convert-rectangle-as):
15692 New defmacro.
15693 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15694 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15695 New commands (suggested by Jordan Breeding).
15696
15697 2004-04-30 Juanma Barranquero <lektu@terra.es>
15698
15699 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15700
15701 2004-04-30 Mario Lang <mlang@delysid.org>
15702
15703 * diff.el (diff-switches): Fix typo in docstring.
15704
15705 2004-04-30 Alex Schroeder <alex@gnu.org>
15706
15707 * xml.el (xml-debug-print-internal): Don't add newline and
15708 indentation to text nodes and write empty elements as empty tags
15709 instead of opening and closing tags.
15710 (xml-debug-print): Take optional indent-string argument.
15711 (xml-print): Alias for xml-debug-print.
15712
15713 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15714
15715 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15716 than duplicate call to `line-beginning-position'.
15717
15718 * progmodes/f90.el (f90-get-present-comment-type):
15719 Return whitespace, as well as comment chars, for consistent filling
15720 of comment blocks. Use `match-string-no-properties'.
15721 (f90-break-line): Trim trailing whitespace when filling comments.
15722
15723 2004-04-30 Dave Love <fx@gnu.org>
15724
15725 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15726 (diary-from-outlook-internal, diary-from-outlook)
15727 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15728 New functions to import diary entries from Outlook-format
15729 appointments in mail messages.
15730
15731 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * progmodes/python.el (python-send-command): New fun.
15734 (python-send-region, python-load-file): Use it.
15735
15736 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15737
15738 * help-fns.el (help-C-file-name): Use new subr-name.
15739 Prepend `src/' to the file name.
15740 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15741 (describe-function-1, describe-variable): Only find a C source file
15742 name if DOC is already loaded.
15743
15744 * help-mode.el (help-function-def, help-variable-def):
15745 Use the new find-function-search-for-symbol functionality.
15746 Allow FILE to be `C-source'.
15747
15748 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15749 (find-function-C-source): New fun.
15750 (find-function-search-for-symbol): Use it.
15751
15752 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15753
15754 * progmodes/sql.el (sql-product-alist): Rename variable
15755 `sql-product-support'. Add Postgres login parameters.
15756 (sql-set-product, sql-product-feature): Update with renamed variable.
15757 (sql-connect-postgres): Add username prompt.
15758 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15759 Make patterns less product specific.
15760 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15761 (sql-mode-abbrev-table): Modify initialization.
15762 (sql-builtin-face): Add variable.
15763 (sql-keywords-re): Add macro.
15764 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15765 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15766 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15767 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15768 (sql-mode-linter-font-lock-keywords)
15769 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15770 (sql-mode-sybase-font-lock-keywords)
15771 (sql-mode-informix-font-lock-keywords)
15772 (sql-mode-interbase-font-lock-keywords)
15773 (sql-mode-ingres-font-lock-keywords)
15774 (sql-mode-solid-font-lock-keywords)
15775 (sql-mode-sqlite-font-lock-keywords)
15776 (sql-mode-db2-font-lock-keywords): Default to nil.
15777 (sql-product-font-lock): Always highlight ANSI keywords.
15778 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15779 (sql-send-string): Add function.
15780
15781 2004-04-29 Dave Love <fx@gnu.org>
15782
15783 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15784 (cfengine-end-of-defun): Ensure progress through buffer.
15785
15786 * info-look.el (cfengine-mode): Accept a terminal ().
15787
15788 2004-04-29 Juri Linkov <juri@jurta.org>
15789
15790 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15791 instead of isearch-yank-word-or-char. Add new key bindings for
15792 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15793 (isearch-del-char): New fun.
15794 (isearch-forward, isearch-edit-string): Update docstring.
15795 (isearch-yank-char): Doc fix.
15796 (isearch-other-meta-char): Restore point after scrolling.
15797
15798 * progmodes/compile.el (compilation-context-lines): Add nil option
15799 to disable compilation output window scrolling.
15800 (compilation-set-window): Use it.
15801
15802 * outline.el (outline-next-preface, outline-show-heading):
15803 Don't leave unhidden blank line before heading.
15804 (outline-end-of-subtree): Include last newline into subtree.
15805 (hide-entry): Leave point at beginning of heading instead of end.
15806 (outline-up-heading): Push mark for the first call of successive
15807 command calls.
15808
15809 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15810
15811 * comint.el (comint-prompt-read-only): New variable.
15812 (comint-output-filter): Implement it.
15813
15814 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15815 (ielm-prompt-internal): New variable.
15816 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15817 (ielm-send-input): Delete unused variable `buf'.
15818 (ielm-eval-input): Use `ielm-prompt-internal'.
15819 (inferior-emacs-lisp-mode): Use new variables
15820 `comint-prompt-read-only' and `ielm-prompt-internal'.
15821 Get rid of obsolete variable `directory-sep-char'.
15822 (ielm): Use `zerop'.
15823
15824 2004-04-29 John Paul Wallington <jpw@gnu.org>
15825
15826 * thumbs.el (toplevel): Require cl at compile time.
15827 Remove conditional definitions of `ignore-errors' and `caddar'
15828 because they occur at run time.
15829
15830 2004-04-28 Nick Roberts <nickrob@gnu.org>
15831
15832 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15833 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15834 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15835 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15836
15837 * progmodes/gud.el (gud-common-init): Throw an error if program is
15838 already running under gdb.
15839
15840 2004-04-28 John Paul Wallington <jpw@gnu.org>
15841
15842 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15843 (thumbs-show-image-num): Move assignment of
15844 `thumbs-current-image-filename' within scope of `i'.
15845 (thumbs-emboss-image): Don't use `evenp'.
15846
15847 2004-04-28 Richard M. Stallman <rms@gnu.org>
15848
15849 * progmodes/compile.el (compilation-context-lines): Default now 0.
15850
15851 2004-04-28 Juanma Barranquero <lektu@terra.es>
15852
15853 Use `time-less-p' from calendar/time-date.el instead of defining
15854 custom versions of it.
15855
15856 * pcomplete.el (pcomplete-time-less-p): Remove.
15857
15858 * thumbs.el (time-less-p): Remove.
15859
15860 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15861 (timeclock-generate-report): Use `time-less-p'.
15862
15863 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15864 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15865
15866 2004-04-28 Masatake YAMATO <jet@gyve.org>
15867
15868 * subr.el (remove-overlays): Make arguments optional.
15869
15870 * wid-edit.el (widget-specify-button): Put evaporate to the
15871 overlay for sample.
15872 (widget-specify-sample): Put evaporate to the overlay for sample.
15873 (widget-specify-doc): Put evaporate to the overlay for documentation.
15874
15875 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15876
15877 * info.el (info-apropos): Make it an index node. Align node names
15878 like makeinfo.
15879
15880 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15881
15882 * net/browse-url.el (browse-url-netscape-sentinel)
15883 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15884 (browse-url-epiphany-sentinel, browse-url-mosaic):
15885 Use browse-url-*-program instead of a literal program name.
15886
15887 2004-04-27 Kevin Ryde <user42@zip.com.au>
15888
15889 * eshell/em-alias.el:
15890 * eshell/em-dirs.el:
15891 * eshell/em-hist.el:
15892 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15893 features when M-x customize-group loads modules before the main
15894 eshell.el.
15895
15896 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15897
15898 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15899 either a character representation of an event or an event
15900 description list.
15901
15902 * type-break.el: Capitalise Emacs and Lisp.
15903 (type-break-good-break-interval, type-break-demo-boring-stats)
15904 (type-break-terse-messages, type-break-file-name): New defcustoms.
15905 (type-break-post-command-hook)
15906 (type-break-warning-countdown-string): Quote variable names in doc.
15907 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15908 (type-break-mode): Document type-break-good-break-interval and the
15909 "session" file. Schedule break according to the session file.
15910 Kill session file buffer on exit. Organise for save-some-buffers
15911 to always save the session file.
15912 (type-break-mode-line-message-mode, type-break-query-mode):
15913 Uppercase arguments.
15914 (type-break-file-time, type-break-file-keystroke-count, timep)
15915 (type-break-choose-file, type-break-get-previous-time)
15916 (type-break-get-previous-count): New defuns.
15917 (type-break): Avoid break querying after a completed break in the
15918 case where the query was initiated during user invocation of the
15919 break. Optional terse messages.
15920 Use type-break-good-break-interval if type-break-good-rest-interval is
15921 nil. File the break time.
15922 (type-break-schedule): New optional args for overriding the use of
15923 the current time.
15924 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15925 after a break.
15926 (type-break-check): File the keystroke count.
15927 (type-break-do-query): Prevent a second query when the break is
15928 interrupted. Optional terse message.
15929 (type-break-keystroke-reset): Record the start of a typing interval.
15930 (type-break-demo-boring): Optional terse messages. Display word
15931 per minute and keystroke counts according to
15932 type-break-demo-boring-stats.
15933
15934 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15935
15936 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15937 directories, make sure they exist under archive-tmpdir.
15938
15939 2004-04-27 Juri Linkov <juri@jurta.org>
15940
15941 * help.el (view-emacs-news): With argument, display info for the
15942 selected version by finding it among different NEWS files, and
15943 narrowing the buffer to the selected version.
15944
15945 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15946 same-window-buffer-names.
15947 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15948 non-numeric prefix argument, append the number to the buffer name
15949 for numeric prefix argument.
15950 (info-other-window): Bind same-window-regexps to nil.
15951 (Info-reference-name): Rename to Info-point-loc.
15952 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15953 and Info-find-index-name for stringy Info-point-loc.
15954 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15955 without middle `.', but with final `.' and optional line number
15956 for it. Set Info-point-loc for index nodes.
15957 (Info-index): Remove middle `.' from index entry regexp.
15958 Modify line number regexp.
15959 (Info-index-next): Decrement line number.
15960 (info-apropos): Remove middle `.' from index entry regexp.
15961 Add optional line number regexp at the end. Add matched value
15962 for line number to the result list and insert it to the buffer.
15963 Replace match-string by match-string-no-properties.
15964 Reorder result list.
15965 (Info-fontify-node): Hide index line numbers.
15966 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15967 empty matches.
15968 (Info-follow-reference): Use `str' instead of
15969 Info-following-node-name-re.
15970 (Info-toc): Use full file names. Set Info-current-node to "Top".
15971 (Info-fontify-node): Compare file names without directory name.
15972 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15973 Set second arg of Info-extract-menu-node-name for index nodes.
15974 (info-xref-visited): Use magenta3 instead of magenta4.
15975 (Info-mode): Add info-apropos to docstring.
15976
15977 * log-view.el (log-view-diff): Replace interactive code "r"
15978 by a list to allow to call it even if region is not active.
15979
15980 * paren.el (show-paren-highlight-openparen): New var.
15981 (show-paren-function): Turn on openparen highlighting when
15982 matching forward if show-paren-highlight-openparen is non-nil.
15983
15984 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15985 the constant value 1.
15986 (completions-common-part): Expand docstring.
15987
15988 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15989
15990 2004-04-27 Kim F. Storm <storm@cua.dk>
15991
15992 * image.el (insert-sliced-image): Use line-height instead of
15993 line-spacing property on newline.
15994
15995 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15996
15997 * desktop.el (desktop-buffer-misc-data-function): Rename to
15998 desktop-save-buffer and change docstring.
15999 (desktop-buffer-modes-to-save): Delete.
16000 (desktop-save-buffer-p): Use desktop-save-buffer instead of
16001 desktop-buffer-modes-to-save.
16002 (desktop-save): Rename desktop-buffer-misc-data-function to
16003 desktop-save-buffer and allow non-function value.
16004 (desktop-missing-file-warning): Correct docstring.
16005
16006 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16007 to desktop-save-buffer.
16008
16009 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16010 desktop-save-buffer.
16011
16012 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16013
16014 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16015
16016 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16017
16018 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16019
16020 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16021
16022 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16023 (ielm): Only go to the end of the buffer when starting a new process.
16024
16025 2004-04-25 Juanma Barranquero <lektu@terra.es>
16026
16027 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16028 mode line. Bind `inhibit-read-only' to t before modifying
16029 properties of text in the buffer.
16030 (ielm): Force point to the end of buffer, even when running ielm
16031 from inside itself.
16032
16033 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16034
16035 * info.el (info-apropos): Reset Info-complete-cache.
16036
16037 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16038
16039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16040 Also recognize severe Irix et al. messages.
16041 (compilation-normalize-filename, compile-abbreviate-directory):
16042 Delete functions.
16043 (compilation-get-file-structure): New function inherits
16044 functionality of the two preceding ones.
16045 (compilation-internal-error-properties, compilation-fake-loc):
16046 Use it so that different paths to the same file share the same
16047 markers. Also optimize finding adjacent marker slightly.
16048
16049 2004-04-25 Kim F. Storm <storm@cua.dk>
16050
16051 * image.el (insert-sliced-image): Add line-spacing t property
16052 to newlines separating image lines.
16053
16054 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16055
16056 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16057
16058 * ielm.el (ielm-prompt-read-only): New user option.
16059 (ielm-prompt): Expand docstring to describe new behavior.
16060 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16061 mention it in the docstring.
16062
16063 2004-04-24 Andreas Schwab <schwab@suse.de>
16064
16065 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16066
16067 * diff.el (diff): Set default-directory in diff buffer.
16068
16069 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16070
16071 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16072 mail was being composed if the terminal cannot display more than
16073 one frame; instead, switch to previous frame.
16074
16075 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16076 (rmail-start-mail): Support rmail-mail-new-frame even on
16077 terminals that can display only one frame at a time.
16078
16079 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16080
16081 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16082 (checkdoc-output-font-lock-keywords): Remove error regexp.
16083 (checkdoc-output-mode-map): Remove.
16084 (checkdoc-output-mode): Derive from compilation-mode.
16085 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16086
16087 * dired.el (dired-mode-map): Add a menu entry for wdired.
16088
16089 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16090 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16091
16092 * wdired.el (wdired-mode-map): Move init into declaration.
16093 Fix `return' binding.
16094 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16095 Use force-mode-line-update.
16096 (wdired-get-filename): Use `unless'.
16097 (wdired-preprocess-files): Don't assume names have no \n and use / for
16098 dir separator.
16099 (wdired-normalize-filename): Use replace-regexp-in-string.
16100 (wdired-load-hooks): Remove.
16101 (wdired-mode-hooks): Rename to wdired-mode-hook.
16102
16103 * info-look.el: Add support for cfengine-mode.
16104 (info-lookup-setup-mode): Use dolist.
16105
16106 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16107
16108 * wdired.el: New file.
16109
16110 2004-04-23 Juanma Barranquero <lektu@terra.es>
16111
16112 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16113
16114 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16115 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16116 (pcomplete--help, pcomplete--here): Doc fixes.
16117
16118 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16119
16120 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16121 handles wrong-number-of-arguments in backend call.
16122
16123 * vc.el (vc-print-log): Likewise.
16124
16125 2004-04-20 Dave Love <fx@gnu.org>
16126
16127 * emacs-lisp/rx.el: Doc fixes.
16128 (rx-constituents): Add/extend many forms.
16129 (rx-check): Check form is a list.
16130 (bracket): Defvar.
16131 (rx-check-any, rx-any, rx-check-not): Modify.
16132 (rx-not): Simplify.
16133 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16134 (rx-kleene): Use rx-trans-forms.
16135 (rx-quote-for-set): Delete.
16136 (rx): Allow multiple args.
16137
16138 2004-04-23 Kenichi Handa <handa@m17n.org>
16139
16140 * international/mule-util.el (char-displayable-p): Simplify by
16141 using internal-char-font.
16142
16143 2004-04-23 Juanma Barranquero <lektu@terra.es>
16144
16145 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16146
16147 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16148
16149 * diff-mode.el (diff-next-error): New fun.
16150 (diff-mode): Use it.
16151
16152 * simple.el (next-error): Change arg name.
16153 Add support for the documented C-u C-x ` usage.
16154
16155 * frame.el (special-display-popup-frame, next-multiframe-window)
16156 (previous-multiframe-window): Only consider frames on same display.
16157
16158 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16159
16160 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16161 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16162
16163 2004-04-22 Kim F. Storm <storm@cua.dk>
16164
16165 * net/telnet.el (telnet): Add optional port arg.
16166
16167 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16168
16169 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16170 Minor sanity check on the `hyperlink' slot.
16171
16172 * Makefile.in (recompile): Compile new files.
16173
16174 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16175 Add byte-recompile-directory's optional `arg'.
16176
16177 * cvs-status.el (cvs-tree-use-charset): New var.
16178 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16179 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16180 (cvs-status-cvstrees): Use it.
16181
16182 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16183 Make it a normal major mode.
16184 (checkdoc-buffer-label): Make sure the file name is meaningful.
16185 (checkdoc-output-to-error-buffer): Remove.
16186 (checkdoc-error, checkdoc-start-section): Rewrite.
16187
16188 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16189 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16190 (Info-title-4-face): Use new syntax.
16191 (info-xref-visited): Inherit from info-xref.
16192
16193 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16194
16195 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16196
16197 * simple.el (next-error-last-buffer, next-error-function):
16198 New variables for the next-error framework.
16199 (next-error-buffer-p): New function.
16200 (next-error-find-buffer): Generalize compilation-find-buffer.
16201 (next-error, previous-error, first-error, next-error-no-select)
16202 (previous-error-no-select): Move from compile.el.
16203
16204 * replace.el (occur-next-error, occur-1): Hook into the next-error
16205 framework.
16206
16207 * progmodes/compile.el (compilation-start):
16208 Set next-error-last-buffer so next-error knows where to jump.
16209 (compilation-setup): Set the buffer-local variable
16210 next-error-function to 'compilation-next-error-function.
16211 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16212 alternate way to find if a buffer is a compilation buffer, for
16213 next-error convenience.
16214 (next-error-no-select, previous-error-no-select, next-error)
16215 (previous-error, first-error): Move to simple.el.
16216 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16217 (compilation-last-buffer): Remove.
16218 (compilation-start, compilation-next-error, compilation-setup)
16219 (compilation-next-error-function, compilation-find-buffer):
16220 Remove compilation-last-buffer use.
16221
16222 2004-04-21 Juanma Barranquero <lektu@terra.es>
16223
16224 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16225 (font-lock-warning-face): Fix spacing.
16226
16227 * makefile.w32-in (WINS): Add url/ directory.
16228
16229 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16230
16231 * desktop.el (desktop-buffer-mode-handlers): New variable.
16232 Alist of major mode specific functions to restore a desktop buffer.
16233 (desktop-buffer-handlers): Make variable obsolete.
16234 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16235 Catch errors signaled in handlers. Update buffer count.
16236 Evaluate desktop-buffer-point.
16237 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16238 move to dired.el.
16239 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16240 move to info.el.
16241 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16242 move to mail/rmail.el.
16243 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16244 to mh-e/mh-e.el.
16245 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16246 On fail, print message (to message buffer) even if
16247 desktop-missing-file-warning is nil.
16248 (desktop-buffer-misc-data-function): New buffer local variable.
16249 Function returning major mode specific data.
16250 (desktop-buffer-misc-functions): Make variable obsolete.
16251 (desktop-save): Use desktop-buffer-misc-data-function.
16252 (desktop-buffer-dired-misc-data): Rename to
16253 dired-desktop-buffer-misc-data and move to dired.el.
16254 (desktop-buffer-info-misc-data): Rename to
16255 Info-desktop-buffer-misc-data and move to info.el.
16256 (desktop-read): Add message about number of buffers restored/failed.
16257
16258 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16259 Add parameters. Pause to display error only when
16260 desktop-missing-file-warning is non-nil.
16261 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16262 (dired-mode): Bind desktop-buffer-misc-data-function.
16263
16264 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16265 Add Parameters.
16266 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16267 (Info-mode): Bind desktop-buffer-misc-data-function.
16268
16269 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16270 Add Parameters.
16271
16272 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16273 Add Parameters.
16274
16275 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16276
16277 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16278 the case of letters in case-insensitive expansions when the
16279 abbrev is preceded by characters with letter syntax.
16280
16281 2004-04-21 Richard M. Stallman <rms@gnu.org>
16282
16283 * progmodes/cperl-mode.el (cperl-putback-char):
16284 Delete Emacs 18 definition.
16285
16286 * international/mule.el (ctext-post-read-conversion):
16287 Use assoc-string, not assoc-ignore-case.
16288
16289 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16290
16291 * emacs-lisp/easymenu.el (easy-menu-add):
16292 Do call x-popup-menu, but only if it's defined.
16293
16294 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16295
16296 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16297 Handle multiple args: compile like progn.
16298
16299 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16300 take all args as &rest arg.
16301
16302 * autoinsert.el (auto-insert-alist): Insert the user's name in
16303 copyright notice, rather than Free Software Foundation.
16304
16305 2004-04-21 Kenichi Handa <handa@m17n.org>
16306
16307 * descr-text.el (describe-char): Make it work on *Help* buffer.
16308
16309 2004-04-21 Kim F. Storm <storm@cua.dk>
16310
16311 * image.el (insert-image): Add optional SLICE arg.
16312 (insert-sliced-image): New defun.
16313
16314 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16315
16316 * subr.el (read-number): Check whether `default' is nil.
16317
16318 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16319
16320 * progmodes/compile.el (compilation-error-properties):
16321 Split into two.
16322 (compilation-internal-error-properties): New one.
16323 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16324
16325 2004-04-20 Richard M. Stallman <rms@gnu.org>
16326
16327 * window.el (split-window-save-restore-data):
16328 Don't update the data if OLD-INFO is nil.
16329
16330 * view.el (view-return-to-alist): Mark it permanent local.
16331
16332 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16333
16334 * recentf.el (recentf-save-list): Catch and warn about errors.
16335
16336 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16337 so "Buffers" won't be pure.
16338
16339 * help-mode.el (help-mode-finish): Set help-return-alist first
16340 thing, setting only the entry for the selected window.
16341
16342 * help-fns.el (describe-function-1): If many non-control non-meta
16343 keys run the command, don't list all of them.
16344
16345 2004-04-20 Juanma Barranquero <lektu@terra.es>
16346
16347 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16348 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16349
16350 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16351
16352 2004-04-20 Kenichi Handa <handa@m17n.org>
16353
16354 * international/quail.el (quail-lookup-key): New optional arg
16355 NOT-RESET-INDICES.
16356 (quail-get-translations): Call quail-lookup-key with
16357 NOT-RESET-INDICES t.
16358 (quail-completion): Likewise.
16359 (quail-lookup-map-and-concat): Likewise.
16360
16361 2004-04-20 Kenichi Handa <handa@m17n.org>
16362
16363 * international/quail.el (quail-update-translation): Don't insert
16364 such an unsupported multibyte char in a unibyte buffer.
16365
16366 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16367
16368 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16369 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16370 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16371 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16372 (gdb-frame-assembler-buffer): Improve behaviour with
16373 multiple frames.
16374 (gdb-display-buffer): Extend search to all visible frames.
16375
16376 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16377
16378 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16379 characters left after base64 decoding.
16380 (rmail-decode-region): Use -dos variety of `coding', to remove any
16381 ^M characters left after qp or base64 decoding.
16382
16383 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16384
16385 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16386 messages.
16387
16388 2004-04-19 Stephen Eglen <stephen@gnu.org>
16389
16390 * add-log.el (add-change-log-entry): Update doc string to mention
16391 add-log-full-name and add-log-mailing-address.
16392
16393 2004-04-18 Juri Linkov <juri@jurta.org>
16394
16395 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16396 (Info-find-node-2): Simplify error message.
16397 (Info-insert-dir): Use Info-following-node-name.
16398 (Info-goto-node): Remove *info-history* and *info-toc*.
16399 (Info-history): Create a node of the virtual history file.
16400 (Info-toc): Create a node of the virtual toc file.
16401 (Info-insert-toc): New arg `curr-file' for reference file names.
16402 (info-apropos): Remove redundant var binding for temp-file.
16403 (Info-index, Info-index-next, Info-mode): Doc fix.
16404 (Info-goto-emacs-command-node): Don't jump to *info* from
16405 non-*info* Info buffers.
16406 (Info-fontify-node): Don't show the file name of external
16407 references if `Info-hide-note-references' is `hide'. Don't hide
16408 newlines at the end of paragraphs.
16409
16410 * international/mule-diag.el (list-input-methods):
16411 Fix args to help-xref-button.
16412
16413 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16414 to put into effect local variables from TUTORIAL files.
16415
16416 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16417 with default value taken from the variable `sentence-end'.
16418 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16419 Add nil const to :type.
16420 (sentence-end-without-period, sentence-end-double-space)
16421 (sentence-end-without-space): Doc fix.
16422
16423 * textmodes/paragraphs.el (forward-sentence):
16424 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16425 (fill-delete-newlines):
16426 * progmodes/cc-cmds.el (c-beginning-of-statement):
16427 Use function `sentence-end' instead of variable `sentence-end'.
16428
16429 2004-04-18 Andreas Schwab <schwab@suse.de>
16430
16431 * progmodes/compile.el (compilation-start): Set window start to
16432 point-min if compilation-scroll-output is nil.
16433
16434 2004-04-18 John Wiegley <johnw@newartisans.com>
16435
16436 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16437
16438 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16439
16440 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16441 (gdb-info-breakpoints-custom): Revert previous change.
16442 (gdb-view-assembler): Update assembler if necessary.
16443 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16444 (gdb-display-source-buffer): Update properly when both source and
16445 assembler are visible.
16446
16447 2004-04-17 John Wiegley <johnw@newartisans.com>
16448
16449 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16450 which limits the number of names shown in the minibuffer. Off by
16451 default.
16452 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16453 up iswitchb for users with a multitude of open buffers by showing
16454 only the first and last N/2 buffers in the completion list (which
16455 is enough to aid C-s/C-r, and to know that more characters are
16456 needed to refine the completion list).
16457
16458 2004-04-17 Richard M. Stallman <rms@gnu.org>
16459
16460 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16461 (file-truename): Expand all ~ constructs directly.
16462 (insert-directory): Delete any error msg output by the
16463 `insert-directory-program'.
16464
16465 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16466 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16467 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16468 (allout-init): Use find-file-hook, not find-file-hooks.
16469 (allout-mode): Eliminate Emacs 18 support.
16470 Use write-contents-functions, not local-write-file-hooks.
16471
16472 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16473
16474 * progmodes/compile.el (compilation-error-properties): Fix for
16475 adding messages when there are already markers for their file.
16476 (compilation-fake-loc): New function.
16477
16478 2004-04-16 Dave Love <fx@gnu.org>
16479
16480 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16481 (python-load-file): Fix python-orig-start setting.
16482
16483 * progmodes/compile.el: Doc fixes.
16484 (compilation-error-regexp-alist-alist)
16485 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16486 (compilation-assq): Wrap in eval-when-compile.
16487 (compilation-mode-font-lock-keywords): Don't use list*.
16488 (compilation-start): Avoid warning.
16489 (compilation-compat-error-properties)
16490 (compilation-directory-properties): Add keymap property.
16491 (compilation-parsing-end): Make it a marker for better compatibility.
16492
16493 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16494
16495 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16496
16497 * xml.el: Doc fixes.
16498 (xml-get-children): Only looks at sub-tags and ignore strings.
16499
16500 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16501
16502 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16505
16506 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16507
16508 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16509
16510 * vc.el (vc-print-log): Likewise.
16511
16512 2004-04-16 Masatake YAMATO <jet@gyve.org>
16513
16514 * simple.el (completion-setup-function): Set an initial value
16515 to `element-common-end' before entering loop. Set a value
16516 to `element-common-end' at the end of loop.
16517 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16518 (completions-common-part): Rename from completion-de-emphasis.
16519 (completions-first-difference): Rename from completion-emphasis.
16520 Suggested by RMS.
16521
16522 2004-04-16 Juanma Barranquero <lektu@terra.es>
16523
16524 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16525 (bookmark-edit-annotation-mode): Add mode name.
16526
16527 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16530 for nested conflict markers.
16531 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16532
16533 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16534
16535 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16536
16537 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16538
16539 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16542 Give a backtrace if requested.
16543
16544 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16545
16546 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16547 Remove unused functions.
16548 (python-orig-start-line, python-orig-file): Remove.
16549 (python-orig-start): New var.
16550 (python-input-filter, python-compilation-line-number)
16551 (python-send-region, python-load-file): Use it.
16552
16553 * info.el (info): Always jump to *info*.
16554
16555 * subr.el (posn-set-point): New function.
16556
16557 * mouse.el (mouse-set-point): Use it.
16558
16559 * progmodes/compile.el (compile-goto-error): Use it.
16560 (compilation-button-map): New keymap.
16561 (compilation-error-properties): Use it.
16562 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16563
16564 * smerge-mode.el (smerge-popup-context-menu): Use it.
16565
16566 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16567 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16568 mouse and non-mouse case.
16569
16570 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16571 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16572
16573 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16574 Make it work for non-mouse events.
16575
16576 * pcvs-info.el (cvs-status-map): Update binding name.
16577
16578 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16579
16580 * xml.el (xml-maybe-do-ns): New function to handle namespace
16581 parsing of both attribute and element names.
16582 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16583 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16584 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16585 (xml-parse-attlist): Make it do its own namespace parsing.
16586
16587 2004-04-14 Dave Love <fx@gnu.org>
16588
16589 * progmodes/python.el (run-python): Fix use of \n.
16590 (python-load-file): Remove `try' from Python fragment.
16591 (python-describe-symbol): Fix message.
16592
16593 * comint.el: Doc fixes.
16594 (comint-last-input-start, comint-last-input-end)
16595 (comint-last-output-start): Give them values.
16596 (comint-arguments): Avoid warning.
16597 (comint-skip-prompt): Use line-end-position.
16598 (comint-backward-matching-input): Rename arg to agree with doc.
16599 (comint-extract-string): Use syntax-ppss.
16600 (comint-dynamic-simple-complete): Delete useless list construction.
16601 (comint-redirect-subvert-readonly): New.
16602 (comint-redirect-preoutput-filter): Use it.
16603
16604 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16605 Correctly handle negative arguments when calling hook functions.
16606
16607 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16608
16609 * info.el (info-apropos): Don't clobber Info-history-list.
16610
16611 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16612
16613 * progmodes/compile.el (compilation-setup):
16614 Localize overlay-arrow-position.
16615 (compilation-sentinel): Restructure code equivalently.
16616 (compilation-next-error): Find message on same line after point if
16617 not found before point.
16618 (compile-mouse-goto-error): Restore function so that compilation
16619 buffer need not be current and use compile-goto-error.
16620 (compile-goto-error): Restore function.
16621 (next-error): Set overlay-arrow-position.
16622 (compilation-forget-errors): Don't localize already local
16623 compilation-locs and remove FIXME about refontifying.
16624
16625 2004-04-14 Kim F. Storm <storm@cua.dk>
16626
16627 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16628 (command-line): New option -Q. Like -q --no-site-file, but
16629 in addition it also disables menu-bar, tool-bar, scroll-bars,
16630 tool-tips, and the blinking cursor.
16631 (command-line-1): Skip startup screen if -Q.
16632 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16633
16634 * emulation/cua-base.el (cua-read-only-cursor-color)
16635 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16636
16637 2004-04-13 Dave Love <fx@gnu.org>
16638
16639 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16640 (syntax): Don't require.
16641 (python) <defgroup>: Add :version.
16642 (python-quote-syntax): Re-written.
16643 (inferior-python-mode): Move stuff here from run-python and add
16644 some more.
16645 (python-preoutput-continuation, python-preoutput-result)
16646 (python-dotty-syntax-table): New.
16647 (python-describe-symbol): Use them.
16648 (run-python): Move stuff to inferior-python-mode. Modify code
16649 loaded into Python.
16650 (python-send-region): Use python-proc, python-send-string.
16651 (python-send-string): Send newlines too. Callers changed.
16652 (python-load-file): Re-written.
16653 (python-eldoc-function): New.
16654 (info-look): Don't require.
16655 (python-after-info-look): New. A modified version of former
16656 top-level code for use with eval-after-load.
16657 (python-maybe-jython, python-guess-indent): Use widened buffer.
16658 (python-fill-paragraph): Re-written.
16659 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16660 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16661
16662 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16665 Set compilation-error-regexp-alist earlier.
16666
16667 * progmodes/compile.el (compilation-minor-mode-map)
16668 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16669 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16670
16671 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16672
16673 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16674 corresponding to the event.
16675
16676 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16677
16678 * loadup.el: Add cygwin to system-type list, for unexec() support.
16679
16680 2004-04-12 John Paul Wallington <jpw@gnu.org>
16681
16682 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16683 (ibuffer-restore-window-config-on-quit): New variable to replace
16684 `ibuffer-delete-window-on-quit'. Update all references.
16685 (ibuffer-prev-window-config): New variable.
16686 (ibuffer-quit): Restore previous window configuration instead of
16687 deleting window.
16688 (ibuffer): Save window configuration before showing Ibuffer buffer.
16689
16690 * help.el (describe-mode): Doc fix.
16691
16692 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16693
16694 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16695 not to treat nil as a function.
16696
16697 * vc-arch.el (vc-arch-root): Be a bit more careful.
16698 (vc-arch-register): Save the buffer if we modified it.
16699 (vc-arch-delete-rej-if-obsolete): Save excursion.
16700 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16701 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16702
16703 * net/ldap.el (ldap-search): Use list*.
16704
16705 2004-04-12 Juri Linkov <juri@jurta.org>
16706
16707 * info.el (Info-follow-reference): Allow multiline reference name.
16708
16709 2004-04-11 Dave Love <fx@gnu.org>
16710
16711 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16712
16713 * progmodes/python.el: New file.
16714
16715 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16716
16717 * vc-hooks.el (vc-arg-list): Function removed.
16718 (vc-default-workfile-unchanged-p): Use condition-case to check for
16719 backward compatibility.
16720
16721 * vc.el (vc-print-log): Use condition-case to check for backward
16722 compatibility.
16723
16724 2004-04-11 Juri Linkov <juri@jurta.org>
16725
16726 * dired.el (dired-faces): New defgroup.
16727 (dired-header, dired-mark, dired-marked, dired-flagged)
16728 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16729 New faces.
16730 (dired-header-face, dired-mark-face, dired-marked-face)
16731 (dired-flagged-face, dired-warning-face, dired-directory-face)
16732 (dired-symlink-face, dired-ignored-face): New face variables.
16733 (dired-font-lock-keywords): Use them instead of font-lock faces.
16734 Split the rule for dired marks into 3 separate rules: for marks,
16735 marked file names and flagged file names.
16736
16737 * help-mode.el (help-make-xrefs): Add a final newline to the
16738 *Help* buffer.
16739
16740 2004-04-11 John Paul Wallington <jpw@gnu.org>
16741
16742 * replace.el (occur-engine): Distinguish between one and several
16743 matches in the matches per buffer heading.
16744
16745 2004-04-11 Kim F. Storm <storm@cua.dk>
16746
16747 * ido.el (ido-confirm-unique-completion): New defcustom.
16748 (ido-complete): Use it.
16749 (ido-write-file): Set it to t unconditionally.
16750
16751 2004-04-10 Miles Bader <miles@gnu.org>
16752
16753 RCS keyword removal (only non-comment changes are enumerated here):
16754
16755 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16756 (byte-compile-insert-header): Don't use `byte-compile-version'.
16757 * forms.el (forms-version): Variable removed.
16758 (forms-mode): Don't use `forms-version'.
16759 * recentf.el (recentf-version): Variable removed.
16760 * progmodes/delphi.el (delphi-version): Variable removed.
16761 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16762
16763 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16766
16767 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16768
16769 * info.el (info-apropos): Improve menu item regexp.
16770
16771 2004-04-09 Simon Josefsson <jas@extundo.com>
16772
16773 * mail/smtpmail.el: Add comment, based on report by
16774 kdc@rcn.com (Kevin D. Clark).
16775
16776 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16779 Redo one more thing that I didn't notice Daniel had undone.
16780
16781 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16782
16783 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16784 (gdb-goto-breakpoint, gdb-display-buffer)
16785 (gdb-display-source-buffer, gdb-view-source-function)
16786 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16787 (gdb-source-info, gdb-frame-handler): Don't specify a window
16788 for display.
16789 (gdb-info-breakpoints-custom): Remove superfluous update of
16790 assembler buffer.
16791 (gdb-many-windows): Make settable outside gdb.
16792
16793 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16794
16795 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16796 Derive from fundamental-mode rather than text-mode.
16797
16798 2004-04-08 Juri Linkov <juri@jurta.org>
16799
16800 * info.el (Info-history): Doc fix.
16801 (Info-history-list): New var.
16802 (info-xref): Change magenta4 to blue, remove bold for dark and
16803 light backgrounds, change bold to underline for non-color classes.
16804 (info-xref-visited): New face.
16805 (Info-fontify-visited-nodes): New custom.
16806 (Info-hide-note-references): Add new value `hide'. Doc fix.
16807 (Info-reference-name): New var.
16808 (Info-selection-hook): New custom.
16809 (Info-edit-mode-hook): New var.
16810 (Info-find-file): New fun.
16811 (Info-find-node): Move part of code to Info-find-file.
16812 (Info-find-node-2): Add anchors to Info-history-list. Move point
16813 to the place with the reference name if name is defined.
16814 (Info-select-node): Add current node to Info-history-list.
16815 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16816 (Info-search-whitespace-regexp): New custom.
16817 (Info-search-case-fold): New var.
16818 (Info-search): Add "case-sensitively" to the prompt.
16819 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16820 (Info-search-case-sensitively, Info-search-next): New fun.
16821 (Info-up): Move point to the menu item of the current node.
16822 (Info-history): New fun. Add *info-history* to
16823 same-window-buffer-names.
16824 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16825 (Info-insert-toc): New fun.
16826 (Info-build-toc): New fun.
16827 (Info-follow-reference): Add new arg `fork'. Doc fix.
16828 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16829 with the same name prefer the reference closest to point.
16830 (Info-next-reference): Replace * by + in the *Note regexp.
16831 Add regexp for http:// and ftp://. Skip the *Note prefix.
16832 (Info-prev-reference): Replace * by + in the *Note regexp.
16833 Add regexp for http:// and ftp://. Skip the *Note prefix.
16834 (Info-follow-nearest-node): Add new arg `fork'.
16835 (Info-try-follow-nearest-node): Add new arg `fork'.
16836 Call browse-url for http:// and ftp:// references.
16837 Set Info-reference-name for index entries.
16838 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16839 Info-search-next, Info-history, Info-toc, clone-buffer.
16840 (Info-menu-update): Replace * by + in the *Note regexp.
16841 (Info-mode): Add documentation for Info-history, Info-toc,
16842 Info-search-case-sensitively, Info-search-next, clone-buffer.
16843 (Info-fontify-menu-headers): Remove fun. Move code to
16844 Info-fontify-node.
16845 (Info-fontify-node): Add docstring. Add local vars
16846 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16847 then fontify header line, titles, menu headers, http and ftp
16848 references, refill paragraphs. If not-fontified-p is t or
16849 fontify-visited-p is t then fontify cross references, menu items.
16850 Fontify menu headers. Fontify http and ftp references.
16851 Change regexp for cross references to require whitespace after *Note,
16852 add matching groups for file and node names. Remove hack for quote.
16853 Use display property for Info-hide-note-references=t. Use fifth
16854 or fourth match for help-echo. Display visited nodes in a
16855 different face. Unhide file names of external references.
16856 Unhide newlines. Display visited menu items in a different face.
16857
16858 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * progmodes/compile.el: Require CL.
16861 (compilation-mode-font-lock-keywords): Re-install the "line as
16862 function" patch.
16863
16864 * help-fns.el (help-C-source-directory): New var.
16865 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16866 (describe-function-1, describe-variable): Use them.
16867
16868 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16869 to C source files specially.
16870
16871 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16872
16873 * info.el (Info-hide-cookies-node): New function.
16874 (Info-select-node): Use it.
16875 (Info-display-images-node): Remove message with image file name.
16876
16877 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16878
16879 * progmodes/compile.el (compilation-warning-face)
16880 (compilation-info-face, compilation-skip-threshold)
16881 (compilation-skip-visited, compilation-context-lines):
16882 Declare :version when added to Emacs.
16883 (compilation-error-regexp-alist-alist): Extend caml and irix.
16884 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16885 (compilation-mode-font-lock-keywords): Temporarily undo line as
16886 function patch, which wasn't ready.
16887
16888 2004-04-07 Kenichi Handa <handa@m17n.org>
16889
16890 * international/latin1-disp.el (latin1-display-setup): Check each
16891 character is displayable or not instead of calling
16892 latin1-display-check-font.
16893
16894 2004-04-06 Kenichi Handa <handa@m17n.org>
16895
16896 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16897 New variable.
16898 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16899 instead of sera-being-called-by-w3.
16900 (ethio-fidel-to-sera-buffer): Likewise.
16901 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16902 instead of sera-being-called-by-w3.
16903 (ethio-write-file): Likewise.
16904
16905 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16906
16907 * printing.el: Doc fix.
16908
16909 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16910
16911 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16912 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16913 (gdb-setup-windows): Only use separate IO buffer if required.
16914
16915 2004-04-06 Kim F. Storm <storm@cua.dk>
16916
16917 * term.el (term-is-xemacs): Remove.
16918 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16919 (term-window-width): New function.
16920 (term-mode, term-check-size): Use it.
16921 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16922
16923 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16924
16925 * cus-edit.el (custom-add-parent-links): Change unbound variable
16926 `symbol' to `name'.
16927
16928 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16929 * info.el (info-apropos): New function.
16930 (Info-mode-menu): Add it.
16931 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16932
16933 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16934 inherited docstring.
16935
16936 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16937
16938 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16941
16942 * progmodes/compile.el (font-lock): Don't require any more.
16943 (compilation-error-properties, compilation-start, compilation-sentinel)
16944 (compilation-filter, next-error): Use with-current-buffer.
16945 (compilation-skip-to-next-location, compilation-skip-threshold)
16946 (compilation-skip-visited): Move to silence the byte-compiler.
16947 (compilation-setup): Simplify.
16948 (compilation-next-error): Use line-(beginning|end)-position.
16949 Make sure `pt' is non-nil before using compilation-loop.
16950 (compile-goto-error): Add optional event arg. Use it.
16951 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16952 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16953 Update the binding for mouse-2.
16954 (first-error): Set compilation-current-error to nil rather than bob.
16955 (compilation-parsing-end, compilation-parse-errors-function)
16956 (compilation-error-list, compilation-old-error-list):
16957 "New" compatibility variables.
16958 (compile-buffer-substring, compilation-compat-error-properties)
16959 (compilation-compat-parse-errors, compilation-forget-errors):
16960 New compatibility functions.
16961 (compilation-mode-font-lock-keywords): Use them.
16962
16963 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16964
16965 * autorevert.el (auto-revert-handler): If point (or a window
16966 point) is at the end of the buffer, keep it there after
16967 reverting. This allows to tail a file.
16968 Mention this in the `Commentary'.
16969
16970 * format.el (format-write-file): Add optional argument CONFIRM
16971 and make it behave like the analogous argument to `write-file'.
16972
16973 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16974
16975 * progmodes/ebnf2ps.el: Doc fix.
16976 (ebnf-version): New version number (4.2).
16977 (ebnf-syntax): Customization and docstring fix.
16978 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16979 Put autoloaded funs before first use.
16980 (ebnf-style-database): Add dtd entry.
16981 (ebnf-syntax-alist): Add dtd initialization.
16982 (ebnf-token-sequence): New fun.
16983 (ebnf-comment-table): Add new comment action character.
16984 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16985
16986 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16987 Type Definition for XML).
16988
16989 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16990 * progmodes/ebnf-bnf.el (ebnf-sequence):
16991 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16992 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16993 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16994 Code simplification: call ebnf-token-sequence.
16995
16996 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16997
16998 * calendar/timeclock.el (timeclock-relative)
16999 (timeclock-get-project-function, timeclock-get-workday-function)
17000 (timeclock-query-out, timeclock-when-to-leave)
17001 (timeclock-when-to-leave-string, timeclock-log-data)
17002 (timeclock-generate-report, timeclock-in): Doc fixes.
17003
17004 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * url/: New dir. Import the URL package from its repository.
17007
17008 2004-04-03 Andreas Schwab <schwab@suse.de>
17009
17010 * diff-mode.el (diff-mode): Fix missing quote.
17011
17012 2004-04-03 Juri Linkov <juri@jurta.org>
17013
17014 * descr-text.el (describe-property-list): Add `font-lock-face'.
17015
17016 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17017
17018 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17019
17020 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17021 Use utf-16le on little endian machines and utf-16be otherwise.
17022
17023 2004-04-02 David Kastrup <dak@gnu.org>
17024
17025 * net/browse-url.el (browse-url-generic): Use call-process
17026 instead of start-process to allow browsers that fork and detach.
17027
17028 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17029
17030 * compile.el (compilation-current-error): New var.
17031 (compilation-setup, compile-mouse-goto-error)
17032 (compile-goto-error, next-error): Use it.
17033 (compilation-skip-to-next-location): Default to t, which gives
17034 contiguous skipping like old compile (where this was redundant).
17035 (compilation-next-error): Prevent previous-* commands from moving
17036 back to message at or just before point.
17037
17038 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17039
17040 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17041 (gdb-source-info): Don't display source at startup, if required.
17042 (gdb-show-main): New option.
17043 (gdba): Update documentation.
17044 (gdb-source): Cover case of auto-display output.
17045
17046 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17047
17048 * autorevert.el: Delete obsolete autoload's and defvar's.
17049 (auto-revert-check-vc-info): New user option.
17050 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17051 (auto-revert-handler-vc): Delete.
17052 (auto-revert-handler): Treat return value `fast' of
17053 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17054
17055 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17056 return `fast'.
17057
17058 * files.el (buffer-stale-function): Doc change.
17059
17060 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17061
17062 * printing.el: New tip on Tips section.
17063 (pr-version): New version number (6.7.4).
17064 (pr-shell-file-name): Initialization fix.
17065
17066 2004-03-31 Juri Linkov <juri@jurta.org>
17067
17068 * dired.el: Add autoload for `dired-do-touch'.
17069 (dired-touch-program): New var.
17070 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17071 (dired-no-confirm): Add `touch' to docstring.
17072
17073 * dired-aux.el (dired-do-touch): New fun.
17074 (dired-do-chxxx): Add argument -t for touch operation.
17075
17076 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17077 `dired-move-to-filename-regexp'.
17078
17079 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17080
17081 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17082
17083 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17084
17085 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17086 and only if the buffer was modified.
17087
17088 2004-03-30 Kenichi Handa <handa@m17n.org>
17089
17090 * international/characters.el: Delete pairs for U+2308..U+230B.
17091
17092 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17093
17094 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17095 to detect the beginning of a level 2 or 3 annotation.
17096
17097 2004-03-29 Kenichi Handa <handa@m17n.org>
17098
17099 * international/ucs-tables.el (ucs-insert): Fix the error message.
17100
17101 2004-03-29 Kenichi Handa <handa@m17n.org>
17102
17103 * international/mule-util.el (char-displayable-p): Fix generation
17104 of XLFD file name.
17105
17106 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17107 before finding directories by `find'.
17108
17109 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * subr.el (interactive-form): Delete. Now implemented in C.
17112
17113 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17114
17115 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17116 (vc-diff-label): New fun.
17117 (vc-diff-internal): Use it.
17118
17119 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17120
17121 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17122
17123 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17124
17125 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17126 specify XML (EBNFX).
17127
17128 * progmodes/ebnf2ps.el: Doc fix.
17129 (ebnf-version): New version number (4.1).
17130 (ebnf-syntax): Adjust customization.
17131 (ebnf-style-database): Add ebnfx entry.
17132 (ebnf-syntax-alist): Add ebnfx initialization.
17133 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17134
17135 * printing.el: Doc fix.
17136 (pr-version): New version number (6.7.3).
17137 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17138 returns nil for mouse position. Reported by Drew Adams
17139 <drew.adams@oracle.com>.
17140 (pr-update-menus): Modify interactive declaration. Reported by Drew
17141 Adams <drew.adams@oracle.com>.
17142
17143 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17144
17145 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17146 (gud-gdba-marker-filter): Log the process input and output, if
17147 required. From Stefan Monnier.
17148 (gdb-debug-log, gdb-enable-debug-log): New variables.
17149 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17150
17151 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17154 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17155
17156 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17157
17158 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17159 Call vc-find-file-hook here instead of in auto-revert-buffers.
17160 (auto-revert-buffers): Delete call to vc-find-file-hook.
17161 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17162 (global-auto-revert-mode, auto-revert-set-timer)
17163 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17164
17165 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17166
17167 * woman.el (woman-change-fonts): Rename local variable
17168 woman-font-alist to font-alist to avoid a compiler warning.
17169
17170 2004-03-27 Dave Love <fx@gnu.org>
17171
17172 * emacs-lisp/rx.el (rx): Doc fix.
17173 Fix copyright years.
17174
17175 * strokes.el (strokes-global-set-stroke-string): New function.
17176 (strokes-list-strokes): Cope with strings, not just commands.
17177 Set foreground colour of image.
17178 (strokes-global-set-stroke): Doc fix.
17179
17180 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17181
17182 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17183 Auto Revert mode.
17184 (Buffer-menu-files-only): New variable.
17185 (Buffer-menu-toggle-files-only): New function.
17186 (Buffer-menu-mode-map): Bind it to `T'.
17187 (Buffer-menu-mode): Mention `T' in docstring.
17188 Set buffer-stale-function.
17189 (list-buffers-noselect): Mark buffer non-modified and set
17190 Buffer-menu-files-only.
17191
17192 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17193
17194 * autorevert.el (auto-revert-handler): Print revert message
17195 before, rather than after, reverting.
17196 (buffer-stale-function): Move to files.el.
17197
17198 * files.el (buffer-stale-function): Move here from autorevert.el.
17199
17200 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17203
17204 * calc/calc.el (calc-mode-map): Use mapc.
17205
17206 * apropos.el (apropos-mode): Don't autoload.
17207 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17208 (apropos): Use it.
17209 (apropos-print): Add optional `text' argument.
17210 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17211 Don't assume point-min == 1.
17212
17213 * bs.el (bs-buffer-list): Use buffer-local-value.
17214 (bs--set-toggle-to-show): Use with-current-buffer.
17215
17216 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17217 New funs.
17218 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17219
17220 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17221
17222 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17223 (dabbrev--find-expansion): Use pop.
17224 (dabbrev--search): Use match-string-no-properties.
17225
17226 * dired.el (dired-mode): Use run-mode-hooks.
17227 (dired-move-to-end-of-filename): Use match-string.
17228
17229 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17230 is bound before using it.
17231 (ediff-verbose-p): Make it into a var since it's not constant.
17232
17233 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17234
17235 * faces.el (read-face-font): Don't cons up unnecessarily.
17236 (header-line, tool-bar): Share common parts.
17237
17238 * files.el (file-relative-name): Use compare-strings.
17239
17240 * finder.el (finder-mode): Follow coding convention.
17241
17242 * subr.el (read-number): New function.
17243
17244 * ses.el (ses-read-number): Move to subr.el.
17245 (ses-set-header-row): Use read-number.
17246
17247 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17248
17249 * vc-hooks.el (vc-arg-list): New function, which handles both
17250 compiled and uncompiled code.
17251 (vc-default-workfile-unchanged-p): Use it.
17252
17253 * vc.el (vc-print-log): Undo prev change, use new function
17254 vc-arg-list from vc-hooks.el.
17255
17256 2004-03-26 Masatake YAMATO <jet@gyve.org>
17257
17258 * simple.el (completion-setup-function): Emphasize the
17259 first uncommon characters in the completions; and de-emphasize
17260 the common prefix substrings.
17261 (completion-emphasis): New face.
17262 (completion-de-emphasis): New face.
17263
17264 2004-03-25 Juanma Barranquero <lektu@terra.es>
17265
17266 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17267 Comment out (it's unused and unfinished code).
17268
17269 2004-03-25 Sam Steingold <sds@gnu.org>
17270
17271 * vc.el (vc-print-log): Fix a bug in the last patch:
17272 backend-function may be a byte-compiled object, not a lambda.
17273
17274 2004-03-25 Juri Linkov <juri@jurta.org>
17275
17276 * descr-text.el (describe-property-list): Add a button
17277 for `face' property that calls `describe-face'.
17278 Suggested by luis fernandes <elf@ee.ryerson.ca>
17279
17280 * international/mule.el (keyboard-coding-system):
17281 * kmacro.el (kmacro-call-macro): Fix docstring.
17282
17283 * dired.el: Fix comments.
17284
17285 * textmodes/fill.el (fill): Fix Info link.
17286
17287 * font-lock.el (fast-lock, lazy-lock):
17288 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17289 Info node.
17290
17291 * eshell/eshell.el (eshell): Fix broken info-link.
17292
17293 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17294 * eshell/em-banner.el (eshell-banner):
17295 * eshell/em-smart.el (eshell-smart):
17296 * eshell/esh-cmd.el (eshell-cmd):
17297 Comment out broken info-links to incomplete Info manual.
17298
17299 * info-xref.el: Fix commentary.
17300
17301 2004-03-25 Kevin Ryde <user42@zip.com.au>
17302
17303 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17304 Remove spurious node duplicate suppression, doesn't work, not wanted.
17305 (info-xref-output): Take format style args, add "sit-for 0" to let
17306 user see the results as they progress.
17307 (info-xref-check-all-custom): New function.
17308
17309 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17310
17311 * gdb-ui.el: Moved to progmodes.
17312
17313 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17316
17317 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17318
17319 * calendar/appt.el (appt-check): Remove superfluous progn.
17320 When finished with diary buffer: if it was not being displayed
17321 before, kill it; otherwise restore its original state.
17322 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17323
17324 * calendar/calendar.el (calendar-set-mode-line): Use total
17325 available mode-line width, rather than frame-width.
17326
17327 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17328 after mode change so effect not lost.
17329
17330 2004-03-23 Dave Love <fx@gnu.org>
17331
17332 * dired.el (dired) <defgroup>: Add link to manual.
17333 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17334 (dired-revert): Use dolist.
17335 (dired-mode-map): Add U binding.
17336 (dired-mode): Add font-lock-beginning-of-syntax-function.
17337 (dired-garbage-files-regexp): Make it a defcustom.
17338
17339 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17342 is equivalent to nil.
17343 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17344 (vc-arch-mode-line-string): Accept `added' state.
17345 (vc-arch-state): Use inode-sigs if available.
17346 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17347 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17348 (vc-arch-tagline-re): New var.
17349 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17350 New functions.
17351 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17352 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17353
17354 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17355 (vc-file-not-found-hook): Use it.
17356
17357 * diff-mode.el (diff-default-read-only): Change default.
17358 (diff-mode-hook): Make it a defcustom. Add some options.
17359 (diff-mode-map): Bind diff-refine-hook.
17360 (diff-yank-handler): New var.
17361 (diff-yank-function): New fun.
17362 (diff-font-lock-keywords): Use them.
17363 (diff-end-of-file): Handle case where file-header looks like diff text.
17364 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17365 (diff-file-kill): Delete a subsequent empty line, if applicable.
17366 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17367 (diff-find-file-name): Use it.
17368 (diff-tell-file-name): New command.
17369 (diff-mode): Be careful with view-mode.
17370 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17371 New functions, for use in diff-mode-hook.
17372 (diff-find-source-location): Catch "regex too large" errors.
17373 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17374 (diff-refine-hunk): New command.
17375
17376 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17377 (smerge-context-menu-map): Remove unused var.
17378 (smerge-keep-all): Preserve markers.
17379 (smerge-keep-n): New fun.
17380 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17381 (smerge-keep-current, smerge-ediff): Use it.
17382 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17383 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17384 (smerge-resolve): Resolve trivial 3-part conflicts.
17385
17386 2004-03-23 Juri Linkov <juri@jurta.org>
17387
17388 * man.el (Man-width): New var.
17389 (Man-getpage-in-background): Use it.
17390 (Man-support-local-filenames): New var and fun.
17391 (Man-build-man-command): Don't add a second %s.
17392 (Man-fontify-manpage): Clean up message.
17393 (Man-mode): Set outline-regexp, outline-level,
17394 imenu-generic-expression.
17395
17396 * woman.el (woman-fill-frame): Doc fix.
17397 (woman-decode-region): Use window-width instead of frame-width.
17398
17399 * abbrevlist.el (list-one-abbrev-table):
17400 * descr-text.el (describe-char):
17401 * international/mule-diag.el (describe-current-coding-system):
17402 * international/quail.el (quail-insert-decode-map):
17403 Use window-width instead of frame-width.
17404
17405 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17406 (jka-compr-mode-alist-additions): Add tbz.
17407 (jka-compr-write-region, jka-compr-insert-file-contents):
17408 Add message for undefined compress-program.
17409 (jka-compr-write-region): Remove redundant var bindings.
17410
17411 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17412 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17413 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17414 (dired-man): Use dired-guess-shell-command.
17415 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17416 Change default nil to t.
17417
17418 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17419 (dired-compare-directories): Add default value for empty input.
17420
17421 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17422
17423 * time.el (display-time-string-forms): Fix help-echo date format.
17424
17425 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17426
17427 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17428 (buffer-stale-function): New variable.
17429 (auto-revert-list-diff, auto-revert-dired-file-list)
17430 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17431 (auto-revert-handler): Take over some functionality of deleted
17432 functions.
17433 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17434
17435 * dired.el (dired-directory-changed-p): New fun, extracted from
17436 dired-internal-noselect.
17437 (dired-buffer-stale-p): New fun.
17438 (dired-internal-noselect): Use dired-directory-changed-p.
17439 Eliminate revert messages.
17440 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17441
17442 2004-03-23 Kenichi Handa <handa@m17n.org>
17443
17444 * international/characters.el: Setup syntaxes for more parentheses
17445 Unicode characters.
17446
17447 * international/mule-cmds.el (select-safe-coding-system):
17448 Merge coding-system and auto-cs before comparing them.
17449
17450 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17453
17454 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17455 normal-auto-fill-function and comment-indent-function.
17456 The default values now work just as well.
17457 Don't set font-lock-beginning-of-syntax-function since we already set
17458 syntax-begin-function.
17459 (lisp-outline-level): Put ;;;###autoload at same level as (.
17460 (prin1-char): Quote special chars.
17461
17462 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17463 than with-no-warnings.
17464
17465 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17466 if the source location can't be found.
17467 (edebug-compute-previous-result): Use prin1-char.
17468
17469 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17470 (debug-ignored-errors): Add an entry.
17471
17472 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17473 (byte-compile-file): Output warning when deleting a file.
17474
17475 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17476 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17477
17478 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17479 (byte-compile-inline-expand): Use backquote.
17480 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17481 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17482
17483 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17484
17485 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17486
17487 2004-03-22 Juri Linkov <juri@jurta.org>
17488
17489 * finder.el (finder-known-keywords): Fix data, tex, unix.
17490
17491 * play/landmark.el: Fix keywords.
17492
17493 * language/ethio-util.el (ethio-find-file): Doc fix.
17494
17495 * emacs-lisp/warnings.el: Doc fix.
17496
17497 * textmodes/ispell.el (ispell-help): Doc fix.
17498
17499 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17500
17501 * format.el (format-insert-file): Always return a list of two
17502 elements, like insert-file-contents does.
17503
17504 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17505
17506 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17507 and vc-BACKEND-diff.
17508 (vc-print-log): If the print-log implementation supports it, use
17509 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17510 (vc-version-diff, vc-diff-internal): Doc fixes.
17511
17512 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17513 implementation supports it, let diff output go to *vc*,
17514 not *vc-diff*, since this is an internal call.
17515
17516 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17517
17518 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17519
17520 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17521
17522 2004-03-21 Dave Love <fx@gnu.org>
17523
17524 * progmodes/cfengine.el (cfengine-mode):
17525 Set parse-sexp-ignore-comments.
17526
17527 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17528
17529 2004-03-21 Juanma Barranquero <lektu@terra.es>
17530
17531 * allout.el (allout-mode): Fix docstring.
17532
17533 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17534
17535 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17536
17537 * autorevert.el (auto-revert-interval): Make new value take
17538 effect immediately when set through Custom.
17539 (auto-revert-set-timer): Add interactive declaration.
17540
17541 2004-03-19 David Ponce <david@dponce.com>
17542
17543 * ruler-mode.el (ruler-mode-header-line-format-old):
17544 Don't `make-variable-buffer-local'.
17545 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17546 (ruler-mode-header-line-format): Simply funcall the above.
17547 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17548 to save/restore a previous header line format.
17549 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17550 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17551 fringes and margins width.
17552 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17553
17554 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17555
17556 * log-edit.el (log-edit-font-lock-keywords): Typo.
17557
17558 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17559 (tex-send-tex-command): Rather than here.
17560 (tex-compilation-parse-errors): Simplify.
17561
17562 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17563
17564 * time.el (display-time-string-forms): Add help-echo with date on time.
17565
17566 * composite.el (compose-region): Use restore-buffer-modified-p.
17567
17568 * disp-table.el (standard-display-8bit): Simplify.
17569
17570 * server.el (server-process-filter): Delete temp frame.
17571
17572 * add-log.el (add-change-log-entry): Simplify.
17573
17574 2004-03-19 Kim F. Storm <storm@cua.dk>
17575
17576 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17577 (hexl-follow-line): Don't require 'fringe.
17578
17579 * progmodes/compile.el (compilation-start): Always set
17580 compilation-last-buffer and return it.
17581
17582 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17583
17584 * simple.el (clone-buffer): Doc fix.
17585
17586 2004-03-18 Juanma Barranquero <lektu@terra.es>
17587
17588 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17589
17590 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17591
17592 * log-edit.el (log-edit-font-lock-keywords): New var.
17593 (log-edit-mode): Use it.
17594
17595 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17596
17597 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17598 properly for watching in speedbar.
17599
17600 2004-03-17 Masatake YAMATO <jet@gyve.org>
17601
17602 * smerge-mode.el (smerge-popup-context-menu):
17603 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17604
17605 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17608 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17609 Take sealed revisions into account.
17610 (vc-arch-checkin): Extract a summary line from the message.
17611
17612 2004-03-16 Masatake YAMATO <jet@gyve.org>
17613
17614 * register.el (register): Provide `register' feature.
17615
17616 2004-03-15 Masatake YAMATO <jet@gyve.org>
17617
17618 Added context menu support in smerge mode.
17619 Most of the part is written by Stefan Monnier.
17620
17621 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17622 New keymap and menu.
17623 (smerge-text-properties): New function.
17624 (smerge-remove-props): New function.
17625 (smerge-popup-context-menu): New function.
17626 (smerge-resolve): Call `smerge-remove-props'.
17627 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17628 (smerge-keep-current): Ditto.
17629 (smerge-kill-current): New function.
17630 (smerge-match-conflict): Put text properties.
17631 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17632
17633 2004-03-15 David Ponce <david@dponce.com>
17634
17635 * ruler-mode.el (ruler-mode-left-fringe-cols)
17636 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17637 (ruler-mode-right-scroll-bar-cols): Remove.
17638 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17639 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17640 Use fringe-columns and scroll-bar-columns.
17641
17642 2004-03-15 Masatake YAMATO <jet@gyve.org>
17643
17644 * hl-line.el (hl-line-range-function): New variable.
17645 (hl-line-move): New function.
17646 (global-hl-line-highlight): Use `hl-line-move'.
17647 (hl-line-highlight): Ditto.
17648
17649 * scroll-bar.el (scroll-bar-columns):
17650 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17651
17652 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17653 (ruler-mode-left-fringe-cols)
17654 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17655 (ruler-mode-right-scroll-bar-cols)
17656 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17657 (ruler-mode-ruler-function): New variable.
17658 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17659 if the value for `ruler-mode-ruler-function'is given.
17660
17661 * hexl.el (hexl-mode-hook): Make the hook customizable.
17662 (hexl-address-area, hexl-ascii-area): New customize variables.
17663 (hexlify-buffer): Put font-lock-faces on the address area and
17664 the ascii area.
17665 (hexl-activate-ruler): New function.
17666 (hexl-follow-line): New function.
17667 (hexl-highlight-line-range): New function.
17668 (hexl-mode-ruler): New function.
17669
17670 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17671
17672 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17673 (vc-default-find-file-hook): New fun.
17674 (vc-find-file-hook): Call new find-file-hook operation.
17675
17676 * vc-arch.el: New file.
17677
17678 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17679
17680 * info-look.el (info-lookup): Reuse an existing Info window.
17681
17682 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17683
17684 * woman.el (woman-preserve-ascii): Default value changed to t and
17685 doc string revised.
17686
17687 2004-03-12 Richard M. Stallman <rms@gnu.org>
17688
17689 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17690 Fix minor bug.
17691
17692 * replace.el (occur-engine): Change message for count of matches.
17693
17694 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17695 For strings, do compare text properties.
17696
17697 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17698
17699 * progmodes/compile.el (compile-auto-highlight)
17700 (compilation-error-list, compilation-old-error-list)
17701 (compilation-parse-errors-function, compilation-parsing-end)
17702 (compilation-error-message, compilation-directory-stack)
17703 (compilation-enter-directory-regexp-alist)
17704 (compilation-leave-directory-regexp-alist)
17705 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17706 (compilation-current-file, compilation-regexps): Remove vars.
17707
17708 (compile-error-at-point, compilation-error-filedata)
17709 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17710 (compilation-next-error-locus, compilation-forget-errors)
17711 (count-regexp-groupings, compilation-parse-errors)
17712 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17713
17714 (compile-internal): Make obsolete.
17715
17716 (compilation-first-column, compilation-error)
17717 (compilation-directory-matcher, compilation-page-delimiter)
17718 (compilation-mode-font-lock-keywords, compilation-debug)
17719 (compilation-error-face, compilation-warning-face)
17720 (compilation-info-face, compilation-line-face)
17721 (compilation-column-face, compilation-enter-directory-face)
17722 (compilation-leave-directory-face, compilation-skip-threshold)
17723 (compilation-skip-visited, compilation-context-lines): New vars.
17724
17725 (compilation-warning-face, compilation-info-face)
17726 (compilation-message-face): New faces.
17727
17728 (compilation-error-regexp-alist-alist): New constant.
17729
17730 (compilation-face, compilation-directory-properties)
17731 (compilation-assq, compilation-error-properties, compilation-start)
17732 (define-compilation-mode, compilation-loop)
17733 (compilation-set-window): New functions.
17734
17735 (compile): Additional argument for interactive compiles like TeX.
17736
17737 * progmodes/grep.el (kill-grep): Move here from compile.el
17738 (grep-error, grep-hit-face, grep-error-face)
17739 (grep-mode-font-lock-keywords): New variables.
17740 (grep-regexp-alist): Simplify regexp and add `binary' case.
17741 (grep-mode): New mode.
17742 (grep-process-setup): Simplify.
17743
17744 2004-03-11 Jason Rumney <jasonr@gnu.org>
17745
17746 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17747 letters on DOS/Windows.
17748
17749 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * server.el (server-name): New var.
17752 (server-socket-dir): New var to replace server-socket-name.
17753 (server-start): Use them.
17754
17755 2004-03-11 Simon Josefsson <jas@extundo.com>
17756
17757 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17758 died to avoid infloop. Reported by Jonathan Glauner
17759 <jglauner@sbum.org>.
17760
17761 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17762
17763 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17764 (smerge-mode-menu): Use it to deactivate menu entries.
17765 (smerge-keep-current): New fun.
17766 (smerge-keep-current): Use it.
17767
17768 2004-03-10 John Paul Wallington <jpw@gnu.org>
17769
17770 * foldout.el (foldout-fold-list, foldout-modeline-string):
17771 Declare them as variables, not constants.
17772
17773 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17774
17775 * ps-print.el: Modification to print *Messages* buffer.
17776 (ps-print-version): New version 6.6.4.
17777 (ps-message-log-max): New fun.
17778 (ps-spool-without-faces, ps-spool-with-faces)
17779 (ps-count-lines-preprint): Code fix.
17780
17781 * printing.el: New tips in Tips section.
17782
17783 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17784
17785 * delim-col.el: Doc fix.
17786
17787 * printing.el: Doc fix. New doc section (Tips).
17788
17789 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17790
17791 * type-break.el (type-break-emacs-variant): Remove.
17792 (type-break-run-at-time, type-break-cancel-function-timers):
17793 Use fboundp rather than version name and number.
17794
17795 2004-03-09 Masatake YAMATO <jet@gyve.org>
17796
17797 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17798 `make-variable-buffer-local'.
17799
17800 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17801
17802 * find-dired.el (find-dired): Call `shell-command' instead of
17803 `start-process-shell-command'. By this, Tramp takes over
17804 handling of remote directories.
17805
17806 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * newcomment.el (comment-use-global-state): New var.
17809 (comment-search-forward): Use it.
17810
17811 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17812
17813 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17814
17815 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17816 (enable-kinsoku): Make it a defcustom.
17817 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17818 paragraph to same-comment-start-marker.
17819
17820 2004-03-07 Dave Love <fx@gnu.org>
17821
17822 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17823 (browse-url-mail): Use it.
17824
17825 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17826 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17827
17828 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17829
17830 * woman.el (woman-man.conf-path): Doc fix.
17831 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17832
17833 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17834
17835 * sort.el (sort-columns): Remove ms-dos from the list of systems
17836 where the external `sort' command is not used.
17837
17838 2004-03-07 Kim F. Storm <storm@cua.dk>
17839
17840 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17841 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17842 from overlay-arrow-variable-list.
17843 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17844
17845 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17846
17847 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17848 overlay arrow string properly for the assembler buffer.
17849
17850 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * mail/sendmail.el (mail-mode): Fix last change.
17853
17854 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17855
17856 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17857 for the assembler buffer.
17858 (gdb-assembler-custom): Position the overlay arrow.
17859 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17860
17861 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17862
17863 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17864
17865 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17866 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17867
17868 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17869
17870 * newcomment.el (uncomment-region): Allow non-terminated comment.
17871 (comment-normalize-vars): Check the user-specified comstart marker.
17872
17873 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17874
17875 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17876 Otherwise, do use it if the region only contains font-lock text
17877 properties.
17878
17879 2004-03-04 Masatake YAMATO <jet@gyve.org>
17880
17881 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17882 as the callback function for eldoc.
17883 (hexl-print-current-point-info): New function.
17884 (hexl-current-address): Print the address in both decimal
17885 and hexadecimal format.
17886
17887 2004-03-04 Richard M. Stallman <rms@gnu.org>
17888
17889 * mail/rmail.el (rmail-convert-to-babyl-format):
17890 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17891
17892 * mail/mail-utils.el (mail-unquote-printable-region):
17893 New arg UNIBYTE.
17894
17895 * startup.el (command-switch-alist): Doc fix.
17896
17897 * simple.el (undo): Temporarily set this-command to `undo-start',
17898 then set it to `undo' once undo-start returns without error.
17899
17900 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17901
17902 * simple.el (kill-line): Don't disregard trailing whitespace
17903 in eol condition, if show-trailing-whitespace is set.
17904
17905 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17906 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17907 When disabling, restore old values only if mouse-sel-has-been-enabled.
17908
17909 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17910 (isearch-{-char): New function.
17911 (isearch-mode-map): Bind { to isearch-{-char.
17912
17913 * font-lock.el (lisp-font-lock-keywords-2):
17914 Turn off the CL with-... and do-... general patterns.
17915 Instead, recognize several specific with... and do... constructs.
17916
17917 * files.el (switch-to-buffer-other-window):
17918 Bind same-window-buffer-names and same-window-regexps to nil.
17919 (switch-to-buffer-other-frame): Likewise.
17920
17921 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17922
17923 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17924 recognizing leading comment on code line.
17925
17926 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17929 hidden files/directories.
17930
17931 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17934 only comment-start (in case the mode hasn't set it).
17935
17936 * Makefile.in (AUTOGENEL): New var.
17937 (bootstrap-prepare): Rename from bootstrap-clean.
17938 Don't remove elc files.
17939 (maintainer-clean): New target.
17940
17941 * xml.el (xml-get-attribute-or-nil): Simplify.
17942
17943 2004-03-02 Juri Linkov <juri@jurta.org>
17944
17945 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17946 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17947 URL to prevent their substitution with the environment variable
17948 values by browsers.
17949
17950 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17951
17952 * ps-print.el: Doc fix.
17953 (ps-print-version): New version number (6.6.3).
17954 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17955 Docstring fix.
17956 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17957 before printing.
17958 (ps-time-stamp-yyyy-mm-dd): New fun.
17959 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17960
17961 2004-03-02 Kim F. Storm <storm@cua.dk>
17962
17963 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17964
17965 2004-03-01 Juanma Barranquero <lektu@terra.es>
17966
17967 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17968
17969 * desktop.el (desktop-file-version)
17970 (desktop-after-read-hook): Fix typos.
17971 (desktop-clear-preserve-buffers): Remove redundant info in
17972 docstring already shown by the obsolescence message.
17973 (desktop-truncate, desktop-internal-v2s)
17974 (desktop-value-to-string): Change argument name to match docstring.
17975
17976 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17977
17978 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17979 docstring.
17980
17981 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17982
17983 * printing.el: Replace "As Is..." in PostScript file print/preview by
17984 "No Preprocessing...". Suggested by Colin Marquardt
17985 <_marquardt_@zmd.de>.
17986 (pr-insert-section-4): Adjust buffer interface.
17987
17988 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17989
17990 Version 2.0.39 of Tramp released.
17991
17992 * net/tramp.el (tramp-handle-file-local-copy)
17993 (tramp-handle-write-region, tramp-open-connection-rsh):
17994 Variable name typo. Small change. From Patrick Tullmann
17995 <tullmann@flux.utah.edu>.
17996 (tramp-process-connection-type): New variable.
17997 (tramp-maybe-open-connection): Use it.
17998 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17999 (tramp-touch): Set last-modified time of a remote file.
18000 (tramp-handle-write-region): Say which function is used when encoding.
18001
18002 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
18003
18004 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18005 case of non-existing filename, too. Reported by Christoph Bauer
18006 <c_bauer@informatik.uni-kl.de>.
18007 (tramp-smb-get-file-entries): The directory in question should
18008 have permissions "drwxrwxrwx". Just virtual, because we don't
18009 know the real permissions. Don't we know?
18010 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18011 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18012 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18013 output. If it was received chunkwise, there have been problems.
18014 Remove the "prompt not found" error message; it is obvious.
18015 Simplify algorithm.
18016 (tramp-smb-process-running): Remove. Since we acknowledge the
18017 virtual prompt for shares, there's no need for distinction of
18018 reading shares (process ends afterwards) and interactive mode of
18019 smblient.
18020 (tramp-smb-open-connection): Setting process sentinel removed.
18021 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18022 "NT_STATUS_NETWORK_ACCESS_DENIED".
18023 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18024 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18025 (top-level): Setting default value in `tramp-default-method-alist'
18026 corrected. Order of USER and HOST have been wrong.
18027 Nobody complained for months ...
18028 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18029 (tramp-smb-open-connection): Clear password cache if login has failed.
18030
18031 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18032 `tramp-unified-filenames'.
18033 (tramp-completion-mode): Make test for XEmacs explicitely.
18034 `event-to-character' can exists in Emacs packages too.
18035 Reported by Matt Swift <swift@alum.mit.edu>.
18036 (tramp-buffer-name): Buffer name must contain the user if exists.
18037 Reported by Adrian Phillips <a.phillips@met.no>.
18038 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18039 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18040 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18041 `tramp-do-copy-or-rename-file-one-local', because it handles also
18042 the case both files use the same out-of-band method.
18043 Implementation added.
18044 (tramp-handle-file-local-copy, tramp-handle-write-region):
18045 Out-of-band handling removed. `copy-file' called instead, which
18046 calls `tramp-do-copy-or-rename-file-out-of-band'.
18047 (tramp-action-password): Check for out-of-band method removed.
18048 This function is used for 'login-program.
18049 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18050 appropriate.
18051 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18052 and `tramp-parse-sknownhosts'.
18053 (tramp-completion-function-alist): It's a defvar now, because we
18054 want to apply the optimized `tramp-set-completion-function'
18055 instead of a static list.
18056 (tramp-set-completion-function): Implementation tuned.
18057 Avoid double entries, and entries where the function or the
18058 file/directory doesn't exist.
18059 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18060 for SSH2.
18061 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18062 (tramp-handle-dired-compress-file): New function.
18063 (tramp-async-proc): New variable.
18064 (tramp-handle-shell-command): Adding asynchronous processes.
18065 They are far from being perfect, but it works at least for
18066 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18067 (top-level): Require password.el if visible. Should be mandatory
18068 once No Gnus has found its way into (X)Emacs.
18069 (tramp-read-passwd): Invoke `password-read' if available,
18070 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18071 fallback any longer.
18072 (tramp-clear-passwd): New function.
18073 (tramp-process-actions, tramp-process-multi-actions):
18074 Clear password cache if login has failed.
18075
18076 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18077 its own module.
18078 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18079 `ange-ftp-ftp-name-res'. There could be incorrect values from
18080 previous calls in case the "ftp" method is used in the Tramp file
18081 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18082
18083 2004-02-28 Richard M. Stallman <rms@gnu.org>
18084
18085 * term.el (term-mouse-paste): Call mouse-set-point.
18086
18087 * thumbs.el: New file.
18088
18089 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18090
18091 * progmodes/ebnf-abn.el: Doc fix.
18092
18093 * progmodes/ebnf-bnf.el: Doc fix.
18094 (ebnf-repeat): Code fix.
18095
18096 * progmodes/ebnf2ps.el: Doc fix.
18097 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18098
18099 2004-02-28 Juri Linkov <juri@jurta.org>
18100
18101 * ffap.el (dired-at-point): Additional writability test for
18102 relative directory names.
18103 (dired-at-point-prompter): Treat directories as a directory, get
18104 the directory component from files.
18105 (ffap-string-at-point): Return string from region if region is active.
18106 (ffap-file-at-point): Remove redundant code.
18107
18108 2004-02-28 Kim F. Storm <storm@cua.dk>
18109
18110 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18111 Initialize margin area images to nil.
18112 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18113 (breakpoint-enabled-bitmap-face)
18114 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18115 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18116 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18117 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18118 (gdb-reset): Use gdb-remove-breakpoint-icons.
18119 (gdb-put-string): Add dprop arg to specify alternative display
18120 property (for setting fringe bitmap).
18121 (gdb-remove-strings): Doc fix.
18122 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18123 icon in fringe (if available), or else as icon or text in display
18124 margin. Creates necessary icons in breakpoint-bitmap,
18125 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18126 Also make left window margin if required.
18127 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18128 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18129 no longer needed.
18130 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18131 gdb-put-breakpoint-icon.
18132 (gdb-assembler-mode): Don't set left-margin-width here.
18133
18134 2004-02-27 Kevin Ryde <user42@zip.com.au>
18135
18136 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18137 comma, so that it DTRT in macros.
18138
18139 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18140
18141 * progmodes/sh-script.el (sh-shell-arg)
18142 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18143 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18144
18145 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18146
18147 * faces.el (face-spec-set-match-display): Add a new attribute,
18148 `min-colors'.
18149 (region, highlight, secondary-selection): Use `min-colors'.
18150
18151 * custom.el (defface): Add documentation for `min-colors'.
18152
18153 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18154 (font-lock-keyword-face, font-lock-function-name-face)
18155 (font-lock-variable-name-face, font-lock-constant-face):
18156 Use `min-colors'.
18157
18158 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18159
18160 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18161
18162 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18163 define assq-delete-all if it's not defined.
18164 (ebnf-generate-region): Code fix.
18165
18166 * printing.el: Doc fix.
18167 (pr-version): New version number (6.7.2).
18168 (pr-command): Return empty string if command is an empty string.
18169
18170 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18171
18172 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18173
18174 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18175 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18176 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18177 "tt" ["test"] ). Reported by Markus Dreyer
18178 <mdreyer@ix.urz.uni-heidelberg.de>.
18179 (ebnf-version): New version number (4.0).
18180 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18181 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18182 (ebnf-delete-style): New commands.
18183 (ebnf-directory, ebnf-file): New funs.
18184 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18185 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18186 (ebnf-syntax-alist): New var.
18187 (ebnf-element-width): New fun replacing ebnf-list-width.
18188 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18189 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18190 (ebnf-prologue): Adjust vars.
18191 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18192 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18193 (ebnf-check-style-values, ebnf-generate-production)
18194 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18195 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18196 (ebnf-token-repeat): Code fix.
18197
18198 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18199 %right, %left and %prec. Suggested by Matthew K. Junker
18200 <junker@alum.mit.edu>.
18201 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18202
18203 * progmodes/ebnf-iso.el: Doc fix.
18204 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18205 (ebnf-iso-lex): Code fix.
18206
18207 * progmodes/ebnf-bnf.el: Doc fix.
18208 (ebnf-bnf-lex): Code fix.
18209
18210 * progmodes/ebnf-otz.el: Doc fix.
18211
18212 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18213
18214 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18215 (abbrev-prefix-mark): Doc fix.
18216
18217 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18218
18219 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18220 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18221 (gdb-var-delete): Make interactive (really).
18222 (gdb-edit-value): Make non-interactive.
18223
18224 * progmodes/gud.el (gud-speedbar-menu-items):
18225 Add gdb-var-delete and, indirectly, gdb-edit-value.
18226 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18227 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18228 (gud-gdb-marker-filter): Add comment for annotations.
18229
18230 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18231
18232 * calendar/calendar.el (generate-calendar)
18233 (calendar-read-date): Prevent display of BC calendars once more -
18234 reverts 2003-10-01 change.
18235 (generate-calendar-month): Doc fix.
18236
18237 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18238
18239 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18240 return value of increment-calendar-month.
18241
18242 2004-02-21 Stephen Compall <s11@member.fsf.org>
18243
18244 * saveplace.el (save-place-forget-unreadable-files)
18245 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18246 (save-place-forget-unreadable-files): New function.
18247 (save-place-alist-to-file): Use it to filter out files that are
18248 no longer readable.
18249
18250 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18251 current Texinfo environment, using the same method as in
18252 `texinfo-insert-@end', and insert a space rather than a newline if
18253 point in a @table environment.
18254
18255 2004-02-21 Juri Linkov <juri@jurta.org>
18256
18257 * ffap.el (ffap-file-at-point): Try parent directories.
18258
18259 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18260
18261 * vcursor.el (vcursor-modifiers): New defcustom.
18262 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18263 hard-coded list.
18264
18265 2004-02-21 Masatake YAMATO <jet@gyve.org>
18266
18267 * play/animate.el (animate-birthday-present): Accept names other
18268 than `Sarah', too.
18269
18270 2004-02-21 Juri Linkov <juri@jurta.org>
18271
18272 * startup.el: Remove table of command line arguments from the
18273 Commentary section.
18274
18275 2004-02-20 John Wiegley <johnw@newartisans.com>
18276
18277 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18278 again" modifier from 'e' to 'E', since 'e' is also used by the
18279 "file extension" modifier.
18280
18281 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18282
18283 * help-fns.el (describe-categories): Doc fix.
18284
18285 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18286
18287 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18288 temporary file for buffer already visiting one. This change makes
18289 output likely to be directly usable by patch program.
18290 Suggested by Adrian Aichner <adrian@xemacs.org>
18291
18292 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18293
18294 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18295 case of variables defined in compound statements.
18296 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18297 Simplify constructions using switch-to-buffer.
18298
18299 2004-02-19 Simon Josefsson <jas@extundo.com>
18300
18301 * play/morse.el: Fix typo.
18302 (morse-code): Add @.
18303
18304 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18305
18306 * calendar/appt.el (appt-display-format): Change default to
18307 'ignore, for backwards compatibility.
18308 (appt-display-message): If appt-display-format is 'ignore,
18309 respect old vars appt-msg-window and appt-visible.
18310 (appt-activate): Don't depend on return value of cancel-timer.
18311
18312 * calendar/calendar.el (calendar-holidays): Doc fix.
18313
18314 * calendar/cal-coptic.el (coptic-prompt-for-date):
18315 Use assoc-string instead of assoc-ignore-case.
18316 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18317 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18318 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18319 * calendar/cal-islam.el (calendar-goto-islamic-date)
18320 (mark-islamic-diary-entries): Ditto.
18321 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18322 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18323 (calendar-read-mayan-tzolkin-date): Ditto.
18324 * calendar/calendar.el (calendar-read-date): Ditto.
18325 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18326
18327 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18328
18329 * progmodes/executable.el (executable-command-find-posix-p):
18330 Fix choice of the directory.
18331
18332 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18333
18334 * simple.el (interprogram-cut-function)
18335 (interprogram-paste-function, kill-new, kill-append):
18336 Doc fixes.
18337 (kill-region): Make it return nil. Doc fix.
18338 (yank-pop): Make its argument optional.
18339 (yank): Make ARG `-' equivalent to `-1'.
18340
18341 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18342
18343 * mail/rmail.el (rmail-get-new-mail): Don't reference
18344 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18345
18346 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18347
18348 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18349 if one of global-auto-revert-non-file-buffers or autorevert-mode
18350 is non-nil.
18351
18352 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18353
18354 * subr.el (delete-dups): A better implementation from Karl Heuer
18355 <kwzh@gnu.org>.
18356
18357 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18358
18359 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18360 correct place.
18361 * progmodes/icon.el (icon-indent-command): Ditto.
18362 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18363
18364 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18365
18366 * progmodes/grep.el (grep-compute-defaults): Undo change from
18367 2004-01-29: don't use executable-command-find-posix-p.
18368
18369 2004-02-16 Richard Sharman <rsharman@pobox.com>
18370
18371 * hilit-chg.el: Use require instead of eval-and-compile.
18372 (highlight-compare-buffers): New function.
18373
18374 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18375
18376 * man.el (Man-fontify-manpage): Render section headings in
18377 `Man-overstrike-face' even when overstrike was not used by man
18378 formatter for section headings.
18379
18380 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18381
18382 * rmail-spam-filter.el (vm-use-spam-filter)
18383 (rsf-min-region-length-added-to-spam-list): New variables.
18384 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18385 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18386 spam testing. Don't delete spam message if automatic deletion
18387 after output via variable rmail-delete-after-output is turned on.
18388 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18389 rsf-bbdb-dont-create-entries-for-spam.
18390 (check-field): New function, extracted from code in
18391 rmail-spam-filter to ease addition of header fields like content-type.
18392 (message-content-type): New variable to check the content-type:
18393 field added, also in defcustom of rsf-definitions-alist.
18394 (rmail-spam-filter): Replace repeated test code for header fields
18395 by calls to check-field; change the call to
18396 rmail-output-to-rmail-file such that rmail-current-message stays
18397 the same to avoid wrong deletion of unseen flags.
18398 (rsf-add-contents-type): New function to convert old format
18399 of rmail-spam-definitions-alist into new one.
18400 Change prefixes of all variables and functions from
18401 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18402
18403 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18404
18405 * loadhist.el (unload-hook-features-list): New defvar.
18406
18407 2004-02-16 Dave Love <fx@gnu.org>
18408
18409 * loadhist.el (unload-feature): Doc fix. Rename flist to
18410 unload-hook-features-list.
18411
18412 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18413
18414 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18415 cookie. Don't check if we are looking-at open-formula.
18416
18417 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18418
18419 * subr.el (match-string-no-properties): Use substring-no-properties.
18420
18421 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18422
18423 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18424 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18425 Use lower-case "rx" in all error message.
18426
18427 2004-02-16 Dave Love <fx@gnu.org>
18428
18429 * emacs-lisp/rx.el (rx-or): Put group around result.
18430 (rx-constituents): Add backref.
18431 (rx-syntax): Add string-delimiter, comment-delimiter.
18432 (rx-categories): Add combining-diacritic.
18433 (rx-check-not, rx-greedy, rx): Doc fix.
18434 (rx-backref, rx-check-backref): New.
18435
18436 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18437
18438 * newcomment.el (uncomment-region): Allow eob as comment end.
18439
18440 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18441
18442 * filecache.el: All message and error commands now use prefix
18443 "Filecache:" to make it easy to read *Messages* buffer.
18444
18445 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18446
18447 * autorevert.el: Add support to detect changed dired and VC buffers.
18448 (auto-revert-active-p, auto-revert-list-diff)
18449 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18450 (auto-revert-handler, auto-revert-active-p): New functions.
18451 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18452 and `auto-revert-active-p'.
18453 (eval-when-compile): Defvar dired-directory and vc-mode.
18454 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18455 (auto-revert-handler-vc): New functions.
18456
18457 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18458
18459 * progmodes/compile.el (compilation-directory): New defvar.
18460 (compile): Save current directory in compilation-directory.
18461 (recompile): Bind default-directory to compilation-directory if
18462 that is non-nil.
18463
18464 2004-02-16 Dave Love <fx@gnu.org>
18465
18466 * newcomment.el (comment-insert-comment-function)
18467 (comment-region-function, uncomment-region-function): New.
18468 (comment-indent): Use comment-insert-comment-function.
18469 (uncomment-region): Use uncomment-region-function.
18470 (comment-region): Use comment-region-function.
18471
18472 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18473
18474 2004-02-16 Richard Stallman <rms@gnu.org>
18475
18476 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18477 loaddefs* and ldefs-boot*.
18478
18479 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18480
18481 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18482 and email address at the beginning and end of the address.
18483
18484 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18485 anchored at the beginning of the email address.
18486
18487 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18488
18489 * international/ccl.el (ccl-compile-write): Pass `left' to
18490 ccl-embed-code to generate correct code of write-expr-register.
18491
18492 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18493
18494 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18495
18496 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18497
18498 * x-dnd.el: Mention support for Motif in commentary.
18499 (x-dnd-handle-drag-n-drop-event): Ditto.
18500
18501 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18502
18503 * ses.el: Use "ses--" prefixes for buffer-local variables.
18504 Use (point-min) instead of 1, even when we know the buffer
18505 is unnarrowed.
18506 (ses-build-load-map): Delete. Distribute its content to defconst's for
18507 the three maps.
18508 (ses-menu, ses-header-line-menu): New menus.
18509 (ses-mode-map): Use them.
18510 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18511
18512 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18513
18514 * Makefile.in: Fix the CC Mode recompile kludge so it works
18515 when building in a different directory.
18516
18517 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18518
18519 * simple.el (kill-new): Put yank-handler property on the entire string.
18520
18521 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18522
18523 * diff.el: Don't use compile any more, use diff-mode instead.
18524 (diff-regexp-alist, diff-old-file, diff-new-file)
18525 (diff-parse-differences, diff-process-setup): Remove.
18526 (diff-sentinel): New fun.
18527 (diff): Use it. Run the process ourselves.
18528 Use diff-mode for the rest of the processing.
18529
18530 * diff.el (diff): Simplify code handling `switch'.
18531
18532 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18533
18534 * pcvs-defs.el (cvs-menu): Add `tag'.
18535
18536 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18537
18538 * simple.el (kill-append): Doc fix.
18539
18540 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18541 Adapt outline-regexp to the new conventions for commenting out code.
18542
18543 2004-02-11 John Paul Wallington <jpw@gnu.org>
18544
18545 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18546
18547 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18548
18549 * diff.el (diff-switches): New fun.
18550 (diff, diff-backup): Use it.
18551 (diff): Clean up the args construction. Use backquote.
18552 Use listp instead of consp to avoid putting a nil arg.
18553 (diff): Add a revert-buffer function.
18554
18555 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18556
18557 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18558 handled by x-dnd-handle-file-name.
18559 (x-dnd-known-types): Add COMPOUND_TEXT.
18560 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18561 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18562 x-dnd-empty-state.
18563 (x-dnd-forget-drop): Ditto.
18564 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18565 (x-dnd-handle-one-url): Return private when inserting text.
18566 (x-dnd-insert-ctext): New function.
18567 (x-dnd-handle-file-name): New function for FILE_NAME.
18568 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18569 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18570 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18571
18572 2004-02-10 Kenichi Handa <handa@m17n.org>
18573
18574 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18575 instead of while loop.
18576
18577 2004-02-10 Miles Bader <miles@gnu.org>
18578
18579 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18580
18581 2004-02-09 Kenichi Handa <handa@m17n.org>
18582
18583 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18584 have end-of-line.
18585
18586 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18587
18588 * Makefile.in: Added extra dependencies in the recompile target
18589 needed to cope with the compile time macro expansions in CC Mode.
18590
18591 2004-02-09 Kim F. Storm <storm@cua.dk>
18592
18593 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18594 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18595 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18596 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18597 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18598 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18599 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18600 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18601 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18602 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18603 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18604
18605 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18608 Don't allow shrink if there's a window on our right.
18609
18610 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18611 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18612 Bring together declaration and initialization.
18613 (prolog-mode-variables): Don't set the syntax table.
18614 Don't set paragraph-start and comment-indent-function.
18615 Add /*..*/ to the comment regexps.
18616 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18617 (prolog-mode-map): Don't bind TAB.
18618 (prolog-mode): Set the syntax table.
18619 (prolog-comment-indent): Remove.
18620 (inferior-prolog-mode-map): Initialize in the declaration.
18621 (inferior-prolog-mode-syntax-table)
18622 (inferior-prolog-mode-abbrev-table): New vars.
18623 (inferior-prolog-mode): Derive from comint-mode.
18624 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18625 minibuffer windows.
18626
18627 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18628 in file names, as long as it is unabmiguous.
18629
18630 2004-02-08 Andreas Schwab <schwab@suse.de>
18631
18632 * textmodes/reftex-toc.el
18633 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18634 format. Doc fix.
18635
18636 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18637 format string arguments.
18638
18639 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18640 string argument.
18641
18642 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18643
18644 * play/zone.el (zone-call): Fix format string.
18645
18646 * net/webjump.el (webjump-builtin): Add missing format string argument.
18647
18648 * midnight.el (midnight-delay-set): Remove extra format string argument.
18649
18650 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18651
18652 * hexl.el (hexl-insert-char): Add missing format string argument.
18653
18654 * format.el (format-decode): Fix format string.
18655
18656 * emulation/vi.el (vi-mode): Remove extra format string argument.
18657 (vi-repeat-last-search): Likewise.
18658 (vi-reverse-last-search): Likewise.
18659 (vi-goto-mark): Likewise.
18660 (vi-reverse-last-find-char): Likewise.
18661 (vi-repeat-last-find-char): Likewise.
18662 (vi-locate-def): Likewise.
18663
18664 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18665
18666 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18667 string argument.
18668 (ediff-toggle-regexp-match): Likewise.
18669
18670 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18671 format string argument.
18672
18673 * calc/calc-map.el (calc-get-operator): Remove extra format
18674 string argument.
18675
18676 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18677
18678 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18679 string argument.
18680
18681 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18682
18683 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18684
18685 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18686
18687 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18688 (cl-struct-setf-expander): Likewise.
18689
18690 * vc.el (with-vc-file): Fix unsafe uses of error.
18691 (vc-cancel-version): Likewise.
18692
18693 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18694
18695 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18696 thousands separator; fixes <class>:<line-number> regexp for
18697 non-english locales.
18698
18699 2004-02-08 Andreas Schwab <schwab@suse.de>
18700
18701 * view.el (view-mode-enable): Revert previous change.
18702
18703 2004-02-07 Kim F. Storm <storm@cua.dk>
18704
18705 * simple.el (line-number-at-pos): Rename from line-at-pos.
18706 Uses changed (what-line and vc-annotate-warp-version).
18707
18708 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18709
18710 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18711 (diff-mode): Remove aborted attempt at support for compile.el.
18712 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18713
18714 2004-02-06 Andreas Schwab <schwab@suse.de>
18715
18716 * view.el (view-mode-enable): Add view-mode-map to
18717 minor-mode-overriding-map-alist.
18718
18719 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18720
18721 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18722
18723 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18724
18725 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18726 with point inside rather than after the paragraph.
18727
18728 2004-02-04 Sam Steingold <sds@gnu.org>
18729
18730 * mail/smtpmail.el (smtpmail-try-auth-methods):
18731 Do not try authentication when no mechanism is available.
18732 Pass port-name as defaultport to `netrc-machine'.
18733
18734 2004-02-04 Stephen Eglen <stephen@gnu.org>
18735
18736 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18737 to show how minibuffer height can be constrained.
18738
18739 2004-02-04 John Paul Wallington <jpw@gnu.org>
18740
18741 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18742
18743 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18744
18745 * x-dnd.el: New file for drag and drop.
18746
18747 * term/x-win.el: require x-dnd, set after-make-frame-functions
18748 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18749 drag-n-drop event.
18750
18751 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18752 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18753 (dired-dnd-handle-file): New functions for drag and drop support.
18754 (dired-mode): Initialize drag and drop if x-dnd present.
18755
18756 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18757
18758 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18759 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18760 (cperl-mode): Set fill-paragraph-function.
18761 (cperl-fill-paragraph): Make it non-interactive.
18762
18763 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18764
18765 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18766
18767 2004-02-02 David Kastrup <dak@gnu.org>
18768
18769 * replace.el (perform-replace): Allow 'literal argument in
18770 regexp-flag to indicate literal replacement.
18771 (query-replace-regexp-eval): Use it.
18772
18773 2004-02-01 Andreas Schwab <schwab@suse.de>
18774
18775 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18776
18777 2004-02-01 Stephen Eglen <stephen@gnu.org>
18778
18779 * info-look.el: Add support for maxima-mode. Update commentary
18780 because info-lookup-symbol is now bound to C-h S.
18781
18782 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18783
18784 * simple.el (edit-and-eval-command): Bind print-level and
18785 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18786 Correct initial position in command-history.
18787
18788 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18789
18790 * files.el (read-directory-name): Adapt the docstring to recent
18791 change in Fread_file_name.
18792
18793 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18794
18795 * ses.el (ses-print-cell): If print format too wide for column
18796 width, truncate decimal places if that helps to avoid "#####" fill.
18797 * ses.el (ses-initial-column-width): Revert previous change.
18798
18799 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18802 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18803 Add edebug info.
18804 (jit-lock-mode): Setup/cancel the new timer.
18805 (jit-lock-context-fontify): New fun. Extracted from
18806 context fontification code of jit-lock-stealth-fontify.
18807 (jit-lock-stealth-fontify): Don't do context fontification any more.
18808
18809 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18810 (jit-lock-fontify-now): Handle the `quit' case.
18811 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18812
18813 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18814
18815 * progmodes/executable.el (executable-command-find-posix-p):
18816 New. Check if find handles arguments Posix-style.
18817
18818 * progmodes/grep.el (grep-compute-defaults):
18819 Use executable-command-find-posix-p.
18820 (grep-find): Check `grep-find-command'.
18821
18822 * filecache.el (file-cache-find-posix-p): Delete.
18823 (file-cache-add-directory-using-find):
18824 Use `executable-command-find-posix-p'.
18825
18826 2004-01-29 Dave Love <fx@gnu.org>
18827
18828 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18829 Iterate the hook function if arg is given.
18830 (mark-defun, narrow-to-defun): Change order of finding the limits.
18831
18832 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18833 (byte-compile-format-warn): New.
18834 (byte-compile-callargs-warn): Use it.
18835 (Format, message, error): Add byte-compile-format-like property.
18836 (byte-compile-maybe-guarded): New.
18837 (byte-compile-if, byte-compile-cond): Use it.
18838 (byte-compile-lambda): Compile interactive forms,
18839 just to make warnings about them.
18840
18841 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18842
18843 * ses.el (ses-initial-column-width): Increase to 14, so it will
18844 work well with the default printer of "%.7g" for extreme values
18845 like "-1.234567e+07".
18846
18847 2004-01-29 Kenichi Handa <handa@m17n.org>
18848
18849 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18850
18851 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18852
18853 * dos-w32.el: Added support for the `default-printer-name' function.
18854
18855 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18856
18857 * server.el (server-socket-name): Don't use the hostname in the
18858 socket name since /tmp is local to the host anyway.
18859
18860 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18861 robust check of widening and fix var-naming.
18862
18863 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18864
18865 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18866 or rmail-spam- to rsf- in all function and variable names.
18867 (rsf-min-region-to-spam-list): New variable.
18868 (rsf-bbdb-auto-delete-spam-entries): Rename from
18869 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18870 scanned together with the recipients field for spam testing; Don't
18871 delete spam message if rmail-delete-after-output is non-nil;
18872 (rsf-check-field): New function, extracted from code in
18873 rmail-spam-filter to ease addition of header fields like
18874 content-type:;
18875 (message-content-type): New variable. The content-type: field was
18876 added also in defcustom of rsf-definitions-alist;
18877 (rmail-spam-filter): Replace repeated test code for header fields
18878 by calls to check-field; change the call to
18879 rmail-output-to-rmail-file such that rmail-current-message stays
18880 the same to avoid wrong deletion of unseen flags.
18881 (rmail-use-spam-filter): Add autoload cookie.
18882
18883 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18884
18885 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18886 (file-cache-add-directory-using-find): Add Cygwin support.
18887 (file-cache-find-command-posix-flag): New user variable.
18888
18889 * filecache.el (file-cache-add-directory): Check for
18890 directories an remove them from dir-files.
18891
18892 2004-01-27 Richard M. Stallman <rms@gnu.org>
18893
18894 * man.el (Man-fontify-manpage): Clean up message.
18895
18896 2004-01-27 Kenichi Handa <handa@m17n.org>
18897
18898 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18899 (sentence-end): Define using sentence-end-without-space.
18900
18901 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18902 a sentence ends with one of a character in sentence-end-without-space.
18903
18904 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18907 (jit-lock): Group declaration moved to jit-lock.el.
18908 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18909 when necessary.
18910
18911 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18912 (jit-lock-context-unfontify-pos): Rename from
18913 jit-lock-first-unfontify-pos.
18914 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18915
18916 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18917
18918 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18919 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18920 (fortran-fill): When filling a string, adjust re-search-backward
18921 argument for special case of string just on fill-column.
18922 When filling non-string, allow one extra char if
18923 fortran-break-before-delimiters is non-nil.
18924 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18925 Use fortran-break-delimiters-re and fortran-no-break-re to
18926 correctly handle cases such as "**".
18927
18928 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18929 (f90-no-break-re): Add some extra tokens. Doc fix.
18930
18931 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18932
18933 * mail/rmail-spam-filter.el:
18934 Use two semicolons as Commentary line prefix.
18935 Add ";;; Code:" stylized comment.
18936 Delete end-of-line whitespace.
18937 Wrap (require 'cl) with `eval-when-compile'.
18938
18939 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18940
18941 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18942 at the top level of vc.el.
18943
18944 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18945
18946 * vc.el (vc-current-line): Function removed. This is now done by
18947 the new function line-at-pos in simple.el.
18948 (vc-annotate-warp-version): Use line-at-pos instead of
18949 vc-current-line.
18950
18951 2004-01-22 Kim F. Storm <storm@cua.dk>
18952
18953 * simple.el (line-at-pos): New defun.
18954 (what-line): Use it. Optimize by only counting lines in narrowed
18955 region once.
18956
18957 2004-01-22 Kenichi Handa <handa@m17n.org>
18958
18959 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18960 point (register r1) only for charset mule-unicode-0100-24ff.
18961
18962 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18963
18964 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18965 trailing white space and ensure a final newline.
18966
18967 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18968 Add autoload cookie.
18969
18970 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18971
18972 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18973 activate view-mode explicitly.
18974
18975 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18976
18977 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18978 menu-bar-enable-clipboard and make Paste use clipboard first.
18979
18980 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18983 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18984 (vc-mcvs-cvs): Remove.
18985 (vc-mcvs-command): Remove use of assert.
18986
18987 * outline.el (outline-insert-heading): Tighten up match.
18988 (outline-demote, outline-move-subtree-down): Don't assume anything
18989 about outline-regexp.
18990
18991 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18992 (texinfo-show-structure): Explicitly add ^, and simplify.
18993
18994 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18995
18996 * calendar/appt.el (appt-check): Restore usage of
18997 appt-issue-message deleted in previous change.
18998 (top-level): Activate package when loaded (needed for backwards
18999 compatibility).
19000
19001 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19002
19003 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
19004 following previous change to smtpmail-send-data.
19005
19006 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19007
19008 * vc.el (vc-default-previous-version): Doc enhancement.
19009 (vc-default-next-version): New function.
19010 (vc-print-log): New arg FOCUS-REV.
19011 (vc-annotate-mode): Derive from view-mode.
19012 (vc-annotate): New args REVISION, DISPLAY-MODE.
19013 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19014 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19015 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19016 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19017 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19018
19019 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19020
19021 2004-01-19 Karl Berry <karl@gnu.org>
19022
19023 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19024 or "TexInfo".
19025
19026 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19027
19028 * subr.el (delete-dups): New function.
19029
19030 2004-01-19 Karl Berry <karl@gnu.org>
19031
19032 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19033 with ^, since that's what texinfo-show-structure
19034 documentation says (plus it works much better in texinfo.txi).
19035
19036 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19037
19038 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19039
19040 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19041
19042 * progmodes/which-func.el (which-function-mode): Don't cancel
19043 which-func-update-timer if not set.
19044
19045 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19046
19047 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19048 Remove spurious left square bracket in XX:XXam regexp.
19049
19050 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19051
19052 * progmodes/cc-defs.el: Do not require cl at run time.
19053
19054 2004-01-16 Richard M. Stallman <rms@gnu.org>
19055
19056 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19057 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19058
19059 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19060 Call rmail-spam-filter. Delete and expunge spam.
19061 Print number of spam messages deleted.
19062 Save and restore the deletion status of old messages when reading
19063 new mail with spam filter, so that expunging spam does not expunge
19064 msgs deleted by the user.
19065 (rmail-only-expunge): Add an optional argument dont-show to
19066 prevent showing message after expunge.
19067
19068 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19069
19070 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19071 * subr.el (declare): New macro.
19072
19073 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19074
19075 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19076
19077 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19078
19079 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19080 Test window-system rather than system-type (for X11/Mac).
19081
19082 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19083
19084 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19085
19086 2004-01-12 Richard M. Stallman <rms@gnu.org>
19087
19088 * mail/rmail.el (rmail-convert-to-babyl-format):
19089 Use mail-unquote-printable-region.
19090 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19091 (rmail-hex-char-to-integer): Functions deleted.
19092
19093 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19094 (mail-unquote-printable-region): New arg NOERROR.
19095 For invalid encoding, either signal an error to just return nil.
19096
19097 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19098
19099 * calendar/appt.el: Update copyright and commentary.
19100 (appt-issue-message): Make obsolete.
19101 (appt-visible, appt-msg-window): Make obsolete, in favour of
19102 appt-display-format.
19103 (appt-display-mode-line, appt-display-duration)
19104 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19105 (appt-prev-comp-time, appt-display-count, appt-timer)
19106 (appt-convert-time): Doc change.
19107 (appt-disp-window-function, appt-delete-window-function):
19108 Use defcustom rather than defvar.
19109 (appt-display-format): New variable.
19110 (appt-display-message): New function with display code from appt-check.
19111 (appt-check): Add optional FORCE argument. Doc change.
19112 Add appt-make-list to diary-hook if displaying diary.
19113 Remove checking of view-diary-entries-initially.
19114 Message display section removed to new function appt-display-message.
19115 (appt-display-window): Doc change. Remove unused internal var
19116 this-buffer. Do not beep, since appt-display-message does that.
19117 (appt-make-list): Doc change. Use caar.
19118 (appt-sort-list): Simplify by using builtin sort function.
19119 (appt-update-list): New function for updating appts when diary is
19120 saved.
19121 (appt-activate): New autoloaded function to toggle package
19122 functionality.
19123
19124 * calendar/cal-x.el: (calendar-one-frame-setup)
19125 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19126
19127 * calendar/calendar.el: Update copyright.
19128 (view-diary-entries-initially, european-calendar-style): Doc change.
19129 (calendar-setup): Make defcustom rather than defvar.
19130 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19131 in let binding so local to function.
19132
19133 * calendar/diary-lib.el: Update copyright.
19134 (diary, diary-entry-time): Doc change.
19135 (list-diary-entries): Doc change. Trivial logic change.
19136 (fancy-diary-display): Restore make-face command mistakenly
19137 deleted 2003-05-08.
19138 (show-all-diary-entries): Allow to pop-up frame if needed.
19139
19140 2004-01-09 John Paul Wallington <jpw@gnu.org>
19141
19142 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19143 Temporarily select EVENT's window for changing eol type.
19144
19145 2004-01-09 Deepak Goel <deego@gnufans.org>
19146
19147 * calendar/diary-lib.el (diary-entry-time):
19148 Also accept time in the form XX[.XX][am/pm/AM/PM].
19149 (fancy-diary-font-lock-keywords): Likewise.
19150 (diary-font-lock-keywords): Likewise.
19151 * calendar/appt.el (appt-add): Likewise.
19152 (appt-make-list): Likewise.
19153 (appt-convert-time): Likewise.
19154
19155 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19156
19157 * gdb-ui.el (gdb-ann3): Revert previous change.
19158 (gdb-source-info): Allow for case of where compilation directory
19159 is not recorded.
19160
19161 2004-01-08 John Paul Wallington <jpw@gnu.org>
19162
19163 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19164
19165 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19166
19167 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19168
19169 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19170 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19171 problems.
19172 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19173
19174 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19175
19176 * files.el (write-file-functions, write-contents-functions):
19177 Clarify docstrings.
19178
19179 2004-01-07 Kenichi Handa <handa@m17n.org>
19180
19181 * international/mule.el (set-auto-coding): Fix for the case that
19182 end-of-line is only CR.
19183
19184 2004-01-07 Kim F. Storm <storm@cua.dk>
19185
19186 * subr.el (event-start, event-end): Doc fix.
19187 (posn-string, posn-image): New defuns.
19188 (posn-object): Return either image or string object.
19189 (posn-object-x-y): Return 8th element of position.
19190 (posn-object-width-height): New defun.
19191
19192 2004-01-06 Andreas Schwab <schwab@suse.de>
19193
19194 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19195 output.
19196
19197 2004-01-05 Karl Berry <karl@gnu.org>
19198
19199 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19200 / and *, too.
19201
19202 2003-12-31 Simon Josefsson <jas@extundo.com>
19203
19204 * files.el (before-save-hook): Add.
19205 (basic-save-buffer): Use before-save-hook.
19206
19207 * emacs-lisp/copyright.el: Fix comment to recommend
19208 before-save-hook instead of write-file-functions.
19209
19210 2004-01-05 Richard M. Stallman <rms@gnu.org>
19211
19212 * finder.el (finder-commentary): Call delete-other-windows.
19213
19214 * net/ange-ftp.el (ange-ftp-file-attributes):
19215 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19216
19217 2004-01-04 Karl Berry <karl@gnu.org>
19218
19219 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19220 comment characters % and # in the copyright year notice,
19221 as well as ;.
19222
19223 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19224
19225 * wid-edit.el (default): Define dummy :value-delete.
19226 Reported by Jesper Harder <harder@ifa.au.dk>.
19227
19228 2004-01-03 Richard M. Stallman <rms@gnu.org>
19229
19230 * progmodes/compile.el (compile-internal): Use point, not point-min,
19231 for set-window-point.
19232
19233 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19234
19235 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19236
19237 * progmodes/grep.el (grep-mode-map):
19238 Don't remap next-line, previous-line.
19239
19240 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19241
19242 * speedbar.el (speedbar-edit-line): Change regexp to position
19243 the cursor on the first character of this line's button.
19244
19245 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19246
19247 * subr.el (functionp): Doc fix.
19248
19249 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19250
19251 * progmodes/idlwave.el (idlwave-make-tags):
19252 * textmodes/flyspell.el (flyspell-large-region):.
19253 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19254 * emulation/viper-util.el (viper-glob-unix-files):
19255 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19256 * man.el (Man-init-defvars):
19257 * jka-compr.el (jka-compr-call-process):
19258 * files.el (get-free-disk-space,insert-directory):
19259 * ediff-ptch.el (ediff-test-patch-utility):
19260 * ediff-diff.el (ediff-test-utility):
19261 * dired-aux.el (dired-check-process):
19262 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19263 test the return value of call-process, because it can be a string.
19264
19265 2003-12-31 John Paul Wallington <jpw@gnu.org>
19266
19267 * bindings.el (completion-ignored-extensions): Add .pfsl.
19268
19269 2003-12-31 Kim F. Storm <storm@cua.dk>
19270
19271 * ido.el (ido-nonreadable-directory-p): New defun to check for
19272 nonreadable directory without activating tramp (to avoid problems
19273 with checking incomplete tramp paths).
19274 (ido-set-current-directory, ido-file-internal)
19275 (ido-file-name-all-completions1): Use it.
19276
19277 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19278
19279 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19280 documentation if the anchor (or node) name is preceded by `info
19281 anchor' or `Info anchor' in addition to earlier `info node' and
19282 `Info node'.
19283 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19284
19285 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19286
19287 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19288 error in arguments to base64-decode-region. Remove ^M characters
19289 after decoding base64.
19290
19291 2003-12-30 Simon Josefsson <jas@extundo.com>
19292
19293 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19294 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19295 have only been distributed with Emacs for some years.
19296 (texinfo-mode-hook): Customize.
19297
19298 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19299
19300 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19301 cleaner (suggested by Richard Stallman).
19302
19303 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19304 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19305 file-name clashes on 8+3 DOS filesystems.
19306
19307 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19308 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19309 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19310 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19311 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19312 file-name clashes on 8+3 filesystems.
19313
19314 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19315 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19316 file-name clashes on 8+3 DOS filesystems.
19317
19318 2003-12-29 Richard M. Stallman <rms@gnu.org>
19319
19320 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19321 Upcase the character.
19322
19323 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19324 Search for header separator alone on a line, literally,
19325 and search for it backward, not forward.
19326 (flyspell-abbrev-table): Always use global-abbrev-table
19327 if there is no local one.
19328
19329 * progmodes/sh-script.el (sh-get-indent-info):
19330 Don't move point back if at bob.
19331
19332 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19333
19334 * play/handwrite.el (handwrite): Make the handwrite credit message
19335 a comment rather than an output command.
19336
19337 * obsolete/sc.el: Display message that this file is obsolete.
19338
19339 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19340
19341 * mail/rfc822.el (rfc822-address-start): Declare variable.
19342 Renamed from address-start. All uses changed.
19343
19344 * term.el (term-exec): Set up sentinel.
19345 (term-sentinel): New function.
19346 (term-handle-exit): New function.
19347
19348 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19349 Use assoc-string, and mark them obsolete.
19350 (delay-mode-hooks): Mark as permanent local.
19351
19352 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19353
19354 * register.el (copy-rectangle-to-register): Doc fix.
19355
19356 * info.el (Info-insert-dir): Use assoc-string.
19357
19358 * info-look.el (info-lookup): Use assoc-string.
19359
19360 * frame.el (pop-up-frame-function): Use quote, not `function'.
19361 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19362 copying with lists as coordinate values.
19363
19364 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19365
19366 * find-dired.el (kill-find): New command.
19367 (find-dired): Make buffer read-only.
19368 Set up a keymap with C-c C-k running kill-find.
19369 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19370
19371 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19372
19373 * filecache.el (file-cache-ignore-case): New variable.
19374 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19375
19376 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19377 (comint-dynamic-complete-as-filename): Rename local vars.
19378 (comint-dynamic-list-filename-completions): Likewise.
19379
19380 * comint.el (comint-dynamic-list-completions-config): New var.
19381 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19382
19383 * comint.el (comint-file-name-chars): Add [].
19384 (comint-word): Use skip-chars-backward, not search.
19385
19386 * shell.el (shell-file-name-chars): Add [].
19387
19388 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19389
19390 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19391
19392 * generic.el (define-generic-mode): Doc fix.
19393
19394 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19395
19396 * files.el (kill-some-buffers): Doc fix.
19397
19398 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19399
19400 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19401 arg to send-invisible
19402 (send-invisible): Doc fix. The argument is now a prompt, not the
19403 string to send.
19404 (comint-read-noecho): Doc fix.
19405
19406 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19407
19408 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19409 "@", as required by some ISP hosting service. Fix defcustom
19410 argument syntax errors that prevented use of customization.
19411
19412 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19413
19414 * xml.el (xml-get-attribute-or-nil): Doc fix.
19415
19416 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19417
19418 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19419 write-file-hooks.
19420
19421 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19422
19423 * autorevert.el (auto-revert-interval): Doc fix.
19424
19425 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19426
19427 * xml.el (xml-get-attribute-or-nil): New function, like
19428 xml-get-attribute, but returns nil if the attribute was not found.
19429 (xml-get-attribute): Convert to defsubst, uses
19430 xml-get-attribute-or-nil.
19431
19432 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19433
19434 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19435
19436 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19437
19438 * custom.el (custom-declare-theme): Use `value' when putting
19439 properties on `theme'.
19440
19441 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19442
19443 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19444 for each yank-handler segment.
19445 (insert-for-yank-1): New function, with the body of the previous
19446 insert-for-yank.
19447
19448 * textmodes/table.el (table-yank-handler): New defcustom.
19449 (table--put-cell-indicator-property): Put yank-handler property
19450 that indicates the yank handler for the table cell.
19451
19452 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19453
19454 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19455 set of keywords.
19456
19457 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19458
19459 * international/mule-cmds.el (reset-language-environment)
19460 (set-language-environment): Don't invoke fontset-related functions
19461 if fontset-list is not fboundp.
19462
19463 2003-12-29 Kenichi Handa <handa@m17n.org>
19464
19465 * international/mule-cmds.el (reset-language-environment):
19466 Call set-overriding-fontspec-internal with nil.
19467 (set-language-environment): Call set-overriding-fontspec-internal
19468 if the language environment specify `overriding-fontspec'.
19469 (language-info-alist): Doc added.
19470
19471 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19472 characters of mule-unicode-0100-24ff.
19473 (ccl-encode-windows-1251-font): New CCL program.
19474 ("Bulgarian"): Specify overriding-fontspec.
19475 ("Belarusian"): Likewise.
19476
19477 2003-12-28 Sam Steingold <sds@gnu.org>
19478
19479 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19480 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19481
19482 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19483
19484 * progmodes/gud.el (gud-gdb-command-name): Set default to
19485 "gdb --annotate=3".
19486 (gud-gdb-marker-filter): Look out for annotations.
19487 (gdb-first-pre-prompt): New variable.
19488 Remove trailing white space.
19489
19490 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19491 if necessary.
19492 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19493 annotations are detected.
19494 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19495 instead of a local one to allow transition from
19496 gud-gdb-marker-filter.
19497 Remove trailing white space.
19498
19499 2003-12-27 Kim F. Storm <storm@cua.dk>
19500
19501 * ido.el: Handle non-readable directories.
19502 (ido-decorations): Add 9th element for non-readable directory.
19503 (ido-directory-nonreadable): New dynamic var.
19504 (ido-set-current-directory): Set it.
19505 (ido-read-buffer, ido-file-internal):
19506 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19507 (ido-file-name-all-completions1): Return empty list for
19508 non-readable directory.
19509 (ido-exhibit): Print [Not readable] if directory is not readable.
19510 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19511 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19512 Use it.
19513
19514 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19515
19516 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19517 calls to directory-files-and-attributes and file-attributes.
19518 (ls-lisp-format): Remove system dependent handling of user and
19519 group id's.
19520
19521 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19522
19523 * ffap.el (ffap-read-file-or-url): Revert previous change.
19524
19525 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19526
19527 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19528 new list of included files called `files-with-node-lines', that
19529 only have node lines. This way @include commands can include any
19530 file, such as version and update files without node lines, not
19531 just files that are chapters.
19532
19533 2003-12-25 Andreas Schwab <schwab@suse.de>
19534
19535 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19536 file not found.
19537
19538 2003-12-08 Miles Bader <miles@gnu.org>
19539
19540 * dired.el (dired-between-files): Always use dired-move-to-filename,
19541 which is more robust in non-english locales.
19542
19543 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19544
19545 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19546
19547 2003-12-24 Andreas Schwab <schwab@suse.de>
19548
19549 * shell.el (shell-file-name-quote-list): Add backslash.
19550
19551 * comint.el (comint-quote-filename): Correctly handle backslash
19552 in comint-file-name-quote-list.
19553
19554 2003-12-24 Kenichi Handa <handa@m17n.org>
19555
19556 * international/mule-cmds.el (set-default-coding-systems):
19557 Call ucs-set-table-for-input for all buffers that don't have local
19558 value of buffer-file-coding-system.
19559
19560 * international/ucs-tables.el (ucs-set-table-for-input):
19561 If translation-table-for-encode is a symbol, get its
19562 translation-table property.
19563
19564 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19565
19566 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19567 to `completing-read' on a recently fixed bug.
19568
19569 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19570 instead of SPACE, to get the list of possible fringe modes.
19571 SPACE only works if both `partial-completion-mode' and
19572 `completion-auto-help' are nil.
19573
19574 * complete.el (PC-is-complete-p): Delete.
19575 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19576 calls to `test-completion'.
19577
19578 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19579
19580 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19581 to edit values when there are no children.
19582
19583 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19584 a mode called "Assembler" already exists.
19585 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19586 (gud-watch): Use format option. Remove font properties from string.
19587 (gdb-var-create-handler, gdb-var-list-children-handler):
19588 Don't bother about properties as there are none.
19589 (gdb-var-create-handler, gdb-var-list-children-handler)
19590 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19591 with two arguments.
19592 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19593 Let speedbar show value changes with a different font.
19594 (gdb-edit-value): New defun.
19595 (gdb-clear-partial-output, gdb-clear-inferior-io)
19596 (def-gdb-auto-update-handler): Use erase-buffer.
19597 (gdb-frame-handler): Display watch expressions in
19598 FUNCTION::VARIABLE format if required.
19599
19600 2003-12-23 John Paul Wallington <jpw@gnu.org>
19601
19602 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19603 (Info-goto-emacs-command-node): Doc fixes.
19604
19605 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19606
19607 * cus-edit.el (custom-add-parent-links): Define "many".
19608
19609 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19610
19611 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19612 (widget-child-validate, widget-type-value-create)
19613 (widget-type-default-get, widget-type-match): New functions.
19614 (lazy): New widget.
19615 (menu-choice, checklist, radio-button-choice, editable-list)
19616 (group, documentation-string): Remove redundant (per 2003-10-25
19617 change) calls to `widget-children-value-delete'.
19618 (widget-choice-value-get, widget-choice-value-inline): Remove.
19619 (menu-choice): Update widget.
19620
19621 2003-12-03 Kenichi Handa <handa@m17n.org>
19622
19623 * language/cyrillic.el: Register "microsoft-cp1251" in
19624 ctext-non-standard-encodings-alist.
19625 ("Bulgarian"): Add ctext-non-standard-encodings.
19626 ("Belarusian"): Likewise.
19627
19628 * international/mule-conf.el (compound-text-with-extensions):
19629 Change the type to 2 (iso-2022 base).
19630
19631 * international/mule.el (ctext-non-standard-encodings-alist):
19632 Change the format.
19633 (ctext-non-standard-encodings): New variable.
19634 (ctext-post-read-conversion): Fully re-written.
19635 (ctext-non-standard-designations-alist): Delete it.
19636 (ctext-non-standard-encodings-table): New function.
19637 (ctext-pre-write-conversion): Fully re-written.
19638
19639 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19640
19641 * cus-edit.el (custom-add-parent-links): Add documentation links
19642 for parent, if the item has none of its own.
19643
19644 2003-11-30 Richard M. Stallman <rms@gnu.org>
19645
19646 * dired-aux.el (dired-do-query-replace-regexp):
19647 Report files visited read-only.
19648
19649 2003-11-30 Juri Linkov <juri@jurta.org>
19650
19651 * dired-aux.el (dired-compare-directories): New command.
19652 (dired-file-set-difference, dired-files-attributes): New functions.
19653
19654 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19655 Version 2.0.38 of Tramp released.
19656
19657 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19658 Charles Curley <charlescurley@charlescurley.com>.
19659 (tramp-multi-connection-function-alist): Add ssht entry which adds
19660 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19661 Aichner.
19662 (tramp-get-method-parameter): New function to retrieve a method
19663 parameter. This allows for omission of method parameters.
19664 Callers adjusted.
19665
19666 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19667
19668 * net/tramp.el: Add new optional parameter ID-FORMAT to
19669 `file-attributes'. Calls of `file-attributes' won't use this
19670 parameter for backward compatibility reasons.
19671 (tramp-perl-file-attributes): Add a new parameter to Perl script
19672 in order to handle uid/gid as strings, if desired.
19673 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19674 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19675 order to make the function more general.
19676 (tramp-handle-file-attributes): Replace proprietary optional
19677 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19678 (tramp-handle-file-attributes-with-perl): Handle parameter
19679 NONNUMERIC if set. This wasn't done in the past.
19680 (tramp-post-connection): Apply second parameter "$2" if
19681 `tramp-remote-perl' is called.
19682
19683 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19684 Correct cut'n'waste error (`filename' instead of `directory').
19685 (tramp-smb-handle-directory-files-and-attributes)
19686 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19687 introduced parameter ID-FORMAT.
19688 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19689 error (`directory' instead of `ldir').
19690
19691 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19692 `file-attributes' has a second parameter. If yes, apply it with
19693 value "'integer". Otherwise, don't use that parameter (default is
19694 integer format).
19695
19696 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19697
19698 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19699 (help-for-help): Add `C-h .' to the listed Help options.
19700 Remove trailing whitespace.
19701
19702 * help-at-pt.el: New file.
19703
19704 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19705
19706 * subr.el (noreturn, 1value): New macros for test coverage.
19707 See `testcover.el'.
19708
19709 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19710
19711 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19712 for macro `1value'.
19713 (testcover-1value): New function. Checks that a 1value form
19714 actually returns only one value. Requested by RMS.
19715
19716 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19717
19718 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19719 (gdb-var-list-children, gdb-var-list-children-handler)
19720 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19721 gdb commands that use mi to keep them out of the command history.
19722
19723 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19724
19725 * cus-start.el (all): Add use-file-dialog.
19726
19727 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19728
19729 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19730
19731 2003-11-27 Kim F. Storm <storm@cua.dk>
19732
19733 * subr.el (posn-object-x-y): New defun.
19734
19735 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19736
19737 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19738 Don't use `space' for \\\n.
19739 Be more selective as to which # are comment-starters.
19740
19741 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19742
19743 * subr.el (number-sequence): Improve handling of floating point
19744 arguments (suggested by Kim Storm). Allow negative arguments.
19745
19746 2003-11-26 Kenichi Handa <handa@m17n.org>
19747
19748 * international/mule-cmds.el (standard-display-european-internal):
19749 Cancel the standard-display-table setting for ` and '.
19750
19751 2003-11-26 Kim F. Storm <storm@cua.dk>
19752
19753 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19754 New defcustoms to add ffap-like functionality to ido.
19755 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19756 (ido-no-final-slash): New defun.
19757 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19758 (ido-read-file-name): ): Toggle VC checking via
19759 vc-handled-backends instead of vc-master-templates.
19760 (ido-file-internal): Handle ido-use-url-at-point and
19761 ido-use-filename-at-point via code borrowed from ffap-guesser.
19762 Handle new ido-exit code ffap.
19763 (ido-sort-list): Ignore final slash when sorting file names.
19764
19765 2003-11-25 Kim F. Storm <storm@cua.dk>
19766
19767 * emulation/cua-base.el (cua--standard-movement-commands):
19768 Add forward-sentence and backward-sentence.
19769
19770 2003-11-25 Stephen Eglen <stephen@gnu.org>
19771
19772 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19773 iswitchb-exit is set to 'usefirst when user selects buffer at head
19774 of list using RET. (Selecting buffers at the head of the list was
19775 broken if the substring was also a complete buffername.)
19776
19777 2003-11-23 Kim F. Storm <storm@cua.dk>
19778
19779 * progmodes/compile.el (grep-command, grep-use-null-device)
19780 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19781 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19782 (grep-regexp-alist, grep-program, find-program)
19783 (grep-find-use-xargs, grep-history, grep-find-history)
19784 (grep-process-setup, grep-compute-defaults)
19785 (grep-default-command, grep, grep-tag-default, grep-find)
19786 (grep-expand-command-macros, grep-tree-last-regexp)
19787 (grep-tree-last-files, grep-tree): Move grep variables, functions
19788 and commands to new file grep.el.
19789 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19790 (compilation-process-setup-function): Doc fix.
19791 (compilation-highlight-regexp, compilation-highlight-overlay): New
19792 defvars used for highlighting current compile error in source buffer.
19793 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19794 LOCAL-MAP which overrides compilation-highlight-regexp and
19795 compilation-mode-map for this compilation.
19796 Delay calling compilation-set-window-height until after running
19797 compilation-process-setup-function so it can buffer-local override
19798 compilation-window-height.
19799 Check buffer-local value of compilation-scroll-output.
19800 (compilation-set-window-height): Use buffer-local value of
19801 compilation-window-height.
19802 (compilation-revert-buffer): Don't pass (undefined)
19803 preserve-modes arg to revert-buffer.
19804 (next-error-no-select, previous-error-no-select): New commands.
19805 (compilation-goto-locus): Temporarily highlight current match in
19806 source buffer using compilation-highlight-regexp.
19807
19808 * progmodes/grep.el: New file with grep code from compile.el.
19809 (grep): New defcustom group.
19810 (grep-window-height): New defcustom, like compilation-window-height.
19811 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19812 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19813 (grep-command, grep-use-null-device, grep-find-command)
19814 (grep-tree-files-aliases, grep-tree-ignore-case)
19815 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19816 (grep-setup-hook): New hook variable.
19817 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19818 (grep-last-buffer): New defvar, override compilation-last-buffer.
19819 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19820 Call compile-internal with args highlight-regexp and grep-mode-map.
19821
19822 2003-11-23 Kim F. Storm <storm@cua.dk>
19823
19824 * subr.el (event-start, event-end): Doc fix.
19825 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19826 (posn-area, posn-actual-col-row, posn-object): New defuns.
19827 (posn-col-row): Simplify doc. Rewrite to use cond.
19828 (posn-point): Also return buffer position for events outside text
19829 area (that info is now present in the event position).
19830
19831 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19832 mouse-set-point so that hscroll still works now that clicks on
19833 fringes generate specific mouse events.
19834 (mouse-set-point): Note that it now works in fringes and margins
19835 too due to new semantics of posn-point in fringes and margins.
19836
19837 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19838 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19839
19840 2003-11-20 Kim F. Storm <storm@cua.dk>
19841
19842 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19843 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19844 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19845 to 100 for icons to avoid increasing line height when shown.
19846
19847 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19848
19849 * newcomment.el (comment-normalize-vars): Initialize properly if
19850 comment-start was nil.
19851
19852 2003-11-19 Andreas Schwab <schwab@suse.de>
19853
19854 * simple.el (set-variable): Fix indentation.
19855
19856 2003-11-17 Kenichi Handa <handa@m17n.org>
19857
19858 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19859 Fix docstring.
19860
19861 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19862
19863 * international/latin1-disp.el (latin1-display): Fix docstring.
19864
19865 2003-11-16 John Wiegley <johnw@newartisans.com>
19866
19867 * eshell/em-ls.el (eshell-ls-file): There are times with
19868 size-width is nil and uncomputed (when directories are created in
19869 dired, for example); in this case, 4 is reasonable default value,
19870 although it may caused skewed new entries (which could be avoided
19871 by returning the original value of 8 in all cases, but 99% of the
19872 time this is a waste of whitespace).
19873
19874 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19875
19876 * cc-engine.el (c-guess-continued-construct)
19877 (c-guess-basic-syntax): Check a little more carefully if it's a
19878 function declaration when an unknown construct followed by a block
19879 is found inside a statement context. This avoids macros followed
19880 by blocks to be taken as function declarations.
19881
19882 (c-guess-continued-construct): Change the analysis of a statement
19883 continuation with a brace open to `substatement-block', for
19884 consistency with recognized statements.
19885
19886 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19887 start is in a position so that `c-beginning-of-statement-1' jumped
19888 to the beginning of the same statement.
19889
19890 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19891 Don't accept binary operators in the arglist if we're in a function
19892 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19893 template recognition in cases like "if (a < b || c > d)".
19894
19895 (c-restricted-<>-arglists): New more appropriate name for
19896 `c-disallow-comma-in-<>-arglists'.
19897
19898 Accessing functions updated for the variable name change.
19899
19900 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19901 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19902
19903 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19904 labels.
19905
19906 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19907 instead of duplicating parts of it. This fixes bogus label
19908 recognition.
19909
19910 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19911 of checking the context in which to apply the minimum indentation,
19912 so that it isn't enforced in e.g. namespace blocks.
19913
19914 * cc-vars.el (c-inside-block-syms): New constant used by
19915 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19916 to somewhat reduce the risk of becoming stale.
19917
19918 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19919 cc-cmds to cc-engine to allow use from cc-align.
19920
19921 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19922 qualified identifiers containing "::".
19923
19924 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19925 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19926
19927 * cc-vars.el (c-emacs-features): Use a space in front of the name
19928 of the temporary buffer. That also avoids dumping problems in
19929 XEmacs due to undo info being left around after the buffer is killed.
19930
19931 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19932 arglist to see if it's a K&R style declaration.
19933
19934 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19935 before returning `knr-argdecl-intro'.
19936
19937 2003-11-16 John Wiegley <johnw@newartisans.com>
19938
19939 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19940 field in a long-listing always 8 characters, use `size-width',
19941 which has already been computed.
19942
19943 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19944
19945 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19946
19947 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19948
19949 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19950 Support operation while narrowed, with `diff-restrict-view'.
19951
19952 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19953
19954 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19955 Take additional optional arg NARROWFUN. For the generated functions:
19956 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19957 include frags that arrange to check for and save narrowing state before
19958 the move and then conditionally call NARROWFUN after the move.
19959
19960 2003-11-14 John Wiegley <johnw@newartisans.com>
19961
19962 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19963 that was optional, but obviously missing based on surrounding code.
19964
19965 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19966 string arguments to numbers unless the whole argument was seen as
19967 a number.
19968
19969 2003-11-14 Kenichi Handa <handa@m17n.org>
19970
19971 * international/mule.el (ctext-non-standard-encodings-alist):
19972 Fix coding systems.
19973
19974 2003-11-10 Kenichi Handa <handa@m17n.org>
19975
19976 * language/kannada.el ("Kannada"): Add sample-text.
19977
19978 * language/knd-util.el (kannada-compose-region)
19979 (kannada-compose-string, kannada-post-read-conversion):
19980 Add autoload cookie.
19981
19982 * international/quail.el (quail-completion): Change the message
19983 "corresponding translations" to "corresponding characters".
19984
19985 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19986
19987 * descr-text.el (describe-char): Fix typo.
19988
19989 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19990
19991 These changes are to support Kannada language/script.
19992
19993 * Makefile.in (DONTCOMPILE): Add kannada.el.
19994
19995 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19996
19997 * loadup.el: Preload kannada.el.
19998
19999 * language/ind-util.el (ucs-kannada-to-is13194-alist)
20000 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
20001 New variables.
20002
20003 * language/kannada.el: New file.
20004
20005 * language/knd-util.el: New file.
20006
20007 2003-11-07 Andreas Schwab <schwab@suse.de>
20008
20009 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20010 Also highlight AH_*.
20011
20012 * xml.el (xml-parse-dtd): Fix misplaced paren.
20013
20014 2003-11-07 Kenichi Handa <handa@m17n.org>
20015
20016 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20017
20018 2003-11-05 Juri Linkov <juri@jurta.org>
20019
20020 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20021 (desktop-buffer-file): Use saved buffer-file-coding-system
20022 for file reading. Set auto-insert to nil to prevent automatic
20023 insertion into restored empty files.
20024
20025 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20026
20027 * files.el (risky-local-variable-p): Make second argument optional.
20028
20029 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20030
20031 * subr.el (add-hook): Fix last change.
20032
20033 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20034
20035 * mail/rmail.el (rmail-convert-to-babyl-format):
20036 If base64-decode-region signals an error, catch it and silently
20037 ignore it.
20038
20039 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20040
20041 * xml.el (xml-parse-region): Allow comments to appear after the
20042 topmost element has closed.
20043 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20044 (xml-ns-expand-attr): New functions to do namespace handling.
20045 (xml-intern-attrlist): Back-compatible handling of attribute names.
20046 (xml-parse-tag): Move namespace handling to separate functions.
20047 Now produces elements in the form ((:ns . "element") (attr-list)
20048 children) instead of ('ns:element (attr-list) children).
20049 (xml-parse-attlist): Fix attribute parsing.
20050 (xml-parse-dtd): Change parsing so that it produces strings
20051 instead of interned symbols.
20052
20053 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20054
20055 * dired.el (dired-ls-sorting-switches): Doc fix.
20056
20057 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20058
20059 * emacs-lisp/rx.el (rx-or): Fix the case of
20060 "(rx (and ?a (or ?b ?c) ?d))".
20061
20062 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20063
20064 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20065 (texinfo-format-region): Use it.
20066 (texinfo-format-buffer-1): Ditto.
20067
20068 2003-11-01 Alan Mackenzie <acm@muc.de>
20069
20070 Changes to allow scrolling whilst in isearch mode:
20071 * isearch.el (isearch-unread-key-sequence): New function,
20072 extracted from isearch-other-meta-char.
20073 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20074 "scrollable" standard functions.
20075 (isearch-allow-scroll): New customizable variable.
20076 (isearch-string-out-of-window, isearch-back-into-window)
20077 (isearch-reread-key-sequence-naturally)
20078 (isearch-lookup-scroll-key): New functions.
20079 (isearch-other-meta-char): Doc string and functionality enhanced.
20080 Now accepts a prefix argument.
20081 (isearch-lazy-highlight-window-end): New variable.
20082 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20083 end (thru isearch-lazy-highlight-window-end), not only its start.
20084
20085 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20086 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20087 (universal-argument, universal-argument-more, negative-argument)
20088 (digit-argument, universal-argument-other-key): Minor changes.
20089
20090 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20091
20092 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20093 recursively if the last message is deleted, thus avoiding an
20094 infinite loop.
20095
20096 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20099 (tex-main-file): Don't add .tex if the extension is already present.
20100 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20101
20102 2003-10-29 Lute Kamstra <lute@gnu.org>
20103
20104 * progmodes/octave-inf.el (inferior-octave-prompt):
20105 Recognize version number in prompt.
20106
20107 2003-10-28 Dave Love <fx@gnu.org>
20108
20109 * international/characters.el: Fix some Unicode ranges.
20110
20111 2003-10-28 Kenichi Handa <handa@m17n.org>
20112
20113 * disp-table.el (standard-display-8bit)
20114 (standard-display-default, standard-display-ascii)
20115 (standard-display-g1, standard-display-graphic)
20116 (standard-display-underline): Assure that standard-display-table
20117 is a display table.
20118
20119 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20122 reindenting the first line.
20123
20124 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20125
20126 * wid-edit.el (widget-default-delete): Always delete child widgets.
20127
20128 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20129
20130 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20131 if the line has code.
20132 Don't try to line up with something that's too far left.
20133
20134 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20135 (octave-mode-syntax-table): Add % as a comment starter.
20136 (octave-point): Remove.
20137 (octave-in-comment-p, octave-in-string-p)
20138 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20139 (octave-blink-matching-block-open, octave-auto-fill):
20140 Use line-(beginning|end)-position instead.
20141
20142 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20143
20144 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20145 for Francesco Potort\e,Al\e(B.
20146
20147 2003-10-23 Dave Love <fx@gnu.org>
20148
20149 * international/mule-cmds.el (locale-charset-to-coding-system):
20150 Don't rely on nil being a coding system.
20151
20152 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20153 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20154 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20155
20156 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20157
20158 * gdb-ui.el (gdb-current-language): New variable.
20159 (gdb-update-flag): Remove variable.
20160 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20161 (gdb-take-last-elt): Remove function.
20162 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20163 (gdb-post-prompt): Check for variable object changes here.
20164
20165 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20166 object changes in gdb-ui.el.
20167
20168 2003-10-21 Richard M. Stallman <rms@gnu.org>
20169
20170 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20171
20172 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20173 Don't check for foo*/ wildcard form here.
20174 (insert-directory): Recognize foo*/ as a wildcard.
20175 Separate wildcard-regexp variable from the arg, wildcard.
20176
20177 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20178 (remove-hook): Correctly handle strange cases about local hooks.
20179
20180 2003-10-21 David Ponce <david@dponce.com>
20181
20182 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20183 argument REAL, to return a real number instead of a rounded
20184 integer value. Define as inline function.
20185 (ruler-mode-right-fringe-cols): Likewise.
20186 (ruler-mode-scroll-bar-cols): New function.
20187 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20188 (ruler-mode-right-scroll-bar-cols): Likewise.
20189 (ruler-mode-space): New function.
20190 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20191 scroll bar mode and margins in a more robust way.
20192
20193 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20194
20195 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20196 (antlr-c-init-language-vars): New function.
20197 (antlr-mode): Use it with cc-mode before v5.29.
20198 (antlr-c-common-init): Don't set some local vars here.
20199 (antlr-mode): Set them here.
20200 (antlr-c-forward-sws): New function alias.
20201 (antlr-mode): Redefine with cc-mode before v5.30.
20202 (antlr-skip-sexps): Use it.
20203 (antlr-skip-exception-part): Ditto.
20204 (antlr-skip-file-prelude): Ditto.
20205 (antlr-outside-rule-p): Ditto.
20206 (antlr-end-of-body): Ditto.
20207 (antlr-option-kind): Ditto.
20208 (antlr-insert-option-area): Ditto.
20209 (antlr-file-dependencies): Ditto.
20210
20211 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20212
20213 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20214 Move backward only if point was not inside an entry.
20215
20216 2003-10-21 Richard M. Stallman <rms@gnu.org>
20217
20218 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20219
20220 2003-10-21 Juri Linkov <juri@jurta.org>
20221
20222 * compare-w.el: Automatically skip non-matching text to resync.
20223 (compare-windows-whitespace): Doc fix.
20224 (compare-windows-sync, compare-windows-sync-string-size)
20225 (compare-windows-recenter, compare-ignore-whitespace)
20226 (compare-windows-highlight, compare-windows-face): New variables.
20227 (compare-windows): Use compare-windows-sync.
20228 (compare-windows-highlight, compare-windows-dehighlight)
20229 (compare-windows-sync-regexp)
20230 (compare-windows-sync-default-function): New functions.
20231
20232 2003-10-21 Juri Linkov <juri@jurta.org>
20233
20234 * diff.el (diff-parse-differences): Don't visit the files now;
20235 instead, just record the error locus.
20236
20237 2003-10-21 Dave Love <fx@gnu.org>
20238
20239 * progmodes/cfengine.el: New file.
20240
20241 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20242
20243 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20244 default-directory when completing file names.
20245
20246 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20247
20248 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20249 followed by the word `face', it gets treated as a face, even if
20250 it is also defined as a variable or a function.
20251
20252 2003-10-20 Dave Love <fx@gnu.org>
20253
20254 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20255 Avoid incf in macro expansion.
20256
20257 2003-10-20 John Paul Wallington <jpw@gnu.org>
20258
20259 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20260 `evenp' so we don't implicitly require cl library at runtime.
20261
20262 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20263
20264 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20265 (help-make-xrefs): Only make cross-references for faces if
20266 preceded or followed by the word `face'. Do not make a
20267 cross-reference for variables without variable documentation,
20268 unless preceded by the word `variable' or `option'. Update doc
20269 string accordingly.
20270
20271 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20272
20273 * progmodes/hideshow.el: Rewrite one-armed `if'
20274 constructs using either `when' or `unless'.
20275 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20276
20277 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20278
20279 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20280 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20281 instead of 12x12.
20282
20283 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20284
20285 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20286 message while converting to Babyl.
20287
20288 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20289
20290 * allout.el (allout-mode): Doc fix.
20291
20292 2003-10-16 Lute Kamstra <lute@gnu.org>
20293
20294 * subr.el (force-mode-line-update): Fix docstring.
20295
20296 2003-10-14 Dave Love <fx@gnu.org>
20297
20298 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20299 (default-input-method): Add :link, improve :type.
20300 (locale-charset-language-names): Fix utf-8 pattern.
20301 (locale-charset-match-p, locale-charset-alist)
20302 (locale-charset-to-coding-system): New.
20303 (set-locale-environment): Deal with codeset part of locale specs.
20304
20305 2003-10-14 Lute Kamstra <lute@gnu.org>
20306
20307 * fringe.el (fringe-mode): Use active voice in docstring.
20308 (set-fringe-style): Ditto.
20309
20310 2003-10-13 Lute Kamstra <lute@gnu.org>
20311
20312 * fringe.el (fringe-mode): Fix docstring.
20313 (set-fringe-style): Ditto.
20314
20315 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20316
20317 * ediff-mult.el (ediff-filegroup-action):
20318 Use ediff-default-filtering-regexp.
20319
20320 * ediff-util.el (ediff-recenter): Don't call
20321 ediff-restore-highlighting twice.
20322 (ediff-select-difference): Set current difference.
20323 (ediff-unselect-and-select-difference): Add comment.
20324
20325 * ediff.el (ediff-directories,ediff-directory-revisions)
20326 (ediff-directories3,ediff-merge-directories)
20327 (ediff-merge-directories-with-ancestor)
20328 (ediff-merge-directory-revisions)
20329 (ediff-merge-directory-revisions-with-ancestor):
20330 Use ediff-default-filtering-regexp.
20331
20332 2003-10-12 Andreas Schwab <schwab@suse.de>
20333
20334 * international/mule-cmds.el (locale-charset-language-names):
20335 Simplify regex by removing unused grouping.
20336
20337 2003-10-10 Dave Love <fx@gnu.org>
20338
20339 * bindings.el: Don't bind stop.
20340
20341 2003-10-08 Miles Bader <miles@gnu.org>
20342
20343 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20344 face instead of attempting to emulate it.
20345
20346 2003-10-07 Kenichi Handa <handa@m17n.org>
20347
20348 * international/mule-diag.el (list-coding-systems-1): List coding
20349 systems that are loaded automatically.
20350
20351 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20352
20353 * international/mule.el (autoload-coding-system): New function.
20354
20355 2003-10-07 Andreas Schwab <schwab@suse.de>
20356
20357 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20358 change-log-default-name in the buffer visiting the file.
20359
20360 2003-10-06 Dave Love <fx@gnu.org>
20361
20362 * files.el (find-file-hook): Customize.
20363 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20364
20365 * bindings.el (completion-ignored-extensions): Remove .log.
20366 (global-map): Add again, open, stop keys.
20367
20368 2003-10-05 Richard M. Stallman <rms@gnu.org>
20369
20370 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20371 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20372 Use sh-modify directly.
20373 (sh-select): Use sh-append, not eval.
20374
20375 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20376
20377 * info.el (Info-following-node-name): New function.
20378
20379 * loadhist.el (unload-feature-special-hooks):
20380 Rename from loadhist-hook-functions.
20381 (loadhist-hook-functions): Now an alias.
20382
20383 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20384
20385 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20386 file-name clashes on 8+3 filesystems.
20387
20388 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20389 Rename loaddefs-boot.el to ldefs-boot.el
20390
20391 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20392 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20393
20394 2003-10-03 Lute Kamstra <lute@gnu.org>
20395
20396 * info.el (Info-mode): Revert previous change.
20397 (Info-escape-percent): New function.
20398 (Info-fontify-node): Use it.
20399
20400 2003-10-02 Andreas Schwab <schwab@suse.de>
20401
20402 * loaddefs-boot.el: Regenerated.
20403
20404 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20405
20406 * ffap.el: Remove defadvice related code from CVS since `complete'
20407 provides a `PC-completion-as-file-name-predicate' variable that
20408 ffap can override.
20409
20410 2003-10-02 Kenichi Handa <handa@m17n.org>
20411
20412 * international/utf-8.el (ccl-decode-mule-utf-8):
20413 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20414
20415 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20416 * international/subst-big5.el: Likewise.
20417 * international/subst-gb2312.el: Likewise.
20418 * international/subst-ksc.el: Likewise.
20419
20420 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20421
20422 * calendar/calendar.el (increment-calendar-month)
20423 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20424 (generate-calendar, calendar-read-date, calendar-interval)
20425 (calendar-day-of-week): Handle years BC.
20426 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20427
20428 2003-10-01 Dave Love <fx@gnu.org>
20429
20430 * language/cyrillic.el (cp1251): Alias for windows-1251.
20431
20432 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20433 bootstrap.
20434
20435 2003-10-01 Lute Kamstra <lute@gnu.org>
20436
20437 * files.el: Fix typo.
20438 * imenu.el (imenu--generic-function): Docstring fix.
20439
20440 2003-09-30 Richard M. Stallman <rms@gnu.org>
20441
20442 * dired.el (dired-mode): Handle dired-directory as a list.
20443
20444 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20445
20446 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20447
20448 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20449
20450 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20451 Replace gud-display with gud-watch.
20452 (gud-speedbar-buttons): Add stuff for watching expressions
20453 in the speedbar when using M-x gdba. Use dolist on old part
20454 of this function.
20455
20456 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20457 (gdb-update-flag): New variables.
20458 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20459 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20460 (gud-watch, gdb-var-create-handler) : New functions.
20461 (gdb-var-list-children, gdb-var-list-children-handler)
20462 (gdb-var-create-regexp, gdb-var-update-regexp)
20463 (gdb-var-list-children-regexp): New constants.
20464 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20465 (gdb-annotation-rules): Reduce annotation set (level 3).
20466 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20467 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20468 updates.
20469 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20470 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20471 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20472 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20473 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20474 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20475 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20476 (gud-display, gud-display1)
20477 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20478 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20479 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20480 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20481 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20482 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20483 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20484 (gdb-display-display-buffer, gdb-toggle-display)
20485 (gdb-delete-display, gdb-expressions-popup-menu)
20486 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20487 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20488 to display buffer.
20489
20490 2003-09-30 Richard M. Stallman <rms@gnu.org>
20491
20492 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20493 Instead, set which-func-functions.
20494
20495 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20496 (which-func-functions): New variable.
20497 (which-function): Use that.
20498
20499 * info.el (Info-mode): Double each `%' in header line.
20500
20501 * emacs-lisp/lisp-mnt.el (lm-with-file):
20502 When FILE is nil, run BODY in current buffer.
20503
20504 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20505
20506 * help.el (describe-mode): Start with a brief list of minor modes.
20507 Find them thru minor-mode-list so as to find them all.
20508 Show them in alphabetical order.
20509
20510 * mail/sendmail.el (mail-aliases): Doc fix.
20511
20512 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20513
20514 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20515
20516 * mail/rmailsum.el (rmail-make-summary-line-1):
20517 Change comma after last label to a space.
20518 (rmail-summary-font-lock-keywords): Adapt to that change.
20519
20520 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20521
20522 * progmodes/scheme.el (scheme-mode-variables): When setting
20523 `font-lock-defaults', also specify that "#" should
20524 be interpreted with `word' syntax.
20525 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20526
20527 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20528
20529 * desktop.el: A lot of comments updated.
20530 (desktop-save-mode): Minor mode introduced.
20531 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20532 (desktop-load-default): Function made obsolete.
20533 (desktop-locals-to-save): Variable made customizable.
20534 (desktop-read): Optional parameter `dirname' added.
20535 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20536 `desktop-read' used.
20537 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20538
20539 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20540
20541 * whitespace.el (whitespace-clean-msg): Add user customizable message
20542 for displaying ``clean'' output.
20543 (whitespace-buffer): Use `whitespace-clean-msg'.
20544 (whitespace-global-mode): Fix typo.
20545
20546 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20547
20548 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20549
20550 2003-09-29 Lute Kamstra <lute@gnu.org>
20551
20552 * bindings.el (mode-line-modes): Remove superfluous :propertize
20553 construct in initialization.
20554 (mode-line-position): Change cons cell into proper list in
20555 initialization.
20556
20557 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20558
20559 * international/mule.el (decode-coding-inserted-region): Use car
20560 of the return value of find-operation-coding-system.
20561
20562 2003-09-29 Kenichi Handa <handa@m17n.org>
20563
20564 * descr-text.el (describe-char): Fix previous change.
20565
20566 2003-09-28 Kenichi Handa <handa@m17n.org>
20567
20568 * descr-text.el (describe-char-display): New function.
20569 (describe-char): Pay attention to display table on describing how
20570 a character is displayed.
20571
20572 * international/mule-cmds.el (encoded-string-description):
20573 Prepend "0x" to each encoded byte.
20574
20575 2003-09-28 Andreas Schwab <schwab@suse.de>
20576
20577 * find-file.el (ff-special-constructs): Add autoload cookie.
20578
20579 2003-09-28 Kevin Ryde <user42@zip.com.au>
20580
20581 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20582 makeinfo appends to duplicate index entries.
20583
20584 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20585
20586 * dired-x.el (dired-clean-tex): Doc fix.
20587
20588 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20589 using a Chinese tutorial.
20590
20591 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20592
20593 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20594 between "MAIL FROM:" and "RCPT TO:" and the following address.
20595
20596 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20597
20598 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20599
20600 2003-09-28 David Ponce <david@dponce.com>
20601
20602 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20603 (recentf-load-list): When `recentf-initialize-file-name-history'
20604 is non-nil, initialize an empty `file-name-history' with the
20605 recent list.
20606
20607 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20608
20609 * man.el (Man-default-man-entry): Remove the leading `*' from the
20610 word at point.
20611
20612 2003-09-26 Lute Kamstra <lute@gnu.org>
20613
20614 * bindings.el (mode-line-position): Mention size indication in
20615 docstring.
20616
20617 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20618
20619 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20620
20621 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20622 because it's autoloaded now.
20623
20624 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20625
20626 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20627 (sh-font-lock-keywords, sh-feature): Fix previous change of
20628 sh-feature to avoid infloop with sh-font-lock-keywords.
20629
20630 2003-09-25 Kim F. Storm <storm@cua.dk>
20631
20632 * frame.el (frame-current-scroll-bars): New defun.
20633
20634 * window.el (window-current-scroll-bars): New defun.
20635
20636 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20637
20638 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20639 cause errors when the state cache contains info on parts that have
20640 been narrowed out.
20641
20642 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20643
20644 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20645 `c-setup-paragraph-variables' has to be used when this variable is
20646 changed; it doesn't work to reinitialize the mode since that
20647 typically clobbers the variable.
20648
20649 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20650 Make it interactive.
20651
20652 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * progmodes/cc-fonts.el (c-font-lock-declarations):
20655 Fix recognition of constructors and destructors for classes whose
20656 names are matched by `*-font-lock-extra-types'.
20657
20658 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20659 followed by an identifier in C++ then it's a type.
20660
20661 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20662
20663 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20664 problem that primarily affected XEmacs. Don't use faces to find
20665 unterminated strings since Emacs and XEmacs fontify strings
20666 differently - this function should now work better in XEmacs.
20667
20668 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20669
20670 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20671 `expand-abbrev' workaround which caused braces to misbehave inside
20672 macros.
20673
20674 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20675 handling. This bug could cause interactive font locking to bail out.
20676
20677 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20678
20679 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20680 Handle paren-style types in Pike. Also fixed some cases of
20681 insufficient handling of unbalanced parens.
20682
20683 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20684
20685 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20686 common shell prompts that are not common filename or URL characters.
20687 (ffap-file-at-point): Use the new regexp to strip the prompts from
20688 the file names. This is an issue mostly for user prompts that
20689 don't have a trailing space and find-file-at-point is invoked from
20690 within a shell inside Emacs.
20691
20692 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20693
20694 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20695 stamps numerically, rather than textually.
20696
20697 2003-09-24 Kenichi Handa <handa@m17n.org>
20698
20699 * language/devan-util.el (devanagari-post-read-conversion):
20700 * language/mlm-util.el (malayalam-post-read-conversion):
20701 * language/tml-util.el (tamil-post-read-conversion):
20702 Add autoload cookie.
20703
20704 * international/utf-8.el (utf-8-post-read-conversion):
20705 Call post-read-conversion functions for Devanagari, Malayalam,
20706 and Tamil.
20707
20708 2003-09-23 Dave Love <fx@gnu.org>
20709
20710 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20711
20712 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20713
20714 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20715 Update gud-remove.
20716
20717 2003-09-22 Richard M. Stallman <rms@gnu.org>
20718
20719 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20720 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20721 (sh-mode-syntax-table-input): New variable.
20722 (sh-require-final-newline): Don't use eval.
20723 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20724 (sh-variables, sh-font-lock-keywords): Don't use eval.
20725 (sh-set-shell): When setting require-final-newline,
20726 treat value = `require-final-newline' as don't change it.
20727 Set sh-mode-syntax-table locally based on
20728 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20729
20730 * progmodes/compile.el (compile-internal):
20731 Call compilation-set-window-height before setting window start.
20732
20733 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20734
20735 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20736 Clear out byte-compile-last-warned-form.
20737
20738 2003-09-22 Richard M. Stallman <rms@gnu.org>
20739
20740 * woman.el (woman-file-name, woman-follow-word):
20741 If current-word returns nil, use "".
20742
20743 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20744
20745 2003-09-22 Richard M. Stallman <rms@gnu.org>
20746
20747 * emacs-lisp/lisp-mnt.el (lm-with-file):
20748 Don't visit the file, just use insert-file-contents in temp buffer.
20749
20750 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20751
20752 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20753 Add surrounding \\( and \\) around the header, as in
20754 for lm-history-header 'Change Log\\|History'.
20755
20756 2003-09-22 John Paul Wallington <jpw@gnu.org>
20757
20758 * progmodes/ld-script.el: Add Commentary section,
20759 minor cleanup of file header.
20760 (ld-script-font-lock-keywords): Doc fix.
20761 (toplevel): Provide `ld-script' feature.
20762
20763 2003-09-21 Kim F. Storm <storm@cua.dk>
20764
20765 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20766 new built-in variable default-frame-scroll-bars.
20767 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20768 scroll-bar-mode; notably, use it instead of t when we toggle
20769 scroll-bars on.
20770 (toggle-scroll-bar): Use default-frame-scroll-bars.
20771
20772 2003-09-19 Masatake YAMATO <jet@gyve.org>
20773
20774 * pcvs.el (cvs-do-removal): Change the prompt depending on
20775 `filter' value.
20776
20777 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20778
20779 * startup.el (command-line-1): Stop startup-echo-area-message
20780 being hidden by "Loading image..." message.
20781 (use-fancy-splash-screens-p, display-splash-screen):
20782 Move display-graphic-p test from latter to former.
20783
20784 * progmodes/sh-script.el (sh-font-lock-keywords):
20785 Highlight escaped EOLs differently from other backslash constructs.
20786
20787 2003-09-19 Richard M. Stallman <rms@gnu.org>
20788
20789 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20790 New functions.
20791 (edebug-enter, edebug-outside-excursion): Use them.
20792
20793 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20794 Fix the condition for whether to print "In WHERE".
20795
20796 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20797
20798 * finder.el (finder-mode-hook): New variable.
20799 (finder-mode): Run hook finder-mode-hook
20800
20801 2003-09-18 Masatake YAMATO <jet@gyve.org>
20802
20803 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20804
20805 2003-09-17 Mario Lang <mlang@delysid.org>
20806
20807 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20808 "p %e" to actually print the value in the GUD buffer.
20809
20810 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20811
20812 From David Ponce <david.ponce@wanadoo.fr>:
20813 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20814 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20815 from loaddefs-boot.el if necessary.
20816
20817 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20818
20819 * progmodes/gud.el (gud-find-class): Make jdb work again since
20820 cc-mode changed the syntactic information.
20821
20822 2003-09-15 David Ponce <david@dponce.com>
20823
20824 * recentf.el: (recentf-exclude): Accept predicates too.
20825 (recentf-file-readable-p): New function.
20826 (recentf-include-p): Handle predicates in recentf-exclude.
20827 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20828 (recentf-cleanup): Likewise.
20829 (recentf-save-list): Use write-file to handle backup of
20830 recentf-save-file.
20831
20832 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20833
20834 * loaddefs-boot.el: Renamed from `loaddefs.el'
20835 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20836 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20837 necessary.
20838
20839 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20840
20841 * electric.el (Electric-pop-up-window): For the `one-window' case,
20842 no longer disconcertingly move point in the original buffer.
20843
20844 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20845
20846 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20847
20848 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20849
20850 * dired.el (dired-mode-map): Fix typo.
20851
20852 2003-09-11 Richard M. Stallman <rms@gnu.org>
20853
20854 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20855
20856 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20857
20858 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20859 the function is less noisy. Now only `kill-buffer' can ask questions.
20860
20861 2003-09-10 Mario Lang <mlang@delysid.org>
20862
20863 * battery.el: Update Commentary and Copyright.
20864 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20865 appear due to wrong ordering of the expressions in `or'.
20866
20867 2003-09-09 Lute Kamstra <lute@gnu.org>
20868
20869 * misc.el (upcase-char): Fix docstring.
20870 (zap-up-to-char): New command.
20871
20872 2003-09-08 David Ponce <david@dponce.com>
20873
20874 Ensure that recentf correctly updates the menu bar.
20875 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20876 (recentf-menu-bar): New function.
20877 (recentf-clear-data): Use it
20878 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20879 of easy-menu-change.
20880
20881 2003-09-08 Lute Kamstra <lute@gnu.org>
20882
20883 * simple.el (size-indication-mode): New.
20884 * bindings.el (mode-line-position): Add buffer size indicator.
20885
20886 2003-09-04 Mario Lang <mlang@delysid.org>
20887
20888 * battery.el (battery-linux-proc-acpi): New function.
20889 (battery-status-function): Modify default value calculation to also
20890 check for availability of ACPI.
20891 (battery-echo-area-format): Ditto.
20892 (battery-mode-line-format): Ditto.
20893
20894 2003-09-06 Dave Love <fx@gnu.org>
20895
20896 * ielm.el (ielm-mode-hook): Add :options.
20897
20898 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20899 (eldoc-print-current-symbol-info): Use it.
20900
20901 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20902
20903 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20904 being displayed in GUD buffer.
20905 (gdb-idle-input-queue): Remove var. Use just one queue.
20906 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20907 Remove functions. Use just one queue.
20908 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20909 (gdb-invalidate-assembler, gdb-get-current-frame):
20910 Modify functions. Use just one queue.
20911
20912 2003-09-04 Dave Love <fx@gnu.org>
20913
20914 * cus-start.el: Add blink-cursor-alist.
20915
20916 * ruler-mode.el (ruler-mode-fill-column-char)
20917 (ruler-mode-current-column-char): Use char-displayable-p,
20918 not window-system.
20919
20920 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20921
20922 * language/european.el (windows-1252): Move from code-pages.
20923
20924 * language/cyrillic.el ("Windows-1251"): Delete.
20925 ("Bulgarian", "Belarusian"): Remove `features'.
20926 (windows-1251): Move from code-pages.
20927
20928 * international/mule-diag.el (non-iso-charset-alist):
20929 Remove `codepage' stuff.
20930 (print-designation, list-coding-systems-1): Output fixes.
20931
20932 * international/code-pages.el (cp-make-translation-table)
20933 (cp-valid-codes): Made defsubsts.
20934 (cp-fix-safe-chars): Delete.
20935 (mule-diag): Don't require.
20936 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20937 (top-level): Check for defined coding system when defining
20938 cp... aliases. Change w32-add-charset-info test to avoid warning.
20939 (non-iso-charset-alist): Defvar when compiling.
20940 (cp-make-coding-system): Doc fix.
20941
20942 2003-09-02 Jason Rumney <jasonr@gnu.org>
20943
20944 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20945 line-ends from CVS before doing conversion.
20946
20947 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20948
20949 * calendar/diary-lib.el (diary-header-line-flag)
20950 (diary-header-line-format): New variables.
20951 (list-diary-entries): Use them to set header line in simple diary.
20952
20953 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20954 other than font-lock-string-face to highlight backslashes.
20955
20956 2003-09-01 Jason Rumney <jasonr@gnu.org>
20957
20958 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20959 regexp.
20960
20961 2003-09-01 Dave Love <fx@gnu.org>
20962
20963 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20964
20965 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20966 and :help; also line and column numbers labels.
20967
20968 * international/mule-util.el (char-displayable-p): Move from
20969 latin1-disp, rename and autoload.
20970
20971 * international/latin1-disp.el (latin1-char-displayable-p):
20972 Now obsolete alias. Replace uses with char-displayable-p.
20973 (latin1-display-ucs-per-lynx): Fix last change.
20974
20975 * international/mule-cmds.el (standard-display-european-internal):
20976 Don't use char code for Latin-1 NBSP.
20977 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20978 U+2018, U+2019 for `'.
20979 (select-safe-coding-system): Message fix.
20980
20981 2003-09-01 Kenichi Handa <handa@m17n.org>
20982
20983 * international/fontset.el (setup-default-fontset): For Thai
20984 font, specify "*" family.
20985
20986 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20987
20988 * progmodes/compile.el (previous-error): Accept a prefix
20989 argument, similarly to next-error.
20990
20991 2003-08-31 Masatake YAMATO <jet@gyve.org>
20992
20993 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20994 the number of files. Bind the number of files to a local
20995 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20996
20997 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20998
20999 * vc-hooks.el (vc-make-version-backup): Fix the change made on
21000 2003-07-26: msdos-long-file-names is a function, not a variable.
21001
21002 2003-08-29 Richard M. Stallman <rms@gnu.org>
21003
21004 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21005 Do nothing with mail-personal-alias-file if it is nil.
21006
21007 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21008 Do nothing if mail-personal-alias-file is nil.
21009
21010 * term.el (term-exec-1): Bind coding-system-for-read.
21011
21012 * dired.el (dired-mouse-find-file-other-window):
21013 Use dired-view-command-alist here, as in dired-view-file.
21014 (dired-view-command-alist): Use %s to substitute file name.
21015 Handle .ps_pages, .eps, .jpg, .gif, .png.
21016
21017 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21018
21019 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21020 `Info-prev-reference', instead of M-tab.
21021
21022 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21023
21024 * simple.el (blink-matching-open): Work correctly on chars that
21025 are designated as parens through the syntax-table text property.
21026
21027 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21028
21029 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21030 line break position in the middle of a non-kinsoku (e.g. latin)
21031 word, making it skip until either a space or a character with
21032 category "|".
21033 (kinsoku-longer): Test for end of buffer.
21034
21035 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21036
21037 * mail/rmail.el (rmail-convert-to-babyl-format):
21038 Detect quoted-printable- and base64-encoded messages and decode them
21039 automatically. Set the message's encoding from the charset=
21040 header, if any. Decode base64-encoded messages in Mail format as well.
21041
21042 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21043
21044 * mail/smtpmail.el: Fix previous change.
21045 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21046 calling smtpmail-via-smtp.
21047 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21048
21049 2003-08-26 John Paul Wallington <jpw@gnu.org>
21050
21051 * image.el (image-jpeg-p): Don't search beyond length of data.
21052
21053 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21054
21055 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21056 misfeature in `expand-abbrev' which caused electric keywords like
21057 "else" to disappear if an open brace was typed directly afterwards.
21058
21059 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21060
21061 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21062 mandatory in `define-widget'.
21063
21064 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21065 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21066
21067 (c-assignment-operators): New language constant that only contains
21068 the assignment operators.
21069
21070 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21071
21072 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21073
21074 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21075 Safeguard against unbalanced sexps.
21076
21077 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21078
21079 * version.el (emacs-version): Check for gtk. Include gtk version info.
21080
21081 2003-08-25 John Paul Wallington <jpw@gnu.org>
21082
21083 * man.el (Man-default-man-entry): Don't whizz past the section
21084 number before looking for it.
21085
21086 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21087
21088 * progmodes/gud.el (gud-display-line): Don't set window-point if
21089 source buffer is not visible. (Only happens with M-x gdba.)
21090
21091 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21092 documentation.
21093 (gdb-source, gdb-source-info): Update to assembler unnecessary
21094 as its done after each GDB command anyway.
21095 (gdb-pre-prompt): Use with-current-buffer.
21096 (gdb-insert-field): Add help-echo text.
21097 (gdb-invalidate-assembler): Re-display of assembler now done in
21098 gdb-info-breakpoints-custom.
21099 (gdb-info-breakpoints-custom): Force re-display of assembler to
21100 happen *after* update of breakpoints buffer.
21101 (gdb-display-source-buffer): Don't choke if gdb-source-window
21102 isn't visible.
21103 (gdb-put-string, gdb-put-arrow): Remove free variables.
21104
21105 2003-08-24 John Paul Wallington <jpw@gnu.org>
21106
21107 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21108
21109 * man.el (Man-default-man-entry): Strip text properties when
21110 snarfing parts of entry because `format' preserves properties.
21111
21112 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21113
21114 * files.el (file-newest-backup): Use `expand-file-name'.
21115
21116 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21117 Allow the diary to pop up a new frame, if needed.
21118
21119 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21120 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21121 (smtpmail-send-it): Make treatment of envelope-from consistent with
21122 sendmail.el.
21123
21124 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21125 (sh-leading-keywords): Add the bash `time' reserved word.
21126 (sh-variables): Add some bash variables.
21127 (sh-add-completer): Fix nil branch of case statement.
21128
21129 2003-08-24 Masatake YAMATO <jet@gyve.org>
21130
21131 * progmodes/ld-script.el: New file.
21132
21133 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21134
21135 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21136
21137 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21138
21139 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21140 Better explain obsolescence, and what to use instead.
21141
21142 2003-08-23 Masatake YAMATO <jet@gyve.org>
21143
21144 * pcvs.el (cvs-do-removal): Show the deleted file name
21145 on the prompt.
21146
21147 2003-08-20 Dave Love <fx@gnu.org>
21148
21149 * international/mule.el (make-coding-system)
21150 (set-buffer-file-coding-system): Doc fix.
21151
21152 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21153
21154 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21155
21156 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21157
21158 * international/utf-16.el: Add mime-text-unsuitable coding system
21159 properties.
21160
21161 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21162
21163 * cus-edit.el: Add some :links.
21164 (bib): Remove.
21165
21166 * textmodes/bib-mode.el (bib): Add :group external.
21167
21168 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21169
21170 * wid-edit.el (widget-echo-help): Make it handle expressions that
21171 evaluate to strings.
21172
21173 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21174
21175 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21176
21177 Simplify selection of SQL products to define highlighting and
21178 interactive mode. Includes detailed instructions on adding
21179 support for new products.
21180
21181 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21182 product for use in highlighting and interactive mode.
21183 (sql-interactive-product): New variable. SQL product for
21184 sql-interactive-mode.
21185 (sql-product-support): New variable. Specifies product-specific
21186 parameters to drive highlighting and interactive mode.
21187 (sql-imenu-generic-expression): Add more object types.
21188 (sql-sqlite-options): Correct comment.
21189 (sql-ms-program): Use "osql" rather than "isql".
21190 (sql-prompt-regexp, sql-prompt-length): Update comment.
21191 (sql-mode-menu): Add "Start SQLi session" entry.
21192 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21193 (sql-mode-abbrev-table): Add abbreviations. Support of
21194 SYSTEM-FLAG on define-abbrev. Support was removed with last
21195 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21196 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21197 names.
21198 (sql-mode-ansi-font-lock-keywords): Set as default value.
21199 (sql-mode-oracle-font-lock-keywords): Set as default value.
21200 Support Oracle 9i keywords.
21201 (sql-mode-postgres-font-lock-keywords): Set as default value.
21202 (sql-mode-linter-font-lock-keywords): Set as default value.
21203 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21204 SQLServer 2000.
21205 (sql-mode-sybase-font-lock-keywords)
21206 (sql-mode-interbase-font-lock-keywords)
21207 (sql-mode-sqlite-font-lock-keywords)
21208 (sql-mode-strong-font-lock-keywords)
21209 (sql-mode-mysql-font-lock-keywords)
21210 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21211 keywords.
21212 (sql-mode-font-lock-defaults): Update comment.
21213 (sql-product-feature): New function. Returns feature associated
21214 with a product from `sql-product-support' alist.
21215 (sql-product-font-lock): New function. Set font-lock support
21216 based on `sql-product'.
21217 (sql-add-product-keywords): New function. Add font-lock rules to
21218 product-specific keyword variables.
21219 (sql-set-product): New function. Set `sql-product' and apply
21220 appropriate font-lock highlighting.
21221 (sql-highlight-product): New function. Set font-lock support
21222 based on a product. Also set mode name to include product name.
21223 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21224 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21225 Use `sql-set-product'.
21226 (sql-highlight-ms-keywords)
21227 (sql-highlight-sybase-keywords)
21228 (sql-highlight-interbase-keywords)
21229 (sql-highlight-strong-keywords)
21230 (sql-highlight-mysql-keywords)
21231 (sql-highlight-sqlite-keywords)
21232 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21233 (sql-get-login): Prompt in the same order as the tokens.
21234 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21235 (sql-product-interactive): New function. Common portions of
21236 product-specific interactive mode wrappers.
21237 (sql-interactive-mode): Rewritten to use product features.
21238 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21239 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21240 (sql-db2, sql-linter): Use `sql-product-interactive'.
21241 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21242 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21243 (sql-connect-ingres, sql-connect-postgres)
21244 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21245 New functions. Format command line parameters and invoke comint on
21246 the appropriate interpreter. Code was in the corresponding
21247 `sql-xyz' function before.
21248 (sql-connect-ms): New function. Support -E argument to use
21249 operating system credentials for authentication.
21250
21251 2003-08-18 Kenichi Handa <handa@m17n.org>
21252
21253 * international/mule.el (encode-char): Fix for the ASCII case.
21254
21255 2003-08-15 Kenichi Handa <handa@m17n.org>
21256
21257 * international/fontset.el (setup-default-fontset): Change "*" to
21258 nil in the specifications of font family.
21259
21260 2003-08-18 Kim F. Storm <storm@cua.dk>
21261
21262 * kmacro.el (kmacro-keymap): Group related bindings in
21263 initialization for clarity. Bind C-s to start macro.
21264 Remove C-r binding.
21265 (kmacro-initial-counter-value): New defvar to hold initial counter
21266 value in case we set the value before defining a macro.
21267 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21268 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21269 not defining or executing macro. Doc fix.
21270 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21271 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21272 temporarily view older elements on the macro ring without cycling
21273 the ring.
21274 (kmacro-display): Doc fix.
21275 (kmacro-exec-ring-item): New helper function.
21276 (kmacro-call-ring-2nd): Use it.
21277 (kmacro-call-ring-2nd-repeat): Doc fix.
21278 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21279 (kmacro-end-or-call-macro): Execute last viewed macro (using
21280 kmacro-exec-ring-item) from ring if this follows
21281 kmacro-view-macro. This allows us to find a macro on the ring
21282 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21283 the ring to bring it to the head of the ring.
21284 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21285 Allow binding to reserved keys without specifying C-x C-k prefix.
21286 Ask for confirmation if entered key sequence is already bound to
21287 a non-macro command.
21288 (kmacro-view-macro): Repeating command will show older elements
21289 on the macro ring; C-k will execute the last viewed macro.
21290 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21291 property from 'ring to 'head.
21292
21293 2003-08-17 Alan Shutko <ats@acm.org>
21294
21295 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21296 keeping December out of the alist.
21297
21298 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21299
21300 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21301 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21302 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21303 (calendar-flatten): New function.
21304 (calendar-mouse-view-other-diary-entries)
21305 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21306 in the menu title and to show multi-line diary entries correctly
21307 in the menu.
21308
21309 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21310
21311 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21312 defcustom, because the default was recently changed.
21313
21314 2003-08-16 Richard M. Stallman <rms@gnu.org>
21315
21316 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21317
21318 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21319 New subroutine, broken out of eval-last-sexp-1.
21320 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21321
21322 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21323
21324 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21325
21326 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21327
21328 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21329
21330 * progmodes/compile.el (compilation-error-regexp-alist):
21331 Add Java ANt error detection as described in document
21332 http://ant.apache.org/faq.html
21333
21334 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21335
21336 * simple.el (backward-word, forward-to-indentation)
21337 (backward-to-indentation): Argument changed to optional.
21338 (next-line, previous-line): Use `or' instead of `unless'.
21339
21340 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21341
21342 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21343 instead of a constant.
21344
21345 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21346
21347 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21348
21349 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21350
21351 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21352 (vc-sccs-workfile-version): Search the entire delta table, rather
21353 than just the first entry, because that might be a deleted version.
21354
21355 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21356
21357 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21358 [save-place] binding in the Options menu. Have it require
21359 'saveplace' and then toggle the variable manually, to avoid an an
21360 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21361 for the bug report.
21362
21363 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21364
21365 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21366 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21367 (gdb-info-threads-custom): Add help-echo text.
21368 (gdb-display-back): Don't use purecopy.
21369 (gdb-info-breakpoints-custom, gdb-reset)
21370 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21371 icons can be displayed.
21372
21373 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21374
21375 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21376
21377 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21378
21379 * bookmark.el (bookmark-completing-read):
21380 Return a string, instead of a list of one string.
21381 Use a popup menu if activated from the mouse.
21382 (bookmark-edit-annotation): Remove unused vars.
21383 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21384 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21385 to bookmark-completing-read.
21386 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21387 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21388 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21389 and erase-buffer.
21390 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21391 (bookmark-menu-jump, bookmark-menu-insert)
21392 (bookmark-popup-menu-and-apply-function)
21393 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21394 (bookmark-menu-build-paned-menu): Remove by folding it into
21395 bookmark-menu-popup-paned-menu.
21396 (menu-bar-bookmark-map): Move the define-key statements here.
21397 Use the "non-menu" commands since they now pop up a menu if needed.
21398 (bookmark-exit-hook-internal): Simplify.
21399
21400 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21401
21402 * reftex-toc.el (reftex-toc-rename-label): New function.
21403 (reftex-toc-check-docstruct): New function.
21404
21405 * reftex.el (reftex-region-active-p): New function.
21406
21407 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21408 regexp to find the \bibliography macro.
21409
21410 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21411 which does not exist in LaTeX.
21412 (reftex-cite-format-builtin): Added amsrefs support.
21413 (reftex-toc-confirm-promotion): New option
21414
21415 * reftex-toc.el
21416 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21417 (reftex-toc-demote, reftex-toc-promote)
21418 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21419 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21420 (reftex-toc-newhead-from-alist)
21421 (reftex-toc-load-all-files-for-promotion): New functions.
21422 (reftex-toc-help): Added description of new keys.
21423 (reftex-toc-split-windows-fraction): New option.
21424 (reftex-recenter-toc-when-idle): Search *toc* window on all
21425 visible frames.
21426 (reftex-toc): Additional parameter REUSE
21427 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21428 with REUSE argument.
21429 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21430 the call of `reftex-toc'.
21431 (reftex-make-separate-toc-frame): New function .
21432 (reftex-toc-recenter): When called with triple prefix arg, call
21433 `reftex-make-separate-toc-frame' first.
21434 (reftex-toc-toggle-dedicated-frame): New command.
21435 (reftex-toc-quit): Adapted to delete frame when called in
21436 dedicated frame.
21437
21438 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21439 all enclosing macros.
21440
21441
21442 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21443
21444 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21445 first use.
21446
21447 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21448
21449 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21450
21451 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21452
21453 * calendar/calendar.el (list-diary-entries-hook)
21454 (diary-display-hook, nongregorian-diary-listing-hook)
21455 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21456 Add some customize options for these hooks.
21457 (calendar-abbrev-construct): Don't try to take a substring longer
21458 than the original string.
21459
21460 2003-08-05 Richard M. Stallman <rms@gnu.org>
21461
21462 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21463 (testcover-reinstrument-clauses): Doc fix.
21464
21465 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21466 (warning-type-format): Rename from warning-group-format.
21467
21468 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21469 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21470 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21471 to prevent warnings about defvar for an obsolete variable.
21472
21473 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21474 warning-group-format renamed to warning-type-format.
21475
21476 * subr.el (read-passwd): Use clear-string instead of fillarray.
21477
21478 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21479 Use vconcat instead of concat.
21480 (edmacro-sanitize-for-string): New function.
21481
21482 2003-08-05 Dave Love <fx@gnu.org>
21483
21484 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21485 line-number-display-limit-width.
21486
21487 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21488
21489 2003-08-05 Kenichi Handa <handa@m17n.org>
21490
21491 * international/code-pages.el: Don't require mule-diag.
21492
21493 * international/mule-diag.el (non-iso-charset-alist):
21494 Add autoload cookie.
21495
21496 * language/devan-util.el (dev-glyph-order): Add an entry for the
21497 glyph code #xC4.
21498
21499 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21500
21501 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21502 (european-calendar-style, diary-date-forms)
21503 (calendar-day-name-array, calendar-month-name-array): Doc change.
21504 (generate-calendar-month): Adapt for new behaviour of
21505 `calendar-day-name' function.
21506 (calendar-abbrev-length, calendar-day-abbrev-array)
21507 (calendar-month-abbrev-array): New variables.
21508 (calendar-abbrev-construct): New function.
21509 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21510 rather than fixing abbrevs at some width. Calling syntax change.
21511 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21512 (calendar-date-string): Adapt for new behaviours of
21513 `calendar-day-name' and `calendar-month-name' functions.
21514
21515 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21516 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21517 (diary-name-pattern): Use abbrev arrays, rather than fixing
21518 abbrevs at three chars. Calling syntax change.
21519 (mark-diary-entries): Adapt for new behaviours of
21520 `diary-name-pattern' and `calendar-make-alist' functions.
21521 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21522 `diary-name-pattern' function.
21523 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21524 fixing abbrevs at three chars. Calling syntax change.
21525 (cal-hebrew, cal-islam): Require when compiling.
21526 (diary-font-lock-keywords): Adapt for new behaviour of
21527 `font-lock-diary-date-forms' function.
21528
21529 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21530 (calendar-hebrew-month-name-array-common-year)
21531 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21532 (list-hebrew-diary-entries): Adapt for new behaviours of
21533 `calendar-day-name' and `add-to-diary-list' functions.
21534 (mark-hebrew-diary-entries): Adapt for new behaviours of
21535 `diary-name-pattern' and `calendar-make-alist' functions.
21536
21537 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21538 Add doc string.
21539 (list-islamic-diary-entries): Adapt for new behaviours of
21540 `calendar-day-name' and `add-to-diary-list' functions.
21541 (mark-islamic-diary-entries): Adapt for new behaviours of
21542 `diary-name-pattern' and `calendar-make-alist' functions.
21543
21544 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21545 `calendar-month-name' function.
21546
21547 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21548
21549 * calendar/solar.el (solar-seasons-data): Move definition before use.
21550
21551 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21552 (cal-tex-LaTeX-hourbox): Move definition before use.
21553
21554 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21555 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21556 * lunar.el, solar.el (displayed-month, displayed-year):
21557 Define for compiler.
21558
21559 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21560
21561 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21562 MODE. Renamed from c-init-c-language-vars'.
21563 (c-initialize-cc-mode): Change accordingly.
21564 (c-common-init): Ditto.
21565 (c-mode): Ditto.
21566 (c++-mode): Use `c-init-language-vars-for'.
21567 (objc-mode): Ditto.
21568 (java-mode): Ditto.
21569 (idl-mode): Ditto.
21570 (pike-mode): Ditto.
21571 (awk-mode): Ditto.
21572
21573 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21574
21575 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21576 or not the point moved.
21577
21578 (c-search-decl-header-end): Don't trip up on operator identifiers
21579 in C++ and operators like == in all languages.
21580
21581 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21582 Detect leading labels correctly.
21583
21584 2003-08-02 Andreas Schwab <schwab@suse.de>
21585
21586 * textmodes/ispell.el: Don't redo key bindings on loading, put
21587 them only in loaddefs.el.
21588 * bookmark.el: Likewise.
21589 * dabbrev.el: Likewise.
21590 * emerge.el: Likewise.
21591
21592 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21593 has more than one member.
21594
21595 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21596
21597 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21598
21599 * lpr.el (printify-region): It was ending conversion before the
21600 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21601
21602 2003-07-31 John Paul Wallington <jpw@gnu.org>
21603
21604 * net/browse-url.el (browse-url-epiphany): Doc fix.
21605
21606 2003-07-30 Kenichi Handa <handa@m17n.org>
21607
21608 * international/fontset.el (setup-default-fontset):
21609 Change registry names of Akurti fonts.
21610
21611 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21612
21613 * comint.el (comint-read-noecho): Use `clear-string' instead of
21614 `fillarray'.
21615
21616 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21617
21618 * outline.el (outline-mode-hook): Add defvar.
21619
21620 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21621
21622 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21623 Restore assembler in source window if that is what has been selected.
21624 (menu): Add gdb-restore-windows to menu. Make gdba
21625 specific menus only visible from gdba.
21626
21627 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21628
21629 * progmodes/compile.el (compilation-environment): New user variable.
21630 (compile-internal): Respect it.
21631
21632 2003-07-23 Masatake YAMATO <jet@gyve.org>
21633
21634 * progmodes/gud.el (gdb-script-font-lock-keywords):
21635 Put `font-lock-function-name-face' on a symbol which includes
21636 `-' like `hook-run'. Put font-lock-variable-name-face
21637 on a symbol starting with $.
21638
21639 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21640
21641 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21642
21643 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21644
21645 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21646
21647 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21648
21649 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21650 Use with-no-warnings.
21651 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21652 rather than to find-file-not-found-hook, which doesn't exist.
21653
21654 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21655
21656 * international/quail.el (quail-translate-key): Fix previous change.
21657
21658 2003-07-25 John Paul Wallington <jpw@gnu.org>
21659
21660 * server.el (server-start): Check `server-process' is non-nil
21661 before killing it to avoid killing current buffer's process.
21662
21663 * simple.el (choose-completion-string): Use `minibufferp';
21664 test `completion-reference-buffer' if `buffer' arg is nil.
21665 (push-mark): Use `when' and `unless'.
21666 (pop-mark): Use `when'.
21667
21668 * mouse-sel.el (mouse-sel-get-selection-function):
21669 Check `x-last-selected-text-primary'. Don't barf if it or
21670 `x-last-selected-text' aren't bound.
21671
21672 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21673
21674 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21675
21676 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21677
21678 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21679
21680 2003-07-23 John Paul Wallington <jpw@gnu.org>
21681
21682 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21683
21684 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21685
21686 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21687 string. Defvar the derived hook.
21688
21689 * macros.el (insert-kbd-macro): Escape double quote character.
21690 From Thomas W Murphy <twm@andrew.cmu.edu>.
21691
21692 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21693
21694 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21695 to match the specific mark rather than reusing comment-start-skip.
21696
21697 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21698
21699 * progmodes/hideshow.el (hs-special-modes-alist):
21700 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21701
21702 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21703
21704 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21705 value using ?\s.
21706
21707 2003-07-21 John Paul Wallington <jpw@gnu.org>
21708
21709 * subr.el (with-selected-window): Add closing paren.
21710
21711 2003-07-21 Richard M. Stallman <rms@gnu.org>
21712
21713 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21714 (lisp-mode): Likewise.
21715
21716 * subr.el (with-selected-window): Copy code form save-selected-window
21717 so as to call select-window with norecord arg.
21718 (dynamic-completion-table): Doc fix.
21719 (lazy-completion-table): Doc fix.
21720
21721 * international/mule-cmds.el (set-locale-environment):
21722 langinfo renamed to locale-info.
21723
21724 * international/mule.el (auto-coding-functions): Doc fix.
21725
21726 2003-07-21 Kenichi Handa <handa@m17n.org>
21727
21728 * international/quail.el (quail-translate-key):
21729 Update quail-current-str correctly.
21730
21731 2003-07-21 Andreas Schwab <schwab@suse.de>
21732
21733 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21734 ?, to "_".
21735
21736 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21737 Version 2.0.36 of Tramp released.
21738
21739 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21740 tramp-password-end-of-line.
21741 (tramp-password-end-of-line): New method parameter.
21742 (tramp-get-password-end-of-line): Function to access method
21743 parameter `tramp-password-end-of-line', or variable
21744 `tramp-default-password-end-of-line' (default value).
21745 (tramp-methods): Add entries for new parameter
21746 tramp-password-end-of-line.
21747 (tramp-enter-password): Use new function
21748 `tramp-get-password-end-of-line'.
21749 (tramp-handle-insert-file-contents): Do not
21750 unconditionally inhibit the file operation file-local-copy, only
21751 do that when the inhibit-file-name-operation is currently
21752 insert-file-contents. This fixes finding remote CVS-controlled
21753 files. (It would barf on inserting the CVS/Entries file
21754 literally, because the file-local-copy handler wasn't called.)
21755 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21756 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21757 (tramp-initial-commands): New variable.
21758 (tramp-process-initial-commands): New function, using the variable.
21759 (tramp-open-connection-setup-interactive-shell): Call the new function.
21760 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21761 method into the buffer name, never use nil. Reported by Hanak
21762 David <dhanak@inf.bme.hu>.
21763 (tramp-open-connection-setup-interactive-shell): Erase buffer
21764 before sending "stty -onlcr".
21765
21766 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21767
21768 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21769
21770 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21771
21772 2003-07-19 John Paul Wallington <jpw@gnu.org>
21773
21774 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21775 (artist-draw-rect, artist-draw-square): Doc fixes.
21776
21777 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21778
21779 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21780
21781 2003-07-19 Kenichi Handa <handa@m17n.org>
21782
21783 * international/kkc.el (kkc-show-conversion-list-update):
21784 Highlight the correct candidate in the message.
21785
21786 2003-07-18 John Paul Wallington <jpw@gnu.org>
21787
21788 * simple.el (current-word): Don't include punctuation char when
21789 `really-word' arg is non-nil.
21790
21791 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21792
21793 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21794 moved to the directory obsolete.
21795
21796 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21797
21798 * info.el (Info-menu-entry-name-re): Allow newlines in
21799 menu entry names.
21800
21801 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21802 syntax-ppss-after-change-function.
21803 (syntax-ppss-after-change-function): New alias. Update uses.
21804 (syntax-ppss): Catch the case where the buffer is narrowed.
21805
21806 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21807
21808 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21809 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21810
21811 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21812
21813 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21814 since it might be modified.
21815
21816 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21817 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21818 names to these language constants.
21819
21820 2003-07-15 Kim F. Storm <storm@cua.dk>
21821
21822 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21823 All uses changed.
21824
21825 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21826
21827 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21828 Namespace support.
21829
21830 2003-07-13 Juanma Barranquero <lektu@terra.es>
21831
21832 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21833 papers received).
21834
21835 2003-07-13 Karl Eichwalder <ke@suse.de>
21836
21837 * textmodes/po.el (po-find-charset): White space at the start of the
21838 Content-Type field body is non-mandatory.
21839
21840 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21841
21842 * textmodes/texinfo.el (texinfo-section-list):
21843 Append appendixsection; a synonym for appendixsec.
21844
21845 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21846
21847 * man.el (Man-translate-cleanup): New.
21848 (Man-translate-references): Call `Man-translate-cleanup' to clean
21849 leading, trailing and middle spaces.
21850
21851 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21852
21853 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21854 Handle `dired-directory' being a list.
21855
21856 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21857
21858 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21859 it doesn't exist.
21860
21861 2003-07-12 Richard M. Stallman <rms@gnu.org>
21862
21863 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21864
21865 * progmodes/cc-defs.el (c-make-keywords-re):
21866 Don't use delete-duplicates.
21867 (c-lang-const): Don't use mapcan.
21868
21869 * apropos.el (apropos-show-scores): Make it customizable.
21870 Document new meaning.
21871 (apropos): Compute scores from symbols.
21872 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21873
21874 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21875
21876 * ps-bdf.el: Fix copyright line.
21877 (bdf-directory-list): Fix initialization code.
21878
21879 2003-07-11 John Paul Wallington <jpw@gnu.org>
21880
21881 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21882 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21883 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21884
21885 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21886
21887 * emacs-lisp/ring.el (ring-elements): Doc fix.
21888
21889 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21890
21891 * calendar/timeclock.el (timeclock-relative)
21892 (timeclock-ask-before-exiting, timeclock-use-display-time):
21893 Doc changes.
21894 (timeclock-modeline-display): Give a message if
21895 `timeclock-use-display-time' is non-nil but `display-time-mode'
21896 is not active.
21897
21898 2003-07-11 Kenichi Handa <handa@m17n.org>
21899
21900 * international/mule-cmds.el (set-language-environment):
21901 Set current-language-environment to the correct string.
21902
21903 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21904
21905 * ps-print.el: Print line number correctly in a region. Reported by
21906 Tim Allen <timallen@ls83.fsnet.co.uk>.
21907 (ps-print-version): New version number (6.6.2).
21908 (ps-printing-region): Code fix.
21909
21910 2003-07-10 John Paul Wallington <jpw@gnu.org>
21911
21912 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21913 this function can be called from `add-completions-from-tags-table'.
21914
21915 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21916
21917 * calendar/timeclock.el (timeclock-use-display-time)
21918 (timeclock-day-over-hook, timeclock-workday-remaining)
21919 (timeclock-status-string, timeclock-when-to-leave)
21920 (timeclock-when-to-leave-string, timeclock-log-data)
21921 (timeclock-find-discrep, timeclock-day-base)
21922 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21923 (timeclock-modeline-display): Set the variable
21924 `timeclock-modeline-display'.
21925 (timeclock-update-modeline): Doc fix. Respect value of
21926 `timeclock-relative'.
21927
21928 2003-07-09 Richard M. Stallman <rms@gnu.org>
21929
21930 * textmodes/reftex-parse.el (reftex-all-document-files):
21931 Add autoload cookie.
21932
21933 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21934 (reftex-scanning-info-available-p): Add autoload cookie.
21935
21936 * international/mule-cmds.el
21937 (set-display-table-and-terminal-coding-system): Delete duplicate
21938 aset on standard-display-table.
21939
21940 * view.el (view-file): If existing buffer's major mode is special,
21941 don't go into view mode.
21942
21943 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21944
21945 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21946
21947 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21948 buffer changes; there's third party code that calls this function
21949 directly.
21950
21951 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21952
21953 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21954 (autodoc-font-lock-keywords): Don't byte compile on font lock
21955 initialization when running from byte compiled files.
21956
21957 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21958
21959 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21960 statement ends with auto-increment "++".
21961
21962 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21963
21964 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21965 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21966 these are changed, so declare them as variables and not constants.
21967
21968 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21969
21970 * subr.el (dolist, dotimes): Doc fix.
21971
21972 2003-07-08 Kim F. Storm <storm@cua.dk>
21973
21974 * international/mule-cmds.el
21975 (set-display-table-and-terminal-coding-system): Don't break
21976 bootstrap if standard-display-table isn't setup yet.
21977
21978 2003-07-07 Richard M. Stallman <rms@gnu.org>
21979
21980 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21981 Give it a doc string, and autoload it.
21982
21983 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21984 Use with-no-warnings.
21985
21986 * info.el (Info-search): If find invisible text, search again.
21987
21988 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21989
21990 * man.el (Man-name-regexp): Match + as part of name.
21991
21992 * simple.el (visible-mode): Rename from vis-mode.
21993 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21994
21995 * simple.el (current-word): New arg REALLY-WORD specifies
21996 don't include punctuation chars.
21997
21998 * emacs-lisp/debug.el (debug, debugger-env-macro):
21999 Use with-no-warnings while accessing and binding unread-command-char.
22000
22001 * international/mule-cmds.el
22002 (set-display-table-and-terminal-coding-system): Use explicit loop
22003 instead of calling standard-display-default.
22004
22005 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22006 Use condition-case to catch error in ange-ftp-get-files.
22007
22008 * net/browse-url.el (browse-url-browser-function):
22009 Add alternative for Epiphany.
22010 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22011 (browse-url-epiphany-startup-arguments)
22012 (browse-url-epiphany-new-window-is-tab): New variables.
22013 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22014
22015 * progmodes/compile.el (compile-auto-highlight): Default now t.
22016 (compile): Doc fix.
22017 (compilation-next-error): Fix previous change.
22018
22019 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22020
22021 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22022
22023 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22024
22025 * gdb-ui.el (gdb-source-info): Display current frame when
22026 attaching to an existing process.
22027 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22028 while laying out windows when attaching to an existing process.
22029
22030 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22031
22032 * info.el (Info-menu): Use Info-menu-entry-name-re.
22033
22034 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22035
22036 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22037 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22038
22039 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22040 to match the same text.
22041
22042 2003-07-06 John Paul Wallington <jpw@gnu.org>
22043
22044 * vc.el (vc-annotate-offset): Move defvar up.
22045
22046 2003-07-06 Kim F. Storm <storm@cua.dk>
22047
22048 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22049 This should fix the infinite loop when extracting menu names.
22050
22051 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22052
22053 * files.el (auto-mode-alist, interpreter-mode-alist):
22054 Remove entries to CC Mode modes to avoid duplicates; they are now added
22055 with autoload directives in cc-mode.el.
22056
22057 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22058
22059 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22060 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22061 these are changed, so declare them as variables and not constants.
22062
22063 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22064 ensure that the entry for ".c" extension comes before the one for
22065 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22066 Fix incorrect entries that were added to `interpreter-mode-alist'.
22067 Move the autoload directives for AWK to the top level since they
22068 aren't recognized anywhere else. Do not use the new AWK mode doc
22069 in the autoload form for the old AWK mode.
22070
22071 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22072
22073 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22074 (bibtex-sort-ignore-string-entries): Default value t.
22075 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22076 erroneously in previous version.
22077 (bibtex-string-files): Docstring reflects new parsing scheme.
22078 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22079 docstring, add # as one of the chars to crush
22080 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22081 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22082 (bibtex-autokey-name-change-strings)
22083 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22084 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22085 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22086 (bibtex-autokey-title-terminators)
22087 (bibtex-autokey-titlewords-stretch)
22088 (bibtex-autokey-titleword-ignore)
22089 (bibtex-autokey-titleword-case-convert)
22090 (bibtex-autokey-titleword-abbrevs)
22091 (bibtex-autokey-titleword-abbrevs)
22092 (bibtex-autokey-titleword-change-strings)
22093 (bibtex-autokey-titleword-length)
22094 (bibtex-autokey-titleword-separator)
22095 (bibtex-autokey-name-year-separator)
22096 (bibtex-autokey-year-title-separator)
22097 (bibtex-autokey-before-presentation-function)
22098 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22099 Fix docstring.
22100 (bibtex-strings, bibtex-reference-keys):
22101 Use lazy-completion-table and make-variable-buffer-local.
22102 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22103 (bibtex-braced-string-syntax-table)
22104 (bibtex-quoted-string-syntax-table): New variables.
22105 (bibtex-parse-nested-braces): Remove.
22106 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22107 (bibtex-parse-association): Simplify.
22108 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22109 (bibtex-parse-field-text): Simplify.
22110 (bibtex-search-forward-field, bibtex-search-backward-field):
22111 argument BOUND can take value t.
22112 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22113 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22114 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22115 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22116 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22117 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22118 and ending of entry. Update for changes of bibtex-search-entry.
22119 Simplify.
22120 (bibtex-map-entries): FUN is called with three arguments.
22121 (bibtex-search-entry): Return a cons pair with buffer positions of
22122 beginning and end of entry.
22123 (bibtex-enclosing-field): Simplify.
22124 (bibtex-format-entry): Use booktitle to set a missing title.
22125 (bibtex-autokey-get-names): Fiddle with regexps.
22126 (bibtex-generate-autokey): Use identity.
22127 (bibtex-parse-keys): Use simplified parsing algorithm if
22128 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22129 arguments. Return alist of keys.
22130 (bibtex-parse-strings): Simplify. Return alist of strings.
22131 (bibtex-complete-string-cleanup): Fix docstring.
22132 (bibtex-read-key): New function.
22133 (bibtex-mode): Fix docstring. Do not parse for keys and
22134 strings when the mode is entered. Set fill-paragraph-function to
22135 bibtex-fill-field. Setup font-lock-mark-block-function the way
22136 font-lock intended.
22137 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22138 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22139 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22140 (bibtex-Preamble): Avoid hard coded constants.
22141 (bibtex-make-field): Fix docstring. Simplify.
22142 (bibtex-beginning-of-entry): Always return new position of point.
22143 (bibtex-end-of-entry): Rearrange cond clauses.
22144 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22145 Update for changes of bibtex-map-entries.
22146 (bibtex-ispell-abstract): Do not move point.
22147 (bibtex-entry-index): Use downcase. Simplify.
22148 (bibtex-lessp): Handle catch-all.
22149 (bibtex-find-crossref): Turn into a command.
22150 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22151 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22152 preamble entries.
22153 (bibtex-fill-field-bounds): New function.
22154 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22155 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22156 (bibtex-String): Use bibtex-strings. Always obey
22157 bibtex-sort-ignore-string-entries.
22158
22159 2003-07-05 John Paul Wallington <jpw@gnu.org>
22160
22161 * cus-theme.el (customize-create-theme):
22162 Call `customize-create-theme' in Reset widget's notify function.
22163
22164 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22165 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22166 (define-ibuffer-column name): Add summarizer.
22167 (define-ibuffer-column size): Likewise.
22168 (define-ibuffer-column filename): Likewise.
22169 (define-ibuffer-column process): Likewise. Change BODY's output too.
22170 (define-ibuffer-column filename-and-process): Likewise, likewise.
22171 (ibuffer): Remove local vars `already-in' and `need-update'.
22172
22173 * ibuf-ext.el: Don't require `derived' at compile-time.
22174
22175 2003-07-05 Kim F. Storm <storm@cua.dk>
22176
22177 * info.el: Disable paragraph refilling.
22178 (Info-refill-paragraphs): New defcustom.
22179 (Info-fontify-node): Use it.
22180
22181 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22182
22183 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22184 thingies from constructors created by defstruct.
22185
22186 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22187 the default value of the variable.
22188 (byte-code-meter): Move declaration to top level.
22189
22190 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22191
22192 * info.el (Info-following-node-name-re): New fun.
22193 (Info-following-node-name): Remove.
22194 (Info-insert-dir): Use the new fun.
22195 (Info-extract-pointer): Don't save restriction; use new fun.
22196 (Info-menu-entry-name-re): New const.
22197 (Info-menu-entry-name-re): Use it along with new fun.
22198 (Info-node-spec-re): Use new fun.
22199 (Info-complete-menu-item, Info-fontify-node): Use new const.
22200 (Info-goto-node, Info-follow-reference, Info-menu-update):
22201 Use match-string.
22202 (Info-follow-reference): Use assoc-string.
22203 Use a list of strings for the completion table.
22204 (Info-fontify-node): Use match-string, line-end-position.
22205 Limit the search for `node:' to the first line.
22206
22207 * newcomment.el (uncomment-region): Remove padding coming from
22208 comment-start rather than just from comment-padding.
22209
22210 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22211 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22212 (vc-cvs-rename-file): Remove (use the default).
22213 (vc-cvs-register): Register parent dir if needed.
22214 (vc-cvs-could-register): Return non-nil if parent can be registered.
22215 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22216 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22217
22218 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22219 (vc-svn-update): Fix the arguments to `svn'.
22220 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22221 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22222 Simple implementations, assuming `name' is a URL.
22223
22224 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22225 set of chars allowed unquoted in a case pattern.
22226
22227 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22228
22229 * font-lock.el (font-lock-extra-types-widget)
22230 (c-font-lock-extra-types, c++-font-lock-extra-types)
22231 (objc-font-lock-extra-types, java-font-lock-extra-types)
22232 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22233 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22234 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22235 (font-lock-match-c++-structor-declaration)
22236 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22237 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22238 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22239 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22240 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22241 (java-font-lock-keywords-3, java-font-lock-keywords)
22242 (java-font-lock-syntactic-face-function): Remove obsolete code
22243 and constants. It's all in cc-fonts.el now.
22244
22245 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22246
22247 * mail/sendmail.el (mail-specify-envelope-from)
22248 (mail-envelope-from): Doc fix.
22249
22250 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22251
22252 * generic-x.el: Do away with the dependency on `c-emacs-features'
22253 when populating `rul-generic-mode-syntax-table'; we already know
22254 this isn't XEmacs.
22255
22256 See ChangeLog.10 for earlier changes.
22257
22258 ;; Local Variables:
22259 ;; coding: iso-2022-7bit
22260 ;; End:
22261
22262 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22263 Copying and distribution of this file, with or without modification,
22264 are permitted provided the copyright notice and this notice are preserved.
22265
22266 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1