]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441
[gnu-emacs] / lisp / ChangeLog
1 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-error): New variable.
4 (gdb-error): New function.
5 (gdb-annotation-rules): Act on error-begin and error annotations.
6 (gdb-concat-output): Use font-lock-warning-face for errors.
7
8 2005-06-22 Miles Bader <miles@gnu.org>
9
10 * bindings.el (propertized-buffer-identification): Use renamed
11 `Buffer-menu-buffer' face.
12
13 * faces.el (vertical-border): Renamed from `vertical-divider'.
14 (escape-glyph): Change dark-background color back to `cyan'.
15
16 2005-06-21 Juri Linkov <juri@jurta.org>
17
18 * faces.el (face-user-default-spec): Try getting `customized-face'
19 prior to `saved-face'.
20 (frame-background-mode): Refill docstring.
21
22 * emacs-lisp/lisp-mode.el (eval-defun-1):
23 * emacs-lisp/edebug.el (edebug-eval-defun):
24 Set `saved-face' temporarily to nil before calling form.
25 Set `customized-face' to the new spec after that.
26
27 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28
29 * subr.el (1value, lambda, key-substitution-in-progress):
30 Doc fixes.
31
32 * autoinsert.el (auto-insert-alist):
33 * ses.el (ses-call-printer):
34 * subr.el (noreturn):
35 * emacs-lisp/lisp.el (check-parens):
36 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
37 * net/browse-url.el (browse-url-mosaic):
38 * progmodes/cc-defs.el (c-safe-scan-lists):
39 * progmodes/ebnf-abn.el (ebnf-abn-lex):
40 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
41 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
42 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
43 * progmodes/ebnf-iso.el (ebnf-iso-lex):
44 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
45
46 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
47
48 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
49
50 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
51
52 * calendar/appt.el (appt-make-list): Activate the package, if
53 not already active (for backwards compatibility).
54
55 2005-06-20 Kim F. Storm <storm@cua.dk>
56
57 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
58
59 2005-06-20 Miles Bader <miles@gnu.org>
60
61 * faces.el (vertical-divider): New face.
62
63 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
64
65 * simple.el (kill-whole-line): Doc fix.
66 (next-error-buffer-p, next-error-find-buffer)
67 (clone-indirect-buffer): Fix typos in docstrings.
68 (comment-line-break-function): Doc fix: don't say variable
69 is automatically buffer-local (it isn't).
70
71 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
72
73 * net/tramp-ftp.el (top):
74 * net/tramp-smb.el (top):
75 * net/tramp-util.el (top):
76 * net/tramp-uu.el (top):
77 * net/tramp-vc.el (top):
78 * net/tramp.el (top): Revert copyright years back to original
79 ones. Tramp has a life outside GNU Emacs.
80
81 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
82
83 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
84
85 2005-06-18 Juri Linkov <juri@jurta.org>
86
87 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
88 end of first regexp to limit the match to the position between
89 line number and source line with same separator character as used
90 between file name and line number. In the second regexp limit
91 mouse-face area to file name and line number by adding new group
92 for them and referring it in HYPERLINK arg.
93 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
94 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
95 previous line where grep markers may be already removed.
96
97 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
98
99 * progmodes/ps-mode.el: Update version and maintainer's email
100 address.
101
102 2005-06-18 Steve Youngs <steve@xemacs.org>
103
104 * net/browse-url.el (browse-url-browser-function)
105 (browse-url-default-browser): Add firefox.
106 (browse-url-firefox-program, browse-url-firefox-arguments)
107 (browse-url-firefox-startup-arguments)
108 (browse-url-firefox-new-window-is-tab): New defcustoms.
109 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
110
111 2005-06-17 Richard M. Stallman <rms@gnu.org>
112
113 * startup.el (command-line): Warn if specified user name has
114 no home directory.
115
116 * term.el (term-get-old-input, term-input-filter, term-input-sender)
117 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
118
119 * longlines.el (longlines-mode, longlines-show-hard-newlines):
120 Doc fixes.
121
122 * faces.el (underline): Try bold if terminal doesn't support underline.
123
124 * mail/sendmail.el (mail-setup-with-from): New variable.
125 (mail-insert-from-field): New function.
126 (sendmail-send-it): Call it.
127 (mail-setup): Optionally call it here.
128
129 * term/linux.el: Call tty-no-underline.
130
131 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
132
133 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
134
135 2005-06-17 Miles Bader <miles@gnu.org>
136
137 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
138 (ediff-current-diff-C, ediff-current-diff-Ancestor)
139 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
140 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
141 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
142 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
143 Remove "-face" suffix from face names.
144 (ediff-current-diff-face-A, ediff-current-diff-face-B)
145 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
146 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
147 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
148 (ediff-even-diff-face-A, ediff-even-diff-face-B)
149 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
150 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
151 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
152 New backward-compatibility aliases for renamed faces.
153 (ediff-current-diff-face-A, ediff-current-diff-face-B)
154 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
155 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
156 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
157 (ediff-even-diff-face-A, ediff-even-diff-face-B)
158 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
159 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
160 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
161 Use renamed ediff faces.
162
163 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
164 Remove "-face" suffix from face names.
165 (eshell-test-ok-face, eshell-test-failed-face):
166 New backward-compatibility aliases for renamed faces.
167 (eshell-run-test): Use renamed eshell-test faces.
168
169 * eshell/em-prompt.el (eshell-prompt):
170 Remove "-face" suffix from face name.
171 (eshell-prompt-face): New backward-compatibility alias for renamed face.
172 (eshell-emit-prompt): Use renamed eshell-prompt face.
173
174 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
175 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
176 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
177 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
178 Remove "-face" suffix from face names.
179 (eshell-ls-directory-face, eshell-ls-symlink-face)
180 (eshell-ls-executable-face, eshell-ls-readonly-face)
181 (eshell-ls-unreadable-face, eshell-ls-special-face)
182 (eshell-ls-missing-face, eshell-ls-archive-face)
183 (eshell-ls-backup-face, eshell-ls-product-face)
184 (eshell-ls-clutter-face):
185 New backward-compatibility aliases for renamed faces.
186 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
187
188 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
189 "-face" suffix from face name.
190 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
191 instead of literal face.
192
193 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
194
195 * emacs-lisp/warnings.el (display-warning, lwarn)
196 (warning-minimum-log-level): Doc fixes.
197 (warning-minimum-level, warning-minimum-log-level):
198 Add :debug to :type choices.
199
200 * progmodes/ada-mode.el (ada-format-paramlist)
201 (ada-get-indent-case, ada-check-matching-start)
202 (ada-check-defun-name, ada-goto-matching-decl-start)
203 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
204 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
205 (ada-make-subprogram-body): Follow error conventions.
206 (ada-case-exception-file, ada-indent-comment-as-code)
207 (ada-indent-handle-comment-special, ada-indent-renames)
208 (ada-indent-return, ada-search-directories-internal)
209 (ada-tab-policy, ada-case-exception-substring)
210 (ada-other-file-alist, ada-matching-start-re)
211 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
212 (ada-imenu-generic-expression, ada-compile-goto-error)
213 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
214 (ada-popup-menu, ada-add-extensions, ada-mode)
215 (ada-region-selected, ada-create-case-exception)
216 (ada-create-case-exception-substring, ada-after-keyword-p)
217 (ada-activate-keys-for-case, ada-adjust-case-region)
218 (ada-adjust-case-buffer, ada-format-paramlist)
219 (ada-scan-paramlist, ada-insert-paramlist)
220 (ada-indent-newline-indent)
221 (ada-indent-newline-indent-conditional)
222 (ada-justified-indent-current, ada-goto-previous-word)
223 (ada-indent-current, ada-get-indent-open-paren)
224 (ada-get-indent-paramlist, ada-get-indent-end)
225 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
226 (ada-get-indent-block-start, ada-get-indent-subprog)
227 (ada-get-indent-noindent, ada-get-indent-label)
228 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
229 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
230 (ada-goto-stmt-end, ada-goto-next-word)
231 (ada-check-matching-start, ada-check-defun-name)
232 (ada-goto-matching-decl-start, ada-goto-matching-start)
233 (ada-goto-matching-end, ada-search-ignore-string-comment)
234 (ada-in-decl-p, ada-looking-at-semi-or)
235 (ada-looking-at-semi-private, ada-in-paramlist-p)
236 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
237 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
238 (ada-next-procedure, ada-previous-procedure, ada-next-package)
239 (ada-previous-package, ada-create-menu)
240 (ada-fill-comment-paragraph-justify)
241 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
242 (ada-other-file-name, ada-last-which-function-line)
243 (ada-last-which-function-subprog, ada-which-function)
244 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
245 (ada-gen-treat-proc, ada-check-emacs-version)
246 (ada-continuation-indent, ada-align-region-separate):
247 Fix typos in docstrings.
248 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
249
250 2005-06-16 Lute Kamstra <lute@gnu.org>
251
252 * simple.el (fundamental-mode): Run after-change-major-mode-hook
253 conditionally.
254
255 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
256
257 * comint.el (comint-replace-by-expanded-filename)
258 (comint-prompt-regexp, comint-delimiter-argument-list)
259 (comint-preinput-scroll-to-bottom):
260 * info.el (Info-hide-cookies-node):
261 * ls-lisp.el (ls-lisp-classify):
262 * find-file.el (ff-search-directories, ff-special-constructs)
263 (ff-find-other-file):
264 * font-lock.el (font-lock-keywords):
265 * shell.el (shell-prompt-pattern)
266 (shell-dynamic-complete-functions, shell-mode)
267 (shell-delimiter-argument-list):
268 * term.el (term-replace-by-expanded-filename)
269 (term-prompt-regexp, term-delimiter-argument-list):
270 * woman.el (woman-ignore, woman0-if):
271 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
272 * emacs-lisp/elint.el (elint-init-env):
273 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
274 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
275 * language/ethio-util.el (ethio-tilde-escape)
276 (ethio-use-three-dot-question):
277 * net/zone-mode.el (zone-mode-load-time-setup):
278 * progmodes/cc-align.el (c-lineup-argcont):
279 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
280 * progmodes/cperl-mode.el (cperl-set-style-back):
281 * progmodes/inf-lisp.el (inferior-lisp-prompt):
282 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
283 Fix spellings in docstrings.
284
285 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
286 * progmodes/modula2.el (m2-for): Fix spellings.
287
288 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
289
290 * simple.el (undo-more): Don't use `format' on `error' arguments.
291 Improve argument/docstring consistency.
292 (pending-undo-list): Doc fix.
293
294 * smerge-mode.el (smerge-ensure-match):
295 * emulation/vip.el (vip-ex):
296 * net/zone-mode.el (zone-mode-update-serial):
297 * progmodes/idlwave.el (idlwave-complete):
298 * progmodes/vhdl-mode.el (vhdl-visit-file)
299 (vhdl-compose-wire-components):
300 Don't use `format' on `error' arguments.
301
302 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
303 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
304 (tooltip-help-tips): Fix typos in docstrings.
305
306 2005-06-16 David Ponce <david@dponce.com>
307
308 * tree-widget.el (tree-widget-value-create): Simplify last change.
309
310 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
311
312 * ido.el (ido-incomplete-regexp): New variable.
313 (ido-set-matches-1): Handle invalid-regexp error and set
314 ido-incomplete-regexp.
315 (ido-incomplete-regexp): New face.
316 (ido-completions): Use it.
317 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
318 incomplete regexps.
319 (ido-completions): Add check for complete match when entering a regexp.
320
321 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
324
325 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
326
327 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
328 by field delimiters.
329
330 2005-06-15 David Ponce <david@dponce.com>
331
332 * tree-widget.el: eval-and-compile inlined functions so they will
333 be available at run-time too.
334 (tree-widget-super-format-handler)
335 (tree-widget-format-handler): Remove.
336 (tree-widget-value-create): Handle the :indent property.
337
338 2005-06-15 Miles Bader <miles@gnu.org>
339
340 * progmodes/which-func.el (which-func): Only inherit
341 `font-lock-function-name-face' when that makes sense against the
342 default mode-line face, otherwise set the face color explicitly.
343
344 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
345 faces instead of (non-existent) variables.
346
347 2005-06-14 Miles Bader <miles@gnu.org>
348
349 * progmodes/ld-script.el (ld-script-location-counter):
350 Remove "-face" suffix from face name.
351 (ld-script-location-counter-face):
352 New backward-compatibility alias for renamed face.
353 (ld-script-location-counter-face): Use renamed face.
354
355 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
356 (cperl-hash): Remove "-face" suffix from face names.
357 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
358 New backward-compatibility aliases for renamed faces.
359 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
360 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
361
362 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
363 name.
364 (which-func-face): New backward-compatibility alias for renamed face.
365 (which-func-format): Use renamed which-func face.
366
367 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
368 (vhdl-function, vhdl-directive, vhdl-reserved-word)
369 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
370 names.
371 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
372 (vhdl-speedbar-configuration, vhdl-speedbar-package)
373 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
374 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
375 (vhdl-speedbar-architecture-selected)
376 (vhdl-speedbar-configuration-selected)
377 (vhdl-speedbar-package-selected)
378 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
379 names.
380 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
381 Use renamed faces.
382 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
383 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
384 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
385 Use renamed faces.
386 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
387 names.
388 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
389 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
390 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
391 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
392 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
393 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
394
395 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
396 face name.
397 (sh-heredoc-face): New backward-compatibility alias for renamed face.
398 (sh-heredoc-face): Use renamed sh-heredoc face.
399
400 * progmodes/idlw-help.el (idlwave-help-link):
401 Remove "-face" suffix from face name.
402 (idlwave-help-link-face):
403 New backward-compatibility alias for renamed face.
404 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
405
406 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
407 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
408 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
409 New backward-compatibility aliases for renamed faces.
410 (idlwave-shell-disabled-breakpoint-face)
411 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
412
413 * progmodes/flymake.el (flymake-errline, flymake-warnline):
414 Remove "-face" suffix from face names.
415 (flymake-errline-face, flymake-warnline-face):
416 New backward-compatibility aliases for renamed faces.
417 (flymake-highlight-line): Use renamed flymake faces.
418
419 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
420 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
421 (ebrowse-member-class, ebrowse-progress):
422 Remove "-face" suffix from face names.
423 (ebrowse-tree-mark-face, ebrowse-root-class-face)
424 (ebrowse-file-name-face, ebrowse-default-face)
425 (ebrowse-member-attribute-face, ebrowse-member-class-face)
426 (ebrowse-progress-face):
427 New backward-compatibility aliases for renamed faces.
428 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
429 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
430 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
431 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
432
433 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
434 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
435 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
436 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
437 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
438 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
439 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
440 New backward-compatibility aliases for renamed faces.
441 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
442 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
443 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
444 "font-lock-". Use renamed antlr-mode faces.
445 (antlr-font-lock-additional-keywords): Use renamed faces.
446 Replace literal face-names with face variable references.
447
448 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
449 face name.
450 (Buffer-menu-buffer-face): New backward-compatibility alias for
451 renamed face.
452 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
453
454 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
455
456 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
457 Eliminate "-face" suffix.
458 (makefile-targets): Inherit from font-lock-function-name-face and
459 eliminate "-face" suffix.
460 (makefile-shell): Remove attributes and eliminate "-face" suffix.
461 (makefile-*-font-lock-keywords): Append makefile-targets in rule
462 actions, instead of prepending, to make it less visible.
463 (makefile-previous-dependency, makefile-match-dependency):
464 Don't match a target on a continuation line.
465
466 * files.el (auto-mode-alist): Put Makefile in gmake mode.
467
468 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
469
470 * progmodes/gdb-ui.el (gdb-tooltip-print):
471 Respect tooltip-use-echo-area.
472 (menu): Re-order menu items.
473
474 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
475 Define in tooltip.el.
476 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
477 (gud-tooltip-tips): Respect tooltip-use-echo-area and
478 gud-tooltip-echo-area.
479
480 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
481 backward compatibility and make obsolete.
482 (tooltip-help-tips): Use tooltip-use-echo-area.
483 (tooltip-show-help-function): Rename to...
484 (tooltip-show-help): ...this, because it is a function.
485 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
486
487 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
488
489 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
490 (edebug-print-length, edebug-print-level, edebug-print-circle)
491 (edebug-modify-breakpoint, edebug-eval-last-sexp)
492 (edebug-eval-print-last-sexp): Doc fixes.
493
494 2005-06-14 Kim F. Storm <storm@cua.dk>
495
496 * ido.el (ido-mode): Make a new keymap every time we enable ido,
497 as the coverage buffer/file/both may change.
498
499 2005-06-14 Lute Kamstra <lute@gnu.org>
500
501 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
502 and run-mode-hooks. Simplify.
503
504 * mail/rmailedit.el (rmail-edit-mode):
505 * progmodes/octave-inf.el (inferior-octave-mode):
506 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
507
508 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
509 and run-mode-hooks.
510 (recentf-edit-list, recentf-open-files): Don't call
511 kill-all-local-variables directly.
512
513 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
514
515 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
516
517 * emacs-lisp/byte-run.el (make-obsolete)
518 (define-obsolete-function-alias): Rename arguments FUNCTION and
519 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
520 (make-obsolete-variable, define-obsolete-variable-alias):
521 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
522 respectively.
523
524 * isearchb.el (isearchb-activate):
525 * pcvs.el (cvs-mode):
526 * ses.el (ses-load):
527 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
528 * net/tramp.el (tramp-find-file-exists-command)
529 (tramp-find-shell):
530 * progmodes/ada-mode.el (ada-create-case-exception)
531 (ada-create-case-exception-substring, ada-make-subprogram-body):
532 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
533 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
534 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
535 * textmodes/org.el (org-promote, org-evaluate-time-range)
536 (org-agenda-next-date-line, org-agenda-previous-date-line)
537 (org-agenda-error, org-open-at-point, org-table-move-row)
538 (org-format-table-table-html-using-table-generate-source)
539 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
540 * textmodes/reftex.el (reftex-access-scan-info):
541 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
542 (reftex-toc-promote-prepare): Follow error conventions.
543
544 * diff-mode.el (diff-mode): Fix typo in docstring.
545
546 * forms.el (forms--intuit-from-file): Fix reference to
547 `forms-number-of-fields' in error message.
548 (forms-print): Fix quoting in error message.
549
550 * forms.el (forms-mode):
551 * emulation/vi.el (vi-goto-insert-state):
552 * progmodes/flymake.el (flymake-new-err-info)
553 (flymake-start-syntax-check-for-current-buffer)
554 (flymake-simple-cleanup):
555 * eshell/esh-var.el (eshell/export):
556 * progmodes/gud.el (xdb):
557 * textmodes/flyspell.el (flyspell-incorrect-hook)
558 (flyspell-maybe-correct-transposition)
559 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
560
561 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
562
563 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
564 minibuffer prompt.
565
566 2005-06-13 Kim F. Storm <storm@cua.dk>
567
568 * subr.el (add-to-ordered-list): New defun.
569
570 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
571 add cua--keymap-alist to emulation-mode-map-alists.
572
573 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * subr.el (complete-in-turn): New macro.
576 (dynamic-completion-table, lazy-completion-table): Add debug info.
577
578 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
579 in preference to face aliases.
580
581 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
582 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
583 Remove unused vars `start' and `firstline'.
584 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
585 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
586
587 2005-06-13 Eli Zaretskii <eliz@gnu.org>
588
589 * cus-start.el (all): Don't complain about missing GTK-related
590 variables, unless either `gtk' is boundp or this isn't a
591 `windows-nt' build.
592
593 2005-06-13 Lute Kamstra <lute@gnu.org>
594
595 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
596 run-mode-hooks.
597
598 * ediff-mult.el (ediff-meta-mode):
599 * ediff-util.el (ediff-mode): Use run-mode-hooks.
600
601 * ledit.el (ledit-mode): Use delay-mode-hooks.
602
603 * woman.el (woman-mode-line-format): Delete constant.
604 (woman-mode-map): Initialize it properly.
605 (woman-mode): Set mode-class property to special.
606 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
607 Set major-mode and mode-name. Don't set mode-line-format directly.
608 (Man-getpage-in-background): Don't reference woman-mode-line-format.
609
610 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
611 string argument obsolete.
612
613 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
614
615 * textmodes/org.el (org-CUA-compatible): New option.
616 (org-disputed-keys): New variable.
617 (org-key): New function.
618 (orgtbl-make-binding): Add docstring to the created function.
619 (org-mode): Set paragraph start/separate regexps.
620 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
621 (org-archive-location, org-archive-mark-done)
622 (org-archive-stamp-time): New options.
623 (org-archive-subtree): New command.
624 (org-fill-paragraph): New function.
625 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
626 (org-fake-empty-table-line): Function removed.
627 (org-format-org-table-html): Do not create empty table lines at
628 separator lines. Improved table header treatment.
629 (org-link-format): New option.
630 (org-make-link): New function.
631 (org-insert-link, org-store-link): Use org-make-link.
632 (org-open-file): Quote file name for shell command, to allow
633 spaces in file names.
634 (org-link-regexp): Fix bug with mailto link.
635 (org-link-maybe-angles-regexp, org-protected-link-regexp):
636 New constants.
637 (org-export-as-html): Deal with the optional angles around a link.
638 Better treatment of file: links.
639 (org-open-at-point): Replace @{ and @} with < and >.
640 (org-run-mode-hooks): Function removed.
641 (org-agenda-mode): No longer use `org-run-mode-hooks'.
642
643 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
644
645 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
646 MI command -data-list-register-values.
647 (gdb-post-prompt): Indent properly.
648
649 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
650
651 * hilit-chg.el (highlight-changes-colors): Rename from
652 `highlight-changes-colours'.
653 (highlight-changes-colours): Keep as obsolete alias.
654 (highlight-changes-face-list): Doc fix.
655 (hilit-chg-make-list): Use `highlight-changes-colors'.
656
657 2005-06-12 Mark A. Hershberger <mah@everybody.org>
658
659 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
660 defun-prompt-regexp.
661
662 2005-06-12 Eli Zaretskii <eliz@gnu.org>
663
664 * loadup.el: Don't say we are dumping under 2 names on windows-nt
665 and cygwin.
666
667 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
668 Don't use an old loaddefs.el, as in Makefile.in.
669
670 2005-06-12 Lute Kamstra <lute@gnu.org>
671
672 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
673
674 * man.el (Man-mode-map): Initialize it properly.
675 (Man-mode): Set mode-class property to special.
676
677 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
678
679 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
680
681 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
682 A newline is needed in the docstring there.
683
684 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
685 Doc fixes.
686
687 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
688
689 * printing.el: Doc fix. The menubar is no more changed when printing
690 is loaded, it only changes when pr-menu-bind or pr-update-menus is
691 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
692 (pr-version): New version number (6.8.4).
693 (pr-menu-bind): New command.
694 (pr-update-menus): Docstring and code fix.
695 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
696 Docstring fix.
697 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
698 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
699
700 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
701
702 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
703 "Returns" to "return", document useful return values, etc.
704
705 2005-06-11 Alan Mackenzie <acm@muc.de>
706
707 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
708 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
709 (adaptive-file-function): Minor amendment to doc-string.
710
711 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
712
713 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
714 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
715 Fix :type--it is `integer', not `string'.
716
717 * faces.el (modeline-highlight): Rename from (the erroneous)
718 `modeline-higilight'.
719
720 2005-06-11 Lute Kamstra <lute@gnu.org>
721
722 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
723 lisp-interaction-mode-map but make it the parent.
724 (edebug-eval-mode): Use define-derived-mode.
725
726 2005-06-11 Andreas Schwab <schwab@suse.de>
727
728 * bindings.el: Add binding of `ESC functionkey' for every
729 `M-functionkey'.
730 * hexl.el (hexl-mode-map): Likewise.
731
732 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
733
734 * progmodes/compile.el (compilation-error-regexp-alist-alist)
735 [msft]: update regexp for newer msft compilers.
736
737 2005-06-10 Mark A. Hershberger <mah@everybody.org>
738
739 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
740 ATTLIST portions of included DTDs.
741 (xml-parse-dtd): Eliminate use of inefficient match-data.
742
743 2005-06-10 Miles Bader <miles@gnu.org>
744
745 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
746 (mpuz-text): Remove "-face" suffix from face names.
747 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
748 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
749 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
750
751 * play/gomoku.el (gomoku-O, gomoku-X):
752 Remove "-face" suffix from face names.
753 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
754 New backward-compatibility aliases for renamed faces.
755 (gomoku-font-lock-keywords): Use renamed gomoku faces.
756
757 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
758
759 * thumbs.el: Fixes for changes of 2005-06-09.
760 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
761 as a directory.
762 (thumbs-thumbname): Remove directory separator from format string;
763 `thumbs-thumbsdir' now returns a valid directory name.
764 (thumbs-temp-dir): New defsubst.
765 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
766 Use it.
767
768 * cus-edit.el (minibuffer):
769 * files.el (make-backup-file-name-function):
770 * filesets.el (filesets-external-viewers):
771 * hilit-chg.el (highlight-changes-colours)
772 (highlight-changes-face-list, highlight-changes-rotate-faces):
773 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
774 * kmacro.el (kmacro-call-macro):
775 * log-edit.el (log-edit-changelog-full-paragraphs):
776 * mouse.el (mouse-1-click-follows-link):
777 * skeleton.el (skeleton-autowrap):
778 * subr.el (insert-for-yank-1):
779 * tempo.el (tempo-insert-region):
780 * terminal.el (terminal-emulator):
781 * time.el (display-time-mail-face):
782 * vc.el (vc-annotate):
783 * vcursor.el (vcursor-copy-line):
784 * woman.el (woman-bold-headings, woman-ignore)
785 (woman-default-faces, woman-monochrome-faces):
786 * calendar/todo-mode.el (todo-insert-threshold):
787 * emulation/pc-select.el (pc-select-selection-keys-only)
788 (pc-selection-mode):
789 * emulation/vip.el (vip-find-char-forward):
790 * emulation/viper-cmd.el (viper-find-char-forward):
791 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
792 (input-method-exit-on-invalid-key):
793 * international/mule-diag.el (describe-coding-system):
794 * international/ucs-tables.el (unify-8859-on-encoding-mode):
795 * net/browse-url.el (browse-url-xterm-program):
796 * obsolete/lazy-lock.el (lazy-lock-mode):
797 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
798 (cperl-mode):
799 * progmodes/cpp.el (cpp-face-light-name-list)
800 (cpp-face-dark-name-list):
801 * progmodes/delphi.el (delphi-newline-always-indents):
802 Fix spellings in docstrings.
803
804 * ido.el (ido-mode, ido-file-extensions-order)
805 (ido-default-file-method, ido-default-buffer-method)
806 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
807 (ido-decorations, ido-read-file-name-as-directory-commands)
808 (ido-read-file-name-non-ido, ido-work-directory-list)
809 (ido-ignore-item-temp-list, ido-current-directory)
810 (ido-magic-forward-char, ido-enter-find-file)
811 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
812 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
813
814 2005-06-10 Lute Kamstra <lute@gnu.org>
815
816 * play/dunnet.el (dun-mode): Use define-derived-mode.
817 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
818 obsolete alias.
819
820 * play/doctor.el (doctor-mode-map): Remove defvar.
821 (doctor-mode): Use define-derived-mode.
822
823 * mail/mspools.el (mspools-mode):
824 * net/eudc-hotlist.el (eudc-hotlist-mode):
825 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
826
827 2005-06-10 Miles Bader <miles@gnu.org>
828
829 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
830 Remove "-face" suffix from face names.
831 (flyspell-incorrect-face, flyspell-duplicate-face):
832 New backward-compatibility aliases for renamed faces.
833 (flyspell-mode-on, make-flyspell-overlay)
834 (flyspell-highlight-incorrect-region)
835 (flyspell-highlight-duplicate-region)
836 (flyspell-display-next-corrections)
837 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
838
839 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
840 from face name.
841 (texinfo-heading-face): New backward-compatibility alias for
842 renamed face.
843 (texinfo-heading-face): Use renamed texinfo-heading face.
844
845 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
846 suffix from face names.
847 (tex-math-face, tex-verbatim-face):
848 New backward-compatibility aliases for renamed faces.
849 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
850 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
851 literal face name.
852
853 * textmodes/table.el (table-cell): Remove "-face" suffix from face
854 name.
855 (table-cell-face): New backward-compatibility alias for renamed face.
856 (table--put-cell-face-property, table--update-cell-face):
857 Use renamed table-cell face.
858
859 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
860 from face name.
861 (sgml-namespace-face): New backward-compatibility alias for
862 renamed face.
863 (sgml-namespace-face): Use renamed sgml-namespace face.
864
865 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
866 (org-level-4, org-level-5, org-level-6, org-level-7)
867 (org-level-8, org-warning, org-headline-done)
868 (org-deadline-announce, org-scheduled-today)
869 (org-scheduled-previously, org-link, org-done, org-table)
870 (org-time-grid): Remove "-face" suffix from face names.
871 (org-level-1-face, org-level-2-face, org-level-3-face)
872 (org-level-4-face, org-level-5-face, org-level-6-face)
873 (org-level-7-face, org-level-8-face, org-warning-face)
874 (org-headline-done-face, org-deadline-announce-face)
875 (org-scheduled-today-face, org-scheduled-previously-face)
876 (org-link-face, org-done-face, org-table-face)
877 (org-time-grid-face):
878 New backward-compatibility aliases for renamed faces.
879 (org-level-faces, org-set-font-lock-defaults, org-timeline)
880 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
881 (org-agenda-get-timestamps, org-agenda-get-scheduled)
882 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
883
884 * emulation/viper-init.el (viper-search, viper-replace-overlay)
885 (viper-minibuffer-emacs, viper-minibuffer-insert)
886 (viper-minibuffer-vi): Remove "-face" suffix from face names.
887 (viper-search-face, viper-replace-overlay-face)
888 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
889 (viper-minibuffer-vi-face):
890 New backward-compatibility aliases for renamed faces.
891 (viper-search-face, viper-replace-overlay-face)
892 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
893 (viper-minibuffer-vi-face): Use renamed viper faces.
894
895 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
896 Remove "-face" suffix from face names.
897 (testcover-nohits-face, testcover-1value-face):
898 New backward-compatibility aliases for renamed faces.
899 (testcover-mark): Use renamed testcover faces.
900
901 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
902 face name.
903 (diary-button-face): New backward-compatibility alias for renamed face.
904 (diary-entry): Use renamed diary-button face.
905
906 * calendar/calendar.el (diary, calendar-today, holiday)
907 (mark-visible-calendar-date): Remove "-face" suffix from face names.
908 (diary-face, calendar-today-face, holiday-face):
909 New backward-compatibility aliases for renamed faces.
910 (eval-after-load "facemenu", diary-entry-marker)
911 (calendar-today-marker, calendar-holiday-marker, diary-face):
912 Use renamed calendar faces.
913
914 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
915 (compare-windows-face): New backward-compatibility alias for
916 renamed face.
917 (compare-windows-highlight): Use renamed compare-windows face.
918
919 * strokes.el (strokes-char): Remove "-face" suffix from face name.
920 (strokes-char-face): New backward-compatibility alias for renamed face.
921 (strokes-encode-buffer): Use renamed strokes-char face.
922
923 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
924 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
925 Remove "-face" suffix from face names.
926 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
927 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
928 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
929 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
930 Use renamed pcvs faces.
931 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
932 * pcvs-defs.el (cvs-mode-map): Likewise.
933 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
934
935 * info.el (info-title-1, info-title-2, info-title-3)
936 (info-title-4): Remove "-face" suffix from and downcase face names.
937 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
938 (Info-title-4-face):
939 New backward-compatibility aliases for renamed faces.
940 (Info-fontify-node): Use renamed info faces.
941
942 * hilit-chg.el (highlight-changes, highlight-changes-delete):
943 Remove "-face" suffix from face names.
944 (highlight-changes-face, highlight-changes-delete-face):
945 New backward-compatibility aliases for renamed faces.
946 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
947 (hilit-chg-make-list): Use renamed highlight-changes faces.
948
949 * generic-x.el (show-tabs-tab, show-tabs-space):
950 Remove "-face" suffix from face names.
951 (show-tabs-tab-face, show-tabs-space-face):
952 New backward-compatibility aliases for renamed faces.
953 (show-tabs-generic-mode-font-lock-defaults-1)
954 (show-tabs-generic-mode-font-lock-defaults-2):
955 Use renamed show-tabs faces.
956
957 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
958 (smerge-markers): Remove "-face" suffix from face names.
959 (smerge-mine-face, smerge-other-face, smerge-base-face)
960 (smerge-markers-face):
961 New backward-compatibility aliases for renamed faces.
962 (smerge-mine-face, smerge-other-face, smerge-base-face)
963 (smerge-markers-face): Use renamed smerge faces.
964
965 * log-view.el (log-view-file, log-view-message):
966 Remove "-face" suffix from face names.
967 (log-view-file-face, log-view-message-face):
968 New backward-compatibility aliases for renamed faces.
969 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
970
971 * paren.el (show-paren-match, show-paren-mismatch):
972 Remove "-face" suffix from face names.
973 (show-paren-match-face, show-paren-mismatch-face):
974 New backward-compatibility aliases for renamed faces.
975 (show-paren-function): Use renamed show-paren faces.
976
977 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
978 (ruler-mode-margins, ruler-mode-fringes)
979 (ruler-mode-column-number, ruler-mode-fill-column)
980 (ruler-mode-comment-column, ruler-mode-goal-column)
981 (ruler-mode-tab-stop, ruler-mode-current-column):
982 Remove "-face" suffix from face names.
983 (ruler-mode-default-face, ruler-mode-pad-face)
984 (ruler-mode-margins-face, ruler-mode-fringes-face)
985 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
986 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
987 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
988 New backward-compatibility aliases for renamed faces.
989 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
990 (ruler-mode-column-number, ruler-mode-fill-column)
991 (ruler-mode-comment-column, ruler-mode-goal-column)
992 (ruler-mode-tab-stop, ruler-mode-current-column)
993 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
994
995 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
996 face name.
997 (whitespace-highlight-the-space): Use renamed face.
998 (whitespace-highlight-face): New backward-compatibility alias for
999 renamed face.
1000
1001 * woman.el (woman-italic, woman-bold, woman-unknown)
1002 (woman-addition, woman-symbol-face):
1003 Remove "-face" suffix from face names.
1004 (woman-italic-face, woman-bold-face, woman-unknown-face)
1005 (woman-addition-face):
1006 New backward-compatibility aliases for renamed faces.
1007 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
1008 (woman-decode-region, woman-replace-match)
1009 (woman-display-extended-fonts, woman-special-characters)
1010 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
1011 Use renamed woman faces.
1012
1013 * longlines.el (longlines-visible-face): Face removed.
1014
1015 * diff-mode.el (diff-header, diff-file-header, diff-index)
1016 (diff-hunk-header, diff-removed, diff-added, diff-changed)
1017 (diff-function, diff-context, diff-nonexistent): Remove "-face"
1018 suffix from face names.
1019 (diff-header-face, diff-file-header-face, diff-index-face)
1020 (diff-hunk-header-face, diff-removed-face, diff-added-face)
1021 (diff-changed-face, diff-function-face, diff-context-face)
1022 (diff-nonexistent-face): New backward-compatibility aliases for
1023 renamed faces.
1024 (diff-header-face, diff-file-header-face)
1025 (diff-index, diff-index-face, diff-hunk-header)
1026 (diff-hunk-header-face, diff-removed, diff-removed-face)
1027 (diff-added, diff-added-face, diff-changed-face, diff-function)
1028 (diff-function-face, diff-context-face, diff-nonexistent)
1029 (diff-nonexistent-face): Use renamed diff-mode faces.
1030
1031 * progmodes/compile.el (compilation-warning-face)
1032 (compilation-info-face): Remove "-face" suffix from face names.
1033 (compilation-warning-face, compilation-info-face):
1034 New backward-compatibility aliases for renamed faces.
1035 (compilation-warning-face, compilation-info-face):
1036 Use renamed compilation faces.
1037
1038 * add-log.el (change-log-date, change-log-name)
1039 (change-log-email, change-log-file, change-log-list)
1040 (change-log-conditionals, change-log-function)
1041 (change-log-acknowledgement): Remove "-face" suffix from face names.
1042 (change-log-date-face, change-log-name-face)
1043 (change-log-email-face, change-log-file-face)
1044 (change-log-list-face, change-log-conditionals-face)
1045 (change-log-function-face, change-log-acknowledgement-face):
1046 New backward-compatibility aliases for renamed faces.
1047 (change-log-font-lock-keywords): Use renamed change-log faces.
1048
1049 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
1050 (custom-set, custom-changed, custom-saved, custom-button)
1051 (custom-button-pressed, custom-documentation, custom-state)
1052 (custom-comment, custom-comment-tag, custom-variable-tag)
1053 (custom-variable-button, custom-face-tag, custom-group-tag-1)
1054 (custom-group-tag): Remove "-face" suffix from face names.
1055 (custom-magic-alist, custom-magic-value-create)
1056 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
1057 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1058 (custom-set-face, custom-changed-face, custom-saved-face)
1059 (custom-button-face, custom-button-pressed-face)
1060 (custom-documentation-face, custom-state-face)
1061 (custom-comment-face, custom-comment-tag-face)
1062 (custom-variable-tag-face, custom-variable-button-face)
1063 (custom-face-tag-face, custom-group-tag-face-1)
1064 (custom-group-tag-face):
1065 New backward-compatibility aliases for renamed faces.
1066
1067 * wid-edit.el (widget-documentation, widget-button)
1068 (widget-field, widget-single-line-field, widget-inactive)
1069 (widget-button-pressed): "-face" suffix removed from face names.
1070 (widget-documentation-face, widget-button-face)
1071 (widget-field-face, widget-single-line-field-face)
1072 (widget-inactive-face, widget-button-pressed-face):
1073 New backward-compatibility aliases for renamed faces.
1074 (widget-documentation-face, widget-button-face)
1075 (widget-button-pressed-face, widget-specify-field)
1076 (widget-specify-inactive): Use renamed widget faces.
1077
1078 2005-06-10 Kenichi Handa <handa@m17n.org>
1079
1080 * term/x-win.el (x-clipboard-yank): Remove condition-case
1081 wrapping.
1082
1083 2005-06-11 Kenichi Handa <handa@m17n.org>
1084
1085 * add-log.el (change-log-font-lock-keywords): Make the regexp for
1086 date lines stricter.
1087
1088 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
1089
1090 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
1091 of x-get-selection.
1092
1093 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * comint.el (comint-mode, comint-snapshot-last-prompt):
1096 * frame.el (frame-current-scroll-bars):
1097 * term.el (term-mode, term-check-proc, term-input-sender)
1098 (term-simple-send, term-extract-string, term-word)
1099 (term-match-partial-filename):
1100 * window.el (window-current-scroll-bars):
1101 * emulation/cua-base.el (cua-normal-cursor-color)
1102 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
1103 (cua-global-mark-cursor-color):
1104 * mail/undigest.el (rmail-forward-separator-regex):
1105 Fix typos in docstrings.
1106
1107 * comint.el (comint-check-proc, make-comint-in-buffer)
1108 (comint-source-default): Doc fixes.
1109
1110 * term.el (term-send-string): Improve argument/docstring
1111 consistency.
1112
1113 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1114
1115 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1116 call to `delete-region'.
1117 (comint-mode-hook): Do not enable Font Lock by default.
1118
1119 2005-06-09 Lute Kamstra <lute@gnu.org>
1120
1121 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1122 could be void.
1123
1124 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1127 (debug): Use it.
1128 (debugger-step-through, debugger-continue, debugger-jump)
1129 (debugger-return-value): Set it when needed.
1130 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1131 Use inhibit-read-only.
1132
1133 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * window.el (shrink-window-if-larger-than-buffer)
1136 (window-size-fixed): Fix typo in docstring.
1137
1138 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1139 thumbnails directory on loading.
1140 (thumbs-conversion-program): Use `eq' to check the system type,
1141 not `equal'.
1142 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1143 not "/tmp". Fix docstring.
1144 (thumbs-thumbsdir): New function to return the thumbnails
1145 directory, creating it if needed.
1146 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1147 (thumbs-temp-file): Delete variable and make it into a function.
1148 (thumbs-resize-image, thumbs-modify-image): Use it.
1149 (thumbs-kill-buffer): Simplify.
1150 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1151 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1152 docstrings.
1153
1154 2005-06-09 Kim F. Storm <storm@cua.dk>
1155
1156 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1157 set-match-data to free markers in match-data.
1158
1159 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1160 match-data to unchain markers in match-data.
1161
1162 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1165 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1166 unnecessary now.
1167
1168 2005-06-08 Richard M. Stallman <rms@gnu.org>
1169
1170 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1171 give the variable a doc string that doesn't say don't set it directly.
1172
1173 * textmodes/ispell.el (ispell-check-version):
1174 Use match-string-no-properties.
1175 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1176 (ispell-buffer-local-words): Likewise.
1177
1178 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1179 except on terminals with enough colors to really display it.
1180 (makefile-dependency-regex): Delete spurious `bb'.
1181
1182 * faces.el (escape-glyph): Use blue once again in last case.
1183 (no-break-space): Redefine so that it isn't invisible on a tty.
1184
1185 2005-06-08 Kim F. Storm <storm@cua.dk>
1186
1187 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1188 also when reading directory name.
1189
1190 2005-06-08 Lute Kamstra <lute@gnu.org>
1191
1192 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1193 (flyspell-mode-line-string): Remove autoload cookie.
1194 (flyspell-mode): Remove defvar.
1195
1196 2005-06-07 Lute Kamstra <lute@gnu.org>
1197
1198 * textmodes/org.el (org-run-mode-hooks): New function.
1199 (org-agenda-mode): Use it.
1200
1201 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1202
1203 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1204
1205 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1208
1209 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * font-lock.el (font-lock-add-keywords): Doc fix.
1212
1213 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1216 (tex-compile-default): In the absence of any history, use the order in
1217 tex-compile-alist to choose the preferred command.
1218 (tex-compile-commands): Reorder a bit.
1219
1220 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1221 (flyspell-incorrect-face, flyspell-duplicate-face):
1222 Use (X)Emacs-agnostic code.
1223 (flyspell-mode-map): Don't overwrite at each load. Remove code
1224 redundant with the subsequent add-minor-mode. Merge Emacs and
1225 XEmacs code.
1226 (flyspell-word): Minor simplification.
1227 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1228 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1229 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1230 Merge the corresponding Emacs code.
1231 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1232
1233 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1234 a dedicated window.
1235
1236 * international/latexenc.el (latexenc-find-file-coding-system):
1237 Undo part of last patch, to turn off a compiler warning.
1238
1239 2005-06-06 Juri Linkov <juri@jurta.org>
1240
1241 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1242 Rename `tmm-inactive-face' to `tmm-inactive'.
1243
1244 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1245
1246 * iswitchb.el: Rename faces.
1247
1248 2005-06-06 Kim F. Storm <storm@cua.dk>
1249
1250 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1251 (cua-global-mark): Remove -face suffix from face names.
1252
1253 * emulation/cua-gmrk.el (cua--init-global-mark):
1254 Remove cua-global-mark face setup.
1255
1256 2005-06-06 Richard M. Stallman <rms@gnu.org>
1257
1258 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1259 just like other allowed characters.
1260 (makefile-match-dependency): Exclude leading and training whitespace
1261 from the range of regexp subexp 1.
1262 (makefile-macroassign-regex): Don't try to match the body,
1263 just the name of the macro being defined.
1264
1265 * info.el (Info-read-node-name-2): New function.
1266 (Info-read-node-name-1): Use that.
1267 Add a completion-base-size-function property.
1268
1269 * simple.el (completion-setup-function): Look for
1270 completion-base-size-function property of
1271 minibuffer-completion-table.
1272
1273 * files.el (locate-file-completion): Doc fix.
1274
1275 * printing.el: Don't call pr-update-menus; user must do that.
1276
1277 * emacs-lisp/debug.el (debugger-window): New variable.
1278 (debug): Use debugger-window if it is set and still alive.
1279 Record debugger-window for next entry.
1280
1281 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1282
1283 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1284
1285 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1286 (hack-one-local-variable, hack-local-variables)
1287 (hack-local-variables-prop-line): Pass that arg.
1288
1289 2005-06-06 Kim F. Storm <storm@cua.dk>
1290
1291 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1292 (ido-indicator): Remove -face suffix from face names.
1293
1294 2005-06-06 Juri Linkov <juri@jurta.org>
1295
1296 * font-lock.el (font-lock-regexp-backslash)
1297 (font-lock-regexp-backslash-construct): New faces.
1298 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1299 after `('. Add `while-no-input' to control structures.
1300
1301 * faces.el (no-break-space, shadow): New faces.
1302 (escape-glyph): Use less loud colors pink2 and red4.
1303
1304 * diff-mode.el (diff-context-face)
1305 * dired.el (dired-ignored)
1306 * rfn-eshadow.el (file-name-shadow)
1307 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1308
1309 * info.el (Info-title-1-face): Use green instead of yellow because
1310 bold yellow is not readable on light backgrounds.
1311
1312 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1313 before selecting the desired mode to not spend time fontifying
1314 old contents.
1315
1316 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1317
1318 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1319 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1320
1321 * ps-print.el (ps-default-fg, ps-default-bg):
1322 Fix typos in docstrings.
1323
1324 * isearchb.el (isearchb): Don't pass a spurious second argument to
1325 `iswitchb-completions'.
1326
1327 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1328
1329 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1330 to preserve point.
1331 (gdb-find-file-hook): Add doc string.
1332
1333 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1334 C dereferenced pointer expression.
1335 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1336
1337 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1338
1339 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1340 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1341 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1342 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1343 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1344 Make background transparent.
1345
1346 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1347
1348 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1349 (font-lock-remove-keywords): Doc fix.
1350 (font-lock-mode-major-mode): Compiler defvar.
1351 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1352
1353 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1354 (font-lock-mode): Update `font-lock-mode-major-mode'.
1355 (font-lock-set-defaults): Compiler defvar.
1356 (font-lock-default-function): Take `font-lock-mode-major-mode'
1357 into account.
1358
1359 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1360 keep track of which major mode it enabled the minor mode for.
1361 Use find-file-hook again. Update docstring.
1362
1363 * simple.el (eval-expression-print-level)
1364 (eval-expression-print-length, eval-expression-debug-on-error):
1365 Doc fixes.
1366
1367 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1368
1369 * iswitchb.el (iswitchb-single-match-face)
1370 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1371 (iswitchb-invalid-regexp-face): New faces.
1372 (iswitchb-completions): Use them.
1373 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1374 now marked as an obsolete alias.
1375 (iswitchb-read-buffer): Remove check for bound font variables.
1376 (iswitchb-invalid-regexp): New free variable.
1377 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1378 set iswitchb-invalid-regexp.
1379 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1380 invalid regexps.
1381 (iswitchb-completions): Add check for complete match when entering
1382 a regexp.
1383 (iswitchb-completions): Remove require-match argument.
1384 (iswitchb-exhibit): Fix caller.
1385 (iswitchb-common-match-inserted): New variable.
1386 (iswitchb-complete, iswitchb-completion-help): Use it.
1387
1388 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1389
1390 * url-http.el (url-http-chunked-encoding-after-change-function):
1391 Use `url-http-debug' instead of `message'.
1392
1393 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1394
1395 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1396 callback argument.
1397
1398 2005-06-04 Kim F. Storm <storm@cua.dk>
1399
1400 * simple.el (line-move): Only call sit-for when moving backwards.
1401
1402 * ido.el (ido-make-merged-file-list-1): New defun split from
1403 ido-make-merged-file-list.
1404 (ido-make-merged-file-list): Bind throw-on-input around call to
1405 ido-make-merged-file-list-1. Return input-pending-p if
1406 interrupted by more input available.
1407 (ido-read-internal): Handle input-pending-p return value from
1408 ido-make-merged-file-list.
1409
1410 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1413 compatibility code.
1414
1415 * international/latexenc.el (latexenc-find-file-coding-system):
1416 Don't inherit the EOL part of the coding-system from the
1417 tex-main buffer. Fit within 80 columns.
1418
1419 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1420
1421 * tmm.el (tmm-inactive-face): New face.
1422 (tmm-remove-inactive-mouse-face): New function.
1423 (tmm-prompt, tmm-add-one-shortcut)
1424 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1425 but not selectable.
1426
1427 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * faces.el (face-equal): Improve argument/docstring consistency.
1430
1431 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1432
1433 * progmodes/make-mode.el (makefile-targets-face)
1434 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1435 (makefile-bsdmake-dependency-regex)
1436 (makefile-makepp-rule-action-regex)
1437 (makefile-bsdmake-rule-action-regex): New constants.
1438 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1439
1440 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1441 Allow (...) within `...' for makepp messages.
1442
1443 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1444
1445 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1446
1447 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1448 "." files are deleted from all file lists before comparison.
1449
1450 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1451 (viper-ESC-key): Made them customizable.
1452
1453 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1454
1455 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1456
1457 * autorevert.el (auto-revert-buffers): Use save-match-data.
1458
1459 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1462 menu items with a nil command binding.
1463
1464 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1465
1466 * emacs-lisp/cl-macs.el (defsetf):
1467 Improve argument/docstring consistency.
1468
1469 * faces.el (list-faces-display): Improve the formatting by
1470 computing the maximum length required for any face-name (reworked
1471 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1472 (internal-find-face): Remove redundant info in docstring.
1473
1474 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1475
1476 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1477 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1478 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1479 (gdb-assembler-custom): Improve regexps.
1480 (def-gdb-auto-update-handler): Use window point to preserve point.
1481
1482 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1485
1486 2005-05-31 Jay Belanger <belanger@truman.edu>
1487
1488 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1489 to calc-embedded.
1490 (calc-embedded-make-info): Have plain prefix argument select
1491 entire line.
1492
1493 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1494
1495 * faces.el (list-faces-display): Signal error if passed a regexp
1496 that matches no face name.
1497
1498 * simple.el (filter-buffer-substring): Fix typo in docstring.
1499
1500 2005-05-31 Richard M. Stallman <rms@gnu.org>
1501
1502 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1503 (vhdl-emacs-21): Doc fix.
1504 (vhdl-mode): Unconditionally set comment-padding.
1505 (vhdl-fixup-whitespace-region): Insert spaces only where
1506 there are none.
1507 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1508
1509 2005-05-30 John Wiegley <johnw@newartisans.com>
1510
1511 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1512 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1513 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1514 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1515 `string-to-number'.
1516
1517 2005-05-30 Jay Belanger <belanger@truman.edu>
1518
1519 * calc/calc.el (calc-bug-address): Fix docstring.
1520 (calc-window-hook, calc-trail-window-hook): New variables.
1521 (calc-trail-display): Restore use of calc-trail-window-hook.
1522 (calc): Restore use of calc-window-hook.
1523
1524 2005-05-31 Masatake YAMATO <jet@gyve.org>
1525
1526 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1527
1528 * help-fns.el (help-C-file-name): Add autoload mark for
1529 `find-function-noselect'.
1530
1531 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1534 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1535
1536 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1537
1538 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1539 included diary buffer if it was not already being visited.
1540 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1541
1542 * calendar/icalendar.el (top-level): Do not require 'appt.
1543
1544 * mail/supercite.el (sc-select-attribution): Only use a list
1545 element from sc-attrib-selection-list if it returns a string.
1546 Reported by Davide G. M. Salvetti <salve@debian.org>.
1547
1548 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * thumbs.el (thumbs-thumbname): The resulting thubname now
1551 includes a hash value to improve its uniqueness, and has a ".jpg"
1552 extension. Also, it is now a valid filename on all systems.
1553 (thumbs-make-thumb): Use `let', not `let*'.
1554 (thumbs-show-thumbs-list): Check for JPEG availability.
1555
1556 2005-05-30 Richard M. Stallman <rms@gnu.org>
1557
1558 * filesets.el (filesets-menu-ensure-use-cached):
1559 Prevent warning when emacs-version>= is undefined.
1560
1561 * printing.el (pr-interactive-n-up): Use string-to-number.
1562
1563 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1564
1565 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1566 Warn only when name to be defined is quoted.
1567
1568 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1569
1570 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1571 Make regexp more robust.
1572 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1573 Force regeneration of disassembly.
1574
1575 2005-05-29 Jay Belanger <belanger@truman.edu>
1576
1577 * calc/calc.el (calc-user-invocation): Check if
1578 calc-invocation-macro is non-nil.
1579
1580 2005-05-29 Juri Linkov <juri@jurta.org>
1581
1582 * add-log.el (change-log-font-lock-keywords):
1583 Add `+' to e-mail regexp to accept mail address with keywords.
1584
1585 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1586
1587 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1588
1589 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1590
1591 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1592
1593 2005-05-29 Richard M. Stallman <rms@gnu.org>
1594
1595 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1596 Undo the change that moves to end of the current word.
1597
1598 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1599
1600 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1601 Throw error when count <= 0 to ensure input is a number.
1602 (gdb-read-memory-custom): Pick up address from buffer.
1603 (gdb-memory-mode): Allow user to increment and decrement
1604 memory address from header line.
1605
1606 2005-05-29 Richard M. Stallman <rms@gnu.org>
1607
1608 * flyspell.el (flyspell-version): Function deleted.
1609 (flyspell-auto-correct-previous-hook): Doc fix.
1610
1611 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1612 Do nothing if memory is full.
1613
1614 * font-lock.el (font-lock-fontify-syntactically-region):
1615 Pass t for GREEDY to looking-back.
1616
1617 * saveplace.el (save-place-alist-to-file): Write the file
1618 using write-region.
1619
1620 * subr.el (looking-back): New argument GREEDY.
1621
1622 * progmodes/compile.el (compilation-start): Set the mode
1623 before inserting the initial text.
1624
1625 * progmodes/which-func.el (which-func-update-1): Turn the mode
1626 off in case of error by setting which-func-mode.
1627
1628 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1629
1630 * flyspell.el (flyspell-auto-correct-previous-word):
1631 Narrow down to what's on the screen, and recenter overlays
1632 at the end of the next word.
1633
1634 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1635
1636 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1637 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1638 (flyspell-abbrev-p): Default to nil.
1639 (flyspell-use-global-abbrev-table-p): Doc fix.
1640 (flyspell-large-region): Allow nil as value.
1641 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1642
1643 (mail-mode-flyspell-verify): More robust handling
1644 of `mail-header-separator'. More efficient signature detection.
1645 Allow for regexp metacharacters in message-header-separator.
1646 Adding `To' not to be checked in mail-mode-flyspell-verify.
1647
1648 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1649 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1650 Bind flyspell-auto-correct-binding.
1651 Bind C-. and C-, .
1652 (flyspell-mode-map): Likewise.
1653 (flyspell-mode): Doc fix.
1654 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1655 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1656 (flyspell-word-cache-result): New var, always local.
1657 (flyspell-check-pre-word-p): Doc fix.
1658 (flyspell-check-changed-word-p): Handle spc like newline.
1659 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1660 (flyspell-word-search-backward, flyspell-word-search-forward):
1661 New functions.
1662 (flyspell-word): Return t if nothing to check.
1663 When parsing TeX code, check for after } or \.
1664 Use flyspell-word-search-backward to find previous word.
1665 Return nil if duplicated word.
1666 For word already checked, return same value as last time.
1667 Set flyspell-word-cache-result after checking.
1668 Don't clobber the return value.
1669 (flyspell-get-word): Major rewrite.
1670 (flyspell-external-point-words): New locals pword, pcount.
1671 Fix size used in progress message.
1672 Find the proper corresponding word in flyspell-large-region-buffer.
1673 (flyspell-region): Check for flyspell-large-region = nil.
1674 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1675 (flyspell-auto-correct-word): Check that WORD is a cons.
1676 (flyspell-correct-word): Likewise.
1677
1678 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1679
1680 * progmodes/make-mode.el (makefile-rule-action-regex)
1681 (makefile-macroassign-regex, makefile-makepp-mode)
1682 (makefile-bsdmake-mode): Continuation lines may be empty.
1683 Reported by Joshua Varner.
1684 (makefile-makepp-font-lock-keywords): Add $(stem).
1685
1686 2005-05-28 Karl Berry <karl@gnu.org>
1687
1688 * textmodes/tex-mode.el: Now that tex-send-command calls
1689 shell-quote-argument (2005-03-31 change), remove all calls to
1690 shell-quote-argument; they all end up invoking tex-send-command.
1691 The double quoting loses on filenames with non-safe characters,
1692 such as "@". Reported by Frederik Fouvry.
1693
1694 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1695
1696 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1697 about preserving point.
1698
1699 2005-05-27 Jay Belanger <belanger@truman.edu>
1700
1701 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1702 Info-goto-node.
1703
1704 * calc/calc-embed.el (calc-embed-arg): New variable.
1705 (calc-do-embedded-activate, calc-embedded-activate-formula)
1706 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1707 variable by new variable.
1708 (calc-embedded-make-info): Replace undeclared variable by new
1709 variable. When selecting region with positive prefix
1710 argument, use end of previous line instead of beginning of line.
1711
1712 * calc/calc-aent.el (calc-arg-values): Declare it.
1713
1714 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1715 Declare them.
1716
1717 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1718
1719 * calc/calc.el (calc-alg-map): Declare it.
1720
1721 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1722
1723 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1724
1725 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1726 (gdb-registers-buffer, toggle-gdb-all-registers):
1727 Toggle display of floating point registers.
1728 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1729
1730 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1731 (toggle-gud-tooltip-dereference):
1732 Rename from gud-toggle-tooltip-dereference.
1733
1734 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1737
1738 2005-05-27 Jay Belanger <belanger@truman.edu>
1739
1740 * calc/calc-prog.el (calc-kbd-report): Remove.
1741 (calc-kbd-query): Rewrite.
1742
1743 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1744
1745 * image.el (image-library-alist): Move to image.c.
1746 (image-type-available-p): Doc fix.
1747
1748 2005-05-27 Lute Kamstra <lute@gnu.org>
1749
1750 * calc/calc.el (calc):
1751 * outline.el (outline-1, outline-2, outline-3, outline-4)
1752 (outline-5, outline-6, outline-7, outline-8):
1753 * textmodes/dns-mode.el (dns-mode):
1754 * textmodes/sgml-mode.el (sgml-namespace-face):
1755 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1756 (tex-verbatim-face, tex-use-reftex):
1757 * textmodes/texinfo.el (texinfo-heading-face):
1758 Specify customization group.
1759
1760 * longlines.el: Don't require easy-mmode.
1761 (longlines-visible-face): Specify customization group.
1762
1763 2005-05-27 Kenichi Handa <handa@m17n.org>
1764
1765 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1766 encoding table of windows-1251.
1767
1768 * international/ucs-tables.el (ucs-set-table-for-input):
1769 If translation-table-for-input of a coding system is a symbol, get
1770 its translation-table property.
1771
1772 * international/code-pages.el: Don't register a coding system into
1773 non-iso-charset-alist more than once.
1774 (cp-make-coding-system): Likewise.
1775
1776 2005-05-26 John Wiegley <johnw@newartisans.com>
1777
1778 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1779 `eshell-resume-eval' is wrapped in a list, it indicates that the
1780 command was run asynchronously. In that case, unwrap the value
1781 before checking the delimiter value.
1782
1783 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1784 character before a space at the end of a line is \, assume the space
1785 is part of the last argument rather than a final argument separator.
1786
1787 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1788 is in use, and the target is `t' or `nil' (which are the most common
1789 values), don't assume that the symbol target is a buffer.
1790
1791 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1792
1793 * calendar/calendar.el (calendar-mode-line-format):
1794 Use mode-line-highlight as mouse-face.
1795
1796 * time.el (display-time-string-forms, display-time-update):
1797 Use mode-line-highlight as mouse-face.
1798
1799 2005-05-26 Jay Belanger <belanger@truman.edu>
1800
1801 * calc/calc.el (calc-language-alist): Remove extra defvar.
1802
1803 2005-05-26 Lute Kamstra <lute@gnu.org>
1804
1805 * arc-mode.el (archive-mode):
1806 * bookmark.el (bookmark-read-annotation-mode)
1807 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1808 * bs.el (bs-mode):
1809 * calc/calc-yank.el (calc-edit-mode):
1810 * calc/calc.el (calc-mode, calc-trail-mode):
1811 * calculator.el (calculator-mode):
1812 * chistory.el (command-history-mode):
1813 * comint.el:
1814 * cus-edit.el (custom-mode):
1815 * descr-text.el (describe-text-mode):
1816 * ebuff-menu.el (Electric-buffer-menu-mode):
1817 * ediff-util.el (ediff-mode):
1818 * emacs-lisp/re-builder.el (reb-mode):
1819 * emulation/vi.el (vi-mode-setup):
1820 * emulation/ws-mode.el (wordstar-mode):
1821 * eshell/esh-mode.el (eshell-mode):
1822 * forms.el (forms-mode):
1823 * help-mode.el (help-mode):
1824 * hexl.el (hexl-mode):
1825 * ibuffer.el (ibuffer-mode):
1826 * ielm.el (inferior-emacs-lisp-mode):
1827 * info.el (Info-mode, Info-edit-mode):
1828 * international/swedish.el:
1829 * ledit.el (ledit-from-lisp-mode):
1830 * locate.el (locate-mode):
1831 * mail/rmail.el (rmail-mode):
1832 * mail/rmailedit.el (rmail-edit-mode):
1833 * mail/rmailsum.el (rmail-summary-mode):
1834 * mail/supercite.el (sc-electric-mode):
1835 * net/eudc.el (eudc-mode):
1836 * net/quickurl.el (quickurl-list-mode):
1837 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1838 * obsolete/ooutline.el (outline-mode):
1839 * obsolete/options.el (Edit-options-mode):
1840 * obsolete/rnews.el (news-mode):
1841 * obsolete/rnewspost.el (news-reply-mode):
1842 * play/5x5.el (5x5-mode):
1843 * play/decipher.el (decipher-mode, decipher-stats-mode):
1844 * play/gomoku.el (gomoku-mode):
1845 * play/snake.el (snake-mode):
1846 * play/solitaire.el (solitaire-mode):
1847 * play/tetris.el (tetris-mode):
1848 * progmodes/ada-mode.el (ada-mode):
1849 * progmodes/antlr-mode.el (antlr-mode):
1850 * progmodes/autoconf.el (autoconf-mode):
1851 * progmodes/dcl-mode.el (dcl-mode):
1852 * progmodes/delphi.el (delphi-mode):
1853 * progmodes/ebrowse.el (ebrowse-tree-mode)
1854 (ebrowse-electric-list-mode, ebrowse-member-mode)
1855 (ebrowse-electric-position-mode):
1856 * progmodes/f90.el (f90-mode):
1857 * progmodes/fortran.el (fortran-mode):
1858 * progmodes/icon.el (icon-mode):
1859 * progmodes/idlw-help.el (idlwave-help-mode):
1860 * progmodes/idlw-shell.el (idlwave-shell-mode):
1861 * progmodes/idlwave.el (idlwave-mode):
1862 * progmodes/inf-lisp.el (inferior-lisp-mode):
1863 * progmodes/m4-mode.el (m4-mode):
1864 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1865 * progmodes/modula2.el (modula-2-mode):
1866 * progmodes/octave-inf.el (inferior-octave-mode):
1867 * progmodes/octave-mod.el (octave-mode):
1868 * progmodes/pascal.el (pascal-mode):
1869 * progmodes/sh-script.el (sh-mode):
1870 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1871 * progmodes/vhdl-mode.el (vhdl-mode):
1872 * progmodes/xscheme.el (scheme-interaction-mode):
1873 * replace.el (occur-mode):
1874 * ses.el (ses-mode):
1875 * simple.el (completion-list-mode):
1876 * skeleton.el:
1877 * speedbar.el (speedbar-mode):
1878 * term.el (term-mode):
1879 * terminal.el (terminal-edit-mode):
1880 * textmodes/reftex-index.el (reftex-index-mode)
1881 (reftex-index-phrases-mode):
1882 * textmodes/reftex-sel.el (reftex-select-label-mode)
1883 (reftex-select-bib-mode):
1884 * textmodes/reftex-toc.el (reftex-toc-mode):
1885 * wdired.el (wdired-change-to-wdired-mode):
1886 * wid-browse.el (widget-browse-mode):
1887 Use run-mode-hooks.
1888
1889 * array.el (array-mode):
1890 * calendar/todo-mode.el (todo-mode):
1891 * man.el (Man-mode):
1892 * play/landmark.el (lm-mode):
1893 * play/mpuz.el (mpuz-mode):
1894 Use kill-all-local-variables and run-mode-hooks.
1895
1896 * subr.el (delay-mode-hooks): Specify indentation.
1897
1898 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1899
1900 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1901
1902 2005-05-26 Jay Belanger <belanger@truman.edu>
1903
1904 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1905 of nil.
1906
1907 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1908
1909 * progmodes/gdb-ui.el (gdb-frame-address):
1910 Rename from gdb-current-address.
1911 (gdb-previous-frame-address): Rename from gdb-previous-address.
1912 (gdb-selected-frame): Rename from gdb-current-frame.
1913 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1914 (gdb-frame-number): Rename from gdb-current-stack-level.
1915 (gdb-ann3): Match new mode-name for disassembly buffer.
1916 Extend initialisation of variables.
1917 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1918 (gdb-memory-mode): Use mouse-face in header line.
1919 (gdb-assembler-buffer-name): Call it disassembly and give frame
1920 in mode line.
1921 (gdb-source-spec-regexp, gdb-assembler-custom)
1922 (gdb-invalidate-assembler, gdb-frame-handler):
1923 Make robust to leading zeroes in address format.
1924
1925 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1926
1927 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1928 define `org-mode'.
1929 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1930
1931 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1932
1933 * log-edit.el (log-edit-changelog-entries): Distinguish between
1934 filenames like xfns.c and fns.c.
1935
1936 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1937
1938 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1939 point after reverting.
1940 (Buffer-menu-make-sort-button): Handle the case where
1941 `Buffer-menu-use-header-line' is nil.
1942
1943 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1944
1945 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1946 New funcs. In minibuffer-local-completion-map bind `]', `/'
1947 and `:' to them.
1948
1949 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * startup.el (normal-top-level): Allow modification of load-path while
1952 we're iterating over it.
1953
1954 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1957 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1958 (thumbs-resize-interactive, thumbs-insert-image)
1959 (thumbs-insert-thumb, thumbs-dired-show-marked)
1960 (thumbs-find-image-at-point, thumbs-delete-images)
1961 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1962 (thumbs-increment-image-size, thumbs-decrement-image-size):
1963 Fix typos in docstrings.
1964
1965 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1966
1967 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1968 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1969 (cperl-mode): Use them.
1970
1971 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1974 Doc fixes.
1975
1976 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1977
1978 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1979 Bind C-d to gdb-inferior-io-eof.
1980
1981 * dired.el (dired-dnd-popup-notice): Use message-box.
1982
1983 2005-05-23 Masatake YAMATO <jet@gyve.org>
1984
1985 * bindings.el (mode-line-major-mode-keymap):
1986 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1987
1988 * faces.el (mode-line-highlight): New face.
1989
1990 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1991 as mouse-face.
1992
1993 * bindings.el (top-level, help-echo, mode-line-modified)
1994 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1995 as mouse-face.
1996
1997 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * progmodes/cc-engine.el (c-guess-basic-syntax):
2000 Remove spurious call to `zerop'.
2001
2002 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
2003
2004 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2005
2006 CC Mode update to 5.30.10:
2007
2008 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
2009 could go past the limit in decoration level 2, thereby causing
2010 errors during interactive fontification.
2011
2012 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
2013 the file is evaluated interactively.
2014
2015 * cc-engine.el (c-guess-basic-syntax): Handle operator
2016 declarations somewhat better in C++.
2017
2018 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
2019 make use of `run-mode-hooks' which has been added in Emacs 21.1.
2020 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2021 (awk-mode): Use it.
2022 (make-local-hook): Suppress warning about obsoleteness.
2023
2024 * cc-engine.el, cc-align.el, cc-cmds.el
2025 (c-append-backslashes-forward, c-delete-backslashes-forward)
2026 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
2027 Compensate for return value from `forward-line' when it has moved
2028 but not to a different line due to eob.
2029
2030 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
2031 `objc-method-intro' and `objc-method-args-cont'.
2032
2033 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
2034
2035 CC Mode update to 5.30.10:
2036
2037 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
2038 in the copyright statement. Incidentally, change "along with GNU
2039 Emacs" to "along with this program" where it occurs.
2040
2041 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
2042 so that it is interactive, hence can be found by M-x awk-mode
2043 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
2044 <gmorris+emacs@ast.cam.ac.uk>.
2045
2046 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
2047 Mode's regexps.
2048
2049 2005-05-23 Kevin Ryde <user42@zip.com.au>
2050
2051 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
2052 c-parse-state, to avoid a lisp error (on bad code).
2053
2054 2005-05-23 Lute Kamstra <lute@gnu.org>
2055
2056 * subr.el (font-lock-defaults): Remove defvar as it's already
2057 defined in font-core.el.
2058
2059 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
2060
2061 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
2062
2063 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
2064 more general and work when GDB variable "print pretty" is on,
2065 as with Emacs, for example.
2066
2067 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
2068
2069 * font-core.el: Update comment.
2070
2071 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2072 Use `after-change-major-mode-hook' instead of `find-file-hook'.
2073
2074 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
2075
2076 2005-05-22 Eli Zaretskii <eliz@gnu.org>
2077
2078 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
2079 and `yank-handler' in the doc strings.
2080
2081 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
2084
2085 2005-05-22 Richard M. Stallman <rms@gnu.org>
2086
2087 * help.el (describe-key): Move print-help-return-message call
2088 out of conditional.
2089
2090 * progmodes/etags.el (list-tags): Use with-no-warnings.
2091
2092 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
2093 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
2094 (starttls-extra-args, starttls-extra-arguments): Add defvars.
2095
2096 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
2097
2098 * language/viet-util.el (viet-viscii-nonascii-translation-table):
2099 Add defvar.
2100
2101 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
2102 Use defvar, not defconst.
2103
2104 * hexl.el (hexl-follow-line): Use with-no-warnings.
2105
2106 * emulation/tpu-extras.el: Use write-file-functions instead of
2107 write-file-hooks.
2108
2109 * dired.el (dired-font-lock-keywords): Fontify files with junk
2110 extensions even if marked by -F.
2111
2112 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2113
2114 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2115 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2116 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2117 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2118 (concatenate, list-length, get*, getf, cl-remprop):
2119 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2120 (etypecase, progv, lexical-let, lexical-let*)
2121 (multiple-value-bind, multiple-value-setq, shiftf):
2122 Improve argument/docstring consistency.
2123
2124 * subr.el (focus-frame, unfocus-frame):
2125 Revert deletion on 2005-05-01.
2126
2127 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2128
2129 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2130 doesn't exist.
2131
2132 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2133 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2134
2135 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2136
2137 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2138 already deleted variables: auto-fill-hook, blink-paren-hook,
2139 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2140 suspend-hooks, comment-indent-hook, meta-flag,
2141 before-change-function, after-change-function,
2142 font-lock-doc-string-face.
2143
2144 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2145
2146 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2147
2148 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2149
2150 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2151 rmail-dont-reply-to.
2152
2153 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2154
2155 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2156 literal blank when splitting new-header-values.
2157
2158 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2159
2160 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2161 string so that tmm doesn't create a completion entry for it.
2162
2163 * textmodes/table.el (table-disable-menu): Ditto.
2164
2165 2005-05-21 Richard M. Stallman <rms@gnu.org>
2166
2167 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2168
2169 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2170
2171 * net/rcompile.el (remote-compile): Use compilation-start.
2172
2173 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2174
2175 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2176
2177 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2178 Default to makefile-bsdmake-mode on BSD systems.
2179
2180 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2181 REGEXP may also be a search function now. The part of doc-string
2182 for describing the structure was 95% identical to that of
2183 `imenu--generic-function'. Unify it there.
2184
2185 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2186 Use function to find dependencies, because regexp alone is so complex,
2187 it easily goes into an endless loop.
2188 (makefile-makepp-mode): Also add submenu for Perl functions
2189 defined in the makefile.
2190 (makefile-bsdmake-mode): Special imenu-generic-expression no
2191 longer needed, due to function call.
2192 (makefile-match-dependency): Take BOUND into account when checking
2193 if we're through.
2194
2195 2005-05-20 Jay Belanger <belanger@truman.edu>
2196
2197 * calc/calc-units.el (calc-invalidate-units-table):
2198 Use inhibit-read-only.
2199 (math-build-units-table-buffer): Use view-mode.
2200
2201 2005-05-20 David Kastrup <dak@gnu.org>
2202
2203 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2204 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2205
2206 2005-05-20 Lute Kamstra <lute@gnu.org>
2207
2208 * diff-mode.el (diff-header-face, diff-file-header-face)
2209 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2210 (diff-added-face, diff-changed-face, diff-function-face)
2211 (diff-context-face, diff-nonexistent-face): Put them in the
2212 diff-mode customization group.
2213
2214 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2217
2218 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2219
2220 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2221 Minor regexp-optimization.
2222
2223 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2224
2225 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2226 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2227 (org-agenda-add-time-grid-maybe): New function.
2228 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2229 (org-table-create): `dotimes' instead of `mapcar'.
2230 (org-xor): Simplify implementation.
2231 (org-agenda): `inhibit-redisplay' turned on.
2232 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2233 a consistent line after a state change.
2234 (org-agenda-remove-times-when-in-prefix): New option.
2235 (org-prefix-has-time): New variable.
2236 (org-parse-time-string): Optional argument NODEFAULT.
2237 (org-format-agenda-item): Parse items for time-of-day
2238 specifications and move these into the prefix if possible.
2239 (org-agenda-priority): Get current heading, not previous heading
2240 during agenda remote editing.
2241
2242 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2245 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2246 (remove-duplicates, delete-duplicates, substitute)
2247 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2248 (nsubstitute-if-not, find, find-if, find-if-not, position)
2249 (position-if, position-if-not, count, count-if, count-if-not)
2250 (mismatch, search, sort*, stable-sort, merge, member*)
2251 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2252 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2253 (intersection, nintersection, set-difference, nset-difference)
2254 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2255 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2256 (nsublis, tree-equal): Improve argument/docstring consistency.
2257
2258 * subr.el (send-string, send-region):
2259 Remove obsolescence declaration.
2260 (window-dot, set-window-dot, read-input, show-buffer)
2261 (eval-current-buffer, string-to-int):
2262 Add release number to obsolescence declarations.
2263
2264 2005-05-19 Kim F. Storm <storm@cua.dk>
2265
2266 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2267 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2268
2269 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2270
2271 * faces.el (list-faces-display): Make back button respect optional
2272 regexp arg.
2273
2274 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2275
2276 * calculator.el (calculator-radix-grouping-mode)
2277 (calculator-radix-grouping-digits, calculator-displayer)
2278 (calculator-radix-grouping-separator, calculator-copy-displayer):
2279 * dabbrev.el (dabbrev-search-these-buffers-only):
2280 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2281 (diff-advance-after-apply-hunk, diff-mode-hook)
2282 (diff-minor-mode-prefix):
2283 * imenu.el (imenu-use-popup-menu):
2284 * jit-lock.el (jit-lock-context-time):
2285 * newcomment.el (comment-fill-column, comment-column)
2286 (comment-style, comment-padding, comment-multi-line)
2287 (comment-empty-lines, comment-auto-fill-only-comments):
2288 * reveal.el (reveal-around-mark):
2289 * uniquify.el (uniquify-buffer-name-style)
2290 (uniquify-after-kill-buffer-p)
2291 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2292 (uniquify-min-dir-content, uniquify-separator)
2293 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2294 * w32-vars.el (w32-fixed-font-alist):
2295 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2296 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2297 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2298 * progmodes/perl-mode.el (perl-indent-level)
2299 (perl-continued-statement-offset, perl-continued-brace-offset)
2300 (perl-brace-offset, perl-brace-imaginary-offset)
2301 (perl-label-offset, perl-indent-continued-arguments)
2302 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2303 * progmodes/tcl.el (tcl-indent-level)
2304 (tcl-continued-indent-level, tcl-auto-newline)
2305 (tcl-tab-always-indent, tcl-electric-hash-style)
2306 (tcl-help-directory-list, tcl-use-smart-word-finder)
2307 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2308 (inferior-tcl-source-command):
2309 * textmodes/fill.el (enable-kinsoku):
2310 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2311 * textmodes/table.el (table-yank-handler):
2312 Specify missing group (and type, if simple) in defcustom.
2313
2314 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2315
2316 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2317
2318 2005-05-19 Richard M. Stallman <rms@gnu.org>
2319
2320 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2321
2322 * subr.el (event-basic-type): Don't get an error.
2323 (left-fringe-p): Function deleted.
2324
2325 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2326 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2327
2328 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2329 in recursive copy.
2330
2331 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2332
2333 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2334
2335 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2336 Call byte-compile-nogroup-warn if appropriate.
2337
2338 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2339 (compilation-set-window): Don't call left-fringe-p; do it directly.
2340
2341 2005-05-19 Jay Belanger <belanger@truman.edu>
2342
2343 * calc/calc-graph.el (calc-graph-format-data): Make sure
2344 var-PlotRejects is bound before trying to check its value.
2345
2346 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2347
2348 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2349 definition of this variable from reftex-global.el to reftex.el,
2350 because it is needed in the menu.
2351
2352 2005-05-19 Lute Kamstra <lute@gnu.org>
2353
2354 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2355 years are fixed. Don't insert a space after a dash.
2356
2357 2005-05-19 Kim F. Storm <storm@cua.dk>
2358
2359 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2360
2361 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2362
2363 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2364 strings, because (eq ... ?\\) is fairly frequent.
2365
2366 * progmodes/make-mode.el (makefile-add-this-line-targets):
2367 Simplify and integrate into `makefile-pickup-targets'.
2368 (makefile-add-this-line-macro): Simplify and integrate into
2369 `makefile-pickup-macros.
2370 (makefile-pickup-filenames-as-targets): Simplify.
2371 (makefile-previous-dependency, makefile-match-dependency):
2372 Don't stumble over `::'.
2373
2374 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2375
2376 * subr.el (post-command-idle-hook, post-command-idle-delay):
2377 Remove obsoletion of post-command-idle-hook and
2378 post-command-idle-delay.
2379
2380 * faces.el (list-faces-display): Provide button when describe-face
2381 is called to take user back to the list of faces.
2382
2383 * help-fns.el (describe-variable): Remove hyperlinks in a
2384 variable's value as these are quite frequently inappropriate.
2385
2386 * follow.el (follow-submit-feedback, follow-mode):
2387 Remove references to post-command-idle-hook.
2388
2389 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2390
2391 * progmodes/make-mode.el (makefile-previous-dependency)
2392 (makefile-match-dependency): Check for := (and in bsd mode also
2393 !=) to give a better result, even when font-lock is not on.
2394
2395 2005-05-18 Jay Belanger <belanger@truman.edu>
2396
2397 * calc/calc-help.el (calc-s-prefix-help):
2398 Add `calc-copy-special-constant' to help string.
2399
2400 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2401
2402 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2403
2404 2005-05-18 Jay Belanger <belanger@truman.edu>
2405
2406 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2407 in linear factors are in proper order.
2408
2409 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2410
2411 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2412 Support for jurabib.
2413
2414 * textmodes/reftex.el (featurep): Define aliases for overlay
2415 commands, for XEmacs compatibility, and use these aliases in
2416 overlay initializations.
2417 (reftex-highlight): Use `reftex-move-overlay'.
2418 (reftex-unhighlight): Use `reftex-delete-overlay'.
2419 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2420 (reftex-access-search-path): Use `reftex-uniquify' instead of
2421 `reftex-uniq'
2422
2423 * textmodes/reftex-sel.el (reftex-select-unmark):
2424 Overlay `before-string' property modification enables for Emacs as well.
2425 (reftex-select-item): Use `reftex-delete-overlay'.
2426 (reftex-select-mark): Use `reftex-make-overlay' and
2427 `reftex-overlay-put'.
2428 (reftex-select-unmark): Use `reftex-delete-overlay' and
2429 `reftex-overlay-put'.
2430
2431 2005-05-18 Lute Kamstra <lute@gnu.org>
2432
2433 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2434
2435 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * add-log.el (add-change-log-entry):
2438 * array.el (array-make-template, array-reconfigure-rows)
2439 (array-init-max-row, array-init-max-column)
2440 (array-init-columns-per-line, array-init-field-width):
2441 * replace.el (replace-match-maybe-edit, perform-replace):
2442 * textmodes/spell.el (spell-region):
2443 Replace `read-input' by `read-string'.
2444
2445 * forms.el (forms-mode):
2446 * finder.el (finder-compile-keywords):
2447 * shadowfile.el (shadow-read-files):
2448 Replace `eval-current-buffer' by `eval-buffer'.
2449
2450 * terminal.el (te-pass-through):
2451 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2452 (ange-ftp-raw-send-cmd):
2453 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2454 (send-process-next-char, telnet-initial-filter, telnet):
2455 Replace `send-string' by `process-send-string'.
2456
2457 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2458 (prolog-consult-region): Replace `send-string' by
2459 `process-send-string'; replace `send-region' by `process-send-region'.
2460
2461 * progmodes/delphi.el (delphi-log-msg):
2462 Replace `set-window-dot' by `set-window-point'.
2463
2464 * subr.el (window-dot, set-window-dot, read-input, send-string)
2465 (send-region, show-buffer, eval-current-buffer):
2466 Make really obsolete, as the comment says.
2467
2468 2005-05-17 Kim F. Storm <storm@cua.dk>
2469
2470 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2471 (cua--init-keymaps): Bind C-return instead of S-return to set
2472 rectangle mark.
2473
2474 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2475 instead of S-return to toggle/clear rectangle mark.
2476
2477 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2478
2479 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2480 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2481 Also fontify plain strings assigned to variables, mostly so that a
2482 colon has a face and is thus not taken as a dependency separator.
2483 (makefile-previous-dependency): Inline the new matcher, because it
2484 is too complex to work in both directions.
2485 (makefile-match-dependency): Eliminate `backward' arg (see above).
2486 Completely reimplemented so as to not sometimes go into an endless
2487 loop. It should also be more efficient, because first it only
2488 searches for `:', instead of applying the very complex regexp.
2489 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2490 to be fontified in one piece can be too long for JIT.
2491 Makefiles are never *that* big.
2492
2493 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2494
2495 * dired.el (dired-mode): Simplify.
2496
2497 2005-05-17 Lute Kamstra <lute@gnu.org>
2498
2499 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2500 defcustom for the mode hook variable.
2501
2502 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2503 Emacs Lisp Reference Manual.
2504
2505 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2508 (evenp, list*):
2509 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2510 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2511
2512 * net/tramp-smb.el (tramp-smb-open-connection):
2513 Pass `tramp-chunksize' as fifth (required) argument.
2514
2515 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2516
2517 * font-lock.el (lisp-font-lock-keywords-1):
2518 Set `font-lock-negation-char-face' for [^...] char group.
2519 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2520
2521 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2522 a var, and refine it to mask one more level of nested vars.
2523 (makefile-rule-action-regex): Turn it into a var, and refine it so
2524 it recognizes backslashed continuation lines as belonging to the
2525 same command.
2526 (makefile-macroassign-regex): Refine it so it recognizes
2527 backslashed continuation lines as belonging to the same command.
2528 (makefile-var-use-regex): Don't look at the next char, because it
2529 might be the same one to be skipped by the initial [^$], leading
2530 to an overlooked variable use.
2531 (makefile-make-font-lock-keywords): Remove two parameters, which
2532 are now variables that some of the modes set locally.
2533 Handle dependency and rule action matching through functions, because
2534 regexps alone match too often. Dependency matching now comes
2535 last, so it can check, whether a colon already matched something else.
2536 (makefile-mode): Inform that font-lock improves makefile parsing
2537 capabilities.
2538 (makefile-match-dependency, makefile-match-action): New functions.
2539
2540 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2543
2544 * align.el (align-regexp):
2545 * ansi-color.el (ansi-color-get-face):
2546 * array.el (array-reconfigure-rows, array-init-max-row)
2547 (array-init-max-column, array-init-columns-per-line)
2548 (array-init-field-width):
2549 * dired-aux.el (dired-trample-file-versions):
2550 * dired-x.el (dired-mark-sexp):
2551 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2552 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2553 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2554 * faces.el (face-read-integer):
2555 * files.el (backup-extract-version, insert-directory):
2556 * hexl.el (hexl-insert-decimal-char):
2557 * server.el (server-process-filter):
2558 * shell.el (shell-extract-num):
2559 * startup.el (command-line-1):
2560 * term.el (term-command-hook):
2561 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2562 (time-stamp-do-number):
2563 * time.el (display-time-update):
2564 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2565 (timezone-fix-time):
2566 * vms-patch.el (vms-suspend-resume-hook):
2567 * calendar/appt.el (appt-convert-time):
2568 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2569 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2570 * calendar/cal-islam.el (mark-islamic-diary-entries):
2571 * calendar/calendar.el (calendar-cursor-to-date)
2572 (calendar-star-date):
2573 * calendar/diary-lib.el (diary-attrtype-convert)
2574 (mark-diary-entries, diary-entry-time):
2575 * calendar/solar.el (solar-get-number):
2576 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2577 * emacs-lisp/re-builder.el (reb-display-subexp):
2578 * emulation/edt.el (edt-set-scroll-margins):
2579 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2580 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2581 (vip-get-ex-count):
2582 * emulation/viper-ex.el (viper-get-ex-token)
2583 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2584 * international/fontset.el (fontset-plain-name):
2585 * mail/feedmail.el (feedmail-look-at-queue-directory):
2586 * mail/mailalias.el (mail-get-names):
2587 * mail/rmail.el (rmail-convert-to-babyl-format):
2588 * mail/rmailsum.el (rmail-make-basic-summary-line)
2589 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2590 (rmail-summary-goto-msg):
2591 * mail/smtpmail.el (smtpmail-read-response):
2592 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2593 (ange-ftp-vms-add-file-entry):
2594 * play/gametree.el (gametree-looking-at-ply)
2595 (gametree-current-branch-score):
2596 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2597 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2598 * progmodes/cperl-mode.el (condition-case):
2599 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2600 (ebrowse-set-member-buffer-column-width)
2601 (ebrowse-select-1st-to-9nth):
2602 * progmodes/etags.el (etags-snarf-tag):
2603 * progmodes/flymake.el (flymake-parse-line):
2604 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2605 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2606 (idlwave-shell-menu-def):
2607 * progmodes/ps-mode.el (ps-run-goto-error):
2608 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2609 (vhdl-speedbar-contract-level):
2610 * term/mac-win.el (x-handle-numeric-switch):
2611 * term/sun-mouse.el (sun-get-frame-data):
2612 * term/w32-win.el (x-handle-numeric-switch):
2613 * term/x-win.el (x-handle-numeric-switch):
2614 * textmodes/ispell.el (ispell-parse-output):
2615 * textmodes/nroff-mode.el (nroff-outline-level):
2616 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2617 (reftex-bib-sort-year-reverse, reftex-format-citation):
2618 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2619 (reftex-section-number):
2620 * textmodes/texinfmt.el (texinfo-paragraphindent):
2621 Replace `string-to-int' by `string-to-number'.
2622
2623 * international/latexenc.el: Add page marker to force the "Local
2624 Variables:" string out of the last page.
2625
2626 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2627
2628 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2629 tooltip-change-major-mode.
2630 (gud-tooltip-print-command): Remove case where gud-minor-mode
2631 is gdb ("--fullname").
2632 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2633 explain to user.
2634
2635 2005-05-16 Jay Belanger <belanger@truman.edu>
2636
2637 * calc/calc-store.el (calc-copy-special-constant): New function.
2638
2639 * calc/calc-ext.el (calc-init-extensions): Add binding for
2640 `calc-copy-special-constant'.
2641
2642 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2643 for the `calc-copy-special-constant' command.
2644
2645 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2646
2647 * subr.el (left-fringe-p): New function.
2648
2649 * progmodes/compile.el (compilation-setup): Set local value of
2650 overlay-arrow-string to "" always.
2651 (compilation-set-window): Left fringe then don't scroll.
2652 No left fringe then no arrow and scroll message to top.
2653 (compilation-context-lines): Adjust doc string accordingly.
2654
2655 2005-05-16 Kim F. Storm <storm@cua.dk>
2656
2657 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2658 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2659 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2660 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2661 (ido-read-file-name): Handle commands with ido property value
2662 equal to find-file as reading a file name, to allow C-d to enter dired.
2663 (ibuffer-find-file): Add ido property with value find-file.
2664
2665 2005-05-15 Kim F. Storm <storm@cua.dk>
2666
2667 * subr.el (open-network-stream-nowait): Remove.
2668 (open-network-stream-server): Remove.
2669
2670 2005-05-15 Richard M. Stallman <rms@gnu.org>
2671
2672 * faces.el (describe-face): Output a definition link button.
2673
2674 * help-mode.el (help-face-def): New button type.
2675
2676 * emacs-lisp/copyright.el (copyright-fix-years):
2677 Match properly if the first year is 2-digit.
2678 Don't mess up the whitespace after the years by filling.
2679
2680 * dired-aux.el (dired-mark-confirm):
2681 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2682
2683 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2684 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2685 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2686
2687 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2688 Set font-lock-comment-start-skip.
2689
2690 * font-lock.el (font-lock-comment-start-skip): New variable.
2691 (font-lock-comment-end-skip): New variable.
2692 (font-lock-fontify-syntactically-region): Use them if non-nil.
2693
2694 2005-05-15 Jay Belanger <belanger@truman.edu>
2695
2696 * calc/calc-store.el (calc-store-value): Return a string rather
2697 than display it as a message.
2698 Use calc-var-name for variable name.
2699 (calc-store-into): Add the result of calc-store-value to message.
2700 (calc-copy-variable): Add a message.
2701 (calc-store-exchange): Improve error messages.
2702 (calc-store-binary, calc-store-map): Don't reset the values of
2703 special constants.
2704
2705 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2706
2707 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2708 manual to docstring.
2709
2710 * files.el (hack-local-variables-confirm): Add STRING argument.
2711 Make the function handle non file visiting buffers correctly.
2712 (hack-local-variables-prop-line, hack-local-variables)
2713 (hack-one-local-variable): Use STRING arg of
2714 `hack-local-variables-confirm'.
2715
2716 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2717
2718 Sync with Tramp 2.0.49.
2719
2720 * tramp.el (tramp-handle-dired-call-process)
2721 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2722 because the contents of the Tramp buffer is changed before
2723 insertion (`expand-file' and alike).
2724 (tramp-handle-insert-directory): If `localname' has an empty
2725 nondirectory name, it must not be quoted.
2726 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2727 variable `tramp-chunksize'. Change callees.
2728 (tramp-open-connection-setup-interactive-shell): Check remote host
2729 for buggy `send-process-string' implementation.
2730 Set `tramp-chunksize' if found. Reported by Michael Kifer
2731 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2732 (tramp-handle-shell-command): `insert-buffer' cannot be used
2733 because the contents of the Tramp buffer is changed before
2734 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2735 <frederic.bothamy@free.fr>.
2736 (tramp-set-auto-save): Actions should be done for Tramp file name
2737 handler only. Ange-FTP has its own auto-save mechanism.
2738 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2739 (tramp-set-auto-save-file-modes): Set file modes of
2740 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2741 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2742 (tramp-bug): Remove obsolete variable.
2743 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2744 for presence of `mml-mode'. Make it running for older Emacsen as well.
2745
2746 2005-05-14 John Paul Wallington <jpw@pobox.com>
2747
2748 * ibuf-ext.el (define-ibuffer-filter filename):
2749 If `dired-directory' is a list, use its car.
2750
2751 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2752
2753 * ibuffer.el (define-ibuffer-column filename):
2754 If `dired-directory' is a list, use its car.
2755
2756 2005-05-14 Richard M. Stallman <rms@gnu.org>
2757
2758 * subr.el (symbol-file): Doc fix.
2759
2760 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2761 (byte-compile-form): Call byte-compile-nogroup-warn.
2762 (byte-compile-warning-types): Doc fix.
2763
2764 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2765
2766 * progmodes/cc-engine.el (c-literal-faces):
2767 Add font-lock-comment-delimiter-face.
2768
2769 * net/net-utils.el (dig): Use with-no-warnings.
2770
2771 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2772 (sc-recite-frame-alist, sc-default-cite-frame)
2773 (sc-default-uncite-frame, sc-default-recite-frame)
2774 (sc-attrib-selection-list, sc-rewrite-header-list):
2775 Mark as risky-local-variable.
2776
2777 * international/ogonek.el (ogonek-jak, ogonek-how):
2778 Don't use beginning-of-buffer.
2779
2780 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2781
2782 * calendar/solar.el (solar-data-list): Move definition up.
2783
2784 * dnd.el (dnd-protocol-alist): Add autoload.
2785
2786 * progmodes/sh-script.el: Many doc usage fixes.
2787 (sh-indent-after-do): Change default to match common styles.
2788
2789 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2790
2791 * files.el (interpreter-mode-alist)
2792 (auto-mode-interpreter-regexp): Doc fixes.
2793
2794 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2795
2796 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2797
2798 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2799
2800 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2801
2802 * dired.el (dired-mode): make-variable-buffer-local =>
2803 make-local-variable.
2804
2805 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2806
2807 * term/mac-win.el (mac-select-convert-to-string): Try coding
2808 systems in mac-script-code-coding-systems if specified one cannot
2809 encode string for `com.apple.traditional-mac-plain-text'.
2810
2811 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2812
2813 * progmodes/make-mode.el (makefile-targets-face)
2814 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2815 (makefile-dependency-regex): Fix it to not make the colon in
2816 $(var:a=b) special.
2817 (makefile-rule-action-regex): New regexp for highlighting embedded
2818 Shell strings.
2819 (makefile-macroassign-regex): Handle != for highlighting as
2820 embedded Shell strings.
2821 (makefile-var-use-regex): New const.
2822 (makefile-statements, makefile-automake-statements)
2823 (makefile-gmake-statements, makefile-makepp-statements)
2824 (makefile-bsdmake-statements): New consts.
2825 (makefile-make-font-lock-keywords): New function.
2826 (makefile-automake-font-lock-keywords)
2827 (makefile-gmake-font-lock-keywords)
2828 (makefile-makepp-font-lock-keywords)
2829 (makefile-bsdmake-font-lock-keywords): New consts.
2830 (makefile-mode-map): Add switchers between the various submodes.
2831 (makefile-mode): Document the availability of the variants.
2832 (makefile-automake-mode, makefile-gmake-mode)
2833 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2834
2835 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2836 new variants of makefile-mode.
2837
2838 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2839
2840 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2841 the inheritance.
2842
2843 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2844
2845 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2846 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2847
2848 * files.el (normal-mode): Extend the scope of the
2849 `enable-local-variables' binding to include the `set-auto-mode' call.
2850 (magic-mode-alist): Doc fix.
2851
2852 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2855 font-lock-comment-face rather than copying its setting.
2856
2857 2005-05-12 Andreas Schwab <schwab@suse.de>
2858
2859 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2860
2861 2005-05-12 Lute Kamstra <lute@gnu.org>
2862
2863 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2864 defcustom for the mode hook variable. Delete the last argument.
2865 * generic-x.el: Fix callers of define-generic-mode.
2866 (generic-x-modes): Delete group.
2867 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2868 generic-x customization group.
2869
2870 2005-05-12 Kim F. Storm <storm@cua.dk>
2871
2872 * font-lock.el (font-lock-negation-char-face): Default to "off".
2873
2874 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2875 font-lock-negation-char-face to ! in !=.
2876
2877 2005-05-12 Masatake YAMATO <jet@gyve.org>
2878
2879 * add-log.el (find-change-log): Fix typos in the docstring
2880 of function.
2881
2882 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2883
2884 * international/latexenc.el (latexenc-find-file-coding-system):
2885 Avoid `re-search-forward' when looking for input encoding because
2886 of speed and safety. Better regular expressions for recognizing
2887 input encoding. Limit a search for TeX-master/tex-main-file to
2888 the local variable section.
2889
2890 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2891
2892 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2893 syntax of $ to "'" (quote).
2894
2895 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2896
2897 * dnd.el (dnd-protocol-alist): Improve custom type.
2898
2899 * dired.el (dired-dnd-protocol-alist): New variable.
2900 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2901 `dired-mode-hook' to the end.
2902
2903 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2906 comment-end if comment-start-skip is not set.
2907 Obey the font-lock-comment-delimiter-face variables.
2908
2909 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * files.el (executable-find): Move from executable.el. Use locate-file.
2912 * progmodes/executable.el (executable-find): Move to files.el.
2913
2914 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2915 when trying to ensure forward progress.
2916
2917 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2918
2919 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2920 (mouse-select, mouse-select-internal, mouse-extend-internal):
2921 Use it to implement mouse-1-click-follows-link functionality.
2922
2923 2005-05-11 Richard M. Stallman <rms@gnu.org>
2924
2925 * font-lock.el (font-lock-fontify-syntactically-region):
2926 Use font-lock-comment-delimiter-face for comment delimiters.
2927
2928 2005-05-10 Jay Belanger <belanger@truman.edu>
2929
2930 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2931 preserving embedded modes.
2932
2933 2005-05-10 Richard M. Stallman <rms@gnu.org>
2934
2935 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2936
2937 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2938 Move from ada-stmt.el.
2939 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2940
2941 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2942 Move to ada-mode.el.
2943 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2944
2945 * cus-edit.el (custom-file): Call file-chase-links.
2946
2947 * files.el (read-directory-name): Fix previous change.
2948 (hack-local-variables-confirm): New function.
2949 (hack-local-variables-prop-line, hack-local-variables)
2950 (hack-one-local-variable): Use it.
2951
2952 2005-05-10 Lute Kamstra <lute@gnu.org>
2953
2954 * font-lock.el (font-lock-keywords-alist)
2955 (font-lock-removed-keywords-alist): Clarify docstrings.
2956
2957 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2958
2959 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2960 (gdb-source-info): Check for preprocessor info.
2961 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2962 a macro for a function.
2963 (gdb-info-breakpoints-custom): Try to find file again if not already
2964 found (user might have used GDB dir command).
2965 (gdb-get-location): Update gdb-location-alist correctly for change
2966 to gdb-info-breakpoints-custom.
2967
2968 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2969 (gud-tooltip-print-command): Add gdbmi case.
2970 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2971 preprocessor info.
2972
2973 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2974
2975 * startup.el (fancy-splash-insert): Fix typo in doc string.
2976
2977 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * obsolete/float.el (string-to-float):
2980 * obsolete/hilit19.el (hilit-add-pattern):
2981 * obsolete/rnews.el (news-parse-range, news-select-message)
2982 (news-get-pruned-list-of-files): Replace `string-to-int' by
2983 `string-to-number'.
2984
2985 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2986 `find-file-not-found-hooks'; use `add-hook'.
2987 (uncompress-while-visiting): Set `write-file-functions', not
2988 `write-file-hooks'; use `add-hook'.
2989
2990 2005-05-09 Kim F. Storm <storm@cua.dk>
2991
2992 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2993 (cua-paste): Handle clipboard action.
2994 (cua--init-keymaps): Remap clipboard-kill-region and
2995 clipboard-kill-ring-save.
2996
2997 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2998
2999 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3000 Improve commentary.
3001
3002 * simple.el (next-error-overlay-arrow-position): Revert the change
3003 made on 2005-04-30.
3004
3005 2005-05-07 Jay Belanger <belanger@truman.edu>
3006
3007 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
3008 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
3009 `calc-sel-reselect'.
3010
3011 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
3012 Calc is in embedded mode.
3013
3014 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3015
3016 * progmodes/compile.el (compilation-setup):
3017 Set overlay-arrow-string to an empty string on text terminals.
3018
3019 * textmodes/ispell.el (ispell-program-name): Try looking for
3020 "aspell" along exec-path, and if found, use it as the default
3021 speller program.
3022
3023 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
3024
3025 * international/mule.el (sgml-xml-auto-coding-function):
3026 Recognize encoding='FOO' in single quotes as well as in double quotes.
3027
3028 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3029
3030 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
3031 as well as `interactive', so that defmacro* would recognize
3032 `declare' forms.
3033
3034 2005-05-07 Eli Zaretskii <eliz@gnu.org>
3035
3036 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
3037 Explain more about the LIGHTER arg's usage in the doc string.
3038 Add commentary to clarify what the code does. Fix the regexp that
3039 strips whitespace from LIGHTER. Quote LIGHTER before using it,
3040 since it could have characters special to regular expressions.
3041
3042 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3043
3044 * replace.el (occur-1): Bind inhibit-read-only so that
3045 erase-buffer doesn't barf on read-only text properties (likewise
3046 for add-text-properties in occur-engine). Mark buffer as unmodified.
3047 (occur-engine): Don't set buffer-read-only here.
3048
3049 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
3052 list-buffers-directory. This caused the *cvs-commit* buffer to be
3053 sometimes mistakenly reused as a *cvs* buffer.
3054
3055 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * tooltip.el: Move code for GUD tooltips into gud.el.
3058 (require): CL no longer needed to compile case.
3059 (tooltip-mode): Do not toggle functions for GUD tooltips.
3060 (tooltip-gud-tips-p): Remove. Replace with minor mode
3061 gud-tooltip-mode in gud.el.
3062 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
3063 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
3064 tooltip-gud prefix with gud-tooltip and obsolete.
3065 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
3066 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
3067 (tooltip-mouse-motion): Mouse movement functions/variable.
3068 Rename in gud.el by adding gud prefix.
3069 (tooltip-gud-original-filter, tooltip-gud-dereference)
3070 (tooltip-gud-event, tooltip-toggle-gud-tips)
3071 (tooltip-gud-process-output, tooltip-gud-print-command)
3072 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
3073 gud.el by replacing tooltip-gud prefix with gud-tooltip.
3074 (gdb-tooltip-print): Move to gdb-ui.el.
3075
3076 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
3077 (require): CL needed to compile case.
3078 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
3079 tooltip-gud-tips-p. Make it a minor-mode.
3080 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
3081 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
3082 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
3083 (gud-tooltip-change-major-mode)
3084 (gud-tooltip-activate-mouse-motions-if-enabled)
3085 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
3086 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
3087 (gud-tooltip-original-filter, gud-tooltip-dereference)
3088 (gud-tooltip-event, tooltip-toggle-gud-tips)
3089 (gud-tooltip-process-output, gud-tooltip-print-command)
3090 (gud-tooltip-tips): Move from tooltip.el.
3091
3092 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
3093 (gdb-cpp-define-alist-flags): Doc fix.
3094 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
3095 gud-tooltip-mode is t.
3096
3097 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3098
3099 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
3100 evaporate if their text is deleted.
3101 (goto-address-at-point): Make it work as a mouse binding as well.
3102 (goto-address-at-mouse): Obsolete it. Update users.
3103
3104 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3105
3106 * calendar/appt.el (top-level): No longer activate on load.
3107
3108 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
3109
3110 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3111 * net/webjump.el (webjump):
3112 * progmodes/idlw-help.el (idlwave-do-context-help1)
3113 (idlwave-highlight-linked-completions):
3114 * textmodes/po.el (po-find-file-coding-system-guts):
3115 Replace `assoc-ignore-case' by `assoc-string'.
3116
3117 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3118
3119 * files.el (locate-file): Doc fix.
3120
3121 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3122 Remove the redundant test for ms-dos.
3123
3124 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3125 look for the preprocessor with exec-suffixes. If not found in
3126 standard places, look in exec-path. Remove most of the tests that
3127 used system-type.
3128
3129 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3130
3131 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3132
3133 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3134 file-name clash with jka-compr.el on 8+3 filesystems.
3135
3136 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3137
3138 * term/mac-win.el: Don't define or bind scroll bar functions if
3139 x-toolkit-scroll-bars is t.
3140 (x-select-text, x-get-selection-value):
3141 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3142 (PRIMARY): Put mac-scrap-name property.
3143 (mac-select-convert-to-file-url): New function.
3144 (public.file-url): New selection target type. Add to
3145 selection-converter-alist.
3146 (x-get-selection, x-selection-value): Handle it.
3147 (x-cut-buffer-or-selection-value): New alias.
3148
3149 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3150
3151 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3152 entry to avoid calling bibtex-find-entry with arg global
3153 being t. Remove arg key.
3154 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3155 (bibtex-copy-summary-as-kill): Change accordingly.
3156
3157 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3160 (org-agenda-date-later): Use with-current-buffer.
3161
3162 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3163
3164 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3165 (define-obsolete-variable-alias): Doc Fixes.
3166
3167 2005-05-06 Kim F. Storm <storm@cua.dk>
3168
3169 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3170 vertical-motion when selective-display is active.
3171
3172 * ido.el (ido-setup-hook): New hook.
3173 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3174 (ido-input-stack): New var.
3175 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3176 ido-next-work-file binding to M-O.
3177 Bind M-f to ido-wide-find-file-or-pop-dir.
3178 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3179 (ido-read-internal): Run ido-setup-hook.
3180 Catch quit in read-file-name and read-string to cancel edit.
3181 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3182 Automatically pop-all when completing a directory name (RET).
3183 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3184 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3185 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3186 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3187 New functions for M-b/M-f to move among the directory components.
3188 (ido-make-merged-file-list): Catch quit to cancel merge.
3189 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3190 (ido-completion-help): No warnings for ido-completion-buffer-full.
3191
3192 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3193
3194 * font-lock.el (font-lock-negation-char-face): New face and variable.
3195 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3196 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3197 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3198 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3199
3200 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3203 Fix typo in docstring.
3204
3205 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3206 (ebrowse-print-statistics-line)
3207 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3208
3209 * term/w32-win.el (image-library-alist): Add additional name for
3210 Xpm library.
3211
3212 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3213
3214 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3215 use gcc instead of cpp.
3216
3217 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3218 (gdb-create-define-alist): Use it.
3219 (gdb-cpp-define-alist-program): Update for MS-DOS.
3220
3221 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3222
3223 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3224
3225 2005-05-04 Richard M. Stallman <rms@gnu.org>
3226
3227 * help.el (describe-key): No error when UNTRANSLATED is nil.
3228
3229 * simple.el (line-move-1): Fix previous change to signal errors
3230 appropriately.
3231
3232 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3233
3234 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3235 (icalendar-duration-correction): Remove.
3236 (icalendar--get-event-properties): Split result at commas.
3237 (icalendar--decode-isoduration): New optional argument
3238 DURATION-CORRECTION.
3239 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3240 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3241 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3242 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3243 (icalendar--convert-anniversary-to-ical): New functions, extracted
3244 from icalendar-export-region, with bug fixes.
3245 (icalendar-export-region): Use the above functions.
3246 (icalendar-import-buffer): Check before saving diary file.
3247 (icalendar--convert-recurring-to-diary)
3248 (icalendar--convert-non-recurring-all-day-to-diary)
3249 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3250 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3251 (icalendar--convert-ical-to-diary): Use the above functions.
3252
3253 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3254
3255 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3256 Remove these recent additions.
3257 (c-mode): Restore to before 2005-04-28.
3258
3259 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3260 recent addition.
3261
3262 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3263 (gdb-define-alist): New variables.
3264 (gdb-create-define-alist): New function.
3265 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3266 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3267 with string-to-number.
3268 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3269
3270 * progmodes/gud.el: Replace string-to-int with string-to-number.
3271 (gud-find-file): Handle gdb-define-alist.
3272
3273 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3274
3275 2005-05-02 Jay Belanger <belanger@truman.edu>
3276
3277 * calc/calc-aent.el (math-read-token):
3278 * calc/calc-bin.el (calc-word-size):
3279 * calc/calc-ext.el (calc-read-number-fancy):
3280 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3281 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3282 * calc/calc-frac.el (calc-over-notation):
3283 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3284 (calc-graph-num-points, calc-graph-init):
3285 * calc/calc-prog.el (calc-read-parse-table-part)
3286 (calc-edit-macro-repeats):
3287 * calc/calc-yank.el (calc-do-grab-rectangle):
3288 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3289 Replace `string-to-int' by `string-to-number'.
3290
3291 2005-05-02 Kim F. Storm <storm@cua.dk>
3292
3293 * kmacro.el: Use executing-kbd-macro-index variable.
3294
3295 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3296
3297 * net/rlogin.el (rlogin-parse-words): Delete func.
3298 (rlogin): Use split-string, not rlogin-parse-words.
3299 Also, if there are option-like elements in the parsed args,
3300 take the host to be the first arg immediately following them.
3301 Suggested by Michael Mauger.
3302
3303 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3304
3305 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3306
3307 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3308
3309 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3310 (cc-mode-cpp-program): Rename to cc-define-list-program and
3311 move to cc-vars.el.
3312
3313 * progmodes/cc-vars.el (cc-define-list-program):
3314 Change to "gcc -E -dM -". Make customizable.
3315
3316 2005-05-02 Kim F. Storm <storm@cua.dk>
3317
3318 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3319
3320 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3321
3322 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3323
3324 * international/mule-util.el (truncate-string): Remove alias and
3325 obsolete declaration.
3326
3327 * international/mule-cmds.el (update-iso-coding-systems):
3328 Remove alias and obsolete declaration.
3329
3330 * international/mule.el (coding-system-parent): Remove alias and
3331 obsolete declaration.
3332
3333 * subr.el (define-function, sref): Remove aliases and obsolete
3334 declarations.
3335 (chars-in-region): Remove obsolete declaration.
3336
3337 2005-05-01 Richard M. Stallman <rms@gnu.org>
3338
3339 * info.el (Info-mode): Set widen-automatically to nil, locally.
3340
3341 * simple.el (widen-automatically): New variable.
3342 (pop-global-mark): Obey widen-automatically.
3343
3344 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3345
3346 * term/xterm.el (function-key-map): Call substitute-key-definition
3347 before the keymap size is increased by a lot of define-key calls.
3348
3349 2005-05-01 Richard M. Stallman <rms@gnu.org>
3350
3351 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3352 Rename ARG to ELEMENT. Doc fix.
3353
3354 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3355
3356 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3357 Remove references to allout-exposure/change to allout-new-exposure.
3358
3359 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3360 bytecode symbols.
3361
3362 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3363 (compiled-function-p, focus-frame, unfocus-frame):
3364 Remove aliases and obsolete declarations.
3365 Back out inadvertent changes from previous commit.
3366
3367 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3368
3369 * files.el (require-final-newline): Make Custom tags consistent
3370 with mode-require-final-newline.
3371 (mode-require-final-newline): Doc fix.
3372
3373 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * international/latexenc.el (latexenc-find-file-coding-system):
3376 Fix regular expressions.
3377
3378 2005-05-01 David Kastrup <dak@gnu.org>
3379
3380 * international/latexenc.el (latexenc-find-file-coding-system):
3381 Fix regular expressions.
3382
3383 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * subr.el (string-to-int): Make obsolete.
3386
3387 2005-04-30 Richard M. Stallman <rms@gnu.org>
3388
3389 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3390
3391 * loadup.el: load jka-comp-hook.
3392
3393 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3394 (jka-compr-handler): Add autoload. `put' calls moved
3395 to jka-comp-hook.el.
3396 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3397 (jka-compr-inhibit): Autoload.
3398
3399 * jka-comp-hook.el: New file.
3400 Enable the mode by default.
3401
3402 * files.el (backup-buffer-copy): Use copy-file instead
3403 of write-region, and put back the 'excl.
3404
3405 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3406
3407 * progmodes/flymake.el (flymake-split-string)
3408 (flymake-split-string, flymake-log, flymake-pid-to-names)
3409 (flymake-reg-names, flymake-get-source-buffer-name)
3410 (flymake-unreg-names, flymake-add-line-err-info)
3411 (flymake-add-err-info): Clarify docstrings.
3412 (flymake-popup-menu, flymake-make-emacs-menu)
3413 (flymake-make-xemacs-menu): Add docstrings.
3414 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3415 Set variables directly throughout.
3416
3417 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3418
3419 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3420 exists. Initialise cc-define-alist.
3421 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3422 If there is no file (Macroexpansion) don't create an alist.
3423
3424 2005-04-29 Sam Steingold <sds@gnu.org>
3425
3426 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3427 (cc-create-define-alist): Use it instead of the hard-coded string.
3428
3429 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3432 for latexenc.
3433
3434 2005-04-29 Lute Kamstra <lute@gnu.org>
3435
3436 * emacs-lisp/generic.el: Improve commentary section.
3437 (define-generic-mode): Improve docstring.
3438
3439 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3440
3441 * textmodes/org.el (many places): Change to quiet the byte compiler.
3442 (org-prefix-format-compiled): New variable.
3443 (org-compile-prefix-format): New function.
3444 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3445 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3446 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3447 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3448 consistency with entries from `org-mode' files.
3449 (org-get-time-of-day): Fix bug with partial matches early in a line.
3450 (org-non-link-chars): New constant.
3451 (org-link-regexp): Respect `org-non-link-chars'.
3452 (org-agenda-day-view): Remove command.
3453 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3454 (org-follow-bbdb-link, org-store-link): Search also company field.
3455 (org-highlight-overlay): New variable.
3456 (org-highlight, org-unhighlight): New functions.
3457 (org-agenda-mode): Add pre-command-hook to remove highlight.
3458 (org-evaluate-time-range): Behavior depends upon whether time stamp
3459 contains a time or not.
3460 (org-show-subtree, org-show-entry): New functions.
3461 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3462
3463 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3464
3465 * comint.el (comint-output-filter-functions): Add autoload cookie.
3466
3467 2005-04-28 Kim F. Storm <storm@cua.dk>
3468
3469 * ido.el (ido-everywhere): Fix last change.
3470
3471 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3472
3473 * international/latexenc.el: New file.
3474 * international/mule-conf.el (file-coding-system-alist): For .tex,
3475 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3476
3477 2005-04-28 Lute Kamstra <lute@gnu.org>
3478
3479 * font-lock.el (font-lock-add-keywords)
3480 (font-lock-remove-keywords): Clarify docstring.
3481 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3482 Don't start docstrings with a `*'.
3483 (font-lock-update-removed-keyword-alist): Give it a docstring.
3484
3485 * generic-x.el: Update commentary section.
3486 Only require font-lock when compiling.
3487 Define all modes conditionally.
3488 Place all generic modes in the generic-x-modes customization group.
3489 (generic-x-modes): New customization group.
3490 (generic-default-modes, generic-mswindows-modes)
3491 (generic-unix-modes, generic-other-modes): New constants.
3492 (generic-define-mswindows-modes, generic-define-unix-modes):
3493 Update docstrings. Make them obsolete.
3494 (generic-extras-enable-list): New default value. Update docstring.
3495 Improve :type. Change :set function.
3496 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3497 Fix docstring.
3498
3499 * emacs-lisp/generic.el (generic-mode-internal):
3500 Simplify font-lock-defaults.
3501 (define-generic-mode): Fix docstring.
3502
3503 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3506 font-lock-face property to highlight matches.
3507
3508 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3509
3510 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3511 (cc-define-alist): New variable.
3512 (c-mode): Make it local and initialise it.
3513
3514 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3515 (gdb-exited): New function.
3516 (gdb-annotation-rules): Use it.
3517 (gdb-starting): Set gdb-active-process to t.
3518 (gdb-stopping): Amend doc string.
3519 (gdb-reset): Set gdb-active-process to nil.
3520
3521 * tooltip.el (tooltip-gud-tips): Show the associated #define
3522 directives when a C program under GDB is not executing.
3523
3524 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3527 font-lock-fontify-syntactic-keywords.
3528
3529 * font-lock.el (font-lock-default-fontify-region): Don't force
3530 parse-sexp-lookup-properties to nil.
3531
3532 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3533
3534 * man.el (man-mode-syntax-table): Set up `:' to have
3535 word-constituent syntax.
3536
3537 2005-04-27 Lute Kamstra <lute@gnu.org>
3538
3539 * novice.el (disable-command): Don't add spurious newlines to the
3540 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3541
3542 2005-04-26 Jay Belanger <belanger@truman.edu>
3543
3544 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3545 than one window before deleting window.
3546
3547 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3548
3549 * shell.el (shell-prompt-pattern): Doc fix.
3550 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3551
3552 * comint.el (comint-prompt-regexp, comint-get-old-input)
3553 (comint-use-prompt-regexp)
3554 (comint-use-prompt-regexp-instead-of-fields)
3555 (comint-replace-by-expanded-history, comint-send-input)
3556 (comint-output-filter, comint-get-old-input-default)
3557 (comint-line-beginning-position, comint-bol, comint-show-output)
3558 (comint-backward-matching-input, comint-forward-matching-input)
3559 (comint-next-prompt, comint-previous-prompt):
3560 Rename `comint-use-prompt-regexp-instead-of-fields' to
3561 `comint-use-prompt-regexp'. Keep old name as alias and declare
3562 obsolete.
3563 (comint-use-prompt-regexp): Shorten first line of doc string.
3564
3565 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3566 Set paragraph-separate buffer locally to "\\'".
3567
3568 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3569 Adapt to above name change.
3570
3571 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3572 (smbclient-prompt-regexp): Ditto.
3573
3574 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3575
3576 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3577
3578 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3579 gdb-location-list.
3580 Break lines that are over 80 characters wide.
3581
3582 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3585 New fun and var, to preserve compatibility.
3586
3587 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3588
3589 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3590
3591 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3592 name to file-newer-than-file-p.
3593
3594 2005-04-26 Richard M. Stallman <rms@gnu.org>
3595
3596 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3597
3598 * progmodes/python.el (python-mode):
3599 Use new name eldoc-documentation-function.
3600
3601 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3602
3603 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3604 (eldoc-documentation-function):
3605 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3606
3607 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3608
3609 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3610
3611 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3612
3613 * term/xterm.el (function-key-map): Fix strings for
3614 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3615 {C,S,A,C-S}-{f1-f12}.
3616
3617 2005-04-26 Kenichi Handa <handa@m17n.org>
3618
3619 * international/mule-cmds.el (select-safe-coding-system):
3620 Fix previous change.
3621
3622 2005-04-26 Lute Kamstra <lute@gnu.org>
3623
3624 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3625
3626 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3627 (font-lock-comment-delimiter-face): Ditto.
3628
3629 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3630
3631 2005-04-25 Jay Belanger <belanger@truman.edu>
3632
3633 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3634 to t while inserting information; use help-mode.
3635
3636 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3637
3638 * term.el (ansi-term-color-vector): Use the xterm colors.
3639 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3640
3641 2005-04-25 Lute Kamstra <lute@gnu.org>
3642
3643 * font-core.el (font-lock-defaults): Fix docstring.
3644
3645 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3646
3647 2005-04-25 Kenichi Handa <handa@m17n.org>
3648
3649 * international/mule-cmds.el (select-safe-coding-system):
3650 Don't check consistency with coding: spec, etc if raw-text or
3651 no-conversion was found to be safe.
3652
3653 2005-04-24 Richard M. Stallman <rms@gnu.org>
3654
3655 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3656 citation markers at start of each line.
3657
3658 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3659 citation markers at start of each line.
3660
3661 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3662
3663 * files.el (mode-require-final-newline): Fix previous change.
3664 (require-final-newline): Fix type label.
3665
3666 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3667
3668 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3669 statement in buffer (broken by 2004-11-24 change).
3670
3671 2005-04-24 Kim F. Storm <storm@cua.dk>
3672
3673 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3674 and read-file-name-function values. Don't overwrite existing
3675 non-nil values if ido-mode is enabled without ido-everywhere.
3676
3677 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3678
3679 * files.el (mode-require-final-newline): Minor doc fix.
3680
3681 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3682
3683 * subr.el (syntax-after): Doc fix.
3684 (syntax-class): If argument is nil, return nil. Mask off upper 16
3685 bits, not 8 bits.
3686
3687 * files.el (mode-require-final-newline): Doc fix.
3688 (backup-buffer-copy): Fix last change.
3689
3690 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3691
3692 * term/mac-win.el: Require select. Set selection-coding-system to
3693 mac-system-coding-system. Call menu-bar-enable-clipboard.
3694 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3695 (x-select-enable-clipboard): New variables.
3696 (x-select-text, x-get-selection, x-selection-value)
3697 (x-get-selection-value, mac-select-convert-to-string)
3698 (mac-services-open-file, mac-services-open-selection)
3699 (mac-services-insert-text): New functions.
3700 (CLIPBOARD, FIND): Put mac-scrap-name property.
3701 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3702 (public.tiff): Put mac-ostype property.
3703 (selection-converter-alist): Add entries for them.
3704 (mac-application-menu-map): New keymap.
3705 (interprogram-cut-function, interprogram-paste-function): Set to
3706 x-select-text and x-get-selection-value, respectively.
3707 (split-window-keep-point): Set to t.
3708
3709 2005-04-23 Richard M. Stallman <rms@gnu.org>
3710
3711 * files.el (read-directory-name): Always pass non-nil
3712 DEFAULT-FILENAME arg to read-file-name.
3713 (backup-buffer-copy, basic-save-buffer-2): Take care against
3714 writing thru an unexpected existing symlink.
3715 (revert-buffer): In indirect buffer, revert the base buffer.
3716 (magic-mode-alist): Doc fix.
3717 (buffer-stale-function): Doc fix.
3718 (minibuffer-with-setup-hook): Avoid warning.
3719 (mode-require-final-newline): Doc and custom fix.
3720
3721 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3722
3723 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3724 use the default appearance.
3725 (font-lock-comment-delimiter-face): New face, new variable.
3726
3727 * imenu.el (imenu--generic-function): The official position of a
3728 definition is the start of the line that BEG is in.
3729
3730 * midnight.el (midnight-timer): Move defvar up.
3731
3732 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3733
3734 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3735
3736 * startup.el (command-line): Use with-no-warnings.
3737
3738 * window.el (window-size-fixed): New defvar.
3739
3740 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3741
3742 * mail/rmail.el (rmail-font-lock-keywords):
3743 Use font-lock-comment-delimiter-face.
3744
3745 * mail/sendmail.el (mail-font-lock-keywords):
3746 Use font-lock-comment-delimiter-face.
3747
3748 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3749
3750 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3751
3752 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3753 Specify t for LAXMATCH when matching directories.
3754 Save match data around compilation-compat-error-properties form.
3755
3756 2005-04-23 David Kastrup <dak@gnu.org>
3757
3758 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3759 Mention that the autoloaded aliases should be kept for AUCTeX.
3760
3761 2005-04-23 Andreas Schwab <schwab@suse.de>
3762
3763 * isearch.el (isearch-forward): Doc fix.
3764
3765 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3766
3767 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3768 (jit-lock-stealth-nice): Change default value to 0.5.
3769
3770 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3771
3772 * abbrev.el (write-abbrev-file): Write table entries in
3773 alphabetical order by table name.
3774
3775 2005-04-22 Kim F. Storm <storm@cua.dk>
3776
3777 * ido.el (ido-read-internal): Fix `list' completion.
3778
3779 2005-04-22 Kenichi Handa <handa@m17n.org>
3780
3781 * recentf.el (recentf-save-file-coding-system): New variable.
3782 (recentf-save-list): Encode the file by
3783 recentf-save-file-coding-system and add coding: tag.
3784
3785 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3786
3787 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3788
3789 2005-04-21 Lute Kamstra <lute@gnu.org>
3790
3791 * loadhist.el (unload-feature): Don't remove a function from hooks
3792 if it is about to be restored to an autoload . Remove functions
3793 that will become unbound from auto-mode-alist. Simplify the code.
3794
3795 * subr.el (assq-delete-all): New implementation that is linear,
3796 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3797 (rassq-delete-all): New function.
3798
3799 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3800 Add size-indication-mode.
3801
3802 2005-04-21 Kenichi Handa <handa@m17n.org>
3803
3804 * international/mule-cmds.el: Add autoload for widget-value in
3805 eval-when-compile.
3806
3807 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3808
3809 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3810 Add tooltip-mode.
3811
3812 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3813
3814 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3817 (inferior-lisp-filter-regexp, inferior-lisp-program)
3818 (inferior-lisp-load-command, inferior-lisp-prompt)
3819 (inferior-lisp-mode-hook, lisp-source-modes)
3820 (inferior-lisp-load-hook): defvar->defcustom.
3821 (inferior-lisp-program, inferior-lisp-prompt)
3822 (inferior-lisp-load-hook): Doc fixes.
3823 (inferior-lisp-install-letter-bindings): Small change in
3824 introductory comment.
3825
3826 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 * vc.el (vc-annotate-color-map): Change some colors so that text
3829 using them as foreground is readable on both white and black
3830 backgrounds.
3831
3832 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * international/mule-conf.el (translation-table-for-input):
3835 Remove redundant declaration.
3836
3837 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3840
3841 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3842 (tooltip-toggle-gud-tips): New function.
3843
3844 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3845
3846 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3847 right angle brackets.
3848
3849 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3850
3851 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3852
3853 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3856 Remove. Update callers to use expand-file-name instead.
3857
3858 * subr.el (syntax-class): New function.
3859
3860 * simple.el (blink-matching-open): Use it.
3861
3862 * paren.el (show-paren-function): Use it to recognize parens that are
3863 also used in 2-char comment markers.
3864
3865 2005-04-19 Lute Kamstra <lute@gnu.org>
3866
3867 * loadhist.el (unload-feature): Update for new format of
3868 load-history. Simplify the code.
3869
3870 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3871
3872 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3873 (mac-add-charset-info): New function. Initialize variable
3874 mac-charset-info-alist using it.
3875 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3876 for translation.
3877 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3878 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3879 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3880 New CCL programs.
3881
3882 2005-04-19 Kim F. Storm <storm@cua.dk>
3883
3884 * simple.el (next-buffer, prev-buffer, next-error)
3885 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3886 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3887
3888 * bindings.el (next-buffer, prev-buffer, next-error)
3889 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3890 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3891 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3892 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3893
3894 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3895
3896 * isearch.el (isearch-edit-string): Make the search-ring available for
3897 minibuffer history commands.
3898 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3899 the default history commands now work just as well.
3900 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3901
3902 2005-04-18 Kim F. Storm <storm@cua.dk>
3903
3904 * emulation/cua-base.el (cua--pre-command-handler): Add more
3905 elaborate check for shift modifier on non-window systems.
3906
3907 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3908
3909 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3910
3911 2005-04-18 Kim F. Storm <storm@cua.dk>
3912
3913 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3914 and make it optional. Don't test tooltip-gud-echo-area here.
3915 (tooltip-gud-process-output, gdb-tooltip-print):
3916 Pass tooltip-gud-echo-area to tooltip-show.
3917 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3918
3919 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3920
3921 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3922 `display-graphic-p' may not be bound yet.
3923
3924 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3925
3926 * startup.el (command-line): No longer enable Xterm Mouse mode by
3927 default in terminals compatible with xterm.
3928
3929 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3930
3931 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3932
3933 * tooltip.el (tooltip-gud-echo-area): Rename from
3934 tooltip-use-echo-area.
3935 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3936 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3937 area independently of where help tooltips are displayed.
3938
3939 2005-04-17 David Kastrup <dak@gnu.org>
3940
3941 * cus-theme.el (custom-theme-write-variables): Quote variables
3942 where necessary.
3943
3944 2005-04-17 Richard M. Stallman <rms@gnu.org>
3945
3946 * simple.el (yank-excluded-properties): Add follow-link to value.
3947
3948 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3949
3950 * startup.el (fancy-splash-max-time): Just 30 seconds.
3951 (fancy-splash-delay): Just 7.
3952 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3953
3954 * loadhist.el (unload-feature): Update for new format of load-history.
3955 Simplify the code.
3956
3957 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3958 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3959
3960 * mail/sendmail.el (mail-font-lock-keywords):
3961 Don't fontify subject text.
3962 Don't fontify the text of a citation.
3963
3964 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3965
3966 * comint.el (comint-output-filter): Run comint-output-filter-functions
3967 with point where the user had it.
3968
3969 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * international/ucs-tables.el (ucs-set-table-for-input):
3972 Disable when using unify-on-decoding.
3973
3974 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 * emulation/cua-base.el (cua-global-mark-face): Add special case
3977 for displays supporting a high number of colors.
3978
3979 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3980
3981 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3982
3983 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3984
3985 * filesets.el (filesets-add-buffer): If user supplies a name of a
3986 non-existing fileset, create a new fileset.
3987
3988 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3989
3990 * textmodes/org.el (org-up-heading-all): Fix bug with
3991 `outline-up-heading-all'.
3992
3993 2005-04-16 Andreas Schwab <schwab@suse.de>
3994
3995 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3996 /etc/permissions.d/* and /etc/aliases.d/*.
3997
3998 2005-04-16 Kenichi Handa <handa@m17n.org>
3999
4000 * international/code-pages.el (cp-make-coding-system):
4001 Set `translation-table-for-input' property value to the symbol
4002 ucs-mule-to-mule-unicode, not to that value.
4003 (pt154): Escape guillemet by `\'.
4004
4005 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
4006
4007 * loadup.el: Load tooltip if x-show-tip is fboundp.
4008
4009 * startup.el (command-line): Add comment.
4010
4011 * tooltip.el (tooltip-mode): Specify correct standard value for
4012 Custom in init-value.
4013
4014 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
4015
4016 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
4017 possible.
4018
4019 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
4020
4021 * textmodes/org.el (org-agenda-date-prompt): Rename from
4022 `org-agenda-date-today'.
4023 (org-evaluate-time-range): Insert at point instead of directly
4024 after time range.
4025 (org-first-headline-recenter, org-subtree-end-visible-p)
4026 (org-optimize-window-after-visibility-change): New functions
4027 (org-agenda-post-command-hook): Don't allow point at end of line,
4028 to make sure it always hits the text properties.
4029 (org-agenda-next-date-line, org-agenda-previous-date-line):
4030 New commands.
4031 (org-set-regexps-and-options): Category may contain white space.
4032 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4033 Improve marker positions.
4034 (org-agenda-new-marker): Argument POS made optional.
4035 (org-agenda-get-timestamps): Deadlines which are done are listed
4036 in org-done-face now.
4037 (org-agenda-get-todos, org-agenda-get-timestamps)
4038 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4039 Set `undone-face' and `done-face' properties.
4040 (org-last-todo-state-is-todo): New variable.
4041 (org-todo): Set `org-last-todo-state-is-todo'.
4042 (org-agenda-todo): Change face according to
4043 `org-last-todo-state-is-todo'. And change other lines refering to
4044 the same entry.
4045 (org-calendar-goto-agenda): New command.
4046 (org-calendar-to-agenda-key): New option.
4047 (org-startup-folded): New allowed value `content'.
4048 (org-set-regexps-and-options): Accept new value `content' for
4049 `org-startup-folded'.
4050 (org-get-current-options): Handle new value `content' for
4051 `org-startup-folded'.
4052 (org-insert-todo-heading): New command.
4053 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
4054 interactively in empty file and option
4055 `org-insert-mode-line-in-empty-file' has been set.
4056 (org-agenda-todo,org-agenda-priority): Modify to use
4057 `org-agenda-change-all-lines'.
4058 (org-warning-face): Change color on dark background
4059
4060 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4061
4062 * international/mule-cmds.el (set-locale-environment): On Mac OS,
4063 use preferences AppleLocale and AppleLanguages, and variable
4064 mac-system-locale for default locale. On Mac OS Classic, use
4065 mac-system-coding-system for default coding systems.
4066
4067 * term/mac-win.el: Don't set file-name-coding-system.
4068 Decode variables system-name, emacs-build-system, user-login-name, and
4069 user-full-name by mac-system-coding-system on Mac OS Classic.
4070 (mac-system-coding-system): New variable.
4071
4072 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
4073
4074 * startup.el (command-line): Handle `xterm-mouse-mode' before
4075 reading init file.
4076
4077 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
4078
4079 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4080
4081 * progmodes/sh-script.el (sh-here-document-word): Make it a
4082 defcustom. Doc fix.
4083 (sh-add): Bash uses $(( )) for arithmetic.
4084 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
4085 (sh-maybe-here-document): Remove quotes and leading whitespace
4086 from heredoc word when closing. Indent heredoc with tabs if word
4087 starts with "-".
4088
4089 2005-04-13 Richard M. Stallman <rms@gnu.org>
4090
4091 * simple.el (undo): Fix previous change.
4092
4093 * custom.el (defface): Doc fix.
4094
4095 2005-04-13 Lute Kamstra <lute@gnu.org>
4096
4097 * Makefile.in (DONTCOMPILE): Remove list.
4098 (compile, compile-always): Don't use DONTCOMPILE.
4099 (update-authors): Load the library in which batch-update-authors
4100 is defined.
4101 * makefile.w32-in (DONTCOMPILE): Remove list.
4102 (compile, compile-always): Fix comments.
4103 (update-authors): Load the library in which batch-update-authors
4104 is defined.
4105
4106 * generic-x.el (generic-mode-ini-file-find-file-hook):
4107 Rename to ini-generic-mode-find-file-hook.
4108 Keep generic-mode-ini-file-find-file-hook as an alias.
4109 (ini-generic-mode-find-file-hook): Rename from
4110 generic-mode-ini-file-find-file-hook. Fix docstring.
4111 (ini-generic-mode): Docstring change.
4112 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4113
4114 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4115 called from lisp.
4116
4117 * generic.el: Move to the emacs-lisp subdir.
4118
4119 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4122 and C-S- function and cursor motion keys.
4123
4124 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * startup.el (command-line): Enable Xterm Mouse mode by default.
4127 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4128 for Custom. No longer show "Mouse" in mode line when enabled.
4129 Doc fix.
4130
4131 2005-04-12 Kim F. Storm <storm@cua.dk>
4132
4133 * emulation/cua-base.el (cua-rectangle-face)
4134 (cua-rectangle-noselect-face): Define face attributes here.
4135
4136 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4137
4138 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * startup.el (command-line): Turn off blinking cursor if
4141 cursorBlink in resources is off or false.
4142
4143 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4144
4145 * term/mac-win.el (dnd): Require dnd.
4146 (mac-drag-n-drop): Call dnd-handle-one-url.
4147 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4148 (kTextEncodingISOLatin2): Remove constants.
4149 (mac-script-code-coding-systems): New constant.
4150 (mac-handle-language-change): New function.
4151 (special-event-map): Bind it to `language-change' event.
4152 (mac-centraleurroman, mac-cyrillic): New coding systems.
4153 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4154 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4155 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4156 encode-mac-cyrillic, respectively.
4157
4158 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4159
4160 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4161 Don't set overlay-arrow-string to "=>" as this is done
4162 globally in C now.
4163
4164 2005-04-12 Lute Kamstra <lute@gnu.org>
4165
4166 * generic-x.el (rc-generic-mode, rul-generic-mode):
4167 Fix auto-mode-alist entries.
4168 (etc-fstab-generic-mode): Tweak fontification.
4169
4170 * generic.el (generic-make-keywords-list): Fix docstring.
4171 (generic-mode-internal): Simplify generic-font-lock-keywords.
4172
4173 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4174
4175 * whitespace.el (whitespace-buffer-leading)
4176 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4177 However, fix the highlight area for the leading and
4178 trailing whitespaces to show space.
4179
4180 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4181
4182 * whitespace.el (whitespace-version): Bump to 3.5
4183
4184 (whitespace-buffer-leading, whitespace-buffer-trailing):
4185 Invert sense of the test to highlight the whitespace.
4186
4187 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4188
4189 * progmodes/gud.el (gud-display-line): GUD uses its own
4190 overlay arrow now so don't set overlay-arrow-string.
4191 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4192
4193 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4196 (term-ansi-current-reverse, term-ansi-current-invisible)
4197 (term-ansi-face-already-done): Change to boolean.
4198 (term-reset-terminal, term-handle-colors-array): Handle the above
4199 vars accordingly.
4200 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4201 (term-emulate-terminal): Use the new name.
4202
4203 * faces.el (secondary-selection): Use yellow1, not yellow.
4204 (trailing-whitespace): Use red1, not red.
4205
4206 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4207
4208 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4209 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4210 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4211
4212 * cus-edit.el (dnd): New group.
4213
4214 * term/w32-win.el (dnd): Require dnd
4215 (w32-drag-n-drop): Call dnd-handle-one-url.
4216
4217 * x-dnd.el: Require dnd.
4218 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4219 Call dnd-handle-one-url.
4220 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4221 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4222 to dnd-insert-text.
4223 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4224 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4225 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4226 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4227
4228 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4229
4230 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4231
4232 * wdired.el: Doc fixes.
4233 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4234 (wdired-use-dired-vertical-movement): Rename from
4235 wdired-always-move-to-filename-beginning.
4236 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4237 (wdired-change-to-wdired-mode): Change mode name.
4238 (wdired-newline): Delete.
4239
4240 2005-04-11 Richard M. Stallman <rms@gnu.org>
4241
4242 * whitespace.el (whitespace-highlight-the-space):
4243 Don't call whitespace-unhighlight-the-space here.
4244
4245 * simple.el (undo): Record t in undo-equiv-table
4246 for the redo record made by an undo-in-region.
4247
4248 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4249
4250 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4251 (gdb-frame-inferior-io-buffer): New Functions to control
4252 display of separate IO buffer.
4253 (menu): Add them to menu-bar.
4254 (gdb-display-buffer): Check for buffer another frame.
4255 Protect GUD buffer.
4256 (gdb-setup-windows): Create IO buffer if not already there.
4257 (gdb-memory-mode): Remove purecopy noops.
4258
4259 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4260
4261 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4262 and pass to self-insert-command.
4263
4264 2005-04-11 Lute Kamstra <lute@gnu.org>
4265
4266 * generic.el: Commentary section cleanup.
4267 (generic): Delete.
4268 (generic-use-find-file-hook, generic-lines-to-scan)
4269 (generic-find-file-regexp, generic-ignore-files-regexp)
4270 (default-generic-mode, generic-mode-find-file-hook)
4271 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4272 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
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 from generic.el.
4277
4278 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4279
4280 * bookmark.el (bookmark-write-file): Catch errors writing file.
4281 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4282
4283 2005-04-10 Richard M. Stallman <rms@gnu.org>
4284
4285 * startup.el (fancy-splash-tail): Update copyright year.
4286 (command-line): Split part of -Q into -D.
4287 (emacs-basic-display): New defvar.
4288 (fancy-splash-text): Correct name of menu item.
4289
4290 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4291
4292 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4293 lines in one node.
4294
4295 * comint.el (comint-send-input): New arg ARTIFICIAL.
4296 Callers in this file changed.
4297
4298 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4299
4300 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4301
4302 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4303
4304 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4305 `ldap-search-internal'.
4306
4307 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * files.el (set-auto-mode-1): Use line-end-position.
4310
4311 * international/latin-1.el:
4312 * international/latin-2.el:
4313 * international/latin-3.el:
4314 * international/latin-4.el:
4315 * international/latin-5.el:
4316 * international/latin-8.el:
4317 * international/latin-9.el: Give punctuation syntax to NBSP.
4318
4319 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4320 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4321 Use char-classes to accept non-ascii letters, accepted in some recent
4322 bibtex implementations.
4323
4324 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4325
4326 * custom.el (custom-set-minor-mode): Any non-nil value for the
4327 variable should enable the mode when set through Custom.
4328
4329 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4332 TAB binding so tab-always-indent is obeyed.
4333 (vhdl-minibuffer-local-map): Move initialization into declaration.
4334 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4335 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4336 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4337 (vhdl-current-line): Use line-beginning-position.
4338 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4339 with-output-to-temp-buffer, so the current position can be recorded.
4340
4341 2005-04-10 Masatake YAMATO <jet@gyve.org>
4342
4343 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4344 Add regexp for gcov.
4345
4346 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4347
4348 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4349 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4350 syntax which Emacs 20 doesn't support.
4351
4352 2005-04-09 Richard M. Stallman <rms@gnu.org>
4353
4354 * help.el (describe-key-briefly, describe-key):
4355 Replace strings as event types with "(any string)".
4356
4357 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * arc-mode.el (archive-mode-map): Move initialization into
4360 the declaration. Override *all* bindings of `undo'.
4361 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4362
4363 2005-04-09 Jay Belanger <belanger@truman.edu>
4364
4365 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4366
4367 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4368
4369 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4370 (xterm-register-default-colors): Update color values computation
4371 to match xterm-200.
4372
4373 2005-04-09 Kenichi Handa <handa@m17n.org>
4374
4375 * international/code-pages.el (iso-latin-7): Fix the map.
4376
4377 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4378
4379 * emacs-lisp/lisp.el (defun-prompt-regexp)
4380 (parens-require-spaces, buffer-end, end-of-defun)
4381 (insert-parentheses): Doc fixes.
4382
4383 2005-04-08 Kim F. Storm <storm@cua.dk>
4384
4385 * comint.el (comint-highlight-prompt): Fix face spec.
4386 * hi-lock.el (hi-green): Likewise.
4387
4388 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 * cus-edit.el (custom-modified-face):
4391 * comint.el (comint-highlight-input): Fix previous changes.
4392 * term.el (term-handle-ansi-escape): Add a comment.
4393
4394 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4397 in the buffer and in whitespace-highlighted-space.
4398 (whitespace-unhighlight-the-space): Simplify.
4399 (whitespace-buffer): Simplify.
4400
4401 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4402
4403 * textmodes/table.el (table-cell-face): Add special case for
4404 displays supporting a high number of colors.
4405 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4406 (vhdl-font-lock-reserved-words-face)
4407 (vhdl-speedbar-architecture-face)
4408 (vhdl-speedbar-instantiation-face)
4409 (vhdl-speedbar-architecture-selected-face)
4410 (vhdl-speedbar-instantiation-selected-face): Likewise.
4411 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4412 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4413 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4414 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4415 (ebrowse-progress-face): Likewise.
4416 * progmodes/compile.el (compilation-info-face): Likewise.
4417 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4418 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4419 * calendar/calendar.el (diary-face): Likewise.
4420 * woman.el (woman-italic-face, woman-bold-face)
4421 (woman-unknown-face): Likewise.
4422 * wid-edit.el (widget-button-pressed-face): Likewise.
4423 * whitespace.el (whitespace-highlight-face): Likewise.
4424 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4425 * pcvs-info.el (cvs-marked-face): Likewise.
4426 * info.el (info-xref): Likewise.
4427 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4428 * hilit-chg.el (highlight-changes-face)
4429 (highlight-changes-delete-face): Likewise.
4430 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4431 (hi-red-b): Likewise.
4432 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4433 * font-lock.el (font-lock-keyword-face)
4434 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4435 * cus-edit.el (custom-invalid-face, custom-modified-face)
4436 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4437 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4438 * comint.el (comint-highlight-prompt): Likewise.
4439
4440 2005-04-08 Lute Kamstra <lute@gnu.org>
4441
4442 * font-lock.el (font-lock-keywords): Docstring fixes.
4443
4444 2005-04-08 Kenichi Handa <handa@m17n.org>
4445
4446 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4447 chars are more than a limit, print " and more..." at the tail.
4448
4449 2005-04-08 Kim F. Storm <storm@cua.dk>
4450
4451 * emacs-lisp/authors.el (authors-aliases): Update list.
4452 (authors-ignored-files): New list.
4453 (authors-fixed-entries): Fix typo.
4454 (authors-renamed-files-alist): Update list.
4455 (authors-add): Check authors-ignored-files.
4456
4457 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4458
4459 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4460 optional, to ensure backward compatibility.
4461
4462 2005-04-08 Stephen Eglen <stephen@gnu.org>
4463
4464 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4465
4466 2005-04-08 Kim F. Storm <storm@cua.dk>
4467
4468 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4469
4470 * mouse.el (mouse-on-link-p): Doc fix.
4471
4472 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * ielm.el (ielm-prompt-read-only): Doc fix.
4475
4476 * comint.el (comint-prompt-read-only): Doc fix.
4477
4478 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4479
4480 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4481 ensure dired always handles wildcards passed to ffap.
4482 (find-file-at-point): Use it.
4483 (ffap-dired-wildcards): Doc fix.
4484
4485 2005-04-07 Juri Linkov <juri@jurta.org>
4486
4487 * simple.el (next-error-overlay-arrow-position): New defvar.
4488 Put "=>" on its property `overlay-arrow-string'. Add it to
4489 `overlay-arrow-variable-list'.
4490
4491 * progmodes/compile.el (compilation-setup):
4492 Set `next-error-overlay-arrow-position' to nil. Also set it to
4493 nil in the local hook `kill-buffer-hook'. Make local variable
4494 `overlay-arrow-string' and set it to "=>".
4495 (compilation-goto-locus): Set BOL position to
4496 `next-error-overlay-arrow-position' instead of
4497 `overlay-arrow-position'.
4498
4499 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4500 locally instead of adding it to the global hook.
4501 (Info-kill-buffer): Move up.
4502
4503 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4504
4505 * term/xterm.el (xterm-standard-colors): Update color values from
4506 xterm-200.
4507
4508 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4511
4512 * fast-lock.el:
4513 * lazy-lock.el: Move them to the obsolete subdir.
4514
4515 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4516
4517 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4518 (wdired-add-replace-advice): Remove.
4519 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4520
4521 2005-04-06 Kim F. Storm <storm@cua.dk>
4522
4523 * startup.el (command-line): Add --bare-bones alias for -Q.
4524
4525 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4526
4527 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4528 create the startup fontset if a font specification ends with
4529 `mac-roman'.
4530
4531 2005-04-06 Lute Kamstra <lute@gnu.org>
4532
4533 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4534 change.
4535
4536 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4537 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4538
4539 2005-04-05 Lute Kamstra <lute@gnu.org>
4540
4541 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4542 (define-generic-mode): Ditto. Fix debug declaration.
4543
4544 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4545 Put them in the generic-x group.
4546
4547 * calendar/timeclock.el (timeclock): Doc fix.
4548
4549 * generic.el (define-generic-mode): Don't use custom-current-group.
4550 Document default :group value.
4551 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4552 (define-global-minor-mode): Don't use custom-current-group.
4553
4554 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4555
4556 * startup.el (command-line-1): Display startup-echo-area-message
4557 when fancy splash screen is in use.
4558
4559 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4560 (sh-escaped-newline): New face.
4561 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4562 newline, and use sh-escaped-newline face.
4563
4564 * progmodes/tcl.el (tcl-escaped-newline): New face.
4565 (tcl-builtin-list): New variable.
4566 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4567 newlines. Fix keywords subexpression number.
4568
4569 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4570
4571 * textmodes/org.el (org-diary-default-entry): Fix call to
4572 `add-to-diary-entry'.
4573
4574 2005-04-05 Kim F. Storm <storm@cua.dk>
4575
4576 * ediff-init.el: Use (featurep 'xemacs).
4577
4578 2005-04-05 David Ponce <david@dponce.com>
4579
4580 * cus-edit.el (face): Derive from symbol widget. Display sample
4581 of the current face on the fly.
4582 (widget-face-sample-face-get, widget-face-notify): New functions.
4583 (widget-face-value-create): Remove.
4584
4585 * wid-edit.el (widget-field-end): Temporarily remove field
4586 narrowing before to call `get-char-property'.
4587
4588 2005-04-04 Jay Belanger <belanger@truman.edu>
4589
4590 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4591 (math-read-subscripts): New variable.
4592 (math-read-preprocess-string): Process subscripts.
4593
4594 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * comint.el (comint-prompt-read-only): Doc fix.
4597
4598 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4599 `-1'. Doc fix.
4600
4601 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4602
4603 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4604 Change default value to nil.
4605
4606 2005-04-04 Lute Kamstra <lute@gnu.org>
4607
4608 * autorevert.el (auto-revert-mode): Specify :group.
4609 * battery.el (display-battery-mode): Specify :group.
4610 * diff-mode.el (diff-minor-mode): Specify :group.
4611 * font-core.el (font-lock-mode): Specify :group.
4612 * hl-line.el (hl-line-mode): Specify :group.
4613 * iimage.el (iimage): New customization group.
4614 (iimage-mode): Specify :group.
4615 * longlines.el (longlines-mode): Specify :group.
4616 * master.el: Don't require easy-mmode.
4617 (master): New customization group.
4618 (master-mode): Specify :group.
4619 * msb.el (msb-mode): Specify :group.
4620 * reveal.el (reveal-mode): Specify :group.
4621 * simple.el (next-error-follow-minor-mode): Specify :group.
4622 * smerge-mode.el (smerge-mode): Specify :group.
4623 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4624 * emulation/cua-base.el (cua-mode): Specify :group.
4625 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4626 * language/thai-util.el (thai-auto-composition-mode)
4627 (thai-word-mode): Specify :group.
4628 * mail/supercite.el (sc-minor-mode): Specify :group.
4629 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4630 * progmodes/flymake.el (flymake-mode): Specify :group.
4631 * progmodes/glasses.el (glasses-mode): Specify :group.
4632 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4633 * textmodes/enriched.el (enriched-mode): Specify :group.
4634 * textmodes/refill.el (refill-mode): Specify :group.
4635
4636 * add-log.el (change-log-font-lock-keywords): Names in
4637 parenthesized lists can contain spaces.
4638
4639 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4640
4641 * startup.el (fancy-splash-text): Shorten default text of
4642 "Emacs Tutorial" line. Also, if the current language env
4643 indicates an available tutorial file other than TUTORIAL,
4644 extract its title and append it to the line in parentheses.
4645 (fancy-splash-insert): If arg is a thunk, funcall it.
4646
4647 2005-04-04 Jay Belanger <belanger@truman.edu>
4648
4649 * calc.el (calc-language-alist): Add tags to customization type.
4650
4651 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4652
4653 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4654 Doc fix.
4655
4656 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4657
4658 * add-log.el (change-log-font-lock-keywords): The manual
4659 describing a Change Log entry, says: (...) "Aside from these
4660 header lines, every line in the change log starts with a space or
4661 a tab.". The font-lock was not highlighting lines started with
4662 spaces, added support for it.
4663
4664 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4665
4666 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4667 (bibtex-generate-url-list): Update docstring accordingly. Put the
4668 complex example in the docstring.
4669 (bibtex-font-lock-url): Use pop.
4670
4671 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4674
4675 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4676
4677 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4678
4679 * filesets.el (filesets-set-default): Doc fix.
4680
4681 2005-04-03 Lute Kamstra <lute@gnu.org>
4682
4683 * generic.el (define-generic-mode): Add argument to specify
4684 keywords for defcustom.
4685 (default-generic-mode): Specify :group.
4686
4687 * generic-x.el: Specify :group for all generic modes.
4688
4689 * desktop.el (desktop-no-desktop-file-hook)
4690 (desktop-after-read-hook): Doc fix.
4691
4692 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4693
4694 * simple.el (visible-mode): Use explicit :group keyword.
4695 This changes the group of `visible-mode-hook' from paren-blinking
4696 to editing-basics.
4697
4698 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4699
4700 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4701 mailbox specifications as well as URLs.
4702 (rmail-insert-inbox-text): Remove unused conditional branches.
4703
4704 2005-04-01 Jay Belanger <belanger@truman.edu>
4705
4706 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4707 (calc-gnuplot-print-command): Move definitions to calc.el.
4708
4709 * calc/calc-embed.el (calc-embedded-announce-formula)
4710 (calc-embedded-open-formula, calc-embedded-close-formula)
4711 (calc-embedded-open-word, calc-embedded-close-word)
4712 (calc-embedded-open-plain, calc-embedded-close-plain)
4713 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4714 (calc-embedded-open-mode, calc-embedded-close-mode):
4715 Move definitions to calc.el.
4716
4717 * calc/calc.el (calc-settings-file, calc-language-alist):
4718 Make customizable.
4719 (calc-embedded-announce-formula, calc-embedded-open-formula)
4720 (calc-embedded-close-formula, calc-embedded-open-word)
4721 (calc-embedded-close-word, calc-embedded-open-plain)
4722 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4723 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4724 (calc-embedded-close-mode, calc-gnuplot-name)
4725 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4726 from other files and make customizable.
4727
4728 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4731 Use buffer-live-p.
4732 (cvs-mode-run): Don't call cvs-update-header here.
4733 (cvs-run-process): Call cvs-update-header.
4734 Use process properties for cvs-postprocess and cvs-buffer so that
4735 the sentinel can behave better if the temp buffer is killed.
4736 Use a pipe rather than a tty, to better handle unexpected prompts.
4737 (cvs-sentinel): Rewrite. Call cvs-update-header.
4738
4739 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4740
4741 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4742 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4743
4744 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * generic.el (define-generic-mode): Add indentation rule.
4747
4748 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4749
4750 * files.el (mode-require-final-newline): Make Custom correctly
4751 report a nil value and allow to set it to nil via Custom.
4752 Doc fix.
4753
4754 2005-04-01 Kenichi Handa <handa@m17n.org>
4755
4756 * international/characters.el: Enable the correct case setting for
4757 dotless-i and dotted-I.
4758
4759 2005-04-01 Kim F. Storm <storm@cua.dk>
4760
4761 * ido.el (ido-file-internal): Fall back to non-ido command if
4762 initial directory is on slow ftp (or tramp) host.
4763
4764 2005-03-31 Richard M. Stallman <rms@gnu.org>
4765
4766 * emacs-lisp/autoload.el (make-autoload):
4767 Handle define-global-minor-mode.
4768
4769 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4770 Rename from easy-mmode-define-global-mode.
4771 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4772
4773 * progmodes/scheme.el (scheme-mode-syntax-table):
4774 Update syntax of | and # for two-character comment syntax.
4775
4776 2005-03-31 Lute Kamstra <lute@gnu.org>
4777
4778 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4779 (define-minor-mode): Call custom-current-group at load-time.
4780
4781 * generic.el (define-generic-mode): Add debug declaration.
4782 Add defcustom for the mode hook.
4783 (generic-mode-internal): Use run-mode-hooks.
4784
4785 2005-03-31 Kim F. Storm <storm@cua.dk>
4786
4787 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4788 (mouse-fixup-help-message): New defun called by show_help_echo
4789 to fixup mouse-2 prefix in help messages when applicable.
4790
4791 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4792
4793 2005-03-31 Kenichi Handa <handa@m17n.org>
4794
4795 * language/thai-word.el (thai-find-word-ends): Pay attention to
4796 the case that we reach the end of buffer.
4797
4798 * textmodes/fill.el (fill-text-properties-at): New function.
4799 (fill-newline): Use fill-text-properties-at instead of
4800 text-properties-at.
4801
4802 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4803
4804 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4805 not comint-quote-filename.
4806
4807 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4808
4809 * help-fns.el (help-with-tutorial): Revert last change.
4810
4811 2005-03-31 Kim F. Storm <storm@cua.dk>
4812
4813 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4814
4815 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4816
4817 * calendar/cal-china.el: Update reference to "Calendrical
4818 Calculations" book; there's a new edition.
4819 * calendar/cal-coptic.el: Likewise.
4820 * calendar/cal-french.el: Likewise.
4821 * calendar/cal-hebrew.el: Likewise.
4822 * calendar/cal-islam.el: Likewise.
4823 * calendar/cal-iso.el: Likewise.
4824 * calendar/cal-julian.el: Likewise.
4825 * calendar/cal-mayan.el: Likewise.
4826 * calendar/cal-persia.el: Likewise.
4827 * calendar/calendar.el: Likewise.
4828 * calendar/holidays.el: Likewise.
4829 * calendar/lunar.el: Likewise.
4830 * calendar/solar.el: Likewise.
4831
4832 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4833 white space from doc string.
4834
4835 2005-03-30 Jay Belanger <belanger@truman.edu>
4836
4837 * calc/calc-help.el (calc-full-help): Remove email address.
4838
4839 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4840
4841 * help-fns.el (help-with-tutorial): Delete title line.
4842
4843 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4844
4845 * calendar/cal-x.el (calendar-one-frame-setup)
4846 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4847 rather than 'symbol for set-window-dedicated-p.
4848
4849 * calendar/appt.el (appt-buffer-name): Make it a constant.
4850 (appt-add): Doc fix.
4851
4852 * filesets.el (filesets-menu-path, filesets-menu-before)
4853 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4854 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4855 (filesets-add-submenu): Delete and use add-submenu instead.
4856
4857 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4858
4859 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4860 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4861 (org-diary-default-entry): New function.
4862 (org-get-entries-from-diary): Better parsing of diary entries.
4863 (org-agenda-check-no-diary): New function.
4864 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4865 linking to diary entries.
4866 (org-agenda-execute-calendar-command): New function.
4867 (org-agenda): Improve visible section in window.
4868 Use `org-fit-agenda-window'.
4869 (org-fit-agenda-window): New option.
4870 (org-move-subtree-down): Better handling of empty lines
4871 at end of subtree.
4872 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4873 levels up.
4874 (org-fontify-done-headline): New option.
4875 (org-headline-done-face): New face.
4876 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4877 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4878 When current field is non-empty, it is copied to next row.
4879 (org-table-copy-from-above): Fix bug which made it
4880 impossible to copy fields containing only a single non-white character.
4881
4882 2005-03-30 Kim F. Storm <storm@cua.dk>
4883
4884 * kmacro.el (kmacro-end-macro): Isearch may store this command
4885 into the macro -- so ignore it when executing keyboard macro.
4886
4887 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4888
4889 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4890
4891 2005-03-29 Kenichi Handa <handa@m17n.org>
4892
4893 * language/thai.el ("Thai"): Set setup-function and exit-function
4894 for Thai language environment.
4895
4896 * language/thai-util.el: Require thai-word.
4897 (thai-word-mode-map): New variable.
4898 (thai-word-mode): New minor mode.
4899 (setup-thai-language-environment-internal): New function.
4900 (exit-thai-language-environment-internal): New function.
4901
4902 * language/thai-word.el (thai-word-table): Declare it by defvar,
4903 use dolist to initialize it.
4904 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4905 (thai-fill-find-break-point): New functions.
4906
4907 2005-03-29 Richard M. Stallman <rms@gnu.org>
4908
4909 * simple.el (idle-update-delay): Move definition up.
4910 (set-mark): Doc fix.
4911
4912 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * longlines.el: New file.
4915
4916 * simple.el (buffer-substring-filters): New variable.
4917 (filter-buffer-substring): New function.
4918 (kill-region, copy-region-as-kill): Use it.
4919
4920 * register.el (copy-to-register, append-to-register)
4921 (prepend-to-register): Use filter-buffer-substring.
4922
4923 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4926 (gud-filter-pending-text): Move in front of gdb.
4927 (gud-overlay-arrow-position): New variable.
4928 (gud-sentinel, gud-display-line): Use it in place of
4929 overlay-arrow-position.
4930
4931 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4932
4933 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4934 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4935 (fortran-font-lock-keywords-4): New variable.
4936 (fortran-blocks-re, fortran-end-block-re)
4937 (fortran-start-block-re): New constants, for hideshow.
4938 (hs-special-modes-alist): Add a Fortran entry.
4939 (fortran-mode-map): Bind fortran-end-of-block,
4940 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4941 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4942 (fortran-looking-at-if-then, fortran-end-of-block)
4943 (fortran-beginning-of-block): New functions, for hideshow.
4944
4945 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4946 Doc fix. Tweak regexp.
4947 (f90-beginning-of-block): Push mark first.
4948
4949 2005-03-29 Jay Belanger <belanger@truman.edu>
4950
4951 * calc/calc.el: Update copyright date.
4952 (calc-version): Increase to 2.1.
4953 (calc-version-date): Remove.
4954
4955 * calc/calc-help.el: Update copyright date.
4956 (calc-full-help): Remove reference to calc-version-date.
4957 Update copyright date.
4958
4959 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * vc.el (vc-do-command): Use a pipe for async processes, so password
4962 prompts don't show up at places where the user can't reply.
4963
4964 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4965
4966 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4967 on the file name we pass to the inferior shell.
4968
4969 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4970
4971 * progmodes/which-func.el (which-function): Be robust in the face of an
4972 imenu--make-index-alist failure.
4973
4974 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4977
4978 * progmodes/python.el (python-preoutput-filter): Fix last change.
4979
4980 2005-03-29 Lute Kamstra <lute@gnu.org>
4981
4982 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4983 functions and compiled macros.
4984 (debug-convert-byte-code): Handle macros too.
4985 (debug-on-entry-1): Don't signal an error when trying to clear a
4986 function that is not set to debug on entry.
4987
4988 2005-03-29 Jay Belanger <belanger@truman.edu>
4989
4990 * calc/calc-lang.el: Add functions to math-function-table
4991 properties of tex and math.
4992
4993 2005-03-29 Kenichi Handa <handa@m17n.org>
4994
4995 * ps-mule.el (ps-mule-plot-string): Translate characters by
4996 ps-print-translation-table.
4997 (ps-mule-begin-job): Call find-charset-region/string with
4998 ps-print-translation-table.
4999 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
5000
5001 * ps-print.el (ps-print-translation-table): New variable.
5002 (ps-plot-region): Translate characters by ps-print-translation-table.
5003
5004 2005-03-29 Juri Linkov <juri@jurta.org>
5005
5006 * simple.el (next-error-highlight-timer): New variable.
5007
5008 * progmodes/compile.el (compilation-goto-locus):
5009 Use `next-error-highlight-timer' instead of `sit-for'.
5010
5011 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * mail/supercite.el (sc-mail-field): Use assoc-string.
5014 (sc-get-address): Simplify regexps.
5015
5016 * files.el (minibuffer-with-setup-hook): New macro.
5017 (find-file-read-args): Use it to avoid let-binding
5018 minibuffer-with-setup-hook (which breaks turning on/off
5019 file-name-shadow-mode while in the prompt).
5020
5021 * complete.el (PC-read-include-file-name-internal): Use test-completion.
5022
5023 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
5024
5025 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
5026
5027 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * window.el (window-buffer-height): Use count-screen-lines.
5030
5031 * progmodes/python.el (python-preoutput-leftover): New var.
5032 (python-preoutput-filter): Use it.
5033 (python-send-receive): Loop until all the result has been received.
5034
5035 2005-03-28 Juri Linkov <juri@jurta.org>
5036
5037 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
5038
5039 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
5040 "Recover Crashed Session".
5041 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
5042 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
5043 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
5044 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
5045 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
5046 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
5047 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
5048 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
5049
5050 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
5051 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
5052 Ediff Sessions", "Toggle use of separate control buffer frame",
5053 "Use separate frame for Ediff control buffer".
5054
5055 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
5056 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
5057 "Rename Bookmark", "Delete Bookmark".
5058
5059 * info.el (Info-mode-menu): Remove ellipsis from "Index".
5060 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
5061 Add `:active Info-index-alternatives' to "Next Matching Item".
5062
5063 * wdired.el (wdired-change-to-wdired-mode):
5064 Mention `wdired-abort-changes' key in the initial message.
5065
5066 * international/mule.el (auto-coding-alist): Associate non-ascii
5067 image filename extensions with `no-conversion'.
5068
5069 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * international/iso-acc.el:
5072 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
5073
5074 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
5075
5076 * textmodes/sgml-mode.el (html-mode): Doc update.
5077
5078 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
5079
5080 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
5081
5082 * term.el (term-move-columns): Fix face after extending a line.
5083 (term-insert-spaces): Likewise.
5084 (term-reset-terminal): Fix off by one error.
5085
5086 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5087
5088 * international/mule.el (auto-coding-alist): Add .xpi files.
5089
5090 * files.el (auto-mode-alist): Add .xpi files.
5091
5092 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
5093
5094 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
5095
5096 2005-03-26 Eli Zaretskii <eliz@gnu.org>
5097
5098 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
5099
5100 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5101
5102 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
5103 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
5104
5105 * calendar/cal-move.el (calendar-beginning-of-year): Move the
5106 cursor to Jan 1 when needed.
5107 (calendar-end-of-year): Fix -/+ typo.
5108 Reported by Chong Yidong <cyd@stupidchicken.com>.
5109
5110 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5113
5114 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5115 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5116
5117 2005-03-25 Richard M. Stallman <rms@gnu.org>
5118
5119 * filesets.el (filesets-init): Add autoload.
5120
5121 * mail/mailalias.el (mail-directory): Doc fix.
5122
5123 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5124
5125 * mail/mailalias.el (mail-directory-process): Do nothing if
5126 mail-directory-process is an atom.
5127 (mail-get-names): Ignore mail-directory-names if it is an atom.
5128 (mail-directory-process defvar): Doc fix.
5129 (mail-names): Doc fix.
5130
5131 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5132
5133 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5134
5135 2005-03-26 Kenichi Handa <handa@m17n.org>
5136
5137 * international/mule-util.el (detect-coding-with-priority):
5138 Call update-coding-systems-internal before detect-coding-region.
5139
5140 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5143 (gdb-frames-mode-map): Add follow-link property.
5144
5145 2005-03-25 Jay Belanger <belanger@truman.edu>
5146
5147 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5148 for variables.
5149
5150 2005-03-25 Juri Linkov <juri@jurta.org>
5151
5152 * image-mode.el: Optimize image filename extension regexps in
5153 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5154 in `auto-mode-alist'.
5155 (image-mode): Add `image-toggle-display-text' to local hook
5156 `change-major-mode-hook'. Display the image as an image by
5157 default. Set `cursor-type' and `truncate-lines' if the image
5158 is already displayed. Take into account the current mode (image
5159 or text) in message.
5160 (image-minor-mode): New minor mode.
5161 (image-mode-maybe, image-toggle-display-text): New functions.
5162 (image-toggle-display): Use called-interactively-p.
5163 Let-bind `inhibit-read-only' to t.
5164
5165 * image-mode.el (image-minor-mode): Set `cursor-type' and
5166 `truncate-lines' if the image is already displayed. Add turning
5167 image-minor-mode off to `change-major-mode-hook'. Add message.
5168 Call `image-toggle-display-text' after turning image-minor-mode off.
5169
5170 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5173 Terminal.app, use utf-8.
5174 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5175 (set-locale-environment): Use it.
5176
5177 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5178
5179 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5180
5181 * progmodes/python.el (python-close-block-statement-p)
5182 (python-outdent-p, python-current-defun): Use symbol-end.
5183
5184 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5185
5186 * files.el (save-some-buffers): Doc fix.
5187
5188 2005-03-25 Werner Lemberg <wl@gnu.org>
5189
5190 * complete.el, thumbs.el: Replace `legal' with `valid'.
5191 * calendar/calendar.el: Replace `legal' with `valid'.
5192 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5193 * mail/supercite.el: Replace `legal' with `valid'.
5194 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5195 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5196 Replace `legal' with `valid'.
5197 * textmodes/reftex-vars.el, textmodes/reftex.el:
5198 Replace `legal' with `valid'.
5199
5200 2005-03-25 Werner Lemberg <wl@gnu.org>
5201
5202 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5203 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5204 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5205 * emulation/vip.el: Replace `illegal' with `invalid'.
5206 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5207 * mail/supercite.el: Replace `illegal' with `invalid'.
5208 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5209 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5210 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5211 * progmodes/sh-script.el, progmodes/xscheme.el:
5212 Replace `illegal' with `invalid'.
5213 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5214 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5215 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5216 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5217
5218 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5219
5220 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5221 (flymake-find-buildfile, flymake-find-possible-master-files)
5222 (flymake-check-include, flymake-parse-line): Replace loops over the
5223 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5224
5225 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5226 Substitute file-name-as-directory in the rest of the file.
5227 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5228 (flymake-replace-region): Remove unused arg `buffer'.
5229 (flymake-check-patch-master-file-buffer): Update calls to it.
5230 (flymake-add-err-info): Remove unused var `count'.
5231 (flymake-mode): Use define-minor-mode.
5232
5233 * progmodes/flymake.el: Use with-current-buffer.
5234 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5235 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5236 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5237 Avoid testing for `xemacs'.
5238 (flymake-nop): Move.
5239 (flymake-region-has-flymake-overlays): Return the computed value.
5240 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5241 Remove unused var `endline'.
5242 (flymake-get-line-count): Remove unused function.
5243 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5244
5245 * emulation/vi.el:
5246 * generic.el:
5247 * hilit-chg.el (global-highlight-changes):
5248 * hi-lock.el (hi-lock-mode):
5249 * follow.el: find-file-hooks -> find-file-hook.
5250
5251 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5252
5253 2005-03-24 Juri Linkov <juri@jurta.org>
5254
5255 * dired.el (dired-mode-map): Add menu item "Compare directories"
5256 for dired-compare-directories.
5257
5258 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5259 Doc fix. Replace `read-file-name' with `read-directory-name'.
5260
5261 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5264
5265 2005-03-24 Jay Belanger <belanger@truman.edu>
5266
5267 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5268 relevant mode settings in calc-embedded-original-modes when modes
5269 are permanently changed.
5270
5271 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * autoinsert.el: find-file-hooks -> find-file-hook.
5274
5275 2005-03-24 Lute Kamstra <lute@gnu.org>
5276
5277 * generic.el (generic-font-lock-defaults): Make it obsolete.
5278 (generic-font-lock-keywords): New variable to replace
5279 generic-font-lock-defaults.
5280 (generic-mode-set-font-lock): Delete it.
5281 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5282 (generic-bracket-support): Add docstring.
5283
5284 * generic-x.el: Rename generic-font-lock-defaults to
5285 generic-font-lock-keywords throughout.
5286 (mailagent-rules-setup-function): Delete it.
5287 (mailagent-rules-generic-mode): Use anonymous function instead.
5288 (show-tabs-generic-mode-font-lock-defaults-1)
5289 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5290 Quote faces.
5291 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5292 not foreground.
5293
5294 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5295 Recognize define-generic-mode.
5296
5297 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5300 if there's no completion table.
5301
5302 2005-03-23 Miles Bader <miles@gnu.org>
5303
5304 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5305 Remove tty-specific variants, as they're no longer needed.
5306
5307 2005-03-23 Lute Kamstra <lute@gnu.org>
5308
5309 * generic-x.el: Code cleanup: make args constant whenever possible.
5310 (installshield-statement-keyword-list)
5311 (installshield-system-functions-list)
5312 (installshield-system-variables-list, installshield-types-list)
5313 (installshield-funarg-constants-list): Make them constants.
5314
5315 * generic.el (generic-make-keywords-list): Add autoload cookie.
5316
5317 * calendar/time-date.el: Add comment on time value formats.
5318 Don't require parse-time.
5319 (with-decoded-time-value): New macro.
5320 (encode-time-value): New function.
5321 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5322 (days-to-time): Return a valid time value when arg is huge.
5323 (time-since): Use time-subtract.
5324 (time-to-number-of-days): Use time-to-seconds.
5325
5326 2005-03-23 David Ponce <david@dponce.com>
5327
5328 * recentf.el: (recentf-keep): New option.
5329 (recentf-menu-action): Default to `find-file'.
5330 (recentf-keep-non-readable-files-flag)
5331 (recentf-keep-non-readable-files-p)
5332 (recentf-file-readable-p, recentf-find-file)
5333 (recentf-cleanup-remote): Remove.
5334 (recentf-include-p): More robust.
5335 (recentf-keep-p): New function.
5336 (recentf-remove-if-non-kept): Rename from
5337 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5338 All callers updated.
5339 (recentf-menu-items-for-commands): Fix help string.
5340 (recentf-track-closed-file): Update. Doc fix.
5341 (recentf-cleanup): Update. Count removed files. Doc fix.
5342
5343 2005-03-23 Kim F. Storm <storm@cua.dk>
5344
5345 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5346 Don't inherit from fringe face (now happens automatically).
5347
5348 2005-03-22 Kim F. Storm <storm@cua.dk>
5349
5350 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5351 position values.
5352
5353 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5354
5355 * menu-bar.el (showhide-date-time): Remove.
5356 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5357 (menu-bar-make-mm-toggle): Simplify.
5358
5359 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5360
5361 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5362 Accept qualified variable and function names.
5363
5364 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5365
5366 * bindings.el (completion-ignored-extensions):
5367 Remove ".lis" for `vax-vms'.
5368
5369 2005-03-22 Andreas Schwab <schwab@suse.de>
5370
5371 * generic-x.el: Revert last change.
5372 * ldefs-boot.el: Update.
5373
5374 2005-03-22 Jay Belanger <belanger@truman.edu>
5375
5376 * calc/calc-embed (calc-embedded-original-modes): New variable.
5377 (calc-embedded-save-original-modes)
5378 (calc-embedded-restore-original-modes): New functions.
5379 (calc-do-embedded): Save original modes when entering embedded mode
5380 and restore when leaving embedded mode.
5381 (calc-embedded-modes-change): Change the value of
5382 calc-embedded-original-modes to reflect permanent changes.
5383
5384 2005-03-22 Lute Kamstra <lute@gnu.org>
5385
5386 * generic-x.el: Require generic again.
5387
5388 2005-03-22 Miles Bader <miles@gnu.org>
5389
5390 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5391 Tweak details to look good on both ttys and bitmap displays, light
5392 or dark background, etc.
5393
5394 2005-03-21 Kim F. Storm <storm@cua.dk>
5395
5396 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5397 mouse position.
5398
5399 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * icomplete.el: Don't forcibly turn on the mode upon load.
5402 (icomplete-mode): Use define-minor-mode.
5403 (icomplete-eoinput): Default to nil.
5404 (icomplete-minibuffer-setup): Remove autoload.
5405 (icomplete-tidy): Simplify.
5406 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5407 in the initial state or if the user has modified the field.
5408 Fix handling of icomplete-max-delay-chars.
5409 Remove code that handles the oddball case where
5410 minibuffer-completion-table is an integer.
5411 Wrap icomplete-completions in while-no-input in case building
5412 completions takes more time than expected.
5413 (icomplete-completions): Simplify.
5414
5415 2005-03-21 Richard M. Stallman <rms@gnu.org>
5416
5417 * jka-compr.el (jka-compr-really-do-compress):
5418 Make variable buffer-local.
5419
5420 * image-mode.el: Handle .xpm files too.
5421 (image-toggle-display): Preserve modification flag.
5422
5423 * help.el (where-is): Don't mention aliases with no key bindings.
5424
5425 2005-03-21 Lute Kamstra <lute@gnu.org>
5426
5427 * generic.el: Fix commentary section. Don't require cl for compilation.
5428 (generic-mode-list): Add autoload cookie.
5429 (generic-use-find-file-hook, generic-lines-to-scan)
5430 (generic-find-file-regexp, generic-ignore-files-regexp)
5431 (generic-mode, generic-mode-find-file-hook)
5432 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5433 (define-generic-mode): Make it a defmacro. Fix docstring.
5434 (generic-mode-internal): Code cleanup. Add autoload cookie.
5435 (generic-mode-set-comments): Code cleanup.
5436 * generic-x.el: Don't prevent compilation. Don't require generic.
5437 Follow coding conventions. Minor code cleanup.
5438 (etc-fstab-generic-mode): Add some keywords.
5439 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5440 define-generic-mode like a function declaration.
5441
5442 2005-03-21 Jay Belanger <belanger@truman.edu>
5443
5444 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5445 changing modes.
5446
5447 2005-03-21 Sam Steingold <sds@gnu.org>
5448
5449 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5450
5451 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5452
5453 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5454 Add underscore to "f$ lexicals" regexp.
5455
5456 2005-03-20 Juri Linkov <juri@jurta.org>
5457
5458 * subr.el (progress-reporter-do-update): When `min-value' is equal
5459 to `max-value', set `percentage' to 0 and prevent division by zero.
5460
5461 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5462
5463 Sync with Tramp 2.0.48.
5464
5465 * tramp.el (all): Change all addresses to .gnu.org.
5466 (tramp-append-tramp-buffers): New defun.
5467 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5468 Catch `dont-send' signal.
5469 (tramp-set-auto-save-file-modes): Set always permissions, because
5470 there might be an old auto-saved file belonging to another
5471 original file. This could be a security threat. Reported by
5472 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5473 Check for Emacs 21.3.50 removed.
5474
5475 * tramp-smb.el (all): Remove debug construct for
5476 `with-parsed-tramp-file-name'.
5477 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5478 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5479 No error message if DIRECTORY or FILENAME doesn't exist.
5480 (tramp-smb-open-connection): Check existence of
5481 `tramp-smb-program'.
5482
5483 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5484
5485 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5486 Properly handle the case where the `m' or `s' command's argument is not
5487 yet terminated.
5488 (perl-indent-new-calculate): New function.
5489 (perl-indent-line): Use it.
5490
5491 2005-03-20 Miles Bader <miles@gnu.org>
5492
5493 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5494 in text-mode too. Change to new face names.
5495 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5496 Add `:weight bold' attribute.
5497 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5498
5499 2005-03-19 Juri Linkov <juri@jurta.org>
5500
5501 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5502
5503 * international/mule.el (auto-coding-alist): Sync with
5504 `auto-mode-alist' by adding upper case archive file extensions
5505 and adding ear/war to jar extension.
5506
5507 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5508
5509 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5510 running, restart it.
5511
5512 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5513
5514 * finder.el (finder-current-item): Throw an error on an empty line.
5515
5516 * man.el (Man-follow-manual-reference): If current-word returns
5517 nil, use "".
5518
5519 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5520
5521 * simple.el (goto-line): Doc fix.
5522
5523 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5524
5525 * files.el (save-buffer): Doc fix.
5526
5527 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5528
5529 * recentf.el (recentf-cleanup-remote): New variable.
5530 (recentf-cleanup): Use it to conditionally check availablity of
5531 remote files.
5532
5533 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5534
5535 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5536 function names.
5537
5538 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5539
5540 * language/thai-word.el: New file.
5541
5542 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5543
5544 * files.el (backup-buffer): If the file's directory is not
5545 writable, use copy instead of move to backup the file.
5546
5547 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5548
5549 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5550
5551 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5552
5553 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5554 Use functionp instead of symbolp and fboundp. Reported by Drkm
5555 <darkman_spam@yahoo.fr>.
5556 (ps-print-version): New version 6.6.6.
5557
5558 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5559
5560 * textmodes/table.el (table--line-column-position): New idiom.
5561 (table--row-column-insertion-point-p): New function to test
5562 validity of row and column insertion operation at a location.
5563 (table-global-menu, table-cell-menu): Use above functions for
5564 deterministic test operation.
5565 (table--editable-cell-p): Behave in deterministic fashion.
5566
5567 2005-03-18 Juri Linkov <juri@jurta.org>
5568
5569 * isearch.el (isearch-lazy-highlight-new-loop):
5570 Make arguments beg and end optional.
5571 (isearch-update): Remove optional arguments nil from
5572 isearch-lazy-highlight-new-loop.
5573 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5574 isearch-lazy-highlight-case-fold-search instead of
5575 isearch-case-fold-search, and let-bind isearch-regexp to
5576 isearch-lazy-highlight-regexp.
5577 Use isearch-lazy-highlight-last-string instead of isearch-string.
5578
5579 * replace.el (perform-replace): Remove bindings of global
5580 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5581 Add three new arguments to `replace-highlight'.
5582 (replace-highlight): Add arguments string, regexp, case-fold.
5583 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5584 to allow isearch-lazy-highlight-new-loop to use these values
5585 to set corresponding isearch-lazy-highlight-* internal
5586 variables whose values lazy highlighting will use regardless of
5587 changes to global variables isearch-string, isearch-regexp,
5588 isearch-case-fold-search during lazy highlighting loop.
5589 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5590 to `lazy-highlight-cleanup'.
5591
5592 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5593 (ispell-highlight-face): Set default face to `isearch' when
5594 lazy highlighting is enabled.
5595 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5596 priority to 1. Add lazy highlighting.
5597 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5598 from `isearch-dehighlight'.
5599
5600 2005-03-18 David Ponce <david@dponce.com>
5601
5602 * files.el (hack-local-variables): Do a case-insensitive search
5603 for End.
5604
5605 2005-03-18 Juri Linkov <juri@jurta.org>
5606
5607 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5608 `isearch-lazy-highlight-cleanup', add alias to old name and
5609 declare obsolete. Add release numbers to other obsolete vars.
5610 (isearch-done, isearch-lazy-highlight-new-loop):
5611 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5612 (lazy-highlight-cleanup) <variable>: Doc fix.
5613 (isearch-lazy-highlight-update): Rename obsolete
5614 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5615
5616 2005-03-18 Kenichi Handa <handa@m17n.org>
5617
5618 * language/thai-util.el: Fix categorization of Thai characters in
5619 thai-category-table.
5620 (thai-composition-pattern): Adjust it for the above change.
5621 (thai-self-insert-command, thai-compose-syllable): New functions.
5622 (thai-compose-region): Use thai-compose-syllable.
5623 (thai-compose-string): Likewise.
5624 (thai-composition-function): Likewise.
5625 (thai-auto-composition): New function.
5626 (thai-auto-composition-mode): New minor mode.
5627
5628 * language/thai.el: Fix patterns to be registered in
5629 composition-function-table.
5630
5631 * international/quail.el (quail-input-method): Locally bind
5632 inhibit-modification-hooks to t.
5633
5634 2005-03-17 Richard M. Stallman <rms@gnu.org>
5635
5636 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5637 (perl-mode): Use run-mode-hooks.
5638
5639 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5640 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5641 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5642
5643 * mail/sendmail.el (sendmail-send-it): Reenable the code
5644 to compute resend-to-address and use it.
5645
5646 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5647
5648 * image-mode.el: New file.
5649
5650 * image.el (insert-sliced-image): Add autoload cookie.
5651
5652 * font-lock.el (font-lock-lines-before): New user option.
5653 (font-lock-after-change-function): Obey it.
5654
5655 * bindings.el (esc-map): Make M-g a prefix.
5656 Bind M-g g and M-g M-g to goto-line.
5657
5658 * faces.el (face-id): Doc fix.
5659
5660 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5661
5662 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5663 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5664 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5665
5666 * mail/sendmail.el (mail-yank-ignored-headers)
5667 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5668 Add Mail-Followup-To and Mail-Reply-To headers.
5669 (mail-citation-hook): Add autoload cookie.
5670 (mail-mode): Doc fix.
5671 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5672 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5673 (mail-mode-fill-paragraph): Handle those headers.
5674 (mail-mailing-lists): New variable.
5675 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5676
5677 2005-03-17 Juri Linkov <juri@jurta.org>
5678
5679 * isearch.el (isearch-fallback): Check for `(car previous)'
5680 before calling `isearch-other-end-state'.
5681
5682 2005-03-17 Kim F. Storm <storm@cua.dk>
5683
5684 * simple.el (move-beginning-of-line): Move to beginning of buffer
5685 line, as well as beginning of screen line.
5686
5687 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5688
5689 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5690 argument REDRAW rather than calendar-redrawing variable.
5691 * calendar/calendar.el (calendar-redrawing): Delete.
5692 (redraw-calendar): Do not bind calendar-redrawing.
5693
5694 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5695
5696 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5697 diary-file buffer.
5698
5699 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5700
5701 * help.el (describe-mode): Allow a :minor-mode-function property to
5702 specify a different minor mode toggle function than the variable.
5703 * simple.el (auto-fill-function):
5704 * subr.el (add-minor-mode): Use it.
5705
5706 2005-03-16 Kenichi Handa <handa@m17n.org>
5707
5708 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5709 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5710 (ethio-fidel-to-sera-buffer): Likewise.
5711
5712 2005-03-16 Juri Linkov <juri@jurta.org>
5713
5714 * emacs-lisp/find-func.el (find-function-regexp):
5715 Add defun-emitting macro `menu-bar-make-toggle'.
5716
5717 * isearch.el: Put `isearch-scroll' property to
5718 `split-window-horizontally'.
5719
5720 * info.el: Update error messages for `debug-ignored-errors'.
5721 (Info-isearch-search): Doc fix.
5722 (Info-find-node): Move up code to go into info buffer before
5723 recording the node to the history.
5724 (Info-fontify-node): Fontify titles only if the next line
5725 has two or more `*', `=', `-', `.'.
5726 Display "go to this node" for empty (match-string 3).
5727
5728 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5729
5730 * term/mac-win.el: Add mouse pointer shape constants.
5731
5732 2005-03-15 Kim F. Storm <storm@cua.dk>
5733
5734 * simple.el (move-beginning-of-line): Use vertical-motion.
5735
5736 2005-03-15 Juri Linkov <juri@jurta.org>
5737
5738 * isearch.el (isearch-error): New variable.
5739 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5740 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5741 (isearch-within-brackets-state): Remove.
5742 (isearch-case-fold-search-state, isearch-pop-fun-state):
5743 Decrease frame index.
5744 (isearch-mode, isearch-top-state, isearch-push-state)
5745 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5746 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5747 (isearch-search, isearch-lazy-highlight-new-loop):
5748 Replace `isearch-invalid-regexp' with `isearch-error'.
5749 Remove `isearch-within-brackets'.
5750 (isearch-search): Add `search-failed' handler to `condition-case'.
5751 (isearch-lazy-highlight-search): Add `condition-case' to catch
5752 errors and allow `isearch-lazy-highlight-update' to try
5753 highlighting from the beginning of the window.
5754 (isearch-repeat): Move up code to set isearch-wrapped to t
5755 before calling isearch-wrap-function.
5756
5757 * info.el (Info-isearch-initial-node): New internal variable.
5758 (Info-search): Signal an error in isearch mode when search leaves
5759 the initial node. Signal an error when `bound' is non-nil and
5760 nothing was found in the current subfile.
5761 (Info-isearch-search): Remove `condition-case'.
5762 (Info-isearch-wrap): Don't wrap when search failed during leaving
5763 the initial node. If `Info-isearch-search' is nil, wrap around
5764 the current node.
5765 (Info-isearch-start): New fun.
5766 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5767 `isearch-mode-hook'.
5768
5769 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5770
5771 * simple.el (normal-erase-is-backspace): Set default to t if
5772 running on Mac.
5773
5774 * term/mac-win.el (function-key-map): Sync with x-win.el.
5775
5776 2005-03-15 Kenichi Handa <handa@m17n.org>
5777
5778 * international/mule-cmds.el (locale-language-names): Modify the
5779 format of elements and add more entries.
5780 (locale-preferred-coding-systems): Add more entries.
5781 (set-locale-environment): Adjust for the change of
5782 locale-language-names.
5783
5784 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * pcvs.el (smerge-ediff): Remove bogus autoload.
5787
5788 2005-03-14 Lute Kamstra <lute@gnu.org>
5789
5790 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5791 Ignore a `*' at the beginning of a line.
5792
5793 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5794 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5795 subr.el.
5796 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5797 to specify indentation.
5798
5799 * generic.el (define-generic-mode): Let generic-mode-list be a
5800 list of strings; test membership with equal.
5801
5802 2005-03-14 Kim F. Storm <storm@cua.dk>
5803
5804 * simple.el (next-line, previous-line): Add optional try-vscroll
5805 arg to recognize interactive use. Pass it on to line-move.
5806 (line-move): Don't perform auto-window-vscroll when defining or
5807 executing keyboard macro to ensure consistent behaviour.
5808
5809 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5812
5813 2005-03-13 Lute Kamstra <lute@gnu.org>
5814
5815 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5816 debugger-setup-buffer so that backtrace marks the frames set to
5817 debug-on-exit and we don't have to do it manually. Set an extra
5818 debug-on-exit for macro's.
5819 (debugger-setup-buffer): Don't mark the top frame manually.
5820
5821 2005-03-12 Lute Kamstra <lute@gnu.org>
5822
5823 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5824 lisp-indent-function throughout.
5825 (with-no-warnings): Set lisp-indent-function property.
5826
5827 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5828
5829 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5830 Add entry for backslash.
5831
5832 2005-03-12 Juri Linkov <juri@jurta.org>
5833
5834 * info.el (Info-search): Four fixes for backward search.
5835
5836 2005-03-11 Jay Belanger <belanger@truman.edu>
5837
5838 * calc/calc.el (calc-language-alist): New variable.
5839 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5840 (calc-embedded-find-modes): Use calc-language-alist instead of
5841 calc-embedded-language-alist.
5842
5843 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5844
5845 * calendar/calendar.el (calendar-redrawing): New internal
5846 variable.
5847 (redraw-calendar): Remove bogus save-excursion from previous
5848 change. Bind calendar-redrawing to t for mark-diary-entries.
5849 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5850 calendar if that is why we were called.
5851
5852 2005-03-11 Kenichi Handa <handa@m17n.org>
5853
5854 * international/mule.el (make-coding-system): Set property
5855 coding-system-define-form to nil.
5856 (define-coding-system-alias): Likewise.
5857
5858 2005-03-11 Kenichi Handa <handa@m17n.org>
5859
5860 These changes are suggested by Dave Love <fx@gnu.org>.
5861
5862 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5863 coding: tag.
5864 (adaptive-fill-regexp): Add more bullets.
5865 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5866 regexps.
5867
5868 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * help.el (describe-mode): Properly handle non-trivial lighters.
5871 Don't ignore minor modes that are not listed in minor-mode-list.
5872
5873 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5874 feature ON when the user requests to turn it OFF.
5875
5876 2005-03-10 Lute Kamstra <lute@gnu.org>
5877
5878 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5879 (implement-debug-on-entry): New function to replace debug-entry-code.
5880 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5881 second argument as the 2005-03-07 change makes it obsolete.
5882 (debug-on-entry, cancel-debug-on-entry): Update call to
5883 debug-on-entry-1.
5884 (debug, debugger-setup-buffer): Comment update.
5885 (debugger-frame-number): Update to work with implement-debug-on-entry.
5886
5887 2005-03-10 Jay Belanger <belanger@truman.edu>
5888
5889 * calc/calc-embed.el (math-ms-args): Declare it.
5890 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5891 math-ms-args.
5892 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5893 variables.
5894
5895 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5898 Use message-box.
5899
5900 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5901 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5902 (tooltip-gud-tips): Simplify.
5903 (tooltip-gud-tips-p): Remove superflouous :set.
5904 (tooltip-gud-modes): Add fortran-mode.
5905 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5906
5907 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5908
5909 2005-03-09 Kim F. Storm <storm@cua.dk>
5910
5911 * play/animate.el (animate-place-char): Use forward-line instead
5912 of next-line to improve performance.
5913
5914 2005-03-09 Simon Josefsson <jas@extundo.com>
5915
5916 * net/browse-url.el (browse-url-default-browser): Doc fix.
5917
5918 2005-03-09 Miles Bader <miles@gnu.org>
5919
5920 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5921 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5922
5923 2005-03-09 Kenichi Handa <handa@m17n.org>
5924
5925 * international/latin-1.el: Set case and syntax for 255 only if
5926 set-case-syntax-set-multibyte is nil.
5927
5928 * textmodes/ispell.el (ispell-insert-word): New function.
5929 (ispell-word): Use ispell-insert-word to insert a new word.
5930 (ispell-process-line): Likewise.
5931 (ispell-complete-word): Likewise.
5932
5933 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5934
5935 * calendar/calendar.el (redraw-calendar): Preserve point.
5936 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5937 (calendar-week-start-day): Move after definition of
5938 redraw-calendar. Delete buffer test, since redraw-calendar has
5939 that now.
5940
5941 * calendar/diary-lib.el (mark-diary-entries): Only call
5942 redraw-calendar in the first of any recursive calls.
5943 Reported by Alan Shutko <ats@acm.org>.
5944
5945 2005-03-08 Juri Linkov <juri@jurta.org>
5946
5947 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5948 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5949 (html-radio-buttons): Add a space before the trailing `/>' where
5950 sgml-xml-mode is non-nil.
5951 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5952 the subsequent tag of the empty XML tag.
5953 (html-href-anchor): Don't set initial input to "http:".
5954 (html-image): Ask for the image URL and set point inside alt="".
5955 (html-name-anchor): Duplicate the name in the `id' attribute when
5956 sgml-xml-mode is non-nil.
5957 (html-paragraph): Remove \n before <p>.
5958 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5959 instead of `checked' when sgml-xml-mode is non-nil.
5960
5961 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5962 Remove 1 space before #RRGGBB to not truncate it on terminal
5963 windows w/o fringes. Remove 1 space between bg and fg examples
5964 to get more space.
5965 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5966 avoid byte-compile warnings.
5967
5968 * image-file.el (image-file-handler): Put `safe-magic' property to
5969 `image-file-handler'.
5970
5971 * info.el (Info-isearch-search): Emulate word search in
5972 isearching through multiple Info nodes with Info-search.
5973 (Info-isearch-wrap): Allow isearch-word.
5974
5975 2005-03-08 Lute Kamstra <lute@gnu.org>
5976
5977 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5978 stepping into the debugger's code is not possible.
5979 (debugger-jumping-flag): Docstring update.
5980
5981 2005-03-08 Jay Belanger <belanger@truman.edu>
5982
5983 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5984 embedded mode begins.
5985 (calc-embedded-language-alist): New variable.
5986 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5987 set default language mode.
5988
5989 2005-03-08 Kenichi Handa <handa@m17n.org>
5990
5991 * international/ccl.el (define-ccl-program): Fix docstring about
5992 extra 256 bytes assured for the output buffer.
5993
5994 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5995 Fix BUFFER_MAGNIFICATION to 2.
5996 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5997
5998 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5999
6000 * align.el (align-rules-list): Added an alignment rule for CSS
6001 declarations (applies to css-mode and html-mode buffers).
6002
6003 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6004
6005 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
6006
6007 2005-03-07 Kim F. Storm <storm@cua.dk>
6008
6009 * simple.el (move-beginning-of-line): New command.
6010
6011 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
6012
6013 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
6014
6015 * emulation/cua-base.el: Put CUA move property on move-end-of-line
6016 and move-beginning-of-line.
6017
6018 * apropos.el (apropos-print): Omit command from M-x ... RET.
6019
6020 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
6023 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
6024
6025 2005-03-06 Richard M. Stallman <rms@gnu.org>
6026
6027 * bindings.el (esc-map): Bind M-g to goto-line.
6028
6029 * facemenu.el (global-map): Bind M-o, not M-g.
6030
6031 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6032
6033 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
6034 "Open Directory" as for "Open File".
6035
6036 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
6037
6038 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
6039 (push-mark-command): Run activate-mark-hook.
6040
6041 2005-03-06 Richard M. Stallman <rms@gnu.org>
6042
6043 * help-mode.el (help-mode-finish): Don't alter the element
6044 in view-return-to-alist if there already is one.
6045
6046 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
6047 make sure the current buffer is the expected one.
6048
6049 * novice.el (disabled-command-function): Output in *Disabled Command*.
6050 Explicitly ignore non-keyboard events, and explicitly handle C-g.
6051
6052 * textmodes/flyspell.el (flyspell-large-region):
6053 Pass args differently for aspell.
6054
6055 * files.el (mode-require-final-newline): Doc fix.
6056
6057 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6058
6059 * progmodes/which-func.el (which-function):
6060 Specify NOERROR when calling imenu--make-index-alist.
6061
6062 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * simple.el (normal-erase-is-backspace): Define default value.
6065
6066 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
6067 (custom-reevaluate-setting): Simple function to handle
6068 variables that are defined before their default value can really
6069 be computed.
6070
6071 * startup.el (command-line): Use it for temporary-file-directory,
6072 small-emporary-file-directory, auto-save-file-name-transforms,
6073 blink-cursor-mode, and normal-erase-is-backspace.
6074
6075 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
6076 progress, even with buggy anchored keywords.
6077
6078 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
6079
6080 * simple.el (goto-line): Remove unbalanced final parenthesis.
6081
6082 2005-03-05 Richard M. Stallman <rms@gnu.org>
6083
6084 * simple.el (goto-line): Use a number at point as the default.
6085 With C-u as arg, switch buffers.
6086
6087 2005-03-05 Juri Linkov <juri@jurta.org>
6088
6089 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
6090 with `no-blinking-cursor'.
6091
6092 * startup.el (no-blinking-cursor): New defvar.
6093 (command-line): Add `--no-blinking-cursor' to longopts.
6094 Set `no-blinking-cursor' to t for command line arguments
6095 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
6096 with `no-blinking-cursor' in the condition for calling
6097 `blink-cursor-mode'.
6098
6099 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
6102 (menu-bar-options-save): Add blink-cursor-mode.
6103 (menu-bar-options-menu): Add blink-cursor-mode.
6104
6105 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
6106
6107 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
6108 (icalendar-export-file, icalendar-export-region)
6109 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
6110 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
6111
6112 2005-03-04 Lute Kamstra <lute@gnu.org>
6113
6114 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6115 (debug-function-list): Ditto.
6116
6117 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6118
6119 * textmodes/texinfmt.el (texinfo-append-refill):
6120 Redefine the types of line to which @refill
6121 is not appended by replacing a search for `@refill\\|@bye' with
6122 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6123 itemize@refill' bug and the unfilled long lines bug.
6124 (texinfmt-version): Update number and date.
6125
6126 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6127
6128 * international/code-pages.el (windows-1250, windows-125[2-8])
6129 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6130
6131 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6134 bound yet.
6135
6136 2005-03-02 Romain Francoise <romain@orebokech.com>
6137
6138 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6139 buffer after removing limits.
6140 (ibuffer-pop-filter): Ditto.
6141 Update copyright.
6142
6143 2005-03-02 Miles Bader <miles@gnu.org>
6144
6145 * button.el (make-text-button): If the user doesn't specify a
6146 type, use the default. Rewrite to use `add-text-properties' and
6147 plist functions.
6148
6149 2005-03-01 Lute Kamstra <lute@gnu.org>
6150
6151 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6152 (debugger-jumping-flag): New var.
6153 (debug-entry-code): Use it.
6154 (debugger-jump): Use debugger-jumping-flag and add
6155 debugger-reenable to post-command-hook.
6156 (debugger-reenable): Use debugger-jumping-flag and remove itself
6157 from post-command-hook.
6158 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6159 debugger-reenable.
6160
6161 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6162
6163 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6164 inclusion of "itemize\\|", which may be unnecessary, is certainly
6165 inelegant, and stops refilling in itemize lists when formatting
6166 Japanese Texinfo files to Info.
6167 Update copyright to 2005.
6168
6169 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6170
6171 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6172 of an error if GDB can't find the source file.
6173
6174 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6175
6176 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6177 not just the calendar.
6178
6179 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6180 first.
6181 (diary-redraw-calendar): New function.
6182 (make-diary-entry): Add diary-redraw-calendar to local
6183 write-contents-functions. Turn off selective display before
6184 inserting in diary.
6185
6186 2005-03-01 Kim F. Storm <storm@cua.dk>
6187
6188 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6189
6190 2005-03-01 Lute Kamstra <lute@gnu.org>
6191
6192 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6193 that debug-entry-code can be safely removed from a function while
6194 this code is being evaluated. Revert the 2005-02-27 change as the
6195 new implementation no longer requires it. Make sure that a
6196 function body containing just a string is not mistaken for a docstring.
6197 (debug): Skip one more frame in case of debug on entry.
6198 (debugger-setup-buffer): Delete one more frame line in case of
6199 debug on entry.
6200 (debugger-frame-number): Update to use the new text introduced by
6201 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6202
6203 2005-02-28 Kim F. Storm <storm@cua.dk>
6204
6205 * double.el (double-translate-key): Call force-window-update after
6206 read-event to avoid crash in redisplay.
6207
6208 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6211 (debug): Use it. Move the inhibit-trace earlier.
6212 (debug-entry-code): New const.
6213 (debug-on-entry-1): Use it.
6214
6215 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6216
6217 * international/utf-16.el (ccl-encode-mule-utf-16le):
6218 Fix BUFFER_MAGNIFICATION to 2.
6219 (ccl-encode-mule-utf-16be): Likewise.
6220
6221 2005-02-28 Kenichi Handa <handa@m17n.org>
6222
6223 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6224 Fix BUFFER_MAGNIFICATION to 4.
6225 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6226
6227 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6228
6229 * speedbar.el (speedbar-update-flag): Doc fix.
6230 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6231 argument.
6232
6233 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6236 have a non-nil `invisible' property but are actually visible.
6237
6238 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6239 for perldoc sections.
6240 (perl-outline-regexp, perl-outline-level): New var and function.
6241 (perl-mode): Use them.
6242
6243 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6244
6245 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6246 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6247
6248 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6249
6250 * cus-edit.el: Comment change.
6251 (custom-buffer-create-internal): Slightly reword text at top of
6252 Custom buffers. Mention there that saving an option edits the
6253 init file. Add link to Emacs manual node on `custom-file'.
6254 (custom-magic-alist): Rewrite individual State messages to use
6255 capitalized keywords. Doc fix.
6256
6257 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6258
6259 * calendar/calendar.el (calendar-buffer): Move above
6260 calendar-week-start-day.
6261 (calendar-week-start-day): Doc fix. Add :set function.
6262 (calendar-minimum-window-height): New variable.
6263 (generate-calendar-window): Only resize window if selected-window
6264 is displaying the calendar buffer. Use new variable
6265 calendar-minimum-window-height.
6266 (generate-calendar): Reword error message.
6267 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6268
6269 2005-02-27 Andreas Schwab <schwab@suse.de>
6270
6271 * vc.el (vc-do-command): Don't run command asynchronously when
6272 operating in a remote directory.
6273
6274 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6275 change from sync with Tramp 2.0.47.
6276
6277 2005-02-27 Richard M. Stallman <rms@gnu.org>
6278
6279 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6280
6281 * textmodes/flyspell.el (flyspell-mode-on):
6282 Call ispell-change-dictionary only if necessary.
6283
6284 * emacs-lisp/re-builder.el (regexp-builder): New function.
6285
6286 * register.el (describe-register-1): Explicitly handle
6287 yank-excluded-properties = t.
6288
6289 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6290 (custom-magic-alist): Change the status descriptions again.
6291 (face widget-type): Total rewrite based on `restricted-sexp'
6292 to eliminate the confusing double hiding levels.
6293
6294 * emacs-lisp/debug.el (debug-on-entry-1):
6295 If function body is empty, add nil as body form.
6296
6297 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * emacs-lisp/trace.el (inhibit-trace): New var.
6300 (trace-make-advice): Use it.
6301
6302 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6303
6304 2005-02-26 Kim F. Storm <storm@cua.dk>
6305
6306 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6307 (mouse-on-link-p, mouse-drag-region-1): Use it.
6308
6309 2005-02-25 Lute Kamstra <lute@gnu.org>
6310
6311 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6312
6313 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6314
6315 * frame.el (blink-cursor-mode): Add :group keyword.
6316
6317 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6318
6319 * calendar/icalendar.el (icalendar--decode-isodatetime):
6320 New optional argument DAY-SHIFT.
6321 (icalendar-export-region): Fix coding-system-for-write.
6322 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6323 events by one.
6324
6325 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6328
6329 2005-02-24 Kim F. Storm <storm@cua.dk>
6330
6331 * international/iso-acc.el (iso-accents-compose): Fix crash
6332 during redisplay. Call force-window-update after read-event
6333 and delete-region to signal that window is not accurate.
6334
6335 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6338 Remove unused and inexistent var `inhibit-trace'.
6339 (debugger-mode): Use run-mode-hooks.
6340 (debugger-list-functions): Add buttons; setup xref stack.
6341
6342 2005-02-23 Richard M. Stallman <rms@gnu.org>
6343
6344 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6345 appointment says it was explicitly made.
6346 (appt-add): Set the 3rd element.
6347 (appt-make-list): Preserve explicit appointments.
6348
6349 * subr.el (find-tag-default): Catch errors in forward-sexp.
6350
6351 2005-02-23 Juri Linkov <juri@jurta.org>
6352
6353 * info.el (Info-isearch-search): New defcustom.
6354 (Info-isearch-search): Call the default isearch function
6355 when Info-isearch-search is nil.
6356 (Info-isearch-wrap): Use variable Info-isearch-search.
6357
6358 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6359
6360 * cus-edit.el: Comment change.
6361
6362 2005-02-22 Kim F. Storm <storm@cua.dk>
6363
6364 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6365 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6366
6367 2005-02-22 Simon Josefsson <jas@extundo.com>
6368
6369 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6370 New variable.
6371 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6372 Oskarsson" <myrkraverk@users.sourceforget.net>.
6373
6374 2005-02-22 Kim F. Storm <storm@cua.dk>
6375
6376 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6377 check that window of that event is the selected window.
6378 (mouse-drag-region-1): Compare mouse event window to selected
6379 window before setting point.
6380
6381 * tooltip.el (tooltip-show-help-function): Pass event to
6382 mouse-on-link-p so it can check selected window.
6383
6384 2005-02-22 Kenichi Handa <handa@m17n.org>
6385
6386 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6387 (ps-mule-show-warning): New function.
6388 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6389 characters are found.
6390
6391 * ps-print.el (ps-header-footer-string): Return a list of header
6392 and footer strings.
6393
6394 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6395
6396 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6397
6398 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * frame.el (blink-cursor-mode): Use define-minor-mode.
6401
6402 * term/mac-win.el (function-key-map): Use char-names more consistently.
6403 (file-name-coding-system): Only set it for MacOS-9. The other case is
6404 already handled in mule-cmds.el (where it also works when mac-win.el
6405 is not used).
6406
6407 2005-02-21 Kenichi Handa <handa@m17n.org>
6408
6409 * international/mule.el (ctext-pre-write-conversion): Always use
6410 " *code-converting-work*" buffer for work.
6411
6412 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6413
6414 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6415
6416 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6417
6418 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6419
6420 * ses.el (undo-more): Restore defadvice, but only the part that
6421 allows changes outside the restricted area of the buffer.
6422
6423 2005-02-20 Kim F. Storm <storm@cua.dk>
6424
6425 * simple.el (line-move): Add fourth optional arg try-vscroll which
6426 must be set to perform auto-window-vscroll.
6427 When moving backwards and doing auto-window-vscroll, automatically
6428 vscroll to the last part of lines which are taller than the window.
6429 (next-line, previous-line): Set try-vscroll arg on line-move.
6430
6431 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6432
6433 * replace.el (query-replace, query-replace-regexp)
6434 (replace-string, replace-regexp): When operating on region, make
6435 the minibuffer prompt say so.
6436
6437 * isearch.el (isearch-forward): Document isearch-query-replace and
6438 isearch-query-replace-regexp keybindings.
6439
6440 2005-02-19 Jay Belanger <belanger@truman.edu>
6441
6442 * calc/calc-aent.el (math-read-token): Add local variable.
6443
6444 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6445 (calc-edit-top): Move declaration to earlier in file.
6446 (calc-edit-macro-repeats): Add local variables.
6447
6448 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6449 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6450 calcFunc-tanh.
6451 Adjust integration rule for calcFunc-tan.
6452
6453 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6454
6455 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6456 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6457 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6458 (viper-skip-separators): Bug fix.
6459 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6460 particular major mode.
6461 (viper-del-backward-char-in-replace): Don't put deleted char on the
6462 kill ring.
6463
6464 * viper-ex.el (viper-color-display-p): New function.
6465 (viper-has-face-support-p): Use viper-color-display-p.
6466
6467 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6468
6469 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6470
6471 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6472 (viper-file-remote-p): Make equivalent to file-remote-p.
6473
6474 * viper.el (viper-major-mode-modifier-list):
6475 Use viper-gnus-modifier-map.
6476
6477 2005-02-19 David Kastrup <dak@gnu.org>
6478
6479 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6480 quoting.
6481
6482 2005-02-19 Jay Belanger <belanger@truman.edu>
6483
6484 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6485 Remove extra definitions.
6486 (calc-coth): New function.
6487 (calcFunc-cot): Fix `let'.
6488
6489 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6490
6491 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6492 the reasons we use "type pc" in these faces.
6493
6494 * button.el (button): Ditto.
6495
6496 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6497
6498 * replace.el (query-replace-read-from): Set the value of
6499 query-replace-from-history-variable to handle the case of an empty
6500 string entered to accept the suggested default.
6501
6502 * net/tramp.el (tramp-file-name-for-operation):
6503 Use dired-call-process instead of dired-call-process-command.
6504
6505 2005-02-19 Jay Belanger <belanger@truman.edu>
6506
6507 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6508 (math-div-non-trig): New variables.
6509 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6510 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6511 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6512 trig expressions.
6513
6514 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6515
6516 * progmodes/gdb-ui.el (gdb-var-update-handler)
6517 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6518 for watch expressions,
6519 (gdb-var-create-handler): Don't set speedbar-update-flag.
6520 (gdb-post-prompt): Simplify test for speedbar.
6521
6522 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6523
6524 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6525 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6526 we use the syntax table of the correct buffer.
6527 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6528 Felix Gatzemeier.
6529
6530 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6531 (ediff-file-remote-p): Make synonymous with file-remote-p.
6532 In all deffaces ediff-*-face-*, use min-colors.
6533
6534 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6535 ediff-recurse-to-subdirectories.
6536 (ediff-mark-if-equal): Check that the arguments are strings, use
6537 ediff-same-contents (after to Felix Gatzemeier).
6538
6539 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6540 nil.
6541
6542 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6545
6546 2005-02-18 David Kastrup <dak@gnu.org>
6547
6548 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6549 use `mark-active' when defined.
6550
6551 2005-02-18 Kenichi Handa <handa@m17n.org>
6552
6553 * ps-print.el (ps-font-info-database): New entry
6554 ZapfChancery-MediumItalic with correct font name. Fix font name
6555 of the entry Zapf-Chancery-MediumItalic.
6556
6557 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6558
6559 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6560
6561 2005-02-16 Kim F. Storm <storm@cua.dk>
6562
6563 * ido.el (ido-fallback-command): Pass user input to fallback command.
6564
6565 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6568 (gdb-find-file-hook): Add server prefix.
6569
6570 2005-02-16 Richard M. Stallman <rms@gnu.org>
6571
6572 * replace.el (perform-replace): Pass new args to replace-highlight.
6573 (replace-highlight): Take region args,
6574 and pass them to isearch-lazy-highlight-new-loop.
6575
6576 * novice.el (disabled-command-hook): Autoload the defalias
6577 and the make-obsolete-variable call.
6578
6579 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6580
6581 * isearch.el (isearch-lazy-highlight-start-limit)
6582 (isearch-lazy-highlight-end-limit): New variables limit
6583 the region for highlighting.
6584 (isearch-lazy-highlight-new-loop): New args BEG and END.
6585 (isearch-lazy-highlight-search): Use the new vars.
6586 (isearch-lazy-highlight-update): Likewise.
6587
6588 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6589
6590 * cus-start.el (all): Use default-boundp.
6591
6592 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6593
6594 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6595
6596 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6597
6598 * autorevert.el (auto-revert-stop-on-user-input)
6599 (auto-revert-verbose): Doc fixes.
6600
6601 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6602
6603 * international/mule-cmds.el (set-locale-environment): Remove call
6604 to set-selection-coding-system on Windows.
6605
6606 2005-02-15 Jay Belanger <belanger@truman.edu>
6607
6608 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6609 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6610 calcFunc-coth.
6611 (math-simplify-sqrt): Add simplifications.
6612
6613 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6614 to list.
6615
6616 * calc/calc-ext.el: Add functions to autoloads.
6617
6618 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6619 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6620 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6621 (math-csc-raw, math-cot-raw): New functions.
6622
6623 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6624
6625 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6626 the variable name in a message.
6627
6628 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6629 calcFunc-csc, calcFunc-cot.
6630
6631 * calc/calcalg2.el: Add derivative and integration rules for
6632 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6633 calcFunc-csch, calcFunc-coth.
6634 (math-do-integral-methods): Add to checks for when to use
6635 substitutions.
6636
6637 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6638
6639 2005-02-15 Lute Kamstra <lute@gnu.org>
6640
6641 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6642 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6643 <monnier@iro.umontreal.ca>
6644 (lisp-outline-level): Improve efficiency. Suggested by David
6645 Kastrup <dak@gnu.org>.
6646
6647 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6648
6649 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6650 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6651 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6652 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6653 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6654
6655 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6656
6657 * cus-start.el (all): Comment change.
6658
6659 2005-02-14 Lute Kamstra <lute@gnu.org>
6660
6661 * cus-start.el (all): Check if symbol is void.
6662
6663 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6664
6665 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6666 optional argument to \cite.
6667
6668 2005-02-14 Richard M. Stallman <rms@gnu.org>
6669
6670 * cus-edit.el (custom-buffer-create-internal): Update help message.
6671 (custom-magic-alist): Update help messages.
6672
6673 * cus-start.el (all): Allow a var to specify a standard value.
6674
6675 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6676
6677 * custom.el (custom-theme-set-variables): Handle variable aliases.
6678
6679 * frame.el (blink-cursor-timer): Doc fix.
6680 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6681 declare obsolete.
6682 (blink-cursor-mode): Define with defcustom and use correct
6683 standard expression in that defcustom.
6684 * startup.el (command-line): Adapt to above changes in frame.el.
6685
6686 2005-02-11 Lute Kamstra <lute@gnu.org>
6687
6688 * apropos.el (apropos-score-doc): Prevent division by zero.
6689
6690 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6691
6692 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6693 (icalendar--get-event-property-attributes)
6694 (icalendar--get-event-properties)
6695 (icalendar--datetime-to-diary-date): New functions.
6696 (icalendar--split-value): Doc fix.
6697 (icalendar--datetime-to-noneuropean-date)
6698 (icalendar--datetime-to-european-date): New optional argument
6699 SEPARATOR. Return result as a string instead of a list.
6700 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6701 (icalendar--convert-string-for-export): Rename arg S to STRING.
6702 (icalendar-export-region): Doc fix. Change name of error buffer.
6703 Save output buffer.
6704 (icalendar-import-file): Add blank at end of prompt.
6705 (icalendar-import-buffer): Doc fix. Do not switch to error
6706 buffer. Indicate status in return value.
6707 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6708 buffer. Save output buffer. Handle exception from recurrence
6709 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6710 events. Fix problems with weekly all-day events.
6711
6712 2005-02-10 Richard M. Stallman <rms@gnu.org>
6713
6714 * simple.el (eval-expression-print-format):
6715 Avoid warning about edebug-active.
6716
6717 * help.el (help-for-help-internal): Rename from help-for-help.
6718 (help-for-help): Define with defalias.
6719
6720 * font-core.el (font-lock-default-function): Use with-no-warnings.
6721
6722 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6723
6724 * custom.el (defface): Doc fix.
6725
6726 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6727
6728 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6729 width 0" to prevent word wrapping problems.
6730
6731 2005-02-09 Kim F. Storm <storm@cua.dk>
6732
6733 * ido.el (ido-file-extensions-order): New defcustom.
6734 (ido-file-extension-lessp, ido-file-extension-aux)
6735 (ido-file-extension-order): New advanced file ordering.
6736 (ido-file-lessp): New simple file ordering.
6737 (ido-sort-list): Remove.
6738 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6739 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6740
6741 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6742
6743 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6744 that some versions of grep produce.
6745 (grep-mode-font-lock-keywords): Likewise.
6746
6747 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6748
6749 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6750 (gdb-cdir): Delete.
6751 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6752 (gdb-source-info): Treat case when source file is in another
6753 directory properly.
6754 (gdb-get-location): New function.
6755
6756 2005-02-07 Jay Belanger <belanger@truman.edu>
6757
6758 * calc/calc-prog.el (calc-write-parse-table-part)
6759 (calc-fix-token-name): Fix a check for language type.
6760
6761 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6762
6763 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6764
6765 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6766 as directory not writable.
6767
6768 2005-02-07 Kim F. Storm <storm@cua.dk>
6769
6770 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6771 (cua--standard-movement-commands): Remove list.
6772 Instead, set CUA property value to move for movement commands.
6773 (cua-movement-commands): Remove. Users must set CUA prop instead.
6774 (cua--pre-command-handler): Check CUA property.
6775 (cua--init-keymaps): Don't remap undo commands.
6776 (cua-mode): Don't call cua--rectangle-on-off.
6777
6778 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6779 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6780 (cua--rect-undo-set-point): New var.
6781 (cua--rectangle-undo-boundary): Setup undo apply entry.
6782 (cua--rect-undo-handler): New function for rectangle undo.
6783 (cua--rect-start-position, cua--rect-end-position): Add.
6784 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6785 for restored rectangle. Set point if cua--rect-undo-set-point.
6786
6787 2005-02-06 Jay Belanger <belanger@truman.edu>
6788
6789 * calc/calc-lang.el (calc-tex-language): Display more information
6790 in messages.
6791
6792 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6793 in TeX mode.
6794
6795 2005-02-06 Richard M. Stallman <rms@gnu.org>
6796
6797 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6798
6799 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6800
6801 * net/ldap.el (ldap-search-internal): Support attributes with
6802 optional descriptions separated by a semi-colon, as in
6803 "userCertificate;binary".
6804
6805 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6806
6807 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6808 isn't a cons (i.e. the version is 0).
6809
6810 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6811
6812 * help.el (help-for-help): Doc fix.
6813
6814 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6815
6816 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6817 GDB-Windows on the menu-bar as this works better.
6818
6819 2005-02-04 Jay Belanger <belanger@truman.edu>
6820
6821 * calc/calc-embed.el (calc-embedded-update): Don't put in
6822 unnecessary newlines. Adjust the end of formula marker.
6823
6824 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6825 (math-latex-parse-two-args): New function.
6826
6827 2005-02-03 Lute Kamstra <lute@gnu.org>
6828
6829 * help-fns.el (help-with-tutorial): Make sure that users cannot
6830 remove the entire text of the tutorial by means of `undo'.
6831
6832 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6835 in recent changes, where the ispell process was repeatedly
6836 killed & restarted.
6837
6838 * international/mule-cmds.el (set-locale-environment): Set file-name
6839 coding system to utf-8 on Darwin systems.
6840 (set-default-coding-systems): Don't set default-file-name-coding-system
6841 on Darwin systems.
6842
6843 2005-02-03 Richard M. Stallman <rms@gnu.org>
6844
6845 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6846
6847 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6848
6849 * faces.el (list-faces-display): Add optional argument.
6850
6851 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6852
6853 * font-core.el (font-lock-default-function): Handle the rare case where
6854 only font-lock-keywords is set.
6855
6856 2005-02-02 Kenichi Handa <handa@m17n.org>
6857
6858 * international/characters.el: Cancel previous change for
6859 I-WITH-DOT-ABOVE and DOTLESS-i.
6860
6861 * international/latin-5.el: Cancel previous change.
6862
6863 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6864
6865 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6866
6867 2005-02-02 Kenichi Handa <handa@m17n.org>
6868
6869 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6870 DOTLESS-i.
6871
6872 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6873 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6874
6875 * case-table.el (get-upcase-table): New function.
6876 (copy-case-table): Copy upcaes table too if non-nil.
6877 (set-case-syntax-delims): Maintain upcase table too.
6878 (set-case-syntax-pair): Likewise.
6879 (set-upcase-syntax, set-downcase-syntax): New functions.
6880 (set-case-syntax): Maintain upcase table too.
6881
6882 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6885
6886 * progmodes/gud.el (gud-goto-info): New function.
6887 (gud-tool-bar-map): Use correct icon.
6888
6889 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6890
6891 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6892 When delegating, order args in the funcall correctly.
6893
6894 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6895
6896 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6897
6898 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6899
6900 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6901 buffer not visiting a file.
6902
6903 2005-01-31 Jay Belanger <belanger@truman.edu>
6904
6905 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6906 bound on the line with the formula.
6907
6908 2005-01-31 Kim F. Storm <storm@cua.dk>
6909
6910 * ses.el (ses-create-cell-variable-range)
6911 (ses-destroy-cell-variable-range, ses-reset-header-string)
6912 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6913 (ses-insert-row): Fix format of apply undo entries.
6914
6915 2005-01-31 Jay Belanger <belanger@truman.edu>
6916
6917 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6918 parts.
6919
6920 * calc/calc-embed.el (calc-embedded-open-formula)
6921 (calc-embedded-close-formula): Ignore matrix environments.
6922
6923 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6924 TeX mode.
6925
6926 * calc/calc-lang.el (math-function-table, math-oper-table)
6927 (math-variable-table): Adjust the LaTeX portions.
6928
6929 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6930 (math-latex-ignore-words): New constant.
6931
6932 2005-01-31 Richard M. Stallman <rms@gnu.org>
6933
6934 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6935 (ispell-local-dictionary): Doc fix.
6936 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6937 Don't reinitialize at run time. Don't defcustom.
6938 All uses changed to append ispell-local-dictionary-alist,
6939 or check it first.
6940 (ispell-current-dictionary): New variable for dictionary in use.
6941 (ispell-dictionary): Now used only for global default.
6942 (ispell-start-process): Set ispell-current-dictionary,
6943 not ispell-dictionary.
6944 (ispell-change-dictionary): Use this only for setting
6945 user preferences.
6946 (ispell-internal-change-dictionary): New function
6947 to change the current dictionary in use.
6948 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6949 Use ispell-current-dictionary.
6950 Handle ispell-local-dictionary-overridden.
6951 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6952
6953 2005-01-31 Jay Belanger <belanger@truman.edu>
6954
6955 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6956
6957 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6958 (calc-mode-map): Add calc-latex-language.
6959
6960 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6961 (math-latex-print-frac): New functions.
6962 (math-oper-table, math-function-table, math-variable-table)
6963 (math-complex-format, math-input-filter): Add latex properties.
6964 (calc-set-language): Set math-expr-special-function-mapping.
6965
6966 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6967 (calc-write-parse-table-part): Add LaTeX support.
6968
6969 * calc/calc.el (calc-language): Adjust docstring.
6970 (calc-set-mode-line): Add LaTeX support.
6971 (math-expr-special-function-mapping): New variable.
6972 (math-tex-ignore-words): Add to list.
6973
6974 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6975 Add LaTeX support.
6976 (math-compose-expr): Add support for special functions.
6977
6978 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6979
6980 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6981
6982 * progmodes/gdb-ui.el (gdb-memory-address)
6983 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6984 (gdb-memory-mode-map, gdb-memory-format-keymap)
6985 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6986 (gdb-memory-unit-menu): New variables for a buffer
6987 that lets the user examine program memory.
6988 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6989 (gdb-memory-format-binary, gdb-memory-format-octal)
6990 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6991 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6992 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6993 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6994 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6995 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6996 (gdb-memory-mode, gdb-memory-buffer-name)
6997 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6998 New functions for above buffer.
6999
7000 2005-01-30 Richard M. Stallman <rms@gnu.org>
7001
7002 * cus-edit.el (custom-bury-buffer): Function deleted.
7003 (custom-buffer-done-function): Option deleted.
7004 (custom-buffer-done-kill): New (replacement option.
7005 (Custom-buffer-done): Call quit-window.
7006 (custom-buffer-create-internal): Update for above changes.
7007
7008 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
7009
7010 * simple.el (undo-ask-before-discard): New var.
7011 (undo-outer-limit-truncate): Implement it.
7012 (undo-extra-outer-limit): Doc update.
7013
7014 2005-01-29 Richard M. Stallman <rms@gnu.org>
7015
7016 * ses.el (undo-more): Delete defadvice.
7017 (ses-begin-change): Doc fix.
7018
7019 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
7020 instead of rebinding C-x u and C-_.
7021
7022 * files.el (normal-backup-enable-predicate): Return nil for files
7023 in /tmp, regardless of temporary-file-directory.
7024
7025 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
7026
7027 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
7028 (open-rectangle, delete-whitespace-rectangle-line)
7029 (clear-rectangle-line): If FILL, pass t instead of FILL
7030 for move-to-column's 2nd arg.
7031
7032 * simple.el (undo): Fix the test for continuing a series of undos.
7033 (undo-more): Set pending-undo-list to t when we reach end.
7034 (pending-undo-list): Move up defvar.
7035
7036 * wid-edit.el (widget-button-click):
7037 Shorten the range of the track-mouse binding.
7038
7039 * comint.el (comint-insert-input): Undo previous changes;
7040 use last-input-event in interactive spec.
7041
7042 2005-01-29 Eli Zaretskii <eliz@gnu.org>
7043
7044 * progmodes/compile.el (compilation-start): Bind buffer-read-only
7045 to nil before invoking call-process. Reset buffer's modified flag
7046 after fontifying it in the no-async branch.
7047
7048 * wid-edit.el (widget-specify-button): If mouse pointer shape
7049 cannot be changed, use mouse face instead.
7050
7051 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
7052
7053 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7054 (gdb-goto-breakpoint): Make breakpoint handling work on template
7055 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
7056 (gdb-assembler-custom): Update to recognise breakpoint information
7057 added on 2005-01-19.
7058
7059 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
7062 (dsssl-mode): Use define-derived-mode.
7063 (scheme-mode-initialize): Remove.
7064 (scheme-mode): Use run-mode-hooks.
7065
7066 * cus-edit.el (customize-group-other-window)
7067 (custom-buffer-create-other-window): Don't override special-display-*.
7068 (custom-mode-map): Make it dense.
7069
7070 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
7071 sets the default value.
7072
7073 2005-01-28 Eli Zaretskii <eliz@gnu.org>
7074
7075 * descr-text.el: Add more keywords.
7076
7077 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * speedbar.el: Avoid unnecessary use of locate-library.
7080
7081 * international/mule-cmds.el (standard-display-european-internal):
7082 Don't fiddle with latin-1 non-break space any more since it's now
7083 special cased in the C code.
7084 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
7085
7086 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
7087
7088 * cus-start.el (all): Add `undo-outer-limit'.
7089
7090 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7091
7092 * textmodes/bibtex.el (bibtex-format-entry):
7093 Use `bibtex-empty-field-re' only on the text of fields, not on entire
7094 field lines.
7095 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
7096 not on part of a buffer.
7097
7098 2005-01-25 Lute Kamstra <lute@gnu.org>
7099
7100 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
7101 nonempty field text strings like "{letters\\macro{}more letters}".
7102 Clarify docstring.
7103 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
7104 (bibtex-entry-offset, bibtex-parse-association)
7105 (bibtex-parse-field-name): Fix typos in docstrings.
7106 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
7107
7108 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
7109
7110 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
7111 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
7112 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7113 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7114
7115 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7116 isearch minor mode.
7117
7118 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7119
7120 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7121
7122 2005-01-24 Lute Kamstra <lute@gnu.org>
7123
7124 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7125 CASECHARS and NOT-CASECHARS regular expressions of the
7126 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7127 striding over charsets" error.
7128
7129 2005-01-24 Jay Belanger <belanger@truman.edu>
7130
7131 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7132 display variable name.
7133
7134 2005-01-24 Kenichi Handa <handa@m17n.org>
7135
7136 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7137 Fix setting of the element of encoded-kbd-iso2022-invocations.
7138
7139 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7140
7141 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7142 (gdb-threads-select): Change to also accept mouse events.
7143 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7144 (gdb-threads-mouse-select): Delete.
7145
7146 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7147
7148 * files.el (insert-directory): Take care of empty directory,
7149 listed without -a switch.
7150
7151 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * textmodes/refill.el (refill-post-command-function):
7154 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7155 to the list of functions that we should be careful not to undo.
7156 (refill-late-fill-paragraph-function): Remove.
7157 (refill-saved-state): New var.
7158 (refill-mode): Use it to save fill-paragraph-function.
7159 Save also the value of auto-fill-function.
7160
7161 * term/w32-win.el: Simplify code.
7162
7163 2005-01-23 Kim F. Storm <storm@cua.dk>
7164
7165 * simple.el (line-move): Adapt to new return value from
7166 pos-visible-in-window-p.
7167
7168 * simple.el (line-move): Fix last change. Check partial
7169 visibility at point rather than at window-start.
7170
7171 2005-01-22 Jason Rumney <jasonr@gnu.org>
7172
7173 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7174
7175 2005-01-22 David Kastrup <dak@gnu.org>
7176
7177 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7178
7179 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7180
7181 * type-break.el (type-break-mode): Add a test for
7182 type-break-file-name being non-nil.
7183
7184 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7185
7186 * net/eudc.el (top level): Call (message "") via progn, so that
7187 eudc-options-file is loaded.
7188
7189 2005-01-22 Kim F. Storm <storm@cua.dk>
7190
7191 * simple.el (line-move-1): Rename from line-move.
7192 (line-move): New function that adjusts vscroll for partially
7193 visible rows, and calls line-move-1 otherwise.
7194
7195 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7196
7197 * pcomplete.el: define pcomplete-read-event instead of read-event,
7198 since it's not a complete read-event implementation
7199
7200 2005-01-20 Jay Belanger <belanger@truman.edu>
7201
7202 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7203 for called function.
7204
7205 2005-01-20 Steven Tamm <steventamm@mac.com>
7206
7207 * term/mac-win.el (process-connection-type): Remove.
7208 Controlled now by s/darwin.h:PTY_ITERATION.
7209
7210 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * window.el (handle-select-window): Don't switch window when we're
7213 in the minibuffer.
7214
7215 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7216
7217 * subr.el (dotimes-with-progress-reporter): New macro.
7218
7219 * ses.el (ses-dotimes-msg): Remove macro.
7220 Use `dotimes-with-progress-reporter' instead.
7221
7222 2005-01-19 Steven Tamm <steventamm@mac.com>
7223
7224 * term/mac-win.el (process-connection-type): Use new
7225 operating-system-release variable to use ptys on Darwin 7 (OSX
7226 10.3) when using carbon build.
7227
7228 2005-01-19 Jay Belanger <belanger@truman.edu>
7229
7230 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7231 flags if the last command was a tab or M-tab.
7232
7233 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7234 in formula editing buffer.
7235
7236 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7237
7238 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7239 breakpoint image symbol in margin.
7240
7241 2005-01-19 Jay Belanger <belanger@truman.edu>
7242
7243 * calc/calc-prog.el (calc-execute-kbd-macro):
7244 Ignore calc-keep-arg-flag.
7245
7246 2005-01-19 Kenichi Handa <handa@m17n.org>
7247
7248 * textmodes/ispell.el (ispell-looking-at): New function.
7249 (ispell-process-line): Use ispell-looking-at to compare the ispell
7250 output and the buffer contents.
7251
7252 2005-01-18 Jay Belanger <belanger@truman.edu>
7253
7254 * calc/calc.el (calc-display-raw): Fix docstring.
7255
7256 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * simple.el (blink-matching-open): Strip extra info from syntax.
7259
7260 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7261 funny chars in the end-of-here-doc marker.
7262
7263 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7264
7265 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7266 that enable/disabled state of breakpoints is shown correctly in
7267 fringe and on ttys.
7268 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7269 Add breakpoint information as text properties.
7270 (gdb-mouse-toggle-breakpoint):
7271 Rename to gdb-mouse-set-clear-breakpoint.
7272 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7273 breakpoints in the margin.
7274 (gdb-remove-strings): Simplify.
7275
7276 2005-01-17 Jay Belanger <belanger@truman.edu>
7277
7278 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7279 erasing buffer.
7280
7281 2005-01-17 Richard M. Stallman <rms@gnu.org>
7282
7283 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7284 for calling grep-compute-defaults.
7285
7286 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7287 if buffer is empty.
7288
7289 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7290
7291 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7294
7295 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7296 non-preloaded variables.
7297
7298 2005-01-17 Steven Tamm <steventamm@mac.com>
7299
7300 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7301 tex-shell cause to force interactivity when using pipes.
7302
7303 2005-01-17 Kim F. Storm <storm@cua.dk>
7304
7305 * simple.el (just-one-space): Make arg optional.
7306
7307 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7308
7309 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7310 posn-at-x-y to t to access left-margin.
7311
7312 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7313
7314 Sync with Tramp 2.0.47.
7315
7316 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7317 catching keep-date problems in cp/scp operations.
7318 (tramp-handle-copy-file): Don't call `set-file-modes'
7319 unconditionally. Specialized functions should know better what is
7320 necessary. This improves performance a little bit, and the
7321 functions could catch errors with `cp -p' and `scp -p'.
7322 (tramp-do-copy-or-rename-file-via-buffer)
7323 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7324 when appropriate.
7325 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7326 Call `set-file-modes' when appropriate.
7327 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7328 Johnsson <isak@hypergene.com>
7329 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7330 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7331 <joakim@verona.se>
7332 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7333 Emacs only.
7334
7335 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7336 `find-file-hooks' and `dired-mode-hook'.
7337 (tramp-minor-mode-map): Respective map. Add remapping for
7338 `compile' and `recompile'.
7339 (tramp-remap-command, tramp-recompile): New defuns.
7340 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7341 in buffer "*Compilation*". Call the commands asynchronously.
7342
7343 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7344 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7345 `shell-command', because it isn't magic in XEmacs. Reported by
7346 Adrian Aichner <adrian@xemacs.org>.
7347
7348 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7349 `substitute-in-file-name.
7350 (tramp-smb-handle-substitute-in-file-name): New defun.
7351 (tramp-smb-advice-PC-do-completion): Delete advice.
7352
7353 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7354
7355 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7356 Fix error in deleting region.
7357
7358 2005-01-15 Richard M. Stallman <rms@gnu.org>
7359
7360 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7361 In non-temp buffer, switch syntax table temporarily.
7362
7363 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7364
7365 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7366
7367 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7368
7369 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7370 (imenu--generic-function): Use START, not BEG, as pos of definition.
7371
7372 * simple.el (just-one-space): Argument specifies number of spaces.
7373
7374 * simple.el (eval-expression-print-format): Avoid warning
7375 about edebug-active.
7376
7377 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7378
7379 * progmodes/sh-script.el: Code copied from make-mode.el
7380 with small changes,
7381 (sh-mode-map): Bind C-c C-\.
7382 (sh-backslash-column, sh-backslash-align): New variables.
7383 (sh-backslash-region, sh-append-backslash): New functions.
7384
7385 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7386
7387 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7388 (rmail-pop-password, rmail-pop-password-required): Move to
7389 rmail-obsolete group.
7390 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7391 All callers updated.
7392 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7393 Take an argument specifying whether it is POP or IMAP mailbox we
7394 are using. All callers updated.
7395 (rmail-pop-password-error): Rename to
7396 rmail-remote-password-error. Added mailutils-specific error message.
7397 (rmail-movemail-search-path)
7398 (rmail-movemail-variant-in-use): New variables.
7399 (rmail-remote-password, rmail-remote-password-required):
7400 New customization variables.
7401 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7402 (rmail-parse-url): New function.
7403 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7404 with GNU mailutils movemail.
7405
7406 2005-01-15 Kevin Ryde <user42@zip.com.au>
7407
7408 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7409 suffix to space, $ or '$, to correctly position point when going
7410 to @table style constants like DBL_MAX.
7411
7412 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7413
7414 * type-break.el (type-break-mode, type-break-file-time)
7415 (type-break-file-keystroke-count, type-break-choose-file):
7416 Don't store data in or load data from the file if type-break-file-name
7417 is nil.
7418 (type-break-file-name): Doc update as per the above.
7419
7420 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7421
7422 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7423 lookup-key might return nil; handle that.
7424
7425 2005-01-15 Alan Mackenzie <acm@muc.de>
7426
7427 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7428 rather than the element found, thus enabling the tree to be setcar'd.
7429
7430 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7431
7432 * textmodes/org.el (org-show-following-heading): New option.
7433 (org-show-hierarchy-above): Use `org-show-following-heading'.
7434 (org-cycle): Documentation fix.
7435
7436 * textmodes/org.el (orgtbl-optimized): New option
7437 (orgtbl-mode): New command, a minor mode.
7438 (orgtbl-mode-map): New variable.
7439 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7440 (orgtbl-error, orgtbl-self-insert-command)
7441 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7442
7443 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7444 a local variable in each org-mode buffer.
7445
7446 * textmodes/org.el (org-set-regexps-and-options): Rename from
7447 `org-set-regexps'. Added checking for STARTUP keyword.
7448 (org-get-current-options): Add STARTUP options.
7449 (org-table-insert-row): Mode mode intelligent about when
7450 realignment is needed.
7451 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7452 New commands.
7453 (org-enable-table-editor): New default value `optimized'.
7454 (org-table-blank-field): Support blanking regions if active.
7455
7456 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7457
7458 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7459 if the year is not given.
7460
7461 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7462 Add new escapes %m and %M, fixed bug with %F by adding
7463 save-match-data.
7464 (reftex-reference): Remove ?. from list of spaces.
7465 (reftex-label-info): Add automatic label prefix recognition.
7466
7467 * textmodes/reftex-index.el (reftex-index-next-phrase):
7468 Add slave parameter to call of `reftex-index-this-phrase'.
7469 (reftex-index-this-phrase): New optional argument.
7470 (reftex-index-region-phrases): Add slave parameter to call of
7471 `reftex-index-this-phrase'.
7472 (reftex-display-index): New argument redo.
7473 (reftex-index-rescan): Add 'redo to arguments of
7474 `reftex-display-index'.
7475 (reftex-index-Rescan, reftex-index-revert)
7476 (reftex-index-switch-index-tag): Add 'redo to arguments of
7477 `reftex-display-index'.
7478 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7479 indexing. Fix bug with matching is there is a quote before or
7480 after the word.
7481
7482 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7483 Fix bug when collecting citation keys in lines with comments.
7484 (reftex-citation): Prefix argument no longer rescans the document,
7485 but forces prompting for optional arguments of cite macros.
7486 (reftex-do-citation): Prompting for optional arguments implemented.
7487
7488 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7489 Add optional arguments to most cite commands.
7490 (reftex-cite-cleanup-optional-args): New option
7491 (reftex-cite-prompt-optional-args): New option.
7492 (reftex-trust-label-prefix): New option.
7493
7494 * textmodes/reftex-toc.el (reftex-toc-find-section):
7495 Add push-mark before changing the position in the buffer.
7496
7497 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7498 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7499
7500 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7501
7502 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7503 more carefully.
7504
7505 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7508 (sgml-mode): Use it.
7509 (sgml-get-context): Better keep track of implicitly closed tags.
7510
7511 2005-01-13 Kenichi Handa <handa@m17n.org>
7512
7513 * textmodes/ispell.el: These changes are to fix misalignment error
7514 caused by equivalent characters of different Emacs charsets.
7515 (ispell-unified-chars-table): New variable.
7516 (ispell-get-decoded-string): New function.
7517 (ispell-get-casechars, ispell-get-not-casechars)
7518 (ispell-get-otherchars): Call ispell-get-decoded-string.
7519
7520 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7521
7522 * custom.el (custom-declare-variable): Just put symbol instead
7523 of (defvar . symbol) in `current-load-list'.
7524
7525 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7526
7527 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7528
7529 2005-01-12 Jay Belanger <belanger@truman.edu>
7530
7531 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7532 to create a Calc summary.
7533
7534 2005-01-12 Kim F. Storm <storm@cua.dk>
7535
7536 * mouse.el (mouse-on-link-p): Change functionality and doc
7537 string to comply with latest description in lisp ref.
7538
7539 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7540
7541 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7542 Enable mouse clicks on mode-line, header-line and margin.
7543 (event-type): Give mouse event symbols an 'event-kind property
7544 with value 'mouse-click.
7545
7546 2005-01-12 Juri Linkov <juri@jurta.org>
7547
7548 * facemenu.el (list-colors-display): Add new arg buffer-name.
7549 Use it. Fix docstring. Replace code for identifying duplicate
7550 colors by the name with call to `list-colors-duplicates' which
7551 identifies duplicate colors by the value unless the color
7552 is one of special Windows colors. Set truncate-lines to t.
7553 Print sorted duplicate color names on each line. Indent to 22
7554 \(the longest color name in rgb.txt) instead of 20. Optimize.
7555 (list-colors-duplicates): New function.
7556 (facemenu-color-name-equal): Delete function.
7557
7558 * facemenu.el (list-colors-print): New function created from code
7559 in list-colors-display. Print #RRGGBB at the window right edge.
7560 (list-colors-display): When temp-buffer-show-function is not
7561 defined, call list-colors-print from temp-buffer-show-hook
7562 to get the right value of window-width in list-colors-print
7563 after the buffer is displayed.
7564
7565 * simple.el (pop-mark): Move deactivate-mark out of conditional
7566 part to deactivate the active mark regardless of the state of the
7567 mark ring.
7568
7569 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7570 variables line in desktop files.
7571
7572 2005-01-12 Juri Linkov <juri@jurta.org>
7573
7574 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7575 Bring together isearch highlight related options.
7576 (lazy-highlight): Replace group `replace' by `matching'.
7577 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7578 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7579 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7580 and declare them obsolete.
7581 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7582 (isearch-faces): Remove defgroup.
7583 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7584 Move isearch highlighting code closer to lazy highlighting code.
7585
7586 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7587 (query-replace-highlight, query-replace-lazy-highlight)
7588 (query-replace): Move definitions to the beginning of the file.
7589
7590 2005-01-11 Juri Linkov <juri@jurta.org>
7591
7592 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7593 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7594 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7595
7596 * info.el (Info-history-forward): New variable.
7597 (Info-select-node): Reset Info-history-forward to nil.
7598 (Info-last): Turn into defalias.
7599 (Info-history-back): Rename from Info-last.
7600 Add current node to Info-history-forward.
7601 (Info-history-forward): New fun.
7602 (Info-mode-map): Replace Info-last by Info-history-back.
7603 Bind Info-history-forward to "r".
7604 (Info-mode-menu): Replace Info-last by Info-history-back.
7605 Fix menu item text. Add menu item for Info-history-forward.
7606 (info-tool-bar-map): Replace Info-last by Info-history-back.
7607 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7608 for Info-history-forward.
7609 (Info-mode): Replace Info-last by Info-history-back in docstring.
7610 Add local variable Info-history-forward.
7611 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7612
7613 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7616 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7617 Ignore select-window events rather than fiddle with
7618 mouse-autoselect-window.
7619
7620 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7621
7622 * type-break.el (type-break-mode): Fix previous change.
7623
7624 2005-01-10 Jay Belanger <belanger@truman.edu>
7625
7626 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7627 calculator; only reset when point is inside a calculator.
7628 Don't adjust the window height if the window takes up the whole height
7629 of the frame.
7630
7631 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7632
7633 * ebuff-menu.el (Electric-buffer-menu-mode):
7634 Preserve value of buffer-local var header-line-format.
7635
7636 2005-01-09 Jay Belanger <belanger@truman.edu>
7637
7638 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7639 Make sure settings file exists before accessing it.
7640
7641 * calc/calc-embed.el (calc-embedded-subst):
7642 Replace math-multi-subst-rec, which is only supposed to be called
7643 by math-multi-subst, by math-multi-subst.
7644
7645 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7646
7647 * vc.el (vc-allow-async-revert): New user option.
7648 (vc-disable-async-diff): New internal variable.
7649 (vc-revert-buffer): Use them to disable asynchronous diff.
7650
7651 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7652 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7653 asynchronously if vc-disable-async-diff is t.
7654
7655 2005-01-09 Jay Belanger <belanger@truman.edu>
7656
7657 * calc/calc.el (defcalcmodevar): New macro.
7658 (calc-mode-var-list-restore-default-values)
7659 (calc-mode-var-list-restore-saved-values): New functions.
7660 (calc-mode-var-list): Use defcalcmodevar to define it.
7661 (calc-always-load-extensions, calc-line-numbering)
7662 (calc-line-breaking, calc-display-just, calc-display-origin)
7663 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7664 (calc-group-char, calc-point-char, calc-frac-format)
7665 (calc-prefer-frac, calc-hms-format, calc-date-format)
7666 (calc-float-format, calc-full-float-format, calc-complex-format)
7667 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7668 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7669 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7670 (calc-matrix-brackets, calc-language, calc-language-option)
7671 (calc-left-label, calc-right-label, calc-word-size)
7672 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7673 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7674 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7675 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7676 (calc-window-height, calc-display-trail, calc-show-selections)
7677 (calc-use-selections, calc-assoc-selections)
7678 (calc-display-working-message, calc-auto-why, calc-timing)
7679 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7680 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7681 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7682 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7683 (calc-gnuplot-geometry, calc-graph-default-resolution)
7684 (calc-graph-default-resolution-3d, calc-invocation-macro)
7685 (calc-show-banner): Use defcalcmodevar to declare them and set
7686 their default values.
7687
7688 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7689 instead of default values (but restore default values if there is
7690 an argument of 0).
7691
7692 2005-01-09 David Kastrup <dak@gnu.org>
7693
7694 * desktop.el (desktop-restore-eager): Fix typo in type.
7695
7696 2005-01-08 Richard M. Stallman <rms@gnu.org>
7697
7698 * cus-edit.el (customize): Delete :link.
7699
7700 2005-01-08 Jay Belanger <belanger@truman.edu>
7701
7702 * calc/calc.el (calc-mode): Remove the extension from the
7703 `calc-settings-file' file name when loading it.
7704
7705 2005-01-08 Kim F. Storm <storm@cua.dk>
7706
7707 * info.el (Info-mode-map, Info-next-link-keymap)
7708 (Info-prev-link-keymap, Info-up-link-keymap):
7709 Map follow-link to mouse-face.
7710 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7711
7712 2005-01-08 Jay Belanger <belanger@truman.edu>
7713
7714 * calc/calc.el (calc-settings-file): Change default value.
7715 Suggested by cgw in a comment in calc-mode.el.
7716
7717 * calc/calc-mode.el (calc-settings-file-name):
7718 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7719 Replace ~/.emacs in a prompt by calc-settings-file.
7720
7721 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7722
7723 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7724 (desktop-lazy-idle-delay): New customizable variables.
7725 (desktop-buffer-args-list): New variable.
7726 (desktop-append-buffer-args): New function.
7727 (desktop-save): Call desktop-append-buffer-args for some buffers.
7728 (desktop-lazy-create-buffer): New function.
7729 (desktop-idle-create-buffers): New function.
7730 (desktop-read): Add message about buffers to restore lazily.
7731 (desktop-lazy-abort): New command.
7732 (desktop-clear): Call desktop-lazy-abort.
7733 (desktop-lazy-complete): New command.
7734
7735 2005-01-06 Richard M. Stallman <rms@gnu.org>
7736
7737 * emacs-lisp/find-func.el (find-face-definition):
7738 Rename from find-face.
7739
7740 2005-01-06 Kim F. Storm <storm@cua.dk>
7741
7742 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7743
7744 * man.el (Man-xref-man-page, Man-xref-header-file)
7745 (Man-xref-normal-file): Add follow-link property.
7746
7747 2005-01-06 Jay Belanger <belanger@truman.edu>
7748
7749 * calc/calc-units.el: Make sure the proper macro definitions are
7750 available when compiling.
7751
7752 2005-01-06 Juri Linkov <juri@jurta.org>
7753
7754 * isearch.el (isearch-lazy-highlight-update):
7755 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7756
7757 2005-01-06 Miles Bader <miles@gnu.org>
7758
7759 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7760 (isearch-lazy-highlight-face): Use new name.
7761
7762 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * uniquify.el (uniquify-rationalize-file-buffer-names):
7765 Re-add an interactive spec.
7766 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7767 to the same name.
7768
7769 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7770 (isearch-update, isearch-done): Adjust calls accordingly.
7771
7772 2005-01-05 Richard M. Stallman <rms@gnu.org>
7773
7774 * custom.el (custom-set-variables, custom-theme-set-variables):
7775 Clarify documentation.
7776
7777 * emacs-lisp/find-func.el (find-variable)
7778 (find-variable-other-window, find-variable-other-frame):
7779 Fix the TYPE args to find-function-read and find-function-do-it.
7780 (find-function): Doc fix.
7781 (find-function-at-point): Replace function-at-point alias.
7782
7783 2005-01-04 Richard M. Stallman <rms@gnu.org>
7784
7785 * cus-face.el (custom-declare-face):
7786 Record defface in current-load-list.
7787
7788 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7789
7790 * emacs-lisp/find-func.el: Doc fixes.
7791 (find-face-regexp): New variable.
7792 (find-function-regexp-alist): New variable.
7793 (find-function-C-source): Third arg is now TYPE.
7794 (find-function-search-for-symbol): Handle general TYPE.
7795 (find-function-read, find-function-do-it): Handle general TYPE.
7796 (find-definition-noselect, find-face): New functions.
7797 (function-at-point): Alias deleted.
7798
7799 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7800
7801 * battery.el (display-battery-mode): Rename from display-battery.
7802 Handle the case where it gets turned off.
7803
7804 2005-01-04 Richard M. Stallman <rms@gnu.org>
7805
7806 * cus-edit.el (customize): Make :link point to user doc.
7807
7808 * man.el (Man-fontify-manpage): Turn off undo generation.
7809
7810 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7811
7812 2005-01-04 Andreas Schwab <schwab@suse.de>
7813
7814 * files.el (insert-directory): Only look for error lines in
7815 inserted text. Don't move too far after processing --dired markers.
7816
7817 2005-01-04 Richard M. Stallman <rms@gnu.org>
7818
7819 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7820 Don't expand if the character is @, period, dash, etc.
7821 (define-mail-abbrev): Quote names that contain problem characters.
7822
7823 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7824
7825 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7826
7827 2005-01-03 Richard M. Stallman <rms@gnu.org>
7828
7829 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7830 (query-replace-highlight, query-replace-lazy-highlight)
7831 (query-replace): Definitions moved up. Doc fix.
7832
7833 2005-01-03 Richard M. Stallman <rms@gnu.org>
7834
7835 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7836 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7837 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7838 (lazy-highlight-face): Rename from isearch-lazy-...
7839 Change all references to them.
7840
7841 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * cus-edit.el (custom-file): Doc fix for defcustom.
7844 (custom-file): The function no longer sets the variable
7845 `custom-file' to its return value.
7846
7847 * startup.el (command-line): No longer load `custom-file'.
7848
7849 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7852
7853 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7854 Don't confuse module-prefixed identifiers for labels.
7855 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7856
7857 2005-01-02 Richard M. Stallman <rms@gnu.org>
7858
7859 * files.el (basic-save-buffer-1): Fix previous change.
7860
7861 * loadhist.el (file-loadhist-lookup): New function.
7862 (file-provides, file-requires): Use it.
7863
7864 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7865 instead of calculating the right size.
7866
7867 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7868
7869 * vc-svn.el (vc-svn-diff): Stay local if possible.
7870
7871 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7874
7875 * files.el (hack-local-variables): Fix last change.
7876
7877 2005-01-02 Jay Belanger <belanger@truman.edu>
7878
7879 * calc/calc-yank.el (calc-edit-top): New variable.
7880 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7881 object. Change header properties.
7882 (calc-edit-finish, calc-edit-finish-stack-object)
7883 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7884 edited object.
7885 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7886 for the beginning of the edited object.
7887 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7888 for the beginning of the edited object.
7889 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7890 (calc-finish-formula-edit, calc-macro-repeats)
7891 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7892 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7893 beginning of the edited object.
7894 (calc-user-define-edit): Change the header for editing macros.
7895 Remove unnecessary variable.
7896
7897 2005-01-01 Jay Belanger <belanger@truman.edu>
7898
7899 * calc/calc-yank.el (calc-edit-mode): Change default header.
7900 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7901 * calc/calc-store.el (calc-edit-variable): Change title to match new
7902 header.
7903 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7904 mode to match new header.
7905 (calc-user-define-edit): Change titles to include names of commands.
7906 (calc-finish-formula-edit): Adjust to handle new header.
7907 (calc-finish-macro-edit): Remove.
7908 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7909 (calc-edit-macro-command, calc-edit-macro-command-type)
7910 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7911 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7912 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7913 (calc-edit-macro-finish-edit): New functions.
7914 (calc-user-define-edit): Use new functions to edit named calc macros.
7915
7916 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7917
7918 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7919
7920 * ses.el (copy-region-as-kill): Deactivate mark.
7921
7922 2005-01-01 Richard M. Stallman <rms@gnu.org>
7923
7924 * replace.el (occur-1): If the output buffer is also an input,
7925 don't kill it, rename it.
7926
7927 * faces.el (set-face-background, set-face-foreground): Doc fix.
7928
7929 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7930 for :foreground and :background.
7931
7932 * dired.el (dired-view-command-alist): Variable deleted.
7933 (dired-view-file, dired-mouse-find-file-other-window):
7934 Delete the code to use it.
7935
7936 2005-01-01 Kim F. Storm <storm@cua.dk>
7937
7938 * image.el (insert-sliced-image): Use t for line-height property.
7939
7940 2004-12-31 Jay Belanger <belanger@truman.edu>
7941
7942 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7943 for "var-" at the beginning of the minibuffer.
7944
7945 2004-12-31 Richard M. Stallman <rms@gnu.org>
7946
7947 * faces.el (read-face-name):
7948 Don't treat an attribute spec as a list of faces.
7949
7950 * simple.el (undo): Use undo-equiv-table to detect
7951 unexpected changes since previous undo.
7952 (undo-list-saved): Variable deleted.
7953 (buffer-disable-undo): Don't alter undo-list-saved.
7954
7955 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7956 (mode-require-final-newline): New option.
7957 (after-find-file): Handle require-final-newline with new values.
7958 (basic-save-buffer): Handle new values of require-final-newline.
7959
7960 * progmodes/sh-script.el (sh-require-final-newline):
7961 Alist value now controls whether to use mode-require-final-newline.
7962 (sh-set-shell): Implement that new meaning.
7963
7964 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7965 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7966 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7967 Delete old-Emacs compatibility code.
7968 (antlr-c-common-init): Function deleted.
7969
7970 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7971 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7972 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7973 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7974 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7975 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7976 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7977 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7978 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7979 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7980 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7981 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7982 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7983 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7984 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7985 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7986
7987 2004-12-31 Jay Belanger <belanger@truman.edu>
7988
7989 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7990 way to return to Calc.
7991
7992 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7993 finish, C-xk as the way to cancel the edit. Add cancel routine to
7994 kill-buffer-hook.
7995
7996 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7997 MacEdit code.
7998
7999 * calc/calc-prog.el: Remove obsolete MacEdit code.
8000 (calc-macro-edit-algebraic, calc-macro-edit-variable)
8001 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
8002
8003 2004-12-31 Kenichi Handa <handa@m17n.org>
8004
8005 * international/mule.el (buffer-file-coding-system-explicit):
8006 Rename for explicit-buffer-file-coding-system.
8007 (after-insert-file-set-coding): Adjust for the above change.
8008
8009 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
8010 to buffer-file-coding-system-explicit.
8011 (basic-save-buffer-1): Likewise.
8012
8013 2004-12-30 Richard M. Stallman <rms@gnu.org>
8014
8015 * textmodes/artist.el (artist-butlast-fn): Var deleted.
8016 (artist-butlast, artist-last): Functions deleted.
8017 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
8018 (artist-compute-key-compl-table): Call remq directly.
8019 (artist-remove-nulls): Function deleted.
8020 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
8021 (artist-push, artist-pop): Macro deleted.
8022
8023 2004-12-30 Andreas Leue <al@sphenon.de>
8024
8025 * textmodes/artist.el (artist-version): 1.2.6
8026 (artist-prev-next-op-alist): New variable.
8027 (artist-select-next-op-in-list): New function.
8028 (artist-select-prev-op-in-list): New function.
8029 (artist-make-prev-next-op-alist): New function.
8030 (artist-is-in-op-list-p): New function.
8031 (artist-get-first-non-nil-op): New function.
8032 (artist-get-last-non-nil-op): New function.
8033 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
8034 artist-prev-next-op-alist.
8035 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
8036 change drawing operation.
8037
8038 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
8039
8040 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
8041
8042 2004-12-31 Masatake YAMATO <jet@gyve.org>
8043
8044 * server.el (server-process-filter): Suppress `error', too.
8045
8046 2004-12-30 Jay Belanger <belanger@truman.edu>
8047
8048 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
8049 Change the way a variable is displayed in a message.
8050
8051 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
8052 (calc-user-define-permanent, calc-execute-kbd-macro):
8053 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
8054
8055 2004-12-30 Kenichi Handa <handa@m17n.org>
8056
8057 * files.el (basic-save-buffer-1):
8058 Set explicit-buffer-file-coding-system to last-coding-system-used.
8059 (revert-buffer): Pay attention to
8060 explicit-buffer-file-coding-system (not buffer-file-coding-system)
8061 on bind coding-system-for-read.
8062
8063 * international/mule.el (explicit-buffer-file-coding-system):
8064 New buffer local variable.
8065 (after-insert-file-set-coding): Set it to coding-system-for-read.
8066
8067 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
8068
8069 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
8070
8071 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
8072
8073 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
8074 that include line numbers.
8075
8076 2004-12-29 Milan Zamazal <pdm@zamazal.org>
8077
8078 * files.el (hack-local-variables): If no PREFIX, set it to "^".
8079 Redundant variable PREFIXLEN removed.
8080
8081 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
8082
8083 * eshell/em-hist.el (eshell-previous-matching-input):
8084 Start the deletion from the end of the output.
8085
8086 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8087
8088 * term/mac-win.el: Require x-dnd.
8089 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
8090
8091 2004-12-29 David Kastrup <dak@gnu.org>
8092
8093 * international/mule.el (decode-coding-inserted-region):
8094 Don't barf if `buffer-undo-list' is already set to `t'.
8095
8096 2004-12-29 Jay Belanger <belanger@truman.edu>
8097
8098 * calc/calc-prog.el (calc-user-define-formula): Put default values
8099 for function names in prompts.
8100 (calc-user-define-permanent, calc-user-define-composition)
8101 (calc-user-define-formula): Remove the need for "calcFunc-" in the
8102 default input for algebraic functions.
8103
8104 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
8105
8106 * vc-rcs.el (vc-rcs-annotate-command):
8107 Fix omission bug: Call `vc-setup-buffer'.
8108
8109 2004-12-29 Kenichi Handa <handa@m17n.org>
8110
8111 * international/mule.el (recode-region): New function.
8112
8113 2004-12-28 Richard M. Stallman <rms@gnu.org>
8114
8115 * simple.el (undo-extra-outer-limit): New variable.
8116 (undo-outer-limit-truncate): Test and set it.
8117
8118 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8119 enables the feature to extend the existing region.
8120
8121 * simple.el (mark-word): New arg ALLOW-EXTEND
8122 enables the feature to extend the existing region.
8123
8124 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8125 enables the feature to extend the existing region.
8126
8127 * startup.el (site-run-file): Don't allow setting it with Custom.
8128
8129 * simple.el (buffer-disable-undo): Fix previous change.
8130
8131 2004-12-27 Masatake YAMATO <jet@gyve.org>
8132
8133 * hexl.el (hexlify-buffer): Remove fontification here.
8134 Use font lock mechanism instead.
8135 (hexl-font-lock-keywords): New font lock kewords.
8136 (hexl-mode-old-font-lock-keywords): New variable.
8137 (hexl-mode): Store the old font lock keywords.
8138 (hexl-mode-exit): Restore the old font lock keywords.
8139
8140 2004-12-27 Richard M. Stallman <rms@gnu.org>
8141
8142 * simple.el (undo): Fix previous change.
8143
8144 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8145
8146 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8147 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8148 Call x-open-connection on Mac OS X.
8149
8150 2004-12-27 Richard M. Stallman <rms@gnu.org>
8151
8152 * files.el (buffer-save-without-query): New var (buffer-local).
8153 (save-some-buffers): Save those buffers first, w/o asking.
8154
8155 * files.el (insert-directory-ls-version): New variable.
8156 (insert-directory): When ls returns an error, test the version
8157 number to decide what the return code means.
8158 With --dired output format, detect and distinguish lines
8159 that are really error messages.
8160 (insert-directory-adj-pos): New function.
8161
8162 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8163
8164 * battery.el (battery-mode-line-format): Remove initial spaces.
8165
8166 * uniquify.el (uniquify-rationalize-file-buffer-names):
8167 Delete interactive spec.
8168
8169 * type-break.el (type-break-mode): Set buffer-save-without-query.
8170 Remove code that tried to set save-some-buffers-always.
8171 (type-break-file-keystroke-count): Bind deactivate-mark.
8172
8173 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8174
8175 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8176 Test that the buffer is live, and maybe reject current buffer too.
8177 Clarify.
8178 (next-error-find-buffer): Rewrite for clarity.
8179
8180 * loadup.el: Don't use buffer-disable-undo; do it directly.
8181
8182 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8183 (describe-variable): Call symbol-file with `defvar'.
8184
8185 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8186 (symbol-file): Rewritten to handle new load-history format.
8187 Now takes an arg TYPE to specify looking for a particular
8188 type of definition only.
8189
8190 * emacs-lisp/debug.el (debugger-make-xrefs):
8191 Call symbol-file with `defun'.
8192
8193 * emacs-lisp/find-func.el (find-function-noselect):
8194 Call symbol-file with `defun'.
8195 (find-variable-noselect): Call symbol-file with `defvar'.
8196
8197 * eshell/esh-cmd.el (eshell-find-alias-function):
8198 Call symbol-file with `defun'.
8199
8200 * eshell/esh-test.el (eshell-test-goto-func):
8201 Call symbol-file with `defun'.
8202
8203 * mail/rmail.el (rmail-resend):
8204 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8205
8206 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8207
8208 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8209
8210 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8211 Call buffer-disable-undo.
8212
8213 * simple.el (undo-list-saved): New variable (buffer-local).
8214 (undo): Set and test it.
8215 (buffer-disable-undo): Move here from buffer.c.
8216 Clear out undo-list-saved.
8217
8218 * international/mule.el (decode-coding-inserted-region):
8219 Set buffer-undo-list in a correct and optimal way.
8220
8221 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8222 (cperl-font-lock-unfontify-region-function): No need to save and
8223 restore info, since font-lock.el does it for us.
8224
8225 * ansi-color.el (save-buffer-state): Definition deleted.
8226 (ansi-color-unfontify-region): Don't use save-buffer-state.
8227
8228 2004-12-27 Dave Love <fx@gnu.org>
8229
8230 * wid-edit.el (function): Use restricted-sexp as parent.
8231
8232 2004-12-27 Kevin Ryde <user42@zip.com.au>
8233
8234 * simple.el (next-matching-history-element): Use same
8235 `interactive' form as previous-matching-history-element.
8236
8237 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8238 it can appear unencoded and has been seen from yahoo.
8239
8240 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8241
8242 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8243 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8244
8245 2004-12-27 Kenichi Handa <handa@m17n.org>
8246
8247 * international/utf-8.el (utf-translate-cjk-load-tables):
8248 Bind coding-system-for-read to nil while loading subst-*.
8249
8250 2004-12-26 Jay Belanger <belanger@truman.edu>
8251
8252 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8253 default input.
8254
8255 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8256
8257 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8258 before reverting and disable undo recording while reverting.
8259
8260 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8261
8262 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8263 (hs-make-overlay): New function.
8264 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8265 (hs-flag-region): Delete function.
8266 (hs-hide-comment-region): No longer use `hs-flag-region'.
8267 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8268 (hs-hide-block-at-point): Likewise.
8269 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8270 (hs-hide-all, hs-show-all): Likewise.
8271 (hs-show-block): Likewise.
8272 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8273
8274 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8275
8276 * progmodes/hideshow.el: Require `cl' when compiling.
8277 Remove XEmacs and Emacs 19 compatibility.
8278 Use `dolist' and `add-to-list' for load-time actions.
8279 (hs-discard-overlays): Use `dolist'.
8280 (hs-show-block): Likewise.
8281
8282 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8283
8284 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8285
8286 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8287
8288 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8289 When extending backwards, move outside the current comment first.
8290
8291 2004-12-22 Kenichi Handa <handa@m17n.org>
8292
8293 * international/quail.el (quail-start-translation): Fix prompt
8294 string for the case if input-method-use-echo-area being non-nil.
8295 (quail-start-conversion): Likewise.
8296 (quail-show-guidance): Don't show guidance if
8297 input-method-use-echo-area is non-nil.
8298
8299 2004-12-21 Richard M. Stallman <rms@gnu.org>
8300
8301 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8302
8303 2004-12-21 Markus Rost <rost@ias.edu>
8304
8305 * calendar/diary-lib.el (mark-diary-entries):
8306 Set mark-diary-entries-in-calendar only after checking for diary-file.
8307
8308 2004-12-21 Richard M. Stallman <rms@gnu.org>
8309
8310 * faces.el (escape-glyph): Use blue against light foreground.
8311
8312 * simple.el (undo-outer-limit-truncate): New function.
8313 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8314
8315 2004-12-21 Eli Barzilay <eli@barzilay.org>
8316
8317 * calculator.el (calculator-radix-grouping-mode)
8318 (calculator-radix-grouping-digits)
8319 (calculator-radix-grouping-separator):
8320 New defcustoms for the new radix grouping mode functionality.
8321 (calculator-mode-hook): Now used in electric mode too,
8322 (calculator): Call it.
8323 (calculator-mode-map): Some new keys.
8324 (calculator-message): New function. Some new calls.
8325 (calculator-op, calculator-set-register): Use it.
8326 (calculator-string-to-number): New function, mostly moved and
8327 updated code from calculator-curnum-value.
8328 (calculator-curnum-value): Use it.
8329 (calculator-paste): Use it, and update grabbing the current-kill.
8330 (calculator-rotate-displayer)
8331 (calculator-rotate-displayer-back): Toggle digit grouping when
8332 in radix mode, use calculator-message.
8333 (calculator-displayer-prev, calculator-displayer-next):
8334 Change digit group size when in radix mode.
8335 (calculator-number-to-string): Rename from
8336 calculator-num-to-string. Now deals with digit grouping in
8337 radix mode.
8338 (calculator-update-display, calculator-put-value): Use the new name.
8339 (calculator-fact): Return a floating point number.
8340 (calculator-mode): Doc fix.
8341
8342 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8343
8344 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8345 * calendar/diary-lib.el (view-other-diary-entries):
8346 Use current-prefix-arg in interactive spec.
8347
8348 2004-12-19 Jay Belanger <belanger@truman.edu>
8349
8350 * calc/calc-aent.el (calcAlg-blank-matching-open):
8351 Temporarily adjust the syntax of both delimiters of half-open intervals.
8352
8353 2004-12-19 Kim F. Storm <storm@cua.dk>
8354
8355 * mouse.el (mouse-1-click-follows-link): Doc fix.
8356
8357 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8358
8359 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8360 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8361 instead of centraleuropean as the name
8362
8363 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8364
8365 Sync with Tramp 2.0.46.
8366
8367 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8368 parameters wrt Tramp convention.
8369 (tramp-handle-file-attributes-with-perl)
8370 (tramp-handle-directory-files-and-attributes): Apply it.
8371 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8372 `copy-program'. Reported by Zack Weinberg
8373 <zack@codesourcery.com>.
8374 (top): Set `edebug-form-spec' property directly rather than
8375 calling `def-edebug-spec'.
8376
8377 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8378 advice less fragile. Surround temporary redefinition of
8379 `substitute-in-file-name' with `unwind-protect'. Suggested by
8380 Matt Hodges <MPHodges@member.fsf.org>.
8381
8382 2004-12-17 Juri Linkov <juri@jurta.org>
8383
8384 * replace.el (occur-accumulate-lines, occur-engine):
8385 Make forcing deferred font-lock fontification jit-specific.
8386
8387 2004-12-17 Kim F. Storm <storm@cua.dk>
8388
8389 * mouse.el (mouse-1-click-follows-link): New defcustom.
8390 (mouse-on-link-p): New function.
8391 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8392 functionality. Map a mouse-1 click event into a mouse-2 (or
8393 other) event when position is inside a link.
8394
8395 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8396 prefix in tooltip text with "mouse-1" when this is a link
8397 recognized by mouse-1-click-follows-link functionality.
8398
8399 * help.el (describe-key): Report effective and original binding
8400 for mouse-1 when clicked on a link.
8401 (describe-mode): Add follow-link property to "minor-mode" button.
8402
8403 * help-fns.el (describe-variable): Add follow-link property to
8404 "below" button.
8405
8406 * help-mode.el (help-xref): Add follow-link property.
8407
8408 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8409 (apropos-command, apropos-variable, apropos-face, apropos-group)
8410 (apropos-widget, apropos-plist): Add follow-link property.
8411
8412 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8413 checks if position is in a filename, rather than some other
8414 clickable item. Function looks for cvs-filename-face at position.
8415
8416 * wid-edit.el (widget-specify-field, widget-specify-button):
8417 Map a :follow-link keyword into a follow-link property.
8418 (link): Add :follow-link keyword, map to RET binding.
8419
8420 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8421
8422 * progmodes/compile.el (compilation-minor-mode-map)
8423 (compilation-button-map, compilation-mode-map): Likewise.
8424
8425 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8426
8427 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8428 (zone-replace-char): Take `count' and `del-count'
8429 instead of `direction'. Update callers. When `del-count' is
8430 non-nil, delete that many characters, otherwise `count' characters
8431 backwards. Insert the newly-replaced string `count' times.
8432 (zone-fret): Handle chars w/ width greater than one.
8433 (zone-fall-through-ws): No longer take window width `ww'.
8434 Update callers. Add handling for `char-width' greater than one.
8435 (zone-pgm-drip): Update var holding window-end position every cycle.
8436
8437 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8438
8439 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8440 rather than insert-file.
8441
8442 2004-12-16 Jay Belanger <belanger@truman.edu>
8443
8444 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8445 (math-init-random-base, math-random-digit): Check to see if
8446 var-RandSeed is bound.
8447 (math-random-last): Declare it.
8448 (math-random-digit): Don't make math-random-last local.
8449
8450 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8451
8452 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8453 one-shot thunk for uniform (error, quit, normal) recovery.
8454 Reported by John Paul Wallington.
8455 (zone-pgm-random-life): Fix bug:
8456 Recognize empty initial field by lack of "@" chars.
8457
8458 2004-12-16 Juri Linkov <juri@jurta.org>
8459
8460 * help.el (function-called-at-point):
8461 * help-fns.el (variable-at-point): As a last resort try stripping
8462 non-word prefixes and suffixes.
8463
8464 * descr-text.el (describe-property-list): Don't treat syntax-table
8465 specially. Use describe-text-sexp which inserts [show] button
8466 for large objects and handles printing errors. Sort properties
8467 by names in alphabetical order instead of by value sizes.
8468 Add `mouse-face' to list of properties for `describe-face' widget.
8469 (describe-char): Mask out face-id from 19 bits of character.
8470 Print face-id separately.
8471
8472 * replace.el (occur-accumulate-lines, occur-engine):
8473 Fontify unfontified matching lines in the source buffer
8474 before copying them.
8475 (occur-engine): Don't put mouse-face on context lines.
8476 (occur-next-error): Set point to line beginning/end
8477 before searching for prev/next property to skip multiple
8478 matches on a line (not supported by occur engine).
8479 Remove redundant prefix-numeric-value.
8480
8481 2004-12-15 Juri Linkov <juri@jurta.org>
8482
8483 * replace.el (match): New face.
8484 (list-matching-lines-face): Change default from `bold' to `match'.
8485
8486 * progmodes/grep.el (grep-match-face): New defvar.
8487 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8488 compilation-column-face to highlight grep matches.
8489
8490 * apropos.el (apropos-match-face): Change default from
8491 `secondary-selection' to `match'.
8492
8493 * info-look.el (info-lookup-highlight-face): Change default from
8494 `highlight' to `match'.
8495
8496 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8497
8498 * progmodes/executable.el (executable-interpret): Eliminate
8499 obsolete compile-internal, and switch to comint for interaction.
8500
8501 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8502
8503 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8504 `&&' when skipping multiple statements on a line.
8505
8506 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8507
8508 * play/zone.el (zone): Set `truncate-lines'.
8509 Also, init `tab-width' with value from original buffer.
8510 (zone-shift-up): Rewrite for speed.
8511 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8512 (zone-pgm-jitter): Remove redundant entries from ops vector.
8513 (zone-exploding-remove): Reduce iteration count.
8514 (zone-cpos): Convert to defsubst.
8515 (zone-replace-char): New defsubst.
8516 (zone-park/sit-for): Likewise.
8517 (zone-fret): Take window-start arg.
8518 Update callers. Use `zone-park/sit-for'.
8519 (zone-fill-out-screen): Rewrite.
8520 (zone-fall-through-ws): Likewise. Update callers.
8521 (zone-pgm-drip): Use `zone-replace-char'.
8522 Move var inits before while-loop. Use `zone-park/sit-for'.
8523 (zone-pgm-random-life): Handle empty initial field.
8524 Use `zone-replace-char' and `zone-park/sit-for'.
8525
8526 2004-12-15 Juri Linkov <juri@jurta.org>
8527
8528 * isearch.el (isearch-update): Test isearch-lazy-highlight
8529 before calling isearch-lazy-highlight-new-loop.
8530 (isearch-lazy-highlight-new-loop):
8531 Don't test isearch-lazy-highlight.
8532
8533 * replace.el (perform-replace): Add isearch-case-fold-search.
8534 Use delimited-flag for isearch-regexp.
8535 Reset isearch-lazy-highlight-last-string to force lazy
8536 highlighting when called from isearch mode.
8537 (query-replace-highlight): Revert defcustom type to boolean.
8538 (query-replace-lazy-highlight): New defcustom.
8539 (query-replace): New face.
8540 (perform-replace, replace-highlight, replace-dehighlight):
8541 Test query-replace-lazy-highlight instead of special value
8542 `isearch' of query-replace-highlight.
8543 (replace-dehighlight): Don't call isearch-dehighlight.
8544 (replace-highlight): Don't call isearch-highlight.
8545 Use face `query-replace' unconditionally.
8546
8547 2004-12-14 Kim F. Storm <storm@cua.dk>
8548
8549 * simple.el (inhibit-mark-movement): Remove defvar.
8550 (beginning-of-buffer, end-of-buffer): Don't use it.
8551
8552 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8553 Don't use inhibit-mark-movement.
8554
8555 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8556 (cua--undo-push-mark): Remove.
8557 (cua--pre-command-handler, cua--post-command-handler):
8558 Don't fiddle with inhibit-mark-movement.
8559
8560 2004-12-14 Juri Linkov <juri@jurta.org>
8561
8562 * buff-menu.el (list-buffers-noselect): Collect internal info
8563 for every buffer in BUFFER-LIST arg too.
8564 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8565 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8566 Bind same-window-buffer-names and same-window-regexps to nil.
8567
8568 2004-12-13 Juri Linkov <juri@jurta.org>
8569
8570 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8571
8572 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8573 (sc-cite-region, sc-uncite-region, sc-recite-region):
8574 Fix previous change to handle not alist as a symbol, but
8575 a citation frame as a symbol that represents a variable name.
8576
8577 2004-12-13 Richard M. Stallman <rms@gnu.org>
8578
8579 * filecache.el (file-cache-add-directory-using-find):
8580 Only set up file-cache-find-command-posix-flag if we will use it.
8581
8582 * bindings.el (mode-line-buffer-identification-keymap):
8583 Don't cancel the mode-line's usual down-mouse-1 binding.
8584
8585 * cus-edit.el (custom-face-selected): Handle `default' specs.
8586 (custom-face-edit): Increase extra-offset.
8587 (custom-display): Handle `default' specs.
8588
8589 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8590
8591 * emacs-lisp/elint.el (elint-standard-variables)
8592 (elint-unknown-builtin-args): Move definitions up.
8593
8594 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8595
8596 * info.el (info-xref-visited): Use `default' instead of t.
8597 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8598
8599 * faces.el (header-line, mode-line-inactive, tool-bar):
8600 Use `default' instead of t for setting the defaults.
8601 (face-spec-choose): Separate `t' from `default'.
8602
8603 * subr.el (while-no-input): New macro.
8604
8605 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8606
8607 * filecache.el (file-cache-add-directory-using-find):
8608 Only test file-cache-find-command-posix-flag on some systems.
8609
8610 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8613 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8614 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8615 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8616 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8617
8618 2004-12-12 Juri Linkov <juri@jurta.org>
8619
8620 * files.el (find-file-other-window, find-file-other-frame):
8621 Add the first buffer to the returned value to return the complete
8622 list of all visited buffers.
8623 (find-file-read-only, find-file-read-only-other-window)
8624 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8625 `find-file-read-args'. Signal an error about non-existent file
8626 only if file name doesn't contain wildcards. Toggle read-only in
8627 all visited buffers.
8628 (find-alternate-file, find-alternate-file-other-window):
8629 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8630 called interactively. Pass arg `wildcards' to other functions.
8631 (find-file-noselect): Doc fix.
8632
8633 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8634 Doc fix.
8635 (ffap-directory-finder): New variable.
8636 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8637 (ffap-file-at-point): Add /* to immediately rejected names.
8638 Return absolute file names matching ffap-dired-wildcards.
8639 (ffap-read-file-or-url): Set default value for `completing-read'
8640 to `buffer-file-name'.
8641 (find-file-at-point): When filename matches ffap-dired-wildcards,
8642 call ffap-file-finder with t arg `wildcards', instead of dired.
8643 (ffap-other-window, ffap-other-frame): Return visited buffers.
8644 (ffap-read-only, ffap-read-only-other-window)
8645 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8646 (dired-at-point): Call ffap-directory-finder instead of dired.
8647 (ffap-dired-other-window, ffap-dired-other-frame)
8648 (ffap-list-directory): New commands.
8649 (ffap-bindings): New keybindings for new commands.
8650
8651 2004-12-12 Juri Linkov <juri@jurta.org>
8652
8653 * simple.el (beginning-of-buffer, end-of-buffer):
8654 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8655 Do not push mark when mark is active in transient-mark-mode.
8656
8657 * simple.el (mark-word):
8658 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8659 * textmodes/paragraphs.el (mark-paragraph):
8660 Extend the region when mark is active in transient-mark-mode,
8661 regardless of the last command. Doc fix.
8662
8663 * simple.el (mark-word): Preserve direction when repeating.
8664 Make arg optional. Interactive "p" -> "P".
8665 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8666
8667 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8668 preserving direction, to mark forward instead of backward when mark
8669 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8670
8671 2004-12-12 Juri Linkov <juri@jurta.org>
8672
8673 * isearch.el (isearch-edit-string): Set 7th arg of
8674 `read-from-minibuffer' to `t' to inherit the current input
8675 method (whose name is indicated by [IM] in the minibuffer prompt)
8676 from the current buffer to the minibuffer.
8677 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8678 to allow C-g quitting for lazy highlighting looping inside the
8679 search with nested repetition operators. Add overlay to the list
8680 before setting its face and other properties to avoid the case of
8681 code quitting after placing the new overlay but before it's
8682 recorded on the list. Select the window where isearch was
8683 activated, to highlight matches in the right window when isearch
8684 switches the current window to the minibuffer.
8685
8686 * international/isearch-x.el
8687 (isearch-process-search-multibyte-characters):
8688 Use `isearch-message' as initial input for `read-string' instead
8689 of adding it to the minibuffer prompt. After reading a string
8690 remove the initial value of `isearch-message' from the string.
8691
8692 * replace.el (replace-match-maybe-edit): Doc fix.
8693 (perform-replace): Don't call `replace-highlight' when automatic
8694 replacement is requested in literal mode, since it is intended
8695 only to highlight words during entering a new replacement string
8696 for \? in non-literal mode.
8697
8698 * replace.el (query-replace-highlight): Add new value `isearch'
8699 that allows query replacement to use isearch highlighting.
8700 Change type from `boolean' to `choice'. Doc fix.
8701 (replace-highlight, replace-dehighlight, perform-replace):
8702 Use isearch highlighting if query-replace-highlight eq `isearch'.
8703
8704 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8707 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8708
8709 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8710 case of \end{verbatim}.
8711
8712 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8713
8714 * term.el (term-termcap-format): Synchronyze with terminfo.
8715 (term-emulate-terminal): Handle reset.
8716 (term-reset-terminal): New function.
8717
8718 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8719
8720 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8721 (zone-fill-out-screen): New func.
8722 (zone-pgm-drip): Use `zone-fill-out-screen'.
8723 Also, no longer go to point-min on every cycle.
8724 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8725 (zone-pgm-random-life-wait): New user var.
8726 (zone-pgm-random-life): New func.
8727
8728 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8729
8730 * files.el (auto-mode-alist): Map .com to DCL mode.
8731
8732 2004-12-09 Richard M. Stallman <rms@gnu.org>
8733
8734 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8735
8736 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8737
8738 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8739 buffer with a display margin.
8740
8741 2004-12-08 Jay Belanger <belanger@truman.edu>
8742
8743 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8744 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8745
8746 2004-12-08 Richard M. Stallman <rms@gnu.org>
8747
8748 * faces.el: Delete code to set display table.
8749 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8750
8751 2004-12-08 Jay Belanger <belanger@truman.edu>
8752
8753 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8754
8755 * calc/calc-ext.el (math-read-replacement-list)
8756 (math-read-superscripts, math-read-preprocess-string): Move to
8757 calc-aent.el.
8758
8759 * calc/calc-aent.el (math-read-replacement-list)
8760 (math-read-superscripts, math-read-preprocess-string): Move from
8761 calc-ext.el.
8762
8763 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * isearch.el (isearch-quote-char): Fix up typo in last change.
8766
8767 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8768
8769 * mouse.el (mouse-set-font): Handle the case where the command was
8770 not invoked using the mouse.
8771
8772 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8773 (edmacro-finish-edit): Further update for keyboard macros that are
8774 lambda forms.
8775 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8776
8777 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8778
8779 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8780 (font-lock-default-unfontify-region): Don't save buffer state any more.
8781
8782 2004-12-07 Jay Belanger <belanger@truman.edu>
8783
8784 * calc/calc-help.el (calc-describe-key):
8785 Set calc-summary-indentation even when Calc Summary buffer exists.
8786
8787 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8788
8789 * calendar/holidays.el (holiday-easter-etc): Make arguments
8790 optional for backwards compatibility. Doc fix.
8791 Remove un-necessary local vars mandatory, output-list.
8792 (holiday-advent): Make arguments optional for backwards
8793 compatibility. Doc fix.
8794
8795 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * paren.el (show-paren-function): Fix last change (2004-12-02).
8798
8799 * international/mule-util.el (char-displayable-p): Return nil for
8800 unibyte mode.
8801
8802 * subr.el (subregexp-context-p): New function.
8803
8804 * isearch.el (isearch-quote-char): Use it.
8805
8806 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8807 (regexp-opt-not-groupie*-re): Remove.
8808 (regexp-opt): Properly handle inputs with duplicate entries.
8809
8810 2004-12-06 Richard M. Stallman <rms@gnu.org>
8811
8812 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8813
8814 * cus-edit.el (custom-file): Doc fix.
8815
8816 * textmodes/org.el: New file.
8817
8818 2004-12-06 Kenichi Handa <handa@m17n.org>
8819
8820 * ldefs-boot.el: Update international/mule-util.el section.
8821
8822 2004-12-05 Sam Steingold <sds@gnu.org>
8823
8824 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8825 Fix `tramp-time-diff' comparison logic.
8826
8827 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8828
8829 * progmodes/which-func.el (which-function):
8830 Use `run-hook-with-args-until-success' instead of a custom loop.
8831 Fixes bug with local hooks.
8832
8833 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8834
8835 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8836 Use delete-dups when calculating the initial value.
8837 (bibtex-autokey-get-title): Use <=.
8838 (bibtex-goto-line): New function.
8839 (bibtex-reposition-window): Use line numbers instead of point
8840 positions. Use window-body-height.
8841 (bibtex-find-crossref): Use bibtex-reposition-window.
8842 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8843 position of entry if key is found or nil if not found.
8844
8845 2004-12-05 Richard M. Stallman <rms@gnu.org>
8846
8847 * cus-edit.el (custom-file): Doc fix.
8848
8849 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8850
8851 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * simple.el (blink-matching-open):
8854 * textmodes/tex-mode.el (tex-validate-region):
8855 Obey syntax-table text properties.
8856
8857 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8858
8859 * wid-edit.el (widget-specify-field): Add `real-field' property to
8860 boundary.
8861 (widget-field-at): Use it.
8862
8863 2004-12-02 Richard M. Stallman <rms@gnu.org>
8864
8865 * progmodes/cc-mode.el (awk-mode autoload):
8866 Supply t meaning interactive function.
8867
8868 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8869 (isearch-mode-map): No special definition for space.
8870 (isearch-whitespace-chars): Command deleted.
8871 (isearch-forward-regexp): Doc fix.
8872 (isearch-quote-char): When a space is not inside brackets,
8873 use `[ ]' instead of just space.
8874 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8875
8876 * imenu.el (imenu--generic-function): Delete code to exclude
8877 matches in comments.
8878
8879 * man.el (Man-reverse-face): Change default to `highlight'.
8880
8881 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8882 (occur-engine): Use `face' prop rather than `font-lock-face'
8883 when specifying use of `match-face'.
8884 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8885
8886 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8887
8888 * add-log.el (add-log-current-defun): Handle the case where point
8889 is in the header part of a DEFUN construct.
8890
8891 2004-12-02 Dave Love <fx@gnu.org>
8892
8893 * progmodes/python.el (python-font-lock-syntactic-keywords):
8894 Fix previous change.
8895
8896 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8897
8898 * paren.el (show-paren-function): Check for matching chars
8899 specified by text props.
8900
8901 2004-12-02 Jay Belanger <belanger@truman.edu>
8902
8903 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8904 when reading a new key sequence.
8905
8906 2004-12-02 Kim F. Storm <storm@cua.dk>
8907
8908 * faces.el (escape-glyph): Rename from glyph.
8909 (standard-display-table): Set it here. Add escape-glyph face to
8910 extra slot characters.
8911
8912 * disp-table.el: Undo 2004-12-01 change. Display table is now
8913 setup in faces.el.
8914
8915 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8916
8917 * xml.el (xml-parse-dtd): Don't show validity messages when
8918 xml-validating-parser is nil.
8919 (xml-substitute-special): Fix validity error messages to
8920 actually show the unexpandable entity. Added validity error if &
8921 isn't followed by an entity.
8922 (xml-parse-tag): Concatenate any string following the a
8923 <![CDATA[]]> section to the parsed CDATA.
8924 (xml-parse-dtd): Skip parameter entity declarations and use of
8925 parameter entities.
8926
8927 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8928
8929 * kmacro.el (kmacro-default-counter-format): New var.
8930 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8931 (kmacro-display): Remove `nil' from `and' form. Delete call to
8932 `format' inside `message'.
8933 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8934
8935 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * pcvs.el (cvs-header-msg): New function.
8938 (cvs-update-header): Use it. Change calling convention.
8939 Correctly handle the case of having simultaneous active processes.
8940 (cvs-sentinel): Don't call cvs-update-header any more.
8941 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8942
8943 2004-12-01 Jay Belanger <belanger@truman.edu>
8944
8945 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8946 Change message.
8947
8948 2004-12-01 Juri Linkov <juri@jurta.org>
8949
8950 * progmodes/prolog.el (prolog-mode-variables):
8951 Fix imenu-generic-expression.
8952
8953 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8954
8955 * faces.el (glyph): New face.
8956
8957 * disp-table.el: Add an autoloaded table, that doesn't require
8958 this library, with glyph face.
8959
8960 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8961 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8962 (conf-quote-normal): Allow normalizing only ' or ".
8963 (conf-mode): Regexp-quote constructed comment-start and don't
8964 match section {} where "name" contains braces.
8965
8966 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8967 files.
8968
8969 2004-12-01 Kenichi Handa <handa@m17n.org>
8970
8971 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8972 (x-select-text): Don't treat eight-bit-control/graphic chars
8973 specially. Store the encoded text in the X cut buffer.
8974 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8975 with x-last-selected-text-cut-encoded.
8976
8977 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8980
8981 2004-11-30 Markus Rost <rost@ias.edu>
8982
8983 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8984 AUCTeX.
8985
8986 2004-11-30 Jay Belanger <belanger@truman.edu>
8987
8988 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8989 on signs of intervals.
8990 (math-pow-of-zero): Strengthen checks for positive and negative
8991 exponents.
8992
8993 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8994 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8995 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8996 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8997 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8998 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8999 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
9000 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
9001 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
9002 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
9003 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
9004 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
9005 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
9006 with provide statements.
9007
9008 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
9009
9010 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
9011
9012 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
9013 (calc-load-everything, math-defsimplify): Replace dummy autoloading
9014 functions by require statements.
9015 (math-defsimplify): Move to calc-alg.el, add to autoloads.
9016
9017 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
9018 (calc-gnuplot-print): Give them values.
9019
9020 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
9021 autoloads.
9022 Add calc-do-embedded-activate to autoloads.
9023 (calc-gnuplot-name, calc-gnuplot-plot-command)
9024 (calc-gnuplot-print-command): Move them to calc-graph.el.
9025
9026 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9027
9028 * term/mac-win.el (ccl-encode-mac-roman-font)
9029 (ccl-encode-mac-cyrillic-font)
9030 (ccl-encode-mac-centraleuropean-font, encoder-list)
9031 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
9032 Support Cyrillic, CentralEuropean, and Dingbat font display
9033
9034 2004-11-30 Andre Spiegel <spiegel@gnu.org>
9035
9036 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
9037
9038 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
9039 still nil.
9040
9041 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
9042
9043 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
9044 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
9045
9046 2004-11-29 Jay Belanger <belanger@truman.edu>
9047
9048 * calc/calc-arith.el (math-pow-of-zero): Take into account different
9049 cases of the base and exponent.
9050
9051 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9052
9053 * simple.el (next-error-buffer-p): Allow for inclusive and
9054 exclusive tests for finding a buffer.
9055 (next-error-find-buffer): Pass the exclusive and inclusive tests
9056 to next-error-buffer-p.
9057
9058 * replace.el (occur-next-error): Switch to the Occur buffer when
9059 appropriate, use the exclusive filter to next-error-find-buffer to
9060 do it. Use the absolute value of the motion amount.
9061
9062 2004-11-29 Kenichi Handa <handa@m17n.org>
9063
9064 * startup.el (command-line): Decode all default-directory by
9065 locale-coding-system.
9066
9067 2004-11-29 Jay Belanger <belanger@truman.edu>
9068
9069 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
9070 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
9071 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
9072 Replace calls to calc-extensions by appropriate require, replace
9073 calc-extensions-loaded by appropriate featurep.
9074
9075 * calc/calc-ext.el: Move require to end of file.
9076 Remove redundant loading of calc.el.
9077 (calc-extensions-loaded): Remove unnecessary variable.
9078 (calc-extensions): Remove unnecessary function.
9079 (calc-load-everything): Replace calc-need-macros by appropriate require.
9080
9081 * calc/calc-macs.el: Move provide to end of file.
9082 (calc-need-macros): Remove unnecessary function.
9083
9084 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
9085 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
9086 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
9087 Replace calc-extensions by appropriate require.
9088 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
9089
9090 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
9091 Replace calc-need-macros by appropriate require.
9092
9093 * calc/calc.el: Move require to end of file.
9094 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
9095 Remove unnecessary variable.
9096 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
9097 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
9098 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
9099 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
9100 (math-stack-value-offset, math-format-value, math-format-flat-expr)
9101 (math-format-number, math-format-bignum, math-read-number)
9102 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
9103 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
9104 by appropriate require.
9105 (calc-check-defines): Replace calc-need-macros by appropriate require.
9106
9107 2004-11-29 Kim F. Storm <storm@cua.dk>
9108
9109 * macros.el (insert-kbd-macro): Handle kmacro functions.
9110
9111 2004-11-28 Juri Linkov <juri@jurta.org>
9112
9113 * compare-w.el (compare-windows-highlight): Attach each overlay
9114 to its window to properly highlight differences while comparing
9115 two windows of the same buffer. Fix arguments.
9116 (compare-windows-sync-default-function): Fix arguments of
9117 `compare-windows-highlight'.
9118
9119 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9120 Use `read-expression-history'. Set initial contents only if
9121 `edebug-global-break-condition' is non-nil. Set histpos to 1
9122 if initial contents is equal to the last history element.
9123 (edebug-set-conditional-breakpoint): Instead of temporarily
9124 prepending the current condition to the history, set initial
9125 contents to the current condition. Set histpos to 1 if initial
9126 contents is equal to the last history element.
9127
9128 * info.el (Info-search-whitespace-regexp): Remove shy group.
9129 (Info-search): Forward line if search is on the header line.
9130 Use search-whitespace-regexp in two other places.
9131
9132 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9135 warning. Delay real definition, which uses
9136 `set-fringe-indicators-1' till after the definition of that function.
9137
9138 2004-11-28 Kim F. Storm <storm@cua.dk>
9139
9140 * fringe.el (fringe): New defgroup.
9141 (fringe-mode): Move to fringe group.
9142 (fringe-indicators): New defcustom.
9143 (set-fringe-indicators-1): New defun.
9144
9145 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9146 (menu-bar-showhide-fringe-ind-menu): New keymap.
9147 (menu-bar-showhide-fringe-ind-empty)
9148 (menu-bar-showhide-fringe-ind-mixed)
9149 (menu-bar-showhide-fringe-ind-box)
9150 (menu-bar-showhide-fringe-ind-right)
9151 (menu-bar-showhide-fringe-ind-left)
9152 (menu-bar-showhide-fringe-ind-none): New defuns.
9153 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9154
9155 2004-11-27 Richard M. Stallman <rms@gnu.org>
9156
9157 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9158
9159 * generic.el (define-generic-mode): Doc fix.
9160
9161 * menu-bar.el (menu-bar-options-save): For the options
9162 that are toggled with menu-bar-make-mm-toggle, don't check
9163 for customized-value prop.
9164
9165 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9166
9167 * mail/supercite.el (sc-cite-region): Handle the case where
9168 sc-cite-frame-alist is a symbol.
9169 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9170 a symbol.
9171 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9172 a symbol.
9173
9174 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9175
9176 * wid-edit.el (widget-narrow-to-field): New function.
9177 (widget-complete): Use it.
9178
9179 2004-11-27 Jay Belanger <belanger@truman.edu>
9180
9181 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9182 variable.
9183 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9184 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9185 (math-alg-inequalities): Move declaration to earlier in the file.
9186
9187 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9188 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9189 Declare them.
9190
9191 * calc/calc-lang.el (math-expr-data, math-expr-token)
9192 (math-exp-old-pos): Declare them.
9193
9194 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9195 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9196
9197 2004-11-27 Kim F. Storm <storm@cua.dk>
9198
9199 * progmodes/flymake.el: Use (featurep 'xemacs).
9200 (flymake-makehash): Change to defsubst. Use fboundp.
9201 (flymake-time-to-float): Remove.
9202 (flymake-float-time): Merge code from flymake-time-to-float here.
9203 (flymake-replace-regexp-in-string): Change to defsubst.
9204 (flymake-split-string-remove-empty-edges):
9205 Rename to flymake-split-string.
9206 (flymake-split-string): Remove previous defalias.
9207 (flymake-get-temp-dir): Change to defsubst.
9208 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9209 Define for xemacs only.
9210 (flymake-master-file-count-limit): Change into compiler defvar only.
9211 (flymake-find-possible-master-files): Let-bind it dynamically while
9212 sorting files using flymake-master-file-compare.
9213
9214 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9217 of defun-prompt-regexp matches inside a comment/string but the
9218 beginning is correctly outside everything.
9219
9220 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9221 appears within a string or a comment.
9222
9223 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9224 rather than make-symbol for symbols which are used in
9225 a symbol-macrolet or equivalent.
9226
9227 2004-11-26 Jay Belanger <belanger@truman.edu>
9228
9229 * calc-misc.el (calc-last-why-command): Declare it.
9230
9231 * calc-vec.el (math-grade-vec): New variable.
9232 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9233 Replace variable grade-vec by declared variable.
9234 (math-rb-close): New variable.
9235 (math-read-brackets, math-read-vector): Replace variable close by
9236 declared variable.
9237
9238 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9239 (calc-one-window, calc-edit-handler, calc-restore-trail)
9240 (calc-allow-ret): Declare them.
9241
9242 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9243 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9244 (math-radix-float-cache-tag, math-random-cache)
9245 (math-max-digits-cache, math-integral-cache, math-units-table)
9246 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9247 (math-moc-func): New variable.
9248 (math-map-over-constants, math-map-over-constants-rec):
9249 Replace variable func by declared variable.
9250
9251 * calc/calc-store.el (calc-given-value, calc-store-opers):
9252 Declare them.
9253 (calc-var-name-map): Move declaration to earlier in the file.
9254 (calc-pv-pos): New variable.
9255 (calc-permanent-variable, calc-insert-permanent-variable):
9256 Replace variable pos by declared variable.
9257
9258 * calc/calc-mtx.el (calc-det-lu): New variable.
9259 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9260
9261 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9262 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9263 and arg by declared variables.
9264 (calcFunc-reducer): Fix incorrect variable.
9265 (math-inner-mul-func, math-inner-add-func): New variables.
9266 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9267 and add-func by declared variables.
9268
9269 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9270 (calc-digit-value): Declare them.
9271
9272 * calc/calc-help.el (Info-history): Declare it.
9273 (calc-describe-key): Make calc-summary-indentation a local variable.
9274 (calc-help-long-names): Move declaration to earlier in file.
9275
9276 * calc/calc-embed.el (calc-original-buffer): Declare it.
9277 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9278 (calc-embed-bot): New variables.
9279 (calc-do-embedded, calc-embedded-mark-formula)
9280 (calc-embedded-find-bounds, calc-embedded-duplicate)
9281 (calc-embedded-new-formula, calc-embedded-make-info):
9282 Replace vars outer-top, outer-bot, bot and top by declared variables.
9283 (calc-embed-prev-modes): New variable.
9284 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9285 prev-modes with declared variable.
9286 (calc-embed-vars-used): New variable.
9287 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9288 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9289 vars-used by declared variable.
9290
9291 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9292 (math-format-radix-float): Remove unnecessary setq.
9293 (math-radix-float-cache): Declare it.
9294
9295 * calc/calcsel2.el (calc-keep-selection): Declare it.
9296
9297 * calc/calc-maint.el: Remove file.
9298
9299 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9300
9301 * textmodes/bibtex.el (bibtex-sort-entry-class)
9302 (bibtex-comment-start): Use defcustom.
9303 (bibtex-entry-field-alist): Use nil if initial content of the
9304 field is undefined. Fix docstring.
9305 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9306 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9307 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9308 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9309 Fix docstring.
9310 (bibtex-autokey-title-terminators): Use only one regexp.
9311 (bibtex-string-maybe-empty-head): New variable.
9312 (bibtex-remove-delimiters-string): New function.
9313 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9314 Use bibtex-remove-delimiters-string.
9315 (bibtex-progress-message, bibtex-field-left-delimiter)
9316 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9317 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9318 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9319 Simplify.
9320 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9321 Use eq and bibtex-remove-delimiters-string. For end markers use
9322 insertion type so that marker stays after inserted text.
9323 (bibtex-autokey-get-names): Return empty string if name is missing.
9324 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9325 calling bibtex-autokey-name-case-convert.
9326 (bibtex-autokey-demangle-title):
9327 Call bibtex-autokey-titleword-case-convert. Remove call to
9328 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9329 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9330 (bibtex-read-key): New optional arg global.
9331 (bibtex-files-expand): New optional arg force.
9332 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9333 (bibtex-complete-crossref-cleanup): Rename from
9334 bibtex-complete-key-cleanup. Simplify code.
9335 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9336 Operate on current entry.
9337 (bibtex-button): Add docstring.
9338 (bibtex-entry): Simplify.
9339 (bibtex-make-field): Replace optional arg called-by-yank with more
9340 specific args move and interactive.
9341 (bibtex-end-of-entry): Use forward-sexp.
9342 (bibtex-find-entry-globally): Remove.
9343 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9344 Bound to C-c C-x.
9345 (bibtex-find-entry): New optional args global and display.
9346 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9347 (bibtex-validate): Use arg force of bibtex-files-expand.
9348 (bibtex-clean-entry): Bugfix, clean string entries properly.
9349 Always keep point at beginning of entry.
9350 (bibtex-complete): Bugfix. Handle string entries properly.
9351 Call cleanup functions only if needed.
9352 (bibtex-String): Use bibtex-read-string-key.
9353 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9354 case of replacement text.
9355
9356 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9357
9358 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9359 (tramp-perl-directory-files-and-attributes): New constant.
9360 (tramp-file-name-handler-alist): Delete file-directory-files, add
9361 directory-files-and-attributes.
9362 (tramp-perl-file-attributes): Surround uid and gid by double
9363 quotes. Change parameter id-format from nonnumeric.
9364 (tramp-convert-file-attributes): New function.
9365 (tramp-handle-file-attributes): Use it.
9366 (tramp-maybe-send-perl-script): New function.
9367 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9368 file mode. Change parameter id-format from nonnumeric.
9369 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9370 from nonnumeric.
9371 (tramp-post-connection): Don't send tramp-perl-file-attributes
9372 script. Reset connection property "perl-scripts".
9373 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9374 in use.
9375
9376 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9377
9378 * desktop.el (desktop-read): Replace mapcar with mapc.
9379 (desktop-create-buffer): Replace mapcar with mapc.
9380 Remove redundant piece of code.
9381
9382 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * progmodes/gud.el (gud-display-line): Use display-buffer
9385 for GDB-UI as for GUD.
9386
9387 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9388 Delete variables.
9389 (gdb-ann3): Don't make GUD buffer dedicated.
9390 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9391 (gdb-display-source-buffer): Delete function.
9392 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9393 (menu): Delete menu bindings for viewing source/assembler.
9394 (gdb-setup-windows, gdb-restore-windows):
9395 Don't dedicate GUD. No assembler now.
9396 (gdb-reset): No need to undedicate source buffers now.
9397 (gdb-source-info): No assembler now.
9398
9399 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9400
9401 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9402 width to those for special frames.
9403 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9404 Use display-buffer.
9405 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9406 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9407 (gdb-frame-assembler-buffer): Rework like
9408 gdb-frame-breakpoints-buffer.
9409
9410 2004-11-25 Richard M. Stallman <rms@gnu.org>
9411
9412 * progmodes/flymake.el: Reindent.
9413 (flymake-split-string): Turn into defalias.
9414 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9415 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9416 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9417 (flymake-build-relative-filename): Rename from ...path.
9418 Fix error message.
9419
9420 2004-11-25 Cheng Gao <chenggao@gmail.com>
9421
9422 * progmodes/flymake.el: Much whitespace and capitalization change.
9423 Move `provide' to end. Require `compile' only when compiling.
9424
9425 2004-11-24 Jay Belanger <belanger@truman.edu>
9426
9427 * calc/calc-alg.el: Added comment.
9428 (math-polynomial-base): Replace variable mpb-top-expr by
9429 math-poly-base-top-expr.
9430
9431 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9432 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9433 variable.
9434 (math-poly-base-total-base): New variable.
9435 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9436 mpb-total-base by declared variable.
9437 (math-factored-vars, math-to-list): Declare it.
9438 (math-fact-expr): New variable.
9439 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9440 (math-factor-expr-try, math-factor-expr-part): Replace variable
9441 expr by declared variable.
9442 (math-fet-x): New variable.
9443 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9444 by declared variable.
9445 (math-factor-poly-coefs): Make temp a local variable.
9446
9447 * calc/calc-units.el (calc-convert-units): Make units a local
9448 variable.
9449 (calc-num-units, calc-den-units): New variables.
9450 (calc-explain-units, calc-explain-units-rec): Replace variables
9451 num-units and den-units by declared variables.
9452 (math-cu-unit-list): New variable.
9453 (math-build-units-table, math-compare-unit-names)
9454 (math-convert-units, math-convert-units-rec): Replace variable
9455 unit-list by declared variable.
9456 (math-fbu-base, math-fbu-entry): New variables.
9457 (math-find-base-units, math-find-base-units-rec): Replace variables
9458 base and entry by declared variables.
9459 (math-which-standard): New variable.
9460 (math-to-standard-units, math-to-standard-rec): Replace variable
9461 which-standard by declared variable.
9462 (math-fcu-u): New variable.
9463 (math-find-compatible-unit, math-find-compatible-unit-rec):
9464 Replace variable u by declared variable.
9465 (math-cu-new-units, math-cu-pure): New variables.
9466 (math-convert-units, math-convert-units-rec): Replace variables
9467 new-units and pure by declared variables.
9468 (math-try-cancel-units): New variable.
9469 (math-simplify-units-quotient): Replace variable try-cancel-units by
9470 declared variable.
9471
9472 2004-11-24 Richard M. Stallman <rms@gnu.org>
9473
9474 * textmodes/ispell.el (ispell-check-version):
9475 If default-directory is nonexistent, use home dir.
9476
9477 * progmodes/grep.el (grep-regexp-alist):
9478 Don't match parens around line numbers.
9479
9480 * progmodes/cperl-mode.el (cperl-indent-region)
9481 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9482 Don't print progress messages.
9483
9484 * progmodes/compile.el (compilation-mode-map):
9485 Don't inherit from compilation-minor-mode-map;
9486 copy its bindings instead. But the menu bar Compile
9487 entry now does inherit from compilation-menu-map.
9488
9489 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9490 Use with-no-warnings around compiler-macroexpand.
9491
9492 * imenu.el: Don't always require newcomment.
9493 (imenu--generic-function): Call comment-normalize-vars
9494 if we have a comment syntax.
9495 Exit the loop if REGEXP matches the null string.
9496 Test comment-start as well as comment-start-skip
9497 when deciding whether to check for comments.
9498
9499 * tooltip.el (tooltip-mode): Doc fix.
9500
9501 * term.el (term-escape-char, term-mode): Doc fixes.
9502
9503 2004-11-24 Dave Love <fx@gnu.org>
9504
9505 * progmodes/python.el (python-font-lock-syntactic-keywords):
9506 Check for escapes in the regexp.
9507 (python-quote-syntax): Don't do it here.
9508
9509 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9510
9511 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9512 (gdb-frames-mode-map, gdb-threads-mode-map)
9513 (gdb-registers-mode-map, gdb-locals-mode-map)
9514 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9515 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9516
9517 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9518 (dedicated-switch-to-buffer): Rework.
9519 (gdb-var-evaluate-expression-handler, gdb-put-string):
9520 Remove unused variable bindings.
9521 (gdb-setup-windows, gdb-display-buffer):
9522 Simplify. Use pop-to-buffer.
9523 (gdb-view-source-function): Simplify.
9524 (gdb-frame-breakpoints-buffer):
9525 Use pop-to-buffer, special-display-regexps.
9526
9527 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9528
9529 * progmodes/f90.el (f90-smart-end)
9530 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9531 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9532 (f90-end-of-block): Doc fix. Make check of outermost block
9533 conditional on value of `f90-smart-end'.
9534 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9535 Handle case where END-BLOCK is nil.
9536 (f90-match-end): Handle un-named PROGRAM blocks.
9537 (f90-backslash-not-special): New function.
9538
9539 2004-11-24 Jay Belanger <belanger@truman.edu>
9540
9541 * calc/calc.el (calc-embedded-active): Removed unnecessary
9542 declaration.
9543 (calc-show-banner): Removed redundant declaration.
9544
9545 * calc/calc-graph.el (calc-gnuplot-default-device)
9546 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9547 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9548 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9549 Remove redundant initial values.
9550
9551 * calc/calc-arith.el (math-scalar-functions)
9552 (math-nonscalar-functions, math-scalar-if-args-functions)
9553 (math-real-functions, math-positive-functions)
9554 (math-nonnegative-functions, math-real-scalar-functions)
9555 (math-real-if-arg-functions, math-integer-functions)
9556 (math-num-integer-functions, math-rounding-functions)
9557 (math-float-rounding-functions, math-integer-if-args-functions)
9558 (math-super-types): Move declarations to earlier in file.
9559 (math-unit-prefixes): Declared it.
9560 (math-floor-prec, math-trunc-prec): New variables.
9561 (math-trunc-fancy): Replace variable prec by declared variable.
9562 (math-floor-fancy): Replace variable prec by declared variable.
9563 (math-com-bterms): New variable.
9564 (math-commutative-equal, math-commutative-collect):
9565 Replace variable bterms by declared variable.
9566
9567 * calc/calc-misc.el (math-trunc): Replace variable prec by
9568 math-trunc-prec.
9569 (math-floor): Replace variable prec by math-floor-prec.
9570
9571 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9572 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9573 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9574 (math-format-date, math-format-date-part): Replace variables
9575 date, dt, year, month, day, weekday, hour, minute, second and
9576 bc-flag by declared variables.
9577 (math-pd-str): New variable.
9578 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9579 Replace variable str by declared variable.
9580 (math-daylight-savings-hook, math-tzone-names): Move definitions
9581 to earlier in the file.
9582 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9583 (math-sh-year): New variable.
9584 (math-setup-add-holidays, math-setup-holidays)
9585 (math-setup-year-holidays): Replace variable `year' by declared
9586 variable.
9587
9588 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9589 New variables.
9590 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9591 n, nf and nfm1 by declared variables.
9592 (math-nri-n): New variable.
9593 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9594 n by declared variable.
9595 (calcFunc-log): Removed misplaced condition.
9596
9597 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9600
9601 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9602
9603 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9604 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9605 Dedicate gdb-related windows.
9606 (gdb-display-buffer): Dedicate gdb-related windows.
9607 Don't grab other frames.
9608 (gdb-reset): Remove dedicated property after debugging.
9609
9610 2004-11-24 Jay Belanger <belanger@truman.edu>
9611
9612 * calc/calc-sel.el: Add comment.
9613
9614 * calc/calc.el (math-stack-value-offset): Replace variables c,
9615 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9616
9617 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9618 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9619 (math-stack-value-offset-fancy): Replace variables c, wid and off
9620 by declared variables.
9621 (math-comp-just, math-comp-comma-spc): New variables.
9622 (math-compose-expr, math-compose-matrix): Replace variables `just'
9623 and comma-spc by declared variable.
9624 (math-comp-vector-prec): New variable.
9625 (math-compose-expr, math-compose-matrix, math-compose-rows):
9626 Replace variable vector-prec by declared variable.
9627 (math-comp-left-bracket, math-comp-right-bracket)
9628 (math-comp-comma): New variables.
9629 (math-compose-expr, math-compose-rows): Replace variables
9630 left-bracket, right-bracket and comma by declared variables.
9631 (math-comp-full-width): New variable.
9632 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9633 Replace variable full-width by declared variable.
9634 (math-comp-highlight, math-comp-word, math-comp-level)
9635 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9636 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9637 New variables.
9638 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9639 (math-comp-sel-flat-term): Replace variables comp-highlight,
9640 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9641 declared variables.
9642 (math-comp-simplify, math-comp-simplify-term)
9643 (math-comp-add-string, math-comp-add-string-sel):
9644 Replace variables comp-highlight, comp-buf, comp-base,
9645 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9646
9647 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9648
9649 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9650
9651 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9652 and x-server-version may throw.
9653
9654 2004-11-23 Kim F. Storm <storm@cua.dk>
9655
9656 * subr.el (substitute-key-definition-key): Optimize.
9657 Don't call indirect-function for nil defn (always signals error).
9658
9659 * ido.el (ido-read-internal): Fix require-match check when
9660 ido-directory-too-big is set.
9661
9662 2004-11-23 Jay Belanger <belanger@truman.edu>
9663
9664 * calc/calc-ext.el (math-read-replacement-list)
9665 (math-read-superscripts): New variables.
9666 (math-read-preprocess-string): New function.
9667 (math-read-expr): Filter input through math-read-preprocess-string.
9668
9669 * calc/calc-aent.el (math-read-exprs): Filter input through
9670 math-read-preprocess-string.
9671
9672 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9673
9674 * progmodes/compile.el (compilation-start): In cd command use
9675 substitute-env-vars -- not quite shell compatible but better than
9676 nothing.
9677 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9678 handle the newer versions messages, which are more parseable.
9679
9680 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * reveal.el (reveal-mode-map): New var.
9683 (reveal-mode): Use it.
9684
9685 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9688 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9689
9690 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9693 header-line when needed.
9694 Use fixed-pitch only in the header-line.
9695 Build the underline automatically. Use emdash if available.
9696
9697 2004-11-22 Richard M. Stallman <rms@gnu.org>
9698
9699 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9700 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9701
9702 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9703
9704 * progmodes/gdb-ui.el (gdb-resync): New function.
9705 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9706 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9707 Use it to fail more gracefully.
9708 (gdb-variables): Delete variable.
9709 Re-order variables to reduce byte-compiler warnings.
9710
9711 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * descr-text.el (describe-char):
9714 * paren.el (show-paren-function):
9715 * subr.el (syntax-after): Undo last change.
9716
9717 * progmodes/python.el (run-python): Don't hard code *Python*.
9718 Don't modify global process-environment.
9719 (python-send-region, python-load-file): Don't assume that
9720 python-buffer == (process-buffer (python-proc)).
9721 (python-switch-to-python): Simplify.
9722
9723 * dired.el (dired-align-file): Don't assume line starts with spaces.
9724
9725 2004-11-21 Jay Belanger <belanger@truman.edu>
9726
9727 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9728 Replace variable `lines' by math-read-big-lines.
9729 (math-read-big-expr): Replace variables the-baseline, the-h2
9730 and err-msg by math-read-big-baseline, math-read-big-h2 and
9731 math-read-err-msg.
9732 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9733
9734 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9735 (math-read-big-balance): Replace unbound variable by value.
9736 (math-read-big-lines): New variable.
9737 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9738 (math-read-big-error, math-read-big-balance): Replace variable
9739 `lines' by declared variable.
9740 (math-read-big-baseline, math-read-big-h2): New variables.
9741 (math-read-big-rec): Replace variables the-baseline and the-h2
9742 by declared variables.
9743 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9744 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9745 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9746 declared variables.
9747 (math-read-big-err-msg): New variable.
9748 (math-read-big-error): Replace variable err-msg by declared variable.
9749
9750 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * ses.el: Add coding cookie.
9753 Fix up docstrings, follow new commenting conventions.
9754 (ses-header-line-menu): Fix missing variable rename for header-row.
9755 (ses-cell-size): Remove.
9756 (ses-make-cell): New function.
9757 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9758 (ses-calculate-cell): Remove unused var `symbol'.
9759 (ses-narrowed-p): New function.
9760 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9761 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9762 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9763 (ses-setup): Use restore-buffer-modified-p.
9764 (ses-cleanup): Remove unused var `end'.
9765 (ses-header-string-left-offset): Remove.
9766 (ses-create-header-string): Adjust to new behavior of `align-to'.
9767 Truncate excessively large fields to preserve alignment.
9768 (ses-reconstruct-all): Remove unused var `refs'.
9769 (ses-read-cell-printer): Remove unused var `prompt'.
9770 (ses-delete-row): Remove unused var `pos'.
9771 (ses-delete-column): Remove unused var `new'.
9772
9773 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9774
9775 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9776 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9777 Eliminate eval-and-compile usage.
9778 (ps-insert-file): Use insert-file-contents instead of insert-file.
9779 (ps-setup): Code fix.
9780
9781 * printing.el (pr-setup, lpr-setup): Code fix.
9782
9783 2004-11-21 Jay Belanger <belanger@truman.edu>
9784
9785 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9786 (calc-original-buffer): Declare them.
9787 (calc-user-formula-alist): New variable.
9788 (calc-user-define-formula, calc-fix-user-formula)
9789 (calc-user-define-composition, calc-finish-formula-edit):
9790 Replace variable `alist' by declared variable.
9791 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9792 (var-q7, var-q7, var-q8, var-q9): Declare them.
9793 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9794 are bound.
9795 (calcFunc-typeof): Replace undeclared variable by expression.
9796 (math-exp-env): New variable.
9797 (math-define-body, math-define-exp): Replace exp-env by declared var.
9798 (math-define-exp): Replace misplaced variable by expression.
9799
9800 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9801 (calc-curve-model, calc-curve-coefnames): New variables.
9802 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9803 varnames, model and coefnames by declared variables.
9804 (math-root-widen): New variable.
9805 (math-search-root, math-find-root): Replace variable root-widen by
9806 declared variable.
9807 (var-DUMMY): Declare it.
9808 (math-root-vars, math-min-vars): Move the declarations to earlier in
9809 the file.
9810 (math-brent-min): Make d a local variable.
9811 (math-find-minimum): Replace non-existent variable.
9812 (math-ninteg-romberg): Remove unnecessary variable.
9813 (math-ninteg-temp): New variable.
9814 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9815 integ-temp by declared variable.
9816 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9817 New variables.
9818 (math-general-fit): Replace variables first-var, first-coef and
9819 new-coefs by declared variables.
9820 (calcFunc-fitvar): Replace variable first-var by declared variable.
9821 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9822 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9823 (math-all-vars-vars, math-all-vars-found): New variables.
9824 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9825 found by declared variable math-all-vars-vars.
9826
9827 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9828
9829 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9830 of `defconst'.
9831
9832 2004-11-20 Richard M. Stallman <rms@gnu.org>
9833
9834 * isearch.el (isearch-mode-map): Don't bind SPC.
9835 (isearch-whitespace-chars): Function deleted.
9836 (isearch-search): Bind search-spaces-regexp.
9837 (isearch-lazy-highlight-search): Likewise.
9838 (search-whitespace-regexp): Doc fix.
9839 (isearch-forward-regexp): Doc fix.
9840
9841 * emacs-lisp/bytecomp.el (byte-compile-form):
9842 Move the calls to byte-compile-set-symbol-position,
9843 to avoid having two for the same symbol occurrence.
9844
9845 * comint.el (comint-input-ring-size): Increase to 150.
9846
9847 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9848 New variables.
9849 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9850 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9851
9852 * imenu.el (imenu--generic-function):
9853 Ensure we keep moving backward even if BEG isn't further back.
9854
9855 * replace.el (query-replace-read-to, query-replace-read-from):
9856 Specify t for KEEP-ALL in read-from-minibuffer.
9857
9858 * progmodes/python.el (python-switch-to-python):
9859 If Python isn't running, start it.
9860 Don't alter debug-ignored-errors.
9861
9862 * progmodes/cperl-mode.el (cperl-indent-region):
9863 Don't mind imenu-scanning-message.
9864
9865 * bindings.el (global-map): Bind C-e to move-end-of-line.
9866
9867 * simple.el (line-move-finish): New arg FORWARD.
9868 Ignore invisible newlines, not intangible ones.
9869 Conditions for acceptable stopping positions depend on FORWARD.
9870 (line-move): Pass FORWARD arg to line-move-finish.
9871
9872 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9873 of HEADER. Compensate for this change in the code to add display
9874 properties. Don't make the first line intangible.
9875
9876 * info.el (Info-search): Fix previous change.
9877
9878 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9879
9880 * Makefile.in (recompile): Revert 2004-11-19 change.
9881 (compile): Likewise.
9882
9883 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9884
9885 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9886
9887 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9888
9889 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9890 defgroup and defcustom. Eliminate eval-and-compile usage.
9891
9892 * progmodes/ebnf-otz.el: Fix typos.
9893
9894 2004-11-19 Jay Belanger <belanger@truman.edu>
9895
9896 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9897 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9898 disp-trail by declared variable.
9899
9900 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9901 (calc-finish-selection-edit): Replace variable disp-trail by
9902 declared variable.
9903 (calc-selection-cache-entry): Move declaration to earlier in the file.
9904 (calc-selection-cache-num, calc-selection-cache-comp)
9905 (calc-selection-cache-offset, calc-selection-true-num)
9906 (calc-final-point-line, calc-final-point-column)
9907 (calc-original-buffer): Declare them.
9908 (calc-fnp-op, calc-fnp-num): New variables.
9909 (calc-find-nth-part, calc-find-nth-part-rec)
9910 (calc-select-previous): Replace op and num by declared variables.
9911 (calc-rsf-old, calc-rsf-new): New variables.
9912 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9913 Replace variables old and new by declared variables.
9914 (calc-sel-reselect): New variable.
9915 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9916 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9917 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9918 reselect with declared variable.
9919
9920 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9921 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9922 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9923 (math-import-list, math-rewrite-phase): Declare them.
9924 (math-rewrite): Use let* to declare variables.
9925 (calc-rewrite-selection): Make rules a local variable.
9926 (calc-rewr-sel): New variable.
9927 (calc-rewrite-selection, calc-locate-selection-marker)
9928 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9929 of sel.
9930 (math-rewrite-whole-expr): New variable.
9931 (math-rewrite, math-rewrite-phase): Replace variable expr by
9932 declared variable.
9933 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9934 (math-rewrite-heads-blanks ): New variables.
9935 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9936 heads, skips and blanks by declared variables.
9937 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9938 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9939 New variables.
9940 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9941 old, new, old-func and new-func by declared variables.
9942 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9943 Remove unnecessary variable.
9944 (math-apply-rw-regs): New variable.
9945 (math-apply-rewrites, math-rwapply-replace-regs)
9946 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9947 (math-apply-rw-ruleset): New variable.
9948 (math-apply-rewrites, math-rwapply-remember): Replace variable
9949 ruleset by declared variable.
9950
9951 2004-11-19 Richard M. Stallman <rms@gnu.org>
9952
9953 * info.el (Info-search): Use search-whitespace-regexp.
9954
9955 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9956
9957 * vc-rcs.el (vc-rcs-parse): New function.
9958 (vc-rcs-annotate-command): Likewise.
9959 (vc-rcs-annotate-current-time): Likewise.
9960 (vc-rcs-annotate-time): Likewise.
9961 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9962
9963 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9964
9965 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9966
9967 2004-11-18 Jay Belanger <belanger@truman.edu>
9968
9969 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9970
9971 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9972
9973 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9974 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9975 Use make-temp-file to generate PostScript files in any situation.
9976 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9977 (pr-interactive-p): Eliminate var.
9978 (pr-save-interactive): Eliminate macro.
9979 (pr-interface, pr-ps-directory-preview)
9980 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9981 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9982 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9983 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9984 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9985 (pr-ps-region-ps-print, pr-ps-mode-preview)
9986 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9987 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9988 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9989 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9990 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9991 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9992 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9993 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9994 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9995 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9996 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9997 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9998 Eliminate pr-save-interactive usage.
9999 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
10000 Eliminate pr-interactive-p usage.
10001 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
10002 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
10003 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
10004 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
10005 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
10006 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
10007 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
10008 New funs.
10009 (pr-ps-file): Use make-temp-file to generate a temporary file.
10010
10011 2004-11-17 Jay Belanger <belanger@truman.edu>
10012
10013 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
10014 a local variable.
10015 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
10016 (math-top-only): New variable.
10017 (math-simplify, math-simplify-step): Replace variable top-only by
10018 declared variable math-top-only.
10019 (math-simplify-expr): Declare it.
10020 Replace argument expr in all calls of math-defsimplify by
10021 math-simplify-expr.
10022 (math-simplify-plus, math-simplify-times, math-simplify-divide)
10023 (math-simplify-divisor, math-simplify-one-divisor)
10024 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
10025 (math-simplify-pow): Replace variable expr by declared variable
10026 math-simplify-expr.
10027 (math-simplify-divisor): Remove local variables temp and op.
10028 (math-simplify-one-divisor): Make temp and op local variables.
10029 (math-simplify-divisor-nover, math-simplify-divisor-dover):
10030 New variables.
10031 (math-simplify-divisor, math-simplify-one-divisor):
10032 Replace variables nover and dover by declared variables.
10033 (math-expr-subst-new, math-expr-subst-old): New variables.
10034 (math-expr-subst, math-expr-subst-rec): Replace variables new
10035 and old by declared variables.
10036 (math-is-poly-degree, math-is-poly-loose): New variables.
10037 (math-is-polynomial, math-is-poly-rec): Replace variables degree
10038 and loose by declared variables.
10039 (math-poly-base-const-ok, math-poly-base-pred): New variables.
10040 (math-polynomial-base, math-polynomial-base-rec):
10041 Replace variables const-ok and mpb-pred by declared variables.
10042
10043 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
10044
10045 * calc/calc-ext.el (math-defsimplify): Change the argument in
10046 the created function to math-simplify-expr.
10047
10048 * calc/calc-units.el (math-simplify-expr): Declare it.
10049 Replace argument expr in all calls of math-defsimplify by
10050 math-simplify-expr.
10051 (math-simplify-units-prod): Replace variable expr by declared
10052 variable math-simplify-expr.
10053
10054 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
10057 Replace mapcar->dolist, format->string.
10058
10059 2004-11-17 Miles Bader <miles@gnu.org>
10060
10061 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
10062 * progmodes/idlwave.el: Remove RCS keywords.
10063
10064 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
10065
10066 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
10067 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
10068 Update to IDLWAVE version 5.5. Too many changes to list them here.
10069 * progmodes/idlw-help.el: New file.
10070
10071 2004-11-16 Richard M. Stallman <rms@gnu.org>
10072
10073 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10074 Discard spaces after \i according to TeX rules.
10075
10076 * international/mule.el (set-buffer-file-coding-system):
10077 New arg NOMODIFY.
10078 (after-insert-file-set-coding): Pass that new arg.
10079 Prevent set-buffer-multibyte from trying to lock the file.
10080
10081 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
10082
10083 * saveplace.el (save-place): Doc fix.
10084
10085 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
10086 temporarily widen before finding the following word to copy.
10087
10088 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
10089 (cl-map-keymap): Definition deleted.
10090
10091 * subr.el (map-keymap-internal): New function.
10092
10093 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
10096 when pressing rather than when releasing mouse-2. Simplify.
10097
10098 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
10101 (compilation-mode): Set it here instead.
10102
10103 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
10104
10105 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
10106 (loop, cl-parse-loop-clause, defsetf): Use backquote.
10107
10108 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * progmodes/compile.el (compilation-internal-error-properties):
10111 Fix up a transposition-typo. Check end-col before using it.
10112
10113 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10114
10115 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10116 Discard whitespace after macro \i when converting it.
10117
10118 2004-11-16 Juri Linkov <juri@jurta.org>
10119
10120 * emacs-lisp/find-func.el (find-function-regexp):
10121 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10122 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10123 Remove invalid `\W' from [^cgv\W]. Doc fix.
10124 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10125
10126 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10127
10128 * play/life.el: Maintainer is now FSF.
10129 (life-patterns, life-neighbor-deltas, life-window-start)
10130 (life-current-generation, life-generation-string): Use defvar
10131 instead of defconst.
10132
10133 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * progmodes/compile.el (compilation-move-to-column): New fun.
10136 (compilation-internal-error-properties)
10137 (compilation-next-error-function): Use it to make sure we don't go past
10138 the end of line.
10139
10140 2004-11-15 John Paul Wallington <jpw@gnu.org>
10141
10142 * autoinsert.el (auto-insert-alist): Insert the user's name in
10143 copyright notice, rather than Free Software Foundation, for the
10144 Emacs Lisp header case too.
10145
10146 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10147
10148 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10149 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10150 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10151 return the list of string in a string.
10152 (pr-call-process): Message if calling process returns an error, that
10153 is, the exit status is different of zero.
10154
10155 2004-11-15 Jay Belanger <belanger@truman.edu>
10156
10157 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10158 variable var-thing.
10159 (math-integ-depth, math-integ-level, math-integral-limit)
10160 (math-enable-subst, math-any-substs, math-integ-msg)
10161 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10162 (math-int-threshold, math-int-factors, math-double-roots)
10163 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10164 (var-GenCount): Declare these variables.
10165 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10166 (math-integral-cache, math-integral-cache-state):
10167 Move declarations to earlier in the file.
10168 (math-deriv-var, math-deriv-total, math-deriv-symb)
10169 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10170 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10171 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10172 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10173 (math-solve-res): New variables
10174 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10175 (math-integral, math-replace-integral-parts)
10176 (math-integrate-by-parts, calc-dump-integral-cache)
10177 (math-try-integral, math-do-integral, math-do-integral)
10178 (math-do-integral-methods, math-try-solve-for)
10179 (math-try-solve-prod, math-solve-poly-funny-powers)
10180 (math-solve-crunch-poly, math-decompose-poly)
10181 (math-solve-find-root-term, math-find-root-in-prod)
10182 (math-integ-try-linear-substitutions)
10183 (math-integ-try-substitutions, math-expr-rational-in)
10184 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10185 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10186 (math-solve-for, math-solve-system, math-solve-system-rec)
10187 (math-solve-get-sign, math-solve-get-int)
10188 (math-solve-system-subst): Replace undeclared variables with newly
10189 declared variables.
10190
10191 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * winner.el (winner-active-region, winner-edges, winner-window-list):
10194 Define at toplevel.
10195 (winner-mode-map): Move init inside declaration.
10196
10197 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10198
10199 * files.el (convert-standard-filename): Doc fix.
10200
10201 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10202
10203 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10204 passwd, group, shadow, default/* and pam.d/*.
10205
10206 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10207
10208 * printing.el (pr-menu-spec): Adjust menu specification.
10209
10210 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10211
10212 * printing.el: Doc fix. Insert :version tag into all defcustom.
10213 Handle interactive-p as is recommended in Emacs Lisp Reference.
10214 Set the file permission bits for newly created files.
10215 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10216 The printing menu specification (in `pr-menu-spec') was merged.
10217 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10218 (pr-version): New version number (6.8.3).
10219 (pr-file-modes): New option.
10220 (pr-interactive-p): New var.
10221 (pr-save-interactive, pr-save-file-modes): New macros.
10222 (pr-setup): Code fix.
10223 (pr-menu-spec): Menu specification merged.
10224 (pr-call-process, pr-text2ps): Set file permission bits.
10225 (pr-despool-print): Set file permission bits. Handle interactive-p as
10226 is recommended.
10227 (pr-interface, pr-ps-directory-preview)
10228 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10229 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10230 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10231 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10232 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10233 (pr-ps-region-ps-print, pr-ps-mode-preview)
10234 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10235 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10236 (pr-despool-using-ghostscript, pr-despool-ps-print)
10237 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10238 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10239 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10240 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10241 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10242 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10243 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10244 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10245 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10246 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10247 Handle interactive-p as is recommended.
10248
10249 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10250
10251 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10252 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10253
10254 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10255 so it doesn't forget to highlight the beginning of the region either.
10256
10257 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10258
10259 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10260 (c-font-lock-init): Eliminate obsolete make-local-hook.
10261 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10262 (awk-mode): Use run-mode-hooks.
10263
10264 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10265
10266 2004-11-13 Kim F. Storm <storm@cua.dk>
10267
10268 * mouse.el (mouse-drag-copy-region): Add :version.
10269 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10270 while dragging mode line, so mode line can be dragged downwards.
10271 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10272 while pressing mouse button so window doesn't scroll until we
10273 release the mouse if clicking on partially visible line.
10274
10275 2004-11-12 Jay Belanger <belanger@truman.edu>
10276
10277 * calc/calc-graph.el (calc-dumb-map): Declare it.
10278 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10279 than unbound.
10280 (calc-graph-name): Made `end' a local variable.
10281 (calc-graph-lookup): Made `varname' a local variable.
10282 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10283 Declare them.
10284 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10285 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10286 the unused variable y3vec.
10287 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10288 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10289 calc-graph-prev-kill-hook.
10290 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10291 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10292 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10293 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10294 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10295 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10296 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10297 (calc-graph-y3value, calc-graph-y3name)
10298 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10299 (calc-graph-stepcount, calc-graph-is-splot)
10300 (calc-graph-surprise-splot, calc-graph-blank)
10301 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10302 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10303 (calc-graph-recompute-2d, calc-graph-compute-3d)
10304 (calc-graph-format-data): Replace undeclared variables with the
10305 above newly declared variables.
10306
10307 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10308
10309 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10310 `rsf-beep' and `rsf-sleep-after-message'.
10311
10312 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10313 list if `message-sender' is non-nil.
10314
10315 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10316
10317 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10318 consing by using mapc instead of mapcar.
10319
10320 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10321
10322 * tooltip.el (require): Explain why CL is needed.
10323
10324 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10325
10326 * printing.el: Insert :version into defgroup (printing). All reference
10327 to Files option in menubar were changed to File.
10328 (pr-version): New version number (6.8.2).
10329 (pr-get-symbol): Call easy-menu-intern.
10330 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10331 compilation gripes.
10332
10333 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10336 new byte-compile-function-environment binding to t.
10337
10338 * font-lock.el (font-lock-fontify-syntactically-region):
10339 Don't forget to highlight the last char when we hit `end'.
10340
10341 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10342 (mwheel-scroll): Adjust accordingly.
10343
10344 * cvs-status.el: Reduce spurious warnings.
10345 (cvs-status-checkout): Remove.
10346 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10347
10348 * pcvs.el (cvs-mode-checkout): New command.
10349
10350 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10351
10352 * tooltip.el: Require CL.
10353
10354 * emacs-lisp/bytecomp.el: Use push.
10355 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10356 (defalias): Remove the `byte-compile' property and add
10357 a `byte-hunk-handler'.
10358
10359 2004-11-11 Juri Linkov <juri@jurta.org>
10360
10361 * info.el (Info-search): Save match data for isearch.
10362 Skip Tag Table node.
10363
10364 * descr-text.el (describe-char): Replace syntax-after with code
10365 from its previous version.
10366
10367 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10368 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10369
10370 * international/mule.el (sgml-html-meta-auto-coding-function):
10371 Remove > after <html to allow HTML attributes.
10372
10373 2004-11-11 Jay Belanger <belanger@truman.edu>
10374
10375 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10376 a variable.
10377 (calcFunc-dfac): Replace unbound max by n.
10378 (math-stirling-local-cache): New variable.
10379 (math-stirling-number, math-stirling-1, math-stirling-2):
10380 Replace the variable `cache' by the declared variable
10381 math-stirling-local-cache.
10382 (var-RandSeed): Declare it as a variable.
10383 (math-init-random-base, math-random-digit): Don't check to see if
10384 var-RandSeed is bound.
10385 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10386 Declare them instead of just setting them.
10387 (math-init-random-base): Made i a local variable.
10388 (math-random-digit): Made math-random-last a local variable.
10389 (math-prime-test-cache): Move declaration to before it is used.
10390 (math-prime-test-cache-k, math-prime-test-cache-q)
10391 (math-prime-test-cache-nm1, math-prime-factors-finished):
10392 Declare them as variables.
10393
10394 2004-11-11 Jay Belanger <belanger@truman.edu>
10395
10396 * calc/calc-ext.el (math-defcache): Use defvar for the new
10397 variables it creates.
10398
10399 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10400
10401 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10402 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10403 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10404 (desktop-save): Add :version.
10405
10406 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * printing.el (pr-get-symbol): Don't downcase.
10409
10410 2004-11-10 Jay Belanger <belanger@truman.edu>
10411
10412 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10413 string to kill-ring.
10414
10415 * calc/calc-aent.el (calc-alg-exp, math-toks)
10416 (math-exp-pos,math-exp-old-pos, math-exp-token)
10417 (math-exp-keep-spaces, math-exp-str): New variables.
10418 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10419 (calcAlg-enter): Use declared variable calc-alg-exp.
10420 (math-build-parse-table, math-find-user-token): Use declared
10421 variable math-toks.
10422 (math-read-exprs, math-read-token, calc-check-user-syntax)
10423 (calc-match-user-syntax, match-factor-after, math-read-factor):
10424 Use declared variables math-exp-pos math-exp-old-pos.
10425 (math-read-exprs, math-read-token, math-read-expr-level)
10426 (calc-check-user-syntax, calc-match-user-syntax)
10427 (match-factor-after, math-read-factor): Use declared variable
10428 math-exp-token.
10429 (math-read-exprs, math-read-expr-list, math-read-token)
10430 (math-read-factor): Use declared variable math-exp-keep-spaces.
10431 (math-read-exprs, math-read-token): Use declared variable
10432 math-exp-str.
10433 (calc-match-user-syntax): Make m a local variable.
10434
10435 * calc/calc-ext.el (math-read-expr): Use declared variables
10436 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10437 math-exp-keep-spaces.
10438
10439 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10440 variables math-exp-pos, math-exp-str.
10441
10442 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10443 math-exp-old-pos.
10444 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10445 (math-parse-eqn-prime): Use declared variable math-exp-token.
10446
10447 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10448 Use declared variable math-exp-pos.
10449 (math-check-for-commas): Use declared variable math-exp-str.
10450 (math-read-brackets): Use declared variables math-exp-old-pos,
10451 math-exp-keep-spaces.
10452 (math-read-brackets, math-read-vector, math-read-matrix):
10453 Use declared variable math-exp-token.
10454
10455 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10456
10457 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10458 where the keymap is a symbol.
10459 (easy-menu-add-item): Use keymap-prompt. Simplify.
10460
10461 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10462
10463 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10464 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10465
10466 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10467
10468 * ebuff-menu.el: Doc fixes throughout.
10469 (electric-buffer-menu-mode-hook): New defvar.
10470
10471 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10472
10473 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10474 The resulting compiler warnings appear to be harmless.
10475
10476 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10477
10478 * textmodes/conf-mode.el: New file.
10479
10480 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10481
10482 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10485
10486 2004-11-09 Jay Belanger <belanger@truman.edu>
10487
10488 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10489
10490 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10491 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10492 (calc-z-prefix-help, calc-user-function-list): Use declared
10493 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10494 (math-map-tree, math-map-tree-rec): Use declared variables
10495 math-mt-many, math-mt-func.
10496 (math-read-expression, math-read-string): Use declared variable
10497 math-expr-data.
10498
10499 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10500 variable math-normalize-a.
10501
10502 * calc/calc.el (math-normalize-a): New variable.
10503 (math-normalize): Use declared variable math-normalize-a.
10504
10505 * calc/calc-poly.el (math-expand-form): Use declared variable
10506 math-mt-many.
10507
10508 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10509 Use declared variable math-mt-many.
10510 (math-rewrite): Use declared variable math-mt-func.
10511
10512 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10513 (math-read-matrix): Use declared variable math-expr-data.
10514
10515 * calc/calc-lang.el (math-parse-fortran-vector)
10516 (math-parse-fortran-vector-end, math-parse-tex-sum)
10517 (math-parse-eqn-matrix, math-parse-eqn-prime)
10518 (math-read-math-subscr): Use declared variable math-expr-data.
10519
10520 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10521 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10522 (calc-match-user-syntax, math-read-if, math-factor-after)
10523 (math-read-factor): Use declared variable math-expr-data.
10524
10525 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10526
10527 * calendar/diary-lib.el (diary-from-outlook)
10528 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10529 interactive-p; but rather new optional argument NOCONFIRM.
10530
10531 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10534 (easy-menu-name-match): Revert correspondingly.
10535
10536 2004-11-09 Richard M. Stallman <rms@gnu.org>
10537
10538 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10539 Turn off warnings for the new function even if definition not constant.
10540 If the definition isn't a quoted symbol, record (FUNCTION . t).
10541 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10542 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10543 (display-call-tree, byte-compile-arglist-warn):
10544 Handle t returned by byte-compile-fdefinition.
10545
10546 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10547
10548 * Makefile.in (maintainer-clean): Depend on distclean.
10549
10550 * help-fns.el (help-C-file-name): File name must be in build-files
10551 to be returned.
10552
10553 2004-11-09 Jay Belanger <belanger@truman.edu>
10554
10555 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10556 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10557
10558 * calc/calc.el (calc, calc-trail-display, calc-mode):
10559 Remove obsolete sections.
10560
10561 * calc/calc.el (calc-x-paste-text): Remove.
10562
10563 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10564 mouse-2.
10565
10566 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10567
10568 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10569 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10570 current frame (in case of recursive calls).
10571 (gdb-show-changed-values): Add :version keyword.
10572
10573 2004-11-09 Kenichi Handa <handa@m17n.org>
10574
10575 * international/mule-cmds.el: Change coding: tag back to
10576 iso-2022-7bit.
10577
10578 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * international/mule-cmds.el: Change coding-system to utf-8.
10581 (select-safe-coding-system-interactively):
10582 New function extracted from select-safe-coding-system.
10583 (select-safe-coding-system): Use it.
10584
10585 2004-11-08 Richard M. Stallman <rms@gnu.org>
10586
10587 * subr.el (syntax-after): Doc fix.
10588
10589 * paren.el (show-paren-function): Change calls to syntax-after
10590 for new way of returning the value.
10591
10592 * menu-bar.el (menu-bar-file-menu): Make this the real name
10593 and menu-bar-files-menu the alias. Use the former.
10594 (global-map): Use `file', not `files', as the symbol.
10595
10596 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10597
10598 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10599 Don't use beginning-of-buffer.
10600 (filesets-cmd-show-result): Use with-no-warnings.
10601
10602 2004-11-08 Juri Linkov <juri@jurta.org>
10603
10604 * progmodes/compile.el (compile): Don't overwrite last command in
10605 minibuffer history with default command if they are not equal.
10606
10607 2004-11-08 Jay Belanger <belanger@truman.edu>
10608
10609 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10610 non-linear substitutions.
10611
10612 2004-11-08 Jay Belanger <belanger@truman.edu>
10613
10614 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10615 (math-do-integral): Set `math-linear-subst-tried' to nil.
10616 (math-do-integral-methods): Use `math-linear-subst-tried' to
10617 determine what type of substitution to try.
10618 (math-integ-try-linear-substituion):
10619 Set `math-linear-subst-tried' to t.
10620
10621 2004-11-08 Kim F. Storm <storm@cua.dk>
10622
10623 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10624
10625 2004-11-07 Juri Linkov <juri@jurta.org>
10626
10627 * info-look.el (info-lookup): Allow reusing in the current buffer
10628 not only *info* buffer, but all (even renamed) Info buffers
10629 by checking for major-mode instead of *info* buffer name.
10630 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10631 (octave-mode, maxima-mode) <doc-spec>:
10632 Allow long dashes generated by Texinfo 4.7 before definitions.
10633 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10634 definitions with argument separated by space.
10635
10636 2004-11-06 Richard M. Stallman <rms@gnu.org>
10637
10638 * simple.el (next-error group, face): Move before first use.
10639 (next-error-highlight, next-error-highlight-no-select): Likewise.
10640
10641 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10642 (line-move): New args NOERROR and TO-END.
10643 Return t if if succeed in moving specified number of lines.
10644 (move-end-of-line): New function.
10645
10646 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10647 (end-of-buffer-other-window): Likewise.
10648
10649 * simple.el (line-move-ignore-invisible): Default to t.
10650
10651 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10652
10653 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10654
10655 * international/iso-cvt.el (iso-cvt-define-menu):
10656 Rename menu-bar-files-menu to menu-bar-file-menu.
10657
10658 * net/browse-url.el (browse-url-gnome-moz-program)
10659 (browse-url-gnome-moz-arguments): Move up before first use.
10660
10661 * net/tramp.el (tramp group): Add :version.
10662
10663 * progmodes/ada-xref.el (ada-gdb-application):
10664 Use goto-char instead of beginning-of-buffer.
10665
10666 * progmodes/cperl-mode.el (cperl-info-on-command):
10667 Use goto-char instead of beginning-of-buffer.
10668
10669 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10670 Move up before first use.
10671 (idlwave-shell-temp-pro-file): Likewise.
10672 (idlwave-shell-temp-rinfo-save-file): Likewise.
10673 (idlwave-shell-temp-file): Minor doc fix.
10674
10675 * textmodes/flyspell.el (flyspell-external-point-words):
10676 Use goto-char instead of beginning-of-buffer.
10677
10678 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10679
10680 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10681 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10682 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10683
10684 2004-11-06 David Ponce <david@dponce.com>
10685
10686 * recentf.el (recentf-menu-path): Use menu item name.
10687
10688 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10689
10690 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10691 display doesn't support images.
10692
10693 2004-11-06 Andreas Schwab <schwab@suse.de>
10694
10695 * tempo.el (tempo-match-finder): Doc fix.
10696
10697 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10698
10699 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10702 (easy-menu-lookup-name): New fun to replace it.
10703 (easy-menu-get-map): Use it to obey menu item names (rather than just
10704 keys) when looking up `path'.
10705 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10706 (easy-menu-convert-item-1): Adjust to new name.
10707
10708 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10709
10710 * outline.el (hide-body): Don't hide lines at the top of the file
10711 that precede the first header line.
10712
10713 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10714
10715 * align.el (align-areas): Delete whitespace before reindenting, so
10716 that tabs are never placed after spaces.
10717
10718 2004-11-06 Alan Shutko <ats@acm.org>
10719
10720 * macros.el (insert-kbd-macro): Do completions based on macros,
10721 rather than all commands.
10722
10723 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10724
10725 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10726 to solve a bug whereby tags with 'b' don't match.
10727
10728 2004-11-05 Juri Linkov <juri@jurta.org>
10729
10730 * info.el (Info-search): Don't search in node header lines
10731 and file headers.
10732
10733 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10734 symbol-constituent characters after dot, not only digits.
10735
10736 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10737
10738 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10739
10740 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10741
10742 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10743 if a dialog will be used, read-file-name otherwise.
10744
10745 2004-11-04 Richard M. Stallman <rms@gnu.org>
10746
10747 * textmodes/table.el (table group): Add :version.
10748
10749 * textmodes/ispell.el (ispell-word):
10750 Don't alter args; set them only thru `interactive' spec.
10751
10752 * textmodes/flyspell.el (flyspell-word):
10753 Don't alter FOLLOWING; set it only thru `interactive' spec.
10754
10755 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10756
10757 * net/browse-url.el (browse-url-maybe-new-window):
10758 Use called-interactively-p.
10759
10760 * mail/supercite.el (sc-cite-region):
10761 Don't use interactive-p. Add arg INTERACTIVE.
10762 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10763
10764 * international/mule-cmds.el (set-input-method, toggle-input-method):
10765 Don't use interactive-p. Add arg INTERACTIVE.
10766
10767 * eshell/esh-mode.el (eshell-show-maximum-output):
10768 Don't use interactive-p.
10769 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10770
10771 * mouse.el (mouse-show-mark): Get positions to delete from mark
10772 and point, not from mouse-drag-overlay.
10773
10774 * imenu.el (imenu-eager-completion-buffer): Add :version.
10775
10776 * filesets.el (filesets group): Add :version.
10777
10778 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10779
10780 * files.el (xml-based-modes): Delete var.
10781 (magic-mode-alist): New more general var.
10782 (set-auto-mode): Use it.
10783
10784 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10785 when clicking from another window.
10786
10787 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10788
10789 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10790 (vc-cvs-annotate-time): Incorporate value of deleted var.
10791 Remove special-case handling of beginning-of-buffer cruft.
10792 Cache ending position (point) and return value in text property
10793 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10794
10795 * vc-cvs.el (vc-cvs-annotate-command):
10796 Delete extraneous lines from beginning of buffer.
10797 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10798
10799 * progmodes/grep.el (grep-default-command): Take empty string
10800 for tag if all other methods yield nil. Shell-quote the tag.
10801
10802 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10803 spec in `interactive' form, and mention it in the docstring.
10804 Also, make sure point is at bol after calling `annotate-time'.
10805
10806 2004-11-02 Richard M. Stallman <rms@gnu.org>
10807
10808 * cus-edit.el (customize-group-other-window):
10809 Select the window that displays the custom buffer.
10810 (custom-buffer-create-other-window): Likewise.
10811
10812 * comint.el (comint-insert-input): Fix previous change.
10813
10814 * emacs-lisp/elp.el (elp-instrument-function):
10815 Use called-interactively-p.
10816
10817 * emacs-lisp/easymenu.el (easy-menu-intern):
10818 Don't downcase; rather, case-flip the first letter of each word.
10819
10820 * emacs-lisp/easy-mmode.el (define-minor-mode):
10821 Use called-interactively-p.
10822
10823 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10824 Add interactive-only.
10825 (byte-compile-warnings): Add interactive-only as option.
10826 (byte-compile-interactive-only-functions): New variable.
10827 (byte-compile-form): Warn about calls to functions
10828 in byte-compile-interactive-only-functions.
10829
10830 * emacs-lisp/autoload.el (update-file-autoloads):
10831 Don't use interactive-p; take new arg SAVE-AFTER.
10832
10833 * emacs-lisp/advice.el (ad-make-advised-definition):
10834 Use called-interactively-p.
10835
10836 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10837
10838 * files.el (find-file-existing): New function.
10839
10840 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10841 find-file-existing. Add "New File..." that calls find-file.
10842
10843 * diropen.pbm, diropen.xpm: New files.
10844
10845 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10846 icon diropen. New tool bar item find-file-existing uses icon open.
10847
10848 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10849 instead of read-file-name.
10850
10851 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10852
10853 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10854 (icalendar--split-value): Change name of work buffer.
10855 (icalendar--get-weekday-abbrev): Return nil on error.
10856 (icalendar--date-to-isodate): New function.
10857 (icalendar-convert-diary-to-ical)
10858 (icalendar-extract-ical-from-buffer): Use only two args for
10859 make-obsolete (XEmacs compatibility).
10860 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10861 (icalendar-export-region): Doc fix.
10862 If error, return non-nil and write errors to a buffer.
10863 Use correct weekday for weekly recurring events.
10864 Check whether date has been parsed for ordinary events.
10865 Make weekly events start in the year 2000.
10866 DTEND is non-inclusive, shift end date by one day if
10867 necessary (not for entries that have date and time).
10868 Rename local let variables: oops -> found-error, datestring ->
10869 startdatestring.
10870
10871 2004-11-02 Kim F. Storm <storm@cua.dk>
10872
10873 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10874 keep-mode-if-same variable. Add it as optional arg instead.
10875 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10876
10877 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10878 substitute-command-keys will select lower-case bindings like those
10879 used in the static help texts.
10880
10881 * descr-text.el (describe-text-properties): Don't err if called in
10882 the *Help* buffer; output to *Help-2* buffer instead.
10883
10884 * kmacro.el (group kmacro): Add :version.
10885 (kmacro-keyboard-quit): New function to cleanup on C-g.
10886 (kmacro-start-macro): Set defining-kbd-macro to append when
10887 appending to last macro.
10888
10889 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10890
10891 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10892
10893 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10894 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10895 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10896 Add :version keyword.
10897
10898 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10899
10900 * progmodes/flymake.el (flymake-err-line-patterns):
10901 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10902 `compilation-error-regexp-alist-alist' to internal Flymake format.
10903
10904 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10905
10906 2004-11-01 Jay Belanger <belanger@truman.edu>
10907
10908 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10909 with `interactive "s"'.
10910
10911 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10912
10913 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10914 Revert change from 2004-10-16. '*' checks the current buffer, but the
10915 mouse click may be in another buffer.
10916
10917 2004-11-01 John Paul Wallington <jpw@gnu.org>
10918
10919 * files.el (large-file-warning-threshold): Add :version keyword.
10920 (kill-some-buffers): Doc fix.
10921
10922 * thumbs.el (group thumbs): Add :version keyword.
10923
10924 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10925
10926 2004-11-01 Richard M. Stallman <rms@gnu.org>
10927
10928 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10929
10930 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10931
10932 * allout.el (allout group): Add :version.
10933 (allout-init): Don't use interactive-p.
10934 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10935 (allout-forward-current-level, allout-backward-current-level):
10936 Don't use interactive-p.
10937
10938 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10939 (bibtex-find-text): Likewise.
10940
10941 * progmodes/vhdl-mode.el (vhdl-fill-region)
10942 (vhdl-beginning-of-statement): Don't use interactive-p.
10943
10944 * progmodes/idlwave.el (idlwave-update-routine-info):
10945 Don't use interactive-p.
10946
10947 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10948 Don't use interactive-p.
10949
10950 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10951 Don't use interactive-p.
10952
10953 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10954 Don't use interactive-p.
10955
10956 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10957 (fortune-in-buffer): Doc fix.
10958
10959 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10960
10961 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10962 don't select the temporary buffer.
10963 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10964 (eudc-get-phone): Likewise.
10965
10966 2004-11-01 Kim F. Storm <storm@cua.dk>
10967
10968 * man.el (Man-xref-normal-file): Fix help-echo.
10969
10970 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * reveal.el (reveal-last-tick): New var.
10973 (reveal-post-command): Use it to avoid closing overlays when we're
10974 appending text to them.
10975
10976 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10977
10978 * textmodes/bibtex.el: Require button.
10979 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10980 (bibtex-reference-keys): Distinguish between header keys and
10981 crossref keys.
10982 (bibtex-beginning-of-field): New function.
10983 (bibtex-url-map): Remove.
10984 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10985 (bibtex-font-lock-url-regexp): Assume that field names begin at
10986 the beginning of a line.
10987 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10988 Remove field delimiters. Use bibtex-beginning-of-field.
10989 Bugfix, point can be inside a field with a url.
10990 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10991 New functions.
10992 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10993 (bibtex-key-in-head): Simplify.
10994 (bibtex-current-line): Use bolp.
10995 (bibtex-parse-keys): Remove unused arg `add'.
10996 Use bibtex-type-in-head and bibtex-key-in-head.
10997 (bibtex-parse-entry, bibtex-autofill-entry):
10998 Use bibtex-type-in-head and bibtex-key-in-head.
10999 (bibtex-autokey-get-field): Do not alter case of replacement text.
11000 (bibtex-autokey-get-names): Do all processing of name list.
11001 (bibtex-autokey-get-year): New function.
11002 (bibtex-autokey-get-title): Do all processing of title words.
11003 (bibtex-generate-autokey): Simplify.
11004 (bibtex-string-files-init): Use default-directory.
11005 Allow for absolute file names in bibtex-string-files.
11006 (bibtex-files, bibtex-file-path): New variables.
11007 (bibtex-files-expand): New function.
11008 (bibtex-find-entry-globally): New command.
11009 (bibtex-summary-function): New variable.
11010 (bibtex-summary): Default value of bibtex-summary-function.
11011 (bibtex-find-crossref): New optional args pnt and split.
11012 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
11013 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
11014 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
11015 Fix handling of required and alternative fields.
11016 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
11017 Use cons and display-buffer.
11018 (bibtex-validate-globally): New command.
11019 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
11020 bibtex-parse-keys and bibtex-parse-strings for updating
11021 bibtex-reference-keys and bibtex-strings.
11022 (bibtex-realign): Remove blank lines past the last entry.
11023 (bibtex-reformat): Use bibtex-entry-format as default.
11024 (bibtex-choose-completion-string): Remove.
11025 (bibtex-complete): Do not use bibtex-choose-completion-string.
11026 (bibtex-url): Simplify.
11027
11028 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11029
11030 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
11031 (x-dnd-types-alist, x-dnd-open-file-other-window)
11032 (x-dnd-known-types): Add :version.
11033
11034 2004-10-31 John Paul Wallington <jpw@gnu.org>
11035
11036 * ibuffer.el (group ibuffer): Add :version keyword.
11037
11038 2004-10-31 Kim F. Storm <storm@cua.dk>
11039
11040 * ido.el (group ido): Add :version keyword.
11041 (ido-mode): Remove :version keyword.
11042
11043 * emulation/cua-base.el (group cua): Add :version keyword.
11044 (cua-mode): Remove :version keyword.
11045
11046 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
11047
11048 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
11049
11050 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
11051 compiler warning.
11052 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
11053 function.
11054 (help-at-pt-display-when-idle): Remove autoload.
11055
11056 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
11059
11060 2004-10-30 Juri Linkov <juri@jurta.org>
11061
11062 * help.el (function-called-at-point):
11063 * help-fns.el (variable-at-point): Read -> intern.
11064
11065 2004-10-30 Simon Josefsson <jas@extundo.com>
11066
11067 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11068 Recognize AS_* too.
11069
11070 2004-10-29 Simon Josefsson <jas@extundo.com>
11071
11072 * subr.el (read-passwd): Move back from password.el.
11073
11074 * password.el: Remove, not ready yet.
11075
11076 2004-10-29 Andreas Schwab <schwab@suse.de>
11077
11078 * speedbar.el (speedbar-frame-parameters): Improve customize type.
11079
11080 2004-10-29 Sam Steingold <sds@gnu.org>
11081
11082 * mouse.el (mouse-show-mark): Replace the last occurrence of
11083 x-lost-selection-hooks with x-lost-selection-functions.
11084
11085 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
11088 x-lost-selection-functions is bound.
11089
11090 * mouse-sel.el (mouse-sel-mode):
11091 * emacs-lisp/lselect.el: Adjust to new names for
11092 x-(lost|sent)-selection-functions.
11093
11094 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
11095 New obsolete aliases of x-lost-selection-functions and
11096 x-sent-selection-functions.
11097
11098 2004-10-28 Kim F. Storm <storm@cua.dk>
11099
11100 * imenu.el (imenu-scanning-message): Remove.
11101 (imenu-progress-message): Make it a no-op.
11102
11103 2004-10-28 John Paul Wallington <jpw@gnu.org>
11104
11105 * files.el (set-auto-mode): Call `throw' correctly.
11106
11107 2004-10-28 Juri Linkov <juri@jurta.org>
11108
11109 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
11110 to search `Info-...' commands in `info' manual.
11111 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11112 Add 'info-file "emacs" property.
11113 (Info-find-emacs-command-nodes): Fix index line number regexp.
11114 Set real line number (instead of fake 0) in first element of the
11115 returned list.
11116 (Info-goto-emacs-command-node): Use line number of first element
11117 to set point in the first found Info node.
11118
11119 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11120 code to `grep-mode-font-lock-keywords'.
11121 (grep-mode-font-lock-keywords): Delete grep markers instead
11122 of making them invisible.
11123
11124 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11125
11126 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11127 and x-server-version in bug report.
11128
11129 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11130
11131 * files.el (set-auto-mode-0): New function.
11132 (set-auto-mode): Use it to handle aliased modes and to
11133 be consistent between C-x C-f and C-x C-w.
11134
11135 2004-10-28 Kenichi Handa <handa@m17n.org>
11136
11137 * international/utf-8.el (utf-translate-cjk-charsets):
11138 Add katakana-jisx0201.
11139
11140 * international/subst-jis.el: Add data for JISX0201.
11141
11142 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * obsolete/hilit19.el (hilit-mode): New function.
11145 Move all the toplevel side-effecting stuff into it, so that loading
11146 hilit19 doesn't mess everything up any more.
11147
11148 2004-10-27 Richard M. Stallman <rms@gnu.org>
11149
11150 * add-log.el (add-change-log-entry): Set up mailing address
11151 and full name later, and don't alter add-log-mailing-address
11152 or add-log-full-name.
11153
11154 * elide-head.el (elide-head): Change error to message.
11155 (elide-head-show): Likewise.
11156
11157 * apropos.el (apropos-macrop): Doc fix.
11158
11159 * mouse.el (mouse-show-mark): Do most processing the same
11160 regardless of transient-mark-mode.
11161
11162 * shadowfile.el (shadow-copy-files): Use interactive-p
11163 only to control whether to print a message.
11164
11165 * tar-mode.el (tar-mode): Use write-contents-functions,
11166 not write-contents-hooks.
11167
11168 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11169 directory-sep-char.
11170
11171 2004-10-27 Richard M. Stallman <rms@gnu.org>
11172
11173 * strokes.el (strokes-unload-hook): Fix previous change.
11174
11175 * type-break.el (type-break-run-at-time): Always use run-at-time;
11176 forget the alternatives.
11177 (type-break-cancel-function-timers): Always use cancel-function-timers;
11178 forget the alternatives.
11179
11180 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11181
11182 2004-10-27 Kenichi Handa <handa@m17n.org>
11183
11184 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11185
11186 * international/subst-gb2312.el: Likewise.
11187
11188 * international/subst-big5.el: Likewise.
11189
11190 * international/subst-ksc.el: Likewise.
11191
11192 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11193 New variable.
11194 (utf-translate-cjk-set-unicode-range): New function.
11195 (utf-translate-cjk-unicode-range): Make it customizable.
11196 (utf-8-post-read-conversion):
11197 Use utf-translate-cjk-unicode-range-string.
11198 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11199 Unicode ranges.
11200
11201 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11202
11203 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11204 trivial variants to shorten the list.
11205 (xml-based-modes): New var.
11206 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11207 declaration higher priority than auto-mode-alist.
11208
11209 * find-file.el (cc-other-file-alist): Bring it in line with
11210 cc-mode's auto-mode-alist entries and use \' instead of $.
11211
11212 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11213 and add "Id" and "Name" submenus to it.
11214
11215 * imenu.el (imenu--generic-function): Skip matches in comments.
11216
11217 2004-10-26 Jay Belanger <belanger@truman.edu>
11218
11219 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11220 (full-calc-keypad, calc-trail-display): Use an extra argument
11221 instead of `interactive-p'.
11222
11223 * calc/calc-misc.el (calc-other-window): Use an extra argument
11224 instead of `interactive-p'.
11225
11226 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11227 `interactive-p'.
11228
11229 2004-10-26 Kim F. Storm <storm@cua.dk>
11230
11231 * help.el (describe-key): Describe both down-event and up-event
11232 for a mouse click.
11233
11234 2004-10-26 Richard M. Stallman <rms@gnu.org>
11235
11236 * woman.el (woman): Don't call interactive-p.
11237
11238 * pcomplete.el (pcomplete): Instead of interactive-p,
11239 use an arg set non-nil by the interactive spec.
11240
11241 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11242 use an arg set non-nil by the interactive spec.
11243
11244 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11245 use an arg set non-nil by the interactive spec.
11246
11247 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11248
11249 * progmodes/flymake.el (flymake-split-string):
11250 Use `flymake-split-string-remove-empty-edges' in any case.
11251
11252 2004-10-26 Masatake YAMATO <jet@gyve.org>
11253
11254 * progmodes/flymake.el (flymake-err-line-patterns):
11255 Use `compilation-error-regexp-alist-alist' instead of
11256 `compilation-error-regexp-alist'.
11257
11258 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11259
11260 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11261 verbatim face on the \ of \end{verbatim}.
11262
11263 2004-10-25 Jay Belanger <belanger@truman.edu>
11264
11265 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11266 erasing minibuffer.
11267
11268 2004-10-25 Simon Josefsson <jas@extundo.com>
11269
11270 * subr.el (read-passwd): Move to net/password.el.
11271
11272 * net/password.el (read-passwd): Add. Autoload it.
11273
11274 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11275
11276 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11277
11278 * simple.el (process-file): Fix logic.
11279
11280 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11281
11282 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11283 (increase-right-margin): Remove erroneous call to `interactive-p'.
11284
11285 2004-10-24 Kim F. Storm <storm@cua.dk>
11286
11287 * help.el (describe-mode): Fix 2004-10-13 change.
11288 Copy pure "Auto Fill" string so it can be propertized later
11289 without causing a read-only error.
11290
11291 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11292
11293 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11294 style indexes.
11295
11296 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11297
11298 * simple.el (process-file): Accept nil for INFILE. Reported by
11299 Luc Teirlinck.
11300
11301 2004-10-24 Masatake YAMATO <jet@gyve.org>
11302
11303 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11304 Handle periods and underscores in a function name.
11305 Remove the address fontification.
11306
11307 2004-10-24 Masatake YAMATO <jet@gyve.org>
11308
11309 * progmodes/asm-mode.el (asm-font-lock-keywords):
11310 Use font-lock-variable-name-face for registers.
11311
11312 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11313
11314 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11315 kill-all-local-variables.
11316 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11317 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11318 Use kill-all-local-variables and provide mode-hooks.
11319 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11320 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11321 Suggested by Masatake YAMATO <jet@gyve.org>.
11322
11323 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11324
11325 * simple.el (process-file): New function, similar to call-process
11326 but supports file handlers.
11327 * vc.el (vc-do-command): Use it, instead of call-process.
11328 * net/tramp-vc.el (vc-do-command): Do not advise it if
11329 process-file is fboundp.
11330 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11331 process-file.
11332 (tramp-handle-process-file): New function.
11333 (tramp-file-name-for-operation): Support process-file.
11334
11335 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11336
11337 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11338 (icalendar-weekdayabbrev-table)
11339 (icalendar-monthnumber-table): Delete.
11340 (icalendar--get-month-number): Use calendar-month-name-array.
11341 (icalendar--get-weekday-number): New function.
11342 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11343 (icalendar-export-region): Handle multi-line entries.
11344 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11345
11346 2004-10-23 John Paul Wallington <jpw@gnu.org>
11347
11348 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11349 `wildcards' set to t in interactive spec.
11350
11351 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11352 interactive spec rather than use `interactive-p'.
11353 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11354 rather than use function `interactive-p'.
11355
11356 2004-10-22 Kenichi Handa <handa@m17n.org>
11357
11358 * international/mule.el (translate-region): Implement it in Lisp
11359 as a front end of translate-region-internal.
11360
11361 2004-10-21 Jay Belanger <belanger@truman.edu>
11362
11363 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11364 Declare these variables with defvar.
11365
11366 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11367 is bound, only check to see if it is bound.
11368
11369 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11372 Don't output messages.
11373
11374 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11375
11376 2004-10-21 John Paul Wallington <jpw@gnu.org>
11377
11378 * calc/calc-graph.el (calc-graph-init):
11379 Use `set-process-query-on-exit-flag'.
11380
11381 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11382
11383 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11384 dir right and also allow argumentless cd.
11385
11386 2004-10-19 Richard M. Stallman <rms@gnu.org>
11387
11388 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11389
11390 * eshell/em-unix.el (eshell-grep):
11391 Don't bind compilation-process-setup-function.
11392
11393 * comint.el (comint-insert-input): Use @ in `interactive'.
11394 (comint-input-filter-functions): Doc fix.
11395 (comint-kill-whole-line, comint-get-source): Doc fix.
11396
11397 * progmodes/compile.el (compilation-setup):
11398 Don't set buffer-read-only if MINOR is non-nil.
11399
11400 2004-10-19 Jay Belanger <belanger@truman.edu>
11401
11402 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11403 (calc-emacs-type-gnu19): Remove.
11404 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11405 Remove check for old emacs versions.
11406
11407 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11408 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11409 for current Emacs.
11410
11411 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11412 the end of the minibuffer.
11413 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11414 copy `esc-map'.
11415
11416 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11417
11418 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11419 call that would be given when the current emacs was used.
11420
11421 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11422
11423 * calendar/icalendar.el: Set coding to utf-8.
11424 (icalendar-version): Increase to 0.07.
11425 (icalendar-monthnumber-table): Change March pattern.
11426 (icalendar-get-all-event-properties)
11427 (icalendar-set-event-property): Delete.
11428 (icalendar-all-events): No longer interactive.
11429 (icalendar-convert-diary-to-ical)
11430 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11431 their replacements.
11432 (icalendar-export-file, icalendar-export-region): New functions;
11433 essentially old `icalendar-convert-diary-to-ical' but appending to
11434 target rather than overwriting.
11435 (icalendar-import-file): Append to target file rather than
11436 overwriting. Fourth arg deleted.
11437 (icalendar-import-buffer): New name for old
11438 `icalendar-extract-ical-from-buffer'.
11439 (icalendar--convert-string-for-import): New name for
11440 old `icalendar-convert-for-import'.
11441 (include-icalendar-files): Delete.
11442 Prefix for all internal functions changed from `icalendar-'
11443 to `icalendar--'.
11444
11445 2004-10-19 Richard M. Stallman <rms@gnu.org>
11446
11447 * paths.el (news-path): Fix previous change.
11448
11449 2004-10-18 Jay Belanger <belanger@truman.edu>
11450
11451 * calc/calc-help.el (calc-describe-bindings):
11452 Set `buffer-read-only' to nil while working in the keybindings buffer;
11453 remove some extra information from the keybindings buffer.
11454
11455 2004-10-18 David Ponce <david@dponce.com>
11456
11457 * mouse.el (mouse-drag-move-window-top): New function.
11458 (mouse-drag-mode-line-1): Use it.
11459
11460 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11461
11462 * info.el (Info-fontify-node): For multiline refs,
11463 arrange to unfontify newline and surrounding whitespace.
11464
11465 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11468 directory is missing.
11469
11470 2004-10-17 John Paul Wallington <jpw@gnu.org>
11471
11472 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11473 New customizable variable; whether to display buffers that match
11474 `ibuffer-maybe-show-predicates' by default.
11475 (ibuffer-maybe-show-predicates): Mention it in docstring.
11476 (ibuffer-display-maybe-show-predicates): New variable.
11477 (ibuffer-update): Prefix arg now toggles whether buffers that
11478 match `ibuffer-maybe-show-predicates' should be displayed.
11479 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11480 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11481 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11482
11483 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11484
11485 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11486 work correctly.
11487
11488 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11489
11490 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11491 (Buffer-menu-beginning): New helper function.
11492 (Buffer-menu-execute): Use it.
11493 (Buffer-menu-select): Use it.
11494 (Buffer-menu-sort): Use it and also keep markers.
11495
11496 2004-10-17 Richard M. Stallman <rms@gnu.org>
11497
11498 * paths.el (news-directory): Rename from news-path. Old name alias.
11499 (rmail-spool-directory): Use defvar.
11500 (sendmail-program): Use defcustom.
11501 (remote-shell-program): Use defcustom.
11502 (term-file-prefix): Use defvar.
11503 (abbrev-file-name): Use defvar.
11504
11505 * term.el: Add maintainer.
11506
11507 * subr.el (with-local-quit): Return nil if there's a quit.
11508 (read-passwd): Use with-local-quit. Doc fix.
11509
11510 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11511 (strokes-unload-hook): Set as a variable with add-hook.
11512
11513 * startup.el (fancy-splash-tail, normal-splash-screen):
11514 Update copyright year.
11515
11516 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11517
11518 * server.el (server-unload-hook): Set as a variable with add-hook.
11519
11520 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11521
11522 * frame.el (special-display-popup-frame):
11523 Make the buffer current as its frame is created.
11524
11525 * delsel.el (delsel-unload-hook): Set as a variable.
11526
11527 * comint.el (comint-output-filter-functions):
11528 Add comint-watch-for-password-prompt.
11529 (comint-read-noecho): Function deleted.
11530 (send-invisible): Use read-passwd.
11531
11532 * fringe.el (fringe-mode-initialize): New function.
11533 (fringe-mode): Use fringe-mode-initialize as :initialize.
11534
11535 2004-10-17 Kim F. Storm <storm@cua.dk>
11536
11537 * language/indian.el (indian-script-language-alist): Swap value and doc.
11538 (indian-font-char-index-table): Doc fix.
11539
11540 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11541
11542 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11543
11544 2004-10-16 Juri Linkov <juri@jurta.org>
11545
11546 * progmodes/compile.el (compilation-start): Move let-binding of
11547 `process-environment' into `with-current-buffer' body.
11548 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11549
11550 2004-10-16 Richard M. Stallman <rms@gnu.org>
11551
11552 * pcvs-util.el (cvs-bury-buffer):
11553 Don't call get-buffer-window for effect.
11554
11555 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11556
11557 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11558
11559 * msb.el (msb-unload-hook): Set the variable.
11560
11561 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11562 Use * to err if buffer is readonly.
11563
11564 * subr.el (looking-back): Return only t or nil.
11565
11566 * whitespace.el (whitespace-unload-hook): Set the variable.
11567
11568 * view.el (view-mode-enable): Set view-page-size and
11569 view-half-page-size to nil.
11570 (view-set-half-page-size-default): view-half-page-size = nil
11571 means the default.
11572 (View-scroll-page-forward): Use view-page-size-default.
11573 (View-scroll-page-backward): Likewise.
11574 (view-page-size, view-half-page-size): Doc fixes.
11575
11576 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11577
11578 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11579
11580 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11581 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11582 (byte-compile-log-1): Bind inhibit-read-only.
11583 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11584 (byte-compile-log-warning): Likewise.
11585 (byte-compile-file-form-require): Detect "cl" from the arg value.
11586
11587 * progmodes/compile.el (compilation-start): Assume compilation-mode
11588 will make the buffer read-only.
11589 (compilation-mode): Take arg name-of-mode.
11590 (compilation-setup): Make buffer read-only.
11591 (compilation-handle-exit): Bind inhibit-read-only.
11592
11593 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11594 (ispell-message): Likewise.
11595 (ispell-show-choices): Don't call get-buffer-window uselessly.
11596 (ispell-init-process): Use set-process-query-on-exit-flag.
11597
11598 2004-10-16 Kim F. Storm <storm@cua.dk>
11599
11600 * fringe.el (fringe-bitmaps): Only initialize when defined.
11601
11602 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11603 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11604
11605 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11606
11607 2004-10-15 Simon Josefsson <jas@extundo.com>
11608
11609 * net/password.el: Add.
11610
11611 2004-10-14 Masatake YAMATO <jet@gyve.org>
11612
11613 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11614 (gdb-script-end-of-defun): New function.
11615 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11616 `gdb-script-end-of-defun' as *-of-defun-function.
11617
11618 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11619
11620 * button.el (button-activate): Allow a marker to display as an action.
11621
11622 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11623
11624 * help.el (describe-mode): Use it to make minor mode list into
11625 hyperlinks.
11626
11627 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11628
11629 * vc.el (vc-annotate-display-select): Fix typo.
11630
11631 * subr.el (substitute-key-definition-key): New function.
11632 (substitute-key-definition): Use it with map-keymap.
11633 (event-modifiers): Use push.
11634 (mouse-movement-p, with-temp-buffer): Simplify.
11635
11636 2004-10-12 Jay Belanger <belanger@truman.edu>
11637
11638 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11639 New variables.
11640 (calc-help-index-entries): New function.
11641 (calc-describe-function): Use `calc-help-function-list' instead of
11642 obarray for completion.
11643 (calc-describe-variable): Use `calc-help-variable-list' instead
11644 of obarray for completion.
11645
11646 2004-10-12 Richard M. Stallman <rms@gnu.org>
11647
11648 * info-look.el (info-lookup-file): Add info-file property.
11649 (info-lookup-symbol): Likewise.
11650
11651 * info.el (info-xref): Add underlining.
11652 (info): Add info-file property.
11653 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11654
11655 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11656
11657 Sync with Tramp 2.0.45.
11658
11659 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11660 defined. This is not the case for XEmacs without package "edebug".
11661 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11662 remote files to the permissions of the original file. This is not
11663 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11664 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11665 (tramp-perl-decode): Fix an error in Perl implementation.
11666 $pending must be cleared every loop. Reported by Benjamin Place
11667 <benjaminplace@sprintmail.com>
11668
11669 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11670 Don't activate advice during definition. This is done later on,
11671 depending on test result of `substitute-in-file-name'.
11672 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11673
11674 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11677
11678 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11679
11680 2004-10-12 David Ponce <david@dponce.com>
11681
11682 * recentf.el (recentf-edit-list): Update the menu when the recentf
11683 list has been modified.
11684
11685 2004-10-12 Simon Josefsson <jas@extundo.com>
11686
11687 * net/tls.el (tls-certtool-program): New variable.
11688 (tls-certificate-information): New function, based on
11689 ssl-certificate-information.
11690
11691 2004-10-12 Kenichi Handa <handa@m17n.org>
11692
11693 * international/mule.el (coding-system-equal): Move from mule-util.el.
11694
11695 * international/mule-util.el (coding-system-equal): Move to mule.el.
11696
11697 2004-10-12 Kim F. Storm <storm@cua.dk>
11698
11699 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11700 reset kmacro-initial-counter-value if set.
11701 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11702 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11703 (kmacro-display): Show macro counter if non-zero.
11704
11705 * subr.el (substitute-key-definition): Mention command remapping
11706 in doc string.
11707
11708 2004-10-11 Jay Belanger <belanger@truman.edu>
11709
11710 * calc/calc-misc.el (calc-info-goto-node): New function.
11711 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11712 node in one step.
11713 (calc-describe-copying, calc-describe-distribution)
11714 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11715 Go to appropriate info node in one step.
11716
11717 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11720
11721 * font-lock.el (font-lock-apply-highlight): Fix last change.
11722
11723 2004-10-11 Simon Josefsson <jas@extundo.com>
11724
11725 * mail/smtpmail.el (smtpmail-open-stream): Look for
11726 starttls-gnutls-program instead of starttls-program iff
11727 starttls-use-gnutls is non-nil.
11728 (smtpmail-open-stream): Don't overwrite user settings of
11729 starttls-extra-arguments and starttls-extra-args.
11730
11731 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * comint.el (comint-mouse-insert-input): Remove.
11734 (comint-insert-input): Make it work for mouse bindings.
11735 (comint-mode-map): Move defs into the declaration.
11736 (comint-output-filter): Typo.
11737
11738 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11739
11740 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11741
11742 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11743 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11744 ange-ftp-remote-shell.
11745
11746 2004-10-10 Andreas Schwab <schwab@suse.de>
11747
11748 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11749 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11750 Reported by <sri@asu.edu>.
11751
11752 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11753
11754 * vc.el (vc-annotate-mode): Remove variable.
11755 (vc-annotate-display-select): Only call vc-annotate-mode
11756 if we're not in that mode already.
11757
11758 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11761 (imenu-choose-buffer-index): Check here for rescan instead.
11762
11763 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11764 where the face expression evals to nil.
11765
11766 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11767 (tex-font-lock-keywords-2): Use it.
11768 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11769
11770 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11771
11772 2004-10-09 Kim F. Storm <storm@cua.dk>
11773
11774 * subr.el (progress-reporter-update): Define before first usage.
11775 (make-progress-reporter): Doc fix.
11776
11777 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11778
11779 * textmodes/paragraphs.el (sentence-end-double-space)
11780 (sentence-end-without-period, sentence-end-without-space)
11781 (sentence-end): Doc fixes.
11782
11783 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11784
11785 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11786 Change paragraph-start regexp so we don't fill code starting with #'(.
11787
11788 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11789
11790 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11791 New defcustom.
11792 (extract-address-components): Use it.
11793
11794 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11795
11796 * subr.el (make-progress-reporter, progress-reporter-update)
11797 (progress-reporter-force-update, progress-reporter-do-update)
11798 (progress-reporter-done): New functions.
11799
11800 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11801
11802 * progmodes/etags.el (etags-tags-completion-table): Use progress
11803 reporter.
11804 (etags-tags-apropos): Likewise.
11805
11806 2004-10-08 Alan Mackenzie <acm@muc.de>
11807
11808 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11809 of current line.
11810
11811 2004-10-08 Masatake YAMATO <jet@gyve.org>
11812
11813 * server.el (server-process-filter): Wrap `process-send-region'
11814 by `condition-case' to guard the case when the pipe to PROC is closed.
11815
11816 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11817
11818 * xml.el (xml-substitute-special): Limit handling of external entities.
11819
11820 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11821
11822 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11823
11824 2004-10-06 John Paul Wallington <jpw@gnu.org>
11825
11826 * xml.el (xml-parse-dtd): Fix `error' call.
11827
11828 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11829
11830 * xml.el (xml-substitute-special): Return a single string instead
11831 of a list of strings if an entity substitution is made.
11832
11833 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11834
11835 * calendar/icalendar.el: New file.
11836
11837 2004-10-05 Juri Linkov <juri@jurta.org>
11838
11839 * isearch.el (isearch-done): Set mark after running hook.
11840 Reported by Drew Adams <drew.adams@oracle.com>.
11841
11842 * info.el (Info-history, Info-toc): Fix Info headers.
11843 (Info-toc): Narrow buffer before Info-fontify-node.
11844 (Info-build-toc): Don't check for special Info file names.
11845 Set main-file to nil if Info-find-file returns a symbol.
11846
11847 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11848
11849 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11850 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11851 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11852
11853 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11854
11855 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11856 for old interactive spec from calendar-goto-iso-date.
11857 (calendar-goto-iso-date): Use it.
11858 (calendar-goto-iso-week): New function. Suggested by Emilio
11859 C. Lopes <eclig@gmx.net>.
11860
11861 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11862
11863 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11864 `set-right-margin' bindings that follow the minor mode conventions.
11865
11866 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11869 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11870 (latex-block-args-alist): Add minipage and picture.
11871 (latex-block-body-alist): Use reftex-label if enabled.
11872 (latex-insert-block): Don't insert a \n if not necessary.
11873 (tex-compile-commands): Make sure dvips doesn't send to printer.
11874 (tex-compile-default): Handle the case where no executable is found.
11875 (latex-noindent-environments): New var.
11876 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11877 If tex-indent-allhanging is non-nil, make sure we only align for macros
11878 at beginning of line.
11879
11880 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11881
11882 * newcomment.el (comment-beginning): Doc fix and don't choke on
11883 unset `comment-end-skip' when at beginning of comment.
11884
11885 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11886
11887 * term.el (term-adjust-current-row-cache): Don't allow the current
11888 row to become negative.
11889 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11890 the end of the line. Fix scroll down. Add comments.
11891 (term-handle-ansi-escape): Don't exceed terminal width when moving
11892 right.
11893 (term-scroll-region): Move the cursor after setting the scroll region.
11894
11895 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11896
11897 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11898 to `width' for consistency with docstring. Doc fix.
11899
11900 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11901
11902 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11903 This is necessary for derived modes.
11904
11905 2004-09-30 Kim F. Storm <storm@cua.dk>
11906
11907 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11908 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11909
11910 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11911 kmacro-extract-lambda functions.
11912 (edit-kbd-macro): Handle kmacro lambda forms.
11913 Include counter and counter format in edit buffer.
11914 (edmacro-finish-edit): Get counter and format from edit buffer and
11915 update kmacro bindings when found.
11916
11917 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11918
11919 * textmodes/paragraphs.el (forward-paragraph):
11920 Avoid args-out-of-range error when point winds up at the beginning of
11921 the buffer and hard newlines are enabled.
11922
11923 * newcomment.el (comment-multi-line): Doc fix.
11924
11925 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11928 (diff-fixup-modifs): Catch unified-diff file-headers.
11929
11930 2004-09-29 Kim F. Storm <storm@cua.dk>
11931
11932 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11933 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11934 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11935
11936 * fringe.el (fringe-bitmap-p): New macro.
11937 (fringe-bitmaps): Add standard fringe bitmaps on load.
11938
11939 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * dired.el (dired-view-command-alist): Use more efficient regexps.
11942 Remove dubious arguments.
11943 (dired-align-file): New function.
11944 (dired-insert-directory): Use it.
11945 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11946 (dired-buffers-for-dir): Remove unused var `pattern'.
11947
11948 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11949
11950 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11951 from diary display excursion. Store diary buffer's point for
11952 `simple-diary-display'.
11953 (simple-diary-display): Set window point and start when
11954 displaying buffer, to preserve point.
11955
11956 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11957
11958 * textmodes/enriched.el (enriched-translations): Replace defconst
11959 with defvar.
11960
11961 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11962
11963 * printing.el: Doc fix.
11964 (pr-version): New version number (6.8.1).
11965 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11966 make-temp-name.
11967 (pr-delete-file): Check if file exists before deleting it.
11968 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11969
11970 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * term.el (term-display-table): New variable.
11973 (term-mode): Use it.
11974 (term-exec-1): Set the coding system to binary.
11975 (term-emulate-terminal): Decode the string before inserting it.
11976
11977 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11978
11979 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11980 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11981 (map): Bind S-prior, S-next and S-insert.
11982 (term-mode): Set `indent-tabs-mode' to nil.
11983 (term-paste): New function to be bound to S-insert.
11984 (term-send-del, term-send-backspace): Change the strings sent.
11985 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11986 (term-handle-colors-array): Fix handling of underline and reverse.
11987 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11988 (term-erase-in-line): Fix comparison.
11989 (term-emulate-terminal): Fix line wrap handling.
11990 (term-start-output-log): Rename from `term-set-output-log'.
11991 (term-stop-output-log): Rename from `term-stop-photo'.
11992 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11993
11994 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * dired.el (dired-move-to-filename): Don't output a message if
11997 raise-error is non-nil. Fix return position and value.
11998
11999 * files.el (insert-directory): Obey --dired even with symlinks.
12000
12001 2004-09-25 Lars Hansen <larsh@math.ku.dk>
12002
12003 * ls-lisp.el (ls-lisp-format): Mark file names with property
12004 dired-filename.
12005
12006 2004-09-25 Kim F. Storm <storm@cua.dk>
12007
12008 * ido.el (ido-max-directory-size): New defcustom.
12009 (ido-decorations): Add "too big" element.
12010 (ido-directory-too-big): New dynamic var.
12011 (ido-may-cache-directory): Don't cache big directories.
12012 (ido-directory-too-big-p): New defun.
12013 (ido-set-current-directory): Update ido-directory-too-big.
12014 (ido-read-internal): Make empty ido-cur-item if too-big.
12015 (ido-buffer-internal): Use ido-read-internal directly instead of
12016 ido-read-buffer.
12017 (ido-file-internal): Init ido-directory-too-big.
12018 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
12019 and redo completion with full list.
12020 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
12021 it, and show completions.
12022 (ido-all-completions): Let bind ido-directory-too-big to nil.
12023 (ido-exhibit): Handle ido-directory-too-big.
12024 (ido-read-buffer): Handle fallback to read-buffer.
12025 Init ido-directory-too-big.
12026 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
12027 Init ido-directory-too-big.
12028
12029 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
12030
12031 * subr.el (delay-mode-hooks): Doc fix.
12032
12033 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
12034
12035 * textmodes/enriched.el
12036 (enriched-default-text-properties-local-flag): New variable.
12037 (enriched-mode): Make sure that enabling and disabling the mode is
12038 a no-op. Doc fix.
12039
12040 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
12041
12042 * calendar/holidays.el (holiday-advent): Report on a specified day
12043 offset from advent, not just advent.
12044 (holiday-easter-etc): Report on one specified day offset from
12045 easter, not all easter holidays. Various Easter holidays moved to
12046 `christian-holidays' variable in calendar.el.
12047 * calendar/calendar.el (christian-holidays): Adapt for new
12048 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
12049
12050 2004-09-23 Kim F. Storm <storm@cua.dk>
12051
12052 * image.el (insert-sliced-image): Add doc string.
12053
12054 * ido.el (ido-choice-list): New dynamic var for `list' context.
12055 (ido-context-switch-command): New dynamic var.
12056 (ido-define-mode-map): Generalize switch between file/buffer contexts.
12057 (ido-read-internal): Handle new `list' context.
12058 Handle insert-buffer and insert-file ido-exit values.
12059 (ido-buffer-internal): New arg switch-cmd. Use it to setup
12060 ido-context-switch-command. Handle insert-file ido-exit value.
12061 (ido-read-buffer): Set ido-context-switch-command to 'ignore
12062 unless it is already bound by caller.
12063 (ido-file-internal): New arg switch-cmd. Use it to setup
12064 ido-context-switch-command. Handle insert-buffer ido-exit value.
12065 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
12066 used for context switching.
12067 (ido-all-completions): Handle new `list' context.
12068 (ido-make-choice-list): Return choices for `list' context.
12069 (ido-find-file-in-dir, ido-display-file, ido-write-file)
12070 (ido-display-buffer, ido-kill-buffer): Disable context switching.
12071 (ido-insert-buffer, ido-insert-file): Setup context switching.
12072 (ido-exhibit): Handle `list' context.
12073 (ido-read-file-name): Disable context switching. Handle fallback.
12074 (ido-read-directory-name): Disable context switching.
12075 (ido-completing-read): New defun like completing-read. Setup and
12076 use new `list' context.
12077
12078 2004-09-20 Jesper Harder <harder@ifa.au.dk>
12079
12080 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
12081
12082 2004-09-21 Jay Belanger <belanger@truman.edu>
12083
12084 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
12085 `calc-graph-set-styles' so the gnuplot buffer will appear in a
12086 separate window.
12087
12088 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
12089
12090 * subr.el (after-change-major-mode-hook): Doc fix.
12091
12092 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12093
12094 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
12095 of ghostscript for monochrome PostScript file in Windows.
12096
12097 2004-09-21 Kenichi Handa <handa@m17n.org>
12098
12099 * descr-text.el (describe-char): Checking of quail activation fixed.
12100
12101 2004-09-21 Jay Belanger <belanger@truman.edu>
12102
12103 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
12104
12105 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
12106
12107 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
12108 after the mode hooks instead of before. Doc fix.
12109
12110 2004-09-20 Jason Rumney <jasonr@gnu.org>
12111
12112 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12113 _emacs, but revert to .emacs if neither exists in home directory.
12114
12115 2004-09-20 John Paul Wallington <jpw@gnu.org>
12116
12117 * bindings.el (completion-ignored-extensions): Add .dfsl.
12118
12119 2004-09-20 Richard M. Stallman <rms@gnu.org>
12120
12121 * bindings.el (scroll-left): Make it disabled.
12122
12123 * files.el (enable-local-eval): Doc fix.
12124
12125 * indent.el (move-to-left-margin): Special case for minibuffer.
12126
12127 * term.el (term-emulate-terminal): Turn off undo for output.
12128 Use with-current-buffer and save-selected-window.
12129
12130 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12131
12132 * progmodes/make-mode.el (makefile-fill-paragraph):
12133 Don't insist on spaces when looking for comments. # is enough.
12134
12135 * files.el (hack-local-variables): Copy the variables list
12136 to another buffer, strip prefixes and suffixes there, then read.
12137 (enable-local-eval): Doc fix.
12138 (ignored-local-variables): Initialize to nil.
12139 (risky-local-variable-p): Don't check ignored-local-variables here.
12140 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12141
12142 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12143
12144 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12145 of = to "." (punctuation).
12146
12147 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12148
12149 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12150
12151 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12152
12153 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12154 (enriched-before-change-major-mode): New function.
12155 Add it to `change-major-mode-hook'.
12156 (enriched-after-change-major-mode): New function.
12157 Add it to `after-change-major-mode-hook'.
12158 (enriched-mode): Make it work correctly if called from
12159 `after-change-major-mode-hook'.
12160 No longer set `indent-line-function'.
12161
12162 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12163
12164 * subr.el (after-change-major-mode-hook): New variable.
12165 (run-mode-hooks): Implement it.
12166
12167 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * battery.el (battery-linux-proc-apm): Use string-to-number.
12170 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12171 Use dolist (and less indentation). Use erase-buffer.
12172 Pre-initialize `design-capacity', `warn', and `low'.
12173 (battery-format): Use replace-regexp-in-string.
12174
12175 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12176
12177 * battery.el: Delete superfluous empty lines.
12178 (battery-linux-proc-acpi): Attempt to gather information from all
12179 battery subdirectories regardless of their file name.
12180 (battery-linux-proc-apm): Replace all occurrences of
12181 battery-hex-to-int-2 with string-to-int (base 16).
12182 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12183 (battery-hex-map): Delete variable.
12184
12185 2004-09-18 John Paul Wallington <jpw@gnu.org>
12186
12187 * calc/calc-units.el (calc-quick-units): Fix overzealous
12188 s/or/unless/.
12189
12190 2004-09-17 Jay Belanger <belanger@truman.edu>
12191
12192 * calc/calc.el (calc-mode-var-list): Fix the value of
12193 `calc-matrix-brackets'.
12194
12195 2004-09-17 Romain Francoise <romain@orebokech.com>
12196
12197 * ibuf-ext.el (define-ibuffer-filter filename):
12198 Expand dired-directory since buffer-file-name is absolute.
12199
12200 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * ediff-init.el (ediff-current-diff-face-A)
12203 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12204 (ediff-current-diff-face-Ancestor)
12205 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12206 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12207 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12208 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12209 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12210 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12211 Use min-colors.
12212
12213 * term.el (term-down): Perform vertical motion if DOWN is negative.
12214 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12215 (term-termcap-format): Synchronyze with the eterm terminfo entry
12216 in etc/e/eterm.ti.
12217 (term-handle-colors-array): If the current foreground or
12218 background are zero (i.e. unspecified), use the foreground and
12219 background of the default face for reverse video.
12220 (term-ansi-at-eval-string, term-ansi-default-fg)
12221 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12222 (term-mem): Delete ununsed function.
12223 (term-protocol-version): Increment.
12224 (term-current-face): Set to default.
12225
12226 2004-09-15 Jay Belanger <belanger@truman.edu>
12227
12228 * calc/calc.el (calc-mode-var-list): Define this variable.
12229 (calc-always-load-extensions, calc-line-numbering)
12230 (calc-line-breaking, calc-display-just, calc-display-origin)
12231 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12232 (calc-group-char, calc-point-char, calc-frac-format)
12233 (calc-prefer-frac, calc-hms-format, calc-date-format)
12234 (calc-float-format, calc-full-float-format, calc-complex-format)
12235 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12236 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12237 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12238 (calc-matrix-brackets, calc-language, calc-language-option)
12239 (calc-left-label, calc-right-label, calc-word-size)
12240 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12241 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12242 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12243 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12244 (calc-window-height, calc-display-trail, calc-show-selections)
12245 (calc-use-selections, calc-assoc-selections)
12246 (calc-display-working-message, calc-auto-why, calc-timing)
12247 (calc-mode-save-mode, calc-standard-date-formats)
12248 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12249 (calc-user-parse-tables, calc-gnuplot-default-device)
12250 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12251 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12252 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12253 (calc-invocation-macro, calc-show-banner): Give these values as
12254 part of `calc-mode-var-list's initialization after the variables
12255 are declared with defvar.
12256 (calc-bug-address): Change email address to send bug reports to.
12257 Change the maintainer address at the top.
12258 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12259 than "\\.emacs" to determine if it is the user-init-file.
12260
12261 * calc/calc-embed.el (calc-embedded-set-modes): Use
12262 `calc-mode-var-list' correctly.
12263
12264 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12265
12266 * vc.el (annotate-time): Document point handling.
12267 (vc-annotate-display-autoscale): Doc fix.
12268
12269 2004-09-15 Miles Bader <miles@gnu.org>
12270
12271 * generic.el (generic-make-keywords-list): Use symbol rather than
12272 word anchors in regexp.
12273
12274 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12275
12276 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12277 no file name consider `dired-directory'.
12278
12279 2004-09-14 Kim F. Storm <storm@cua.dk>
12280
12281 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12282
12283 2004-09-14 Simon Josefsson <jas@extundo.com>
12284
12285 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12286
12287 * textmodes/dns-mode.el: Add.
12288
12289 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12292 (disabled-command-function): Make the ?\ char more obvious.
12293
12294 * vc-arch.el (vc-arch-root, vc-arch-registered):
12295 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12296
12297 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12298
12299 * windmove.el (windmove-frame-edges): Report coordinates of
12300 outside edges of frame, not inside edges.
12301 (windmove-coordinates-of-position): Convert into wrapper to new
12302 function `windmove-coordinates-of-window-position';
12303 `compute-motion' always applies to selected window.
12304 (windmove-coordinates-of-position): Update documentation to refer
12305 to Emacs 21 Lisp Reference Manual.
12306 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12307
12308 2004-09-13 Kim F. Storm <storm@cua.dk>
12309
12310 * isearch.el (isearch-resume-in-command-history): Rename from
12311 isearch-resume-enabled and change default to nil.
12312
12313 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12316 (vc-registered): Use it.
12317 (vc-find-root): New fun.
12318
12319 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12320 Don't tell to use \\{...} when it's already done.
12321
12322 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12323 Provide a sample complex default.
12324 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12325 (bibtex-entry): Use mapc.
12326
12327 2004-09-12 Kim F. Storm <storm@cua.dk>
12328
12329 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12330
12331 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12332 inhibit-field-text-motion to t so rectangles work in comint buffers.
12333
12334 * simple.el (choose-completion-string): Set buffer before running
12335 choose-completion-string-functions hook so it can be buffer-local.
12336
12337 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12338
12339 * progmodes/compile.el (compilation-start): Parse command to see
12340 if it starts with a cd, and if so perform it for the *compilation*
12341 buffer. Change the header to reflect this.
12342
12343 2004-09-11 Kim F. Storm <storm@cua.dk>
12344
12345 * ido.el (ido-enable-dot-prefix): Doc fix.
12346 (ido-enable-dot-prefix): New defcustom.
12347 (ido-set-matches1): Use it.
12348
12349 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * textmodes/bibtex.el (bibtex-mark-active)
12352 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12353
12354 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12355
12356 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12357 used in a case insensitive environment.
12358 (bibtex-mode-map): Rearrange order of menus.
12359 (bibtex-quoted-string-re): Obsolete.
12360 (bibtex-complete-key-cleanup): Variable replaced by new function.
12361 (bibtex-font-lock-keywords): Use backquotes.
12362 (bibtex-font-lock-url-regexp): New internal variable.
12363 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12364 "OPT" and "ALT".
12365 (bibtex-insert-current-kill, bibtex-make-field)
12366 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12367 (bibtex-parse-field-text): Simplify.
12368 (bibtex-string=): New helper function.
12369 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12370 (bibtex-map-entries): Use bibtex-string=.
12371 (bibtex-search-entry): Use not.
12372 (bibtex-enclosing-field): Fix docstring.
12373 (bibtex-assoc-regexp): Obsolete.
12374 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12375 (bibtex-autokey-get-names): Handle empty name field.
12376 (bibtex-parse-strings): Use assoc-string and unless.
12377 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12378 Use assoc-string.
12379 (bibtex-pop): Simplify.
12380 (bibtex-mode): Set font-lock-extra-managed-props.
12381 (bibtex-entry-update): Use assoc-string.
12382 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12383 (bibtex-autofill-entry): Use bibtex-string=.
12384 (bibtex-print-help-message): Simplify.
12385 (bibtex-find-entry): New optional arg START.
12386 (bibtex-validate): Use bibtex-string= and assoc-string.
12387 Do not call obsolete function compilation-parse-errors.
12388 (bibtex-remove-delimiters): Only remove delimiters if present.
12389 (bibtex-copy-entry-as-kill): Add docstring.
12390 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12391 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12392 (bibtex-complete): Use bibtex-predefined-month-strings,
12393 bibtex-string=, and new function bibtex-complete-key-cleanup.
12394 (bibtex-generate-url-list): New variable.
12395 (bibtex-url): New command bound to C-c C-l and mouse-2.
12396 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12397 (bibtex-font-lock-url): New function.
12398
12399 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12400
12401 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12402
12403 2004-09-09 Kim F. Storm <storm@cua.dk>
12404
12405 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12406 counter and format with binding.
12407 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12408 the declared macro uses own macro counter and format. Give symbol
12409 kmacro property.
12410 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12411 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12412 (kmacro-end-and-call-macro): Doc fix.
12413
12414 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12415
12416 * desktop.el (desktop-clear-preserve-buffers):
12417 Remove make-obsolete-variable.
12418
12419 2004-09-08 Richard M. Stallman <rms@gnu.org>
12420
12421 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12422 with the buffer as argument.
12423
12424 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12427
12428 2004-09-08 Juri Linkov <juri@jurta.org>
12429
12430 * replace.el (perform-replace): Use `query-replace-descr'.
12431
12432 * cus-start.el (history-delete-duplicates): Specify customization.
12433
12434 * diff-mode.el (diff-mode-map):
12435 * progmodes/compile.el (compilation-mode-map):
12436 * progmodes/grep.el (grep-mode-map):
12437 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12438 to `next-error-follow-minor-mode'.
12439
12440 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12441
12442 * isearch.el (isearch-lazy-highlight-update): Take into account
12443 the case of zero-length match at the search bound.
12444
12445 2004-09-08 Kim F. Storm <storm@cua.dk>
12446
12447 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12448 change. Use zero width overlays when necessary.
12449
12450 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12451
12452 * subr.el (split-string): Docfix.
12453
12454 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12455
12456 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12457 (display-call-tree): Ensure newline after caller/calls blocks.
12458
12459 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12460
12461 * startup.el (command-line-1): Make option
12462 --directory/-L modify `load-path' straight away.
12463
12464 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12465
12466 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12467
12468 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12469
12470 * emacs-lisp/autoload.el (make-autoload):
12471 Handle `define-compilation-mode'.
12472
12473 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12474 Specify `doc-string-elt' property.
12475
12476 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12477
12478 * bs.el (bs-mode): Doc fix.
12479
12480 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12481
12482 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12483
12484 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12485
12486 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12487
12488 2004-09-08 Kenichi Handa <handa@m17n.org>
12489
12490 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12491 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12492 ps-mule-next-point -> 1+).
12493
12494 * composite.el (encode-composition-rule): Add autoload cooky.
12495
12496 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12497
12498 * format.el (buffer-auto-save-file-format): Make it permanent local.
12499
12500 2004-09-07 Kim F. Storm <storm@cua.dk>
12501
12502 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12503 (authors-fixed-entries): Fix typo.
12504 (authors-canonical-author-name): Compact multiple spaces.
12505 Ignore trivial names (e.g. only first name).
12506
12507 * term.el (term-window-width): Only use full window width on
12508 window system if overflow-newline-into-fringe is enabled.
12509 (term-mode): Don't disable overflow-newline-into-fringe.
12510
12511 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12514 motion as seen on my Mac OS X xterms.
12515
12516 * newcomment.el (uncomment-region-default, comment-region-default):
12517 New functions extracted from uncomment-region and comment-region.
12518 (comment-region, comment-region-function, uncomment-region)
12519 (uncomment-region-function): Use them.
12520
12521 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12522
12523 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12524 It's not crucial but can make sense at times.
12525
12526 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12527 the first commit.
12528
12529 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12530 Disable obsolete code.
12531
12532 2004-09-07 Juri Linkov <juri@jurta.org>
12533
12534 * progmodes/grep.el (grep-highlight-matches): Change default from
12535 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12536 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12537 if grep option `--color' is available, or to `nil' otherwise.
12538 (grep-process-setup): Call `grep-compute-defaults' if
12539 `grep-highlight-matches' is not computed. Set env-vars only
12540 if `grep-highlight-matches' is `t'.
12541 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12542 is already defined).
12543
12544 * progmodes/compile.el (compilation-start): Use copy of
12545 `process-environment' created by `copy-sequence' to not
12546 modify env-vars in the global `process-environment'.
12547
12548 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12549
12550 * simple.el (next-error-follow-minor-mode): Fix last change.
12551
12552 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12555 permanent local.
12556
12557 2004-09-04 Richard M. Stallman <rms@gnu.org>
12558
12559 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12560 highlighting if the search string is empty.
12561
12562 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12563
12564 * facemenu.el (facemenu-active-faces): Change condition of inner
12565 `while' loop to also check the first two elements of `face-atts'
12566 and `mask-atts'.
12567
12568 2004-09-04 John Paul Wallington <jpw@gnu.org>
12569
12570 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12571 (thumbs-view-image-mode): Make buffer read-only.
12572
12573 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12574
12575 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12576 (ispell-check-version): Set it.
12577 (ispell-send-replacement): New function.
12578 (ispell-process-line): Call ispell-send-replacement.
12579
12580 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12581
12582 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12583 Support choosing seconds with "s".
12584
12585 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12586
12587 * terminal.el (te-escape): Show `?' in prompt for help key.
12588
12589 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12590
12591 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12592
12593 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12594
12595 * simple.el (next-error-follow-minor-mode)
12596 (next-error-follow-mode-post-command-hook): New functions.
12597 (next-error-follow-last-line): New defvar.
12598
12599 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12600 * progmodes/compile.el (compilation-mode-map): Likewise.
12601 * progmodes/grep.el (grep-mode-map): Likewise.
12602 * replace.el (occur-mode-map): Likewise.
12603
12604 * newcomment.el (uncomment-region): Bind comment-use-global-state
12605 to nil.
12606
12607 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12608
12609 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12610 locally around the call to `revert-buffer'.
12611
12612 2004-09-03 Juri Linkov <juri@jurta.org>
12613
12614 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12615 `isearch-adjusted' to `t'.
12616 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12617 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12618 (isearch-other-meta-char): Restore isearch-point unconditionally.
12619 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12620 Set point to start of match if region is not active in transient
12621 mark mode (to include the current match to region boundaries).
12622 Push the search string to `query-replace-from-history-variable'.
12623 Add prompt "Query replace regexp" for isearch-regexp.
12624 Add region beginning/end as last arguments of `perform-replace.'
12625 (isearch-query-replace-regexp): Replace code by the call to
12626 `isearch-query-replace' with arg `t'.
12627
12628 2004-09-03 Richard M. Stallman <rms@gnu.org>
12629
12630 * startup.el (normal-top-level): Undo previous TERM change.
12631
12632 2004-09-03 Kim F. Storm <storm@cua.dk>
12633
12634 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12635 highlight overlays; allow using RET when cursor is over a button.
12636 (cua--highlight-rectangle): Use it.
12637 (cua--rectangle-set-corners): Don't move backwards at eol.
12638 (cua--forward-line): Don't move into void after eob.
12639
12640 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12641 point is set (and displayed) inside rectangle.
12642 (cua--rectangle-operation): Fix for highlight of empty lines.
12643 (cua--highlight-rectangle): Fix highlight for tabs.
12644 Position cursor at left/right edge of rectangle using new `cursor'
12645 property on overlay strings.
12646 (cua--indent-rectangle): Don't tabify.
12647 (cua-rotate-rectangle): Ignore that point has moved.
12648
12649 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12650
12651 * term/mac-win.el: Add ASCII equivalents for some function keys.
12652 (mode-line-frame-identification): Sync with x-win.el.
12653
12654 2004-09-02 Juri Linkov <juri@jurta.org>
12655
12656 * progmodes/compile.el (compilation-buffer-name): Compare major
12657 mode with second element of compilation-arguments instead of third
12658 to reflect latest changes in compilation-arguments structure.
12659 (recompile): Use global variable `compilation-directory' to get
12660 recent compilation directory only when `recompile' is invoked NOT
12661 in the compilation buffer. Otherwise, use `default-directory' of
12662 the compilation buffer.
12663 (compilation-error-properties): Allow to funcall col and end-col.
12664 (compilation-mode-font-lock-keywords): Check col and end-col by
12665 `integerp'.
12666 (compilation-goto-locus): If end-mk is non-nil in transient mark
12667 mode don't activate the mark (and don't display message in
12668 push-mark), but highlight overlay between mk and end-mk.
12669
12670 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12671 (grep-regexp-alist): Add rule to highlight grep matches.
12672 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12673
12674 * info.el (Info-fontify-node): Don't compute other-tag
12675 if Info-hide-note-references=hide.
12676
12677 * help.el (function-called-at-point):
12678 * help-fns.el (variable-at-point):
12679 Try `find-tag-default' when other methods failed.
12680
12681 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12682 Do not push mark if inhibit-mark-movement is non-nil.
12683
12684 * textmodes/ispell.el (ispell-html-skip-alists):
12685 Fix backslashes in docstring.
12686
12687 2004-09-01 Juri Linkov <juri@jurta.org>
12688
12689 * isearch.el (isearch-wrap-function)
12690 (isearch-push-state-function): New defvars.
12691 (isearch-pop-fun-state): New defsubst.
12692 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12693 (isearch-push-state): Set the result of calling
12694 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12695 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12696 restore the mode-specific starting point of terminated search.
12697 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12698 (isearch-repeat): Call `isearch-wrap-function' if defined.
12699 (isearch-message-prefix): Don't add prefix "over" to the message
12700 for wrapped search if `isearch-wrap-function' is defined.
12701 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12702 restore the mode-specific starting point of failed search.
12703
12704 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12705 (Info-search): Add new optional arguments for the sake of isearch.
12706 Replace whitespace in Info-search-whitespace-regexp literally.
12707 Add backward search. Don't call `Info-select-node' if regexp is
12708 found in the same Info node. Don't add node to Info-history for
12709 wrapped isearch.
12710 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12711 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12712 (Info-mode): Set local variables `isearch-search-fun-function',
12713 `isearch-wrap-function', `isearch-push-state-function',
12714 `search-whitespace-regexp'.
12715
12716 * isearch.el: Remove ancient Change Log section.
12717 (isearch-string, isearch-message-string, isearch-point)
12718 (isearch-success, isearch-forward-flag, isearch-other-end)
12719 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12720 (isearch-barrier, isearch-within-brackets)
12721 (isearch-case-fold-search): Add suffix `-state' to state-related
12722 defsubsts to avoid name clashes with other function names.
12723
12724 * simple.el (next-error): New defgroup and defface.
12725 (next-error-highlight, next-error-highlight-no-select):
12726 New defcustoms.
12727 (next-error-no-select): Let-bind next-error-highlight to the value
12728 of next-error-highlight-no-select before calling `next-error'.
12729
12730 * progmodes/compile.el (compilation-goto-locus):
12731 Use `next-error' face instead of `region'. Set 4-th argument of
12732 `move-overlay' to `current-buffer' to move overlay to different
12733 source buffers. Use new variable `next-error-highlight'.
12734
12735 * simple.el (next-error-find-buffer): Move the rule
12736 "if current buffer is a next-error capable buffer" after the
12737 rule "if next-error-last-buffer is set to a live buffer".
12738 Simplify to test all rules in one `or'.
12739 (next-error): Doc fix.
12740 (next-error, previous-error, first-error)
12741 (next-error-no-select, previous-error-no-select):
12742 Make arguments optional.
12743
12744 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12745
12746 * macros.el (apply-macro-to-region-lines): Make it operate on all
12747 lines that begin in the region, rather than on all complete lines
12748 in the region.
12749
12750 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12751
12752 * x-dnd.el (x-dnd-protocol-alist): Document update.
12753 (x-dnd-known-types): Defcustom it.
12754 (x-dnd-handle-motif): Print message-atom in error message.
12755
12756 2004-08-30 John Paul Wallington <jpw@gnu.org>
12757
12758 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12759 strings rather than programatically constructing message.
12760
12761 2004-08-30 Richard M. Stallman <rms@gnu.org>
12762
12763 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12764 Don't return a string that would read as the wrong character code.
12765
12766 2004-08-29 Kim F. Storm <storm@cua.dk>
12767
12768 * emulation/cua-base.el (cua-auto-expand-rectangles):
12769 Remove automatic rectangle padding feature; replace by non-destructive
12770 virtual rectangle edges feature.
12771 (cua-virtual-rectangle-edges): New defcustom.
12772 (cua-auto-tabify-rectangles): New defcustom.
12773 (cua-paste): If paste into a marked rectangle, insert rectangle at
12774 current column, even if virtual; also paste exactly as many lines
12775 as has been marked (ignore additional lines or add empty lines),
12776 but paste whole source if only one line is marked.
12777 (cua--update-indications): No longer use overwrite-cursor to
12778 indicate rectangle padding
12779
12780 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12781 (cua--rectangle-virtual-edges): New defun.
12782 (cua--rectangle-get-corners): Remove optional PAD arg.
12783 (cua--rectangle-set-corners): Never do padding.
12784 (cua--forward-line): Remove optional PAD arg. Simplify.
12785 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12786 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12787 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12788 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12789 (cua--rectangle-move): Never do padding. Simplify.
12790 (cua--tabify-start): New defun.
12791 (cua--rectangle-operation): Add tabify arg. All callers changed.
12792 (cua--pad-rectangle): Remove.
12793 (cua--delete-rectangle): Handle delete with virtual edges.
12794 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12795 (cua--insert-rectangle): Handle insert at virtual column.
12796 Perform auto-tabify if necessary.
12797 (cua--activate-rectangle): Remove optional FORCE arg.
12798 Never do padding. Simplify.
12799 (cua--highlight-rectangle): Enhance for virtual edges.
12800 (cua-toggle-rectangle-padding): Remove command.
12801 (cua-toggle-rectangle-virtual-edges): New command.
12802 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12803 (cua--rectangle-post-command): Don't force rectangle padding.
12804 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12805
12806 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12807
12808 * indent.el (edit-tab-stops-buffer): Doc fix.
12809
12810 2004-08-28 Richard M. Stallman <rms@gnu.org>
12811
12812 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12813 (grep-tag-default): Function deleted.
12814
12815 * subr.el (find-tag-default): Move from etags.el.
12816
12817 * progmodes/etags.el (find-tag-default): Move to subr.el.
12818
12819 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12820 into the basic character if it has an uppercase form.
12821
12822 2004-08-27 Kenichi Handa <handa@m17n.org>
12823
12824 * international/utf-8.el (utf-8-post-read-conversion): If the
12825 buffer is unibyte, temporarily make it multibyte.
12826
12827 2004-08-27 Masatake YAMATO <jet@gyve.org>
12828
12829 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12830
12831 2004-08-25 John Paul Wallington <jpw@gnu.org>
12832
12833 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12834 0, 1, and many mismatches in message.
12835 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12836
12837 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12838 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12839
12840 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12843 vc-diff-switches differently.
12844
12845 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12846
12847 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12848 before and a real defvar after
12849 `speedbar-supported-extension-expressions'. This is to silence
12850 the compiler without breaking bootstrapping.
12851
12852 2004-08-22 Richard M. Stallman <rms@gnu.org>
12853
12854 * textmodes/flyspell.el (flyspell-word):
12855 Use set-process-query-on-exit-flag.
12856 (flyspell-highlight-duplicate-region): Take POSS as arg.
12857 (flyspell-word): Pass POSS as arg.
12858
12859 * progmodes/ada-xref.el: Many doc and style fixes.
12860 (ada-find-any-references): Use compilation-start.
12861 (ada-get-ali-file-name): Improve error msg.
12862 (ada-get-ada-file-name): Likewise.
12863
12864 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12865 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12866
12867 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12868 Add forward defvar.
12869
12870 * whitespace.el (global-whitespace-mode): New alias
12871 for whitespace-global-mode.
12872
12873 * speedbar.el (speedbar-file-regexp): Move definition up.
12874 (speedbar-mode, speedbar-set-mode-line-format):
12875 Use with-no-warnings.
12876 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12877
12878 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12879 controls whether to display the error buffer.
12880
12881 * ps-mule.el: Delete compatibility code for old Emacses.
12882 (ps-mule-find-wrappoint): Don't use chars-in-region.
12883
12884 * frame.el (display-mouse-p, display-selections-p):
12885 Use with-no-warnings.
12886
12887 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12888
12889 2004-08-22 David Kastrup <dak@gnu.org>
12890
12891 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12892 information.
12893
12894 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12895
12896 2004-08-22 Andreas Schwab <schwab@suse.de>
12897
12898 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12899
12900 2004-08-22 Masatake YAMATO <jet@gyve.org>
12901
12902 * cvs-status.el (cvs-status-checkout): New function.
12903 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12904
12905 2004-08-21 David Kastrup <dak@gnu.org>
12906
12907 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12908 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12909 has been converted to use hashtables, the relation `nil=none' is
12910 no longer valid, as `nil' is not a hashtable. This patch tries to
12911 reduce the number of resulting errors.
12912
12913 2004-08-21 John Paul Wallington <jpw@gnu.org>
12914
12915 * subr.el (process-kill-without-query): Made obsolete in
12916 version 21.4, not 21.5.
12917
12918 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12919 (vc-previous-comment, vc-next-comment)
12920 (vc-comment-search-reverse, vc-comment-search-forward)
12921 (vc-comment-to-change-log): Likewise.
12922
12923 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12924
12925 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12926
12927 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12928 Correct indentation of DEFMETHODS with non-standard method
12929 combinations (e.g., PROGN, MIN, MAX).
12930
12931 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * startup.el (normal-top-level-add-subdirs-to-load-path):
12934 Avoid unnecessarily checking system-type.
12935 (normal-top-level): Set TERM to "dumb". Simplify.
12936
12937 * avoid.el (mouse-avoidance-ignore-p): New fun.
12938 Also ignore switch-frame, select-window, double, and triple clicks.
12939 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12940 (mouse-avoidance-fancy-hook): Use it.
12941
12942 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12943
12944 * avoid.el (mouse-avoidance-nudge-mouse)
12945 (mouse-avoidance-banish-destination): Stay within the current window
12946 to avoid problems with mouse-autoselect-window.
12947
12948 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12949
12950 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12951 the newer format of some messages in cvs-1.12.1.
12952
12953 2004-08-19 Masatake YAMATO <jet@gyve.org>
12954
12955 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12956 (elp-results-jump-to-definition-by-mouse)
12957 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12958 (elp-output-result): Use elp-output-insert-symname.
12959
12960 2004-08-18 Kenichi Handa <handa@m17n.org>
12961
12962 * language/cyrillic.el: Register koi8-r in
12963 ctext-non-standard-encodings-alist.
12964 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12965
12966 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12967
12968 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12969 that replaces 20xy with xy.
12970
12971 2004-08-17 John Paul Wallington <jpw@gnu.org>
12972
12973 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12974 (reb-force-update): Doc fix.
12975
12976 2004-08-16 Richard M. Stallman <rms@gnu.org>
12977
12978 * progmodes/which-func.el (which-func-update-1): Doc fix.
12979
12980 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12981 (sh-mode-abbrev-table): New variable.
12982
12983 * progmodes/compile.el (compilation-mode): Doc fix.
12984
12985 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12986 Don't cons a new symbol each time.
12987 (eval-last-sexp-fake-value): New variable.
12988
12989 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12990 (copyright-update-year): Detect continuation of list of years.
12991
12992 * term.el (term-default-fg-color, term-default-bg-color)
12993 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12994
12995 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12996
12997 2004-08-16 Davis Herring <herring@lanl.gov>
12998
12999 * isearch.el (isearch-string, isearch-message-string, isearch-point)
13000 (isearch-success, isearch-forward-flag, isearch-other-end)
13001 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13002 (isearch-barrier, isearch-within-brackets)
13003 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
13004
13005 2004-08-16 Kenichi Handa <handa@m17n.org>
13006
13007 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
13008
13009 2004-08-15 Kenichi Handa <handa@m17n.org>
13010
13011 * term/x-win.el (x-selection-value): If utf8 was successful but
13012 ctext was not, use utf8 string.
13013
13014 2004-08-14 Davis Herring <herring@lanl.gov>
13015
13016 * isearch.el: Remove accidental changes of March 4. Fix backing
13017 up when a regexp isearch is made more general. Use symbolic
13018 accessor functions for isearch stack frames to make usage clearer.
13019 (search-whitespace-regexp): Made groups in documentation shy (as
13020 is the group in the default value).
13021 (isearch-fallback): New function, addresses problems with regexps
13022 liberalized by `\|', adds support for liberalization by `\}' (the
13023 general repetition construct), and incorporates behavior for
13024 `*'/`?'.
13025 (isearch-}-char): New command, calls `isearch-fallback' with
13026 arguments appropriate to a typed `}'.
13027 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
13028 appropriately.
13029 (isearch-mode-map): Bind `}' to `isearch-}-char'.
13030 (isearch-string, isearch-message,string, isearch-point)
13031 (isearch-success, isearch-forward-flag, isearch-other-end)
13032 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13033 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
13034 New inline functions to read fields of a stack frame.
13035
13036 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
13037
13038 * battery.el (battery-linux-proc-acpi): Look into battery
13039 directories matching the literal string "CMB", too (required for
13040 Linux kernel version 2.6.7).
13041
13042 2004-08-14 John Paul Wallington <jpw@gnu.org>
13043
13044 * cus-start.el (read-file-name-completion-ignore-case): Add.
13045 (blink-cursor-alist): Change version to "21.4".
13046
13047 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
13048
13049 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
13050
13051 * speedbar.el (speedbar-scan-subdirs): New option.
13052 (speedbar-file-lists): Don't ignore file-name case on Unix and use
13053 dolist.
13054 (speedbar-insert-files-at-point): Take an extra argument and use
13055 it to optionally find out if a subdir is empty. Also unreadable
13056 files don't get expand buttons.
13057 (speedbar-directory): New image (unused pixmap already existed).
13058 (speedbar-expand-image-button-alist): Use it.
13059
13060 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
13061
13062 CC Mode update to 5.30.9:
13063
13064 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
13065 Move from cc-vars to cc-defs for dependency reasons. Fix the
13066 POSIX char class test to check that it works in
13067 `skip-chars-(forward|backward)' too.
13068
13069 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
13070 first argument starts with a special brace list.
13071
13072 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
13073 when `c-opt-type-concat-key' is used (i.e. in Pike).
13074
13075 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
13076 Fix bug when the inner char pair doesn't have paren syntax,
13077 i.e. "(<>)".
13078
13079 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
13080 whitespace safe.
13081
13082 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
13083 position for `arglist-intro', `arglist-cont-nonempty' and
13084 `arglist-close' when there are two arglist open parens on the same
13085 line and there's nothing in front of the first.
13086
13087 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
13088 locking of qualified names in Java, which previously could fontify
13089 common indexing expressions in many cases. The standard Java
13090 naming conventions are used to tell them apart.
13091
13092 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
13093 Fix inconsistency wrt opening parens on the first line inside a paren
13094 block.
13095
13096 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
13097 compile time for the sake of `c-major-mode-is'.
13098
13099 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
13100 `c-major-mode-is' in the event that this is used inside a
13101 `c-lang-defconst'.
13102
13103 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
13104 `c-lang-defconst' so that it works better with fallback languages.
13105
13106 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
13107 it to fail to record the base mode.
13108
13109 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13110 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
13111 is used. Reorder the syntax checks to get more efficient
13112 skipping in some situations.
13113
13114 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13115 continuation which might precede the newly inserted '{'.
13116
13117 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13118 Fix cases where it could loop indefinitely.
13119
13120 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13121 size specs correctly. Only fontify identifiers in front of '('
13122 with as functions - don't accept any paren char. Tighten up
13123 initializer skipping to stop before function and class blocks.
13124
13125 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13126 the point could be left directly after an open paren when finding
13127 the beginning of the first decl in the block.
13128
13129 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13130 table when filtering out legitimate open parens to be recorded.
13131 This could cause cache inconsistencies when e.g.
13132 `c++-template-syntax-table' was temporarily in use.
13133
13134 * progmodes/cc-engine.el (c-on-identifier)
13135 (c-simple-skip-symbol-backward): Small fix for handling "-"
13136 correctly in `skip-chars-backward'. Affected the operator lfun
13137 syntax in Pike.
13138
13139 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13140 Fix bug that could cause an error from `after-change-functions' when
13141 the changed region is at bob.
13142
13143 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13144
13145 CC Mode update to 5.30.9:
13146
13147 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13148 to say that <TAB> doesn't insert WS into a CPP line.
13149 (c-indent-command, c-tab-always-indent): Amend doc strings.
13150
13151 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13152 checks for user errors, thus eliminating cryptic and unhelpful
13153 Emacs error messages. (1) Check the arg to `c-set-style' is a
13154 string. (2) Check that settings to `c-offsets-alist' are not
13155 spuriously quoted.
13156
13157 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13158 which precedes the newly inserted `{'.
13159
13160 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13161
13162 Sync with Tramp 2.0.44.
13163
13164 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13165 function "tramp_file_attributes". Otherwise, file names
13166 containing spaces are misinterpreted. Reported by Magnus Henoch
13167 <mange@freemail.hu>.
13168 (tramp-handle-file-truename): FILENAME must be expanded first.
13169 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13170 obscure results. Reported by D. Goel <deego@gnufans.org>.
13171 (tramp-handle-verify-visited-file-modtime): If file does not
13172 exist, say it is not modified if and only if that agrees with the
13173 buffer's record. Check whether a file is visiting the buffer, or
13174 the buffer has no recorded last modification time. Return t in
13175 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13176 <teirllm@auburn.edu>.
13177 (tramp-handle-write-region): Pass modtime explicitely to
13178 `set-visited-file-modtime', because filename can be different
13179 from (buffer-file-name) if `file-precious-flag' is set.
13180 `set-visited-file-modtime' must be called always when `visit' is t
13181 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13182 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13183 nil, don't apply the whole body. If the file doesn't exists, set
13184 modtime to '(-1 65535). Suggested by Luc Teirlinck
13185 <teirllm@auburn.edu>.
13186
13187 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13188
13189 * help.el (describe-bindings): Doc fix.
13190
13191 * subr.el (kbd): Doc fix.
13192
13193 2004-08-08 John Paul Wallington <jpw@gnu.org>
13194
13195 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13196 instead of `string-to-int'.
13197 (define-ibuffer-column mode): Fix indentation.
13198
13199 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13200
13201 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13202
13203 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13204
13205 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13206
13207 * novice.el (disabled-command-function): New variable renamed from
13208 `disabled-command-hook'.
13209 (disabled-command-hook): Keep the _variable_ as alias for
13210 `disabled-command-function' and make obsolete.
13211 (disabled-command-function): Function renamed from
13212 `disabled-command-hook'. Adapt code to name change of the variable.
13213
13214 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13215
13216 * simple.el (completion-root-regexp): New defvar.
13217 (completion-setup-function): Use it instead of a literal string.
13218
13219 2004-08-07 John Paul Wallington <jpw@gnu.org>
13220
13221 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13222 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13223 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13224 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13225
13226 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13227
13228 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13229 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13230
13231 2004-08-04 Kenichi Handa <handa@m17n.org>
13232
13233 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13234 Fix previous change.
13235
13236 2004-08-03 Kenichi Handa <handa@m17n.org>
13237
13238 * international/encoded-kb.el: The following changes are to
13239 utilize key-translation-map instead of minor mode map.
13240 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13241 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13242 (encoded-kbd-last-key): New function.
13243 (encoded-kbd-iso2022-single-shift): New function.
13244 (encoded-kbd-iso2022-designation)
13245 (encoded-kbd-self-insert-iso2022-7bit)
13246 (encoded-kbd-self-insert-iso2022-8bit)
13247 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13248 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13249 key-translation-map.
13250 (encoded-kbd-setup-keymap): Setup key-translation-map.
13251 (saved-key-translation-map): New variable.
13252 (encoded-kbd-mode): Save/restore key-translation-map.
13253 Adjust for the change of encoded-kbd-setup-keymap.
13254
13255 2004-08-02 Kim F. Storm <storm@cua.dk>
13256
13257 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13258 and call compute-motion with nil for topos and width to get proper
13259 usable width and height for both window and non-window systems.
13260
13261 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13262 calculate usable window width and height.
13263
13264 * window.el (window-buffer-height): Call compute-motion with nil width.
13265
13266 2004-08-01 David Kastrup <dak@gnu.org>
13267
13268 * replace.el (query-replace-read-from):
13269 Use `query-replace-compile-replacement'.
13270 (query-replace-compile-replacement): New function.
13271 (query-replace-read-to): Use `query-replace-compile-replacement'
13272 for repeating the last command.
13273
13274 2004-08-01 John Paul Wallington <jpw@gnu.org>
13275
13276 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13277 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13278 (pr-switches): Remove period from end of error messages.
13279
13280 * help-mode.el (help-go-back): Likewise.
13281
13282 * abbrev.el (only-global-abbrevs): Doc fix.
13283 (edit-abbrevs-map): Define within defvar.
13284 (quietly-read-abbrev-file): Doc fix.
13285
13286 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13287
13288 * novice.el (enable-command, disable-command): Doc fixes.
13289
13290 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13291
13292 2004-07-30 Richard M. Stallman <rms@gnu.org>
13293
13294 * subr.el (with-local-quit): Doc fix.
13295
13296 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13297
13298 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13299
13300 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13301
13302 * custom.el (defcustom): Doc fix.
13303
13304 2004-07-28 Masatake YAMATO <jet@gyve.org>
13305
13306 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13307
13308 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * imenu.el (imenu-prev-index-position-function)
13311 (imenu-extract-index-name-function, imenu-name-lookup-function)
13312 (imenu--index-alist): Docstring redundancy fix.
13313
13314 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13315
13316 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13317 binding dired-backup-overwrite.
13318
13319 2004-07-25 John Paul Wallington <jpw@gnu.org>
13320
13321 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13322
13323 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13324
13325 * term/tty-colors.el (tty-color-approximate): Doc fix.
13326
13327 * select.el (x-get-selection, x-set-selection): Doc fixes.
13328
13329 * frame.el (make-frame): Doc fix.
13330
13331 2004-07-24 Richard M. Stallman <rms@gnu.org>
13332
13333 * mail/rmail.el (rmail-mime-charset-pattern):
13334 Don't include semicolon in the charset value.
13335
13336 * replace.el (occur-next-error): Call set-window-point.
13337 (occur-engine): Handle negative NLINES.
13338
13339 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13340
13341 * frame.el (modify-all-frames-parameters): Minor doc fix.
13342 (set-frame-configuration): Doc fix.
13343
13344 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13345
13346 * simple.el (completion-setup-function): Compute the common parts
13347 and the first difference place correctly when
13348 partial-completion-mode is on.
13349
13350 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13351
13352 * ps-print.el: Doc fix.
13353 (ps-print-version): New version 6.6.5.
13354 (ps-printing-region): Doc fix.
13355 (ps-generate-string-list): Comment fix.
13356 (ps-message-log-max): Code fix.
13357
13358 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13359
13360 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13361 generated PostScript.
13362
13363 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13364
13365 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13366 with Gnus v5_10 branch.)
13367
13368 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13369
13370 * calendar/time-date.el (time-to-number-of-days): New function.
13371 Imported from from Gnus.
13372
13373 2004-07-22 Kim F. Storm <storm@cua.dk>
13374
13375 * progmodes/make-mode.el: Fix comments.
13376
13377 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13378
13379 * printing.el: Doc fix.
13380
13381 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13382
13383 * frame.el (modify-all-frames-parameters): Minor doc fix.
13384
13385 2004-07-20 Richard M. Stallman <rms@gnu.org>
13386
13387 * textmodes/fill.el (fill-nobreak-p): If this break point is
13388 at the end of the line, don't consider the newline which follows
13389 as a reason to return t.
13390
13391 2004-07-19 John Paul Wallington <jpw@gnu.org>
13392
13393 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13394
13395 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13396
13397 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13398 Delete irrelevant code.
13399
13400 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13401
13402 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13403 New docstring. From Luc Teirlinck.
13404
13405 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13406
13407 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13408 section.
13409 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13410 non-file buffers. We know it is nil.
13411
13412 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13413
13414 Sync with Tramp 2.0.43.
13415
13416 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13417 Remove outdated comment.
13418 (tramp-locked, tramp-locker): New variables for implementing a
13419 global lock.
13420 (tramp-sh-file-name-handler): Use them to implement the global lock.
13421
13422 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13423
13424 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13425 calls to respective `xxx` calls.
13426 (tramp-process-alive-regexp): Precise doc string.
13427 (tramp-multi-action-process-alive): New defun.
13428 (tramp-multi-actions): Use it.
13429 (tramp-handle-find-backup-file-name): `copy-tree' is available
13430 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13431 in order to avoid this function.
13432 (tramp-handle-write-region): Set current buffer. If connection
13433 wasn't open, `file-modes' has changed it accidently. Reported by
13434 David Kastrup <dak@gnu.org>.
13435 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13436 HOST.
13437 (tramp-action-password, tramp-multi-action-password): Apply it.
13438 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13439 name must still contain the port number. Otherwise, we have two
13440 Tramp buffers, with all the confusion. Reported by Myron Selby
13441 <myron@xytech.com> and Rolf Dubitzky
13442 <Dubitzky@physi.uni-heidelberg.de>.
13443
13444 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13445 HOST to `tramp-enter-passwd'.
13446
13447 * net/tramp-vc.el (all): Code cleanup. Change all
13448 `tramp-handle-xxx' calls to respective `xxx` calls.
13449
13450 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13451
13452 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13453 functions that are not erroneous if either 1-valued or
13454 multi-valued. Detect functions in this class.
13455 (testcover-1value-functions, testcover-compose-functions)
13456 (testcover-progn-functions) Add some additional functions to lists.
13457 (testcover-mark): Bugfix when marking up the definition for an
13458 empty function.
13459
13460 2004-07-17 Richard M. Stallman <rms@gnu.org>
13461
13462 * replace.el (occur-read-primary-args): Pass default to
13463 read-from-minibuffer.
13464
13465 * mail/footnote.el (footnote-section-tag): Use defcustom.
13466
13467 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13468 Compile font-lock-keywords, not KEYWORDS.
13469 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13470 Add warn, check-type. Handle cerror like error.
13471
13472 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13473
13474 * progmodes/which-func.el (which-func-keymap): New var.
13475 (which-func-face): New face.
13476 (which-func-format): Use them.
13477
13478 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13479
13480 * buff-menu.el (list-buffers-noselect): Append the buffer's
13481 process status to its mode name.
13482
13483 2004-07-16 Kim F. Storm <storm@cua.dk>
13484
13485 * simple.el (inhibit-mark-movement): New defvar.
13486 (beginning-of-buffer, end-of-buffer): Do not push mark if
13487 inhibit-mark-movement is non-nil or C-u prefix is given.
13488
13489 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13490 Init to beginning-of-buffer and end-of-buffer.
13491 (cua--undo-push-mark): New defvar.
13492 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13493 already active and command is in cua--preserve-mark-commands.
13494 Also fix check for shift modifier on non-window systems.
13495 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13496
13497 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13498
13499 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13500 of two integers, instead of a cons.
13501
13502 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13503 `visited-file-modtime' now returns a list of two integers, instead
13504 of a cons.
13505
13506 * dired.el (dired-directory-changed-p): Ditto.
13507
13508 * progmodes/grep.el (grep): Doc fix.
13509
13510 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13511
13512 * autorevert.el (auto-revert-tail-mode)
13513 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13514 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13515 in both at the same time.
13516 (auto-revert-tail-mode): New command.
13517 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13518 (auto-revert-handler): Revert only either tail or whole file.
13519
13520 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13521 add auto-revert-tail-mode.
13522
13523 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13524
13525 * printing.el: Doc fix. Change name of some funs.
13526 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13527 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13528 (pr-standard-file-name): New fun. Replace pr-standard-path.
13529 (pr-call-process): Code fix.
13530
13531 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13532
13533 * subr.el (with-selected-window): Doc fix.
13534
13535 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13536
13537 * subr.el (get-buffer-window-list): Doc fix.
13538
13539 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13540
13541 * files.el (switch-to-buffer-other-window): Doc fix.
13542
13543 * window.el (save-selected-window, one-window-p)
13544 (split-window-keep-point, split-window-vertically)
13545 (split-window-horizontally): Doc fixes.
13546
13547 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13548
13549 * printing.el: Doc fix. Now it uses call-process instead of
13550 shell-command for low command execution.
13551 (pr-version): New version number (6.8).
13552 (pr-shell-file-name): Option removed.
13553 (pr-shell-command): Fun removed.
13554 (pr-call-process): New fun. Replace pr-shell-command.
13555 (pr-standard-path, pr-remove-nil-from-list): New funs.
13556 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13557 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13558 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13559 (pr-ps-utility-process, pr-txt-print): Code fix.
13560
13561 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13562
13563 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13564 boolean.
13565
13566 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13567
13568 * wid-edit.el (widget-field-buffer): Doc fix.
13569
13570 2004-07-09 John Paul Wallington <jpw@gnu.org>
13571
13572 * emacs-lisp/re-builder.el (reb-update-overlays):
13573 Distinguish between one and several matches in message.
13574
13575 2004-07-09 Richard M. Stallman <rms@gnu.org>
13576
13577 * mouse.el (mouse-set-region-1): If transient-mark-mode
13578 is `identity', change it to `only'.
13579
13580 * simple.el (current-word): Doc fix.
13581
13582 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13583
13584 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13585 so that it is more understanding of whitespace.
13586
13587 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13588 (("ns" . "element") (attr-list) children) instead of
13589 ((:ns . "element") (attr-list) children) in order to reduce the
13590 number of symbols used.
13591 (xml-skip-dtd): Change to use xml-parse-dtd but set
13592 xml-validating-parsing to nil.
13593 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13594 (xml-substitute-entity): Remove in favor of new entity substitution.
13595 (xml-substitute-special): Rewrite in to substitute complex
13596 entities from DOCTYPE declarations.
13597 (xml-parse-fragment): Parse fragments from entity deleclarations.
13598 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13599 (xml-parse-dtd, xml-substitute-special): Make validity checks
13600 conditioned on xml-validating-parser. Add "Not Well Formed" to
13601 error messages about well-formedness.
13602
13603 2004-07-08 Steven Tamm <steventamm@mac.com>
13604
13605 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13606 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13607 Do not treat double clicks and triple clicks specially in the
13608 scroll bar (preventing strange repositioning problems)
13609
13610 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13611
13612 * replace.el (query-replace-regexp-eval): Fix last change.
13613
13614 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * replace.el (query-replace-descr): New fun.
13617 (query-replace-read-from, query-replace-read-args): Default to the
13618 previous from&to.
13619 (query-replace-read-to): Quote the `from' string when displaying it.
13620 (query-replace-regexp-eval): Immediately check read-only status.
13621 Use query-replace-read-from to get the \n checking.
13622 Quote the `from' string when displaying it.
13623 (map-query-replace-regexp, occur-read-primary-args):
13624 Quote the `from' string when displaying it.
13625
13626 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13627 delimited-ness of the search to query-replace.
13628
13629 * replace.el (query-replace-read-from, query-replace-read-to):
13630 New funs extracted from query-replace-read-args.
13631 (query-replace-read-args): Use them.
13632
13633 * replace.el (query-replace-interactive, query-replace-read-args):
13634 Remove the `initial' special value.
13635 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13636 (occur-engine): Remove unused var `matchend'.
13637
13638 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13639 Use the search string without prompting.
13640
13641 2004-07-05 Kenichi Handa <handa@m17n.org>
13642
13643 * international/mule.el (decode-coding-inserted-region):
13644 Set last-coding-system-used only when coding is nil.
13645
13646 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13647
13648 * progmodes/grep.el (grep-compute-defaults, grep-command)
13649 (grep-program, find-program, grep-find-use-xargs, grep-history)
13650 (grep-find-history, grep-tag-default, grep-find-command)
13651 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13652 Add autoload cookies, for unbundled packages that load `compile'
13653 and expect all grep-related symbols to become defined.
13654
13655 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13656
13657 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13658 (iimage-mode-image-search-path): New user option to search the
13659 image file.
13660 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13661 have locate-file.
13662 (iimage-mode-buffer): Use it.
13663
13664 2004-07-03 Nick Roberts <nickrob@gnu.org>
13665
13666 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13667 carefully.
13668 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13669
13670 2004-07-03 Juri Linkov <juri@jurta.org>
13671
13672 * replace.el (query-replace-read-args): Swallow space after 'foo,
13673 not after (quote foo). Match space only immediately after symbol,
13674 not anywhere in the whole string.
13675
13676 2004-07-02 Richard M. Stallman <rms@gnu.org>
13677
13678 * replace.el (query-replace-read-args): Swallow space after
13679 symbols, not after closeparens. But avoid error if string ends there.
13680
13681 * progmodes/python.el (python-beginning-of-statement):
13682 Exit the loop if backward-up-list gets error.
13683
13684 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13685
13686 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13687
13688 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13689 only if vc-consult-headers is non-nil.
13690
13691 2004-07-02 Juri Linkov <juri@jurta.org>
13692
13693 * pcvs.el (cvs-mode-diff-repository): New command.
13694
13695 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13696
13697 2004-07-01 Juri Linkov <juri@jurta.org>
13698
13699 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13700 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13701 C-M-% to isearch-query-replace-regexp.
13702 (minibuffer-local-isearch-map): Add arrow key bindings.
13703 Bind C-f to isearch-yank-char-in-minibuffer.
13704 (isearch-forward): Doc fix.
13705 (isearch-edit-string): Doc fix.
13706 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13707 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13708 (isearch-yank-char): Add optional arg.
13709 (isearch-yank-char-in-minibuffer): New fun.
13710
13711 * replace.el (query-replace-interactive): Change type from boolean
13712 to choice. Add value `initial'.
13713 (query-replace-read-args): Handle value `initial' of
13714 query-replace-interactive.
13715
13716 2004-06-29 Kim F. Storm <storm@cua.dk>
13717
13718 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13719 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13720
13721 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13722 Add :group 'ada.
13723
13724 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13725
13726 2004-06-29 Juri Linkov <juri@jurta.org>
13727
13728 * replace.el (query-replace-read-args): Swallow a space after
13729 everything except )]" which in most cases means after a symbol.
13730
13731 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13732
13733 2004-06-28 Richard M. Stallman <rms@gnu.org>
13734
13735 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13736 More changes to go with previous change in font-lock.el.
13737
13738 2004-06-26 David Kastrup <dak@gnu.org>
13739
13740 * replace.el (perform-replace): Highlight the match even in
13741 non-query mode if there is potential replace string editing.
13742
13743 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13744
13745 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13746 agree with new return value of `file-remote-p'.
13747 This syncs with Tramp 2.0.42.
13748
13749 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13750 according to new documentation of `file-remote-p'.
13751
13752 * files.el (file-remote-p): Fix doc to say that return value is
13753 identification of remote system, if not nil.
13754 (file-relative-name): Use new return value of `file-remote-p'.
13755
13756 2004-06-26 Nick Roberts <nickrob@gnu.org>
13757
13758 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13759 (gdb-goto-breakpoint): Fix breakage.
13760
13761 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13762
13763 * man.el (Man-getpage-in-background): Add windows-nt to the list
13764 of systems where shell-file-name should be used instead of
13765 literal "sh".
13766
13767 2004-06-25 Sam Steingold <sds@gnu.org>
13768
13769 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13770 function names `(setf symbol)'.
13771
13772 2004-06-24 Richard M. Stallman <rms@gnu.org>
13773
13774 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13775
13776 * font-lock.el (font-lock-keywords): Change format of compiled values.
13777 Document it.
13778 (font-lock-add-keywords): If font-lock-keywords is compiled,
13779 extract the uncompiled version, modify, then recompile.
13780 (font-lock-remove-keywords): Likewise.
13781 (font-lock-fontify-keywords-region): Handle changed format.
13782 (font-lock-compile-keywords): Handle changed format.
13783 (font-lock-set-defaults): Compile the keywords explicitly here.
13784
13785 2004-06-24 David Kastrup <dak@gnu.org>
13786
13787 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13788 replacements here.
13789 (query-replace-regexp): Doc string explaining this and the new
13790 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13791 is better placed in `query-replace-read-args'.
13792 (replace-regexp): Explain `\,', `\#' and `\?'.
13793 (replace-match-data): New function for thorough reuse/destruction
13794 of old match-data.
13795 (replace-match-maybe-edit): Function for implementing `\?' editing.
13796 (perform-replace): Fix maintaining of the match stack including
13797 already matched regions, implement `\?', fix various problems
13798 with regions while editing and other stuff.
13799 (replace-highlight): Simplify.
13800
13801 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13802
13803 * progmodes/grep.el (grep-error-screen-columns): New variable.
13804 (grep-regexp-alist): Give it the full functionality of gnu style
13805 compilation messages with line and column ranges. Ask me for the
13806 perl script I'm working on, that uses these.
13807
13808 2004-06-23 Nick Roberts <nickrob@gnu.org>
13809
13810 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13811 Remove.
13812 (comint-insert-input, comint-mouse-insert-input): New functions
13813 based on comint-insert-clicked-input for two bindings but just
13814 one functionality.
13815
13816 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13817
13818 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13819
13820 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13821
13822 * files.el (write-contents-functions): Doc fix.
13823
13824 2004-06-21 Juanma Barranquero <lektu@terra.es>
13825
13826 * image.el (image-library-alist): Rewrite docstring in active voice.
13827
13828 2004-06-20 Richard M. Stallman <rms@gnu.org>
13829
13830 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13831
13832 * isearch.el (isearch-repeat): Avoid testing old match data.
13833 (isearch-message): Display trailing space in special font
13834 when search is failing.
13835 (isearch-search-fun-function): Doc fix.
13836
13837 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13838
13839 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13840
13841 * frame.el (show-trailing-whitespace): Doc fix.
13842
13843 * cus-edit.el (custom-variable-documentation): New function.
13844 (custom-variable): Use it.
13845
13846 2004-06-19 Nick Roberts <nickrob@gnu.org>
13847
13848 * man.el (Man-getpage-in-background): Revert previous change but
13849 make cygwin a special case.
13850
13851 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13852
13853 * autorevert.el (global-auto-revert-non-file-buffers):
13854 Update docstring.
13855
13856 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13857
13858 * progmodes/compile.el (compilation-error-properties): Store one
13859 more than end-col, if present, so that transient-mark-mode will
13860 highlight last char too.
13861 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13862 ranges, if present.
13863
13864 2004-06-18 Jason Rumney <jasonr@gnu.org>
13865
13866 * makefile.w32-in: Double percent signs in for loops.
13867
13868 2004-06-17 David Kastrup <dak@gnu.org>
13869
13870 * replace.el (query-replace-read-args): Only warn about use of \n
13871 and \t when we are doing a regexp replacement and the actual
13872 escaped character is n or t.
13873 (query-replace-regexp): Add \, and \# interpretation to
13874 interactive call and document it.
13875 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13876 as shortkey for replace-count.
13877 (replace-quote): New function for doubling backslashes.
13878
13879 2004-06-17 Juanma Barranquero <lektu@terra.es>
13880
13881 * files.el (parse-colon-path, cd): Mention in docstring that the
13882 path separator is colon in GNU-like systems.
13883
13884 * newcomment.el (comment-region-internal): Fix docstring.
13885
13886 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13887 (ewoc-invalidate, ewoc-collect): Doc fixes.
13888 (ewoc--create-node, ewoc--delete-node-internal):
13889 Fix typos in docstring.
13890
13891 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13892
13893 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13894 manual to docstring.
13895
13896 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13897
13898 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13899
13900 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13901
13902 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13903 Add hyperlink to emacs-xtra manual to docstring.
13904
13905 * autorevert.el (global-auto-revert-non-file-buffers):
13906 Add hyperlink to emacs-xtra manual to docstring, as well as an
13907 info-link.
13908
13909 2004-06-14 Juanma Barranquero <lektu@terra.es>
13910
13911 * image.el (image-library-alist): New variable to map image types
13912 to external libraries. Initialized to nil, unless system-specific
13913 configs change it.
13914 (image-type-available-p): Determine whether an image type is
13915 available by calling `init-image-library'.
13916
13917 * term/w32-win.el (image-library-alist): Initialize to a known set
13918 of probable library names.
13919
13920 2004-06-14 Kenichi Handa <handa@m17n.org>
13921
13922 * international/code-pages.el (windows-1256, cp1125): Fix tables
13923 for several characters.
13924
13925 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13926
13927 2004-06-13 Richard M. Stallman <rms@gnu.org>
13928
13929 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13930
13931 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13932 not "`pc-selection-mode'".
13933
13934 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13935
13936 * simple.el (previous-matching-history-element): Specify a default.
13937
13938 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13939
13940 * cus-face.el (custom-declare-face): Simplify code.
13941
13942 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13943
13944 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13945
13946 * files.el (before-save-hook): Add `time-stamp' to the options.
13947
13948 * time-stamp.el (time-stamp): Recommend adding it to
13949 `before-save-hook', rather than `write-file-functions'.
13950 Make a similar change in `Commentary' section.
13951
13952 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13953
13954 * diff-mode.el (diff-current-defun): If at start of hunk, use
13955 position of first change.
13956
13957 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13958
13959 * dired-x.el (dired-mark-omitted): Bind to "*O".
13960
13961 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13962
13963 * bookmark.el (bookmark-bmenu-relocate): New function, as
13964 suggested by David J. Biesack <David.Biesack@sas.com>.
13965 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13966 (bookmark-bmenu-mode): Describe binding in doc string.
13967 (bookmark-set-filename): Save the bookmark list if it's time.
13968
13969 2004-06-13 Kenichi Handa <handa@m17n.org>
13970
13971 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13972 (ccl-untranslated-to-ucs): Fix typo.
13973
13974 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13975
13976 * progmodes/python.el (python-open-block-statement-p):
13977 Fix indentation after a block opening that contains a comment.
13978
13979 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13980
13981 * bindings.el (completion-ignored-extensions): Add file extensions
13982 of Python byte-compiled files.
13983
13984 2004-06-12 Juri Linkov <juri@jurta.org>
13985
13986 * info.el (Info-goto-node): Add autoload.
13987 (Info-toc): Add substring-no-properties on Info file name.
13988 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13989 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13990
13991 2004-06-12 Kenichi Handa <handa@m17n.org>
13992
13993 * international/mule-cmds.el (set-language-environment):
13994 Load subst tables if necessary.
13995
13996 * international/mule.el (decode-char): Load subst tables if necessary.
13997 (encode-char): Likewise.
13998
13999 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
14000 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
14001 (utf-16le-decode-loop): Set r5 to -1 before loop.
14002 (utf-16be-decode-loop): Likewise.
14003 (ccl-decode-mule-utf-16le): Add EOF processing block.
14004 (ccl-decode-mule-utf-16be): Likewise.
14005 (ccl-decode-mule-utf-16le-with-signature): Likewise.
14006 (ccl-decode-mule-utf-16be-with-signature): Likewise.
14007 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
14008 (ccl-mule-utf-16-encode-untrans): New CCL.
14009 (utf-16-decode-to-ucs): Handle pre-read character.
14010 (utf-16le-encode-loop): Handle surrogate pair.
14011 (utf-16be-encode-loop): Likewise.
14012 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
14013 of utf-16le-encode-loop.
14014 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
14015 of utf-16be-encode-loop.
14016 (mule-utf-16-post-read-conversion):
14017 Call utf-8-post-read-conversion at first.
14018 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
14019 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
14020 Add post-read-conversion and pre-write-conversion.
14021
14022 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
14023 (utf-translate-cjk-unicode-range): New variable.
14024 (utf-translate-cjk-load-tables): New function.
14025 (utf-lookup-subst-table-for-decode): New function.
14026 (utf-lookup-subst-table-for-encode): New function.
14027 (utf-translate-cjk-mode): Init-value changed to t. Don't load
14028 tables here. Update safe-charsets of utf-* coding systems.
14029 (ccl-mule-utf-untrans): New CCL.
14030 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
14031 at end of each branch.
14032 (ccl-mule-utf-8-encode-untrans): New CCL.
14033 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
14034 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
14035 length of encoding. Don't return r0.
14036 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
14037 (utf-8-post-read-conversion): Narrow to region properly.
14038 If utf-translate-cjk-mode is on, load tables if necessary.
14039 Call utf-8-compose with hash-table arg if necessary.
14040 Call XXX-compose-region instead of XXX-post-read-convesion.
14041 (utf-8-pre-write-conversion): New function.
14042 (mule-utf-8): Include CJK charsets in safe-charsets if
14043 utf-translate-cjk-mode is on. Add pre-write-conversion.
14044
14045 * international/characters.el: Temporarily set
14046 utf-translate-cjk-mode to nil.
14047
14048 * language/devan-util.el (devanagari-compose-region):
14049 Add autoload cookie.
14050
14051 * international/ccl.el (ccl-dump-call): Fix printing the
14052 subroutine name.
14053
14054 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
14055
14056 * dired.el (dired-revert): If buffer is marked unmodified before
14057 reverting, keep it marked unmodified.
14058 Adapt to new conventions for commenting out code.
14059 (dired-make-relative): Adapt to new conventions for commenting out code.
14060
14061 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
14062
14063 * eshell/esh-module.el (eshell-load-defgroups):
14064 Bind `vc-handled-backends' to nil when opening files.
14065
14066 2004-06-11 Juanma Barranquero <lektu@terra.es>
14067
14068 * files.el (parse-colon-path, cd): Doc fixes (refer to
14069 `path-separator', not colon).
14070
14071 2004-06-10 Juanma Barranquero <lektu@terra.es>
14072
14073 * newcomment.el (comment-search-forward)
14074 (comment-search-backward): Fix typos in docstring.
14075 (comment-region): Doc fix.
14076
14077 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
14078
14079 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
14080 switch is no longer stored in `dired-switches-alist'.
14081
14082 * dired-aux.el (dired-insert-subdir): Do not store R switch in
14083 `dired-switches-alist'.
14084
14085 2004-06-10 Kim F. Storm <storm@cua.dk>
14086
14087 * pcvs.el (cvs-mode-diff-yesterday): New command.
14088
14089 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
14090
14091 2004-06-10 Juri Linkov <juri@jurta.org>
14092
14093 * emacs-lisp/edebug.el (edebug-eval-defun):
14094 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
14095 Fix docstring.
14096
14097 * simple.el (eval-expression-print-format): Don't print additional
14098 information on the first call to `eval-print-last-sexp'.
14099 (next-error-find-buffer): Fix punctuation.
14100 (killing) <defgroup>: Fix punctuation.
14101 (yank-excluded-properties): Change group from editing to killing.
14102
14103 * replace.el (perform-replace): Use `limit' to terminate the
14104 while-loop explicitly.
14105
14106 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14107
14108 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
14109 Use lc-*.xpm as prefix instead of *-locol.xpm.
14110
14111 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
14112 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14113 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14114 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14115 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14116 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14117 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14118 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14119 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14120 * toolbar/lc-up_arrow.xpm:
14121 Rename from *-locol.xpm.
14122
14123 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14124
14125 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14126 include forms like &<str>; as valid url patterns.
14127
14128 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14129
14130 * dired.el (dired-diff, dired-backup-diff)
14131 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14132 (dired-do-chown, dired-do-touch, dired-do-print)
14133 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14134 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14135 (dired-create-directory, dired-do-copy, dired-do-symlink)
14136 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14137 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14138 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14139 (dired-maybe-insert-subdir, dired-next-subdir)
14140 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14141 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14142 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14143 (dired-run-shell-command, dired-query): Remove redundant,
14144 or incorrect, autoloads.
14145
14146 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14147 does not end in a slash. Add optional argument KILL-ROOT.
14148 Update docstring.
14149 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14150 (dired-query): Add autoloads.
14151
14152 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14153
14154 * progmodes/compile.el (compilation-set-window-height):
14155 Rearrange the save-* functions because a buffer can have several current
14156 point in different windows.
14157 (compilation-error-regexp-alist-alist): Recognize {standard input}
14158 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14159
14160 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14161
14162 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14163 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14164 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14165 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14166 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14167 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14168 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14169 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14170 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14171 * toolbar/up_arrow-locol.xpm:
14172 New versions of icons that uses fewer colors.
14173
14174 * toolbar/tool-bar.el (tool-bar-local-item)
14175 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14176 if display-color-cells is 256 or less.
14177
14178 2004-06-08 Kim F. Storm <storm@cua.dk>
14179
14180 * wid-edit.el (widget-specify-button): Use hand pointer rather
14181 than mouse-face as visible mouse-over effect.
14182
14183 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14184
14185 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14186 and `print-level' to nil when writing out `save-place-alist'.
14187 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14188
14189 2004-06-07 Juanma Barranquero <lektu@terra.es>
14190
14191 * completion.el (completion-kill-region): Doc fix.
14192
14193 * format.el (format-insert-annotations)
14194 (format-annotate-location): Doc fixes.
14195 (format-subtract-regions): Make arguments match their use in docstring.
14196
14197 * simple.el (kill-region): Doc fix.
14198
14199 * subr.el (insert-buffer-substring-no-properties)
14200 (insert-buffer-substring-as-yank): Doc fixes.
14201
14202 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14203
14204 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14205 Update docstring.
14206 (dired-reset-subdir-switches): New function.
14207
14208 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14209 Limit scope of `buffer-read-only' binding.
14210
14211 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14212
14213 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14214 eshell-explicit-command-char.
14215
14216 2004-06-06 Juanma Barranquero <lektu@terra.es>
14217
14218 * help-fns.el (help-argument-name): Inherit from italic face only
14219 if the frame supports it.
14220
14221 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14222
14223 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14224 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14225 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14226 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14227 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14228 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14229 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14230 New conversions from xpm files.
14231
14232 * toolbar/README: New file.
14233
14234 2004-06-06 Richard M. Stallman <rms@gnu.org>
14235
14236 * isearch.el (isearch-mode-map): Undo previous change.
14237
14238 2004-06-05 Juri Linkov <juri@jurta.org>
14239
14240 * bindings.el (debug-ignored-errors): Add regexps for history
14241 related messages. Remove $ from "No further undo information".
14242 Move Ediff's messages to ediff.el.
14243
14244 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14245
14246 * cus-edit.el (custom-display): Add `min-colors'.
14247
14248 * custom.el (defface): Add `supports' to docstring.
14249
14250 * help-fns.el (help-argument-name): Add :group 'help.
14251
14252 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14253
14254 * find-dired.el (find-ls-subdir-switches): New user option.
14255 (find-dired): No longer call `abbreviate-file-name' on DIR.
14256 Set `dired-subdir-switches' buffer-locally.
14257
14258 * locate.el: Merge the two `Commentary' sections.
14259 (locate-ls-subdir-switches): New user option.
14260 (locate): Update for other changes.
14261 (locate-mode-map): Restore Dired binding for mouse-2.
14262 Bind `locate-mouse-view-file' to M-mouse-2.
14263 Bind `l' to `locate-do-redisplay'.
14264 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14265 (locate-mouse-view-file, locate-tags, locate-find-directory):
14266 Print message if used outside main listing.
14267 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14268 Various changes to support inserted subdirectories.
14269 (locate-insert-header): Change header of *Locate* buffer.
14270
14271 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14272 Change interactive default switches.
14273 (dired-rename-subdir-2): Update `dired-switches-alist'.
14274 (dired-insert-subdir, dired-kill-subdir):
14275 Handle `dired-switches-alist'. Do not mark buffer modified.
14276 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14277 (dired-insert-subdir-doinsert): Omit messages.
14278 Handle `dired-subdir-switches'.
14279 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14280
14281 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14282 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14283 subdirs if -R switch is used for a subdir.
14284 (dired-mode): Set `dired-switches-alist'.
14285 (dired-build-subdir-alist): Only print number of directories in
14286 echo area when invoked interactively.
14287
14288 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14289
14290 * dired-x.el (dired-omit-mode): Rename from
14291 dired-omit-files-p. Use define-minor-mode to define it.
14292 (dired-omit-files-p): Add as alias for dired-omit-mode.
14293 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14294 dired-mark-omitted.
14295 (dired-mark-omitted): Add. Bind to M-O.
14296
14297 2004-06-05 Kenichi Handa <handa@m17n.org>
14298
14299 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14300
14301 2004-06-05 Juanma Barranquero <lektu@terra.es>
14302
14303 * help-fns.el (help-argument-name): Reintroduce face.
14304 (help-default-arg-highlight): Use it, now that
14305 `face-differs-from-default-p' can be trusted.
14306
14307 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14308
14309 * textmodes/table.el: Sentence commands added to Point Motion
14310 group; kill and backward-kill commands added to Extraction group.
14311
14312 2004-06-04 Mario Lang <mlang@delysid.org>
14313
14314 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14315 systems appear to use mW, make the code handle this. Fix a
14316 division-by-zero bug while at it, and handle kernels with
14317 a slightly different layout in /proc/acpi.
14318
14319 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14320
14321 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14322 because the latter is a CL-ism. This fixes the bug reported by
14323 Shawn Boyette <mdxi@collapsar.net> in
14324 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14325
14326 2004-06-04 Miles Bader <miles@gnu.org>
14327
14328 * faces.el (display-supports-face-attributes-p): Function moved to
14329 C code. Previously only the tty-related portion of this function
14330 was done in C; however the previous attempt to do a halfway-proper
14331 job for non-tty displays in lisp didn't work properly because of
14332 funny conditions during Emacs startup.
14333 (face-differs-from-default-p): Simplify, now that
14334 display-supports-face-attributes-p works properly on all display
14335 types. Remove :stipple from comparison; it doesn't really work
14336 in emacs anyway.
14337
14338 2004-06-04 Miles Bader <miles@gnu.org>
14339
14340 * faces.el (face-differs-from-default-p): Use a different
14341 implementation, so we can really check whether FACE displays
14342 differently or not.
14343
14344 2004-06-04 Miles Bader <miles@gnu.org>
14345
14346 * faces.el (display-supports-face-attributes-p): Implement a
14347 `different from default' check for non-tty displays.
14348
14349 2004-06-03 David Kastrup <dak@gnu.org>
14350
14351 * woman.el (woman-mapcan): More concise code.
14352 (woman-topic-all-completions, woman-topic-all-completions-1)
14353 (woman-topic-all-completions-merge): Replace by a simpler and
14354 much faster implementation based on O(n log n) sort/merge instead
14355 of the old O(n^2) behavior.
14356
14357 2004-06-03 Miles Bader <miles@gnu.org>
14358
14359 * subr.el (read-number): Use canonical format for default in prompt.
14360
14361 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14362 Add regexp for " [...]" style defaults.
14363
14364 2004-06-02 Romain Francoise <romain@orebokech.com>
14365
14366 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14367 groups: if the user asks for a hidden buffer, open the
14368 corresponding filter group to expose it.
14369
14370 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14371 `ibuffer-jump-to-buffer'.
14372 (ibuffer-jump-offer-only-visible-buffers): New user option.
14373
14374 2004-06-02 Juanma Barranquero <lektu@terra.es>
14375
14376 * faces.el (frame-update-faces): Add empty docstring so the one
14377 for `ignore' doesn't show through.
14378
14379 * subr.el (process-kill-without-query): Remove spurious "\n" on
14380 obsolescence string.
14381 (focus-frame, unfocus-frame): Add obsolescence declaration and
14382 empty docstring.
14383
14384 * international/mule.el (register-char-codings): Make alias for
14385 `ignore'. Move docstring to obsolescence info and remove redundancy.
14386
14387 2004-06-02 Kim F. Storm <storm@cua.dk>
14388
14389 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14390 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14391
14392 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * comint.el (comint-replace-by-expanded-history-before-point):
14395 Obey `start' as the docstring says.
14396 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14397 (comint-update-fence): Prevent font-lock from running unnecessarily.
14398 (comint-dynamic-list-completions): Use with-current-buffer.
14399
14400 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14401
14402 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14403 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14404 (bibtex-entry-update): Handle alternatives and optional fields.
14405 (bibtex-parse-entry): Bugfix, handle empty key.
14406
14407 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14410
14411 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14412
14413 * desktop.el (desktop-save): Don't save minor modes without a
14414 known mode initialization function.
14415
14416 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14417
14418 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14419
14420 * autorevert.el: Update `Commentary' section.
14421
14422 2004-05-30 Juanma Barranquero <lektu@terra.es>
14423
14424 * dos-fns.el (convert-standard-filename):
14425 * files.el (convert-standard-filename):
14426 * w32-fns.el (convert-standard-filename):
14427 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14428
14429 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14430
14431 Sync with Tramp.
14432
14433 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14434 (tramp-let-maybe): Move to an earlier spot in the file.
14435 Patch by Andreas Schwab.
14436
14437 2004-05-30 Andreas Schwab <schwab@suse.de>
14438
14439 * dired.el (dired-get-filename): Don't use dired-re-dot.
14440
14441 2004-05-30 Richard M. Stallman <rms@gnu.org>
14442
14443 * files.el (find-file): Doc fix.
14444
14445 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14446
14447 2004-05-30 Nick Roberts <nickrob@gnu.org>
14448
14449 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14450 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14451 modeline of the locals buffer.
14452 (gdb-goto-breakpoint): Handle gdbmi.
14453 (gdb-get-frame-number): Change for gdbmi.
14454
14455 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14456
14457 * files.el (file-remote-p): Apply file name handler for operation
14458 `file-remote-p'. It isn' a property any longer.
14459 (file-relative-name): `fh' and `fd' get the required value via
14460 `find-file-name-handler' already.
14461
14462 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14463 (top): Remove setting of `file-remote-p' property for
14464 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14465
14466 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14467
14468 Version 2.0.41 of Tramp released.
14469
14470 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14471 Throw away if process has died.
14472 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14473 (tramp-out-of-band-prompt-regexp): Rename to
14474 `tramp-process-alive-regexp', because its usage is widen.
14475 (tramp-actions-copy-out-of-band): Apply it.
14476 (tramp-actions-before-shell, tramp-multi-actions):
14477 Add `tramp-action-process-alive' action.
14478 (tramp-action-process-alive): New defun.
14479 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14480 Add entry for `file-remote-p'.
14481 (tramp-handle-file-remote-p): New defun.
14482 (top): Remove setting of `file-remote-p'. Don't set
14483 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14484
14485 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14486 `file-remote-p'.
14487
14488 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14489 counted for (last) line. [They should or they shouldn't? --Stef]
14490 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14491
14492 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14493
14494 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14495 not really necessary but seems to keep the shell history smaller
14496 in some cases. It is no substitute for setting HISTFILE and
14497 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14498 though. Suggested by Luc Teirlinck.
14499 (tramp-open-connection-setup-interactive-shell): Export variables
14500 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14501 (tramp-set-process-query-on-exit-flag): New compat function.
14502 (tramp-open-connection-multi, tramp-open-connection-su)
14503 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14504 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14505 (tramp-let-maybe): New macro, let-binds a variable only if it
14506 isn't obsolete.
14507 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14508 (tramp-handle-file-truename): Use it.
14509 (tramp-completion-file-name-regexp-unified): Avoid matching
14510 filenames starting with "/:" -- those are reserved for
14511 file-name-non-special.
14512
14513 * tramp-smb.el (tramp-smb-open-connection):
14514 Use tramp-set-process-query-on-exit-flag compat function.
14515
14516 2004-05-29 Richard M. Stallman <rms@gnu.org>
14517
14518 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14519
14520 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14521 (eval-last-sexp-print-value): Print char equivalent regardless
14522 of standard-output value.
14523
14524 * thumbs.el (thumbs-subst-char-in-string): Delete.
14525 (thumbs-thumbname): Use subst-char-in-string.
14526 (thumbs-resize-image): Use condition-case, not ignore-errors.
14527 (thumbs-kill-buffer): Likewise.
14528
14529 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14530 (thumbs-mode): Make buffer read-only.
14531 (thumbs-make-thumb): Unconditionally accept an existing file.
14532 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14533 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14534 (thumbs-show-thumbs-list): Error if images not supported.
14535 (thumbs-save-current-image): Improve prompt string.
14536 (thumbs-mode-map): Define u, R, x.
14537 (thumbs-unmark): New command.
14538 (thumbs-emboss-image): Minor cleanup.
14539 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14540 (thumbs-rename-images): New command.
14541 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14542
14543 * thumbs.el (thumbs-current-image): New function.
14544 (thumbs-file-list, thumbs-file-alist): New functions.
14545 (thumbs-find-image): Delete arg L.
14546 Don't set up thumbs-fileL as buffer-local global var.
14547 (thumbs-find-image-at-point): Use thumbs-current-image.
14548 (thumbs-set-image-at-point-to-root-window): Likewise.
14549 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14550 Record and warn about errors. Update thumbs-markedL for deletions.
14551 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14552 (thumbs-redraw-buffer): Use thumbs-file-list.
14553 (thumbs-mark): Use thumbs-current-image.
14554 (thumbs-show-name): Use thumbs-current-image.
14555
14556 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14557 and imenu--last-menubar-index-alist.
14558
14559 * subr.el (with-selected-window): Undo previous change.
14560
14561 2004-05-29 John Paul Wallington <jpw@gnu.org>
14562
14563 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14564 (thumbs-mouse-find-image): New command.
14565 (thumbs-mode-map): Bind it to mouse-2.
14566 (thumbs-mode): Make mode-class special.
14567 (thumbs-view-image-mode): Likewise.
14568
14569 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14570
14571 * flymake.el: New file.
14572
14573 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14574
14575 * files.el (find-file-noselect-1): Do not bind
14576 `inhibit-read-only' to t during execution of
14577 `find-file-not-found-functions'.
14578
14579 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14580
14581 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14582 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14583
14584 2004-05-28 Juri Linkov <juri@jurta.org>
14585
14586 * simple.el (eval-expression-print-format): New fun.
14587
14588 * simple.el (eval-expression):
14589 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14590 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14591 (edebug-eval-expression): Print additionally the value returned by
14592 `eval-expression-print-format'.
14593
14594 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14595 (insert-pair): Make arguments optional. Find character pair
14596 from `insert-pair-alist' according to the last input event.
14597 (insert-parentheses): Make arguments optional.
14598 (raise-sexp, delete-pair): New funs.
14599
14600 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14601 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14602 Bind C-M-q to `indent-pp-sexp'.
14603
14604 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14605 `pp-to-string' modified to be able to format text with newlines.
14606 (pp-to-string): Move the buffer-formatting part of the code to
14607 `pp-buffer'. Call `pp-buffer'.
14608
14609 * info.el (Info-desktop-buffer-misc-data): Don't save information
14610 about virtual files.
14611 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14612 buffers with names obtained from the desktop file instead of the
14613 default *info* buffer.
14614
14615 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14616
14617 * subr.el (with-selected-window): Only save/restore the selected window.
14618
14619 * progmodes/compile.el (compilation-error-regexp-alist):
14620 Use expand-file-name and data-directory.
14621
14622 * progmodes/grep.el (grep-tree): Rework previous fix.
14623
14624 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14625 after the user marked text with the mouse.
14626
14627 * startup.el (command-line): Keep the first regexp of
14628 auto-save-file-name-transforms intact.
14629
14630 2004-05-28 Juanma Barranquero <lektu@terra.es>
14631
14632 * cus-edit.el (customize-face, customize-face-other-window)
14633 (custom-face-edit-delete): Make arguments match their use in
14634 docstring.
14635 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14636 docstring.
14637
14638 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14639 not `cvs-butlast'.
14640
14641 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14642 `nbutlast' are in subr.el).
14643
14644 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14645 (set-w32-system-coding-system): Doc fixes.
14646
14647 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14648 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14649 Make arguments match their use in docstring.
14650 (artist-draw-region-trim-line-endings)
14651 (artist-mouse-choose-operation): Fix typo in docstring.
14652 (artist-key-set-point-common): Doc fix.
14653
14654 2004-05-28 Simon Josefsson <jas@extundo.com>
14655
14656 * mail/smtpmail.el (smtpmail-open-stream):
14657 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14658
14659 2004-05-26 Simon Josefsson <jas@extundo.com>
14660
14661 * starttls.el: Merge with my GNUTLS based starttls.el.
14662 (starttls-gnutls-program, starttls-use-gnutls)
14663 (starttls-extra-arguments, starttls-process-connection-type)
14664 (starttls-connect, starttls-failure, starttls-success): New variables.
14665 (starttls-program, starttls-extra-args): Doc fix.
14666 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14667 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14668 and pass on to corresponding *-gnutls function if it is set.
14669
14670 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14671
14672 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14673 remote files.
14674
14675 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14676
14677 * files.el (file-name-non-special): There are more operations
14678 which need handling: `find-backup-file-name',
14679 `insert-file-contents', `verify-visited-file-modtime',
14680 `write-region'. Rename t value of method to `add'. Add new
14681 methods `quote' and `unquote-then-quote' to file-arg-indices.
14682
14683 2004-05-25 Juri Linkov <juri@jurta.org>
14684
14685 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14686 (Info-index-nodes): Enclose code in condition-case to catch errors.
14687 (Info-index-node): Don't search all index nodes if request is only
14688 for the current node and file is not in the cache of index nodes.
14689 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14690 for consistency with dired-copy-filename-as-kill.
14691 Bind `S' to Info-search-case-sensitively.
14692 (Info-copy-current-node-name): New arg. With zero prefix arg put
14693 the name inside a function call to `info'. Display copied text in
14694 the echo area.
14695
14696 2004-05-25 Sam Steingold <sds@gnu.org>
14697
14698 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14699 strip the package prefix from the symbol name, if any.
14700 Make it the `find-tag-default-function' for `lisp-mode'.
14701
14702 2004-05-25 John Paul Wallington <jpw@gnu.org>
14703
14704 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14705 instead of obsolete `process-kill-without-query'.
14706
14707 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14708 Declare as variable, not constant.
14709
14710 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14711
14712 * files.el (find-file-noselect-1): Fix bug introduced by
14713 Revision 1.694. As a side effect, `inhibit-read-only'
14714 is again, by default, t during execution of
14715 `find-file-not-found-functions'.
14716 (insert-directory): Check that lines were really inserted by
14717 the --dired switch, before erasing them.
14718
14719 2004-05-24 Nick Roberts <nickrob@gnu.org>
14720
14721 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14722 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14723 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14724 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14725 gud-minor-mode (gdbmi).
14726
14727 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14728
14729 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14730 explicitly select the text to be taken as URL.
14731
14732 2004-05-23 Juri Linkov <juri@jurta.org>
14733
14734 * info.el (Info-index-nodes): New var and fun.
14735 (Info-goto-index, Info-index, info-apropos)
14736 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14737 (Info-index): Fix docstring. Store and restore Info-history-list.
14738 (Info-complete-nodes): New var.
14739 (Info-complete-menu-item): Use it.
14740 (Info-index-node): New fun.
14741 (Info-final-node, Info-forward-node, Info-backward-node)
14742 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14743 Use Info-index-node.
14744 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14745 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14746 (Info-find-node-2): If a node with period in its name not found,
14747 try to find a node without the name part after period.
14748 (Info-select-node): Call Info-fontify-node only if
14749 Info-fontify-maximum-menu-size is not nil.
14750 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14751 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14752 Preserve Info-history-list.
14753 (Info-toc): Set Info-current-file.
14754 (Info-build-toc): Move point to the beginning of the buffer.
14755 Add main-file variable.
14756 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14757 Use backslashed representation of the control character ^_.
14758
14759 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14760 numbers in the new Texinfo 4.7 format.
14761
14762 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14763 regexps for function and variable names.
14764
14765 * descr-text.el (describe-property-list): Add [show] button for
14766 `syntax-table' property with action to pp to a separate buffer.
14767 (describe-char): Replace search-forward by re-search-forward with
14768 whitespace regexp after "character:" to not fail in too narrow windows.
14769
14770 * simple.el (next-error-find-buffer): Add a rule to return
14771 next-error capable buffer if one window on the selected frame
14772 displays such buffer.
14773
14774 2004-05-23 Nick Roberts <nickrob@gnu.org>
14775
14776 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14777 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14778 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14779 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14780 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14781 Handle new value for gud-minor-mode (gdbmi).
14782 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14783 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14784 Change from local to global gdb variable set.
14785 (gdb-ann3): Initialise above gdb variable set.
14786 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14787 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14788 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14789 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14790 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14791 (gdb-info-locals-handler, gdb-invalidate-assembler)
14792 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14793 set as global variables.
14794 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14795 Handle gdbmi.
14796 (gdb-info-breakpoints-custom): Fix regexp.
14797 (def-gdb-var): Delete.
14798
14799 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14800 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14801 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14802 a new mode. The file (gdb-mi.el) for this mode will be included
14803 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14804 primary interface.
14805
14806 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14807
14808 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14809 interpreted as a directory.
14810
14811 2004-05-22 Richard M. Stallman <rms@gnu.org>
14812
14813 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14814 as a close quote.
14815
14816 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14817
14818 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14819 Use assoc-string, not assoc-ignore-case.
14820
14821 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14822
14823 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14824 If moving back then fwd gets a defun that ends before point,
14825 try again moving fwd then back.
14826
14827 * files.el (file-name-non-special): Allow t in file-arg-indices
14828 to mean requote the return value. Use `identity' as an element
14829 rather than as the whole value.
14830
14831 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14832
14833 2004-05-22 Juanma Barranquero <lektu@terra.es>
14834
14835 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14836 `help-make-usage'.
14837 (help-highlight-arguments): Skip function name before searching
14838 for arguments.
14839
14840 2004-05-21 Juanma Barranquero <lektu@terra.es>
14841
14842 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14843 Don't mention in the docstring these arguments meant for
14844 internal (recursive) use only.
14845 (allout-char-spec): Comment out (it's not implemented).
14846 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14847 obsolescence declaration.
14848 (allout-flatten-exposed-to-buffer)
14849 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14850 (my-mark-marker): Doc fix.
14851 (produce-allout-mode-map, allout-sibling-index)
14852 (allout-isearch-expose, allout-distinctive-bullet)
14853 (allout-open-topic, allout-reindent-body)
14854 (allout-rebullet-heading, allout-process-exposed)
14855 (allout-insert-listified, allout-latex-verb-quote)
14856 (allout-insert-latex-header, allout-insert-latex-trailer):
14857 Make arguments match their use in docstring.
14858 (allout-primary-bullet, allout-old-style-prefixes)
14859 (allout-inhibit-protection, allout-init, allout-mode)
14860 (allout-before-change-protect, allout-flag-region):
14861 Use "Emacs" instead of "emacs" in docstrings.
14862
14863 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14864
14865 * international/characters.el: Modify syntax of more characters.
14866
14867 2004-05-21 Masatake YAMATO <jet@gyve.org>
14868
14869 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14870 (etags-tags-completion-table): Show parsing progress.
14871
14872 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14873
14874 * locate.el (locate-prompt-for-command): Shorten first line of
14875 docstring.
14876 (locate-mode): Expand docstring and include keymap summary.
14877
14878 * files.el (find-file-noselect-1): Limit the scope of the
14879 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14880 is, by default, nil during the execution of
14881 `find-file-not-found-functions' and `find-file-hook'.
14882
14883 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14884
14885 * facemenu.el (facemenu-color-name-equal): New function.
14886 (list-colors-display): Use it to compare colors instead of
14887 facemenu-color-equal.
14888
14889 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14890
14891 * compare-w.el (compare-windows-face): Use min-colors instead of
14892 checking for tty or pc types.
14893
14894 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14895
14896 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14897 (completion-setup-function): Use with-current-buffer.
14898 Properly save excursion. Simplify.
14899 Don't assume there is necessarily a `mouse-face' property somewhere.
14900
14901 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14902
14903 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14904
14905 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14906 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14907 Use with-current-buffer.
14908 (byte-goto-log-buffer): Delete.
14909 (byte-compile-log-file): Call compilation-forget-errors.
14910
14911 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14912
14913 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14914 output messages into the search result.
14915
14916 2004-05-19 Masatake YAMATO <jet@gyve.org>
14917
14918 * wid-edit.el (widget-radio-button-notify): Revert my last
14919 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14920
14921 2004-05-19 Kenichi Handa <handa@m17n.org>
14922
14923 * international/characters.el: Fix syntax (open/close) of CJK chars.
14924
14925 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14926
14927 * help-mode.el (help-go-back): Don't depend on position of back button.
14928
14929 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14932 files files don't contain an accidental additional /.
14933
14934 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14935 in source buffer.
14936
14937 2004-05-18 Masatake YAMATO <jet@gyve.org>
14938
14939 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14940 to widget-apply. :action method assumes 2 arguments, not 3.
14941
14942 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14943
14944 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14945 New constants.
14946 (hs-special-modes-alist): Add an f90-mode entry.
14947
14948 2004-05-17 Sam Steingold <sds@gnu.org>
14949
14950 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14951 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14952
14953 2004-05-16 Kim F. Storm <storm@cua.dk>
14954
14955 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14956
14957 2004-05-15 John Wiegley <johnw@newartisans.com>
14958
14959 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14960 (eshell-output-object-to-target): Improve output speed 20% by not
14961 calling `eshell-stringify' if something is already known to be a string.
14962
14963 2004-05-15 Alex Ott <ott@jet.msk.su>
14964
14965 * textmodes/ispell.el (ispell-local-dictionary-alist):
14966 Add windows-1251 to the choice of coding systems.
14967 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14968 encoded in cp1251.
14969
14970 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14971
14972 * progmodes/compile.el (compilation-warning-face)
14973 (compilation-info-face): Use min-colors.
14974
14975 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14976
14977 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14978 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14979 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14980 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14981 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14982 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14983 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14984 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14985 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14986 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14987 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14988 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14989 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14990 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14991
14992 2004-05-15 Kim F. Storm <storm@cua.dk>
14993
14994 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14995 Use it to set triggered-p element of timer.
14996 (timer-event-handler): Set triggered-p element non-nil while running
14997 the timer function.
14998
14999 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
15000
15001 * descr-text.el (describe-char-unicode-data)
15002 (describe-char-unicodedata-file): Re-enable the unicode code now that
15003 the licensing issues have been cleared in the unicode-4 license.
15004 (describe-text-properties-1): Remove unused `overlay' var.
15005 (describe-char): Remove unused var `buffer'.
15006
15007 2004-05-14 David Ponce <david@dponce.com>
15008
15009 * tree-widget.el: New file.
15010
15011 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
15012
15013 * language/european.el ("Brazilian Portuguese"): Add support for
15014 Brazilian Portuguese.
15015
15016 2004-05-13 John Wiegley <johnw@newartisans.com>
15017
15018 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
15019 `recentf-mode' if this variable has been customized to t.
15020
15021 * eshell/esh-test.el (eshell-test): Call the function
15022 `emacs-version' rather than trying to build a custom version string.
15023
15024 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * net/telnet.el (telnet-mode): Use define-derived-mode.
15027 Don't modify the global value of comint-prompt-regexp.
15028
15029 2004-05-13 John Paul Wallington <jpw@gnu.org>
15030
15031 * version.el (emacs-version): Check for `gtk' feature before
15032 `x-toolkit' feature.
15033
15034 2004-05-13 Juanma Barranquero <lektu@terra.es>
15035
15036 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
15037 arguments in the docstring, they're used only in recursive calls.
15038
15039 * help-fns.el (help-arg-highlighting-function)
15040 (help-argument-name): Delete.
15041 (help-default-arg-highlight): New function.
15042 (help-do-arg-highlighting): Use it.
15043
15044 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
15045
15046 * calendar/appt.el (appt-disp-window):
15047 Use `calendar-set-mode-line' for a centered mode-line.
15048
15049 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
15050
15051 * calendar/appt.el (appt-disp-window): Do not split window
15052 excessively when `split-height-threshold' is low.
15053
15054 2004-05-12 Nick Roberts <nickrob@gnu.org>
15055
15056 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
15057 kill-buffer-hook here and make it local.
15058 (gud-kill-buffer-hook): Use kill-process for a sure kill.
15059
15060 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
15061
15062 * progmodes/compile.el (compilation-set-window-height):
15063 Use save-excursion to protect against misplaced marker.
15064
15065 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15066
15067 * custom.el (defface): Document that type can have value gtk.
15068
15069 * faces.el (face-spec-set-match-display): Handle type gtk in display.
15070
15071 2004-05-12 Kenichi Handa <handa@m17n.org>
15072
15073 * descr-text.el: Require quail at comile time.
15074 (describe-char): If an input method is on and it supports the
15075 character, show how to input it.
15076
15077 * international/quail.el (quail-install-decode-map): Accept a
15078 char-table whose subtype is `quail-decode-map'.
15079 (quail-store-decode-map-key, quail-gen-decode-map1)
15080 (quail-gen-decode-map, quail-find-key1, quail-find-key)
15081 (quail-show-key): New functions.
15082
15083 2004-05-12 Juanma Barranquero <lektu@terra.es>
15084
15085 * generic.el (define-generic-mode): Remove redundant arglist info.
15086
15087 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
15088 Make arguments match their use in docstring.
15089 (help-arg-highlighting-function): New variable.
15090 (help-argument-name): Mention it in the docstring.
15091 (help-do-arg-highlight): Use it. Expand regexp to accept also
15092 ARG-xxx and xxx-ARG references.
15093
15094 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15095
15096 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
15097 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
15098 and "mailto:addr1?to=addr2" equal.
15099
15100 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
15101
15102 * man.el (Man-getpage-in-background): Use shell-file-name
15103 and shell-command-switch variables instead of hard-coded values.
15104
15105 2004-05-11 Eli Zaretskii <eliz@gnu.org>
15106
15107 * iimage.el: New file.
15108
15109 2004-05-11 Juanma Barranquero <lektu@terra.es>
15110
15111 * custom.el (custom-initialize-default, defcustom):
15112 Fix typo in docstring.
15113
15114 * files.el (set-visited-file-name, file-expand-wildcards):
15115 Fix docstring.
15116
15117 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15118
15119 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15120
15121 * subr.el (eventp): Be more discriminating with integers.
15122
15123 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15124
15125 * progmodes/compile.el (compile): Add universal prefix arg.
15126 (compilation-error-regexp-alist-alist): Add edg patterns.
15127
15128 2004-05-10 Sam Steingold <sds@gnu.org>
15129
15130 * textmodes/ispell.el (ispell-message):
15131 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15132
15133 2004-05-10 Dave Love <fx@gnu.org>
15134
15135 * progmodes/python.el (help-buffer): Autoload when compiling.
15136 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15137 (run-python): Prepend to any existing PYTHONPATH.
15138
15139 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15140
15141 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15142 for pending breakpoints.
15143
15144 2004-05-10 Richard M. Stallman <rms@gnu.org>
15145
15146 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15147 directly without calling any functions in Rmail.
15148 (unrmail-unprune): Function deleted.
15149
15150 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15153 C-c C-z binding.
15154
15155 2004-05-10 Kenichi Handa <handa@m17n.org>
15156
15157 * descr-text.el (describe-char): Fix previous change. Don't make
15158 a unibyte character to multibyte in the *Help* buffer.
15159
15160 2004-05-10 Miles Bader <miles@gnu.org>
15161
15162 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15163 buffer an error if the debugger process is actually running.
15164
15165 2004-05-10 Juanma Barranquero <lektu@terra.es>
15166
15167 * help-fns.el (help-argument-name): Default to italic.
15168 (help-highlight-arguments): Return always (usage . doc), even when
15169 usage is nil.
15170
15171 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15172 (define-ibuffer-filter): Add usage info.
15173 (define-ibuffer-op): Add usage info (but CL-style defaults for
15174 keyword args are not shown).
15175
15176 * subr.el (remove-overlays, read-passwd): Fix docstring.
15177 (start-process-shell-command): Fix docstring. Put usage info in a
15178 format usable by `describe-function'.
15179 (open-network-stream, open-network-stream-nowait)
15180 (open-network-stream-server): Fix docstring.
15181
15182 2004-05-09 Jason Rumney <jasonr@gnu.org>
15183
15184 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15185 Only define cp125* if windows-125* is already defined.
15186
15187 * language/korean.el (cp949): Add alias.
15188
15189 * language/chinese.el (cp936, cp950): Add aliases.
15190
15191 * language/japanese.el (cp932): Add alias.
15192
15193 * term/w32-win.el: Require code-pages.
15194
15195 * international/mule-cmds.el (set-locale-environment):
15196 On MS-Windows use ansi code-page for default coding-systems.
15197 Set up paper sizes for Windows 3 letter languages.
15198
15199 * international/code-pages.el (cp932, cp936, cp949, cp950):
15200 Add aliases. Also add cp125* if not already defined.
15201
15202 2004-05-09 Juanma Barranquero <lektu@terra.es>
15203
15204 * help-fns.el (help-highlight-arguments): Don't try to highlight
15205 missing or autoloaded arglists. Accept structured arguments, like
15206 the first ones of `do' and `flet'.
15207
15208 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15209 (cvs-get-marked): Remove redundant arglist info.
15210
15211 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15212 Don't use CL-style default args.
15213
15214 2004-05-08 Andreas Schwab <schwab@suse.de>
15215
15216 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15217
15218 * international/subst-ksc.el: Fix references to utf-translate-cjk
15219 into utf-translate-cjk-mode.
15220 * international/subst-big5.el: Likewise.
15221 * international/subst-gb2312.el: Likewise.
15222 * international/subst-jis.el: Likewise.
15223 * international/utf-16.el: Likewise.
15224 * international/utf-8.el: Likewise.
15225
15226 2004-05-08 John Wiegley <johnw@newartisans.com>
15227
15228 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15229 "virtual buffers" (off by default), which makes it possible to
15230 switch to the "virtual" buffers of recently visited files. When a
15231 buffer name search fails, and this option is on, iswitchb will
15232 look at the list of recently visited files, and permit matching
15233 against those names. When the user hits RET on a match, it will
15234 revisit that file.
15235 (iswitchb-read-buffer): Add two optional arguments, which makes
15236 isearchb.el possible.
15237 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15238 (iswitchb-next-match): Add support for virtual buffers.
15239
15240 * isearchb.el: This module extends iswitchb to provide "as you
15241 type" buffer selection.
15242
15243 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15244 Ignore the read-only property when flyspell highlighting is on.
15245 Not ignoring it leads to a series of confusing errors.
15246 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15247 but also make sure to call flyspell-incorrect-hook.
15248 (flyspell-maybe-correct-transposition): Perform transposition test
15249 by bit twiddling a string, rather than using a temp buffer.
15250 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15251 buffer. This is also the original version of the code, which
15252 could not be checked in before due to a previous lack of
15253 assignment papers. This version has seen heavy usage on my system
15254 for several years now.
15255
15256 * calendar/cal-bahai.el: New file, which adds support for the
15257 Baha'i calendar to Emacs. This calendar is based on a solar year
15258 of 19 months of 19 days, with 4 intercalary days. Each year
15259 begins on March 21, with the calendar starting in 1844.
15260
15261 * calendar/cal-menu.el, calendar/calendar.el
15262 * calendar/diary-lib.el, calendar/holidays.el:
15263 Added support for using cal-bahai.el.
15264
15265 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15266 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15267 function can be used outside of eshell buffers.
15268 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15269
15270 2004-05-08 Juanma Barranquero <lektu@terra.es>
15271
15272 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15273 word constituent so FOO-ARG is not recognized as an arg.
15274 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15275
15276 * simple.el (next-error): Fix typo in docstring.
15277 (open-line): Make argument names match their use in docstring.
15278 (split-line): Fix docstring.
15279
15280 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15281 usable by `describe-function'.
15282 (gensym, gentemp, typep, ignore-errors): Make argument names match
15283 their use in docstring.
15284
15285 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15286 argument to `help-setup-xref'.
15287
15288 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15289
15290 Version 2.0.40 of Tramp released.
15291
15292 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15293 Use symbol-function to invoke functions only known on some Emacs
15294 flavors. This avoids byte-compiler warnings. Reported by Kevin
15295 Scaldeferri <kevin@scaldeferri.com>.
15296 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15297 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15298 consistent with the other tramp-do-* functions.
15299 (tramp-do-copy-or-rename-file): Calls adjusted.
15300 (tramp-process-initial-commands): Avoid liveness check on shell --
15301 we know that it must be alive since we're opening a connection at
15302 this moment.
15303 (tramp-last-cmd): New internal variable.
15304 (tramp-process-echoes): New tunable.
15305 (tramp-send-command): Set tramp-last-cmd.
15306 (tramp-wait-for-output): Delete echo, if applicable.
15307 (tramp-read-passwd): Construct the key for the password cache in a
15308 way that works for multi methods, too.
15309 (tramp-bug): Add backup-directory-alist and
15310 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15311
15312 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15313
15314 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15315
15316 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15317 (tramp-actions-copy-out-of-band): New defcustoms.
15318 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15319 used instead of a synchronous one. Allows password entering.
15320 (tramp-action-out-of-band): New defun.
15321 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15322 Remove restriction with password from doc string.
15323 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15324 `tramp-out-of-band-prompt-regexp',
15325 `tramp-actions-copy-out-of-band', `password-cache' and
15326 `password-cache-expiry'.
15327 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15328 password caching.
15329 (tramp-touch): FILE can be a local file, too.
15330 (TODO): Remove items done.
15331 (tramp-handle-insert-directory): Properly quote file name also if
15332 not full-directory-p. Handle wildcard case. Reported by Andreas
15333 Schwab <schwab@suse.de>.
15334 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15335 new file.
15336 (tramp-handle-file-local-copy, tramp-handle-write-region):
15337 The permissions of the temporary file are set if filename exists.
15338 Reported by Ted Stern <stern@cray.com>.
15339 (tramp-backup-directory-alist)
15340 (tramp-bkup-backup-directory-info): New defcustoms.
15341 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15342 (tramp-handle-find-backup-file-name): New function.
15343 Implements Tramp's find-backup-file-name.
15344
15345 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15346 for `find-backup-file-name'.
15347
15348 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15349 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15350
15351 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15352
15353 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15354
15355 2004-05-07 Juanma Barranquero <lektu@terra.es>
15356
15357 * subr.el (lambda): Add arglist description to docstring.
15358 (declare): Fix typo in docstring.
15359 (open-network-stream): Fix docstring.
15360 (process-kill-without-query): Fix docstring and add obsolescence info.
15361 (last, butlast, nbutlast): Make arguments match their use in docstring.
15362 (insert-buffer-substring-no-properties): Likewise.
15363 (insert-buffer-substring-as-yank): Likewise.
15364 (split-string): Fix docstring.
15365
15366 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15367 Make argument names match their use in docstring.
15368
15369 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15370
15371 2004-05-06 Nick Roberts <nickrob@gnu.org>
15372
15373 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15374 Fit first sentence on one line for apropos-command.
15375
15376 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 Changes largely merged in from Dave Love's code.
15379 * progmodes/python.el: Doc fixes.
15380 (python-mode-map): Add python-complete-symbol.
15381 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15382 (python-comment-indent, python-complete-symbol)
15383 (python-symbol-completions, python-partial-symbol)
15384 (python-try-complete): New.
15385 (python-indent-line): Remove optional arg. Use python-block-end-p.
15386 (python-check): Bind compilation-error-regexp-alist.
15387 (inferior-python-mode): Use rx. Move keybindings to top level.
15388 Set comint-input-filter.
15389 (python-preoutput-filter): Use rx.
15390 (python-input-filter): Re-introduce.
15391 (python-proc): Start new process if necessary.
15392 Check python-buffer non-nil.
15393 (view-return-to-alist): Defvar.
15394 (python-send-receive): New.
15395 (python-eldoc-function): Use it.
15396 (python-mode-running): Don't defvar.
15397 (python-mode): Set comment-indent-function.
15398 Maybe update hippie-expand-try-functions-list.
15399 (python-indentation-levels): Initialize differently.
15400 (python-block-end-p): New.
15401 (python-indent-line): Use it.
15402 (python-compilation-regexp-alist): Augment.
15403 (run-python): Import `emacs' module to Python rather than loading
15404 code directly. Set python-buffer differently.
15405 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15406 Use python-proc.
15407 (python-send-command): Go to end of comint buffer.
15408 (python-load-file): Use python-proc, emacs.eimport.
15409 (python-describe-symbol): Simplify interactive form.
15410 Use emacs.help. Do use temp-buffer-show-hook.
15411 Call print-help-return-message.
15412 (hippie-exp): Require when compiling.
15413 (python-preoutput-continuation): Use rx.
15414
15415 * diff-mode.el (diff-make-unified): Fix regexp.
15416
15417 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15418
15419 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15420 filter groups from the buffer when rebuilding the Ibuffer buffer
15421 and `ibuffer-show-empty-filter-groups' is nil.
15422
15423 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15424
15425 * ps-print.el (ps-print-quote): Call ps-value-string.
15426 (ps-setup): Call ps-comment-string.
15427 (ps-value-string, ps-comment-string): New funs.
15428
15429 2004-05-06 Juanma Barranquero <lektu@terra.es>
15430
15431 * ehelp.el (electric-help-command-loop): Check whether the last
15432 character is visible, not (point-max).
15433
15434 * help-fns.el (help-argument-name): Default to bold; don't inherit
15435 from font-lock-variable-name-face.
15436 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15437
15438 2004-05-05 Kenichi Handa <handa@m17n.org>
15439
15440 * descr-text.el (describe-char): Copy the character with text
15441 properties and overlays into the first line, and call
15442 describe-text-properties on it.
15443
15444 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15445
15446 * iswitchb.el (iswitchb-global-map): Fix typo.
15447 Remove unwanted ###autoloads from source file.
15448
15449 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15450
15451 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15452 in run-hooks. Use substitute-command-keys in message.
15453 (wdired-abort-changes): Add message.
15454
15455 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15456
15457 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15458 (sql-emacs20-p): Remove.
15459 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15460 (sql-builtin-face, sql-doc-face): Remove.
15461 (sql-mode-ansi-font-lock-keywords)
15462 (sql-mode-oracle-font-lock-keywords)
15463 (sql-mode-postgres-font-lock-keywords)
15464 (sql-mode-linter-font-lock-keywords)
15465 (sql-mode-ms-font-lock-keywords)
15466 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15467 (sql-product-font-lock): Fix font-lock reset when font rules change.
15468 (sql-highlight-product): Remove incorrect font-lock reset logic.
15469
15470 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15471
15472 * ses.el (ses-set-parameter): Fix typo.
15473
15474 2004-05-04 Kim F. Storm <storm@cua.dk>
15475
15476 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15477 Must expand directory for completion to work; and don't mess with
15478 process-environment.
15479 (ido-read-file-name): If command has ido property, don't use ido
15480 if value is ignore, or read as directory if value is dir.
15481 Set ido ignore property for dired-do-rename command.
15482
15483 2004-05-04 Juanma Barranquero <lektu@terra.es>
15484
15485 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15486 (electric-help-help): Check against unmapped commands.
15487
15488 * help-fns.el (help-argument-name): New face, inheriting from
15489 font-lock-variable-name-face, to highlight function arguments in
15490 `describe-function' and `describe-key'.
15491 (help-do-arg-highlight): Auxiliary function to highlight a given
15492 list of arguments in a string.
15493 (help-highlight-arguments): Highlight the function arguments and
15494 all uses of them in the docstring.
15495 (describe-function-1): Use it. Do docstring output via `insert',
15496 not 'princ', so text attributes are preserved.
15497
15498 * winner.el (winner-mode-map): Move `winner-undo' and
15499 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15500 previous bindings conflict with `prev-buffer', `next-buffer').
15501
15502 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15503
15504 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15505 (bibtex-entry-update): New command bound to C-c C-u.
15506 (bibtex-text-in-string): Fix regexp.
15507 (bibtex-assoc-of-regexp): Remove.
15508 (bibtex-progress-message): Fix docstring.
15509 (bibtex-inside-field): Use if.
15510 (bibtex-assoc-regexp): New function.
15511 (bibtex-format-entry): Make code more robust so that it formats
15512 also old entries.
15513 (bibtex-autokey-demangle-title): Merge with obsolete function
15514 bibtex-assoc-of-regexp.
15515 (bibtex-field-list): New function.
15516 (bibtex-entry): Use bibtex-field-list.
15517 (bibtex-parse-entry): Fix docstring.
15518 (bibtex-print-help-message): Use bibtex-field-list.
15519 (bibtex-make-field): Use bibtex-field-list.
15520 (bibtex-entry-index): Bugfix. Return crossref key if required.
15521 (bibtex-lessp): Fix docstring.
15522
15523 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15524
15525 * select.el (xselect-convert-to-string): Move comment to intended line.
15526
15527 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15528
15529 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15530 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15531
15532 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15533
15534 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15535 x-get-selection.
15536
15537 2004-05-03 Jason Rumney <jasonr@gnu.org>
15538
15539 * makefile.nt: Remove.
15540
15541 2004-05-03 Kim F. Storm <storm@cua.dk>
15542
15543 * emulation/cua-base.el (cua--update-indications): Fix last change.
15544 (cua-mode): Deactivate mark when cua-mode is enabled.
15545
15546 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15547
15548 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15549
15550 2004-05-03 Nick Roberts <nickrob@gnu.org>
15551
15552 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15553 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15554 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15555 window over visible frames.
15556 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15557
15558 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15559
15560 * progmodes/compile.el (compilation-gcpro): New var.
15561 (compilation-fake-loc): Use it.
15562 (compilation-forget-errors): Reset it.
15563
15564 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 * diff-mode.el (diff-header-face, diff-file-header-face):
15567 Use min-colors.
15568
15569 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15570
15571 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15572 (bibtex-clean-entry): Disentangle code.
15573 (bibtex-realign): New function.
15574 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15575 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15576 Remove undocumented optional arg called-by-convert-alien.
15577 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15578 for sorting instead of bibtex-sort-buffer.
15579
15580 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15581
15582 * progmodes/compile.el (compilation-start): In the
15583 no-async-subprocesses branch, call sit-for to give redisplay a
15584 chance to show the updated process status in the mode line, and
15585 fontify the buffer explicitly after the process exits.
15586
15587 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * progmodes/python.el (python-compilation-line-number): Remove.
15590 (python-compilation-regexp-alist): Don't use it any more.
15591 (python-orig-start, python-input-filter): Remove.
15592 (inferior-python-mode): Don't set up comint-input-filter-functions.
15593 (python-send-region): Use compilation-fake-loc.
15594
15595 * progmodes/compile.el (compilation-messages-start): New var.
15596 (compilation-mode): Don't setup next-error-function here.
15597 (compilation-setup): Set it up here instead (for minor modes as well).
15598 Make compilation-messages-start buffer local.
15599 (compilation-next-error-function): Use it.
15600 (compilation-forget-errors): Set compilation-messages-start.
15601
15602 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15603
15604 * ielm.el (ielm-prompt-read-only): Update docstring.
15605
15606 * comint.el (comint-prompt-read-only): Update docstring.
15607 (comint-update-fence, comint-kill-whole-line)
15608 (comint-kill-region): New functions.
15609
15610 * simple.el (kill-whole-line): Use "p" instead of "P" in
15611 interactive form.
15612
15613 2004-05-01 Juanma Barranquero <lektu@terra.es>
15614
15615 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15616 format arglist so default values in CL-style argument lists are
15617 correctly shown.
15618
15619 2004-05-01 Jason Rumney <jasonr@gnu.org>
15620
15621 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15622
15623 2004-05-01 Kenichi Handa <handa@m17n.org>
15624
15625 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15626 quail file if it is up to date.
15627
15628 2004-04-30 Juri Linkov <juri@jurta.org>
15629
15630 * cus-edit.el (custom-mode-map):
15631 Add key binding `C-x C-s' to `Custom-save'.
15632
15633 * outline.el (outline-blank-line): New var.
15634 (outline-next-preface, outline-show-heading)
15635 (outline-end-of-subtree): Use it.
15636
15637 * dired-aux.el (dired-touch-initial): New fun.
15638 (dired-do-chxxx): Call it for op-symbol `touch'.
15639 (dired-diff): Use `dired-dwim-target-directory'
15640 if current dired buffer has no buffer mark.
15641
15642 * bindings.el (propertized-buffer-identification):
15643 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15644 Add C-M-arrow keys for consistency.
15645
15646 * files.el (confirm-kill-emacs):
15647 Change group from top-level `emacs' to `convenience'.
15648
15649 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15650 Push mark on the first call of successive command calls.
15651 (insert-pair): New fun created from `insert-parentheses' with
15652 `open' and `close' arguments added. Enclose active regions
15653 in paired characters. Compare adjacent characters syntax with
15654 inserted characters syntax before inserting a space.
15655 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15656
15657 * delsel.el: Don't put `delete-selection' property
15658 on `insert-parentheses' symbol to take advantage of
15659 region handling in `insert-pair' function.
15660 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15661
15662 2004-04-30 Kim F. Storm <storm@cua.dk>
15663
15664 * emulation/cua-base.el: Add support for changing cursor types;
15665 based on patch from Michael Mauger.
15666 (cua-normal-cursor-color, cua-read-only-cursor-color)
15667 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15668 Customization cursor type and/or cursor color.
15669 (cua--update-indications): Handle cursor type changes.
15670 (cua-mode): Update cursor indications if enabled.
15671
15672 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15673
15674 * mouse.el (mouse-drag-copy-region): New defcustom.
15675 (mouse-set-region, mouse-drag-region-1): Use it.
15676
15677 * simple.el (kill-ring-save): If region face background color is
15678 unspecified (if no highlighting), show extent of fully visible
15679 region even if transient-mark-mode is enabled.
15680
15681 * emulation/cua-base.el (cua--standard-movement-commands):
15682 Add cua-scroll-up and cua-scroll-down.
15683 (cua-scroll-up, cua-scroll-down): New commands.
15684 (cua--init-keymaps): Remap scroll-up and scroll-down.
15685
15686 * emulation/cua-rect.el (cua--convert-rectangle-as):
15687 New defmacro.
15688 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15689 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15690 New commands (suggested by Jordan Breeding).
15691
15692 2004-04-30 Juanma Barranquero <lektu@terra.es>
15693
15694 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15695
15696 2004-04-30 Mario Lang <mlang@delysid.org>
15697
15698 * diff.el (diff-switches): Fix typo in docstring.
15699
15700 2004-04-30 Alex Schroeder <alex@gnu.org>
15701
15702 * xml.el (xml-debug-print-internal): Don't add newline and
15703 indentation to text nodes and write empty elements as empty tags
15704 instead of opening and closing tags.
15705 (xml-debug-print): Take optional indent-string argument.
15706 (xml-print): Alias for xml-debug-print.
15707
15708 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15709
15710 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15711 than duplicate call to `line-beginning-position'.
15712
15713 * progmodes/f90.el (f90-get-present-comment-type):
15714 Return whitespace, as well as comment chars, for consistent filling
15715 of comment blocks. Use `match-string-no-properties'.
15716 (f90-break-line): Trim trailing whitespace when filling comments.
15717
15718 2004-04-30 Dave Love <fx@gnu.org>
15719
15720 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15721 (diary-from-outlook-internal, diary-from-outlook)
15722 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15723 New functions to import diary entries from Outlook-format
15724 appointments in mail messages.
15725
15726 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * progmodes/python.el (python-send-command): New fun.
15729 (python-send-region, python-load-file): Use it.
15730
15731 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15732
15733 * help-fns.el (help-C-file-name): Use new subr-name.
15734 Prepend `src/' to the file name.
15735 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15736 (describe-function-1, describe-variable): Only find a C source file
15737 name if DOC is already loaded.
15738
15739 * help-mode.el (help-function-def, help-variable-def):
15740 Use the new find-function-search-for-symbol functionality.
15741 Allow FILE to be `C-source'.
15742
15743 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15744 (find-function-C-source): New fun.
15745 (find-function-search-for-symbol): Use it.
15746
15747 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15748
15749 * progmodes/sql.el (sql-product-alist): Rename variable
15750 `sql-product-support'. Add Postgres login parameters.
15751 (sql-set-product, sql-product-feature): Update with renamed variable.
15752 (sql-connect-postgres): Add username prompt.
15753 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15754 Make patterns less product specific.
15755 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15756 (sql-mode-abbrev-table): Modify initialization.
15757 (sql-builtin-face): Add variable.
15758 (sql-keywords-re): Add macro.
15759 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15760 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15761 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15762 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15763 (sql-mode-linter-font-lock-keywords)
15764 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15765 (sql-mode-sybase-font-lock-keywords)
15766 (sql-mode-informix-font-lock-keywords)
15767 (sql-mode-interbase-font-lock-keywords)
15768 (sql-mode-ingres-font-lock-keywords)
15769 (sql-mode-solid-font-lock-keywords)
15770 (sql-mode-sqlite-font-lock-keywords)
15771 (sql-mode-db2-font-lock-keywords): Default to nil.
15772 (sql-product-font-lock): Always highlight ANSI keywords.
15773 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15774 (sql-send-string): Add function.
15775
15776 2004-04-29 Dave Love <fx@gnu.org>
15777
15778 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15779 (cfengine-end-of-defun): Ensure progress through buffer.
15780
15781 * info-look.el (cfengine-mode): Accept a terminal ().
15782
15783 2004-04-29 Juri Linkov <juri@jurta.org>
15784
15785 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15786 instead of isearch-yank-word-or-char. Add new key bindings for
15787 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15788 (isearch-del-char): New fun.
15789 (isearch-forward, isearch-edit-string): Update docstring.
15790 (isearch-yank-char): Doc fix.
15791 (isearch-other-meta-char): Restore point after scrolling.
15792
15793 * progmodes/compile.el (compilation-context-lines): Add nil option
15794 to disable compilation output window scrolling.
15795 (compilation-set-window): Use it.
15796
15797 * outline.el (outline-next-preface, outline-show-heading):
15798 Don't leave unhidden blank line before heading.
15799 (outline-end-of-subtree): Include last newline into subtree.
15800 (hide-entry): Leave point at beginning of heading instead of end.
15801 (outline-up-heading): Push mark for the first call of successive
15802 command calls.
15803
15804 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15805
15806 * comint.el (comint-prompt-read-only): New variable.
15807 (comint-output-filter): Implement it.
15808
15809 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15810 (ielm-prompt-internal): New variable.
15811 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15812 (ielm-send-input): Delete unused variable `buf'.
15813 (ielm-eval-input): Use `ielm-prompt-internal'.
15814 (inferior-emacs-lisp-mode): Use new variables
15815 `comint-prompt-read-only' and `ielm-prompt-internal'.
15816 Get rid of obsolete variable `directory-sep-char'.
15817 (ielm): Use `zerop'.
15818
15819 2004-04-29 John Paul Wallington <jpw@gnu.org>
15820
15821 * thumbs.el (toplevel): Require cl at compile time.
15822 Remove conditional definitions of `ignore-errors' and `caddar'
15823 because they occur at run time.
15824
15825 2004-04-28 Nick Roberts <nickrob@gnu.org>
15826
15827 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15828 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15829 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15830 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15831
15832 * progmodes/gud.el (gud-common-init): Throw an error if program is
15833 already running under gdb.
15834
15835 2004-04-28 John Paul Wallington <jpw@gnu.org>
15836
15837 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15838 (thumbs-show-image-num): Move assignment of
15839 `thumbs-current-image-filename' within scope of `i'.
15840 (thumbs-emboss-image): Don't use `evenp'.
15841
15842 2004-04-28 Richard M. Stallman <rms@gnu.org>
15843
15844 * progmodes/compile.el (compilation-context-lines): Default now 0.
15845
15846 2004-04-28 Juanma Barranquero <lektu@terra.es>
15847
15848 Use `time-less-p' from calendar/time-date.el instead of defining
15849 custom versions of it.
15850
15851 * pcomplete.el (pcomplete-time-less-p): Remove.
15852
15853 * thumbs.el (time-less-p): Remove.
15854
15855 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15856 (timeclock-generate-report): Use `time-less-p'.
15857
15858 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15859 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15860
15861 2004-04-28 Masatake YAMATO <jet@gyve.org>
15862
15863 * subr.el (remove-overlays): Make arguments optional.
15864
15865 * wid-edit.el (widget-specify-button): Put evaporate to the
15866 overlay for sample.
15867 (widget-specify-sample): Put evaporate to the overlay for sample.
15868 (widget-specify-doc): Put evaporate to the overlay for documentation.
15869
15870 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15871
15872 * info.el (info-apropos): Make it an index node. Align node names
15873 like makeinfo.
15874
15875 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15876
15877 * net/browse-url.el (browse-url-netscape-sentinel)
15878 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15879 (browse-url-epiphany-sentinel, browse-url-mosaic):
15880 Use browse-url-*-program instead of a literal program name.
15881
15882 2004-04-27 Kevin Ryde <user42@zip.com.au>
15883
15884 * eshell/em-alias.el:
15885 * eshell/em-dirs.el:
15886 * eshell/em-hist.el:
15887 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15888 features when M-x customize-group loads modules before the main
15889 eshell.el.
15890
15891 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15892
15893 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15894 either a character representation of an event or an event
15895 description list.
15896
15897 * type-break.el: Capitalise Emacs and Lisp.
15898 (type-break-good-break-interval, type-break-demo-boring-stats)
15899 (type-break-terse-messages, type-break-file-name): New defcustoms.
15900 (type-break-post-command-hook)
15901 (type-break-warning-countdown-string): Quote variable names in doc.
15902 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15903 (type-break-mode): Document type-break-good-break-interval and the
15904 "session" file. Schedule break according to the session file.
15905 Kill session file buffer on exit. Organise for save-some-buffers
15906 to always save the session file.
15907 (type-break-mode-line-message-mode, type-break-query-mode):
15908 Uppercase arguments.
15909 (type-break-file-time, type-break-file-keystroke-count, timep)
15910 (type-break-choose-file, type-break-get-previous-time)
15911 (type-break-get-previous-count): New defuns.
15912 (type-break): Avoid break querying after a completed break in the
15913 case where the query was initiated during user invocation of the
15914 break. Optional terse messages.
15915 Use type-break-good-break-interval if type-break-good-rest-interval is
15916 nil. File the break time.
15917 (type-break-schedule): New optional args for overriding the use of
15918 the current time.
15919 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15920 after a break.
15921 (type-break-check): File the keystroke count.
15922 (type-break-do-query): Prevent a second query when the break is
15923 interrupted. Optional terse message.
15924 (type-break-keystroke-reset): Record the start of a typing interval.
15925 (type-break-demo-boring): Optional terse messages. Display word
15926 per minute and keystroke counts according to
15927 type-break-demo-boring-stats.
15928
15929 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15930
15931 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15932 directories, make sure they exist under archive-tmpdir.
15933
15934 2004-04-27 Juri Linkov <juri@jurta.org>
15935
15936 * help.el (view-emacs-news): With argument, display info for the
15937 selected version by finding it among different NEWS files, and
15938 narrowing the buffer to the selected version.
15939
15940 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15941 same-window-buffer-names.
15942 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15943 non-numeric prefix argument, append the number to the buffer name
15944 for numeric prefix argument.
15945 (info-other-window): Bind same-window-regexps to nil.
15946 (Info-reference-name): Rename to Info-point-loc.
15947 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15948 and Info-find-index-name for stringy Info-point-loc.
15949 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15950 without middle `.', but with final `.' and optional line number
15951 for it. Set Info-point-loc for index nodes.
15952 (Info-index): Remove middle `.' from index entry regexp.
15953 Modify line number regexp.
15954 (Info-index-next): Decrement line number.
15955 (info-apropos): Remove middle `.' from index entry regexp.
15956 Add optional line number regexp at the end. Add matched value
15957 for line number to the result list and insert it to the buffer.
15958 Replace match-string by match-string-no-properties.
15959 Reorder result list.
15960 (Info-fontify-node): Hide index line numbers.
15961 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15962 empty matches.
15963 (Info-follow-reference): Use `str' instead of
15964 Info-following-node-name-re.
15965 (Info-toc): Use full file names. Set Info-current-node to "Top".
15966 (Info-fontify-node): Compare file names without directory name.
15967 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15968 Set second arg of Info-extract-menu-node-name for index nodes.
15969 (info-xref-visited): Use magenta3 instead of magenta4.
15970 (Info-mode): Add info-apropos to docstring.
15971
15972 * log-view.el (log-view-diff): Replace interactive code "r"
15973 by a list to allow to call it even if region is not active.
15974
15975 * paren.el (show-paren-highlight-openparen): New var.
15976 (show-paren-function): Turn on openparen highlighting when
15977 matching forward if show-paren-highlight-openparen is non-nil.
15978
15979 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15980 the constant value 1.
15981 (completions-common-part): Expand docstring.
15982
15983 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15984
15985 2004-04-27 Kim F. Storm <storm@cua.dk>
15986
15987 * image.el (insert-sliced-image): Use line-height instead of
15988 line-spacing property on newline.
15989
15990 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15991
15992 * desktop.el (desktop-buffer-misc-data-function): Rename to
15993 desktop-save-buffer and change docstring.
15994 (desktop-buffer-modes-to-save): Delete.
15995 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15996 desktop-buffer-modes-to-save.
15997 (desktop-save): Rename desktop-buffer-misc-data-function to
15998 desktop-save-buffer and allow non-function value.
15999 (desktop-missing-file-warning): Correct docstring.
16000
16001 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
16002 to desktop-save-buffer.
16003
16004 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
16005 desktop-save-buffer.
16006
16007 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
16008
16009 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
16010
16011 2004-04-26 Eli Zaretskii <eliz@gnu.org>
16012
16013 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
16014
16015 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
16016
16017 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
16018 (ielm): Only go to the end of the buffer when starting a new process.
16019
16020 2004-04-25 Juanma Barranquero <lektu@terra.es>
16021
16022 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
16023 mode line. Bind `inhibit-read-only' to t before modifying
16024 properties of text in the buffer.
16025 (ielm): Force point to the end of buffer, even when running ielm
16026 from inside itself.
16027
16028 2004-04-25 Jesper Harder <harder@ifa.au.dk>
16029
16030 * info.el (info-apropos): Reset Info-complete-cache.
16031
16032 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
16033
16034 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16035 Also recognize severe Irix et al. messages.
16036 (compilation-normalize-filename, compile-abbreviate-directory):
16037 Delete functions.
16038 (compilation-get-file-structure): New function inherits
16039 functionality of the two preceding ones.
16040 (compilation-internal-error-properties, compilation-fake-loc):
16041 Use it so that different paths to the same file share the same
16042 markers. Also optimize finding adjacent marker slightly.
16043
16044 2004-04-25 Kim F. Storm <storm@cua.dk>
16045
16046 * image.el (insert-sliced-image): Add line-spacing t property
16047 to newlines separating image lines.
16048
16049 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
16050
16051 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
16052
16053 * ielm.el (ielm-prompt-read-only): New user option.
16054 (ielm-prompt): Expand docstring to describe new behavior.
16055 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
16056 mention it in the docstring.
16057
16058 2004-04-24 Andreas Schwab <schwab@suse.de>
16059
16060 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
16061
16062 * diff.el (diff): Set default-directory in diff buffer.
16063
16064 2004-04-24 Eli Zaretskii <eliz@gnu.org>
16065
16066 * mail/sendmail.el (mail-bury): Don't delete the frame where the
16067 mail was being composed if the terminal cannot display more than
16068 one frame; instead, switch to previous frame.
16069
16070 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
16071 (rmail-start-mail): Support rmail-mail-new-frame even on
16072 terminals that can display only one frame at a time.
16073
16074 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16075
16076 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
16077 (checkdoc-output-font-lock-keywords): Remove error regexp.
16078 (checkdoc-output-mode-map): Remove.
16079 (checkdoc-output-mode): Derive from compilation-mode.
16080 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
16081
16082 * dired.el (dired-mode-map): Add a menu entry for wdired.
16083
16084 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
16085 (rx-bracket, rx-check-any, rx-any): Clean up name space.
16086
16087 * wdired.el (wdired-mode-map): Move init into declaration.
16088 Fix `return' binding.
16089 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
16090 Use force-mode-line-update.
16091 (wdired-get-filename): Use `unless'.
16092 (wdired-preprocess-files): Don't assume names have no \n and use / for
16093 dir separator.
16094 (wdired-normalize-filename): Use replace-regexp-in-string.
16095 (wdired-load-hooks): Remove.
16096 (wdired-mode-hooks): Rename to wdired-mode-hook.
16097
16098 * info-look.el: Add support for cfengine-mode.
16099 (info-lookup-setup-mode): Use dolist.
16100
16101 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
16102
16103 * wdired.el: New file.
16104
16105 2004-04-23 Juanma Barranquero <lektu@terra.es>
16106
16107 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
16108
16109 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
16110 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
16111 (pcomplete--help, pcomplete--here): Doc fixes.
16112
16113 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16114
16115 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16116 handles wrong-number-of-arguments in backend call.
16117
16118 * vc.el (vc-print-log): Likewise.
16119
16120 2004-04-20 Dave Love <fx@gnu.org>
16121
16122 * emacs-lisp/rx.el: Doc fixes.
16123 (rx-constituents): Add/extend many forms.
16124 (rx-check): Check form is a list.
16125 (bracket): Defvar.
16126 (rx-check-any, rx-any, rx-check-not): Modify.
16127 (rx-not): Simplify.
16128 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16129 (rx-kleene): Use rx-trans-forms.
16130 (rx-quote-for-set): Delete.
16131 (rx): Allow multiple args.
16132
16133 2004-04-23 Kenichi Handa <handa@m17n.org>
16134
16135 * international/mule-util.el (char-displayable-p): Simplify by
16136 using internal-char-font.
16137
16138 2004-04-23 Juanma Barranquero <lektu@terra.es>
16139
16140 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16141
16142 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16143
16144 * diff-mode.el (diff-next-error): New fun.
16145 (diff-mode): Use it.
16146
16147 * simple.el (next-error): Change arg name.
16148 Add support for the documented C-u C-x ` usage.
16149
16150 * frame.el (special-display-popup-frame, next-multiframe-window)
16151 (previous-multiframe-window): Only consider frames on same display.
16152
16153 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16154
16155 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16156 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16157
16158 2004-04-22 Kim F. Storm <storm@cua.dk>
16159
16160 * net/telnet.el (telnet): Add optional port arg.
16161
16162 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16165 Minor sanity check on the `hyperlink' slot.
16166
16167 * Makefile.in (recompile): Compile new files.
16168
16169 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16170 Add byte-recompile-directory's optional `arg'.
16171
16172 * cvs-status.el (cvs-tree-use-charset): New var.
16173 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16174 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16175 (cvs-status-cvstrees): Use it.
16176
16177 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16178 Make it a normal major mode.
16179 (checkdoc-buffer-label): Make sure the file name is meaningful.
16180 (checkdoc-output-to-error-buffer): Remove.
16181 (checkdoc-error, checkdoc-start-section): Rewrite.
16182
16183 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16184 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16185 (Info-title-4-face): Use new syntax.
16186 (info-xref-visited): Inherit from info-xref.
16187
16188 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16189
16190 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16191
16192 * simple.el (next-error-last-buffer, next-error-function):
16193 New variables for the next-error framework.
16194 (next-error-buffer-p): New function.
16195 (next-error-find-buffer): Generalize compilation-find-buffer.
16196 (next-error, previous-error, first-error, next-error-no-select)
16197 (previous-error-no-select): Move from compile.el.
16198
16199 * replace.el (occur-next-error, occur-1): Hook into the next-error
16200 framework.
16201
16202 * progmodes/compile.el (compilation-start):
16203 Set next-error-last-buffer so next-error knows where to jump.
16204 (compilation-setup): Set the buffer-local variable
16205 next-error-function to 'compilation-next-error-function.
16206 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16207 alternate way to find if a buffer is a compilation buffer, for
16208 next-error convenience.
16209 (next-error-no-select, previous-error-no-select, next-error)
16210 (previous-error, first-error): Move to simple.el.
16211 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16212 (compilation-last-buffer): Remove.
16213 (compilation-start, compilation-next-error, compilation-setup)
16214 (compilation-next-error-function, compilation-find-buffer):
16215 Remove compilation-last-buffer use.
16216
16217 2004-04-21 Juanma Barranquero <lektu@terra.es>
16218
16219 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16220 (font-lock-warning-face): Fix spacing.
16221
16222 * makefile.w32-in (WINS): Add url/ directory.
16223
16224 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16225
16226 * desktop.el (desktop-buffer-mode-handlers): New variable.
16227 Alist of major mode specific functions to restore a desktop buffer.
16228 (desktop-buffer-handlers): Make variable obsolete.
16229 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16230 Catch errors signaled in handlers. Update buffer count.
16231 Evaluate desktop-buffer-point.
16232 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16233 move to dired.el.
16234 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16235 move to info.el.
16236 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16237 move to mail/rmail.el.
16238 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16239 to mh-e/mh-e.el.
16240 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16241 On fail, print message (to message buffer) even if
16242 desktop-missing-file-warning is nil.
16243 (desktop-buffer-misc-data-function): New buffer local variable.
16244 Function returning major mode specific data.
16245 (desktop-buffer-misc-functions): Make variable obsolete.
16246 (desktop-save): Use desktop-buffer-misc-data-function.
16247 (desktop-buffer-dired-misc-data): Rename to
16248 dired-desktop-buffer-misc-data and move to dired.el.
16249 (desktop-buffer-info-misc-data): Rename to
16250 Info-desktop-buffer-misc-data and move to info.el.
16251 (desktop-read): Add message about number of buffers restored/failed.
16252
16253 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16254 Add parameters. Pause to display error only when
16255 desktop-missing-file-warning is non-nil.
16256 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16257 (dired-mode): Bind desktop-buffer-misc-data-function.
16258
16259 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16260 Add Parameters.
16261 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16262 (Info-mode): Bind desktop-buffer-misc-data-function.
16263
16264 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16265 Add Parameters.
16266
16267 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16268 Add Parameters.
16269
16270 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16271
16272 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16273 the case of letters in case-insensitive expansions when the
16274 abbrev is preceded by characters with letter syntax.
16275
16276 2004-04-21 Richard M. Stallman <rms@gnu.org>
16277
16278 * progmodes/cperl-mode.el (cperl-putback-char):
16279 Delete Emacs 18 definition.
16280
16281 * international/mule.el (ctext-post-read-conversion):
16282 Use assoc-string, not assoc-ignore-case.
16283
16284 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16285
16286 * emacs-lisp/easymenu.el (easy-menu-add):
16287 Do call x-popup-menu, but only if it's defined.
16288
16289 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16290
16291 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16292 Handle multiple args: compile like progn.
16293
16294 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16295 take all args as &rest arg.
16296
16297 * autoinsert.el (auto-insert-alist): Insert the user's name in
16298 copyright notice, rather than Free Software Foundation.
16299
16300 2004-04-21 Kenichi Handa <handa@m17n.org>
16301
16302 * descr-text.el (describe-char): Make it work on *Help* buffer.
16303
16304 2004-04-21 Kim F. Storm <storm@cua.dk>
16305
16306 * image.el (insert-image): Add optional SLICE arg.
16307 (insert-sliced-image): New defun.
16308
16309 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16310
16311 * subr.el (read-number): Check whether `default' is nil.
16312
16313 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16314
16315 * progmodes/compile.el (compilation-error-properties):
16316 Split into two.
16317 (compilation-internal-error-properties): New one.
16318 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16319
16320 2004-04-20 Richard M. Stallman <rms@gnu.org>
16321
16322 * window.el (split-window-save-restore-data):
16323 Don't update the data if OLD-INFO is nil.
16324
16325 * view.el (view-return-to-alist): Mark it permanent local.
16326
16327 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16328
16329 * recentf.el (recentf-save-list): Catch and warn about errors.
16330
16331 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16332 so "Buffers" won't be pure.
16333
16334 * help-mode.el (help-mode-finish): Set help-return-alist first
16335 thing, setting only the entry for the selected window.
16336
16337 * help-fns.el (describe-function-1): If many non-control non-meta
16338 keys run the command, don't list all of them.
16339
16340 2004-04-20 Juanma Barranquero <lektu@terra.es>
16341
16342 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16343 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16344
16345 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16346
16347 2004-04-20 Kenichi Handa <handa@m17n.org>
16348
16349 * international/quail.el (quail-lookup-key): New optional arg
16350 NOT-RESET-INDICES.
16351 (quail-get-translations): Call quail-lookup-key with
16352 NOT-RESET-INDICES t.
16353 (quail-completion): Likewise.
16354 (quail-lookup-map-and-concat): Likewise.
16355
16356 2004-04-20 Kenichi Handa <handa@m17n.org>
16357
16358 * international/quail.el (quail-update-translation): Don't insert
16359 such an unsupported multibyte char in a unibyte buffer.
16360
16361 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16362
16363 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16364 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16365 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16366 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16367 (gdb-frame-assembler-buffer): Improve behaviour with
16368 multiple frames.
16369 (gdb-display-buffer): Extend search to all visible frames.
16370
16371 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16372
16373 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16374 characters left after base64 decoding.
16375 (rmail-decode-region): Use -dos variety of `coding', to remove any
16376 ^M characters left after qp or base64 decoding.
16377
16378 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16379
16380 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16381 messages.
16382
16383 2004-04-19 Stephen Eglen <stephen@gnu.org>
16384
16385 * add-log.el (add-change-log-entry): Update doc string to mention
16386 add-log-full-name and add-log-mailing-address.
16387
16388 2004-04-18 Juri Linkov <juri@jurta.org>
16389
16390 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16391 (Info-find-node-2): Simplify error message.
16392 (Info-insert-dir): Use Info-following-node-name.
16393 (Info-goto-node): Remove *info-history* and *info-toc*.
16394 (Info-history): Create a node of the virtual history file.
16395 (Info-toc): Create a node of the virtual toc file.
16396 (Info-insert-toc): New arg `curr-file' for reference file names.
16397 (info-apropos): Remove redundant var binding for temp-file.
16398 (Info-index, Info-index-next, Info-mode): Doc fix.
16399 (Info-goto-emacs-command-node): Don't jump to *info* from
16400 non-*info* Info buffers.
16401 (Info-fontify-node): Don't show the file name of external
16402 references if `Info-hide-note-references' is `hide'. Don't hide
16403 newlines at the end of paragraphs.
16404
16405 * international/mule-diag.el (list-input-methods):
16406 Fix args to help-xref-button.
16407
16408 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16409 to put into effect local variables from TUTORIAL files.
16410
16411 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16412 with default value taken from the variable `sentence-end'.
16413 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16414 Add nil const to :type.
16415 (sentence-end-without-period, sentence-end-double-space)
16416 (sentence-end-without-space): Doc fix.
16417
16418 * textmodes/paragraphs.el (forward-sentence):
16419 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16420 (fill-delete-newlines):
16421 * progmodes/cc-cmds.el (c-beginning-of-statement):
16422 Use function `sentence-end' instead of variable `sentence-end'.
16423
16424 2004-04-18 Andreas Schwab <schwab@suse.de>
16425
16426 * progmodes/compile.el (compilation-start): Set window start to
16427 point-min if compilation-scroll-output is nil.
16428
16429 2004-04-18 John Wiegley <johnw@newartisans.com>
16430
16431 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16432
16433 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16434
16435 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16436 (gdb-info-breakpoints-custom): Revert previous change.
16437 (gdb-view-assembler): Update assembler if necessary.
16438 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16439 (gdb-display-source-buffer): Update properly when both source and
16440 assembler are visible.
16441
16442 2004-04-17 John Wiegley <johnw@newartisans.com>
16443
16444 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16445 which limits the number of names shown in the minibuffer. Off by
16446 default.
16447 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16448 up iswitchb for users with a multitude of open buffers by showing
16449 only the first and last N/2 buffers in the completion list (which
16450 is enough to aid C-s/C-r, and to know that more characters are
16451 needed to refine the completion list).
16452
16453 2004-04-17 Richard M. Stallman <rms@gnu.org>
16454
16455 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16456 (file-truename): Expand all ~ constructs directly.
16457 (insert-directory): Delete any error msg output by the
16458 `insert-directory-program'.
16459
16460 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16461 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16462 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16463 (allout-init): Use find-file-hook, not find-file-hooks.
16464 (allout-mode): Eliminate Emacs 18 support.
16465 Use write-contents-functions, not local-write-file-hooks.
16466
16467 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16468
16469 * progmodes/compile.el (compilation-error-properties): Fix for
16470 adding messages when there are already markers for their file.
16471 (compilation-fake-loc): New function.
16472
16473 2004-04-16 Dave Love <fx@gnu.org>
16474
16475 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16476 (python-load-file): Fix python-orig-start setting.
16477
16478 * progmodes/compile.el: Doc fixes.
16479 (compilation-error-regexp-alist-alist)
16480 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16481 (compilation-assq): Wrap in eval-when-compile.
16482 (compilation-mode-font-lock-keywords): Don't use list*.
16483 (compilation-start): Avoid warning.
16484 (compilation-compat-error-properties)
16485 (compilation-directory-properties): Add keymap property.
16486 (compilation-parsing-end): Make it a marker for better compatibility.
16487
16488 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16489
16490 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16491
16492 * xml.el: Doc fixes.
16493 (xml-get-children): Only looks at sub-tags and ignore strings.
16494
16495 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16496
16497 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16500
16501 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16502
16503 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16504
16505 * vc.el (vc-print-log): Likewise.
16506
16507 2004-04-16 Masatake YAMATO <jet@gyve.org>
16508
16509 * simple.el (completion-setup-function): Set an initial value
16510 to `element-common-end' before entering loop. Set a value
16511 to `element-common-end' at the end of loop.
16512 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16513 (completions-common-part): Rename from completion-de-emphasis.
16514 (completions-first-difference): Rename from completion-emphasis.
16515 Suggested by RMS.
16516
16517 2004-04-16 Juanma Barranquero <lektu@terra.es>
16518
16519 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16520 (bookmark-edit-annotation-mode): Add mode name.
16521
16522 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16523
16524 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16525 for nested conflict markers.
16526 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16527
16528 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16529
16530 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16531
16532 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16533
16534 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16537 Give a backtrace if requested.
16538
16539 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16540
16541 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16542 Remove unused functions.
16543 (python-orig-start-line, python-orig-file): Remove.
16544 (python-orig-start): New var.
16545 (python-input-filter, python-compilation-line-number)
16546 (python-send-region, python-load-file): Use it.
16547
16548 * info.el (info): Always jump to *info*.
16549
16550 * subr.el (posn-set-point): New function.
16551
16552 * mouse.el (mouse-set-point): Use it.
16553
16554 * progmodes/compile.el (compile-goto-error): Use it.
16555 (compilation-button-map): New keymap.
16556 (compilation-error-properties): Use it.
16557 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16558
16559 * smerge-mode.el (smerge-popup-context-menu): Use it.
16560
16561 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16562 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16563 mouse and non-mouse case.
16564
16565 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16566 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16567
16568 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16569 Make it work for non-mouse events.
16570
16571 * pcvs-info.el (cvs-status-map): Update binding name.
16572
16573 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16574
16575 * xml.el (xml-maybe-do-ns): New function to handle namespace
16576 parsing of both attribute and element names.
16577 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16578 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16579 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16580 (xml-parse-attlist): Make it do its own namespace parsing.
16581
16582 2004-04-14 Dave Love <fx@gnu.org>
16583
16584 * progmodes/python.el (run-python): Fix use of \n.
16585 (python-load-file): Remove `try' from Python fragment.
16586 (python-describe-symbol): Fix message.
16587
16588 * comint.el: Doc fixes.
16589 (comint-last-input-start, comint-last-input-end)
16590 (comint-last-output-start): Give them values.
16591 (comint-arguments): Avoid warning.
16592 (comint-skip-prompt): Use line-end-position.
16593 (comint-backward-matching-input): Rename arg to agree with doc.
16594 (comint-extract-string): Use syntax-ppss.
16595 (comint-dynamic-simple-complete): Delete useless list construction.
16596 (comint-redirect-subvert-readonly): New.
16597 (comint-redirect-preoutput-filter): Use it.
16598
16599 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16600 Correctly handle negative arguments when calling hook functions.
16601
16602 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16603
16604 * info.el (info-apropos): Don't clobber Info-history-list.
16605
16606 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16607
16608 * progmodes/compile.el (compilation-setup):
16609 Localize overlay-arrow-position.
16610 (compilation-sentinel): Restructure code equivalently.
16611 (compilation-next-error): Find message on same line after point if
16612 not found before point.
16613 (compile-mouse-goto-error): Restore function so that compilation
16614 buffer need not be current and use compile-goto-error.
16615 (compile-goto-error): Restore function.
16616 (next-error): Set overlay-arrow-position.
16617 (compilation-forget-errors): Don't localize already local
16618 compilation-locs and remove FIXME about refontifying.
16619
16620 2004-04-14 Kim F. Storm <storm@cua.dk>
16621
16622 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16623 (command-line): New option -Q. Like -q --no-site-file, but
16624 in addition it also disables menu-bar, tool-bar, scroll-bars,
16625 tool-tips, and the blinking cursor.
16626 (command-line-1): Skip startup screen if -Q.
16627 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16628
16629 * emulation/cua-base.el (cua-read-only-cursor-color)
16630 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16631
16632 2004-04-13 Dave Love <fx@gnu.org>
16633
16634 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16635 (syntax): Don't require.
16636 (python) <defgroup>: Add :version.
16637 (python-quote-syntax): Re-written.
16638 (inferior-python-mode): Move stuff here from run-python and add
16639 some more.
16640 (python-preoutput-continuation, python-preoutput-result)
16641 (python-dotty-syntax-table): New.
16642 (python-describe-symbol): Use them.
16643 (run-python): Move stuff to inferior-python-mode. Modify code
16644 loaded into Python.
16645 (python-send-region): Use python-proc, python-send-string.
16646 (python-send-string): Send newlines too. Callers changed.
16647 (python-load-file): Re-written.
16648 (python-eldoc-function): New.
16649 (info-look): Don't require.
16650 (python-after-info-look): New. A modified version of former
16651 top-level code for use with eval-after-load.
16652 (python-maybe-jython, python-guess-indent): Use widened buffer.
16653 (python-fill-paragraph): Re-written.
16654 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16655 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16656
16657 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16658
16659 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16660 Set compilation-error-regexp-alist earlier.
16661
16662 * progmodes/compile.el (compilation-minor-mode-map)
16663 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16664 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16665
16666 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16667
16668 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16669 corresponding to the event.
16670
16671 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16672
16673 * loadup.el: Add cygwin to system-type list, for unexec() support.
16674
16675 2004-04-12 John Paul Wallington <jpw@gnu.org>
16676
16677 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16678 (ibuffer-restore-window-config-on-quit): New variable to replace
16679 `ibuffer-delete-window-on-quit'. Update all references.
16680 (ibuffer-prev-window-config): New variable.
16681 (ibuffer-quit): Restore previous window configuration instead of
16682 deleting window.
16683 (ibuffer): Save window configuration before showing Ibuffer buffer.
16684
16685 * help.el (describe-mode): Doc fix.
16686
16687 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16690 not to treat nil as a function.
16691
16692 * vc-arch.el (vc-arch-root): Be a bit more careful.
16693 (vc-arch-register): Save the buffer if we modified it.
16694 (vc-arch-delete-rej-if-obsolete): Save excursion.
16695 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16696 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16697
16698 * net/ldap.el (ldap-search): Use list*.
16699
16700 2004-04-12 Juri Linkov <juri@jurta.org>
16701
16702 * info.el (Info-follow-reference): Allow multiline reference name.
16703
16704 2004-04-11 Dave Love <fx@gnu.org>
16705
16706 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16707
16708 * progmodes/python.el: New file.
16709
16710 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16711
16712 * vc-hooks.el (vc-arg-list): Function removed.
16713 (vc-default-workfile-unchanged-p): Use condition-case to check for
16714 backward compatibility.
16715
16716 * vc.el (vc-print-log): Use condition-case to check for backward
16717 compatibility.
16718
16719 2004-04-11 Juri Linkov <juri@jurta.org>
16720
16721 * dired.el (dired-faces): New defgroup.
16722 (dired-header, dired-mark, dired-marked, dired-flagged)
16723 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16724 New faces.
16725 (dired-header-face, dired-mark-face, dired-marked-face)
16726 (dired-flagged-face, dired-warning-face, dired-directory-face)
16727 (dired-symlink-face, dired-ignored-face): New face variables.
16728 (dired-font-lock-keywords): Use them instead of font-lock faces.
16729 Split the rule for dired marks into 3 separate rules: for marks,
16730 marked file names and flagged file names.
16731
16732 * help-mode.el (help-make-xrefs): Add a final newline to the
16733 *Help* buffer.
16734
16735 2004-04-11 John Paul Wallington <jpw@gnu.org>
16736
16737 * replace.el (occur-engine): Distinguish between one and several
16738 matches in the matches per buffer heading.
16739
16740 2004-04-11 Kim F. Storm <storm@cua.dk>
16741
16742 * ido.el (ido-confirm-unique-completion): New defcustom.
16743 (ido-complete): Use it.
16744 (ido-write-file): Set it to t unconditionally.
16745
16746 2004-04-10 Miles Bader <miles@gnu.org>
16747
16748 RCS keyword removal (only non-comment changes are enumerated here):
16749
16750 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16751 (byte-compile-insert-header): Don't use `byte-compile-version'.
16752 * forms.el (forms-version): Variable removed.
16753 (forms-mode): Don't use `forms-version'.
16754 * recentf.el (recentf-version): Variable removed.
16755 * progmodes/delphi.el (delphi-version): Variable removed.
16756 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16757
16758 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16761
16762 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16763
16764 * info.el (info-apropos): Improve menu item regexp.
16765
16766 2004-04-09 Simon Josefsson <jas@extundo.com>
16767
16768 * mail/smtpmail.el: Add comment, based on report by
16769 kdc@rcn.com (Kevin D. Clark).
16770
16771 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16772
16773 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16774 Redo one more thing that I didn't notice Daniel had undone.
16775
16776 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16777
16778 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16779 (gdb-goto-breakpoint, gdb-display-buffer)
16780 (gdb-display-source-buffer, gdb-view-source-function)
16781 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16782 (gdb-source-info, gdb-frame-handler): Don't specify a window
16783 for display.
16784 (gdb-info-breakpoints-custom): Remove superfluous update of
16785 assembler buffer.
16786 (gdb-many-windows): Make settable outside gdb.
16787
16788 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16789
16790 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16791 Derive from fundamental-mode rather than text-mode.
16792
16793 2004-04-08 Juri Linkov <juri@jurta.org>
16794
16795 * info.el (Info-history): Doc fix.
16796 (Info-history-list): New var.
16797 (info-xref): Change magenta4 to blue, remove bold for dark and
16798 light backgrounds, change bold to underline for non-color classes.
16799 (info-xref-visited): New face.
16800 (Info-fontify-visited-nodes): New custom.
16801 (Info-hide-note-references): Add new value `hide'. Doc fix.
16802 (Info-reference-name): New var.
16803 (Info-selection-hook): New custom.
16804 (Info-edit-mode-hook): New var.
16805 (Info-find-file): New fun.
16806 (Info-find-node): Move part of code to Info-find-file.
16807 (Info-find-node-2): Add anchors to Info-history-list. Move point
16808 to the place with the reference name if name is defined.
16809 (Info-select-node): Add current node to Info-history-list.
16810 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16811 (Info-search-whitespace-regexp): New custom.
16812 (Info-search-case-fold): New var.
16813 (Info-search): Add "case-sensitively" to the prompt.
16814 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16815 (Info-search-case-sensitively, Info-search-next): New fun.
16816 (Info-up): Move point to the menu item of the current node.
16817 (Info-history): New fun. Add *info-history* to
16818 same-window-buffer-names.
16819 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16820 (Info-insert-toc): New fun.
16821 (Info-build-toc): New fun.
16822 (Info-follow-reference): Add new arg `fork'. Doc fix.
16823 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16824 with the same name prefer the reference closest to point.
16825 (Info-next-reference): Replace * by + in the *Note regexp.
16826 Add regexp for http:// and ftp://. Skip the *Note prefix.
16827 (Info-prev-reference): Replace * by + in the *Note regexp.
16828 Add regexp for http:// and ftp://. Skip the *Note prefix.
16829 (Info-follow-nearest-node): Add new arg `fork'.
16830 (Info-try-follow-nearest-node): Add new arg `fork'.
16831 Call browse-url for http:// and ftp:// references.
16832 Set Info-reference-name for index entries.
16833 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16834 Info-search-next, Info-history, Info-toc, clone-buffer.
16835 (Info-menu-update): Replace * by + in the *Note regexp.
16836 (Info-mode): Add documentation for Info-history, Info-toc,
16837 Info-search-case-sensitively, Info-search-next, clone-buffer.
16838 (Info-fontify-menu-headers): Remove fun. Move code to
16839 Info-fontify-node.
16840 (Info-fontify-node): Add docstring. Add local vars
16841 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16842 then fontify header line, titles, menu headers, http and ftp
16843 references, refill paragraphs. If not-fontified-p is t or
16844 fontify-visited-p is t then fontify cross references, menu items.
16845 Fontify menu headers. Fontify http and ftp references.
16846 Change regexp for cross references to require whitespace after *Note,
16847 add matching groups for file and node names. Remove hack for quote.
16848 Use display property for Info-hide-note-references=t. Use fifth
16849 or fourth match for help-echo. Display visited nodes in a
16850 different face. Unhide file names of external references.
16851 Unhide newlines. Display visited menu items in a different face.
16852
16853 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * progmodes/compile.el: Require CL.
16856 (compilation-mode-font-lock-keywords): Re-install the "line as
16857 function" patch.
16858
16859 * help-fns.el (help-C-source-directory): New var.
16860 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16861 (describe-function-1, describe-variable): Use them.
16862
16863 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16864 to C source files specially.
16865
16866 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16867
16868 * info.el (Info-hide-cookies-node): New function.
16869 (Info-select-node): Use it.
16870 (Info-display-images-node): Remove message with image file name.
16871
16872 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16873
16874 * progmodes/compile.el (compilation-warning-face)
16875 (compilation-info-face, compilation-skip-threshold)
16876 (compilation-skip-visited, compilation-context-lines):
16877 Declare :version when added to Emacs.
16878 (compilation-error-regexp-alist-alist): Extend caml and irix.
16879 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16880 (compilation-mode-font-lock-keywords): Temporarily undo line as
16881 function patch, which wasn't ready.
16882
16883 2004-04-07 Kenichi Handa <handa@m17n.org>
16884
16885 * international/latin1-disp.el (latin1-display-setup): Check each
16886 character is displayable or not instead of calling
16887 latin1-display-check-font.
16888
16889 2004-04-06 Kenichi Handa <handa@m17n.org>
16890
16891 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16892 New variable.
16893 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16894 instead of sera-being-called-by-w3.
16895 (ethio-fidel-to-sera-buffer): Likewise.
16896 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16897 instead of sera-being-called-by-w3.
16898 (ethio-write-file): Likewise.
16899
16900 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16901
16902 * printing.el: Doc fix.
16903
16904 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16905
16906 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16907 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16908 (gdb-setup-windows): Only use separate IO buffer if required.
16909
16910 2004-04-06 Kim F. Storm <storm@cua.dk>
16911
16912 * term.el (term-is-xemacs): Remove.
16913 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16914 (term-window-width): New function.
16915 (term-mode, term-check-size): Use it.
16916 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16917
16918 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16919
16920 * cus-edit.el (custom-add-parent-links): Change unbound variable
16921 `symbol' to `name'.
16922
16923 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16924 * info.el (info-apropos): New function.
16925 (Info-mode-menu): Add it.
16926 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16927
16928 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16929 inherited docstring.
16930
16931 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16932
16933 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16936
16937 * progmodes/compile.el (font-lock): Don't require any more.
16938 (compilation-error-properties, compilation-start, compilation-sentinel)
16939 (compilation-filter, next-error): Use with-current-buffer.
16940 (compilation-skip-to-next-location, compilation-skip-threshold)
16941 (compilation-skip-visited): Move to silence the byte-compiler.
16942 (compilation-setup): Simplify.
16943 (compilation-next-error): Use line-(beginning|end)-position.
16944 Make sure `pt' is non-nil before using compilation-loop.
16945 (compile-goto-error): Add optional event arg. Use it.
16946 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16947 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16948 Update the binding for mouse-2.
16949 (first-error): Set compilation-current-error to nil rather than bob.
16950 (compilation-parsing-end, compilation-parse-errors-function)
16951 (compilation-error-list, compilation-old-error-list):
16952 "New" compatibility variables.
16953 (compile-buffer-substring, compilation-compat-error-properties)
16954 (compilation-compat-parse-errors, compilation-forget-errors):
16955 New compatibility functions.
16956 (compilation-mode-font-lock-keywords): Use them.
16957
16958 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16959
16960 * autorevert.el (auto-revert-handler): If point (or a window
16961 point) is at the end of the buffer, keep it there after
16962 reverting. This allows to tail a file.
16963 Mention this in the `Commentary'.
16964
16965 * format.el (format-write-file): Add optional argument CONFIRM
16966 and make it behave like the analogous argument to `write-file'.
16967
16968 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16969
16970 * progmodes/ebnf2ps.el: Doc fix.
16971 (ebnf-version): New version number (4.2).
16972 (ebnf-syntax): Customization and docstring fix.
16973 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16974 Put autoloaded funs before first use.
16975 (ebnf-style-database): Add dtd entry.
16976 (ebnf-syntax-alist): Add dtd initialization.
16977 (ebnf-token-sequence): New fun.
16978 (ebnf-comment-table): Add new comment action character.
16979 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16980
16981 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16982 Type Definition for XML).
16983
16984 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16985 * progmodes/ebnf-bnf.el (ebnf-sequence):
16986 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16987 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16988 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16989 Code simplification: call ebnf-token-sequence.
16990
16991 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16992
16993 * calendar/timeclock.el (timeclock-relative)
16994 (timeclock-get-project-function, timeclock-get-workday-function)
16995 (timeclock-query-out, timeclock-when-to-leave)
16996 (timeclock-when-to-leave-string, timeclock-log-data)
16997 (timeclock-generate-report, timeclock-in): Doc fixes.
16998
16999 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * url/: New dir. Import the URL package from its repository.
17002
17003 2004-04-03 Andreas Schwab <schwab@suse.de>
17004
17005 * diff-mode.el (diff-mode): Fix missing quote.
17006
17007 2004-04-03 Juri Linkov <juri@jurta.org>
17008
17009 * descr-text.el (describe-property-list): Add `font-lock-face'.
17010
17011 * dired.el (dired-font-lock-keywords): Fix permission regexps.
17012
17013 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17014
17015 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
17016 Use utf-16le on little endian machines and utf-16be otherwise.
17017
17018 2004-04-02 David Kastrup <dak@gnu.org>
17019
17020 * net/browse-url.el (browse-url-generic): Use call-process
17021 instead of start-process to allow browsers that fork and detach.
17022
17023 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
17024
17025 * compile.el (compilation-current-error): New var.
17026 (compilation-setup, compile-mouse-goto-error)
17027 (compile-goto-error, next-error): Use it.
17028 (compilation-skip-to-next-location): Default to t, which gives
17029 contiguous skipping like old compile (where this was redundant).
17030 (compilation-next-error): Prevent previous-* commands from moving
17031 back to message at or just before point.
17032
17033 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
17034
17035 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
17036 (gdb-source-info): Don't display source at startup, if required.
17037 (gdb-show-main): New option.
17038 (gdba): Update documentation.
17039 (gdb-source): Cover case of auto-display output.
17040
17041 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
17042
17043 * autorevert.el: Delete obsolete autoload's and defvar's.
17044 (auto-revert-check-vc-info): New user option.
17045 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17046 (auto-revert-handler-vc): Delete.
17047 (auto-revert-handler): Treat return value `fast' of
17048 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
17049
17050 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
17051 return `fast'.
17052
17053 * files.el (buffer-stale-function): Doc change.
17054
17055 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17056
17057 * printing.el: New tip on Tips section.
17058 (pr-version): New version number (6.7.4).
17059 (pr-shell-file-name): Initialization fix.
17060
17061 2004-03-31 Juri Linkov <juri@jurta.org>
17062
17063 * dired.el: Add autoload for `dired-do-touch'.
17064 (dired-touch-program): New var.
17065 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
17066 (dired-no-confirm): Add `touch' to docstring.
17067
17068 * dired-aux.el (dired-do-touch): New fun.
17069 (dired-do-chxxx): Add argument -t for touch operation.
17070
17071 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
17072 `dired-move-to-filename-regexp'.
17073
17074 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
17075
17076 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
17077
17078 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17079
17080 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
17081 and only if the buffer was modified.
17082
17083 2004-03-30 Kenichi Handa <handa@m17n.org>
17084
17085 * international/characters.el: Delete pairs for U+2308..U+230B.
17086
17087 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
17088
17089 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
17090 to detect the beginning of a level 2 or 3 annotation.
17091
17092 2004-03-29 Kenichi Handa <handa@m17n.org>
17093
17094 * international/ucs-tables.el (ucs-insert): Fix the error message.
17095
17096 2004-03-29 Kenichi Handa <handa@m17n.org>
17097
17098 * international/mule-util.el (char-displayable-p): Fix generation
17099 of XLFD file name.
17100
17101 * Makefile.in (setwins, setwins_almost): Change directory to $wd
17102 before finding directories by `find'.
17103
17104 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * subr.el (interactive-form): Delete. Now implemented in C.
17107
17108 * pcvs.el (cvs-parse-process): Workaround for Darwin.
17109
17110 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
17111 (vc-diff-label): New fun.
17112 (vc-diff-internal): Use it.
17113
17114 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17115
17116 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17117
17118 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17119
17120 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17121 specify XML (EBNFX).
17122
17123 * progmodes/ebnf2ps.el: Doc fix.
17124 (ebnf-version): New version number (4.1).
17125 (ebnf-syntax): Adjust customization.
17126 (ebnf-style-database): Add ebnfx entry.
17127 (ebnf-syntax-alist): Add ebnfx initialization.
17128 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17129
17130 * printing.el: Doc fix.
17131 (pr-version): New version number (6.7.3).
17132 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17133 returns nil for mouse position. Reported by Drew Adams
17134 <drew.adams@oracle.com>.
17135 (pr-update-menus): Modify interactive declaration. Reported by Drew
17136 Adams <drew.adams@oracle.com>.
17137
17138 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17139
17140 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17141 (gud-gdba-marker-filter): Log the process input and output, if
17142 required. From Stefan Monnier.
17143 (gdb-debug-log, gdb-enable-debug-log): New variables.
17144 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17145
17146 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17147
17148 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17149 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17150
17151 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17152
17153 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17154 Call vc-find-file-hook here instead of in auto-revert-buffers.
17155 (auto-revert-buffers): Delete call to vc-find-file-hook.
17156 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17157 (global-auto-revert-mode, auto-revert-set-timer)
17158 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17159
17160 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17161
17162 * woman.el (woman-change-fonts): Rename local variable
17163 woman-font-alist to font-alist to avoid a compiler warning.
17164
17165 2004-03-27 Dave Love <fx@gnu.org>
17166
17167 * emacs-lisp/rx.el (rx): Doc fix.
17168 Fix copyright years.
17169
17170 * strokes.el (strokes-global-set-stroke-string): New function.
17171 (strokes-list-strokes): Cope with strings, not just commands.
17172 Set foreground colour of image.
17173 (strokes-global-set-stroke): Doc fix.
17174
17175 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17176
17177 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17178 Auto Revert mode.
17179 (Buffer-menu-files-only): New variable.
17180 (Buffer-menu-toggle-files-only): New function.
17181 (Buffer-menu-mode-map): Bind it to `T'.
17182 (Buffer-menu-mode): Mention `T' in docstring.
17183 Set buffer-stale-function.
17184 (list-buffers-noselect): Mark buffer non-modified and set
17185 Buffer-menu-files-only.
17186
17187 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17188
17189 * autorevert.el (auto-revert-handler): Print revert message
17190 before, rather than after, reverting.
17191 (buffer-stale-function): Move to files.el.
17192
17193 * files.el (buffer-stale-function): Move here from autorevert.el.
17194
17195 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17198
17199 * calc/calc.el (calc-mode-map): Use mapc.
17200
17201 * apropos.el (apropos-mode): Don't autoload.
17202 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17203 (apropos): Use it.
17204 (apropos-print): Add optional `text' argument.
17205 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17206 Don't assume point-min == 1.
17207
17208 * bs.el (bs-buffer-list): Use buffer-local-value.
17209 (bs--set-toggle-to-show): Use with-current-buffer.
17210
17211 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17212 New funs.
17213 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17214
17215 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17216
17217 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17218 (dabbrev--find-expansion): Use pop.
17219 (dabbrev--search): Use match-string-no-properties.
17220
17221 * dired.el (dired-mode): Use run-mode-hooks.
17222 (dired-move-to-end-of-filename): Use match-string.
17223
17224 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17225 is bound before using it.
17226 (ediff-verbose-p): Make it into a var since it's not constant.
17227
17228 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17229
17230 * faces.el (read-face-font): Don't cons up unnecessarily.
17231 (header-line, tool-bar): Share common parts.
17232
17233 * files.el (file-relative-name): Use compare-strings.
17234
17235 * finder.el (finder-mode): Follow coding convention.
17236
17237 * subr.el (read-number): New function.
17238
17239 * ses.el (ses-read-number): Move to subr.el.
17240 (ses-set-header-row): Use read-number.
17241
17242 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17243
17244 * vc-hooks.el (vc-arg-list): New function, which handles both
17245 compiled and uncompiled code.
17246 (vc-default-workfile-unchanged-p): Use it.
17247
17248 * vc.el (vc-print-log): Undo prev change, use new function
17249 vc-arg-list from vc-hooks.el.
17250
17251 2004-03-26 Masatake YAMATO <jet@gyve.org>
17252
17253 * simple.el (completion-setup-function): Emphasize the
17254 first uncommon characters in the completions; and de-emphasize
17255 the common prefix substrings.
17256 (completion-emphasis): New face.
17257 (completion-de-emphasis): New face.
17258
17259 2004-03-25 Juanma Barranquero <lektu@terra.es>
17260
17261 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17262 Comment out (it's unused and unfinished code).
17263
17264 2004-03-25 Sam Steingold <sds@gnu.org>
17265
17266 * vc.el (vc-print-log): Fix a bug in the last patch:
17267 backend-function may be a byte-compiled object, not a lambda.
17268
17269 2004-03-25 Juri Linkov <juri@jurta.org>
17270
17271 * descr-text.el (describe-property-list): Add a button
17272 for `face' property that calls `describe-face'.
17273 Suggested by luis fernandes <elf@ee.ryerson.ca>
17274
17275 * international/mule.el (keyboard-coding-system):
17276 * kmacro.el (kmacro-call-macro): Fix docstring.
17277
17278 * dired.el: Fix comments.
17279
17280 * textmodes/fill.el (fill): Fix Info link.
17281
17282 * font-lock.el (fast-lock, lazy-lock):
17283 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17284 Info node.
17285
17286 * eshell/eshell.el (eshell): Fix broken info-link.
17287
17288 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17289 * eshell/em-banner.el (eshell-banner):
17290 * eshell/em-smart.el (eshell-smart):
17291 * eshell/esh-cmd.el (eshell-cmd):
17292 Comment out broken info-links to incomplete Info manual.
17293
17294 * info-xref.el: Fix commentary.
17295
17296 2004-03-25 Kevin Ryde <user42@zip.com.au>
17297
17298 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17299 Remove spurious node duplicate suppression, doesn't work, not wanted.
17300 (info-xref-output): Take format style args, add "sit-for 0" to let
17301 user see the results as they progress.
17302 (info-xref-check-all-custom): New function.
17303
17304 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17305
17306 * gdb-ui.el: Moved to progmodes.
17307
17308 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17311
17312 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17313
17314 * calendar/appt.el (appt-check): Remove superfluous progn.
17315 When finished with diary buffer: if it was not being displayed
17316 before, kill it; otherwise restore its original state.
17317 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17318
17319 * calendar/calendar.el (calendar-set-mode-line): Use total
17320 available mode-line width, rather than frame-width.
17321
17322 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17323 after mode change so effect not lost.
17324
17325 2004-03-23 Dave Love <fx@gnu.org>
17326
17327 * dired.el (dired) <defgroup>: Add link to manual.
17328 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17329 (dired-revert): Use dolist.
17330 (dired-mode-map): Add U binding.
17331 (dired-mode): Add font-lock-beginning-of-syntax-function.
17332 (dired-garbage-files-regexp): Make it a defcustom.
17333
17334 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17337 is equivalent to nil.
17338 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17339 (vc-arch-mode-line-string): Accept `added' state.
17340 (vc-arch-state): Use inode-sigs if available.
17341 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17342 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17343 (vc-arch-tagline-re): New var.
17344 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17345 New functions.
17346 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17347 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17348
17349 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17350 (vc-file-not-found-hook): Use it.
17351
17352 * diff-mode.el (diff-default-read-only): Change default.
17353 (diff-mode-hook): Make it a defcustom. Add some options.
17354 (diff-mode-map): Bind diff-refine-hook.
17355 (diff-yank-handler): New var.
17356 (diff-yank-function): New fun.
17357 (diff-font-lock-keywords): Use them.
17358 (diff-end-of-file): Handle case where file-header looks like diff text.
17359 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17360 (diff-file-kill): Delete a subsequent empty line, if applicable.
17361 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17362 (diff-find-file-name): Use it.
17363 (diff-tell-file-name): New command.
17364 (diff-mode): Be careful with view-mode.
17365 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17366 New functions, for use in diff-mode-hook.
17367 (diff-find-source-location): Catch "regex too large" errors.
17368 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17369 (diff-refine-hunk): New command.
17370
17371 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17372 (smerge-context-menu-map): Remove unused var.
17373 (smerge-keep-all): Preserve markers.
17374 (smerge-keep-n): New fun.
17375 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17376 (smerge-keep-current, smerge-ediff): Use it.
17377 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17378 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17379 (smerge-resolve): Resolve trivial 3-part conflicts.
17380
17381 2004-03-23 Juri Linkov <juri@jurta.org>
17382
17383 * man.el (Man-width): New var.
17384 (Man-getpage-in-background): Use it.
17385 (Man-support-local-filenames): New var and fun.
17386 (Man-build-man-command): Don't add a second %s.
17387 (Man-fontify-manpage): Clean up message.
17388 (Man-mode): Set outline-regexp, outline-level,
17389 imenu-generic-expression.
17390
17391 * woman.el (woman-fill-frame): Doc fix.
17392 (woman-decode-region): Use window-width instead of frame-width.
17393
17394 * abbrevlist.el (list-one-abbrev-table):
17395 * descr-text.el (describe-char):
17396 * international/mule-diag.el (describe-current-coding-system):
17397 * international/quail.el (quail-insert-decode-map):
17398 Use window-width instead of frame-width.
17399
17400 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17401 (jka-compr-mode-alist-additions): Add tbz.
17402 (jka-compr-write-region, jka-compr-insert-file-contents):
17403 Add message for undefined compress-program.
17404 (jka-compr-write-region): Remove redundant var bindings.
17405
17406 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17407 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17408 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17409 (dired-man): Use dired-guess-shell-command.
17410 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17411 Change default nil to t.
17412
17413 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17414 (dired-compare-directories): Add default value for empty input.
17415
17416 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17417
17418 * time.el (display-time-string-forms): Fix help-echo date format.
17419
17420 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17421
17422 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17423 (buffer-stale-function): New variable.
17424 (auto-revert-list-diff, auto-revert-dired-file-list)
17425 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17426 (auto-revert-handler): Take over some functionality of deleted
17427 functions.
17428 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17429
17430 * dired.el (dired-directory-changed-p): New fun, extracted from
17431 dired-internal-noselect.
17432 (dired-buffer-stale-p): New fun.
17433 (dired-internal-noselect): Use dired-directory-changed-p.
17434 Eliminate revert messages.
17435 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17436
17437 2004-03-23 Kenichi Handa <handa@m17n.org>
17438
17439 * international/characters.el: Setup syntaxes for more parentheses
17440 Unicode characters.
17441
17442 * international/mule-cmds.el (select-safe-coding-system):
17443 Merge coding-system and auto-cs before comparing them.
17444
17445 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17446
17447 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17448
17449 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17450 normal-auto-fill-function and comment-indent-function.
17451 The default values now work just as well.
17452 Don't set font-lock-beginning-of-syntax-function since we already set
17453 syntax-begin-function.
17454 (lisp-outline-level): Put ;;;###autoload at same level as (.
17455 (prin1-char): Quote special chars.
17456
17457 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17458 than with-no-warnings.
17459
17460 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17461 if the source location can't be found.
17462 (edebug-compute-previous-result): Use prin1-char.
17463
17464 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17465 (debug-ignored-errors): Add an entry.
17466
17467 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17468 (byte-compile-file): Output warning when deleting a file.
17469
17470 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17471 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17472
17473 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17474 (byte-compile-inline-expand): Use backquote.
17475 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17476 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17477
17478 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17479
17480 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17481
17482 2004-03-22 Juri Linkov <juri@jurta.org>
17483
17484 * finder.el (finder-known-keywords): Fix data, tex, unix.
17485
17486 * play/landmark.el: Fix keywords.
17487
17488 * language/ethio-util.el (ethio-find-file): Doc fix.
17489
17490 * emacs-lisp/warnings.el: Doc fix.
17491
17492 * textmodes/ispell.el (ispell-help): Doc fix.
17493
17494 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17495
17496 * format.el (format-insert-file): Always return a list of two
17497 elements, like insert-file-contents does.
17498
17499 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17500
17501 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17502 and vc-BACKEND-diff.
17503 (vc-print-log): If the print-log implementation supports it, use
17504 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17505 (vc-version-diff, vc-diff-internal): Doc fixes.
17506
17507 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17508 implementation supports it, let diff output go to *vc*,
17509 not *vc-diff*, since this is an internal call.
17510
17511 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17512
17513 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17514
17515 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17516
17517 2004-03-21 Dave Love <fx@gnu.org>
17518
17519 * progmodes/cfengine.el (cfengine-mode):
17520 Set parse-sexp-ignore-comments.
17521
17522 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17523
17524 2004-03-21 Juanma Barranquero <lektu@terra.es>
17525
17526 * allout.el (allout-mode): Fix docstring.
17527
17528 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17529
17530 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17531
17532 * autorevert.el (auto-revert-interval): Make new value take
17533 effect immediately when set through Custom.
17534 (auto-revert-set-timer): Add interactive declaration.
17535
17536 2004-03-19 David Ponce <david@dponce.com>
17537
17538 * ruler-mode.el (ruler-mode-header-line-format-old):
17539 Don't `make-variable-buffer-local'.
17540 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17541 (ruler-mode-header-line-format): Simply funcall the above.
17542 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17543 to save/restore a previous header line format.
17544 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17545 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17546 fringes and margins width.
17547 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17548
17549 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17550
17551 * log-edit.el (log-edit-font-lock-keywords): Typo.
17552
17553 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17554 (tex-send-tex-command): Rather than here.
17555 (tex-compilation-parse-errors): Simplify.
17556
17557 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17558
17559 * time.el (display-time-string-forms): Add help-echo with date on time.
17560
17561 * composite.el (compose-region): Use restore-buffer-modified-p.
17562
17563 * disp-table.el (standard-display-8bit): Simplify.
17564
17565 * server.el (server-process-filter): Delete temp frame.
17566
17567 * add-log.el (add-change-log-entry): Simplify.
17568
17569 2004-03-19 Kim F. Storm <storm@cua.dk>
17570
17571 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17572 (hexl-follow-line): Don't require 'fringe.
17573
17574 * progmodes/compile.el (compilation-start): Always set
17575 compilation-last-buffer and return it.
17576
17577 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17578
17579 * simple.el (clone-buffer): Doc fix.
17580
17581 2004-03-18 Juanma Barranquero <lektu@terra.es>
17582
17583 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17584
17585 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17586
17587 * log-edit.el (log-edit-font-lock-keywords): New var.
17588 (log-edit-mode): Use it.
17589
17590 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17591
17592 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17593 properly for watching in speedbar.
17594
17595 2004-03-17 Masatake YAMATO <jet@gyve.org>
17596
17597 * smerge-mode.el (smerge-popup-context-menu):
17598 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17599
17600 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17601
17602 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17603 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17604 Take sealed revisions into account.
17605 (vc-arch-checkin): Extract a summary line from the message.
17606
17607 2004-03-16 Masatake YAMATO <jet@gyve.org>
17608
17609 * register.el (register): Provide `register' feature.
17610
17611 2004-03-15 Masatake YAMATO <jet@gyve.org>
17612
17613 Added context menu support in smerge mode.
17614 Most of the part is written by Stefan Monnier.
17615
17616 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17617 New keymap and menu.
17618 (smerge-text-properties): New function.
17619 (smerge-remove-props): New function.
17620 (smerge-popup-context-menu): New function.
17621 (smerge-resolve): Call `smerge-remove-props'.
17622 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17623 (smerge-keep-current): Ditto.
17624 (smerge-kill-current): New function.
17625 (smerge-match-conflict): Put text properties.
17626 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17627
17628 2004-03-15 David Ponce <david@dponce.com>
17629
17630 * ruler-mode.el (ruler-mode-left-fringe-cols)
17631 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17632 (ruler-mode-right-scroll-bar-cols): Remove.
17633 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17634 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17635 Use fringe-columns and scroll-bar-columns.
17636
17637 2004-03-15 Masatake YAMATO <jet@gyve.org>
17638
17639 * hl-line.el (hl-line-range-function): New variable.
17640 (hl-line-move): New function.
17641 (global-hl-line-highlight): Use `hl-line-move'.
17642 (hl-line-highlight): Ditto.
17643
17644 * scroll-bar.el (scroll-bar-columns):
17645 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17646
17647 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17648 (ruler-mode-left-fringe-cols)
17649 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17650 (ruler-mode-right-scroll-bar-cols)
17651 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17652 (ruler-mode-ruler-function): New variable.
17653 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17654 if the value for `ruler-mode-ruler-function'is given.
17655
17656 * hexl.el (hexl-mode-hook): Make the hook customizable.
17657 (hexl-address-area, hexl-ascii-area): New customize variables.
17658 (hexlify-buffer): Put font-lock-faces on the address area and
17659 the ascii area.
17660 (hexl-activate-ruler): New function.
17661 (hexl-follow-line): New function.
17662 (hexl-highlight-line-range): New function.
17663 (hexl-mode-ruler): New function.
17664
17665 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17668 (vc-default-find-file-hook): New fun.
17669 (vc-find-file-hook): Call new find-file-hook operation.
17670
17671 * vc-arch.el: New file.
17672
17673 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17674
17675 * info-look.el (info-lookup): Reuse an existing Info window.
17676
17677 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17678
17679 * woman.el (woman-preserve-ascii): Default value changed to t and
17680 doc string revised.
17681
17682 2004-03-12 Richard M. Stallman <rms@gnu.org>
17683
17684 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17685 Fix minor bug.
17686
17687 * replace.el (occur-engine): Change message for count of matches.
17688
17689 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17690 For strings, do compare text properties.
17691
17692 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17693
17694 * progmodes/compile.el (compile-auto-highlight)
17695 (compilation-error-list, compilation-old-error-list)
17696 (compilation-parse-errors-function, compilation-parsing-end)
17697 (compilation-error-message, compilation-directory-stack)
17698 (compilation-enter-directory-regexp-alist)
17699 (compilation-leave-directory-regexp-alist)
17700 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17701 (compilation-current-file, compilation-regexps): Remove vars.
17702
17703 (compile-error-at-point, compilation-error-filedata)
17704 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17705 (compilation-next-error-locus, compilation-forget-errors)
17706 (count-regexp-groupings, compilation-parse-errors)
17707 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17708
17709 (compile-internal): Make obsolete.
17710
17711 (compilation-first-column, compilation-error)
17712 (compilation-directory-matcher, compilation-page-delimiter)
17713 (compilation-mode-font-lock-keywords, compilation-debug)
17714 (compilation-error-face, compilation-warning-face)
17715 (compilation-info-face, compilation-line-face)
17716 (compilation-column-face, compilation-enter-directory-face)
17717 (compilation-leave-directory-face, compilation-skip-threshold)
17718 (compilation-skip-visited, compilation-context-lines): New vars.
17719
17720 (compilation-warning-face, compilation-info-face)
17721 (compilation-message-face): New faces.
17722
17723 (compilation-error-regexp-alist-alist): New constant.
17724
17725 (compilation-face, compilation-directory-properties)
17726 (compilation-assq, compilation-error-properties, compilation-start)
17727 (define-compilation-mode, compilation-loop)
17728 (compilation-set-window): New functions.
17729
17730 (compile): Additional argument for interactive compiles like TeX.
17731
17732 * progmodes/grep.el (kill-grep): Move here from compile.el
17733 (grep-error, grep-hit-face, grep-error-face)
17734 (grep-mode-font-lock-keywords): New variables.
17735 (grep-regexp-alist): Simplify regexp and add `binary' case.
17736 (grep-mode): New mode.
17737 (grep-process-setup): Simplify.
17738
17739 2004-03-11 Jason Rumney <jasonr@gnu.org>
17740
17741 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17742 letters on DOS/Windows.
17743
17744 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * server.el (server-name): New var.
17747 (server-socket-dir): New var to replace server-socket-name.
17748 (server-start): Use them.
17749
17750 2004-03-11 Simon Josefsson <jas@extundo.com>
17751
17752 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17753 died to avoid infloop. Reported by Jonathan Glauner
17754 <jglauner@sbum.org>.
17755
17756 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17759 (smerge-mode-menu): Use it to deactivate menu entries.
17760 (smerge-keep-current): New fun.
17761 (smerge-keep-current): Use it.
17762
17763 2004-03-10 John Paul Wallington <jpw@gnu.org>
17764
17765 * foldout.el (foldout-fold-list, foldout-modeline-string):
17766 Declare them as variables, not constants.
17767
17768 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17769
17770 * ps-print.el: Modification to print *Messages* buffer.
17771 (ps-print-version): New version 6.6.4.
17772 (ps-message-log-max): New fun.
17773 (ps-spool-without-faces, ps-spool-with-faces)
17774 (ps-count-lines-preprint): Code fix.
17775
17776 * printing.el: New tips in Tips section.
17777
17778 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17779
17780 * delim-col.el: Doc fix.
17781
17782 * printing.el: Doc fix. New doc section (Tips).
17783
17784 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * type-break.el (type-break-emacs-variant): Remove.
17787 (type-break-run-at-time, type-break-cancel-function-timers):
17788 Use fboundp rather than version name and number.
17789
17790 2004-03-09 Masatake YAMATO <jet@gyve.org>
17791
17792 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17793 `make-variable-buffer-local'.
17794
17795 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17796
17797 * find-dired.el (find-dired): Call `shell-command' instead of
17798 `start-process-shell-command'. By this, Tramp takes over
17799 handling of remote directories.
17800
17801 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * newcomment.el (comment-use-global-state): New var.
17804 (comment-search-forward): Use it.
17805
17806 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17807
17808 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17809
17810 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17811 (enable-kinsoku): Make it a defcustom.
17812 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17813 paragraph to same-comment-start-marker.
17814
17815 2004-03-07 Dave Love <fx@gnu.org>
17816
17817 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17818 (browse-url-mail): Use it.
17819
17820 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17821 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17822
17823 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17824
17825 * woman.el (woman-man.conf-path): Doc fix.
17826 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17827
17828 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17829
17830 * sort.el (sort-columns): Remove ms-dos from the list of systems
17831 where the external `sort' command is not used.
17832
17833 2004-03-07 Kim F. Storm <storm@cua.dk>
17834
17835 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17836 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17837 from overlay-arrow-variable-list.
17838 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17839
17840 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17841
17842 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17843 overlay arrow string properly for the assembler buffer.
17844
17845 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * mail/sendmail.el (mail-mode): Fix last change.
17848
17849 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17850
17851 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17852 for the assembler buffer.
17853 (gdb-assembler-custom): Position the overlay arrow.
17854 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17855
17856 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17857
17858 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17859
17860 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17861 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17862
17863 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17864
17865 * newcomment.el (uncomment-region): Allow non-terminated comment.
17866 (comment-normalize-vars): Check the user-specified comstart marker.
17867
17868 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17869
17870 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17871 Otherwise, do use it if the region only contains font-lock text
17872 properties.
17873
17874 2004-03-04 Masatake YAMATO <jet@gyve.org>
17875
17876 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17877 as the callback function for eldoc.
17878 (hexl-print-current-point-info): New function.
17879 (hexl-current-address): Print the address in both decimal
17880 and hexadecimal format.
17881
17882 2004-03-04 Richard M. Stallman <rms@gnu.org>
17883
17884 * mail/rmail.el (rmail-convert-to-babyl-format):
17885 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17886
17887 * mail/mail-utils.el (mail-unquote-printable-region):
17888 New arg UNIBYTE.
17889
17890 * startup.el (command-switch-alist): Doc fix.
17891
17892 * simple.el (undo): Temporarily set this-command to `undo-start',
17893 then set it to `undo' once undo-start returns without error.
17894
17895 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17896
17897 * simple.el (kill-line): Don't disregard trailing whitespace
17898 in eol condition, if show-trailing-whitespace is set.
17899
17900 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17901 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17902 When disabling, restore old values only if mouse-sel-has-been-enabled.
17903
17904 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17905 (isearch-{-char): New function.
17906 (isearch-mode-map): Bind { to isearch-{-char.
17907
17908 * font-lock.el (lisp-font-lock-keywords-2):
17909 Turn off the CL with-... and do-... general patterns.
17910 Instead, recognize several specific with... and do... constructs.
17911
17912 * files.el (switch-to-buffer-other-window):
17913 Bind same-window-buffer-names and same-window-regexps to nil.
17914 (switch-to-buffer-other-frame): Likewise.
17915
17916 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17919 recognizing leading comment on code line.
17920
17921 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17922
17923 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17924 hidden files/directories.
17925
17926 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17929 only comment-start (in case the mode hasn't set it).
17930
17931 * Makefile.in (AUTOGENEL): New var.
17932 (bootstrap-prepare): Rename from bootstrap-clean.
17933 Don't remove elc files.
17934 (maintainer-clean): New target.
17935
17936 * xml.el (xml-get-attribute-or-nil): Simplify.
17937
17938 2004-03-02 Juri Linkov <juri@jurta.org>
17939
17940 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17941 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17942 URL to prevent their substitution with the environment variable
17943 values by browsers.
17944
17945 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17946
17947 * ps-print.el: Doc fix.
17948 (ps-print-version): New version number (6.6.3).
17949 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17950 Docstring fix.
17951 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17952 before printing.
17953 (ps-time-stamp-yyyy-mm-dd): New fun.
17954 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17955
17956 2004-03-02 Kim F. Storm <storm@cua.dk>
17957
17958 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17959
17960 2004-03-01 Juanma Barranquero <lektu@terra.es>
17961
17962 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17963
17964 * desktop.el (desktop-file-version)
17965 (desktop-after-read-hook): Fix typos.
17966 (desktop-clear-preserve-buffers): Remove redundant info in
17967 docstring already shown by the obsolescence message.
17968 (desktop-truncate, desktop-internal-v2s)
17969 (desktop-value-to-string): Change argument name to match docstring.
17970
17971 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17972
17973 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17974 docstring.
17975
17976 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17977
17978 * printing.el: Replace "As Is..." in PostScript file print/preview by
17979 "No Preprocessing...". Suggested by Colin Marquardt
17980 <_marquardt_@zmd.de>.
17981 (pr-insert-section-4): Adjust buffer interface.
17982
17983 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17984
17985 Version 2.0.39 of Tramp released.
17986
17987 * net/tramp.el (tramp-handle-file-local-copy)
17988 (tramp-handle-write-region, tramp-open-connection-rsh):
17989 Variable name typo. Small change. From Patrick Tullmann
17990 <tullmann@flux.utah.edu>.
17991 (tramp-process-connection-type): New variable.
17992 (tramp-maybe-open-connection): Use it.
17993 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17994 (tramp-touch): Set last-modified time of a remote file.
17995 (tramp-handle-write-region): Say which function is used when encoding.
17996
17997 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17998
17999 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
18000 case of non-existing filename, too. Reported by Christoph Bauer
18001 <c_bauer@informatik.uni-kl.de>.
18002 (tramp-smb-get-file-entries): The directory in question should
18003 have permissions "drwxrwxrwx". Just virtual, because we don't
18004 know the real permissions. Don't we know?
18005 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
18006 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
18007 (tramp-smb-wait-for-output): Optimize algorithm getting pending
18008 output. If it was received chunkwise, there have been problems.
18009 Remove the "prompt not found" error message; it is obvious.
18010 Simplify algorithm.
18011 (tramp-smb-process-running): Remove. Since we acknowledge the
18012 virtual prompt for shares, there's no need for distinction of
18013 reading shares (process ends afterwards) and interactive mode of
18014 smblient.
18015 (tramp-smb-open-connection): Setting process sentinel removed.
18016 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
18017 "NT_STATUS_NETWORK_ACCESS_DENIED".
18018 (tramp-smb-maybe-open-connection): Set `process-connection-type'
18019 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
18020 (top-level): Setting default value in `tramp-default-method-alist'
18021 corrected. Order of USER and HOST have been wrong.
18022 Nobody complained for months ...
18023 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
18024 (tramp-smb-open-connection): Clear password cache if login has failed.
18025
18026 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
18027 `tramp-unified-filenames'.
18028 (tramp-completion-mode): Make test for XEmacs explicitely.
18029 `event-to-character' can exists in Emacs packages too.
18030 Reported by Matt Swift <swift@alum.mit.edu>.
18031 (tramp-buffer-name): Buffer name must contain the user if exists.
18032 Reported by Adrian Phillips <a.phillips@met.no>.
18033 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
18034 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
18035 (tramp-do-copy-or-rename-file-out-of-band): Rename from
18036 `tramp-do-copy-or-rename-file-one-local', because it handles also
18037 the case both files use the same out-of-band method.
18038 Implementation added.
18039 (tramp-handle-file-local-copy, tramp-handle-write-region):
18040 Out-of-band handling removed. `copy-file' called instead, which
18041 calls `tramp-do-copy-or-rename-file-out-of-band'.
18042 (tramp-action-password): Check for out-of-band method removed.
18043 This function is used for 'login-program.
18044 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
18045 appropriate.
18046 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
18047 and `tramp-parse-sknownhosts'.
18048 (tramp-completion-function-alist): It's a defvar now, because we
18049 want to apply the optimized `tramp-set-completion-function'
18050 instead of a static list.
18051 (tramp-set-completion-function): Implementation tuned.
18052 Avoid double entries, and entries where the function or the
18053 file/directory doesn't exist.
18054 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
18055 for SSH2.
18056 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
18057 (tramp-handle-dired-compress-file): New function.
18058 (tramp-async-proc): New variable.
18059 (tramp-handle-shell-command): Adding asynchronous processes.
18060 They are far from being perfect, but it works at least for
18061 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
18062 (top-level): Require password.el if visible. Should be mandatory
18063 once No Gnus has found its way into (X)Emacs.
18064 (tramp-read-passwd): Invoke `password-read' if available,
18065 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
18066 fallback any longer.
18067 (tramp-clear-passwd): New function.
18068 (tramp-process-actions, tramp-process-multi-actions):
18069 Clear password cache if login has failed.
18070
18071 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
18072 its own module.
18073 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
18074 `ange-ftp-ftp-name-res'. There could be incorrect values from
18075 previous calls in case the "ftp" method is used in the Tramp file
18076 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18077
18078 2004-02-28 Richard M. Stallman <rms@gnu.org>
18079
18080 * term.el (term-mouse-paste): Call mouse-set-point.
18081
18082 * thumbs.el: New file.
18083
18084 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18085
18086 * progmodes/ebnf-abn.el: Doc fix.
18087
18088 * progmodes/ebnf-bnf.el: Doc fix.
18089 (ebnf-repeat): Code fix.
18090
18091 * progmodes/ebnf2ps.el: Doc fix.
18092 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
18093
18094 2004-02-28 Juri Linkov <juri@jurta.org>
18095
18096 * ffap.el (dired-at-point): Additional writability test for
18097 relative directory names.
18098 (dired-at-point-prompter): Treat directories as a directory, get
18099 the directory component from files.
18100 (ffap-string-at-point): Return string from region if region is active.
18101 (ffap-file-at-point): Remove redundant code.
18102
18103 2004-02-28 Kim F. Storm <storm@cua.dk>
18104
18105 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
18106 Initialize margin area images to nil.
18107 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
18108 (breakpoint-enabled-bitmap-face)
18109 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
18110 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
18111 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
18112 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18113 (gdb-reset): Use gdb-remove-breakpoint-icons.
18114 (gdb-put-string): Add dprop arg to specify alternative display
18115 property (for setting fringe bitmap).
18116 (gdb-remove-strings): Doc fix.
18117 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18118 icon in fringe (if available), or else as icon or text in display
18119 margin. Creates necessary icons in breakpoint-bitmap,
18120 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18121 Also make left window margin if required.
18122 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18123 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18124 no longer needed.
18125 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18126 gdb-put-breakpoint-icon.
18127 (gdb-assembler-mode): Don't set left-margin-width here.
18128
18129 2004-02-27 Kevin Ryde <user42@zip.com.au>
18130
18131 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18132 comma, so that it DTRT in macros.
18133
18134 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18135
18136 * progmodes/sh-script.el (sh-shell-arg)
18137 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18138 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18139
18140 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18141
18142 * faces.el (face-spec-set-match-display): Add a new attribute,
18143 `min-colors'.
18144 (region, highlight, secondary-selection): Use `min-colors'.
18145
18146 * custom.el (defface): Add documentation for `min-colors'.
18147
18148 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18149 (font-lock-keyword-face, font-lock-function-name-face)
18150 (font-lock-variable-name-face, font-lock-constant-face):
18151 Use `min-colors'.
18152
18153 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18154
18155 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18156
18157 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18158 define assq-delete-all if it's not defined.
18159 (ebnf-generate-region): Code fix.
18160
18161 * printing.el: Doc fix.
18162 (pr-version): New version number (6.7.2).
18163 (pr-command): Return empty string if command is an empty string.
18164
18165 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18166
18167 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18168
18169 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18170 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18171 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18172 "tt" ["test"] ). Reported by Markus Dreyer
18173 <mdreyer@ix.urz.uni-heidelberg.de>.
18174 (ebnf-version): New version number (4.0).
18175 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18176 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18177 (ebnf-delete-style): New commands.
18178 (ebnf-directory, ebnf-file): New funs.
18179 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18180 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18181 (ebnf-syntax-alist): New var.
18182 (ebnf-element-width): New fun replacing ebnf-list-width.
18183 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18184 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18185 (ebnf-prologue): Adjust vars.
18186 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18187 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18188 (ebnf-check-style-values, ebnf-generate-production)
18189 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18190 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18191 (ebnf-token-repeat): Code fix.
18192
18193 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18194 %right, %left and %prec. Suggested by Matthew K. Junker
18195 <junker@alum.mit.edu>.
18196 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18197
18198 * progmodes/ebnf-iso.el: Doc fix.
18199 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18200 (ebnf-iso-lex): Code fix.
18201
18202 * progmodes/ebnf-bnf.el: Doc fix.
18203 (ebnf-bnf-lex): Code fix.
18204
18205 * progmodes/ebnf-otz.el: Doc fix.
18206
18207 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18208
18209 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18210 (abbrev-prefix-mark): Doc fix.
18211
18212 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18213
18214 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18215 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18216 (gdb-var-delete): Make interactive (really).
18217 (gdb-edit-value): Make non-interactive.
18218
18219 * progmodes/gud.el (gud-speedbar-menu-items):
18220 Add gdb-var-delete and, indirectly, gdb-edit-value.
18221 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18222 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18223 (gud-gdb-marker-filter): Add comment for annotations.
18224
18225 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18226
18227 * calendar/calendar.el (generate-calendar)
18228 (calendar-read-date): Prevent display of BC calendars once more -
18229 reverts 2003-10-01 change.
18230 (generate-calendar-month): Doc fix.
18231
18232 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18233
18234 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18235 return value of increment-calendar-month.
18236
18237 2004-02-21 Stephen Compall <s11@member.fsf.org>
18238
18239 * saveplace.el (save-place-forget-unreadable-files)
18240 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18241 (save-place-forget-unreadable-files): New function.
18242 (save-place-alist-to-file): Use it to filter out files that are
18243 no longer readable.
18244
18245 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18246 current Texinfo environment, using the same method as in
18247 `texinfo-insert-@end', and insert a space rather than a newline if
18248 point in a @table environment.
18249
18250 2004-02-21 Juri Linkov <juri@jurta.org>
18251
18252 * ffap.el (ffap-file-at-point): Try parent directories.
18253
18254 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18255
18256 * vcursor.el (vcursor-modifiers): New defcustom.
18257 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18258 hard-coded list.
18259
18260 2004-02-21 Masatake YAMATO <jet@gyve.org>
18261
18262 * play/animate.el (animate-birthday-present): Accept names other
18263 than `Sarah', too.
18264
18265 2004-02-21 Juri Linkov <juri@jurta.org>
18266
18267 * startup.el: Remove table of command line arguments from the
18268 Commentary section.
18269
18270 2004-02-20 John Wiegley <johnw@newartisans.com>
18271
18272 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18273 again" modifier from 'e' to 'E', since 'e' is also used by the
18274 "file extension" modifier.
18275
18276 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18277
18278 * help-fns.el (describe-categories): Doc fix.
18279
18280 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18281
18282 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18283 temporary file for buffer already visiting one. This change makes
18284 output likely to be directly usable by patch program.
18285 Suggested by Adrian Aichner <adrian@xemacs.org>
18286
18287 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18288
18289 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18290 case of variables defined in compound statements.
18291 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18292 Simplify constructions using switch-to-buffer.
18293
18294 2004-02-19 Simon Josefsson <jas@extundo.com>
18295
18296 * play/morse.el: Fix typo.
18297 (morse-code): Add @.
18298
18299 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18300
18301 * calendar/appt.el (appt-display-format): Change default to
18302 'ignore, for backwards compatibility.
18303 (appt-display-message): If appt-display-format is 'ignore,
18304 respect old vars appt-msg-window and appt-visible.
18305 (appt-activate): Don't depend on return value of cancel-timer.
18306
18307 * calendar/calendar.el (calendar-holidays): Doc fix.
18308
18309 * calendar/cal-coptic.el (coptic-prompt-for-date):
18310 Use assoc-string instead of assoc-ignore-case.
18311 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18312 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18313 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18314 * calendar/cal-islam.el (calendar-goto-islamic-date)
18315 (mark-islamic-diary-entries): Ditto.
18316 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18317 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18318 (calendar-read-mayan-tzolkin-date): Ditto.
18319 * calendar/calendar.el (calendar-read-date): Ditto.
18320 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18321
18322 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18323
18324 * progmodes/executable.el (executable-command-find-posix-p):
18325 Fix choice of the directory.
18326
18327 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18328
18329 * simple.el (interprogram-cut-function)
18330 (interprogram-paste-function, kill-new, kill-append):
18331 Doc fixes.
18332 (kill-region): Make it return nil. Doc fix.
18333 (yank-pop): Make its argument optional.
18334 (yank): Make ARG `-' equivalent to `-1'.
18335
18336 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18337
18338 * mail/rmail.el (rmail-get-new-mail): Don't reference
18339 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18340
18341 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18342
18343 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18344 if one of global-auto-revert-non-file-buffers or autorevert-mode
18345 is non-nil.
18346
18347 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18348
18349 * subr.el (delete-dups): A better implementation from Karl Heuer
18350 <kwzh@gnu.org>.
18351
18352 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18353
18354 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18355 correct place.
18356 * progmodes/icon.el (icon-indent-command): Ditto.
18357 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18358
18359 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18360
18361 * progmodes/grep.el (grep-compute-defaults): Undo change from
18362 2004-01-29: don't use executable-command-find-posix-p.
18363
18364 2004-02-16 Richard Sharman <rsharman@pobox.com>
18365
18366 * hilit-chg.el: Use require instead of eval-and-compile.
18367 (highlight-compare-buffers): New function.
18368
18369 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18370
18371 * man.el (Man-fontify-manpage): Render section headings in
18372 `Man-overstrike-face' even when overstrike was not used by man
18373 formatter for section headings.
18374
18375 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18376
18377 * rmail-spam-filter.el (vm-use-spam-filter)
18378 (rsf-min-region-length-added-to-spam-list): New variables.
18379 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18380 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18381 spam testing. Don't delete spam message if automatic deletion
18382 after output via variable rmail-delete-after-output is turned on.
18383 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18384 rsf-bbdb-dont-create-entries-for-spam.
18385 (check-field): New function, extracted from code in
18386 rmail-spam-filter to ease addition of header fields like content-type.
18387 (message-content-type): New variable to check the content-type:
18388 field added, also in defcustom of rsf-definitions-alist.
18389 (rmail-spam-filter): Replace repeated test code for header fields
18390 by calls to check-field; change the call to
18391 rmail-output-to-rmail-file such that rmail-current-message stays
18392 the same to avoid wrong deletion of unseen flags.
18393 (rsf-add-contents-type): New function to convert old format
18394 of rmail-spam-definitions-alist into new one.
18395 Change prefixes of all variables and functions from
18396 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18397
18398 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18399
18400 * loadhist.el (unload-hook-features-list): New defvar.
18401
18402 2004-02-16 Dave Love <fx@gnu.org>
18403
18404 * loadhist.el (unload-feature): Doc fix. Rename flist to
18405 unload-hook-features-list.
18406
18407 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18408
18409 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18410 cookie. Don't check if we are looking-at open-formula.
18411
18412 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18413
18414 * subr.el (match-string-no-properties): Use substring-no-properties.
18415
18416 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18417
18418 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18419 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18420 Use lower-case "rx" in all error message.
18421
18422 2004-02-16 Dave Love <fx@gnu.org>
18423
18424 * emacs-lisp/rx.el (rx-or): Put group around result.
18425 (rx-constituents): Add backref.
18426 (rx-syntax): Add string-delimiter, comment-delimiter.
18427 (rx-categories): Add combining-diacritic.
18428 (rx-check-not, rx-greedy, rx): Doc fix.
18429 (rx-backref, rx-check-backref): New.
18430
18431 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18432
18433 * newcomment.el (uncomment-region): Allow eob as comment end.
18434
18435 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18436
18437 * filecache.el: All message and error commands now use prefix
18438 "Filecache:" to make it easy to read *Messages* buffer.
18439
18440 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18441
18442 * autorevert.el: Add support to detect changed dired and VC buffers.
18443 (auto-revert-active-p, auto-revert-list-diff)
18444 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18445 (auto-revert-handler, auto-revert-active-p): New functions.
18446 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18447 and `auto-revert-active-p'.
18448 (eval-when-compile): Defvar dired-directory and vc-mode.
18449 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18450 (auto-revert-handler-vc): New functions.
18451
18452 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18453
18454 * progmodes/compile.el (compilation-directory): New defvar.
18455 (compile): Save current directory in compilation-directory.
18456 (recompile): Bind default-directory to compilation-directory if
18457 that is non-nil.
18458
18459 2004-02-16 Dave Love <fx@gnu.org>
18460
18461 * newcomment.el (comment-insert-comment-function)
18462 (comment-region-function, uncomment-region-function): New.
18463 (comment-indent): Use comment-insert-comment-function.
18464 (uncomment-region): Use uncomment-region-function.
18465 (comment-region): Use comment-region-function.
18466
18467 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18468
18469 2004-02-16 Richard Stallman <rms@gnu.org>
18470
18471 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18472 loaddefs* and ldefs-boot*.
18473
18474 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18475
18476 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18477 and email address at the beginning and end of the address.
18478
18479 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18480 anchored at the beginning of the email address.
18481
18482 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18483
18484 * international/ccl.el (ccl-compile-write): Pass `left' to
18485 ccl-embed-code to generate correct code of write-expr-register.
18486
18487 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18488
18489 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18490
18491 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18492
18493 * x-dnd.el: Mention support for Motif in commentary.
18494 (x-dnd-handle-drag-n-drop-event): Ditto.
18495
18496 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18497
18498 * ses.el: Use "ses--" prefixes for buffer-local variables.
18499 Use (point-min) instead of 1, even when we know the buffer
18500 is unnarrowed.
18501 (ses-build-load-map): Delete. Distribute its content to defconst's for
18502 the three maps.
18503 (ses-menu, ses-header-line-menu): New menus.
18504 (ses-mode-map): Use them.
18505 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18506
18507 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18508
18509 * Makefile.in: Fix the CC Mode recompile kludge so it works
18510 when building in a different directory.
18511
18512 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18513
18514 * simple.el (kill-new): Put yank-handler property on the entire string.
18515
18516 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * diff.el: Don't use compile any more, use diff-mode instead.
18519 (diff-regexp-alist, diff-old-file, diff-new-file)
18520 (diff-parse-differences, diff-process-setup): Remove.
18521 (diff-sentinel): New fun.
18522 (diff): Use it. Run the process ourselves.
18523 Use diff-mode for the rest of the processing.
18524
18525 * diff.el (diff): Simplify code handling `switch'.
18526
18527 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18528
18529 * pcvs-defs.el (cvs-menu): Add `tag'.
18530
18531 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18532
18533 * simple.el (kill-append): Doc fix.
18534
18535 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18536 Adapt outline-regexp to the new conventions for commenting out code.
18537
18538 2004-02-11 John Paul Wallington <jpw@gnu.org>
18539
18540 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18541
18542 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * diff.el (diff-switches): New fun.
18545 (diff, diff-backup): Use it.
18546 (diff): Clean up the args construction. Use backquote.
18547 Use listp instead of consp to avoid putting a nil arg.
18548 (diff): Add a revert-buffer function.
18549
18550 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18551
18552 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18553 handled by x-dnd-handle-file-name.
18554 (x-dnd-known-types): Add COMPOUND_TEXT.
18555 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18556 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18557 x-dnd-empty-state.
18558 (x-dnd-forget-drop): Ditto.
18559 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18560 (x-dnd-handle-one-url): Return private when inserting text.
18561 (x-dnd-insert-ctext): New function.
18562 (x-dnd-handle-file-name): New function for FILE_NAME.
18563 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18564 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18565 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18566
18567 2004-02-10 Kenichi Handa <handa@m17n.org>
18568
18569 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18570 instead of while loop.
18571
18572 2004-02-10 Miles Bader <miles@gnu.org>
18573
18574 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18575
18576 2004-02-09 Kenichi Handa <handa@m17n.org>
18577
18578 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18579 have end-of-line.
18580
18581 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18582
18583 * Makefile.in: Added extra dependencies in the recompile target
18584 needed to cope with the compile time macro expansions in CC Mode.
18585
18586 2004-02-09 Kim F. Storm <storm@cua.dk>
18587
18588 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18589 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18590 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18591 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18592 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18593 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18594 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18595 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18596 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18597 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18598 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18599
18600 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18601
18602 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18603 Don't allow shrink if there's a window on our right.
18604
18605 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18606 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18607 Bring together declaration and initialization.
18608 (prolog-mode-variables): Don't set the syntax table.
18609 Don't set paragraph-start and comment-indent-function.
18610 Add /*..*/ to the comment regexps.
18611 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18612 (prolog-mode-map): Don't bind TAB.
18613 (prolog-mode): Set the syntax table.
18614 (prolog-comment-indent): Remove.
18615 (inferior-prolog-mode-map): Initialize in the declaration.
18616 (inferior-prolog-mode-syntax-table)
18617 (inferior-prolog-mode-abbrev-table): New vars.
18618 (inferior-prolog-mode): Derive from comint-mode.
18619 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18620 minibuffer windows.
18621
18622 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18623 in file names, as long as it is unabmiguous.
18624
18625 2004-02-08 Andreas Schwab <schwab@suse.de>
18626
18627 * textmodes/reftex-toc.el
18628 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18629 format. Doc fix.
18630
18631 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18632 format string arguments.
18633
18634 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18635 string argument.
18636
18637 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18638
18639 * play/zone.el (zone-call): Fix format string.
18640
18641 * net/webjump.el (webjump-builtin): Add missing format string argument.
18642
18643 * midnight.el (midnight-delay-set): Remove extra format string argument.
18644
18645 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18646
18647 * hexl.el (hexl-insert-char): Add missing format string argument.
18648
18649 * format.el (format-decode): Fix format string.
18650
18651 * emulation/vi.el (vi-mode): Remove extra format string argument.
18652 (vi-repeat-last-search): Likewise.
18653 (vi-reverse-last-search): Likewise.
18654 (vi-goto-mark): Likewise.
18655 (vi-reverse-last-find-char): Likewise.
18656 (vi-repeat-last-find-char): Likewise.
18657 (vi-locate-def): Likewise.
18658
18659 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18660
18661 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18662 string argument.
18663 (ediff-toggle-regexp-match): Likewise.
18664
18665 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18666 format string argument.
18667
18668 * calc/calc-map.el (calc-get-operator): Remove extra format
18669 string argument.
18670
18671 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18672
18673 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18674 string argument.
18675
18676 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18677
18678 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18679
18680 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18681
18682 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18683 (cl-struct-setf-expander): Likewise.
18684
18685 * vc.el (with-vc-file): Fix unsafe uses of error.
18686 (vc-cancel-version): Likewise.
18687
18688 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18689
18690 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18691 thousands separator; fixes <class>:<line-number> regexp for
18692 non-english locales.
18693
18694 2004-02-08 Andreas Schwab <schwab@suse.de>
18695
18696 * view.el (view-mode-enable): Revert previous change.
18697
18698 2004-02-07 Kim F. Storm <storm@cua.dk>
18699
18700 * simple.el (line-number-at-pos): Rename from line-at-pos.
18701 Uses changed (what-line and vc-annotate-warp-version).
18702
18703 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18704
18705 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18706 (diff-mode): Remove aborted attempt at support for compile.el.
18707 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18708
18709 2004-02-06 Andreas Schwab <schwab@suse.de>
18710
18711 * view.el (view-mode-enable): Add view-mode-map to
18712 minor-mode-overriding-map-alist.
18713
18714 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18715
18716 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18717
18718 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18719
18720 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18721 with point inside rather than after the paragraph.
18722
18723 2004-02-04 Sam Steingold <sds@gnu.org>
18724
18725 * mail/smtpmail.el (smtpmail-try-auth-methods):
18726 Do not try authentication when no mechanism is available.
18727 Pass port-name as defaultport to `netrc-machine'.
18728
18729 2004-02-04 Stephen Eglen <stephen@gnu.org>
18730
18731 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18732 to show how minibuffer height can be constrained.
18733
18734 2004-02-04 John Paul Wallington <jpw@gnu.org>
18735
18736 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18737
18738 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18739
18740 * x-dnd.el: New file for drag and drop.
18741
18742 * term/x-win.el: require x-dnd, set after-make-frame-functions
18743 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18744 drag-n-drop event.
18745
18746 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18747 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18748 (dired-dnd-handle-file): New functions for drag and drop support.
18749 (dired-mode): Initialize drag and drop if x-dnd present.
18750
18751 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18754 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18755 (cperl-mode): Set fill-paragraph-function.
18756 (cperl-fill-paragraph): Make it non-interactive.
18757
18758 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18759
18760 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18761
18762 2004-02-02 David Kastrup <dak@gnu.org>
18763
18764 * replace.el (perform-replace): Allow 'literal argument in
18765 regexp-flag to indicate literal replacement.
18766 (query-replace-regexp-eval): Use it.
18767
18768 2004-02-01 Andreas Schwab <schwab@suse.de>
18769
18770 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18771
18772 2004-02-01 Stephen Eglen <stephen@gnu.org>
18773
18774 * info-look.el: Add support for maxima-mode. Update commentary
18775 because info-lookup-symbol is now bound to C-h S.
18776
18777 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18778
18779 * simple.el (edit-and-eval-command): Bind print-level and
18780 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18781 Correct initial position in command-history.
18782
18783 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18784
18785 * files.el (read-directory-name): Adapt the docstring to recent
18786 change in Fread_file_name.
18787
18788 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18789
18790 * ses.el (ses-print-cell): If print format too wide for column
18791 width, truncate decimal places if that helps to avoid "#####" fill.
18792 * ses.el (ses-initial-column-width): Revert previous change.
18793
18794 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18795
18796 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18797 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18798 Add edebug info.
18799 (jit-lock-mode): Setup/cancel the new timer.
18800 (jit-lock-context-fontify): New fun. Extracted from
18801 context fontification code of jit-lock-stealth-fontify.
18802 (jit-lock-stealth-fontify): Don't do context fontification any more.
18803
18804 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18805 (jit-lock-fontify-now): Handle the `quit' case.
18806 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18807
18808 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18809
18810 * progmodes/executable.el (executable-command-find-posix-p):
18811 New. Check if find handles arguments Posix-style.
18812
18813 * progmodes/grep.el (grep-compute-defaults):
18814 Use executable-command-find-posix-p.
18815 (grep-find): Check `grep-find-command'.
18816
18817 * filecache.el (file-cache-find-posix-p): Delete.
18818 (file-cache-add-directory-using-find):
18819 Use `executable-command-find-posix-p'.
18820
18821 2004-01-29 Dave Love <fx@gnu.org>
18822
18823 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18824 Iterate the hook function if arg is given.
18825 (mark-defun, narrow-to-defun): Change order of finding the limits.
18826
18827 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18828 (byte-compile-format-warn): New.
18829 (byte-compile-callargs-warn): Use it.
18830 (Format, message, error): Add byte-compile-format-like property.
18831 (byte-compile-maybe-guarded): New.
18832 (byte-compile-if, byte-compile-cond): Use it.
18833 (byte-compile-lambda): Compile interactive forms,
18834 just to make warnings about them.
18835
18836 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18837
18838 * ses.el (ses-initial-column-width): Increase to 14, so it will
18839 work well with the default printer of "%.7g" for extreme values
18840 like "-1.234567e+07".
18841
18842 2004-01-29 Kenichi Handa <handa@m17n.org>
18843
18844 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18845
18846 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18847
18848 * dos-w32.el: Added support for the `default-printer-name' function.
18849
18850 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 * server.el (server-socket-name): Don't use the hostname in the
18853 socket name since /tmp is local to the host anyway.
18854
18855 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18856 robust check of widening and fix var-naming.
18857
18858 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18859
18860 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18861 or rmail-spam- to rsf- in all function and variable names.
18862 (rsf-min-region-to-spam-list): New variable.
18863 (rsf-bbdb-auto-delete-spam-entries): Rename from
18864 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18865 scanned together with the recipients field for spam testing; Don't
18866 delete spam message if rmail-delete-after-output is non-nil;
18867 (rsf-check-field): New function, extracted from code in
18868 rmail-spam-filter to ease addition of header fields like
18869 content-type:;
18870 (message-content-type): New variable. The content-type: field was
18871 added also in defcustom of rsf-definitions-alist;
18872 (rmail-spam-filter): Replace repeated test code for header fields
18873 by calls to check-field; change the call to
18874 rmail-output-to-rmail-file such that rmail-current-message stays
18875 the same to avoid wrong deletion of unseen flags.
18876 (rmail-use-spam-filter): Add autoload cookie.
18877
18878 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18879
18880 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18881 (file-cache-add-directory-using-find): Add Cygwin support.
18882 (file-cache-find-command-posix-flag): New user variable.
18883
18884 * filecache.el (file-cache-add-directory): Check for
18885 directories an remove them from dir-files.
18886
18887 2004-01-27 Richard M. Stallman <rms@gnu.org>
18888
18889 * man.el (Man-fontify-manpage): Clean up message.
18890
18891 2004-01-27 Kenichi Handa <handa@m17n.org>
18892
18893 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18894 (sentence-end): Define using sentence-end-without-space.
18895
18896 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18897 a sentence ends with one of a character in sentence-end-without-space.
18898
18899 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18900
18901 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18902 (jit-lock): Group declaration moved to jit-lock.el.
18903 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18904 when necessary.
18905
18906 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18907 (jit-lock-context-unfontify-pos): Rename from
18908 jit-lock-first-unfontify-pos.
18909 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18910
18911 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18912
18913 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18914 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18915 (fortran-fill): When filling a string, adjust re-search-backward
18916 argument for special case of string just on fill-column.
18917 When filling non-string, allow one extra char if
18918 fortran-break-before-delimiters is non-nil.
18919 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18920 Use fortran-break-delimiters-re and fortran-no-break-re to
18921 correctly handle cases such as "**".
18922
18923 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18924 (f90-no-break-re): Add some extra tokens. Doc fix.
18925
18926 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18927
18928 * mail/rmail-spam-filter.el:
18929 Use two semicolons as Commentary line prefix.
18930 Add ";;; Code:" stylized comment.
18931 Delete end-of-line whitespace.
18932 Wrap (require 'cl) with `eval-when-compile'.
18933
18934 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18935
18936 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18937 at the top level of vc.el.
18938
18939 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18940
18941 * vc.el (vc-current-line): Function removed. This is now done by
18942 the new function line-at-pos in simple.el.
18943 (vc-annotate-warp-version): Use line-at-pos instead of
18944 vc-current-line.
18945
18946 2004-01-22 Kim F. Storm <storm@cua.dk>
18947
18948 * simple.el (line-at-pos): New defun.
18949 (what-line): Use it. Optimize by only counting lines in narrowed
18950 region once.
18951
18952 2004-01-22 Kenichi Handa <handa@m17n.org>
18953
18954 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18955 point (register r1) only for charset mule-unicode-0100-24ff.
18956
18957 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18958
18959 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18960 trailing white space and ensure a final newline.
18961
18962 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18963 Add autoload cookie.
18964
18965 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18966
18967 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18968 activate view-mode explicitly.
18969
18970 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18971
18972 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18973 menu-bar-enable-clipboard and make Paste use clipboard first.
18974
18975 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18978 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18979 (vc-mcvs-cvs): Remove.
18980 (vc-mcvs-command): Remove use of assert.
18981
18982 * outline.el (outline-insert-heading): Tighten up match.
18983 (outline-demote, outline-move-subtree-down): Don't assume anything
18984 about outline-regexp.
18985
18986 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18987 (texinfo-show-structure): Explicitly add ^, and simplify.
18988
18989 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18990
18991 * calendar/appt.el (appt-check): Restore usage of
18992 appt-issue-message deleted in previous change.
18993 (top-level): Activate package when loaded (needed for backwards
18994 compatibility).
18995
18996 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18997
18998 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18999 following previous change to smtpmail-send-data.
19000
19001 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
19002
19003 * vc.el (vc-default-previous-version): Doc enhancement.
19004 (vc-default-next-version): New function.
19005 (vc-print-log): New arg FOCUS-REV.
19006 (vc-annotate-mode): Derive from view-mode.
19007 (vc-annotate): New args REVISION, DISPLAY-MODE.
19008 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
19009 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
19010 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
19011 (vc-annotate-show-diff-revision-at-line, vc-current-line)
19012 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
19013
19014 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
19015
19016 2004-01-19 Karl Berry <karl@gnu.org>
19017
19018 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
19019 or "TexInfo".
19020
19021 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
19022
19023 * subr.el (delete-dups): New function.
19024
19025 2004-01-19 Karl Berry <karl@gnu.org>
19026
19027 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
19028 with ^, since that's what texinfo-show-structure
19029 documentation says (plus it works much better in texinfo.txi).
19030
19031 2004-01-18 Jesper Harder <harder@ifa.au.dk>
19032
19033 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
19034
19035 2004-01-18 David Ponce <david@dponce.com> (tiny change)
19036
19037 * progmodes/which-func.el (which-function-mode): Don't cancel
19038 which-func-update-timer if not set.
19039
19040 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
19041
19042 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
19043 Remove spurious left square bracket in XX:XXam regexp.
19044
19045 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
19046
19047 * progmodes/cc-defs.el: Do not require cl at run time.
19048
19049 2004-01-16 Richard M. Stallman <rms@gnu.org>
19050
19051 * emacs-lisp/cl.el (cl-cannot-unload): New function.
19052 (cl-unload-hook): Defvar this to run cl-cannot-unload.
19053
19054 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
19055 Call rmail-spam-filter. Delete and expunge spam.
19056 Print number of spam messages deleted.
19057 Save and restore the deletion status of old messages when reading
19058 new mail with spam filter, so that expunging spam does not expunge
19059 msgs deleted by the user.
19060 (rmail-only-expunge): Add an optional argument dont-show to
19061 prevent showing message after expunge.
19062
19063 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
19064
19065 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
19066 * subr.el (declare): New macro.
19067
19068 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
19069
19070 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
19071
19072 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
19073
19074 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19075 Test window-system rather than system-type (for X11/Mac).
19076
19077 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
19078
19079 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
19080
19081 2004-01-12 Richard M. Stallman <rms@gnu.org>
19082
19083 * mail/rmail.el (rmail-convert-to-babyl-format):
19084 Use mail-unquote-printable-region.
19085 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
19086 (rmail-hex-char-to-integer): Functions deleted.
19087
19088 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
19089 (mail-unquote-printable-region): New arg NOERROR.
19090 For invalid encoding, either signal an error to just return nil.
19091
19092 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19093
19094 * calendar/appt.el: Update copyright and commentary.
19095 (appt-issue-message): Make obsolete.
19096 (appt-visible, appt-msg-window): Make obsolete, in favour of
19097 appt-display-format.
19098 (appt-display-mode-line, appt-display-duration)
19099 (appt-display-diary, appt-time-msg-list, appt-mode-string)
19100 (appt-prev-comp-time, appt-display-count, appt-timer)
19101 (appt-convert-time): Doc change.
19102 (appt-disp-window-function, appt-delete-window-function):
19103 Use defcustom rather than defvar.
19104 (appt-display-format): New variable.
19105 (appt-display-message): New function with display code from appt-check.
19106 (appt-check): Add optional FORCE argument. Doc change.
19107 Add appt-make-list to diary-hook if displaying diary.
19108 Remove checking of view-diary-entries-initially.
19109 Message display section removed to new function appt-display-message.
19110 (appt-display-window): Doc change. Remove unused internal var
19111 this-buffer. Do not beep, since appt-display-message does that.
19112 (appt-make-list): Doc change. Use caar.
19113 (appt-sort-list): Simplify by using builtin sort function.
19114 (appt-update-list): New function for updating appts when diary is
19115 saved.
19116 (appt-activate): New autoloaded function to toggle package
19117 functionality.
19118
19119 * calendar/cal-x.el: (calendar-one-frame-setup)
19120 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19121
19122 * calendar/calendar.el: Update copyright.
19123 (view-diary-entries-initially, european-calendar-style): Doc change.
19124 (calendar-setup): Make defcustom rather than defvar.
19125 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19126 in let binding so local to function.
19127
19128 * calendar/diary-lib.el: Update copyright.
19129 (diary, diary-entry-time): Doc change.
19130 (list-diary-entries): Doc change. Trivial logic change.
19131 (fancy-diary-display): Restore make-face command mistakenly
19132 deleted 2003-05-08.
19133 (show-all-diary-entries): Allow to pop-up frame if needed.
19134
19135 2004-01-09 John Paul Wallington <jpw@gnu.org>
19136
19137 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19138 Temporarily select EVENT's window for changing eol type.
19139
19140 2004-01-09 Deepak Goel <deego@gnufans.org>
19141
19142 * calendar/diary-lib.el (diary-entry-time):
19143 Also accept time in the form XX[.XX][am/pm/AM/PM].
19144 (fancy-diary-font-lock-keywords): Likewise.
19145 (diary-font-lock-keywords): Likewise.
19146 * calendar/appt.el (appt-add): Likewise.
19147 (appt-make-list): Likewise.
19148 (appt-convert-time): Likewise.
19149
19150 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19151
19152 * gdb-ui.el (gdb-ann3): Revert previous change.
19153 (gdb-source-info): Allow for case of where compilation directory
19154 is not recorded.
19155
19156 2004-01-08 John Paul Wallington <jpw@gnu.org>
19157
19158 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19159
19160 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19161
19162 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19163
19164 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19165 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19166 problems.
19167 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19168
19169 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19170
19171 * files.el (write-file-functions, write-contents-functions):
19172 Clarify docstrings.
19173
19174 2004-01-07 Kenichi Handa <handa@m17n.org>
19175
19176 * international/mule.el (set-auto-coding): Fix for the case that
19177 end-of-line is only CR.
19178
19179 2004-01-07 Kim F. Storm <storm@cua.dk>
19180
19181 * subr.el (event-start, event-end): Doc fix.
19182 (posn-string, posn-image): New defuns.
19183 (posn-object): Return either image or string object.
19184 (posn-object-x-y): Return 8th element of position.
19185 (posn-object-width-height): New defun.
19186
19187 2004-01-06 Andreas Schwab <schwab@suse.de>
19188
19189 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19190 output.
19191
19192 2004-01-05 Karl Berry <karl@gnu.org>
19193
19194 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19195 / and *, too.
19196
19197 2003-12-31 Simon Josefsson <jas@extundo.com>
19198
19199 * files.el (before-save-hook): Add.
19200 (basic-save-buffer): Use before-save-hook.
19201
19202 * emacs-lisp/copyright.el: Fix comment to recommend
19203 before-save-hook instead of write-file-functions.
19204
19205 2004-01-05 Richard M. Stallman <rms@gnu.org>
19206
19207 * finder.el (finder-commentary): Call delete-other-windows.
19208
19209 * net/ange-ftp.el (ange-ftp-file-attributes):
19210 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19211
19212 2004-01-04 Karl Berry <karl@gnu.org>
19213
19214 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19215 comment characters % and # in the copyright year notice,
19216 as well as ;.
19217
19218 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19219
19220 * wid-edit.el (default): Define dummy :value-delete.
19221 Reported by Jesper Harder <harder@ifa.au.dk>.
19222
19223 2004-01-03 Richard M. Stallman <rms@gnu.org>
19224
19225 * progmodes/compile.el (compile-internal): Use point, not point-min,
19226 for set-window-point.
19227
19228 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19229
19230 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19231
19232 * progmodes/grep.el (grep-mode-map):
19233 Don't remap next-line, previous-line.
19234
19235 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19236
19237 * speedbar.el (speedbar-edit-line): Change regexp to position
19238 the cursor on the first character of this line's button.
19239
19240 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19241
19242 * subr.el (functionp): Doc fix.
19243
19244 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19245
19246 * progmodes/idlwave.el (idlwave-make-tags):
19247 * textmodes/flyspell.el (flyspell-large-region):.
19248 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19249 * emulation/viper-util.el (viper-glob-unix-files):
19250 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19251 * man.el (Man-init-defvars):
19252 * jka-compr.el (jka-compr-call-process):
19253 * files.el (get-free-disk-space,insert-directory):
19254 * ediff-ptch.el (ediff-test-patch-utility):
19255 * ediff-diff.el (ediff-test-utility):
19256 * dired-aux.el (dired-check-process):
19257 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19258 test the return value of call-process, because it can be a string.
19259
19260 2003-12-31 John Paul Wallington <jpw@gnu.org>
19261
19262 * bindings.el (completion-ignored-extensions): Add .pfsl.
19263
19264 2003-12-31 Kim F. Storm <storm@cua.dk>
19265
19266 * ido.el (ido-nonreadable-directory-p): New defun to check for
19267 nonreadable directory without activating tramp (to avoid problems
19268 with checking incomplete tramp paths).
19269 (ido-set-current-directory, ido-file-internal)
19270 (ido-file-name-all-completions1): Use it.
19271
19272 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19273
19274 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19275 documentation if the anchor (or node) name is preceded by `info
19276 anchor' or `Info anchor' in addition to earlier `info node' and
19277 `Info node'.
19278 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19279
19280 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19281
19282 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19283 error in arguments to base64-decode-region. Remove ^M characters
19284 after decoding base64.
19285
19286 2003-12-30 Simon Josefsson <jas@extundo.com>
19287
19288 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19289 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19290 have only been distributed with Emacs for some years.
19291 (texinfo-mode-hook): Customize.
19292
19293 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19294
19295 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19296 cleaner (suggested by Richard Stallman).
19297
19298 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19299 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19300 file-name clashes on 8+3 DOS filesystems.
19301
19302 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19303 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19304 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19305 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19306 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19307 file-name clashes on 8+3 filesystems.
19308
19309 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19310 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19311 file-name clashes on 8+3 DOS filesystems.
19312
19313 2003-12-29 Richard M. Stallman <rms@gnu.org>
19314
19315 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19316 Upcase the character.
19317
19318 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19319 Search for header separator alone on a line, literally,
19320 and search for it backward, not forward.
19321 (flyspell-abbrev-table): Always use global-abbrev-table
19322 if there is no local one.
19323
19324 * progmodes/sh-script.el (sh-get-indent-info):
19325 Don't move point back if at bob.
19326
19327 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19328
19329 * play/handwrite.el (handwrite): Make the handwrite credit message
19330 a comment rather than an output command.
19331
19332 * obsolete/sc.el: Display message that this file is obsolete.
19333
19334 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19335
19336 * mail/rfc822.el (rfc822-address-start): Declare variable.
19337 Renamed from address-start. All uses changed.
19338
19339 * term.el (term-exec): Set up sentinel.
19340 (term-sentinel): New function.
19341 (term-handle-exit): New function.
19342
19343 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19344 Use assoc-string, and mark them obsolete.
19345 (delay-mode-hooks): Mark as permanent local.
19346
19347 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19348
19349 * register.el (copy-rectangle-to-register): Doc fix.
19350
19351 * info.el (Info-insert-dir): Use assoc-string.
19352
19353 * info-look.el (info-lookup): Use assoc-string.
19354
19355 * frame.el (pop-up-frame-function): Use quote, not `function'.
19356 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19357 copying with lists as coordinate values.
19358
19359 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19360
19361 * find-dired.el (kill-find): New command.
19362 (find-dired): Make buffer read-only.
19363 Set up a keymap with C-c C-k running kill-find.
19364 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19365
19366 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19367
19368 * filecache.el (file-cache-ignore-case): New variable.
19369 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19370
19371 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19372 (comint-dynamic-complete-as-filename): Rename local vars.
19373 (comint-dynamic-list-filename-completions): Likewise.
19374
19375 * comint.el (comint-dynamic-list-completions-config): New var.
19376 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19377
19378 * comint.el (comint-file-name-chars): Add [].
19379 (comint-word): Use skip-chars-backward, not search.
19380
19381 * shell.el (shell-file-name-chars): Add [].
19382
19383 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19384
19385 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19386
19387 * generic.el (define-generic-mode): Doc fix.
19388
19389 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19390
19391 * files.el (kill-some-buffers): Doc fix.
19392
19393 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19394
19395 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19396 arg to send-invisible
19397 (send-invisible): Doc fix. The argument is now a prompt, not the
19398 string to send.
19399 (comint-read-noecho): Doc fix.
19400
19401 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19402
19403 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19404 "@", as required by some ISP hosting service. Fix defcustom
19405 argument syntax errors that prevented use of customization.
19406
19407 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19408
19409 * xml.el (xml-get-attribute-or-nil): Doc fix.
19410
19411 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19412
19413 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19414 write-file-hooks.
19415
19416 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19417
19418 * autorevert.el (auto-revert-interval): Doc fix.
19419
19420 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19421
19422 * xml.el (xml-get-attribute-or-nil): New function, like
19423 xml-get-attribute, but returns nil if the attribute was not found.
19424 (xml-get-attribute): Convert to defsubst, uses
19425 xml-get-attribute-or-nil.
19426
19427 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19428
19429 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19430
19431 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19432
19433 * custom.el (custom-declare-theme): Use `value' when putting
19434 properties on `theme'.
19435
19436 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19437
19438 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19439 for each yank-handler segment.
19440 (insert-for-yank-1): New function, with the body of the previous
19441 insert-for-yank.
19442
19443 * textmodes/table.el (table-yank-handler): New defcustom.
19444 (table--put-cell-indicator-property): Put yank-handler property
19445 that indicates the yank handler for the table cell.
19446
19447 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19448
19449 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19450 set of keywords.
19451
19452 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19453
19454 * international/mule-cmds.el (reset-language-environment)
19455 (set-language-environment): Don't invoke fontset-related functions
19456 if fontset-list is not fboundp.
19457
19458 2003-12-29 Kenichi Handa <handa@m17n.org>
19459
19460 * international/mule-cmds.el (reset-language-environment):
19461 Call set-overriding-fontspec-internal with nil.
19462 (set-language-environment): Call set-overriding-fontspec-internal
19463 if the language environment specify `overriding-fontspec'.
19464 (language-info-alist): Doc added.
19465
19466 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19467 characters of mule-unicode-0100-24ff.
19468 (ccl-encode-windows-1251-font): New CCL program.
19469 ("Bulgarian"): Specify overriding-fontspec.
19470 ("Belarusian"): Likewise.
19471
19472 2003-12-28 Sam Steingold <sds@gnu.org>
19473
19474 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19475 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19476
19477 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19478
19479 * progmodes/gud.el (gud-gdb-command-name): Set default to
19480 "gdb --annotate=3".
19481 (gud-gdb-marker-filter): Look out for annotations.
19482 (gdb-first-pre-prompt): New variable.
19483 Remove trailing white space.
19484
19485 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19486 if necessary.
19487 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19488 annotations are detected.
19489 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19490 instead of a local one to allow transition from
19491 gud-gdb-marker-filter.
19492 Remove trailing white space.
19493
19494 2003-12-27 Kim F. Storm <storm@cua.dk>
19495
19496 * ido.el: Handle non-readable directories.
19497 (ido-decorations): Add 9th element for non-readable directory.
19498 (ido-directory-nonreadable): New dynamic var.
19499 (ido-set-current-directory): Set it.
19500 (ido-read-buffer, ido-file-internal):
19501 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19502 (ido-file-name-all-completions1): Return empty list for
19503 non-readable directory.
19504 (ido-exhibit): Print [Not readable] if directory is not readable.
19505 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19506 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19507 Use it.
19508
19509 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19510
19511 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19512 calls to directory-files-and-attributes and file-attributes.
19513 (ls-lisp-format): Remove system dependent handling of user and
19514 group id's.
19515
19516 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19517
19518 * ffap.el (ffap-read-file-or-url): Revert previous change.
19519
19520 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19521
19522 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19523 new list of included files called `files-with-node-lines', that
19524 only have node lines. This way @include commands can include any
19525 file, such as version and update files without node lines, not
19526 just files that are chapters.
19527
19528 2003-12-25 Andreas Schwab <schwab@suse.de>
19529
19530 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19531 file not found.
19532
19533 2003-12-08 Miles Bader <miles@gnu.org>
19534
19535 * dired.el (dired-between-files): Always use dired-move-to-filename,
19536 which is more robust in non-english locales.
19537
19538 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19539
19540 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19541
19542 2003-12-24 Andreas Schwab <schwab@suse.de>
19543
19544 * shell.el (shell-file-name-quote-list): Add backslash.
19545
19546 * comint.el (comint-quote-filename): Correctly handle backslash
19547 in comint-file-name-quote-list.
19548
19549 2003-12-24 Kenichi Handa <handa@m17n.org>
19550
19551 * international/mule-cmds.el (set-default-coding-systems):
19552 Call ucs-set-table-for-input for all buffers that don't have local
19553 value of buffer-file-coding-system.
19554
19555 * international/ucs-tables.el (ucs-set-table-for-input):
19556 If translation-table-for-encode is a symbol, get its
19557 translation-table property.
19558
19559 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19560
19561 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19562 to `completing-read' on a recently fixed bug.
19563
19564 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19565 instead of SPACE, to get the list of possible fringe modes.
19566 SPACE only works if both `partial-completion-mode' and
19567 `completion-auto-help' are nil.
19568
19569 * complete.el (PC-is-complete-p): Delete.
19570 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19571 calls to `test-completion'.
19572
19573 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19574
19575 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19576 to edit values when there are no children.
19577
19578 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19579 a mode called "Assembler" already exists.
19580 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19581 (gud-watch): Use format option. Remove font properties from string.
19582 (gdb-var-create-handler, gdb-var-list-children-handler):
19583 Don't bother about properties as there are none.
19584 (gdb-var-create-handler, gdb-var-list-children-handler)
19585 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19586 with two arguments.
19587 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19588 Let speedbar show value changes with a different font.
19589 (gdb-edit-value): New defun.
19590 (gdb-clear-partial-output, gdb-clear-inferior-io)
19591 (def-gdb-auto-update-handler): Use erase-buffer.
19592 (gdb-frame-handler): Display watch expressions in
19593 FUNCTION::VARIABLE format if required.
19594
19595 2003-12-23 John Paul Wallington <jpw@gnu.org>
19596
19597 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19598 (Info-goto-emacs-command-node): Doc fixes.
19599
19600 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19601
19602 * cus-edit.el (custom-add-parent-links): Define "many".
19603
19604 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19605
19606 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19607 (widget-child-validate, widget-type-value-create)
19608 (widget-type-default-get, widget-type-match): New functions.
19609 (lazy): New widget.
19610 (menu-choice, checklist, radio-button-choice, editable-list)
19611 (group, documentation-string): Remove redundant (per 2003-10-25
19612 change) calls to `widget-children-value-delete'.
19613 (widget-choice-value-get, widget-choice-value-inline): Remove.
19614 (menu-choice): Update widget.
19615
19616 2003-12-03 Kenichi Handa <handa@m17n.org>
19617
19618 * language/cyrillic.el: Register "microsoft-cp1251" in
19619 ctext-non-standard-encodings-alist.
19620 ("Bulgarian"): Add ctext-non-standard-encodings.
19621 ("Belarusian"): Likewise.
19622
19623 * international/mule-conf.el (compound-text-with-extensions):
19624 Change the type to 2 (iso-2022 base).
19625
19626 * international/mule.el (ctext-non-standard-encodings-alist):
19627 Change the format.
19628 (ctext-non-standard-encodings): New variable.
19629 (ctext-post-read-conversion): Fully re-written.
19630 (ctext-non-standard-designations-alist): Delete it.
19631 (ctext-non-standard-encodings-table): New function.
19632 (ctext-pre-write-conversion): Fully re-written.
19633
19634 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19635
19636 * cus-edit.el (custom-add-parent-links): Add documentation links
19637 for parent, if the item has none of its own.
19638
19639 2003-11-30 Richard M. Stallman <rms@gnu.org>
19640
19641 * dired-aux.el (dired-do-query-replace-regexp):
19642 Report files visited read-only.
19643
19644 2003-11-30 Juri Linkov <juri@jurta.org>
19645
19646 * dired-aux.el (dired-compare-directories): New command.
19647 (dired-file-set-difference, dired-files-attributes): New functions.
19648
19649 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19650 Version 2.0.38 of Tramp released.
19651
19652 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19653 Charles Curley <charlescurley@charlescurley.com>.
19654 (tramp-multi-connection-function-alist): Add ssht entry which adds
19655 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19656 Aichner.
19657 (tramp-get-method-parameter): New function to retrieve a method
19658 parameter. This allows for omission of method parameters.
19659 Callers adjusted.
19660
19661 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19662
19663 * net/tramp.el: Add new optional parameter ID-FORMAT to
19664 `file-attributes'. Calls of `file-attributes' won't use this
19665 parameter for backward compatibility reasons.
19666 (tramp-perl-file-attributes): Add a new parameter to Perl script
19667 in order to handle uid/gid as strings, if desired.
19668 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19669 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19670 order to make the function more general.
19671 (tramp-handle-file-attributes): Replace proprietary optional
19672 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19673 (tramp-handle-file-attributes-with-perl): Handle parameter
19674 NONNUMERIC if set. This wasn't done in the past.
19675 (tramp-post-connection): Apply second parameter "$2" if
19676 `tramp-remote-perl' is called.
19677
19678 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19679 Correct cut'n'waste error (`filename' instead of `directory').
19680 (tramp-smb-handle-directory-files-and-attributes)
19681 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19682 introduced parameter ID-FORMAT.
19683 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19684 error (`directory' instead of `ldir').
19685
19686 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19687 `file-attributes' has a second parameter. If yes, apply it with
19688 value "'integer". Otherwise, don't use that parameter (default is
19689 integer format).
19690
19691 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19692
19693 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19694 (help-for-help): Add `C-h .' to the listed Help options.
19695 Remove trailing whitespace.
19696
19697 * help-at-pt.el: New file.
19698
19699 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19700
19701 * subr.el (noreturn, 1value): New macros for test coverage.
19702 See `testcover.el'.
19703
19704 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19705
19706 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19707 for macro `1value'.
19708 (testcover-1value): New function. Checks that a 1value form
19709 actually returns only one value. Requested by RMS.
19710
19711 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19712
19713 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19714 (gdb-var-list-children, gdb-var-list-children-handler)
19715 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19716 gdb commands that use mi to keep them out of the command history.
19717
19718 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19719
19720 * cus-start.el (all): Add use-file-dialog.
19721
19722 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19723
19724 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19725
19726 2003-11-27 Kim F. Storm <storm@cua.dk>
19727
19728 * subr.el (posn-object-x-y): New defun.
19729
19730 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19731
19732 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19733 Don't use `space' for \\\n.
19734 Be more selective as to which # are comment-starters.
19735
19736 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19737
19738 * subr.el (number-sequence): Improve handling of floating point
19739 arguments (suggested by Kim Storm). Allow negative arguments.
19740
19741 2003-11-26 Kenichi Handa <handa@m17n.org>
19742
19743 * international/mule-cmds.el (standard-display-european-internal):
19744 Cancel the standard-display-table setting for ` and '.
19745
19746 2003-11-26 Kim F. Storm <storm@cua.dk>
19747
19748 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19749 New defcustoms to add ffap-like functionality to ido.
19750 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19751 (ido-no-final-slash): New defun.
19752 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19753 (ido-read-file-name): ): Toggle VC checking via
19754 vc-handled-backends instead of vc-master-templates.
19755 (ido-file-internal): Handle ido-use-url-at-point and
19756 ido-use-filename-at-point via code borrowed from ffap-guesser.
19757 Handle new ido-exit code ffap.
19758 (ido-sort-list): Ignore final slash when sorting file names.
19759
19760 2003-11-25 Kim F. Storm <storm@cua.dk>
19761
19762 * emulation/cua-base.el (cua--standard-movement-commands):
19763 Add forward-sentence and backward-sentence.
19764
19765 2003-11-25 Stephen Eglen <stephen@gnu.org>
19766
19767 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19768 iswitchb-exit is set to 'usefirst when user selects buffer at head
19769 of list using RET. (Selecting buffers at the head of the list was
19770 broken if the substring was also a complete buffername.)
19771
19772 2003-11-23 Kim F. Storm <storm@cua.dk>
19773
19774 * progmodes/compile.el (grep-command, grep-use-null-device)
19775 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19776 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19777 (grep-regexp-alist, grep-program, find-program)
19778 (grep-find-use-xargs, grep-history, grep-find-history)
19779 (grep-process-setup, grep-compute-defaults)
19780 (grep-default-command, grep, grep-tag-default, grep-find)
19781 (grep-expand-command-macros, grep-tree-last-regexp)
19782 (grep-tree-last-files, grep-tree): Move grep variables, functions
19783 and commands to new file grep.el.
19784 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19785 (compilation-process-setup-function): Doc fix.
19786 (compilation-highlight-regexp, compilation-highlight-overlay): New
19787 defvars used for highlighting current compile error in source buffer.
19788 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19789 LOCAL-MAP which overrides compilation-highlight-regexp and
19790 compilation-mode-map for this compilation.
19791 Delay calling compilation-set-window-height until after running
19792 compilation-process-setup-function so it can buffer-local override
19793 compilation-window-height.
19794 Check buffer-local value of compilation-scroll-output.
19795 (compilation-set-window-height): Use buffer-local value of
19796 compilation-window-height.
19797 (compilation-revert-buffer): Don't pass (undefined)
19798 preserve-modes arg to revert-buffer.
19799 (next-error-no-select, previous-error-no-select): New commands.
19800 (compilation-goto-locus): Temporarily highlight current match in
19801 source buffer using compilation-highlight-regexp.
19802
19803 * progmodes/grep.el: New file with grep code from compile.el.
19804 (grep): New defcustom group.
19805 (grep-window-height): New defcustom, like compilation-window-height.
19806 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19807 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19808 (grep-command, grep-use-null-device, grep-find-command)
19809 (grep-tree-files-aliases, grep-tree-ignore-case)
19810 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19811 (grep-setup-hook): New hook variable.
19812 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19813 (grep-last-buffer): New defvar, override compilation-last-buffer.
19814 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19815 Call compile-internal with args highlight-regexp and grep-mode-map.
19816
19817 2003-11-23 Kim F. Storm <storm@cua.dk>
19818
19819 * subr.el (event-start, event-end): Doc fix.
19820 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19821 (posn-area, posn-actual-col-row, posn-object): New defuns.
19822 (posn-col-row): Simplify doc. Rewrite to use cond.
19823 (posn-point): Also return buffer position for events outside text
19824 area (that info is now present in the event position).
19825
19826 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19827 mouse-set-point so that hscroll still works now that clicks on
19828 fringes generate specific mouse events.
19829 (mouse-set-point): Note that it now works in fringes and margins
19830 too due to new semantics of posn-point in fringes and margins.
19831
19832 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19833 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19834
19835 2003-11-20 Kim F. Storm <storm@cua.dk>
19836
19837 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19838 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19839 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19840 to 100 for icons to avoid increasing line height when shown.
19841
19842 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19843
19844 * newcomment.el (comment-normalize-vars): Initialize properly if
19845 comment-start was nil.
19846
19847 2003-11-19 Andreas Schwab <schwab@suse.de>
19848
19849 * simple.el (set-variable): Fix indentation.
19850
19851 2003-11-17 Kenichi Handa <handa@m17n.org>
19852
19853 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19854 Fix docstring.
19855
19856 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19857
19858 * international/latin1-disp.el (latin1-display): Fix docstring.
19859
19860 2003-11-16 John Wiegley <johnw@newartisans.com>
19861
19862 * eshell/em-ls.el (eshell-ls-file): There are times with
19863 size-width is nil and uncomputed (when directories are created in
19864 dired, for example); in this case, 4 is reasonable default value,
19865 although it may caused skewed new entries (which could be avoided
19866 by returning the original value of 8 in all cases, but 99% of the
19867 time this is a waste of whitespace).
19868
19869 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19870
19871 * cc-engine.el (c-guess-continued-construct)
19872 (c-guess-basic-syntax): Check a little more carefully if it's a
19873 function declaration when an unknown construct followed by a block
19874 is found inside a statement context. This avoids macros followed
19875 by blocks to be taken as function declarations.
19876
19877 (c-guess-continued-construct): Change the analysis of a statement
19878 continuation with a brace open to `substatement-block', for
19879 consistency with recognized statements.
19880
19881 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19882 start is in a position so that `c-beginning-of-statement-1' jumped
19883 to the beginning of the same statement.
19884
19885 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19886 Don't accept binary operators in the arglist if we're in a function
19887 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19888 template recognition in cases like "if (a < b || c > d)".
19889
19890 (c-restricted-<>-arglists): New more appropriate name for
19891 `c-disallow-comma-in-<>-arglists'.
19892
19893 Accessing functions updated for the variable name change.
19894
19895 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19896 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19897
19898 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19899 labels.
19900
19901 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19902 instead of duplicating parts of it. This fixes bogus label
19903 recognition.
19904
19905 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19906 of checking the context in which to apply the minimum indentation,
19907 so that it isn't enforced in e.g. namespace blocks.
19908
19909 * cc-vars.el (c-inside-block-syms): New constant used by
19910 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19911 to somewhat reduce the risk of becoming stale.
19912
19913 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19914 cc-cmds to cc-engine to allow use from cc-align.
19915
19916 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19917 qualified identifiers containing "::".
19918
19919 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19920 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19921
19922 * cc-vars.el (c-emacs-features): Use a space in front of the name
19923 of the temporary buffer. That also avoids dumping problems in
19924 XEmacs due to undo info being left around after the buffer is killed.
19925
19926 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19927 arglist to see if it's a K&R style declaration.
19928
19929 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19930 before returning `knr-argdecl-intro'.
19931
19932 2003-11-16 John Wiegley <johnw@newartisans.com>
19933
19934 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19935 field in a long-listing always 8 characters, use `size-width',
19936 which has already been computed.
19937
19938 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19939
19940 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19941
19942 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19943
19944 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19945 Support operation while narrowed, with `diff-restrict-view'.
19946
19947 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19948
19949 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19950 Take additional optional arg NARROWFUN. For the generated functions:
19951 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19952 include frags that arrange to check for and save narrowing state before
19953 the move and then conditionally call NARROWFUN after the move.
19954
19955 2003-11-14 John Wiegley <johnw@newartisans.com>
19956
19957 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19958 that was optional, but obviously missing based on surrounding code.
19959
19960 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19961 string arguments to numbers unless the whole argument was seen as
19962 a number.
19963
19964 2003-11-14 Kenichi Handa <handa@m17n.org>
19965
19966 * international/mule.el (ctext-non-standard-encodings-alist):
19967 Fix coding systems.
19968
19969 2003-11-10 Kenichi Handa <handa@m17n.org>
19970
19971 * language/kannada.el ("Kannada"): Add sample-text.
19972
19973 * language/knd-util.el (kannada-compose-region)
19974 (kannada-compose-string, kannada-post-read-conversion):
19975 Add autoload cookie.
19976
19977 * international/quail.el (quail-completion): Change the message
19978 "corresponding translations" to "corresponding characters".
19979
19980 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19981
19982 * descr-text.el (describe-char): Fix typo.
19983
19984 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19985
19986 These changes are to support Kannada language/script.
19987
19988 * Makefile.in (DONTCOMPILE): Add kannada.el.
19989
19990 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19991
19992 * loadup.el: Preload kannada.el.
19993
19994 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19995 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19996 New variables.
19997
19998 * language/kannada.el: New file.
19999
20000 * language/knd-util.el: New file.
20001
20002 2003-11-07 Andreas Schwab <schwab@suse.de>
20003
20004 * progmodes/autoconf.el (autoconf-font-lock-keywords):
20005 Also highlight AH_*.
20006
20007 * xml.el (xml-parse-dtd): Fix misplaced paren.
20008
20009 2003-11-07 Kenichi Handa <handa@m17n.org>
20010
20011 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
20012
20013 2003-11-05 Juri Linkov <juri@jurta.org>
20014
20015 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
20016 (desktop-buffer-file): Use saved buffer-file-coding-system
20017 for file reading. Set auto-insert to nil to prevent automatic
20018 insertion into restored empty files.
20019
20020 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
20021
20022 * files.el (risky-local-variable-p): Make second argument optional.
20023
20024 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
20025
20026 * subr.el (add-hook): Fix last change.
20027
20028 2003-11-03 Eli Zaretskii <eliz@gnu.org>
20029
20030 * mail/rmail.el (rmail-convert-to-babyl-format):
20031 If base64-decode-region signals an error, catch it and silently
20032 ignore it.
20033
20034 2003-11-01 Mark A. Hershberger <mah@everybody.org>
20035
20036 * xml.el (xml-parse-region): Allow comments to appear after the
20037 topmost element has closed.
20038 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
20039 (xml-ns-expand-attr): New functions to do namespace handling.
20040 (xml-intern-attrlist): Back-compatible handling of attribute names.
20041 (xml-parse-tag): Move namespace handling to separate functions.
20042 Now produces elements in the form ((:ns . "element") (attr-list)
20043 children) instead of ('ns:element (attr-list) children).
20044 (xml-parse-attlist): Fix attribute parsing.
20045 (xml-parse-dtd): Change parsing so that it produces strings
20046 instead of interned symbols.
20047
20048 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
20049
20050 * dired.el (dired-ls-sorting-switches): Doc fix.
20051
20052 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
20053
20054 * emacs-lisp/rx.el (rx-or): Fix the case of
20055 "(rx (and ?a (or ?b ?c) ?d))".
20056
20057 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
20058
20059 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
20060 (texinfo-format-region): Use it.
20061 (texinfo-format-buffer-1): Ditto.
20062
20063 2003-11-01 Alan Mackenzie <acm@muc.de>
20064
20065 Changes to allow scrolling whilst in isearch mode:
20066 * isearch.el (isearch-unread-key-sequence): New function,
20067 extracted from isearch-other-meta-char.
20068 (top level): (put 'foo 'isearch-scroll) on all Emacs's
20069 "scrollable" standard functions.
20070 (isearch-allow-scroll): New customizable variable.
20071 (isearch-string-out-of-window, isearch-back-into-window)
20072 (isearch-reread-key-sequence-naturally)
20073 (isearch-lookup-scroll-key): New functions.
20074 (isearch-other-meta-char): Doc string and functionality enhanced.
20075 Now accepts a prefix argument.
20076 (isearch-lazy-highlight-window-end): New variable.
20077 (isearch-lazy-highlight-new-loop): Pay attention to the window's
20078 end (thru isearch-lazy-highlight-window-end), not only its start.
20079
20080 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
20081 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
20082 (universal-argument, universal-argument-more, negative-argument)
20083 (digit-argument, universal-argument-other-key): Minor changes.
20084
20085 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20086
20087 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
20088 recursively if the last message is deleted, thus avoiding an
20089 infinite loop.
20090
20091 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20092
20093 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
20094 (tex-main-file): Don't add .tex if the extension is already present.
20095 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
20096
20097 2003-10-29 Lute Kamstra <lute@gnu.org>
20098
20099 * progmodes/octave-inf.el (inferior-octave-prompt):
20100 Recognize version number in prompt.
20101
20102 2003-10-28 Dave Love <fx@gnu.org>
20103
20104 * international/characters.el: Fix some Unicode ranges.
20105
20106 2003-10-28 Kenichi Handa <handa@m17n.org>
20107
20108 * disp-table.el (standard-display-8bit)
20109 (standard-display-default, standard-display-ascii)
20110 (standard-display-g1, standard-display-graphic)
20111 (standard-display-underline): Assure that standard-display-table
20112 is a display table.
20113
20114 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20115
20116 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20117 reindenting the first line.
20118
20119 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20120
20121 * wid-edit.el (widget-default-delete): Always delete child widgets.
20122
20123 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20126 if the line has code.
20127 Don't try to line up with something that's too far left.
20128
20129 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20130 (octave-mode-syntax-table): Add % as a comment starter.
20131 (octave-point): Remove.
20132 (octave-in-comment-p, octave-in-string-p)
20133 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20134 (octave-blink-matching-block-open, octave-auto-fill):
20135 Use line-(beginning|end)-position instead.
20136
20137 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20138
20139 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20140 for Francesco Potort\e,Al\e(B.
20141
20142 2003-10-23 Dave Love <fx@gnu.org>
20143
20144 * international/mule-cmds.el (locale-charset-to-coding-system):
20145 Don't rely on nil being a coding system.
20146
20147 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20148 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20149 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20150
20151 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20152
20153 * gdb-ui.el (gdb-current-language): New variable.
20154 (gdb-update-flag): Remove variable.
20155 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20156 (gdb-take-last-elt): Remove function.
20157 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20158 (gdb-post-prompt): Check for variable object changes here.
20159
20160 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20161 object changes in gdb-ui.el.
20162
20163 2003-10-21 Richard M. Stallman <rms@gnu.org>
20164
20165 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20166
20167 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20168 Don't check for foo*/ wildcard form here.
20169 (insert-directory): Recognize foo*/ as a wildcard.
20170 Separate wildcard-regexp variable from the arg, wildcard.
20171
20172 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20173 (remove-hook): Correctly handle strange cases about local hooks.
20174
20175 2003-10-21 David Ponce <david@dponce.com>
20176
20177 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20178 argument REAL, to return a real number instead of a rounded
20179 integer value. Define as inline function.
20180 (ruler-mode-right-fringe-cols): Likewise.
20181 (ruler-mode-scroll-bar-cols): New function.
20182 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20183 (ruler-mode-right-scroll-bar-cols): Likewise.
20184 (ruler-mode-space): New function.
20185 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20186 scroll bar mode and margins in a more robust way.
20187
20188 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20189
20190 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20191 (antlr-c-init-language-vars): New function.
20192 (antlr-mode): Use it with cc-mode before v5.29.
20193 (antlr-c-common-init): Don't set some local vars here.
20194 (antlr-mode): Set them here.
20195 (antlr-c-forward-sws): New function alias.
20196 (antlr-mode): Redefine with cc-mode before v5.30.
20197 (antlr-skip-sexps): Use it.
20198 (antlr-skip-exception-part): Ditto.
20199 (antlr-skip-file-prelude): Ditto.
20200 (antlr-outside-rule-p): Ditto.
20201 (antlr-end-of-body): Ditto.
20202 (antlr-option-kind): Ditto.
20203 (antlr-insert-option-area): Ditto.
20204 (antlr-file-dependencies): Ditto.
20205
20206 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20207
20208 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20209 Move backward only if point was not inside an entry.
20210
20211 2003-10-21 Richard M. Stallman <rms@gnu.org>
20212
20213 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20214
20215 2003-10-21 Juri Linkov <juri@jurta.org>
20216
20217 * compare-w.el: Automatically skip non-matching text to resync.
20218 (compare-windows-whitespace): Doc fix.
20219 (compare-windows-sync, compare-windows-sync-string-size)
20220 (compare-windows-recenter, compare-ignore-whitespace)
20221 (compare-windows-highlight, compare-windows-face): New variables.
20222 (compare-windows): Use compare-windows-sync.
20223 (compare-windows-highlight, compare-windows-dehighlight)
20224 (compare-windows-sync-regexp)
20225 (compare-windows-sync-default-function): New functions.
20226
20227 2003-10-21 Juri Linkov <juri@jurta.org>
20228
20229 * diff.el (diff-parse-differences): Don't visit the files now;
20230 instead, just record the error locus.
20231
20232 2003-10-21 Dave Love <fx@gnu.org>
20233
20234 * progmodes/cfengine.el: New file.
20235
20236 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20237
20238 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20239 default-directory when completing file names.
20240
20241 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20242
20243 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20244 followed by the word `face', it gets treated as a face, even if
20245 it is also defined as a variable or a function.
20246
20247 2003-10-20 Dave Love <fx@gnu.org>
20248
20249 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20250 Avoid incf in macro expansion.
20251
20252 2003-10-20 John Paul Wallington <jpw@gnu.org>
20253
20254 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20255 `evenp' so we don't implicitly require cl library at runtime.
20256
20257 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20258
20259 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20260 (help-make-xrefs): Only make cross-references for faces if
20261 preceded or followed by the word `face'. Do not make a
20262 cross-reference for variables without variable documentation,
20263 unless preceded by the word `variable' or `option'. Update doc
20264 string accordingly.
20265
20266 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20267
20268 * progmodes/hideshow.el: Rewrite one-armed `if'
20269 constructs using either `when' or `unless'.
20270 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20271
20272 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20273
20274 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20275 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20276 instead of 12x12.
20277
20278 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20279
20280 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20281 message while converting to Babyl.
20282
20283 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20284
20285 * allout.el (allout-mode): Doc fix.
20286
20287 2003-10-16 Lute Kamstra <lute@gnu.org>
20288
20289 * subr.el (force-mode-line-update): Fix docstring.
20290
20291 2003-10-14 Dave Love <fx@gnu.org>
20292
20293 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20294 (default-input-method): Add :link, improve :type.
20295 (locale-charset-language-names): Fix utf-8 pattern.
20296 (locale-charset-match-p, locale-charset-alist)
20297 (locale-charset-to-coding-system): New.
20298 (set-locale-environment): Deal with codeset part of locale specs.
20299
20300 2003-10-14 Lute Kamstra <lute@gnu.org>
20301
20302 * fringe.el (fringe-mode): Use active voice in docstring.
20303 (set-fringe-style): Ditto.
20304
20305 2003-10-13 Lute Kamstra <lute@gnu.org>
20306
20307 * fringe.el (fringe-mode): Fix docstring.
20308 (set-fringe-style): Ditto.
20309
20310 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20311
20312 * ediff-mult.el (ediff-filegroup-action):
20313 Use ediff-default-filtering-regexp.
20314
20315 * ediff-util.el (ediff-recenter): Don't call
20316 ediff-restore-highlighting twice.
20317 (ediff-select-difference): Set current difference.
20318 (ediff-unselect-and-select-difference): Add comment.
20319
20320 * ediff.el (ediff-directories,ediff-directory-revisions)
20321 (ediff-directories3,ediff-merge-directories)
20322 (ediff-merge-directories-with-ancestor)
20323 (ediff-merge-directory-revisions)
20324 (ediff-merge-directory-revisions-with-ancestor):
20325 Use ediff-default-filtering-regexp.
20326
20327 2003-10-12 Andreas Schwab <schwab@suse.de>
20328
20329 * international/mule-cmds.el (locale-charset-language-names):
20330 Simplify regex by removing unused grouping.
20331
20332 2003-10-10 Dave Love <fx@gnu.org>
20333
20334 * bindings.el: Don't bind stop.
20335
20336 2003-10-08 Miles Bader <miles@gnu.org>
20337
20338 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20339 face instead of attempting to emulate it.
20340
20341 2003-10-07 Kenichi Handa <handa@m17n.org>
20342
20343 * international/mule-diag.el (list-coding-systems-1): List coding
20344 systems that are loaded automatically.
20345
20346 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20347
20348 * international/mule.el (autoload-coding-system): New function.
20349
20350 2003-10-07 Andreas Schwab <schwab@suse.de>
20351
20352 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20353 change-log-default-name in the buffer visiting the file.
20354
20355 2003-10-06 Dave Love <fx@gnu.org>
20356
20357 * files.el (find-file-hook): Customize.
20358 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20359
20360 * bindings.el (completion-ignored-extensions): Remove .log.
20361 (global-map): Add again, open, stop keys.
20362
20363 2003-10-05 Richard M. Stallman <rms@gnu.org>
20364
20365 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20366 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20367 Use sh-modify directly.
20368 (sh-select): Use sh-append, not eval.
20369
20370 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20371
20372 * info.el (Info-following-node-name): New function.
20373
20374 * loadhist.el (unload-feature-special-hooks):
20375 Rename from loadhist-hook-functions.
20376 (loadhist-hook-functions): Now an alias.
20377
20378 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20379
20380 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20381 file-name clashes on 8+3 filesystems.
20382
20383 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20384 Rename loaddefs-boot.el to ldefs-boot.el
20385
20386 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20387 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20388
20389 2003-10-03 Lute Kamstra <lute@gnu.org>
20390
20391 * info.el (Info-mode): Revert previous change.
20392 (Info-escape-percent): New function.
20393 (Info-fontify-node): Use it.
20394
20395 2003-10-02 Andreas Schwab <schwab@suse.de>
20396
20397 * loaddefs-boot.el: Regenerated.
20398
20399 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20400
20401 * ffap.el: Remove defadvice related code from CVS since `complete'
20402 provides a `PC-completion-as-file-name-predicate' variable that
20403 ffap can override.
20404
20405 2003-10-02 Kenichi Handa <handa@m17n.org>
20406
20407 * international/utf-8.el (ccl-decode-mule-utf-8):
20408 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20409
20410 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20411 * international/subst-big5.el: Likewise.
20412 * international/subst-gb2312.el: Likewise.
20413 * international/subst-ksc.el: Likewise.
20414
20415 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20416
20417 * calendar/calendar.el (increment-calendar-month)
20418 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20419 (generate-calendar, calendar-read-date, calendar-interval)
20420 (calendar-day-of-week): Handle years BC.
20421 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20422
20423 2003-10-01 Dave Love <fx@gnu.org>
20424
20425 * language/cyrillic.el (cp1251): Alias for windows-1251.
20426
20427 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20428 bootstrap.
20429
20430 2003-10-01 Lute Kamstra <lute@gnu.org>
20431
20432 * files.el: Fix typo.
20433 * imenu.el (imenu--generic-function): Docstring fix.
20434
20435 2003-09-30 Richard M. Stallman <rms@gnu.org>
20436
20437 * dired.el (dired-mode): Handle dired-directory as a list.
20438
20439 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20440
20441 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20442
20443 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20444
20445 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20446 Replace gud-display with gud-watch.
20447 (gud-speedbar-buttons): Add stuff for watching expressions
20448 in the speedbar when using M-x gdba. Use dolist on old part
20449 of this function.
20450
20451 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20452 (gdb-update-flag): New variables.
20453 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20454 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20455 (gud-watch, gdb-var-create-handler) : New functions.
20456 (gdb-var-list-children, gdb-var-list-children-handler)
20457 (gdb-var-create-regexp, gdb-var-update-regexp)
20458 (gdb-var-list-children-regexp): New constants.
20459 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20460 (gdb-annotation-rules): Reduce annotation set (level 3).
20461 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20462 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20463 updates.
20464 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20465 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20466 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20467 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20468 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20469 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20470 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20471 (gud-display, gud-display1)
20472 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20473 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20474 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20475 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20476 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20477 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20478 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20479 (gdb-display-display-buffer, gdb-toggle-display)
20480 (gdb-delete-display, gdb-expressions-popup-menu)
20481 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20482 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20483 to display buffer.
20484
20485 2003-09-30 Richard M. Stallman <rms@gnu.org>
20486
20487 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20488 Instead, set which-func-functions.
20489
20490 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20491 (which-func-functions): New variable.
20492 (which-function): Use that.
20493
20494 * info.el (Info-mode): Double each `%' in header line.
20495
20496 * emacs-lisp/lisp-mnt.el (lm-with-file):
20497 When FILE is nil, run BODY in current buffer.
20498
20499 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20500
20501 * help.el (describe-mode): Start with a brief list of minor modes.
20502 Find them thru minor-mode-list so as to find them all.
20503 Show them in alphabetical order.
20504
20505 * mail/sendmail.el (mail-aliases): Doc fix.
20506
20507 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20508
20509 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20510
20511 * mail/rmailsum.el (rmail-make-summary-line-1):
20512 Change comma after last label to a space.
20513 (rmail-summary-font-lock-keywords): Adapt to that change.
20514
20515 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20516
20517 * progmodes/scheme.el (scheme-mode-variables): When setting
20518 `font-lock-defaults', also specify that "#" should
20519 be interpreted with `word' syntax.
20520 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20521
20522 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20523
20524 * desktop.el: A lot of comments updated.
20525 (desktop-save-mode): Minor mode introduced.
20526 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20527 (desktop-load-default): Function made obsolete.
20528 (desktop-locals-to-save): Variable made customizable.
20529 (desktop-read): Optional parameter `dirname' added.
20530 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20531 `desktop-read' used.
20532 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20533
20534 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20535
20536 * whitespace.el (whitespace-clean-msg): Add user customizable message
20537 for displaying ``clean'' output.
20538 (whitespace-buffer): Use `whitespace-clean-msg'.
20539 (whitespace-global-mode): Fix typo.
20540
20541 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20542
20543 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20544
20545 2003-09-29 Lute Kamstra <lute@gnu.org>
20546
20547 * bindings.el (mode-line-modes): Remove superfluous :propertize
20548 construct in initialization.
20549 (mode-line-position): Change cons cell into proper list in
20550 initialization.
20551
20552 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20553
20554 * international/mule.el (decode-coding-inserted-region): Use car
20555 of the return value of find-operation-coding-system.
20556
20557 2003-09-29 Kenichi Handa <handa@m17n.org>
20558
20559 * descr-text.el (describe-char): Fix previous change.
20560
20561 2003-09-28 Kenichi Handa <handa@m17n.org>
20562
20563 * descr-text.el (describe-char-display): New function.
20564 (describe-char): Pay attention to display table on describing how
20565 a character is displayed.
20566
20567 * international/mule-cmds.el (encoded-string-description):
20568 Prepend "0x" to each encoded byte.
20569
20570 2003-09-28 Andreas Schwab <schwab@suse.de>
20571
20572 * find-file.el (ff-special-constructs): Add autoload cookie.
20573
20574 2003-09-28 Kevin Ryde <user42@zip.com.au>
20575
20576 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20577 makeinfo appends to duplicate index entries.
20578
20579 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20580
20581 * dired-x.el (dired-clean-tex): Doc fix.
20582
20583 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20584 using a Chinese tutorial.
20585
20586 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20587
20588 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20589 between "MAIL FROM:" and "RCPT TO:" and the following address.
20590
20591 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20592
20593 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20594
20595 2003-09-28 David Ponce <david@dponce.com>
20596
20597 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20598 (recentf-load-list): When `recentf-initialize-file-name-history'
20599 is non-nil, initialize an empty `file-name-history' with the
20600 recent list.
20601
20602 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20603
20604 * man.el (Man-default-man-entry): Remove the leading `*' from the
20605 word at point.
20606
20607 2003-09-26 Lute Kamstra <lute@gnu.org>
20608
20609 * bindings.el (mode-line-position): Mention size indication in
20610 docstring.
20611
20612 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20613
20614 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20615
20616 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20617 because it's autoloaded now.
20618
20619 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20620
20621 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20622 (sh-font-lock-keywords, sh-feature): Fix previous change of
20623 sh-feature to avoid infloop with sh-font-lock-keywords.
20624
20625 2003-09-25 Kim F. Storm <storm@cua.dk>
20626
20627 * frame.el (frame-current-scroll-bars): New defun.
20628
20629 * window.el (window-current-scroll-bars): New defun.
20630
20631 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20632
20633 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20634 cause errors when the state cache contains info on parts that have
20635 been narrowed out.
20636
20637 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20638
20639 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20640 `c-setup-paragraph-variables' has to be used when this variable is
20641 changed; it doesn't work to reinitialize the mode since that
20642 typically clobbers the variable.
20643
20644 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20645 Make it interactive.
20646
20647 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20648
20649 * progmodes/cc-fonts.el (c-font-lock-declarations):
20650 Fix recognition of constructors and destructors for classes whose
20651 names are matched by `*-font-lock-extra-types'.
20652
20653 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20654 followed by an identifier in C++ then it's a type.
20655
20656 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20657
20658 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20659 problem that primarily affected XEmacs. Don't use faces to find
20660 unterminated strings since Emacs and XEmacs fontify strings
20661 differently - this function should now work better in XEmacs.
20662
20663 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20664
20665 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20666 `expand-abbrev' workaround which caused braces to misbehave inside
20667 macros.
20668
20669 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20670 handling. This bug could cause interactive font locking to bail out.
20671
20672 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20673
20674 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20675 Handle paren-style types in Pike. Also fixed some cases of
20676 insufficient handling of unbalanced parens.
20677
20678 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20679
20680 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20681 common shell prompts that are not common filename or URL characters.
20682 (ffap-file-at-point): Use the new regexp to strip the prompts from
20683 the file names. This is an issue mostly for user prompts that
20684 don't have a trailing space and find-file-at-point is invoked from
20685 within a shell inside Emacs.
20686
20687 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20688
20689 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20690 stamps numerically, rather than textually.
20691
20692 2003-09-24 Kenichi Handa <handa@m17n.org>
20693
20694 * language/devan-util.el (devanagari-post-read-conversion):
20695 * language/mlm-util.el (malayalam-post-read-conversion):
20696 * language/tml-util.el (tamil-post-read-conversion):
20697 Add autoload cookie.
20698
20699 * international/utf-8.el (utf-8-post-read-conversion):
20700 Call post-read-conversion functions for Devanagari, Malayalam,
20701 and Tamil.
20702
20703 2003-09-23 Dave Love <fx@gnu.org>
20704
20705 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20706
20707 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20708
20709 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20710 Update gud-remove.
20711
20712 2003-09-22 Richard M. Stallman <rms@gnu.org>
20713
20714 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20715 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20716 (sh-mode-syntax-table-input): New variable.
20717 (sh-require-final-newline): Don't use eval.
20718 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20719 (sh-variables, sh-font-lock-keywords): Don't use eval.
20720 (sh-set-shell): When setting require-final-newline,
20721 treat value = `require-final-newline' as don't change it.
20722 Set sh-mode-syntax-table locally based on
20723 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20724
20725 * progmodes/compile.el (compile-internal):
20726 Call compilation-set-window-height before setting window start.
20727
20728 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20729
20730 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20731 Clear out byte-compile-last-warned-form.
20732
20733 2003-09-22 Richard M. Stallman <rms@gnu.org>
20734
20735 * woman.el (woman-file-name, woman-follow-word):
20736 If current-word returns nil, use "".
20737
20738 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20739
20740 2003-09-22 Richard M. Stallman <rms@gnu.org>
20741
20742 * emacs-lisp/lisp-mnt.el (lm-with-file):
20743 Don't visit the file, just use insert-file-contents in temp buffer.
20744
20745 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20746
20747 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20748 Add surrounding \\( and \\) around the header, as in
20749 for lm-history-header 'Change Log\\|History'.
20750
20751 2003-09-22 John Paul Wallington <jpw@gnu.org>
20752
20753 * progmodes/ld-script.el: Add Commentary section,
20754 minor cleanup of file header.
20755 (ld-script-font-lock-keywords): Doc fix.
20756 (toplevel): Provide `ld-script' feature.
20757
20758 2003-09-21 Kim F. Storm <storm@cua.dk>
20759
20760 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20761 new built-in variable default-frame-scroll-bars.
20762 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20763 scroll-bar-mode; notably, use it instead of t when we toggle
20764 scroll-bars on.
20765 (toggle-scroll-bar): Use default-frame-scroll-bars.
20766
20767 2003-09-19 Masatake YAMATO <jet@gyve.org>
20768
20769 * pcvs.el (cvs-do-removal): Change the prompt depending on
20770 `filter' value.
20771
20772 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20773
20774 * startup.el (command-line-1): Stop startup-echo-area-message
20775 being hidden by "Loading image..." message.
20776 (use-fancy-splash-screens-p, display-splash-screen):
20777 Move display-graphic-p test from latter to former.
20778
20779 * progmodes/sh-script.el (sh-font-lock-keywords):
20780 Highlight escaped EOLs differently from other backslash constructs.
20781
20782 2003-09-19 Richard M. Stallman <rms@gnu.org>
20783
20784 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20785 New functions.
20786 (edebug-enter, edebug-outside-excursion): Use them.
20787
20788 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20789 Fix the condition for whether to print "In WHERE".
20790
20791 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20792
20793 * finder.el (finder-mode-hook): New variable.
20794 (finder-mode): Run hook finder-mode-hook
20795
20796 2003-09-18 Masatake YAMATO <jet@gyve.org>
20797
20798 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20799
20800 2003-09-17 Mario Lang <mlang@delysid.org>
20801
20802 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20803 "p %e" to actually print the value in the GUD buffer.
20804
20805 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20806
20807 From David Ponce <david.ponce@wanadoo.fr>:
20808 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20809 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20810 from loaddefs-boot.el if necessary.
20811
20812 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20813
20814 * progmodes/gud.el (gud-find-class): Make jdb work again since
20815 cc-mode changed the syntactic information.
20816
20817 2003-09-15 David Ponce <david@dponce.com>
20818
20819 * recentf.el: (recentf-exclude): Accept predicates too.
20820 (recentf-file-readable-p): New function.
20821 (recentf-include-p): Handle predicates in recentf-exclude.
20822 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20823 (recentf-cleanup): Likewise.
20824 (recentf-save-list): Use write-file to handle backup of
20825 recentf-save-file.
20826
20827 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20828
20829 * loaddefs-boot.el: Renamed from `loaddefs.el'
20830 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20831 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20832 necessary.
20833
20834 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20835
20836 * electric.el (Electric-pop-up-window): For the `one-window' case,
20837 no longer disconcertingly move point in the original buffer.
20838
20839 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20840
20841 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20842
20843 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20844
20845 * dired.el (dired-mode-map): Fix typo.
20846
20847 2003-09-11 Richard M. Stallman <rms@gnu.org>
20848
20849 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20850
20851 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20852
20853 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20854 the function is less noisy. Now only `kill-buffer' can ask questions.
20855
20856 2003-09-10 Mario Lang <mlang@delysid.org>
20857
20858 * battery.el: Update Commentary and Copyright.
20859 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20860 appear due to wrong ordering of the expressions in `or'.
20861
20862 2003-09-09 Lute Kamstra <lute@gnu.org>
20863
20864 * misc.el (upcase-char): Fix docstring.
20865 (zap-up-to-char): New command.
20866
20867 2003-09-08 David Ponce <david@dponce.com>
20868
20869 Ensure that recentf correctly updates the menu bar.
20870 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20871 (recentf-menu-bar): New function.
20872 (recentf-clear-data): Use it
20873 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20874 of easy-menu-change.
20875
20876 2003-09-08 Lute Kamstra <lute@gnu.org>
20877
20878 * simple.el (size-indication-mode): New.
20879 * bindings.el (mode-line-position): Add buffer size indicator.
20880
20881 2003-09-04 Mario Lang <mlang@delysid.org>
20882
20883 * battery.el (battery-linux-proc-acpi): New function.
20884 (battery-status-function): Modify default value calculation to also
20885 check for availability of ACPI.
20886 (battery-echo-area-format): Ditto.
20887 (battery-mode-line-format): Ditto.
20888
20889 2003-09-06 Dave Love <fx@gnu.org>
20890
20891 * ielm.el (ielm-mode-hook): Add :options.
20892
20893 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20894 (eldoc-print-current-symbol-info): Use it.
20895
20896 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20897
20898 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20899 being displayed in GUD buffer.
20900 (gdb-idle-input-queue): Remove var. Use just one queue.
20901 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20902 Remove functions. Use just one queue.
20903 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20904 (gdb-invalidate-assembler, gdb-get-current-frame):
20905 Modify functions. Use just one queue.
20906
20907 2003-09-04 Dave Love <fx@gnu.org>
20908
20909 * cus-start.el: Add blink-cursor-alist.
20910
20911 * ruler-mode.el (ruler-mode-fill-column-char)
20912 (ruler-mode-current-column-char): Use char-displayable-p,
20913 not window-system.
20914
20915 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20916
20917 * language/european.el (windows-1252): Move from code-pages.
20918
20919 * language/cyrillic.el ("Windows-1251"): Delete.
20920 ("Bulgarian", "Belarusian"): Remove `features'.
20921 (windows-1251): Move from code-pages.
20922
20923 * international/mule-diag.el (non-iso-charset-alist):
20924 Remove `codepage' stuff.
20925 (print-designation, list-coding-systems-1): Output fixes.
20926
20927 * international/code-pages.el (cp-make-translation-table)
20928 (cp-valid-codes): Made defsubsts.
20929 (cp-fix-safe-chars): Delete.
20930 (mule-diag): Don't require.
20931 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20932 (top-level): Check for defined coding system when defining
20933 cp... aliases. Change w32-add-charset-info test to avoid warning.
20934 (non-iso-charset-alist): Defvar when compiling.
20935 (cp-make-coding-system): Doc fix.
20936
20937 2003-09-02 Jason Rumney <jasonr@gnu.org>
20938
20939 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20940 line-ends from CVS before doing conversion.
20941
20942 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20943
20944 * calendar/diary-lib.el (diary-header-line-flag)
20945 (diary-header-line-format): New variables.
20946 (list-diary-entries): Use them to set header line in simple diary.
20947
20948 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20949 other than font-lock-string-face to highlight backslashes.
20950
20951 2003-09-01 Jason Rumney <jasonr@gnu.org>
20952
20953 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20954 regexp.
20955
20956 2003-09-01 Dave Love <fx@gnu.org>
20957
20958 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20959
20960 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20961 and :help; also line and column numbers labels.
20962
20963 * international/mule-util.el (char-displayable-p): Move from
20964 latin1-disp, rename and autoload.
20965
20966 * international/latin1-disp.el (latin1-char-displayable-p):
20967 Now obsolete alias. Replace uses with char-displayable-p.
20968 (latin1-display-ucs-per-lynx): Fix last change.
20969
20970 * international/mule-cmds.el (standard-display-european-internal):
20971 Don't use char code for Latin-1 NBSP.
20972 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20973 U+2018, U+2019 for `'.
20974 (select-safe-coding-system): Message fix.
20975
20976 2003-09-01 Kenichi Handa <handa@m17n.org>
20977
20978 * international/fontset.el (setup-default-fontset): For Thai
20979 font, specify "*" family.
20980
20981 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20982
20983 * progmodes/compile.el (previous-error): Accept a prefix
20984 argument, similarly to next-error.
20985
20986 2003-08-31 Masatake YAMATO <jet@gyve.org>
20987
20988 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20989 the number of files. Bind the number of files to a local
20990 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20991
20992 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20993
20994 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20995 2003-07-26: msdos-long-file-names is a function, not a variable.
20996
20997 2003-08-29 Richard M. Stallman <rms@gnu.org>
20998
20999 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
21000 Do nothing with mail-personal-alias-file if it is nil.
21001
21002 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
21003 Do nothing if mail-personal-alias-file is nil.
21004
21005 * term.el (term-exec-1): Bind coding-system-for-read.
21006
21007 * dired.el (dired-mouse-find-file-other-window):
21008 Use dired-view-command-alist here, as in dired-view-file.
21009 (dired-view-command-alist): Use %s to substitute file name.
21010 Handle .ps_pages, .eps, .jpg, .gif, .png.
21011
21012 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
21013
21014 * info.el (Info-mode-map): Bind S-tab and <backtab> to
21015 `Info-prev-reference', instead of M-tab.
21016
21017 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
21018
21019 * simple.el (blink-matching-open): Work correctly on chars that
21020 are designated as parens through the syntax-table text property.
21021
21022 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
21023
21024 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
21025 line break position in the middle of a non-kinsoku (e.g. latin)
21026 word, making it skip until either a space or a character with
21027 category "|".
21028 (kinsoku-longer): Test for end of buffer.
21029
21030 2003-08-28 Eli Zaretskii <eliz@gnu.org>
21031
21032 * mail/rmail.el (rmail-convert-to-babyl-format):
21033 Detect quoted-printable- and base64-encoded messages and decode them
21034 automatically. Set the message's encoding from the charset=
21035 header, if any. Decode base64-encoded messages in Mail format as well.
21036
21037 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
21038
21039 * mail/smtpmail.el: Fix previous change.
21040 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
21041 calling smtpmail-via-smtp.
21042 (smtpmail-via-smtp): Add fall-back values for envelope-from.
21043
21044 2003-08-26 John Paul Wallington <jpw@gnu.org>
21045
21046 * image.el (image-jpeg-p): Don't search beyond length of data.
21047
21048 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21049
21050 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
21051 misfeature in `expand-abbrev' which caused electric keywords like
21052 "else" to disappear if an open brace was typed directly afterwards.
21053
21054 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21055
21056 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
21057 mandatory in `define-widget'.
21058
21059 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
21060 Don't align the operators "!=", "<=" and ">=" as assignment operators.
21061
21062 (c-assignment-operators): New language constant that only contains
21063 the assignment operators.
21064
21065 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
21066
21067 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
21068
21069 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21070 Safeguard against unbalanced sexps.
21071
21072 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
21073
21074 * version.el (emacs-version): Check for gtk. Include gtk version info.
21075
21076 2003-08-25 John Paul Wallington <jpw@gnu.org>
21077
21078 * man.el (Man-default-man-entry): Don't whizz past the section
21079 number before looking for it.
21080
21081 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
21082
21083 * progmodes/gud.el (gud-display-line): Don't set window-point if
21084 source buffer is not visible. (Only happens with M-x gdba.)
21085
21086 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
21087 documentation.
21088 (gdb-source, gdb-source-info): Update to assembler unnecessary
21089 as its done after each GDB command anyway.
21090 (gdb-pre-prompt): Use with-current-buffer.
21091 (gdb-insert-field): Add help-echo text.
21092 (gdb-invalidate-assembler): Re-display of assembler now done in
21093 gdb-info-breakpoints-custom.
21094 (gdb-info-breakpoints-custom): Force re-display of assembler to
21095 happen *after* update of breakpoints buffer.
21096 (gdb-display-source-buffer): Don't choke if gdb-source-window
21097 isn't visible.
21098 (gdb-put-string, gdb-put-arrow): Remove free variables.
21099
21100 2003-08-24 John Paul Wallington <jpw@gnu.org>
21101
21102 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
21103
21104 * man.el (Man-default-man-entry): Strip text properties when
21105 snarfing parts of entry because `format' preserves properties.
21106
21107 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21108
21109 * files.el (file-newest-backup): Use `expand-file-name'.
21110
21111 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
21112 Allow the diary to pop up a new frame, if needed.
21113
21114 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21115 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21116 (smtpmail-send-it): Make treatment of envelope-from consistent with
21117 sendmail.el.
21118
21119 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21120 (sh-leading-keywords): Add the bash `time' reserved word.
21121 (sh-variables): Add some bash variables.
21122 (sh-add-completer): Fix nil branch of case statement.
21123
21124 2003-08-24 Masatake YAMATO <jet@gyve.org>
21125
21126 * progmodes/ld-script.el: New file.
21127
21128 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21129
21130 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21131
21132 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21133
21134 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21135 Better explain obsolescence, and what to use instead.
21136
21137 2003-08-23 Masatake YAMATO <jet@gyve.org>
21138
21139 * pcvs.el (cvs-do-removal): Show the deleted file name
21140 on the prompt.
21141
21142 2003-08-20 Dave Love <fx@gnu.org>
21143
21144 * international/mule.el (make-coding-system)
21145 (set-buffer-file-coding-system): Doc fix.
21146
21147 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21148
21149 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21150
21151 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21152
21153 * international/utf-16.el: Add mime-text-unsuitable coding system
21154 properties.
21155
21156 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21157
21158 * cus-edit.el: Add some :links.
21159 (bib): Remove.
21160
21161 * textmodes/bib-mode.el (bib): Add :group external.
21162
21163 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21164
21165 * wid-edit.el (widget-echo-help): Make it handle expressions that
21166 evaluate to strings.
21167
21168 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21169
21170 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21171
21172 Simplify selection of SQL products to define highlighting and
21173 interactive mode. Includes detailed instructions on adding
21174 support for new products.
21175
21176 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21177 product for use in highlighting and interactive mode.
21178 (sql-interactive-product): New variable. SQL product for
21179 sql-interactive-mode.
21180 (sql-product-support): New variable. Specifies product-specific
21181 parameters to drive highlighting and interactive mode.
21182 (sql-imenu-generic-expression): Add more object types.
21183 (sql-sqlite-options): Correct comment.
21184 (sql-ms-program): Use "osql" rather than "isql".
21185 (sql-prompt-regexp, sql-prompt-length): Update comment.
21186 (sql-mode-menu): Add "Start SQLi session" entry.
21187 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21188 (sql-mode-abbrev-table): Add abbreviations. Support of
21189 SYSTEM-FLAG on define-abbrev. Support was removed with last
21190 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21191 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21192 names.
21193 (sql-mode-ansi-font-lock-keywords): Set as default value.
21194 (sql-mode-oracle-font-lock-keywords): Set as default value.
21195 Support Oracle 9i keywords.
21196 (sql-mode-postgres-font-lock-keywords): Set as default value.
21197 (sql-mode-linter-font-lock-keywords): Set as default value.
21198 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21199 SQLServer 2000.
21200 (sql-mode-sybase-font-lock-keywords)
21201 (sql-mode-interbase-font-lock-keywords)
21202 (sql-mode-sqlite-font-lock-keywords)
21203 (sql-mode-strong-font-lock-keywords)
21204 (sql-mode-mysql-font-lock-keywords)
21205 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21206 keywords.
21207 (sql-mode-font-lock-defaults): Update comment.
21208 (sql-product-feature): New function. Returns feature associated
21209 with a product from `sql-product-support' alist.
21210 (sql-product-font-lock): New function. Set font-lock support
21211 based on `sql-product'.
21212 (sql-add-product-keywords): New function. Add font-lock rules to
21213 product-specific keyword variables.
21214 (sql-set-product): New function. Set `sql-product' and apply
21215 appropriate font-lock highlighting.
21216 (sql-highlight-product): New function. Set font-lock support
21217 based on a product. Also set mode name to include product name.
21218 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21219 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21220 Use `sql-set-product'.
21221 (sql-highlight-ms-keywords)
21222 (sql-highlight-sybase-keywords)
21223 (sql-highlight-interbase-keywords)
21224 (sql-highlight-strong-keywords)
21225 (sql-highlight-mysql-keywords)
21226 (sql-highlight-sqlite-keywords)
21227 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21228 (sql-get-login): Prompt in the same order as the tokens.
21229 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21230 (sql-product-interactive): New function. Common portions of
21231 product-specific interactive mode wrappers.
21232 (sql-interactive-mode): Rewritten to use product features.
21233 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21234 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21235 (sql-db2, sql-linter): Use `sql-product-interactive'.
21236 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21237 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21238 (sql-connect-ingres, sql-connect-postgres)
21239 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21240 New functions. Format command line parameters and invoke comint on
21241 the appropriate interpreter. Code was in the corresponding
21242 `sql-xyz' function before.
21243 (sql-connect-ms): New function. Support -E argument to use
21244 operating system credentials for authentication.
21245
21246 2003-08-18 Kenichi Handa <handa@m17n.org>
21247
21248 * international/mule.el (encode-char): Fix for the ASCII case.
21249
21250 2003-08-15 Kenichi Handa <handa@m17n.org>
21251
21252 * international/fontset.el (setup-default-fontset): Change "*" to
21253 nil in the specifications of font family.
21254
21255 2003-08-18 Kim F. Storm <storm@cua.dk>
21256
21257 * kmacro.el (kmacro-keymap): Group related bindings in
21258 initialization for clarity. Bind C-s to start macro.
21259 Remove C-r binding.
21260 (kmacro-initial-counter-value): New defvar to hold initial counter
21261 value in case we set the value before defining a macro.
21262 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21263 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21264 not defining or executing macro. Doc fix.
21265 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21266 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21267 temporarily view older elements on the macro ring without cycling
21268 the ring.
21269 (kmacro-display): Doc fix.
21270 (kmacro-exec-ring-item): New helper function.
21271 (kmacro-call-ring-2nd): Use it.
21272 (kmacro-call-ring-2nd-repeat): Doc fix.
21273 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21274 (kmacro-end-or-call-macro): Execute last viewed macro (using
21275 kmacro-exec-ring-item) from ring if this follows
21276 kmacro-view-macro. This allows us to find a macro on the ring
21277 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21278 the ring to bring it to the head of the ring.
21279 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21280 Allow binding to reserved keys without specifying C-x C-k prefix.
21281 Ask for confirmation if entered key sequence is already bound to
21282 a non-macro command.
21283 (kmacro-view-macro): Repeating command will show older elements
21284 on the macro ring; C-k will execute the last viewed macro.
21285 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21286 property from 'ring to 'head.
21287
21288 2003-08-17 Alan Shutko <ats@acm.org>
21289
21290 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21291 keeping December out of the alist.
21292
21293 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21294
21295 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21296 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21297 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21298 (calendar-flatten): New function.
21299 (calendar-mouse-view-other-diary-entries)
21300 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21301 in the menu title and to show multi-line diary entries correctly
21302 in the menu.
21303
21304 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21305
21306 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21307 defcustom, because the default was recently changed.
21308
21309 2003-08-16 Richard M. Stallman <rms@gnu.org>
21310
21311 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21312
21313 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21314 New subroutine, broken out of eval-last-sexp-1.
21315 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21316
21317 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21318
21319 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21320
21321 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21322
21323 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21324
21325 * progmodes/compile.el (compilation-error-regexp-alist):
21326 Add Java ANt error detection as described in document
21327 http://ant.apache.org/faq.html
21328
21329 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21330
21331 * simple.el (backward-word, forward-to-indentation)
21332 (backward-to-indentation): Argument changed to optional.
21333 (next-line, previous-line): Use `or' instead of `unless'.
21334
21335 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21336
21337 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21338 instead of a constant.
21339
21340 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21341
21342 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21343
21344 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21345
21346 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21347 (vc-sccs-workfile-version): Search the entire delta table, rather
21348 than just the first entry, because that might be a deleted version.
21349
21350 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21351
21352 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21353 [save-place] binding in the Options menu. Have it require
21354 'saveplace' and then toggle the variable manually, to avoid an an
21355 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21356 for the bug report.
21357
21358 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21359
21360 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21361 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21362 (gdb-info-threads-custom): Add help-echo text.
21363 (gdb-display-back): Don't use purecopy.
21364 (gdb-info-breakpoints-custom, gdb-reset)
21365 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21366 icons can be displayed.
21367
21368 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21369
21370 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21371
21372 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21373
21374 * bookmark.el (bookmark-completing-read):
21375 Return a string, instead of a list of one string.
21376 Use a popup menu if activated from the mouse.
21377 (bookmark-edit-annotation): Remove unused vars.
21378 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21379 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21380 to bookmark-completing-read.
21381 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21382 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21383 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21384 and erase-buffer.
21385 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21386 (bookmark-menu-jump, bookmark-menu-insert)
21387 (bookmark-popup-menu-and-apply-function)
21388 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21389 (bookmark-menu-build-paned-menu): Remove by folding it into
21390 bookmark-menu-popup-paned-menu.
21391 (menu-bar-bookmark-map): Move the define-key statements here.
21392 Use the "non-menu" commands since they now pop up a menu if needed.
21393 (bookmark-exit-hook-internal): Simplify.
21394
21395 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21396
21397 * reftex-toc.el (reftex-toc-rename-label): New function.
21398 (reftex-toc-check-docstruct): New function.
21399
21400 * reftex.el (reftex-region-active-p): New function.
21401
21402 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21403 regexp to find the \bibliography macro.
21404
21405 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21406 which does not exist in LaTeX.
21407 (reftex-cite-format-builtin): Added amsrefs support.
21408 (reftex-toc-confirm-promotion): New option
21409
21410 * reftex-toc.el
21411 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21412 (reftex-toc-demote, reftex-toc-promote)
21413 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21414 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21415 (reftex-toc-newhead-from-alist)
21416 (reftex-toc-load-all-files-for-promotion): New functions.
21417 (reftex-toc-help): Added description of new keys.
21418 (reftex-toc-split-windows-fraction): New option.
21419 (reftex-recenter-toc-when-idle): Search *toc* window on all
21420 visible frames.
21421 (reftex-toc): Additional parameter REUSE
21422 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21423 with REUSE argument.
21424 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21425 the call of `reftex-toc'.
21426 (reftex-make-separate-toc-frame): New function .
21427 (reftex-toc-recenter): When called with triple prefix arg, call
21428 `reftex-make-separate-toc-frame' first.
21429 (reftex-toc-toggle-dedicated-frame): New command.
21430 (reftex-toc-quit): Adapted to delete frame when called in
21431 dedicated frame.
21432
21433 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21434 all enclosing macros.
21435
21436
21437 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21438
21439 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21440 first use.
21441
21442 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21443
21444 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21445
21446 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21447
21448 * calendar/calendar.el (list-diary-entries-hook)
21449 (diary-display-hook, nongregorian-diary-listing-hook)
21450 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21451 Add some customize options for these hooks.
21452 (calendar-abbrev-construct): Don't try to take a substring longer
21453 than the original string.
21454
21455 2003-08-05 Richard M. Stallman <rms@gnu.org>
21456
21457 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21458 (testcover-reinstrument-clauses): Doc fix.
21459
21460 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21461 (warning-type-format): Rename from warning-group-format.
21462
21463 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21464 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21465 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21466 to prevent warnings about defvar for an obsolete variable.
21467
21468 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21469 warning-group-format renamed to warning-type-format.
21470
21471 * subr.el (read-passwd): Use clear-string instead of fillarray.
21472
21473 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21474 Use vconcat instead of concat.
21475 (edmacro-sanitize-for-string): New function.
21476
21477 2003-08-05 Dave Love <fx@gnu.org>
21478
21479 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21480 line-number-display-limit-width.
21481
21482 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21483
21484 2003-08-05 Kenichi Handa <handa@m17n.org>
21485
21486 * international/code-pages.el: Don't require mule-diag.
21487
21488 * international/mule-diag.el (non-iso-charset-alist):
21489 Add autoload cookie.
21490
21491 * language/devan-util.el (dev-glyph-order): Add an entry for the
21492 glyph code #xC4.
21493
21494 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21495
21496 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21497 (european-calendar-style, diary-date-forms)
21498 (calendar-day-name-array, calendar-month-name-array): Doc change.
21499 (generate-calendar-month): Adapt for new behaviour of
21500 `calendar-day-name' function.
21501 (calendar-abbrev-length, calendar-day-abbrev-array)
21502 (calendar-month-abbrev-array): New variables.
21503 (calendar-abbrev-construct): New function.
21504 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21505 rather than fixing abbrevs at some width. Calling syntax change.
21506 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21507 (calendar-date-string): Adapt for new behaviours of
21508 `calendar-day-name' and `calendar-month-name' functions.
21509
21510 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21511 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21512 (diary-name-pattern): Use abbrev arrays, rather than fixing
21513 abbrevs at three chars. Calling syntax change.
21514 (mark-diary-entries): Adapt for new behaviours of
21515 `diary-name-pattern' and `calendar-make-alist' functions.
21516 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21517 `diary-name-pattern' function.
21518 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21519 fixing abbrevs at three chars. Calling syntax change.
21520 (cal-hebrew, cal-islam): Require when compiling.
21521 (diary-font-lock-keywords): Adapt for new behaviour of
21522 `font-lock-diary-date-forms' function.
21523
21524 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21525 (calendar-hebrew-month-name-array-common-year)
21526 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21527 (list-hebrew-diary-entries): Adapt for new behaviours of
21528 `calendar-day-name' and `add-to-diary-list' functions.
21529 (mark-hebrew-diary-entries): Adapt for new behaviours of
21530 `diary-name-pattern' and `calendar-make-alist' functions.
21531
21532 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21533 Add doc string.
21534 (list-islamic-diary-entries): Adapt for new behaviours of
21535 `calendar-day-name' and `add-to-diary-list' functions.
21536 (mark-islamic-diary-entries): Adapt for new behaviours of
21537 `diary-name-pattern' and `calendar-make-alist' functions.
21538
21539 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21540 `calendar-month-name' function.
21541
21542 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21543
21544 * calendar/solar.el (solar-seasons-data): Move definition before use.
21545
21546 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21547 (cal-tex-LaTeX-hourbox): Move definition before use.
21548
21549 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21550 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21551 * lunar.el, solar.el (displayed-month, displayed-year):
21552 Define for compiler.
21553
21554 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21555
21556 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21557 MODE. Renamed from c-init-c-language-vars'.
21558 (c-initialize-cc-mode): Change accordingly.
21559 (c-common-init): Ditto.
21560 (c-mode): Ditto.
21561 (c++-mode): Use `c-init-language-vars-for'.
21562 (objc-mode): Ditto.
21563 (java-mode): Ditto.
21564 (idl-mode): Ditto.
21565 (pike-mode): Ditto.
21566 (awk-mode): Ditto.
21567
21568 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21569
21570 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21571 or not the point moved.
21572
21573 (c-search-decl-header-end): Don't trip up on operator identifiers
21574 in C++ and operators like == in all languages.
21575
21576 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21577 Detect leading labels correctly.
21578
21579 2003-08-02 Andreas Schwab <schwab@suse.de>
21580
21581 * textmodes/ispell.el: Don't redo key bindings on loading, put
21582 them only in loaddefs.el.
21583 * bookmark.el: Likewise.
21584 * dabbrev.el: Likewise.
21585 * emerge.el: Likewise.
21586
21587 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21588 has more than one member.
21589
21590 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21591
21592 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21593
21594 * lpr.el (printify-region): It was ending conversion before the
21595 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21596
21597 2003-07-31 John Paul Wallington <jpw@gnu.org>
21598
21599 * net/browse-url.el (browse-url-epiphany): Doc fix.
21600
21601 2003-07-30 Kenichi Handa <handa@m17n.org>
21602
21603 * international/fontset.el (setup-default-fontset):
21604 Change registry names of Akurti fonts.
21605
21606 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21607
21608 * comint.el (comint-read-noecho): Use `clear-string' instead of
21609 `fillarray'.
21610
21611 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21612
21613 * outline.el (outline-mode-hook): Add defvar.
21614
21615 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21616
21617 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21618 Restore assembler in source window if that is what has been selected.
21619 (menu): Add gdb-restore-windows to menu. Make gdba
21620 specific menus only visible from gdba.
21621
21622 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21623
21624 * progmodes/compile.el (compilation-environment): New user variable.
21625 (compile-internal): Respect it.
21626
21627 2003-07-23 Masatake YAMATO <jet@gyve.org>
21628
21629 * progmodes/gud.el (gdb-script-font-lock-keywords):
21630 Put `font-lock-function-name-face' on a symbol which includes
21631 `-' like `hook-run'. Put font-lock-variable-name-face
21632 on a symbol starting with $.
21633
21634 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21635
21636 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21637
21638 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21639
21640 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21641
21642 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21643
21644 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21645 Use with-no-warnings.
21646 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21647 rather than to find-file-not-found-hook, which doesn't exist.
21648
21649 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21650
21651 * international/quail.el (quail-translate-key): Fix previous change.
21652
21653 2003-07-25 John Paul Wallington <jpw@gnu.org>
21654
21655 * server.el (server-start): Check `server-process' is non-nil
21656 before killing it to avoid killing current buffer's process.
21657
21658 * simple.el (choose-completion-string): Use `minibufferp';
21659 test `completion-reference-buffer' if `buffer' arg is nil.
21660 (push-mark): Use `when' and `unless'.
21661 (pop-mark): Use `when'.
21662
21663 * mouse-sel.el (mouse-sel-get-selection-function):
21664 Check `x-last-selected-text-primary'. Don't barf if it or
21665 `x-last-selected-text' aren't bound.
21666
21667 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21668
21669 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21670
21671 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21672
21673 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21674
21675 2003-07-23 John Paul Wallington <jpw@gnu.org>
21676
21677 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21678
21679 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21680
21681 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21682 string. Defvar the derived hook.
21683
21684 * macros.el (insert-kbd-macro): Escape double quote character.
21685 From Thomas W Murphy <twm@andrew.cmu.edu>.
21686
21687 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21688
21689 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21690 to match the specific mark rather than reusing comment-start-skip.
21691
21692 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21693
21694 * progmodes/hideshow.el (hs-special-modes-alist):
21695 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21696
21697 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21698
21699 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21700 value using ?\s.
21701
21702 2003-07-21 John Paul Wallington <jpw@gnu.org>
21703
21704 * subr.el (with-selected-window): Add closing paren.
21705
21706 2003-07-21 Richard M. Stallman <rms@gnu.org>
21707
21708 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21709 (lisp-mode): Likewise.
21710
21711 * subr.el (with-selected-window): Copy code form save-selected-window
21712 so as to call select-window with norecord arg.
21713 (dynamic-completion-table): Doc fix.
21714 (lazy-completion-table): Doc fix.
21715
21716 * international/mule-cmds.el (set-locale-environment):
21717 langinfo renamed to locale-info.
21718
21719 * international/mule.el (auto-coding-functions): Doc fix.
21720
21721 2003-07-21 Kenichi Handa <handa@m17n.org>
21722
21723 * international/quail.el (quail-translate-key):
21724 Update quail-current-str correctly.
21725
21726 2003-07-21 Andreas Schwab <schwab@suse.de>
21727
21728 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21729 ?, to "_".
21730
21731 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21732 Version 2.0.36 of Tramp released.
21733
21734 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21735 tramp-password-end-of-line.
21736 (tramp-password-end-of-line): New method parameter.
21737 (tramp-get-password-end-of-line): Function to access method
21738 parameter `tramp-password-end-of-line', or variable
21739 `tramp-default-password-end-of-line' (default value).
21740 (tramp-methods): Add entries for new parameter
21741 tramp-password-end-of-line.
21742 (tramp-enter-password): Use new function
21743 `tramp-get-password-end-of-line'.
21744 (tramp-handle-insert-file-contents): Do not
21745 unconditionally inhibit the file operation file-local-copy, only
21746 do that when the inhibit-file-name-operation is currently
21747 insert-file-contents. This fixes finding remote CVS-controlled
21748 files. (It would barf on inserting the CVS/Entries file
21749 literally, because the file-local-copy handler wasn't called.)
21750 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21751 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21752 (tramp-initial-commands): New variable.
21753 (tramp-process-initial-commands): New function, using the variable.
21754 (tramp-open-connection-setup-interactive-shell): Call the new function.
21755 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21756 method into the buffer name, never use nil. Reported by Hanak
21757 David <dhanak@inf.bme.hu>.
21758 (tramp-open-connection-setup-interactive-shell): Erase buffer
21759 before sending "stty -onlcr".
21760
21761 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21762
21763 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21764
21765 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21766
21767 2003-07-19 John Paul Wallington <jpw@gnu.org>
21768
21769 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21770 (artist-draw-rect, artist-draw-square): Doc fixes.
21771
21772 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21773
21774 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21775
21776 2003-07-19 Kenichi Handa <handa@m17n.org>
21777
21778 * international/kkc.el (kkc-show-conversion-list-update):
21779 Highlight the correct candidate in the message.
21780
21781 2003-07-18 John Paul Wallington <jpw@gnu.org>
21782
21783 * simple.el (current-word): Don't include punctuation char when
21784 `really-word' arg is non-nil.
21785
21786 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21787
21788 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21789 moved to the directory obsolete.
21790
21791 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21792
21793 * info.el (Info-menu-entry-name-re): Allow newlines in
21794 menu entry names.
21795
21796 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21797 syntax-ppss-after-change-function.
21798 (syntax-ppss-after-change-function): New alias. Update uses.
21799 (syntax-ppss): Catch the case where the buffer is narrowed.
21800
21801 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21802
21803 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21804 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21805
21806 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21807
21808 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21809 since it might be modified.
21810
21811 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21812 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21813 names to these language constants.
21814
21815 2003-07-15 Kim F. Storm <storm@cua.dk>
21816
21817 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21818 All uses changed.
21819
21820 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21821
21822 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21823 Namespace support.
21824
21825 2003-07-13 Juanma Barranquero <lektu@terra.es>
21826
21827 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21828 papers received).
21829
21830 2003-07-13 Karl Eichwalder <ke@suse.de>
21831
21832 * textmodes/po.el (po-find-charset): White space at the start of the
21833 Content-Type field body is non-mandatory.
21834
21835 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21836
21837 * textmodes/texinfo.el (texinfo-section-list):
21838 Append appendixsection; a synonym for appendixsec.
21839
21840 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21841
21842 * man.el (Man-translate-cleanup): New.
21843 (Man-translate-references): Call `Man-translate-cleanup' to clean
21844 leading, trailing and middle spaces.
21845
21846 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21847
21848 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21849 Handle `dired-directory' being a list.
21850
21851 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21852
21853 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21854 it doesn't exist.
21855
21856 2003-07-12 Richard M. Stallman <rms@gnu.org>
21857
21858 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21859
21860 * progmodes/cc-defs.el (c-make-keywords-re):
21861 Don't use delete-duplicates.
21862 (c-lang-const): Don't use mapcan.
21863
21864 * apropos.el (apropos-show-scores): Make it customizable.
21865 Document new meaning.
21866 (apropos): Compute scores from symbols.
21867 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21868
21869 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21870
21871 * ps-bdf.el: Fix copyright line.
21872 (bdf-directory-list): Fix initialization code.
21873
21874 2003-07-11 John Paul Wallington <jpw@gnu.org>
21875
21876 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21877 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21878 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21879
21880 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21881
21882 * emacs-lisp/ring.el (ring-elements): Doc fix.
21883
21884 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21885
21886 * calendar/timeclock.el (timeclock-relative)
21887 (timeclock-ask-before-exiting, timeclock-use-display-time):
21888 Doc changes.
21889 (timeclock-modeline-display): Give a message if
21890 `timeclock-use-display-time' is non-nil but `display-time-mode'
21891 is not active.
21892
21893 2003-07-11 Kenichi Handa <handa@m17n.org>
21894
21895 * international/mule-cmds.el (set-language-environment):
21896 Set current-language-environment to the correct string.
21897
21898 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21899
21900 * ps-print.el: Print line number correctly in a region. Reported by
21901 Tim Allen <timallen@ls83.fsnet.co.uk>.
21902 (ps-print-version): New version number (6.6.2).
21903 (ps-printing-region): Code fix.
21904
21905 2003-07-10 John Paul Wallington <jpw@gnu.org>
21906
21907 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21908 this function can be called from `add-completions-from-tags-table'.
21909
21910 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21911
21912 * calendar/timeclock.el (timeclock-use-display-time)
21913 (timeclock-day-over-hook, timeclock-workday-remaining)
21914 (timeclock-status-string, timeclock-when-to-leave)
21915 (timeclock-when-to-leave-string, timeclock-log-data)
21916 (timeclock-find-discrep, timeclock-day-base)
21917 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21918 (timeclock-modeline-display): Set the variable
21919 `timeclock-modeline-display'.
21920 (timeclock-update-modeline): Doc fix. Respect value of
21921 `timeclock-relative'.
21922
21923 2003-07-09 Richard M. Stallman <rms@gnu.org>
21924
21925 * textmodes/reftex-parse.el (reftex-all-document-files):
21926 Add autoload cookie.
21927
21928 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21929 (reftex-scanning-info-available-p): Add autoload cookie.
21930
21931 * international/mule-cmds.el
21932 (set-display-table-and-terminal-coding-system): Delete duplicate
21933 aset on standard-display-table.
21934
21935 * view.el (view-file): If existing buffer's major mode is special,
21936 don't go into view mode.
21937
21938 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21939
21940 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21941
21942 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21943 buffer changes; there's third party code that calls this function
21944 directly.
21945
21946 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21947
21948 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21949 (autodoc-font-lock-keywords): Don't byte compile on font lock
21950 initialization when running from byte compiled files.
21951
21952 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21953
21954 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21955 statement ends with auto-increment "++".
21956
21957 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21958
21959 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21960 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21961 these are changed, so declare them as variables and not constants.
21962
21963 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21964
21965 * subr.el (dolist, dotimes): Doc fix.
21966
21967 2003-07-08 Kim F. Storm <storm@cua.dk>
21968
21969 * international/mule-cmds.el
21970 (set-display-table-and-terminal-coding-system): Don't break
21971 bootstrap if standard-display-table isn't setup yet.
21972
21973 2003-07-07 Richard M. Stallman <rms@gnu.org>
21974
21975 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21976 Give it a doc string, and autoload it.
21977
21978 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21979 Use with-no-warnings.
21980
21981 * info.el (Info-search): If find invisible text, search again.
21982
21983 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21984
21985 * man.el (Man-name-regexp): Match + as part of name.
21986
21987 * simple.el (visible-mode): Rename from vis-mode.
21988 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21989
21990 * simple.el (current-word): New arg REALLY-WORD specifies
21991 don't include punctuation chars.
21992
21993 * emacs-lisp/debug.el (debug, debugger-env-macro):
21994 Use with-no-warnings while accessing and binding unread-command-char.
21995
21996 * international/mule-cmds.el
21997 (set-display-table-and-terminal-coding-system): Use explicit loop
21998 instead of calling standard-display-default.
21999
22000 * net/ange-ftp.el (ange-ftp-file-symlink-p):
22001 Use condition-case to catch error in ange-ftp-get-files.
22002
22003 * net/browse-url.el (browse-url-browser-function):
22004 Add alternative for Epiphany.
22005 (browse-url-epiphany-program, browse-url-epiphany-arguments)
22006 (browse-url-epiphany-startup-arguments)
22007 (browse-url-epiphany-new-window-is-tab): New variables.
22008 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
22009
22010 * progmodes/compile.el (compile-auto-highlight): Default now t.
22011 (compile): Doc fix.
22012 (compilation-next-error): Fix previous change.
22013
22014 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
22015
22016 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
22017
22018 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
22019
22020 * gdb-ui.el (gdb-source-info): Display current frame when
22021 attaching to an existing process.
22022 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
22023 while laying out windows when attaching to an existing process.
22024
22025 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
22026
22027 * info.el (Info-menu): Use Info-menu-entry-name-re.
22028
22029 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
22030
22031 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
22032 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
22033
22034 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
22035 to match the same text.
22036
22037 2003-07-06 John Paul Wallington <jpw@gnu.org>
22038
22039 * vc.el (vc-annotate-offset): Move defvar up.
22040
22041 2003-07-06 Kim F. Storm <storm@cua.dk>
22042
22043 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
22044 This should fix the infinite loop when extracting menu names.
22045
22046 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22047
22048 * files.el (auto-mode-alist, interpreter-mode-alist):
22049 Remove entries to CC Mode modes to avoid duplicates; they are now added
22050 with autoload directives in cc-mode.el.
22051
22052 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
22053
22054 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22055 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22056 these are changed, so declare them as variables and not constants.
22057
22058 * progmodes/cc-mode.el: Fix some autoload problems: Try to
22059 ensure that the entry for ".c" extension comes before the one for
22060 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
22061 Fix incorrect entries that were added to `interpreter-mode-alist'.
22062 Move the autoload directives for AWK to the top level since they
22063 aren't recognized anywhere else. Do not use the new AWK mode doc
22064 in the autoload form for the old AWK mode.
22065
22066 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22067
22068 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
22069 (bibtex-sort-ignore-string-entries): Default value t.
22070 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
22071 erroneously in previous version.
22072 (bibtex-string-files): Docstring reflects new parsing scheme.
22073 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
22074 docstring, add # as one of the chars to crush
22075 (bibtex-autokey-prefix-string, bibtex-autokey-names)
22076 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
22077 (bibtex-autokey-name-change-strings)
22078 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
22079 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
22080 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
22081 (bibtex-autokey-title-terminators)
22082 (bibtex-autokey-titlewords-stretch)
22083 (bibtex-autokey-titleword-ignore)
22084 (bibtex-autokey-titleword-case-convert)
22085 (bibtex-autokey-titleword-abbrevs)
22086 (bibtex-autokey-titleword-abbrevs)
22087 (bibtex-autokey-titleword-change-strings)
22088 (bibtex-autokey-titleword-length)
22089 (bibtex-autokey-titleword-separator)
22090 (bibtex-autokey-name-year-separator)
22091 (bibtex-autokey-year-title-separator)
22092 (bibtex-autokey-before-presentation-function)
22093 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
22094 Fix docstring.
22095 (bibtex-strings, bibtex-reference-keys):
22096 Use lazy-completion-table and make-variable-buffer-local.
22097 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
22098 (bibtex-braced-string-syntax-table)
22099 (bibtex-quoted-string-syntax-table): New variables.
22100 (bibtex-parse-nested-braces): Remove.
22101 (bibtex-parse-field-string): Use syntax table and forward-sexp.
22102 (bibtex-parse-association): Simplify.
22103 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
22104 (bibtex-parse-field-text): Simplify.
22105 (bibtex-search-forward-field, bibtex-search-backward-field):
22106 argument BOUND can take value t.
22107 (bibtex-start-of-field, bibtex-start-of-name-in-field)
22108 (bibtex-end-of-name-in-field, bibtex-end-of-field)
22109 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
22110 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
22111 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
22112 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22113 and ending of entry. Update for changes of bibtex-search-entry.
22114 Simplify.
22115 (bibtex-map-entries): FUN is called with three arguments.
22116 (bibtex-search-entry): Return a cons pair with buffer positions of
22117 beginning and end of entry.
22118 (bibtex-enclosing-field): Simplify.
22119 (bibtex-format-entry): Use booktitle to set a missing title.
22120 (bibtex-autokey-get-names): Fiddle with regexps.
22121 (bibtex-generate-autokey): Use identity.
22122 (bibtex-parse-keys): Use simplified parsing algorithm if
22123 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22124 arguments. Return alist of keys.
22125 (bibtex-parse-strings): Simplify. Return alist of strings.
22126 (bibtex-complete-string-cleanup): Fix docstring.
22127 (bibtex-read-key): New function.
22128 (bibtex-mode): Fix docstring. Do not parse for keys and
22129 strings when the mode is entered. Set fill-paragraph-function to
22130 bibtex-fill-field. Setup font-lock-mark-block-function the way
22131 font-lock intended.
22132 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22133 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22134 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22135 (bibtex-Preamble): Avoid hard coded constants.
22136 (bibtex-make-field): Fix docstring. Simplify.
22137 (bibtex-beginning-of-entry): Always return new position of point.
22138 (bibtex-end-of-entry): Rearrange cond clauses.
22139 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22140 Update for changes of bibtex-map-entries.
22141 (bibtex-ispell-abstract): Do not move point.
22142 (bibtex-entry-index): Use downcase. Simplify.
22143 (bibtex-lessp): Handle catch-all.
22144 (bibtex-find-crossref): Turn into a command.
22145 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22146 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22147 preamble entries.
22148 (bibtex-fill-field-bounds): New function.
22149 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22150 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22151 (bibtex-String): Use bibtex-strings. Always obey
22152 bibtex-sort-ignore-string-entries.
22153
22154 2003-07-05 John Paul Wallington <jpw@gnu.org>
22155
22156 * cus-theme.el (customize-create-theme):
22157 Call `customize-create-theme' in Reset widget's notify function.
22158
22159 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22160 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22161 (define-ibuffer-column name): Add summarizer.
22162 (define-ibuffer-column size): Likewise.
22163 (define-ibuffer-column filename): Likewise.
22164 (define-ibuffer-column process): Likewise. Change BODY's output too.
22165 (define-ibuffer-column filename-and-process): Likewise, likewise.
22166 (ibuffer): Remove local vars `already-in' and `need-update'.
22167
22168 * ibuf-ext.el: Don't require `derived' at compile-time.
22169
22170 2003-07-05 Kim F. Storm <storm@cua.dk>
22171
22172 * info.el: Disable paragraph refilling.
22173 (Info-refill-paragraphs): New defcustom.
22174 (Info-fontify-node): Use it.
22175
22176 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22177
22178 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22179 thingies from constructors created by defstruct.
22180
22181 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22182 the default value of the variable.
22183 (byte-code-meter): Move declaration to top level.
22184
22185 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22186
22187 * info.el (Info-following-node-name-re): New fun.
22188 (Info-following-node-name): Remove.
22189 (Info-insert-dir): Use the new fun.
22190 (Info-extract-pointer): Don't save restriction; use new fun.
22191 (Info-menu-entry-name-re): New const.
22192 (Info-menu-entry-name-re): Use it along with new fun.
22193 (Info-node-spec-re): Use new fun.
22194 (Info-complete-menu-item, Info-fontify-node): Use new const.
22195 (Info-goto-node, Info-follow-reference, Info-menu-update):
22196 Use match-string.
22197 (Info-follow-reference): Use assoc-string.
22198 Use a list of strings for the completion table.
22199 (Info-fontify-node): Use match-string, line-end-position.
22200 Limit the search for `node:' to the first line.
22201
22202 * newcomment.el (uncomment-region): Remove padding coming from
22203 comment-start rather than just from comment-padding.
22204
22205 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22206 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22207 (vc-cvs-rename-file): Remove (use the default).
22208 (vc-cvs-register): Register parent dir if needed.
22209 (vc-cvs-could-register): Return non-nil if parent can be registered.
22210 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22211 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22212
22213 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22214 (vc-svn-update): Fix the arguments to `svn'.
22215 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22216 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22217 Simple implementations, assuming `name' is a URL.
22218
22219 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22220 set of chars allowed unquoted in a case pattern.
22221
22222 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22223
22224 * font-lock.el (font-lock-extra-types-widget)
22225 (c-font-lock-extra-types, c++-font-lock-extra-types)
22226 (objc-font-lock-extra-types, java-font-lock-extra-types)
22227 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22228 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22229 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22230 (font-lock-match-c++-structor-declaration)
22231 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22232 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22233 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22234 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22235 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22236 (java-font-lock-keywords-3, java-font-lock-keywords)
22237 (java-font-lock-syntactic-face-function): Remove obsolete code
22238 and constants. It's all in cc-fonts.el now.
22239
22240 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22241
22242 * mail/sendmail.el (mail-specify-envelope-from)
22243 (mail-envelope-from): Doc fix.
22244
22245 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22246
22247 * generic-x.el: Do away with the dependency on `c-emacs-features'
22248 when populating `rul-generic-mode-syntax-table'; we already know
22249 this isn't XEmacs.
22250
22251 See ChangeLog.10 for earlier changes.
22252
22253 ;; Local Variables:
22254 ;; coding: iso-2022-7bit
22255 ;; End:
22256
22257 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22258 Copying and distribution of this file, with or without modification,
22259 are permitted provided the copyright notice and this notice are preserved.
22260
22261 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1