]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-17 Richard M. Stallman <rms@gnu.org>
2
3 * term.el (term-get-old-input, term-input-filter, term-input-sender)
4 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
5
6 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7 Doc fixes.
8
9 * faces.el (underline): Try bold if terminal doesn't support underline.
10
11 * mail/sendmail.el (mail-setup-with-from): New variable.
12 (mail-insert-from-field): New function.
13 (sendmail-send-it): Call it.
14 (mail-setup): Optionally call it here.
15
16 * term/linux.el: Call tty-no-underline.
17
18 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19
20 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
21
22 2005-06-17 Miles Bader <miles@gnu.org>
23
24 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
29 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
30 Remove "-face" suffix from face names.
31 (ediff-current-diff-face-A, ediff-current-diff-face-B)
32 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
33 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
34 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
35 (ediff-even-diff-face-A, ediff-even-diff-face-B)
36 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
37 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
38 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
39 New backward-compatibility aliases for renamed faces.
40 (ediff-current-diff-face-A, ediff-current-diff-face-B)
41 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
42 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
43 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
44 (ediff-even-diff-face-A, ediff-even-diff-face-B)
45 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
46 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
47 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
48 Use renamed ediff faces.
49
50 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
51 Remove "-face" suffix from face names.
52 (eshell-test-ok-face, eshell-test-failed-face):
53 New backward-compatibility aliases for renamed faces.
54 (eshell-run-test): Use renamed eshell-test faces.
55
56 * eshell/em-prompt.el (eshell-prompt):
57 Remove "-face" suffix from face name.
58 (eshell-prompt-face): New backward-compatibility alias for renamed face.
59 (eshell-emit-prompt): Use renamed eshell-prompt face.
60
61 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
62 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
63 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
64 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
65 Remove "-face" suffix from face names.
66 (eshell-ls-directory-face, eshell-ls-symlink-face)
67 (eshell-ls-executable-face, eshell-ls-readonly-face)
68 (eshell-ls-unreadable-face, eshell-ls-special-face)
69 (eshell-ls-missing-face, eshell-ls-archive-face)
70 (eshell-ls-backup-face, eshell-ls-product-face)
71 (eshell-ls-clutter-face):
72 New backward-compatibility aliases for renamed faces.
73 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
74
75 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
76 "-face" suffix from face name.
77 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
78 instead of literal face.
79
80 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
81
82 * emacs-lisp/warnings.el (display-warning, lwarn)
83 (warning-minimum-log-level): Doc fixes.
84 (warning-minimum-level, warning-minimum-log-level):
85 Add :debug to :type choices.
86
87 * progmodes/ada-mode.el (ada-format-paramlist)
88 (ada-get-indent-case, ada-check-matching-start)
89 (ada-check-defun-name, ada-goto-matching-decl-start)
90 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
91 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
92 (ada-make-subprogram-body): Follow error conventions.
93 (ada-case-exception-file, ada-indent-comment-as-code)
94 (ada-indent-handle-comment-special, ada-indent-renames)
95 (ada-indent-return, ada-search-directories-internal)
96 (ada-tab-policy, ada-case-exception-substring)
97 (ada-other-file-alist, ada-matching-start-re)
98 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
99 (ada-imenu-generic-expression, ada-compile-goto-error)
100 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
101 (ada-popup-menu, ada-add-extensions, ada-mode)
102 (ada-region-selected, ada-create-case-exception)
103 (ada-create-case-exception-substring, ada-after-keyword-p)
104 (ada-activate-keys-for-case, ada-adjust-case-region)
105 (ada-adjust-case-buffer, ada-format-paramlist)
106 (ada-scan-paramlist, ada-insert-paramlist)
107 (ada-indent-newline-indent)
108 (ada-indent-newline-indent-conditional)
109 (ada-justified-indent-current, ada-goto-previous-word)
110 (ada-indent-current, ada-get-indent-open-paren)
111 (ada-get-indent-paramlist, ada-get-indent-end)
112 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
113 (ada-get-indent-block-start, ada-get-indent-subprog)
114 (ada-get-indent-noindent, ada-get-indent-label)
115 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
116 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
117 (ada-goto-stmt-end, ada-goto-next-word)
118 (ada-check-matching-start, ada-check-defun-name)
119 (ada-goto-matching-decl-start, ada-goto-matching-start)
120 (ada-goto-matching-end, ada-search-ignore-string-comment)
121 (ada-in-decl-p, ada-looking-at-semi-or)
122 (ada-looking-at-semi-private, ada-in-paramlist-p)
123 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
124 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
125 (ada-next-procedure, ada-previous-procedure, ada-next-package)
126 (ada-previous-package, ada-create-menu)
127 (ada-fill-comment-paragraph-justify)
128 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
129 (ada-other-file-name, ada-last-which-function-line)
130 (ada-last-which-function-subprog, ada-which-function)
131 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
132 (ada-gen-treat-proc, ada-check-emacs-version)
133 (ada-continuation-indent, ada-align-region-separate):
134 Fix typos in docstrings.
135 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
136
137 2005-06-16 Lute Kamstra <lute@gnu.org>
138
139 * simple.el (fundamental-mode): Run after-change-major-mode-hook
140 conditionally.
141
142 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
143
144 * comint.el (comint-replace-by-expanded-filename)
145 (comint-prompt-regexp, comint-delimiter-argument-list)
146 (comint-preinput-scroll-to-bottom):
147 * info.el (Info-hide-cookies-node):
148 * ls-lisp.el (ls-lisp-classify):
149 * find-file.el (ff-search-directories, ff-special-constructs)
150 (ff-find-other-file):
151 * font-lock.el (font-lock-keywords):
152 * shell.el (shell-prompt-pattern)
153 (shell-dynamic-complete-functions, shell-mode)
154 (shell-delimiter-argument-list):
155 * term.el (term-replace-by-expanded-filename)
156 (term-prompt-regexp, term-delimiter-argument-list):
157 * woman.el (woman-ignore, woman0-if):
158 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
159 * emacs-lisp/elint.el (elint-init-env):
160 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
161 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
162 * language/ethio-util.el (ethio-tilde-escape)
163 (ethio-use-three-dot-question):
164 * net/zone-mode.el (zone-mode-load-time-setup):
165 * progmodes/cc-align.el (c-lineup-argcont):
166 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
167 * progmodes/cperl-mode.el (cperl-set-style-back):
168 * progmodes/inf-lisp.el (inferior-lisp-prompt):
169 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
170 Fix spellings in docstrings.
171
172 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
173 * progmodes/modula2.el (m2-for): Fix spellings.
174
175 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
176
177 * simple.el (undo-more): Don't use `format' on `error' arguments.
178 Improve argument/docstring consistency.
179 (pending-undo-list): Doc fix.
180
181 * smerge-mode.el (smerge-ensure-match):
182 * emulation/vip.el (vip-ex):
183 * net/zone-mode.el (zone-mode-update-serial):
184 * progmodes/idlwave.el (idlwave-complete):
185 * progmodes/vhdl-mode.el (vhdl-visit-file)
186 (vhdl-compose-wire-components):
187 Don't use `format' on `error' arguments.
188
189 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
190 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
191 (tooltip-help-tips): Fix typos in docstrings.
192
193 2005-06-16 David Ponce <david@dponce.com>
194
195 * tree-widget.el (tree-widget-value-create): Simplify last change.
196
197 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
198
199 * ido.el (ido-incomplete-regexp): New variable.
200 (ido-set-matches-1): Handle invalid-regexp error and set
201 ido-incomplete-regexp.
202 (ido-incomplete-regexp): New face.
203 (ido-completions): Use it.
204 (ido-complete, ido-exit-minibuffer, ido-completions): Handle
205 incomplete regexps.
206 (ido-completions): Add check for complete match when entering a regexp.
207
208 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
211
212 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
213
214 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
215 by field delimiters.
216
217 2005-06-15 David Ponce <david@dponce.com>
218
219 * tree-widget.el: eval-and-compile inlined functions so they will
220 be available at run-time too.
221 (tree-widget-super-format-handler)
222 (tree-widget-format-handler): Remove.
223 (tree-widget-value-create): Handle the :indent property.
224
225 2005-06-15 Miles Bader <miles@gnu.org>
226
227 * progmodes/which-func.el (which-func): Only inherit
228 `font-lock-function-name-face' when that makes sense against the
229 default mode-line face, otherwise set the face color explicitly.
230
231 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
232 faces instead of (non-existent) variables.
233
234 2005-06-14 Miles Bader <miles@gnu.org>
235
236 * progmodes/ld-script.el (ld-script-location-counter):
237 Remove "-face" suffix from face name.
238 (ld-script-location-counter-face):
239 New backward-compatibility alias for renamed face.
240 (ld-script-location-counter-face): Use renamed face.
241
242 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
243 (cperl-hash): Remove "-face" suffix from face names.
244 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
245 New backward-compatibility aliases for renamed faces.
246 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
247 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
248
249 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
250 name.
251 (which-func-face): New backward-compatibility alias for renamed face.
252 (which-func-format): Use renamed which-func face.
253
254 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
255 (vhdl-function, vhdl-directive, vhdl-reserved-word)
256 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
257 names.
258 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
259 (vhdl-speedbar-configuration, vhdl-speedbar-package)
260 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
261 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
262 (vhdl-speedbar-architecture-selected)
263 (vhdl-speedbar-configuration-selected)
264 (vhdl-speedbar-package-selected)
265 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
266 names.
267 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
268 Use renamed faces.
269 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
270 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
271 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
272 Use renamed faces.
273 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
274 names.
275 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
276 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
277 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
278 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
279 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
280 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
281
282 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
283 face name.
284 (sh-heredoc-face): New backward-compatibility alias for renamed face.
285 (sh-heredoc-face): Use renamed sh-heredoc face.
286
287 * progmodes/idlw-help.el (idlwave-help-link):
288 Remove "-face" suffix from face name.
289 (idlwave-help-link-face):
290 New backward-compatibility alias for renamed face.
291 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
292
293 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
294 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
295 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
296 New backward-compatibility aliases for renamed faces.
297 (idlwave-shell-disabled-breakpoint-face)
298 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
299
300 * progmodes/flymake.el (flymake-errline, flymake-warnline):
301 Remove "-face" suffix from face names.
302 (flymake-errline-face, flymake-warnline-face):
303 New backward-compatibility aliases for renamed faces.
304 (flymake-highlight-line): Use renamed flymake faces.
305
306 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
307 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
308 (ebrowse-member-class, ebrowse-progress):
309 Remove "-face" suffix from face names.
310 (ebrowse-tree-mark-face, ebrowse-root-class-face)
311 (ebrowse-file-name-face, ebrowse-default-face)
312 (ebrowse-member-attribute-face, ebrowse-member-class-face)
313 (ebrowse-progress-face):
314 New backward-compatibility aliases for renamed faces.
315 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
316 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
317 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
318 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
319
320 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
321 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
322 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
323 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
324 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
325 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
326 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
327 New backward-compatibility aliases for renamed faces.
328 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
329 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
330 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
331 "font-lock-". Use renamed antlr-mode faces.
332 (antlr-font-lock-additional-keywords): Use renamed faces.
333 Replace literal face-names with face variable references.
334
335 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
336 face name.
337 (Buffer-menu-buffer-face): New backward-compatibility alias for
338 renamed face.
339 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
340
341 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
342
343 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
344 Eliminate "-face" suffix.
345 (makefile-targets): Inherit from font-lock-function-name-face and
346 eliminate "-face" suffix.
347 (makefile-shell): Remove attributes and eliminate "-face" suffix.
348 (makefile-*-font-lock-keywords): Append makefile-targets in rule
349 actions, instead of prepending, to make it less visible.
350 (makefile-previous-dependency, makefile-match-dependency):
351 Don't match a target on a continuation line.
352
353 * files.el (auto-mode-alist): Put Makefile in gmake mode.
354
355 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
356
357 * progmodes/gdb-ui.el (gdb-tooltip-print):
358 Respect tooltip-use-echo-area.
359 (menu): Re-order menu items.
360
361 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
362 Define in tooltip.el.
363 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
364 (gud-tooltip-tips): Respect tooltip-use-echo-area and
365 gud-tooltip-echo-area.
366
367 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
368 backward compatibility and make obsolete.
369 (tooltip-help-tips): Use tooltip-use-echo-area.
370 (tooltip-show-help-function): Rename to...
371 (tooltip-show-help): ...this, because it is a function.
372 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
373
374 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
375
376 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
377 (edebug-print-length, edebug-print-level, edebug-print-circle)
378 (edebug-modify-breakpoint, edebug-eval-last-sexp)
379 (edebug-eval-print-last-sexp): Doc fixes.
380
381 2005-06-14 Kim F. Storm <storm@cua.dk>
382
383 * ido.el (ido-mode): Make a new keymap every time we enable ido,
384 as the coverage buffer/file/both may change.
385
386 2005-06-14 Lute Kamstra <lute@gnu.org>
387
388 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
389 and run-mode-hooks. Simplify.
390
391 * mail/rmailedit.el (rmail-edit-mode):
392 * progmodes/octave-inf.el (inferior-octave-mode):
393 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
394
395 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
396 and run-mode-hooks.
397 (recentf-edit-list, recentf-open-files): Don't call
398 kill-all-local-variables directly.
399
400 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
401
402 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
403
404 * emacs-lisp/byte-run.el (make-obsolete)
405 (define-obsolete-function-alias): Rename arguments FUNCTION and
406 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
407 (make-obsolete-variable, define-obsolete-variable-alias):
408 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
409 respectively.
410
411 * isearchb.el (isearchb-activate):
412 * pcvs.el (cvs-mode):
413 * ses.el (ses-load):
414 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
415 * net/tramp.el (tramp-find-file-exists-command)
416 (tramp-find-shell):
417 * progmodes/ada-mode.el (ada-create-case-exception)
418 (ada-create-case-exception-substring, ada-make-subprogram-body):
419 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
420 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
421 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
422 * textmodes/org.el (org-promote, org-evaluate-time-range)
423 (org-agenda-next-date-line, org-agenda-previous-date-line)
424 (org-agenda-error, org-open-at-point, org-table-move-row)
425 (org-format-table-table-html-using-table-generate-source)
426 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
427 * textmodes/reftex.el (reftex-access-scan-info):
428 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
429 (reftex-toc-promote-prepare): Follow error conventions.
430
431 * diff-mode.el (diff-mode): Fix typo in docstring.
432
433 * forms.el (forms--intuit-from-file): Fix reference to
434 `forms-number-of-fields' in error message.
435 (forms-print): Fix quoting in error message.
436
437 * forms.el (forms-mode):
438 * emulation/vi.el (vi-goto-insert-state):
439 * progmodes/flymake.el (flymake-new-err-info)
440 (flymake-start-syntax-check-for-current-buffer)
441 (flymake-simple-cleanup):
442 * eshell/esh-var.el (eshell/export):
443 * progmodes/gud.el (xdb):
444 * textmodes/flyspell.el (flyspell-incorrect-hook)
445 (flyspell-maybe-correct-transposition)
446 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
447
448 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
449
450 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
451 minibuffer prompt.
452
453 2005-06-13 Kim F. Storm <storm@cua.dk>
454
455 * subr.el (add-to-ordered-list): New defun.
456
457 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
458 add cua--keymap-alist to emulation-mode-map-alists.
459
460 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
461
462 * subr.el (complete-in-turn): New macro.
463 (dynamic-completion-table, lazy-completion-table): Add debug info.
464
465 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
466 in preference to face aliases.
467
468 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
469 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
470 Remove unused vars `start' and `firstline'.
471 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
472 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
473
474 2005-06-13 Eli Zaretskii <eliz@gnu.org>
475
476 * cus-start.el (all): Don't complain about missing GTK-related
477 variables, unless either `gtk' is boundp or this isn't a
478 `windows-nt' build.
479
480 2005-06-13 Lute Kamstra <lute@gnu.org>
481
482 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
483 run-mode-hooks.
484
485 * ediff-mult.el (ediff-meta-mode):
486 * ediff-util.el (ediff-mode): Use run-mode-hooks.
487
488 * ledit.el (ledit-mode): Use delay-mode-hooks.
489
490 * woman.el (woman-mode-line-format): Delete constant.
491 (woman-mode-map): Initialize it properly.
492 (woman-mode): Set mode-class property to special.
493 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
494 Set major-mode and mode-name. Don't set mode-line-format directly.
495 (Man-getpage-in-background): Don't reference woman-mode-line-format.
496
497 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
498 string argument obsolete.
499
500 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
501
502 * textmodes/org.el (org-CUA-compatible): New option.
503 (org-disputed-keys): New variable.
504 (org-key): New function.
505 (orgtbl-make-binding): Add docstring to the created function.
506 (org-mode): Set paragraph start/separate regexps.
507 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
508 (org-archive-location, org-archive-mark-done)
509 (org-archive-stamp-time): New options.
510 (org-archive-subtree): New command.
511 (org-fill-paragraph): New function.
512 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
513 (org-fake-empty-table-line): Function removed.
514 (org-format-org-table-html): Do not create empty table lines at
515 separator lines. Improved table header treatment.
516 (org-link-format): New option.
517 (org-make-link): New function.
518 (org-insert-link, org-store-link): Use org-make-link.
519 (org-open-file): Quote file name for shell command, to allow
520 spaces in file names.
521 (org-link-regexp): Fix bug with mailto link.
522 (org-link-maybe-angles-regexp, org-protected-link-regexp):
523 New constants.
524 (org-export-as-html): Deal with the optional angles around a link.
525 Better treatment of file: links.
526 (org-open-at-point): Replace @{ and @} with < and >.
527 (org-run-mode-hooks): Function removed.
528 (org-agenda-mode): No longer use `org-run-mode-hooks'.
529
530 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
531
532 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
533 MI command -data-list-register-values.
534 (gdb-post-prompt): Indent properly.
535
536 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
537
538 * hilit-chg.el (highlight-changes-colors): Rename from
539 `highlight-changes-colours'.
540 (highlight-changes-colours): Keep as obsolete alias.
541 (highlight-changes-face-list): Doc fix.
542 (hilit-chg-make-list): Use `highlight-changes-colors'.
543
544 2005-06-12 Mark A. Hershberger <mah@everybody.org>
545
546 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
547 defun-prompt-regexp.
548
549 2005-06-12 Eli Zaretskii <eliz@gnu.org>
550
551 * loadup.el: Don't say we are dumping under 2 names on windows-nt
552 and cygwin.
553
554 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
555 Don't use an old loaddefs.el, as in Makefile.in.
556
557 2005-06-12 Lute Kamstra <lute@gnu.org>
558
559 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
560
561 * man.el (Man-mode-map): Initialize it properly.
562 (Man-mode): Set mode-class property to special.
563
564 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
565
566 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
567
568 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
569 A newline is needed in the docstring there.
570
571 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
572 Doc fixes.
573
574 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
575
576 * printing.el: Doc fix. The menubar is no more changed when printing
577 is loaded, it only changes when pr-menu-bind or pr-update-menus is
578 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
579 (pr-version): New version number (6.8.4).
580 (pr-menu-bind): New command.
581 (pr-update-menus): Docstring and code fix.
582 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
583 Docstring fix.
584 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
585 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
586
587 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
588
589 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
590 "Returns" to "return", document useful return values, etc.
591
592 2005-06-11 Alan Mackenzie <acm@muc.de>
593
594 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
595 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
596 (adaptive-file-function): Minor amendment to doc-string.
597
598 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
599
600 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
601 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
602 Fix :type--it is `integer', not `string'.
603
604 * faces.el (modeline-highlight): Rename from (the erroneous)
605 `modeline-higilight'.
606
607 2005-06-11 Lute Kamstra <lute@gnu.org>
608
609 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
610 lisp-interaction-mode-map but make it the parent.
611 (edebug-eval-mode): Use define-derived-mode.
612
613 2005-06-11 Andreas Schwab <schwab@suse.de>
614
615 * bindings.el: Add binding of `ESC functionkey' for every
616 `M-functionkey'.
617 * hexl.el (hexl-mode-map): Likewise.
618
619 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
620
621 * progmodes/compile.el (compilation-error-regexp-alist-alist)
622 [msft]: update regexp for newer msft compilers.
623
624 2005-06-10 Mark A. Hershberger <mah@everybody.org>
625
626 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
627 ATTLIST portions of included DTDs.
628 (xml-parse-dtd): Eliminate use of inefficient match-data.
629
630 2005-06-10 Miles Bader <miles@gnu.org>
631
632 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
633 (mpuz-text): Remove "-face" suffix from face names.
634 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
635 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
636 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
637
638 * play/gomoku.el (gomoku-O, gomoku-X):
639 Remove "-face" suffix from face names.
640 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
641 New backward-compatibility aliases for renamed faces.
642 (gomoku-font-lock-keywords): Use renamed gomoku faces.
643
644 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
645
646 * thumbs.el: Fixes for changes of 2005-06-09.
647 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
648 as a directory.
649 (thumbs-thumbname): Remove directory separator from format string;
650 `thumbs-thumbsdir' now returns a valid directory name.
651 (thumbs-temp-dir): New defsubst.
652 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
653 Use it.
654
655 * cus-edit.el (minibuffer):
656 * files.el (make-backup-file-name-function):
657 * filesets.el (filesets-external-viewers):
658 * hilit-chg.el (highlight-changes-colours)
659 (highlight-changes-face-list, highlight-changes-rotate-faces):
660 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
661 * kmacro.el (kmacro-call-macro):
662 * log-edit.el (log-edit-changelog-full-paragraphs):
663 * mouse.el (mouse-1-click-follows-link):
664 * skeleton.el (skeleton-autowrap):
665 * subr.el (insert-for-yank-1):
666 * tempo.el (tempo-insert-region):
667 * terminal.el (terminal-emulator):
668 * time.el (display-time-mail-face):
669 * vc.el (vc-annotate):
670 * vcursor.el (vcursor-copy-line):
671 * woman.el (woman-bold-headings, woman-ignore)
672 (woman-default-faces, woman-monochrome-faces):
673 * calendar/todo-mode.el (todo-insert-threshold):
674 * emulation/pc-select.el (pc-select-selection-keys-only)
675 (pc-selection-mode):
676 * emulation/vip.el (vip-find-char-forward):
677 * emulation/viper-cmd.el (viper-find-char-forward):
678 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
679 (input-method-exit-on-invalid-key):
680 * international/mule-diag.el (describe-coding-system):
681 * international/ucs-tables.el (unify-8859-on-encoding-mode):
682 * net/browse-url.el (browse-url-xterm-program):
683 * obsolete/lazy-lock.el (lazy-lock-mode):
684 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
685 (cperl-mode):
686 * progmodes/cpp.el (cpp-face-light-name-list)
687 (cpp-face-dark-name-list):
688 * progmodes/delphi.el (delphi-newline-always-indents):
689 Fix spellings in docstrings.
690
691 * ido.el (ido-mode, ido-file-extensions-order)
692 (ido-default-file-method, ido-default-buffer-method)
693 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
694 (ido-decorations, ido-read-file-name-as-directory-commands)
695 (ido-read-file-name-non-ido, ido-work-directory-list)
696 (ido-ignore-item-temp-list, ido-current-directory)
697 (ido-magic-forward-char, ido-enter-find-file)
698 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
699 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
700
701 2005-06-10 Lute Kamstra <lute@gnu.org>
702
703 * play/dunnet.el (dun-mode): Use define-derived-mode.
704 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
705 obsolete alias.
706
707 * play/doctor.el (doctor-mode-map): Remove defvar.
708 (doctor-mode): Use define-derived-mode.
709
710 * mail/mspools.el (mspools-mode):
711 * net/eudc-hotlist.el (eudc-hotlist-mode):
712 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
713
714 2005-06-10 Miles Bader <miles@gnu.org>
715
716 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
717 Remove "-face" suffix from face names.
718 (flyspell-incorrect-face, flyspell-duplicate-face):
719 New backward-compatibility aliases for renamed faces.
720 (flyspell-mode-on, make-flyspell-overlay)
721 (flyspell-highlight-incorrect-region)
722 (flyspell-highlight-duplicate-region)
723 (flyspell-display-next-corrections)
724 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
725
726 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
727 from face name.
728 (texinfo-heading-face): New backward-compatibility alias for
729 renamed face.
730 (texinfo-heading-face): Use renamed texinfo-heading face.
731
732 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
733 suffix from face names.
734 (tex-math-face, tex-verbatim-face):
735 New backward-compatibility aliases for renamed faces.
736 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
737 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
738 literal face name.
739
740 * textmodes/table.el (table-cell): Remove "-face" suffix from face
741 name.
742 (table-cell-face): New backward-compatibility alias for renamed face.
743 (table--put-cell-face-property, table--update-cell-face):
744 Use renamed table-cell face.
745
746 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
747 from face name.
748 (sgml-namespace-face): New backward-compatibility alias for
749 renamed face.
750 (sgml-namespace-face): Use renamed sgml-namespace face.
751
752 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
753 (org-level-4, org-level-5, org-level-6, org-level-7)
754 (org-level-8, org-warning, org-headline-done)
755 (org-deadline-announce, org-scheduled-today)
756 (org-scheduled-previously, org-link, org-done, org-table)
757 (org-time-grid): Remove "-face" suffix from face names.
758 (org-level-1-face, org-level-2-face, org-level-3-face)
759 (org-level-4-face, org-level-5-face, org-level-6-face)
760 (org-level-7-face, org-level-8-face, org-warning-face)
761 (org-headline-done-face, org-deadline-announce-face)
762 (org-scheduled-today-face, org-scheduled-previously-face)
763 (org-link-face, org-done-face, org-table-face)
764 (org-time-grid-face):
765 New backward-compatibility aliases for renamed faces.
766 (org-level-faces, org-set-font-lock-defaults, org-timeline)
767 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
768 (org-agenda-get-timestamps, org-agenda-get-scheduled)
769 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
770
771 * emulation/viper-init.el (viper-search, viper-replace-overlay)
772 (viper-minibuffer-emacs, viper-minibuffer-insert)
773 (viper-minibuffer-vi): Remove "-face" suffix from face names.
774 (viper-search-face, viper-replace-overlay-face)
775 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
776 (viper-minibuffer-vi-face):
777 New backward-compatibility aliases for renamed faces.
778 (viper-search-face, viper-replace-overlay-face)
779 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
780 (viper-minibuffer-vi-face): Use renamed viper faces.
781
782 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
783 Remove "-face" suffix from face names.
784 (testcover-nohits-face, testcover-1value-face):
785 New backward-compatibility aliases for renamed faces.
786 (testcover-mark): Use renamed testcover faces.
787
788 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
789 face name.
790 (diary-button-face): New backward-compatibility alias for renamed face.
791 (diary-entry): Use renamed diary-button face.
792
793 * calendar/calendar.el (diary, calendar-today, holiday)
794 (mark-visible-calendar-date): Remove "-face" suffix from face names.
795 (diary-face, calendar-today-face, holiday-face):
796 New backward-compatibility aliases for renamed faces.
797 (eval-after-load "facemenu", diary-entry-marker)
798 (calendar-today-marker, calendar-holiday-marker, diary-face):
799 Use renamed calendar faces.
800
801 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
802 (compare-windows-face): New backward-compatibility alias for
803 renamed face.
804 (compare-windows-highlight): Use renamed compare-windows face.
805
806 * strokes.el (strokes-char): Remove "-face" suffix from face name.
807 (strokes-char-face): New backward-compatibility alias for renamed face.
808 (strokes-encode-buffer): Use renamed strokes-char face.
809
810 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
811 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
812 Remove "-face" suffix from face names.
813 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
814 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
815 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
816 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
817 Use renamed pcvs faces.
818 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
819 * pcvs-defs.el (cvs-mode-map): Likewise.
820 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
821
822 * info.el (info-title-1, info-title-2, info-title-3)
823 (info-title-4): Remove "-face" suffix from and downcase face names.
824 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
825 (Info-title-4-face):
826 New backward-compatibility aliases for renamed faces.
827 (Info-fontify-node): Use renamed info faces.
828
829 * hilit-chg.el (highlight-changes, highlight-changes-delete):
830 Remove "-face" suffix from face names.
831 (highlight-changes-face, highlight-changes-delete-face):
832 New backward-compatibility aliases for renamed faces.
833 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
834 (hilit-chg-make-list): Use renamed highlight-changes faces.
835
836 * generic-x.el (show-tabs-tab, show-tabs-space):
837 Remove "-face" suffix from face names.
838 (show-tabs-tab-face, show-tabs-space-face):
839 New backward-compatibility aliases for renamed faces.
840 (show-tabs-generic-mode-font-lock-defaults-1)
841 (show-tabs-generic-mode-font-lock-defaults-2):
842 Use renamed show-tabs faces.
843
844 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
845 (smerge-markers): Remove "-face" suffix from face names.
846 (smerge-mine-face, smerge-other-face, smerge-base-face)
847 (smerge-markers-face):
848 New backward-compatibility aliases for renamed faces.
849 (smerge-mine-face, smerge-other-face, smerge-base-face)
850 (smerge-markers-face): Use renamed smerge faces.
851
852 * log-view.el (log-view-file, log-view-message):
853 Remove "-face" suffix from face names.
854 (log-view-file-face, log-view-message-face):
855 New backward-compatibility aliases for renamed faces.
856 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
857
858 * paren.el (show-paren-match, show-paren-mismatch):
859 Remove "-face" suffix from face names.
860 (show-paren-match-face, show-paren-mismatch-face):
861 New backward-compatibility aliases for renamed faces.
862 (show-paren-function): Use renamed show-paren faces.
863
864 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
865 (ruler-mode-margins, ruler-mode-fringes)
866 (ruler-mode-column-number, ruler-mode-fill-column)
867 (ruler-mode-comment-column, ruler-mode-goal-column)
868 (ruler-mode-tab-stop, ruler-mode-current-column):
869 Remove "-face" suffix from face names.
870 (ruler-mode-default-face, ruler-mode-pad-face)
871 (ruler-mode-margins-face, ruler-mode-fringes-face)
872 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
873 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
874 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
875 New backward-compatibility aliases for renamed faces.
876 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
877 (ruler-mode-column-number, ruler-mode-fill-column)
878 (ruler-mode-comment-column, ruler-mode-goal-column)
879 (ruler-mode-tab-stop, ruler-mode-current-column)
880 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
881
882 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
883 face name.
884 (whitespace-highlight-the-space): Use renamed face.
885 (whitespace-highlight-face): New backward-compatibility alias for
886 renamed face.
887
888 * woman.el (woman-italic, woman-bold, woman-unknown)
889 (woman-addition, woman-symbol-face):
890 Remove "-face" suffix from face names.
891 (woman-italic-face, woman-bold-face, woman-unknown-face)
892 (woman-addition-face):
893 New backward-compatibility aliases for renamed faces.
894 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
895 (woman-decode-region, woman-replace-match)
896 (woman-display-extended-fonts, woman-special-characters)
897 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
898 Use renamed woman faces.
899
900 * longlines.el (longlines-visible-face): Face removed.
901
902 * diff-mode.el (diff-header, diff-file-header, diff-index)
903 (diff-hunk-header, diff-removed, diff-added, diff-changed)
904 (diff-function, diff-context, diff-nonexistent): Remove "-face"
905 suffix from face names.
906 (diff-header-face, diff-file-header-face, diff-index-face)
907 (diff-hunk-header-face, diff-removed-face, diff-added-face)
908 (diff-changed-face, diff-function-face, diff-context-face)
909 (diff-nonexistent-face): New backward-compatibility aliases for
910 renamed faces.
911 (diff-header-face, diff-file-header-face)
912 (diff-index, diff-index-face, diff-hunk-header)
913 (diff-hunk-header-face, diff-removed, diff-removed-face)
914 (diff-added, diff-added-face, diff-changed-face, diff-function)
915 (diff-function-face, diff-context-face, diff-nonexistent)
916 (diff-nonexistent-face): Use renamed diff-mode faces.
917
918 * progmodes/compile.el (compilation-warning-face)
919 (compilation-info-face): Remove "-face" suffix from face names.
920 (compilation-warning-face, compilation-info-face):
921 New backward-compatibility aliases for renamed faces.
922 (compilation-warning-face, compilation-info-face):
923 Use renamed compilation faces.
924
925 * add-log.el (change-log-date, change-log-name)
926 (change-log-email, change-log-file, change-log-list)
927 (change-log-conditionals, change-log-function)
928 (change-log-acknowledgement): Remove "-face" suffix from face names.
929 (change-log-date-face, change-log-name-face)
930 (change-log-email-face, change-log-file-face)
931 (change-log-list-face, change-log-conditionals-face)
932 (change-log-function-face, change-log-acknowledgement-face):
933 New backward-compatibility aliases for renamed faces.
934 (change-log-font-lock-keywords): Use renamed change-log faces.
935
936 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
937 (custom-set, custom-changed, custom-saved, custom-button)
938 (custom-button-pressed, custom-documentation, custom-state)
939 (custom-comment, custom-comment-tag, custom-variable-tag)
940 (custom-variable-button, custom-face-tag, custom-group-tag-1)
941 (custom-group-tag): Remove "-face" suffix from face names.
942 (custom-magic-alist, custom-magic-value-create)
943 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
944 (custom-invalid-face, custom-rogue-face, custom-modified-face)
945 (custom-set-face, custom-changed-face, custom-saved-face)
946 (custom-button-face, custom-button-pressed-face)
947 (custom-documentation-face, custom-state-face)
948 (custom-comment-face, custom-comment-tag-face)
949 (custom-variable-tag-face, custom-variable-button-face)
950 (custom-face-tag-face, custom-group-tag-face-1)
951 (custom-group-tag-face):
952 New backward-compatibility aliases for renamed faces.
953
954 * wid-edit.el (widget-documentation, widget-button)
955 (widget-field, widget-single-line-field, widget-inactive)
956 (widget-button-pressed): "-face" suffix removed from face names.
957 (widget-documentation-face, widget-button-face)
958 (widget-field-face, widget-single-line-field-face)
959 (widget-inactive-face, widget-button-pressed-face):
960 New backward-compatibility aliases for renamed faces.
961 (widget-documentation-face, widget-button-face)
962 (widget-button-pressed-face, widget-specify-field)
963 (widget-specify-inactive): Use renamed widget faces.
964
965 2005-06-10 Kenichi Handa <handa@m17n.org>
966
967 * term/x-win.el (x-clipboard-yank): Remove condition-case
968 wrapping.
969
970 2005-06-11 Kenichi Handa <handa@m17n.org>
971
972 * add-log.el (change-log-font-lock-keywords): Make the regexp for
973 date lines stricter.
974
975 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
976
977 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
978 of x-get-selection.
979
980 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
981
982 * comint.el (comint-mode, comint-snapshot-last-prompt):
983 * frame.el (frame-current-scroll-bars):
984 * term.el (term-mode, term-check-proc, term-input-sender)
985 (term-simple-send, term-extract-string, term-word)
986 (term-match-partial-filename):
987 * window.el (window-current-scroll-bars):
988 * emulation/cua-base.el (cua-normal-cursor-color)
989 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
990 (cua-global-mark-cursor-color):
991 * mail/undigest.el (rmail-forward-separator-regex):
992 Fix typos in docstrings.
993
994 * comint.el (comint-check-proc, make-comint-in-buffer)
995 (comint-source-default): Doc fixes.
996
997 * term.el (term-send-string): Improve argument/docstring
998 consistency.
999
1000 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
1001
1002 * comint.el (comint-send-input): Bind `inhibit-read-only' around
1003 call to `delete-region'.
1004 (comint-mode-hook): Do not enable Font Lock by default.
1005
1006 2005-06-09 Lute Kamstra <lute@gnu.org>
1007
1008 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
1009 could be void.
1010
1011 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * emacs-lisp/debug.el (debugger-will-be-back): New var.
1014 (debug): Use it.
1015 (debugger-step-through, debugger-continue, debugger-jump)
1016 (debugger-return-value): Set it when needed.
1017 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
1018 Use inhibit-read-only.
1019
1020 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * window.el (shrink-window-if-larger-than-buffer)
1023 (window-size-fixed): Fix typo in docstring.
1024
1025 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
1026 thumbnails directory on loading.
1027 (thumbs-conversion-program): Use `eq' to check the system type,
1028 not `equal'.
1029 (thumbs-temp-dir): Initialize to `temporary-file-directory',
1030 not "/tmp". Fix docstring.
1031 (thumbs-thumbsdir): New function to return the thumbnails
1032 directory, creating it if needed.
1033 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
1034 (thumbs-temp-file): Delete variable and make it into a function.
1035 (thumbs-resize-image, thumbs-modify-image): Use it.
1036 (thumbs-kill-buffer): Simplify.
1037 (thumbs-gensym): Defalias or duplicate CL `gensym'.
1038 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
1039 docstrings.
1040
1041 2005-06-09 Kim F. Storm <storm@cua.dk>
1042
1043 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
1044 set-match-data to free markers in match-data.
1045
1046 * replace.el (replace-match-data): Pass RESEAT arg `t' to
1047 match-data to unchain markers in match-data.
1048
1049 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
1052 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
1053 unnecessary now.
1054
1055 2005-06-08 Richard M. Stallman <rms@gnu.org>
1056
1057 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
1058 give the variable a doc string that doesn't say don't set it directly.
1059
1060 * textmodes/ispell.el (ispell-check-version):
1061 Use match-string-no-properties.
1062 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
1063 (ispell-buffer-local-words): Likewise.
1064
1065 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
1066 except on terminals with enough colors to really display it.
1067 (makefile-dependency-regex): Delete spurious `bb'.
1068
1069 * faces.el (escape-glyph): Use blue once again in last case.
1070 (no-break-space): Redefine so that it isn't invisible on a tty.
1071
1072 2005-06-08 Kim F. Storm <storm@cua.dk>
1073
1074 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
1075 also when reading directory name.
1076
1077 2005-06-08 Lute Kamstra <lute@gnu.org>
1078
1079 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
1080 (flyspell-mode-line-string): Remove autoload cookie.
1081 (flyspell-mode): Remove defvar.
1082
1083 2005-06-07 Lute Kamstra <lute@gnu.org>
1084
1085 * textmodes/org.el (org-run-mode-hooks): New function.
1086 (org-agenda-mode): Use it.
1087
1088 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
1089
1090 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
1091
1092 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
1095
1096 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
1097
1098 * font-lock.el (font-lock-add-keywords): Doc fix.
1099
1100 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
1103 (tex-compile-default): In the absence of any history, use the order in
1104 tex-compile-alist to choose the preferred command.
1105 (tex-compile-commands): Reorder a bit.
1106
1107 * textmodes/flyspell.el (flyspell-auto-correct-binding)
1108 (flyspell-incorrect-face, flyspell-duplicate-face):
1109 Use (X)Emacs-agnostic code.
1110 (flyspell-mode-map): Don't overwrite at each load. Remove code
1111 redundant with the subsequent add-minor-mode. Merge Emacs and
1112 XEmacs code.
1113 (flyspell-word): Minor simplification.
1114 (flyspell-math-tex-command-p): Quieten the byte-compiler.
1115 (flyspell-external-point-words): Remove unused vars `size' and `start'.
1116 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
1117 Merge the corresponding Emacs code.
1118 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
1119
1120 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
1121 a dedicated window.
1122
1123 * international/latexenc.el (latexenc-find-file-coding-system):
1124 Undo part of last patch, to turn off a compiler warning.
1125
1126 2005-06-06 Juri Linkov <juri@jurta.org>
1127
1128 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
1129 Rename `tmm-inactive-face' to `tmm-inactive'.
1130
1131 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
1132
1133 * iswitchb.el: Rename faces.
1134
1135 2005-06-06 Kim F. Storm <storm@cua.dk>
1136
1137 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
1138 (cua-global-mark): Remove -face suffix from face names.
1139
1140 * emulation/cua-gmrk.el (cua--init-global-mark):
1141 Remove cua-global-mark face setup.
1142
1143 2005-06-06 Richard M. Stallman <rms@gnu.org>
1144
1145 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
1146 just like other allowed characters.
1147 (makefile-match-dependency): Exclude leading and training whitespace
1148 from the range of regexp subexp 1.
1149 (makefile-macroassign-regex): Don't try to match the body,
1150 just the name of the macro being defined.
1151
1152 * info.el (Info-read-node-name-2): New function.
1153 (Info-read-node-name-1): Use that.
1154 Add a completion-base-size-function property.
1155
1156 * simple.el (completion-setup-function): Look for
1157 completion-base-size-function property of
1158 minibuffer-completion-table.
1159
1160 * files.el (locate-file-completion): Doc fix.
1161
1162 * printing.el: Don't call pr-update-menus; user must do that.
1163
1164 * emacs-lisp/debug.el (debugger-window): New variable.
1165 (debug): Use debugger-window if it is set and still alive.
1166 Record debugger-window for next entry.
1167
1168 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
1169
1170 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
1171
1172 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
1173 (hack-one-local-variable, hack-local-variables)
1174 (hack-local-variables-prop-line): Pass that arg.
1175
1176 2005-06-06 Kim F. Storm <storm@cua.dk>
1177
1178 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1179 (ido-indicator): Remove -face suffix from face names.
1180
1181 2005-06-06 Juri Linkov <juri@jurta.org>
1182
1183 * font-lock.el (font-lock-regexp-backslash)
1184 (font-lock-regexp-backslash-construct): New faces.
1185 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
1186 after `('. Add `while-no-input' to control structures.
1187
1188 * faces.el (no-break-space, shadow): New faces.
1189 (escape-glyph): Use less loud colors pink2 and red4.
1190
1191 * diff-mode.el (diff-context-face)
1192 * dired.el (dired-ignored)
1193 * rfn-eshadow.el (file-name-shadow)
1194 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
1195
1196 * info.el (Info-title-1-face): Use green instead of yellow because
1197 bold yellow is not readable on light backgrounds.
1198
1199 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
1200 before selecting the desired mode to not spend time fontifying
1201 old contents.
1202
1203 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
1206 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
1207
1208 * ps-print.el (ps-default-fg, ps-default-bg):
1209 Fix typos in docstrings.
1210
1211 * isearchb.el (isearchb): Don't pass a spurious second argument to
1212 `iswitchb-completions'.
1213
1214 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
1215
1216 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
1217 to preserve point.
1218 (gdb-find-file-hook): Add doc string.
1219
1220 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
1221 C dereferenced pointer expression.
1222 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
1223
1224 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
1225
1226 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
1227 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
1228 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
1229 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
1230 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
1231 Make background transparent.
1232
1233 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
1234
1235 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
1236 (font-lock-remove-keywords): Doc fix.
1237 (font-lock-mode-major-mode): Compiler defvar.
1238 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
1239
1240 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
1241 (font-lock-mode): Update `font-lock-mode-major-mode'.
1242 (font-lock-set-defaults): Compiler defvar.
1243 (font-lock-default-function): Take `font-lock-mode-major-mode'
1244 into account.
1245
1246 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
1247 keep track of which major mode it enabled the minor mode for.
1248 Use find-file-hook again. Update docstring.
1249
1250 * simple.el (eval-expression-print-level)
1251 (eval-expression-print-length, eval-expression-debug-on-error):
1252 Doc fixes.
1253
1254 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
1255
1256 * iswitchb.el (iswitchb-single-match-face)
1257 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
1258 (iswitchb-invalid-regexp-face): New faces.
1259 (iswitchb-completions): Use them.
1260 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
1261 now marked as an obsolete alias.
1262 (iswitchb-read-buffer): Remove check for bound font variables.
1263 (iswitchb-invalid-regexp): New free variable.
1264 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
1265 set iswitchb-invalid-regexp.
1266 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
1267 invalid regexps.
1268 (iswitchb-completions): Add check for complete match when entering
1269 a regexp.
1270 (iswitchb-completions): Remove require-match argument.
1271 (iswitchb-exhibit): Fix caller.
1272 (iswitchb-common-match-inserted): New variable.
1273 (iswitchb-complete, iswitchb-completion-help): Use it.
1274
1275 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
1276
1277 * url-http.el (url-http-chunked-encoding-after-change-function):
1278 Use `url-http-debug' instead of `message'.
1279
1280 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
1281
1282 * url-http.el (url-http-parse-headers): Pass redirected URL as a
1283 callback argument.
1284
1285 2005-06-04 Kim F. Storm <storm@cua.dk>
1286
1287 * simple.el (line-move): Only call sit-for when moving backwards.
1288
1289 * ido.el (ido-make-merged-file-list-1): New defun split from
1290 ido-make-merged-file-list.
1291 (ido-make-merged-file-list): Bind throw-on-input around call to
1292 ido-make-merged-file-list-1. Return input-pending-p if
1293 interrupted by more input available.
1294 (ido-read-internal): Handle input-pending-p return value from
1295 ido-make-merged-file-list.
1296
1297 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1298
1299 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
1300 compatibility code.
1301
1302 * international/latexenc.el (latexenc-find-file-coding-system):
1303 Don't inherit the EOL part of the coding-system from the
1304 tex-main buffer. Fit within 80 columns.
1305
1306 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1307
1308 * tmm.el (tmm-inactive-face): New face.
1309 (tmm-remove-inactive-mouse-face): New function.
1310 (tmm-prompt, tmm-add-one-shortcut)
1311 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1312 but not selectable.
1313
1314 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * faces.el (face-equal): Improve argument/docstring consistency.
1317
1318 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1319
1320 * progmodes/make-mode.el (makefile-targets-face)
1321 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1322 (makefile-bsdmake-dependency-regex)
1323 (makefile-makepp-rule-action-regex)
1324 (makefile-bsdmake-rule-action-regex): New constants.
1325 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1326
1327 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1328 Allow (...) within `...' for makepp messages.
1329
1330 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
1331
1332 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
1333
1334 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1335 "." files are deleted from all file lists before comparison.
1336
1337 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1338 (viper-ESC-key): Made them customizable.
1339
1340 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
1341
1342 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1343
1344 * autorevert.el (auto-revert-buffers): Use save-match-data.
1345
1346 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1349 menu items with a nil command binding.
1350
1351 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
1352
1353 * emacs-lisp/cl-macs.el (defsetf):
1354 Improve argument/docstring consistency.
1355
1356 * faces.el (list-faces-display): Improve the formatting by
1357 computing the maximum length required for any face-name (reworked
1358 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1359 (internal-find-face): Remove redundant info in docstring.
1360
1361 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
1362
1363 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1364 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1365 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1366 (gdb-assembler-custom): Improve regexps.
1367 (def-gdb-auto-update-handler): Use window point to preserve point.
1368
1369 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1370
1371 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1372
1373 2005-05-31 Jay Belanger <belanger@truman.edu>
1374
1375 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1376 to calc-embedded.
1377 (calc-embedded-make-info): Have plain prefix argument select
1378 entire line.
1379
1380 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
1381
1382 * faces.el (list-faces-display): Signal error if passed a regexp
1383 that matches no face name.
1384
1385 * simple.el (filter-buffer-substring): Fix typo in docstring.
1386
1387 2005-05-31 Richard M. Stallman <rms@gnu.org>
1388
1389 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
1390 (vhdl-emacs-21): Doc fix.
1391 (vhdl-mode): Unconditionally set comment-padding.
1392 (vhdl-fixup-whitespace-region): Insert spaces only where
1393 there are none.
1394 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1395
1396 2005-05-30 John Wiegley <johnw@newartisans.com>
1397
1398 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1399 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1400 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
1401 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1402 `string-to-number'.
1403
1404 2005-05-30 Jay Belanger <belanger@truman.edu>
1405
1406 * calc/calc.el (calc-bug-address): Fix docstring.
1407 (calc-window-hook, calc-trail-window-hook): New variables.
1408 (calc-trail-display): Restore use of calc-trail-window-hook.
1409 (calc): Restore use of calc-window-hook.
1410
1411 2005-05-31 Masatake YAMATO <jet@gyve.org>
1412
1413 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1414
1415 * help-fns.el (help-C-file-name): Add autoload mark for
1416 `find-function-noselect'.
1417
1418 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1421 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1422
1423 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1424
1425 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1426 included diary buffer if it was not already being visited.
1427 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1428
1429 * calendar/icalendar.el (top-level): Do not require 'appt.
1430
1431 * mail/supercite.el (sc-select-attribution): Only use a list
1432 element from sc-attrib-selection-list if it returns a string.
1433 Reported by Davide G. M. Salvetti <salve@debian.org>.
1434
1435 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * thumbs.el (thumbs-thumbname): The resulting thubname now
1438 includes a hash value to improve its uniqueness, and has a ".jpg"
1439 extension. Also, it is now a valid filename on all systems.
1440 (thumbs-make-thumb): Use `let', not `let*'.
1441 (thumbs-show-thumbs-list): Check for JPEG availability.
1442
1443 2005-05-30 Richard M. Stallman <rms@gnu.org>
1444
1445 * filesets.el (filesets-menu-ensure-use-cached):
1446 Prevent warning when emacs-version>= is undefined.
1447
1448 * printing.el (pr-interactive-n-up): Use string-to-number.
1449
1450 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1451
1452 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1453 Warn only when name to be defined is quoted.
1454
1455 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1456
1457 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1458 Make regexp more robust.
1459 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1460 Force regeneration of disassembly.
1461
1462 2005-05-29 Jay Belanger <belanger@truman.edu>
1463
1464 * calc/calc.el (calc-user-invocation): Check if
1465 calc-invocation-macro is non-nil.
1466
1467 2005-05-29 Juri Linkov <juri@jurta.org>
1468
1469 * add-log.el (change-log-font-lock-keywords):
1470 Add `+' to e-mail regexp to accept mail address with keywords.
1471
1472 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1473
1474 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1475
1476 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1477
1478 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1479
1480 2005-05-29 Richard M. Stallman <rms@gnu.org>
1481
1482 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1483 Undo the change that moves to end of the current word.
1484
1485 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1486
1487 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1488 Throw error when count <= 0 to ensure input is a number.
1489 (gdb-read-memory-custom): Pick up address from buffer.
1490 (gdb-memory-mode): Allow user to increment and decrement
1491 memory address from header line.
1492
1493 2005-05-29 Richard M. Stallman <rms@gnu.org>
1494
1495 * flyspell.el (flyspell-version): Function deleted.
1496 (flyspell-auto-correct-previous-hook): Doc fix.
1497
1498 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1499 Do nothing if memory is full.
1500
1501 * font-lock.el (font-lock-fontify-syntactically-region):
1502 Pass t for GREEDY to looking-back.
1503
1504 * saveplace.el (save-place-alist-to-file): Write the file
1505 using write-region.
1506
1507 * subr.el (looking-back): New argument GREEDY.
1508
1509 * progmodes/compile.el (compilation-start): Set the mode
1510 before inserting the initial text.
1511
1512 * progmodes/which-func.el (which-func-update-1): Turn the mode
1513 off in case of error by setting which-func-mode.
1514
1515 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1516
1517 * flyspell.el (flyspell-auto-correct-previous-word):
1518 Narrow down to what's on the screen, and recenter overlays
1519 at the end of the next word.
1520
1521 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1522
1523 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1524 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1525 (flyspell-abbrev-p): Default to nil.
1526 (flyspell-use-global-abbrev-table-p): Doc fix.
1527 (flyspell-large-region): Allow nil as value.
1528 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1529
1530 (mail-mode-flyspell-verify): More robust handling
1531 of `mail-header-separator'. More efficient signature detection.
1532 Allow for regexp metacharacters in message-header-separator.
1533 Adding `To' not to be checked in mail-mode-flyspell-verify.
1534
1535 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1536 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1537 Bind flyspell-auto-correct-binding.
1538 Bind C-. and C-, .
1539 (flyspell-mode-map): Likewise.
1540 (flyspell-mode): Doc fix.
1541 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1542 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1543 (flyspell-word-cache-result): New var, always local.
1544 (flyspell-check-pre-word-p): Doc fix.
1545 (flyspell-check-changed-word-p): Handle spc like newline.
1546 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1547 (flyspell-word-search-backward, flyspell-word-search-forward):
1548 New functions.
1549 (flyspell-word): Return t if nothing to check.
1550 When parsing TeX code, check for after } or \.
1551 Use flyspell-word-search-backward to find previous word.
1552 Return nil if duplicated word.
1553 For word already checked, return same value as last time.
1554 Set flyspell-word-cache-result after checking.
1555 Don't clobber the return value.
1556 (flyspell-get-word): Major rewrite.
1557 (flyspell-external-point-words): New locals pword, pcount.
1558 Fix size used in progress message.
1559 Find the proper corresponding word in flyspell-large-region-buffer.
1560 (flyspell-region): Check for flyspell-large-region = nil.
1561 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1562 (flyspell-auto-correct-word): Check that WORD is a cons.
1563 (flyspell-correct-word): Likewise.
1564
1565 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1566
1567 * progmodes/make-mode.el (makefile-rule-action-regex)
1568 (makefile-macroassign-regex, makefile-makepp-mode)
1569 (makefile-bsdmake-mode): Continuation lines may be empty.
1570 Reported by Joshua Varner.
1571 (makefile-makepp-font-lock-keywords): Add $(stem).
1572
1573 2005-05-28 Karl Berry <karl@gnu.org>
1574
1575 * textmodes/tex-mode.el: Now that tex-send-command calls
1576 shell-quote-argument (2005-03-31 change), remove all calls to
1577 shell-quote-argument; they all end up invoking tex-send-command.
1578 The double quoting loses on filenames with non-safe characters,
1579 such as "@". Reported by Frederik Fouvry.
1580
1581 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1584 about preserving point.
1585
1586 2005-05-27 Jay Belanger <belanger@truman.edu>
1587
1588 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1589 Info-goto-node.
1590
1591 * calc/calc-embed.el (calc-embed-arg): New variable.
1592 (calc-do-embedded-activate, calc-embedded-activate-formula)
1593 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1594 variable by new variable.
1595 (calc-embedded-make-info): Replace undeclared variable by new
1596 variable. When selecting region with positive prefix
1597 argument, use end of previous line instead of beginning of line.
1598
1599 * calc/calc-aent.el (calc-arg-values): Declare it.
1600
1601 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1602 Declare them.
1603
1604 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1605
1606 * calc/calc.el (calc-alg-map): Declare it.
1607
1608 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1609
1610 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1613 (gdb-registers-buffer, toggle-gdb-all-registers):
1614 Toggle display of floating point registers.
1615 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1616
1617 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1618 (toggle-gud-tooltip-dereference):
1619 Rename from gud-toggle-tooltip-dereference.
1620
1621 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1622
1623 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1624
1625 2005-05-27 Jay Belanger <belanger@truman.edu>
1626
1627 * calc/calc-prog.el (calc-kbd-report): Remove.
1628 (calc-kbd-query): Rewrite.
1629
1630 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1631
1632 * image.el (image-library-alist): Move to image.c.
1633 (image-type-available-p): Doc fix.
1634
1635 2005-05-27 Lute Kamstra <lute@gnu.org>
1636
1637 * calc/calc.el (calc):
1638 * outline.el (outline-1, outline-2, outline-3, outline-4)
1639 (outline-5, outline-6, outline-7, outline-8):
1640 * textmodes/dns-mode.el (dns-mode):
1641 * textmodes/sgml-mode.el (sgml-namespace-face):
1642 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1643 (tex-verbatim-face, tex-use-reftex):
1644 * textmodes/texinfo.el (texinfo-heading-face):
1645 Specify customization group.
1646
1647 * longlines.el: Don't require easy-mmode.
1648 (longlines-visible-face): Specify customization group.
1649
1650 2005-05-27 Kenichi Handa <handa@m17n.org>
1651
1652 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1653 encoding table of windows-1251.
1654
1655 * international/ucs-tables.el (ucs-set-table-for-input):
1656 If translation-table-for-input of a coding system is a symbol, get
1657 its translation-table property.
1658
1659 * international/code-pages.el: Don't register a coding system into
1660 non-iso-charset-alist more than once.
1661 (cp-make-coding-system): Likewise.
1662
1663 2005-05-26 John Wiegley <johnw@newartisans.com>
1664
1665 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1666 `eshell-resume-eval' is wrapped in a list, it indicates that the
1667 command was run asynchronously. In that case, unwrap the value
1668 before checking the delimiter value.
1669
1670 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1671 character before a space at the end of a line is \, assume the space
1672 is part of the last argument rather than a final argument separator.
1673
1674 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1675 is in use, and the target is `t' or `nil' (which are the most common
1676 values), don't assume that the symbol target is a buffer.
1677
1678 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1679
1680 * calendar/calendar.el (calendar-mode-line-format):
1681 Use mode-line-highlight as mouse-face.
1682
1683 * time.el (display-time-string-forms, display-time-update):
1684 Use mode-line-highlight as mouse-face.
1685
1686 2005-05-26 Jay Belanger <belanger@truman.edu>
1687
1688 * calc/calc.el (calc-language-alist): Remove extra defvar.
1689
1690 2005-05-26 Lute Kamstra <lute@gnu.org>
1691
1692 * arc-mode.el (archive-mode):
1693 * bookmark.el (bookmark-read-annotation-mode)
1694 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1695 * bs.el (bs-mode):
1696 * calc/calc-yank.el (calc-edit-mode):
1697 * calc/calc.el (calc-mode, calc-trail-mode):
1698 * calculator.el (calculator-mode):
1699 * chistory.el (command-history-mode):
1700 * comint.el:
1701 * cus-edit.el (custom-mode):
1702 * descr-text.el (describe-text-mode):
1703 * ebuff-menu.el (Electric-buffer-menu-mode):
1704 * ediff-util.el (ediff-mode):
1705 * emacs-lisp/re-builder.el (reb-mode):
1706 * emulation/vi.el (vi-mode-setup):
1707 * emulation/ws-mode.el (wordstar-mode):
1708 * eshell/esh-mode.el (eshell-mode):
1709 * forms.el (forms-mode):
1710 * help-mode.el (help-mode):
1711 * hexl.el (hexl-mode):
1712 * ibuffer.el (ibuffer-mode):
1713 * ielm.el (inferior-emacs-lisp-mode):
1714 * info.el (Info-mode, Info-edit-mode):
1715 * international/swedish.el:
1716 * ledit.el (ledit-from-lisp-mode):
1717 * locate.el (locate-mode):
1718 * mail/rmail.el (rmail-mode):
1719 * mail/rmailedit.el (rmail-edit-mode):
1720 * mail/rmailsum.el (rmail-summary-mode):
1721 * mail/supercite.el (sc-electric-mode):
1722 * net/eudc.el (eudc-mode):
1723 * net/quickurl.el (quickurl-list-mode):
1724 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1725 * obsolete/ooutline.el (outline-mode):
1726 * obsolete/options.el (Edit-options-mode):
1727 * obsolete/rnews.el (news-mode):
1728 * obsolete/rnewspost.el (news-reply-mode):
1729 * play/5x5.el (5x5-mode):
1730 * play/decipher.el (decipher-mode, decipher-stats-mode):
1731 * play/gomoku.el (gomoku-mode):
1732 * play/snake.el (snake-mode):
1733 * play/solitaire.el (solitaire-mode):
1734 * play/tetris.el (tetris-mode):
1735 * progmodes/ada-mode.el (ada-mode):
1736 * progmodes/antlr-mode.el (antlr-mode):
1737 * progmodes/autoconf.el (autoconf-mode):
1738 * progmodes/dcl-mode.el (dcl-mode):
1739 * progmodes/delphi.el (delphi-mode):
1740 * progmodes/ebrowse.el (ebrowse-tree-mode)
1741 (ebrowse-electric-list-mode, ebrowse-member-mode)
1742 (ebrowse-electric-position-mode):
1743 * progmodes/f90.el (f90-mode):
1744 * progmodes/fortran.el (fortran-mode):
1745 * progmodes/icon.el (icon-mode):
1746 * progmodes/idlw-help.el (idlwave-help-mode):
1747 * progmodes/idlw-shell.el (idlwave-shell-mode):
1748 * progmodes/idlwave.el (idlwave-mode):
1749 * progmodes/inf-lisp.el (inferior-lisp-mode):
1750 * progmodes/m4-mode.el (m4-mode):
1751 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1752 * progmodes/modula2.el (modula-2-mode):
1753 * progmodes/octave-inf.el (inferior-octave-mode):
1754 * progmodes/octave-mod.el (octave-mode):
1755 * progmodes/pascal.el (pascal-mode):
1756 * progmodes/sh-script.el (sh-mode):
1757 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1758 * progmodes/vhdl-mode.el (vhdl-mode):
1759 * progmodes/xscheme.el (scheme-interaction-mode):
1760 * replace.el (occur-mode):
1761 * ses.el (ses-mode):
1762 * simple.el (completion-list-mode):
1763 * skeleton.el:
1764 * speedbar.el (speedbar-mode):
1765 * term.el (term-mode):
1766 * terminal.el (terminal-edit-mode):
1767 * textmodes/reftex-index.el (reftex-index-mode)
1768 (reftex-index-phrases-mode):
1769 * textmodes/reftex-sel.el (reftex-select-label-mode)
1770 (reftex-select-bib-mode):
1771 * textmodes/reftex-toc.el (reftex-toc-mode):
1772 * wdired.el (wdired-change-to-wdired-mode):
1773 * wid-browse.el (widget-browse-mode):
1774 Use run-mode-hooks.
1775
1776 * array.el (array-mode):
1777 * calendar/todo-mode.el (todo-mode):
1778 * man.el (Man-mode):
1779 * play/landmark.el (lm-mode):
1780 * play/mpuz.el (mpuz-mode):
1781 Use kill-all-local-variables and run-mode-hooks.
1782
1783 * subr.el (delay-mode-hooks): Specify indentation.
1784
1785 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1786
1787 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1788
1789 2005-05-26 Jay Belanger <belanger@truman.edu>
1790
1791 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1792 of nil.
1793
1794 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1795
1796 * progmodes/gdb-ui.el (gdb-frame-address):
1797 Rename from gdb-current-address.
1798 (gdb-previous-frame-address): Rename from gdb-previous-address.
1799 (gdb-selected-frame): Rename from gdb-current-frame.
1800 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1801 (gdb-frame-number): Rename from gdb-current-stack-level.
1802 (gdb-ann3): Match new mode-name for disassembly buffer.
1803 Extend initialisation of variables.
1804 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1805 (gdb-memory-mode): Use mouse-face in header line.
1806 (gdb-assembler-buffer-name): Call it disassembly and give frame
1807 in mode line.
1808 (gdb-source-spec-regexp, gdb-assembler-custom)
1809 (gdb-invalidate-assembler, gdb-frame-handler):
1810 Make robust to leading zeroes in address format.
1811
1812 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1813
1814 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1815 define `org-mode'.
1816 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1817
1818 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * log-edit.el (log-edit-changelog-entries): Distinguish between
1821 filenames like xfns.c and fns.c.
1822
1823 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1824
1825 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1826 point after reverting.
1827 (Buffer-menu-make-sort-button): Handle the case where
1828 `Buffer-menu-use-header-line' is nil.
1829
1830 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1831
1832 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1833 New funcs. In minibuffer-local-completion-map bind `]', `/'
1834 and `:' to them.
1835
1836 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * startup.el (normal-top-level): Allow modification of load-path while
1839 we're iterating over it.
1840
1841 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1844 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1845 (thumbs-resize-interactive, thumbs-insert-image)
1846 (thumbs-insert-thumb, thumbs-dired-show-marked)
1847 (thumbs-find-image-at-point, thumbs-delete-images)
1848 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1849 (thumbs-increment-image-size, thumbs-decrement-image-size):
1850 Fix typos in docstrings.
1851
1852 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1853
1854 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1855 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1856 (cperl-mode): Use them.
1857
1858 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1859
1860 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1861 Doc fixes.
1862
1863 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1864
1865 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1866 Bind C-d to gdb-inferior-io-eof.
1867
1868 * dired.el (dired-dnd-popup-notice): Use message-box.
1869
1870 2005-05-23 Masatake YAMATO <jet@gyve.org>
1871
1872 * bindings.el (mode-line-major-mode-keymap):
1873 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1874
1875 * faces.el (mode-line-highlight): New face.
1876
1877 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1878 as mouse-face.
1879
1880 * bindings.el (top-level, help-echo, mode-line-modified)
1881 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1882 as mouse-face.
1883
1884 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1885
1886 * progmodes/cc-engine.el (c-guess-basic-syntax):
1887 Remove spurious call to `zerop'.
1888
1889 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1890
1891 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1892
1893 CC Mode update to 5.30.10:
1894
1895 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1896 could go past the limit in decoration level 2, thereby causing
1897 errors during interactive fontification.
1898
1899 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1900 the file is evaluated interactively.
1901
1902 * cc-engine.el (c-guess-basic-syntax): Handle operator
1903 declarations somewhat better in C++.
1904
1905 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1906 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1907 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1908 (awk-mode): Use it.
1909 (make-local-hook): Suppress warning about obsoleteness.
1910
1911 * cc-engine.el, cc-align.el, cc-cmds.el
1912 (c-append-backslashes-forward, c-delete-backslashes-forward)
1913 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1914 Compensate for return value from `forward-line' when it has moved
1915 but not to a different line due to eob.
1916
1917 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1918 `objc-method-intro' and `objc-method-args-cont'.
1919
1920 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1921
1922 CC Mode update to 5.30.10:
1923
1924 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1925 in the copyright statement. Incidentally, change "along with GNU
1926 Emacs" to "along with this program" where it occurs.
1927
1928 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1929 so that it is interactive, hence can be found by M-x awk-mode
1930 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1931 <gmorris+emacs@ast.cam.ac.uk>.
1932
1933 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1934 Mode's regexps.
1935
1936 2005-05-23 Kevin Ryde <user42@zip.com.au>
1937
1938 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1939 c-parse-state, to avoid a lisp error (on bad code).
1940
1941 2005-05-23 Lute Kamstra <lute@gnu.org>
1942
1943 * subr.el (font-lock-defaults): Remove defvar as it's already
1944 defined in font-core.el.
1945
1946 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1947
1948 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1949
1950 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1951 more general and work when GDB variable "print pretty" is on,
1952 as with Emacs, for example.
1953
1954 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1955
1956 * font-core.el: Update comment.
1957
1958 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1959 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1960
1961 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1962
1963 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1964
1965 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1966 and `yank-handler' in the doc strings.
1967
1968 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1971
1972 2005-05-22 Richard M. Stallman <rms@gnu.org>
1973
1974 * help.el (describe-key): Move print-help-return-message call
1975 out of conditional.
1976
1977 * progmodes/etags.el (list-tags): Use with-no-warnings.
1978
1979 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1980 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1981 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1982
1983 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1984
1985 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1986 Add defvar.
1987
1988 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1989 Use defvar, not defconst.
1990
1991 * hexl.el (hexl-follow-line): Use with-no-warnings.
1992
1993 * emulation/tpu-extras.el: Use write-file-functions instead of
1994 write-file-hooks.
1995
1996 * dired.el (dired-font-lock-keywords): Fontify files with junk
1997 extensions even if marked by -F.
1998
1999 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
2002 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
2003 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
2004 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
2005 (concatenate, list-length, get*, getf, cl-remprop):
2006 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
2007 (etypecase, progv, lexical-let, lexical-let*)
2008 (multiple-value-bind, multiple-value-setq, shiftf):
2009 Improve argument/docstring consistency.
2010
2011 * subr.el (focus-frame, unfocus-frame):
2012 Revert deletion on 2005-05-01.
2013
2014 2005-05-22 Andre Spiegel <spiegel@gnu.org>
2015
2016 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
2017 doesn't exist.
2018
2019 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
2020 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
2021
2022 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
2023
2024 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
2025 already deleted variables: auto-fill-hook, blink-paren-hook,
2026 lisp-indent-hook, inhibit-local-variables, unread-command-event,
2027 suspend-hooks, comment-indent-hook, meta-flag,
2028 before-change-function, after-change-function,
2029 font-lock-doc-string-face.
2030
2031 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
2032
2033 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2034
2035 2005-05-21 Eli Zaretskii <eliz@gnu.org>
2036
2037 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
2038 rmail-dont-reply-to.
2039
2040 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2041
2042 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
2043 literal blank when splitting new-header-values.
2044
2045 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
2046
2047 * calendar/cal-menu.el (cal-menu-update): Add separator as a
2048 string so that tmm doesn't create a completion entry for it.
2049
2050 * textmodes/table.el (table-disable-menu): Ditto.
2051
2052 2005-05-21 Richard M. Stallman <rms@gnu.org>
2053
2054 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
2055
2056 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
2057
2058 * net/rcompile.el (remote-compile): Use compilation-start.
2059
2060 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
2061
2062 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
2063
2064 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
2065 Default to makefile-bsdmake-mode on BSD systems.
2066
2067 * imenu.el (imenu-generic-expression, imenu--generic-function'):
2068 REGEXP may also be a search function now. The part of doc-string
2069 for describing the structure was 95% identical to that of
2070 `imenu--generic-function'. Unify it there.
2071
2072 * progmodes/make-mode.el (makefile-imenu-generic-expression):
2073 Use function to find dependencies, because regexp alone is so complex,
2074 it easily goes into an endless loop.
2075 (makefile-makepp-mode): Also add submenu for Perl functions
2076 defined in the makefile.
2077 (makefile-bsdmake-mode): Special imenu-generic-expression no
2078 longer needed, due to function call.
2079 (makefile-match-dependency): Take BOUND into account when checking
2080 if we're through.
2081
2082 2005-05-20 Jay Belanger <belanger@truman.edu>
2083
2084 * calc/calc-units.el (calc-invalidate-units-table):
2085 Use inhibit-read-only.
2086 (math-build-units-table-buffer): Use view-mode.
2087
2088 2005-05-20 David Kastrup <dak@gnu.org>
2089
2090 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
2091 easy-menu-add is not a nop on Emacs; and clarify when to call it.
2092
2093 2005-05-20 Lute Kamstra <lute@gnu.org>
2094
2095 * diff-mode.el (diff-header-face, diff-file-header-face)
2096 (diff-index-face, diff-hunk-header-face, diff-removed-face)
2097 (diff-added-face, diff-changed-face, diff-function-face)
2098 (diff-context-face, diff-nonexistent-face): Put them in the
2099 diff-mode customization group.
2100
2101 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
2104
2105 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
2106
2107 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
2108 Minor regexp-optimization.
2109
2110 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
2111
2112 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
2113 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
2114 (org-agenda-add-time-grid-maybe): New function.
2115 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
2116 (org-table-create): `dotimes' instead of `mapcar'.
2117 (org-xor): Simplify implementation.
2118 (org-agenda): `inhibit-redisplay' turned on.
2119 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
2120 a consistent line after a state change.
2121 (org-agenda-remove-times-when-in-prefix): New option.
2122 (org-prefix-has-time): New variable.
2123 (org-parse-time-string): Optional argument NODEFAULT.
2124 (org-format-agenda-item): Parse items for time-of-day
2125 specifications and move these into the prefix if possible.
2126 (org-agenda-priority): Get current heading, not previous heading
2127 during agenda remote editing.
2128
2129 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
2132 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
2133 (remove-duplicates, delete-duplicates, substitute)
2134 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
2135 (nsubstitute-if-not, find, find-if, find-if-not, position)
2136 (position-if, position-if-not, count, count-if, count-if-not)
2137 (mismatch, search, sort*, stable-sort, merge, member*)
2138 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
2139 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
2140 (intersection, nintersection, set-difference, nset-difference)
2141 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
2142 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
2143 (nsublis, tree-equal): Improve argument/docstring consistency.
2144
2145 * subr.el (send-string, send-region):
2146 Remove obsolescence declaration.
2147 (window-dot, set-window-dot, read-input, show-buffer)
2148 (eval-current-buffer, string-to-int):
2149 Add release number to obsolescence declarations.
2150
2151 2005-05-19 Kim F. Storm <storm@cua.dk>
2152
2153 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
2154 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
2155
2156 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
2157
2158 * faces.el (list-faces-display): Make back button respect optional
2159 regexp arg.
2160
2161 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
2162
2163 * calculator.el (calculator-radix-grouping-mode)
2164 (calculator-radix-grouping-digits, calculator-displayer)
2165 (calculator-radix-grouping-separator, calculator-copy-displayer):
2166 * dabbrev.el (dabbrev-search-these-buffers-only):
2167 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
2168 (diff-advance-after-apply-hunk, diff-mode-hook)
2169 (diff-minor-mode-prefix):
2170 * imenu.el (imenu-use-popup-menu):
2171 * jit-lock.el (jit-lock-context-time):
2172 * newcomment.el (comment-fill-column, comment-column)
2173 (comment-style, comment-padding, comment-multi-line)
2174 (comment-empty-lines, comment-auto-fill-only-comments):
2175 * reveal.el (reveal-around-mark):
2176 * uniquify.el (uniquify-buffer-name-style)
2177 (uniquify-after-kill-buffer-p)
2178 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
2179 (uniquify-min-dir-content, uniquify-separator)
2180 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
2181 * w32-vars.el (w32-fixed-font-alist):
2182 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2183 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
2184 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
2185 * progmodes/perl-mode.el (perl-indent-level)
2186 (perl-continued-statement-offset, perl-continued-brace-offset)
2187 (perl-brace-offset, perl-brace-imaginary-offset)
2188 (perl-label-offset, perl-indent-continued-arguments)
2189 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
2190 * progmodes/tcl.el (tcl-indent-level)
2191 (tcl-continued-indent-level, tcl-auto-newline)
2192 (tcl-tab-always-indent, tcl-electric-hash-style)
2193 (tcl-help-directory-list, tcl-use-smart-word-finder)
2194 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
2195 (inferior-tcl-source-command):
2196 * textmodes/fill.el (enable-kinsoku):
2197 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
2198 * textmodes/table.el (table-yank-handler):
2199 Specify missing group (and type, if simple) in defcustom.
2200
2201 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * progmodes/compile.el (compilation-finish-function): Fix defvar.
2204
2205 2005-05-19 Richard M. Stallman <rms@gnu.org>
2206
2207 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
2208
2209 * subr.el (event-basic-type): Don't get an error.
2210 (left-fringe-p): Function deleted.
2211
2212 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
2213 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
2214
2215 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
2216 in recursive copy.
2217
2218 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
2219
2220 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
2221
2222 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
2223 Call byte-compile-nogroup-warn if appropriate.
2224
2225 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
2226 (compilation-set-window): Don't call left-fringe-p; do it directly.
2227
2228 2005-05-19 Jay Belanger <belanger@truman.edu>
2229
2230 * calc/calc-graph.el (calc-graph-format-data): Make sure
2231 var-PlotRejects is bound before trying to check its value.
2232
2233 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
2234
2235 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
2236 definition of this variable from reftex-global.el to reftex.el,
2237 because it is needed in the menu.
2238
2239 2005-05-19 Lute Kamstra <lute@gnu.org>
2240
2241 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
2242 years are fixed. Don't insert a space after a dash.
2243
2244 2005-05-19 Kim F. Storm <storm@cua.dk>
2245
2246 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
2247
2248 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
2249
2250 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
2251 strings, because (eq ... ?\\) is fairly frequent.
2252
2253 * progmodes/make-mode.el (makefile-add-this-line-targets):
2254 Simplify and integrate into `makefile-pickup-targets'.
2255 (makefile-add-this-line-macro): Simplify and integrate into
2256 `makefile-pickup-macros.
2257 (makefile-pickup-filenames-as-targets): Simplify.
2258 (makefile-previous-dependency, makefile-match-dependency):
2259 Don't stumble over `::'.
2260
2261 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * subr.el (post-command-idle-hook, post-command-idle-delay):
2264 Remove obsoletion of post-command-idle-hook and
2265 post-command-idle-delay.
2266
2267 * faces.el (list-faces-display): Provide button when describe-face
2268 is called to take user back to the list of faces.
2269
2270 * help-fns.el (describe-variable): Remove hyperlinks in a
2271 variable's value as these are quite frequently inappropriate.
2272
2273 * follow.el (follow-submit-feedback, follow-mode):
2274 Remove references to post-command-idle-hook.
2275
2276 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
2277
2278 * progmodes/make-mode.el (makefile-previous-dependency)
2279 (makefile-match-dependency): Check for := (and in bsd mode also
2280 !=) to give a better result, even when font-lock is not on.
2281
2282 2005-05-18 Jay Belanger <belanger@truman.edu>
2283
2284 * calc/calc-help.el (calc-s-prefix-help):
2285 Add `calc-copy-special-constant' to help string.
2286
2287 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
2288
2289 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2290
2291 2005-05-18 Jay Belanger <belanger@truman.edu>
2292
2293 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
2294 in linear factors are in proper order.
2295
2296 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
2297
2298 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
2299 Support for jurabib.
2300
2301 * textmodes/reftex.el (featurep): Define aliases for overlay
2302 commands, for XEmacs compatibility, and use these aliases in
2303 overlay initializations.
2304 (reftex-highlight): Use `reftex-move-overlay'.
2305 (reftex-unhighlight): Use `reftex-delete-overlay'.
2306 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2307 (reftex-access-search-path): Use `reftex-uniquify' instead of
2308 `reftex-uniq'
2309
2310 * textmodes/reftex-sel.el (reftex-select-unmark):
2311 Overlay `before-string' property modification enables for Emacs as well.
2312 (reftex-select-item): Use `reftex-delete-overlay'.
2313 (reftex-select-mark): Use `reftex-make-overlay' and
2314 `reftex-overlay-put'.
2315 (reftex-select-unmark): Use `reftex-delete-overlay' and
2316 `reftex-overlay-put'.
2317
2318 2005-05-18 Lute Kamstra <lute@gnu.org>
2319
2320 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2321
2322 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
2323
2324 * add-log.el (add-change-log-entry):
2325 * array.el (array-make-template, array-reconfigure-rows)
2326 (array-init-max-row, array-init-max-column)
2327 (array-init-columns-per-line, array-init-field-width):
2328 * replace.el (replace-match-maybe-edit, perform-replace):
2329 * textmodes/spell.el (spell-region):
2330 Replace `read-input' by `read-string'.
2331
2332 * forms.el (forms-mode):
2333 * finder.el (finder-compile-keywords):
2334 * shadowfile.el (shadow-read-files):
2335 Replace `eval-current-buffer' by `eval-buffer'.
2336
2337 * terminal.el (te-pass-through):
2338 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2339 (ange-ftp-raw-send-cmd):
2340 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2341 (send-process-next-char, telnet-initial-filter, telnet):
2342 Replace `send-string' by `process-send-string'.
2343
2344 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2345 (prolog-consult-region): Replace `send-string' by
2346 `process-send-string'; replace `send-region' by `process-send-region'.
2347
2348 * progmodes/delphi.el (delphi-log-msg):
2349 Replace `set-window-dot' by `set-window-point'.
2350
2351 * subr.el (window-dot, set-window-dot, read-input, send-string)
2352 (send-region, show-buffer, eval-current-buffer):
2353 Make really obsolete, as the comment says.
2354
2355 2005-05-17 Kim F. Storm <storm@cua.dk>
2356
2357 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2358 (cua--init-keymaps): Bind C-return instead of S-return to set
2359 rectangle mark.
2360
2361 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2362 instead of S-return to toggle/clear rectangle mark.
2363
2364 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2365
2366 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
2367 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2368 Also fontify plain strings assigned to variables, mostly so that a
2369 colon has a face and is thus not taken as a dependency separator.
2370 (makefile-previous-dependency): Inline the new matcher, because it
2371 is too complex to work in both directions.
2372 (makefile-match-dependency): Eliminate `backward' arg (see above).
2373 Completely reimplemented so as to not sometimes go into an endless
2374 loop. It should also be more efficient, because first it only
2375 searches for `:', instead of applying the very complex regexp.
2376 (makefile-mode): Cancel `font-lock-support-mode', because blocks
2377 to be fontified in one piece can be too long for JIT.
2378 Makefiles are never *that* big.
2379
2380 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2381
2382 * dired.el (dired-mode): Simplify.
2383
2384 2005-05-17 Lute Kamstra <lute@gnu.org>
2385
2386 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2387 defcustom for the mode hook variable.
2388
2389 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2390 Emacs Lisp Reference Manual.
2391
2392 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
2393
2394 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2395 (evenp, list*):
2396 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2397 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2398
2399 * net/tramp-smb.el (tramp-smb-open-connection):
2400 Pass `tramp-chunksize' as fifth (required) argument.
2401
2402 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2403
2404 * font-lock.el (lisp-font-lock-keywords-1):
2405 Set `font-lock-negation-char-face' for [^...] char group.
2406 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2407
2408 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2409 a var, and refine it to mask one more level of nested vars.
2410 (makefile-rule-action-regex): Turn it into a var, and refine it so
2411 it recognizes backslashed continuation lines as belonging to the
2412 same command.
2413 (makefile-macroassign-regex): Refine it so it recognizes
2414 backslashed continuation lines as belonging to the same command.
2415 (makefile-var-use-regex): Don't look at the next char, because it
2416 might be the same one to be skipped by the initial [^$], leading
2417 to an overlooked variable use.
2418 (makefile-make-font-lock-keywords): Remove two parameters, which
2419 are now variables that some of the modes set locally.
2420 Handle dependency and rule action matching through functions, because
2421 regexps alone match too often. Dependency matching now comes
2422 last, so it can check, whether a colon already matched something else.
2423 (makefile-mode): Inform that font-lock improves makefile parsing
2424 capabilities.
2425 (makefile-match-dependency, makefile-match-action): New functions.
2426
2427 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2428
2429 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2430
2431 * align.el (align-regexp):
2432 * ansi-color.el (ansi-color-get-face):
2433 * array.el (array-reconfigure-rows, array-init-max-row)
2434 (array-init-max-column, array-init-columns-per-line)
2435 (array-init-field-width):
2436 * dired-aux.el (dired-trample-file-versions):
2437 * dired-x.el (dired-mark-sexp):
2438 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2439 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2440 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2441 * faces.el (face-read-integer):
2442 * files.el (backup-extract-version, insert-directory):
2443 * hexl.el (hexl-insert-decimal-char):
2444 * server.el (server-process-filter):
2445 * shell.el (shell-extract-num):
2446 * startup.el (command-line-1):
2447 * term.el (term-command-hook):
2448 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2449 (time-stamp-do-number):
2450 * time.el (display-time-update):
2451 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2452 (timezone-fix-time):
2453 * vms-patch.el (vms-suspend-resume-hook):
2454 * calendar/appt.el (appt-convert-time):
2455 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2456 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2457 * calendar/cal-islam.el (mark-islamic-diary-entries):
2458 * calendar/calendar.el (calendar-cursor-to-date)
2459 (calendar-star-date):
2460 * calendar/diary-lib.el (diary-attrtype-convert)
2461 (mark-diary-entries, diary-entry-time):
2462 * calendar/solar.el (solar-get-number):
2463 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2464 * emacs-lisp/re-builder.el (reb-display-subexp):
2465 * emulation/edt.el (edt-set-scroll-margins):
2466 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2467 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2468 (vip-get-ex-count):
2469 * emulation/viper-ex.el (viper-get-ex-token)
2470 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2471 * international/fontset.el (fontset-plain-name):
2472 * mail/feedmail.el (feedmail-look-at-queue-directory):
2473 * mail/mailalias.el (mail-get-names):
2474 * mail/rmail.el (rmail-convert-to-babyl-format):
2475 * mail/rmailsum.el (rmail-make-basic-summary-line)
2476 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2477 (rmail-summary-goto-msg):
2478 * mail/smtpmail.el (smtpmail-read-response):
2479 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2480 (ange-ftp-vms-add-file-entry):
2481 * play/gametree.el (gametree-looking-at-ply)
2482 (gametree-current-branch-score):
2483 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2484 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2485 * progmodes/cperl-mode.el (condition-case):
2486 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2487 (ebrowse-set-member-buffer-column-width)
2488 (ebrowse-select-1st-to-9nth):
2489 * progmodes/etags.el (etags-snarf-tag):
2490 * progmodes/flymake.el (flymake-parse-line):
2491 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2492 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2493 (idlwave-shell-menu-def):
2494 * progmodes/ps-mode.el (ps-run-goto-error):
2495 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2496 (vhdl-speedbar-contract-level):
2497 * term/mac-win.el (x-handle-numeric-switch):
2498 * term/sun-mouse.el (sun-get-frame-data):
2499 * term/w32-win.el (x-handle-numeric-switch):
2500 * term/x-win.el (x-handle-numeric-switch):
2501 * textmodes/ispell.el (ispell-parse-output):
2502 * textmodes/nroff-mode.el (nroff-outline-level):
2503 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2504 (reftex-bib-sort-year-reverse, reftex-format-citation):
2505 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2506 (reftex-section-number):
2507 * textmodes/texinfmt.el (texinfo-paragraphindent):
2508 Replace `string-to-int' by `string-to-number'.
2509
2510 * international/latexenc.el: Add page marker to force the "Local
2511 Variables:" string out of the last page.
2512
2513 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2514
2515 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2516 tooltip-change-major-mode.
2517 (gud-tooltip-print-command): Remove case where gud-minor-mode
2518 is gdb ("--fullname").
2519 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2520 explain to user.
2521
2522 2005-05-16 Jay Belanger <belanger@truman.edu>
2523
2524 * calc/calc-store.el (calc-copy-special-constant): New function.
2525
2526 * calc/calc-ext.el (calc-init-extensions): Add binding for
2527 `calc-copy-special-constant'.
2528
2529 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2530 for the `calc-copy-special-constant' command.
2531
2532 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2533
2534 * subr.el (left-fringe-p): New function.
2535
2536 * progmodes/compile.el (compilation-setup): Set local value of
2537 overlay-arrow-string to "" always.
2538 (compilation-set-window): Left fringe then don't scroll.
2539 No left fringe then no arrow and scroll message to top.
2540 (compilation-context-lines): Adjust doc string accordingly.
2541
2542 2005-05-16 Kim F. Storm <storm@cua.dk>
2543
2544 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2545 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2546 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2547 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2548 (ido-read-file-name): Handle commands with ido property value
2549 equal to find-file as reading a file name, to allow C-d to enter dired.
2550 (ibuffer-find-file): Add ido property with value find-file.
2551
2552 2005-05-15 Kim F. Storm <storm@cua.dk>
2553
2554 * subr.el (open-network-stream-nowait): Remove.
2555 (open-network-stream-server): Remove.
2556
2557 2005-05-15 Richard M. Stallman <rms@gnu.org>
2558
2559 * faces.el (describe-face): Output a definition link button.
2560
2561 * help-mode.el (help-face-def): New button type.
2562
2563 * emacs-lisp/copyright.el (copyright-fix-years):
2564 Match properly if the first year is 2-digit.
2565 Don't mess up the whitespace after the years by filling.
2566
2567 * dired-aux.el (dired-mark-confirm):
2568 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2569
2570 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2571 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2572 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2573
2574 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2575 Set font-lock-comment-start-skip.
2576
2577 * font-lock.el (font-lock-comment-start-skip): New variable.
2578 (font-lock-comment-end-skip): New variable.
2579 (font-lock-fontify-syntactically-region): Use them if non-nil.
2580
2581 2005-05-15 Jay Belanger <belanger@truman.edu>
2582
2583 * calc/calc-store.el (calc-store-value): Return a string rather
2584 than display it as a message.
2585 Use calc-var-name for variable name.
2586 (calc-store-into): Add the result of calc-store-value to message.
2587 (calc-copy-variable): Add a message.
2588 (calc-store-exchange): Improve error messages.
2589 (calc-store-binary, calc-store-map): Don't reset the values of
2590 special constants.
2591
2592 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2593
2594 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2595 manual to docstring.
2596
2597 * files.el (hack-local-variables-confirm): Add STRING argument.
2598 Make the function handle non file visiting buffers correctly.
2599 (hack-local-variables-prop-line, hack-local-variables)
2600 (hack-one-local-variable): Use STRING arg of
2601 `hack-local-variables-confirm'.
2602
2603 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2604
2605 Sync with Tramp 2.0.49.
2606
2607 * tramp.el (tramp-handle-dired-call-process)
2608 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2609 because the contents of the Tramp buffer is changed before
2610 insertion (`expand-file' and alike).
2611 (tramp-handle-insert-directory): If `localname' has an empty
2612 nondirectory name, it must not be quoted.
2613 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2614 variable `tramp-chunksize'. Change callees.
2615 (tramp-open-connection-setup-interactive-shell): Check remote host
2616 for buggy `send-process-string' implementation.
2617 Set `tramp-chunksize' if found. Reported by Michael Kifer
2618 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2619 (tramp-handle-shell-command): `insert-buffer' cannot be used
2620 because the contents of the Tramp buffer is changed before
2621 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2622 <frederic.bothamy@free.fr>.
2623 (tramp-set-auto-save): Actions should be done for Tramp file name
2624 handler only. Ange-FTP has its own auto-save mechanism.
2625 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2626 (tramp-set-auto-save-file-modes): Set file modes of
2627 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2628 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2629 (tramp-bug): Remove obsolete variable.
2630 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2631 for presence of `mml-mode'. Make it running for older Emacsen as well.
2632
2633 2005-05-14 John Paul Wallington <jpw@pobox.com>
2634
2635 * ibuf-ext.el (define-ibuffer-filter filename):
2636 If `dired-directory' is a list, use its car.
2637
2638 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2639
2640 * ibuffer.el (define-ibuffer-column filename):
2641 If `dired-directory' is a list, use its car.
2642
2643 2005-05-14 Richard M. Stallman <rms@gnu.org>
2644
2645 * subr.el (symbol-file): Doc fix.
2646
2647 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2648 (byte-compile-form): Call byte-compile-nogroup-warn.
2649 (byte-compile-warning-types): Doc fix.
2650
2651 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2652
2653 * progmodes/cc-engine.el (c-literal-faces):
2654 Add font-lock-comment-delimiter-face.
2655
2656 * net/net-utils.el (dig): Use with-no-warnings.
2657
2658 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2659 (sc-recite-frame-alist, sc-default-cite-frame)
2660 (sc-default-uncite-frame, sc-default-recite-frame)
2661 (sc-attrib-selection-list, sc-rewrite-header-list):
2662 Mark as risky-local-variable.
2663
2664 * international/ogonek.el (ogonek-jak, ogonek-how):
2665 Don't use beginning-of-buffer.
2666
2667 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2668
2669 * calendar/solar.el (solar-data-list): Move definition up.
2670
2671 * dnd.el (dnd-protocol-alist): Add autoload.
2672
2673 * progmodes/sh-script.el: Many doc usage fixes.
2674 (sh-indent-after-do): Change default to match common styles.
2675
2676 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * files.el (interpreter-mode-alist)
2679 (auto-mode-interpreter-regexp): Doc fixes.
2680
2681 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2682
2683 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2684
2685 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2686
2687 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2688
2689 * dired.el (dired-mode): make-variable-buffer-local =>
2690 make-local-variable.
2691
2692 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2693
2694 * term/mac-win.el (mac-select-convert-to-string): Try coding
2695 systems in mac-script-code-coding-systems if specified one cannot
2696 encode string for `com.apple.traditional-mac-plain-text'.
2697
2698 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2699
2700 * progmodes/make-mode.el (makefile-targets-face)
2701 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2702 (makefile-dependency-regex): Fix it to not make the colon in
2703 $(var:a=b) special.
2704 (makefile-rule-action-regex): New regexp for highlighting embedded
2705 Shell strings.
2706 (makefile-macroassign-regex): Handle != for highlighting as
2707 embedded Shell strings.
2708 (makefile-var-use-regex): New const.
2709 (makefile-statements, makefile-automake-statements)
2710 (makefile-gmake-statements, makefile-makepp-statements)
2711 (makefile-bsdmake-statements): New consts.
2712 (makefile-make-font-lock-keywords): New function.
2713 (makefile-automake-font-lock-keywords)
2714 (makefile-gmake-font-lock-keywords)
2715 (makefile-makepp-font-lock-keywords)
2716 (makefile-bsdmake-font-lock-keywords): New consts.
2717 (makefile-mode-map): Add switchers between the various submodes.
2718 (makefile-mode): Document the availability of the variants.
2719 (makefile-automake-mode, makefile-gmake-mode)
2720 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2721
2722 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2723 new variants of makefile-mode.
2724
2725 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2728 the inheritance.
2729
2730 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2731
2732 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2733 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2734
2735 * files.el (normal-mode): Extend the scope of the
2736 `enable-local-variables' binding to include the `set-auto-mode' call.
2737 (magic-mode-alist): Doc fix.
2738
2739 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2742 font-lock-comment-face rather than copying its setting.
2743
2744 2005-05-12 Andreas Schwab <schwab@suse.de>
2745
2746 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2747
2748 2005-05-12 Lute Kamstra <lute@gnu.org>
2749
2750 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2751 defcustom for the mode hook variable. Delete the last argument.
2752 * generic-x.el: Fix callers of define-generic-mode.
2753 (generic-x-modes): Delete group.
2754 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2755 generic-x customization group.
2756
2757 2005-05-12 Kim F. Storm <storm@cua.dk>
2758
2759 * font-lock.el (font-lock-negation-char-face): Default to "off".
2760
2761 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2762 font-lock-negation-char-face to ! in !=.
2763
2764 2005-05-12 Masatake YAMATO <jet@gyve.org>
2765
2766 * add-log.el (find-change-log): Fix typos in the docstring
2767 of function.
2768
2769 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2770
2771 * international/latexenc.el (latexenc-find-file-coding-system):
2772 Avoid `re-search-forward' when looking for input encoding because
2773 of speed and safety. Better regular expressions for recognizing
2774 input encoding. Limit a search for TeX-master/tex-main-file to
2775 the local variable section.
2776
2777 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2778
2779 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2780 syntax of $ to "'" (quote).
2781
2782 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2783
2784 * dnd.el (dnd-protocol-alist): Improve custom type.
2785
2786 * dired.el (dired-dnd-protocol-alist): New variable.
2787 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2788 `dired-mode-hook' to the end.
2789
2790 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2793 comment-end if comment-start-skip is not set.
2794 Obey the font-lock-comment-delimiter-face variables.
2795
2796 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * files.el (executable-find): Move from executable.el. Use locate-file.
2799 * progmodes/executable.el (executable-find): Move to files.el.
2800
2801 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2802 when trying to ensure forward progress.
2803
2804 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2807 (mouse-select, mouse-select-internal, mouse-extend-internal):
2808 Use it to implement mouse-1-click-follows-link functionality.
2809
2810 2005-05-11 Richard M. Stallman <rms@gnu.org>
2811
2812 * font-lock.el (font-lock-fontify-syntactically-region):
2813 Use font-lock-comment-delimiter-face for comment delimiters.
2814
2815 2005-05-10 Jay Belanger <belanger@truman.edu>
2816
2817 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2818 preserving embedded modes.
2819
2820 2005-05-10 Richard M. Stallman <rms@gnu.org>
2821
2822 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2823
2824 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2825 Move from ada-stmt.el.
2826 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2827
2828 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2829 Move to ada-mode.el.
2830 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2831
2832 * cus-edit.el (custom-file): Call file-chase-links.
2833
2834 * files.el (read-directory-name): Fix previous change.
2835 (hack-local-variables-confirm): New function.
2836 (hack-local-variables-prop-line, hack-local-variables)
2837 (hack-one-local-variable): Use it.
2838
2839 2005-05-10 Lute Kamstra <lute@gnu.org>
2840
2841 * font-lock.el (font-lock-keywords-alist)
2842 (font-lock-removed-keywords-alist): Clarify docstrings.
2843
2844 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2845
2846 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2847 (gdb-source-info): Check for preprocessor info.
2848 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2849 a macro for a function.
2850 (gdb-info-breakpoints-custom): Try to find file again if not already
2851 found (user might have used GDB dir command).
2852 (gdb-get-location): Update gdb-location-alist correctly for change
2853 to gdb-info-breakpoints-custom.
2854
2855 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2856 (gud-tooltip-print-command): Add gdbmi case.
2857 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2858 preprocessor info.
2859
2860 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2861
2862 * startup.el (fancy-splash-insert): Fix typo in doc string.
2863
2864 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * obsolete/float.el (string-to-float):
2867 * obsolete/hilit19.el (hilit-add-pattern):
2868 * obsolete/rnews.el (news-parse-range, news-select-message)
2869 (news-get-pruned-list-of-files): Replace `string-to-int' by
2870 `string-to-number'.
2871
2872 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2873 `find-file-not-found-hooks'; use `add-hook'.
2874 (uncompress-while-visiting): Set `write-file-functions', not
2875 `write-file-hooks'; use `add-hook'.
2876
2877 2005-05-09 Kim F. Storm <storm@cua.dk>
2878
2879 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2880 (cua-paste): Handle clipboard action.
2881 (cua--init-keymaps): Remap clipboard-kill-region and
2882 clipboard-kill-ring-save.
2883
2884 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2885
2886 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2887 Improve commentary.
2888
2889 * simple.el (next-error-overlay-arrow-position): Revert the change
2890 made on 2005-04-30.
2891
2892 2005-05-07 Jay Belanger <belanger@truman.edu>
2893
2894 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2895 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2896 `calc-sel-reselect'.
2897
2898 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2899 Calc is in embedded mode.
2900
2901 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2902
2903 * progmodes/compile.el (compilation-setup):
2904 Set overlay-arrow-string to an empty string on text terminals.
2905
2906 * textmodes/ispell.el (ispell-program-name): Try looking for
2907 "aspell" along exec-path, and if found, use it as the default
2908 speller program.
2909
2910 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2911
2912 * international/mule.el (sgml-xml-auto-coding-function):
2913 Recognize encoding='FOO' in single quotes as well as in double quotes.
2914
2915 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2916
2917 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2918 as well as `interactive', so that defmacro* would recognize
2919 `declare' forms.
2920
2921 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2922
2923 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2924 Explain more about the LIGHTER arg's usage in the doc string.
2925 Add commentary to clarify what the code does. Fix the regexp that
2926 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2927 since it could have characters special to regular expressions.
2928
2929 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2930
2931 * replace.el (occur-1): Bind inhibit-read-only so that
2932 erase-buffer doesn't barf on read-only text properties (likewise
2933 for add-text-properties in occur-engine). Mark buffer as unmodified.
2934 (occur-engine): Don't set buffer-read-only here.
2935
2936 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2939 list-buffers-directory. This caused the *cvs-commit* buffer to be
2940 sometimes mistakenly reused as a *cvs* buffer.
2941
2942 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2943
2944 * tooltip.el: Move code for GUD tooltips into gud.el.
2945 (require): CL no longer needed to compile case.
2946 (tooltip-mode): Do not toggle functions for GUD tooltips.
2947 (tooltip-gud-tips-p): Remove. Replace with minor mode
2948 gud-tooltip-mode in gud.el.
2949 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2950 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2951 tooltip-gud prefix with gud-tooltip and obsolete.
2952 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2953 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2954 (tooltip-mouse-motion): Mouse movement functions/variable.
2955 Rename in gud.el by adding gud prefix.
2956 (tooltip-gud-original-filter, tooltip-gud-dereference)
2957 (tooltip-gud-event, tooltip-toggle-gud-tips)
2958 (tooltip-gud-process-output, tooltip-gud-print-command)
2959 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2960 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2961 (gdb-tooltip-print): Move to gdb-ui.el.
2962
2963 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2964 (require): CL needed to compile case.
2965 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2966 tooltip-gud-tips-p. Make it a minor-mode.
2967 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2968 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2969 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2970 (gud-tooltip-change-major-mode)
2971 (gud-tooltip-activate-mouse-motions-if-enabled)
2972 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2973 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2974 (gud-tooltip-original-filter, gud-tooltip-dereference)
2975 (gud-tooltip-event, tooltip-toggle-gud-tips)
2976 (gud-tooltip-process-output, gud-tooltip-print-command)
2977 (gud-tooltip-tips): Move from tooltip.el.
2978
2979 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2980 (gdb-cpp-define-alist-flags): Doc fix.
2981 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2982 gud-tooltip-mode is t.
2983
2984 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2987 evaporate if their text is deleted.
2988 (goto-address-at-point): Make it work as a mouse binding as well.
2989 (goto-address-at-mouse): Obsolete it. Update users.
2990
2991 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2992
2993 * calendar/appt.el (top-level): No longer activate on load.
2994
2995 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2998 * net/webjump.el (webjump):
2999 * progmodes/idlw-help.el (idlwave-do-context-help1)
3000 (idlwave-highlight-linked-completions):
3001 * textmodes/po.el (po-find-file-coding-system-guts):
3002 Replace `assoc-ignore-case' by `assoc-string'.
3003
3004 2005-05-06 Eli Zaretskii <eliz@gnu.org>
3005
3006 * files.el (locate-file): Doc fix.
3007
3008 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
3009 Remove the redundant test for ms-dos.
3010
3011 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
3012 look for the preprocessor with exec-suffixes. If not found in
3013 standard places, look in exec-path. Remove most of the tests that
3014 used system-type.
3015
3016 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
3017
3018 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
3019
3020 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
3021 file-name clash with jka-compr.el on 8+3 filesystems.
3022
3023 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3024
3025 * term/mac-win.el: Don't define or bind scroll bar functions if
3026 x-toolkit-scroll-bars is t.
3027 (x-select-text, x-get-selection-value):
3028 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
3029 (PRIMARY): Put mac-scrap-name property.
3030 (mac-select-convert-to-file-url): New function.
3031 (public.file-url): New selection target type. Add to
3032 selection-converter-alist.
3033 (x-get-selection, x-selection-value): Handle it.
3034 (x-cut-buffer-or-selection-value): New alias.
3035
3036 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3037
3038 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
3039 entry to avoid calling bibtex-find-entry with arg global
3040 being t. Remove arg key.
3041 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
3042 (bibtex-copy-summary-as-kill): Change accordingly.
3043
3044 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
3047 (org-agenda-date-later): Use with-current-buffer.
3048
3049 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
3052 (define-obsolete-variable-alias): Doc Fixes.
3053
3054 2005-05-06 Kim F. Storm <storm@cua.dk>
3055
3056 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
3057 vertical-motion when selective-display is active.
3058
3059 * ido.el (ido-setup-hook): New hook.
3060 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
3061 (ido-input-stack): New var.
3062 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
3063 ido-next-work-file binding to M-O.
3064 Bind M-f to ido-wide-find-file-or-pop-dir.
3065 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
3066 (ido-read-internal): Run ido-setup-hook.
3067 Catch quit in read-file-name and read-string to cancel edit.
3068 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
3069 Automatically pop-all when completing a directory name (RET).
3070 (ido-file-internal): Add with-no-warnings around ffap and dired code.
3071 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
3072 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
3073 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
3074 New functions for M-b/M-f to move among the directory components.
3075 (ido-make-merged-file-list): Catch quit to cancel merge.
3076 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
3077 (ido-completion-help): No warnings for ido-completion-buffer-full.
3078
3079 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
3080
3081 * font-lock.el (font-lock-negation-char-face): New face and variable.
3082 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
3083 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
3084 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
3085 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
3086
3087 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
3088
3089 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
3090 Fix typo in docstring.
3091
3092 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
3093 (ebrowse-print-statistics-line)
3094 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
3095
3096 * term/w32-win.el (image-library-alist): Add additional name for
3097 Xpm library.
3098
3099 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
3102 use gcc instead of cpp.
3103
3104 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3105 (gdb-create-define-alist): Use it.
3106 (gdb-cpp-define-alist-program): Update for MS-DOS.
3107
3108 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
3109
3110 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
3111
3112 2005-05-04 Richard M. Stallman <rms@gnu.org>
3113
3114 * help.el (describe-key): No error when UNTRANSLATED is nil.
3115
3116 * simple.el (line-move-1): Fix previous change to signal errors
3117 appropriately.
3118
3119 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
3120
3121 * calendar/icalendar.el (icalendar-version): Now at 0.12.
3122 (icalendar-duration-correction): Remove.
3123 (icalendar--get-event-properties): Split result at commas.
3124 (icalendar--decode-isoduration): New optional argument
3125 DURATION-CORRECTION.
3126 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
3127 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
3128 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
3129 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
3130 (icalendar--convert-anniversary-to-ical): New functions, extracted
3131 from icalendar-export-region, with bug fixes.
3132 (icalendar-export-region): Use the above functions.
3133 (icalendar-import-buffer): Check before saving diary file.
3134 (icalendar--convert-recurring-to-diary)
3135 (icalendar--convert-non-recurring-all-day-to-diary)
3136 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
3137 extracted from icalendar--convert-ical-to-diary, with bug fixes.
3138 (icalendar--convert-ical-to-diary): Use the above functions.
3139
3140 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
3141
3142 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
3143 Remove these recent additions.
3144 (c-mode): Restore to before 2005-04-28.
3145
3146 * progmodes/cc-vars.el (cc-define-list-program): Remove this
3147 recent addition.
3148
3149 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
3150 (gdb-define-alist): New variables.
3151 (gdb-create-define-alist): New function.
3152 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
3153 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
3154 with string-to-number.
3155 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
3156
3157 * progmodes/gud.el: Replace string-to-int with string-to-number.
3158 (gud-find-file): Handle gdb-define-alist.
3159
3160 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
3161
3162 2005-05-02 Jay Belanger <belanger@truman.edu>
3163
3164 * calc/calc-aent.el (math-read-token):
3165 * calc/calc-bin.el (calc-word-size):
3166 * calc/calc-ext.el (calc-read-number-fancy):
3167 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
3168 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
3169 * calc/calc-frac.el (calc-over-notation):
3170 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
3171 (calc-graph-num-points, calc-graph-init):
3172 * calc/calc-prog.el (calc-read-parse-table-part)
3173 (calc-edit-macro-repeats):
3174 * calc/calc-yank.el (calc-do-grab-rectangle):
3175 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
3176 Replace `string-to-int' by `string-to-number'.
3177
3178 2005-05-02 Kim F. Storm <storm@cua.dk>
3179
3180 * kmacro.el: Use executing-kbd-macro-index variable.
3181
3182 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3183
3184 * net/rlogin.el (rlogin-parse-words): Delete func.
3185 (rlogin): Use split-string, not rlogin-parse-words.
3186 Also, if there are option-like elements in the parsed args,
3187 take the host to be the first arg immediately following them.
3188 Suggested by Michael Mauger.
3189
3190 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3191
3192 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
3193
3194 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3195
3196 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3197 (cc-mode-cpp-program): Rename to cc-define-list-program and
3198 move to cc-vars.el.
3199
3200 * progmodes/cc-vars.el (cc-define-list-program):
3201 Change to "gcc -E -dM -". Make customizable.
3202
3203 2005-05-02 Kim F. Storm <storm@cua.dk>
3204
3205 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
3206
3207 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
3210
3211 * international/mule-util.el (truncate-string): Remove alias and
3212 obsolete declaration.
3213
3214 * international/mule-cmds.el (update-iso-coding-systems):
3215 Remove alias and obsolete declaration.
3216
3217 * international/mule.el (coding-system-parent): Remove alias and
3218 obsolete declaration.
3219
3220 * subr.el (define-function, sref): Remove aliases and obsolete
3221 declarations.
3222 (chars-in-region): Remove obsolete declaration.
3223
3224 2005-05-01 Richard M. Stallman <rms@gnu.org>
3225
3226 * info.el (Info-mode): Set widen-automatically to nil, locally.
3227
3228 * simple.el (widen-automatically): New variable.
3229 (pop-global-mark): Obey widen-automatically.
3230
3231 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3232
3233 * term/xterm.el (function-key-map): Call substitute-key-definition
3234 before the keymap size is increased by a lot of define-key calls.
3235
3236 2005-05-01 Richard M. Stallman <rms@gnu.org>
3237
3238 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
3239 Rename ARG to ELEMENT. Doc fix.
3240
3241 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3242
3243 * allout.el (allout-exposure): Remove macro and obsolete declaration.
3244 Remove references to allout-exposure/change to allout-new-exposure.
3245
3246 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
3247 bytecode symbols.
3248
3249 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
3250 (compiled-function-p, focus-frame, unfocus-frame):
3251 Remove aliases and obsolete declarations.
3252 Back out inadvertent changes from previous commit.
3253
3254 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * files.el (require-final-newline): Make Custom tags consistent
3257 with mode-require-final-newline.
3258 (mode-require-final-newline): Doc fix.
3259
3260 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * international/latexenc.el (latexenc-find-file-coding-system):
3263 Fix regular expressions.
3264
3265 2005-05-01 David Kastrup <dak@gnu.org>
3266
3267 * international/latexenc.el (latexenc-find-file-coding-system):
3268 Fix regular expressions.
3269
3270 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
3271
3272 * subr.el (string-to-int): Make obsolete.
3273
3274 2005-04-30 Richard M. Stallman <rms@gnu.org>
3275
3276 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
3277
3278 * loadup.el: load jka-comp-hook.
3279
3280 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
3281 (jka-compr-handler): Add autoload. `put' calls moved
3282 to jka-comp-hook.el.
3283 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
3284 (jka-compr-inhibit): Autoload.
3285
3286 * jka-comp-hook.el: New file.
3287 Enable the mode by default.
3288
3289 * files.el (backup-buffer-copy): Use copy-file instead
3290 of write-region, and put back the 'excl.
3291
3292 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
3293
3294 * progmodes/flymake.el (flymake-split-string)
3295 (flymake-split-string, flymake-log, flymake-pid-to-names)
3296 (flymake-reg-names, flymake-get-source-buffer-name)
3297 (flymake-unreg-names, flymake-add-line-err-info)
3298 (flymake-add-err-info): Clarify docstrings.
3299 (flymake-popup-menu, flymake-make-emacs-menu)
3300 (flymake-make-xemacs-menu): Add docstrings.
3301 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3302 Set variables directly throughout.
3303
3304 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
3305
3306 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
3307 exists. Initialise cc-define-alist.
3308 (c-mode): Add cc-create-define-alist locally to after-save-hook.
3309 If there is no file (Macroexpansion) don't create an alist.
3310
3311 2005-04-29 Sam Steingold <sds@gnu.org>
3312
3313 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3314 (cc-create-define-alist): Use it instead of the hard-coded string.
3315
3316 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3319 for latexenc.
3320
3321 2005-04-29 Lute Kamstra <lute@gnu.org>
3322
3323 * emacs-lisp/generic.el: Improve commentary section.
3324 (define-generic-mode): Improve docstring.
3325
3326 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
3327
3328 * textmodes/org.el (many places): Change to quiet the byte compiler.
3329 (org-prefix-format-compiled): New variable.
3330 (org-compile-prefix-format): New function.
3331 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3332 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3333 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3334 (org-get-entries-from-diary): Use `org-get-time-of-day' for
3335 consistency with entries from `org-mode' files.
3336 (org-get-time-of-day): Fix bug with partial matches early in a line.
3337 (org-non-link-chars): New constant.
3338 (org-link-regexp): Respect `org-non-link-chars'.
3339 (org-agenda-day-view): Remove command.
3340 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
3341 (org-follow-bbdb-link, org-store-link): Search also company field.
3342 (org-highlight-overlay): New variable.
3343 (org-highlight, org-unhighlight): New functions.
3344 (org-agenda-mode): Add pre-command-hook to remove highlight.
3345 (org-evaluate-time-range): Behavior depends upon whether time stamp
3346 contains a time or not.
3347 (org-show-subtree, org-show-entry): New functions.
3348 (org-agenda-cleanup-fancy-diary): Remove empty lines.
3349
3350 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3351
3352 * comint.el (comint-output-filter-functions): Add autoload cookie.
3353
3354 2005-04-28 Kim F. Storm <storm@cua.dk>
3355
3356 * ido.el (ido-everywhere): Fix last change.
3357
3358 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3359
3360 * international/latexenc.el: New file.
3361 * international/mule-conf.el (file-coding-system-alist): For .tex,
3362 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3363
3364 2005-04-28 Lute Kamstra <lute@gnu.org>
3365
3366 * font-lock.el (font-lock-add-keywords)
3367 (font-lock-remove-keywords): Clarify docstring.
3368 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3369 Don't start docstrings with a `*'.
3370 (font-lock-update-removed-keyword-alist): Give it a docstring.
3371
3372 * generic-x.el: Update commentary section.
3373 Only require font-lock when compiling.
3374 Define all modes conditionally.
3375 Place all generic modes in the generic-x-modes customization group.
3376 (generic-x-modes): New customization group.
3377 (generic-default-modes, generic-mswindows-modes)
3378 (generic-unix-modes, generic-other-modes): New constants.
3379 (generic-define-mswindows-modes, generic-define-unix-modes):
3380 Update docstrings. Make them obsolete.
3381 (generic-extras-enable-list): New default value. Update docstring.
3382 Improve :type. Change :set function.
3383 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3384 Fix docstring.
3385
3386 * emacs-lisp/generic.el (generic-mode-internal):
3387 Simplify font-lock-defaults.
3388 (define-generic-mode): Fix docstring.
3389
3390 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3391
3392 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3393 font-lock-face property to highlight matches.
3394
3395 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * progmodes/cc-mode.el (cc-create-define-alist): New function.
3398 (cc-define-alist): New variable.
3399 (c-mode): Make it local and initialise it.
3400
3401 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3402 (gdb-exited): New function.
3403 (gdb-annotation-rules): Use it.
3404 (gdb-starting): Set gdb-active-process to t.
3405 (gdb-stopping): Amend doc string.
3406 (gdb-reset): Set gdb-active-process to nil.
3407
3408 * tooltip.el (tooltip-gud-tips): Show the associated #define
3409 directives when a C program under GDB is not executing.
3410
3411 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3414 font-lock-fontify-syntactic-keywords.
3415
3416 * font-lock.el (font-lock-default-fontify-region): Don't force
3417 parse-sexp-lookup-properties to nil.
3418
3419 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3420
3421 * man.el (man-mode-syntax-table): Set up `:' to have
3422 word-constituent syntax.
3423
3424 2005-04-27 Lute Kamstra <lute@gnu.org>
3425
3426 * novice.el (disable-command): Don't add spurious newlines to the
3427 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3428
3429 2005-04-26 Jay Belanger <belanger@truman.edu>
3430
3431 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3432 than one window before deleting window.
3433
3434 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3435
3436 * shell.el (shell-prompt-pattern): Doc fix.
3437 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3438
3439 * comint.el (comint-prompt-regexp, comint-get-old-input)
3440 (comint-use-prompt-regexp)
3441 (comint-use-prompt-regexp-instead-of-fields)
3442 (comint-replace-by-expanded-history, comint-send-input)
3443 (comint-output-filter, comint-get-old-input-default)
3444 (comint-line-beginning-position, comint-bol, comint-show-output)
3445 (comint-backward-matching-input, comint-forward-matching-input)
3446 (comint-next-prompt, comint-previous-prompt):
3447 Rename `comint-use-prompt-regexp-instead-of-fields' to
3448 `comint-use-prompt-regexp'. Keep old name as alias and declare
3449 obsolete.
3450 (comint-use-prompt-regexp): Shorten first line of doc string.
3451
3452 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3453 Set paragraph-separate buffer locally to "\\'".
3454
3455 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3456 Adapt to above name change.
3457
3458 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3459 (smbclient-prompt-regexp): Ditto.
3460
3461 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3462
3463 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3464
3465 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3466 gdb-location-list.
3467 Break lines that are over 80 characters wide.
3468
3469 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3472 New fun and var, to preserve compatibility.
3473
3474 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3475
3476 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3477
3478 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3479 name to file-newer-than-file-p.
3480
3481 2005-04-26 Richard M. Stallman <rms@gnu.org>
3482
3483 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3484
3485 * progmodes/python.el (python-mode):
3486 Use new name eldoc-documentation-function.
3487
3488 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3489
3490 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3491 (eldoc-documentation-function):
3492 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3493
3494 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3495
3496 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3497
3498 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * term/xterm.el (function-key-map): Fix strings for
3501 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3502 {C,S,A,C-S}-{f1-f12}.
3503
3504 2005-04-26 Kenichi Handa <handa@m17n.org>
3505
3506 * international/mule-cmds.el (select-safe-coding-system):
3507 Fix previous change.
3508
3509 2005-04-26 Lute Kamstra <lute@gnu.org>
3510
3511 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3512
3513 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3514 (font-lock-comment-delimiter-face): Ditto.
3515
3516 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3517
3518 2005-04-25 Jay Belanger <belanger@truman.edu>
3519
3520 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3521 to t while inserting information; use help-mode.
3522
3523 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3524
3525 * term.el (ansi-term-color-vector): Use the xterm colors.
3526 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3527
3528 2005-04-25 Lute Kamstra <lute@gnu.org>
3529
3530 * font-core.el (font-lock-defaults): Fix docstring.
3531
3532 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3533
3534 2005-04-25 Kenichi Handa <handa@m17n.org>
3535
3536 * international/mule-cmds.el (select-safe-coding-system):
3537 Don't check consistency with coding: spec, etc if raw-text or
3538 no-conversion was found to be safe.
3539
3540 2005-04-24 Richard M. Stallman <rms@gnu.org>
3541
3542 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3543 citation markers at start of each line.
3544
3545 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3546 citation markers at start of each line.
3547
3548 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3549
3550 * files.el (mode-require-final-newline): Fix previous change.
3551 (require-final-newline): Fix type label.
3552
3553 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3554
3555 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3556 statement in buffer (broken by 2004-11-24 change).
3557
3558 2005-04-24 Kim F. Storm <storm@cua.dk>
3559
3560 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3561 and read-file-name-function values. Don't overwrite existing
3562 non-nil values if ido-mode is enabled without ido-everywhere.
3563
3564 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3565
3566 * files.el (mode-require-final-newline): Minor doc fix.
3567
3568 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3569
3570 * subr.el (syntax-after): Doc fix.
3571 (syntax-class): If argument is nil, return nil. Mask off upper 16
3572 bits, not 8 bits.
3573
3574 * files.el (mode-require-final-newline): Doc fix.
3575 (backup-buffer-copy): Fix last change.
3576
3577 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3578
3579 * term/mac-win.el: Require select. Set selection-coding-system to
3580 mac-system-coding-system. Call menu-bar-enable-clipboard.
3581 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3582 (x-select-enable-clipboard): New variables.
3583 (x-select-text, x-get-selection, x-selection-value)
3584 (x-get-selection-value, mac-select-convert-to-string)
3585 (mac-services-open-file, mac-services-open-selection)
3586 (mac-services-insert-text): New functions.
3587 (CLIPBOARD, FIND): Put mac-scrap-name property.
3588 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3589 (public.tiff): Put mac-ostype property.
3590 (selection-converter-alist): Add entries for them.
3591 (mac-application-menu-map): New keymap.
3592 (interprogram-cut-function, interprogram-paste-function): Set to
3593 x-select-text and x-get-selection-value, respectively.
3594 (split-window-keep-point): Set to t.
3595
3596 2005-04-23 Richard M. Stallman <rms@gnu.org>
3597
3598 * files.el (read-directory-name): Always pass non-nil
3599 DEFAULT-FILENAME arg to read-file-name.
3600 (backup-buffer-copy, basic-save-buffer-2): Take care against
3601 writing thru an unexpected existing symlink.
3602 (revert-buffer): In indirect buffer, revert the base buffer.
3603 (magic-mode-alist): Doc fix.
3604 (buffer-stale-function): Doc fix.
3605 (minibuffer-with-setup-hook): Avoid warning.
3606 (mode-require-final-newline): Doc and custom fix.
3607
3608 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3609
3610 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3611 use the default appearance.
3612 (font-lock-comment-delimiter-face): New face, new variable.
3613
3614 * imenu.el (imenu--generic-function): The official position of a
3615 definition is the start of the line that BEG is in.
3616
3617 * midnight.el (midnight-timer): Move defvar up.
3618
3619 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3620
3621 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3622
3623 * startup.el (command-line): Use with-no-warnings.
3624
3625 * window.el (window-size-fixed): New defvar.
3626
3627 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3628
3629 * mail/rmail.el (rmail-font-lock-keywords):
3630 Use font-lock-comment-delimiter-face.
3631
3632 * mail/sendmail.el (mail-font-lock-keywords):
3633 Use font-lock-comment-delimiter-face.
3634
3635 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3636
3637 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3638
3639 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3640 Specify t for LAXMATCH when matching directories.
3641 Save match data around compilation-compat-error-properties form.
3642
3643 2005-04-23 David Kastrup <dak@gnu.org>
3644
3645 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3646 Mention that the autoloaded aliases should be kept for AUCTeX.
3647
3648 2005-04-23 Andreas Schwab <schwab@suse.de>
3649
3650 * isearch.el (isearch-forward): Doc fix.
3651
3652 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3653
3654 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3655 (jit-lock-stealth-nice): Change default value to 0.5.
3656
3657 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3658
3659 * abbrev.el (write-abbrev-file): Write table entries in
3660 alphabetical order by table name.
3661
3662 2005-04-22 Kim F. Storm <storm@cua.dk>
3663
3664 * ido.el (ido-read-internal): Fix `list' completion.
3665
3666 2005-04-22 Kenichi Handa <handa@m17n.org>
3667
3668 * recentf.el (recentf-save-file-coding-system): New variable.
3669 (recentf-save-list): Encode the file by
3670 recentf-save-file-coding-system and add coding: tag.
3671
3672 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3673
3674 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3675
3676 2005-04-21 Lute Kamstra <lute@gnu.org>
3677
3678 * loadhist.el (unload-feature): Don't remove a function from hooks
3679 if it is about to be restored to an autoload . Remove functions
3680 that will become unbound from auto-mode-alist. Simplify the code.
3681
3682 * subr.el (assq-delete-all): New implementation that is linear,
3683 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3684 (rassq-delete-all): New function.
3685
3686 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3687 Add size-indication-mode.
3688
3689 2005-04-21 Kenichi Handa <handa@m17n.org>
3690
3691 * international/mule-cmds.el: Add autoload for widget-value in
3692 eval-when-compile.
3693
3694 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3697 Add tooltip-mode.
3698
3699 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3700
3701 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3702
3703 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3704 (inferior-lisp-filter-regexp, inferior-lisp-program)
3705 (inferior-lisp-load-command, inferior-lisp-prompt)
3706 (inferior-lisp-mode-hook, lisp-source-modes)
3707 (inferior-lisp-load-hook): defvar->defcustom.
3708 (inferior-lisp-program, inferior-lisp-prompt)
3709 (inferior-lisp-load-hook): Doc fixes.
3710 (inferior-lisp-install-letter-bindings): Small change in
3711 introductory comment.
3712
3713 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3714
3715 * vc.el (vc-annotate-color-map): Change some colors so that text
3716 using them as foreground is readable on both white and black
3717 backgrounds.
3718
3719 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * international/mule-conf.el (translation-table-for-input):
3722 Remove redundant declaration.
3723
3724 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3725
3726 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3727
3728 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3729 (tooltip-toggle-gud-tips): New function.
3730
3731 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3732
3733 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3734 right angle brackets.
3735
3736 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3737
3738 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3739
3740 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3743 Remove. Update callers to use expand-file-name instead.
3744
3745 * subr.el (syntax-class): New function.
3746
3747 * simple.el (blink-matching-open): Use it.
3748
3749 * paren.el (show-paren-function): Use it to recognize parens that are
3750 also used in 2-char comment markers.
3751
3752 2005-04-19 Lute Kamstra <lute@gnu.org>
3753
3754 * loadhist.el (unload-feature): Update for new format of
3755 load-history. Simplify the code.
3756
3757 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3758
3759 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3760 (mac-add-charset-info): New function. Initialize variable
3761 mac-charset-info-alist using it.
3762 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3763 for translation.
3764 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3765 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3766 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3767 New CCL programs.
3768
3769 2005-04-19 Kim F. Storm <storm@cua.dk>
3770
3771 * simple.el (next-buffer, prev-buffer, next-error)
3772 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3773 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3774
3775 * bindings.el (next-buffer, prev-buffer, next-error)
3776 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3777 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3778 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3779 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3780
3781 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * isearch.el (isearch-edit-string): Make the search-ring available for
3784 minibuffer history commands.
3785 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3786 the default history commands now work just as well.
3787 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3788
3789 2005-04-18 Kim F. Storm <storm@cua.dk>
3790
3791 * emulation/cua-base.el (cua--pre-command-handler): Add more
3792 elaborate check for shift modifier on non-window systems.
3793
3794 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3795
3796 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3797
3798 2005-04-18 Kim F. Storm <storm@cua.dk>
3799
3800 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3801 and make it optional. Don't test tooltip-gud-echo-area here.
3802 (tooltip-gud-process-output, gdb-tooltip-print):
3803 Pass tooltip-gud-echo-area to tooltip-show.
3804 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3805
3806 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3807
3808 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3809 `display-graphic-p' may not be bound yet.
3810
3811 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3812
3813 * startup.el (command-line): No longer enable Xterm Mouse mode by
3814 default in terminals compatible with xterm.
3815
3816 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3817
3818 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * tooltip.el (tooltip-gud-echo-area): Rename from
3821 tooltip-use-echo-area.
3822 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3823 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3824 area independently of where help tooltips are displayed.
3825
3826 2005-04-17 David Kastrup <dak@gnu.org>
3827
3828 * cus-theme.el (custom-theme-write-variables): Quote variables
3829 where necessary.
3830
3831 2005-04-17 Richard M. Stallman <rms@gnu.org>
3832
3833 * simple.el (yank-excluded-properties): Add follow-link to value.
3834
3835 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3836
3837 * startup.el (fancy-splash-max-time): Just 30 seconds.
3838 (fancy-splash-delay): Just 7.
3839 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3840
3841 * loadhist.el (unload-feature): Update for new format of load-history.
3842 Simplify the code.
3843
3844 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3845 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3846
3847 * mail/sendmail.el (mail-font-lock-keywords):
3848 Don't fontify subject text.
3849 Don't fontify the text of a citation.
3850
3851 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3852
3853 * comint.el (comint-output-filter): Run comint-output-filter-functions
3854 with point where the user had it.
3855
3856 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * international/ucs-tables.el (ucs-set-table-for-input):
3859 Disable when using unify-on-decoding.
3860
3861 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3862
3863 * emulation/cua-base.el (cua-global-mark-face): Add special case
3864 for displays supporting a high number of colors.
3865
3866 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3867
3868 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3869
3870 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * filesets.el (filesets-add-buffer): If user supplies a name of a
3873 non-existing fileset, create a new fileset.
3874
3875 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3876
3877 * textmodes/org.el (org-up-heading-all): Fix bug with
3878 `outline-up-heading-all'.
3879
3880 2005-04-16 Andreas Schwab <schwab@suse.de>
3881
3882 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3883 /etc/permissions.d/* and /etc/aliases.d/*.
3884
3885 2005-04-16 Kenichi Handa <handa@m17n.org>
3886
3887 * international/code-pages.el (cp-make-coding-system):
3888 Set `translation-table-for-input' property value to the symbol
3889 ucs-mule-to-mule-unicode, not to that value.
3890 (pt154): Escape guillemet by `\'.
3891
3892 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3893
3894 * loadup.el: Load tooltip if x-show-tip is fboundp.
3895
3896 * startup.el (command-line): Add comment.
3897
3898 * tooltip.el (tooltip-mode): Specify correct standard value for
3899 Custom in init-value.
3900
3901 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3902
3903 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3904 possible.
3905
3906 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3907
3908 * textmodes/org.el (org-agenda-date-prompt): Rename from
3909 `org-agenda-date-today'.
3910 (org-evaluate-time-range): Insert at point instead of directly
3911 after time range.
3912 (org-first-headline-recenter, org-subtree-end-visible-p)
3913 (org-optimize-window-after-visibility-change): New functions
3914 (org-agenda-post-command-hook): Don't allow point at end of line,
3915 to make sure it always hits the text properties.
3916 (org-agenda-next-date-line, org-agenda-previous-date-line):
3917 New commands.
3918 (org-set-regexps-and-options): Category may contain white space.
3919 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3920 Improve marker positions.
3921 (org-agenda-new-marker): Argument POS made optional.
3922 (org-agenda-get-timestamps): Deadlines which are done are listed
3923 in org-done-face now.
3924 (org-agenda-get-todos, org-agenda-get-timestamps)
3925 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3926 Set `undone-face' and `done-face' properties.
3927 (org-last-todo-state-is-todo): New variable.
3928 (org-todo): Set `org-last-todo-state-is-todo'.
3929 (org-agenda-todo): Change face according to
3930 `org-last-todo-state-is-todo'. And change other lines refering to
3931 the same entry.
3932 (org-calendar-goto-agenda): New command.
3933 (org-calendar-to-agenda-key): New option.
3934 (org-startup-folded): New allowed value `content'.
3935 (org-set-regexps-and-options): Accept new value `content' for
3936 `org-startup-folded'.
3937 (org-get-current-options): Handle new value `content' for
3938 `org-startup-folded'.
3939 (org-insert-todo-heading): New command.
3940 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3941 interactively in empty file and option
3942 `org-insert-mode-line-in-empty-file' has been set.
3943 (org-agenda-todo,org-agenda-priority): Modify to use
3944 `org-agenda-change-all-lines'.
3945 (org-warning-face): Change color on dark background
3946
3947 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3948
3949 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3950 use preferences AppleLocale and AppleLanguages, and variable
3951 mac-system-locale for default locale. On Mac OS Classic, use
3952 mac-system-coding-system for default coding systems.
3953
3954 * term/mac-win.el: Don't set file-name-coding-system.
3955 Decode variables system-name, emacs-build-system, user-login-name, and
3956 user-full-name by mac-system-coding-system on Mac OS Classic.
3957 (mac-system-coding-system): New variable.
3958
3959 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3960
3961 * startup.el (command-line): Handle `xterm-mouse-mode' before
3962 reading init file.
3963
3964 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3965
3966 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3967
3968 * progmodes/sh-script.el (sh-here-document-word): Make it a
3969 defcustom. Doc fix.
3970 (sh-add): Bash uses $(( )) for arithmetic.
3971 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3972 (sh-maybe-here-document): Remove quotes and leading whitespace
3973 from heredoc word when closing. Indent heredoc with tabs if word
3974 starts with "-".
3975
3976 2005-04-13 Richard M. Stallman <rms@gnu.org>
3977
3978 * simple.el (undo): Fix previous change.
3979
3980 * custom.el (defface): Doc fix.
3981
3982 2005-04-13 Lute Kamstra <lute@gnu.org>
3983
3984 * Makefile.in (DONTCOMPILE): Remove list.
3985 (compile, compile-always): Don't use DONTCOMPILE.
3986 (update-authors): Load the library in which batch-update-authors
3987 is defined.
3988 * makefile.w32-in (DONTCOMPILE): Remove list.
3989 (compile, compile-always): Fix comments.
3990 (update-authors): Load the library in which batch-update-authors
3991 is defined.
3992
3993 * generic-x.el (generic-mode-ini-file-find-file-hook):
3994 Rename to ini-generic-mode-find-file-hook.
3995 Keep generic-mode-ini-file-find-file-hook as an alias.
3996 (ini-generic-mode-find-file-hook): Rename from
3997 generic-mode-ini-file-find-file-hook. Fix docstring.
3998 (ini-generic-mode): Docstring change.
3999 (bat-generic-mode-run-as-comint): Silence the byte compiler.
4000
4001 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
4002 called from lisp.
4003
4004 * generic.el: Move to the emacs-lisp subdir.
4005
4006 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4007
4008 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
4009 and C-S- function and cursor motion keys.
4010
4011 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
4012
4013 * startup.el (command-line): Enable Xterm Mouse mode by default.
4014 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
4015 for Custom. No longer show "Mouse" in mode line when enabled.
4016 Doc fix.
4017
4018 2005-04-12 Kim F. Storm <storm@cua.dk>
4019
4020 * emulation/cua-base.el (cua-rectangle-face)
4021 (cua-rectangle-noselect-face): Define face attributes here.
4022
4023 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
4024
4025 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4026
4027 * startup.el (command-line): Turn off blinking cursor if
4028 cursorBlink in resources is off or false.
4029
4030 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4031
4032 * term/mac-win.el (dnd): Require dnd.
4033 (mac-drag-n-drop): Call dnd-handle-one-url.
4034 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
4035 (kTextEncodingISOLatin2): Remove constants.
4036 (mac-script-code-coding-systems): New constant.
4037 (mac-handle-language-change): New function.
4038 (special-event-map): Bind it to `language-change' event.
4039 (mac-centraleurroman, mac-cyrillic): New coding systems.
4040 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
4041 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
4042 and mac-cyrillic-encoder to encode-mac-centraleurroman and
4043 encode-mac-cyrillic, respectively.
4044
4045 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4046
4047 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
4048 Don't set overlay-arrow-string to "=>" as this is done
4049 globally in C now.
4050
4051 2005-04-12 Lute Kamstra <lute@gnu.org>
4052
4053 * generic-x.el (rc-generic-mode, rul-generic-mode):
4054 Fix auto-mode-alist entries.
4055 (etc-fstab-generic-mode): Tweak fontification.
4056
4057 * generic.el (generic-make-keywords-list): Fix docstring.
4058 (generic-mode-internal): Simplify generic-font-lock-keywords.
4059
4060 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4061
4062 * whitespace.el (whitespace-buffer-leading)
4063 (whitespace-buffer-trailing): Revert the incorrect test inversion.
4064 However, fix the highlight area for the leading and
4065 trailing whitespaces to show space.
4066
4067 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
4068
4069 * whitespace.el (whitespace-version): Bump to 3.5
4070
4071 (whitespace-buffer-leading, whitespace-buffer-trailing):
4072 Invert sense of the test to highlight the whitespace.
4073
4074 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * progmodes/gud.el (gud-display-line): GUD uses its own
4077 overlay arrow now so don't set overlay-arrow-string.
4078 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
4079
4080 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
4081
4082 * term.el (term-ansi-current-bold, term-ansi-current-underline)
4083 (term-ansi-current-reverse, term-ansi-current-invisible)
4084 (term-ansi-face-already-done): Change to boolean.
4085 (term-reset-terminal, term-handle-colors-array): Handle the above
4086 vars accordingly.
4087 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
4088 (term-emulate-terminal): Use the new name.
4089
4090 * faces.el (secondary-selection): Use yellow1, not yellow.
4091 (trailing-whitespace): Use red1, not red.
4092
4093 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4094
4095 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
4096 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
4097 (dired-dnd-handle-file): Call dnd-get-local-file-uri
4098
4099 * cus-edit.el (dnd): New group.
4100
4101 * term/w32-win.el (dnd): Require dnd
4102 (w32-drag-n-drop): Call dnd-handle-one-url.
4103
4104 * x-dnd.el: Require dnd.
4105 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
4106 Call dnd-handle-one-url.
4107 (x-dnd-types-alist, x-dnd-insert-utf8-text)
4108 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
4109 to dnd-insert-text.
4110 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
4111 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
4112 (x-dnd-get-local-file-name, x-dnd-open-local-file)
4113 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
4114
4115 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
4116
4117 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4118
4119 * wdired.el: Doc fixes.
4120 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
4121 (wdired-use-dired-vertical-movement): Rename from
4122 wdired-always-move-to-filename-beginning.
4123 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
4124 (wdired-change-to-wdired-mode): Change mode name.
4125 (wdired-newline): Delete.
4126
4127 2005-04-11 Richard M. Stallman <rms@gnu.org>
4128
4129 * whitespace.el (whitespace-highlight-the-space):
4130 Don't call whitespace-unhighlight-the-space here.
4131
4132 * simple.el (undo): Record t in undo-equiv-table
4133 for the redo record made by an undo-in-region.
4134
4135 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
4136
4137 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
4138 (gdb-frame-inferior-io-buffer): New Functions to control
4139 display of separate IO buffer.
4140 (menu): Add them to menu-bar.
4141 (gdb-display-buffer): Check for buffer another frame.
4142 Protect GUD buffer.
4143 (gdb-setup-windows): Create IO buffer if not already there.
4144 (gdb-memory-mode): Remove purecopy noops.
4145
4146 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4147
4148 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
4149 and pass to self-insert-command.
4150
4151 2005-04-11 Lute Kamstra <lute@gnu.org>
4152
4153 * generic.el: Commentary section cleanup.
4154 (generic): Delete.
4155 (generic-use-find-file-hook, generic-lines-to-scan)
4156 (generic-find-file-regexp, generic-ignore-files-regexp)
4157 (default-generic-mode, generic-mode-find-file-hook)
4158 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
4159 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
4160 (generic-use-find-file-hook, generic-lines-to-scan)
4161 (generic-find-file-regexp, generic-ignore-files-regexp)
4162 (default-generic-mode, generic-mode-find-file-hook)
4163 (generic-mode-ini-file-find-file-hook): Move from generic.el.
4164
4165 2005-04-10 Karl Fogel <kfogel@red-bean.com>
4166
4167 * bookmark.el (bookmark-write-file): Catch errors writing file.
4168 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
4169
4170 2005-04-10 Richard M. Stallman <rms@gnu.org>
4171
4172 * startup.el (fancy-splash-tail): Update copyright year.
4173 (command-line): Split part of -Q into -D.
4174 (emacs-basic-display): New defvar.
4175 (fancy-splash-text): Correct name of menu item.
4176
4177 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
4178
4179 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
4180 lines in one node.
4181
4182 * comint.el (comint-send-input): New arg ARTIFICIAL.
4183 Callers in this file changed.
4184
4185 * abbrev.el (define-abbrevs): Read system abbrevs properly.
4186
4187 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
4188
4189 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
4192 `ldap-search-internal'.
4193
4194 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * files.el (set-auto-mode-1): Use line-end-position.
4197
4198 * international/latin-1.el:
4199 * international/latin-2.el:
4200 * international/latin-3.el:
4201 * international/latin-4.el:
4202 * international/latin-5.el:
4203 * international/latin-8.el:
4204 * international/latin-9.el: Give punctuation syntax to NBSP.
4205
4206 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
4207 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
4208 Use char-classes to accept non-ascii letters, accepted in some recent
4209 bibtex implementations.
4210
4211 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
4212
4213 * custom.el (custom-set-minor-mode): Any non-nil value for the
4214 variable should enable the mode when set through Custom.
4215
4216 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
4219 TAB binding so tab-always-indent is obeyed.
4220 (vhdl-minibuffer-local-map): Move initialization into declaration.
4221 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
4222 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
4223 (vhdl-hooked-abbrev): Avoid test for XEmacs.
4224 (vhdl-current-line): Use line-beginning-position.
4225 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
4226 with-output-to-temp-buffer, so the current position can be recorded.
4227
4228 2005-04-10 Masatake YAMATO <jet@gyve.org>
4229
4230 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4231 Add regexp for gcov.
4232
4233 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4234
4235 * calendar/time-date.el (time-to-seconds, seconds-to-time)
4236 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
4237 syntax which Emacs 20 doesn't support.
4238
4239 2005-04-09 Richard M. Stallman <rms@gnu.org>
4240
4241 * help.el (describe-key-briefly, describe-key):
4242 Replace strings as event types with "(any string)".
4243
4244 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * arc-mode.el (archive-mode-map): Move initialization into
4247 the declaration. Override *all* bindings of `undo'.
4248 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
4249
4250 2005-04-09 Jay Belanger <belanger@truman.edu>
4251
4252 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
4253
4254 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
4257 (xterm-register-default-colors): Update color values computation
4258 to match xterm-200.
4259
4260 2005-04-09 Kenichi Handa <handa@m17n.org>
4261
4262 * international/code-pages.el (iso-latin-7): Fix the map.
4263
4264 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
4265
4266 * emacs-lisp/lisp.el (defun-prompt-regexp)
4267 (parens-require-spaces, buffer-end, end-of-defun)
4268 (insert-parentheses): Doc fixes.
4269
4270 2005-04-08 Kim F. Storm <storm@cua.dk>
4271
4272 * comint.el (comint-highlight-prompt): Fix face spec.
4273 * hi-lock.el (hi-green): Likewise.
4274
4275 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4276
4277 * cus-edit.el (custom-modified-face):
4278 * comint.el (comint-highlight-input): Fix previous changes.
4279 * term.el (term-handle-ansi-escape): Add a comment.
4280
4281 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
4284 in the buffer and in whitespace-highlighted-space.
4285 (whitespace-unhighlight-the-space): Simplify.
4286 (whitespace-buffer): Simplify.
4287
4288 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * textmodes/table.el (table-cell-face): Add special case for
4291 displays supporting a high number of colors.
4292 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4293 (vhdl-font-lock-reserved-words-face)
4294 (vhdl-speedbar-architecture-face)
4295 (vhdl-speedbar-instantiation-face)
4296 (vhdl-speedbar-architecture-selected-face)
4297 (vhdl-speedbar-instantiation-selected-face): Likewise.
4298 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
4299 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
4300 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4301 (ebrowse-root-class-face, ebrowse-member-attribute-face)
4302 (ebrowse-progress-face): Likewise.
4303 * progmodes/compile.el (compilation-info-face): Likewise.
4304 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4305 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4306 * calendar/calendar.el (diary-face): Likewise.
4307 * woman.el (woman-italic-face, woman-bold-face)
4308 (woman-unknown-face): Likewise.
4309 * wid-edit.el (widget-button-pressed-face): Likewise.
4310 * whitespace.el (whitespace-highlight-face): Likewise.
4311 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4312 * pcvs-info.el (cvs-marked-face): Likewise.
4313 * info.el (info-xref): Likewise.
4314 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
4315 * hilit-chg.el (highlight-changes-face)
4316 (highlight-changes-delete-face): Likewise.
4317 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
4318 (hi-red-b): Likewise.
4319 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
4320 * font-lock.el (font-lock-keyword-face)
4321 (font-lock-function-name-face, font-lock-warning-face): Likewise.
4322 * cus-edit.el (custom-invalid-face, custom-modified-face)
4323 (custom-set-face, custom-changed-face, custom-variable-tag-face)
4324 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4325 * comint.el (comint-highlight-prompt): Likewise.
4326
4327 2005-04-08 Lute Kamstra <lute@gnu.org>
4328
4329 * font-lock.el (font-lock-keywords): Docstring fixes.
4330
4331 2005-04-08 Kenichi Handa <handa@m17n.org>
4332
4333 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4334 chars are more than a limit, print " and more..." at the tail.
4335
4336 2005-04-08 Kim F. Storm <storm@cua.dk>
4337
4338 * emacs-lisp/authors.el (authors-aliases): Update list.
4339 (authors-ignored-files): New list.
4340 (authors-fixed-entries): Fix typo.
4341 (authors-renamed-files-alist): Update list.
4342 (authors-add): Check authors-ignored-files.
4343
4344 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
4345
4346 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
4347 optional, to ensure backward compatibility.
4348
4349 2005-04-08 Stephen Eglen <stephen@gnu.org>
4350
4351 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4352
4353 2005-04-08 Kim F. Storm <storm@cua.dk>
4354
4355 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
4356
4357 * mouse.el (mouse-on-link-p): Doc fix.
4358
4359 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4360
4361 * ielm.el (ielm-prompt-read-only): Doc fix.
4362
4363 * comint.el (comint-prompt-read-only): Doc fix.
4364
4365 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4366
4367 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4368 ensure dired always handles wildcards passed to ffap.
4369 (find-file-at-point): Use it.
4370 (ffap-dired-wildcards): Doc fix.
4371
4372 2005-04-07 Juri Linkov <juri@jurta.org>
4373
4374 * simple.el (next-error-overlay-arrow-position): New defvar.
4375 Put "=>" on its property `overlay-arrow-string'. Add it to
4376 `overlay-arrow-variable-list'.
4377
4378 * progmodes/compile.el (compilation-setup):
4379 Set `next-error-overlay-arrow-position' to nil. Also set it to
4380 nil in the local hook `kill-buffer-hook'. Make local variable
4381 `overlay-arrow-string' and set it to "=>".
4382 (compilation-goto-locus): Set BOL position to
4383 `next-error-overlay-arrow-position' instead of
4384 `overlay-arrow-position'.
4385
4386 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4387 locally instead of adding it to the global hook.
4388 (Info-kill-buffer): Move up.
4389
4390 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4391
4392 * term/xterm.el (xterm-standard-colors): Update color values from
4393 xterm-200.
4394
4395 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4398
4399 * fast-lock.el:
4400 * lazy-lock.el: Move them to the obsolete subdir.
4401
4402 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4403
4404 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4405 (wdired-add-replace-advice): Remove.
4406 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4407
4408 2005-04-06 Kim F. Storm <storm@cua.dk>
4409
4410 * startup.el (command-line): Add --bare-bones alias for -Q.
4411
4412 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4413
4414 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4415 create the startup fontset if a font specification ends with
4416 `mac-roman'.
4417
4418 2005-04-06 Lute Kamstra <lute@gnu.org>
4419
4420 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4421 change.
4422
4423 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4424 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4425
4426 2005-04-05 Lute Kamstra <lute@gnu.org>
4427
4428 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4429 (define-generic-mode): Ditto. Fix debug declaration.
4430
4431 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4432 Put them in the generic-x group.
4433
4434 * calendar/timeclock.el (timeclock): Doc fix.
4435
4436 * generic.el (define-generic-mode): Don't use custom-current-group.
4437 Document default :group value.
4438 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4439 (define-global-minor-mode): Don't use custom-current-group.
4440
4441 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4442
4443 * startup.el (command-line-1): Display startup-echo-area-message
4444 when fancy splash screen is in use.
4445
4446 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4447 (sh-escaped-newline): New face.
4448 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4449 newline, and use sh-escaped-newline face.
4450
4451 * progmodes/tcl.el (tcl-escaped-newline): New face.
4452 (tcl-builtin-list): New variable.
4453 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4454 newlines. Fix keywords subexpression number.
4455
4456 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4457
4458 * textmodes/org.el (org-diary-default-entry): Fix call to
4459 `add-to-diary-entry'.
4460
4461 2005-04-05 Kim F. Storm <storm@cua.dk>
4462
4463 * ediff-init.el: Use (featurep 'xemacs).
4464
4465 2005-04-05 David Ponce <david@dponce.com>
4466
4467 * cus-edit.el (face): Derive from symbol widget. Display sample
4468 of the current face on the fly.
4469 (widget-face-sample-face-get, widget-face-notify): New functions.
4470 (widget-face-value-create): Remove.
4471
4472 * wid-edit.el (widget-field-end): Temporarily remove field
4473 narrowing before to call `get-char-property'.
4474
4475 2005-04-04 Jay Belanger <belanger@truman.edu>
4476
4477 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4478 (math-read-subscripts): New variable.
4479 (math-read-preprocess-string): Process subscripts.
4480
4481 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4482
4483 * comint.el (comint-prompt-read-only): Doc fix.
4484
4485 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4486 `-1'. Doc fix.
4487
4488 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4489
4490 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4491 Change default value to nil.
4492
4493 2005-04-04 Lute Kamstra <lute@gnu.org>
4494
4495 * autorevert.el (auto-revert-mode): Specify :group.
4496 * battery.el (display-battery-mode): Specify :group.
4497 * diff-mode.el (diff-minor-mode): Specify :group.
4498 * font-core.el (font-lock-mode): Specify :group.
4499 * hl-line.el (hl-line-mode): Specify :group.
4500 * iimage.el (iimage): New customization group.
4501 (iimage-mode): Specify :group.
4502 * longlines.el (longlines-mode): Specify :group.
4503 * master.el: Don't require easy-mmode.
4504 (master): New customization group.
4505 (master-mode): Specify :group.
4506 * msb.el (msb-mode): Specify :group.
4507 * reveal.el (reveal-mode): Specify :group.
4508 * simple.el (next-error-follow-minor-mode): Specify :group.
4509 * smerge-mode.el (smerge-mode): Specify :group.
4510 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4511 * emulation/cua-base.el (cua-mode): Specify :group.
4512 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4513 * language/thai-util.el (thai-auto-composition-mode)
4514 (thai-word-mode): Specify :group.
4515 * mail/supercite.el (sc-minor-mode): Specify :group.
4516 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4517 * progmodes/flymake.el (flymake-mode): Specify :group.
4518 * progmodes/glasses.el (glasses-mode): Specify :group.
4519 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4520 * textmodes/enriched.el (enriched-mode): Specify :group.
4521 * textmodes/refill.el (refill-mode): Specify :group.
4522
4523 * add-log.el (change-log-font-lock-keywords): Names in
4524 parenthesized lists can contain spaces.
4525
4526 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4527
4528 * startup.el (fancy-splash-text): Shorten default text of
4529 "Emacs Tutorial" line. Also, if the current language env
4530 indicates an available tutorial file other than TUTORIAL,
4531 extract its title and append it to the line in parentheses.
4532 (fancy-splash-insert): If arg is a thunk, funcall it.
4533
4534 2005-04-04 Jay Belanger <belanger@truman.edu>
4535
4536 * calc.el (calc-language-alist): Add tags to customization type.
4537
4538 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4539
4540 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4541 Doc fix.
4542
4543 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4544
4545 * add-log.el (change-log-font-lock-keywords): The manual
4546 describing a Change Log entry, says: (...) "Aside from these
4547 header lines, every line in the change log starts with a space or
4548 a tab.". The font-lock was not highlighting lines started with
4549 spaces, added support for it.
4550
4551 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4552
4553 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4554 (bibtex-generate-url-list): Update docstring accordingly. Put the
4555 complex example in the docstring.
4556 (bibtex-font-lock-url): Use pop.
4557
4558 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4561
4562 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4563
4564 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4565
4566 * filesets.el (filesets-set-default): Doc fix.
4567
4568 2005-04-03 Lute Kamstra <lute@gnu.org>
4569
4570 * generic.el (define-generic-mode): Add argument to specify
4571 keywords for defcustom.
4572 (default-generic-mode): Specify :group.
4573
4574 * generic-x.el: Specify :group for all generic modes.
4575
4576 * desktop.el (desktop-no-desktop-file-hook)
4577 (desktop-after-read-hook): Doc fix.
4578
4579 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4580
4581 * simple.el (visible-mode): Use explicit :group keyword.
4582 This changes the group of `visible-mode-hook' from paren-blinking
4583 to editing-basics.
4584
4585 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4586
4587 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4588 mailbox specifications as well as URLs.
4589 (rmail-insert-inbox-text): Remove unused conditional branches.
4590
4591 2005-04-01 Jay Belanger <belanger@truman.edu>
4592
4593 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4594 (calc-gnuplot-print-command): Move definitions to calc.el.
4595
4596 * calc/calc-embed.el (calc-embedded-announce-formula)
4597 (calc-embedded-open-formula, calc-embedded-close-formula)
4598 (calc-embedded-open-word, calc-embedded-close-word)
4599 (calc-embedded-open-plain, calc-embedded-close-plain)
4600 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4601 (calc-embedded-open-mode, calc-embedded-close-mode):
4602 Move definitions to calc.el.
4603
4604 * calc/calc.el (calc-settings-file, calc-language-alist):
4605 Make customizable.
4606 (calc-embedded-announce-formula, calc-embedded-open-formula)
4607 (calc-embedded-close-formula, calc-embedded-open-word)
4608 (calc-embedded-close-word, calc-embedded-open-plain)
4609 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4610 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4611 (calc-embedded-close-mode, calc-gnuplot-name)
4612 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4613 from other files and make customizable.
4614
4615 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4618 Use buffer-live-p.
4619 (cvs-mode-run): Don't call cvs-update-header here.
4620 (cvs-run-process): Call cvs-update-header.
4621 Use process properties for cvs-postprocess and cvs-buffer so that
4622 the sentinel can behave better if the temp buffer is killed.
4623 Use a pipe rather than a tty, to better handle unexpected prompts.
4624 (cvs-sentinel): Rewrite. Call cvs-update-header.
4625
4626 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4627
4628 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4629 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4630
4631 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * generic.el (define-generic-mode): Add indentation rule.
4634
4635 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4636
4637 * files.el (mode-require-final-newline): Make Custom correctly
4638 report a nil value and allow to set it to nil via Custom.
4639 Doc fix.
4640
4641 2005-04-01 Kenichi Handa <handa@m17n.org>
4642
4643 * international/characters.el: Enable the correct case setting for
4644 dotless-i and dotted-I.
4645
4646 2005-04-01 Kim F. Storm <storm@cua.dk>
4647
4648 * ido.el (ido-file-internal): Fall back to non-ido command if
4649 initial directory is on slow ftp (or tramp) host.
4650
4651 2005-03-31 Richard M. Stallman <rms@gnu.org>
4652
4653 * emacs-lisp/autoload.el (make-autoload):
4654 Handle define-global-minor-mode.
4655
4656 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4657 Rename from easy-mmode-define-global-mode.
4658 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4659
4660 * progmodes/scheme.el (scheme-mode-syntax-table):
4661 Update syntax of | and # for two-character comment syntax.
4662
4663 2005-03-31 Lute Kamstra <lute@gnu.org>
4664
4665 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4666 (define-minor-mode): Call custom-current-group at load-time.
4667
4668 * generic.el (define-generic-mode): Add debug declaration.
4669 Add defcustom for the mode hook.
4670 (generic-mode-internal): Use run-mode-hooks.
4671
4672 2005-03-31 Kim F. Storm <storm@cua.dk>
4673
4674 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4675 (mouse-fixup-help-message): New defun called by show_help_echo
4676 to fixup mouse-2 prefix in help messages when applicable.
4677
4678 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4679
4680 2005-03-31 Kenichi Handa <handa@m17n.org>
4681
4682 * language/thai-word.el (thai-find-word-ends): Pay attention to
4683 the case that we reach the end of buffer.
4684
4685 * textmodes/fill.el (fill-text-properties-at): New function.
4686 (fill-newline): Use fill-text-properties-at instead of
4687 text-properties-at.
4688
4689 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4690
4691 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4692 not comint-quote-filename.
4693
4694 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4695
4696 * help-fns.el (help-with-tutorial): Revert last change.
4697
4698 2005-03-31 Kim F. Storm <storm@cua.dk>
4699
4700 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4701
4702 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4703
4704 * calendar/cal-china.el: Update reference to "Calendrical
4705 Calculations" book; there's a new edition.
4706 * calendar/cal-coptic.el: Likewise.
4707 * calendar/cal-french.el: Likewise.
4708 * calendar/cal-hebrew.el: Likewise.
4709 * calendar/cal-islam.el: Likewise.
4710 * calendar/cal-iso.el: Likewise.
4711 * calendar/cal-julian.el: Likewise.
4712 * calendar/cal-mayan.el: Likewise.
4713 * calendar/cal-persia.el: Likewise.
4714 * calendar/calendar.el: Likewise.
4715 * calendar/holidays.el: Likewise.
4716 * calendar/lunar.el: Likewise.
4717 * calendar/solar.el: Likewise.
4718
4719 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4720 white space from doc string.
4721
4722 2005-03-30 Jay Belanger <belanger@truman.edu>
4723
4724 * calc/calc-help.el (calc-full-help): Remove email address.
4725
4726 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4727
4728 * help-fns.el (help-with-tutorial): Delete title line.
4729
4730 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4731
4732 * calendar/cal-x.el (calendar-one-frame-setup)
4733 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4734 rather than 'symbol for set-window-dedicated-p.
4735
4736 * calendar/appt.el (appt-buffer-name): Make it a constant.
4737 (appt-add): Doc fix.
4738
4739 * filesets.el (filesets-menu-path, filesets-menu-before)
4740 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4741 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4742 (filesets-add-submenu): Delete and use add-submenu instead.
4743
4744 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4745
4746 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4747 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4748 (org-diary-default-entry): New function.
4749 (org-get-entries-from-diary): Better parsing of diary entries.
4750 (org-agenda-check-no-diary): New function.
4751 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4752 linking to diary entries.
4753 (org-agenda-execute-calendar-command): New function.
4754 (org-agenda): Improve visible section in window.
4755 Use `org-fit-agenda-window'.
4756 (org-fit-agenda-window): New option.
4757 (org-move-subtree-down): Better handling of empty lines
4758 at end of subtree.
4759 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4760 levels up.
4761 (org-fontify-done-headline): New option.
4762 (org-headline-done-face): New face.
4763 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4764 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4765 When current field is non-empty, it is copied to next row.
4766 (org-table-copy-from-above): Fix bug which made it
4767 impossible to copy fields containing only a single non-white character.
4768
4769 2005-03-30 Kim F. Storm <storm@cua.dk>
4770
4771 * kmacro.el (kmacro-end-macro): Isearch may store this command
4772 into the macro -- so ignore it when executing keyboard macro.
4773
4774 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4775
4776 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4777
4778 2005-03-29 Kenichi Handa <handa@m17n.org>
4779
4780 * language/thai.el ("Thai"): Set setup-function and exit-function
4781 for Thai language environment.
4782
4783 * language/thai-util.el: Require thai-word.
4784 (thai-word-mode-map): New variable.
4785 (thai-word-mode): New minor mode.
4786 (setup-thai-language-environment-internal): New function.
4787 (exit-thai-language-environment-internal): New function.
4788
4789 * language/thai-word.el (thai-word-table): Declare it by defvar,
4790 use dolist to initialize it.
4791 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4792 (thai-fill-find-break-point): New functions.
4793
4794 2005-03-29 Richard M. Stallman <rms@gnu.org>
4795
4796 * simple.el (idle-update-delay): Move definition up.
4797 (set-mark): Doc fix.
4798
4799 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4800
4801 * longlines.el: New file.
4802
4803 * simple.el (buffer-substring-filters): New variable.
4804 (filter-buffer-substring): New function.
4805 (kill-region, copy-region-as-kill): Use it.
4806
4807 * register.el (copy-to-register, append-to-register)
4808 (prepend-to-register): Use filter-buffer-substring.
4809
4810 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4811
4812 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4813 (gud-filter-pending-text): Move in front of gdb.
4814 (gud-overlay-arrow-position): New variable.
4815 (gud-sentinel, gud-display-line): Use it in place of
4816 overlay-arrow-position.
4817
4818 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4819
4820 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4821 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4822 (fortran-font-lock-keywords-4): New variable.
4823 (fortran-blocks-re, fortran-end-block-re)
4824 (fortran-start-block-re): New constants, for hideshow.
4825 (hs-special-modes-alist): Add a Fortran entry.
4826 (fortran-mode-map): Bind fortran-end-of-block,
4827 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4828 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4829 (fortran-looking-at-if-then, fortran-end-of-block)
4830 (fortran-beginning-of-block): New functions, for hideshow.
4831
4832 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4833 Doc fix. Tweak regexp.
4834 (f90-beginning-of-block): Push mark first.
4835
4836 2005-03-29 Jay Belanger <belanger@truman.edu>
4837
4838 * calc/calc.el: Update copyright date.
4839 (calc-version): Increase to 2.1.
4840 (calc-version-date): Remove.
4841
4842 * calc/calc-help.el: Update copyright date.
4843 (calc-full-help): Remove reference to calc-version-date.
4844 Update copyright date.
4845
4846 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * vc.el (vc-do-command): Use a pipe for async processes, so password
4849 prompts don't show up at places where the user can't reply.
4850
4851 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4852
4853 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4854 on the file name we pass to the inferior shell.
4855
4856 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4857
4858 * progmodes/which-func.el (which-function): Be robust in the face of an
4859 imenu--make-index-alist failure.
4860
4861 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4864
4865 * progmodes/python.el (python-preoutput-filter): Fix last change.
4866
4867 2005-03-29 Lute Kamstra <lute@gnu.org>
4868
4869 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4870 functions and compiled macros.
4871 (debug-convert-byte-code): Handle macros too.
4872 (debug-on-entry-1): Don't signal an error when trying to clear a
4873 function that is not set to debug on entry.
4874
4875 2005-03-29 Jay Belanger <belanger@truman.edu>
4876
4877 * calc/calc-lang.el: Add functions to math-function-table
4878 properties of tex and math.
4879
4880 2005-03-29 Kenichi Handa <handa@m17n.org>
4881
4882 * ps-mule.el (ps-mule-plot-string): Translate characters by
4883 ps-print-translation-table.
4884 (ps-mule-begin-job): Call find-charset-region/string with
4885 ps-print-translation-table.
4886 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4887
4888 * ps-print.el (ps-print-translation-table): New variable.
4889 (ps-plot-region): Translate characters by ps-print-translation-table.
4890
4891 2005-03-29 Juri Linkov <juri@jurta.org>
4892
4893 * simple.el (next-error-highlight-timer): New variable.
4894
4895 * progmodes/compile.el (compilation-goto-locus):
4896 Use `next-error-highlight-timer' instead of `sit-for'.
4897
4898 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * mail/supercite.el (sc-mail-field): Use assoc-string.
4901 (sc-get-address): Simplify regexps.
4902
4903 * files.el (minibuffer-with-setup-hook): New macro.
4904 (find-file-read-args): Use it to avoid let-binding
4905 minibuffer-with-setup-hook (which breaks turning on/off
4906 file-name-shadow-mode while in the prompt).
4907
4908 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4909
4910 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4913
4914 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * window.el (window-buffer-height): Use count-screen-lines.
4917
4918 * progmodes/python.el (python-preoutput-leftover): New var.
4919 (python-preoutput-filter): Use it.
4920 (python-send-receive): Loop until all the result has been received.
4921
4922 2005-03-28 Juri Linkov <juri@jurta.org>
4923
4924 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4925
4926 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4927 "Recover Crashed Session".
4928 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4929 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4930 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4931 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4932 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4933 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4934 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4935 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4936
4937 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4938 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4939 Ediff Sessions", "Toggle use of separate control buffer frame",
4940 "Use separate frame for Ediff control buffer".
4941
4942 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4943 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4944 "Rename Bookmark", "Delete Bookmark".
4945
4946 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4947 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4948 Add `:active Info-index-alternatives' to "Next Matching Item".
4949
4950 * wdired.el (wdired-change-to-wdired-mode):
4951 Mention `wdired-abort-changes' key in the initial message.
4952
4953 * international/mule.el (auto-coding-alist): Associate non-ascii
4954 image filename extensions with `no-conversion'.
4955
4956 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * international/iso-acc.el:
4959 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4960
4961 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4962
4963 * textmodes/sgml-mode.el (html-mode): Doc update.
4964
4965 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4966
4967 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4968
4969 * term.el (term-move-columns): Fix face after extending a line.
4970 (term-insert-spaces): Likewise.
4971 (term-reset-terminal): Fix off by one error.
4972
4973 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4974
4975 * international/mule.el (auto-coding-alist): Add .xpi files.
4976
4977 * files.el (auto-mode-alist): Add .xpi files.
4978
4979 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4980
4981 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4982
4983 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4984
4985 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4986
4987 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4988
4989 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4990 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4991
4992 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4993 cursor to Jan 1 when needed.
4994 (calendar-end-of-year): Fix -/+ typo.
4995 Reported by Chong Yidong <cyd@stupidchicken.com>.
4996
4997 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
5000
5001 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
5002 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
5003
5004 2005-03-25 Richard M. Stallman <rms@gnu.org>
5005
5006 * filesets.el (filesets-init): Add autoload.
5007
5008 * mail/mailalias.el (mail-directory): Doc fix.
5009
5010 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5011
5012 * mail/mailalias.el (mail-directory-process): Do nothing if
5013 mail-directory-process is an atom.
5014 (mail-get-names): Ignore mail-directory-names if it is an atom.
5015 (mail-directory-process defvar): Doc fix.
5016 (mail-names): Doc fix.
5017
5018 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
5019
5020 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
5021
5022 2005-03-26 Kenichi Handa <handa@m17n.org>
5023
5024 * international/mule-util.el (detect-coding-with-priority):
5025 Call update-coding-systems-internal before detect-coding-region.
5026
5027 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5030 (gdb-frames-mode-map): Add follow-link property.
5031
5032 2005-03-25 Jay Belanger <belanger@truman.edu>
5033
5034 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
5035 for variables.
5036
5037 2005-03-25 Juri Linkov <juri@jurta.org>
5038
5039 * image-mode.el: Optimize image filename extension regexps in
5040 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
5041 in `auto-mode-alist'.
5042 (image-mode): Add `image-toggle-display-text' to local hook
5043 `change-major-mode-hook'. Display the image as an image by
5044 default. Set `cursor-type' and `truncate-lines' if the image
5045 is already displayed. Take into account the current mode (image
5046 or text) in message.
5047 (image-minor-mode): New minor mode.
5048 (image-mode-maybe, image-toggle-display-text): New functions.
5049 (image-toggle-display): Use called-interactively-p.
5050 Let-bind `inhibit-read-only' to t.
5051
5052 * image-mode.el (image-minor-mode): Set `cursor-type' and
5053 `truncate-lines' if the image is already displayed. Add turning
5054 image-minor-mode off to `change-major-mode-hook'. Add message.
5055 Call `image-toggle-display-text' after turning image-minor-mode off.
5056
5057 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
5060 Terminal.app, use utf-8.
5061 (set-display-table-and-terminal-coding-system): Add coding-system arg.
5062 (set-locale-environment): Use it.
5063
5064 * term/xterm.el: Undo last change, better done in mule-cmds.el.
5065
5066 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
5067
5068 * progmodes/python.el (python-close-block-statement-p)
5069 (python-outdent-p, python-current-defun): Use symbol-end.
5070
5071 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
5072
5073 * files.el (save-some-buffers): Doc fix.
5074
5075 2005-03-25 Werner Lemberg <wl@gnu.org>
5076
5077 * complete.el, thumbs.el: Replace `legal' with `valid'.
5078 * calendar/calendar.el: Replace `legal' with `valid'.
5079 * emacs-lisp/advice.el: Replace `legal' with `valid'.
5080 * mail/supercite.el: Replace `legal' with `valid'.
5081 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
5082 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
5083 Replace `legal' with `valid'.
5084 * textmodes/reftex-vars.el, textmodes/reftex.el:
5085 Replace `legal' with `valid'.
5086
5087 2005-03-25 Werner Lemberg <wl@gnu.org>
5088
5089 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
5090 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
5091 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
5092 * emulation/vip.el: Replace `illegal' with `invalid'.
5093 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
5094 * mail/supercite.el: Replace `illegal' with `invalid'.
5095 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
5096 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
5097 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
5098 * progmodes/sh-script.el, progmodes/xscheme.el:
5099 Replace `illegal' with `invalid'.
5100 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
5101 * textmodes/reftex-index.el, textmodes/reftex-parse.el
5102 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
5103 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
5104
5105 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
5108 (flymake-find-buildfile, flymake-find-possible-master-files)
5109 (flymake-check-include, flymake-parse-line): Replace loops over the
5110 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
5111
5112 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
5113 Substitute file-name-as-directory in the rest of the file.
5114 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
5115 (flymake-replace-region): Remove unused arg `buffer'.
5116 (flymake-check-patch-master-file-buffer): Update calls to it.
5117 (flymake-add-err-info): Remove unused var `count'.
5118 (flymake-mode): Use define-minor-mode.
5119
5120 * progmodes/flymake.el: Use with-current-buffer.
5121 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
5122 flymake-replace-regexp-in-string, flymake-line-beginning-position)
5123 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
5124 Avoid testing for `xemacs'.
5125 (flymake-nop): Move.
5126 (flymake-region-has-flymake-overlays): Return the computed value.
5127 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
5128 Remove unused var `endline'.
5129 (flymake-get-line-count): Remove unused function.
5130 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
5131
5132 * emulation/vi.el:
5133 * generic.el:
5134 * hilit-chg.el (global-highlight-changes):
5135 * hi-lock.el (hi-lock-mode):
5136 * follow.el: find-file-hooks -> find-file-hook.
5137
5138 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
5139
5140 2005-03-24 Juri Linkov <juri@jurta.org>
5141
5142 * dired.el (dired-mode-map): Add menu item "Compare directories"
5143 for dired-compare-directories.
5144
5145 * dired-aux.el (dired-compare-directories): Add autoload cookie.
5146 Doc fix. Replace `read-file-name' with `read-directory-name'.
5147
5148 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
5151
5152 2005-03-24 Jay Belanger <belanger@truman.edu>
5153
5154 * calc/calc-embed.el (calc-embedded-mode-change): Save all
5155 relevant mode settings in calc-embedded-original-modes when modes
5156 are permanently changed.
5157
5158 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * autoinsert.el: find-file-hooks -> find-file-hook.
5161
5162 2005-03-24 Lute Kamstra <lute@gnu.org>
5163
5164 * generic.el (generic-font-lock-defaults): Make it obsolete.
5165 (generic-font-lock-keywords): New variable to replace
5166 generic-font-lock-defaults.
5167 (generic-mode-set-font-lock): Delete it.
5168 (generic-mode-internal): Don't call generic-mode-set-font-lock.
5169 (generic-bracket-support): Add docstring.
5170
5171 * generic-x.el: Rename generic-font-lock-defaults to
5172 generic-font-lock-keywords throughout.
5173 (mailagent-rules-setup-function): Delete it.
5174 (mailagent-rules-generic-mode): Use anonymous function instead.
5175 (show-tabs-generic-mode-font-lock-defaults-1)
5176 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
5177 Quote faces.
5178 (show-tabs-tab-face, show-tabs-space-face): Specify background,
5179 not foreground.
5180
5181 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5182 Recognize define-generic-mode.
5183
5184 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5185
5186 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
5187 if there's no completion table.
5188
5189 2005-03-23 Miles Bader <miles@gnu.org>
5190
5191 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5192 Remove tty-specific variants, as they're no longer needed.
5193
5194 2005-03-23 Lute Kamstra <lute@gnu.org>
5195
5196 * generic-x.el: Code cleanup: make args constant whenever possible.
5197 (installshield-statement-keyword-list)
5198 (installshield-system-functions-list)
5199 (installshield-system-variables-list, installshield-types-list)
5200 (installshield-funarg-constants-list): Make them constants.
5201
5202 * generic.el (generic-make-keywords-list): Add autoload cookie.
5203
5204 * calendar/time-date.el: Add comment on time value formats.
5205 Don't require parse-time.
5206 (with-decoded-time-value): New macro.
5207 (encode-time-value): New function.
5208 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5209 (days-to-time): Return a valid time value when arg is huge.
5210 (time-since): Use time-subtract.
5211 (time-to-number-of-days): Use time-to-seconds.
5212
5213 2005-03-23 David Ponce <david@dponce.com>
5214
5215 * recentf.el: (recentf-keep): New option.
5216 (recentf-menu-action): Default to `find-file'.
5217 (recentf-keep-non-readable-files-flag)
5218 (recentf-keep-non-readable-files-p)
5219 (recentf-file-readable-p, recentf-find-file)
5220 (recentf-cleanup-remote): Remove.
5221 (recentf-include-p): More robust.
5222 (recentf-keep-p): New function.
5223 (recentf-remove-if-non-kept): Rename from
5224 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
5225 All callers updated.
5226 (recentf-menu-items-for-commands): Fix help string.
5227 (recentf-track-closed-file): Update. Doc fix.
5228 (recentf-cleanup): Update. Count removed files. Doc fix.
5229
5230 2005-03-23 Kim F. Storm <storm@cua.dk>
5231
5232 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5233 Don't inherit from fringe face (now happens automatically).
5234
5235 2005-03-22 Kim F. Storm <storm@cua.dk>
5236
5237 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
5238 position values.
5239
5240 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * menu-bar.el (showhide-date-time): Remove.
5243 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
5244 (menu-bar-make-mm-toggle): Simplify.
5245
5246 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5247
5248 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
5249 Accept qualified variable and function names.
5250
5251 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5252
5253 * bindings.el (completion-ignored-extensions):
5254 Remove ".lis" for `vax-vms'.
5255
5256 2005-03-22 Andreas Schwab <schwab@suse.de>
5257
5258 * generic-x.el: Revert last change.
5259 * ldefs-boot.el: Update.
5260
5261 2005-03-22 Jay Belanger <belanger@truman.edu>
5262
5263 * calc/calc-embed (calc-embedded-original-modes): New variable.
5264 (calc-embedded-save-original-modes)
5265 (calc-embedded-restore-original-modes): New functions.
5266 (calc-do-embedded): Save original modes when entering embedded mode
5267 and restore when leaving embedded mode.
5268 (calc-embedded-modes-change): Change the value of
5269 calc-embedded-original-modes to reflect permanent changes.
5270
5271 2005-03-22 Lute Kamstra <lute@gnu.org>
5272
5273 * generic-x.el: Require generic again.
5274
5275 2005-03-22 Miles Bader <miles@gnu.org>
5276
5277 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
5278 Tweak details to look good on both ttys and bitmap displays, light
5279 or dark background, etc.
5280
5281 2005-03-21 Kim F. Storm <storm@cua.dk>
5282
5283 * tooltip.el (tooltip-show-help-function): Check car and cdr of
5284 mouse position.
5285
5286 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * icomplete.el: Don't forcibly turn on the mode upon load.
5289 (icomplete-mode): Use define-minor-mode.
5290 (icomplete-eoinput): Default to nil.
5291 (icomplete-minibuffer-setup): Remove autoload.
5292 (icomplete-tidy): Simplify.
5293 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
5294 in the initial state or if the user has modified the field.
5295 Fix handling of icomplete-max-delay-chars.
5296 Remove code that handles the oddball case where
5297 minibuffer-completion-table is an integer.
5298 Wrap icomplete-completions in while-no-input in case building
5299 completions takes more time than expected.
5300 (icomplete-completions): Simplify.
5301
5302 2005-03-21 Richard M. Stallman <rms@gnu.org>
5303
5304 * jka-compr.el (jka-compr-really-do-compress):
5305 Make variable buffer-local.
5306
5307 * image-mode.el: Handle .xpm files too.
5308 (image-toggle-display): Preserve modification flag.
5309
5310 * help.el (where-is): Don't mention aliases with no key bindings.
5311
5312 2005-03-21 Lute Kamstra <lute@gnu.org>
5313
5314 * generic.el: Fix commentary section. Don't require cl for compilation.
5315 (generic-mode-list): Add autoload cookie.
5316 (generic-use-find-file-hook, generic-lines-to-scan)
5317 (generic-find-file-regexp, generic-ignore-files-regexp)
5318 (generic-mode, generic-mode-find-file-hook)
5319 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5320 (define-generic-mode): Make it a defmacro. Fix docstring.
5321 (generic-mode-internal): Code cleanup. Add autoload cookie.
5322 (generic-mode-set-comments): Code cleanup.
5323 * generic-x.el: Don't prevent compilation. Don't require generic.
5324 Follow coding conventions. Minor code cleanup.
5325 (etc-fstab-generic-mode): Add some keywords.
5326 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5327 define-generic-mode like a function declaration.
5328
5329 2005-03-21 Jay Belanger <belanger@truman.edu>
5330
5331 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5332 changing modes.
5333
5334 2005-03-21 Sam Steingold <sds@gnu.org>
5335
5336 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5337
5338 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5339
5340 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5341 Add underscore to "f$ lexicals" regexp.
5342
5343 2005-03-20 Juri Linkov <juri@jurta.org>
5344
5345 * subr.el (progress-reporter-do-update): When `min-value' is equal
5346 to `max-value', set `percentage' to 0 and prevent division by zero.
5347
5348 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
5349
5350 Sync with Tramp 2.0.48.
5351
5352 * tramp.el (all): Change all addresses to .gnu.org.
5353 (tramp-append-tramp-buffers): New defun.
5354 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5355 Catch `dont-send' signal.
5356 (tramp-set-auto-save-file-modes): Set always permissions, because
5357 there might be an old auto-saved file belonging to another
5358 original file. This could be a security threat. Reported by
5359 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5360 Check for Emacs 21.3.50 removed.
5361
5362 * tramp-smb.el (all): Remove debug construct for
5363 `with-parsed-tramp-file-name'.
5364 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
5365 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5366 No error message if DIRECTORY or FILENAME doesn't exist.
5367 (tramp-smb-open-connection): Check existence of
5368 `tramp-smb-program'.
5369
5370 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5373 Properly handle the case where the `m' or `s' command's argument is not
5374 yet terminated.
5375 (perl-indent-new-calculate): New function.
5376 (perl-indent-line): Use it.
5377
5378 2005-03-20 Miles Bader <miles@gnu.org>
5379
5380 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5381 in text-mode too. Change to new face names.
5382 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
5383 Add `:weight bold' attribute.
5384 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
5385
5386 2005-03-19 Juri Linkov <juri@jurta.org>
5387
5388 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5389
5390 * international/mule.el (auto-coding-alist): Sync with
5391 `auto-mode-alist' by adding upper case archive file extensions
5392 and adding ear/war to jar extension.
5393
5394 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5395
5396 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5397 running, restart it.
5398
5399 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5400
5401 * finder.el (finder-current-item): Throw an error on an empty line.
5402
5403 * man.el (Man-follow-manual-reference): If current-word returns
5404 nil, use "".
5405
5406 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5407
5408 * simple.el (goto-line): Doc fix.
5409
5410 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5411
5412 * files.el (save-buffer): Doc fix.
5413
5414 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5415
5416 * recentf.el (recentf-cleanup-remote): New variable.
5417 (recentf-cleanup): Use it to conditionally check availablity of
5418 remote files.
5419
5420 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5421
5422 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5423 function names.
5424
5425 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5426
5427 * language/thai-word.el: New file.
5428
5429 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5430
5431 * files.el (backup-buffer): If the file's directory is not
5432 writable, use copy instead of move to backup the file.
5433
5434 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5435
5436 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5437
5438 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5439
5440 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5441 Use functionp instead of symbolp and fboundp. Reported by Drkm
5442 <darkman_spam@yahoo.fr>.
5443 (ps-print-version): New version 6.6.6.
5444
5445 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5446
5447 * textmodes/table.el (table--line-column-position): New idiom.
5448 (table--row-column-insertion-point-p): New function to test
5449 validity of row and column insertion operation at a location.
5450 (table-global-menu, table-cell-menu): Use above functions for
5451 deterministic test operation.
5452 (table--editable-cell-p): Behave in deterministic fashion.
5453
5454 2005-03-18 Juri Linkov <juri@jurta.org>
5455
5456 * isearch.el (isearch-lazy-highlight-new-loop):
5457 Make arguments beg and end optional.
5458 (isearch-update): Remove optional arguments nil from
5459 isearch-lazy-highlight-new-loop.
5460 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5461 isearch-lazy-highlight-case-fold-search instead of
5462 isearch-case-fold-search, and let-bind isearch-regexp to
5463 isearch-lazy-highlight-regexp.
5464 Use isearch-lazy-highlight-last-string instead of isearch-string.
5465
5466 * replace.el (perform-replace): Remove bindings of global
5467 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5468 Add three new arguments to `replace-highlight'.
5469 (replace-highlight): Add arguments string, regexp, case-fold.
5470 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5471 to allow isearch-lazy-highlight-new-loop to use these values
5472 to set corresponding isearch-lazy-highlight-* internal
5473 variables whose values lazy highlighting will use regardless of
5474 changes to global variables isearch-string, isearch-regexp,
5475 isearch-case-fold-search during lazy highlighting loop.
5476 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5477 to `lazy-highlight-cleanup'.
5478
5479 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5480 (ispell-highlight-face): Set default face to `isearch' when
5481 lazy highlighting is enabled.
5482 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5483 priority to 1. Add lazy highlighting.
5484 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5485 from `isearch-dehighlight'.
5486
5487 2005-03-18 David Ponce <david@dponce.com>
5488
5489 * files.el (hack-local-variables): Do a case-insensitive search
5490 for End.
5491
5492 2005-03-18 Juri Linkov <juri@jurta.org>
5493
5494 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5495 `isearch-lazy-highlight-cleanup', add alias to old name and
5496 declare obsolete. Add release numbers to other obsolete vars.
5497 (isearch-done, isearch-lazy-highlight-new-loop):
5498 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5499 (lazy-highlight-cleanup) <variable>: Doc fix.
5500 (isearch-lazy-highlight-update): Rename obsolete
5501 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5502
5503 2005-03-18 Kenichi Handa <handa@m17n.org>
5504
5505 * language/thai-util.el: Fix categorization of Thai characters in
5506 thai-category-table.
5507 (thai-composition-pattern): Adjust it for the above change.
5508 (thai-self-insert-command, thai-compose-syllable): New functions.
5509 (thai-compose-region): Use thai-compose-syllable.
5510 (thai-compose-string): Likewise.
5511 (thai-composition-function): Likewise.
5512 (thai-auto-composition): New function.
5513 (thai-auto-composition-mode): New minor mode.
5514
5515 * language/thai.el: Fix patterns to be registered in
5516 composition-function-table.
5517
5518 * international/quail.el (quail-input-method): Locally bind
5519 inhibit-modification-hooks to t.
5520
5521 2005-03-17 Richard M. Stallman <rms@gnu.org>
5522
5523 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5524 (perl-mode): Use run-mode-hooks.
5525
5526 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5527 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5528 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5529
5530 * mail/sendmail.el (sendmail-send-it): Reenable the code
5531 to compute resend-to-address and use it.
5532
5533 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5534
5535 * image-mode.el: New file.
5536
5537 * image.el (insert-sliced-image): Add autoload cookie.
5538
5539 * font-lock.el (font-lock-lines-before): New user option.
5540 (font-lock-after-change-function): Obey it.
5541
5542 * bindings.el (esc-map): Make M-g a prefix.
5543 Bind M-g g and M-g M-g to goto-line.
5544
5545 * faces.el (face-id): Doc fix.
5546
5547 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5548
5549 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5550 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5551 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5552
5553 * mail/sendmail.el (mail-yank-ignored-headers)
5554 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5555 Add Mail-Followup-To and Mail-Reply-To headers.
5556 (mail-citation-hook): Add autoload cookie.
5557 (mail-mode): Doc fix.
5558 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5559 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5560 (mail-mode-fill-paragraph): Handle those headers.
5561 (mail-mailing-lists): New variable.
5562 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5563
5564 2005-03-17 Juri Linkov <juri@jurta.org>
5565
5566 * isearch.el (isearch-fallback): Check for `(car previous)'
5567 before calling `isearch-other-end-state'.
5568
5569 2005-03-17 Kim F. Storm <storm@cua.dk>
5570
5571 * simple.el (move-beginning-of-line): Move to beginning of buffer
5572 line, as well as beginning of screen line.
5573
5574 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5575
5576 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5577 argument REDRAW rather than calendar-redrawing variable.
5578 * calendar/calendar.el (calendar-redrawing): Delete.
5579 (redraw-calendar): Do not bind calendar-redrawing.
5580
5581 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5582
5583 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5584 diary-file buffer.
5585
5586 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * help.el (describe-mode): Allow a :minor-mode-function property to
5589 specify a different minor mode toggle function than the variable.
5590 * simple.el (auto-fill-function):
5591 * subr.el (add-minor-mode): Use it.
5592
5593 2005-03-16 Kenichi Handa <handa@m17n.org>
5594
5595 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5596 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5597 (ethio-fidel-to-sera-buffer): Likewise.
5598
5599 2005-03-16 Juri Linkov <juri@jurta.org>
5600
5601 * emacs-lisp/find-func.el (find-function-regexp):
5602 Add defun-emitting macro `menu-bar-make-toggle'.
5603
5604 * isearch.el: Put `isearch-scroll' property to
5605 `split-window-horizontally'.
5606
5607 * info.el: Update error messages for `debug-ignored-errors'.
5608 (Info-isearch-search): Doc fix.
5609 (Info-find-node): Move up code to go into info buffer before
5610 recording the node to the history.
5611 (Info-fontify-node): Fontify titles only if the next line
5612 has two or more `*', `=', `-', `.'.
5613 Display "go to this node" for empty (match-string 3).
5614
5615 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5616
5617 * term/mac-win.el: Add mouse pointer shape constants.
5618
5619 2005-03-15 Kim F. Storm <storm@cua.dk>
5620
5621 * simple.el (move-beginning-of-line): Use vertical-motion.
5622
5623 2005-03-15 Juri Linkov <juri@jurta.org>
5624
5625 * isearch.el (isearch-error): New variable.
5626 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5627 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5628 (isearch-within-brackets-state): Remove.
5629 (isearch-case-fold-search-state, isearch-pop-fun-state):
5630 Decrease frame index.
5631 (isearch-mode, isearch-top-state, isearch-push-state)
5632 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5633 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5634 (isearch-search, isearch-lazy-highlight-new-loop):
5635 Replace `isearch-invalid-regexp' with `isearch-error'.
5636 Remove `isearch-within-brackets'.
5637 (isearch-search): Add `search-failed' handler to `condition-case'.
5638 (isearch-lazy-highlight-search): Add `condition-case' to catch
5639 errors and allow `isearch-lazy-highlight-update' to try
5640 highlighting from the beginning of the window.
5641 (isearch-repeat): Move up code to set isearch-wrapped to t
5642 before calling isearch-wrap-function.
5643
5644 * info.el (Info-isearch-initial-node): New internal variable.
5645 (Info-search): Signal an error in isearch mode when search leaves
5646 the initial node. Signal an error when `bound' is non-nil and
5647 nothing was found in the current subfile.
5648 (Info-isearch-search): Remove `condition-case'.
5649 (Info-isearch-wrap): Don't wrap when search failed during leaving
5650 the initial node. If `Info-isearch-search' is nil, wrap around
5651 the current node.
5652 (Info-isearch-start): New fun.
5653 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5654 `isearch-mode-hook'.
5655
5656 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5657
5658 * simple.el (normal-erase-is-backspace): Set default to t if
5659 running on Mac.
5660
5661 * term/mac-win.el (function-key-map): Sync with x-win.el.
5662
5663 2005-03-15 Kenichi Handa <handa@m17n.org>
5664
5665 * international/mule-cmds.el (locale-language-names): Modify the
5666 format of elements and add more entries.
5667 (locale-preferred-coding-systems): Add more entries.
5668 (set-locale-environment): Adjust for the change of
5669 locale-language-names.
5670
5671 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * pcvs.el (smerge-ediff): Remove bogus autoload.
5674
5675 2005-03-14 Lute Kamstra <lute@gnu.org>
5676
5677 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5678 Ignore a `*' at the beginning of a line.
5679
5680 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5681 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5682 subr.el.
5683 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5684 to specify indentation.
5685
5686 * generic.el (define-generic-mode): Let generic-mode-list be a
5687 list of strings; test membership with equal.
5688
5689 2005-03-14 Kim F. Storm <storm@cua.dk>
5690
5691 * simple.el (next-line, previous-line): Add optional try-vscroll
5692 arg to recognize interactive use. Pass it on to line-move.
5693 (line-move): Don't perform auto-window-vscroll when defining or
5694 executing keyboard macro to ensure consistent behaviour.
5695
5696 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5699
5700 2005-03-13 Lute Kamstra <lute@gnu.org>
5701
5702 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5703 debugger-setup-buffer so that backtrace marks the frames set to
5704 debug-on-exit and we don't have to do it manually. Set an extra
5705 debug-on-exit for macro's.
5706 (debugger-setup-buffer): Don't mark the top frame manually.
5707
5708 2005-03-12 Lute Kamstra <lute@gnu.org>
5709
5710 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5711 lisp-indent-function throughout.
5712 (with-no-warnings): Set lisp-indent-function property.
5713
5714 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5715
5716 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5717 Add entry for backslash.
5718
5719 2005-03-12 Juri Linkov <juri@jurta.org>
5720
5721 * info.el (Info-search): Four fixes for backward search.
5722
5723 2005-03-11 Jay Belanger <belanger@truman.edu>
5724
5725 * calc/calc.el (calc-language-alist): New variable.
5726 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5727 (calc-embedded-find-modes): Use calc-language-alist instead of
5728 calc-embedded-language-alist.
5729
5730 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5731
5732 * calendar/calendar.el (calendar-redrawing): New internal
5733 variable.
5734 (redraw-calendar): Remove bogus save-excursion from previous
5735 change. Bind calendar-redrawing to t for mark-diary-entries.
5736 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5737 calendar if that is why we were called.
5738
5739 2005-03-11 Kenichi Handa <handa@m17n.org>
5740
5741 * international/mule.el (make-coding-system): Set property
5742 coding-system-define-form to nil.
5743 (define-coding-system-alias): Likewise.
5744
5745 2005-03-11 Kenichi Handa <handa@m17n.org>
5746
5747 These changes are suggested by Dave Love <fx@gnu.org>.
5748
5749 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5750 coding: tag.
5751 (adaptive-fill-regexp): Add more bullets.
5752 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5753 regexps.
5754
5755 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * help.el (describe-mode): Properly handle non-trivial lighters.
5758 Don't ignore minor modes that are not listed in minor-mode-list.
5759
5760 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5761 feature ON when the user requests to turn it OFF.
5762
5763 2005-03-10 Lute Kamstra <lute@gnu.org>
5764
5765 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5766 (implement-debug-on-entry): New function to replace debug-entry-code.
5767 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5768 second argument as the 2005-03-07 change makes it obsolete.
5769 (debug-on-entry, cancel-debug-on-entry): Update call to
5770 debug-on-entry-1.
5771 (debug, debugger-setup-buffer): Comment update.
5772 (debugger-frame-number): Update to work with implement-debug-on-entry.
5773
5774 2005-03-10 Jay Belanger <belanger@truman.edu>
5775
5776 * calc/calc-embed.el (math-ms-args): Declare it.
5777 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5778 math-ms-args.
5779 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5780 variables.
5781
5782 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5783
5784 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5785 Use message-box.
5786
5787 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5788 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5789 (tooltip-gud-tips): Simplify.
5790 (tooltip-gud-tips-p): Remove superflouous :set.
5791 (tooltip-gud-modes): Add fortran-mode.
5792 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5793
5794 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5795
5796 2005-03-09 Kim F. Storm <storm@cua.dk>
5797
5798 * play/animate.el (animate-place-char): Use forward-line instead
5799 of next-line to improve performance.
5800
5801 2005-03-09 Simon Josefsson <jas@extundo.com>
5802
5803 * net/browse-url.el (browse-url-default-browser): Doc fix.
5804
5805 2005-03-09 Miles Bader <miles@gnu.org>
5806
5807 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5808 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5809
5810 2005-03-09 Kenichi Handa <handa@m17n.org>
5811
5812 * international/latin-1.el: Set case and syntax for 255 only if
5813 set-case-syntax-set-multibyte is nil.
5814
5815 * textmodes/ispell.el (ispell-insert-word): New function.
5816 (ispell-word): Use ispell-insert-word to insert a new word.
5817 (ispell-process-line): Likewise.
5818 (ispell-complete-word): Likewise.
5819
5820 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5821
5822 * calendar/calendar.el (redraw-calendar): Preserve point.
5823 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5824 (calendar-week-start-day): Move after definition of
5825 redraw-calendar. Delete buffer test, since redraw-calendar has
5826 that now.
5827
5828 * calendar/diary-lib.el (mark-diary-entries): Only call
5829 redraw-calendar in the first of any recursive calls.
5830 Reported by Alan Shutko <ats@acm.org>.
5831
5832 2005-03-08 Juri Linkov <juri@jurta.org>
5833
5834 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5835 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5836 (html-radio-buttons): Add a space before the trailing `/>' where
5837 sgml-xml-mode is non-nil.
5838 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5839 the subsequent tag of the empty XML tag.
5840 (html-href-anchor): Don't set initial input to "http:".
5841 (html-image): Ask for the image URL and set point inside alt="".
5842 (html-name-anchor): Duplicate the name in the `id' attribute when
5843 sgml-xml-mode is non-nil.
5844 (html-paragraph): Remove \n before <p>.
5845 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5846 instead of `checked' when sgml-xml-mode is non-nil.
5847
5848 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5849 Remove 1 space before #RRGGBB to not truncate it on terminal
5850 windows w/o fringes. Remove 1 space between bg and fg examples
5851 to get more space.
5852 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5853 avoid byte-compile warnings.
5854
5855 * image-file.el (image-file-handler): Put `safe-magic' property to
5856 `image-file-handler'.
5857
5858 * info.el (Info-isearch-search): Emulate word search in
5859 isearching through multiple Info nodes with Info-search.
5860 (Info-isearch-wrap): Allow isearch-word.
5861
5862 2005-03-08 Lute Kamstra <lute@gnu.org>
5863
5864 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5865 stepping into the debugger's code is not possible.
5866 (debugger-jumping-flag): Docstring update.
5867
5868 2005-03-08 Jay Belanger <belanger@truman.edu>
5869
5870 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5871 embedded mode begins.
5872 (calc-embedded-language-alist): New variable.
5873 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5874 set default language mode.
5875
5876 2005-03-08 Kenichi Handa <handa@m17n.org>
5877
5878 * international/ccl.el (define-ccl-program): Fix docstring about
5879 extra 256 bytes assured for the output buffer.
5880
5881 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5882 Fix BUFFER_MAGNIFICATION to 2.
5883 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5884
5885 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5886
5887 * align.el (align-rules-list): Added an alignment rule for CSS
5888 declarations (applies to css-mode and html-mode buffers).
5889
5890 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5893
5894 2005-03-07 Kim F. Storm <storm@cua.dk>
5895
5896 * simple.el (move-beginning-of-line): New command.
5897
5898 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5899
5900 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5901
5902 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5903 and move-beginning-of-line.
5904
5905 * apropos.el (apropos-print): Omit command from M-x ... RET.
5906
5907 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5910 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5911
5912 2005-03-06 Richard M. Stallman <rms@gnu.org>
5913
5914 * bindings.el (esc-map): Bind M-g to goto-line.
5915
5916 * facemenu.el (global-map): Bind M-o, not M-g.
5917
5918 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5919
5920 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5921 "Open Directory" as for "Open File".
5922
5923 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5926 (push-mark-command): Run activate-mark-hook.
5927
5928 2005-03-06 Richard M. Stallman <rms@gnu.org>
5929
5930 * help-mode.el (help-mode-finish): Don't alter the element
5931 in view-return-to-alist if there already is one.
5932
5933 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5934 make sure the current buffer is the expected one.
5935
5936 * novice.el (disabled-command-function): Output in *Disabled Command*.
5937 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5938
5939 * textmodes/flyspell.el (flyspell-large-region):
5940 Pass args differently for aspell.
5941
5942 * files.el (mode-require-final-newline): Doc fix.
5943
5944 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5945
5946 * progmodes/which-func.el (which-function):
5947 Specify NOERROR when calling imenu--make-index-alist.
5948
5949 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5950
5951 * simple.el (normal-erase-is-backspace): Define default value.
5952
5953 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5954 (custom-reevaluate-setting): Simple function to handle
5955 variables that are defined before their default value can really
5956 be computed.
5957
5958 * startup.el (command-line): Use it for temporary-file-directory,
5959 small-emporary-file-directory, auto-save-file-name-transforms,
5960 blink-cursor-mode, and normal-erase-is-backspace.
5961
5962 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5963 progress, even with buggy anchored keywords.
5964
5965 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * simple.el (goto-line): Remove unbalanced final parenthesis.
5968
5969 2005-03-05 Richard M. Stallman <rms@gnu.org>
5970
5971 * simple.el (goto-line): Use a number at point as the default.
5972 With C-u as arg, switch buffers.
5973
5974 2005-03-05 Juri Linkov <juri@jurta.org>
5975
5976 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5977 with `no-blinking-cursor'.
5978
5979 * startup.el (no-blinking-cursor): New defvar.
5980 (command-line): Add `--no-blinking-cursor' to longopts.
5981 Set `no-blinking-cursor' to t for command line arguments
5982 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5983 with `no-blinking-cursor' in the condition for calling
5984 `blink-cursor-mode'.
5985
5986 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5987
5988 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5989 (menu-bar-options-save): Add blink-cursor-mode.
5990 (menu-bar-options-menu): Add blink-cursor-mode.
5991
5992 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5993
5994 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5995 (icalendar-export-file, icalendar-export-region)
5996 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5997 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5998
5999 2005-03-04 Lute Kamstra <lute@gnu.org>
6000
6001 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
6002 (debug-function-list): Ditto.
6003
6004 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
6005
6006 * textmodes/texinfmt.el (texinfo-append-refill):
6007 Redefine the types of line to which @refill
6008 is not appended by replacing a search for `@refill\\|@bye' with
6009 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
6010 itemize@refill' bug and the unfilled long lines bug.
6011 (texinfmt-version): Update number and date.
6012
6013 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6014
6015 * international/code-pages.el (windows-1250, windows-125[2-8])
6016 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
6017
6018 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
6021 bound yet.
6022
6023 2005-03-02 Romain Francoise <romain@orebokech.com>
6024
6025 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
6026 buffer after removing limits.
6027 (ibuffer-pop-filter): Ditto.
6028 Update copyright.
6029
6030 2005-03-02 Miles Bader <miles@gnu.org>
6031
6032 * button.el (make-text-button): If the user doesn't specify a
6033 type, use the default. Rewrite to use `add-text-properties' and
6034 plist functions.
6035
6036 2005-03-01 Lute Kamstra <lute@gnu.org>
6037
6038 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
6039 (debugger-jumping-flag): New var.
6040 (debug-entry-code): Use it.
6041 (debugger-jump): Use debugger-jumping-flag and add
6042 debugger-reenable to post-command-hook.
6043 (debugger-reenable): Use debugger-jumping-flag and remove itself
6044 from post-command-hook.
6045 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
6046 debugger-reenable.
6047
6048 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
6049
6050 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
6051 inclusion of "itemize\\|", which may be unnecessary, is certainly
6052 inelegant, and stops refilling in itemize lists when formatting
6053 Japanese Texinfo files to Info.
6054 Update copyright to 2005.
6055
6056 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
6057
6058 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
6059 of an error if GDB can't find the source file.
6060
6061 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6062
6063 * calendar/calendar.el (redraw-calendar): Work from any buffer,
6064 not just the calendar.
6065
6066 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
6067 first.
6068 (diary-redraw-calendar): New function.
6069 (make-diary-entry): Add diary-redraw-calendar to local
6070 write-contents-functions. Turn off selective display before
6071 inserting in diary.
6072
6073 2005-03-01 Kim F. Storm <storm@cua.dk>
6074
6075 * emacs-lisp/copyright.el (copyright-fix-years): New command.
6076
6077 2005-03-01 Lute Kamstra <lute@gnu.org>
6078
6079 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
6080 that debug-entry-code can be safely removed from a function while
6081 this code is being evaluated. Revert the 2005-02-27 change as the
6082 new implementation no longer requires it. Make sure that a
6083 function body containing just a string is not mistaken for a docstring.
6084 (debug): Skip one more frame in case of debug on entry.
6085 (debugger-setup-buffer): Delete one more frame line in case of
6086 debug on entry.
6087 (debugger-frame-number): Update to use the new text introduced by
6088 the 1999-11-03 change. Skip one more frame in case of debug on entry.
6089
6090 2005-02-28 Kim F. Storm <storm@cua.dk>
6091
6092 * double.el (double-translate-key): Call force-window-update after
6093 read-event to avoid crash in redisplay.
6094
6095 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
6098 (debug): Use it. Move the inhibit-trace earlier.
6099 (debug-entry-code): New const.
6100 (debug-on-entry-1): Use it.
6101
6102 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * international/utf-16.el (ccl-encode-mule-utf-16le):
6105 Fix BUFFER_MAGNIFICATION to 2.
6106 (ccl-encode-mule-utf-16be): Likewise.
6107
6108 2005-02-28 Kenichi Handa <handa@m17n.org>
6109
6110 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
6111 Fix BUFFER_MAGNIFICATION to 4.
6112 (ccl-encode-mule-utf-16be-with-signature): Likewise.
6113
6114 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
6115
6116 * speedbar.el (speedbar-update-flag): Doc fix.
6117 (speedbar-show-info-under-mouse): Give set-mouse-position the right
6118 argument.
6119
6120 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
6121
6122 * reveal.el (reveal-post-command): Don't try to reveal overlays which
6123 have a non-nil `invisible' property but are actually visible.
6124
6125 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
6126 for perldoc sections.
6127 (perl-outline-regexp, perl-outline-level): New var and function.
6128 (perl-mode): Use them.
6129
6130 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
6131
6132 * calendar/diary-lib.el (diary-remind): Discard any mark portion
6133 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
6134
6135 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * cus-edit.el: Comment change.
6138 (custom-buffer-create-internal): Slightly reword text at top of
6139 Custom buffers. Mention there that saving an option edits the
6140 init file. Add link to Emacs manual node on `custom-file'.
6141 (custom-magic-alist): Rewrite individual State messages to use
6142 capitalized keywords. Doc fix.
6143
6144 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
6145
6146 * calendar/calendar.el (calendar-buffer): Move above
6147 calendar-week-start-day.
6148 (calendar-week-start-day): Doc fix. Add :set function.
6149 (calendar-minimum-window-height): New variable.
6150 (generate-calendar-window): Only resize window if selected-window
6151 is displaying the calendar buffer. Use new variable
6152 calendar-minimum-window-height.
6153 (generate-calendar): Reword error message.
6154 (calendar-mode-map): Bind DEL to scroll-other-window-down.
6155
6156 2005-02-27 Andreas Schwab <schwab@suse.de>
6157
6158 * vc.el (vc-do-command): Don't run command asynchronously when
6159 operating in a remote directory.
6160
6161 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
6162 change from sync with Tramp 2.0.47.
6163
6164 2005-02-27 Richard M. Stallman <rms@gnu.org>
6165
6166 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
6167
6168 * textmodes/flyspell.el (flyspell-mode-on):
6169 Call ispell-change-dictionary only if necessary.
6170
6171 * emacs-lisp/re-builder.el (regexp-builder): New function.
6172
6173 * register.el (describe-register-1): Explicitly handle
6174 yank-excluded-properties = t.
6175
6176 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
6177 (custom-magic-alist): Change the status descriptions again.
6178 (face widget-type): Total rewrite based on `restricted-sexp'
6179 to eliminate the confusing double hiding levels.
6180
6181 * emacs-lisp/debug.el (debug-on-entry-1):
6182 If function body is empty, add nil as body form.
6183
6184 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * emacs-lisp/trace.el (inhibit-trace): New var.
6187 (trace-make-advice): Use it.
6188
6189 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
6190
6191 2005-02-26 Kim F. Storm <storm@cua.dk>
6192
6193 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
6194 (mouse-on-link-p, mouse-drag-region-1): Use it.
6195
6196 2005-02-25 Lute Kamstra <lute@gnu.org>
6197
6198 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
6199
6200 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * frame.el (blink-cursor-mode): Add :group keyword.
6203
6204 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
6205
6206 * calendar/icalendar.el (icalendar--decode-isodatetime):
6207 New optional argument DAY-SHIFT.
6208 (icalendar-export-region): Fix coding-system-for-write.
6209 (icalendar--convert-ical-to-diary): Shift end-day of all-day
6210 events by one.
6211
6212 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
6215
6216 2005-02-24 Kim F. Storm <storm@cua.dk>
6217
6218 * international/iso-acc.el (iso-accents-compose): Fix crash
6219 during redisplay. Call force-window-update after read-event
6220 and delete-region to signal that window is not accurate.
6221
6222 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
6225 Remove unused and inexistent var `inhibit-trace'.
6226 (debugger-mode): Use run-mode-hooks.
6227 (debugger-list-functions): Add buttons; setup xref stack.
6228
6229 2005-02-23 Richard M. Stallman <rms@gnu.org>
6230
6231 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
6232 appointment says it was explicitly made.
6233 (appt-add): Set the 3rd element.
6234 (appt-make-list): Preserve explicit appointments.
6235
6236 * subr.el (find-tag-default): Catch errors in forward-sexp.
6237
6238 2005-02-23 Juri Linkov <juri@jurta.org>
6239
6240 * info.el (Info-isearch-search): New defcustom.
6241 (Info-isearch-search): Call the default isearch function
6242 when Info-isearch-search is nil.
6243 (Info-isearch-wrap): Use variable Info-isearch-search.
6244
6245 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * cus-edit.el: Comment change.
6248
6249 2005-02-22 Kim F. Storm <storm@cua.dk>
6250
6251 * progmodes/hideif.el (hide-ifdef-use-define-alist):
6252 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
6253
6254 2005-02-22 Simon Josefsson <jas@extundo.com>
6255
6256 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
6257 New variable.
6258 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
6259 Oskarsson" <myrkraverk@users.sourceforget.net>.
6260
6261 2005-02-22 Kim F. Storm <storm@cua.dk>
6262
6263 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
6264 check that window of that event is the selected window.
6265 (mouse-drag-region-1): Compare mouse event window to selected
6266 window before setting point.
6267
6268 * tooltip.el (tooltip-show-help-function): Pass event to
6269 mouse-on-link-p so it can check selected window.
6270
6271 2005-02-22 Kenichi Handa <handa@m17n.org>
6272
6273 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
6274 (ps-mule-show-warning): New function.
6275 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
6276 characters are found.
6277
6278 * ps-print.el (ps-header-footer-string): Return a list of header
6279 and footer strings.
6280
6281 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6282
6283 * pcvs.el (cvs-retrieve-revision): Fix thinko.
6284
6285 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * frame.el (blink-cursor-mode): Use define-minor-mode.
6288
6289 * term/mac-win.el (function-key-map): Use char-names more consistently.
6290 (file-name-coding-system): Only set it for MacOS-9. The other case is
6291 already handled in mule-cmds.el (where it also works when mac-win.el
6292 is not used).
6293
6294 2005-02-21 Kenichi Handa <handa@m17n.org>
6295
6296 * international/mule.el (ctext-pre-write-conversion): Always use
6297 " *code-converting-work*" buffer for work.
6298
6299 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
6300
6301 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6302
6303 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6304
6305 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6306
6307 * ses.el (undo-more): Restore defadvice, but only the part that
6308 allows changes outside the restricted area of the buffer.
6309
6310 2005-02-20 Kim F. Storm <storm@cua.dk>
6311
6312 * simple.el (line-move): Add fourth optional arg try-vscroll which
6313 must be set to perform auto-window-vscroll.
6314 When moving backwards and doing auto-window-vscroll, automatically
6315 vscroll to the last part of lines which are taller than the window.
6316 (next-line, previous-line): Set try-vscroll arg on line-move.
6317
6318 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6319
6320 * replace.el (query-replace, query-replace-regexp)
6321 (replace-string, replace-regexp): When operating on region, make
6322 the minibuffer prompt say so.
6323
6324 * isearch.el (isearch-forward): Document isearch-query-replace and
6325 isearch-query-replace-regexp keybindings.
6326
6327 2005-02-19 Jay Belanger <belanger@truman.edu>
6328
6329 * calc/calc-aent.el (math-read-token): Add local variable.
6330
6331 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6332 (calc-edit-top): Move declaration to earlier in file.
6333 (calc-edit-macro-repeats): Add local variables.
6334
6335 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6336 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6337 calcFunc-tanh.
6338 Adjust integration rule for calcFunc-tan.
6339
6340 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6341
6342 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6343 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6344 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6345 (viper-skip-separators): Bug fix.
6346 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
6347 particular major mode.
6348 (viper-del-backward-char-in-replace): Don't put deleted char on the
6349 kill ring.
6350
6351 * viper-ex.el (viper-color-display-p): New function.
6352 (viper-has-face-support-p): Use viper-color-display-p.
6353
6354 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6355
6356 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6357
6358 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6359 (viper-file-remote-p): Make equivalent to file-remote-p.
6360
6361 * viper.el (viper-major-mode-modifier-list):
6362 Use viper-gnus-modifier-map.
6363
6364 2005-02-19 David Kastrup <dak@gnu.org>
6365
6366 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6367 quoting.
6368
6369 2005-02-19 Jay Belanger <belanger@truman.edu>
6370
6371 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
6372 Remove extra definitions.
6373 (calc-coth): New function.
6374 (calcFunc-cot): Fix `let'.
6375
6376 2005-02-19 Eli Zaretskii <eliz@gnu.org>
6377
6378 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6379 the reasons we use "type pc" in these faces.
6380
6381 * button.el (button): Ditto.
6382
6383 2005-02-19 Michael Mauger <mmaug@yahoo.com>
6384
6385 * replace.el (query-replace-read-from): Set the value of
6386 query-replace-from-history-variable to handle the case of an empty
6387 string entered to accept the suggested default.
6388
6389 * net/tramp.el (tramp-file-name-for-operation):
6390 Use dired-call-process instead of dired-call-process-command.
6391
6392 2005-02-19 Jay Belanger <belanger@truman.edu>
6393
6394 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6395 (math-div-non-trig): New variables.
6396 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6397 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6398 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6399 trig expressions.
6400
6401 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
6402
6403 * progmodes/gdb-ui.el (gdb-var-update-handler)
6404 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6405 for watch expressions,
6406 (gdb-var-create-handler): Don't set speedbar-update-flag.
6407 (gdb-post-prompt): Simplify test for speedbar.
6408
6409 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6410
6411 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6412 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
6413 we use the syntax table of the correct buffer.
6414 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6415 Felix Gatzemeier.
6416
6417 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6418 (ediff-file-remote-p): Make synonymous with file-remote-p.
6419 In all deffaces ediff-*-face-*, use min-colors.
6420
6421 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6422 ediff-recurse-to-subdirectories.
6423 (ediff-mark-if-equal): Check that the arguments are strings, use
6424 ediff-same-contents (after to Felix Gatzemeier).
6425
6426 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6427 nil.
6428
6429 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6432
6433 2005-02-18 David Kastrup <dak@gnu.org>
6434
6435 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6436 use `mark-active' when defined.
6437
6438 2005-02-18 Kenichi Handa <handa@m17n.org>
6439
6440 * ps-print.el (ps-font-info-database): New entry
6441 ZapfChancery-MediumItalic with correct font name. Fix font name
6442 of the entry Zapf-Chancery-MediumItalic.
6443
6444 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6447
6448 2005-02-16 Kim F. Storm <storm@cua.dk>
6449
6450 * ido.el (ido-fallback-command): Pass user input to fallback command.
6451
6452 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6455 (gdb-find-file-hook): Add server prefix.
6456
6457 2005-02-16 Richard M. Stallman <rms@gnu.org>
6458
6459 * replace.el (perform-replace): Pass new args to replace-highlight.
6460 (replace-highlight): Take region args,
6461 and pass them to isearch-lazy-highlight-new-loop.
6462
6463 * novice.el (disabled-command-hook): Autoload the defalias
6464 and the make-obsolete-variable call.
6465
6466 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6467
6468 * isearch.el (isearch-lazy-highlight-start-limit)
6469 (isearch-lazy-highlight-end-limit): New variables limit
6470 the region for highlighting.
6471 (isearch-lazy-highlight-new-loop): New args BEG and END.
6472 (isearch-lazy-highlight-search): Use the new vars.
6473 (isearch-lazy-highlight-update): Likewise.
6474
6475 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6476
6477 * cus-start.el (all): Use default-boundp.
6478
6479 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6480
6481 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6482
6483 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6484
6485 * autorevert.el (auto-revert-stop-on-user-input)
6486 (auto-revert-verbose): Doc fixes.
6487
6488 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6489
6490 * international/mule-cmds.el (set-locale-environment): Remove call
6491 to set-selection-coding-system on Windows.
6492
6493 2005-02-15 Jay Belanger <belanger@truman.edu>
6494
6495 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6496 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6497 calcFunc-coth.
6498 (math-simplify-sqrt): Add simplifications.
6499
6500 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6501 to list.
6502
6503 * calc/calc-ext.el: Add functions to autoloads.
6504
6505 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6506 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6507 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6508 (math-csc-raw, math-cot-raw): New functions.
6509
6510 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6511
6512 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6513 the variable name in a message.
6514
6515 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6516 calcFunc-csc, calcFunc-cot.
6517
6518 * calc/calcalg2.el: Add derivative and integration rules for
6519 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6520 calcFunc-csch, calcFunc-coth.
6521 (math-do-integral-methods): Add to checks for when to use
6522 substitutions.
6523
6524 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6525
6526 2005-02-15 Lute Kamstra <lute@gnu.org>
6527
6528 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6529 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6530 <monnier@iro.umontreal.ca>
6531 (lisp-outline-level): Improve efficiency. Suggested by David
6532 Kastrup <dak@gnu.org>.
6533
6534 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6537 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6538 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6539 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6540 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6541
6542 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * cus-start.el (all): Comment change.
6545
6546 2005-02-14 Lute Kamstra <lute@gnu.org>
6547
6548 * cus-start.el (all): Check if symbol is void.
6549
6550 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6551
6552 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6553 optional argument to \cite.
6554
6555 2005-02-14 Richard M. Stallman <rms@gnu.org>
6556
6557 * cus-edit.el (custom-buffer-create-internal): Update help message.
6558 (custom-magic-alist): Update help messages.
6559
6560 * cus-start.el (all): Allow a var to specify a standard value.
6561
6562 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6563
6564 * custom.el (custom-theme-set-variables): Handle variable aliases.
6565
6566 * frame.el (blink-cursor-timer): Doc fix.
6567 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6568 declare obsolete.
6569 (blink-cursor-mode): Define with defcustom and use correct
6570 standard expression in that defcustom.
6571 * startup.el (command-line): Adapt to above changes in frame.el.
6572
6573 2005-02-11 Lute Kamstra <lute@gnu.org>
6574
6575 * apropos.el (apropos-score-doc): Prevent division by zero.
6576
6577 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6578
6579 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6580 (icalendar--get-event-property-attributes)
6581 (icalendar--get-event-properties)
6582 (icalendar--datetime-to-diary-date): New functions.
6583 (icalendar--split-value): Doc fix.
6584 (icalendar--datetime-to-noneuropean-date)
6585 (icalendar--datetime-to-european-date): New optional argument
6586 SEPARATOR. Return result as a string instead of a list.
6587 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6588 (icalendar--convert-string-for-export): Rename arg S to STRING.
6589 (icalendar-export-region): Doc fix. Change name of error buffer.
6590 Save output buffer.
6591 (icalendar-import-file): Add blank at end of prompt.
6592 (icalendar-import-buffer): Doc fix. Do not switch to error
6593 buffer. Indicate status in return value.
6594 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6595 buffer. Save output buffer. Handle exception from recurrence
6596 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6597 events. Fix problems with weekly all-day events.
6598
6599 2005-02-10 Richard M. Stallman <rms@gnu.org>
6600
6601 * simple.el (eval-expression-print-format):
6602 Avoid warning about edebug-active.
6603
6604 * help.el (help-for-help-internal): Rename from help-for-help.
6605 (help-for-help): Define with defalias.
6606
6607 * font-core.el (font-lock-default-function): Use with-no-warnings.
6608
6609 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6610
6611 * custom.el (defface): Doc fix.
6612
6613 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6616 width 0" to prevent word wrapping problems.
6617
6618 2005-02-09 Kim F. Storm <storm@cua.dk>
6619
6620 * ido.el (ido-file-extensions-order): New defcustom.
6621 (ido-file-extension-lessp, ido-file-extension-aux)
6622 (ido-file-extension-order): New advanced file ordering.
6623 (ido-file-lessp): New simple file ordering.
6624 (ido-sort-list): Remove.
6625 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6626 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6627
6628 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6629
6630 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6631 that some versions of grep produce.
6632 (grep-mode-font-lock-keywords): Likewise.
6633
6634 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6635
6636 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6637 (gdb-cdir): Delete.
6638 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6639 (gdb-source-info): Treat case when source file is in another
6640 directory properly.
6641 (gdb-get-location): New function.
6642
6643 2005-02-07 Jay Belanger <belanger@truman.edu>
6644
6645 * calc/calc-prog.el (calc-write-parse-table-part)
6646 (calc-fix-token-name): Fix a check for language type.
6647
6648 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6649
6650 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6651
6652 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6653 as directory not writable.
6654
6655 2005-02-07 Kim F. Storm <storm@cua.dk>
6656
6657 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6658 (cua--standard-movement-commands): Remove list.
6659 Instead, set CUA property value to move for movement commands.
6660 (cua-movement-commands): Remove. Users must set CUA prop instead.
6661 (cua--pre-command-handler): Check CUA property.
6662 (cua--init-keymaps): Don't remap undo commands.
6663 (cua-mode): Don't call cua--rectangle-on-off.
6664
6665 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6666 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6667 (cua--rect-undo-set-point): New var.
6668 (cua--rectangle-undo-boundary): Setup undo apply entry.
6669 (cua--rect-undo-handler): New function for rectangle undo.
6670 (cua--rect-start-position, cua--rect-end-position): Add.
6671 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6672 for restored rectangle. Set point if cua--rect-undo-set-point.
6673
6674 2005-02-06 Jay Belanger <belanger@truman.edu>
6675
6676 * calc/calc-lang.el (calc-tex-language): Display more information
6677 in messages.
6678
6679 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6680 in TeX mode.
6681
6682 2005-02-06 Richard M. Stallman <rms@gnu.org>
6683
6684 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6685
6686 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6687
6688 * net/ldap.el (ldap-search-internal): Support attributes with
6689 optional descriptions separated by a semi-colon, as in
6690 "userCertificate;binary".
6691
6692 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6693
6694 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6695 isn't a cons (i.e. the version is 0).
6696
6697 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6698
6699 * help.el (help-for-help): Doc fix.
6700
6701 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6702
6703 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6704 GDB-Windows on the menu-bar as this works better.
6705
6706 2005-02-04 Jay Belanger <belanger@truman.edu>
6707
6708 * calc/calc-embed.el (calc-embedded-update): Don't put in
6709 unnecessary newlines. Adjust the end of formula marker.
6710
6711 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6712 (math-latex-parse-two-args): New function.
6713
6714 2005-02-03 Lute Kamstra <lute@gnu.org>
6715
6716 * help-fns.el (help-with-tutorial): Make sure that users cannot
6717 remove the entire text of the tutorial by means of `undo'.
6718
6719 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6722 in recent changes, where the ispell process was repeatedly
6723 killed & restarted.
6724
6725 * international/mule-cmds.el (set-locale-environment): Set file-name
6726 coding system to utf-8 on Darwin systems.
6727 (set-default-coding-systems): Don't set default-file-name-coding-system
6728 on Darwin systems.
6729
6730 2005-02-03 Richard M. Stallman <rms@gnu.org>
6731
6732 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6733
6734 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6735
6736 * faces.el (list-faces-display): Add optional argument.
6737
6738 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * font-core.el (font-lock-default-function): Handle the rare case where
6741 only font-lock-keywords is set.
6742
6743 2005-02-02 Kenichi Handa <handa@m17n.org>
6744
6745 * international/characters.el: Cancel previous change for
6746 I-WITH-DOT-ABOVE and DOTLESS-i.
6747
6748 * international/latin-5.el: Cancel previous change.
6749
6750 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6751
6752 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6753
6754 2005-02-02 Kenichi Handa <handa@m17n.org>
6755
6756 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6757 DOTLESS-i.
6758
6759 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6760 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6761
6762 * case-table.el (get-upcase-table): New function.
6763 (copy-case-table): Copy upcaes table too if non-nil.
6764 (set-case-syntax-delims): Maintain upcase table too.
6765 (set-case-syntax-pair): Likewise.
6766 (set-upcase-syntax, set-downcase-syntax): New functions.
6767 (set-case-syntax): Maintain upcase table too.
6768
6769 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6772
6773 * progmodes/gud.el (gud-goto-info): New function.
6774 (gud-tool-bar-map): Use correct icon.
6775
6776 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6777
6778 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6779 When delegating, order args in the funcall correctly.
6780
6781 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6782
6783 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6784
6785 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6786
6787 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6788 buffer not visiting a file.
6789
6790 2005-01-31 Jay Belanger <belanger@truman.edu>
6791
6792 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6793 bound on the line with the formula.
6794
6795 2005-01-31 Kim F. Storm <storm@cua.dk>
6796
6797 * ses.el (ses-create-cell-variable-range)
6798 (ses-destroy-cell-variable-range, ses-reset-header-string)
6799 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6800 (ses-insert-row): Fix format of apply undo entries.
6801
6802 2005-01-31 Jay Belanger <belanger@truman.edu>
6803
6804 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6805 parts.
6806
6807 * calc/calc-embed.el (calc-embedded-open-formula)
6808 (calc-embedded-close-formula): Ignore matrix environments.
6809
6810 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6811 TeX mode.
6812
6813 * calc/calc-lang.el (math-function-table, math-oper-table)
6814 (math-variable-table): Adjust the LaTeX portions.
6815
6816 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6817 (math-latex-ignore-words): New constant.
6818
6819 2005-01-31 Richard M. Stallman <rms@gnu.org>
6820
6821 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6822 (ispell-local-dictionary): Doc fix.
6823 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6824 Don't reinitialize at run time. Don't defcustom.
6825 All uses changed to append ispell-local-dictionary-alist,
6826 or check it first.
6827 (ispell-current-dictionary): New variable for dictionary in use.
6828 (ispell-dictionary): Now used only for global default.
6829 (ispell-start-process): Set ispell-current-dictionary,
6830 not ispell-dictionary.
6831 (ispell-change-dictionary): Use this only for setting
6832 user preferences.
6833 (ispell-internal-change-dictionary): New function
6834 to change the current dictionary in use.
6835 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6836 Use ispell-current-dictionary.
6837 Handle ispell-local-dictionary-overridden.
6838 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6839
6840 2005-01-31 Jay Belanger <belanger@truman.edu>
6841
6842 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6843
6844 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6845 (calc-mode-map): Add calc-latex-language.
6846
6847 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6848 (math-latex-print-frac): New functions.
6849 (math-oper-table, math-function-table, math-variable-table)
6850 (math-complex-format, math-input-filter): Add latex properties.
6851 (calc-set-language): Set math-expr-special-function-mapping.
6852
6853 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6854 (calc-write-parse-table-part): Add LaTeX support.
6855
6856 * calc/calc.el (calc-language): Adjust docstring.
6857 (calc-set-mode-line): Add LaTeX support.
6858 (math-expr-special-function-mapping): New variable.
6859 (math-tex-ignore-words): Add to list.
6860
6861 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6862 Add LaTeX support.
6863 (math-compose-expr): Add support for special functions.
6864
6865 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6866
6867 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6868
6869 * progmodes/gdb-ui.el (gdb-memory-address)
6870 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6871 (gdb-memory-mode-map, gdb-memory-format-keymap)
6872 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6873 (gdb-memory-unit-menu): New variables for a buffer
6874 that lets the user examine program memory.
6875 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6876 (gdb-memory-format-binary, gdb-memory-format-octal)
6877 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6878 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6879 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6880 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6881 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6882 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6883 (gdb-memory-mode, gdb-memory-buffer-name)
6884 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6885 New functions for above buffer.
6886
6887 2005-01-30 Richard M. Stallman <rms@gnu.org>
6888
6889 * cus-edit.el (custom-bury-buffer): Function deleted.
6890 (custom-buffer-done-function): Option deleted.
6891 (custom-buffer-done-kill): New (replacement option.
6892 (Custom-buffer-done): Call quit-window.
6893 (custom-buffer-create-internal): Update for above changes.
6894
6895 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6896
6897 * simple.el (undo-ask-before-discard): New var.
6898 (undo-outer-limit-truncate): Implement it.
6899 (undo-extra-outer-limit): Doc update.
6900
6901 2005-01-29 Richard M. Stallman <rms@gnu.org>
6902
6903 * ses.el (undo-more): Delete defadvice.
6904 (ses-begin-change): Doc fix.
6905
6906 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6907 instead of rebinding C-x u and C-_.
6908
6909 * files.el (normal-backup-enable-predicate): Return nil for files
6910 in /tmp, regardless of temporary-file-directory.
6911
6912 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6913
6914 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6915 (open-rectangle, delete-whitespace-rectangle-line)
6916 (clear-rectangle-line): If FILL, pass t instead of FILL
6917 for move-to-column's 2nd arg.
6918
6919 * simple.el (undo): Fix the test for continuing a series of undos.
6920 (undo-more): Set pending-undo-list to t when we reach end.
6921 (pending-undo-list): Move up defvar.
6922
6923 * wid-edit.el (widget-button-click):
6924 Shorten the range of the track-mouse binding.
6925
6926 * comint.el (comint-insert-input): Undo previous changes;
6927 use last-input-event in interactive spec.
6928
6929 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6930
6931 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6932 to nil before invoking call-process. Reset buffer's modified flag
6933 after fontifying it in the no-async branch.
6934
6935 * wid-edit.el (widget-specify-button): If mouse pointer shape
6936 cannot be changed, use mouse face instead.
6937
6938 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6939
6940 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6941 (gdb-goto-breakpoint): Make breakpoint handling work on template
6942 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6943 (gdb-assembler-custom): Update to recognise breakpoint information
6944 added on 2005-01-19.
6945
6946 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6949 (dsssl-mode): Use define-derived-mode.
6950 (scheme-mode-initialize): Remove.
6951 (scheme-mode): Use run-mode-hooks.
6952
6953 * cus-edit.el (customize-group-other-window)
6954 (custom-buffer-create-other-window): Don't override special-display-*.
6955 (custom-mode-map): Make it dense.
6956
6957 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6958 sets the default value.
6959
6960 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6961
6962 * descr-text.el: Add more keywords.
6963
6964 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * speedbar.el: Avoid unnecessary use of locate-library.
6967
6968 * international/mule-cmds.el (standard-display-european-internal):
6969 Don't fiddle with latin-1 non-break space any more since it's now
6970 special cased in the C code.
6971 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6972
6973 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6974
6975 * cus-start.el (all): Add `undo-outer-limit'.
6976
6977 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6978
6979 * textmodes/bibtex.el (bibtex-format-entry):
6980 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6981 field lines.
6982 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6983 not on part of a buffer.
6984
6985 2005-01-25 Lute Kamstra <lute@gnu.org>
6986
6987 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6988 nonempty field text strings like "{letters\\macro{}more letters}".
6989 Clarify docstring.
6990 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6991 (bibtex-entry-offset, bibtex-parse-association)
6992 (bibtex-parse-field-name): Fix typos in docstrings.
6993 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6994
6995 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6996
6997 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6998 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6999 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
7000 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
7001
7002 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
7003 isearch minor mode.
7004
7005 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
7006
7007 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
7008
7009 2005-01-24 Lute Kamstra <lute@gnu.org>
7010
7011 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
7012 CASECHARS and NOT-CASECHARS regular expressions of the
7013 "nederlands" and "nederlands8" dictionaries to prevent a "Range
7014 striding over charsets" error.
7015
7016 2005-01-24 Jay Belanger <belanger@truman.edu>
7017
7018 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
7019 display variable name.
7020
7021 2005-01-24 Kenichi Handa <handa@m17n.org>
7022
7023 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
7024 Fix setting of the element of encoded-kbd-iso2022-invocations.
7025
7026 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
7027
7028 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7029 (gdb-threads-select): Change to also accept mouse events.
7030 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
7031 (gdb-threads-mouse-select): Delete.
7032
7033 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
7034
7035 * files.el (insert-directory): Take care of empty directory,
7036 listed without -a switch.
7037
7038 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * textmodes/refill.el (refill-post-command-function):
7041 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
7042 to the list of functions that we should be careful not to undo.
7043 (refill-late-fill-paragraph-function): Remove.
7044 (refill-saved-state): New var.
7045 (refill-mode): Use it to save fill-paragraph-function.
7046 Save also the value of auto-fill-function.
7047
7048 * term/w32-win.el: Simplify code.
7049
7050 2005-01-23 Kim F. Storm <storm@cua.dk>
7051
7052 * simple.el (line-move): Adapt to new return value from
7053 pos-visible-in-window-p.
7054
7055 * simple.el (line-move): Fix last change. Check partial
7056 visibility at point rather than at window-start.
7057
7058 2005-01-22 Jason Rumney <jasonr@gnu.org>
7059
7060 * term/w32-win.el (xw-defined-colors): Remove debug-message.
7061
7062 2005-01-22 David Kastrup <dak@gnu.org>
7063
7064 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
7065
7066 2005-01-22 Eli Zaretskii <eliz@gnu.org>
7067
7068 * type-break.el (type-break-mode): Add a test for
7069 type-break-file-name being non-nil.
7070
7071 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7072
7073 * net/eudc.el (top level): Call (message "") via progn, so that
7074 eudc-options-file is loaded.
7075
7076 2005-01-22 Kim F. Storm <storm@cua.dk>
7077
7078 * simple.el (line-move-1): Rename from line-move.
7079 (line-move): New function that adjusts vscroll for partially
7080 visible rows, and calls line-move-1 otherwise.
7081
7082 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
7083
7084 * pcomplete.el: define pcomplete-read-event instead of read-event,
7085 since it's not a complete read-event implementation
7086
7087 2005-01-20 Jay Belanger <belanger@truman.edu>
7088
7089 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
7090 for called function.
7091
7092 2005-01-20 Steven Tamm <steventamm@mac.com>
7093
7094 * term/mac-win.el (process-connection-type): Remove.
7095 Controlled now by s/darwin.h:PTY_ITERATION.
7096
7097 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * window.el (handle-select-window): Don't switch window when we're
7100 in the minibuffer.
7101
7102 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
7103
7104 * subr.el (dotimes-with-progress-reporter): New macro.
7105
7106 * ses.el (ses-dotimes-msg): Remove macro.
7107 Use `dotimes-with-progress-reporter' instead.
7108
7109 2005-01-19 Steven Tamm <steventamm@mac.com>
7110
7111 * term/mac-win.el (process-connection-type): Use new
7112 operating-system-release variable to use ptys on Darwin 7 (OSX
7113 10.3) when using carbon build.
7114
7115 2005-01-19 Jay Belanger <belanger@truman.edu>
7116
7117 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
7118 flags if the last command was a tab or M-tab.
7119
7120 * calc/calc-prog.el (calc-user-define-edit): Put original formula
7121 in formula editing buffer.
7122
7123 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
7126 breakpoint image symbol in margin.
7127
7128 2005-01-19 Jay Belanger <belanger@truman.edu>
7129
7130 * calc/calc-prog.el (calc-execute-kbd-macro):
7131 Ignore calc-keep-arg-flag.
7132
7133 2005-01-19 Kenichi Handa <handa@m17n.org>
7134
7135 * textmodes/ispell.el (ispell-looking-at): New function.
7136 (ispell-process-line): Use ispell-looking-at to compare the ispell
7137 output and the buffer contents.
7138
7139 2005-01-18 Jay Belanger <belanger@truman.edu>
7140
7141 * calc/calc.el (calc-display-raw): Fix docstring.
7142
7143 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * simple.el (blink-matching-open): Strip extra info from syntax.
7146
7147 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
7148 funny chars in the end-of-here-doc marker.
7149
7150 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
7151
7152 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
7153 that enable/disabled state of breakpoints is shown correctly in
7154 fringe and on ttys.
7155 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
7156 Add breakpoint information as text properties.
7157 (gdb-mouse-toggle-breakpoint):
7158 Rename to gdb-mouse-set-clear-breakpoint.
7159 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
7160 breakpoints in the margin.
7161 (gdb-remove-strings): Simplify.
7162
7163 2005-01-17 Jay Belanger <belanger@truman.edu>
7164
7165 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
7166 erasing buffer.
7167
7168 2005-01-17 Richard M. Stallman <rms@gnu.org>
7169
7170 * progmodes/grep.el (grep-find): Copy from `grep' the condition
7171 for calling grep-compute-defaults.
7172
7173 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
7174 if buffer is empty.
7175
7176 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
7177
7178 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * hilit-chg.el (highlight-changes-mode): Don't autoload.
7181
7182 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
7183 non-preloaded variables.
7184
7185 2005-01-17 Steven Tamm <steventamm@mac.com>
7186
7187 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
7188 tex-shell cause to force interactivity when using pipes.
7189
7190 2005-01-17 Kim F. Storm <storm@cua.dk>
7191
7192 * simple.el (just-one-space): Make arg optional.
7193
7194 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
7195
7196 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
7197 posn-at-x-y to t to access left-margin.
7198
7199 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
7200
7201 Sync with Tramp 2.0.47.
7202
7203 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
7204 catching keep-date problems in cp/scp operations.
7205 (tramp-handle-copy-file): Don't call `set-file-modes'
7206 unconditionally. Specialized functions should know better what is
7207 necessary. This improves performance a little bit, and the
7208 functions could catch errors with `cp -p' and `scp -p'.
7209 (tramp-do-copy-or-rename-file-via-buffer)
7210 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
7211 when appropriate.
7212 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
7213 Call `set-file-modes' when appropriate.
7214 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
7215 Johnsson <isak@hypergene.com>
7216 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
7217 of both Tramp buffer and debug buffer. Reported by Joakim Verona
7218 <joakim@verona.se>
7219 (tramp-file-name-for-operation): Mark `shell-command' as magic for
7220 Emacs only.
7221
7222 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
7223 `find-file-hooks' and `dired-mode-hook'.
7224 (tramp-minor-mode-map): Respective map. Add remapping for
7225 `compile' and `recompile'.
7226 (tramp-remap-command, tramp-recompile): New defuns.
7227 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
7228 in buffer "*Compilation*". Call the commands asynchronously.
7229
7230 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
7231 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
7232 `shell-command', because it isn't magic in XEmacs. Reported by
7233 Adrian Aichner <adrian@xemacs.org>.
7234
7235 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
7236 `substitute-in-file-name.
7237 (tramp-smb-handle-substitute-in-file-name): New defun.
7238 (tramp-smb-advice-PC-do-completion): Delete advice.
7239
7240 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
7241
7242 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
7243 Fix error in deleting region.
7244
7245 2005-01-15 Richard M. Stallman <rms@gnu.org>
7246
7247 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
7248 In non-temp buffer, switch syntax table temporarily.
7249
7250 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
7251
7252 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
7253
7254 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
7255
7256 * imenu.el (imenu--split-menu): Copy menulist before sorting.
7257 (imenu--generic-function): Use START, not BEG, as pos of definition.
7258
7259 * simple.el (just-one-space): Argument specifies number of spaces.
7260
7261 * simple.el (eval-expression-print-format): Avoid warning
7262 about edebug-active.
7263
7264 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
7265
7266 * progmodes/sh-script.el: Code copied from make-mode.el
7267 with small changes,
7268 (sh-mode-map): Bind C-c C-\.
7269 (sh-backslash-column, sh-backslash-align): New variables.
7270 (sh-backslash-region, sh-append-backslash): New functions.
7271
7272 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
7273
7274 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
7275 (rmail-pop-password, rmail-pop-password-required): Move to
7276 rmail-obsolete group.
7277 (rmail-set-pop-password): Rename to rmail-set-remote-password.
7278 All callers updated.
7279 (rmail-get-pop-password): Rename to rmail-get-remote-password.
7280 Take an argument specifying whether it is POP or IMAP mailbox we
7281 are using. All callers updated.
7282 (rmail-pop-password-error): Rename to
7283 rmail-remote-password-error. Added mailutils-specific error message.
7284 (rmail-movemail-search-path)
7285 (rmail-movemail-variant-in-use): New variables.
7286 (rmail-remote-password, rmail-remote-password-required):
7287 New customization variables.
7288 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
7289 (rmail-parse-url): New function.
7290 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
7291 with GNU mailutils movemail.
7292
7293 2005-01-15 Kevin Ryde <user42@zip.com.au>
7294
7295 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
7296 suffix to space, $ or '$, to correctly position point when going
7297 to @table style constants like DBL_MAX.
7298
7299 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7300
7301 * type-break.el (type-break-mode, type-break-file-time)
7302 (type-break-file-keystroke-count, type-break-choose-file):
7303 Don't store data in or load data from the file if type-break-file-name
7304 is nil.
7305 (type-break-file-name): Doc update as per the above.
7306
7307 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7308
7309 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7310 lookup-key might return nil; handle that.
7311
7312 2005-01-15 Alan Mackenzie <acm@muc.de>
7313
7314 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
7315 rather than the element found, thus enabling the tree to be setcar'd.
7316
7317 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7318
7319 * textmodes/org.el (org-show-following-heading): New option.
7320 (org-show-hierarchy-above): Use `org-show-following-heading'.
7321 (org-cycle): Documentation fix.
7322
7323 * textmodes/org.el (orgtbl-optimized): New option
7324 (orgtbl-mode): New command, a minor mode.
7325 (orgtbl-mode-map): New variable.
7326 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7327 (orgtbl-error, orgtbl-self-insert-command)
7328 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7329
7330 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7331 a local variable in each org-mode buffer.
7332
7333 * textmodes/org.el (org-set-regexps-and-options): Rename from
7334 `org-set-regexps'. Added checking for STARTUP keyword.
7335 (org-get-current-options): Add STARTUP options.
7336 (org-table-insert-row): Mode mode intelligent about when
7337 realignment is needed.
7338 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7339 New commands.
7340 (org-enable-table-editor): New default value `optimized'.
7341 (org-table-blank-field): Support blanking regions if active.
7342
7343 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
7344
7345 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7346 if the year is not given.
7347
7348 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7349 Add new escapes %m and %M, fixed bug with %F by adding
7350 save-match-data.
7351 (reftex-reference): Remove ?. from list of spaces.
7352 (reftex-label-info): Add automatic label prefix recognition.
7353
7354 * textmodes/reftex-index.el (reftex-index-next-phrase):
7355 Add slave parameter to call of `reftex-index-this-phrase'.
7356 (reftex-index-this-phrase): New optional argument.
7357 (reftex-index-region-phrases): Add slave parameter to call of
7358 `reftex-index-this-phrase'.
7359 (reftex-display-index): New argument redo.
7360 (reftex-index-rescan): Add 'redo to arguments of
7361 `reftex-display-index'.
7362 (reftex-index-Rescan, reftex-index-revert)
7363 (reftex-index-switch-index-tag): Add 'redo to arguments of
7364 `reftex-display-index'.
7365 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7366 indexing. Fix bug with matching is there is a quote before or
7367 after the word.
7368
7369 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7370 Fix bug when collecting citation keys in lines with comments.
7371 (reftex-citation): Prefix argument no longer rescans the document,
7372 but forces prompting for optional arguments of cite macros.
7373 (reftex-do-citation): Prompting for optional arguments implemented.
7374
7375 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7376 Add optional arguments to most cite commands.
7377 (reftex-cite-cleanup-optional-args): New option
7378 (reftex-cite-prompt-optional-args): New option.
7379 (reftex-trust-label-prefix): New option.
7380
7381 * textmodes/reftex-toc.el (reftex-toc-find-section):
7382 Add push-mark before changing the position in the buffer.
7383
7384 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7385 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
7386
7387 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
7388
7389 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7390 more carefully.
7391
7392 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7395 (sgml-mode): Use it.
7396 (sgml-get-context): Better keep track of implicitly closed tags.
7397
7398 2005-01-13 Kenichi Handa <handa@m17n.org>
7399
7400 * textmodes/ispell.el: These changes are to fix misalignment error
7401 caused by equivalent characters of different Emacs charsets.
7402 (ispell-unified-chars-table): New variable.
7403 (ispell-get-decoded-string): New function.
7404 (ispell-get-casechars, ispell-get-not-casechars)
7405 (ispell-get-otherchars): Call ispell-get-decoded-string.
7406
7407 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7408
7409 * custom.el (custom-declare-variable): Just put symbol instead
7410 of (defvar . symbol) in `current-load-list'.
7411
7412 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7413
7414 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7415
7416 2005-01-12 Jay Belanger <belanger@truman.edu>
7417
7418 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7419 to create a Calc summary.
7420
7421 2005-01-12 Kim F. Storm <storm@cua.dk>
7422
7423 * mouse.el (mouse-on-link-p): Change functionality and doc
7424 string to comply with latest description in lisp ref.
7425
7426 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7429 Enable mouse clicks on mode-line, header-line and margin.
7430 (event-type): Give mouse event symbols an 'event-kind property
7431 with value 'mouse-click.
7432
7433 2005-01-12 Juri Linkov <juri@jurta.org>
7434
7435 * facemenu.el (list-colors-display): Add new arg buffer-name.
7436 Use it. Fix docstring. Replace code for identifying duplicate
7437 colors by the name with call to `list-colors-duplicates' which
7438 identifies duplicate colors by the value unless the color
7439 is one of special Windows colors. Set truncate-lines to t.
7440 Print sorted duplicate color names on each line. Indent to 22
7441 \(the longest color name in rgb.txt) instead of 20. Optimize.
7442 (list-colors-duplicates): New function.
7443 (facemenu-color-name-equal): Delete function.
7444
7445 * facemenu.el (list-colors-print): New function created from code
7446 in list-colors-display. Print #RRGGBB at the window right edge.
7447 (list-colors-display): When temp-buffer-show-function is not
7448 defined, call list-colors-print from temp-buffer-show-hook
7449 to get the right value of window-width in list-colors-print
7450 after the buffer is displayed.
7451
7452 * simple.el (pop-mark): Move deactivate-mark out of conditional
7453 part to deactivate the active mark regardless of the state of the
7454 mark ring.
7455
7456 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7457 variables line in desktop files.
7458
7459 2005-01-12 Juri Linkov <juri@jurta.org>
7460
7461 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7462 Bring together isearch highlight related options.
7463 (lazy-highlight): Replace group `replace' by `matching'.
7464 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7465 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7466 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7467 and declare them obsolete.
7468 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7469 (isearch-faces): Remove defgroup.
7470 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7471 Move isearch highlighting code closer to lazy highlighting code.
7472
7473 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7474 (query-replace-highlight, query-replace-lazy-highlight)
7475 (query-replace): Move definitions to the beginning of the file.
7476
7477 2005-01-11 Juri Linkov <juri@jurta.org>
7478
7479 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7480 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7481 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7482
7483 * info.el (Info-history-forward): New variable.
7484 (Info-select-node): Reset Info-history-forward to nil.
7485 (Info-last): Turn into defalias.
7486 (Info-history-back): Rename from Info-last.
7487 Add current node to Info-history-forward.
7488 (Info-history-forward): New fun.
7489 (Info-mode-map): Replace Info-last by Info-history-back.
7490 Bind Info-history-forward to "r".
7491 (Info-mode-menu): Replace Info-last by Info-history-back.
7492 Fix menu item text. Add menu item for Info-history-forward.
7493 (info-tool-bar-map): Replace Info-last by Info-history-back.
7494 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7495 for Info-history-forward.
7496 (Info-mode): Replace Info-last by Info-history-back in docstring.
7497 Add local variable Info-history-forward.
7498 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7499
7500 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7503 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7504 Ignore select-window events rather than fiddle with
7505 mouse-autoselect-window.
7506
7507 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7508
7509 * type-break.el (type-break-mode): Fix previous change.
7510
7511 2005-01-10 Jay Belanger <belanger@truman.edu>
7512
7513 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7514 calculator; only reset when point is inside a calculator.
7515 Don't adjust the window height if the window takes up the whole height
7516 of the frame.
7517
7518 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7519
7520 * ebuff-menu.el (Electric-buffer-menu-mode):
7521 Preserve value of buffer-local var header-line-format.
7522
7523 2005-01-09 Jay Belanger <belanger@truman.edu>
7524
7525 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7526 Make sure settings file exists before accessing it.
7527
7528 * calc/calc-embed.el (calc-embedded-subst):
7529 Replace math-multi-subst-rec, which is only supposed to be called
7530 by math-multi-subst, by math-multi-subst.
7531
7532 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7533
7534 * vc.el (vc-allow-async-revert): New user option.
7535 (vc-disable-async-diff): New internal variable.
7536 (vc-revert-buffer): Use them to disable asynchronous diff.
7537
7538 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7539 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7540 asynchronously if vc-disable-async-diff is t.
7541
7542 2005-01-09 Jay Belanger <belanger@truman.edu>
7543
7544 * calc/calc.el (defcalcmodevar): New macro.
7545 (calc-mode-var-list-restore-default-values)
7546 (calc-mode-var-list-restore-saved-values): New functions.
7547 (calc-mode-var-list): Use defcalcmodevar to define it.
7548 (calc-always-load-extensions, calc-line-numbering)
7549 (calc-line-breaking, calc-display-just, calc-display-origin)
7550 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7551 (calc-group-char, calc-point-char, calc-frac-format)
7552 (calc-prefer-frac, calc-hms-format, calc-date-format)
7553 (calc-float-format, calc-full-float-format, calc-complex-format)
7554 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7555 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7556 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7557 (calc-matrix-brackets, calc-language, calc-language-option)
7558 (calc-left-label, calc-right-label, calc-word-size)
7559 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7560 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7561 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7562 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7563 (calc-window-height, calc-display-trail, calc-show-selections)
7564 (calc-use-selections, calc-assoc-selections)
7565 (calc-display-working-message, calc-auto-why, calc-timing)
7566 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7567 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7568 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7569 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7570 (calc-gnuplot-geometry, calc-graph-default-resolution)
7571 (calc-graph-default-resolution-3d, calc-invocation-macro)
7572 (calc-show-banner): Use defcalcmodevar to declare them and set
7573 their default values.
7574
7575 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7576 instead of default values (but restore default values if there is
7577 an argument of 0).
7578
7579 2005-01-09 David Kastrup <dak@gnu.org>
7580
7581 * desktop.el (desktop-restore-eager): Fix typo in type.
7582
7583 2005-01-08 Richard M. Stallman <rms@gnu.org>
7584
7585 * cus-edit.el (customize): Delete :link.
7586
7587 2005-01-08 Jay Belanger <belanger@truman.edu>
7588
7589 * calc/calc.el (calc-mode): Remove the extension from the
7590 `calc-settings-file' file name when loading it.
7591
7592 2005-01-08 Kim F. Storm <storm@cua.dk>
7593
7594 * info.el (Info-mode-map, Info-next-link-keymap)
7595 (Info-prev-link-keymap, Info-up-link-keymap):
7596 Map follow-link to mouse-face.
7597 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7598
7599 2005-01-08 Jay Belanger <belanger@truman.edu>
7600
7601 * calc/calc.el (calc-settings-file): Change default value.
7602 Suggested by cgw in a comment in calc-mode.el.
7603
7604 * calc/calc-mode.el (calc-settings-file-name):
7605 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7606 Replace ~/.emacs in a prompt by calc-settings-file.
7607
7608 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7609
7610 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7611 (desktop-lazy-idle-delay): New customizable variables.
7612 (desktop-buffer-args-list): New variable.
7613 (desktop-append-buffer-args): New function.
7614 (desktop-save): Call desktop-append-buffer-args for some buffers.
7615 (desktop-lazy-create-buffer): New function.
7616 (desktop-idle-create-buffers): New function.
7617 (desktop-read): Add message about buffers to restore lazily.
7618 (desktop-lazy-abort): New command.
7619 (desktop-clear): Call desktop-lazy-abort.
7620 (desktop-lazy-complete): New command.
7621
7622 2005-01-06 Richard M. Stallman <rms@gnu.org>
7623
7624 * emacs-lisp/find-func.el (find-face-definition):
7625 Rename from find-face.
7626
7627 2005-01-06 Kim F. Storm <storm@cua.dk>
7628
7629 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7630
7631 * man.el (Man-xref-man-page, Man-xref-header-file)
7632 (Man-xref-normal-file): Add follow-link property.
7633
7634 2005-01-06 Jay Belanger <belanger@truman.edu>
7635
7636 * calc/calc-units.el: Make sure the proper macro definitions are
7637 available when compiling.
7638
7639 2005-01-06 Juri Linkov <juri@jurta.org>
7640
7641 * isearch.el (isearch-lazy-highlight-update):
7642 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7643
7644 2005-01-06 Miles Bader <miles@gnu.org>
7645
7646 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7647 (isearch-lazy-highlight-face): Use new name.
7648
7649 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * uniquify.el (uniquify-rationalize-file-buffer-names):
7652 Re-add an interactive spec.
7653 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7654 to the same name.
7655
7656 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7657 (isearch-update, isearch-done): Adjust calls accordingly.
7658
7659 2005-01-05 Richard M. Stallman <rms@gnu.org>
7660
7661 * custom.el (custom-set-variables, custom-theme-set-variables):
7662 Clarify documentation.
7663
7664 * emacs-lisp/find-func.el (find-variable)
7665 (find-variable-other-window, find-variable-other-frame):
7666 Fix the TYPE args to find-function-read and find-function-do-it.
7667 (find-function): Doc fix.
7668 (find-function-at-point): Replace function-at-point alias.
7669
7670 2005-01-04 Richard M. Stallman <rms@gnu.org>
7671
7672 * cus-face.el (custom-declare-face):
7673 Record defface in current-load-list.
7674
7675 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7676
7677 * emacs-lisp/find-func.el: Doc fixes.
7678 (find-face-regexp): New variable.
7679 (find-function-regexp-alist): New variable.
7680 (find-function-C-source): Third arg is now TYPE.
7681 (find-function-search-for-symbol): Handle general TYPE.
7682 (find-function-read, find-function-do-it): Handle general TYPE.
7683 (find-definition-noselect, find-face): New functions.
7684 (function-at-point): Alias deleted.
7685
7686 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7687
7688 * battery.el (display-battery-mode): Rename from display-battery.
7689 Handle the case where it gets turned off.
7690
7691 2005-01-04 Richard M. Stallman <rms@gnu.org>
7692
7693 * cus-edit.el (customize): Make :link point to user doc.
7694
7695 * man.el (Man-fontify-manpage): Turn off undo generation.
7696
7697 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7698
7699 2005-01-04 Andreas Schwab <schwab@suse.de>
7700
7701 * files.el (insert-directory): Only look for error lines in
7702 inserted text. Don't move too far after processing --dired markers.
7703
7704 2005-01-04 Richard M. Stallman <rms@gnu.org>
7705
7706 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7707 Don't expand if the character is @, period, dash, etc.
7708 (define-mail-abbrev): Quote names that contain problem characters.
7709
7710 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7711
7712 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7713
7714 2005-01-03 Richard M. Stallman <rms@gnu.org>
7715
7716 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7717 (query-replace-highlight, query-replace-lazy-highlight)
7718 (query-replace): Definitions moved up. Doc fix.
7719
7720 2005-01-03 Richard M. Stallman <rms@gnu.org>
7721
7722 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7723 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7724 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7725 (lazy-highlight-face): Rename from isearch-lazy-...
7726 Change all references to them.
7727
7728 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * cus-edit.el (custom-file): Doc fix for defcustom.
7731 (custom-file): The function no longer sets the variable
7732 `custom-file' to its return value.
7733
7734 * startup.el (command-line): No longer load `custom-file'.
7735
7736 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7739
7740 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7741 Don't confuse module-prefixed identifiers for labels.
7742 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7743
7744 2005-01-02 Richard M. Stallman <rms@gnu.org>
7745
7746 * files.el (basic-save-buffer-1): Fix previous change.
7747
7748 * loadhist.el (file-loadhist-lookup): New function.
7749 (file-provides, file-requires): Use it.
7750
7751 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7752 instead of calculating the right size.
7753
7754 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7755
7756 * vc-svn.el (vc-svn-diff): Stay local if possible.
7757
7758 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7759
7760 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7761
7762 * files.el (hack-local-variables): Fix last change.
7763
7764 2005-01-02 Jay Belanger <belanger@truman.edu>
7765
7766 * calc/calc-yank.el (calc-edit-top): New variable.
7767 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7768 object. Change header properties.
7769 (calc-edit-finish, calc-edit-finish-stack-object)
7770 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7771 edited object.
7772 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7773 for the beginning of the edited object.
7774 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7775 for the beginning of the edited object.
7776 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7777 (calc-finish-formula-edit, calc-macro-repeats)
7778 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7779 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7780 beginning of the edited object.
7781 (calc-user-define-edit): Change the header for editing macros.
7782 Remove unnecessary variable.
7783
7784 2005-01-01 Jay Belanger <belanger@truman.edu>
7785
7786 * calc/calc-yank.el (calc-edit-mode): Change default header.
7787 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7788 * calc/calc-store.el (calc-edit-variable): Change title to match new
7789 header.
7790 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7791 mode to match new header.
7792 (calc-user-define-edit): Change titles to include names of commands.
7793 (calc-finish-formula-edit): Adjust to handle new header.
7794 (calc-finish-macro-edit): Remove.
7795 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7796 (calc-edit-macro-command, calc-edit-macro-command-type)
7797 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7798 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7799 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7800 (calc-edit-macro-finish-edit): New functions.
7801 (calc-user-define-edit): Use new functions to edit named calc macros.
7802
7803 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7804
7805 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7806
7807 * ses.el (copy-region-as-kill): Deactivate mark.
7808
7809 2005-01-01 Richard M. Stallman <rms@gnu.org>
7810
7811 * replace.el (occur-1): If the output buffer is also an input,
7812 don't kill it, rename it.
7813
7814 * faces.el (set-face-background, set-face-foreground): Doc fix.
7815
7816 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7817 for :foreground and :background.
7818
7819 * dired.el (dired-view-command-alist): Variable deleted.
7820 (dired-view-file, dired-mouse-find-file-other-window):
7821 Delete the code to use it.
7822
7823 2005-01-01 Kim F. Storm <storm@cua.dk>
7824
7825 * image.el (insert-sliced-image): Use t for line-height property.
7826
7827 2004-12-31 Jay Belanger <belanger@truman.edu>
7828
7829 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7830 for "var-" at the beginning of the minibuffer.
7831
7832 2004-12-31 Richard M. Stallman <rms@gnu.org>
7833
7834 * faces.el (read-face-name):
7835 Don't treat an attribute spec as a list of faces.
7836
7837 * simple.el (undo): Use undo-equiv-table to detect
7838 unexpected changes since previous undo.
7839 (undo-list-saved): Variable deleted.
7840 (buffer-disable-undo): Don't alter undo-list-saved.
7841
7842 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7843 (mode-require-final-newline): New option.
7844 (after-find-file): Handle require-final-newline with new values.
7845 (basic-save-buffer): Handle new values of require-final-newline.
7846
7847 * progmodes/sh-script.el (sh-require-final-newline):
7848 Alist value now controls whether to use mode-require-final-newline.
7849 (sh-set-shell): Implement that new meaning.
7850
7851 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7852 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7853 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7854 Delete old-Emacs compatibility code.
7855 (antlr-c-common-init): Function deleted.
7856
7857 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7858 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7859 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7860 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7861 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7862 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7863 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7864 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7865 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7866 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7867 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7868 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7869 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7870 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7871 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7872 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7873
7874 2004-12-31 Jay Belanger <belanger@truman.edu>
7875
7876 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7877 way to return to Calc.
7878
7879 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7880 finish, C-xk as the way to cancel the edit. Add cancel routine to
7881 kill-buffer-hook.
7882
7883 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7884 MacEdit code.
7885
7886 * calc/calc-prog.el: Remove obsolete MacEdit code.
7887 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7888 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7889
7890 2004-12-31 Kenichi Handa <handa@m17n.org>
7891
7892 * international/mule.el (buffer-file-coding-system-explicit):
7893 Rename for explicit-buffer-file-coding-system.
7894 (after-insert-file-set-coding): Adjust for the above change.
7895
7896 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7897 to buffer-file-coding-system-explicit.
7898 (basic-save-buffer-1): Likewise.
7899
7900 2004-12-30 Richard M. Stallman <rms@gnu.org>
7901
7902 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7903 (artist-butlast, artist-last): Functions deleted.
7904 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7905 (artist-compute-key-compl-table): Call remq directly.
7906 (artist-remove-nulls): Function deleted.
7907 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7908 (artist-push, artist-pop): Macro deleted.
7909
7910 2004-12-30 Andreas Leue <al@sphenon.de>
7911
7912 * textmodes/artist.el (artist-version): 1.2.6
7913 (artist-prev-next-op-alist): New variable.
7914 (artist-select-next-op-in-list): New function.
7915 (artist-select-prev-op-in-list): New function.
7916 (artist-make-prev-next-op-alist): New function.
7917 (artist-is-in-op-list-p): New function.
7918 (artist-get-first-non-nil-op): New function.
7919 (artist-get-last-non-nil-op): New function.
7920 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7921 artist-prev-next-op-alist.
7922 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7923 change drawing operation.
7924
7925 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7926
7927 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7928
7929 2004-12-31 Masatake YAMATO <jet@gyve.org>
7930
7931 * server.el (server-process-filter): Suppress `error', too.
7932
7933 2004-12-30 Jay Belanger <belanger@truman.edu>
7934
7935 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7936 Change the way a variable is displayed in a message.
7937
7938 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7939 (calc-user-define-permanent, calc-execute-kbd-macro):
7940 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7941
7942 2004-12-30 Kenichi Handa <handa@m17n.org>
7943
7944 * files.el (basic-save-buffer-1):
7945 Set explicit-buffer-file-coding-system to last-coding-system-used.
7946 (revert-buffer): Pay attention to
7947 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7948 on bind coding-system-for-read.
7949
7950 * international/mule.el (explicit-buffer-file-coding-system):
7951 New buffer local variable.
7952 (after-insert-file-set-coding): Set it to coding-system-for-read.
7953
7954 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7955
7956 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7957
7958 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7959
7960 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7961 that include line numbers.
7962
7963 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7964
7965 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7966 Redundant variable PREFIXLEN removed.
7967
7968 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7969
7970 * eshell/em-hist.el (eshell-previous-matching-input):
7971 Start the deletion from the end of the output.
7972
7973 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7974
7975 * term/mac-win.el: Require x-dnd.
7976 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7977
7978 2004-12-29 David Kastrup <dak@gnu.org>
7979
7980 * international/mule.el (decode-coding-inserted-region):
7981 Don't barf if `buffer-undo-list' is already set to `t'.
7982
7983 2004-12-29 Jay Belanger <belanger@truman.edu>
7984
7985 * calc/calc-prog.el (calc-user-define-formula): Put default values
7986 for function names in prompts.
7987 (calc-user-define-permanent, calc-user-define-composition)
7988 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7989 default input for algebraic functions.
7990
7991 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7992
7993 * vc-rcs.el (vc-rcs-annotate-command):
7994 Fix omission bug: Call `vc-setup-buffer'.
7995
7996 2004-12-29 Kenichi Handa <handa@m17n.org>
7997
7998 * international/mule.el (recode-region): New function.
7999
8000 2004-12-28 Richard M. Stallman <rms@gnu.org>
8001
8002 * simple.el (undo-extra-outer-limit): New variable.
8003 (undo-outer-limit-truncate): Test and set it.
8004
8005 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
8006 enables the feature to extend the existing region.
8007
8008 * simple.el (mark-word): New arg ALLOW-EXTEND
8009 enables the feature to extend the existing region.
8010
8011 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
8012 enables the feature to extend the existing region.
8013
8014 * startup.el (site-run-file): Don't allow setting it with Custom.
8015
8016 * simple.el (buffer-disable-undo): Fix previous change.
8017
8018 2004-12-27 Masatake YAMATO <jet@gyve.org>
8019
8020 * hexl.el (hexlify-buffer): Remove fontification here.
8021 Use font lock mechanism instead.
8022 (hexl-font-lock-keywords): New font lock kewords.
8023 (hexl-mode-old-font-lock-keywords): New variable.
8024 (hexl-mode): Store the old font lock keywords.
8025 (hexl-mode-exit): Restore the old font lock keywords.
8026
8027 2004-12-27 Richard M. Stallman <rms@gnu.org>
8028
8029 * simple.el (undo): Fix previous change.
8030
8031 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8032
8033 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
8034 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
8035 Call x-open-connection on Mac OS X.
8036
8037 2004-12-27 Richard M. Stallman <rms@gnu.org>
8038
8039 * files.el (buffer-save-without-query): New var (buffer-local).
8040 (save-some-buffers): Save those buffers first, w/o asking.
8041
8042 * files.el (insert-directory-ls-version): New variable.
8043 (insert-directory): When ls returns an error, test the version
8044 number to decide what the return code means.
8045 With --dired output format, detect and distinguish lines
8046 that are really error messages.
8047 (insert-directory-adj-pos): New function.
8048
8049 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
8050
8051 * battery.el (battery-mode-line-format): Remove initial spaces.
8052
8053 * uniquify.el (uniquify-rationalize-file-buffer-names):
8054 Delete interactive spec.
8055
8056 * type-break.el (type-break-mode): Set buffer-save-without-query.
8057 Remove code that tried to set save-some-buffers-always.
8058 (type-break-file-keystroke-count): Bind deactivate-mark.
8059
8060 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
8061
8062 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
8063 Test that the buffer is live, and maybe reject current buffer too.
8064 Clarify.
8065 (next-error-find-buffer): Rewrite for clarity.
8066
8067 * loadup.el: Don't use buffer-disable-undo; do it directly.
8068
8069 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
8070 (describe-variable): Call symbol-file with `defvar'.
8071
8072 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
8073 (symbol-file): Rewritten to handle new load-history format.
8074 Now takes an arg TYPE to specify looking for a particular
8075 type of definition only.
8076
8077 * emacs-lisp/debug.el (debugger-make-xrefs):
8078 Call symbol-file with `defun'.
8079
8080 * emacs-lisp/find-func.el (find-function-noselect):
8081 Call symbol-file with `defun'.
8082 (find-variable-noselect): Call symbol-file with `defvar'.
8083
8084 * eshell/esh-cmd.el (eshell-find-alias-function):
8085 Call symbol-file with `defun'.
8086
8087 * eshell/esh-test.el (eshell-test-goto-func):
8088 Call symbol-file with `defun'.
8089
8090 * mail/rmail.el (rmail-resend):
8091 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
8092
8093 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
8094
8095 * progmodes/compile.el (compilation-find-buffer): Rename arg.
8096
8097 * textmodes/texinfmt.el (texinfo-format-buffer-1):
8098 Call buffer-disable-undo.
8099
8100 * simple.el (undo-list-saved): New variable (buffer-local).
8101 (undo): Set and test it.
8102 (buffer-disable-undo): Move here from buffer.c.
8103 Clear out undo-list-saved.
8104
8105 * international/mule.el (decode-coding-inserted-region):
8106 Set buffer-undo-list in a correct and optimal way.
8107
8108 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
8109 (cperl-font-lock-unfontify-region-function): No need to save and
8110 restore info, since font-lock.el does it for us.
8111
8112 * ansi-color.el (save-buffer-state): Definition deleted.
8113 (ansi-color-unfontify-region): Don't use save-buffer-state.
8114
8115 2004-12-27 Dave Love <fx@gnu.org>
8116
8117 * wid-edit.el (function): Use restricted-sexp as parent.
8118
8119 2004-12-27 Kevin Ryde <user42@zip.com.au>
8120
8121 * simple.el (next-matching-history-element): Use same
8122 `interactive' form as previous-matching-history-element.
8123
8124 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
8125 it can appear unencoded and has been seen from yahoo.
8126
8127 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8128
8129 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
8130 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8131
8132 2004-12-27 Kenichi Handa <handa@m17n.org>
8133
8134 * international/utf-8.el (utf-translate-cjk-load-tables):
8135 Bind coding-system-for-read to nil while loading subst-*.
8136
8137 2004-12-26 Jay Belanger <belanger@truman.edu>
8138
8139 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
8140 default input.
8141
8142 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
8143
8144 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
8145 before reverting and disable undo recording while reverting.
8146
8147 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
8148
8149 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
8150 (hs-make-overlay): New function.
8151 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
8152 (hs-flag-region): Delete function.
8153 (hs-hide-comment-region): No longer use `hs-flag-region'.
8154 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
8155 (hs-hide-block-at-point): Likewise.
8156 (hs-hide-level-recursive): Use `hs-discard-overlays'.
8157 (hs-hide-all, hs-show-all): Likewise.
8158 (hs-show-block): Likewise.
8159 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
8160
8161 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
8162
8163 * progmodes/hideshow.el: Require `cl' when compiling.
8164 Remove XEmacs and Emacs 19 compatibility.
8165 Use `dolist' and `add-to-list' for load-time actions.
8166 (hs-discard-overlays): Use `dolist'.
8167 (hs-show-block): Likewise.
8168
8169 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
8170
8171 * faces.el (mode-line, mode-line-inactive): Use min-colors.
8172
8173 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
8174
8175 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
8176 When extending backwards, move outside the current comment first.
8177
8178 2004-12-22 Kenichi Handa <handa@m17n.org>
8179
8180 * international/quail.el (quail-start-translation): Fix prompt
8181 string for the case if input-method-use-echo-area being non-nil.
8182 (quail-start-conversion): Likewise.
8183 (quail-show-guidance): Don't show guidance if
8184 input-method-use-echo-area is non-nil.
8185
8186 2004-12-21 Richard M. Stallman <rms@gnu.org>
8187
8188 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
8189
8190 2004-12-21 Markus Rost <rost@ias.edu>
8191
8192 * calendar/diary-lib.el (mark-diary-entries):
8193 Set mark-diary-entries-in-calendar only after checking for diary-file.
8194
8195 2004-12-21 Richard M. Stallman <rms@gnu.org>
8196
8197 * faces.el (escape-glyph): Use blue against light foreground.
8198
8199 * simple.el (undo-outer-limit-truncate): New function.
8200 (undo-outer-limit-function): Use undo-outer-limit-truncate.
8201
8202 2004-12-21 Eli Barzilay <eli@barzilay.org>
8203
8204 * calculator.el (calculator-radix-grouping-mode)
8205 (calculator-radix-grouping-digits)
8206 (calculator-radix-grouping-separator):
8207 New defcustoms for the new radix grouping mode functionality.
8208 (calculator-mode-hook): Now used in electric mode too,
8209 (calculator): Call it.
8210 (calculator-mode-map): Some new keys.
8211 (calculator-message): New function. Some new calls.
8212 (calculator-op, calculator-set-register): Use it.
8213 (calculator-string-to-number): New function, mostly moved and
8214 updated code from calculator-curnum-value.
8215 (calculator-curnum-value): Use it.
8216 (calculator-paste): Use it, and update grabbing the current-kill.
8217 (calculator-rotate-displayer)
8218 (calculator-rotate-displayer-back): Toggle digit grouping when
8219 in radix mode, use calculator-message.
8220 (calculator-displayer-prev, calculator-displayer-next):
8221 Change digit group size when in radix mode.
8222 (calculator-number-to-string): Rename from
8223 calculator-num-to-string. Now deals with digit grouping in
8224 radix mode.
8225 (calculator-update-display, calculator-put-value): Use the new name.
8226 (calculator-fact): Return a floating point number.
8227 (calculator-mode): Doc fix.
8228
8229 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8230
8231 * calendar/calendar.el (view-other-diary-entries): Add autoload.
8232 * calendar/diary-lib.el (view-other-diary-entries):
8233 Use current-prefix-arg in interactive spec.
8234
8235 2004-12-19 Jay Belanger <belanger@truman.edu>
8236
8237 * calc/calc-aent.el (calcAlg-blank-matching-open):
8238 Temporarily adjust the syntax of both delimiters of half-open intervals.
8239
8240 2004-12-19 Kim F. Storm <storm@cua.dk>
8241
8242 * mouse.el (mouse-1-click-follows-link): Doc fix.
8243
8244 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8245
8246 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
8247 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
8248 instead of centraleuropean as the name
8249
8250 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
8251
8252 Sync with Tramp 2.0.46.
8253
8254 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
8255 parameters wrt Tramp convention.
8256 (tramp-handle-file-attributes-with-perl)
8257 (tramp-handle-directory-files-and-attributes): Apply it.
8258 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
8259 `copy-program'. Reported by Zack Weinberg
8260 <zack@codesourcery.com>.
8261 (top): Set `edebug-form-spec' property directly rather than
8262 calling `def-edebug-spec'.
8263
8264 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
8265 advice less fragile. Surround temporary redefinition of
8266 `substitute-in-file-name' with `unwind-protect'. Suggested by
8267 Matt Hodges <MPHodges@member.fsf.org>.
8268
8269 2004-12-17 Juri Linkov <juri@jurta.org>
8270
8271 * replace.el (occur-accumulate-lines, occur-engine):
8272 Make forcing deferred font-lock fontification jit-specific.
8273
8274 2004-12-17 Kim F. Storm <storm@cua.dk>
8275
8276 * mouse.el (mouse-1-click-follows-link): New defcustom.
8277 (mouse-on-link-p): New function.
8278 (mouse-drag-region-1): Implement mouse-1-click-follows-link
8279 functionality. Map a mouse-1 click event into a mouse-2 (or
8280 other) event when position is inside a link.
8281
8282 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
8283 prefix in tooltip text with "mouse-1" when this is a link
8284 recognized by mouse-1-click-follows-link functionality.
8285
8286 * help.el (describe-key): Report effective and original binding
8287 for mouse-1 when clicked on a link.
8288 (describe-mode): Add follow-link property to "minor-mode" button.
8289
8290 * help-fns.el (describe-variable): Add follow-link property to
8291 "below" button.
8292
8293 * help-mode.el (help-xref): Add follow-link property.
8294
8295 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
8296 (apropos-command, apropos-variable, apropos-face, apropos-group)
8297 (apropos-widget, apropos-plist): Add follow-link property.
8298
8299 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
8300 checks if position is in a filename, rather than some other
8301 clickable item. Function looks for cvs-filename-face at position.
8302
8303 * wid-edit.el (widget-specify-field, widget-specify-button):
8304 Map a :follow-link keyword into a follow-link property.
8305 (link): Add :follow-link keyword, map to RET binding.
8306
8307 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8308
8309 * progmodes/compile.el (compilation-minor-mode-map)
8310 (compilation-button-map, compilation-mode-map): Likewise.
8311
8312 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8313
8314 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8315 (zone-replace-char): Take `count' and `del-count'
8316 instead of `direction'. Update callers. When `del-count' is
8317 non-nil, delete that many characters, otherwise `count' characters
8318 backwards. Insert the newly-replaced string `count' times.
8319 (zone-fret): Handle chars w/ width greater than one.
8320 (zone-fall-through-ws): No longer take window width `ww'.
8321 Update callers. Add handling for `char-width' greater than one.
8322 (zone-pgm-drip): Update var holding window-end position every cycle.
8323
8324 2004-12-17 Andre Spiegel <spiegel@gnu.org>
8325
8326 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8327 rather than insert-file.
8328
8329 2004-12-16 Jay Belanger <belanger@truman.edu>
8330
8331 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8332 (math-init-random-base, math-random-digit): Check to see if
8333 var-RandSeed is bound.
8334 (math-random-last): Declare it.
8335 (math-random-digit): Don't make math-random-last local.
8336
8337 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8338
8339 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8340 one-shot thunk for uniform (error, quit, normal) recovery.
8341 Reported by John Paul Wallington.
8342 (zone-pgm-random-life): Fix bug:
8343 Recognize empty initial field by lack of "@" chars.
8344
8345 2004-12-16 Juri Linkov <juri@jurta.org>
8346
8347 * help.el (function-called-at-point):
8348 * help-fns.el (variable-at-point): As a last resort try stripping
8349 non-word prefixes and suffixes.
8350
8351 * descr-text.el (describe-property-list): Don't treat syntax-table
8352 specially. Use describe-text-sexp which inserts [show] button
8353 for large objects and handles printing errors. Sort properties
8354 by names in alphabetical order instead of by value sizes.
8355 Add `mouse-face' to list of properties for `describe-face' widget.
8356 (describe-char): Mask out face-id from 19 bits of character.
8357 Print face-id separately.
8358
8359 * replace.el (occur-accumulate-lines, occur-engine):
8360 Fontify unfontified matching lines in the source buffer
8361 before copying them.
8362 (occur-engine): Don't put mouse-face on context lines.
8363 (occur-next-error): Set point to line beginning/end
8364 before searching for prev/next property to skip multiple
8365 matches on a line (not supported by occur engine).
8366 Remove redundant prefix-numeric-value.
8367
8368 2004-12-15 Juri Linkov <juri@jurta.org>
8369
8370 * replace.el (match): New face.
8371 (list-matching-lines-face): Change default from `bold' to `match'.
8372
8373 * progmodes/grep.el (grep-match-face): New defvar.
8374 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8375 compilation-column-face to highlight grep matches.
8376
8377 * apropos.el (apropos-match-face): Change default from
8378 `secondary-selection' to `match'.
8379
8380 * info-look.el (info-lookup-highlight-face): Change default from
8381 `highlight' to `match'.
8382
8383 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8384
8385 * progmodes/executable.el (executable-interpret): Eliminate
8386 obsolete compile-internal, and switch to comint for interaction.
8387
8388 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8389
8390 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8391 `&&' when skipping multiple statements on a line.
8392
8393 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8394
8395 * play/zone.el (zone): Set `truncate-lines'.
8396 Also, init `tab-width' with value from original buffer.
8397 (zone-shift-up): Rewrite for speed.
8398 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8399 (zone-pgm-jitter): Remove redundant entries from ops vector.
8400 (zone-exploding-remove): Reduce iteration count.
8401 (zone-cpos): Convert to defsubst.
8402 (zone-replace-char): New defsubst.
8403 (zone-park/sit-for): Likewise.
8404 (zone-fret): Take window-start arg.
8405 Update callers. Use `zone-park/sit-for'.
8406 (zone-fill-out-screen): Rewrite.
8407 (zone-fall-through-ws): Likewise. Update callers.
8408 (zone-pgm-drip): Use `zone-replace-char'.
8409 Move var inits before while-loop. Use `zone-park/sit-for'.
8410 (zone-pgm-random-life): Handle empty initial field.
8411 Use `zone-replace-char' and `zone-park/sit-for'.
8412
8413 2004-12-15 Juri Linkov <juri@jurta.org>
8414
8415 * isearch.el (isearch-update): Test isearch-lazy-highlight
8416 before calling isearch-lazy-highlight-new-loop.
8417 (isearch-lazy-highlight-new-loop):
8418 Don't test isearch-lazy-highlight.
8419
8420 * replace.el (perform-replace): Add isearch-case-fold-search.
8421 Use delimited-flag for isearch-regexp.
8422 Reset isearch-lazy-highlight-last-string to force lazy
8423 highlighting when called from isearch mode.
8424 (query-replace-highlight): Revert defcustom type to boolean.
8425 (query-replace-lazy-highlight): New defcustom.
8426 (query-replace): New face.
8427 (perform-replace, replace-highlight, replace-dehighlight):
8428 Test query-replace-lazy-highlight instead of special value
8429 `isearch' of query-replace-highlight.
8430 (replace-dehighlight): Don't call isearch-dehighlight.
8431 (replace-highlight): Don't call isearch-highlight.
8432 Use face `query-replace' unconditionally.
8433
8434 2004-12-14 Kim F. Storm <storm@cua.dk>
8435
8436 * simple.el (inhibit-mark-movement): Remove defvar.
8437 (beginning-of-buffer, end-of-buffer): Don't use it.
8438
8439 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8440 Don't use inhibit-mark-movement.
8441
8442 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8443 (cua--undo-push-mark): Remove.
8444 (cua--pre-command-handler, cua--post-command-handler):
8445 Don't fiddle with inhibit-mark-movement.
8446
8447 2004-12-14 Juri Linkov <juri@jurta.org>
8448
8449 * buff-menu.el (list-buffers-noselect): Collect internal info
8450 for every buffer in BUFFER-LIST arg too.
8451 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8452 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8453 Bind same-window-buffer-names and same-window-regexps to nil.
8454
8455 2004-12-13 Juri Linkov <juri@jurta.org>
8456
8457 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8458
8459 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8460 (sc-cite-region, sc-uncite-region, sc-recite-region):
8461 Fix previous change to handle not alist as a symbol, but
8462 a citation frame as a symbol that represents a variable name.
8463
8464 2004-12-13 Richard M. Stallman <rms@gnu.org>
8465
8466 * filecache.el (file-cache-add-directory-using-find):
8467 Only set up file-cache-find-command-posix-flag if we will use it.
8468
8469 * bindings.el (mode-line-buffer-identification-keymap):
8470 Don't cancel the mode-line's usual down-mouse-1 binding.
8471
8472 * cus-edit.el (custom-face-selected): Handle `default' specs.
8473 (custom-face-edit): Increase extra-offset.
8474 (custom-display): Handle `default' specs.
8475
8476 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8477
8478 * emacs-lisp/elint.el (elint-standard-variables)
8479 (elint-unknown-builtin-args): Move definitions up.
8480
8481 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8482
8483 * info.el (info-xref-visited): Use `default' instead of t.
8484 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8485
8486 * faces.el (header-line, mode-line-inactive, tool-bar):
8487 Use `default' instead of t for setting the defaults.
8488 (face-spec-choose): Separate `t' from `default'.
8489
8490 * subr.el (while-no-input): New macro.
8491
8492 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8493
8494 * filecache.el (file-cache-add-directory-using-find):
8495 Only test file-cache-find-command-posix-flag on some systems.
8496
8497 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8500 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8501 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8502 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8503 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8504
8505 2004-12-12 Juri Linkov <juri@jurta.org>
8506
8507 * files.el (find-file-other-window, find-file-other-frame):
8508 Add the first buffer to the returned value to return the complete
8509 list of all visited buffers.
8510 (find-file-read-only, find-file-read-only-other-window)
8511 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8512 `find-file-read-args'. Signal an error about non-existent file
8513 only if file name doesn't contain wildcards. Toggle read-only in
8514 all visited buffers.
8515 (find-alternate-file, find-alternate-file-other-window):
8516 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8517 called interactively. Pass arg `wildcards' to other functions.
8518 (find-file-noselect): Doc fix.
8519
8520 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8521 Doc fix.
8522 (ffap-directory-finder): New variable.
8523 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8524 (ffap-file-at-point): Add /* to immediately rejected names.
8525 Return absolute file names matching ffap-dired-wildcards.
8526 (ffap-read-file-or-url): Set default value for `completing-read'
8527 to `buffer-file-name'.
8528 (find-file-at-point): When filename matches ffap-dired-wildcards,
8529 call ffap-file-finder with t arg `wildcards', instead of dired.
8530 (ffap-other-window, ffap-other-frame): Return visited buffers.
8531 (ffap-read-only, ffap-read-only-other-window)
8532 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8533 (dired-at-point): Call ffap-directory-finder instead of dired.
8534 (ffap-dired-other-window, ffap-dired-other-frame)
8535 (ffap-list-directory): New commands.
8536 (ffap-bindings): New keybindings for new commands.
8537
8538 2004-12-12 Juri Linkov <juri@jurta.org>
8539
8540 * simple.el (beginning-of-buffer, end-of-buffer):
8541 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8542 Do not push mark when mark is active in transient-mark-mode.
8543
8544 * simple.el (mark-word):
8545 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8546 * textmodes/paragraphs.el (mark-paragraph):
8547 Extend the region when mark is active in transient-mark-mode,
8548 regardless of the last command. Doc fix.
8549
8550 * simple.el (mark-word): Preserve direction when repeating.
8551 Make arg optional. Interactive "p" -> "P".
8552 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8553
8554 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8555 preserving direction, to mark forward instead of backward when mark
8556 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8557
8558 2004-12-12 Juri Linkov <juri@jurta.org>
8559
8560 * isearch.el (isearch-edit-string): Set 7th arg of
8561 `read-from-minibuffer' to `t' to inherit the current input
8562 method (whose name is indicated by [IM] in the minibuffer prompt)
8563 from the current buffer to the minibuffer.
8564 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8565 to allow C-g quitting for lazy highlighting looping inside the
8566 search with nested repetition operators. Add overlay to the list
8567 before setting its face and other properties to avoid the case of
8568 code quitting after placing the new overlay but before it's
8569 recorded on the list. Select the window where isearch was
8570 activated, to highlight matches in the right window when isearch
8571 switches the current window to the minibuffer.
8572
8573 * international/isearch-x.el
8574 (isearch-process-search-multibyte-characters):
8575 Use `isearch-message' as initial input for `read-string' instead
8576 of adding it to the minibuffer prompt. After reading a string
8577 remove the initial value of `isearch-message' from the string.
8578
8579 * replace.el (replace-match-maybe-edit): Doc fix.
8580 (perform-replace): Don't call `replace-highlight' when automatic
8581 replacement is requested in literal mode, since it is intended
8582 only to highlight words during entering a new replacement string
8583 for \? in non-literal mode.
8584
8585 * replace.el (query-replace-highlight): Add new value `isearch'
8586 that allows query replacement to use isearch highlighting.
8587 Change type from `boolean' to `choice'. Doc fix.
8588 (replace-highlight, replace-dehighlight, perform-replace):
8589 Use isearch highlighting if query-replace-highlight eq `isearch'.
8590
8591 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8592
8593 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8594 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8595
8596 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8597 case of \end{verbatim}.
8598
8599 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8600
8601 * term.el (term-termcap-format): Synchronyze with terminfo.
8602 (term-emulate-terminal): Handle reset.
8603 (term-reset-terminal): New function.
8604
8605 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8606
8607 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8608 (zone-fill-out-screen): New func.
8609 (zone-pgm-drip): Use `zone-fill-out-screen'.
8610 Also, no longer go to point-min on every cycle.
8611 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8612 (zone-pgm-random-life-wait): New user var.
8613 (zone-pgm-random-life): New func.
8614
8615 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8616
8617 * files.el (auto-mode-alist): Map .com to DCL mode.
8618
8619 2004-12-09 Richard M. Stallman <rms@gnu.org>
8620
8621 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8622
8623 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8624
8625 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8626 buffer with a display margin.
8627
8628 2004-12-08 Jay Belanger <belanger@truman.edu>
8629
8630 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8631 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8632
8633 2004-12-08 Richard M. Stallman <rms@gnu.org>
8634
8635 * faces.el: Delete code to set display table.
8636 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8637
8638 2004-12-08 Jay Belanger <belanger@truman.edu>
8639
8640 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8641
8642 * calc/calc-ext.el (math-read-replacement-list)
8643 (math-read-superscripts, math-read-preprocess-string): Move to
8644 calc-aent.el.
8645
8646 * calc/calc-aent.el (math-read-replacement-list)
8647 (math-read-superscripts, math-read-preprocess-string): Move from
8648 calc-ext.el.
8649
8650 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * isearch.el (isearch-quote-char): Fix up typo in last change.
8653
8654 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8655
8656 * mouse.el (mouse-set-font): Handle the case where the command was
8657 not invoked using the mouse.
8658
8659 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8660 (edmacro-finish-edit): Further update for keyboard macros that are
8661 lambda forms.
8662 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8663
8664 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8667 (font-lock-default-unfontify-region): Don't save buffer state any more.
8668
8669 2004-12-07 Jay Belanger <belanger@truman.edu>
8670
8671 * calc/calc-help.el (calc-describe-key):
8672 Set calc-summary-indentation even when Calc Summary buffer exists.
8673
8674 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8675
8676 * calendar/holidays.el (holiday-easter-etc): Make arguments
8677 optional for backwards compatibility. Doc fix.
8678 Remove un-necessary local vars mandatory, output-list.
8679 (holiday-advent): Make arguments optional for backwards
8680 compatibility. Doc fix.
8681
8682 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * paren.el (show-paren-function): Fix last change (2004-12-02).
8685
8686 * international/mule-util.el (char-displayable-p): Return nil for
8687 unibyte mode.
8688
8689 * subr.el (subregexp-context-p): New function.
8690
8691 * isearch.el (isearch-quote-char): Use it.
8692
8693 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8694 (regexp-opt-not-groupie*-re): Remove.
8695 (regexp-opt): Properly handle inputs with duplicate entries.
8696
8697 2004-12-06 Richard M. Stallman <rms@gnu.org>
8698
8699 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8700
8701 * cus-edit.el (custom-file): Doc fix.
8702
8703 * textmodes/org.el: New file.
8704
8705 2004-12-06 Kenichi Handa <handa@m17n.org>
8706
8707 * ldefs-boot.el: Update international/mule-util.el section.
8708
8709 2004-12-05 Sam Steingold <sds@gnu.org>
8710
8711 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8712 Fix `tramp-time-diff' comparison logic.
8713
8714 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8715
8716 * progmodes/which-func.el (which-function):
8717 Use `run-hook-with-args-until-success' instead of a custom loop.
8718 Fixes bug with local hooks.
8719
8720 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8721
8722 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8723 Use delete-dups when calculating the initial value.
8724 (bibtex-autokey-get-title): Use <=.
8725 (bibtex-goto-line): New function.
8726 (bibtex-reposition-window): Use line numbers instead of point
8727 positions. Use window-body-height.
8728 (bibtex-find-crossref): Use bibtex-reposition-window.
8729 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8730 position of entry if key is found or nil if not found.
8731
8732 2004-12-05 Richard M. Stallman <rms@gnu.org>
8733
8734 * cus-edit.el (custom-file): Doc fix.
8735
8736 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8737
8738 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8739
8740 * simple.el (blink-matching-open):
8741 * textmodes/tex-mode.el (tex-validate-region):
8742 Obey syntax-table text properties.
8743
8744 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8745
8746 * wid-edit.el (widget-specify-field): Add `real-field' property to
8747 boundary.
8748 (widget-field-at): Use it.
8749
8750 2004-12-02 Richard M. Stallman <rms@gnu.org>
8751
8752 * progmodes/cc-mode.el (awk-mode autoload):
8753 Supply t meaning interactive function.
8754
8755 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8756 (isearch-mode-map): No special definition for space.
8757 (isearch-whitespace-chars): Command deleted.
8758 (isearch-forward-regexp): Doc fix.
8759 (isearch-quote-char): When a space is not inside brackets,
8760 use `[ ]' instead of just space.
8761 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8762
8763 * imenu.el (imenu--generic-function): Delete code to exclude
8764 matches in comments.
8765
8766 * man.el (Man-reverse-face): Change default to `highlight'.
8767
8768 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8769 (occur-engine): Use `face' prop rather than `font-lock-face'
8770 when specifying use of `match-face'.
8771 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8772
8773 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8774
8775 * add-log.el (add-log-current-defun): Handle the case where point
8776 is in the header part of a DEFUN construct.
8777
8778 2004-12-02 Dave Love <fx@gnu.org>
8779
8780 * progmodes/python.el (python-font-lock-syntactic-keywords):
8781 Fix previous change.
8782
8783 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8784
8785 * paren.el (show-paren-function): Check for matching chars
8786 specified by text props.
8787
8788 2004-12-02 Jay Belanger <belanger@truman.edu>
8789
8790 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8791 when reading a new key sequence.
8792
8793 2004-12-02 Kim F. Storm <storm@cua.dk>
8794
8795 * faces.el (escape-glyph): Rename from glyph.
8796 (standard-display-table): Set it here. Add escape-glyph face to
8797 extra slot characters.
8798
8799 * disp-table.el: Undo 2004-12-01 change. Display table is now
8800 setup in faces.el.
8801
8802 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8803
8804 * xml.el (xml-parse-dtd): Don't show validity messages when
8805 xml-validating-parser is nil.
8806 (xml-substitute-special): Fix validity error messages to
8807 actually show the unexpandable entity. Added validity error if &
8808 isn't followed by an entity.
8809 (xml-parse-tag): Concatenate any string following the a
8810 <![CDATA[]]> section to the parsed CDATA.
8811 (xml-parse-dtd): Skip parameter entity declarations and use of
8812 parameter entities.
8813
8814 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8815
8816 * kmacro.el (kmacro-default-counter-format): New var.
8817 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8818 (kmacro-display): Remove `nil' from `and' form. Delete call to
8819 `format' inside `message'.
8820 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8821
8822 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8823
8824 * pcvs.el (cvs-header-msg): New function.
8825 (cvs-update-header): Use it. Change calling convention.
8826 Correctly handle the case of having simultaneous active processes.
8827 (cvs-sentinel): Don't call cvs-update-header any more.
8828 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8829
8830 2004-12-01 Jay Belanger <belanger@truman.edu>
8831
8832 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8833 Change message.
8834
8835 2004-12-01 Juri Linkov <juri@jurta.org>
8836
8837 * progmodes/prolog.el (prolog-mode-variables):
8838 Fix imenu-generic-expression.
8839
8840 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8841
8842 * faces.el (glyph): New face.
8843
8844 * disp-table.el: Add an autoloaded table, that doesn't require
8845 this library, with glyph face.
8846
8847 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8848 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8849 (conf-quote-normal): Allow normalizing only ' or ".
8850 (conf-mode): Regexp-quote constructed comment-start and don't
8851 match section {} where "name" contains braces.
8852
8853 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8854 files.
8855
8856 2004-12-01 Kenichi Handa <handa@m17n.org>
8857
8858 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8859 (x-select-text): Don't treat eight-bit-control/graphic chars
8860 specially. Store the encoded text in the X cut buffer.
8861 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8862 with x-last-selected-text-cut-encoded.
8863
8864 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8867
8868 2004-11-30 Markus Rost <rost@ias.edu>
8869
8870 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8871 AUCTeX.
8872
8873 2004-11-30 Jay Belanger <belanger@truman.edu>
8874
8875 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8876 on signs of intervals.
8877 (math-pow-of-zero): Strengthen checks for positive and negative
8878 exponents.
8879
8880 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8881 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8882 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8883 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8884 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8885 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8886 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8887 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8888 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8889 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8890 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8891 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8892 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8893 with provide statements.
8894
8895 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8896
8897 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8898
8899 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8900 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8901 functions by require statements.
8902 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8903
8904 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8905 (calc-gnuplot-print): Give them values.
8906
8907 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8908 autoloads.
8909 Add calc-do-embedded-activate to autoloads.
8910 (calc-gnuplot-name, calc-gnuplot-plot-command)
8911 (calc-gnuplot-print-command): Move them to calc-graph.el.
8912
8913 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8914
8915 * term/mac-win.el (ccl-encode-mac-roman-font)
8916 (ccl-encode-mac-cyrillic-font)
8917 (ccl-encode-mac-centraleuropean-font, encoder-list)
8918 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8919 Support Cyrillic, CentralEuropean, and Dingbat font display
8920
8921 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8922
8923 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8924
8925 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8926 still nil.
8927
8928 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8929
8930 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8931 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8932
8933 2004-11-29 Jay Belanger <belanger@truman.edu>
8934
8935 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8936 cases of the base and exponent.
8937
8938 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8939
8940 * simple.el (next-error-buffer-p): Allow for inclusive and
8941 exclusive tests for finding a buffer.
8942 (next-error-find-buffer): Pass the exclusive and inclusive tests
8943 to next-error-buffer-p.
8944
8945 * replace.el (occur-next-error): Switch to the Occur buffer when
8946 appropriate, use the exclusive filter to next-error-find-buffer to
8947 do it. Use the absolute value of the motion amount.
8948
8949 2004-11-29 Kenichi Handa <handa@m17n.org>
8950
8951 * startup.el (command-line): Decode all default-directory by
8952 locale-coding-system.
8953
8954 2004-11-29 Jay Belanger <belanger@truman.edu>
8955
8956 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8957 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8958 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8959 Replace calls to calc-extensions by appropriate require, replace
8960 calc-extensions-loaded by appropriate featurep.
8961
8962 * calc/calc-ext.el: Move require to end of file.
8963 Remove redundant loading of calc.el.
8964 (calc-extensions-loaded): Remove unnecessary variable.
8965 (calc-extensions): Remove unnecessary function.
8966 (calc-load-everything): Replace calc-need-macros by appropriate require.
8967
8968 * calc/calc-macs.el: Move provide to end of file.
8969 (calc-need-macros): Remove unnecessary function.
8970
8971 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8972 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8973 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8974 Replace calc-extensions by appropriate require.
8975 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8976
8977 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8978 Replace calc-need-macros by appropriate require.
8979
8980 * calc/calc.el: Move require to end of file.
8981 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8982 Remove unnecessary variable.
8983 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8984 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8985 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8986 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8987 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8988 (math-format-number, math-format-bignum, math-read-number)
8989 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8990 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8991 by appropriate require.
8992 (calc-check-defines): Replace calc-need-macros by appropriate require.
8993
8994 2004-11-29 Kim F. Storm <storm@cua.dk>
8995
8996 * macros.el (insert-kbd-macro): Handle kmacro functions.
8997
8998 2004-11-28 Juri Linkov <juri@jurta.org>
8999
9000 * compare-w.el (compare-windows-highlight): Attach each overlay
9001 to its window to properly highlight differences while comparing
9002 two windows of the same buffer. Fix arguments.
9003 (compare-windows-sync-default-function): Fix arguments of
9004 `compare-windows-highlight'.
9005
9006 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
9007 Use `read-expression-history'. Set initial contents only if
9008 `edebug-global-break-condition' is non-nil. Set histpos to 1
9009 if initial contents is equal to the last history element.
9010 (edebug-set-conditional-breakpoint): Instead of temporarily
9011 prepending the current condition to the history, set initial
9012 contents to the current condition. Set histpos to 1 if initial
9013 contents is equal to the last history element.
9014
9015 * info.el (Info-search-whitespace-regexp): Remove shy group.
9016 (Info-search): Forward line if search is on the header line.
9017 Use search-whitespace-regexp in two other places.
9018
9019 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
9020
9021 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
9022 warning. Delay real definition, which uses
9023 `set-fringe-indicators-1' till after the definition of that function.
9024
9025 2004-11-28 Kim F. Storm <storm@cua.dk>
9026
9027 * fringe.el (fringe): New defgroup.
9028 (fringe-mode): Move to fringe group.
9029 (fringe-indicators): New defcustom.
9030 (set-fringe-indicators-1): New defun.
9031
9032 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
9033 (menu-bar-showhide-fringe-ind-menu): New keymap.
9034 (menu-bar-showhide-fringe-ind-empty)
9035 (menu-bar-showhide-fringe-ind-mixed)
9036 (menu-bar-showhide-fringe-ind-box)
9037 (menu-bar-showhide-fringe-ind-right)
9038 (menu-bar-showhide-fringe-ind-left)
9039 (menu-bar-showhide-fringe-ind-none): New defuns.
9040 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
9041
9042 2004-11-27 Richard M. Stallman <rms@gnu.org>
9043
9044 * comint.el (comint-read-noecho): Add trivial compatibility definition.
9045
9046 * generic.el (define-generic-mode): Doc fix.
9047
9048 * menu-bar.el (menu-bar-options-save): For the options
9049 that are toggled with menu-bar-make-mm-toggle, don't check
9050 for customized-value prop.
9051
9052 2004-11-27 Eli Zaretskii <eliz@gnu.org>
9053
9054 * mail/supercite.el (sc-cite-region): Handle the case where
9055 sc-cite-frame-alist is a symbol.
9056 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
9057 a symbol.
9058 (sc-recite-region): Handle the case where sc-recite-frame-alist is
9059 a symbol.
9060
9061 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
9062
9063 * wid-edit.el (widget-narrow-to-field): New function.
9064 (widget-complete): Use it.
9065
9066 2004-11-27 Jay Belanger <belanger@truman.edu>
9067
9068 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
9069 variable.
9070 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
9071 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
9072 (math-alg-inequalities): Move declaration to earlier in the file.
9073
9074 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
9075 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
9076 Declare them.
9077
9078 * calc/calc-lang.el (math-expr-data, math-expr-token)
9079 (math-exp-old-pos): Declare them.
9080
9081 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
9082 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
9083
9084 2004-11-27 Kim F. Storm <storm@cua.dk>
9085
9086 * progmodes/flymake.el: Use (featurep 'xemacs).
9087 (flymake-makehash): Change to defsubst. Use fboundp.
9088 (flymake-time-to-float): Remove.
9089 (flymake-float-time): Merge code from flymake-time-to-float here.
9090 (flymake-replace-regexp-in-string): Change to defsubst.
9091 (flymake-split-string-remove-empty-edges):
9092 Rename to flymake-split-string.
9093 (flymake-split-string): Remove previous defalias.
9094 (flymake-get-temp-dir): Change to defsubst.
9095 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
9096 Define for xemacs only.
9097 (flymake-master-file-count-limit): Change into compiler defvar only.
9098 (flymake-find-possible-master-files): Let-bind it dynamically while
9099 sorting files using flymake-master-file-compare.
9100
9101 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
9104 of defun-prompt-regexp matches inside a comment/string but the
9105 beginning is correctly outside everything.
9106
9107 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
9108 appears within a string or a comment.
9109
9110 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
9111 rather than make-symbol for symbols which are used in
9112 a symbol-macrolet or equivalent.
9113
9114 2004-11-26 Jay Belanger <belanger@truman.edu>
9115
9116 * calc-misc.el (calc-last-why-command): Declare it.
9117
9118 * calc-vec.el (math-grade-vec): New variable.
9119 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
9120 Replace variable grade-vec by declared variable.
9121 (math-rb-close): New variable.
9122 (math-read-brackets, math-read-vector): Replace variable close by
9123 declared variable.
9124
9125 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
9126 (calc-one-window, calc-edit-handler, calc-restore-trail)
9127 (calc-allow-ret): Declare them.
9128
9129 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
9130 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
9131 (math-radix-float-cache-tag, math-random-cache)
9132 (math-max-digits-cache, math-integral-cache, math-units-table)
9133 (math-format-date-cache, math-holidays-cache-tag): Declare them.
9134 (math-moc-func): New variable.
9135 (math-map-over-constants, math-map-over-constants-rec):
9136 Replace variable func by declared variable.
9137
9138 * calc/calc-store.el (calc-given-value, calc-store-opers):
9139 Declare them.
9140 (calc-var-name-map): Move declaration to earlier in the file.
9141 (calc-pv-pos): New variable.
9142 (calc-permanent-variable, calc-insert-permanent-variable):
9143 Replace variable pos by declared variable.
9144
9145 * calc/calc-mtx.el (calc-det-lu): New variable.
9146 (math-det-raw, math-det-step): Replace variable lu by declared variable.
9147
9148 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
9149 (math-multi-subst, math-multi-subst-rec): Replace variables temp
9150 and arg by declared variables.
9151 (calcFunc-reducer): Fix incorrect variable.
9152 (math-inner-mul-func, math-inner-add-func): New variables.
9153 (calcFunc-inner, math-inner-mats): Replace variables mul-func
9154 and add-func by declared variables.
9155
9156 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
9157 (calc-digit-value): Declare them.
9158
9159 * calc/calc-help.el (Info-history): Declare it.
9160 (calc-describe-key): Make calc-summary-indentation a local variable.
9161 (calc-help-long-names): Move declaration to earlier in file.
9162
9163 * calc/calc-embed.el (calc-original-buffer): Declare it.
9164 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
9165 (calc-embed-bot): New variables.
9166 (calc-do-embedded, calc-embedded-mark-formula)
9167 (calc-embedded-find-bounds, calc-embedded-duplicate)
9168 (calc-embedded-new-formula, calc-embedded-make-info):
9169 Replace vars outer-top, outer-bot, bot and top by declared variables.
9170 (calc-embed-prev-modes): New variable.
9171 (calc-embedded-set-modes, calc-embedded-update): Replace variable
9172 prev-modes with declared variable.
9173 (calc-embed-vars-used): New variable.
9174 (calc-embedded-make-info, calc-embedded-evaluate-expr)
9175 (calc-embedded-update, calc-embedded-find-vars): Replace variable
9176 vars-used by declared variable.
9177
9178 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
9179 (math-format-radix-float): Remove unnecessary setq.
9180 (math-radix-float-cache): Declare it.
9181
9182 * calc/calcsel2.el (calc-keep-selection): Declare it.
9183
9184 * calc/calc-maint.el: Remove file.
9185
9186 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9187
9188 * textmodes/bibtex.el (bibtex-sort-entry-class)
9189 (bibtex-comment-start): Use defcustom.
9190 (bibtex-entry-field-alist): Use nil if initial content of the
9191 field is undefined. Fix docstring.
9192 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
9193 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
9194 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
9195 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
9196 Fix docstring.
9197 (bibtex-autokey-title-terminators): Use only one regexp.
9198 (bibtex-string-maybe-empty-head): New variable.
9199 (bibtex-remove-delimiters-string): New function.
9200 (bibtex-text-in-field-bounds, bibtex-text-in-string):
9201 Use bibtex-remove-delimiters-string.
9202 (bibtex-progress-message, bibtex-field-left-delimiter)
9203 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
9204 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
9205 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
9206 Simplify.
9207 (bibtex-format-entry): Use save-excursion for inherited booktitle.
9208 Use eq and bibtex-remove-delimiters-string. For end markers use
9209 insertion type so that marker stays after inserted text.
9210 (bibtex-autokey-get-names): Return empty string if name is missing.
9211 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
9212 calling bibtex-autokey-name-case-convert.
9213 (bibtex-autokey-demangle-title):
9214 Call bibtex-autokey-titleword-case-convert. Remove call to
9215 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
9216 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
9217 (bibtex-read-key): New optional arg global.
9218 (bibtex-files-expand): New optional arg force.
9219 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
9220 (bibtex-complete-crossref-cleanup): Rename from
9221 bibtex-complete-key-cleanup. Simplify code.
9222 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
9223 Operate on current entry.
9224 (bibtex-button): Add docstring.
9225 (bibtex-entry): Simplify.
9226 (bibtex-make-field): Replace optional arg called-by-yank with more
9227 specific args move and interactive.
9228 (bibtex-end-of-entry): Use forward-sexp.
9229 (bibtex-find-entry-globally): Remove.
9230 (bibtex-find-crossref): Allow for crossref key located in other buffer.
9231 Bound to C-c C-x.
9232 (bibtex-find-entry): New optional args global and display.
9233 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
9234 (bibtex-validate): Use arg force of bibtex-files-expand.
9235 (bibtex-clean-entry): Bugfix, clean string entries properly.
9236 Always keep point at beginning of entry.
9237 (bibtex-complete): Bugfix. Handle string entries properly.
9238 Call cleanup functions only if needed.
9239 (bibtex-String): Use bibtex-read-string-key.
9240 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
9241 case of replacement text.
9242
9243 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9244
9245 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
9246 (tramp-perl-directory-files-and-attributes): New constant.
9247 (tramp-file-name-handler-alist): Delete file-directory-files, add
9248 directory-files-and-attributes.
9249 (tramp-perl-file-attributes): Surround uid and gid by double
9250 quotes. Change parameter id-format from nonnumeric.
9251 (tramp-convert-file-attributes): New function.
9252 (tramp-handle-file-attributes): Use it.
9253 (tramp-maybe-send-perl-script): New function.
9254 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
9255 file mode. Change parameter id-format from nonnumeric.
9256 (tramp-handle-file-attributes-with-ls): Change parameter id-format
9257 from nonnumeric.
9258 (tramp-post-connection): Don't send tramp-perl-file-attributes
9259 script. Reset connection property "perl-scripts".
9260 (tramp-handle-insert-directory): Run real handler when ls-lisp is
9261 in use.
9262
9263 2004-11-26 Lars Hansen <larsh@math.ku.dk>
9264
9265 * desktop.el (desktop-read): Replace mapcar with mapc.
9266 (desktop-create-buffer): Replace mapcar with mapc.
9267 Remove redundant piece of code.
9268
9269 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
9270
9271 * progmodes/gud.el (gud-display-line): Use display-buffer
9272 for GDB-UI as for GUD.
9273
9274 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
9275 Delete variables.
9276 (gdb-ann3): Don't make GUD buffer dedicated.
9277 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
9278 (gdb-display-source-buffer): Delete function.
9279 (gdb-view-source-function, gdb-view-assembler): Delete functions.
9280 (menu): Delete menu bindings for viewing source/assembler.
9281 (gdb-setup-windows, gdb-restore-windows):
9282 Don't dedicate GUD. No assembler now.
9283 (gdb-reset): No need to undedicate source buffers now.
9284 (gdb-source-info): No assembler now.
9285
9286 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
9287
9288 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
9289 width to those for special frames.
9290 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
9291 Use display-buffer.
9292 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
9293 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9294 (gdb-frame-assembler-buffer): Rework like
9295 gdb-frame-breakpoints-buffer.
9296
9297 2004-11-25 Richard M. Stallman <rms@gnu.org>
9298
9299 * progmodes/flymake.el: Reindent.
9300 (flymake-split-string): Turn into defalias.
9301 (flymake-fix-file-name): Rename from flymake-fix-path-name.
9302 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
9303 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9304 (flymake-build-relative-filename): Rename from ...path.
9305 Fix error message.
9306
9307 2004-11-25 Cheng Gao <chenggao@gmail.com>
9308
9309 * progmodes/flymake.el: Much whitespace and capitalization change.
9310 Move `provide' to end. Require `compile' only when compiling.
9311
9312 2004-11-24 Jay Belanger <belanger@truman.edu>
9313
9314 * calc/calc-alg.el: Added comment.
9315 (math-polynomial-base): Replace variable mpb-top-expr by
9316 math-poly-base-top-expr.
9317
9318 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9319 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9320 variable.
9321 (math-poly-base-total-base): New variable.
9322 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9323 mpb-total-base by declared variable.
9324 (math-factored-vars, math-to-list): Declare it.
9325 (math-fact-expr): New variable.
9326 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9327 (math-factor-expr-try, math-factor-expr-part): Replace variable
9328 expr by declared variable.
9329 (math-fet-x): New variable.
9330 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9331 by declared variable.
9332 (math-factor-poly-coefs): Make temp a local variable.
9333
9334 * calc/calc-units.el (calc-convert-units): Make units a local
9335 variable.
9336 (calc-num-units, calc-den-units): New variables.
9337 (calc-explain-units, calc-explain-units-rec): Replace variables
9338 num-units and den-units by declared variables.
9339 (math-cu-unit-list): New variable.
9340 (math-build-units-table, math-compare-unit-names)
9341 (math-convert-units, math-convert-units-rec): Replace variable
9342 unit-list by declared variable.
9343 (math-fbu-base, math-fbu-entry): New variables.
9344 (math-find-base-units, math-find-base-units-rec): Replace variables
9345 base and entry by declared variables.
9346 (math-which-standard): New variable.
9347 (math-to-standard-units, math-to-standard-rec): Replace variable
9348 which-standard by declared variable.
9349 (math-fcu-u): New variable.
9350 (math-find-compatible-unit, math-find-compatible-unit-rec):
9351 Replace variable u by declared variable.
9352 (math-cu-new-units, math-cu-pure): New variables.
9353 (math-convert-units, math-convert-units-rec): Replace variables
9354 new-units and pure by declared variables.
9355 (math-try-cancel-units): New variable.
9356 (math-simplify-units-quotient): Replace variable try-cancel-units by
9357 declared variable.
9358
9359 2004-11-24 Richard M. Stallman <rms@gnu.org>
9360
9361 * textmodes/ispell.el (ispell-check-version):
9362 If default-directory is nonexistent, use home dir.
9363
9364 * progmodes/grep.el (grep-regexp-alist):
9365 Don't match parens around line numbers.
9366
9367 * progmodes/cperl-mode.el (cperl-indent-region)
9368 (cperl-imenu--create-perl-index, cperl-xsub-scan):
9369 Don't print progress messages.
9370
9371 * progmodes/compile.el (compilation-mode-map):
9372 Don't inherit from compilation-minor-mode-map;
9373 copy its bindings instead. But the menu bar Compile
9374 entry now does inherit from compilation-menu-map.
9375
9376 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9377 Use with-no-warnings around compiler-macroexpand.
9378
9379 * imenu.el: Don't always require newcomment.
9380 (imenu--generic-function): Call comment-normalize-vars
9381 if we have a comment syntax.
9382 Exit the loop if REGEXP matches the null string.
9383 Test comment-start as well as comment-start-skip
9384 when deciding whether to check for comments.
9385
9386 * tooltip.el (tooltip-mode): Doc fix.
9387
9388 * term.el (term-escape-char, term-mode): Doc fixes.
9389
9390 2004-11-24 Dave Love <fx@gnu.org>
9391
9392 * progmodes/python.el (python-font-lock-syntactic-keywords):
9393 Check for escapes in the regexp.
9394 (python-quote-syntax): Don't do it here.
9395
9396 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9397
9398 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9399 (gdb-frames-mode-map, gdb-threads-mode-map)
9400 (gdb-registers-mode-map, gdb-locals-mode-map)
9401 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
9402 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
9403
9404 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
9405 (dedicated-switch-to-buffer): Rework.
9406 (gdb-var-evaluate-expression-handler, gdb-put-string):
9407 Remove unused variable bindings.
9408 (gdb-setup-windows, gdb-display-buffer):
9409 Simplify. Use pop-to-buffer.
9410 (gdb-view-source-function): Simplify.
9411 (gdb-frame-breakpoints-buffer):
9412 Use pop-to-buffer, special-display-regexps.
9413
9414 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9415
9416 * progmodes/f90.el (f90-smart-end)
9417 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9418 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9419 (f90-end-of-block): Doc fix. Make check of outermost block
9420 conditional on value of `f90-smart-end'.
9421 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9422 Handle case where END-BLOCK is nil.
9423 (f90-match-end): Handle un-named PROGRAM blocks.
9424 (f90-backslash-not-special): New function.
9425
9426 2004-11-24 Jay Belanger <belanger@truman.edu>
9427
9428 * calc/calc.el (calc-embedded-active): Removed unnecessary
9429 declaration.
9430 (calc-show-banner): Removed redundant declaration.
9431
9432 * calc/calc-graph.el (calc-gnuplot-default-device)
9433 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9434 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9435 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9436 Remove redundant initial values.
9437
9438 * calc/calc-arith.el (math-scalar-functions)
9439 (math-nonscalar-functions, math-scalar-if-args-functions)
9440 (math-real-functions, math-positive-functions)
9441 (math-nonnegative-functions, math-real-scalar-functions)
9442 (math-real-if-arg-functions, math-integer-functions)
9443 (math-num-integer-functions, math-rounding-functions)
9444 (math-float-rounding-functions, math-integer-if-args-functions)
9445 (math-super-types): Move declarations to earlier in file.
9446 (math-unit-prefixes): Declared it.
9447 (math-floor-prec, math-trunc-prec): New variables.
9448 (math-trunc-fancy): Replace variable prec by declared variable.
9449 (math-floor-fancy): Replace variable prec by declared variable.
9450 (math-com-bterms): New variable.
9451 (math-commutative-equal, math-commutative-collect):
9452 Replace variable bterms by declared variable.
9453
9454 * calc/calc-misc.el (math-trunc): Replace variable prec by
9455 math-trunc-prec.
9456 (math-floor): Replace variable prec by math-floor-prec.
9457
9458 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9459 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9460 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9461 (math-format-date, math-format-date-part): Replace variables
9462 date, dt, year, month, day, weekday, hour, minute, second and
9463 bc-flag by declared variables.
9464 (math-pd-str): New variable.
9465 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9466 Replace variable str by declared variable.
9467 (math-daylight-savings-hook, math-tzone-names): Move definitions
9468 to earlier in the file.
9469 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9470 (math-sh-year): New variable.
9471 (math-setup-add-holidays, math-setup-holidays)
9472 (math-setup-year-holidays): Replace variable `year' by declared
9473 variable.
9474
9475 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9476 New variables.
9477 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9478 n, nf and nfm1 by declared variables.
9479 (math-nri-n): New variable.
9480 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9481 n by declared variable.
9482 (calcFunc-log): Removed misplaced condition.
9483
9484 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9487
9488 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9489
9490 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9491 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9492 Dedicate gdb-related windows.
9493 (gdb-display-buffer): Dedicate gdb-related windows.
9494 Don't grab other frames.
9495 (gdb-reset): Remove dedicated property after debugging.
9496
9497 2004-11-24 Jay Belanger <belanger@truman.edu>
9498
9499 * calc/calc-sel.el: Add comment.
9500
9501 * calc/calc.el (math-stack-value-offset): Replace variables c,
9502 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9503
9504 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9505 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9506 (math-stack-value-offset-fancy): Replace variables c, wid and off
9507 by declared variables.
9508 (math-comp-just, math-comp-comma-spc): New variables.
9509 (math-compose-expr, math-compose-matrix): Replace variables `just'
9510 and comma-spc by declared variable.
9511 (math-comp-vector-prec): New variable.
9512 (math-compose-expr, math-compose-matrix, math-compose-rows):
9513 Replace variable vector-prec by declared variable.
9514 (math-comp-left-bracket, math-comp-right-bracket)
9515 (math-comp-comma): New variables.
9516 (math-compose-expr, math-compose-rows): Replace variables
9517 left-bracket, right-bracket and comma by declared variables.
9518 (math-comp-full-width): New variable.
9519 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9520 Replace variable full-width by declared variable.
9521 (math-comp-highlight, math-comp-word, math-comp-level)
9522 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9523 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9524 New variables.
9525 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9526 (math-comp-sel-flat-term): Replace variables comp-highlight,
9527 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9528 declared variables.
9529 (math-comp-simplify, math-comp-simplify-term)
9530 (math-comp-add-string, math-comp-add-string-sel):
9531 Replace variables comp-highlight, comp-buf, comp-base,
9532 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9533
9534 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9535
9536 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9537
9538 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9539 and x-server-version may throw.
9540
9541 2004-11-23 Kim F. Storm <storm@cua.dk>
9542
9543 * subr.el (substitute-key-definition-key): Optimize.
9544 Don't call indirect-function for nil defn (always signals error).
9545
9546 * ido.el (ido-read-internal): Fix require-match check when
9547 ido-directory-too-big is set.
9548
9549 2004-11-23 Jay Belanger <belanger@truman.edu>
9550
9551 * calc/calc-ext.el (math-read-replacement-list)
9552 (math-read-superscripts): New variables.
9553 (math-read-preprocess-string): New function.
9554 (math-read-expr): Filter input through math-read-preprocess-string.
9555
9556 * calc/calc-aent.el (math-read-exprs): Filter input through
9557 math-read-preprocess-string.
9558
9559 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9560
9561 * progmodes/compile.el (compilation-start): In cd command use
9562 substitute-env-vars -- not quite shell compatible but better than
9563 nothing.
9564 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9565 handle the newer versions messages, which are more parseable.
9566
9567 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * reveal.el (reveal-mode-map): New var.
9570 (reveal-mode): Use it.
9571
9572 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9573
9574 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9575 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9576
9577 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9580 header-line when needed.
9581 Use fixed-pitch only in the header-line.
9582 Build the underline automatically. Use emdash if available.
9583
9584 2004-11-22 Richard M. Stallman <rms@gnu.org>
9585
9586 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9587 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9588
9589 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9590
9591 * progmodes/gdb-ui.el (gdb-resync): New function.
9592 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9593 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9594 Use it to fail more gracefully.
9595 (gdb-variables): Delete variable.
9596 Re-order variables to reduce byte-compiler warnings.
9597
9598 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * descr-text.el (describe-char):
9601 * paren.el (show-paren-function):
9602 * subr.el (syntax-after): Undo last change.
9603
9604 * progmodes/python.el (run-python): Don't hard code *Python*.
9605 Don't modify global process-environment.
9606 (python-send-region, python-load-file): Don't assume that
9607 python-buffer == (process-buffer (python-proc)).
9608 (python-switch-to-python): Simplify.
9609
9610 * dired.el (dired-align-file): Don't assume line starts with spaces.
9611
9612 2004-11-21 Jay Belanger <belanger@truman.edu>
9613
9614 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9615 Replace variable `lines' by math-read-big-lines.
9616 (math-read-big-expr): Replace variables the-baseline, the-h2
9617 and err-msg by math-read-big-baseline, math-read-big-h2 and
9618 math-read-err-msg.
9619 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9620
9621 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9622 (math-read-big-balance): Replace unbound variable by value.
9623 (math-read-big-lines): New variable.
9624 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9625 (math-read-big-error, math-read-big-balance): Replace variable
9626 `lines' by declared variable.
9627 (math-read-big-baseline, math-read-big-h2): New variables.
9628 (math-read-big-rec): Replace variables the-baseline and the-h2
9629 by declared variables.
9630 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9631 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9632 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9633 declared variables.
9634 (math-read-big-err-msg): New variable.
9635 (math-read-big-error): Replace variable err-msg by declared variable.
9636
9637 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * ses.el: Add coding cookie.
9640 Fix up docstrings, follow new commenting conventions.
9641 (ses-header-line-menu): Fix missing variable rename for header-row.
9642 (ses-cell-size): Remove.
9643 (ses-make-cell): New function.
9644 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9645 (ses-calculate-cell): Remove unused var `symbol'.
9646 (ses-narrowed-p): New function.
9647 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9648 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9649 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9650 (ses-setup): Use restore-buffer-modified-p.
9651 (ses-cleanup): Remove unused var `end'.
9652 (ses-header-string-left-offset): Remove.
9653 (ses-create-header-string): Adjust to new behavior of `align-to'.
9654 Truncate excessively large fields to preserve alignment.
9655 (ses-reconstruct-all): Remove unused var `refs'.
9656 (ses-read-cell-printer): Remove unused var `prompt'.
9657 (ses-delete-row): Remove unused var `pos'.
9658 (ses-delete-column): Remove unused var `new'.
9659
9660 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9661
9662 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9663 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9664 Eliminate eval-and-compile usage.
9665 (ps-insert-file): Use insert-file-contents instead of insert-file.
9666 (ps-setup): Code fix.
9667
9668 * printing.el (pr-setup, lpr-setup): Code fix.
9669
9670 2004-11-21 Jay Belanger <belanger@truman.edu>
9671
9672 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9673 (calc-original-buffer): Declare them.
9674 (calc-user-formula-alist): New variable.
9675 (calc-user-define-formula, calc-fix-user-formula)
9676 (calc-user-define-composition, calc-finish-formula-edit):
9677 Replace variable `alist' by declared variable.
9678 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9679 (var-q7, var-q7, var-q8, var-q9): Declare them.
9680 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9681 are bound.
9682 (calcFunc-typeof): Replace undeclared variable by expression.
9683 (math-exp-env): New variable.
9684 (math-define-body, math-define-exp): Replace exp-env by declared var.
9685 (math-define-exp): Replace misplaced variable by expression.
9686
9687 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9688 (calc-curve-model, calc-curve-coefnames): New variables.
9689 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9690 varnames, model and coefnames by declared variables.
9691 (math-root-widen): New variable.
9692 (math-search-root, math-find-root): Replace variable root-widen by
9693 declared variable.
9694 (var-DUMMY): Declare it.
9695 (math-root-vars, math-min-vars): Move the declarations to earlier in
9696 the file.
9697 (math-brent-min): Make d a local variable.
9698 (math-find-minimum): Replace non-existent variable.
9699 (math-ninteg-romberg): Remove unnecessary variable.
9700 (math-ninteg-temp): New variable.
9701 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9702 integ-temp by declared variable.
9703 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9704 New variables.
9705 (math-general-fit): Replace variables first-var, first-coef and
9706 new-coefs by declared variables.
9707 (calcFunc-fitvar): Replace variable first-var by declared variable.
9708 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9709 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9710 (math-all-vars-vars, math-all-vars-found): New variables.
9711 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9712 found by declared variable math-all-vars-vars.
9713
9714 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9715
9716 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9717 of `defconst'.
9718
9719 2004-11-20 Richard M. Stallman <rms@gnu.org>
9720
9721 * isearch.el (isearch-mode-map): Don't bind SPC.
9722 (isearch-whitespace-chars): Function deleted.
9723 (isearch-search): Bind search-spaces-regexp.
9724 (isearch-lazy-highlight-search): Likewise.
9725 (search-whitespace-regexp): Doc fix.
9726 (isearch-forward-regexp): Doc fix.
9727
9728 * emacs-lisp/bytecomp.el (byte-compile-form):
9729 Move the calls to byte-compile-set-symbol-position,
9730 to avoid having two for the same symbol occurrence.
9731
9732 * comint.el (comint-input-ring-size): Increase to 150.
9733
9734 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9735 New variables.
9736 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9737 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9738
9739 * imenu.el (imenu--generic-function):
9740 Ensure we keep moving backward even if BEG isn't further back.
9741
9742 * replace.el (query-replace-read-to, query-replace-read-from):
9743 Specify t for KEEP-ALL in read-from-minibuffer.
9744
9745 * progmodes/python.el (python-switch-to-python):
9746 If Python isn't running, start it.
9747 Don't alter debug-ignored-errors.
9748
9749 * progmodes/cperl-mode.el (cperl-indent-region):
9750 Don't mind imenu-scanning-message.
9751
9752 * bindings.el (global-map): Bind C-e to move-end-of-line.
9753
9754 * simple.el (line-move-finish): New arg FORWARD.
9755 Ignore invisible newlines, not intangible ones.
9756 Conditions for acceptable stopping positions depend on FORWARD.
9757 (line-move): Pass FORWARD arg to line-move-finish.
9758
9759 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9760 of HEADER. Compensate for this change in the code to add display
9761 properties. Don't make the first line intangible.
9762
9763 * info.el (Info-search): Fix previous change.
9764
9765 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9766
9767 * Makefile.in (recompile): Revert 2004-11-19 change.
9768 (compile): Likewise.
9769
9770 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9771
9772 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9773
9774 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9775
9776 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9777 defgroup and defcustom. Eliminate eval-and-compile usage.
9778
9779 * progmodes/ebnf-otz.el: Fix typos.
9780
9781 2004-11-19 Jay Belanger <belanger@truman.edu>
9782
9783 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9784 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9785 disp-trail by declared variable.
9786
9787 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9788 (calc-finish-selection-edit): Replace variable disp-trail by
9789 declared variable.
9790 (calc-selection-cache-entry): Move declaration to earlier in the file.
9791 (calc-selection-cache-num, calc-selection-cache-comp)
9792 (calc-selection-cache-offset, calc-selection-true-num)
9793 (calc-final-point-line, calc-final-point-column)
9794 (calc-original-buffer): Declare them.
9795 (calc-fnp-op, calc-fnp-num): New variables.
9796 (calc-find-nth-part, calc-find-nth-part-rec)
9797 (calc-select-previous): Replace op and num by declared variables.
9798 (calc-rsf-old, calc-rsf-new): New variables.
9799 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9800 Replace variables old and new by declared variables.
9801 (calc-sel-reselect): New variable.
9802 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9803 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9804 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9805 reselect with declared variable.
9806
9807 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9808 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9809 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9810 (math-import-list, math-rewrite-phase): Declare them.
9811 (math-rewrite): Use let* to declare variables.
9812 (calc-rewrite-selection): Make rules a local variable.
9813 (calc-rewr-sel): New variable.
9814 (calc-rewrite-selection, calc-locate-selection-marker)
9815 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9816 of sel.
9817 (math-rewrite-whole-expr): New variable.
9818 (math-rewrite, math-rewrite-phase): Replace variable expr by
9819 declared variable.
9820 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9821 (math-rewrite-heads-blanks ): New variables.
9822 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9823 heads, skips and blanks by declared variables.
9824 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9825 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9826 New variables.
9827 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9828 old, new, old-func and new-func by declared variables.
9829 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9830 Remove unnecessary variable.
9831 (math-apply-rw-regs): New variable.
9832 (math-apply-rewrites, math-rwapply-replace-regs)
9833 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9834 (math-apply-rw-ruleset): New variable.
9835 (math-apply-rewrites, math-rwapply-remember): Replace variable
9836 ruleset by declared variable.
9837
9838 2004-11-19 Richard M. Stallman <rms@gnu.org>
9839
9840 * info.el (Info-search): Use search-whitespace-regexp.
9841
9842 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9843
9844 * vc-rcs.el (vc-rcs-parse): New function.
9845 (vc-rcs-annotate-command): Likewise.
9846 (vc-rcs-annotate-current-time): Likewise.
9847 (vc-rcs-annotate-time): Likewise.
9848 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9849
9850 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9851
9852 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9853
9854 2004-11-18 Jay Belanger <belanger@truman.edu>
9855
9856 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9857
9858 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9859
9860 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9861 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9862 Use make-temp-file to generate PostScript files in any situation.
9863 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9864 (pr-interactive-p): Eliminate var.
9865 (pr-save-interactive): Eliminate macro.
9866 (pr-interface, pr-ps-directory-preview)
9867 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9868 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9869 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9870 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9871 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9872 (pr-ps-region-ps-print, pr-ps-mode-preview)
9873 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9874 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9875 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9876 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9877 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9878 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9879 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9880 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9881 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9882 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9883 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9884 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9885 Eliminate pr-save-interactive usage.
9886 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9887 Eliminate pr-interactive-p usage.
9888 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9889 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9890 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9891 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9892 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9893 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9894 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9895 New funs.
9896 (pr-ps-file): Use make-temp-file to generate a temporary file.
9897
9898 2004-11-17 Jay Belanger <belanger@truman.edu>
9899
9900 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9901 a local variable.
9902 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9903 (math-top-only): New variable.
9904 (math-simplify, math-simplify-step): Replace variable top-only by
9905 declared variable math-top-only.
9906 (math-simplify-expr): Declare it.
9907 Replace argument expr in all calls of math-defsimplify by
9908 math-simplify-expr.
9909 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9910 (math-simplify-divisor, math-simplify-one-divisor)
9911 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9912 (math-simplify-pow): Replace variable expr by declared variable
9913 math-simplify-expr.
9914 (math-simplify-divisor): Remove local variables temp and op.
9915 (math-simplify-one-divisor): Make temp and op local variables.
9916 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9917 New variables.
9918 (math-simplify-divisor, math-simplify-one-divisor):
9919 Replace variables nover and dover by declared variables.
9920 (math-expr-subst-new, math-expr-subst-old): New variables.
9921 (math-expr-subst, math-expr-subst-rec): Replace variables new
9922 and old by declared variables.
9923 (math-is-poly-degree, math-is-poly-loose): New variables.
9924 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9925 and loose by declared variables.
9926 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9927 (math-polynomial-base, math-polynomial-base-rec):
9928 Replace variables const-ok and mpb-pred by declared variables.
9929
9930 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9931
9932 * calc/calc-ext.el (math-defsimplify): Change the argument in
9933 the created function to math-simplify-expr.
9934
9935 * calc/calc-units.el (math-simplify-expr): Declare it.
9936 Replace argument expr in all calls of math-defsimplify by
9937 math-simplify-expr.
9938 (math-simplify-units-prod): Replace variable expr by declared
9939 variable math-simplify-expr.
9940
9941 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9944 Replace mapcar->dolist, format->string.
9945
9946 2004-11-17 Miles Bader <miles@gnu.org>
9947
9948 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9949 * progmodes/idlwave.el: Remove RCS keywords.
9950
9951 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9952
9953 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9954 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9955 Update to IDLWAVE version 5.5. Too many changes to list them here.
9956 * progmodes/idlw-help.el: New file.
9957
9958 2004-11-16 Richard M. Stallman <rms@gnu.org>
9959
9960 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9961 Discard spaces after \i according to TeX rules.
9962
9963 * international/mule.el (set-buffer-file-coding-system):
9964 New arg NOMODIFY.
9965 (after-insert-file-set-coding): Pass that new arg.
9966 Prevent set-buffer-multibyte from trying to lock the file.
9967
9968 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9969
9970 * saveplace.el (save-place): Doc fix.
9971
9972 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9973 temporarily widen before finding the following word to copy.
9974
9975 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9976 (cl-map-keymap): Definition deleted.
9977
9978 * subr.el (map-keymap-internal): New function.
9979
9980 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9983 when pressing rather than when releasing mouse-2. Simplify.
9984
9985 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9988 (compilation-mode): Set it here instead.
9989
9990 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9991
9992 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9993 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9994
9995 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * progmodes/compile.el (compilation-internal-error-properties):
9998 Fix up a transposition-typo. Check end-col before using it.
9999
10000 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
10001
10002 * international/iso-cvt.el (iso-tex2iso-trans-tab):
10003 Discard whitespace after macro \i when converting it.
10004
10005 2004-11-16 Juri Linkov <juri@jurta.org>
10006
10007 * emacs-lisp/find-func.el (find-function-regexp):
10008 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
10009 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
10010 Remove invalid `\W' from [^cgv\W]. Doc fix.
10011 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
10012
10013 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
10014
10015 * play/life.el: Maintainer is now FSF.
10016 (life-patterns, life-neighbor-deltas, life-window-start)
10017 (life-current-generation, life-generation-string): Use defvar
10018 instead of defconst.
10019
10020 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * progmodes/compile.el (compilation-move-to-column): New fun.
10023 (compilation-internal-error-properties)
10024 (compilation-next-error-function): Use it to make sure we don't go past
10025 the end of line.
10026
10027 2004-11-15 John Paul Wallington <jpw@gnu.org>
10028
10029 * autoinsert.el (auto-insert-alist): Insert the user's name in
10030 copyright notice, rather than Free Software Foundation, for the
10031 Emacs Lisp header case too.
10032
10033 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10034
10035 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
10036 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10037 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
10038 return the list of string in a string.
10039 (pr-call-process): Message if calling process returns an error, that
10040 is, the exit status is different of zero.
10041
10042 2004-11-15 Jay Belanger <belanger@truman.edu>
10043
10044 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
10045 variable var-thing.
10046 (math-integ-depth, math-integ-level, math-integral-limit)
10047 (math-enable-subst, math-any-substs, math-integ-msg)
10048 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
10049 (math-int-threshold, math-int-factors, math-double-roots)
10050 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
10051 (var-GenCount): Declare these variables.
10052 (calcFunc-integ): Don't check if var-IntegLimit is bound.
10053 (math-integral-cache, math-integral-cache-state):
10054 Move declarations to earlier in the file.
10055 (math-deriv-var, math-deriv-total, math-deriv-symb)
10056 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
10057 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
10058 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
10059 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
10060 (math-solve-res): New variables
10061 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
10062 (math-integral, math-replace-integral-parts)
10063 (math-integrate-by-parts, calc-dump-integral-cache)
10064 (math-try-integral, math-do-integral, math-do-integral)
10065 (math-do-integral-methods, math-try-solve-for)
10066 (math-try-solve-prod, math-solve-poly-funny-powers)
10067 (math-solve-crunch-poly, math-decompose-poly)
10068 (math-solve-find-root-term, math-find-root-in-prod)
10069 (math-integ-try-linear-substitutions)
10070 (math-integ-try-substitutions, math-expr-rational-in)
10071 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
10072 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
10073 (math-solve-for, math-solve-system, math-solve-system-rec)
10074 (math-solve-get-sign, math-solve-get-int)
10075 (math-solve-system-subst): Replace undeclared variables with newly
10076 declared variables.
10077
10078 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * winner.el (winner-active-region, winner-edges, winner-window-list):
10081 Define at toplevel.
10082 (winner-mode-map): Move init inside declaration.
10083
10084 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
10085
10086 * files.el (convert-standard-filename): Doc fix.
10087
10088 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
10089
10090 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
10091 passwd, group, shadow, default/* and pam.d/*.
10092
10093 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10094
10095 * printing.el (pr-menu-spec): Adjust menu specification.
10096
10097 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10098
10099 * printing.el: Doc fix. Insert :version tag into all defcustom.
10100 Handle interactive-p as is recommended in Emacs Lisp Reference.
10101 Set the file permission bits for newly created files.
10102 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
10103 The printing menu specification (in `pr-menu-spec') was merged.
10104 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10105 (pr-version): New version number (6.8.3).
10106 (pr-file-modes): New option.
10107 (pr-interactive-p): New var.
10108 (pr-save-interactive, pr-save-file-modes): New macros.
10109 (pr-setup): Code fix.
10110 (pr-menu-spec): Menu specification merged.
10111 (pr-call-process, pr-text2ps): Set file permission bits.
10112 (pr-despool-print): Set file permission bits. Handle interactive-p as
10113 is recommended.
10114 (pr-interface, pr-ps-directory-preview)
10115 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
10116 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
10117 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
10118 (pr-ps-buffer-ps-print, pr-ps-region-preview)
10119 (pr-ps-region-using-ghostscript, pr-ps-region-print)
10120 (pr-ps-region-ps-print, pr-ps-mode-preview)
10121 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
10122 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
10123 (pr-despool-using-ghostscript, pr-despool-ps-print)
10124 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
10125 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
10126 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
10127 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
10128 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
10129 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
10130 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
10131 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
10132 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
10133 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
10134 Handle interactive-p as is recommended.
10135
10136 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
10139 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
10140
10141 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
10142 so it doesn't forget to highlight the beginning of the region either.
10143
10144 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
10145
10146 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
10147 (c-font-lock-init): Eliminate obsolete make-local-hook.
10148 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10149 (awk-mode): Use run-mode-hooks.
10150
10151 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
10152
10153 2004-11-13 Kim F. Storm <storm@cua.dk>
10154
10155 * mouse.el (mouse-drag-copy-region): Add :version.
10156 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
10157 while dragging mode line, so mode line can be dragged downwards.
10158 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
10159 while pressing mouse button so window doesn't scroll until we
10160 release the mouse if clicking on partially visible line.
10161
10162 2004-11-12 Jay Belanger <belanger@truman.edu>
10163
10164 * calc/calc-graph.el (calc-dumb-map): Declare it.
10165 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
10166 than unbound.
10167 (calc-graph-name): Made `end' a local variable.
10168 (calc-graph-lookup): Made `varname' a local variable.
10169 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
10170 Declare them.
10171 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
10172 (calc-graph-plot, calc-graph-compute-3d): Remove references to
10173 the unused variable y3vec.
10174 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
10175 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
10176 calc-graph-prev-kill-hook.
10177 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
10178 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
10179 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
10180 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
10181 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
10182 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
10183 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
10184 (calc-graph-y3value, calc-graph-y3name)
10185 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
10186 (calc-graph-stepcount, calc-graph-is-splot)
10187 (calc-graph-surprise-splot, calc-graph-blank)
10188 (calc-graph-non-blank, calc-graph-curve-num): New variables.
10189 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
10190 (calc-graph-recompute-2d, calc-graph-compute-3d)
10191 (calc-graph-format-data): Replace undeclared variables with the
10192 above newly declared variables.
10193
10194 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
10195
10196 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
10197 `rsf-beep' and `rsf-sleep-after-message'.
10198
10199 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
10200 list if `message-sender' is non-nil.
10201
10202 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10203
10204 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
10205 consing by using mapc instead of mapcar.
10206
10207 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
10208
10209 * tooltip.el (require): Explain why CL is needed.
10210
10211 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10212
10213 * printing.el: Insert :version into defgroup (printing). All reference
10214 to Files option in menubar were changed to File.
10215 (pr-version): New version number (6.8.2).
10216 (pr-get-symbol): Call easy-menu-intern.
10217 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
10218 compilation gripes.
10219
10220 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
10223 new byte-compile-function-environment binding to t.
10224
10225 * font-lock.el (font-lock-fontify-syntactically-region):
10226 Don't forget to highlight the last char when we hit `end'.
10227
10228 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
10229 (mwheel-scroll): Adjust accordingly.
10230
10231 * cvs-status.el: Reduce spurious warnings.
10232 (cvs-status-checkout): Remove.
10233 (cvs-status-mode-map): Use cvs-mode-checkout instead.
10234
10235 * pcvs.el (cvs-mode-checkout): New command.
10236
10237 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
10238
10239 * tooltip.el: Require CL.
10240
10241 * emacs-lisp/bytecomp.el: Use push.
10242 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
10243 (defalias): Remove the `byte-compile' property and add
10244 a `byte-hunk-handler'.
10245
10246 2004-11-11 Juri Linkov <juri@jurta.org>
10247
10248 * info.el (Info-search): Save match data for isearch.
10249 Skip Tag Table node.
10250
10251 * descr-text.el (describe-char): Replace syntax-after with code
10252 from its previous version.
10253
10254 * files.el (magic-mode-alist): Use optimization for SGML mode too.
10255 (set-auto-mode): Doc fix. Remove unused variable `xml'.
10256
10257 * international/mule.el (sgml-html-meta-auto-coding-function):
10258 Remove > after <html to allow HTML attributes.
10259
10260 2004-11-11 Jay Belanger <belanger@truman.edu>
10261
10262 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
10263 a variable.
10264 (calcFunc-dfac): Replace unbound max by n.
10265 (math-stirling-local-cache): New variable.
10266 (math-stirling-number, math-stirling-1, math-stirling-2):
10267 Replace the variable `cache' by the declared variable
10268 math-stirling-local-cache.
10269 (var-RandSeed): Declare it as a variable.
10270 (math-init-random-base, math-random-digit): Don't check to see if
10271 var-RandSeed is bound.
10272 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
10273 Declare them instead of just setting them.
10274 (math-init-random-base): Made i a local variable.
10275 (math-random-digit): Made math-random-last a local variable.
10276 (math-prime-test-cache): Move declaration to before it is used.
10277 (math-prime-test-cache-k, math-prime-test-cache-q)
10278 (math-prime-test-cache-nm1, math-prime-factors-finished):
10279 Declare them as variables.
10280
10281 2004-11-11 Jay Belanger <belanger@truman.edu>
10282
10283 * calc/calc-ext.el (math-defcache): Use defvar for the new
10284 variables it creates.
10285
10286 2004-11-11 Lars Hansen <larsh@math.ku.dk>
10287
10288 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
10289 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
10290 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
10291 (desktop-save): Add :version.
10292
10293 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * printing.el (pr-get-symbol): Don't downcase.
10296
10297 2004-11-10 Jay Belanger <belanger@truman.edu>
10298
10299 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
10300 string to kill-ring.
10301
10302 * calc/calc-aent.el (calc-alg-exp, math-toks)
10303 (math-exp-pos,math-exp-old-pos, math-exp-token)
10304 (math-exp-keep-spaces, math-exp-str): New variables.
10305 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
10306 (calcAlg-enter): Use declared variable calc-alg-exp.
10307 (math-build-parse-table, math-find-user-token): Use declared
10308 variable math-toks.
10309 (math-read-exprs, math-read-token, calc-check-user-syntax)
10310 (calc-match-user-syntax, match-factor-after, math-read-factor):
10311 Use declared variables math-exp-pos math-exp-old-pos.
10312 (math-read-exprs, math-read-token, math-read-expr-level)
10313 (calc-check-user-syntax, calc-match-user-syntax)
10314 (match-factor-after, math-read-factor): Use declared variable
10315 math-exp-token.
10316 (math-read-exprs, math-read-expr-list, math-read-token)
10317 (math-read-factor): Use declared variable math-exp-keep-spaces.
10318 (math-read-exprs, math-read-token): Use declared variable
10319 math-exp-str.
10320 (calc-match-user-syntax): Make m a local variable.
10321
10322 * calc/calc-ext.el (math-read-expr): Use declared variables
10323 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
10324 math-exp-keep-spaces.
10325
10326 * calc/calc-forms.el (math-read-angle-bracket): Use declared
10327 variables math-exp-pos, math-exp-str.
10328
10329 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
10330 math-exp-old-pos.
10331 (math-parse-fortran-vector, math-parse-fortran-vector-end)
10332 (math-parse-eqn-prime): Use declared variable math-exp-token.
10333
10334 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
10335 Use declared variable math-exp-pos.
10336 (math-check-for-commas): Use declared variable math-exp-str.
10337 (math-read-brackets): Use declared variables math-exp-old-pos,
10338 math-exp-keep-spaces.
10339 (math-read-brackets, math-read-vector, math-read-matrix):
10340 Use declared variable math-exp-token.
10341
10342 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10345 where the keymap is a symbol.
10346 (easy-menu-add-item): Use keymap-prompt. Simplify.
10347
10348 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10349
10350 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10351 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10352
10353 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10354
10355 * ebuff-menu.el: Doc fixes throughout.
10356 (electric-buffer-menu-mode-hook): New defvar.
10357
10358 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
10359
10360 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10361 The resulting compiler warnings appear to be harmless.
10362
10363 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10364
10365 * textmodes/conf-mode.el: New file.
10366
10367 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10368
10369 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10372
10373 2004-11-09 Jay Belanger <belanger@truman.edu>
10374
10375 * calc/calc-ext.el (calc-init-extensions): Remove old code.
10376
10377 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
10378 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10379 (calc-z-prefix-help, calc-user-function-list): Use declared
10380 variables calc-z-prefix-buf, calc-z-prefix-msgs.
10381 (math-map-tree, math-map-tree-rec): Use declared variables
10382 math-mt-many, math-mt-func.
10383 (math-read-expression, math-read-string): Use declared variable
10384 math-expr-data.
10385
10386 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
10387 variable math-normalize-a.
10388
10389 * calc/calc.el (math-normalize-a): New variable.
10390 (math-normalize): Use declared variable math-normalize-a.
10391
10392 * calc/calc-poly.el (math-expand-form): Use declared variable
10393 math-mt-many.
10394
10395 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10396 Use declared variable math-mt-many.
10397 (math-rewrite): Use declared variable math-mt-func.
10398
10399 * calc/calc-vec.el (math-read-brackets, math-read-vector)
10400 (math-read-matrix): Use declared variable math-expr-data.
10401
10402 * calc/calc-lang.el (math-parse-fortran-vector)
10403 (math-parse-fortran-vector-end, math-parse-tex-sum)
10404 (math-parse-eqn-matrix, math-parse-eqn-prime)
10405 (math-read-math-subscr): Use declared variable math-expr-data.
10406
10407 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10408 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10409 (calc-match-user-syntax, math-read-if, math-factor-after)
10410 (math-read-factor): Use declared variable math-expr-data.
10411
10412 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10413
10414 * calendar/diary-lib.el (diary-from-outlook)
10415 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10416 interactive-p; but rather new optional argument NOCONFIRM.
10417
10418 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10421 (easy-menu-name-match): Revert correspondingly.
10422
10423 2004-11-09 Richard M. Stallman <rms@gnu.org>
10424
10425 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10426 Turn off warnings for the new function even if definition not constant.
10427 If the definition isn't a quoted symbol, record (FUNCTION . t).
10428 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10429 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10430 (display-call-tree, byte-compile-arglist-warn):
10431 Handle t returned by byte-compile-fdefinition.
10432
10433 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10434
10435 * Makefile.in (maintainer-clean): Depend on distclean.
10436
10437 * help-fns.el (help-C-file-name): File name must be in build-files
10438 to be returned.
10439
10440 2004-11-09 Jay Belanger <belanger@truman.edu>
10441
10442 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10443 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10444
10445 * calc/calc.el (calc, calc-trail-display, calc-mode):
10446 Remove obsolete sections.
10447
10448 * calc/calc.el (calc-x-paste-text): Remove.
10449
10450 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10451 mouse-2.
10452
10453 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10454
10455 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10456 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10457 current frame (in case of recursive calls).
10458 (gdb-show-changed-values): Add :version keyword.
10459
10460 2004-11-09 Kenichi Handa <handa@m17n.org>
10461
10462 * international/mule-cmds.el: Change coding: tag back to
10463 iso-2022-7bit.
10464
10465 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * international/mule-cmds.el: Change coding-system to utf-8.
10468 (select-safe-coding-system-interactively):
10469 New function extracted from select-safe-coding-system.
10470 (select-safe-coding-system): Use it.
10471
10472 2004-11-08 Richard M. Stallman <rms@gnu.org>
10473
10474 * subr.el (syntax-after): Doc fix.
10475
10476 * paren.el (show-paren-function): Change calls to syntax-after
10477 for new way of returning the value.
10478
10479 * menu-bar.el (menu-bar-file-menu): Make this the real name
10480 and menu-bar-files-menu the alias. Use the former.
10481 (global-map): Use `file', not `files', as the symbol.
10482
10483 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10484
10485 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10486 Don't use beginning-of-buffer.
10487 (filesets-cmd-show-result): Use with-no-warnings.
10488
10489 2004-11-08 Juri Linkov <juri@jurta.org>
10490
10491 * progmodes/compile.el (compile): Don't overwrite last command in
10492 minibuffer history with default command if they are not equal.
10493
10494 2004-11-08 Jay Belanger <belanger@truman.edu>
10495
10496 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10497 non-linear substitutions.
10498
10499 2004-11-08 Jay Belanger <belanger@truman.edu>
10500
10501 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10502 (math-do-integral): Set `math-linear-subst-tried' to nil.
10503 (math-do-integral-methods): Use `math-linear-subst-tried' to
10504 determine what type of substitution to try.
10505 (math-integ-try-linear-substituion):
10506 Set `math-linear-subst-tried' to t.
10507
10508 2004-11-08 Kim F. Storm <storm@cua.dk>
10509
10510 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10511
10512 2004-11-07 Juri Linkov <juri@jurta.org>
10513
10514 * info-look.el (info-lookup): Allow reusing in the current buffer
10515 not only *info* buffer, but all (even renamed) Info buffers
10516 by checking for major-mode instead of *info* buffer name.
10517 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10518 (octave-mode, maxima-mode) <doc-spec>:
10519 Allow long dashes generated by Texinfo 4.7 before definitions.
10520 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10521 definitions with argument separated by space.
10522
10523 2004-11-06 Richard M. Stallman <rms@gnu.org>
10524
10525 * simple.el (next-error group, face): Move before first use.
10526 (next-error-highlight, next-error-highlight-no-select): Likewise.
10527
10528 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10529 (line-move): New args NOERROR and TO-END.
10530 Return t if if succeed in moving specified number of lines.
10531 (move-end-of-line): New function.
10532
10533 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10534 (end-of-buffer-other-window): Likewise.
10535
10536 * simple.el (line-move-ignore-invisible): Default to t.
10537
10538 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10539
10540 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10541
10542 * international/iso-cvt.el (iso-cvt-define-menu):
10543 Rename menu-bar-files-menu to menu-bar-file-menu.
10544
10545 * net/browse-url.el (browse-url-gnome-moz-program)
10546 (browse-url-gnome-moz-arguments): Move up before first use.
10547
10548 * net/tramp.el (tramp group): Add :version.
10549
10550 * progmodes/ada-xref.el (ada-gdb-application):
10551 Use goto-char instead of beginning-of-buffer.
10552
10553 * progmodes/cperl-mode.el (cperl-info-on-command):
10554 Use goto-char instead of beginning-of-buffer.
10555
10556 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10557 Move up before first use.
10558 (idlwave-shell-temp-pro-file): Likewise.
10559 (idlwave-shell-temp-rinfo-save-file): Likewise.
10560 (idlwave-shell-temp-file): Minor doc fix.
10561
10562 * textmodes/flyspell.el (flyspell-external-point-words):
10563 Use goto-char instead of beginning-of-buffer.
10564
10565 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10566
10567 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10568 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10569 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10570
10571 2004-11-06 David Ponce <david@dponce.com>
10572
10573 * recentf.el (recentf-menu-path): Use menu item name.
10574
10575 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10576
10577 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10578 display doesn't support images.
10579
10580 2004-11-06 Andreas Schwab <schwab@suse.de>
10581
10582 * tempo.el (tempo-match-finder): Doc fix.
10583
10584 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10585
10586 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10589 (easy-menu-lookup-name): New fun to replace it.
10590 (easy-menu-get-map): Use it to obey menu item names (rather than just
10591 keys) when looking up `path'.
10592 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10593 (easy-menu-convert-item-1): Adjust to new name.
10594
10595 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10596
10597 * outline.el (hide-body): Don't hide lines at the top of the file
10598 that precede the first header line.
10599
10600 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10601
10602 * align.el (align-areas): Delete whitespace before reindenting, so
10603 that tabs are never placed after spaces.
10604
10605 2004-11-06 Alan Shutko <ats@acm.org>
10606
10607 * macros.el (insert-kbd-macro): Do completions based on macros,
10608 rather than all commands.
10609
10610 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10611
10612 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10613 to solve a bug whereby tags with 'b' don't match.
10614
10615 2004-11-05 Juri Linkov <juri@jurta.org>
10616
10617 * info.el (Info-search): Don't search in node header lines
10618 and file headers.
10619
10620 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10621 symbol-constituent characters after dot, not only digits.
10622
10623 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10624
10625 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10626
10627 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10628
10629 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10630 if a dialog will be used, read-file-name otherwise.
10631
10632 2004-11-04 Richard M. Stallman <rms@gnu.org>
10633
10634 * textmodes/table.el (table group): Add :version.
10635
10636 * textmodes/ispell.el (ispell-word):
10637 Don't alter args; set them only thru `interactive' spec.
10638
10639 * textmodes/flyspell.el (flyspell-word):
10640 Don't alter FOLLOWING; set it only thru `interactive' spec.
10641
10642 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10643
10644 * net/browse-url.el (browse-url-maybe-new-window):
10645 Use called-interactively-p.
10646
10647 * mail/supercite.el (sc-cite-region):
10648 Don't use interactive-p. Add arg INTERACTIVE.
10649 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10650
10651 * international/mule-cmds.el (set-input-method, toggle-input-method):
10652 Don't use interactive-p. Add arg INTERACTIVE.
10653
10654 * eshell/esh-mode.el (eshell-show-maximum-output):
10655 Don't use interactive-p.
10656 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10657
10658 * mouse.el (mouse-show-mark): Get positions to delete from mark
10659 and point, not from mouse-drag-overlay.
10660
10661 * imenu.el (imenu-eager-completion-buffer): Add :version.
10662
10663 * filesets.el (filesets group): Add :version.
10664
10665 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10666
10667 * files.el (xml-based-modes): Delete var.
10668 (magic-mode-alist): New more general var.
10669 (set-auto-mode): Use it.
10670
10671 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10672 when clicking from another window.
10673
10674 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10675
10676 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10677 (vc-cvs-annotate-time): Incorporate value of deleted var.
10678 Remove special-case handling of beginning-of-buffer cruft.
10679 Cache ending position (point) and return value in text property
10680 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10681
10682 * vc-cvs.el (vc-cvs-annotate-command):
10683 Delete extraneous lines from beginning of buffer.
10684 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10685
10686 * progmodes/grep.el (grep-default-command): Take empty string
10687 for tag if all other methods yield nil. Shell-quote the tag.
10688
10689 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10690 spec in `interactive' form, and mention it in the docstring.
10691 Also, make sure point is at bol after calling `annotate-time'.
10692
10693 2004-11-02 Richard M. Stallman <rms@gnu.org>
10694
10695 * cus-edit.el (customize-group-other-window):
10696 Select the window that displays the custom buffer.
10697 (custom-buffer-create-other-window): Likewise.
10698
10699 * comint.el (comint-insert-input): Fix previous change.
10700
10701 * emacs-lisp/elp.el (elp-instrument-function):
10702 Use called-interactively-p.
10703
10704 * emacs-lisp/easymenu.el (easy-menu-intern):
10705 Don't downcase; rather, case-flip the first letter of each word.
10706
10707 * emacs-lisp/easy-mmode.el (define-minor-mode):
10708 Use called-interactively-p.
10709
10710 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10711 Add interactive-only.
10712 (byte-compile-warnings): Add interactive-only as option.
10713 (byte-compile-interactive-only-functions): New variable.
10714 (byte-compile-form): Warn about calls to functions
10715 in byte-compile-interactive-only-functions.
10716
10717 * emacs-lisp/autoload.el (update-file-autoloads):
10718 Don't use interactive-p; take new arg SAVE-AFTER.
10719
10720 * emacs-lisp/advice.el (ad-make-advised-definition):
10721 Use called-interactively-p.
10722
10723 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10724
10725 * files.el (find-file-existing): New function.
10726
10727 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10728 find-file-existing. Add "New File..." that calls find-file.
10729
10730 * diropen.pbm, diropen.xpm: New files.
10731
10732 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10733 icon diropen. New tool bar item find-file-existing uses icon open.
10734
10735 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10736 instead of read-file-name.
10737
10738 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10739
10740 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10741 (icalendar--split-value): Change name of work buffer.
10742 (icalendar--get-weekday-abbrev): Return nil on error.
10743 (icalendar--date-to-isodate): New function.
10744 (icalendar-convert-diary-to-ical)
10745 (icalendar-extract-ical-from-buffer): Use only two args for
10746 make-obsolete (XEmacs compatibility).
10747 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10748 (icalendar-export-region): Doc fix.
10749 If error, return non-nil and write errors to a buffer.
10750 Use correct weekday for weekly recurring events.
10751 Check whether date has been parsed for ordinary events.
10752 Make weekly events start in the year 2000.
10753 DTEND is non-inclusive, shift end date by one day if
10754 necessary (not for entries that have date and time).
10755 Rename local let variables: oops -> found-error, datestring ->
10756 startdatestring.
10757
10758 2004-11-02 Kim F. Storm <storm@cua.dk>
10759
10760 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10761 keep-mode-if-same variable. Add it as optional arg instead.
10762 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10763
10764 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10765 substitute-command-keys will select lower-case bindings like those
10766 used in the static help texts.
10767
10768 * descr-text.el (describe-text-properties): Don't err if called in
10769 the *Help* buffer; output to *Help-2* buffer instead.
10770
10771 * kmacro.el (group kmacro): Add :version.
10772 (kmacro-keyboard-quit): New function to cleanup on C-g.
10773 (kmacro-start-macro): Set defining-kbd-macro to append when
10774 appending to last macro.
10775
10776 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10777
10778 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10779
10780 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10781 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10782 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10783 Add :version keyword.
10784
10785 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10786
10787 * progmodes/flymake.el (flymake-err-line-patterns):
10788 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10789 `compilation-error-regexp-alist-alist' to internal Flymake format.
10790
10791 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10792
10793 2004-11-01 Jay Belanger <belanger@truman.edu>
10794
10795 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10796 with `interactive "s"'.
10797
10798 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10799
10800 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10801 Revert change from 2004-10-16. '*' checks the current buffer, but the
10802 mouse click may be in another buffer.
10803
10804 2004-11-01 John Paul Wallington <jpw@gnu.org>
10805
10806 * files.el (large-file-warning-threshold): Add :version keyword.
10807 (kill-some-buffers): Doc fix.
10808
10809 * thumbs.el (group thumbs): Add :version keyword.
10810
10811 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10812
10813 2004-11-01 Richard M. Stallman <rms@gnu.org>
10814
10815 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10816
10817 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10818
10819 * allout.el (allout group): Add :version.
10820 (allout-init): Don't use interactive-p.
10821 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10822 (allout-forward-current-level, allout-backward-current-level):
10823 Don't use interactive-p.
10824
10825 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10826 (bibtex-find-text): Likewise.
10827
10828 * progmodes/vhdl-mode.el (vhdl-fill-region)
10829 (vhdl-beginning-of-statement): Don't use interactive-p.
10830
10831 * progmodes/idlwave.el (idlwave-update-routine-info):
10832 Don't use interactive-p.
10833
10834 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10835 Don't use interactive-p.
10836
10837 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10838 Don't use interactive-p.
10839
10840 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10841 Don't use interactive-p.
10842
10843 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10844 (fortune-in-buffer): Doc fix.
10845
10846 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10847
10848 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10849 don't select the temporary buffer.
10850 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10851 (eudc-get-phone): Likewise.
10852
10853 2004-11-01 Kim F. Storm <storm@cua.dk>
10854
10855 * man.el (Man-xref-normal-file): Fix help-echo.
10856
10857 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10858
10859 * reveal.el (reveal-last-tick): New var.
10860 (reveal-post-command): Use it to avoid closing overlays when we're
10861 appending text to them.
10862
10863 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10864
10865 * textmodes/bibtex.el: Require button.
10866 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10867 (bibtex-reference-keys): Distinguish between header keys and
10868 crossref keys.
10869 (bibtex-beginning-of-field): New function.
10870 (bibtex-url-map): Remove.
10871 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10872 (bibtex-font-lock-url-regexp): Assume that field names begin at
10873 the beginning of a line.
10874 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10875 Remove field delimiters. Use bibtex-beginning-of-field.
10876 Bugfix, point can be inside a field with a url.
10877 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10878 New functions.
10879 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10880 (bibtex-key-in-head): Simplify.
10881 (bibtex-current-line): Use bolp.
10882 (bibtex-parse-keys): Remove unused arg `add'.
10883 Use bibtex-type-in-head and bibtex-key-in-head.
10884 (bibtex-parse-entry, bibtex-autofill-entry):
10885 Use bibtex-type-in-head and bibtex-key-in-head.
10886 (bibtex-autokey-get-field): Do not alter case of replacement text.
10887 (bibtex-autokey-get-names): Do all processing of name list.
10888 (bibtex-autokey-get-year): New function.
10889 (bibtex-autokey-get-title): Do all processing of title words.
10890 (bibtex-generate-autokey): Simplify.
10891 (bibtex-string-files-init): Use default-directory.
10892 Allow for absolute file names in bibtex-string-files.
10893 (bibtex-files, bibtex-file-path): New variables.
10894 (bibtex-files-expand): New function.
10895 (bibtex-find-entry-globally): New command.
10896 (bibtex-summary-function): New variable.
10897 (bibtex-summary): Default value of bibtex-summary-function.
10898 (bibtex-find-crossref): New optional args pnt and split.
10899 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10900 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10901 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10902 Fix handling of required and alternative fields.
10903 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10904 Use cons and display-buffer.
10905 (bibtex-validate-globally): New command.
10906 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10907 bibtex-parse-keys and bibtex-parse-strings for updating
10908 bibtex-reference-keys and bibtex-strings.
10909 (bibtex-realign): Remove blank lines past the last entry.
10910 (bibtex-reformat): Use bibtex-entry-format as default.
10911 (bibtex-choose-completion-string): Remove.
10912 (bibtex-complete): Do not use bibtex-choose-completion-string.
10913 (bibtex-url): Simplify.
10914
10915 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10916
10917 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10918 (x-dnd-types-alist, x-dnd-open-file-other-window)
10919 (x-dnd-known-types): Add :version.
10920
10921 2004-10-31 John Paul Wallington <jpw@gnu.org>
10922
10923 * ibuffer.el (group ibuffer): Add :version keyword.
10924
10925 2004-10-31 Kim F. Storm <storm@cua.dk>
10926
10927 * ido.el (group ido): Add :version keyword.
10928 (ido-mode): Remove :version keyword.
10929
10930 * emulation/cua-base.el (group cua): Add :version keyword.
10931 (cua-mode): Remove :version keyword.
10932
10933 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10934
10935 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10936
10937 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10938 compiler warning.
10939 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10940 function.
10941 (help-at-pt-display-when-idle): Remove autoload.
10942
10943 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10946
10947 2004-10-30 Juri Linkov <juri@jurta.org>
10948
10949 * help.el (function-called-at-point):
10950 * help-fns.el (variable-at-point): Read -> intern.
10951
10952 2004-10-30 Simon Josefsson <jas@extundo.com>
10953
10954 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10955 Recognize AS_* too.
10956
10957 2004-10-29 Simon Josefsson <jas@extundo.com>
10958
10959 * subr.el (read-passwd): Move back from password.el.
10960
10961 * password.el: Remove, not ready yet.
10962
10963 2004-10-29 Andreas Schwab <schwab@suse.de>
10964
10965 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10966
10967 2004-10-29 Sam Steingold <sds@gnu.org>
10968
10969 * mouse.el (mouse-show-mark): Replace the last occurrence of
10970 x-lost-selection-hooks with x-lost-selection-functions.
10971
10972 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10975 x-lost-selection-functions is bound.
10976
10977 * mouse-sel.el (mouse-sel-mode):
10978 * emacs-lisp/lselect.el: Adjust to new names for
10979 x-(lost|sent)-selection-functions.
10980
10981 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10982 New obsolete aliases of x-lost-selection-functions and
10983 x-sent-selection-functions.
10984
10985 2004-10-28 Kim F. Storm <storm@cua.dk>
10986
10987 * imenu.el (imenu-scanning-message): Remove.
10988 (imenu-progress-message): Make it a no-op.
10989
10990 2004-10-28 John Paul Wallington <jpw@gnu.org>
10991
10992 * files.el (set-auto-mode): Call `throw' correctly.
10993
10994 2004-10-28 Juri Linkov <juri@jurta.org>
10995
10996 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10997 to search `Info-...' commands in `info' manual.
10998 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10999 Add 'info-file "emacs" property.
11000 (Info-find-emacs-command-nodes): Fix index line number regexp.
11001 Set real line number (instead of fake 0) in first element of the
11002 returned list.
11003 (Info-goto-emacs-command-node): Use line number of first element
11004 to set point in the first found Info node.
11005
11006 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
11007 code to `grep-mode-font-lock-keywords'.
11008 (grep-mode-font-lock-keywords): Delete grep markers instead
11009 of making them invisible.
11010
11011 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11012
11013 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
11014 and x-server-version in bug report.
11015
11016 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
11017
11018 * files.el (set-auto-mode-0): New function.
11019 (set-auto-mode): Use it to handle aliased modes and to
11020 be consistent between C-x C-f and C-x C-w.
11021
11022 2004-10-28 Kenichi Handa <handa@m17n.org>
11023
11024 * international/utf-8.el (utf-translate-cjk-charsets):
11025 Add katakana-jisx0201.
11026
11027 * international/subst-jis.el: Add data for JISX0201.
11028
11029 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * obsolete/hilit19.el (hilit-mode): New function.
11032 Move all the toplevel side-effecting stuff into it, so that loading
11033 hilit19 doesn't mess everything up any more.
11034
11035 2004-10-27 Richard M. Stallman <rms@gnu.org>
11036
11037 * add-log.el (add-change-log-entry): Set up mailing address
11038 and full name later, and don't alter add-log-mailing-address
11039 or add-log-full-name.
11040
11041 * elide-head.el (elide-head): Change error to message.
11042 (elide-head-show): Likewise.
11043
11044 * apropos.el (apropos-macrop): Doc fix.
11045
11046 * mouse.el (mouse-show-mark): Do most processing the same
11047 regardless of transient-mark-mode.
11048
11049 * shadowfile.el (shadow-copy-files): Use interactive-p
11050 only to control whether to print a message.
11051
11052 * tar-mode.el (tar-mode): Use write-contents-functions,
11053 not write-contents-hooks.
11054
11055 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
11056 directory-sep-char.
11057
11058 2004-10-27 Richard M. Stallman <rms@gnu.org>
11059
11060 * strokes.el (strokes-unload-hook): Fix previous change.
11061
11062 * type-break.el (type-break-run-at-time): Always use run-at-time;
11063 forget the alternatives.
11064 (type-break-cancel-function-timers): Always use cancel-function-timers;
11065 forget the alternatives.
11066
11067 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
11068
11069 2004-10-27 Kenichi Handa <handa@m17n.org>
11070
11071 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
11072
11073 * international/subst-gb2312.el: Likewise.
11074
11075 * international/subst-big5.el: Likewise.
11076
11077 * international/subst-ksc.el: Likewise.
11078
11079 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
11080 New variable.
11081 (utf-translate-cjk-set-unicode-range): New function.
11082 (utf-translate-cjk-unicode-range): Make it customizable.
11083 (utf-8-post-read-conversion):
11084 Use utf-translate-cjk-unicode-range-string.
11085 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
11086 Unicode ranges.
11087
11088 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
11089
11090 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
11091 trivial variants to shorten the list.
11092 (xml-based-modes): New var.
11093 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
11094 declaration higher priority than auto-mode-alist.
11095
11096 * find-file.el (cc-other-file-alist): Bring it in line with
11097 cc-mode's auto-mode-alist entries and use \' instead of $.
11098
11099 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
11100 and add "Id" and "Name" submenus to it.
11101
11102 * imenu.el (imenu--generic-function): Skip matches in comments.
11103
11104 2004-10-26 Jay Belanger <belanger@truman.edu>
11105
11106 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
11107 (full-calc-keypad, calc-trail-display): Use an extra argument
11108 instead of `interactive-p'.
11109
11110 * calc/calc-misc.el (calc-other-window): Use an extra argument
11111 instead of `interactive-p'.
11112
11113 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
11114 `interactive-p'.
11115
11116 2004-10-26 Kim F. Storm <storm@cua.dk>
11117
11118 * help.el (describe-key): Describe both down-event and up-event
11119 for a mouse click.
11120
11121 2004-10-26 Richard M. Stallman <rms@gnu.org>
11122
11123 * woman.el (woman): Don't call interactive-p.
11124
11125 * pcomplete.el (pcomplete): Instead of interactive-p,
11126 use an arg set non-nil by the interactive spec.
11127
11128 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
11129 use an arg set non-nil by the interactive spec.
11130
11131 * man.el (Man-cleanup-manpage): Instead of interactive-p,
11132 use an arg set non-nil by the interactive spec.
11133
11134 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11135
11136 * progmodes/flymake.el (flymake-split-string):
11137 Use `flymake-split-string-remove-empty-edges' in any case.
11138
11139 2004-10-26 Masatake YAMATO <jet@gyve.org>
11140
11141 * progmodes/flymake.el (flymake-err-line-patterns):
11142 Use `compilation-error-regexp-alist-alist' instead of
11143 `compilation-error-regexp-alist'.
11144
11145 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
11148 verbatim face on the \ of \end{verbatim}.
11149
11150 2004-10-25 Jay Belanger <belanger@truman.edu>
11151
11152 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
11153 erasing minibuffer.
11154
11155 2004-10-25 Simon Josefsson <jas@extundo.com>
11156
11157 * subr.el (read-passwd): Move to net/password.el.
11158
11159 * net/password.el (read-passwd): Add. Autoload it.
11160
11161 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
11162
11163 * mouse-sel.el (mouse-sel-mode): Specify custom group.
11164
11165 * simple.el (process-file): Fix logic.
11166
11167 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
11170 (increase-right-margin): Remove erroneous call to `interactive-p'.
11171
11172 2004-10-24 Kim F. Storm <storm@cua.dk>
11173
11174 * help.el (describe-mode): Fix 2004-10-13 change.
11175 Copy pure "Auto Fill" string so it can be propertized later
11176 without causing a read-only error.
11177
11178 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
11179
11180 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
11181 style indexes.
11182
11183 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
11184
11185 * simple.el (process-file): Accept nil for INFILE. Reported by
11186 Luc Teirlinck.
11187
11188 2004-10-24 Masatake YAMATO <jet@gyve.org>
11189
11190 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
11191 Handle periods and underscores in a function name.
11192 Remove the address fontification.
11193
11194 2004-10-24 Masatake YAMATO <jet@gyve.org>
11195
11196 * progmodes/asm-mode.el (asm-font-lock-keywords):
11197 Use font-lock-variable-name-face for registers.
11198
11199 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
11200
11201 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
11202 kill-all-local-variables.
11203 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
11204 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
11205 Use kill-all-local-variables and provide mode-hooks.
11206 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
11207 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
11208 Suggested by Masatake YAMATO <jet@gyve.org>.
11209
11210 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
11211
11212 * simple.el (process-file): New function, similar to call-process
11213 but supports file handlers.
11214 * vc.el (vc-do-command): Use it, instead of call-process.
11215 * net/tramp-vc.el (vc-do-command): Do not advise it if
11216 process-file is fboundp.
11217 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
11218 process-file.
11219 (tramp-handle-process-file): New function.
11220 (tramp-file-name-for-operation): Support process-file.
11221
11222 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
11223
11224 * calendar/icalendar.el (icalendar--weekday-array): New constant.
11225 (icalendar-weekdayabbrev-table)
11226 (icalendar-monthnumber-table): Delete.
11227 (icalendar--get-month-number): Use calendar-month-name-array.
11228 (icalendar--get-weekday-number): New function.
11229 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
11230 (icalendar-export-region): Handle multi-line entries.
11231 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
11232
11233 2004-10-23 John Paul Wallington <jpw@gnu.org>
11234
11235 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
11236 `wildcards' set to t in interactive spec.
11237
11238 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
11239 interactive spec rather than use `interactive-p'.
11240 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
11241 rather than use function `interactive-p'.
11242
11243 2004-10-22 Kenichi Handa <handa@m17n.org>
11244
11245 * international/mule.el (translate-region): Implement it in Lisp
11246 as a front end of translate-region-internal.
11247
11248 2004-10-21 Jay Belanger <belanger@truman.edu>
11249
11250 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
11251 Declare these variables with defvar.
11252
11253 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
11254 is bound, only check to see if it is bound.
11255
11256 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11257
11258 * textmodes/tex-mode.el (tex-compilation-parse-errors):
11259 Don't output messages.
11260
11261 * calc/calc-help.el (calc-describe-bindings): Fix last change.
11262
11263 2004-10-21 John Paul Wallington <jpw@gnu.org>
11264
11265 * calc/calc-graph.el (calc-graph-init):
11266 Use `set-process-query-on-exit-flag'.
11267
11268 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
11269
11270 * progmodes/compile.el (compilation-start): Rely on `cd' to get
11271 dir right and also allow argumentless cd.
11272
11273 2004-10-19 Richard M. Stallman <rms@gnu.org>
11274
11275 * textmodes/flyspell.el (flyspell-mode): Doc fix.
11276
11277 * eshell/em-unix.el (eshell-grep):
11278 Don't bind compilation-process-setup-function.
11279
11280 * comint.el (comint-insert-input): Use @ in `interactive'.
11281 (comint-input-filter-functions): Doc fix.
11282 (comint-kill-whole-line, comint-get-source): Doc fix.
11283
11284 * progmodes/compile.el (compilation-setup):
11285 Don't set buffer-read-only if MINOR is non-nil.
11286
11287 2004-10-19 Jay Belanger <belanger@truman.edu>
11288
11289 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
11290 (calc-emacs-type-gnu19): Remove.
11291 (calc-digit-map, calc-read-key-sequence, calc-read-key):
11292 Remove check for old emacs versions.
11293
11294 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
11295 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
11296 for current Emacs.
11297
11298 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
11299 the end of the minibuffer.
11300 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
11301 copy `esc-map'.
11302
11303 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
11304
11305 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
11306 call that would be given when the current emacs was used.
11307
11308 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
11309
11310 * calendar/icalendar.el: Set coding to utf-8.
11311 (icalendar-version): Increase to 0.07.
11312 (icalendar-monthnumber-table): Change March pattern.
11313 (icalendar-get-all-event-properties)
11314 (icalendar-set-event-property): Delete.
11315 (icalendar-all-events): No longer interactive.
11316 (icalendar-convert-diary-to-ical)
11317 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11318 their replacements.
11319 (icalendar-export-file, icalendar-export-region): New functions;
11320 essentially old `icalendar-convert-diary-to-ical' but appending to
11321 target rather than overwriting.
11322 (icalendar-import-file): Append to target file rather than
11323 overwriting. Fourth arg deleted.
11324 (icalendar-import-buffer): New name for old
11325 `icalendar-extract-ical-from-buffer'.
11326 (icalendar--convert-string-for-import): New name for
11327 old `icalendar-convert-for-import'.
11328 (include-icalendar-files): Delete.
11329 Prefix for all internal functions changed from `icalendar-'
11330 to `icalendar--'.
11331
11332 2004-10-19 Richard M. Stallman <rms@gnu.org>
11333
11334 * paths.el (news-path): Fix previous change.
11335
11336 2004-10-18 Jay Belanger <belanger@truman.edu>
11337
11338 * calc/calc-help.el (calc-describe-bindings):
11339 Set `buffer-read-only' to nil while working in the keybindings buffer;
11340 remove some extra information from the keybindings buffer.
11341
11342 2004-10-18 David Ponce <david@dponce.com>
11343
11344 * mouse.el (mouse-drag-move-window-top): New function.
11345 (mouse-drag-mode-line-1): Use it.
11346
11347 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11348
11349 * info.el (Info-fontify-node): For multiline refs,
11350 arrange to unfontify newline and surrounding whitespace.
11351
11352 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11355 directory is missing.
11356
11357 2004-10-17 John Paul Wallington <jpw@gnu.org>
11358
11359 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11360 New customizable variable; whether to display buffers that match
11361 `ibuffer-maybe-show-predicates' by default.
11362 (ibuffer-maybe-show-predicates): Mention it in docstring.
11363 (ibuffer-display-maybe-show-predicates): New variable.
11364 (ibuffer-update): Prefix arg now toggles whether buffers that
11365 match `ibuffer-maybe-show-predicates' should be displayed.
11366 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11367 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11368 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11369
11370 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
11371
11372 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11373 work correctly.
11374
11375 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11376
11377 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11378 (Buffer-menu-beginning): New helper function.
11379 (Buffer-menu-execute): Use it.
11380 (Buffer-menu-select): Use it.
11381 (Buffer-menu-sort): Use it and also keep markers.
11382
11383 2004-10-17 Richard M. Stallman <rms@gnu.org>
11384
11385 * paths.el (news-directory): Rename from news-path. Old name alias.
11386 (rmail-spool-directory): Use defvar.
11387 (sendmail-program): Use defcustom.
11388 (remote-shell-program): Use defcustom.
11389 (term-file-prefix): Use defvar.
11390 (abbrev-file-name): Use defvar.
11391
11392 * term.el: Add maintainer.
11393
11394 * subr.el (with-local-quit): Return nil if there's a quit.
11395 (read-passwd): Use with-local-quit. Doc fix.
11396
11397 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11398 (strokes-unload-hook): Set as a variable with add-hook.
11399
11400 * startup.el (fancy-splash-tail, normal-splash-screen):
11401 Update copyright year.
11402
11403 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11404
11405 * server.el (server-unload-hook): Set as a variable with add-hook.
11406
11407 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11408
11409 * frame.el (special-display-popup-frame):
11410 Make the buffer current as its frame is created.
11411
11412 * delsel.el (delsel-unload-hook): Set as a variable.
11413
11414 * comint.el (comint-output-filter-functions):
11415 Add comint-watch-for-password-prompt.
11416 (comint-read-noecho): Function deleted.
11417 (send-invisible): Use read-passwd.
11418
11419 * fringe.el (fringe-mode-initialize): New function.
11420 (fringe-mode): Use fringe-mode-initialize as :initialize.
11421
11422 2004-10-17 Kim F. Storm <storm@cua.dk>
11423
11424 * language/indian.el (indian-script-language-alist): Swap value and doc.
11425 (indian-font-char-index-table): Doc fix.
11426
11427 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11430
11431 2004-10-16 Juri Linkov <juri@jurta.org>
11432
11433 * progmodes/compile.el (compilation-start): Move let-binding of
11434 `process-environment' into `with-current-buffer' body.
11435 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11436
11437 2004-10-16 Richard M. Stallman <rms@gnu.org>
11438
11439 * pcvs-util.el (cvs-bury-buffer):
11440 Don't call get-buffer-window for effect.
11441
11442 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11443
11444 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11445
11446 * msb.el (msb-unload-hook): Set the variable.
11447
11448 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11449 Use * to err if buffer is readonly.
11450
11451 * subr.el (looking-back): Return only t or nil.
11452
11453 * whitespace.el (whitespace-unload-hook): Set the variable.
11454
11455 * view.el (view-mode-enable): Set view-page-size and
11456 view-half-page-size to nil.
11457 (view-set-half-page-size-default): view-half-page-size = nil
11458 means the default.
11459 (View-scroll-page-forward): Use view-page-size-default.
11460 (View-scroll-page-backward): Likewise.
11461 (view-page-size, view-half-page-size): Doc fixes.
11462
11463 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11464
11465 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11466
11467 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11468 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11469 (byte-compile-log-1): Bind inhibit-read-only.
11470 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11471 (byte-compile-log-warning): Likewise.
11472 (byte-compile-file-form-require): Detect "cl" from the arg value.
11473
11474 * progmodes/compile.el (compilation-start): Assume compilation-mode
11475 will make the buffer read-only.
11476 (compilation-mode): Take arg name-of-mode.
11477 (compilation-setup): Make buffer read-only.
11478 (compilation-handle-exit): Bind inhibit-read-only.
11479
11480 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11481 (ispell-message): Likewise.
11482 (ispell-show-choices): Don't call get-buffer-window uselessly.
11483 (ispell-init-process): Use set-process-query-on-exit-flag.
11484
11485 2004-10-16 Kim F. Storm <storm@cua.dk>
11486
11487 * fringe.el (fringe-bitmaps): Only initialize when defined.
11488
11489 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11490 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11491
11492 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11493
11494 2004-10-15 Simon Josefsson <jas@extundo.com>
11495
11496 * net/password.el: Add.
11497
11498 2004-10-14 Masatake YAMATO <jet@gyve.org>
11499
11500 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11501 (gdb-script-end-of-defun): New function.
11502 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11503 `gdb-script-end-of-defun' as *-of-defun-function.
11504
11505 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11506
11507 * button.el (button-activate): Allow a marker to display as an action.
11508
11509 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11510
11511 * help.el (describe-mode): Use it to make minor mode list into
11512 hyperlinks.
11513
11514 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * vc.el (vc-annotate-display-select): Fix typo.
11517
11518 * subr.el (substitute-key-definition-key): New function.
11519 (substitute-key-definition): Use it with map-keymap.
11520 (event-modifiers): Use push.
11521 (mouse-movement-p, with-temp-buffer): Simplify.
11522
11523 2004-10-12 Jay Belanger <belanger@truman.edu>
11524
11525 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11526 New variables.
11527 (calc-help-index-entries): New function.
11528 (calc-describe-function): Use `calc-help-function-list' instead of
11529 obarray for completion.
11530 (calc-describe-variable): Use `calc-help-variable-list' instead
11531 of obarray for completion.
11532
11533 2004-10-12 Richard M. Stallman <rms@gnu.org>
11534
11535 * info-look.el (info-lookup-file): Add info-file property.
11536 (info-lookup-symbol): Likewise.
11537
11538 * info.el (info-xref): Add underlining.
11539 (info): Add info-file property.
11540 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11541
11542 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11543
11544 Sync with Tramp 2.0.45.
11545
11546 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11547 defined. This is not the case for XEmacs without package "edebug".
11548 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11549 remote files to the permissions of the original file. This is not
11550 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11551 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11552 (tramp-perl-decode): Fix an error in Perl implementation.
11553 $pending must be cleared every loop. Reported by Benjamin Place
11554 <benjaminplace@sprintmail.com>
11555
11556 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11557 Don't activate advice during definition. This is done later on,
11558 depending on test result of `substitute-in-file-name'.
11559 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11560
11561 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11564
11565 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11566
11567 2004-10-12 David Ponce <david@dponce.com>
11568
11569 * recentf.el (recentf-edit-list): Update the menu when the recentf
11570 list has been modified.
11571
11572 2004-10-12 Simon Josefsson <jas@extundo.com>
11573
11574 * net/tls.el (tls-certtool-program): New variable.
11575 (tls-certificate-information): New function, based on
11576 ssl-certificate-information.
11577
11578 2004-10-12 Kenichi Handa <handa@m17n.org>
11579
11580 * international/mule.el (coding-system-equal): Move from mule-util.el.
11581
11582 * international/mule-util.el (coding-system-equal): Move to mule.el.
11583
11584 2004-10-12 Kim F. Storm <storm@cua.dk>
11585
11586 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11587 reset kmacro-initial-counter-value if set.
11588 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11589 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11590 (kmacro-display): Show macro counter if non-zero.
11591
11592 * subr.el (substitute-key-definition): Mention command remapping
11593 in doc string.
11594
11595 2004-10-11 Jay Belanger <belanger@truman.edu>
11596
11597 * calc/calc-misc.el (calc-info-goto-node): New function.
11598 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11599 node in one step.
11600 (calc-describe-copying, calc-describe-distribution)
11601 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11602 Go to appropriate info node in one step.
11603
11604 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11607
11608 * font-lock.el (font-lock-apply-highlight): Fix last change.
11609
11610 2004-10-11 Simon Josefsson <jas@extundo.com>
11611
11612 * mail/smtpmail.el (smtpmail-open-stream): Look for
11613 starttls-gnutls-program instead of starttls-program iff
11614 starttls-use-gnutls is non-nil.
11615 (smtpmail-open-stream): Don't overwrite user settings of
11616 starttls-extra-arguments and starttls-extra-args.
11617
11618 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * comint.el (comint-mouse-insert-input): Remove.
11621 (comint-insert-input): Make it work for mouse bindings.
11622 (comint-mode-map): Move defs into the declaration.
11623 (comint-output-filter): Typo.
11624
11625 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11626
11627 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11628
11629 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11630 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11631 ange-ftp-remote-shell.
11632
11633 2004-10-10 Andreas Schwab <schwab@suse.de>
11634
11635 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11636 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11637 Reported by <sri@asu.edu>.
11638
11639 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11640
11641 * vc.el (vc-annotate-mode): Remove variable.
11642 (vc-annotate-display-select): Only call vc-annotate-mode
11643 if we're not in that mode already.
11644
11645 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11646
11647 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11648 (imenu-choose-buffer-index): Check here for rescan instead.
11649
11650 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11651 where the face expression evals to nil.
11652
11653 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11654 (tex-font-lock-keywords-2): Use it.
11655 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11656
11657 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11658
11659 2004-10-09 Kim F. Storm <storm@cua.dk>
11660
11661 * subr.el (progress-reporter-update): Define before first usage.
11662 (make-progress-reporter): Doc fix.
11663
11664 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11665
11666 * textmodes/paragraphs.el (sentence-end-double-space)
11667 (sentence-end-without-period, sentence-end-without-space)
11668 (sentence-end): Doc fixes.
11669
11670 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11671
11672 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11673 Change paragraph-start regexp so we don't fill code starting with #'(.
11674
11675 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11676
11677 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11678 New defcustom.
11679 (extract-address-components): Use it.
11680
11681 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11682
11683 * subr.el (make-progress-reporter, progress-reporter-update)
11684 (progress-reporter-force-update, progress-reporter-do-update)
11685 (progress-reporter-done): New functions.
11686
11687 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11688
11689 * progmodes/etags.el (etags-tags-completion-table): Use progress
11690 reporter.
11691 (etags-tags-apropos): Likewise.
11692
11693 2004-10-08 Alan Mackenzie <acm@muc.de>
11694
11695 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11696 of current line.
11697
11698 2004-10-08 Masatake YAMATO <jet@gyve.org>
11699
11700 * server.el (server-process-filter): Wrap `process-send-region'
11701 by `condition-case' to guard the case when the pipe to PROC is closed.
11702
11703 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11704
11705 * xml.el (xml-substitute-special): Limit handling of external entities.
11706
11707 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11708
11709 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11710
11711 2004-10-06 John Paul Wallington <jpw@gnu.org>
11712
11713 * xml.el (xml-parse-dtd): Fix `error' call.
11714
11715 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11716
11717 * xml.el (xml-substitute-special): Return a single string instead
11718 of a list of strings if an entity substitution is made.
11719
11720 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11721
11722 * calendar/icalendar.el: New file.
11723
11724 2004-10-05 Juri Linkov <juri@jurta.org>
11725
11726 * isearch.el (isearch-done): Set mark after running hook.
11727 Reported by Drew Adams <drew.adams@oracle.com>.
11728
11729 * info.el (Info-history, Info-toc): Fix Info headers.
11730 (Info-toc): Narrow buffer before Info-fontify-node.
11731 (Info-build-toc): Don't check for special Info file names.
11732 Set main-file to nil if Info-find-file returns a symbol.
11733
11734 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11735
11736 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11737 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11738 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11739
11740 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11741
11742 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11743 for old interactive spec from calendar-goto-iso-date.
11744 (calendar-goto-iso-date): Use it.
11745 (calendar-goto-iso-week): New function. Suggested by Emilio
11746 C. Lopes <eclig@gmx.net>.
11747
11748 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11749
11750 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11751 `set-right-margin' bindings that follow the minor mode conventions.
11752
11753 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11756 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11757 (latex-block-args-alist): Add minipage and picture.
11758 (latex-block-body-alist): Use reftex-label if enabled.
11759 (latex-insert-block): Don't insert a \n if not necessary.
11760 (tex-compile-commands): Make sure dvips doesn't send to printer.
11761 (tex-compile-default): Handle the case where no executable is found.
11762 (latex-noindent-environments): New var.
11763 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11764 If tex-indent-allhanging is non-nil, make sure we only align for macros
11765 at beginning of line.
11766
11767 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11768
11769 * newcomment.el (comment-beginning): Doc fix and don't choke on
11770 unset `comment-end-skip' when at beginning of comment.
11771
11772 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11773
11774 * term.el (term-adjust-current-row-cache): Don't allow the current
11775 row to become negative.
11776 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11777 the end of the line. Fix scroll down. Add comments.
11778 (term-handle-ansi-escape): Don't exceed terminal width when moving
11779 right.
11780 (term-scroll-region): Move the cursor after setting the scroll region.
11781
11782 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11783
11784 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11785 to `width' for consistency with docstring. Doc fix.
11786
11787 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11788
11789 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11790 This is necessary for derived modes.
11791
11792 2004-09-30 Kim F. Storm <storm@cua.dk>
11793
11794 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11795 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11796
11797 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11798 kmacro-extract-lambda functions.
11799 (edit-kbd-macro): Handle kmacro lambda forms.
11800 Include counter and counter format in edit buffer.
11801 (edmacro-finish-edit): Get counter and format from edit buffer and
11802 update kmacro bindings when found.
11803
11804 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11805
11806 * textmodes/paragraphs.el (forward-paragraph):
11807 Avoid args-out-of-range error when point winds up at the beginning of
11808 the buffer and hard newlines are enabled.
11809
11810 * newcomment.el (comment-multi-line): Doc fix.
11811
11812 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11815 (diff-fixup-modifs): Catch unified-diff file-headers.
11816
11817 2004-09-29 Kim F. Storm <storm@cua.dk>
11818
11819 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11820 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11821 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11822
11823 * fringe.el (fringe-bitmap-p): New macro.
11824 (fringe-bitmaps): Add standard fringe bitmaps on load.
11825
11826 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11827
11828 * dired.el (dired-view-command-alist): Use more efficient regexps.
11829 Remove dubious arguments.
11830 (dired-align-file): New function.
11831 (dired-insert-directory): Use it.
11832 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11833 (dired-buffers-for-dir): Remove unused var `pattern'.
11834
11835 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11836
11837 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11838 from diary display excursion. Store diary buffer's point for
11839 `simple-diary-display'.
11840 (simple-diary-display): Set window point and start when
11841 displaying buffer, to preserve point.
11842
11843 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11844
11845 * textmodes/enriched.el (enriched-translations): Replace defconst
11846 with defvar.
11847
11848 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11849
11850 * printing.el: Doc fix.
11851 (pr-version): New version number (6.8.1).
11852 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11853 make-temp-name.
11854 (pr-delete-file): Check if file exists before deleting it.
11855 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11856
11857 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * term.el (term-display-table): New variable.
11860 (term-mode): Use it.
11861 (term-exec-1): Set the coding system to binary.
11862 (term-emulate-terminal): Decode the string before inserting it.
11863
11864 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11865
11866 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11867 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11868 (map): Bind S-prior, S-next and S-insert.
11869 (term-mode): Set `indent-tabs-mode' to nil.
11870 (term-paste): New function to be bound to S-insert.
11871 (term-send-del, term-send-backspace): Change the strings sent.
11872 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11873 (term-handle-colors-array): Fix handling of underline and reverse.
11874 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11875 (term-erase-in-line): Fix comparison.
11876 (term-emulate-terminal): Fix line wrap handling.
11877 (term-start-output-log): Rename from `term-set-output-log'.
11878 (term-stop-output-log): Rename from `term-stop-photo'.
11879 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11880
11881 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * dired.el (dired-move-to-filename): Don't output a message if
11884 raise-error is non-nil. Fix return position and value.
11885
11886 * files.el (insert-directory): Obey --dired even with symlinks.
11887
11888 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11889
11890 * ls-lisp.el (ls-lisp-format): Mark file names with property
11891 dired-filename.
11892
11893 2004-09-25 Kim F. Storm <storm@cua.dk>
11894
11895 * ido.el (ido-max-directory-size): New defcustom.
11896 (ido-decorations): Add "too big" element.
11897 (ido-directory-too-big): New dynamic var.
11898 (ido-may-cache-directory): Don't cache big directories.
11899 (ido-directory-too-big-p): New defun.
11900 (ido-set-current-directory): Update ido-directory-too-big.
11901 (ido-read-internal): Make empty ido-cur-item if too-big.
11902 (ido-buffer-internal): Use ido-read-internal directly instead of
11903 ido-read-buffer.
11904 (ido-file-internal): Init ido-directory-too-big.
11905 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11906 and redo completion with full list.
11907 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11908 it, and show completions.
11909 (ido-all-completions): Let bind ido-directory-too-big to nil.
11910 (ido-exhibit): Handle ido-directory-too-big.
11911 (ido-read-buffer): Handle fallback to read-buffer.
11912 Init ido-directory-too-big.
11913 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11914 Init ido-directory-too-big.
11915
11916 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11917
11918 * subr.el (delay-mode-hooks): Doc fix.
11919
11920 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11921
11922 * textmodes/enriched.el
11923 (enriched-default-text-properties-local-flag): New variable.
11924 (enriched-mode): Make sure that enabling and disabling the mode is
11925 a no-op. Doc fix.
11926
11927 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11928
11929 * calendar/holidays.el (holiday-advent): Report on a specified day
11930 offset from advent, not just advent.
11931 (holiday-easter-etc): Report on one specified day offset from
11932 easter, not all easter holidays. Various Easter holidays moved to
11933 `christian-holidays' variable in calendar.el.
11934 * calendar/calendar.el (christian-holidays): Adapt for new
11935 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11936
11937 2004-09-23 Kim F. Storm <storm@cua.dk>
11938
11939 * image.el (insert-sliced-image): Add doc string.
11940
11941 * ido.el (ido-choice-list): New dynamic var for `list' context.
11942 (ido-context-switch-command): New dynamic var.
11943 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11944 (ido-read-internal): Handle new `list' context.
11945 Handle insert-buffer and insert-file ido-exit values.
11946 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11947 ido-context-switch-command. Handle insert-file ido-exit value.
11948 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11949 unless it is already bound by caller.
11950 (ido-file-internal): New arg switch-cmd. Use it to setup
11951 ido-context-switch-command. Handle insert-buffer ido-exit value.
11952 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11953 used for context switching.
11954 (ido-all-completions): Handle new `list' context.
11955 (ido-make-choice-list): Return choices for `list' context.
11956 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11957 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11958 (ido-insert-buffer, ido-insert-file): Setup context switching.
11959 (ido-exhibit): Handle `list' context.
11960 (ido-read-file-name): Disable context switching. Handle fallback.
11961 (ido-read-directory-name): Disable context switching.
11962 (ido-completing-read): New defun like completing-read. Setup and
11963 use new `list' context.
11964
11965 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11966
11967 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11968
11969 2004-09-21 Jay Belanger <belanger@truman.edu>
11970
11971 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11972 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11973 separate window.
11974
11975 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11976
11977 * subr.el (after-change-major-mode-hook): Doc fix.
11978
11979 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11980
11981 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11982 of ghostscript for monochrome PostScript file in Windows.
11983
11984 2004-09-21 Kenichi Handa <handa@m17n.org>
11985
11986 * descr-text.el (describe-char): Checking of quail activation fixed.
11987
11988 2004-09-21 Jay Belanger <belanger@truman.edu>
11989
11990 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11991
11992 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11995 after the mode hooks instead of before. Doc fix.
11996
11997 2004-09-20 Jason Rumney <jasonr@gnu.org>
11998
11999 * startup.el (command-line) [windows-nt]: Try .emacs first, then
12000 _emacs, but revert to .emacs if neither exists in home directory.
12001
12002 2004-09-20 John Paul Wallington <jpw@gnu.org>
12003
12004 * bindings.el (completion-ignored-extensions): Add .dfsl.
12005
12006 2004-09-20 Richard M. Stallman <rms@gnu.org>
12007
12008 * bindings.el (scroll-left): Make it disabled.
12009
12010 * files.el (enable-local-eval): Doc fix.
12011
12012 * indent.el (move-to-left-margin): Special case for minibuffer.
12013
12014 * term.el (term-emulate-terminal): Turn off undo for output.
12015 Use with-current-buffer and save-selected-window.
12016
12017 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
12018
12019 * progmodes/make-mode.el (makefile-fill-paragraph):
12020 Don't insist on spaces when looking for comments. # is enough.
12021
12022 * files.el (hack-local-variables): Copy the variables list
12023 to another buffer, strip prefixes and suffixes there, then read.
12024 (enable-local-eval): Doc fix.
12025 (ignored-local-variables): Initialize to nil.
12026 (risky-local-variable-p): Don't check ignored-local-variables here.
12027 (hack-one-local-variable): Ignore var if in ignored-local-variables.
12028
12029 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12030
12031 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
12032 of = to "." (punctuation).
12033
12034 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * subr.el (event-basic-type): Fix mask (extend to 22bits).
12037
12038 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
12039
12040 * textmodes/enriched.el (enriched-rerun-flag): New variable.
12041 (enriched-before-change-major-mode): New function.
12042 Add it to `change-major-mode-hook'.
12043 (enriched-after-change-major-mode): New function.
12044 Add it to `after-change-major-mode-hook'.
12045 (enriched-mode): Make it work correctly if called from
12046 `after-change-major-mode-hook'.
12047 No longer set `indent-line-function'.
12048
12049 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
12050
12051 * subr.el (after-change-major-mode-hook): New variable.
12052 (run-mode-hooks): Implement it.
12053
12054 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * battery.el (battery-linux-proc-apm): Use string-to-number.
12057 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
12058 Use dolist (and less indentation). Use erase-buffer.
12059 Pre-initialize `design-capacity', `warn', and `low'.
12060 (battery-format): Use replace-regexp-in-string.
12061
12062 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
12063
12064 * battery.el: Delete superfluous empty lines.
12065 (battery-linux-proc-acpi): Attempt to gather information from all
12066 battery subdirectories regardless of their file name.
12067 (battery-linux-proc-apm): Replace all occurrences of
12068 battery-hex-to-int-2 with string-to-int (base 16).
12069 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
12070 (battery-hex-map): Delete variable.
12071
12072 2004-09-18 John Paul Wallington <jpw@gnu.org>
12073
12074 * calc/calc-units.el (calc-quick-units): Fix overzealous
12075 s/or/unless/.
12076
12077 2004-09-17 Jay Belanger <belanger@truman.edu>
12078
12079 * calc/calc.el (calc-mode-var-list): Fix the value of
12080 `calc-matrix-brackets'.
12081
12082 2004-09-17 Romain Francoise <romain@orebokech.com>
12083
12084 * ibuf-ext.el (define-ibuffer-filter filename):
12085 Expand dired-directory since buffer-file-name is absolute.
12086
12087 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12088
12089 * ediff-init.el (ediff-current-diff-face-A)
12090 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12091 (ediff-current-diff-face-Ancestor)
12092 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
12093 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
12094 (ediff-even-diff-face-A, ediff-even-diff-face-B)
12095 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
12096 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
12097 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
12098 Use min-colors.
12099
12100 * term.el (term-down): Perform vertical motion if DOWN is negative.
12101 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
12102 (term-termcap-format): Synchronyze with the eterm terminfo entry
12103 in etc/e/eterm.ti.
12104 (term-handle-colors-array): If the current foreground or
12105 background are zero (i.e. unspecified), use the foreground and
12106 background of the default face for reverse video.
12107 (term-ansi-at-eval-string, term-ansi-default-fg)
12108 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
12109 (term-mem): Delete ununsed function.
12110 (term-protocol-version): Increment.
12111 (term-current-face): Set to default.
12112
12113 2004-09-15 Jay Belanger <belanger@truman.edu>
12114
12115 * calc/calc.el (calc-mode-var-list): Define this variable.
12116 (calc-always-load-extensions, calc-line-numbering)
12117 (calc-line-breaking, calc-display-just, calc-display-origin)
12118 (calc-number-radix, calc-leading-zeros, calc-group-digits)
12119 (calc-group-char, calc-point-char, calc-frac-format)
12120 (calc-prefer-frac, calc-hms-format, calc-date-format)
12121 (calc-float-format, calc-full-float-format, calc-complex-format)
12122 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
12123 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
12124 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
12125 (calc-matrix-brackets, calc-language, calc-language-option)
12126 (calc-left-label, calc-right-label, calc-word-size)
12127 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
12128 (calc-display-raw, calc-internal-prec, calc-angle-mode)
12129 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
12130 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
12131 (calc-window-height, calc-display-trail, calc-show-selections)
12132 (calc-use-selections, calc-assoc-selections)
12133 (calc-display-working-message, calc-auto-why, calc-timing)
12134 (calc-mode-save-mode, calc-standard-date-formats)
12135 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
12136 (calc-user-parse-tables, calc-gnuplot-default-device)
12137 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12138 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12139 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12140 (calc-invocation-macro, calc-show-banner): Give these values as
12141 part of `calc-mode-var-list's initialization after the variables
12142 are declared with defvar.
12143 (calc-bug-address): Change email address to send bug reports to.
12144 Change the maintainer address at the top.
12145 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
12146 than "\\.emacs" to determine if it is the user-init-file.
12147
12148 * calc/calc-embed.el (calc-embedded-set-modes): Use
12149 `calc-mode-var-list' correctly.
12150
12151 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
12152
12153 * vc.el (annotate-time): Document point handling.
12154 (vc-annotate-display-autoscale): Doc fix.
12155
12156 2004-09-15 Miles Bader <miles@gnu.org>
12157
12158 * generic.el (generic-make-keywords-list): Use symbol rather than
12159 word anchors in regexp.
12160
12161 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
12162
12163 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
12164 no file name consider `dired-directory'.
12165
12166 2004-09-14 Kim F. Storm <storm@cua.dk>
12167
12168 * faces.el (cursor): Add face-no-inherit property. Doc fix.
12169
12170 2004-09-14 Simon Josefsson <jas@extundo.com>
12171
12172 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
12173
12174 * textmodes/dns-mode.el: Add.
12175
12176 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
12179 (disabled-command-function): Make the ?\ char more obvious.
12180
12181 * vc-arch.el (vc-arch-root, vc-arch-registered):
12182 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
12183
12184 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
12185
12186 * windmove.el (windmove-frame-edges): Report coordinates of
12187 outside edges of frame, not inside edges.
12188 (windmove-coordinates-of-position): Convert into wrapper to new
12189 function `windmove-coordinates-of-window-position';
12190 `compute-motion' always applies to selected window.
12191 (windmove-coordinates-of-position): Update documentation to refer
12192 to Emacs 21 Lisp Reference Manual.
12193 (windmove-find-other-window): Fix off-by-one errors for max x,y.
12194
12195 2004-09-13 Kim F. Storm <storm@cua.dk>
12196
12197 * isearch.el (isearch-resume-in-command-history): Rename from
12198 isearch-resume-enabled and change default to nil.
12199
12200 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * vc-hooks.el (vc-ignore-dir-regexp): New var.
12203 (vc-registered): Use it.
12204 (vc-find-root): New fun.
12205
12206 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
12207 Don't tell to use \\{...} when it's already done.
12208
12209 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
12210 Provide a sample complex default.
12211 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
12212 (bibtex-entry): Use mapc.
12213
12214 2004-09-12 Kim F. Storm <storm@cua.dk>
12215
12216 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
12217
12218 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
12219 inhibit-field-text-motion to t so rectangles work in comint buffers.
12220
12221 * simple.el (choose-completion-string): Set buffer before running
12222 choose-completion-string-functions hook so it can be buffer-local.
12223
12224 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
12225
12226 * progmodes/compile.el (compilation-start): Parse command to see
12227 if it starts with a cd, and if so perform it for the *compilation*
12228 buffer. Change the header to reflect this.
12229
12230 2004-09-11 Kim F. Storm <storm@cua.dk>
12231
12232 * ido.el (ido-enable-dot-prefix): Doc fix.
12233 (ido-enable-dot-prefix): New defcustom.
12234 (ido-set-matches1): Use it.
12235
12236 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 * textmodes/bibtex.el (bibtex-mark-active)
12239 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
12240
12241 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12242
12243 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
12244 used in a case insensitive environment.
12245 (bibtex-mode-map): Rearrange order of menus.
12246 (bibtex-quoted-string-re): Obsolete.
12247 (bibtex-complete-key-cleanup): Variable replaced by new function.
12248 (bibtex-font-lock-keywords): Use backquotes.
12249 (bibtex-font-lock-url-regexp): New internal variable.
12250 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
12251 "OPT" and "ALT".
12252 (bibtex-insert-current-kill, bibtex-make-field)
12253 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
12254 (bibtex-parse-field-text): Simplify.
12255 (bibtex-string=): New helper function.
12256 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
12257 (bibtex-map-entries): Use bibtex-string=.
12258 (bibtex-search-entry): Use not.
12259 (bibtex-enclosing-field): Fix docstring.
12260 (bibtex-assoc-regexp): Obsolete.
12261 (bibtex-format-entry): Use assoc-string and bibtex-string=.
12262 (bibtex-autokey-get-names): Handle empty name field.
12263 (bibtex-parse-strings): Use assoc-string and unless.
12264 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
12265 Use assoc-string.
12266 (bibtex-pop): Simplify.
12267 (bibtex-mode): Set font-lock-extra-managed-props.
12268 (bibtex-entry-update): Use assoc-string.
12269 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
12270 (bibtex-autofill-entry): Use bibtex-string=.
12271 (bibtex-print-help-message): Simplify.
12272 (bibtex-find-entry): New optional arg START.
12273 (bibtex-validate): Use bibtex-string= and assoc-string.
12274 Do not call obsolete function compilation-parse-errors.
12275 (bibtex-remove-delimiters): Only remove delimiters if present.
12276 (bibtex-copy-entry-as-kill): Add docstring.
12277 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
12278 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
12279 (bibtex-complete): Use bibtex-predefined-month-strings,
12280 bibtex-string=, and new function bibtex-complete-key-cleanup.
12281 (bibtex-generate-url-list): New variable.
12282 (bibtex-url): New command bound to C-c C-l and mouse-2.
12283 (bibtex-url-map): New local keymap for bibtex-url-mouse.
12284 (bibtex-font-lock-url): New function.
12285
12286 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
12289
12290 2004-09-09 Kim F. Storm <storm@cua.dk>
12291
12292 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
12293 counter and format with binding.
12294 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
12295 the declared macro uses own macro counter and format. Give symbol
12296 kmacro property.
12297 (kmacro-keymap): Bind kmacro-name-last-macro to n.
12298 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
12299 (kmacro-end-and-call-macro): Doc fix.
12300
12301 2004-09-09 Lars Hansen <larsh@math.ku.dk>
12302
12303 * desktop.el (desktop-clear-preserve-buffers):
12304 Remove make-obsolete-variable.
12305
12306 2004-09-08 Richard M. Stallman <rms@gnu.org>
12307
12308 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12309 with the buffer as argument.
12310
12311 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
12312
12313 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12314
12315 2004-09-08 Juri Linkov <juri@jurta.org>
12316
12317 * replace.el (perform-replace): Use `query-replace-descr'.
12318
12319 * cus-start.el (history-delete-duplicates): Specify customization.
12320
12321 * diff-mode.el (diff-mode-map):
12322 * progmodes/compile.el (compilation-mode-map):
12323 * progmodes/grep.el (grep-mode-map):
12324 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12325 to `next-error-follow-minor-mode'.
12326
12327 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12328
12329 * isearch.el (isearch-lazy-highlight-update): Take into account
12330 the case of zero-length match at the search bound.
12331
12332 2004-09-08 Kim F. Storm <storm@cua.dk>
12333
12334 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12335 change. Use zero width overlays when necessary.
12336
12337 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12338
12339 * subr.el (split-string): Docfix.
12340
12341 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12342
12343 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12344 (display-call-tree): Ensure newline after caller/calls blocks.
12345
12346 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12347
12348 * startup.el (command-line-1): Make option
12349 --directory/-L modify `load-path' straight away.
12350
12351 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12352
12353 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12354
12355 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12356
12357 * emacs-lisp/autoload.el (make-autoload):
12358 Handle `define-compilation-mode'.
12359
12360 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12361 Specify `doc-string-elt' property.
12362
12363 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12364
12365 * bs.el (bs-mode): Doc fix.
12366
12367 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12368
12369 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12370
12371 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12372
12373 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12374
12375 2004-09-08 Kenichi Handa <handa@m17n.org>
12376
12377 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12378 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12379 ps-mule-next-point -> 1+).
12380
12381 * composite.el (encode-composition-rule): Add autoload cooky.
12382
12383 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12384
12385 * format.el (buffer-auto-save-file-format): Make it permanent local.
12386
12387 2004-09-07 Kim F. Storm <storm@cua.dk>
12388
12389 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12390 (authors-fixed-entries): Fix typo.
12391 (authors-canonical-author-name): Compact multiple spaces.
12392 Ignore trivial names (e.g. only first name).
12393
12394 * term.el (term-window-width): Only use full window width on
12395 window system if overflow-newline-into-fringe is enabled.
12396 (term-mode): Don't disable overflow-newline-into-fringe.
12397
12398 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12401 motion as seen on my Mac OS X xterms.
12402
12403 * newcomment.el (uncomment-region-default, comment-region-default):
12404 New functions extracted from uncomment-region and comment-region.
12405 (comment-region, comment-region-function, uncomment-region)
12406 (uncomment-region-function): Use them.
12407
12408 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12409
12410 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12411 It's not crucial but can make sense at times.
12412
12413 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12414 the first commit.
12415
12416 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12417 Disable obsolete code.
12418
12419 2004-09-07 Juri Linkov <juri@jurta.org>
12420
12421 * progmodes/grep.el (grep-highlight-matches): Change default from
12422 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12423 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12424 if grep option `--color' is available, or to `nil' otherwise.
12425 (grep-process-setup): Call `grep-compute-defaults' if
12426 `grep-highlight-matches' is not computed. Set env-vars only
12427 if `grep-highlight-matches' is `t'.
12428 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12429 is already defined).
12430
12431 * progmodes/compile.el (compilation-start): Use copy of
12432 `process-environment' created by `copy-sequence' to not
12433 modify env-vars in the global `process-environment'.
12434
12435 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12436
12437 * simple.el (next-error-follow-minor-mode): Fix last change.
12438
12439 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12440
12441 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12442 permanent local.
12443
12444 2004-09-04 Richard M. Stallman <rms@gnu.org>
12445
12446 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12447 highlighting if the search string is empty.
12448
12449 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * facemenu.el (facemenu-active-faces): Change condition of inner
12452 `while' loop to also check the first two elements of `face-atts'
12453 and `mask-atts'.
12454
12455 2004-09-04 John Paul Wallington <jpw@gnu.org>
12456
12457 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12458 (thumbs-view-image-mode): Make buffer read-only.
12459
12460 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12461
12462 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12463 (ispell-check-version): Set it.
12464 (ispell-send-replacement): New function.
12465 (ispell-process-line): Call ispell-send-replacement.
12466
12467 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12468
12469 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12470 Support choosing seconds with "s".
12471
12472 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12473
12474 * terminal.el (te-escape): Show `?' in prompt for help key.
12475
12476 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12477
12478 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12479
12480 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12481
12482 * simple.el (next-error-follow-minor-mode)
12483 (next-error-follow-mode-post-command-hook): New functions.
12484 (next-error-follow-last-line): New defvar.
12485
12486 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12487 * progmodes/compile.el (compilation-mode-map): Likewise.
12488 * progmodes/grep.el (grep-mode-map): Likewise.
12489 * replace.el (occur-mode-map): Likewise.
12490
12491 * newcomment.el (uncomment-region): Bind comment-use-global-state
12492 to nil.
12493
12494 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12495
12496 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12497 locally around the call to `revert-buffer'.
12498
12499 2004-09-03 Juri Linkov <juri@jurta.org>
12500
12501 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12502 `isearch-adjusted' to `t'.
12503 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12504 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12505 (isearch-other-meta-char): Restore isearch-point unconditionally.
12506 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12507 Set point to start of match if region is not active in transient
12508 mark mode (to include the current match to region boundaries).
12509 Push the search string to `query-replace-from-history-variable'.
12510 Add prompt "Query replace regexp" for isearch-regexp.
12511 Add region beginning/end as last arguments of `perform-replace.'
12512 (isearch-query-replace-regexp): Replace code by the call to
12513 `isearch-query-replace' with arg `t'.
12514
12515 2004-09-03 Richard M. Stallman <rms@gnu.org>
12516
12517 * startup.el (normal-top-level): Undo previous TERM change.
12518
12519 2004-09-03 Kim F. Storm <storm@cua.dk>
12520
12521 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12522 highlight overlays; allow using RET when cursor is over a button.
12523 (cua--highlight-rectangle): Use it.
12524 (cua--rectangle-set-corners): Don't move backwards at eol.
12525 (cua--forward-line): Don't move into void after eob.
12526
12527 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12528 point is set (and displayed) inside rectangle.
12529 (cua--rectangle-operation): Fix for highlight of empty lines.
12530 (cua--highlight-rectangle): Fix highlight for tabs.
12531 Position cursor at left/right edge of rectangle using new `cursor'
12532 property on overlay strings.
12533 (cua--indent-rectangle): Don't tabify.
12534 (cua-rotate-rectangle): Ignore that point has moved.
12535
12536 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12537
12538 * term/mac-win.el: Add ASCII equivalents for some function keys.
12539 (mode-line-frame-identification): Sync with x-win.el.
12540
12541 2004-09-02 Juri Linkov <juri@jurta.org>
12542
12543 * progmodes/compile.el (compilation-buffer-name): Compare major
12544 mode with second element of compilation-arguments instead of third
12545 to reflect latest changes in compilation-arguments structure.
12546 (recompile): Use global variable `compilation-directory' to get
12547 recent compilation directory only when `recompile' is invoked NOT
12548 in the compilation buffer. Otherwise, use `default-directory' of
12549 the compilation buffer.
12550 (compilation-error-properties): Allow to funcall col and end-col.
12551 (compilation-mode-font-lock-keywords): Check col and end-col by
12552 `integerp'.
12553 (compilation-goto-locus): If end-mk is non-nil in transient mark
12554 mode don't activate the mark (and don't display message in
12555 push-mark), but highlight overlay between mk and end-mk.
12556
12557 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12558 (grep-regexp-alist): Add rule to highlight grep matches.
12559 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12560
12561 * info.el (Info-fontify-node): Don't compute other-tag
12562 if Info-hide-note-references=hide.
12563
12564 * help.el (function-called-at-point):
12565 * help-fns.el (variable-at-point):
12566 Try `find-tag-default' when other methods failed.
12567
12568 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12569 Do not push mark if inhibit-mark-movement is non-nil.
12570
12571 * textmodes/ispell.el (ispell-html-skip-alists):
12572 Fix backslashes in docstring.
12573
12574 2004-09-01 Juri Linkov <juri@jurta.org>
12575
12576 * isearch.el (isearch-wrap-function)
12577 (isearch-push-state-function): New defvars.
12578 (isearch-pop-fun-state): New defsubst.
12579 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12580 (isearch-push-state): Set the result of calling
12581 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12582 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12583 restore the mode-specific starting point of terminated search.
12584 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12585 (isearch-repeat): Call `isearch-wrap-function' if defined.
12586 (isearch-message-prefix): Don't add prefix "over" to the message
12587 for wrapped search if `isearch-wrap-function' is defined.
12588 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12589 restore the mode-specific starting point of failed search.
12590
12591 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12592 (Info-search): Add new optional arguments for the sake of isearch.
12593 Replace whitespace in Info-search-whitespace-regexp literally.
12594 Add backward search. Don't call `Info-select-node' if regexp is
12595 found in the same Info node. Don't add node to Info-history for
12596 wrapped isearch.
12597 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12598 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12599 (Info-mode): Set local variables `isearch-search-fun-function',
12600 `isearch-wrap-function', `isearch-push-state-function',
12601 `search-whitespace-regexp'.
12602
12603 * isearch.el: Remove ancient Change Log section.
12604 (isearch-string, isearch-message-string, isearch-point)
12605 (isearch-success, isearch-forward-flag, isearch-other-end)
12606 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12607 (isearch-barrier, isearch-within-brackets)
12608 (isearch-case-fold-search): Add suffix `-state' to state-related
12609 defsubsts to avoid name clashes with other function names.
12610
12611 * simple.el (next-error): New defgroup and defface.
12612 (next-error-highlight, next-error-highlight-no-select):
12613 New defcustoms.
12614 (next-error-no-select): Let-bind next-error-highlight to the value
12615 of next-error-highlight-no-select before calling `next-error'.
12616
12617 * progmodes/compile.el (compilation-goto-locus):
12618 Use `next-error' face instead of `region'. Set 4-th argument of
12619 `move-overlay' to `current-buffer' to move overlay to different
12620 source buffers. Use new variable `next-error-highlight'.
12621
12622 * simple.el (next-error-find-buffer): Move the rule
12623 "if current buffer is a next-error capable buffer" after the
12624 rule "if next-error-last-buffer is set to a live buffer".
12625 Simplify to test all rules in one `or'.
12626 (next-error): Doc fix.
12627 (next-error, previous-error, first-error)
12628 (next-error-no-select, previous-error-no-select):
12629 Make arguments optional.
12630
12631 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12632
12633 * macros.el (apply-macro-to-region-lines): Make it operate on all
12634 lines that begin in the region, rather than on all complete lines
12635 in the region.
12636
12637 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12638
12639 * x-dnd.el (x-dnd-protocol-alist): Document update.
12640 (x-dnd-known-types): Defcustom it.
12641 (x-dnd-handle-motif): Print message-atom in error message.
12642
12643 2004-08-30 John Paul Wallington <jpw@gnu.org>
12644
12645 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12646 strings rather than programatically constructing message.
12647
12648 2004-08-30 Richard M. Stallman <rms@gnu.org>
12649
12650 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12651 Don't return a string that would read as the wrong character code.
12652
12653 2004-08-29 Kim F. Storm <storm@cua.dk>
12654
12655 * emulation/cua-base.el (cua-auto-expand-rectangles):
12656 Remove automatic rectangle padding feature; replace by non-destructive
12657 virtual rectangle edges feature.
12658 (cua-virtual-rectangle-edges): New defcustom.
12659 (cua-auto-tabify-rectangles): New defcustom.
12660 (cua-paste): If paste into a marked rectangle, insert rectangle at
12661 current column, even if virtual; also paste exactly as many lines
12662 as has been marked (ignore additional lines or add empty lines),
12663 but paste whole source if only one line is marked.
12664 (cua--update-indications): No longer use overwrite-cursor to
12665 indicate rectangle padding
12666
12667 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12668 (cua--rectangle-virtual-edges): New defun.
12669 (cua--rectangle-get-corners): Remove optional PAD arg.
12670 (cua--rectangle-set-corners): Never do padding.
12671 (cua--forward-line): Remove optional PAD arg. Simplify.
12672 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12673 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12674 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12675 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12676 (cua--rectangle-move): Never do padding. Simplify.
12677 (cua--tabify-start): New defun.
12678 (cua--rectangle-operation): Add tabify arg. All callers changed.
12679 (cua--pad-rectangle): Remove.
12680 (cua--delete-rectangle): Handle delete with virtual edges.
12681 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12682 (cua--insert-rectangle): Handle insert at virtual column.
12683 Perform auto-tabify if necessary.
12684 (cua--activate-rectangle): Remove optional FORCE arg.
12685 Never do padding. Simplify.
12686 (cua--highlight-rectangle): Enhance for virtual edges.
12687 (cua-toggle-rectangle-padding): Remove command.
12688 (cua-toggle-rectangle-virtual-edges): New command.
12689 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12690 (cua--rectangle-post-command): Don't force rectangle padding.
12691 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12692
12693 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12694
12695 * indent.el (edit-tab-stops-buffer): Doc fix.
12696
12697 2004-08-28 Richard M. Stallman <rms@gnu.org>
12698
12699 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12700 (grep-tag-default): Function deleted.
12701
12702 * subr.el (find-tag-default): Move from etags.el.
12703
12704 * progmodes/etags.el (find-tag-default): Move to subr.el.
12705
12706 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12707 into the basic character if it has an uppercase form.
12708
12709 2004-08-27 Kenichi Handa <handa@m17n.org>
12710
12711 * international/utf-8.el (utf-8-post-read-conversion): If the
12712 buffer is unibyte, temporarily make it multibyte.
12713
12714 2004-08-27 Masatake YAMATO <jet@gyve.org>
12715
12716 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12717
12718 2004-08-25 John Paul Wallington <jpw@gnu.org>
12719
12720 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12721 0, 1, and many mismatches in message.
12722 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12723
12724 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12725 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12726
12727 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12730 vc-diff-switches differently.
12731
12732 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12733
12734 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12735 before and a real defvar after
12736 `speedbar-supported-extension-expressions'. This is to silence
12737 the compiler without breaking bootstrapping.
12738
12739 2004-08-22 Richard M. Stallman <rms@gnu.org>
12740
12741 * textmodes/flyspell.el (flyspell-word):
12742 Use set-process-query-on-exit-flag.
12743 (flyspell-highlight-duplicate-region): Take POSS as arg.
12744 (flyspell-word): Pass POSS as arg.
12745
12746 * progmodes/ada-xref.el: Many doc and style fixes.
12747 (ada-find-any-references): Use compilation-start.
12748 (ada-get-ali-file-name): Improve error msg.
12749 (ada-get-ada-file-name): Likewise.
12750
12751 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12752 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12753
12754 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12755 Add forward defvar.
12756
12757 * whitespace.el (global-whitespace-mode): New alias
12758 for whitespace-global-mode.
12759
12760 * speedbar.el (speedbar-file-regexp): Move definition up.
12761 (speedbar-mode, speedbar-set-mode-line-format):
12762 Use with-no-warnings.
12763 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12764
12765 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12766 controls whether to display the error buffer.
12767
12768 * ps-mule.el: Delete compatibility code for old Emacses.
12769 (ps-mule-find-wrappoint): Don't use chars-in-region.
12770
12771 * frame.el (display-mouse-p, display-selections-p):
12772 Use with-no-warnings.
12773
12774 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12775
12776 2004-08-22 David Kastrup <dak@gnu.org>
12777
12778 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12779 information.
12780
12781 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12782
12783 2004-08-22 Andreas Schwab <schwab@suse.de>
12784
12785 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12786
12787 2004-08-22 Masatake YAMATO <jet@gyve.org>
12788
12789 * cvs-status.el (cvs-status-checkout): New function.
12790 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12791
12792 2004-08-21 David Kastrup <dak@gnu.org>
12793
12794 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12795 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12796 has been converted to use hashtables, the relation `nil=none' is
12797 no longer valid, as `nil' is not a hashtable. This patch tries to
12798 reduce the number of resulting errors.
12799
12800 2004-08-21 John Paul Wallington <jpw@gnu.org>
12801
12802 * subr.el (process-kill-without-query): Made obsolete in
12803 version 21.4, not 21.5.
12804
12805 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12806 (vc-previous-comment, vc-next-comment)
12807 (vc-comment-search-reverse, vc-comment-search-forward)
12808 (vc-comment-to-change-log): Likewise.
12809
12810 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12811
12812 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12813
12814 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12815 Correct indentation of DEFMETHODS with non-standard method
12816 combinations (e.g., PROGN, MIN, MAX).
12817
12818 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12819
12820 * startup.el (normal-top-level-add-subdirs-to-load-path):
12821 Avoid unnecessarily checking system-type.
12822 (normal-top-level): Set TERM to "dumb". Simplify.
12823
12824 * avoid.el (mouse-avoidance-ignore-p): New fun.
12825 Also ignore switch-frame, select-window, double, and triple clicks.
12826 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12827 (mouse-avoidance-fancy-hook): Use it.
12828
12829 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12830
12831 * avoid.el (mouse-avoidance-nudge-mouse)
12832 (mouse-avoidance-banish-destination): Stay within the current window
12833 to avoid problems with mouse-autoselect-window.
12834
12835 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12838 the newer format of some messages in cvs-1.12.1.
12839
12840 2004-08-19 Masatake YAMATO <jet@gyve.org>
12841
12842 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12843 (elp-results-jump-to-definition-by-mouse)
12844 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12845 (elp-output-result): Use elp-output-insert-symname.
12846
12847 2004-08-18 Kenichi Handa <handa@m17n.org>
12848
12849 * language/cyrillic.el: Register koi8-r in
12850 ctext-non-standard-encodings-alist.
12851 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12852
12853 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12854
12855 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12856 that replaces 20xy with xy.
12857
12858 2004-08-17 John Paul Wallington <jpw@gnu.org>
12859
12860 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12861 (reb-force-update): Doc fix.
12862
12863 2004-08-16 Richard M. Stallman <rms@gnu.org>
12864
12865 * progmodes/which-func.el (which-func-update-1): Doc fix.
12866
12867 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12868 (sh-mode-abbrev-table): New variable.
12869
12870 * progmodes/compile.el (compilation-mode): Doc fix.
12871
12872 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12873 Don't cons a new symbol each time.
12874 (eval-last-sexp-fake-value): New variable.
12875
12876 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12877 (copyright-update-year): Detect continuation of list of years.
12878
12879 * term.el (term-default-fg-color, term-default-bg-color)
12880 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12881
12882 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12883
12884 2004-08-16 Davis Herring <herring@lanl.gov>
12885
12886 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12887 (isearch-success, isearch-forward-flag, isearch-other-end)
12888 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12889 (isearch-barrier, isearch-within-brackets)
12890 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12891
12892 2004-08-16 Kenichi Handa <handa@m17n.org>
12893
12894 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12895
12896 2004-08-15 Kenichi Handa <handa@m17n.org>
12897
12898 * term/x-win.el (x-selection-value): If utf8 was successful but
12899 ctext was not, use utf8 string.
12900
12901 2004-08-14 Davis Herring <herring@lanl.gov>
12902
12903 * isearch.el: Remove accidental changes of March 4. Fix backing
12904 up when a regexp isearch is made more general. Use symbolic
12905 accessor functions for isearch stack frames to make usage clearer.
12906 (search-whitespace-regexp): Made groups in documentation shy (as
12907 is the group in the default value).
12908 (isearch-fallback): New function, addresses problems with regexps
12909 liberalized by `\|', adds support for liberalization by `\}' (the
12910 general repetition construct), and incorporates behavior for
12911 `*'/`?'.
12912 (isearch-}-char): New command, calls `isearch-fallback' with
12913 arguments appropriate to a typed `}'.
12914 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12915 appropriately.
12916 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12917 (isearch-string, isearch-message,string, isearch-point)
12918 (isearch-success, isearch-forward-flag, isearch-other-end)
12919 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12920 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12921 New inline functions to read fields of a stack frame.
12922
12923 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12924
12925 * battery.el (battery-linux-proc-acpi): Look into battery
12926 directories matching the literal string "CMB", too (required for
12927 Linux kernel version 2.6.7).
12928
12929 2004-08-14 John Paul Wallington <jpw@gnu.org>
12930
12931 * cus-start.el (read-file-name-completion-ignore-case): Add.
12932 (blink-cursor-alist): Change version to "21.4".
12933
12934 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12935
12936 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12937
12938 * speedbar.el (speedbar-scan-subdirs): New option.
12939 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12940 dolist.
12941 (speedbar-insert-files-at-point): Take an extra argument and use
12942 it to optionally find out if a subdir is empty. Also unreadable
12943 files don't get expand buttons.
12944 (speedbar-directory): New image (unused pixmap already existed).
12945 (speedbar-expand-image-button-alist): Use it.
12946
12947 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12948
12949 CC Mode update to 5.30.9:
12950
12951 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12952 Move from cc-vars to cc-defs for dependency reasons. Fix the
12953 POSIX char class test to check that it works in
12954 `skip-chars-(forward|backward)' too.
12955
12956 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12957 first argument starts with a special brace list.
12958
12959 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12960 when `c-opt-type-concat-key' is used (i.e. in Pike).
12961
12962 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12963 Fix bug when the inner char pair doesn't have paren syntax,
12964 i.e. "(<>)".
12965
12966 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12967 whitespace safe.
12968
12969 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12970 position for `arglist-intro', `arglist-cont-nonempty' and
12971 `arglist-close' when there are two arglist open parens on the same
12972 line and there's nothing in front of the first.
12973
12974 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12975 locking of qualified names in Java, which previously could fontify
12976 common indexing expressions in many cases. The standard Java
12977 naming conventions are used to tell them apart.
12978
12979 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12980 Fix inconsistency wrt opening parens on the first line inside a paren
12981 block.
12982
12983 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12984 compile time for the sake of `c-major-mode-is'.
12985
12986 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12987 `c-major-mode-is' in the event that this is used inside a
12988 `c-lang-defconst'.
12989
12990 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12991 `c-lang-defconst' so that it works better with fallback languages.
12992
12993 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12994 it to fail to record the base mode.
12995
12996 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12997 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12998 is used. Reorder the syntax checks to get more efficient
12999 skipping in some situations.
13000
13001 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
13002 continuation which might precede the newly inserted '{'.
13003
13004 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
13005 Fix cases where it could loop indefinitely.
13006
13007 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
13008 size specs correctly. Only fontify identifiers in front of '('
13009 with as functions - don't accept any paren char. Tighten up
13010 initializer skipping to stop before function and class blocks.
13011
13012 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
13013 the point could be left directly after an open paren when finding
13014 the beginning of the first decl in the block.
13015
13016 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
13017 table when filtering out legitimate open parens to be recorded.
13018 This could cause cache inconsistencies when e.g.
13019 `c++-template-syntax-table' was temporarily in use.
13020
13021 * progmodes/cc-engine.el (c-on-identifier)
13022 (c-simple-skip-symbol-backward): Small fix for handling "-"
13023 correctly in `skip-chars-backward'. Affected the operator lfun
13024 syntax in Pike.
13025
13026 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
13027 Fix bug that could cause an error from `after-change-functions' when
13028 the changed region is at bob.
13029
13030 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
13031
13032 CC Mode update to 5.30.9:
13033
13034 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
13035 to say that <TAB> doesn't insert WS into a CPP line.
13036 (c-indent-command, c-tab-always-indent): Amend doc strings.
13037
13038 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
13039 checks for user errors, thus eliminating cryptic and unhelpful
13040 Emacs error messages. (1) Check the arg to `c-set-style' is a
13041 string. (2) Check that settings to `c-offsets-alist' are not
13042 spuriously quoted.
13043
13044 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
13045 which precedes the newly inserted `{'.
13046
13047 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
13048
13049 Sync with Tramp 2.0.44.
13050
13051 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
13052 function "tramp_file_attributes". Otherwise, file names
13053 containing spaces are misinterpreted. Reported by Magnus Henoch
13054 <mange@freemail.hu>.
13055 (tramp-handle-file-truename): FILENAME must be expanded first.
13056 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
13057 obscure results. Reported by D. Goel <deego@gnufans.org>.
13058 (tramp-handle-verify-visited-file-modtime): If file does not
13059 exist, say it is not modified if and only if that agrees with the
13060 buffer's record. Check whether a file is visiting the buffer, or
13061 the buffer has no recorded last modification time. Return t in
13062 case the visiting file doesn't exist. Suggested by Luc Teirlinck
13063 <teirllm@auburn.edu>.
13064 (tramp-handle-write-region): Pass modtime explicitely to
13065 `set-visited-file-modtime', because filename can be different
13066 from (buffer-file-name) if `file-precious-flag' is set.
13067 `set-visited-file-modtime' must be called always when `visit' is t
13068 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
13069 (tramp-handle-set-visited-file-modtime): If `time-list' is not
13070 nil, don't apply the whole body. If the file doesn't exists, set
13071 modtime to '(-1 65535). Suggested by Luc Teirlinck
13072 <teirllm@auburn.edu>.
13073
13074 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
13075
13076 * help.el (describe-bindings): Doc fix.
13077
13078 * subr.el (kbd): Doc fix.
13079
13080 2004-08-08 John Paul Wallington <jpw@gnu.org>
13081
13082 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
13083 instead of `string-to-int'.
13084 (define-ibuffer-column mode): Fix indentation.
13085
13086 2004-08-08 Lars Hansen <larsh@math.ku.dk>
13087
13088 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
13089
13090 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
13091
13092 * subr.el (global-unset-key, local-unset-key): Doc fixes.
13093
13094 * novice.el (disabled-command-function): New variable renamed from
13095 `disabled-command-hook'.
13096 (disabled-command-hook): Keep the _variable_ as alias for
13097 `disabled-command-function' and make obsolete.
13098 (disabled-command-function): Function renamed from
13099 `disabled-command-hook'. Adapt code to name change of the variable.
13100
13101 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
13102
13103 * simple.el (completion-root-regexp): New defvar.
13104 (completion-setup-function): Use it instead of a literal string.
13105
13106 2004-08-07 John Paul Wallington <jpw@gnu.org>
13107
13108 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
13109 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
13110 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
13111 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
13112
13113 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
13114
13115 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
13116 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
13117
13118 2004-08-04 Kenichi Handa <handa@m17n.org>
13119
13120 * international/encoded-kb.el (encoded-kbd-setup-keymap):
13121 Fix previous change.
13122
13123 2004-08-03 Kenichi Handa <handa@m17n.org>
13124
13125 * international/encoded-kb.el: The following changes are to
13126 utilize key-translation-map instead of minor mode map.
13127 (encoded-kbd-iso2022-non-ascii-map): Delete it.
13128 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
13129 (encoded-kbd-last-key): New function.
13130 (encoded-kbd-iso2022-single-shift): New function.
13131 (encoded-kbd-iso2022-designation)
13132 (encoded-kbd-self-insert-iso2022-7bit)
13133 (encoded-kbd-self-insert-iso2022-8bit)
13134 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
13135 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
13136 key-translation-map.
13137 (encoded-kbd-setup-keymap): Setup key-translation-map.
13138 (saved-key-translation-map): New variable.
13139 (encoded-kbd-mode): Save/restore key-translation-map.
13140 Adjust for the change of encoded-kbd-setup-keymap.
13141
13142 2004-08-02 Kim F. Storm <storm@cua.dk>
13143
13144 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
13145 and call compute-motion with nil for topos and width to get proper
13146 usable width and height for both window and non-window systems.
13147
13148 * windmove.el (windmove-coordinates-of-position): Let compute-motion
13149 calculate usable window width and height.
13150
13151 * window.el (window-buffer-height): Call compute-motion with nil width.
13152
13153 2004-08-01 David Kastrup <dak@gnu.org>
13154
13155 * replace.el (query-replace-read-from):
13156 Use `query-replace-compile-replacement'.
13157 (query-replace-compile-replacement): New function.
13158 (query-replace-read-to): Use `query-replace-compile-replacement'
13159 for repeating the last command.
13160
13161 2004-08-01 John Paul Wallington <jpw@gnu.org>
13162
13163 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
13164 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
13165 (pr-switches): Remove period from end of error messages.
13166
13167 * help-mode.el (help-go-back): Likewise.
13168
13169 * abbrev.el (only-global-abbrevs): Doc fix.
13170 (edit-abbrevs-map): Define within defvar.
13171 (quietly-read-abbrev-file): Doc fix.
13172
13173 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
13174
13175 * novice.el (enable-command, disable-command): Doc fixes.
13176
13177 * subr.el (event-modifiers, event-basic-type): Doc fixes.
13178
13179 2004-07-30 Richard M. Stallman <rms@gnu.org>
13180
13181 * subr.el (with-local-quit): Doc fix.
13182
13183 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
13184
13185 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
13186
13187 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
13188
13189 * custom.el (defcustom): Doc fix.
13190
13191 2004-07-28 Masatake YAMATO <jet@gyve.org>
13192
13193 * progmodes/etags.el (etags-tags-apropos): Show building progress.
13194
13195 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * imenu.el (imenu-prev-index-position-function)
13198 (imenu-extract-index-name-function, imenu-name-lookup-function)
13199 (imenu--index-alist): Docstring redundancy fix.
13200
13201 2004-07-25 Lars Hansen <larsh@math.ku.dk>
13202
13203 * wdired.el (wdired-finish-edit): Require dired-aux before locally
13204 binding dired-backup-overwrite.
13205
13206 2004-07-25 John Paul Wallington <jpw@gnu.org>
13207
13208 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
13209
13210 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * term/tty-colors.el (tty-color-approximate): Doc fix.
13213
13214 * select.el (x-get-selection, x-set-selection): Doc fixes.
13215
13216 * frame.el (make-frame): Doc fix.
13217
13218 2004-07-24 Richard M. Stallman <rms@gnu.org>
13219
13220 * mail/rmail.el (rmail-mime-charset-pattern):
13221 Don't include semicolon in the charset value.
13222
13223 * replace.el (occur-next-error): Call set-window-point.
13224 (occur-engine): Handle negative NLINES.
13225
13226 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
13227
13228 * frame.el (modify-all-frames-parameters): Minor doc fix.
13229 (set-frame-configuration): Doc fix.
13230
13231 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13232
13233 * simple.el (completion-setup-function): Compute the common parts
13234 and the first difference place correctly when
13235 partial-completion-mode is on.
13236
13237 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13238
13239 * ps-print.el: Doc fix.
13240 (ps-print-version): New version 6.6.5.
13241 (ps-printing-region): Doc fix.
13242 (ps-generate-string-list): Comment fix.
13243 (ps-message-log-max): Code fix.
13244
13245 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
13246
13247 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
13248 generated PostScript.
13249
13250 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
13251
13252 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
13253 with Gnus v5_10 branch.)
13254
13255 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
13256
13257 * calendar/time-date.el (time-to-number-of-days): New function.
13258 Imported from from Gnus.
13259
13260 2004-07-22 Kim F. Storm <storm@cua.dk>
13261
13262 * progmodes/make-mode.el: Fix comments.
13263
13264 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13265
13266 * printing.el: Doc fix.
13267
13268 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
13269
13270 * frame.el (modify-all-frames-parameters): Minor doc fix.
13271
13272 2004-07-20 Richard M. Stallman <rms@gnu.org>
13273
13274 * textmodes/fill.el (fill-nobreak-p): If this break point is
13275 at the end of the line, don't consider the newline which follows
13276 as a reason to return t.
13277
13278 2004-07-19 John Paul Wallington <jpw@gnu.org>
13279
13280 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
13281
13282 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
13283
13284 * dired-aux.el (dired-do-kill-lines): Expand docstring.
13285 Delete irrelevant code.
13286
13287 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13288
13289 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13290 New docstring. From Luc Teirlinck.
13291
13292 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
13293
13294 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
13295 section.
13296 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
13297 non-file buffers. We know it is nil.
13298
13299 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
13300
13301 Sync with Tramp 2.0.43.
13302
13303 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13304 Remove outdated comment.
13305 (tramp-locked, tramp-locker): New variables for implementing a
13306 global lock.
13307 (tramp-sh-file-name-handler): Use them to implement the global lock.
13308
13309 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
13310
13311 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13312 calls to respective `xxx` calls.
13313 (tramp-process-alive-regexp): Precise doc string.
13314 (tramp-multi-action-process-alive): New defun.
13315 (tramp-multi-actions): Use it.
13316 (tramp-handle-find-backup-file-name): `copy-tree' is available
13317 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
13318 in order to avoid this function.
13319 (tramp-handle-write-region): Set current buffer. If connection
13320 wasn't open, `file-modes' has changed it accidently. Reported by
13321 David Kastrup <dak@gnu.org>.
13322 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13323 HOST.
13324 (tramp-action-password, tramp-multi-action-password): Apply it.
13325 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13326 name must still contain the port number. Otherwise, we have two
13327 Tramp buffers, with all the confusion. Reported by Myron Selby
13328 <myron@xytech.com> and Rolf Dubitzky
13329 <Dubitzky@physi.uni-heidelberg.de>.
13330
13331 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13332 HOST to `tramp-enter-passwd'.
13333
13334 * net/tramp-vc.el (all): Code cleanup. Change all
13335 `tramp-handle-xxx' calls to respective `xxx` calls.
13336
13337 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13338
13339 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13340 functions that are not erroneous if either 1-valued or
13341 multi-valued. Detect functions in this class.
13342 (testcover-1value-functions, testcover-compose-functions)
13343 (testcover-progn-functions) Add some additional functions to lists.
13344 (testcover-mark): Bugfix when marking up the definition for an
13345 empty function.
13346
13347 2004-07-17 Richard M. Stallman <rms@gnu.org>
13348
13349 * replace.el (occur-read-primary-args): Pass default to
13350 read-from-minibuffer.
13351
13352 * mail/footnote.el (footnote-section-tag): Use defcustom.
13353
13354 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13355 Compile font-lock-keywords, not KEYWORDS.
13356 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13357 Add warn, check-type. Handle cerror like error.
13358
13359 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13360
13361 * progmodes/which-func.el (which-func-keymap): New var.
13362 (which-func-face): New face.
13363 (which-func-format): Use them.
13364
13365 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13366
13367 * buff-menu.el (list-buffers-noselect): Append the buffer's
13368 process status to its mode name.
13369
13370 2004-07-16 Kim F. Storm <storm@cua.dk>
13371
13372 * simple.el (inhibit-mark-movement): New defvar.
13373 (beginning-of-buffer, end-of-buffer): Do not push mark if
13374 inhibit-mark-movement is non-nil or C-u prefix is given.
13375
13376 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13377 Init to beginning-of-buffer and end-of-buffer.
13378 (cua--undo-push-mark): New defvar.
13379 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13380 already active and command is in cua--preserve-mark-commands.
13381 Also fix check for shift modifier on non-window systems.
13382 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13383
13384 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13385
13386 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13387 of two integers, instead of a cons.
13388
13389 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13390 `visited-file-modtime' now returns a list of two integers, instead
13391 of a cons.
13392
13393 * dired.el (dired-directory-changed-p): Ditto.
13394
13395 * progmodes/grep.el (grep): Doc fix.
13396
13397 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13398
13399 * autorevert.el (auto-revert-tail-mode)
13400 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13401 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13402 in both at the same time.
13403 (auto-revert-tail-mode): New command.
13404 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13405 (auto-revert-handler): Revert only either tail or whole file.
13406
13407 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13408 add auto-revert-tail-mode.
13409
13410 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13411
13412 * printing.el: Doc fix. Change name of some funs.
13413 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13414 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13415 (pr-standard-file-name): New fun. Replace pr-standard-path.
13416 (pr-call-process): Code fix.
13417
13418 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13419
13420 * subr.el (with-selected-window): Doc fix.
13421
13422 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13423
13424 * subr.el (get-buffer-window-list): Doc fix.
13425
13426 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13427
13428 * files.el (switch-to-buffer-other-window): Doc fix.
13429
13430 * window.el (save-selected-window, one-window-p)
13431 (split-window-keep-point, split-window-vertically)
13432 (split-window-horizontally): Doc fixes.
13433
13434 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13435
13436 * printing.el: Doc fix. Now it uses call-process instead of
13437 shell-command for low command execution.
13438 (pr-version): New version number (6.8).
13439 (pr-shell-file-name): Option removed.
13440 (pr-shell-command): Fun removed.
13441 (pr-call-process): New fun. Replace pr-shell-command.
13442 (pr-standard-path, pr-remove-nil-from-list): New funs.
13443 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13444 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13445 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13446 (pr-ps-utility-process, pr-txt-print): Code fix.
13447
13448 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13449
13450 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13451 boolean.
13452
13453 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13454
13455 * wid-edit.el (widget-field-buffer): Doc fix.
13456
13457 2004-07-09 John Paul Wallington <jpw@gnu.org>
13458
13459 * emacs-lisp/re-builder.el (reb-update-overlays):
13460 Distinguish between one and several matches in message.
13461
13462 2004-07-09 Richard M. Stallman <rms@gnu.org>
13463
13464 * mouse.el (mouse-set-region-1): If transient-mark-mode
13465 is `identity', change it to `only'.
13466
13467 * simple.el (current-word): Doc fix.
13468
13469 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13470
13471 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13472 so that it is more understanding of whitespace.
13473
13474 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13475 (("ns" . "element") (attr-list) children) instead of
13476 ((:ns . "element") (attr-list) children) in order to reduce the
13477 number of symbols used.
13478 (xml-skip-dtd): Change to use xml-parse-dtd but set
13479 xml-validating-parsing to nil.
13480 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13481 (xml-substitute-entity): Remove in favor of new entity substitution.
13482 (xml-substitute-special): Rewrite in to substitute complex
13483 entities from DOCTYPE declarations.
13484 (xml-parse-fragment): Parse fragments from entity deleclarations.
13485 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13486 (xml-parse-dtd, xml-substitute-special): Make validity checks
13487 conditioned on xml-validating-parser. Add "Not Well Formed" to
13488 error messages about well-formedness.
13489
13490 2004-07-08 Steven Tamm <steventamm@mac.com>
13491
13492 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13493 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13494 Do not treat double clicks and triple clicks specially in the
13495 scroll bar (preventing strange repositioning problems)
13496
13497 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * replace.el (query-replace-regexp-eval): Fix last change.
13500
13501 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * replace.el (query-replace-descr): New fun.
13504 (query-replace-read-from, query-replace-read-args): Default to the
13505 previous from&to.
13506 (query-replace-read-to): Quote the `from' string when displaying it.
13507 (query-replace-regexp-eval): Immediately check read-only status.
13508 Use query-replace-read-from to get the \n checking.
13509 Quote the `from' string when displaying it.
13510 (map-query-replace-regexp, occur-read-primary-args):
13511 Quote the `from' string when displaying it.
13512
13513 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13514 delimited-ness of the search to query-replace.
13515
13516 * replace.el (query-replace-read-from, query-replace-read-to):
13517 New funs extracted from query-replace-read-args.
13518 (query-replace-read-args): Use them.
13519
13520 * replace.el (query-replace-interactive, query-replace-read-args):
13521 Remove the `initial' special value.
13522 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13523 (occur-engine): Remove unused var `matchend'.
13524
13525 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13526 Use the search string without prompting.
13527
13528 2004-07-05 Kenichi Handa <handa@m17n.org>
13529
13530 * international/mule.el (decode-coding-inserted-region):
13531 Set last-coding-system-used only when coding is nil.
13532
13533 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13534
13535 * progmodes/grep.el (grep-compute-defaults, grep-command)
13536 (grep-program, find-program, grep-find-use-xargs, grep-history)
13537 (grep-find-history, grep-tag-default, grep-find-command)
13538 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13539 Add autoload cookies, for unbundled packages that load `compile'
13540 and expect all grep-related symbols to become defined.
13541
13542 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13543
13544 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13545 (iimage-mode-image-search-path): New user option to search the
13546 image file.
13547 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13548 have locate-file.
13549 (iimage-mode-buffer): Use it.
13550
13551 2004-07-03 Nick Roberts <nickrob@gnu.org>
13552
13553 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13554 carefully.
13555 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13556
13557 2004-07-03 Juri Linkov <juri@jurta.org>
13558
13559 * replace.el (query-replace-read-args): Swallow space after 'foo,
13560 not after (quote foo). Match space only immediately after symbol,
13561 not anywhere in the whole string.
13562
13563 2004-07-02 Richard M. Stallman <rms@gnu.org>
13564
13565 * replace.el (query-replace-read-args): Swallow space after
13566 symbols, not after closeparens. But avoid error if string ends there.
13567
13568 * progmodes/python.el (python-beginning-of-statement):
13569 Exit the loop if backward-up-list gets error.
13570
13571 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13572
13573 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13574
13575 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13576 only if vc-consult-headers is non-nil.
13577
13578 2004-07-02 Juri Linkov <juri@jurta.org>
13579
13580 * pcvs.el (cvs-mode-diff-repository): New command.
13581
13582 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13583
13584 2004-07-01 Juri Linkov <juri@jurta.org>
13585
13586 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13587 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13588 C-M-% to isearch-query-replace-regexp.
13589 (minibuffer-local-isearch-map): Add arrow key bindings.
13590 Bind C-f to isearch-yank-char-in-minibuffer.
13591 (isearch-forward): Doc fix.
13592 (isearch-edit-string): Doc fix.
13593 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13594 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13595 (isearch-yank-char): Add optional arg.
13596 (isearch-yank-char-in-minibuffer): New fun.
13597
13598 * replace.el (query-replace-interactive): Change type from boolean
13599 to choice. Add value `initial'.
13600 (query-replace-read-args): Handle value `initial' of
13601 query-replace-interactive.
13602
13603 2004-06-29 Kim F. Storm <storm@cua.dk>
13604
13605 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13606 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13607
13608 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13609 Add :group 'ada.
13610
13611 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13612
13613 2004-06-29 Juri Linkov <juri@jurta.org>
13614
13615 * replace.el (query-replace-read-args): Swallow a space after
13616 everything except )]" which in most cases means after a symbol.
13617
13618 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13619
13620 2004-06-28 Richard M. Stallman <rms@gnu.org>
13621
13622 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13623 More changes to go with previous change in font-lock.el.
13624
13625 2004-06-26 David Kastrup <dak@gnu.org>
13626
13627 * replace.el (perform-replace): Highlight the match even in
13628 non-query mode if there is potential replace string editing.
13629
13630 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13631
13632 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13633 agree with new return value of `file-remote-p'.
13634 This syncs with Tramp 2.0.42.
13635
13636 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13637 according to new documentation of `file-remote-p'.
13638
13639 * files.el (file-remote-p): Fix doc to say that return value is
13640 identification of remote system, if not nil.
13641 (file-relative-name): Use new return value of `file-remote-p'.
13642
13643 2004-06-26 Nick Roberts <nickrob@gnu.org>
13644
13645 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13646 (gdb-goto-breakpoint): Fix breakage.
13647
13648 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13649
13650 * man.el (Man-getpage-in-background): Add windows-nt to the list
13651 of systems where shell-file-name should be used instead of
13652 literal "sh".
13653
13654 2004-06-25 Sam Steingold <sds@gnu.org>
13655
13656 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13657 function names `(setf symbol)'.
13658
13659 2004-06-24 Richard M. Stallman <rms@gnu.org>
13660
13661 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13662
13663 * font-lock.el (font-lock-keywords): Change format of compiled values.
13664 Document it.
13665 (font-lock-add-keywords): If font-lock-keywords is compiled,
13666 extract the uncompiled version, modify, then recompile.
13667 (font-lock-remove-keywords): Likewise.
13668 (font-lock-fontify-keywords-region): Handle changed format.
13669 (font-lock-compile-keywords): Handle changed format.
13670 (font-lock-set-defaults): Compile the keywords explicitly here.
13671
13672 2004-06-24 David Kastrup <dak@gnu.org>
13673
13674 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13675 replacements here.
13676 (query-replace-regexp): Doc string explaining this and the new
13677 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13678 is better placed in `query-replace-read-args'.
13679 (replace-regexp): Explain `\,', `\#' and `\?'.
13680 (replace-match-data): New function for thorough reuse/destruction
13681 of old match-data.
13682 (replace-match-maybe-edit): Function for implementing `\?' editing.
13683 (perform-replace): Fix maintaining of the match stack including
13684 already matched regions, implement `\?', fix various problems
13685 with regions while editing and other stuff.
13686 (replace-highlight): Simplify.
13687
13688 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13689
13690 * progmodes/grep.el (grep-error-screen-columns): New variable.
13691 (grep-regexp-alist): Give it the full functionality of gnu style
13692 compilation messages with line and column ranges. Ask me for the
13693 perl script I'm working on, that uses these.
13694
13695 2004-06-23 Nick Roberts <nickrob@gnu.org>
13696
13697 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13698 Remove.
13699 (comint-insert-input, comint-mouse-insert-input): New functions
13700 based on comint-insert-clicked-input for two bindings but just
13701 one functionality.
13702
13703 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13704
13705 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13706
13707 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13708
13709 * files.el (write-contents-functions): Doc fix.
13710
13711 2004-06-21 Juanma Barranquero <lektu@terra.es>
13712
13713 * image.el (image-library-alist): Rewrite docstring in active voice.
13714
13715 2004-06-20 Richard M. Stallman <rms@gnu.org>
13716
13717 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13718
13719 * isearch.el (isearch-repeat): Avoid testing old match data.
13720 (isearch-message): Display trailing space in special font
13721 when search is failing.
13722 (isearch-search-fun-function): Doc fix.
13723
13724 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13725
13726 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13727
13728 * frame.el (show-trailing-whitespace): Doc fix.
13729
13730 * cus-edit.el (custom-variable-documentation): New function.
13731 (custom-variable): Use it.
13732
13733 2004-06-19 Nick Roberts <nickrob@gnu.org>
13734
13735 * man.el (Man-getpage-in-background): Revert previous change but
13736 make cygwin a special case.
13737
13738 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13739
13740 * autorevert.el (global-auto-revert-non-file-buffers):
13741 Update docstring.
13742
13743 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13744
13745 * progmodes/compile.el (compilation-error-properties): Store one
13746 more than end-col, if present, so that transient-mark-mode will
13747 highlight last char too.
13748 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13749 ranges, if present.
13750
13751 2004-06-18 Jason Rumney <jasonr@gnu.org>
13752
13753 * makefile.w32-in: Double percent signs in for loops.
13754
13755 2004-06-17 David Kastrup <dak@gnu.org>
13756
13757 * replace.el (query-replace-read-args): Only warn about use of \n
13758 and \t when we are doing a regexp replacement and the actual
13759 escaped character is n or t.
13760 (query-replace-regexp): Add \, and \# interpretation to
13761 interactive call and document it.
13762 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13763 as shortkey for replace-count.
13764 (replace-quote): New function for doubling backslashes.
13765
13766 2004-06-17 Juanma Barranquero <lektu@terra.es>
13767
13768 * files.el (parse-colon-path, cd): Mention in docstring that the
13769 path separator is colon in GNU-like systems.
13770
13771 * newcomment.el (comment-region-internal): Fix docstring.
13772
13773 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13774 (ewoc-invalidate, ewoc-collect): Doc fixes.
13775 (ewoc--create-node, ewoc--delete-node-internal):
13776 Fix typos in docstring.
13777
13778 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13779
13780 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13781 manual to docstring.
13782
13783 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13784
13785 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13786
13787 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13788
13789 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13790 Add hyperlink to emacs-xtra manual to docstring.
13791
13792 * autorevert.el (global-auto-revert-non-file-buffers):
13793 Add hyperlink to emacs-xtra manual to docstring, as well as an
13794 info-link.
13795
13796 2004-06-14 Juanma Barranquero <lektu@terra.es>
13797
13798 * image.el (image-library-alist): New variable to map image types
13799 to external libraries. Initialized to nil, unless system-specific
13800 configs change it.
13801 (image-type-available-p): Determine whether an image type is
13802 available by calling `init-image-library'.
13803
13804 * term/w32-win.el (image-library-alist): Initialize to a known set
13805 of probable library names.
13806
13807 2004-06-14 Kenichi Handa <handa@m17n.org>
13808
13809 * international/code-pages.el (windows-1256, cp1125): Fix tables
13810 for several characters.
13811
13812 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13813
13814 2004-06-13 Richard M. Stallman <rms@gnu.org>
13815
13816 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13817
13818 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13819 not "`pc-selection-mode'".
13820
13821 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13822
13823 * simple.el (previous-matching-history-element): Specify a default.
13824
13825 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13826
13827 * cus-face.el (custom-declare-face): Simplify code.
13828
13829 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13830
13831 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13832
13833 * files.el (before-save-hook): Add `time-stamp' to the options.
13834
13835 * time-stamp.el (time-stamp): Recommend adding it to
13836 `before-save-hook', rather than `write-file-functions'.
13837 Make a similar change in `Commentary' section.
13838
13839 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13840
13841 * diff-mode.el (diff-current-defun): If at start of hunk, use
13842 position of first change.
13843
13844 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13845
13846 * dired-x.el (dired-mark-omitted): Bind to "*O".
13847
13848 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13849
13850 * bookmark.el (bookmark-bmenu-relocate): New function, as
13851 suggested by David J. Biesack <David.Biesack@sas.com>.
13852 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13853 (bookmark-bmenu-mode): Describe binding in doc string.
13854 (bookmark-set-filename): Save the bookmark list if it's time.
13855
13856 2004-06-13 Kenichi Handa <handa@m17n.org>
13857
13858 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13859 (ccl-untranslated-to-ucs): Fix typo.
13860
13861 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13862
13863 * progmodes/python.el (python-open-block-statement-p):
13864 Fix indentation after a block opening that contains a comment.
13865
13866 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13867
13868 * bindings.el (completion-ignored-extensions): Add file extensions
13869 of Python byte-compiled files.
13870
13871 2004-06-12 Juri Linkov <juri@jurta.org>
13872
13873 * info.el (Info-goto-node): Add autoload.
13874 (Info-toc): Add substring-no-properties on Info file name.
13875 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13876 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13877
13878 2004-06-12 Kenichi Handa <handa@m17n.org>
13879
13880 * international/mule-cmds.el (set-language-environment):
13881 Load subst tables if necessary.
13882
13883 * international/mule.el (decode-char): Load subst tables if necessary.
13884 (encode-char): Likewise.
13885
13886 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13887 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13888 (utf-16le-decode-loop): Set r5 to -1 before loop.
13889 (utf-16be-decode-loop): Likewise.
13890 (ccl-decode-mule-utf-16le): Add EOF processing block.
13891 (ccl-decode-mule-utf-16be): Likewise.
13892 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13893 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13894 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13895 (ccl-mule-utf-16-encode-untrans): New CCL.
13896 (utf-16-decode-to-ucs): Handle pre-read character.
13897 (utf-16le-encode-loop): Handle surrogate pair.
13898 (utf-16be-encode-loop): Likewise.
13899 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13900 of utf-16le-encode-loop.
13901 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13902 of utf-16be-encode-loop.
13903 (mule-utf-16-post-read-conversion):
13904 Call utf-8-post-read-conversion at first.
13905 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13906 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13907 Add post-read-conversion and pre-write-conversion.
13908
13909 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13910 (utf-translate-cjk-unicode-range): New variable.
13911 (utf-translate-cjk-load-tables): New function.
13912 (utf-lookup-subst-table-for-decode): New function.
13913 (utf-lookup-subst-table-for-encode): New function.
13914 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13915 tables here. Update safe-charsets of utf-* coding systems.
13916 (ccl-mule-utf-untrans): New CCL.
13917 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13918 at end of each branch.
13919 (ccl-mule-utf-8-encode-untrans): New CCL.
13920 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13921 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13922 length of encoding. Don't return r0.
13923 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13924 (utf-8-post-read-conversion): Narrow to region properly.
13925 If utf-translate-cjk-mode is on, load tables if necessary.
13926 Call utf-8-compose with hash-table arg if necessary.
13927 Call XXX-compose-region instead of XXX-post-read-convesion.
13928 (utf-8-pre-write-conversion): New function.
13929 (mule-utf-8): Include CJK charsets in safe-charsets if
13930 utf-translate-cjk-mode is on. Add pre-write-conversion.
13931
13932 * international/characters.el: Temporarily set
13933 utf-translate-cjk-mode to nil.
13934
13935 * language/devan-util.el (devanagari-compose-region):
13936 Add autoload cookie.
13937
13938 * international/ccl.el (ccl-dump-call): Fix printing the
13939 subroutine name.
13940
13941 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13942
13943 * dired.el (dired-revert): If buffer is marked unmodified before
13944 reverting, keep it marked unmodified.
13945 Adapt to new conventions for commenting out code.
13946 (dired-make-relative): Adapt to new conventions for commenting out code.
13947
13948 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13949
13950 * eshell/esh-module.el (eshell-load-defgroups):
13951 Bind `vc-handled-backends' to nil when opening files.
13952
13953 2004-06-11 Juanma Barranquero <lektu@terra.es>
13954
13955 * files.el (parse-colon-path, cd): Doc fixes (refer to
13956 `path-separator', not colon).
13957
13958 2004-06-10 Juanma Barranquero <lektu@terra.es>
13959
13960 * newcomment.el (comment-search-forward)
13961 (comment-search-backward): Fix typos in docstring.
13962 (comment-region): Doc fix.
13963
13964 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13965
13966 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13967 switch is no longer stored in `dired-switches-alist'.
13968
13969 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13970 `dired-switches-alist'.
13971
13972 2004-06-10 Kim F. Storm <storm@cua.dk>
13973
13974 * pcvs.el (cvs-mode-diff-yesterday): New command.
13975
13976 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13977
13978 2004-06-10 Juri Linkov <juri@jurta.org>
13979
13980 * emacs-lisp/edebug.el (edebug-eval-defun):
13981 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13982 Fix docstring.
13983
13984 * simple.el (eval-expression-print-format): Don't print additional
13985 information on the first call to `eval-print-last-sexp'.
13986 (next-error-find-buffer): Fix punctuation.
13987 (killing) <defgroup>: Fix punctuation.
13988 (yank-excluded-properties): Change group from editing to killing.
13989
13990 * replace.el (perform-replace): Use `limit' to terminate the
13991 while-loop explicitly.
13992
13993 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13994
13995 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13996 Use lc-*.xpm as prefix instead of *-locol.xpm.
13997
13998 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13999 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
14000 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
14001 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
14002 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
14003 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
14004 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
14005 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
14006 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
14007 * toolbar/lc-up_arrow.xpm:
14008 Rename from *-locol.xpm.
14009
14010 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
14011
14012 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
14013 include forms like &<str>; as valid url patterns.
14014
14015 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
14016
14017 * dired.el (dired-diff, dired-backup-diff)
14018 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
14019 (dired-do-chown, dired-do-touch, dired-do-print)
14020 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
14021 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
14022 (dired-create-directory, dired-do-copy, dired-do-symlink)
14023 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
14024 (dired-do-copy-regexp, dired-do-hardlink-regexp)
14025 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
14026 (dired-maybe-insert-subdir, dired-next-subdir)
14027 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
14028 (dired-kill-subdir, dired-tree-up, dired-tree-down)
14029 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
14030 (dired-run-shell-command, dired-query): Remove redundant,
14031 or incorrect, autoloads.
14032
14033 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
14034 does not end in a slash. Add optional argument KILL-ROOT.
14035 Update docstring.
14036 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
14037 (dired-query): Add autoloads.
14038
14039 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
14040
14041 * progmodes/compile.el (compilation-set-window-height):
14042 Rearrange the save-* functions because a buffer can have several current
14043 point in different windows.
14044 (compilation-error-regexp-alist-alist): Recognize {standard input}
14045 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
14046
14047 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14048
14049 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
14050 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
14051 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
14052 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
14053 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
14054 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
14055 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
14056 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
14057 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
14058 * toolbar/up_arrow-locol.xpm:
14059 New versions of icons that uses fewer colors.
14060
14061 * toolbar/tool-bar.el (tool-bar-local-item)
14062 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
14063 if display-color-cells is 256 or less.
14064
14065 2004-06-08 Kim F. Storm <storm@cua.dk>
14066
14067 * wid-edit.el (widget-specify-button): Use hand pointer rather
14068 than mouse-face as visible mouse-over effect.
14069
14070 2004-06-07 Karl Fogel <kfogel@red-bean.com>
14071
14072 * saveplace.el (save-place-alist-to-file): Bind `print-length'
14073 and `print-level' to nil when writing out `save-place-alist'.
14074 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
14075
14076 2004-06-07 Juanma Barranquero <lektu@terra.es>
14077
14078 * completion.el (completion-kill-region): Doc fix.
14079
14080 * format.el (format-insert-annotations)
14081 (format-annotate-location): Doc fixes.
14082 (format-subtract-regions): Make arguments match their use in docstring.
14083
14084 * simple.el (kill-region): Doc fix.
14085
14086 * subr.el (insert-buffer-substring-no-properties)
14087 (insert-buffer-substring-as-yank): Doc fixes.
14088
14089 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
14090
14091 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14092 Update docstring.
14093 (dired-reset-subdir-switches): New function.
14094
14095 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
14096 Limit scope of `buffer-read-only' binding.
14097
14098 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
14099
14100 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
14101 eshell-explicit-command-char.
14102
14103 2004-06-06 Juanma Barranquero <lektu@terra.es>
14104
14105 * help-fns.el (help-argument-name): Inherit from italic face only
14106 if the frame supports it.
14107
14108 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14109
14110 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
14111 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
14112 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
14113 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
14114 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
14115 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
14116 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
14117 New conversions from xpm files.
14118
14119 * toolbar/README: New file.
14120
14121 2004-06-06 Richard M. Stallman <rms@gnu.org>
14122
14123 * isearch.el (isearch-mode-map): Undo previous change.
14124
14125 2004-06-05 Juri Linkov <juri@jurta.org>
14126
14127 * bindings.el (debug-ignored-errors): Add regexps for history
14128 related messages. Remove $ from "No further undo information".
14129 Move Ediff's messages to ediff.el.
14130
14131 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
14132
14133 * cus-edit.el (custom-display): Add `min-colors'.
14134
14135 * custom.el (defface): Add `supports' to docstring.
14136
14137 * help-fns.el (help-argument-name): Add :group 'help.
14138
14139 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
14140
14141 * find-dired.el (find-ls-subdir-switches): New user option.
14142 (find-dired): No longer call `abbreviate-file-name' on DIR.
14143 Set `dired-subdir-switches' buffer-locally.
14144
14145 * locate.el: Merge the two `Commentary' sections.
14146 (locate-ls-subdir-switches): New user option.
14147 (locate): Update for other changes.
14148 (locate-mode-map): Restore Dired binding for mouse-2.
14149 Bind `locate-mouse-view-file' to M-mouse-2.
14150 Bind `l' to `locate-do-redisplay'.
14151 (locate-main-listing-line-p, locate-do-redisplay): New functions.
14152 (locate-mouse-view-file, locate-tags, locate-find-directory):
14153 Print message if used outside main listing.
14154 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
14155 Various changes to support inserted subdirectories.
14156 (locate-insert-header): Change header of *Locate* buffer.
14157
14158 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14159 Change interactive default switches.
14160 (dired-rename-subdir-2): Update `dired-switches-alist'.
14161 (dired-insert-subdir, dired-kill-subdir):
14162 Handle `dired-switches-alist'. Do not mark buffer modified.
14163 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
14164 (dired-insert-subdir-doinsert): Omit messages.
14165 Handle `dired-subdir-switches'.
14166 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
14167
14168 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
14169 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
14170 subdirs if -R switch is used for a subdir.
14171 (dired-mode): Set `dired-switches-alist'.
14172 (dired-build-subdir-alist): Only print number of directories in
14173 echo area when invoked interactively.
14174
14175 2004-06-05 Lars Hansen <larsh@math.ku.dk>
14176
14177 * dired-x.el (dired-omit-mode): Rename from
14178 dired-omit-files-p. Use define-minor-mode to define it.
14179 (dired-omit-files-p): Add as alias for dired-omit-mode.
14180 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
14181 dired-mark-omitted.
14182 (dired-mark-omitted): Add. Bind to M-O.
14183
14184 2004-06-05 Kenichi Handa <handa@m17n.org>
14185
14186 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
14187
14188 2004-06-05 Juanma Barranquero <lektu@terra.es>
14189
14190 * help-fns.el (help-argument-name): Reintroduce face.
14191 (help-default-arg-highlight): Use it, now that
14192 `face-differs-from-default-p' can be trusted.
14193
14194 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14195
14196 * textmodes/table.el: Sentence commands added to Point Motion
14197 group; kill and backward-kill commands added to Extraction group.
14198
14199 2004-06-04 Mario Lang <mlang@delysid.org>
14200
14201 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
14202 systems appear to use mW, make the code handle this. Fix a
14203 division-by-zero bug while at it, and handle kernels with
14204 a slightly different layout in /proc/acpi.
14205
14206 2004-06-04 Karl Fogel <kfogel@red-bean.com>
14207
14208 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
14209 because the latter is a CL-ism. This fixes the bug reported by
14210 Shawn Boyette <mdxi@collapsar.net> in
14211 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
14212
14213 2004-06-04 Miles Bader <miles@gnu.org>
14214
14215 * faces.el (display-supports-face-attributes-p): Function moved to
14216 C code. Previously only the tty-related portion of this function
14217 was done in C; however the previous attempt to do a halfway-proper
14218 job for non-tty displays in lisp didn't work properly because of
14219 funny conditions during Emacs startup.
14220 (face-differs-from-default-p): Simplify, now that
14221 display-supports-face-attributes-p works properly on all display
14222 types. Remove :stipple from comparison; it doesn't really work
14223 in emacs anyway.
14224
14225 2004-06-04 Miles Bader <miles@gnu.org>
14226
14227 * faces.el (face-differs-from-default-p): Use a different
14228 implementation, so we can really check whether FACE displays
14229 differently or not.
14230
14231 2004-06-04 Miles Bader <miles@gnu.org>
14232
14233 * faces.el (display-supports-face-attributes-p): Implement a
14234 `different from default' check for non-tty displays.
14235
14236 2004-06-03 David Kastrup <dak@gnu.org>
14237
14238 * woman.el (woman-mapcan): More concise code.
14239 (woman-topic-all-completions, woman-topic-all-completions-1)
14240 (woman-topic-all-completions-merge): Replace by a simpler and
14241 much faster implementation based on O(n log n) sort/merge instead
14242 of the old O(n^2) behavior.
14243
14244 2004-06-03 Miles Bader <miles@gnu.org>
14245
14246 * subr.el (read-number): Use canonical format for default in prompt.
14247
14248 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
14249 Add regexp for " [...]" style defaults.
14250
14251 2004-06-02 Romain Francoise <romain@orebokech.com>
14252
14253 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
14254 groups: if the user asks for a hidden buffer, open the
14255 corresponding filter group to expose it.
14256
14257 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
14258 `ibuffer-jump-to-buffer'.
14259 (ibuffer-jump-offer-only-visible-buffers): New user option.
14260
14261 2004-06-02 Juanma Barranquero <lektu@terra.es>
14262
14263 * faces.el (frame-update-faces): Add empty docstring so the one
14264 for `ignore' doesn't show through.
14265
14266 * subr.el (process-kill-without-query): Remove spurious "\n" on
14267 obsolescence string.
14268 (focus-frame, unfocus-frame): Add obsolescence declaration and
14269 empty docstring.
14270
14271 * international/mule.el (register-char-codings): Make alias for
14272 `ignore'. Move docstring to obsolescence info and remove redundancy.
14273
14274 2004-06-02 Kim F. Storm <storm@cua.dk>
14275
14276 * frame.el (blink-cursor-start): Turn cursor off initially so blink
14277 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
14278
14279 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * comint.el (comint-replace-by-expanded-history-before-point):
14282 Obey `start' as the docstring says.
14283 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
14284 (comint-update-fence): Prevent font-lock from running unnecessarily.
14285 (comint-dynamic-list-completions): Use with-current-buffer.
14286
14287 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14288
14289 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
14290 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
14291 (bibtex-entry-update): Handle alternatives and optional fields.
14292 (bibtex-parse-entry): Bugfix, handle empty key.
14293
14294 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * vc-arch.el (vc-arch-state): Don't assume the file exists.
14297
14298 2004-05-31 Lars Hansen <larsh@math.ku.dk>
14299
14300 * desktop.el (desktop-save): Don't save minor modes without a
14301 known mode initialization function.
14302
14303 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14304
14305 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
14306
14307 * autorevert.el: Update `Commentary' section.
14308
14309 2004-05-30 Juanma Barranquero <lektu@terra.es>
14310
14311 * dos-fns.el (convert-standard-filename):
14312 * files.el (convert-standard-filename):
14313 * w32-fns.el (convert-standard-filename):
14314 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14315
14316 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
14317
14318 Sync with Tramp.
14319
14320 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
14321 (tramp-let-maybe): Move to an earlier spot in the file.
14322 Patch by Andreas Schwab.
14323
14324 2004-05-30 Andreas Schwab <schwab@suse.de>
14325
14326 * dired.el (dired-get-filename): Don't use dired-re-dot.
14327
14328 2004-05-30 Richard M. Stallman <rms@gnu.org>
14329
14330 * files.el (find-file): Doc fix.
14331
14332 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14333
14334 2004-05-30 Nick Roberts <nickrob@gnu.org>
14335
14336 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14337 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14338 modeline of the locals buffer.
14339 (gdb-goto-breakpoint): Handle gdbmi.
14340 (gdb-get-frame-number): Change for gdbmi.
14341
14342 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
14343
14344 * files.el (file-remote-p): Apply file name handler for operation
14345 `file-remote-p'. It isn' a property any longer.
14346 (file-relative-name): `fh' and `fd' get the required value via
14347 `find-file-name-handler' already.
14348
14349 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14350 (top): Remove setting of `file-remote-p' property for
14351 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
14352
14353 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
14354
14355 Version 2.0.41 of Tramp released.
14356
14357 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14358 Throw away if process has died.
14359 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14360 (tramp-out-of-band-prompt-regexp): Rename to
14361 `tramp-process-alive-regexp', because its usage is widen.
14362 (tramp-actions-copy-out-of-band): Apply it.
14363 (tramp-actions-before-shell, tramp-multi-actions):
14364 Add `tramp-action-process-alive' action.
14365 (tramp-action-process-alive): New defun.
14366 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14367 Add entry for `file-remote-p'.
14368 (tramp-handle-file-remote-p): New defun.
14369 (top): Remove setting of `file-remote-p'. Don't set
14370 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14371
14372 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14373 `file-remote-p'.
14374
14375 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
14376 counted for (last) line. [They should or they shouldn't? --Stef]
14377 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
14378
14379 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14380
14381 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14382 not really necessary but seems to keep the shell history smaller
14383 in some cases. It is no substitute for setting HISTFILE and
14384 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14385 though. Suggested by Luc Teirlinck.
14386 (tramp-open-connection-setup-interactive-shell): Export variables
14387 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14388 (tramp-set-process-query-on-exit-flag): New compat function.
14389 (tramp-open-connection-multi, tramp-open-connection-su)
14390 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14391 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14392 (tramp-let-maybe): New macro, let-binds a variable only if it
14393 isn't obsolete.
14394 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14395 (tramp-handle-file-truename): Use it.
14396 (tramp-completion-file-name-regexp-unified): Avoid matching
14397 filenames starting with "/:" -- those are reserved for
14398 file-name-non-special.
14399
14400 * tramp-smb.el (tramp-smb-open-connection):
14401 Use tramp-set-process-query-on-exit-flag compat function.
14402
14403 2004-05-29 Richard M. Stallman <rms@gnu.org>
14404
14405 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14406
14407 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14408 (eval-last-sexp-print-value): Print char equivalent regardless
14409 of standard-output value.
14410
14411 * thumbs.el (thumbs-subst-char-in-string): Delete.
14412 (thumbs-thumbname): Use subst-char-in-string.
14413 (thumbs-resize-image): Use condition-case, not ignore-errors.
14414 (thumbs-kill-buffer): Likewise.
14415
14416 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14417 (thumbs-mode): Make buffer read-only.
14418 (thumbs-make-thumb): Unconditionally accept an existing file.
14419 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14420 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14421 (thumbs-show-thumbs-list): Error if images not supported.
14422 (thumbs-save-current-image): Improve prompt string.
14423 (thumbs-mode-map): Define u, R, x.
14424 (thumbs-unmark): New command.
14425 (thumbs-emboss-image): Minor cleanup.
14426 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14427 (thumbs-rename-images): New command.
14428 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14429
14430 * thumbs.el (thumbs-current-image): New function.
14431 (thumbs-file-list, thumbs-file-alist): New functions.
14432 (thumbs-find-image): Delete arg L.
14433 Don't set up thumbs-fileL as buffer-local global var.
14434 (thumbs-find-image-at-point): Use thumbs-current-image.
14435 (thumbs-set-image-at-point-to-root-window): Likewise.
14436 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14437 Record and warn about errors. Update thumbs-markedL for deletions.
14438 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14439 (thumbs-redraw-buffer): Use thumbs-file-list.
14440 (thumbs-mark): Use thumbs-current-image.
14441 (thumbs-show-name): Use thumbs-current-image.
14442
14443 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14444 and imenu--last-menubar-index-alist.
14445
14446 * subr.el (with-selected-window): Undo previous change.
14447
14448 2004-05-29 John Paul Wallington <jpw@gnu.org>
14449
14450 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14451 (thumbs-mouse-find-image): New command.
14452 (thumbs-mode-map): Bind it to mouse-2.
14453 (thumbs-mode): Make mode-class special.
14454 (thumbs-view-image-mode): Likewise.
14455
14456 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14457
14458 * flymake.el: New file.
14459
14460 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14461
14462 * files.el (find-file-noselect-1): Do not bind
14463 `inhibit-read-only' to t during execution of
14464 `find-file-not-found-functions'.
14465
14466 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14469 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14470
14471 2004-05-28 Juri Linkov <juri@jurta.org>
14472
14473 * simple.el (eval-expression-print-format): New fun.
14474
14475 * simple.el (eval-expression):
14476 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14477 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14478 (edebug-eval-expression): Print additionally the value returned by
14479 `eval-expression-print-format'.
14480
14481 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14482 (insert-pair): Make arguments optional. Find character pair
14483 from `insert-pair-alist' according to the last input event.
14484 (insert-parentheses): Make arguments optional.
14485 (raise-sexp, delete-pair): New funs.
14486
14487 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14488 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14489 Bind C-M-q to `indent-pp-sexp'.
14490
14491 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14492 `pp-to-string' modified to be able to format text with newlines.
14493 (pp-to-string): Move the buffer-formatting part of the code to
14494 `pp-buffer'. Call `pp-buffer'.
14495
14496 * info.el (Info-desktop-buffer-misc-data): Don't save information
14497 about virtual files.
14498 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14499 buffers with names obtained from the desktop file instead of the
14500 default *info* buffer.
14501
14502 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * subr.el (with-selected-window): Only save/restore the selected window.
14505
14506 * progmodes/compile.el (compilation-error-regexp-alist):
14507 Use expand-file-name and data-directory.
14508
14509 * progmodes/grep.el (grep-tree): Rework previous fix.
14510
14511 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14512 after the user marked text with the mouse.
14513
14514 * startup.el (command-line): Keep the first regexp of
14515 auto-save-file-name-transforms intact.
14516
14517 2004-05-28 Juanma Barranquero <lektu@terra.es>
14518
14519 * cus-edit.el (customize-face, customize-face-other-window)
14520 (custom-face-edit-delete): Make arguments match their use in
14521 docstring.
14522 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14523 docstring.
14524
14525 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14526 not `cvs-butlast'.
14527
14528 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14529 `nbutlast' are in subr.el).
14530
14531 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14532 (set-w32-system-coding-system): Doc fixes.
14533
14534 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14535 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14536 Make arguments match their use in docstring.
14537 (artist-draw-region-trim-line-endings)
14538 (artist-mouse-choose-operation): Fix typo in docstring.
14539 (artist-key-set-point-common): Doc fix.
14540
14541 2004-05-28 Simon Josefsson <jas@extundo.com>
14542
14543 * mail/smtpmail.el (smtpmail-open-stream):
14544 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14545
14546 2004-05-26 Simon Josefsson <jas@extundo.com>
14547
14548 * starttls.el: Merge with my GNUTLS based starttls.el.
14549 (starttls-gnutls-program, starttls-use-gnutls)
14550 (starttls-extra-arguments, starttls-process-connection-type)
14551 (starttls-connect, starttls-failure, starttls-success): New variables.
14552 (starttls-program, starttls-extra-args): Doc fix.
14553 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14554 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14555 and pass on to corresponding *-gnutls function if it is set.
14556
14557 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14558
14559 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14560 remote files.
14561
14562 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14563
14564 * files.el (file-name-non-special): There are more operations
14565 which need handling: `find-backup-file-name',
14566 `insert-file-contents', `verify-visited-file-modtime',
14567 `write-region'. Rename t value of method to `add'. Add new
14568 methods `quote' and `unquote-then-quote' to file-arg-indices.
14569
14570 2004-05-25 Juri Linkov <juri@jurta.org>
14571
14572 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14573 (Info-index-nodes): Enclose code in condition-case to catch errors.
14574 (Info-index-node): Don't search all index nodes if request is only
14575 for the current node and file is not in the cache of index nodes.
14576 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14577 for consistency with dired-copy-filename-as-kill.
14578 Bind `S' to Info-search-case-sensitively.
14579 (Info-copy-current-node-name): New arg. With zero prefix arg put
14580 the name inside a function call to `info'. Display copied text in
14581 the echo area.
14582
14583 2004-05-25 Sam Steingold <sds@gnu.org>
14584
14585 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14586 strip the package prefix from the symbol name, if any.
14587 Make it the `find-tag-default-function' for `lisp-mode'.
14588
14589 2004-05-25 John Paul Wallington <jpw@gnu.org>
14590
14591 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14592 instead of obsolete `process-kill-without-query'.
14593
14594 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14595 Declare as variable, not constant.
14596
14597 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14598
14599 * files.el (find-file-noselect-1): Fix bug introduced by
14600 Revision 1.694. As a side effect, `inhibit-read-only'
14601 is again, by default, t during execution of
14602 `find-file-not-found-functions'.
14603 (insert-directory): Check that lines were really inserted by
14604 the --dired switch, before erasing them.
14605
14606 2004-05-24 Nick Roberts <nickrob@gnu.org>
14607
14608 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14609 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14610 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14611 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14612 gud-minor-mode (gdbmi).
14613
14614 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14615
14616 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14617 explicitly select the text to be taken as URL.
14618
14619 2004-05-23 Juri Linkov <juri@jurta.org>
14620
14621 * info.el (Info-index-nodes): New var and fun.
14622 (Info-goto-index, Info-index, info-apropos)
14623 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14624 (Info-index): Fix docstring. Store and restore Info-history-list.
14625 (Info-complete-nodes): New var.
14626 (Info-complete-menu-item): Use it.
14627 (Info-index-node): New fun.
14628 (Info-final-node, Info-forward-node, Info-backward-node)
14629 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14630 Use Info-index-node.
14631 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14632 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14633 (Info-find-node-2): If a node with period in its name not found,
14634 try to find a node without the name part after period.
14635 (Info-select-node): Call Info-fontify-node only if
14636 Info-fontify-maximum-menu-size is not nil.
14637 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14638 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14639 Preserve Info-history-list.
14640 (Info-toc): Set Info-current-file.
14641 (Info-build-toc): Move point to the beginning of the buffer.
14642 Add main-file variable.
14643 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14644 Use backslashed representation of the control character ^_.
14645
14646 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14647 numbers in the new Texinfo 4.7 format.
14648
14649 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14650 regexps for function and variable names.
14651
14652 * descr-text.el (describe-property-list): Add [show] button for
14653 `syntax-table' property with action to pp to a separate buffer.
14654 (describe-char): Replace search-forward by re-search-forward with
14655 whitespace regexp after "character:" to not fail in too narrow windows.
14656
14657 * simple.el (next-error-find-buffer): Add a rule to return
14658 next-error capable buffer if one window on the selected frame
14659 displays such buffer.
14660
14661 2004-05-23 Nick Roberts <nickrob@gnu.org>
14662
14663 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14664 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14665 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14666 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14667 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14668 Handle new value for gud-minor-mode (gdbmi).
14669 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14670 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14671 Change from local to global gdb variable set.
14672 (gdb-ann3): Initialise above gdb variable set.
14673 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14674 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14675 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14676 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14677 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14678 (gdb-info-locals-handler, gdb-invalidate-assembler)
14679 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14680 set as global variables.
14681 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14682 Handle gdbmi.
14683 (gdb-info-breakpoints-custom): Fix regexp.
14684 (def-gdb-var): Delete.
14685
14686 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14687 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14688 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14689 a new mode. The file (gdb-mi.el) for this mode will be included
14690 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14691 primary interface.
14692
14693 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14694
14695 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14696 interpreted as a directory.
14697
14698 2004-05-22 Richard M. Stallman <rms@gnu.org>
14699
14700 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14701 as a close quote.
14702
14703 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14704
14705 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14706 Use assoc-string, not assoc-ignore-case.
14707
14708 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14709
14710 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14711 If moving back then fwd gets a defun that ends before point,
14712 try again moving fwd then back.
14713
14714 * files.el (file-name-non-special): Allow t in file-arg-indices
14715 to mean requote the return value. Use `identity' as an element
14716 rather than as the whole value.
14717
14718 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14719
14720 2004-05-22 Juanma Barranquero <lektu@terra.es>
14721
14722 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14723 `help-make-usage'.
14724 (help-highlight-arguments): Skip function name before searching
14725 for arguments.
14726
14727 2004-05-21 Juanma Barranquero <lektu@terra.es>
14728
14729 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14730 Don't mention in the docstring these arguments meant for
14731 internal (recursive) use only.
14732 (allout-char-spec): Comment out (it's not implemented).
14733 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14734 obsolescence declaration.
14735 (allout-flatten-exposed-to-buffer)
14736 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14737 (my-mark-marker): Doc fix.
14738 (produce-allout-mode-map, allout-sibling-index)
14739 (allout-isearch-expose, allout-distinctive-bullet)
14740 (allout-open-topic, allout-reindent-body)
14741 (allout-rebullet-heading, allout-process-exposed)
14742 (allout-insert-listified, allout-latex-verb-quote)
14743 (allout-insert-latex-header, allout-insert-latex-trailer):
14744 Make arguments match their use in docstring.
14745 (allout-primary-bullet, allout-old-style-prefixes)
14746 (allout-inhibit-protection, allout-init, allout-mode)
14747 (allout-before-change-protect, allout-flag-region):
14748 Use "Emacs" instead of "emacs" in docstrings.
14749
14750 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14751
14752 * international/characters.el: Modify syntax of more characters.
14753
14754 2004-05-21 Masatake YAMATO <jet@gyve.org>
14755
14756 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14757 (etags-tags-completion-table): Show parsing progress.
14758
14759 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14760
14761 * locate.el (locate-prompt-for-command): Shorten first line of
14762 docstring.
14763 (locate-mode): Expand docstring and include keymap summary.
14764
14765 * files.el (find-file-noselect-1): Limit the scope of the
14766 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14767 is, by default, nil during the execution of
14768 `find-file-not-found-functions' and `find-file-hook'.
14769
14770 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14771
14772 * facemenu.el (facemenu-color-name-equal): New function.
14773 (list-colors-display): Use it to compare colors instead of
14774 facemenu-color-equal.
14775
14776 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14777
14778 * compare-w.el (compare-windows-face): Use min-colors instead of
14779 checking for tty or pc types.
14780
14781 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14782
14783 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14784 (completion-setup-function): Use with-current-buffer.
14785 Properly save excursion. Simplify.
14786 Don't assume there is necessarily a `mouse-face' property somewhere.
14787
14788 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14789
14790 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14791
14792 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14793 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14794 Use with-current-buffer.
14795 (byte-goto-log-buffer): Delete.
14796 (byte-compile-log-file): Call compilation-forget-errors.
14797
14798 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14799
14800 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14801 output messages into the search result.
14802
14803 2004-05-19 Masatake YAMATO <jet@gyve.org>
14804
14805 * wid-edit.el (widget-radio-button-notify): Revert my last
14806 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14807
14808 2004-05-19 Kenichi Handa <handa@m17n.org>
14809
14810 * international/characters.el: Fix syntax (open/close) of CJK chars.
14811
14812 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14813
14814 * help-mode.el (help-go-back): Don't depend on position of back button.
14815
14816 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14819 files files don't contain an accidental additional /.
14820
14821 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14822 in source buffer.
14823
14824 2004-05-18 Masatake YAMATO <jet@gyve.org>
14825
14826 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14827 to widget-apply. :action method assumes 2 arguments, not 3.
14828
14829 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14830
14831 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14832 New constants.
14833 (hs-special-modes-alist): Add an f90-mode entry.
14834
14835 2004-05-17 Sam Steingold <sds@gnu.org>
14836
14837 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14838 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14839
14840 2004-05-16 Kim F. Storm <storm@cua.dk>
14841
14842 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14843
14844 2004-05-15 John Wiegley <johnw@newartisans.com>
14845
14846 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14847 (eshell-output-object-to-target): Improve output speed 20% by not
14848 calling `eshell-stringify' if something is already known to be a string.
14849
14850 2004-05-15 Alex Ott <ott@jet.msk.su>
14851
14852 * textmodes/ispell.el (ispell-local-dictionary-alist):
14853 Add windows-1251 to the choice of coding systems.
14854 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14855 encoded in cp1251.
14856
14857 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14858
14859 * progmodes/compile.el (compilation-warning-face)
14860 (compilation-info-face): Use min-colors.
14861
14862 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14863
14864 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14865 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14866 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14867 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14868 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14869 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14870 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14871 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14872 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14873 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14874 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14875 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14876 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14877 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14878
14879 2004-05-15 Kim F. Storm <storm@cua.dk>
14880
14881 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14882 Use it to set triggered-p element of timer.
14883 (timer-event-handler): Set triggered-p element non-nil while running
14884 the timer function.
14885
14886 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 * descr-text.el (describe-char-unicode-data)
14889 (describe-char-unicodedata-file): Re-enable the unicode code now that
14890 the licensing issues have been cleared in the unicode-4 license.
14891 (describe-text-properties-1): Remove unused `overlay' var.
14892 (describe-char): Remove unused var `buffer'.
14893
14894 2004-05-14 David Ponce <david@dponce.com>
14895
14896 * tree-widget.el: New file.
14897
14898 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14899
14900 * language/european.el ("Brazilian Portuguese"): Add support for
14901 Brazilian Portuguese.
14902
14903 2004-05-13 John Wiegley <johnw@newartisans.com>
14904
14905 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14906 `recentf-mode' if this variable has been customized to t.
14907
14908 * eshell/esh-test.el (eshell-test): Call the function
14909 `emacs-version' rather than trying to build a custom version string.
14910
14911 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * net/telnet.el (telnet-mode): Use define-derived-mode.
14914 Don't modify the global value of comint-prompt-regexp.
14915
14916 2004-05-13 John Paul Wallington <jpw@gnu.org>
14917
14918 * version.el (emacs-version): Check for `gtk' feature before
14919 `x-toolkit' feature.
14920
14921 2004-05-13 Juanma Barranquero <lektu@terra.es>
14922
14923 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14924 arguments in the docstring, they're used only in recursive calls.
14925
14926 * help-fns.el (help-arg-highlighting-function)
14927 (help-argument-name): Delete.
14928 (help-default-arg-highlight): New function.
14929 (help-do-arg-highlighting): Use it.
14930
14931 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14932
14933 * calendar/appt.el (appt-disp-window):
14934 Use `calendar-set-mode-line' for a centered mode-line.
14935
14936 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14937
14938 * calendar/appt.el (appt-disp-window): Do not split window
14939 excessively when `split-height-threshold' is low.
14940
14941 2004-05-12 Nick Roberts <nickrob@gnu.org>
14942
14943 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14944 kill-buffer-hook here and make it local.
14945 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14946
14947 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14948
14949 * progmodes/compile.el (compilation-set-window-height):
14950 Use save-excursion to protect against misplaced marker.
14951
14952 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14953
14954 * custom.el (defface): Document that type can have value gtk.
14955
14956 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14957
14958 2004-05-12 Kenichi Handa <handa@m17n.org>
14959
14960 * descr-text.el: Require quail at comile time.
14961 (describe-char): If an input method is on and it supports the
14962 character, show how to input it.
14963
14964 * international/quail.el (quail-install-decode-map): Accept a
14965 char-table whose subtype is `quail-decode-map'.
14966 (quail-store-decode-map-key, quail-gen-decode-map1)
14967 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14968 (quail-show-key): New functions.
14969
14970 2004-05-12 Juanma Barranquero <lektu@terra.es>
14971
14972 * generic.el (define-generic-mode): Remove redundant arglist info.
14973
14974 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14975 Make arguments match their use in docstring.
14976 (help-arg-highlighting-function): New variable.
14977 (help-argument-name): Mention it in the docstring.
14978 (help-do-arg-highlight): Use it. Expand regexp to accept also
14979 ARG-xxx and xxx-ARG references.
14980
14981 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14982
14983 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14984 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14985 and "mailto:addr1?to=addr2" equal.
14986
14987 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14988
14989 * man.el (Man-getpage-in-background): Use shell-file-name
14990 and shell-command-switch variables instead of hard-coded values.
14991
14992 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14993
14994 * iimage.el: New file.
14995
14996 2004-05-11 Juanma Barranquero <lektu@terra.es>
14997
14998 * custom.el (custom-initialize-default, defcustom):
14999 Fix typo in docstring.
15000
15001 * files.el (set-visited-file-name, file-expand-wildcards):
15002 Fix docstring.
15003
15004 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15005
15006 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
15007
15008 * subr.el (eventp): Be more discriminating with integers.
15009
15010 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
15011
15012 * progmodes/compile.el (compile): Add universal prefix arg.
15013 (compilation-error-regexp-alist-alist): Add edg patterns.
15014
15015 2004-05-10 Sam Steingold <sds@gnu.org>
15016
15017 * textmodes/ispell.el (ispell-message):
15018 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
15019
15020 2004-05-10 Dave Love <fx@gnu.org>
15021
15022 * progmodes/python.el (help-buffer): Autoload when compiling.
15023 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
15024 (run-python): Prepend to any existing PYTHONPATH.
15025
15026 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
15027
15028 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
15029 for pending breakpoints.
15030
15031 2004-05-10 Richard M. Stallman <rms@gnu.org>
15032
15033 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
15034 directly without calling any functions in Rmail.
15035 (unrmail-unprune): Function deleted.
15036
15037 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
15040 C-c C-z binding.
15041
15042 2004-05-10 Kenichi Handa <handa@m17n.org>
15043
15044 * descr-text.el (describe-char): Fix previous change. Don't make
15045 a unibyte character to multibyte in the *Help* buffer.
15046
15047 2004-05-10 Miles Bader <miles@gnu.org>
15048
15049 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
15050 buffer an error if the debugger process is actually running.
15051
15052 2004-05-10 Juanma Barranquero <lektu@terra.es>
15053
15054 * help-fns.el (help-argument-name): Default to italic.
15055 (help-highlight-arguments): Return always (usage . doc), even when
15056 usage is nil.
15057
15058 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
15059 (define-ibuffer-filter): Add usage info.
15060 (define-ibuffer-op): Add usage info (but CL-style defaults for
15061 keyword args are not shown).
15062
15063 * subr.el (remove-overlays, read-passwd): Fix docstring.
15064 (start-process-shell-command): Fix docstring. Put usage info in a
15065 format usable by `describe-function'.
15066 (open-network-stream, open-network-stream-nowait)
15067 (open-network-stream-server): Fix docstring.
15068
15069 2004-05-09 Jason Rumney <jasonr@gnu.org>
15070
15071 * international/code-pages (cp932, cp936, cp949, c950): Remove.
15072 Only define cp125* if windows-125* is already defined.
15073
15074 * language/korean.el (cp949): Add alias.
15075
15076 * language/chinese.el (cp936, cp950): Add aliases.
15077
15078 * language/japanese.el (cp932): Add alias.
15079
15080 * term/w32-win.el: Require code-pages.
15081
15082 * international/mule-cmds.el (set-locale-environment):
15083 On MS-Windows use ansi code-page for default coding-systems.
15084 Set up paper sizes for Windows 3 letter languages.
15085
15086 * international/code-pages.el (cp932, cp936, cp949, cp950):
15087 Add aliases. Also add cp125* if not already defined.
15088
15089 2004-05-09 Juanma Barranquero <lektu@terra.es>
15090
15091 * help-fns.el (help-highlight-arguments): Don't try to highlight
15092 missing or autoloaded arglists. Accept structured arguments, like
15093 the first ones of `do' and `flet'.
15094
15095 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
15096 (cvs-get-marked): Remove redundant arglist info.
15097
15098 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
15099 Don't use CL-style default args.
15100
15101 2004-05-08 Andreas Schwab <schwab@suse.de>
15102
15103 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
15104
15105 * international/subst-ksc.el: Fix references to utf-translate-cjk
15106 into utf-translate-cjk-mode.
15107 * international/subst-big5.el: Likewise.
15108 * international/subst-gb2312.el: Likewise.
15109 * international/subst-jis.el: Likewise.
15110 * international/utf-16.el: Likewise.
15111 * international/utf-8.el: Likewise.
15112
15113 2004-05-08 John Wiegley <johnw@newartisans.com>
15114
15115 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
15116 "virtual buffers" (off by default), which makes it possible to
15117 switch to the "virtual" buffers of recently visited files. When a
15118 buffer name search fails, and this option is on, iswitchb will
15119 look at the list of recently visited files, and permit matching
15120 against those names. When the user hits RET on a match, it will
15121 revisit that file.
15122 (iswitchb-read-buffer): Add two optional arguments, which makes
15123 isearchb.el possible.
15124 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
15125 (iswitchb-next-match): Add support for virtual buffers.
15126
15127 * isearchb.el: This module extends iswitchb to provide "as you
15128 type" buffer selection.
15129
15130 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
15131 Ignore the read-only property when flyspell highlighting is on.
15132 Not ignoring it leads to a series of confusing errors.
15133 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
15134 but also make sure to call flyspell-incorrect-hook.
15135 (flyspell-maybe-correct-transposition): Perform transposition test
15136 by bit twiddling a string, rather than using a temp buffer.
15137 (flyspell-maybe-correct-doubling): Use a string rather than a temp
15138 buffer. This is also the original version of the code, which
15139 could not be checked in before due to a previous lack of
15140 assignment papers. This version has seen heavy usage on my system
15141 for several years now.
15142
15143 * calendar/cal-bahai.el: New file, which adds support for the
15144 Baha'i calendar to Emacs. This calendar is based on a solar year
15145 of 19 months of 19 days, with 4 intercalary days. Each year
15146 begins on March 21, with the calendar starting in 1844.
15147
15148 * calendar/cal-menu.el, calendar/calendar.el
15149 * calendar/diary-lib.el, calendar/holidays.el:
15150 Added support for using cal-bahai.el.
15151
15152 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
15153 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
15154 function can be used outside of eshell buffers.
15155 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
15156
15157 2004-05-08 Juanma Barranquero <lektu@terra.es>
15158
15159 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
15160 word constituent so FOO-ARG is not recognized as an arg.
15161 (help-highlight-arguments): Don't skip lists in mandatory arguments.
15162
15163 * simple.el (next-error): Fix typo in docstring.
15164 (open-line): Make argument names match their use in docstring.
15165 (split-line): Fix docstring.
15166
15167 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
15168 usable by `describe-function'.
15169 (gensym, gentemp, typep, ignore-errors): Make argument names match
15170 their use in docstring.
15171
15172 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
15173 argument to `help-setup-xref'.
15174
15175 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
15176
15177 Version 2.0.40 of Tramp released.
15178
15179 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
15180 Use symbol-function to invoke functions only known on some Emacs
15181 flavors. This avoids byte-compiler warnings. Reported by Kevin
15182 Scaldeferri <kevin@scaldeferri.com>.
15183 (tramp-do-copy-or-rename-file-via-buffer): Rename from
15184 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
15185 consistent with the other tramp-do-* functions.
15186 (tramp-do-copy-or-rename-file): Calls adjusted.
15187 (tramp-process-initial-commands): Avoid liveness check on shell --
15188 we know that it must be alive since we're opening a connection at
15189 this moment.
15190 (tramp-last-cmd): New internal variable.
15191 (tramp-process-echoes): New tunable.
15192 (tramp-send-command): Set tramp-last-cmd.
15193 (tramp-wait-for-output): Delete echo, if applicable.
15194 (tramp-read-passwd): Construct the key for the password cache in a
15195 way that works for multi methods, too.
15196 (tramp-bug): Add backup-directory-alist and
15197 bkup-backup-directory-info to bug reports, with Tramp counterparts.
15198
15199 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
15200
15201 * net/tramp*.el: Suppress byte-compiler warnings where possible.
15202
15203 * net/tramp.el (tramp-out-of-band-prompt-regexp)
15204 (tramp-actions-copy-out-of-band): New defcustoms.
15205 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
15206 used instead of a synchronous one. Allows password entering.
15207 (tramp-action-out-of-band): New defun.
15208 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
15209 Remove restriction with password from doc string.
15210 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
15211 `tramp-out-of-band-prompt-regexp',
15212 `tramp-actions-copy-out-of-band', `password-cache' and
15213 `password-cache-expiry'.
15214 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
15215 password caching.
15216 (tramp-touch): FILE can be a local file, too.
15217 (TODO): Remove items done.
15218 (tramp-handle-insert-directory): Properly quote file name also if
15219 not full-directory-p. Handle wildcard case. Reported by Andreas
15220 Schwab <schwab@suse.de>.
15221 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
15222 new file.
15223 (tramp-handle-file-local-copy, tramp-handle-write-region):
15224 The permissions of the temporary file are set if filename exists.
15225 Reported by Ted Stern <stern@cray.com>.
15226 (tramp-backup-directory-alist)
15227 (tramp-bkup-backup-directory-info): New defcustoms.
15228 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
15229 (tramp-handle-find-backup-file-name): New function.
15230 Implements Tramp's find-backup-file-name.
15231
15232 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
15233 for `find-backup-file-name'.
15234
15235 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
15236 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
15237
15238 2004-05-07 Lars Hansen <larsh@math.ku.dk>
15239
15240 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
15241
15242 2004-05-07 Juanma Barranquero <lektu@terra.es>
15243
15244 * subr.el (lambda): Add arglist description to docstring.
15245 (declare): Fix typo in docstring.
15246 (open-network-stream): Fix docstring.
15247 (process-kill-without-query): Fix docstring and add obsolescence info.
15248 (last, butlast, nbutlast): Make arguments match their use in docstring.
15249 (insert-buffer-substring-no-properties): Likewise.
15250 (insert-buffer-substring-as-yank): Likewise.
15251 (split-string): Fix docstring.
15252
15253 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
15254 Make argument names match their use in docstring.
15255
15256 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
15257
15258 2004-05-06 Nick Roberts <nickrob@gnu.org>
15259
15260 * progmodes/gdb-ui.el: Improve/extend documentation strings.
15261 Fit first sentence on one line for apropos-command.
15262
15263 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15264
15265 Changes largely merged in from Dave Love's code.
15266 * progmodes/python.el: Doc fixes.
15267 (python-mode-map): Add python-complete-symbol.
15268 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
15269 (python-comment-indent, python-complete-symbol)
15270 (python-symbol-completions, python-partial-symbol)
15271 (python-try-complete): New.
15272 (python-indent-line): Remove optional arg. Use python-block-end-p.
15273 (python-check): Bind compilation-error-regexp-alist.
15274 (inferior-python-mode): Use rx. Move keybindings to top level.
15275 Set comint-input-filter.
15276 (python-preoutput-filter): Use rx.
15277 (python-input-filter): Re-introduce.
15278 (python-proc): Start new process if necessary.
15279 Check python-buffer non-nil.
15280 (view-return-to-alist): Defvar.
15281 (python-send-receive): New.
15282 (python-eldoc-function): Use it.
15283 (python-mode-running): Don't defvar.
15284 (python-mode): Set comment-indent-function.
15285 Maybe update hippie-expand-try-functions-list.
15286 (python-indentation-levels): Initialize differently.
15287 (python-block-end-p): New.
15288 (python-indent-line): Use it.
15289 (python-compilation-regexp-alist): Augment.
15290 (run-python): Import `emacs' module to Python rather than loading
15291 code directly. Set python-buffer differently.
15292 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
15293 Use python-proc.
15294 (python-send-command): Go to end of comint buffer.
15295 (python-load-file): Use python-proc, emacs.eimport.
15296 (python-describe-symbol): Simplify interactive form.
15297 Use emacs.help. Do use temp-buffer-show-hook.
15298 Call print-help-return-message.
15299 (hippie-exp): Require when compiling.
15300 (python-preoutput-continuation): Use rx.
15301
15302 * diff-mode.el (diff-make-unified): Fix regexp.
15303
15304 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15305
15306 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15307 filter groups from the buffer when rebuilding the Ibuffer buffer
15308 and `ibuffer-show-empty-filter-groups' is nil.
15309
15310 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15311
15312 * ps-print.el (ps-print-quote): Call ps-value-string.
15313 (ps-setup): Call ps-comment-string.
15314 (ps-value-string, ps-comment-string): New funs.
15315
15316 2004-05-06 Juanma Barranquero <lektu@terra.es>
15317
15318 * ehelp.el (electric-help-command-loop): Check whether the last
15319 character is visible, not (point-max).
15320
15321 * help-fns.el (help-argument-name): Default to bold; don't inherit
15322 from font-lock-variable-name-face.
15323 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15324
15325 2004-05-05 Kenichi Handa <handa@m17n.org>
15326
15327 * descr-text.el (describe-char): Copy the character with text
15328 properties and overlays into the first line, and call
15329 describe-text-properties on it.
15330
15331 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15332
15333 * iswitchb.el (iswitchb-global-map): Fix typo.
15334 Remove unwanted ###autoloads from source file.
15335
15336 2004-05-05 Lars Hansen <larsh@math.ku.dk>
15337
15338 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
15339 in run-hooks. Use substitute-command-keys in message.
15340 (wdired-abort-changes): Add message.
15341
15342 2004-05-03 Michael Mauger <mmaug@yahoo.com>
15343
15344 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15345 (sql-emacs20-p): Remove.
15346 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15347 (sql-builtin-face, sql-doc-face): Remove.
15348 (sql-mode-ansi-font-lock-keywords)
15349 (sql-mode-oracle-font-lock-keywords)
15350 (sql-mode-postgres-font-lock-keywords)
15351 (sql-mode-linter-font-lock-keywords)
15352 (sql-mode-ms-font-lock-keywords)
15353 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15354 (sql-product-font-lock): Fix font-lock reset when font rules change.
15355 (sql-highlight-product): Remove incorrect font-lock reset logic.
15356
15357 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15358
15359 * ses.el (ses-set-parameter): Fix typo.
15360
15361 2004-05-04 Kim F. Storm <storm@cua.dk>
15362
15363 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15364 Must expand directory for completion to work; and don't mess with
15365 process-environment.
15366 (ido-read-file-name): If command has ido property, don't use ido
15367 if value is ignore, or read as directory if value is dir.
15368 Set ido ignore property for dired-do-rename command.
15369
15370 2004-05-04 Juanma Barranquero <lektu@terra.es>
15371
15372 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15373 (electric-help-help): Check against unmapped commands.
15374
15375 * help-fns.el (help-argument-name): New face, inheriting from
15376 font-lock-variable-name-face, to highlight function arguments in
15377 `describe-function' and `describe-key'.
15378 (help-do-arg-highlight): Auxiliary function to highlight a given
15379 list of arguments in a string.
15380 (help-highlight-arguments): Highlight the function arguments and
15381 all uses of them in the docstring.
15382 (describe-function-1): Use it. Do docstring output via `insert',
15383 not 'princ', so text attributes are preserved.
15384
15385 * winner.el (winner-mode-map): Move `winner-undo' and
15386 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15387 previous bindings conflict with `prev-buffer', `next-buffer').
15388
15389 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15390
15391 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15392 (bibtex-entry-update): New command bound to C-c C-u.
15393 (bibtex-text-in-string): Fix regexp.
15394 (bibtex-assoc-of-regexp): Remove.
15395 (bibtex-progress-message): Fix docstring.
15396 (bibtex-inside-field): Use if.
15397 (bibtex-assoc-regexp): New function.
15398 (bibtex-format-entry): Make code more robust so that it formats
15399 also old entries.
15400 (bibtex-autokey-demangle-title): Merge with obsolete function
15401 bibtex-assoc-of-regexp.
15402 (bibtex-field-list): New function.
15403 (bibtex-entry): Use bibtex-field-list.
15404 (bibtex-parse-entry): Fix docstring.
15405 (bibtex-print-help-message): Use bibtex-field-list.
15406 (bibtex-make-field): Use bibtex-field-list.
15407 (bibtex-entry-index): Bugfix. Return crossref key if required.
15408 (bibtex-lessp): Fix docstring.
15409
15410 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15411
15412 * select.el (xselect-convert-to-string): Move comment to intended line.
15413
15414 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15415
15416 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15417 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15418
15419 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15420
15421 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15422 x-get-selection.
15423
15424 2004-05-03 Jason Rumney <jasonr@gnu.org>
15425
15426 * makefile.nt: Remove.
15427
15428 2004-05-03 Kim F. Storm <storm@cua.dk>
15429
15430 * emulation/cua-base.el (cua--update-indications): Fix last change.
15431 (cua-mode): Deactivate mark when cua-mode is enabled.
15432
15433 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15434
15435 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15436
15437 2004-05-03 Nick Roberts <nickrob@gnu.org>
15438
15439 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15440 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15441 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15442 window over visible frames.
15443 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15444
15445 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * progmodes/compile.el (compilation-gcpro): New var.
15448 (compilation-fake-loc): Use it.
15449 (compilation-forget-errors): Reset it.
15450
15451 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15452
15453 * diff-mode.el (diff-header-face, diff-file-header-face):
15454 Use min-colors.
15455
15456 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15457
15458 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15459 (bibtex-clean-entry): Disentangle code.
15460 (bibtex-realign): New function.
15461 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15462 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15463 Remove undocumented optional arg called-by-convert-alien.
15464 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15465 for sorting instead of bibtex-sort-buffer.
15466
15467 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15468
15469 * progmodes/compile.el (compilation-start): In the
15470 no-async-subprocesses branch, call sit-for to give redisplay a
15471 chance to show the updated process status in the mode line, and
15472 fontify the buffer explicitly after the process exits.
15473
15474 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * progmodes/python.el (python-compilation-line-number): Remove.
15477 (python-compilation-regexp-alist): Don't use it any more.
15478 (python-orig-start, python-input-filter): Remove.
15479 (inferior-python-mode): Don't set up comint-input-filter-functions.
15480 (python-send-region): Use compilation-fake-loc.
15481
15482 * progmodes/compile.el (compilation-messages-start): New var.
15483 (compilation-mode): Don't setup next-error-function here.
15484 (compilation-setup): Set it up here instead (for minor modes as well).
15485 Make compilation-messages-start buffer local.
15486 (compilation-next-error-function): Use it.
15487 (compilation-forget-errors): Set compilation-messages-start.
15488
15489 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15490
15491 * ielm.el (ielm-prompt-read-only): Update docstring.
15492
15493 * comint.el (comint-prompt-read-only): Update docstring.
15494 (comint-update-fence, comint-kill-whole-line)
15495 (comint-kill-region): New functions.
15496
15497 * simple.el (kill-whole-line): Use "p" instead of "P" in
15498 interactive form.
15499
15500 2004-05-01 Juanma Barranquero <lektu@terra.es>
15501
15502 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15503 format arglist so default values in CL-style argument lists are
15504 correctly shown.
15505
15506 2004-05-01 Jason Rumney <jasonr@gnu.org>
15507
15508 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15509
15510 2004-05-01 Kenichi Handa <handa@m17n.org>
15511
15512 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15513 quail file if it is up to date.
15514
15515 2004-04-30 Juri Linkov <juri@jurta.org>
15516
15517 * cus-edit.el (custom-mode-map):
15518 Add key binding `C-x C-s' to `Custom-save'.
15519
15520 * outline.el (outline-blank-line): New var.
15521 (outline-next-preface, outline-show-heading)
15522 (outline-end-of-subtree): Use it.
15523
15524 * dired-aux.el (dired-touch-initial): New fun.
15525 (dired-do-chxxx): Call it for op-symbol `touch'.
15526 (dired-diff): Use `dired-dwim-target-directory'
15527 if current dired buffer has no buffer mark.
15528
15529 * bindings.el (propertized-buffer-identification):
15530 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15531 Add C-M-arrow keys for consistency.
15532
15533 * files.el (confirm-kill-emacs):
15534 Change group from top-level `emacs' to `convenience'.
15535
15536 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15537 Push mark on the first call of successive command calls.
15538 (insert-pair): New fun created from `insert-parentheses' with
15539 `open' and `close' arguments added. Enclose active regions
15540 in paired characters. Compare adjacent characters syntax with
15541 inserted characters syntax before inserting a space.
15542 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15543
15544 * delsel.el: Don't put `delete-selection' property
15545 on `insert-parentheses' symbol to take advantage of
15546 region handling in `insert-pair' function.
15547 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15548
15549 2004-04-30 Kim F. Storm <storm@cua.dk>
15550
15551 * emulation/cua-base.el: Add support for changing cursor types;
15552 based on patch from Michael Mauger.
15553 (cua-normal-cursor-color, cua-read-only-cursor-color)
15554 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15555 Customization cursor type and/or cursor color.
15556 (cua--update-indications): Handle cursor type changes.
15557 (cua-mode): Update cursor indications if enabled.
15558
15559 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15560
15561 * mouse.el (mouse-drag-copy-region): New defcustom.
15562 (mouse-set-region, mouse-drag-region-1): Use it.
15563
15564 * simple.el (kill-ring-save): If region face background color is
15565 unspecified (if no highlighting), show extent of fully visible
15566 region even if transient-mark-mode is enabled.
15567
15568 * emulation/cua-base.el (cua--standard-movement-commands):
15569 Add cua-scroll-up and cua-scroll-down.
15570 (cua-scroll-up, cua-scroll-down): New commands.
15571 (cua--init-keymaps): Remap scroll-up and scroll-down.
15572
15573 * emulation/cua-rect.el (cua--convert-rectangle-as):
15574 New defmacro.
15575 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15576 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15577 New commands (suggested by Jordan Breeding).
15578
15579 2004-04-30 Juanma Barranquero <lektu@terra.es>
15580
15581 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15582
15583 2004-04-30 Mario Lang <mlang@delysid.org>
15584
15585 * diff.el (diff-switches): Fix typo in docstring.
15586
15587 2004-04-30 Alex Schroeder <alex@gnu.org>
15588
15589 * xml.el (xml-debug-print-internal): Don't add newline and
15590 indentation to text nodes and write empty elements as empty tags
15591 instead of opening and closing tags.
15592 (xml-debug-print): Take optional indent-string argument.
15593 (xml-print): Alias for xml-debug-print.
15594
15595 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15596
15597 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15598 than duplicate call to `line-beginning-position'.
15599
15600 * progmodes/f90.el (f90-get-present-comment-type):
15601 Return whitespace, as well as comment chars, for consistent filling
15602 of comment blocks. Use `match-string-no-properties'.
15603 (f90-break-line): Trim trailing whitespace when filling comments.
15604
15605 2004-04-30 Dave Love <fx@gnu.org>
15606
15607 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15608 (diary-from-outlook-internal, diary-from-outlook)
15609 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15610 New functions to import diary entries from Outlook-format
15611 appointments in mail messages.
15612
15613 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * progmodes/python.el (python-send-command): New fun.
15616 (python-send-region, python-load-file): Use it.
15617
15618 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15619
15620 * help-fns.el (help-C-file-name): Use new subr-name.
15621 Prepend `src/' to the file name.
15622 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15623 (describe-function-1, describe-variable): Only find a C source file
15624 name if DOC is already loaded.
15625
15626 * help-mode.el (help-function-def, help-variable-def):
15627 Use the new find-function-search-for-symbol functionality.
15628 Allow FILE to be `C-source'.
15629
15630 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15631 (find-function-C-source): New fun.
15632 (find-function-search-for-symbol): Use it.
15633
15634 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15635
15636 * progmodes/sql.el (sql-product-alist): Rename variable
15637 `sql-product-support'. Add Postgres login parameters.
15638 (sql-set-product, sql-product-feature): Update with renamed variable.
15639 (sql-connect-postgres): Add username prompt.
15640 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15641 Make patterns less product specific.
15642 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15643 (sql-mode-abbrev-table): Modify initialization.
15644 (sql-builtin-face): Add variable.
15645 (sql-keywords-re): Add macro.
15646 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15647 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15648 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15649 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15650 (sql-mode-linter-font-lock-keywords)
15651 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15652 (sql-mode-sybase-font-lock-keywords)
15653 (sql-mode-informix-font-lock-keywords)
15654 (sql-mode-interbase-font-lock-keywords)
15655 (sql-mode-ingres-font-lock-keywords)
15656 (sql-mode-solid-font-lock-keywords)
15657 (sql-mode-sqlite-font-lock-keywords)
15658 (sql-mode-db2-font-lock-keywords): Default to nil.
15659 (sql-product-font-lock): Always highlight ANSI keywords.
15660 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15661 (sql-send-string): Add function.
15662
15663 2004-04-29 Dave Love <fx@gnu.org>
15664
15665 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15666 (cfengine-end-of-defun): Ensure progress through buffer.
15667
15668 * info-look.el (cfengine-mode): Accept a terminal ().
15669
15670 2004-04-29 Juri Linkov <juri@jurta.org>
15671
15672 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15673 instead of isearch-yank-word-or-char. Add new key bindings for
15674 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15675 (isearch-del-char): New fun.
15676 (isearch-forward, isearch-edit-string): Update docstring.
15677 (isearch-yank-char): Doc fix.
15678 (isearch-other-meta-char): Restore point after scrolling.
15679
15680 * progmodes/compile.el (compilation-context-lines): Add nil option
15681 to disable compilation output window scrolling.
15682 (compilation-set-window): Use it.
15683
15684 * outline.el (outline-next-preface, outline-show-heading):
15685 Don't leave unhidden blank line before heading.
15686 (outline-end-of-subtree): Include last newline into subtree.
15687 (hide-entry): Leave point at beginning of heading instead of end.
15688 (outline-up-heading): Push mark for the first call of successive
15689 command calls.
15690
15691 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15692
15693 * comint.el (comint-prompt-read-only): New variable.
15694 (comint-output-filter): Implement it.
15695
15696 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15697 (ielm-prompt-internal): New variable.
15698 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15699 (ielm-send-input): Delete unused variable `buf'.
15700 (ielm-eval-input): Use `ielm-prompt-internal'.
15701 (inferior-emacs-lisp-mode): Use new variables
15702 `comint-prompt-read-only' and `ielm-prompt-internal'.
15703 Get rid of obsolete variable `directory-sep-char'.
15704 (ielm): Use `zerop'.
15705
15706 2004-04-29 John Paul Wallington <jpw@gnu.org>
15707
15708 * thumbs.el (toplevel): Require cl at compile time.
15709 Remove conditional definitions of `ignore-errors' and `caddar'
15710 because they occur at run time.
15711
15712 2004-04-28 Nick Roberts <nickrob@gnu.org>
15713
15714 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15715 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15716 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15717 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15718
15719 * progmodes/gud.el (gud-common-init): Throw an error if program is
15720 already running under gdb.
15721
15722 2004-04-28 John Paul Wallington <jpw@gnu.org>
15723
15724 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15725 (thumbs-show-image-num): Move assignment of
15726 `thumbs-current-image-filename' within scope of `i'.
15727 (thumbs-emboss-image): Don't use `evenp'.
15728
15729 2004-04-28 Richard M. Stallman <rms@gnu.org>
15730
15731 * progmodes/compile.el (compilation-context-lines): Default now 0.
15732
15733 2004-04-28 Juanma Barranquero <lektu@terra.es>
15734
15735 Use `time-less-p' from calendar/time-date.el instead of defining
15736 custom versions of it.
15737
15738 * pcomplete.el (pcomplete-time-less-p): Remove.
15739
15740 * thumbs.el (time-less-p): Remove.
15741
15742 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15743 (timeclock-generate-report): Use `time-less-p'.
15744
15745 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15746 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15747
15748 2004-04-28 Masatake YAMATO <jet@gyve.org>
15749
15750 * subr.el (remove-overlays): Make arguments optional.
15751
15752 * wid-edit.el (widget-specify-button): Put evaporate to the
15753 overlay for sample.
15754 (widget-specify-sample): Put evaporate to the overlay for sample.
15755 (widget-specify-doc): Put evaporate to the overlay for documentation.
15756
15757 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15758
15759 * info.el (info-apropos): Make it an index node. Align node names
15760 like makeinfo.
15761
15762 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15763
15764 * net/browse-url.el (browse-url-netscape-sentinel)
15765 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15766 (browse-url-epiphany-sentinel, browse-url-mosaic):
15767 Use browse-url-*-program instead of a literal program name.
15768
15769 2004-04-27 Kevin Ryde <user42@zip.com.au>
15770
15771 * eshell/em-alias.el:
15772 * eshell/em-dirs.el:
15773 * eshell/em-hist.el:
15774 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15775 features when M-x customize-group loads modules before the main
15776 eshell.el.
15777
15778 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15779
15780 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15781 either a character representation of an event or an event
15782 description list.
15783
15784 * type-break.el: Capitalise Emacs and Lisp.
15785 (type-break-good-break-interval, type-break-demo-boring-stats)
15786 (type-break-terse-messages, type-break-file-name): New defcustoms.
15787 (type-break-post-command-hook)
15788 (type-break-warning-countdown-string): Quote variable names in doc.
15789 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15790 (type-break-mode): Document type-break-good-break-interval and the
15791 "session" file. Schedule break according to the session file.
15792 Kill session file buffer on exit. Organise for save-some-buffers
15793 to always save the session file.
15794 (type-break-mode-line-message-mode, type-break-query-mode):
15795 Uppercase arguments.
15796 (type-break-file-time, type-break-file-keystroke-count, timep)
15797 (type-break-choose-file, type-break-get-previous-time)
15798 (type-break-get-previous-count): New defuns.
15799 (type-break): Avoid break querying after a completed break in the
15800 case where the query was initiated during user invocation of the
15801 break. Optional terse messages.
15802 Use type-break-good-break-interval if type-break-good-rest-interval is
15803 nil. File the break time.
15804 (type-break-schedule): New optional args for overriding the use of
15805 the current time.
15806 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15807 after a break.
15808 (type-break-check): File the keystroke count.
15809 (type-break-do-query): Prevent a second query when the break is
15810 interrupted. Optional terse message.
15811 (type-break-keystroke-reset): Record the start of a typing interval.
15812 (type-break-demo-boring): Optional terse messages. Display word
15813 per minute and keystroke counts according to
15814 type-break-demo-boring-stats.
15815
15816 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15817
15818 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15819 directories, make sure they exist under archive-tmpdir.
15820
15821 2004-04-27 Juri Linkov <juri@jurta.org>
15822
15823 * help.el (view-emacs-news): With argument, display info for the
15824 selected version by finding it among different NEWS files, and
15825 narrowing the buffer to the selected version.
15826
15827 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15828 same-window-buffer-names.
15829 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15830 non-numeric prefix argument, append the number to the buffer name
15831 for numeric prefix argument.
15832 (info-other-window): Bind same-window-regexps to nil.
15833 (Info-reference-name): Rename to Info-point-loc.
15834 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15835 and Info-find-index-name for stringy Info-point-loc.
15836 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15837 without middle `.', but with final `.' and optional line number
15838 for it. Set Info-point-loc for index nodes.
15839 (Info-index): Remove middle `.' from index entry regexp.
15840 Modify line number regexp.
15841 (Info-index-next): Decrement line number.
15842 (info-apropos): Remove middle `.' from index entry regexp.
15843 Add optional line number regexp at the end. Add matched value
15844 for line number to the result list and insert it to the buffer.
15845 Replace match-string by match-string-no-properties.
15846 Reorder result list.
15847 (Info-fontify-node): Hide index line numbers.
15848 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15849 empty matches.
15850 (Info-follow-reference): Use `str' instead of
15851 Info-following-node-name-re.
15852 (Info-toc): Use full file names. Set Info-current-node to "Top".
15853 (Info-fontify-node): Compare file names without directory name.
15854 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15855 Set second arg of Info-extract-menu-node-name for index nodes.
15856 (info-xref-visited): Use magenta3 instead of magenta4.
15857 (Info-mode): Add info-apropos to docstring.
15858
15859 * log-view.el (log-view-diff): Replace interactive code "r"
15860 by a list to allow to call it even if region is not active.
15861
15862 * paren.el (show-paren-highlight-openparen): New var.
15863 (show-paren-function): Turn on openparen highlighting when
15864 matching forward if show-paren-highlight-openparen is non-nil.
15865
15866 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15867 the constant value 1.
15868 (completions-common-part): Expand docstring.
15869
15870 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15871
15872 2004-04-27 Kim F. Storm <storm@cua.dk>
15873
15874 * image.el (insert-sliced-image): Use line-height instead of
15875 line-spacing property on newline.
15876
15877 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15878
15879 * desktop.el (desktop-buffer-misc-data-function): Rename to
15880 desktop-save-buffer and change docstring.
15881 (desktop-buffer-modes-to-save): Delete.
15882 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15883 desktop-buffer-modes-to-save.
15884 (desktop-save): Rename desktop-buffer-misc-data-function to
15885 desktop-save-buffer and allow non-function value.
15886 (desktop-missing-file-warning): Correct docstring.
15887
15888 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15889 to desktop-save-buffer.
15890
15891 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15892 desktop-save-buffer.
15893
15894 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15895
15896 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15897
15898 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15899
15900 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15901
15902 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15903
15904 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15905 (ielm): Only go to the end of the buffer when starting a new process.
15906
15907 2004-04-25 Juanma Barranquero <lektu@terra.es>
15908
15909 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15910 mode line. Bind `inhibit-read-only' to t before modifying
15911 properties of text in the buffer.
15912 (ielm): Force point to the end of buffer, even when running ielm
15913 from inside itself.
15914
15915 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15916
15917 * info.el (info-apropos): Reset Info-complete-cache.
15918
15919 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15920
15921 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15922 Also recognize severe Irix et al. messages.
15923 (compilation-normalize-filename, compile-abbreviate-directory):
15924 Delete functions.
15925 (compilation-get-file-structure): New function inherits
15926 functionality of the two preceding ones.
15927 (compilation-internal-error-properties, compilation-fake-loc):
15928 Use it so that different paths to the same file share the same
15929 markers. Also optimize finding adjacent marker slightly.
15930
15931 2004-04-25 Kim F. Storm <storm@cua.dk>
15932
15933 * image.el (insert-sliced-image): Add line-spacing t property
15934 to newlines separating image lines.
15935
15936 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15939
15940 * ielm.el (ielm-prompt-read-only): New user option.
15941 (ielm-prompt): Expand docstring to describe new behavior.
15942 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15943 mention it in the docstring.
15944
15945 2004-04-24 Andreas Schwab <schwab@suse.de>
15946
15947 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15948
15949 * diff.el (diff): Set default-directory in diff buffer.
15950
15951 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15952
15953 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15954 mail was being composed if the terminal cannot display more than
15955 one frame; instead, switch to previous frame.
15956
15957 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15958 (rmail-start-mail): Support rmail-mail-new-frame even on
15959 terminals that can display only one frame at a time.
15960
15961 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15962
15963 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15964 (checkdoc-output-font-lock-keywords): Remove error regexp.
15965 (checkdoc-output-mode-map): Remove.
15966 (checkdoc-output-mode): Derive from compilation-mode.
15967 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15968
15969 * dired.el (dired-mode-map): Add a menu entry for wdired.
15970
15971 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15972 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15973
15974 * wdired.el (wdired-mode-map): Move init into declaration.
15975 Fix `return' binding.
15976 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15977 Use force-mode-line-update.
15978 (wdired-get-filename): Use `unless'.
15979 (wdired-preprocess-files): Don't assume names have no \n and use / for
15980 dir separator.
15981 (wdired-normalize-filename): Use replace-regexp-in-string.
15982 (wdired-load-hooks): Remove.
15983 (wdired-mode-hooks): Rename to wdired-mode-hook.
15984
15985 * info-look.el: Add support for cfengine-mode.
15986 (info-lookup-setup-mode): Use dolist.
15987
15988 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15989
15990 * wdired.el: New file.
15991
15992 2004-04-23 Juanma Barranquero <lektu@terra.es>
15993
15994 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15995
15996 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15997 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15998 (pcomplete--help, pcomplete--here): Doc fixes.
15999
16000 2004-04-23 Andre Spiegel <spiegel@gnu.org>
16001
16002 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
16003 handles wrong-number-of-arguments in backend call.
16004
16005 * vc.el (vc-print-log): Likewise.
16006
16007 2004-04-20 Dave Love <fx@gnu.org>
16008
16009 * emacs-lisp/rx.el: Doc fixes.
16010 (rx-constituents): Add/extend many forms.
16011 (rx-check): Check form is a list.
16012 (bracket): Defvar.
16013 (rx-check-any, rx-any, rx-check-not): Modify.
16014 (rx-not): Simplify.
16015 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
16016 (rx-kleene): Use rx-trans-forms.
16017 (rx-quote-for-set): Delete.
16018 (rx): Allow multiple args.
16019
16020 2004-04-23 Kenichi Handa <handa@m17n.org>
16021
16022 * international/mule-util.el (char-displayable-p): Simplify by
16023 using internal-char-font.
16024
16025 2004-04-23 Juanma Barranquero <lektu@terra.es>
16026
16027 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
16028
16029 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16030
16031 * diff-mode.el (diff-next-error): New fun.
16032 (diff-mode): Use it.
16033
16034 * simple.el (next-error): Change arg name.
16035 Add support for the documented C-u C-x ` usage.
16036
16037 * frame.el (special-display-popup-frame, next-multiframe-window)
16038 (previous-multiframe-window): Only consider frames on same display.
16039
16040 2004-04-22 Lars Hansen <larsh@math.ku.dk>
16041
16042 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
16043 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
16044
16045 2004-04-22 Kim F. Storm <storm@cua.dk>
16046
16047 * net/telnet.el (telnet): Add optional port arg.
16048
16049 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
16050
16051 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16052 Minor sanity check on the `hyperlink' slot.
16053
16054 * Makefile.in (recompile): Compile new files.
16055
16056 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
16057 Add byte-recompile-directory's optional `arg'.
16058
16059 * cvs-status.el (cvs-tree-use-charset): New var.
16060 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
16061 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
16062 (cvs-status-cvstrees): Use it.
16063
16064 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
16065 Make it a normal major mode.
16066 (checkdoc-buffer-label): Make sure the file name is meaningful.
16067 (checkdoc-output-to-error-buffer): Remove.
16068 (checkdoc-error, checkdoc-start-section): Rewrite.
16069
16070 * info.el (info-node, info-menu-5, info-xref, info-header-node)
16071 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16072 (Info-title-4-face): Use new syntax.
16073 (info-xref-visited): Inherit from info-xref.
16074
16075 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
16076
16077 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
16078
16079 * simple.el (next-error-last-buffer, next-error-function):
16080 New variables for the next-error framework.
16081 (next-error-buffer-p): New function.
16082 (next-error-find-buffer): Generalize compilation-find-buffer.
16083 (next-error, previous-error, first-error, next-error-no-select)
16084 (previous-error-no-select): Move from compile.el.
16085
16086 * replace.el (occur-next-error, occur-1): Hook into the next-error
16087 framework.
16088
16089 * progmodes/compile.el (compilation-start):
16090 Set next-error-last-buffer so next-error knows where to jump.
16091 (compilation-setup): Set the buffer-local variable
16092 next-error-function to 'compilation-next-error-function.
16093 (compilation-buffer-p, compilation-buffer-internal-p): Use an
16094 alternate way to find if a buffer is a compilation buffer, for
16095 next-error convenience.
16096 (next-error-no-select, previous-error-no-select, next-error)
16097 (previous-error, first-error): Move to simple.el.
16098 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
16099 (compilation-last-buffer): Remove.
16100 (compilation-start, compilation-next-error, compilation-setup)
16101 (compilation-next-error-function, compilation-find-buffer):
16102 Remove compilation-last-buffer use.
16103
16104 2004-04-21 Juanma Barranquero <lektu@terra.es>
16105
16106 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
16107 (font-lock-warning-face): Fix spacing.
16108
16109 * makefile.w32-in (WINS): Add url/ directory.
16110
16111 2004-04-21 Lars Hansen <larsh@math.ku.dk>
16112
16113 * desktop.el (desktop-buffer-mode-handlers): New variable.
16114 Alist of major mode specific functions to restore a desktop buffer.
16115 (desktop-buffer-handlers): Make variable obsolete.
16116 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
16117 Catch errors signaled in handlers. Update buffer count.
16118 Evaluate desktop-buffer-point.
16119 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
16120 move to dired.el.
16121 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
16122 move to info.el.
16123 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
16124 move to mail/rmail.el.
16125 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
16126 to mh-e/mh-e.el.
16127 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
16128 On fail, print message (to message buffer) even if
16129 desktop-missing-file-warning is nil.
16130 (desktop-buffer-misc-data-function): New buffer local variable.
16131 Function returning major mode specific data.
16132 (desktop-buffer-misc-functions): Make variable obsolete.
16133 (desktop-save): Use desktop-buffer-misc-data-function.
16134 (desktop-buffer-dired-misc-data): Rename to
16135 dired-desktop-buffer-misc-data and move to dired.el.
16136 (desktop-buffer-info-misc-data): Rename to
16137 Info-desktop-buffer-misc-data and move to info.el.
16138 (desktop-read): Add message about number of buffers restored/failed.
16139
16140 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
16141 Add parameters. Pause to display error only when
16142 desktop-missing-file-warning is non-nil.
16143 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16144 (dired-mode): Bind desktop-buffer-misc-data-function.
16145
16146 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
16147 Add Parameters.
16148 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
16149 (Info-mode): Bind desktop-buffer-misc-data-function.
16150
16151 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
16152 Add Parameters.
16153
16154 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
16155 Add Parameters.
16156
16157 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
16158
16159 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
16160 the case of letters in case-insensitive expansions when the
16161 abbrev is preceded by characters with letter syntax.
16162
16163 2004-04-21 Richard M. Stallman <rms@gnu.org>
16164
16165 * progmodes/cperl-mode.el (cperl-putback-char):
16166 Delete Emacs 18 definition.
16167
16168 * international/mule.el (ctext-post-read-conversion):
16169 Use assoc-string, not assoc-ignore-case.
16170
16171 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
16172
16173 * emacs-lisp/easymenu.el (easy-menu-add):
16174 Do call x-popup-menu, but only if it's defined.
16175
16176 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
16177
16178 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
16179 Handle multiple args: compile like progn.
16180
16181 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
16182 take all args as &rest arg.
16183
16184 * autoinsert.el (auto-insert-alist): Insert the user's name in
16185 copyright notice, rather than Free Software Foundation.
16186
16187 2004-04-21 Kenichi Handa <handa@m17n.org>
16188
16189 * descr-text.el (describe-char): Make it work on *Help* buffer.
16190
16191 2004-04-21 Kim F. Storm <storm@cua.dk>
16192
16193 * image.el (insert-image): Add optional SLICE arg.
16194 (insert-sliced-image): New defun.
16195
16196 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
16197
16198 * subr.el (read-number): Check whether `default' is nil.
16199
16200 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * progmodes/compile.el (compilation-error-properties):
16203 Split into two.
16204 (compilation-internal-error-properties): New one.
16205 (compilation-compat-error-properties): Use it. Fix the non-marker case.
16206
16207 2004-04-20 Richard M. Stallman <rms@gnu.org>
16208
16209 * window.el (split-window-save-restore-data):
16210 Don't update the data if OLD-INFO is nil.
16211
16212 * view.el (view-return-to-alist): Mark it permanent local.
16213
16214 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
16215
16216 * recentf.el (recentf-save-list): Catch and warn about errors.
16217
16218 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
16219 so "Buffers" won't be pure.
16220
16221 * help-mode.el (help-mode-finish): Set help-return-alist first
16222 thing, setting only the entry for the selected window.
16223
16224 * help-fns.el (describe-function-1): If many non-control non-meta
16225 keys run the command, don't list all of them.
16226
16227 2004-04-20 Juanma Barranquero <lektu@terra.es>
16228
16229 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
16230 arg. Copied from Andre Spiegel's patch of 2004-03-21.
16231
16232 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
16233
16234 2004-04-20 Kenichi Handa <handa@m17n.org>
16235
16236 * international/quail.el (quail-lookup-key): New optional arg
16237 NOT-RESET-INDICES.
16238 (quail-get-translations): Call quail-lookup-key with
16239 NOT-RESET-INDICES t.
16240 (quail-completion): Likewise.
16241 (quail-lookup-map-and-concat): Likewise.
16242
16243 2004-04-20 Kenichi Handa <handa@m17n.org>
16244
16245 * international/quail.el (quail-update-translation): Don't insert
16246 such an unsupported multibyte char in a unibyte buffer.
16247
16248 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
16249
16250 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
16251 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
16252 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
16253 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
16254 (gdb-frame-assembler-buffer): Improve behaviour with
16255 multiple frames.
16256 (gdb-display-buffer): Extend search to all visible frames.
16257
16258 2004-04-19 Eli Zaretskii <eliz@gnu.org>
16259
16260 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
16261 characters left after base64 decoding.
16262 (rmail-decode-region): Use -dos variety of `coding', to remove any
16263 ^M characters left after qp or base64 decoding.
16264
16265 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16266
16267 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
16268 messages.
16269
16270 2004-04-19 Stephen Eglen <stephen@gnu.org>
16271
16272 * add-log.el (add-change-log-entry): Update doc string to mention
16273 add-log-full-name and add-log-mailing-address.
16274
16275 2004-04-18 Juri Linkov <juri@jurta.org>
16276
16277 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
16278 (Info-find-node-2): Simplify error message.
16279 (Info-insert-dir): Use Info-following-node-name.
16280 (Info-goto-node): Remove *info-history* and *info-toc*.
16281 (Info-history): Create a node of the virtual history file.
16282 (Info-toc): Create a node of the virtual toc file.
16283 (Info-insert-toc): New arg `curr-file' for reference file names.
16284 (info-apropos): Remove redundant var binding for temp-file.
16285 (Info-index, Info-index-next, Info-mode): Doc fix.
16286 (Info-goto-emacs-command-node): Don't jump to *info* from
16287 non-*info* Info buffers.
16288 (Info-fontify-node): Don't show the file name of external
16289 references if `Info-hide-note-references' is `hide'. Don't hide
16290 newlines at the end of paragraphs.
16291
16292 * international/mule-diag.el (list-input-methods):
16293 Fix args to help-xref-button.
16294
16295 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
16296 to put into effect local variables from TUTORIAL files.
16297
16298 * textmodes/paragraphs.el (sentence-end) <function>: New fun
16299 with default value taken from the variable `sentence-end'.
16300 (sentence-end) <defcustom>: Set default to nil. Doc fix.
16301 Add nil const to :type.
16302 (sentence-end-without-period, sentence-end-double-space)
16303 (sentence-end-without-space): Doc fix.
16304
16305 * textmodes/paragraphs.el (forward-sentence):
16306 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16307 (fill-delete-newlines):
16308 * progmodes/cc-cmds.el (c-beginning-of-statement):
16309 Use function `sentence-end' instead of variable `sentence-end'.
16310
16311 2004-04-18 Andreas Schwab <schwab@suse.de>
16312
16313 * progmodes/compile.el (compilation-start): Set window start to
16314 point-min if compilation-scroll-output is nil.
16315
16316 2004-04-18 John Wiegley <johnw@newartisans.com>
16317
16318 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
16319
16320 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
16321
16322 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16323 (gdb-info-breakpoints-custom): Revert previous change.
16324 (gdb-view-assembler): Update assembler if necessary.
16325 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16326 (gdb-display-source-buffer): Update properly when both source and
16327 assembler are visible.
16328
16329 2004-04-17 John Wiegley <johnw@newartisans.com>
16330
16331 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
16332 which limits the number of names shown in the minibuffer. Off by
16333 default.
16334 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16335 up iswitchb for users with a multitude of open buffers by showing
16336 only the first and last N/2 buffers in the completion list (which
16337 is enough to aid C-s/C-r, and to know that more characters are
16338 needed to refine the completion list).
16339
16340 2004-04-17 Richard M. Stallman <rms@gnu.org>
16341
16342 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16343 (file-truename): Expand all ~ constructs directly.
16344 (insert-directory): Delete any error msg output by the
16345 `insert-directory-program'.
16346
16347 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16348 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16349 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16350 (allout-init): Use find-file-hook, not find-file-hooks.
16351 (allout-mode): Eliminate Emacs 18 support.
16352 Use write-contents-functions, not local-write-file-hooks.
16353
16354 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16355
16356 * progmodes/compile.el (compilation-error-properties): Fix for
16357 adding messages when there are already markers for their file.
16358 (compilation-fake-loc): New function.
16359
16360 2004-04-16 Dave Love <fx@gnu.org>
16361
16362 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16363 (python-load-file): Fix python-orig-start setting.
16364
16365 * progmodes/compile.el: Doc fixes.
16366 (compilation-error-regexp-alist-alist)
16367 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16368 (compilation-assq): Wrap in eval-when-compile.
16369 (compilation-mode-font-lock-keywords): Don't use list*.
16370 (compilation-start): Avoid warning.
16371 (compilation-compat-error-properties)
16372 (compilation-directory-properties): Add keymap property.
16373 (compilation-parsing-end): Make it a marker for better compatibility.
16374
16375 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16376
16377 2004-04-16 Mark A. Hershberger <mah@everybody.org>
16378
16379 * xml.el: Doc fixes.
16380 (xml-get-children): Only looks at sub-tags and ignore strings.
16381
16382 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16383
16384 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16385
16386 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16387
16388 2004-04-16 Andre Spiegel <spiegel@gnu.org>
16389
16390 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16391
16392 * vc.el (vc-print-log): Likewise.
16393
16394 2004-04-16 Masatake YAMATO <jet@gyve.org>
16395
16396 * simple.el (completion-setup-function): Set an initial value
16397 to `element-common-end' before entering loop. Set a value
16398 to `element-common-end' at the end of loop.
16399 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
16400 (completions-common-part): Rename from completion-de-emphasis.
16401 (completions-first-difference): Rename from completion-emphasis.
16402 Suggested by RMS.
16403
16404 2004-04-16 Juanma Barranquero <lektu@terra.es>
16405
16406 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16407 (bookmark-edit-annotation-mode): Add mode name.
16408
16409 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16410
16411 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16412 for nested conflict markers.
16413 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16414
16415 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16416
16417 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16418
16419 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16420
16421 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16422
16423 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16424 Give a backtrace if requested.
16425
16426 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16427
16428 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16429 Remove unused functions.
16430 (python-orig-start-line, python-orig-file): Remove.
16431 (python-orig-start): New var.
16432 (python-input-filter, python-compilation-line-number)
16433 (python-send-region, python-load-file): Use it.
16434
16435 * info.el (info): Always jump to *info*.
16436
16437 * subr.el (posn-set-point): New function.
16438
16439 * mouse.el (mouse-set-point): Use it.
16440
16441 * progmodes/compile.el (compile-goto-error): Use it.
16442 (compilation-button-map): New keymap.
16443 (compilation-error-properties): Use it.
16444 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16445
16446 * smerge-mode.el (smerge-popup-context-menu): Use it.
16447
16448 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16449 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16450 mouse and non-mouse case.
16451
16452 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16453 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16454
16455 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16456 Make it work for non-mouse events.
16457
16458 * pcvs-info.el (cvs-status-map): Update binding name.
16459
16460 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16461
16462 * xml.el (xml-maybe-do-ns): New function to handle namespace
16463 parsing of both attribute and element names.
16464 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16465 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16466 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16467 (xml-parse-attlist): Make it do its own namespace parsing.
16468
16469 2004-04-14 Dave Love <fx@gnu.org>
16470
16471 * progmodes/python.el (run-python): Fix use of \n.
16472 (python-load-file): Remove `try' from Python fragment.
16473 (python-describe-symbol): Fix message.
16474
16475 * comint.el: Doc fixes.
16476 (comint-last-input-start, comint-last-input-end)
16477 (comint-last-output-start): Give them values.
16478 (comint-arguments): Avoid warning.
16479 (comint-skip-prompt): Use line-end-position.
16480 (comint-backward-matching-input): Rename arg to agree with doc.
16481 (comint-extract-string): Use syntax-ppss.
16482 (comint-dynamic-simple-complete): Delete useless list construction.
16483 (comint-redirect-subvert-readonly): New.
16484 (comint-redirect-preoutput-filter): Use it.
16485
16486 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16487 Correctly handle negative arguments when calling hook functions.
16488
16489 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16490
16491 * info.el (info-apropos): Don't clobber Info-history-list.
16492
16493 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16494
16495 * progmodes/compile.el (compilation-setup):
16496 Localize overlay-arrow-position.
16497 (compilation-sentinel): Restructure code equivalently.
16498 (compilation-next-error): Find message on same line after point if
16499 not found before point.
16500 (compile-mouse-goto-error): Restore function so that compilation
16501 buffer need not be current and use compile-goto-error.
16502 (compile-goto-error): Restore function.
16503 (next-error): Set overlay-arrow-position.
16504 (compilation-forget-errors): Don't localize already local
16505 compilation-locs and remove FIXME about refontifying.
16506
16507 2004-04-14 Kim F. Storm <storm@cua.dk>
16508
16509 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16510 (command-line): New option -Q. Like -q --no-site-file, but
16511 in addition it also disables menu-bar, tool-bar, scroll-bars,
16512 tool-tips, and the blinking cursor.
16513 (command-line-1): Skip startup screen if -Q.
16514 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16515
16516 * emulation/cua-base.el (cua-read-only-cursor-color)
16517 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16518
16519 2004-04-13 Dave Love <fx@gnu.org>
16520
16521 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16522 (syntax): Don't require.
16523 (python) <defgroup>: Add :version.
16524 (python-quote-syntax): Re-written.
16525 (inferior-python-mode): Move stuff here from run-python and add
16526 some more.
16527 (python-preoutput-continuation, python-preoutput-result)
16528 (python-dotty-syntax-table): New.
16529 (python-describe-symbol): Use them.
16530 (run-python): Move stuff to inferior-python-mode. Modify code
16531 loaded into Python.
16532 (python-send-region): Use python-proc, python-send-string.
16533 (python-send-string): Send newlines too. Callers changed.
16534 (python-load-file): Re-written.
16535 (python-eldoc-function): New.
16536 (info-look): Don't require.
16537 (python-after-info-look): New. A modified version of former
16538 top-level code for use with eval-after-load.
16539 (python-maybe-jython, python-guess-indent): Use widened buffer.
16540 (python-fill-paragraph): Re-written.
16541 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16542 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16543
16544 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16545
16546 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16547 Set compilation-error-regexp-alist earlier.
16548
16549 * progmodes/compile.el (compilation-minor-mode-map)
16550 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16551 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16552
16553 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16556 corresponding to the event.
16557
16558 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16559
16560 * loadup.el: Add cygwin to system-type list, for unexec() support.
16561
16562 2004-04-12 John Paul Wallington <jpw@gnu.org>
16563
16564 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16565 (ibuffer-restore-window-config-on-quit): New variable to replace
16566 `ibuffer-delete-window-on-quit'. Update all references.
16567 (ibuffer-prev-window-config): New variable.
16568 (ibuffer-quit): Restore previous window configuration instead of
16569 deleting window.
16570 (ibuffer): Save window configuration before showing Ibuffer buffer.
16571
16572 * help.el (describe-mode): Doc fix.
16573
16574 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16575
16576 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16577 not to treat nil as a function.
16578
16579 * vc-arch.el (vc-arch-root): Be a bit more careful.
16580 (vc-arch-register): Save the buffer if we modified it.
16581 (vc-arch-delete-rej-if-obsolete): Save excursion.
16582 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16583 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16584
16585 * net/ldap.el (ldap-search): Use list*.
16586
16587 2004-04-12 Juri Linkov <juri@jurta.org>
16588
16589 * info.el (Info-follow-reference): Allow multiline reference name.
16590
16591 2004-04-11 Dave Love <fx@gnu.org>
16592
16593 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16594
16595 * progmodes/python.el: New file.
16596
16597 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16598
16599 * vc-hooks.el (vc-arg-list): Function removed.
16600 (vc-default-workfile-unchanged-p): Use condition-case to check for
16601 backward compatibility.
16602
16603 * vc.el (vc-print-log): Use condition-case to check for backward
16604 compatibility.
16605
16606 2004-04-11 Juri Linkov <juri@jurta.org>
16607
16608 * dired.el (dired-faces): New defgroup.
16609 (dired-header, dired-mark, dired-marked, dired-flagged)
16610 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16611 New faces.
16612 (dired-header-face, dired-mark-face, dired-marked-face)
16613 (dired-flagged-face, dired-warning-face, dired-directory-face)
16614 (dired-symlink-face, dired-ignored-face): New face variables.
16615 (dired-font-lock-keywords): Use them instead of font-lock faces.
16616 Split the rule for dired marks into 3 separate rules: for marks,
16617 marked file names and flagged file names.
16618
16619 * help-mode.el (help-make-xrefs): Add a final newline to the
16620 *Help* buffer.
16621
16622 2004-04-11 John Paul Wallington <jpw@gnu.org>
16623
16624 * replace.el (occur-engine): Distinguish between one and several
16625 matches in the matches per buffer heading.
16626
16627 2004-04-11 Kim F. Storm <storm@cua.dk>
16628
16629 * ido.el (ido-confirm-unique-completion): New defcustom.
16630 (ido-complete): Use it.
16631 (ido-write-file): Set it to t unconditionally.
16632
16633 2004-04-10 Miles Bader <miles@gnu.org>
16634
16635 RCS keyword removal (only non-comment changes are enumerated here):
16636
16637 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16638 (byte-compile-insert-header): Don't use `byte-compile-version'.
16639 * forms.el (forms-version): Variable removed.
16640 (forms-mode): Don't use `forms-version'.
16641 * recentf.el (recentf-version): Variable removed.
16642 * progmodes/delphi.el (delphi-version): Variable removed.
16643 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16644
16645 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16646
16647 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16648
16649 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16650
16651 * info.el (info-apropos): Improve menu item regexp.
16652
16653 2004-04-09 Simon Josefsson <jas@extundo.com>
16654
16655 * mail/smtpmail.el: Add comment, based on report by
16656 kdc@rcn.com (Kevin D. Clark).
16657
16658 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16661 Redo one more thing that I didn't notice Daniel had undone.
16662
16663 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16664
16665 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16666 (gdb-goto-breakpoint, gdb-display-buffer)
16667 (gdb-display-source-buffer, gdb-view-source-function)
16668 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16669 (gdb-source-info, gdb-frame-handler): Don't specify a window
16670 for display.
16671 (gdb-info-breakpoints-custom): Remove superfluous update of
16672 assembler buffer.
16673 (gdb-many-windows): Make settable outside gdb.
16674
16675 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16676
16677 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16678 Derive from fundamental-mode rather than text-mode.
16679
16680 2004-04-08 Juri Linkov <juri@jurta.org>
16681
16682 * info.el (Info-history): Doc fix.
16683 (Info-history-list): New var.
16684 (info-xref): Change magenta4 to blue, remove bold for dark and
16685 light backgrounds, change bold to underline for non-color classes.
16686 (info-xref-visited): New face.
16687 (Info-fontify-visited-nodes): New custom.
16688 (Info-hide-note-references): Add new value `hide'. Doc fix.
16689 (Info-reference-name): New var.
16690 (Info-selection-hook): New custom.
16691 (Info-edit-mode-hook): New var.
16692 (Info-find-file): New fun.
16693 (Info-find-node): Move part of code to Info-find-file.
16694 (Info-find-node-2): Add anchors to Info-history-list. Move point
16695 to the place with the reference name if name is defined.
16696 (Info-select-node): Add current node to Info-history-list.
16697 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16698 (Info-search-whitespace-regexp): New custom.
16699 (Info-search-case-fold): New var.
16700 (Info-search): Add "case-sensitively" to the prompt.
16701 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16702 (Info-search-case-sensitively, Info-search-next): New fun.
16703 (Info-up): Move point to the menu item of the current node.
16704 (Info-history): New fun. Add *info-history* to
16705 same-window-buffer-names.
16706 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16707 (Info-insert-toc): New fun.
16708 (Info-build-toc): New fun.
16709 (Info-follow-reference): Add new arg `fork'. Doc fix.
16710 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16711 with the same name prefer the reference closest to point.
16712 (Info-next-reference): Replace * by + in the *Note regexp.
16713 Add regexp for http:// and ftp://. Skip the *Note prefix.
16714 (Info-prev-reference): Replace * by + in the *Note regexp.
16715 Add regexp for http:// and ftp://. Skip the *Note prefix.
16716 (Info-follow-nearest-node): Add new arg `fork'.
16717 (Info-try-follow-nearest-node): Add new arg `fork'.
16718 Call browse-url for http:// and ftp:// references.
16719 Set Info-reference-name for index entries.
16720 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16721 Info-search-next, Info-history, Info-toc, clone-buffer.
16722 (Info-menu-update): Replace * by + in the *Note regexp.
16723 (Info-mode): Add documentation for Info-history, Info-toc,
16724 Info-search-case-sensitively, Info-search-next, clone-buffer.
16725 (Info-fontify-menu-headers): Remove fun. Move code to
16726 Info-fontify-node.
16727 (Info-fontify-node): Add docstring. Add local vars
16728 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16729 then fontify header line, titles, menu headers, http and ftp
16730 references, refill paragraphs. If not-fontified-p is t or
16731 fontify-visited-p is t then fontify cross references, menu items.
16732 Fontify menu headers. Fontify http and ftp references.
16733 Change regexp for cross references to require whitespace after *Note,
16734 add matching groups for file and node names. Remove hack for quote.
16735 Use display property for Info-hide-note-references=t. Use fifth
16736 or fourth match for help-echo. Display visited nodes in a
16737 different face. Unhide file names of external references.
16738 Unhide newlines. Display visited menu items in a different face.
16739
16740 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16741
16742 * progmodes/compile.el: Require CL.
16743 (compilation-mode-font-lock-keywords): Re-install the "line as
16744 function" patch.
16745
16746 * help-fns.el (help-C-source-directory): New var.
16747 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16748 (describe-function-1, describe-variable): Use them.
16749
16750 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16751 to C source files specially.
16752
16753 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16754
16755 * info.el (Info-hide-cookies-node): New function.
16756 (Info-select-node): Use it.
16757 (Info-display-images-node): Remove message with image file name.
16758
16759 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16760
16761 * progmodes/compile.el (compilation-warning-face)
16762 (compilation-info-face, compilation-skip-threshold)
16763 (compilation-skip-visited, compilation-context-lines):
16764 Declare :version when added to Emacs.
16765 (compilation-error-regexp-alist-alist): Extend caml and irix.
16766 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16767 (compilation-mode-font-lock-keywords): Temporarily undo line as
16768 function patch, which wasn't ready.
16769
16770 2004-04-07 Kenichi Handa <handa@m17n.org>
16771
16772 * international/latin1-disp.el (latin1-display-setup): Check each
16773 character is displayable or not instead of calling
16774 latin1-display-check-font.
16775
16776 2004-04-06 Kenichi Handa <handa@m17n.org>
16777
16778 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16779 New variable.
16780 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16781 instead of sera-being-called-by-w3.
16782 (ethio-fidel-to-sera-buffer): Likewise.
16783 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16784 instead of sera-being-called-by-w3.
16785 (ethio-write-file): Likewise.
16786
16787 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16788
16789 * printing.el: Doc fix.
16790
16791 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16792
16793 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16794 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16795 (gdb-setup-windows): Only use separate IO buffer if required.
16796
16797 2004-04-06 Kim F. Storm <storm@cua.dk>
16798
16799 * term.el (term-is-xemacs): Remove.
16800 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16801 (term-window-width): New function.
16802 (term-mode, term-check-size): Use it.
16803 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16804
16805 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16806
16807 * cus-edit.el (custom-add-parent-links): Change unbound variable
16808 `symbol' to `name'.
16809
16810 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16811 * info.el (info-apropos): New function.
16812 (Info-mode-menu): Add it.
16813 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16814
16815 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16816 inherited docstring.
16817
16818 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16819
16820 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16823
16824 * progmodes/compile.el (font-lock): Don't require any more.
16825 (compilation-error-properties, compilation-start, compilation-sentinel)
16826 (compilation-filter, next-error): Use with-current-buffer.
16827 (compilation-skip-to-next-location, compilation-skip-threshold)
16828 (compilation-skip-visited): Move to silence the byte-compiler.
16829 (compilation-setup): Simplify.
16830 (compilation-next-error): Use line-(beginning|end)-position.
16831 Make sure `pt' is non-nil before using compilation-loop.
16832 (compile-goto-error): Add optional event arg. Use it.
16833 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16834 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16835 Update the binding for mouse-2.
16836 (first-error): Set compilation-current-error to nil rather than bob.
16837 (compilation-parsing-end, compilation-parse-errors-function)
16838 (compilation-error-list, compilation-old-error-list):
16839 "New" compatibility variables.
16840 (compile-buffer-substring, compilation-compat-error-properties)
16841 (compilation-compat-parse-errors, compilation-forget-errors):
16842 New compatibility functions.
16843 (compilation-mode-font-lock-keywords): Use them.
16844
16845 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16846
16847 * autorevert.el (auto-revert-handler): If point (or a window
16848 point) is at the end of the buffer, keep it there after
16849 reverting. This allows to tail a file.
16850 Mention this in the `Commentary'.
16851
16852 * format.el (format-write-file): Add optional argument CONFIRM
16853 and make it behave like the analogous argument to `write-file'.
16854
16855 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16856
16857 * progmodes/ebnf2ps.el: Doc fix.
16858 (ebnf-version): New version number (4.2).
16859 (ebnf-syntax): Customization and docstring fix.
16860 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16861 Put autoloaded funs before first use.
16862 (ebnf-style-database): Add dtd entry.
16863 (ebnf-syntax-alist): Add dtd initialization.
16864 (ebnf-token-sequence): New fun.
16865 (ebnf-comment-table): Add new comment action character.
16866 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16867
16868 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16869 Type Definition for XML).
16870
16871 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16872 * progmodes/ebnf-bnf.el (ebnf-sequence):
16873 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16874 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16875 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16876 Code simplification: call ebnf-token-sequence.
16877
16878 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16879
16880 * calendar/timeclock.el (timeclock-relative)
16881 (timeclock-get-project-function, timeclock-get-workday-function)
16882 (timeclock-query-out, timeclock-when-to-leave)
16883 (timeclock-when-to-leave-string, timeclock-log-data)
16884 (timeclock-generate-report, timeclock-in): Doc fixes.
16885
16886 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * url/: New dir. Import the URL package from its repository.
16889
16890 2004-04-03 Andreas Schwab <schwab@suse.de>
16891
16892 * diff-mode.el (diff-mode): Fix missing quote.
16893
16894 2004-04-03 Juri Linkov <juri@jurta.org>
16895
16896 * descr-text.el (describe-property-list): Add `font-lock-face'.
16897
16898 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16899
16900 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16901
16902 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16903 Use utf-16le on little endian machines and utf-16be otherwise.
16904
16905 2004-04-02 David Kastrup <dak@gnu.org>
16906
16907 * net/browse-url.el (browse-url-generic): Use call-process
16908 instead of start-process to allow browsers that fork and detach.
16909
16910 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16911
16912 * compile.el (compilation-current-error): New var.
16913 (compilation-setup, compile-mouse-goto-error)
16914 (compile-goto-error, next-error): Use it.
16915 (compilation-skip-to-next-location): Default to t, which gives
16916 contiguous skipping like old compile (where this was redundant).
16917 (compilation-next-error): Prevent previous-* commands from moving
16918 back to message at or just before point.
16919
16920 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16921
16922 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16923 (gdb-source-info): Don't display source at startup, if required.
16924 (gdb-show-main): New option.
16925 (gdba): Update documentation.
16926 (gdb-source): Cover case of auto-display output.
16927
16928 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16929
16930 * autorevert.el: Delete obsolete autoload's and defvar's.
16931 (auto-revert-check-vc-info): New user option.
16932 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16933 (auto-revert-handler-vc): Delete.
16934 (auto-revert-handler): Treat return value `fast' of
16935 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16936
16937 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16938 return `fast'.
16939
16940 * files.el (buffer-stale-function): Doc change.
16941
16942 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16943
16944 * printing.el: New tip on Tips section.
16945 (pr-version): New version number (6.7.4).
16946 (pr-shell-file-name): Initialization fix.
16947
16948 2004-03-31 Juri Linkov <juri@jurta.org>
16949
16950 * dired.el: Add autoload for `dired-do-touch'.
16951 (dired-touch-program): New var.
16952 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16953 (dired-no-confirm): Add `touch' to docstring.
16954
16955 * dired-aux.el (dired-do-touch): New fun.
16956 (dired-do-chxxx): Add argument -t for touch operation.
16957
16958 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16959 `dired-move-to-filename-regexp'.
16960
16961 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16962
16963 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16964
16965 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16966
16967 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16968 and only if the buffer was modified.
16969
16970 2004-03-30 Kenichi Handa <handa@m17n.org>
16971
16972 * international/characters.el: Delete pairs for U+2308..U+230B.
16973
16974 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16975
16976 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16977 to detect the beginning of a level 2 or 3 annotation.
16978
16979 2004-03-29 Kenichi Handa <handa@m17n.org>
16980
16981 * international/ucs-tables.el (ucs-insert): Fix the error message.
16982
16983 2004-03-29 Kenichi Handa <handa@m17n.org>
16984
16985 * international/mule-util.el (char-displayable-p): Fix generation
16986 of XLFD file name.
16987
16988 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16989 before finding directories by `find'.
16990
16991 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * subr.el (interactive-form): Delete. Now implemented in C.
16994
16995 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16996
16997 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16998 (vc-diff-label): New fun.
16999 (vc-diff-internal): Use it.
17000
17001 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
17002
17003 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17004
17005 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
17006
17007 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
17008 specify XML (EBNFX).
17009
17010 * progmodes/ebnf2ps.el: Doc fix.
17011 (ebnf-version): New version number (4.1).
17012 (ebnf-syntax): Adjust customization.
17013 (ebnf-style-database): Add ebnfx entry.
17014 (ebnf-syntax-alist): Add ebnfx initialization.
17015 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
17016
17017 * printing.el: Doc fix.
17018 (pr-version): New version number (6.7.3).
17019 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
17020 returns nil for mouse position. Reported by Drew Adams
17021 <drew.adams@oracle.com>.
17022 (pr-update-menus): Modify interactive declaration. Reported by Drew
17023 Adams <drew.adams@oracle.com>.
17024
17025 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
17026
17027 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
17028 (gud-gdba-marker-filter): Log the process input and output, if
17029 required. From Stefan Monnier.
17030 (gdb-debug-log, gdb-enable-debug-log): New variables.
17031 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
17032
17033 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17034
17035 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
17036 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
17037
17038 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
17039
17040 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
17041 Call vc-find-file-hook here instead of in auto-revert-buffers.
17042 (auto-revert-buffers): Delete call to vc-find-file-hook.
17043 (auto-revert-verbose, global-auto-revert-non-file-buffers)
17044 (global-auto-revert-mode, auto-revert-set-timer)
17045 (auto-revert-handler, auto-revert-buffers): Doc fixes.
17046
17047 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17048
17049 * woman.el (woman-change-fonts): Rename local variable
17050 woman-font-alist to font-alist to avoid a compiler warning.
17051
17052 2004-03-27 Dave Love <fx@gnu.org>
17053
17054 * emacs-lisp/rx.el (rx): Doc fix.
17055 Fix copyright years.
17056
17057 * strokes.el (strokes-global-set-stroke-string): New function.
17058 (strokes-list-strokes): Cope with strings, not just commands.
17059 Set foreground colour of image.
17060 (strokes-global-set-stroke): Doc fix.
17061
17062 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
17063
17064 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
17065 Auto Revert mode.
17066 (Buffer-menu-files-only): New variable.
17067 (Buffer-menu-toggle-files-only): New function.
17068 (Buffer-menu-mode-map): Bind it to `T'.
17069 (Buffer-menu-mode): Mention `T' in docstring.
17070 Set buffer-stale-function.
17071 (list-buffers-noselect): Mark buffer non-modified and set
17072 Buffer-menu-files-only.
17073
17074 * dired.el (buffer-stale-function): Remove no longer needed defvar.
17075
17076 * autorevert.el (auto-revert-handler): Print revert message
17077 before, rather than after, reverting.
17078 (buffer-stale-function): Move to files.el.
17079
17080 * files.el (buffer-stale-function): Move here from autorevert.el.
17081
17082 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
17085
17086 * calc/calc.el (calc-mode-map): Use mapc.
17087
17088 * apropos.el (apropos-mode): Don't autoload.
17089 (apropos-symbols-internal): New fun. Extracted from `apropos'.
17090 (apropos): Use it.
17091 (apropos-print): Add optional `text' argument.
17092 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
17093 Don't assume point-min == 1.
17094
17095 * bs.el (bs-buffer-list): Use buffer-local-value.
17096 (bs--set-toggle-to-show): Use with-current-buffer.
17097
17098 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
17099 New funs.
17100 (list-buffers-noselect): Use them. Adjust :align-to to new style.
17101
17102 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
17103
17104 * dabbrev.el (dabbrev-expand): Fix regexp construction.
17105 (dabbrev--find-expansion): Use pop.
17106 (dabbrev--search): Use match-string-no-properties.
17107
17108 * dired.el (dired-mode): Use run-mode-hooks.
17109 (dired-move-to-end-of-filename): Use match-string.
17110
17111 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
17112 is bound before using it.
17113 (ediff-verbose-p): Make it into a var since it's not constant.
17114
17115 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
17116
17117 * faces.el (read-face-font): Don't cons up unnecessarily.
17118 (header-line, tool-bar): Share common parts.
17119
17120 * files.el (file-relative-name): Use compare-strings.
17121
17122 * finder.el (finder-mode): Follow coding convention.
17123
17124 * subr.el (read-number): New function.
17125
17126 * ses.el (ses-read-number): Move to subr.el.
17127 (ses-set-header-row): Use read-number.
17128
17129 2004-03-26 Andre Spiegel <spiegel@gnu.org>
17130
17131 * vc-hooks.el (vc-arg-list): New function, which handles both
17132 compiled and uncompiled code.
17133 (vc-default-workfile-unchanged-p): Use it.
17134
17135 * vc.el (vc-print-log): Undo prev change, use new function
17136 vc-arg-list from vc-hooks.el.
17137
17138 2004-03-26 Masatake YAMATO <jet@gyve.org>
17139
17140 * simple.el (completion-setup-function): Emphasize the
17141 first uncommon characters in the completions; and de-emphasize
17142 the common prefix substrings.
17143 (completion-emphasis): New face.
17144 (completion-de-emphasis): New face.
17145
17146 2004-03-25 Juanma Barranquero <lektu@terra.es>
17147
17148 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
17149 Comment out (it's unused and unfinished code).
17150
17151 2004-03-25 Sam Steingold <sds@gnu.org>
17152
17153 * vc.el (vc-print-log): Fix a bug in the last patch:
17154 backend-function may be a byte-compiled object, not a lambda.
17155
17156 2004-03-25 Juri Linkov <juri@jurta.org>
17157
17158 * descr-text.el (describe-property-list): Add a button
17159 for `face' property that calls `describe-face'.
17160 Suggested by luis fernandes <elf@ee.ryerson.ca>
17161
17162 * international/mule.el (keyboard-coding-system):
17163 * kmacro.el (kmacro-call-macro): Fix docstring.
17164
17165 * dired.el: Fix comments.
17166
17167 * textmodes/fill.el (fill): Fix Info link.
17168
17169 * font-lock.el (fast-lock, lazy-lock):
17170 * jit-lock.el (jit-lock): Remove links to removed Support Modes
17171 Info node.
17172
17173 * eshell/eshell.el (eshell): Fix broken info-link.
17174
17175 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
17176 * eshell/em-banner.el (eshell-banner):
17177 * eshell/em-smart.el (eshell-smart):
17178 * eshell/esh-cmd.el (eshell-cmd):
17179 Comment out broken info-links to incomplete Info manual.
17180
17181 * info-xref.el: Fix commentary.
17182
17183 2004-03-25 Kevin Ryde <user42@zip.com.au>
17184
17185 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
17186 Remove spurious node duplicate suppression, doesn't work, not wanted.
17187 (info-xref-output): Take format style args, add "sit-for 0" to let
17188 user see the results as they progress.
17189 (info-xref-check-all-custom): New function.
17190
17191 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
17192
17193 * gdb-ui.el: Moved to progmodes.
17194
17195 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
17198
17199 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17200
17201 * calendar/appt.el (appt-check): Remove superfluous progn.
17202 When finished with diary buffer: if it was not being displayed
17203 before, kill it; otherwise restore its original state.
17204 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
17205
17206 * calendar/calendar.el (calendar-set-mode-line): Use total
17207 available mode-line width, rather than frame-width.
17208
17209 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
17210 after mode change so effect not lost.
17211
17212 2004-03-23 Dave Love <fx@gnu.org>
17213
17214 * dired.el (dired) <defgroup>: Add link to manual.
17215 (dired-font-lock-keywords): Add highlighting on unusual permissions.
17216 (dired-revert): Use dolist.
17217 (dired-mode-map): Add U binding.
17218 (dired-mode): Add font-lock-beginning-of-syntax-function.
17219 (dired-garbage-files-regexp): Make it a defcustom.
17220
17221 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
17224 is equivalent to nil.
17225 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
17226 (vc-arch-mode-line-string): Accept `added' state.
17227 (vc-arch-state): Use inode-sigs if available.
17228 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
17229 Copy&delete existing id file if any. Fallback if uuidgen is absent.
17230 (vc-arch-tagline-re): New var.
17231 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
17232 New functions.
17233 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
17234 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
17235
17236 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
17237 (vc-file-not-found-hook): Use it.
17238
17239 * diff-mode.el (diff-default-read-only): Change default.
17240 (diff-mode-hook): Make it a defcustom. Add some options.
17241 (diff-mode-map): Bind diff-refine-hook.
17242 (diff-yank-handler): New var.
17243 (diff-yank-function): New fun.
17244 (diff-font-lock-keywords): Use them.
17245 (diff-end-of-file): Handle case where file-header looks like diff text.
17246 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
17247 (diff-file-kill): Delete a subsequent empty line, if applicable.
17248 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
17249 (diff-find-file-name): Use it.
17250 (diff-tell-file-name): New command.
17251 (diff-mode): Be careful with view-mode.
17252 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
17253 New functions, for use in diff-mode-hook.
17254 (diff-find-source-location): Catch "regex too large" errors.
17255 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
17256 (diff-refine-hunk): New command.
17257
17258 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
17259 (smerge-context-menu-map): Remove unused var.
17260 (smerge-keep-all): Preserve markers.
17261 (smerge-keep-n): New fun.
17262 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
17263 (smerge-keep-current, smerge-ediff): Use it.
17264 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
17265 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
17266 (smerge-resolve): Resolve trivial 3-part conflicts.
17267
17268 2004-03-23 Juri Linkov <juri@jurta.org>
17269
17270 * man.el (Man-width): New var.
17271 (Man-getpage-in-background): Use it.
17272 (Man-support-local-filenames): New var and fun.
17273 (Man-build-man-command): Don't add a second %s.
17274 (Man-fontify-manpage): Clean up message.
17275 (Man-mode): Set outline-regexp, outline-level,
17276 imenu-generic-expression.
17277
17278 * woman.el (woman-fill-frame): Doc fix.
17279 (woman-decode-region): Use window-width instead of frame-width.
17280
17281 * abbrevlist.el (list-one-abbrev-table):
17282 * descr-text.el (describe-char):
17283 * international/mule-diag.el (describe-current-coding-system):
17284 * international/quail.el (quail-insert-decode-map):
17285 Use window-width instead of frame-width.
17286
17287 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
17288 (jka-compr-mode-alist-additions): Add tbz.
17289 (jka-compr-write-region, jka-compr-insert-file-contents):
17290 Add message for undefined compress-program.
17291 (jka-compr-write-region): Remove redundant var bindings.
17292
17293 * dired-x.el (dired-guess-shell-alist-default): Add choices for
17294 extracting files into subdirectory. Add tbz and dz. Fix regexps.
17295 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
17296 (dired-man): Use dired-guess-shell-command.
17297 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
17298 Change default nil to t.
17299
17300 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
17301 (dired-compare-directories): Add default value for empty input.
17302
17303 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17304
17305 * time.el (display-time-string-forms): Fix help-echo date format.
17306
17307 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17308
17309 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
17310 (buffer-stale-function): New variable.
17311 (auto-revert-list-diff, auto-revert-dired-file-list)
17312 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17313 (auto-revert-handler): Take over some functionality of deleted
17314 functions.
17315 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17316
17317 * dired.el (dired-directory-changed-p): New fun, extracted from
17318 dired-internal-noselect.
17319 (dired-buffer-stale-p): New fun.
17320 (dired-internal-noselect): Use dired-directory-changed-p.
17321 Eliminate revert messages.
17322 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17323
17324 2004-03-23 Kenichi Handa <handa@m17n.org>
17325
17326 * international/characters.el: Setup syntaxes for more parentheses
17327 Unicode characters.
17328
17329 * international/mule-cmds.el (select-safe-coding-system):
17330 Merge coding-system and auto-cs before comparing them.
17331
17332 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17333
17334 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17335
17336 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17337 normal-auto-fill-function and comment-indent-function.
17338 The default values now work just as well.
17339 Don't set font-lock-beginning-of-syntax-function since we already set
17340 syntax-begin-function.
17341 (lisp-outline-level): Put ;;;###autoload at same level as (.
17342 (prin1-char): Quote special chars.
17343
17344 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17345 than with-no-warnings.
17346
17347 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17348 if the source location can't be found.
17349 (edebug-compute-previous-result): Use prin1-char.
17350
17351 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
17352 (debug-ignored-errors): Add an entry.
17353
17354 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17355 (byte-compile-file): Output warning when deleting a file.
17356
17357 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17358 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17359
17360 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17361 (byte-compile-inline-expand): Use backquote.
17362 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17363 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17364
17365 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17366
17367 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17368
17369 2004-03-22 Juri Linkov <juri@jurta.org>
17370
17371 * finder.el (finder-known-keywords): Fix data, tex, unix.
17372
17373 * play/landmark.el: Fix keywords.
17374
17375 * language/ethio-util.el (ethio-find-file): Doc fix.
17376
17377 * emacs-lisp/warnings.el: Doc fix.
17378
17379 * textmodes/ispell.el (ispell-help): Doc fix.
17380
17381 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17382
17383 * format.el (format-insert-file): Always return a list of two
17384 elements, like insert-file-contents does.
17385
17386 2004-03-21 Andre Spiegel <spiegel@gnu.org>
17387
17388 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
17389 and vc-BACKEND-diff.
17390 (vc-print-log): If the print-log implementation supports it, use
17391 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17392 (vc-version-diff, vc-diff-internal): Doc fixes.
17393
17394 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
17395 implementation supports it, let diff output go to *vc*,
17396 not *vc-diff*, since this is an internal call.
17397
17398 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
17399
17400 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17401
17402 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
17403
17404 2004-03-21 Dave Love <fx@gnu.org>
17405
17406 * progmodes/cfengine.el (cfengine-mode):
17407 Set parse-sexp-ignore-comments.
17408
17409 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17410
17411 2004-03-21 Juanma Barranquero <lektu@terra.es>
17412
17413 * allout.el (allout-mode): Fix docstring.
17414
17415 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17416
17417 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17418
17419 * autorevert.el (auto-revert-interval): Make new value take
17420 effect immediately when set through Custom.
17421 (auto-revert-set-timer): Add interactive declaration.
17422
17423 2004-03-19 David Ponce <david@dponce.com>
17424
17425 * ruler-mode.el (ruler-mode-header-line-format-old):
17426 Don't `make-variable-buffer-local'.
17427 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17428 (ruler-mode-header-line-format): Simply funcall the above.
17429 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17430 to save/restore a previous header line format.
17431 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17432 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17433 fringes and margins width.
17434 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17435
17436 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17437
17438 * log-edit.el (log-edit-font-lock-keywords): Typo.
17439
17440 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17441 (tex-send-tex-command): Rather than here.
17442 (tex-compilation-parse-errors): Simplify.
17443
17444 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17445
17446 * time.el (display-time-string-forms): Add help-echo with date on time.
17447
17448 * composite.el (compose-region): Use restore-buffer-modified-p.
17449
17450 * disp-table.el (standard-display-8bit): Simplify.
17451
17452 * server.el (server-process-filter): Delete temp frame.
17453
17454 * add-log.el (add-change-log-entry): Simplify.
17455
17456 2004-03-19 Kim F. Storm <storm@cua.dk>
17457
17458 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17459 (hexl-follow-line): Don't require 'fringe.
17460
17461 * progmodes/compile.el (compilation-start): Always set
17462 compilation-last-buffer and return it.
17463
17464 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17465
17466 * simple.el (clone-buffer): Doc fix.
17467
17468 2004-03-18 Juanma Barranquero <lektu@terra.es>
17469
17470 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17471
17472 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17473
17474 * log-edit.el (log-edit-font-lock-keywords): New var.
17475 (log-edit-mode): Use it.
17476
17477 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17478
17479 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17480 properly for watching in speedbar.
17481
17482 2004-03-17 Masatake YAMATO <jet@gyve.org>
17483
17484 * smerge-mode.el (smerge-popup-context-menu):
17485 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17486
17487 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17490 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17491 Take sealed revisions into account.
17492 (vc-arch-checkin): Extract a summary line from the message.
17493
17494 2004-03-16 Masatake YAMATO <jet@gyve.org>
17495
17496 * register.el (register): Provide `register' feature.
17497
17498 2004-03-15 Masatake YAMATO <jet@gyve.org>
17499
17500 Added context menu support in smerge mode.
17501 Most of the part is written by Stefan Monnier.
17502
17503 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17504 New keymap and menu.
17505 (smerge-text-properties): New function.
17506 (smerge-remove-props): New function.
17507 (smerge-popup-context-menu): New function.
17508 (smerge-resolve): Call `smerge-remove-props'.
17509 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17510 (smerge-keep-current): Ditto.
17511 (smerge-kill-current): New function.
17512 (smerge-match-conflict): Put text properties.
17513 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17514
17515 2004-03-15 David Ponce <david@dponce.com>
17516
17517 * ruler-mode.el (ruler-mode-left-fringe-cols)
17518 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17519 (ruler-mode-right-scroll-bar-cols): Remove.
17520 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17521 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17522 Use fringe-columns and scroll-bar-columns.
17523
17524 2004-03-15 Masatake YAMATO <jet@gyve.org>
17525
17526 * hl-line.el (hl-line-range-function): New variable.
17527 (hl-line-move): New function.
17528 (global-hl-line-highlight): Use `hl-line-move'.
17529 (hl-line-highlight): Ditto.
17530
17531 * scroll-bar.el (scroll-bar-columns):
17532 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17533
17534 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17535 (ruler-mode-left-fringe-cols)
17536 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17537 (ruler-mode-right-scroll-bar-cols)
17538 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17539 (ruler-mode-ruler-function): New variable.
17540 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17541 if the value for `ruler-mode-ruler-function'is given.
17542
17543 * hexl.el (hexl-mode-hook): Make the hook customizable.
17544 (hexl-address-area, hexl-ascii-area): New customize variables.
17545 (hexlify-buffer): Put font-lock-faces on the address area and
17546 the ascii area.
17547 (hexl-activate-ruler): New function.
17548 (hexl-follow-line): New function.
17549 (hexl-highlight-line-range): New function.
17550 (hexl-mode-ruler): New function.
17551
17552 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17555 (vc-default-find-file-hook): New fun.
17556 (vc-find-file-hook): Call new find-file-hook operation.
17557
17558 * vc-arch.el: New file.
17559
17560 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17561
17562 * info-look.el (info-lookup): Reuse an existing Info window.
17563
17564 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17565
17566 * woman.el (woman-preserve-ascii): Default value changed to t and
17567 doc string revised.
17568
17569 2004-03-12 Richard M. Stallman <rms@gnu.org>
17570
17571 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17572 Fix minor bug.
17573
17574 * replace.el (occur-engine): Change message for count of matches.
17575
17576 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17577 For strings, do compare text properties.
17578
17579 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17580
17581 * progmodes/compile.el (compile-auto-highlight)
17582 (compilation-error-list, compilation-old-error-list)
17583 (compilation-parse-errors-function, compilation-parsing-end)
17584 (compilation-error-message, compilation-directory-stack)
17585 (compilation-enter-directory-regexp-alist)
17586 (compilation-leave-directory-regexp-alist)
17587 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17588 (compilation-current-file, compilation-regexps): Remove vars.
17589
17590 (compile-error-at-point, compilation-error-filedata)
17591 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17592 (compilation-next-error-locus, compilation-forget-errors)
17593 (count-regexp-groupings, compilation-parse-errors)
17594 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17595
17596 (compile-internal): Make obsolete.
17597
17598 (compilation-first-column, compilation-error)
17599 (compilation-directory-matcher, compilation-page-delimiter)
17600 (compilation-mode-font-lock-keywords, compilation-debug)
17601 (compilation-error-face, compilation-warning-face)
17602 (compilation-info-face, compilation-line-face)
17603 (compilation-column-face, compilation-enter-directory-face)
17604 (compilation-leave-directory-face, compilation-skip-threshold)
17605 (compilation-skip-visited, compilation-context-lines): New vars.
17606
17607 (compilation-warning-face, compilation-info-face)
17608 (compilation-message-face): New faces.
17609
17610 (compilation-error-regexp-alist-alist): New constant.
17611
17612 (compilation-face, compilation-directory-properties)
17613 (compilation-assq, compilation-error-properties, compilation-start)
17614 (define-compilation-mode, compilation-loop)
17615 (compilation-set-window): New functions.
17616
17617 (compile): Additional argument for interactive compiles like TeX.
17618
17619 * progmodes/grep.el (kill-grep): Move here from compile.el
17620 (grep-error, grep-hit-face, grep-error-face)
17621 (grep-mode-font-lock-keywords): New variables.
17622 (grep-regexp-alist): Simplify regexp and add `binary' case.
17623 (grep-mode): New mode.
17624 (grep-process-setup): Simplify.
17625
17626 2004-03-11 Jason Rumney <jasonr@gnu.org>
17627
17628 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17629 letters on DOS/Windows.
17630
17631 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17632
17633 * server.el (server-name): New var.
17634 (server-socket-dir): New var to replace server-socket-name.
17635 (server-start): Use them.
17636
17637 2004-03-11 Simon Josefsson <jas@extundo.com>
17638
17639 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17640 died to avoid infloop. Reported by Jonathan Glauner
17641 <jglauner@sbum.org>.
17642
17643 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17646 (smerge-mode-menu): Use it to deactivate menu entries.
17647 (smerge-keep-current): New fun.
17648 (smerge-keep-current): Use it.
17649
17650 2004-03-10 John Paul Wallington <jpw@gnu.org>
17651
17652 * foldout.el (foldout-fold-list, foldout-modeline-string):
17653 Declare them as variables, not constants.
17654
17655 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17656
17657 * ps-print.el: Modification to print *Messages* buffer.
17658 (ps-print-version): New version 6.6.4.
17659 (ps-message-log-max): New fun.
17660 (ps-spool-without-faces, ps-spool-with-faces)
17661 (ps-count-lines-preprint): Code fix.
17662
17663 * printing.el: New tips in Tips section.
17664
17665 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17666
17667 * delim-col.el: Doc fix.
17668
17669 * printing.el: Doc fix. New doc section (Tips).
17670
17671 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * type-break.el (type-break-emacs-variant): Remove.
17674 (type-break-run-at-time, type-break-cancel-function-timers):
17675 Use fboundp rather than version name and number.
17676
17677 2004-03-09 Masatake YAMATO <jet@gyve.org>
17678
17679 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17680 `make-variable-buffer-local'.
17681
17682 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17683
17684 * find-dired.el (find-dired): Call `shell-command' instead of
17685 `start-process-shell-command'. By this, Tramp takes over
17686 handling of remote directories.
17687
17688 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17689
17690 * newcomment.el (comment-use-global-state): New var.
17691 (comment-search-forward): Use it.
17692
17693 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17694
17695 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17696
17697 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17698 (enable-kinsoku): Make it a defcustom.
17699 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17700 paragraph to same-comment-start-marker.
17701
17702 2004-03-07 Dave Love <fx@gnu.org>
17703
17704 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17705 (browse-url-mail): Use it.
17706
17707 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17708 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17709
17710 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17711
17712 * woman.el (woman-man.conf-path): Doc fix.
17713 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17714
17715 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17716
17717 * sort.el (sort-columns): Remove ms-dos from the list of systems
17718 where the external `sort' command is not used.
17719
17720 2004-03-07 Kim F. Storm <storm@cua.dk>
17721
17722 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17723 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17724 from overlay-arrow-variable-list.
17725 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17726
17727 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17728
17729 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17730 overlay arrow string properly for the assembler buffer.
17731
17732 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * mail/sendmail.el (mail-mode): Fix last change.
17735
17736 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17737
17738 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17739 for the assembler buffer.
17740 (gdb-assembler-custom): Position the overlay arrow.
17741 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17742
17743 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17744
17745 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17746
17747 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17748 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17749
17750 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17751
17752 * newcomment.el (uncomment-region): Allow non-terminated comment.
17753 (comment-normalize-vars): Check the user-specified comstart marker.
17754
17755 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17756
17757 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17758 Otherwise, do use it if the region only contains font-lock text
17759 properties.
17760
17761 2004-03-04 Masatake YAMATO <jet@gyve.org>
17762
17763 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17764 as the callback function for eldoc.
17765 (hexl-print-current-point-info): New function.
17766 (hexl-current-address): Print the address in both decimal
17767 and hexadecimal format.
17768
17769 2004-03-04 Richard M. Stallman <rms@gnu.org>
17770
17771 * mail/rmail.el (rmail-convert-to-babyl-format):
17772 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17773
17774 * mail/mail-utils.el (mail-unquote-printable-region):
17775 New arg UNIBYTE.
17776
17777 * startup.el (command-switch-alist): Doc fix.
17778
17779 * simple.el (undo): Temporarily set this-command to `undo-start',
17780 then set it to `undo' once undo-start returns without error.
17781
17782 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17783
17784 * simple.el (kill-line): Don't disregard trailing whitespace
17785 in eol condition, if show-trailing-whitespace is set.
17786
17787 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17788 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17789 When disabling, restore old values only if mouse-sel-has-been-enabled.
17790
17791 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17792 (isearch-{-char): New function.
17793 (isearch-mode-map): Bind { to isearch-{-char.
17794
17795 * font-lock.el (lisp-font-lock-keywords-2):
17796 Turn off the CL with-... and do-... general patterns.
17797 Instead, recognize several specific with... and do... constructs.
17798
17799 * files.el (switch-to-buffer-other-window):
17800 Bind same-window-buffer-names and same-window-regexps to nil.
17801 (switch-to-buffer-other-frame): Likewise.
17802
17803 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17806 recognizing leading comment on code line.
17807
17808 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17809
17810 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17811 hidden files/directories.
17812
17813 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17816 only comment-start (in case the mode hasn't set it).
17817
17818 * Makefile.in (AUTOGENEL): New var.
17819 (bootstrap-prepare): Rename from bootstrap-clean.
17820 Don't remove elc files.
17821 (maintainer-clean): New target.
17822
17823 * xml.el (xml-get-attribute-or-nil): Simplify.
17824
17825 2004-03-02 Juri Linkov <juri@jurta.org>
17826
17827 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17828 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17829 URL to prevent their substitution with the environment variable
17830 values by browsers.
17831
17832 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17833
17834 * ps-print.el: Doc fix.
17835 (ps-print-version): New version number (6.6.3).
17836 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17837 Docstring fix.
17838 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17839 before printing.
17840 (ps-time-stamp-yyyy-mm-dd): New fun.
17841 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17842
17843 2004-03-02 Kim F. Storm <storm@cua.dk>
17844
17845 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17846
17847 2004-03-01 Juanma Barranquero <lektu@terra.es>
17848
17849 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17850
17851 * desktop.el (desktop-file-version)
17852 (desktop-after-read-hook): Fix typos.
17853 (desktop-clear-preserve-buffers): Remove redundant info in
17854 docstring already shown by the obsolescence message.
17855 (desktop-truncate, desktop-internal-v2s)
17856 (desktop-value-to-string): Change argument name to match docstring.
17857
17858 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17859
17860 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17861 docstring.
17862
17863 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17864
17865 * printing.el: Replace "As Is..." in PostScript file print/preview by
17866 "No Preprocessing...". Suggested by Colin Marquardt
17867 <_marquardt_@zmd.de>.
17868 (pr-insert-section-4): Adjust buffer interface.
17869
17870 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17871
17872 Version 2.0.39 of Tramp released.
17873
17874 * net/tramp.el (tramp-handle-file-local-copy)
17875 (tramp-handle-write-region, tramp-open-connection-rsh):
17876 Variable name typo. Small change. From Patrick Tullmann
17877 <tullmann@flux.utah.edu>.
17878 (tramp-process-connection-type): New variable.
17879 (tramp-maybe-open-connection): Use it.
17880 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17881 (tramp-touch): Set last-modified time of a remote file.
17882 (tramp-handle-write-region): Say which function is used when encoding.
17883
17884 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17885
17886 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17887 case of non-existing filename, too. Reported by Christoph Bauer
17888 <c_bauer@informatik.uni-kl.de>.
17889 (tramp-smb-get-file-entries): The directory in question should
17890 have permissions "drwxrwxrwx". Just virtual, because we don't
17891 know the real permissions. Don't we know?
17892 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17893 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17894 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17895 output. If it was received chunkwise, there have been problems.
17896 Remove the "prompt not found" error message; it is obvious.
17897 Simplify algorithm.
17898 (tramp-smb-process-running): Remove. Since we acknowledge the
17899 virtual prompt for shares, there's no need for distinction of
17900 reading shares (process ends afterwards) and interactive mode of
17901 smblient.
17902 (tramp-smb-open-connection): Setting process sentinel removed.
17903 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17904 "NT_STATUS_NETWORK_ACCESS_DENIED".
17905 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17906 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17907 (top-level): Setting default value in `tramp-default-method-alist'
17908 corrected. Order of USER and HOST have been wrong.
17909 Nobody complained for months ...
17910 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17911 (tramp-smb-open-connection): Clear password cache if login has failed.
17912
17913 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17914 `tramp-unified-filenames'.
17915 (tramp-completion-mode): Make test for XEmacs explicitely.
17916 `event-to-character' can exists in Emacs packages too.
17917 Reported by Matt Swift <swift@alum.mit.edu>.
17918 (tramp-buffer-name): Buffer name must contain the user if exists.
17919 Reported by Adrian Phillips <a.phillips@met.no>.
17920 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17921 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17922 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17923 `tramp-do-copy-or-rename-file-one-local', because it handles also
17924 the case both files use the same out-of-band method.
17925 Implementation added.
17926 (tramp-handle-file-local-copy, tramp-handle-write-region):
17927 Out-of-band handling removed. `copy-file' called instead, which
17928 calls `tramp-do-copy-or-rename-file-out-of-band'.
17929 (tramp-action-password): Check for out-of-band method removed.
17930 This function is used for 'login-program.
17931 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17932 appropriate.
17933 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17934 and `tramp-parse-sknownhosts'.
17935 (tramp-completion-function-alist): It's a defvar now, because we
17936 want to apply the optimized `tramp-set-completion-function'
17937 instead of a static list.
17938 (tramp-set-completion-function): Implementation tuned.
17939 Avoid double entries, and entries where the function or the
17940 file/directory doesn't exist.
17941 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17942 for SSH2.
17943 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17944 (tramp-handle-dired-compress-file): New function.
17945 (tramp-async-proc): New variable.
17946 (tramp-handle-shell-command): Adding asynchronous processes.
17947 They are far from being perfect, but it works at least for
17948 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17949 (top-level): Require password.el if visible. Should be mandatory
17950 once No Gnus has found its way into (X)Emacs.
17951 (tramp-read-passwd): Invoke `password-read' if available,
17952 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17953 fallback any longer.
17954 (tramp-clear-passwd): New function.
17955 (tramp-process-actions, tramp-process-multi-actions):
17956 Clear password cache if login has failed.
17957
17958 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17959 its own module.
17960 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17961 `ange-ftp-ftp-name-res'. There could be incorrect values from
17962 previous calls in case the "ftp" method is used in the Tramp file
17963 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17964
17965 2004-02-28 Richard M. Stallman <rms@gnu.org>
17966
17967 * term.el (term-mouse-paste): Call mouse-set-point.
17968
17969 * thumbs.el: New file.
17970
17971 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17972
17973 * progmodes/ebnf-abn.el: Doc fix.
17974
17975 * progmodes/ebnf-bnf.el: Doc fix.
17976 (ebnf-repeat): Code fix.
17977
17978 * progmodes/ebnf2ps.el: Doc fix.
17979 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17980
17981 2004-02-28 Juri Linkov <juri@jurta.org>
17982
17983 * ffap.el (dired-at-point): Additional writability test for
17984 relative directory names.
17985 (dired-at-point-prompter): Treat directories as a directory, get
17986 the directory component from files.
17987 (ffap-string-at-point): Return string from region if region is active.
17988 (ffap-file-at-point): Remove redundant code.
17989
17990 2004-02-28 Kim F. Storm <storm@cua.dk>
17991
17992 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17993 Initialize margin area images to nil.
17994 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17995 (breakpoint-enabled-bitmap-face)
17996 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17997 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17998 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17999 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
18000 (gdb-reset): Use gdb-remove-breakpoint-icons.
18001 (gdb-put-string): Add dprop arg to specify alternative display
18002 property (for setting fringe bitmap).
18003 (gdb-remove-strings): Doc fix.
18004 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
18005 icon in fringe (if available), or else as icon or text in display
18006 margin. Creates necessary icons in breakpoint-bitmap,
18007 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
18008 Also make left window margin if required.
18009 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
18010 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
18011 no longer needed.
18012 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
18013 gdb-put-breakpoint-icon.
18014 (gdb-assembler-mode): Don't set left-margin-width here.
18015
18016 2004-02-27 Kevin Ryde <user42@zip.com.au>
18017
18018 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
18019 comma, so that it DTRT in macros.
18020
18021 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
18022
18023 * progmodes/sh-script.el (sh-shell-arg)
18024 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
18025 (sh-leading-keywords, sh-other-keywords): Fix custom type.
18026
18027 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
18028
18029 * faces.el (face-spec-set-match-display): Add a new attribute,
18030 `min-colors'.
18031 (region, highlight, secondary-selection): Use `min-colors'.
18032
18033 * custom.el (defface): Add documentation for `min-colors'.
18034
18035 * font-lock.el (font-lock-comment-face, font-lock-string-face)
18036 (font-lock-keyword-face, font-lock-function-name-face)
18037 (font-lock-variable-name-face, font-lock-constant-face):
18038 Use `min-colors'.
18039
18040 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
18041
18042 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18043
18044 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
18045 define assq-delete-all if it's not defined.
18046 (ebnf-generate-region): Code fix.
18047
18048 * printing.el: Doc fix.
18049 (pr-version): New version number (6.7.2).
18050 (pr-command): Return empty string if command is an empty string.
18051
18052 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18053
18054 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
18055
18056 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
18057 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
18058 semi-down-full. Fix a bug on productions like test = {"test"}* | (
18059 "tt" ["test"] ). Reported by Markus Dreyer
18060 <mdreyer@ix.urz.uni-heidelberg.de>.
18061 (ebnf-version): New version number (4.0).
18062 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
18063 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
18064 (ebnf-delete-style): New commands.
18065 (ebnf-directory, ebnf-file): New funs.
18066 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
18067 (ebnf-production-name-p, ebnf-stop-on-error): New options.
18068 (ebnf-syntax-alist): New var.
18069 (ebnf-element-width): New fun replacing ebnf-list-width.
18070 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
18071 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
18072 (ebnf-prologue): Adjust vars.
18073 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
18074 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
18075 (ebnf-check-style-values, ebnf-generate-production)
18076 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
18077 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
18078 (ebnf-token-repeat): Code fix.
18079
18080 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
18081 %right, %left and %prec. Suggested by Matthew K. Junker
18082 <junker@alum.mit.edu>.
18083 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
18084
18085 * progmodes/ebnf-iso.el: Doc fix.
18086 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
18087 (ebnf-iso-lex): Code fix.
18088
18089 * progmodes/ebnf-bnf.el: Doc fix.
18090 (ebnf-bnf-lex): Code fix.
18091
18092 * progmodes/ebnf-otz.el: Doc fix.
18093
18094 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
18095
18096 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
18097 (abbrev-prefix-mark): Doc fix.
18098
18099 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
18100
18101 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
18102 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
18103 (gdb-var-delete): Make interactive (really).
18104 (gdb-edit-value): Make non-interactive.
18105
18106 * progmodes/gud.el (gud-speedbar-menu-items):
18107 Add gdb-var-delete and, indirectly, gdb-edit-value.
18108 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
18109 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
18110 (gud-gdb-marker-filter): Add comment for annotations.
18111
18112 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18113
18114 * calendar/calendar.el (generate-calendar)
18115 (calendar-read-date): Prevent display of BC calendars once more -
18116 reverts 2003-10-01 change.
18117 (generate-calendar-month): Doc fix.
18118
18119 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
18120
18121 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
18122 return value of increment-calendar-month.
18123
18124 2004-02-21 Stephen Compall <s11@member.fsf.org>
18125
18126 * saveplace.el (save-place-forget-unreadable-files)
18127 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
18128 (save-place-forget-unreadable-files): New function.
18129 (save-place-alist-to-file): Use it to filter out files that are
18130 no longer readable.
18131
18132 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
18133 current Texinfo environment, using the same method as in
18134 `texinfo-insert-@end', and insert a space rather than a newline if
18135 point in a @table environment.
18136
18137 2004-02-21 Juri Linkov <juri@jurta.org>
18138
18139 * ffap.el (ffap-file-at-point): Try parent directories.
18140
18141 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
18142
18143 * vcursor.el (vcursor-modifiers): New defcustom.
18144 (vcursor-cs-binding): Use vcursor-modifiers instead of a
18145 hard-coded list.
18146
18147 2004-02-21 Masatake YAMATO <jet@gyve.org>
18148
18149 * play/animate.el (animate-birthday-present): Accept names other
18150 than `Sarah', too.
18151
18152 2004-02-21 Juri Linkov <juri@jurta.org>
18153
18154 * startup.el: Remove table of command line arguments from the
18155 Commentary section.
18156
18157 2004-02-20 John Wiegley <johnw@newartisans.com>
18158
18159 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
18160 again" modifier from 'e' to 'E', since 'e' is also used by the
18161 "file extension" modifier.
18162
18163 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
18164
18165 * help-fns.el (describe-categories): Doc fix.
18166
18167 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
18168
18169 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
18170 temporary file for buffer already visiting one. This change makes
18171 output likely to be directly usable by patch program.
18172 Suggested by Adrian Aichner <adrian@xemacs.org>
18173
18174 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
18175
18176 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
18177 case of variables defined in compound statements.
18178 (gdb-setup-windows, gdb-source-info, gdb-source-info):
18179 Simplify constructions using switch-to-buffer.
18180
18181 2004-02-19 Simon Josefsson <jas@extundo.com>
18182
18183 * play/morse.el: Fix typo.
18184 (morse-code): Add @.
18185
18186 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
18187
18188 * calendar/appt.el (appt-display-format): Change default to
18189 'ignore, for backwards compatibility.
18190 (appt-display-message): If appt-display-format is 'ignore,
18191 respect old vars appt-msg-window and appt-visible.
18192 (appt-activate): Don't depend on return value of cancel-timer.
18193
18194 * calendar/calendar.el (calendar-holidays): Doc fix.
18195
18196 * calendar/cal-coptic.el (coptic-prompt-for-date):
18197 Use assoc-string instead of assoc-ignore-case.
18198 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
18199 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
18200 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
18201 * calendar/cal-islam.el (calendar-goto-islamic-date)
18202 (mark-islamic-diary-entries): Ditto.
18203 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
18204 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
18205 (calendar-read-mayan-tzolkin-date): Ditto.
18206 * calendar/calendar.el (calendar-read-date): Ditto.
18207 * calendar/diary-lib.el (mark-diary-entries): Ditto.
18208
18209 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
18210
18211 * progmodes/executable.el (executable-command-find-posix-p):
18212 Fix choice of the directory.
18213
18214 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
18215
18216 * simple.el (interprogram-cut-function)
18217 (interprogram-paste-function, kill-new, kill-append):
18218 Doc fixes.
18219 (kill-region): Make it return nil. Doc fix.
18220 (yank-pop): Make its argument optional.
18221 (yank): Make ARG `-' equivalent to `-1'.
18222
18223 2004-02-17 Eli Zaretskii <eliz@gnu.org>
18224
18225 * mail/rmail.el (rmail-get-new-mail): Don't reference
18226 rmail-use-spam-filter if rmail-spam-filter is not loaded.
18227
18228 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
18229
18230 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
18231 if one of global-auto-revert-non-file-buffers or autorevert-mode
18232 is non-nil.
18233
18234 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18235
18236 * subr.el (delete-dups): A better implementation from Karl Heuer
18237 <kwzh@gnu.org>.
18238
18239 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18240
18241 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
18242 correct place.
18243 * progmodes/icon.el (icon-indent-command): Ditto.
18244 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
18245
18246 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18247
18248 * progmodes/grep.el (grep-compute-defaults): Undo change from
18249 2004-01-29: don't use executable-command-find-posix-p.
18250
18251 2004-02-16 Richard Sharman <rsharman@pobox.com>
18252
18253 * hilit-chg.el: Use require instead of eval-and-compile.
18254 (highlight-compare-buffers): New function.
18255
18256 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
18257
18258 * man.el (Man-fontify-manpage): Render section headings in
18259 `Man-overstrike-face' even when overstrike was not used by man
18260 formatter for section headings.
18261
18262 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
18263
18264 * rmail-spam-filter.el (vm-use-spam-filter)
18265 (rsf-min-region-length-added-to-spam-list): New variables.
18266 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
18267 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
18268 spam testing. Don't delete spam message if automatic deletion
18269 after output via variable rmail-delete-after-output is turned on.
18270 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
18271 rsf-bbdb-dont-create-entries-for-spam.
18272 (check-field): New function, extracted from code in
18273 rmail-spam-filter to ease addition of header fields like content-type.
18274 (message-content-type): New variable to check the content-type:
18275 field added, also in defcustom of rsf-definitions-alist.
18276 (rmail-spam-filter): Replace repeated test code for header fields
18277 by calls to check-field; change the call to
18278 rmail-output-to-rmail-file such that rmail-current-message stays
18279 the same to avoid wrong deletion of unseen flags.
18280 (rsf-add-contents-type): New function to convert old format
18281 of rmail-spam-definitions-alist into new one.
18282 Change prefixes of all variables and functions from
18283 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
18284
18285 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18286
18287 * loadhist.el (unload-hook-features-list): New defvar.
18288
18289 2004-02-16 Dave Love <fx@gnu.org>
18290
18291 * loadhist.el (unload-feature): Doc fix. Rename flist to
18292 unload-hook-features-list.
18293
18294 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
18295
18296 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
18297 cookie. Don't check if we are looking-at open-formula.
18298
18299 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
18300
18301 * subr.el (match-string-no-properties): Use substring-no-properties.
18302
18303 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18304
18305 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
18306 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18307 Use lower-case "rx" in all error message.
18308
18309 2004-02-16 Dave Love <fx@gnu.org>
18310
18311 * emacs-lisp/rx.el (rx-or): Put group around result.
18312 (rx-constituents): Add backref.
18313 (rx-syntax): Add string-delimiter, comment-delimiter.
18314 (rx-categories): Add combining-diacritic.
18315 (rx-check-not, rx-greedy, rx): Doc fix.
18316 (rx-backref, rx-check-backref): New.
18317
18318 2004-02-16 Jesper Harder <harder@ifa.au.dk>
18319
18320 * newcomment.el (uncomment-region): Allow eob as comment end.
18321
18322 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18323
18324 * filecache.el: All message and error commands now use prefix
18325 "Filecache:" to make it easy to read *Messages* buffer.
18326
18327 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18328
18329 * autorevert.el: Add support to detect changed dired and VC buffers.
18330 (auto-revert-active-p, auto-revert-list-diff)
18331 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18332 (auto-revert-handler, auto-revert-active-p): New functions.
18333 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
18334 and `auto-revert-active-p'.
18335 (eval-when-compile): Defvar dired-directory and vc-mode.
18336 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18337 (auto-revert-handler-vc): New functions.
18338
18339 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18340
18341 * progmodes/compile.el (compilation-directory): New defvar.
18342 (compile): Save current directory in compilation-directory.
18343 (recompile): Bind default-directory to compilation-directory if
18344 that is non-nil.
18345
18346 2004-02-16 Dave Love <fx@gnu.org>
18347
18348 * newcomment.el (comment-insert-comment-function)
18349 (comment-region-function, uncomment-region-function): New.
18350 (comment-indent): Use comment-insert-comment-function.
18351 (uncomment-region): Use uncomment-region-function.
18352 (comment-region): Use comment-region-function.
18353
18354 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18355
18356 2004-02-16 Richard Stallman <rms@gnu.org>
18357
18358 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18359 loaddefs* and ldefs-boot*.
18360
18361 2004-02-16 Eli Zaretskii <eliz@gnu.org>
18362
18363 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18364 and email address at the beginning and end of the address.
18365
18366 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18367 anchored at the beginning of the email address.
18368
18369 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18370
18371 * international/ccl.el (ccl-compile-write): Pass `left' to
18372 ccl-embed-code to generate correct code of write-expr-register.
18373
18374 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18375
18376 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18377
18378 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18379
18380 * x-dnd.el: Mention support for Motif in commentary.
18381 (x-dnd-handle-drag-n-drop-event): Ditto.
18382
18383 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18384
18385 * ses.el: Use "ses--" prefixes for buffer-local variables.
18386 Use (point-min) instead of 1, even when we know the buffer
18387 is unnarrowed.
18388 (ses-build-load-map): Delete. Distribute its content to defconst's for
18389 the three maps.
18390 (ses-menu, ses-header-line-menu): New menus.
18391 (ses-mode-map): Use them.
18392 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
18393
18394 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18395
18396 * Makefile.in: Fix the CC Mode recompile kludge so it works
18397 when building in a different directory.
18398
18399 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18400
18401 * simple.el (kill-new): Put yank-handler property on the entire string.
18402
18403 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * diff.el: Don't use compile any more, use diff-mode instead.
18406 (diff-regexp-alist, diff-old-file, diff-new-file)
18407 (diff-parse-differences, diff-process-setup): Remove.
18408 (diff-sentinel): New fun.
18409 (diff): Use it. Run the process ourselves.
18410 Use diff-mode for the rest of the processing.
18411
18412 * diff.el (diff): Simplify code handling `switch'.
18413
18414 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18415
18416 * pcvs-defs.el (cvs-menu): Add `tag'.
18417
18418 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18419
18420 * simple.el (kill-append): Doc fix.
18421
18422 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18423 Adapt outline-regexp to the new conventions for commenting out code.
18424
18425 2004-02-11 John Paul Wallington <jpw@gnu.org>
18426
18427 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18428
18429 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18430
18431 * diff.el (diff-switches): New fun.
18432 (diff, diff-backup): Use it.
18433 (diff): Clean up the args construction. Use backquote.
18434 Use listp instead of consp to avoid putting a nil arg.
18435 (diff): Add a revert-buffer function.
18436
18437 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18438
18439 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18440 handled by x-dnd-handle-file-name.
18441 (x-dnd-known-types): Add COMPOUND_TEXT.
18442 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18443 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18444 x-dnd-empty-state.
18445 (x-dnd-forget-drop): Ditto.
18446 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18447 (x-dnd-handle-one-url): Return private when inserting text.
18448 (x-dnd-insert-ctext): New function.
18449 (x-dnd-handle-file-name): New function for FILE_NAME.
18450 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18451 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18452 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18453
18454 2004-02-10 Kenichi Handa <handa@m17n.org>
18455
18456 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18457 instead of while loop.
18458
18459 2004-02-10 Miles Bader <miles@gnu.org>
18460
18461 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18462
18463 2004-02-09 Kenichi Handa <handa@m17n.org>
18464
18465 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18466 have end-of-line.
18467
18468 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18469
18470 * Makefile.in: Added extra dependencies in the recompile target
18471 needed to cope with the compile time macro expansions in CC Mode.
18472
18473 2004-02-09 Kim F. Storm <storm@cua.dk>
18474
18475 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18476 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18477 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18478 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18479 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18480 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18481 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18482 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18483 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18484 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18485 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18486
18487 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18490 Don't allow shrink if there's a window on our right.
18491
18492 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18493 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18494 Bring together declaration and initialization.
18495 (prolog-mode-variables): Don't set the syntax table.
18496 Don't set paragraph-start and comment-indent-function.
18497 Add /*..*/ to the comment regexps.
18498 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18499 (prolog-mode-map): Don't bind TAB.
18500 (prolog-mode): Set the syntax table.
18501 (prolog-comment-indent): Remove.
18502 (inferior-prolog-mode-map): Initialize in the declaration.
18503 (inferior-prolog-mode-syntax-table)
18504 (inferior-prolog-mode-abbrev-table): New vars.
18505 (inferior-prolog-mode): Derive from comint-mode.
18506 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18507 minibuffer windows.
18508
18509 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18510 in file names, as long as it is unabmiguous.
18511
18512 2004-02-08 Andreas Schwab <schwab@suse.de>
18513
18514 * textmodes/reftex-toc.el
18515 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18516 format. Doc fix.
18517
18518 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18519 format string arguments.
18520
18521 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18522 string argument.
18523
18524 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18525
18526 * play/zone.el (zone-call): Fix format string.
18527
18528 * net/webjump.el (webjump-builtin): Add missing format string argument.
18529
18530 * midnight.el (midnight-delay-set): Remove extra format string argument.
18531
18532 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18533
18534 * hexl.el (hexl-insert-char): Add missing format string argument.
18535
18536 * format.el (format-decode): Fix format string.
18537
18538 * emulation/vi.el (vi-mode): Remove extra format string argument.
18539 (vi-repeat-last-search): Likewise.
18540 (vi-reverse-last-search): Likewise.
18541 (vi-goto-mark): Likewise.
18542 (vi-reverse-last-find-char): Likewise.
18543 (vi-repeat-last-find-char): Likewise.
18544 (vi-locate-def): Likewise.
18545
18546 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18547
18548 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18549 string argument.
18550 (ediff-toggle-regexp-match): Likewise.
18551
18552 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18553 format string argument.
18554
18555 * calc/calc-map.el (calc-get-operator): Remove extra format
18556 string argument.
18557
18558 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18559
18560 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18561 string argument.
18562
18563 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18564
18565 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18566
18567 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18568
18569 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18570 (cl-struct-setf-expander): Likewise.
18571
18572 * vc.el (with-vc-file): Fix unsafe uses of error.
18573 (vc-cancel-version): Likewise.
18574
18575 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18576
18577 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18578 thousands separator; fixes <class>:<line-number> regexp for
18579 non-english locales.
18580
18581 2004-02-08 Andreas Schwab <schwab@suse.de>
18582
18583 * view.el (view-mode-enable): Revert previous change.
18584
18585 2004-02-07 Kim F. Storm <storm@cua.dk>
18586
18587 * simple.el (line-number-at-pos): Rename from line-at-pos.
18588 Uses changed (what-line and vc-annotate-warp-version).
18589
18590 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18591
18592 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18593 (diff-mode): Remove aborted attempt at support for compile.el.
18594 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18595
18596 2004-02-06 Andreas Schwab <schwab@suse.de>
18597
18598 * view.el (view-mode-enable): Add view-mode-map to
18599 minor-mode-overriding-map-alist.
18600
18601 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18602
18603 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18604
18605 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18608 with point inside rather than after the paragraph.
18609
18610 2004-02-04 Sam Steingold <sds@gnu.org>
18611
18612 * mail/smtpmail.el (smtpmail-try-auth-methods):
18613 Do not try authentication when no mechanism is available.
18614 Pass port-name as defaultport to `netrc-machine'.
18615
18616 2004-02-04 Stephen Eglen <stephen@gnu.org>
18617
18618 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18619 to show how minibuffer height can be constrained.
18620
18621 2004-02-04 John Paul Wallington <jpw@gnu.org>
18622
18623 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18624
18625 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18626
18627 * x-dnd.el: New file for drag and drop.
18628
18629 * term/x-win.el: require x-dnd, set after-make-frame-functions
18630 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18631 drag-n-drop event.
18632
18633 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18634 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18635 (dired-dnd-handle-file): New functions for drag and drop support.
18636 (dired-mode): Initialize drag and drop if x-dnd present.
18637
18638 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18639
18640 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18641 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18642 (cperl-mode): Set fill-paragraph-function.
18643 (cperl-fill-paragraph): Make it non-interactive.
18644
18645 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18646
18647 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18648
18649 2004-02-02 David Kastrup <dak@gnu.org>
18650
18651 * replace.el (perform-replace): Allow 'literal argument in
18652 regexp-flag to indicate literal replacement.
18653 (query-replace-regexp-eval): Use it.
18654
18655 2004-02-01 Andreas Schwab <schwab@suse.de>
18656
18657 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18658
18659 2004-02-01 Stephen Eglen <stephen@gnu.org>
18660
18661 * info-look.el: Add support for maxima-mode. Update commentary
18662 because info-lookup-symbol is now bound to C-h S.
18663
18664 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18665
18666 * simple.el (edit-and-eval-command): Bind print-level and
18667 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18668 Correct initial position in command-history.
18669
18670 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18671
18672 * files.el (read-directory-name): Adapt the docstring to recent
18673 change in Fread_file_name.
18674
18675 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18676
18677 * ses.el (ses-print-cell): If print format too wide for column
18678 width, truncate decimal places if that helps to avoid "#####" fill.
18679 * ses.el (ses-initial-column-width): Revert previous change.
18680
18681 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18684 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18685 Add edebug info.
18686 (jit-lock-mode): Setup/cancel the new timer.
18687 (jit-lock-context-fontify): New fun. Extracted from
18688 context fontification code of jit-lock-stealth-fontify.
18689 (jit-lock-stealth-fontify): Don't do context fontification any more.
18690
18691 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18692 (jit-lock-fontify-now): Handle the `quit' case.
18693 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18694
18695 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18696
18697 * progmodes/executable.el (executable-command-find-posix-p):
18698 New. Check if find handles arguments Posix-style.
18699
18700 * progmodes/grep.el (grep-compute-defaults):
18701 Use executable-command-find-posix-p.
18702 (grep-find): Check `grep-find-command'.
18703
18704 * filecache.el (file-cache-find-posix-p): Delete.
18705 (file-cache-add-directory-using-find):
18706 Use `executable-command-find-posix-p'.
18707
18708 2004-01-29 Dave Love <fx@gnu.org>
18709
18710 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18711 Iterate the hook function if arg is given.
18712 (mark-defun, narrow-to-defun): Change order of finding the limits.
18713
18714 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18715 (byte-compile-format-warn): New.
18716 (byte-compile-callargs-warn): Use it.
18717 (Format, message, error): Add byte-compile-format-like property.
18718 (byte-compile-maybe-guarded): New.
18719 (byte-compile-if, byte-compile-cond): Use it.
18720 (byte-compile-lambda): Compile interactive forms,
18721 just to make warnings about them.
18722
18723 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18724
18725 * ses.el (ses-initial-column-width): Increase to 14, so it will
18726 work well with the default printer of "%.7g" for extreme values
18727 like "-1.234567e+07".
18728
18729 2004-01-29 Kenichi Handa <handa@m17n.org>
18730
18731 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18732
18733 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18734
18735 * dos-w32.el: Added support for the `default-printer-name' function.
18736
18737 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * server.el (server-socket-name): Don't use the hostname in the
18740 socket name since /tmp is local to the host anyway.
18741
18742 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18743 robust check of widening and fix var-naming.
18744
18745 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18746
18747 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18748 or rmail-spam- to rsf- in all function and variable names.
18749 (rsf-min-region-to-spam-list): New variable.
18750 (rsf-bbdb-auto-delete-spam-entries): Rename from
18751 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18752 scanned together with the recipients field for spam testing; Don't
18753 delete spam message if rmail-delete-after-output is non-nil;
18754 (rsf-check-field): New function, extracted from code in
18755 rmail-spam-filter to ease addition of header fields like
18756 content-type:;
18757 (message-content-type): New variable. The content-type: field was
18758 added also in defcustom of rsf-definitions-alist;
18759 (rmail-spam-filter): Replace repeated test code for header fields
18760 by calls to check-field; change the call to
18761 rmail-output-to-rmail-file such that rmail-current-message stays
18762 the same to avoid wrong deletion of unseen flags.
18763 (rmail-use-spam-filter): Add autoload cookie.
18764
18765 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18766
18767 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18768 (file-cache-add-directory-using-find): Add Cygwin support.
18769 (file-cache-find-command-posix-flag): New user variable.
18770
18771 * filecache.el (file-cache-add-directory): Check for
18772 directories an remove them from dir-files.
18773
18774 2004-01-27 Richard M. Stallman <rms@gnu.org>
18775
18776 * man.el (Man-fontify-manpage): Clean up message.
18777
18778 2004-01-27 Kenichi Handa <handa@m17n.org>
18779
18780 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18781 (sentence-end): Define using sentence-end-without-space.
18782
18783 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18784 a sentence ends with one of a character in sentence-end-without-space.
18785
18786 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18787
18788 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18789 (jit-lock): Group declaration moved to jit-lock.el.
18790 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18791 when necessary.
18792
18793 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18794 (jit-lock-context-unfontify-pos): Rename from
18795 jit-lock-first-unfontify-pos.
18796 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18797
18798 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18799
18800 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18801 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18802 (fortran-fill): When filling a string, adjust re-search-backward
18803 argument for special case of string just on fill-column.
18804 When filling non-string, allow one extra char if
18805 fortran-break-before-delimiters is non-nil.
18806 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18807 Use fortran-break-delimiters-re and fortran-no-break-re to
18808 correctly handle cases such as "**".
18809
18810 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18811 (f90-no-break-re): Add some extra tokens. Doc fix.
18812
18813 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18814
18815 * mail/rmail-spam-filter.el:
18816 Use two semicolons as Commentary line prefix.
18817 Add ";;; Code:" stylized comment.
18818 Delete end-of-line whitespace.
18819 Wrap (require 'cl) with `eval-when-compile'.
18820
18821 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18822
18823 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18824 at the top level of vc.el.
18825
18826 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18827
18828 * vc.el (vc-current-line): Function removed. This is now done by
18829 the new function line-at-pos in simple.el.
18830 (vc-annotate-warp-version): Use line-at-pos instead of
18831 vc-current-line.
18832
18833 2004-01-22 Kim F. Storm <storm@cua.dk>
18834
18835 * simple.el (line-at-pos): New defun.
18836 (what-line): Use it. Optimize by only counting lines in narrowed
18837 region once.
18838
18839 2004-01-22 Kenichi Handa <handa@m17n.org>
18840
18841 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18842 point (register r1) only for charset mule-unicode-0100-24ff.
18843
18844 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18845
18846 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18847 trailing white space and ensure a final newline.
18848
18849 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18850 Add autoload cookie.
18851
18852 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18853
18854 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18855 activate view-mode explicitly.
18856
18857 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18858
18859 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18860 menu-bar-enable-clipboard and make Paste use clipboard first.
18861
18862 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18863
18864 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18865 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18866 (vc-mcvs-cvs): Remove.
18867 (vc-mcvs-command): Remove use of assert.
18868
18869 * outline.el (outline-insert-heading): Tighten up match.
18870 (outline-demote, outline-move-subtree-down): Don't assume anything
18871 about outline-regexp.
18872
18873 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18874 (texinfo-show-structure): Explicitly add ^, and simplify.
18875
18876 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18877
18878 * calendar/appt.el (appt-check): Restore usage of
18879 appt-issue-message deleted in previous change.
18880 (top-level): Activate package when loaded (needed for backwards
18881 compatibility).
18882
18883 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18884
18885 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18886 following previous change to smtpmail-send-data.
18887
18888 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18889
18890 * vc.el (vc-default-previous-version): Doc enhancement.
18891 (vc-default-next-version): New function.
18892 (vc-print-log): New arg FOCUS-REV.
18893 (vc-annotate-mode): Derive from view-mode.
18894 (vc-annotate): New args REVISION, DISPLAY-MODE.
18895 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18896 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18897 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18898 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18899 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18900
18901 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18902
18903 2004-01-19 Karl Berry <karl@gnu.org>
18904
18905 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18906 or "TexInfo".
18907
18908 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18909
18910 * subr.el (delete-dups): New function.
18911
18912 2004-01-19 Karl Berry <karl@gnu.org>
18913
18914 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18915 with ^, since that's what texinfo-show-structure
18916 documentation says (plus it works much better in texinfo.txi).
18917
18918 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18919
18920 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18921
18922 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18923
18924 * progmodes/which-func.el (which-function-mode): Don't cancel
18925 which-func-update-timer if not set.
18926
18927 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18928
18929 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18930 Remove spurious left square bracket in XX:XXam regexp.
18931
18932 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18933
18934 * progmodes/cc-defs.el: Do not require cl at run time.
18935
18936 2004-01-16 Richard M. Stallman <rms@gnu.org>
18937
18938 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18939 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18940
18941 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18942 Call rmail-spam-filter. Delete and expunge spam.
18943 Print number of spam messages deleted.
18944 Save and restore the deletion status of old messages when reading
18945 new mail with spam filter, so that expunging spam does not expunge
18946 msgs deleted by the user.
18947 (rmail-only-expunge): Add an optional argument dont-show to
18948 prevent showing message after expunge.
18949
18950 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18951
18952 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18953 * subr.el (declare): New macro.
18954
18955 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18956
18957 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18958
18959 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18962 Test window-system rather than system-type (for X11/Mac).
18963
18964 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18965
18966 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18967
18968 2004-01-12 Richard M. Stallman <rms@gnu.org>
18969
18970 * mail/rmail.el (rmail-convert-to-babyl-format):
18971 Use mail-unquote-printable-region.
18972 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18973 (rmail-hex-char-to-integer): Functions deleted.
18974
18975 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18976 (mail-unquote-printable-region): New arg NOERROR.
18977 For invalid encoding, either signal an error to just return nil.
18978
18979 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18980
18981 * calendar/appt.el: Update copyright and commentary.
18982 (appt-issue-message): Make obsolete.
18983 (appt-visible, appt-msg-window): Make obsolete, in favour of
18984 appt-display-format.
18985 (appt-display-mode-line, appt-display-duration)
18986 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18987 (appt-prev-comp-time, appt-display-count, appt-timer)
18988 (appt-convert-time): Doc change.
18989 (appt-disp-window-function, appt-delete-window-function):
18990 Use defcustom rather than defvar.
18991 (appt-display-format): New variable.
18992 (appt-display-message): New function with display code from appt-check.
18993 (appt-check): Add optional FORCE argument. Doc change.
18994 Add appt-make-list to diary-hook if displaying diary.
18995 Remove checking of view-diary-entries-initially.
18996 Message display section removed to new function appt-display-message.
18997 (appt-display-window): Doc change. Remove unused internal var
18998 this-buffer. Do not beep, since appt-display-message does that.
18999 (appt-make-list): Doc change. Use caar.
19000 (appt-sort-list): Simplify by using builtin sort function.
19001 (appt-update-list): New function for updating appts when diary is
19002 saved.
19003 (appt-activate): New autoloaded function to toggle package
19004 functionality.
19005
19006 * calendar/cal-x.el: (calendar-one-frame-setup)
19007 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
19008
19009 * calendar/calendar.el: Update copyright.
19010 (view-diary-entries-initially, european-calendar-style): Doc change.
19011 (calendar-setup): Make defcustom rather than defvar.
19012 (mark-visible-calendar-date): Initialize temp-face and faceinfo
19013 in let binding so local to function.
19014
19015 * calendar/diary-lib.el: Update copyright.
19016 (diary, diary-entry-time): Doc change.
19017 (list-diary-entries): Doc change. Trivial logic change.
19018 (fancy-diary-display): Restore make-face command mistakenly
19019 deleted 2003-05-08.
19020 (show-all-diary-entries): Allow to pop-up frame if needed.
19021
19022 2004-01-09 John Paul Wallington <jpw@gnu.org>
19023
19024 * bindings.el (mode-line-change-eol): Add EVENT parameter.
19025 Temporarily select EVENT's window for changing eol type.
19026
19027 2004-01-09 Deepak Goel <deego@gnufans.org>
19028
19029 * calendar/diary-lib.el (diary-entry-time):
19030 Also accept time in the form XX[.XX][am/pm/AM/PM].
19031 (fancy-diary-font-lock-keywords): Likewise.
19032 (diary-font-lock-keywords): Likewise.
19033 * calendar/appt.el (appt-add): Likewise.
19034 (appt-make-list): Likewise.
19035 (appt-convert-time): Likewise.
19036
19037 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
19038
19039 * gdb-ui.el (gdb-ann3): Revert previous change.
19040 (gdb-source-info): Allow for case of where compilation directory
19041 is not recorded.
19042
19043 2004-01-08 John Paul Wallington <jpw@gnu.org>
19044
19045 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
19046
19047 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
19048
19049 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
19050
19051 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
19052 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
19053 problems.
19054 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
19055
19056 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
19057
19058 * files.el (write-file-functions, write-contents-functions):
19059 Clarify docstrings.
19060
19061 2004-01-07 Kenichi Handa <handa@m17n.org>
19062
19063 * international/mule.el (set-auto-coding): Fix for the case that
19064 end-of-line is only CR.
19065
19066 2004-01-07 Kim F. Storm <storm@cua.dk>
19067
19068 * subr.el (event-start, event-end): Doc fix.
19069 (posn-string, posn-image): New defuns.
19070 (posn-object): Return either image or string object.
19071 (posn-object-x-y): Return 8th element of position.
19072 (posn-object-width-height): New defun.
19073
19074 2004-01-06 Andreas Schwab <schwab@suse.de>
19075
19076 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
19077 output.
19078
19079 2004-01-05 Karl Berry <karl@gnu.org>
19080
19081 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
19082 / and *, too.
19083
19084 2003-12-31 Simon Josefsson <jas@extundo.com>
19085
19086 * files.el (before-save-hook): Add.
19087 (basic-save-buffer): Use before-save-hook.
19088
19089 * emacs-lisp/copyright.el: Fix comment to recommend
19090 before-save-hook instead of write-file-functions.
19091
19092 2004-01-05 Richard M. Stallman <rms@gnu.org>
19093
19094 * finder.el (finder-commentary): Call delete-other-windows.
19095
19096 * net/ange-ftp.el (ange-ftp-file-attributes):
19097 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
19098
19099 2004-01-04 Karl Berry <karl@gnu.org>
19100
19101 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
19102 comment characters % and # in the copyright year notice,
19103 as well as ;.
19104
19105 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
19106
19107 * wid-edit.el (default): Define dummy :value-delete.
19108 Reported by Jesper Harder <harder@ifa.au.dk>.
19109
19110 2004-01-03 Richard M. Stallman <rms@gnu.org>
19111
19112 * progmodes/compile.el (compile-internal): Use point, not point-min,
19113 for set-window-point.
19114
19115 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
19116
19117 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
19118
19119 * progmodes/grep.el (grep-mode-map):
19120 Don't remap next-line, previous-line.
19121
19122 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
19123
19124 * speedbar.el (speedbar-edit-line): Change regexp to position
19125 the cursor on the first character of this line's button.
19126
19127 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
19128
19129 * subr.el (functionp): Doc fix.
19130
19131 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
19132
19133 * progmodes/idlwave.el (idlwave-make-tags):
19134 * textmodes/flyspell.el (flyspell-large-region):.
19135 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
19136 * emulation/viper-util.el (viper-glob-unix-files):
19137 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
19138 * man.el (Man-init-defvars):
19139 * jka-compr.el (jka-compr-call-process):
19140 * files.el (get-free-disk-space,insert-directory):
19141 * ediff-ptch.el (ediff-test-patch-utility):
19142 * ediff-diff.el (ediff-test-utility):
19143 * dired-aux.el (dired-check-process):
19144 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
19145 test the return value of call-process, because it can be a string.
19146
19147 2003-12-31 John Paul Wallington <jpw@gnu.org>
19148
19149 * bindings.el (completion-ignored-extensions): Add .pfsl.
19150
19151 2003-12-31 Kim F. Storm <storm@cua.dk>
19152
19153 * ido.el (ido-nonreadable-directory-p): New defun to check for
19154 nonreadable directory without activating tramp (to avoid problems
19155 with checking incomplete tramp paths).
19156 (ido-set-current-directory, ido-file-internal)
19157 (ido-file-name-all-completions1): Use it.
19158
19159 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
19160
19161 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
19162 documentation if the anchor (or node) name is preceded by `info
19163 anchor' or `Info anchor' in addition to earlier `info node' and
19164 `Info node'.
19165 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
19166
19167 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19168
19169 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
19170 error in arguments to base64-decode-region. Remove ^M characters
19171 after decoding base64.
19172
19173 2003-12-30 Simon Josefsson <jas@extundo.com>
19174
19175 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
19176 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
19177 have only been distributed with Emacs for some years.
19178 (texinfo-mode-hook): Customize.
19179
19180 2003-12-30 Eli Zaretskii <eliz@gnu.org>
19181
19182 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
19183 cleaner (suggested by Richard Stallman).
19184
19185 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
19186 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
19187 file-name clashes on 8+3 DOS filesystems.
19188
19189 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
19190 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
19191 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
19192 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
19193 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
19194 file-name clashes on 8+3 filesystems.
19195
19196 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
19197 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
19198 file-name clashes on 8+3 DOS filesystems.
19199
19200 2003-12-29 Richard M. Stallman <rms@gnu.org>
19201
19202 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
19203 Upcase the character.
19204
19205 * textmodes/flyspell.el (mail-mode-flyspell-verify):
19206 Search for header separator alone on a line, literally,
19207 and search for it backward, not forward.
19208 (flyspell-abbrev-table): Always use global-abbrev-table
19209 if there is no local one.
19210
19211 * progmodes/sh-script.el (sh-get-indent-info):
19212 Don't move point back if at bob.
19213
19214 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
19215
19216 * play/handwrite.el (handwrite): Make the handwrite credit message
19217 a comment rather than an output command.
19218
19219 * obsolete/sc.el: Display message that this file is obsolete.
19220
19221 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
19222
19223 * mail/rfc822.el (rfc822-address-start): Declare variable.
19224 Renamed from address-start. All uses changed.
19225
19226 * term.el (term-exec): Set up sentinel.
19227 (term-sentinel): New function.
19228 (term-handle-exit): New function.
19229
19230 * subr.el (assoc-ignore-case, assoc-ignore-representation):
19231 Use assoc-string, and mark them obsolete.
19232 (delay-mode-hooks): Mark as permanent local.
19233
19234 * simple.el (sendmail-user-agent-compose): Use assoc-string.
19235
19236 * register.el (copy-rectangle-to-register): Doc fix.
19237
19238 * info.el (Info-insert-dir): Use assoc-string.
19239
19240 * info-look.el (info-lookup): Use assoc-string.
19241
19242 * frame.el (pop-up-frame-function): Use quote, not `function'.
19243 (frame-notice-user-settings): Calculate ADJUSTED-TOP
19244 copying with lists as coordinate values.
19245
19246 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
19247
19248 * find-dired.el (kill-find): New command.
19249 (find-dired): Make buffer read-only.
19250 Set up a keymap with C-c C-k running kill-find.
19251 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
19252
19253 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
19254
19255 * filecache.el (file-cache-ignore-case): New variable.
19256 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
19257
19258 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
19259 (comint-dynamic-complete-as-filename): Rename local vars.
19260 (comint-dynamic-list-filename-completions): Likewise.
19261
19262 * comint.el (comint-dynamic-list-completions-config): New var.
19263 (comint-dynamic-list-completions): Handle both SPC and TAB right.
19264
19265 * comint.el (comint-file-name-chars): Add [].
19266 (comint-word): Use skip-chars-backward, not search.
19267
19268 * shell.el (shell-file-name-chars): Add [].
19269
19270 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
19271
19272 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
19273
19274 * generic.el (define-generic-mode): Doc fix.
19275
19276 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19277
19278 * files.el (kill-some-buffers): Doc fix.
19279
19280 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
19281
19282 * comint.el (comint-watch-for-password-prompt): Pass `string' as
19283 arg to send-invisible
19284 (send-invisible): Doc fix. The argument is now a prompt, not the
19285 string to send.
19286 (comint-read-noecho): Doc fix.
19287
19288 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
19289
19290 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
19291 "@", as required by some ISP hosting service. Fix defcustom
19292 argument syntax errors that prevented use of customization.
19293
19294 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19295
19296 * xml.el (xml-get-attribute-or-nil): Doc fix.
19297
19298 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
19299
19300 * net/zone-mode.el (zone-mode): Use write-file-functions, not
19301 write-file-hooks.
19302
19303 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
19304
19305 * autorevert.el (auto-revert-interval): Doc fix.
19306
19307 2003-12-29 Mark A. Hershberger <mah@everybody.org>
19308
19309 * xml.el (xml-get-attribute-or-nil): New function, like
19310 xml-get-attribute, but returns nil if the attribute was not found.
19311 (xml-get-attribute): Convert to defsubst, uses
19312 xml-get-attribute-or-nil.
19313
19314 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19315
19316 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19317
19318 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
19319
19320 * custom.el (custom-declare-theme): Use `value' when putting
19321 properties on `theme'.
19322
19323 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
19324
19325 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19326 for each yank-handler segment.
19327 (insert-for-yank-1): New function, with the body of the previous
19328 insert-for-yank.
19329
19330 * textmodes/table.el (table-yank-handler): New defcustom.
19331 (table--put-cell-indicator-property): Put yank-handler property
19332 that indicates the yank handler for the table cell.
19333
19334 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
19335
19336 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19337 set of keywords.
19338
19339 2003-12-29 Eli Zaretskii <eliz@gnu.org>
19340
19341 * international/mule-cmds.el (reset-language-environment)
19342 (set-language-environment): Don't invoke fontset-related functions
19343 if fontset-list is not fboundp.
19344
19345 2003-12-29 Kenichi Handa <handa@m17n.org>
19346
19347 * international/mule-cmds.el (reset-language-environment):
19348 Call set-overriding-fontspec-internal with nil.
19349 (set-language-environment): Call set-overriding-fontspec-internal
19350 if the language environment specify `overriding-fontspec'.
19351 (language-info-alist): Doc added.
19352
19353 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19354 characters of mule-unicode-0100-24ff.
19355 (ccl-encode-windows-1251-font): New CCL program.
19356 ("Bulgarian"): Specify overriding-fontspec.
19357 ("Belarusian"): Likewise.
19358
19359 2003-12-28 Sam Steingold <sds@gnu.org>
19360
19361 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19362 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19363
19364 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
19365
19366 * progmodes/gud.el (gud-gdb-command-name): Set default to
19367 "gdb --annotate=3".
19368 (gud-gdb-marker-filter): Look out for annotations.
19369 (gdb-first-pre-prompt): New variable.
19370 Remove trailing white space.
19371
19372 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19373 if necessary.
19374 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
19375 annotations are detected.
19376 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19377 instead of a local one to allow transition from
19378 gud-gdb-marker-filter.
19379 Remove trailing white space.
19380
19381 2003-12-27 Kim F. Storm <storm@cua.dk>
19382
19383 * ido.el: Handle non-readable directories.
19384 (ido-decorations): Add 9th element for non-readable directory.
19385 (ido-directory-nonreadable): New dynamic var.
19386 (ido-set-current-directory): Set it.
19387 (ido-read-buffer, ido-file-internal):
19388 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19389 (ido-file-name-all-completions1): Return empty list for
19390 non-readable directory.
19391 (ido-exhibit): Print [Not readable] if directory is not readable.
19392 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19393 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19394 Use it.
19395
19396 2003-12-27 Lars Hansen <larsh@math.ku.dk>
19397
19398 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19399 calls to directory-files-and-attributes and file-attributes.
19400 (ls-lisp-format): Remove system dependent handling of user and
19401 group id's.
19402
19403 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19404
19405 * ffap.el (ffap-read-file-or-url): Revert previous change.
19406
19407 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
19408
19409 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19410 new list of included files called `files-with-node-lines', that
19411 only have node lines. This way @include commands can include any
19412 file, such as version and update files without node lines, not
19413 just files that are chapters.
19414
19415 2003-12-25 Andreas Schwab <schwab@suse.de>
19416
19417 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19418 file not found.
19419
19420 2003-12-08 Miles Bader <miles@gnu.org>
19421
19422 * dired.el (dired-between-files): Always use dired-move-to-filename,
19423 which is more robust in non-english locales.
19424
19425 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19426
19427 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19428
19429 2003-12-24 Andreas Schwab <schwab@suse.de>
19430
19431 * shell.el (shell-file-name-quote-list): Add backslash.
19432
19433 * comint.el (comint-quote-filename): Correctly handle backslash
19434 in comint-file-name-quote-list.
19435
19436 2003-12-24 Kenichi Handa <handa@m17n.org>
19437
19438 * international/mule-cmds.el (set-default-coding-systems):
19439 Call ucs-set-table-for-input for all buffers that don't have local
19440 value of buffer-file-coding-system.
19441
19442 * international/ucs-tables.el (ucs-set-table-for-input):
19443 If translation-table-for-encode is a symbol, get its
19444 translation-table property.
19445
19446 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19447
19448 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19449 to `completing-read' on a recently fixed bug.
19450
19451 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19452 instead of SPACE, to get the list of possible fringe modes.
19453 SPACE only works if both `partial-completion-mode' and
19454 `completion-auto-help' are nil.
19455
19456 * complete.el (PC-is-complete-p): Delete.
19457 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19458 calls to `test-completion'.
19459
19460 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19461
19462 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19463 to edit values when there are no children.
19464
19465 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19466 a mode called "Assembler" already exists.
19467 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19468 (gud-watch): Use format option. Remove font properties from string.
19469 (gdb-var-create-handler, gdb-var-list-children-handler):
19470 Don't bother about properties as there are none.
19471 (gdb-var-create-handler, gdb-var-list-children-handler)
19472 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19473 with two arguments.
19474 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19475 Let speedbar show value changes with a different font.
19476 (gdb-edit-value): New defun.
19477 (gdb-clear-partial-output, gdb-clear-inferior-io)
19478 (def-gdb-auto-update-handler): Use erase-buffer.
19479 (gdb-frame-handler): Display watch expressions in
19480 FUNCTION::VARIABLE format if required.
19481
19482 2003-12-23 John Paul Wallington <jpw@gnu.org>
19483
19484 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19485 (Info-goto-emacs-command-node): Doc fixes.
19486
19487 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19488
19489 * cus-edit.el (custom-add-parent-links): Define "many".
19490
19491 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19492
19493 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19494 (widget-child-validate, widget-type-value-create)
19495 (widget-type-default-get, widget-type-match): New functions.
19496 (lazy): New widget.
19497 (menu-choice, checklist, radio-button-choice, editable-list)
19498 (group, documentation-string): Remove redundant (per 2003-10-25
19499 change) calls to `widget-children-value-delete'.
19500 (widget-choice-value-get, widget-choice-value-inline): Remove.
19501 (menu-choice): Update widget.
19502
19503 2003-12-03 Kenichi Handa <handa@m17n.org>
19504
19505 * language/cyrillic.el: Register "microsoft-cp1251" in
19506 ctext-non-standard-encodings-alist.
19507 ("Bulgarian"): Add ctext-non-standard-encodings.
19508 ("Belarusian"): Likewise.
19509
19510 * international/mule-conf.el (compound-text-with-extensions):
19511 Change the type to 2 (iso-2022 base).
19512
19513 * international/mule.el (ctext-non-standard-encodings-alist):
19514 Change the format.
19515 (ctext-non-standard-encodings): New variable.
19516 (ctext-post-read-conversion): Fully re-written.
19517 (ctext-non-standard-designations-alist): Delete it.
19518 (ctext-non-standard-encodings-table): New function.
19519 (ctext-pre-write-conversion): Fully re-written.
19520
19521 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19522
19523 * cus-edit.el (custom-add-parent-links): Add documentation links
19524 for parent, if the item has none of its own.
19525
19526 2003-11-30 Richard M. Stallman <rms@gnu.org>
19527
19528 * dired-aux.el (dired-do-query-replace-regexp):
19529 Report files visited read-only.
19530
19531 2003-11-30 Juri Linkov <juri@jurta.org>
19532
19533 * dired-aux.el (dired-compare-directories): New command.
19534 (dired-file-set-difference, dired-files-attributes): New functions.
19535
19536 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19537 Version 2.0.38 of Tramp released.
19538
19539 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19540 Charles Curley <charlescurley@charlescurley.com>.
19541 (tramp-multi-connection-function-alist): Add ssht entry which adds
19542 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19543 Aichner.
19544 (tramp-get-method-parameter): New function to retrieve a method
19545 parameter. This allows for omission of method parameters.
19546 Callers adjusted.
19547
19548 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19549
19550 * net/tramp.el: Add new optional parameter ID-FORMAT to
19551 `file-attributes'. Calls of `file-attributes' won't use this
19552 parameter for backward compatibility reasons.
19553 (tramp-perl-file-attributes): Add a new parameter to Perl script
19554 in order to handle uid/gid as strings, if desired.
19555 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19556 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19557 order to make the function more general.
19558 (tramp-handle-file-attributes): Replace proprietary optional
19559 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19560 (tramp-handle-file-attributes-with-perl): Handle parameter
19561 NONNUMERIC if set. This wasn't done in the past.
19562 (tramp-post-connection): Apply second parameter "$2" if
19563 `tramp-remote-perl' is called.
19564
19565 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19566 Correct cut'n'waste error (`filename' instead of `directory').
19567 (tramp-smb-handle-directory-files-and-attributes)
19568 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19569 introduced parameter ID-FORMAT.
19570 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19571 error (`directory' instead of `ldir').
19572
19573 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19574 `file-attributes' has a second parameter. If yes, apply it with
19575 value "'integer". Otherwise, don't use that parameter (default is
19576 integer format).
19577
19578 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19579
19580 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19581 (help-for-help): Add `C-h .' to the listed Help options.
19582 Remove trailing whitespace.
19583
19584 * help-at-pt.el: New file.
19585
19586 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19587
19588 * subr.el (noreturn, 1value): New macros for test coverage.
19589 See `testcover.el'.
19590
19591 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19592
19593 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19594 for macro `1value'.
19595 (testcover-1value): New function. Checks that a 1value form
19596 actually returns only one value. Requested by RMS.
19597
19598 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19599
19600 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19601 (gdb-var-list-children, gdb-var-list-children-handler)
19602 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19603 gdb commands that use mi to keep them out of the command history.
19604
19605 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19606
19607 * cus-start.el (all): Add use-file-dialog.
19608
19609 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19612
19613 2003-11-27 Kim F. Storm <storm@cua.dk>
19614
19615 * subr.el (posn-object-x-y): New defun.
19616
19617 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19618
19619 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19620 Don't use `space' for \\\n.
19621 Be more selective as to which # are comment-starters.
19622
19623 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19624
19625 * subr.el (number-sequence): Improve handling of floating point
19626 arguments (suggested by Kim Storm). Allow negative arguments.
19627
19628 2003-11-26 Kenichi Handa <handa@m17n.org>
19629
19630 * international/mule-cmds.el (standard-display-european-internal):
19631 Cancel the standard-display-table setting for ` and '.
19632
19633 2003-11-26 Kim F. Storm <storm@cua.dk>
19634
19635 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19636 New defcustoms to add ffap-like functionality to ido.
19637 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19638 (ido-no-final-slash): New defun.
19639 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19640 (ido-read-file-name): ): Toggle VC checking via
19641 vc-handled-backends instead of vc-master-templates.
19642 (ido-file-internal): Handle ido-use-url-at-point and
19643 ido-use-filename-at-point via code borrowed from ffap-guesser.
19644 Handle new ido-exit code ffap.
19645 (ido-sort-list): Ignore final slash when sorting file names.
19646
19647 2003-11-25 Kim F. Storm <storm@cua.dk>
19648
19649 * emulation/cua-base.el (cua--standard-movement-commands):
19650 Add forward-sentence and backward-sentence.
19651
19652 2003-11-25 Stephen Eglen <stephen@gnu.org>
19653
19654 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19655 iswitchb-exit is set to 'usefirst when user selects buffer at head
19656 of list using RET. (Selecting buffers at the head of the list was
19657 broken if the substring was also a complete buffername.)
19658
19659 2003-11-23 Kim F. Storm <storm@cua.dk>
19660
19661 * progmodes/compile.el (grep-command, grep-use-null-device)
19662 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19663 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19664 (grep-regexp-alist, grep-program, find-program)
19665 (grep-find-use-xargs, grep-history, grep-find-history)
19666 (grep-process-setup, grep-compute-defaults)
19667 (grep-default-command, grep, grep-tag-default, grep-find)
19668 (grep-expand-command-macros, grep-tree-last-regexp)
19669 (grep-tree-last-files, grep-tree): Move grep variables, functions
19670 and commands to new file grep.el.
19671 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19672 (compilation-process-setup-function): Doc fix.
19673 (compilation-highlight-regexp, compilation-highlight-overlay): New
19674 defvars used for highlighting current compile error in source buffer.
19675 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19676 LOCAL-MAP which overrides compilation-highlight-regexp and
19677 compilation-mode-map for this compilation.
19678 Delay calling compilation-set-window-height until after running
19679 compilation-process-setup-function so it can buffer-local override
19680 compilation-window-height.
19681 Check buffer-local value of compilation-scroll-output.
19682 (compilation-set-window-height): Use buffer-local value of
19683 compilation-window-height.
19684 (compilation-revert-buffer): Don't pass (undefined)
19685 preserve-modes arg to revert-buffer.
19686 (next-error-no-select, previous-error-no-select): New commands.
19687 (compilation-goto-locus): Temporarily highlight current match in
19688 source buffer using compilation-highlight-regexp.
19689
19690 * progmodes/grep.el: New file with grep code from compile.el.
19691 (grep): New defcustom group.
19692 (grep-window-height): New defcustom, like compilation-window-height.
19693 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19694 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19695 (grep-command, grep-use-null-device, grep-find-command)
19696 (grep-tree-files-aliases, grep-tree-ignore-case)
19697 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19698 (grep-setup-hook): New hook variable.
19699 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19700 (grep-last-buffer): New defvar, override compilation-last-buffer.
19701 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19702 Call compile-internal with args highlight-regexp and grep-mode-map.
19703
19704 2003-11-23 Kim F. Storm <storm@cua.dk>
19705
19706 * subr.el (event-start, event-end): Doc fix.
19707 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19708 (posn-area, posn-actual-col-row, posn-object): New defuns.
19709 (posn-col-row): Simplify doc. Rewrite to use cond.
19710 (posn-point): Also return buffer position for events outside text
19711 area (that info is now present in the event position).
19712
19713 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19714 mouse-set-point so that hscroll still works now that clicks on
19715 fringes generate specific mouse events.
19716 (mouse-set-point): Note that it now works in fringes and margins
19717 too due to new semantics of posn-point in fringes and margins.
19718
19719 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19720 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19721
19722 2003-11-20 Kim F. Storm <storm@cua.dk>
19723
19724 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19725 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19726 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19727 to 100 for icons to avoid increasing line height when shown.
19728
19729 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19730
19731 * newcomment.el (comment-normalize-vars): Initialize properly if
19732 comment-start was nil.
19733
19734 2003-11-19 Andreas Schwab <schwab@suse.de>
19735
19736 * simple.el (set-variable): Fix indentation.
19737
19738 2003-11-17 Kenichi Handa <handa@m17n.org>
19739
19740 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19741 Fix docstring.
19742
19743 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19744
19745 * international/latin1-disp.el (latin1-display): Fix docstring.
19746
19747 2003-11-16 John Wiegley <johnw@newartisans.com>
19748
19749 * eshell/em-ls.el (eshell-ls-file): There are times with
19750 size-width is nil and uncomputed (when directories are created in
19751 dired, for example); in this case, 4 is reasonable default value,
19752 although it may caused skewed new entries (which could be avoided
19753 by returning the original value of 8 in all cases, but 99% of the
19754 time this is a waste of whitespace).
19755
19756 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19757
19758 * cc-engine.el (c-guess-continued-construct)
19759 (c-guess-basic-syntax): Check a little more carefully if it's a
19760 function declaration when an unknown construct followed by a block
19761 is found inside a statement context. This avoids macros followed
19762 by blocks to be taken as function declarations.
19763
19764 (c-guess-continued-construct): Change the analysis of a statement
19765 continuation with a brace open to `substatement-block', for
19766 consistency with recognized statements.
19767
19768 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19769 start is in a position so that `c-beginning-of-statement-1' jumped
19770 to the beginning of the same statement.
19771
19772 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19773 Don't accept binary operators in the arglist if we're in a function
19774 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19775 template recognition in cases like "if (a < b || c > d)".
19776
19777 (c-restricted-<>-arglists): New more appropriate name for
19778 `c-disallow-comma-in-<>-arglists'.
19779
19780 Accessing functions updated for the variable name change.
19781
19782 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19783 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19784
19785 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19786 labels.
19787
19788 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19789 instead of duplicating parts of it. This fixes bogus label
19790 recognition.
19791
19792 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19793 of checking the context in which to apply the minimum indentation,
19794 so that it isn't enforced in e.g. namespace blocks.
19795
19796 * cc-vars.el (c-inside-block-syms): New constant used by
19797 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19798 to somewhat reduce the risk of becoming stale.
19799
19800 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19801 cc-cmds to cc-engine to allow use from cc-align.
19802
19803 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19804 qualified identifiers containing "::".
19805
19806 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19807 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19808
19809 * cc-vars.el (c-emacs-features): Use a space in front of the name
19810 of the temporary buffer. That also avoids dumping problems in
19811 XEmacs due to undo info being left around after the buffer is killed.
19812
19813 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19814 arglist to see if it's a K&R style declaration.
19815
19816 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19817 before returning `knr-argdecl-intro'.
19818
19819 2003-11-16 John Wiegley <johnw@newartisans.com>
19820
19821 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19822 field in a long-listing always 8 characters, use `size-width',
19823 which has already been computed.
19824
19825 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19826
19827 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19828
19829 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19830
19831 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19832 Support operation while narrowed, with `diff-restrict-view'.
19833
19834 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19835
19836 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19837 Take additional optional arg NARROWFUN. For the generated functions:
19838 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19839 include frags that arrange to check for and save narrowing state before
19840 the move and then conditionally call NARROWFUN after the move.
19841
19842 2003-11-14 John Wiegley <johnw@newartisans.com>
19843
19844 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19845 that was optional, but obviously missing based on surrounding code.
19846
19847 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19848 string arguments to numbers unless the whole argument was seen as
19849 a number.
19850
19851 2003-11-14 Kenichi Handa <handa@m17n.org>
19852
19853 * international/mule.el (ctext-non-standard-encodings-alist):
19854 Fix coding systems.
19855
19856 2003-11-10 Kenichi Handa <handa@m17n.org>
19857
19858 * language/kannada.el ("Kannada"): Add sample-text.
19859
19860 * language/knd-util.el (kannada-compose-region)
19861 (kannada-compose-string, kannada-post-read-conversion):
19862 Add autoload cookie.
19863
19864 * international/quail.el (quail-completion): Change the message
19865 "corresponding translations" to "corresponding characters".
19866
19867 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19868
19869 * descr-text.el (describe-char): Fix typo.
19870
19871 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19872
19873 These changes are to support Kannada language/script.
19874
19875 * Makefile.in (DONTCOMPILE): Add kannada.el.
19876
19877 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19878
19879 * loadup.el: Preload kannada.el.
19880
19881 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19882 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19883 New variables.
19884
19885 * language/kannada.el: New file.
19886
19887 * language/knd-util.el: New file.
19888
19889 2003-11-07 Andreas Schwab <schwab@suse.de>
19890
19891 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19892 Also highlight AH_*.
19893
19894 * xml.el (xml-parse-dtd): Fix misplaced paren.
19895
19896 2003-11-07 Kenichi Handa <handa@m17n.org>
19897
19898 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19899
19900 2003-11-05 Juri Linkov <juri@jurta.org>
19901
19902 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19903 (desktop-buffer-file): Use saved buffer-file-coding-system
19904 for file reading. Set auto-insert to nil to prevent automatic
19905 insertion into restored empty files.
19906
19907 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19908
19909 * files.el (risky-local-variable-p): Make second argument optional.
19910
19911 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * subr.el (add-hook): Fix last change.
19914
19915 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19916
19917 * mail/rmail.el (rmail-convert-to-babyl-format):
19918 If base64-decode-region signals an error, catch it and silently
19919 ignore it.
19920
19921 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19922
19923 * xml.el (xml-parse-region): Allow comments to appear after the
19924 topmost element has closed.
19925 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19926 (xml-ns-expand-attr): New functions to do namespace handling.
19927 (xml-intern-attrlist): Back-compatible handling of attribute names.
19928 (xml-parse-tag): Move namespace handling to separate functions.
19929 Now produces elements in the form ((:ns . "element") (attr-list)
19930 children) instead of ('ns:element (attr-list) children).
19931 (xml-parse-attlist): Fix attribute parsing.
19932 (xml-parse-dtd): Change parsing so that it produces strings
19933 instead of interned symbols.
19934
19935 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19936
19937 * dired.el (dired-ls-sorting-switches): Doc fix.
19938
19939 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19940
19941 * emacs-lisp/rx.el (rx-or): Fix the case of
19942 "(rx (and ?a (or ?b ?c) ?d))".
19943
19944 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19945
19946 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19947 (texinfo-format-region): Use it.
19948 (texinfo-format-buffer-1): Ditto.
19949
19950 2003-11-01 Alan Mackenzie <acm@muc.de>
19951
19952 Changes to allow scrolling whilst in isearch mode:
19953 * isearch.el (isearch-unread-key-sequence): New function,
19954 extracted from isearch-other-meta-char.
19955 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19956 "scrollable" standard functions.
19957 (isearch-allow-scroll): New customizable variable.
19958 (isearch-string-out-of-window, isearch-back-into-window)
19959 (isearch-reread-key-sequence-naturally)
19960 (isearch-lookup-scroll-key): New functions.
19961 (isearch-other-meta-char): Doc string and functionality enhanced.
19962 Now accepts a prefix argument.
19963 (isearch-lazy-highlight-window-end): New variable.
19964 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19965 end (thru isearch-lazy-highlight-window-end), not only its start.
19966
19967 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19968 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19969 (universal-argument, universal-argument-more, negative-argument)
19970 (digit-argument, universal-argument-other-key): Minor changes.
19971
19972 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19973
19974 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19975 recursively if the last message is deleted, thus avoiding an
19976 infinite loop.
19977
19978 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19979
19980 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19981 (tex-main-file): Don't add .tex if the extension is already present.
19982 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19983
19984 2003-10-29 Lute Kamstra <lute@gnu.org>
19985
19986 * progmodes/octave-inf.el (inferior-octave-prompt):
19987 Recognize version number in prompt.
19988
19989 2003-10-28 Dave Love <fx@gnu.org>
19990
19991 * international/characters.el: Fix some Unicode ranges.
19992
19993 2003-10-28 Kenichi Handa <handa@m17n.org>
19994
19995 * disp-table.el (standard-display-8bit)
19996 (standard-display-default, standard-display-ascii)
19997 (standard-display-g1, standard-display-graphic)
19998 (standard-display-underline): Assure that standard-display-table
19999 is a display table.
20000
20001 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * simple.el (reindent-then-newline-and-indent): Delete space *after*
20004 reindenting the first line.
20005
20006 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
20007
20008 * wid-edit.el (widget-default-delete): Always delete child widgets.
20009
20010 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20011
20012 * newcomment.el (comment-indent): Don't call indent-according-to-mode
20013 if the line has code.
20014 Don't try to line up with something that's too far left.
20015
20016 * progmodes/octave-mod.el (octave-comment-start): Simplify.
20017 (octave-mode-syntax-table): Add % as a comment starter.
20018 (octave-point): Remove.
20019 (octave-in-comment-p, octave-in-string-p)
20020 (octave-not-in-string-or-comment-p, calculate-octave-indent)
20021 (octave-blink-matching-block-open, octave-auto-fill):
20022 Use line-(beginning|end)-position instead.
20023
20024 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
20025
20026 * emacs-lisp/authors.el (authors-aliases): Add correct realname
20027 for Francesco Potort\e,Al\e(B.
20028
20029 2003-10-23 Dave Love <fx@gnu.org>
20030
20031 * international/mule-cmds.el (locale-charset-to-coding-system):
20032 Don't rely on nil being a coding system.
20033
20034 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
20035 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
20036 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
20037
20038 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
20039
20040 * gdb-ui.el (gdb-current-language): New variable.
20041 (gdb-update-flag): Remove variable.
20042 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
20043 (gdb-take-last-elt): Remove function.
20044 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
20045 (gdb-post-prompt): Check for variable object changes here.
20046
20047 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
20048 object changes in gdb-ui.el.
20049
20050 2003-10-21 Richard M. Stallman <rms@gnu.org>
20051
20052 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
20053
20054 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
20055 Don't check for foo*/ wildcard form here.
20056 (insert-directory): Recognize foo*/ as a wildcard.
20057 Separate wildcard-regexp variable from the arg, wildcard.
20058
20059 * subr.el (add-hook): Correctly detect when make-local-hook was used.
20060 (remove-hook): Correctly handle strange cases about local hooks.
20061
20062 2003-10-21 David Ponce <david@dponce.com>
20063
20064 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
20065 argument REAL, to return a real number instead of a rounded
20066 integer value. Define as inline function.
20067 (ruler-mode-right-fringe-cols): Likewise.
20068 (ruler-mode-scroll-bar-cols): New function.
20069 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
20070 (ruler-mode-right-scroll-bar-cols): Likewise.
20071 (ruler-mode-space): New function.
20072 (ruler-mode-ruler): Use it. Handle variations of fringe style,
20073 scroll bar mode and margins in a more robust way.
20074
20075 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
20076
20077 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
20078 (antlr-c-init-language-vars): New function.
20079 (antlr-mode): Use it with cc-mode before v5.29.
20080 (antlr-c-common-init): Don't set some local vars here.
20081 (antlr-mode): Set them here.
20082 (antlr-c-forward-sws): New function alias.
20083 (antlr-mode): Redefine with cc-mode before v5.30.
20084 (antlr-skip-sexps): Use it.
20085 (antlr-skip-exception-part): Ditto.
20086 (antlr-skip-file-prelude): Ditto.
20087 (antlr-outside-rule-p): Ditto.
20088 (antlr-end-of-body): Ditto.
20089 (antlr-option-kind): Ditto.
20090 (antlr-insert-option-area): Ditto.
20091 (antlr-file-dependencies): Ditto.
20092
20093 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20094
20095 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
20096 Move backward only if point was not inside an entry.
20097
20098 2003-10-21 Richard M. Stallman <rms@gnu.org>
20099
20100 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
20101
20102 2003-10-21 Juri Linkov <juri@jurta.org>
20103
20104 * compare-w.el: Automatically skip non-matching text to resync.
20105 (compare-windows-whitespace): Doc fix.
20106 (compare-windows-sync, compare-windows-sync-string-size)
20107 (compare-windows-recenter, compare-ignore-whitespace)
20108 (compare-windows-highlight, compare-windows-face): New variables.
20109 (compare-windows): Use compare-windows-sync.
20110 (compare-windows-highlight, compare-windows-dehighlight)
20111 (compare-windows-sync-regexp)
20112 (compare-windows-sync-default-function): New functions.
20113
20114 2003-10-21 Juri Linkov <juri@jurta.org>
20115
20116 * diff.el (diff-parse-differences): Don't visit the files now;
20117 instead, just record the error locus.
20118
20119 2003-10-21 Dave Love <fx@gnu.org>
20120
20121 * progmodes/cfengine.el: New file.
20122
20123 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * complete.el (PC-do-completion): Do not forget to use `pred' as the
20126 default-directory when completing file names.
20127
20128 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
20129
20130 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
20131 followed by the word `face', it gets treated as a face, even if
20132 it is also defined as a variable or a function.
20133
20134 2003-10-20 Dave Love <fx@gnu.org>
20135
20136 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20137 Avoid incf in macro expansion.
20138
20139 2003-10-20 John Paul Wallington <jpw@gnu.org>
20140
20141 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
20142 `evenp' so we don't implicitly require cl library at runtime.
20143
20144 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
20145
20146 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
20147 (help-make-xrefs): Only make cross-references for faces if
20148 preceded or followed by the word `face'. Do not make a
20149 cross-reference for variables without variable documentation,
20150 unless preceded by the word `variable' or `option'. Update doc
20151 string accordingly.
20152
20153 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
20154
20155 * progmodes/hideshow.el: Rewrite one-armed `if'
20156 constructs using either `when' or `unless'.
20157 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
20158
20159 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
20160
20161 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
20162 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
20163 instead of 12x12.
20164
20165 2003-10-16 Eli Zaretskii <eliz@gnu.org>
20166
20167 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
20168 message while converting to Babyl.
20169
20170 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
20171
20172 * allout.el (allout-mode): Doc fix.
20173
20174 2003-10-16 Lute Kamstra <lute@gnu.org>
20175
20176 * subr.el (force-mode-line-update): Fix docstring.
20177
20178 2003-10-14 Dave Love <fx@gnu.org>
20179
20180 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
20181 (default-input-method): Add :link, improve :type.
20182 (locale-charset-language-names): Fix utf-8 pattern.
20183 (locale-charset-match-p, locale-charset-alist)
20184 (locale-charset-to-coding-system): New.
20185 (set-locale-environment): Deal with codeset part of locale specs.
20186
20187 2003-10-14 Lute Kamstra <lute@gnu.org>
20188
20189 * fringe.el (fringe-mode): Use active voice in docstring.
20190 (set-fringe-style): Ditto.
20191
20192 2003-10-13 Lute Kamstra <lute@gnu.org>
20193
20194 * fringe.el (fringe-mode): Fix docstring.
20195 (set-fringe-style): Ditto.
20196
20197 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
20198
20199 * ediff-mult.el (ediff-filegroup-action):
20200 Use ediff-default-filtering-regexp.
20201
20202 * ediff-util.el (ediff-recenter): Don't call
20203 ediff-restore-highlighting twice.
20204 (ediff-select-difference): Set current difference.
20205 (ediff-unselect-and-select-difference): Add comment.
20206
20207 * ediff.el (ediff-directories,ediff-directory-revisions)
20208 (ediff-directories3,ediff-merge-directories)
20209 (ediff-merge-directories-with-ancestor)
20210 (ediff-merge-directory-revisions)
20211 (ediff-merge-directory-revisions-with-ancestor):
20212 Use ediff-default-filtering-regexp.
20213
20214 2003-10-12 Andreas Schwab <schwab@suse.de>
20215
20216 * international/mule-cmds.el (locale-charset-language-names):
20217 Simplify regex by removing unused grouping.
20218
20219 2003-10-10 Dave Love <fx@gnu.org>
20220
20221 * bindings.el: Don't bind stop.
20222
20223 2003-10-08 Miles Bader <miles@gnu.org>
20224
20225 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
20226 face instead of attempting to emulate it.
20227
20228 2003-10-07 Kenichi Handa <handa@m17n.org>
20229
20230 * international/mule-diag.el (list-coding-systems-1): List coding
20231 systems that are loaded automatically.
20232
20233 * international/code-pages.el (iso-8859-11): Add autoload cookie.
20234
20235 * international/mule.el (autoload-coding-system): New function.
20236
20237 2003-10-07 Andreas Schwab <schwab@suse.de>
20238
20239 * log-edit.el (log-edit-changelog-entries): Prefer local value of
20240 change-log-default-name in the buffer visiting the file.
20241
20242 2003-10-06 Dave Love <fx@gnu.org>
20243
20244 * files.el (find-file-hook): Customize.
20245 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
20246
20247 * bindings.el (completion-ignored-extensions): Remove .log.
20248 (global-map): Add again, open, stop keys.
20249
20250 2003-10-05 Richard M. Stallman <rms@gnu.org>
20251
20252 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
20253 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
20254 Use sh-modify directly.
20255 (sh-select): Use sh-append, not eval.
20256
20257 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
20258
20259 * info.el (Info-following-node-name): New function.
20260
20261 * loadhist.el (unload-feature-special-hooks):
20262 Rename from loadhist-hook-functions.
20263 (loadhist-hook-functions): Now an alias.
20264
20265 2003-10-04 Eli Zaretskii <eliz@gnu.org>
20266
20267 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
20268 file-name clashes on 8+3 filesystems.
20269
20270 * Makefile.in (DONTCOMPILE, bootstrap-clean):
20271 Rename loaddefs-boot.el to ldefs-boot.el
20272
20273 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
20274 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
20275
20276 2003-10-03 Lute Kamstra <lute@gnu.org>
20277
20278 * info.el (Info-mode): Revert previous change.
20279 (Info-escape-percent): New function.
20280 (Info-fontify-node): Use it.
20281
20282 2003-10-02 Andreas Schwab <schwab@suse.de>
20283
20284 * loaddefs-boot.el: Regenerated.
20285
20286 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
20287
20288 * ffap.el: Remove defadvice related code from CVS since `complete'
20289 provides a `PC-completion-as-file-name-predicate' variable that
20290 ffap can override.
20291
20292 2003-10-02 Kenichi Handa <handa@m17n.org>
20293
20294 * international/utf-8.el (ccl-decode-mule-utf-8):
20295 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
20296
20297 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
20298 * international/subst-big5.el: Likewise.
20299 * international/subst-gb2312.el: Likewise.
20300 * international/subst-ksc.el: Likewise.
20301
20302 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20303
20304 * calendar/calendar.el (increment-calendar-month)
20305 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20306 (generate-calendar, calendar-read-date, calendar-interval)
20307 (calendar-day-of-week): Handle years BC.
20308 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20309
20310 2003-10-01 Dave Love <fx@gnu.org>
20311
20312 * language/cyrillic.el (cp1251): Alias for windows-1251.
20313
20314 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20315 bootstrap.
20316
20317 2003-10-01 Lute Kamstra <lute@gnu.org>
20318
20319 * files.el: Fix typo.
20320 * imenu.el (imenu--generic-function): Docstring fix.
20321
20322 2003-09-30 Richard M. Stallman <rms@gnu.org>
20323
20324 * dired.el (dired-mode): Handle dired-directory as a list.
20325
20326 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
20327
20328 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20329
20330 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20331
20332 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20333 Replace gud-display with gud-watch.
20334 (gud-speedbar-buttons): Add stuff for watching expressions
20335 in the speedbar when using M-x gdba. Use dolist on old part
20336 of this function.
20337
20338 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20339 (gdb-update-flag): New variables.
20340 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20341 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20342 (gud-watch, gdb-var-create-handler) : New functions.
20343 (gdb-var-list-children, gdb-var-list-children-handler)
20344 (gdb-var-create-regexp, gdb-var-update-regexp)
20345 (gdb-var-list-children-regexp): New constants.
20346 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20347 (gdb-annotation-rules): Reduce annotation set (level 3).
20348 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20349 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20350 updates.
20351 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20352 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20353 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20354 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20355 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20356 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20357 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20358 (gud-display, gud-display1)
20359 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20360 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20361 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20362 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20363 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20364 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20365 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20366 (gdb-display-display-buffer, gdb-toggle-display)
20367 (gdb-delete-display, gdb-expressions-popup-menu)
20368 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20369 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20370 to display buffer.
20371
20372 2003-09-30 Richard M. Stallman <rms@gnu.org>
20373
20374 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20375 Instead, set which-func-functions.
20376
20377 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20378 (which-func-functions): New variable.
20379 (which-function): Use that.
20380
20381 * info.el (Info-mode): Double each `%' in header line.
20382
20383 * emacs-lisp/lisp-mnt.el (lm-with-file):
20384 When FILE is nil, run BODY in current buffer.
20385
20386 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20387
20388 * help.el (describe-mode): Start with a brief list of minor modes.
20389 Find them thru minor-mode-list so as to find them all.
20390 Show them in alphabetical order.
20391
20392 * mail/sendmail.el (mail-aliases): Doc fix.
20393
20394 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20395
20396 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20397
20398 * mail/rmailsum.el (rmail-make-summary-line-1):
20399 Change comma after last label to a space.
20400 (rmail-summary-font-lock-keywords): Adapt to that change.
20401
20402 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20403
20404 * progmodes/scheme.el (scheme-mode-variables): When setting
20405 `font-lock-defaults', also specify that "#" should
20406 be interpreted with `word' syntax.
20407 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20408
20409 2003-09-30 Lars Hansen <larsh@math.ku.dk>
20410
20411 * desktop.el: A lot of comments updated.
20412 (desktop-save-mode): Minor mode introduced.
20413 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20414 (desktop-load-default): Function made obsolete.
20415 (desktop-locals-to-save): Variable made customizable.
20416 (desktop-read): Optional parameter `dirname' added.
20417 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20418 `desktop-read' used.
20419 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20420
20421 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20422
20423 * whitespace.el (whitespace-clean-msg): Add user customizable message
20424 for displaying ``clean'' output.
20425 (whitespace-buffer): Use `whitespace-clean-msg'.
20426 (whitespace-global-mode): Fix typo.
20427
20428 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20429
20430 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20431
20432 2003-09-29 Lute Kamstra <lute@gnu.org>
20433
20434 * bindings.el (mode-line-modes): Remove superfluous :propertize
20435 construct in initialization.
20436 (mode-line-position): Change cons cell into proper list in
20437 initialization.
20438
20439 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20440
20441 * international/mule.el (decode-coding-inserted-region): Use car
20442 of the return value of find-operation-coding-system.
20443
20444 2003-09-29 Kenichi Handa <handa@m17n.org>
20445
20446 * descr-text.el (describe-char): Fix previous change.
20447
20448 2003-09-28 Kenichi Handa <handa@m17n.org>
20449
20450 * descr-text.el (describe-char-display): New function.
20451 (describe-char): Pay attention to display table on describing how
20452 a character is displayed.
20453
20454 * international/mule-cmds.el (encoded-string-description):
20455 Prepend "0x" to each encoded byte.
20456
20457 2003-09-28 Andreas Schwab <schwab@suse.de>
20458
20459 * find-file.el (ff-special-constructs): Add autoload cookie.
20460
20461 2003-09-28 Kevin Ryde <user42@zip.com.au>
20462
20463 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20464 makeinfo appends to duplicate index entries.
20465
20466 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20467
20468 * dired-x.el (dired-clean-tex): Doc fix.
20469
20470 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20471 using a Chinese tutorial.
20472
20473 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20474
20475 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20476 between "MAIL FROM:" and "RCPT TO:" and the following address.
20477
20478 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20479
20480 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20481
20482 2003-09-28 David Ponce <david@dponce.com>
20483
20484 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20485 (recentf-load-list): When `recentf-initialize-file-name-history'
20486 is non-nil, initialize an empty `file-name-history' with the
20487 recent list.
20488
20489 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20490
20491 * man.el (Man-default-man-entry): Remove the leading `*' from the
20492 word at point.
20493
20494 2003-09-26 Lute Kamstra <lute@gnu.org>
20495
20496 * bindings.el (mode-line-position): Mention size indication in
20497 docstring.
20498
20499 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20500
20501 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20502
20503 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20504 because it's autoloaded now.
20505
20506 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20507
20508 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20509 (sh-font-lock-keywords, sh-feature): Fix previous change of
20510 sh-feature to avoid infloop with sh-font-lock-keywords.
20511
20512 2003-09-25 Kim F. Storm <storm@cua.dk>
20513
20514 * frame.el (frame-current-scroll-bars): New defun.
20515
20516 * window.el (window-current-scroll-bars): New defun.
20517
20518 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20519
20520 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20521 cause errors when the state cache contains info on parts that have
20522 been narrowed out.
20523
20524 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20525
20526 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20527 `c-setup-paragraph-variables' has to be used when this variable is
20528 changed; it doesn't work to reinitialize the mode since that
20529 typically clobbers the variable.
20530
20531 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20532 Make it interactive.
20533
20534 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20535
20536 * progmodes/cc-fonts.el (c-font-lock-declarations):
20537 Fix recognition of constructors and destructors for classes whose
20538 names are matched by `*-font-lock-extra-types'.
20539
20540 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20541 followed by an identifier in C++ then it's a type.
20542
20543 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20544
20545 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20546 problem that primarily affected XEmacs. Don't use faces to find
20547 unterminated strings since Emacs and XEmacs fontify strings
20548 differently - this function should now work better in XEmacs.
20549
20550 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20551
20552 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20553 `expand-abbrev' workaround which caused braces to misbehave inside
20554 macros.
20555
20556 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20557 handling. This bug could cause interactive font locking to bail out.
20558
20559 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20560
20561 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20562 Handle paren-style types in Pike. Also fixed some cases of
20563 insufficient handling of unbalanced parens.
20564
20565 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20566
20567 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20568 common shell prompts that are not common filename or URL characters.
20569 (ffap-file-at-point): Use the new regexp to strip the prompts from
20570 the file names. This is an issue mostly for user prompts that
20571 don't have a trailing space and find-file-at-point is invoked from
20572 within a shell inside Emacs.
20573
20574 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20575
20576 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20577 stamps numerically, rather than textually.
20578
20579 2003-09-24 Kenichi Handa <handa@m17n.org>
20580
20581 * language/devan-util.el (devanagari-post-read-conversion):
20582 * language/mlm-util.el (malayalam-post-read-conversion):
20583 * language/tml-util.el (tamil-post-read-conversion):
20584 Add autoload cookie.
20585
20586 * international/utf-8.el (utf-8-post-read-conversion):
20587 Call post-read-conversion functions for Devanagari, Malayalam,
20588 and Tamil.
20589
20590 2003-09-23 Dave Love <fx@gnu.org>
20591
20592 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20593
20594 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20595
20596 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20597 Update gud-remove.
20598
20599 2003-09-22 Richard M. Stallman <rms@gnu.org>
20600
20601 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20602 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20603 (sh-mode-syntax-table-input): New variable.
20604 (sh-require-final-newline): Don't use eval.
20605 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20606 (sh-variables, sh-font-lock-keywords): Don't use eval.
20607 (sh-set-shell): When setting require-final-newline,
20608 treat value = `require-final-newline' as don't change it.
20609 Set sh-mode-syntax-table locally based on
20610 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20611
20612 * progmodes/compile.el (compile-internal):
20613 Call compilation-set-window-height before setting window start.
20614
20615 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20616
20617 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20618 Clear out byte-compile-last-warned-form.
20619
20620 2003-09-22 Richard M. Stallman <rms@gnu.org>
20621
20622 * woman.el (woman-file-name, woman-follow-word):
20623 If current-word returns nil, use "".
20624
20625 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20626
20627 2003-09-22 Richard M. Stallman <rms@gnu.org>
20628
20629 * emacs-lisp/lisp-mnt.el (lm-with-file):
20630 Don't visit the file, just use insert-file-contents in temp buffer.
20631
20632 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20633
20634 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20635 Add surrounding \\( and \\) around the header, as in
20636 for lm-history-header 'Change Log\\|History'.
20637
20638 2003-09-22 John Paul Wallington <jpw@gnu.org>
20639
20640 * progmodes/ld-script.el: Add Commentary section,
20641 minor cleanup of file header.
20642 (ld-script-font-lock-keywords): Doc fix.
20643 (toplevel): Provide `ld-script' feature.
20644
20645 2003-09-21 Kim F. Storm <storm@cua.dk>
20646
20647 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20648 new built-in variable default-frame-scroll-bars.
20649 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20650 scroll-bar-mode; notably, use it instead of t when we toggle
20651 scroll-bars on.
20652 (toggle-scroll-bar): Use default-frame-scroll-bars.
20653
20654 2003-09-19 Masatake YAMATO <jet@gyve.org>
20655
20656 * pcvs.el (cvs-do-removal): Change the prompt depending on
20657 `filter' value.
20658
20659 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20660
20661 * startup.el (command-line-1): Stop startup-echo-area-message
20662 being hidden by "Loading image..." message.
20663 (use-fancy-splash-screens-p, display-splash-screen):
20664 Move display-graphic-p test from latter to former.
20665
20666 * progmodes/sh-script.el (sh-font-lock-keywords):
20667 Highlight escaped EOLs differently from other backslash constructs.
20668
20669 2003-09-19 Richard M. Stallman <rms@gnu.org>
20670
20671 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20672 New functions.
20673 (edebug-enter, edebug-outside-excursion): Use them.
20674
20675 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20676 Fix the condition for whether to print "In WHERE".
20677
20678 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20679
20680 * finder.el (finder-mode-hook): New variable.
20681 (finder-mode): Run hook finder-mode-hook
20682
20683 2003-09-18 Masatake YAMATO <jet@gyve.org>
20684
20685 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20686
20687 2003-09-17 Mario Lang <mlang@delysid.org>
20688
20689 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20690 "p %e" to actually print the value in the GUD buffer.
20691
20692 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20693
20694 From David Ponce <david.ponce@wanadoo.fr>:
20695 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20696 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20697 from loaddefs-boot.el if necessary.
20698
20699 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20700
20701 * progmodes/gud.el (gud-find-class): Make jdb work again since
20702 cc-mode changed the syntactic information.
20703
20704 2003-09-15 David Ponce <david@dponce.com>
20705
20706 * recentf.el: (recentf-exclude): Accept predicates too.
20707 (recentf-file-readable-p): New function.
20708 (recentf-include-p): Handle predicates in recentf-exclude.
20709 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20710 (recentf-cleanup): Likewise.
20711 (recentf-save-list): Use write-file to handle backup of
20712 recentf-save-file.
20713
20714 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20715
20716 * loaddefs-boot.el: Renamed from `loaddefs.el'
20717 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20718 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20719 necessary.
20720
20721 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20722
20723 * electric.el (Electric-pop-up-window): For the `one-window' case,
20724 no longer disconcertingly move point in the original buffer.
20725
20726 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20727
20728 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20729
20730 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20731
20732 * dired.el (dired-mode-map): Fix typo.
20733
20734 2003-09-11 Richard M. Stallman <rms@gnu.org>
20735
20736 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20737
20738 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20739
20740 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20741 the function is less noisy. Now only `kill-buffer' can ask questions.
20742
20743 2003-09-10 Mario Lang <mlang@delysid.org>
20744
20745 * battery.el: Update Commentary and Copyright.
20746 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20747 appear due to wrong ordering of the expressions in `or'.
20748
20749 2003-09-09 Lute Kamstra <lute@gnu.org>
20750
20751 * misc.el (upcase-char): Fix docstring.
20752 (zap-up-to-char): New command.
20753
20754 2003-09-08 David Ponce <david@dponce.com>
20755
20756 Ensure that recentf correctly updates the menu bar.
20757 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20758 (recentf-menu-bar): New function.
20759 (recentf-clear-data): Use it
20760 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20761 of easy-menu-change.
20762
20763 2003-09-08 Lute Kamstra <lute@gnu.org>
20764
20765 * simple.el (size-indication-mode): New.
20766 * bindings.el (mode-line-position): Add buffer size indicator.
20767
20768 2003-09-04 Mario Lang <mlang@delysid.org>
20769
20770 * battery.el (battery-linux-proc-acpi): New function.
20771 (battery-status-function): Modify default value calculation to also
20772 check for availability of ACPI.
20773 (battery-echo-area-format): Ditto.
20774 (battery-mode-line-format): Ditto.
20775
20776 2003-09-06 Dave Love <fx@gnu.org>
20777
20778 * ielm.el (ielm-mode-hook): Add :options.
20779
20780 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20781 (eldoc-print-current-symbol-info): Use it.
20782
20783 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20784
20785 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20786 being displayed in GUD buffer.
20787 (gdb-idle-input-queue): Remove var. Use just one queue.
20788 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20789 Remove functions. Use just one queue.
20790 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20791 (gdb-invalidate-assembler, gdb-get-current-frame):
20792 Modify functions. Use just one queue.
20793
20794 2003-09-04 Dave Love <fx@gnu.org>
20795
20796 * cus-start.el: Add blink-cursor-alist.
20797
20798 * ruler-mode.el (ruler-mode-fill-column-char)
20799 (ruler-mode-current-column-char): Use char-displayable-p,
20800 not window-system.
20801
20802 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20803
20804 * language/european.el (windows-1252): Move from code-pages.
20805
20806 * language/cyrillic.el ("Windows-1251"): Delete.
20807 ("Bulgarian", "Belarusian"): Remove `features'.
20808 (windows-1251): Move from code-pages.
20809
20810 * international/mule-diag.el (non-iso-charset-alist):
20811 Remove `codepage' stuff.
20812 (print-designation, list-coding-systems-1): Output fixes.
20813
20814 * international/code-pages.el (cp-make-translation-table)
20815 (cp-valid-codes): Made defsubsts.
20816 (cp-fix-safe-chars): Delete.
20817 (mule-diag): Don't require.
20818 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20819 (top-level): Check for defined coding system when defining
20820 cp... aliases. Change w32-add-charset-info test to avoid warning.
20821 (non-iso-charset-alist): Defvar when compiling.
20822 (cp-make-coding-system): Doc fix.
20823
20824 2003-09-02 Jason Rumney <jasonr@gnu.org>
20825
20826 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20827 line-ends from CVS before doing conversion.
20828
20829 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20830
20831 * calendar/diary-lib.el (diary-header-line-flag)
20832 (diary-header-line-format): New variables.
20833 (list-diary-entries): Use them to set header line in simple diary.
20834
20835 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20836 other than font-lock-string-face to highlight backslashes.
20837
20838 2003-09-01 Jason Rumney <jasonr@gnu.org>
20839
20840 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20841 regexp.
20842
20843 2003-09-01 Dave Love <fx@gnu.org>
20844
20845 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20846
20847 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20848 and :help; also line and column numbers labels.
20849
20850 * international/mule-util.el (char-displayable-p): Move from
20851 latin1-disp, rename and autoload.
20852
20853 * international/latin1-disp.el (latin1-char-displayable-p):
20854 Now obsolete alias. Replace uses with char-displayable-p.
20855 (latin1-display-ucs-per-lynx): Fix last change.
20856
20857 * international/mule-cmds.el (standard-display-european-internal):
20858 Don't use char code for Latin-1 NBSP.
20859 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20860 U+2018, U+2019 for `'.
20861 (select-safe-coding-system): Message fix.
20862
20863 2003-09-01 Kenichi Handa <handa@m17n.org>
20864
20865 * international/fontset.el (setup-default-fontset): For Thai
20866 font, specify "*" family.
20867
20868 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20869
20870 * progmodes/compile.el (previous-error): Accept a prefix
20871 argument, similarly to next-error.
20872
20873 2003-08-31 Masatake YAMATO <jet@gyve.org>
20874
20875 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20876 the number of files. Bind the number of files to a local
20877 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20878
20879 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20880
20881 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20882 2003-07-26: msdos-long-file-names is a function, not a variable.
20883
20884 2003-08-29 Richard M. Stallman <rms@gnu.org>
20885
20886 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20887 Do nothing with mail-personal-alias-file if it is nil.
20888
20889 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20890 Do nothing if mail-personal-alias-file is nil.
20891
20892 * term.el (term-exec-1): Bind coding-system-for-read.
20893
20894 * dired.el (dired-mouse-find-file-other-window):
20895 Use dired-view-command-alist here, as in dired-view-file.
20896 (dired-view-command-alist): Use %s to substitute file name.
20897 Handle .ps_pages, .eps, .jpg, .gif, .png.
20898
20899 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20900
20901 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20902 `Info-prev-reference', instead of M-tab.
20903
20904 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20905
20906 * simple.el (blink-matching-open): Work correctly on chars that
20907 are designated as parens through the syntax-table text property.
20908
20909 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20910
20911 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20912 line break position in the middle of a non-kinsoku (e.g. latin)
20913 word, making it skip until either a space or a character with
20914 category "|".
20915 (kinsoku-longer): Test for end of buffer.
20916
20917 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20918
20919 * mail/rmail.el (rmail-convert-to-babyl-format):
20920 Detect quoted-printable- and base64-encoded messages and decode them
20921 automatically. Set the message's encoding from the charset=
20922 header, if any. Decode base64-encoded messages in Mail format as well.
20923
20924 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20925
20926 * mail/smtpmail.el: Fix previous change.
20927 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20928 calling smtpmail-via-smtp.
20929 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20930
20931 2003-08-26 John Paul Wallington <jpw@gnu.org>
20932
20933 * image.el (image-jpeg-p): Don't search beyond length of data.
20934
20935 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20936
20937 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20938 misfeature in `expand-abbrev' which caused electric keywords like
20939 "else" to disappear if an open brace was typed directly afterwards.
20940
20941 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20942
20943 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20944 mandatory in `define-widget'.
20945
20946 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20947 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20948
20949 (c-assignment-operators): New language constant that only contains
20950 the assignment operators.
20951
20952 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20953
20954 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20955
20956 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20957 Safeguard against unbalanced sexps.
20958
20959 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20960
20961 * version.el (emacs-version): Check for gtk. Include gtk version info.
20962
20963 2003-08-25 John Paul Wallington <jpw@gnu.org>
20964
20965 * man.el (Man-default-man-entry): Don't whizz past the section
20966 number before looking for it.
20967
20968 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20969
20970 * progmodes/gud.el (gud-display-line): Don't set window-point if
20971 source buffer is not visible. (Only happens with M-x gdba.)
20972
20973 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20974 documentation.
20975 (gdb-source, gdb-source-info): Update to assembler unnecessary
20976 as its done after each GDB command anyway.
20977 (gdb-pre-prompt): Use with-current-buffer.
20978 (gdb-insert-field): Add help-echo text.
20979 (gdb-invalidate-assembler): Re-display of assembler now done in
20980 gdb-info-breakpoints-custom.
20981 (gdb-info-breakpoints-custom): Force re-display of assembler to
20982 happen *after* update of breakpoints buffer.
20983 (gdb-display-source-buffer): Don't choke if gdb-source-window
20984 isn't visible.
20985 (gdb-put-string, gdb-put-arrow): Remove free variables.
20986
20987 2003-08-24 John Paul Wallington <jpw@gnu.org>
20988
20989 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20990
20991 * man.el (Man-default-man-entry): Strip text properties when
20992 snarfing parts of entry because `format' preserves properties.
20993
20994 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20995
20996 * files.el (file-newest-backup): Use `expand-file-name'.
20997
20998 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20999 Allow the diary to pop up a new frame, if needed.
21000
21001 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
21002 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
21003 (smtpmail-send-it): Make treatment of envelope-from consistent with
21004 sendmail.el.
21005
21006 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
21007 (sh-leading-keywords): Add the bash `time' reserved word.
21008 (sh-variables): Add some bash variables.
21009 (sh-add-completer): Fix nil branch of case statement.
21010
21011 2003-08-24 Masatake YAMATO <jet@gyve.org>
21012
21013 * progmodes/ld-script.el: New file.
21014
21015 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
21016
21017 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
21018
21019 2003-08-23 Andre Spiegel <spiegel@gnu.org>
21020
21021 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
21022 Better explain obsolescence, and what to use instead.
21023
21024 2003-08-23 Masatake YAMATO <jet@gyve.org>
21025
21026 * pcvs.el (cvs-do-removal): Show the deleted file name
21027 on the prompt.
21028
21029 2003-08-20 Dave Love <fx@gnu.org>
21030
21031 * international/mule.el (make-coding-system)
21032 (set-buffer-file-coding-system): Doc fix.
21033
21034 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
21035
21036 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
21037
21038 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
21039
21040 * international/utf-16.el: Add mime-text-unsuitable coding system
21041 properties.
21042
21043 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
21044
21045 * cus-edit.el: Add some :links.
21046 (bib): Remove.
21047
21048 * textmodes/bib-mode.el (bib): Add :group external.
21049
21050 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
21051
21052 * wid-edit.el (widget-echo-help): Make it handle expressions that
21053 evaluate to strings.
21054
21055 2003-08-18 Michael Mauger <mmaug@yahoo.com>
21056
21057 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
21058
21059 Simplify selection of SQL products to define highlighting and
21060 interactive mode. Includes detailed instructions on adding
21061 support for new products.
21062
21063 * progmodes/sql.el (sql-product): New variable. Identifies SQL
21064 product for use in highlighting and interactive mode.
21065 (sql-interactive-product): New variable. SQL product for
21066 sql-interactive-mode.
21067 (sql-product-support): New variable. Specifies product-specific
21068 parameters to drive highlighting and interactive mode.
21069 (sql-imenu-generic-expression): Add more object types.
21070 (sql-sqlite-options): Correct comment.
21071 (sql-ms-program): Use "osql" rather than "isql".
21072 (sql-prompt-regexp, sql-prompt-length): Update comment.
21073 (sql-mode-menu): Add "Start SQLi session" entry.
21074 Replace Highlighting submenu with Product menu. Fix Send Region entry.
21075 (sql-mode-abbrev-table): Add abbreviations. Support of
21076 SYSTEM-FLAG on define-abbrev. Support was removed with last
21077 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
21078 (sql-mode-font-lock-object-name): Add font-lock pattern for object
21079 names.
21080 (sql-mode-ansi-font-lock-keywords): Set as default value.
21081 (sql-mode-oracle-font-lock-keywords): Set as default value.
21082 Support Oracle 9i keywords.
21083 (sql-mode-postgres-font-lock-keywords): Set as default value.
21084 (sql-mode-linter-font-lock-keywords): Set as default value.
21085 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
21086 SQLServer 2000.
21087 (sql-mode-sybase-font-lock-keywords)
21088 (sql-mode-interbase-font-lock-keywords)
21089 (sql-mode-sqlite-font-lock-keywords)
21090 (sql-mode-strong-font-lock-keywords)
21091 (sql-mode-mysql-font-lock-keywords)
21092 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
21093 keywords.
21094 (sql-mode-font-lock-defaults): Update comment.
21095 (sql-product-feature): New function. Returns feature associated
21096 with a product from `sql-product-support' alist.
21097 (sql-product-font-lock): New function. Set font-lock support
21098 based on `sql-product'.
21099 (sql-add-product-keywords): New function. Add font-lock rules to
21100 product-specific keyword variables.
21101 (sql-set-product): New function. Set `sql-product' and apply
21102 appropriate font-lock highlighting.
21103 (sql-highlight-product): New function. Set font-lock support
21104 based on a product. Also set mode name to include product name.
21105 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
21106 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
21107 Use `sql-set-product'.
21108 (sql-highlight-ms-keywords)
21109 (sql-highlight-sybase-keywords)
21110 (sql-highlight-interbase-keywords)
21111 (sql-highlight-strong-keywords)
21112 (sql-highlight-mysql-keywords)
21113 (sql-highlight-sqlite-keywords)
21114 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
21115 (sql-get-login): Prompt in the same order as the tokens.
21116 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
21117 (sql-product-interactive): New function. Common portions of
21118 product-specific interactive mode wrappers.
21119 (sql-interactive-mode): Rewritten to use product features.
21120 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
21121 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
21122 (sql-db2, sql-linter): Use `sql-product-interactive'.
21123 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
21124 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
21125 (sql-connect-ingres, sql-connect-postgres)
21126 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
21127 New functions. Format command line parameters and invoke comint on
21128 the appropriate interpreter. Code was in the corresponding
21129 `sql-xyz' function before.
21130 (sql-connect-ms): New function. Support -E argument to use
21131 operating system credentials for authentication.
21132
21133 2003-08-18 Kenichi Handa <handa@m17n.org>
21134
21135 * international/mule.el (encode-char): Fix for the ASCII case.
21136
21137 2003-08-15 Kenichi Handa <handa@m17n.org>
21138
21139 * international/fontset.el (setup-default-fontset): Change "*" to
21140 nil in the specifications of font family.
21141
21142 2003-08-18 Kim F. Storm <storm@cua.dk>
21143
21144 * kmacro.el (kmacro-keymap): Group related bindings in
21145 initialization for clarity. Bind C-s to start macro.
21146 Remove C-r binding.
21147 (kmacro-initial-counter-value): New defvar to hold initial counter
21148 value in case we set the value before defining a macro.
21149 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
21150 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
21151 not defining or executing macro. Doc fix.
21152 (kmacro-add-counter): Clear kmacro-initial-counter-value.
21153 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
21154 temporarily view older elements on the macro ring without cycling
21155 the ring.
21156 (kmacro-display): Doc fix.
21157 (kmacro-exec-ring-item): New helper function.
21158 (kmacro-call-ring-2nd): Use it.
21159 (kmacro-call-ring-2nd-repeat): Doc fix.
21160 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
21161 (kmacro-end-or-call-macro): Execute last viewed macro (using
21162 kmacro-exec-ring-item) from ring if this follows
21163 kmacro-view-macro. This allows us to find a macro on the ring
21164 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
21165 the ring to bring it to the head of the ring.
21166 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
21167 Allow binding to reserved keys without specifying C-x C-k prefix.
21168 Ask for confirmation if entered key sequence is already bound to
21169 a non-macro command.
21170 (kmacro-view-macro): Repeating command will show older elements
21171 on the macro ring; C-k will execute the last viewed macro.
21172 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
21173 property from 'ring to 'head.
21174
21175 2003-08-17 Alan Shutko <ats@acm.org>
21176
21177 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
21178 keeping December out of the alist.
21179
21180 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
21181
21182 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
21183 * calendar/calendar.el (calendar-mode-map): Bind it to key.
21184 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
21185 (calendar-flatten): New function.
21186 (calendar-mouse-view-other-diary-entries)
21187 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
21188 in the menu title and to show multi-line diary entries correctly
21189 in the menu.
21190
21191 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
21192
21193 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
21194 defcustom, because the default was recently changed.
21195
21196 2003-08-16 Richard M. Stallman <rms@gnu.org>
21197
21198 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
21199
21200 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
21201 New subroutine, broken out of eval-last-sexp-1.
21202 (eval-last-sexp-1): Use eval-last-sexp-print-value.
21203
21204 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21205
21206 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
21207
21208 * simple.el (eval-expression): Use eval-last-sexp-print-value.
21209
21210 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
21211
21212 * progmodes/compile.el (compilation-error-regexp-alist):
21213 Add Java ANt error detection as described in document
21214 http://ant.apache.org/faq.html
21215
21216 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
21217
21218 * simple.el (backward-word, forward-to-indentation)
21219 (backward-to-indentation): Argument changed to optional.
21220 (next-line, previous-line): Use `or' instead of `unless'.
21221
21222 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21223
21224 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
21225 instead of a constant.
21226
21227 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
21228
21229 * shell.el (shell): With prefix-arg, suggest a new buffer name.
21230
21231 2003-08-12 Andre Spiegel <spiegel@gnu.org>
21232
21233 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
21234 (vc-sccs-workfile-version): Search the entire delta table, rather
21235 than just the first entry, because that might be a deleted version.
21236
21237 2003-08-11 Karl Fogel <kfogel@red-bean.com>
21238
21239 * menu-bar.el (menu-bar-options-menu): Supply a body for the
21240 [save-place] binding in the Options menu. Have it require
21241 'saveplace' and then toggle the variable manually, to avoid an an
21242 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
21243 for the bug report.
21244
21245 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
21246
21247 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
21248 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
21249 (gdb-info-threads-custom): Add help-echo text.
21250 (gdb-display-back): Don't use purecopy.
21251 (gdb-info-breakpoints-custom, gdb-reset)
21252 (gdb-assembler-custom): Use display-images-p to test if breakpoint
21253 icons can be displayed.
21254
21255 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
21256
21257 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
21258
21259 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
21260
21261 * bookmark.el (bookmark-completing-read):
21262 Return a string, instead of a list of one string.
21263 Use a popup menu if activated from the mouse.
21264 (bookmark-edit-annotation): Remove unused vars.
21265 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
21266 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
21267 to bookmark-completing-read.
21268 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
21269 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
21270 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
21271 and erase-buffer.
21272 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
21273 (bookmark-menu-jump, bookmark-menu-insert)
21274 (bookmark-popup-menu-and-apply-function)
21275 (bookmark-menu-popup-paned-bookmark-menu): Remove.
21276 (bookmark-menu-build-paned-menu): Remove by folding it into
21277 bookmark-menu-popup-paned-menu.
21278 (menu-bar-bookmark-map): Move the define-key statements here.
21279 Use the "non-menu" commands since they now pop up a menu if needed.
21280 (bookmark-exit-hook-internal): Simplify.
21281
21282 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
21283
21284 * reftex-toc.el (reftex-toc-rename-label): New function.
21285 (reftex-toc-check-docstruct): New function.
21286
21287 * reftex.el (reftex-region-active-p): New function.
21288
21289 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
21290 regexp to find the \bibliography macro.
21291
21292 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
21293 which does not exist in LaTeX.
21294 (reftex-cite-format-builtin): Added amsrefs support.
21295 (reftex-toc-confirm-promotion): New option
21296
21297 * reftex-toc.el
21298 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
21299 (reftex-toc-demote, reftex-toc-promote)
21300 (reftex-toc-do-promote, reftex-toc-promote-prepare)
21301 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21302 (reftex-toc-newhead-from-alist)
21303 (reftex-toc-load-all-files-for-promotion): New functions.
21304 (reftex-toc-help): Added description of new keys.
21305 (reftex-toc-split-windows-fraction): New option.
21306 (reftex-recenter-toc-when-idle): Search *toc* window on all
21307 visible frames.
21308 (reftex-toc): Additional parameter REUSE
21309 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21310 with REUSE argument.
21311 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21312 the call of `reftex-toc'.
21313 (reftex-make-separate-toc-frame): New function .
21314 (reftex-toc-recenter): When called with triple prefix arg, call
21315 `reftex-make-separate-toc-frame' first.
21316 (reftex-toc-toggle-dedicated-frame): New command.
21317 (reftex-toc-quit): Adapted to delete frame when called in
21318 dedicated frame.
21319
21320 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21321 all enclosing macros.
21322
21323
21324 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21325
21326 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21327 first use.
21328
21329 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21330
21331 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21332
21333 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21334
21335 * calendar/calendar.el (list-diary-entries-hook)
21336 (diary-display-hook, nongregorian-diary-listing-hook)
21337 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21338 Add some customize options for these hooks.
21339 (calendar-abbrev-construct): Don't try to take a substring longer
21340 than the original string.
21341
21342 2003-08-05 Richard M. Stallman <rms@gnu.org>
21343
21344 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21345 (testcover-reinstrument-clauses): Doc fix.
21346
21347 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21348 (warning-type-format): Rename from warning-group-format.
21349
21350 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21351 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21352 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21353 to prevent warnings about defvar for an obsolete variable.
21354
21355 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21356 warning-group-format renamed to warning-type-format.
21357
21358 * subr.el (read-passwd): Use clear-string instead of fillarray.
21359
21360 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21361 Use vconcat instead of concat.
21362 (edmacro-sanitize-for-string): New function.
21363
21364 2003-08-05 Dave Love <fx@gnu.org>
21365
21366 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21367 line-number-display-limit-width.
21368
21369 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21370
21371 2003-08-05 Kenichi Handa <handa@m17n.org>
21372
21373 * international/code-pages.el: Don't require mule-diag.
21374
21375 * international/mule-diag.el (non-iso-charset-alist):
21376 Add autoload cookie.
21377
21378 * language/devan-util.el (dev-glyph-order): Add an entry for the
21379 glyph code #xC4.
21380
21381 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21382
21383 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21384 (european-calendar-style, diary-date-forms)
21385 (calendar-day-name-array, calendar-month-name-array): Doc change.
21386 (generate-calendar-month): Adapt for new behaviour of
21387 `calendar-day-name' function.
21388 (calendar-abbrev-length, calendar-day-abbrev-array)
21389 (calendar-month-abbrev-array): New variables.
21390 (calendar-abbrev-construct): New function.
21391 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21392 rather than fixing abbrevs at some width. Calling syntax change.
21393 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21394 (calendar-date-string): Adapt for new behaviours of
21395 `calendar-day-name' and `calendar-month-name' functions.
21396
21397 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21398 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21399 (diary-name-pattern): Use abbrev arrays, rather than fixing
21400 abbrevs at three chars. Calling syntax change.
21401 (mark-diary-entries): Adapt for new behaviours of
21402 `diary-name-pattern' and `calendar-make-alist' functions.
21403 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21404 `diary-name-pattern' function.
21405 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21406 fixing abbrevs at three chars. Calling syntax change.
21407 (cal-hebrew, cal-islam): Require when compiling.
21408 (diary-font-lock-keywords): Adapt for new behaviour of
21409 `font-lock-diary-date-forms' function.
21410
21411 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21412 (calendar-hebrew-month-name-array-common-year)
21413 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21414 (list-hebrew-diary-entries): Adapt for new behaviours of
21415 `calendar-day-name' and `add-to-diary-list' functions.
21416 (mark-hebrew-diary-entries): Adapt for new behaviours of
21417 `diary-name-pattern' and `calendar-make-alist' functions.
21418
21419 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21420 Add doc string.
21421 (list-islamic-diary-entries): Adapt for new behaviours of
21422 `calendar-day-name' and `add-to-diary-list' functions.
21423 (mark-islamic-diary-entries): Adapt for new behaviours of
21424 `diary-name-pattern' and `calendar-make-alist' functions.
21425
21426 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21427 `calendar-month-name' function.
21428
21429 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21430
21431 * calendar/solar.el (solar-seasons-data): Move definition before use.
21432
21433 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21434 (cal-tex-LaTeX-hourbox): Move definition before use.
21435
21436 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21437 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21438 * lunar.el, solar.el (displayed-month, displayed-year):
21439 Define for compiler.
21440
21441 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21442
21443 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21444 MODE. Renamed from c-init-c-language-vars'.
21445 (c-initialize-cc-mode): Change accordingly.
21446 (c-common-init): Ditto.
21447 (c-mode): Ditto.
21448 (c++-mode): Use `c-init-language-vars-for'.
21449 (objc-mode): Ditto.
21450 (java-mode): Ditto.
21451 (idl-mode): Ditto.
21452 (pike-mode): Ditto.
21453 (awk-mode): Ditto.
21454
21455 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21456
21457 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21458 or not the point moved.
21459
21460 (c-search-decl-header-end): Don't trip up on operator identifiers
21461 in C++ and operators like == in all languages.
21462
21463 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21464 Detect leading labels correctly.
21465
21466 2003-08-02 Andreas Schwab <schwab@suse.de>
21467
21468 * textmodes/ispell.el: Don't redo key bindings on loading, put
21469 them only in loaddefs.el.
21470 * bookmark.el: Likewise.
21471 * dabbrev.el: Likewise.
21472 * emerge.el: Likewise.
21473
21474 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21475 has more than one member.
21476
21477 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21478
21479 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21480
21481 * lpr.el (printify-region): It was ending conversion before the
21482 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21483
21484 2003-07-31 John Paul Wallington <jpw@gnu.org>
21485
21486 * net/browse-url.el (browse-url-epiphany): Doc fix.
21487
21488 2003-07-30 Kenichi Handa <handa@m17n.org>
21489
21490 * international/fontset.el (setup-default-fontset):
21491 Change registry names of Akurti fonts.
21492
21493 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21494
21495 * comint.el (comint-read-noecho): Use `clear-string' instead of
21496 `fillarray'.
21497
21498 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21499
21500 * outline.el (outline-mode-hook): Add defvar.
21501
21502 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21503
21504 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21505 Restore assembler in source window if that is what has been selected.
21506 (menu): Add gdb-restore-windows to menu. Make gdba
21507 specific menus only visible from gdba.
21508
21509 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21510
21511 * progmodes/compile.el (compilation-environment): New user variable.
21512 (compile-internal): Respect it.
21513
21514 2003-07-23 Masatake YAMATO <jet@gyve.org>
21515
21516 * progmodes/gud.el (gdb-script-font-lock-keywords):
21517 Put `font-lock-function-name-face' on a symbol which includes
21518 `-' like `hook-run'. Put font-lock-variable-name-face
21519 on a symbol starting with $.
21520
21521 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21522
21523 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21524
21525 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21526
21527 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21528
21529 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21530
21531 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21532 Use with-no-warnings.
21533 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21534 rather than to find-file-not-found-hook, which doesn't exist.
21535
21536 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21537
21538 * international/quail.el (quail-translate-key): Fix previous change.
21539
21540 2003-07-25 John Paul Wallington <jpw@gnu.org>
21541
21542 * server.el (server-start): Check `server-process' is non-nil
21543 before killing it to avoid killing current buffer's process.
21544
21545 * simple.el (choose-completion-string): Use `minibufferp';
21546 test `completion-reference-buffer' if `buffer' arg is nil.
21547 (push-mark): Use `when' and `unless'.
21548 (pop-mark): Use `when'.
21549
21550 * mouse-sel.el (mouse-sel-get-selection-function):
21551 Check `x-last-selected-text-primary'. Don't barf if it or
21552 `x-last-selected-text' aren't bound.
21553
21554 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21555
21556 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21557
21558 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21559
21560 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21561
21562 2003-07-23 John Paul Wallington <jpw@gnu.org>
21563
21564 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21565
21566 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21567
21568 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21569 string. Defvar the derived hook.
21570
21571 * macros.el (insert-kbd-macro): Escape double quote character.
21572 From Thomas W Murphy <twm@andrew.cmu.edu>.
21573
21574 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21575
21576 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21577 to match the specific mark rather than reusing comment-start-skip.
21578
21579 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21580
21581 * progmodes/hideshow.el (hs-special-modes-alist):
21582 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21583
21584 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21585
21586 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21587 value using ?\s.
21588
21589 2003-07-21 John Paul Wallington <jpw@gnu.org>
21590
21591 * subr.el (with-selected-window): Add closing paren.
21592
21593 2003-07-21 Richard M. Stallman <rms@gnu.org>
21594
21595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21596 (lisp-mode): Likewise.
21597
21598 * subr.el (with-selected-window): Copy code form save-selected-window
21599 so as to call select-window with norecord arg.
21600 (dynamic-completion-table): Doc fix.
21601 (lazy-completion-table): Doc fix.
21602
21603 * international/mule-cmds.el (set-locale-environment):
21604 langinfo renamed to locale-info.
21605
21606 * international/mule.el (auto-coding-functions): Doc fix.
21607
21608 2003-07-21 Kenichi Handa <handa@m17n.org>
21609
21610 * international/quail.el (quail-translate-key):
21611 Update quail-current-str correctly.
21612
21613 2003-07-21 Andreas Schwab <schwab@suse.de>
21614
21615 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21616 ?, to "_".
21617
21618 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21619 Version 2.0.36 of Tramp released.
21620
21621 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21622 tramp-password-end-of-line.
21623 (tramp-password-end-of-line): New method parameter.
21624 (tramp-get-password-end-of-line): Function to access method
21625 parameter `tramp-password-end-of-line', or variable
21626 `tramp-default-password-end-of-line' (default value).
21627 (tramp-methods): Add entries for new parameter
21628 tramp-password-end-of-line.
21629 (tramp-enter-password): Use new function
21630 `tramp-get-password-end-of-line'.
21631 (tramp-handle-insert-file-contents): Do not
21632 unconditionally inhibit the file operation file-local-copy, only
21633 do that when the inhibit-file-name-operation is currently
21634 insert-file-contents. This fixes finding remote CVS-controlled
21635 files. (It would barf on inserting the CVS/Entries file
21636 literally, because the file-local-copy handler wasn't called.)
21637 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21638 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21639 (tramp-initial-commands): New variable.
21640 (tramp-process-initial-commands): New function, using the variable.
21641 (tramp-open-connection-setup-interactive-shell): Call the new function.
21642 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21643 method into the buffer name, never use nil. Reported by Hanak
21644 David <dhanak@inf.bme.hu>.
21645 (tramp-open-connection-setup-interactive-shell): Erase buffer
21646 before sending "stty -onlcr".
21647
21648 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21649
21650 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21651
21652 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21653
21654 2003-07-19 John Paul Wallington <jpw@gnu.org>
21655
21656 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21657 (artist-draw-rect, artist-draw-square): Doc fixes.
21658
21659 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21660
21661 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21662
21663 2003-07-19 Kenichi Handa <handa@m17n.org>
21664
21665 * international/kkc.el (kkc-show-conversion-list-update):
21666 Highlight the correct candidate in the message.
21667
21668 2003-07-18 John Paul Wallington <jpw@gnu.org>
21669
21670 * simple.el (current-word): Don't include punctuation char when
21671 `really-word' arg is non-nil.
21672
21673 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21674
21675 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21676 moved to the directory obsolete.
21677
21678 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21679
21680 * info.el (Info-menu-entry-name-re): Allow newlines in
21681 menu entry names.
21682
21683 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21684 syntax-ppss-after-change-function.
21685 (syntax-ppss-after-change-function): New alias. Update uses.
21686 (syntax-ppss): Catch the case where the buffer is narrowed.
21687
21688 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21689
21690 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21691 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21692
21693 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21694
21695 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21696 since it might be modified.
21697
21698 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21699 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21700 names to these language constants.
21701
21702 2003-07-15 Kim F. Storm <storm@cua.dk>
21703
21704 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21705 All uses changed.
21706
21707 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21708
21709 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21710 Namespace support.
21711
21712 2003-07-13 Juanma Barranquero <lektu@terra.es>
21713
21714 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21715 papers received).
21716
21717 2003-07-13 Karl Eichwalder <ke@suse.de>
21718
21719 * textmodes/po.el (po-find-charset): White space at the start of the
21720 Content-Type field body is non-mandatory.
21721
21722 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21723
21724 * textmodes/texinfo.el (texinfo-section-list):
21725 Append appendixsection; a synonym for appendixsec.
21726
21727 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21728
21729 * man.el (Man-translate-cleanup): New.
21730 (Man-translate-references): Call `Man-translate-cleanup' to clean
21731 leading, trailing and middle spaces.
21732
21733 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21734
21735 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21736 Handle `dired-directory' being a list.
21737
21738 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21739
21740 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21741 it doesn't exist.
21742
21743 2003-07-12 Richard M. Stallman <rms@gnu.org>
21744
21745 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21746
21747 * progmodes/cc-defs.el (c-make-keywords-re):
21748 Don't use delete-duplicates.
21749 (c-lang-const): Don't use mapcan.
21750
21751 * apropos.el (apropos-show-scores): Make it customizable.
21752 Document new meaning.
21753 (apropos): Compute scores from symbols.
21754 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21755
21756 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21757
21758 * ps-bdf.el: Fix copyright line.
21759 (bdf-directory-list): Fix initialization code.
21760
21761 2003-07-11 John Paul Wallington <jpw@gnu.org>
21762
21763 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21764 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21765 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21766
21767 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21768
21769 * emacs-lisp/ring.el (ring-elements): Doc fix.
21770
21771 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21772
21773 * calendar/timeclock.el (timeclock-relative)
21774 (timeclock-ask-before-exiting, timeclock-use-display-time):
21775 Doc changes.
21776 (timeclock-modeline-display): Give a message if
21777 `timeclock-use-display-time' is non-nil but `display-time-mode'
21778 is not active.
21779
21780 2003-07-11 Kenichi Handa <handa@m17n.org>
21781
21782 * international/mule-cmds.el (set-language-environment):
21783 Set current-language-environment to the correct string.
21784
21785 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21786
21787 * ps-print.el: Print line number correctly in a region. Reported by
21788 Tim Allen <timallen@ls83.fsnet.co.uk>.
21789 (ps-print-version): New version number (6.6.2).
21790 (ps-printing-region): Code fix.
21791
21792 2003-07-10 John Paul Wallington <jpw@gnu.org>
21793
21794 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21795 this function can be called from `add-completions-from-tags-table'.
21796
21797 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21798
21799 * calendar/timeclock.el (timeclock-use-display-time)
21800 (timeclock-day-over-hook, timeclock-workday-remaining)
21801 (timeclock-status-string, timeclock-when-to-leave)
21802 (timeclock-when-to-leave-string, timeclock-log-data)
21803 (timeclock-find-discrep, timeclock-day-base)
21804 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21805 (timeclock-modeline-display): Set the variable
21806 `timeclock-modeline-display'.
21807 (timeclock-update-modeline): Doc fix. Respect value of
21808 `timeclock-relative'.
21809
21810 2003-07-09 Richard M. Stallman <rms@gnu.org>
21811
21812 * textmodes/reftex-parse.el (reftex-all-document-files):
21813 Add autoload cookie.
21814
21815 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21816 (reftex-scanning-info-available-p): Add autoload cookie.
21817
21818 * international/mule-cmds.el
21819 (set-display-table-and-terminal-coding-system): Delete duplicate
21820 aset on standard-display-table.
21821
21822 * view.el (view-file): If existing buffer's major mode is special,
21823 don't go into view mode.
21824
21825 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21826
21827 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21828
21829 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21830 buffer changes; there's third party code that calls this function
21831 directly.
21832
21833 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21834
21835 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21836 (autodoc-font-lock-keywords): Don't byte compile on font lock
21837 initialization when running from byte compiled files.
21838
21839 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21840
21841 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21842 statement ends with auto-increment "++".
21843
21844 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21845
21846 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21847 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21848 these are changed, so declare them as variables and not constants.
21849
21850 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21851
21852 * subr.el (dolist, dotimes): Doc fix.
21853
21854 2003-07-08 Kim F. Storm <storm@cua.dk>
21855
21856 * international/mule-cmds.el
21857 (set-display-table-and-terminal-coding-system): Don't break
21858 bootstrap if standard-display-table isn't setup yet.
21859
21860 2003-07-07 Richard M. Stallman <rms@gnu.org>
21861
21862 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21863 Give it a doc string, and autoload it.
21864
21865 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21866 Use with-no-warnings.
21867
21868 * info.el (Info-search): If find invisible text, search again.
21869
21870 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21871
21872 * man.el (Man-name-regexp): Match + as part of name.
21873
21874 * simple.el (visible-mode): Rename from vis-mode.
21875 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21876
21877 * simple.el (current-word): New arg REALLY-WORD specifies
21878 don't include punctuation chars.
21879
21880 * emacs-lisp/debug.el (debug, debugger-env-macro):
21881 Use with-no-warnings while accessing and binding unread-command-char.
21882
21883 * international/mule-cmds.el
21884 (set-display-table-and-terminal-coding-system): Use explicit loop
21885 instead of calling standard-display-default.
21886
21887 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21888 Use condition-case to catch error in ange-ftp-get-files.
21889
21890 * net/browse-url.el (browse-url-browser-function):
21891 Add alternative for Epiphany.
21892 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21893 (browse-url-epiphany-startup-arguments)
21894 (browse-url-epiphany-new-window-is-tab): New variables.
21895 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21896
21897 * progmodes/compile.el (compile-auto-highlight): Default now t.
21898 (compile): Doc fix.
21899 (compilation-next-error): Fix previous change.
21900
21901 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21902
21903 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21904
21905 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21906
21907 * gdb-ui.el (gdb-source-info): Display current frame when
21908 attaching to an existing process.
21909 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21910 while laying out windows when attaching to an existing process.
21911
21912 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21913
21914 * info.el (Info-menu): Use Info-menu-entry-name-re.
21915
21916 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21917
21918 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21919 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21920
21921 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21922 to match the same text.
21923
21924 2003-07-06 John Paul Wallington <jpw@gnu.org>
21925
21926 * vc.el (vc-annotate-offset): Move defvar up.
21927
21928 2003-07-06 Kim F. Storm <storm@cua.dk>
21929
21930 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21931 This should fix the infinite loop when extracting menu names.
21932
21933 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21934
21935 * files.el (auto-mode-alist, interpreter-mode-alist):
21936 Remove entries to CC Mode modes to avoid duplicates; they are now added
21937 with autoload directives in cc-mode.el.
21938
21939 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21940
21941 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21942 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21943 these are changed, so declare them as variables and not constants.
21944
21945 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21946 ensure that the entry for ".c" extension comes before the one for
21947 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21948 Fix incorrect entries that were added to `interpreter-mode-alist'.
21949 Move the autoload directives for AWK to the top level since they
21950 aren't recognized anywhere else. Do not use the new AWK mode doc
21951 in the autoload form for the old AWK mode.
21952
21953 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21954
21955 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21956 (bibtex-sort-ignore-string-entries): Default value t.
21957 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21958 erroneously in previous version.
21959 (bibtex-string-files): Docstring reflects new parsing scheme.
21960 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21961 docstring, add # as one of the chars to crush
21962 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21963 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21964 (bibtex-autokey-name-change-strings)
21965 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21966 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21967 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21968 (bibtex-autokey-title-terminators)
21969 (bibtex-autokey-titlewords-stretch)
21970 (bibtex-autokey-titleword-ignore)
21971 (bibtex-autokey-titleword-case-convert)
21972 (bibtex-autokey-titleword-abbrevs)
21973 (bibtex-autokey-titleword-abbrevs)
21974 (bibtex-autokey-titleword-change-strings)
21975 (bibtex-autokey-titleword-length)
21976 (bibtex-autokey-titleword-separator)
21977 (bibtex-autokey-name-year-separator)
21978 (bibtex-autokey-year-title-separator)
21979 (bibtex-autokey-before-presentation-function)
21980 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21981 Fix docstring.
21982 (bibtex-strings, bibtex-reference-keys):
21983 Use lazy-completion-table and make-variable-buffer-local.
21984 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21985 (bibtex-braced-string-syntax-table)
21986 (bibtex-quoted-string-syntax-table): New variables.
21987 (bibtex-parse-nested-braces): Remove.
21988 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21989 (bibtex-parse-association): Simplify.
21990 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21991 (bibtex-parse-field-text): Simplify.
21992 (bibtex-search-forward-field, bibtex-search-backward-field):
21993 argument BOUND can take value t.
21994 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21995 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21996 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21997 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21998 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21999 (bibtex-skip-to-valid-entry): Return buffer position of beginning
22000 and ending of entry. Update for changes of bibtex-search-entry.
22001 Simplify.
22002 (bibtex-map-entries): FUN is called with three arguments.
22003 (bibtex-search-entry): Return a cons pair with buffer positions of
22004 beginning and end of entry.
22005 (bibtex-enclosing-field): Simplify.
22006 (bibtex-format-entry): Use booktitle to set a missing title.
22007 (bibtex-autokey-get-names): Fiddle with regexps.
22008 (bibtex-generate-autokey): Use identity.
22009 (bibtex-parse-keys): Use simplified parsing algorithm if
22010 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
22011 arguments. Return alist of keys.
22012 (bibtex-parse-strings): Simplify. Return alist of strings.
22013 (bibtex-complete-string-cleanup): Fix docstring.
22014 (bibtex-read-key): New function.
22015 (bibtex-mode): Fix docstring. Do not parse for keys and
22016 strings when the mode is entered. Set fill-paragraph-function to
22017 bibtex-fill-field. Setup font-lock-mark-block-function the way
22018 font-lock intended.
22019 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
22020 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
22021 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
22022 (bibtex-Preamble): Avoid hard coded constants.
22023 (bibtex-make-field): Fix docstring. Simplify.
22024 (bibtex-beginning-of-entry): Always return new position of point.
22025 (bibtex-end-of-entry): Rearrange cond clauses.
22026 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
22027 Update for changes of bibtex-map-entries.
22028 (bibtex-ispell-abstract): Do not move point.
22029 (bibtex-entry-index): Use downcase. Simplify.
22030 (bibtex-lessp): Handle catch-all.
22031 (bibtex-find-crossref): Turn into a command.
22032 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
22033 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
22034 preamble entries.
22035 (bibtex-fill-field-bounds): New function.
22036 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
22037 (bibtex-fill-entry): Use bibtex-fill-field-bounds
22038 (bibtex-String): Use bibtex-strings. Always obey
22039 bibtex-sort-ignore-string-entries.
22040
22041 2003-07-05 John Paul Wallington <jpw@gnu.org>
22042
22043 * cus-theme.el (customize-create-theme):
22044 Call `customize-create-theme' in Reset widget's notify function.
22045
22046 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
22047 (ibuffer-mark-interactive): Use `or' instead of `unless'.
22048 (define-ibuffer-column name): Add summarizer.
22049 (define-ibuffer-column size): Likewise.
22050 (define-ibuffer-column filename): Likewise.
22051 (define-ibuffer-column process): Likewise. Change BODY's output too.
22052 (define-ibuffer-column filename-and-process): Likewise, likewise.
22053 (ibuffer): Remove local vars `already-in' and `need-update'.
22054
22055 * ibuf-ext.el: Don't require `derived' at compile-time.
22056
22057 2003-07-05 Kim F. Storm <storm@cua.dk>
22058
22059 * info.el: Disable paragraph refilling.
22060 (Info-refill-paragraphs): New defcustom.
22061 (Info-fontify-node): Use it.
22062
22063 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
22064
22065 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
22066 thingies from constructors created by defstruct.
22067
22068 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
22069 the default value of the variable.
22070 (byte-code-meter): Move declaration to top level.
22071
22072 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
22073
22074 * info.el (Info-following-node-name-re): New fun.
22075 (Info-following-node-name): Remove.
22076 (Info-insert-dir): Use the new fun.
22077 (Info-extract-pointer): Don't save restriction; use new fun.
22078 (Info-menu-entry-name-re): New const.
22079 (Info-menu-entry-name-re): Use it along with new fun.
22080 (Info-node-spec-re): Use new fun.
22081 (Info-complete-menu-item, Info-fontify-node): Use new const.
22082 (Info-goto-node, Info-follow-reference, Info-menu-update):
22083 Use match-string.
22084 (Info-follow-reference): Use assoc-string.
22085 Use a list of strings for the completion table.
22086 (Info-fontify-node): Use match-string, line-end-position.
22087 Limit the search for `node:' to the first line.
22088
22089 * newcomment.el (uncomment-region): Remove padding coming from
22090 comment-start rather than just from comment-padding.
22091
22092 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
22093 (vc-cvs-stay-local-p): Use vc-stay-local-p.
22094 (vc-cvs-rename-file): Remove (use the default).
22095 (vc-cvs-register): Register parent dir if needed.
22096 (vc-cvs-could-register): Return non-nil if parent can be registered.
22097 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
22098 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
22099
22100 * vc-svn.el (vc-svn-use-edit): Make it into a const.
22101 (vc-svn-update): Fix the arguments to `svn'.
22102 (vc-svn-diff-tree): Just use `vc-svn-diff'.
22103 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
22104 Simple implementations, assuming `name' is a URL.
22105
22106 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
22107 set of chars allowed unquoted in a case pattern.
22108
22109 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
22110
22111 * font-lock.el (font-lock-extra-types-widget)
22112 (c-font-lock-extra-types, c++-font-lock-extra-types)
22113 (objc-font-lock-extra-types, java-font-lock-extra-types)
22114 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
22115 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
22116 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
22117 (font-lock-match-c++-structor-declaration)
22118 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
22119 (c++-font-lock-keywords-3, c++-font-lock-keywords)
22120 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
22121 (objc-font-lock-keywords-3, objc-font-lock-keywords)
22122 (java-font-lock-keywords-1, java-font-lock-keywords-2)
22123 (java-font-lock-keywords-3, java-font-lock-keywords)
22124 (java-font-lock-syntactic-face-function): Remove obsolete code
22125 and constants. It's all in cc-fonts.el now.
22126
22127 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
22128
22129 * mail/sendmail.el (mail-specify-envelope-from)
22130 (mail-envelope-from): Doc fix.
22131
22132 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
22133
22134 * generic-x.el: Do away with the dependency on `c-emacs-features'
22135 when populating `rul-generic-mode-syntax-table'; we already know
22136 this isn't XEmacs.
22137
22138 See ChangeLog.10 for earlier changes.
22139
22140 ;; Local Variables:
22141 ;; coding: iso-2022-7bit
22142 ;; End:
22143
22144 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
22145 Copying and distribution of this file, with or without modification,
22146 are permitted provided the copyright notice and this notice are preserved.
22147
22148 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1