]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(ps-mule-composition-prologue): Fix for the case that
[gnu-emacs] / lisp / ChangeLog
1 2005-07-27 Kenichi Handa <handa@m17n.org>
2
3 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
4 negative.
5
6 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to
7 setcharwidth.
8 (ps-mule-composition-prologue): Fix for the case that
9 RelativeCompose is false.
10
11 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
14
15 * descr-text.el (describe-char): Handle the case where the list of
16 chars is displayed in a separate frame.
17 Be a bit more discriminating when looking for the char.
18
19 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
20
21 * bookmark.el (bookmark-automatically-show-annotations)
22 (bookmark-read-annotation-text-func): Doc fixes.
23 (bookmark-save): Improve argument/docstring consistency.
24 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25 (bookmark-alist-from-buffer)
26 (bookmark-upgrade-file-format-from-0)
27 (bookmark-grok-file-format-version)
28 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
29 (bookmark-read-annotation-mode)
30 (bookmark-insert-current-bookmark, bookmark-jump)
31 (bookmark-exit-hook): Fix typos in docstrings.
32 (bookmark-exit-hooks): Define as obsolete alias.
33 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
34 not `bookmark-exit-hooks'. Fix docstring.
35 (bookmark-bmenu-select): "?\ " -> "?\s".
36
37 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
38
39 * startup.el (command-line): Fix typo.
40
41 2005-07-24 Richard M. Stallman <rms@gnu.org>
42
43 * tooltip.el (tooltip-mode): Test emacs-basic-display,
44 not emacs-quick-startup.
45
46 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
47
48 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
49 (reb-next-match, reb-show-subexp): Use `with-selected-window'
50 instead of `reb-with-current-window'.
51 (reb-prev-match): Likewise. Also, don't move left if the search
52 was unsuccessful.
53 (reb-initialize-buffer): New function.
54 (re-builder, reb-change-syntax): Use it.
55
56 * man.el (Man-goto-page): Make second argument NOERROR optional.
57
58 2005-07-23 Richard M. Stallman <rms@gnu.org>
59
60 * man.el (Man-bgproc-sentinel): Check here for failure to find
61 any man page in the output, and report the error here.
62 (Man-arguments): Make it permanent local.
63 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
64 (Man-mode): Pass t for NOERROR.
65
66 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
67 (grep-mode-font-lock-keywords):
68 Don't use compilation-...-face for messages that are not file names.
69
70 * progmodes/compile.el (compilation-mode-font-lock-keywords):
71 Don't use compilation-...-face for messages that are not file names.
72
73 2005-07-22 Juri Linkov <juri@jurta.org>
74
75 * simple.el (line-move-1): Fix comments.
76
77 * startup.el (normal-splash-screen): Update menu name.
78
79 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
80
81 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
82
83 * term/xterm.el: Load term/rxvt if the terminal is actually an
84 rxvt terminal.
85 (xterm-rxvt-set-background-mode): Remove, not used anymore.
86
87 * term/rxvt.el (function-key-map): Use substitute-key-definition
88 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
89
90 * term/cygwin.el: New file.
91
92 2005-07-22 Kim F. Storm <storm@cua.dk>
93
94 * image-file.el (insert-image-file, image-file-yank-handler):
95 Fix last change to maintain a (unique) yank-handler on yanked images.
96
97 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
98
99 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
100 of the file size (as in "177B" for 177 bytes). This happens with
101 "ls -lh" on FreeBSD.
102
103 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
104
105 * hilit-chg.el (highlight-changes-global-initial-state)
106 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
107 (hilit-chg-fixup, highlight-changes-mode):
108 Fix typos in docstrings.
109 (highlight-changes-global-modes, highlight-changes-rotate-faces):
110 Doc fixes.
111
112 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
113
114 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
115 mode function using `eval-after-load'.
116
117 2005-07-21 Kim F. Storm <storm@cua.dk>
118
119 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
120 included when reporting an emacs crash, and tell about the DEBUG file.
121
122 * image-file.el (insert-image-file): Add yank-handler.
123 (image-file-yank-handler): Yank handler to make unique copies of
124 images when they are yanked into a buffer next to each other.
125
126 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
127
128 * comint.el (comint-use-prompt-regexp, comint-send-input)
129 (comint-source-default, comint-extract-string)
130 (comint-get-source, comint-word, comint-completion)
131 (comint-source, comint-prompt-read-only, comint-update-fence):
132 Fix typos in docstrings.
133 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
134 Declare with define-obsolete-*-alias macros.
135 (comint-previous-matching-input-from-input)
136 (comint-next-matching-input-from-input)
137 (comint-previous-matching-input, comint-next-matching-input)
138 (comint-forward-matching-input):
139 Improve argument/docstring consistency.
140
141 * desktop.el (desktop-clear-preserve-buffers-regexp):
142 Also preserve the *server* buffer.
143
144 * simple.el (clone-indirect-buffer): Doc fix.
145 (fixup-whitespace, just-one-space)
146 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
147 (next-error, next-error-highlight)
148 (next-error-highlight-no-select, next-error-last-buffer)
149 (next-error-buffer-p, next-error-find-buffer, next-error)
150 (previous-error, next-error-no-select, previous-error-no-select)
151 (open-line, split-line, minibuffer-prompt-width, kill-new)
152 (binary-overwrite-mode): Fix typos in docstrings.
153 (set-fill-column): Fix typo in message.
154
155 * skeleton.el (skeleton-proxy-new): Doc fix.
156
157 * strokes.el (strokes-load-hook): Doc fix.
158 (strokes-grid-resolution, strokes-get-grid-position)
159 (strokes-renormalize-to-grid, strokes-read-stroke)
160 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
161 (strokes-global-map): Fix typos in docstrings.
162 (strokes-help): Doc fix. Fix help message and pass it through
163 `substitute-command-keys'.
164
165 * tempo.el (tempo-insert-prompt, tempo-interactive)
166 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
167 (tempo-insert-string-functions, tempo-local-tags)
168 (tempo-define-template, tempo-insert-template)
169 (tempo-insert-prompt-compat, tempo-is-user-element)
170 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
171 Fix typos in docstrings.
172
173 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
174 (vcursor-key-bindings, vcursor-use-vcursor-map)
175 (vcursor-find-window, vcursor-scroll-down)
176 (vcursor-disable, vcursor-beginning-of-buffer)
177 (vcursor-end-of-buffer): Fix typos in docstrings.
178 (vcursor-relative-move, vcursor-get-char-count):
179 Improve argument/docstring consistency.
180
181 * version.el: "?\ " -> "?\s".
182
183 * wid-edit.el (widget-default-create, widget-after-change)
184 (widget-default-format-handler, widget-checklist-add-item)
185 (widget-radio-add-item, widget-choose, widget-specify-secret)
186 (widget-field-value-create, widget-field-value-get)
187 (widget-editable-list-format-handler)
188 (widget-editable-list-entry-create, widget-group-value-create)
189 (widget-documentation-link-add)
190 (widget-documentation-string-value-create): "?\ " -> "?\s".
191 (widget-convert-text): Doc fix.
192 (widget-narrow-to-field, widget-field-find)
193 (widget-url-link-action, widget-emacs-library-link-action)
194 (widget-color-notify): Fix typos in docstrings.
195
196 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
197 (x-select-text, set-w32-system-coding-system)
198 (w32-add-charset-info): Fix typos in docstrings.
199
200 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
201 (cua-enable-cua-keys, cua-use-hyper-key)
202 (cua-virtual-rectangle-edges): Fix typos in docstrings.
203 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
204
205 * net/tramp.el (tramp-handle-load): Fix typo in error message.
206
207 * emacs-lisp/re-builder.el (regexp-builder): Declare with
208 `defalias' instead of faking it.
209
210 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
211 (eshell-ls-missing, eshell-ls-dired-initial-args)
212 (eshell-ls-use-in-dired): Fix typos in docstrings.
213
214 2005-07-20 Kim F. Storm <storm@cua.dk>
215
216 * emulation/cua-base.el (cua-mode): Improve doc string.
217
218 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
219
220 * abbrev.el (expand-region-abbrevs): Doc fix.
221 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
222 Improve argument/docstring consistency.
223
224 * arc-mode.el (archive-get-descr, archive-alternate-display):
225 Doc fixes.
226 (archive-l-e): Improve argument/docstring consistency.
227 (archive-tmpdir, archive-unixdate, archive-unixtime)
228 (archive-chmod-entry): Fix typos in docstrings.
229 (archive-unflag, archive-unflag-backwards)
230 (archive-unmark-all-files): "?\ " -> "?\s".
231
232 * buff-menu.el (Buffer-menu-unmark): Doc fix.
233 (Buffer-menu-not-modified, Buffer-menu-execute)
234 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
235 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
236
237 * composite.el (compose-string, encode-composition-rule)
238 (compose-last-chars): Fix typos in docstrings.
239
240 * desktop.el (desktop-enable, desktop-basefilename):
241 Declare with `define-obsolete-variable-alias'.
242 (desktop-internal-v2s): Don't quote keywords.
243 (desktop-clear): "?\ " -> "?\s".
244
245 * dired.el (dired-align-file, dired-flag-backup-files)
246 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
247 (dired-listing-switches, dired-ls-F-marks-symlinks)
248 (dired-dwim-target, dired-load-hook, dired-mode-hook)
249 (dired-directory, dired-faces, dired, dired-revert)
250 (dired-mode, dired-summary, dired-view-file)
251 (dired-copy-filename-as-kill, dired-delete-file)
252 (dired-no-confirm, dired-unmark-all-marks)
253 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
254 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
255 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
256 Fix typos in message strings.
257
258 * dired-x.el (virtual-dired): Declare with `defalias'.
259 (dired-mark-unmarked-files, dired-local-variables-file)
260 (dired-omit-here-always): Doc fix.
261 (dired-omit-mode, dired-find-subdir)
262 (dired-enable-local-variables, dired-clean-up-buffers-too)
263 (dired-extra-startup, dired-mark-extension, dired-jump)
264 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
265 (dired-smart-shell-command, dired-guess-shell-alist-user)
266 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
267 (dired-x-bind-find-file, dired-x-submit-report):
268 Fix typos in docstrings.
269 (dired-mark-unmarked-files): "?\ " -> "?\s".
270
271 * dirtrack.el (dirtrack-list): Fix typos in docstring.
272
273 * faces.el (describe-face): "?\ " -> "?\s".
274 (read-all-face-attributes, read-face-font, modify-face)
275 (face-attr-construct, italic): Fix typos in docstrings.
276 (frame-update-face-colors): Declare with
277 `define-obsolete-function-alias'.
278
279 * files.el (find-file-noselect, recode-file-name): Doc fixes.
280 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
281 (magic-mode-alist, buffer-file-numbers-unique)
282 (write-file-functions, get-free-disk-space):
283 Fix typos in docstrings.
284 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
285 (write-contents-hooks, write-file-hooks):
286 Declare with `define-obsolete-variable-alias'.
287
288 * forms-d2.el (arch-rj): Fix typo in docstrings.
289 (arch-tocol): Likewise. "?\ " -> "?\s".
290
291 * frame.el (set-frame-font, cursor-in-non-selected-windows):
292 Fix typo in docstring.
293 (set-screen-width, set-screen-height): Delete redundant info in
294 doctrings.
295 (new-frame, screen-height, screen-width): Declare with
296 `define-obsolete-function-alias'.
297 (delete-frame-hook, blink-cursor): Declare with
298 `define-obsolete-variable-alias'.
299
300 * paths.el (prune-directory-list): Fix typos in docstring.
301
302 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
303 (cvs-prefix-get): Fix typos in docstrings.
304
305 * ps-print.el (ps-extend-face-list, ps-extend-face)
306 (ps-print-background-image): Fix typos in docstrings.
307 (ps-default-fg, ps-default-bg): Doc fixes.
308
309 * s-region.el (s-region-bind): Doc fix.
310 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
311
312 * textmodes/org.el (org-table-formula-substitute-names)
313 (org-table-get-vertical-vector): Doc fixes.
314 (org-table-recalculate): Remove unused argument to `message'.
315
316 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
317
318 * textmodes/org.el (org-table-column-names)
319 (org-table-column-name-regexp)
320 (org-table-named-field-locations): New variables.
321 (org-archive-subtree): Protect `this-command' when calling
322 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
323 the kill buffer.
324 (org-complete): Remove fixed-formula completion.
325 (org-edit-formulas-map): New variable.
326 (org-table-edit-formulas): New command.
327 (org-finish-edit-formulas, org-abort-edit-formulas)
328 (org-show-variable, org-table-get-vertical-vector): New functions.
329 (org-table-maybe-eval-formula): Handle `:=' fields.
330 (org-table-get-stored-formulas, org-table-store-formulas)
331 (org-table-get-formula, org-table-modify-formulas)
332 (org-table-replace-in-formulas): Handle named field formulas.
333 (org-table-get-specials): Store locations of named fields.
334
335 2005-07-19 Juri Linkov <juri@jurta.org>
336
337 * progmodes/grep.el (grep-regexp-alist)
338 (grep-mode-font-lock-keywords, grep-process-setup):
339 Use default GNU grep match color "01;31m" instead of "01;41m".
340 (grep-regexp-alist, grep-mode-font-lock-keywords):
341 Use `\\[[0-9]*m' instead of `\\[00m'.
342 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
343 sgr_start where its handling is more important. Use the real
344 length of sgr_start instead of constant 8.
345 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
346 specially. Delete all remaining escape sequences.
347 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
348 (grep-regexp-alist): Make hyperlink only for binary file name
349 instead of the whole line.
350 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
351 (grep-mode): Add autoload.
352
353 * emacs-lisp/find-func.el (find-function-regexp):
354 Add `define-compilation-mode'.
355
356 2005-07-19 Juri Linkov <juri@jurta.org>
357
358 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
359 (compare-windows-sync-string-size, compare-windows-recenter)
360 (compare-windows-highlight, compare-windows): Add version 22.1.
361 (compare-windows) <defface>: Inherit from lazy-highlight instead
362 of duplicating its default value.
363
364 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
365 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
366
367 * descr-text.el (describe-char): Create link buttons for `charset'
368 and `code point'. Add the current input method name with a link
369 button to `to input' field. Print face names of display table
370 characters in `The display table entry is displayed by' section
371 instead of printing face-id in the `display' field.
372 Guess hardcoded faces and create a link button for them.
373 Skip empty fields when calculating max-width.
374 Treat `widget-create' specially while inserting strings from the
375 collected field list.
376 (describe-char-after): Made obsolete in version 22.1, not 21.5.
377
378 * diff-mode.el (diff-file-header): Change foreground color from
379 yellow to green on light backgrounds.
380 (diff-context): Inherit from `shadow' only for color/grayscale
381 with more than 88 colors.
382 (diff-indicator-removed, diff-indicator-added)
383 (diff-indicator-changed): New faces.
384 (diff-font-lock-keywords): Use new faces. Regroup rules.
385 Add "^---$" for `normal' diff format. Fontify `#' lines with
386 font-lock-comment-delimiter-face and font-lock-comment-face.
387 Add `#' to ^[^...] in the rule for `diff-context-face'.
388
389 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
390 a button-like box. Inherit from `highlight' on low colors.
391 (shadow): Use shades of gray only for color/grayscale with
392 more than 88 colors. Use green for light backgrounds with
393 8 colors, and yellow for dark backgrounds with 8 colors.
394
395 * font-lock.el (font-lock-regexp-grouping-backslash):
396 Don't inherit from escape-glyph (use bold for all cases).
397
398 * info.el (info-xref-visited): Use light foreground color `violet'
399 for dark backgrounds instead of dark color `magenta3'.
400 (info-title-1): Use `yellow' color for dark backgrounds.
401
402 * isearch.el (isearch): Use not-too-dark magenta3 instead of
403 too-light magenta2.
404
405 * replace.el (match): Use slightly more light RoyalBlue3 instead
406 of dark RoyalBlue4.
407
408 * wid-edit.el (widget-inactive): Inherit from `shadow'.
409
410 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
411
412 * novice.el (disabled-command-hook): Declare it with
413 `define-obsolete-variable-alias'.
414
415 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
416 (desktop-buffer-misc-functions, desktop-buffer-handlers)
417 (desktop-load-default): Add release to obsolescence info.
418 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
419 (desktop-append-buffer-args, desktop-read):
420 Fix typos in docstrings.
421 (desktop-kill): Fix typo in message.
422 (desktop-save): Doc fix.
423
424 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
425
426 * viper-cmd.el (viper-escape-to-state): Bug fix.
427 (viper-envelop-ESC-key): Change the definition of fast
428 keysequence so it'll work with keyboard macros.
429
430 * ediff.el (ediff-patch-buffer): Change the docstring.
431
432 2005-07-19 Kenichi Handa <handa@m17n.org>
433
434 * international/mule-cmds.el (select-safe-coding-system): Try to
435 use an auto-coding (if any) before anything else. If the found
436 auto-coding is invalid, show a warning message.
437
438 * international/mule.el (find-auto-coding): New function created
439 by modifying the body of set-auto-coding.
440 (set-auto-coding): Use find-auto-coding to find a coding.
441
442 2005-07-18 Richard M. Stallman <rms@gnu.org>
443
444 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
445 not isearch-mode-end-hook-error.
446 (allout-before-change-protect): Fix error message.
447
448 2005-07-18 Juri Linkov <juri@jurta.org>
449
450 * allout.el (allout-mode):
451 * calculator.el (calculator-copy):
452 * custom.el (custom-known-themes):
453 * dired.el (dired-desktop-buffer-misc-data)
454 (dired-restore-desktop-buffer):
455 * dired-x.el (dired-omit-marker-char):
456 * files.el (basic-save-buffer):
457 * font-core.el (font-lock-mode):
458 * calendar/calendar.el (calendar-goto-hebrew-date)
459 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
460 (calendar-goto-persian-date):
461 * language/ethio-util.el (ethio-sera-to-fidel-region):
462 * textmodes/picture.el (picture-mode):
463 Delete duplicate duplicate words.
464
465 2005-07-18 Juri Linkov <juri@jurta.org>
466
467 * isearch.el (isearch-mode-map): Remove key bindings for regexp
468 chars * ? } |.
469 (isearch-fallback): Don't call `isearch-process-search-char'.
470 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
471 (isearch-process-search-char): Call `isearch-fallback' for regexp
472 chars * ? } |.
473 (isearch-return-char): Make obsolete with `make-obsolete' instead
474 of simply documenting it as obsolete in the docstring.
475 (isearch-fallback): Refill docstring.
476
477 * international/isearch-x.el
478 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
479 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
480 Test the length of `str'.
481
482 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
483
484 * allout.el (allout-resolve-xref): Fix typos in error strings.
485 (allout-before-change-protect): Remove unneeded `concat'.
486
487 * array.el (array-mode, array-reconfigure-rows)
488 (untabify-backward): Fix typos in docstrings.
489 (array-reconfigure-rows): Use `insert-buffer-substring', not
490 `insert-buffer'.
491
492 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
493 * progmodes/ada-mode.el (ada-make-body):
494 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
495
496 * dired.el (dired-log):
497 * tar-mode.el (tar-subfile-save-buffer):
498 * play/zone.el (zone-pgm-stress-destress):
499 Use `insert-buffer-substring', not `insert-buffer'.
500
501 2005-07-17 Simon Josefsson <jas@extundo.com>
502
503 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
504
505 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
506
507 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
508 Add plain auth method.
509 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
510
511 2005-07-17 Kim F. Storm <storm@cua.dk>
512
513 * ido.el (dired-other-window): Add ido property.
514
515 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
516
517 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
518 Fix typo in docstring.
519 (byte-compile-interactive-only-functions): Add `insert-buffer' and
520 `insert-file-literally'.
521
522 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
523 info and delete redundant message. Doc fix.
524 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
525 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
526
527 2005-07-16 Richard M. Stallman <rms@gnu.org>
528
529 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
530 (byte-compile-and): Use byte-compile-and-recursion.
531 (byte-compile-or-recursion): New function.
532 (byte-compile-or): Use that.
533 (byte-compile-if): Guard the else-clause too.
534 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
535
536 * isearch.el (isearch-mode-end-hook-quit): New variable.
537 (isearch-done): Bind it.
538 (isearch-mode-end-hook): Doc fix.
539
540 * allout.el (allout-isearch-did-quit): Variable deleted.
541 (allout-real-isearch-abort): Function name no longer used.
542 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
543 (allout-isearch-rectification): isearch-mode always exists.
544 Don't set allout-isearch-did-quit.
545 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
546 allout-isearch-did-quit.
547 (allout-enwrap-isearch): Just add the hook.
548 (allout-isearch-abort): Function deleted.
549 (allout-pre-command-business): Avoid warning.
550
551 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
552 Correctly avoid warnings.
553 (pascal-outline): Likewise.
554
555 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
556
557 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
558
559 * play/tetris.el (tetris-mode): Avoid warning.
560
561 * play/snake.el (snake-mode): Avoid warning.
562
563 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
564 (gamegrid-set-display-table): Avoid warning.
565 (gamegrid-set-timer): Likewise.
566 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
567 (gamegrid-add-score-with-update-game-score-1): Take FILE
568 as argument.
569 (gamegrid-add-score-with-update-game-score): Pass that argument.
570 Rename have-shared-game-dir to gamegrid-shared-game-dir.
571
572 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
573
574 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
575 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
576
577 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
578 and insert-file.
579
580 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
581 (sc-ask): Avoid warnings.
582
583 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
584 (eshell-hist-initialize): Use that var the natural way.
585
586 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
587
588 * emacs-lisp/re-builder.el (reb-cook-regexp):
589 Avoid warning calling lre-compile-string.
590 (reb-color-display-p): Avoid warning.
591
592 * calculator.el (calculator-last-input): Guard uses
593 of event-key and key-press-event-p.
594 (event-key, key-press-event-p): Delete definitions.
595
596 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
597 (find-gc-source-directory, find-gc-subrs-callers)
598 (find-gc-noreturn-list, find-gc-source-files)
599 (find-gc-subrs-called): Vars renamed and defvar'd.
600
601 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
602 (checkdoc-overlay-put, checkdoc-delete-overlay)
603 (checkdoc-overlay-start, checkdoc-overlay-end)
604 (checkdoc-mode-line-update, checkdoc-char=):
605 Define such that compiler knows they are defined.
606 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
607 (checkdoc-read-event): Delete. Use read-event directly.
608
609 * whitespace.el (whitespace-make-overlay)
610 (whitespace-overlay-put, whitespace-delete-overlay)
611 (whitespace-overlay-start, whitespace-overlay-end):
612 Define such that compiler knows they are defined.
613 (whitespace): Move conditional inside.
614
615 * tempo.el (tempo-insert-template): Suppress warning.
616
617 * ediff-diff.el (longlines-mode): Add defvar.
618
619 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
620
621 * server.el: Bind "C-x #" in a way that works even if C-x is
622 redefined to a command key, not a prefix key.
623
624 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
625
626 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
627 cl-make-type-test till execution time.
628
629 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
630
631 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
632 arg ARG and use it.
633
634 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
635
636 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
637
638 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
639
640 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
641 a defcustom with two :set or :type keywords.
642
643 2005-07-15 Richard M. Stallman <rms@gnu.org>
644
645 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
646 Don't give ^M comment-end syntax.
647
648 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
649
650 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
651 Don't consider gdbmi (gdb-mi.el has its own update functions).
652 (gdb-var-delete): Make it work for gdbmi as well.
653 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
654
655 * progmodes/gud.el (etags, sdb): Only require etags when needed.
656 (gud-speedbar-menu-items): Correct logic for enabling items.
657
658 2005-07-15 Kim F. Storm <storm@cua.dk>
659
660 * ido.el: Fix commentary.
661 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
662 Use with-no-warnings around ffap-guesser.
663 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
664 Let bind minibuffer-completing-file-name to t.
665
666 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
667
668 * startup.el (site-run-file, keyboard-type): Doc fixes.
669 (command-line): Check for "--basic-display" argument; also for
670 "--quick", not "--bare-bones" (which was renamed).
671 (fancy-splash-text): Add missing item "Getting New Versions".
672 (normal-splash-screen): Fix typos and improve consistency with
673 `fancy-splash-text'. Update copyright year.
674
675 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
676 valid binding for `help-char'.
677
678 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
679
680 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
681
682 * term.el (term-mode): Disable cua-mode for term buffers.
683
684 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
685
686 * add-log.el (add-log-mailing-address, change-log-merge):
687 Doc fixes.
688 (change-log-get-method-definition): Fix typo in docstring.
689
690 2005-07-14 Kim F. Storm <storm@cua.dk>
691
692 * emulation/cua-base.el:
693 (cua--pre-command-handler-1, cua--pre-command-handler)
694 (cua--post-command-handler-1, cua--post-command-handler):
695 Split in two. Check (buffer local) value of cua-mode.
696 (cua-selection-mode): New command.
697
698 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
699
700 * custom.el (custom-initialize-safe-set)
701 (custom-initialize-safe-default): Doc fixes.
702
703 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
704 and simplify :init-value again.
705
706 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
707 and simplify :init-value again. Delete autoload.
708
709 * startup.el (command-line): Use `custom-reevaluate-setting' again
710 for tooltip-mode.
711
712 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
713 a defcustom with two :initialize keywords.
714
715 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
716
717 * allout.el (my-mark-marker, allout-isearch-prior-pos)
718 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
719 (allout-post-command-business, allout-flag-region)
720 (isearch-reenable-font-lock, allout-yank)
721 (allout-insert-latex-header, allout-insert-latex-trailer)
722 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
723 (allout-latex-verb-quote): Fix typos in docstrings.
724 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
725 (allout-unprotected, allout-prefix-data):
726 Improve argument/docstring consistency.
727 (allout-chart-subtree): Fix argument spec.
728 (allout-open-topic): Rename `use_sib_bullet' argument to
729 `use-sib-bullet'. Doc fix.
730
731 * whitespace.el (whitespace-check-buffer-leading)
732 (whitespace-check-buffer-trailing)
733 (whitespace-check-buffer-indent)
734 (whitespace-check-buffer-spacetab)
735 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
736 (whitespace-check-leading-whitespace)
737 (whitespace-check-trailing-whitespace)
738 (whitespace-check-spacetab-whitespace)
739 (whitespace-check-indent-whitespace)
740 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
741 (whitespace-modes): Fix typos in docstrings.
742 (defgroup, defcustom): Doc fixes.
743
744 * winner.el (winner-mode, winner-boring-buffers)
745 (winner-pending-undo-ring): Doc fixes.
746 (winner-ring): Remove unneeded `progn'.
747 (winner-equal): `defsubst' it.
748 (winner-redo): Fix message.
749
750 2005-07-13 Kim F. Storm <storm@cua.dk>
751
752 * simple.el (line-move-1): Always use vertical-motion to
753 do the last (or only) line move to ensure some movement.
754 Undo 2005-06-23 change--don't check for overlays.
755
756 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
757
758 * term/mac-win.el (ccl-encode-mac-roman-font)
759 (ccl-encode-mac-centraleurroman-font)
760 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
761 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
762 Change charset-id boundary of dimension to ?\xef.
763 (mac-char-fontspec-list): New constant.
764 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
765 argument. Nil uses itself as family in font-spec. Previous
766 behavior for nil is now provided by non-nil non-string argument.
767 All callers changed. Add font-specs for Mac fonts to
768 "fontset-default" unless iso8859-1 fonts are installed.
769
770 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * progmodes/sh-script.el (sh-get-indent-info): Only indent
773 a continuation line if the \ is preceded by SPC or TAB.
774 (sh-get-indent-info): Simplify.
775 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
776 Use with-current-buffer.
777
778 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
779 when the matched text is empty.
780
781 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
782
783 * startup.el (command-line): Revert to previous handling of
784 tooltip-mode. Explain in comment why the complexity is needed.
785
786 * tooltip.el (tooltip-mode): Revert to previous implementation of
787 its defcustom.
788
789 * frame.el (blink-cursor-mode): Revert to previous implementation
790 of its defcustom. Update comment.
791
792 2005-07-12 Lars Hansen <larsh@soem.dk>
793
794 * desktop.el: Update e-mail address.
795
796 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
797
798 * term/mac-win.el (mac-services-mail-selection)
799 (mac-services-mail-to): New functions.
800 (mac-application-menu-map): Bind them.
801
802 2005-07-12 wulei <milton@wulei.net> (tiny change)
803
804 * progmodes/gdb-ui.el: Add note about buffering with Windows.
805
806 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
807
808 * custom.el (custom-reevaluate-setting): Doc fix.
809
810 2005-07-11 Jay Belanger <belanger@truman.edu>
811
812 * calc/calc.el (calc-embedded-announce-formula-alist)
813 (calc-embedded-open-close-plain-alist)
814 (calc-embedded-open-close-mode-alist): Add checks for additional
815 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
816
817 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
818
819 * custom.el (custom-enable-theme): Don't add theme to
820 `custom-enabled-themes' with `push' because there is no
821 setf-method for `delq'.
822
823 2005-07-11 Richard M. Stallman <rms@gnu.org>
824
825 * custom.el (custom-declare-variable): Doc fix.
826
827 * dired-aux.el (dired-compare-directories): Remove "." and ".."
828 from the alists.
829
830 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
831 Do nothing if edebug-active.
832
833 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
834 (edebug-display): Do it here instead.
835
836 2005-07-10 Richard M. Stallman <rms@gnu.org>
837
838 * cus-face.el (custom-theme-set-faces): Make it work.
839 (custom-reset-faces): Doc fix.
840 (custom-theme-reset-internal-face, custom-theme-face-value):
841 Functions deleted.
842
843 * custom.el (custom-push-theme): Maintain list of the settings
844 of a given theme in its theme-settings property.
845 Maintain position of old settings in the theme-value
846 or theme-face property.
847 (custom-enabled-themes): New variable.
848 (custom-theme-enabled-p): New function.
849 (provide-theme): Update custom-enabled-themes.
850 Disable and reenable the `user' theme.
851 (require-theme): Doc fix.
852 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
853 (custom-theme-value, custom-theme-variable-value): Likewise.
854 (custom-theme-reset-internal): Likewise.
855 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
856 (custom-enable-theme, custom-disable-theme): New functions.
857 (custom-variable-theme-value, custom-face-theme-value): Likewise.
858 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
859 (custom-theme-reset-variables): Simplify.
860 (deftheme, custom-declare-theme, custom-make-theme-feature):
861 Definitions moved.
862
863 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
864
865 * longlines.el (longlines-show-region)
866 (longlines-unshow-hard-newlines): Recognize hard newlines by
867 non-nil hard property, instead of t.
868
869 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
870
871 * viper-cmd.el (viper--key-maps): New variable.
872 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
873 emulation-mode-map-alists.
874 (viper-envelop-ESC-key): Use viper-subseq.
875 (viper-search-forward/backward/next): Disable debug-on-error.
876
877 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
878 (viper-ESC-key): New defcustoms.
879
880 * viper-macs.el (ex-map-read-args): Use viper-subseq.
881
882 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
883 (viper-subseq): Copy of subseq from cl.el.
884
885 * viper.el (viper-go-away, viper-set-hooks): Use
886 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
887
888 * viper-mous.el (viper-current-frame-saved): Use defvar.
889
890 * viper-init.el: Get rid of -face in face names.
891
892 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
893 Make it work with longlines mode
894
895 * ediff-mult.el (ediff-meta-mode-hook): New variable.
896
897 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
898
899 * ediff-init: Get rid of -face in face names.
900
901 2005-07-10 Richard M. Stallman <rms@gnu.org>
902
903 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
904 and with-timeout-unsuspend.
905
906 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
907 and with-timeout-unsuspend.
908
909 * emacs-lisp/timer.el (with-timeout-timers): New variable.
910 (with-timeout): Bind that variable to record timers.
911 (with-timeout-suspend, with-timeout-unsuspend): New functions.
912
913 * emacs-lisp/debug.el (debug-help-follow): New function.
914 (debugger-mode-map): Use that instead of help-follow.
915 (debugger-setup-buffer): Use eval-buffer-list
916 to handle eval-buffer frames.
917
918 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
919
920 * timezone.el (timezone-parse-date): Change first regexp
921 so it will not mistakenly match dates with no time zone.
922
923 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
924
925 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
926
927 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
928
929 * custom.el (custom-initialize-safe-set)
930 (custom-initialize-safe-default): New functions.
931
932 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
933 and simplify :init-value.
934
935 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
936 and simplify :init-value. Delete obsolete comment.
937
938 * startup.el (command-line): Use `custom-reevaluate-setting' to
939 handle `tooltip-mode'. Delete obsolete comment.
940
941 * files.el (set-visited-file-name): Avoid calling
942 `file-name-nondirectory' with a nil argument.
943
944 2005-07-09 Richard M. Stallman <rms@gnu.org>
945
946 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
947 was called with nil for the buffer, handle the read position right.
948 Handle read position for eval-region, too.
949
950 2005-07-09 Juri Linkov <juri@jurta.org>
951
952 * fringe.el (fringe-mode): Add period in docstring.
953 (fringe-query-style): Build prompt depending on `all-frames' arg.
954
955 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
956 to not create links to unrelated functions in the Help buffer.
957
958 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
959 Doc fix.
960
961 * simple.el (next-error-hook): New variable.
962 (next-error): Use it. Doc fix.
963
964 * textmodes/ispell.el (ispell-command-loop): Add current
965 dictionary name and program name to mode-line-format.
966 (ispell-region, ispell-process-line): Add current dictionary name
967 and program name to messages.
968
969 2005-07-08 Jay Belanger <belanger@truman.edu>
970
971 * calc/calc.el (calc-embedded-announce-formula-alist)
972 (calc-embedded-open-close-formula-alist)
973 (calc-embedded-open-close-word-alist)
974 (calc-embedded-open-close-plain-alist)
975 (calc-embedded-open-close-new-formula-alist)
976 (calc-embedded-open-close-mode-alist)
977 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
978 (calc-embedded-mode-hook): New variables.
979
980 * calc/calc-embed.el (calc-embedded-firsttime)
981 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
982 New variables.
983 (calc-do-embedded): Use calc-embedded-firsttime,
984 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
985 determine whether or not to run hooks.
986 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
987 calc-embedded-firsttime-formula appropriately.
988 Set calc-embedded delimiter variables according to mode.
989
990 2005-07-08 Richard M. Stallman <rms@gnu.org>
991
992 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
993 Check for "emacs", etc., as entire symbol, not just as word.
994 (checkdoc-file-comments-engine): Use regexp-quote on FN.
995
996 * files.el (set-visited-file-name): Report the error
997 for "empty filename" earlier.
998 (kill-some-buffers): Ignore buffers already dead.
999
1000 * fringe.el (fringe-mode): Doc fix.
1001
1002 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
1003 Check for (featurep 'xemacs) and turn off warnings in what it guards.
1004 Use unwind-protect to ensure byte-compile-unresolved-functions
1005 is updated.
1006
1007 * whitespace.el (whitespace-buffer-leading-cleanup):
1008 Simplify w/ skip-chars-forward.
1009 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1010
1011 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1012 Unconditionally try to leave point at the same old place.
1013
1014 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1015
1016 * comint.el (comint-postoutput-scroll-to-bottom)
1017 (comint-show-maximum-output): Take scroll-margin into consideration.
1018
1019 2005-07-08 Kim F. Storm <storm@cua.dk>
1020
1021 * ido.el (ido-use-filename-at-point): New choice `guess'.
1022 (ido-file-internal): Try ffap-guesser if selected.
1023
1024 * ido.el (ido-before-fallback-functions): New hook.
1025 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1026 (ido-read-file-name): Run it.
1027
1028 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1031 strings rather than a list of symbols to the completion function.
1032
1033 2005-07-07 Jay Belanger <belanger@truman.edu>
1034
1035 * calc/calc-units.el (math-apply-units): Change the places in
1036 which units are simplified.
1037
1038 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1039
1040 * cus-edit.el (customize-option, customize-option-other-window):
1041 Make them handle aliases.
1042
1043 * custom.el (custom-variable-p): Make it recursively follow
1044 aliases. Mention that in the docstring.
1045
1046 2005-07-07 Richard M. Stallman <rms@gnu.org>
1047
1048 * cus-start.el (exec-path): Use `directory' instead of `file'.
1049 Fix tag for nil.
1050
1051 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1054 when called non-interactively. Doc fix.
1055
1056 2005-07-07 Lute Kamstra <lute@gnu.org>
1057
1058 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1059 new address as well.
1060
1061 2005-07-07 Kenichi Handa <handa@m17n.org>
1062
1063 * international/mule.el (make-coding-system):
1064 Describe `ascii-incompatible' property in the docstring.
1065 (set-file-name-coding-system): Signal an error if coding-system is
1066 ascii-incompatible.
1067 (set-keyboard-coding-system): Likewise.
1068
1069 * international/mule-cmds.el (set-default-coding-systems):
1070 Don't set default-file-name-coding-system and
1071 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1072
1073 * international/utf-16.el: Declare that all UTF-16-based coding
1074 systems are ASCII-incompatible.
1075
1076 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * progmodes/gud.el: Require font-lock for displaying errors.
1079 Used by gdb-ui.el.
1080
1081 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1084 values for the pattern lists which are `read'able but not
1085 `append'able (like symbols).
1086
1087 2005-07-06 Richard M. Stallman <rms@gnu.org>
1088
1089 * progmodes/flymake.el (flymake-float-time): Instead of
1090 with-no-warnings, test for xemacs.
1091 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1092 to avoid warning.
1093
1094 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1095
1096 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1097
1098 2005-07-05 Lute Kamstra <lute@gnu.org>
1099
1100 * battery.el: Add support for Darwin (with much debugging help
1101 from Samuel Lauber <sam124@operamail.com>).
1102 (battery-status-function, battery-echo-area-format)
1103 (battery-mode-line-format): Add support for pmset on Darwin.
1104 (battery-load-low, battery-load-critical): New user options.
1105 (battery-pmset): New function.
1106
1107 2005-07-05 Lute Kamstra <lute@gnu.org>
1108
1109 Update FSF's address in GPL notices.
1110
1111 * textmodes/page-ext.el: Update FSF's address.
1112
1113 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1116 filling from using prefix when filling a single-line docstring.
1117
1118 * progmodes/flymake.el: Remove useless eval-when-compile.
1119
1120 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1121
1122 2005-07-04 Richard M. Stallman <rms@gnu.org>
1123
1124 * textmodes/org.el (org-file-apps-defaults-gnu):
1125 Rename from org-file-apps-defaults-linux.
1126 (org-default-apps): Don't test system-type for `linux'.
1127 (org-file-apps): Doc fix.
1128
1129 2005-07-04 David Ponce <david@dponce.com>
1130
1131 * tree-widget.el: Improve header Commentary section.
1132 (tree-widget) [defgroup]
1133 (tree-widget-image-enable, tree-widget-themes-directory)
1134 (tree-widget-theme, tree-widget-image-properties-emacs)
1135 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1136 (tree-widget-image-formats, tree-widget-control)
1137 (tree-widget-empty-control, tree-widget-leaf-control
1138 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1139 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1140 (tree-widget-keep, tree-widget-after-toggle-functions)
1141 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1142 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1143 :help-echo message.
1144 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1145 (tree-widget-image-properties): Doc fix. Clearer implementation.
1146 (tree-widget--cursors): New constant.
1147 (tree-widget-lookup-image): New function split from
1148 `tree-widget-find-image'. Clearer implementation.
1149 (tree-widget-find-image): Use it.
1150 (tree-widget-button-keymap): Use `set-keymap-parent'.
1151 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1152 Define the sub-widgets here.
1153 (tree-widget-node): Check that :node is not a tree-widget.
1154 (tree-widget-get-super, tree-widget-open-control)
1155 (tree-widget-close-control, tree-widget-empty-control)
1156 (tree-widget-leaf-control, tree-widget-guide)
1157 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1158 (tree-widget-no-handle, tree-widget-value-delete)
1159 (tree-widget-map): Remove.
1160 (tree-widget-children-value-save): Doc fix. Simplified.
1161 (tree-widget-value-create): Update according to previous changes.
1162
1163 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1164
1165 * textmodes/org.el: Leading space replaced by TABS.
1166 (org-recalc-marks, org-table-rotate-recalc-marks)
1167 (org-table-get-specials): Treat "^" and "_" marks.
1168 (org-table-justify-field-maybe): Optional argument NEW.
1169 (org-table-eval-formula): Parsing of the format simplified.
1170 New modes C,I. Honor the %= parameter in the current table.
1171 Avoid unnecessary re-align by using the NEW argument to
1172 `org-table-justify-field-maybe'.
1173 (org-calc-default-modes): Default for date-format mimicks org-mode.
1174 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1175
1176 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1177
1178 * cus-face.el (custom-theme-set-faces): Make it handle face
1179 aliases whose alias declarations are pre- or autoloaded.
1180
1181 2005-07-04 Juri Linkov <juri@jurta.org>
1182
1183 * faces.el (read-face-name): Put the code for getting a face name
1184 from the buffer before adding the faces from the `face' property.
1185 Use `completing-read-multiple' instead of `completing-read'.
1186 Require `crm'. Add default value and post-process the returned
1187 list of faces.
1188
1189 * emacs-lisp/crm.el (crm-find-current-element)
1190 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1191
1192 * emacs-lisp/lisp-mode.el (eval-defun-1):
1193 * emacs-lisp/edebug.el (edebug-eval-defun):
1194 Remove unnecessary quotes.
1195
1196 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1199 (prolog-indent-level): Fix typo in docstring.
1200
1201 * info.el (Info-history, Info-history-forward)
1202 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1203
1204 * add-log.el (add-change-log-entry):
1205 * comint.el (comint-dynamic-list-input-ring)
1206 (comint-dynamic-list-completions):
1207 * dabbrev.el (dabbrev-expand):
1208 * delim-col.el (delimit-columns-rectangle-line):
1209 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1210 (diff-unified->context):
1211 * ediff-init.el (ediff-abbrev-jobname):
1212 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1213 (ediff-replace-session-activity-marker-in-meta-buffer):
1214 * info.el (Info-summary):
1215 * lpr.el (printify-region):
1216 * printing.el (pr-create-interface):
1217 * ps-print.el (ps-print-quote):
1218 * ses.el (ses-column-widths, ses-print-cell)
1219 (ses-adjust-print-width, ses-center):
1220 * shell.el (shell-file-name-quote-list):
1221 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1222 (strokes-fill-current-buffer-with-whitespace)
1223 (strokes-xpm-for-stroke, strokes-list-strokes)
1224 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1225 * term.el (term-dynamic-list-input-ring)
1226 (term-dynamic-list-completions):
1227 * calc/calc.el (math-format-stack-value):
1228 * emacs-lisp/edebug.el (edebug-display-freq-count):
1229 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1230 (delphi-new-comment-line):
1231 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1232 * progmodes/executable.el (executable-set-magic):
1233 * progmodes/python.el (inferior-python-mode):
1234 * progmodes/scheme.el (scheme-mode-syntax-table):
1235 * progmodes/sh-script.el (sh-maybe-here-document):
1236 * progmodes/sql.el (sql-copy-column):
1237 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1238 * textmodes/bibtex.el (bibtex-mode):
1239 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1240 (sgml-auto-attributes):
1241 * textmodes/table.el (table-insert, table-shorten-cell)
1242 (table--generate-source-scan-lines, table-delete-row)
1243 (*table--cell-delete-char, table--spacify-frame)
1244 (table--horizontally-shift-above-and-below)
1245 (table--cell-insert-char, table--cell-blank-str)
1246 (table--fill-region-strictly):
1247 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1248 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1249
1250 * add-log.el (change-log):
1251 * apropos.el (apropos):
1252 * comint.el (comint-completion, comint-source):
1253 * dabbrev.el (dabbrev):
1254 * delim-col.el (columns):
1255 * diff-mode.el (diff-mode):
1256 * ediff.el (ediff):
1257 * ediff-diff.el (ediff-diff):
1258 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1259 * ediff-mult.el (ediff-mult):
1260 * ediff-ptch.el (ediff-ptch):
1261 * ediff-wind.el (ediff-window):
1262 * facemenu.el (facemenu):
1263 * indent.el (indent):
1264 * info.el (info):
1265 * jka-cmpr-hook.el (compression, jka-compr):
1266 * lpr.el (lpr):
1267 * outline.el (outlines):
1268 * pcmpl-cvs.el (pcmpl-cvs):
1269 * pcmpl-rpm.el (pcmpl-rpm):
1270 * printing.el (printing):
1271 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1272 (ps-print-vertical, ps-print-headers, ps-print-font)
1273 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1274 (ps-print-background, ps-print-printer, ps-print-page)
1275 (ps-print-miscellany):
1276 * ses.el (ses):
1277 * shell.el (shell, shell-directories, shell-faces):
1278 * startup.el (initialization):
1279 * strokes.el (strokes):
1280 * term.el (term):
1281 * uniquify.el (uniquify):
1282 * w32-vars.el (w32):
1283 * calc/calc.el (calc):
1284 * emacs-lisp/bytecomp.el (bytecomp):
1285 * emacs-lisp/cl-indent.el (lisp-indent):
1286 * emacs-lisp/edebug.el (edebug):
1287 * emacs-lisp/elp.el (elp):
1288 * emacs-lisp/testcover.el (testcover):
1289 * emacs-lisp/trace.el (trace):
1290 * emulation/viper-ex.el (viper-ex):
1291 * emulation/viper-mous.el (viper-mouse):
1292 * mail/mailalias.el (mailalias):
1293 * mail/supercite.el (supercite, supercite-frames)
1294 (supercite-attr, supercite-cite, supercite-hooks):
1295 * net/rcompile.el (remote-compile):
1296 * net/rlogin.el (rlogin):
1297 * obsolete/ooutline.el (outlines):
1298 * progmodes/delphi.el (delphi):
1299 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1300 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1301 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1302 (ebnf-optimization):
1303 * progmodes/etags.el (etags):
1304 * progmodes/executable.el (executable):
1305 * progmodes/idlwave.el (idlwave):
1306 * progmodes/pascal.el (pascal):
1307 * progmodes/prolog.el (prolog):
1308 * progmodes/python.el (python):
1309 * progmodes/scheme.el (scheme):
1310 * progmodes/sh-script.el (sh, sh-script):
1311 * progmodes/sql.el (SQL):
1312 * progmodes/tcl.el (tcl):
1313 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1314 * textmodes/enriched.el (enriched):
1315 * textmodes/makeinfo.el (makeinfo):
1316 * textmodes/sgml-mode.el (sgml):
1317 * textmodes/table.el (table-hooks):
1318 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1319 * textmodes/texinfo.el (texinfo):
1320 * textmodes/two-column.el (two-column):
1321 Finish `defgroup' description with period.
1322
1323 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1324 * eshell/esh-var.el (eshell-var):
1325 * progmodes/vhdl-mode.el (vhdl-testbench):
1326 * textmodes/org.el (org): Fix typos in docstrings.
1327
1328 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1329 consistency.
1330
1331 * progmodes/flymake.el (flymake-find-file): Remove.
1332 (flymake-float-time): Use `with-no-warnings'.
1333 (flymake-check-start-time, flymake-check-was-interrupted)
1334 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1335 (flymake-new-err-info): `defvar' at compile time.
1336
1337 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * replace.el (occur-hook): Doc fix.
1340 (occur-1): Don't call `occur-hook' if there are no matches.
1341
1342 2005-07-03 Richard M. Stallman <rms@gnu.org>
1343
1344 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1345 global-map, save the same map.
1346 (global-map): Don't alter it at top level.
1347 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1348 Then alter it here instead.
1349 (tpu-edt-off): Set global-map to the saved one.
1350
1351 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1352 All references simplified.
1353 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1354 (zmacs-regions): Add defvar.
1355 (repeat-complex-command-map): Everything about that deleted.
1356
1357 * textmodes/artist.el (artist-key-is-drawing)
1358 (artist-key-endpoint1, artist-key-poly-point-list)
1359 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1360 (artist-key-compl-table, artist-rb-save-data)
1361 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1362 Don't put them in eval-when-compile.
1363 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1364
1365 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1366 Use with-no-warnings.
1367
1368 * net/browse-url.el (dos-windows-version): Add defvar.
1369
1370 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1371
1372 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1373 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1374 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1375 Add defvar.
1376 (rmail-summary-beginning-of-message): Use with-no-warnings.
1377 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1378
1379 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1380 Use with-no-warnings.
1381
1382 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1383 (c-mark-function): Add point-moving-unit property.
1384 (vi-goto-line): Use with-no-warnings.
1385
1386 * emulation/edt.el (edt-last-copied-word): Add defvar.
1387 (zmacs-region-stays): Likewise.
1388 (edt-mark-section-wisely): Use c-mark-function for C.
1389 Use makr-defun for Fortran.
1390 (time-string): defvar deleted.
1391 (edt-display-the-time): Don't set time-string.
1392
1393 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1394
1395 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1396 Don't warn when name is not constant
1397 or for defining the group `emacs'.
1398
1399 * tooltip.el (gud-tooltip-mode): Add defvar.
1400
1401 * startup.el (default-frame-background-mode): Add defvar.
1402
1403 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1404
1405 * info.el (tool-bar-map): Add defvar.
1406
1407 * dired.el (dnd-protocol-alist): Add defvar.
1408
1409 * dired-aux.el (dired-query): Display question with answer, when
1410 the user answers.
1411
1412 * custom.el (custom-add-option): Doc fix.
1413
1414 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1415
1416 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1417
1418 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1419 bogus name from the last change.
1420
1421 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1422
1423 * custom.el (custom-declare-variable): Fix typos in comment.
1424 (custom-known-themes): Doc fix.
1425 (custom-theme-directory): New defcustom.
1426 (require-theme): Make it check `custom-theme-directory'.
1427
1428 * cus-theme.el (custom-new-theme-mode): New function.
1429 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1430 (custom-theme-description): Add compiler defvars.
1431 (customize-create-theme): Add doc to the "*New Custom Theme*"
1432 buffer. Use `custom-new-theme-mode'.
1433 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1434 and save it to the `custom-theme-directory'. Make this the
1435 default directory of the buffer.
1436
1437 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1438
1439 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1440 Fix unbalanced parentheses.
1441
1442 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1445 into flymake-mode and delegate to flymake-mode.
1446
1447 * find-file.el (ff-which-function-are-we-in): Clean up.
1448
1449 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * replace.el (occur-rename-buffer): Fix docstring.
1452
1453 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1454 (edt-last-copied-word, edt-learn-macro-count)
1455 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1456 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1457 (time-string, zmacs-region-stays):
1458 * emulation/edt-mapper.el (edt-save-function-key-map)
1459 (EDT-key-name): `defvar' to silence the byte-compiler.
1460
1461 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1462
1463 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1464 font-lock-regexp-backslash. Doc fix.
1465 (font-lock-regexp-backslash-grouping-construct): Rename from
1466 font-lock-regexp-backslash-construct. Doc fix.
1467 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1468 grouping constructs.
1469
1470 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1471
1472 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1473 updating all the prerequisites.
1474
1475 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * textmodes/org.el (org-agenda-start-on-weekday)
1478 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1479 (org-agenda-use-time-grid, org-archive-location)
1480 (org-allow-space-in-links, org-usenet-links-prefer-google)
1481 (org-enable-table-editor, org-export-default-language)
1482 (org-export-html-show-new-buffer, org-fill-paragraph)
1483 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1484 (org-goto-quit, org-occur, org-eval-in-calendar)
1485 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1486 (org-agenda-diary-entry, org-remember-help)
1487 (org-table-convert-region, org-at-table-p)
1488 (org-table-move-row-down, org-table-move-row-up)
1489 (org-table-copy-region, org-table-toggle-vline-visibility)
1490 (org-table-get-stored-formulas, org-table-get-specials)
1491 (org-recalc-commands, org-table-eval-formula)
1492 (org-table-formula-substitute-names, orgtbl-make-binding)
1493 (org-format-org-table-html, org-format-table-table-html)
1494 (org-format-table-table-html-using-table-generate-source)
1495 (org-customize): Fix typos in docstrings.
1496 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1497 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1498 (org-back-to-heading): Doc fixes.
1499 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1500 (org-agenda-change-all-lines, org-get-header):
1501 Improve argument/docstring consistency.
1502 (orgtbl-error): Fix error message.
1503
1504 * progmodes/flymake.el (flymake-find-possible-master-files)
1505 (flymake-master-file-compare, flymake-get-line-err-count)
1506 (flymake-highlight-line, flymake-gui-warnings-enabled):
1507 Fix typos in docstrings.
1508 (flymake-parse-line, flymake-get-project-include-dirs-function)
1509 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1510 Doc fixes.
1511 (flymake-get-project-include-dirs-function)
1512 (flymake-make-err-menu-data):
1513 Improve argument/docstring consistency.
1514
1515 2005-07-01 Lute Kamstra <lute@gnu.org>
1516
1517 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1518 Catch errors with ignore-errors. Use temporary buffer.
1519 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1520
1521 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1522 background color faces.
1523 (facemenu-set-foreground, facemenu-set-background):
1524 Use facemenu-set-face-from-menu.
1525 (facemenu-set-face-from-menu): Treat face names that start with
1526 "fg:" or "bg:" as special.
1527 (facemenu-add-new-color): Don't create faces. Simplify.
1528
1529 2005-06-30 Richard M. Stallman <rms@gnu.org>
1530
1531 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1532 (crm-find-current-element): Likewise.
1533
1534 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1535
1536 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1537
1538 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1541 (archive-mouse-extract): Make it an obsolete alias.
1542 (archive-mode-map): Don't use archive-mouse-extract any more.
1543 (archive-mode, archive-extract): write-contents-hooks ->
1544 write-contents-functions.
1545 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1546 first arg.
1547 (archive-rename-entry): Update the call.
1548 (archive-zip-summarize): Remove unused var `method'.
1549 (archive-lzh-summarize): Remove unused var `creator'.
1550
1551 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1552 dedicated frame upon exit.
1553
1554 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1555 (archive-zip-extract, archive-zip-expunge)
1556 (archive-zip-update, archive-zip-update-case): Use executable-find.
1557 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1558 Use restore-buffer-modified-p.
1559 (archive-extract, archive-add-new-member, archive-write-file-member):
1560 Use with-current-buffer.
1561 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1562
1563 2005-06-30 Andreas Schwab <schwab@suse.de>
1564
1565 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1566
1567 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1568
1569 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1570
1571 2005-06-30 Juri Linkov <juri@jurta.org>
1572
1573 * faces.el (vertical-border): Inherit from mode-line-inactive
1574 only on tty.
1575
1576 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1577
1578 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1579 example, -NLINES in the `occur' docstring).
1580
1581 * replace.el (occur-1): When no matches are found, do not set the
1582 `buffer-read-only' and modified flags for the occur buffer,
1583 because it is deleted.
1584
1585 * emulation/cua-base.el (cua-check-pending-input)
1586 (cua-repeat-replace-region, cua-mode, cua-debug)
1587 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1588 Fix typos in docstrings.
1589
1590 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1591 (cua-cut-region-to-global-mark)
1592 (cua--cut-rectangle-to-global-mark):
1593 Remove period from end of messages.
1594
1595 * emulation/cua-rect.el (cua-do-rectangle-padding):
1596 Remove period from end of messages.
1597 (cua--rectangle-seq-format): Fix typo in docstring.
1598 (cua-sequence-rectangle, cua-fill-char-rectangle):
1599 Improve argument/docstring consistency.
1600
1601 2005-06-29 Juri Linkov <juri@jurta.org>
1602
1603 * faces.el (default-frame-background-mode): New internal variable.
1604 (frame-set-background-mode): Use it.
1605
1606 * startup.el (normal-top-level): Set default-frame-background-mode
1607 instead of frame-background-mode. Before setting it, test for its
1608 nil value. Remove tests for frame-background-mode and frame
1609 parameter `reverse'. Add test for "unspecified-fg".
1610
1611 * term/xterm.el (xterm-rxvt-set-background-mode):
1612 * term/rxvt.el (rxvt-set-background-mode):
1613 Set default-frame-background-mode instead of frame-background-mode.
1614
1615 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1616
1617 * simple.el (set-variable): Warn about obsolete user variables.
1618
1619 * imenu.el (imenu--completion-buffer):
1620 * mouse.el (mouse-buffer-menu-alist):
1621 * msb.el (msb-invisible-buffer-p):
1622 * calendar/diary-lib.el (diary-header-line-format):
1623 * emacs-lisp/pp.el (pp-buffer):
1624 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1625 * textmodes/picture.el (picture-replace-match):
1626 Change space constants followed by a sexp to "?\s ".
1627
1628 * play/decipher.el (decipher-loop-with-breaks):
1629 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1630 constants "protected" from end of line by a comment to "?\s".
1631
1632 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * font-lock.el (save-buffer-state): Use `declare'.
1635
1636 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1637 reset the syntax-table to cperl-mode-syntax-table.
1638 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1639 "foo_print_bar" is not matched as a reserved keyword.
1640
1641 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1642
1643 * textmodes/org.el (orgtbl-setup): New function, for delayed
1644 setup for the orgtbl commands.
1645 (org-calc-default-modes): New option.
1646 (orgtbl-make-binding): Use `defun' to get better help display.
1647 (org-diary): Call `org-compile-prefix-format'.
1648 (org-table-formula-substitute-names): New function.
1649 (org-agenda-day-view, org-agenda-week-view): New commands.
1650 (org-agenda-toggle-week-view): Command removed.
1651 (org-tbl-menu): Split off from org-org-menu.
1652 (org-mode): Move removal of outline-mode menus to here.
1653 (org-table-formula-debug): New option.
1654 (org-table-insert-row): Keep first field if just "#" or "*".
1655 (org-mode): Paragraph regexps fixed.
1656 (org-table-recalculate-regexp): New constant.
1657 (org-table-justify-field-maybe): Avoid replace if not necessary.
1658 (org-copy-special, org-cut-special): Use `call-interactively'.
1659 (org-table-copy-region): Take region from `interactive' call.
1660 (org-trim): Return string even if no match.
1661 (org-formula): New face.
1662 (org-set-font-lock-defaults): No longer highlight "FIXME".
1663 But highlight formula-related fields in table.
1664 (org-table-p): Use regexp, not fontification.
1665 (org-table-align): Handle white space at end of line.
1666 (org-table-formula-evaluate-inline): New option.
1667 (org-mode): Auto-wrapping in comment lines turned off.
1668 (org-table-copy-down): Evaluate only in copied field, not in
1669 destination.
1670 (org-table-current-formula): Variable removed.
1671 (org-table-store-formulas, org-table-get-stored-formulas)
1672 (org-table-modify-formulas, org-table-replace-in-formulas)
1673 (org-table-maybe-eval-formula): New functions.
1674 (org-table-get-formula): Modify to use stored formulas.
1675 (org-table-insert-column, org-table-delete-column)
1676 (org-table-move-column): Call `org-table-modify-formulas'.
1677 (org-complete): Add completion for keyword formulas.
1678 (orgtbl-mode): Pull orgtbl-mode-map to start of
1679 minor-mode-map-alist.
1680
1681 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * progmodes/python.el (python-check): Require `compile' before
1684 modifying its variables.
1685
1686 * newcomment.el (comment-indent-default): Don't get fooled by an early
1687 end of buffer.
1688
1689 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1690
1691 * ps-print.el (ps-print-version): Fix version number.
1692
1693 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1696
1697 2005-06-28 Richard M. Stallman <rms@gnu.org>
1698
1699 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1700 (flyspell-local-mouse-map): Declaration deleted.
1701 (flyspell-mouse-map): Bind only mouse-2.
1702 (flyspell-mode-map): Don't test flyspell-use-local-map.
1703 (flyspell-overlay-keymap-property-name): Var deleted.
1704 (flyspell-mode-on): Don't make local bindings for
1705 flyspell-mouse-map and flyspell-mode-map.
1706 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1707
1708 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1709
1710 * progmodes/compile.el (compilation-next-error-function):
1711 Don't switch buffers; operate on the current buffer.
1712
1713 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1714
1715 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1716
1717 * bindings.el (global-map): Bind insertchar and its variants.
1718
1719 2005-06-27 Richard M. Stallman <rms@gnu.org>
1720
1721 * textmodes/artist.el (artist-text-overwrite)
1722 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1723
1724 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1725
1726 * ps-print.el: It was not working the page selection for printing.
1727 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1728 (ps-print-version): New version 6.6.7.
1729 (ps-end-sheet): New fun.
1730 (ps-header-sheet, ps-end-job): Call it.
1731
1732 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1733
1734 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1735
1736 2005-06-27 Lute Kamstra <lute@gnu.org>
1737
1738 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1739 background color faces.
1740 (facemenu-get-face): Delete function.
1741 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1742 (facemenu-add-new-color): Make second argument mandatory.
1743 Create the appropriate face and return it. Simplify.
1744 (facemenu-set-foreground, facemenu-set-background): Don't check if
1745 color is defined. Use return value of facemenu-add-new-color.
1746
1747 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1748
1749 * progmodes/gud.el (gud-filter): Add missing argument to
1750 with-selected-window.
1751
1752 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1755 a :require to the defcustom.
1756
1757 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1758 defcustoms corresponding to minor modes.
1759
1760 2005-06-26 David Ponce <david@dponce.com>
1761
1762 * recentf.el: Require tree-widget instead of wid-edit.
1763 (recentf-filename-handler): Fix widget :type.
1764 (recentf-cancel-dialog, recentf-open-more-files)
1765 (recentf-open-files-action): Doc fix.
1766 (recentf-dialog-goto-first): New function.
1767 (recentf-dialog-mode-map): Set parent keymap first.
1768 (recentf-dialog-mode): Define with define-derived-mode.
1769 Don't display continuation lines in dialogs.
1770 (recentf-edit-list): Rename from recentf-edit-selected-items.
1771 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1772 Simplify.
1773 (recentf-edit-list-validate): New function.
1774 (recentf-edit-list): Update accordingly.
1775 (recentf-open-files-item-shift): Remove.
1776 (recentf-open-files-item): Convert menu elements into tree and
1777 link widgets. Don't create the widgets.
1778 (recentf-open-files): Update accordingly.
1779 (recentf-save-list): Untabify.
1780
1781 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1782
1783 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1784 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1785 partially contained in the active region. Do not take active
1786 region into account when called from Lisp, unless INTERACTIVE arg
1787 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1788 avoid trouble with fields. Make marker point nowhere when no
1789 longer used. Always return nil. Doc fix.
1790 (flush-lines): Add INTERACTIVE arg. Do not take active region
1791 into account when called from Lisp, unless INTERACTIVE arg is
1792 non-nil. Use `forward-line' instead of `beginning-of-line' to
1793 avoid trouble with fields. Make marker point nowhere when no
1794 longer used. Always return nil. Doc fix.
1795 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1796 interchangeable. Do not take active region into account when
1797 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1798 message in echo area when called from Lisp, unless INTERACTIVE arg
1799 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1800 Return the number of matches. Doc fix.
1801 (occur): Doc fix.
1802 (perform-replace): Make comment follow double space convention for
1803 the sake of `outline-minor-mode'.
1804
1805 * faces.el (facep): Doc fix.
1806
1807 2005-06-25 Richard M. Stallman <rms@gnu.org>
1808
1809 * facemenu.el (facemenu-enable-faces-p): New function.
1810 (facemenu-background-menu, facemenu-foreground-menu)
1811 (facemenu-face-menu): Add menu-enable property.
1812
1813 * jka-compr.el (jka-compr-insert-file-contents):
1814 Special handling if cannot find the uncompression program.
1815
1816 * cus-face.el (custom-face-attributes): Add autoload.
1817
1818 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1819 Bind comment-indent-function locally.
1820
1821 * window.el (save-selected-window): Use save-current-buffer.
1822
1823 * subr.el (with-selected-window): Use save-current-buffer.
1824
1825 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1826 and with-current-buffer.
1827
1828 2005-06-24 Richard M. Stallman <rms@gnu.org>
1829
1830 * simple.el (line-move-1): Fix previous change.
1831
1832 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * replace.el (occur-1): Set `buffer-read-only' and the
1835 buffer-modified flag before running `occur-hook' to protect
1836 against unintentional buffer switches that can lead to data loss.
1837
1838 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1839
1840 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1841 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1842 initial error.
1843
1844 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1845 after fresh input.
1846 (gdb-var-create-handler): Put name of expression in quotes.
1847
1848 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1849
1850 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1851 elements of RING in order, and without bogus nil elements.
1852
1853 2005-06-23 Richard M. Stallman <rms@gnu.org>
1854
1855 * simple.el (set-variable): Args renamed; doc fix.
1856 (line-move-1): When there are overlays around, use vertical-motion.
1857
1858 * faces.el (escape-glyph): Use brown against light background.
1859 (nobreak-space): Rename from no-break-space.
1860 Fix previous change.
1861
1862 * dired-aux.el (dired-do-copy): Fix arg prompt.
1863
1864 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1865
1866 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1867
1868 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1869 rather than "Distributor".
1870
1871 2005-06-23 Lute Kamstra <lute@gnu.org>
1872
1873 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1874 (debug-on-entry): Use it. New interactive declaration that uses
1875 function-called-at-point.
1876
1877 2005-06-23 Kim F. Storm <storm@cua.dk>
1878
1879 * subr.el (save-match-data): Add comment about using evaporate arg
1880 to set-match-data.
1881
1882 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1883
1884 * cus-edit.el (customize-face)
1885 (customize-face-other-window): Handle face aliases.
1886
1887 * faces.el (face-documentation, set-face-attribute)
1888 (face-spec-set): Handle face aliases.
1889
1890 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1891
1892 * help-mode.el (help-make-xrefs): If a symbol representing a face
1893 name is not followed by the word "face", it could still be a
1894 function or variable name, so don't bypass other checks.
1895
1896 2005-06-22 Juri Linkov <juri@jurta.org>
1897
1898 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1899 Replace aliased functions with calls where second arg `inherit' is t.
1900
1901 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/gdb-ui.el (gdb-error): New variable.
1904 (gdb-error): New function.
1905 (gdb-annotation-rules): Act on error-begin and error annotations.
1906 (gdb-concat-output): Use font-lock-warning-face for errors.
1907
1908 2005-06-22 Miles Bader <miles@gnu.org>
1909
1910 * bindings.el (propertized-buffer-identification): Use renamed
1911 `Buffer-menu-buffer' face.
1912
1913 * faces.el (vertical-border): Rename from `vertical-divider'.
1914 (escape-glyph): Change dark-background color back to `cyan'.
1915
1916 2005-06-21 Juri Linkov <juri@jurta.org>
1917
1918 * faces.el (face-user-default-spec): Try getting `customized-face'
1919 prior to `saved-face'.
1920 (frame-background-mode): Refill docstring.
1921
1922 * emacs-lisp/lisp-mode.el (eval-defun-1):
1923 * emacs-lisp/edebug.el (edebug-eval-defun):
1924 Set `saved-face' temporarily to nil before calling form.
1925 Set `customized-face' to the new spec after that.
1926
1927 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1928
1929 * subr.el (1value, lambda, key-substitution-in-progress):
1930 Doc fixes.
1931
1932 * autoinsert.el (auto-insert-alist):
1933 * ses.el (ses-call-printer):
1934 * subr.el (noreturn):
1935 * emacs-lisp/lisp.el (check-parens):
1936 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1937 * net/browse-url.el (browse-url-mosaic):
1938 * progmodes/cc-defs.el (c-safe-scan-lists):
1939 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1940 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1941 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1942 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1943 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1944 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1945
1946 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1947
1948 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1949
1950 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1951
1952 * calendar/appt.el (appt-make-list): Activate the package, if
1953 not already active (for backwards compatibility).
1954
1955 2005-06-20 Kim F. Storm <storm@cua.dk>
1956
1957 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1958
1959 2005-06-20 Miles Bader <miles@gnu.org>
1960
1961 * faces.el (vertical-divider): New face.
1962
1963 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * simple.el (kill-whole-line): Doc fix.
1966 (next-error-buffer-p, next-error-find-buffer)
1967 (clone-indirect-buffer): Fix typos in docstrings.
1968 (comment-line-break-function): Doc fix: don't say variable
1969 is automatically buffer-local (it isn't).
1970
1971 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1972
1973 * net/tramp-ftp.el (top):
1974 * net/tramp-smb.el (top):
1975 * net/tramp-util.el (top):
1976 * net/tramp-uu.el (top):
1977 * net/tramp-vc.el (top):
1978 * net/tramp.el (top): Revert copyright years back to original
1979 ones. Tramp has a life outside GNU Emacs.
1980
1981 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1982
1983 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1984
1985 2005-06-18 Juri Linkov <juri@jurta.org>
1986
1987 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1988 end of first regexp to limit the match to the position between
1989 line number and source line with same separator character as used
1990 between file name and line number. In the second regexp limit
1991 mouse-face area to file name and line number by adding new group
1992 for them and referring it in HYPERLINK arg.
1993 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1994 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1995 previous line where grep markers may be already removed.
1996
1997 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1998
1999 * progmodes/ps-mode.el: Update version and maintainer's email address.
2000
2001 2005-06-18 Steve Youngs <steve@xemacs.org>
2002
2003 * net/browse-url.el (browse-url-browser-function)
2004 (browse-url-default-browser): Add firefox.
2005 (browse-url-firefox-program, browse-url-firefox-arguments)
2006 (browse-url-firefox-startup-arguments)
2007 (browse-url-firefox-new-window-is-tab): New defcustoms.
2008 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
2009
2010 2005-06-17 Richard M. Stallman <rms@gnu.org>
2011
2012 * startup.el (command-line): Warn if specified user name has
2013 no home directory.
2014
2015 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2016 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2017
2018 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2019 Doc fixes.
2020
2021 * faces.el (underline): Try bold if terminal doesn't support underline.
2022
2023 * mail/sendmail.el (mail-setup-with-from): New variable.
2024 (mail-insert-from-field): New function.
2025 (sendmail-send-it): Call it.
2026 (mail-setup): Optionally call it here.
2027
2028 * term/linux.el: Call tty-no-underline.
2029
2030 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2031
2032 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2033
2034 2005-06-17 Miles Bader <miles@gnu.org>
2035
2036 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2037 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2038 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2039 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2040 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2041 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2042 Remove "-face" suffix from face names.
2043 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2044 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2045 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2046 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2047 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2048 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2049 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2050 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2051 New backward-compatibility aliases for renamed faces.
2052 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2053 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2054 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2055 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2056 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2057 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2058 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2059 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2060 Use renamed ediff faces.
2061
2062 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2063 Remove "-face" suffix from face names.
2064 (eshell-test-ok-face, eshell-test-failed-face):
2065 New backward-compatibility aliases for renamed faces.
2066 (eshell-run-test): Use renamed eshell-test faces.
2067
2068 * eshell/em-prompt.el (eshell-prompt):
2069 Remove "-face" suffix from face name.
2070 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2071 (eshell-emit-prompt): Use renamed eshell-prompt face.
2072
2073 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2074 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2075 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2076 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2077 Remove "-face" suffix from face names.
2078 (eshell-ls-directory-face, eshell-ls-symlink-face)
2079 (eshell-ls-executable-face, eshell-ls-readonly-face)
2080 (eshell-ls-unreadable-face, eshell-ls-special-face)
2081 (eshell-ls-missing-face, eshell-ls-archive-face)
2082 (eshell-ls-backup-face, eshell-ls-product-face)
2083 (eshell-ls-clutter-face):
2084 New backward-compatibility aliases for renamed faces.
2085 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2086
2087 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2088 Remove "-face" suffix from face name.
2089 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2090 instead of literal face.
2091
2092 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * emacs-lisp/warnings.el (display-warning, lwarn)
2095 (warning-minimum-log-level): Doc fixes.
2096 (warning-minimum-level, warning-minimum-log-level):
2097 Add :debug to :type choices.
2098
2099 * progmodes/ada-mode.el (ada-format-paramlist)
2100 (ada-get-indent-case, ada-check-matching-start)
2101 (ada-check-defun-name, ada-goto-matching-decl-start)
2102 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2103 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2104 (ada-make-subprogram-body): Follow error conventions.
2105 (ada-case-exception-file, ada-indent-comment-as-code)
2106 (ada-indent-handle-comment-special, ada-indent-renames)
2107 (ada-indent-return, ada-search-directories-internal)
2108 (ada-tab-policy, ada-case-exception-substring)
2109 (ada-other-file-alist, ada-matching-start-re)
2110 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2111 (ada-imenu-generic-expression, ada-compile-goto-error)
2112 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2113 (ada-popup-menu, ada-add-extensions, ada-mode)
2114 (ada-region-selected, ada-create-case-exception)
2115 (ada-create-case-exception-substring, ada-after-keyword-p)
2116 (ada-activate-keys-for-case, ada-adjust-case-region)
2117 (ada-adjust-case-buffer, ada-format-paramlist)
2118 (ada-scan-paramlist, ada-insert-paramlist)
2119 (ada-indent-newline-indent)
2120 (ada-indent-newline-indent-conditional)
2121 (ada-justified-indent-current, ada-goto-previous-word)
2122 (ada-indent-current, ada-get-indent-open-paren)
2123 (ada-get-indent-paramlist, ada-get-indent-end)
2124 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2125 (ada-get-indent-block-start, ada-get-indent-subprog)
2126 (ada-get-indent-noindent, ada-get-indent-label)
2127 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2128 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2129 (ada-goto-stmt-end, ada-goto-next-word)
2130 (ada-check-matching-start, ada-check-defun-name)
2131 (ada-goto-matching-decl-start, ada-goto-matching-start)
2132 (ada-goto-matching-end, ada-search-ignore-string-comment)
2133 (ada-in-decl-p, ada-looking-at-semi-or)
2134 (ada-looking-at-semi-private, ada-in-paramlist-p)
2135 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2136 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2137 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2138 (ada-previous-package, ada-create-menu)
2139 (ada-fill-comment-paragraph-justify)
2140 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2141 (ada-other-file-name, ada-last-which-function-line)
2142 (ada-last-which-function-subprog, ada-which-function)
2143 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2144 (ada-gen-treat-proc, ada-check-emacs-version)
2145 (ada-continuation-indent, ada-align-region-separate):
2146 Fix typos in docstrings.
2147 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2148
2149 2005-06-16 Lute Kamstra <lute@gnu.org>
2150
2151 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2152 conditionally.
2153
2154 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * comint.el (comint-replace-by-expanded-filename)
2157 (comint-prompt-regexp, comint-delimiter-argument-list)
2158 (comint-preinput-scroll-to-bottom):
2159 * info.el (Info-hide-cookies-node):
2160 * ls-lisp.el (ls-lisp-classify):
2161 * find-file.el (ff-search-directories, ff-special-constructs)
2162 (ff-find-other-file):
2163 * font-lock.el (font-lock-keywords):
2164 * shell.el (shell-prompt-pattern)
2165 (shell-dynamic-complete-functions, shell-mode)
2166 (shell-delimiter-argument-list):
2167 * term.el (term-replace-by-expanded-filename)
2168 (term-prompt-regexp, term-delimiter-argument-list):
2169 * woman.el (woman-ignore, woman0-if):
2170 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2171 * emacs-lisp/elint.el (elint-init-env):
2172 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2173 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2174 * language/ethio-util.el (ethio-tilde-escape)
2175 (ethio-use-three-dot-question):
2176 * net/zone-mode.el (zone-mode-load-time-setup):
2177 * progmodes/cc-align.el (c-lineup-argcont):
2178 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2179 * progmodes/cperl-mode.el (cperl-set-style-back):
2180 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2181 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2182 Fix spellings in docstrings.
2183
2184 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2185 * progmodes/modula2.el (m2-for): Fix spellings.
2186
2187 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2188
2189 * simple.el (undo-more): Don't use `format' on `error' arguments.
2190 Improve argument/docstring consistency.
2191 (pending-undo-list): Doc fix.
2192
2193 * smerge-mode.el (smerge-ensure-match):
2194 * emulation/vip.el (vip-ex):
2195 * net/zone-mode.el (zone-mode-update-serial):
2196 * progmodes/idlwave.el (idlwave-complete):
2197 * progmodes/vhdl-mode.el (vhdl-visit-file)
2198 (vhdl-compose-wire-components):
2199 Don't use `format' on `error' arguments.
2200
2201 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2202 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2203 (tooltip-help-tips): Fix typos in docstrings.
2204
2205 2005-06-16 David Ponce <david@dponce.com>
2206
2207 * tree-widget.el (tree-widget-value-create): Simplify last change.
2208
2209 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2210
2211 * ido.el (ido-incomplete-regexp): New variable.
2212 (ido-set-matches-1): Handle invalid-regexp error and set
2213 ido-incomplete-regexp.
2214 (ido-incomplete-regexp): New face.
2215 (ido-completions): Use it.
2216 (ido-complete, ido-exit-minibuffer, ido-completions):
2217 Handle incomplete regexps.
2218 (ido-completions): Add check for complete match when entering a regexp.
2219
2220 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2223
2224 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2225
2226 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2227 by field delimiters.
2228
2229 2005-06-15 David Ponce <david@dponce.com>
2230
2231 * tree-widget.el: eval-and-compile inlined functions so they will
2232 be available at run-time too.
2233 (tree-widget-super-format-handler)
2234 (tree-widget-format-handler): Remove.
2235 (tree-widget-value-create): Handle the :indent property.
2236
2237 2005-06-15 Miles Bader <miles@gnu.org>
2238
2239 * progmodes/which-func.el (which-func): Only inherit
2240 `font-lock-function-name-face' when that makes sense against the
2241 default mode-line face, otherwise set the face color explicitly.
2242
2243 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2244 faces instead of (non-existent) variables.
2245
2246 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2247
2248 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2249 (iswitchb-get-matched-buffers): Likewise. Simplify.
2250
2251 2005-06-14 Miles Bader <miles@gnu.org>
2252
2253 * progmodes/ld-script.el (ld-script-location-counter):
2254 Remove "-face" suffix from face name.
2255 (ld-script-location-counter-face):
2256 New backward-compatibility alias for renamed face.
2257 (ld-script-location-counter-face): Use renamed face.
2258
2259 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2260 (cperl-hash): Remove "-face" suffix from face names.
2261 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2262 New backward-compatibility aliases for renamed faces.
2263 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2264 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2265
2266 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2267 name.
2268 (which-func-face): New backward-compatibility alias for renamed face.
2269 (which-func-format): Use renamed which-func face.
2270
2271 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2272 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2273 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2274 names.
2275 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2276 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2277 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2278 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2279 (vhdl-speedbar-architecture-selected)
2280 (vhdl-speedbar-configuration-selected)
2281 (vhdl-speedbar-package-selected)
2282 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2283 names.
2284 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2285 Use renamed faces.
2286 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2287 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2288 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2289 Use renamed faces.
2290 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2291 names.
2292 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2293 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2294 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2295 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2296 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2297 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2298
2299 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2300 face name.
2301 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2302 (sh-heredoc-face): Use renamed sh-heredoc face.
2303
2304 * progmodes/idlw-help.el (idlwave-help-link):
2305 Remove "-face" suffix from face name.
2306 (idlwave-help-link-face):
2307 New backward-compatibility alias for renamed face.
2308 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2309
2310 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2311 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2312 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2313 New backward-compatibility aliases for renamed faces.
2314 (idlwave-shell-disabled-breakpoint-face)
2315 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2316
2317 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2318 Remove "-face" suffix from face names.
2319 (flymake-errline-face, flymake-warnline-face):
2320 New backward-compatibility aliases for renamed faces.
2321 (flymake-highlight-line): Use renamed flymake faces.
2322
2323 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2324 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2325 (ebrowse-member-class, ebrowse-progress):
2326 Remove "-face" suffix from face names.
2327 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2328 (ebrowse-file-name-face, ebrowse-default-face)
2329 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2330 (ebrowse-progress-face):
2331 New backward-compatibility aliases for renamed faces.
2332 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2333 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2334 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2335 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2336
2337 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2338 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2339 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2340 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2341 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2342 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2343 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2344 New backward-compatibility aliases for renamed faces.
2345 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2346 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2347 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2348 "font-lock-". Use renamed antlr-mode faces.
2349 (antlr-font-lock-additional-keywords): Use renamed faces.
2350 Replace literal face-names with face variable references.
2351
2352 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2353 face name.
2354 (Buffer-menu-buffer-face): New backward-compatibility alias for
2355 renamed face.
2356 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2357
2358 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2359
2360 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2361 Eliminate "-face" suffix.
2362 (makefile-targets): Inherit from font-lock-function-name-face and
2363 eliminate "-face" suffix.
2364 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2365 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2366 actions, instead of prepending, to make it less visible.
2367 (makefile-previous-dependency, makefile-match-dependency):
2368 Don't match a target on a continuation line.
2369
2370 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2371
2372 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * progmodes/gdb-ui.el (menu): Re-order menu items.
2375 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2376
2377 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2378 Define in tooltip.el.
2379 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2380 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2381 gud-tooltip-echo-area.
2382
2383 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2384 backward compatibility and make obsolete.
2385 (tooltip-help-tips): Use tooltip-use-echo-area.
2386 (tooltip-show-help-function): Rename to...
2387 (tooltip-show-help): ...this, because it is a function.
2388 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2389
2390 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2391
2392 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2393 (edebug-print-length, edebug-print-level, edebug-print-circle)
2394 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2395 (edebug-eval-print-last-sexp): Doc fixes.
2396
2397 2005-06-14 Kim F. Storm <storm@cua.dk>
2398
2399 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2400 as the coverage buffer/file/both may change.
2401
2402 2005-06-14 Lute Kamstra <lute@gnu.org>
2403
2404 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2405 and run-mode-hooks. Simplify.
2406
2407 * mail/rmailedit.el (rmail-edit-mode):
2408 * progmodes/octave-inf.el (inferior-octave-mode):
2409 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2410
2411 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2412 and run-mode-hooks.
2413 (recentf-edit-list, recentf-open-files): Don't call
2414 kill-all-local-variables directly.
2415
2416 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2417
2418 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * emacs-lisp/byte-run.el (make-obsolete)
2421 (define-obsolete-function-alias): Rename arguments FUNCTION and
2422 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2423 (make-obsolete-variable, define-obsolete-variable-alias):
2424 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2425 respectively.
2426
2427 * isearchb.el (isearchb-activate):
2428 * pcvs.el (cvs-mode):
2429 * ses.el (ses-load):
2430 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2431 * net/tramp.el (tramp-find-file-exists-command)
2432 (tramp-find-shell):
2433 * progmodes/ada-mode.el (ada-create-case-exception)
2434 (ada-create-case-exception-substring, ada-make-subprogram-body):
2435 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2436 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2437 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2438 * textmodes/org.el (org-promote, org-evaluate-time-range)
2439 (org-agenda-next-date-line, org-agenda-previous-date-line)
2440 (org-agenda-error, org-open-at-point, org-table-move-row)
2441 (org-format-table-table-html-using-table-generate-source)
2442 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2443 * textmodes/reftex.el (reftex-access-scan-info):
2444 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2445 (reftex-toc-promote-prepare): Follow error conventions.
2446
2447 * diff-mode.el (diff-mode): Fix typo in docstring.
2448
2449 * forms.el (forms--intuit-from-file): Fix reference to
2450 `forms-number-of-fields' in error message.
2451 (forms-print): Fix quoting in error message.
2452
2453 * forms.el (forms-mode):
2454 * emulation/vi.el (vi-goto-insert-state):
2455 * progmodes/flymake.el (flymake-new-err-info)
2456 (flymake-start-syntax-check-for-current-buffer)
2457 (flymake-simple-cleanup):
2458 * eshell/esh-var.el (eshell/export):
2459 * progmodes/gud.el (xdb):
2460 * textmodes/flyspell.el (flyspell-incorrect-hook)
2461 (flyspell-maybe-correct-transposition)
2462 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2463
2464 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2465
2466 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2467 minibuffer prompt.
2468
2469 2005-06-13 Kim F. Storm <storm@cua.dk>
2470
2471 * subr.el (add-to-ordered-list): New defun.
2472
2473 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2474 add cua--keymap-alist to emulation-mode-map-alists.
2475
2476 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * subr.el (complete-in-turn): New macro.
2479 (dynamic-completion-table, lazy-completion-table): Add debug info.
2480
2481 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2482 in preference to face aliases.
2483
2484 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2485 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2486 Remove unused vars `start' and `firstline'.
2487 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2488 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2489
2490 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2491
2492 * cus-start.el (all): Don't complain about missing GTK-related
2493 variables, unless either `gtk' is boundp or this isn't a
2494 `windows-nt' build.
2495
2496 2005-06-13 Lute Kamstra <lute@gnu.org>
2497
2498 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2499 run-mode-hooks.
2500
2501 * ediff-mult.el (ediff-meta-mode):
2502 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2503
2504 * ledit.el (ledit-mode): Use delay-mode-hooks.
2505
2506 * woman.el (woman-mode-line-format): Delete constant.
2507 (woman-mode-map): Initialize it properly.
2508 (woman-mode): Set mode-class property to special.
2509 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2510 Set major-mode and mode-name. Don't set mode-line-format directly.
2511 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2512
2513 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2514 string argument obsolete.
2515
2516 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2517
2518 * textmodes/org.el (org-CUA-compatible): New option.
2519 (org-disputed-keys): New variable.
2520 (org-key): New function.
2521 (orgtbl-make-binding): Add docstring to the created function.
2522 (org-mode): Set paragraph start/separate regexps.
2523 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2524 (org-archive-location, org-archive-mark-done)
2525 (org-archive-stamp-time): New options.
2526 (org-archive-subtree): New command.
2527 (org-fill-paragraph): New function.
2528 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2529 (org-fake-empty-table-line): Function removed.
2530 (org-format-org-table-html): Do not create empty table lines at
2531 separator lines. Improved table header treatment.
2532 (org-link-format): New option.
2533 (org-make-link): New function.
2534 (org-insert-link, org-store-link): Use org-make-link.
2535 (org-open-file): Quote file name for shell command, to allow
2536 spaces in file names.
2537 (org-link-regexp): Fix bug with mailto link.
2538 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2539 New constants.
2540 (org-export-as-html): Deal with the optional angles around a link.
2541 Better treatment of file: links.
2542 (org-open-at-point): Replace @{ and @} with < and >.
2543 (org-run-mode-hooks): Function removed.
2544 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2545
2546 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2547
2548 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2549 MI command -data-list-register-values.
2550 (gdb-post-prompt): Indent properly.
2551
2552 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * hilit-chg.el (highlight-changes-colors): Rename from
2555 `highlight-changes-colours'.
2556 (highlight-changes-colours): Keep as obsolete alias.
2557 (highlight-changes-face-list): Doc fix.
2558 (hilit-chg-make-list): Use `highlight-changes-colors'.
2559
2560 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2561
2562 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2563 defun-prompt-regexp.
2564
2565 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2566
2567 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2568 and cygwin.
2569
2570 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2571 Don't use an old loaddefs.el, as in Makefile.in.
2572
2573 2005-06-12 Lute Kamstra <lute@gnu.org>
2574
2575 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2576
2577 * man.el (Man-mode-map): Initialize it properly.
2578 (Man-mode): Set mode-class property to special.
2579
2580 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2581
2582 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2583
2584 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2585 A newline is needed in the docstring there.
2586
2587 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2588 Doc fixes.
2589
2590 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2591
2592 * printing.el: Doc fix. The menubar is no more changed when printing
2593 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2594 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2595 (pr-version): New version number (6.8.4).
2596 (pr-menu-bind): New command.
2597 (pr-update-menus): Docstring and code fix.
2598 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2599 Docstring fix.
2600 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2601 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2602
2603 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2604
2605 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2606 "Returns" to "return", document useful return values, etc.
2607
2608 2005-06-11 Alan Mackenzie <acm@muc.de>
2609
2610 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2611 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2612 (adaptive-file-function): Minor amendment to doc-string.
2613
2614 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2615
2616 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2617 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2618 Fix :type--it is `integer', not `string'.
2619
2620 * faces.el (modeline-highlight): Rename from (the erroneous)
2621 `modeline-higilight'.
2622
2623 2005-06-11 Lute Kamstra <lute@gnu.org>
2624
2625 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2626 lisp-interaction-mode-map but make it the parent.
2627 (edebug-eval-mode): Use define-derived-mode.
2628
2629 2005-06-11 Andreas Schwab <schwab@suse.de>
2630
2631 * bindings.el: Add binding of `ESC functionkey' for every
2632 `M-functionkey'.
2633 * hexl.el (hexl-mode-map): Likewise.
2634
2635 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2636
2637 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2638 [msft]: update regexp for newer msft compilers.
2639
2640 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2641
2642 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2643 ATTLIST portions of included DTDs.
2644 (xml-parse-dtd): Eliminate use of inefficient match-data.
2645
2646 2005-06-10 Miles Bader <miles@gnu.org>
2647
2648 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2649 (mpuz-text): Remove "-face" suffix from face names.
2650 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2651 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2652 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2653
2654 * play/gomoku.el (gomoku-O, gomoku-X):
2655 Remove "-face" suffix from face names.
2656 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2657 New backward-compatibility aliases for renamed faces.
2658 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2659
2660 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2661
2662 * thumbs.el: Fixes for changes of 2005-06-09.
2663 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2664 as a directory.
2665 (thumbs-thumbname): Remove directory separator from format string;
2666 `thumbs-thumbsdir' now returns a valid directory name.
2667 (thumbs-temp-dir): New defsubst.
2668 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2669 Use it.
2670
2671 * cus-edit.el (minibuffer):
2672 * files.el (make-backup-file-name-function):
2673 * filesets.el (filesets-external-viewers):
2674 * hilit-chg.el (highlight-changes-colours)
2675 (highlight-changes-face-list, highlight-changes-rotate-faces):
2676 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2677 * kmacro.el (kmacro-call-macro):
2678 * log-edit.el (log-edit-changelog-full-paragraphs):
2679 * mouse.el (mouse-1-click-follows-link):
2680 * skeleton.el (skeleton-autowrap):
2681 * subr.el (insert-for-yank-1):
2682 * tempo.el (tempo-insert-region):
2683 * terminal.el (terminal-emulator):
2684 * time.el (display-time-mail-face):
2685 * vc.el (vc-annotate):
2686 * vcursor.el (vcursor-copy-line):
2687 * woman.el (woman-bold-headings, woman-ignore)
2688 (woman-default-faces, woman-monochrome-faces):
2689 * calendar/todo-mode.el (todo-insert-threshold):
2690 * emulation/pc-select.el (pc-select-selection-keys-only)
2691 (pc-selection-mode):
2692 * emulation/vip.el (vip-find-char-forward):
2693 * emulation/viper-cmd.el (viper-find-char-forward):
2694 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2695 (input-method-exit-on-invalid-key):
2696 * international/mule-diag.el (describe-coding-system):
2697 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2698 * net/browse-url.el (browse-url-xterm-program):
2699 * obsolete/lazy-lock.el (lazy-lock-mode):
2700 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2701 (cperl-mode):
2702 * progmodes/cpp.el (cpp-face-light-name-list)
2703 (cpp-face-dark-name-list):
2704 * progmodes/delphi.el (delphi-newline-always-indents):
2705 Fix spellings in docstrings.
2706
2707 * ido.el (ido-mode, ido-file-extensions-order)
2708 (ido-default-file-method, ido-default-buffer-method)
2709 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2710 (ido-decorations, ido-read-file-name-as-directory-commands)
2711 (ido-read-file-name-non-ido, ido-work-directory-list)
2712 (ido-ignore-item-temp-list, ido-current-directory)
2713 (ido-magic-forward-char, ido-enter-find-file)
2714 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2715 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2716
2717 2005-06-10 Lute Kamstra <lute@gnu.org>
2718
2719 * play/dunnet.el (dun-mode): Use define-derived-mode.
2720 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2721 obsolete alias.
2722
2723 * play/doctor.el (doctor-mode-map): Remove defvar.
2724 (doctor-mode): Use define-derived-mode.
2725
2726 * mail/mspools.el (mspools-mode):
2727 * net/eudc-hotlist.el (eudc-hotlist-mode):
2728 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2729
2730 2005-06-10 Miles Bader <miles@gnu.org>
2731
2732 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2733 Remove "-face" suffix from face names.
2734 (flyspell-incorrect-face, flyspell-duplicate-face):
2735 New backward-compatibility aliases for renamed faces.
2736 (flyspell-mode-on, make-flyspell-overlay)
2737 (flyspell-highlight-incorrect-region)
2738 (flyspell-highlight-duplicate-region)
2739 (flyspell-display-next-corrections)
2740 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2741
2742 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2743 from face name.
2744 (texinfo-heading-face): New backward-compatibility alias for
2745 renamed face.
2746 (texinfo-heading-face): Use renamed texinfo-heading face.
2747
2748 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2749 suffix from face names.
2750 (tex-math-face, tex-verbatim-face):
2751 New backward-compatibility aliases for renamed faces.
2752 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2753 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2754 literal face name.
2755
2756 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2757 name.
2758 (table-cell-face): New backward-compatibility alias for renamed face.
2759 (table--put-cell-face-property, table--update-cell-face):
2760 Use renamed table-cell face.
2761
2762 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2763 from face name.
2764 (sgml-namespace-face): New backward-compatibility alias for
2765 renamed face.
2766 (sgml-namespace-face): Use renamed sgml-namespace face.
2767
2768 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2769 (org-level-4, org-level-5, org-level-6, org-level-7)
2770 (org-level-8, org-warning, org-headline-done)
2771 (org-deadline-announce, org-scheduled-today)
2772 (org-scheduled-previously, org-link, org-done, org-table)
2773 (org-time-grid): Remove "-face" suffix from face names.
2774 (org-level-1-face, org-level-2-face, org-level-3-face)
2775 (org-level-4-face, org-level-5-face, org-level-6-face)
2776 (org-level-7-face, org-level-8-face, org-warning-face)
2777 (org-headline-done-face, org-deadline-announce-face)
2778 (org-scheduled-today-face, org-scheduled-previously-face)
2779 (org-link-face, org-done-face, org-table-face)
2780 (org-time-grid-face):
2781 New backward-compatibility aliases for renamed faces.
2782 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2783 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2784 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2785 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2786
2787 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2788 (viper-minibuffer-emacs, viper-minibuffer-insert)
2789 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2790 (viper-search-face, viper-replace-overlay-face)
2791 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2792 (viper-minibuffer-vi-face):
2793 New backward-compatibility aliases for renamed faces.
2794 (viper-search-face, viper-replace-overlay-face)
2795 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2796 (viper-minibuffer-vi-face): Use renamed viper faces.
2797
2798 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2799 Remove "-face" suffix from face names.
2800 (testcover-nohits-face, testcover-1value-face):
2801 New backward-compatibility aliases for renamed faces.
2802 (testcover-mark): Use renamed testcover faces.
2803
2804 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2805 face name.
2806 (diary-button-face): New backward-compatibility alias for renamed face.
2807 (diary-entry): Use renamed diary-button face.
2808
2809 * calendar/calendar.el (diary, calendar-today, holiday)
2810 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2811 (diary-face, calendar-today-face, holiday-face):
2812 New backward-compatibility aliases for renamed faces.
2813 (eval-after-load "facemenu", diary-entry-marker)
2814 (calendar-today-marker, calendar-holiday-marker, diary-face):
2815 Use renamed calendar faces.
2816
2817 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2818 (compare-windows-face): New backward-compatibility alias for
2819 renamed face.
2820 (compare-windows-highlight): Use renamed compare-windows face.
2821
2822 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2823 (strokes-char-face): New backward-compatibility alias for renamed face.
2824 (strokes-encode-buffer): Use renamed strokes-char face.
2825
2826 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2827 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2828 Remove "-face" suffix from face names.
2829 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2830 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2831 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2832 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2833 Use renamed pcvs faces.
2834 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2835 * pcvs-defs.el (cvs-mode-map): Likewise.
2836 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2837
2838 * info.el (info-title-1, info-title-2, info-title-3)
2839 (info-title-4): Remove "-face" suffix from and downcase face names.
2840 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2841 (Info-title-4-face):
2842 New backward-compatibility aliases for renamed faces.
2843 (Info-fontify-node): Use renamed info faces.
2844
2845 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2846 Remove "-face" suffix from face names.
2847 (highlight-changes-face, highlight-changes-delete-face):
2848 New backward-compatibility aliases for renamed faces.
2849 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2850 (hilit-chg-make-list): Use renamed highlight-changes faces.
2851
2852 * generic-x.el (show-tabs-tab, show-tabs-space):
2853 Remove "-face" suffix from face names.
2854 (show-tabs-tab-face, show-tabs-space-face):
2855 New backward-compatibility aliases for renamed faces.
2856 (show-tabs-generic-mode-font-lock-defaults-1)
2857 (show-tabs-generic-mode-font-lock-defaults-2):
2858 Use renamed show-tabs faces.
2859
2860 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2861 (smerge-markers): Remove "-face" suffix from face names.
2862 (smerge-mine-face, smerge-other-face, smerge-base-face)
2863 (smerge-markers-face):
2864 New backward-compatibility aliases for renamed faces.
2865 (smerge-mine-face, smerge-other-face, smerge-base-face)
2866 (smerge-markers-face): Use renamed smerge faces.
2867
2868 * log-view.el (log-view-file, log-view-message):
2869 Remove "-face" suffix from face names.
2870 (log-view-file-face, log-view-message-face):
2871 New backward-compatibility aliases for renamed faces.
2872 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2873
2874 * paren.el (show-paren-match, show-paren-mismatch):
2875 Remove "-face" suffix from face names.
2876 (show-paren-match-face, show-paren-mismatch-face):
2877 New backward-compatibility aliases for renamed faces.
2878 (show-paren-function): Use renamed show-paren faces.
2879
2880 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2881 (ruler-mode-margins, ruler-mode-fringes)
2882 (ruler-mode-column-number, ruler-mode-fill-column)
2883 (ruler-mode-comment-column, ruler-mode-goal-column)
2884 (ruler-mode-tab-stop, ruler-mode-current-column):
2885 Remove "-face" suffix from face names.
2886 (ruler-mode-default-face, ruler-mode-pad-face)
2887 (ruler-mode-margins-face, ruler-mode-fringes-face)
2888 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2889 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2890 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2891 New backward-compatibility aliases for renamed faces.
2892 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2893 (ruler-mode-column-number, ruler-mode-fill-column)
2894 (ruler-mode-comment-column, ruler-mode-goal-column)
2895 (ruler-mode-tab-stop, ruler-mode-current-column)
2896 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2897
2898 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2899 face name.
2900 (whitespace-highlight-the-space): Use renamed face.
2901 (whitespace-highlight-face): New backward-compatibility alias for
2902 renamed face.
2903
2904 * woman.el (woman-italic, woman-bold, woman-unknown)
2905 (woman-addition, woman-symbol-face):
2906 Remove "-face" suffix from face names.
2907 (woman-italic-face, woman-bold-face, woman-unknown-face)
2908 (woman-addition-face):
2909 New backward-compatibility aliases for renamed faces.
2910 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2911 (woman-decode-region, woman-replace-match)
2912 (woman-display-extended-fonts, woman-special-characters)
2913 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2914 Use renamed woman faces.
2915
2916 * longlines.el (longlines-visible-face): Face removed.
2917
2918 * diff-mode.el (diff-header, diff-file-header, diff-index)
2919 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2920 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2921 suffix from face names.
2922 (diff-header-face, diff-file-header-face, diff-index-face)
2923 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2924 (diff-changed-face, diff-function-face, diff-context-face)
2925 (diff-nonexistent-face): New backward-compatibility aliases for
2926 renamed faces.
2927 (diff-header-face, diff-file-header-face)
2928 (diff-index, diff-index-face, diff-hunk-header)
2929 (diff-hunk-header-face, diff-removed, diff-removed-face)
2930 (diff-added, diff-added-face, diff-changed-face, diff-function)
2931 (diff-function-face, diff-context-face, diff-nonexistent)
2932 (diff-nonexistent-face): Use renamed diff-mode faces.
2933
2934 * progmodes/compile.el (compilation-warning-face)
2935 (compilation-info-face): Remove "-face" suffix from face names.
2936 (compilation-warning-face, compilation-info-face):
2937 New backward-compatibility aliases for renamed faces.
2938 (compilation-warning-face, compilation-info-face):
2939 Use renamed compilation faces.
2940
2941 * add-log.el (change-log-date, change-log-name)
2942 (change-log-email, change-log-file, change-log-list)
2943 (change-log-conditionals, change-log-function)
2944 (change-log-acknowledgement): Remove "-face" suffix from face names.
2945 (change-log-date-face, change-log-name-face)
2946 (change-log-email-face, change-log-file-face)
2947 (change-log-list-face, change-log-conditionals-face)
2948 (change-log-function-face, change-log-acknowledgement-face):
2949 New backward-compatibility aliases for renamed faces.
2950 (change-log-font-lock-keywords): Use renamed change-log faces.
2951
2952 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2953 (custom-set, custom-changed, custom-saved, custom-button)
2954 (custom-button-pressed, custom-documentation, custom-state)
2955 (custom-comment, custom-comment-tag, custom-variable-tag)
2956 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2957 (custom-group-tag): Remove "-face" suffix from face names.
2958 (custom-magic-alist, custom-magic-value-create)
2959 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2960 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2961 (custom-set-face, custom-changed-face, custom-saved-face)
2962 (custom-button-face, custom-button-pressed-face)
2963 (custom-documentation-face, custom-state-face)
2964 (custom-comment-face, custom-comment-tag-face)
2965 (custom-variable-tag-face, custom-variable-button-face)
2966 (custom-face-tag-face, custom-group-tag-face-1)
2967 (custom-group-tag-face):
2968 New backward-compatibility aliases for renamed faces.
2969
2970 * wid-edit.el (widget-documentation, widget-button)
2971 (widget-field, widget-single-line-field, widget-inactive)
2972 (widget-button-pressed): "-face" suffix removed from face names.
2973 (widget-documentation-face, widget-button-face)
2974 (widget-field-face, widget-single-line-field-face)
2975 (widget-inactive-face, widget-button-pressed-face):
2976 New backward-compatibility aliases for renamed faces.
2977 (widget-documentation-face, widget-button-face)
2978 (widget-button-pressed-face, widget-specify-field)
2979 (widget-specify-inactive): Use renamed widget faces.
2980
2981 2005-06-10 Kenichi Handa <handa@m17n.org>
2982
2983 * term/x-win.el (x-clipboard-yank): Remove condition-case
2984 wrapping.
2985
2986 2005-06-11 Kenichi Handa <handa@m17n.org>
2987
2988 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2989 date lines stricter.
2990
2991 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2992
2993 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2994 of x-get-selection.
2995
2996 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * comint.el (comint-mode, comint-snapshot-last-prompt):
2999 * frame.el (frame-current-scroll-bars):
3000 * term.el (term-mode, term-check-proc, term-input-sender)
3001 (term-simple-send, term-extract-string, term-word)
3002 (term-match-partial-filename):
3003 * window.el (window-current-scroll-bars):
3004 * emulation/cua-base.el (cua-normal-cursor-color)
3005 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
3006 (cua-global-mark-cursor-color):
3007 * mail/undigest.el (rmail-forward-separator-regex):
3008 Fix typos in docstrings.
3009
3010 * comint.el (comint-check-proc, make-comint-in-buffer)
3011 (comint-source-default): Doc fixes.
3012
3013 * term.el (term-send-string): Improve argument/docstring
3014 consistency.
3015
3016 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3017
3018 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3019 call to `delete-region'.
3020 (comint-mode-hook): Do not enable Font Lock by default.
3021
3022 2005-06-09 Lute Kamstra <lute@gnu.org>
3023
3024 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3025 could be void.
3026
3027 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3028
3029 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3030 (debug): Use it.
3031 (debugger-step-through, debugger-continue, debugger-jump)
3032 (debugger-return-value): Set it when needed.
3033 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3034 Use inhibit-read-only.
3035
3036 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3037
3038 * window.el (shrink-window-if-larger-than-buffer)
3039 (window-size-fixed): Fix typo in docstring.
3040
3041 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3042 thumbnails directory on loading.
3043 (thumbs-conversion-program): Use `eq' to check the system type,
3044 not `equal'.
3045 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3046 not "/tmp". Fix docstring.
3047 (thumbs-thumbsdir): New function to return the thumbnails
3048 directory, creating it if needed.
3049 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3050 (thumbs-temp-file): Delete variable and make it into a function.
3051 (thumbs-resize-image, thumbs-modify-image): Use it.
3052 (thumbs-kill-buffer): Simplify.
3053 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3054 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3055 docstrings.
3056
3057 2005-06-09 Kim F. Storm <storm@cua.dk>
3058
3059 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3060 set-match-data to free markers in match-data.
3061
3062 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3063 match-data to unchain markers in match-data.
3064
3065 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3068 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3069 unnecessary now.
3070
3071 2005-06-08 Richard M. Stallman <rms@gnu.org>
3072
3073 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3074 give the variable a doc string that doesn't say don't set it directly.
3075
3076 * textmodes/ispell.el (ispell-check-version):
3077 Use match-string-no-properties.
3078 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3079 (ispell-buffer-local-words): Likewise.
3080
3081 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3082 except on terminals with enough colors to really display it.
3083 (makefile-dependency-regex): Delete spurious `bb'.
3084
3085 * faces.el (escape-glyph): Use blue once again in last case.
3086 (no-break-space): Redefine so that it isn't invisible on a tty.
3087
3088 2005-06-08 Kim F. Storm <storm@cua.dk>
3089
3090 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3091 also when reading directory name.
3092
3093 2005-06-08 Lute Kamstra <lute@gnu.org>
3094
3095 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3096 (flyspell-mode-line-string): Remove autoload cookie.
3097 (flyspell-mode): Remove defvar.
3098
3099 2005-06-07 Lute Kamstra <lute@gnu.org>
3100
3101 * textmodes/org.el (org-run-mode-hooks): New function.
3102 (org-agenda-mode): Use it.
3103
3104 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3105
3106 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3107
3108 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3111
3112 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3113
3114 * font-lock.el (font-lock-add-keywords): Doc fix.
3115
3116 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3119 (tex-compile-default): In the absence of any history, use the order in
3120 tex-compile-alist to choose the preferred command.
3121 (tex-compile-commands): Reorder a bit.
3122
3123 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3124 (flyspell-incorrect-face, flyspell-duplicate-face):
3125 Use (X)Emacs-agnostic code.
3126 (flyspell-mode-map): Don't overwrite at each load. Remove code
3127 redundant with the subsequent add-minor-mode. Merge Emacs and
3128 XEmacs code.
3129 (flyspell-word): Minor simplification.
3130 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3131 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3132 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3133 Merge the corresponding Emacs code.
3134 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3135
3136 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3137 a dedicated window.
3138
3139 * international/latexenc.el (latexenc-find-file-coding-system):
3140 Undo part of last patch, to turn off a compiler warning.
3141
3142 2005-06-06 Juri Linkov <juri@jurta.org>
3143
3144 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3145 Rename `tmm-inactive-face' to `tmm-inactive'.
3146
3147 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3148
3149 * iswitchb.el: Rename faces.
3150
3151 2005-06-06 Kim F. Storm <storm@cua.dk>
3152
3153 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3154 (cua-global-mark): Remove -face suffix from face names.
3155
3156 * emulation/cua-gmrk.el (cua--init-global-mark):
3157 Remove cua-global-mark face setup.
3158
3159 2005-06-06 Richard M. Stallman <rms@gnu.org>
3160
3161 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3162 just like other allowed characters.
3163 (makefile-match-dependency): Exclude leading and training whitespace
3164 from the range of regexp subexp 1.
3165 (makefile-macroassign-regex): Don't try to match the body,
3166 just the name of the macro being defined.
3167
3168 * info.el (Info-read-node-name-2): New function.
3169 (Info-read-node-name-1): Use that.
3170 Add a completion-base-size-function property.
3171
3172 * simple.el (completion-setup-function): Look for
3173 completion-base-size-function property of
3174 minibuffer-completion-table.
3175
3176 * files.el (locate-file-completion): Doc fix.
3177
3178 * printing.el: Don't call pr-update-menus; user must do that.
3179
3180 * emacs-lisp/debug.el (debugger-window): New variable.
3181 (debug): Use debugger-window if it is set and still alive.
3182 Record debugger-window for next entry.
3183
3184 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3185
3186 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3187
3188 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3189 (hack-one-local-variable, hack-local-variables)
3190 (hack-local-variables-prop-line): Pass that arg.
3191
3192 2005-06-06 Kim F. Storm <storm@cua.dk>
3193
3194 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3195 (ido-indicator): Remove -face suffix from face names.
3196
3197 2005-06-06 Juri Linkov <juri@jurta.org>
3198
3199 * font-lock.el (font-lock-regexp-backslash)
3200 (font-lock-regexp-backslash-construct): New faces.
3201 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3202 after `('. Add `while-no-input' to control structures.
3203
3204 * faces.el (no-break-space, shadow): New faces.
3205 (escape-glyph): Use less loud colors pink2 and red4.
3206
3207 * diff-mode.el (diff-context-face)
3208 * dired.el (dired-ignored)
3209 * rfn-eshadow.el (file-name-shadow)
3210 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3211
3212 * info.el (Info-title-1-face): Use green instead of yellow because
3213 bold yellow is not readable on light backgrounds.
3214
3215 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3216 before selecting the desired mode to not spend time fontifying
3217 old contents.
3218
3219 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3220
3221 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3222 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3223
3224 * ps-print.el (ps-default-fg, ps-default-bg):
3225 Fix typos in docstrings.
3226
3227 * isearchb.el (isearchb): Don't pass a spurious second argument to
3228 `iswitchb-completions'.
3229
3230 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3231
3232 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3233 to preserve point.
3234 (gdb-find-file-hook): Add doc string.
3235
3236 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3237 C dereferenced pointer expression.
3238 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3239
3240 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3241
3242 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3243 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3244 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3245 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3246 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3247 Make background transparent.
3248
3249 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3252 (font-lock-remove-keywords): Doc fix.
3253 (font-lock-mode-major-mode): Compiler defvar.
3254 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3255
3256 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3257 (font-lock-mode): Update `font-lock-mode-major-mode'.
3258 (font-lock-set-defaults): Compiler defvar.
3259 (font-lock-default-function): Take `font-lock-mode-major-mode'
3260 into account.
3261
3262 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3263 keep track of which major mode it enabled the minor mode for.
3264 Use find-file-hook again. Update docstring.
3265
3266 * simple.el (eval-expression-print-level)
3267 (eval-expression-print-length, eval-expression-debug-on-error):
3268 Doc fixes.
3269
3270 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3271
3272 * iswitchb.el (iswitchb-single-match-face)
3273 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3274 (iswitchb-invalid-regexp-face): New faces.
3275 (iswitchb-completions): Use them.
3276 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3277 now marked as an obsolete alias.
3278 (iswitchb-read-buffer): Remove check for bound font variables.
3279 (iswitchb-invalid-regexp): New free variable.
3280 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3281 set iswitchb-invalid-regexp.
3282 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3283 invalid regexps.
3284 (iswitchb-completions): Add check for complete match when entering
3285 a regexp.
3286 (iswitchb-completions): Remove require-match argument.
3287 (iswitchb-exhibit): Fix caller.
3288 (iswitchb-common-match-inserted): New variable.
3289 (iswitchb-complete, iswitchb-completion-help): Use it.
3290
3291 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3292
3293 * url-http.el (url-http-chunked-encoding-after-change-function):
3294 Use `url-http-debug' instead of `message'.
3295
3296 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3297
3298 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3299 callback argument.
3300
3301 2005-06-04 Kim F. Storm <storm@cua.dk>
3302
3303 * simple.el (line-move): Only call sit-for when moving backwards.
3304
3305 * ido.el (ido-make-merged-file-list-1): New defun split from
3306 ido-make-merged-file-list.
3307 (ido-make-merged-file-list): Bind throw-on-input around call to
3308 ido-make-merged-file-list-1. Return input-pending-p if
3309 interrupted by more input available.
3310 (ido-read-internal): Handle input-pending-p return value from
3311 ido-make-merged-file-list.
3312
3313 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3316 compatibility code.
3317
3318 * international/latexenc.el (latexenc-find-file-coding-system):
3319 Don't inherit the EOL part of the coding-system from the
3320 tex-main buffer. Fit within 80 columns.
3321
3322 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3323
3324 * tmm.el (tmm-inactive-face): New face.
3325 (tmm-remove-inactive-mouse-face): New function.
3326 (tmm-prompt, tmm-add-one-shortcut)
3327 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3328 but not selectable.
3329
3330 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3331
3332 * faces.el (face-equal): Improve argument/docstring consistency.
3333
3334 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3335
3336 * progmodes/make-mode.el (makefile-targets-face)
3337 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3338 (makefile-bsdmake-dependency-regex)
3339 (makefile-makepp-rule-action-regex)
3340 (makefile-bsdmake-rule-action-regex): New constants.
3341 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3342
3343 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3344 Allow (...) within `...' for makepp messages.
3345
3346 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3347
3348 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3349
3350 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3351 "." files are deleted from all file lists before comparison.
3352
3353 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3354 (viper-ESC-key): Made them customizable.
3355
3356 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3357
3358 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3359
3360 * autorevert.el (auto-revert-buffers): Use save-match-data.
3361
3362 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3365 menu items with a nil command binding.
3366
3367 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3368
3369 * emacs-lisp/cl-macs.el (defsetf):
3370 Improve argument/docstring consistency.
3371
3372 * faces.el (list-faces-display): Improve the formatting by
3373 computing the maximum length required for any face-name (reworked
3374 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3375 (internal-find-face): Remove redundant info in docstring.
3376
3377 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3378
3379 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3380 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3381 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3382 (gdb-assembler-custom): Improve regexps.
3383 (def-gdb-auto-update-handler): Use window point to preserve point.
3384
3385 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3388
3389 2005-05-31 Jay Belanger <belanger@truman.edu>
3390
3391 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3392 to calc-embedded.
3393 (calc-embedded-make-info): Have plain prefix argument select
3394 entire line.
3395
3396 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3397
3398 * faces.el (list-faces-display): Signal error if passed a regexp
3399 that matches no face name.
3400
3401 * simple.el (filter-buffer-substring): Fix typo in docstring.
3402
3403 2005-05-31 Richard M. Stallman <rms@gnu.org>
3404
3405 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3406 (vhdl-emacs-21): Doc fix.
3407 (vhdl-mode): Unconditionally set comment-padding.
3408 (vhdl-fixup-whitespace-region): Insert spaces only where
3409 there are none.
3410 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3411
3412 2005-05-30 John Wiegley <johnw@newartisans.com>
3413
3414 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3415 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3416 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3417 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3418 `string-to-number'.
3419
3420 2005-05-30 Jay Belanger <belanger@truman.edu>
3421
3422 * calc/calc.el (calc-bug-address): Fix docstring.
3423 (calc-window-hook, calc-trail-window-hook): New variables.
3424 (calc-trail-display): Restore use of calc-trail-window-hook.
3425 (calc): Restore use of calc-window-hook.
3426
3427 2005-05-31 Masatake YAMATO <jet@gyve.org>
3428
3429 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3430
3431 * help-fns.el (help-C-file-name): Add autoload mark for
3432 `find-function-noselect'.
3433
3434 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3437 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3438
3439 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3440
3441 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3442 included diary buffer if it was not already being visited.
3443 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3444
3445 * calendar/icalendar.el (top-level): Do not require 'appt.
3446
3447 * mail/supercite.el (sc-select-attribution): Only use a list
3448 element from sc-attrib-selection-list if it returns a string.
3449 Reported by Davide G. M. Salvetti <salve@debian.org>.
3450
3451 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3454 includes a hash value to improve its uniqueness, and has a ".jpg"
3455 extension. Also, it is now a valid filename on all systems.
3456 (thumbs-make-thumb): Use `let', not `let*'.
3457 (thumbs-show-thumbs-list): Check for JPEG availability.
3458
3459 2005-05-30 Richard M. Stallman <rms@gnu.org>
3460
3461 * filesets.el (filesets-menu-ensure-use-cached):
3462 Prevent warning when emacs-version>= is undefined.
3463
3464 * printing.el (pr-interactive-n-up): Use string-to-number.
3465
3466 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3467
3468 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3469 Warn only when name to be defined is quoted.
3470
3471 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3474 Make regexp more robust.
3475 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3476 Force regeneration of disassembly.
3477
3478 2005-05-29 Jay Belanger <belanger@truman.edu>
3479
3480 * calc/calc.el (calc-user-invocation): Check if
3481 calc-invocation-macro is non-nil.
3482
3483 2005-05-29 Juri Linkov <juri@jurta.org>
3484
3485 * add-log.el (change-log-font-lock-keywords):
3486 Add `+' to e-mail regexp to accept mail address with keywords.
3487
3488 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3489
3490 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3491
3492 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3493
3494 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3495
3496 2005-05-29 Richard M. Stallman <rms@gnu.org>
3497
3498 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3499 Undo the change that moves to end of the current word.
3500
3501 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3504 Throw error when count <= 0 to ensure input is a number.
3505 (gdb-read-memory-custom): Pick up address from buffer.
3506 (gdb-memory-mode): Allow user to increment and decrement
3507 memory address from header line.
3508
3509 2005-05-29 Richard M. Stallman <rms@gnu.org>
3510
3511 * flyspell.el (flyspell-version): Function deleted.
3512 (flyspell-auto-correct-previous-hook): Doc fix.
3513
3514 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3515 Do nothing if memory is full.
3516
3517 * font-lock.el (font-lock-fontify-syntactically-region):
3518 Pass t for GREEDY to looking-back.
3519
3520 * saveplace.el (save-place-alist-to-file): Write the file
3521 using write-region.
3522
3523 * subr.el (looking-back): New argument GREEDY.
3524
3525 * progmodes/compile.el (compilation-start): Set the mode
3526 before inserting the initial text.
3527
3528 * progmodes/which-func.el (which-func-update-1): Turn the mode
3529 off in case of error by setting which-func-mode.
3530
3531 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3532
3533 * flyspell.el (flyspell-auto-correct-previous-word):
3534 Narrow down to what's on the screen, and recenter overlays
3535 at the end of the next word.
3536
3537 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3538
3539 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3540 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3541 (flyspell-abbrev-p): Default to nil.
3542 (flyspell-use-global-abbrev-table-p): Doc fix.
3543 (flyspell-large-region): Allow nil as value.
3544 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3545
3546 (mail-mode-flyspell-verify): More robust handling
3547 of `mail-header-separator'. More efficient signature detection.
3548 Allow for regexp metacharacters in message-header-separator.
3549 Adding `To' not to be checked in mail-mode-flyspell-verify.
3550
3551 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3552 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3553 Bind flyspell-auto-correct-binding.
3554 Bind C-. and C-, .
3555 (flyspell-mode-map): Likewise.
3556 (flyspell-mode): Doc fix.
3557 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3558 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3559 (flyspell-word-cache-result): New var, always local.
3560 (flyspell-check-pre-word-p): Doc fix.
3561 (flyspell-check-changed-word-p): Handle spc like newline.
3562 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3563 (flyspell-word-search-backward, flyspell-word-search-forward):
3564 New functions.
3565 (flyspell-word): Return t if nothing to check.
3566 When parsing TeX code, check for after } or \.
3567 Use flyspell-word-search-backward to find previous word.
3568 Return nil if duplicated word.
3569 For word already checked, return same value as last time.
3570 Set flyspell-word-cache-result after checking.
3571 Don't clobber the return value.
3572 (flyspell-get-word): Major rewrite.
3573 (flyspell-external-point-words): New locals pword, pcount.
3574 Fix size used in progress message.
3575 Find the proper corresponding word in flyspell-large-region-buffer.
3576 (flyspell-region): Check for flyspell-large-region = nil.
3577 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3578 (flyspell-auto-correct-word): Check that WORD is a cons.
3579 (flyspell-correct-word): Likewise.
3580
3581 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3582
3583 * progmodes/make-mode.el (makefile-rule-action-regex)
3584 (makefile-macroassign-regex, makefile-makepp-mode)
3585 (makefile-bsdmake-mode): Continuation lines may be empty.
3586 Reported by Joshua Varner.
3587 (makefile-makepp-font-lock-keywords): Add $(stem).
3588
3589 2005-05-28 Karl Berry <karl@gnu.org>
3590
3591 * textmodes/tex-mode.el: Now that tex-send-command calls
3592 shell-quote-argument (2005-03-31 change), remove all calls to
3593 shell-quote-argument; they all end up invoking tex-send-command.
3594 The double quoting loses on filenames with non-safe characters,
3595 such as "@". Reported by Frederik Fouvry.
3596
3597 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3598
3599 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3600 about preserving point.
3601
3602 2005-05-27 Jay Belanger <belanger@truman.edu>
3603
3604 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3605 Info-goto-node.
3606
3607 * calc/calc-embed.el (calc-embed-arg): New variable.
3608 (calc-do-embedded-activate, calc-embedded-activate-formula)
3609 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3610 variable by new variable.
3611 (calc-embedded-make-info): Replace undeclared variable by new
3612 variable. When selecting region with positive prefix
3613 argument, use end of previous line instead of beginning of line.
3614
3615 * calc/calc-aent.el (calc-arg-values): Declare it.
3616
3617 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3618 Declare them.
3619
3620 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3621
3622 * calc/calc.el (calc-alg-map): Declare it.
3623
3624 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3625
3626 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3627
3628 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3629 (gdb-registers-buffer, toggle-gdb-all-registers):
3630 Toggle display of floating point registers.
3631 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3632
3633 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3634 (toggle-gud-tooltip-dereference):
3635 Rename from gud-toggle-tooltip-dereference.
3636
3637 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3640
3641 2005-05-27 Jay Belanger <belanger@truman.edu>
3642
3643 * calc/calc-prog.el (calc-kbd-report): Remove.
3644 (calc-kbd-query): Rewrite.
3645
3646 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * image.el (image-library-alist): Move to image.c.
3649 (image-type-available-p): Doc fix.
3650
3651 2005-05-27 Lute Kamstra <lute@gnu.org>
3652
3653 * calc/calc.el (calc):
3654 * outline.el (outline-1, outline-2, outline-3, outline-4)
3655 (outline-5, outline-6, outline-7, outline-8):
3656 * textmodes/dns-mode.el (dns-mode):
3657 * textmodes/sgml-mode.el (sgml-namespace-face):
3658 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3659 (tex-verbatim-face, tex-use-reftex):
3660 * textmodes/texinfo.el (texinfo-heading-face):
3661 Specify customization group.
3662
3663 * longlines.el: Don't require easy-mmode.
3664 (longlines-visible-face): Specify customization group.
3665
3666 2005-05-27 Kenichi Handa <handa@m17n.org>
3667
3668 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3669 encoding table of windows-1251.
3670
3671 * international/ucs-tables.el (ucs-set-table-for-input):
3672 If translation-table-for-input of a coding system is a symbol, get
3673 its translation-table property.
3674
3675 * international/code-pages.el: Don't register a coding system into
3676 non-iso-charset-alist more than once.
3677 (cp-make-coding-system): Likewise.
3678
3679 2005-05-26 John Wiegley <johnw@newartisans.com>
3680
3681 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3682 `eshell-resume-eval' is wrapped in a list, it indicates that the
3683 command was run asynchronously. In that case, unwrap the value
3684 before checking the delimiter value.
3685
3686 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3687 character before a space at the end of a line is \, assume the space
3688 is part of the last argument rather than a final argument separator.
3689
3690 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3691 is in use, and the target is `t' or `nil' (which are the most common
3692 values), don't assume that the symbol target is a buffer.
3693
3694 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3695
3696 * calendar/calendar.el (calendar-mode-line-format):
3697 Use mode-line-highlight as mouse-face.
3698
3699 * time.el (display-time-string-forms, display-time-update):
3700 Use mode-line-highlight as mouse-face.
3701
3702 2005-05-26 Jay Belanger <belanger@truman.edu>
3703
3704 * calc/calc.el (calc-language-alist): Remove extra defvar.
3705
3706 2005-05-26 Lute Kamstra <lute@gnu.org>
3707
3708 * arc-mode.el (archive-mode):
3709 * bookmark.el (bookmark-read-annotation-mode)
3710 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3711 * bs.el (bs-mode):
3712 * calc/calc-yank.el (calc-edit-mode):
3713 * calc/calc.el (calc-mode, calc-trail-mode):
3714 * calculator.el (calculator-mode):
3715 * chistory.el (command-history-mode):
3716 * comint.el:
3717 * cus-edit.el (custom-mode):
3718 * descr-text.el (describe-text-mode):
3719 * ebuff-menu.el (Electric-buffer-menu-mode):
3720 * ediff-util.el (ediff-mode):
3721 * emacs-lisp/re-builder.el (reb-mode):
3722 * emulation/vi.el (vi-mode-setup):
3723 * emulation/ws-mode.el (wordstar-mode):
3724 * eshell/esh-mode.el (eshell-mode):
3725 * forms.el (forms-mode):
3726 * help-mode.el (help-mode):
3727 * hexl.el (hexl-mode):
3728 * ibuffer.el (ibuffer-mode):
3729 * ielm.el (inferior-emacs-lisp-mode):
3730 * info.el (Info-mode, Info-edit-mode):
3731 * international/swedish.el:
3732 * ledit.el (ledit-from-lisp-mode):
3733 * locate.el (locate-mode):
3734 * mail/rmail.el (rmail-mode):
3735 * mail/rmailedit.el (rmail-edit-mode):
3736 * mail/rmailsum.el (rmail-summary-mode):
3737 * mail/supercite.el (sc-electric-mode):
3738 * net/eudc.el (eudc-mode):
3739 * net/quickurl.el (quickurl-list-mode):
3740 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3741 * obsolete/ooutline.el (outline-mode):
3742 * obsolete/options.el (Edit-options-mode):
3743 * obsolete/rnews.el (news-mode):
3744 * obsolete/rnewspost.el (news-reply-mode):
3745 * play/5x5.el (5x5-mode):
3746 * play/decipher.el (decipher-mode, decipher-stats-mode):
3747 * play/gomoku.el (gomoku-mode):
3748 * play/snake.el (snake-mode):
3749 * play/solitaire.el (solitaire-mode):
3750 * play/tetris.el (tetris-mode):
3751 * progmodes/ada-mode.el (ada-mode):
3752 * progmodes/antlr-mode.el (antlr-mode):
3753 * progmodes/autoconf.el (autoconf-mode):
3754 * progmodes/dcl-mode.el (dcl-mode):
3755 * progmodes/delphi.el (delphi-mode):
3756 * progmodes/ebrowse.el (ebrowse-tree-mode)
3757 (ebrowse-electric-list-mode, ebrowse-member-mode)
3758 (ebrowse-electric-position-mode):
3759 * progmodes/f90.el (f90-mode):
3760 * progmodes/fortran.el (fortran-mode):
3761 * progmodes/icon.el (icon-mode):
3762 * progmodes/idlw-help.el (idlwave-help-mode):
3763 * progmodes/idlw-shell.el (idlwave-shell-mode):
3764 * progmodes/idlwave.el (idlwave-mode):
3765 * progmodes/inf-lisp.el (inferior-lisp-mode):
3766 * progmodes/m4-mode.el (m4-mode):
3767 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3768 * progmodes/modula2.el (modula-2-mode):
3769 * progmodes/octave-inf.el (inferior-octave-mode):
3770 * progmodes/octave-mod.el (octave-mode):
3771 * progmodes/pascal.el (pascal-mode):
3772 * progmodes/sh-script.el (sh-mode):
3773 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3774 * progmodes/vhdl-mode.el (vhdl-mode):
3775 * progmodes/xscheme.el (scheme-interaction-mode):
3776 * replace.el (occur-mode):
3777 * ses.el (ses-mode):
3778 * simple.el (completion-list-mode):
3779 * skeleton.el:
3780 * speedbar.el (speedbar-mode):
3781 * term.el (term-mode):
3782 * terminal.el (terminal-edit-mode):
3783 * textmodes/reftex-index.el (reftex-index-mode)
3784 (reftex-index-phrases-mode):
3785 * textmodes/reftex-sel.el (reftex-select-label-mode)
3786 (reftex-select-bib-mode):
3787 * textmodes/reftex-toc.el (reftex-toc-mode):
3788 * wdired.el (wdired-change-to-wdired-mode):
3789 * wid-browse.el (widget-browse-mode):
3790 Use run-mode-hooks.
3791
3792 * array.el (array-mode):
3793 * calendar/todo-mode.el (todo-mode):
3794 * man.el (Man-mode):
3795 * play/landmark.el (lm-mode):
3796 * play/mpuz.el (mpuz-mode):
3797 Use kill-all-local-variables and run-mode-hooks.
3798
3799 * subr.el (delay-mode-hooks): Specify indentation.
3800
3801 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3802
3803 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3804
3805 2005-05-26 Jay Belanger <belanger@truman.edu>
3806
3807 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3808 of nil.
3809
3810 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3811
3812 * progmodes/gdb-ui.el (gdb-frame-address):
3813 Rename from gdb-current-address.
3814 (gdb-previous-frame-address): Rename from gdb-previous-address.
3815 (gdb-selected-frame): Rename from gdb-current-frame.
3816 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3817 (gdb-frame-number): Rename from gdb-current-stack-level.
3818 (gdb-ann3): Match new mode-name for disassembly buffer.
3819 Extend initialization of variables.
3820 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3821 (gdb-memory-mode): Use mouse-face in header line.
3822 (gdb-assembler-buffer-name): Call it disassembly and give frame
3823 in mode line.
3824 (gdb-source-spec-regexp, gdb-assembler-custom)
3825 (gdb-invalidate-assembler, gdb-frame-handler):
3826 Make robust to leading zeroes in address format.
3827
3828 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3829
3830 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3831 define `org-mode'.
3832 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3833
3834 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * log-edit.el (log-edit-changelog-entries): Distinguish between
3837 filenames like xfns.c and fns.c.
3838
3839 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3840
3841 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3842 point after reverting.
3843 (Buffer-menu-make-sort-button): Handle the case where
3844 `Buffer-menu-use-header-line' is nil.
3845
3846 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3847
3848 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3849 New funcs. In minibuffer-local-completion-map bind `]', `/'
3850 and `:' to them.
3851
3852 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * startup.el (normal-top-level): Allow modification of load-path while
3855 we're iterating over it.
3856
3857 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3860 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3861 (thumbs-resize-interactive, thumbs-insert-image)
3862 (thumbs-insert-thumb, thumbs-dired-show-marked)
3863 (thumbs-find-image-at-point, thumbs-delete-images)
3864 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3865 (thumbs-increment-image-size, thumbs-decrement-image-size):
3866 Fix typos in docstrings.
3867
3868 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3869
3870 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3871 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3872 (cperl-mode): Use them.
3873
3874 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3875
3876 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3877 Doc fixes.
3878
3879 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3880
3881 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3882 Bind C-d to gdb-inferior-io-eof.
3883
3884 * dired.el (dired-dnd-popup-notice): Use message-box.
3885
3886 2005-05-23 Masatake YAMATO <jet@gyve.org>
3887
3888 * bindings.el (mode-line-major-mode-keymap):
3889 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3890
3891 * faces.el (mode-line-highlight): New face.
3892
3893 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3894 as mouse-face.
3895
3896 * bindings.el (top-level, help-echo, mode-line-modified)
3897 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3898 as mouse-face.
3899
3900 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * progmodes/cc-engine.el (c-guess-basic-syntax):
3903 Remove spurious call to `zerop'.
3904
3905 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3906
3907 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3908
3909 CC Mode update to 5.30.10:
3910
3911 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3912 could go past the limit in decoration level 2, thereby causing
3913 errors during interactive fontification.
3914
3915 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3916 the file is evaluated interactively.
3917
3918 * cc-engine.el (c-guess-basic-syntax): Handle operator
3919 declarations somewhat better in C++.
3920
3921 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3922 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3923 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3924 (awk-mode): Use it.
3925 (make-local-hook): Suppress warning about obsoleteness.
3926
3927 * cc-engine.el, cc-align.el, cc-cmds.el
3928 (c-append-backslashes-forward, c-delete-backslashes-forward)
3929 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3930 Compensate for return value from `forward-line' when it has moved
3931 but not to a different line due to eob.
3932
3933 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3934 `objc-method-intro' and `objc-method-args-cont'.
3935
3936 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3937
3938 CC Mode update to 5.30.10:
3939
3940 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3941 in the copyright statement. Incidentally, change "along with GNU
3942 Emacs" to "along with this program" where it occurs.
3943
3944 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3945 so that it is interactive, hence can be found by M-x awk-mode
3946 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3947 <gmorris+emacs@ast.cam.ac.uk>.
3948
3949 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3950 Mode's regexps.
3951
3952 2005-05-23 Kevin Ryde <user42@zip.com.au>
3953
3954 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3955 c-parse-state, to avoid a lisp error (on bad code).
3956
3957 2005-05-23 Lute Kamstra <lute@gnu.org>
3958
3959 * subr.el (font-lock-defaults): Remove defvar as it's already
3960 defined in font-core.el.
3961
3962 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3963
3964 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3965
3966 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3967 more general and work when GDB variable "print pretty" is on,
3968 as with Emacs, for example.
3969
3970 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3971
3972 * font-core.el: Update comment.
3973
3974 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3975 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3976
3977 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3978
3979 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3980
3981 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3982 and `yank-handler' in the doc strings.
3983
3984 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3987
3988 2005-05-22 Richard M. Stallman <rms@gnu.org>
3989
3990 * help.el (describe-key): Move print-help-return-message call
3991 out of conditional.
3992
3993 * progmodes/etags.el (list-tags): Use with-no-warnings.
3994
3995 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3996 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3997 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3998
3999 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
4000
4001 * language/viet-util.el (viet-viscii-nonascii-translation-table):
4002 Add defvar.
4003
4004 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
4005 Use defvar, not defconst.
4006
4007 * hexl.el (hexl-follow-line): Use with-no-warnings.
4008
4009 * emulation/tpu-extras.el: Use write-file-functions instead of
4010 write-file-hooks.
4011
4012 * dired.el (dired-font-lock-keywords): Fontify files with junk
4013 extensions even if marked by -F.
4014
4015 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4018 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4019 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4020 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4021 (concatenate, list-length, get*, getf, cl-remprop):
4022 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4023 (etypecase, progv, lexical-let, lexical-let*)
4024 (multiple-value-bind, multiple-value-setq, shiftf):
4025 Improve argument/docstring consistency.
4026
4027 * subr.el (focus-frame, unfocus-frame):
4028 Revert deletion on 2005-05-01.
4029
4030 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4031
4032 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4033 doesn't exist.
4034
4035 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4036 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4037
4038 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4039
4040 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4041 already deleted variables: auto-fill-hook, blink-paren-hook,
4042 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4043 suspend-hooks, comment-indent-hook, meta-flag,
4044 before-change-function, after-change-function,
4045 font-lock-doc-string-face.
4046
4047 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4048
4049 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4050
4051 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4052
4053 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4054 rmail-dont-reply-to.
4055
4056 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4057
4058 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4059 literal blank when splitting new-header-values.
4060
4061 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4062
4063 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4064 string so that tmm doesn't create a completion entry for it.
4065
4066 * textmodes/table.el (table-disable-menu): Ditto.
4067
4068 2005-05-21 Richard M. Stallman <rms@gnu.org>
4069
4070 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4071
4072 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4073
4074 * net/rcompile.el (remote-compile): Use compilation-start.
4075
4076 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4077
4078 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4079
4080 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4081 Default to makefile-bsdmake-mode on BSD systems.
4082
4083 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4084 REGEXP may also be a search function now. The part of doc-string
4085 for describing the structure was 95% identical to that of
4086 `imenu--generic-function'. Unify it there.
4087
4088 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4089 Use function to find dependencies, because regexp alone is so complex,
4090 it easily goes into an endless loop.
4091 (makefile-makepp-mode): Also add submenu for Perl functions
4092 defined in the makefile.
4093 (makefile-bsdmake-mode): Special imenu-generic-expression no
4094 longer needed, due to function call.
4095 (makefile-match-dependency): Take BOUND into account when checking
4096 if we're through.
4097
4098 2005-05-20 Jay Belanger <belanger@truman.edu>
4099
4100 * calc/calc-units.el (calc-invalidate-units-table):
4101 Use inhibit-read-only.
4102 (math-build-units-table-buffer): Use view-mode.
4103
4104 2005-05-20 David Kastrup <dak@gnu.org>
4105
4106 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4107 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4108
4109 2005-05-20 Lute Kamstra <lute@gnu.org>
4110
4111 * diff-mode.el (diff-header-face, diff-file-header-face)
4112 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4113 (diff-added-face, diff-changed-face, diff-function-face)
4114 (diff-context-face, diff-nonexistent-face): Put them in the
4115 diff-mode customization group.
4116
4117 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4120
4121 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4122
4123 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4124 Minor regexp-optimization.
4125
4126 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4127
4128 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4129 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4130 (org-agenda-add-time-grid-maybe): New function.
4131 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4132 (org-table-create): `dotimes' instead of `mapcar'.
4133 (org-xor): Simplify implementation.
4134 (org-agenda): `inhibit-redisplay' turned on.
4135 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4136 a consistent line after a state change.
4137 (org-agenda-remove-times-when-in-prefix): New option.
4138 (org-prefix-has-time): New variable.
4139 (org-parse-time-string): Optional argument NODEFAULT.
4140 (org-format-agenda-item): Parse items for time-of-day
4141 specifications and move these into the prefix if possible.
4142 (org-agenda-priority): Get current heading, not previous heading
4143 during agenda remote editing.
4144
4145 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4148 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4149 (remove-duplicates, delete-duplicates, substitute)
4150 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4151 (nsubstitute-if-not, find, find-if, find-if-not, position)
4152 (position-if, position-if-not, count, count-if, count-if-not)
4153 (mismatch, search, sort*, stable-sort, merge, member*)
4154 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4155 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4156 (intersection, nintersection, set-difference, nset-difference)
4157 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4158 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4159 (nsublis, tree-equal): Improve argument/docstring consistency.
4160
4161 * subr.el (send-string, send-region):
4162 Remove obsolescence declaration.
4163 (window-dot, set-window-dot, read-input, show-buffer)
4164 (eval-current-buffer, string-to-int):
4165 Add release number to obsolescence declarations.
4166
4167 2005-05-19 Kim F. Storm <storm@cua.dk>
4168
4169 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4170 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4171
4172 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4173
4174 * faces.el (list-faces-display): Make back button respect optional
4175 regexp arg.
4176
4177 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * calculator.el (calculator-radix-grouping-mode)
4180 (calculator-radix-grouping-digits, calculator-displayer)
4181 (calculator-radix-grouping-separator, calculator-copy-displayer):
4182 * dabbrev.el (dabbrev-search-these-buffers-only):
4183 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4184 (diff-advance-after-apply-hunk, diff-mode-hook)
4185 (diff-minor-mode-prefix):
4186 * imenu.el (imenu-use-popup-menu):
4187 * jit-lock.el (jit-lock-context-time):
4188 * newcomment.el (comment-fill-column, comment-column)
4189 (comment-style, comment-padding, comment-multi-line)
4190 (comment-empty-lines, comment-auto-fill-only-comments):
4191 * reveal.el (reveal-around-mark):
4192 * uniquify.el (uniquify-buffer-name-style)
4193 (uniquify-after-kill-buffer-p)
4194 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4195 (uniquify-min-dir-content, uniquify-separator)
4196 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4197 * w32-vars.el (w32-fixed-font-alist):
4198 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4199 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4200 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4201 * progmodes/perl-mode.el (perl-indent-level)
4202 (perl-continued-statement-offset, perl-continued-brace-offset)
4203 (perl-brace-offset, perl-brace-imaginary-offset)
4204 (perl-label-offset, perl-indent-continued-arguments)
4205 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4206 * progmodes/tcl.el (tcl-indent-level)
4207 (tcl-continued-indent-level, tcl-auto-newline)
4208 (tcl-tab-always-indent, tcl-electric-hash-style)
4209 (tcl-help-directory-list, tcl-use-smart-word-finder)
4210 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4211 (inferior-tcl-source-command):
4212 * textmodes/fill.el (enable-kinsoku):
4213 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4214 * textmodes/table.el (table-yank-handler):
4215 Specify missing group (and type, if simple) in defcustom.
4216
4217 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4218
4219 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4220
4221 2005-05-19 Richard M. Stallman <rms@gnu.org>
4222
4223 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4224
4225 * subr.el (event-basic-type): Don't get an error.
4226 (left-fringe-p): Function deleted.
4227
4228 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4229 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4230
4231 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4232 in recursive copy.
4233
4234 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4235
4236 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4237
4238 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4239 Call byte-compile-nogroup-warn if appropriate.
4240
4241 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4242 (compilation-set-window): Don't call left-fringe-p; do it directly.
4243
4244 2005-05-19 Jay Belanger <belanger@truman.edu>
4245
4246 * calc/calc-graph.el (calc-graph-format-data): Make sure
4247 var-PlotRejects is bound before trying to check its value.
4248
4249 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4250
4251 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4252 definition of this variable from reftex-global.el to reftex.el,
4253 because it is needed in the menu.
4254
4255 2005-05-19 Lute Kamstra <lute@gnu.org>
4256
4257 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4258 years are fixed. Don't insert a space after a dash.
4259
4260 2005-05-19 Kim F. Storm <storm@cua.dk>
4261
4262 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4263
4264 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4265
4266 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4267 strings, because (eq ... ?\\) is fairly frequent.
4268
4269 * progmodes/make-mode.el (makefile-add-this-line-targets):
4270 Simplify and integrate into `makefile-pickup-targets'.
4271 (makefile-add-this-line-macro): Simplify and integrate into
4272 `makefile-pickup-macros.
4273 (makefile-pickup-filenames-as-targets): Simplify.
4274 (makefile-previous-dependency, makefile-match-dependency):
4275 Don't stumble over `::'.
4276
4277 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * subr.el (post-command-idle-hook, post-command-idle-delay):
4280 Remove obsoletion of post-command-idle-hook and
4281 post-command-idle-delay.
4282
4283 * faces.el (list-faces-display): Provide button when describe-face
4284 is called to take user back to the list of faces.
4285
4286 * help-fns.el (describe-variable): Remove hyperlinks in a
4287 variable's value as these are quite frequently inappropriate.
4288
4289 * follow.el (follow-submit-feedback, follow-mode):
4290 Remove references to post-command-idle-hook.
4291
4292 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4293
4294 * progmodes/make-mode.el (makefile-previous-dependency)
4295 (makefile-match-dependency): Check for := (and in bsd mode also
4296 !=) to give a better result, even when font-lock is not on.
4297
4298 2005-05-18 Jay Belanger <belanger@truman.edu>
4299
4300 * calc/calc-help.el (calc-s-prefix-help):
4301 Add `calc-copy-special-constant' to help string.
4302
4303 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4304
4305 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4306
4307 2005-05-18 Jay Belanger <belanger@truman.edu>
4308
4309 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4310 in linear factors are in proper order.
4311
4312 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4313
4314 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4315 Support for jurabib.
4316
4317 * textmodes/reftex.el (featurep): Define aliases for overlay
4318 commands, for XEmacs compatibility, and use these aliases in
4319 overlay initializations.
4320 (reftex-highlight): Use `reftex-move-overlay'.
4321 (reftex-unhighlight): Use `reftex-delete-overlay'.
4322 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4323 (reftex-access-search-path): Use `reftex-uniquify' instead of
4324 `reftex-uniq'
4325
4326 * textmodes/reftex-sel.el (reftex-select-unmark):
4327 Overlay `before-string' property modification enables for Emacs as well.
4328 (reftex-select-item): Use `reftex-delete-overlay'.
4329 (reftex-select-mark): Use `reftex-make-overlay' and
4330 `reftex-overlay-put'.
4331 (reftex-select-unmark): Use `reftex-delete-overlay' and
4332 `reftex-overlay-put'.
4333
4334 2005-05-18 Lute Kamstra <lute@gnu.org>
4335
4336 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4337
4338 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * add-log.el (add-change-log-entry):
4341 * array.el (array-make-template, array-reconfigure-rows)
4342 (array-init-max-row, array-init-max-column)
4343 (array-init-columns-per-line, array-init-field-width):
4344 * replace.el (replace-match-maybe-edit, perform-replace):
4345 * textmodes/spell.el (spell-region):
4346 Replace `read-input' by `read-string'.
4347
4348 * forms.el (forms-mode):
4349 * finder.el (finder-compile-keywords):
4350 * shadowfile.el (shadow-read-files):
4351 Replace `eval-current-buffer' by `eval-buffer'.
4352
4353 * terminal.el (te-pass-through):
4354 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4355 (ange-ftp-raw-send-cmd):
4356 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4357 (send-process-next-char, telnet-initial-filter, telnet):
4358 Replace `send-string' by `process-send-string'.
4359
4360 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4361 (prolog-consult-region): Replace `send-string' by
4362 `process-send-string'; replace `send-region' by `process-send-region'.
4363
4364 * progmodes/delphi.el (delphi-log-msg):
4365 Replace `set-window-dot' by `set-window-point'.
4366
4367 * subr.el (window-dot, set-window-dot, read-input, send-string)
4368 (send-region, show-buffer, eval-current-buffer):
4369 Make really obsolete, as the comment says.
4370
4371 2005-05-17 Kim F. Storm <storm@cua.dk>
4372
4373 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4374 (cua--init-keymaps): Bind C-return instead of S-return to set
4375 rectangle mark.
4376
4377 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4378 instead of S-return to toggle/clear rectangle mark.
4379
4380 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4381
4382 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4383 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4384 Also fontify plain strings assigned to variables, mostly so that a
4385 colon has a face and is thus not taken as a dependency separator.
4386 (makefile-previous-dependency): Inline the new matcher, because it
4387 is too complex to work in both directions.
4388 (makefile-match-dependency): Eliminate `backward' arg (see above).
4389 Completely reimplemented so as to not sometimes go into an endless
4390 loop. It should also be more efficient, because first it only
4391 searches for `:', instead of applying the very complex regexp.
4392 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4393 to be fontified in one piece can be too long for JIT.
4394 Makefiles are never *that* big.
4395
4396 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4397
4398 * dired.el (dired-mode): Simplify.
4399
4400 2005-05-17 Lute Kamstra <lute@gnu.org>
4401
4402 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4403 defcustom for the mode hook variable.
4404
4405 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4406 Emacs Lisp Reference Manual.
4407
4408 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4411 (evenp, list*):
4412 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4413 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4414
4415 * net/tramp-smb.el (tramp-smb-open-connection):
4416 Pass `tramp-chunksize' as fifth (required) argument.
4417
4418 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4419
4420 * font-lock.el (lisp-font-lock-keywords-1):
4421 Set `font-lock-negation-char-face' for [^...] char group.
4422 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4423
4424 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4425 a var, and refine it to mask one more level of nested vars.
4426 (makefile-rule-action-regex): Turn it into a var, and refine it so
4427 it recognizes backslashed continuation lines as belonging to the
4428 same command.
4429 (makefile-macroassign-regex): Refine it so it recognizes
4430 backslashed continuation lines as belonging to the same command.
4431 (makefile-var-use-regex): Don't look at the next char, because it
4432 might be the same one to be skipped by the initial [^$], leading
4433 to an overlooked variable use.
4434 (makefile-make-font-lock-keywords): Remove two parameters, which
4435 are now variables that some of the modes set locally.
4436 Handle dependency and rule action matching through functions, because
4437 regexps alone match too often. Dependency matching now comes
4438 last, so it can check, whether a colon already matched something else.
4439 (makefile-mode): Inform that font-lock improves makefile parsing
4440 capabilities.
4441 (makefile-match-dependency, makefile-match-action): New functions.
4442
4443 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4446
4447 * align.el (align-regexp):
4448 * ansi-color.el (ansi-color-get-face):
4449 * array.el (array-reconfigure-rows, array-init-max-row)
4450 (array-init-max-column, array-init-columns-per-line)
4451 (array-init-field-width):
4452 * dired-aux.el (dired-trample-file-versions):
4453 * dired-x.el (dired-mark-sexp):
4454 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4455 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4456 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4457 * faces.el (face-read-integer):
4458 * files.el (backup-extract-version, insert-directory):
4459 * hexl.el (hexl-insert-decimal-char):
4460 * server.el (server-process-filter):
4461 * shell.el (shell-extract-num):
4462 * startup.el (command-line-1):
4463 * term.el (term-command-hook):
4464 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4465 (time-stamp-do-number):
4466 * time.el (display-time-update):
4467 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4468 (timezone-fix-time):
4469 * vms-patch.el (vms-suspend-resume-hook):
4470 * calendar/appt.el (appt-convert-time):
4471 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4472 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4473 * calendar/cal-islam.el (mark-islamic-diary-entries):
4474 * calendar/calendar.el (calendar-cursor-to-date)
4475 (calendar-star-date):
4476 * calendar/diary-lib.el (diary-attrtype-convert)
4477 (mark-diary-entries, diary-entry-time):
4478 * calendar/solar.el (solar-get-number):
4479 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4480 * emacs-lisp/re-builder.el (reb-display-subexp):
4481 * emulation/edt.el (edt-set-scroll-margins):
4482 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4483 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4484 (vip-get-ex-count):
4485 * emulation/viper-ex.el (viper-get-ex-token)
4486 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4487 * international/fontset.el (fontset-plain-name):
4488 * mail/feedmail.el (feedmail-look-at-queue-directory):
4489 * mail/mailalias.el (mail-get-names):
4490 * mail/rmail.el (rmail-convert-to-babyl-format):
4491 * mail/rmailsum.el (rmail-make-basic-summary-line)
4492 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4493 (rmail-summary-goto-msg):
4494 * mail/smtpmail.el (smtpmail-read-response):
4495 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4496 (ange-ftp-vms-add-file-entry):
4497 * play/gametree.el (gametree-looking-at-ply)
4498 (gametree-current-branch-score):
4499 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4500 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4501 * progmodes/cperl-mode.el (condition-case):
4502 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4503 (ebrowse-set-member-buffer-column-width)
4504 (ebrowse-select-1st-to-9nth):
4505 * progmodes/etags.el (etags-snarf-tag):
4506 * progmodes/flymake.el (flymake-parse-line):
4507 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4508 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4509 (idlwave-shell-menu-def):
4510 * progmodes/ps-mode.el (ps-run-goto-error):
4511 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4512 (vhdl-speedbar-contract-level):
4513 * term/mac-win.el (x-handle-numeric-switch):
4514 * term/sun-mouse.el (sun-get-frame-data):
4515 * term/w32-win.el (x-handle-numeric-switch):
4516 * term/x-win.el (x-handle-numeric-switch):
4517 * textmodes/ispell.el (ispell-parse-output):
4518 * textmodes/nroff-mode.el (nroff-outline-level):
4519 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4520 (reftex-bib-sort-year-reverse, reftex-format-citation):
4521 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4522 (reftex-section-number):
4523 * textmodes/texinfmt.el (texinfo-paragraphindent):
4524 Replace `string-to-int' by `string-to-number'.
4525
4526 * international/latexenc.el: Add page marker to force the "Local
4527 Variables:" string out of the last page.
4528
4529 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4530
4531 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4532 tooltip-change-major-mode.
4533 (gud-tooltip-print-command): Remove case where gud-minor-mode
4534 is gdb ("--fullname").
4535 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4536 explain to user.
4537
4538 2005-05-16 Jay Belanger <belanger@truman.edu>
4539
4540 * calc/calc-store.el (calc-copy-special-constant): New function.
4541
4542 * calc/calc-ext.el (calc-init-extensions): Add binding for
4543 `calc-copy-special-constant'.
4544
4545 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4546 for the `calc-copy-special-constant' command.
4547
4548 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4549
4550 * subr.el (left-fringe-p): New function.
4551
4552 * progmodes/compile.el (compilation-setup): Set local value of
4553 overlay-arrow-string to "" always.
4554 (compilation-set-window): Left fringe then don't scroll.
4555 No left fringe then no arrow and scroll message to top.
4556 (compilation-context-lines): Adjust doc string accordingly.
4557
4558 2005-05-16 Kim F. Storm <storm@cua.dk>
4559
4560 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4561 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4562 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4563 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4564 (ido-read-file-name): Handle commands with ido property value
4565 equal to find-file as reading a file name, to allow C-d to enter dired.
4566 (ibuffer-find-file): Add ido property with value find-file.
4567
4568 2005-05-15 Kim F. Storm <storm@cua.dk>
4569
4570 * subr.el (open-network-stream-nowait): Remove.
4571 (open-network-stream-server): Remove.
4572
4573 2005-05-15 Richard M. Stallman <rms@gnu.org>
4574
4575 * faces.el (describe-face): Output a definition link button.
4576
4577 * help-mode.el (help-face-def): New button type.
4578
4579 * emacs-lisp/copyright.el (copyright-fix-years):
4580 Match properly if the first year is 2-digit.
4581 Don't mess up the whitespace after the years by filling.
4582
4583 * dired-aux.el (dired-mark-confirm):
4584 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4585
4586 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4587 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4588 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4589
4590 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4591 Set font-lock-comment-start-skip.
4592
4593 * font-lock.el (font-lock-comment-start-skip): New variable.
4594 (font-lock-comment-end-skip): New variable.
4595 (font-lock-fontify-syntactically-region): Use them if non-nil.
4596
4597 2005-05-15 Jay Belanger <belanger@truman.edu>
4598
4599 * calc/calc-store.el (calc-store-value): Return a string rather
4600 than display it as a message.
4601 Use calc-var-name for variable name.
4602 (calc-store-into): Add the result of calc-store-value to message.
4603 (calc-copy-variable): Add a message.
4604 (calc-store-exchange): Improve error messages.
4605 (calc-store-binary, calc-store-map): Don't reset the values of
4606 special constants.
4607
4608 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4609
4610 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4611 manual to docstring.
4612
4613 * files.el (hack-local-variables-confirm): Add STRING argument.
4614 Make the function handle non file visiting buffers correctly.
4615 (hack-local-variables-prop-line, hack-local-variables)
4616 (hack-one-local-variable): Use STRING arg of
4617 `hack-local-variables-confirm'.
4618
4619 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4620
4621 Sync with Tramp 2.0.49.
4622
4623 * tramp.el (tramp-handle-dired-call-process)
4624 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4625 because the contents of the Tramp buffer is changed before
4626 insertion (`expand-file' and alike).
4627 (tramp-handle-insert-directory): If `localname' has an empty
4628 nondirectory name, it must not be quoted.
4629 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4630 variable `tramp-chunksize'. Change callees.
4631 (tramp-open-connection-setup-interactive-shell): Check remote host
4632 for buggy `send-process-string' implementation.
4633 Set `tramp-chunksize' if found. Reported by Michael Kifer
4634 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4635 (tramp-handle-shell-command): `insert-buffer' cannot be used
4636 because the contents of the Tramp buffer is changed before
4637 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4638 <frederic.bothamy@free.fr>.
4639 (tramp-set-auto-save): Actions should be done for Tramp file name
4640 handler only. Ange-FTP has its own auto-save mechanism.
4641 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4642 (tramp-set-auto-save-file-modes): Set file modes of
4643 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4644 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4645 (tramp-bug): Remove obsolete variable.
4646 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4647 for presence of `mml-mode'. Make it running for older Emacsen as well.
4648
4649 2005-05-14 John Paul Wallington <jpw@pobox.com>
4650
4651 * ibuf-ext.el (define-ibuffer-filter filename):
4652 If `dired-directory' is a list, use its car.
4653
4654 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4655
4656 * ibuffer.el (define-ibuffer-column filename):
4657 If `dired-directory' is a list, use its car.
4658
4659 2005-05-14 Richard M. Stallman <rms@gnu.org>
4660
4661 * subr.el (symbol-file): Doc fix.
4662
4663 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4664 (byte-compile-form): Call byte-compile-nogroup-warn.
4665 (byte-compile-warning-types): Doc fix.
4666
4667 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4668
4669 * progmodes/cc-engine.el (c-literal-faces):
4670 Add font-lock-comment-delimiter-face.
4671
4672 * net/net-utils.el (dig): Use with-no-warnings.
4673
4674 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4675 (sc-recite-frame-alist, sc-default-cite-frame)
4676 (sc-default-uncite-frame, sc-default-recite-frame)
4677 (sc-attrib-selection-list, sc-rewrite-header-list):
4678 Mark as risky-local-variable.
4679
4680 * international/ogonek.el (ogonek-jak, ogonek-how):
4681 Don't use beginning-of-buffer.
4682
4683 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4684
4685 * calendar/solar.el (solar-data-list): Move definition up.
4686
4687 * dnd.el (dnd-protocol-alist): Add autoload.
4688
4689 * progmodes/sh-script.el: Many doc usage fixes.
4690 (sh-indent-after-do): Change default to match common styles.
4691
4692 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4693
4694 * files.el (interpreter-mode-alist)
4695 (auto-mode-interpreter-regexp): Doc fixes.
4696
4697 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4698
4699 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4700
4701 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4702
4703 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4704
4705 * dired.el (dired-mode): make-variable-buffer-local =>
4706 make-local-variable.
4707
4708 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4709
4710 * term/mac-win.el (mac-select-convert-to-string): Try coding
4711 systems in mac-script-code-coding-systems if specified one cannot
4712 encode string for `com.apple.traditional-mac-plain-text'.
4713
4714 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4715
4716 * progmodes/make-mode.el (makefile-targets-face)
4717 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4718 (makefile-dependency-regex): Fix it to not make the colon in
4719 $(var:a=b) special.
4720 (makefile-rule-action-regex): New regexp for highlighting embedded
4721 Shell strings.
4722 (makefile-macroassign-regex): Handle != for highlighting as
4723 embedded Shell strings.
4724 (makefile-var-use-regex): New const.
4725 (makefile-statements, makefile-automake-statements)
4726 (makefile-gmake-statements, makefile-makepp-statements)
4727 (makefile-bsdmake-statements): New consts.
4728 (makefile-make-font-lock-keywords): New function.
4729 (makefile-automake-font-lock-keywords)
4730 (makefile-gmake-font-lock-keywords)
4731 (makefile-makepp-font-lock-keywords)
4732 (makefile-bsdmake-font-lock-keywords): New consts.
4733 (makefile-mode-map): Add switchers between the various submodes.
4734 (makefile-mode): Document the availability of the variants.
4735 (makefile-automake-mode, makefile-gmake-mode)
4736 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4737
4738 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4739 new variants of makefile-mode.
4740
4741 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4744 the inheritance.
4745
4746 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4747
4748 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4749 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4750
4751 * files.el (normal-mode): Extend the scope of the
4752 `enable-local-variables' binding to include the `set-auto-mode' call.
4753 (magic-mode-alist): Doc fix.
4754
4755 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4758 font-lock-comment-face rather than copying its setting.
4759
4760 2005-05-12 Andreas Schwab <schwab@suse.de>
4761
4762 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4763
4764 2005-05-12 Lute Kamstra <lute@gnu.org>
4765
4766 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4767 defcustom for the mode hook variable. Delete the last argument.
4768 * generic-x.el: Fix callers of define-generic-mode.
4769 (generic-x-modes): Delete group.
4770 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4771 generic-x customization group.
4772
4773 2005-05-12 Kim F. Storm <storm@cua.dk>
4774
4775 * font-lock.el (font-lock-negation-char-face): Default to "off".
4776
4777 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4778 font-lock-negation-char-face to ! in !=.
4779
4780 2005-05-12 Masatake YAMATO <jet@gyve.org>
4781
4782 * add-log.el (find-change-log): Fix typos in the docstring
4783 of function.
4784
4785 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4786
4787 * international/latexenc.el (latexenc-find-file-coding-system):
4788 Avoid `re-search-forward' when looking for input encoding because
4789 of speed and safety. Better regular expressions for recognizing
4790 input encoding. Limit a search for TeX-master/tex-main-file to
4791 the local variable section.
4792
4793 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4796 syntax of $ to "'" (quote).
4797
4798 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4799
4800 * dnd.el (dnd-protocol-alist): Improve custom type.
4801
4802 * dired.el (dired-dnd-protocol-alist): New variable.
4803 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4804 `dired-mode-hook' to the end.
4805
4806 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4809 comment-end if comment-start-skip is not set.
4810 Obey the font-lock-comment-delimiter-face variables.
4811
4812 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * files.el (executable-find): Move from executable.el. Use locate-file.
4815 * progmodes/executable.el (executable-find): Move to files.el.
4816
4817 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4818 when trying to ensure forward progress.
4819
4820 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4821
4822 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4823 (mouse-select, mouse-select-internal, mouse-extend-internal):
4824 Use it to implement mouse-1-click-follows-link functionality.
4825
4826 2005-05-11 Richard M. Stallman <rms@gnu.org>
4827
4828 * font-lock.el (font-lock-fontify-syntactically-region):
4829 Use font-lock-comment-delimiter-face for comment delimiters.
4830
4831 2005-05-10 Jay Belanger <belanger@truman.edu>
4832
4833 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4834 preserving embedded modes.
4835
4836 2005-05-10 Richard M. Stallman <rms@gnu.org>
4837
4838 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4839
4840 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4841 Move from ada-stmt.el.
4842 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4843
4844 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4845 Move to ada-mode.el.
4846 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4847
4848 * cus-edit.el (custom-file): Call file-chase-links.
4849
4850 * files.el (read-directory-name): Fix previous change.
4851 (hack-local-variables-confirm): New function.
4852 (hack-local-variables-prop-line, hack-local-variables)
4853 (hack-one-local-variable): Use it.
4854
4855 2005-05-10 Lute Kamstra <lute@gnu.org>
4856
4857 * font-lock.el (font-lock-keywords-alist)
4858 (font-lock-removed-keywords-alist): Clarify docstrings.
4859
4860 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4861
4862 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4863 (gdb-source-info): Check for preprocessor info.
4864 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4865 a macro for a function.
4866 (gdb-info-breakpoints-custom): Try to find file again if not already
4867 found (user might have used GDB dir command).
4868 (gdb-get-location): Update gdb-location-alist correctly for change
4869 to gdb-info-breakpoints-custom.
4870
4871 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4872 (gud-tooltip-print-command): Add gdbmi case.
4873 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4874 preprocessor info.
4875
4876 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4877
4878 * startup.el (fancy-splash-insert): Fix typo in doc string.
4879
4880 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * obsolete/float.el (string-to-float):
4883 * obsolete/hilit19.el (hilit-add-pattern):
4884 * obsolete/rnews.el (news-parse-range, news-select-message)
4885 (news-get-pruned-list-of-files): Replace `string-to-int' by
4886 `string-to-number'.
4887
4888 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4889 `find-file-not-found-hooks'; use `add-hook'.
4890 (uncompress-while-visiting): Set `write-file-functions', not
4891 `write-file-hooks'; use `add-hook'.
4892
4893 2005-05-09 Kim F. Storm <storm@cua.dk>
4894
4895 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4896 (cua-paste): Handle clipboard action.
4897 (cua--init-keymaps): Remap clipboard-kill-region and
4898 clipboard-kill-ring-save.
4899
4900 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4901
4902 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4903 Improve commentary.
4904
4905 * simple.el (next-error-overlay-arrow-position): Revert the change
4906 made on 2005-04-30.
4907
4908 2005-05-07 Jay Belanger <belanger@truman.edu>
4909
4910 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4911 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4912 `calc-sel-reselect'.
4913
4914 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4915 Calc is in embedded mode.
4916
4917 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4918
4919 * progmodes/compile.el (compilation-setup):
4920 Set overlay-arrow-string to an empty string on text terminals.
4921
4922 * textmodes/ispell.el (ispell-program-name): Try looking for
4923 "aspell" along exec-path, and if found, use it as the default
4924 speller program.
4925
4926 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4927
4928 * international/mule.el (sgml-xml-auto-coding-function):
4929 Recognize encoding='FOO' in single quotes as well as in double quotes.
4930
4931 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4932
4933 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4934 as well as `interactive', so that defmacro* would recognize
4935 `declare' forms.
4936
4937 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4938
4939 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4940 Explain more about the LIGHTER arg's usage in the doc string.
4941 Add commentary to clarify what the code does. Fix the regexp that
4942 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4943 since it could have characters special to regular expressions.
4944
4945 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4946
4947 * replace.el (occur-1): Bind inhibit-read-only so that
4948 erase-buffer doesn't barf on read-only text properties (likewise
4949 for add-text-properties in occur-engine). Mark buffer as unmodified.
4950 (occur-engine): Don't set buffer-read-only here.
4951
4952 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4955 list-buffers-directory. This caused the *cvs-commit* buffer to be
4956 sometimes mistakenly reused as a *cvs* buffer.
4957
4958 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4959
4960 * tooltip.el: Move code for GUD tooltips into gud.el.
4961 (require): CL no longer needed to compile case.
4962 (tooltip-mode): Do not toggle functions for GUD tooltips.
4963 (tooltip-gud-tips-p): Remove. Replace with minor mode
4964 gud-tooltip-mode in gud.el.
4965 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4966 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4967 tooltip-gud prefix with gud-tooltip and obsolete.
4968 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4969 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4970 (tooltip-mouse-motion): Mouse movement functions/variable.
4971 Rename in gud.el by adding gud prefix.
4972 (tooltip-gud-original-filter, tooltip-gud-dereference)
4973 (tooltip-gud-event, tooltip-toggle-gud-tips)
4974 (tooltip-gud-process-output, tooltip-gud-print-command)
4975 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4976 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4977 (gdb-tooltip-print): Move to gdb-ui.el.
4978
4979 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4980 (require): CL needed to compile case.
4981 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4982 tooltip-gud-tips-p. Make it a minor-mode.
4983 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4984 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4985 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4986 (gud-tooltip-change-major-mode)
4987 (gud-tooltip-activate-mouse-motions-if-enabled)
4988 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4989 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4990 (gud-tooltip-original-filter, gud-tooltip-dereference)
4991 (gud-tooltip-event, tooltip-toggle-gud-tips)
4992 (gud-tooltip-process-output, gud-tooltip-print-command)
4993 (gud-tooltip-tips): Move from tooltip.el.
4994
4995 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4996 (gdb-cpp-define-alist-flags): Doc fix.
4997 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4998 gud-tooltip-mode is t.
4999
5000 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
5003 evaporate if their text is deleted.
5004 (goto-address-at-point): Make it work as a mouse binding as well.
5005 (goto-address-at-mouse): Obsolete it. Update users.
5006
5007 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5008
5009 * calendar/appt.el (top-level): No longer activate on load.
5010
5011 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5012
5013 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5014 * net/webjump.el (webjump):
5015 * progmodes/idlw-help.el (idlwave-do-context-help1)
5016 (idlwave-highlight-linked-completions):
5017 * textmodes/po.el (po-find-file-coding-system-guts):
5018 Replace `assoc-ignore-case' by `assoc-string'.
5019
5020 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5021
5022 * files.el (locate-file): Doc fix.
5023
5024 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5025 Remove the redundant test for ms-dos.
5026
5027 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5028 look for the preprocessor with exec-suffixes. If not found in
5029 standard places, look in exec-path. Remove most of the tests that
5030 used system-type.
5031
5032 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5033
5034 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5035
5036 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5037 file-name clash with jka-compr.el on 8+3 filesystems.
5038
5039 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5040
5041 * term/mac-win.el: Don't define or bind scroll bar functions if
5042 x-toolkit-scroll-bars is t.
5043 (x-select-text, x-get-selection-value):
5044 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5045 (PRIMARY): Put mac-scrap-name property.
5046 (mac-select-convert-to-file-url): New function.
5047 (public.file-url): New selection target type. Add to
5048 selection-converter-alist.
5049 (x-get-selection, x-selection-value): Handle it.
5050 (x-cut-buffer-or-selection-value): New alias.
5051
5052 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5053
5054 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5055 entry to avoid calling bibtex-find-entry with arg global
5056 being t. Remove arg key.
5057 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5058 (bibtex-copy-summary-as-kill): Change accordingly.
5059
5060 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5063 (org-agenda-date-later): Use with-current-buffer.
5064
5065 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5066
5067 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5068 (define-obsolete-variable-alias): Doc Fixes.
5069
5070 2005-05-06 Kim F. Storm <storm@cua.dk>
5071
5072 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5073 vertical-motion when selective-display is active.
5074
5075 * ido.el (ido-setup-hook): New hook.
5076 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5077 (ido-input-stack): New var.
5078 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5079 ido-next-work-file binding to M-O.
5080 Bind M-f to ido-wide-find-file-or-pop-dir.
5081 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5082 (ido-read-internal): Run ido-setup-hook.
5083 Catch quit in read-file-name and read-string to cancel edit.
5084 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5085 Automatically pop-all when completing a directory name (RET).
5086 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5087 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5088 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5089 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5090 New functions for M-b/M-f to move among the directory components.
5091 (ido-make-merged-file-list): Catch quit to cancel merge.
5092 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5093 (ido-completion-help): No warnings for ido-completion-buffer-full.
5094
5095 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5096
5097 * font-lock.el (font-lock-negation-char-face): New face and variable.
5098 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5099 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5100 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5101 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5102
5103 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5106 Fix typo in docstring.
5107
5108 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5109 (ebrowse-print-statistics-line)
5110 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5111
5112 * term/w32-win.el (image-library-alist): Add additional name for
5113 Xpm library.
5114
5115 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5116
5117 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5118 use gcc instead of cpp.
5119
5120 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5121 (gdb-create-define-alist): Use it.
5122 (gdb-cpp-define-alist-program): Update for MS-DOS.
5123
5124 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5125
5126 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5127
5128 2005-05-04 Richard M. Stallman <rms@gnu.org>
5129
5130 * help.el (describe-key): No error when UNTRANSLATED is nil.
5131
5132 * simple.el (line-move-1): Fix previous change to signal errors
5133 appropriately.
5134
5135 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5136
5137 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5138 (icalendar-duration-correction): Remove.
5139 (icalendar--get-event-properties): Split result at commas.
5140 (icalendar--decode-isoduration): New optional argument
5141 DURATION-CORRECTION.
5142 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5143 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5144 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5145 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5146 (icalendar--convert-anniversary-to-ical): New functions, extracted
5147 from icalendar-export-region, with bug fixes.
5148 (icalendar-export-region): Use the above functions.
5149 (icalendar-import-buffer): Check before saving diary file.
5150 (icalendar--convert-recurring-to-diary)
5151 (icalendar--convert-non-recurring-all-day-to-diary)
5152 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5153 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5154 (icalendar--convert-ical-to-diary): Use the above functions.
5155
5156 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5157
5158 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5159 Remove these recent additions.
5160 (c-mode): Restore to before 2005-04-28.
5161
5162 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5163 recent addition.
5164
5165 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5166 (gdb-define-alist): New variables.
5167 (gdb-create-define-alist): New function.
5168 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5169 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5170 with string-to-number.
5171 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5172
5173 * progmodes/gud.el: Replace string-to-int with string-to-number.
5174 (gud-find-file): Handle gdb-define-alist.
5175
5176 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5177
5178 2005-05-02 Jay Belanger <belanger@truman.edu>
5179
5180 * calc/calc-aent.el (math-read-token):
5181 * calc/calc-bin.el (calc-word-size):
5182 * calc/calc-ext.el (calc-read-number-fancy):
5183 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5184 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5185 * calc/calc-frac.el (calc-over-notation):
5186 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5187 (calc-graph-num-points, calc-graph-init):
5188 * calc/calc-prog.el (calc-read-parse-table-part)
5189 (calc-edit-macro-repeats):
5190 * calc/calc-yank.el (calc-do-grab-rectangle):
5191 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5192 Replace `string-to-int' by `string-to-number'.
5193
5194 2005-05-02 Kim F. Storm <storm@cua.dk>
5195
5196 * kmacro.el: Use executing-kbd-macro-index variable.
5197
5198 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5199
5200 * net/rlogin.el (rlogin-parse-words): Delete func.
5201 (rlogin): Use split-string, not rlogin-parse-words.
5202 Also, if there are option-like elements in the parsed args,
5203 take the host to be the first arg immediately following them.
5204 Suggested by Michael Mauger.
5205
5206 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5207
5208 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5209
5210 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5211
5212 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5213 (cc-mode-cpp-program): Rename to cc-define-list-program and
5214 move to cc-vars.el.
5215
5216 * progmodes/cc-vars.el (cc-define-list-program):
5217 Change to "gcc -E -dM -". Make customizable.
5218
5219 2005-05-02 Kim F. Storm <storm@cua.dk>
5220
5221 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5222
5223 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5224
5225 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5226
5227 * international/mule-util.el (truncate-string): Remove alias and
5228 obsolete declaration.
5229
5230 * international/mule-cmds.el (update-iso-coding-systems):
5231 Remove alias and obsolete declaration.
5232
5233 * international/mule.el (coding-system-parent): Remove alias and
5234 obsolete declaration.
5235
5236 * subr.el (define-function, sref): Remove aliases and obsolete
5237 declarations.
5238 (chars-in-region): Remove obsolete declaration.
5239
5240 2005-05-01 Richard M. Stallman <rms@gnu.org>
5241
5242 * info.el (Info-mode): Set widen-automatically to nil, locally.
5243
5244 * simple.el (widen-automatically): New variable.
5245 (pop-global-mark): Obey widen-automatically.
5246
5247 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5248
5249 * term/xterm.el (function-key-map): Call substitute-key-definition
5250 before the keymap size is increased by a lot of define-key calls.
5251
5252 2005-05-01 Richard M. Stallman <rms@gnu.org>
5253
5254 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5255 Rename ARG to ELEMENT. Doc fix.
5256
5257 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5258
5259 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5260 Remove references to allout-exposure/change to allout-new-exposure.
5261
5262 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5263 bytecode symbols.
5264
5265 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5266 (compiled-function-p, focus-frame, unfocus-frame):
5267 Remove aliases and obsolete declarations.
5268 Back out inadvertent changes from previous commit.
5269
5270 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * files.el (require-final-newline): Make Custom tags consistent
5273 with mode-require-final-newline.
5274 (mode-require-final-newline): Doc fix.
5275
5276 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * international/latexenc.el (latexenc-find-file-coding-system):
5279 Fix regular expressions.
5280
5281 2005-05-01 David Kastrup <dak@gnu.org>
5282
5283 * international/latexenc.el (latexenc-find-file-coding-system):
5284 Fix regular expressions.
5285
5286 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5287
5288 * subr.el (string-to-int): Make obsolete.
5289
5290 2005-04-30 Richard M. Stallman <rms@gnu.org>
5291
5292 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5293
5294 * loadup.el: load jka-comp-hook.
5295
5296 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5297 (jka-compr-handler): Add autoload. `put' calls moved
5298 to jka-comp-hook.el.
5299 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5300 (jka-compr-inhibit): Autoload.
5301
5302 * jka-comp-hook.el: New file.
5303 Enable the mode by default.
5304
5305 * files.el (backup-buffer-copy): Use copy-file instead
5306 of write-region, and put back the 'excl.
5307
5308 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5309
5310 * progmodes/flymake.el (flymake-split-string)
5311 (flymake-split-string, flymake-log, flymake-pid-to-names)
5312 (flymake-reg-names, flymake-get-source-buffer-name)
5313 (flymake-unreg-names, flymake-add-line-err-info)
5314 (flymake-add-err-info): Clarify docstrings.
5315 (flymake-popup-menu, flymake-make-emacs-menu)
5316 (flymake-make-xemacs-menu): Add docstrings.
5317 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5318 Set variables directly throughout.
5319
5320 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5321
5322 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5323 exists. Initialize cc-define-alist.
5324 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5325 If there is no file (Macroexpansion) don't create an alist.
5326
5327 2005-04-29 Sam Steingold <sds@gnu.org>
5328
5329 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5330 (cc-create-define-alist): Use it instead of the hard-coded string.
5331
5332 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5335 for latexenc.
5336
5337 2005-04-29 Lute Kamstra <lute@gnu.org>
5338
5339 * emacs-lisp/generic.el: Improve commentary section.
5340 (define-generic-mode): Improve docstring.
5341
5342 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5343
5344 * textmodes/org.el (many places): Change to quiet the byte compiler.
5345 (org-prefix-format-compiled): New variable.
5346 (org-compile-prefix-format): New function.
5347 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5348 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5349 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5350 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5351 consistency with entries from `org-mode' files.
5352 (org-get-time-of-day): Fix bug with partial matches early in a line.
5353 (org-non-link-chars): New constant.
5354 (org-link-regexp): Respect `org-non-link-chars'.
5355 (org-agenda-day-view): Remove command.
5356 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5357 (org-follow-bbdb-link, org-store-link): Search also company field.
5358 (org-highlight-overlay): New variable.
5359 (org-highlight, org-unhighlight): New functions.
5360 (org-agenda-mode): Add pre-command-hook to remove highlight.
5361 (org-evaluate-time-range): Behavior depends upon whether time stamp
5362 contains a time or not.
5363 (org-show-subtree, org-show-entry): New functions.
5364 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5365
5366 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * comint.el (comint-output-filter-functions): Add autoload cookie.
5369
5370 2005-04-28 Kim F. Storm <storm@cua.dk>
5371
5372 * ido.el (ido-everywhere): Fix last change.
5373
5374 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5375
5376 * international/latexenc.el: New file.
5377 * international/mule-conf.el (file-coding-system-alist): For .tex,
5378 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5379
5380 2005-04-28 Lute Kamstra <lute@gnu.org>
5381
5382 * font-lock.el (font-lock-add-keywords)
5383 (font-lock-remove-keywords): Clarify docstring.
5384 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5385 Don't start docstrings with a `*'.
5386 (font-lock-update-removed-keyword-alist): Give it a docstring.
5387
5388 * generic-x.el: Update commentary section.
5389 Only require font-lock when compiling.
5390 Define all modes conditionally.
5391 Place all generic modes in the generic-x-modes customization group.
5392 (generic-x-modes): New customization group.
5393 (generic-default-modes, generic-mswindows-modes)
5394 (generic-unix-modes, generic-other-modes): New constants.
5395 (generic-define-mswindows-modes, generic-define-unix-modes):
5396 Update docstrings. Make them obsolete.
5397 (generic-extras-enable-list): New default value. Update docstring.
5398 Improve :type. Change :set function.
5399 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5400 Fix docstring.
5401
5402 * emacs-lisp/generic.el (generic-mode-internal):
5403 Simplify font-lock-defaults.
5404 (define-generic-mode): Fix docstring.
5405
5406 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5409 font-lock-face property to highlight matches.
5410
5411 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5414 (cc-define-alist): New variable.
5415 (c-mode): Make it local and initialize it.
5416
5417 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5418 (gdb-exited): New function.
5419 (gdb-annotation-rules): Use it.
5420 (gdb-starting): Set gdb-active-process to t.
5421 (gdb-stopping): Amend doc string.
5422 (gdb-reset): Set gdb-active-process to nil.
5423
5424 * tooltip.el (tooltip-gud-tips): Show the associated #define
5425 directives when a C program under GDB is not executing.
5426
5427 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5430 font-lock-fontify-syntactic-keywords.
5431
5432 * font-lock.el (font-lock-default-fontify-region): Don't force
5433 parse-sexp-lookup-properties to nil.
5434
5435 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5436
5437 * man.el (man-mode-syntax-table): Set up `:' to have
5438 word-constituent syntax.
5439
5440 2005-04-27 Lute Kamstra <lute@gnu.org>
5441
5442 * novice.el (disable-command): Don't add spurious newlines to the
5443 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5444
5445 2005-04-26 Jay Belanger <belanger@truman.edu>
5446
5447 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5448 than one window before deleting window.
5449
5450 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * shell.el (shell-prompt-pattern): Doc fix.
5453 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5454
5455 * comint.el (comint-prompt-regexp, comint-get-old-input)
5456 (comint-use-prompt-regexp)
5457 (comint-use-prompt-regexp-instead-of-fields)
5458 (comint-replace-by-expanded-history, comint-send-input)
5459 (comint-output-filter, comint-get-old-input-default)
5460 (comint-line-beginning-position, comint-bol, comint-show-output)
5461 (comint-backward-matching-input, comint-forward-matching-input)
5462 (comint-next-prompt, comint-previous-prompt):
5463 Rename `comint-use-prompt-regexp-instead-of-fields' to
5464 `comint-use-prompt-regexp'. Keep old name as alias and declare
5465 obsolete.
5466 (comint-use-prompt-regexp): Shorten first line of doc string.
5467
5468 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5469 Set paragraph-separate buffer locally to "\\'".
5470
5471 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5472 Adapt to above name change.
5473
5474 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5475 (smbclient-prompt-regexp): Ditto.
5476
5477 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5478
5479 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5482 gdb-location-list.
5483 Break lines that are over 80 characters wide.
5484
5485 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5488 New fun and var, to preserve compatibility.
5489
5490 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5491
5492 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5493
5494 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5495 name to file-newer-than-file-p.
5496
5497 2005-04-26 Richard M. Stallman <rms@gnu.org>
5498
5499 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5500
5501 * progmodes/python.el (python-mode):
5502 Use new name eldoc-documentation-function.
5503
5504 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5505
5506 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5507 (eldoc-documentation-function):
5508 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5509
5510 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5511
5512 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5513
5514 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5515
5516 * term/xterm.el (function-key-map): Fix strings for
5517 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5518 {C,S,A,C-S}-{f1-f12}.
5519
5520 2005-04-26 Kenichi Handa <handa@m17n.org>
5521
5522 * international/mule-cmds.el (select-safe-coding-system):
5523 Fix previous change.
5524
5525 2005-04-26 Lute Kamstra <lute@gnu.org>
5526
5527 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5528
5529 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5530 (font-lock-comment-delimiter-face): Ditto.
5531
5532 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5533
5534 2005-04-25 Jay Belanger <belanger@truman.edu>
5535
5536 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5537 to t while inserting information; use help-mode.
5538
5539 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5540
5541 * term.el (ansi-term-color-vector): Use the xterm colors.
5542 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5543
5544 2005-04-25 Lute Kamstra <lute@gnu.org>
5545
5546 * font-core.el (font-lock-defaults): Fix docstring.
5547
5548 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5549
5550 2005-04-25 Kenichi Handa <handa@m17n.org>
5551
5552 * international/mule-cmds.el (select-safe-coding-system):
5553 Don't check consistency with coding: spec, etc if raw-text or
5554 no-conversion was found to be safe.
5555
5556 2005-04-24 Richard M. Stallman <rms@gnu.org>
5557
5558 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5559 citation markers at start of each line.
5560
5561 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5562 citation markers at start of each line.
5563
5564 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5565
5566 * files.el (mode-require-final-newline): Fix previous change.
5567 (require-final-newline): Fix type label.
5568
5569 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5570
5571 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5572 statement in buffer (broken by 2004-11-24 change).
5573
5574 2005-04-24 Kim F. Storm <storm@cua.dk>
5575
5576 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5577 and read-file-name-function values. Don't overwrite existing
5578 non-nil values if ido-mode is enabled without ido-everywhere.
5579
5580 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * files.el (mode-require-final-newline): Minor doc fix.
5583
5584 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5585
5586 * subr.el (syntax-after): Doc fix.
5587 (syntax-class): If argument is nil, return nil. Mask off upper 16
5588 bits, not 8 bits.
5589
5590 * files.el (mode-require-final-newline): Doc fix.
5591 (backup-buffer-copy): Fix last change.
5592
5593 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5594
5595 * term/mac-win.el: Require select. Set selection-coding-system to
5596 mac-system-coding-system. Call menu-bar-enable-clipboard.
5597 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5598 (x-select-enable-clipboard): New variables.
5599 (x-select-text, x-get-selection, x-selection-value)
5600 (x-get-selection-value, mac-select-convert-to-string)
5601 (mac-services-open-file, mac-services-open-selection)
5602 (mac-services-insert-text): New functions.
5603 (CLIPBOARD, FIND): Put mac-scrap-name property.
5604 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5605 (public.tiff): Put mac-ostype property.
5606 (selection-converter-alist): Add entries for them.
5607 (mac-application-menu-map): New keymap.
5608 (interprogram-cut-function, interprogram-paste-function): Set to
5609 x-select-text and x-get-selection-value, respectively.
5610 (split-window-keep-point): Set to t.
5611
5612 2005-04-23 Richard M. Stallman <rms@gnu.org>
5613
5614 * files.el (read-directory-name): Always pass non-nil
5615 DEFAULT-FILENAME arg to read-file-name.
5616 (backup-buffer-copy, basic-save-buffer-2): Take care against
5617 writing thru an unexpected existing symlink.
5618 (revert-buffer): In indirect buffer, revert the base buffer.
5619 (magic-mode-alist): Doc fix.
5620 (buffer-stale-function): Doc fix.
5621 (minibuffer-with-setup-hook): Avoid warning.
5622 (mode-require-final-newline): Doc and custom fix.
5623
5624 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5625
5626 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5627 use the default appearance.
5628 (font-lock-comment-delimiter-face): New face, new variable.
5629
5630 * imenu.el (imenu--generic-function): The official position of a
5631 definition is the start of the line that BEG is in.
5632
5633 * midnight.el (midnight-timer): Move defvar up.
5634
5635 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5636
5637 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5638
5639 * startup.el (command-line): Use with-no-warnings.
5640
5641 * window.el (window-size-fixed): New defvar.
5642
5643 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5644
5645 * mail/rmail.el (rmail-font-lock-keywords):
5646 Use font-lock-comment-delimiter-face.
5647
5648 * mail/sendmail.el (mail-font-lock-keywords):
5649 Use font-lock-comment-delimiter-face.
5650
5651 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5652
5653 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5654
5655 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5656 Specify t for LAXMATCH when matching directories.
5657 Save match data around compilation-compat-error-properties form.
5658
5659 2005-04-23 David Kastrup <dak@gnu.org>
5660
5661 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5662 Mention that the autoloaded aliases should be kept for AUCTeX.
5663
5664 2005-04-23 Andreas Schwab <schwab@suse.de>
5665
5666 * isearch.el (isearch-forward): Doc fix.
5667
5668 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5669
5670 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5671 (jit-lock-stealth-nice): Change default value to 0.5.
5672
5673 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5674
5675 * abbrev.el (write-abbrev-file): Write table entries in
5676 alphabetical order by table name.
5677
5678 2005-04-22 Kim F. Storm <storm@cua.dk>
5679
5680 * ido.el (ido-read-internal): Fix `list' completion.
5681
5682 2005-04-22 Kenichi Handa <handa@m17n.org>
5683
5684 * recentf.el (recentf-save-file-coding-system): New variable.
5685 (recentf-save-list): Encode the file by
5686 recentf-save-file-coding-system and add coding: tag.
5687
5688 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5691
5692 2005-04-21 Lute Kamstra <lute@gnu.org>
5693
5694 * loadhist.el (unload-feature): Don't remove a function from hooks
5695 if it is about to be restored to an autoload . Remove functions
5696 that will become unbound from auto-mode-alist. Simplify the code.
5697
5698 * subr.el (assq-delete-all): New implementation that is linear,
5699 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5700 (rassq-delete-all): New function.
5701
5702 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5703 Add size-indication-mode.
5704
5705 2005-04-21 Kenichi Handa <handa@m17n.org>
5706
5707 * international/mule-cmds.el: Add autoload for widget-value in
5708 eval-when-compile.
5709
5710 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5711
5712 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5713 Add tooltip-mode.
5714
5715 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5716
5717 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5718
5719 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5720 (inferior-lisp-filter-regexp, inferior-lisp-program)
5721 (inferior-lisp-load-command, inferior-lisp-prompt)
5722 (inferior-lisp-mode-hook, lisp-source-modes)
5723 (inferior-lisp-load-hook): defvar->defcustom.
5724 (inferior-lisp-program, inferior-lisp-prompt)
5725 (inferior-lisp-load-hook): Doc fixes.
5726 (inferior-lisp-install-letter-bindings): Small change in
5727 introductory comment.
5728
5729 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5730
5731 * vc.el (vc-annotate-color-map): Change some colors so that text
5732 using them as foreground is readable on both white and black
5733 backgrounds.
5734
5735 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * international/mule-conf.el (translation-table-for-input):
5738 Remove redundant declaration.
5739
5740 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5741
5742 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5743
5744 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5745 (tooltip-toggle-gud-tips): New function.
5746
5747 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5748
5749 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5750 right angle brackets.
5751
5752 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5753
5754 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5755
5756 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5759 Remove. Update callers to use expand-file-name instead.
5760
5761 * subr.el (syntax-class): New function.
5762
5763 * simple.el (blink-matching-open): Use it.
5764
5765 * paren.el (show-paren-function): Use it to recognize parens that are
5766 also used in 2-char comment markers.
5767
5768 2005-04-19 Lute Kamstra <lute@gnu.org>
5769
5770 * loadhist.el (unload-feature): Update for new format of
5771 load-history. Simplify the code.
5772
5773 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5774
5775 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5776 (mac-add-charset-info): New function. Initialize variable
5777 mac-charset-info-alist using it.
5778 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5779 for translation.
5780 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5781 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5782 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5783 New CCL programs.
5784
5785 2005-04-19 Kim F. Storm <storm@cua.dk>
5786
5787 * simple.el (next-buffer, prev-buffer, next-error)
5788 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5789 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5790
5791 * bindings.el (next-buffer, prev-buffer, next-error)
5792 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5793 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5794 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5795 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5796
5797 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * isearch.el (isearch-edit-string): Make the search-ring available for
5800 minibuffer history commands.
5801 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5802 the default history commands now work just as well.
5803 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5804
5805 2005-04-18 Kim F. Storm <storm@cua.dk>
5806
5807 * emulation/cua-base.el (cua--pre-command-handler): Add more
5808 elaborate check for shift modifier on non-window systems.
5809
5810 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5811
5812 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5813
5814 2005-04-18 Kim F. Storm <storm@cua.dk>
5815
5816 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5817 and make it optional. Don't test tooltip-gud-echo-area here.
5818 (tooltip-gud-process-output, gdb-tooltip-print):
5819 Pass tooltip-gud-echo-area to tooltip-show.
5820 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5821
5822 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5823
5824 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5825 `display-graphic-p' may not be bound yet.
5826
5827 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * startup.el (command-line): No longer enable Xterm Mouse mode by
5830 default in terminals compatible with xterm.
5831
5832 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5833
5834 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5835
5836 * tooltip.el (tooltip-gud-echo-area): Rename from
5837 tooltip-use-echo-area.
5838 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5839 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5840 area independently of where help tooltips are displayed.
5841
5842 2005-04-17 David Kastrup <dak@gnu.org>
5843
5844 * cus-theme.el (custom-theme-write-variables): Quote variables
5845 where necessary.
5846
5847 2005-04-17 Richard M. Stallman <rms@gnu.org>
5848
5849 * simple.el (yank-excluded-properties): Add follow-link to value.
5850
5851 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5852
5853 * startup.el (fancy-splash-max-time): Just 30 seconds.
5854 (fancy-splash-delay): Just 7.
5855 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5856
5857 * loadhist.el (unload-feature): Update for new format of load-history.
5858 Simplify the code.
5859
5860 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5861 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5862
5863 * mail/sendmail.el (mail-font-lock-keywords):
5864 Don't fontify subject text.
5865 Don't fontify the text of a citation.
5866
5867 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5868
5869 * comint.el (comint-output-filter): Run comint-output-filter-functions
5870 with point where the user had it.
5871
5872 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * international/ucs-tables.el (ucs-set-table-for-input):
5875 Disable when using unify-on-decoding.
5876
5877 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5878
5879 * emulation/cua-base.el (cua-global-mark-face): Add special case
5880 for displays supporting a high number of colors.
5881
5882 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5883
5884 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5885
5886 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * filesets.el (filesets-add-buffer): If user supplies a name of a
5889 non-existing fileset, create a new fileset.
5890
5891 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5892
5893 * textmodes/org.el (org-up-heading-all): Fix bug with
5894 `outline-up-heading-all'.
5895
5896 2005-04-16 Andreas Schwab <schwab@suse.de>
5897
5898 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5899 /etc/permissions.d/* and /etc/aliases.d/*.
5900
5901 2005-04-16 Kenichi Handa <handa@m17n.org>
5902
5903 * international/code-pages.el (cp-make-coding-system):
5904 Set `translation-table-for-input' property value to the symbol
5905 ucs-mule-to-mule-unicode, not to that value.
5906 (pt154): Escape guillemet by `\'.
5907
5908 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5909
5910 * loadup.el: Load tooltip if x-show-tip is fboundp.
5911
5912 * startup.el (command-line): Add comment.
5913
5914 * tooltip.el (tooltip-mode): Specify correct standard value for
5915 Custom in init-value.
5916
5917 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5918
5919 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5920 possible.
5921
5922 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5923
5924 * textmodes/org.el (org-agenda-date-prompt): Rename from
5925 `org-agenda-date-today'.
5926 (org-evaluate-time-range): Insert at point instead of directly
5927 after time range.
5928 (org-first-headline-recenter, org-subtree-end-visible-p)
5929 (org-optimize-window-after-visibility-change): New functions
5930 (org-agenda-post-command-hook): Don't allow point at end of line,
5931 to make sure it always hits the text properties.
5932 (org-agenda-next-date-line, org-agenda-previous-date-line):
5933 New commands.
5934 (org-set-regexps-and-options): Category may contain white space.
5935 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5936 Improve marker positions.
5937 (org-agenda-new-marker): Argument POS made optional.
5938 (org-agenda-get-timestamps): Deadlines which are done are listed
5939 in org-done-face now.
5940 (org-agenda-get-todos, org-agenda-get-timestamps)
5941 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5942 Set `undone-face' and `done-face' properties.
5943 (org-last-todo-state-is-todo): New variable.
5944 (org-todo): Set `org-last-todo-state-is-todo'.
5945 (org-agenda-todo): Change face according to
5946 `org-last-todo-state-is-todo'. And change other lines referring to
5947 the same entry.
5948 (org-calendar-goto-agenda): New command.
5949 (org-calendar-to-agenda-key): New option.
5950 (org-startup-folded): New allowed value `content'.
5951 (org-set-regexps-and-options): Accept new value `content' for
5952 `org-startup-folded'.
5953 (org-get-current-options): Handle new value `content' for
5954 `org-startup-folded'.
5955 (org-insert-todo-heading): New command.
5956 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5957 interactively in empty file and option
5958 `org-insert-mode-line-in-empty-file' has been set.
5959 (org-agenda-todo,org-agenda-priority): Modify to use
5960 `org-agenda-change-all-lines'.
5961 (org-warning-face): Change color on dark background
5962
5963 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5964
5965 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5966 use preferences AppleLocale and AppleLanguages, and variable
5967 mac-system-locale for default locale. On Mac OS Classic, use
5968 mac-system-coding-system for default coding systems.
5969
5970 * term/mac-win.el: Don't set file-name-coding-system.
5971 Decode variables system-name, emacs-build-system, user-login-name, and
5972 user-full-name by mac-system-coding-system on Mac OS Classic.
5973 (mac-system-coding-system): New variable.
5974
5975 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5976
5977 * startup.el (command-line): Handle `xterm-mouse-mode' before
5978 reading init file.
5979
5980 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5981
5982 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5983
5984 * progmodes/sh-script.el (sh-here-document-word): Make it a
5985 defcustom. Doc fix.
5986 (sh-add): Bash uses $(( )) for arithmetic.
5987 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5988 (sh-maybe-here-document): Remove quotes and leading whitespace
5989 from heredoc word when closing. Indent heredoc with tabs if word
5990 starts with "-".
5991
5992 2005-04-13 Richard M. Stallman <rms@gnu.org>
5993
5994 * simple.el (undo): Fix previous change.
5995
5996 * custom.el (defface): Doc fix.
5997
5998 2005-04-13 Lute Kamstra <lute@gnu.org>
5999
6000 * Makefile.in (DONTCOMPILE): Remove list.
6001 (compile, compile-always): Don't use DONTCOMPILE.
6002 (update-authors): Load the library in which batch-update-authors
6003 is defined.
6004 * makefile.w32-in (DONTCOMPILE): Remove list.
6005 (compile, compile-always): Fix comments.
6006 (update-authors): Load the library in which batch-update-authors
6007 is defined.
6008
6009 * generic-x.el (generic-mode-ini-file-find-file-hook):
6010 Rename to ini-generic-mode-find-file-hook.
6011 Keep generic-mode-ini-file-find-file-hook as an alias.
6012 (ini-generic-mode-find-file-hook): Rename from
6013 generic-mode-ini-file-find-file-hook. Fix docstring.
6014 (ini-generic-mode): Docstring change.
6015 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6016
6017 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6018 called from lisp.
6019
6020 * generic.el: Move to the emacs-lisp subdir.
6021
6022 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6025 and C-S- function and cursor motion keys.
6026
6027 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * startup.el (command-line): Enable Xterm Mouse mode by default.
6030 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6031 for Custom. No longer show "Mouse" in mode line when enabled.
6032 Doc fix.
6033
6034 2005-04-12 Kim F. Storm <storm@cua.dk>
6035
6036 * emulation/cua-base.el (cua-rectangle-face)
6037 (cua-rectangle-noselect-face): Define face attributes here.
6038
6039 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6040
6041 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6042
6043 * startup.el (command-line): Turn off blinking cursor if
6044 cursorBlink in resources is off or false.
6045
6046 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6047
6048 * term/mac-win.el (dnd): Require dnd.
6049 (mac-drag-n-drop): Call dnd-handle-one-url.
6050 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6051 (kTextEncodingISOLatin2): Remove constants.
6052 (mac-script-code-coding-systems): New constant.
6053 (mac-handle-language-change): New function.
6054 (special-event-map): Bind it to `language-change' event.
6055 (mac-centraleurroman, mac-cyrillic): New coding systems.
6056 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6057 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6058 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6059 encode-mac-cyrillic, respectively.
6060
6061 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6062
6063 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6064 Don't set overlay-arrow-string to "=>" as this is done
6065 globally in C now.
6066
6067 2005-04-12 Lute Kamstra <lute@gnu.org>
6068
6069 * generic-x.el (rc-generic-mode, rul-generic-mode):
6070 Fix auto-mode-alist entries.
6071 (etc-fstab-generic-mode): Tweak fontification.
6072
6073 * generic.el (generic-make-keywords-list): Fix docstring.
6074 (generic-mode-internal): Simplify generic-font-lock-keywords.
6075
6076 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6077
6078 * whitespace.el (whitespace-buffer-leading)
6079 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6080 However, fix the highlight area for the leading and
6081 trailing whitespaces to show space.
6082
6083 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6084
6085 * whitespace.el (whitespace-version): Bump to 3.5
6086
6087 (whitespace-buffer-leading, whitespace-buffer-trailing):
6088 Invert sense of the test to highlight the whitespace.
6089
6090 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6091
6092 * progmodes/gud.el (gud-display-line): GUD uses its own
6093 overlay arrow now so don't set overlay-arrow-string.
6094 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6095
6096 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6097
6098 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6099 (term-ansi-current-reverse, term-ansi-current-invisible)
6100 (term-ansi-face-already-done): Change to boolean.
6101 (term-reset-terminal, term-handle-colors-array): Handle the above
6102 vars accordingly.
6103 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6104 (term-emulate-terminal): Use the new name.
6105
6106 * faces.el (secondary-selection): Use yellow1, not yellow.
6107 (trailing-whitespace): Use red1, not red.
6108
6109 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6110
6111 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6112 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6113 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6114
6115 * cus-edit.el (dnd): New group.
6116
6117 * term/w32-win.el (dnd): Require dnd
6118 (w32-drag-n-drop): Call dnd-handle-one-url.
6119
6120 * x-dnd.el: Require dnd.
6121 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6122 Call dnd-handle-one-url.
6123 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6124 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6125 to dnd-insert-text.
6126 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6127 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6128 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6129 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6130
6131 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6132
6133 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6134
6135 * wdired.el: Doc fixes.
6136 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6137 (wdired-use-dired-vertical-movement): Rename from
6138 wdired-always-move-to-filename-beginning.
6139 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6140 (wdired-change-to-wdired-mode): Change mode name.
6141 (wdired-newline): Delete.
6142
6143 2005-04-11 Richard M. Stallman <rms@gnu.org>
6144
6145 * whitespace.el (whitespace-highlight-the-space):
6146 Don't call whitespace-unhighlight-the-space here.
6147
6148 * simple.el (undo): Record t in undo-equiv-table
6149 for the redo record made by an undo-in-region.
6150
6151 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6152
6153 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6154 (gdb-frame-inferior-io-buffer): New Functions to control
6155 display of separate IO buffer.
6156 (menu): Add them to menu-bar.
6157 (gdb-display-buffer): Check for buffer another frame.
6158 Protect GUD buffer.
6159 (gdb-setup-windows): Create IO buffer if not already there.
6160 (gdb-memory-mode): Remove purecopy noops.
6161
6162 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6163
6164 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6165 and pass to self-insert-command.
6166
6167 2005-04-11 Lute Kamstra <lute@gnu.org>
6168
6169 * generic.el: Commentary section cleanup.
6170 (generic): Delete.
6171 (generic-use-find-file-hook, generic-lines-to-scan)
6172 (generic-find-file-regexp, generic-ignore-files-regexp)
6173 (default-generic-mode, generic-mode-find-file-hook)
6174 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6175 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6176 (generic-use-find-file-hook, generic-lines-to-scan)
6177 (generic-find-file-regexp, generic-ignore-files-regexp)
6178 (default-generic-mode, generic-mode-find-file-hook)
6179 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6180
6181 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6182
6183 * bookmark.el (bookmark-write-file): Catch errors writing file.
6184 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6185
6186 2005-04-10 Richard M. Stallman <rms@gnu.org>
6187
6188 * startup.el (fancy-splash-tail): Update copyright year.
6189 (command-line): Split part of -Q into -D.
6190 (emacs-basic-display): New defvar.
6191 (fancy-splash-text): Correct name of menu item.
6192
6193 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6194
6195 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6196 lines in one node.
6197
6198 * comint.el (comint-send-input): New arg ARTIFICIAL.
6199 Callers in this file changed.
6200
6201 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6202
6203 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6204
6205 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6206
6207 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6208 `ldap-search-internal'.
6209
6210 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6211
6212 * files.el (set-auto-mode-1): Use line-end-position.
6213
6214 * international/latin-1.el:
6215 * international/latin-2.el:
6216 * international/latin-3.el:
6217 * international/latin-4.el:
6218 * international/latin-5.el:
6219 * international/latin-8.el:
6220 * international/latin-9.el: Give punctuation syntax to NBSP.
6221
6222 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6223 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6224 Use char-classes to accept non-ascii letters, accepted in some recent
6225 bibtex implementations.
6226
6227 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6228
6229 * custom.el (custom-set-minor-mode): Any non-nil value for the
6230 variable should enable the mode when set through Custom.
6231
6232 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6235 TAB binding so tab-always-indent is obeyed.
6236 (vhdl-minibuffer-local-map): Move initialization into declaration.
6237 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6238 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6239 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6240 (vhdl-current-line): Use line-beginning-position.
6241 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6242 with-output-to-temp-buffer, so the current position can be recorded.
6243
6244 2005-04-10 Masatake YAMATO <jet@gyve.org>
6245
6246 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6247 Add regexp for gcov.
6248
6249 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6250
6251 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6252 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6253 syntax which Emacs 20 doesn't support.
6254
6255 2005-04-09 Richard M. Stallman <rms@gnu.org>
6256
6257 * help.el (describe-key-briefly, describe-key):
6258 Replace strings as event types with "(any string)".
6259
6260 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * arc-mode.el (archive-mode-map): Move initialization into
6263 the declaration. Override *all* bindings of `undo'.
6264 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6265
6266 2005-04-09 Jay Belanger <belanger@truman.edu>
6267
6268 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6269
6270 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6271
6272 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6273 (xterm-register-default-colors): Update color values computation
6274 to match xterm-200.
6275
6276 2005-04-09 Kenichi Handa <handa@m17n.org>
6277
6278 * international/code-pages.el (iso-latin-7): Fix the map.
6279
6280 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6281
6282 * emacs-lisp/lisp.el (defun-prompt-regexp)
6283 (parens-require-spaces, buffer-end, end-of-defun)
6284 (insert-parentheses): Doc fixes.
6285
6286 2005-04-08 Kim F. Storm <storm@cua.dk>
6287
6288 * comint.el (comint-highlight-prompt): Fix face spec.
6289 * hi-lock.el (hi-green): Likewise.
6290
6291 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6292
6293 * cus-edit.el (custom-modified-face):
6294 * comint.el (comint-highlight-input): Fix previous changes.
6295 * term.el (term-handle-ansi-escape): Add a comment.
6296
6297 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6300 in the buffer and in whitespace-highlighted-space.
6301 (whitespace-unhighlight-the-space): Simplify.
6302 (whitespace-buffer): Simplify.
6303
6304 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6305
6306 * textmodes/table.el (table-cell-face): Add special case for
6307 displays supporting a high number of colors.
6308 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6309 (vhdl-font-lock-reserved-words-face)
6310 (vhdl-speedbar-architecture-face)
6311 (vhdl-speedbar-instantiation-face)
6312 (vhdl-speedbar-architecture-selected-face)
6313 (vhdl-speedbar-instantiation-selected-face): Likewise.
6314 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6315 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6316 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6317 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6318 (ebrowse-progress-face): Likewise.
6319 * progmodes/compile.el (compilation-info-face): Likewise.
6320 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6321 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6322 * calendar/calendar.el (diary-face): Likewise.
6323 * woman.el (woman-italic-face, woman-bold-face)
6324 (woman-unknown-face): Likewise.
6325 * wid-edit.el (widget-button-pressed-face): Likewise.
6326 * whitespace.el (whitespace-highlight-face): Likewise.
6327 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6328 * pcvs-info.el (cvs-marked-face): Likewise.
6329 * info.el (info-xref): Likewise.
6330 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6331 * hilit-chg.el (highlight-changes-face)
6332 (highlight-changes-delete-face): Likewise.
6333 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6334 (hi-red-b): Likewise.
6335 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6336 * font-lock.el (font-lock-keyword-face)
6337 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6338 * cus-edit.el (custom-invalid-face, custom-modified-face)
6339 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6340 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6341 * comint.el (comint-highlight-prompt): Likewise.
6342
6343 2005-04-08 Lute Kamstra <lute@gnu.org>
6344
6345 * font-lock.el (font-lock-keywords): Docstring fixes.
6346
6347 2005-04-08 Kenichi Handa <handa@m17n.org>
6348
6349 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6350 chars are more than a limit, print " and more..." at the tail.
6351
6352 2005-04-08 Kim F. Storm <storm@cua.dk>
6353
6354 * emacs-lisp/authors.el (authors-aliases): Update list.
6355 (authors-ignored-files): New list.
6356 (authors-fixed-entries): Fix typo.
6357 (authors-renamed-files-alist): Update list.
6358 (authors-add): Check authors-ignored-files.
6359
6360 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6361
6362 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6363 optional, to ensure backward compatibility.
6364
6365 2005-04-08 Stephen Eglen <stephen@gnu.org>
6366
6367 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6368
6369 2005-04-08 Kim F. Storm <storm@cua.dk>
6370
6371 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6372
6373 * mouse.el (mouse-on-link-p): Doc fix.
6374
6375 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6376
6377 * ielm.el (ielm-prompt-read-only): Doc fix.
6378
6379 * comint.el (comint-prompt-read-only): Doc fix.
6380
6381 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6382
6383 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6384 ensure dired always handles wildcards passed to ffap.
6385 (find-file-at-point): Use it.
6386 (ffap-dired-wildcards): Doc fix.
6387
6388 2005-04-07 Juri Linkov <juri@jurta.org>
6389
6390 * simple.el (next-error-overlay-arrow-position): New defvar.
6391 Put "=>" on its property `overlay-arrow-string'. Add it to
6392 `overlay-arrow-variable-list'.
6393
6394 * progmodes/compile.el (compilation-setup):
6395 Set `next-error-overlay-arrow-position' to nil. Also set it to
6396 nil in the local hook `kill-buffer-hook'. Make local variable
6397 `overlay-arrow-string' and set it to "=>".
6398 (compilation-goto-locus): Set BOL position to
6399 `next-error-overlay-arrow-position' instead of
6400 `overlay-arrow-position'.
6401
6402 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6403 locally instead of adding it to the global hook.
6404 (Info-kill-buffer): Move up.
6405
6406 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6407
6408 * term/xterm.el (xterm-standard-colors): Update color values from
6409 xterm-200.
6410
6411 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6414
6415 * fast-lock.el:
6416 * lazy-lock.el: Move them to the obsolete subdir.
6417
6418 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6419
6420 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6421 (wdired-add-replace-advice): Remove.
6422 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6423
6424 2005-04-06 Kim F. Storm <storm@cua.dk>
6425
6426 * startup.el (command-line): Add --bare-bones alias for -Q.
6427
6428 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6429
6430 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6431 create the startup fontset if a font specification ends with
6432 `mac-roman'.
6433
6434 2005-04-06 Lute Kamstra <lute@gnu.org>
6435
6436 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6437 change.
6438
6439 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6440 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6441
6442 2005-04-05 Lute Kamstra <lute@gnu.org>
6443
6444 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6445 (define-generic-mode): Ditto. Fix debug declaration.
6446
6447 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6448 Put them in the generic-x group.
6449
6450 * calendar/timeclock.el (timeclock): Doc fix.
6451
6452 * generic.el (define-generic-mode): Don't use custom-current-group.
6453 Document default :group value.
6454 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6455 (define-global-minor-mode): Don't use custom-current-group.
6456
6457 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6458
6459 * startup.el (command-line-1): Display startup-echo-area-message
6460 when fancy splash screen is in use.
6461
6462 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6463 (sh-escaped-newline): New face.
6464 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6465 newline, and use sh-escaped-newline face.
6466
6467 * progmodes/tcl.el (tcl-escaped-newline): New face.
6468 (tcl-builtin-list): New variable.
6469 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6470 newlines. Fix keywords subexpression number.
6471
6472 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6473
6474 * textmodes/org.el (org-diary-default-entry): Fix call to
6475 `add-to-diary-entry'.
6476
6477 2005-04-05 Kim F. Storm <storm@cua.dk>
6478
6479 * ediff-init.el: Use (featurep 'xemacs).
6480
6481 2005-04-05 David Ponce <david@dponce.com>
6482
6483 * cus-edit.el (face): Derive from symbol widget. Display sample
6484 of the current face on the fly.
6485 (widget-face-sample-face-get, widget-face-notify): New functions.
6486 (widget-face-value-create): Remove.
6487
6488 * wid-edit.el (widget-field-end): Temporarily remove field
6489 narrowing before to call `get-char-property'.
6490
6491 2005-04-04 Jay Belanger <belanger@truman.edu>
6492
6493 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6494 (math-read-subscripts): New variable.
6495 (math-read-preprocess-string): Process subscripts.
6496
6497 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6498
6499 * comint.el (comint-prompt-read-only): Doc fix.
6500
6501 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6502 `-1'. Doc fix.
6503
6504 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6505
6506 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6507 Change default value to nil.
6508
6509 2005-04-04 Lute Kamstra <lute@gnu.org>
6510
6511 * autorevert.el (auto-revert-mode): Specify :group.
6512 * battery.el (display-battery-mode): Specify :group.
6513 * diff-mode.el (diff-minor-mode): Specify :group.
6514 * font-core.el (font-lock-mode): Specify :group.
6515 * hl-line.el (hl-line-mode): Specify :group.
6516 * iimage.el (iimage): New customization group.
6517 (iimage-mode): Specify :group.
6518 * longlines.el (longlines-mode): Specify :group.
6519 * master.el: Don't require easy-mmode.
6520 (master): New customization group.
6521 (master-mode): Specify :group.
6522 * msb.el (msb-mode): Specify :group.
6523 * reveal.el (reveal-mode): Specify :group.
6524 * simple.el (next-error-follow-minor-mode): Specify :group.
6525 * smerge-mode.el (smerge-mode): Specify :group.
6526 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6527 * emulation/cua-base.el (cua-mode): Specify :group.
6528 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6529 * language/thai-util.el (thai-auto-composition-mode)
6530 (thai-word-mode): Specify :group.
6531 * mail/supercite.el (sc-minor-mode): Specify :group.
6532 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6533 * progmodes/flymake.el (flymake-mode): Specify :group.
6534 * progmodes/glasses.el (glasses-mode): Specify :group.
6535 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6536 * textmodes/enriched.el (enriched-mode): Specify :group.
6537 * textmodes/refill.el (refill-mode): Specify :group.
6538
6539 * add-log.el (change-log-font-lock-keywords): Names in
6540 parenthesized lists can contain spaces.
6541
6542 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6543
6544 * startup.el (fancy-splash-text): Shorten default text of
6545 "Emacs Tutorial" line. Also, if the current language env
6546 indicates an available tutorial file other than TUTORIAL,
6547 extract its title and append it to the line in parentheses.
6548 (fancy-splash-insert): If arg is a thunk, funcall it.
6549
6550 2005-04-04 Jay Belanger <belanger@truman.edu>
6551
6552 * calc.el (calc-language-alist): Add tags to customization type.
6553
6554 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6555
6556 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6557 Doc fix.
6558
6559 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6560
6561 * add-log.el (change-log-font-lock-keywords): The manual
6562 describing a Change Log entry, says: (...) "Aside from these
6563 header lines, every line in the change log starts with a space or
6564 a tab.". The font-lock was not highlighting lines started with
6565 spaces, added support for it.
6566
6567 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6568
6569 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6570 (bibtex-generate-url-list): Update docstring accordingly. Put the
6571 complex example in the docstring.
6572 (bibtex-font-lock-url): Use pop.
6573
6574 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6577
6578 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6579
6580 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6581
6582 * filesets.el (filesets-set-default): Doc fix.
6583
6584 2005-04-03 Lute Kamstra <lute@gnu.org>
6585
6586 * generic.el (define-generic-mode): Add argument to specify
6587 keywords for defcustom.
6588 (default-generic-mode): Specify :group.
6589
6590 * generic-x.el: Specify :group for all generic modes.
6591
6592 * desktop.el (desktop-no-desktop-file-hook)
6593 (desktop-after-read-hook): Doc fix.
6594
6595 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6596
6597 * simple.el (visible-mode): Use explicit :group keyword.
6598 This changes the group of `visible-mode-hook' from paren-blinking
6599 to editing-basics.
6600
6601 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6602
6603 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6604 mailbox specifications as well as URLs.
6605 (rmail-insert-inbox-text): Remove unused conditional branches.
6606
6607 2005-04-01 Jay Belanger <belanger@truman.edu>
6608
6609 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6610 (calc-gnuplot-print-command): Move definitions to calc.el.
6611
6612 * calc/calc-embed.el (calc-embedded-announce-formula)
6613 (calc-embedded-open-formula, calc-embedded-close-formula)
6614 (calc-embedded-open-word, calc-embedded-close-word)
6615 (calc-embedded-open-plain, calc-embedded-close-plain)
6616 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6617 (calc-embedded-open-mode, calc-embedded-close-mode):
6618 Move definitions to calc.el.
6619
6620 * calc/calc.el (calc-settings-file, calc-language-alist):
6621 Make customizable.
6622 (calc-embedded-announce-formula, calc-embedded-open-formula)
6623 (calc-embedded-close-formula, calc-embedded-open-word)
6624 (calc-embedded-close-word, calc-embedded-open-plain)
6625 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6626 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6627 (calc-embedded-close-mode, calc-gnuplot-name)
6628 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6629 from other files and make customizable.
6630
6631 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6634 Use buffer-live-p.
6635 (cvs-mode-run): Don't call cvs-update-header here.
6636 (cvs-run-process): Call cvs-update-header.
6637 Use process properties for cvs-postprocess and cvs-buffer so that
6638 the sentinel can behave better if the temp buffer is killed.
6639 Use a pipe rather than a tty, to better handle unexpected prompts.
6640 (cvs-sentinel): Rewrite. Call cvs-update-header.
6641
6642 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6643
6644 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6645 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6646
6647 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * generic.el (define-generic-mode): Add indentation rule.
6650
6651 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * files.el (mode-require-final-newline): Make Custom correctly
6654 report a nil value and allow to set it to nil via Custom.
6655 Doc fix.
6656
6657 2005-04-01 Kenichi Handa <handa@m17n.org>
6658
6659 * international/characters.el: Enable the correct case setting for
6660 dotless-i and dotted-I.
6661
6662 2005-04-01 Kim F. Storm <storm@cua.dk>
6663
6664 * ido.el (ido-file-internal): Fall back to non-ido command if
6665 initial directory is on slow ftp (or tramp) host.
6666
6667 2005-03-31 Richard M. Stallman <rms@gnu.org>
6668
6669 * emacs-lisp/autoload.el (make-autoload):
6670 Handle define-global-minor-mode.
6671
6672 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6673 Rename from easy-mmode-define-global-mode.
6674 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6675
6676 * progmodes/scheme.el (scheme-mode-syntax-table):
6677 Update syntax of | and # for two-character comment syntax.
6678
6679 2005-03-31 Lute Kamstra <lute@gnu.org>
6680
6681 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6682 (define-minor-mode): Call custom-current-group at load-time.
6683
6684 * generic.el (define-generic-mode): Add debug declaration.
6685 Add defcustom for the mode hook.
6686 (generic-mode-internal): Use run-mode-hooks.
6687
6688 2005-03-31 Kim F. Storm <storm@cua.dk>
6689
6690 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6691 (mouse-fixup-help-message): New defun called by show_help_echo
6692 to fixup mouse-2 prefix in help messages when applicable.
6693
6694 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6695
6696 2005-03-31 Kenichi Handa <handa@m17n.org>
6697
6698 * language/thai-word.el (thai-find-word-ends): Pay attention to
6699 the case that we reach the end of buffer.
6700
6701 * textmodes/fill.el (fill-text-properties-at): New function.
6702 (fill-newline): Use fill-text-properties-at instead of
6703 text-properties-at.
6704
6705 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6706
6707 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6708 not comint-quote-filename.
6709
6710 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6711
6712 * help-fns.el (help-with-tutorial): Revert last change.
6713
6714 2005-03-31 Kim F. Storm <storm@cua.dk>
6715
6716 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6717
6718 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6719
6720 * calendar/cal-china.el: Update reference to "Calendrical
6721 Calculations" book; there's a new edition.
6722 * calendar/cal-coptic.el: Likewise.
6723 * calendar/cal-french.el: Likewise.
6724 * calendar/cal-hebrew.el: Likewise.
6725 * calendar/cal-islam.el: Likewise.
6726 * calendar/cal-iso.el: Likewise.
6727 * calendar/cal-julian.el: Likewise.
6728 * calendar/cal-mayan.el: Likewise.
6729 * calendar/cal-persia.el: Likewise.
6730 * calendar/calendar.el: Likewise.
6731 * calendar/holidays.el: Likewise.
6732 * calendar/lunar.el: Likewise.
6733 * calendar/solar.el: Likewise.
6734
6735 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6736 white space from doc string.
6737
6738 2005-03-30 Jay Belanger <belanger@truman.edu>
6739
6740 * calc/calc-help.el (calc-full-help): Remove email address.
6741
6742 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6743
6744 * help-fns.el (help-with-tutorial): Delete title line.
6745
6746 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6747
6748 * calendar/cal-x.el (calendar-one-frame-setup)
6749 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6750 rather than 'symbol for set-window-dedicated-p.
6751
6752 * calendar/appt.el (appt-buffer-name): Make it a constant.
6753 (appt-add): Doc fix.
6754
6755 * filesets.el (filesets-menu-path, filesets-menu-before)
6756 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6757 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6758 (filesets-add-submenu): Delete and use add-submenu instead.
6759
6760 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6761
6762 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6763 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6764 (org-diary-default-entry): New function.
6765 (org-get-entries-from-diary): Better parsing of diary entries.
6766 (org-agenda-check-no-diary): New function.
6767 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6768 linking to diary entries.
6769 (org-agenda-execute-calendar-command): New function.
6770 (org-agenda): Improve visible section in window.
6771 Use `org-fit-agenda-window'.
6772 (org-fit-agenda-window): New option.
6773 (org-move-subtree-down): Better handling of empty lines
6774 at end of subtree.
6775 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6776 levels up.
6777 (org-fontify-done-headline): New option.
6778 (org-headline-done-face): New face.
6779 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6780 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6781 When current field is non-empty, it is copied to next row.
6782 (org-table-copy-from-above): Fix bug which made it
6783 impossible to copy fields containing only a single non-white character.
6784
6785 2005-03-30 Kim F. Storm <storm@cua.dk>
6786
6787 * kmacro.el (kmacro-end-macro): Isearch may store this command
6788 into the macro -- so ignore it when executing keyboard macro.
6789
6790 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6791
6792 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6793
6794 2005-03-29 Kenichi Handa <handa@m17n.org>
6795
6796 * language/thai.el ("Thai"): Set setup-function and exit-function
6797 for Thai language environment.
6798
6799 * language/thai-util.el: Require thai-word.
6800 (thai-word-mode-map): New variable.
6801 (thai-word-mode): New minor mode.
6802 (setup-thai-language-environment-internal): New function.
6803 (exit-thai-language-environment-internal): New function.
6804
6805 * language/thai-word.el (thai-word-table): Declare it by defvar,
6806 use dolist to initialize it.
6807 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6808 (thai-fill-find-break-point): New functions.
6809
6810 2005-03-29 Richard M. Stallman <rms@gnu.org>
6811
6812 * simple.el (idle-update-delay): Move definition up.
6813 (set-mark): Doc fix.
6814
6815 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6816
6817 * longlines.el: New file.
6818
6819 * simple.el (buffer-substring-filters): New variable.
6820 (filter-buffer-substring): New function.
6821 (kill-region, copy-region-as-kill): Use it.
6822
6823 * register.el (copy-to-register, append-to-register)
6824 (prepend-to-register): Use filter-buffer-substring.
6825
6826 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6827
6828 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6829 (gud-filter-pending-text): Move in front of gdb.
6830 (gud-overlay-arrow-position): New variable.
6831 (gud-sentinel, gud-display-line): Use it in place of
6832 overlay-arrow-position.
6833
6834 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6835
6836 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6837 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6838 (fortran-font-lock-keywords-4): New variable.
6839 (fortran-blocks-re, fortran-end-block-re)
6840 (fortran-start-block-re): New constants, for hideshow.
6841 (hs-special-modes-alist): Add a Fortran entry.
6842 (fortran-mode-map): Bind fortran-end-of-block,
6843 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6844 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6845 (fortran-looking-at-if-then, fortran-end-of-block)
6846 (fortran-beginning-of-block): New functions, for hideshow.
6847
6848 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6849 Doc fix. Tweak regexp.
6850 (f90-beginning-of-block): Push mark first.
6851
6852 2005-03-29 Jay Belanger <belanger@truman.edu>
6853
6854 * calc/calc.el: Update copyright date.
6855 (calc-version): Increase to 2.1.
6856 (calc-version-date): Remove.
6857
6858 * calc/calc-help.el: Update copyright date.
6859 (calc-full-help): Remove reference to calc-version-date.
6860 Update copyright date.
6861
6862 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * vc.el (vc-do-command): Use a pipe for async processes, so password
6865 prompts don't show up at places where the user can't reply.
6866
6867 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6868
6869 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6870 on the file name we pass to the inferior shell.
6871
6872 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6873
6874 * progmodes/which-func.el (which-function): Be robust in the face of an
6875 imenu--make-index-alist failure.
6876
6877 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6880
6881 * progmodes/python.el (python-preoutput-filter): Fix last change.
6882
6883 2005-03-29 Lute Kamstra <lute@gnu.org>
6884
6885 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6886 functions and compiled macros.
6887 (debug-convert-byte-code): Handle macros too.
6888 (debug-on-entry-1): Don't signal an error when trying to clear a
6889 function that is not set to debug on entry.
6890
6891 2005-03-29 Jay Belanger <belanger@truman.edu>
6892
6893 * calc/calc-lang.el: Add functions to math-function-table
6894 properties of tex and math.
6895
6896 2005-03-29 Kenichi Handa <handa@m17n.org>
6897
6898 * ps-mule.el (ps-mule-plot-string): Translate characters by
6899 ps-print-translation-table.
6900 (ps-mule-begin-job): Call find-charset-region/string with
6901 ps-print-translation-table.
6902 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6903
6904 * ps-print.el (ps-print-translation-table): New variable.
6905 (ps-plot-region): Translate characters by ps-print-translation-table.
6906
6907 2005-03-29 Juri Linkov <juri@jurta.org>
6908
6909 * simple.el (next-error-highlight-timer): New variable.
6910
6911 * progmodes/compile.el (compilation-goto-locus):
6912 Use `next-error-highlight-timer' instead of `sit-for'.
6913
6914 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * mail/supercite.el (sc-mail-field): Use assoc-string.
6917 (sc-get-address): Simplify regexps.
6918
6919 * files.el (minibuffer-with-setup-hook): New macro.
6920 (find-file-read-args): Use it to avoid let-binding
6921 minibuffer-with-setup-hook (which breaks turning on/off
6922 file-name-shadow-mode while in the prompt).
6923
6924 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6925
6926 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6927
6928 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6929
6930 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * window.el (window-buffer-height): Use count-screen-lines.
6933
6934 * progmodes/python.el (python-preoutput-leftover): New var.
6935 (python-preoutput-filter): Use it.
6936 (python-send-receive): Loop until all the result has been received.
6937
6938 2005-03-28 Juri Linkov <juri@jurta.org>
6939
6940 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6941
6942 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6943 "Recover Crashed Session".
6944 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6945 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6946 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6947 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6948 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6949 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6950 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6951 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6952
6953 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6954 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6955 Ediff Sessions", "Toggle use of separate control buffer frame",
6956 "Use separate frame for Ediff control buffer".
6957
6958 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6959 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6960 "Rename Bookmark", "Delete Bookmark".
6961
6962 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6963 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6964 Add `:active Info-index-alternatives' to "Next Matching Item".
6965
6966 * wdired.el (wdired-change-to-wdired-mode):
6967 Mention `wdired-abort-changes' key in the initial message.
6968
6969 * international/mule.el (auto-coding-alist): Associate non-ascii
6970 image filename extensions with `no-conversion'.
6971
6972 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * international/iso-acc.el:
6975 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6976
6977 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6978
6979 * textmodes/sgml-mode.el (html-mode): Doc update.
6980
6981 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6982
6983 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6984
6985 * term.el (term-move-columns): Fix face after extending a line.
6986 (term-insert-spaces): Likewise.
6987 (term-reset-terminal): Fix off by one error.
6988
6989 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6990
6991 * international/mule.el (auto-coding-alist): Add .xpi files.
6992
6993 * files.el (auto-mode-alist): Add .xpi files.
6994
6995 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6996
6997 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6998
6999 2005-03-26 Eli Zaretskii <eliz@gnu.org>
7000
7001 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
7002
7003 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
7004
7005 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
7006 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
7007
7008 * calendar/cal-move.el (calendar-beginning-of-year): Move the
7009 cursor to Jan 1 when needed.
7010 (calendar-end-of-year): Fix -/+ typo.
7011 Reported by Chong Yidong <cyd@stupidchicken.com>.
7012
7013 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7016
7017 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7018 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7019
7020 2005-03-25 Richard M. Stallman <rms@gnu.org>
7021
7022 * filesets.el (filesets-init): Add autoload.
7023
7024 * mail/mailalias.el (mail-directory): Doc fix.
7025
7026 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7027
7028 * mail/mailalias.el (mail-directory-process): Do nothing if
7029 mail-directory-process is an atom.
7030 (mail-get-names): Ignore mail-directory-names if it is an atom.
7031 (mail-directory-process defvar): Doc fix.
7032 (mail-names): Doc fix.
7033
7034 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7035
7036 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7037
7038 2005-03-26 Kenichi Handa <handa@m17n.org>
7039
7040 * international/mule-util.el (detect-coding-with-priority):
7041 Call update-coding-systems-internal before detect-coding-region.
7042
7043 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7044
7045 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7046 (gdb-frames-mode-map): Add follow-link property.
7047
7048 2005-03-25 Jay Belanger <belanger@truman.edu>
7049
7050 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7051 for variables.
7052
7053 2005-03-25 Juri Linkov <juri@jurta.org>
7054
7055 * image-mode.el: Optimize image filename extension regexps in
7056 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7057 in `auto-mode-alist'.
7058 (image-mode): Add `image-toggle-display-text' to local hook
7059 `change-major-mode-hook'. Display the image as an image by
7060 default. Set `cursor-type' and `truncate-lines' if the image
7061 is already displayed. Take into account the current mode (image
7062 or text) in message.
7063 (image-minor-mode): New minor mode.
7064 (image-mode-maybe, image-toggle-display-text): New functions.
7065 (image-toggle-display): Use called-interactively-p.
7066 Let-bind `inhibit-read-only' to t.
7067
7068 * image-mode.el (image-minor-mode): Set `cursor-type' and
7069 `truncate-lines' if the image is already displayed. Add turning
7070 image-minor-mode off to `change-major-mode-hook'. Add message.
7071 Call `image-toggle-display-text' after turning image-minor-mode off.
7072
7073 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7076 Terminal.app, use utf-8.
7077 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7078 (set-locale-environment): Use it.
7079
7080 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7081
7082 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7083
7084 * progmodes/python.el (python-close-block-statement-p)
7085 (python-outdent-p, python-current-defun): Use symbol-end.
7086
7087 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7088
7089 * files.el (save-some-buffers): Doc fix.
7090
7091 2005-03-25 Werner Lemberg <wl@gnu.org>
7092
7093 * complete.el, thumbs.el: Replace `legal' with `valid'.
7094 * calendar/calendar.el: Replace `legal' with `valid'.
7095 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7096 * mail/supercite.el: Replace `legal' with `valid'.
7097 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7098 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7099 Replace `legal' with `valid'.
7100 * textmodes/reftex-vars.el, textmodes/reftex.el:
7101 Replace `legal' with `valid'.
7102
7103 2005-03-25 Werner Lemberg <wl@gnu.org>
7104
7105 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7106 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7107 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7108 * emulation/vip.el: Replace `illegal' with `invalid'.
7109 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7110 * mail/supercite.el: Replace `illegal' with `invalid'.
7111 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7112 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7113 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7114 * progmodes/sh-script.el, progmodes/xscheme.el:
7115 Replace `illegal' with `invalid'.
7116 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7117 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7118 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7119 * textmodes/reftex.el, textmodes/org.el:
7120 Replace `illegal' with `invalid'.
7121
7122 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7125 (flymake-find-buildfile, flymake-find-possible-master-files)
7126 (flymake-check-include, flymake-parse-line): Replace loops over the
7127 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7128
7129 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7130 Substitute file-name-as-directory in the rest of the file.
7131 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7132 (flymake-replace-region): Remove unused arg `buffer'.
7133 (flymake-check-patch-master-file-buffer): Update calls to it.
7134 (flymake-add-err-info): Remove unused var `count'.
7135 (flymake-mode): Use define-minor-mode.
7136
7137 * progmodes/flymake.el: Use with-current-buffer.
7138 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7139 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7140 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7141 Avoid testing for `xemacs'.
7142 (flymake-nop): Move.
7143 (flymake-region-has-flymake-overlays): Return the computed value.
7144 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7145 Remove unused var `endline'.
7146 (flymake-get-line-count): Remove unused function.
7147 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7148
7149 * emulation/vi.el:
7150 * generic.el:
7151 * hilit-chg.el (global-highlight-changes):
7152 * hi-lock.el (hi-lock-mode):
7153 * follow.el: find-file-hooks -> find-file-hook.
7154
7155 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7156
7157 2005-03-24 Juri Linkov <juri@jurta.org>
7158
7159 * dired.el (dired-mode-map): Add menu item "Compare directories"
7160 for dired-compare-directories.
7161
7162 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7163 Doc fix. Replace `read-file-name' with `read-directory-name'.
7164
7165 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7168
7169 2005-03-24 Jay Belanger <belanger@truman.edu>
7170
7171 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7172 relevant mode settings in calc-embedded-original-modes when modes
7173 are permanently changed.
7174
7175 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * autoinsert.el: find-file-hooks -> find-file-hook.
7178
7179 2005-03-24 Lute Kamstra <lute@gnu.org>
7180
7181 * generic.el (generic-font-lock-defaults): Make it obsolete.
7182 (generic-font-lock-keywords): New variable to replace
7183 generic-font-lock-defaults.
7184 (generic-mode-set-font-lock): Delete it.
7185 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7186 (generic-bracket-support): Add docstring.
7187
7188 * generic-x.el: Rename generic-font-lock-defaults to
7189 generic-font-lock-keywords throughout.
7190 (mailagent-rules-setup-function): Delete it.
7191 (mailagent-rules-generic-mode): Use anonymous function instead.
7192 (show-tabs-generic-mode-font-lock-defaults-1)
7193 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7194 Quote faces.
7195 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7196 not foreground.
7197
7198 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7199 Recognize define-generic-mode.
7200
7201 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7204 if there's no completion table.
7205
7206 2005-03-23 Miles Bader <miles@gnu.org>
7207
7208 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7209 Remove tty-specific variants, as they're no longer needed.
7210
7211 2005-03-23 Lute Kamstra <lute@gnu.org>
7212
7213 * generic-x.el: Code cleanup: make args constant whenever possible.
7214 (installshield-statement-keyword-list)
7215 (installshield-system-functions-list)
7216 (installshield-system-variables-list, installshield-types-list)
7217 (installshield-funarg-constants-list): Make them constants.
7218
7219 * generic.el (generic-make-keywords-list): Add autoload cookie.
7220
7221 * calendar/time-date.el: Add comment on time value formats.
7222 Don't require parse-time.
7223 (with-decoded-time-value): New macro.
7224 (encode-time-value): New function.
7225 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7226 (days-to-time): Return a valid time value when arg is huge.
7227 (time-since): Use time-subtract.
7228 (time-to-number-of-days): Use time-to-seconds.
7229
7230 2005-03-23 David Ponce <david@dponce.com>
7231
7232 * recentf.el: (recentf-keep): New option.
7233 (recentf-menu-action): Default to `find-file'.
7234 (recentf-keep-non-readable-files-flag)
7235 (recentf-keep-non-readable-files-p)
7236 (recentf-file-readable-p, recentf-find-file)
7237 (recentf-cleanup-remote): Remove.
7238 (recentf-include-p): More robust.
7239 (recentf-keep-p): New function.
7240 (recentf-remove-if-non-kept): Rename from
7241 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7242 All callers updated.
7243 (recentf-menu-items-for-commands): Fix help string.
7244 (recentf-track-closed-file): Update. Doc fix.
7245 (recentf-cleanup): Update. Count removed files. Doc fix.
7246
7247 2005-03-23 Kim F. Storm <storm@cua.dk>
7248
7249 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7250 Don't inherit from fringe face (now happens automatically).
7251
7252 2005-03-22 Kim F. Storm <storm@cua.dk>
7253
7254 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7255 position values.
7256
7257 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * menu-bar.el (showhide-date-time): Remove.
7260 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7261 (menu-bar-make-mm-toggle): Simplify.
7262
7263 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7264
7265 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7266 Accept qualified variable and function names.
7267
7268 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7269
7270 * bindings.el (completion-ignored-extensions):
7271 Remove ".lis" for `vax-vms'.
7272
7273 2005-03-22 Andreas Schwab <schwab@suse.de>
7274
7275 * generic-x.el: Revert last change.
7276 * ldefs-boot.el: Update.
7277
7278 2005-03-22 Jay Belanger <belanger@truman.edu>
7279
7280 * calc/calc-embed (calc-embedded-original-modes): New variable.
7281 (calc-embedded-save-original-modes)
7282 (calc-embedded-restore-original-modes): New functions.
7283 (calc-do-embedded): Save original modes when entering embedded mode
7284 and restore when leaving embedded mode.
7285 (calc-embedded-modes-change): Change the value of
7286 calc-embedded-original-modes to reflect permanent changes.
7287
7288 2005-03-22 Lute Kamstra <lute@gnu.org>
7289
7290 * generic-x.el: Require generic again.
7291
7292 2005-03-22 Miles Bader <miles@gnu.org>
7293
7294 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7295 Tweak details to look good on both ttys and bitmap displays, light
7296 or dark background, etc.
7297
7298 2005-03-21 Kim F. Storm <storm@cua.dk>
7299
7300 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7301 mouse position.
7302
7303 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * icomplete.el: Don't forcibly turn on the mode upon load.
7306 (icomplete-mode): Use define-minor-mode.
7307 (icomplete-eoinput): Default to nil.
7308 (icomplete-minibuffer-setup): Remove autoload.
7309 (icomplete-tidy): Simplify.
7310 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7311 in the initial state or if the user has modified the field.
7312 Fix handling of icomplete-max-delay-chars.
7313 Remove code that handles the oddball case where
7314 minibuffer-completion-table is an integer.
7315 Wrap icomplete-completions in while-no-input in case building
7316 completions takes more time than expected.
7317 (icomplete-completions): Simplify.
7318
7319 2005-03-21 Richard M. Stallman <rms@gnu.org>
7320
7321 * jka-compr.el (jka-compr-really-do-compress):
7322 Make variable buffer-local.
7323
7324 * image-mode.el: Handle .xpm files too.
7325 (image-toggle-display): Preserve modification flag.
7326
7327 * help.el (where-is): Don't mention aliases with no key bindings.
7328
7329 2005-03-21 Lute Kamstra <lute@gnu.org>
7330
7331 * generic.el: Fix commentary section. Don't require cl for compilation.
7332 (generic-mode-list): Add autoload cookie.
7333 (generic-use-find-file-hook, generic-lines-to-scan)
7334 (generic-find-file-regexp, generic-ignore-files-regexp)
7335 (generic-mode, generic-mode-find-file-hook)
7336 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7337 (define-generic-mode): Make it a defmacro. Fix docstring.
7338 (generic-mode-internal): Code cleanup. Add autoload cookie.
7339 (generic-mode-set-comments): Code cleanup.
7340 * generic-x.el: Don't prevent compilation. Don't require generic.
7341 Follow coding conventions. Minor code cleanup.
7342 (etc-fstab-generic-mode): Add some keywords.
7343 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7344 define-generic-mode like a function declaration.
7345
7346 2005-03-21 Jay Belanger <belanger@truman.edu>
7347
7348 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7349 changing modes.
7350
7351 2005-03-21 Sam Steingold <sds@gnu.org>
7352
7353 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7354
7355 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7356
7357 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7358 Add underscore to "f$ lexicals" regexp.
7359
7360 2005-03-20 Juri Linkov <juri@jurta.org>
7361
7362 * subr.el (progress-reporter-do-update): When `min-value' is equal
7363 to `max-value', set `percentage' to 0 and prevent division by zero.
7364
7365 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7366
7367 Sync with Tramp 2.0.48.
7368
7369 * tramp.el (all): Change all addresses to .gnu.org.
7370 (tramp-append-tramp-buffers): New defun.
7371 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7372 Catch `dont-send' signal.
7373 (tramp-set-auto-save-file-modes): Set always permissions, because
7374 there might be an old auto-saved file belonging to another
7375 original file. This could be a security threat. Reported by
7376 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7377 Check for Emacs 21.3.50 removed.
7378
7379 * tramp-smb.el (all): Remove debug construct for
7380 `with-parsed-tramp-file-name'.
7381 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7382 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7383 No error message if DIRECTORY or FILENAME doesn't exist.
7384 (tramp-smb-open-connection): Check existence of
7385 `tramp-smb-program'.
7386
7387 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7390 Properly handle the case where the `m' or `s' command's argument is not
7391 yet terminated.
7392 (perl-indent-new-calculate): New function.
7393 (perl-indent-line): Use it.
7394
7395 2005-03-20 Miles Bader <miles@gnu.org>
7396
7397 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7398 in text-mode too. Change to new face names.
7399 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7400 Add `:weight bold' attribute.
7401 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7402
7403 2005-03-19 Juri Linkov <juri@jurta.org>
7404
7405 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7406
7407 * international/mule.el (auto-coding-alist): Sync with
7408 `auto-mode-alist' by adding upper case archive file extensions
7409 and adding ear/war to jar extension.
7410
7411 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7412
7413 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7414 running, restart it.
7415
7416 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7417
7418 * finder.el (finder-current-item): Throw an error on an empty line.
7419
7420 * man.el (Man-follow-manual-reference): If current-word returns
7421 nil, use "".
7422
7423 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7424
7425 * simple.el (goto-line): Doc fix.
7426
7427 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7428
7429 * files.el (save-buffer): Doc fix.
7430
7431 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7432
7433 * recentf.el (recentf-cleanup-remote): New variable.
7434 (recentf-cleanup): Use it to conditionally check availability of
7435 remote files.
7436
7437 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7438
7439 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7440 function names.
7441
7442 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7443
7444 * language/thai-word.el: New file.
7445
7446 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7447
7448 * files.el (backup-buffer): If the file's directory is not
7449 writable, use copy instead of move to backup the file.
7450
7451 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7452
7453 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7454
7455 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7456
7457 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7458 Use functionp instead of symbolp and fboundp. Reported by Drkm
7459 <darkman_spam@yahoo.fr>.
7460 (ps-print-version): New version 6.6.6.
7461
7462 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7463
7464 * textmodes/table.el (table--line-column-position): New idiom.
7465 (table--row-column-insertion-point-p): New function to test
7466 validity of row and column insertion operation at a location.
7467 (table-global-menu, table-cell-menu): Use above functions for
7468 deterministic test operation.
7469 (table--editable-cell-p): Behave in deterministic fashion.
7470
7471 2005-03-18 Juri Linkov <juri@jurta.org>
7472
7473 * isearch.el (isearch-lazy-highlight-new-loop):
7474 Make arguments beg and end optional.
7475 (isearch-update): Remove optional arguments nil from
7476 isearch-lazy-highlight-new-loop.
7477 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7478 isearch-lazy-highlight-case-fold-search instead of
7479 isearch-case-fold-search, and let-bind isearch-regexp to
7480 isearch-lazy-highlight-regexp.
7481 Use isearch-lazy-highlight-last-string instead of isearch-string.
7482
7483 * replace.el (perform-replace): Remove bindings of global
7484 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7485 Add three new arguments to `replace-highlight'.
7486 (replace-highlight): Add arguments string, regexp, case-fold.
7487 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7488 to allow isearch-lazy-highlight-new-loop to use these values
7489 to set corresponding isearch-lazy-highlight-* internal
7490 variables whose values lazy highlighting will use regardless of
7491 changes to global variables isearch-string, isearch-regexp,
7492 isearch-case-fold-search during lazy highlighting loop.
7493 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7494 to `lazy-highlight-cleanup'.
7495
7496 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7497 (ispell-highlight-face): Set default face to `isearch' when
7498 lazy highlighting is enabled.
7499 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7500 priority to 1. Add lazy highlighting.
7501 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7502 from `isearch-dehighlight'.
7503
7504 2005-03-18 David Ponce <david@dponce.com>
7505
7506 * files.el (hack-local-variables): Do a case-insensitive search
7507 for End.
7508
7509 2005-03-18 Juri Linkov <juri@jurta.org>
7510
7511 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7512 `isearch-lazy-highlight-cleanup', add alias to old name and
7513 declare obsolete. Add release numbers to other obsolete vars.
7514 (isearch-done, isearch-lazy-highlight-new-loop):
7515 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7516 (lazy-highlight-cleanup) <variable>: Doc fix.
7517 (isearch-lazy-highlight-update): Rename obsolete
7518 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7519
7520 2005-03-18 Kenichi Handa <handa@m17n.org>
7521
7522 * language/thai-util.el: Fix categorization of Thai characters in
7523 thai-category-table.
7524 (thai-composition-pattern): Adjust it for the above change.
7525 (thai-self-insert-command, thai-compose-syllable): New functions.
7526 (thai-compose-region): Use thai-compose-syllable.
7527 (thai-compose-string): Likewise.
7528 (thai-composition-function): Likewise.
7529 (thai-auto-composition): New function.
7530 (thai-auto-composition-mode): New minor mode.
7531
7532 * language/thai.el: Fix patterns to be registered in
7533 composition-function-table.
7534
7535 * international/quail.el (quail-input-method): Locally bind
7536 inhibit-modification-hooks to t.
7537
7538 2005-03-17 Richard M. Stallman <rms@gnu.org>
7539
7540 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7541 (perl-mode): Use run-mode-hooks.
7542
7543 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7544 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7545 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7546
7547 * mail/sendmail.el (sendmail-send-it): Reenable the code
7548 to compute resend-to-address and use it.
7549
7550 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7551
7552 * image-mode.el: New file.
7553
7554 * image.el (insert-sliced-image): Add autoload cookie.
7555
7556 * font-lock.el (font-lock-lines-before): New user option.
7557 (font-lock-after-change-function): Obey it.
7558
7559 * bindings.el (esc-map): Make M-g a prefix.
7560 Bind M-g g and M-g M-g to goto-line.
7561
7562 * faces.el (face-id): Doc fix.
7563
7564 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7565
7566 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7567 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7568 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7569
7570 * mail/sendmail.el (mail-yank-ignored-headers)
7571 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7572 Add Mail-Followup-To and Mail-Reply-To headers.
7573 (mail-citation-hook): Add autoload cookie.
7574 (mail-mode): Doc fix.
7575 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7576 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7577 (mail-mode-fill-paragraph): Handle those headers.
7578 (mail-mailing-lists): New variable.
7579 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7580
7581 2005-03-17 Juri Linkov <juri@jurta.org>
7582
7583 * isearch.el (isearch-fallback): Check for `(car previous)'
7584 before calling `isearch-other-end-state'.
7585
7586 2005-03-17 Kim F. Storm <storm@cua.dk>
7587
7588 * simple.el (move-beginning-of-line): Move to beginning of buffer
7589 line, as well as beginning of screen line.
7590
7591 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7592
7593 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7594 argument REDRAW rather than calendar-redrawing variable.
7595 * calendar/calendar.el (calendar-redrawing): Delete.
7596 (redraw-calendar): Do not bind calendar-redrawing.
7597
7598 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7599
7600 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7601 diary-file buffer.
7602
7603 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * help.el (describe-mode): Allow a :minor-mode-function property to
7606 specify a different minor mode toggle function than the variable.
7607 * simple.el (auto-fill-function):
7608 * subr.el (add-minor-mode): Use it.
7609
7610 2005-03-16 Kenichi Handa <handa@m17n.org>
7611
7612 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7613 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7614 (ethio-fidel-to-sera-buffer): Likewise.
7615
7616 2005-03-16 Juri Linkov <juri@jurta.org>
7617
7618 * emacs-lisp/find-func.el (find-function-regexp):
7619 Add defun-emitting macro `menu-bar-make-toggle'.
7620
7621 * isearch.el: Put `isearch-scroll' property to
7622 `split-window-horizontally'.
7623
7624 * info.el: Update error messages for `debug-ignored-errors'.
7625 (Info-isearch-search): Doc fix.
7626 (Info-find-node): Move up code to go into info buffer before
7627 recording the node to the history.
7628 (Info-fontify-node): Fontify titles only if the next line
7629 has two or more `*', `=', `-', `.'.
7630 Display "go to this node" for empty (match-string 3).
7631
7632 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7633
7634 * term/mac-win.el: Add mouse pointer shape constants.
7635
7636 2005-03-15 Kim F. Storm <storm@cua.dk>
7637
7638 * simple.el (move-beginning-of-line): Use vertical-motion.
7639
7640 2005-03-15 Juri Linkov <juri@jurta.org>
7641
7642 * isearch.el (isearch-error): New variable.
7643 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7644 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7645 (isearch-within-brackets-state): Remove.
7646 (isearch-case-fold-search-state, isearch-pop-fun-state):
7647 Decrease frame index.
7648 (isearch-mode, isearch-top-state, isearch-push-state)
7649 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7650 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7651 (isearch-search, isearch-lazy-highlight-new-loop):
7652 Replace `isearch-invalid-regexp' with `isearch-error'.
7653 Remove `isearch-within-brackets'.
7654 (isearch-search): Add `search-failed' handler to `condition-case'.
7655 (isearch-lazy-highlight-search): Add `condition-case' to catch
7656 errors and allow `isearch-lazy-highlight-update' to try
7657 highlighting from the beginning of the window.
7658 (isearch-repeat): Move up code to set isearch-wrapped to t
7659 before calling isearch-wrap-function.
7660
7661 * info.el (Info-isearch-initial-node): New internal variable.
7662 (Info-search): Signal an error in isearch mode when search leaves
7663 the initial node. Signal an error when `bound' is non-nil and
7664 nothing was found in the current subfile.
7665 (Info-isearch-search): Remove `condition-case'.
7666 (Info-isearch-wrap): Don't wrap when search failed during leaving
7667 the initial node. If `Info-isearch-search' is nil, wrap around
7668 the current node.
7669 (Info-isearch-start): New fun.
7670 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7671 `isearch-mode-hook'.
7672
7673 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7674
7675 * simple.el (normal-erase-is-backspace): Set default to t if
7676 running on Mac.
7677
7678 * term/mac-win.el (function-key-map): Sync with x-win.el.
7679
7680 2005-03-15 Kenichi Handa <handa@m17n.org>
7681
7682 * international/mule-cmds.el (locale-language-names): Modify the
7683 format of elements and add more entries.
7684 (locale-preferred-coding-systems): Add more entries.
7685 (set-locale-environment): Adjust for the change of
7686 locale-language-names.
7687
7688 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * pcvs.el (smerge-ediff): Remove bogus autoload.
7691
7692 2005-03-14 Lute Kamstra <lute@gnu.org>
7693
7694 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7695 Ignore a `*' at the beginning of a line.
7696
7697 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7698 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7699 subr.el.
7700 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7701 to specify indentation.
7702
7703 * generic.el (define-generic-mode): Let generic-mode-list be a
7704 list of strings; test membership with equal.
7705
7706 2005-03-14 Kim F. Storm <storm@cua.dk>
7707
7708 * simple.el (next-line, previous-line): Add optional try-vscroll
7709 arg to recognize interactive use. Pass it on to line-move.
7710 (line-move): Don't perform auto-window-vscroll when defining or
7711 executing keyboard macro to ensure consistent behavior.
7712
7713 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7716
7717 2005-03-13 Lute Kamstra <lute@gnu.org>
7718
7719 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7720 debugger-setup-buffer so that backtrace marks the frames set to
7721 debug-on-exit and we don't have to do it manually. Set an extra
7722 debug-on-exit for macro's.
7723 (debugger-setup-buffer): Don't mark the top frame manually.
7724
7725 2005-03-12 Lute Kamstra <lute@gnu.org>
7726
7727 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7728 lisp-indent-function throughout.
7729 (with-no-warnings): Set lisp-indent-function property.
7730
7731 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7732
7733 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7734 Add entry for backslash.
7735
7736 2005-03-12 Juri Linkov <juri@jurta.org>
7737
7738 * info.el (Info-search): Four fixes for backward search.
7739
7740 2005-03-11 Jay Belanger <belanger@truman.edu>
7741
7742 * calc/calc.el (calc-language-alist): New variable.
7743 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7744 (calc-embedded-find-modes): Use calc-language-alist instead of
7745 calc-embedded-language-alist.
7746
7747 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7748
7749 * calendar/calendar.el (calendar-redrawing): New internal
7750 variable.
7751 (redraw-calendar): Remove bogus save-excursion from previous
7752 change. Bind calendar-redrawing to t for mark-diary-entries.
7753 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7754 calendar if that is why we were called.
7755
7756 2005-03-11 Kenichi Handa <handa@m17n.org>
7757
7758 * international/mule.el (make-coding-system): Set property
7759 coding-system-define-form to nil.
7760 (define-coding-system-alias): Likewise.
7761
7762 2005-03-11 Kenichi Handa <handa@m17n.org>
7763
7764 These changes are suggested by Dave Love <fx@gnu.org>.
7765
7766 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7767 coding: tag.
7768 (adaptive-fill-regexp): Add more bullets.
7769 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7770 regexps.
7771
7772 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * help.el (describe-mode): Properly handle non-trivial lighters.
7775 Don't ignore minor modes that are not listed in minor-mode-list.
7776
7777 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7778 feature ON when the user requests to turn it OFF.
7779
7780 2005-03-10 Lute Kamstra <lute@gnu.org>
7781
7782 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7783 (implement-debug-on-entry): New function to replace debug-entry-code.
7784 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7785 second argument as the 2005-03-07 change makes it obsolete.
7786 (debug-on-entry, cancel-debug-on-entry): Update call to
7787 debug-on-entry-1.
7788 (debug, debugger-setup-buffer): Comment update.
7789 (debugger-frame-number): Update to work with implement-debug-on-entry.
7790
7791 2005-03-10 Jay Belanger <belanger@truman.edu>
7792
7793 * calc/calc-embed.el (math-ms-args): Declare it.
7794 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7795 math-ms-args.
7796 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7797 variables.
7798
7799 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7800
7801 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7802 Use message-box.
7803
7804 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7805 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7806 (tooltip-gud-tips): Simplify.
7807 (tooltip-gud-tips-p): Remove superfluous :set.
7808 (tooltip-gud-modes): Add fortran-mode.
7809 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7810
7811 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7812
7813 2005-03-09 Kim F. Storm <storm@cua.dk>
7814
7815 * play/animate.el (animate-place-char): Use forward-line instead
7816 of next-line to improve performance.
7817
7818 2005-03-09 Simon Josefsson <jas@extundo.com>
7819
7820 * net/browse-url.el (browse-url-default-browser): Doc fix.
7821
7822 2005-03-09 Miles Bader <miles@gnu.org>
7823
7824 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7825 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7826
7827 2005-03-09 Kenichi Handa <handa@m17n.org>
7828
7829 * international/latin-1.el: Set case and syntax for 255 only if
7830 set-case-syntax-set-multibyte is nil.
7831
7832 * textmodes/ispell.el (ispell-insert-word): New function.
7833 (ispell-word): Use ispell-insert-word to insert a new word.
7834 (ispell-process-line): Likewise.
7835 (ispell-complete-word): Likewise.
7836
7837 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7838
7839 * calendar/calendar.el (redraw-calendar): Preserve point.
7840 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7841 (calendar-week-start-day): Move after definition of
7842 redraw-calendar. Delete buffer test, since redraw-calendar has
7843 that now.
7844
7845 * calendar/diary-lib.el (mark-diary-entries): Only call
7846 redraw-calendar in the first of any recursive calls.
7847 Reported by Alan Shutko <ats@acm.org>.
7848
7849 2005-03-08 Juri Linkov <juri@jurta.org>
7850
7851 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7852 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7853 (html-radio-buttons): Add a space before the trailing `/>' where
7854 sgml-xml-mode is non-nil.
7855 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7856 the subsequent tag of the empty XML tag.
7857 (html-href-anchor): Don't set initial input to "http:".
7858 (html-image): Ask for the image URL and set point inside alt="".
7859 (html-name-anchor): Duplicate the name in the `id' attribute when
7860 sgml-xml-mode is non-nil.
7861 (html-paragraph): Remove \n before <p>.
7862 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7863 instead of `checked' when sgml-xml-mode is non-nil.
7864
7865 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7866 Remove 1 space before #RRGGBB to not truncate it on terminal
7867 windows w/o fringes. Remove 1 space between bg and fg examples
7868 to get more space.
7869 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7870 avoid byte-compile warnings.
7871
7872 * image-file.el (image-file-handler): Put `safe-magic' property to
7873 `image-file-handler'.
7874
7875 * info.el (Info-isearch-search): Emulate word search in
7876 isearching through multiple Info nodes with Info-search.
7877 (Info-isearch-wrap): Allow isearch-word.
7878
7879 2005-03-08 Lute Kamstra <lute@gnu.org>
7880
7881 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7882 stepping into the debugger's code is not possible.
7883 (debugger-jumping-flag): Docstring update.
7884
7885 2005-03-08 Jay Belanger <belanger@truman.edu>
7886
7887 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7888 embedded mode begins.
7889 (calc-embedded-language-alist): New variable.
7890 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7891 set default language mode.
7892
7893 2005-03-08 Kenichi Handa <handa@m17n.org>
7894
7895 * international/ccl.el (define-ccl-program): Fix docstring about
7896 extra 256 bytes assured for the output buffer.
7897
7898 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7899 Fix BUFFER_MAGNIFICATION to 2.
7900 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7901
7902 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7903
7904 * align.el (align-rules-list): Added an alignment rule for CSS
7905 declarations (applies to css-mode and html-mode buffers).
7906
7907 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7910
7911 2005-03-07 Kim F. Storm <storm@cua.dk>
7912
7913 * simple.el (move-beginning-of-line): New command.
7914
7915 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7916
7917 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7918
7919 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7920 and move-beginning-of-line.
7921
7922 * apropos.el (apropos-print): Omit command from M-x ... RET.
7923
7924 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7925
7926 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7927 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7928
7929 2005-03-06 Richard M. Stallman <rms@gnu.org>
7930
7931 * bindings.el (esc-map): Bind M-g to goto-line.
7932
7933 * facemenu.el (global-map): Bind M-o, not M-g.
7934
7935 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7936
7937 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7938 "Open Directory" as for "Open File".
7939
7940 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7943 (push-mark-command): Run activate-mark-hook.
7944
7945 2005-03-06 Richard M. Stallman <rms@gnu.org>
7946
7947 * help-mode.el (help-mode-finish): Don't alter the element
7948 in view-return-to-alist if there already is one.
7949
7950 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7951 make sure the current buffer is the expected one.
7952
7953 * novice.el (disabled-command-function): Output in *Disabled Command*.
7954 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7955
7956 * textmodes/flyspell.el (flyspell-large-region):
7957 Pass args differently for aspell.
7958
7959 * files.el (mode-require-final-newline): Doc fix.
7960
7961 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7962
7963 * progmodes/which-func.el (which-function):
7964 Specify NOERROR when calling imenu--make-index-alist.
7965
7966 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * simple.el (normal-erase-is-backspace): Define default value.
7969
7970 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7971 (custom-reevaluate-setting): Simple function to handle
7972 variables that are defined before their default value can really
7973 be computed.
7974
7975 * startup.el (command-line): Use it for temporary-file-directory,
7976 small-emporary-file-directory, auto-save-file-name-transforms,
7977 blink-cursor-mode, and normal-erase-is-backspace.
7978
7979 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7980 progress, even with buggy anchored keywords.
7981
7982 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7983
7984 * simple.el (goto-line): Remove unbalanced final parenthesis.
7985
7986 2005-03-05 Richard M. Stallman <rms@gnu.org>
7987
7988 * simple.el (goto-line): Use a number at point as the default.
7989 With C-u as arg, switch buffers.
7990
7991 2005-03-05 Juri Linkov <juri@jurta.org>
7992
7993 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7994 with `no-blinking-cursor'.
7995
7996 * startup.el (no-blinking-cursor): New defvar.
7997 (command-line): Add `--no-blinking-cursor' to longopts.
7998 Set `no-blinking-cursor' to t for command line arguments
7999 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
8000 with `no-blinking-cursor' in the condition for calling
8001 `blink-cursor-mode'.
8002
8003 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
8004
8005 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
8006 (menu-bar-options-save): Add blink-cursor-mode.
8007 (menu-bar-options-menu): Add blink-cursor-mode.
8008
8009 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8010
8011 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8012 (icalendar-export-file, icalendar-export-region)
8013 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8014 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8015
8016 2005-03-04 Lute Kamstra <lute@gnu.org>
8017
8018 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8019 (debug-function-list): Ditto.
8020
8021 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8022
8023 * textmodes/texinfmt.el (texinfo-append-refill):
8024 Redefine the types of line to which @refill
8025 is not appended by replacing a search for `@refill\\|@bye' with
8026 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8027 itemize@refill' bug and the unfilled long lines bug.
8028 (texinfmt-version): Update number and date.
8029
8030 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * international/code-pages.el (windows-1250, windows-125[2-8])
8033 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8034
8035 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8038 bound yet.
8039
8040 2005-03-02 Romain Francoise <romain@orebokech.com>
8041
8042 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8043 buffer after removing limits.
8044 (ibuffer-pop-filter): Ditto.
8045 Update copyright.
8046
8047 2005-03-02 Miles Bader <miles@gnu.org>
8048
8049 * button.el (make-text-button): If the user doesn't specify a
8050 type, use the default. Rewrite to use `add-text-properties' and
8051 plist functions.
8052
8053 2005-03-01 Lute Kamstra <lute@gnu.org>
8054
8055 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8056 (debugger-jumping-flag): New var.
8057 (debug-entry-code): Use it.
8058 (debugger-jump): Use debugger-jumping-flag and add
8059 debugger-reenable to post-command-hook.
8060 (debugger-reenable): Use debugger-jumping-flag and remove itself
8061 from post-command-hook.
8062 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8063 debugger-reenable.
8064
8065 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8066
8067 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8068 inclusion of "itemize\\|", which may be unnecessary, is certainly
8069 inelegant, and stops refilling in itemize lists when formatting
8070 Japanese Texinfo files to Info.
8071 Update copyright to 2005.
8072
8073 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8074
8075 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8076 of an error if GDB can't find the source file.
8077
8078 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8079
8080 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8081 not just the calendar.
8082
8083 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8084 first.
8085 (diary-redraw-calendar): New function.
8086 (make-diary-entry): Add diary-redraw-calendar to local
8087 write-contents-functions. Turn off selective display before
8088 inserting in diary.
8089
8090 2005-03-01 Kim F. Storm <storm@cua.dk>
8091
8092 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8093
8094 2005-03-01 Lute Kamstra <lute@gnu.org>
8095
8096 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8097 that debug-entry-code can be safely removed from a function while
8098 this code is being evaluated. Revert the 2005-02-27 change as the
8099 new implementation no longer requires it. Make sure that a
8100 function body containing just a string is not mistaken for a docstring.
8101 (debug): Skip one more frame in case of debug on entry.
8102 (debugger-setup-buffer): Delete one more frame line in case of
8103 debug on entry.
8104 (debugger-frame-number): Update to use the new text introduced by
8105 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8106
8107 2005-02-28 Kim F. Storm <storm@cua.dk>
8108
8109 * double.el (double-translate-key): Call force-window-update after
8110 read-event to avoid crash in redisplay.
8111
8112 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8113
8114 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8115 (debug): Use it. Move the inhibit-trace earlier.
8116 (debug-entry-code): New const.
8117 (debug-on-entry-1): Use it.
8118
8119 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * international/utf-16.el (ccl-encode-mule-utf-16le):
8122 Fix BUFFER_MAGNIFICATION to 2.
8123 (ccl-encode-mule-utf-16be): Likewise.
8124
8125 2005-02-28 Kenichi Handa <handa@m17n.org>
8126
8127 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8128 Fix BUFFER_MAGNIFICATION to 4.
8129 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8130
8131 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * speedbar.el (speedbar-update-flag): Doc fix.
8134 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8135 argument.
8136
8137 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8140 have a non-nil `invisible' property but are actually visible.
8141
8142 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8143 for perldoc sections.
8144 (perl-outline-regexp, perl-outline-level): New var and function.
8145 (perl-mode): Use them.
8146
8147 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8148
8149 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8150 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8151
8152 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8153
8154 * cus-edit.el: Comment change.
8155 (custom-buffer-create-internal): Slightly reword text at top of
8156 Custom buffers. Mention there that saving an option edits the
8157 init file. Add link to Emacs manual node on `custom-file'.
8158 (custom-magic-alist): Rewrite individual State messages to use
8159 capitalized keywords. Doc fix.
8160
8161 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8162
8163 * calendar/calendar.el (calendar-buffer): Move above
8164 calendar-week-start-day.
8165 (calendar-week-start-day): Doc fix. Add :set function.
8166 (calendar-minimum-window-height): New variable.
8167 (generate-calendar-window): Only resize window if selected-window
8168 is displaying the calendar buffer. Use new variable
8169 calendar-minimum-window-height.
8170 (generate-calendar): Reword error message.
8171 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8172
8173 2005-02-27 Andreas Schwab <schwab@suse.de>
8174
8175 * vc.el (vc-do-command): Don't run command asynchronously when
8176 operating in a remote directory.
8177
8178 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8179 change from sync with Tramp 2.0.47.
8180
8181 2005-02-27 Richard M. Stallman <rms@gnu.org>
8182
8183 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8184
8185 * textmodes/flyspell.el (flyspell-mode-on):
8186 Call ispell-change-dictionary only if necessary.
8187
8188 * emacs-lisp/re-builder.el (regexp-builder): New function.
8189
8190 * register.el (describe-register-1): Explicitly handle
8191 yank-excluded-properties = t.
8192
8193 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8194 (custom-magic-alist): Change the status descriptions again.
8195 (face widget-type): Total rewrite based on `restricted-sexp'
8196 to eliminate the confusing double hiding levels.
8197
8198 * emacs-lisp/debug.el (debug-on-entry-1):
8199 If function body is empty, add nil as body form.
8200
8201 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * emacs-lisp/trace.el (inhibit-trace): New var.
8204 (trace-make-advice): Use it.
8205
8206 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8207
8208 2005-02-26 Kim F. Storm <storm@cua.dk>
8209
8210 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8211 (mouse-on-link-p, mouse-drag-region-1): Use it.
8212
8213 2005-02-25 Lute Kamstra <lute@gnu.org>
8214
8215 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8216
8217 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8218
8219 * frame.el (blink-cursor-mode): Add :group keyword.
8220
8221 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8222
8223 * calendar/icalendar.el (icalendar--decode-isodatetime):
8224 New optional argument DAY-SHIFT.
8225 (icalendar-export-region): Fix coding-system-for-write.
8226 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8227 events by one.
8228
8229 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8232
8233 2005-02-24 Kim F. Storm <storm@cua.dk>
8234
8235 * international/iso-acc.el (iso-accents-compose): Fix crash
8236 during redisplay. Call force-window-update after read-event
8237 and delete-region to signal that window is not accurate.
8238
8239 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8242 Remove unused and inexistent var `inhibit-trace'.
8243 (debugger-mode): Use run-mode-hooks.
8244 (debugger-list-functions): Add buttons; setup xref stack.
8245
8246 2005-02-23 Richard M. Stallman <rms@gnu.org>
8247
8248 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8249 appointment says it was explicitly made.
8250 (appt-add): Set the 3rd element.
8251 (appt-make-list): Preserve explicit appointments.
8252
8253 * subr.el (find-tag-default): Catch errors in forward-sexp.
8254
8255 2005-02-23 Juri Linkov <juri@jurta.org>
8256
8257 * info.el (Info-isearch-search): New defcustom.
8258 (Info-isearch-search): Call the default isearch function
8259 when Info-isearch-search is nil.
8260 (Info-isearch-wrap): Use variable Info-isearch-search.
8261
8262 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8263
8264 * cus-edit.el: Comment change.
8265
8266 2005-02-22 Kim F. Storm <storm@cua.dk>
8267
8268 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8269 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8270
8271 2005-02-22 Simon Josefsson <jas@extundo.com>
8272
8273 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8274 New variable.
8275 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8276 Oskarsson" <myrkraverk@users.sourceforget.net>.
8277
8278 2005-02-22 Kim F. Storm <storm@cua.dk>
8279
8280 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8281 check that window of that event is the selected window.
8282 (mouse-drag-region-1): Compare mouse event window to selected
8283 window before setting point.
8284
8285 * tooltip.el (tooltip-show-help-function): Pass event to
8286 mouse-on-link-p so it can check selected window.
8287
8288 2005-02-22 Kenichi Handa <handa@m17n.org>
8289
8290 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8291 (ps-mule-show-warning): New function.
8292 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8293 characters are found.
8294
8295 * ps-print.el (ps-header-footer-string): Return a list of header
8296 and footer strings.
8297
8298 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8299
8300 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8301
8302 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8303
8304 * frame.el (blink-cursor-mode): Use define-minor-mode.
8305
8306 * term/mac-win.el (function-key-map): Use char-names more consistently.
8307 (file-name-coding-system): Only set it for MacOS-9. The other case is
8308 already handled in mule-cmds.el (where it also works when mac-win.el
8309 is not used).
8310
8311 2005-02-21 Kenichi Handa <handa@m17n.org>
8312
8313 * international/mule.el (ctext-pre-write-conversion): Always use
8314 " *code-converting-work*" buffer for work.
8315
8316 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8317
8318 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8319
8320 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8321
8322 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8323
8324 * ses.el (undo-more): Restore defadvice, but only the part that
8325 allows changes outside the restricted area of the buffer.
8326
8327 2005-02-20 Kim F. Storm <storm@cua.dk>
8328
8329 * simple.el (line-move): Add fourth optional arg try-vscroll which
8330 must be set to perform auto-window-vscroll.
8331 When moving backwards and doing auto-window-vscroll, automatically
8332 vscroll to the last part of lines which are taller than the window.
8333 (next-line, previous-line): Set try-vscroll arg on line-move.
8334
8335 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8336
8337 * replace.el (query-replace, query-replace-regexp)
8338 (replace-string, replace-regexp): When operating on region, make
8339 the minibuffer prompt say so.
8340
8341 * isearch.el (isearch-forward): Document isearch-query-replace and
8342 isearch-query-replace-regexp keybindings.
8343
8344 2005-02-19 Jay Belanger <belanger@truman.edu>
8345
8346 * calc/calc-aent.el (math-read-token): Add local variable.
8347
8348 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8349 (calc-edit-top): Move declaration to earlier in file.
8350 (calc-edit-macro-repeats): Add local variables.
8351
8352 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8353 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8354 calcFunc-tanh.
8355 Adjust integration rule for calcFunc-tan.
8356
8357 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8358
8359 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8360 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8361 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8362 (viper-skip-separators): Bug fix.
8363 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8364 particular major mode.
8365 (viper-del-backward-char-in-replace): Don't put deleted char on the
8366 kill ring.
8367
8368 * viper-ex.el (viper-color-display-p): New function.
8369 (viper-has-face-support-p): Use viper-color-display-p.
8370
8371 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8372
8373 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8374
8375 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8376 (viper-file-remote-p): Make equivalent to file-remote-p.
8377
8378 * viper.el (viper-major-mode-modifier-list):
8379 Use viper-gnus-modifier-map.
8380
8381 2005-02-19 David Kastrup <dak@gnu.org>
8382
8383 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8384 quoting.
8385
8386 2005-02-19 Jay Belanger <belanger@truman.edu>
8387
8388 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8389 Remove extra definitions.
8390 (calc-coth): New function.
8391 (calcFunc-cot): Fix `let'.
8392
8393 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8394
8395 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8396 the reasons we use "type pc" in these faces.
8397
8398 * button.el (button): Ditto.
8399
8400 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8401
8402 * replace.el (query-replace-read-from): Set the value of
8403 query-replace-from-history-variable to handle the case of an empty
8404 string entered to accept the suggested default.
8405
8406 * net/tramp.el (tramp-file-name-for-operation):
8407 Use dired-call-process instead of dired-call-process-command.
8408
8409 2005-02-19 Jay Belanger <belanger@truman.edu>
8410
8411 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8412 (math-div-non-trig): New variables.
8413 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8414 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8415 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8416 trig expressions.
8417
8418 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8419
8420 * progmodes/gdb-ui.el (gdb-var-update-handler)
8421 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8422 for watch expressions,
8423 (gdb-var-create-handler): Don't set speedbar-update-flag.
8424 (gdb-post-prompt): Simplify test for speedbar.
8425
8426 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8427
8428 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8429 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8430 we use the syntax table of the correct buffer.
8431 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8432 Felix Gatzemeier.
8433
8434 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8435 (ediff-file-remote-p): Make synonymous with file-remote-p.
8436 In all deffaces ediff-*-face-*, use min-colors.
8437
8438 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8439 ediff-recurse-to-subdirectories.
8440 (ediff-mark-if-equal): Check that the arguments are strings, use
8441 ediff-same-contents (after to Felix Gatzemeier).
8442
8443 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8444 nil.
8445
8446 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8449
8450 2005-02-18 David Kastrup <dak@gnu.org>
8451
8452 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8453 use `mark-active' when defined.
8454
8455 2005-02-18 Kenichi Handa <handa@m17n.org>
8456
8457 * ps-print.el (ps-font-info-database): New entry
8458 ZapfChancery-MediumItalic with correct font name. Fix font name
8459 of the entry Zapf-Chancery-MediumItalic.
8460
8461 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8462
8463 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8464
8465 2005-02-16 Kim F. Storm <storm@cua.dk>
8466
8467 * ido.el (ido-fallback-command): Pass user input to fallback command.
8468
8469 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8470
8471 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8472 (gdb-find-file-hook): Add server prefix.
8473
8474 2005-02-16 Richard M. Stallman <rms@gnu.org>
8475
8476 * replace.el (perform-replace): Pass new args to replace-highlight.
8477 (replace-highlight): Take region args,
8478 and pass them to isearch-lazy-highlight-new-loop.
8479
8480 * novice.el (disabled-command-hook): Autoload the defalias
8481 and the make-obsolete-variable call.
8482
8483 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8484
8485 * isearch.el (isearch-lazy-highlight-start-limit)
8486 (isearch-lazy-highlight-end-limit): New variables limit
8487 the region for highlighting.
8488 (isearch-lazy-highlight-new-loop): New args BEG and END.
8489 (isearch-lazy-highlight-search): Use the new vars.
8490 (isearch-lazy-highlight-update): Likewise.
8491
8492 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8493
8494 * cus-start.el (all): Use default-boundp.
8495
8496 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8497
8498 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8499
8500 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8501
8502 * autorevert.el (auto-revert-stop-on-user-input)
8503 (auto-revert-verbose): Doc fixes.
8504
8505 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8506
8507 * international/mule-cmds.el (set-locale-environment): Remove call
8508 to set-selection-coding-system on Windows.
8509
8510 2005-02-15 Jay Belanger <belanger@truman.edu>
8511
8512 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8513 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8514 calcFunc-coth.
8515 (math-simplify-sqrt): Add simplifications.
8516
8517 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8518 to list.
8519
8520 * calc/calc-ext.el: Add functions to autoloads.
8521
8522 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8523 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8524 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8525 (math-csc-raw, math-cot-raw): New functions.
8526
8527 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8528
8529 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8530 the variable name in a message.
8531
8532 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8533 calcFunc-csc, calcFunc-cot.
8534
8535 * calc/calcalg2.el: Add derivative and integration rules for
8536 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8537 calcFunc-csch, calcFunc-coth.
8538 (math-do-integral-methods): Add to checks for when to use
8539 substitutions.
8540
8541 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8542
8543 2005-02-15 Lute Kamstra <lute@gnu.org>
8544
8545 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8546 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8547 <monnier@iro.umontreal.ca>
8548 (lisp-outline-level): Improve efficiency. Suggested by David
8549 Kastrup <dak@gnu.org>.
8550
8551 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8552
8553 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8554 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8555 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8556 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8557 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8558
8559 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8560
8561 * cus-start.el (all): Comment change.
8562
8563 2005-02-14 Lute Kamstra <lute@gnu.org>
8564
8565 * cus-start.el (all): Check if symbol is void.
8566
8567 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8568
8569 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8570 optional argument to \cite.
8571
8572 2005-02-14 Richard M. Stallman <rms@gnu.org>
8573
8574 * cus-edit.el (custom-buffer-create-internal): Update help message.
8575 (custom-magic-alist): Update help messages.
8576
8577 * cus-start.el (all): Allow a var to specify a standard value.
8578
8579 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8580
8581 * custom.el (custom-theme-set-variables): Handle variable aliases.
8582
8583 * frame.el (blink-cursor-timer): Doc fix.
8584 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8585 declare obsolete.
8586 (blink-cursor-mode): Define with defcustom and use correct
8587 standard expression in that defcustom.
8588 * startup.el (command-line): Adapt to above changes in frame.el.
8589
8590 2005-02-11 Lute Kamstra <lute@gnu.org>
8591
8592 * apropos.el (apropos-score-doc): Prevent division by zero.
8593
8594 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8595
8596 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8597 (icalendar--get-event-property-attributes)
8598 (icalendar--get-event-properties)
8599 (icalendar--datetime-to-diary-date): New functions.
8600 (icalendar--split-value): Doc fix.
8601 (icalendar--datetime-to-noneuropean-date)
8602 (icalendar--datetime-to-european-date): New optional argument
8603 SEPARATOR. Return result as a string instead of a list.
8604 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8605 (icalendar--convert-string-for-export): Rename arg S to STRING.
8606 (icalendar-export-region): Doc fix. Change name of error buffer.
8607 Save output buffer.
8608 (icalendar-import-file): Add blank at end of prompt.
8609 (icalendar-import-buffer): Doc fix. Do not switch to error
8610 buffer. Indicate status in return value.
8611 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8612 buffer. Save output buffer. Handle exception from recurrence
8613 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8614 events. Fix problems with weekly all-day events.
8615
8616 2005-02-10 Richard M. Stallman <rms@gnu.org>
8617
8618 * simple.el (eval-expression-print-format):
8619 Avoid warning about edebug-active.
8620
8621 * help.el (help-for-help-internal): Rename from help-for-help.
8622 (help-for-help): Define with defalias.
8623
8624 * font-core.el (font-lock-default-function): Use with-no-warnings.
8625
8626 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8627
8628 * custom.el (defface): Doc fix.
8629
8630 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8633 width 0" to prevent word wrapping problems.
8634
8635 2005-02-09 Kim F. Storm <storm@cua.dk>
8636
8637 * ido.el (ido-file-extensions-order): New defcustom.
8638 (ido-file-extension-lessp, ido-file-extension-aux)
8639 (ido-file-extension-order): New advanced file ordering.
8640 (ido-file-lessp): New simple file ordering.
8641 (ido-sort-list): Remove.
8642 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8643 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8644
8645 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8646
8647 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8648 that some versions of grep produce.
8649 (grep-mode-font-lock-keywords): Likewise.
8650
8651 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8652
8653 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8654 (gdb-cdir): Delete.
8655 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8656 (gdb-source-info): Treat case when source file is in another
8657 directory properly.
8658 (gdb-get-location): New function.
8659
8660 2005-02-07 Jay Belanger <belanger@truman.edu>
8661
8662 * calc/calc-prog.el (calc-write-parse-table-part)
8663 (calc-fix-token-name): Fix a check for language type.
8664
8665 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8666
8667 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8668
8669 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8670 as directory not writable.
8671
8672 2005-02-07 Kim F. Storm <storm@cua.dk>
8673
8674 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8675 (cua--standard-movement-commands): Remove list.
8676 Instead, set CUA property value to move for movement commands.
8677 (cua-movement-commands): Remove. Users must set CUA prop instead.
8678 (cua--pre-command-handler): Check CUA property.
8679 (cua--init-keymaps): Don't remap undo commands.
8680 (cua-mode): Don't call cua--rectangle-on-off.
8681
8682 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8683 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8684 (cua--rect-undo-set-point): New var.
8685 (cua--rectangle-undo-boundary): Setup undo apply entry.
8686 (cua--rect-undo-handler): New function for rectangle undo.
8687 (cua--rect-start-position, cua--rect-end-position): Add.
8688 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8689 for restored rectangle. Set point if cua--rect-undo-set-point.
8690
8691 2005-02-06 Jay Belanger <belanger@truman.edu>
8692
8693 * calc/calc-lang.el (calc-tex-language): Display more information
8694 in messages.
8695
8696 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8697 in TeX mode.
8698
8699 2005-02-06 Richard M. Stallman <rms@gnu.org>
8700
8701 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8702
8703 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8704
8705 * net/ldap.el (ldap-search-internal): Support attributes with
8706 optional descriptions separated by a semi-colon, as in
8707 "userCertificate;binary".
8708
8709 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8710
8711 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8712 isn't a cons (i.e. the version is 0).
8713
8714 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8715
8716 * help.el (help-for-help): Doc fix.
8717
8718 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8719
8720 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8721 GDB-Windows on the menu-bar as this works better.
8722
8723 2005-02-04 Jay Belanger <belanger@truman.edu>
8724
8725 * calc/calc-embed.el (calc-embedded-update): Don't put in
8726 unnecessary newlines. Adjust the end of formula marker.
8727
8728 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8729 (math-latex-parse-two-args): New function.
8730
8731 2005-02-03 Lute Kamstra <lute@gnu.org>
8732
8733 * help-fns.el (help-with-tutorial): Make sure that users cannot
8734 remove the entire text of the tutorial by means of `undo'.
8735
8736 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8739 in recent changes, where the ispell process was repeatedly
8740 killed & restarted.
8741
8742 * international/mule-cmds.el (set-locale-environment): Set file-name
8743 coding system to utf-8 on Darwin systems.
8744 (set-default-coding-systems): Don't set default-file-name-coding-system
8745 on Darwin systems.
8746
8747 2005-02-03 Richard M. Stallman <rms@gnu.org>
8748
8749 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8750
8751 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8752
8753 * faces.el (list-faces-display): Add optional argument.
8754
8755 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * font-core.el (font-lock-default-function): Handle the rare case where
8758 only font-lock-keywords is set.
8759
8760 2005-02-02 Kenichi Handa <handa@m17n.org>
8761
8762 * international/characters.el: Cancel previous change for
8763 I-WITH-DOT-ABOVE and DOTLESS-i.
8764
8765 * international/latin-5.el: Cancel previous change.
8766
8767 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8768
8769 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8770
8771 2005-02-02 Kenichi Handa <handa@m17n.org>
8772
8773 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8774 DOTLESS-i.
8775
8776 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8777 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8778
8779 * case-table.el (get-upcase-table): New function.
8780 (copy-case-table): Copy upcaes table too if non-nil.
8781 (set-case-syntax-delims): Maintain upcase table too.
8782 (set-case-syntax-pair): Likewise.
8783 (set-upcase-syntax, set-downcase-syntax): New functions.
8784 (set-case-syntax): Maintain upcase table too.
8785
8786 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8787
8788 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8789
8790 * progmodes/gud.el (gud-goto-info): New function.
8791 (gud-tool-bar-map): Use correct icon.
8792
8793 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8794
8795 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8796 When delegating, order args in the funcall correctly.
8797
8798 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8799
8800 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8801
8802 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8803
8804 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8805 buffer not visiting a file.
8806
8807 2005-01-31 Jay Belanger <belanger@truman.edu>
8808
8809 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8810 bound on the line with the formula.
8811
8812 2005-01-31 Kim F. Storm <storm@cua.dk>
8813
8814 * ses.el (ses-create-cell-variable-range)
8815 (ses-destroy-cell-variable-range, ses-reset-header-string)
8816 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8817 (ses-insert-row): Fix format of apply undo entries.
8818
8819 2005-01-31 Jay Belanger <belanger@truman.edu>
8820
8821 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8822 parts.
8823
8824 * calc/calc-embed.el (calc-embedded-open-formula)
8825 (calc-embedded-close-formula): Ignore matrix environments.
8826
8827 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8828 TeX mode.
8829
8830 * calc/calc-lang.el (math-function-table, math-oper-table)
8831 (math-variable-table): Adjust the LaTeX portions.
8832
8833 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8834 (math-latex-ignore-words): New constant.
8835
8836 2005-01-31 Richard M. Stallman <rms@gnu.org>
8837
8838 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8839 (ispell-local-dictionary): Doc fix.
8840 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8841 Don't reinitialize at run time. Don't defcustom.
8842 All uses changed to append ispell-local-dictionary-alist,
8843 or check it first.
8844 (ispell-current-dictionary): New variable for dictionary in use.
8845 (ispell-dictionary): Now used only for global default.
8846 (ispell-start-process): Set ispell-current-dictionary,
8847 not ispell-dictionary.
8848 (ispell-change-dictionary): Use this only for setting
8849 user preferences.
8850 (ispell-internal-change-dictionary): New function
8851 to change the current dictionary in use.
8852 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8853 Use ispell-current-dictionary.
8854 Handle ispell-local-dictionary-overridden.
8855 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8856
8857 2005-01-31 Jay Belanger <belanger@truman.edu>
8858
8859 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8860
8861 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8862 (calc-mode-map): Add calc-latex-language.
8863
8864 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8865 (math-latex-print-frac): New functions.
8866 (math-oper-table, math-function-table, math-variable-table)
8867 (math-complex-format, math-input-filter): Add latex properties.
8868 (calc-set-language): Set math-expr-special-function-mapping.
8869
8870 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8871 (calc-write-parse-table-part): Add LaTeX support.
8872
8873 * calc/calc.el (calc-language): Adjust docstring.
8874 (calc-set-mode-line): Add LaTeX support.
8875 (math-expr-special-function-mapping): New variable.
8876 (math-tex-ignore-words): Add to list.
8877
8878 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8879 Add LaTeX support.
8880 (math-compose-expr): Add support for special functions.
8881
8882 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8883
8884 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-memory-address)
8887 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8888 (gdb-memory-mode-map, gdb-memory-format-keymap)
8889 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8890 (gdb-memory-unit-menu): New variables for a buffer
8891 that lets the user examine program memory.
8892 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8893 (gdb-memory-format-binary, gdb-memory-format-octal)
8894 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8895 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8896 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8897 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8898 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8899 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8900 (gdb-memory-mode, gdb-memory-buffer-name)
8901 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8902 New functions for above buffer.
8903
8904 2005-01-30 Richard M. Stallman <rms@gnu.org>
8905
8906 * cus-edit.el (custom-bury-buffer): Function deleted.
8907 (custom-buffer-done-function): Option deleted.
8908 (custom-buffer-done-kill): New (replacement option.
8909 (Custom-buffer-done): Call quit-window.
8910 (custom-buffer-create-internal): Update for above changes.
8911
8912 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8913
8914 * simple.el (undo-ask-before-discard): New var.
8915 (undo-outer-limit-truncate): Implement it.
8916 (undo-extra-outer-limit): Doc update.
8917
8918 2005-01-29 Richard M. Stallman <rms@gnu.org>
8919
8920 * ses.el (undo-more): Delete defadvice.
8921 (ses-begin-change): Doc fix.
8922
8923 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8924 instead of rebinding C-x u and C-_.
8925
8926 * files.el (normal-backup-enable-predicate): Return nil for files
8927 in /tmp, regardless of temporary-file-directory.
8928
8929 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8930
8931 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8932 (open-rectangle, delete-whitespace-rectangle-line)
8933 (clear-rectangle-line): If FILL, pass t instead of FILL
8934 for move-to-column's 2nd arg.
8935
8936 * simple.el (undo): Fix the test for continuing a series of undos.
8937 (undo-more): Set pending-undo-list to t when we reach end.
8938 (pending-undo-list): Move up defvar.
8939
8940 * wid-edit.el (widget-button-click):
8941 Shorten the range of the track-mouse binding.
8942
8943 * comint.el (comint-insert-input): Undo previous changes;
8944 use last-input-event in interactive spec.
8945
8946 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8947
8948 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8949 to nil before invoking call-process. Reset buffer's modified flag
8950 after fontifying it in the no-async branch.
8951
8952 * wid-edit.el (widget-specify-button): If mouse pointer shape
8953 cannot be changed, use mouse face instead.
8954
8955 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8956
8957 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8958 (gdb-goto-breakpoint): Make breakpoint handling work on template
8959 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8960 (gdb-assembler-custom): Update to recognize breakpoint information
8961 added on 2005-01-19.
8962
8963 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8966 (dsssl-mode): Use define-derived-mode.
8967 (scheme-mode-initialize): Remove.
8968 (scheme-mode): Use run-mode-hooks.
8969
8970 * cus-edit.el (customize-group-other-window)
8971 (custom-buffer-create-other-window): Don't override special-display-*.
8972 (custom-mode-map): Make it dense.
8973
8974 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8975 sets the default value.
8976
8977 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8978
8979 * descr-text.el: Add more keywords.
8980
8981 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * speedbar.el: Avoid unnecessary use of locate-library.
8984
8985 * international/mule-cmds.el (standard-display-european-internal):
8986 Don't fiddle with latin-1 non-break space any more since it's now
8987 special cased in the C code.
8988 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8989
8990 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8991
8992 * cus-start.el (all): Add `undo-outer-limit'.
8993
8994 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8995
8996 * textmodes/bibtex.el (bibtex-format-entry):
8997 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8998 field lines.
8999 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
9000 not on part of a buffer.
9001
9002 2005-01-25 Lute Kamstra <lute@gnu.org>
9003
9004 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
9005 nonempty field text strings like "{letters\\macro{}more letters}".
9006 Clarify docstring.
9007 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
9008 (bibtex-entry-offset, bibtex-parse-association)
9009 (bibtex-parse-field-name): Fix typos in docstrings.
9010 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9011
9012 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9013
9014 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9015 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9016 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9017 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9018
9019 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9020 isearch minor mode.
9021
9022 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9023
9024 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9025
9026 2005-01-24 Lute Kamstra <lute@gnu.org>
9027
9028 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9029 CASECHARS and NOT-CASECHARS regular expressions of the
9030 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9031 striding over charsets" error.
9032
9033 2005-01-24 Jay Belanger <belanger@truman.edu>
9034
9035 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9036 display variable name.
9037
9038 2005-01-24 Kenichi Handa <handa@m17n.org>
9039
9040 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9041 Fix setting of the element of encoded-kbd-iso2022-invocations.
9042
9043 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9044
9045 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9046 (gdb-threads-select): Change to also accept mouse events.
9047 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9048 (gdb-threads-mouse-select): Delete.
9049
9050 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9051
9052 * files.el (insert-directory): Take care of empty directory,
9053 listed without -a switch.
9054
9055 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * textmodes/refill.el (refill-post-command-function):
9058 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9059 to the list of functions that we should be careful not to undo.
9060 (refill-late-fill-paragraph-function): Remove.
9061 (refill-saved-state): New var.
9062 (refill-mode): Use it to save fill-paragraph-function.
9063 Save also the value of auto-fill-function.
9064
9065 * term/w32-win.el: Simplify code.
9066
9067 2005-01-23 Kim F. Storm <storm@cua.dk>
9068
9069 * simple.el (line-move): Adapt to new return value from
9070 pos-visible-in-window-p.
9071
9072 * simple.el (line-move): Fix last change. Check partial
9073 visibility at point rather than at window-start.
9074
9075 2005-01-22 Jason Rumney <jasonr@gnu.org>
9076
9077 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9078
9079 2005-01-22 David Kastrup <dak@gnu.org>
9080
9081 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9082
9083 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9084
9085 * type-break.el (type-break-mode): Add a test for
9086 type-break-file-name being non-nil.
9087
9088 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9089
9090 * net/eudc.el (top level): Call (message "") via progn, so that
9091 eudc-options-file is loaded.
9092
9093 2005-01-22 Kim F. Storm <storm@cua.dk>
9094
9095 * simple.el (line-move-1): Rename from line-move.
9096 (line-move): New function that adjusts vscroll for partially
9097 visible rows, and calls line-move-1 otherwise.
9098
9099 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9100
9101 * pcomplete.el: define pcomplete-read-event instead of read-event,
9102 since it's not a complete read-event implementation
9103
9104 2005-01-20 Jay Belanger <belanger@truman.edu>
9105
9106 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9107 for called function.
9108
9109 2005-01-20 Steven Tamm <steventamm@mac.com>
9110
9111 * term/mac-win.el (process-connection-type): Remove.
9112 Controlled now by s/darwin.h:PTY_ITERATION.
9113
9114 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * window.el (handle-select-window): Don't switch window when we're
9117 in the minibuffer.
9118
9119 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9120
9121 * subr.el (dotimes-with-progress-reporter): New macro.
9122
9123 * ses.el (ses-dotimes-msg): Remove macro.
9124 Use `dotimes-with-progress-reporter' instead.
9125
9126 2005-01-19 Steven Tamm <steventamm@mac.com>
9127
9128 * term/mac-win.el (process-connection-type): Use new
9129 operating-system-release variable to use ptys on Darwin 7 (OS X
9130 10.3) when using carbon build.
9131
9132 2005-01-19 Jay Belanger <belanger@truman.edu>
9133
9134 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9135 flags if the last command was a tab or M-tab.
9136
9137 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9138 in formula editing buffer.
9139
9140 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9141
9142 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9143 breakpoint image symbol in margin.
9144
9145 2005-01-19 Jay Belanger <belanger@truman.edu>
9146
9147 * calc/calc-prog.el (calc-execute-kbd-macro):
9148 Ignore calc-keep-arg-flag.
9149
9150 2005-01-19 Kenichi Handa <handa@m17n.org>
9151
9152 * textmodes/ispell.el (ispell-looking-at): New function.
9153 (ispell-process-line): Use ispell-looking-at to compare the ispell
9154 output and the buffer contents.
9155
9156 2005-01-18 Jay Belanger <belanger@truman.edu>
9157
9158 * calc/calc.el (calc-display-raw): Fix docstring.
9159
9160 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * simple.el (blink-matching-open): Strip extra info from syntax.
9163
9164 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9165 funny chars in the end-of-here-doc marker.
9166
9167 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9168
9169 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9170 that enable/disabled state of breakpoints is shown correctly in
9171 fringe and on ttys.
9172 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9173 Add breakpoint information as text properties.
9174 (gdb-mouse-toggle-breakpoint):
9175 Rename to gdb-mouse-set-clear-breakpoint.
9176 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9177 breakpoints in the margin.
9178 (gdb-remove-strings): Simplify.
9179
9180 2005-01-17 Jay Belanger <belanger@truman.edu>
9181
9182 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9183 erasing buffer.
9184
9185 2005-01-17 Richard M. Stallman <rms@gnu.org>
9186
9187 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9188 for calling grep-compute-defaults.
9189
9190 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9191 if buffer is empty.
9192
9193 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9194
9195 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9198
9199 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9200 non-preloaded variables.
9201
9202 2005-01-17 Steven Tamm <steventamm@mac.com>
9203
9204 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9205 tex-shell cause to force interactivity when using pipes.
9206
9207 2005-01-17 Kim F. Storm <storm@cua.dk>
9208
9209 * simple.el (just-one-space): Make arg optional.
9210
9211 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9212
9213 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9214 posn-at-x-y to t to access left-margin.
9215
9216 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9217
9218 Sync with Tramp 2.0.47.
9219
9220 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9221 catching keep-date problems in cp/scp operations.
9222 (tramp-handle-copy-file): Don't call `set-file-modes'
9223 unconditionally. Specialized functions should know better what is
9224 necessary. This improves performance a little bit, and the
9225 functions could catch errors with `cp -p' and `scp -p'.
9226 (tramp-do-copy-or-rename-file-via-buffer)
9227 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9228 when appropriate.
9229 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9230 Call `set-file-modes' when appropriate.
9231 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9232 Johnsson <isak@hypergene.com>
9233 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9234 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9235 <joakim@verona.se>
9236 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9237 Emacs only.
9238
9239 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9240 `find-file-hooks' and `dired-mode-hook'.
9241 (tramp-minor-mode-map): Respective map. Add remapping for
9242 `compile' and `recompile'.
9243 (tramp-remap-command, tramp-recompile): New defuns.
9244 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9245 in buffer "*Compilation*". Call the commands asynchronously.
9246
9247 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9248 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9249 `shell-command', because it isn't magic in XEmacs. Reported by
9250 Adrian Aichner <adrian@xemacs.org>.
9251
9252 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9253 `substitute-in-file-name.
9254 (tramp-smb-handle-substitute-in-file-name): New defun.
9255 (tramp-smb-advice-PC-do-completion): Delete advice.
9256
9257 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9258
9259 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9260 Fix error in deleting region.
9261
9262 2005-01-15 Richard M. Stallman <rms@gnu.org>
9263
9264 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9265 In non-temp buffer, switch syntax table temporarily.
9266
9267 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9268
9269 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9270
9271 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9272
9273 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9274 (imenu--generic-function): Use START, not BEG, as pos of definition.
9275
9276 * simple.el (just-one-space): Argument specifies number of spaces.
9277
9278 * simple.el (eval-expression-print-format): Avoid warning
9279 about edebug-active.
9280
9281 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9282
9283 * progmodes/sh-script.el: Code copied from make-mode.el
9284 with small changes,
9285 (sh-mode-map): Bind C-c C-\.
9286 (sh-backslash-column, sh-backslash-align): New variables.
9287 (sh-backslash-region, sh-append-backslash): New functions.
9288
9289 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9290
9291 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9292 (rmail-pop-password, rmail-pop-password-required): Move to
9293 rmail-obsolete group.
9294 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9295 All callers updated.
9296 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9297 Take an argument specifying whether it is POP or IMAP mailbox we
9298 are using. All callers updated.
9299 (rmail-pop-password-error): Rename to
9300 rmail-remote-password-error. Added mailutils-specific error message.
9301 (rmail-movemail-search-path)
9302 (rmail-movemail-variant-in-use): New variables.
9303 (rmail-remote-password, rmail-remote-password-required):
9304 New customization variables.
9305 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9306 (rmail-parse-url): New function.
9307 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9308 with GNU mailutils movemail.
9309
9310 2005-01-15 Kevin Ryde <user42@zip.com.au>
9311
9312 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9313 suffix to space, $ or '$, to correctly position point when going
9314 to @table style constants like DBL_MAX.
9315
9316 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9317
9318 * type-break.el (type-break-mode, type-break-file-time)
9319 (type-break-file-keystroke-count, type-break-choose-file):
9320 Don't store data in or load data from the file if type-break-file-name
9321 is nil.
9322 (type-break-file-name): Doc update as per the above.
9323
9324 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9325
9326 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9327 lookup-key might return nil; handle that.
9328
9329 2005-01-15 Alan Mackenzie <acm@muc.de>
9330
9331 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9332 rather than the element found, thus enabling the tree to be setcar'd.
9333
9334 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9335
9336 * textmodes/org.el (org-show-following-heading): New option.
9337 (org-show-hierarchy-above): Use `org-show-following-heading'.
9338 (org-cycle): Documentation fix.
9339
9340 * textmodes/org.el (orgtbl-optimized): New option
9341 (orgtbl-mode): New command, a minor mode.
9342 (orgtbl-mode-map): New variable.
9343 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9344 (orgtbl-error, orgtbl-self-insert-command)
9345 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9346
9347 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9348 a local variable in each org-mode buffer.
9349
9350 * textmodes/org.el (org-set-regexps-and-options): Rename from
9351 `org-set-regexps'. Added checking for STARTUP keyword.
9352 (org-get-current-options): Add STARTUP options.
9353 (org-table-insert-row): Make mode intelligent about when
9354 realignment is needed.
9355 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9356 New commands.
9357 (org-enable-table-editor): New default value `optimized'.
9358 (org-table-blank-field): Support blanking regions if active.
9359
9360 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9361
9362 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9363 if the year is not given.
9364
9365 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9366 Add new escapes %m and %M, fixed bug with %F by adding
9367 save-match-data.
9368 (reftex-reference): Remove ?. from list of spaces.
9369 (reftex-label-info): Add automatic label prefix recognition.
9370
9371 * textmodes/reftex-index.el (reftex-index-next-phrase):
9372 Add slave parameter to call of `reftex-index-this-phrase'.
9373 (reftex-index-this-phrase): New optional argument.
9374 (reftex-index-region-phrases): Add slave parameter to call of
9375 `reftex-index-this-phrase'.
9376 (reftex-display-index): New argument redo.
9377 (reftex-index-rescan): Add 'redo to arguments of
9378 `reftex-display-index'.
9379 (reftex-index-Rescan, reftex-index-revert)
9380 (reftex-index-switch-index-tag): Add 'redo to arguments of
9381 `reftex-display-index'.
9382 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9383 indexing. Fix bug with matching is there is a quote before or
9384 after the word.
9385
9386 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9387 Fix bug when collecting citation keys in lines with comments.
9388 (reftex-citation): Prefix argument no longer rescans the document,
9389 but forces prompting for optional arguments of cite macros.
9390 (reftex-do-citation): Prompting for optional arguments implemented.
9391
9392 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9393 Add optional arguments to most cite commands.
9394 (reftex-cite-cleanup-optional-args): New option
9395 (reftex-cite-prompt-optional-args): New option.
9396 (reftex-trust-label-prefix): New option.
9397
9398 * textmodes/reftex-toc.el (reftex-toc-find-section):
9399 Add push-mark before changing the position in the buffer.
9400
9401 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9402 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9403
9404 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9405
9406 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9407 more carefully.
9408
9409 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9412 (sgml-mode): Use it.
9413 (sgml-get-context): Better keep track of implicitly closed tags.
9414
9415 2005-01-13 Kenichi Handa <handa@m17n.org>
9416
9417 * textmodes/ispell.el: These changes are to fix misalignment error
9418 caused by equivalent characters of different Emacs charsets.
9419 (ispell-unified-chars-table): New variable.
9420 (ispell-get-decoded-string): New function.
9421 (ispell-get-casechars, ispell-get-not-casechars)
9422 (ispell-get-otherchars): Call ispell-get-decoded-string.
9423
9424 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9425
9426 * custom.el (custom-declare-variable): Just put symbol instead
9427 of (defvar . symbol) in `current-load-list'.
9428
9429 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9430
9431 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9432
9433 2005-01-12 Jay Belanger <belanger@truman.edu>
9434
9435 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9436 to create a Calc summary.
9437
9438 2005-01-12 Kim F. Storm <storm@cua.dk>
9439
9440 * mouse.el (mouse-on-link-p): Change functionality and doc
9441 string to comply with latest description in lisp ref.
9442
9443 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9444
9445 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9446 Enable mouse clicks on mode-line, header-line and margin.
9447 (event-type): Give mouse event symbols an 'event-kind property
9448 with value 'mouse-click.
9449
9450 2005-01-12 Juri Linkov <juri@jurta.org>
9451
9452 * facemenu.el (list-colors-display): Add new arg buffer-name.
9453 Use it. Fix docstring. Replace code for identifying duplicate
9454 colors by the name with call to `list-colors-duplicates' which
9455 identifies duplicate colors by the value unless the color
9456 is one of special Windows colors. Set truncate-lines to t.
9457 Print sorted duplicate color names on each line. Indent to 22
9458 \(the longest color name in rgb.txt) instead of 20. Optimize.
9459 (list-colors-duplicates): New function.
9460 (facemenu-color-name-equal): Delete function.
9461
9462 * facemenu.el (list-colors-print): New function created from code
9463 in list-colors-display. Print #RRGGBB at the window right edge.
9464 (list-colors-display): When temp-buffer-show-function is not
9465 defined, call list-colors-print from temp-buffer-show-hook
9466 to get the right value of window-width in list-colors-print
9467 after the buffer is displayed.
9468
9469 * simple.el (pop-mark): Move deactivate-mark out of conditional
9470 part to deactivate the active mark regardless of the state of the
9471 mark ring.
9472
9473 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9474 variables line in desktop files.
9475
9476 2005-01-12 Juri Linkov <juri@jurta.org>
9477
9478 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9479 Bring together isearch highlight related options.
9480 (lazy-highlight): Replace group `replace' by `matching'.
9481 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9482 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9483 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9484 and declare them obsolete.
9485 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9486 (isearch-faces): Remove defgroup.
9487 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9488 Move isearch highlighting code closer to lazy highlighting code.
9489
9490 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9491 (query-replace-highlight, query-replace-lazy-highlight)
9492 (query-replace): Move definitions to the beginning of the file.
9493
9494 2005-01-11 Juri Linkov <juri@jurta.org>
9495
9496 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9497 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9498 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9499
9500 * info.el (Info-history-forward): New variable.
9501 (Info-select-node): Reset Info-history-forward to nil.
9502 (Info-last): Turn into defalias.
9503 (Info-history-back): Rename from Info-last.
9504 Add current node to Info-history-forward.
9505 (Info-history-forward): New fun.
9506 (Info-mode-map): Replace Info-last by Info-history-back.
9507 Bind Info-history-forward to "r".
9508 (Info-mode-menu): Replace Info-last by Info-history-back.
9509 Fix menu item text. Add menu item for Info-history-forward.
9510 (info-tool-bar-map): Replace Info-last by Info-history-back.
9511 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9512 for Info-history-forward.
9513 (Info-mode): Replace Info-last by Info-history-back in docstring.
9514 Add local variable Info-history-forward.
9515 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9516
9517 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9520 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9521 Ignore select-window events rather than fiddle with
9522 mouse-autoselect-window.
9523
9524 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9525
9526 * type-break.el (type-break-mode): Fix previous change.
9527
9528 2005-01-10 Jay Belanger <belanger@truman.edu>
9529
9530 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9531 calculator; only reset when point is inside a calculator.
9532 Don't adjust the window height if the window takes up the whole height
9533 of the frame.
9534
9535 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9536
9537 * ebuff-menu.el (Electric-buffer-menu-mode):
9538 Preserve value of buffer-local var header-line-format.
9539
9540 2005-01-09 Jay Belanger <belanger@truman.edu>
9541
9542 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9543 Make sure settings file exists before accessing it.
9544
9545 * calc/calc-embed.el (calc-embedded-subst):
9546 Replace math-multi-subst-rec, which is only supposed to be called
9547 by math-multi-subst, by math-multi-subst.
9548
9549 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9550
9551 * vc.el (vc-allow-async-revert): New user option.
9552 (vc-disable-async-diff): New internal variable.
9553 (vc-revert-buffer): Use them to disable asynchronous diff.
9554
9555 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9556 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9557 asynchronously if vc-disable-async-diff is t.
9558
9559 2005-01-09 Jay Belanger <belanger@truman.edu>
9560
9561 * calc/calc.el (defcalcmodevar): New macro.
9562 (calc-mode-var-list-restore-default-values)
9563 (calc-mode-var-list-restore-saved-values): New functions.
9564 (calc-mode-var-list): Use defcalcmodevar to define it.
9565 (calc-always-load-extensions, calc-line-numbering)
9566 (calc-line-breaking, calc-display-just, calc-display-origin)
9567 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9568 (calc-group-char, calc-point-char, calc-frac-format)
9569 (calc-prefer-frac, calc-hms-format, calc-date-format)
9570 (calc-float-format, calc-full-float-format, calc-complex-format)
9571 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9572 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9573 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9574 (calc-matrix-brackets, calc-language, calc-language-option)
9575 (calc-left-label, calc-right-label, calc-word-size)
9576 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9577 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9578 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9579 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9580 (calc-window-height, calc-display-trail, calc-show-selections)
9581 (calc-use-selections, calc-assoc-selections)
9582 (calc-display-working-message, calc-auto-why, calc-timing)
9583 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9584 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9585 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9586 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9587 (calc-gnuplot-geometry, calc-graph-default-resolution)
9588 (calc-graph-default-resolution-3d, calc-invocation-macro)
9589 (calc-show-banner): Use defcalcmodevar to declare them and set
9590 their default values.
9591
9592 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9593 instead of default values (but restore default values if there is
9594 an argument of 0).
9595
9596 2005-01-09 David Kastrup <dak@gnu.org>
9597
9598 * desktop.el (desktop-restore-eager): Fix typo in type.
9599
9600 2005-01-08 Richard M. Stallman <rms@gnu.org>
9601
9602 * cus-edit.el (customize): Delete :link.
9603
9604 2005-01-08 Jay Belanger <belanger@truman.edu>
9605
9606 * calc/calc.el (calc-mode): Remove the extension from the
9607 `calc-settings-file' file name when loading it.
9608
9609 2005-01-08 Kim F. Storm <storm@cua.dk>
9610
9611 * info.el (Info-mode-map, Info-next-link-keymap)
9612 (Info-prev-link-keymap, Info-up-link-keymap):
9613 Map follow-link to mouse-face.
9614 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9615
9616 2005-01-08 Jay Belanger <belanger@truman.edu>
9617
9618 * calc/calc.el (calc-settings-file): Change default value.
9619 Suggested by cgw in a comment in calc-mode.el.
9620
9621 * calc/calc-mode.el (calc-settings-file-name):
9622 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9623 Replace ~/.emacs in a prompt by calc-settings-file.
9624
9625 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9626
9627 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9628 (desktop-lazy-idle-delay): New customizable variables.
9629 (desktop-buffer-args-list): New variable.
9630 (desktop-append-buffer-args): New function.
9631 (desktop-save): Call desktop-append-buffer-args for some buffers.
9632 (desktop-lazy-create-buffer): New function.
9633 (desktop-idle-create-buffers): New function.
9634 (desktop-read): Add message about buffers to restore lazily.
9635 (desktop-lazy-abort): New command.
9636 (desktop-clear): Call desktop-lazy-abort.
9637 (desktop-lazy-complete): New command.
9638
9639 2005-01-06 Richard M. Stallman <rms@gnu.org>
9640
9641 * emacs-lisp/find-func.el (find-face-definition):
9642 Rename from find-face.
9643
9644 2005-01-06 Kim F. Storm <storm@cua.dk>
9645
9646 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9647
9648 * man.el (Man-xref-man-page, Man-xref-header-file)
9649 (Man-xref-normal-file): Add follow-link property.
9650
9651 2005-01-06 Jay Belanger <belanger@truman.edu>
9652
9653 * calc/calc-units.el: Make sure the proper macro definitions are
9654 available when compiling.
9655
9656 2005-01-06 Juri Linkov <juri@jurta.org>
9657
9658 * isearch.el (isearch-lazy-highlight-update):
9659 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9660
9661 2005-01-06 Miles Bader <miles@gnu.org>
9662
9663 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9664 (isearch-lazy-highlight-face): Use new name.
9665
9666 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * uniquify.el (uniquify-rationalize-file-buffer-names):
9669 Re-add an interactive spec.
9670 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9671 to the same name.
9672
9673 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9674 (isearch-update, isearch-done): Adjust calls accordingly.
9675
9676 2005-01-05 Richard M. Stallman <rms@gnu.org>
9677
9678 * custom.el (custom-set-variables, custom-theme-set-variables):
9679 Clarify documentation.
9680
9681 * emacs-lisp/find-func.el (find-variable)
9682 (find-variable-other-window, find-variable-other-frame):
9683 Fix the TYPE args to find-function-read and find-function-do-it.
9684 (find-function): Doc fix.
9685 (find-function-at-point): Replace function-at-point alias.
9686
9687 2005-01-04 Richard M. Stallman <rms@gnu.org>
9688
9689 * cus-face.el (custom-declare-face):
9690 Record defface in current-load-list.
9691
9692 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9693
9694 * emacs-lisp/find-func.el: Doc fixes.
9695 (find-face-regexp): New variable.
9696 (find-function-regexp-alist): New variable.
9697 (find-function-C-source): Third arg is now TYPE.
9698 (find-function-search-for-symbol): Handle general TYPE.
9699 (find-function-read, find-function-do-it): Handle general TYPE.
9700 (find-definition-noselect, find-face): New functions.
9701 (function-at-point): Alias deleted.
9702
9703 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * battery.el (display-battery-mode): Rename from display-battery.
9706 Handle the case where it gets turned off.
9707
9708 2005-01-04 Richard M. Stallman <rms@gnu.org>
9709
9710 * cus-edit.el (customize): Make :link point to user doc.
9711
9712 * man.el (Man-fontify-manpage): Turn off undo generation.
9713
9714 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9715
9716 2005-01-04 Andreas Schwab <schwab@suse.de>
9717
9718 * files.el (insert-directory): Only look for error lines in
9719 inserted text. Don't move too far after processing --dired markers.
9720
9721 2005-01-04 Richard M. Stallman <rms@gnu.org>
9722
9723 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9724 Don't expand if the character is @, period, dash, etc.
9725 (define-mail-abbrev): Quote names that contain problem characters.
9726
9727 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9728
9729 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9730
9731 2005-01-03 Richard M. Stallman <rms@gnu.org>
9732
9733 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9734 (query-replace-highlight, query-replace-lazy-highlight)
9735 (query-replace): Definitions moved up. Doc fix.
9736
9737 2005-01-03 Richard M. Stallman <rms@gnu.org>
9738
9739 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9740 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9741 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9742 (lazy-highlight-face): Rename from isearch-lazy-...
9743 Change all references to them.
9744
9745 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9746
9747 * cus-edit.el (custom-file): Doc fix for defcustom.
9748 (custom-file): The function no longer sets the variable
9749 `custom-file' to its return value.
9750
9751 * startup.el (command-line): No longer load `custom-file'.
9752
9753 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9756
9757 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9758 Don't confuse module-prefixed identifiers for labels.
9759 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9760
9761 2005-01-02 Richard M. Stallman <rms@gnu.org>
9762
9763 * files.el (basic-save-buffer-1): Fix previous change.
9764
9765 * loadhist.el (file-loadhist-lookup): New function.
9766 (file-provides, file-requires): Use it.
9767
9768 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9769 instead of calculating the right size.
9770
9771 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9772
9773 * vc-svn.el (vc-svn-diff): Stay local if possible.
9774
9775 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9778
9779 * files.el (hack-local-variables): Fix last change.
9780
9781 2005-01-02 Jay Belanger <belanger@truman.edu>
9782
9783 * calc/calc-yank.el (calc-edit-top): New variable.
9784 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9785 object. Change header properties.
9786 (calc-edit-finish, calc-edit-finish-stack-object)
9787 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9788 edited object.
9789 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9790 for the beginning of the edited object.
9791 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9792 for the beginning of the edited object.
9793 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9794 (calc-finish-formula-edit, calc-macro-repeats)
9795 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9796 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9797 beginning of the edited object.
9798 (calc-user-define-edit): Change the header for editing macros.
9799 Remove unnecessary variable.
9800
9801 2005-01-01 Jay Belanger <belanger@truman.edu>
9802
9803 * calc/calc-yank.el (calc-edit-mode): Change default header.
9804 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9805 * calc/calc-store.el (calc-edit-variable): Change title to match new
9806 header.
9807 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9808 mode to match new header.
9809 (calc-user-define-edit): Change titles to include names of commands.
9810 (calc-finish-formula-edit): Adjust to handle new header.
9811 (calc-finish-macro-edit): Remove.
9812 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9813 (calc-edit-macro-command, calc-edit-macro-command-type)
9814 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9815 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9816 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9817 (calc-edit-macro-finish-edit): New functions.
9818 (calc-user-define-edit): Use new functions to edit named calc macros.
9819
9820 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9821
9822 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9823
9824 * ses.el (copy-region-as-kill): Deactivate mark.
9825
9826 2005-01-01 Richard M. Stallman <rms@gnu.org>
9827
9828 * replace.el (occur-1): If the output buffer is also an input,
9829 don't kill it, rename it.
9830
9831 * faces.el (set-face-background, set-face-foreground): Doc fix.
9832
9833 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9834 for :foreground and :background.
9835
9836 * dired.el (dired-view-command-alist): Variable deleted.
9837 (dired-view-file, dired-mouse-find-file-other-window):
9838 Delete the code to use it.
9839
9840 2005-01-01 Kim F. Storm <storm@cua.dk>
9841
9842 * image.el (insert-sliced-image): Use t for line-height property.
9843
9844 2004-12-31 Jay Belanger <belanger@truman.edu>
9845
9846 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9847 for "var-" at the beginning of the minibuffer.
9848
9849 2004-12-31 Richard M. Stallman <rms@gnu.org>
9850
9851 * faces.el (read-face-name):
9852 Don't treat an attribute spec as a list of faces.
9853
9854 * simple.el (undo): Use undo-equiv-table to detect
9855 unexpected changes since previous undo.
9856 (undo-list-saved): Variable deleted.
9857 (buffer-disable-undo): Don't alter undo-list-saved.
9858
9859 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9860 (mode-require-final-newline): New option.
9861 (after-find-file): Handle require-final-newline with new values.
9862 (basic-save-buffer): Handle new values of require-final-newline.
9863
9864 * progmodes/sh-script.el (sh-require-final-newline):
9865 Alist value now controls whether to use mode-require-final-newline.
9866 (sh-set-shell): Implement that new meaning.
9867
9868 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9869 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9870 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9871 Delete old-Emacs compatibility code.
9872 (antlr-c-common-init): Function deleted.
9873
9874 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9875 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9876 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9877 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9878 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9879 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9880 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9881 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9882 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9883 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9884 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9885 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9886 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9887 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9888 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9889 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9890
9891 2004-12-31 Jay Belanger <belanger@truman.edu>
9892
9893 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9894 way to return to Calc.
9895
9896 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9897 finish, C-xk as the way to cancel the edit. Add cancel routine to
9898 kill-buffer-hook.
9899
9900 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9901 MacEdit code.
9902
9903 * calc/calc-prog.el: Remove obsolete MacEdit code.
9904 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9905 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9906
9907 2004-12-31 Kenichi Handa <handa@m17n.org>
9908
9909 * international/mule.el (buffer-file-coding-system-explicit):
9910 Rename for explicit-buffer-file-coding-system.
9911 (after-insert-file-set-coding): Adjust for the above change.
9912
9913 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9914 to buffer-file-coding-system-explicit.
9915 (basic-save-buffer-1): Likewise.
9916
9917 2004-12-30 Richard M. Stallman <rms@gnu.org>
9918
9919 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9920 (artist-butlast, artist-last): Functions deleted.
9921 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9922 (artist-compute-key-compl-table): Call remq directly.
9923 (artist-remove-nulls): Function deleted.
9924 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9925 (artist-push, artist-pop): Macro deleted.
9926
9927 2004-12-30 Andreas Leue <al@sphenon.de>
9928
9929 * textmodes/artist.el (artist-version): 1.2.6
9930 (artist-prev-next-op-alist): New variable.
9931 (artist-select-next-op-in-list): New function.
9932 (artist-select-prev-op-in-list): New function.
9933 (artist-make-prev-next-op-alist): New function.
9934 (artist-is-in-op-list-p): New function.
9935 (artist-get-first-non-nil-op): New function.
9936 (artist-get-last-non-nil-op): New function.
9937 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9938 artist-prev-next-op-alist.
9939 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9940 change drawing operation.
9941
9942 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9943
9944 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9945
9946 2004-12-31 Masatake YAMATO <jet@gyve.org>
9947
9948 * server.el (server-process-filter): Suppress `error', too.
9949
9950 2004-12-30 Jay Belanger <belanger@truman.edu>
9951
9952 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9953 Change the way a variable is displayed in a message.
9954
9955 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9956 (calc-user-define-permanent, calc-execute-kbd-macro):
9957 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9958
9959 2004-12-30 Kenichi Handa <handa@m17n.org>
9960
9961 * files.el (basic-save-buffer-1):
9962 Set explicit-buffer-file-coding-system to last-coding-system-used.
9963 (revert-buffer): Pay attention to
9964 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9965 on bind coding-system-for-read.
9966
9967 * international/mule.el (explicit-buffer-file-coding-system):
9968 New buffer local variable.
9969 (after-insert-file-set-coding): Set it to coding-system-for-read.
9970
9971 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9972
9973 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9974
9975 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9976
9977 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9978 that include line numbers.
9979
9980 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9981
9982 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9983 Redundant variable PREFIXLEN removed.
9984
9985 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9986
9987 * eshell/em-hist.el (eshell-previous-matching-input):
9988 Start the deletion from the end of the output.
9989
9990 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9991
9992 * term/mac-win.el: Require x-dnd.
9993 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9994
9995 2004-12-29 David Kastrup <dak@gnu.org>
9996
9997 * international/mule.el (decode-coding-inserted-region):
9998 Don't barf if `buffer-undo-list' is already set to `t'.
9999
10000 2004-12-29 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calc-prog.el (calc-user-define-formula): Put default values
10003 for function names in prompts.
10004 (calc-user-define-permanent, calc-user-define-composition)
10005 (calc-user-define-formula): Remove the need for "calcFunc-" in the
10006 default input for algebraic functions.
10007
10008 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
10009
10010 * vc-rcs.el (vc-rcs-annotate-command):
10011 Fix omission bug: Call `vc-setup-buffer'.
10012
10013 2004-12-29 Kenichi Handa <handa@m17n.org>
10014
10015 * international/mule.el (recode-region): New function.
10016
10017 2004-12-28 Richard M. Stallman <rms@gnu.org>
10018
10019 * simple.el (undo-extra-outer-limit): New variable.
10020 (undo-outer-limit-truncate): Test and set it.
10021
10022 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10023 enables the feature to extend the existing region.
10024
10025 * simple.el (mark-word): New arg ALLOW-EXTEND
10026 enables the feature to extend the existing region.
10027
10028 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10029 enables the feature to extend the existing region.
10030
10031 * startup.el (site-run-file): Don't allow setting it with Custom.
10032
10033 * simple.el (buffer-disable-undo): Fix previous change.
10034
10035 2004-12-27 Masatake YAMATO <jet@gyve.org>
10036
10037 * hexl.el (hexlify-buffer): Remove fontification here.
10038 Use font lock mechanism instead.
10039 (hexl-font-lock-keywords): New font lock kewords.
10040 (hexl-mode-old-font-lock-keywords): New variable.
10041 (hexl-mode): Store the old font lock keywords.
10042 (hexl-mode-exit): Restore the old font lock keywords.
10043
10044 2004-12-27 Richard M. Stallman <rms@gnu.org>
10045
10046 * simple.el (undo): Fix previous change.
10047
10048 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10049
10050 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10051 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10052 Call x-open-connection on Mac OS X.
10053
10054 2004-12-27 Richard M. Stallman <rms@gnu.org>
10055
10056 * files.el (buffer-save-without-query): New var (buffer-local).
10057 (save-some-buffers): Save those buffers first, w/o asking.
10058
10059 * files.el (insert-directory-ls-version): New variable.
10060 (insert-directory): When ls returns an error, test the version
10061 number to decide what the return code means.
10062 With --dired output format, detect and distinguish lines
10063 that are really error messages.
10064 (insert-directory-adj-pos): New function.
10065
10066 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10067
10068 * battery.el (battery-mode-line-format): Remove initial spaces.
10069
10070 * uniquify.el (uniquify-rationalize-file-buffer-names):
10071 Delete interactive spec.
10072
10073 * type-break.el (type-break-mode): Set buffer-save-without-query.
10074 Remove code that tried to set save-some-buffers-always.
10075 (type-break-file-keystroke-count): Bind deactivate-mark.
10076
10077 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10078
10079 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10080 Test that the buffer is live, and maybe reject current buffer too.
10081 Clarify.
10082 (next-error-find-buffer): Rewrite for clarity.
10083
10084 * loadup.el: Don't use buffer-disable-undo; do it directly.
10085
10086 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10087 (describe-variable): Call symbol-file with `defvar'.
10088
10089 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10090 (symbol-file): Rewritten to handle new load-history format.
10091 Now takes an arg TYPE to specify looking for a particular
10092 type of definition only.
10093
10094 * emacs-lisp/debug.el (debugger-make-xrefs):
10095 Call symbol-file with `defun'.
10096
10097 * emacs-lisp/find-func.el (find-function-noselect):
10098 Call symbol-file with `defun'.
10099 (find-variable-noselect): Call symbol-file with `defvar'.
10100
10101 * eshell/esh-cmd.el (eshell-find-alias-function):
10102 Call symbol-file with `defun'.
10103
10104 * eshell/esh-test.el (eshell-test-goto-func):
10105 Call symbol-file with `defun'.
10106
10107 * mail/rmail.el (rmail-resend):
10108 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10109
10110 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10111
10112 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10113
10114 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10115 Call buffer-disable-undo.
10116
10117 * simple.el (undo-list-saved): New variable (buffer-local).
10118 (undo): Set and test it.
10119 (buffer-disable-undo): Move here from buffer.c.
10120 Clear out undo-list-saved.
10121
10122 * international/mule.el (decode-coding-inserted-region):
10123 Set buffer-undo-list in a correct and optimal way.
10124
10125 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10126 (cperl-font-lock-unfontify-region-function): No need to save and
10127 restore info, since font-lock.el does it for us.
10128
10129 * ansi-color.el (save-buffer-state): Definition deleted.
10130 (ansi-color-unfontify-region): Don't use save-buffer-state.
10131
10132 2004-12-27 Dave Love <fx@gnu.org>
10133
10134 * wid-edit.el (function): Use restricted-sexp as parent.
10135
10136 2004-12-27 Kevin Ryde <user42@zip.com.au>
10137
10138 * simple.el (next-matching-history-element): Use same
10139 `interactive' form as previous-matching-history-element.
10140
10141 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10142 it can appear unencoded and has been seen from yahoo.
10143
10144 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10145
10146 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10147 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10148
10149 2004-12-27 Kenichi Handa <handa@m17n.org>
10150
10151 * international/utf-8.el (utf-translate-cjk-load-tables):
10152 Bind coding-system-for-read to nil while loading subst-*.
10153
10154 2004-12-26 Jay Belanger <belanger@truman.edu>
10155
10156 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10157 default input.
10158
10159 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10160
10161 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10162 before reverting and disable undo recording while reverting.
10163
10164 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10165
10166 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10167 (hs-make-overlay): New function.
10168 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10169 (hs-flag-region): Delete function.
10170 (hs-hide-comment-region): No longer use `hs-flag-region'.
10171 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10172 (hs-hide-block-at-point): Likewise.
10173 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10174 (hs-hide-all, hs-show-all): Likewise.
10175 (hs-show-block): Likewise.
10176 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10177
10178 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10179
10180 * progmodes/hideshow.el: Require `cl' when compiling.
10181 Remove XEmacs and Emacs 19 compatibility.
10182 Use `dolist' and `add-to-list' for load-time actions.
10183 (hs-discard-overlays): Use `dolist'.
10184 (hs-show-block): Likewise.
10185
10186 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10187
10188 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10189
10190 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10191
10192 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10193 When extending backwards, move outside the current comment first.
10194
10195 2004-12-22 Kenichi Handa <handa@m17n.org>
10196
10197 * international/quail.el (quail-start-translation): Fix prompt
10198 string for the case if input-method-use-echo-area being non-nil.
10199 (quail-start-conversion): Likewise.
10200 (quail-show-guidance): Don't show guidance if
10201 input-method-use-echo-area is non-nil.
10202
10203 2004-12-21 Richard M. Stallman <rms@gnu.org>
10204
10205 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10206
10207 2004-12-21 Markus Rost <rost@ias.edu>
10208
10209 * calendar/diary-lib.el (mark-diary-entries):
10210 Set mark-diary-entries-in-calendar only after checking for diary-file.
10211
10212 2004-12-21 Richard M. Stallman <rms@gnu.org>
10213
10214 * faces.el (escape-glyph): Use blue against light foreground.
10215
10216 * simple.el (undo-outer-limit-truncate): New function.
10217 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10218
10219 2004-12-21 Eli Barzilay <eli@barzilay.org>
10220
10221 * calculator.el (calculator-radix-grouping-mode)
10222 (calculator-radix-grouping-digits)
10223 (calculator-radix-grouping-separator):
10224 New defcustoms for the new radix grouping mode functionality.
10225 (calculator-mode-hook): Now used in electric mode too,
10226 (calculator): Call it.
10227 (calculator-mode-map): Some new keys.
10228 (calculator-message): New function. Some new calls.
10229 (calculator-op, calculator-set-register): Use it.
10230 (calculator-string-to-number): New function, mostly moved and
10231 updated code from calculator-curnum-value.
10232 (calculator-curnum-value): Use it.
10233 (calculator-paste): Use it, and update grabbing the current-kill.
10234 (calculator-rotate-displayer)
10235 (calculator-rotate-displayer-back): Toggle digit grouping when
10236 in radix mode, use calculator-message.
10237 (calculator-displayer-prev, calculator-displayer-next):
10238 Change digit group size when in radix mode.
10239 (calculator-number-to-string): Rename from
10240 calculator-num-to-string. Now deals with digit grouping in
10241 radix mode.
10242 (calculator-update-display, calculator-put-value): Use the new name.
10243 (calculator-fact): Return a floating point number.
10244 (calculator-mode): Doc fix.
10245
10246 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10247
10248 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10249 * calendar/diary-lib.el (view-other-diary-entries):
10250 Use current-prefix-arg in interactive spec.
10251
10252 2004-12-19 Jay Belanger <belanger@truman.edu>
10253
10254 * calc/calc-aent.el (calcAlg-blank-matching-open):
10255 Temporarily adjust the syntax of both delimiters of half-open intervals.
10256
10257 2004-12-19 Kim F. Storm <storm@cua.dk>
10258
10259 * mouse.el (mouse-1-click-follows-link): Doc fix.
10260
10261 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10262
10263 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10264 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10265 instead of centraleuropean as the name
10266
10267 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10268
10269 Sync with Tramp 2.0.46.
10270
10271 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10272 parameters wrt Tramp convention.
10273 (tramp-handle-file-attributes-with-perl)
10274 (tramp-handle-directory-files-and-attributes): Apply it.
10275 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10276 `copy-program'. Reported by Zack Weinberg
10277 <zack@codesourcery.com>.
10278 (top): Set `edebug-form-spec' property directly rather than
10279 calling `def-edebug-spec'.
10280
10281 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10282 advice less fragile. Surround temporary redefinition of
10283 `substitute-in-file-name' with `unwind-protect'. Suggested by
10284 Matt Hodges <MPHodges@member.fsf.org>.
10285
10286 2004-12-17 Juri Linkov <juri@jurta.org>
10287
10288 * replace.el (occur-accumulate-lines, occur-engine):
10289 Make forcing deferred font-lock fontification jit-specific.
10290
10291 2004-12-17 Kim F. Storm <storm@cua.dk>
10292
10293 * mouse.el (mouse-1-click-follows-link): New defcustom.
10294 (mouse-on-link-p): New function.
10295 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10296 functionality. Map a mouse-1 click event into a mouse-2 (or
10297 other) event when position is inside a link.
10298
10299 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10300 prefix in tooltip text with "mouse-1" when this is a link
10301 recognized by mouse-1-click-follows-link functionality.
10302
10303 * help.el (describe-key): Report effective and original binding
10304 for mouse-1 when clicked on a link.
10305 (describe-mode): Add follow-link property to "minor-mode" button.
10306
10307 * help-fns.el (describe-variable): Add follow-link property to
10308 "below" button.
10309
10310 * help-mode.el (help-xref): Add follow-link property.
10311
10312 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10313 (apropos-command, apropos-variable, apropos-face, apropos-group)
10314 (apropos-widget, apropos-plist): Add follow-link property.
10315
10316 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10317 checks if position is in a filename, rather than some other
10318 clickable item. Function looks for cvs-filename-face at position.
10319
10320 * wid-edit.el (widget-specify-field, widget-specify-button):
10321 Map a :follow-link keyword into a follow-link property.
10322 (link): Add :follow-link keyword, map to RET binding.
10323
10324 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10325
10326 * progmodes/compile.el (compilation-minor-mode-map)
10327 (compilation-button-map, compilation-mode-map): Likewise.
10328
10329 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10330
10331 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10332 (zone-replace-char): Take `count' and `del-count'
10333 instead of `direction'. Update callers. When `del-count' is
10334 non-nil, delete that many characters, otherwise `count' characters
10335 backwards. Insert the newly-replaced string `count' times.
10336 (zone-fret): Handle chars w/ width greater than one.
10337 (zone-fall-through-ws): No longer take window width `ww'.
10338 Update callers. Add handling for `char-width' greater than one.
10339 (zone-pgm-drip): Update var holding window-end position every cycle.
10340
10341 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10342
10343 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10344 rather than insert-file.
10345
10346 2004-12-16 Jay Belanger <belanger@truman.edu>
10347
10348 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10349 (math-init-random-base, math-random-digit): Check to see if
10350 var-RandSeed is bound.
10351 (math-random-last): Declare it.
10352 (math-random-digit): Don't make math-random-last local.
10353
10354 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10355
10356 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10357 one-shot thunk for uniform (error, quit, normal) recovery.
10358 Reported by John Paul Wallington.
10359 (zone-pgm-random-life): Fix bug:
10360 Recognize empty initial field by lack of "@" chars.
10361
10362 2004-12-16 Juri Linkov <juri@jurta.org>
10363
10364 * help.el (function-called-at-point):
10365 * help-fns.el (variable-at-point): As a last resort try stripping
10366 non-word prefixes and suffixes.
10367
10368 * descr-text.el (describe-property-list): Don't treat syntax-table
10369 specially. Use describe-text-sexp which inserts [show] button
10370 for large objects and handles printing errors. Sort properties
10371 by names in alphabetical order instead of by value sizes.
10372 Add `mouse-face' to list of properties for `describe-face' widget.
10373 (describe-char): Mask out face-id from 19 bits of character.
10374 Print face-id separately.
10375
10376 * replace.el (occur-accumulate-lines, occur-engine):
10377 Fontify unfontified matching lines in the source buffer
10378 before copying them.
10379 (occur-engine): Don't put mouse-face on context lines.
10380 (occur-next-error): Set point to line beginning/end
10381 before searching for prev/next property to skip multiple
10382 matches on a line (not supported by occur engine).
10383 Remove redundant prefix-numeric-value.
10384
10385 2004-12-15 Juri Linkov <juri@jurta.org>
10386
10387 * replace.el (match): New face.
10388 (list-matching-lines-face): Change default from `bold' to `match'.
10389
10390 * progmodes/grep.el (grep-match-face): New defvar.
10391 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10392 compilation-column-face to highlight grep matches.
10393
10394 * apropos.el (apropos-match-face): Change default from
10395 `secondary-selection' to `match'.
10396
10397 * info-look.el (info-lookup-highlight-face): Change default from
10398 `highlight' to `match'.
10399
10400 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10401
10402 * progmodes/executable.el (executable-interpret): Eliminate
10403 obsolete compile-internal, and switch to comint for interaction.
10404
10405 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10406
10407 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10408 `&&' when skipping multiple statements on a line.
10409
10410 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10411
10412 * play/zone.el (zone): Set `truncate-lines'.
10413 Also, init `tab-width' with value from original buffer.
10414 (zone-shift-up): Rewrite for speed.
10415 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10416 (zone-pgm-jitter): Remove redundant entries from ops vector.
10417 (zone-exploding-remove): Reduce iteration count.
10418 (zone-cpos): Convert to defsubst.
10419 (zone-replace-char): New defsubst.
10420 (zone-park/sit-for): Likewise.
10421 (zone-fret): Take window-start arg.
10422 Update callers. Use `zone-park/sit-for'.
10423 (zone-fill-out-screen): Rewrite.
10424 (zone-fall-through-ws): Likewise. Update callers.
10425 (zone-pgm-drip): Use `zone-replace-char'.
10426 Move var inits before while-loop. Use `zone-park/sit-for'.
10427 (zone-pgm-random-life): Handle empty initial field.
10428 Use `zone-replace-char' and `zone-park/sit-for'.
10429
10430 2004-12-15 Juri Linkov <juri@jurta.org>
10431
10432 * isearch.el (isearch-update): Test isearch-lazy-highlight
10433 before calling isearch-lazy-highlight-new-loop.
10434 (isearch-lazy-highlight-new-loop):
10435 Don't test isearch-lazy-highlight.
10436
10437 * replace.el (perform-replace): Add isearch-case-fold-search.
10438 Use delimited-flag for isearch-regexp.
10439 Reset isearch-lazy-highlight-last-string to force lazy
10440 highlighting when called from isearch mode.
10441 (query-replace-highlight): Revert defcustom type to boolean.
10442 (query-replace-lazy-highlight): New defcustom.
10443 (query-replace): New face.
10444 (perform-replace, replace-highlight, replace-dehighlight):
10445 Test query-replace-lazy-highlight instead of special value
10446 `isearch' of query-replace-highlight.
10447 (replace-dehighlight): Don't call isearch-dehighlight.
10448 (replace-highlight): Don't call isearch-highlight.
10449 Use face `query-replace' unconditionally.
10450
10451 2004-12-14 Kim F. Storm <storm@cua.dk>
10452
10453 * simple.el (inhibit-mark-movement): Remove defvar.
10454 (beginning-of-buffer, end-of-buffer): Don't use it.
10455
10456 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10457 Don't use inhibit-mark-movement.
10458
10459 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10460 (cua--undo-push-mark): Remove.
10461 (cua--pre-command-handler, cua--post-command-handler):
10462 Don't fiddle with inhibit-mark-movement.
10463
10464 2004-12-14 Juri Linkov <juri@jurta.org>
10465
10466 * buff-menu.el (list-buffers-noselect): Collect internal info
10467 for every buffer in BUFFER-LIST arg too.
10468 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10469 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10470 Bind same-window-buffer-names and same-window-regexps to nil.
10471
10472 2004-12-13 Juri Linkov <juri@jurta.org>
10473
10474 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10475
10476 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10477 (sc-cite-region, sc-uncite-region, sc-recite-region):
10478 Fix previous change to handle not alist as a symbol, but
10479 a citation frame as a symbol that represents a variable name.
10480
10481 2004-12-13 Richard M. Stallman <rms@gnu.org>
10482
10483 * filecache.el (file-cache-add-directory-using-find):
10484 Only set up file-cache-find-command-posix-flag if we will use it.
10485
10486 * bindings.el (mode-line-buffer-identification-keymap):
10487 Don't cancel the mode-line's usual down-mouse-1 binding.
10488
10489 * cus-edit.el (custom-face-selected): Handle `default' specs.
10490 (custom-face-edit): Increase extra-offset.
10491 (custom-display): Handle `default' specs.
10492
10493 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10494
10495 * emacs-lisp/elint.el (elint-standard-variables)
10496 (elint-unknown-builtin-args): Move definitions up.
10497
10498 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10499
10500 * info.el (info-xref-visited): Use `default' instead of t.
10501 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10502
10503 * faces.el (header-line, mode-line-inactive, tool-bar):
10504 Use `default' instead of t for setting the defaults.
10505 (face-spec-choose): Separate `t' from `default'.
10506
10507 * subr.el (while-no-input): New macro.
10508
10509 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10510
10511 * filecache.el (file-cache-add-directory-using-find):
10512 Only test file-cache-find-command-posix-flag on some systems.
10513
10514 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10517 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10518 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10519 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10520 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10521
10522 2004-12-12 Juri Linkov <juri@jurta.org>
10523
10524 * files.el (find-file-other-window, find-file-other-frame):
10525 Add the first buffer to the returned value to return the complete
10526 list of all visited buffers.
10527 (find-file-read-only, find-file-read-only-other-window)
10528 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10529 `find-file-read-args'. Signal an error about non-existent file
10530 only if file name doesn't contain wildcards. Toggle read-only in
10531 all visited buffers.
10532 (find-alternate-file, find-alternate-file-other-window):
10533 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10534 called interactively. Pass arg `wildcards' to other functions.
10535 (find-file-noselect): Doc fix.
10536
10537 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10538 Doc fix.
10539 (ffap-directory-finder): New variable.
10540 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10541 (ffap-file-at-point): Add /* to immediately rejected names.
10542 Return absolute file names matching ffap-dired-wildcards.
10543 (ffap-read-file-or-url): Set default value for `completing-read'
10544 to `buffer-file-name'.
10545 (find-file-at-point): When filename matches ffap-dired-wildcards,
10546 call ffap-file-finder with t arg `wildcards', instead of dired.
10547 (ffap-other-window, ffap-other-frame): Return visited buffers.
10548 (ffap-read-only, ffap-read-only-other-window)
10549 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10550 (dired-at-point): Call ffap-directory-finder instead of dired.
10551 (ffap-dired-other-window, ffap-dired-other-frame)
10552 (ffap-list-directory): New commands.
10553 (ffap-bindings): New keybindings for new commands.
10554
10555 2004-12-12 Juri Linkov <juri@jurta.org>
10556
10557 * simple.el (beginning-of-buffer, end-of-buffer):
10558 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10559 Do not push mark when mark is active in transient-mark-mode.
10560
10561 * simple.el (mark-word):
10562 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10563 * textmodes/paragraphs.el (mark-paragraph):
10564 Extend the region when mark is active in transient-mark-mode,
10565 regardless of the last command. Doc fix.
10566
10567 * simple.el (mark-word): Preserve direction when repeating.
10568 Make arg optional. Interactive "p" -> "P".
10569 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10570
10571 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10572 preserving direction, to mark forward instead of backward when mark
10573 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10574
10575 2004-12-12 Juri Linkov <juri@jurta.org>
10576
10577 * isearch.el (isearch-edit-string): Set 7th arg of
10578 `read-from-minibuffer' to `t' to inherit the current input
10579 method (whose name is indicated by [IM] in the minibuffer prompt)
10580 from the current buffer to the minibuffer.
10581 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10582 to allow C-g quitting for lazy highlighting looping inside the
10583 search with nested repetition operators. Add overlay to the list
10584 before setting its face and other properties to avoid the case of
10585 code quitting after placing the new overlay but before it's
10586 recorded on the list. Select the window where isearch was
10587 activated, to highlight matches in the right window when isearch
10588 switches the current window to the minibuffer.
10589
10590 * international/isearch-x.el
10591 (isearch-process-search-multibyte-characters):
10592 Use `isearch-message' as initial input for `read-string' instead
10593 of adding it to the minibuffer prompt. After reading a string
10594 remove the initial value of `isearch-message' from the string.
10595
10596 * replace.el (replace-match-maybe-edit): Doc fix.
10597 (perform-replace): Don't call `replace-highlight' when automatic
10598 replacement is requested in literal mode, since it is intended
10599 only to highlight words during entering a new replacement string
10600 for \? in non-literal mode.
10601
10602 * replace.el (query-replace-highlight): Add new value `isearch'
10603 that allows query replacement to use isearch highlighting.
10604 Change type from `boolean' to `choice'. Doc fix.
10605 (replace-highlight, replace-dehighlight, perform-replace):
10606 Use isearch highlighting if query-replace-highlight eq `isearch'.
10607
10608 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10609
10610 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10611 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10612
10613 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10614 case of \end{verbatim}.
10615
10616 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10617
10618 * term.el (term-termcap-format): Synchronize with terminfo.
10619 (term-emulate-terminal): Handle reset.
10620 (term-reset-terminal): New function.
10621
10622 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10623
10624 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10625 (zone-fill-out-screen): New func.
10626 (zone-pgm-drip): Use `zone-fill-out-screen'.
10627 Also, no longer go to point-min on every cycle.
10628 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10629 (zone-pgm-random-life-wait): New user var.
10630 (zone-pgm-random-life): New func.
10631
10632 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10633
10634 * files.el (auto-mode-alist): Map .com to DCL mode.
10635
10636 2004-12-09 Richard M. Stallman <rms@gnu.org>
10637
10638 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10639
10640 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10641
10642 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10643 buffer with a display margin.
10644
10645 2004-12-08 Jay Belanger <belanger@truman.edu>
10646
10647 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10648 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10649
10650 2004-12-08 Richard M. Stallman <rms@gnu.org>
10651
10652 * faces.el: Delete code to set display table.
10653 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10654
10655 2004-12-08 Jay Belanger <belanger@truman.edu>
10656
10657 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10658
10659 * calc/calc-ext.el (math-read-replacement-list)
10660 (math-read-superscripts, math-read-preprocess-string): Move to
10661 calc-aent.el.
10662
10663 * calc/calc-aent.el (math-read-replacement-list)
10664 (math-read-superscripts, math-read-preprocess-string): Move from
10665 calc-ext.el.
10666
10667 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * isearch.el (isearch-quote-char): Fix up typo in last change.
10670
10671 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10672
10673 * mouse.el (mouse-set-font): Handle the case where the command was
10674 not invoked using the mouse.
10675
10676 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10677 (edmacro-finish-edit): Further update for keyboard macros that are
10678 lambda forms.
10679 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10680
10681 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10684 (font-lock-default-unfontify-region): Don't save buffer state any more.
10685
10686 2004-12-07 Jay Belanger <belanger@truman.edu>
10687
10688 * calc/calc-help.el (calc-describe-key):
10689 Set calc-summary-indentation even when Calc Summary buffer exists.
10690
10691 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10692
10693 * calendar/holidays.el (holiday-easter-etc): Make arguments
10694 optional for backwards compatibility. Doc fix.
10695 Remove un-necessary local vars mandatory, output-list.
10696 (holiday-advent): Make arguments optional for backwards
10697 compatibility. Doc fix.
10698
10699 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * paren.el (show-paren-function): Fix last change (2004-12-02).
10702
10703 * international/mule-util.el (char-displayable-p): Return nil for
10704 unibyte mode.
10705
10706 * subr.el (subregexp-context-p): New function.
10707
10708 * isearch.el (isearch-quote-char): Use it.
10709
10710 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10711 (regexp-opt-not-groupie*-re): Remove.
10712 (regexp-opt): Properly handle inputs with duplicate entries.
10713
10714 2004-12-06 Richard M. Stallman <rms@gnu.org>
10715
10716 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10717
10718 * cus-edit.el (custom-file): Doc fix.
10719
10720 * textmodes/org.el: New file.
10721
10722 2004-12-06 Kenichi Handa <handa@m17n.org>
10723
10724 * ldefs-boot.el: Update international/mule-util.el section.
10725
10726 2004-12-05 Sam Steingold <sds@gnu.org>
10727
10728 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10729 Fix `tramp-time-diff' comparison logic.
10730
10731 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10732
10733 * progmodes/which-func.el (which-function):
10734 Use `run-hook-with-args-until-success' instead of a custom loop.
10735 Fixes bug with local hooks.
10736
10737 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10738
10739 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10740 Use delete-dups when calculating the initial value.
10741 (bibtex-autokey-get-title): Use <=.
10742 (bibtex-goto-line): New function.
10743 (bibtex-reposition-window): Use line numbers instead of point
10744 positions. Use window-body-height.
10745 (bibtex-find-crossref): Use bibtex-reposition-window.
10746 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10747 position of entry if key is found or nil if not found.
10748
10749 2004-12-05 Richard M. Stallman <rms@gnu.org>
10750
10751 * cus-edit.el (custom-file): Doc fix.
10752
10753 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10754
10755 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * simple.el (blink-matching-open):
10758 * textmodes/tex-mode.el (tex-validate-region):
10759 Obey syntax-table text properties.
10760
10761 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10762
10763 * wid-edit.el (widget-specify-field): Add `real-field' property to
10764 boundary.
10765 (widget-field-at): Use it.
10766
10767 2004-12-02 Richard M. Stallman <rms@gnu.org>
10768
10769 * progmodes/cc-mode.el (awk-mode autoload):
10770 Supply t meaning interactive function.
10771
10772 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10773 (isearch-mode-map): No special definition for space.
10774 (isearch-whitespace-chars): Command deleted.
10775 (isearch-forward-regexp): Doc fix.
10776 (isearch-quote-char): When a space is not inside brackets,
10777 use `[ ]' instead of just space.
10778 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10779
10780 * imenu.el (imenu--generic-function): Delete code to exclude
10781 matches in comments.
10782
10783 * man.el (Man-reverse-face): Change default to `highlight'.
10784
10785 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10786 (occur-engine): Use `face' prop rather than `font-lock-face'
10787 when specifying use of `match-face'.
10788 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10789
10790 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10791
10792 * add-log.el (add-log-current-defun): Handle the case where point
10793 is in the header part of a DEFUN construct.
10794
10795 2004-12-02 Dave Love <fx@gnu.org>
10796
10797 * progmodes/python.el (python-font-lock-syntactic-keywords):
10798 Fix previous change.
10799
10800 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10801
10802 * paren.el (show-paren-function): Check for matching chars
10803 specified by text props.
10804
10805 2004-12-02 Jay Belanger <belanger@truman.edu>
10806
10807 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10808 when reading a new key sequence.
10809
10810 2004-12-02 Kim F. Storm <storm@cua.dk>
10811
10812 * faces.el (escape-glyph): Rename from glyph.
10813 (standard-display-table): Set it here. Add escape-glyph face to
10814 extra slot characters.
10815
10816 * disp-table.el: Undo 2004-12-01 change. Display table is now
10817 setup in faces.el.
10818
10819 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10820
10821 * xml.el (xml-parse-dtd): Don't show validity messages when
10822 xml-validating-parser is nil.
10823 (xml-substitute-special): Fix validity error messages to
10824 actually show the unexpandable entity. Added validity error if &
10825 isn't followed by an entity.
10826 (xml-parse-tag): Concatenate any string following the a
10827 <![CDATA[]]> section to the parsed CDATA.
10828 (xml-parse-dtd): Skip parameter entity declarations and use of
10829 parameter entities.
10830
10831 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10832
10833 * kmacro.el (kmacro-default-counter-format): New var.
10834 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10835 (kmacro-display): Remove `nil' from `and' form. Delete call to
10836 `format' inside `message'.
10837 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10838
10839 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * pcvs.el (cvs-header-msg): New function.
10842 (cvs-update-header): Use it. Change calling convention.
10843 Correctly handle the case of having simultaneous active processes.
10844 (cvs-sentinel): Don't call cvs-update-header any more.
10845 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10846
10847 2004-12-01 Jay Belanger <belanger@truman.edu>
10848
10849 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10850 Change message.
10851
10852 2004-12-01 Juri Linkov <juri@jurta.org>
10853
10854 * progmodes/prolog.el (prolog-mode-variables):
10855 Fix imenu-generic-expression.
10856
10857 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10858
10859 * faces.el (glyph): New face.
10860
10861 * disp-table.el: Add an autoloaded table, that doesn't require
10862 this library, with glyph face.
10863
10864 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10865 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10866 (conf-quote-normal): Allow normalizing only ' or ".
10867 (conf-mode): Regexp-quote constructed comment-start and don't
10868 match section {} where "name" contains braces.
10869
10870 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10871 files.
10872
10873 2004-12-01 Kenichi Handa <handa@m17n.org>
10874
10875 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10876 (x-select-text): Don't treat eight-bit-control/graphic chars
10877 specially. Store the encoded text in the X cut buffer.
10878 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10879 with x-last-selected-text-cut-encoded.
10880
10881 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10884
10885 2004-11-30 Markus Rost <rost@ias.edu>
10886
10887 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10888 AUCTeX.
10889
10890 2004-11-30 Jay Belanger <belanger@truman.edu>
10891
10892 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10893 on signs of intervals.
10894 (math-pow-of-zero): Strengthen checks for positive and negative
10895 exponents.
10896
10897 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10898 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10899 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10900 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10901 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10902 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10903 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10904 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10905 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10906 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10907 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10908 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10909 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10910 with provide statements.
10911
10912 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10913
10914 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10915
10916 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10917 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10918 functions by require statements.
10919 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10920
10921 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10922 (calc-gnuplot-print): Give them values.
10923
10924 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10925 autoloads.
10926 Add calc-do-embedded-activate to autoloads.
10927 (calc-gnuplot-name, calc-gnuplot-plot-command)
10928 (calc-gnuplot-print-command): Move them to calc-graph.el.
10929
10930 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10931
10932 * term/mac-win.el (ccl-encode-mac-roman-font)
10933 (ccl-encode-mac-cyrillic-font)
10934 (ccl-encode-mac-centraleuropean-font, encoder-list)
10935 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10936 Support Cyrillic, CentralEuropean, and Dingbat font display
10937
10938 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10939
10940 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10941
10942 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10943 still nil.
10944
10945 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10946
10947 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10948 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10949
10950 2004-11-29 Jay Belanger <belanger@truman.edu>
10951
10952 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10953 cases of the base and exponent.
10954
10955 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10956
10957 * simple.el (next-error-buffer-p): Allow for inclusive and
10958 exclusive tests for finding a buffer.
10959 (next-error-find-buffer): Pass the exclusive and inclusive tests
10960 to next-error-buffer-p.
10961
10962 * replace.el (occur-next-error): Switch to the Occur buffer when
10963 appropriate, use the exclusive filter to next-error-find-buffer to
10964 do it. Use the absolute value of the motion amount.
10965
10966 2004-11-29 Kenichi Handa <handa@m17n.org>
10967
10968 * startup.el (command-line): Decode all default-directory by
10969 locale-coding-system.
10970
10971 2004-11-29 Jay Belanger <belanger@truman.edu>
10972
10973 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10974 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10975 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10976 Replace calls to calc-extensions by appropriate require, replace
10977 calc-extensions-loaded by appropriate featurep.
10978
10979 * calc/calc-ext.el: Move require to end of file.
10980 Remove redundant loading of calc.el.
10981 (calc-extensions-loaded): Remove unnecessary variable.
10982 (calc-extensions): Remove unnecessary function.
10983 (calc-load-everything): Replace calc-need-macros by appropriate require.
10984
10985 * calc/calc-macs.el: Move provide to end of file.
10986 (calc-need-macros): Remove unnecessary function.
10987
10988 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10989 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10990 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10991 Replace calc-extensions by appropriate require.
10992 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10993
10994 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10995 Replace calc-need-macros by appropriate require.
10996
10997 * calc/calc.el: Move require to end of file.
10998 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10999 Remove unnecessary variable.
11000 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
11001 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
11002 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
11003 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
11004 (math-stack-value-offset, math-format-value, math-format-flat-expr)
11005 (math-format-number, math-format-bignum, math-read-number)
11006 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
11007 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
11008 by appropriate require.
11009 (calc-check-defines): Replace calc-need-macros by appropriate require.
11010
11011 2004-11-29 Kim F. Storm <storm@cua.dk>
11012
11013 * macros.el (insert-kbd-macro): Handle kmacro functions.
11014
11015 2004-11-28 Juri Linkov <juri@jurta.org>
11016
11017 * compare-w.el (compare-windows-highlight): Attach each overlay
11018 to its window to properly highlight differences while comparing
11019 two windows of the same buffer. Fix arguments.
11020 (compare-windows-sync-default-function): Fix arguments of
11021 `compare-windows-highlight'.
11022
11023 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11024 Use `read-expression-history'. Set initial contents only if
11025 `edebug-global-break-condition' is non-nil. Set histpos to 1
11026 if initial contents is equal to the last history element.
11027 (edebug-set-conditional-breakpoint): Instead of temporarily
11028 prepending the current condition to the history, set initial
11029 contents to the current condition. Set histpos to 1 if initial
11030 contents is equal to the last history element.
11031
11032 * info.el (Info-search-whitespace-regexp): Remove shy group.
11033 (Info-search): Forward line if search is on the header line.
11034 Use search-whitespace-regexp in two other places.
11035
11036 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11037
11038 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11039 warning. Delay real definition, which uses
11040 `set-fringe-indicators-1' till after the definition of that function.
11041
11042 2004-11-28 Kim F. Storm <storm@cua.dk>
11043
11044 * fringe.el (fringe): New defgroup.
11045 (fringe-mode): Move to fringe group.
11046 (fringe-indicators): New defcustom.
11047 (set-fringe-indicators-1): New defun.
11048
11049 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11050 (menu-bar-showhide-fringe-ind-menu): New keymap.
11051 (menu-bar-showhide-fringe-ind-empty)
11052 (menu-bar-showhide-fringe-ind-mixed)
11053 (menu-bar-showhide-fringe-ind-box)
11054 (menu-bar-showhide-fringe-ind-right)
11055 (menu-bar-showhide-fringe-ind-left)
11056 (menu-bar-showhide-fringe-ind-none): New defuns.
11057 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11058
11059 2004-11-27 Richard M. Stallman <rms@gnu.org>
11060
11061 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11062
11063 * generic.el (define-generic-mode): Doc fix.
11064
11065 * menu-bar.el (menu-bar-options-save): For the options
11066 that are toggled with menu-bar-make-mm-toggle, don't check
11067 for customized-value prop.
11068
11069 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11070
11071 * mail/supercite.el (sc-cite-region): Handle the case where
11072 sc-cite-frame-alist is a symbol.
11073 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11074 a symbol.
11075 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11076 a symbol.
11077
11078 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11079
11080 * wid-edit.el (widget-narrow-to-field): New function.
11081 (widget-complete): Use it.
11082
11083 2004-11-27 Jay Belanger <belanger@truman.edu>
11084
11085 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11086 variable.
11087 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11088 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11089 (math-alg-inequalities): Move declaration to earlier in the file.
11090
11091 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11092 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11093 Declare them.
11094
11095 * calc/calc-lang.el (math-expr-data, math-expr-token)
11096 (math-exp-old-pos): Declare them.
11097
11098 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11099 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11100
11101 2004-11-27 Kim F. Storm <storm@cua.dk>
11102
11103 * progmodes/flymake.el: Use (featurep 'xemacs).
11104 (flymake-makehash): Change to defsubst. Use fboundp.
11105 (flymake-time-to-float): Remove.
11106 (flymake-float-time): Merge code from flymake-time-to-float here.
11107 (flymake-replace-regexp-in-string): Change to defsubst.
11108 (flymake-split-string-remove-empty-edges):
11109 Rename to flymake-split-string.
11110 (flymake-split-string): Remove previous defalias.
11111 (flymake-get-temp-dir): Change to defsubst.
11112 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11113 Define for xemacs only.
11114 (flymake-master-file-count-limit): Change into compiler defvar only.
11115 (flymake-find-possible-master-files): Let-bind it dynamically while
11116 sorting files using flymake-master-file-compare.
11117
11118 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11121 of defun-prompt-regexp matches inside a comment/string but the
11122 beginning is correctly outside everything.
11123
11124 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11125 appears within a string or a comment.
11126
11127 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11128 rather than make-symbol for symbols which are used in
11129 a symbol-macrolet or equivalent.
11130
11131 2004-11-26 Jay Belanger <belanger@truman.edu>
11132
11133 * calc-misc.el (calc-last-why-command): Declare it.
11134
11135 * calc-vec.el (math-grade-vec): New variable.
11136 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11137 Replace variable grade-vec by declared variable.
11138 (math-rb-close): New variable.
11139 (math-read-brackets, math-read-vector): Replace variable close by
11140 declared variable.
11141
11142 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11143 (calc-one-window, calc-edit-handler, calc-restore-trail)
11144 (calc-allow-ret): Declare them.
11145
11146 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11147 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11148 (math-radix-float-cache-tag, math-random-cache)
11149 (math-max-digits-cache, math-integral-cache, math-units-table)
11150 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11151 (math-moc-func): New variable.
11152 (math-map-over-constants, math-map-over-constants-rec):
11153 Replace variable func by declared variable.
11154
11155 * calc/calc-store.el (calc-given-value, calc-store-opers):
11156 Declare them.
11157 (calc-var-name-map): Move declaration to earlier in the file.
11158 (calc-pv-pos): New variable.
11159 (calc-permanent-variable, calc-insert-permanent-variable):
11160 Replace variable pos by declared variable.
11161
11162 * calc/calc-mtx.el (calc-det-lu): New variable.
11163 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11164
11165 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11166 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11167 and arg by declared variables.
11168 (calcFunc-reducer): Fix incorrect variable.
11169 (math-inner-mul-func, math-inner-add-func): New variables.
11170 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11171 and add-func by declared variables.
11172
11173 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11174 (calc-digit-value): Declare them.
11175
11176 * calc/calc-help.el (Info-history): Declare it.
11177 (calc-describe-key): Make calc-summary-indentation a local variable.
11178 (calc-help-long-names): Move declaration to earlier in file.
11179
11180 * calc/calc-embed.el (calc-original-buffer): Declare it.
11181 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11182 (calc-embed-bot): New variables.
11183 (calc-do-embedded, calc-embedded-mark-formula)
11184 (calc-embedded-find-bounds, calc-embedded-duplicate)
11185 (calc-embedded-new-formula, calc-embedded-make-info):
11186 Replace vars outer-top, outer-bot, bot and top by declared variables.
11187 (calc-embed-prev-modes): New variable.
11188 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11189 prev-modes with declared variable.
11190 (calc-embed-vars-used): New variable.
11191 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11192 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11193 vars-used by declared variable.
11194
11195 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11196 (math-format-radix-float): Remove unnecessary setq.
11197 (math-radix-float-cache): Declare it.
11198
11199 * calc/calcsel2.el (calc-keep-selection): Declare it.
11200
11201 * calc/calc-maint.el: Remove file.
11202
11203 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11204
11205 * textmodes/bibtex.el (bibtex-sort-entry-class)
11206 (bibtex-comment-start): Use defcustom.
11207 (bibtex-entry-field-alist): Use nil if initial content of the
11208 field is undefined. Fix docstring.
11209 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11210 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11211 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11212 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11213 Fix docstring.
11214 (bibtex-autokey-title-terminators): Use only one regexp.
11215 (bibtex-string-maybe-empty-head): New variable.
11216 (bibtex-remove-delimiters-string): New function.
11217 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11218 Use bibtex-remove-delimiters-string.
11219 (bibtex-progress-message, bibtex-field-left-delimiter)
11220 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11221 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11222 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11223 Simplify.
11224 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11225 Use eq and bibtex-remove-delimiters-string. For end markers use
11226 insertion type so that marker stays after inserted text.
11227 (bibtex-autokey-get-names): Return empty string if name is missing.
11228 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11229 calling bibtex-autokey-name-case-convert.
11230 (bibtex-autokey-demangle-title):
11231 Call bibtex-autokey-titleword-case-convert. Remove call to
11232 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11233 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11234 (bibtex-read-key): New optional arg global.
11235 (bibtex-files-expand): New optional arg force.
11236 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11237 (bibtex-complete-crossref-cleanup): Rename from
11238 bibtex-complete-key-cleanup. Simplify code.
11239 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11240 Operate on current entry.
11241 (bibtex-button): Add docstring.
11242 (bibtex-entry): Simplify.
11243 (bibtex-make-field): Replace optional arg called-by-yank with more
11244 specific args move and interactive.
11245 (bibtex-end-of-entry): Use forward-sexp.
11246 (bibtex-find-entry-globally): Remove.
11247 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11248 Bound to C-c C-x.
11249 (bibtex-find-entry): New optional args global and display.
11250 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11251 (bibtex-validate): Use arg force of bibtex-files-expand.
11252 (bibtex-clean-entry): Bugfix, clean string entries properly.
11253 Always keep point at beginning of entry.
11254 (bibtex-complete): Bugfix. Handle string entries properly.
11255 Call cleanup functions only if needed.
11256 (bibtex-String): Use bibtex-read-string-key.
11257 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11258 case of replacement text.
11259
11260 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11261
11262 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11263 (tramp-perl-directory-files-and-attributes): New constant.
11264 (tramp-file-name-handler-alist): Delete file-directory-files, add
11265 directory-files-and-attributes.
11266 (tramp-perl-file-attributes): Surround uid and gid by double
11267 quotes. Change parameter id-format from nonnumeric.
11268 (tramp-convert-file-attributes): New function.
11269 (tramp-handle-file-attributes): Use it.
11270 (tramp-maybe-send-perl-script): New function.
11271 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11272 file mode. Change parameter id-format from nonnumeric.
11273 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11274 from nonnumeric.
11275 (tramp-post-connection): Don't send tramp-perl-file-attributes
11276 script. Reset connection property "perl-scripts".
11277 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11278 in use.
11279
11280 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11281
11282 * desktop.el (desktop-read): Replace mapcar with mapc.
11283 (desktop-create-buffer): Replace mapcar with mapc.
11284 Remove redundant piece of code.
11285
11286 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11287
11288 * progmodes/gud.el (gud-display-line): Use display-buffer
11289 for GDB-UI as for GUD.
11290
11291 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11292 Delete variables.
11293 (gdb-ann3): Don't make GUD buffer dedicated.
11294 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11295 (gdb-display-source-buffer): Delete function.
11296 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11297 (menu): Delete menu bindings for viewing source/assembler.
11298 (gdb-setup-windows, gdb-restore-windows):
11299 Don't dedicate GUD. No assembler now.
11300 (gdb-reset): No need to undedicate source buffers now.
11301 (gdb-source-info): No assembler now.
11302
11303 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11304
11305 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11306 width to those for special frames.
11307 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11308 Use display-buffer.
11309 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11310 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11311 (gdb-frame-assembler-buffer): Rework like
11312 gdb-frame-breakpoints-buffer.
11313
11314 2004-11-25 Richard M. Stallman <rms@gnu.org>
11315
11316 * progmodes/flymake.el: Reindent.
11317 (flymake-split-string): Turn into defalias.
11318 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11319 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11320 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11321 (flymake-build-relative-filename): Rename from ...path.
11322 Fix error message.
11323
11324 2004-11-25 Cheng Gao <chenggao@gmail.com>
11325
11326 * progmodes/flymake.el: Much whitespace and capitalization change.
11327 Move `provide' to end. Require `compile' only when compiling.
11328
11329 2004-11-24 Jay Belanger <belanger@truman.edu>
11330
11331 * calc/calc-alg.el: Added comment.
11332 (math-polynomial-base): Replace variable mpb-top-expr by
11333 math-poly-base-top-expr.
11334
11335 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11336 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11337 variable.
11338 (math-poly-base-total-base): New variable.
11339 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11340 mpb-total-base by declared variable.
11341 (math-factored-vars, math-to-list): Declare it.
11342 (math-fact-expr): New variable.
11343 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11344 (math-factor-expr-try, math-factor-expr-part): Replace variable
11345 expr by declared variable.
11346 (math-fet-x): New variable.
11347 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11348 by declared variable.
11349 (math-factor-poly-coefs): Make temp a local variable.
11350
11351 * calc/calc-units.el (calc-convert-units): Make units a local
11352 variable.
11353 (calc-num-units, calc-den-units): New variables.
11354 (calc-explain-units, calc-explain-units-rec): Replace variables
11355 num-units and den-units by declared variables.
11356 (math-cu-unit-list): New variable.
11357 (math-build-units-table, math-compare-unit-names)
11358 (math-convert-units, math-convert-units-rec): Replace variable
11359 unit-list by declared variable.
11360 (math-fbu-base, math-fbu-entry): New variables.
11361 (math-find-base-units, math-find-base-units-rec): Replace variables
11362 base and entry by declared variables.
11363 (math-which-standard): New variable.
11364 (math-to-standard-units, math-to-standard-rec): Replace variable
11365 which-standard by declared variable.
11366 (math-fcu-u): New variable.
11367 (math-find-compatible-unit, math-find-compatible-unit-rec):
11368 Replace variable u by declared variable.
11369 (math-cu-new-units, math-cu-pure): New variables.
11370 (math-convert-units, math-convert-units-rec): Replace variables
11371 new-units and pure by declared variables.
11372 (math-try-cancel-units): New variable.
11373 (math-simplify-units-quotient): Replace variable try-cancel-units by
11374 declared variable.
11375
11376 2004-11-24 Richard M. Stallman <rms@gnu.org>
11377
11378 * textmodes/ispell.el (ispell-check-version):
11379 If default-directory is nonexistent, use home dir.
11380
11381 * progmodes/grep.el (grep-regexp-alist):
11382 Don't match parens around line numbers.
11383
11384 * progmodes/cperl-mode.el (cperl-indent-region)
11385 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11386 Don't print progress messages.
11387
11388 * progmodes/compile.el (compilation-mode-map):
11389 Don't inherit from compilation-minor-mode-map;
11390 copy its bindings instead. But the menu bar Compile
11391 entry now does inherit from compilation-menu-map.
11392
11393 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11394 Use with-no-warnings around compiler-macroexpand.
11395
11396 * imenu.el: Don't always require newcomment.
11397 (imenu--generic-function): Call comment-normalize-vars
11398 if we have a comment syntax.
11399 Exit the loop if REGEXP matches the null string.
11400 Test comment-start as well as comment-start-skip
11401 when deciding whether to check for comments.
11402
11403 * tooltip.el (tooltip-mode): Doc fix.
11404
11405 * term.el (term-escape-char, term-mode): Doc fixes.
11406
11407 2004-11-24 Dave Love <fx@gnu.org>
11408
11409 * progmodes/python.el (python-font-lock-syntactic-keywords):
11410 Check for escapes in the regexp.
11411 (python-quote-syntax): Don't do it here.
11412
11413 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11414
11415 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11416 (gdb-frames-mode-map, gdb-threads-mode-map)
11417 (gdb-registers-mode-map, gdb-locals-mode-map)
11418 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11419 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11420
11421 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11422 (dedicated-switch-to-buffer): Rework.
11423 (gdb-var-evaluate-expression-handler, gdb-put-string):
11424 Remove unused variable bindings.
11425 (gdb-setup-windows, gdb-display-buffer):
11426 Simplify. Use pop-to-buffer.
11427 (gdb-view-source-function): Simplify.
11428 (gdb-frame-breakpoints-buffer):
11429 Use pop-to-buffer, special-display-regexps.
11430
11431 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11432
11433 * progmodes/f90.el (f90-smart-end)
11434 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11435 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11436 (f90-end-of-block): Doc fix. Make check of outermost block
11437 conditional on value of `f90-smart-end'.
11438 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11439 Handle case where END-BLOCK is nil.
11440 (f90-match-end): Handle un-named PROGRAM blocks.
11441 (f90-backslash-not-special): New function.
11442
11443 2004-11-24 Jay Belanger <belanger@truman.edu>
11444
11445 * calc/calc.el (calc-embedded-active): Removed unnecessary
11446 declaration.
11447 (calc-show-banner): Removed redundant declaration.
11448
11449 * calc/calc-graph.el (calc-gnuplot-default-device)
11450 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11451 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11452 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11453 Remove redundant initial values.
11454
11455 * calc/calc-arith.el (math-scalar-functions)
11456 (math-nonscalar-functions, math-scalar-if-args-functions)
11457 (math-real-functions, math-positive-functions)
11458 (math-nonnegative-functions, math-real-scalar-functions)
11459 (math-real-if-arg-functions, math-integer-functions)
11460 (math-num-integer-functions, math-rounding-functions)
11461 (math-float-rounding-functions, math-integer-if-args-functions)
11462 (math-super-types): Move declarations to earlier in file.
11463 (math-unit-prefixes): Declared it.
11464 (math-floor-prec, math-trunc-prec): New variables.
11465 (math-trunc-fancy): Replace variable prec by declared variable.
11466 (math-floor-fancy): Replace variable prec by declared variable.
11467 (math-com-bterms): New variable.
11468 (math-commutative-equal, math-commutative-collect):
11469 Replace variable bterms by declared variable.
11470
11471 * calc/calc-misc.el (math-trunc): Replace variable prec by
11472 math-trunc-prec.
11473 (math-floor): Replace variable prec by math-floor-prec.
11474
11475 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11476 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11477 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11478 (math-format-date, math-format-date-part): Replace variables
11479 date, dt, year, month, day, weekday, hour, minute, second and
11480 bc-flag by declared variables.
11481 (math-pd-str): New variable.
11482 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11483 Replace variable str by declared variable.
11484 (math-daylight-savings-hook, math-tzone-names): Move definitions
11485 to earlier in the file.
11486 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11487 (math-sh-year): New variable.
11488 (math-setup-add-holidays, math-setup-holidays)
11489 (math-setup-year-holidays): Replace variable `year' by declared
11490 variable.
11491
11492 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11493 New variables.
11494 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11495 n, nf and nfm1 by declared variables.
11496 (math-nri-n): New variable.
11497 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11498 n by declared variable.
11499 (calcFunc-log): Removed misplaced condition.
11500
11501 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11504
11505 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11506
11507 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11508 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11509 Dedicate gdb-related windows.
11510 (gdb-display-buffer): Dedicate gdb-related windows.
11511 Don't grab other frames.
11512 (gdb-reset): Remove dedicated property after debugging.
11513
11514 2004-11-24 Jay Belanger <belanger@truman.edu>
11515
11516 * calc/calc-sel.el: Add comment.
11517
11518 * calc/calc.el (math-stack-value-offset): Replace variables c,
11519 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11520
11521 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11522 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11523 (math-stack-value-offset-fancy): Replace variables c, wid and off
11524 by declared variables.
11525 (math-comp-just, math-comp-comma-spc): New variables.
11526 (math-compose-expr, math-compose-matrix): Replace variables `just'
11527 and comma-spc by declared variable.
11528 (math-comp-vector-prec): New variable.
11529 (math-compose-expr, math-compose-matrix, math-compose-rows):
11530 Replace variable vector-prec by declared variable.
11531 (math-comp-left-bracket, math-comp-right-bracket)
11532 (math-comp-comma): New variables.
11533 (math-compose-expr, math-compose-rows): Replace variables
11534 left-bracket, right-bracket and comma by declared variables.
11535 (math-comp-full-width): New variable.
11536 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11537 Replace variable full-width by declared variable.
11538 (math-comp-highlight, math-comp-word, math-comp-level)
11539 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11540 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11541 New variables.
11542 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11543 (math-comp-sel-flat-term): Replace variables comp-highlight,
11544 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11545 declared variables.
11546 (math-comp-simplify, math-comp-simplify-term)
11547 (math-comp-add-string, math-comp-add-string-sel):
11548 Replace variables comp-highlight, comp-buf, comp-base,
11549 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11550
11551 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11552
11553 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11554
11555 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11556 and x-server-version may throw.
11557
11558 2004-11-23 Kim F. Storm <storm@cua.dk>
11559
11560 * subr.el (substitute-key-definition-key): Optimize.
11561 Don't call indirect-function for nil defn (always signals error).
11562
11563 * ido.el (ido-read-internal): Fix require-match check when
11564 ido-directory-too-big is set.
11565
11566 2004-11-23 Jay Belanger <belanger@truman.edu>
11567
11568 * calc/calc-ext.el (math-read-replacement-list)
11569 (math-read-superscripts): New variables.
11570 (math-read-preprocess-string): New function.
11571 (math-read-expr): Filter input through math-read-preprocess-string.
11572
11573 * calc/calc-aent.el (math-read-exprs): Filter input through
11574 math-read-preprocess-string.
11575
11576 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11577
11578 * progmodes/compile.el (compilation-start): In cd command use
11579 substitute-env-vars -- not quite shell compatible but better than
11580 nothing.
11581 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11582 handle the newer versions messages, which are more parseable.
11583
11584 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * reveal.el (reveal-mode-map): New var.
11587 (reveal-mode): Use it.
11588
11589 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11590
11591 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11592 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11593
11594 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11597 header-line when needed.
11598 Use fixed-pitch only in the header-line.
11599 Build the underline automatically. Use emdash if available.
11600
11601 2004-11-22 Richard M. Stallman <rms@gnu.org>
11602
11603 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11604 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11605
11606 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * progmodes/gdb-ui.el (gdb-resync): New function.
11609 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11610 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11611 Use it to fail more gracefully.
11612 (gdb-variables): Delete variable.
11613 Re-order variables to reduce byte-compiler warnings.
11614
11615 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * descr-text.el (describe-char):
11618 * paren.el (show-paren-function):
11619 * subr.el (syntax-after): Undo last change.
11620
11621 * progmodes/python.el (run-python): Don't hard code *Python*.
11622 Don't modify global process-environment.
11623 (python-send-region, python-load-file): Don't assume that
11624 python-buffer == (process-buffer (python-proc)).
11625 (python-switch-to-python): Simplify.
11626
11627 * dired.el (dired-align-file): Don't assume line starts with spaces.
11628
11629 2004-11-21 Jay Belanger <belanger@truman.edu>
11630
11631 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11632 Replace variable `lines' by math-read-big-lines.
11633 (math-read-big-expr): Replace variables the-baseline, the-h2
11634 and err-msg by math-read-big-baseline, math-read-big-h2 and
11635 math-read-err-msg.
11636 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11637
11638 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11639 (math-read-big-balance): Replace unbound variable by value.
11640 (math-read-big-lines): New variable.
11641 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11642 (math-read-big-error, math-read-big-balance): Replace variable
11643 `lines' by declared variable.
11644 (math-read-big-baseline, math-read-big-h2): New variables.
11645 (math-read-big-rec): Replace variables the-baseline and the-h2
11646 by declared variables.
11647 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11648 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11649 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11650 declared variables.
11651 (math-read-big-err-msg): New variable.
11652 (math-read-big-error): Replace variable err-msg by declared variable.
11653
11654 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11655
11656 * ses.el: Add coding cookie.
11657 Fix up docstrings, follow new commenting conventions.
11658 (ses-header-line-menu): Fix missing variable rename for header-row.
11659 (ses-cell-size): Remove.
11660 (ses-make-cell): New function.
11661 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11662 (ses-calculate-cell): Remove unused var `symbol'.
11663 (ses-narrowed-p): New function.
11664 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11665 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11666 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11667 (ses-setup): Use restore-buffer-modified-p.
11668 (ses-cleanup): Remove unused var `end'.
11669 (ses-header-string-left-offset): Remove.
11670 (ses-create-header-string): Adjust to new behavior of `align-to'.
11671 Truncate excessively large fields to preserve alignment.
11672 (ses-reconstruct-all): Remove unused var `refs'.
11673 (ses-read-cell-printer): Remove unused var `prompt'.
11674 (ses-delete-row): Remove unused var `pos'.
11675 (ses-delete-column): Remove unused var `new'.
11676
11677 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11680 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11681 Eliminate eval-and-compile usage.
11682 (ps-insert-file): Use insert-file-contents instead of insert-file.
11683 (ps-setup): Code fix.
11684
11685 * printing.el (pr-setup, lpr-setup): Code fix.
11686
11687 2004-11-21 Jay Belanger <belanger@truman.edu>
11688
11689 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11690 (calc-original-buffer): Declare them.
11691 (calc-user-formula-alist): New variable.
11692 (calc-user-define-formula, calc-fix-user-formula)
11693 (calc-user-define-composition, calc-finish-formula-edit):
11694 Replace variable `alist' by declared variable.
11695 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11696 (var-q7, var-q7, var-q8, var-q9): Declare them.
11697 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11698 are bound.
11699 (calcFunc-typeof): Replace undeclared variable by expression.
11700 (math-exp-env): New variable.
11701 (math-define-body, math-define-exp): Replace exp-env by declared var.
11702 (math-define-exp): Replace misplaced variable by expression.
11703
11704 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11705 (calc-curve-model, calc-curve-coefnames): New variables.
11706 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11707 varnames, model and coefnames by declared variables.
11708 (math-root-widen): New variable.
11709 (math-search-root, math-find-root): Replace variable root-widen by
11710 declared variable.
11711 (var-DUMMY): Declare it.
11712 (math-root-vars, math-min-vars): Move the declarations to earlier in
11713 the file.
11714 (math-brent-min): Make d a local variable.
11715 (math-find-minimum): Replace non-existent variable.
11716 (math-ninteg-romberg): Remove unnecessary variable.
11717 (math-ninteg-temp): New variable.
11718 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11719 integ-temp by declared variable.
11720 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11721 New variables.
11722 (math-general-fit): Replace variables first-var, first-coef and
11723 new-coefs by declared variables.
11724 (calcFunc-fitvar): Replace variable first-var by declared variable.
11725 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11726 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11727 (math-all-vars-vars, math-all-vars-found): New variables.
11728 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11729 found by declared variable math-all-vars-vars.
11730
11731 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11732
11733 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11734 of `defconst'.
11735
11736 2004-11-20 Richard M. Stallman <rms@gnu.org>
11737
11738 * isearch.el (isearch-mode-map): Don't bind SPC.
11739 (isearch-whitespace-chars): Function deleted.
11740 (isearch-search): Bind search-spaces-regexp.
11741 (isearch-lazy-highlight-search): Likewise.
11742 (search-whitespace-regexp): Doc fix.
11743 (isearch-forward-regexp): Doc fix.
11744
11745 * emacs-lisp/bytecomp.el (byte-compile-form):
11746 Move the calls to byte-compile-set-symbol-position,
11747 to avoid having two for the same symbol occurrence.
11748
11749 * comint.el (comint-input-ring-size): Increase to 150.
11750
11751 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11752 New variables.
11753 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11754 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11755
11756 * imenu.el (imenu--generic-function):
11757 Ensure we keep moving backward even if BEG isn't further back.
11758
11759 * replace.el (query-replace-read-to, query-replace-read-from):
11760 Specify t for KEEP-ALL in read-from-minibuffer.
11761
11762 * progmodes/python.el (python-switch-to-python):
11763 If Python isn't running, start it.
11764 Don't alter debug-ignored-errors.
11765
11766 * progmodes/cperl-mode.el (cperl-indent-region):
11767 Don't mind imenu-scanning-message.
11768
11769 * bindings.el (global-map): Bind C-e to move-end-of-line.
11770
11771 * simple.el (line-move-finish): New arg FORWARD.
11772 Ignore invisible newlines, not intangible ones.
11773 Conditions for acceptable stopping positions depend on FORWARD.
11774 (line-move): Pass FORWARD arg to line-move-finish.
11775
11776 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11777 of HEADER. Compensate for this change in the code to add display
11778 properties. Don't make the first line intangible.
11779
11780 * info.el (Info-search): Fix previous change.
11781
11782 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11783
11784 * Makefile.in (recompile): Revert 2004-11-19 change.
11785 (compile): Likewise.
11786
11787 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11788
11789 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11790
11791 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11792
11793 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11794 defgroup and defcustom. Eliminate eval-and-compile usage.
11795
11796 * progmodes/ebnf-otz.el: Fix typos.
11797
11798 2004-11-19 Jay Belanger <belanger@truman.edu>
11799
11800 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11801 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11802 disp-trail by declared variable.
11803
11804 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11805 (calc-finish-selection-edit): Replace variable disp-trail by
11806 declared variable.
11807 (calc-selection-cache-entry): Move declaration to earlier in the file.
11808 (calc-selection-cache-num, calc-selection-cache-comp)
11809 (calc-selection-cache-offset, calc-selection-true-num)
11810 (calc-final-point-line, calc-final-point-column)
11811 (calc-original-buffer): Declare them.
11812 (calc-fnp-op, calc-fnp-num): New variables.
11813 (calc-find-nth-part, calc-find-nth-part-rec)
11814 (calc-select-previous): Replace op and num by declared variables.
11815 (calc-rsf-old, calc-rsf-new): New variables.
11816 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11817 Replace variables old and new by declared variables.
11818 (calc-sel-reselect): New variable.
11819 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11820 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11821 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11822 reselect with declared variable.
11823
11824 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11825 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11826 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11827 (math-import-list, math-rewrite-phase): Declare them.
11828 (math-rewrite): Use let* to declare variables.
11829 (calc-rewrite-selection): Make rules a local variable.
11830 (calc-rewr-sel): New variable.
11831 (calc-rewrite-selection, calc-locate-selection-marker)
11832 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11833 of sel.
11834 (math-rewrite-whole-expr): New variable.
11835 (math-rewrite, math-rewrite-phase): Replace variable expr by
11836 declared variable.
11837 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11838 (math-rewrite-heads-blanks ): New variables.
11839 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11840 heads, skips and blanks by declared variables.
11841 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11842 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11843 New variables.
11844 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11845 old, new, old-func and new-func by declared variables.
11846 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11847 Remove unnecessary variable.
11848 (math-apply-rw-regs): New variable.
11849 (math-apply-rewrites, math-rwapply-replace-regs)
11850 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11851 (math-apply-rw-ruleset): New variable.
11852 (math-apply-rewrites, math-rwapply-remember): Replace variable
11853 ruleset by declared variable.
11854
11855 2004-11-19 Richard M. Stallman <rms@gnu.org>
11856
11857 * info.el (Info-search): Use search-whitespace-regexp.
11858
11859 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11860
11861 * vc-rcs.el (vc-rcs-parse): New function.
11862 (vc-rcs-annotate-command): Likewise.
11863 (vc-rcs-annotate-current-time): Likewise.
11864 (vc-rcs-annotate-time): Likewise.
11865 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11866
11867 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11868
11869 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11870
11871 2004-11-18 Jay Belanger <belanger@truman.edu>
11872
11873 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11874
11875 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11876
11877 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11878 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11879 Use make-temp-file to generate PostScript files in any situation.
11880 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11881 (pr-interactive-p): Eliminate var.
11882 (pr-save-interactive): Eliminate macro.
11883 (pr-interface, pr-ps-directory-preview)
11884 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11885 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11886 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11887 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11888 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11889 (pr-ps-region-ps-print, pr-ps-mode-preview)
11890 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11891 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11892 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11893 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11894 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11895 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11896 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11897 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11898 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11899 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11900 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11901 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11902 Eliminate pr-save-interactive usage.
11903 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11904 Eliminate pr-interactive-p usage.
11905 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11906 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11907 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11908 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11909 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11910 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11911 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11912 New funs.
11913 (pr-ps-file): Use make-temp-file to generate a temporary file.
11914
11915 2004-11-17 Jay Belanger <belanger@truman.edu>
11916
11917 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11918 a local variable.
11919 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11920 (math-top-only): New variable.
11921 (math-simplify, math-simplify-step): Replace variable top-only by
11922 declared variable math-top-only.
11923 (math-simplify-expr): Declare it.
11924 Replace argument expr in all calls of math-defsimplify by
11925 math-simplify-expr.
11926 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11927 (math-simplify-divisor, math-simplify-one-divisor)
11928 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11929 (math-simplify-pow): Replace variable expr by declared variable
11930 math-simplify-expr.
11931 (math-simplify-divisor): Remove local variables temp and op.
11932 (math-simplify-one-divisor): Make temp and op local variables.
11933 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11934 New variables.
11935 (math-simplify-divisor, math-simplify-one-divisor):
11936 Replace variables nover and dover by declared variables.
11937 (math-expr-subst-new, math-expr-subst-old): New variables.
11938 (math-expr-subst, math-expr-subst-rec): Replace variables new
11939 and old by declared variables.
11940 (math-is-poly-degree, math-is-poly-loose): New variables.
11941 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11942 and loose by declared variables.
11943 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11944 (math-polynomial-base, math-polynomial-base-rec):
11945 Replace variables const-ok and mpb-pred by declared variables.
11946
11947 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11948
11949 * calc/calc-ext.el (math-defsimplify): Change the argument in
11950 the created function to math-simplify-expr.
11951
11952 * calc/calc-units.el (math-simplify-expr): Declare it.
11953 Replace argument expr in all calls of math-defsimplify by
11954 math-simplify-expr.
11955 (math-simplify-units-prod): Replace variable expr by declared
11956 variable math-simplify-expr.
11957
11958 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11959
11960 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11961 Replace mapcar->dolist, format->string.
11962
11963 2004-11-17 Miles Bader <miles@gnu.org>
11964
11965 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11966 * progmodes/idlwave.el: Remove RCS keywords.
11967
11968 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11969
11970 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11971 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11972 Update to IDLWAVE version 5.5. Too many changes to list them here.
11973 * progmodes/idlw-help.el: New file.
11974
11975 2004-11-16 Richard M. Stallman <rms@gnu.org>
11976
11977 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11978 Discard spaces after \i according to TeX rules.
11979
11980 * international/mule.el (set-buffer-file-coding-system):
11981 New arg NOMODIFY.
11982 (after-insert-file-set-coding): Pass that new arg.
11983 Prevent set-buffer-multibyte from trying to lock the file.
11984
11985 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11986
11987 * saveplace.el (save-place): Doc fix.
11988
11989 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11990 temporarily widen before finding the following word to copy.
11991
11992 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11993 (cl-map-keymap): Definition deleted.
11994
11995 * subr.el (map-keymap-internal): New function.
11996
11997 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
12000 when pressing rather than when releasing mouse-2. Simplify.
12001
12002 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
12005 (compilation-mode): Set it here instead.
12006
12007 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
12008
12009 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12010 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12011
12012 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * progmodes/compile.el (compilation-internal-error-properties):
12015 Fix up a transposition-typo. Check end-col before using it.
12016
12017 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12018
12019 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12020 Discard whitespace after macro \i when converting it.
12021
12022 2004-11-16 Juri Linkov <juri@jurta.org>
12023
12024 * emacs-lisp/find-func.el (find-function-regexp):
12025 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12026 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12027 Remove invalid `\W' from [^cgv\W]. Doc fix.
12028 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12029
12030 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12031
12032 * play/life.el: Maintainer is now FSF.
12033 (life-patterns, life-neighbor-deltas, life-window-start)
12034 (life-current-generation, life-generation-string): Use defvar
12035 instead of defconst.
12036
12037 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * progmodes/compile.el (compilation-move-to-column): New fun.
12040 (compilation-internal-error-properties)
12041 (compilation-next-error-function): Use it to make sure we don't go past
12042 the end of line.
12043
12044 2004-11-15 John Paul Wallington <jpw@gnu.org>
12045
12046 * autoinsert.el (auto-insert-alist): Insert the user's name in
12047 copyright notice, rather than Free Software Foundation, for the
12048 Emacs Lisp header case too.
12049
12050 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12051
12052 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12053 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12054 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12055 return the list of string in a string.
12056 (pr-call-process): Message if calling process returns an error, that
12057 is, the exit status is different of zero.
12058
12059 2004-11-15 Jay Belanger <belanger@truman.edu>
12060
12061 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12062 variable var-thing.
12063 (math-integ-depth, math-integ-level, math-integral-limit)
12064 (math-enable-subst, math-any-substs, math-integ-msg)
12065 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12066 (math-int-threshold, math-int-factors, math-double-roots)
12067 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12068 (var-GenCount): Declare these variables.
12069 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12070 (math-integral-cache, math-integral-cache-state):
12071 Move declarations to earlier in the file.
12072 (math-deriv-var, math-deriv-total, math-deriv-symb)
12073 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12074 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12075 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12076 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12077 (math-solve-res): New variables
12078 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12079 (math-integral, math-replace-integral-parts)
12080 (math-integrate-by-parts, calc-dump-integral-cache)
12081 (math-try-integral, math-do-integral, math-do-integral)
12082 (math-do-integral-methods, math-try-solve-for)
12083 (math-try-solve-prod, math-solve-poly-funny-powers)
12084 (math-solve-crunch-poly, math-decompose-poly)
12085 (math-solve-find-root-term, math-find-root-in-prod)
12086 (math-integ-try-linear-substitutions)
12087 (math-integ-try-substitutions, math-expr-rational-in)
12088 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12089 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12090 (math-solve-for, math-solve-system, math-solve-system-rec)
12091 (math-solve-get-sign, math-solve-get-int)
12092 (math-solve-system-subst): Replace undeclared variables with newly
12093 declared variables.
12094
12095 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * winner.el (winner-active-region, winner-edges, winner-window-list):
12098 Define at toplevel.
12099 (winner-mode-map): Move init inside declaration.
12100
12101 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12102
12103 * files.el (convert-standard-filename): Doc fix.
12104
12105 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12106
12107 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12108 passwd, group, shadow, default/* and pam.d/*.
12109
12110 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12111
12112 * printing.el (pr-menu-spec): Adjust menu specification.
12113
12114 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12115
12116 * printing.el: Doc fix. Insert :version tag into all defcustom.
12117 Handle interactive-p as is recommended in Emacs Lisp Reference.
12118 Set the file permission bits for newly created files.
12119 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12120 The printing menu specification (in `pr-menu-spec') was merged.
12121 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12122 (pr-version): New version number (6.8.3).
12123 (pr-file-modes): New option.
12124 (pr-interactive-p): New var.
12125 (pr-save-interactive, pr-save-file-modes): New macros.
12126 (pr-setup): Code fix.
12127 (pr-menu-spec): Menu specification merged.
12128 (pr-call-process, pr-text2ps): Set file permission bits.
12129 (pr-despool-print): Set file permission bits. Handle interactive-p as
12130 is recommended.
12131 (pr-interface, pr-ps-directory-preview)
12132 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12133 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12134 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12135 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12136 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12137 (pr-ps-region-ps-print, pr-ps-mode-preview)
12138 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12139 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12140 (pr-despool-using-ghostscript, pr-despool-ps-print)
12141 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12142 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12143 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12144 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12145 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12146 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12147 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12148 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12149 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12150 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12151 Handle interactive-p as is recommended.
12152
12153 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12156 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12157
12158 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12159 so it doesn't forget to highlight the beginning of the region either.
12160
12161 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12162
12163 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12164 (c-font-lock-init): Eliminate obsolete make-local-hook.
12165 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12166 (awk-mode): Use run-mode-hooks.
12167
12168 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12169
12170 2004-11-13 Kim F. Storm <storm@cua.dk>
12171
12172 * mouse.el (mouse-drag-copy-region): Add :version.
12173 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12174 while dragging mode line, so mode line can be dragged downwards.
12175 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12176 while pressing mouse button so window doesn't scroll until we
12177 release the mouse if clicking on partially visible line.
12178
12179 2004-11-12 Jay Belanger <belanger@truman.edu>
12180
12181 * calc/calc-graph.el (calc-dumb-map): Declare it.
12182 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12183 than unbound.
12184 (calc-graph-name): Made `end' a local variable.
12185 (calc-graph-lookup): Made `varname' a local variable.
12186 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12187 Declare them.
12188 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12189 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12190 the unused variable y3vec.
12191 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12192 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12193 calc-graph-prev-kill-hook.
12194 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12195 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12196 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12197 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12198 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12199 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12200 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12201 (calc-graph-y3value, calc-graph-y3name)
12202 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12203 (calc-graph-stepcount, calc-graph-is-splot)
12204 (calc-graph-surprise-splot, calc-graph-blank)
12205 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12206 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12207 (calc-graph-recompute-2d, calc-graph-compute-3d)
12208 (calc-graph-format-data): Replace undeclared variables with the
12209 above newly declared variables.
12210
12211 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12212
12213 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12214 `rsf-beep' and `rsf-sleep-after-message'.
12215
12216 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12217 list if `message-sender' is non-nil.
12218
12219 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12220
12221 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12222 consing by using mapc instead of mapcar.
12223
12224 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12225
12226 * tooltip.el (require): Explain why CL is needed.
12227
12228 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12229
12230 * printing.el: Insert :version into defgroup (printing). All reference
12231 to Files option in menubar were changed to File.
12232 (pr-version): New version number (6.8.2).
12233 (pr-get-symbol): Call easy-menu-intern.
12234 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12235 compilation gripes.
12236
12237 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12238
12239 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12240 new byte-compile-function-environment binding to t.
12241
12242 * font-lock.el (font-lock-fontify-syntactically-region):
12243 Don't forget to highlight the last char when we hit `end'.
12244
12245 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12246 (mwheel-scroll): Adjust accordingly.
12247
12248 * cvs-status.el: Reduce spurious warnings.
12249 (cvs-status-checkout): Remove.
12250 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12251
12252 * pcvs.el (cvs-mode-checkout): New command.
12253
12254 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12255
12256 * tooltip.el: Require CL.
12257
12258 * emacs-lisp/bytecomp.el: Use push.
12259 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12260 (defalias): Remove the `byte-compile' property and add
12261 a `byte-hunk-handler'.
12262
12263 2004-11-11 Juri Linkov <juri@jurta.org>
12264
12265 * info.el (Info-search): Save match data for isearch.
12266 Skip Tag Table node.
12267
12268 * descr-text.el (describe-char): Replace syntax-after with code
12269 from its previous version.
12270
12271 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12272 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12273
12274 * international/mule.el (sgml-html-meta-auto-coding-function):
12275 Remove > after <html to allow HTML attributes.
12276
12277 2004-11-11 Jay Belanger <belanger@truman.edu>
12278
12279 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12280 a variable.
12281 (calcFunc-dfac): Replace unbound max by n.
12282 (math-stirling-local-cache): New variable.
12283 (math-stirling-number, math-stirling-1, math-stirling-2):
12284 Replace the variable `cache' by the declared variable
12285 math-stirling-local-cache.
12286 (var-RandSeed): Declare it as a variable.
12287 (math-init-random-base, math-random-digit): Don't check to see if
12288 var-RandSeed is bound.
12289 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12290 Declare them instead of just setting them.
12291 (math-init-random-base): Made i a local variable.
12292 (math-random-digit): Made math-random-last a local variable.
12293 (math-prime-test-cache): Move declaration to before it is used.
12294 (math-prime-test-cache-k, math-prime-test-cache-q)
12295 (math-prime-test-cache-nm1, math-prime-factors-finished):
12296 Declare them as variables.
12297
12298 2004-11-11 Jay Belanger <belanger@truman.edu>
12299
12300 * calc/calc-ext.el (math-defcache): Use defvar for the new
12301 variables it creates.
12302
12303 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12304
12305 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12306 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12307 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12308 (desktop-save): Add :version.
12309
12310 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12311
12312 * printing.el (pr-get-symbol): Don't downcase.
12313
12314 2004-11-10 Jay Belanger <belanger@truman.edu>
12315
12316 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12317 string to kill-ring.
12318
12319 * calc/calc-aent.el (calc-alg-exp, math-toks)
12320 (math-exp-pos,math-exp-old-pos, math-exp-token)
12321 (math-exp-keep-spaces, math-exp-str): New variables.
12322 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12323 (calcAlg-enter): Use declared variable calc-alg-exp.
12324 (math-build-parse-table, math-find-user-token): Use declared
12325 variable math-toks.
12326 (math-read-exprs, math-read-token, calc-check-user-syntax)
12327 (calc-match-user-syntax, match-factor-after, math-read-factor):
12328 Use declared variables math-exp-pos math-exp-old-pos.
12329 (math-read-exprs, math-read-token, math-read-expr-level)
12330 (calc-check-user-syntax, calc-match-user-syntax)
12331 (match-factor-after, math-read-factor): Use declared variable
12332 math-exp-token.
12333 (math-read-exprs, math-read-expr-list, math-read-token)
12334 (math-read-factor): Use declared variable math-exp-keep-spaces.
12335 (math-read-exprs, math-read-token): Use declared variable
12336 math-exp-str.
12337 (calc-match-user-syntax): Make m a local variable.
12338
12339 * calc/calc-ext.el (math-read-expr): Use declared variables
12340 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12341 math-exp-keep-spaces.
12342
12343 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12344 variables math-exp-pos, math-exp-str.
12345
12346 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12347 math-exp-old-pos.
12348 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12349 (math-parse-eqn-prime): Use declared variable math-exp-token.
12350
12351 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12352 Use declared variable math-exp-pos.
12353 (math-check-for-commas): Use declared variable math-exp-str.
12354 (math-read-brackets): Use declared variables math-exp-old-pos,
12355 math-exp-keep-spaces.
12356 (math-read-brackets, math-read-vector, math-read-matrix):
12357 Use declared variable math-exp-token.
12358
12359 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12360
12361 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12362 where the keymap is a symbol.
12363 (easy-menu-add-item): Use keymap-prompt. Simplify.
12364
12365 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12366
12367 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12368 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12369
12370 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12371
12372 * ebuff-menu.el: Doc fixes throughout.
12373 (electric-buffer-menu-mode-hook): New defvar.
12374
12375 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12376
12377 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12378 The resulting compiler warnings appear to be harmless.
12379
12380 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12381
12382 * textmodes/conf-mode.el: New file.
12383
12384 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12385
12386 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12389
12390 2004-11-09 Jay Belanger <belanger@truman.edu>
12391
12392 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12393
12394 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12395 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12396 (calc-z-prefix-help, calc-user-function-list): Use declared
12397 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12398 (math-map-tree, math-map-tree-rec): Use declared variables
12399 math-mt-many, math-mt-func.
12400 (math-read-expression, math-read-string): Use declared variable
12401 math-expr-data.
12402
12403 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12404 variable math-normalize-a.
12405
12406 * calc/calc.el (math-normalize-a): New variable.
12407 (math-normalize): Use declared variable math-normalize-a.
12408
12409 * calc/calc-poly.el (math-expand-form): Use declared variable
12410 math-mt-many.
12411
12412 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12413 Use declared variable math-mt-many.
12414 (math-rewrite): Use declared variable math-mt-func.
12415
12416 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12417 (math-read-matrix): Use declared variable math-expr-data.
12418
12419 * calc/calc-lang.el (math-parse-fortran-vector)
12420 (math-parse-fortran-vector-end, math-parse-tex-sum)
12421 (math-parse-eqn-matrix, math-parse-eqn-prime)
12422 (math-read-math-subscr): Use declared variable math-expr-data.
12423
12424 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12425 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12426 (calc-match-user-syntax, math-read-if, math-factor-after)
12427 (math-read-factor): Use declared variable math-expr-data.
12428
12429 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12430
12431 * calendar/diary-lib.el (diary-from-outlook)
12432 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12433 interactive-p; but rather new optional argument NOCONFIRM.
12434
12435 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12438 (easy-menu-name-match): Revert correspondingly.
12439
12440 2004-11-09 Richard M. Stallman <rms@gnu.org>
12441
12442 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12443 Turn off warnings for the new function even if definition not constant.
12444 If the definition isn't a quoted symbol, record (FUNCTION . t).
12445 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12446 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12447 (display-call-tree, byte-compile-arglist-warn):
12448 Handle t returned by byte-compile-fdefinition.
12449
12450 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12451
12452 * Makefile.in (maintainer-clean): Depend on distclean.
12453
12454 * help-fns.el (help-C-file-name): File name must be in build-files
12455 to be returned.
12456
12457 2004-11-09 Jay Belanger <belanger@truman.edu>
12458
12459 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12460 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12461
12462 * calc/calc.el (calc, calc-trail-display, calc-mode):
12463 Remove obsolete sections.
12464
12465 * calc/calc.el (calc-x-paste-text): Remove.
12466
12467 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12468 mouse-2.
12469
12470 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12471
12472 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12473 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12474 current frame (in case of recursive calls).
12475 (gdb-show-changed-values): Add :version keyword.
12476
12477 2004-11-09 Kenichi Handa <handa@m17n.org>
12478
12479 * international/mule-cmds.el: Change coding: tag back to
12480 iso-2022-7bit.
12481
12482 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * international/mule-cmds.el: Change coding-system to utf-8.
12485 (select-safe-coding-system-interactively):
12486 New function extracted from select-safe-coding-system.
12487 (select-safe-coding-system): Use it.
12488
12489 2004-11-08 Richard M. Stallman <rms@gnu.org>
12490
12491 * subr.el (syntax-after): Doc fix.
12492
12493 * paren.el (show-paren-function): Change calls to syntax-after
12494 for new way of returning the value.
12495
12496 * menu-bar.el (menu-bar-file-menu): Make this the real name
12497 and menu-bar-files-menu the alias. Use the former.
12498 (global-map): Use `file', not `files', as the symbol.
12499
12500 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12501
12502 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12503 Don't use beginning-of-buffer.
12504 (filesets-cmd-show-result): Use with-no-warnings.
12505
12506 2004-11-08 Juri Linkov <juri@jurta.org>
12507
12508 * progmodes/compile.el (compile): Don't overwrite last command in
12509 minibuffer history with default command if they are not equal.
12510
12511 2004-11-08 Jay Belanger <belanger@truman.edu>
12512
12513 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12514 non-linear substitutions.
12515
12516 2004-11-08 Jay Belanger <belanger@truman.edu>
12517
12518 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12519 (math-do-integral): Set `math-linear-subst-tried' to nil.
12520 (math-do-integral-methods): Use `math-linear-subst-tried' to
12521 determine what type of substitution to try.
12522 (math-integ-try-linear-substituion):
12523 Set `math-linear-subst-tried' to t.
12524
12525 2004-11-08 Kim F. Storm <storm@cua.dk>
12526
12527 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12528
12529 2004-11-07 Juri Linkov <juri@jurta.org>
12530
12531 * info-look.el (info-lookup): Allow reusing in the current buffer
12532 not only *info* buffer, but all (even renamed) Info buffers
12533 by checking for major-mode instead of *info* buffer name.
12534 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12535 (octave-mode, maxima-mode) <doc-spec>:
12536 Allow long dashes generated by Texinfo 4.7 before definitions.
12537 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12538 definitions with argument separated by space.
12539
12540 2004-11-06 Richard M. Stallman <rms@gnu.org>
12541
12542 * simple.el (next-error group, face): Move before first use.
12543 (next-error-highlight, next-error-highlight-no-select): Likewise.
12544
12545 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12546 (line-move): New args NOERROR and TO-END.
12547 Return t if succeed in moving specified number of lines.
12548 (move-end-of-line): New function.
12549
12550 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12551 (end-of-buffer-other-window): Likewise.
12552
12553 * simple.el (line-move-ignore-invisible): Default to t.
12554
12555 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12556
12557 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12558
12559 * international/iso-cvt.el (iso-cvt-define-menu):
12560 Rename menu-bar-files-menu to menu-bar-file-menu.
12561
12562 * net/browse-url.el (browse-url-gnome-moz-program)
12563 (browse-url-gnome-moz-arguments): Move up before first use.
12564
12565 * net/tramp.el (tramp group): Add :version.
12566
12567 * progmodes/ada-xref.el (ada-gdb-application):
12568 Use goto-char instead of beginning-of-buffer.
12569
12570 * progmodes/cperl-mode.el (cperl-info-on-command):
12571 Use goto-char instead of beginning-of-buffer.
12572
12573 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12574 Move up before first use.
12575 (idlwave-shell-temp-pro-file): Likewise.
12576 (idlwave-shell-temp-rinfo-save-file): Likewise.
12577 (idlwave-shell-temp-file): Minor doc fix.
12578
12579 * textmodes/flyspell.el (flyspell-external-point-words):
12580 Use goto-char instead of beginning-of-buffer.
12581
12582 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12583
12584 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12585 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12586 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12587
12588 2004-11-06 David Ponce <david@dponce.com>
12589
12590 * recentf.el (recentf-menu-path): Use menu item name.
12591
12592 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12593
12594 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12595 display doesn't support images.
12596
12597 2004-11-06 Andreas Schwab <schwab@suse.de>
12598
12599 * tempo.el (tempo-match-finder): Doc fix.
12600
12601 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12602
12603 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12606 (easy-menu-lookup-name): New fun to replace it.
12607 (easy-menu-get-map): Use it to obey menu item names (rather than just
12608 keys) when looking up `path'.
12609 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12610 (easy-menu-convert-item-1): Adjust to new name.
12611
12612 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12613
12614 * outline.el (hide-body): Don't hide lines at the top of the file
12615 that precede the first header line.
12616
12617 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12618
12619 * align.el (align-areas): Delete whitespace before reindenting, so
12620 that tabs are never placed after spaces.
12621
12622 2004-11-06 Alan Shutko <ats@acm.org>
12623
12624 * macros.el (insert-kbd-macro): Do completions based on macros,
12625 rather than all commands.
12626
12627 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12628
12629 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12630 to solve a bug whereby tags with 'b' don't match.
12631
12632 2004-11-05 Juri Linkov <juri@jurta.org>
12633
12634 * info.el (Info-search): Don't search in node header lines
12635 and file headers.
12636
12637 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12638 symbol-constituent characters after dot, not only digits.
12639
12640 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12641
12642 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12643
12644 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12645
12646 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12647 if a dialog will be used, read-file-name otherwise.
12648
12649 2004-11-04 Richard M. Stallman <rms@gnu.org>
12650
12651 * textmodes/table.el (table group): Add :version.
12652
12653 * textmodes/ispell.el (ispell-word):
12654 Don't alter args; set them only thru `interactive' spec.
12655
12656 * textmodes/flyspell.el (flyspell-word):
12657 Don't alter FOLLOWING; set it only thru `interactive' spec.
12658
12659 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12660
12661 * net/browse-url.el (browse-url-maybe-new-window):
12662 Use called-interactively-p.
12663
12664 * mail/supercite.el (sc-cite-region):
12665 Don't use interactive-p. Add arg INTERACTIVE.
12666 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12667
12668 * international/mule-cmds.el (set-input-method, toggle-input-method):
12669 Don't use interactive-p. Add arg INTERACTIVE.
12670
12671 * eshell/esh-mode.el (eshell-show-maximum-output):
12672 Don't use interactive-p.
12673 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12674
12675 * mouse.el (mouse-show-mark): Get positions to delete from mark
12676 and point, not from mouse-drag-overlay.
12677
12678 * imenu.el (imenu-eager-completion-buffer): Add :version.
12679
12680 * filesets.el (filesets group): Add :version.
12681
12682 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12683
12684 * files.el (xml-based-modes): Delete var.
12685 (magic-mode-alist): New more general var.
12686 (set-auto-mode): Use it.
12687
12688 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12689 when clicking from another window.
12690
12691 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12692
12693 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12694 (vc-cvs-annotate-time): Incorporate value of deleted var.
12695 Remove special-case handling of beginning-of-buffer cruft.
12696 Cache ending position (point) and return value in text property
12697 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12698
12699 * vc-cvs.el (vc-cvs-annotate-command):
12700 Delete extraneous lines from beginning of buffer.
12701 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12702
12703 * progmodes/grep.el (grep-default-command): Take empty string
12704 for tag if all other methods yield nil. Shell-quote the tag.
12705
12706 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12707 spec in `interactive' form, and mention it in the docstring.
12708 Also, make sure point is at bol after calling `annotate-time'.
12709
12710 2004-11-02 Richard M. Stallman <rms@gnu.org>
12711
12712 * cus-edit.el (customize-group-other-window):
12713 Select the window that displays the custom buffer.
12714 (custom-buffer-create-other-window): Likewise.
12715
12716 * comint.el (comint-insert-input): Fix previous change.
12717
12718 * emacs-lisp/elp.el (elp-instrument-function):
12719 Use called-interactively-p.
12720
12721 * emacs-lisp/easymenu.el (easy-menu-intern):
12722 Don't downcase; rather, case-flip the first letter of each word.
12723
12724 * emacs-lisp/easy-mmode.el (define-minor-mode):
12725 Use called-interactively-p.
12726
12727 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12728 Add interactive-only.
12729 (byte-compile-warnings): Add interactive-only as option.
12730 (byte-compile-interactive-only-functions): New variable.
12731 (byte-compile-form): Warn about calls to functions
12732 in byte-compile-interactive-only-functions.
12733
12734 * emacs-lisp/autoload.el (update-file-autoloads):
12735 Don't use interactive-p; take new arg SAVE-AFTER.
12736
12737 * emacs-lisp/advice.el (ad-make-advised-definition):
12738 Use called-interactively-p.
12739
12740 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12741
12742 * files.el (find-file-existing): New function.
12743
12744 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12745 find-file-existing. Add "New File..." that calls find-file.
12746
12747 * diropen.pbm, diropen.xpm: New files.
12748
12749 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12750 icon diropen. New tool bar item find-file-existing uses icon open.
12751
12752 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12753 instead of read-file-name.
12754
12755 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12756
12757 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12758 (icalendar--split-value): Change name of work buffer.
12759 (icalendar--get-weekday-abbrev): Return nil on error.
12760 (icalendar--date-to-isodate): New function.
12761 (icalendar-convert-diary-to-ical)
12762 (icalendar-extract-ical-from-buffer): Use only two args for
12763 make-obsolete (XEmacs compatibility).
12764 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12765 (icalendar-export-region): Doc fix.
12766 If error, return non-nil and write errors to a buffer.
12767 Use correct weekday for weekly recurring events.
12768 Check whether date has been parsed for ordinary events.
12769 Make weekly events start in the year 2000.
12770 DTEND is non-inclusive, shift end date by one day if
12771 necessary (not for entries that have date and time).
12772 Rename local let variables: oops -> found-error, datestring ->
12773 startdatestring.
12774
12775 2004-11-02 Kim F. Storm <storm@cua.dk>
12776
12777 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12778 keep-mode-if-same variable. Add it as optional arg instead.
12779 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12780
12781 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12782 substitute-command-keys will select lower-case bindings like those
12783 used in the static help texts.
12784
12785 * descr-text.el (describe-text-properties): Don't err if called in
12786 the *Help* buffer; output to *Help-2* buffer instead.
12787
12788 * kmacro.el (group kmacro): Add :version.
12789 (kmacro-keyboard-quit): New function to cleanup on C-g.
12790 (kmacro-start-macro): Set defining-kbd-macro to append when
12791 appending to last macro.
12792
12793 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12794
12795 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12796
12797 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12798 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12799 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12800 Add :version keyword.
12801
12802 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12803
12804 * progmodes/flymake.el (flymake-err-line-patterns):
12805 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12806 `compilation-error-regexp-alist-alist' to internal Flymake format.
12807
12808 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12809
12810 2004-11-01 Jay Belanger <belanger@truman.edu>
12811
12812 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12813 with `interactive "s"'.
12814
12815 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12816
12817 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12818 Revert change from 2004-10-16. '*' checks the current buffer, but the
12819 mouse click may be in another buffer.
12820
12821 2004-11-01 John Paul Wallington <jpw@gnu.org>
12822
12823 * files.el (large-file-warning-threshold): Add :version keyword.
12824 (kill-some-buffers): Doc fix.
12825
12826 * thumbs.el (group thumbs): Add :version keyword.
12827
12828 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12829
12830 2004-11-01 Richard M. Stallman <rms@gnu.org>
12831
12832 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12833
12834 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12835
12836 * allout.el (allout group): Add :version.
12837 (allout-init): Don't use interactive-p.
12838 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12839 (allout-forward-current-level, allout-backward-current-level):
12840 Don't use interactive-p.
12841
12842 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12843 (bibtex-find-text): Likewise.
12844
12845 * progmodes/vhdl-mode.el (vhdl-fill-region)
12846 (vhdl-beginning-of-statement): Don't use interactive-p.
12847
12848 * progmodes/idlwave.el (idlwave-update-routine-info):
12849 Don't use interactive-p.
12850
12851 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12852 Don't use interactive-p.
12853
12854 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12855 Don't use interactive-p.
12856
12857 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12858 Don't use interactive-p.
12859
12860 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12861 (fortune-in-buffer): Doc fix.
12862
12863 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12864
12865 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12866 don't select the temporary buffer.
12867 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12868 (eudc-get-phone): Likewise.
12869
12870 2004-11-01 Kim F. Storm <storm@cua.dk>
12871
12872 * man.el (Man-xref-normal-file): Fix help-echo.
12873
12874 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * reveal.el (reveal-last-tick): New var.
12877 (reveal-post-command): Use it to avoid closing overlays when we're
12878 appending text to them.
12879
12880 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12881
12882 * textmodes/bibtex.el: Require button.
12883 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12884 (bibtex-reference-keys): Distinguish between header keys and
12885 crossref keys.
12886 (bibtex-beginning-of-field): New function.
12887 (bibtex-url-map): Remove.
12888 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12889 (bibtex-font-lock-url-regexp): Assume that field names begin at
12890 the beginning of a line.
12891 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12892 Remove field delimiters. Use bibtex-beginning-of-field.
12893 Bugfix, point can be inside a field with a url.
12894 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12895 New functions.
12896 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12897 (bibtex-key-in-head): Simplify.
12898 (bibtex-current-line): Use bolp.
12899 (bibtex-parse-keys): Remove unused arg `add'.
12900 Use bibtex-type-in-head and bibtex-key-in-head.
12901 (bibtex-parse-entry, bibtex-autofill-entry):
12902 Use bibtex-type-in-head and bibtex-key-in-head.
12903 (bibtex-autokey-get-field): Do not alter case of replacement text.
12904 (bibtex-autokey-get-names): Do all processing of name list.
12905 (bibtex-autokey-get-year): New function.
12906 (bibtex-autokey-get-title): Do all processing of title words.
12907 (bibtex-generate-autokey): Simplify.
12908 (bibtex-string-files-init): Use default-directory.
12909 Allow for absolute file names in bibtex-string-files.
12910 (bibtex-files, bibtex-file-path): New variables.
12911 (bibtex-files-expand): New function.
12912 (bibtex-find-entry-globally): New command.
12913 (bibtex-summary-function): New variable.
12914 (bibtex-summary): Default value of bibtex-summary-function.
12915 (bibtex-find-crossref): New optional args pnt and split.
12916 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12917 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12918 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12919 Fix handling of required and alternative fields.
12920 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12921 Use cons and display-buffer.
12922 (bibtex-validate-globally): New command.
12923 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12924 bibtex-parse-keys and bibtex-parse-strings for updating
12925 bibtex-reference-keys and bibtex-strings.
12926 (bibtex-realign): Remove blank lines past the last entry.
12927 (bibtex-reformat): Use bibtex-entry-format as default.
12928 (bibtex-choose-completion-string): Remove.
12929 (bibtex-complete): Do not use bibtex-choose-completion-string.
12930 (bibtex-url): Simplify.
12931
12932 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12933
12934 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12935 (x-dnd-types-alist, x-dnd-open-file-other-window)
12936 (x-dnd-known-types): Add :version.
12937
12938 2004-10-31 John Paul Wallington <jpw@gnu.org>
12939
12940 * ibuffer.el (group ibuffer): Add :version keyword.
12941
12942 2004-10-31 Kim F. Storm <storm@cua.dk>
12943
12944 * ido.el (group ido): Add :version keyword.
12945 (ido-mode): Remove :version keyword.
12946
12947 * emulation/cua-base.el (group cua): Add :version keyword.
12948 (cua-mode): Remove :version keyword.
12949
12950 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12951
12952 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12953
12954 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12955 compiler warning.
12956 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12957 function.
12958 (help-at-pt-display-when-idle): Remove autoload.
12959
12960 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12961
12962 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12963
12964 2004-10-30 Juri Linkov <juri@jurta.org>
12965
12966 * help.el (function-called-at-point):
12967 * help-fns.el (variable-at-point): Read -> intern.
12968
12969 2004-10-30 Simon Josefsson <jas@extundo.com>
12970
12971 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12972 Recognize AS_* too.
12973
12974 2004-10-29 Simon Josefsson <jas@extundo.com>
12975
12976 * subr.el (read-passwd): Move back from password.el.
12977
12978 * password.el: Remove, not ready yet.
12979
12980 2004-10-29 Andreas Schwab <schwab@suse.de>
12981
12982 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12983
12984 2004-10-29 Sam Steingold <sds@gnu.org>
12985
12986 * mouse.el (mouse-show-mark): Replace the last occurrence of
12987 x-lost-selection-hooks with x-lost-selection-functions.
12988
12989 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12992 x-lost-selection-functions is bound.
12993
12994 * mouse-sel.el (mouse-sel-mode):
12995 * emacs-lisp/lselect.el: Adjust to new names for
12996 x-(lost|sent)-selection-functions.
12997
12998 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12999 New obsolete aliases of x-lost-selection-functions and
13000 x-sent-selection-functions.
13001
13002 2004-10-28 Kim F. Storm <storm@cua.dk>
13003
13004 * imenu.el (imenu-scanning-message): Remove.
13005 (imenu-progress-message): Make it a no-op.
13006
13007 2004-10-28 John Paul Wallington <jpw@gnu.org>
13008
13009 * files.el (set-auto-mode): Call `throw' correctly.
13010
13011 2004-10-28 Juri Linkov <juri@jurta.org>
13012
13013 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13014 to search `Info-...' commands in `info' manual.
13015 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13016 Add 'info-file "emacs" property.
13017 (Info-find-emacs-command-nodes): Fix index line number regexp.
13018 Set real line number (instead of fake 0) in first element of the
13019 returned list.
13020 (Info-goto-emacs-command-node): Use line number of first element
13021 to set point in the first found Info node.
13022
13023 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13024 code to `grep-mode-font-lock-keywords'.
13025 (grep-mode-font-lock-keywords): Delete grep markers instead
13026 of making them invisible.
13027
13028 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13029
13030 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13031 and x-server-version in bug report.
13032
13033 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13034
13035 * files.el (set-auto-mode-0): New function.
13036 (set-auto-mode): Use it to handle aliased modes and to
13037 be consistent between C-x C-f and C-x C-w.
13038
13039 2004-10-28 Kenichi Handa <handa@m17n.org>
13040
13041 * international/utf-8.el (utf-translate-cjk-charsets):
13042 Add katakana-jisx0201.
13043
13044 * international/subst-jis.el: Add data for JISX0201.
13045
13046 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * obsolete/hilit19.el (hilit-mode): New function.
13049 Move all the toplevel side-effecting stuff into it, so that loading
13050 hilit19 doesn't mess everything up any more.
13051
13052 2004-10-27 Richard M. Stallman <rms@gnu.org>
13053
13054 * add-log.el (add-change-log-entry): Set up mailing address
13055 and full name later, and don't alter add-log-mailing-address
13056 or add-log-full-name.
13057
13058 * elide-head.el (elide-head): Change error to message.
13059 (elide-head-show): Likewise.
13060
13061 * apropos.el (apropos-macrop): Doc fix.
13062
13063 * mouse.el (mouse-show-mark): Do most processing the same
13064 regardless of transient-mark-mode.
13065
13066 * shadowfile.el (shadow-copy-files): Use interactive-p
13067 only to control whether to print a message.
13068
13069 * tar-mode.el (tar-mode): Use write-contents-functions,
13070 not write-contents-hooks.
13071
13072 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13073 directory-sep-char.
13074
13075 2004-10-27 Richard M. Stallman <rms@gnu.org>
13076
13077 * strokes.el (strokes-unload-hook): Fix previous change.
13078
13079 * type-break.el (type-break-run-at-time): Always use run-at-time;
13080 forget the alternatives.
13081 (type-break-cancel-function-timers): Always use cancel-function-timers;
13082 forget the alternatives.
13083
13084 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13085
13086 2004-10-27 Kenichi Handa <handa@m17n.org>
13087
13088 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13089
13090 * international/subst-gb2312.el: Likewise.
13091
13092 * international/subst-big5.el: Likewise.
13093
13094 * international/subst-ksc.el: Likewise.
13095
13096 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13097 New variable.
13098 (utf-translate-cjk-set-unicode-range): New function.
13099 (utf-translate-cjk-unicode-range): Make it customizable.
13100 (utf-8-post-read-conversion):
13101 Use utf-translate-cjk-unicode-range-string.
13102 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13103 Unicode ranges.
13104
13105 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13106
13107 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13108 trivial variants to shorten the list.
13109 (xml-based-modes): New var.
13110 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13111 declaration higher priority than auto-mode-alist.
13112
13113 * find-file.el (cc-other-file-alist): Bring it in line with
13114 cc-mode's auto-mode-alist entries and use \' instead of $.
13115
13116 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13117 and add "Id" and "Name" submenus to it.
13118
13119 * imenu.el (imenu--generic-function): Skip matches in comments.
13120
13121 2004-10-26 Jay Belanger <belanger@truman.edu>
13122
13123 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13124 (full-calc-keypad, calc-trail-display): Use an extra argument
13125 instead of `interactive-p'.
13126
13127 * calc/calc-misc.el (calc-other-window): Use an extra argument
13128 instead of `interactive-p'.
13129
13130 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13131 `interactive-p'.
13132
13133 2004-10-26 Kim F. Storm <storm@cua.dk>
13134
13135 * help.el (describe-key): Describe both down-event and up-event
13136 for a mouse click.
13137
13138 2004-10-26 Richard M. Stallman <rms@gnu.org>
13139
13140 * woman.el (woman): Don't call interactive-p.
13141
13142 * pcomplete.el (pcomplete): Instead of interactive-p,
13143 use an arg set non-nil by the interactive spec.
13144
13145 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13146 use an arg set non-nil by the interactive spec.
13147
13148 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13149 use an arg set non-nil by the interactive spec.
13150
13151 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13152
13153 * progmodes/flymake.el (flymake-split-string):
13154 Use `flymake-split-string-remove-empty-edges' in any case.
13155
13156 2004-10-26 Masatake YAMATO <jet@gyve.org>
13157
13158 * progmodes/flymake.el (flymake-err-line-patterns):
13159 Use `compilation-error-regexp-alist-alist' instead of
13160 `compilation-error-regexp-alist'.
13161
13162 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13165 verbatim face on the \ of \end{verbatim}.
13166
13167 2004-10-25 Jay Belanger <belanger@truman.edu>
13168
13169 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13170 erasing minibuffer.
13171
13172 2004-10-25 Simon Josefsson <jas@extundo.com>
13173
13174 * subr.el (read-passwd): Move to net/password.el.
13175
13176 * net/password.el (read-passwd): Add. Autoload it.
13177
13178 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13179
13180 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13181
13182 * simple.el (process-file): Fix logic.
13183
13184 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13185
13186 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13187 (increase-right-margin): Remove erroneous call to `interactive-p'.
13188
13189 2004-10-24 Kim F. Storm <storm@cua.dk>
13190
13191 * help.el (describe-mode): Fix 2004-10-13 change.
13192 Copy pure "Auto Fill" string so it can be propertized later
13193 without causing a read-only error.
13194
13195 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13196
13197 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13198 style indexes.
13199
13200 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13201
13202 * simple.el (process-file): Accept nil for INFILE. Reported by
13203 Luc Teirlinck.
13204
13205 2004-10-24 Masatake YAMATO <jet@gyve.org>
13206
13207 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13208 Handle periods and underscores in a function name.
13209 Remove the address fontification.
13210
13211 2004-10-24 Masatake YAMATO <jet@gyve.org>
13212
13213 * progmodes/asm-mode.el (asm-font-lock-keywords):
13214 Use font-lock-variable-name-face for registers.
13215
13216 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13217
13218 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13219 kill-all-local-variables.
13220 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13221 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13222 Use kill-all-local-variables and provide mode-hooks.
13223 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13224 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13225 Suggested by Masatake YAMATO <jet@gyve.org>.
13226
13227 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13228
13229 * simple.el (process-file): New function, similar to call-process
13230 but supports file handlers.
13231 * vc.el (vc-do-command): Use it, instead of call-process.
13232 * net/tramp-vc.el (vc-do-command): Do not advise it if
13233 process-file is fboundp.
13234 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13235 process-file.
13236 (tramp-handle-process-file): New function.
13237 (tramp-file-name-for-operation): Support process-file.
13238
13239 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13240
13241 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13242 (icalendar-weekdayabbrev-table)
13243 (icalendar-monthnumber-table): Delete.
13244 (icalendar--get-month-number): Use calendar-month-name-array.
13245 (icalendar--get-weekday-number): New function.
13246 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13247 (icalendar-export-region): Handle multi-line entries.
13248 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13249
13250 2004-10-23 John Paul Wallington <jpw@gnu.org>
13251
13252 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13253 `wildcards' set to t in interactive spec.
13254
13255 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13256 interactive spec rather than use `interactive-p'.
13257 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13258 rather than use function `interactive-p'.
13259
13260 2004-10-22 Kenichi Handa <handa@m17n.org>
13261
13262 * international/mule.el (translate-region): Implement it in Lisp
13263 as a front end of translate-region-internal.
13264
13265 2004-10-21 Jay Belanger <belanger@truman.edu>
13266
13267 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13268 Declare these variables with defvar.
13269
13270 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13271 is bound, only check to see if it is bound.
13272
13273 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13276 Don't output messages.
13277
13278 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13279
13280 2004-10-21 John Paul Wallington <jpw@gnu.org>
13281
13282 * calc/calc-graph.el (calc-graph-init):
13283 Use `set-process-query-on-exit-flag'.
13284
13285 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13286
13287 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13288 dir right and also allow argumentless cd.
13289
13290 2004-10-19 Richard M. Stallman <rms@gnu.org>
13291
13292 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13293
13294 * eshell/em-unix.el (eshell-grep):
13295 Don't bind compilation-process-setup-function.
13296
13297 * comint.el (comint-insert-input): Use @ in `interactive'.
13298 (comint-input-filter-functions): Doc fix.
13299 (comint-kill-whole-line, comint-get-source): Doc fix.
13300
13301 * progmodes/compile.el (compilation-setup):
13302 Don't set buffer-read-only if MINOR is non-nil.
13303
13304 2004-10-19 Jay Belanger <belanger@truman.edu>
13305
13306 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13307 (calc-emacs-type-gnu19): Remove.
13308 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13309 Remove check for old emacs versions.
13310
13311 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13312 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13313 for current Emacs.
13314
13315 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13316 the end of the minibuffer.
13317 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13318 copy `esc-map'.
13319
13320 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13321
13322 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13323 call that would be given when the current emacs was used.
13324
13325 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13326
13327 * calendar/icalendar.el: Set coding to utf-8.
13328 (icalendar-version): Increase to 0.07.
13329 (icalendar-monthnumber-table): Change March pattern.
13330 (icalendar-get-all-event-properties)
13331 (icalendar-set-event-property): Delete.
13332 (icalendar-all-events): No longer interactive.
13333 (icalendar-convert-diary-to-ical)
13334 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13335 their replacements.
13336 (icalendar-export-file, icalendar-export-region): New functions;
13337 essentially old `icalendar-convert-diary-to-ical' but appending to
13338 target rather than overwriting.
13339 (icalendar-import-file): Append to target file rather than
13340 overwriting. Fourth arg deleted.
13341 (icalendar-import-buffer): New name for old
13342 `icalendar-extract-ical-from-buffer'.
13343 (icalendar--convert-string-for-import): New name for
13344 old `icalendar-convert-for-import'.
13345 (include-icalendar-files): Delete.
13346 Prefix for all internal functions changed from `icalendar-'
13347 to `icalendar--'.
13348
13349 2004-10-19 Richard M. Stallman <rms@gnu.org>
13350
13351 * paths.el (news-path): Fix previous change.
13352
13353 2004-10-18 Jay Belanger <belanger@truman.edu>
13354
13355 * calc/calc-help.el (calc-describe-bindings):
13356 Set `buffer-read-only' to nil while working in the keybindings buffer;
13357 remove some extra information from the keybindings buffer.
13358
13359 2004-10-18 David Ponce <david@dponce.com>
13360
13361 * mouse.el (mouse-drag-move-window-top): New function.
13362 (mouse-drag-mode-line-1): Use it.
13363
13364 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13365
13366 * info.el (Info-fontify-node): For multiline refs,
13367 arrange to unfontify newline and surrounding whitespace.
13368
13369 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13372 directory is missing.
13373
13374 2004-10-17 John Paul Wallington <jpw@gnu.org>
13375
13376 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13377 New customizable variable; whether to display buffers that match
13378 `ibuffer-maybe-show-predicates' by default.
13379 (ibuffer-maybe-show-predicates): Mention it in docstring.
13380 (ibuffer-display-maybe-show-predicates): New variable.
13381 (ibuffer-update): Prefix arg now toggles whether buffers that
13382 match `ibuffer-maybe-show-predicates' should be displayed.
13383 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13384 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13385 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13386
13387 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13390 work correctly.
13391
13392 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13393
13394 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13395 (Buffer-menu-beginning): New helper function.
13396 (Buffer-menu-execute): Use it.
13397 (Buffer-menu-select): Use it.
13398 (Buffer-menu-sort): Use it and also keep markers.
13399
13400 2004-10-17 Richard M. Stallman <rms@gnu.org>
13401
13402 * paths.el (news-directory): Rename from news-path. Old name alias.
13403 (rmail-spool-directory): Use defvar.
13404 (sendmail-program): Use defcustom.
13405 (remote-shell-program): Use defcustom.
13406 (term-file-prefix): Use defvar.
13407 (abbrev-file-name): Use defvar.
13408
13409 * term.el: Add maintainer.
13410
13411 * subr.el (with-local-quit): Return nil if there's a quit.
13412 (read-passwd): Use with-local-quit. Doc fix.
13413
13414 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13415 (strokes-unload-hook): Set as a variable with add-hook.
13416
13417 * startup.el (fancy-splash-tail, normal-splash-screen):
13418 Update copyright year.
13419
13420 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13421
13422 * server.el (server-unload-hook): Set as a variable with add-hook.
13423
13424 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13425
13426 * frame.el (special-display-popup-frame):
13427 Make the buffer current as its frame is created.
13428
13429 * delsel.el (delsel-unload-hook): Set as a variable.
13430
13431 * comint.el (comint-output-filter-functions):
13432 Add comint-watch-for-password-prompt.
13433 (comint-read-noecho): Function deleted.
13434 (send-invisible): Use read-passwd.
13435
13436 * fringe.el (fringe-mode-initialize): New function.
13437 (fringe-mode): Use fringe-mode-initialize as :initialize.
13438
13439 2004-10-17 Kim F. Storm <storm@cua.dk>
13440
13441 * language/indian.el (indian-script-language-alist): Swap value and doc.
13442 (indian-font-char-index-table): Doc fix.
13443
13444 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13445
13446 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13447
13448 2004-10-16 Juri Linkov <juri@jurta.org>
13449
13450 * progmodes/compile.el (compilation-start): Move let-binding of
13451 `process-environment' into `with-current-buffer' body.
13452 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13453
13454 2004-10-16 Richard M. Stallman <rms@gnu.org>
13455
13456 * pcvs-util.el (cvs-bury-buffer):
13457 Don't call get-buffer-window for effect.
13458
13459 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13460
13461 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13462
13463 * msb.el (msb-unload-hook): Set the variable.
13464
13465 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13466 Use * to err if buffer is readonly.
13467
13468 * subr.el (looking-back): Return only t or nil.
13469
13470 * whitespace.el (whitespace-unload-hook): Set the variable.
13471
13472 * view.el (view-mode-enable): Set view-page-size and
13473 view-half-page-size to nil.
13474 (view-set-half-page-size-default): view-half-page-size = nil
13475 means the default.
13476 (View-scroll-page-forward): Use view-page-size-default.
13477 (View-scroll-page-backward): Likewise.
13478 (view-page-size, view-half-page-size): Doc fixes.
13479
13480 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13481
13482 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13483
13484 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13485 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13486 (byte-compile-log-1): Bind inhibit-read-only.
13487 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13488 (byte-compile-log-warning): Likewise.
13489 (byte-compile-file-form-require): Detect "cl" from the arg value.
13490
13491 * progmodes/compile.el (compilation-start): Assume compilation-mode
13492 will make the buffer read-only.
13493 (compilation-mode): Take arg name-of-mode.
13494 (compilation-setup): Make buffer read-only.
13495 (compilation-handle-exit): Bind inhibit-read-only.
13496
13497 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13498 (ispell-message): Likewise.
13499 (ispell-show-choices): Don't call get-buffer-window uselessly.
13500 (ispell-init-process): Use set-process-query-on-exit-flag.
13501
13502 2004-10-16 Kim F. Storm <storm@cua.dk>
13503
13504 * fringe.el (fringe-bitmaps): Only initialize when defined.
13505
13506 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13507 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13508
13509 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13510
13511 2004-10-15 Simon Josefsson <jas@extundo.com>
13512
13513 * net/password.el: Add.
13514
13515 2004-10-14 Masatake YAMATO <jet@gyve.org>
13516
13517 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13518 (gdb-script-end-of-defun): New function.
13519 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13520 `gdb-script-end-of-defun' as *-of-defun-function.
13521
13522 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13523
13524 * button.el (button-activate): Allow a marker to display as an action.
13525
13526 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13527
13528 * help.el (describe-mode): Use it to make minor mode list into
13529 hyperlinks.
13530
13531 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * vc.el (vc-annotate-display-select): Fix typo.
13534
13535 * subr.el (substitute-key-definition-key): New function.
13536 (substitute-key-definition): Use it with map-keymap.
13537 (event-modifiers): Use push.
13538 (mouse-movement-p, with-temp-buffer): Simplify.
13539
13540 2004-10-12 Jay Belanger <belanger@truman.edu>
13541
13542 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13543 New variables.
13544 (calc-help-index-entries): New function.
13545 (calc-describe-function): Use `calc-help-function-list' instead of
13546 obarray for completion.
13547 (calc-describe-variable): Use `calc-help-variable-list' instead
13548 of obarray for completion.
13549
13550 2004-10-12 Richard M. Stallman <rms@gnu.org>
13551
13552 * info-look.el (info-lookup-file): Add info-file property.
13553 (info-lookup-symbol): Likewise.
13554
13555 * info.el (info-xref): Add underlining.
13556 (info): Add info-file property.
13557 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13558
13559 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13560
13561 Sync with Tramp 2.0.45.
13562
13563 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13564 defined. This is not the case for XEmacs without package "edebug".
13565 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13566 remote files to the permissions of the original file. This is not
13567 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13568 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13569 (tramp-perl-decode): Fix an error in Perl implementation.
13570 $pending must be cleared every loop. Reported by Benjamin Place
13571 <benjaminplace@sprintmail.com>
13572
13573 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13574 Don't activate advice during definition. This is done later on,
13575 depending on test result of `substitute-in-file-name'.
13576 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13577
13578 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13581
13582 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13583
13584 2004-10-12 David Ponce <david@dponce.com>
13585
13586 * recentf.el (recentf-edit-list): Update the menu when the recentf
13587 list has been modified.
13588
13589 2004-10-12 Simon Josefsson <jas@extundo.com>
13590
13591 * net/tls.el (tls-certtool-program): New variable.
13592 (tls-certificate-information): New function, based on
13593 ssl-certificate-information.
13594
13595 2004-10-12 Kenichi Handa <handa@m17n.org>
13596
13597 * international/mule.el (coding-system-equal): Move from mule-util.el.
13598
13599 * international/mule-util.el (coding-system-equal): Move to mule.el.
13600
13601 2004-10-12 Kim F. Storm <storm@cua.dk>
13602
13603 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13604 reset kmacro-initial-counter-value if set.
13605 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13606 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13607 (kmacro-display): Show macro counter if non-zero.
13608
13609 * subr.el (substitute-key-definition): Mention command remapping
13610 in doc string.
13611
13612 2004-10-11 Jay Belanger <belanger@truman.edu>
13613
13614 * calc/calc-misc.el (calc-info-goto-node): New function.
13615 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13616 node in one step.
13617 (calc-describe-copying, calc-describe-distribution)
13618 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13619 Go to appropriate info node in one step.
13620
13621 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13624
13625 * font-lock.el (font-lock-apply-highlight): Fix last change.
13626
13627 2004-10-11 Simon Josefsson <jas@extundo.com>
13628
13629 * mail/smtpmail.el (smtpmail-open-stream): Look for
13630 starttls-gnutls-program instead of starttls-program iff
13631 starttls-use-gnutls is non-nil.
13632 (smtpmail-open-stream): Don't overwrite user settings of
13633 starttls-extra-arguments and starttls-extra-args.
13634
13635 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * comint.el (comint-mouse-insert-input): Remove.
13638 (comint-insert-input): Make it work for mouse bindings.
13639 (comint-mode-map): Move defs into the declaration.
13640 (comint-output-filter): Typo.
13641
13642 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13643
13644 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13645
13646 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13647 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13648 ange-ftp-remote-shell.
13649
13650 2004-10-10 Andreas Schwab <schwab@suse.de>
13651
13652 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13653 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13654 Reported by <sri@asu.edu>.
13655
13656 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13657
13658 * vc.el (vc-annotate-mode): Remove variable.
13659 (vc-annotate-display-select): Only call vc-annotate-mode
13660 if we're not in that mode already.
13661
13662 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13665 (imenu-choose-buffer-index): Check here for rescan instead.
13666
13667 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13668 where the face expression evals to nil.
13669
13670 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13671 (tex-font-lock-keywords-2): Use it.
13672 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13673
13674 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13675
13676 2004-10-09 Kim F. Storm <storm@cua.dk>
13677
13678 * subr.el (progress-reporter-update): Define before first usage.
13679 (make-progress-reporter): Doc fix.
13680
13681 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13682
13683 * textmodes/paragraphs.el (sentence-end-double-space)
13684 (sentence-end-without-period, sentence-end-without-space)
13685 (sentence-end): Doc fixes.
13686
13687 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13688
13689 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13690 Change paragraph-start regexp so we don't fill code starting with #'(.
13691
13692 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13693
13694 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13695 New defcustom.
13696 (extract-address-components): Use it.
13697
13698 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13699
13700 * subr.el (make-progress-reporter, progress-reporter-update)
13701 (progress-reporter-force-update, progress-reporter-do-update)
13702 (progress-reporter-done): New functions.
13703
13704 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13705
13706 * progmodes/etags.el (etags-tags-completion-table): Use progress
13707 reporter.
13708 (etags-tags-apropos): Likewise.
13709
13710 2004-10-08 Alan Mackenzie <acm@muc.de>
13711
13712 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13713 of current line.
13714
13715 2004-10-08 Masatake YAMATO <jet@gyve.org>
13716
13717 * server.el (server-process-filter): Wrap `process-send-region'
13718 by `condition-case' to guard the case when the pipe to PROC is closed.
13719
13720 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13721
13722 * xml.el (xml-substitute-special): Limit handling of external entities.
13723
13724 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13725
13726 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13727
13728 2004-10-06 John Paul Wallington <jpw@gnu.org>
13729
13730 * xml.el (xml-parse-dtd): Fix `error' call.
13731
13732 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13733
13734 * xml.el (xml-substitute-special): Return a single string instead
13735 of a list of strings if an entity substitution is made.
13736
13737 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13738
13739 * calendar/icalendar.el: New file.
13740
13741 2004-10-05 Juri Linkov <juri@jurta.org>
13742
13743 * isearch.el (isearch-done): Set mark after running hook.
13744 Reported by Drew Adams <drew.adams@oracle.com>.
13745
13746 * info.el (Info-history, Info-toc): Fix Info headers.
13747 (Info-toc): Narrow buffer before Info-fontify-node.
13748 (Info-build-toc): Don't check for special Info file names.
13749 Set main-file to nil if Info-find-file returns a symbol.
13750
13751 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13752
13753 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13754 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13755 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13756
13757 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13758
13759 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13760 for old interactive spec from calendar-goto-iso-date.
13761 (calendar-goto-iso-date): Use it.
13762 (calendar-goto-iso-week): New function. Suggested by Emilio
13763 C. Lopes <eclig@gmx.net>.
13764
13765 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13766
13767 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13768 `set-right-margin' bindings that follow the minor mode conventions.
13769
13770 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13773 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13774 (latex-block-args-alist): Add minipage and picture.
13775 (latex-block-body-alist): Use reftex-label if enabled.
13776 (latex-insert-block): Don't insert a \n if not necessary.
13777 (tex-compile-commands): Make sure dvips doesn't send to printer.
13778 (tex-compile-default): Handle the case where no executable is found.
13779 (latex-noindent-environments): New var.
13780 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13781 If tex-indent-allhanging is non-nil, make sure we only align for macros
13782 at beginning of line.
13783
13784 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13785
13786 * newcomment.el (comment-beginning): Doc fix and don't choke on
13787 unset `comment-end-skip' when at beginning of comment.
13788
13789 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13790
13791 * term.el (term-adjust-current-row-cache): Don't allow the current
13792 row to become negative.
13793 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13794 the end of the line. Fix scroll down. Add comments.
13795 (term-handle-ansi-escape): Don't exceed terminal width when moving
13796 right.
13797 (term-scroll-region): Move the cursor after setting the scroll region.
13798
13799 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13800
13801 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13802 to `width' for consistency with docstring. Doc fix.
13803
13804 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13805
13806 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13807 This is necessary for derived modes.
13808
13809 2004-09-30 Kim F. Storm <storm@cua.dk>
13810
13811 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13812 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13813
13814 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13815 kmacro-extract-lambda functions.
13816 (edit-kbd-macro): Handle kmacro lambda forms.
13817 Include counter and counter format in edit buffer.
13818 (edmacro-finish-edit): Get counter and format from edit buffer and
13819 update kmacro bindings when found.
13820
13821 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13822
13823 * textmodes/paragraphs.el (forward-paragraph):
13824 Avoid args-out-of-range error when point winds up at the beginning of
13825 the buffer and hard newlines are enabled.
13826
13827 * newcomment.el (comment-multi-line): Doc fix.
13828
13829 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13832 (diff-fixup-modifs): Catch unified-diff file-headers.
13833
13834 2004-09-29 Kim F. Storm <storm@cua.dk>
13835
13836 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13837 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13838 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13839
13840 * fringe.el (fringe-bitmap-p): New macro.
13841 (fringe-bitmaps): Add standard fringe bitmaps on load.
13842
13843 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13844
13845 * dired.el (dired-view-command-alist): Use more efficient regexps.
13846 Remove dubious arguments.
13847 (dired-align-file): New function.
13848 (dired-insert-directory): Use it.
13849 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13850 (dired-buffers-for-dir): Remove unused var `pattern'.
13851
13852 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13853
13854 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13855 from diary display excursion. Store diary buffer's point for
13856 `simple-diary-display'.
13857 (simple-diary-display): Set window point and start when
13858 displaying buffer, to preserve point.
13859
13860 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13861
13862 * textmodes/enriched.el (enriched-translations): Replace defconst
13863 with defvar.
13864
13865 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13866
13867 * printing.el: Doc fix.
13868 (pr-version): New version number (6.8.1).
13869 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13870 make-temp-name.
13871 (pr-delete-file): Check if file exists before deleting it.
13872 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13873
13874 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13875
13876 * term.el (term-display-table): New variable.
13877 (term-mode): Use it.
13878 (term-exec-1): Set the coding system to binary.
13879 (term-emulate-terminal): Decode the string before inserting it.
13880
13881 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13882
13883 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13884 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13885 (map): Bind S-prior, S-next and S-insert.
13886 (term-mode): Set `indent-tabs-mode' to nil.
13887 (term-paste): New function to be bound to S-insert.
13888 (term-send-del, term-send-backspace): Change the strings sent.
13889 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13890 (term-handle-colors-array): Fix handling of underline and reverse.
13891 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13892 (term-erase-in-line): Fix comparison.
13893 (term-emulate-terminal): Fix line wrap handling.
13894 (term-start-output-log): Rename from `term-set-output-log'.
13895 (term-stop-output-log): Rename from `term-stop-photo'.
13896 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13897
13898 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * dired.el (dired-move-to-filename): Don't output a message if
13901 raise-error is non-nil. Fix return position and value.
13902
13903 * files.el (insert-directory): Obey --dired even with symlinks.
13904
13905 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13906
13907 * ls-lisp.el (ls-lisp-format): Mark file names with property
13908 dired-filename.
13909
13910 2004-09-25 Kim F. Storm <storm@cua.dk>
13911
13912 * ido.el (ido-max-directory-size): New defcustom.
13913 (ido-decorations): Add "too big" element.
13914 (ido-directory-too-big): New dynamic var.
13915 (ido-may-cache-directory): Don't cache big directories.
13916 (ido-directory-too-big-p): New defun.
13917 (ido-set-current-directory): Update ido-directory-too-big.
13918 (ido-read-internal): Make empty ido-cur-item if too-big.
13919 (ido-buffer-internal): Use ido-read-internal directly instead of
13920 ido-read-buffer.
13921 (ido-file-internal): Init ido-directory-too-big.
13922 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13923 and redo completion with full list.
13924 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13925 it, and show completions.
13926 (ido-all-completions): Let bind ido-directory-too-big to nil.
13927 (ido-exhibit): Handle ido-directory-too-big.
13928 (ido-read-buffer): Handle fallback to read-buffer.
13929 Init ido-directory-too-big.
13930 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13931 Init ido-directory-too-big.
13932
13933 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13934
13935 * subr.el (delay-mode-hooks): Doc fix.
13936
13937 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13938
13939 * textmodes/enriched.el
13940 (enriched-default-text-properties-local-flag): New variable.
13941 (enriched-mode): Make sure that enabling and disabling the mode is
13942 a no-op. Doc fix.
13943
13944 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13945
13946 * calendar/holidays.el (holiday-advent): Report on a specified day
13947 offset from advent, not just advent.
13948 (holiday-easter-etc): Report on one specified day offset from
13949 easter, not all easter holidays. Various Easter holidays moved to
13950 `christian-holidays' variable in calendar.el.
13951 * calendar/calendar.el (christian-holidays): Adapt for new
13952 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13953
13954 2004-09-23 Kim F. Storm <storm@cua.dk>
13955
13956 * image.el (insert-sliced-image): Add doc string.
13957
13958 * ido.el (ido-choice-list): New dynamic var for `list' context.
13959 (ido-context-switch-command): New dynamic var.
13960 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13961 (ido-read-internal): Handle new `list' context.
13962 Handle insert-buffer and insert-file ido-exit values.
13963 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13964 ido-context-switch-command. Handle insert-file ido-exit value.
13965 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13966 unless it is already bound by caller.
13967 (ido-file-internal): New arg switch-cmd. Use it to setup
13968 ido-context-switch-command. Handle insert-buffer ido-exit value.
13969 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13970 used for context switching.
13971 (ido-all-completions): Handle new `list' context.
13972 (ido-make-choice-list): Return choices for `list' context.
13973 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13974 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13975 (ido-insert-buffer, ido-insert-file): Setup context switching.
13976 (ido-exhibit): Handle `list' context.
13977 (ido-read-file-name): Disable context switching. Handle fallback.
13978 (ido-read-directory-name): Disable context switching.
13979 (ido-completing-read): New defun like completing-read. Setup and
13980 use new `list' context.
13981
13982 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13983
13984 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13985
13986 2004-09-21 Jay Belanger <belanger@truman.edu>
13987
13988 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13989 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13990 separate window.
13991
13992 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13993
13994 * subr.el (after-change-major-mode-hook): Doc fix.
13995
13996 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13997
13998 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13999 of ghostscript for monochrome PostScript file in Windows.
14000
14001 2004-09-21 Kenichi Handa <handa@m17n.org>
14002
14003 * descr-text.el (describe-char): Checking of quail activation fixed.
14004
14005 2004-09-21 Jay Belanger <belanger@truman.edu>
14006
14007 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
14008
14009 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14010
14011 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14012 after the mode hooks instead of before. Doc fix.
14013
14014 2004-09-20 Jason Rumney <jasonr@gnu.org>
14015
14016 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14017 _emacs, but revert to .emacs if neither exists in home directory.
14018
14019 2004-09-20 John Paul Wallington <jpw@gnu.org>
14020
14021 * bindings.el (completion-ignored-extensions): Add .dfsl.
14022
14023 2004-09-20 Richard M. Stallman <rms@gnu.org>
14024
14025 * bindings.el (scroll-left): Make it disabled.
14026
14027 * files.el (enable-local-eval): Doc fix.
14028
14029 * indent.el (move-to-left-margin): Special case for minibuffer.
14030
14031 * term.el (term-emulate-terminal): Turn off undo for output.
14032 Use with-current-buffer and save-selected-window.
14033
14034 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14035
14036 * progmodes/make-mode.el (makefile-fill-paragraph):
14037 Don't insist on spaces when looking for comments. # is enough.
14038
14039 * files.el (hack-local-variables): Copy the variables list
14040 to another buffer, strip prefixes and suffixes there, then read.
14041 (enable-local-eval): Doc fix.
14042 (ignored-local-variables): Initialize to nil.
14043 (risky-local-variable-p): Don't check ignored-local-variables here.
14044 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14045
14046 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14047
14048 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14049 of = to "." (punctuation).
14050
14051 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14054
14055 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14056
14057 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14058 (enriched-before-change-major-mode): New function.
14059 Add it to `change-major-mode-hook'.
14060 (enriched-after-change-major-mode): New function.
14061 Add it to `after-change-major-mode-hook'.
14062 (enriched-mode): Make it work correctly if called from
14063 `after-change-major-mode-hook'.
14064 No longer set `indent-line-function'.
14065
14066 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14067
14068 * subr.el (after-change-major-mode-hook): New variable.
14069 (run-mode-hooks): Implement it.
14070
14071 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * battery.el (battery-linux-proc-apm): Use string-to-number.
14074 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14075 Use dolist (and less indentation). Use erase-buffer.
14076 Pre-initialize `design-capacity', `warn', and `low'.
14077 (battery-format): Use replace-regexp-in-string.
14078
14079 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14080
14081 * battery.el: Delete superfluous empty lines.
14082 (battery-linux-proc-acpi): Attempt to gather information from all
14083 battery subdirectories regardless of their file name.
14084 (battery-linux-proc-apm): Replace all occurrences of
14085 battery-hex-to-int-2 with string-to-int (base 16).
14086 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14087 (battery-hex-map): Delete variable.
14088
14089 2004-09-18 John Paul Wallington <jpw@gnu.org>
14090
14091 * calc/calc-units.el (calc-quick-units): Fix overzealous
14092 s/or/unless/.
14093
14094 2004-09-17 Jay Belanger <belanger@truman.edu>
14095
14096 * calc/calc.el (calc-mode-var-list): Fix the value of
14097 `calc-matrix-brackets'.
14098
14099 2004-09-17 Romain Francoise <romain@orebokech.com>
14100
14101 * ibuf-ext.el (define-ibuffer-filter filename):
14102 Expand dired-directory since buffer-file-name is absolute.
14103
14104 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14105
14106 * ediff-init.el (ediff-current-diff-face-A)
14107 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14108 (ediff-current-diff-face-Ancestor)
14109 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14110 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14111 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14112 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14113 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14114 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14115 Use min-colors.
14116
14117 * term.el (term-down): Perform vertical motion if DOWN is negative.
14118 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14119 (term-termcap-format): Synchronize with the eterm terminfo entry
14120 in etc/e/eterm.ti.
14121 (term-handle-colors-array): If the current foreground or
14122 background are zero (i.e. unspecified), use the foreground and
14123 background of the default face for reverse video.
14124 (term-ansi-at-eval-string, term-ansi-default-fg)
14125 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14126 (term-mem): Delete unused function.
14127 (term-protocol-version): Increment.
14128 (term-current-face): Set to default.
14129
14130 2004-09-15 Jay Belanger <belanger@truman.edu>
14131
14132 * calc/calc.el (calc-mode-var-list): Define this variable.
14133 (calc-always-load-extensions, calc-line-numbering)
14134 (calc-line-breaking, calc-display-just, calc-display-origin)
14135 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14136 (calc-group-char, calc-point-char, calc-frac-format)
14137 (calc-prefer-frac, calc-hms-format, calc-date-format)
14138 (calc-float-format, calc-full-float-format, calc-complex-format)
14139 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14140 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14141 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14142 (calc-matrix-brackets, calc-language, calc-language-option)
14143 (calc-left-label, calc-right-label, calc-word-size)
14144 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14145 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14146 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14147 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14148 (calc-window-height, calc-display-trail, calc-show-selections)
14149 (calc-use-selections, calc-assoc-selections)
14150 (calc-display-working-message, calc-auto-why, calc-timing)
14151 (calc-mode-save-mode, calc-standard-date-formats)
14152 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14153 (calc-user-parse-tables, calc-gnuplot-default-device)
14154 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14155 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14156 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14157 (calc-invocation-macro, calc-show-banner): Give these values as
14158 part of `calc-mode-var-list's initialization after the variables
14159 are declared with defvar.
14160 (calc-bug-address): Change email address to send bug reports to.
14161 Change the maintainer address at the top.
14162 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14163 than "\\.emacs" to determine if it is the user-init-file.
14164
14165 * calc/calc-embed.el (calc-embedded-set-modes): Use
14166 `calc-mode-var-list' correctly.
14167
14168 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14169
14170 * vc.el (annotate-time): Document point handling.
14171 (vc-annotate-display-autoscale): Doc fix.
14172
14173 2004-09-15 Miles Bader <miles@gnu.org>
14174
14175 * generic.el (generic-make-keywords-list): Use symbol rather than
14176 word anchors in regexp.
14177
14178 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14179
14180 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14181 no file name consider `dired-directory'.
14182
14183 2004-09-14 Kim F. Storm <storm@cua.dk>
14184
14185 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14186
14187 2004-09-14 Simon Josefsson <jas@extundo.com>
14188
14189 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14190
14191 * textmodes/dns-mode.el: Add.
14192
14193 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14194
14195 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14196 (disabled-command-function): Make the ?\ char more obvious.
14197
14198 * vc-arch.el (vc-arch-root, vc-arch-registered):
14199 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14200
14201 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14202
14203 * windmove.el (windmove-frame-edges): Report coordinates of
14204 outside edges of frame, not inside edges.
14205 (windmove-coordinates-of-position): Convert into wrapper to new
14206 function `windmove-coordinates-of-window-position';
14207 `compute-motion' always applies to selected window.
14208 (windmove-coordinates-of-position): Update documentation to refer
14209 to Emacs 21 Lisp Reference Manual.
14210 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14211
14212 2004-09-13 Kim F. Storm <storm@cua.dk>
14213
14214 * isearch.el (isearch-resume-in-command-history): Rename from
14215 isearch-resume-enabled and change default to nil.
14216
14217 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14220 (vc-registered): Use it.
14221 (vc-find-root): New fun.
14222
14223 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14224 Don't tell to use \\{...} when it's already done.
14225
14226 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14227 Provide a sample complex default.
14228 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14229 (bibtex-entry): Use mapc.
14230
14231 2004-09-12 Kim F. Storm <storm@cua.dk>
14232
14233 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14234
14235 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14236 inhibit-field-text-motion to t so rectangles work in comint buffers.
14237
14238 * simple.el (choose-completion-string): Set buffer before running
14239 choose-completion-string-functions hook so it can be buffer-local.
14240
14241 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14242
14243 * progmodes/compile.el (compilation-start): Parse command to see
14244 if it starts with a cd, and if so perform it for the *compilation*
14245 buffer. Change the header to reflect this.
14246
14247 2004-09-11 Kim F. Storm <storm@cua.dk>
14248
14249 * ido.el (ido-enable-dot-prefix): Doc fix.
14250 (ido-enable-dot-prefix): New defcustom.
14251 (ido-set-matches1): Use it.
14252
14253 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * textmodes/bibtex.el (bibtex-mark-active)
14256 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14257
14258 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14259
14260 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14261 used in a case insensitive environment.
14262 (bibtex-mode-map): Rearrange order of menus.
14263 (bibtex-quoted-string-re): Obsolete.
14264 (bibtex-complete-key-cleanup): Variable replaced by new function.
14265 (bibtex-font-lock-keywords): Use backquotes.
14266 (bibtex-font-lock-url-regexp): New internal variable.
14267 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14268 "OPT" and "ALT".
14269 (bibtex-insert-current-kill, bibtex-make-field)
14270 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14271 (bibtex-parse-field-text): Simplify.
14272 (bibtex-string=): New helper function.
14273 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14274 (bibtex-map-entries): Use bibtex-string=.
14275 (bibtex-search-entry): Use not.
14276 (bibtex-enclosing-field): Fix docstring.
14277 (bibtex-assoc-regexp): Obsolete.
14278 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14279 (bibtex-autokey-get-names): Handle empty name field.
14280 (bibtex-parse-strings): Use assoc-string and unless.
14281 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14282 Use assoc-string.
14283 (bibtex-pop): Simplify.
14284 (bibtex-mode): Set font-lock-extra-managed-props.
14285 (bibtex-entry-update): Use assoc-string.
14286 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14287 (bibtex-autofill-entry): Use bibtex-string=.
14288 (bibtex-print-help-message): Simplify.
14289 (bibtex-find-entry): New optional arg START.
14290 (bibtex-validate): Use bibtex-string= and assoc-string.
14291 Do not call obsolete function compilation-parse-errors.
14292 (bibtex-remove-delimiters): Only remove delimiters if present.
14293 (bibtex-copy-entry-as-kill): Add docstring.
14294 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14295 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14296 (bibtex-complete): Use bibtex-predefined-month-strings,
14297 bibtex-string=, and new function bibtex-complete-key-cleanup.
14298 (bibtex-generate-url-list): New variable.
14299 (bibtex-url): New command bound to C-c C-l and mouse-2.
14300 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14301 (bibtex-font-lock-url): New function.
14302
14303 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14306
14307 2004-09-09 Kim F. Storm <storm@cua.dk>
14308
14309 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14310 counter and format with binding.
14311 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14312 the declared macro uses own macro counter and format. Give symbol
14313 kmacro property.
14314 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14315 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14316 (kmacro-end-and-call-macro): Doc fix.
14317
14318 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14319
14320 * desktop.el (desktop-clear-preserve-buffers):
14321 Remove make-obsolete-variable.
14322
14323 2004-09-08 Richard M. Stallman <rms@gnu.org>
14324
14325 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14326 with the buffer as argument.
14327
14328 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14331
14332 2004-09-08 Juri Linkov <juri@jurta.org>
14333
14334 * replace.el (perform-replace): Use `query-replace-descr'.
14335
14336 * cus-start.el (history-delete-duplicates): Specify customization.
14337
14338 * diff-mode.el (diff-mode-map):
14339 * progmodes/compile.el (compilation-mode-map):
14340 * progmodes/grep.el (grep-mode-map):
14341 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14342 to `next-error-follow-minor-mode'.
14343
14344 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14345
14346 * isearch.el (isearch-lazy-highlight-update): Take into account
14347 the case of zero-length match at the search bound.
14348
14349 2004-09-08 Kim F. Storm <storm@cua.dk>
14350
14351 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14352 change. Use zero width overlays when necessary.
14353
14354 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14355
14356 * subr.el (split-string): Docfix.
14357
14358 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14359
14360 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14361 (display-call-tree): Ensure newline after caller/calls blocks.
14362
14363 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14364
14365 * startup.el (command-line-1): Make option
14366 --directory/-L modify `load-path' straight away.
14367
14368 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14369
14370 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14371
14372 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14373
14374 * emacs-lisp/autoload.el (make-autoload):
14375 Handle `define-compilation-mode'.
14376
14377 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14378 Specify `doc-string-elt' property.
14379
14380 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14381
14382 * bs.el (bs-mode): Doc fix.
14383
14384 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14385
14386 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14387
14388 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14389
14390 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14391
14392 2004-09-08 Kenichi Handa <handa@m17n.org>
14393
14394 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14395 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14396 ps-mule-next-point -> 1+).
14397
14398 * composite.el (encode-composition-rule): Add autoload cookie.
14399
14400 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14401
14402 * format.el (buffer-auto-save-file-format): Make it permanent local.
14403
14404 2004-09-07 Kim F. Storm <storm@cua.dk>
14405
14406 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14407 (authors-fixed-entries): Fix typo.
14408 (authors-canonical-author-name): Compact multiple spaces.
14409 Ignore trivial names (e.g. only first name).
14410
14411 * term.el (term-window-width): Only use full window width on
14412 window system if overflow-newline-into-fringe is enabled.
14413 (term-mode): Don't disable overflow-newline-into-fringe.
14414
14415 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14416
14417 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14418 motion as seen on my Mac OS X xterms.
14419
14420 * newcomment.el (uncomment-region-default, comment-region-default):
14421 New functions extracted from uncomment-region and comment-region.
14422 (comment-region, comment-region-function, uncomment-region)
14423 (uncomment-region-function): Use them.
14424
14425 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14426
14427 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14428 It's not crucial but can make sense at times.
14429
14430 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14431 the first commit.
14432
14433 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14434 Disable obsolete code.
14435
14436 2004-09-07 Juri Linkov <juri@jurta.org>
14437
14438 * progmodes/grep.el (grep-highlight-matches): Change default from
14439 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14440 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14441 if grep option `--color' is available, or to `nil' otherwise.
14442 (grep-process-setup): Call `grep-compute-defaults' if
14443 `grep-highlight-matches' is not computed. Set env-vars only
14444 if `grep-highlight-matches' is `t'.
14445 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14446 is already defined).
14447
14448 * progmodes/compile.el (compilation-start): Use copy of
14449 `process-environment' created by `copy-sequence' to not
14450 modify env-vars in the global `process-environment'.
14451
14452 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14453
14454 * simple.el (next-error-follow-minor-mode): Fix last change.
14455
14456 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14457
14458 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14459 permanent local.
14460
14461 2004-09-04 Richard M. Stallman <rms@gnu.org>
14462
14463 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14464 highlighting if the search string is empty.
14465
14466 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14467
14468 * facemenu.el (facemenu-active-faces): Change condition of inner
14469 `while' loop to also check the first two elements of `face-atts'
14470 and `mask-atts'.
14471
14472 2004-09-04 John Paul Wallington <jpw@gnu.org>
14473
14474 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14475 (thumbs-view-image-mode): Make buffer read-only.
14476
14477 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14478
14479 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14480 (ispell-check-version): Set it.
14481 (ispell-send-replacement): New function.
14482 (ispell-process-line): Call ispell-send-replacement.
14483
14484 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14485
14486 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14487 Support choosing seconds with "s".
14488
14489 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14490
14491 * terminal.el (te-escape): Show `?' in prompt for help key.
14492
14493 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14494
14495 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14496
14497 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14498
14499 * simple.el (next-error-follow-minor-mode)
14500 (next-error-follow-mode-post-command-hook): New functions.
14501 (next-error-follow-last-line): New defvar.
14502
14503 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14504 * progmodes/compile.el (compilation-mode-map): Likewise.
14505 * progmodes/grep.el (grep-mode-map): Likewise.
14506 * replace.el (occur-mode-map): Likewise.
14507
14508 * newcomment.el (uncomment-region): Bind comment-use-global-state
14509 to nil.
14510
14511 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14512
14513 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14514 locally around the call to `revert-buffer'.
14515
14516 2004-09-03 Juri Linkov <juri@jurta.org>
14517
14518 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14519 `isearch-adjusted' to `t'.
14520 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14521 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14522 (isearch-other-meta-char): Restore isearch-point unconditionally.
14523 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14524 Set point to start of match if region is not active in transient
14525 mark mode (to include the current match to region boundaries).
14526 Push the search string to `query-replace-from-history-variable'.
14527 Add prompt "Query replace regexp" for isearch-regexp.
14528 Add region beginning/end as last arguments of `perform-replace.'
14529 (isearch-query-replace-regexp): Replace code by the call to
14530 `isearch-query-replace' with arg `t'.
14531
14532 2004-09-03 Richard M. Stallman <rms@gnu.org>
14533
14534 * startup.el (normal-top-level): Undo previous TERM change.
14535
14536 2004-09-03 Kim F. Storm <storm@cua.dk>
14537
14538 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14539 highlight overlays; allow using RET when cursor is over a button.
14540 (cua--highlight-rectangle): Use it.
14541 (cua--rectangle-set-corners): Don't move backwards at eol.
14542 (cua--forward-line): Don't move into void after eob.
14543
14544 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14545 point is set (and displayed) inside rectangle.
14546 (cua--rectangle-operation): Fix for highlight of empty lines.
14547 (cua--highlight-rectangle): Fix highlight for tabs.
14548 Position cursor at left/right edge of rectangle using new `cursor'
14549 property on overlay strings.
14550 (cua--indent-rectangle): Don't tabify.
14551 (cua-rotate-rectangle): Ignore that point has moved.
14552
14553 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14554
14555 * term/mac-win.el: Add ASCII equivalents for some function keys.
14556 (mode-line-frame-identification): Sync with x-win.el.
14557
14558 2004-09-02 Juri Linkov <juri@jurta.org>
14559
14560 * progmodes/compile.el (compilation-buffer-name): Compare major
14561 mode with second element of compilation-arguments instead of third
14562 to reflect latest changes in compilation-arguments structure.
14563 (recompile): Use global variable `compilation-directory' to get
14564 recent compilation directory only when `recompile' is invoked NOT
14565 in the compilation buffer. Otherwise, use `default-directory' of
14566 the compilation buffer.
14567 (compilation-error-properties): Allow to funcall col and end-col.
14568 (compilation-mode-font-lock-keywords): Check col and end-col by
14569 `integerp'.
14570 (compilation-goto-locus): If end-mk is non-nil in transient mark
14571 mode don't activate the mark (and don't display message in
14572 push-mark), but highlight overlay between mk and end-mk.
14573
14574 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14575 (grep-regexp-alist): Add rule to highlight grep matches.
14576 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14577
14578 * info.el (Info-fontify-node): Don't compute other-tag
14579 if Info-hide-note-references=hide.
14580
14581 * help.el (function-called-at-point):
14582 * help-fns.el (variable-at-point):
14583 Try `find-tag-default' when other methods failed.
14584
14585 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14586 Do not push mark if inhibit-mark-movement is non-nil.
14587
14588 * textmodes/ispell.el (ispell-html-skip-alists):
14589 Fix backslashes in docstring.
14590
14591 2004-09-01 Juri Linkov <juri@jurta.org>
14592
14593 * isearch.el (isearch-wrap-function)
14594 (isearch-push-state-function): New defvars.
14595 (isearch-pop-fun-state): New defsubst.
14596 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14597 (isearch-push-state): Set the result of calling
14598 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14599 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14600 restore the mode-specific starting point of terminated search.
14601 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14602 (isearch-repeat): Call `isearch-wrap-function' if defined.
14603 (isearch-message-prefix): Don't add prefix "over" to the message
14604 for wrapped search if `isearch-wrap-function' is defined.
14605 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14606 restore the mode-specific starting point of failed search.
14607
14608 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14609 (Info-search): Add new optional arguments for the sake of isearch.
14610 Replace whitespace in Info-search-whitespace-regexp literally.
14611 Add backward search. Don't call `Info-select-node' if regexp is
14612 found in the same Info node. Don't add node to Info-history for
14613 wrapped isearch.
14614 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14615 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14616 (Info-mode): Set local variables `isearch-search-fun-function',
14617 `isearch-wrap-function', `isearch-push-state-function',
14618 `search-whitespace-regexp'.
14619
14620 * isearch.el: Remove ancient Change Log section.
14621 (isearch-string, isearch-message-string, isearch-point)
14622 (isearch-success, isearch-forward-flag, isearch-other-end)
14623 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14624 (isearch-barrier, isearch-within-brackets)
14625 (isearch-case-fold-search): Add suffix `-state' to state-related
14626 defsubsts to avoid name clashes with other function names.
14627
14628 * simple.el (next-error): New defgroup and defface.
14629 (next-error-highlight, next-error-highlight-no-select):
14630 New defcustoms.
14631 (next-error-no-select): Let-bind next-error-highlight to the value
14632 of next-error-highlight-no-select before calling `next-error'.
14633
14634 * progmodes/compile.el (compilation-goto-locus):
14635 Use `next-error' face instead of `region'. Set 4-th argument of
14636 `move-overlay' to `current-buffer' to move overlay to different
14637 source buffers. Use new variable `next-error-highlight'.
14638
14639 * simple.el (next-error-find-buffer): Move the rule
14640 "if current buffer is a next-error capable buffer" after the
14641 rule "if next-error-last-buffer is set to a live buffer".
14642 Simplify to test all rules in one `or'.
14643 (next-error): Doc fix.
14644 (next-error, previous-error, first-error)
14645 (next-error-no-select, previous-error-no-select):
14646 Make arguments optional.
14647
14648 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14649
14650 * macros.el (apply-macro-to-region-lines): Make it operate on all
14651 lines that begin in the region, rather than on all complete lines
14652 in the region.
14653
14654 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14655
14656 * x-dnd.el (x-dnd-protocol-alist): Document update.
14657 (x-dnd-known-types): Defcustom it.
14658 (x-dnd-handle-motif): Print message-atom in error message.
14659
14660 2004-08-30 John Paul Wallington <jpw@gnu.org>
14661
14662 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14663 strings rather than programatically constructing message.
14664
14665 2004-08-30 Richard M. Stallman <rms@gnu.org>
14666
14667 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14668 Don't return a string that would read as the wrong character code.
14669
14670 2004-08-29 Kim F. Storm <storm@cua.dk>
14671
14672 * emulation/cua-base.el (cua-auto-expand-rectangles):
14673 Remove automatic rectangle padding feature; replace by non-destructive
14674 virtual rectangle edges feature.
14675 (cua-virtual-rectangle-edges): New defcustom.
14676 (cua-auto-tabify-rectangles): New defcustom.
14677 (cua-paste): If paste into a marked rectangle, insert rectangle at
14678 current column, even if virtual; also paste exactly as many lines
14679 as has been marked (ignore additional lines or add empty lines),
14680 but paste whole source if only one line is marked.
14681 (cua--update-indications): No longer use overwrite-cursor to
14682 indicate rectangle padding
14683
14684 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14685 (cua--rectangle-virtual-edges): New defun.
14686 (cua--rectangle-get-corners): Remove optional PAD arg.
14687 (cua--rectangle-set-corners): Never do padding.
14688 (cua--forward-line): Remove optional PAD arg. Simplify.
14689 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14690 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14691 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14692 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14693 (cua--rectangle-move): Never do padding. Simplify.
14694 (cua--tabify-start): New defun.
14695 (cua--rectangle-operation): Add tabify arg. All callers changed.
14696 (cua--pad-rectangle): Remove.
14697 (cua--delete-rectangle): Handle delete with virtual edges.
14698 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14699 (cua--insert-rectangle): Handle insert at virtual column.
14700 Perform auto-tabify if necessary.
14701 (cua--activate-rectangle): Remove optional FORCE arg.
14702 Never do padding. Simplify.
14703 (cua--highlight-rectangle): Enhance for virtual edges.
14704 (cua-toggle-rectangle-padding): Remove command.
14705 (cua-toggle-rectangle-virtual-edges): New command.
14706 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14707 (cua--rectangle-post-command): Don't force rectangle padding.
14708 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14709
14710 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14711
14712 * indent.el (edit-tab-stops-buffer): Doc fix.
14713
14714 2004-08-28 Richard M. Stallman <rms@gnu.org>
14715
14716 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14717 (grep-tag-default): Function deleted.
14718
14719 * subr.el (find-tag-default): Move from etags.el.
14720
14721 * progmodes/etags.el (find-tag-default): Move to subr.el.
14722
14723 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14724 into the basic character if it has an uppercase form.
14725
14726 2004-08-27 Kenichi Handa <handa@m17n.org>
14727
14728 * international/utf-8.el (utf-8-post-read-conversion): If the
14729 buffer is unibyte, temporarily make it multibyte.
14730
14731 2004-08-27 Masatake YAMATO <jet@gyve.org>
14732
14733 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14734
14735 2004-08-25 John Paul Wallington <jpw@gnu.org>
14736
14737 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14738 0, 1, and many mismatches in message.
14739 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14740
14741 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14742 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14743
14744 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14747 vc-diff-switches differently.
14748
14749 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14750
14751 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14752 before and a real defvar after
14753 `speedbar-supported-extension-expressions'. This is to silence
14754 the compiler without breaking bootstrapping.
14755
14756 2004-08-22 Richard M. Stallman <rms@gnu.org>
14757
14758 * textmodes/flyspell.el (flyspell-word):
14759 Use set-process-query-on-exit-flag.
14760 (flyspell-highlight-duplicate-region): Take POSS as arg.
14761 (flyspell-word): Pass POSS as arg.
14762
14763 * progmodes/ada-xref.el: Many doc and style fixes.
14764 (ada-find-any-references): Use compilation-start.
14765 (ada-get-ali-file-name): Improve error msg.
14766 (ada-get-ada-file-name): Likewise.
14767
14768 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14769 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14770
14771 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14772 Add forward defvar.
14773
14774 * whitespace.el (global-whitespace-mode): New alias
14775 for whitespace-global-mode.
14776
14777 * speedbar.el (speedbar-file-regexp): Move definition up.
14778 (speedbar-mode, speedbar-set-mode-line-format):
14779 Use with-no-warnings.
14780 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14781
14782 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14783 controls whether to display the error buffer.
14784
14785 * ps-mule.el: Delete compatibility code for old Emacsen.
14786 (ps-mule-find-wrappoint): Don't use chars-in-region.
14787
14788 * frame.el (display-mouse-p, display-selections-p):
14789 Use with-no-warnings.
14790
14791 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14792
14793 2004-08-22 David Kastrup <dak@gnu.org>
14794
14795 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14796 information.
14797
14798 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14799
14800 2004-08-22 Andreas Schwab <schwab@suse.de>
14801
14802 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14803
14804 2004-08-22 Masatake YAMATO <jet@gyve.org>
14805
14806 * cvs-status.el (cvs-status-checkout): New function.
14807 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14808
14809 2004-08-21 David Kastrup <dak@gnu.org>
14810
14811 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14812 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14813 has been converted to use hashtables, the relation `nil=none' is
14814 no longer valid, as `nil' is not a hashtable. This patch tries to
14815 reduce the number of resulting errors.
14816
14817 2004-08-21 John Paul Wallington <jpw@gnu.org>
14818
14819 * subr.el (process-kill-without-query): Made obsolete in
14820 version 21.4, not 21.5.
14821
14822 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14823 (vc-previous-comment, vc-next-comment)
14824 (vc-comment-search-reverse, vc-comment-search-forward)
14825 (vc-comment-to-change-log): Likewise.
14826
14827 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14828
14829 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14830
14831 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14832 Correct indentation of DEFMETHODS with non-standard method
14833 combinations (e.g., PROGN, MIN, MAX).
14834
14835 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * startup.el (normal-top-level-add-subdirs-to-load-path):
14838 Avoid unnecessarily checking system-type.
14839 (normal-top-level): Set TERM to "dumb". Simplify.
14840
14841 * avoid.el (mouse-avoidance-ignore-p): New fun.
14842 Also ignore switch-frame, select-window, double, and triple clicks.
14843 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14844 (mouse-avoidance-fancy-hook): Use it.
14845
14846 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14847
14848 * avoid.el (mouse-avoidance-nudge-mouse)
14849 (mouse-avoidance-banish-destination): Stay within the current window
14850 to avoid problems with mouse-autoselect-window.
14851
14852 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14853
14854 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14855 the newer format of some messages in cvs-1.12.1.
14856
14857 2004-08-19 Masatake YAMATO <jet@gyve.org>
14858
14859 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14860 (elp-results-jump-to-definition-by-mouse)
14861 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14862 (elp-output-result): Use elp-output-insert-symname.
14863
14864 2004-08-18 Kenichi Handa <handa@m17n.org>
14865
14866 * language/cyrillic.el: Register koi8-r in
14867 ctext-non-standard-encodings-alist.
14868 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14869
14870 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14871
14872 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14873 that replaces 20xy with xy.
14874
14875 2004-08-17 John Paul Wallington <jpw@gnu.org>
14876
14877 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14878 (reb-force-update): Doc fix.
14879
14880 2004-08-16 Richard M. Stallman <rms@gnu.org>
14881
14882 * progmodes/which-func.el (which-func-update-1): Doc fix.
14883
14884 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14885 (sh-mode-abbrev-table): New variable.
14886
14887 * progmodes/compile.el (compilation-mode): Doc fix.
14888
14889 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14890 Don't cons a new symbol each time.
14891 (eval-last-sexp-fake-value): New variable.
14892
14893 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14894 (copyright-update-year): Detect continuation of list of years.
14895
14896 * term.el (term-default-fg-color, term-default-bg-color)
14897 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14898
14899 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14900
14901 2004-08-16 Davis Herring <herring@lanl.gov>
14902
14903 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14904 (isearch-success, isearch-forward-flag, isearch-other-end)
14905 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14906 (isearch-barrier, isearch-within-brackets)
14907 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14908
14909 2004-08-16 Kenichi Handa <handa@m17n.org>
14910
14911 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14912
14913 2004-08-15 Kenichi Handa <handa@m17n.org>
14914
14915 * term/x-win.el (x-selection-value): If utf8 was successful but
14916 ctext was not, use utf8 string.
14917
14918 2004-08-14 Davis Herring <herring@lanl.gov>
14919
14920 * isearch.el: Remove accidental changes of March 4. Fix backing
14921 up when a regexp isearch is made more general. Use symbolic
14922 accessor functions for isearch stack frames to make usage clearer.
14923 (search-whitespace-regexp): Made groups in documentation shy (as
14924 is the group in the default value).
14925 (isearch-fallback): New function, addresses problems with regexps
14926 liberalized by `\|', adds support for liberalization by `\}' (the
14927 general repetition construct), and incorporates behavior for
14928 `*'/`?'.
14929 (isearch-}-char): New command, calls `isearch-fallback' with
14930 arguments appropriate to a typed `}'.
14931 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14932 appropriately.
14933 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14934 (isearch-string, isearch-message,string, isearch-point)
14935 (isearch-success, isearch-forward-flag, isearch-other-end)
14936 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14937 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14938 New inline functions to read fields of a stack frame.
14939
14940 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14941
14942 * battery.el (battery-linux-proc-acpi): Look into battery
14943 directories matching the literal string "CMB", too (required for
14944 Linux kernel version 2.6.7).
14945
14946 2004-08-14 John Paul Wallington <jpw@gnu.org>
14947
14948 * cus-start.el (read-file-name-completion-ignore-case): Add.
14949 (blink-cursor-alist): Change version to "21.4".
14950
14951 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14952
14953 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14954
14955 * speedbar.el (speedbar-scan-subdirs): New option.
14956 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14957 dolist.
14958 (speedbar-insert-files-at-point): Take an extra argument and use
14959 it to optionally find out if a subdir is empty. Also unreadable
14960 files don't get expand buttons.
14961 (speedbar-directory): New image (unused pixmap already existed).
14962 (speedbar-expand-image-button-alist): Use it.
14963
14964 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14965
14966 CC Mode update to 5.30.9:
14967
14968 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14969 Move from cc-vars to cc-defs for dependency reasons. Fix the
14970 POSIX char class test to check that it works in
14971 `skip-chars-(forward|backward)' too.
14972
14973 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14974 first argument starts with a special brace list.
14975
14976 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14977 when `c-opt-type-concat-key' is used (i.e. in Pike).
14978
14979 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14980 Fix bug when the inner char pair doesn't have paren syntax,
14981 i.e. "(<>)".
14982
14983 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14984 whitespace safe.
14985
14986 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14987 position for `arglist-intro', `arglist-cont-nonempty' and
14988 `arglist-close' when there are two arglist open parens on the same
14989 line and there's nothing in front of the first.
14990
14991 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14992 locking of qualified names in Java, which previously could fontify
14993 common indexing expressions in many cases. The standard Java
14994 naming conventions are used to tell them apart.
14995
14996 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14997 Fix inconsistency wrt opening parens on the first line inside a paren
14998 block.
14999
15000 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
15001 compile time for the sake of `c-major-mode-is'.
15002
15003 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
15004 `c-major-mode-is' in the event that this is used inside a
15005 `c-lang-defconst'.
15006
15007 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
15008 `c-lang-defconst' so that it works better with fallback languages.
15009
15010 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15011 it to fail to record the base mode.
15012
15013 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15014 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15015 is used. Reorder the syntax checks to get more efficient
15016 skipping in some situations.
15017
15018 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15019 continuation which might precede the newly inserted '{'.
15020
15021 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15022 Fix cases where it could loop indefinitely.
15023
15024 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15025 size specs correctly. Only fontify identifiers in front of '('
15026 with as functions - don't accept any paren char. Tighten up
15027 initializer skipping to stop before function and class blocks.
15028
15029 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15030 the point could be left directly after an open paren when finding
15031 the beginning of the first decl in the block.
15032
15033 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15034 table when filtering out legitimate open parens to be recorded.
15035 This could cause cache inconsistencies when e.g.
15036 `c++-template-syntax-table' was temporarily in use.
15037
15038 * progmodes/cc-engine.el (c-on-identifier)
15039 (c-simple-skip-symbol-backward): Small fix for handling "-"
15040 correctly in `skip-chars-backward'. Affected the operator lfun
15041 syntax in Pike.
15042
15043 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15044 Fix bug that could cause an error from `after-change-functions' when
15045 the changed region is at bob.
15046
15047 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15048
15049 CC Mode update to 5.30.9:
15050
15051 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15052 to say that <TAB> doesn't insert WS into a CPP line.
15053 (c-indent-command, c-tab-always-indent): Amend doc strings.
15054
15055 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15056 checks for user errors, thus eliminating cryptic and unhelpful
15057 Emacs error messages. (1) Check the arg to `c-set-style' is a
15058 string. (2) Check that settings to `c-offsets-alist' are not
15059 spuriously quoted.
15060
15061 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15062 which precedes the newly inserted `{'.
15063
15064 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15065
15066 Sync with Tramp 2.0.44.
15067
15068 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15069 function "tramp_file_attributes". Otherwise, file names
15070 containing spaces are misinterpreted. Reported by Magnus Henoch
15071 <mange@freemail.hu>.
15072 (tramp-handle-file-truename): FILENAME must be expanded first.
15073 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15074 obscure results. Reported by D. Goel <deego@gnufans.org>.
15075 (tramp-handle-verify-visited-file-modtime): If file does not
15076 exist, say it is not modified if and only if that agrees with the
15077 buffer's record. Check whether a file is visiting the buffer, or
15078 the buffer has no recorded last modification time. Return t in
15079 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15080 <teirllm@auburn.edu>.
15081 (tramp-handle-write-region): Pass modtime explicitly to
15082 `set-visited-file-modtime', because filename can be different
15083 from (buffer-file-name) if `file-precious-flag' is set.
15084 `set-visited-file-modtime' must be called always when `visit' is t
15085 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15086 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15087 nil, don't apply the whole body. If the file doesn't exists, set
15088 modtime to '(-1 65535). Suggested by Luc Teirlinck
15089 <teirllm@auburn.edu>.
15090
15091 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15092
15093 * help.el (describe-bindings): Doc fix.
15094
15095 * subr.el (kbd): Doc fix.
15096
15097 2004-08-08 John Paul Wallington <jpw@gnu.org>
15098
15099 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15100 instead of `string-to-int'.
15101 (define-ibuffer-column mode): Fix indentation.
15102
15103 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15104
15105 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15106
15107 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15108
15109 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15110
15111 * novice.el (disabled-command-function): New variable renamed from
15112 `disabled-command-hook'.
15113 (disabled-command-hook): Keep the _variable_ as alias for
15114 `disabled-command-function' and make obsolete.
15115 (disabled-command-function): Function renamed from
15116 `disabled-command-hook'. Adapt code to name change of the variable.
15117
15118 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15119
15120 * simple.el (completion-root-regexp): New defvar.
15121 (completion-setup-function): Use it instead of a literal string.
15122
15123 2004-08-07 John Paul Wallington <jpw@gnu.org>
15124
15125 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15126 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15127 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15128 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15129
15130 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15131
15132 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15133 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15134
15135 2004-08-04 Kenichi Handa <handa@m17n.org>
15136
15137 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15138 Fix previous change.
15139
15140 2004-08-03 Kenichi Handa <handa@m17n.org>
15141
15142 * international/encoded-kb.el: The following changes are to
15143 utilize key-translation-map instead of minor mode map.
15144 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15145 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15146 (encoded-kbd-last-key): New function.
15147 (encoded-kbd-iso2022-single-shift): New function.
15148 (encoded-kbd-iso2022-designation)
15149 (encoded-kbd-self-insert-iso2022-7bit)
15150 (encoded-kbd-self-insert-iso2022-8bit)
15151 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15152 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15153 key-translation-map.
15154 (encoded-kbd-setup-keymap): Setup key-translation-map.
15155 (saved-key-translation-map): New variable.
15156 (encoded-kbd-mode): Save/restore key-translation-map.
15157 Adjust for the change of encoded-kbd-setup-keymap.
15158
15159 2004-08-02 Kim F. Storm <storm@cua.dk>
15160
15161 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15162 and call compute-motion with nil for topos and width to get proper
15163 usable width and height for both window and non-window systems.
15164
15165 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15166 calculate usable window width and height.
15167
15168 * window.el (window-buffer-height): Call compute-motion with nil width.
15169
15170 2004-08-01 David Kastrup <dak@gnu.org>
15171
15172 * replace.el (query-replace-read-from):
15173 Use `query-replace-compile-replacement'.
15174 (query-replace-compile-replacement): New function.
15175 (query-replace-read-to): Use `query-replace-compile-replacement'
15176 for repeating the last command.
15177
15178 2004-08-01 John Paul Wallington <jpw@gnu.org>
15179
15180 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15181 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15182 (pr-switches): Remove period from end of error messages.
15183
15184 * help-mode.el (help-go-back): Likewise.
15185
15186 * abbrev.el (only-global-abbrevs): Doc fix.
15187 (edit-abbrevs-map): Define within defvar.
15188 (quietly-read-abbrev-file): Doc fix.
15189
15190 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15191
15192 * novice.el (enable-command, disable-command): Doc fixes.
15193
15194 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15195
15196 2004-07-30 Richard M. Stallman <rms@gnu.org>
15197
15198 * subr.el (with-local-quit): Doc fix.
15199
15200 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15201
15202 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15203
15204 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15205
15206 * custom.el (defcustom): Doc fix.
15207
15208 2004-07-28 Masatake YAMATO <jet@gyve.org>
15209
15210 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15211
15212 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * imenu.el (imenu-prev-index-position-function)
15215 (imenu-extract-index-name-function, imenu-name-lookup-function)
15216 (imenu--index-alist): Docstring redundancy fix.
15217
15218 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15219
15220 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15221 binding dired-backup-overwrite.
15222
15223 2004-07-25 John Paul Wallington <jpw@gnu.org>
15224
15225 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15226
15227 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15228
15229 * term/tty-colors.el (tty-color-approximate): Doc fix.
15230
15231 * select.el (x-get-selection, x-set-selection): Doc fixes.
15232
15233 * frame.el (make-frame): Doc fix.
15234
15235 2004-07-24 Richard M. Stallman <rms@gnu.org>
15236
15237 * mail/rmail.el (rmail-mime-charset-pattern):
15238 Don't include semicolon in the charset value.
15239
15240 * replace.el (occur-next-error): Call set-window-point.
15241 (occur-engine): Handle negative NLINES.
15242
15243 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15244
15245 * frame.el (modify-all-frames-parameters): Minor doc fix.
15246 (set-frame-configuration): Doc fix.
15247
15248 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15249
15250 * simple.el (completion-setup-function): Compute the common parts
15251 and the first difference place correctly when
15252 partial-completion-mode is on.
15253
15254 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15255
15256 * ps-print.el: Doc fix.
15257 (ps-print-version): New version 6.6.5.
15258 (ps-printing-region): Doc fix.
15259 (ps-generate-string-list): Comment fix.
15260 (ps-message-log-max): Code fix.
15261
15262 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15263
15264 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15265 generated PostScript.
15266
15267 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15268
15269 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15270 with Gnus v5_10 branch.)
15271
15272 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15273
15274 * calendar/time-date.el (time-to-number-of-days): New function.
15275 Imported from Gnus.
15276
15277 2004-07-22 Kim F. Storm <storm@cua.dk>
15278
15279 * progmodes/make-mode.el: Fix comments.
15280
15281 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15282
15283 * printing.el: Doc fix.
15284
15285 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15286
15287 * frame.el (modify-all-frames-parameters): Minor doc fix.
15288
15289 2004-07-20 Richard M. Stallman <rms@gnu.org>
15290
15291 * textmodes/fill.el (fill-nobreak-p): If this break point is
15292 at the end of the line, don't consider the newline which follows
15293 as a reason to return t.
15294
15295 2004-07-19 John Paul Wallington <jpw@gnu.org>
15296
15297 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15298
15299 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15300
15301 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15302 Delete irrelevant code.
15303
15304 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15305
15306 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15307 New docstring. From Luc Teirlinck.
15308
15309 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15310
15311 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15312 section.
15313 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15314 non-file buffers. We know it is nil.
15315
15316 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15317
15318 Sync with Tramp 2.0.43.
15319
15320 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15321 Remove outdated comment.
15322 (tramp-locked, tramp-locker): New variables for implementing a
15323 global lock.
15324 (tramp-sh-file-name-handler): Use them to implement the global lock.
15325
15326 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15327
15328 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15329 calls to respective `xxx` calls.
15330 (tramp-process-alive-regexp): Precise doc string.
15331 (tramp-multi-action-process-alive): New defun.
15332 (tramp-multi-actions): Use it.
15333 (tramp-handle-find-backup-file-name): `copy-tree' is available
15334 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15335 in order to avoid this function.
15336 (tramp-handle-write-region): Set current buffer. If connection
15337 wasn't open, `file-modes' has changed it accidentally. Reported by
15338 David Kastrup <dak@gnu.org>.
15339 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15340 HOST.
15341 (tramp-action-password, tramp-multi-action-password): Apply it.
15342 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15343 name must still contain the port number. Otherwise, we have two
15344 Tramp buffers, with all the confusion. Reported by Myron Selby
15345 <myron@xytech.com> and Rolf Dubitzky
15346 <Dubitzky@physi.uni-heidelberg.de>.
15347
15348 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15349 HOST to `tramp-enter-passwd'.
15350
15351 * net/tramp-vc.el (all): Code cleanup. Change all
15352 `tramp-handle-xxx' calls to respective `xxx` calls.
15353
15354 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15355
15356 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15357 functions that are not erroneous if either 1-valued or
15358 multi-valued. Detect functions in this class.
15359 (testcover-1value-functions, testcover-compose-functions)
15360 (testcover-progn-functions) Add some additional functions to lists.
15361 (testcover-mark): Bugfix when marking up the definition for an
15362 empty function.
15363
15364 2004-07-17 Richard M. Stallman <rms@gnu.org>
15365
15366 * replace.el (occur-read-primary-args): Pass default to
15367 read-from-minibuffer.
15368
15369 * mail/footnote.el (footnote-section-tag): Use defcustom.
15370
15371 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15372 Compile font-lock-keywords, not KEYWORDS.
15373 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15374 Add warn, check-type. Handle cerror like error.
15375
15376 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15377
15378 * progmodes/which-func.el (which-func-keymap): New var.
15379 (which-func-face): New face.
15380 (which-func-format): Use them.
15381
15382 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15383
15384 * buff-menu.el (list-buffers-noselect): Append the buffer's
15385 process status to its mode name.
15386
15387 2004-07-16 Kim F. Storm <storm@cua.dk>
15388
15389 * simple.el (inhibit-mark-movement): New defvar.
15390 (beginning-of-buffer, end-of-buffer): Do not push mark if
15391 inhibit-mark-movement is non-nil or C-u prefix is given.
15392
15393 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15394 Init to beginning-of-buffer and end-of-buffer.
15395 (cua--undo-push-mark): New defvar.
15396 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15397 already active and command is in cua--preserve-mark-commands.
15398 Also fix check for shift modifier on non-window systems.
15399 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15400
15401 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15402
15403 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15404 of two integers, instead of a cons.
15405
15406 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15407 `visited-file-modtime' now returns a list of two integers, instead
15408 of a cons.
15409
15410 * dired.el (dired-directory-changed-p): Ditto.
15411
15412 * progmodes/grep.el (grep): Doc fix.
15413
15414 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15415
15416 * autorevert.el (auto-revert-tail-mode)
15417 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15418 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15419 in both at the same time.
15420 (auto-revert-tail-mode): New command.
15421 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15422 (auto-revert-handler): Revert only either tail or whole file.
15423
15424 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15425 add auto-revert-tail-mode.
15426
15427 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15428
15429 * printing.el: Doc fix. Change name of some funs.
15430 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15431 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15432 (pr-standard-file-name): New fun. Replace pr-standard-path.
15433 (pr-call-process): Code fix.
15434
15435 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15436
15437 * subr.el (with-selected-window): Doc fix.
15438
15439 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15440
15441 * subr.el (get-buffer-window-list): Doc fix.
15442
15443 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15444
15445 * files.el (switch-to-buffer-other-window): Doc fix.
15446
15447 * window.el (save-selected-window, one-window-p)
15448 (split-window-keep-point, split-window-vertically)
15449 (split-window-horizontally): Doc fixes.
15450
15451 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15452
15453 * printing.el: Doc fix. Now it uses call-process instead of
15454 shell-command for low command execution.
15455 (pr-version): New version number (6.8).
15456 (pr-shell-file-name): Option removed.
15457 (pr-shell-command): Fun removed.
15458 (pr-call-process): New fun. Replace pr-shell-command.
15459 (pr-standard-path, pr-remove-nil-from-list): New funs.
15460 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15461 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15462 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15463 (pr-ps-utility-process, pr-txt-print): Code fix.
15464
15465 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15466
15467 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15468 boolean.
15469
15470 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15471
15472 * wid-edit.el (widget-field-buffer): Doc fix.
15473
15474 2004-07-09 John Paul Wallington <jpw@gnu.org>
15475
15476 * emacs-lisp/re-builder.el (reb-update-overlays):
15477 Distinguish between one and several matches in message.
15478
15479 2004-07-09 Richard M. Stallman <rms@gnu.org>
15480
15481 * mouse.el (mouse-set-region-1): If transient-mark-mode
15482 is `identity', change it to `only'.
15483
15484 * simple.el (current-word): Doc fix.
15485
15486 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15487
15488 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15489 so that it is more understanding of whitespace.
15490
15491 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15492 (("ns" . "element") (attr-list) children) instead of
15493 ((:ns . "element") (attr-list) children) in order to reduce the
15494 number of symbols used.
15495 (xml-skip-dtd): Change to use xml-parse-dtd but set
15496 xml-validating-parsing to nil.
15497 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15498 (xml-substitute-entity): Remove in favor of new entity substitution.
15499 (xml-substitute-special): Rewrite in to substitute complex
15500 entities from DOCTYPE declarations.
15501 (xml-parse-fragment): Parse fragments from entity declarations.
15502 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15503 (xml-parse-dtd, xml-substitute-special): Make validity checks
15504 conditioned on xml-validating-parser. Add "Not Well Formed" to
15505 error messages about well-formedness.
15506
15507 2004-07-08 Steven Tamm <steventamm@mac.com>
15508
15509 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15510 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15511 Do not treat double clicks and triple clicks specially in the
15512 scroll bar (preventing strange repositioning problems)
15513
15514 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * replace.el (query-replace-regexp-eval): Fix last change.
15517
15518 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * replace.el (query-replace-descr): New fun.
15521 (query-replace-read-from, query-replace-read-args): Default to the
15522 previous from&to.
15523 (query-replace-read-to): Quote the `from' string when displaying it.
15524 (query-replace-regexp-eval): Immediately check read-only status.
15525 Use query-replace-read-from to get the \n checking.
15526 Quote the `from' string when displaying it.
15527 (map-query-replace-regexp, occur-read-primary-args):
15528 Quote the `from' string when displaying it.
15529
15530 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15531 delimited-ness of the search to query-replace.
15532
15533 * replace.el (query-replace-read-from, query-replace-read-to):
15534 New funs extracted from query-replace-read-args.
15535 (query-replace-read-args): Use them.
15536
15537 * replace.el (query-replace-interactive, query-replace-read-args):
15538 Remove the `initial' special value.
15539 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15540 (occur-engine): Remove unused var `matchend'.
15541
15542 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15543 Use the search string without prompting.
15544
15545 2004-07-05 Kenichi Handa <handa@m17n.org>
15546
15547 * international/mule.el (decode-coding-inserted-region):
15548 Set last-coding-system-used only when coding is nil.
15549
15550 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15551
15552 * progmodes/grep.el (grep-compute-defaults, grep-command)
15553 (grep-program, find-program, grep-find-use-xargs, grep-history)
15554 (grep-find-history, grep-tag-default, grep-find-command)
15555 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15556 Add autoload cookies, for unbundled packages that load `compile'
15557 and expect all grep-related symbols to become defined.
15558
15559 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15560
15561 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15562 (iimage-mode-image-search-path): New user option to search the
15563 image file.
15564 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15565 have locate-file.
15566 (iimage-mode-buffer): Use it.
15567
15568 2004-07-03 Nick Roberts <nickrob@gnu.org>
15569
15570 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15571 carefully.
15572 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15573
15574 2004-07-03 Juri Linkov <juri@jurta.org>
15575
15576 * replace.el (query-replace-read-args): Swallow space after 'foo,
15577 not after (quote foo). Match space only immediately after symbol,
15578 not anywhere in the whole string.
15579
15580 2004-07-02 Richard M. Stallman <rms@gnu.org>
15581
15582 * replace.el (query-replace-read-args): Swallow space after
15583 symbols, not after closeparens. But avoid error if string ends there.
15584
15585 * progmodes/python.el (python-beginning-of-statement):
15586 Exit the loop if backward-up-list gets error.
15587
15588 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15589
15590 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15591
15592 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15593 only if vc-consult-headers is non-nil.
15594
15595 2004-07-02 Juri Linkov <juri@jurta.org>
15596
15597 * pcvs.el (cvs-mode-diff-repository): New command.
15598
15599 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15600
15601 2004-07-01 Juri Linkov <juri@jurta.org>
15602
15603 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15604 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15605 C-M-% to isearch-query-replace-regexp.
15606 (minibuffer-local-isearch-map): Add arrow key bindings.
15607 Bind C-f to isearch-yank-char-in-minibuffer.
15608 (isearch-forward): Doc fix.
15609 (isearch-edit-string): Doc fix.
15610 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15611 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15612 (isearch-yank-char): Add optional arg.
15613 (isearch-yank-char-in-minibuffer): New fun.
15614
15615 * replace.el (query-replace-interactive): Change type from boolean
15616 to choice. Add value `initial'.
15617 (query-replace-read-args): Handle value `initial' of
15618 query-replace-interactive.
15619
15620 2004-06-29 Kim F. Storm <storm@cua.dk>
15621
15622 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15623 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15624
15625 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15626 Add :group 'ada.
15627
15628 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15629
15630 2004-06-29 Juri Linkov <juri@jurta.org>
15631
15632 * replace.el (query-replace-read-args): Swallow a space after
15633 everything except )]" which in most cases means after a symbol.
15634
15635 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15636
15637 2004-06-28 Richard M. Stallman <rms@gnu.org>
15638
15639 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15640 More changes to go with previous change in font-lock.el.
15641
15642 2004-06-26 David Kastrup <dak@gnu.org>
15643
15644 * replace.el (perform-replace): Highlight the match even in
15645 non-query mode if there is potential replace string editing.
15646
15647 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15648
15649 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15650 agree with new return value of `file-remote-p'.
15651 This syncs with Tramp 2.0.42.
15652
15653 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15654 according to new documentation of `file-remote-p'.
15655
15656 * files.el (file-remote-p): Fix doc to say that return value is
15657 identification of remote system, if not nil.
15658 (file-relative-name): Use new return value of `file-remote-p'.
15659
15660 2004-06-26 Nick Roberts <nickrob@gnu.org>
15661
15662 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15663 (gdb-goto-breakpoint): Fix breakage.
15664
15665 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15666
15667 * man.el (Man-getpage-in-background): Add windows-nt to the list
15668 of systems where shell-file-name should be used instead of
15669 literal "sh".
15670
15671 2004-06-25 Sam Steingold <sds@gnu.org>
15672
15673 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15674 function names `(setf symbol)'.
15675
15676 2004-06-24 Richard M. Stallman <rms@gnu.org>
15677
15678 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15679
15680 * font-lock.el (font-lock-keywords): Change format of compiled values.
15681 Document it.
15682 (font-lock-add-keywords): If font-lock-keywords is compiled,
15683 extract the uncompiled version, modify, then recompile.
15684 (font-lock-remove-keywords): Likewise.
15685 (font-lock-fontify-keywords-region): Handle changed format.
15686 (font-lock-compile-keywords): Handle changed format.
15687 (font-lock-set-defaults): Compile the keywords explicitly here.
15688
15689 2004-06-24 David Kastrup <dak@gnu.org>
15690
15691 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15692 replacements here.
15693 (query-replace-regexp): Doc string explaining this and the new
15694 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15695 is better placed in `query-replace-read-args'.
15696 (replace-regexp): Explain `\,', `\#' and `\?'.
15697 (replace-match-data): New function for thorough reuse/destruction
15698 of old match-data.
15699 (replace-match-maybe-edit): Function for implementing `\?' editing.
15700 (perform-replace): Fix maintaining of the match stack including
15701 already matched regions, implement `\?', fix various problems
15702 with regions while editing and other stuff.
15703 (replace-highlight): Simplify.
15704
15705 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15706
15707 * progmodes/grep.el (grep-error-screen-columns): New variable.
15708 (grep-regexp-alist): Give it the full functionality of gnu style
15709 compilation messages with line and column ranges. Ask me for the
15710 perl script I'm working on, that uses these.
15711
15712 2004-06-23 Nick Roberts <nickrob@gnu.org>
15713
15714 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15715 Remove.
15716 (comint-insert-input, comint-mouse-insert-input): New functions
15717 based on comint-insert-clicked-input for two bindings but just
15718 one functionality.
15719
15720 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15721
15722 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15723
15724 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15725
15726 * files.el (write-contents-functions): Doc fix.
15727
15728 2004-06-21 Juanma Barranquero <lektu@terra.es>
15729
15730 * image.el (image-library-alist): Rewrite docstring in active voice.
15731
15732 2004-06-20 Richard M. Stallman <rms@gnu.org>
15733
15734 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15735
15736 * isearch.el (isearch-repeat): Avoid testing old match data.
15737 (isearch-message): Display trailing space in special font
15738 when search is failing.
15739 (isearch-search-fun-function): Doc fix.
15740
15741 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15742
15743 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15744
15745 * frame.el (show-trailing-whitespace): Doc fix.
15746
15747 * cus-edit.el (custom-variable-documentation): New function.
15748 (custom-variable): Use it.
15749
15750 2004-06-19 Nick Roberts <nickrob@gnu.org>
15751
15752 * man.el (Man-getpage-in-background): Revert previous change but
15753 make cygwin a special case.
15754
15755 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15756
15757 * autorevert.el (global-auto-revert-non-file-buffers):
15758 Update docstring.
15759
15760 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15761
15762 * progmodes/compile.el (compilation-error-properties): Store one
15763 more than end-col, if present, so that transient-mark-mode will
15764 highlight last char too.
15765 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15766 ranges, if present.
15767
15768 2004-06-18 Jason Rumney <jasonr@gnu.org>
15769
15770 * makefile.w32-in: Double percent signs in for loops.
15771
15772 2004-06-17 David Kastrup <dak@gnu.org>
15773
15774 * replace.el (query-replace-read-args): Only warn about use of \n
15775 and \t when we are doing a regexp replacement and the actual
15776 escaped character is n or t.
15777 (query-replace-regexp): Add \, and \# interpretation to
15778 interactive call and document it.
15779 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15780 as shortkey for replace-count.
15781 (replace-quote): New function for doubling backslashes.
15782
15783 2004-06-17 Juanma Barranquero <lektu@terra.es>
15784
15785 * files.el (parse-colon-path, cd): Mention in docstring that the
15786 path separator is colon in GNU-like systems.
15787
15788 * newcomment.el (comment-region-internal): Fix docstring.
15789
15790 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15791 (ewoc-invalidate, ewoc-collect): Doc fixes.
15792 (ewoc--create-node, ewoc--delete-node-internal):
15793 Fix typos in docstring.
15794
15795 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15796
15797 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15798 manual to docstring.
15799
15800 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15801
15802 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15803
15804 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15805
15806 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15807 Add hyperlink to emacs-xtra manual to docstring.
15808
15809 * autorevert.el (global-auto-revert-non-file-buffers):
15810 Add hyperlink to emacs-xtra manual to docstring, as well as an
15811 info-link.
15812
15813 2004-06-14 Juanma Barranquero <lektu@terra.es>
15814
15815 * image.el (image-library-alist): New variable to map image types
15816 to external libraries. Initialized to nil, unless system-specific
15817 configs change it.
15818 (image-type-available-p): Determine whether an image type is
15819 available by calling `init-image-library'.
15820
15821 * term/w32-win.el (image-library-alist): Initialize to a known set
15822 of probable library names.
15823
15824 2004-06-14 Kenichi Handa <handa@m17n.org>
15825
15826 * international/code-pages.el (windows-1256, cp1125): Fix tables
15827 for several characters.
15828
15829 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15830
15831 2004-06-13 Richard M. Stallman <rms@gnu.org>
15832
15833 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15834
15835 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15836 not "`pc-selection-mode'".
15837
15838 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15839
15840 * simple.el (previous-matching-history-element): Specify a default.
15841
15842 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15843
15844 * cus-face.el (custom-declare-face): Simplify code.
15845
15846 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15847
15848 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15849
15850 * files.el (before-save-hook): Add `time-stamp' to the options.
15851
15852 * time-stamp.el (time-stamp): Recommend adding it to
15853 `before-save-hook', rather than `write-file-functions'.
15854 Make a similar change in `Commentary' section.
15855
15856 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15857
15858 * diff-mode.el (diff-current-defun): If at start of hunk, use
15859 position of first change.
15860
15861 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15862
15863 * dired-x.el (dired-mark-omitted): Bind to "*O".
15864
15865 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15866
15867 * bookmark.el (bookmark-bmenu-relocate): New function, as
15868 suggested by David J. Biesack <David.Biesack@sas.com>.
15869 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15870 (bookmark-bmenu-mode): Describe binding in doc string.
15871 (bookmark-set-filename): Save the bookmark list if it's time.
15872
15873 2004-06-13 Kenichi Handa <handa@m17n.org>
15874
15875 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15876 (ccl-untranslated-to-ucs): Fix typo.
15877
15878 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15879
15880 * progmodes/python.el (python-open-block-statement-p):
15881 Fix indentation after a block opening that contains a comment.
15882
15883 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15884
15885 * bindings.el (completion-ignored-extensions): Add file extensions
15886 of Python byte-compiled files.
15887
15888 2004-06-12 Juri Linkov <juri@jurta.org>
15889
15890 * info.el (Info-goto-node): Add autoload.
15891 (Info-toc): Add substring-no-properties on Info file name.
15892 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15893 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15894
15895 2004-06-12 Kenichi Handa <handa@m17n.org>
15896
15897 * international/mule-cmds.el (set-language-environment):
15898 Load subst tables if necessary.
15899
15900 * international/mule.el (decode-char): Load subst tables if necessary.
15901 (encode-char): Likewise.
15902
15903 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15904 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15905 (utf-16le-decode-loop): Set r5 to -1 before loop.
15906 (utf-16be-decode-loop): Likewise.
15907 (ccl-decode-mule-utf-16le): Add EOF processing block.
15908 (ccl-decode-mule-utf-16be): Likewise.
15909 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15910 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15911 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15912 (ccl-mule-utf-16-encode-untrans): New CCL.
15913 (utf-16-decode-to-ucs): Handle pre-read character.
15914 (utf-16le-encode-loop): Handle surrogate pair.
15915 (utf-16be-encode-loop): Likewise.
15916 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15917 of utf-16le-encode-loop.
15918 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15919 of utf-16be-encode-loop.
15920 (mule-utf-16-post-read-conversion):
15921 Call utf-8-post-read-conversion at first.
15922 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15923 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15924 Add post-read-conversion and pre-write-conversion.
15925
15926 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15927 (utf-translate-cjk-unicode-range): New variable.
15928 (utf-translate-cjk-load-tables): New function.
15929 (utf-lookup-subst-table-for-decode): New function.
15930 (utf-lookup-subst-table-for-encode): New function.
15931 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15932 tables here. Update safe-charsets of utf-* coding systems.
15933 (ccl-mule-utf-untrans): New CCL.
15934 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15935 at end of each branch.
15936 (ccl-mule-utf-8-encode-untrans): New CCL.
15937 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15938 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15939 length of encoding. Don't return r0.
15940 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15941 (utf-8-post-read-conversion): Narrow to region properly.
15942 If utf-translate-cjk-mode is on, load tables if necessary.
15943 Call utf-8-compose with hash-table arg if necessary.
15944 Call XXX-compose-region instead of XXX-post-read-conversion.
15945 (utf-8-pre-write-conversion): New function.
15946 (mule-utf-8): Include CJK charsets in safe-charsets if
15947 utf-translate-cjk-mode is on. Add pre-write-conversion.
15948
15949 * international/characters.el: Temporarily set
15950 utf-translate-cjk-mode to nil.
15951
15952 * language/devan-util.el (devanagari-compose-region):
15953 Add autoload cookie.
15954
15955 * international/ccl.el (ccl-dump-call): Fix printing the
15956 subroutine name.
15957
15958 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15959
15960 * dired.el (dired-revert): If buffer is marked unmodified before
15961 reverting, keep it marked unmodified.
15962 Adapt to new conventions for commenting out code.
15963 (dired-make-relative): Adapt to new conventions for commenting out code.
15964
15965 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15966
15967 * eshell/esh-module.el (eshell-load-defgroups):
15968 Bind `vc-handled-backends' to nil when opening files.
15969
15970 2004-06-11 Juanma Barranquero <lektu@terra.es>
15971
15972 * files.el (parse-colon-path, cd): Doc fixes (refer to
15973 `path-separator', not colon).
15974
15975 2004-06-10 Juanma Barranquero <lektu@terra.es>
15976
15977 * newcomment.el (comment-search-forward)
15978 (comment-search-backward): Fix typos in docstring.
15979 (comment-region): Doc fix.
15980
15981 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15982
15983 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15984 switch is no longer stored in `dired-switches-alist'.
15985
15986 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15987 `dired-switches-alist'.
15988
15989 2004-06-10 Kim F. Storm <storm@cua.dk>
15990
15991 * pcvs.el (cvs-mode-diff-yesterday): New command.
15992
15993 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15994
15995 2004-06-10 Juri Linkov <juri@jurta.org>
15996
15997 * emacs-lisp/edebug.el (edebug-eval-defun):
15998 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15999 Fix docstring.
16000
16001 * simple.el (eval-expression-print-format): Don't print additional
16002 information on the first call to `eval-print-last-sexp'.
16003 (next-error-find-buffer): Fix punctuation.
16004 (killing) <defgroup>: Fix punctuation.
16005 (yank-excluded-properties): Change group from editing to killing.
16006
16007 * replace.el (perform-replace): Use `limit' to terminate the
16008 while-loop explicitly.
16009
16010 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16011
16012 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16013 Use lc-*.xpm as prefix instead of *-locol.xpm.
16014
16015 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16016 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16017 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16018 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16019 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16020 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16021 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16022 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16023 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16024 * toolbar/lc-up_arrow.xpm:
16025 Rename from *-locol.xpm.
16026
16027 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16028
16029 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16030 include forms like &<str>; as valid url patterns.
16031
16032 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16033
16034 * dired.el (dired-diff, dired-backup-diff)
16035 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16036 (dired-do-chown, dired-do-touch, dired-do-print)
16037 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16038 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16039 (dired-create-directory, dired-do-copy, dired-do-symlink)
16040 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16041 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16042 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16043 (dired-maybe-insert-subdir, dired-next-subdir)
16044 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16045 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16046 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16047 (dired-run-shell-command, dired-query): Remove redundant,
16048 or incorrect, autoloads.
16049
16050 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16051 does not end in a slash. Add optional argument KILL-ROOT.
16052 Update docstring.
16053 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16054 (dired-query): Add autoloads.
16055
16056 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16057
16058 * progmodes/compile.el (compilation-set-window-height):
16059 Rearrange the save-* functions because a buffer can have several current
16060 point in different windows.
16061 (compilation-error-regexp-alist-alist): Recognize {standard input}
16062 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16063
16064 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16065
16066 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16067 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16068 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16069 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16070 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16071 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16072 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16073 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16074 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16075 * toolbar/up_arrow-locol.xpm:
16076 New versions of icons that uses fewer colors.
16077
16078 * toolbar/tool-bar.el (tool-bar-local-item)
16079 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16080 if display-color-cells is 256 or less.
16081
16082 2004-06-08 Kim F. Storm <storm@cua.dk>
16083
16084 * wid-edit.el (widget-specify-button): Use hand pointer rather
16085 than mouse-face as visible mouse-over effect.
16086
16087 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16088
16089 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16090 and `print-level' to nil when writing out `save-place-alist'.
16091 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16092
16093 2004-06-07 Juanma Barranquero <lektu@terra.es>
16094
16095 * completion.el (completion-kill-region): Doc fix.
16096
16097 * format.el (format-insert-annotations)
16098 (format-annotate-location): Doc fixes.
16099 (format-subtract-regions): Make arguments match their use in docstring.
16100
16101 * simple.el (kill-region): Doc fix.
16102
16103 * subr.el (insert-buffer-substring-no-properties)
16104 (insert-buffer-substring-as-yank): Doc fixes.
16105
16106 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16107
16108 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16109 Update docstring.
16110 (dired-reset-subdir-switches): New function.
16111
16112 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16113 Limit scope of `buffer-read-only' binding.
16114
16115 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16116
16117 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16118 eshell-explicit-command-char.
16119
16120 2004-06-06 Juanma Barranquero <lektu@terra.es>
16121
16122 * help-fns.el (help-argument-name): Inherit from italic face only
16123 if the frame supports it.
16124
16125 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16126
16127 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16128 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16129 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16130 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16131 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16132 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16133 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16134 New conversions from xpm files.
16135
16136 * toolbar/README: New file.
16137
16138 2004-06-06 Richard M. Stallman <rms@gnu.org>
16139
16140 * isearch.el (isearch-mode-map): Undo previous change.
16141
16142 2004-06-05 Juri Linkov <juri@jurta.org>
16143
16144 * bindings.el (debug-ignored-errors): Add regexps for history
16145 related messages. Remove $ from "No further undo information".
16146 Move Ediff's messages to ediff.el.
16147
16148 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16149
16150 * cus-edit.el (custom-display): Add `min-colors'.
16151
16152 * custom.el (defface): Add `supports' to docstring.
16153
16154 * help-fns.el (help-argument-name): Add :group 'help.
16155
16156 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16157
16158 * find-dired.el (find-ls-subdir-switches): New user option.
16159 (find-dired): No longer call `abbreviate-file-name' on DIR.
16160 Set `dired-subdir-switches' buffer-locally.
16161
16162 * locate.el: Merge the two `Commentary' sections.
16163 (locate-ls-subdir-switches): New user option.
16164 (locate): Update for other changes.
16165 (locate-mode-map): Restore Dired binding for mouse-2.
16166 Bind `locate-mouse-view-file' to M-mouse-2.
16167 Bind `l' to `locate-do-redisplay'.
16168 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16169 (locate-mouse-view-file, locate-tags, locate-find-directory):
16170 Print message if used outside main listing.
16171 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16172 Various changes to support inserted subdirectories.
16173 (locate-insert-header): Change header of *Locate* buffer.
16174
16175 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16176 Change interactive default switches.
16177 (dired-rename-subdir-2): Update `dired-switches-alist'.
16178 (dired-insert-subdir, dired-kill-subdir):
16179 Handle `dired-switches-alist'. Do not mark buffer modified.
16180 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16181 (dired-insert-subdir-doinsert): Omit messages.
16182 Handle `dired-subdir-switches'.
16183 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16184
16185 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16186 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16187 subdirs if -R switch is used for a subdir.
16188 (dired-mode): Set `dired-switches-alist'.
16189 (dired-build-subdir-alist): Only print number of directories in
16190 echo area when invoked interactively.
16191
16192 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16193
16194 * dired-x.el (dired-omit-mode): Rename from
16195 dired-omit-files-p. Use define-minor-mode to define it.
16196 (dired-omit-files-p): Add as alias for dired-omit-mode.
16197 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16198 dired-mark-omitted.
16199 (dired-mark-omitted): Add. Bind to M-O.
16200
16201 2004-06-05 Kenichi Handa <handa@m17n.org>
16202
16203 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16204
16205 2004-06-05 Juanma Barranquero <lektu@terra.es>
16206
16207 * help-fns.el (help-argument-name): Reintroduce face.
16208 (help-default-arg-highlight): Use it, now that
16209 `face-differs-from-default-p' can be trusted.
16210
16211 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16212
16213 * textmodes/table.el: Sentence commands added to Point Motion
16214 group; kill and backward-kill commands added to Extraction group.
16215
16216 2004-06-04 Mario Lang <mlang@delysid.org>
16217
16218 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16219 systems appear to use mW, make the code handle this. Fix a
16220 division-by-zero bug while at it, and handle kernels with
16221 a slightly different layout in /proc/acpi.
16222
16223 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16224
16225 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16226 because the latter is a CL-ism. This fixes the bug reported by
16227 Shawn Boyette <mdxi@collapsar.net> in
16228 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16229
16230 2004-06-04 Miles Bader <miles@gnu.org>
16231
16232 * faces.el (display-supports-face-attributes-p): Function moved to
16233 C code. Previously only the tty-related portion of this function
16234 was done in C; however the previous attempt to do a halfway-proper
16235 job for non-tty displays in lisp didn't work properly because of
16236 funny conditions during Emacs startup.
16237 (face-differs-from-default-p): Simplify, now that
16238 display-supports-face-attributes-p works properly on all display
16239 types. Remove :stipple from comparison; it doesn't really work
16240 in emacs anyway.
16241
16242 2004-06-04 Miles Bader <miles@gnu.org>
16243
16244 * faces.el (face-differs-from-default-p): Use a different
16245 implementation, so we can really check whether FACE displays
16246 differently or not.
16247
16248 2004-06-04 Miles Bader <miles@gnu.org>
16249
16250 * faces.el (display-supports-face-attributes-p): Implement a
16251 `different from default' check for non-tty displays.
16252
16253 2004-06-03 David Kastrup <dak@gnu.org>
16254
16255 * woman.el (woman-mapcan): More concise code.
16256 (woman-topic-all-completions, woman-topic-all-completions-1)
16257 (woman-topic-all-completions-merge): Replace by a simpler and
16258 much faster implementation based on O(n log n) sort/merge instead
16259 of the old O(n^2) behavior.
16260
16261 2004-06-03 Miles Bader <miles@gnu.org>
16262
16263 * subr.el (read-number): Use canonical format for default in prompt.
16264
16265 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16266 Add regexp for " [...]" style defaults.
16267
16268 2004-06-02 Romain Francoise <romain@orebokech.com>
16269
16270 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16271 groups: if the user asks for a hidden buffer, open the
16272 corresponding filter group to expose it.
16273
16274 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16275 `ibuffer-jump-to-buffer'.
16276 (ibuffer-jump-offer-only-visible-buffers): New user option.
16277
16278 2004-06-02 Juanma Barranquero <lektu@terra.es>
16279
16280 * faces.el (frame-update-faces): Add empty docstring so the one
16281 for `ignore' doesn't show through.
16282
16283 * subr.el (process-kill-without-query): Remove spurious "\n" on
16284 obsolescence string.
16285 (focus-frame, unfocus-frame): Add obsolescence declaration and
16286 empty docstring.
16287
16288 * international/mule.el (register-char-codings): Make alias for
16289 `ignore'. Move docstring to obsolescence info and remove redundancy.
16290
16291 2004-06-02 Kim F. Storm <storm@cua.dk>
16292
16293 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16294 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16295
16296 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16297
16298 * comint.el (comint-replace-by-expanded-history-before-point):
16299 Obey `start' as the docstring says.
16300 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16301 (comint-update-fence): Prevent font-lock from running unnecessarily.
16302 (comint-dynamic-list-completions): Use with-current-buffer.
16303
16304 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16305
16306 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16307 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16308 (bibtex-entry-update): Handle alternatives and optional fields.
16309 (bibtex-parse-entry): Bugfix, handle empty key.
16310
16311 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16312
16313 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16314
16315 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16316
16317 * desktop.el (desktop-save): Don't save minor modes without a
16318 known mode initialization function.
16319
16320 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16321
16322 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16323
16324 * autorevert.el: Update `Commentary' section.
16325
16326 2004-05-30 Juanma Barranquero <lektu@terra.es>
16327
16328 * dos-fns.el (convert-standard-filename):
16329 * files.el (convert-standard-filename):
16330 * w32-fns.el (convert-standard-filename):
16331 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16332
16333 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16334
16335 Sync with Tramp.
16336
16337 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16338 (tramp-let-maybe): Move to an earlier spot in the file.
16339 Patch by Andreas Schwab.
16340
16341 2004-05-30 Andreas Schwab <schwab@suse.de>
16342
16343 * dired.el (dired-get-filename): Don't use dired-re-dot.
16344
16345 2004-05-30 Richard M. Stallman <rms@gnu.org>
16346
16347 * files.el (find-file): Doc fix.
16348
16349 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16350
16351 2004-05-30 Nick Roberts <nickrob@gnu.org>
16352
16353 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16354 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16355 modeline of the locals buffer.
16356 (gdb-goto-breakpoint): Handle gdbmi.
16357 (gdb-get-frame-number): Change for gdbmi.
16358
16359 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16360
16361 * files.el (file-remote-p): Apply file name handler for operation
16362 `file-remote-p'. It isn't a property any longer.
16363 (file-relative-name): `fh' and `fd' get the required value via
16364 `find-file-name-handler' already.
16365
16366 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16367 (top): Remove setting of `file-remote-p' property for
16368 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16369
16370 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16371
16372 Version 2.0.41 of Tramp released.
16373
16374 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16375 Throw away if process has died.
16376 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16377 (tramp-out-of-band-prompt-regexp): Rename to
16378 `tramp-process-alive-regexp', because its usage is widen.
16379 (tramp-actions-copy-out-of-band): Apply it.
16380 (tramp-actions-before-shell, tramp-multi-actions):
16381 Add `tramp-action-process-alive' action.
16382 (tramp-action-process-alive): New defun.
16383 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16384 Add entry for `file-remote-p'.
16385 (tramp-handle-file-remote-p): New defun.
16386 (top): Remove setting of `file-remote-p'. Don't set
16387 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16388
16389 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16390 `file-remote-p'.
16391
16392 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16393 counted for (last) line. [They should or they shouldn't? --Stef]
16394 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16395
16396 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16397
16398 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16399 not really necessary but seems to keep the shell history smaller
16400 in some cases. It is no substitute for setting HISTFILE and
16401 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16402 though. Suggested by Luc Teirlinck.
16403 (tramp-open-connection-setup-interactive-shell): Export variables
16404 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16405 (tramp-set-process-query-on-exit-flag): New compat function.
16406 (tramp-open-connection-multi, tramp-open-connection-su)
16407 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16408 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16409 (tramp-let-maybe): New macro, let-binds a variable only if it
16410 isn't obsolete.
16411 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16412 (tramp-handle-file-truename): Use it.
16413 (tramp-completion-file-name-regexp-unified): Avoid matching
16414 filenames starting with "/:" -- those are reserved for
16415 file-name-non-special.
16416
16417 * tramp-smb.el (tramp-smb-open-connection):
16418 Use tramp-set-process-query-on-exit-flag compat function.
16419
16420 2004-05-29 Richard M. Stallman <rms@gnu.org>
16421
16422 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16423
16424 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16425 (eval-last-sexp-print-value): Print char equivalent regardless
16426 of standard-output value.
16427
16428 * thumbs.el (thumbs-subst-char-in-string): Delete.
16429 (thumbs-thumbname): Use subst-char-in-string.
16430 (thumbs-resize-image): Use condition-case, not ignore-errors.
16431 (thumbs-kill-buffer): Likewise.
16432
16433 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16434 (thumbs-mode): Make buffer read-only.
16435 (thumbs-make-thumb): Unconditionally accept an existing file.
16436 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16437 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16438 (thumbs-show-thumbs-list): Error if images not supported.
16439 (thumbs-save-current-image): Improve prompt string.
16440 (thumbs-mode-map): Define u, R, x.
16441 (thumbs-unmark): New command.
16442 (thumbs-emboss-image): Minor cleanup.
16443 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16444 (thumbs-rename-images): New command.
16445 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16446
16447 * thumbs.el (thumbs-current-image): New function.
16448 (thumbs-file-list, thumbs-file-alist): New functions.
16449 (thumbs-find-image): Delete arg L.
16450 Don't set up thumbs-fileL as buffer-local global var.
16451 (thumbs-find-image-at-point): Use thumbs-current-image.
16452 (thumbs-set-image-at-point-to-root-window): Likewise.
16453 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16454 Record and warn about errors. Update thumbs-markedL for deletions.
16455 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16456 (thumbs-redraw-buffer): Use thumbs-file-list.
16457 (thumbs-mark): Use thumbs-current-image.
16458 (thumbs-show-name): Use thumbs-current-image.
16459
16460 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16461 and imenu--last-menubar-index-alist.
16462
16463 * subr.el (with-selected-window): Undo previous change.
16464
16465 2004-05-29 John Paul Wallington <jpw@gnu.org>
16466
16467 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16468 (thumbs-mouse-find-image): New command.
16469 (thumbs-mode-map): Bind it to mouse-2.
16470 (thumbs-mode): Make mode-class special.
16471 (thumbs-view-image-mode): Likewise.
16472
16473 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16474
16475 * flymake.el: New file.
16476
16477 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16478
16479 * files.el (find-file-noselect-1): Do not bind
16480 `inhibit-read-only' to t during execution of
16481 `find-file-not-found-functions'.
16482
16483 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16484
16485 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16486 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16487
16488 2004-05-28 Juri Linkov <juri@jurta.org>
16489
16490 * simple.el (eval-expression-print-format): New fun.
16491
16492 * simple.el (eval-expression):
16493 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16494 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16495 (edebug-eval-expression): Print additionally the value returned by
16496 `eval-expression-print-format'.
16497
16498 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16499 (insert-pair): Make arguments optional. Find character pair
16500 from `insert-pair-alist' according to the last input event.
16501 (insert-parentheses): Make arguments optional.
16502 (raise-sexp, delete-pair): New funs.
16503
16504 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16505 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16506 Bind C-M-q to `indent-pp-sexp'.
16507
16508 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16509 `pp-to-string' modified to be able to format text with newlines.
16510 (pp-to-string): Move the buffer-formatting part of the code to
16511 `pp-buffer'. Call `pp-buffer'.
16512
16513 * info.el (Info-desktop-buffer-misc-data): Don't save information
16514 about virtual files.
16515 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16516 buffers with names obtained from the desktop file instead of the
16517 default *info* buffer.
16518
16519 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16520
16521 * subr.el (with-selected-window): Only save/restore the selected window.
16522
16523 * progmodes/compile.el (compilation-error-regexp-alist):
16524 Use expand-file-name and data-directory.
16525
16526 * progmodes/grep.el (grep-tree): Rework previous fix.
16527
16528 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16529 after the user marked text with the mouse.
16530
16531 * startup.el (command-line): Keep the first regexp of
16532 auto-save-file-name-transforms intact.
16533
16534 2004-05-28 Juanma Barranquero <lektu@terra.es>
16535
16536 * cus-edit.el (customize-face, customize-face-other-window)
16537 (custom-face-edit-delete): Make arguments match their use in
16538 docstring.
16539 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16540 docstring.
16541
16542 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16543 not `cvs-butlast'.
16544
16545 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16546 `nbutlast' are in subr.el).
16547
16548 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16549 (set-w32-system-coding-system): Doc fixes.
16550
16551 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16552 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16553 Make arguments match their use in docstring.
16554 (artist-draw-region-trim-line-endings)
16555 (artist-mouse-choose-operation): Fix typo in docstring.
16556 (artist-key-set-point-common): Doc fix.
16557
16558 2004-05-28 Simon Josefsson <jas@extundo.com>
16559
16560 * mail/smtpmail.el (smtpmail-open-stream):
16561 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16562
16563 2004-05-26 Simon Josefsson <jas@extundo.com>
16564
16565 * starttls.el: Merge with my GNUTLS based starttls.el.
16566 (starttls-gnutls-program, starttls-use-gnutls)
16567 (starttls-extra-arguments, starttls-process-connection-type)
16568 (starttls-connect, starttls-failure, starttls-success): New variables.
16569 (starttls-program, starttls-extra-args): Doc fix.
16570 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16571 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16572 and pass on to corresponding *-gnutls function if it is set.
16573
16574 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16575
16576 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16577 remote files.
16578
16579 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16580
16581 * files.el (file-name-non-special): There are more operations
16582 which need handling: `find-backup-file-name',
16583 `insert-file-contents', `verify-visited-file-modtime',
16584 `write-region'. Rename t value of method to `add'. Add new
16585 methods `quote' and `unquote-then-quote' to file-arg-indices.
16586
16587 2004-05-25 Juri Linkov <juri@jurta.org>
16588
16589 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16590 (Info-index-nodes): Enclose code in condition-case to catch errors.
16591 (Info-index-node): Don't search all index nodes if request is only
16592 for the current node and file is not in the cache of index nodes.
16593 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16594 for consistency with dired-copy-filename-as-kill.
16595 Bind `S' to Info-search-case-sensitively.
16596 (Info-copy-current-node-name): New arg. With zero prefix arg put
16597 the name inside a function call to `info'. Display copied text in
16598 the echo area.
16599
16600 2004-05-25 Sam Steingold <sds@gnu.org>
16601
16602 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16603 strip the package prefix from the symbol name, if any.
16604 Make it the `find-tag-default-function' for `lisp-mode'.
16605
16606 2004-05-25 John Paul Wallington <jpw@gnu.org>
16607
16608 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16609 instead of obsolete `process-kill-without-query'.
16610
16611 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16612 Declare as variable, not constant.
16613
16614 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16615
16616 * files.el (find-file-noselect-1): Fix bug introduced by
16617 Revision 1.694. As a side effect, `inhibit-read-only'
16618 is again, by default, t during execution of
16619 `find-file-not-found-functions'.
16620 (insert-directory): Check that lines were really inserted by
16621 the --dired switch, before erasing them.
16622
16623 2004-05-24 Nick Roberts <nickrob@gnu.org>
16624
16625 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16626 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16627 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16628 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16629 gud-minor-mode (gdbmi).
16630
16631 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16632
16633 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16634 explicitly select the text to be taken as URL.
16635
16636 2004-05-23 Juri Linkov <juri@jurta.org>
16637
16638 * info.el (Info-index-nodes): New var and fun.
16639 (Info-goto-index, Info-index, info-apropos)
16640 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16641 (Info-index): Fix docstring. Store and restore Info-history-list.
16642 (Info-complete-nodes): New var.
16643 (Info-complete-menu-item): Use it.
16644 (Info-index-node): New fun.
16645 (Info-final-node, Info-forward-node, Info-backward-node)
16646 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16647 Use Info-index-node.
16648 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16649 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16650 (Info-find-node-2): If a node with period in its name not found,
16651 try to find a node without the name part after period.
16652 (Info-select-node): Call Info-fontify-node only if
16653 Info-fontify-maximum-menu-size is not nil.
16654 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16655 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16656 Preserve Info-history-list.
16657 (Info-toc): Set Info-current-file.
16658 (Info-build-toc): Move point to the beginning of the buffer.
16659 Add main-file variable.
16660 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16661 Use backslashed representation of the control character ^_.
16662
16663 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16664 numbers in the new Texinfo 4.7 format.
16665
16666 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16667 regexps for function and variable names.
16668
16669 * descr-text.el (describe-property-list): Add [show] button for
16670 `syntax-table' property with action to pp to a separate buffer.
16671 (describe-char): Replace search-forward by re-search-forward with
16672 whitespace regexp after "character:" to not fail in too narrow windows.
16673
16674 * simple.el (next-error-find-buffer): Add a rule to return
16675 next-error capable buffer if one window on the selected frame
16676 displays such buffer.
16677
16678 2004-05-23 Nick Roberts <nickrob@gnu.org>
16679
16680 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16681 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16682 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16683 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16684 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16685 Handle new value for gud-minor-mode (gdbmi).
16686 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16687 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16688 Change from local to global gdb variable set.
16689 (gdb-ann3): Initialize above gdb variable set.
16690 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16691 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16692 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16693 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16694 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16695 (gdb-info-locals-handler, gdb-invalidate-assembler)
16696 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16697 set as global variables.
16698 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16699 Handle gdbmi.
16700 (gdb-info-breakpoints-custom): Fix regexp.
16701 (def-gdb-var): Delete.
16702
16703 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16704 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16705 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16706 a new mode. The file (gdb-mi.el) for this mode will be included
16707 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16708 primary interface.
16709
16710 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16711
16712 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16713 interpreted as a directory.
16714
16715 2004-05-22 Richard M. Stallman <rms@gnu.org>
16716
16717 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16718 as a close quote.
16719
16720 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16721
16722 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16723 Use assoc-string, not assoc-ignore-case.
16724
16725 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16726
16727 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16728 If moving back then fwd gets a defun that ends before point,
16729 try again moving fwd then back.
16730
16731 * files.el (file-name-non-special): Allow t in file-arg-indices
16732 to mean requote the return value. Use `identity' as an element
16733 rather than as the whole value.
16734
16735 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16736
16737 2004-05-22 Juanma Barranquero <lektu@terra.es>
16738
16739 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16740 `help-make-usage'.
16741 (help-highlight-arguments): Skip function name before searching
16742 for arguments.
16743
16744 2004-05-21 Juanma Barranquero <lektu@terra.es>
16745
16746 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16747 Don't mention in the docstring these arguments meant for
16748 internal (recursive) use only.
16749 (allout-char-spec): Comment out (it's not implemented).
16750 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16751 obsolescence declaration.
16752 (allout-flatten-exposed-to-buffer)
16753 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16754 (my-mark-marker): Doc fix.
16755 (produce-allout-mode-map, allout-sibling-index)
16756 (allout-isearch-expose, allout-distinctive-bullet)
16757 (allout-open-topic, allout-reindent-body)
16758 (allout-rebullet-heading, allout-process-exposed)
16759 (allout-insert-listified, allout-latex-verb-quote)
16760 (allout-insert-latex-header, allout-insert-latex-trailer):
16761 Make arguments match their use in docstring.
16762 (allout-primary-bullet, allout-old-style-prefixes)
16763 (allout-inhibit-protection, allout-init, allout-mode)
16764 (allout-before-change-protect, allout-flag-region):
16765 Use "Emacs" instead of "emacs" in docstrings.
16766
16767 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16768
16769 * international/characters.el: Modify syntax of more characters.
16770
16771 2004-05-21 Masatake YAMATO <jet@gyve.org>
16772
16773 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16774 (etags-tags-completion-table): Show parsing progress.
16775
16776 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16777
16778 * locate.el (locate-prompt-for-command): Shorten first line of
16779 docstring.
16780 (locate-mode): Expand docstring and include keymap summary.
16781
16782 * files.el (find-file-noselect-1): Limit the scope of the
16783 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16784 is, by default, nil during the execution of
16785 `find-file-not-found-functions' and `find-file-hook'.
16786
16787 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16788
16789 * facemenu.el (facemenu-color-name-equal): New function.
16790 (list-colors-display): Use it to compare colors instead of
16791 facemenu-color-equal.
16792
16793 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16794
16795 * compare-w.el (compare-windows-face): Use min-colors instead of
16796 checking for tty or pc types.
16797
16798 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16801 (completion-setup-function): Use with-current-buffer.
16802 Properly save excursion. Simplify.
16803 Don't assume there is necessarily a `mouse-face' property somewhere.
16804
16805 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16806
16807 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16808
16809 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16810 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16811 Use with-current-buffer.
16812 (byte-goto-log-buffer): Delete.
16813 (byte-compile-log-file): Call compilation-forget-errors.
16814
16815 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16816
16817 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16818 output messages into the search result.
16819
16820 2004-05-19 Masatake YAMATO <jet@gyve.org>
16821
16822 * wid-edit.el (widget-radio-button-notify): Revert my last
16823 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16824
16825 2004-05-19 Kenichi Handa <handa@m17n.org>
16826
16827 * international/characters.el: Fix syntax (open/close) of CJK chars.
16828
16829 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16830
16831 * help-mode.el (help-go-back): Don't depend on position of back button.
16832
16833 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16836 files don't contain an accidental additional /.
16837
16838 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16839 in source buffer.
16840
16841 2004-05-18 Masatake YAMATO <jet@gyve.org>
16842
16843 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16844 to widget-apply. :action method assumes 2 arguments, not 3.
16845
16846 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16847
16848 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16849 New constants.
16850 (hs-special-modes-alist): Add an f90-mode entry.
16851
16852 2004-05-17 Sam Steingold <sds@gnu.org>
16853
16854 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16855 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16856
16857 2004-05-16 Kim F. Storm <storm@cua.dk>
16858
16859 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16860
16861 2004-05-15 John Wiegley <johnw@newartisans.com>
16862
16863 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16864 (eshell-output-object-to-target): Improve output speed 20% by not
16865 calling `eshell-stringify' if something is already known to be a string.
16866
16867 2004-05-15 Alex Ott <ott@jet.msk.su>
16868
16869 * textmodes/ispell.el (ispell-local-dictionary-alist):
16870 Add windows-1251 to the choice of coding systems.
16871 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16872 encoded in cp1251.
16873
16874 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16875
16876 * progmodes/compile.el (compilation-warning-face)
16877 (compilation-info-face): Use min-colors.
16878
16879 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16880
16881 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16882 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16883 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16884 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16885 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16886 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16887 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16888 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16889 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16890 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16891 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16892 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16893 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16894 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16895
16896 2004-05-15 Kim F. Storm <storm@cua.dk>
16897
16898 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16899 Use it to set triggered-p element of timer.
16900 (timer-event-handler): Set triggered-p element non-nil while running
16901 the timer function.
16902
16903 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * descr-text.el (describe-char-unicode-data)
16906 (describe-char-unicodedata-file): Re-enable the unicode code now that
16907 the licensing issues have been cleared in the unicode-4 license.
16908 (describe-text-properties-1): Remove unused `overlay' var.
16909 (describe-char): Remove unused var `buffer'.
16910
16911 2004-05-14 David Ponce <david@dponce.com>
16912
16913 * tree-widget.el: New file.
16914
16915 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16916
16917 * language/european.el ("Brazilian Portuguese"): Add support for
16918 Brazilian Portuguese.
16919
16920 2004-05-13 John Wiegley <johnw@newartisans.com>
16921
16922 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16923 `recentf-mode' if this variable has been customized to t.
16924
16925 * eshell/esh-test.el (eshell-test): Call the function
16926 `emacs-version' rather than trying to build a custom version string.
16927
16928 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16929
16930 * net/telnet.el (telnet-mode): Use define-derived-mode.
16931 Don't modify the global value of comint-prompt-regexp.
16932
16933 2004-05-13 John Paul Wallington <jpw@gnu.org>
16934
16935 * version.el (emacs-version): Check for `gtk' feature before
16936 `x-toolkit' feature.
16937
16938 2004-05-13 Juanma Barranquero <lektu@terra.es>
16939
16940 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16941 arguments in the docstring, they're used only in recursive calls.
16942
16943 * help-fns.el (help-arg-highlighting-function)
16944 (help-argument-name): Delete.
16945 (help-default-arg-highlight): New function.
16946 (help-do-arg-highlighting): Use it.
16947
16948 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16949
16950 * calendar/appt.el (appt-disp-window):
16951 Use `calendar-set-mode-line' for a centered mode-line.
16952
16953 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16954
16955 * calendar/appt.el (appt-disp-window): Do not split window
16956 excessively when `split-height-threshold' is low.
16957
16958 2004-05-12 Nick Roberts <nickrob@gnu.org>
16959
16960 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16961 kill-buffer-hook here and make it local.
16962 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16963
16964 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16965
16966 * progmodes/compile.el (compilation-set-window-height):
16967 Use save-excursion to protect against misplaced marker.
16968
16969 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16970
16971 * custom.el (defface): Document that type can have value gtk.
16972
16973 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16974
16975 2004-05-12 Kenichi Handa <handa@m17n.org>
16976
16977 * descr-text.el: Require quail at compile time.
16978 (describe-char): If an input method is on and it supports the
16979 character, show how to input it.
16980
16981 * international/quail.el (quail-install-decode-map): Accept a
16982 char-table whose subtype is `quail-decode-map'.
16983 (quail-store-decode-map-key, quail-gen-decode-map1)
16984 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16985 (quail-show-key): New functions.
16986
16987 2004-05-12 Juanma Barranquero <lektu@terra.es>
16988
16989 * generic.el (define-generic-mode): Remove redundant arglist info.
16990
16991 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16992 Make arguments match their use in docstring.
16993 (help-arg-highlighting-function): New variable.
16994 (help-argument-name): Mention it in the docstring.
16995 (help-do-arg-highlight): Use it. Expand regexp to accept also
16996 ARG-xxx and xxx-ARG references.
16997
16998 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16999
17000 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
17001 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
17002 and "mailto:addr1?to=addr2" equal.
17003
17004 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
17005
17006 * man.el (Man-getpage-in-background): Use shell-file-name
17007 and shell-command-switch variables instead of hard-coded values.
17008
17009 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17010
17011 * iimage.el: New file.
17012
17013 2004-05-11 Juanma Barranquero <lektu@terra.es>
17014
17015 * custom.el (custom-initialize-default, defcustom):
17016 Fix typo in docstring.
17017
17018 * files.el (set-visited-file-name, file-expand-wildcards):
17019 Fix docstring.
17020
17021 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17022
17023 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17024
17025 * subr.el (eventp): Be more discriminating with integers.
17026
17027 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17028
17029 * progmodes/compile.el (compile): Add universal prefix arg.
17030 (compilation-error-regexp-alist-alist): Add edg patterns.
17031
17032 2004-05-10 Sam Steingold <sds@gnu.org>
17033
17034 * textmodes/ispell.el (ispell-message):
17035 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17036
17037 2004-05-10 Dave Love <fx@gnu.org>
17038
17039 * progmodes/python.el (help-buffer): Autoload when compiling.
17040 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17041 (run-python): Prepend to any existing PYTHONPATH.
17042
17043 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17044
17045 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17046 for pending breakpoints.
17047
17048 2004-05-10 Richard M. Stallman <rms@gnu.org>
17049
17050 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17051 directly without calling any functions in Rmail.
17052 (unrmail-unprune): Function deleted.
17053
17054 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17055
17056 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17057 C-c C-z binding.
17058
17059 2004-05-10 Kenichi Handa <handa@m17n.org>
17060
17061 * descr-text.el (describe-char): Fix previous change. Don't make
17062 a unibyte character to multibyte in the *Help* buffer.
17063
17064 2004-05-10 Miles Bader <miles@gnu.org>
17065
17066 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17067 buffer an error if the debugger process is actually running.
17068
17069 2004-05-10 Juanma Barranquero <lektu@terra.es>
17070
17071 * help-fns.el (help-argument-name): Default to italic.
17072 (help-highlight-arguments): Return always (usage . doc), even when
17073 usage is nil.
17074
17075 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17076 (define-ibuffer-filter): Add usage info.
17077 (define-ibuffer-op): Add usage info (but CL-style defaults for
17078 keyword args are not shown).
17079
17080 * subr.el (remove-overlays, read-passwd): Fix docstring.
17081 (start-process-shell-command): Fix docstring. Put usage info in a
17082 format usable by `describe-function'.
17083 (open-network-stream, open-network-stream-nowait)
17084 (open-network-stream-server): Fix docstring.
17085
17086 2004-05-09 Jason Rumney <jasonr@gnu.org>
17087
17088 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17089 Only define cp125* if windows-125* is already defined.
17090
17091 * language/korean.el (cp949): Add alias.
17092
17093 * language/chinese.el (cp936, cp950): Add aliases.
17094
17095 * language/japanese.el (cp932): Add alias.
17096
17097 * term/w32-win.el: Require code-pages.
17098
17099 * international/mule-cmds.el (set-locale-environment):
17100 On MS-Windows use ansi code-page for default coding-systems.
17101 Set up paper sizes for Windows 3 letter languages.
17102
17103 * international/code-pages.el (cp932, cp936, cp949, cp950):
17104 Add aliases. Also add cp125* if not already defined.
17105
17106 2004-05-09 Juanma Barranquero <lektu@terra.es>
17107
17108 * help-fns.el (help-highlight-arguments): Don't try to highlight
17109 missing or autoloaded arglists. Accept structured arguments, like
17110 the first ones of `do' and `flet'.
17111
17112 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17113 (cvs-get-marked): Remove redundant arglist info.
17114
17115 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17116 Don't use CL-style default args.
17117
17118 2004-05-08 Andreas Schwab <schwab@suse.de>
17119
17120 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17121
17122 * international/subst-ksc.el: Fix references to utf-translate-cjk
17123 into utf-translate-cjk-mode.
17124 * international/subst-big5.el: Likewise.
17125 * international/subst-gb2312.el: Likewise.
17126 * international/subst-jis.el: Likewise.
17127 * international/utf-16.el: Likewise.
17128 * international/utf-8.el: Likewise.
17129
17130 2004-05-08 John Wiegley <johnw@newartisans.com>
17131
17132 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17133 "virtual buffers" (off by default), which makes it possible to
17134 switch to the "virtual" buffers of recently visited files. When a
17135 buffer name search fails, and this option is on, iswitchb will
17136 look at the list of recently visited files, and permit matching
17137 against those names. When the user hits RET on a match, it will
17138 revisit that file.
17139 (iswitchb-read-buffer): Add two optional arguments, which makes
17140 isearchb.el possible.
17141 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17142 (iswitchb-next-match): Add support for virtual buffers.
17143
17144 * isearchb.el: This module extends iswitchb to provide "as you
17145 type" buffer selection.
17146
17147 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17148 Ignore the read-only property when flyspell highlighting is on.
17149 Not ignoring it leads to a series of confusing errors.
17150 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17151 but also make sure to call flyspell-incorrect-hook.
17152 (flyspell-maybe-correct-transposition): Perform transposition test
17153 by bit twiddling a string, rather than using a temp buffer.
17154 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17155 buffer. This is also the original version of the code, which
17156 could not be checked in before due to a previous lack of
17157 assignment papers. This version has seen heavy usage on my system
17158 for several years now.
17159
17160 * calendar/cal-bahai.el: New file, which adds support for the
17161 Baha'i calendar to Emacs. This calendar is based on a solar year
17162 of 19 months of 19 days, with 4 intercalary days. Each year
17163 begins on March 21, with the calendar starting in 1844.
17164
17165 * calendar/cal-menu.el, calendar/calendar.el
17166 * calendar/diary-lib.el, calendar/holidays.el:
17167 Added support for using cal-bahai.el.
17168
17169 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17170 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17171 function can be used outside of eshell buffers.
17172 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17173
17174 2004-05-08 Juanma Barranquero <lektu@terra.es>
17175
17176 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17177 word constituent so FOO-ARG is not recognized as an arg.
17178 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17179
17180 * simple.el (next-error): Fix typo in docstring.
17181 (open-line): Make argument names match their use in docstring.
17182 (split-line): Fix docstring.
17183
17184 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17185 usable by `describe-function'.
17186 (gensym, gentemp, typep, ignore-errors): Make argument names match
17187 their use in docstring.
17188
17189 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17190 argument to `help-setup-xref'.
17191
17192 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17193
17194 Version 2.0.40 of Tramp released.
17195
17196 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17197 Use symbol-function to invoke functions only known on some Emacs
17198 flavors. This avoids byte-compiler warnings. Reported by Kevin
17199 Scaldeferri <kevin@scaldeferri.com>.
17200 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17201 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17202 consistent with the other tramp-do-* functions.
17203 (tramp-do-copy-or-rename-file): Calls adjusted.
17204 (tramp-process-initial-commands): Avoid liveness check on shell --
17205 we know that it must be alive since we're opening a connection at
17206 this moment.
17207 (tramp-last-cmd): New internal variable.
17208 (tramp-process-echoes): New tunable.
17209 (tramp-send-command): Set tramp-last-cmd.
17210 (tramp-wait-for-output): Delete echo, if applicable.
17211 (tramp-read-passwd): Construct the key for the password cache in a
17212 way that works for multi methods, too.
17213 (tramp-bug): Add backup-directory-alist and
17214 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17215
17216 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17217
17218 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17219
17220 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17221 (tramp-actions-copy-out-of-band): New defcustoms.
17222 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17223 used instead of a synchronous one. Allows password entering.
17224 (tramp-action-out-of-band): New defun.
17225 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17226 Remove restriction with password from doc string.
17227 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17228 `tramp-out-of-band-prompt-regexp',
17229 `tramp-actions-copy-out-of-band', `password-cache' and
17230 `password-cache-expiry'.
17231 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17232 password caching.
17233 (tramp-touch): FILE can be a local file, too.
17234 (TODO): Remove items done.
17235 (tramp-handle-insert-directory): Properly quote file name also if
17236 not full-directory-p. Handle wildcard case. Reported by Andreas
17237 Schwab <schwab@suse.de>.
17238 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17239 new file.
17240 (tramp-handle-file-local-copy, tramp-handle-write-region):
17241 The permissions of the temporary file are set if filename exists.
17242 Reported by Ted Stern <stern@cray.com>.
17243 (tramp-backup-directory-alist)
17244 (tramp-bkup-backup-directory-info): New defcustoms.
17245 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17246 (tramp-handle-find-backup-file-name): New function.
17247 Implements Tramp's find-backup-file-name.
17248
17249 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17250 for `find-backup-file-name'.
17251
17252 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17253 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17254
17255 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17256
17257 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17258
17259 2004-05-07 Juanma Barranquero <lektu@terra.es>
17260
17261 * subr.el (lambda): Add arglist description to docstring.
17262 (declare): Fix typo in docstring.
17263 (open-network-stream): Fix docstring.
17264 (process-kill-without-query): Fix docstring and add obsolescence info.
17265 (last, butlast, nbutlast): Make arguments match their use in docstring.
17266 (insert-buffer-substring-no-properties): Likewise.
17267 (insert-buffer-substring-as-yank): Likewise.
17268 (split-string): Fix docstring.
17269
17270 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17271 Make argument names match their use in docstring.
17272
17273 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17274
17275 2004-05-06 Nick Roberts <nickrob@gnu.org>
17276
17277 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17278 Fit first sentence on one line for apropos-command.
17279
17280 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 Changes largely merged in from Dave Love's code.
17283 * progmodes/python.el: Doc fixes.
17284 (python-mode-map): Add python-complete-symbol.
17285 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17286 (python-comment-indent, python-complete-symbol)
17287 (python-symbol-completions, python-partial-symbol)
17288 (python-try-complete): New.
17289 (python-indent-line): Remove optional arg. Use python-block-end-p.
17290 (python-check): Bind compilation-error-regexp-alist.
17291 (inferior-python-mode): Use rx. Move keybindings to top level.
17292 Set comint-input-filter.
17293 (python-preoutput-filter): Use rx.
17294 (python-input-filter): Re-introduce.
17295 (python-proc): Start new process if necessary.
17296 Check python-buffer non-nil.
17297 (view-return-to-alist): Defvar.
17298 (python-send-receive): New.
17299 (python-eldoc-function): Use it.
17300 (python-mode-running): Don't defvar.
17301 (python-mode): Set comment-indent-function.
17302 Maybe update hippie-expand-try-functions-list.
17303 (python-indentation-levels): Initialize differently.
17304 (python-block-end-p): New.
17305 (python-indent-line): Use it.
17306 (python-compilation-regexp-alist): Augment.
17307 (run-python): Import `emacs' module to Python rather than loading
17308 code directly. Set python-buffer differently.
17309 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17310 Use python-proc.
17311 (python-send-command): Go to end of comint buffer.
17312 (python-load-file): Use python-proc, emacs.eimport.
17313 (python-describe-symbol): Simplify interactive form.
17314 Use emacs.help. Do use temp-buffer-show-hook.
17315 Call print-help-return-message.
17316 (hippie-exp): Require when compiling.
17317 (python-preoutput-continuation): Use rx.
17318
17319 * diff-mode.el (diff-make-unified): Fix regexp.
17320
17321 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17322
17323 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17324 filter groups from the buffer when rebuilding the Ibuffer buffer
17325 and `ibuffer-show-empty-filter-groups' is nil.
17326
17327 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17328
17329 * ps-print.el (ps-print-quote): Call ps-value-string.
17330 (ps-setup): Call ps-comment-string.
17331 (ps-value-string, ps-comment-string): New funs.
17332
17333 2004-05-06 Juanma Barranquero <lektu@terra.es>
17334
17335 * ehelp.el (electric-help-command-loop): Check whether the last
17336 character is visible, not (point-max).
17337
17338 * help-fns.el (help-argument-name): Default to bold; don't inherit
17339 from font-lock-variable-name-face.
17340 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17341
17342 2004-05-05 Kenichi Handa <handa@m17n.org>
17343
17344 * descr-text.el (describe-char): Copy the character with text
17345 properties and overlays into the first line, and call
17346 describe-text-properties on it.
17347
17348 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17349
17350 * iswitchb.el (iswitchb-global-map): Fix typo.
17351 Remove unwanted ###autoloads from source file.
17352
17353 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17354
17355 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17356 in run-hooks. Use substitute-command-keys in message.
17357 (wdired-abort-changes): Add message.
17358
17359 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17360
17361 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17362 (sql-emacs20-p): Remove.
17363 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17364 (sql-builtin-face, sql-doc-face): Remove.
17365 (sql-mode-ansi-font-lock-keywords)
17366 (sql-mode-oracle-font-lock-keywords)
17367 (sql-mode-postgres-font-lock-keywords)
17368 (sql-mode-linter-font-lock-keywords)
17369 (sql-mode-ms-font-lock-keywords)
17370 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17371 (sql-product-font-lock): Fix font-lock reset when font rules change.
17372 (sql-highlight-product): Remove incorrect font-lock reset logic.
17373
17374 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17375
17376 * ses.el (ses-set-parameter): Fix typo.
17377
17378 2004-05-04 Kim F. Storm <storm@cua.dk>
17379
17380 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17381 Must expand directory for completion to work; and don't mess with
17382 process-environment.
17383 (ido-read-file-name): If command has ido property, don't use ido
17384 if value is ignore, or read as directory if value is dir.
17385 Set ido ignore property for dired-do-rename command.
17386
17387 2004-05-04 Juanma Barranquero <lektu@terra.es>
17388
17389 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17390 (electric-help-help): Check against unmapped commands.
17391
17392 * help-fns.el (help-argument-name): New face, inheriting from
17393 font-lock-variable-name-face, to highlight function arguments in
17394 `describe-function' and `describe-key'.
17395 (help-do-arg-highlight): Auxiliary function to highlight a given
17396 list of arguments in a string.
17397 (help-highlight-arguments): Highlight the function arguments and
17398 all uses of them in the docstring.
17399 (describe-function-1): Use it. Do docstring output via `insert',
17400 not 'princ', so text attributes are preserved.
17401
17402 * winner.el (winner-mode-map): Move `winner-undo' and
17403 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17404 previous bindings conflict with `prev-buffer', `next-buffer').
17405
17406 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17407
17408 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17409 (bibtex-entry-update): New command bound to C-c C-u.
17410 (bibtex-text-in-string): Fix regexp.
17411 (bibtex-assoc-of-regexp): Remove.
17412 (bibtex-progress-message): Fix docstring.
17413 (bibtex-inside-field): Use if.
17414 (bibtex-assoc-regexp): New function.
17415 (bibtex-format-entry): Make code more robust so that it formats
17416 also old entries.
17417 (bibtex-autokey-demangle-title): Merge with obsolete function
17418 bibtex-assoc-of-regexp.
17419 (bibtex-field-list): New function.
17420 (bibtex-entry): Use bibtex-field-list.
17421 (bibtex-parse-entry): Fix docstring.
17422 (bibtex-print-help-message): Use bibtex-field-list.
17423 (bibtex-make-field): Use bibtex-field-list.
17424 (bibtex-entry-index): Bugfix. Return crossref key if required.
17425 (bibtex-lessp): Fix docstring.
17426
17427 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17428
17429 * select.el (xselect-convert-to-string): Move comment to intended line.
17430
17431 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17432
17433 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17434 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17435
17436 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17437
17438 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17439 x-get-selection.
17440
17441 2004-05-03 Jason Rumney <jasonr@gnu.org>
17442
17443 * makefile.nt: Remove.
17444
17445 2004-05-03 Kim F. Storm <storm@cua.dk>
17446
17447 * emulation/cua-base.el (cua--update-indications): Fix last change.
17448 (cua-mode): Deactivate mark when cua-mode is enabled.
17449
17450 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17451
17452 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17453
17454 2004-05-03 Nick Roberts <nickrob@gnu.org>
17455
17456 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17457 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17458 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17459 window over visible frames.
17460 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17461
17462 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * progmodes/compile.el (compilation-gcpro): New var.
17465 (compilation-fake-loc): Use it.
17466 (compilation-forget-errors): Reset it.
17467
17468 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17469
17470 * diff-mode.el (diff-header-face, diff-file-header-face):
17471 Use min-colors.
17472
17473 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17474
17475 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17476 (bibtex-clean-entry): Disentangle code.
17477 (bibtex-realign): New function.
17478 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17479 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17480 Remove undocumented optional arg called-by-convert-alien.
17481 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17482 for sorting instead of bibtex-sort-buffer.
17483
17484 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17485
17486 * progmodes/compile.el (compilation-start): In the
17487 no-async-subprocesses branch, call sit-for to give redisplay a
17488 chance to show the updated process status in the mode line, and
17489 fontify the buffer explicitly after the process exits.
17490
17491 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * progmodes/python.el (python-compilation-line-number): Remove.
17494 (python-compilation-regexp-alist): Don't use it any more.
17495 (python-orig-start, python-input-filter): Remove.
17496 (inferior-python-mode): Don't set up comint-input-filter-functions.
17497 (python-send-region): Use compilation-fake-loc.
17498
17499 * progmodes/compile.el (compilation-messages-start): New var.
17500 (compilation-mode): Don't setup next-error-function here.
17501 (compilation-setup): Set it up here instead (for minor modes as well).
17502 Make compilation-messages-start buffer local.
17503 (compilation-next-error-function): Use it.
17504 (compilation-forget-errors): Set compilation-messages-start.
17505
17506 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17507
17508 * ielm.el (ielm-prompt-read-only): Update docstring.
17509
17510 * comint.el (comint-prompt-read-only): Update docstring.
17511 (comint-update-fence, comint-kill-whole-line)
17512 (comint-kill-region): New functions.
17513
17514 * simple.el (kill-whole-line): Use "p" instead of "P" in
17515 interactive form.
17516
17517 2004-05-01 Juanma Barranquero <lektu@terra.es>
17518
17519 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17520 format arglist so default values in CL-style argument lists are
17521 correctly shown.
17522
17523 2004-05-01 Jason Rumney <jasonr@gnu.org>
17524
17525 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17526
17527 2004-05-01 Kenichi Handa <handa@m17n.org>
17528
17529 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17530 quail file if it is up to date.
17531
17532 2004-04-30 Juri Linkov <juri@jurta.org>
17533
17534 * cus-edit.el (custom-mode-map):
17535 Add key binding `C-x C-s' to `Custom-save'.
17536
17537 * outline.el (outline-blank-line): New var.
17538 (outline-next-preface, outline-show-heading)
17539 (outline-end-of-subtree): Use it.
17540
17541 * dired-aux.el (dired-touch-initial): New fun.
17542 (dired-do-chxxx): Call it for op-symbol `touch'.
17543 (dired-diff): Use `dired-dwim-target-directory'
17544 if current dired buffer has no buffer mark.
17545
17546 * bindings.el (propertized-buffer-identification):
17547 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17548 Add C-M-arrow keys for consistency.
17549
17550 * files.el (confirm-kill-emacs):
17551 Change group from top-level `emacs' to `convenience'.
17552
17553 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17554 Push mark on the first call of successive command calls.
17555 (insert-pair): New fun created from `insert-parentheses' with
17556 `open' and `close' arguments added. Enclose active regions
17557 in paired characters. Compare adjacent characters syntax with
17558 inserted characters syntax before inserting a space.
17559 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17560
17561 * delsel.el: Don't put `delete-selection' property
17562 on `insert-parentheses' symbol to take advantage of
17563 region handling in `insert-pair' function.
17564 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17565
17566 2004-04-30 Kim F. Storm <storm@cua.dk>
17567
17568 * emulation/cua-base.el: Add support for changing cursor types;
17569 based on patch from Michael Mauger.
17570 (cua-normal-cursor-color, cua-read-only-cursor-color)
17571 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17572 Customization cursor type and/or cursor color.
17573 (cua--update-indications): Handle cursor type changes.
17574 (cua-mode): Update cursor indications if enabled.
17575
17576 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17577
17578 * mouse.el (mouse-drag-copy-region): New defcustom.
17579 (mouse-set-region, mouse-drag-region-1): Use it.
17580
17581 * simple.el (kill-ring-save): If region face background color is
17582 unspecified (if no highlighting), show extent of fully visible
17583 region even if transient-mark-mode is enabled.
17584
17585 * emulation/cua-base.el (cua--standard-movement-commands):
17586 Add cua-scroll-up and cua-scroll-down.
17587 (cua-scroll-up, cua-scroll-down): New commands.
17588 (cua--init-keymaps): Remap scroll-up and scroll-down.
17589
17590 * emulation/cua-rect.el (cua--convert-rectangle-as):
17591 New defmacro.
17592 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17593 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17594 New commands (suggested by Jordan Breeding).
17595
17596 2004-04-30 Juanma Barranquero <lektu@terra.es>
17597
17598 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17599
17600 2004-04-30 Mario Lang <mlang@delysid.org>
17601
17602 * diff.el (diff-switches): Fix typo in docstring.
17603
17604 2004-04-30 Alex Schroeder <alex@gnu.org>
17605
17606 * xml.el (xml-debug-print-internal): Don't add newline and
17607 indentation to text nodes and write empty elements as empty tags
17608 instead of opening and closing tags.
17609 (xml-debug-print): Take optional indent-string argument.
17610 (xml-print): Alias for xml-debug-print.
17611
17612 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17613
17614 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17615 than duplicate call to `line-beginning-position'.
17616
17617 * progmodes/f90.el (f90-get-present-comment-type):
17618 Return whitespace, as well as comment chars, for consistent filling
17619 of comment blocks. Use `match-string-no-properties'.
17620 (f90-break-line): Trim trailing whitespace when filling comments.
17621
17622 2004-04-30 Dave Love <fx@gnu.org>
17623
17624 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17625 (diary-from-outlook-internal, diary-from-outlook)
17626 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17627 New functions to import diary entries from Outlook-format
17628 appointments in mail messages.
17629
17630 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17631
17632 * progmodes/python.el (python-send-command): New fun.
17633 (python-send-region, python-load-file): Use it.
17634
17635 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17636
17637 * help-fns.el (help-C-file-name): Use new subr-name.
17638 Prepend `src/' to the file name.
17639 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17640 (describe-function-1, describe-variable): Only find a C source file
17641 name if DOC is already loaded.
17642
17643 * help-mode.el (help-function-def, help-variable-def):
17644 Use the new find-function-search-for-symbol functionality.
17645 Allow FILE to be `C-source'.
17646
17647 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17648 (find-function-C-source): New fun.
17649 (find-function-search-for-symbol): Use it.
17650
17651 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17652
17653 * progmodes/sql.el (sql-product-alist): Rename variable
17654 `sql-product-support'. Add Postgres login parameters.
17655 (sql-set-product, sql-product-feature): Update with renamed variable.
17656 (sql-connect-postgres): Add username prompt.
17657 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17658 Make patterns less product specific.
17659 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17660 (sql-mode-abbrev-table): Modify initialization.
17661 (sql-builtin-face): Add variable.
17662 (sql-keywords-re): Add macro.
17663 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17664 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17665 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17666 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17667 (sql-mode-linter-font-lock-keywords)
17668 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17669 (sql-mode-sybase-font-lock-keywords)
17670 (sql-mode-informix-font-lock-keywords)
17671 (sql-mode-interbase-font-lock-keywords)
17672 (sql-mode-ingres-font-lock-keywords)
17673 (sql-mode-solid-font-lock-keywords)
17674 (sql-mode-sqlite-font-lock-keywords)
17675 (sql-mode-db2-font-lock-keywords): Default to nil.
17676 (sql-product-font-lock): Always highlight ANSI keywords.
17677 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17678 (sql-send-string): Add function.
17679
17680 2004-04-29 Dave Love <fx@gnu.org>
17681
17682 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17683 (cfengine-end-of-defun): Ensure progress through buffer.
17684
17685 * info-look.el (cfengine-mode): Accept a terminal ().
17686
17687 2004-04-29 Juri Linkov <juri@jurta.org>
17688
17689 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17690 instead of isearch-yank-word-or-char. Add new key bindings for
17691 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17692 (isearch-del-char): New fun.
17693 (isearch-forward, isearch-edit-string): Update docstring.
17694 (isearch-yank-char): Doc fix.
17695 (isearch-other-meta-char): Restore point after scrolling.
17696
17697 * progmodes/compile.el (compilation-context-lines): Add nil option
17698 to disable compilation output window scrolling.
17699 (compilation-set-window): Use it.
17700
17701 * outline.el (outline-next-preface, outline-show-heading):
17702 Don't leave unhidden blank line before heading.
17703 (outline-end-of-subtree): Include last newline into subtree.
17704 (hide-entry): Leave point at beginning of heading instead of end.
17705 (outline-up-heading): Push mark for the first call of successive
17706 command calls.
17707
17708 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17709
17710 * comint.el (comint-prompt-read-only): New variable.
17711 (comint-output-filter): Implement it.
17712
17713 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17714 (ielm-prompt-internal): New variable.
17715 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17716 (ielm-send-input): Delete unused variable `buf'.
17717 (ielm-eval-input): Use `ielm-prompt-internal'.
17718 (inferior-emacs-lisp-mode): Use new variables
17719 `comint-prompt-read-only' and `ielm-prompt-internal'.
17720 Get rid of obsolete variable `directory-sep-char'.
17721 (ielm): Use `zerop'.
17722
17723 2004-04-29 John Paul Wallington <jpw@gnu.org>
17724
17725 * thumbs.el (toplevel): Require cl at compile time.
17726 Remove conditional definitions of `ignore-errors' and `caddar'
17727 because they occur at run time.
17728
17729 2004-04-28 Nick Roberts <nickrob@gnu.org>
17730
17731 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17732 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17733 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17734 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17735
17736 * progmodes/gud.el (gud-common-init): Throw an error if program is
17737 already running under gdb.
17738
17739 2004-04-28 John Paul Wallington <jpw@gnu.org>
17740
17741 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17742 (thumbs-show-image-num): Move assignment of
17743 `thumbs-current-image-filename' within scope of `i'.
17744 (thumbs-emboss-image): Don't use `evenp'.
17745
17746 2004-04-28 Richard M. Stallman <rms@gnu.org>
17747
17748 * progmodes/compile.el (compilation-context-lines): Default now 0.
17749
17750 2004-04-28 Juanma Barranquero <lektu@terra.es>
17751
17752 Use `time-less-p' from calendar/time-date.el instead of defining
17753 custom versions of it.
17754
17755 * pcomplete.el (pcomplete-time-less-p): Remove.
17756
17757 * thumbs.el (time-less-p): Remove.
17758
17759 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17760 (timeclock-generate-report): Use `time-less-p'.
17761
17762 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17763 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17764
17765 2004-04-28 Masatake YAMATO <jet@gyve.org>
17766
17767 * subr.el (remove-overlays): Make arguments optional.
17768
17769 * wid-edit.el (widget-specify-button): Put evaporate to the
17770 overlay for sample.
17771 (widget-specify-sample): Put evaporate to the overlay for sample.
17772 (widget-specify-doc): Put evaporate to the overlay for documentation.
17773
17774 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17775
17776 * info.el (info-apropos): Make it an index node. Align node names
17777 like makeinfo.
17778
17779 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17780
17781 * net/browse-url.el (browse-url-netscape-sentinel)
17782 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17783 (browse-url-epiphany-sentinel, browse-url-mosaic):
17784 Use browse-url-*-program instead of a literal program name.
17785
17786 2004-04-27 Kevin Ryde <user42@zip.com.au>
17787
17788 * eshell/em-alias.el:
17789 * eshell/em-dirs.el:
17790 * eshell/em-hist.el:
17791 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17792 features when M-x customize-group loads modules before the main
17793 eshell.el.
17794
17795 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17796
17797 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17798 either a character representation of an event or an event
17799 description list.
17800
17801 * type-break.el: Capitalize Emacs and Lisp.
17802 (type-break-good-break-interval, type-break-demo-boring-stats)
17803 (type-break-terse-messages, type-break-file-name): New defcustoms.
17804 (type-break-post-command-hook)
17805 (type-break-warning-countdown-string): Quote variable names in doc.
17806 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17807 (type-break-mode): Document type-break-good-break-interval and the
17808 "session" file. Schedule break according to the session file.
17809 Kill session file buffer on exit. Organize for save-some-buffers
17810 to always save the session file.
17811 (type-break-mode-line-message-mode, type-break-query-mode):
17812 Uppercase arguments.
17813 (type-break-file-time, type-break-file-keystroke-count, timep)
17814 (type-break-choose-file, type-break-get-previous-time)
17815 (type-break-get-previous-count): New defuns.
17816 (type-break): Avoid break querying after a completed break in the
17817 case where the query was initiated during user invocation of the
17818 break. Optional terse messages.
17819 Use type-break-good-break-interval if type-break-good-rest-interval is
17820 nil. File the break time.
17821 (type-break-schedule): New optional args for overriding the use of
17822 the current time.
17823 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17824 after a break.
17825 (type-break-check): File the keystroke count.
17826 (type-break-do-query): Prevent a second query when the break is
17827 interrupted. Optional terse message.
17828 (type-break-keystroke-reset): Record the start of a typing interval.
17829 (type-break-demo-boring): Optional terse messages. Display word
17830 per minute and keystroke counts according to
17831 type-break-demo-boring-stats.
17832
17833 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17834
17835 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17836 directories, make sure they exist under archive-tmpdir.
17837
17838 2004-04-27 Juri Linkov <juri@jurta.org>
17839
17840 * help.el (view-emacs-news): With argument, display info for the
17841 selected version by finding it among different NEWS files, and
17842 narrowing the buffer to the selected version.
17843
17844 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17845 same-window-buffer-names.
17846 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17847 non-numeric prefix argument, append the number to the buffer name
17848 for numeric prefix argument.
17849 (info-other-window): Bind same-window-regexps to nil.
17850 (Info-reference-name): Rename to Info-point-loc.
17851 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17852 and Info-find-index-name for stringy Info-point-loc.
17853 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17854 without middle `.', but with final `.' and optional line number
17855 for it. Set Info-point-loc for index nodes.
17856 (Info-index): Remove middle `.' from index entry regexp.
17857 Modify line number regexp.
17858 (Info-index-next): Decrement line number.
17859 (info-apropos): Remove middle `.' from index entry regexp.
17860 Add optional line number regexp at the end. Add matched value
17861 for line number to the result list and insert it to the buffer.
17862 Replace match-string by match-string-no-properties.
17863 Reorder result list.
17864 (Info-fontify-node): Hide index line numbers.
17865 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17866 empty matches.
17867 (Info-follow-reference): Use `str' instead of
17868 Info-following-node-name-re.
17869 (Info-toc): Use full file names. Set Info-current-node to "Top".
17870 (Info-fontify-node): Compare file names without directory name.
17871 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17872 Set second arg of Info-extract-menu-node-name for index nodes.
17873 (info-xref-visited): Use magenta3 instead of magenta4.
17874 (Info-mode): Add info-apropos to docstring.
17875
17876 * log-view.el (log-view-diff): Replace interactive code "r"
17877 by a list to allow to call it even if region is not active.
17878
17879 * paren.el (show-paren-highlight-openparen): New var.
17880 (show-paren-function): Turn on openparen highlighting when
17881 matching forward if show-paren-highlight-openparen is non-nil.
17882
17883 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17884 the constant value 1.
17885 (completions-common-part): Expand docstring.
17886
17887 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17888
17889 2004-04-27 Kim F. Storm <storm@cua.dk>
17890
17891 * image.el (insert-sliced-image): Use line-height instead of
17892 line-spacing property on newline.
17893
17894 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17895
17896 * desktop.el (desktop-buffer-misc-data-function): Rename to
17897 desktop-save-buffer and change docstring.
17898 (desktop-buffer-modes-to-save): Delete.
17899 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17900 desktop-buffer-modes-to-save.
17901 (desktop-save): Rename desktop-buffer-misc-data-function to
17902 desktop-save-buffer and allow non-function value.
17903 (desktop-missing-file-warning): Correct docstring.
17904
17905 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17906 to desktop-save-buffer.
17907
17908 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17909 desktop-save-buffer.
17910
17911 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17912
17913 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17914
17915 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17916
17917 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17918
17919 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17920
17921 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17922 (ielm): Only go to the end of the buffer when starting a new process.
17923
17924 2004-04-25 Juanma Barranquero <lektu@terra.es>
17925
17926 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17927 mode line. Bind `inhibit-read-only' to t before modifying
17928 properties of text in the buffer.
17929 (ielm): Force point to the end of buffer, even when running ielm
17930 from inside itself.
17931
17932 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17933
17934 * info.el (info-apropos): Reset Info-complete-cache.
17935
17936 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17937
17938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17939 Also recognize severe Irix et al. messages.
17940 (compilation-normalize-filename, compile-abbreviate-directory):
17941 Delete functions.
17942 (compilation-get-file-structure): New function inherits
17943 functionality of the two preceding ones.
17944 (compilation-internal-error-properties, compilation-fake-loc):
17945 Use it so that different paths to the same file share the same
17946 markers. Also optimize finding adjacent marker slightly.
17947
17948 2004-04-25 Kim F. Storm <storm@cua.dk>
17949
17950 * image.el (insert-sliced-image): Add line-spacing t property
17951 to newlines separating image lines.
17952
17953 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17954
17955 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17956
17957 * ielm.el (ielm-prompt-read-only): New user option.
17958 (ielm-prompt): Expand docstring to describe new behavior.
17959 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17960 mention it in the docstring.
17961
17962 2004-04-24 Andreas Schwab <schwab@suse.de>
17963
17964 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17965
17966 * diff.el (diff): Set default-directory in diff buffer.
17967
17968 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17969
17970 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17971 mail was being composed if the terminal cannot display more than
17972 one frame; instead, switch to previous frame.
17973
17974 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17975 (rmail-start-mail): Support rmail-mail-new-frame even on
17976 terminals that can display only one frame at a time.
17977
17978 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17979
17980 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17981 (checkdoc-output-font-lock-keywords): Remove error regexp.
17982 (checkdoc-output-mode-map): Remove.
17983 (checkdoc-output-mode): Derive from compilation-mode.
17984 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17985
17986 * dired.el (dired-mode-map): Add a menu entry for wdired.
17987
17988 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17989 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17990
17991 * wdired.el (wdired-mode-map): Move init into declaration.
17992 Fix `return' binding.
17993 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17994 Use force-mode-line-update.
17995 (wdired-get-filename): Use `unless'.
17996 (wdired-preprocess-files): Don't assume names have no \n and use / for
17997 dir separator.
17998 (wdired-normalize-filename): Use replace-regexp-in-string.
17999 (wdired-load-hooks): Remove.
18000 (wdired-mode-hooks): Rename to wdired-mode-hook.
18001
18002 * info-look.el: Add support for cfengine-mode.
18003 (info-lookup-setup-mode): Use dolist.
18004
18005 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
18006
18007 * wdired.el: New file.
18008
18009 2004-04-23 Juanma Barranquero <lektu@terra.es>
18010
18011 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18012
18013 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18014 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18015 (pcomplete--help, pcomplete--here): Doc fixes.
18016
18017 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18018
18019 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18020 handles wrong-number-of-arguments in backend call.
18021
18022 * vc.el (vc-print-log): Likewise.
18023
18024 2004-04-20 Dave Love <fx@gnu.org>
18025
18026 * emacs-lisp/rx.el: Doc fixes.
18027 (rx-constituents): Add/extend many forms.
18028 (rx-check): Check form is a list.
18029 (bracket): Defvar.
18030 (rx-check-any, rx-any, rx-check-not): Modify.
18031 (rx-not): Simplify.
18032 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18033 (rx-kleene): Use rx-trans-forms.
18034 (rx-quote-for-set): Delete.
18035 (rx): Allow multiple args.
18036
18037 2004-04-23 Kenichi Handa <handa@m17n.org>
18038
18039 * international/mule-util.el (char-displayable-p): Simplify by
18040 using internal-char-font.
18041
18042 2004-04-23 Juanma Barranquero <lektu@terra.es>
18043
18044 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18045
18046 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18047
18048 * diff-mode.el (diff-next-error): New fun.
18049 (diff-mode): Use it.
18050
18051 * simple.el (next-error): Change arg name.
18052 Add support for the documented C-u C-x ` usage.
18053
18054 * frame.el (special-display-popup-frame, next-multiframe-window)
18055 (previous-multiframe-window): Only consider frames on same display.
18056
18057 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18058
18059 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18060 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18061
18062 2004-04-22 Kim F. Storm <storm@cua.dk>
18063
18064 * net/telnet.el (telnet): Add optional port arg.
18065
18066 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18069 Minor sanity check on the `hyperlink' slot.
18070
18071 * Makefile.in (recompile): Compile new files.
18072
18073 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18074 Add byte-recompile-directory's optional `arg'.
18075
18076 * cvs-status.el (cvs-tree-use-charset): New var.
18077 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18078 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18079 (cvs-status-cvstrees): Use it.
18080
18081 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18082 Make it a normal major mode.
18083 (checkdoc-buffer-label): Make sure the file name is meaningful.
18084 (checkdoc-output-to-error-buffer): Remove.
18085 (checkdoc-error, checkdoc-start-section): Rewrite.
18086
18087 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18088 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18089 (Info-title-4-face): Use new syntax.
18090 (info-xref-visited): Inherit from info-xref.
18091
18092 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18093
18094 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18095
18096 * simple.el (next-error-last-buffer, next-error-function):
18097 New variables for the next-error framework.
18098 (next-error-buffer-p): New function.
18099 (next-error-find-buffer): Generalize compilation-find-buffer.
18100 (next-error, previous-error, first-error, next-error-no-select)
18101 (previous-error-no-select): Move from compile.el.
18102
18103 * replace.el (occur-next-error, occur-1): Hook into the next-error
18104 framework.
18105
18106 * progmodes/compile.el (compilation-start):
18107 Set next-error-last-buffer so next-error knows where to jump.
18108 (compilation-setup): Set the buffer-local variable
18109 next-error-function to 'compilation-next-error-function.
18110 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18111 alternate way to find if a buffer is a compilation buffer, for
18112 next-error convenience.
18113 (next-error-no-select, previous-error-no-select, next-error)
18114 (previous-error, first-error): Move to simple.el.
18115 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18116 (compilation-last-buffer): Remove.
18117 (compilation-start, compilation-next-error, compilation-setup)
18118 (compilation-next-error-function, compilation-find-buffer):
18119 Remove compilation-last-buffer use.
18120
18121 2004-04-21 Juanma Barranquero <lektu@terra.es>
18122
18123 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18124 (font-lock-warning-face): Fix spacing.
18125
18126 * makefile.w32-in (WINS): Add url/ directory.
18127
18128 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18129
18130 * desktop.el (desktop-buffer-mode-handlers): New variable.
18131 Alist of major mode specific functions to restore a desktop buffer.
18132 (desktop-buffer-handlers): Make variable obsolete.
18133 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18134 Catch errors signaled in handlers. Update buffer count.
18135 Evaluate desktop-buffer-point.
18136 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18137 move to dired.el.
18138 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18139 move to info.el.
18140 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18141 move to mail/rmail.el.
18142 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18143 to mh-e/mh-e.el.
18144 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18145 On fail, print message (to message buffer) even if
18146 desktop-missing-file-warning is nil.
18147 (desktop-buffer-misc-data-function): New buffer local variable.
18148 Function returning major mode specific data.
18149 (desktop-buffer-misc-functions): Make variable obsolete.
18150 (desktop-save): Use desktop-buffer-misc-data-function.
18151 (desktop-buffer-dired-misc-data): Rename to
18152 dired-desktop-buffer-misc-data and move to dired.el.
18153 (desktop-buffer-info-misc-data): Rename to
18154 Info-desktop-buffer-misc-data and move to info.el.
18155 (desktop-read): Add message about number of buffers restored/failed.
18156
18157 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18158 Add parameters. Pause to display error only when
18159 desktop-missing-file-warning is non-nil.
18160 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18161 (dired-mode): Bind desktop-buffer-misc-data-function.
18162
18163 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18164 Add Parameters.
18165 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18166 (Info-mode): Bind desktop-buffer-misc-data-function.
18167
18168 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18169 Add Parameters.
18170
18171 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18172 Add Parameters.
18173
18174 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18175
18176 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18177 the case of letters in case-insensitive expansions when the
18178 abbrev is preceded by characters with letter syntax.
18179
18180 2004-04-21 Richard M. Stallman <rms@gnu.org>
18181
18182 * progmodes/cperl-mode.el (cperl-putback-char):
18183 Delete Emacs 18 definition.
18184
18185 * international/mule.el (ctext-post-read-conversion):
18186 Use assoc-string, not assoc-ignore-case.
18187
18188 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18189
18190 * emacs-lisp/easymenu.el (easy-menu-add):
18191 Do call x-popup-menu, but only if it's defined.
18192
18193 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18194
18195 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18196 Handle multiple args: compile like progn.
18197
18198 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18199 take all args as &rest arg.
18200
18201 * autoinsert.el (auto-insert-alist): Insert the user's name in
18202 copyright notice, rather than Free Software Foundation.
18203
18204 2004-04-21 Kenichi Handa <handa@m17n.org>
18205
18206 * descr-text.el (describe-char): Make it work on *Help* buffer.
18207
18208 2004-04-21 Kim F. Storm <storm@cua.dk>
18209
18210 * image.el (insert-image): Add optional SLICE arg.
18211 (insert-sliced-image): New defun.
18212
18213 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18214
18215 * subr.el (read-number): Check whether `default' is nil.
18216
18217 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18218
18219 * progmodes/compile.el (compilation-error-properties):
18220 Split into two.
18221 (compilation-internal-error-properties): New one.
18222 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18223
18224 2004-04-20 Richard M. Stallman <rms@gnu.org>
18225
18226 * window.el (split-window-save-restore-data):
18227 Don't update the data if OLD-INFO is nil.
18228
18229 * view.el (view-return-to-alist): Mark it permanent local.
18230
18231 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18232
18233 * recentf.el (recentf-save-list): Catch and warn about errors.
18234
18235 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18236 so "Buffers" won't be pure.
18237
18238 * help-mode.el (help-mode-finish): Set help-return-alist first
18239 thing, setting only the entry for the selected window.
18240
18241 * help-fns.el (describe-function-1): If many non-control non-meta
18242 keys run the command, don't list all of them.
18243
18244 2004-04-20 Juanma Barranquero <lektu@terra.es>
18245
18246 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18247 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18248
18249 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18250
18251 2004-04-20 Kenichi Handa <handa@m17n.org>
18252
18253 * international/quail.el (quail-lookup-key): New optional arg
18254 NOT-RESET-INDICES.
18255 (quail-get-translations): Call quail-lookup-key with
18256 NOT-RESET-INDICES t.
18257 (quail-completion): Likewise.
18258 (quail-lookup-map-and-concat): Likewise.
18259
18260 2004-04-20 Kenichi Handa <handa@m17n.org>
18261
18262 * international/quail.el (quail-update-translation): Don't insert
18263 such an unsupported multibyte char in a unibyte buffer.
18264
18265 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18266
18267 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18268 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18269 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18270 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18271 (gdb-frame-assembler-buffer): Improve behavior with
18272 multiple frames.
18273 (gdb-display-buffer): Extend search to all visible frames.
18274
18275 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18276
18277 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18278 characters left after base64 decoding.
18279 (rmail-decode-region): Use -dos variety of `coding', to remove any
18280 ^M characters left after qp or base64 decoding.
18281
18282 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18283
18284 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18285 messages.
18286
18287 2004-04-19 Stephen Eglen <stephen@gnu.org>
18288
18289 * add-log.el (add-change-log-entry): Update doc string to mention
18290 add-log-full-name and add-log-mailing-address.
18291
18292 2004-04-18 Juri Linkov <juri@jurta.org>
18293
18294 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18295 (Info-find-node-2): Simplify error message.
18296 (Info-insert-dir): Use Info-following-node-name.
18297 (Info-goto-node): Remove *info-history* and *info-toc*.
18298 (Info-history): Create a node of the virtual history file.
18299 (Info-toc): Create a node of the virtual toc file.
18300 (Info-insert-toc): New arg `curr-file' for reference file names.
18301 (info-apropos): Remove redundant var binding for temp-file.
18302 (Info-index, Info-index-next, Info-mode): Doc fix.
18303 (Info-goto-emacs-command-node): Don't jump to *info* from
18304 non-*info* Info buffers.
18305 (Info-fontify-node): Don't show the file name of external
18306 references if `Info-hide-note-references' is `hide'. Don't hide
18307 newlines at the end of paragraphs.
18308
18309 * international/mule-diag.el (list-input-methods):
18310 Fix args to help-xref-button.
18311
18312 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18313 to put into effect local variables from TUTORIAL files.
18314
18315 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18316 with default value taken from the variable `sentence-end'.
18317 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18318 Add nil const to :type.
18319 (sentence-end-without-period, sentence-end-double-space)
18320 (sentence-end-without-space): Doc fix.
18321
18322 * textmodes/paragraphs.el (forward-sentence):
18323 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18324 (fill-delete-newlines):
18325 * progmodes/cc-cmds.el (c-beginning-of-statement):
18326 Use function `sentence-end' instead of variable `sentence-end'.
18327
18328 2004-04-18 Andreas Schwab <schwab@suse.de>
18329
18330 * progmodes/compile.el (compilation-start): Set window start to
18331 point-min if compilation-scroll-output is nil.
18332
18333 2004-04-18 John Wiegley <johnw@newartisans.com>
18334
18335 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18336
18337 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18338
18339 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18340 (gdb-info-breakpoints-custom): Revert previous change.
18341 (gdb-view-assembler): Update assembler if necessary.
18342 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18343 (gdb-display-source-buffer): Update properly when both source and
18344 assembler are visible.
18345
18346 2004-04-17 John Wiegley <johnw@newartisans.com>
18347
18348 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18349 which limits the number of names shown in the minibuffer. Off by
18350 default.
18351 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18352 up iswitchb for users with a multitude of open buffers by showing
18353 only the first and last N/2 buffers in the completion list (which
18354 is enough to aid C-s/C-r, and to know that more characters are
18355 needed to refine the completion list).
18356
18357 2004-04-17 Richard M. Stallman <rms@gnu.org>
18358
18359 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18360 (file-truename): Expand all ~ constructs directly.
18361 (insert-directory): Delete any error msg output by the
18362 `insert-directory-program'.
18363
18364 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18365 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18366 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18367 (allout-init): Use find-file-hook, not find-file-hooks.
18368 (allout-mode): Eliminate Emacs 18 support.
18369 Use write-contents-functions, not local-write-file-hooks.
18370
18371 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18372
18373 * progmodes/compile.el (compilation-error-properties): Fix for
18374 adding messages when there are already markers for their file.
18375 (compilation-fake-loc): New function.
18376
18377 2004-04-16 Dave Love <fx@gnu.org>
18378
18379 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18380 (python-load-file): Fix python-orig-start setting.
18381
18382 * progmodes/compile.el: Doc fixes.
18383 (compilation-error-regexp-alist-alist)
18384 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18385 (compilation-assq): Wrap in eval-when-compile.
18386 (compilation-mode-font-lock-keywords): Don't use list*.
18387 (compilation-start): Avoid warning.
18388 (compilation-compat-error-properties)
18389 (compilation-directory-properties): Add keymap property.
18390 (compilation-parsing-end): Make it a marker for better compatibility.
18391
18392 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18393
18394 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18395
18396 * xml.el: Doc fixes.
18397 (xml-get-children): Only looks at sub-tags and ignore strings.
18398
18399 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18400
18401 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18404
18405 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18406
18407 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18408
18409 * vc.el (vc-print-log): Likewise.
18410
18411 2004-04-16 Masatake YAMATO <jet@gyve.org>
18412
18413 * simple.el (completion-setup-function): Set an initial value
18414 to `element-common-end' before entering loop. Set a value
18415 to `element-common-end' at the end of loop.
18416 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18417 (completions-common-part): Rename from completion-de-emphasis.
18418 (completions-first-difference): Rename from completion-emphasis.
18419 Suggested by RMS.
18420
18421 2004-04-16 Juanma Barranquero <lektu@terra.es>
18422
18423 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18424 (bookmark-edit-annotation-mode): Add mode name.
18425
18426 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18429 for nested conflict markers.
18430 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18431
18432 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18433
18434 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18435
18436 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18437
18438 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18441 Give a backtrace if requested.
18442
18443 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18444
18445 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18446 Remove unused functions.
18447 (python-orig-start-line, python-orig-file): Remove.
18448 (python-orig-start): New var.
18449 (python-input-filter, python-compilation-line-number)
18450 (python-send-region, python-load-file): Use it.
18451
18452 * info.el (info): Always jump to *info*.
18453
18454 * subr.el (posn-set-point): New function.
18455
18456 * mouse.el (mouse-set-point): Use it.
18457
18458 * progmodes/compile.el (compile-goto-error): Use it.
18459 (compilation-button-map): New keymap.
18460 (compilation-error-properties): Use it.
18461 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18462
18463 * smerge-mode.el (smerge-popup-context-menu): Use it.
18464
18465 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18466 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18467 mouse and non-mouse case.
18468
18469 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18470 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18471
18472 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18473 Make it work for non-mouse events.
18474
18475 * pcvs-info.el (cvs-status-map): Update binding name.
18476
18477 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18478
18479 * xml.el (xml-maybe-do-ns): New function to handle namespace
18480 parsing of both attribute and element names.
18481 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18482 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18483 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18484 (xml-parse-attlist): Make it do its own namespace parsing.
18485
18486 2004-04-14 Dave Love <fx@gnu.org>
18487
18488 * progmodes/python.el (run-python): Fix use of \n.
18489 (python-load-file): Remove `try' from Python fragment.
18490 (python-describe-symbol): Fix message.
18491
18492 * comint.el: Doc fixes.
18493 (comint-last-input-start, comint-last-input-end)
18494 (comint-last-output-start): Give them values.
18495 (comint-arguments): Avoid warning.
18496 (comint-skip-prompt): Use line-end-position.
18497 (comint-backward-matching-input): Rename arg to agree with doc.
18498 (comint-extract-string): Use syntax-ppss.
18499 (comint-dynamic-simple-complete): Delete useless list construction.
18500 (comint-redirect-subvert-readonly): New.
18501 (comint-redirect-preoutput-filter): Use it.
18502
18503 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18504 Correctly handle negative arguments when calling hook functions.
18505
18506 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18507
18508 * info.el (info-apropos): Don't clobber Info-history-list.
18509
18510 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18511
18512 * progmodes/compile.el (compilation-setup):
18513 Localize overlay-arrow-position.
18514 (compilation-sentinel): Restructure code equivalently.
18515 (compilation-next-error): Find message on same line after point if
18516 not found before point.
18517 (compile-mouse-goto-error): Restore function so that compilation
18518 buffer need not be current and use compile-goto-error.
18519 (compile-goto-error): Restore function.
18520 (next-error): Set overlay-arrow-position.
18521 (compilation-forget-errors): Don't localize already local
18522 compilation-locs and remove FIXME about refontifying.
18523
18524 2004-04-14 Kim F. Storm <storm@cua.dk>
18525
18526 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18527 (command-line): New option -Q. Like -q --no-site-file, but
18528 in addition it also disables menu-bar, tool-bar, scroll-bars,
18529 tool-tips, and the blinking cursor.
18530 (command-line-1): Skip startup screen if -Q.
18531 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18532
18533 * emulation/cua-base.el (cua-read-only-cursor-color)
18534 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18535
18536 2004-04-13 Dave Love <fx@gnu.org>
18537
18538 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18539 (syntax): Don't require.
18540 (python) <defgroup>: Add :version.
18541 (python-quote-syntax): Re-written.
18542 (inferior-python-mode): Move stuff here from run-python and add
18543 some more.
18544 (python-preoutput-continuation, python-preoutput-result)
18545 (python-dotty-syntax-table): New.
18546 (python-describe-symbol): Use them.
18547 (run-python): Move stuff to inferior-python-mode. Modify code
18548 loaded into Python.
18549 (python-send-region): Use python-proc, python-send-string.
18550 (python-send-string): Send newlines too. Callers changed.
18551 (python-load-file): Re-written.
18552 (python-eldoc-function): New.
18553 (info-look): Don't require.
18554 (python-after-info-look): New. A modified version of former
18555 top-level code for use with eval-after-load.
18556 (python-maybe-jython, python-guess-indent): Use widened buffer.
18557 (python-fill-paragraph): Re-written.
18558 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18559 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18560
18561 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18564 Set compilation-error-regexp-alist earlier.
18565
18566 * progmodes/compile.el (compilation-minor-mode-map)
18567 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18568 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18569
18570 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18571
18572 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18573 corresponding to the event.
18574
18575 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18576
18577 * loadup.el: Add cygwin to system-type list, for unexec() support.
18578
18579 2004-04-12 John Paul Wallington <jpw@gnu.org>
18580
18581 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18582 (ibuffer-restore-window-config-on-quit): New variable to replace
18583 `ibuffer-delete-window-on-quit'. Update all references.
18584 (ibuffer-prev-window-config): New variable.
18585 (ibuffer-quit): Restore previous window configuration instead of
18586 deleting window.
18587 (ibuffer): Save window configuration before showing Ibuffer buffer.
18588
18589 * help.el (describe-mode): Doc fix.
18590
18591 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18592
18593 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18594 not to treat nil as a function.
18595
18596 * vc-arch.el (vc-arch-root): Be a bit more careful.
18597 (vc-arch-register): Save the buffer if we modified it.
18598 (vc-arch-delete-rej-if-obsolete): Save excursion.
18599 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18600 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18601
18602 * net/ldap.el (ldap-search): Use list*.
18603
18604 2004-04-12 Juri Linkov <juri@jurta.org>
18605
18606 * info.el (Info-follow-reference): Allow multiline reference name.
18607
18608 2004-04-11 Dave Love <fx@gnu.org>
18609
18610 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18611
18612 * progmodes/python.el: New file.
18613
18614 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18615
18616 * vc-hooks.el (vc-arg-list): Function removed.
18617 (vc-default-workfile-unchanged-p): Use condition-case to check for
18618 backward compatibility.
18619
18620 * vc.el (vc-print-log): Use condition-case to check for backward
18621 compatibility.
18622
18623 2004-04-11 Juri Linkov <juri@jurta.org>
18624
18625 * dired.el (dired-faces): New defgroup.
18626 (dired-header, dired-mark, dired-marked, dired-flagged)
18627 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18628 New faces.
18629 (dired-header-face, dired-mark-face, dired-marked-face)
18630 (dired-flagged-face, dired-warning-face, dired-directory-face)
18631 (dired-symlink-face, dired-ignored-face): New face variables.
18632 (dired-font-lock-keywords): Use them instead of font-lock faces.
18633 Split the rule for dired marks into 3 separate rules: for marks,
18634 marked file names and flagged file names.
18635
18636 * help-mode.el (help-make-xrefs): Add a final newline to the
18637 *Help* buffer.
18638
18639 2004-04-11 John Paul Wallington <jpw@gnu.org>
18640
18641 * replace.el (occur-engine): Distinguish between one and several
18642 matches in the matches per buffer heading.
18643
18644 2004-04-11 Kim F. Storm <storm@cua.dk>
18645
18646 * ido.el (ido-confirm-unique-completion): New defcustom.
18647 (ido-complete): Use it.
18648 (ido-write-file): Set it to t unconditionally.
18649
18650 2004-04-10 Miles Bader <miles@gnu.org>
18651
18652 RCS keyword removal (only non-comment changes are enumerated here):
18653
18654 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18655 (byte-compile-insert-header): Don't use `byte-compile-version'.
18656 * forms.el (forms-version): Variable removed.
18657 (forms-mode): Don't use `forms-version'.
18658 * recentf.el (recentf-version): Variable removed.
18659 * progmodes/delphi.el (delphi-version): Variable removed.
18660 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18661
18662 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18665
18666 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18667
18668 * info.el (info-apropos): Improve menu item regexp.
18669
18670 2004-04-09 Simon Josefsson <jas@extundo.com>
18671
18672 * mail/smtpmail.el: Add comment, based on report by
18673 kdc@rcn.com (Kevin D. Clark).
18674
18675 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18676
18677 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18678 Redo one more thing that I didn't notice Daniel had undone.
18679
18680 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18681
18682 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18683 (gdb-goto-breakpoint, gdb-display-buffer)
18684 (gdb-display-source-buffer, gdb-view-source-function)
18685 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18686 (gdb-source-info, gdb-frame-handler): Don't specify a window
18687 for display.
18688 (gdb-info-breakpoints-custom): Remove superfluous update of
18689 assembler buffer.
18690 (gdb-many-windows): Make settable outside gdb.
18691
18692 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18693
18694 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18695 Derive from fundamental-mode rather than text-mode.
18696
18697 2004-04-08 Juri Linkov <juri@jurta.org>
18698
18699 * info.el (Info-history): Doc fix.
18700 (Info-history-list): New var.
18701 (info-xref): Change magenta4 to blue, remove bold for dark and
18702 light backgrounds, change bold to underline for non-color classes.
18703 (info-xref-visited): New face.
18704 (Info-fontify-visited-nodes): New custom.
18705 (Info-hide-note-references): Add new value `hide'. Doc fix.
18706 (Info-reference-name): New var.
18707 (Info-selection-hook): New custom.
18708 (Info-edit-mode-hook): New var.
18709 (Info-find-file): New fun.
18710 (Info-find-node): Move part of code to Info-find-file.
18711 (Info-find-node-2): Add anchors to Info-history-list. Move point
18712 to the place with the reference name if name is defined.
18713 (Info-select-node): Add current node to Info-history-list.
18714 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18715 (Info-search-whitespace-regexp): New custom.
18716 (Info-search-case-fold): New var.
18717 (Info-search): Add "case-sensitively" to the prompt.
18718 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18719 (Info-search-case-sensitively, Info-search-next): New fun.
18720 (Info-up): Move point to the menu item of the current node.
18721 (Info-history): New fun. Add *info-history* to
18722 same-window-buffer-names.
18723 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18724 (Info-insert-toc): New fun.
18725 (Info-build-toc): New fun.
18726 (Info-follow-reference): Add new arg `fork'. Doc fix.
18727 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18728 with the same name prefer the reference closest to point.
18729 (Info-next-reference): Replace * by + in the *Note regexp.
18730 Add regexp for http:// and ftp://. Skip the *Note prefix.
18731 (Info-prev-reference): Replace * by + in the *Note regexp.
18732 Add regexp for http:// and ftp://. Skip the *Note prefix.
18733 (Info-follow-nearest-node): Add new arg `fork'.
18734 (Info-try-follow-nearest-node): Add new arg `fork'.
18735 Call browse-url for http:// and ftp:// references.
18736 Set Info-reference-name for index entries.
18737 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18738 Info-search-next, Info-history, Info-toc, clone-buffer.
18739 (Info-menu-update): Replace * by + in the *Note regexp.
18740 (Info-mode): Add documentation for Info-history, Info-toc,
18741 Info-search-case-sensitively, Info-search-next, clone-buffer.
18742 (Info-fontify-menu-headers): Remove fun. Move code to
18743 Info-fontify-node.
18744 (Info-fontify-node): Add docstring. Add local vars
18745 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18746 then fontify header line, titles, menu headers, http and ftp
18747 references, refill paragraphs. If not-fontified-p is t or
18748 fontify-visited-p is t then fontify cross references, menu items.
18749 Fontify menu headers. Fontify http and ftp references.
18750 Change regexp for cross references to require whitespace after *Note,
18751 add matching groups for file and node names. Remove hack for quote.
18752 Use display property for Info-hide-note-references=t. Use fifth
18753 or fourth match for help-echo. Display visited nodes in a
18754 different face. Unhide file names of external references.
18755 Unhide newlines. Display visited menu items in a different face.
18756
18757 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * progmodes/compile.el: Require CL.
18760 (compilation-mode-font-lock-keywords): Re-install the "line as
18761 function" patch.
18762
18763 * help-fns.el (help-C-source-directory): New var.
18764 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18765 (describe-function-1, describe-variable): Use them.
18766
18767 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18768 to C source files specially.
18769
18770 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18771
18772 * info.el (Info-hide-cookies-node): New function.
18773 (Info-select-node): Use it.
18774 (Info-display-images-node): Remove message with image file name.
18775
18776 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18777
18778 * progmodes/compile.el (compilation-warning-face)
18779 (compilation-info-face, compilation-skip-threshold)
18780 (compilation-skip-visited, compilation-context-lines):
18781 Declare :version when added to Emacs.
18782 (compilation-error-regexp-alist-alist): Extend caml and irix.
18783 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18784 (compilation-mode-font-lock-keywords): Temporarily undo line as
18785 function patch, which wasn't ready.
18786
18787 2004-04-07 Kenichi Handa <handa@m17n.org>
18788
18789 * international/latin1-disp.el (latin1-display-setup): Check each
18790 character is displayable or not instead of calling
18791 latin1-display-check-font.
18792
18793 2004-04-06 Kenichi Handa <handa@m17n.org>
18794
18795 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18796 New variable.
18797 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18798 instead of sera-being-called-by-w3.
18799 (ethio-fidel-to-sera-buffer): Likewise.
18800 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18801 instead of sera-being-called-by-w3.
18802 (ethio-write-file): Likewise.
18803
18804 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18805
18806 * printing.el: Doc fix.
18807
18808 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18809
18810 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18811 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18812 (gdb-setup-windows): Only use separate IO buffer if required.
18813
18814 2004-04-06 Kim F. Storm <storm@cua.dk>
18815
18816 * term.el (term-is-xemacs): Remove.
18817 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18818 (term-window-width): New function.
18819 (term-mode, term-check-size): Use it.
18820 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18821
18822 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18823
18824 * cus-edit.el (custom-add-parent-links): Change unbound variable
18825 `symbol' to `name'.
18826
18827 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18828 * info.el (info-apropos): New function.
18829 (Info-mode-menu): Add it.
18830 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18831
18832 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18833 inherited docstring.
18834
18835 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18836
18837 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18840
18841 * progmodes/compile.el (font-lock): Don't require any more.
18842 (compilation-error-properties, compilation-start, compilation-sentinel)
18843 (compilation-filter, next-error): Use with-current-buffer.
18844 (compilation-skip-to-next-location, compilation-skip-threshold)
18845 (compilation-skip-visited): Move to silence the byte-compiler.
18846 (compilation-setup): Simplify.
18847 (compilation-next-error): Use line-(beginning|end)-position.
18848 Make sure `pt' is non-nil before using compilation-loop.
18849 (compile-goto-error): Add optional event arg. Use it.
18850 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18851 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18852 Update the binding for mouse-2.
18853 (first-error): Set compilation-current-error to nil rather than bob.
18854 (compilation-parsing-end, compilation-parse-errors-function)
18855 (compilation-error-list, compilation-old-error-list):
18856 "New" compatibility variables.
18857 (compile-buffer-substring, compilation-compat-error-properties)
18858 (compilation-compat-parse-errors, compilation-forget-errors):
18859 New compatibility functions.
18860 (compilation-mode-font-lock-keywords): Use them.
18861
18862 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18863
18864 * autorevert.el (auto-revert-handler): If point (or a window
18865 point) is at the end of the buffer, keep it there after
18866 reverting. This allows to tail a file.
18867 Mention this in the `Commentary'.
18868
18869 * format.el (format-write-file): Add optional argument CONFIRM
18870 and make it behave like the analogous argument to `write-file'.
18871
18872 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18873
18874 * progmodes/ebnf2ps.el: Doc fix.
18875 (ebnf-version): New version number (4.2).
18876 (ebnf-syntax): Customization and docstring fix.
18877 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18878 Put autoloaded funs before first use.
18879 (ebnf-style-database): Add dtd entry.
18880 (ebnf-syntax-alist): Add dtd initialization.
18881 (ebnf-token-sequence): New fun.
18882 (ebnf-comment-table): Add new comment action character.
18883 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18884
18885 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18886 Type Definition for XML).
18887
18888 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18889 * progmodes/ebnf-bnf.el (ebnf-sequence):
18890 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18891 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18892 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18893 Code simplification: call ebnf-token-sequence.
18894
18895 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18896
18897 * calendar/timeclock.el (timeclock-relative)
18898 (timeclock-get-project-function, timeclock-get-workday-function)
18899 (timeclock-query-out, timeclock-when-to-leave)
18900 (timeclock-when-to-leave-string, timeclock-log-data)
18901 (timeclock-generate-report, timeclock-in): Doc fixes.
18902
18903 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18904
18905 * url/: New dir. Import the URL package from its repository.
18906
18907 2004-04-03 Andreas Schwab <schwab@suse.de>
18908
18909 * diff-mode.el (diff-mode): Fix missing quote.
18910
18911 2004-04-03 Juri Linkov <juri@jurta.org>
18912
18913 * descr-text.el (describe-property-list): Add `font-lock-face'.
18914
18915 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18916
18917 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18918
18919 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18920 Use utf-16le on little endian machines and utf-16be otherwise.
18921
18922 2004-04-02 David Kastrup <dak@gnu.org>
18923
18924 * net/browse-url.el (browse-url-generic): Use call-process
18925 instead of start-process to allow browsers that fork and detach.
18926
18927 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18928
18929 * compile.el (compilation-current-error): New var.
18930 (compilation-setup, compile-mouse-goto-error)
18931 (compile-goto-error, next-error): Use it.
18932 (compilation-skip-to-next-location): Default to t, which gives
18933 contiguous skipping like old compile (where this was redundant).
18934 (compilation-next-error): Prevent previous-* commands from moving
18935 back to message at or just before point.
18936
18937 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18938
18939 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18940 (gdb-source-info): Don't display source at startup, if required.
18941 (gdb-show-main): New option.
18942 (gdba): Update documentation.
18943 (gdb-source): Cover case of auto-display output.
18944
18945 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18946
18947 * autorevert.el: Delete obsolete autoloads and defvars.
18948 (auto-revert-check-vc-info): New user option.
18949 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18950 (auto-revert-handler-vc): Delete.
18951 (auto-revert-handler): Treat return value `fast' of
18952 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18953
18954 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18955 return `fast'.
18956
18957 * files.el (buffer-stale-function): Doc change.
18958
18959 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18960
18961 * printing.el: New tip on Tips section.
18962 (pr-version): New version number (6.7.4).
18963 (pr-shell-file-name): Initialization fix.
18964
18965 2004-03-31 Juri Linkov <juri@jurta.org>
18966
18967 * dired.el: Add autoload for `dired-do-touch'.
18968 (dired-touch-program): New var.
18969 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18970 (dired-no-confirm): Add `touch' to docstring.
18971
18972 * dired-aux.el (dired-do-touch): New fun.
18973 (dired-do-chxxx): Add argument -t for touch operation.
18974
18975 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18976 `dired-move-to-filename-regexp'.
18977
18978 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18979
18980 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18981
18982 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18983
18984 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18985 and only if the buffer was modified.
18986
18987 2004-03-30 Kenichi Handa <handa@m17n.org>
18988
18989 * international/characters.el: Delete pairs for U+2308..U+230B.
18990
18991 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18992
18993 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18994 to detect the beginning of a level 2 or 3 annotation.
18995
18996 2004-03-29 Kenichi Handa <handa@m17n.org>
18997
18998 * international/ucs-tables.el (ucs-insert): Fix the error message.
18999
19000 2004-03-29 Kenichi Handa <handa@m17n.org>
19001
19002 * international/mule-util.el (char-displayable-p): Fix generation
19003 of XLFD file name.
19004
19005 * Makefile.in (setwins, setwins_almost): Change directory to $wd
19006 before finding directories by `find'.
19007
19008 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19009
19010 * subr.el (interactive-form): Delete. Now implemented in C.
19011
19012 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19013
19014 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19015 (vc-diff-label): New fun.
19016 (vc-diff-internal): Use it.
19017
19018 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19019
19020 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19021
19022 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19023
19024 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19025 specify XML (EBNFX).
19026
19027 * progmodes/ebnf2ps.el: Doc fix.
19028 (ebnf-version): New version number (4.1).
19029 (ebnf-syntax): Adjust customization.
19030 (ebnf-style-database): Add ebnfx entry.
19031 (ebnf-syntax-alist): Add ebnfx initialization.
19032 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19033
19034 * printing.el: Doc fix.
19035 (pr-version): New version number (6.7.3).
19036 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19037 returns nil for mouse position. Reported by Drew Adams
19038 <drew.adams@oracle.com>.
19039 (pr-update-menus): Modify interactive declaration. Reported by Drew
19040 Adams <drew.adams@oracle.com>.
19041
19042 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19043
19044 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19045 (gud-gdba-marker-filter): Log the process input and output, if
19046 required. From Stefan Monnier.
19047 (gdb-debug-log, gdb-enable-debug-log): New variables.
19048 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19049
19050 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19051
19052 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19053 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19054
19055 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19056
19057 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19058 Call vc-find-file-hook here instead of in auto-revert-buffers.
19059 (auto-revert-buffers): Delete call to vc-find-file-hook.
19060 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19061 (global-auto-revert-mode, auto-revert-set-timer)
19062 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19063
19064 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19065
19066 * woman.el (woman-change-fonts): Rename local variable
19067 woman-font-alist to font-alist to avoid a compiler warning.
19068
19069 2004-03-27 Dave Love <fx@gnu.org>
19070
19071 * emacs-lisp/rx.el (rx): Doc fix.
19072 Fix copyright years.
19073
19074 * strokes.el (strokes-global-set-stroke-string): New function.
19075 (strokes-list-strokes): Cope with strings, not just commands.
19076 Set foreground color of image.
19077 (strokes-global-set-stroke): Doc fix.
19078
19079 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19080
19081 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19082 Auto Revert mode.
19083 (Buffer-menu-files-only): New variable.
19084 (Buffer-menu-toggle-files-only): New function.
19085 (Buffer-menu-mode-map): Bind it to `T'.
19086 (Buffer-menu-mode): Mention `T' in docstring.
19087 Set buffer-stale-function.
19088 (list-buffers-noselect): Mark buffer non-modified and set
19089 Buffer-menu-files-only.
19090
19091 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19092
19093 * autorevert.el (auto-revert-handler): Print revert message
19094 before, rather than after, reverting.
19095 (buffer-stale-function): Move to files.el.
19096
19097 * files.el (buffer-stale-function): Move here from autorevert.el.
19098
19099 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19102
19103 * calc/calc.el (calc-mode-map): Use mapc.
19104
19105 * apropos.el (apropos-mode): Don't autoload.
19106 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19107 (apropos): Use it.
19108 (apropos-print): Add optional `text' argument.
19109 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19110 Don't assume point-min == 1.
19111
19112 * bs.el (bs-buffer-list): Use buffer-local-value.
19113 (bs--set-toggle-to-show): Use with-current-buffer.
19114
19115 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19116 New funs.
19117 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19118
19119 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19120
19121 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19122 (dabbrev--find-expansion): Use pop.
19123 (dabbrev--search): Use match-string-no-properties.
19124
19125 * dired.el (dired-mode): Use run-mode-hooks.
19126 (dired-move-to-end-of-filename): Use match-string.
19127
19128 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19129 is bound before using it.
19130 (ediff-verbose-p): Make it into a var since it's not constant.
19131
19132 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19133
19134 * faces.el (read-face-font): Don't cons up unnecessarily.
19135 (header-line, tool-bar): Share common parts.
19136
19137 * files.el (file-relative-name): Use compare-strings.
19138
19139 * finder.el (finder-mode): Follow coding convention.
19140
19141 * subr.el (read-number): New function.
19142
19143 * ses.el (ses-read-number): Move to subr.el.
19144 (ses-set-header-row): Use read-number.
19145
19146 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19147
19148 * vc-hooks.el (vc-arg-list): New function, which handles both
19149 compiled and uncompiled code.
19150 (vc-default-workfile-unchanged-p): Use it.
19151
19152 * vc.el (vc-print-log): Undo prev change, use new function
19153 vc-arg-list from vc-hooks.el.
19154
19155 2004-03-26 Masatake YAMATO <jet@gyve.org>
19156
19157 * simple.el (completion-setup-function): Emphasize the
19158 first uncommon characters in the completions; and de-emphasize
19159 the common prefix substrings.
19160 (completion-emphasis): New face.
19161 (completion-de-emphasis): New face.
19162
19163 2004-03-25 Juanma Barranquero <lektu@terra.es>
19164
19165 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19166 Comment out (it's unused and unfinished code).
19167
19168 2004-03-25 Sam Steingold <sds@gnu.org>
19169
19170 * vc.el (vc-print-log): Fix a bug in the last patch:
19171 backend-function may be a byte-compiled object, not a lambda.
19172
19173 2004-03-25 Juri Linkov <juri@jurta.org>
19174
19175 * descr-text.el (describe-property-list): Add a button
19176 for `face' property that calls `describe-face'.
19177 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19178
19179 * international/mule.el (keyboard-coding-system):
19180 * kmacro.el (kmacro-call-macro): Fix docstring.
19181
19182 * dired.el: Fix comments.
19183
19184 * textmodes/fill.el (fill): Fix Info link.
19185
19186 * font-lock.el (fast-lock, lazy-lock):
19187 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19188 Info node.
19189
19190 * eshell/eshell.el (eshell): Fix broken info-link.
19191
19192 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19193 * eshell/em-banner.el (eshell-banner):
19194 * eshell/em-smart.el (eshell-smart):
19195 * eshell/esh-cmd.el (eshell-cmd):
19196 Comment out broken info-links to incomplete Info manual.
19197
19198 * info-xref.el: Fix commentary.
19199
19200 2004-03-25 Kevin Ryde <user42@zip.com.au>
19201
19202 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19203 Remove spurious node duplicate suppression, doesn't work, not wanted.
19204 (info-xref-output): Take format style args, add "sit-for 0" to let
19205 user see the results as they progress.
19206 (info-xref-check-all-custom): New function.
19207
19208 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19209
19210 * gdb-ui.el: Moved to progmodes.
19211
19212 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19213
19214 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19215
19216 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19217
19218 * calendar/appt.el (appt-check): Remove superfluous progn.
19219 When finished with diary buffer: if it was not being displayed
19220 before, kill it; otherwise restore its original state.
19221 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19222
19223 * calendar/calendar.el (calendar-set-mode-line): Use total
19224 available mode-line width, rather than frame-width.
19225
19226 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19227 after mode change so effect not lost.
19228
19229 2004-03-23 Dave Love <fx@gnu.org>
19230
19231 * dired.el (dired) <defgroup>: Add link to manual.
19232 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19233 (dired-revert): Use dolist.
19234 (dired-mode-map): Add U binding.
19235 (dired-mode): Add font-lock-beginning-of-syntax-function.
19236 (dired-garbage-files-regexp): Make it a defcustom.
19237
19238 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19241 is equivalent to nil.
19242 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19243 (vc-arch-mode-line-string): Accept `added' state.
19244 (vc-arch-state): Use inode-sigs if available.
19245 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19246 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19247 (vc-arch-tagline-re): New var.
19248 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19249 New functions.
19250 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19251 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19252
19253 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19254 (vc-file-not-found-hook): Use it.
19255
19256 * diff-mode.el (diff-default-read-only): Change default.
19257 (diff-mode-hook): Make it a defcustom. Add some options.
19258 (diff-mode-map): Bind diff-refine-hook.
19259 (diff-yank-handler): New var.
19260 (diff-yank-function): New fun.
19261 (diff-font-lock-keywords): Use them.
19262 (diff-end-of-file): Handle case where file-header looks like diff text.
19263 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19264 (diff-file-kill): Delete a subsequent empty line, if applicable.
19265 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19266 (diff-find-file-name): Use it.
19267 (diff-tell-file-name): New command.
19268 (diff-mode): Be careful with view-mode.
19269 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19270 New functions, for use in diff-mode-hook.
19271 (diff-find-source-location): Catch "regex too large" errors.
19272 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19273 (diff-refine-hunk): New command.
19274
19275 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19276 (smerge-context-menu-map): Remove unused var.
19277 (smerge-keep-all): Preserve markers.
19278 (smerge-keep-n): New fun.
19279 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19280 (smerge-keep-current, smerge-ediff): Use it.
19281 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19282 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19283 (smerge-resolve): Resolve trivial 3-part conflicts.
19284
19285 2004-03-23 Juri Linkov <juri@jurta.org>
19286
19287 * man.el (Man-width): New var.
19288 (Man-getpage-in-background): Use it.
19289 (Man-support-local-filenames): New var and fun.
19290 (Man-build-man-command): Don't add a second %s.
19291 (Man-fontify-manpage): Clean up message.
19292 (Man-mode): Set outline-regexp, outline-level,
19293 imenu-generic-expression.
19294
19295 * woman.el (woman-fill-frame): Doc fix.
19296 (woman-decode-region): Use window-width instead of frame-width.
19297
19298 * abbrevlist.el (list-one-abbrev-table):
19299 * descr-text.el (describe-char):
19300 * international/mule-diag.el (describe-current-coding-system):
19301 * international/quail.el (quail-insert-decode-map):
19302 Use window-width instead of frame-width.
19303
19304 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19305 (jka-compr-mode-alist-additions): Add tbz.
19306 (jka-compr-write-region, jka-compr-insert-file-contents):
19307 Add message for undefined compress-program.
19308 (jka-compr-write-region): Remove redundant var bindings.
19309
19310 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19311 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19312 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19313 (dired-man): Use dired-guess-shell-command.
19314 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19315 Change default nil to t.
19316
19317 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19318 (dired-compare-directories): Add default value for empty input.
19319
19320 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19321
19322 * time.el (display-time-string-forms): Fix help-echo date format.
19323
19324 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19325
19326 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19327 (buffer-stale-function): New variable.
19328 (auto-revert-list-diff, auto-revert-dired-file-list)
19329 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19330 (auto-revert-handler): Take over some functionality of deleted
19331 functions.
19332 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19333
19334 * dired.el (dired-directory-changed-p): New fun, extracted from
19335 dired-internal-noselect.
19336 (dired-buffer-stale-p): New fun.
19337 (dired-internal-noselect): Use dired-directory-changed-p.
19338 Eliminate revert messages.
19339 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19340
19341 2004-03-23 Kenichi Handa <handa@m17n.org>
19342
19343 * international/characters.el: Setup syntaxes for more parentheses
19344 Unicode characters.
19345
19346 * international/mule-cmds.el (select-safe-coding-system):
19347 Merge coding-system and auto-cs before comparing them.
19348
19349 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19350
19351 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19352
19353 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19354 normal-auto-fill-function and comment-indent-function.
19355 The default values now work just as well.
19356 Don't set font-lock-beginning-of-syntax-function since we already set
19357 syntax-begin-function.
19358 (lisp-outline-level): Put ;;;###autoload at same level as (.
19359 (prin1-char): Quote special chars.
19360
19361 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19362 than with-no-warnings.
19363
19364 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19365 if the source location can't be found.
19366 (edebug-compute-previous-result): Use prin1-char.
19367
19368 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19369 (debug-ignored-errors): Add an entry.
19370
19371 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19372 (byte-compile-file): Output warning when deleting a file.
19373
19374 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19375 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19376
19377 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19378 (byte-compile-inline-expand): Use backquote.
19379 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19380 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19381
19382 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19383
19384 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19385
19386 2004-03-22 Juri Linkov <juri@jurta.org>
19387
19388 * finder.el (finder-known-keywords): Fix data, tex, unix.
19389
19390 * play/landmark.el: Fix keywords.
19391
19392 * language/ethio-util.el (ethio-find-file): Doc fix.
19393
19394 * emacs-lisp/warnings.el: Doc fix.
19395
19396 * textmodes/ispell.el (ispell-help): Doc fix.
19397
19398 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19399
19400 * format.el (format-insert-file): Always return a list of two
19401 elements, like insert-file-contents does.
19402
19403 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19404
19405 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19406 and vc-BACKEND-diff.
19407 (vc-print-log): If the print-log implementation supports it, use
19408 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19409 (vc-version-diff, vc-diff-internal): Doc fixes.
19410
19411 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19412 implementation supports it, let diff output go to *vc*,
19413 not *vc-diff*, since this is an internal call.
19414
19415 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19416
19417 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19418
19419 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19420
19421 2004-03-21 Dave Love <fx@gnu.org>
19422
19423 * progmodes/cfengine.el (cfengine-mode):
19424 Set parse-sexp-ignore-comments.
19425
19426 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19427
19428 2004-03-21 Juanma Barranquero <lektu@terra.es>
19429
19430 * allout.el (allout-mode): Fix docstring.
19431
19432 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19433
19434 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19435
19436 * autorevert.el (auto-revert-interval): Make new value take
19437 effect immediately when set through Custom.
19438 (auto-revert-set-timer): Add interactive declaration.
19439
19440 2004-03-19 David Ponce <david@dponce.com>
19441
19442 * ruler-mode.el (ruler-mode-header-line-format-old):
19443 Don't `make-variable-buffer-local'.
19444 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19445 (ruler-mode-header-line-format): Simply funcall the above.
19446 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19447 to save/restore a previous header line format.
19448 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19449 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19450 fringes and margins width.
19451 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19452
19453 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * log-edit.el (log-edit-font-lock-keywords): Typo.
19456
19457 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19458 (tex-send-tex-command): Rather than here.
19459 (tex-compilation-parse-errors): Simplify.
19460
19461 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19462
19463 * time.el (display-time-string-forms): Add help-echo with date on time.
19464
19465 * composite.el (compose-region): Use restore-buffer-modified-p.
19466
19467 * disp-table.el (standard-display-8bit): Simplify.
19468
19469 * server.el (server-process-filter): Delete temp frame.
19470
19471 * add-log.el (add-change-log-entry): Simplify.
19472
19473 2004-03-19 Kim F. Storm <storm@cua.dk>
19474
19475 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19476 (hexl-follow-line): Don't require 'fringe.
19477
19478 * progmodes/compile.el (compilation-start): Always set
19479 compilation-last-buffer and return it.
19480
19481 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19482
19483 * simple.el (clone-buffer): Doc fix.
19484
19485 2004-03-18 Juanma Barranquero <lektu@terra.es>
19486
19487 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19488
19489 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * log-edit.el (log-edit-font-lock-keywords): New var.
19492 (log-edit-mode): Use it.
19493
19494 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19495
19496 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19497 properly for watching in speedbar.
19498
19499 2004-03-17 Masatake YAMATO <jet@gyve.org>
19500
19501 * smerge-mode.el (smerge-popup-context-menu):
19502 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19503
19504 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19505
19506 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19507 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19508 Take sealed revisions into account.
19509 (vc-arch-checkin): Extract a summary line from the message.
19510
19511 2004-03-16 Masatake YAMATO <jet@gyve.org>
19512
19513 * register.el (register): Provide `register' feature.
19514
19515 2004-03-15 Masatake YAMATO <jet@gyve.org>
19516
19517 Added context menu support in smerge mode.
19518 Most of the part is written by Stefan Monnier.
19519
19520 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19521 New keymap and menu.
19522 (smerge-text-properties): New function.
19523 (smerge-remove-props): New function.
19524 (smerge-popup-context-menu): New function.
19525 (smerge-resolve): Call `smerge-remove-props'.
19526 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19527 (smerge-keep-current): Ditto.
19528 (smerge-kill-current): New function.
19529 (smerge-match-conflict): Put text properties.
19530 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19531
19532 2004-03-15 David Ponce <david@dponce.com>
19533
19534 * ruler-mode.el (ruler-mode-left-fringe-cols)
19535 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19536 (ruler-mode-right-scroll-bar-cols): Remove.
19537 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19538 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19539 Use fringe-columns and scroll-bar-columns.
19540
19541 2004-03-15 Masatake YAMATO <jet@gyve.org>
19542
19543 * hl-line.el (hl-line-range-function): New variable.
19544 (hl-line-move): New function.
19545 (global-hl-line-highlight): Use `hl-line-move'.
19546 (hl-line-highlight): Ditto.
19547
19548 * scroll-bar.el (scroll-bar-columns):
19549 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19550
19551 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19552 (ruler-mode-left-fringe-cols)
19553 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19554 (ruler-mode-right-scroll-bar-cols)
19555 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19556 (ruler-mode-ruler-function): New variable.
19557 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19558 if the value for `ruler-mode-ruler-function' is given.
19559
19560 * hexl.el (hexl-mode-hook): Make the hook customizable.
19561 (hexl-address-area, hexl-ascii-area): New customize variables.
19562 (hexlify-buffer): Put font-lock-faces on the address area and
19563 the ascii area.
19564 (hexl-activate-ruler): New function.
19565 (hexl-follow-line): New function.
19566 (hexl-highlight-line-range): New function.
19567 (hexl-mode-ruler): New function.
19568
19569 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19572 (vc-default-find-file-hook): New fun.
19573 (vc-find-file-hook): Call new find-file-hook operation.
19574
19575 * vc-arch.el: New file.
19576
19577 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19578
19579 * info-look.el (info-lookup): Reuse an existing Info window.
19580
19581 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19582
19583 * woman.el (woman-preserve-ascii): Default value changed to t and
19584 doc string revised.
19585
19586 2004-03-12 Richard M. Stallman <rms@gnu.org>
19587
19588 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19589 Fix minor bug.
19590
19591 * replace.el (occur-engine): Change message for count of matches.
19592
19593 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19594 For strings, do compare text properties.
19595
19596 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19597
19598 * progmodes/compile.el (compile-auto-highlight)
19599 (compilation-error-list, compilation-old-error-list)
19600 (compilation-parse-errors-function, compilation-parsing-end)
19601 (compilation-error-message, compilation-directory-stack)
19602 (compilation-enter-directory-regexp-alist)
19603 (compilation-leave-directory-regexp-alist)
19604 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19605 (compilation-current-file, compilation-regexps): Remove vars.
19606
19607 (compile-error-at-point, compilation-error-filedata)
19608 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19609 (compilation-next-error-locus, compilation-forget-errors)
19610 (count-regexp-groupings, compilation-parse-errors)
19611 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19612
19613 (compile-internal): Make obsolete.
19614
19615 (compilation-first-column, compilation-error)
19616 (compilation-directory-matcher, compilation-page-delimiter)
19617 (compilation-mode-font-lock-keywords, compilation-debug)
19618 (compilation-error-face, compilation-warning-face)
19619 (compilation-info-face, compilation-line-face)
19620 (compilation-column-face, compilation-enter-directory-face)
19621 (compilation-leave-directory-face, compilation-skip-threshold)
19622 (compilation-skip-visited, compilation-context-lines): New vars.
19623
19624 (compilation-warning-face, compilation-info-face)
19625 (compilation-message-face): New faces.
19626
19627 (compilation-error-regexp-alist-alist): New constant.
19628
19629 (compilation-face, compilation-directory-properties)
19630 (compilation-assq, compilation-error-properties, compilation-start)
19631 (define-compilation-mode, compilation-loop)
19632 (compilation-set-window): New functions.
19633
19634 (compile): Additional argument for interactive compiles like TeX.
19635
19636 * progmodes/grep.el (kill-grep): Move here from compile.el
19637 (grep-error, grep-hit-face, grep-error-face)
19638 (grep-mode-font-lock-keywords): New variables.
19639 (grep-regexp-alist): Simplify regexp and add `binary' case.
19640 (grep-mode): New mode.
19641 (grep-process-setup): Simplify.
19642
19643 2004-03-11 Jason Rumney <jasonr@gnu.org>
19644
19645 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19646 letters on DOS/Windows.
19647
19648 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19649
19650 * server.el (server-name): New var.
19651 (server-socket-dir): New var to replace server-socket-name.
19652 (server-start): Use them.
19653
19654 2004-03-11 Simon Josefsson <jas@extundo.com>
19655
19656 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19657 died to avoid infloop. Reported by Jonathan Glauner
19658 <jglauner@sbum.org>.
19659
19660 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19661
19662 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19663 (smerge-mode-menu): Use it to deactivate menu entries.
19664 (smerge-keep-current): New fun.
19665 (smerge-keep-current): Use it.
19666
19667 2004-03-10 John Paul Wallington <jpw@gnu.org>
19668
19669 * foldout.el (foldout-fold-list, foldout-modeline-string):
19670 Declare them as variables, not constants.
19671
19672 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19673
19674 * ps-print.el: Modification to print *Messages* buffer.
19675 (ps-print-version): New version 6.6.4.
19676 (ps-message-log-max): New fun.
19677 (ps-spool-without-faces, ps-spool-with-faces)
19678 (ps-count-lines-preprint): Code fix.
19679
19680 * printing.el: New tips in Tips section.
19681
19682 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19683
19684 * delim-col.el: Doc fix.
19685
19686 * printing.el: Doc fix. New doc section (Tips).
19687
19688 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * type-break.el (type-break-emacs-variant): Remove.
19691 (type-break-run-at-time, type-break-cancel-function-timers):
19692 Use fboundp rather than version name and number.
19693
19694 2004-03-09 Masatake YAMATO <jet@gyve.org>
19695
19696 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19697 `make-variable-buffer-local'.
19698
19699 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19700
19701 * find-dired.el (find-dired): Call `shell-command' instead of
19702 `start-process-shell-command'. By this, Tramp takes over
19703 handling of remote directories.
19704
19705 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * newcomment.el (comment-use-global-state): New var.
19708 (comment-search-forward): Use it.
19709
19710 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19711
19712 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19713
19714 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19715 (enable-kinsoku): Make it a defcustom.
19716 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19717 paragraph to same-comment-start-marker.
19718
19719 2004-03-07 Dave Love <fx@gnu.org>
19720
19721 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19722 (browse-url-mail): Use it.
19723
19724 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19725 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19726
19727 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19728
19729 * woman.el (woman-man.conf-path): Doc fix.
19730 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19731
19732 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19733
19734 * sort.el (sort-columns): Remove ms-dos from the list of systems
19735 where the external `sort' command is not used.
19736
19737 2004-03-07 Kim F. Storm <storm@cua.dk>
19738
19739 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19740 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19741 from overlay-arrow-variable-list.
19742 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19743
19744 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19745
19746 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19747 overlay arrow string properly for the assembler buffer.
19748
19749 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19750
19751 * mail/sendmail.el (mail-mode): Fix last change.
19752
19753 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19754
19755 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19756 for the assembler buffer.
19757 (gdb-assembler-custom): Position the overlay arrow.
19758 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19759
19760 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19761
19762 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19763
19764 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19765 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19766
19767 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19768
19769 * newcomment.el (uncomment-region): Allow non-terminated comment.
19770 (comment-normalize-vars): Check the user-specified comstart marker.
19771
19772 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19773
19774 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19775 Otherwise, do use it if the region only contains font-lock text
19776 properties.
19777
19778 2004-03-04 Masatake YAMATO <jet@gyve.org>
19779
19780 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19781 as the callback function for eldoc.
19782 (hexl-print-current-point-info): New function.
19783 (hexl-current-address): Print the address in both decimal
19784 and hexadecimal format.
19785
19786 2004-03-04 Richard M. Stallman <rms@gnu.org>
19787
19788 * mail/rmail.el (rmail-convert-to-babyl-format):
19789 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19790
19791 * mail/mail-utils.el (mail-unquote-printable-region):
19792 New arg UNIBYTE.
19793
19794 * startup.el (command-switch-alist): Doc fix.
19795
19796 * simple.el (undo): Temporarily set this-command to `undo-start',
19797 then set it to `undo' once undo-start returns without error.
19798
19799 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19800
19801 * simple.el (kill-line): Don't disregard trailing whitespace
19802 in eol condition, if show-trailing-whitespace is set.
19803
19804 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19805 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19806 When disabling, restore old values only if mouse-sel-has-been-enabled.
19807
19808 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19809 (isearch-{-char): New function.
19810 (isearch-mode-map): Bind { to isearch-{-char.
19811
19812 * font-lock.el (lisp-font-lock-keywords-2):
19813 Turn off the CL with-... and do-... general patterns.
19814 Instead, recognize several specific with... and do... constructs.
19815
19816 * files.el (switch-to-buffer-other-window):
19817 Bind same-window-buffer-names and same-window-regexps to nil.
19818 (switch-to-buffer-other-frame): Likewise.
19819
19820 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19823 recognizing leading comment on code line.
19824
19825 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19826
19827 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19828 hidden files/directories.
19829
19830 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19833 only comment-start (in case the mode hasn't set it).
19834
19835 * Makefile.in (AUTOGENEL): New var.
19836 (bootstrap-prepare): Rename from bootstrap-clean.
19837 Don't remove elc files.
19838 (maintainer-clean): New target.
19839
19840 * xml.el (xml-get-attribute-or-nil): Simplify.
19841
19842 2004-03-02 Juri Linkov <juri@jurta.org>
19843
19844 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19845 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19846 URL to prevent their substitution with the environment variable
19847 values by browsers.
19848
19849 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19850
19851 * ps-print.el: Doc fix.
19852 (ps-print-version): New version number (6.6.3).
19853 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19854 Docstring fix.
19855 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19856 before printing.
19857 (ps-time-stamp-yyyy-mm-dd): New fun.
19858 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19859
19860 2004-03-02 Kim F. Storm <storm@cua.dk>
19861
19862 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19863
19864 2004-03-01 Juanma Barranquero <lektu@terra.es>
19865
19866 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19867
19868 * desktop.el (desktop-file-version)
19869 (desktop-after-read-hook): Fix typos.
19870 (desktop-clear-preserve-buffers): Remove redundant info in
19871 docstring already shown by the obsolescence message.
19872 (desktop-truncate, desktop-internal-v2s)
19873 (desktop-value-to-string): Change argument name to match docstring.
19874
19875 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19876
19877 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19878 docstring.
19879
19880 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19881
19882 * printing.el: Replace "As Is..." in PostScript file print/preview by
19883 "No Preprocessing...". Suggested by Colin Marquardt
19884 <_marquardt_@zmd.de>.
19885 (pr-insert-section-4): Adjust buffer interface.
19886
19887 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19888
19889 Version 2.0.39 of Tramp released.
19890
19891 * net/tramp.el (tramp-handle-file-local-copy)
19892 (tramp-handle-write-region, tramp-open-connection-rsh):
19893 Variable name typo. Small change. From Patrick Tullmann
19894 <tullmann@flux.utah.edu>.
19895 (tramp-process-connection-type): New variable.
19896 (tramp-maybe-open-connection): Use it.
19897 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19898 (tramp-touch): Set last-modified time of a remote file.
19899 (tramp-handle-write-region): Say which function is used when encoding.
19900
19901 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19902
19903 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19904 case of non-existing filename, too. Reported by Christoph Bauer
19905 <c_bauer@informatik.uni-kl.de>.
19906 (tramp-smb-get-file-entries): The directory in question should
19907 have permissions "drwxrwxrwx". Just virtual, because we don't
19908 know the real permissions. Don't we know?
19909 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19910 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19911 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19912 output. If it was received chunkwise, there have been problems.
19913 Remove the "prompt not found" error message; it is obvious.
19914 Simplify algorithm.
19915 (tramp-smb-process-running): Remove. Since we acknowledge the
19916 virtual prompt for shares, there's no need for distinction of
19917 reading shares (process ends afterwards) and interactive mode of
19918 smblient.
19919 (tramp-smb-open-connection): Setting process sentinel removed.
19920 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19921 "NT_STATUS_NETWORK_ACCESS_DENIED".
19922 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19923 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19924 (top-level): Setting default value in `tramp-default-method-alist'
19925 corrected. Order of USER and HOST have been wrong.
19926 Nobody complained for months ...
19927 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19928 (tramp-smb-open-connection): Clear password cache if login has failed.
19929
19930 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19931 `tramp-unified-filenames'.
19932 (tramp-completion-mode): Make test for XEmacs explicitly.
19933 `event-to-character' can exists in Emacs packages too.
19934 Reported by Matt Swift <swift@alum.mit.edu>.
19935 (tramp-buffer-name): Buffer name must contain the user if exists.
19936 Reported by Adrian Phillips <a.phillips@met.no>.
19937 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19938 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19939 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19940 `tramp-do-copy-or-rename-file-one-local', because it handles also
19941 the case both files use the same out-of-band method.
19942 Implementation added.
19943 (tramp-handle-file-local-copy, tramp-handle-write-region):
19944 Out-of-band handling removed. `copy-file' called instead, which
19945 calls `tramp-do-copy-or-rename-file-out-of-band'.
19946 (tramp-action-password): Check for out-of-band method removed.
19947 This function is used for 'login-program.
19948 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19949 appropriate.
19950 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19951 and `tramp-parse-sknownhosts'.
19952 (tramp-completion-function-alist): It's a defvar now, because we
19953 want to apply the optimized `tramp-set-completion-function'
19954 instead of a static list.
19955 (tramp-set-completion-function): Implementation tuned.
19956 Avoid double entries, and entries where the function or the
19957 file/directory doesn't exist.
19958 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19959 for SSH2.
19960 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19961 (tramp-handle-dired-compress-file): New function.
19962 (tramp-async-proc): New variable.
19963 (tramp-handle-shell-command): Adding asynchronous processes.
19964 They are far from being perfect, but it works at least for
19965 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19966 (top-level): Require password.el if visible. Should be mandatory
19967 once No Gnus has found its way into (X)Emacs.
19968 (tramp-read-passwd): Invoke `password-read' if available,
19969 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19970 fallback any longer.
19971 (tramp-clear-passwd): New function.
19972 (tramp-process-actions, tramp-process-multi-actions):
19973 Clear password cache if login has failed.
19974
19975 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19976 its own module.
19977 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19978 `ange-ftp-ftp-name-res'. There could be incorrect values from
19979 previous calls in case the "ftp" method is used in the Tramp file
19980 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19981
19982 2004-02-28 Richard M. Stallman <rms@gnu.org>
19983
19984 * term.el (term-mouse-paste): Call mouse-set-point.
19985
19986 * thumbs.el: New file.
19987
19988 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19989
19990 * progmodes/ebnf-abn.el: Doc fix.
19991
19992 * progmodes/ebnf-bnf.el: Doc fix.
19993 (ebnf-repeat): Code fix.
19994
19995 * progmodes/ebnf2ps.el: Doc fix.
19996 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19997
19998 2004-02-28 Juri Linkov <juri@jurta.org>
19999
20000 * ffap.el (dired-at-point): Additional writability test for
20001 relative directory names.
20002 (dired-at-point-prompter): Treat directories as a directory, get
20003 the directory component from files.
20004 (ffap-string-at-point): Return string from region if region is active.
20005 (ffap-file-at-point): Remove redundant code.
20006
20007 2004-02-28 Kim F. Storm <storm@cua.dk>
20008
20009 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20010 Initialize margin area images to nil.
20011 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20012 (breakpoint-enabled-bitmap-face)
20013 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20014 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20015 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20016 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20017 (gdb-reset): Use gdb-remove-breakpoint-icons.
20018 (gdb-put-string): Add dprop arg to specify alternative display
20019 property (for setting fringe bitmap).
20020 (gdb-remove-strings): Doc fix.
20021 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20022 icon in fringe (if available), or else as icon or text in display
20023 margin. Creates necessary icons in breakpoint-bitmap,
20024 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20025 Also make left window margin if required.
20026 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20027 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20028 no longer needed.
20029 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20030 gdb-put-breakpoint-icon.
20031 (gdb-assembler-mode): Don't set left-margin-width here.
20032
20033 2004-02-27 Kevin Ryde <user42@zip.com.au>
20034
20035 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20036 comma, so that it DTRT in macros.
20037
20038 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20039
20040 * progmodes/sh-script.el (sh-shell-arg)
20041 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20042 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20043
20044 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20045
20046 * faces.el (face-spec-set-match-display): Add a new attribute,
20047 `min-colors'.
20048 (region, highlight, secondary-selection): Use `min-colors'.
20049
20050 * custom.el (defface): Add documentation for `min-colors'.
20051
20052 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20053 (font-lock-keyword-face, font-lock-function-name-face)
20054 (font-lock-variable-name-face, font-lock-constant-face):
20055 Use `min-colors'.
20056
20057 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20058
20059 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20060
20061 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20062 define assq-delete-all if it's not defined.
20063 (ebnf-generate-region): Code fix.
20064
20065 * printing.el: Doc fix.
20066 (pr-version): New version number (6.7.2).
20067 (pr-command): Return empty string if command is an empty string.
20068
20069 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20070
20071 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20072
20073 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20074 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20075 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20076 "tt" ["test"] ). Reported by Markus Dreyer
20077 <mdreyer@ix.urz.uni-heidelberg.de>.
20078 (ebnf-version): New version number (4.0).
20079 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20080 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20081 (ebnf-delete-style): New commands.
20082 (ebnf-directory, ebnf-file): New funs.
20083 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20084 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20085 (ebnf-syntax-alist): New var.
20086 (ebnf-element-width): New fun replacing ebnf-list-width.
20087 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20088 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20089 (ebnf-prologue): Adjust vars.
20090 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20091 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20092 (ebnf-check-style-values, ebnf-generate-production)
20093 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20094 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20095 (ebnf-token-repeat): Code fix.
20096
20097 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20098 %right, %left and %prec. Suggested by Matthew K. Junker
20099 <junker@alum.mit.edu>.
20100 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20101
20102 * progmodes/ebnf-iso.el: Doc fix.
20103 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20104 (ebnf-iso-lex): Code fix.
20105
20106 * progmodes/ebnf-bnf.el: Doc fix.
20107 (ebnf-bnf-lex): Code fix.
20108
20109 * progmodes/ebnf-otz.el: Doc fix.
20110
20111 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20112
20113 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20114 (abbrev-prefix-mark): Doc fix.
20115
20116 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20117
20118 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20119 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20120 (gdb-var-delete): Make interactive (really).
20121 (gdb-edit-value): Make non-interactive.
20122
20123 * progmodes/gud.el (gud-speedbar-menu-items):
20124 Add gdb-var-delete and, indirectly, gdb-edit-value.
20125 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20126 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20127 (gud-gdb-marker-filter): Add comment for annotations.
20128
20129 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20130
20131 * calendar/calendar.el (generate-calendar)
20132 (calendar-read-date): Prevent display of BC calendars once more -
20133 reverts 2003-10-01 change.
20134 (generate-calendar-month): Doc fix.
20135
20136 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20137
20138 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20139 return value of increment-calendar-month.
20140
20141 2004-02-21 Stephen Compall <s11@member.fsf.org>
20142
20143 * saveplace.el (save-place-forget-unreadable-files)
20144 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20145 (save-place-forget-unreadable-files): New function.
20146 (save-place-alist-to-file): Use it to filter out files that are
20147 no longer readable.
20148
20149 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20150 current Texinfo environment, using the same method as in
20151 `texinfo-insert-@end', and insert a space rather than a newline if
20152 point in a @table environment.
20153
20154 2004-02-21 Juri Linkov <juri@jurta.org>
20155
20156 * ffap.el (ffap-file-at-point): Try parent directories.
20157
20158 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20159
20160 * vcursor.el (vcursor-modifiers): New defcustom.
20161 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20162 hard-coded list.
20163
20164 2004-02-21 Masatake YAMATO <jet@gyve.org>
20165
20166 * play/animate.el (animate-birthday-present): Accept names other
20167 than `Sarah', too.
20168
20169 2004-02-21 Juri Linkov <juri@jurta.org>
20170
20171 * startup.el: Remove table of command line arguments from the
20172 Commentary section.
20173
20174 2004-02-20 John Wiegley <johnw@newartisans.com>
20175
20176 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20177 again" modifier from 'e' to 'E', since 'e' is also used by the
20178 "file extension" modifier.
20179
20180 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20181
20182 * help-fns.el (describe-categories): Doc fix.
20183
20184 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20185
20186 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20187 temporary file for buffer already visiting one. This change makes
20188 output likely to be directly usable by patch program.
20189 Suggested by Adrian Aichner <adrian@xemacs.org>
20190
20191 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20192
20193 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20194 case of variables defined in compound statements.
20195 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20196 Simplify constructions using switch-to-buffer.
20197
20198 2004-02-19 Simon Josefsson <jas@extundo.com>
20199
20200 * play/morse.el: Fix typo.
20201 (morse-code): Add @.
20202
20203 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20204
20205 * calendar/appt.el (appt-display-format): Change default to
20206 'ignore, for backwards compatibility.
20207 (appt-display-message): If appt-display-format is 'ignore,
20208 respect old vars appt-msg-window and appt-visible.
20209 (appt-activate): Don't depend on return value of cancel-timer.
20210
20211 * calendar/calendar.el (calendar-holidays): Doc fix.
20212
20213 * calendar/cal-coptic.el (coptic-prompt-for-date):
20214 Use assoc-string instead of assoc-ignore-case.
20215 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20216 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20217 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20218 * calendar/cal-islam.el (calendar-goto-islamic-date)
20219 (mark-islamic-diary-entries): Ditto.
20220 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20221 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20222 (calendar-read-mayan-tzolkin-date): Ditto.
20223 * calendar/calendar.el (calendar-read-date): Ditto.
20224 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20225
20226 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20227
20228 * progmodes/executable.el (executable-command-find-posix-p):
20229 Fix choice of the directory.
20230
20231 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20232
20233 * simple.el (interprogram-cut-function)
20234 (interprogram-paste-function, kill-new, kill-append):
20235 Doc fixes.
20236 (kill-region): Make it return nil. Doc fix.
20237 (yank-pop): Make its argument optional.
20238 (yank): Make ARG `-' equivalent to `-1'.
20239
20240 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20241
20242 * mail/rmail.el (rmail-get-new-mail): Don't reference
20243 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20244
20245 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20246
20247 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20248 if one of global-auto-revert-non-file-buffers or autorevert-mode
20249 is non-nil.
20250
20251 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20252
20253 * subr.el (delete-dups): A better implementation from Karl Heuer
20254 <kwzh@gnu.org>.
20255
20256 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20257
20258 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20259 correct place.
20260 * progmodes/icon.el (icon-indent-command): Ditto.
20261 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20262
20263 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20264
20265 * progmodes/grep.el (grep-compute-defaults): Undo change from
20266 2004-01-29: don't use executable-command-find-posix-p.
20267
20268 2004-02-16 Richard Sharman <rsharman@pobox.com>
20269
20270 * hilit-chg.el: Use require instead of eval-and-compile.
20271 (highlight-compare-buffers): New function.
20272
20273 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20274
20275 * man.el (Man-fontify-manpage): Render section headings in
20276 `Man-overstrike-face' even when overstrike was not used by man
20277 formatter for section headings.
20278
20279 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20280
20281 * rmail-spam-filter.el (vm-use-spam-filter)
20282 (rsf-min-region-length-added-to-spam-list): New variables.
20283 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20284 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20285 spam testing. Don't delete spam message if automatic deletion
20286 after output via variable rmail-delete-after-output is turned on.
20287 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20288 rsf-bbdb-dont-create-entries-for-spam.
20289 (check-field): New function, extracted from code in
20290 rmail-spam-filter to ease addition of header fields like content-type.
20291 (message-content-type): New variable to check the content-type:
20292 field added, also in defcustom of rsf-definitions-alist.
20293 (rmail-spam-filter): Replace repeated test code for header fields
20294 by calls to check-field; change the call to
20295 rmail-output-to-rmail-file such that rmail-current-message stays
20296 the same to avoid wrong deletion of unseen flags.
20297 (rsf-add-contents-type): New function to convert old format
20298 of rmail-spam-definitions-alist into new one.
20299 Change prefixes of all variables and functions from
20300 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20301
20302 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20303
20304 * loadhist.el (unload-hook-features-list): New defvar.
20305
20306 2004-02-16 Dave Love <fx@gnu.org>
20307
20308 * loadhist.el (unload-feature): Doc fix. Rename flist to
20309 unload-hook-features-list.
20310
20311 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20312
20313 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20314 cookie. Don't check if we are looking-at open-formula.
20315
20316 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20317
20318 * subr.el (match-string-no-properties): Use substring-no-properties.
20319
20320 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20321
20322 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20323 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20324 Use lower-case "rx" in all error message.
20325
20326 2004-02-16 Dave Love <fx@gnu.org>
20327
20328 * emacs-lisp/rx.el (rx-or): Put group around result.
20329 (rx-constituents): Add backref.
20330 (rx-syntax): Add string-delimiter, comment-delimiter.
20331 (rx-categories): Add combining-diacritic.
20332 (rx-check-not, rx-greedy, rx): Doc fix.
20333 (rx-backref, rx-check-backref): New.
20334
20335 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20336
20337 * newcomment.el (uncomment-region): Allow eob as comment end.
20338
20339 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20340
20341 * filecache.el: All message and error commands now use prefix
20342 "Filecache:" to make it easy to read *Messages* buffer.
20343
20344 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20345
20346 * autorevert.el: Add support to detect changed dired and VC buffers.
20347 (auto-revert-active-p, auto-revert-list-diff)
20348 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20349 (auto-revert-handler, auto-revert-active-p): New functions.
20350 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20351 and `auto-revert-active-p'.
20352 (eval-when-compile): Defvar dired-directory and vc-mode.
20353 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20354 (auto-revert-handler-vc): New functions.
20355
20356 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20357
20358 * progmodes/compile.el (compilation-directory): New defvar.
20359 (compile): Save current directory in compilation-directory.
20360 (recompile): Bind default-directory to compilation-directory if
20361 that is non-nil.
20362
20363 2004-02-16 Dave Love <fx@gnu.org>
20364
20365 * newcomment.el (comment-insert-comment-function)
20366 (comment-region-function, uncomment-region-function): New.
20367 (comment-indent): Use comment-insert-comment-function.
20368 (uncomment-region): Use uncomment-region-function.
20369 (comment-region): Use comment-region-function.
20370
20371 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20372
20373 2004-02-16 Richard Stallman <rms@gnu.org>
20374
20375 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20376 loaddefs* and ldefs-boot*.
20377
20378 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20379
20380 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20381 and email address at the beginning and end of the address.
20382
20383 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20384 anchored at the beginning of the email address.
20385
20386 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20387
20388 * international/ccl.el (ccl-compile-write): Pass `left' to
20389 ccl-embed-code to generate correct code of write-expr-register.
20390
20391 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20392
20393 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20394
20395 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20396
20397 * x-dnd.el: Mention support for Motif in commentary.
20398 (x-dnd-handle-drag-n-drop-event): Ditto.
20399
20400 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20401
20402 * ses.el: Use "ses--" prefixes for buffer-local variables.
20403 Use (point-min) instead of 1, even when we know the buffer
20404 is unnarrowed.
20405 (ses-build-load-map): Delete. Distribute its content to defconsts for
20406 the three maps.
20407 (ses-menu, ses-header-line-menu): New menus.
20408 (ses-mode-map): Use them.
20409 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20410
20411 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20412
20413 * Makefile.in: Fix the CC Mode recompile kludge so it works
20414 when building in a different directory.
20415
20416 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20417
20418 * simple.el (kill-new): Put yank-handler property on the entire string.
20419
20420 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20421
20422 * diff.el: Don't use compile any more, use diff-mode instead.
20423 (diff-regexp-alist, diff-old-file, diff-new-file)
20424 (diff-parse-differences, diff-process-setup): Remove.
20425 (diff-sentinel): New fun.
20426 (diff): Use it. Run the process ourselves.
20427 Use diff-mode for the rest of the processing.
20428
20429 * diff.el (diff): Simplify code handling `switch'.
20430
20431 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20432
20433 * pcvs-defs.el (cvs-menu): Add `tag'.
20434
20435 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20436
20437 * simple.el (kill-append): Doc fix.
20438
20439 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20440 Adapt outline-regexp to the new conventions for commenting out code.
20441
20442 2004-02-11 John Paul Wallington <jpw@gnu.org>
20443
20444 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20445
20446 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * diff.el (diff-switches): New fun.
20449 (diff, diff-backup): Use it.
20450 (diff): Clean up the args construction. Use backquote.
20451 Use listp instead of consp to avoid putting a nil arg.
20452 (diff): Add a revert-buffer function.
20453
20454 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20455
20456 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20457 handled by x-dnd-handle-file-name.
20458 (x-dnd-known-types): Add COMPOUND_TEXT.
20459 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20460 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20461 x-dnd-empty-state.
20462 (x-dnd-forget-drop): Ditto.
20463 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20464 (x-dnd-handle-one-url): Return private when inserting text.
20465 (x-dnd-insert-ctext): New function.
20466 (x-dnd-handle-file-name): New function for FILE_NAME.
20467 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20468 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20469 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20470
20471 2004-02-10 Kenichi Handa <handa@m17n.org>
20472
20473 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20474 instead of while loop.
20475
20476 2004-02-10 Miles Bader <miles@gnu.org>
20477
20478 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20479
20480 2004-02-09 Kenichi Handa <handa@m17n.org>
20481
20482 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20483 have end-of-line.
20484
20485 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20486
20487 * Makefile.in: Added extra dependencies in the recompile target
20488 needed to cope with the compile time macro expansions in CC Mode.
20489
20490 2004-02-09 Kim F. Storm <storm@cua.dk>
20491
20492 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20493 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20494 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20495 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20496 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20497 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20498 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20499 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20500 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20501 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20502 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20503
20504 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20507 Don't allow shrink if there's a window on our right.
20508
20509 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20510 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20511 Bring together declaration and initialization.
20512 (prolog-mode-variables): Don't set the syntax table.
20513 Don't set paragraph-start and comment-indent-function.
20514 Add /*..*/ to the comment regexps.
20515 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20516 (prolog-mode-map): Don't bind TAB.
20517 (prolog-mode): Set the syntax table.
20518 (prolog-comment-indent): Remove.
20519 (inferior-prolog-mode-map): Initialize in the declaration.
20520 (inferior-prolog-mode-syntax-table)
20521 (inferior-prolog-mode-abbrev-table): New vars.
20522 (inferior-prolog-mode): Derive from comint-mode.
20523 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20524 minibuffer windows.
20525
20526 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20527 in file names, as long as it is unambiguous.
20528
20529 2004-02-08 Andreas Schwab <schwab@suse.de>
20530
20531 * textmodes/reftex-toc.el
20532 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20533 format. Doc fix.
20534
20535 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20536 format string arguments.
20537
20538 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20539 string argument.
20540
20541 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20542
20543 * play/zone.el (zone-call): Fix format string.
20544
20545 * net/webjump.el (webjump-builtin): Add missing format string argument.
20546
20547 * midnight.el (midnight-delay-set): Remove extra format string argument.
20548
20549 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20550
20551 * hexl.el (hexl-insert-char): Add missing format string argument.
20552
20553 * format.el (format-decode): Fix format string.
20554
20555 * emulation/vi.el (vi-mode): Remove extra format string argument.
20556 (vi-repeat-last-search): Likewise.
20557 (vi-reverse-last-search): Likewise.
20558 (vi-goto-mark): Likewise.
20559 (vi-reverse-last-find-char): Likewise.
20560 (vi-repeat-last-find-char): Likewise.
20561 (vi-locate-def): Likewise.
20562
20563 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20564
20565 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20566 string argument.
20567 (ediff-toggle-regexp-match): Likewise.
20568
20569 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20570 format string argument.
20571
20572 * calc/calc-map.el (calc-get-operator): Remove extra format
20573 string argument.
20574
20575 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20576
20577 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20578 string argument.
20579
20580 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20581
20582 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20583
20584 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20585
20586 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20587 (cl-struct-setf-expander): Likewise.
20588
20589 * vc.el (with-vc-file): Fix unsafe uses of error.
20590 (vc-cancel-version): Likewise.
20591
20592 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20593
20594 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20595 thousands separator; fixes <class>:<line-number> regexp for
20596 non-english locales.
20597
20598 2004-02-08 Andreas Schwab <schwab@suse.de>
20599
20600 * view.el (view-mode-enable): Revert previous change.
20601
20602 2004-02-07 Kim F. Storm <storm@cua.dk>
20603
20604 * simple.el (line-number-at-pos): Rename from line-at-pos.
20605 Uses changed (what-line and vc-annotate-warp-version).
20606
20607 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20608
20609 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20610 (diff-mode): Remove aborted attempt at support for compile.el.
20611 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20612
20613 2004-02-06 Andreas Schwab <schwab@suse.de>
20614
20615 * view.el (view-mode-enable): Add view-mode-map to
20616 minor-mode-overriding-map-alist.
20617
20618 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20619
20620 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20621
20622 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20625 with point inside rather than after the paragraph.
20626
20627 2004-02-04 Sam Steingold <sds@gnu.org>
20628
20629 * mail/smtpmail.el (smtpmail-try-auth-methods):
20630 Do not try authentication when no mechanism is available.
20631 Pass port-name as defaultport to `netrc-machine'.
20632
20633 2004-02-04 Stephen Eglen <stephen@gnu.org>
20634
20635 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20636 to show how minibuffer height can be constrained.
20637
20638 2004-02-04 John Paul Wallington <jpw@gnu.org>
20639
20640 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20641
20642 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20643
20644 * x-dnd.el: New file for drag and drop.
20645
20646 * term/x-win.el: require x-dnd, set after-make-frame-functions
20647 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20648 drag-n-drop event.
20649
20650 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20651 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20652 (dired-dnd-handle-file): New functions for drag and drop support.
20653 (dired-mode): Initialize drag and drop if x-dnd present.
20654
20655 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20656
20657 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20658 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20659 (cperl-mode): Set fill-paragraph-function.
20660 (cperl-fill-paragraph): Make it non-interactive.
20661
20662 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20663
20664 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20665
20666 2004-02-02 David Kastrup <dak@gnu.org>
20667
20668 * replace.el (perform-replace): Allow 'literal argument in
20669 regexp-flag to indicate literal replacement.
20670 (query-replace-regexp-eval): Use it.
20671
20672 2004-02-01 Andreas Schwab <schwab@suse.de>
20673
20674 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20675
20676 2004-02-01 Stephen Eglen <stephen@gnu.org>
20677
20678 * info-look.el: Add support for maxima-mode. Update commentary
20679 because info-lookup-symbol is now bound to C-h S.
20680
20681 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20682
20683 * simple.el (edit-and-eval-command): Bind print-level and
20684 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20685 Correct initial position in command-history.
20686
20687 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20688
20689 * files.el (read-directory-name): Adapt the docstring to recent
20690 change in Fread_file_name.
20691
20692 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20693
20694 * ses.el (ses-print-cell): If print format too wide for column
20695 width, truncate decimal places if that helps to avoid "#####" fill.
20696 * ses.el (ses-initial-column-width): Revert previous change.
20697
20698 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20701 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20702 Add edebug info.
20703 (jit-lock-mode): Setup/cancel the new timer.
20704 (jit-lock-context-fontify): New fun. Extracted from
20705 context fontification code of jit-lock-stealth-fontify.
20706 (jit-lock-stealth-fontify): Don't do context fontification any more.
20707
20708 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20709 (jit-lock-fontify-now): Handle the `quit' case.
20710 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20711
20712 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20713
20714 * progmodes/executable.el (executable-command-find-posix-p):
20715 New. Check if find handles arguments Posix-style.
20716
20717 * progmodes/grep.el (grep-compute-defaults):
20718 Use executable-command-find-posix-p.
20719 (grep-find): Check `grep-find-command'.
20720
20721 * filecache.el (file-cache-find-posix-p): Delete.
20722 (file-cache-add-directory-using-find):
20723 Use `executable-command-find-posix-p'.
20724
20725 2004-01-29 Dave Love <fx@gnu.org>
20726
20727 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20728 Iterate the hook function if arg is given.
20729 (mark-defun, narrow-to-defun): Change order of finding the limits.
20730
20731 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20732 (byte-compile-format-warn): New.
20733 (byte-compile-callargs-warn): Use it.
20734 (Format, message, error): Add byte-compile-format-like property.
20735 (byte-compile-maybe-guarded): New.
20736 (byte-compile-if, byte-compile-cond): Use it.
20737 (byte-compile-lambda): Compile interactive forms,
20738 just to make warnings about them.
20739
20740 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20741
20742 * ses.el (ses-initial-column-width): Increase to 14, so it will
20743 work well with the default printer of "%.7g" for extreme values
20744 like "-1.234567e+07".
20745
20746 2004-01-29 Kenichi Handa <handa@m17n.org>
20747
20748 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20749
20750 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20751
20752 * dos-w32.el: Added support for the `default-printer-name' function.
20753
20754 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20755
20756 * server.el (server-socket-name): Don't use the hostname in the
20757 socket name since /tmp is local to the host anyway.
20758
20759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20760 robust check of widening and fix var-naming.
20761
20762 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20763
20764 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20765 or rmail-spam- to rsf- in all function and variable names.
20766 (rsf-min-region-to-spam-list): New variable.
20767 (rsf-bbdb-auto-delete-spam-entries): Rename from
20768 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20769 scanned together with the recipients field for spam testing; Don't
20770 delete spam message if rmail-delete-after-output is non-nil;
20771 (rsf-check-field): New function, extracted from code in
20772 rmail-spam-filter to ease addition of header fields like
20773 content-type:;
20774 (message-content-type): New variable. The content-type: field was
20775 added also in defcustom of rsf-definitions-alist;
20776 (rmail-spam-filter): Replace repeated test code for header fields
20777 by calls to check-field; change the call to
20778 rmail-output-to-rmail-file such that rmail-current-message stays
20779 the same to avoid wrong deletion of unseen flags.
20780 (rmail-use-spam-filter): Add autoload cookie.
20781
20782 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20783
20784 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20785 (file-cache-add-directory-using-find): Add Cygwin support.
20786 (file-cache-find-command-posix-flag): New user variable.
20787
20788 * filecache.el (file-cache-add-directory): Check for
20789 directories an remove them from dir-files.
20790
20791 2004-01-27 Richard M. Stallman <rms@gnu.org>
20792
20793 * man.el (Man-fontify-manpage): Clean up message.
20794
20795 2004-01-27 Kenichi Handa <handa@m17n.org>
20796
20797 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20798 (sentence-end): Define using sentence-end-without-space.
20799
20800 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20801 a sentence ends with one of a character in sentence-end-without-space.
20802
20803 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20806 (jit-lock): Group declaration moved to jit-lock.el.
20807 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20808 when necessary.
20809
20810 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20811 (jit-lock-context-unfontify-pos): Rename from
20812 jit-lock-first-unfontify-pos.
20813 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20814
20815 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20816
20817 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20818 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20819 (fortran-fill): When filling a string, adjust re-search-backward
20820 argument for special case of string just on fill-column.
20821 When filling non-string, allow one extra char if
20822 fortran-break-before-delimiters is non-nil.
20823 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20824 Use fortran-break-delimiters-re and fortran-no-break-re to
20825 correctly handle cases such as "**".
20826
20827 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20828 (f90-no-break-re): Add some extra tokens. Doc fix.
20829
20830 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20831
20832 * mail/rmail-spam-filter.el:
20833 Use two semicolons as Commentary line prefix.
20834 Add ";;; Code:" stylized comment.
20835 Delete end-of-line whitespace.
20836 Wrap (require 'cl) with `eval-when-compile'.
20837
20838 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20839
20840 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20841 at the top level of vc.el.
20842
20843 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20844
20845 * vc.el (vc-current-line): Function removed. This is now done by
20846 the new function line-at-pos in simple.el.
20847 (vc-annotate-warp-version): Use line-at-pos instead of
20848 vc-current-line.
20849
20850 2004-01-22 Kim F. Storm <storm@cua.dk>
20851
20852 * simple.el (line-at-pos): New defun.
20853 (what-line): Use it. Optimize by only counting lines in narrowed
20854 region once.
20855
20856 2004-01-22 Kenichi Handa <handa@m17n.org>
20857
20858 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20859 point (register r1) only for charset mule-unicode-0100-24ff.
20860
20861 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20862
20863 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20864 trailing white space and ensure a final newline.
20865
20866 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20867 Add autoload cookie.
20868
20869 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20870
20871 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20872 activate view-mode explicitly.
20873
20874 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20875
20876 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20877 menu-bar-enable-clipboard and make Paste use clipboard first.
20878
20879 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20880
20881 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20882 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20883 (vc-mcvs-cvs): Remove.
20884 (vc-mcvs-command): Remove use of assert.
20885
20886 * outline.el (outline-insert-heading): Tighten up match.
20887 (outline-demote, outline-move-subtree-down): Don't assume anything
20888 about outline-regexp.
20889
20890 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20891 (texinfo-show-structure): Explicitly add ^, and simplify.
20892
20893 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20894
20895 * calendar/appt.el (appt-check): Restore usage of
20896 appt-issue-message deleted in previous change.
20897 (top-level): Activate package when loaded (needed for backwards
20898 compatibility).
20899
20900 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20901
20902 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20903 following previous change to smtpmail-send-data.
20904
20905 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20906
20907 * vc.el (vc-default-previous-version): Doc enhancement.
20908 (vc-default-next-version): New function.
20909 (vc-print-log): New arg FOCUS-REV.
20910 (vc-annotate-mode): Derive from view-mode.
20911 (vc-annotate): New args REVISION, DISPLAY-MODE.
20912 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20913 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20914 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20915 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20916 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20917
20918 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20919
20920 2004-01-19 Karl Berry <karl@gnu.org>
20921
20922 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20923 or "TexInfo".
20924
20925 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20926
20927 * subr.el (delete-dups): New function.
20928
20929 2004-01-19 Karl Berry <karl@gnu.org>
20930
20931 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20932 with ^, since that's what texinfo-show-structure
20933 documentation says (plus it works much better in texinfo.txi).
20934
20935 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20936
20937 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20938
20939 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20940
20941 * progmodes/which-func.el (which-function-mode): Don't cancel
20942 which-func-update-timer if not set.
20943
20944 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20945
20946 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20947 Remove spurious left square bracket in XX:XXam regexp.
20948
20949 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20950
20951 * progmodes/cc-defs.el: Do not require cl at run time.
20952
20953 2004-01-16 Richard M. Stallman <rms@gnu.org>
20954
20955 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20956 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20957
20958 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20959 Call rmail-spam-filter. Delete and expunge spam.
20960 Print number of spam messages deleted.
20961 Save and restore the deletion status of old messages when reading
20962 new mail with spam filter, so that expunging spam does not expunge
20963 msgs deleted by the user.
20964 (rmail-only-expunge): Add an optional argument dont-show to
20965 prevent showing message after expunge.
20966
20967 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20968
20969 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20970 * subr.el (declare): New macro.
20971
20972 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20973
20974 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20975
20976 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20977
20978 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20979 Test window-system rather than system-type (for X11/Mac).
20980
20981 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20982
20983 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20984
20985 2004-01-12 Richard M. Stallman <rms@gnu.org>
20986
20987 * mail/rmail.el (rmail-convert-to-babyl-format):
20988 Use mail-unquote-printable-region.
20989 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20990 (rmail-hex-char-to-integer): Functions deleted.
20991
20992 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20993 (mail-unquote-printable-region): New arg NOERROR.
20994 For invalid encoding, either signal an error to just return nil.
20995
20996 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20997
20998 * calendar/appt.el: Update copyright and commentary.
20999 (appt-issue-message): Make obsolete.
21000 (appt-visible, appt-msg-window): Make obsolete, in favor of
21001 appt-display-format.
21002 (appt-display-mode-line, appt-display-duration)
21003 (appt-display-diary, appt-time-msg-list, appt-mode-string)
21004 (appt-prev-comp-time, appt-display-count, appt-timer)
21005 (appt-convert-time): Doc change.
21006 (appt-disp-window-function, appt-delete-window-function):
21007 Use defcustom rather than defvar.
21008 (appt-display-format): New variable.
21009 (appt-display-message): New function with display code from appt-check.
21010 (appt-check): Add optional FORCE argument. Doc change.
21011 Add appt-make-list to diary-hook if displaying diary.
21012 Remove checking of view-diary-entries-initially.
21013 Message display section removed to new function appt-display-message.
21014 (appt-display-window): Doc change. Remove unused internal var
21015 this-buffer. Do not beep, since appt-display-message does that.
21016 (appt-make-list): Doc change. Use caar.
21017 (appt-sort-list): Simplify by using builtin sort function.
21018 (appt-update-list): New function for updating appts when diary is
21019 saved.
21020 (appt-activate): New autoloaded function to toggle package
21021 functionality.
21022
21023 * calendar/cal-x.el: (calendar-one-frame-setup)
21024 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21025
21026 * calendar/calendar.el: Update copyright.
21027 (view-diary-entries-initially, european-calendar-style): Doc change.
21028 (calendar-setup): Make defcustom rather than defvar.
21029 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21030 in let binding so local to function.
21031
21032 * calendar/diary-lib.el: Update copyright.
21033 (diary, diary-entry-time): Doc change.
21034 (list-diary-entries): Doc change. Trivial logic change.
21035 (fancy-diary-display): Restore make-face command mistakenly
21036 deleted 2003-05-08.
21037 (show-all-diary-entries): Allow to pop-up frame if needed.
21038
21039 2004-01-09 John Paul Wallington <jpw@gnu.org>
21040
21041 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21042 Temporarily select EVENT's window for changing eol type.
21043
21044 2004-01-09 Deepak Goel <deego@gnufans.org>
21045
21046 * calendar/diary-lib.el (diary-entry-time):
21047 Also accept time in the form XX[.XX][am/pm/AM/PM].
21048 (fancy-diary-font-lock-keywords): Likewise.
21049 (diary-font-lock-keywords): Likewise.
21050 * calendar/appt.el (appt-add): Likewise.
21051 (appt-make-list): Likewise.
21052 (appt-convert-time): Likewise.
21053
21054 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21055
21056 * gdb-ui.el (gdb-ann3): Revert previous change.
21057 (gdb-source-info): Allow for case of where compilation directory
21058 is not recorded.
21059
21060 2004-01-08 John Paul Wallington <jpw@gnu.org>
21061
21062 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21063
21064 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21065
21066 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21067
21068 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21069 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21070 problems.
21071 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21072
21073 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21074
21075 * files.el (write-file-functions, write-contents-functions):
21076 Clarify docstrings.
21077
21078 2004-01-07 Kenichi Handa <handa@m17n.org>
21079
21080 * international/mule.el (set-auto-coding): Fix for the case that
21081 end-of-line is only CR.
21082
21083 2004-01-07 Kim F. Storm <storm@cua.dk>
21084
21085 * subr.el (event-start, event-end): Doc fix.
21086 (posn-string, posn-image): New defuns.
21087 (posn-object): Return either image or string object.
21088 (posn-object-x-y): Return 8th element of position.
21089 (posn-object-width-height): New defun.
21090
21091 2004-01-06 Andreas Schwab <schwab@suse.de>
21092
21093 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21094 output.
21095
21096 2004-01-05 Karl Berry <karl@gnu.org>
21097
21098 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21099 / and *, too.
21100
21101 2003-12-31 Simon Josefsson <jas@extundo.com>
21102
21103 * files.el (before-save-hook): Add.
21104 (basic-save-buffer): Use before-save-hook.
21105
21106 * emacs-lisp/copyright.el: Fix comment to recommend
21107 before-save-hook instead of write-file-functions.
21108
21109 2004-01-05 Richard M. Stallman <rms@gnu.org>
21110
21111 * finder.el (finder-commentary): Call delete-other-windows.
21112
21113 * net/ange-ftp.el (ange-ftp-file-attributes):
21114 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21115
21116 2004-01-04 Karl Berry <karl@gnu.org>
21117
21118 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21119 comment characters % and # in the copyright year notice,
21120 as well as ;.
21121
21122 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21123
21124 * wid-edit.el (default): Define dummy :value-delete.
21125 Reported by Jesper Harder <harder@ifa.au.dk>.
21126
21127 2004-01-03 Richard M. Stallman <rms@gnu.org>
21128
21129 * progmodes/compile.el (compile-internal): Use point, not point-min,
21130 for set-window-point.
21131
21132 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21133
21134 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21135
21136 * progmodes/grep.el (grep-mode-map):
21137 Don't remap next-line, previous-line.
21138
21139 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21140
21141 * speedbar.el (speedbar-edit-line): Change regexp to position
21142 the cursor on the first character of this line's button.
21143
21144 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21145
21146 * subr.el (functionp): Doc fix.
21147
21148 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21149
21150 * progmodes/idlwave.el (idlwave-make-tags):
21151 * textmodes/flyspell.el (flyspell-large-region):.
21152 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21153 * emulation/viper-util.el (viper-glob-unix-files):
21154 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21155 * man.el (Man-init-defvars):
21156 * jka-compr.el (jka-compr-call-process):
21157 * files.el (get-free-disk-space,insert-directory):
21158 * ediff-ptch.el (ediff-test-patch-utility):
21159 * ediff-diff.el (ediff-test-utility):
21160 * dired-aux.el (dired-check-process):
21161 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21162 test the return value of call-process, because it can be a string.
21163
21164 2003-12-31 John Paul Wallington <jpw@gnu.org>
21165
21166 * bindings.el (completion-ignored-extensions): Add .pfsl.
21167
21168 2003-12-31 Kim F. Storm <storm@cua.dk>
21169
21170 * ido.el (ido-nonreadable-directory-p): New defun to check for
21171 nonreadable directory without activating tramp (to avoid problems
21172 with checking incomplete tramp paths).
21173 (ido-set-current-directory, ido-file-internal)
21174 (ido-file-name-all-completions1): Use it.
21175
21176 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21177
21178 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21179 documentation if the anchor (or node) name is preceded by `info
21180 anchor' or `Info anchor' in addition to earlier `info node' and
21181 `Info node'.
21182 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21183
21184 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21185
21186 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21187 error in arguments to base64-decode-region. Remove ^M characters
21188 after decoding base64.
21189
21190 2003-12-30 Simon Josefsson <jas@extundo.com>
21191
21192 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21193 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21194 have only been distributed with Emacs for some years.
21195 (texinfo-mode-hook): Customize.
21196
21197 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21198
21199 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21200 cleaner (suggested by Richard Stallman).
21201
21202 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21203 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21204 file-name clashes on 8+3 DOS filesystems.
21205
21206 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21207 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21208 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21209 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21210 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21211 file-name clashes on 8+3 filesystems.
21212
21213 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21214 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21215 file-name clashes on 8+3 DOS filesystems.
21216
21217 2003-12-29 Richard M. Stallman <rms@gnu.org>
21218
21219 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21220 Upcase the character.
21221
21222 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21223 Search for header separator alone on a line, literally,
21224 and search for it backward, not forward.
21225 (flyspell-abbrev-table): Always use global-abbrev-table
21226 if there is no local one.
21227
21228 * progmodes/sh-script.el (sh-get-indent-info):
21229 Don't move point back if at bob.
21230
21231 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21232
21233 * play/handwrite.el (handwrite): Make the handwrite credit message
21234 a comment rather than an output command.
21235
21236 * obsolete/sc.el: Display message that this file is obsolete.
21237
21238 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21239
21240 * mail/rfc822.el (rfc822-address-start): Declare variable.
21241 Renamed from address-start. All uses changed.
21242
21243 * term.el (term-exec): Set up sentinel.
21244 (term-sentinel): New function.
21245 (term-handle-exit): New function.
21246
21247 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21248 Use assoc-string, and mark them obsolete.
21249 (delay-mode-hooks): Mark as permanent local.
21250
21251 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21252
21253 * register.el (copy-rectangle-to-register): Doc fix.
21254
21255 * info.el (Info-insert-dir): Use assoc-string.
21256
21257 * info-look.el (info-lookup): Use assoc-string.
21258
21259 * frame.el (pop-up-frame-function): Use quote, not `function'.
21260 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21261 copying with lists as coordinate values.
21262
21263 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21264
21265 * find-dired.el (kill-find): New command.
21266 (find-dired): Make buffer read-only.
21267 Set up a keymap with C-c C-k running kill-find.
21268 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21269
21270 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21271
21272 * filecache.el (file-cache-ignore-case): New variable.
21273 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21274
21275 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21276 (comint-dynamic-complete-as-filename): Rename local vars.
21277 (comint-dynamic-list-filename-completions): Likewise.
21278
21279 * comint.el (comint-dynamic-list-completions-config): New var.
21280 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21281
21282 * comint.el (comint-file-name-chars): Add [].
21283 (comint-word): Use skip-chars-backward, not search.
21284
21285 * shell.el (shell-file-name-chars): Add [].
21286
21287 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21288
21289 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21290
21291 * generic.el (define-generic-mode): Doc fix.
21292
21293 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21294
21295 * files.el (kill-some-buffers): Doc fix.
21296
21297 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21298
21299 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21300 arg to send-invisible
21301 (send-invisible): Doc fix. The argument is now a prompt, not the
21302 string to send.
21303 (comint-read-noecho): Doc fix.
21304
21305 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21306
21307 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21308 "@", as required by some ISP hosting service. Fix defcustom
21309 argument syntax errors that prevented use of customization.
21310
21311 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21312
21313 * xml.el (xml-get-attribute-or-nil): Doc fix.
21314
21315 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21316
21317 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21318 write-file-hooks.
21319
21320 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21321
21322 * autorevert.el (auto-revert-interval): Doc fix.
21323
21324 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21325
21326 * xml.el (xml-get-attribute-or-nil): New function, like
21327 xml-get-attribute, but returns nil if the attribute was not found.
21328 (xml-get-attribute): Convert to defsubst, uses
21329 xml-get-attribute-or-nil.
21330
21331 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21332
21333 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21334
21335 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21336
21337 * custom.el (custom-declare-theme): Use `value' when putting
21338 properties on `theme'.
21339
21340 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21341
21342 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21343 for each yank-handler segment.
21344 (insert-for-yank-1): New function, with the body of the previous
21345 insert-for-yank.
21346
21347 * textmodes/table.el (table-yank-handler): New defcustom.
21348 (table--put-cell-indicator-property): Put yank-handler property
21349 that indicates the yank handler for the table cell.
21350
21351 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21352
21353 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21354 set of keywords.
21355
21356 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21357
21358 * international/mule-cmds.el (reset-language-environment)
21359 (set-language-environment): Don't invoke fontset-related functions
21360 if fontset-list is not fboundp.
21361
21362 2003-12-29 Kenichi Handa <handa@m17n.org>
21363
21364 * international/mule-cmds.el (reset-language-environment):
21365 Call set-overriding-fontspec-internal with nil.
21366 (set-language-environment): Call set-overriding-fontspec-internal
21367 if the language environment specify `overriding-fontspec'.
21368 (language-info-alist): Doc added.
21369
21370 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21371 characters of mule-unicode-0100-24ff.
21372 (ccl-encode-windows-1251-font): New CCL program.
21373 ("Bulgarian"): Specify overriding-fontspec.
21374 ("Belarusian"): Likewise.
21375
21376 2003-12-28 Sam Steingold <sds@gnu.org>
21377
21378 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21379 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21380
21381 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21382
21383 * progmodes/gud.el (gud-gdb-command-name): Set default to
21384 "gdb --annotate=3".
21385 (gud-gdb-marker-filter): Look out for annotations.
21386 (gdb-first-pre-prompt): New variable.
21387 Remove trailing white space.
21388
21389 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21390 if necessary.
21391 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21392 annotations are detected.
21393 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21394 instead of a local one to allow transition from
21395 gud-gdb-marker-filter.
21396 Remove trailing white space.
21397
21398 2003-12-27 Kim F. Storm <storm@cua.dk>
21399
21400 * ido.el: Handle non-readable directories.
21401 (ido-decorations): Add 9th element for non-readable directory.
21402 (ido-directory-nonreadable): New dynamic var.
21403 (ido-set-current-directory): Set it.
21404 (ido-read-buffer, ido-file-internal):
21405 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21406 (ido-file-name-all-completions1): Return empty list for
21407 non-readable directory.
21408 (ido-exhibit): Print [Not readable] if directory is not readable.
21409 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21410 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21411 Use it.
21412
21413 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21414
21415 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21416 calls to directory-files-and-attributes and file-attributes.
21417 (ls-lisp-format): Remove system dependent handling of user and
21418 group id's.
21419
21420 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21421
21422 * ffap.el (ffap-read-file-or-url): Revert previous change.
21423
21424 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21425
21426 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21427 new list of included files called `files-with-node-lines', that
21428 only have node lines. This way @include commands can include any
21429 file, such as version and update files without node lines, not
21430 just files that are chapters.
21431
21432 2003-12-25 Andreas Schwab <schwab@suse.de>
21433
21434 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21435 file not found.
21436
21437 2003-12-08 Miles Bader <miles@gnu.org>
21438
21439 * dired.el (dired-between-files): Always use dired-move-to-filename,
21440 which is more robust in non-english locales.
21441
21442 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21443
21444 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21445
21446 2003-12-24 Andreas Schwab <schwab@suse.de>
21447
21448 * shell.el (shell-file-name-quote-list): Add backslash.
21449
21450 * comint.el (comint-quote-filename): Correctly handle backslash
21451 in comint-file-name-quote-list.
21452
21453 2003-12-24 Kenichi Handa <handa@m17n.org>
21454
21455 * international/mule-cmds.el (set-default-coding-systems):
21456 Call ucs-set-table-for-input for all buffers that don't have local
21457 value of buffer-file-coding-system.
21458
21459 * international/ucs-tables.el (ucs-set-table-for-input):
21460 If translation-table-for-encode is a symbol, get its
21461 translation-table property.
21462
21463 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21464
21465 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21466 to `completing-read' on a recently fixed bug.
21467
21468 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21469 instead of SPACE, to get the list of possible fringe modes.
21470 SPACE only works if both `partial-completion-mode' and
21471 `completion-auto-help' are nil.
21472
21473 * complete.el (PC-is-complete-p): Delete.
21474 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21475 calls to `test-completion'.
21476
21477 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21478
21479 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21480 to edit values when there are no children.
21481
21482 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21483 a mode called "Assembler" already exists.
21484 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21485 (gud-watch): Use format option. Remove font properties from string.
21486 (gdb-var-create-handler, gdb-var-list-children-handler):
21487 Don't bother about properties as there are none.
21488 (gdb-var-create-handler, gdb-var-list-children-handler)
21489 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21490 with two arguments.
21491 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21492 Let speedbar show value changes with a different font.
21493 (gdb-edit-value): New defun.
21494 (gdb-clear-partial-output, gdb-clear-inferior-io)
21495 (def-gdb-auto-update-handler): Use erase-buffer.
21496 (gdb-frame-handler): Display watch expressions in
21497 FUNCTION::VARIABLE format if required.
21498
21499 2003-12-23 John Paul Wallington <jpw@gnu.org>
21500
21501 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21502 (Info-goto-emacs-command-node): Doc fixes.
21503
21504 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21505
21506 * cus-edit.el (custom-add-parent-links): Define "many".
21507
21508 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21509
21510 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21511 (widget-child-validate, widget-type-value-create)
21512 (widget-type-default-get, widget-type-match): New functions.
21513 (lazy): New widget.
21514 (menu-choice, checklist, radio-button-choice, editable-list)
21515 (group, documentation-string): Remove redundant (per 2003-10-25
21516 change) calls to `widget-children-value-delete'.
21517 (widget-choice-value-get, widget-choice-value-inline): Remove.
21518 (menu-choice): Update widget.
21519
21520 2003-12-03 Kenichi Handa <handa@m17n.org>
21521
21522 * language/cyrillic.el: Register "microsoft-cp1251" in
21523 ctext-non-standard-encodings-alist.
21524 ("Bulgarian"): Add ctext-non-standard-encodings.
21525 ("Belarusian"): Likewise.
21526
21527 * international/mule-conf.el (compound-text-with-extensions):
21528 Change the type to 2 (iso-2022 base).
21529
21530 * international/mule.el (ctext-non-standard-encodings-alist):
21531 Change the format.
21532 (ctext-non-standard-encodings): New variable.
21533 (ctext-post-read-conversion): Fully re-written.
21534 (ctext-non-standard-designations-alist): Delete it.
21535 (ctext-non-standard-encodings-table): New function.
21536 (ctext-pre-write-conversion): Fully re-written.
21537
21538 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21539
21540 * cus-edit.el (custom-add-parent-links): Add documentation links
21541 for parent, if the item has none of its own.
21542
21543 2003-11-30 Richard M. Stallman <rms@gnu.org>
21544
21545 * dired-aux.el (dired-do-query-replace-regexp):
21546 Report files visited read-only.
21547
21548 2003-11-30 Juri Linkov <juri@jurta.org>
21549
21550 * dired-aux.el (dired-compare-directories): New command.
21551 (dired-file-set-difference, dired-files-attributes): New functions.
21552
21553 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21554 Version 2.0.38 of Tramp released.
21555
21556 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21557 Charles Curley <charlescurley@charlescurley.com>.
21558 (tramp-multi-connection-function-alist): Add ssht entry which adds
21559 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21560 Aichner.
21561 (tramp-get-method-parameter): New function to retrieve a method
21562 parameter. This allows for omission of method parameters.
21563 Callers adjusted.
21564
21565 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21566
21567 * net/tramp.el: Add new optional parameter ID-FORMAT to
21568 `file-attributes'. Calls of `file-attributes' won't use this
21569 parameter for backward compatibility reasons.
21570 (tramp-perl-file-attributes): Add a new parameter to Perl script
21571 in order to handle uid/gid as strings, if desired.
21572 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21573 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21574 order to make the function more general.
21575 (tramp-handle-file-attributes): Replace proprietary optional
21576 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21577 (tramp-handle-file-attributes-with-perl): Handle parameter
21578 NONNUMERIC if set. This wasn't done in the past.
21579 (tramp-post-connection): Apply second parameter "$2" if
21580 `tramp-remote-perl' is called.
21581
21582 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21583 Correct cut'n'waste error (`filename' instead of `directory').
21584 (tramp-smb-handle-directory-files-and-attributes)
21585 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21586 introduced parameter ID-FORMAT.
21587 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21588 error (`directory' instead of `ldir').
21589
21590 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21591 `file-attributes' has a second parameter. If yes, apply it with
21592 value "'integer". Otherwise, don't use that parameter (default is
21593 integer format).
21594
21595 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21596
21597 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21598 (help-for-help): Add `C-h .' to the listed Help options.
21599 Remove trailing whitespace.
21600
21601 * help-at-pt.el: New file.
21602
21603 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21604
21605 * subr.el (noreturn, 1value): New macros for test coverage.
21606 See `testcover.el'.
21607
21608 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21609
21610 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21611 for macro `1value'.
21612 (testcover-1value): New function. Checks that a 1value form
21613 actually returns only one value. Requested by RMS.
21614
21615 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21616
21617 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21618 (gdb-var-list-children, gdb-var-list-children-handler)
21619 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21620 gdb commands that use mi to keep them out of the command history.
21621
21622 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21623
21624 * cus-start.el (all): Add use-file-dialog.
21625
21626 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21627
21628 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21629
21630 2003-11-27 Kim F. Storm <storm@cua.dk>
21631
21632 * subr.el (posn-object-x-y): New defun.
21633
21634 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21635
21636 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21637 Don't use `space' for \\\n.
21638 Be more selective as to which # are comment-starters.
21639
21640 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21641
21642 * subr.el (number-sequence): Improve handling of floating point
21643 arguments (suggested by Kim Storm). Allow negative arguments.
21644
21645 2003-11-26 Kenichi Handa <handa@m17n.org>
21646
21647 * international/mule-cmds.el (standard-display-european-internal):
21648 Cancel the standard-display-table setting for ` and '.
21649
21650 2003-11-26 Kim F. Storm <storm@cua.dk>
21651
21652 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21653 New defcustoms to add ffap-like functionality to ido.
21654 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21655 (ido-no-final-slash): New defun.
21656 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21657 (ido-read-file-name): ): Toggle VC checking via
21658 vc-handled-backends instead of vc-master-templates.
21659 (ido-file-internal): Handle ido-use-url-at-point and
21660 ido-use-filename-at-point via code borrowed from ffap-guesser.
21661 Handle new ido-exit code ffap.
21662 (ido-sort-list): Ignore final slash when sorting file names.
21663
21664 2003-11-25 Kim F. Storm <storm@cua.dk>
21665
21666 * emulation/cua-base.el (cua--standard-movement-commands):
21667 Add forward-sentence and backward-sentence.
21668
21669 2003-11-25 Stephen Eglen <stephen@gnu.org>
21670
21671 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21672 iswitchb-exit is set to 'usefirst when user selects buffer at head
21673 of list using RET. (Selecting buffers at the head of the list was
21674 broken if the substring was also a complete buffername.)
21675
21676 2003-11-23 Kim F. Storm <storm@cua.dk>
21677
21678 * progmodes/compile.el (grep-command, grep-use-null-device)
21679 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21680 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21681 (grep-regexp-alist, grep-program, find-program)
21682 (grep-find-use-xargs, grep-history, grep-find-history)
21683 (grep-process-setup, grep-compute-defaults)
21684 (grep-default-command, grep, grep-tag-default, grep-find)
21685 (grep-expand-command-macros, grep-tree-last-regexp)
21686 (grep-tree-last-files, grep-tree): Move grep variables, functions
21687 and commands to new file grep.el.
21688 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21689 (compilation-process-setup-function): Doc fix.
21690 (compilation-highlight-regexp, compilation-highlight-overlay): New
21691 defvars used for highlighting current compile error in source buffer.
21692 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21693 LOCAL-MAP which overrides compilation-highlight-regexp and
21694 compilation-mode-map for this compilation.
21695 Delay calling compilation-set-window-height until after running
21696 compilation-process-setup-function so it can buffer-local override
21697 compilation-window-height.
21698 Check buffer-local value of compilation-scroll-output.
21699 (compilation-set-window-height): Use buffer-local value of
21700 compilation-window-height.
21701 (compilation-revert-buffer): Don't pass (undefined)
21702 preserve-modes arg to revert-buffer.
21703 (next-error-no-select, previous-error-no-select): New commands.
21704 (compilation-goto-locus): Temporarily highlight current match in
21705 source buffer using compilation-highlight-regexp.
21706
21707 * progmodes/grep.el: New file with grep code from compile.el.
21708 (grep): New defcustom group.
21709 (grep-window-height): New defcustom, like compilation-window-height.
21710 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21711 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21712 (grep-command, grep-use-null-device, grep-find-command)
21713 (grep-tree-files-aliases, grep-tree-ignore-case)
21714 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21715 (grep-setup-hook): New hook variable.
21716 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21717 (grep-last-buffer): New defvar, override compilation-last-buffer.
21718 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21719 Call compile-internal with args highlight-regexp and grep-mode-map.
21720
21721 2003-11-23 Kim F. Storm <storm@cua.dk>
21722
21723 * subr.el (event-start, event-end): Doc fix.
21724 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21725 (posn-area, posn-actual-col-row, posn-object): New defuns.
21726 (posn-col-row): Simplify doc. Rewrite to use cond.
21727 (posn-point): Also return buffer position for events outside text
21728 area (that info is now present in the event position).
21729
21730 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21731 mouse-set-point so that hscroll still works now that clicks on
21732 fringes generate specific mouse events.
21733 (mouse-set-point): Note that it now works in fringes and margins
21734 too due to new semantics of posn-point in fringes and margins.
21735
21736 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21737 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21738
21739 2003-11-20 Kim F. Storm <storm@cua.dk>
21740
21741 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21742 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21743 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21744 to 100 for icons to avoid increasing line height when shown.
21745
21746 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21747
21748 * newcomment.el (comment-normalize-vars): Initialize properly if
21749 comment-start was nil.
21750
21751 2003-11-19 Andreas Schwab <schwab@suse.de>
21752
21753 * simple.el (set-variable): Fix indentation.
21754
21755 2003-11-17 Kenichi Handa <handa@m17n.org>
21756
21757 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21758 Fix docstring.
21759
21760 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21761
21762 * international/latin1-disp.el (latin1-display): Fix docstring.
21763
21764 2003-11-16 John Wiegley <johnw@newartisans.com>
21765
21766 * eshell/em-ls.el (eshell-ls-file): There are times with
21767 size-width is nil and uncomputed (when directories are created in
21768 dired, for example); in this case, 4 is reasonable default value,
21769 although it may caused skewed new entries (which could be avoided
21770 by returning the original value of 8 in all cases, but 99% of the
21771 time this is a waste of whitespace).
21772
21773 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21774
21775 * cc-engine.el (c-guess-continued-construct)
21776 (c-guess-basic-syntax): Check a little more carefully if it's a
21777 function declaration when an unknown construct followed by a block
21778 is found inside a statement context. This avoids macros followed
21779 by blocks to be taken as function declarations.
21780
21781 (c-guess-continued-construct): Change the analysis of a statement
21782 continuation with a brace open to `substatement-block', for
21783 consistency with recognized statements.
21784
21785 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21786 start is in a position so that `c-beginning-of-statement-1' jumped
21787 to the beginning of the same statement.
21788
21789 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21790 Don't accept binary operators in the arglist if we're in a function
21791 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21792 template recognition in cases like "if (a < b || c > d)".
21793
21794 (c-restricted-<>-arglists): New more appropriate name for
21795 `c-disallow-comma-in-<>-arglists'.
21796
21797 Accessing functions updated for the variable name change.
21798
21799 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21800 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21801
21802 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21803 labels.
21804
21805 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21806 instead of duplicating parts of it. This fixes bogus label
21807 recognition.
21808
21809 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21810 of checking the context in which to apply the minimum indentation,
21811 so that it isn't enforced in e.g. namespace blocks.
21812
21813 * cc-vars.el (c-inside-block-syms): New constant used by
21814 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21815 to somewhat reduce the risk of becoming stale.
21816
21817 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21818 cc-cmds to cc-engine to allow use from cc-align.
21819
21820 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21821 qualified identifiers containing "::".
21822
21823 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21824 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21825
21826 * cc-vars.el (c-emacs-features): Use a space in front of the name
21827 of the temporary buffer. That also avoids dumping problems in
21828 XEmacs due to undo info being left around after the buffer is killed.
21829
21830 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21831 arglist to see if it's a K&R style declaration.
21832
21833 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21834 before returning `knr-argdecl-intro'.
21835
21836 2003-11-16 John Wiegley <johnw@newartisans.com>
21837
21838 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21839 field in a long-listing always 8 characters, use `size-width',
21840 which has already been computed.
21841
21842 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21843
21844 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21845
21846 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21847
21848 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21849 Support operation while narrowed, with `diff-restrict-view'.
21850
21851 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21852
21853 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21854 Take additional optional arg NARROWFUN. For the generated functions:
21855 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21856 include frags that arrange to check for and save narrowing state before
21857 the move and then conditionally call NARROWFUN after the move.
21858
21859 2003-11-14 John Wiegley <johnw@newartisans.com>
21860
21861 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21862 that was optional, but obviously missing based on surrounding code.
21863
21864 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21865 string arguments to numbers unless the whole argument was seen as
21866 a number.
21867
21868 2003-11-14 Kenichi Handa <handa@m17n.org>
21869
21870 * international/mule.el (ctext-non-standard-encodings-alist):
21871 Fix coding systems.
21872
21873 2003-11-10 Kenichi Handa <handa@m17n.org>
21874
21875 * language/kannada.el ("Kannada"): Add sample-text.
21876
21877 * language/knd-util.el (kannada-compose-region)
21878 (kannada-compose-string, kannada-post-read-conversion):
21879 Add autoload cookie.
21880
21881 * international/quail.el (quail-completion): Change the message
21882 "corresponding translations" to "corresponding characters".
21883
21884 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21885
21886 * descr-text.el (describe-char): Fix typo.
21887
21888 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21889
21890 These changes are to support Kannada language/script.
21891
21892 * Makefile.in (DONTCOMPILE): Add kannada.el.
21893
21894 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21895
21896 * loadup.el: Preload kannada.el.
21897
21898 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21899 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21900 New variables.
21901
21902 * language/kannada.el: New file.
21903
21904 * language/knd-util.el: New file.
21905
21906 2003-11-07 Andreas Schwab <schwab@suse.de>
21907
21908 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21909 Also highlight AH_*.
21910
21911 * xml.el (xml-parse-dtd): Fix misplaced paren.
21912
21913 2003-11-07 Kenichi Handa <handa@m17n.org>
21914
21915 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21916
21917 2003-11-05 Juri Linkov <juri@jurta.org>
21918
21919 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21920 (desktop-buffer-file): Use saved buffer-file-coding-system
21921 for file reading. Set auto-insert to nil to prevent automatic
21922 insertion into restored empty files.
21923
21924 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21925
21926 * files.el (risky-local-variable-p): Make second argument optional.
21927
21928 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21929
21930 * subr.el (add-hook): Fix last change.
21931
21932 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21933
21934 * mail/rmail.el (rmail-convert-to-babyl-format):
21935 If base64-decode-region signals an error, catch it and silently
21936 ignore it.
21937
21938 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21939
21940 * xml.el (xml-parse-region): Allow comments to appear after the
21941 topmost element has closed.
21942 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21943 (xml-ns-expand-attr): New functions to do namespace handling.
21944 (xml-intern-attrlist): Back-compatible handling of attribute names.
21945 (xml-parse-tag): Move namespace handling to separate functions.
21946 Now produces elements in the form ((:ns . "element") (attr-list)
21947 children) instead of ('ns:element (attr-list) children).
21948 (xml-parse-attlist): Fix attribute parsing.
21949 (xml-parse-dtd): Change parsing so that it produces strings
21950 instead of interned symbols.
21951
21952 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21953
21954 * dired.el (dired-ls-sorting-switches): Doc fix.
21955
21956 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21957
21958 * emacs-lisp/rx.el (rx-or): Fix the case of
21959 "(rx (and ?a (or ?b ?c) ?d))".
21960
21961 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21962
21963 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21964 (texinfo-format-region): Use it.
21965 (texinfo-format-buffer-1): Ditto.
21966
21967 2003-11-01 Alan Mackenzie <acm@muc.de>
21968
21969 Changes to allow scrolling whilst in isearch mode:
21970 * isearch.el (isearch-unread-key-sequence): New function,
21971 extracted from isearch-other-meta-char.
21972 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21973 "scrollable" standard functions.
21974 (isearch-allow-scroll): New customizable variable.
21975 (isearch-string-out-of-window, isearch-back-into-window)
21976 (isearch-reread-key-sequence-naturally)
21977 (isearch-lookup-scroll-key): New functions.
21978 (isearch-other-meta-char): Doc string and functionality enhanced.
21979 Now accepts a prefix argument.
21980 (isearch-lazy-highlight-window-end): New variable.
21981 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21982 end (thru isearch-lazy-highlight-window-end), not only its start.
21983
21984 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21985 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21986 (universal-argument, universal-argument-more, negative-argument)
21987 (digit-argument, universal-argument-other-key): Minor changes.
21988
21989 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21990
21991 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21992 recursively if the last message is deleted, thus avoiding an
21993 infinite loop.
21994
21995 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21998 (tex-main-file): Don't add .tex if the extension is already present.
21999 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
22000
22001 2003-10-29 Lute Kamstra <lute@gnu.org>
22002
22003 * progmodes/octave-inf.el (inferior-octave-prompt):
22004 Recognize version number in prompt.
22005
22006 2003-10-28 Dave Love <fx@gnu.org>
22007
22008 * international/characters.el: Fix some Unicode ranges.
22009
22010 2003-10-28 Kenichi Handa <handa@m17n.org>
22011
22012 * disp-table.el (standard-display-8bit)
22013 (standard-display-default, standard-display-ascii)
22014 (standard-display-g1, standard-display-graphic)
22015 (standard-display-underline): Assure that standard-display-table
22016 is a display table.
22017
22018 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22019
22020 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22021 reindenting the first line.
22022
22023 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22024
22025 * wid-edit.el (widget-default-delete): Always delete child widgets.
22026
22027 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22028
22029 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22030 if the line has code.
22031 Don't try to line up with something that's too far left.
22032
22033 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22034 (octave-mode-syntax-table): Add % as a comment starter.
22035 (octave-point): Remove.
22036 (octave-in-comment-p, octave-in-string-p)
22037 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22038 (octave-blink-matching-block-open, octave-auto-fill):
22039 Use line-(beginning|end)-position instead.
22040
22041 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22042
22043 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22044 for Francesco Potort\e,Al\e(B.
22045
22046 2003-10-23 Dave Love <fx@gnu.org>
22047
22048 * international/mule-cmds.el (locale-charset-to-coding-system):
22049 Don't rely on nil being a coding system.
22050
22051 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22052 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22053 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22054
22055 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22056
22057 * gdb-ui.el (gdb-current-language): New variable.
22058 (gdb-update-flag): Remove variable.
22059 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22060 (gdb-take-last-elt): Remove function.
22061 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22062 (gdb-post-prompt): Check for variable object changes here.
22063
22064 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22065 object changes in gdb-ui.el.
22066
22067 2003-10-21 Richard M. Stallman <rms@gnu.org>
22068
22069 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22070
22071 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22072 Don't check for foo*/ wildcard form here.
22073 (insert-directory): Recognize foo*/ as a wildcard.
22074 Separate wildcard-regexp variable from the arg, wildcard.
22075
22076 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22077 (remove-hook): Correctly handle strange cases about local hooks.
22078
22079 2003-10-21 David Ponce <david@dponce.com>
22080
22081 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22082 argument REAL, to return a real number instead of a rounded
22083 integer value. Define as inline function.
22084 (ruler-mode-right-fringe-cols): Likewise.
22085 (ruler-mode-scroll-bar-cols): New function.
22086 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22087 (ruler-mode-right-scroll-bar-cols): Likewise.
22088 (ruler-mode-space): New function.
22089 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22090 scroll bar mode and margins in a more robust way.
22091
22092 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22093
22094 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22095 (antlr-c-init-language-vars): New function.
22096 (antlr-mode): Use it with cc-mode before v5.29.
22097 (antlr-c-common-init): Don't set some local vars here.
22098 (antlr-mode): Set them here.
22099 (antlr-c-forward-sws): New function alias.
22100 (antlr-mode): Redefine with cc-mode before v5.30.
22101 (antlr-skip-sexps): Use it.
22102 (antlr-skip-exception-part): Ditto.
22103 (antlr-skip-file-prelude): Ditto.
22104 (antlr-outside-rule-p): Ditto.
22105 (antlr-end-of-body): Ditto.
22106 (antlr-option-kind): Ditto.
22107 (antlr-insert-option-area): Ditto.
22108 (antlr-file-dependencies): Ditto.
22109
22110 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22111
22112 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22113 Move backward only if point was not inside an entry.
22114
22115 2003-10-21 Richard M. Stallman <rms@gnu.org>
22116
22117 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22118
22119 2003-10-21 Juri Linkov <juri@jurta.org>
22120
22121 * compare-w.el: Automatically skip non-matching text to resync.
22122 (compare-windows-whitespace): Doc fix.
22123 (compare-windows-sync, compare-windows-sync-string-size)
22124 (compare-windows-recenter, compare-ignore-whitespace)
22125 (compare-windows-highlight, compare-windows-face): New variables.
22126 (compare-windows): Use compare-windows-sync.
22127 (compare-windows-highlight, compare-windows-dehighlight)
22128 (compare-windows-sync-regexp)
22129 (compare-windows-sync-default-function): New functions.
22130
22131 2003-10-21 Juri Linkov <juri@jurta.org>
22132
22133 * diff.el (diff-parse-differences): Don't visit the files now;
22134 instead, just record the error locus.
22135
22136 2003-10-21 Dave Love <fx@gnu.org>
22137
22138 * progmodes/cfengine.el: New file.
22139
22140 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22141
22142 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22143 default-directory when completing file names.
22144
22145 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22146
22147 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22148 followed by the word `face', it gets treated as a face, even if
22149 it is also defined as a variable or a function.
22150
22151 2003-10-20 Dave Love <fx@gnu.org>
22152
22153 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22154 Avoid incf in macro expansion.
22155
22156 2003-10-20 John Paul Wallington <jpw@gnu.org>
22157
22158 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22159 `evenp' so we don't implicitly require cl library at runtime.
22160
22161 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22162
22163 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22164 (help-make-xrefs): Only make cross-references for faces if
22165 preceded or followed by the word `face'. Do not make a
22166 cross-reference for variables without variable documentation,
22167 unless preceded by the word `variable' or `option'. Update doc
22168 string accordingly.
22169
22170 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22171
22172 * progmodes/hideshow.el: Rewrite one-armed `if'
22173 constructs using either `when' or `unless'.
22174 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22175
22176 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22177
22178 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22179 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22180 instead of 12x12.
22181
22182 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22183
22184 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22185 message while converting to Babyl.
22186
22187 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22188
22189 * allout.el (allout-mode): Doc fix.
22190
22191 2003-10-16 Lute Kamstra <lute@gnu.org>
22192
22193 * subr.el (force-mode-line-update): Fix docstring.
22194
22195 2003-10-14 Dave Love <fx@gnu.org>
22196
22197 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22198 (default-input-method): Add :link, improve :type.
22199 (locale-charset-language-names): Fix utf-8 pattern.
22200 (locale-charset-match-p, locale-charset-alist)
22201 (locale-charset-to-coding-system): New.
22202 (set-locale-environment): Deal with codeset part of locale specs.
22203
22204 2003-10-14 Lute Kamstra <lute@gnu.org>
22205
22206 * fringe.el (fringe-mode): Use active voice in docstring.
22207 (set-fringe-style): Ditto.
22208
22209 2003-10-13 Lute Kamstra <lute@gnu.org>
22210
22211 * fringe.el (fringe-mode): Fix docstring.
22212 (set-fringe-style): Ditto.
22213
22214 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22215
22216 * ediff-mult.el (ediff-filegroup-action):
22217 Use ediff-default-filtering-regexp.
22218
22219 * ediff-util.el (ediff-recenter): Don't call
22220 ediff-restore-highlighting twice.
22221 (ediff-select-difference): Set current difference.
22222 (ediff-unselect-and-select-difference): Add comment.
22223
22224 * ediff.el (ediff-directories,ediff-directory-revisions)
22225 (ediff-directories3,ediff-merge-directories)
22226 (ediff-merge-directories-with-ancestor)
22227 (ediff-merge-directory-revisions)
22228 (ediff-merge-directory-revisions-with-ancestor):
22229 Use ediff-default-filtering-regexp.
22230
22231 2003-10-12 Andreas Schwab <schwab@suse.de>
22232
22233 * international/mule-cmds.el (locale-charset-language-names):
22234 Simplify regex by removing unused grouping.
22235
22236 2003-10-10 Dave Love <fx@gnu.org>
22237
22238 * bindings.el: Don't bind stop.
22239
22240 2003-10-08 Miles Bader <miles@gnu.org>
22241
22242 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22243 face instead of attempting to emulate it.
22244
22245 2003-10-07 Kenichi Handa <handa@m17n.org>
22246
22247 * international/mule-diag.el (list-coding-systems-1): List coding
22248 systems that are loaded automatically.
22249
22250 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22251
22252 * international/mule.el (autoload-coding-system): New function.
22253
22254 2003-10-07 Andreas Schwab <schwab@suse.de>
22255
22256 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22257 change-log-default-name in the buffer visiting the file.
22258
22259 2003-10-06 Dave Love <fx@gnu.org>
22260
22261 * files.el (find-file-hook): Customize.
22262 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22263
22264 * bindings.el (completion-ignored-extensions): Remove .log.
22265 (global-map): Add again, open, stop keys.
22266
22267 2003-10-05 Richard M. Stallman <rms@gnu.org>
22268
22269 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22270 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22271 Use sh-modify directly.
22272 (sh-select): Use sh-append, not eval.
22273
22274 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22275
22276 * info.el (Info-following-node-name): New function.
22277
22278 * loadhist.el (unload-feature-special-hooks):
22279 Rename from loadhist-hook-functions.
22280 (loadhist-hook-functions): Now an alias.
22281
22282 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22283
22284 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22285 file-name clashes on 8+3 filesystems.
22286
22287 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22288 Rename loaddefs-boot.el to ldefs-boot.el
22289
22290 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22291 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22292
22293 2003-10-03 Lute Kamstra <lute@gnu.org>
22294
22295 * info.el (Info-mode): Revert previous change.
22296 (Info-escape-percent): New function.
22297 (Info-fontify-node): Use it.
22298
22299 2003-10-02 Andreas Schwab <schwab@suse.de>
22300
22301 * loaddefs-boot.el: Regenerated.
22302
22303 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22304
22305 * ffap.el: Remove defadvice related code from CVS since `complete'
22306 provides a `PC-completion-as-file-name-predicate' variable that
22307 ffap can override.
22308
22309 2003-10-02 Kenichi Handa <handa@m17n.org>
22310
22311 * international/utf-8.el (ccl-decode-mule-utf-8):
22312 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22313
22314 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22315 * international/subst-big5.el: Likewise.
22316 * international/subst-gb2312.el: Likewise.
22317 * international/subst-ksc.el: Likewise.
22318
22319 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22320
22321 * calendar/calendar.el (increment-calendar-month)
22322 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22323 (generate-calendar, calendar-read-date, calendar-interval)
22324 (calendar-day-of-week): Handle years BC.
22325 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22326
22327 2003-10-01 Dave Love <fx@gnu.org>
22328
22329 * language/cyrillic.el (cp1251): Alias for windows-1251.
22330
22331 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22332 bootstrap.
22333
22334 2003-10-01 Lute Kamstra <lute@gnu.org>
22335
22336 * files.el: Fix typo.
22337 * imenu.el (imenu--generic-function): Docstring fix.
22338
22339 2003-09-30 Richard M. Stallman <rms@gnu.org>
22340
22341 * dired.el (dired-mode): Handle dired-directory as a list.
22342
22343 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22344
22345 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22346
22347 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22348
22349 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22350 Replace gud-display with gud-watch.
22351 (gud-speedbar-buttons): Add stuff for watching expressions
22352 in the speedbar when using M-x gdba. Use dolist on old part
22353 of this function.
22354
22355 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22356 (gdb-update-flag): New variables.
22357 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22358 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22359 (gud-watch, gdb-var-create-handler) : New functions.
22360 (gdb-var-list-children, gdb-var-list-children-handler)
22361 (gdb-var-create-regexp, gdb-var-update-regexp)
22362 (gdb-var-list-children-regexp): New constants.
22363 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22364 (gdb-annotation-rules): Reduce annotation set (level 3).
22365 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22366 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22367 updates.
22368 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22369 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22370 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22371 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22372 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22373 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22374 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22375 (gud-display, gud-display1)
22376 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22377 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22378 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22379 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22380 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22381 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22382 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22383 (gdb-display-display-buffer, gdb-toggle-display)
22384 (gdb-delete-display, gdb-expressions-popup-menu)
22385 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22386 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22387 to display buffer.
22388
22389 2003-09-30 Richard M. Stallman <rms@gnu.org>
22390
22391 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22392 Instead, set which-func-functions.
22393
22394 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22395 (which-func-functions): New variable.
22396 (which-function): Use that.
22397
22398 * info.el (Info-mode): Double each `%' in header line.
22399
22400 * emacs-lisp/lisp-mnt.el (lm-with-file):
22401 When FILE is nil, run BODY in current buffer.
22402
22403 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22404
22405 * help.el (describe-mode): Start with a brief list of minor modes.
22406 Find them thru minor-mode-list so as to find them all.
22407 Show them in alphabetical order.
22408
22409 * mail/sendmail.el (mail-aliases): Doc fix.
22410
22411 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22412
22413 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22414
22415 * mail/rmailsum.el (rmail-make-summary-line-1):
22416 Change comma after last label to a space.
22417 (rmail-summary-font-lock-keywords): Adapt to that change.
22418
22419 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22420
22421 * progmodes/scheme.el (scheme-mode-variables): When setting
22422 `font-lock-defaults', also specify that "#" should
22423 be interpreted with `word' syntax.
22424 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22425
22426 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22427
22428 * desktop.el: A lot of comments updated.
22429 (desktop-save-mode): Minor mode introduced.
22430 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22431 (desktop-load-default): Function made obsolete.
22432 (desktop-locals-to-save): Variable made customizable.
22433 (desktop-read): Optional parameter `dirname' added.
22434 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22435 `desktop-read' used.
22436 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22437
22438 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22439
22440 * whitespace.el (whitespace-clean-msg): Add user customizable message
22441 for displaying ``clean'' output.
22442 (whitespace-buffer): Use `whitespace-clean-msg'.
22443 (whitespace-global-mode): Fix typo.
22444
22445 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22446
22447 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22448
22449 2003-09-29 Lute Kamstra <lute@gnu.org>
22450
22451 * bindings.el (mode-line-modes): Remove superfluous :propertize
22452 construct in initialization.
22453 (mode-line-position): Change cons cell into proper list in
22454 initialization.
22455
22456 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22457
22458 * international/mule.el (decode-coding-inserted-region): Use car
22459 of the return value of find-operation-coding-system.
22460
22461 2003-09-29 Kenichi Handa <handa@m17n.org>
22462
22463 * descr-text.el (describe-char): Fix previous change.
22464
22465 2003-09-28 Kenichi Handa <handa@m17n.org>
22466
22467 * descr-text.el (describe-char-display): New function.
22468 (describe-char): Pay attention to display table on describing how
22469 a character is displayed.
22470
22471 * international/mule-cmds.el (encoded-string-description):
22472 Prepend "0x" to each encoded byte.
22473
22474 2003-09-28 Andreas Schwab <schwab@suse.de>
22475
22476 * find-file.el (ff-special-constructs): Add autoload cookie.
22477
22478 2003-09-28 Kevin Ryde <user42@zip.com.au>
22479
22480 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22481 makeinfo appends to duplicate index entries.
22482
22483 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22484
22485 * dired-x.el (dired-clean-tex): Doc fix.
22486
22487 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22488 using a Chinese tutorial.
22489
22490 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22491
22492 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22493 between "MAIL FROM:" and "RCPT TO:" and the following address.
22494
22495 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22496
22497 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22498
22499 2003-09-28 David Ponce <david@dponce.com>
22500
22501 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22502 (recentf-load-list): When `recentf-initialize-file-name-history'
22503 is non-nil, initialize an empty `file-name-history' with the
22504 recent list.
22505
22506 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22507
22508 * man.el (Man-default-man-entry): Remove the leading `*' from the
22509 word at point.
22510
22511 2003-09-26 Lute Kamstra <lute@gnu.org>
22512
22513 * bindings.el (mode-line-position): Mention size indication in
22514 docstring.
22515
22516 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22517
22518 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22519
22520 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22521 because it's autoloaded now.
22522
22523 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22524
22525 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22526 (sh-font-lock-keywords, sh-feature): Fix previous change of
22527 sh-feature to avoid infloop with sh-font-lock-keywords.
22528
22529 2003-09-25 Kim F. Storm <storm@cua.dk>
22530
22531 * frame.el (frame-current-scroll-bars): New defun.
22532
22533 * window.el (window-current-scroll-bars): New defun.
22534
22535 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22536
22537 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22538 cause errors when the state cache contains info on parts that have
22539 been narrowed out.
22540
22541 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22542
22543 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22544 `c-setup-paragraph-variables' has to be used when this variable is
22545 changed; it doesn't work to reinitialize the mode since that
22546 typically clobbers the variable.
22547
22548 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22549 Make it interactive.
22550
22551 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22552
22553 * progmodes/cc-fonts.el (c-font-lock-declarations):
22554 Fix recognition of constructors and destructors for classes whose
22555 names are matched by `*-font-lock-extra-types'.
22556
22557 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22558 followed by an identifier in C++ then it's a type.
22559
22560 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22561
22562 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22563 problem that primarily affected XEmacs. Don't use faces to find
22564 unterminated strings since Emacs and XEmacs fontify strings
22565 differently - this function should now work better in XEmacs.
22566
22567 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22568
22569 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22570 `expand-abbrev' workaround which caused braces to misbehave inside
22571 macros.
22572
22573 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22574 handling. This bug could cause interactive font locking to bail out.
22575
22576 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22577
22578 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22579 Handle paren-style types in Pike. Also fixed some cases of
22580 insufficient handling of unbalanced parens.
22581
22582 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22583
22584 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22585 common shell prompts that are not common filename or URL characters.
22586 (ffap-file-at-point): Use the new regexp to strip the prompts from
22587 the file names. This is an issue mostly for user prompts that
22588 don't have a trailing space and find-file-at-point is invoked from
22589 within a shell inside Emacs.
22590
22591 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22592
22593 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22594 stamps numerically, rather than textually.
22595
22596 2003-09-24 Kenichi Handa <handa@m17n.org>
22597
22598 * language/devan-util.el (devanagari-post-read-conversion):
22599 * language/mlm-util.el (malayalam-post-read-conversion):
22600 * language/tml-util.el (tamil-post-read-conversion):
22601 Add autoload cookie.
22602
22603 * international/utf-8.el (utf-8-post-read-conversion):
22604 Call post-read-conversion functions for Devanagari, Malayalam,
22605 and Tamil.
22606
22607 2003-09-23 Dave Love <fx@gnu.org>
22608
22609 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22610
22611 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22612
22613 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22614 Update gud-remove.
22615
22616 2003-09-22 Richard M. Stallman <rms@gnu.org>
22617
22618 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22619 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22620 (sh-mode-syntax-table-input): New variable.
22621 (sh-require-final-newline): Don't use eval.
22622 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22623 (sh-variables, sh-font-lock-keywords): Don't use eval.
22624 (sh-set-shell): When setting require-final-newline,
22625 treat value = `require-final-newline' as don't change it.
22626 Set sh-mode-syntax-table locally based on
22627 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22628
22629 * progmodes/compile.el (compile-internal):
22630 Call compilation-set-window-height before setting window start.
22631
22632 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22633
22634 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22635 Clear out byte-compile-last-warned-form.
22636
22637 2003-09-22 Richard M. Stallman <rms@gnu.org>
22638
22639 * woman.el (woman-file-name, woman-follow-word):
22640 If current-word returns nil, use "".
22641
22642 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22643
22644 2003-09-22 Richard M. Stallman <rms@gnu.org>
22645
22646 * emacs-lisp/lisp-mnt.el (lm-with-file):
22647 Don't visit the file, just use insert-file-contents in temp buffer.
22648
22649 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22650
22651 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22652 Add surrounding \\( and \\) around the header, as in
22653 for lm-history-header 'Change Log\\|History'.
22654
22655 2003-09-22 John Paul Wallington <jpw@gnu.org>
22656
22657 * progmodes/ld-script.el: Add Commentary section,
22658 minor cleanup of file header.
22659 (ld-script-font-lock-keywords): Doc fix.
22660 (toplevel): Provide `ld-script' feature.
22661
22662 2003-09-21 Kim F. Storm <storm@cua.dk>
22663
22664 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22665 new built-in variable default-frame-scroll-bars.
22666 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22667 scroll-bar-mode; notably, use it instead of t when we toggle
22668 scroll-bars on.
22669 (toggle-scroll-bar): Use default-frame-scroll-bars.
22670
22671 2003-09-19 Masatake YAMATO <jet@gyve.org>
22672
22673 * pcvs.el (cvs-do-removal): Change the prompt depending on
22674 `filter' value.
22675
22676 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22677
22678 * startup.el (command-line-1): Stop startup-echo-area-message
22679 being hidden by "Loading image..." message.
22680 (use-fancy-splash-screens-p, display-splash-screen):
22681 Move display-graphic-p test from latter to former.
22682
22683 * progmodes/sh-script.el (sh-font-lock-keywords):
22684 Highlight escaped EOLs differently from other backslash constructs.
22685
22686 2003-09-19 Richard M. Stallman <rms@gnu.org>
22687
22688 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22689 New functions.
22690 (edebug-enter, edebug-outside-excursion): Use them.
22691
22692 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22693 Fix the condition for whether to print "In WHERE".
22694
22695 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22696
22697 * finder.el (finder-mode-hook): New variable.
22698 (finder-mode): Run hook finder-mode-hook
22699
22700 2003-09-18 Masatake YAMATO <jet@gyve.org>
22701
22702 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22703
22704 2003-09-17 Mario Lang <mlang@delysid.org>
22705
22706 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22707 "p %e" to actually print the value in the GUD buffer.
22708
22709 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22710
22711 From David Ponce <david.ponce@wanadoo.fr>:
22712 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22713 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22714 from loaddefs-boot.el if necessary.
22715
22716 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22717
22718 * progmodes/gud.el (gud-find-class): Make jdb work again since
22719 cc-mode changed the syntactic information.
22720
22721 2003-09-15 David Ponce <david@dponce.com>
22722
22723 * recentf.el: (recentf-exclude): Accept predicates too.
22724 (recentf-file-readable-p): New function.
22725 (recentf-include-p): Handle predicates in recentf-exclude.
22726 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22727 (recentf-cleanup): Likewise.
22728 (recentf-save-list): Use write-file to handle backup of
22729 recentf-save-file.
22730
22731 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22732
22733 * loaddefs-boot.el: Renamed from `loaddefs.el'
22734 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22735 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22736 necessary.
22737
22738 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22739
22740 * electric.el (Electric-pop-up-window): For the `one-window' case,
22741 no longer disconcertingly move point in the original buffer.
22742
22743 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22744
22745 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22746
22747 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22748
22749 * dired.el (dired-mode-map): Fix typo.
22750
22751 2003-09-11 Richard M. Stallman <rms@gnu.org>
22752
22753 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22754
22755 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22756
22757 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22758 the function is less noisy. Now only `kill-buffer' can ask questions.
22759
22760 2003-09-10 Mario Lang <mlang@delysid.org>
22761
22762 * battery.el: Update Commentary and Copyright.
22763 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22764 appear due to wrong ordering of the expressions in `or'.
22765
22766 2003-09-09 Lute Kamstra <lute@gnu.org>
22767
22768 * misc.el (upcase-char): Fix docstring.
22769 (zap-up-to-char): New command.
22770
22771 2003-09-08 David Ponce <david@dponce.com>
22772
22773 Ensure that recentf correctly updates the menu bar.
22774 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22775 (recentf-menu-bar): New function.
22776 (recentf-clear-data): Use it
22777 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22778 of easy-menu-change.
22779
22780 2003-09-08 Lute Kamstra <lute@gnu.org>
22781
22782 * simple.el (size-indication-mode): New.
22783 * bindings.el (mode-line-position): Add buffer size indicator.
22784
22785 2003-09-04 Mario Lang <mlang@delysid.org>
22786
22787 * battery.el (battery-linux-proc-acpi): New function.
22788 (battery-status-function): Modify default value calculation to also
22789 check for availability of ACPI.
22790 (battery-echo-area-format): Ditto.
22791 (battery-mode-line-format): Ditto.
22792
22793 2003-09-06 Dave Love <fx@gnu.org>
22794
22795 * ielm.el (ielm-mode-hook): Add :options.
22796
22797 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22798 (eldoc-print-current-symbol-info): Use it.
22799
22800 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22801
22802 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22803 being displayed in GUD buffer.
22804 (gdb-idle-input-queue): Remove var. Use just one queue.
22805 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22806 Remove functions. Use just one queue.
22807 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22808 (gdb-invalidate-assembler, gdb-get-current-frame):
22809 Modify functions. Use just one queue.
22810
22811 2003-09-04 Dave Love <fx@gnu.org>
22812
22813 * cus-start.el: Add blink-cursor-alist.
22814
22815 * ruler-mode.el (ruler-mode-fill-column-char)
22816 (ruler-mode-current-column-char): Use char-displayable-p,
22817 not window-system.
22818
22819 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22820
22821 * language/european.el (windows-1252): Move from code-pages.
22822
22823 * language/cyrillic.el ("Windows-1251"): Delete.
22824 ("Bulgarian", "Belarusian"): Remove `features'.
22825 (windows-1251): Move from code-pages.
22826
22827 * international/mule-diag.el (non-iso-charset-alist):
22828 Remove `codepage' stuff.
22829 (print-designation, list-coding-systems-1): Output fixes.
22830
22831 * international/code-pages.el (cp-make-translation-table)
22832 (cp-valid-codes): Made defsubsts.
22833 (cp-fix-safe-chars): Delete.
22834 (mule-diag): Don't require.
22835 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22836 (top-level): Check for defined coding system when defining
22837 cp... aliases. Change w32-add-charset-info test to avoid warning.
22838 (non-iso-charset-alist): Defvar when compiling.
22839 (cp-make-coding-system): Doc fix.
22840
22841 2003-09-02 Jason Rumney <jasonr@gnu.org>
22842
22843 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22844 line-ends from CVS before doing conversion.
22845
22846 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22847
22848 * calendar/diary-lib.el (diary-header-line-flag)
22849 (diary-header-line-format): New variables.
22850 (list-diary-entries): Use them to set header line in simple diary.
22851
22852 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22853 other than font-lock-string-face to highlight backslashes.
22854
22855 2003-09-01 Jason Rumney <jasonr@gnu.org>
22856
22857 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22858 regexp.
22859
22860 2003-09-01 Dave Love <fx@gnu.org>
22861
22862 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22863
22864 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22865 and :help; also line and column numbers labels.
22866
22867 * international/mule-util.el (char-displayable-p): Move from
22868 latin1-disp, rename and autoload.
22869
22870 * international/latin1-disp.el (latin1-char-displayable-p):
22871 Now obsolete alias. Replace uses with char-displayable-p.
22872 (latin1-display-ucs-per-lynx): Fix last change.
22873
22874 * international/mule-cmds.el (standard-display-european-internal):
22875 Don't use char code for Latin-1 NBSP.
22876 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22877 U+2018, U+2019 for `'.
22878 (select-safe-coding-system): Message fix.
22879
22880 2003-09-01 Kenichi Handa <handa@m17n.org>
22881
22882 * international/fontset.el (setup-default-fontset): For Thai
22883 font, specify "*" family.
22884
22885 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22886
22887 * progmodes/compile.el (previous-error): Accept a prefix
22888 argument, similarly to next-error.
22889
22890 2003-08-31 Masatake YAMATO <jet@gyve.org>
22891
22892 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22893 the number of files. Bind the number of files to a local
22894 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22895
22896 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22897
22898 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22899 2003-07-26: msdos-long-file-names is a function, not a variable.
22900
22901 2003-08-29 Richard M. Stallman <rms@gnu.org>
22902
22903 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22904 Do nothing with mail-personal-alias-file if it is nil.
22905
22906 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22907 Do nothing if mail-personal-alias-file is nil.
22908
22909 * term.el (term-exec-1): Bind coding-system-for-read.
22910
22911 * dired.el (dired-mouse-find-file-other-window):
22912 Use dired-view-command-alist here, as in dired-view-file.
22913 (dired-view-command-alist): Use %s to substitute file name.
22914 Handle .ps_pages, .eps, .jpg, .gif, .png.
22915
22916 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22917
22918 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22919 `Info-prev-reference', instead of M-tab.
22920
22921 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22922
22923 * simple.el (blink-matching-open): Work correctly on chars that
22924 are designated as parens through the syntax-table text property.
22925
22926 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22927
22928 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22929 line break position in the middle of a non-kinsoku (e.g. latin)
22930 word, making it skip until either a space or a character with
22931 category "|".
22932 (kinsoku-longer): Test for end of buffer.
22933
22934 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22935
22936 * mail/rmail.el (rmail-convert-to-babyl-format):
22937 Detect quoted-printable- and base64-encoded messages and decode them
22938 automatically. Set the message's encoding from the charset=
22939 header, if any. Decode base64-encoded messages in Mail format as well.
22940
22941 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22942
22943 * mail/smtpmail.el: Fix previous change.
22944 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22945 calling smtpmail-via-smtp.
22946 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22947
22948 2003-08-26 John Paul Wallington <jpw@gnu.org>
22949
22950 * image.el (image-jpeg-p): Don't search beyond length of data.
22951
22952 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22953
22954 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22955 misfeature in `expand-abbrev' which caused electric keywords like
22956 "else" to disappear if an open brace was typed directly afterwards.
22957
22958 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22959
22960 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22961 mandatory in `define-widget'.
22962
22963 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22964 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22965
22966 (c-assignment-operators): New language constant that only contains
22967 the assignment operators.
22968
22969 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22970
22971 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22972
22973 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22974 Safeguard against unbalanced sexps.
22975
22976 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22977
22978 * version.el (emacs-version): Check for gtk. Include gtk version info.
22979
22980 2003-08-25 John Paul Wallington <jpw@gnu.org>
22981
22982 * man.el (Man-default-man-entry): Don't whizz past the section
22983 number before looking for it.
22984
22985 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22986
22987 * progmodes/gud.el (gud-display-line): Don't set window-point if
22988 source buffer is not visible. (Only happens with M-x gdba.)
22989
22990 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22991 documentation.
22992 (gdb-source, gdb-source-info): Update to assembler unnecessary
22993 as its done after each GDB command anyway.
22994 (gdb-pre-prompt): Use with-current-buffer.
22995 (gdb-insert-field): Add help-echo text.
22996 (gdb-invalidate-assembler): Re-display of assembler now done in
22997 gdb-info-breakpoints-custom.
22998 (gdb-info-breakpoints-custom): Force re-display of assembler to
22999 happen *after* update of breakpoints buffer.
23000 (gdb-display-source-buffer): Don't choke if gdb-source-window
23001 isn't visible.
23002 (gdb-put-string, gdb-put-arrow): Remove free variables.
23003
23004 2003-08-24 John Paul Wallington <jpw@gnu.org>
23005
23006 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
23007
23008 * man.el (Man-default-man-entry): Strip text properties when
23009 snarfing parts of entry because `format' preserves properties.
23010
23011 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23012
23013 * files.el (file-newest-backup): Use `expand-file-name'.
23014
23015 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23016 Allow the diary to pop up a new frame, if needed.
23017
23018 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23019 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23020 (smtpmail-send-it): Make treatment of envelope-from consistent with
23021 sendmail.el.
23022
23023 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23024 (sh-leading-keywords): Add the bash `time' reserved word.
23025 (sh-variables): Add some bash variables.
23026 (sh-add-completer): Fix nil branch of case statement.
23027
23028 2003-08-24 Masatake YAMATO <jet@gyve.org>
23029
23030 * progmodes/ld-script.el: New file.
23031
23032 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23033
23034 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23035
23036 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23037
23038 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23039 Better explain obsolescence, and what to use instead.
23040
23041 2003-08-23 Masatake YAMATO <jet@gyve.org>
23042
23043 * pcvs.el (cvs-do-removal): Show the deleted file name
23044 on the prompt.
23045
23046 2003-08-20 Dave Love <fx@gnu.org>
23047
23048 * international/mule.el (make-coding-system)
23049 (set-buffer-file-coding-system): Doc fix.
23050
23051 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23052
23053 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23054
23055 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23056
23057 * international/utf-16.el: Add mime-text-unsuitable coding system
23058 properties.
23059
23060 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23061
23062 * cus-edit.el: Add some :links.
23063 (bib): Remove.
23064
23065 * textmodes/bib-mode.el (bib): Add :group external.
23066
23067 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23068
23069 * wid-edit.el (widget-echo-help): Make it handle expressions that
23070 evaluate to strings.
23071
23072 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23073
23074 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23075
23076 Simplify selection of SQL products to define highlighting and
23077 interactive mode. Includes detailed instructions on adding
23078 support for new products.
23079
23080 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23081 product for use in highlighting and interactive mode.
23082 (sql-interactive-product): New variable. SQL product for
23083 sql-interactive-mode.
23084 (sql-product-support): New variable. Specifies product-specific
23085 parameters to drive highlighting and interactive mode.
23086 (sql-imenu-generic-expression): Add more object types.
23087 (sql-sqlite-options): Correct comment.
23088 (sql-ms-program): Use "osql" rather than "isql".
23089 (sql-prompt-regexp, sql-prompt-length): Update comment.
23090 (sql-mode-menu): Add "Start SQLi session" entry.
23091 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23092 (sql-mode-abbrev-table): Add abbreviations. Support of
23093 SYSTEM-FLAG on define-abbrev. Support was removed with last
23094 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23095 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23096 names.
23097 (sql-mode-ansi-font-lock-keywords): Set as default value.
23098 (sql-mode-oracle-font-lock-keywords): Set as default value.
23099 Support Oracle 9i keywords.
23100 (sql-mode-postgres-font-lock-keywords): Set as default value.
23101 (sql-mode-linter-font-lock-keywords): Set as default value.
23102 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23103 SQLServer 2000.
23104 (sql-mode-sybase-font-lock-keywords)
23105 (sql-mode-interbase-font-lock-keywords)
23106 (sql-mode-sqlite-font-lock-keywords)
23107 (sql-mode-strong-font-lock-keywords)
23108 (sql-mode-mysql-font-lock-keywords)
23109 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23110 keywords.
23111 (sql-mode-font-lock-defaults): Update comment.
23112 (sql-product-feature): New function. Returns feature associated
23113 with a product from `sql-product-support' alist.
23114 (sql-product-font-lock): New function. Set font-lock support
23115 based on `sql-product'.
23116 (sql-add-product-keywords): New function. Add font-lock rules to
23117 product-specific keyword variables.
23118 (sql-set-product): New function. Set `sql-product' and apply
23119 appropriate font-lock highlighting.
23120 (sql-highlight-product): New function. Set font-lock support
23121 based on a product. Also set mode name to include product name.
23122 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23123 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23124 Use `sql-set-product'.
23125 (sql-highlight-ms-keywords)
23126 (sql-highlight-sybase-keywords)
23127 (sql-highlight-interbase-keywords)
23128 (sql-highlight-strong-keywords)
23129 (sql-highlight-mysql-keywords)
23130 (sql-highlight-sqlite-keywords)
23131 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23132 (sql-get-login): Prompt in the same order as the tokens.
23133 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23134 (sql-product-interactive): New function. Common portions of
23135 product-specific interactive mode wrappers.
23136 (sql-interactive-mode): Rewritten to use product features.
23137 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23138 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23139 (sql-db2, sql-linter): Use `sql-product-interactive'.
23140 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23141 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23142 (sql-connect-ingres, sql-connect-postgres)
23143 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23144 New functions. Format command line parameters and invoke comint on
23145 the appropriate interpreter. Code was in the corresponding
23146 `sql-xyz' function before.
23147 (sql-connect-ms): New function. Support -E argument to use
23148 operating system credentials for authentication.
23149
23150 2003-08-18 Kenichi Handa <handa@m17n.org>
23151
23152 * international/mule.el (encode-char): Fix for the ASCII case.
23153
23154 2003-08-15 Kenichi Handa <handa@m17n.org>
23155
23156 * international/fontset.el (setup-default-fontset): Change "*" to
23157 nil in the specifications of font family.
23158
23159 2003-08-18 Kim F. Storm <storm@cua.dk>
23160
23161 * kmacro.el (kmacro-keymap): Group related bindings in
23162 initialization for clarity. Bind C-s to start macro.
23163 Remove C-r binding.
23164 (kmacro-initial-counter-value): New defvar to hold initial counter
23165 value in case we set the value before defining a macro.
23166 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23167 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23168 not defining or executing macro. Doc fix.
23169 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23170 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23171 temporarily view older elements on the macro ring without cycling
23172 the ring.
23173 (kmacro-display): Doc fix.
23174 (kmacro-exec-ring-item): New helper function.
23175 (kmacro-call-ring-2nd): Use it.
23176 (kmacro-call-ring-2nd-repeat): Doc fix.
23177 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23178 (kmacro-end-or-call-macro): Execute last viewed macro (using
23179 kmacro-exec-ring-item) from ring if this follows
23180 kmacro-view-macro. This allows us to find a macro on the ring
23181 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23182 the ring to bring it to the head of the ring.
23183 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23184 Allow binding to reserved keys without specifying C-x C-k prefix.
23185 Ask for confirmation if entered key sequence is already bound to
23186 a non-macro command.
23187 (kmacro-view-macro): Repeating command will show older elements
23188 on the macro ring; C-k will execute the last viewed macro.
23189 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23190 property from 'ring to 'head.
23191
23192 2003-08-17 Alan Shutko <ats@acm.org>
23193
23194 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23195 keeping December out of the alist.
23196
23197 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23198
23199 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23200 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23201 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23202 (calendar-flatten): New function.
23203 (calendar-mouse-view-other-diary-entries)
23204 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23205 in the menu title and to show multi-line diary entries correctly
23206 in the menu.
23207
23208 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23209
23210 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23211 defcustom, because the default was recently changed.
23212
23213 2003-08-16 Richard M. Stallman <rms@gnu.org>
23214
23215 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23216
23217 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23218 New subroutine, broken out of eval-last-sexp-1.
23219 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23220
23221 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23222
23223 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23224
23225 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23226
23227 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23228
23229 * progmodes/compile.el (compilation-error-regexp-alist):
23230 Add Java ANt error detection as described in document
23231 http://ant.apache.org/faq.html
23232
23233 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23234
23235 * simple.el (backward-word, forward-to-indentation)
23236 (backward-to-indentation): Argument changed to optional.
23237 (next-line, previous-line): Use `or' instead of `unless'.
23238
23239 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23240
23241 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23242 instead of a constant.
23243
23244 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23245
23246 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23247
23248 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23249
23250 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23251 (vc-sccs-workfile-version): Search the entire delta table, rather
23252 than just the first entry, because that might be a deleted version.
23253
23254 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23255
23256 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23257 [save-place] binding in the Options menu. Have it require
23258 'saveplace' and then toggle the variable manually, to avoid an
23259 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23260 for the bug report.
23261
23262 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23263
23264 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23265 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23266 (gdb-info-threads-custom): Add help-echo text.
23267 (gdb-display-back): Don't use purecopy.
23268 (gdb-info-breakpoints-custom, gdb-reset)
23269 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23270 icons can be displayed.
23271
23272 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23273
23274 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23275
23276 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23277
23278 * bookmark.el (bookmark-completing-read):
23279 Return a string, instead of a list of one string.
23280 Use a popup menu if activated from the mouse.
23281 (bookmark-edit-annotation): Remove unused vars.
23282 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23283 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23284 to bookmark-completing-read.
23285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23286 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23287 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23288 and erase-buffer.
23289 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23290 (bookmark-menu-jump, bookmark-menu-insert)
23291 (bookmark-popup-menu-and-apply-function)
23292 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23293 (bookmark-menu-build-paned-menu): Remove by folding it into
23294 bookmark-menu-popup-paned-menu.
23295 (menu-bar-bookmark-map): Move the define-key statements here.
23296 Use the "non-menu" commands since they now pop up a menu if needed.
23297 (bookmark-exit-hook-internal): Simplify.
23298
23299 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23300
23301 * reftex-toc.el (reftex-toc-rename-label): New function.
23302 (reftex-toc-check-docstruct): New function.
23303
23304 * reftex.el (reftex-region-active-p): New function.
23305
23306 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23307 regexp to find the \bibliography macro.
23308
23309 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23310 which does not exist in LaTeX.
23311 (reftex-cite-format-builtin): Added amsrefs support.
23312 (reftex-toc-confirm-promotion): New option
23313
23314 * reftex-toc.el
23315 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23316 (reftex-toc-demote, reftex-toc-promote)
23317 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23318 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23319 (reftex-toc-newhead-from-alist)
23320 (reftex-toc-load-all-files-for-promotion): New functions.
23321 (reftex-toc-help): Added description of new keys.
23322 (reftex-toc-split-windows-fraction): New option.
23323 (reftex-recenter-toc-when-idle): Search *toc* window on all
23324 visible frames.
23325 (reftex-toc): Additional parameter REUSE
23326 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23327 with REUSE argument.
23328 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23329 the call of `reftex-toc'.
23330 (reftex-make-separate-toc-frame): New function .
23331 (reftex-toc-recenter): When called with triple prefix arg, call
23332 `reftex-make-separate-toc-frame' first.
23333 (reftex-toc-toggle-dedicated-frame): New command.
23334 (reftex-toc-quit): Adapted to delete frame when called in
23335 dedicated frame.
23336
23337 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23338 all enclosing macros.
23339
23340
23341 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23342
23343 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23344 first use.
23345
23346 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23347
23348 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23349
23350 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23351
23352 * calendar/calendar.el (list-diary-entries-hook)
23353 (diary-display-hook, nongregorian-diary-listing-hook)
23354 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23355 Add some customize options for these hooks.
23356 (calendar-abbrev-construct): Don't try to take a substring longer
23357 than the original string.
23358
23359 2003-08-05 Richard M. Stallman <rms@gnu.org>
23360
23361 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23362 (testcover-reinstrument-clauses): Doc fix.
23363
23364 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23365 (warning-type-format): Rename from warning-group-format.
23366
23367 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23368 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23369 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23370 to prevent warnings about defvar for an obsolete variable.
23371
23372 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23373 warning-group-format renamed to warning-type-format.
23374
23375 * subr.el (read-passwd): Use clear-string instead of fillarray.
23376
23377 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23378 Use vconcat instead of concat.
23379 (edmacro-sanitize-for-string): New function.
23380
23381 2003-08-05 Dave Love <fx@gnu.org>
23382
23383 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23384 line-number-display-limit-width.
23385
23386 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23387
23388 2003-08-05 Kenichi Handa <handa@m17n.org>
23389
23390 * international/code-pages.el: Don't require mule-diag.
23391
23392 * international/mule-diag.el (non-iso-charset-alist):
23393 Add autoload cookie.
23394
23395 * language/devan-util.el (dev-glyph-order): Add an entry for the
23396 glyph code #xC4.
23397
23398 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23399
23400 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23401 (european-calendar-style, diary-date-forms)
23402 (calendar-day-name-array, calendar-month-name-array): Doc change.
23403 (generate-calendar-month): Adapt for new behavior of
23404 `calendar-day-name' function.
23405 (calendar-abbrev-length, calendar-day-abbrev-array)
23406 (calendar-month-abbrev-array): New variables.
23407 (calendar-abbrev-construct): New function.
23408 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23409 rather than fixing abbrevs at some width. Calling syntax change.
23410 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23411 (calendar-date-string): Adapt for new behaviors of
23412 `calendar-day-name' and `calendar-month-name' functions.
23413
23414 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23415 behavior of `calendar-day-name' and `calendar-month-name' functions.
23416 (diary-name-pattern): Use abbrev arrays, rather than fixing
23417 abbrevs at three chars. Calling syntax change.
23418 (mark-diary-entries): Adapt for new behaviors of
23419 `diary-name-pattern' and `calendar-make-alist' functions.
23420 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23421 `diary-name-pattern' function.
23422 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23423 fixing abbrevs at three chars. Calling syntax change.
23424 (cal-hebrew, cal-islam): Require when compiling.
23425 (diary-font-lock-keywords): Adapt for new behavior of
23426 `font-lock-diary-date-forms' function.
23427
23428 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23429 (calendar-hebrew-month-name-array-common-year)
23430 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23431 (list-hebrew-diary-entries): Adapt for new behaviors of
23432 `calendar-day-name' and `add-to-diary-list' functions.
23433 (mark-hebrew-diary-entries): Adapt for new behaviors of
23434 `diary-name-pattern' and `calendar-make-alist' functions.
23435
23436 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23437 Add doc string.
23438 (list-islamic-diary-entries): Adapt for new behaviors of
23439 `calendar-day-name' and `add-to-diary-list' functions.
23440 (mark-islamic-diary-entries): Adapt for new behaviors of
23441 `diary-name-pattern' and `calendar-make-alist' functions.
23442
23443 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23444 `calendar-month-name' function.
23445
23446 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23447
23448 * calendar/solar.el (solar-seasons-data): Move definition before use.
23449
23450 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23451 (cal-tex-LaTeX-hourbox): Move definition before use.
23452
23453 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23454 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23455 * lunar.el, solar.el (displayed-month, displayed-year):
23456 Define for compiler.
23457
23458 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23459
23460 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23461 MODE. Renamed from c-init-c-language-vars'.
23462 (c-initialize-cc-mode): Change accordingly.
23463 (c-common-init): Ditto.
23464 (c-mode): Ditto.
23465 (c++-mode): Use `c-init-language-vars-for'.
23466 (objc-mode): Ditto.
23467 (java-mode): Ditto.
23468 (idl-mode): Ditto.
23469 (pike-mode): Ditto.
23470 (awk-mode): Ditto.
23471
23472 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23473
23474 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23475 or not the point moved.
23476
23477 (c-search-decl-header-end): Don't trip up on operator identifiers
23478 in C++ and operators like == in all languages.
23479
23480 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23481 Detect leading labels correctly.
23482
23483 2003-08-02 Andreas Schwab <schwab@suse.de>
23484
23485 * textmodes/ispell.el: Don't redo key bindings on loading, put
23486 them only in loaddefs.el.
23487 * bookmark.el: Likewise.
23488 * dabbrev.el: Likewise.
23489 * emerge.el: Likewise.
23490
23491 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23492 has more than one member.
23493
23494 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23495
23496 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23497
23498 * lpr.el (printify-region): It was ending conversion before the
23499 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23500
23501 2003-07-31 John Paul Wallington <jpw@gnu.org>
23502
23503 * net/browse-url.el (browse-url-epiphany): Doc fix.
23504
23505 2003-07-30 Kenichi Handa <handa@m17n.org>
23506
23507 * international/fontset.el (setup-default-fontset):
23508 Change registry names of Akurti fonts.
23509
23510 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23511
23512 * comint.el (comint-read-noecho): Use `clear-string' instead of
23513 `fillarray'.
23514
23515 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23516
23517 * outline.el (outline-mode-hook): Add defvar.
23518
23519 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23520
23521 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23522 Restore assembler in source window if that is what has been selected.
23523 (menu): Add gdb-restore-windows to menu. Make gdba
23524 specific menus only visible from gdba.
23525
23526 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23527
23528 * progmodes/compile.el (compilation-environment): New user variable.
23529 (compile-internal): Respect it.
23530
23531 2003-07-23 Masatake YAMATO <jet@gyve.org>
23532
23533 * progmodes/gud.el (gdb-script-font-lock-keywords):
23534 Put `font-lock-function-name-face' on a symbol which includes
23535 `-' like `hook-run'. Put font-lock-variable-name-face
23536 on a symbol starting with $.
23537
23538 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23539
23540 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23541
23542 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23543
23544 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23545
23546 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23547
23548 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23549 Use with-no-warnings.
23550 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23551 rather than to find-file-not-found-hook, which doesn't exist.
23552
23553 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23554
23555 * international/quail.el (quail-translate-key): Fix previous change.
23556
23557 2003-07-25 John Paul Wallington <jpw@gnu.org>
23558
23559 * server.el (server-start): Check `server-process' is non-nil
23560 before killing it to avoid killing current buffer's process.
23561
23562 * simple.el (choose-completion-string): Use `minibufferp';
23563 test `completion-reference-buffer' if `buffer' arg is nil.
23564 (push-mark): Use `when' and `unless'.
23565 (pop-mark): Use `when'.
23566
23567 * mouse-sel.el (mouse-sel-get-selection-function):
23568 Check `x-last-selected-text-primary'. Don't barf if it or
23569 `x-last-selected-text' aren't bound.
23570
23571 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23572
23573 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23574
23575 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23576
23577 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23578
23579 2003-07-23 John Paul Wallington <jpw@gnu.org>
23580
23581 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23582
23583 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23584
23585 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23586 string. Defvar the derived hook.
23587
23588 * macros.el (insert-kbd-macro): Escape double quote character.
23589 From Thomas W Murphy <twm@andrew.cmu.edu>.
23590
23591 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23592
23593 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23594 to match the specific mark rather than reusing comment-start-skip.
23595
23596 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23597
23598 * progmodes/hideshow.el (hs-special-modes-alist):
23599 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23600
23601 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23602
23603 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23604 value using ?\s.
23605
23606 2003-07-21 John Paul Wallington <jpw@gnu.org>
23607
23608 * subr.el (with-selected-window): Add closing paren.
23609
23610 2003-07-21 Richard M. Stallman <rms@gnu.org>
23611
23612 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23613 (lisp-mode): Likewise.
23614
23615 * subr.el (with-selected-window): Copy code form save-selected-window
23616 so as to call select-window with norecord arg.
23617 (dynamic-completion-table): Doc fix.
23618 (lazy-completion-table): Doc fix.
23619
23620 * international/mule-cmds.el (set-locale-environment):
23621 langinfo renamed to locale-info.
23622
23623 * international/mule.el (auto-coding-functions): Doc fix.
23624
23625 2003-07-21 Kenichi Handa <handa@m17n.org>
23626
23627 * international/quail.el (quail-translate-key):
23628 Update quail-current-str correctly.
23629
23630 2003-07-21 Andreas Schwab <schwab@suse.de>
23631
23632 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23633 ?, to "_".
23634
23635 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23636 Version 2.0.36 of Tramp released.
23637
23638 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23639 tramp-password-end-of-line.
23640 (tramp-password-end-of-line): New method parameter.
23641 (tramp-get-password-end-of-line): Function to access method
23642 parameter `tramp-password-end-of-line', or variable
23643 `tramp-default-password-end-of-line' (default value).
23644 (tramp-methods): Add entries for new parameter
23645 tramp-password-end-of-line.
23646 (tramp-enter-password): Use new function
23647 `tramp-get-password-end-of-line'.
23648 (tramp-handle-insert-file-contents): Do not
23649 unconditionally inhibit the file operation file-local-copy, only
23650 do that when the inhibit-file-name-operation is currently
23651 insert-file-contents. This fixes finding remote CVS-controlled
23652 files. (It would barf on inserting the CVS/Entries file
23653 literally, because the file-local-copy handler wasn't called.)
23654 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23655 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23656 (tramp-initial-commands): New variable.
23657 (tramp-process-initial-commands): New function, using the variable.
23658 (tramp-open-connection-setup-interactive-shell): Call the new function.
23659 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23660 method into the buffer name, never use nil. Reported by Hanak
23661 David <dhanak@inf.bme.hu>.
23662 (tramp-open-connection-setup-interactive-shell): Erase buffer
23663 before sending "stty -onlcr".
23664
23665 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23666
23667 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23668
23669 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23670
23671 2003-07-19 John Paul Wallington <jpw@gnu.org>
23672
23673 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23674 (artist-draw-rect, artist-draw-square): Doc fixes.
23675
23676 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23677
23678 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23679
23680 2003-07-19 Kenichi Handa <handa@m17n.org>
23681
23682 * international/kkc.el (kkc-show-conversion-list-update):
23683 Highlight the correct candidate in the message.
23684
23685 2003-07-18 John Paul Wallington <jpw@gnu.org>
23686
23687 * simple.el (current-word): Don't include punctuation char when
23688 `really-word' arg is non-nil.
23689
23690 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23691
23692 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23693 moved to the directory obsolete.
23694
23695 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23696
23697 * info.el (Info-menu-entry-name-re): Allow newlines in
23698 menu entry names.
23699
23700 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23701 syntax-ppss-after-change-function.
23702 (syntax-ppss-after-change-function): New alias. Update uses.
23703 (syntax-ppss): Catch the case where the buffer is narrowed.
23704
23705 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23706
23707 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23708 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23709
23710 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23711
23712 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23713 since it might be modified.
23714
23715 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23716 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23717 names to these language constants.
23718
23719 2003-07-15 Kim F. Storm <storm@cua.dk>
23720
23721 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23722 All uses changed.
23723
23724 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23725
23726 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23727 Namespace support.
23728
23729 2003-07-13 Juanma Barranquero <lektu@terra.es>
23730
23731 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23732 papers received).
23733
23734 2003-07-13 Karl Eichwalder <ke@suse.de>
23735
23736 * textmodes/po.el (po-find-charset): White space at the start of the
23737 Content-Type field body is non-mandatory.
23738
23739 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23740
23741 * textmodes/texinfo.el (texinfo-section-list):
23742 Append appendixsection; a synonym for appendixsec.
23743
23744 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23745
23746 * man.el (Man-translate-cleanup): New.
23747 (Man-translate-references): Call `Man-translate-cleanup' to clean
23748 leading, trailing and middle spaces.
23749
23750 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23751
23752 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23753 Handle `dired-directory' being a list.
23754
23755 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23756
23757 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23758 it doesn't exist.
23759
23760 2003-07-12 Richard M. Stallman <rms@gnu.org>
23761
23762 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23763
23764 * progmodes/cc-defs.el (c-make-keywords-re):
23765 Don't use delete-duplicates.
23766 (c-lang-const): Don't use mapcan.
23767
23768 * apropos.el (apropos-show-scores): Make it customizable.
23769 Document new meaning.
23770 (apropos): Compute scores from symbols.
23771 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23772
23773 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23774
23775 * ps-bdf.el: Fix copyright line.
23776 (bdf-directory-list): Fix initialization code.
23777
23778 2003-07-11 John Paul Wallington <jpw@gnu.org>
23779
23780 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23781 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23782 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23783
23784 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23785
23786 * emacs-lisp/ring.el (ring-elements): Doc fix.
23787
23788 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23789
23790 * calendar/timeclock.el (timeclock-relative)
23791 (timeclock-ask-before-exiting, timeclock-use-display-time):
23792 Doc changes.
23793 (timeclock-modeline-display): Give a message if
23794 `timeclock-use-display-time' is non-nil but `display-time-mode'
23795 is not active.
23796
23797 2003-07-11 Kenichi Handa <handa@m17n.org>
23798
23799 * international/mule-cmds.el (set-language-environment):
23800 Set current-language-environment to the correct string.
23801
23802 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23803
23804 * ps-print.el: Print line number correctly in a region. Reported by
23805 Tim Allen <timallen@ls83.fsnet.co.uk>.
23806 (ps-print-version): New version number (6.6.2).
23807 (ps-printing-region): Code fix.
23808
23809 2003-07-10 John Paul Wallington <jpw@gnu.org>
23810
23811 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23812 this function can be called from `add-completions-from-tags-table'.
23813
23814 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23815
23816 * calendar/timeclock.el (timeclock-use-display-time)
23817 (timeclock-day-over-hook, timeclock-workday-remaining)
23818 (timeclock-status-string, timeclock-when-to-leave)
23819 (timeclock-when-to-leave-string, timeclock-log-data)
23820 (timeclock-find-discrep, timeclock-day-base)
23821 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23822 (timeclock-modeline-display): Set the variable
23823 `timeclock-modeline-display'.
23824 (timeclock-update-modeline): Doc fix. Respect value of
23825 `timeclock-relative'.
23826
23827 2003-07-09 Richard M. Stallman <rms@gnu.org>
23828
23829 * textmodes/reftex-parse.el (reftex-all-document-files):
23830 Add autoload cookie.
23831
23832 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23833 (reftex-scanning-info-available-p): Add autoload cookie.
23834
23835 * international/mule-cmds.el
23836 (set-display-table-and-terminal-coding-system): Delete duplicate
23837 aset on standard-display-table.
23838
23839 * view.el (view-file): If existing buffer's major mode is special,
23840 don't go into view mode.
23841
23842 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23843
23844 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23845
23846 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23847 buffer changes; there's third party code that calls this function
23848 directly.
23849
23850 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23851
23852 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23853 (autodoc-font-lock-keywords): Don't byte compile on font lock
23854 initialization when running from byte compiled files.
23855
23856 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23857
23858 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23859 statement ends with auto-increment "++".
23860
23861 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23862
23863 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23864 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23865 these are changed, so declare them as variables and not constants.
23866
23867 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23868
23869 * subr.el (dolist, dotimes): Doc fix.
23870
23871 2003-07-08 Kim F. Storm <storm@cua.dk>
23872
23873 * international/mule-cmds.el
23874 (set-display-table-and-terminal-coding-system): Don't break
23875 bootstrap if standard-display-table isn't setup yet.
23876
23877 2003-07-07 Richard M. Stallman <rms@gnu.org>
23878
23879 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23880 Give it a doc string, and autoload it.
23881
23882 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23883 Use with-no-warnings.
23884
23885 * info.el (Info-search): If find invisible text, search again.
23886
23887 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23888
23889 * man.el (Man-name-regexp): Match + as part of name.
23890
23891 * simple.el (visible-mode): Rename from vis-mode.
23892 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23893
23894 * simple.el (current-word): New arg REALLY-WORD specifies
23895 don't include punctuation chars.
23896
23897 * emacs-lisp/debug.el (debug, debugger-env-macro):
23898 Use with-no-warnings while accessing and binding unread-command-char.
23899
23900 * international/mule-cmds.el
23901 (set-display-table-and-terminal-coding-system): Use explicit loop
23902 instead of calling standard-display-default.
23903
23904 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23905 Use condition-case to catch error in ange-ftp-get-files.
23906
23907 * net/browse-url.el (browse-url-browser-function):
23908 Add alternative for Epiphany.
23909 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23910 (browse-url-epiphany-startup-arguments)
23911 (browse-url-epiphany-new-window-is-tab): New variables.
23912 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23913
23914 * progmodes/compile.el (compile-auto-highlight): Default now t.
23915 (compile): Doc fix.
23916 (compilation-next-error): Fix previous change.
23917
23918 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23919
23920 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23921
23922 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23923
23924 * gdb-ui.el (gdb-source-info): Display current frame when
23925 attaching to an existing process.
23926 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23927 while laying out windows when attaching to an existing process.
23928
23929 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23930
23931 * info.el (Info-menu): Use Info-menu-entry-name-re.
23932
23933 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23934
23935 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23936 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23937
23938 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23939 to match the same text.
23940
23941 2003-07-06 John Paul Wallington <jpw@gnu.org>
23942
23943 * vc.el (vc-annotate-offset): Move defvar up.
23944
23945 2003-07-06 Kim F. Storm <storm@cua.dk>
23946
23947 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23948 This should fix the infinite loop when extracting menu names.
23949
23950 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23951
23952 * files.el (auto-mode-alist, interpreter-mode-alist):
23953 Remove entries to CC Mode modes to avoid duplicates; they are now added
23954 with autoload directives in cc-mode.el.
23955
23956 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23957
23958 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23959 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23960 these are changed, so declare them as variables and not constants.
23961
23962 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23963 ensure that the entry for ".c" extension comes before the one for
23964 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23965 Fix incorrect entries that were added to `interpreter-mode-alist'.
23966 Move the autoload directives for AWK to the top level since they
23967 aren't recognized anywhere else. Do not use the new AWK mode doc
23968 in the autoload form for the old AWK mode.
23969
23970 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23971
23972 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23973 (bibtex-sort-ignore-string-entries): Default value t.
23974 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23975 erroneously in previous version.
23976 (bibtex-string-files): Docstring reflects new parsing scheme.
23977 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23978 docstring, add # as one of the chars to crush
23979 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23980 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23981 (bibtex-autokey-name-change-strings)
23982 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23983 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23984 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23985 (bibtex-autokey-title-terminators)
23986 (bibtex-autokey-titlewords-stretch)
23987 (bibtex-autokey-titleword-ignore)
23988 (bibtex-autokey-titleword-case-convert)
23989 (bibtex-autokey-titleword-abbrevs)
23990 (bibtex-autokey-titleword-abbrevs)
23991 (bibtex-autokey-titleword-change-strings)
23992 (bibtex-autokey-titleword-length)
23993 (bibtex-autokey-titleword-separator)
23994 (bibtex-autokey-name-year-separator)
23995 (bibtex-autokey-year-title-separator)
23996 (bibtex-autokey-before-presentation-function)
23997 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23998 Fix docstring.
23999 (bibtex-strings, bibtex-reference-keys):
24000 Use lazy-completion-table and make-variable-buffer-local.
24001 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
24002 (bibtex-braced-string-syntax-table)
24003 (bibtex-quoted-string-syntax-table): New variables.
24004 (bibtex-parse-nested-braces): Remove.
24005 (bibtex-parse-field-string): Use syntax table and forward-sexp.
24006 (bibtex-parse-association): Simplify.
24007 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
24008 (bibtex-parse-field-text): Simplify.
24009 (bibtex-search-forward-field, bibtex-search-backward-field):
24010 argument BOUND can take value t.
24011 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24012 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24013 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24014 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24015 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24016 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24017 and ending of entry. Update for changes of bibtex-search-entry.
24018 Simplify.
24019 (bibtex-map-entries): FUN is called with three arguments.
24020 (bibtex-search-entry): Return a cons pair with buffer positions of
24021 beginning and end of entry.
24022 (bibtex-enclosing-field): Simplify.
24023 (bibtex-format-entry): Use booktitle to set a missing title.
24024 (bibtex-autokey-get-names): Fiddle with regexps.
24025 (bibtex-generate-autokey): Use identity.
24026 (bibtex-parse-keys): Use simplified parsing algorithm if
24027 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24028 arguments. Return alist of keys.
24029 (bibtex-parse-strings): Simplify. Return alist of strings.
24030 (bibtex-complete-string-cleanup): Fix docstring.
24031 (bibtex-read-key): New function.
24032 (bibtex-mode): Fix docstring. Do not parse for keys and
24033 strings when the mode is entered. Set fill-paragraph-function to
24034 bibtex-fill-field. Setup font-lock-mark-block-function the way
24035 font-lock intended.
24036 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24037 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24038 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24039 (bibtex-Preamble): Avoid hard coded constants.
24040 (bibtex-make-field): Fix docstring. Simplify.
24041 (bibtex-beginning-of-entry): Always return new position of point.
24042 (bibtex-end-of-entry): Rearrange cond clauses.
24043 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24044 Update for changes of bibtex-map-entries.
24045 (bibtex-ispell-abstract): Do not move point.
24046 (bibtex-entry-index): Use downcase. Simplify.
24047 (bibtex-lessp): Handle catch-all.
24048 (bibtex-find-crossref): Turn into a command.
24049 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24050 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24051 preamble entries.
24052 (bibtex-fill-field-bounds): New function.
24053 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24054 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24055 (bibtex-String): Use bibtex-strings. Always obey
24056 bibtex-sort-ignore-string-entries.
24057
24058 2003-07-05 John Paul Wallington <jpw@gnu.org>
24059
24060 * cus-theme.el (customize-create-theme):
24061 Call `customize-create-theme' in Reset widget's notify function.
24062
24063 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24064 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24065 (define-ibuffer-column name): Add summarizer.
24066 (define-ibuffer-column size): Likewise.
24067 (define-ibuffer-column filename): Likewise.
24068 (define-ibuffer-column process): Likewise. Change BODY's output too.
24069 (define-ibuffer-column filename-and-process): Likewise, likewise.
24070 (ibuffer): Remove local vars `already-in' and `need-update'.
24071
24072 * ibuf-ext.el: Don't require `derived' at compile-time.
24073
24074 2003-07-05 Kim F. Storm <storm@cua.dk>
24075
24076 * info.el: Disable paragraph refilling.
24077 (Info-refill-paragraphs): New defcustom.
24078 (Info-fontify-node): Use it.
24079
24080 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24081
24082 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24083 thingies from constructors created by defstruct.
24084
24085 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24086 the default value of the variable.
24087 (byte-code-meter): Move declaration to top level.
24088
24089 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24090
24091 * info.el (Info-following-node-name-re): New fun.
24092 (Info-following-node-name): Remove.
24093 (Info-insert-dir): Use the new fun.
24094 (Info-extract-pointer): Don't save restriction; use new fun.
24095 (Info-menu-entry-name-re): New const.
24096 (Info-menu-entry-name-re): Use it along with new fun.
24097 (Info-node-spec-re): Use new fun.
24098 (Info-complete-menu-item, Info-fontify-node): Use new const.
24099 (Info-goto-node, Info-follow-reference, Info-menu-update):
24100 Use match-string.
24101 (Info-follow-reference): Use assoc-string.
24102 Use a list of strings for the completion table.
24103 (Info-fontify-node): Use match-string, line-end-position.
24104 Limit the search for `node:' to the first line.
24105
24106 * newcomment.el (uncomment-region): Remove padding coming from
24107 comment-start rather than just from comment-padding.
24108
24109 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24110 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24111 (vc-cvs-rename-file): Remove (use the default).
24112 (vc-cvs-register): Register parent dir if needed.
24113 (vc-cvs-could-register): Return non-nil if parent can be registered.
24114 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24115 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24116
24117 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24118 (vc-svn-update): Fix the arguments to `svn'.
24119 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24120 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24121 Simple implementations, assuming `name' is a URL.
24122
24123 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24124 set of chars allowed unquoted in a case pattern.
24125
24126 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24127
24128 * font-lock.el (font-lock-extra-types-widget)
24129 (c-font-lock-extra-types, c++-font-lock-extra-types)
24130 (objc-font-lock-extra-types, java-font-lock-extra-types)
24131 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24132 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24133 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24134 (font-lock-match-c++-structor-declaration)
24135 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24136 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24137 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24138 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24139 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24140 (java-font-lock-keywords-3, java-font-lock-keywords)
24141 (java-font-lock-syntactic-face-function): Remove obsolete code
24142 and constants. It's all in cc-fonts.el now.
24143
24144 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24145
24146 * mail/sendmail.el (mail-specify-envelope-from)
24147 (mail-envelope-from): Doc fix.
24148
24149 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24150
24151 * generic-x.el: Do away with the dependency on `c-emacs-features'
24152 when populating `rul-generic-mode-syntax-table'; we already know
24153 this isn't XEmacs.
24154
24155 See ChangeLog.10 for earlier changes.
24156
24157 ;; Local Variables:
24158 ;; coding: iso-2022-7bit
24159 ;; End:
24160
24161 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24162 Copying and distribution of this file, with or without modification,
24163 are permitted provided the copyright notice and this notice are preserved.
24164
24165 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1