]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(smerge-ediff): Use insert-buffer-substring.
[gnu-emacs] / lisp / ChangeLog
1 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
4
5 * descr-text.el (describe-char): Handle the case where the list of
6 chars is displayed in a separate frame.
7 Be a bit more discriminating when looking for the char.
8
9 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
10
11 * bookmark.el (bookmark-automatically-show-annotations)
12 (bookmark-read-annotation-text-func): Doc fixes.
13 (bookmark-save): Improve argument/docstring consistency.
14 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15 (bookmark-alist-from-buffer)
16 (bookmark-upgrade-file-format-from-0)
17 (bookmark-grok-file-format-version)
18 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
19 (bookmark-read-annotation-mode)
20 (bookmark-insert-current-bookmark, bookmark-jump)
21 (bookmark-exit-hook): Fix typos in docstrings.
22 (bookmark-exit-hooks): Define as obsolete alias.
23 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24 not `bookmark-exit-hooks'. Fix docstring.
25 (bookmark-bmenu-select): "?\ " -> "?\s".
26
27 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
28
29 * startup.el (command-line): Fix typo.
30
31 2005-07-24 Richard M. Stallman <rms@gnu.org>
32
33 * tooltip.el (tooltip-mode): Test emacs-basic-display,
34 not emacs-quick-startup.
35
36 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
37
38 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
39 (reb-next-match, reb-show-subexp): Use `with-selected-window'
40 instead of `reb-with-current-window'.
41 (reb-prev-match): Likewise. Also, don't move left if the search
42 was unsuccessful.
43 (reb-initialize-buffer): New function.
44 (re-builder, reb-change-syntax): Use it.
45
46 * man.el (Man-goto-page): Make second argument NOERROR optional.
47
48 2005-07-23 Richard M. Stallman <rms@gnu.org>
49
50 * man.el (Man-bgproc-sentinel): Check here for failure to find
51 any man page in the output, and report the error here.
52 (Man-arguments): Make it permanent local.
53 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
54 (Man-mode): Pass t for NOERROR.
55
56 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
57 (grep-mode-font-lock-keywords):
58 Don't use compilation-...-face for messages that are not file names.
59
60 * progmodes/compile.el (compilation-mode-font-lock-keywords):
61 Don't use compilation-...-face for messages that are not file names.
62
63 2005-07-22 Juri Linkov <juri@jurta.org>
64
65 * simple.el (line-move-1): Fix comments.
66
67 * startup.el (normal-splash-screen): Update menu name.
68
69 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
70
71 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
72
73 * term/xterm.el: Load term/rxvt if the terminal is actually an
74 rxvt terminal.
75 (xterm-rxvt-set-background-mode): Remove, not used anymore.
76
77 * term/rxvt.el (function-key-map): Use substitute-key-definition
78 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
79
80 * term/cygwin.el: New file.
81
82 2005-07-22 Kim F. Storm <storm@cua.dk>
83
84 * image-file.el (insert-image-file, image-file-yank-handler):
85 Fix last change to maintain a (unique) yank-handler on yanked images.
86
87 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
88
89 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
90 of the file size (as in "177B" for 177 bytes). This happens with
91 "ls -lh" on FreeBSD.
92
93 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
94
95 * hilit-chg.el (highlight-changes-global-initial-state)
96 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
97 (hilit-chg-fixup, highlight-changes-mode):
98 Fix typos in docstrings.
99 (highlight-changes-global-modes, highlight-changes-rotate-faces):
100 Doc fixes.
101
102 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
103
104 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
105 mode function using `eval-after-load'.
106
107 2005-07-21 Kim F. Storm <storm@cua.dk>
108
109 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
110 included when reporting an emacs crash, and tell about the DEBUG file.
111
112 * image-file.el (insert-image-file): Add yank-handler.
113 (image-file-yank-handler): Yank handler to make unique copies of
114 images when they are yanked into a buffer next to each other.
115
116 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
117
118 * comint.el (comint-use-prompt-regexp, comint-send-input)
119 (comint-source-default, comint-extract-string)
120 (comint-get-source, comint-word, comint-completion)
121 (comint-source, comint-prompt-read-only, comint-update-fence):
122 Fix typos in docstrings.
123 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
124 Declare with define-obsolete-*-alias macros.
125 (comint-previous-matching-input-from-input)
126 (comint-next-matching-input-from-input)
127 (comint-previous-matching-input, comint-next-matching-input)
128 (comint-forward-matching-input):
129 Improve argument/docstring consistency.
130
131 * desktop.el (desktop-clear-preserve-buffers-regexp):
132 Also preserve the *server* buffer.
133
134 * simple.el (clone-indirect-buffer): Doc fix.
135 (fixup-whitespace, just-one-space)
136 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
137 (next-error, next-error-highlight)
138 (next-error-highlight-no-select, next-error-last-buffer)
139 (next-error-buffer-p, next-error-find-buffer, next-error)
140 (previous-error, next-error-no-select, previous-error-no-select)
141 (open-line, split-line, minibuffer-prompt-width, kill-new)
142 (binary-overwrite-mode): Fix typos in docstrings.
143 (set-fill-column): Fix typo in message.
144
145 * skeleton.el (skeleton-proxy-new): Doc fix.
146
147 * strokes.el (strokes-load-hook): Doc fix.
148 (strokes-grid-resolution, strokes-get-grid-position)
149 (strokes-renormalize-to-grid, strokes-read-stroke)
150 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
151 (strokes-global-map): Fix typos in docstrings.
152 (strokes-help): Doc fix. Fix help message and pass it through
153 `substitute-command-keys'.
154
155 * tempo.el (tempo-insert-prompt, tempo-interactive)
156 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
157 (tempo-insert-string-functions, tempo-local-tags)
158 (tempo-define-template, tempo-insert-template)
159 (tempo-insert-prompt-compat, tempo-is-user-element)
160 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
161 Fix typos in docstrings.
162
163 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
164 (vcursor-key-bindings, vcursor-use-vcursor-map)
165 (vcursor-find-window, vcursor-scroll-down)
166 (vcursor-disable, vcursor-beginning-of-buffer)
167 (vcursor-end-of-buffer): Fix typos in docstrings.
168 (vcursor-relative-move, vcursor-get-char-count):
169 Improve argument/docstring consistency.
170
171 * version.el: "?\ " -> "?\s".
172
173 * wid-edit.el (widget-default-create, widget-after-change)
174 (widget-default-format-handler, widget-checklist-add-item)
175 (widget-radio-add-item, widget-choose, widget-specify-secret)
176 (widget-field-value-create, widget-field-value-get)
177 (widget-editable-list-format-handler)
178 (widget-editable-list-entry-create, widget-group-value-create)
179 (widget-documentation-link-add)
180 (widget-documentation-string-value-create): "?\ " -> "?\s".
181 (widget-convert-text): Doc fix.
182 (widget-narrow-to-field, widget-field-find)
183 (widget-url-link-action, widget-emacs-library-link-action)
184 (widget-color-notify): Fix typos in docstrings.
185
186 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
187 (x-select-text, set-w32-system-coding-system)
188 (w32-add-charset-info): Fix typos in docstrings.
189
190 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
191 (cua-enable-cua-keys, cua-use-hyper-key)
192 (cua-virtual-rectangle-edges): Fix typos in docstrings.
193 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
194
195 * net/tramp.el (tramp-handle-load): Fix typo in error message.
196
197 * emacs-lisp/re-builder.el (regexp-builder): Declare with
198 `defalias' instead of faking it.
199
200 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
201 (eshell-ls-missing, eshell-ls-dired-initial-args)
202 (eshell-ls-use-in-dired): Fix typos in docstrings.
203
204 2005-07-20 Kim F. Storm <storm@cua.dk>
205
206 * emulation/cua-base.el (cua-mode): Improve doc string.
207
208 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
209
210 * abbrev.el (expand-region-abbrevs): Doc fix.
211 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
212 Improve argument/docstring consistency.
213
214 * arc-mode.el (archive-get-descr, archive-alternate-display):
215 Doc fixes.
216 (archive-l-e): Improve argument/docstring consistency.
217 (archive-tmpdir, archive-unixdate, archive-unixtime)
218 (archive-chmod-entry): Fix typos in docstrings.
219 (archive-unflag, archive-unflag-backwards)
220 (archive-unmark-all-files): "?\ " -> "?\s".
221
222 * buff-menu.el (Buffer-menu-unmark): Doc fix.
223 (Buffer-menu-not-modified, Buffer-menu-execute)
224 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
225 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
226
227 * composite.el (compose-string, encode-composition-rule)
228 (compose-last-chars): Fix typos in docstrings.
229
230 * desktop.el (desktop-enable, desktop-basefilename):
231 Declare with `define-obsolete-variable-alias'.
232 (desktop-internal-v2s): Don't quote keywords.
233 (desktop-clear): "?\ " -> "?\s".
234
235 * dired.el (dired-align-file, dired-flag-backup-files)
236 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
237 (dired-listing-switches, dired-ls-F-marks-symlinks)
238 (dired-dwim-target, dired-load-hook, dired-mode-hook)
239 (dired-directory, dired-faces, dired, dired-revert)
240 (dired-mode, dired-summary, dired-view-file)
241 (dired-copy-filename-as-kill, dired-delete-file)
242 (dired-no-confirm, dired-unmark-all-marks)
243 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
244 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
245 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
246 Fix typos in message strings.
247
248 * dired-x.el (virtual-dired): Declare with `defalias'.
249 (dired-mark-unmarked-files, dired-local-variables-file)
250 (dired-omit-here-always): Doc fix.
251 (dired-omit-mode, dired-find-subdir)
252 (dired-enable-local-variables, dired-clean-up-buffers-too)
253 (dired-extra-startup, dired-mark-extension, dired-jump)
254 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
255 (dired-smart-shell-command, dired-guess-shell-alist-user)
256 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
257 (dired-x-bind-find-file, dired-x-submit-report):
258 Fix typos in docstrings.
259 (dired-mark-unmarked-files): "?\ " -> "?\s".
260
261 * dirtrack.el (dirtrack-list): Fix typos in docstring.
262
263 * faces.el (describe-face): "?\ " -> "?\s".
264 (read-all-face-attributes, read-face-font, modify-face)
265 (face-attr-construct, italic): Fix typos in docstrings.
266 (frame-update-face-colors): Declare with
267 `define-obsolete-function-alias'.
268
269 * files.el (find-file-noselect, recode-file-name): Doc fixes.
270 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
271 (magic-mode-alist, buffer-file-numbers-unique)
272 (write-file-functions, get-free-disk-space):
273 Fix typos in docstrings.
274 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
275 (write-contents-hooks, write-file-hooks):
276 Declare with `define-obsolete-variable-alias'.
277
278 * forms-d2.el (arch-rj): Fix typo in docstrings.
279 (arch-tocol): Likewise. "?\ " -> "?\s".
280
281 * frame.el (set-frame-font, cursor-in-non-selected-windows):
282 Fix typo in docstring.
283 (set-screen-width, set-screen-height): Delete redundant info in
284 doctrings.
285 (new-frame, screen-height, screen-width): Declare with
286 `define-obsolete-function-alias'.
287 (delete-frame-hook, blink-cursor): Declare with
288 `define-obsolete-variable-alias'.
289
290 * paths.el (prune-directory-list): Fix typos in docstring.
291
292 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
293 (cvs-prefix-get): Fix typos in docstrings.
294
295 * ps-print.el (ps-extend-face-list, ps-extend-face)
296 (ps-print-background-image): Fix typos in docstrings.
297 (ps-default-fg, ps-default-bg): Doc fixes.
298
299 * s-region.el (s-region-bind): Doc fix.
300 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
301
302 * textmodes/org.el (org-table-formula-substitute-names)
303 (org-table-get-vertical-vector): Doc fixes.
304 (org-table-recalculate): Remove unused argument to `message'.
305
306 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
307
308 * textmodes/org.el (org-table-column-names)
309 (org-table-column-name-regexp)
310 (org-table-named-field-locations): New variables.
311 (org-archive-subtree): Protect `this-command' when calling
312 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
313 the kill buffer.
314 (org-complete): Remove fixed-formula completion.
315 (org-edit-formulas-map): New variable.
316 (org-table-edit-formulas): New command.
317 (org-finish-edit-formulas, org-abort-edit-formulas)
318 (org-show-variable, org-table-get-vertical-vector): New functions.
319 (org-table-maybe-eval-formula): Handle `:=' fields.
320 (org-table-get-stored-formulas, org-table-store-formulas)
321 (org-table-get-formula, org-table-modify-formulas)
322 (org-table-replace-in-formulas): Handle named field formulas.
323 (org-table-get-specials): Store locations of named fields.
324
325 2005-07-19 Juri Linkov <juri@jurta.org>
326
327 * progmodes/grep.el (grep-regexp-alist)
328 (grep-mode-font-lock-keywords, grep-process-setup):
329 Use default GNU grep match color "01;31m" instead of "01;41m".
330 (grep-regexp-alist, grep-mode-font-lock-keywords):
331 Use `\\[[0-9]*m' instead of `\\[00m'.
332 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
333 sgr_start where its handling is more important. Use the real
334 length of sgr_start instead of constant 8.
335 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
336 specially. Delete all remaining escape sequences.
337 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
338 (grep-regexp-alist): Make hyperlink only for binary file name
339 instead of the whole line.
340 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
341 (grep-mode): Add autoload.
342
343 * emacs-lisp/find-func.el (find-function-regexp):
344 Add `define-compilation-mode'.
345
346 2005-07-19 Juri Linkov <juri@jurta.org>
347
348 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
349 (compare-windows-sync-string-size, compare-windows-recenter)
350 (compare-windows-highlight, compare-windows): Add version 22.1.
351 (compare-windows) <defface>: Inherit from lazy-highlight instead
352 of duplicating its default value.
353
354 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
355 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
356
357 * descr-text.el (describe-char): Create link buttons for `charset'
358 and `code point'. Add the current input method name with a link
359 button to `to input' field. Print face names of display table
360 characters in `The display table entry is displayed by' section
361 instead of printing face-id in the `display' field.
362 Guess hardcoded faces and create a link button for them.
363 Skip empty fields when calculating max-width.
364 Treat `widget-create' specially while inserting strings from the
365 collected field list.
366 (describe-char-after): Made obsolete in version 22.1, not 21.5.
367
368 * diff-mode.el (diff-file-header): Change foreground color from
369 yellow to green on light backgrounds.
370 (diff-context): Inherit from `shadow' only for color/grayscale
371 with more than 88 colors.
372 (diff-indicator-removed, diff-indicator-added)
373 (diff-indicator-changed): New faces.
374 (diff-font-lock-keywords): Use new faces. Regroup rules.
375 Add "^---$" for `normal' diff format. Fontify `#' lines with
376 font-lock-comment-delimiter-face and font-lock-comment-face.
377 Add `#' to ^[^...] in the rule for `diff-context-face'.
378
379 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
380 a button-like box. Inherit from `highlight' on low colors.
381 (shadow): Use shades of gray only for color/grayscale with
382 more than 88 colors. Use green for light backgrounds with
383 8 colors, and yellow for dark backgrounds with 8 colors.
384
385 * font-lock.el (font-lock-regexp-grouping-backslash):
386 Don't inherit from escape-glyph (use bold for all cases).
387
388 * info.el (info-xref-visited): Use light foreground color `violet'
389 for dark backgrounds instead of dark color `magenta3'.
390 (info-title-1): Use `yellow' color for dark backgrounds.
391
392 * isearch.el (isearch): Use not-too-dark magenta3 instead of
393 too-light magenta2.
394
395 * replace.el (match): Use slightly more light RoyalBlue3 instead
396 of dark RoyalBlue4.
397
398 * wid-edit.el (widget-inactive): Inherit from `shadow'.
399
400 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
401
402 * novice.el (disabled-command-hook): Declare it with
403 `define-obsolete-variable-alias'.
404
405 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
406 (desktop-buffer-misc-functions, desktop-buffer-handlers)
407 (desktop-load-default): Add release to obsolescence info.
408 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
409 (desktop-append-buffer-args, desktop-read):
410 Fix typos in docstrings.
411 (desktop-kill): Fix typo in message.
412 (desktop-save): Doc fix.
413
414 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
415
416 * viper-cmd.el (viper-escape-to-state): Bug fix.
417 (viper-envelop-ESC-key): Change the definition of fast
418 keysequence so it'll work with keyboard macros.
419
420 * ediff.el (ediff-patch-buffer): Change the docstring.
421
422 2005-07-19 Kenichi Handa <handa@m17n.org>
423
424 * international/mule-cmds.el (select-safe-coding-system): Try to
425 use an auto-coding (if any) before anything else. If the found
426 auto-coding is invalid, show a warning message.
427
428 * international/mule.el (find-auto-coding): New function created
429 by modifying the body of set-auto-coding.
430 (set-auto-coding): Use find-auto-coding to find a coding.
431
432 2005-07-18 Richard M. Stallman <rms@gnu.org>
433
434 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
435 not isearch-mode-end-hook-error.
436 (allout-before-change-protect): Fix error message.
437
438 2005-07-18 Juri Linkov <juri@jurta.org>
439
440 * allout.el (allout-mode):
441 * calculator.el (calculator-copy):
442 * custom.el (custom-known-themes):
443 * dired.el (dired-desktop-buffer-misc-data)
444 (dired-restore-desktop-buffer):
445 * dired-x.el (dired-omit-marker-char):
446 * files.el (basic-save-buffer):
447 * font-core.el (font-lock-mode):
448 * calendar/calendar.el (calendar-goto-hebrew-date)
449 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
450 (calendar-goto-persian-date):
451 * language/ethio-util.el (ethio-sera-to-fidel-region):
452 * textmodes/picture.el (picture-mode):
453 Delete duplicate duplicate words.
454
455 2005-07-18 Juri Linkov <juri@jurta.org>
456
457 * isearch.el (isearch-mode-map): Remove key bindings for regexp
458 chars * ? } |.
459 (isearch-fallback): Don't call `isearch-process-search-char'.
460 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
461 (isearch-process-search-char): Call `isearch-fallback' for regexp
462 chars * ? } |.
463 (isearch-return-char): Make obsolete with `make-obsolete' instead
464 of simply documenting it as obsolete in the docstring.
465 (isearch-fallback): Refill docstring.
466
467 * international/isearch-x.el
468 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
469 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
470 Test the length of `str'.
471
472 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
473
474 * allout.el (allout-resolve-xref): Fix typos in error strings.
475 (allout-before-change-protect): Remove unneeded `concat'.
476
477 * array.el (array-mode, array-reconfigure-rows)
478 (untabify-backward): Fix typos in docstrings.
479 (array-reconfigure-rows): Use `insert-buffer-substring', not
480 `insert-buffer'.
481
482 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
483 * progmodes/ada-mode.el (ada-make-body):
484 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
485
486 * dired.el (dired-log):
487 * tar-mode.el (tar-subfile-save-buffer):
488 * play/zone.el (zone-pgm-stress-destress):
489 Use `insert-buffer-substring', not `insert-buffer'.
490
491 2005-07-17 Simon Josefsson <jas@extundo.com>
492
493 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
494
495 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
496
497 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
498 Add plain auth method.
499 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
500
501 2005-07-17 Kim F. Storm <storm@cua.dk>
502
503 * ido.el (dired-other-window): Add ido property.
504
505 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
506
507 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
508 Fix typo in docstring.
509 (byte-compile-interactive-only-functions): Add `insert-buffer' and
510 `insert-file-literally'.
511
512 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
513 info and delete redundant message. Doc fix.
514 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
515 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
516
517 2005-07-16 Richard M. Stallman <rms@gnu.org>
518
519 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
520 (byte-compile-and): Use byte-compile-and-recursion.
521 (byte-compile-or-recursion): New function.
522 (byte-compile-or): Use that.
523 (byte-compile-if): Guard the else-clause too.
524 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
525
526 * isearch.el (isearch-mode-end-hook-quit): New variable.
527 (isearch-done): Bind it.
528 (isearch-mode-end-hook): Doc fix.
529
530 * allout.el (allout-isearch-did-quit): Variable deleted.
531 (allout-real-isearch-abort): Function name no longer used.
532 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
533 (allout-isearch-rectification): isearch-mode always exists.
534 Don't set allout-isearch-did-quit.
535 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
536 allout-isearch-did-quit.
537 (allout-enwrap-isearch): Just add the hook.
538 (allout-isearch-abort): Function deleted.
539 (allout-pre-command-business): Avoid warning.
540
541 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
542 Correctly avoid warnings.
543 (pascal-outline): Likewise.
544
545 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
546
547 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
548
549 * play/tetris.el (tetris-mode): Avoid warning.
550
551 * play/snake.el (snake-mode): Avoid warning.
552
553 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
554 (gamegrid-set-display-table): Avoid warning.
555 (gamegrid-set-timer): Likewise.
556 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
557 (gamegrid-add-score-with-update-game-score-1): Take FILE
558 as argument.
559 (gamegrid-add-score-with-update-game-score): Pass that argument.
560 Rename have-shared-game-dir to gamegrid-shared-game-dir.
561
562 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
563
564 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
565 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
566
567 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
568 and insert-file.
569
570 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
571 (sc-ask): Avoid warnings.
572
573 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
574 (eshell-hist-initialize): Use that var the natural way.
575
576 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
577
578 * emacs-lisp/re-builder.el (reb-cook-regexp):
579 Avoid warning calling lre-compile-string.
580 (reb-color-display-p): Avoid warning.
581
582 * calculator.el (calculator-last-input): Guard uses
583 of event-key and key-press-event-p.
584 (event-key, key-press-event-p): Delete definitions.
585
586 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
587 (find-gc-source-directory, find-gc-subrs-callers)
588 (find-gc-noreturn-list, find-gc-source-files)
589 (find-gc-subrs-called): Vars renamed and defvar'd.
590
591 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
592 (checkdoc-overlay-put, checkdoc-delete-overlay)
593 (checkdoc-overlay-start, checkdoc-overlay-end)
594 (checkdoc-mode-line-update, checkdoc-char=):
595 Define such that compiler knows they are defined.
596 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
597 (checkdoc-read-event): Delete. Use read-event directly.
598
599 * whitespace.el (whitespace-make-overlay)
600 (whitespace-overlay-put, whitespace-delete-overlay)
601 (whitespace-overlay-start, whitespace-overlay-end):
602 Define such that compiler knows they are defined.
603 (whitespace): Move conditional inside.
604
605 * tempo.el (tempo-insert-template): Suppress warning.
606
607 * ediff-diff.el (longlines-mode): Add defvar.
608
609 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
610
611 * server.el: Bind "C-x #" in a way that works even if C-x is
612 redefined to a command key, not a prefix key.
613
614 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
615
616 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
617 cl-make-type-test till execution time.
618
619 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
620
621 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
622 arg ARG and use it.
623
624 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
625
626 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
627
628 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
629
630 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
631 a defcustom with two :set or :type keywords.
632
633 2005-07-15 Richard M. Stallman <rms@gnu.org>
634
635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
636 Don't give ^M comment-end syntax.
637
638 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
639
640 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
641 Don't consider gdbmi (gdb-mi.el has its own update functions).
642 (gdb-var-delete): Make it work for gdbmi as well.
643 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
644
645 * progmodes/gud.el (etags, sdb): Only require etags when needed.
646 (gud-speedbar-menu-items): Correct logic for enabling items.
647
648 2005-07-15 Kim F. Storm <storm@cua.dk>
649
650 * ido.el: Fix commentary.
651 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
652 Use with-no-warnings around ffap-guesser.
653 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
654 Let bind minibuffer-completing-file-name to t.
655
656 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
657
658 * startup.el (site-run-file, keyboard-type): Doc fixes.
659 (command-line): Check for "--basic-display" argument; also for
660 "--quick", not "--bare-bones" (which was renamed).
661 (fancy-splash-text): Add missing item "Getting New Versions".
662 (normal-splash-screen): Fix typos and improve consistency with
663 `fancy-splash-text'. Update copyright year.
664
665 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
666 valid binding for `help-char'.
667
668 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
669
670 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * term.el (term-mode): Disable cua-mode for term buffers.
673
674 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
675
676 * add-log.el (add-log-mailing-address, change-log-merge):
677 Doc fixes.
678 (change-log-get-method-definition): Fix typo in docstring.
679
680 2005-07-14 Kim F. Storm <storm@cua.dk>
681
682 * emulation/cua-base.el:
683 (cua--pre-command-handler-1, cua--pre-command-handler)
684 (cua--post-command-handler-1, cua--post-command-handler):
685 Split in two. Check (buffer local) value of cua-mode.
686 (cua-selection-mode): New command.
687
688 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
689
690 * custom.el (custom-initialize-safe-set)
691 (custom-initialize-safe-default): Doc fixes.
692
693 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
694 and simplify :init-value again.
695
696 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
697 and simplify :init-value again. Delete autoload.
698
699 * startup.el (command-line): Use `custom-reevaluate-setting' again
700 for tooltip-mode.
701
702 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
703 a defcustom with two :initialize keywords.
704
705 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
706
707 * allout.el (my-mark-marker, allout-isearch-prior-pos)
708 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
709 (allout-post-command-business, allout-flag-region)
710 (isearch-reenable-font-lock, allout-yank)
711 (allout-insert-latex-header, allout-insert-latex-trailer)
712 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
713 (allout-latex-verb-quote): Fix typos in docstrings.
714 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
715 (allout-unprotected, allout-prefix-data):
716 Improve argument/docstring consistency.
717 (allout-chart-subtree): Fix argument spec.
718 (allout-open-topic): Rename `use_sib_bullet' argument to
719 `use-sib-bullet'. Doc fix.
720
721 * whitespace.el (whitespace-check-buffer-leading)
722 (whitespace-check-buffer-trailing)
723 (whitespace-check-buffer-indent)
724 (whitespace-check-buffer-spacetab)
725 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
726 (whitespace-check-leading-whitespace)
727 (whitespace-check-trailing-whitespace)
728 (whitespace-check-spacetab-whitespace)
729 (whitespace-check-indent-whitespace)
730 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
731 (whitespace-modes): Fix typos in docstrings.
732 (defgroup, defcustom): Doc fixes.
733
734 * winner.el (winner-mode, winner-boring-buffers)
735 (winner-pending-undo-ring): Doc fixes.
736 (winner-ring): Remove unneeded `progn'.
737 (winner-equal): `defsubst' it.
738 (winner-redo): Fix message.
739
740 2005-07-13 Kim F. Storm <storm@cua.dk>
741
742 * simple.el (line-move-1): Always use vertical-motion to
743 do the last (or only) line move to ensure some movement.
744 Undo 2005-06-23 change--don't check for overlays.
745
746 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
747
748 * term/mac-win.el (ccl-encode-mac-roman-font)
749 (ccl-encode-mac-centraleurroman-font)
750 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
751 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
752 Change charset-id boundary of dimension to ?\xef.
753 (mac-char-fontspec-list): New constant.
754 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
755 argument. Nil uses itself as family in font-spec. Previous
756 behavior for nil is now provided by non-nil non-string argument.
757 All callers changed. Add font-specs for Mac fonts to
758 "fontset-default" unless iso8859-1 fonts are installed.
759
760 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * progmodes/sh-script.el (sh-get-indent-info): Only indent
763 a continuation line if the \ is preceded by SPC or TAB.
764 (sh-get-indent-info): Simplify.
765 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
766 Use with-current-buffer.
767
768 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
769 when the matched text is empty.
770
771 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
772
773 * startup.el (command-line): Revert to previous handling of
774 tooltip-mode. Explain in comment why the complexity is needed.
775
776 * tooltip.el (tooltip-mode): Revert to previous implementation of
777 its defcustom.
778
779 * frame.el (blink-cursor-mode): Revert to previous implementation
780 of its defcustom. Update comment.
781
782 2005-07-12 Lars Hansen <larsh@soem.dk>
783
784 * desktop.el: Update e-mail address.
785
786 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
787
788 * term/mac-win.el (mac-services-mail-selection)
789 (mac-services-mail-to): New functions.
790 (mac-application-menu-map): Bind them.
791
792 2005-07-12 wulei <milton@wulei.net> (tiny change)
793
794 * progmodes/gdb-ui.el: Add note about buffering with Windows.
795
796 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
797
798 * custom.el (custom-reevaluate-setting): Doc fix.
799
800 2005-07-11 Jay Belanger <belanger@truman.edu>
801
802 * calc/calc.el (calc-embedded-announce-formula-alist)
803 (calc-embedded-open-close-plain-alist)
804 (calc-embedded-open-close-mode-alist): Add checks for additional
805 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
806
807 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
808
809 * custom.el (custom-enable-theme): Don't add theme to
810 `custom-enabled-themes' with `push' because there is no
811 setf-method for `delq'.
812
813 2005-07-11 Richard M. Stallman <rms@gnu.org>
814
815 * custom.el (custom-declare-variable): Doc fix.
816
817 * dired-aux.el (dired-compare-directories): Remove "." and ".."
818 from the alists.
819
820 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
821 Do nothing if edebug-active.
822
823 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
824 (edebug-display): Do it here instead.
825
826 2005-07-10 Richard M. Stallman <rms@gnu.org>
827
828 * cus-face.el (custom-theme-set-faces): Make it work.
829 (custom-reset-faces): Doc fix.
830 (custom-theme-reset-internal-face, custom-theme-face-value):
831 Functions deleted.
832
833 * custom.el (custom-push-theme): Maintain list of the settings
834 of a given theme in its theme-settings property.
835 Maintain position of old settings in the theme-value
836 or theme-face property.
837 (custom-enabled-themes): New variable.
838 (custom-theme-enabled-p): New function.
839 (provide-theme): Update custom-enabled-themes.
840 Disable and reenable the `user' theme.
841 (require-theme): Doc fix.
842 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
843 (custom-theme-value, custom-theme-variable-value): Likewise.
844 (custom-theme-reset-internal): Likewise.
845 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
846 (custom-enable-theme, custom-disable-theme): New functions.
847 (custom-variable-theme-value, custom-face-theme-value): Likewise.
848 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
849 (custom-theme-reset-variables): Simplify.
850 (deftheme, custom-declare-theme, custom-make-theme-feature):
851 Definitions moved.
852
853 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
854
855 * longlines.el (longlines-show-region)
856 (longlines-unshow-hard-newlines): Recognize hard newlines by
857 non-nil hard property, instead of t.
858
859 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
860
861 * viper-cmd.el (viper--key-maps): New variable.
862 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
863 emulation-mode-map-alists.
864 (viper-envelop-ESC-key): Use viper-subseq.
865 (viper-search-forward/backward/next): Disable debug-on-error.
866
867 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
868 (viper-ESC-key): New defcustoms.
869
870 * viper-macs.el (ex-map-read-args): Use viper-subseq.
871
872 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
873 (viper-subseq): Copy of subseq from cl.el.
874
875 * viper.el (viper-go-away, viper-set-hooks): Use
876 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
877
878 * viper-mous.el (viper-current-frame-saved): Use defvar.
879
880 * viper-init.el: Get rid of -face in face names.
881
882 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
883 Make it work with longlines mode
884
885 * ediff-mult.el (ediff-meta-mode-hook): New variable.
886
887 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
888
889 * ediff-init: Get rid of -face in face names.
890
891 2005-07-10 Richard M. Stallman <rms@gnu.org>
892
893 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
894 and with-timeout-unsuspend.
895
896 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
897 and with-timeout-unsuspend.
898
899 * emacs-lisp/timer.el (with-timeout-timers): New variable.
900 (with-timeout): Bind that variable to record timers.
901 (with-timeout-suspend, with-timeout-unsuspend): New functions.
902
903 * emacs-lisp/debug.el (debug-help-follow): New function.
904 (debugger-mode-map): Use that instead of help-follow.
905 (debugger-setup-buffer): Use eval-buffer-list
906 to handle eval-buffer frames.
907
908 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
909
910 * timezone.el (timezone-parse-date): Change first regexp
911 so it will not mistakenly match dates with no time zone.
912
913 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
914
915 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
916
917 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
918
919 * custom.el (custom-initialize-safe-set)
920 (custom-initialize-safe-default): New functions.
921
922 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
923 and simplify :init-value.
924
925 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
926 and simplify :init-value. Delete obsolete comment.
927
928 * startup.el (command-line): Use `custom-reevaluate-setting' to
929 handle `tooltip-mode'. Delete obsolete comment.
930
931 * files.el (set-visited-file-name): Avoid calling
932 `file-name-nondirectory' with a nil argument.
933
934 2005-07-09 Richard M. Stallman <rms@gnu.org>
935
936 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
937 was called with nil for the buffer, handle the read position right.
938 Handle read position for eval-region, too.
939
940 2005-07-09 Juri Linkov <juri@jurta.org>
941
942 * fringe.el (fringe-mode): Add period in docstring.
943 (fringe-query-style): Build prompt depending on `all-frames' arg.
944
945 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
946 to not create links to unrelated functions in the Help buffer.
947
948 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
949 Doc fix.
950
951 * simple.el (next-error-hook): New variable.
952 (next-error): Use it. Doc fix.
953
954 * textmodes/ispell.el (ispell-command-loop): Add current
955 dictionary name and program name to mode-line-format.
956 (ispell-region, ispell-process-line): Add current dictionary name
957 and program name to messages.
958
959 2005-07-08 Jay Belanger <belanger@truman.edu>
960
961 * calc/calc.el (calc-embedded-announce-formula-alist)
962 (calc-embedded-open-close-formula-alist)
963 (calc-embedded-open-close-word-alist)
964 (calc-embedded-open-close-plain-alist)
965 (calc-embedded-open-close-new-formula-alist)
966 (calc-embedded-open-close-mode-alist)
967 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
968 (calc-embedded-mode-hook): New variables.
969
970 * calc/calc-embed.el (calc-embedded-firsttime)
971 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
972 New variables.
973 (calc-do-embedded): Use calc-embedded-firsttime,
974 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
975 determine whether or not to run hooks.
976 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
977 calc-embedded-firsttime-formula appropriately.
978 Set calc-embedded delimiter variables according to mode.
979
980 2005-07-08 Richard M. Stallman <rms@gnu.org>
981
982 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
983 Check for "emacs", etc., as entire symbol, not just as word.
984 (checkdoc-file-comments-engine): Use regexp-quote on FN.
985
986 * files.el (set-visited-file-name): Report the error
987 for "empty filename" earlier.
988 (kill-some-buffers): Ignore buffers already dead.
989
990 * fringe.el (fringe-mode): Doc fix.
991
992 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
993 Check for (featurep 'xemacs) and turn off warnings in what it guards.
994 Use unwind-protect to ensure byte-compile-unresolved-functions
995 is updated.
996
997 * whitespace.el (whitespace-buffer-leading-cleanup):
998 Simplify w/ skip-chars-forward.
999 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
1000
1001 * mail/rmail.el (rmail-only-expunge): Fix paren error.
1002 Unconditionally try to leave point at the same old place.
1003
1004 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
1005
1006 * comint.el (comint-postoutput-scroll-to-bottom)
1007 (comint-show-maximum-output): Take scroll-margin into consideration.
1008
1009 2005-07-08 Kim F. Storm <storm@cua.dk>
1010
1011 * ido.el (ido-use-filename-at-point): New choice `guess'.
1012 (ido-file-internal): Try ffap-guesser if selected.
1013
1014 * ido.el (ido-before-fallback-functions): New hook.
1015 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
1016 (ido-read-file-name): Run it.
1017
1018 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
1021 strings rather than a list of symbols to the completion function.
1022
1023 2005-07-07 Jay Belanger <belanger@truman.edu>
1024
1025 * calc/calc-units.el (math-apply-units): Change the places in
1026 which units are simplified.
1027
1028 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
1029
1030 * cus-edit.el (customize-option, customize-option-other-window):
1031 Make them handle aliases.
1032
1033 * custom.el (custom-variable-p): Make it recursively follow
1034 aliases. Mention that in the docstring.
1035
1036 2005-07-07 Richard M. Stallman <rms@gnu.org>
1037
1038 * cus-start.el (exec-path): Use `directory' instead of `file'.
1039 Fix tag for nil.
1040
1041 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
1044 when called non-interactively. Doc fix.
1045
1046 2005-07-07 Lute Kamstra <lute@gnu.org>
1047
1048 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
1049 new address as well.
1050
1051 2005-07-07 Kenichi Handa <handa@m17n.org>
1052
1053 * international/mule.el (make-coding-system):
1054 Describe `ascii-incompatible' property in the docstring.
1055 (set-file-name-coding-system): Signal an error if coding-system is
1056 ascii-incompatible.
1057 (set-keyboard-coding-system): Likewise.
1058
1059 * international/mule-cmds.el (set-default-coding-systems):
1060 Don't set default-file-name-coding-system and
1061 default-keyboard-coding-system if coding-system is ASCII-incompatible.
1062
1063 * international/utf-16.el: Declare that all UTF-16-based coding
1064 systems are ASCII-incompatible.
1065
1066 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
1067
1068 * progmodes/gud.el: Require font-lock for displaying errors.
1069 Used by gdb-ui.el.
1070
1071 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1072
1073 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1074 values for the pattern lists which are `read'able but not
1075 `append'able (like symbols).
1076
1077 2005-07-06 Richard M. Stallman <rms@gnu.org>
1078
1079 * progmodes/flymake.el (flymake-float-time): Instead of
1080 with-no-warnings, test for xemacs.
1081 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1082 to avoid warning.
1083
1084 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1087
1088 2005-07-05 Lute Kamstra <lute@gnu.org>
1089
1090 * battery.el: Add support for Darwin (with much debugging help
1091 from Samuel Lauber <sam124@operamail.com>).
1092 (battery-status-function, battery-echo-area-format)
1093 (battery-mode-line-format): Add support for pmset on Darwin.
1094 (battery-load-low, battery-load-critical): New user options.
1095 (battery-pmset): New function.
1096
1097 2005-07-05 Lute Kamstra <lute@gnu.org>
1098
1099 Update FSF's address in GPL notices.
1100
1101 * textmodes/page-ext.el: Update FSF's address.
1102
1103 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1106 filling from using prefix when filling a single-line docstring.
1107
1108 * progmodes/flymake.el: Remove useless eval-when-compile.
1109
1110 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1111
1112 2005-07-04 Richard M. Stallman <rms@gnu.org>
1113
1114 * textmodes/org.el (org-file-apps-defaults-gnu):
1115 Rename from org-file-apps-defaults-linux.
1116 (org-default-apps): Don't test system-type for `linux'.
1117 (org-file-apps): Doc fix.
1118
1119 2005-07-04 David Ponce <david@dponce.com>
1120
1121 * tree-widget.el: Improve header Commentary section.
1122 (tree-widget) [defgroup]
1123 (tree-widget-image-enable, tree-widget-themes-directory)
1124 (tree-widget-theme, tree-widget-image-properties-emacs)
1125 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1126 (tree-widget-image-formats, tree-widget-control)
1127 (tree-widget-empty-control, tree-widget-leaf-control
1128 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1129 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1130 (tree-widget-keep, tree-widget-after-toggle-functions)
1131 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1132 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1133 :help-echo message.
1134 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1135 (tree-widget-image-properties): Doc fix. Clearer implementation.
1136 (tree-widget--cursors): New constant.
1137 (tree-widget-lookup-image): New function split from
1138 `tree-widget-find-image'. Clearer implementation.
1139 (tree-widget-find-image): Use it.
1140 (tree-widget-button-keymap): Use `set-keymap-parent'.
1141 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1142 Define the sub-widgets here.
1143 (tree-widget-node): Check that :node is not a tree-widget.
1144 (tree-widget-get-super, tree-widget-open-control)
1145 (tree-widget-close-control, tree-widget-empty-control)
1146 (tree-widget-leaf-control, tree-widget-guide)
1147 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1148 (tree-widget-no-handle, tree-widget-value-delete)
1149 (tree-widget-map): Remove.
1150 (tree-widget-children-value-save): Doc fix. Simplified.
1151 (tree-widget-value-create): Update according to previous changes.
1152
1153 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1154
1155 * textmodes/org.el: Leading space replaced by TABS.
1156 (org-recalc-marks, org-table-rotate-recalc-marks)
1157 (org-table-get-specials): Treat "^" and "_" marks.
1158 (org-table-justify-field-maybe): Optional argument NEW.
1159 (org-table-eval-formula): Parsing of the format simplified.
1160 New modes C,I. Honor the %= parameter in the current table.
1161 Avoid unnecessary re-align by using the NEW argument to
1162 `org-table-justify-field-maybe'.
1163 (org-calc-default-modes): Default for date-format mimicks org-mode.
1164 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1165
1166 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1167
1168 * cus-face.el (custom-theme-set-faces): Make it handle face
1169 aliases whose alias declarations are pre- or autoloaded.
1170
1171 2005-07-04 Juri Linkov <juri@jurta.org>
1172
1173 * faces.el (read-face-name): Put the code for getting a face name
1174 from the buffer before adding the faces from the `face' property.
1175 Use `completing-read-multiple' instead of `completing-read'.
1176 Require `crm'. Add default value and post-process the returned
1177 list of faces.
1178
1179 * emacs-lisp/crm.el (crm-find-current-element)
1180 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1181
1182 * emacs-lisp/lisp-mode.el (eval-defun-1):
1183 * emacs-lisp/edebug.el (edebug-eval-defun):
1184 Remove unnecessary quotes.
1185
1186 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1187
1188 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1189 (prolog-indent-level): Fix typo in docstring.
1190
1191 * info.el (Info-history, Info-history-forward)
1192 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1193
1194 * add-log.el (add-change-log-entry):
1195 * comint.el (comint-dynamic-list-input-ring)
1196 (comint-dynamic-list-completions):
1197 * dabbrev.el (dabbrev-expand):
1198 * delim-col.el (delimit-columns-rectangle-line):
1199 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1200 (diff-unified->context):
1201 * ediff-init.el (ediff-abbrev-jobname):
1202 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1203 (ediff-replace-session-activity-marker-in-meta-buffer):
1204 * info.el (Info-summary):
1205 * lpr.el (printify-region):
1206 * printing.el (pr-create-interface):
1207 * ps-print.el (ps-print-quote):
1208 * ses.el (ses-column-widths, ses-print-cell)
1209 (ses-adjust-print-width, ses-center):
1210 * shell.el (shell-file-name-quote-list):
1211 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1212 (strokes-fill-current-buffer-with-whitespace)
1213 (strokes-xpm-for-stroke, strokes-list-strokes)
1214 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1215 * term.el (term-dynamic-list-input-ring)
1216 (term-dynamic-list-completions):
1217 * calc/calc.el (math-format-stack-value):
1218 * emacs-lisp/edebug.el (edebug-display-freq-count):
1219 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1220 (delphi-new-comment-line):
1221 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1222 * progmodes/executable.el (executable-set-magic):
1223 * progmodes/python.el (inferior-python-mode):
1224 * progmodes/scheme.el (scheme-mode-syntax-table):
1225 * progmodes/sh-script.el (sh-maybe-here-document):
1226 * progmodes/sql.el (sql-copy-column):
1227 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1228 * textmodes/bibtex.el (bibtex-mode):
1229 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1230 (sgml-auto-attributes):
1231 * textmodes/table.el (table-insert, table-shorten-cell)
1232 (table--generate-source-scan-lines, table-delete-row)
1233 (*table--cell-delete-char, table--spacify-frame)
1234 (table--horizontally-shift-above-and-below)
1235 (table--cell-insert-char, table--cell-blank-str)
1236 (table--fill-region-strictly):
1237 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1238 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1239
1240 * add-log.el (change-log):
1241 * apropos.el (apropos):
1242 * comint.el (comint-completion, comint-source):
1243 * dabbrev.el (dabbrev):
1244 * delim-col.el (columns):
1245 * diff-mode.el (diff-mode):
1246 * ediff.el (ediff):
1247 * ediff-diff.el (ediff-diff):
1248 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1249 * ediff-mult.el (ediff-mult):
1250 * ediff-ptch.el (ediff-ptch):
1251 * ediff-wind.el (ediff-window):
1252 * facemenu.el (facemenu):
1253 * indent.el (indent):
1254 * info.el (info):
1255 * jka-cmpr-hook.el (compression, jka-compr):
1256 * lpr.el (lpr):
1257 * outline.el (outlines):
1258 * pcmpl-cvs.el (pcmpl-cvs):
1259 * pcmpl-rpm.el (pcmpl-rpm):
1260 * printing.el (printing):
1261 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1262 (ps-print-vertical, ps-print-headers, ps-print-font)
1263 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1264 (ps-print-background, ps-print-printer, ps-print-page)
1265 (ps-print-miscellany):
1266 * ses.el (ses):
1267 * shell.el (shell, shell-directories, shell-faces):
1268 * startup.el (initialization):
1269 * strokes.el (strokes):
1270 * term.el (term):
1271 * uniquify.el (uniquify):
1272 * w32-vars.el (w32):
1273 * calc/calc.el (calc):
1274 * emacs-lisp/bytecomp.el (bytecomp):
1275 * emacs-lisp/cl-indent.el (lisp-indent):
1276 * emacs-lisp/edebug.el (edebug):
1277 * emacs-lisp/elp.el (elp):
1278 * emacs-lisp/testcover.el (testcover):
1279 * emacs-lisp/trace.el (trace):
1280 * emulation/viper-ex.el (viper-ex):
1281 * emulation/viper-mous.el (viper-mouse):
1282 * mail/mailalias.el (mailalias):
1283 * mail/supercite.el (supercite, supercite-frames)
1284 (supercite-attr, supercite-cite, supercite-hooks):
1285 * net/rcompile.el (remote-compile):
1286 * net/rlogin.el (rlogin):
1287 * obsolete/ooutline.el (outlines):
1288 * progmodes/delphi.el (delphi):
1289 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1290 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1291 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1292 (ebnf-optimization):
1293 * progmodes/etags.el (etags):
1294 * progmodes/executable.el (executable):
1295 * progmodes/idlwave.el (idlwave):
1296 * progmodes/pascal.el (pascal):
1297 * progmodes/prolog.el (prolog):
1298 * progmodes/python.el (python):
1299 * progmodes/scheme.el (scheme):
1300 * progmodes/sh-script.el (sh, sh-script):
1301 * progmodes/sql.el (SQL):
1302 * progmodes/tcl.el (tcl):
1303 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1304 * textmodes/enriched.el (enriched):
1305 * textmodes/makeinfo.el (makeinfo):
1306 * textmodes/sgml-mode.el (sgml):
1307 * textmodes/table.el (table-hooks):
1308 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1309 * textmodes/texinfo.el (texinfo):
1310 * textmodes/two-column.el (two-column):
1311 Finish `defgroup' description with period.
1312
1313 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1314 * eshell/esh-var.el (eshell-var):
1315 * progmodes/vhdl-mode.el (vhdl-testbench):
1316 * textmodes/org.el (org): Fix typos in docstrings.
1317
1318 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1319 consistency.
1320
1321 * progmodes/flymake.el (flymake-find-file): Remove.
1322 (flymake-float-time): Use `with-no-warnings'.
1323 (flymake-check-start-time, flymake-check-was-interrupted)
1324 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1325 (flymake-new-err-info): `defvar' at compile time.
1326
1327 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * replace.el (occur-hook): Doc fix.
1330 (occur-1): Don't call `occur-hook' if there are no matches.
1331
1332 2005-07-03 Richard M. Stallman <rms@gnu.org>
1333
1334 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1335 global-map, save the same map.
1336 (global-map): Don't alter it at top level.
1337 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1338 Then alter it here instead.
1339 (tpu-edt-off): Set global-map to the saved one.
1340
1341 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1342 All references simplified.
1343 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1344 (zmacs-regions): Add defvar.
1345 (repeat-complex-command-map): Everything about that deleted.
1346
1347 * textmodes/artist.el (artist-key-is-drawing)
1348 (artist-key-endpoint1, artist-key-poly-point-list)
1349 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1350 (artist-key-compl-table, artist-rb-save-data)
1351 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1352 Don't put them in eval-when-compile.
1353 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1354
1355 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1356 Use with-no-warnings.
1357
1358 * net/browse-url.el (dos-windows-version): Add defvar.
1359
1360 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1361
1362 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1363 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1364 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1365 Add defvar.
1366 (rmail-summary-beginning-of-message): Use with-no-warnings.
1367 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1368
1369 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1370 Use with-no-warnings.
1371
1372 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1373 (c-mark-function): Add point-moving-unit property.
1374 (vi-goto-line): Use with-no-warnings.
1375
1376 * emulation/edt.el (edt-last-copied-word): Add defvar.
1377 (zmacs-region-stays): Likewise.
1378 (edt-mark-section-wisely): Use c-mark-function for C.
1379 Use makr-defun for Fortran.
1380 (time-string): defvar deleted.
1381 (edt-display-the-time): Don't set time-string.
1382
1383 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1384
1385 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1386 Don't warn when name is not constant
1387 or for defining the group `emacs'.
1388
1389 * tooltip.el (gud-tooltip-mode): Add defvar.
1390
1391 * startup.el (default-frame-background-mode): Add defvar.
1392
1393 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1394
1395 * info.el (tool-bar-map): Add defvar.
1396
1397 * dired.el (dnd-protocol-alist): Add defvar.
1398
1399 * dired-aux.el (dired-query): Display question with answer, when
1400 the user answers.
1401
1402 * custom.el (custom-add-option): Doc fix.
1403
1404 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1405
1406 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1407
1408 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1409 bogus name from the last change.
1410
1411 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1412
1413 * custom.el (custom-declare-variable): Fix typos in comment.
1414 (custom-known-themes): Doc fix.
1415 (custom-theme-directory): New defcustom.
1416 (require-theme): Make it check `custom-theme-directory'.
1417
1418 * cus-theme.el (custom-new-theme-mode): New function.
1419 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1420 (custom-theme-description): Add compiler defvars.
1421 (customize-create-theme): Add doc to the "*New Custom Theme*"
1422 buffer. Use `custom-new-theme-mode'.
1423 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1424 and save it to the `custom-theme-directory'. Make this the
1425 default directory of the buffer.
1426
1427 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1428
1429 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1430 Fix unbalanced parentheses.
1431
1432 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1435 into flymake-mode and delegate to flymake-mode.
1436
1437 * find-file.el (ff-which-function-are-we-in): Clean up.
1438
1439 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1440
1441 * replace.el (occur-rename-buffer): Fix docstring.
1442
1443 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1444 (edt-last-copied-word, edt-learn-macro-count)
1445 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1446 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1447 (time-string, zmacs-region-stays):
1448 * emulation/edt-mapper.el (edt-save-function-key-map)
1449 (EDT-key-name): `defvar' to silence the byte-compiler.
1450
1451 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1452
1453 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1454 font-lock-regexp-backslash. Doc fix.
1455 (font-lock-regexp-backslash-grouping-construct): Rename from
1456 font-lock-regexp-backslash-construct. Doc fix.
1457 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1458 grouping constructs.
1459
1460 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1461
1462 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1463 updating all the prerequisites.
1464
1465 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1466
1467 * textmodes/org.el (org-agenda-start-on-weekday)
1468 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1469 (org-agenda-use-time-grid, org-archive-location)
1470 (org-allow-space-in-links, org-usenet-links-prefer-google)
1471 (org-enable-table-editor, org-export-default-language)
1472 (org-export-html-show-new-buffer, org-fill-paragraph)
1473 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1474 (org-goto-quit, org-occur, org-eval-in-calendar)
1475 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1476 (org-agenda-diary-entry, org-remember-help)
1477 (org-table-convert-region, org-at-table-p)
1478 (org-table-move-row-down, org-table-move-row-up)
1479 (org-table-copy-region, org-table-toggle-vline-visibility)
1480 (org-table-get-stored-formulas, org-table-get-specials)
1481 (org-recalc-commands, org-table-eval-formula)
1482 (org-table-formula-substitute-names, orgtbl-make-binding)
1483 (org-format-org-table-html, org-format-table-table-html)
1484 (org-format-table-table-html-using-table-generate-source)
1485 (org-customize): Fix typos in docstrings.
1486 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1487 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1488 (org-back-to-heading): Doc fixes.
1489 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1490 (org-agenda-change-all-lines, org-get-header):
1491 Improve argument/docstring consistency.
1492 (orgtbl-error): Fix error message.
1493
1494 * progmodes/flymake.el (flymake-find-possible-master-files)
1495 (flymake-master-file-compare, flymake-get-line-err-count)
1496 (flymake-highlight-line, flymake-gui-warnings-enabled):
1497 Fix typos in docstrings.
1498 (flymake-parse-line, flymake-get-project-include-dirs-function)
1499 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1500 Doc fixes.
1501 (flymake-get-project-include-dirs-function)
1502 (flymake-make-err-menu-data):
1503 Improve argument/docstring consistency.
1504
1505 2005-07-01 Lute Kamstra <lute@gnu.org>
1506
1507 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1508 Catch errors with ignore-errors. Use temporary buffer.
1509 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1510
1511 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1512 background color faces.
1513 (facemenu-set-foreground, facemenu-set-background):
1514 Use facemenu-set-face-from-menu.
1515 (facemenu-set-face-from-menu): Treat face names that start with
1516 "fg:" or "bg:" as special.
1517 (facemenu-add-new-color): Don't create faces. Simplify.
1518
1519 2005-06-30 Richard M. Stallman <rms@gnu.org>
1520
1521 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1522 (crm-find-current-element): Likewise.
1523
1524 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1525
1526 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1527
1528 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1531 (archive-mouse-extract): Make it an obsolete alias.
1532 (archive-mode-map): Don't use archive-mouse-extract any more.
1533 (archive-mode, archive-extract): write-contents-hooks ->
1534 write-contents-functions.
1535 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1536 first arg.
1537 (archive-rename-entry): Update the call.
1538 (archive-zip-summarize): Remove unused var `method'.
1539 (archive-lzh-summarize): Remove unused var `creator'.
1540
1541 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1542 dedicated frame upon exit.
1543
1544 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1545 (archive-zip-extract, archive-zip-expunge)
1546 (archive-zip-update, archive-zip-update-case): Use executable-find.
1547 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1548 Use restore-buffer-modified-p.
1549 (archive-extract, archive-add-new-member, archive-write-file-member):
1550 Use with-current-buffer.
1551 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1552
1553 2005-06-30 Andreas Schwab <schwab@suse.de>
1554
1555 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1556
1557 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1558
1559 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1560
1561 2005-06-30 Juri Linkov <juri@jurta.org>
1562
1563 * faces.el (vertical-border): Inherit from mode-line-inactive
1564 only on tty.
1565
1566 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1569 example, -NLINES in the `occur' docstring).
1570
1571 * replace.el (occur-1): When no matches are found, do not set the
1572 `buffer-read-only' and modified flags for the occur buffer,
1573 because it is deleted.
1574
1575 * emulation/cua-base.el (cua-check-pending-input)
1576 (cua-repeat-replace-region, cua-mode, cua-debug)
1577 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1578 Fix typos in docstrings.
1579
1580 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1581 (cua-cut-region-to-global-mark)
1582 (cua--cut-rectangle-to-global-mark):
1583 Remove period from end of messages.
1584
1585 * emulation/cua-rect.el (cua-do-rectangle-padding):
1586 Remove period from end of messages.
1587 (cua--rectangle-seq-format): Fix typo in docstring.
1588 (cua-sequence-rectangle, cua-fill-char-rectangle):
1589 Improve argument/docstring consistency.
1590
1591 2005-06-29 Juri Linkov <juri@jurta.org>
1592
1593 * faces.el (default-frame-background-mode): New internal variable.
1594 (frame-set-background-mode): Use it.
1595
1596 * startup.el (normal-top-level): Set default-frame-background-mode
1597 instead of frame-background-mode. Before setting it, test for its
1598 nil value. Remove tests for frame-background-mode and frame
1599 parameter `reverse'. Add test for "unspecified-fg".
1600
1601 * term/xterm.el (xterm-rxvt-set-background-mode):
1602 * term/rxvt.el (rxvt-set-background-mode):
1603 Set default-frame-background-mode instead of frame-background-mode.
1604
1605 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1606
1607 * simple.el (set-variable): Warn about obsolete user variables.
1608
1609 * imenu.el (imenu--completion-buffer):
1610 * mouse.el (mouse-buffer-menu-alist):
1611 * msb.el (msb-invisible-buffer-p):
1612 * calendar/diary-lib.el (diary-header-line-format):
1613 * emacs-lisp/pp.el (pp-buffer):
1614 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1615 * textmodes/picture.el (picture-replace-match):
1616 Change space constants followed by a sexp to "?\s ".
1617
1618 * play/decipher.el (decipher-loop-with-breaks):
1619 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1620 constants "protected" from end of line by a comment to "?\s".
1621
1622 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * font-lock.el (save-buffer-state): Use `declare'.
1625
1626 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1627 reset the syntax-table to cperl-mode-syntax-table.
1628 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1629 "foo_print_bar" is not matched as a reserved keyword.
1630
1631 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1632
1633 * textmodes/org.el (orgtbl-setup): New function, for delayed
1634 setup for the orgtbl commands.
1635 (org-calc-default-modes): New option.
1636 (orgtbl-make-binding): Use `defun' to get better help display.
1637 (org-diary): Call `org-compile-prefix-format'.
1638 (org-table-formula-substitute-names): New function.
1639 (org-agenda-day-view, org-agenda-week-view): New commands.
1640 (org-agenda-toggle-week-view): Command removed.
1641 (org-tbl-menu): Split off from org-org-menu.
1642 (org-mode): Move removal of outline-mode menus to here.
1643 (org-table-formula-debug): New option.
1644 (org-table-insert-row): Keep first field if just "#" or "*".
1645 (org-mode): Paragraph regexps fixed.
1646 (org-table-recalculate-regexp): New constant.
1647 (org-table-justify-field-maybe): Avoid replace if not necessary.
1648 (org-copy-special, org-cut-special): Use `call-interactively'.
1649 (org-table-copy-region): Take region from `interactive' call.
1650 (org-trim): Return string even if no match.
1651 (org-formula): New face.
1652 (org-set-font-lock-defaults): No longer highlight "FIXME".
1653 But highlight formula-related fields in table.
1654 (org-table-p): Use regexp, not fontification.
1655 (org-table-align): Handle white space at end of line.
1656 (org-table-formula-evaluate-inline): New option.
1657 (org-mode): Auto-wrapping in comment lines turned off.
1658 (org-table-copy-down): Evaluate only in copied field, not in
1659 destination.
1660 (org-table-current-formula): Variable removed.
1661 (org-table-store-formulas, org-table-get-stored-formulas)
1662 (org-table-modify-formulas, org-table-replace-in-formulas)
1663 (org-table-maybe-eval-formula): New functions.
1664 (org-table-get-formula): Modify to use stored formulas.
1665 (org-table-insert-column, org-table-delete-column)
1666 (org-table-move-column): Call `org-table-modify-formulas'.
1667 (org-complete): Add completion for keyword formulas.
1668 (orgtbl-mode): Pull orgtbl-mode-map to start of
1669 minor-mode-map-alist.
1670
1671 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * progmodes/python.el (python-check): Require `compile' before
1674 modifying its variables.
1675
1676 * newcomment.el (comment-indent-default): Don't get fooled by an early
1677 end of buffer.
1678
1679 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1680
1681 * ps-print.el (ps-print-version): Fix version number.
1682
1683 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1684
1685 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1686
1687 2005-06-28 Richard M. Stallman <rms@gnu.org>
1688
1689 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1690 (flyspell-local-mouse-map): Declaration deleted.
1691 (flyspell-mouse-map): Bind only mouse-2.
1692 (flyspell-mode-map): Don't test flyspell-use-local-map.
1693 (flyspell-overlay-keymap-property-name): Var deleted.
1694 (flyspell-mode-on): Don't make local bindings for
1695 flyspell-mouse-map and flyspell-mode-map.
1696 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1697
1698 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1699
1700 * progmodes/compile.el (compilation-next-error-function):
1701 Don't switch buffers; operate on the current buffer.
1702
1703 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1704
1705 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1706
1707 * bindings.el (global-map): Bind insertchar and its variants.
1708
1709 2005-06-27 Richard M. Stallman <rms@gnu.org>
1710
1711 * textmodes/artist.el (artist-text-overwrite)
1712 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1713
1714 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1715
1716 * ps-print.el: It was not working the page selection for printing.
1717 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1718 (ps-print-version): New version 6.6.7.
1719 (ps-end-sheet): New fun.
1720 (ps-header-sheet, ps-end-job): Call it.
1721
1722 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1723
1724 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1725
1726 2005-06-27 Lute Kamstra <lute@gnu.org>
1727
1728 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1729 background color faces.
1730 (facemenu-get-face): Delete function.
1731 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1732 (facemenu-add-new-color): Make second argument mandatory.
1733 Create the appropriate face and return it. Simplify.
1734 (facemenu-set-foreground, facemenu-set-background): Don't check if
1735 color is defined. Use return value of facemenu-add-new-color.
1736
1737 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1738
1739 * progmodes/gud.el (gud-filter): Add missing argument to
1740 with-selected-window.
1741
1742 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1745 a :require to the defcustom.
1746
1747 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1748 defcustoms corresponding to minor modes.
1749
1750 2005-06-26 David Ponce <david@dponce.com>
1751
1752 * recentf.el: Require tree-widget instead of wid-edit.
1753 (recentf-filename-handler): Fix widget :type.
1754 (recentf-cancel-dialog, recentf-open-more-files)
1755 (recentf-open-files-action): Doc fix.
1756 (recentf-dialog-goto-first): New function.
1757 (recentf-dialog-mode-map): Set parent keymap first.
1758 (recentf-dialog-mode): Define with define-derived-mode.
1759 Don't display continuation lines in dialogs.
1760 (recentf-edit-list): Rename from recentf-edit-selected-items.
1761 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1762 Simplify.
1763 (recentf-edit-list-validate): New function.
1764 (recentf-edit-list): Update accordingly.
1765 (recentf-open-files-item-shift): Remove.
1766 (recentf-open-files-item): Convert menu elements into tree and
1767 link widgets. Don't create the widgets.
1768 (recentf-open-files): Update accordingly.
1769 (recentf-save-list): Untabify.
1770
1771 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1772
1773 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1774 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1775 partially contained in the active region. Do not take active
1776 region into account when called from Lisp, unless INTERACTIVE arg
1777 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1778 avoid trouble with fields. Make marker point nowhere when no
1779 longer used. Always return nil. Doc fix.
1780 (flush-lines): Add INTERACTIVE arg. Do not take active region
1781 into account when called from Lisp, unless INTERACTIVE arg is
1782 non-nil. Use `forward-line' instead of `beginning-of-line' to
1783 avoid trouble with fields. Make marker point nowhere when no
1784 longer used. Always return nil. Doc fix.
1785 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1786 interchangeable. Do not take active region into account when
1787 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1788 message in echo area when called from Lisp, unless INTERACTIVE arg
1789 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1790 Return the number of matches. Doc fix.
1791 (occur): Doc fix.
1792 (perform-replace): Make comment follow double space convention for
1793 the sake of `outline-minor-mode'.
1794
1795 * faces.el (facep): Doc fix.
1796
1797 2005-06-25 Richard M. Stallman <rms@gnu.org>
1798
1799 * facemenu.el (facemenu-enable-faces-p): New function.
1800 (facemenu-background-menu, facemenu-foreground-menu)
1801 (facemenu-face-menu): Add menu-enable property.
1802
1803 * jka-compr.el (jka-compr-insert-file-contents):
1804 Special handling if cannot find the uncompression program.
1805
1806 * cus-face.el (custom-face-attributes): Add autoload.
1807
1808 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1809 Bind comment-indent-function locally.
1810
1811 * window.el (save-selected-window): Use save-current-buffer.
1812
1813 * subr.el (with-selected-window): Use save-current-buffer.
1814
1815 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1816 and with-current-buffer.
1817
1818 2005-06-24 Richard M. Stallman <rms@gnu.org>
1819
1820 * simple.el (line-move-1): Fix previous change.
1821
1822 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1823
1824 * replace.el (occur-1): Set `buffer-read-only' and the
1825 buffer-modified flag before running `occur-hook' to protect
1826 against unintentional buffer switches that can lead to data loss.
1827
1828 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1829
1830 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1831 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1832 initial error.
1833
1834 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1835 after fresh input.
1836 (gdb-var-create-handler): Put name of expression in quotes.
1837
1838 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1839
1840 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1841 elements of RING in order, and without bogus nil elements.
1842
1843 2005-06-23 Richard M. Stallman <rms@gnu.org>
1844
1845 * simple.el (set-variable): Args renamed; doc fix.
1846 (line-move-1): When there are overlays around, use vertical-motion.
1847
1848 * faces.el (escape-glyph): Use brown against light background.
1849 (nobreak-space): Rename from no-break-space.
1850 Fix previous change.
1851
1852 * dired-aux.el (dired-do-copy): Fix arg prompt.
1853
1854 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1855
1856 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1857
1858 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1859 rather than "Distributor".
1860
1861 2005-06-23 Lute Kamstra <lute@gnu.org>
1862
1863 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1864 (debug-on-entry): Use it. New interactive declaration that uses
1865 function-called-at-point.
1866
1867 2005-06-23 Kim F. Storm <storm@cua.dk>
1868
1869 * subr.el (save-match-data): Add comment about using evaporate arg
1870 to set-match-data.
1871
1872 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1873
1874 * cus-edit.el (customize-face)
1875 (customize-face-other-window): Handle face aliases.
1876
1877 * faces.el (face-documentation, set-face-attribute)
1878 (face-spec-set): Handle face aliases.
1879
1880 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * help-mode.el (help-make-xrefs): If a symbol representing a face
1883 name is not followed by the word "face", it could still be a
1884 function or variable name, so don't bypass other checks.
1885
1886 2005-06-22 Juri Linkov <juri@jurta.org>
1887
1888 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1889 Replace aliased functions with calls where second arg `inherit' is t.
1890
1891 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1892
1893 * progmodes/gdb-ui.el (gdb-error): New variable.
1894 (gdb-error): New function.
1895 (gdb-annotation-rules): Act on error-begin and error annotations.
1896 (gdb-concat-output): Use font-lock-warning-face for errors.
1897
1898 2005-06-22 Miles Bader <miles@gnu.org>
1899
1900 * bindings.el (propertized-buffer-identification): Use renamed
1901 `Buffer-menu-buffer' face.
1902
1903 * faces.el (vertical-border): Rename from `vertical-divider'.
1904 (escape-glyph): Change dark-background color back to `cyan'.
1905
1906 2005-06-21 Juri Linkov <juri@jurta.org>
1907
1908 * faces.el (face-user-default-spec): Try getting `customized-face'
1909 prior to `saved-face'.
1910 (frame-background-mode): Refill docstring.
1911
1912 * emacs-lisp/lisp-mode.el (eval-defun-1):
1913 * emacs-lisp/edebug.el (edebug-eval-defun):
1914 Set `saved-face' temporarily to nil before calling form.
1915 Set `customized-face' to the new spec after that.
1916
1917 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * subr.el (1value, lambda, key-substitution-in-progress):
1920 Doc fixes.
1921
1922 * autoinsert.el (auto-insert-alist):
1923 * ses.el (ses-call-printer):
1924 * subr.el (noreturn):
1925 * emacs-lisp/lisp.el (check-parens):
1926 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1927 * net/browse-url.el (browse-url-mosaic):
1928 * progmodes/cc-defs.el (c-safe-scan-lists):
1929 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1930 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1931 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1932 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1933 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1934 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1935
1936 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1937
1938 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1939
1940 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1941
1942 * calendar/appt.el (appt-make-list): Activate the package, if
1943 not already active (for backwards compatibility).
1944
1945 2005-06-20 Kim F. Storm <storm@cua.dk>
1946
1947 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1948
1949 2005-06-20 Miles Bader <miles@gnu.org>
1950
1951 * faces.el (vertical-divider): New face.
1952
1953 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * simple.el (kill-whole-line): Doc fix.
1956 (next-error-buffer-p, next-error-find-buffer)
1957 (clone-indirect-buffer): Fix typos in docstrings.
1958 (comment-line-break-function): Doc fix: don't say variable
1959 is automatically buffer-local (it isn't).
1960
1961 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1962
1963 * net/tramp-ftp.el (top):
1964 * net/tramp-smb.el (top):
1965 * net/tramp-util.el (top):
1966 * net/tramp-uu.el (top):
1967 * net/tramp-vc.el (top):
1968 * net/tramp.el (top): Revert copyright years back to original
1969 ones. Tramp has a life outside GNU Emacs.
1970
1971 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1972
1973 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1974
1975 2005-06-18 Juri Linkov <juri@jurta.org>
1976
1977 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1978 end of first regexp to limit the match to the position between
1979 line number and source line with same separator character as used
1980 between file name and line number. In the second regexp limit
1981 mouse-face area to file name and line number by adding new group
1982 for them and referring it in HYPERLINK arg.
1983 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1984 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1985 previous line where grep markers may be already removed.
1986
1987 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1988
1989 * progmodes/ps-mode.el: Update version and maintainer's email address.
1990
1991 2005-06-18 Steve Youngs <steve@xemacs.org>
1992
1993 * net/browse-url.el (browse-url-browser-function)
1994 (browse-url-default-browser): Add firefox.
1995 (browse-url-firefox-program, browse-url-firefox-arguments)
1996 (browse-url-firefox-startup-arguments)
1997 (browse-url-firefox-new-window-is-tab): New defcustoms.
1998 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1999
2000 2005-06-17 Richard M. Stallman <rms@gnu.org>
2001
2002 * startup.el (command-line): Warn if specified user name has
2003 no home directory.
2004
2005 * term.el (term-get-old-input, term-input-filter, term-input-sender)
2006 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
2007
2008 * longlines.el (longlines-mode, longlines-show-hard-newlines):
2009 Doc fixes.
2010
2011 * faces.el (underline): Try bold if terminal doesn't support underline.
2012
2013 * mail/sendmail.el (mail-setup-with-from): New variable.
2014 (mail-insert-from-field): New function.
2015 (sendmail-send-it): Call it.
2016 (mail-setup): Optionally call it here.
2017
2018 * term/linux.el: Call tty-no-underline.
2019
2020 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
2021
2022 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
2023
2024 2005-06-17 Miles Bader <miles@gnu.org>
2025
2026 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
2027 (ediff-current-diff-C, ediff-current-diff-Ancestor)
2028 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
2029 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
2030 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
2031 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
2032 Remove "-face" suffix from face names.
2033 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2034 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2035 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2036 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2037 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2038 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2039 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2040 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2041 New backward-compatibility aliases for renamed faces.
2042 (ediff-current-diff-face-A, ediff-current-diff-face-B)
2043 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
2044 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2045 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2046 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2047 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2048 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2049 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2050 Use renamed ediff faces.
2051
2052 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
2053 Remove "-face" suffix from face names.
2054 (eshell-test-ok-face, eshell-test-failed-face):
2055 New backward-compatibility aliases for renamed faces.
2056 (eshell-run-test): Use renamed eshell-test faces.
2057
2058 * eshell/em-prompt.el (eshell-prompt):
2059 Remove "-face" suffix from face name.
2060 (eshell-prompt-face): New backward-compatibility alias for renamed face.
2061 (eshell-emit-prompt): Use renamed eshell-prompt face.
2062
2063 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
2064 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
2065 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
2066 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
2067 Remove "-face" suffix from face names.
2068 (eshell-ls-directory-face, eshell-ls-symlink-face)
2069 (eshell-ls-executable-face, eshell-ls-readonly-face)
2070 (eshell-ls-unreadable-face, eshell-ls-special-face)
2071 (eshell-ls-missing-face, eshell-ls-archive-face)
2072 (eshell-ls-backup-face, eshell-ls-product-face)
2073 (eshell-ls-clutter-face):
2074 New backward-compatibility aliases for renamed faces.
2075 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2076
2077 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2078 Remove "-face" suffix from face name.
2079 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2080 instead of literal face.
2081
2082 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * emacs-lisp/warnings.el (display-warning, lwarn)
2085 (warning-minimum-log-level): Doc fixes.
2086 (warning-minimum-level, warning-minimum-log-level):
2087 Add :debug to :type choices.
2088
2089 * progmodes/ada-mode.el (ada-format-paramlist)
2090 (ada-get-indent-case, ada-check-matching-start)
2091 (ada-check-defun-name, ada-goto-matching-decl-start)
2092 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2093 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2094 (ada-make-subprogram-body): Follow error conventions.
2095 (ada-case-exception-file, ada-indent-comment-as-code)
2096 (ada-indent-handle-comment-special, ada-indent-renames)
2097 (ada-indent-return, ada-search-directories-internal)
2098 (ada-tab-policy, ada-case-exception-substring)
2099 (ada-other-file-alist, ada-matching-start-re)
2100 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2101 (ada-imenu-generic-expression, ada-compile-goto-error)
2102 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2103 (ada-popup-menu, ada-add-extensions, ada-mode)
2104 (ada-region-selected, ada-create-case-exception)
2105 (ada-create-case-exception-substring, ada-after-keyword-p)
2106 (ada-activate-keys-for-case, ada-adjust-case-region)
2107 (ada-adjust-case-buffer, ada-format-paramlist)
2108 (ada-scan-paramlist, ada-insert-paramlist)
2109 (ada-indent-newline-indent)
2110 (ada-indent-newline-indent-conditional)
2111 (ada-justified-indent-current, ada-goto-previous-word)
2112 (ada-indent-current, ada-get-indent-open-paren)
2113 (ada-get-indent-paramlist, ada-get-indent-end)
2114 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2115 (ada-get-indent-block-start, ada-get-indent-subprog)
2116 (ada-get-indent-noindent, ada-get-indent-label)
2117 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2118 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2119 (ada-goto-stmt-end, ada-goto-next-word)
2120 (ada-check-matching-start, ada-check-defun-name)
2121 (ada-goto-matching-decl-start, ada-goto-matching-start)
2122 (ada-goto-matching-end, ada-search-ignore-string-comment)
2123 (ada-in-decl-p, ada-looking-at-semi-or)
2124 (ada-looking-at-semi-private, ada-in-paramlist-p)
2125 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2126 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2127 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2128 (ada-previous-package, ada-create-menu)
2129 (ada-fill-comment-paragraph-justify)
2130 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2131 (ada-other-file-name, ada-last-which-function-line)
2132 (ada-last-which-function-subprog, ada-which-function)
2133 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2134 (ada-gen-treat-proc, ada-check-emacs-version)
2135 (ada-continuation-indent, ada-align-region-separate):
2136 Fix typos in docstrings.
2137 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2138
2139 2005-06-16 Lute Kamstra <lute@gnu.org>
2140
2141 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2142 conditionally.
2143
2144 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2145
2146 * comint.el (comint-replace-by-expanded-filename)
2147 (comint-prompt-regexp, comint-delimiter-argument-list)
2148 (comint-preinput-scroll-to-bottom):
2149 * info.el (Info-hide-cookies-node):
2150 * ls-lisp.el (ls-lisp-classify):
2151 * find-file.el (ff-search-directories, ff-special-constructs)
2152 (ff-find-other-file):
2153 * font-lock.el (font-lock-keywords):
2154 * shell.el (shell-prompt-pattern)
2155 (shell-dynamic-complete-functions, shell-mode)
2156 (shell-delimiter-argument-list):
2157 * term.el (term-replace-by-expanded-filename)
2158 (term-prompt-regexp, term-delimiter-argument-list):
2159 * woman.el (woman-ignore, woman0-if):
2160 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2161 * emacs-lisp/elint.el (elint-init-env):
2162 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2163 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2164 * language/ethio-util.el (ethio-tilde-escape)
2165 (ethio-use-three-dot-question):
2166 * net/zone-mode.el (zone-mode-load-time-setup):
2167 * progmodes/cc-align.el (c-lineup-argcont):
2168 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2169 * progmodes/cperl-mode.el (cperl-set-style-back):
2170 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2171 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2172 Fix spellings in docstrings.
2173
2174 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2175 * progmodes/modula2.el (m2-for): Fix spellings.
2176
2177 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2178
2179 * simple.el (undo-more): Don't use `format' on `error' arguments.
2180 Improve argument/docstring consistency.
2181 (pending-undo-list): Doc fix.
2182
2183 * smerge-mode.el (smerge-ensure-match):
2184 * emulation/vip.el (vip-ex):
2185 * net/zone-mode.el (zone-mode-update-serial):
2186 * progmodes/idlwave.el (idlwave-complete):
2187 * progmodes/vhdl-mode.el (vhdl-visit-file)
2188 (vhdl-compose-wire-components):
2189 Don't use `format' on `error' arguments.
2190
2191 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2192 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2193 (tooltip-help-tips): Fix typos in docstrings.
2194
2195 2005-06-16 David Ponce <david@dponce.com>
2196
2197 * tree-widget.el (tree-widget-value-create): Simplify last change.
2198
2199 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2200
2201 * ido.el (ido-incomplete-regexp): New variable.
2202 (ido-set-matches-1): Handle invalid-regexp error and set
2203 ido-incomplete-regexp.
2204 (ido-incomplete-regexp): New face.
2205 (ido-completions): Use it.
2206 (ido-complete, ido-exit-minibuffer, ido-completions):
2207 Handle incomplete regexps.
2208 (ido-completions): Add check for complete match when entering a regexp.
2209
2210 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2213
2214 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2215
2216 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2217 by field delimiters.
2218
2219 2005-06-15 David Ponce <david@dponce.com>
2220
2221 * tree-widget.el: eval-and-compile inlined functions so they will
2222 be available at run-time too.
2223 (tree-widget-super-format-handler)
2224 (tree-widget-format-handler): Remove.
2225 (tree-widget-value-create): Handle the :indent property.
2226
2227 2005-06-15 Miles Bader <miles@gnu.org>
2228
2229 * progmodes/which-func.el (which-func): Only inherit
2230 `font-lock-function-name-face' when that makes sense against the
2231 default mode-line face, otherwise set the face color explicitly.
2232
2233 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2234 faces instead of (non-existent) variables.
2235
2236 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2239 (iswitchb-get-matched-buffers): Likewise. Simplify.
2240
2241 2005-06-14 Miles Bader <miles@gnu.org>
2242
2243 * progmodes/ld-script.el (ld-script-location-counter):
2244 Remove "-face" suffix from face name.
2245 (ld-script-location-counter-face):
2246 New backward-compatibility alias for renamed face.
2247 (ld-script-location-counter-face): Use renamed face.
2248
2249 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2250 (cperl-hash): Remove "-face" suffix from face names.
2251 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2252 New backward-compatibility aliases for renamed faces.
2253 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2254 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2255
2256 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2257 name.
2258 (which-func-face): New backward-compatibility alias for renamed face.
2259 (which-func-format): Use renamed which-func face.
2260
2261 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2262 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2263 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2264 names.
2265 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2266 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2267 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2268 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2269 (vhdl-speedbar-architecture-selected)
2270 (vhdl-speedbar-configuration-selected)
2271 (vhdl-speedbar-package-selected)
2272 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2273 names.
2274 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2275 Use renamed faces.
2276 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2277 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2278 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2279 Use renamed faces.
2280 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2281 names.
2282 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2283 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2284 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2285 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2286 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2287 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2288
2289 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2290 face name.
2291 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2292 (sh-heredoc-face): Use renamed sh-heredoc face.
2293
2294 * progmodes/idlw-help.el (idlwave-help-link):
2295 Remove "-face" suffix from face name.
2296 (idlwave-help-link-face):
2297 New backward-compatibility alias for renamed face.
2298 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2299
2300 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2301 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2302 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2303 New backward-compatibility aliases for renamed faces.
2304 (idlwave-shell-disabled-breakpoint-face)
2305 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2306
2307 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2308 Remove "-face" suffix from face names.
2309 (flymake-errline-face, flymake-warnline-face):
2310 New backward-compatibility aliases for renamed faces.
2311 (flymake-highlight-line): Use renamed flymake faces.
2312
2313 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2314 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2315 (ebrowse-member-class, ebrowse-progress):
2316 Remove "-face" suffix from face names.
2317 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2318 (ebrowse-file-name-face, ebrowse-default-face)
2319 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2320 (ebrowse-progress-face):
2321 New backward-compatibility aliases for renamed faces.
2322 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2323 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2324 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2325 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2326
2327 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2328 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2329 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2330 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2331 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2332 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2333 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2334 New backward-compatibility aliases for renamed faces.
2335 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2336 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2337 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2338 "font-lock-". Use renamed antlr-mode faces.
2339 (antlr-font-lock-additional-keywords): Use renamed faces.
2340 Replace literal face-names with face variable references.
2341
2342 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2343 face name.
2344 (Buffer-menu-buffer-face): New backward-compatibility alias for
2345 renamed face.
2346 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2347
2348 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2349
2350 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2351 Eliminate "-face" suffix.
2352 (makefile-targets): Inherit from font-lock-function-name-face and
2353 eliminate "-face" suffix.
2354 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2355 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2356 actions, instead of prepending, to make it less visible.
2357 (makefile-previous-dependency, makefile-match-dependency):
2358 Don't match a target on a continuation line.
2359
2360 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2361
2362 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2363
2364 * progmodes/gdb-ui.el (menu): Re-order menu items.
2365 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2366
2367 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2368 Define in tooltip.el.
2369 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2370 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2371 gud-tooltip-echo-area.
2372
2373 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2374 backward compatibility and make obsolete.
2375 (tooltip-help-tips): Use tooltip-use-echo-area.
2376 (tooltip-show-help-function): Rename to...
2377 (tooltip-show-help): ...this, because it is a function.
2378 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2379
2380 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2381
2382 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2383 (edebug-print-length, edebug-print-level, edebug-print-circle)
2384 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2385 (edebug-eval-print-last-sexp): Doc fixes.
2386
2387 2005-06-14 Kim F. Storm <storm@cua.dk>
2388
2389 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2390 as the coverage buffer/file/both may change.
2391
2392 2005-06-14 Lute Kamstra <lute@gnu.org>
2393
2394 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2395 and run-mode-hooks. Simplify.
2396
2397 * mail/rmailedit.el (rmail-edit-mode):
2398 * progmodes/octave-inf.el (inferior-octave-mode):
2399 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2400
2401 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2402 and run-mode-hooks.
2403 (recentf-edit-list, recentf-open-files): Don't call
2404 kill-all-local-variables directly.
2405
2406 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2407
2408 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * emacs-lisp/byte-run.el (make-obsolete)
2411 (define-obsolete-function-alias): Rename arguments FUNCTION and
2412 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2413 (make-obsolete-variable, define-obsolete-variable-alias):
2414 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2415 respectively.
2416
2417 * isearchb.el (isearchb-activate):
2418 * pcvs.el (cvs-mode):
2419 * ses.el (ses-load):
2420 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2421 * net/tramp.el (tramp-find-file-exists-command)
2422 (tramp-find-shell):
2423 * progmodes/ada-mode.el (ada-create-case-exception)
2424 (ada-create-case-exception-substring, ada-make-subprogram-body):
2425 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2426 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2427 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2428 * textmodes/org.el (org-promote, org-evaluate-time-range)
2429 (org-agenda-next-date-line, org-agenda-previous-date-line)
2430 (org-agenda-error, org-open-at-point, org-table-move-row)
2431 (org-format-table-table-html-using-table-generate-source)
2432 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2433 * textmodes/reftex.el (reftex-access-scan-info):
2434 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2435 (reftex-toc-promote-prepare): Follow error conventions.
2436
2437 * diff-mode.el (diff-mode): Fix typo in docstring.
2438
2439 * forms.el (forms--intuit-from-file): Fix reference to
2440 `forms-number-of-fields' in error message.
2441 (forms-print): Fix quoting in error message.
2442
2443 * forms.el (forms-mode):
2444 * emulation/vi.el (vi-goto-insert-state):
2445 * progmodes/flymake.el (flymake-new-err-info)
2446 (flymake-start-syntax-check-for-current-buffer)
2447 (flymake-simple-cleanup):
2448 * eshell/esh-var.el (eshell/export):
2449 * progmodes/gud.el (xdb):
2450 * textmodes/flyspell.el (flyspell-incorrect-hook)
2451 (flyspell-maybe-correct-transposition)
2452 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2453
2454 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2455
2456 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2457 minibuffer prompt.
2458
2459 2005-06-13 Kim F. Storm <storm@cua.dk>
2460
2461 * subr.el (add-to-ordered-list): New defun.
2462
2463 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2464 add cua--keymap-alist to emulation-mode-map-alists.
2465
2466 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * subr.el (complete-in-turn): New macro.
2469 (dynamic-completion-table, lazy-completion-table): Add debug info.
2470
2471 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2472 in preference to face aliases.
2473
2474 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2475 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2476 Remove unused vars `start' and `firstline'.
2477 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2478 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2479
2480 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2481
2482 * cus-start.el (all): Don't complain about missing GTK-related
2483 variables, unless either `gtk' is boundp or this isn't a
2484 `windows-nt' build.
2485
2486 2005-06-13 Lute Kamstra <lute@gnu.org>
2487
2488 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2489 run-mode-hooks.
2490
2491 * ediff-mult.el (ediff-meta-mode):
2492 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2493
2494 * ledit.el (ledit-mode): Use delay-mode-hooks.
2495
2496 * woman.el (woman-mode-line-format): Delete constant.
2497 (woman-mode-map): Initialize it properly.
2498 (woman-mode): Set mode-class property to special.
2499 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2500 Set major-mode and mode-name. Don't set mode-line-format directly.
2501 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2502
2503 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2504 string argument obsolete.
2505
2506 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2507
2508 * textmodes/org.el (org-CUA-compatible): New option.
2509 (org-disputed-keys): New variable.
2510 (org-key): New function.
2511 (orgtbl-make-binding): Add docstring to the created function.
2512 (org-mode): Set paragraph start/separate regexps.
2513 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2514 (org-archive-location, org-archive-mark-done)
2515 (org-archive-stamp-time): New options.
2516 (org-archive-subtree): New command.
2517 (org-fill-paragraph): New function.
2518 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2519 (org-fake-empty-table-line): Function removed.
2520 (org-format-org-table-html): Do not create empty table lines at
2521 separator lines. Improved table header treatment.
2522 (org-link-format): New option.
2523 (org-make-link): New function.
2524 (org-insert-link, org-store-link): Use org-make-link.
2525 (org-open-file): Quote file name for shell command, to allow
2526 spaces in file names.
2527 (org-link-regexp): Fix bug with mailto link.
2528 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2529 New constants.
2530 (org-export-as-html): Deal with the optional angles around a link.
2531 Better treatment of file: links.
2532 (org-open-at-point): Replace @{ and @} with < and >.
2533 (org-run-mode-hooks): Function removed.
2534 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2535
2536 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2537
2538 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2539 MI command -data-list-register-values.
2540 (gdb-post-prompt): Indent properly.
2541
2542 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * hilit-chg.el (highlight-changes-colors): Rename from
2545 `highlight-changes-colours'.
2546 (highlight-changes-colours): Keep as obsolete alias.
2547 (highlight-changes-face-list): Doc fix.
2548 (hilit-chg-make-list): Use `highlight-changes-colors'.
2549
2550 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2551
2552 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2553 defun-prompt-regexp.
2554
2555 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2556
2557 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2558 and cygwin.
2559
2560 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2561 Don't use an old loaddefs.el, as in Makefile.in.
2562
2563 2005-06-12 Lute Kamstra <lute@gnu.org>
2564
2565 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2566
2567 * man.el (Man-mode-map): Initialize it properly.
2568 (Man-mode): Set mode-class property to special.
2569
2570 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2571
2572 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2573
2574 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2575 A newline is needed in the docstring there.
2576
2577 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2578 Doc fixes.
2579
2580 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2581
2582 * printing.el: Doc fix. The menubar is no more changed when printing
2583 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2584 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2585 (pr-version): New version number (6.8.4).
2586 (pr-menu-bind): New command.
2587 (pr-update-menus): Docstring and code fix.
2588 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2589 Docstring fix.
2590 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2591 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2592
2593 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2594
2595 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2596 "Returns" to "return", document useful return values, etc.
2597
2598 2005-06-11 Alan Mackenzie <acm@muc.de>
2599
2600 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2601 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2602 (adaptive-file-function): Minor amendment to doc-string.
2603
2604 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2605
2606 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2607 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2608 Fix :type--it is `integer', not `string'.
2609
2610 * faces.el (modeline-highlight): Rename from (the erroneous)
2611 `modeline-higilight'.
2612
2613 2005-06-11 Lute Kamstra <lute@gnu.org>
2614
2615 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2616 lisp-interaction-mode-map but make it the parent.
2617 (edebug-eval-mode): Use define-derived-mode.
2618
2619 2005-06-11 Andreas Schwab <schwab@suse.de>
2620
2621 * bindings.el: Add binding of `ESC functionkey' for every
2622 `M-functionkey'.
2623 * hexl.el (hexl-mode-map): Likewise.
2624
2625 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2626
2627 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2628 [msft]: update regexp for newer msft compilers.
2629
2630 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2631
2632 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2633 ATTLIST portions of included DTDs.
2634 (xml-parse-dtd): Eliminate use of inefficient match-data.
2635
2636 2005-06-10 Miles Bader <miles@gnu.org>
2637
2638 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2639 (mpuz-text): Remove "-face" suffix from face names.
2640 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2641 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2642 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2643
2644 * play/gomoku.el (gomoku-O, gomoku-X):
2645 Remove "-face" suffix from face names.
2646 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2647 New backward-compatibility aliases for renamed faces.
2648 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2649
2650 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2651
2652 * thumbs.el: Fixes for changes of 2005-06-09.
2653 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2654 as a directory.
2655 (thumbs-thumbname): Remove directory separator from format string;
2656 `thumbs-thumbsdir' now returns a valid directory name.
2657 (thumbs-temp-dir): New defsubst.
2658 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2659 Use it.
2660
2661 * cus-edit.el (minibuffer):
2662 * files.el (make-backup-file-name-function):
2663 * filesets.el (filesets-external-viewers):
2664 * hilit-chg.el (highlight-changes-colours)
2665 (highlight-changes-face-list, highlight-changes-rotate-faces):
2666 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2667 * kmacro.el (kmacro-call-macro):
2668 * log-edit.el (log-edit-changelog-full-paragraphs):
2669 * mouse.el (mouse-1-click-follows-link):
2670 * skeleton.el (skeleton-autowrap):
2671 * subr.el (insert-for-yank-1):
2672 * tempo.el (tempo-insert-region):
2673 * terminal.el (terminal-emulator):
2674 * time.el (display-time-mail-face):
2675 * vc.el (vc-annotate):
2676 * vcursor.el (vcursor-copy-line):
2677 * woman.el (woman-bold-headings, woman-ignore)
2678 (woman-default-faces, woman-monochrome-faces):
2679 * calendar/todo-mode.el (todo-insert-threshold):
2680 * emulation/pc-select.el (pc-select-selection-keys-only)
2681 (pc-selection-mode):
2682 * emulation/vip.el (vip-find-char-forward):
2683 * emulation/viper-cmd.el (viper-find-char-forward):
2684 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2685 (input-method-exit-on-invalid-key):
2686 * international/mule-diag.el (describe-coding-system):
2687 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2688 * net/browse-url.el (browse-url-xterm-program):
2689 * obsolete/lazy-lock.el (lazy-lock-mode):
2690 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2691 (cperl-mode):
2692 * progmodes/cpp.el (cpp-face-light-name-list)
2693 (cpp-face-dark-name-list):
2694 * progmodes/delphi.el (delphi-newline-always-indents):
2695 Fix spellings in docstrings.
2696
2697 * ido.el (ido-mode, ido-file-extensions-order)
2698 (ido-default-file-method, ido-default-buffer-method)
2699 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2700 (ido-decorations, ido-read-file-name-as-directory-commands)
2701 (ido-read-file-name-non-ido, ido-work-directory-list)
2702 (ido-ignore-item-temp-list, ido-current-directory)
2703 (ido-magic-forward-char, ido-enter-find-file)
2704 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2705 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2706
2707 2005-06-10 Lute Kamstra <lute@gnu.org>
2708
2709 * play/dunnet.el (dun-mode): Use define-derived-mode.
2710 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2711 obsolete alias.
2712
2713 * play/doctor.el (doctor-mode-map): Remove defvar.
2714 (doctor-mode): Use define-derived-mode.
2715
2716 * mail/mspools.el (mspools-mode):
2717 * net/eudc-hotlist.el (eudc-hotlist-mode):
2718 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2719
2720 2005-06-10 Miles Bader <miles@gnu.org>
2721
2722 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2723 Remove "-face" suffix from face names.
2724 (flyspell-incorrect-face, flyspell-duplicate-face):
2725 New backward-compatibility aliases for renamed faces.
2726 (flyspell-mode-on, make-flyspell-overlay)
2727 (flyspell-highlight-incorrect-region)
2728 (flyspell-highlight-duplicate-region)
2729 (flyspell-display-next-corrections)
2730 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2731
2732 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2733 from face name.
2734 (texinfo-heading-face): New backward-compatibility alias for
2735 renamed face.
2736 (texinfo-heading-face): Use renamed texinfo-heading face.
2737
2738 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2739 suffix from face names.
2740 (tex-math-face, tex-verbatim-face):
2741 New backward-compatibility aliases for renamed faces.
2742 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2743 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2744 literal face name.
2745
2746 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2747 name.
2748 (table-cell-face): New backward-compatibility alias for renamed face.
2749 (table--put-cell-face-property, table--update-cell-face):
2750 Use renamed table-cell face.
2751
2752 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2753 from face name.
2754 (sgml-namespace-face): New backward-compatibility alias for
2755 renamed face.
2756 (sgml-namespace-face): Use renamed sgml-namespace face.
2757
2758 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2759 (org-level-4, org-level-5, org-level-6, org-level-7)
2760 (org-level-8, org-warning, org-headline-done)
2761 (org-deadline-announce, org-scheduled-today)
2762 (org-scheduled-previously, org-link, org-done, org-table)
2763 (org-time-grid): Remove "-face" suffix from face names.
2764 (org-level-1-face, org-level-2-face, org-level-3-face)
2765 (org-level-4-face, org-level-5-face, org-level-6-face)
2766 (org-level-7-face, org-level-8-face, org-warning-face)
2767 (org-headline-done-face, org-deadline-announce-face)
2768 (org-scheduled-today-face, org-scheduled-previously-face)
2769 (org-link-face, org-done-face, org-table-face)
2770 (org-time-grid-face):
2771 New backward-compatibility aliases for renamed faces.
2772 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2773 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2774 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2775 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2776
2777 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2778 (viper-minibuffer-emacs, viper-minibuffer-insert)
2779 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2780 (viper-search-face, viper-replace-overlay-face)
2781 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2782 (viper-minibuffer-vi-face):
2783 New backward-compatibility aliases for renamed faces.
2784 (viper-search-face, viper-replace-overlay-face)
2785 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2786 (viper-minibuffer-vi-face): Use renamed viper faces.
2787
2788 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2789 Remove "-face" suffix from face names.
2790 (testcover-nohits-face, testcover-1value-face):
2791 New backward-compatibility aliases for renamed faces.
2792 (testcover-mark): Use renamed testcover faces.
2793
2794 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2795 face name.
2796 (diary-button-face): New backward-compatibility alias for renamed face.
2797 (diary-entry): Use renamed diary-button face.
2798
2799 * calendar/calendar.el (diary, calendar-today, holiday)
2800 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2801 (diary-face, calendar-today-face, holiday-face):
2802 New backward-compatibility aliases for renamed faces.
2803 (eval-after-load "facemenu", diary-entry-marker)
2804 (calendar-today-marker, calendar-holiday-marker, diary-face):
2805 Use renamed calendar faces.
2806
2807 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2808 (compare-windows-face): New backward-compatibility alias for
2809 renamed face.
2810 (compare-windows-highlight): Use renamed compare-windows face.
2811
2812 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2813 (strokes-char-face): New backward-compatibility alias for renamed face.
2814 (strokes-encode-buffer): Use renamed strokes-char face.
2815
2816 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2817 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2818 Remove "-face" suffix from face names.
2819 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2820 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2821 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2822 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2823 Use renamed pcvs faces.
2824 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2825 * pcvs-defs.el (cvs-mode-map): Likewise.
2826 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2827
2828 * info.el (info-title-1, info-title-2, info-title-3)
2829 (info-title-4): Remove "-face" suffix from and downcase face names.
2830 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2831 (Info-title-4-face):
2832 New backward-compatibility aliases for renamed faces.
2833 (Info-fontify-node): Use renamed info faces.
2834
2835 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2836 Remove "-face" suffix from face names.
2837 (highlight-changes-face, highlight-changes-delete-face):
2838 New backward-compatibility aliases for renamed faces.
2839 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2840 (hilit-chg-make-list): Use renamed highlight-changes faces.
2841
2842 * generic-x.el (show-tabs-tab, show-tabs-space):
2843 Remove "-face" suffix from face names.
2844 (show-tabs-tab-face, show-tabs-space-face):
2845 New backward-compatibility aliases for renamed faces.
2846 (show-tabs-generic-mode-font-lock-defaults-1)
2847 (show-tabs-generic-mode-font-lock-defaults-2):
2848 Use renamed show-tabs faces.
2849
2850 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2851 (smerge-markers): Remove "-face" suffix from face names.
2852 (smerge-mine-face, smerge-other-face, smerge-base-face)
2853 (smerge-markers-face):
2854 New backward-compatibility aliases for renamed faces.
2855 (smerge-mine-face, smerge-other-face, smerge-base-face)
2856 (smerge-markers-face): Use renamed smerge faces.
2857
2858 * log-view.el (log-view-file, log-view-message):
2859 Remove "-face" suffix from face names.
2860 (log-view-file-face, log-view-message-face):
2861 New backward-compatibility aliases for renamed faces.
2862 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2863
2864 * paren.el (show-paren-match, show-paren-mismatch):
2865 Remove "-face" suffix from face names.
2866 (show-paren-match-face, show-paren-mismatch-face):
2867 New backward-compatibility aliases for renamed faces.
2868 (show-paren-function): Use renamed show-paren faces.
2869
2870 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2871 (ruler-mode-margins, ruler-mode-fringes)
2872 (ruler-mode-column-number, ruler-mode-fill-column)
2873 (ruler-mode-comment-column, ruler-mode-goal-column)
2874 (ruler-mode-tab-stop, ruler-mode-current-column):
2875 Remove "-face" suffix from face names.
2876 (ruler-mode-default-face, ruler-mode-pad-face)
2877 (ruler-mode-margins-face, ruler-mode-fringes-face)
2878 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2879 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2880 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2881 New backward-compatibility aliases for renamed faces.
2882 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2883 (ruler-mode-column-number, ruler-mode-fill-column)
2884 (ruler-mode-comment-column, ruler-mode-goal-column)
2885 (ruler-mode-tab-stop, ruler-mode-current-column)
2886 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2887
2888 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2889 face name.
2890 (whitespace-highlight-the-space): Use renamed face.
2891 (whitespace-highlight-face): New backward-compatibility alias for
2892 renamed face.
2893
2894 * woman.el (woman-italic, woman-bold, woman-unknown)
2895 (woman-addition, woman-symbol-face):
2896 Remove "-face" suffix from face names.
2897 (woman-italic-face, woman-bold-face, woman-unknown-face)
2898 (woman-addition-face):
2899 New backward-compatibility aliases for renamed faces.
2900 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2901 (woman-decode-region, woman-replace-match)
2902 (woman-display-extended-fonts, woman-special-characters)
2903 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2904 Use renamed woman faces.
2905
2906 * longlines.el (longlines-visible-face): Face removed.
2907
2908 * diff-mode.el (diff-header, diff-file-header, diff-index)
2909 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2910 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2911 suffix from face names.
2912 (diff-header-face, diff-file-header-face, diff-index-face)
2913 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2914 (diff-changed-face, diff-function-face, diff-context-face)
2915 (diff-nonexistent-face): New backward-compatibility aliases for
2916 renamed faces.
2917 (diff-header-face, diff-file-header-face)
2918 (diff-index, diff-index-face, diff-hunk-header)
2919 (diff-hunk-header-face, diff-removed, diff-removed-face)
2920 (diff-added, diff-added-face, diff-changed-face, diff-function)
2921 (diff-function-face, diff-context-face, diff-nonexistent)
2922 (diff-nonexistent-face): Use renamed diff-mode faces.
2923
2924 * progmodes/compile.el (compilation-warning-face)
2925 (compilation-info-face): Remove "-face" suffix from face names.
2926 (compilation-warning-face, compilation-info-face):
2927 New backward-compatibility aliases for renamed faces.
2928 (compilation-warning-face, compilation-info-face):
2929 Use renamed compilation faces.
2930
2931 * add-log.el (change-log-date, change-log-name)
2932 (change-log-email, change-log-file, change-log-list)
2933 (change-log-conditionals, change-log-function)
2934 (change-log-acknowledgement): Remove "-face" suffix from face names.
2935 (change-log-date-face, change-log-name-face)
2936 (change-log-email-face, change-log-file-face)
2937 (change-log-list-face, change-log-conditionals-face)
2938 (change-log-function-face, change-log-acknowledgement-face):
2939 New backward-compatibility aliases for renamed faces.
2940 (change-log-font-lock-keywords): Use renamed change-log faces.
2941
2942 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2943 (custom-set, custom-changed, custom-saved, custom-button)
2944 (custom-button-pressed, custom-documentation, custom-state)
2945 (custom-comment, custom-comment-tag, custom-variable-tag)
2946 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2947 (custom-group-tag): Remove "-face" suffix from face names.
2948 (custom-magic-alist, custom-magic-value-create)
2949 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2950 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2951 (custom-set-face, custom-changed-face, custom-saved-face)
2952 (custom-button-face, custom-button-pressed-face)
2953 (custom-documentation-face, custom-state-face)
2954 (custom-comment-face, custom-comment-tag-face)
2955 (custom-variable-tag-face, custom-variable-button-face)
2956 (custom-face-tag-face, custom-group-tag-face-1)
2957 (custom-group-tag-face):
2958 New backward-compatibility aliases for renamed faces.
2959
2960 * wid-edit.el (widget-documentation, widget-button)
2961 (widget-field, widget-single-line-field, widget-inactive)
2962 (widget-button-pressed): "-face" suffix removed from face names.
2963 (widget-documentation-face, widget-button-face)
2964 (widget-field-face, widget-single-line-field-face)
2965 (widget-inactive-face, widget-button-pressed-face):
2966 New backward-compatibility aliases for renamed faces.
2967 (widget-documentation-face, widget-button-face)
2968 (widget-button-pressed-face, widget-specify-field)
2969 (widget-specify-inactive): Use renamed widget faces.
2970
2971 2005-06-10 Kenichi Handa <handa@m17n.org>
2972
2973 * term/x-win.el (x-clipboard-yank): Remove condition-case
2974 wrapping.
2975
2976 2005-06-11 Kenichi Handa <handa@m17n.org>
2977
2978 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2979 date lines stricter.
2980
2981 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2982
2983 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2984 of x-get-selection.
2985
2986 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * comint.el (comint-mode, comint-snapshot-last-prompt):
2989 * frame.el (frame-current-scroll-bars):
2990 * term.el (term-mode, term-check-proc, term-input-sender)
2991 (term-simple-send, term-extract-string, term-word)
2992 (term-match-partial-filename):
2993 * window.el (window-current-scroll-bars):
2994 * emulation/cua-base.el (cua-normal-cursor-color)
2995 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2996 (cua-global-mark-cursor-color):
2997 * mail/undigest.el (rmail-forward-separator-regex):
2998 Fix typos in docstrings.
2999
3000 * comint.el (comint-check-proc, make-comint-in-buffer)
3001 (comint-source-default): Doc fixes.
3002
3003 * term.el (term-send-string): Improve argument/docstring
3004 consistency.
3005
3006 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
3007
3008 * comint.el (comint-send-input): Bind `inhibit-read-only' around
3009 call to `delete-region'.
3010 (comint-mode-hook): Do not enable Font Lock by default.
3011
3012 2005-06-09 Lute Kamstra <lute@gnu.org>
3013
3014 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
3015 could be void.
3016
3017 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * emacs-lisp/debug.el (debugger-will-be-back): New var.
3020 (debug): Use it.
3021 (debugger-step-through, debugger-continue, debugger-jump)
3022 (debugger-return-value): Set it when needed.
3023 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
3024 Use inhibit-read-only.
3025
3026 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
3027
3028 * window.el (shrink-window-if-larger-than-buffer)
3029 (window-size-fixed): Fix typo in docstring.
3030
3031 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
3032 thumbnails directory on loading.
3033 (thumbs-conversion-program): Use `eq' to check the system type,
3034 not `equal'.
3035 (thumbs-temp-dir): Initialize to `temporary-file-directory',
3036 not "/tmp". Fix docstring.
3037 (thumbs-thumbsdir): New function to return the thumbnails
3038 directory, creating it if needed.
3039 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
3040 (thumbs-temp-file): Delete variable and make it into a function.
3041 (thumbs-resize-image, thumbs-modify-image): Use it.
3042 (thumbs-kill-buffer): Simplify.
3043 (thumbs-gensym): Defalias or duplicate CL `gensym'.
3044 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
3045 docstrings.
3046
3047 2005-06-09 Kim F. Storm <storm@cua.dk>
3048
3049 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
3050 set-match-data to free markers in match-data.
3051
3052 * replace.el (replace-match-data): Pass RESEAT arg `t' to
3053 match-data to unchain markers in match-data.
3054
3055 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
3058 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
3059 unnecessary now.
3060
3061 2005-06-08 Richard M. Stallman <rms@gnu.org>
3062
3063 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
3064 give the variable a doc string that doesn't say don't set it directly.
3065
3066 * textmodes/ispell.el (ispell-check-version):
3067 Use match-string-no-properties.
3068 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
3069 (ispell-buffer-local-words): Likewise.
3070
3071 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3072 except on terminals with enough colors to really display it.
3073 (makefile-dependency-regex): Delete spurious `bb'.
3074
3075 * faces.el (escape-glyph): Use blue once again in last case.
3076 (no-break-space): Redefine so that it isn't invisible on a tty.
3077
3078 2005-06-08 Kim F. Storm <storm@cua.dk>
3079
3080 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3081 also when reading directory name.
3082
3083 2005-06-08 Lute Kamstra <lute@gnu.org>
3084
3085 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3086 (flyspell-mode-line-string): Remove autoload cookie.
3087 (flyspell-mode): Remove defvar.
3088
3089 2005-06-07 Lute Kamstra <lute@gnu.org>
3090
3091 * textmodes/org.el (org-run-mode-hooks): New function.
3092 (org-agenda-mode): Use it.
3093
3094 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3095
3096 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3097
3098 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3101
3102 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3103
3104 * font-lock.el (font-lock-add-keywords): Doc fix.
3105
3106 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3109 (tex-compile-default): In the absence of any history, use the order in
3110 tex-compile-alist to choose the preferred command.
3111 (tex-compile-commands): Reorder a bit.
3112
3113 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3114 (flyspell-incorrect-face, flyspell-duplicate-face):
3115 Use (X)Emacs-agnostic code.
3116 (flyspell-mode-map): Don't overwrite at each load. Remove code
3117 redundant with the subsequent add-minor-mode. Merge Emacs and
3118 XEmacs code.
3119 (flyspell-word): Minor simplification.
3120 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3121 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3122 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3123 Merge the corresponding Emacs code.
3124 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3125
3126 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3127 a dedicated window.
3128
3129 * international/latexenc.el (latexenc-find-file-coding-system):
3130 Undo part of last patch, to turn off a compiler warning.
3131
3132 2005-06-06 Juri Linkov <juri@jurta.org>
3133
3134 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3135 Rename `tmm-inactive-face' to `tmm-inactive'.
3136
3137 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3138
3139 * iswitchb.el: Rename faces.
3140
3141 2005-06-06 Kim F. Storm <storm@cua.dk>
3142
3143 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3144 (cua-global-mark): Remove -face suffix from face names.
3145
3146 * emulation/cua-gmrk.el (cua--init-global-mark):
3147 Remove cua-global-mark face setup.
3148
3149 2005-06-06 Richard M. Stallman <rms@gnu.org>
3150
3151 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3152 just like other allowed characters.
3153 (makefile-match-dependency): Exclude leading and training whitespace
3154 from the range of regexp subexp 1.
3155 (makefile-macroassign-regex): Don't try to match the body,
3156 just the name of the macro being defined.
3157
3158 * info.el (Info-read-node-name-2): New function.
3159 (Info-read-node-name-1): Use that.
3160 Add a completion-base-size-function property.
3161
3162 * simple.el (completion-setup-function): Look for
3163 completion-base-size-function property of
3164 minibuffer-completion-table.
3165
3166 * files.el (locate-file-completion): Doc fix.
3167
3168 * printing.el: Don't call pr-update-menus; user must do that.
3169
3170 * emacs-lisp/debug.el (debugger-window): New variable.
3171 (debug): Use debugger-window if it is set and still alive.
3172 Record debugger-window for next entry.
3173
3174 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3175
3176 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3177
3178 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3179 (hack-one-local-variable, hack-local-variables)
3180 (hack-local-variables-prop-line): Pass that arg.
3181
3182 2005-06-06 Kim F. Storm <storm@cua.dk>
3183
3184 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3185 (ido-indicator): Remove -face suffix from face names.
3186
3187 2005-06-06 Juri Linkov <juri@jurta.org>
3188
3189 * font-lock.el (font-lock-regexp-backslash)
3190 (font-lock-regexp-backslash-construct): New faces.
3191 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3192 after `('. Add `while-no-input' to control structures.
3193
3194 * faces.el (no-break-space, shadow): New faces.
3195 (escape-glyph): Use less loud colors pink2 and red4.
3196
3197 * diff-mode.el (diff-context-face)
3198 * dired.el (dired-ignored)
3199 * rfn-eshadow.el (file-name-shadow)
3200 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3201
3202 * info.el (Info-title-1-face): Use green instead of yellow because
3203 bold yellow is not readable on light backgrounds.
3204
3205 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3206 before selecting the desired mode to not spend time fontifying
3207 old contents.
3208
3209 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3212 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3213
3214 * ps-print.el (ps-default-fg, ps-default-bg):
3215 Fix typos in docstrings.
3216
3217 * isearchb.el (isearchb): Don't pass a spurious second argument to
3218 `iswitchb-completions'.
3219
3220 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3223 to preserve point.
3224 (gdb-find-file-hook): Add doc string.
3225
3226 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3227 C dereferenced pointer expression.
3228 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3229
3230 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3231
3232 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3233 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3234 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3235 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3236 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3237 Make background transparent.
3238
3239 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3240
3241 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3242 (font-lock-remove-keywords): Doc fix.
3243 (font-lock-mode-major-mode): Compiler defvar.
3244 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3245
3246 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3247 (font-lock-mode): Update `font-lock-mode-major-mode'.
3248 (font-lock-set-defaults): Compiler defvar.
3249 (font-lock-default-function): Take `font-lock-mode-major-mode'
3250 into account.
3251
3252 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3253 keep track of which major mode it enabled the minor mode for.
3254 Use find-file-hook again. Update docstring.
3255
3256 * simple.el (eval-expression-print-level)
3257 (eval-expression-print-length, eval-expression-debug-on-error):
3258 Doc fixes.
3259
3260 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3261
3262 * iswitchb.el (iswitchb-single-match-face)
3263 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3264 (iswitchb-invalid-regexp-face): New faces.
3265 (iswitchb-completions): Use them.
3266 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3267 now marked as an obsolete alias.
3268 (iswitchb-read-buffer): Remove check for bound font variables.
3269 (iswitchb-invalid-regexp): New free variable.
3270 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3271 set iswitchb-invalid-regexp.
3272 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3273 invalid regexps.
3274 (iswitchb-completions): Add check for complete match when entering
3275 a regexp.
3276 (iswitchb-completions): Remove require-match argument.
3277 (iswitchb-exhibit): Fix caller.
3278 (iswitchb-common-match-inserted): New variable.
3279 (iswitchb-complete, iswitchb-completion-help): Use it.
3280
3281 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3282
3283 * url-http.el (url-http-chunked-encoding-after-change-function):
3284 Use `url-http-debug' instead of `message'.
3285
3286 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3287
3288 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3289 callback argument.
3290
3291 2005-06-04 Kim F. Storm <storm@cua.dk>
3292
3293 * simple.el (line-move): Only call sit-for when moving backwards.
3294
3295 * ido.el (ido-make-merged-file-list-1): New defun split from
3296 ido-make-merged-file-list.
3297 (ido-make-merged-file-list): Bind throw-on-input around call to
3298 ido-make-merged-file-list-1. Return input-pending-p if
3299 interrupted by more input available.
3300 (ido-read-internal): Handle input-pending-p return value from
3301 ido-make-merged-file-list.
3302
3303 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3306 compatibility code.
3307
3308 * international/latexenc.el (latexenc-find-file-coding-system):
3309 Don't inherit the EOL part of the coding-system from the
3310 tex-main buffer. Fit within 80 columns.
3311
3312 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3313
3314 * tmm.el (tmm-inactive-face): New face.
3315 (tmm-remove-inactive-mouse-face): New function.
3316 (tmm-prompt, tmm-add-one-shortcut)
3317 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3318 but not selectable.
3319
3320 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3321
3322 * faces.el (face-equal): Improve argument/docstring consistency.
3323
3324 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3325
3326 * progmodes/make-mode.el (makefile-targets-face)
3327 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3328 (makefile-bsdmake-dependency-regex)
3329 (makefile-makepp-rule-action-regex)
3330 (makefile-bsdmake-rule-action-regex): New constants.
3331 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3332
3333 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3334 Allow (...) within `...' for makepp messages.
3335
3336 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3337
3338 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3339
3340 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3341 "." files are deleted from all file lists before comparison.
3342
3343 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3344 (viper-ESC-key): Made them customizable.
3345
3346 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3347
3348 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3349
3350 * autorevert.el (auto-revert-buffers): Use save-match-data.
3351
3352 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3355 menu items with a nil command binding.
3356
3357 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * emacs-lisp/cl-macs.el (defsetf):
3360 Improve argument/docstring consistency.
3361
3362 * faces.el (list-faces-display): Improve the formatting by
3363 computing the maximum length required for any face-name (reworked
3364 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3365 (internal-find-face): Remove redundant info in docstring.
3366
3367 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3368
3369 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3370 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3371 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3372 (gdb-assembler-custom): Improve regexps.
3373 (def-gdb-auto-update-handler): Use window point to preserve point.
3374
3375 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3378
3379 2005-05-31 Jay Belanger <belanger@truman.edu>
3380
3381 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3382 to calc-embedded.
3383 (calc-embedded-make-info): Have plain prefix argument select
3384 entire line.
3385
3386 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3387
3388 * faces.el (list-faces-display): Signal error if passed a regexp
3389 that matches no face name.
3390
3391 * simple.el (filter-buffer-substring): Fix typo in docstring.
3392
3393 2005-05-31 Richard M. Stallman <rms@gnu.org>
3394
3395 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3396 (vhdl-emacs-21): Doc fix.
3397 (vhdl-mode): Unconditionally set comment-padding.
3398 (vhdl-fixup-whitespace-region): Insert spaces only where
3399 there are none.
3400 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3401
3402 2005-05-30 John Wiegley <johnw@newartisans.com>
3403
3404 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3405 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3406 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3407 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3408 `string-to-number'.
3409
3410 2005-05-30 Jay Belanger <belanger@truman.edu>
3411
3412 * calc/calc.el (calc-bug-address): Fix docstring.
3413 (calc-window-hook, calc-trail-window-hook): New variables.
3414 (calc-trail-display): Restore use of calc-trail-window-hook.
3415 (calc): Restore use of calc-window-hook.
3416
3417 2005-05-31 Masatake YAMATO <jet@gyve.org>
3418
3419 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3420
3421 * help-fns.el (help-C-file-name): Add autoload mark for
3422 `find-function-noselect'.
3423
3424 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3427 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3428
3429 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3430
3431 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3432 included diary buffer if it was not already being visited.
3433 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3434
3435 * calendar/icalendar.el (top-level): Do not require 'appt.
3436
3437 * mail/supercite.el (sc-select-attribution): Only use a list
3438 element from sc-attrib-selection-list if it returns a string.
3439 Reported by Davide G. M. Salvetti <salve@debian.org>.
3440
3441 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3444 includes a hash value to improve its uniqueness, and has a ".jpg"
3445 extension. Also, it is now a valid filename on all systems.
3446 (thumbs-make-thumb): Use `let', not `let*'.
3447 (thumbs-show-thumbs-list): Check for JPEG availability.
3448
3449 2005-05-30 Richard M. Stallman <rms@gnu.org>
3450
3451 * filesets.el (filesets-menu-ensure-use-cached):
3452 Prevent warning when emacs-version>= is undefined.
3453
3454 * printing.el (pr-interactive-n-up): Use string-to-number.
3455
3456 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3457
3458 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3459 Warn only when name to be defined is quoted.
3460
3461 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3462
3463 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3464 Make regexp more robust.
3465 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3466 Force regeneration of disassembly.
3467
3468 2005-05-29 Jay Belanger <belanger@truman.edu>
3469
3470 * calc/calc.el (calc-user-invocation): Check if
3471 calc-invocation-macro is non-nil.
3472
3473 2005-05-29 Juri Linkov <juri@jurta.org>
3474
3475 * add-log.el (change-log-font-lock-keywords):
3476 Add `+' to e-mail regexp to accept mail address with keywords.
3477
3478 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3479
3480 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3483
3484 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3485
3486 2005-05-29 Richard M. Stallman <rms@gnu.org>
3487
3488 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3489 Undo the change that moves to end of the current word.
3490
3491 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3492
3493 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3494 Throw error when count <= 0 to ensure input is a number.
3495 (gdb-read-memory-custom): Pick up address from buffer.
3496 (gdb-memory-mode): Allow user to increment and decrement
3497 memory address from header line.
3498
3499 2005-05-29 Richard M. Stallman <rms@gnu.org>
3500
3501 * flyspell.el (flyspell-version): Function deleted.
3502 (flyspell-auto-correct-previous-hook): Doc fix.
3503
3504 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3505 Do nothing if memory is full.
3506
3507 * font-lock.el (font-lock-fontify-syntactically-region):
3508 Pass t for GREEDY to looking-back.
3509
3510 * saveplace.el (save-place-alist-to-file): Write the file
3511 using write-region.
3512
3513 * subr.el (looking-back): New argument GREEDY.
3514
3515 * progmodes/compile.el (compilation-start): Set the mode
3516 before inserting the initial text.
3517
3518 * progmodes/which-func.el (which-func-update-1): Turn the mode
3519 off in case of error by setting which-func-mode.
3520
3521 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3522
3523 * flyspell.el (flyspell-auto-correct-previous-word):
3524 Narrow down to what's on the screen, and recenter overlays
3525 at the end of the next word.
3526
3527 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3528
3529 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3530 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3531 (flyspell-abbrev-p): Default to nil.
3532 (flyspell-use-global-abbrev-table-p): Doc fix.
3533 (flyspell-large-region): Allow nil as value.
3534 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3535
3536 (mail-mode-flyspell-verify): More robust handling
3537 of `mail-header-separator'. More efficient signature detection.
3538 Allow for regexp metacharacters in message-header-separator.
3539 Adding `To' not to be checked in mail-mode-flyspell-verify.
3540
3541 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3542 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3543 Bind flyspell-auto-correct-binding.
3544 Bind C-. and C-, .
3545 (flyspell-mode-map): Likewise.
3546 (flyspell-mode): Doc fix.
3547 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3548 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3549 (flyspell-word-cache-result): New var, always local.
3550 (flyspell-check-pre-word-p): Doc fix.
3551 (flyspell-check-changed-word-p): Handle spc like newline.
3552 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3553 (flyspell-word-search-backward, flyspell-word-search-forward):
3554 New functions.
3555 (flyspell-word): Return t if nothing to check.
3556 When parsing TeX code, check for after } or \.
3557 Use flyspell-word-search-backward to find previous word.
3558 Return nil if duplicated word.
3559 For word already checked, return same value as last time.
3560 Set flyspell-word-cache-result after checking.
3561 Don't clobber the return value.
3562 (flyspell-get-word): Major rewrite.
3563 (flyspell-external-point-words): New locals pword, pcount.
3564 Fix size used in progress message.
3565 Find the proper corresponding word in flyspell-large-region-buffer.
3566 (flyspell-region): Check for flyspell-large-region = nil.
3567 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3568 (flyspell-auto-correct-word): Check that WORD is a cons.
3569 (flyspell-correct-word): Likewise.
3570
3571 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3572
3573 * progmodes/make-mode.el (makefile-rule-action-regex)
3574 (makefile-macroassign-regex, makefile-makepp-mode)
3575 (makefile-bsdmake-mode): Continuation lines may be empty.
3576 Reported by Joshua Varner.
3577 (makefile-makepp-font-lock-keywords): Add $(stem).
3578
3579 2005-05-28 Karl Berry <karl@gnu.org>
3580
3581 * textmodes/tex-mode.el: Now that tex-send-command calls
3582 shell-quote-argument (2005-03-31 change), remove all calls to
3583 shell-quote-argument; they all end up invoking tex-send-command.
3584 The double quoting loses on filenames with non-safe characters,
3585 such as "@". Reported by Frederik Fouvry.
3586
3587 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3588
3589 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3590 about preserving point.
3591
3592 2005-05-27 Jay Belanger <belanger@truman.edu>
3593
3594 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3595 Info-goto-node.
3596
3597 * calc/calc-embed.el (calc-embed-arg): New variable.
3598 (calc-do-embedded-activate, calc-embedded-activate-formula)
3599 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3600 variable by new variable.
3601 (calc-embedded-make-info): Replace undeclared variable by new
3602 variable. When selecting region with positive prefix
3603 argument, use end of previous line instead of beginning of line.
3604
3605 * calc/calc-aent.el (calc-arg-values): Declare it.
3606
3607 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3608 Declare them.
3609
3610 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3611
3612 * calc/calc.el (calc-alg-map): Declare it.
3613
3614 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3615
3616 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3617
3618 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3619 (gdb-registers-buffer, toggle-gdb-all-registers):
3620 Toggle display of floating point registers.
3621 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3622
3623 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3624 (toggle-gud-tooltip-dereference):
3625 Rename from gud-toggle-tooltip-dereference.
3626
3627 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3628
3629 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3630
3631 2005-05-27 Jay Belanger <belanger@truman.edu>
3632
3633 * calc/calc-prog.el (calc-kbd-report): Remove.
3634 (calc-kbd-query): Rewrite.
3635
3636 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * image.el (image-library-alist): Move to image.c.
3639 (image-type-available-p): Doc fix.
3640
3641 2005-05-27 Lute Kamstra <lute@gnu.org>
3642
3643 * calc/calc.el (calc):
3644 * outline.el (outline-1, outline-2, outline-3, outline-4)
3645 (outline-5, outline-6, outline-7, outline-8):
3646 * textmodes/dns-mode.el (dns-mode):
3647 * textmodes/sgml-mode.el (sgml-namespace-face):
3648 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3649 (tex-verbatim-face, tex-use-reftex):
3650 * textmodes/texinfo.el (texinfo-heading-face):
3651 Specify customization group.
3652
3653 * longlines.el: Don't require easy-mmode.
3654 (longlines-visible-face): Specify customization group.
3655
3656 2005-05-27 Kenichi Handa <handa@m17n.org>
3657
3658 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3659 encoding table of windows-1251.
3660
3661 * international/ucs-tables.el (ucs-set-table-for-input):
3662 If translation-table-for-input of a coding system is a symbol, get
3663 its translation-table property.
3664
3665 * international/code-pages.el: Don't register a coding system into
3666 non-iso-charset-alist more than once.
3667 (cp-make-coding-system): Likewise.
3668
3669 2005-05-26 John Wiegley <johnw@newartisans.com>
3670
3671 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3672 `eshell-resume-eval' is wrapped in a list, it indicates that the
3673 command was run asynchronously. In that case, unwrap the value
3674 before checking the delimiter value.
3675
3676 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3677 character before a space at the end of a line is \, assume the space
3678 is part of the last argument rather than a final argument separator.
3679
3680 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3681 is in use, and the target is `t' or `nil' (which are the most common
3682 values), don't assume that the symbol target is a buffer.
3683
3684 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3685
3686 * calendar/calendar.el (calendar-mode-line-format):
3687 Use mode-line-highlight as mouse-face.
3688
3689 * time.el (display-time-string-forms, display-time-update):
3690 Use mode-line-highlight as mouse-face.
3691
3692 2005-05-26 Jay Belanger <belanger@truman.edu>
3693
3694 * calc/calc.el (calc-language-alist): Remove extra defvar.
3695
3696 2005-05-26 Lute Kamstra <lute@gnu.org>
3697
3698 * arc-mode.el (archive-mode):
3699 * bookmark.el (bookmark-read-annotation-mode)
3700 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3701 * bs.el (bs-mode):
3702 * calc/calc-yank.el (calc-edit-mode):
3703 * calc/calc.el (calc-mode, calc-trail-mode):
3704 * calculator.el (calculator-mode):
3705 * chistory.el (command-history-mode):
3706 * comint.el:
3707 * cus-edit.el (custom-mode):
3708 * descr-text.el (describe-text-mode):
3709 * ebuff-menu.el (Electric-buffer-menu-mode):
3710 * ediff-util.el (ediff-mode):
3711 * emacs-lisp/re-builder.el (reb-mode):
3712 * emulation/vi.el (vi-mode-setup):
3713 * emulation/ws-mode.el (wordstar-mode):
3714 * eshell/esh-mode.el (eshell-mode):
3715 * forms.el (forms-mode):
3716 * help-mode.el (help-mode):
3717 * hexl.el (hexl-mode):
3718 * ibuffer.el (ibuffer-mode):
3719 * ielm.el (inferior-emacs-lisp-mode):
3720 * info.el (Info-mode, Info-edit-mode):
3721 * international/swedish.el:
3722 * ledit.el (ledit-from-lisp-mode):
3723 * locate.el (locate-mode):
3724 * mail/rmail.el (rmail-mode):
3725 * mail/rmailedit.el (rmail-edit-mode):
3726 * mail/rmailsum.el (rmail-summary-mode):
3727 * mail/supercite.el (sc-electric-mode):
3728 * net/eudc.el (eudc-mode):
3729 * net/quickurl.el (quickurl-list-mode):
3730 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3731 * obsolete/ooutline.el (outline-mode):
3732 * obsolete/options.el (Edit-options-mode):
3733 * obsolete/rnews.el (news-mode):
3734 * obsolete/rnewspost.el (news-reply-mode):
3735 * play/5x5.el (5x5-mode):
3736 * play/decipher.el (decipher-mode, decipher-stats-mode):
3737 * play/gomoku.el (gomoku-mode):
3738 * play/snake.el (snake-mode):
3739 * play/solitaire.el (solitaire-mode):
3740 * play/tetris.el (tetris-mode):
3741 * progmodes/ada-mode.el (ada-mode):
3742 * progmodes/antlr-mode.el (antlr-mode):
3743 * progmodes/autoconf.el (autoconf-mode):
3744 * progmodes/dcl-mode.el (dcl-mode):
3745 * progmodes/delphi.el (delphi-mode):
3746 * progmodes/ebrowse.el (ebrowse-tree-mode)
3747 (ebrowse-electric-list-mode, ebrowse-member-mode)
3748 (ebrowse-electric-position-mode):
3749 * progmodes/f90.el (f90-mode):
3750 * progmodes/fortran.el (fortran-mode):
3751 * progmodes/icon.el (icon-mode):
3752 * progmodes/idlw-help.el (idlwave-help-mode):
3753 * progmodes/idlw-shell.el (idlwave-shell-mode):
3754 * progmodes/idlwave.el (idlwave-mode):
3755 * progmodes/inf-lisp.el (inferior-lisp-mode):
3756 * progmodes/m4-mode.el (m4-mode):
3757 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3758 * progmodes/modula2.el (modula-2-mode):
3759 * progmodes/octave-inf.el (inferior-octave-mode):
3760 * progmodes/octave-mod.el (octave-mode):
3761 * progmodes/pascal.el (pascal-mode):
3762 * progmodes/sh-script.el (sh-mode):
3763 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3764 * progmodes/vhdl-mode.el (vhdl-mode):
3765 * progmodes/xscheme.el (scheme-interaction-mode):
3766 * replace.el (occur-mode):
3767 * ses.el (ses-mode):
3768 * simple.el (completion-list-mode):
3769 * skeleton.el:
3770 * speedbar.el (speedbar-mode):
3771 * term.el (term-mode):
3772 * terminal.el (terminal-edit-mode):
3773 * textmodes/reftex-index.el (reftex-index-mode)
3774 (reftex-index-phrases-mode):
3775 * textmodes/reftex-sel.el (reftex-select-label-mode)
3776 (reftex-select-bib-mode):
3777 * textmodes/reftex-toc.el (reftex-toc-mode):
3778 * wdired.el (wdired-change-to-wdired-mode):
3779 * wid-browse.el (widget-browse-mode):
3780 Use run-mode-hooks.
3781
3782 * array.el (array-mode):
3783 * calendar/todo-mode.el (todo-mode):
3784 * man.el (Man-mode):
3785 * play/landmark.el (lm-mode):
3786 * play/mpuz.el (mpuz-mode):
3787 Use kill-all-local-variables and run-mode-hooks.
3788
3789 * subr.el (delay-mode-hooks): Specify indentation.
3790
3791 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3792
3793 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3794
3795 2005-05-26 Jay Belanger <belanger@truman.edu>
3796
3797 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3798 of nil.
3799
3800 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3801
3802 * progmodes/gdb-ui.el (gdb-frame-address):
3803 Rename from gdb-current-address.
3804 (gdb-previous-frame-address): Rename from gdb-previous-address.
3805 (gdb-selected-frame): Rename from gdb-current-frame.
3806 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3807 (gdb-frame-number): Rename from gdb-current-stack-level.
3808 (gdb-ann3): Match new mode-name for disassembly buffer.
3809 Extend initialization of variables.
3810 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3811 (gdb-memory-mode): Use mouse-face in header line.
3812 (gdb-assembler-buffer-name): Call it disassembly and give frame
3813 in mode line.
3814 (gdb-source-spec-regexp, gdb-assembler-custom)
3815 (gdb-invalidate-assembler, gdb-frame-handler):
3816 Make robust to leading zeroes in address format.
3817
3818 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3819
3820 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3821 define `org-mode'.
3822 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3823
3824 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * log-edit.el (log-edit-changelog-entries): Distinguish between
3827 filenames like xfns.c and fns.c.
3828
3829 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3830
3831 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3832 point after reverting.
3833 (Buffer-menu-make-sort-button): Handle the case where
3834 `Buffer-menu-use-header-line' is nil.
3835
3836 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3837
3838 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3839 New funcs. In minibuffer-local-completion-map bind `]', `/'
3840 and `:' to them.
3841
3842 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * startup.el (normal-top-level): Allow modification of load-path while
3845 we're iterating over it.
3846
3847 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3850 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3851 (thumbs-resize-interactive, thumbs-insert-image)
3852 (thumbs-insert-thumb, thumbs-dired-show-marked)
3853 (thumbs-find-image-at-point, thumbs-delete-images)
3854 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3855 (thumbs-increment-image-size, thumbs-decrement-image-size):
3856 Fix typos in docstrings.
3857
3858 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3859
3860 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3861 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3862 (cperl-mode): Use them.
3863
3864 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3867 Doc fixes.
3868
3869 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3872 Bind C-d to gdb-inferior-io-eof.
3873
3874 * dired.el (dired-dnd-popup-notice): Use message-box.
3875
3876 2005-05-23 Masatake YAMATO <jet@gyve.org>
3877
3878 * bindings.el (mode-line-major-mode-keymap):
3879 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3880
3881 * faces.el (mode-line-highlight): New face.
3882
3883 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3884 as mouse-face.
3885
3886 * bindings.el (top-level, help-echo, mode-line-modified)
3887 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3888 as mouse-face.
3889
3890 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * progmodes/cc-engine.el (c-guess-basic-syntax):
3893 Remove spurious call to `zerop'.
3894
3895 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3896
3897 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3898
3899 CC Mode update to 5.30.10:
3900
3901 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3902 could go past the limit in decoration level 2, thereby causing
3903 errors during interactive fontification.
3904
3905 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3906 the file is evaluated interactively.
3907
3908 * cc-engine.el (c-guess-basic-syntax): Handle operator
3909 declarations somewhat better in C++.
3910
3911 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3912 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3913 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3914 (awk-mode): Use it.
3915 (make-local-hook): Suppress warning about obsoleteness.
3916
3917 * cc-engine.el, cc-align.el, cc-cmds.el
3918 (c-append-backslashes-forward, c-delete-backslashes-forward)
3919 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3920 Compensate for return value from `forward-line' when it has moved
3921 but not to a different line due to eob.
3922
3923 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3924 `objc-method-intro' and `objc-method-args-cont'.
3925
3926 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3927
3928 CC Mode update to 5.30.10:
3929
3930 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3931 in the copyright statement. Incidentally, change "along with GNU
3932 Emacs" to "along with this program" where it occurs.
3933
3934 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3935 so that it is interactive, hence can be found by M-x awk-mode
3936 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3937 <gmorris+emacs@ast.cam.ac.uk>.
3938
3939 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3940 Mode's regexps.
3941
3942 2005-05-23 Kevin Ryde <user42@zip.com.au>
3943
3944 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3945 c-parse-state, to avoid a lisp error (on bad code).
3946
3947 2005-05-23 Lute Kamstra <lute@gnu.org>
3948
3949 * subr.el (font-lock-defaults): Remove defvar as it's already
3950 defined in font-core.el.
3951
3952 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3953
3954 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3957 more general and work when GDB variable "print pretty" is on,
3958 as with Emacs, for example.
3959
3960 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3961
3962 * font-core.el: Update comment.
3963
3964 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3965 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3966
3967 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3968
3969 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3970
3971 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3972 and `yank-handler' in the doc strings.
3973
3974 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3977
3978 2005-05-22 Richard M. Stallman <rms@gnu.org>
3979
3980 * help.el (describe-key): Move print-help-return-message call
3981 out of conditional.
3982
3983 * progmodes/etags.el (list-tags): Use with-no-warnings.
3984
3985 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3986 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3987 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3988
3989 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3990
3991 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3992 Add defvar.
3993
3994 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3995 Use defvar, not defconst.
3996
3997 * hexl.el (hexl-follow-line): Use with-no-warnings.
3998
3999 * emulation/tpu-extras.el: Use write-file-functions instead of
4000 write-file-hooks.
4001
4002 * dired.el (dired-font-lock-keywords): Fontify files with junk
4003 extensions even if marked by -F.
4004
4005 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
4006
4007 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
4008 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
4009 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
4010 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
4011 (concatenate, list-length, get*, getf, cl-remprop):
4012 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
4013 (etypecase, progv, lexical-let, lexical-let*)
4014 (multiple-value-bind, multiple-value-setq, shiftf):
4015 Improve argument/docstring consistency.
4016
4017 * subr.el (focus-frame, unfocus-frame):
4018 Revert deletion on 2005-05-01.
4019
4020 2005-05-22 Andre Spiegel <spiegel@gnu.org>
4021
4022 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
4023 doesn't exist.
4024
4025 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
4026 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
4027
4028 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
4029
4030 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
4031 already deleted variables: auto-fill-hook, blink-paren-hook,
4032 lisp-indent-hook, inhibit-local-variables, unread-command-event,
4033 suspend-hooks, comment-indent-hook, meta-flag,
4034 before-change-function, after-change-function,
4035 font-lock-doc-string-face.
4036
4037 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4038
4039 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4040
4041 2005-05-21 Eli Zaretskii <eliz@gnu.org>
4042
4043 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
4044 rmail-dont-reply-to.
4045
4046 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4047
4048 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
4049 literal blank when splitting new-header-values.
4050
4051 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
4052
4053 * calendar/cal-menu.el (cal-menu-update): Add separator as a
4054 string so that tmm doesn't create a completion entry for it.
4055
4056 * textmodes/table.el (table-disable-menu): Ditto.
4057
4058 2005-05-21 Richard M. Stallman <rms@gnu.org>
4059
4060 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
4061
4062 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
4063
4064 * net/rcompile.el (remote-compile): Use compilation-start.
4065
4066 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
4067
4068 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
4069
4070 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4071 Default to makefile-bsdmake-mode on BSD systems.
4072
4073 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4074 REGEXP may also be a search function now. The part of doc-string
4075 for describing the structure was 95% identical to that of
4076 `imenu--generic-function'. Unify it there.
4077
4078 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4079 Use function to find dependencies, because regexp alone is so complex,
4080 it easily goes into an endless loop.
4081 (makefile-makepp-mode): Also add submenu for Perl functions
4082 defined in the makefile.
4083 (makefile-bsdmake-mode): Special imenu-generic-expression no
4084 longer needed, due to function call.
4085 (makefile-match-dependency): Take BOUND into account when checking
4086 if we're through.
4087
4088 2005-05-20 Jay Belanger <belanger@truman.edu>
4089
4090 * calc/calc-units.el (calc-invalidate-units-table):
4091 Use inhibit-read-only.
4092 (math-build-units-table-buffer): Use view-mode.
4093
4094 2005-05-20 David Kastrup <dak@gnu.org>
4095
4096 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4097 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4098
4099 2005-05-20 Lute Kamstra <lute@gnu.org>
4100
4101 * diff-mode.el (diff-header-face, diff-file-header-face)
4102 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4103 (diff-added-face, diff-changed-face, diff-function-face)
4104 (diff-context-face, diff-nonexistent-face): Put them in the
4105 diff-mode customization group.
4106
4107 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4110
4111 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4112
4113 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4114 Minor regexp-optimization.
4115
4116 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4117
4118 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4119 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4120 (org-agenda-add-time-grid-maybe): New function.
4121 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4122 (org-table-create): `dotimes' instead of `mapcar'.
4123 (org-xor): Simplify implementation.
4124 (org-agenda): `inhibit-redisplay' turned on.
4125 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4126 a consistent line after a state change.
4127 (org-agenda-remove-times-when-in-prefix): New option.
4128 (org-prefix-has-time): New variable.
4129 (org-parse-time-string): Optional argument NODEFAULT.
4130 (org-format-agenda-item): Parse items for time-of-day
4131 specifications and move these into the prefix if possible.
4132 (org-agenda-priority): Get current heading, not previous heading
4133 during agenda remote editing.
4134
4135 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4138 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4139 (remove-duplicates, delete-duplicates, substitute)
4140 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4141 (nsubstitute-if-not, find, find-if, find-if-not, position)
4142 (position-if, position-if-not, count, count-if, count-if-not)
4143 (mismatch, search, sort*, stable-sort, merge, member*)
4144 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4145 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4146 (intersection, nintersection, set-difference, nset-difference)
4147 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4148 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4149 (nsublis, tree-equal): Improve argument/docstring consistency.
4150
4151 * subr.el (send-string, send-region):
4152 Remove obsolescence declaration.
4153 (window-dot, set-window-dot, read-input, show-buffer)
4154 (eval-current-buffer, string-to-int):
4155 Add release number to obsolescence declarations.
4156
4157 2005-05-19 Kim F. Storm <storm@cua.dk>
4158
4159 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4160 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4161
4162 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4163
4164 * faces.el (list-faces-display): Make back button respect optional
4165 regexp arg.
4166
4167 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4168
4169 * calculator.el (calculator-radix-grouping-mode)
4170 (calculator-radix-grouping-digits, calculator-displayer)
4171 (calculator-radix-grouping-separator, calculator-copy-displayer):
4172 * dabbrev.el (dabbrev-search-these-buffers-only):
4173 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4174 (diff-advance-after-apply-hunk, diff-mode-hook)
4175 (diff-minor-mode-prefix):
4176 * imenu.el (imenu-use-popup-menu):
4177 * jit-lock.el (jit-lock-context-time):
4178 * newcomment.el (comment-fill-column, comment-column)
4179 (comment-style, comment-padding, comment-multi-line)
4180 (comment-empty-lines, comment-auto-fill-only-comments):
4181 * reveal.el (reveal-around-mark):
4182 * uniquify.el (uniquify-buffer-name-style)
4183 (uniquify-after-kill-buffer-p)
4184 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4185 (uniquify-min-dir-content, uniquify-separator)
4186 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4187 * w32-vars.el (w32-fixed-font-alist):
4188 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4189 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4190 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4191 * progmodes/perl-mode.el (perl-indent-level)
4192 (perl-continued-statement-offset, perl-continued-brace-offset)
4193 (perl-brace-offset, perl-brace-imaginary-offset)
4194 (perl-label-offset, perl-indent-continued-arguments)
4195 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4196 * progmodes/tcl.el (tcl-indent-level)
4197 (tcl-continued-indent-level, tcl-auto-newline)
4198 (tcl-tab-always-indent, tcl-electric-hash-style)
4199 (tcl-help-directory-list, tcl-use-smart-word-finder)
4200 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4201 (inferior-tcl-source-command):
4202 * textmodes/fill.el (enable-kinsoku):
4203 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4204 * textmodes/table.el (table-yank-handler):
4205 Specify missing group (and type, if simple) in defcustom.
4206
4207 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4210
4211 2005-05-19 Richard M. Stallman <rms@gnu.org>
4212
4213 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4214
4215 * subr.el (event-basic-type): Don't get an error.
4216 (left-fringe-p): Function deleted.
4217
4218 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4219 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4220
4221 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4222 in recursive copy.
4223
4224 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4225
4226 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4227
4228 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4229 Call byte-compile-nogroup-warn if appropriate.
4230
4231 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4232 (compilation-set-window): Don't call left-fringe-p; do it directly.
4233
4234 2005-05-19 Jay Belanger <belanger@truman.edu>
4235
4236 * calc/calc-graph.el (calc-graph-format-data): Make sure
4237 var-PlotRejects is bound before trying to check its value.
4238
4239 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4240
4241 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4242 definition of this variable from reftex-global.el to reftex.el,
4243 because it is needed in the menu.
4244
4245 2005-05-19 Lute Kamstra <lute@gnu.org>
4246
4247 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4248 years are fixed. Don't insert a space after a dash.
4249
4250 2005-05-19 Kim F. Storm <storm@cua.dk>
4251
4252 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4253
4254 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4255
4256 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4257 strings, because (eq ... ?\\) is fairly frequent.
4258
4259 * progmodes/make-mode.el (makefile-add-this-line-targets):
4260 Simplify and integrate into `makefile-pickup-targets'.
4261 (makefile-add-this-line-macro): Simplify and integrate into
4262 `makefile-pickup-macros.
4263 (makefile-pickup-filenames-as-targets): Simplify.
4264 (makefile-previous-dependency, makefile-match-dependency):
4265 Don't stumble over `::'.
4266
4267 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4268
4269 * subr.el (post-command-idle-hook, post-command-idle-delay):
4270 Remove obsoletion of post-command-idle-hook and
4271 post-command-idle-delay.
4272
4273 * faces.el (list-faces-display): Provide button when describe-face
4274 is called to take user back to the list of faces.
4275
4276 * help-fns.el (describe-variable): Remove hyperlinks in a
4277 variable's value as these are quite frequently inappropriate.
4278
4279 * follow.el (follow-submit-feedback, follow-mode):
4280 Remove references to post-command-idle-hook.
4281
4282 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4283
4284 * progmodes/make-mode.el (makefile-previous-dependency)
4285 (makefile-match-dependency): Check for := (and in bsd mode also
4286 !=) to give a better result, even when font-lock is not on.
4287
4288 2005-05-18 Jay Belanger <belanger@truman.edu>
4289
4290 * calc/calc-help.el (calc-s-prefix-help):
4291 Add `calc-copy-special-constant' to help string.
4292
4293 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4294
4295 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4296
4297 2005-05-18 Jay Belanger <belanger@truman.edu>
4298
4299 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4300 in linear factors are in proper order.
4301
4302 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4303
4304 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4305 Support for jurabib.
4306
4307 * textmodes/reftex.el (featurep): Define aliases for overlay
4308 commands, for XEmacs compatibility, and use these aliases in
4309 overlay initializations.
4310 (reftex-highlight): Use `reftex-move-overlay'.
4311 (reftex-unhighlight): Use `reftex-delete-overlay'.
4312 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4313 (reftex-access-search-path): Use `reftex-uniquify' instead of
4314 `reftex-uniq'
4315
4316 * textmodes/reftex-sel.el (reftex-select-unmark):
4317 Overlay `before-string' property modification enables for Emacs as well.
4318 (reftex-select-item): Use `reftex-delete-overlay'.
4319 (reftex-select-mark): Use `reftex-make-overlay' and
4320 `reftex-overlay-put'.
4321 (reftex-select-unmark): Use `reftex-delete-overlay' and
4322 `reftex-overlay-put'.
4323
4324 2005-05-18 Lute Kamstra <lute@gnu.org>
4325
4326 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4327
4328 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * add-log.el (add-change-log-entry):
4331 * array.el (array-make-template, array-reconfigure-rows)
4332 (array-init-max-row, array-init-max-column)
4333 (array-init-columns-per-line, array-init-field-width):
4334 * replace.el (replace-match-maybe-edit, perform-replace):
4335 * textmodes/spell.el (spell-region):
4336 Replace `read-input' by `read-string'.
4337
4338 * forms.el (forms-mode):
4339 * finder.el (finder-compile-keywords):
4340 * shadowfile.el (shadow-read-files):
4341 Replace `eval-current-buffer' by `eval-buffer'.
4342
4343 * terminal.el (te-pass-through):
4344 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4345 (ange-ftp-raw-send-cmd):
4346 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4347 (send-process-next-char, telnet-initial-filter, telnet):
4348 Replace `send-string' by `process-send-string'.
4349
4350 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4351 (prolog-consult-region): Replace `send-string' by
4352 `process-send-string'; replace `send-region' by `process-send-region'.
4353
4354 * progmodes/delphi.el (delphi-log-msg):
4355 Replace `set-window-dot' by `set-window-point'.
4356
4357 * subr.el (window-dot, set-window-dot, read-input, send-string)
4358 (send-region, show-buffer, eval-current-buffer):
4359 Make really obsolete, as the comment says.
4360
4361 2005-05-17 Kim F. Storm <storm@cua.dk>
4362
4363 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4364 (cua--init-keymaps): Bind C-return instead of S-return to set
4365 rectangle mark.
4366
4367 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4368 instead of S-return to toggle/clear rectangle mark.
4369
4370 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4371
4372 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4373 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4374 Also fontify plain strings assigned to variables, mostly so that a
4375 colon has a face and is thus not taken as a dependency separator.
4376 (makefile-previous-dependency): Inline the new matcher, because it
4377 is too complex to work in both directions.
4378 (makefile-match-dependency): Eliminate `backward' arg (see above).
4379 Completely reimplemented so as to not sometimes go into an endless
4380 loop. It should also be more efficient, because first it only
4381 searches for `:', instead of applying the very complex regexp.
4382 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4383 to be fontified in one piece can be too long for JIT.
4384 Makefiles are never *that* big.
4385
4386 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4387
4388 * dired.el (dired-mode): Simplify.
4389
4390 2005-05-17 Lute Kamstra <lute@gnu.org>
4391
4392 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4393 defcustom for the mode hook variable.
4394
4395 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4396 Emacs Lisp Reference Manual.
4397
4398 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4399
4400 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4401 (evenp, list*):
4402 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4403 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4404
4405 * net/tramp-smb.el (tramp-smb-open-connection):
4406 Pass `tramp-chunksize' as fifth (required) argument.
4407
4408 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4409
4410 * font-lock.el (lisp-font-lock-keywords-1):
4411 Set `font-lock-negation-char-face' for [^...] char group.
4412 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4413
4414 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4415 a var, and refine it to mask one more level of nested vars.
4416 (makefile-rule-action-regex): Turn it into a var, and refine it so
4417 it recognizes backslashed continuation lines as belonging to the
4418 same command.
4419 (makefile-macroassign-regex): Refine it so it recognizes
4420 backslashed continuation lines as belonging to the same command.
4421 (makefile-var-use-regex): Don't look at the next char, because it
4422 might be the same one to be skipped by the initial [^$], leading
4423 to an overlooked variable use.
4424 (makefile-make-font-lock-keywords): Remove two parameters, which
4425 are now variables that some of the modes set locally.
4426 Handle dependency and rule action matching through functions, because
4427 regexps alone match too often. Dependency matching now comes
4428 last, so it can check, whether a colon already matched something else.
4429 (makefile-mode): Inform that font-lock improves makefile parsing
4430 capabilities.
4431 (makefile-match-dependency, makefile-match-action): New functions.
4432
4433 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4436
4437 * align.el (align-regexp):
4438 * ansi-color.el (ansi-color-get-face):
4439 * array.el (array-reconfigure-rows, array-init-max-row)
4440 (array-init-max-column, array-init-columns-per-line)
4441 (array-init-field-width):
4442 * dired-aux.el (dired-trample-file-versions):
4443 * dired-x.el (dired-mark-sexp):
4444 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4445 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4446 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4447 * faces.el (face-read-integer):
4448 * files.el (backup-extract-version, insert-directory):
4449 * hexl.el (hexl-insert-decimal-char):
4450 * server.el (server-process-filter):
4451 * shell.el (shell-extract-num):
4452 * startup.el (command-line-1):
4453 * term.el (term-command-hook):
4454 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4455 (time-stamp-do-number):
4456 * time.el (display-time-update):
4457 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4458 (timezone-fix-time):
4459 * vms-patch.el (vms-suspend-resume-hook):
4460 * calendar/appt.el (appt-convert-time):
4461 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4462 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4463 * calendar/cal-islam.el (mark-islamic-diary-entries):
4464 * calendar/calendar.el (calendar-cursor-to-date)
4465 (calendar-star-date):
4466 * calendar/diary-lib.el (diary-attrtype-convert)
4467 (mark-diary-entries, diary-entry-time):
4468 * calendar/solar.el (solar-get-number):
4469 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4470 * emacs-lisp/re-builder.el (reb-display-subexp):
4471 * emulation/edt.el (edt-set-scroll-margins):
4472 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4473 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4474 (vip-get-ex-count):
4475 * emulation/viper-ex.el (viper-get-ex-token)
4476 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4477 * international/fontset.el (fontset-plain-name):
4478 * mail/feedmail.el (feedmail-look-at-queue-directory):
4479 * mail/mailalias.el (mail-get-names):
4480 * mail/rmail.el (rmail-convert-to-babyl-format):
4481 * mail/rmailsum.el (rmail-make-basic-summary-line)
4482 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4483 (rmail-summary-goto-msg):
4484 * mail/smtpmail.el (smtpmail-read-response):
4485 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4486 (ange-ftp-vms-add-file-entry):
4487 * play/gametree.el (gametree-looking-at-ply)
4488 (gametree-current-branch-score):
4489 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4490 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4491 * progmodes/cperl-mode.el (condition-case):
4492 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4493 (ebrowse-set-member-buffer-column-width)
4494 (ebrowse-select-1st-to-9nth):
4495 * progmodes/etags.el (etags-snarf-tag):
4496 * progmodes/flymake.el (flymake-parse-line):
4497 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4498 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4499 (idlwave-shell-menu-def):
4500 * progmodes/ps-mode.el (ps-run-goto-error):
4501 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4502 (vhdl-speedbar-contract-level):
4503 * term/mac-win.el (x-handle-numeric-switch):
4504 * term/sun-mouse.el (sun-get-frame-data):
4505 * term/w32-win.el (x-handle-numeric-switch):
4506 * term/x-win.el (x-handle-numeric-switch):
4507 * textmodes/ispell.el (ispell-parse-output):
4508 * textmodes/nroff-mode.el (nroff-outline-level):
4509 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4510 (reftex-bib-sort-year-reverse, reftex-format-citation):
4511 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4512 (reftex-section-number):
4513 * textmodes/texinfmt.el (texinfo-paragraphindent):
4514 Replace `string-to-int' by `string-to-number'.
4515
4516 * international/latexenc.el: Add page marker to force the "Local
4517 Variables:" string out of the last page.
4518
4519 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4520
4521 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4522 tooltip-change-major-mode.
4523 (gud-tooltip-print-command): Remove case where gud-minor-mode
4524 is gdb ("--fullname").
4525 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4526 explain to user.
4527
4528 2005-05-16 Jay Belanger <belanger@truman.edu>
4529
4530 * calc/calc-store.el (calc-copy-special-constant): New function.
4531
4532 * calc/calc-ext.el (calc-init-extensions): Add binding for
4533 `calc-copy-special-constant'.
4534
4535 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4536 for the `calc-copy-special-constant' command.
4537
4538 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * subr.el (left-fringe-p): New function.
4541
4542 * progmodes/compile.el (compilation-setup): Set local value of
4543 overlay-arrow-string to "" always.
4544 (compilation-set-window): Left fringe then don't scroll.
4545 No left fringe then no arrow and scroll message to top.
4546 (compilation-context-lines): Adjust doc string accordingly.
4547
4548 2005-05-16 Kim F. Storm <storm@cua.dk>
4549
4550 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4551 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4552 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4553 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4554 (ido-read-file-name): Handle commands with ido property value
4555 equal to find-file as reading a file name, to allow C-d to enter dired.
4556 (ibuffer-find-file): Add ido property with value find-file.
4557
4558 2005-05-15 Kim F. Storm <storm@cua.dk>
4559
4560 * subr.el (open-network-stream-nowait): Remove.
4561 (open-network-stream-server): Remove.
4562
4563 2005-05-15 Richard M. Stallman <rms@gnu.org>
4564
4565 * faces.el (describe-face): Output a definition link button.
4566
4567 * help-mode.el (help-face-def): New button type.
4568
4569 * emacs-lisp/copyright.el (copyright-fix-years):
4570 Match properly if the first year is 2-digit.
4571 Don't mess up the whitespace after the years by filling.
4572
4573 * dired-aux.el (dired-mark-confirm):
4574 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4575
4576 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4577 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4578 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4579
4580 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4581 Set font-lock-comment-start-skip.
4582
4583 * font-lock.el (font-lock-comment-start-skip): New variable.
4584 (font-lock-comment-end-skip): New variable.
4585 (font-lock-fontify-syntactically-region): Use them if non-nil.
4586
4587 2005-05-15 Jay Belanger <belanger@truman.edu>
4588
4589 * calc/calc-store.el (calc-store-value): Return a string rather
4590 than display it as a message.
4591 Use calc-var-name for variable name.
4592 (calc-store-into): Add the result of calc-store-value to message.
4593 (calc-copy-variable): Add a message.
4594 (calc-store-exchange): Improve error messages.
4595 (calc-store-binary, calc-store-map): Don't reset the values of
4596 special constants.
4597
4598 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4601 manual to docstring.
4602
4603 * files.el (hack-local-variables-confirm): Add STRING argument.
4604 Make the function handle non file visiting buffers correctly.
4605 (hack-local-variables-prop-line, hack-local-variables)
4606 (hack-one-local-variable): Use STRING arg of
4607 `hack-local-variables-confirm'.
4608
4609 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4610
4611 Sync with Tramp 2.0.49.
4612
4613 * tramp.el (tramp-handle-dired-call-process)
4614 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4615 because the contents of the Tramp buffer is changed before
4616 insertion (`expand-file' and alike).
4617 (tramp-handle-insert-directory): If `localname' has an empty
4618 nondirectory name, it must not be quoted.
4619 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4620 variable `tramp-chunksize'. Change callees.
4621 (tramp-open-connection-setup-interactive-shell): Check remote host
4622 for buggy `send-process-string' implementation.
4623 Set `tramp-chunksize' if found. Reported by Michael Kifer
4624 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4625 (tramp-handle-shell-command): `insert-buffer' cannot be used
4626 because the contents of the Tramp buffer is changed before
4627 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4628 <frederic.bothamy@free.fr>.
4629 (tramp-set-auto-save): Actions should be done for Tramp file name
4630 handler only. Ange-FTP has its own auto-save mechanism.
4631 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4632 (tramp-set-auto-save-file-modes): Set file modes of
4633 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4634 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4635 (tramp-bug): Remove obsolete variable.
4636 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4637 for presence of `mml-mode'. Make it running for older Emacsen as well.
4638
4639 2005-05-14 John Paul Wallington <jpw@pobox.com>
4640
4641 * ibuf-ext.el (define-ibuffer-filter filename):
4642 If `dired-directory' is a list, use its car.
4643
4644 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4645
4646 * ibuffer.el (define-ibuffer-column filename):
4647 If `dired-directory' is a list, use its car.
4648
4649 2005-05-14 Richard M. Stallman <rms@gnu.org>
4650
4651 * subr.el (symbol-file): Doc fix.
4652
4653 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4654 (byte-compile-form): Call byte-compile-nogroup-warn.
4655 (byte-compile-warning-types): Doc fix.
4656
4657 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4658
4659 * progmodes/cc-engine.el (c-literal-faces):
4660 Add font-lock-comment-delimiter-face.
4661
4662 * net/net-utils.el (dig): Use with-no-warnings.
4663
4664 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4665 (sc-recite-frame-alist, sc-default-cite-frame)
4666 (sc-default-uncite-frame, sc-default-recite-frame)
4667 (sc-attrib-selection-list, sc-rewrite-header-list):
4668 Mark as risky-local-variable.
4669
4670 * international/ogonek.el (ogonek-jak, ogonek-how):
4671 Don't use beginning-of-buffer.
4672
4673 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4674
4675 * calendar/solar.el (solar-data-list): Move definition up.
4676
4677 * dnd.el (dnd-protocol-alist): Add autoload.
4678
4679 * progmodes/sh-script.el: Many doc usage fixes.
4680 (sh-indent-after-do): Change default to match common styles.
4681
4682 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4683
4684 * files.el (interpreter-mode-alist)
4685 (auto-mode-interpreter-regexp): Doc fixes.
4686
4687 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4688
4689 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4690
4691 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4692
4693 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4694
4695 * dired.el (dired-mode): make-variable-buffer-local =>
4696 make-local-variable.
4697
4698 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4699
4700 * term/mac-win.el (mac-select-convert-to-string): Try coding
4701 systems in mac-script-code-coding-systems if specified one cannot
4702 encode string for `com.apple.traditional-mac-plain-text'.
4703
4704 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4705
4706 * progmodes/make-mode.el (makefile-targets-face)
4707 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4708 (makefile-dependency-regex): Fix it to not make the colon in
4709 $(var:a=b) special.
4710 (makefile-rule-action-regex): New regexp for highlighting embedded
4711 Shell strings.
4712 (makefile-macroassign-regex): Handle != for highlighting as
4713 embedded Shell strings.
4714 (makefile-var-use-regex): New const.
4715 (makefile-statements, makefile-automake-statements)
4716 (makefile-gmake-statements, makefile-makepp-statements)
4717 (makefile-bsdmake-statements): New consts.
4718 (makefile-make-font-lock-keywords): New function.
4719 (makefile-automake-font-lock-keywords)
4720 (makefile-gmake-font-lock-keywords)
4721 (makefile-makepp-font-lock-keywords)
4722 (makefile-bsdmake-font-lock-keywords): New consts.
4723 (makefile-mode-map): Add switchers between the various submodes.
4724 (makefile-mode): Document the availability of the variants.
4725 (makefile-automake-mode, makefile-gmake-mode)
4726 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4727
4728 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4729 new variants of makefile-mode.
4730
4731 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4734 the inheritance.
4735
4736 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4737
4738 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4739 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4740
4741 * files.el (normal-mode): Extend the scope of the
4742 `enable-local-variables' binding to include the `set-auto-mode' call.
4743 (magic-mode-alist): Doc fix.
4744
4745 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4748 font-lock-comment-face rather than copying its setting.
4749
4750 2005-05-12 Andreas Schwab <schwab@suse.de>
4751
4752 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4753
4754 2005-05-12 Lute Kamstra <lute@gnu.org>
4755
4756 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4757 defcustom for the mode hook variable. Delete the last argument.
4758 * generic-x.el: Fix callers of define-generic-mode.
4759 (generic-x-modes): Delete group.
4760 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4761 generic-x customization group.
4762
4763 2005-05-12 Kim F. Storm <storm@cua.dk>
4764
4765 * font-lock.el (font-lock-negation-char-face): Default to "off".
4766
4767 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4768 font-lock-negation-char-face to ! in !=.
4769
4770 2005-05-12 Masatake YAMATO <jet@gyve.org>
4771
4772 * add-log.el (find-change-log): Fix typos in the docstring
4773 of function.
4774
4775 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4776
4777 * international/latexenc.el (latexenc-find-file-coding-system):
4778 Avoid `re-search-forward' when looking for input encoding because
4779 of speed and safety. Better regular expressions for recognizing
4780 input encoding. Limit a search for TeX-master/tex-main-file to
4781 the local variable section.
4782
4783 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4784
4785 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4786 syntax of $ to "'" (quote).
4787
4788 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4789
4790 * dnd.el (dnd-protocol-alist): Improve custom type.
4791
4792 * dired.el (dired-dnd-protocol-alist): New variable.
4793 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4794 `dired-mode-hook' to the end.
4795
4796 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4799 comment-end if comment-start-skip is not set.
4800 Obey the font-lock-comment-delimiter-face variables.
4801
4802 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * files.el (executable-find): Move from executable.el. Use locate-file.
4805 * progmodes/executable.el (executable-find): Move to files.el.
4806
4807 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4808 when trying to ensure forward progress.
4809
4810 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4813 (mouse-select, mouse-select-internal, mouse-extend-internal):
4814 Use it to implement mouse-1-click-follows-link functionality.
4815
4816 2005-05-11 Richard M. Stallman <rms@gnu.org>
4817
4818 * font-lock.el (font-lock-fontify-syntactically-region):
4819 Use font-lock-comment-delimiter-face for comment delimiters.
4820
4821 2005-05-10 Jay Belanger <belanger@truman.edu>
4822
4823 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4824 preserving embedded modes.
4825
4826 2005-05-10 Richard M. Stallman <rms@gnu.org>
4827
4828 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4829
4830 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4831 Move from ada-stmt.el.
4832 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4833
4834 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4835 Move to ada-mode.el.
4836 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4837
4838 * cus-edit.el (custom-file): Call file-chase-links.
4839
4840 * files.el (read-directory-name): Fix previous change.
4841 (hack-local-variables-confirm): New function.
4842 (hack-local-variables-prop-line, hack-local-variables)
4843 (hack-one-local-variable): Use it.
4844
4845 2005-05-10 Lute Kamstra <lute@gnu.org>
4846
4847 * font-lock.el (font-lock-keywords-alist)
4848 (font-lock-removed-keywords-alist): Clarify docstrings.
4849
4850 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4851
4852 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4853 (gdb-source-info): Check for preprocessor info.
4854 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4855 a macro for a function.
4856 (gdb-info-breakpoints-custom): Try to find file again if not already
4857 found (user might have used GDB dir command).
4858 (gdb-get-location): Update gdb-location-alist correctly for change
4859 to gdb-info-breakpoints-custom.
4860
4861 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4862 (gud-tooltip-print-command): Add gdbmi case.
4863 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4864 preprocessor info.
4865
4866 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4867
4868 * startup.el (fancy-splash-insert): Fix typo in doc string.
4869
4870 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4871
4872 * obsolete/float.el (string-to-float):
4873 * obsolete/hilit19.el (hilit-add-pattern):
4874 * obsolete/rnews.el (news-parse-range, news-select-message)
4875 (news-get-pruned-list-of-files): Replace `string-to-int' by
4876 `string-to-number'.
4877
4878 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4879 `find-file-not-found-hooks'; use `add-hook'.
4880 (uncompress-while-visiting): Set `write-file-functions', not
4881 `write-file-hooks'; use `add-hook'.
4882
4883 2005-05-09 Kim F. Storm <storm@cua.dk>
4884
4885 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4886 (cua-paste): Handle clipboard action.
4887 (cua--init-keymaps): Remap clipboard-kill-region and
4888 clipboard-kill-ring-save.
4889
4890 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4891
4892 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4893 Improve commentary.
4894
4895 * simple.el (next-error-overlay-arrow-position): Revert the change
4896 made on 2005-04-30.
4897
4898 2005-05-07 Jay Belanger <belanger@truman.edu>
4899
4900 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4901 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4902 `calc-sel-reselect'.
4903
4904 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4905 Calc is in embedded mode.
4906
4907 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4908
4909 * progmodes/compile.el (compilation-setup):
4910 Set overlay-arrow-string to an empty string on text terminals.
4911
4912 * textmodes/ispell.el (ispell-program-name): Try looking for
4913 "aspell" along exec-path, and if found, use it as the default
4914 speller program.
4915
4916 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4917
4918 * international/mule.el (sgml-xml-auto-coding-function):
4919 Recognize encoding='FOO' in single quotes as well as in double quotes.
4920
4921 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4922
4923 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4924 as well as `interactive', so that defmacro* would recognize
4925 `declare' forms.
4926
4927 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4928
4929 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4930 Explain more about the LIGHTER arg's usage in the doc string.
4931 Add commentary to clarify what the code does. Fix the regexp that
4932 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4933 since it could have characters special to regular expressions.
4934
4935 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4936
4937 * replace.el (occur-1): Bind inhibit-read-only so that
4938 erase-buffer doesn't barf on read-only text properties (likewise
4939 for add-text-properties in occur-engine). Mark buffer as unmodified.
4940 (occur-engine): Don't set buffer-read-only here.
4941
4942 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4945 list-buffers-directory. This caused the *cvs-commit* buffer to be
4946 sometimes mistakenly reused as a *cvs* buffer.
4947
4948 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4949
4950 * tooltip.el: Move code for GUD tooltips into gud.el.
4951 (require): CL no longer needed to compile case.
4952 (tooltip-mode): Do not toggle functions for GUD tooltips.
4953 (tooltip-gud-tips-p): Remove. Replace with minor mode
4954 gud-tooltip-mode in gud.el.
4955 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4956 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4957 tooltip-gud prefix with gud-tooltip and obsolete.
4958 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4959 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4960 (tooltip-mouse-motion): Mouse movement functions/variable.
4961 Rename in gud.el by adding gud prefix.
4962 (tooltip-gud-original-filter, tooltip-gud-dereference)
4963 (tooltip-gud-event, tooltip-toggle-gud-tips)
4964 (tooltip-gud-process-output, tooltip-gud-print-command)
4965 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4966 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4967 (gdb-tooltip-print): Move to gdb-ui.el.
4968
4969 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4970 (require): CL needed to compile case.
4971 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4972 tooltip-gud-tips-p. Make it a minor-mode.
4973 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4974 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4975 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4976 (gud-tooltip-change-major-mode)
4977 (gud-tooltip-activate-mouse-motions-if-enabled)
4978 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4979 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4980 (gud-tooltip-original-filter, gud-tooltip-dereference)
4981 (gud-tooltip-event, tooltip-toggle-gud-tips)
4982 (gud-tooltip-process-output, gud-tooltip-print-command)
4983 (gud-tooltip-tips): Move from tooltip.el.
4984
4985 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4986 (gdb-cpp-define-alist-flags): Doc fix.
4987 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4988 gud-tooltip-mode is t.
4989
4990 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4993 evaporate if their text is deleted.
4994 (goto-address-at-point): Make it work as a mouse binding as well.
4995 (goto-address-at-mouse): Obsolete it. Update users.
4996
4997 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4998
4999 * calendar/appt.el (top-level): No longer activate on load.
5000
5001 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * calendar/cal-bahai.el (mark-bahai-diary-entries):
5004 * net/webjump.el (webjump):
5005 * progmodes/idlw-help.el (idlwave-do-context-help1)
5006 (idlwave-highlight-linked-completions):
5007 * textmodes/po.el (po-find-file-coding-system-guts):
5008 Replace `assoc-ignore-case' by `assoc-string'.
5009
5010 2005-05-06 Eli Zaretskii <eliz@gnu.org>
5011
5012 * files.el (locate-file): Doc fix.
5013
5014 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
5015 Remove the redundant test for ms-dos.
5016
5017 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
5018 look for the preprocessor with exec-suffixes. If not found in
5019 standard places, look in exec-path. Remove most of the tests that
5020 used system-type.
5021
5022 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
5023
5024 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
5025
5026 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
5027 file-name clash with jka-compr.el on 8+3 filesystems.
5028
5029 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5030
5031 * term/mac-win.el: Don't define or bind scroll bar functions if
5032 x-toolkit-scroll-bars is t.
5033 (x-select-text, x-get-selection-value):
5034 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
5035 (PRIMARY): Put mac-scrap-name property.
5036 (mac-select-convert-to-file-url): New function.
5037 (public.file-url): New selection target type. Add to
5038 selection-converter-alist.
5039 (x-get-selection, x-selection-value): Handle it.
5040 (x-cut-buffer-or-selection-value): New alias.
5041
5042 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5043
5044 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
5045 entry to avoid calling bibtex-find-entry with arg global
5046 being t. Remove arg key.
5047 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
5048 (bibtex-copy-summary-as-kill): Change accordingly.
5049
5050 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
5053 (org-agenda-date-later): Use with-current-buffer.
5054
5055 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5056
5057 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
5058 (define-obsolete-variable-alias): Doc Fixes.
5059
5060 2005-05-06 Kim F. Storm <storm@cua.dk>
5061
5062 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
5063 vertical-motion when selective-display is active.
5064
5065 * ido.el (ido-setup-hook): New hook.
5066 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
5067 (ido-input-stack): New var.
5068 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
5069 ido-next-work-file binding to M-O.
5070 Bind M-f to ido-wide-find-file-or-pop-dir.
5071 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5072 (ido-read-internal): Run ido-setup-hook.
5073 Catch quit in read-file-name and read-string to cancel edit.
5074 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5075 Automatically pop-all when completing a directory name (RET).
5076 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5077 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5078 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5079 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5080 New functions for M-b/M-f to move among the directory components.
5081 (ido-make-merged-file-list): Catch quit to cancel merge.
5082 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5083 (ido-completion-help): No warnings for ido-completion-buffer-full.
5084
5085 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5086
5087 * font-lock.el (font-lock-negation-char-face): New face and variable.
5088 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5089 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5090 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5091 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5092
5093 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5094
5095 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5096 Fix typo in docstring.
5097
5098 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5099 (ebrowse-print-statistics-line)
5100 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5101
5102 * term/w32-win.el (image-library-alist): Add additional name for
5103 Xpm library.
5104
5105 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5106
5107 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5108 use gcc instead of cpp.
5109
5110 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5111 (gdb-create-define-alist): Use it.
5112 (gdb-cpp-define-alist-program): Update for MS-DOS.
5113
5114 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5115
5116 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5117
5118 2005-05-04 Richard M. Stallman <rms@gnu.org>
5119
5120 * help.el (describe-key): No error when UNTRANSLATED is nil.
5121
5122 * simple.el (line-move-1): Fix previous change to signal errors
5123 appropriately.
5124
5125 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5126
5127 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5128 (icalendar-duration-correction): Remove.
5129 (icalendar--get-event-properties): Split result at commas.
5130 (icalendar--decode-isoduration): New optional argument
5131 DURATION-CORRECTION.
5132 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5133 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5134 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5135 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5136 (icalendar--convert-anniversary-to-ical): New functions, extracted
5137 from icalendar-export-region, with bug fixes.
5138 (icalendar-export-region): Use the above functions.
5139 (icalendar-import-buffer): Check before saving diary file.
5140 (icalendar--convert-recurring-to-diary)
5141 (icalendar--convert-non-recurring-all-day-to-diary)
5142 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5143 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5144 (icalendar--convert-ical-to-diary): Use the above functions.
5145
5146 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5147
5148 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5149 Remove these recent additions.
5150 (c-mode): Restore to before 2005-04-28.
5151
5152 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5153 recent addition.
5154
5155 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5156 (gdb-define-alist): New variables.
5157 (gdb-create-define-alist): New function.
5158 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5159 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5160 with string-to-number.
5161 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5162
5163 * progmodes/gud.el: Replace string-to-int with string-to-number.
5164 (gud-find-file): Handle gdb-define-alist.
5165
5166 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5167
5168 2005-05-02 Jay Belanger <belanger@truman.edu>
5169
5170 * calc/calc-aent.el (math-read-token):
5171 * calc/calc-bin.el (calc-word-size):
5172 * calc/calc-ext.el (calc-read-number-fancy):
5173 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5174 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5175 * calc/calc-frac.el (calc-over-notation):
5176 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5177 (calc-graph-num-points, calc-graph-init):
5178 * calc/calc-prog.el (calc-read-parse-table-part)
5179 (calc-edit-macro-repeats):
5180 * calc/calc-yank.el (calc-do-grab-rectangle):
5181 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5182 Replace `string-to-int' by `string-to-number'.
5183
5184 2005-05-02 Kim F. Storm <storm@cua.dk>
5185
5186 * kmacro.el: Use executing-kbd-macro-index variable.
5187
5188 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5189
5190 * net/rlogin.el (rlogin-parse-words): Delete func.
5191 (rlogin): Use split-string, not rlogin-parse-words.
5192 Also, if there are option-like elements in the parsed args,
5193 take the host to be the first arg immediately following them.
5194 Suggested by Michael Mauger.
5195
5196 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5197
5198 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5199
5200 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5201
5202 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5203 (cc-mode-cpp-program): Rename to cc-define-list-program and
5204 move to cc-vars.el.
5205
5206 * progmodes/cc-vars.el (cc-define-list-program):
5207 Change to "gcc -E -dM -". Make customizable.
5208
5209 2005-05-02 Kim F. Storm <storm@cua.dk>
5210
5211 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5212
5213 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5214
5215 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5216
5217 * international/mule-util.el (truncate-string): Remove alias and
5218 obsolete declaration.
5219
5220 * international/mule-cmds.el (update-iso-coding-systems):
5221 Remove alias and obsolete declaration.
5222
5223 * international/mule.el (coding-system-parent): Remove alias and
5224 obsolete declaration.
5225
5226 * subr.el (define-function, sref): Remove aliases and obsolete
5227 declarations.
5228 (chars-in-region): Remove obsolete declaration.
5229
5230 2005-05-01 Richard M. Stallman <rms@gnu.org>
5231
5232 * info.el (Info-mode): Set widen-automatically to nil, locally.
5233
5234 * simple.el (widen-automatically): New variable.
5235 (pop-global-mark): Obey widen-automatically.
5236
5237 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5238
5239 * term/xterm.el (function-key-map): Call substitute-key-definition
5240 before the keymap size is increased by a lot of define-key calls.
5241
5242 2005-05-01 Richard M. Stallman <rms@gnu.org>
5243
5244 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5245 Rename ARG to ELEMENT. Doc fix.
5246
5247 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5250 Remove references to allout-exposure/change to allout-new-exposure.
5251
5252 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5253 bytecode symbols.
5254
5255 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5256 (compiled-function-p, focus-frame, unfocus-frame):
5257 Remove aliases and obsolete declarations.
5258 Back out inadvertent changes from previous commit.
5259
5260 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5261
5262 * files.el (require-final-newline): Make Custom tags consistent
5263 with mode-require-final-newline.
5264 (mode-require-final-newline): Doc fix.
5265
5266 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * international/latexenc.el (latexenc-find-file-coding-system):
5269 Fix regular expressions.
5270
5271 2005-05-01 David Kastrup <dak@gnu.org>
5272
5273 * international/latexenc.el (latexenc-find-file-coding-system):
5274 Fix regular expressions.
5275
5276 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5277
5278 * subr.el (string-to-int): Make obsolete.
5279
5280 2005-04-30 Richard M. Stallman <rms@gnu.org>
5281
5282 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5283
5284 * loadup.el: load jka-comp-hook.
5285
5286 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5287 (jka-compr-handler): Add autoload. `put' calls moved
5288 to jka-comp-hook.el.
5289 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5290 (jka-compr-inhibit): Autoload.
5291
5292 * jka-comp-hook.el: New file.
5293 Enable the mode by default.
5294
5295 * files.el (backup-buffer-copy): Use copy-file instead
5296 of write-region, and put back the 'excl.
5297
5298 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5299
5300 * progmodes/flymake.el (flymake-split-string)
5301 (flymake-split-string, flymake-log, flymake-pid-to-names)
5302 (flymake-reg-names, flymake-get-source-buffer-name)
5303 (flymake-unreg-names, flymake-add-line-err-info)
5304 (flymake-add-err-info): Clarify docstrings.
5305 (flymake-popup-menu, flymake-make-emacs-menu)
5306 (flymake-make-xemacs-menu): Add docstrings.
5307 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5308 Set variables directly throughout.
5309
5310 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5311
5312 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5313 exists. Initialize cc-define-alist.
5314 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5315 If there is no file (Macroexpansion) don't create an alist.
5316
5317 2005-04-29 Sam Steingold <sds@gnu.org>
5318
5319 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5320 (cc-create-define-alist): Use it instead of the hard-coded string.
5321
5322 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5325 for latexenc.
5326
5327 2005-04-29 Lute Kamstra <lute@gnu.org>
5328
5329 * emacs-lisp/generic.el: Improve commentary section.
5330 (define-generic-mode): Improve docstring.
5331
5332 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5333
5334 * textmodes/org.el (many places): Change to quiet the byte compiler.
5335 (org-prefix-format-compiled): New variable.
5336 (org-compile-prefix-format): New function.
5337 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5338 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5339 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5340 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5341 consistency with entries from `org-mode' files.
5342 (org-get-time-of-day): Fix bug with partial matches early in a line.
5343 (org-non-link-chars): New constant.
5344 (org-link-regexp): Respect `org-non-link-chars'.
5345 (org-agenda-day-view): Remove command.
5346 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5347 (org-follow-bbdb-link, org-store-link): Search also company field.
5348 (org-highlight-overlay): New variable.
5349 (org-highlight, org-unhighlight): New functions.
5350 (org-agenda-mode): Add pre-command-hook to remove highlight.
5351 (org-evaluate-time-range): Behavior depends upon whether time stamp
5352 contains a time or not.
5353 (org-show-subtree, org-show-entry): New functions.
5354 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5355
5356 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5357
5358 * comint.el (comint-output-filter-functions): Add autoload cookie.
5359
5360 2005-04-28 Kim F. Storm <storm@cua.dk>
5361
5362 * ido.el (ido-everywhere): Fix last change.
5363
5364 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5365
5366 * international/latexenc.el: New file.
5367 * international/mule-conf.el (file-coding-system-alist): For .tex,
5368 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5369
5370 2005-04-28 Lute Kamstra <lute@gnu.org>
5371
5372 * font-lock.el (font-lock-add-keywords)
5373 (font-lock-remove-keywords): Clarify docstring.
5374 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5375 Don't start docstrings with a `*'.
5376 (font-lock-update-removed-keyword-alist): Give it a docstring.
5377
5378 * generic-x.el: Update commentary section.
5379 Only require font-lock when compiling.
5380 Define all modes conditionally.
5381 Place all generic modes in the generic-x-modes customization group.
5382 (generic-x-modes): New customization group.
5383 (generic-default-modes, generic-mswindows-modes)
5384 (generic-unix-modes, generic-other-modes): New constants.
5385 (generic-define-mswindows-modes, generic-define-unix-modes):
5386 Update docstrings. Make them obsolete.
5387 (generic-extras-enable-list): New default value. Update docstring.
5388 Improve :type. Change :set function.
5389 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5390 Fix docstring.
5391
5392 * emacs-lisp/generic.el (generic-mode-internal):
5393 Simplify font-lock-defaults.
5394 (define-generic-mode): Fix docstring.
5395
5396 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5397
5398 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5399 font-lock-face property to highlight matches.
5400
5401 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5402
5403 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5404 (cc-define-alist): New variable.
5405 (c-mode): Make it local and initialize it.
5406
5407 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5408 (gdb-exited): New function.
5409 (gdb-annotation-rules): Use it.
5410 (gdb-starting): Set gdb-active-process to t.
5411 (gdb-stopping): Amend doc string.
5412 (gdb-reset): Set gdb-active-process to nil.
5413
5414 * tooltip.el (tooltip-gud-tips): Show the associated #define
5415 directives when a C program under GDB is not executing.
5416
5417 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5420 font-lock-fontify-syntactic-keywords.
5421
5422 * font-lock.el (font-lock-default-fontify-region): Don't force
5423 parse-sexp-lookup-properties to nil.
5424
5425 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5426
5427 * man.el (man-mode-syntax-table): Set up `:' to have
5428 word-constituent syntax.
5429
5430 2005-04-27 Lute Kamstra <lute@gnu.org>
5431
5432 * novice.el (disable-command): Don't add spurious newlines to the
5433 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5434
5435 2005-04-26 Jay Belanger <belanger@truman.edu>
5436
5437 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5438 than one window before deleting window.
5439
5440 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5441
5442 * shell.el (shell-prompt-pattern): Doc fix.
5443 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5444
5445 * comint.el (comint-prompt-regexp, comint-get-old-input)
5446 (comint-use-prompt-regexp)
5447 (comint-use-prompt-regexp-instead-of-fields)
5448 (comint-replace-by-expanded-history, comint-send-input)
5449 (comint-output-filter, comint-get-old-input-default)
5450 (comint-line-beginning-position, comint-bol, comint-show-output)
5451 (comint-backward-matching-input, comint-forward-matching-input)
5452 (comint-next-prompt, comint-previous-prompt):
5453 Rename `comint-use-prompt-regexp-instead-of-fields' to
5454 `comint-use-prompt-regexp'. Keep old name as alias and declare
5455 obsolete.
5456 (comint-use-prompt-regexp): Shorten first line of doc string.
5457
5458 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5459 Set paragraph-separate buffer locally to "\\'".
5460
5461 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5462 Adapt to above name change.
5463
5464 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5465 (smbclient-prompt-regexp): Ditto.
5466
5467 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5468
5469 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5470
5471 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5472 gdb-location-list.
5473 Break lines that are over 80 characters wide.
5474
5475 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5478 New fun and var, to preserve compatibility.
5479
5480 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5481
5482 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5483
5484 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5485 name to file-newer-than-file-p.
5486
5487 2005-04-26 Richard M. Stallman <rms@gnu.org>
5488
5489 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5490
5491 * progmodes/python.el (python-mode):
5492 Use new name eldoc-documentation-function.
5493
5494 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5495
5496 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5497 (eldoc-documentation-function):
5498 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5499
5500 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5501
5502 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5503
5504 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5505
5506 * term/xterm.el (function-key-map): Fix strings for
5507 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5508 {C,S,A,C-S}-{f1-f12}.
5509
5510 2005-04-26 Kenichi Handa <handa@m17n.org>
5511
5512 * international/mule-cmds.el (select-safe-coding-system):
5513 Fix previous change.
5514
5515 2005-04-26 Lute Kamstra <lute@gnu.org>
5516
5517 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5518
5519 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5520 (font-lock-comment-delimiter-face): Ditto.
5521
5522 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5523
5524 2005-04-25 Jay Belanger <belanger@truman.edu>
5525
5526 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5527 to t while inserting information; use help-mode.
5528
5529 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5530
5531 * term.el (ansi-term-color-vector): Use the xterm colors.
5532 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5533
5534 2005-04-25 Lute Kamstra <lute@gnu.org>
5535
5536 * font-core.el (font-lock-defaults): Fix docstring.
5537
5538 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5539
5540 2005-04-25 Kenichi Handa <handa@m17n.org>
5541
5542 * international/mule-cmds.el (select-safe-coding-system):
5543 Don't check consistency with coding: spec, etc if raw-text or
5544 no-conversion was found to be safe.
5545
5546 2005-04-24 Richard M. Stallman <rms@gnu.org>
5547
5548 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5549 citation markers at start of each line.
5550
5551 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5552 citation markers at start of each line.
5553
5554 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5555
5556 * files.el (mode-require-final-newline): Fix previous change.
5557 (require-final-newline): Fix type label.
5558
5559 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5560
5561 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5562 statement in buffer (broken by 2004-11-24 change).
5563
5564 2005-04-24 Kim F. Storm <storm@cua.dk>
5565
5566 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5567 and read-file-name-function values. Don't overwrite existing
5568 non-nil values if ido-mode is enabled without ido-everywhere.
5569
5570 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5571
5572 * files.el (mode-require-final-newline): Minor doc fix.
5573
5574 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5575
5576 * subr.el (syntax-after): Doc fix.
5577 (syntax-class): If argument is nil, return nil. Mask off upper 16
5578 bits, not 8 bits.
5579
5580 * files.el (mode-require-final-newline): Doc fix.
5581 (backup-buffer-copy): Fix last change.
5582
5583 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5584
5585 * term/mac-win.el: Require select. Set selection-coding-system to
5586 mac-system-coding-system. Call menu-bar-enable-clipboard.
5587 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5588 (x-select-enable-clipboard): New variables.
5589 (x-select-text, x-get-selection, x-selection-value)
5590 (x-get-selection-value, mac-select-convert-to-string)
5591 (mac-services-open-file, mac-services-open-selection)
5592 (mac-services-insert-text): New functions.
5593 (CLIPBOARD, FIND): Put mac-scrap-name property.
5594 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5595 (public.tiff): Put mac-ostype property.
5596 (selection-converter-alist): Add entries for them.
5597 (mac-application-menu-map): New keymap.
5598 (interprogram-cut-function, interprogram-paste-function): Set to
5599 x-select-text and x-get-selection-value, respectively.
5600 (split-window-keep-point): Set to t.
5601
5602 2005-04-23 Richard M. Stallman <rms@gnu.org>
5603
5604 * files.el (read-directory-name): Always pass non-nil
5605 DEFAULT-FILENAME arg to read-file-name.
5606 (backup-buffer-copy, basic-save-buffer-2): Take care against
5607 writing thru an unexpected existing symlink.
5608 (revert-buffer): In indirect buffer, revert the base buffer.
5609 (magic-mode-alist): Doc fix.
5610 (buffer-stale-function): Doc fix.
5611 (minibuffer-with-setup-hook): Avoid warning.
5612 (mode-require-final-newline): Doc and custom fix.
5613
5614 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5615
5616 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5617 use the default appearance.
5618 (font-lock-comment-delimiter-face): New face, new variable.
5619
5620 * imenu.el (imenu--generic-function): The official position of a
5621 definition is the start of the line that BEG is in.
5622
5623 * midnight.el (midnight-timer): Move defvar up.
5624
5625 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5626
5627 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5628
5629 * startup.el (command-line): Use with-no-warnings.
5630
5631 * window.el (window-size-fixed): New defvar.
5632
5633 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5634
5635 * mail/rmail.el (rmail-font-lock-keywords):
5636 Use font-lock-comment-delimiter-face.
5637
5638 * mail/sendmail.el (mail-font-lock-keywords):
5639 Use font-lock-comment-delimiter-face.
5640
5641 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5642
5643 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5644
5645 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5646 Specify t for LAXMATCH when matching directories.
5647 Save match data around compilation-compat-error-properties form.
5648
5649 2005-04-23 David Kastrup <dak@gnu.org>
5650
5651 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5652 Mention that the autoloaded aliases should be kept for AUCTeX.
5653
5654 2005-04-23 Andreas Schwab <schwab@suse.de>
5655
5656 * isearch.el (isearch-forward): Doc fix.
5657
5658 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5659
5660 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5661 (jit-lock-stealth-nice): Change default value to 0.5.
5662
5663 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5664
5665 * abbrev.el (write-abbrev-file): Write table entries in
5666 alphabetical order by table name.
5667
5668 2005-04-22 Kim F. Storm <storm@cua.dk>
5669
5670 * ido.el (ido-read-internal): Fix `list' completion.
5671
5672 2005-04-22 Kenichi Handa <handa@m17n.org>
5673
5674 * recentf.el (recentf-save-file-coding-system): New variable.
5675 (recentf-save-list): Encode the file by
5676 recentf-save-file-coding-system and add coding: tag.
5677
5678 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5679
5680 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5681
5682 2005-04-21 Lute Kamstra <lute@gnu.org>
5683
5684 * loadhist.el (unload-feature): Don't remove a function from hooks
5685 if it is about to be restored to an autoload . Remove functions
5686 that will become unbound from auto-mode-alist. Simplify the code.
5687
5688 * subr.el (assq-delete-all): New implementation that is linear,
5689 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5690 (rassq-delete-all): New function.
5691
5692 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5693 Add size-indication-mode.
5694
5695 2005-04-21 Kenichi Handa <handa@m17n.org>
5696
5697 * international/mule-cmds.el: Add autoload for widget-value in
5698 eval-when-compile.
5699
5700 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5701
5702 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5703 Add tooltip-mode.
5704
5705 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5706
5707 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5708
5709 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5710 (inferior-lisp-filter-regexp, inferior-lisp-program)
5711 (inferior-lisp-load-command, inferior-lisp-prompt)
5712 (inferior-lisp-mode-hook, lisp-source-modes)
5713 (inferior-lisp-load-hook): defvar->defcustom.
5714 (inferior-lisp-program, inferior-lisp-prompt)
5715 (inferior-lisp-load-hook): Doc fixes.
5716 (inferior-lisp-install-letter-bindings): Small change in
5717 introductory comment.
5718
5719 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * vc.el (vc-annotate-color-map): Change some colors so that text
5722 using them as foreground is readable on both white and black
5723 backgrounds.
5724
5725 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * international/mule-conf.el (translation-table-for-input):
5728 Remove redundant declaration.
5729
5730 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5731
5732 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5733
5734 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5735 (tooltip-toggle-gud-tips): New function.
5736
5737 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5738
5739 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5740 right angle brackets.
5741
5742 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5743
5744 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5745
5746 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5747
5748 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5749 Remove. Update callers to use expand-file-name instead.
5750
5751 * subr.el (syntax-class): New function.
5752
5753 * simple.el (blink-matching-open): Use it.
5754
5755 * paren.el (show-paren-function): Use it to recognize parens that are
5756 also used in 2-char comment markers.
5757
5758 2005-04-19 Lute Kamstra <lute@gnu.org>
5759
5760 * loadhist.el (unload-feature): Update for new format of
5761 load-history. Simplify the code.
5762
5763 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5764
5765 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5766 (mac-add-charset-info): New function. Initialize variable
5767 mac-charset-info-alist using it.
5768 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5769 for translation.
5770 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5771 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5772 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5773 New CCL programs.
5774
5775 2005-04-19 Kim F. Storm <storm@cua.dk>
5776
5777 * simple.el (next-buffer, prev-buffer, next-error)
5778 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5779 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5780
5781 * bindings.el (next-buffer, prev-buffer, next-error)
5782 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5783 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5784 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5785 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5786
5787 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * isearch.el (isearch-edit-string): Make the search-ring available for
5790 minibuffer history commands.
5791 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5792 the default history commands now work just as well.
5793 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5794
5795 2005-04-18 Kim F. Storm <storm@cua.dk>
5796
5797 * emulation/cua-base.el (cua--pre-command-handler): Add more
5798 elaborate check for shift modifier on non-window systems.
5799
5800 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5801
5802 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5803
5804 2005-04-18 Kim F. Storm <storm@cua.dk>
5805
5806 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5807 and make it optional. Don't test tooltip-gud-echo-area here.
5808 (tooltip-gud-process-output, gdb-tooltip-print):
5809 Pass tooltip-gud-echo-area to tooltip-show.
5810 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5811
5812 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5813
5814 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5815 `display-graphic-p' may not be bound yet.
5816
5817 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5818
5819 * startup.el (command-line): No longer enable Xterm Mouse mode by
5820 default in terminals compatible with xterm.
5821
5822 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5823
5824 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5825
5826 * tooltip.el (tooltip-gud-echo-area): Rename from
5827 tooltip-use-echo-area.
5828 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5829 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5830 area independently of where help tooltips are displayed.
5831
5832 2005-04-17 David Kastrup <dak@gnu.org>
5833
5834 * cus-theme.el (custom-theme-write-variables): Quote variables
5835 where necessary.
5836
5837 2005-04-17 Richard M. Stallman <rms@gnu.org>
5838
5839 * simple.el (yank-excluded-properties): Add follow-link to value.
5840
5841 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5842
5843 * startup.el (fancy-splash-max-time): Just 30 seconds.
5844 (fancy-splash-delay): Just 7.
5845 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5846
5847 * loadhist.el (unload-feature): Update for new format of load-history.
5848 Simplify the code.
5849
5850 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5851 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5852
5853 * mail/sendmail.el (mail-font-lock-keywords):
5854 Don't fontify subject text.
5855 Don't fontify the text of a citation.
5856
5857 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5858
5859 * comint.el (comint-output-filter): Run comint-output-filter-functions
5860 with point where the user had it.
5861
5862 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * international/ucs-tables.el (ucs-set-table-for-input):
5865 Disable when using unify-on-decoding.
5866
5867 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5868
5869 * emulation/cua-base.el (cua-global-mark-face): Add special case
5870 for displays supporting a high number of colors.
5871
5872 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5873
5874 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5875
5876 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * filesets.el (filesets-add-buffer): If user supplies a name of a
5879 non-existing fileset, create a new fileset.
5880
5881 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5882
5883 * textmodes/org.el (org-up-heading-all): Fix bug with
5884 `outline-up-heading-all'.
5885
5886 2005-04-16 Andreas Schwab <schwab@suse.de>
5887
5888 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5889 /etc/permissions.d/* and /etc/aliases.d/*.
5890
5891 2005-04-16 Kenichi Handa <handa@m17n.org>
5892
5893 * international/code-pages.el (cp-make-coding-system):
5894 Set `translation-table-for-input' property value to the symbol
5895 ucs-mule-to-mule-unicode, not to that value.
5896 (pt154): Escape guillemet by `\'.
5897
5898 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5899
5900 * loadup.el: Load tooltip if x-show-tip is fboundp.
5901
5902 * startup.el (command-line): Add comment.
5903
5904 * tooltip.el (tooltip-mode): Specify correct standard value for
5905 Custom in init-value.
5906
5907 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5910 possible.
5911
5912 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5913
5914 * textmodes/org.el (org-agenda-date-prompt): Rename from
5915 `org-agenda-date-today'.
5916 (org-evaluate-time-range): Insert at point instead of directly
5917 after time range.
5918 (org-first-headline-recenter, org-subtree-end-visible-p)
5919 (org-optimize-window-after-visibility-change): New functions
5920 (org-agenda-post-command-hook): Don't allow point at end of line,
5921 to make sure it always hits the text properties.
5922 (org-agenda-next-date-line, org-agenda-previous-date-line):
5923 New commands.
5924 (org-set-regexps-and-options): Category may contain white space.
5925 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5926 Improve marker positions.
5927 (org-agenda-new-marker): Argument POS made optional.
5928 (org-agenda-get-timestamps): Deadlines which are done are listed
5929 in org-done-face now.
5930 (org-agenda-get-todos, org-agenda-get-timestamps)
5931 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5932 Set `undone-face' and `done-face' properties.
5933 (org-last-todo-state-is-todo): New variable.
5934 (org-todo): Set `org-last-todo-state-is-todo'.
5935 (org-agenda-todo): Change face according to
5936 `org-last-todo-state-is-todo'. And change other lines referring to
5937 the same entry.
5938 (org-calendar-goto-agenda): New command.
5939 (org-calendar-to-agenda-key): New option.
5940 (org-startup-folded): New allowed value `content'.
5941 (org-set-regexps-and-options): Accept new value `content' for
5942 `org-startup-folded'.
5943 (org-get-current-options): Handle new value `content' for
5944 `org-startup-folded'.
5945 (org-insert-todo-heading): New command.
5946 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5947 interactively in empty file and option
5948 `org-insert-mode-line-in-empty-file' has been set.
5949 (org-agenda-todo,org-agenda-priority): Modify to use
5950 `org-agenda-change-all-lines'.
5951 (org-warning-face): Change color on dark background
5952
5953 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5954
5955 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5956 use preferences AppleLocale and AppleLanguages, and variable
5957 mac-system-locale for default locale. On Mac OS Classic, use
5958 mac-system-coding-system for default coding systems.
5959
5960 * term/mac-win.el: Don't set file-name-coding-system.
5961 Decode variables system-name, emacs-build-system, user-login-name, and
5962 user-full-name by mac-system-coding-system on Mac OS Classic.
5963 (mac-system-coding-system): New variable.
5964
5965 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * startup.el (command-line): Handle `xterm-mouse-mode' before
5968 reading init file.
5969
5970 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5971
5972 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5973
5974 * progmodes/sh-script.el (sh-here-document-word): Make it a
5975 defcustom. Doc fix.
5976 (sh-add): Bash uses $(( )) for arithmetic.
5977 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5978 (sh-maybe-here-document): Remove quotes and leading whitespace
5979 from heredoc word when closing. Indent heredoc with tabs if word
5980 starts with "-".
5981
5982 2005-04-13 Richard M. Stallman <rms@gnu.org>
5983
5984 * simple.el (undo): Fix previous change.
5985
5986 * custom.el (defface): Doc fix.
5987
5988 2005-04-13 Lute Kamstra <lute@gnu.org>
5989
5990 * Makefile.in (DONTCOMPILE): Remove list.
5991 (compile, compile-always): Don't use DONTCOMPILE.
5992 (update-authors): Load the library in which batch-update-authors
5993 is defined.
5994 * makefile.w32-in (DONTCOMPILE): Remove list.
5995 (compile, compile-always): Fix comments.
5996 (update-authors): Load the library in which batch-update-authors
5997 is defined.
5998
5999 * generic-x.el (generic-mode-ini-file-find-file-hook):
6000 Rename to ini-generic-mode-find-file-hook.
6001 Keep generic-mode-ini-file-find-file-hook as an alias.
6002 (ini-generic-mode-find-file-hook): Rename from
6003 generic-mode-ini-file-find-file-hook. Fix docstring.
6004 (ini-generic-mode): Docstring change.
6005 (bat-generic-mode-run-as-comint): Silence the byte compiler.
6006
6007 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
6008 called from lisp.
6009
6010 * generic.el: Move to the emacs-lisp subdir.
6011
6012 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6013
6014 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
6015 and C-S- function and cursor motion keys.
6016
6017 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
6018
6019 * startup.el (command-line): Enable Xterm Mouse mode by default.
6020 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
6021 for Custom. No longer show "Mouse" in mode line when enabled.
6022 Doc fix.
6023
6024 2005-04-12 Kim F. Storm <storm@cua.dk>
6025
6026 * emulation/cua-base.el (cua-rectangle-face)
6027 (cua-rectangle-noselect-face): Define face attributes here.
6028
6029 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
6030
6031 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6032
6033 * startup.el (command-line): Turn off blinking cursor if
6034 cursorBlink in resources is off or false.
6035
6036 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6037
6038 * term/mac-win.el (dnd): Require dnd.
6039 (mac-drag-n-drop): Call dnd-handle-one-url.
6040 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
6041 (kTextEncodingISOLatin2): Remove constants.
6042 (mac-script-code-coding-systems): New constant.
6043 (mac-handle-language-change): New function.
6044 (special-event-map): Bind it to `language-change' event.
6045 (mac-centraleurroman, mac-cyrillic): New coding systems.
6046 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
6047 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
6048 and mac-cyrillic-encoder to encode-mac-centraleurroman and
6049 encode-mac-cyrillic, respectively.
6050
6051 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6052
6053 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
6054 Don't set overlay-arrow-string to "=>" as this is done
6055 globally in C now.
6056
6057 2005-04-12 Lute Kamstra <lute@gnu.org>
6058
6059 * generic-x.el (rc-generic-mode, rul-generic-mode):
6060 Fix auto-mode-alist entries.
6061 (etc-fstab-generic-mode): Tweak fontification.
6062
6063 * generic.el (generic-make-keywords-list): Fix docstring.
6064 (generic-mode-internal): Simplify generic-font-lock-keywords.
6065
6066 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6067
6068 * whitespace.el (whitespace-buffer-leading)
6069 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6070 However, fix the highlight area for the leading and
6071 trailing whitespaces to show space.
6072
6073 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6074
6075 * whitespace.el (whitespace-version): Bump to 3.5
6076
6077 (whitespace-buffer-leading, whitespace-buffer-trailing):
6078 Invert sense of the test to highlight the whitespace.
6079
6080 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6081
6082 * progmodes/gud.el (gud-display-line): GUD uses its own
6083 overlay arrow now so don't set overlay-arrow-string.
6084 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6085
6086 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6087
6088 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6089 (term-ansi-current-reverse, term-ansi-current-invisible)
6090 (term-ansi-face-already-done): Change to boolean.
6091 (term-reset-terminal, term-handle-colors-array): Handle the above
6092 vars accordingly.
6093 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6094 (term-emulate-terminal): Use the new name.
6095
6096 * faces.el (secondary-selection): Use yellow1, not yellow.
6097 (trailing-whitespace): Use red1, not red.
6098
6099 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6100
6101 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6102 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6103 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6104
6105 * cus-edit.el (dnd): New group.
6106
6107 * term/w32-win.el (dnd): Require dnd
6108 (w32-drag-n-drop): Call dnd-handle-one-url.
6109
6110 * x-dnd.el: Require dnd.
6111 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6112 Call dnd-handle-one-url.
6113 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6114 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6115 to dnd-insert-text.
6116 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6117 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6118 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6119 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6120
6121 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6122
6123 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6124
6125 * wdired.el: Doc fixes.
6126 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6127 (wdired-use-dired-vertical-movement): Rename from
6128 wdired-always-move-to-filename-beginning.
6129 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6130 (wdired-change-to-wdired-mode): Change mode name.
6131 (wdired-newline): Delete.
6132
6133 2005-04-11 Richard M. Stallman <rms@gnu.org>
6134
6135 * whitespace.el (whitespace-highlight-the-space):
6136 Don't call whitespace-unhighlight-the-space here.
6137
6138 * simple.el (undo): Record t in undo-equiv-table
6139 for the redo record made by an undo-in-region.
6140
6141 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6142
6143 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6144 (gdb-frame-inferior-io-buffer): New Functions to control
6145 display of separate IO buffer.
6146 (menu): Add them to menu-bar.
6147 (gdb-display-buffer): Check for buffer another frame.
6148 Protect GUD buffer.
6149 (gdb-setup-windows): Create IO buffer if not already there.
6150 (gdb-memory-mode): Remove purecopy noops.
6151
6152 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6153
6154 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6155 and pass to self-insert-command.
6156
6157 2005-04-11 Lute Kamstra <lute@gnu.org>
6158
6159 * generic.el: Commentary section cleanup.
6160 (generic): Delete.
6161 (generic-use-find-file-hook, generic-lines-to-scan)
6162 (generic-find-file-regexp, generic-ignore-files-regexp)
6163 (default-generic-mode, generic-mode-find-file-hook)
6164 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6165 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6166 (generic-use-find-file-hook, generic-lines-to-scan)
6167 (generic-find-file-regexp, generic-ignore-files-regexp)
6168 (default-generic-mode, generic-mode-find-file-hook)
6169 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6170
6171 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6172
6173 * bookmark.el (bookmark-write-file): Catch errors writing file.
6174 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6175
6176 2005-04-10 Richard M. Stallman <rms@gnu.org>
6177
6178 * startup.el (fancy-splash-tail): Update copyright year.
6179 (command-line): Split part of -Q into -D.
6180 (emacs-basic-display): New defvar.
6181 (fancy-splash-text): Correct name of menu item.
6182
6183 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6184
6185 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6186 lines in one node.
6187
6188 * comint.el (comint-send-input): New arg ARTIFICIAL.
6189 Callers in this file changed.
6190
6191 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6192
6193 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6194
6195 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6198 `ldap-search-internal'.
6199
6200 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * files.el (set-auto-mode-1): Use line-end-position.
6203
6204 * international/latin-1.el:
6205 * international/latin-2.el:
6206 * international/latin-3.el:
6207 * international/latin-4.el:
6208 * international/latin-5.el:
6209 * international/latin-8.el:
6210 * international/latin-9.el: Give punctuation syntax to NBSP.
6211
6212 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6213 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6214 Use char-classes to accept non-ascii letters, accepted in some recent
6215 bibtex implementations.
6216
6217 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6218
6219 * custom.el (custom-set-minor-mode): Any non-nil value for the
6220 variable should enable the mode when set through Custom.
6221
6222 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6225 TAB binding so tab-always-indent is obeyed.
6226 (vhdl-minibuffer-local-map): Move initialization into declaration.
6227 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6228 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6229 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6230 (vhdl-current-line): Use line-beginning-position.
6231 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6232 with-output-to-temp-buffer, so the current position can be recorded.
6233
6234 2005-04-10 Masatake YAMATO <jet@gyve.org>
6235
6236 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6237 Add regexp for gcov.
6238
6239 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6242 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6243 syntax which Emacs 20 doesn't support.
6244
6245 2005-04-09 Richard M. Stallman <rms@gnu.org>
6246
6247 * help.el (describe-key-briefly, describe-key):
6248 Replace strings as event types with "(any string)".
6249
6250 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * arc-mode.el (archive-mode-map): Move initialization into
6253 the declaration. Override *all* bindings of `undo'.
6254 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6255
6256 2005-04-09 Jay Belanger <belanger@truman.edu>
6257
6258 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6259
6260 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6261
6262 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6263 (xterm-register-default-colors): Update color values computation
6264 to match xterm-200.
6265
6266 2005-04-09 Kenichi Handa <handa@m17n.org>
6267
6268 * international/code-pages.el (iso-latin-7): Fix the map.
6269
6270 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6271
6272 * emacs-lisp/lisp.el (defun-prompt-regexp)
6273 (parens-require-spaces, buffer-end, end-of-defun)
6274 (insert-parentheses): Doc fixes.
6275
6276 2005-04-08 Kim F. Storm <storm@cua.dk>
6277
6278 * comint.el (comint-highlight-prompt): Fix face spec.
6279 * hi-lock.el (hi-green): Likewise.
6280
6281 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6282
6283 * cus-edit.el (custom-modified-face):
6284 * comint.el (comint-highlight-input): Fix previous changes.
6285 * term.el (term-handle-ansi-escape): Add a comment.
6286
6287 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6290 in the buffer and in whitespace-highlighted-space.
6291 (whitespace-unhighlight-the-space): Simplify.
6292 (whitespace-buffer): Simplify.
6293
6294 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6295
6296 * textmodes/table.el (table-cell-face): Add special case for
6297 displays supporting a high number of colors.
6298 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6299 (vhdl-font-lock-reserved-words-face)
6300 (vhdl-speedbar-architecture-face)
6301 (vhdl-speedbar-instantiation-face)
6302 (vhdl-speedbar-architecture-selected-face)
6303 (vhdl-speedbar-instantiation-selected-face): Likewise.
6304 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6305 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6306 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6307 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6308 (ebrowse-progress-face): Likewise.
6309 * progmodes/compile.el (compilation-info-face): Likewise.
6310 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6311 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6312 * calendar/calendar.el (diary-face): Likewise.
6313 * woman.el (woman-italic-face, woman-bold-face)
6314 (woman-unknown-face): Likewise.
6315 * wid-edit.el (widget-button-pressed-face): Likewise.
6316 * whitespace.el (whitespace-highlight-face): Likewise.
6317 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6318 * pcvs-info.el (cvs-marked-face): Likewise.
6319 * info.el (info-xref): Likewise.
6320 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6321 * hilit-chg.el (highlight-changes-face)
6322 (highlight-changes-delete-face): Likewise.
6323 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6324 (hi-red-b): Likewise.
6325 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6326 * font-lock.el (font-lock-keyword-face)
6327 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6328 * cus-edit.el (custom-invalid-face, custom-modified-face)
6329 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6330 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6331 * comint.el (comint-highlight-prompt): Likewise.
6332
6333 2005-04-08 Lute Kamstra <lute@gnu.org>
6334
6335 * font-lock.el (font-lock-keywords): Docstring fixes.
6336
6337 2005-04-08 Kenichi Handa <handa@m17n.org>
6338
6339 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6340 chars are more than a limit, print " and more..." at the tail.
6341
6342 2005-04-08 Kim F. Storm <storm@cua.dk>
6343
6344 * emacs-lisp/authors.el (authors-aliases): Update list.
6345 (authors-ignored-files): New list.
6346 (authors-fixed-entries): Fix typo.
6347 (authors-renamed-files-alist): Update list.
6348 (authors-add): Check authors-ignored-files.
6349
6350 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6351
6352 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6353 optional, to ensure backward compatibility.
6354
6355 2005-04-08 Stephen Eglen <stephen@gnu.org>
6356
6357 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6358
6359 2005-04-08 Kim F. Storm <storm@cua.dk>
6360
6361 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6362
6363 * mouse.el (mouse-on-link-p): Doc fix.
6364
6365 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6366
6367 * ielm.el (ielm-prompt-read-only): Doc fix.
6368
6369 * comint.el (comint-prompt-read-only): Doc fix.
6370
6371 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6372
6373 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6374 ensure dired always handles wildcards passed to ffap.
6375 (find-file-at-point): Use it.
6376 (ffap-dired-wildcards): Doc fix.
6377
6378 2005-04-07 Juri Linkov <juri@jurta.org>
6379
6380 * simple.el (next-error-overlay-arrow-position): New defvar.
6381 Put "=>" on its property `overlay-arrow-string'. Add it to
6382 `overlay-arrow-variable-list'.
6383
6384 * progmodes/compile.el (compilation-setup):
6385 Set `next-error-overlay-arrow-position' to nil. Also set it to
6386 nil in the local hook `kill-buffer-hook'. Make local variable
6387 `overlay-arrow-string' and set it to "=>".
6388 (compilation-goto-locus): Set BOL position to
6389 `next-error-overlay-arrow-position' instead of
6390 `overlay-arrow-position'.
6391
6392 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6393 locally instead of adding it to the global hook.
6394 (Info-kill-buffer): Move up.
6395
6396 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6397
6398 * term/xterm.el (xterm-standard-colors): Update color values from
6399 xterm-200.
6400
6401 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6404
6405 * fast-lock.el:
6406 * lazy-lock.el: Move them to the obsolete subdir.
6407
6408 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6409
6410 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6411 (wdired-add-replace-advice): Remove.
6412 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6413
6414 2005-04-06 Kim F. Storm <storm@cua.dk>
6415
6416 * startup.el (command-line): Add --bare-bones alias for -Q.
6417
6418 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6419
6420 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6421 create the startup fontset if a font specification ends with
6422 `mac-roman'.
6423
6424 2005-04-06 Lute Kamstra <lute@gnu.org>
6425
6426 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6427 change.
6428
6429 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6430 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6431
6432 2005-04-05 Lute Kamstra <lute@gnu.org>
6433
6434 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6435 (define-generic-mode): Ditto. Fix debug declaration.
6436
6437 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6438 Put them in the generic-x group.
6439
6440 * calendar/timeclock.el (timeclock): Doc fix.
6441
6442 * generic.el (define-generic-mode): Don't use custom-current-group.
6443 Document default :group value.
6444 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6445 (define-global-minor-mode): Don't use custom-current-group.
6446
6447 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6448
6449 * startup.el (command-line-1): Display startup-echo-area-message
6450 when fancy splash screen is in use.
6451
6452 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6453 (sh-escaped-newline): New face.
6454 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6455 newline, and use sh-escaped-newline face.
6456
6457 * progmodes/tcl.el (tcl-escaped-newline): New face.
6458 (tcl-builtin-list): New variable.
6459 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6460 newlines. Fix keywords subexpression number.
6461
6462 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6463
6464 * textmodes/org.el (org-diary-default-entry): Fix call to
6465 `add-to-diary-entry'.
6466
6467 2005-04-05 Kim F. Storm <storm@cua.dk>
6468
6469 * ediff-init.el: Use (featurep 'xemacs).
6470
6471 2005-04-05 David Ponce <david@dponce.com>
6472
6473 * cus-edit.el (face): Derive from symbol widget. Display sample
6474 of the current face on the fly.
6475 (widget-face-sample-face-get, widget-face-notify): New functions.
6476 (widget-face-value-create): Remove.
6477
6478 * wid-edit.el (widget-field-end): Temporarily remove field
6479 narrowing before to call `get-char-property'.
6480
6481 2005-04-04 Jay Belanger <belanger@truman.edu>
6482
6483 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6484 (math-read-subscripts): New variable.
6485 (math-read-preprocess-string): Process subscripts.
6486
6487 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6488
6489 * comint.el (comint-prompt-read-only): Doc fix.
6490
6491 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6492 `-1'. Doc fix.
6493
6494 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6495
6496 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6497 Change default value to nil.
6498
6499 2005-04-04 Lute Kamstra <lute@gnu.org>
6500
6501 * autorevert.el (auto-revert-mode): Specify :group.
6502 * battery.el (display-battery-mode): Specify :group.
6503 * diff-mode.el (diff-minor-mode): Specify :group.
6504 * font-core.el (font-lock-mode): Specify :group.
6505 * hl-line.el (hl-line-mode): Specify :group.
6506 * iimage.el (iimage): New customization group.
6507 (iimage-mode): Specify :group.
6508 * longlines.el (longlines-mode): Specify :group.
6509 * master.el: Don't require easy-mmode.
6510 (master): New customization group.
6511 (master-mode): Specify :group.
6512 * msb.el (msb-mode): Specify :group.
6513 * reveal.el (reveal-mode): Specify :group.
6514 * simple.el (next-error-follow-minor-mode): Specify :group.
6515 * smerge-mode.el (smerge-mode): Specify :group.
6516 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6517 * emulation/cua-base.el (cua-mode): Specify :group.
6518 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6519 * language/thai-util.el (thai-auto-composition-mode)
6520 (thai-word-mode): Specify :group.
6521 * mail/supercite.el (sc-minor-mode): Specify :group.
6522 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6523 * progmodes/flymake.el (flymake-mode): Specify :group.
6524 * progmodes/glasses.el (glasses-mode): Specify :group.
6525 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6526 * textmodes/enriched.el (enriched-mode): Specify :group.
6527 * textmodes/refill.el (refill-mode): Specify :group.
6528
6529 * add-log.el (change-log-font-lock-keywords): Names in
6530 parenthesized lists can contain spaces.
6531
6532 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6533
6534 * startup.el (fancy-splash-text): Shorten default text of
6535 "Emacs Tutorial" line. Also, if the current language env
6536 indicates an available tutorial file other than TUTORIAL,
6537 extract its title and append it to the line in parentheses.
6538 (fancy-splash-insert): If arg is a thunk, funcall it.
6539
6540 2005-04-04 Jay Belanger <belanger@truman.edu>
6541
6542 * calc.el (calc-language-alist): Add tags to customization type.
6543
6544 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6545
6546 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6547 Doc fix.
6548
6549 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6550
6551 * add-log.el (change-log-font-lock-keywords): The manual
6552 describing a Change Log entry, says: (...) "Aside from these
6553 header lines, every line in the change log starts with a space or
6554 a tab.". The font-lock was not highlighting lines started with
6555 spaces, added support for it.
6556
6557 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6558
6559 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6560 (bibtex-generate-url-list): Update docstring accordingly. Put the
6561 complex example in the docstring.
6562 (bibtex-font-lock-url): Use pop.
6563
6564 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6567
6568 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6569
6570 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6571
6572 * filesets.el (filesets-set-default): Doc fix.
6573
6574 2005-04-03 Lute Kamstra <lute@gnu.org>
6575
6576 * generic.el (define-generic-mode): Add argument to specify
6577 keywords for defcustom.
6578 (default-generic-mode): Specify :group.
6579
6580 * generic-x.el: Specify :group for all generic modes.
6581
6582 * desktop.el (desktop-no-desktop-file-hook)
6583 (desktop-after-read-hook): Doc fix.
6584
6585 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6586
6587 * simple.el (visible-mode): Use explicit :group keyword.
6588 This changes the group of `visible-mode-hook' from paren-blinking
6589 to editing-basics.
6590
6591 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6592
6593 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6594 mailbox specifications as well as URLs.
6595 (rmail-insert-inbox-text): Remove unused conditional branches.
6596
6597 2005-04-01 Jay Belanger <belanger@truman.edu>
6598
6599 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6600 (calc-gnuplot-print-command): Move definitions to calc.el.
6601
6602 * calc/calc-embed.el (calc-embedded-announce-formula)
6603 (calc-embedded-open-formula, calc-embedded-close-formula)
6604 (calc-embedded-open-word, calc-embedded-close-word)
6605 (calc-embedded-open-plain, calc-embedded-close-plain)
6606 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6607 (calc-embedded-open-mode, calc-embedded-close-mode):
6608 Move definitions to calc.el.
6609
6610 * calc/calc.el (calc-settings-file, calc-language-alist):
6611 Make customizable.
6612 (calc-embedded-announce-formula, calc-embedded-open-formula)
6613 (calc-embedded-close-formula, calc-embedded-open-word)
6614 (calc-embedded-close-word, calc-embedded-open-plain)
6615 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6616 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6617 (calc-embedded-close-mode, calc-gnuplot-name)
6618 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6619 from other files and make customizable.
6620
6621 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6624 Use buffer-live-p.
6625 (cvs-mode-run): Don't call cvs-update-header here.
6626 (cvs-run-process): Call cvs-update-header.
6627 Use process properties for cvs-postprocess and cvs-buffer so that
6628 the sentinel can behave better if the temp buffer is killed.
6629 Use a pipe rather than a tty, to better handle unexpected prompts.
6630 (cvs-sentinel): Rewrite. Call cvs-update-header.
6631
6632 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6633
6634 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6635 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6636
6637 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * generic.el (define-generic-mode): Add indentation rule.
6640
6641 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * files.el (mode-require-final-newline): Make Custom correctly
6644 report a nil value and allow to set it to nil via Custom.
6645 Doc fix.
6646
6647 2005-04-01 Kenichi Handa <handa@m17n.org>
6648
6649 * international/characters.el: Enable the correct case setting for
6650 dotless-i and dotted-I.
6651
6652 2005-04-01 Kim F. Storm <storm@cua.dk>
6653
6654 * ido.el (ido-file-internal): Fall back to non-ido command if
6655 initial directory is on slow ftp (or tramp) host.
6656
6657 2005-03-31 Richard M. Stallman <rms@gnu.org>
6658
6659 * emacs-lisp/autoload.el (make-autoload):
6660 Handle define-global-minor-mode.
6661
6662 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6663 Rename from easy-mmode-define-global-mode.
6664 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6665
6666 * progmodes/scheme.el (scheme-mode-syntax-table):
6667 Update syntax of | and # for two-character comment syntax.
6668
6669 2005-03-31 Lute Kamstra <lute@gnu.org>
6670
6671 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6672 (define-minor-mode): Call custom-current-group at load-time.
6673
6674 * generic.el (define-generic-mode): Add debug declaration.
6675 Add defcustom for the mode hook.
6676 (generic-mode-internal): Use run-mode-hooks.
6677
6678 2005-03-31 Kim F. Storm <storm@cua.dk>
6679
6680 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6681 (mouse-fixup-help-message): New defun called by show_help_echo
6682 to fixup mouse-2 prefix in help messages when applicable.
6683
6684 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6685
6686 2005-03-31 Kenichi Handa <handa@m17n.org>
6687
6688 * language/thai-word.el (thai-find-word-ends): Pay attention to
6689 the case that we reach the end of buffer.
6690
6691 * textmodes/fill.el (fill-text-properties-at): New function.
6692 (fill-newline): Use fill-text-properties-at instead of
6693 text-properties-at.
6694
6695 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6696
6697 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6698 not comint-quote-filename.
6699
6700 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6701
6702 * help-fns.el (help-with-tutorial): Revert last change.
6703
6704 2005-03-31 Kim F. Storm <storm@cua.dk>
6705
6706 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6707
6708 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6709
6710 * calendar/cal-china.el: Update reference to "Calendrical
6711 Calculations" book; there's a new edition.
6712 * calendar/cal-coptic.el: Likewise.
6713 * calendar/cal-french.el: Likewise.
6714 * calendar/cal-hebrew.el: Likewise.
6715 * calendar/cal-islam.el: Likewise.
6716 * calendar/cal-iso.el: Likewise.
6717 * calendar/cal-julian.el: Likewise.
6718 * calendar/cal-mayan.el: Likewise.
6719 * calendar/cal-persia.el: Likewise.
6720 * calendar/calendar.el: Likewise.
6721 * calendar/holidays.el: Likewise.
6722 * calendar/lunar.el: Likewise.
6723 * calendar/solar.el: Likewise.
6724
6725 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6726 white space from doc string.
6727
6728 2005-03-30 Jay Belanger <belanger@truman.edu>
6729
6730 * calc/calc-help.el (calc-full-help): Remove email address.
6731
6732 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6733
6734 * help-fns.el (help-with-tutorial): Delete title line.
6735
6736 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6737
6738 * calendar/cal-x.el (calendar-one-frame-setup)
6739 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6740 rather than 'symbol for set-window-dedicated-p.
6741
6742 * calendar/appt.el (appt-buffer-name): Make it a constant.
6743 (appt-add): Doc fix.
6744
6745 * filesets.el (filesets-menu-path, filesets-menu-before)
6746 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6747 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6748 (filesets-add-submenu): Delete and use add-submenu instead.
6749
6750 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6751
6752 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6753 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6754 (org-diary-default-entry): New function.
6755 (org-get-entries-from-diary): Better parsing of diary entries.
6756 (org-agenda-check-no-diary): New function.
6757 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6758 linking to diary entries.
6759 (org-agenda-execute-calendar-command): New function.
6760 (org-agenda): Improve visible section in window.
6761 Use `org-fit-agenda-window'.
6762 (org-fit-agenda-window): New option.
6763 (org-move-subtree-down): Better handling of empty lines
6764 at end of subtree.
6765 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6766 levels up.
6767 (org-fontify-done-headline): New option.
6768 (org-headline-done-face): New face.
6769 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6770 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6771 When current field is non-empty, it is copied to next row.
6772 (org-table-copy-from-above): Fix bug which made it
6773 impossible to copy fields containing only a single non-white character.
6774
6775 2005-03-30 Kim F. Storm <storm@cua.dk>
6776
6777 * kmacro.el (kmacro-end-macro): Isearch may store this command
6778 into the macro -- so ignore it when executing keyboard macro.
6779
6780 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6783
6784 2005-03-29 Kenichi Handa <handa@m17n.org>
6785
6786 * language/thai.el ("Thai"): Set setup-function and exit-function
6787 for Thai language environment.
6788
6789 * language/thai-util.el: Require thai-word.
6790 (thai-word-mode-map): New variable.
6791 (thai-word-mode): New minor mode.
6792 (setup-thai-language-environment-internal): New function.
6793 (exit-thai-language-environment-internal): New function.
6794
6795 * language/thai-word.el (thai-word-table): Declare it by defvar,
6796 use dolist to initialize it.
6797 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6798 (thai-fill-find-break-point): New functions.
6799
6800 2005-03-29 Richard M. Stallman <rms@gnu.org>
6801
6802 * simple.el (idle-update-delay): Move definition up.
6803 (set-mark): Doc fix.
6804
6805 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * longlines.el: New file.
6808
6809 * simple.el (buffer-substring-filters): New variable.
6810 (filter-buffer-substring): New function.
6811 (kill-region, copy-region-as-kill): Use it.
6812
6813 * register.el (copy-to-register, append-to-register)
6814 (prepend-to-register): Use filter-buffer-substring.
6815
6816 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6819 (gud-filter-pending-text): Move in front of gdb.
6820 (gud-overlay-arrow-position): New variable.
6821 (gud-sentinel, gud-display-line): Use it in place of
6822 overlay-arrow-position.
6823
6824 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6825
6826 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6827 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6828 (fortran-font-lock-keywords-4): New variable.
6829 (fortran-blocks-re, fortran-end-block-re)
6830 (fortran-start-block-re): New constants, for hideshow.
6831 (hs-special-modes-alist): Add a Fortran entry.
6832 (fortran-mode-map): Bind fortran-end-of-block,
6833 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6834 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6835 (fortran-looking-at-if-then, fortran-end-of-block)
6836 (fortran-beginning-of-block): New functions, for hideshow.
6837
6838 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6839 Doc fix. Tweak regexp.
6840 (f90-beginning-of-block): Push mark first.
6841
6842 2005-03-29 Jay Belanger <belanger@truman.edu>
6843
6844 * calc/calc.el: Update copyright date.
6845 (calc-version): Increase to 2.1.
6846 (calc-version-date): Remove.
6847
6848 * calc/calc-help.el: Update copyright date.
6849 (calc-full-help): Remove reference to calc-version-date.
6850 Update copyright date.
6851
6852 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * vc.el (vc-do-command): Use a pipe for async processes, so password
6855 prompts don't show up at places where the user can't reply.
6856
6857 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6858
6859 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6860 on the file name we pass to the inferior shell.
6861
6862 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6863
6864 * progmodes/which-func.el (which-function): Be robust in the face of an
6865 imenu--make-index-alist failure.
6866
6867 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6870
6871 * progmodes/python.el (python-preoutput-filter): Fix last change.
6872
6873 2005-03-29 Lute Kamstra <lute@gnu.org>
6874
6875 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6876 functions and compiled macros.
6877 (debug-convert-byte-code): Handle macros too.
6878 (debug-on-entry-1): Don't signal an error when trying to clear a
6879 function that is not set to debug on entry.
6880
6881 2005-03-29 Jay Belanger <belanger@truman.edu>
6882
6883 * calc/calc-lang.el: Add functions to math-function-table
6884 properties of tex and math.
6885
6886 2005-03-29 Kenichi Handa <handa@m17n.org>
6887
6888 * ps-mule.el (ps-mule-plot-string): Translate characters by
6889 ps-print-translation-table.
6890 (ps-mule-begin-job): Call find-charset-region/string with
6891 ps-print-translation-table.
6892 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6893
6894 * ps-print.el (ps-print-translation-table): New variable.
6895 (ps-plot-region): Translate characters by ps-print-translation-table.
6896
6897 2005-03-29 Juri Linkov <juri@jurta.org>
6898
6899 * simple.el (next-error-highlight-timer): New variable.
6900
6901 * progmodes/compile.el (compilation-goto-locus):
6902 Use `next-error-highlight-timer' instead of `sit-for'.
6903
6904 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * mail/supercite.el (sc-mail-field): Use assoc-string.
6907 (sc-get-address): Simplify regexps.
6908
6909 * files.el (minibuffer-with-setup-hook): New macro.
6910 (find-file-read-args): Use it to avoid let-binding
6911 minibuffer-with-setup-hook (which breaks turning on/off
6912 file-name-shadow-mode while in the prompt).
6913
6914 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6915
6916 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6919
6920 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * window.el (window-buffer-height): Use count-screen-lines.
6923
6924 * progmodes/python.el (python-preoutput-leftover): New var.
6925 (python-preoutput-filter): Use it.
6926 (python-send-receive): Loop until all the result has been received.
6927
6928 2005-03-28 Juri Linkov <juri@jurta.org>
6929
6930 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6931
6932 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6933 "Recover Crashed Session".
6934 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6935 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6936 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6937 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6938 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6939 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6940 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6941 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6942
6943 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6944 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6945 Ediff Sessions", "Toggle use of separate control buffer frame",
6946 "Use separate frame for Ediff control buffer".
6947
6948 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6949 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6950 "Rename Bookmark", "Delete Bookmark".
6951
6952 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6953 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6954 Add `:active Info-index-alternatives' to "Next Matching Item".
6955
6956 * wdired.el (wdired-change-to-wdired-mode):
6957 Mention `wdired-abort-changes' key in the initial message.
6958
6959 * international/mule.el (auto-coding-alist): Associate non-ascii
6960 image filename extensions with `no-conversion'.
6961
6962 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * international/iso-acc.el:
6965 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6966
6967 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6968
6969 * textmodes/sgml-mode.el (html-mode): Doc update.
6970
6971 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6972
6973 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6974
6975 * term.el (term-move-columns): Fix face after extending a line.
6976 (term-insert-spaces): Likewise.
6977 (term-reset-terminal): Fix off by one error.
6978
6979 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6980
6981 * international/mule.el (auto-coding-alist): Add .xpi files.
6982
6983 * files.el (auto-mode-alist): Add .xpi files.
6984
6985 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6986
6987 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6988
6989 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6990
6991 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6992
6993 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6994
6995 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6996 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6997
6998 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6999 cursor to Jan 1 when needed.
7000 (calendar-end-of-year): Fix -/+ typo.
7001 Reported by Chong Yidong <cyd@stupidchicken.com>.
7002
7003 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
7006
7007 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
7008 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
7009
7010 2005-03-25 Richard M. Stallman <rms@gnu.org>
7011
7012 * filesets.el (filesets-init): Add autoload.
7013
7014 * mail/mailalias.el (mail-directory): Doc fix.
7015
7016 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7017
7018 * mail/mailalias.el (mail-directory-process): Do nothing if
7019 mail-directory-process is an atom.
7020 (mail-get-names): Ignore mail-directory-names if it is an atom.
7021 (mail-directory-process defvar): Doc fix.
7022 (mail-names): Doc fix.
7023
7024 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
7025
7026 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
7027
7028 2005-03-26 Kenichi Handa <handa@m17n.org>
7029
7030 * international/mule-util.el (detect-coding-with-priority):
7031 Call update-coding-systems-internal before detect-coding-region.
7032
7033 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
7034
7035 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7036 (gdb-frames-mode-map): Add follow-link property.
7037
7038 2005-03-25 Jay Belanger <belanger@truman.edu>
7039
7040 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
7041 for variables.
7042
7043 2005-03-25 Juri Linkov <juri@jurta.org>
7044
7045 * image-mode.el: Optimize image filename extension regexps in
7046 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
7047 in `auto-mode-alist'.
7048 (image-mode): Add `image-toggle-display-text' to local hook
7049 `change-major-mode-hook'. Display the image as an image by
7050 default. Set `cursor-type' and `truncate-lines' if the image
7051 is already displayed. Take into account the current mode (image
7052 or text) in message.
7053 (image-minor-mode): New minor mode.
7054 (image-mode-maybe, image-toggle-display-text): New functions.
7055 (image-toggle-display): Use called-interactively-p.
7056 Let-bind `inhibit-read-only' to t.
7057
7058 * image-mode.el (image-minor-mode): Set `cursor-type' and
7059 `truncate-lines' if the image is already displayed. Add turning
7060 image-minor-mode off to `change-major-mode-hook'. Add message.
7061 Call `image-toggle-display-text' after turning image-minor-mode off.
7062
7063 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
7066 Terminal.app, use utf-8.
7067 (set-display-table-and-terminal-coding-system): Add coding-system arg.
7068 (set-locale-environment): Use it.
7069
7070 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7071
7072 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7073
7074 * progmodes/python.el (python-close-block-statement-p)
7075 (python-outdent-p, python-current-defun): Use symbol-end.
7076
7077 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7078
7079 * files.el (save-some-buffers): Doc fix.
7080
7081 2005-03-25 Werner Lemberg <wl@gnu.org>
7082
7083 * complete.el, thumbs.el: Replace `legal' with `valid'.
7084 * calendar/calendar.el: Replace `legal' with `valid'.
7085 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7086 * mail/supercite.el: Replace `legal' with `valid'.
7087 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7088 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7089 Replace `legal' with `valid'.
7090 * textmodes/reftex-vars.el, textmodes/reftex.el:
7091 Replace `legal' with `valid'.
7092
7093 2005-03-25 Werner Lemberg <wl@gnu.org>
7094
7095 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7096 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7097 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7098 * emulation/vip.el: Replace `illegal' with `invalid'.
7099 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7100 * mail/supercite.el: Replace `illegal' with `invalid'.
7101 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7102 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7103 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7104 * progmodes/sh-script.el, progmodes/xscheme.el:
7105 Replace `illegal' with `invalid'.
7106 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7107 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7108 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7109 * textmodes/reftex.el, textmodes/org.el:
7110 Replace `illegal' with `invalid'.
7111
7112 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7115 (flymake-find-buildfile, flymake-find-possible-master-files)
7116 (flymake-check-include, flymake-parse-line): Replace loops over the
7117 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7118
7119 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7120 Substitute file-name-as-directory in the rest of the file.
7121 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7122 (flymake-replace-region): Remove unused arg `buffer'.
7123 (flymake-check-patch-master-file-buffer): Update calls to it.
7124 (flymake-add-err-info): Remove unused var `count'.
7125 (flymake-mode): Use define-minor-mode.
7126
7127 * progmodes/flymake.el: Use with-current-buffer.
7128 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7129 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7130 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7131 Avoid testing for `xemacs'.
7132 (flymake-nop): Move.
7133 (flymake-region-has-flymake-overlays): Return the computed value.
7134 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7135 Remove unused var `endline'.
7136 (flymake-get-line-count): Remove unused function.
7137 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7138
7139 * emulation/vi.el:
7140 * generic.el:
7141 * hilit-chg.el (global-highlight-changes):
7142 * hi-lock.el (hi-lock-mode):
7143 * follow.el: find-file-hooks -> find-file-hook.
7144
7145 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7146
7147 2005-03-24 Juri Linkov <juri@jurta.org>
7148
7149 * dired.el (dired-mode-map): Add menu item "Compare directories"
7150 for dired-compare-directories.
7151
7152 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7153 Doc fix. Replace `read-file-name' with `read-directory-name'.
7154
7155 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7158
7159 2005-03-24 Jay Belanger <belanger@truman.edu>
7160
7161 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7162 relevant mode settings in calc-embedded-original-modes when modes
7163 are permanently changed.
7164
7165 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * autoinsert.el: find-file-hooks -> find-file-hook.
7168
7169 2005-03-24 Lute Kamstra <lute@gnu.org>
7170
7171 * generic.el (generic-font-lock-defaults): Make it obsolete.
7172 (generic-font-lock-keywords): New variable to replace
7173 generic-font-lock-defaults.
7174 (generic-mode-set-font-lock): Delete it.
7175 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7176 (generic-bracket-support): Add docstring.
7177
7178 * generic-x.el: Rename generic-font-lock-defaults to
7179 generic-font-lock-keywords throughout.
7180 (mailagent-rules-setup-function): Delete it.
7181 (mailagent-rules-generic-mode): Use anonymous function instead.
7182 (show-tabs-generic-mode-font-lock-defaults-1)
7183 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7184 Quote faces.
7185 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7186 not foreground.
7187
7188 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7189 Recognize define-generic-mode.
7190
7191 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7192
7193 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7194 if there's no completion table.
7195
7196 2005-03-23 Miles Bader <miles@gnu.org>
7197
7198 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7199 Remove tty-specific variants, as they're no longer needed.
7200
7201 2005-03-23 Lute Kamstra <lute@gnu.org>
7202
7203 * generic-x.el: Code cleanup: make args constant whenever possible.
7204 (installshield-statement-keyword-list)
7205 (installshield-system-functions-list)
7206 (installshield-system-variables-list, installshield-types-list)
7207 (installshield-funarg-constants-list): Make them constants.
7208
7209 * generic.el (generic-make-keywords-list): Add autoload cookie.
7210
7211 * calendar/time-date.el: Add comment on time value formats.
7212 Don't require parse-time.
7213 (with-decoded-time-value): New macro.
7214 (encode-time-value): New function.
7215 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7216 (days-to-time): Return a valid time value when arg is huge.
7217 (time-since): Use time-subtract.
7218 (time-to-number-of-days): Use time-to-seconds.
7219
7220 2005-03-23 David Ponce <david@dponce.com>
7221
7222 * recentf.el: (recentf-keep): New option.
7223 (recentf-menu-action): Default to `find-file'.
7224 (recentf-keep-non-readable-files-flag)
7225 (recentf-keep-non-readable-files-p)
7226 (recentf-file-readable-p, recentf-find-file)
7227 (recentf-cleanup-remote): Remove.
7228 (recentf-include-p): More robust.
7229 (recentf-keep-p): New function.
7230 (recentf-remove-if-non-kept): Rename from
7231 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7232 All callers updated.
7233 (recentf-menu-items-for-commands): Fix help string.
7234 (recentf-track-closed-file): Update. Doc fix.
7235 (recentf-cleanup): Update. Count removed files. Doc fix.
7236
7237 2005-03-23 Kim F. Storm <storm@cua.dk>
7238
7239 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7240 Don't inherit from fringe face (now happens automatically).
7241
7242 2005-03-22 Kim F. Storm <storm@cua.dk>
7243
7244 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7245 position values.
7246
7247 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * menu-bar.el (showhide-date-time): Remove.
7250 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7251 (menu-bar-make-mm-toggle): Simplify.
7252
7253 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7254
7255 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7256 Accept qualified variable and function names.
7257
7258 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7259
7260 * bindings.el (completion-ignored-extensions):
7261 Remove ".lis" for `vax-vms'.
7262
7263 2005-03-22 Andreas Schwab <schwab@suse.de>
7264
7265 * generic-x.el: Revert last change.
7266 * ldefs-boot.el: Update.
7267
7268 2005-03-22 Jay Belanger <belanger@truman.edu>
7269
7270 * calc/calc-embed (calc-embedded-original-modes): New variable.
7271 (calc-embedded-save-original-modes)
7272 (calc-embedded-restore-original-modes): New functions.
7273 (calc-do-embedded): Save original modes when entering embedded mode
7274 and restore when leaving embedded mode.
7275 (calc-embedded-modes-change): Change the value of
7276 calc-embedded-original-modes to reflect permanent changes.
7277
7278 2005-03-22 Lute Kamstra <lute@gnu.org>
7279
7280 * generic-x.el: Require generic again.
7281
7282 2005-03-22 Miles Bader <miles@gnu.org>
7283
7284 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7285 Tweak details to look good on both ttys and bitmap displays, light
7286 or dark background, etc.
7287
7288 2005-03-21 Kim F. Storm <storm@cua.dk>
7289
7290 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7291 mouse position.
7292
7293 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * icomplete.el: Don't forcibly turn on the mode upon load.
7296 (icomplete-mode): Use define-minor-mode.
7297 (icomplete-eoinput): Default to nil.
7298 (icomplete-minibuffer-setup): Remove autoload.
7299 (icomplete-tidy): Simplify.
7300 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7301 in the initial state or if the user has modified the field.
7302 Fix handling of icomplete-max-delay-chars.
7303 Remove code that handles the oddball case where
7304 minibuffer-completion-table is an integer.
7305 Wrap icomplete-completions in while-no-input in case building
7306 completions takes more time than expected.
7307 (icomplete-completions): Simplify.
7308
7309 2005-03-21 Richard M. Stallman <rms@gnu.org>
7310
7311 * jka-compr.el (jka-compr-really-do-compress):
7312 Make variable buffer-local.
7313
7314 * image-mode.el: Handle .xpm files too.
7315 (image-toggle-display): Preserve modification flag.
7316
7317 * help.el (where-is): Don't mention aliases with no key bindings.
7318
7319 2005-03-21 Lute Kamstra <lute@gnu.org>
7320
7321 * generic.el: Fix commentary section. Don't require cl for compilation.
7322 (generic-mode-list): Add autoload cookie.
7323 (generic-use-find-file-hook, generic-lines-to-scan)
7324 (generic-find-file-regexp, generic-ignore-files-regexp)
7325 (generic-mode, generic-mode-find-file-hook)
7326 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7327 (define-generic-mode): Make it a defmacro. Fix docstring.
7328 (generic-mode-internal): Code cleanup. Add autoload cookie.
7329 (generic-mode-set-comments): Code cleanup.
7330 * generic-x.el: Don't prevent compilation. Don't require generic.
7331 Follow coding conventions. Minor code cleanup.
7332 (etc-fstab-generic-mode): Add some keywords.
7333 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7334 define-generic-mode like a function declaration.
7335
7336 2005-03-21 Jay Belanger <belanger@truman.edu>
7337
7338 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7339 changing modes.
7340
7341 2005-03-21 Sam Steingold <sds@gnu.org>
7342
7343 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7344
7345 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7346
7347 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7348 Add underscore to "f$ lexicals" regexp.
7349
7350 2005-03-20 Juri Linkov <juri@jurta.org>
7351
7352 * subr.el (progress-reporter-do-update): When `min-value' is equal
7353 to `max-value', set `percentage' to 0 and prevent division by zero.
7354
7355 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7356
7357 Sync with Tramp 2.0.48.
7358
7359 * tramp.el (all): Change all addresses to .gnu.org.
7360 (tramp-append-tramp-buffers): New defun.
7361 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7362 Catch `dont-send' signal.
7363 (tramp-set-auto-save-file-modes): Set always permissions, because
7364 there might be an old auto-saved file belonging to another
7365 original file. This could be a security threat. Reported by
7366 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7367 Check for Emacs 21.3.50 removed.
7368
7369 * tramp-smb.el (all): Remove debug construct for
7370 `with-parsed-tramp-file-name'.
7371 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7372 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7373 No error message if DIRECTORY or FILENAME doesn't exist.
7374 (tramp-smb-open-connection): Check existence of
7375 `tramp-smb-program'.
7376
7377 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7380 Properly handle the case where the `m' or `s' command's argument is not
7381 yet terminated.
7382 (perl-indent-new-calculate): New function.
7383 (perl-indent-line): Use it.
7384
7385 2005-03-20 Miles Bader <miles@gnu.org>
7386
7387 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7388 in text-mode too. Change to new face names.
7389 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7390 Add `:weight bold' attribute.
7391 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7392
7393 2005-03-19 Juri Linkov <juri@jurta.org>
7394
7395 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7396
7397 * international/mule.el (auto-coding-alist): Sync with
7398 `auto-mode-alist' by adding upper case archive file extensions
7399 and adding ear/war to jar extension.
7400
7401 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7402
7403 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7404 running, restart it.
7405
7406 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7407
7408 * finder.el (finder-current-item): Throw an error on an empty line.
7409
7410 * man.el (Man-follow-manual-reference): If current-word returns
7411 nil, use "".
7412
7413 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7414
7415 * simple.el (goto-line): Doc fix.
7416
7417 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7418
7419 * files.el (save-buffer): Doc fix.
7420
7421 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7422
7423 * recentf.el (recentf-cleanup-remote): New variable.
7424 (recentf-cleanup): Use it to conditionally check availability of
7425 remote files.
7426
7427 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7428
7429 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7430 function names.
7431
7432 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7433
7434 * language/thai-word.el: New file.
7435
7436 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7437
7438 * files.el (backup-buffer): If the file's directory is not
7439 writable, use copy instead of move to backup the file.
7440
7441 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7442
7443 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7444
7445 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7446
7447 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7448 Use functionp instead of symbolp and fboundp. Reported by Drkm
7449 <darkman_spam@yahoo.fr>.
7450 (ps-print-version): New version 6.6.6.
7451
7452 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7453
7454 * textmodes/table.el (table--line-column-position): New idiom.
7455 (table--row-column-insertion-point-p): New function to test
7456 validity of row and column insertion operation at a location.
7457 (table-global-menu, table-cell-menu): Use above functions for
7458 deterministic test operation.
7459 (table--editable-cell-p): Behave in deterministic fashion.
7460
7461 2005-03-18 Juri Linkov <juri@jurta.org>
7462
7463 * isearch.el (isearch-lazy-highlight-new-loop):
7464 Make arguments beg and end optional.
7465 (isearch-update): Remove optional arguments nil from
7466 isearch-lazy-highlight-new-loop.
7467 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7468 isearch-lazy-highlight-case-fold-search instead of
7469 isearch-case-fold-search, and let-bind isearch-regexp to
7470 isearch-lazy-highlight-regexp.
7471 Use isearch-lazy-highlight-last-string instead of isearch-string.
7472
7473 * replace.el (perform-replace): Remove bindings of global
7474 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7475 Add three new arguments to `replace-highlight'.
7476 (replace-highlight): Add arguments string, regexp, case-fold.
7477 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7478 to allow isearch-lazy-highlight-new-loop to use these values
7479 to set corresponding isearch-lazy-highlight-* internal
7480 variables whose values lazy highlighting will use regardless of
7481 changes to global variables isearch-string, isearch-regexp,
7482 isearch-case-fold-search during lazy highlighting loop.
7483 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7484 to `lazy-highlight-cleanup'.
7485
7486 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7487 (ispell-highlight-face): Set default face to `isearch' when
7488 lazy highlighting is enabled.
7489 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7490 priority to 1. Add lazy highlighting.
7491 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7492 from `isearch-dehighlight'.
7493
7494 2005-03-18 David Ponce <david@dponce.com>
7495
7496 * files.el (hack-local-variables): Do a case-insensitive search
7497 for End.
7498
7499 2005-03-18 Juri Linkov <juri@jurta.org>
7500
7501 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7502 `isearch-lazy-highlight-cleanup', add alias to old name and
7503 declare obsolete. Add release numbers to other obsolete vars.
7504 (isearch-done, isearch-lazy-highlight-new-loop):
7505 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7506 (lazy-highlight-cleanup) <variable>: Doc fix.
7507 (isearch-lazy-highlight-update): Rename obsolete
7508 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7509
7510 2005-03-18 Kenichi Handa <handa@m17n.org>
7511
7512 * language/thai-util.el: Fix categorization of Thai characters in
7513 thai-category-table.
7514 (thai-composition-pattern): Adjust it for the above change.
7515 (thai-self-insert-command, thai-compose-syllable): New functions.
7516 (thai-compose-region): Use thai-compose-syllable.
7517 (thai-compose-string): Likewise.
7518 (thai-composition-function): Likewise.
7519 (thai-auto-composition): New function.
7520 (thai-auto-composition-mode): New minor mode.
7521
7522 * language/thai.el: Fix patterns to be registered in
7523 composition-function-table.
7524
7525 * international/quail.el (quail-input-method): Locally bind
7526 inhibit-modification-hooks to t.
7527
7528 2005-03-17 Richard M. Stallman <rms@gnu.org>
7529
7530 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7531 (perl-mode): Use run-mode-hooks.
7532
7533 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7534 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7535 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7536
7537 * mail/sendmail.el (sendmail-send-it): Reenable the code
7538 to compute resend-to-address and use it.
7539
7540 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7541
7542 * image-mode.el: New file.
7543
7544 * image.el (insert-sliced-image): Add autoload cookie.
7545
7546 * font-lock.el (font-lock-lines-before): New user option.
7547 (font-lock-after-change-function): Obey it.
7548
7549 * bindings.el (esc-map): Make M-g a prefix.
7550 Bind M-g g and M-g M-g to goto-line.
7551
7552 * faces.el (face-id): Doc fix.
7553
7554 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7555
7556 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7557 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7558 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7559
7560 * mail/sendmail.el (mail-yank-ignored-headers)
7561 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7562 Add Mail-Followup-To and Mail-Reply-To headers.
7563 (mail-citation-hook): Add autoload cookie.
7564 (mail-mode): Doc fix.
7565 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7566 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7567 (mail-mode-fill-paragraph): Handle those headers.
7568 (mail-mailing-lists): New variable.
7569 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7570
7571 2005-03-17 Juri Linkov <juri@jurta.org>
7572
7573 * isearch.el (isearch-fallback): Check for `(car previous)'
7574 before calling `isearch-other-end-state'.
7575
7576 2005-03-17 Kim F. Storm <storm@cua.dk>
7577
7578 * simple.el (move-beginning-of-line): Move to beginning of buffer
7579 line, as well as beginning of screen line.
7580
7581 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7582
7583 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7584 argument REDRAW rather than calendar-redrawing variable.
7585 * calendar/calendar.el (calendar-redrawing): Delete.
7586 (redraw-calendar): Do not bind calendar-redrawing.
7587
7588 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7589
7590 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7591 diary-file buffer.
7592
7593 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * help.el (describe-mode): Allow a :minor-mode-function property to
7596 specify a different minor mode toggle function than the variable.
7597 * simple.el (auto-fill-function):
7598 * subr.el (add-minor-mode): Use it.
7599
7600 2005-03-16 Kenichi Handa <handa@m17n.org>
7601
7602 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7603 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7604 (ethio-fidel-to-sera-buffer): Likewise.
7605
7606 2005-03-16 Juri Linkov <juri@jurta.org>
7607
7608 * emacs-lisp/find-func.el (find-function-regexp):
7609 Add defun-emitting macro `menu-bar-make-toggle'.
7610
7611 * isearch.el: Put `isearch-scroll' property to
7612 `split-window-horizontally'.
7613
7614 * info.el: Update error messages for `debug-ignored-errors'.
7615 (Info-isearch-search): Doc fix.
7616 (Info-find-node): Move up code to go into info buffer before
7617 recording the node to the history.
7618 (Info-fontify-node): Fontify titles only if the next line
7619 has two or more `*', `=', `-', `.'.
7620 Display "go to this node" for empty (match-string 3).
7621
7622 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7623
7624 * term/mac-win.el: Add mouse pointer shape constants.
7625
7626 2005-03-15 Kim F. Storm <storm@cua.dk>
7627
7628 * simple.el (move-beginning-of-line): Use vertical-motion.
7629
7630 2005-03-15 Juri Linkov <juri@jurta.org>
7631
7632 * isearch.el (isearch-error): New variable.
7633 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7634 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7635 (isearch-within-brackets-state): Remove.
7636 (isearch-case-fold-search-state, isearch-pop-fun-state):
7637 Decrease frame index.
7638 (isearch-mode, isearch-top-state, isearch-push-state)
7639 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7640 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7641 (isearch-search, isearch-lazy-highlight-new-loop):
7642 Replace `isearch-invalid-regexp' with `isearch-error'.
7643 Remove `isearch-within-brackets'.
7644 (isearch-search): Add `search-failed' handler to `condition-case'.
7645 (isearch-lazy-highlight-search): Add `condition-case' to catch
7646 errors and allow `isearch-lazy-highlight-update' to try
7647 highlighting from the beginning of the window.
7648 (isearch-repeat): Move up code to set isearch-wrapped to t
7649 before calling isearch-wrap-function.
7650
7651 * info.el (Info-isearch-initial-node): New internal variable.
7652 (Info-search): Signal an error in isearch mode when search leaves
7653 the initial node. Signal an error when `bound' is non-nil and
7654 nothing was found in the current subfile.
7655 (Info-isearch-search): Remove `condition-case'.
7656 (Info-isearch-wrap): Don't wrap when search failed during leaving
7657 the initial node. If `Info-isearch-search' is nil, wrap around
7658 the current node.
7659 (Info-isearch-start): New fun.
7660 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7661 `isearch-mode-hook'.
7662
7663 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7664
7665 * simple.el (normal-erase-is-backspace): Set default to t if
7666 running on Mac.
7667
7668 * term/mac-win.el (function-key-map): Sync with x-win.el.
7669
7670 2005-03-15 Kenichi Handa <handa@m17n.org>
7671
7672 * international/mule-cmds.el (locale-language-names): Modify the
7673 format of elements and add more entries.
7674 (locale-preferred-coding-systems): Add more entries.
7675 (set-locale-environment): Adjust for the change of
7676 locale-language-names.
7677
7678 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * pcvs.el (smerge-ediff): Remove bogus autoload.
7681
7682 2005-03-14 Lute Kamstra <lute@gnu.org>
7683
7684 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7685 Ignore a `*' at the beginning of a line.
7686
7687 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7688 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7689 subr.el.
7690 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7691 to specify indentation.
7692
7693 * generic.el (define-generic-mode): Let generic-mode-list be a
7694 list of strings; test membership with equal.
7695
7696 2005-03-14 Kim F. Storm <storm@cua.dk>
7697
7698 * simple.el (next-line, previous-line): Add optional try-vscroll
7699 arg to recognize interactive use. Pass it on to line-move.
7700 (line-move): Don't perform auto-window-vscroll when defining or
7701 executing keyboard macro to ensure consistent behavior.
7702
7703 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7706
7707 2005-03-13 Lute Kamstra <lute@gnu.org>
7708
7709 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7710 debugger-setup-buffer so that backtrace marks the frames set to
7711 debug-on-exit and we don't have to do it manually. Set an extra
7712 debug-on-exit for macro's.
7713 (debugger-setup-buffer): Don't mark the top frame manually.
7714
7715 2005-03-12 Lute Kamstra <lute@gnu.org>
7716
7717 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7718 lisp-indent-function throughout.
7719 (with-no-warnings): Set lisp-indent-function property.
7720
7721 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7722
7723 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7724 Add entry for backslash.
7725
7726 2005-03-12 Juri Linkov <juri@jurta.org>
7727
7728 * info.el (Info-search): Four fixes for backward search.
7729
7730 2005-03-11 Jay Belanger <belanger@truman.edu>
7731
7732 * calc/calc.el (calc-language-alist): New variable.
7733 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7734 (calc-embedded-find-modes): Use calc-language-alist instead of
7735 calc-embedded-language-alist.
7736
7737 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7738
7739 * calendar/calendar.el (calendar-redrawing): New internal
7740 variable.
7741 (redraw-calendar): Remove bogus save-excursion from previous
7742 change. Bind calendar-redrawing to t for mark-diary-entries.
7743 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7744 calendar if that is why we were called.
7745
7746 2005-03-11 Kenichi Handa <handa@m17n.org>
7747
7748 * international/mule.el (make-coding-system): Set property
7749 coding-system-define-form to nil.
7750 (define-coding-system-alias): Likewise.
7751
7752 2005-03-11 Kenichi Handa <handa@m17n.org>
7753
7754 These changes are suggested by Dave Love <fx@gnu.org>.
7755
7756 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7757 coding: tag.
7758 (adaptive-fill-regexp): Add more bullets.
7759 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7760 regexps.
7761
7762 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * help.el (describe-mode): Properly handle non-trivial lighters.
7765 Don't ignore minor modes that are not listed in minor-mode-list.
7766
7767 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7768 feature ON when the user requests to turn it OFF.
7769
7770 2005-03-10 Lute Kamstra <lute@gnu.org>
7771
7772 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7773 (implement-debug-on-entry): New function to replace debug-entry-code.
7774 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7775 second argument as the 2005-03-07 change makes it obsolete.
7776 (debug-on-entry, cancel-debug-on-entry): Update call to
7777 debug-on-entry-1.
7778 (debug, debugger-setup-buffer): Comment update.
7779 (debugger-frame-number): Update to work with implement-debug-on-entry.
7780
7781 2005-03-10 Jay Belanger <belanger@truman.edu>
7782
7783 * calc/calc-embed.el (math-ms-args): Declare it.
7784 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7785 math-ms-args.
7786 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7787 variables.
7788
7789 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7790
7791 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7792 Use message-box.
7793
7794 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7795 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7796 (tooltip-gud-tips): Simplify.
7797 (tooltip-gud-tips-p): Remove superfluous :set.
7798 (tooltip-gud-modes): Add fortran-mode.
7799 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7800
7801 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7802
7803 2005-03-09 Kim F. Storm <storm@cua.dk>
7804
7805 * play/animate.el (animate-place-char): Use forward-line instead
7806 of next-line to improve performance.
7807
7808 2005-03-09 Simon Josefsson <jas@extundo.com>
7809
7810 * net/browse-url.el (browse-url-default-browser): Doc fix.
7811
7812 2005-03-09 Miles Bader <miles@gnu.org>
7813
7814 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7815 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7816
7817 2005-03-09 Kenichi Handa <handa@m17n.org>
7818
7819 * international/latin-1.el: Set case and syntax for 255 only if
7820 set-case-syntax-set-multibyte is nil.
7821
7822 * textmodes/ispell.el (ispell-insert-word): New function.
7823 (ispell-word): Use ispell-insert-word to insert a new word.
7824 (ispell-process-line): Likewise.
7825 (ispell-complete-word): Likewise.
7826
7827 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7828
7829 * calendar/calendar.el (redraw-calendar): Preserve point.
7830 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7831 (calendar-week-start-day): Move after definition of
7832 redraw-calendar. Delete buffer test, since redraw-calendar has
7833 that now.
7834
7835 * calendar/diary-lib.el (mark-diary-entries): Only call
7836 redraw-calendar in the first of any recursive calls.
7837 Reported by Alan Shutko <ats@acm.org>.
7838
7839 2005-03-08 Juri Linkov <juri@jurta.org>
7840
7841 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7842 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7843 (html-radio-buttons): Add a space before the trailing `/>' where
7844 sgml-xml-mode is non-nil.
7845 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7846 the subsequent tag of the empty XML tag.
7847 (html-href-anchor): Don't set initial input to "http:".
7848 (html-image): Ask for the image URL and set point inside alt="".
7849 (html-name-anchor): Duplicate the name in the `id' attribute when
7850 sgml-xml-mode is non-nil.
7851 (html-paragraph): Remove \n before <p>.
7852 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7853 instead of `checked' when sgml-xml-mode is non-nil.
7854
7855 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7856 Remove 1 space before #RRGGBB to not truncate it on terminal
7857 windows w/o fringes. Remove 1 space between bg and fg examples
7858 to get more space.
7859 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7860 avoid byte-compile warnings.
7861
7862 * image-file.el (image-file-handler): Put `safe-magic' property to
7863 `image-file-handler'.
7864
7865 * info.el (Info-isearch-search): Emulate word search in
7866 isearching through multiple Info nodes with Info-search.
7867 (Info-isearch-wrap): Allow isearch-word.
7868
7869 2005-03-08 Lute Kamstra <lute@gnu.org>
7870
7871 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7872 stepping into the debugger's code is not possible.
7873 (debugger-jumping-flag): Docstring update.
7874
7875 2005-03-08 Jay Belanger <belanger@truman.edu>
7876
7877 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7878 embedded mode begins.
7879 (calc-embedded-language-alist): New variable.
7880 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7881 set default language mode.
7882
7883 2005-03-08 Kenichi Handa <handa@m17n.org>
7884
7885 * international/ccl.el (define-ccl-program): Fix docstring about
7886 extra 256 bytes assured for the output buffer.
7887
7888 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7889 Fix BUFFER_MAGNIFICATION to 2.
7890 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7891
7892 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7893
7894 * align.el (align-rules-list): Added an alignment rule for CSS
7895 declarations (applies to css-mode and html-mode buffers).
7896
7897 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7900
7901 2005-03-07 Kim F. Storm <storm@cua.dk>
7902
7903 * simple.el (move-beginning-of-line): New command.
7904
7905 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7906
7907 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7908
7909 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7910 and move-beginning-of-line.
7911
7912 * apropos.el (apropos-print): Omit command from M-x ... RET.
7913
7914 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7915
7916 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7917 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7918
7919 2005-03-06 Richard M. Stallman <rms@gnu.org>
7920
7921 * bindings.el (esc-map): Bind M-g to goto-line.
7922
7923 * facemenu.el (global-map): Bind M-o, not M-g.
7924
7925 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7926
7927 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7928 "Open Directory" as for "Open File".
7929
7930 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7931
7932 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7933 (push-mark-command): Run activate-mark-hook.
7934
7935 2005-03-06 Richard M. Stallman <rms@gnu.org>
7936
7937 * help-mode.el (help-mode-finish): Don't alter the element
7938 in view-return-to-alist if there already is one.
7939
7940 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7941 make sure the current buffer is the expected one.
7942
7943 * novice.el (disabled-command-function): Output in *Disabled Command*.
7944 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7945
7946 * textmodes/flyspell.el (flyspell-large-region):
7947 Pass args differently for aspell.
7948
7949 * files.el (mode-require-final-newline): Doc fix.
7950
7951 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7952
7953 * progmodes/which-func.el (which-function):
7954 Specify NOERROR when calling imenu--make-index-alist.
7955
7956 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * simple.el (normal-erase-is-backspace): Define default value.
7959
7960 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7961 (custom-reevaluate-setting): Simple function to handle
7962 variables that are defined before their default value can really
7963 be computed.
7964
7965 * startup.el (command-line): Use it for temporary-file-directory,
7966 small-emporary-file-directory, auto-save-file-name-transforms,
7967 blink-cursor-mode, and normal-erase-is-backspace.
7968
7969 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7970 progress, even with buggy anchored keywords.
7971
7972 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7973
7974 * simple.el (goto-line): Remove unbalanced final parenthesis.
7975
7976 2005-03-05 Richard M. Stallman <rms@gnu.org>
7977
7978 * simple.el (goto-line): Use a number at point as the default.
7979 With C-u as arg, switch buffers.
7980
7981 2005-03-05 Juri Linkov <juri@jurta.org>
7982
7983 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7984 with `no-blinking-cursor'.
7985
7986 * startup.el (no-blinking-cursor): New defvar.
7987 (command-line): Add `--no-blinking-cursor' to longopts.
7988 Set `no-blinking-cursor' to t for command line arguments
7989 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7990 with `no-blinking-cursor' in the condition for calling
7991 `blink-cursor-mode'.
7992
7993 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7994
7995 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7996 (menu-bar-options-save): Add blink-cursor-mode.
7997 (menu-bar-options-menu): Add blink-cursor-mode.
7998
7999 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
8000
8001 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
8002 (icalendar-export-file, icalendar-export-region)
8003 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
8004 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
8005
8006 2005-03-04 Lute Kamstra <lute@gnu.org>
8007
8008 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
8009 (debug-function-list): Ditto.
8010
8011 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
8012
8013 * textmodes/texinfmt.el (texinfo-append-refill):
8014 Redefine the types of line to which @refill
8015 is not appended by replacing a search for `@refill\\|@bye' with
8016 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
8017 itemize@refill' bug and the unfilled long lines bug.
8018 (texinfmt-version): Update number and date.
8019
8020 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8021
8022 * international/code-pages.el (windows-1250, windows-125[2-8])
8023 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
8024
8025 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
8028 bound yet.
8029
8030 2005-03-02 Romain Francoise <romain@orebokech.com>
8031
8032 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
8033 buffer after removing limits.
8034 (ibuffer-pop-filter): Ditto.
8035 Update copyright.
8036
8037 2005-03-02 Miles Bader <miles@gnu.org>
8038
8039 * button.el (make-text-button): If the user doesn't specify a
8040 type, use the default. Rewrite to use `add-text-properties' and
8041 plist functions.
8042
8043 2005-03-01 Lute Kamstra <lute@gnu.org>
8044
8045 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
8046 (debugger-jumping-flag): New var.
8047 (debug-entry-code): Use it.
8048 (debugger-jump): Use debugger-jumping-flag and add
8049 debugger-reenable to post-command-hook.
8050 (debugger-reenable): Use debugger-jumping-flag and remove itself
8051 from post-command-hook.
8052 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
8053 debugger-reenable.
8054
8055 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
8056
8057 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
8058 inclusion of "itemize\\|", which may be unnecessary, is certainly
8059 inelegant, and stops refilling in itemize lists when formatting
8060 Japanese Texinfo files to Info.
8061 Update copyright to 2005.
8062
8063 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
8064
8065 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
8066 of an error if GDB can't find the source file.
8067
8068 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
8069
8070 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8071 not just the calendar.
8072
8073 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8074 first.
8075 (diary-redraw-calendar): New function.
8076 (make-diary-entry): Add diary-redraw-calendar to local
8077 write-contents-functions. Turn off selective display before
8078 inserting in diary.
8079
8080 2005-03-01 Kim F. Storm <storm@cua.dk>
8081
8082 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8083
8084 2005-03-01 Lute Kamstra <lute@gnu.org>
8085
8086 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8087 that debug-entry-code can be safely removed from a function while
8088 this code is being evaluated. Revert the 2005-02-27 change as the
8089 new implementation no longer requires it. Make sure that a
8090 function body containing just a string is not mistaken for a docstring.
8091 (debug): Skip one more frame in case of debug on entry.
8092 (debugger-setup-buffer): Delete one more frame line in case of
8093 debug on entry.
8094 (debugger-frame-number): Update to use the new text introduced by
8095 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8096
8097 2005-02-28 Kim F. Storm <storm@cua.dk>
8098
8099 * double.el (double-translate-key): Call force-window-update after
8100 read-event to avoid crash in redisplay.
8101
8102 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8105 (debug): Use it. Move the inhibit-trace earlier.
8106 (debug-entry-code): New const.
8107 (debug-on-entry-1): Use it.
8108
8109 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8110
8111 * international/utf-16.el (ccl-encode-mule-utf-16le):
8112 Fix BUFFER_MAGNIFICATION to 2.
8113 (ccl-encode-mule-utf-16be): Likewise.
8114
8115 2005-02-28 Kenichi Handa <handa@m17n.org>
8116
8117 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8118 Fix BUFFER_MAGNIFICATION to 4.
8119 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8120
8121 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * speedbar.el (speedbar-update-flag): Doc fix.
8124 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8125 argument.
8126
8127 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8130 have a non-nil `invisible' property but are actually visible.
8131
8132 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8133 for perldoc sections.
8134 (perl-outline-regexp, perl-outline-level): New var and function.
8135 (perl-mode): Use them.
8136
8137 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8138
8139 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8140 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8141
8142 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8143
8144 * cus-edit.el: Comment change.
8145 (custom-buffer-create-internal): Slightly reword text at top of
8146 Custom buffers. Mention there that saving an option edits the
8147 init file. Add link to Emacs manual node on `custom-file'.
8148 (custom-magic-alist): Rewrite individual State messages to use
8149 capitalized keywords. Doc fix.
8150
8151 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8152
8153 * calendar/calendar.el (calendar-buffer): Move above
8154 calendar-week-start-day.
8155 (calendar-week-start-day): Doc fix. Add :set function.
8156 (calendar-minimum-window-height): New variable.
8157 (generate-calendar-window): Only resize window if selected-window
8158 is displaying the calendar buffer. Use new variable
8159 calendar-minimum-window-height.
8160 (generate-calendar): Reword error message.
8161 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8162
8163 2005-02-27 Andreas Schwab <schwab@suse.de>
8164
8165 * vc.el (vc-do-command): Don't run command asynchronously when
8166 operating in a remote directory.
8167
8168 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8169 change from sync with Tramp 2.0.47.
8170
8171 2005-02-27 Richard M. Stallman <rms@gnu.org>
8172
8173 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8174
8175 * textmodes/flyspell.el (flyspell-mode-on):
8176 Call ispell-change-dictionary only if necessary.
8177
8178 * emacs-lisp/re-builder.el (regexp-builder): New function.
8179
8180 * register.el (describe-register-1): Explicitly handle
8181 yank-excluded-properties = t.
8182
8183 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8184 (custom-magic-alist): Change the status descriptions again.
8185 (face widget-type): Total rewrite based on `restricted-sexp'
8186 to eliminate the confusing double hiding levels.
8187
8188 * emacs-lisp/debug.el (debug-on-entry-1):
8189 If function body is empty, add nil as body form.
8190
8191 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * emacs-lisp/trace.el (inhibit-trace): New var.
8194 (trace-make-advice): Use it.
8195
8196 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8197
8198 2005-02-26 Kim F. Storm <storm@cua.dk>
8199
8200 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8201 (mouse-on-link-p, mouse-drag-region-1): Use it.
8202
8203 2005-02-25 Lute Kamstra <lute@gnu.org>
8204
8205 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8206
8207 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8208
8209 * frame.el (blink-cursor-mode): Add :group keyword.
8210
8211 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8212
8213 * calendar/icalendar.el (icalendar--decode-isodatetime):
8214 New optional argument DAY-SHIFT.
8215 (icalendar-export-region): Fix coding-system-for-write.
8216 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8217 events by one.
8218
8219 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8222
8223 2005-02-24 Kim F. Storm <storm@cua.dk>
8224
8225 * international/iso-acc.el (iso-accents-compose): Fix crash
8226 during redisplay. Call force-window-update after read-event
8227 and delete-region to signal that window is not accurate.
8228
8229 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8232 Remove unused and inexistent var `inhibit-trace'.
8233 (debugger-mode): Use run-mode-hooks.
8234 (debugger-list-functions): Add buttons; setup xref stack.
8235
8236 2005-02-23 Richard M. Stallman <rms@gnu.org>
8237
8238 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8239 appointment says it was explicitly made.
8240 (appt-add): Set the 3rd element.
8241 (appt-make-list): Preserve explicit appointments.
8242
8243 * subr.el (find-tag-default): Catch errors in forward-sexp.
8244
8245 2005-02-23 Juri Linkov <juri@jurta.org>
8246
8247 * info.el (Info-isearch-search): New defcustom.
8248 (Info-isearch-search): Call the default isearch function
8249 when Info-isearch-search is nil.
8250 (Info-isearch-wrap): Use variable Info-isearch-search.
8251
8252 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8253
8254 * cus-edit.el: Comment change.
8255
8256 2005-02-22 Kim F. Storm <storm@cua.dk>
8257
8258 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8259 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8260
8261 2005-02-22 Simon Josefsson <jas@extundo.com>
8262
8263 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8264 New variable.
8265 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8266 Oskarsson" <myrkraverk@users.sourceforget.net>.
8267
8268 2005-02-22 Kim F. Storm <storm@cua.dk>
8269
8270 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8271 check that window of that event is the selected window.
8272 (mouse-drag-region-1): Compare mouse event window to selected
8273 window before setting point.
8274
8275 * tooltip.el (tooltip-show-help-function): Pass event to
8276 mouse-on-link-p so it can check selected window.
8277
8278 2005-02-22 Kenichi Handa <handa@m17n.org>
8279
8280 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8281 (ps-mule-show-warning): New function.
8282 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8283 characters are found.
8284
8285 * ps-print.el (ps-header-footer-string): Return a list of header
8286 and footer strings.
8287
8288 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8289
8290 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8291
8292 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8293
8294 * frame.el (blink-cursor-mode): Use define-minor-mode.
8295
8296 * term/mac-win.el (function-key-map): Use char-names more consistently.
8297 (file-name-coding-system): Only set it for MacOS-9. The other case is
8298 already handled in mule-cmds.el (where it also works when mac-win.el
8299 is not used).
8300
8301 2005-02-21 Kenichi Handa <handa@m17n.org>
8302
8303 * international/mule.el (ctext-pre-write-conversion): Always use
8304 " *code-converting-work*" buffer for work.
8305
8306 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8307
8308 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8309
8310 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8311
8312 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8313
8314 * ses.el (undo-more): Restore defadvice, but only the part that
8315 allows changes outside the restricted area of the buffer.
8316
8317 2005-02-20 Kim F. Storm <storm@cua.dk>
8318
8319 * simple.el (line-move): Add fourth optional arg try-vscroll which
8320 must be set to perform auto-window-vscroll.
8321 When moving backwards and doing auto-window-vscroll, automatically
8322 vscroll to the last part of lines which are taller than the window.
8323 (next-line, previous-line): Set try-vscroll arg on line-move.
8324
8325 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8326
8327 * replace.el (query-replace, query-replace-regexp)
8328 (replace-string, replace-regexp): When operating on region, make
8329 the minibuffer prompt say so.
8330
8331 * isearch.el (isearch-forward): Document isearch-query-replace and
8332 isearch-query-replace-regexp keybindings.
8333
8334 2005-02-19 Jay Belanger <belanger@truman.edu>
8335
8336 * calc/calc-aent.el (math-read-token): Add local variable.
8337
8338 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8339 (calc-edit-top): Move declaration to earlier in file.
8340 (calc-edit-macro-repeats): Add local variables.
8341
8342 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8343 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8344 calcFunc-tanh.
8345 Adjust integration rule for calcFunc-tan.
8346
8347 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8348
8349 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8350 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8351 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8352 (viper-skip-separators): Bug fix.
8353 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8354 particular major mode.
8355 (viper-del-backward-char-in-replace): Don't put deleted char on the
8356 kill ring.
8357
8358 * viper-ex.el (viper-color-display-p): New function.
8359 (viper-has-face-support-p): Use viper-color-display-p.
8360
8361 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8362
8363 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8364
8365 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8366 (viper-file-remote-p): Make equivalent to file-remote-p.
8367
8368 * viper.el (viper-major-mode-modifier-list):
8369 Use viper-gnus-modifier-map.
8370
8371 2005-02-19 David Kastrup <dak@gnu.org>
8372
8373 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8374 quoting.
8375
8376 2005-02-19 Jay Belanger <belanger@truman.edu>
8377
8378 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8379 Remove extra definitions.
8380 (calc-coth): New function.
8381 (calcFunc-cot): Fix `let'.
8382
8383 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8384
8385 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8386 the reasons we use "type pc" in these faces.
8387
8388 * button.el (button): Ditto.
8389
8390 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8391
8392 * replace.el (query-replace-read-from): Set the value of
8393 query-replace-from-history-variable to handle the case of an empty
8394 string entered to accept the suggested default.
8395
8396 * net/tramp.el (tramp-file-name-for-operation):
8397 Use dired-call-process instead of dired-call-process-command.
8398
8399 2005-02-19 Jay Belanger <belanger@truman.edu>
8400
8401 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8402 (math-div-non-trig): New variables.
8403 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8404 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8405 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8406 trig expressions.
8407
8408 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8409
8410 * progmodes/gdb-ui.el (gdb-var-update-handler)
8411 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8412 for watch expressions,
8413 (gdb-var-create-handler): Don't set speedbar-update-flag.
8414 (gdb-post-prompt): Simplify test for speedbar.
8415
8416 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8417
8418 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8419 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8420 we use the syntax table of the correct buffer.
8421 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8422 Felix Gatzemeier.
8423
8424 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8425 (ediff-file-remote-p): Make synonymous with file-remote-p.
8426 In all deffaces ediff-*-face-*, use min-colors.
8427
8428 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8429 ediff-recurse-to-subdirectories.
8430 (ediff-mark-if-equal): Check that the arguments are strings, use
8431 ediff-same-contents (after to Felix Gatzemeier).
8432
8433 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8434 nil.
8435
8436 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8439
8440 2005-02-18 David Kastrup <dak@gnu.org>
8441
8442 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8443 use `mark-active' when defined.
8444
8445 2005-02-18 Kenichi Handa <handa@m17n.org>
8446
8447 * ps-print.el (ps-font-info-database): New entry
8448 ZapfChancery-MediumItalic with correct font name. Fix font name
8449 of the entry Zapf-Chancery-MediumItalic.
8450
8451 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8452
8453 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8454
8455 2005-02-16 Kim F. Storm <storm@cua.dk>
8456
8457 * ido.el (ido-fallback-command): Pass user input to fallback command.
8458
8459 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8460
8461 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8462 (gdb-find-file-hook): Add server prefix.
8463
8464 2005-02-16 Richard M. Stallman <rms@gnu.org>
8465
8466 * replace.el (perform-replace): Pass new args to replace-highlight.
8467 (replace-highlight): Take region args,
8468 and pass them to isearch-lazy-highlight-new-loop.
8469
8470 * novice.el (disabled-command-hook): Autoload the defalias
8471 and the make-obsolete-variable call.
8472
8473 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8474
8475 * isearch.el (isearch-lazy-highlight-start-limit)
8476 (isearch-lazy-highlight-end-limit): New variables limit
8477 the region for highlighting.
8478 (isearch-lazy-highlight-new-loop): New args BEG and END.
8479 (isearch-lazy-highlight-search): Use the new vars.
8480 (isearch-lazy-highlight-update): Likewise.
8481
8482 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8483
8484 * cus-start.el (all): Use default-boundp.
8485
8486 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8487
8488 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8489
8490 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8491
8492 * autorevert.el (auto-revert-stop-on-user-input)
8493 (auto-revert-verbose): Doc fixes.
8494
8495 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8496
8497 * international/mule-cmds.el (set-locale-environment): Remove call
8498 to set-selection-coding-system on Windows.
8499
8500 2005-02-15 Jay Belanger <belanger@truman.edu>
8501
8502 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8503 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8504 calcFunc-coth.
8505 (math-simplify-sqrt): Add simplifications.
8506
8507 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8508 to list.
8509
8510 * calc/calc-ext.el: Add functions to autoloads.
8511
8512 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8513 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8514 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8515 (math-csc-raw, math-cot-raw): New functions.
8516
8517 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8518
8519 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8520 the variable name in a message.
8521
8522 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8523 calcFunc-csc, calcFunc-cot.
8524
8525 * calc/calcalg2.el: Add derivative and integration rules for
8526 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8527 calcFunc-csch, calcFunc-coth.
8528 (math-do-integral-methods): Add to checks for when to use
8529 substitutions.
8530
8531 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8532
8533 2005-02-15 Lute Kamstra <lute@gnu.org>
8534
8535 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8536 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8537 <monnier@iro.umontreal.ca>
8538 (lisp-outline-level): Improve efficiency. Suggested by David
8539 Kastrup <dak@gnu.org>.
8540
8541 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8544 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8545 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8546 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8547 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8548
8549 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * cus-start.el (all): Comment change.
8552
8553 2005-02-14 Lute Kamstra <lute@gnu.org>
8554
8555 * cus-start.el (all): Check if symbol is void.
8556
8557 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8558
8559 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8560 optional argument to \cite.
8561
8562 2005-02-14 Richard M. Stallman <rms@gnu.org>
8563
8564 * cus-edit.el (custom-buffer-create-internal): Update help message.
8565 (custom-magic-alist): Update help messages.
8566
8567 * cus-start.el (all): Allow a var to specify a standard value.
8568
8569 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8570
8571 * custom.el (custom-theme-set-variables): Handle variable aliases.
8572
8573 * frame.el (blink-cursor-timer): Doc fix.
8574 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8575 declare obsolete.
8576 (blink-cursor-mode): Define with defcustom and use correct
8577 standard expression in that defcustom.
8578 * startup.el (command-line): Adapt to above changes in frame.el.
8579
8580 2005-02-11 Lute Kamstra <lute@gnu.org>
8581
8582 * apropos.el (apropos-score-doc): Prevent division by zero.
8583
8584 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8585
8586 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8587 (icalendar--get-event-property-attributes)
8588 (icalendar--get-event-properties)
8589 (icalendar--datetime-to-diary-date): New functions.
8590 (icalendar--split-value): Doc fix.
8591 (icalendar--datetime-to-noneuropean-date)
8592 (icalendar--datetime-to-european-date): New optional argument
8593 SEPARATOR. Return result as a string instead of a list.
8594 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8595 (icalendar--convert-string-for-export): Rename arg S to STRING.
8596 (icalendar-export-region): Doc fix. Change name of error buffer.
8597 Save output buffer.
8598 (icalendar-import-file): Add blank at end of prompt.
8599 (icalendar-import-buffer): Doc fix. Do not switch to error
8600 buffer. Indicate status in return value.
8601 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8602 buffer. Save output buffer. Handle exception from recurrence
8603 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8604 events. Fix problems with weekly all-day events.
8605
8606 2005-02-10 Richard M. Stallman <rms@gnu.org>
8607
8608 * simple.el (eval-expression-print-format):
8609 Avoid warning about edebug-active.
8610
8611 * help.el (help-for-help-internal): Rename from help-for-help.
8612 (help-for-help): Define with defalias.
8613
8614 * font-core.el (font-lock-default-function): Use with-no-warnings.
8615
8616 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8617
8618 * custom.el (defface): Doc fix.
8619
8620 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8621
8622 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8623 width 0" to prevent word wrapping problems.
8624
8625 2005-02-09 Kim F. Storm <storm@cua.dk>
8626
8627 * ido.el (ido-file-extensions-order): New defcustom.
8628 (ido-file-extension-lessp, ido-file-extension-aux)
8629 (ido-file-extension-order): New advanced file ordering.
8630 (ido-file-lessp): New simple file ordering.
8631 (ido-sort-list): Remove.
8632 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8633 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8634
8635 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8636
8637 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8638 that some versions of grep produce.
8639 (grep-mode-font-lock-keywords): Likewise.
8640
8641 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8642
8643 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8644 (gdb-cdir): Delete.
8645 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8646 (gdb-source-info): Treat case when source file is in another
8647 directory properly.
8648 (gdb-get-location): New function.
8649
8650 2005-02-07 Jay Belanger <belanger@truman.edu>
8651
8652 * calc/calc-prog.el (calc-write-parse-table-part)
8653 (calc-fix-token-name): Fix a check for language type.
8654
8655 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8656
8657 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8658
8659 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8660 as directory not writable.
8661
8662 2005-02-07 Kim F. Storm <storm@cua.dk>
8663
8664 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8665 (cua--standard-movement-commands): Remove list.
8666 Instead, set CUA property value to move for movement commands.
8667 (cua-movement-commands): Remove. Users must set CUA prop instead.
8668 (cua--pre-command-handler): Check CUA property.
8669 (cua--init-keymaps): Don't remap undo commands.
8670 (cua-mode): Don't call cua--rectangle-on-off.
8671
8672 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8673 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8674 (cua--rect-undo-set-point): New var.
8675 (cua--rectangle-undo-boundary): Setup undo apply entry.
8676 (cua--rect-undo-handler): New function for rectangle undo.
8677 (cua--rect-start-position, cua--rect-end-position): Add.
8678 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8679 for restored rectangle. Set point if cua--rect-undo-set-point.
8680
8681 2005-02-06 Jay Belanger <belanger@truman.edu>
8682
8683 * calc/calc-lang.el (calc-tex-language): Display more information
8684 in messages.
8685
8686 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8687 in TeX mode.
8688
8689 2005-02-06 Richard M. Stallman <rms@gnu.org>
8690
8691 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8692
8693 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8694
8695 * net/ldap.el (ldap-search-internal): Support attributes with
8696 optional descriptions separated by a semi-colon, as in
8697 "userCertificate;binary".
8698
8699 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8700
8701 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8702 isn't a cons (i.e. the version is 0).
8703
8704 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8705
8706 * help.el (help-for-help): Doc fix.
8707
8708 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8709
8710 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8711 GDB-Windows on the menu-bar as this works better.
8712
8713 2005-02-04 Jay Belanger <belanger@truman.edu>
8714
8715 * calc/calc-embed.el (calc-embedded-update): Don't put in
8716 unnecessary newlines. Adjust the end of formula marker.
8717
8718 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8719 (math-latex-parse-two-args): New function.
8720
8721 2005-02-03 Lute Kamstra <lute@gnu.org>
8722
8723 * help-fns.el (help-with-tutorial): Make sure that users cannot
8724 remove the entire text of the tutorial by means of `undo'.
8725
8726 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8729 in recent changes, where the ispell process was repeatedly
8730 killed & restarted.
8731
8732 * international/mule-cmds.el (set-locale-environment): Set file-name
8733 coding system to utf-8 on Darwin systems.
8734 (set-default-coding-systems): Don't set default-file-name-coding-system
8735 on Darwin systems.
8736
8737 2005-02-03 Richard M. Stallman <rms@gnu.org>
8738
8739 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8740
8741 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8742
8743 * faces.el (list-faces-display): Add optional argument.
8744
8745 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * font-core.el (font-lock-default-function): Handle the rare case where
8748 only font-lock-keywords is set.
8749
8750 2005-02-02 Kenichi Handa <handa@m17n.org>
8751
8752 * international/characters.el: Cancel previous change for
8753 I-WITH-DOT-ABOVE and DOTLESS-i.
8754
8755 * international/latin-5.el: Cancel previous change.
8756
8757 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8758
8759 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8760
8761 2005-02-02 Kenichi Handa <handa@m17n.org>
8762
8763 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8764 DOTLESS-i.
8765
8766 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8767 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8768
8769 * case-table.el (get-upcase-table): New function.
8770 (copy-case-table): Copy upcaes table too if non-nil.
8771 (set-case-syntax-delims): Maintain upcase table too.
8772 (set-case-syntax-pair): Likewise.
8773 (set-upcase-syntax, set-downcase-syntax): New functions.
8774 (set-case-syntax): Maintain upcase table too.
8775
8776 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8777
8778 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8779
8780 * progmodes/gud.el (gud-goto-info): New function.
8781 (gud-tool-bar-map): Use correct icon.
8782
8783 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8784
8785 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8786 When delegating, order args in the funcall correctly.
8787
8788 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8789
8790 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8791
8792 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8793
8794 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8795 buffer not visiting a file.
8796
8797 2005-01-31 Jay Belanger <belanger@truman.edu>
8798
8799 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8800 bound on the line with the formula.
8801
8802 2005-01-31 Kim F. Storm <storm@cua.dk>
8803
8804 * ses.el (ses-create-cell-variable-range)
8805 (ses-destroy-cell-variable-range, ses-reset-header-string)
8806 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8807 (ses-insert-row): Fix format of apply undo entries.
8808
8809 2005-01-31 Jay Belanger <belanger@truman.edu>
8810
8811 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8812 parts.
8813
8814 * calc/calc-embed.el (calc-embedded-open-formula)
8815 (calc-embedded-close-formula): Ignore matrix environments.
8816
8817 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8818 TeX mode.
8819
8820 * calc/calc-lang.el (math-function-table, math-oper-table)
8821 (math-variable-table): Adjust the LaTeX portions.
8822
8823 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8824 (math-latex-ignore-words): New constant.
8825
8826 2005-01-31 Richard M. Stallman <rms@gnu.org>
8827
8828 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8829 (ispell-local-dictionary): Doc fix.
8830 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8831 Don't reinitialize at run time. Don't defcustom.
8832 All uses changed to append ispell-local-dictionary-alist,
8833 or check it first.
8834 (ispell-current-dictionary): New variable for dictionary in use.
8835 (ispell-dictionary): Now used only for global default.
8836 (ispell-start-process): Set ispell-current-dictionary,
8837 not ispell-dictionary.
8838 (ispell-change-dictionary): Use this only for setting
8839 user preferences.
8840 (ispell-internal-change-dictionary): New function
8841 to change the current dictionary in use.
8842 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8843 Use ispell-current-dictionary.
8844 Handle ispell-local-dictionary-overridden.
8845 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8846
8847 2005-01-31 Jay Belanger <belanger@truman.edu>
8848
8849 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8850
8851 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8852 (calc-mode-map): Add calc-latex-language.
8853
8854 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8855 (math-latex-print-frac): New functions.
8856 (math-oper-table, math-function-table, math-variable-table)
8857 (math-complex-format, math-input-filter): Add latex properties.
8858 (calc-set-language): Set math-expr-special-function-mapping.
8859
8860 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8861 (calc-write-parse-table-part): Add LaTeX support.
8862
8863 * calc/calc.el (calc-language): Adjust docstring.
8864 (calc-set-mode-line): Add LaTeX support.
8865 (math-expr-special-function-mapping): New variable.
8866 (math-tex-ignore-words): Add to list.
8867
8868 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8869 Add LaTeX support.
8870 (math-compose-expr): Add support for special functions.
8871
8872 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8873
8874 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8875
8876 * progmodes/gdb-ui.el (gdb-memory-address)
8877 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8878 (gdb-memory-mode-map, gdb-memory-format-keymap)
8879 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8880 (gdb-memory-unit-menu): New variables for a buffer
8881 that lets the user examine program memory.
8882 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8883 (gdb-memory-format-binary, gdb-memory-format-octal)
8884 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8885 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8886 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8887 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8888 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8889 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8890 (gdb-memory-mode, gdb-memory-buffer-name)
8891 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8892 New functions for above buffer.
8893
8894 2005-01-30 Richard M. Stallman <rms@gnu.org>
8895
8896 * cus-edit.el (custom-bury-buffer): Function deleted.
8897 (custom-buffer-done-function): Option deleted.
8898 (custom-buffer-done-kill): New (replacement option.
8899 (Custom-buffer-done): Call quit-window.
8900 (custom-buffer-create-internal): Update for above changes.
8901
8902 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8903
8904 * simple.el (undo-ask-before-discard): New var.
8905 (undo-outer-limit-truncate): Implement it.
8906 (undo-extra-outer-limit): Doc update.
8907
8908 2005-01-29 Richard M. Stallman <rms@gnu.org>
8909
8910 * ses.el (undo-more): Delete defadvice.
8911 (ses-begin-change): Doc fix.
8912
8913 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8914 instead of rebinding C-x u and C-_.
8915
8916 * files.el (normal-backup-enable-predicate): Return nil for files
8917 in /tmp, regardless of temporary-file-directory.
8918
8919 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8920
8921 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8922 (open-rectangle, delete-whitespace-rectangle-line)
8923 (clear-rectangle-line): If FILL, pass t instead of FILL
8924 for move-to-column's 2nd arg.
8925
8926 * simple.el (undo): Fix the test for continuing a series of undos.
8927 (undo-more): Set pending-undo-list to t when we reach end.
8928 (pending-undo-list): Move up defvar.
8929
8930 * wid-edit.el (widget-button-click):
8931 Shorten the range of the track-mouse binding.
8932
8933 * comint.el (comint-insert-input): Undo previous changes;
8934 use last-input-event in interactive spec.
8935
8936 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8937
8938 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8939 to nil before invoking call-process. Reset buffer's modified flag
8940 after fontifying it in the no-async branch.
8941
8942 * wid-edit.el (widget-specify-button): If mouse pointer shape
8943 cannot be changed, use mouse face instead.
8944
8945 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8946
8947 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8948 (gdb-goto-breakpoint): Make breakpoint handling work on template
8949 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8950 (gdb-assembler-custom): Update to recognize breakpoint information
8951 added on 2005-01-19.
8952
8953 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8956 (dsssl-mode): Use define-derived-mode.
8957 (scheme-mode-initialize): Remove.
8958 (scheme-mode): Use run-mode-hooks.
8959
8960 * cus-edit.el (customize-group-other-window)
8961 (custom-buffer-create-other-window): Don't override special-display-*.
8962 (custom-mode-map): Make it dense.
8963
8964 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8965 sets the default value.
8966
8967 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8968
8969 * descr-text.el: Add more keywords.
8970
8971 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * speedbar.el: Avoid unnecessary use of locate-library.
8974
8975 * international/mule-cmds.el (standard-display-european-internal):
8976 Don't fiddle with latin-1 non-break space any more since it's now
8977 special cased in the C code.
8978 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8979
8980 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8981
8982 * cus-start.el (all): Add `undo-outer-limit'.
8983
8984 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8985
8986 * textmodes/bibtex.el (bibtex-format-entry):
8987 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8988 field lines.
8989 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8990 not on part of a buffer.
8991
8992 2005-01-25 Lute Kamstra <lute@gnu.org>
8993
8994 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8995 nonempty field text strings like "{letters\\macro{}more letters}".
8996 Clarify docstring.
8997 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8998 (bibtex-entry-offset, bibtex-parse-association)
8999 (bibtex-parse-field-name): Fix typos in docstrings.
9000 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
9001
9002 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
9003
9004 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
9005 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
9006 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
9007 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
9008
9009 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
9010 isearch minor mode.
9011
9012 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
9013
9014 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
9015
9016 2005-01-24 Lute Kamstra <lute@gnu.org>
9017
9018 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
9019 CASECHARS and NOT-CASECHARS regular expressions of the
9020 "nederlands" and "nederlands8" dictionaries to prevent a "Range
9021 striding over charsets" error.
9022
9023 2005-01-24 Jay Belanger <belanger@truman.edu>
9024
9025 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
9026 display variable name.
9027
9028 2005-01-24 Kenichi Handa <handa@m17n.org>
9029
9030 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
9031 Fix setting of the element of encoded-kbd-iso2022-invocations.
9032
9033 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9036 (gdb-threads-select): Change to also accept mouse events.
9037 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
9038 (gdb-threads-mouse-select): Delete.
9039
9040 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * files.el (insert-directory): Take care of empty directory,
9043 listed without -a switch.
9044
9045 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * textmodes/refill.el (refill-post-command-function):
9048 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
9049 to the list of functions that we should be careful not to undo.
9050 (refill-late-fill-paragraph-function): Remove.
9051 (refill-saved-state): New var.
9052 (refill-mode): Use it to save fill-paragraph-function.
9053 Save also the value of auto-fill-function.
9054
9055 * term/w32-win.el: Simplify code.
9056
9057 2005-01-23 Kim F. Storm <storm@cua.dk>
9058
9059 * simple.el (line-move): Adapt to new return value from
9060 pos-visible-in-window-p.
9061
9062 * simple.el (line-move): Fix last change. Check partial
9063 visibility at point rather than at window-start.
9064
9065 2005-01-22 Jason Rumney <jasonr@gnu.org>
9066
9067 * term/w32-win.el (xw-defined-colors): Remove debug-message.
9068
9069 2005-01-22 David Kastrup <dak@gnu.org>
9070
9071 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9072
9073 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9074
9075 * type-break.el (type-break-mode): Add a test for
9076 type-break-file-name being non-nil.
9077
9078 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9079
9080 * net/eudc.el (top level): Call (message "") via progn, so that
9081 eudc-options-file is loaded.
9082
9083 2005-01-22 Kim F. Storm <storm@cua.dk>
9084
9085 * simple.el (line-move-1): Rename from line-move.
9086 (line-move): New function that adjusts vscroll for partially
9087 visible rows, and calls line-move-1 otherwise.
9088
9089 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9090
9091 * pcomplete.el: define pcomplete-read-event instead of read-event,
9092 since it's not a complete read-event implementation
9093
9094 2005-01-20 Jay Belanger <belanger@truman.edu>
9095
9096 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9097 for called function.
9098
9099 2005-01-20 Steven Tamm <steventamm@mac.com>
9100
9101 * term/mac-win.el (process-connection-type): Remove.
9102 Controlled now by s/darwin.h:PTY_ITERATION.
9103
9104 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * window.el (handle-select-window): Don't switch window when we're
9107 in the minibuffer.
9108
9109 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9110
9111 * subr.el (dotimes-with-progress-reporter): New macro.
9112
9113 * ses.el (ses-dotimes-msg): Remove macro.
9114 Use `dotimes-with-progress-reporter' instead.
9115
9116 2005-01-19 Steven Tamm <steventamm@mac.com>
9117
9118 * term/mac-win.el (process-connection-type): Use new
9119 operating-system-release variable to use ptys on Darwin 7 (OS X
9120 10.3) when using carbon build.
9121
9122 2005-01-19 Jay Belanger <belanger@truman.edu>
9123
9124 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9125 flags if the last command was a tab or M-tab.
9126
9127 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9128 in formula editing buffer.
9129
9130 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9133 breakpoint image symbol in margin.
9134
9135 2005-01-19 Jay Belanger <belanger@truman.edu>
9136
9137 * calc/calc-prog.el (calc-execute-kbd-macro):
9138 Ignore calc-keep-arg-flag.
9139
9140 2005-01-19 Kenichi Handa <handa@m17n.org>
9141
9142 * textmodes/ispell.el (ispell-looking-at): New function.
9143 (ispell-process-line): Use ispell-looking-at to compare the ispell
9144 output and the buffer contents.
9145
9146 2005-01-18 Jay Belanger <belanger@truman.edu>
9147
9148 * calc/calc.el (calc-display-raw): Fix docstring.
9149
9150 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * simple.el (blink-matching-open): Strip extra info from syntax.
9153
9154 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9155 funny chars in the end-of-here-doc marker.
9156
9157 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9158
9159 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9160 that enable/disabled state of breakpoints is shown correctly in
9161 fringe and on ttys.
9162 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9163 Add breakpoint information as text properties.
9164 (gdb-mouse-toggle-breakpoint):
9165 Rename to gdb-mouse-set-clear-breakpoint.
9166 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9167 breakpoints in the margin.
9168 (gdb-remove-strings): Simplify.
9169
9170 2005-01-17 Jay Belanger <belanger@truman.edu>
9171
9172 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9173 erasing buffer.
9174
9175 2005-01-17 Richard M. Stallman <rms@gnu.org>
9176
9177 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9178 for calling grep-compute-defaults.
9179
9180 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9181 if buffer is empty.
9182
9183 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9184
9185 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9188
9189 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9190 non-preloaded variables.
9191
9192 2005-01-17 Steven Tamm <steventamm@mac.com>
9193
9194 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9195 tex-shell cause to force interactivity when using pipes.
9196
9197 2005-01-17 Kim F. Storm <storm@cua.dk>
9198
9199 * simple.el (just-one-space): Make arg optional.
9200
9201 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9202
9203 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9204 posn-at-x-y to t to access left-margin.
9205
9206 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9207
9208 Sync with Tramp 2.0.47.
9209
9210 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9211 catching keep-date problems in cp/scp operations.
9212 (tramp-handle-copy-file): Don't call `set-file-modes'
9213 unconditionally. Specialized functions should know better what is
9214 necessary. This improves performance a little bit, and the
9215 functions could catch errors with `cp -p' and `scp -p'.
9216 (tramp-do-copy-or-rename-file-via-buffer)
9217 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9218 when appropriate.
9219 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9220 Call `set-file-modes' when appropriate.
9221 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9222 Johnsson <isak@hypergene.com>
9223 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9224 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9225 <joakim@verona.se>
9226 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9227 Emacs only.
9228
9229 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9230 `find-file-hooks' and `dired-mode-hook'.
9231 (tramp-minor-mode-map): Respective map. Add remapping for
9232 `compile' and `recompile'.
9233 (tramp-remap-command, tramp-recompile): New defuns.
9234 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9235 in buffer "*Compilation*". Call the commands asynchronously.
9236
9237 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9238 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9239 `shell-command', because it isn't magic in XEmacs. Reported by
9240 Adrian Aichner <adrian@xemacs.org>.
9241
9242 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9243 `substitute-in-file-name.
9244 (tramp-smb-handle-substitute-in-file-name): New defun.
9245 (tramp-smb-advice-PC-do-completion): Delete advice.
9246
9247 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9248
9249 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9250 Fix error in deleting region.
9251
9252 2005-01-15 Richard M. Stallman <rms@gnu.org>
9253
9254 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9255 In non-temp buffer, switch syntax table temporarily.
9256
9257 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9258
9259 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9260
9261 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9262
9263 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9264 (imenu--generic-function): Use START, not BEG, as pos of definition.
9265
9266 * simple.el (just-one-space): Argument specifies number of spaces.
9267
9268 * simple.el (eval-expression-print-format): Avoid warning
9269 about edebug-active.
9270
9271 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9272
9273 * progmodes/sh-script.el: Code copied from make-mode.el
9274 with small changes,
9275 (sh-mode-map): Bind C-c C-\.
9276 (sh-backslash-column, sh-backslash-align): New variables.
9277 (sh-backslash-region, sh-append-backslash): New functions.
9278
9279 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9280
9281 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9282 (rmail-pop-password, rmail-pop-password-required): Move to
9283 rmail-obsolete group.
9284 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9285 All callers updated.
9286 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9287 Take an argument specifying whether it is POP or IMAP mailbox we
9288 are using. All callers updated.
9289 (rmail-pop-password-error): Rename to
9290 rmail-remote-password-error. Added mailutils-specific error message.
9291 (rmail-movemail-search-path)
9292 (rmail-movemail-variant-in-use): New variables.
9293 (rmail-remote-password, rmail-remote-password-required):
9294 New customization variables.
9295 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9296 (rmail-parse-url): New function.
9297 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9298 with GNU mailutils movemail.
9299
9300 2005-01-15 Kevin Ryde <user42@zip.com.au>
9301
9302 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9303 suffix to space, $ or '$, to correctly position point when going
9304 to @table style constants like DBL_MAX.
9305
9306 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9307
9308 * type-break.el (type-break-mode, type-break-file-time)
9309 (type-break-file-keystroke-count, type-break-choose-file):
9310 Don't store data in or load data from the file if type-break-file-name
9311 is nil.
9312 (type-break-file-name): Doc update as per the above.
9313
9314 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9315
9316 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9317 lookup-key might return nil; handle that.
9318
9319 2005-01-15 Alan Mackenzie <acm@muc.de>
9320
9321 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9322 rather than the element found, thus enabling the tree to be setcar'd.
9323
9324 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9325
9326 * textmodes/org.el (org-show-following-heading): New option.
9327 (org-show-hierarchy-above): Use `org-show-following-heading'.
9328 (org-cycle): Documentation fix.
9329
9330 * textmodes/org.el (orgtbl-optimized): New option
9331 (orgtbl-mode): New command, a minor mode.
9332 (orgtbl-mode-map): New variable.
9333 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9334 (orgtbl-error, orgtbl-self-insert-command)
9335 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9336
9337 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9338 a local variable in each org-mode buffer.
9339
9340 * textmodes/org.el (org-set-regexps-and-options): Rename from
9341 `org-set-regexps'. Added checking for STARTUP keyword.
9342 (org-get-current-options): Add STARTUP options.
9343 (org-table-insert-row): Make mode intelligent about when
9344 realignment is needed.
9345 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9346 New commands.
9347 (org-enable-table-editor): New default value `optimized'.
9348 (org-table-blank-field): Support blanking regions if active.
9349
9350 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9351
9352 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9353 if the year is not given.
9354
9355 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9356 Add new escapes %m and %M, fixed bug with %F by adding
9357 save-match-data.
9358 (reftex-reference): Remove ?. from list of spaces.
9359 (reftex-label-info): Add automatic label prefix recognition.
9360
9361 * textmodes/reftex-index.el (reftex-index-next-phrase):
9362 Add slave parameter to call of `reftex-index-this-phrase'.
9363 (reftex-index-this-phrase): New optional argument.
9364 (reftex-index-region-phrases): Add slave parameter to call of
9365 `reftex-index-this-phrase'.
9366 (reftex-display-index): New argument redo.
9367 (reftex-index-rescan): Add 'redo to arguments of
9368 `reftex-display-index'.
9369 (reftex-index-Rescan, reftex-index-revert)
9370 (reftex-index-switch-index-tag): Add 'redo to arguments of
9371 `reftex-display-index'.
9372 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9373 indexing. Fix bug with matching is there is a quote before or
9374 after the word.
9375
9376 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9377 Fix bug when collecting citation keys in lines with comments.
9378 (reftex-citation): Prefix argument no longer rescans the document,
9379 but forces prompting for optional arguments of cite macros.
9380 (reftex-do-citation): Prompting for optional arguments implemented.
9381
9382 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9383 Add optional arguments to most cite commands.
9384 (reftex-cite-cleanup-optional-args): New option
9385 (reftex-cite-prompt-optional-args): New option.
9386 (reftex-trust-label-prefix): New option.
9387
9388 * textmodes/reftex-toc.el (reftex-toc-find-section):
9389 Add push-mark before changing the position in the buffer.
9390
9391 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9392 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9393
9394 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9395
9396 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9397 more carefully.
9398
9399 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9402 (sgml-mode): Use it.
9403 (sgml-get-context): Better keep track of implicitly closed tags.
9404
9405 2005-01-13 Kenichi Handa <handa@m17n.org>
9406
9407 * textmodes/ispell.el: These changes are to fix misalignment error
9408 caused by equivalent characters of different Emacs charsets.
9409 (ispell-unified-chars-table): New variable.
9410 (ispell-get-decoded-string): New function.
9411 (ispell-get-casechars, ispell-get-not-casechars)
9412 (ispell-get-otherchars): Call ispell-get-decoded-string.
9413
9414 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9415
9416 * custom.el (custom-declare-variable): Just put symbol instead
9417 of (defvar . symbol) in `current-load-list'.
9418
9419 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9420
9421 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9422
9423 2005-01-12 Jay Belanger <belanger@truman.edu>
9424
9425 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9426 to create a Calc summary.
9427
9428 2005-01-12 Kim F. Storm <storm@cua.dk>
9429
9430 * mouse.el (mouse-on-link-p): Change functionality and doc
9431 string to comply with latest description in lisp ref.
9432
9433 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9434
9435 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9436 Enable mouse clicks on mode-line, header-line and margin.
9437 (event-type): Give mouse event symbols an 'event-kind property
9438 with value 'mouse-click.
9439
9440 2005-01-12 Juri Linkov <juri@jurta.org>
9441
9442 * facemenu.el (list-colors-display): Add new arg buffer-name.
9443 Use it. Fix docstring. Replace code for identifying duplicate
9444 colors by the name with call to `list-colors-duplicates' which
9445 identifies duplicate colors by the value unless the color
9446 is one of special Windows colors. Set truncate-lines to t.
9447 Print sorted duplicate color names on each line. Indent to 22
9448 \(the longest color name in rgb.txt) instead of 20. Optimize.
9449 (list-colors-duplicates): New function.
9450 (facemenu-color-name-equal): Delete function.
9451
9452 * facemenu.el (list-colors-print): New function created from code
9453 in list-colors-display. Print #RRGGBB at the window right edge.
9454 (list-colors-display): When temp-buffer-show-function is not
9455 defined, call list-colors-print from temp-buffer-show-hook
9456 to get the right value of window-width in list-colors-print
9457 after the buffer is displayed.
9458
9459 * simple.el (pop-mark): Move deactivate-mark out of conditional
9460 part to deactivate the active mark regardless of the state of the
9461 mark ring.
9462
9463 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9464 variables line in desktop files.
9465
9466 2005-01-12 Juri Linkov <juri@jurta.org>
9467
9468 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9469 Bring together isearch highlight related options.
9470 (lazy-highlight): Replace group `replace' by `matching'.
9471 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9472 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9473 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9474 and declare them obsolete.
9475 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9476 (isearch-faces): Remove defgroup.
9477 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9478 Move isearch highlighting code closer to lazy highlighting code.
9479
9480 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9481 (query-replace-highlight, query-replace-lazy-highlight)
9482 (query-replace): Move definitions to the beginning of the file.
9483
9484 2005-01-11 Juri Linkov <juri@jurta.org>
9485
9486 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9487 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9488 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9489
9490 * info.el (Info-history-forward): New variable.
9491 (Info-select-node): Reset Info-history-forward to nil.
9492 (Info-last): Turn into defalias.
9493 (Info-history-back): Rename from Info-last.
9494 Add current node to Info-history-forward.
9495 (Info-history-forward): New fun.
9496 (Info-mode-map): Replace Info-last by Info-history-back.
9497 Bind Info-history-forward to "r".
9498 (Info-mode-menu): Replace Info-last by Info-history-back.
9499 Fix menu item text. Add menu item for Info-history-forward.
9500 (info-tool-bar-map): Replace Info-last by Info-history-back.
9501 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9502 for Info-history-forward.
9503 (Info-mode): Replace Info-last by Info-history-back in docstring.
9504 Add local variable Info-history-forward.
9505 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9506
9507 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9510 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9511 Ignore select-window events rather than fiddle with
9512 mouse-autoselect-window.
9513
9514 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9515
9516 * type-break.el (type-break-mode): Fix previous change.
9517
9518 2005-01-10 Jay Belanger <belanger@truman.edu>
9519
9520 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9521 calculator; only reset when point is inside a calculator.
9522 Don't adjust the window height if the window takes up the whole height
9523 of the frame.
9524
9525 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9526
9527 * ebuff-menu.el (Electric-buffer-menu-mode):
9528 Preserve value of buffer-local var header-line-format.
9529
9530 2005-01-09 Jay Belanger <belanger@truman.edu>
9531
9532 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9533 Make sure settings file exists before accessing it.
9534
9535 * calc/calc-embed.el (calc-embedded-subst):
9536 Replace math-multi-subst-rec, which is only supposed to be called
9537 by math-multi-subst, by math-multi-subst.
9538
9539 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9540
9541 * vc.el (vc-allow-async-revert): New user option.
9542 (vc-disable-async-diff): New internal variable.
9543 (vc-revert-buffer): Use them to disable asynchronous diff.
9544
9545 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9546 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9547 asynchronously if vc-disable-async-diff is t.
9548
9549 2005-01-09 Jay Belanger <belanger@truman.edu>
9550
9551 * calc/calc.el (defcalcmodevar): New macro.
9552 (calc-mode-var-list-restore-default-values)
9553 (calc-mode-var-list-restore-saved-values): New functions.
9554 (calc-mode-var-list): Use defcalcmodevar to define it.
9555 (calc-always-load-extensions, calc-line-numbering)
9556 (calc-line-breaking, calc-display-just, calc-display-origin)
9557 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9558 (calc-group-char, calc-point-char, calc-frac-format)
9559 (calc-prefer-frac, calc-hms-format, calc-date-format)
9560 (calc-float-format, calc-full-float-format, calc-complex-format)
9561 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9562 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9563 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9564 (calc-matrix-brackets, calc-language, calc-language-option)
9565 (calc-left-label, calc-right-label, calc-word-size)
9566 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9567 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9568 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9569 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9570 (calc-window-height, calc-display-trail, calc-show-selections)
9571 (calc-use-selections, calc-assoc-selections)
9572 (calc-display-working-message, calc-auto-why, calc-timing)
9573 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9574 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9575 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9576 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9577 (calc-gnuplot-geometry, calc-graph-default-resolution)
9578 (calc-graph-default-resolution-3d, calc-invocation-macro)
9579 (calc-show-banner): Use defcalcmodevar to declare them and set
9580 their default values.
9581
9582 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9583 instead of default values (but restore default values if there is
9584 an argument of 0).
9585
9586 2005-01-09 David Kastrup <dak@gnu.org>
9587
9588 * desktop.el (desktop-restore-eager): Fix typo in type.
9589
9590 2005-01-08 Richard M. Stallman <rms@gnu.org>
9591
9592 * cus-edit.el (customize): Delete :link.
9593
9594 2005-01-08 Jay Belanger <belanger@truman.edu>
9595
9596 * calc/calc.el (calc-mode): Remove the extension from the
9597 `calc-settings-file' file name when loading it.
9598
9599 2005-01-08 Kim F. Storm <storm@cua.dk>
9600
9601 * info.el (Info-mode-map, Info-next-link-keymap)
9602 (Info-prev-link-keymap, Info-up-link-keymap):
9603 Map follow-link to mouse-face.
9604 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9605
9606 2005-01-08 Jay Belanger <belanger@truman.edu>
9607
9608 * calc/calc.el (calc-settings-file): Change default value.
9609 Suggested by cgw in a comment in calc-mode.el.
9610
9611 * calc/calc-mode.el (calc-settings-file-name):
9612 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9613 Replace ~/.emacs in a prompt by calc-settings-file.
9614
9615 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9616
9617 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9618 (desktop-lazy-idle-delay): New customizable variables.
9619 (desktop-buffer-args-list): New variable.
9620 (desktop-append-buffer-args): New function.
9621 (desktop-save): Call desktop-append-buffer-args for some buffers.
9622 (desktop-lazy-create-buffer): New function.
9623 (desktop-idle-create-buffers): New function.
9624 (desktop-read): Add message about buffers to restore lazily.
9625 (desktop-lazy-abort): New command.
9626 (desktop-clear): Call desktop-lazy-abort.
9627 (desktop-lazy-complete): New command.
9628
9629 2005-01-06 Richard M. Stallman <rms@gnu.org>
9630
9631 * emacs-lisp/find-func.el (find-face-definition):
9632 Rename from find-face.
9633
9634 2005-01-06 Kim F. Storm <storm@cua.dk>
9635
9636 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9637
9638 * man.el (Man-xref-man-page, Man-xref-header-file)
9639 (Man-xref-normal-file): Add follow-link property.
9640
9641 2005-01-06 Jay Belanger <belanger@truman.edu>
9642
9643 * calc/calc-units.el: Make sure the proper macro definitions are
9644 available when compiling.
9645
9646 2005-01-06 Juri Linkov <juri@jurta.org>
9647
9648 * isearch.el (isearch-lazy-highlight-update):
9649 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9650
9651 2005-01-06 Miles Bader <miles@gnu.org>
9652
9653 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9654 (isearch-lazy-highlight-face): Use new name.
9655
9656 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * uniquify.el (uniquify-rationalize-file-buffer-names):
9659 Re-add an interactive spec.
9660 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9661 to the same name.
9662
9663 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9664 (isearch-update, isearch-done): Adjust calls accordingly.
9665
9666 2005-01-05 Richard M. Stallman <rms@gnu.org>
9667
9668 * custom.el (custom-set-variables, custom-theme-set-variables):
9669 Clarify documentation.
9670
9671 * emacs-lisp/find-func.el (find-variable)
9672 (find-variable-other-window, find-variable-other-frame):
9673 Fix the TYPE args to find-function-read and find-function-do-it.
9674 (find-function): Doc fix.
9675 (find-function-at-point): Replace function-at-point alias.
9676
9677 2005-01-04 Richard M. Stallman <rms@gnu.org>
9678
9679 * cus-face.el (custom-declare-face):
9680 Record defface in current-load-list.
9681
9682 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9683
9684 * emacs-lisp/find-func.el: Doc fixes.
9685 (find-face-regexp): New variable.
9686 (find-function-regexp-alist): New variable.
9687 (find-function-C-source): Third arg is now TYPE.
9688 (find-function-search-for-symbol): Handle general TYPE.
9689 (find-function-read, find-function-do-it): Handle general TYPE.
9690 (find-definition-noselect, find-face): New functions.
9691 (function-at-point): Alias deleted.
9692
9693 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * battery.el (display-battery-mode): Rename from display-battery.
9696 Handle the case where it gets turned off.
9697
9698 2005-01-04 Richard M. Stallman <rms@gnu.org>
9699
9700 * cus-edit.el (customize): Make :link point to user doc.
9701
9702 * man.el (Man-fontify-manpage): Turn off undo generation.
9703
9704 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9705
9706 2005-01-04 Andreas Schwab <schwab@suse.de>
9707
9708 * files.el (insert-directory): Only look for error lines in
9709 inserted text. Don't move too far after processing --dired markers.
9710
9711 2005-01-04 Richard M. Stallman <rms@gnu.org>
9712
9713 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9714 Don't expand if the character is @, period, dash, etc.
9715 (define-mail-abbrev): Quote names that contain problem characters.
9716
9717 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9718
9719 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9720
9721 2005-01-03 Richard M. Stallman <rms@gnu.org>
9722
9723 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9724 (query-replace-highlight, query-replace-lazy-highlight)
9725 (query-replace): Definitions moved up. Doc fix.
9726
9727 2005-01-03 Richard M. Stallman <rms@gnu.org>
9728
9729 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9730 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9731 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9732 (lazy-highlight-face): Rename from isearch-lazy-...
9733 Change all references to them.
9734
9735 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9736
9737 * cus-edit.el (custom-file): Doc fix for defcustom.
9738 (custom-file): The function no longer sets the variable
9739 `custom-file' to its return value.
9740
9741 * startup.el (command-line): No longer load `custom-file'.
9742
9743 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9744
9745 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9746
9747 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9748 Don't confuse module-prefixed identifiers for labels.
9749 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9750
9751 2005-01-02 Richard M. Stallman <rms@gnu.org>
9752
9753 * files.el (basic-save-buffer-1): Fix previous change.
9754
9755 * loadhist.el (file-loadhist-lookup): New function.
9756 (file-provides, file-requires): Use it.
9757
9758 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9759 instead of calculating the right size.
9760
9761 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9762
9763 * vc-svn.el (vc-svn-diff): Stay local if possible.
9764
9765 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9768
9769 * files.el (hack-local-variables): Fix last change.
9770
9771 2005-01-02 Jay Belanger <belanger@truman.edu>
9772
9773 * calc/calc-yank.el (calc-edit-top): New variable.
9774 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9775 object. Change header properties.
9776 (calc-edit-finish, calc-edit-finish-stack-object)
9777 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9778 edited object.
9779 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9780 for the beginning of the edited object.
9781 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9782 for the beginning of the edited object.
9783 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9784 (calc-finish-formula-edit, calc-macro-repeats)
9785 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9786 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9787 beginning of the edited object.
9788 (calc-user-define-edit): Change the header for editing macros.
9789 Remove unnecessary variable.
9790
9791 2005-01-01 Jay Belanger <belanger@truman.edu>
9792
9793 * calc/calc-yank.el (calc-edit-mode): Change default header.
9794 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9795 * calc/calc-store.el (calc-edit-variable): Change title to match new
9796 header.
9797 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9798 mode to match new header.
9799 (calc-user-define-edit): Change titles to include names of commands.
9800 (calc-finish-formula-edit): Adjust to handle new header.
9801 (calc-finish-macro-edit): Remove.
9802 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9803 (calc-edit-macro-command, calc-edit-macro-command-type)
9804 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9805 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9806 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9807 (calc-edit-macro-finish-edit): New functions.
9808 (calc-user-define-edit): Use new functions to edit named calc macros.
9809
9810 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9811
9812 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9813
9814 * ses.el (copy-region-as-kill): Deactivate mark.
9815
9816 2005-01-01 Richard M. Stallman <rms@gnu.org>
9817
9818 * replace.el (occur-1): If the output buffer is also an input,
9819 don't kill it, rename it.
9820
9821 * faces.el (set-face-background, set-face-foreground): Doc fix.
9822
9823 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9824 for :foreground and :background.
9825
9826 * dired.el (dired-view-command-alist): Variable deleted.
9827 (dired-view-file, dired-mouse-find-file-other-window):
9828 Delete the code to use it.
9829
9830 2005-01-01 Kim F. Storm <storm@cua.dk>
9831
9832 * image.el (insert-sliced-image): Use t for line-height property.
9833
9834 2004-12-31 Jay Belanger <belanger@truman.edu>
9835
9836 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9837 for "var-" at the beginning of the minibuffer.
9838
9839 2004-12-31 Richard M. Stallman <rms@gnu.org>
9840
9841 * faces.el (read-face-name):
9842 Don't treat an attribute spec as a list of faces.
9843
9844 * simple.el (undo): Use undo-equiv-table to detect
9845 unexpected changes since previous undo.
9846 (undo-list-saved): Variable deleted.
9847 (buffer-disable-undo): Don't alter undo-list-saved.
9848
9849 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9850 (mode-require-final-newline): New option.
9851 (after-find-file): Handle require-final-newline with new values.
9852 (basic-save-buffer): Handle new values of require-final-newline.
9853
9854 * progmodes/sh-script.el (sh-require-final-newline):
9855 Alist value now controls whether to use mode-require-final-newline.
9856 (sh-set-shell): Implement that new meaning.
9857
9858 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9859 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9860 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9861 Delete old-Emacs compatibility code.
9862 (antlr-c-common-init): Function deleted.
9863
9864 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9865 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9866 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9867 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9868 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9869 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9870 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9871 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9872 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9873 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9874 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9875 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9876 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9877 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9878 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9879 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9880
9881 2004-12-31 Jay Belanger <belanger@truman.edu>
9882
9883 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9884 way to return to Calc.
9885
9886 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9887 finish, C-xk as the way to cancel the edit. Add cancel routine to
9888 kill-buffer-hook.
9889
9890 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9891 MacEdit code.
9892
9893 * calc/calc-prog.el: Remove obsolete MacEdit code.
9894 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9895 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9896
9897 2004-12-31 Kenichi Handa <handa@m17n.org>
9898
9899 * international/mule.el (buffer-file-coding-system-explicit):
9900 Rename for explicit-buffer-file-coding-system.
9901 (after-insert-file-set-coding): Adjust for the above change.
9902
9903 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9904 to buffer-file-coding-system-explicit.
9905 (basic-save-buffer-1): Likewise.
9906
9907 2004-12-30 Richard M. Stallman <rms@gnu.org>
9908
9909 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9910 (artist-butlast, artist-last): Functions deleted.
9911 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9912 (artist-compute-key-compl-table): Call remq directly.
9913 (artist-remove-nulls): Function deleted.
9914 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9915 (artist-push, artist-pop): Macro deleted.
9916
9917 2004-12-30 Andreas Leue <al@sphenon.de>
9918
9919 * textmodes/artist.el (artist-version): 1.2.6
9920 (artist-prev-next-op-alist): New variable.
9921 (artist-select-next-op-in-list): New function.
9922 (artist-select-prev-op-in-list): New function.
9923 (artist-make-prev-next-op-alist): New function.
9924 (artist-is-in-op-list-p): New function.
9925 (artist-get-first-non-nil-op): New function.
9926 (artist-get-last-non-nil-op): New function.
9927 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9928 artist-prev-next-op-alist.
9929 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9930 change drawing operation.
9931
9932 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9933
9934 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9935
9936 2004-12-31 Masatake YAMATO <jet@gyve.org>
9937
9938 * server.el (server-process-filter): Suppress `error', too.
9939
9940 2004-12-30 Jay Belanger <belanger@truman.edu>
9941
9942 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9943 Change the way a variable is displayed in a message.
9944
9945 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9946 (calc-user-define-permanent, calc-execute-kbd-macro):
9947 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9948
9949 2004-12-30 Kenichi Handa <handa@m17n.org>
9950
9951 * files.el (basic-save-buffer-1):
9952 Set explicit-buffer-file-coding-system to last-coding-system-used.
9953 (revert-buffer): Pay attention to
9954 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9955 on bind coding-system-for-read.
9956
9957 * international/mule.el (explicit-buffer-file-coding-system):
9958 New buffer local variable.
9959 (after-insert-file-set-coding): Set it to coding-system-for-read.
9960
9961 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9962
9963 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9964
9965 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9966
9967 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9968 that include line numbers.
9969
9970 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9971
9972 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9973 Redundant variable PREFIXLEN removed.
9974
9975 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9976
9977 * eshell/em-hist.el (eshell-previous-matching-input):
9978 Start the deletion from the end of the output.
9979
9980 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9981
9982 * term/mac-win.el: Require x-dnd.
9983 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9984
9985 2004-12-29 David Kastrup <dak@gnu.org>
9986
9987 * international/mule.el (decode-coding-inserted-region):
9988 Don't barf if `buffer-undo-list' is already set to `t'.
9989
9990 2004-12-29 Jay Belanger <belanger@truman.edu>
9991
9992 * calc/calc-prog.el (calc-user-define-formula): Put default values
9993 for function names in prompts.
9994 (calc-user-define-permanent, calc-user-define-composition)
9995 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9996 default input for algebraic functions.
9997
9998 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9999
10000 * vc-rcs.el (vc-rcs-annotate-command):
10001 Fix omission bug: Call `vc-setup-buffer'.
10002
10003 2004-12-29 Kenichi Handa <handa@m17n.org>
10004
10005 * international/mule.el (recode-region): New function.
10006
10007 2004-12-28 Richard M. Stallman <rms@gnu.org>
10008
10009 * simple.el (undo-extra-outer-limit): New variable.
10010 (undo-outer-limit-truncate): Test and set it.
10011
10012 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
10013 enables the feature to extend the existing region.
10014
10015 * simple.el (mark-word): New arg ALLOW-EXTEND
10016 enables the feature to extend the existing region.
10017
10018 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
10019 enables the feature to extend the existing region.
10020
10021 * startup.el (site-run-file): Don't allow setting it with Custom.
10022
10023 * simple.el (buffer-disable-undo): Fix previous change.
10024
10025 2004-12-27 Masatake YAMATO <jet@gyve.org>
10026
10027 * hexl.el (hexlify-buffer): Remove fontification here.
10028 Use font lock mechanism instead.
10029 (hexl-font-lock-keywords): New font lock kewords.
10030 (hexl-mode-old-font-lock-keywords): New variable.
10031 (hexl-mode): Store the old font lock keywords.
10032 (hexl-mode-exit): Restore the old font lock keywords.
10033
10034 2004-12-27 Richard M. Stallman <rms@gnu.org>
10035
10036 * simple.el (undo): Fix previous change.
10037
10038 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10039
10040 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
10041 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
10042 Call x-open-connection on Mac OS X.
10043
10044 2004-12-27 Richard M. Stallman <rms@gnu.org>
10045
10046 * files.el (buffer-save-without-query): New var (buffer-local).
10047 (save-some-buffers): Save those buffers first, w/o asking.
10048
10049 * files.el (insert-directory-ls-version): New variable.
10050 (insert-directory): When ls returns an error, test the version
10051 number to decide what the return code means.
10052 With --dired output format, detect and distinguish lines
10053 that are really error messages.
10054 (insert-directory-adj-pos): New function.
10055
10056 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
10057
10058 * battery.el (battery-mode-line-format): Remove initial spaces.
10059
10060 * uniquify.el (uniquify-rationalize-file-buffer-names):
10061 Delete interactive spec.
10062
10063 * type-break.el (type-break-mode): Set buffer-save-without-query.
10064 Remove code that tried to set save-some-buffers-always.
10065 (type-break-file-keystroke-count): Bind deactivate-mark.
10066
10067 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
10068
10069 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10070 Test that the buffer is live, and maybe reject current buffer too.
10071 Clarify.
10072 (next-error-find-buffer): Rewrite for clarity.
10073
10074 * loadup.el: Don't use buffer-disable-undo; do it directly.
10075
10076 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10077 (describe-variable): Call symbol-file with `defvar'.
10078
10079 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10080 (symbol-file): Rewritten to handle new load-history format.
10081 Now takes an arg TYPE to specify looking for a particular
10082 type of definition only.
10083
10084 * emacs-lisp/debug.el (debugger-make-xrefs):
10085 Call symbol-file with `defun'.
10086
10087 * emacs-lisp/find-func.el (find-function-noselect):
10088 Call symbol-file with `defun'.
10089 (find-variable-noselect): Call symbol-file with `defvar'.
10090
10091 * eshell/esh-cmd.el (eshell-find-alias-function):
10092 Call symbol-file with `defun'.
10093
10094 * eshell/esh-test.el (eshell-test-goto-func):
10095 Call symbol-file with `defun'.
10096
10097 * mail/rmail.el (rmail-resend):
10098 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10099
10100 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10101
10102 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10103
10104 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10105 Call buffer-disable-undo.
10106
10107 * simple.el (undo-list-saved): New variable (buffer-local).
10108 (undo): Set and test it.
10109 (buffer-disable-undo): Move here from buffer.c.
10110 Clear out undo-list-saved.
10111
10112 * international/mule.el (decode-coding-inserted-region):
10113 Set buffer-undo-list in a correct and optimal way.
10114
10115 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10116 (cperl-font-lock-unfontify-region-function): No need to save and
10117 restore info, since font-lock.el does it for us.
10118
10119 * ansi-color.el (save-buffer-state): Definition deleted.
10120 (ansi-color-unfontify-region): Don't use save-buffer-state.
10121
10122 2004-12-27 Dave Love <fx@gnu.org>
10123
10124 * wid-edit.el (function): Use restricted-sexp as parent.
10125
10126 2004-12-27 Kevin Ryde <user42@zip.com.au>
10127
10128 * simple.el (next-matching-history-element): Use same
10129 `interactive' form as previous-matching-history-element.
10130
10131 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10132 it can appear unencoded and has been seen from yahoo.
10133
10134 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10135
10136 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10137 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10138
10139 2004-12-27 Kenichi Handa <handa@m17n.org>
10140
10141 * international/utf-8.el (utf-translate-cjk-load-tables):
10142 Bind coding-system-for-read to nil while loading subst-*.
10143
10144 2004-12-26 Jay Belanger <belanger@truman.edu>
10145
10146 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10147 default input.
10148
10149 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10150
10151 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10152 before reverting and disable undo recording while reverting.
10153
10154 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10155
10156 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10157 (hs-make-overlay): New function.
10158 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10159 (hs-flag-region): Delete function.
10160 (hs-hide-comment-region): No longer use `hs-flag-region'.
10161 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10162 (hs-hide-block-at-point): Likewise.
10163 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10164 (hs-hide-all, hs-show-all): Likewise.
10165 (hs-show-block): Likewise.
10166 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10167
10168 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10169
10170 * progmodes/hideshow.el: Require `cl' when compiling.
10171 Remove XEmacs and Emacs 19 compatibility.
10172 Use `dolist' and `add-to-list' for load-time actions.
10173 (hs-discard-overlays): Use `dolist'.
10174 (hs-show-block): Likewise.
10175
10176 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10177
10178 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10179
10180 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10181
10182 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10183 When extending backwards, move outside the current comment first.
10184
10185 2004-12-22 Kenichi Handa <handa@m17n.org>
10186
10187 * international/quail.el (quail-start-translation): Fix prompt
10188 string for the case if input-method-use-echo-area being non-nil.
10189 (quail-start-conversion): Likewise.
10190 (quail-show-guidance): Don't show guidance if
10191 input-method-use-echo-area is non-nil.
10192
10193 2004-12-21 Richard M. Stallman <rms@gnu.org>
10194
10195 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10196
10197 2004-12-21 Markus Rost <rost@ias.edu>
10198
10199 * calendar/diary-lib.el (mark-diary-entries):
10200 Set mark-diary-entries-in-calendar only after checking for diary-file.
10201
10202 2004-12-21 Richard M. Stallman <rms@gnu.org>
10203
10204 * faces.el (escape-glyph): Use blue against light foreground.
10205
10206 * simple.el (undo-outer-limit-truncate): New function.
10207 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10208
10209 2004-12-21 Eli Barzilay <eli@barzilay.org>
10210
10211 * calculator.el (calculator-radix-grouping-mode)
10212 (calculator-radix-grouping-digits)
10213 (calculator-radix-grouping-separator):
10214 New defcustoms for the new radix grouping mode functionality.
10215 (calculator-mode-hook): Now used in electric mode too,
10216 (calculator): Call it.
10217 (calculator-mode-map): Some new keys.
10218 (calculator-message): New function. Some new calls.
10219 (calculator-op, calculator-set-register): Use it.
10220 (calculator-string-to-number): New function, mostly moved and
10221 updated code from calculator-curnum-value.
10222 (calculator-curnum-value): Use it.
10223 (calculator-paste): Use it, and update grabbing the current-kill.
10224 (calculator-rotate-displayer)
10225 (calculator-rotate-displayer-back): Toggle digit grouping when
10226 in radix mode, use calculator-message.
10227 (calculator-displayer-prev, calculator-displayer-next):
10228 Change digit group size when in radix mode.
10229 (calculator-number-to-string): Rename from
10230 calculator-num-to-string. Now deals with digit grouping in
10231 radix mode.
10232 (calculator-update-display, calculator-put-value): Use the new name.
10233 (calculator-fact): Return a floating point number.
10234 (calculator-mode): Doc fix.
10235
10236 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10237
10238 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10239 * calendar/diary-lib.el (view-other-diary-entries):
10240 Use current-prefix-arg in interactive spec.
10241
10242 2004-12-19 Jay Belanger <belanger@truman.edu>
10243
10244 * calc/calc-aent.el (calcAlg-blank-matching-open):
10245 Temporarily adjust the syntax of both delimiters of half-open intervals.
10246
10247 2004-12-19 Kim F. Storm <storm@cua.dk>
10248
10249 * mouse.el (mouse-1-click-follows-link): Doc fix.
10250
10251 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10252
10253 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10254 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10255 instead of centraleuropean as the name
10256
10257 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10258
10259 Sync with Tramp 2.0.46.
10260
10261 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10262 parameters wrt Tramp convention.
10263 (tramp-handle-file-attributes-with-perl)
10264 (tramp-handle-directory-files-and-attributes): Apply it.
10265 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10266 `copy-program'. Reported by Zack Weinberg
10267 <zack@codesourcery.com>.
10268 (top): Set `edebug-form-spec' property directly rather than
10269 calling `def-edebug-spec'.
10270
10271 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10272 advice less fragile. Surround temporary redefinition of
10273 `substitute-in-file-name' with `unwind-protect'. Suggested by
10274 Matt Hodges <MPHodges@member.fsf.org>.
10275
10276 2004-12-17 Juri Linkov <juri@jurta.org>
10277
10278 * replace.el (occur-accumulate-lines, occur-engine):
10279 Make forcing deferred font-lock fontification jit-specific.
10280
10281 2004-12-17 Kim F. Storm <storm@cua.dk>
10282
10283 * mouse.el (mouse-1-click-follows-link): New defcustom.
10284 (mouse-on-link-p): New function.
10285 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10286 functionality. Map a mouse-1 click event into a mouse-2 (or
10287 other) event when position is inside a link.
10288
10289 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10290 prefix in tooltip text with "mouse-1" when this is a link
10291 recognized by mouse-1-click-follows-link functionality.
10292
10293 * help.el (describe-key): Report effective and original binding
10294 for mouse-1 when clicked on a link.
10295 (describe-mode): Add follow-link property to "minor-mode" button.
10296
10297 * help-fns.el (describe-variable): Add follow-link property to
10298 "below" button.
10299
10300 * help-mode.el (help-xref): Add follow-link property.
10301
10302 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10303 (apropos-command, apropos-variable, apropos-face, apropos-group)
10304 (apropos-widget, apropos-plist): Add follow-link property.
10305
10306 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10307 checks if position is in a filename, rather than some other
10308 clickable item. Function looks for cvs-filename-face at position.
10309
10310 * wid-edit.el (widget-specify-field, widget-specify-button):
10311 Map a :follow-link keyword into a follow-link property.
10312 (link): Add :follow-link keyword, map to RET binding.
10313
10314 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10315
10316 * progmodes/compile.el (compilation-minor-mode-map)
10317 (compilation-button-map, compilation-mode-map): Likewise.
10318
10319 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10320
10321 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10322 (zone-replace-char): Take `count' and `del-count'
10323 instead of `direction'. Update callers. When `del-count' is
10324 non-nil, delete that many characters, otherwise `count' characters
10325 backwards. Insert the newly-replaced string `count' times.
10326 (zone-fret): Handle chars w/ width greater than one.
10327 (zone-fall-through-ws): No longer take window width `ww'.
10328 Update callers. Add handling for `char-width' greater than one.
10329 (zone-pgm-drip): Update var holding window-end position every cycle.
10330
10331 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10332
10333 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10334 rather than insert-file.
10335
10336 2004-12-16 Jay Belanger <belanger@truman.edu>
10337
10338 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10339 (math-init-random-base, math-random-digit): Check to see if
10340 var-RandSeed is bound.
10341 (math-random-last): Declare it.
10342 (math-random-digit): Don't make math-random-last local.
10343
10344 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10345
10346 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10347 one-shot thunk for uniform (error, quit, normal) recovery.
10348 Reported by John Paul Wallington.
10349 (zone-pgm-random-life): Fix bug:
10350 Recognize empty initial field by lack of "@" chars.
10351
10352 2004-12-16 Juri Linkov <juri@jurta.org>
10353
10354 * help.el (function-called-at-point):
10355 * help-fns.el (variable-at-point): As a last resort try stripping
10356 non-word prefixes and suffixes.
10357
10358 * descr-text.el (describe-property-list): Don't treat syntax-table
10359 specially. Use describe-text-sexp which inserts [show] button
10360 for large objects and handles printing errors. Sort properties
10361 by names in alphabetical order instead of by value sizes.
10362 Add `mouse-face' to list of properties for `describe-face' widget.
10363 (describe-char): Mask out face-id from 19 bits of character.
10364 Print face-id separately.
10365
10366 * replace.el (occur-accumulate-lines, occur-engine):
10367 Fontify unfontified matching lines in the source buffer
10368 before copying them.
10369 (occur-engine): Don't put mouse-face on context lines.
10370 (occur-next-error): Set point to line beginning/end
10371 before searching for prev/next property to skip multiple
10372 matches on a line (not supported by occur engine).
10373 Remove redundant prefix-numeric-value.
10374
10375 2004-12-15 Juri Linkov <juri@jurta.org>
10376
10377 * replace.el (match): New face.
10378 (list-matching-lines-face): Change default from `bold' to `match'.
10379
10380 * progmodes/grep.el (grep-match-face): New defvar.
10381 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10382 compilation-column-face to highlight grep matches.
10383
10384 * apropos.el (apropos-match-face): Change default from
10385 `secondary-selection' to `match'.
10386
10387 * info-look.el (info-lookup-highlight-face): Change default from
10388 `highlight' to `match'.
10389
10390 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10391
10392 * progmodes/executable.el (executable-interpret): Eliminate
10393 obsolete compile-internal, and switch to comint for interaction.
10394
10395 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10396
10397 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10398 `&&' when skipping multiple statements on a line.
10399
10400 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10401
10402 * play/zone.el (zone): Set `truncate-lines'.
10403 Also, init `tab-width' with value from original buffer.
10404 (zone-shift-up): Rewrite for speed.
10405 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10406 (zone-pgm-jitter): Remove redundant entries from ops vector.
10407 (zone-exploding-remove): Reduce iteration count.
10408 (zone-cpos): Convert to defsubst.
10409 (zone-replace-char): New defsubst.
10410 (zone-park/sit-for): Likewise.
10411 (zone-fret): Take window-start arg.
10412 Update callers. Use `zone-park/sit-for'.
10413 (zone-fill-out-screen): Rewrite.
10414 (zone-fall-through-ws): Likewise. Update callers.
10415 (zone-pgm-drip): Use `zone-replace-char'.
10416 Move var inits before while-loop. Use `zone-park/sit-for'.
10417 (zone-pgm-random-life): Handle empty initial field.
10418 Use `zone-replace-char' and `zone-park/sit-for'.
10419
10420 2004-12-15 Juri Linkov <juri@jurta.org>
10421
10422 * isearch.el (isearch-update): Test isearch-lazy-highlight
10423 before calling isearch-lazy-highlight-new-loop.
10424 (isearch-lazy-highlight-new-loop):
10425 Don't test isearch-lazy-highlight.
10426
10427 * replace.el (perform-replace): Add isearch-case-fold-search.
10428 Use delimited-flag for isearch-regexp.
10429 Reset isearch-lazy-highlight-last-string to force lazy
10430 highlighting when called from isearch mode.
10431 (query-replace-highlight): Revert defcustom type to boolean.
10432 (query-replace-lazy-highlight): New defcustom.
10433 (query-replace): New face.
10434 (perform-replace, replace-highlight, replace-dehighlight):
10435 Test query-replace-lazy-highlight instead of special value
10436 `isearch' of query-replace-highlight.
10437 (replace-dehighlight): Don't call isearch-dehighlight.
10438 (replace-highlight): Don't call isearch-highlight.
10439 Use face `query-replace' unconditionally.
10440
10441 2004-12-14 Kim F. Storm <storm@cua.dk>
10442
10443 * simple.el (inhibit-mark-movement): Remove defvar.
10444 (beginning-of-buffer, end-of-buffer): Don't use it.
10445
10446 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10447 Don't use inhibit-mark-movement.
10448
10449 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10450 (cua--undo-push-mark): Remove.
10451 (cua--pre-command-handler, cua--post-command-handler):
10452 Don't fiddle with inhibit-mark-movement.
10453
10454 2004-12-14 Juri Linkov <juri@jurta.org>
10455
10456 * buff-menu.el (list-buffers-noselect): Collect internal info
10457 for every buffer in BUFFER-LIST arg too.
10458 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10459 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10460 Bind same-window-buffer-names and same-window-regexps to nil.
10461
10462 2004-12-13 Juri Linkov <juri@jurta.org>
10463
10464 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10465
10466 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10467 (sc-cite-region, sc-uncite-region, sc-recite-region):
10468 Fix previous change to handle not alist as a symbol, but
10469 a citation frame as a symbol that represents a variable name.
10470
10471 2004-12-13 Richard M. Stallman <rms@gnu.org>
10472
10473 * filecache.el (file-cache-add-directory-using-find):
10474 Only set up file-cache-find-command-posix-flag if we will use it.
10475
10476 * bindings.el (mode-line-buffer-identification-keymap):
10477 Don't cancel the mode-line's usual down-mouse-1 binding.
10478
10479 * cus-edit.el (custom-face-selected): Handle `default' specs.
10480 (custom-face-edit): Increase extra-offset.
10481 (custom-display): Handle `default' specs.
10482
10483 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10484
10485 * emacs-lisp/elint.el (elint-standard-variables)
10486 (elint-unknown-builtin-args): Move definitions up.
10487
10488 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10489
10490 * info.el (info-xref-visited): Use `default' instead of t.
10491 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10492
10493 * faces.el (header-line, mode-line-inactive, tool-bar):
10494 Use `default' instead of t for setting the defaults.
10495 (face-spec-choose): Separate `t' from `default'.
10496
10497 * subr.el (while-no-input): New macro.
10498
10499 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10500
10501 * filecache.el (file-cache-add-directory-using-find):
10502 Only test file-cache-find-command-posix-flag on some systems.
10503
10504 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10505
10506 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10507 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10508 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10509 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10510 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10511
10512 2004-12-12 Juri Linkov <juri@jurta.org>
10513
10514 * files.el (find-file-other-window, find-file-other-frame):
10515 Add the first buffer to the returned value to return the complete
10516 list of all visited buffers.
10517 (find-file-read-only, find-file-read-only-other-window)
10518 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10519 `find-file-read-args'. Signal an error about non-existent file
10520 only if file name doesn't contain wildcards. Toggle read-only in
10521 all visited buffers.
10522 (find-alternate-file, find-alternate-file-other-window):
10523 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10524 called interactively. Pass arg `wildcards' to other functions.
10525 (find-file-noselect): Doc fix.
10526
10527 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10528 Doc fix.
10529 (ffap-directory-finder): New variable.
10530 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10531 (ffap-file-at-point): Add /* to immediately rejected names.
10532 Return absolute file names matching ffap-dired-wildcards.
10533 (ffap-read-file-or-url): Set default value for `completing-read'
10534 to `buffer-file-name'.
10535 (find-file-at-point): When filename matches ffap-dired-wildcards,
10536 call ffap-file-finder with t arg `wildcards', instead of dired.
10537 (ffap-other-window, ffap-other-frame): Return visited buffers.
10538 (ffap-read-only, ffap-read-only-other-window)
10539 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10540 (dired-at-point): Call ffap-directory-finder instead of dired.
10541 (ffap-dired-other-window, ffap-dired-other-frame)
10542 (ffap-list-directory): New commands.
10543 (ffap-bindings): New keybindings for new commands.
10544
10545 2004-12-12 Juri Linkov <juri@jurta.org>
10546
10547 * simple.el (beginning-of-buffer, end-of-buffer):
10548 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10549 Do not push mark when mark is active in transient-mark-mode.
10550
10551 * simple.el (mark-word):
10552 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10553 * textmodes/paragraphs.el (mark-paragraph):
10554 Extend the region when mark is active in transient-mark-mode,
10555 regardless of the last command. Doc fix.
10556
10557 * simple.el (mark-word): Preserve direction when repeating.
10558 Make arg optional. Interactive "p" -> "P".
10559 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10560
10561 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10562 preserving direction, to mark forward instead of backward when mark
10563 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10564
10565 2004-12-12 Juri Linkov <juri@jurta.org>
10566
10567 * isearch.el (isearch-edit-string): Set 7th arg of
10568 `read-from-minibuffer' to `t' to inherit the current input
10569 method (whose name is indicated by [IM] in the minibuffer prompt)
10570 from the current buffer to the minibuffer.
10571 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10572 to allow C-g quitting for lazy highlighting looping inside the
10573 search with nested repetition operators. Add overlay to the list
10574 before setting its face and other properties to avoid the case of
10575 code quitting after placing the new overlay but before it's
10576 recorded on the list. Select the window where isearch was
10577 activated, to highlight matches in the right window when isearch
10578 switches the current window to the minibuffer.
10579
10580 * international/isearch-x.el
10581 (isearch-process-search-multibyte-characters):
10582 Use `isearch-message' as initial input for `read-string' instead
10583 of adding it to the minibuffer prompt. After reading a string
10584 remove the initial value of `isearch-message' from the string.
10585
10586 * replace.el (replace-match-maybe-edit): Doc fix.
10587 (perform-replace): Don't call `replace-highlight' when automatic
10588 replacement is requested in literal mode, since it is intended
10589 only to highlight words during entering a new replacement string
10590 for \? in non-literal mode.
10591
10592 * replace.el (query-replace-highlight): Add new value `isearch'
10593 that allows query replacement to use isearch highlighting.
10594 Change type from `boolean' to `choice'. Doc fix.
10595 (replace-highlight, replace-dehighlight, perform-replace):
10596 Use isearch highlighting if query-replace-highlight eq `isearch'.
10597
10598 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10601 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10602
10603 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10604 case of \end{verbatim}.
10605
10606 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10607
10608 * term.el (term-termcap-format): Synchronize with terminfo.
10609 (term-emulate-terminal): Handle reset.
10610 (term-reset-terminal): New function.
10611
10612 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10613
10614 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10615 (zone-fill-out-screen): New func.
10616 (zone-pgm-drip): Use `zone-fill-out-screen'.
10617 Also, no longer go to point-min on every cycle.
10618 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10619 (zone-pgm-random-life-wait): New user var.
10620 (zone-pgm-random-life): New func.
10621
10622 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10623
10624 * files.el (auto-mode-alist): Map .com to DCL mode.
10625
10626 2004-12-09 Richard M. Stallman <rms@gnu.org>
10627
10628 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10629
10630 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10631
10632 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10633 buffer with a display margin.
10634
10635 2004-12-08 Jay Belanger <belanger@truman.edu>
10636
10637 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10638 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10639
10640 2004-12-08 Richard M. Stallman <rms@gnu.org>
10641
10642 * faces.el: Delete code to set display table.
10643 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10644
10645 2004-12-08 Jay Belanger <belanger@truman.edu>
10646
10647 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10648
10649 * calc/calc-ext.el (math-read-replacement-list)
10650 (math-read-superscripts, math-read-preprocess-string): Move to
10651 calc-aent.el.
10652
10653 * calc/calc-aent.el (math-read-replacement-list)
10654 (math-read-superscripts, math-read-preprocess-string): Move from
10655 calc-ext.el.
10656
10657 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * isearch.el (isearch-quote-char): Fix up typo in last change.
10660
10661 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10662
10663 * mouse.el (mouse-set-font): Handle the case where the command was
10664 not invoked using the mouse.
10665
10666 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10667 (edmacro-finish-edit): Further update for keyboard macros that are
10668 lambda forms.
10669 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10670
10671 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10674 (font-lock-default-unfontify-region): Don't save buffer state any more.
10675
10676 2004-12-07 Jay Belanger <belanger@truman.edu>
10677
10678 * calc/calc-help.el (calc-describe-key):
10679 Set calc-summary-indentation even when Calc Summary buffer exists.
10680
10681 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10682
10683 * calendar/holidays.el (holiday-easter-etc): Make arguments
10684 optional for backwards compatibility. Doc fix.
10685 Remove un-necessary local vars mandatory, output-list.
10686 (holiday-advent): Make arguments optional for backwards
10687 compatibility. Doc fix.
10688
10689 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * paren.el (show-paren-function): Fix last change (2004-12-02).
10692
10693 * international/mule-util.el (char-displayable-p): Return nil for
10694 unibyte mode.
10695
10696 * subr.el (subregexp-context-p): New function.
10697
10698 * isearch.el (isearch-quote-char): Use it.
10699
10700 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10701 (regexp-opt-not-groupie*-re): Remove.
10702 (regexp-opt): Properly handle inputs with duplicate entries.
10703
10704 2004-12-06 Richard M. Stallman <rms@gnu.org>
10705
10706 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10707
10708 * cus-edit.el (custom-file): Doc fix.
10709
10710 * textmodes/org.el: New file.
10711
10712 2004-12-06 Kenichi Handa <handa@m17n.org>
10713
10714 * ldefs-boot.el: Update international/mule-util.el section.
10715
10716 2004-12-05 Sam Steingold <sds@gnu.org>
10717
10718 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10719 Fix `tramp-time-diff' comparison logic.
10720
10721 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10722
10723 * progmodes/which-func.el (which-function):
10724 Use `run-hook-with-args-until-success' instead of a custom loop.
10725 Fixes bug with local hooks.
10726
10727 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10728
10729 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10730 Use delete-dups when calculating the initial value.
10731 (bibtex-autokey-get-title): Use <=.
10732 (bibtex-goto-line): New function.
10733 (bibtex-reposition-window): Use line numbers instead of point
10734 positions. Use window-body-height.
10735 (bibtex-find-crossref): Use bibtex-reposition-window.
10736 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10737 position of entry if key is found or nil if not found.
10738
10739 2004-12-05 Richard M. Stallman <rms@gnu.org>
10740
10741 * cus-edit.el (custom-file): Doc fix.
10742
10743 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10744
10745 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * simple.el (blink-matching-open):
10748 * textmodes/tex-mode.el (tex-validate-region):
10749 Obey syntax-table text properties.
10750
10751 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10752
10753 * wid-edit.el (widget-specify-field): Add `real-field' property to
10754 boundary.
10755 (widget-field-at): Use it.
10756
10757 2004-12-02 Richard M. Stallman <rms@gnu.org>
10758
10759 * progmodes/cc-mode.el (awk-mode autoload):
10760 Supply t meaning interactive function.
10761
10762 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10763 (isearch-mode-map): No special definition for space.
10764 (isearch-whitespace-chars): Command deleted.
10765 (isearch-forward-regexp): Doc fix.
10766 (isearch-quote-char): When a space is not inside brackets,
10767 use `[ ]' instead of just space.
10768 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10769
10770 * imenu.el (imenu--generic-function): Delete code to exclude
10771 matches in comments.
10772
10773 * man.el (Man-reverse-face): Change default to `highlight'.
10774
10775 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10776 (occur-engine): Use `face' prop rather than `font-lock-face'
10777 when specifying use of `match-face'.
10778 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10779
10780 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10781
10782 * add-log.el (add-log-current-defun): Handle the case where point
10783 is in the header part of a DEFUN construct.
10784
10785 2004-12-02 Dave Love <fx@gnu.org>
10786
10787 * progmodes/python.el (python-font-lock-syntactic-keywords):
10788 Fix previous change.
10789
10790 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10791
10792 * paren.el (show-paren-function): Check for matching chars
10793 specified by text props.
10794
10795 2004-12-02 Jay Belanger <belanger@truman.edu>
10796
10797 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10798 when reading a new key sequence.
10799
10800 2004-12-02 Kim F. Storm <storm@cua.dk>
10801
10802 * faces.el (escape-glyph): Rename from glyph.
10803 (standard-display-table): Set it here. Add escape-glyph face to
10804 extra slot characters.
10805
10806 * disp-table.el: Undo 2004-12-01 change. Display table is now
10807 setup in faces.el.
10808
10809 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10810
10811 * xml.el (xml-parse-dtd): Don't show validity messages when
10812 xml-validating-parser is nil.
10813 (xml-substitute-special): Fix validity error messages to
10814 actually show the unexpandable entity. Added validity error if &
10815 isn't followed by an entity.
10816 (xml-parse-tag): Concatenate any string following the a
10817 <![CDATA[]]> section to the parsed CDATA.
10818 (xml-parse-dtd): Skip parameter entity declarations and use of
10819 parameter entities.
10820
10821 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10822
10823 * kmacro.el (kmacro-default-counter-format): New var.
10824 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10825 (kmacro-display): Remove `nil' from `and' form. Delete call to
10826 `format' inside `message'.
10827 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10828
10829 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * pcvs.el (cvs-header-msg): New function.
10832 (cvs-update-header): Use it. Change calling convention.
10833 Correctly handle the case of having simultaneous active processes.
10834 (cvs-sentinel): Don't call cvs-update-header any more.
10835 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10836
10837 2004-12-01 Jay Belanger <belanger@truman.edu>
10838
10839 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10840 Change message.
10841
10842 2004-12-01 Juri Linkov <juri@jurta.org>
10843
10844 * progmodes/prolog.el (prolog-mode-variables):
10845 Fix imenu-generic-expression.
10846
10847 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10848
10849 * faces.el (glyph): New face.
10850
10851 * disp-table.el: Add an autoloaded table, that doesn't require
10852 this library, with glyph face.
10853
10854 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10855 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10856 (conf-quote-normal): Allow normalizing only ' or ".
10857 (conf-mode): Regexp-quote constructed comment-start and don't
10858 match section {} where "name" contains braces.
10859
10860 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10861 files.
10862
10863 2004-12-01 Kenichi Handa <handa@m17n.org>
10864
10865 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10866 (x-select-text): Don't treat eight-bit-control/graphic chars
10867 specially. Store the encoded text in the X cut buffer.
10868 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10869 with x-last-selected-text-cut-encoded.
10870
10871 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10874
10875 2004-11-30 Markus Rost <rost@ias.edu>
10876
10877 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10878 AUCTeX.
10879
10880 2004-11-30 Jay Belanger <belanger@truman.edu>
10881
10882 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10883 on signs of intervals.
10884 (math-pow-of-zero): Strengthen checks for positive and negative
10885 exponents.
10886
10887 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10888 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10889 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10890 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10891 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10892 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10893 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10894 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10895 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10896 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10897 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10898 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10899 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10900 with provide statements.
10901
10902 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10903
10904 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10905
10906 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10907 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10908 functions by require statements.
10909 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10910
10911 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10912 (calc-gnuplot-print): Give them values.
10913
10914 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10915 autoloads.
10916 Add calc-do-embedded-activate to autoloads.
10917 (calc-gnuplot-name, calc-gnuplot-plot-command)
10918 (calc-gnuplot-print-command): Move them to calc-graph.el.
10919
10920 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10921
10922 * term/mac-win.el (ccl-encode-mac-roman-font)
10923 (ccl-encode-mac-cyrillic-font)
10924 (ccl-encode-mac-centraleuropean-font, encoder-list)
10925 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10926 Support Cyrillic, CentralEuropean, and Dingbat font display
10927
10928 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10929
10930 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10931
10932 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10933 still nil.
10934
10935 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10936
10937 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10938 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10939
10940 2004-11-29 Jay Belanger <belanger@truman.edu>
10941
10942 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10943 cases of the base and exponent.
10944
10945 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10946
10947 * simple.el (next-error-buffer-p): Allow for inclusive and
10948 exclusive tests for finding a buffer.
10949 (next-error-find-buffer): Pass the exclusive and inclusive tests
10950 to next-error-buffer-p.
10951
10952 * replace.el (occur-next-error): Switch to the Occur buffer when
10953 appropriate, use the exclusive filter to next-error-find-buffer to
10954 do it. Use the absolute value of the motion amount.
10955
10956 2004-11-29 Kenichi Handa <handa@m17n.org>
10957
10958 * startup.el (command-line): Decode all default-directory by
10959 locale-coding-system.
10960
10961 2004-11-29 Jay Belanger <belanger@truman.edu>
10962
10963 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10964 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10965 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10966 Replace calls to calc-extensions by appropriate require, replace
10967 calc-extensions-loaded by appropriate featurep.
10968
10969 * calc/calc-ext.el: Move require to end of file.
10970 Remove redundant loading of calc.el.
10971 (calc-extensions-loaded): Remove unnecessary variable.
10972 (calc-extensions): Remove unnecessary function.
10973 (calc-load-everything): Replace calc-need-macros by appropriate require.
10974
10975 * calc/calc-macs.el: Move provide to end of file.
10976 (calc-need-macros): Remove unnecessary function.
10977
10978 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10979 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10980 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10981 Replace calc-extensions by appropriate require.
10982 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10983
10984 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10985 Replace calc-need-macros by appropriate require.
10986
10987 * calc/calc.el: Move require to end of file.
10988 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10989 Remove unnecessary variable.
10990 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10991 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10992 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10993 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10994 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10995 (math-format-number, math-format-bignum, math-read-number)
10996 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10997 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10998 by appropriate require.
10999 (calc-check-defines): Replace calc-need-macros by appropriate require.
11000
11001 2004-11-29 Kim F. Storm <storm@cua.dk>
11002
11003 * macros.el (insert-kbd-macro): Handle kmacro functions.
11004
11005 2004-11-28 Juri Linkov <juri@jurta.org>
11006
11007 * compare-w.el (compare-windows-highlight): Attach each overlay
11008 to its window to properly highlight differences while comparing
11009 two windows of the same buffer. Fix arguments.
11010 (compare-windows-sync-default-function): Fix arguments of
11011 `compare-windows-highlight'.
11012
11013 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
11014 Use `read-expression-history'. Set initial contents only if
11015 `edebug-global-break-condition' is non-nil. Set histpos to 1
11016 if initial contents is equal to the last history element.
11017 (edebug-set-conditional-breakpoint): Instead of temporarily
11018 prepending the current condition to the history, set initial
11019 contents to the current condition. Set histpos to 1 if initial
11020 contents is equal to the last history element.
11021
11022 * info.el (Info-search-whitespace-regexp): Remove shy group.
11023 (Info-search): Forward line if search is on the header line.
11024 Use search-whitespace-regexp in two other places.
11025
11026 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
11027
11028 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
11029 warning. Delay real definition, which uses
11030 `set-fringe-indicators-1' till after the definition of that function.
11031
11032 2004-11-28 Kim F. Storm <storm@cua.dk>
11033
11034 * fringe.el (fringe): New defgroup.
11035 (fringe-mode): Move to fringe group.
11036 (fringe-indicators): New defcustom.
11037 (set-fringe-indicators-1): New defun.
11038
11039 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
11040 (menu-bar-showhide-fringe-ind-menu): New keymap.
11041 (menu-bar-showhide-fringe-ind-empty)
11042 (menu-bar-showhide-fringe-ind-mixed)
11043 (menu-bar-showhide-fringe-ind-box)
11044 (menu-bar-showhide-fringe-ind-right)
11045 (menu-bar-showhide-fringe-ind-left)
11046 (menu-bar-showhide-fringe-ind-none): New defuns.
11047 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
11048
11049 2004-11-27 Richard M. Stallman <rms@gnu.org>
11050
11051 * comint.el (comint-read-noecho): Add trivial compatibility definition.
11052
11053 * generic.el (define-generic-mode): Doc fix.
11054
11055 * menu-bar.el (menu-bar-options-save): For the options
11056 that are toggled with menu-bar-make-mm-toggle, don't check
11057 for customized-value prop.
11058
11059 2004-11-27 Eli Zaretskii <eliz@gnu.org>
11060
11061 * mail/supercite.el (sc-cite-region): Handle the case where
11062 sc-cite-frame-alist is a symbol.
11063 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
11064 a symbol.
11065 (sc-recite-region): Handle the case where sc-recite-frame-alist is
11066 a symbol.
11067
11068 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
11069
11070 * wid-edit.el (widget-narrow-to-field): New function.
11071 (widget-complete): Use it.
11072
11073 2004-11-27 Jay Belanger <belanger@truman.edu>
11074
11075 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11076 variable.
11077 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11078 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11079 (math-alg-inequalities): Move declaration to earlier in the file.
11080
11081 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11082 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11083 Declare them.
11084
11085 * calc/calc-lang.el (math-expr-data, math-expr-token)
11086 (math-exp-old-pos): Declare them.
11087
11088 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11089 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11090
11091 2004-11-27 Kim F. Storm <storm@cua.dk>
11092
11093 * progmodes/flymake.el: Use (featurep 'xemacs).
11094 (flymake-makehash): Change to defsubst. Use fboundp.
11095 (flymake-time-to-float): Remove.
11096 (flymake-float-time): Merge code from flymake-time-to-float here.
11097 (flymake-replace-regexp-in-string): Change to defsubst.
11098 (flymake-split-string-remove-empty-edges):
11099 Rename to flymake-split-string.
11100 (flymake-split-string): Remove previous defalias.
11101 (flymake-get-temp-dir): Change to defsubst.
11102 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11103 Define for xemacs only.
11104 (flymake-master-file-count-limit): Change into compiler defvar only.
11105 (flymake-find-possible-master-files): Let-bind it dynamically while
11106 sorting files using flymake-master-file-compare.
11107
11108 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11111 of defun-prompt-regexp matches inside a comment/string but the
11112 beginning is correctly outside everything.
11113
11114 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11115 appears within a string or a comment.
11116
11117 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11118 rather than make-symbol for symbols which are used in
11119 a symbol-macrolet or equivalent.
11120
11121 2004-11-26 Jay Belanger <belanger@truman.edu>
11122
11123 * calc-misc.el (calc-last-why-command): Declare it.
11124
11125 * calc-vec.el (math-grade-vec): New variable.
11126 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11127 Replace variable grade-vec by declared variable.
11128 (math-rb-close): New variable.
11129 (math-read-brackets, math-read-vector): Replace variable close by
11130 declared variable.
11131
11132 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11133 (calc-one-window, calc-edit-handler, calc-restore-trail)
11134 (calc-allow-ret): Declare them.
11135
11136 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11137 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11138 (math-radix-float-cache-tag, math-random-cache)
11139 (math-max-digits-cache, math-integral-cache, math-units-table)
11140 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11141 (math-moc-func): New variable.
11142 (math-map-over-constants, math-map-over-constants-rec):
11143 Replace variable func by declared variable.
11144
11145 * calc/calc-store.el (calc-given-value, calc-store-opers):
11146 Declare them.
11147 (calc-var-name-map): Move declaration to earlier in the file.
11148 (calc-pv-pos): New variable.
11149 (calc-permanent-variable, calc-insert-permanent-variable):
11150 Replace variable pos by declared variable.
11151
11152 * calc/calc-mtx.el (calc-det-lu): New variable.
11153 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11154
11155 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11156 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11157 and arg by declared variables.
11158 (calcFunc-reducer): Fix incorrect variable.
11159 (math-inner-mul-func, math-inner-add-func): New variables.
11160 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11161 and add-func by declared variables.
11162
11163 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11164 (calc-digit-value): Declare them.
11165
11166 * calc/calc-help.el (Info-history): Declare it.
11167 (calc-describe-key): Make calc-summary-indentation a local variable.
11168 (calc-help-long-names): Move declaration to earlier in file.
11169
11170 * calc/calc-embed.el (calc-original-buffer): Declare it.
11171 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11172 (calc-embed-bot): New variables.
11173 (calc-do-embedded, calc-embedded-mark-formula)
11174 (calc-embedded-find-bounds, calc-embedded-duplicate)
11175 (calc-embedded-new-formula, calc-embedded-make-info):
11176 Replace vars outer-top, outer-bot, bot and top by declared variables.
11177 (calc-embed-prev-modes): New variable.
11178 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11179 prev-modes with declared variable.
11180 (calc-embed-vars-used): New variable.
11181 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11182 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11183 vars-used by declared variable.
11184
11185 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11186 (math-format-radix-float): Remove unnecessary setq.
11187 (math-radix-float-cache): Declare it.
11188
11189 * calc/calcsel2.el (calc-keep-selection): Declare it.
11190
11191 * calc/calc-maint.el: Remove file.
11192
11193 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11194
11195 * textmodes/bibtex.el (bibtex-sort-entry-class)
11196 (bibtex-comment-start): Use defcustom.
11197 (bibtex-entry-field-alist): Use nil if initial content of the
11198 field is undefined. Fix docstring.
11199 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11200 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11201 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11202 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11203 Fix docstring.
11204 (bibtex-autokey-title-terminators): Use only one regexp.
11205 (bibtex-string-maybe-empty-head): New variable.
11206 (bibtex-remove-delimiters-string): New function.
11207 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11208 Use bibtex-remove-delimiters-string.
11209 (bibtex-progress-message, bibtex-field-left-delimiter)
11210 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11211 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11212 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11213 Simplify.
11214 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11215 Use eq and bibtex-remove-delimiters-string. For end markers use
11216 insertion type so that marker stays after inserted text.
11217 (bibtex-autokey-get-names): Return empty string if name is missing.
11218 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11219 calling bibtex-autokey-name-case-convert.
11220 (bibtex-autokey-demangle-title):
11221 Call bibtex-autokey-titleword-case-convert. Remove call to
11222 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11223 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11224 (bibtex-read-key): New optional arg global.
11225 (bibtex-files-expand): New optional arg force.
11226 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11227 (bibtex-complete-crossref-cleanup): Rename from
11228 bibtex-complete-key-cleanup. Simplify code.
11229 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11230 Operate on current entry.
11231 (bibtex-button): Add docstring.
11232 (bibtex-entry): Simplify.
11233 (bibtex-make-field): Replace optional arg called-by-yank with more
11234 specific args move and interactive.
11235 (bibtex-end-of-entry): Use forward-sexp.
11236 (bibtex-find-entry-globally): Remove.
11237 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11238 Bound to C-c C-x.
11239 (bibtex-find-entry): New optional args global and display.
11240 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11241 (bibtex-validate): Use arg force of bibtex-files-expand.
11242 (bibtex-clean-entry): Bugfix, clean string entries properly.
11243 Always keep point at beginning of entry.
11244 (bibtex-complete): Bugfix. Handle string entries properly.
11245 Call cleanup functions only if needed.
11246 (bibtex-String): Use bibtex-read-string-key.
11247 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11248 case of replacement text.
11249
11250 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11251
11252 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11253 (tramp-perl-directory-files-and-attributes): New constant.
11254 (tramp-file-name-handler-alist): Delete file-directory-files, add
11255 directory-files-and-attributes.
11256 (tramp-perl-file-attributes): Surround uid and gid by double
11257 quotes. Change parameter id-format from nonnumeric.
11258 (tramp-convert-file-attributes): New function.
11259 (tramp-handle-file-attributes): Use it.
11260 (tramp-maybe-send-perl-script): New function.
11261 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11262 file mode. Change parameter id-format from nonnumeric.
11263 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11264 from nonnumeric.
11265 (tramp-post-connection): Don't send tramp-perl-file-attributes
11266 script. Reset connection property "perl-scripts".
11267 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11268 in use.
11269
11270 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11271
11272 * desktop.el (desktop-read): Replace mapcar with mapc.
11273 (desktop-create-buffer): Replace mapcar with mapc.
11274 Remove redundant piece of code.
11275
11276 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11277
11278 * progmodes/gud.el (gud-display-line): Use display-buffer
11279 for GDB-UI as for GUD.
11280
11281 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11282 Delete variables.
11283 (gdb-ann3): Don't make GUD buffer dedicated.
11284 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11285 (gdb-display-source-buffer): Delete function.
11286 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11287 (menu): Delete menu bindings for viewing source/assembler.
11288 (gdb-setup-windows, gdb-restore-windows):
11289 Don't dedicate GUD. No assembler now.
11290 (gdb-reset): No need to undedicate source buffers now.
11291 (gdb-source-info): No assembler now.
11292
11293 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11296 width to those for special frames.
11297 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11298 Use display-buffer.
11299 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11300 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11301 (gdb-frame-assembler-buffer): Rework like
11302 gdb-frame-breakpoints-buffer.
11303
11304 2004-11-25 Richard M. Stallman <rms@gnu.org>
11305
11306 * progmodes/flymake.el: Reindent.
11307 (flymake-split-string): Turn into defalias.
11308 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11309 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11310 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11311 (flymake-build-relative-filename): Rename from ...path.
11312 Fix error message.
11313
11314 2004-11-25 Cheng Gao <chenggao@gmail.com>
11315
11316 * progmodes/flymake.el: Much whitespace and capitalization change.
11317 Move `provide' to end. Require `compile' only when compiling.
11318
11319 2004-11-24 Jay Belanger <belanger@truman.edu>
11320
11321 * calc/calc-alg.el: Added comment.
11322 (math-polynomial-base): Replace variable mpb-top-expr by
11323 math-poly-base-top-expr.
11324
11325 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11326 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11327 variable.
11328 (math-poly-base-total-base): New variable.
11329 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11330 mpb-total-base by declared variable.
11331 (math-factored-vars, math-to-list): Declare it.
11332 (math-fact-expr): New variable.
11333 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11334 (math-factor-expr-try, math-factor-expr-part): Replace variable
11335 expr by declared variable.
11336 (math-fet-x): New variable.
11337 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11338 by declared variable.
11339 (math-factor-poly-coefs): Make temp a local variable.
11340
11341 * calc/calc-units.el (calc-convert-units): Make units a local
11342 variable.
11343 (calc-num-units, calc-den-units): New variables.
11344 (calc-explain-units, calc-explain-units-rec): Replace variables
11345 num-units and den-units by declared variables.
11346 (math-cu-unit-list): New variable.
11347 (math-build-units-table, math-compare-unit-names)
11348 (math-convert-units, math-convert-units-rec): Replace variable
11349 unit-list by declared variable.
11350 (math-fbu-base, math-fbu-entry): New variables.
11351 (math-find-base-units, math-find-base-units-rec): Replace variables
11352 base and entry by declared variables.
11353 (math-which-standard): New variable.
11354 (math-to-standard-units, math-to-standard-rec): Replace variable
11355 which-standard by declared variable.
11356 (math-fcu-u): New variable.
11357 (math-find-compatible-unit, math-find-compatible-unit-rec):
11358 Replace variable u by declared variable.
11359 (math-cu-new-units, math-cu-pure): New variables.
11360 (math-convert-units, math-convert-units-rec): Replace variables
11361 new-units and pure by declared variables.
11362 (math-try-cancel-units): New variable.
11363 (math-simplify-units-quotient): Replace variable try-cancel-units by
11364 declared variable.
11365
11366 2004-11-24 Richard M. Stallman <rms@gnu.org>
11367
11368 * textmodes/ispell.el (ispell-check-version):
11369 If default-directory is nonexistent, use home dir.
11370
11371 * progmodes/grep.el (grep-regexp-alist):
11372 Don't match parens around line numbers.
11373
11374 * progmodes/cperl-mode.el (cperl-indent-region)
11375 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11376 Don't print progress messages.
11377
11378 * progmodes/compile.el (compilation-mode-map):
11379 Don't inherit from compilation-minor-mode-map;
11380 copy its bindings instead. But the menu bar Compile
11381 entry now does inherit from compilation-menu-map.
11382
11383 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11384 Use with-no-warnings around compiler-macroexpand.
11385
11386 * imenu.el: Don't always require newcomment.
11387 (imenu--generic-function): Call comment-normalize-vars
11388 if we have a comment syntax.
11389 Exit the loop if REGEXP matches the null string.
11390 Test comment-start as well as comment-start-skip
11391 when deciding whether to check for comments.
11392
11393 * tooltip.el (tooltip-mode): Doc fix.
11394
11395 * term.el (term-escape-char, term-mode): Doc fixes.
11396
11397 2004-11-24 Dave Love <fx@gnu.org>
11398
11399 * progmodes/python.el (python-font-lock-syntactic-keywords):
11400 Check for escapes in the regexp.
11401 (python-quote-syntax): Don't do it here.
11402
11403 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11404
11405 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11406 (gdb-frames-mode-map, gdb-threads-mode-map)
11407 (gdb-registers-mode-map, gdb-locals-mode-map)
11408 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11409 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11410
11411 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11412 (dedicated-switch-to-buffer): Rework.
11413 (gdb-var-evaluate-expression-handler, gdb-put-string):
11414 Remove unused variable bindings.
11415 (gdb-setup-windows, gdb-display-buffer):
11416 Simplify. Use pop-to-buffer.
11417 (gdb-view-source-function): Simplify.
11418 (gdb-frame-breakpoints-buffer):
11419 Use pop-to-buffer, special-display-regexps.
11420
11421 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11422
11423 * progmodes/f90.el (f90-smart-end)
11424 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11425 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11426 (f90-end-of-block): Doc fix. Make check of outermost block
11427 conditional on value of `f90-smart-end'.
11428 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11429 Handle case where END-BLOCK is nil.
11430 (f90-match-end): Handle un-named PROGRAM blocks.
11431 (f90-backslash-not-special): New function.
11432
11433 2004-11-24 Jay Belanger <belanger@truman.edu>
11434
11435 * calc/calc.el (calc-embedded-active): Removed unnecessary
11436 declaration.
11437 (calc-show-banner): Removed redundant declaration.
11438
11439 * calc/calc-graph.el (calc-gnuplot-default-device)
11440 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11441 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11442 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11443 Remove redundant initial values.
11444
11445 * calc/calc-arith.el (math-scalar-functions)
11446 (math-nonscalar-functions, math-scalar-if-args-functions)
11447 (math-real-functions, math-positive-functions)
11448 (math-nonnegative-functions, math-real-scalar-functions)
11449 (math-real-if-arg-functions, math-integer-functions)
11450 (math-num-integer-functions, math-rounding-functions)
11451 (math-float-rounding-functions, math-integer-if-args-functions)
11452 (math-super-types): Move declarations to earlier in file.
11453 (math-unit-prefixes): Declared it.
11454 (math-floor-prec, math-trunc-prec): New variables.
11455 (math-trunc-fancy): Replace variable prec by declared variable.
11456 (math-floor-fancy): Replace variable prec by declared variable.
11457 (math-com-bterms): New variable.
11458 (math-commutative-equal, math-commutative-collect):
11459 Replace variable bterms by declared variable.
11460
11461 * calc/calc-misc.el (math-trunc): Replace variable prec by
11462 math-trunc-prec.
11463 (math-floor): Replace variable prec by math-floor-prec.
11464
11465 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11466 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11467 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11468 (math-format-date, math-format-date-part): Replace variables
11469 date, dt, year, month, day, weekday, hour, minute, second and
11470 bc-flag by declared variables.
11471 (math-pd-str): New variable.
11472 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11473 Replace variable str by declared variable.
11474 (math-daylight-savings-hook, math-tzone-names): Move definitions
11475 to earlier in the file.
11476 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11477 (math-sh-year): New variable.
11478 (math-setup-add-holidays, math-setup-holidays)
11479 (math-setup-year-holidays): Replace variable `year' by declared
11480 variable.
11481
11482 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11483 New variables.
11484 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11485 n, nf and nfm1 by declared variables.
11486 (math-nri-n): New variable.
11487 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11488 n by declared variable.
11489 (calcFunc-log): Removed misplaced condition.
11490
11491 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11492
11493 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11494
11495 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11496
11497 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11498 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11499 Dedicate gdb-related windows.
11500 (gdb-display-buffer): Dedicate gdb-related windows.
11501 Don't grab other frames.
11502 (gdb-reset): Remove dedicated property after debugging.
11503
11504 2004-11-24 Jay Belanger <belanger@truman.edu>
11505
11506 * calc/calc-sel.el: Add comment.
11507
11508 * calc/calc.el (math-stack-value-offset): Replace variables c,
11509 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11510
11511 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11512 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11513 (math-stack-value-offset-fancy): Replace variables c, wid and off
11514 by declared variables.
11515 (math-comp-just, math-comp-comma-spc): New variables.
11516 (math-compose-expr, math-compose-matrix): Replace variables `just'
11517 and comma-spc by declared variable.
11518 (math-comp-vector-prec): New variable.
11519 (math-compose-expr, math-compose-matrix, math-compose-rows):
11520 Replace variable vector-prec by declared variable.
11521 (math-comp-left-bracket, math-comp-right-bracket)
11522 (math-comp-comma): New variables.
11523 (math-compose-expr, math-compose-rows): Replace variables
11524 left-bracket, right-bracket and comma by declared variables.
11525 (math-comp-full-width): New variable.
11526 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11527 Replace variable full-width by declared variable.
11528 (math-comp-highlight, math-comp-word, math-comp-level)
11529 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11530 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11531 New variables.
11532 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11533 (math-comp-sel-flat-term): Replace variables comp-highlight,
11534 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11535 declared variables.
11536 (math-comp-simplify, math-comp-simplify-term)
11537 (math-comp-add-string, math-comp-add-string-sel):
11538 Replace variables comp-highlight, comp-buf, comp-base,
11539 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11540
11541 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11542
11543 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11544
11545 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11546 and x-server-version may throw.
11547
11548 2004-11-23 Kim F. Storm <storm@cua.dk>
11549
11550 * subr.el (substitute-key-definition-key): Optimize.
11551 Don't call indirect-function for nil defn (always signals error).
11552
11553 * ido.el (ido-read-internal): Fix require-match check when
11554 ido-directory-too-big is set.
11555
11556 2004-11-23 Jay Belanger <belanger@truman.edu>
11557
11558 * calc/calc-ext.el (math-read-replacement-list)
11559 (math-read-superscripts): New variables.
11560 (math-read-preprocess-string): New function.
11561 (math-read-expr): Filter input through math-read-preprocess-string.
11562
11563 * calc/calc-aent.el (math-read-exprs): Filter input through
11564 math-read-preprocess-string.
11565
11566 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11567
11568 * progmodes/compile.el (compilation-start): In cd command use
11569 substitute-env-vars -- not quite shell compatible but better than
11570 nothing.
11571 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11572 handle the newer versions messages, which are more parseable.
11573
11574 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * reveal.el (reveal-mode-map): New var.
11577 (reveal-mode): Use it.
11578
11579 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11580
11581 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11582 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11583
11584 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11585
11586 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11587 header-line when needed.
11588 Use fixed-pitch only in the header-line.
11589 Build the underline automatically. Use emdash if available.
11590
11591 2004-11-22 Richard M. Stallman <rms@gnu.org>
11592
11593 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11594 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11595
11596 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11597
11598 * progmodes/gdb-ui.el (gdb-resync): New function.
11599 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11600 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11601 Use it to fail more gracefully.
11602 (gdb-variables): Delete variable.
11603 Re-order variables to reduce byte-compiler warnings.
11604
11605 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * descr-text.el (describe-char):
11608 * paren.el (show-paren-function):
11609 * subr.el (syntax-after): Undo last change.
11610
11611 * progmodes/python.el (run-python): Don't hard code *Python*.
11612 Don't modify global process-environment.
11613 (python-send-region, python-load-file): Don't assume that
11614 python-buffer == (process-buffer (python-proc)).
11615 (python-switch-to-python): Simplify.
11616
11617 * dired.el (dired-align-file): Don't assume line starts with spaces.
11618
11619 2004-11-21 Jay Belanger <belanger@truman.edu>
11620
11621 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11622 Replace variable `lines' by math-read-big-lines.
11623 (math-read-big-expr): Replace variables the-baseline, the-h2
11624 and err-msg by math-read-big-baseline, math-read-big-h2 and
11625 math-read-err-msg.
11626 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11627
11628 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11629 (math-read-big-balance): Replace unbound variable by value.
11630 (math-read-big-lines): New variable.
11631 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11632 (math-read-big-error, math-read-big-balance): Replace variable
11633 `lines' by declared variable.
11634 (math-read-big-baseline, math-read-big-h2): New variables.
11635 (math-read-big-rec): Replace variables the-baseline and the-h2
11636 by declared variables.
11637 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11638 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11639 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11640 declared variables.
11641 (math-read-big-err-msg): New variable.
11642 (math-read-big-error): Replace variable err-msg by declared variable.
11643
11644 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * ses.el: Add coding cookie.
11647 Fix up docstrings, follow new commenting conventions.
11648 (ses-header-line-menu): Fix missing variable rename for header-row.
11649 (ses-cell-size): Remove.
11650 (ses-make-cell): New function.
11651 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11652 (ses-calculate-cell): Remove unused var `symbol'.
11653 (ses-narrowed-p): New function.
11654 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11655 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11656 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11657 (ses-setup): Use restore-buffer-modified-p.
11658 (ses-cleanup): Remove unused var `end'.
11659 (ses-header-string-left-offset): Remove.
11660 (ses-create-header-string): Adjust to new behavior of `align-to'.
11661 Truncate excessively large fields to preserve alignment.
11662 (ses-reconstruct-all): Remove unused var `refs'.
11663 (ses-read-cell-printer): Remove unused var `prompt'.
11664 (ses-delete-row): Remove unused var `pos'.
11665 (ses-delete-column): Remove unused var `new'.
11666
11667 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11668
11669 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11670 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11671 Eliminate eval-and-compile usage.
11672 (ps-insert-file): Use insert-file-contents instead of insert-file.
11673 (ps-setup): Code fix.
11674
11675 * printing.el (pr-setup, lpr-setup): Code fix.
11676
11677 2004-11-21 Jay Belanger <belanger@truman.edu>
11678
11679 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11680 (calc-original-buffer): Declare them.
11681 (calc-user-formula-alist): New variable.
11682 (calc-user-define-formula, calc-fix-user-formula)
11683 (calc-user-define-composition, calc-finish-formula-edit):
11684 Replace variable `alist' by declared variable.
11685 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11686 (var-q7, var-q7, var-q8, var-q9): Declare them.
11687 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11688 are bound.
11689 (calcFunc-typeof): Replace undeclared variable by expression.
11690 (math-exp-env): New variable.
11691 (math-define-body, math-define-exp): Replace exp-env by declared var.
11692 (math-define-exp): Replace misplaced variable by expression.
11693
11694 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11695 (calc-curve-model, calc-curve-coefnames): New variables.
11696 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11697 varnames, model and coefnames by declared variables.
11698 (math-root-widen): New variable.
11699 (math-search-root, math-find-root): Replace variable root-widen by
11700 declared variable.
11701 (var-DUMMY): Declare it.
11702 (math-root-vars, math-min-vars): Move the declarations to earlier in
11703 the file.
11704 (math-brent-min): Make d a local variable.
11705 (math-find-minimum): Replace non-existent variable.
11706 (math-ninteg-romberg): Remove unnecessary variable.
11707 (math-ninteg-temp): New variable.
11708 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11709 integ-temp by declared variable.
11710 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11711 New variables.
11712 (math-general-fit): Replace variables first-var, first-coef and
11713 new-coefs by declared variables.
11714 (calcFunc-fitvar): Replace variable first-var by declared variable.
11715 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11716 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11717 (math-all-vars-vars, math-all-vars-found): New variables.
11718 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11719 found by declared variable math-all-vars-vars.
11720
11721 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11722
11723 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11724 of `defconst'.
11725
11726 2004-11-20 Richard M. Stallman <rms@gnu.org>
11727
11728 * isearch.el (isearch-mode-map): Don't bind SPC.
11729 (isearch-whitespace-chars): Function deleted.
11730 (isearch-search): Bind search-spaces-regexp.
11731 (isearch-lazy-highlight-search): Likewise.
11732 (search-whitespace-regexp): Doc fix.
11733 (isearch-forward-regexp): Doc fix.
11734
11735 * emacs-lisp/bytecomp.el (byte-compile-form):
11736 Move the calls to byte-compile-set-symbol-position,
11737 to avoid having two for the same symbol occurrence.
11738
11739 * comint.el (comint-input-ring-size): Increase to 150.
11740
11741 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11742 New variables.
11743 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11744 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11745
11746 * imenu.el (imenu--generic-function):
11747 Ensure we keep moving backward even if BEG isn't further back.
11748
11749 * replace.el (query-replace-read-to, query-replace-read-from):
11750 Specify t for KEEP-ALL in read-from-minibuffer.
11751
11752 * progmodes/python.el (python-switch-to-python):
11753 If Python isn't running, start it.
11754 Don't alter debug-ignored-errors.
11755
11756 * progmodes/cperl-mode.el (cperl-indent-region):
11757 Don't mind imenu-scanning-message.
11758
11759 * bindings.el (global-map): Bind C-e to move-end-of-line.
11760
11761 * simple.el (line-move-finish): New arg FORWARD.
11762 Ignore invisible newlines, not intangible ones.
11763 Conditions for acceptable stopping positions depend on FORWARD.
11764 (line-move): Pass FORWARD arg to line-move-finish.
11765
11766 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11767 of HEADER. Compensate for this change in the code to add display
11768 properties. Don't make the first line intangible.
11769
11770 * info.el (Info-search): Fix previous change.
11771
11772 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11773
11774 * Makefile.in (recompile): Revert 2004-11-19 change.
11775 (compile): Likewise.
11776
11777 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11778
11779 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11780
11781 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11782
11783 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11784 defgroup and defcustom. Eliminate eval-and-compile usage.
11785
11786 * progmodes/ebnf-otz.el: Fix typos.
11787
11788 2004-11-19 Jay Belanger <belanger@truman.edu>
11789
11790 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11791 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11792 disp-trail by declared variable.
11793
11794 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11795 (calc-finish-selection-edit): Replace variable disp-trail by
11796 declared variable.
11797 (calc-selection-cache-entry): Move declaration to earlier in the file.
11798 (calc-selection-cache-num, calc-selection-cache-comp)
11799 (calc-selection-cache-offset, calc-selection-true-num)
11800 (calc-final-point-line, calc-final-point-column)
11801 (calc-original-buffer): Declare them.
11802 (calc-fnp-op, calc-fnp-num): New variables.
11803 (calc-find-nth-part, calc-find-nth-part-rec)
11804 (calc-select-previous): Replace op and num by declared variables.
11805 (calc-rsf-old, calc-rsf-new): New variables.
11806 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11807 Replace variables old and new by declared variables.
11808 (calc-sel-reselect): New variable.
11809 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11810 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11811 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11812 reselect with declared variable.
11813
11814 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11815 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11816 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11817 (math-import-list, math-rewrite-phase): Declare them.
11818 (math-rewrite): Use let* to declare variables.
11819 (calc-rewrite-selection): Make rules a local variable.
11820 (calc-rewr-sel): New variable.
11821 (calc-rewrite-selection, calc-locate-selection-marker)
11822 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11823 of sel.
11824 (math-rewrite-whole-expr): New variable.
11825 (math-rewrite, math-rewrite-phase): Replace variable expr by
11826 declared variable.
11827 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11828 (math-rewrite-heads-blanks ): New variables.
11829 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11830 heads, skips and blanks by declared variables.
11831 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11832 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11833 New variables.
11834 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11835 old, new, old-func and new-func by declared variables.
11836 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11837 Remove unnecessary variable.
11838 (math-apply-rw-regs): New variable.
11839 (math-apply-rewrites, math-rwapply-replace-regs)
11840 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11841 (math-apply-rw-ruleset): New variable.
11842 (math-apply-rewrites, math-rwapply-remember): Replace variable
11843 ruleset by declared variable.
11844
11845 2004-11-19 Richard M. Stallman <rms@gnu.org>
11846
11847 * info.el (Info-search): Use search-whitespace-regexp.
11848
11849 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11850
11851 * vc-rcs.el (vc-rcs-parse): New function.
11852 (vc-rcs-annotate-command): Likewise.
11853 (vc-rcs-annotate-current-time): Likewise.
11854 (vc-rcs-annotate-time): Likewise.
11855 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11856
11857 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11858
11859 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11860
11861 2004-11-18 Jay Belanger <belanger@truman.edu>
11862
11863 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11864
11865 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11866
11867 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11868 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11869 Use make-temp-file to generate PostScript files in any situation.
11870 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11871 (pr-interactive-p): Eliminate var.
11872 (pr-save-interactive): Eliminate macro.
11873 (pr-interface, pr-ps-directory-preview)
11874 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11875 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11876 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11877 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11878 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11879 (pr-ps-region-ps-print, pr-ps-mode-preview)
11880 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11881 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11882 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11883 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11884 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11885 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11886 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11887 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11888 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11889 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11890 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11891 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11892 Eliminate pr-save-interactive usage.
11893 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11894 Eliminate pr-interactive-p usage.
11895 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11896 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11897 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11898 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11899 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11900 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11901 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11902 New funs.
11903 (pr-ps-file): Use make-temp-file to generate a temporary file.
11904
11905 2004-11-17 Jay Belanger <belanger@truman.edu>
11906
11907 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11908 a local variable.
11909 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11910 (math-top-only): New variable.
11911 (math-simplify, math-simplify-step): Replace variable top-only by
11912 declared variable math-top-only.
11913 (math-simplify-expr): Declare it.
11914 Replace argument expr in all calls of math-defsimplify by
11915 math-simplify-expr.
11916 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11917 (math-simplify-divisor, math-simplify-one-divisor)
11918 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11919 (math-simplify-pow): Replace variable expr by declared variable
11920 math-simplify-expr.
11921 (math-simplify-divisor): Remove local variables temp and op.
11922 (math-simplify-one-divisor): Make temp and op local variables.
11923 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11924 New variables.
11925 (math-simplify-divisor, math-simplify-one-divisor):
11926 Replace variables nover and dover by declared variables.
11927 (math-expr-subst-new, math-expr-subst-old): New variables.
11928 (math-expr-subst, math-expr-subst-rec): Replace variables new
11929 and old by declared variables.
11930 (math-is-poly-degree, math-is-poly-loose): New variables.
11931 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11932 and loose by declared variables.
11933 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11934 (math-polynomial-base, math-polynomial-base-rec):
11935 Replace variables const-ok and mpb-pred by declared variables.
11936
11937 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11938
11939 * calc/calc-ext.el (math-defsimplify): Change the argument in
11940 the created function to math-simplify-expr.
11941
11942 * calc/calc-units.el (math-simplify-expr): Declare it.
11943 Replace argument expr in all calls of math-defsimplify by
11944 math-simplify-expr.
11945 (math-simplify-units-prod): Replace variable expr by declared
11946 variable math-simplify-expr.
11947
11948 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11951 Replace mapcar->dolist, format->string.
11952
11953 2004-11-17 Miles Bader <miles@gnu.org>
11954
11955 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11956 * progmodes/idlwave.el: Remove RCS keywords.
11957
11958 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11959
11960 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11961 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11962 Update to IDLWAVE version 5.5. Too many changes to list them here.
11963 * progmodes/idlw-help.el: New file.
11964
11965 2004-11-16 Richard M. Stallman <rms@gnu.org>
11966
11967 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11968 Discard spaces after \i according to TeX rules.
11969
11970 * international/mule.el (set-buffer-file-coding-system):
11971 New arg NOMODIFY.
11972 (after-insert-file-set-coding): Pass that new arg.
11973 Prevent set-buffer-multibyte from trying to lock the file.
11974
11975 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11976
11977 * saveplace.el (save-place): Doc fix.
11978
11979 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11980 temporarily widen before finding the following word to copy.
11981
11982 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11983 (cl-map-keymap): Definition deleted.
11984
11985 * subr.el (map-keymap-internal): New function.
11986
11987 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11988
11989 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11990 when pressing rather than when releasing mouse-2. Simplify.
11991
11992 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11993
11994 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11995 (compilation-mode): Set it here instead.
11996
11997 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11998
11999 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
12000 (loop, cl-parse-loop-clause, defsetf): Use backquote.
12001
12002 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12003
12004 * progmodes/compile.el (compilation-internal-error-properties):
12005 Fix up a transposition-typo. Check end-col before using it.
12006
12007 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
12008
12009 * international/iso-cvt.el (iso-tex2iso-trans-tab):
12010 Discard whitespace after macro \i when converting it.
12011
12012 2004-11-16 Juri Linkov <juri@jurta.org>
12013
12014 * emacs-lisp/find-func.el (find-function-regexp):
12015 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
12016 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
12017 Remove invalid `\W' from [^cgv\W]. Doc fix.
12018 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
12019
12020 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
12021
12022 * play/life.el: Maintainer is now FSF.
12023 (life-patterns, life-neighbor-deltas, life-window-start)
12024 (life-current-generation, life-generation-string): Use defvar
12025 instead of defconst.
12026
12027 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * progmodes/compile.el (compilation-move-to-column): New fun.
12030 (compilation-internal-error-properties)
12031 (compilation-next-error-function): Use it to make sure we don't go past
12032 the end of line.
12033
12034 2004-11-15 John Paul Wallington <jpw@gnu.org>
12035
12036 * autoinsert.el (auto-insert-alist): Insert the user's name in
12037 copyright notice, rather than Free Software Foundation, for the
12038 Emacs Lisp header case too.
12039
12040 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12041
12042 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
12043 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12044 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
12045 return the list of string in a string.
12046 (pr-call-process): Message if calling process returns an error, that
12047 is, the exit status is different of zero.
12048
12049 2004-11-15 Jay Belanger <belanger@truman.edu>
12050
12051 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
12052 variable var-thing.
12053 (math-integ-depth, math-integ-level, math-integral-limit)
12054 (math-enable-subst, math-any-substs, math-integ-msg)
12055 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
12056 (math-int-threshold, math-int-factors, math-double-roots)
12057 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
12058 (var-GenCount): Declare these variables.
12059 (calcFunc-integ): Don't check if var-IntegLimit is bound.
12060 (math-integral-cache, math-integral-cache-state):
12061 Move declarations to earlier in the file.
12062 (math-deriv-var, math-deriv-total, math-deriv-symb)
12063 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
12064 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
12065 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
12066 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
12067 (math-solve-res): New variables
12068 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
12069 (math-integral, math-replace-integral-parts)
12070 (math-integrate-by-parts, calc-dump-integral-cache)
12071 (math-try-integral, math-do-integral, math-do-integral)
12072 (math-do-integral-methods, math-try-solve-for)
12073 (math-try-solve-prod, math-solve-poly-funny-powers)
12074 (math-solve-crunch-poly, math-decompose-poly)
12075 (math-solve-find-root-term, math-find-root-in-prod)
12076 (math-integ-try-linear-substitutions)
12077 (math-integ-try-substitutions, math-expr-rational-in)
12078 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12079 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12080 (math-solve-for, math-solve-system, math-solve-system-rec)
12081 (math-solve-get-sign, math-solve-get-int)
12082 (math-solve-system-subst): Replace undeclared variables with newly
12083 declared variables.
12084
12085 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12086
12087 * winner.el (winner-active-region, winner-edges, winner-window-list):
12088 Define at toplevel.
12089 (winner-mode-map): Move init inside declaration.
12090
12091 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12092
12093 * files.el (convert-standard-filename): Doc fix.
12094
12095 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12096
12097 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12098 passwd, group, shadow, default/* and pam.d/*.
12099
12100 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12101
12102 * printing.el (pr-menu-spec): Adjust menu specification.
12103
12104 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12105
12106 * printing.el: Doc fix. Insert :version tag into all defcustom.
12107 Handle interactive-p as is recommended in Emacs Lisp Reference.
12108 Set the file permission bits for newly created files.
12109 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12110 The printing menu specification (in `pr-menu-spec') was merged.
12111 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12112 (pr-version): New version number (6.8.3).
12113 (pr-file-modes): New option.
12114 (pr-interactive-p): New var.
12115 (pr-save-interactive, pr-save-file-modes): New macros.
12116 (pr-setup): Code fix.
12117 (pr-menu-spec): Menu specification merged.
12118 (pr-call-process, pr-text2ps): Set file permission bits.
12119 (pr-despool-print): Set file permission bits. Handle interactive-p as
12120 is recommended.
12121 (pr-interface, pr-ps-directory-preview)
12122 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12123 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12124 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12125 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12126 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12127 (pr-ps-region-ps-print, pr-ps-mode-preview)
12128 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12129 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12130 (pr-despool-using-ghostscript, pr-despool-ps-print)
12131 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12132 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12133 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12134 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12135 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12136 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12137 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12138 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12139 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12140 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12141 Handle interactive-p as is recommended.
12142
12143 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12146 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12147
12148 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12149 so it doesn't forget to highlight the beginning of the region either.
12150
12151 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12152
12153 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12154 (c-font-lock-init): Eliminate obsolete make-local-hook.
12155 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12156 (awk-mode): Use run-mode-hooks.
12157
12158 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12159
12160 2004-11-13 Kim F. Storm <storm@cua.dk>
12161
12162 * mouse.el (mouse-drag-copy-region): Add :version.
12163 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12164 while dragging mode line, so mode line can be dragged downwards.
12165 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12166 while pressing mouse button so window doesn't scroll until we
12167 release the mouse if clicking on partially visible line.
12168
12169 2004-11-12 Jay Belanger <belanger@truman.edu>
12170
12171 * calc/calc-graph.el (calc-dumb-map): Declare it.
12172 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12173 than unbound.
12174 (calc-graph-name): Made `end' a local variable.
12175 (calc-graph-lookup): Made `varname' a local variable.
12176 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12177 Declare them.
12178 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12179 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12180 the unused variable y3vec.
12181 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12182 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12183 calc-graph-prev-kill-hook.
12184 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12185 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12186 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12187 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12188 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12189 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12190 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12191 (calc-graph-y3value, calc-graph-y3name)
12192 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12193 (calc-graph-stepcount, calc-graph-is-splot)
12194 (calc-graph-surprise-splot, calc-graph-blank)
12195 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12196 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12197 (calc-graph-recompute-2d, calc-graph-compute-3d)
12198 (calc-graph-format-data): Replace undeclared variables with the
12199 above newly declared variables.
12200
12201 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12202
12203 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12204 `rsf-beep' and `rsf-sleep-after-message'.
12205
12206 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12207 list if `message-sender' is non-nil.
12208
12209 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12210
12211 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12212 consing by using mapc instead of mapcar.
12213
12214 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12215
12216 * tooltip.el (require): Explain why CL is needed.
12217
12218 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12219
12220 * printing.el: Insert :version into defgroup (printing). All reference
12221 to Files option in menubar were changed to File.
12222 (pr-version): New version number (6.8.2).
12223 (pr-get-symbol): Call easy-menu-intern.
12224 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12225 compilation gripes.
12226
12227 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12230 new byte-compile-function-environment binding to t.
12231
12232 * font-lock.el (font-lock-fontify-syntactically-region):
12233 Don't forget to highlight the last char when we hit `end'.
12234
12235 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12236 (mwheel-scroll): Adjust accordingly.
12237
12238 * cvs-status.el: Reduce spurious warnings.
12239 (cvs-status-checkout): Remove.
12240 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12241
12242 * pcvs.el (cvs-mode-checkout): New command.
12243
12244 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12245
12246 * tooltip.el: Require CL.
12247
12248 * emacs-lisp/bytecomp.el: Use push.
12249 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12250 (defalias): Remove the `byte-compile' property and add
12251 a `byte-hunk-handler'.
12252
12253 2004-11-11 Juri Linkov <juri@jurta.org>
12254
12255 * info.el (Info-search): Save match data for isearch.
12256 Skip Tag Table node.
12257
12258 * descr-text.el (describe-char): Replace syntax-after with code
12259 from its previous version.
12260
12261 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12262 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12263
12264 * international/mule.el (sgml-html-meta-auto-coding-function):
12265 Remove > after <html to allow HTML attributes.
12266
12267 2004-11-11 Jay Belanger <belanger@truman.edu>
12268
12269 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12270 a variable.
12271 (calcFunc-dfac): Replace unbound max by n.
12272 (math-stirling-local-cache): New variable.
12273 (math-stirling-number, math-stirling-1, math-stirling-2):
12274 Replace the variable `cache' by the declared variable
12275 math-stirling-local-cache.
12276 (var-RandSeed): Declare it as a variable.
12277 (math-init-random-base, math-random-digit): Don't check to see if
12278 var-RandSeed is bound.
12279 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12280 Declare them instead of just setting them.
12281 (math-init-random-base): Made i a local variable.
12282 (math-random-digit): Made math-random-last a local variable.
12283 (math-prime-test-cache): Move declaration to before it is used.
12284 (math-prime-test-cache-k, math-prime-test-cache-q)
12285 (math-prime-test-cache-nm1, math-prime-factors-finished):
12286 Declare them as variables.
12287
12288 2004-11-11 Jay Belanger <belanger@truman.edu>
12289
12290 * calc/calc-ext.el (math-defcache): Use defvar for the new
12291 variables it creates.
12292
12293 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12294
12295 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12296 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12297 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12298 (desktop-save): Add :version.
12299
12300 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12301
12302 * printing.el (pr-get-symbol): Don't downcase.
12303
12304 2004-11-10 Jay Belanger <belanger@truman.edu>
12305
12306 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12307 string to kill-ring.
12308
12309 * calc/calc-aent.el (calc-alg-exp, math-toks)
12310 (math-exp-pos,math-exp-old-pos, math-exp-token)
12311 (math-exp-keep-spaces, math-exp-str): New variables.
12312 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12313 (calcAlg-enter): Use declared variable calc-alg-exp.
12314 (math-build-parse-table, math-find-user-token): Use declared
12315 variable math-toks.
12316 (math-read-exprs, math-read-token, calc-check-user-syntax)
12317 (calc-match-user-syntax, match-factor-after, math-read-factor):
12318 Use declared variables math-exp-pos math-exp-old-pos.
12319 (math-read-exprs, math-read-token, math-read-expr-level)
12320 (calc-check-user-syntax, calc-match-user-syntax)
12321 (match-factor-after, math-read-factor): Use declared variable
12322 math-exp-token.
12323 (math-read-exprs, math-read-expr-list, math-read-token)
12324 (math-read-factor): Use declared variable math-exp-keep-spaces.
12325 (math-read-exprs, math-read-token): Use declared variable
12326 math-exp-str.
12327 (calc-match-user-syntax): Make m a local variable.
12328
12329 * calc/calc-ext.el (math-read-expr): Use declared variables
12330 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12331 math-exp-keep-spaces.
12332
12333 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12334 variables math-exp-pos, math-exp-str.
12335
12336 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12337 math-exp-old-pos.
12338 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12339 (math-parse-eqn-prime): Use declared variable math-exp-token.
12340
12341 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12342 Use declared variable math-exp-pos.
12343 (math-check-for-commas): Use declared variable math-exp-str.
12344 (math-read-brackets): Use declared variables math-exp-old-pos,
12345 math-exp-keep-spaces.
12346 (math-read-brackets, math-read-vector, math-read-matrix):
12347 Use declared variable math-exp-token.
12348
12349 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12352 where the keymap is a symbol.
12353 (easy-menu-add-item): Use keymap-prompt. Simplify.
12354
12355 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12356
12357 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12358 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12359
12360 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12361
12362 * ebuff-menu.el: Doc fixes throughout.
12363 (electric-buffer-menu-mode-hook): New defvar.
12364
12365 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12366
12367 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12368 The resulting compiler warnings appear to be harmless.
12369
12370 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12371
12372 * textmodes/conf-mode.el: New file.
12373
12374 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12375
12376 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12377
12378 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12379
12380 2004-11-09 Jay Belanger <belanger@truman.edu>
12381
12382 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12383
12384 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12385 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12386 (calc-z-prefix-help, calc-user-function-list): Use declared
12387 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12388 (math-map-tree, math-map-tree-rec): Use declared variables
12389 math-mt-many, math-mt-func.
12390 (math-read-expression, math-read-string): Use declared variable
12391 math-expr-data.
12392
12393 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12394 variable math-normalize-a.
12395
12396 * calc/calc.el (math-normalize-a): New variable.
12397 (math-normalize): Use declared variable math-normalize-a.
12398
12399 * calc/calc-poly.el (math-expand-form): Use declared variable
12400 math-mt-many.
12401
12402 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12403 Use declared variable math-mt-many.
12404 (math-rewrite): Use declared variable math-mt-func.
12405
12406 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12407 (math-read-matrix): Use declared variable math-expr-data.
12408
12409 * calc/calc-lang.el (math-parse-fortran-vector)
12410 (math-parse-fortran-vector-end, math-parse-tex-sum)
12411 (math-parse-eqn-matrix, math-parse-eqn-prime)
12412 (math-read-math-subscr): Use declared variable math-expr-data.
12413
12414 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12415 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12416 (calc-match-user-syntax, math-read-if, math-factor-after)
12417 (math-read-factor): Use declared variable math-expr-data.
12418
12419 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12420
12421 * calendar/diary-lib.el (diary-from-outlook)
12422 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12423 interactive-p; but rather new optional argument NOCONFIRM.
12424
12425 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12428 (easy-menu-name-match): Revert correspondingly.
12429
12430 2004-11-09 Richard M. Stallman <rms@gnu.org>
12431
12432 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12433 Turn off warnings for the new function even if definition not constant.
12434 If the definition isn't a quoted symbol, record (FUNCTION . t).
12435 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12436 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12437 (display-call-tree, byte-compile-arglist-warn):
12438 Handle t returned by byte-compile-fdefinition.
12439
12440 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12441
12442 * Makefile.in (maintainer-clean): Depend on distclean.
12443
12444 * help-fns.el (help-C-file-name): File name must be in build-files
12445 to be returned.
12446
12447 2004-11-09 Jay Belanger <belanger@truman.edu>
12448
12449 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12450 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12451
12452 * calc/calc.el (calc, calc-trail-display, calc-mode):
12453 Remove obsolete sections.
12454
12455 * calc/calc.el (calc-x-paste-text): Remove.
12456
12457 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12458 mouse-2.
12459
12460 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12461
12462 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12463 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12464 current frame (in case of recursive calls).
12465 (gdb-show-changed-values): Add :version keyword.
12466
12467 2004-11-09 Kenichi Handa <handa@m17n.org>
12468
12469 * international/mule-cmds.el: Change coding: tag back to
12470 iso-2022-7bit.
12471
12472 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * international/mule-cmds.el: Change coding-system to utf-8.
12475 (select-safe-coding-system-interactively):
12476 New function extracted from select-safe-coding-system.
12477 (select-safe-coding-system): Use it.
12478
12479 2004-11-08 Richard M. Stallman <rms@gnu.org>
12480
12481 * subr.el (syntax-after): Doc fix.
12482
12483 * paren.el (show-paren-function): Change calls to syntax-after
12484 for new way of returning the value.
12485
12486 * menu-bar.el (menu-bar-file-menu): Make this the real name
12487 and menu-bar-files-menu the alias. Use the former.
12488 (global-map): Use `file', not `files', as the symbol.
12489
12490 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12491
12492 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12493 Don't use beginning-of-buffer.
12494 (filesets-cmd-show-result): Use with-no-warnings.
12495
12496 2004-11-08 Juri Linkov <juri@jurta.org>
12497
12498 * progmodes/compile.el (compile): Don't overwrite last command in
12499 minibuffer history with default command if they are not equal.
12500
12501 2004-11-08 Jay Belanger <belanger@truman.edu>
12502
12503 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12504 non-linear substitutions.
12505
12506 2004-11-08 Jay Belanger <belanger@truman.edu>
12507
12508 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12509 (math-do-integral): Set `math-linear-subst-tried' to nil.
12510 (math-do-integral-methods): Use `math-linear-subst-tried' to
12511 determine what type of substitution to try.
12512 (math-integ-try-linear-substituion):
12513 Set `math-linear-subst-tried' to t.
12514
12515 2004-11-08 Kim F. Storm <storm@cua.dk>
12516
12517 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12518
12519 2004-11-07 Juri Linkov <juri@jurta.org>
12520
12521 * info-look.el (info-lookup): Allow reusing in the current buffer
12522 not only *info* buffer, but all (even renamed) Info buffers
12523 by checking for major-mode instead of *info* buffer name.
12524 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12525 (octave-mode, maxima-mode) <doc-spec>:
12526 Allow long dashes generated by Texinfo 4.7 before definitions.
12527 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12528 definitions with argument separated by space.
12529
12530 2004-11-06 Richard M. Stallman <rms@gnu.org>
12531
12532 * simple.el (next-error group, face): Move before first use.
12533 (next-error-highlight, next-error-highlight-no-select): Likewise.
12534
12535 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12536 (line-move): New args NOERROR and TO-END.
12537 Return t if succeed in moving specified number of lines.
12538 (move-end-of-line): New function.
12539
12540 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12541 (end-of-buffer-other-window): Likewise.
12542
12543 * simple.el (line-move-ignore-invisible): Default to t.
12544
12545 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12546
12547 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12548
12549 * international/iso-cvt.el (iso-cvt-define-menu):
12550 Rename menu-bar-files-menu to menu-bar-file-menu.
12551
12552 * net/browse-url.el (browse-url-gnome-moz-program)
12553 (browse-url-gnome-moz-arguments): Move up before first use.
12554
12555 * net/tramp.el (tramp group): Add :version.
12556
12557 * progmodes/ada-xref.el (ada-gdb-application):
12558 Use goto-char instead of beginning-of-buffer.
12559
12560 * progmodes/cperl-mode.el (cperl-info-on-command):
12561 Use goto-char instead of beginning-of-buffer.
12562
12563 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12564 Move up before first use.
12565 (idlwave-shell-temp-pro-file): Likewise.
12566 (idlwave-shell-temp-rinfo-save-file): Likewise.
12567 (idlwave-shell-temp-file): Minor doc fix.
12568
12569 * textmodes/flyspell.el (flyspell-external-point-words):
12570 Use goto-char instead of beginning-of-buffer.
12571
12572 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12573
12574 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12575 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12576 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12577
12578 2004-11-06 David Ponce <david@dponce.com>
12579
12580 * recentf.el (recentf-menu-path): Use menu item name.
12581
12582 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12583
12584 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12585 display doesn't support images.
12586
12587 2004-11-06 Andreas Schwab <schwab@suse.de>
12588
12589 * tempo.el (tempo-match-finder): Doc fix.
12590
12591 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12592
12593 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12596 (easy-menu-lookup-name): New fun to replace it.
12597 (easy-menu-get-map): Use it to obey menu item names (rather than just
12598 keys) when looking up `path'.
12599 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12600 (easy-menu-convert-item-1): Adjust to new name.
12601
12602 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12603
12604 * outline.el (hide-body): Don't hide lines at the top of the file
12605 that precede the first header line.
12606
12607 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12608
12609 * align.el (align-areas): Delete whitespace before reindenting, so
12610 that tabs are never placed after spaces.
12611
12612 2004-11-06 Alan Shutko <ats@acm.org>
12613
12614 * macros.el (insert-kbd-macro): Do completions based on macros,
12615 rather than all commands.
12616
12617 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12618
12619 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12620 to solve a bug whereby tags with 'b' don't match.
12621
12622 2004-11-05 Juri Linkov <juri@jurta.org>
12623
12624 * info.el (Info-search): Don't search in node header lines
12625 and file headers.
12626
12627 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12628 symbol-constituent characters after dot, not only digits.
12629
12630 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12631
12632 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12633
12634 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12635
12636 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12637 if a dialog will be used, read-file-name otherwise.
12638
12639 2004-11-04 Richard M. Stallman <rms@gnu.org>
12640
12641 * textmodes/table.el (table group): Add :version.
12642
12643 * textmodes/ispell.el (ispell-word):
12644 Don't alter args; set them only thru `interactive' spec.
12645
12646 * textmodes/flyspell.el (flyspell-word):
12647 Don't alter FOLLOWING; set it only thru `interactive' spec.
12648
12649 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12650
12651 * net/browse-url.el (browse-url-maybe-new-window):
12652 Use called-interactively-p.
12653
12654 * mail/supercite.el (sc-cite-region):
12655 Don't use interactive-p. Add arg INTERACTIVE.
12656 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12657
12658 * international/mule-cmds.el (set-input-method, toggle-input-method):
12659 Don't use interactive-p. Add arg INTERACTIVE.
12660
12661 * eshell/esh-mode.el (eshell-show-maximum-output):
12662 Don't use interactive-p.
12663 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12664
12665 * mouse.el (mouse-show-mark): Get positions to delete from mark
12666 and point, not from mouse-drag-overlay.
12667
12668 * imenu.el (imenu-eager-completion-buffer): Add :version.
12669
12670 * filesets.el (filesets group): Add :version.
12671
12672 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12673
12674 * files.el (xml-based-modes): Delete var.
12675 (magic-mode-alist): New more general var.
12676 (set-auto-mode): Use it.
12677
12678 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12679 when clicking from another window.
12680
12681 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12682
12683 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12684 (vc-cvs-annotate-time): Incorporate value of deleted var.
12685 Remove special-case handling of beginning-of-buffer cruft.
12686 Cache ending position (point) and return value in text property
12687 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12688
12689 * vc-cvs.el (vc-cvs-annotate-command):
12690 Delete extraneous lines from beginning of buffer.
12691 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12692
12693 * progmodes/grep.el (grep-default-command): Take empty string
12694 for tag if all other methods yield nil. Shell-quote the tag.
12695
12696 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12697 spec in `interactive' form, and mention it in the docstring.
12698 Also, make sure point is at bol after calling `annotate-time'.
12699
12700 2004-11-02 Richard M. Stallman <rms@gnu.org>
12701
12702 * cus-edit.el (customize-group-other-window):
12703 Select the window that displays the custom buffer.
12704 (custom-buffer-create-other-window): Likewise.
12705
12706 * comint.el (comint-insert-input): Fix previous change.
12707
12708 * emacs-lisp/elp.el (elp-instrument-function):
12709 Use called-interactively-p.
12710
12711 * emacs-lisp/easymenu.el (easy-menu-intern):
12712 Don't downcase; rather, case-flip the first letter of each word.
12713
12714 * emacs-lisp/easy-mmode.el (define-minor-mode):
12715 Use called-interactively-p.
12716
12717 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12718 Add interactive-only.
12719 (byte-compile-warnings): Add interactive-only as option.
12720 (byte-compile-interactive-only-functions): New variable.
12721 (byte-compile-form): Warn about calls to functions
12722 in byte-compile-interactive-only-functions.
12723
12724 * emacs-lisp/autoload.el (update-file-autoloads):
12725 Don't use interactive-p; take new arg SAVE-AFTER.
12726
12727 * emacs-lisp/advice.el (ad-make-advised-definition):
12728 Use called-interactively-p.
12729
12730 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12731
12732 * files.el (find-file-existing): New function.
12733
12734 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12735 find-file-existing. Add "New File..." that calls find-file.
12736
12737 * diropen.pbm, diropen.xpm: New files.
12738
12739 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12740 icon diropen. New tool bar item find-file-existing uses icon open.
12741
12742 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12743 instead of read-file-name.
12744
12745 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12746
12747 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12748 (icalendar--split-value): Change name of work buffer.
12749 (icalendar--get-weekday-abbrev): Return nil on error.
12750 (icalendar--date-to-isodate): New function.
12751 (icalendar-convert-diary-to-ical)
12752 (icalendar-extract-ical-from-buffer): Use only two args for
12753 make-obsolete (XEmacs compatibility).
12754 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12755 (icalendar-export-region): Doc fix.
12756 If error, return non-nil and write errors to a buffer.
12757 Use correct weekday for weekly recurring events.
12758 Check whether date has been parsed for ordinary events.
12759 Make weekly events start in the year 2000.
12760 DTEND is non-inclusive, shift end date by one day if
12761 necessary (not for entries that have date and time).
12762 Rename local let variables: oops -> found-error, datestring ->
12763 startdatestring.
12764
12765 2004-11-02 Kim F. Storm <storm@cua.dk>
12766
12767 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12768 keep-mode-if-same variable. Add it as optional arg instead.
12769 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12770
12771 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12772 substitute-command-keys will select lower-case bindings like those
12773 used in the static help texts.
12774
12775 * descr-text.el (describe-text-properties): Don't err if called in
12776 the *Help* buffer; output to *Help-2* buffer instead.
12777
12778 * kmacro.el (group kmacro): Add :version.
12779 (kmacro-keyboard-quit): New function to cleanup on C-g.
12780 (kmacro-start-macro): Set defining-kbd-macro to append when
12781 appending to last macro.
12782
12783 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12784
12785 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12786
12787 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12788 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12789 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12790 Add :version keyword.
12791
12792 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12793
12794 * progmodes/flymake.el (flymake-err-line-patterns):
12795 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12796 `compilation-error-regexp-alist-alist' to internal Flymake format.
12797
12798 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12799
12800 2004-11-01 Jay Belanger <belanger@truman.edu>
12801
12802 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12803 with `interactive "s"'.
12804
12805 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12806
12807 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12808 Revert change from 2004-10-16. '*' checks the current buffer, but the
12809 mouse click may be in another buffer.
12810
12811 2004-11-01 John Paul Wallington <jpw@gnu.org>
12812
12813 * files.el (large-file-warning-threshold): Add :version keyword.
12814 (kill-some-buffers): Doc fix.
12815
12816 * thumbs.el (group thumbs): Add :version keyword.
12817
12818 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12819
12820 2004-11-01 Richard M. Stallman <rms@gnu.org>
12821
12822 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12823
12824 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12825
12826 * allout.el (allout group): Add :version.
12827 (allout-init): Don't use interactive-p.
12828 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12829 (allout-forward-current-level, allout-backward-current-level):
12830 Don't use interactive-p.
12831
12832 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12833 (bibtex-find-text): Likewise.
12834
12835 * progmodes/vhdl-mode.el (vhdl-fill-region)
12836 (vhdl-beginning-of-statement): Don't use interactive-p.
12837
12838 * progmodes/idlwave.el (idlwave-update-routine-info):
12839 Don't use interactive-p.
12840
12841 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12842 Don't use interactive-p.
12843
12844 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12845 Don't use interactive-p.
12846
12847 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12848 Don't use interactive-p.
12849
12850 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12851 (fortune-in-buffer): Doc fix.
12852
12853 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12854
12855 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12856 don't select the temporary buffer.
12857 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12858 (eudc-get-phone): Likewise.
12859
12860 2004-11-01 Kim F. Storm <storm@cua.dk>
12861
12862 * man.el (Man-xref-normal-file): Fix help-echo.
12863
12864 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * reveal.el (reveal-last-tick): New var.
12867 (reveal-post-command): Use it to avoid closing overlays when we're
12868 appending text to them.
12869
12870 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12871
12872 * textmodes/bibtex.el: Require button.
12873 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12874 (bibtex-reference-keys): Distinguish between header keys and
12875 crossref keys.
12876 (bibtex-beginning-of-field): New function.
12877 (bibtex-url-map): Remove.
12878 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12879 (bibtex-font-lock-url-regexp): Assume that field names begin at
12880 the beginning of a line.
12881 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12882 Remove field delimiters. Use bibtex-beginning-of-field.
12883 Bugfix, point can be inside a field with a url.
12884 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12885 New functions.
12886 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12887 (bibtex-key-in-head): Simplify.
12888 (bibtex-current-line): Use bolp.
12889 (bibtex-parse-keys): Remove unused arg `add'.
12890 Use bibtex-type-in-head and bibtex-key-in-head.
12891 (bibtex-parse-entry, bibtex-autofill-entry):
12892 Use bibtex-type-in-head and bibtex-key-in-head.
12893 (bibtex-autokey-get-field): Do not alter case of replacement text.
12894 (bibtex-autokey-get-names): Do all processing of name list.
12895 (bibtex-autokey-get-year): New function.
12896 (bibtex-autokey-get-title): Do all processing of title words.
12897 (bibtex-generate-autokey): Simplify.
12898 (bibtex-string-files-init): Use default-directory.
12899 Allow for absolute file names in bibtex-string-files.
12900 (bibtex-files, bibtex-file-path): New variables.
12901 (bibtex-files-expand): New function.
12902 (bibtex-find-entry-globally): New command.
12903 (bibtex-summary-function): New variable.
12904 (bibtex-summary): Default value of bibtex-summary-function.
12905 (bibtex-find-crossref): New optional args pnt and split.
12906 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12907 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12908 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12909 Fix handling of required and alternative fields.
12910 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12911 Use cons and display-buffer.
12912 (bibtex-validate-globally): New command.
12913 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12914 bibtex-parse-keys and bibtex-parse-strings for updating
12915 bibtex-reference-keys and bibtex-strings.
12916 (bibtex-realign): Remove blank lines past the last entry.
12917 (bibtex-reformat): Use bibtex-entry-format as default.
12918 (bibtex-choose-completion-string): Remove.
12919 (bibtex-complete): Do not use bibtex-choose-completion-string.
12920 (bibtex-url): Simplify.
12921
12922 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12923
12924 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12925 (x-dnd-types-alist, x-dnd-open-file-other-window)
12926 (x-dnd-known-types): Add :version.
12927
12928 2004-10-31 John Paul Wallington <jpw@gnu.org>
12929
12930 * ibuffer.el (group ibuffer): Add :version keyword.
12931
12932 2004-10-31 Kim F. Storm <storm@cua.dk>
12933
12934 * ido.el (group ido): Add :version keyword.
12935 (ido-mode): Remove :version keyword.
12936
12937 * emulation/cua-base.el (group cua): Add :version keyword.
12938 (cua-mode): Remove :version keyword.
12939
12940 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12941
12942 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12943
12944 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12945 compiler warning.
12946 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12947 function.
12948 (help-at-pt-display-when-idle): Remove autoload.
12949
12950 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12953
12954 2004-10-30 Juri Linkov <juri@jurta.org>
12955
12956 * help.el (function-called-at-point):
12957 * help-fns.el (variable-at-point): Read -> intern.
12958
12959 2004-10-30 Simon Josefsson <jas@extundo.com>
12960
12961 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12962 Recognize AS_* too.
12963
12964 2004-10-29 Simon Josefsson <jas@extundo.com>
12965
12966 * subr.el (read-passwd): Move back from password.el.
12967
12968 * password.el: Remove, not ready yet.
12969
12970 2004-10-29 Andreas Schwab <schwab@suse.de>
12971
12972 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12973
12974 2004-10-29 Sam Steingold <sds@gnu.org>
12975
12976 * mouse.el (mouse-show-mark): Replace the last occurrence of
12977 x-lost-selection-hooks with x-lost-selection-functions.
12978
12979 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12980
12981 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12982 x-lost-selection-functions is bound.
12983
12984 * mouse-sel.el (mouse-sel-mode):
12985 * emacs-lisp/lselect.el: Adjust to new names for
12986 x-(lost|sent)-selection-functions.
12987
12988 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12989 New obsolete aliases of x-lost-selection-functions and
12990 x-sent-selection-functions.
12991
12992 2004-10-28 Kim F. Storm <storm@cua.dk>
12993
12994 * imenu.el (imenu-scanning-message): Remove.
12995 (imenu-progress-message): Make it a no-op.
12996
12997 2004-10-28 John Paul Wallington <jpw@gnu.org>
12998
12999 * files.el (set-auto-mode): Call `throw' correctly.
13000
13001 2004-10-28 Juri Linkov <juri@jurta.org>
13002
13003 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
13004 to search `Info-...' commands in `info' manual.
13005 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
13006 Add 'info-file "emacs" property.
13007 (Info-find-emacs-command-nodes): Fix index line number regexp.
13008 Set real line number (instead of fake 0) in first element of the
13009 returned list.
13010 (Info-goto-emacs-command-node): Use line number of first element
13011 to set point in the first found Info node.
13012
13013 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
13014 code to `grep-mode-font-lock-keywords'.
13015 (grep-mode-font-lock-keywords): Delete grep markers instead
13016 of making them invisible.
13017
13018 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13019
13020 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
13021 and x-server-version in bug report.
13022
13023 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
13024
13025 * files.el (set-auto-mode-0): New function.
13026 (set-auto-mode): Use it to handle aliased modes and to
13027 be consistent between C-x C-f and C-x C-w.
13028
13029 2004-10-28 Kenichi Handa <handa@m17n.org>
13030
13031 * international/utf-8.el (utf-translate-cjk-charsets):
13032 Add katakana-jisx0201.
13033
13034 * international/subst-jis.el: Add data for JISX0201.
13035
13036 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * obsolete/hilit19.el (hilit-mode): New function.
13039 Move all the toplevel side-effecting stuff into it, so that loading
13040 hilit19 doesn't mess everything up any more.
13041
13042 2004-10-27 Richard M. Stallman <rms@gnu.org>
13043
13044 * add-log.el (add-change-log-entry): Set up mailing address
13045 and full name later, and don't alter add-log-mailing-address
13046 or add-log-full-name.
13047
13048 * elide-head.el (elide-head): Change error to message.
13049 (elide-head-show): Likewise.
13050
13051 * apropos.el (apropos-macrop): Doc fix.
13052
13053 * mouse.el (mouse-show-mark): Do most processing the same
13054 regardless of transient-mark-mode.
13055
13056 * shadowfile.el (shadow-copy-files): Use interactive-p
13057 only to control whether to print a message.
13058
13059 * tar-mode.el (tar-mode): Use write-contents-functions,
13060 not write-contents-hooks.
13061
13062 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
13063 directory-sep-char.
13064
13065 2004-10-27 Richard M. Stallman <rms@gnu.org>
13066
13067 * strokes.el (strokes-unload-hook): Fix previous change.
13068
13069 * type-break.el (type-break-run-at-time): Always use run-at-time;
13070 forget the alternatives.
13071 (type-break-cancel-function-timers): Always use cancel-function-timers;
13072 forget the alternatives.
13073
13074 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13075
13076 2004-10-27 Kenichi Handa <handa@m17n.org>
13077
13078 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13079
13080 * international/subst-gb2312.el: Likewise.
13081
13082 * international/subst-big5.el: Likewise.
13083
13084 * international/subst-ksc.el: Likewise.
13085
13086 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13087 New variable.
13088 (utf-translate-cjk-set-unicode-range): New function.
13089 (utf-translate-cjk-unicode-range): Make it customizable.
13090 (utf-8-post-read-conversion):
13091 Use utf-translate-cjk-unicode-range-string.
13092 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13093 Unicode ranges.
13094
13095 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13096
13097 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13098 trivial variants to shorten the list.
13099 (xml-based-modes): New var.
13100 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13101 declaration higher priority than auto-mode-alist.
13102
13103 * find-file.el (cc-other-file-alist): Bring it in line with
13104 cc-mode's auto-mode-alist entries and use \' instead of $.
13105
13106 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13107 and add "Id" and "Name" submenus to it.
13108
13109 * imenu.el (imenu--generic-function): Skip matches in comments.
13110
13111 2004-10-26 Jay Belanger <belanger@truman.edu>
13112
13113 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13114 (full-calc-keypad, calc-trail-display): Use an extra argument
13115 instead of `interactive-p'.
13116
13117 * calc/calc-misc.el (calc-other-window): Use an extra argument
13118 instead of `interactive-p'.
13119
13120 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13121 `interactive-p'.
13122
13123 2004-10-26 Kim F. Storm <storm@cua.dk>
13124
13125 * help.el (describe-key): Describe both down-event and up-event
13126 for a mouse click.
13127
13128 2004-10-26 Richard M. Stallman <rms@gnu.org>
13129
13130 * woman.el (woman): Don't call interactive-p.
13131
13132 * pcomplete.el (pcomplete): Instead of interactive-p,
13133 use an arg set non-nil by the interactive spec.
13134
13135 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13136 use an arg set non-nil by the interactive spec.
13137
13138 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13139 use an arg set non-nil by the interactive spec.
13140
13141 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13142
13143 * progmodes/flymake.el (flymake-split-string):
13144 Use `flymake-split-string-remove-empty-edges' in any case.
13145
13146 2004-10-26 Masatake YAMATO <jet@gyve.org>
13147
13148 * progmodes/flymake.el (flymake-err-line-patterns):
13149 Use `compilation-error-regexp-alist-alist' instead of
13150 `compilation-error-regexp-alist'.
13151
13152 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13153
13154 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13155 verbatim face on the \ of \end{verbatim}.
13156
13157 2004-10-25 Jay Belanger <belanger@truman.edu>
13158
13159 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13160 erasing minibuffer.
13161
13162 2004-10-25 Simon Josefsson <jas@extundo.com>
13163
13164 * subr.el (read-passwd): Move to net/password.el.
13165
13166 * net/password.el (read-passwd): Add. Autoload it.
13167
13168 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13169
13170 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13171
13172 * simple.el (process-file): Fix logic.
13173
13174 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13175
13176 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13177 (increase-right-margin): Remove erroneous call to `interactive-p'.
13178
13179 2004-10-24 Kim F. Storm <storm@cua.dk>
13180
13181 * help.el (describe-mode): Fix 2004-10-13 change.
13182 Copy pure "Auto Fill" string so it can be propertized later
13183 without causing a read-only error.
13184
13185 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13186
13187 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13188 style indexes.
13189
13190 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13191
13192 * simple.el (process-file): Accept nil for INFILE. Reported by
13193 Luc Teirlinck.
13194
13195 2004-10-24 Masatake YAMATO <jet@gyve.org>
13196
13197 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13198 Handle periods and underscores in a function name.
13199 Remove the address fontification.
13200
13201 2004-10-24 Masatake YAMATO <jet@gyve.org>
13202
13203 * progmodes/asm-mode.el (asm-font-lock-keywords):
13204 Use font-lock-variable-name-face for registers.
13205
13206 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13207
13208 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13209 kill-all-local-variables.
13210 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13211 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13212 Use kill-all-local-variables and provide mode-hooks.
13213 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13214 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13215 Suggested by Masatake YAMATO <jet@gyve.org>.
13216
13217 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13218
13219 * simple.el (process-file): New function, similar to call-process
13220 but supports file handlers.
13221 * vc.el (vc-do-command): Use it, instead of call-process.
13222 * net/tramp-vc.el (vc-do-command): Do not advise it if
13223 process-file is fboundp.
13224 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13225 process-file.
13226 (tramp-handle-process-file): New function.
13227 (tramp-file-name-for-operation): Support process-file.
13228
13229 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13230
13231 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13232 (icalendar-weekdayabbrev-table)
13233 (icalendar-monthnumber-table): Delete.
13234 (icalendar--get-month-number): Use calendar-month-name-array.
13235 (icalendar--get-weekday-number): New function.
13236 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13237 (icalendar-export-region): Handle multi-line entries.
13238 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13239
13240 2004-10-23 John Paul Wallington <jpw@gnu.org>
13241
13242 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13243 `wildcards' set to t in interactive spec.
13244
13245 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13246 interactive spec rather than use `interactive-p'.
13247 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13248 rather than use function `interactive-p'.
13249
13250 2004-10-22 Kenichi Handa <handa@m17n.org>
13251
13252 * international/mule.el (translate-region): Implement it in Lisp
13253 as a front end of translate-region-internal.
13254
13255 2004-10-21 Jay Belanger <belanger@truman.edu>
13256
13257 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13258 Declare these variables with defvar.
13259
13260 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13261 is bound, only check to see if it is bound.
13262
13263 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13266 Don't output messages.
13267
13268 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13269
13270 2004-10-21 John Paul Wallington <jpw@gnu.org>
13271
13272 * calc/calc-graph.el (calc-graph-init):
13273 Use `set-process-query-on-exit-flag'.
13274
13275 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13276
13277 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13278 dir right and also allow argumentless cd.
13279
13280 2004-10-19 Richard M. Stallman <rms@gnu.org>
13281
13282 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13283
13284 * eshell/em-unix.el (eshell-grep):
13285 Don't bind compilation-process-setup-function.
13286
13287 * comint.el (comint-insert-input): Use @ in `interactive'.
13288 (comint-input-filter-functions): Doc fix.
13289 (comint-kill-whole-line, comint-get-source): Doc fix.
13290
13291 * progmodes/compile.el (compilation-setup):
13292 Don't set buffer-read-only if MINOR is non-nil.
13293
13294 2004-10-19 Jay Belanger <belanger@truman.edu>
13295
13296 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13297 (calc-emacs-type-gnu19): Remove.
13298 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13299 Remove check for old emacs versions.
13300
13301 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13302 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13303 for current Emacs.
13304
13305 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13306 the end of the minibuffer.
13307 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13308 copy `esc-map'.
13309
13310 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13311
13312 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13313 call that would be given when the current emacs was used.
13314
13315 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13316
13317 * calendar/icalendar.el: Set coding to utf-8.
13318 (icalendar-version): Increase to 0.07.
13319 (icalendar-monthnumber-table): Change March pattern.
13320 (icalendar-get-all-event-properties)
13321 (icalendar-set-event-property): Delete.
13322 (icalendar-all-events): No longer interactive.
13323 (icalendar-convert-diary-to-ical)
13324 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13325 their replacements.
13326 (icalendar-export-file, icalendar-export-region): New functions;
13327 essentially old `icalendar-convert-diary-to-ical' but appending to
13328 target rather than overwriting.
13329 (icalendar-import-file): Append to target file rather than
13330 overwriting. Fourth arg deleted.
13331 (icalendar-import-buffer): New name for old
13332 `icalendar-extract-ical-from-buffer'.
13333 (icalendar--convert-string-for-import): New name for
13334 old `icalendar-convert-for-import'.
13335 (include-icalendar-files): Delete.
13336 Prefix for all internal functions changed from `icalendar-'
13337 to `icalendar--'.
13338
13339 2004-10-19 Richard M. Stallman <rms@gnu.org>
13340
13341 * paths.el (news-path): Fix previous change.
13342
13343 2004-10-18 Jay Belanger <belanger@truman.edu>
13344
13345 * calc/calc-help.el (calc-describe-bindings):
13346 Set `buffer-read-only' to nil while working in the keybindings buffer;
13347 remove some extra information from the keybindings buffer.
13348
13349 2004-10-18 David Ponce <david@dponce.com>
13350
13351 * mouse.el (mouse-drag-move-window-top): New function.
13352 (mouse-drag-mode-line-1): Use it.
13353
13354 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13355
13356 * info.el (Info-fontify-node): For multiline refs,
13357 arrange to unfontify newline and surrounding whitespace.
13358
13359 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13362 directory is missing.
13363
13364 2004-10-17 John Paul Wallington <jpw@gnu.org>
13365
13366 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13367 New customizable variable; whether to display buffers that match
13368 `ibuffer-maybe-show-predicates' by default.
13369 (ibuffer-maybe-show-predicates): Mention it in docstring.
13370 (ibuffer-display-maybe-show-predicates): New variable.
13371 (ibuffer-update): Prefix arg now toggles whether buffers that
13372 match `ibuffer-maybe-show-predicates' should be displayed.
13373 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13374 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13375 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13376
13377 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13378
13379 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13380 work correctly.
13381
13382 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13383
13384 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13385 (Buffer-menu-beginning): New helper function.
13386 (Buffer-menu-execute): Use it.
13387 (Buffer-menu-select): Use it.
13388 (Buffer-menu-sort): Use it and also keep markers.
13389
13390 2004-10-17 Richard M. Stallman <rms@gnu.org>
13391
13392 * paths.el (news-directory): Rename from news-path. Old name alias.
13393 (rmail-spool-directory): Use defvar.
13394 (sendmail-program): Use defcustom.
13395 (remote-shell-program): Use defcustom.
13396 (term-file-prefix): Use defvar.
13397 (abbrev-file-name): Use defvar.
13398
13399 * term.el: Add maintainer.
13400
13401 * subr.el (with-local-quit): Return nil if there's a quit.
13402 (read-passwd): Use with-local-quit. Doc fix.
13403
13404 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13405 (strokes-unload-hook): Set as a variable with add-hook.
13406
13407 * startup.el (fancy-splash-tail, normal-splash-screen):
13408 Update copyright year.
13409
13410 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13411
13412 * server.el (server-unload-hook): Set as a variable with add-hook.
13413
13414 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13415
13416 * frame.el (special-display-popup-frame):
13417 Make the buffer current as its frame is created.
13418
13419 * delsel.el (delsel-unload-hook): Set as a variable.
13420
13421 * comint.el (comint-output-filter-functions):
13422 Add comint-watch-for-password-prompt.
13423 (comint-read-noecho): Function deleted.
13424 (send-invisible): Use read-passwd.
13425
13426 * fringe.el (fringe-mode-initialize): New function.
13427 (fringe-mode): Use fringe-mode-initialize as :initialize.
13428
13429 2004-10-17 Kim F. Storm <storm@cua.dk>
13430
13431 * language/indian.el (indian-script-language-alist): Swap value and doc.
13432 (indian-font-char-index-table): Doc fix.
13433
13434 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13437
13438 2004-10-16 Juri Linkov <juri@jurta.org>
13439
13440 * progmodes/compile.el (compilation-start): Move let-binding of
13441 `process-environment' into `with-current-buffer' body.
13442 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13443
13444 2004-10-16 Richard M. Stallman <rms@gnu.org>
13445
13446 * pcvs-util.el (cvs-bury-buffer):
13447 Don't call get-buffer-window for effect.
13448
13449 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13450
13451 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13452
13453 * msb.el (msb-unload-hook): Set the variable.
13454
13455 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13456 Use * to err if buffer is readonly.
13457
13458 * subr.el (looking-back): Return only t or nil.
13459
13460 * whitespace.el (whitespace-unload-hook): Set the variable.
13461
13462 * view.el (view-mode-enable): Set view-page-size and
13463 view-half-page-size to nil.
13464 (view-set-half-page-size-default): view-half-page-size = nil
13465 means the default.
13466 (View-scroll-page-forward): Use view-page-size-default.
13467 (View-scroll-page-backward): Likewise.
13468 (view-page-size, view-half-page-size): Doc fixes.
13469
13470 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13471
13472 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13473
13474 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13475 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13476 (byte-compile-log-1): Bind inhibit-read-only.
13477 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13478 (byte-compile-log-warning): Likewise.
13479 (byte-compile-file-form-require): Detect "cl" from the arg value.
13480
13481 * progmodes/compile.el (compilation-start): Assume compilation-mode
13482 will make the buffer read-only.
13483 (compilation-mode): Take arg name-of-mode.
13484 (compilation-setup): Make buffer read-only.
13485 (compilation-handle-exit): Bind inhibit-read-only.
13486
13487 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13488 (ispell-message): Likewise.
13489 (ispell-show-choices): Don't call get-buffer-window uselessly.
13490 (ispell-init-process): Use set-process-query-on-exit-flag.
13491
13492 2004-10-16 Kim F. Storm <storm@cua.dk>
13493
13494 * fringe.el (fringe-bitmaps): Only initialize when defined.
13495
13496 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13497 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13498
13499 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13500
13501 2004-10-15 Simon Josefsson <jas@extundo.com>
13502
13503 * net/password.el: Add.
13504
13505 2004-10-14 Masatake YAMATO <jet@gyve.org>
13506
13507 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13508 (gdb-script-end-of-defun): New function.
13509 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13510 `gdb-script-end-of-defun' as *-of-defun-function.
13511
13512 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13513
13514 * button.el (button-activate): Allow a marker to display as an action.
13515
13516 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13517
13518 * help.el (describe-mode): Use it to make minor mode list into
13519 hyperlinks.
13520
13521 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13522
13523 * vc.el (vc-annotate-display-select): Fix typo.
13524
13525 * subr.el (substitute-key-definition-key): New function.
13526 (substitute-key-definition): Use it with map-keymap.
13527 (event-modifiers): Use push.
13528 (mouse-movement-p, with-temp-buffer): Simplify.
13529
13530 2004-10-12 Jay Belanger <belanger@truman.edu>
13531
13532 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13533 New variables.
13534 (calc-help-index-entries): New function.
13535 (calc-describe-function): Use `calc-help-function-list' instead of
13536 obarray for completion.
13537 (calc-describe-variable): Use `calc-help-variable-list' instead
13538 of obarray for completion.
13539
13540 2004-10-12 Richard M. Stallman <rms@gnu.org>
13541
13542 * info-look.el (info-lookup-file): Add info-file property.
13543 (info-lookup-symbol): Likewise.
13544
13545 * info.el (info-xref): Add underlining.
13546 (info): Add info-file property.
13547 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13548
13549 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13550
13551 Sync with Tramp 2.0.45.
13552
13553 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13554 defined. This is not the case for XEmacs without package "edebug".
13555 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13556 remote files to the permissions of the original file. This is not
13557 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13558 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13559 (tramp-perl-decode): Fix an error in Perl implementation.
13560 $pending must be cleared every loop. Reported by Benjamin Place
13561 <benjaminplace@sprintmail.com>
13562
13563 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13564 Don't activate advice during definition. This is done later on,
13565 depending on test result of `substitute-in-file-name'.
13566 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13567
13568 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13569
13570 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13571
13572 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13573
13574 2004-10-12 David Ponce <david@dponce.com>
13575
13576 * recentf.el (recentf-edit-list): Update the menu when the recentf
13577 list has been modified.
13578
13579 2004-10-12 Simon Josefsson <jas@extundo.com>
13580
13581 * net/tls.el (tls-certtool-program): New variable.
13582 (tls-certificate-information): New function, based on
13583 ssl-certificate-information.
13584
13585 2004-10-12 Kenichi Handa <handa@m17n.org>
13586
13587 * international/mule.el (coding-system-equal): Move from mule-util.el.
13588
13589 * international/mule-util.el (coding-system-equal): Move to mule.el.
13590
13591 2004-10-12 Kim F. Storm <storm@cua.dk>
13592
13593 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13594 reset kmacro-initial-counter-value if set.
13595 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13596 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13597 (kmacro-display): Show macro counter if non-zero.
13598
13599 * subr.el (substitute-key-definition): Mention command remapping
13600 in doc string.
13601
13602 2004-10-11 Jay Belanger <belanger@truman.edu>
13603
13604 * calc/calc-misc.el (calc-info-goto-node): New function.
13605 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13606 node in one step.
13607 (calc-describe-copying, calc-describe-distribution)
13608 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13609 Go to appropriate info node in one step.
13610
13611 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13614
13615 * font-lock.el (font-lock-apply-highlight): Fix last change.
13616
13617 2004-10-11 Simon Josefsson <jas@extundo.com>
13618
13619 * mail/smtpmail.el (smtpmail-open-stream): Look for
13620 starttls-gnutls-program instead of starttls-program iff
13621 starttls-use-gnutls is non-nil.
13622 (smtpmail-open-stream): Don't overwrite user settings of
13623 starttls-extra-arguments and starttls-extra-args.
13624
13625 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * comint.el (comint-mouse-insert-input): Remove.
13628 (comint-insert-input): Make it work for mouse bindings.
13629 (comint-mode-map): Move defs into the declaration.
13630 (comint-output-filter): Typo.
13631
13632 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13633
13634 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13635
13636 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13637 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13638 ange-ftp-remote-shell.
13639
13640 2004-10-10 Andreas Schwab <schwab@suse.de>
13641
13642 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13643 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13644 Reported by <sri@asu.edu>.
13645
13646 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13647
13648 * vc.el (vc-annotate-mode): Remove variable.
13649 (vc-annotate-display-select): Only call vc-annotate-mode
13650 if we're not in that mode already.
13651
13652 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13655 (imenu-choose-buffer-index): Check here for rescan instead.
13656
13657 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13658 where the face expression evals to nil.
13659
13660 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13661 (tex-font-lock-keywords-2): Use it.
13662 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13663
13664 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13665
13666 2004-10-09 Kim F. Storm <storm@cua.dk>
13667
13668 * subr.el (progress-reporter-update): Define before first usage.
13669 (make-progress-reporter): Doc fix.
13670
13671 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13672
13673 * textmodes/paragraphs.el (sentence-end-double-space)
13674 (sentence-end-without-period, sentence-end-without-space)
13675 (sentence-end): Doc fixes.
13676
13677 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13678
13679 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13680 Change paragraph-start regexp so we don't fill code starting with #'(.
13681
13682 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13683
13684 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13685 New defcustom.
13686 (extract-address-components): Use it.
13687
13688 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13689
13690 * subr.el (make-progress-reporter, progress-reporter-update)
13691 (progress-reporter-force-update, progress-reporter-do-update)
13692 (progress-reporter-done): New functions.
13693
13694 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13695
13696 * progmodes/etags.el (etags-tags-completion-table): Use progress
13697 reporter.
13698 (etags-tags-apropos): Likewise.
13699
13700 2004-10-08 Alan Mackenzie <acm@muc.de>
13701
13702 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13703 of current line.
13704
13705 2004-10-08 Masatake YAMATO <jet@gyve.org>
13706
13707 * server.el (server-process-filter): Wrap `process-send-region'
13708 by `condition-case' to guard the case when the pipe to PROC is closed.
13709
13710 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13711
13712 * xml.el (xml-substitute-special): Limit handling of external entities.
13713
13714 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13715
13716 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13717
13718 2004-10-06 John Paul Wallington <jpw@gnu.org>
13719
13720 * xml.el (xml-parse-dtd): Fix `error' call.
13721
13722 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13723
13724 * xml.el (xml-substitute-special): Return a single string instead
13725 of a list of strings if an entity substitution is made.
13726
13727 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13728
13729 * calendar/icalendar.el: New file.
13730
13731 2004-10-05 Juri Linkov <juri@jurta.org>
13732
13733 * isearch.el (isearch-done): Set mark after running hook.
13734 Reported by Drew Adams <drew.adams@oracle.com>.
13735
13736 * info.el (Info-history, Info-toc): Fix Info headers.
13737 (Info-toc): Narrow buffer before Info-fontify-node.
13738 (Info-build-toc): Don't check for special Info file names.
13739 Set main-file to nil if Info-find-file returns a symbol.
13740
13741 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13742
13743 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13744 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13745 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13746
13747 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13748
13749 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13750 for old interactive spec from calendar-goto-iso-date.
13751 (calendar-goto-iso-date): Use it.
13752 (calendar-goto-iso-week): New function. Suggested by Emilio
13753 C. Lopes <eclig@gmx.net>.
13754
13755 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13756
13757 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13758 `set-right-margin' bindings that follow the minor mode conventions.
13759
13760 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13763 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13764 (latex-block-args-alist): Add minipage and picture.
13765 (latex-block-body-alist): Use reftex-label if enabled.
13766 (latex-insert-block): Don't insert a \n if not necessary.
13767 (tex-compile-commands): Make sure dvips doesn't send to printer.
13768 (tex-compile-default): Handle the case where no executable is found.
13769 (latex-noindent-environments): New var.
13770 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13771 If tex-indent-allhanging is non-nil, make sure we only align for macros
13772 at beginning of line.
13773
13774 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13775
13776 * newcomment.el (comment-beginning): Doc fix and don't choke on
13777 unset `comment-end-skip' when at beginning of comment.
13778
13779 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13780
13781 * term.el (term-adjust-current-row-cache): Don't allow the current
13782 row to become negative.
13783 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13784 the end of the line. Fix scroll down. Add comments.
13785 (term-handle-ansi-escape): Don't exceed terminal width when moving
13786 right.
13787 (term-scroll-region): Move the cursor after setting the scroll region.
13788
13789 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13790
13791 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13792 to `width' for consistency with docstring. Doc fix.
13793
13794 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13795
13796 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13797 This is necessary for derived modes.
13798
13799 2004-09-30 Kim F. Storm <storm@cua.dk>
13800
13801 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13802 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13803
13804 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13805 kmacro-extract-lambda functions.
13806 (edit-kbd-macro): Handle kmacro lambda forms.
13807 Include counter and counter format in edit buffer.
13808 (edmacro-finish-edit): Get counter and format from edit buffer and
13809 update kmacro bindings when found.
13810
13811 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * textmodes/paragraphs.el (forward-paragraph):
13814 Avoid args-out-of-range error when point winds up at the beginning of
13815 the buffer and hard newlines are enabled.
13816
13817 * newcomment.el (comment-multi-line): Doc fix.
13818
13819 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13820
13821 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13822 (diff-fixup-modifs): Catch unified-diff file-headers.
13823
13824 2004-09-29 Kim F. Storm <storm@cua.dk>
13825
13826 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13827 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13828 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13829
13830 * fringe.el (fringe-bitmap-p): New macro.
13831 (fringe-bitmaps): Add standard fringe bitmaps on load.
13832
13833 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13834
13835 * dired.el (dired-view-command-alist): Use more efficient regexps.
13836 Remove dubious arguments.
13837 (dired-align-file): New function.
13838 (dired-insert-directory): Use it.
13839 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13840 (dired-buffers-for-dir): Remove unused var `pattern'.
13841
13842 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13843
13844 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13845 from diary display excursion. Store diary buffer's point for
13846 `simple-diary-display'.
13847 (simple-diary-display): Set window point and start when
13848 displaying buffer, to preserve point.
13849
13850 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13851
13852 * textmodes/enriched.el (enriched-translations): Replace defconst
13853 with defvar.
13854
13855 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13856
13857 * printing.el: Doc fix.
13858 (pr-version): New version number (6.8.1).
13859 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13860 make-temp-name.
13861 (pr-delete-file): Check if file exists before deleting it.
13862 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13863
13864 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13865
13866 * term.el (term-display-table): New variable.
13867 (term-mode): Use it.
13868 (term-exec-1): Set the coding system to binary.
13869 (term-emulate-terminal): Decode the string before inserting it.
13870
13871 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13872
13873 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13874 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13875 (map): Bind S-prior, S-next and S-insert.
13876 (term-mode): Set `indent-tabs-mode' to nil.
13877 (term-paste): New function to be bound to S-insert.
13878 (term-send-del, term-send-backspace): Change the strings sent.
13879 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13880 (term-handle-colors-array): Fix handling of underline and reverse.
13881 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13882 (term-erase-in-line): Fix comparison.
13883 (term-emulate-terminal): Fix line wrap handling.
13884 (term-start-output-log): Rename from `term-set-output-log'.
13885 (term-stop-output-log): Rename from `term-stop-photo'.
13886 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13887
13888 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 * dired.el (dired-move-to-filename): Don't output a message if
13891 raise-error is non-nil. Fix return position and value.
13892
13893 * files.el (insert-directory): Obey --dired even with symlinks.
13894
13895 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13896
13897 * ls-lisp.el (ls-lisp-format): Mark file names with property
13898 dired-filename.
13899
13900 2004-09-25 Kim F. Storm <storm@cua.dk>
13901
13902 * ido.el (ido-max-directory-size): New defcustom.
13903 (ido-decorations): Add "too big" element.
13904 (ido-directory-too-big): New dynamic var.
13905 (ido-may-cache-directory): Don't cache big directories.
13906 (ido-directory-too-big-p): New defun.
13907 (ido-set-current-directory): Update ido-directory-too-big.
13908 (ido-read-internal): Make empty ido-cur-item if too-big.
13909 (ido-buffer-internal): Use ido-read-internal directly instead of
13910 ido-read-buffer.
13911 (ido-file-internal): Init ido-directory-too-big.
13912 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13913 and redo completion with full list.
13914 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13915 it, and show completions.
13916 (ido-all-completions): Let bind ido-directory-too-big to nil.
13917 (ido-exhibit): Handle ido-directory-too-big.
13918 (ido-read-buffer): Handle fallback to read-buffer.
13919 Init ido-directory-too-big.
13920 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13921 Init ido-directory-too-big.
13922
13923 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13924
13925 * subr.el (delay-mode-hooks): Doc fix.
13926
13927 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13928
13929 * textmodes/enriched.el
13930 (enriched-default-text-properties-local-flag): New variable.
13931 (enriched-mode): Make sure that enabling and disabling the mode is
13932 a no-op. Doc fix.
13933
13934 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13935
13936 * calendar/holidays.el (holiday-advent): Report on a specified day
13937 offset from advent, not just advent.
13938 (holiday-easter-etc): Report on one specified day offset from
13939 easter, not all easter holidays. Various Easter holidays moved to
13940 `christian-holidays' variable in calendar.el.
13941 * calendar/calendar.el (christian-holidays): Adapt for new
13942 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13943
13944 2004-09-23 Kim F. Storm <storm@cua.dk>
13945
13946 * image.el (insert-sliced-image): Add doc string.
13947
13948 * ido.el (ido-choice-list): New dynamic var for `list' context.
13949 (ido-context-switch-command): New dynamic var.
13950 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13951 (ido-read-internal): Handle new `list' context.
13952 Handle insert-buffer and insert-file ido-exit values.
13953 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13954 ido-context-switch-command. Handle insert-file ido-exit value.
13955 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13956 unless it is already bound by caller.
13957 (ido-file-internal): New arg switch-cmd. Use it to setup
13958 ido-context-switch-command. Handle insert-buffer ido-exit value.
13959 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13960 used for context switching.
13961 (ido-all-completions): Handle new `list' context.
13962 (ido-make-choice-list): Return choices for `list' context.
13963 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13964 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13965 (ido-insert-buffer, ido-insert-file): Setup context switching.
13966 (ido-exhibit): Handle `list' context.
13967 (ido-read-file-name): Disable context switching. Handle fallback.
13968 (ido-read-directory-name): Disable context switching.
13969 (ido-completing-read): New defun like completing-read. Setup and
13970 use new `list' context.
13971
13972 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13973
13974 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13975
13976 2004-09-21 Jay Belanger <belanger@truman.edu>
13977
13978 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13979 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13980 separate window.
13981
13982 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13983
13984 * subr.el (after-change-major-mode-hook): Doc fix.
13985
13986 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13987
13988 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13989 of ghostscript for monochrome PostScript file in Windows.
13990
13991 2004-09-21 Kenichi Handa <handa@m17n.org>
13992
13993 * descr-text.el (describe-char): Checking of quail activation fixed.
13994
13995 2004-09-21 Jay Belanger <belanger@truman.edu>
13996
13997 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13998
13999 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
14000
14001 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
14002 after the mode hooks instead of before. Doc fix.
14003
14004 2004-09-20 Jason Rumney <jasonr@gnu.org>
14005
14006 * startup.el (command-line) [windows-nt]: Try .emacs first, then
14007 _emacs, but revert to .emacs if neither exists in home directory.
14008
14009 2004-09-20 John Paul Wallington <jpw@gnu.org>
14010
14011 * bindings.el (completion-ignored-extensions): Add .dfsl.
14012
14013 2004-09-20 Richard M. Stallman <rms@gnu.org>
14014
14015 * bindings.el (scroll-left): Make it disabled.
14016
14017 * files.el (enable-local-eval): Doc fix.
14018
14019 * indent.el (move-to-left-margin): Special case for minibuffer.
14020
14021 * term.el (term-emulate-terminal): Turn off undo for output.
14022 Use with-current-buffer and save-selected-window.
14023
14024 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
14025
14026 * progmodes/make-mode.el (makefile-fill-paragraph):
14027 Don't insist on spaces when looking for comments. # is enough.
14028
14029 * files.el (hack-local-variables): Copy the variables list
14030 to another buffer, strip prefixes and suffixes there, then read.
14031 (enable-local-eval): Doc fix.
14032 (ignored-local-variables): Initialize to nil.
14033 (risky-local-variable-p): Don't check ignored-local-variables here.
14034 (hack-one-local-variable): Ignore var if in ignored-local-variables.
14035
14036 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
14037
14038 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
14039 of = to "." (punctuation).
14040
14041 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * subr.el (event-basic-type): Fix mask (extend to 22bits).
14044
14045 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
14046
14047 * textmodes/enriched.el (enriched-rerun-flag): New variable.
14048 (enriched-before-change-major-mode): New function.
14049 Add it to `change-major-mode-hook'.
14050 (enriched-after-change-major-mode): New function.
14051 Add it to `after-change-major-mode-hook'.
14052 (enriched-mode): Make it work correctly if called from
14053 `after-change-major-mode-hook'.
14054 No longer set `indent-line-function'.
14055
14056 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
14057
14058 * subr.el (after-change-major-mode-hook): New variable.
14059 (run-mode-hooks): Implement it.
14060
14061 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * battery.el (battery-linux-proc-apm): Use string-to-number.
14064 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
14065 Use dolist (and less indentation). Use erase-buffer.
14066 Pre-initialize `design-capacity', `warn', and `low'.
14067 (battery-format): Use replace-regexp-in-string.
14068
14069 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14070
14071 * battery.el: Delete superfluous empty lines.
14072 (battery-linux-proc-acpi): Attempt to gather information from all
14073 battery subdirectories regardless of their file name.
14074 (battery-linux-proc-apm): Replace all occurrences of
14075 battery-hex-to-int-2 with string-to-int (base 16).
14076 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14077 (battery-hex-map): Delete variable.
14078
14079 2004-09-18 John Paul Wallington <jpw@gnu.org>
14080
14081 * calc/calc-units.el (calc-quick-units): Fix overzealous
14082 s/or/unless/.
14083
14084 2004-09-17 Jay Belanger <belanger@truman.edu>
14085
14086 * calc/calc.el (calc-mode-var-list): Fix the value of
14087 `calc-matrix-brackets'.
14088
14089 2004-09-17 Romain Francoise <romain@orebokech.com>
14090
14091 * ibuf-ext.el (define-ibuffer-filter filename):
14092 Expand dired-directory since buffer-file-name is absolute.
14093
14094 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14095
14096 * ediff-init.el (ediff-current-diff-face-A)
14097 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14098 (ediff-current-diff-face-Ancestor)
14099 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14100 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14101 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14102 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14103 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14104 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14105 Use min-colors.
14106
14107 * term.el (term-down): Perform vertical motion if DOWN is negative.
14108 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14109 (term-termcap-format): Synchronize with the eterm terminfo entry
14110 in etc/e/eterm.ti.
14111 (term-handle-colors-array): If the current foreground or
14112 background are zero (i.e. unspecified), use the foreground and
14113 background of the default face for reverse video.
14114 (term-ansi-at-eval-string, term-ansi-default-fg)
14115 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14116 (term-mem): Delete unused function.
14117 (term-protocol-version): Increment.
14118 (term-current-face): Set to default.
14119
14120 2004-09-15 Jay Belanger <belanger@truman.edu>
14121
14122 * calc/calc.el (calc-mode-var-list): Define this variable.
14123 (calc-always-load-extensions, calc-line-numbering)
14124 (calc-line-breaking, calc-display-just, calc-display-origin)
14125 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14126 (calc-group-char, calc-point-char, calc-frac-format)
14127 (calc-prefer-frac, calc-hms-format, calc-date-format)
14128 (calc-float-format, calc-full-float-format, calc-complex-format)
14129 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14130 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14131 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14132 (calc-matrix-brackets, calc-language, calc-language-option)
14133 (calc-left-label, calc-right-label, calc-word-size)
14134 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14135 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14136 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14137 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14138 (calc-window-height, calc-display-trail, calc-show-selections)
14139 (calc-use-selections, calc-assoc-selections)
14140 (calc-display-working-message, calc-auto-why, calc-timing)
14141 (calc-mode-save-mode, calc-standard-date-formats)
14142 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14143 (calc-user-parse-tables, calc-gnuplot-default-device)
14144 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14145 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14146 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14147 (calc-invocation-macro, calc-show-banner): Give these values as
14148 part of `calc-mode-var-list's initialization after the variables
14149 are declared with defvar.
14150 (calc-bug-address): Change email address to send bug reports to.
14151 Change the maintainer address at the top.
14152 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14153 than "\\.emacs" to determine if it is the user-init-file.
14154
14155 * calc/calc-embed.el (calc-embedded-set-modes): Use
14156 `calc-mode-var-list' correctly.
14157
14158 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14159
14160 * vc.el (annotate-time): Document point handling.
14161 (vc-annotate-display-autoscale): Doc fix.
14162
14163 2004-09-15 Miles Bader <miles@gnu.org>
14164
14165 * generic.el (generic-make-keywords-list): Use symbol rather than
14166 word anchors in regexp.
14167
14168 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14169
14170 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14171 no file name consider `dired-directory'.
14172
14173 2004-09-14 Kim F. Storm <storm@cua.dk>
14174
14175 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14176
14177 2004-09-14 Simon Josefsson <jas@extundo.com>
14178
14179 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14180
14181 * textmodes/dns-mode.el: Add.
14182
14183 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14184
14185 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14186 (disabled-command-function): Make the ?\ char more obvious.
14187
14188 * vc-arch.el (vc-arch-root, vc-arch-registered):
14189 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14190
14191 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14192
14193 * windmove.el (windmove-frame-edges): Report coordinates of
14194 outside edges of frame, not inside edges.
14195 (windmove-coordinates-of-position): Convert into wrapper to new
14196 function `windmove-coordinates-of-window-position';
14197 `compute-motion' always applies to selected window.
14198 (windmove-coordinates-of-position): Update documentation to refer
14199 to Emacs 21 Lisp Reference Manual.
14200 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14201
14202 2004-09-13 Kim F. Storm <storm@cua.dk>
14203
14204 * isearch.el (isearch-resume-in-command-history): Rename from
14205 isearch-resume-enabled and change default to nil.
14206
14207 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14210 (vc-registered): Use it.
14211 (vc-find-root): New fun.
14212
14213 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14214 Don't tell to use \\{...} when it's already done.
14215
14216 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14217 Provide a sample complex default.
14218 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14219 (bibtex-entry): Use mapc.
14220
14221 2004-09-12 Kim F. Storm <storm@cua.dk>
14222
14223 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14224
14225 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14226 inhibit-field-text-motion to t so rectangles work in comint buffers.
14227
14228 * simple.el (choose-completion-string): Set buffer before running
14229 choose-completion-string-functions hook so it can be buffer-local.
14230
14231 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14232
14233 * progmodes/compile.el (compilation-start): Parse command to see
14234 if it starts with a cd, and if so perform it for the *compilation*
14235 buffer. Change the header to reflect this.
14236
14237 2004-09-11 Kim F. Storm <storm@cua.dk>
14238
14239 * ido.el (ido-enable-dot-prefix): Doc fix.
14240 (ido-enable-dot-prefix): New defcustom.
14241 (ido-set-matches1): Use it.
14242
14243 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * textmodes/bibtex.el (bibtex-mark-active)
14246 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14247
14248 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14249
14250 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14251 used in a case insensitive environment.
14252 (bibtex-mode-map): Rearrange order of menus.
14253 (bibtex-quoted-string-re): Obsolete.
14254 (bibtex-complete-key-cleanup): Variable replaced by new function.
14255 (bibtex-font-lock-keywords): Use backquotes.
14256 (bibtex-font-lock-url-regexp): New internal variable.
14257 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14258 "OPT" and "ALT".
14259 (bibtex-insert-current-kill, bibtex-make-field)
14260 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14261 (bibtex-parse-field-text): Simplify.
14262 (bibtex-string=): New helper function.
14263 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14264 (bibtex-map-entries): Use bibtex-string=.
14265 (bibtex-search-entry): Use not.
14266 (bibtex-enclosing-field): Fix docstring.
14267 (bibtex-assoc-regexp): Obsolete.
14268 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14269 (bibtex-autokey-get-names): Handle empty name field.
14270 (bibtex-parse-strings): Use assoc-string and unless.
14271 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14272 Use assoc-string.
14273 (bibtex-pop): Simplify.
14274 (bibtex-mode): Set font-lock-extra-managed-props.
14275 (bibtex-entry-update): Use assoc-string.
14276 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14277 (bibtex-autofill-entry): Use bibtex-string=.
14278 (bibtex-print-help-message): Simplify.
14279 (bibtex-find-entry): New optional arg START.
14280 (bibtex-validate): Use bibtex-string= and assoc-string.
14281 Do not call obsolete function compilation-parse-errors.
14282 (bibtex-remove-delimiters): Only remove delimiters if present.
14283 (bibtex-copy-entry-as-kill): Add docstring.
14284 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14285 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14286 (bibtex-complete): Use bibtex-predefined-month-strings,
14287 bibtex-string=, and new function bibtex-complete-key-cleanup.
14288 (bibtex-generate-url-list): New variable.
14289 (bibtex-url): New command bound to C-c C-l and mouse-2.
14290 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14291 (bibtex-font-lock-url): New function.
14292
14293 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14294
14295 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14296
14297 2004-09-09 Kim F. Storm <storm@cua.dk>
14298
14299 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14300 counter and format with binding.
14301 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14302 the declared macro uses own macro counter and format. Give symbol
14303 kmacro property.
14304 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14305 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14306 (kmacro-end-and-call-macro): Doc fix.
14307
14308 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14309
14310 * desktop.el (desktop-clear-preserve-buffers):
14311 Remove make-obsolete-variable.
14312
14313 2004-09-08 Richard M. Stallman <rms@gnu.org>
14314
14315 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14316 with the buffer as argument.
14317
14318 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14321
14322 2004-09-08 Juri Linkov <juri@jurta.org>
14323
14324 * replace.el (perform-replace): Use `query-replace-descr'.
14325
14326 * cus-start.el (history-delete-duplicates): Specify customization.
14327
14328 * diff-mode.el (diff-mode-map):
14329 * progmodes/compile.el (compilation-mode-map):
14330 * progmodes/grep.el (grep-mode-map):
14331 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14332 to `next-error-follow-minor-mode'.
14333
14334 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14335
14336 * isearch.el (isearch-lazy-highlight-update): Take into account
14337 the case of zero-length match at the search bound.
14338
14339 2004-09-08 Kim F. Storm <storm@cua.dk>
14340
14341 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14342 change. Use zero width overlays when necessary.
14343
14344 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14345
14346 * subr.el (split-string): Docfix.
14347
14348 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14349
14350 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14351 (display-call-tree): Ensure newline after caller/calls blocks.
14352
14353 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14354
14355 * startup.el (command-line-1): Make option
14356 --directory/-L modify `load-path' straight away.
14357
14358 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14359
14360 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14361
14362 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14363
14364 * emacs-lisp/autoload.el (make-autoload):
14365 Handle `define-compilation-mode'.
14366
14367 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14368 Specify `doc-string-elt' property.
14369
14370 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14371
14372 * bs.el (bs-mode): Doc fix.
14373
14374 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14375
14376 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14377
14378 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14379
14380 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14381
14382 2004-09-08 Kenichi Handa <handa@m17n.org>
14383
14384 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14385 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14386 ps-mule-next-point -> 1+).
14387
14388 * composite.el (encode-composition-rule): Add autoload cookie.
14389
14390 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14391
14392 * format.el (buffer-auto-save-file-format): Make it permanent local.
14393
14394 2004-09-07 Kim F. Storm <storm@cua.dk>
14395
14396 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14397 (authors-fixed-entries): Fix typo.
14398 (authors-canonical-author-name): Compact multiple spaces.
14399 Ignore trivial names (e.g. only first name).
14400
14401 * term.el (term-window-width): Only use full window width on
14402 window system if overflow-newline-into-fringe is enabled.
14403 (term-mode): Don't disable overflow-newline-into-fringe.
14404
14405 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14408 motion as seen on my Mac OS X xterms.
14409
14410 * newcomment.el (uncomment-region-default, comment-region-default):
14411 New functions extracted from uncomment-region and comment-region.
14412 (comment-region, comment-region-function, uncomment-region)
14413 (uncomment-region-function): Use them.
14414
14415 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14416
14417 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14418 It's not crucial but can make sense at times.
14419
14420 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14421 the first commit.
14422
14423 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14424 Disable obsolete code.
14425
14426 2004-09-07 Juri Linkov <juri@jurta.org>
14427
14428 * progmodes/grep.el (grep-highlight-matches): Change default from
14429 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14430 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14431 if grep option `--color' is available, or to `nil' otherwise.
14432 (grep-process-setup): Call `grep-compute-defaults' if
14433 `grep-highlight-matches' is not computed. Set env-vars only
14434 if `grep-highlight-matches' is `t'.
14435 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14436 is already defined).
14437
14438 * progmodes/compile.el (compilation-start): Use copy of
14439 `process-environment' created by `copy-sequence' to not
14440 modify env-vars in the global `process-environment'.
14441
14442 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14443
14444 * simple.el (next-error-follow-minor-mode): Fix last change.
14445
14446 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14447
14448 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14449 permanent local.
14450
14451 2004-09-04 Richard M. Stallman <rms@gnu.org>
14452
14453 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14454 highlighting if the search string is empty.
14455
14456 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14457
14458 * facemenu.el (facemenu-active-faces): Change condition of inner
14459 `while' loop to also check the first two elements of `face-atts'
14460 and `mask-atts'.
14461
14462 2004-09-04 John Paul Wallington <jpw@gnu.org>
14463
14464 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14465 (thumbs-view-image-mode): Make buffer read-only.
14466
14467 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14468
14469 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14470 (ispell-check-version): Set it.
14471 (ispell-send-replacement): New function.
14472 (ispell-process-line): Call ispell-send-replacement.
14473
14474 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14475
14476 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14477 Support choosing seconds with "s".
14478
14479 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14480
14481 * terminal.el (te-escape): Show `?' in prompt for help key.
14482
14483 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14484
14485 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14486
14487 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14488
14489 * simple.el (next-error-follow-minor-mode)
14490 (next-error-follow-mode-post-command-hook): New functions.
14491 (next-error-follow-last-line): New defvar.
14492
14493 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14494 * progmodes/compile.el (compilation-mode-map): Likewise.
14495 * progmodes/grep.el (grep-mode-map): Likewise.
14496 * replace.el (occur-mode-map): Likewise.
14497
14498 * newcomment.el (uncomment-region): Bind comment-use-global-state
14499 to nil.
14500
14501 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14502
14503 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14504 locally around the call to `revert-buffer'.
14505
14506 2004-09-03 Juri Linkov <juri@jurta.org>
14507
14508 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14509 `isearch-adjusted' to `t'.
14510 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14511 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14512 (isearch-other-meta-char): Restore isearch-point unconditionally.
14513 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14514 Set point to start of match if region is not active in transient
14515 mark mode (to include the current match to region boundaries).
14516 Push the search string to `query-replace-from-history-variable'.
14517 Add prompt "Query replace regexp" for isearch-regexp.
14518 Add region beginning/end as last arguments of `perform-replace.'
14519 (isearch-query-replace-regexp): Replace code by the call to
14520 `isearch-query-replace' with arg `t'.
14521
14522 2004-09-03 Richard M. Stallman <rms@gnu.org>
14523
14524 * startup.el (normal-top-level): Undo previous TERM change.
14525
14526 2004-09-03 Kim F. Storm <storm@cua.dk>
14527
14528 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14529 highlight overlays; allow using RET when cursor is over a button.
14530 (cua--highlight-rectangle): Use it.
14531 (cua--rectangle-set-corners): Don't move backwards at eol.
14532 (cua--forward-line): Don't move into void after eob.
14533
14534 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14535 point is set (and displayed) inside rectangle.
14536 (cua--rectangle-operation): Fix for highlight of empty lines.
14537 (cua--highlight-rectangle): Fix highlight for tabs.
14538 Position cursor at left/right edge of rectangle using new `cursor'
14539 property on overlay strings.
14540 (cua--indent-rectangle): Don't tabify.
14541 (cua-rotate-rectangle): Ignore that point has moved.
14542
14543 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14544
14545 * term/mac-win.el: Add ASCII equivalents for some function keys.
14546 (mode-line-frame-identification): Sync with x-win.el.
14547
14548 2004-09-02 Juri Linkov <juri@jurta.org>
14549
14550 * progmodes/compile.el (compilation-buffer-name): Compare major
14551 mode with second element of compilation-arguments instead of third
14552 to reflect latest changes in compilation-arguments structure.
14553 (recompile): Use global variable `compilation-directory' to get
14554 recent compilation directory only when `recompile' is invoked NOT
14555 in the compilation buffer. Otherwise, use `default-directory' of
14556 the compilation buffer.
14557 (compilation-error-properties): Allow to funcall col and end-col.
14558 (compilation-mode-font-lock-keywords): Check col and end-col by
14559 `integerp'.
14560 (compilation-goto-locus): If end-mk is non-nil in transient mark
14561 mode don't activate the mark (and don't display message in
14562 push-mark), but highlight overlay between mk and end-mk.
14563
14564 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14565 (grep-regexp-alist): Add rule to highlight grep matches.
14566 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14567
14568 * info.el (Info-fontify-node): Don't compute other-tag
14569 if Info-hide-note-references=hide.
14570
14571 * help.el (function-called-at-point):
14572 * help-fns.el (variable-at-point):
14573 Try `find-tag-default' when other methods failed.
14574
14575 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14576 Do not push mark if inhibit-mark-movement is non-nil.
14577
14578 * textmodes/ispell.el (ispell-html-skip-alists):
14579 Fix backslashes in docstring.
14580
14581 2004-09-01 Juri Linkov <juri@jurta.org>
14582
14583 * isearch.el (isearch-wrap-function)
14584 (isearch-push-state-function): New defvars.
14585 (isearch-pop-fun-state): New defsubst.
14586 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14587 (isearch-push-state): Set the result of calling
14588 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14589 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14590 restore the mode-specific starting point of terminated search.
14591 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14592 (isearch-repeat): Call `isearch-wrap-function' if defined.
14593 (isearch-message-prefix): Don't add prefix "over" to the message
14594 for wrapped search if `isearch-wrap-function' is defined.
14595 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14596 restore the mode-specific starting point of failed search.
14597
14598 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14599 (Info-search): Add new optional arguments for the sake of isearch.
14600 Replace whitespace in Info-search-whitespace-regexp literally.
14601 Add backward search. Don't call `Info-select-node' if regexp is
14602 found in the same Info node. Don't add node to Info-history for
14603 wrapped isearch.
14604 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14605 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14606 (Info-mode): Set local variables `isearch-search-fun-function',
14607 `isearch-wrap-function', `isearch-push-state-function',
14608 `search-whitespace-regexp'.
14609
14610 * isearch.el: Remove ancient Change Log section.
14611 (isearch-string, isearch-message-string, isearch-point)
14612 (isearch-success, isearch-forward-flag, isearch-other-end)
14613 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14614 (isearch-barrier, isearch-within-brackets)
14615 (isearch-case-fold-search): Add suffix `-state' to state-related
14616 defsubsts to avoid name clashes with other function names.
14617
14618 * simple.el (next-error): New defgroup and defface.
14619 (next-error-highlight, next-error-highlight-no-select):
14620 New defcustoms.
14621 (next-error-no-select): Let-bind next-error-highlight to the value
14622 of next-error-highlight-no-select before calling `next-error'.
14623
14624 * progmodes/compile.el (compilation-goto-locus):
14625 Use `next-error' face instead of `region'. Set 4-th argument of
14626 `move-overlay' to `current-buffer' to move overlay to different
14627 source buffers. Use new variable `next-error-highlight'.
14628
14629 * simple.el (next-error-find-buffer): Move the rule
14630 "if current buffer is a next-error capable buffer" after the
14631 rule "if next-error-last-buffer is set to a live buffer".
14632 Simplify to test all rules in one `or'.
14633 (next-error): Doc fix.
14634 (next-error, previous-error, first-error)
14635 (next-error-no-select, previous-error-no-select):
14636 Make arguments optional.
14637
14638 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14639
14640 * macros.el (apply-macro-to-region-lines): Make it operate on all
14641 lines that begin in the region, rather than on all complete lines
14642 in the region.
14643
14644 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14645
14646 * x-dnd.el (x-dnd-protocol-alist): Document update.
14647 (x-dnd-known-types): Defcustom it.
14648 (x-dnd-handle-motif): Print message-atom in error message.
14649
14650 2004-08-30 John Paul Wallington <jpw@gnu.org>
14651
14652 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14653 strings rather than programatically constructing message.
14654
14655 2004-08-30 Richard M. Stallman <rms@gnu.org>
14656
14657 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14658 Don't return a string that would read as the wrong character code.
14659
14660 2004-08-29 Kim F. Storm <storm@cua.dk>
14661
14662 * emulation/cua-base.el (cua-auto-expand-rectangles):
14663 Remove automatic rectangle padding feature; replace by non-destructive
14664 virtual rectangle edges feature.
14665 (cua-virtual-rectangle-edges): New defcustom.
14666 (cua-auto-tabify-rectangles): New defcustom.
14667 (cua-paste): If paste into a marked rectangle, insert rectangle at
14668 current column, even if virtual; also paste exactly as many lines
14669 as has been marked (ignore additional lines or add empty lines),
14670 but paste whole source if only one line is marked.
14671 (cua--update-indications): No longer use overwrite-cursor to
14672 indicate rectangle padding
14673
14674 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14675 (cua--rectangle-virtual-edges): New defun.
14676 (cua--rectangle-get-corners): Remove optional PAD arg.
14677 (cua--rectangle-set-corners): Never do padding.
14678 (cua--forward-line): Remove optional PAD arg. Simplify.
14679 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14680 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14681 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14682 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14683 (cua--rectangle-move): Never do padding. Simplify.
14684 (cua--tabify-start): New defun.
14685 (cua--rectangle-operation): Add tabify arg. All callers changed.
14686 (cua--pad-rectangle): Remove.
14687 (cua--delete-rectangle): Handle delete with virtual edges.
14688 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14689 (cua--insert-rectangle): Handle insert at virtual column.
14690 Perform auto-tabify if necessary.
14691 (cua--activate-rectangle): Remove optional FORCE arg.
14692 Never do padding. Simplify.
14693 (cua--highlight-rectangle): Enhance for virtual edges.
14694 (cua-toggle-rectangle-padding): Remove command.
14695 (cua-toggle-rectangle-virtual-edges): New command.
14696 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14697 (cua--rectangle-post-command): Don't force rectangle padding.
14698 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14699
14700 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14701
14702 * indent.el (edit-tab-stops-buffer): Doc fix.
14703
14704 2004-08-28 Richard M. Stallman <rms@gnu.org>
14705
14706 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14707 (grep-tag-default): Function deleted.
14708
14709 * subr.el (find-tag-default): Move from etags.el.
14710
14711 * progmodes/etags.el (find-tag-default): Move to subr.el.
14712
14713 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14714 into the basic character if it has an uppercase form.
14715
14716 2004-08-27 Kenichi Handa <handa@m17n.org>
14717
14718 * international/utf-8.el (utf-8-post-read-conversion): If the
14719 buffer is unibyte, temporarily make it multibyte.
14720
14721 2004-08-27 Masatake YAMATO <jet@gyve.org>
14722
14723 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14724
14725 2004-08-25 John Paul Wallington <jpw@gnu.org>
14726
14727 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14728 0, 1, and many mismatches in message.
14729 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14730
14731 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14732 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14733
14734 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14737 vc-diff-switches differently.
14738
14739 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14740
14741 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14742 before and a real defvar after
14743 `speedbar-supported-extension-expressions'. This is to silence
14744 the compiler without breaking bootstrapping.
14745
14746 2004-08-22 Richard M. Stallman <rms@gnu.org>
14747
14748 * textmodes/flyspell.el (flyspell-word):
14749 Use set-process-query-on-exit-flag.
14750 (flyspell-highlight-duplicate-region): Take POSS as arg.
14751 (flyspell-word): Pass POSS as arg.
14752
14753 * progmodes/ada-xref.el: Many doc and style fixes.
14754 (ada-find-any-references): Use compilation-start.
14755 (ada-get-ali-file-name): Improve error msg.
14756 (ada-get-ada-file-name): Likewise.
14757
14758 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14759 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14760
14761 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14762 Add forward defvar.
14763
14764 * whitespace.el (global-whitespace-mode): New alias
14765 for whitespace-global-mode.
14766
14767 * speedbar.el (speedbar-file-regexp): Move definition up.
14768 (speedbar-mode, speedbar-set-mode-line-format):
14769 Use with-no-warnings.
14770 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14771
14772 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14773 controls whether to display the error buffer.
14774
14775 * ps-mule.el: Delete compatibility code for old Emacsen.
14776 (ps-mule-find-wrappoint): Don't use chars-in-region.
14777
14778 * frame.el (display-mouse-p, display-selections-p):
14779 Use with-no-warnings.
14780
14781 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14782
14783 2004-08-22 David Kastrup <dak@gnu.org>
14784
14785 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14786 information.
14787
14788 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14789
14790 2004-08-22 Andreas Schwab <schwab@suse.de>
14791
14792 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14793
14794 2004-08-22 Masatake YAMATO <jet@gyve.org>
14795
14796 * cvs-status.el (cvs-status-checkout): New function.
14797 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14798
14799 2004-08-21 David Kastrup <dak@gnu.org>
14800
14801 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14802 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14803 has been converted to use hashtables, the relation `nil=none' is
14804 no longer valid, as `nil' is not a hashtable. This patch tries to
14805 reduce the number of resulting errors.
14806
14807 2004-08-21 John Paul Wallington <jpw@gnu.org>
14808
14809 * subr.el (process-kill-without-query): Made obsolete in
14810 version 21.4, not 21.5.
14811
14812 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14813 (vc-previous-comment, vc-next-comment)
14814 (vc-comment-search-reverse, vc-comment-search-forward)
14815 (vc-comment-to-change-log): Likewise.
14816
14817 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14818
14819 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14820
14821 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14822 Correct indentation of DEFMETHODS with non-standard method
14823 combinations (e.g., PROGN, MIN, MAX).
14824
14825 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * startup.el (normal-top-level-add-subdirs-to-load-path):
14828 Avoid unnecessarily checking system-type.
14829 (normal-top-level): Set TERM to "dumb". Simplify.
14830
14831 * avoid.el (mouse-avoidance-ignore-p): New fun.
14832 Also ignore switch-frame, select-window, double, and triple clicks.
14833 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14834 (mouse-avoidance-fancy-hook): Use it.
14835
14836 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14837
14838 * avoid.el (mouse-avoidance-nudge-mouse)
14839 (mouse-avoidance-banish-destination): Stay within the current window
14840 to avoid problems with mouse-autoselect-window.
14841
14842 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14845 the newer format of some messages in cvs-1.12.1.
14846
14847 2004-08-19 Masatake YAMATO <jet@gyve.org>
14848
14849 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14850 (elp-results-jump-to-definition-by-mouse)
14851 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14852 (elp-output-result): Use elp-output-insert-symname.
14853
14854 2004-08-18 Kenichi Handa <handa@m17n.org>
14855
14856 * language/cyrillic.el: Register koi8-r in
14857 ctext-non-standard-encodings-alist.
14858 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14859
14860 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14861
14862 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14863 that replaces 20xy with xy.
14864
14865 2004-08-17 John Paul Wallington <jpw@gnu.org>
14866
14867 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14868 (reb-force-update): Doc fix.
14869
14870 2004-08-16 Richard M. Stallman <rms@gnu.org>
14871
14872 * progmodes/which-func.el (which-func-update-1): Doc fix.
14873
14874 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14875 (sh-mode-abbrev-table): New variable.
14876
14877 * progmodes/compile.el (compilation-mode): Doc fix.
14878
14879 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14880 Don't cons a new symbol each time.
14881 (eval-last-sexp-fake-value): New variable.
14882
14883 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14884 (copyright-update-year): Detect continuation of list of years.
14885
14886 * term.el (term-default-fg-color, term-default-bg-color)
14887 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14888
14889 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14890
14891 2004-08-16 Davis Herring <herring@lanl.gov>
14892
14893 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14894 (isearch-success, isearch-forward-flag, isearch-other-end)
14895 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14896 (isearch-barrier, isearch-within-brackets)
14897 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14898
14899 2004-08-16 Kenichi Handa <handa@m17n.org>
14900
14901 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14902
14903 2004-08-15 Kenichi Handa <handa@m17n.org>
14904
14905 * term/x-win.el (x-selection-value): If utf8 was successful but
14906 ctext was not, use utf8 string.
14907
14908 2004-08-14 Davis Herring <herring@lanl.gov>
14909
14910 * isearch.el: Remove accidental changes of March 4. Fix backing
14911 up when a regexp isearch is made more general. Use symbolic
14912 accessor functions for isearch stack frames to make usage clearer.
14913 (search-whitespace-regexp): Made groups in documentation shy (as
14914 is the group in the default value).
14915 (isearch-fallback): New function, addresses problems with regexps
14916 liberalized by `\|', adds support for liberalization by `\}' (the
14917 general repetition construct), and incorporates behavior for
14918 `*'/`?'.
14919 (isearch-}-char): New command, calls `isearch-fallback' with
14920 arguments appropriate to a typed `}'.
14921 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14922 appropriately.
14923 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14924 (isearch-string, isearch-message,string, isearch-point)
14925 (isearch-success, isearch-forward-flag, isearch-other-end)
14926 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14927 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14928 New inline functions to read fields of a stack frame.
14929
14930 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14931
14932 * battery.el (battery-linux-proc-acpi): Look into battery
14933 directories matching the literal string "CMB", too (required for
14934 Linux kernel version 2.6.7).
14935
14936 2004-08-14 John Paul Wallington <jpw@gnu.org>
14937
14938 * cus-start.el (read-file-name-completion-ignore-case): Add.
14939 (blink-cursor-alist): Change version to "21.4".
14940
14941 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14942
14943 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14944
14945 * speedbar.el (speedbar-scan-subdirs): New option.
14946 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14947 dolist.
14948 (speedbar-insert-files-at-point): Take an extra argument and use
14949 it to optionally find out if a subdir is empty. Also unreadable
14950 files don't get expand buttons.
14951 (speedbar-directory): New image (unused pixmap already existed).
14952 (speedbar-expand-image-button-alist): Use it.
14953
14954 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14955
14956 CC Mode update to 5.30.9:
14957
14958 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14959 Move from cc-vars to cc-defs for dependency reasons. Fix the
14960 POSIX char class test to check that it works in
14961 `skip-chars-(forward|backward)' too.
14962
14963 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14964 first argument starts with a special brace list.
14965
14966 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14967 when `c-opt-type-concat-key' is used (i.e. in Pike).
14968
14969 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14970 Fix bug when the inner char pair doesn't have paren syntax,
14971 i.e. "(<>)".
14972
14973 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14974 whitespace safe.
14975
14976 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14977 position for `arglist-intro', `arglist-cont-nonempty' and
14978 `arglist-close' when there are two arglist open parens on the same
14979 line and there's nothing in front of the first.
14980
14981 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14982 locking of qualified names in Java, which previously could fontify
14983 common indexing expressions in many cases. The standard Java
14984 naming conventions are used to tell them apart.
14985
14986 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14987 Fix inconsistency wrt opening parens on the first line inside a paren
14988 block.
14989
14990 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14991 compile time for the sake of `c-major-mode-is'.
14992
14993 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14994 `c-major-mode-is' in the event that this is used inside a
14995 `c-lang-defconst'.
14996
14997 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14998 `c-lang-defconst' so that it works better with fallback languages.
14999
15000 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
15001 it to fail to record the base mode.
15002
15003 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15004 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
15005 is used. Reorder the syntax checks to get more efficient
15006 skipping in some situations.
15007
15008 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
15009 continuation which might precede the newly inserted '{'.
15010
15011 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
15012 Fix cases where it could loop indefinitely.
15013
15014 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
15015 size specs correctly. Only fontify identifiers in front of '('
15016 with as functions - don't accept any paren char. Tighten up
15017 initializer skipping to stop before function and class blocks.
15018
15019 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15020 the point could be left directly after an open paren when finding
15021 the beginning of the first decl in the block.
15022
15023 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
15024 table when filtering out legitimate open parens to be recorded.
15025 This could cause cache inconsistencies when e.g.
15026 `c++-template-syntax-table' was temporarily in use.
15027
15028 * progmodes/cc-engine.el (c-on-identifier)
15029 (c-simple-skip-symbol-backward): Small fix for handling "-"
15030 correctly in `skip-chars-backward'. Affected the operator lfun
15031 syntax in Pike.
15032
15033 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
15034 Fix bug that could cause an error from `after-change-functions' when
15035 the changed region is at bob.
15036
15037 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
15038
15039 CC Mode update to 5.30.9:
15040
15041 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
15042 to say that <TAB> doesn't insert WS into a CPP line.
15043 (c-indent-command, c-tab-always-indent): Amend doc strings.
15044
15045 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
15046 checks for user errors, thus eliminating cryptic and unhelpful
15047 Emacs error messages. (1) Check the arg to `c-set-style' is a
15048 string. (2) Check that settings to `c-offsets-alist' are not
15049 spuriously quoted.
15050
15051 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15052 which precedes the newly inserted `{'.
15053
15054 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
15055
15056 Sync with Tramp 2.0.44.
15057
15058 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
15059 function "tramp_file_attributes". Otherwise, file names
15060 containing spaces are misinterpreted. Reported by Magnus Henoch
15061 <mange@freemail.hu>.
15062 (tramp-handle-file-truename): FILENAME must be expanded first.
15063 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
15064 obscure results. Reported by D. Goel <deego@gnufans.org>.
15065 (tramp-handle-verify-visited-file-modtime): If file does not
15066 exist, say it is not modified if and only if that agrees with the
15067 buffer's record. Check whether a file is visiting the buffer, or
15068 the buffer has no recorded last modification time. Return t in
15069 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15070 <teirllm@auburn.edu>.
15071 (tramp-handle-write-region): Pass modtime explicitly to
15072 `set-visited-file-modtime', because filename can be different
15073 from (buffer-file-name) if `file-precious-flag' is set.
15074 `set-visited-file-modtime' must be called always when `visit' is t
15075 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15076 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15077 nil, don't apply the whole body. If the file doesn't exists, set
15078 modtime to '(-1 65535). Suggested by Luc Teirlinck
15079 <teirllm@auburn.edu>.
15080
15081 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15082
15083 * help.el (describe-bindings): Doc fix.
15084
15085 * subr.el (kbd): Doc fix.
15086
15087 2004-08-08 John Paul Wallington <jpw@gnu.org>
15088
15089 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15090 instead of `string-to-int'.
15091 (define-ibuffer-column mode): Fix indentation.
15092
15093 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15094
15095 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15096
15097 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15098
15099 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15100
15101 * novice.el (disabled-command-function): New variable renamed from
15102 `disabled-command-hook'.
15103 (disabled-command-hook): Keep the _variable_ as alias for
15104 `disabled-command-function' and make obsolete.
15105 (disabled-command-function): Function renamed from
15106 `disabled-command-hook'. Adapt code to name change of the variable.
15107
15108 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15109
15110 * simple.el (completion-root-regexp): New defvar.
15111 (completion-setup-function): Use it instead of a literal string.
15112
15113 2004-08-07 John Paul Wallington <jpw@gnu.org>
15114
15115 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15116 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15117 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15118 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15119
15120 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15121
15122 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15123 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15124
15125 2004-08-04 Kenichi Handa <handa@m17n.org>
15126
15127 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15128 Fix previous change.
15129
15130 2004-08-03 Kenichi Handa <handa@m17n.org>
15131
15132 * international/encoded-kb.el: The following changes are to
15133 utilize key-translation-map instead of minor mode map.
15134 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15135 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15136 (encoded-kbd-last-key): New function.
15137 (encoded-kbd-iso2022-single-shift): New function.
15138 (encoded-kbd-iso2022-designation)
15139 (encoded-kbd-self-insert-iso2022-7bit)
15140 (encoded-kbd-self-insert-iso2022-8bit)
15141 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15142 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15143 key-translation-map.
15144 (encoded-kbd-setup-keymap): Setup key-translation-map.
15145 (saved-key-translation-map): New variable.
15146 (encoded-kbd-mode): Save/restore key-translation-map.
15147 Adjust for the change of encoded-kbd-setup-keymap.
15148
15149 2004-08-02 Kim F. Storm <storm@cua.dk>
15150
15151 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15152 and call compute-motion with nil for topos and width to get proper
15153 usable width and height for both window and non-window systems.
15154
15155 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15156 calculate usable window width and height.
15157
15158 * window.el (window-buffer-height): Call compute-motion with nil width.
15159
15160 2004-08-01 David Kastrup <dak@gnu.org>
15161
15162 * replace.el (query-replace-read-from):
15163 Use `query-replace-compile-replacement'.
15164 (query-replace-compile-replacement): New function.
15165 (query-replace-read-to): Use `query-replace-compile-replacement'
15166 for repeating the last command.
15167
15168 2004-08-01 John Paul Wallington <jpw@gnu.org>
15169
15170 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15171 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15172 (pr-switches): Remove period from end of error messages.
15173
15174 * help-mode.el (help-go-back): Likewise.
15175
15176 * abbrev.el (only-global-abbrevs): Doc fix.
15177 (edit-abbrevs-map): Define within defvar.
15178 (quietly-read-abbrev-file): Doc fix.
15179
15180 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15181
15182 * novice.el (enable-command, disable-command): Doc fixes.
15183
15184 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15185
15186 2004-07-30 Richard M. Stallman <rms@gnu.org>
15187
15188 * subr.el (with-local-quit): Doc fix.
15189
15190 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15191
15192 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15193
15194 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15195
15196 * custom.el (defcustom): Doc fix.
15197
15198 2004-07-28 Masatake YAMATO <jet@gyve.org>
15199
15200 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15201
15202 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * imenu.el (imenu-prev-index-position-function)
15205 (imenu-extract-index-name-function, imenu-name-lookup-function)
15206 (imenu--index-alist): Docstring redundancy fix.
15207
15208 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15209
15210 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15211 binding dired-backup-overwrite.
15212
15213 2004-07-25 John Paul Wallington <jpw@gnu.org>
15214
15215 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15216
15217 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15218
15219 * term/tty-colors.el (tty-color-approximate): Doc fix.
15220
15221 * select.el (x-get-selection, x-set-selection): Doc fixes.
15222
15223 * frame.el (make-frame): Doc fix.
15224
15225 2004-07-24 Richard M. Stallman <rms@gnu.org>
15226
15227 * mail/rmail.el (rmail-mime-charset-pattern):
15228 Don't include semicolon in the charset value.
15229
15230 * replace.el (occur-next-error): Call set-window-point.
15231 (occur-engine): Handle negative NLINES.
15232
15233 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15234
15235 * frame.el (modify-all-frames-parameters): Minor doc fix.
15236 (set-frame-configuration): Doc fix.
15237
15238 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15239
15240 * simple.el (completion-setup-function): Compute the common parts
15241 and the first difference place correctly when
15242 partial-completion-mode is on.
15243
15244 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15245
15246 * ps-print.el: Doc fix.
15247 (ps-print-version): New version 6.6.5.
15248 (ps-printing-region): Doc fix.
15249 (ps-generate-string-list): Comment fix.
15250 (ps-message-log-max): Code fix.
15251
15252 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15253
15254 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15255 generated PostScript.
15256
15257 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15258
15259 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15260 with Gnus v5_10 branch.)
15261
15262 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15263
15264 * calendar/time-date.el (time-to-number-of-days): New function.
15265 Imported from Gnus.
15266
15267 2004-07-22 Kim F. Storm <storm@cua.dk>
15268
15269 * progmodes/make-mode.el: Fix comments.
15270
15271 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15272
15273 * printing.el: Doc fix.
15274
15275 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15276
15277 * frame.el (modify-all-frames-parameters): Minor doc fix.
15278
15279 2004-07-20 Richard M. Stallman <rms@gnu.org>
15280
15281 * textmodes/fill.el (fill-nobreak-p): If this break point is
15282 at the end of the line, don't consider the newline which follows
15283 as a reason to return t.
15284
15285 2004-07-19 John Paul Wallington <jpw@gnu.org>
15286
15287 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15288
15289 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15290
15291 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15292 Delete irrelevant code.
15293
15294 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15295
15296 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15297 New docstring. From Luc Teirlinck.
15298
15299 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15300
15301 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15302 section.
15303 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15304 non-file buffers. We know it is nil.
15305
15306 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15307
15308 Sync with Tramp 2.0.43.
15309
15310 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15311 Remove outdated comment.
15312 (tramp-locked, tramp-locker): New variables for implementing a
15313 global lock.
15314 (tramp-sh-file-name-handler): Use them to implement the global lock.
15315
15316 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15317
15318 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15319 calls to respective `xxx` calls.
15320 (tramp-process-alive-regexp): Precise doc string.
15321 (tramp-multi-action-process-alive): New defun.
15322 (tramp-multi-actions): Use it.
15323 (tramp-handle-find-backup-file-name): `copy-tree' is available
15324 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15325 in order to avoid this function.
15326 (tramp-handle-write-region): Set current buffer. If connection
15327 wasn't open, `file-modes' has changed it accidentally. Reported by
15328 David Kastrup <dak@gnu.org>.
15329 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15330 HOST.
15331 (tramp-action-password, tramp-multi-action-password): Apply it.
15332 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15333 name must still contain the port number. Otherwise, we have two
15334 Tramp buffers, with all the confusion. Reported by Myron Selby
15335 <myron@xytech.com> and Rolf Dubitzky
15336 <Dubitzky@physi.uni-heidelberg.de>.
15337
15338 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15339 HOST to `tramp-enter-passwd'.
15340
15341 * net/tramp-vc.el (all): Code cleanup. Change all
15342 `tramp-handle-xxx' calls to respective `xxx` calls.
15343
15344 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15345
15346 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15347 functions that are not erroneous if either 1-valued or
15348 multi-valued. Detect functions in this class.
15349 (testcover-1value-functions, testcover-compose-functions)
15350 (testcover-progn-functions) Add some additional functions to lists.
15351 (testcover-mark): Bugfix when marking up the definition for an
15352 empty function.
15353
15354 2004-07-17 Richard M. Stallman <rms@gnu.org>
15355
15356 * replace.el (occur-read-primary-args): Pass default to
15357 read-from-minibuffer.
15358
15359 * mail/footnote.el (footnote-section-tag): Use defcustom.
15360
15361 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15362 Compile font-lock-keywords, not KEYWORDS.
15363 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15364 Add warn, check-type. Handle cerror like error.
15365
15366 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15367
15368 * progmodes/which-func.el (which-func-keymap): New var.
15369 (which-func-face): New face.
15370 (which-func-format): Use them.
15371
15372 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15373
15374 * buff-menu.el (list-buffers-noselect): Append the buffer's
15375 process status to its mode name.
15376
15377 2004-07-16 Kim F. Storm <storm@cua.dk>
15378
15379 * simple.el (inhibit-mark-movement): New defvar.
15380 (beginning-of-buffer, end-of-buffer): Do not push mark if
15381 inhibit-mark-movement is non-nil or C-u prefix is given.
15382
15383 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15384 Init to beginning-of-buffer and end-of-buffer.
15385 (cua--undo-push-mark): New defvar.
15386 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15387 already active and command is in cua--preserve-mark-commands.
15388 Also fix check for shift modifier on non-window systems.
15389 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15390
15391 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15392
15393 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15394 of two integers, instead of a cons.
15395
15396 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15397 `visited-file-modtime' now returns a list of two integers, instead
15398 of a cons.
15399
15400 * dired.el (dired-directory-changed-p): Ditto.
15401
15402 * progmodes/grep.el (grep): Doc fix.
15403
15404 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15405
15406 * autorevert.el (auto-revert-tail-mode)
15407 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15408 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15409 in both at the same time.
15410 (auto-revert-tail-mode): New command.
15411 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15412 (auto-revert-handler): Revert only either tail or whole file.
15413
15414 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15415 add auto-revert-tail-mode.
15416
15417 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15418
15419 * printing.el: Doc fix. Change name of some funs.
15420 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15421 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15422 (pr-standard-file-name): New fun. Replace pr-standard-path.
15423 (pr-call-process): Code fix.
15424
15425 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15426
15427 * subr.el (with-selected-window): Doc fix.
15428
15429 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15430
15431 * subr.el (get-buffer-window-list): Doc fix.
15432
15433 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15434
15435 * files.el (switch-to-buffer-other-window): Doc fix.
15436
15437 * window.el (save-selected-window, one-window-p)
15438 (split-window-keep-point, split-window-vertically)
15439 (split-window-horizontally): Doc fixes.
15440
15441 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15442
15443 * printing.el: Doc fix. Now it uses call-process instead of
15444 shell-command for low command execution.
15445 (pr-version): New version number (6.8).
15446 (pr-shell-file-name): Option removed.
15447 (pr-shell-command): Fun removed.
15448 (pr-call-process): New fun. Replace pr-shell-command.
15449 (pr-standard-path, pr-remove-nil-from-list): New funs.
15450 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15451 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15452 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15453 (pr-ps-utility-process, pr-txt-print): Code fix.
15454
15455 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15456
15457 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15458 boolean.
15459
15460 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15461
15462 * wid-edit.el (widget-field-buffer): Doc fix.
15463
15464 2004-07-09 John Paul Wallington <jpw@gnu.org>
15465
15466 * emacs-lisp/re-builder.el (reb-update-overlays):
15467 Distinguish between one and several matches in message.
15468
15469 2004-07-09 Richard M. Stallman <rms@gnu.org>
15470
15471 * mouse.el (mouse-set-region-1): If transient-mark-mode
15472 is `identity', change it to `only'.
15473
15474 * simple.el (current-word): Doc fix.
15475
15476 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15477
15478 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15479 so that it is more understanding of whitespace.
15480
15481 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15482 (("ns" . "element") (attr-list) children) instead of
15483 ((:ns . "element") (attr-list) children) in order to reduce the
15484 number of symbols used.
15485 (xml-skip-dtd): Change to use xml-parse-dtd but set
15486 xml-validating-parsing to nil.
15487 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15488 (xml-substitute-entity): Remove in favor of new entity substitution.
15489 (xml-substitute-special): Rewrite in to substitute complex
15490 entities from DOCTYPE declarations.
15491 (xml-parse-fragment): Parse fragments from entity declarations.
15492 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15493 (xml-parse-dtd, xml-substitute-special): Make validity checks
15494 conditioned on xml-validating-parser. Add "Not Well Formed" to
15495 error messages about well-formedness.
15496
15497 2004-07-08 Steven Tamm <steventamm@mac.com>
15498
15499 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15500 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15501 Do not treat double clicks and triple clicks specially in the
15502 scroll bar (preventing strange repositioning problems)
15503
15504 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * replace.el (query-replace-regexp-eval): Fix last change.
15507
15508 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15509
15510 * replace.el (query-replace-descr): New fun.
15511 (query-replace-read-from, query-replace-read-args): Default to the
15512 previous from&to.
15513 (query-replace-read-to): Quote the `from' string when displaying it.
15514 (query-replace-regexp-eval): Immediately check read-only status.
15515 Use query-replace-read-from to get the \n checking.
15516 Quote the `from' string when displaying it.
15517 (map-query-replace-regexp, occur-read-primary-args):
15518 Quote the `from' string when displaying it.
15519
15520 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15521 delimited-ness of the search to query-replace.
15522
15523 * replace.el (query-replace-read-from, query-replace-read-to):
15524 New funs extracted from query-replace-read-args.
15525 (query-replace-read-args): Use them.
15526
15527 * replace.el (query-replace-interactive, query-replace-read-args):
15528 Remove the `initial' special value.
15529 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15530 (occur-engine): Remove unused var `matchend'.
15531
15532 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15533 Use the search string without prompting.
15534
15535 2004-07-05 Kenichi Handa <handa@m17n.org>
15536
15537 * international/mule.el (decode-coding-inserted-region):
15538 Set last-coding-system-used only when coding is nil.
15539
15540 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15541
15542 * progmodes/grep.el (grep-compute-defaults, grep-command)
15543 (grep-program, find-program, grep-find-use-xargs, grep-history)
15544 (grep-find-history, grep-tag-default, grep-find-command)
15545 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15546 Add autoload cookies, for unbundled packages that load `compile'
15547 and expect all grep-related symbols to become defined.
15548
15549 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15550
15551 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15552 (iimage-mode-image-search-path): New user option to search the
15553 image file.
15554 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15555 have locate-file.
15556 (iimage-mode-buffer): Use it.
15557
15558 2004-07-03 Nick Roberts <nickrob@gnu.org>
15559
15560 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15561 carefully.
15562 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15563
15564 2004-07-03 Juri Linkov <juri@jurta.org>
15565
15566 * replace.el (query-replace-read-args): Swallow space after 'foo,
15567 not after (quote foo). Match space only immediately after symbol,
15568 not anywhere in the whole string.
15569
15570 2004-07-02 Richard M. Stallman <rms@gnu.org>
15571
15572 * replace.el (query-replace-read-args): Swallow space after
15573 symbols, not after closeparens. But avoid error if string ends there.
15574
15575 * progmodes/python.el (python-beginning-of-statement):
15576 Exit the loop if backward-up-list gets error.
15577
15578 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15579
15580 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15581
15582 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15583 only if vc-consult-headers is non-nil.
15584
15585 2004-07-02 Juri Linkov <juri@jurta.org>
15586
15587 * pcvs.el (cvs-mode-diff-repository): New command.
15588
15589 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15590
15591 2004-07-01 Juri Linkov <juri@jurta.org>
15592
15593 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15594 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15595 C-M-% to isearch-query-replace-regexp.
15596 (minibuffer-local-isearch-map): Add arrow key bindings.
15597 Bind C-f to isearch-yank-char-in-minibuffer.
15598 (isearch-forward): Doc fix.
15599 (isearch-edit-string): Doc fix.
15600 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15601 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15602 (isearch-yank-char): Add optional arg.
15603 (isearch-yank-char-in-minibuffer): New fun.
15604
15605 * replace.el (query-replace-interactive): Change type from boolean
15606 to choice. Add value `initial'.
15607 (query-replace-read-args): Handle value `initial' of
15608 query-replace-interactive.
15609
15610 2004-06-29 Kim F. Storm <storm@cua.dk>
15611
15612 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15613 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15614
15615 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15616 Add :group 'ada.
15617
15618 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15619
15620 2004-06-29 Juri Linkov <juri@jurta.org>
15621
15622 * replace.el (query-replace-read-args): Swallow a space after
15623 everything except )]" which in most cases means after a symbol.
15624
15625 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15626
15627 2004-06-28 Richard M. Stallman <rms@gnu.org>
15628
15629 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15630 More changes to go with previous change in font-lock.el.
15631
15632 2004-06-26 David Kastrup <dak@gnu.org>
15633
15634 * replace.el (perform-replace): Highlight the match even in
15635 non-query mode if there is potential replace string editing.
15636
15637 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15638
15639 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15640 agree with new return value of `file-remote-p'.
15641 This syncs with Tramp 2.0.42.
15642
15643 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15644 according to new documentation of `file-remote-p'.
15645
15646 * files.el (file-remote-p): Fix doc to say that return value is
15647 identification of remote system, if not nil.
15648 (file-relative-name): Use new return value of `file-remote-p'.
15649
15650 2004-06-26 Nick Roberts <nickrob@gnu.org>
15651
15652 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15653 (gdb-goto-breakpoint): Fix breakage.
15654
15655 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15656
15657 * man.el (Man-getpage-in-background): Add windows-nt to the list
15658 of systems where shell-file-name should be used instead of
15659 literal "sh".
15660
15661 2004-06-25 Sam Steingold <sds@gnu.org>
15662
15663 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15664 function names `(setf symbol)'.
15665
15666 2004-06-24 Richard M. Stallman <rms@gnu.org>
15667
15668 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15669
15670 * font-lock.el (font-lock-keywords): Change format of compiled values.
15671 Document it.
15672 (font-lock-add-keywords): If font-lock-keywords is compiled,
15673 extract the uncompiled version, modify, then recompile.
15674 (font-lock-remove-keywords): Likewise.
15675 (font-lock-fontify-keywords-region): Handle changed format.
15676 (font-lock-compile-keywords): Handle changed format.
15677 (font-lock-set-defaults): Compile the keywords explicitly here.
15678
15679 2004-06-24 David Kastrup <dak@gnu.org>
15680
15681 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15682 replacements here.
15683 (query-replace-regexp): Doc string explaining this and the new
15684 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15685 is better placed in `query-replace-read-args'.
15686 (replace-regexp): Explain `\,', `\#' and `\?'.
15687 (replace-match-data): New function for thorough reuse/destruction
15688 of old match-data.
15689 (replace-match-maybe-edit): Function for implementing `\?' editing.
15690 (perform-replace): Fix maintaining of the match stack including
15691 already matched regions, implement `\?', fix various problems
15692 with regions while editing and other stuff.
15693 (replace-highlight): Simplify.
15694
15695 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15696
15697 * progmodes/grep.el (grep-error-screen-columns): New variable.
15698 (grep-regexp-alist): Give it the full functionality of gnu style
15699 compilation messages with line and column ranges. Ask me for the
15700 perl script I'm working on, that uses these.
15701
15702 2004-06-23 Nick Roberts <nickrob@gnu.org>
15703
15704 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15705 Remove.
15706 (comint-insert-input, comint-mouse-insert-input): New functions
15707 based on comint-insert-clicked-input for two bindings but just
15708 one functionality.
15709
15710 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15711
15712 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15713
15714 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15715
15716 * files.el (write-contents-functions): Doc fix.
15717
15718 2004-06-21 Juanma Barranquero <lektu@terra.es>
15719
15720 * image.el (image-library-alist): Rewrite docstring in active voice.
15721
15722 2004-06-20 Richard M. Stallman <rms@gnu.org>
15723
15724 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15725
15726 * isearch.el (isearch-repeat): Avoid testing old match data.
15727 (isearch-message): Display trailing space in special font
15728 when search is failing.
15729 (isearch-search-fun-function): Doc fix.
15730
15731 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15732
15733 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15734
15735 * frame.el (show-trailing-whitespace): Doc fix.
15736
15737 * cus-edit.el (custom-variable-documentation): New function.
15738 (custom-variable): Use it.
15739
15740 2004-06-19 Nick Roberts <nickrob@gnu.org>
15741
15742 * man.el (Man-getpage-in-background): Revert previous change but
15743 make cygwin a special case.
15744
15745 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15746
15747 * autorevert.el (global-auto-revert-non-file-buffers):
15748 Update docstring.
15749
15750 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15751
15752 * progmodes/compile.el (compilation-error-properties): Store one
15753 more than end-col, if present, so that transient-mark-mode will
15754 highlight last char too.
15755 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15756 ranges, if present.
15757
15758 2004-06-18 Jason Rumney <jasonr@gnu.org>
15759
15760 * makefile.w32-in: Double percent signs in for loops.
15761
15762 2004-06-17 David Kastrup <dak@gnu.org>
15763
15764 * replace.el (query-replace-read-args): Only warn about use of \n
15765 and \t when we are doing a regexp replacement and the actual
15766 escaped character is n or t.
15767 (query-replace-regexp): Add \, and \# interpretation to
15768 interactive call and document it.
15769 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15770 as shortkey for replace-count.
15771 (replace-quote): New function for doubling backslashes.
15772
15773 2004-06-17 Juanma Barranquero <lektu@terra.es>
15774
15775 * files.el (parse-colon-path, cd): Mention in docstring that the
15776 path separator is colon in GNU-like systems.
15777
15778 * newcomment.el (comment-region-internal): Fix docstring.
15779
15780 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15781 (ewoc-invalidate, ewoc-collect): Doc fixes.
15782 (ewoc--create-node, ewoc--delete-node-internal):
15783 Fix typos in docstring.
15784
15785 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15786
15787 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15788 manual to docstring.
15789
15790 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15791
15792 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15793
15794 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15795
15796 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15797 Add hyperlink to emacs-xtra manual to docstring.
15798
15799 * autorevert.el (global-auto-revert-non-file-buffers):
15800 Add hyperlink to emacs-xtra manual to docstring, as well as an
15801 info-link.
15802
15803 2004-06-14 Juanma Barranquero <lektu@terra.es>
15804
15805 * image.el (image-library-alist): New variable to map image types
15806 to external libraries. Initialized to nil, unless system-specific
15807 configs change it.
15808 (image-type-available-p): Determine whether an image type is
15809 available by calling `init-image-library'.
15810
15811 * term/w32-win.el (image-library-alist): Initialize to a known set
15812 of probable library names.
15813
15814 2004-06-14 Kenichi Handa <handa@m17n.org>
15815
15816 * international/code-pages.el (windows-1256, cp1125): Fix tables
15817 for several characters.
15818
15819 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15820
15821 2004-06-13 Richard M. Stallman <rms@gnu.org>
15822
15823 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15824
15825 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15826 not "`pc-selection-mode'".
15827
15828 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15829
15830 * simple.el (previous-matching-history-element): Specify a default.
15831
15832 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15833
15834 * cus-face.el (custom-declare-face): Simplify code.
15835
15836 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15837
15838 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15839
15840 * files.el (before-save-hook): Add `time-stamp' to the options.
15841
15842 * time-stamp.el (time-stamp): Recommend adding it to
15843 `before-save-hook', rather than `write-file-functions'.
15844 Make a similar change in `Commentary' section.
15845
15846 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15847
15848 * diff-mode.el (diff-current-defun): If at start of hunk, use
15849 position of first change.
15850
15851 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15852
15853 * dired-x.el (dired-mark-omitted): Bind to "*O".
15854
15855 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15856
15857 * bookmark.el (bookmark-bmenu-relocate): New function, as
15858 suggested by David J. Biesack <David.Biesack@sas.com>.
15859 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15860 (bookmark-bmenu-mode): Describe binding in doc string.
15861 (bookmark-set-filename): Save the bookmark list if it's time.
15862
15863 2004-06-13 Kenichi Handa <handa@m17n.org>
15864
15865 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15866 (ccl-untranslated-to-ucs): Fix typo.
15867
15868 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15869
15870 * progmodes/python.el (python-open-block-statement-p):
15871 Fix indentation after a block opening that contains a comment.
15872
15873 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15874
15875 * bindings.el (completion-ignored-extensions): Add file extensions
15876 of Python byte-compiled files.
15877
15878 2004-06-12 Juri Linkov <juri@jurta.org>
15879
15880 * info.el (Info-goto-node): Add autoload.
15881 (Info-toc): Add substring-no-properties on Info file name.
15882 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15883 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15884
15885 2004-06-12 Kenichi Handa <handa@m17n.org>
15886
15887 * international/mule-cmds.el (set-language-environment):
15888 Load subst tables if necessary.
15889
15890 * international/mule.el (decode-char): Load subst tables if necessary.
15891 (encode-char): Likewise.
15892
15893 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15894 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15895 (utf-16le-decode-loop): Set r5 to -1 before loop.
15896 (utf-16be-decode-loop): Likewise.
15897 (ccl-decode-mule-utf-16le): Add EOF processing block.
15898 (ccl-decode-mule-utf-16be): Likewise.
15899 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15900 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15901 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15902 (ccl-mule-utf-16-encode-untrans): New CCL.
15903 (utf-16-decode-to-ucs): Handle pre-read character.
15904 (utf-16le-encode-loop): Handle surrogate pair.
15905 (utf-16be-encode-loop): Likewise.
15906 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15907 of utf-16le-encode-loop.
15908 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15909 of utf-16be-encode-loop.
15910 (mule-utf-16-post-read-conversion):
15911 Call utf-8-post-read-conversion at first.
15912 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15913 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15914 Add post-read-conversion and pre-write-conversion.
15915
15916 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15917 (utf-translate-cjk-unicode-range): New variable.
15918 (utf-translate-cjk-load-tables): New function.
15919 (utf-lookup-subst-table-for-decode): New function.
15920 (utf-lookup-subst-table-for-encode): New function.
15921 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15922 tables here. Update safe-charsets of utf-* coding systems.
15923 (ccl-mule-utf-untrans): New CCL.
15924 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15925 at end of each branch.
15926 (ccl-mule-utf-8-encode-untrans): New CCL.
15927 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15928 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15929 length of encoding. Don't return r0.
15930 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15931 (utf-8-post-read-conversion): Narrow to region properly.
15932 If utf-translate-cjk-mode is on, load tables if necessary.
15933 Call utf-8-compose with hash-table arg if necessary.
15934 Call XXX-compose-region instead of XXX-post-read-conversion.
15935 (utf-8-pre-write-conversion): New function.
15936 (mule-utf-8): Include CJK charsets in safe-charsets if
15937 utf-translate-cjk-mode is on. Add pre-write-conversion.
15938
15939 * international/characters.el: Temporarily set
15940 utf-translate-cjk-mode to nil.
15941
15942 * language/devan-util.el (devanagari-compose-region):
15943 Add autoload cookie.
15944
15945 * international/ccl.el (ccl-dump-call): Fix printing the
15946 subroutine name.
15947
15948 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15949
15950 * dired.el (dired-revert): If buffer is marked unmodified before
15951 reverting, keep it marked unmodified.
15952 Adapt to new conventions for commenting out code.
15953 (dired-make-relative): Adapt to new conventions for commenting out code.
15954
15955 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15956
15957 * eshell/esh-module.el (eshell-load-defgroups):
15958 Bind `vc-handled-backends' to nil when opening files.
15959
15960 2004-06-11 Juanma Barranquero <lektu@terra.es>
15961
15962 * files.el (parse-colon-path, cd): Doc fixes (refer to
15963 `path-separator', not colon).
15964
15965 2004-06-10 Juanma Barranquero <lektu@terra.es>
15966
15967 * newcomment.el (comment-search-forward)
15968 (comment-search-backward): Fix typos in docstring.
15969 (comment-region): Doc fix.
15970
15971 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15972
15973 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15974 switch is no longer stored in `dired-switches-alist'.
15975
15976 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15977 `dired-switches-alist'.
15978
15979 2004-06-10 Kim F. Storm <storm@cua.dk>
15980
15981 * pcvs.el (cvs-mode-diff-yesterday): New command.
15982
15983 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15984
15985 2004-06-10 Juri Linkov <juri@jurta.org>
15986
15987 * emacs-lisp/edebug.el (edebug-eval-defun):
15988 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15989 Fix docstring.
15990
15991 * simple.el (eval-expression-print-format): Don't print additional
15992 information on the first call to `eval-print-last-sexp'.
15993 (next-error-find-buffer): Fix punctuation.
15994 (killing) <defgroup>: Fix punctuation.
15995 (yank-excluded-properties): Change group from editing to killing.
15996
15997 * replace.el (perform-replace): Use `limit' to terminate the
15998 while-loop explicitly.
15999
16000 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16001
16002 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
16003 Use lc-*.xpm as prefix instead of *-locol.xpm.
16004
16005 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
16006 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
16007 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
16008 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
16009 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
16010 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
16011 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
16012 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
16013 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
16014 * toolbar/lc-up_arrow.xpm:
16015 Rename from *-locol.xpm.
16016
16017 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
16018
16019 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
16020 include forms like &<str>; as valid url patterns.
16021
16022 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
16023
16024 * dired.el (dired-diff, dired-backup-diff)
16025 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
16026 (dired-do-chown, dired-do-touch, dired-do-print)
16027 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
16028 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
16029 (dired-create-directory, dired-do-copy, dired-do-symlink)
16030 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
16031 (dired-do-copy-regexp, dired-do-hardlink-regexp)
16032 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
16033 (dired-maybe-insert-subdir, dired-next-subdir)
16034 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
16035 (dired-kill-subdir, dired-tree-up, dired-tree-down)
16036 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
16037 (dired-run-shell-command, dired-query): Remove redundant,
16038 or incorrect, autoloads.
16039
16040 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
16041 does not end in a slash. Add optional argument KILL-ROOT.
16042 Update docstring.
16043 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
16044 (dired-query): Add autoloads.
16045
16046 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
16047
16048 * progmodes/compile.el (compilation-set-window-height):
16049 Rearrange the save-* functions because a buffer can have several current
16050 point in different windows.
16051 (compilation-error-regexp-alist-alist): Recognize {standard input}
16052 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
16053
16054 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16055
16056 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
16057 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
16058 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
16059 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
16060 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
16061 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
16062 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
16063 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
16064 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
16065 * toolbar/up_arrow-locol.xpm:
16066 New versions of icons that uses fewer colors.
16067
16068 * toolbar/tool-bar.el (tool-bar-local-item)
16069 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16070 if display-color-cells is 256 or less.
16071
16072 2004-06-08 Kim F. Storm <storm@cua.dk>
16073
16074 * wid-edit.el (widget-specify-button): Use hand pointer rather
16075 than mouse-face as visible mouse-over effect.
16076
16077 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16078
16079 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16080 and `print-level' to nil when writing out `save-place-alist'.
16081 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16082
16083 2004-06-07 Juanma Barranquero <lektu@terra.es>
16084
16085 * completion.el (completion-kill-region): Doc fix.
16086
16087 * format.el (format-insert-annotations)
16088 (format-annotate-location): Doc fixes.
16089 (format-subtract-regions): Make arguments match their use in docstring.
16090
16091 * simple.el (kill-region): Doc fix.
16092
16093 * subr.el (insert-buffer-substring-no-properties)
16094 (insert-buffer-substring-as-yank): Doc fixes.
16095
16096 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16097
16098 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16099 Update docstring.
16100 (dired-reset-subdir-switches): New function.
16101
16102 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16103 Limit scope of `buffer-read-only' binding.
16104
16105 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16106
16107 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16108 eshell-explicit-command-char.
16109
16110 2004-06-06 Juanma Barranquero <lektu@terra.es>
16111
16112 * help-fns.el (help-argument-name): Inherit from italic face only
16113 if the frame supports it.
16114
16115 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16116
16117 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16118 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16119 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16120 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16121 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16122 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16123 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16124 New conversions from xpm files.
16125
16126 * toolbar/README: New file.
16127
16128 2004-06-06 Richard M. Stallman <rms@gnu.org>
16129
16130 * isearch.el (isearch-mode-map): Undo previous change.
16131
16132 2004-06-05 Juri Linkov <juri@jurta.org>
16133
16134 * bindings.el (debug-ignored-errors): Add regexps for history
16135 related messages. Remove $ from "No further undo information".
16136 Move Ediff's messages to ediff.el.
16137
16138 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16139
16140 * cus-edit.el (custom-display): Add `min-colors'.
16141
16142 * custom.el (defface): Add `supports' to docstring.
16143
16144 * help-fns.el (help-argument-name): Add :group 'help.
16145
16146 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16147
16148 * find-dired.el (find-ls-subdir-switches): New user option.
16149 (find-dired): No longer call `abbreviate-file-name' on DIR.
16150 Set `dired-subdir-switches' buffer-locally.
16151
16152 * locate.el: Merge the two `Commentary' sections.
16153 (locate-ls-subdir-switches): New user option.
16154 (locate): Update for other changes.
16155 (locate-mode-map): Restore Dired binding for mouse-2.
16156 Bind `locate-mouse-view-file' to M-mouse-2.
16157 Bind `l' to `locate-do-redisplay'.
16158 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16159 (locate-mouse-view-file, locate-tags, locate-find-directory):
16160 Print message if used outside main listing.
16161 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16162 Various changes to support inserted subdirectories.
16163 (locate-insert-header): Change header of *Locate* buffer.
16164
16165 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16166 Change interactive default switches.
16167 (dired-rename-subdir-2): Update `dired-switches-alist'.
16168 (dired-insert-subdir, dired-kill-subdir):
16169 Handle `dired-switches-alist'. Do not mark buffer modified.
16170 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16171 (dired-insert-subdir-doinsert): Omit messages.
16172 Handle `dired-subdir-switches'.
16173 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16174
16175 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16176 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16177 subdirs if -R switch is used for a subdir.
16178 (dired-mode): Set `dired-switches-alist'.
16179 (dired-build-subdir-alist): Only print number of directories in
16180 echo area when invoked interactively.
16181
16182 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16183
16184 * dired-x.el (dired-omit-mode): Rename from
16185 dired-omit-files-p. Use define-minor-mode to define it.
16186 (dired-omit-files-p): Add as alias for dired-omit-mode.
16187 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16188 dired-mark-omitted.
16189 (dired-mark-omitted): Add. Bind to M-O.
16190
16191 2004-06-05 Kenichi Handa <handa@m17n.org>
16192
16193 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16194
16195 2004-06-05 Juanma Barranquero <lektu@terra.es>
16196
16197 * help-fns.el (help-argument-name): Reintroduce face.
16198 (help-default-arg-highlight): Use it, now that
16199 `face-differs-from-default-p' can be trusted.
16200
16201 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16202
16203 * textmodes/table.el: Sentence commands added to Point Motion
16204 group; kill and backward-kill commands added to Extraction group.
16205
16206 2004-06-04 Mario Lang <mlang@delysid.org>
16207
16208 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16209 systems appear to use mW, make the code handle this. Fix a
16210 division-by-zero bug while at it, and handle kernels with
16211 a slightly different layout in /proc/acpi.
16212
16213 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16214
16215 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16216 because the latter is a CL-ism. This fixes the bug reported by
16217 Shawn Boyette <mdxi@collapsar.net> in
16218 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16219
16220 2004-06-04 Miles Bader <miles@gnu.org>
16221
16222 * faces.el (display-supports-face-attributes-p): Function moved to
16223 C code. Previously only the tty-related portion of this function
16224 was done in C; however the previous attempt to do a halfway-proper
16225 job for non-tty displays in lisp didn't work properly because of
16226 funny conditions during Emacs startup.
16227 (face-differs-from-default-p): Simplify, now that
16228 display-supports-face-attributes-p works properly on all display
16229 types. Remove :stipple from comparison; it doesn't really work
16230 in emacs anyway.
16231
16232 2004-06-04 Miles Bader <miles@gnu.org>
16233
16234 * faces.el (face-differs-from-default-p): Use a different
16235 implementation, so we can really check whether FACE displays
16236 differently or not.
16237
16238 2004-06-04 Miles Bader <miles@gnu.org>
16239
16240 * faces.el (display-supports-face-attributes-p): Implement a
16241 `different from default' check for non-tty displays.
16242
16243 2004-06-03 David Kastrup <dak@gnu.org>
16244
16245 * woman.el (woman-mapcan): More concise code.
16246 (woman-topic-all-completions, woman-topic-all-completions-1)
16247 (woman-topic-all-completions-merge): Replace by a simpler and
16248 much faster implementation based on O(n log n) sort/merge instead
16249 of the old O(n^2) behavior.
16250
16251 2004-06-03 Miles Bader <miles@gnu.org>
16252
16253 * subr.el (read-number): Use canonical format for default in prompt.
16254
16255 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16256 Add regexp for " [...]" style defaults.
16257
16258 2004-06-02 Romain Francoise <romain@orebokech.com>
16259
16260 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16261 groups: if the user asks for a hidden buffer, open the
16262 corresponding filter group to expose it.
16263
16264 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16265 `ibuffer-jump-to-buffer'.
16266 (ibuffer-jump-offer-only-visible-buffers): New user option.
16267
16268 2004-06-02 Juanma Barranquero <lektu@terra.es>
16269
16270 * faces.el (frame-update-faces): Add empty docstring so the one
16271 for `ignore' doesn't show through.
16272
16273 * subr.el (process-kill-without-query): Remove spurious "\n" on
16274 obsolescence string.
16275 (focus-frame, unfocus-frame): Add obsolescence declaration and
16276 empty docstring.
16277
16278 * international/mule.el (register-char-codings): Make alias for
16279 `ignore'. Move docstring to obsolescence info and remove redundancy.
16280
16281 2004-06-02 Kim F. Storm <storm@cua.dk>
16282
16283 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16284 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16285
16286 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * comint.el (comint-replace-by-expanded-history-before-point):
16289 Obey `start' as the docstring says.
16290 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16291 (comint-update-fence): Prevent font-lock from running unnecessarily.
16292 (comint-dynamic-list-completions): Use with-current-buffer.
16293
16294 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16295
16296 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16297 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16298 (bibtex-entry-update): Handle alternatives and optional fields.
16299 (bibtex-parse-entry): Bugfix, handle empty key.
16300
16301 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16304
16305 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16306
16307 * desktop.el (desktop-save): Don't save minor modes without a
16308 known mode initialization function.
16309
16310 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16311
16312 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16313
16314 * autorevert.el: Update `Commentary' section.
16315
16316 2004-05-30 Juanma Barranquero <lektu@terra.es>
16317
16318 * dos-fns.el (convert-standard-filename):
16319 * files.el (convert-standard-filename):
16320 * w32-fns.el (convert-standard-filename):
16321 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16322
16323 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16324
16325 Sync with Tramp.
16326
16327 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16328 (tramp-let-maybe): Move to an earlier spot in the file.
16329 Patch by Andreas Schwab.
16330
16331 2004-05-30 Andreas Schwab <schwab@suse.de>
16332
16333 * dired.el (dired-get-filename): Don't use dired-re-dot.
16334
16335 2004-05-30 Richard M. Stallman <rms@gnu.org>
16336
16337 * files.el (find-file): Doc fix.
16338
16339 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16340
16341 2004-05-30 Nick Roberts <nickrob@gnu.org>
16342
16343 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16344 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16345 modeline of the locals buffer.
16346 (gdb-goto-breakpoint): Handle gdbmi.
16347 (gdb-get-frame-number): Change for gdbmi.
16348
16349 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16350
16351 * files.el (file-remote-p): Apply file name handler for operation
16352 `file-remote-p'. It isn't a property any longer.
16353 (file-relative-name): `fh' and `fd' get the required value via
16354 `find-file-name-handler' already.
16355
16356 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16357 (top): Remove setting of `file-remote-p' property for
16358 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16359
16360 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16361
16362 Version 2.0.41 of Tramp released.
16363
16364 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16365 Throw away if process has died.
16366 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16367 (tramp-out-of-band-prompt-regexp): Rename to
16368 `tramp-process-alive-regexp', because its usage is widen.
16369 (tramp-actions-copy-out-of-band): Apply it.
16370 (tramp-actions-before-shell, tramp-multi-actions):
16371 Add `tramp-action-process-alive' action.
16372 (tramp-action-process-alive): New defun.
16373 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16374 Add entry for `file-remote-p'.
16375 (tramp-handle-file-remote-p): New defun.
16376 (top): Remove setting of `file-remote-p'. Don't set
16377 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16378
16379 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16380 `file-remote-p'.
16381
16382 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16383 counted for (last) line. [They should or they shouldn't? --Stef]
16384 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16385
16386 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16387
16388 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16389 not really necessary but seems to keep the shell history smaller
16390 in some cases. It is no substitute for setting HISTFILE and
16391 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16392 though. Suggested by Luc Teirlinck.
16393 (tramp-open-connection-setup-interactive-shell): Export variables
16394 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16395 (tramp-set-process-query-on-exit-flag): New compat function.
16396 (tramp-open-connection-multi, tramp-open-connection-su)
16397 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16398 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16399 (tramp-let-maybe): New macro, let-binds a variable only if it
16400 isn't obsolete.
16401 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16402 (tramp-handle-file-truename): Use it.
16403 (tramp-completion-file-name-regexp-unified): Avoid matching
16404 filenames starting with "/:" -- those are reserved for
16405 file-name-non-special.
16406
16407 * tramp-smb.el (tramp-smb-open-connection):
16408 Use tramp-set-process-query-on-exit-flag compat function.
16409
16410 2004-05-29 Richard M. Stallman <rms@gnu.org>
16411
16412 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16413
16414 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16415 (eval-last-sexp-print-value): Print char equivalent regardless
16416 of standard-output value.
16417
16418 * thumbs.el (thumbs-subst-char-in-string): Delete.
16419 (thumbs-thumbname): Use subst-char-in-string.
16420 (thumbs-resize-image): Use condition-case, not ignore-errors.
16421 (thumbs-kill-buffer): Likewise.
16422
16423 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16424 (thumbs-mode): Make buffer read-only.
16425 (thumbs-make-thumb): Unconditionally accept an existing file.
16426 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16427 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16428 (thumbs-show-thumbs-list): Error if images not supported.
16429 (thumbs-save-current-image): Improve prompt string.
16430 (thumbs-mode-map): Define u, R, x.
16431 (thumbs-unmark): New command.
16432 (thumbs-emboss-image): Minor cleanup.
16433 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16434 (thumbs-rename-images): New command.
16435 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16436
16437 * thumbs.el (thumbs-current-image): New function.
16438 (thumbs-file-list, thumbs-file-alist): New functions.
16439 (thumbs-find-image): Delete arg L.
16440 Don't set up thumbs-fileL as buffer-local global var.
16441 (thumbs-find-image-at-point): Use thumbs-current-image.
16442 (thumbs-set-image-at-point-to-root-window): Likewise.
16443 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16444 Record and warn about errors. Update thumbs-markedL for deletions.
16445 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16446 (thumbs-redraw-buffer): Use thumbs-file-list.
16447 (thumbs-mark): Use thumbs-current-image.
16448 (thumbs-show-name): Use thumbs-current-image.
16449
16450 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16451 and imenu--last-menubar-index-alist.
16452
16453 * subr.el (with-selected-window): Undo previous change.
16454
16455 2004-05-29 John Paul Wallington <jpw@gnu.org>
16456
16457 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16458 (thumbs-mouse-find-image): New command.
16459 (thumbs-mode-map): Bind it to mouse-2.
16460 (thumbs-mode): Make mode-class special.
16461 (thumbs-view-image-mode): Likewise.
16462
16463 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16464
16465 * flymake.el: New file.
16466
16467 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16468
16469 * files.el (find-file-noselect-1): Do not bind
16470 `inhibit-read-only' to t during execution of
16471 `find-file-not-found-functions'.
16472
16473 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16474
16475 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16476 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16477
16478 2004-05-28 Juri Linkov <juri@jurta.org>
16479
16480 * simple.el (eval-expression-print-format): New fun.
16481
16482 * simple.el (eval-expression):
16483 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16484 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16485 (edebug-eval-expression): Print additionally the value returned by
16486 `eval-expression-print-format'.
16487
16488 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16489 (insert-pair): Make arguments optional. Find character pair
16490 from `insert-pair-alist' according to the last input event.
16491 (insert-parentheses): Make arguments optional.
16492 (raise-sexp, delete-pair): New funs.
16493
16494 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16495 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16496 Bind C-M-q to `indent-pp-sexp'.
16497
16498 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16499 `pp-to-string' modified to be able to format text with newlines.
16500 (pp-to-string): Move the buffer-formatting part of the code to
16501 `pp-buffer'. Call `pp-buffer'.
16502
16503 * info.el (Info-desktop-buffer-misc-data): Don't save information
16504 about virtual files.
16505 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16506 buffers with names obtained from the desktop file instead of the
16507 default *info* buffer.
16508
16509 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16510
16511 * subr.el (with-selected-window): Only save/restore the selected window.
16512
16513 * progmodes/compile.el (compilation-error-regexp-alist):
16514 Use expand-file-name and data-directory.
16515
16516 * progmodes/grep.el (grep-tree): Rework previous fix.
16517
16518 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16519 after the user marked text with the mouse.
16520
16521 * startup.el (command-line): Keep the first regexp of
16522 auto-save-file-name-transforms intact.
16523
16524 2004-05-28 Juanma Barranquero <lektu@terra.es>
16525
16526 * cus-edit.el (customize-face, customize-face-other-window)
16527 (custom-face-edit-delete): Make arguments match their use in
16528 docstring.
16529 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16530 docstring.
16531
16532 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16533 not `cvs-butlast'.
16534
16535 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16536 `nbutlast' are in subr.el).
16537
16538 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16539 (set-w32-system-coding-system): Doc fixes.
16540
16541 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16542 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16543 Make arguments match their use in docstring.
16544 (artist-draw-region-trim-line-endings)
16545 (artist-mouse-choose-operation): Fix typo in docstring.
16546 (artist-key-set-point-common): Doc fix.
16547
16548 2004-05-28 Simon Josefsson <jas@extundo.com>
16549
16550 * mail/smtpmail.el (smtpmail-open-stream):
16551 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16552
16553 2004-05-26 Simon Josefsson <jas@extundo.com>
16554
16555 * starttls.el: Merge with my GNUTLS based starttls.el.
16556 (starttls-gnutls-program, starttls-use-gnutls)
16557 (starttls-extra-arguments, starttls-process-connection-type)
16558 (starttls-connect, starttls-failure, starttls-success): New variables.
16559 (starttls-program, starttls-extra-args): Doc fix.
16560 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16561 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16562 and pass on to corresponding *-gnutls function if it is set.
16563
16564 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16565
16566 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16567 remote files.
16568
16569 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16570
16571 * files.el (file-name-non-special): There are more operations
16572 which need handling: `find-backup-file-name',
16573 `insert-file-contents', `verify-visited-file-modtime',
16574 `write-region'. Rename t value of method to `add'. Add new
16575 methods `quote' and `unquote-then-quote' to file-arg-indices.
16576
16577 2004-05-25 Juri Linkov <juri@jurta.org>
16578
16579 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16580 (Info-index-nodes): Enclose code in condition-case to catch errors.
16581 (Info-index-node): Don't search all index nodes if request is only
16582 for the current node and file is not in the cache of index nodes.
16583 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16584 for consistency with dired-copy-filename-as-kill.
16585 Bind `S' to Info-search-case-sensitively.
16586 (Info-copy-current-node-name): New arg. With zero prefix arg put
16587 the name inside a function call to `info'. Display copied text in
16588 the echo area.
16589
16590 2004-05-25 Sam Steingold <sds@gnu.org>
16591
16592 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16593 strip the package prefix from the symbol name, if any.
16594 Make it the `find-tag-default-function' for `lisp-mode'.
16595
16596 2004-05-25 John Paul Wallington <jpw@gnu.org>
16597
16598 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16599 instead of obsolete `process-kill-without-query'.
16600
16601 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16602 Declare as variable, not constant.
16603
16604 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16605
16606 * files.el (find-file-noselect-1): Fix bug introduced by
16607 Revision 1.694. As a side effect, `inhibit-read-only'
16608 is again, by default, t during execution of
16609 `find-file-not-found-functions'.
16610 (insert-directory): Check that lines were really inserted by
16611 the --dired switch, before erasing them.
16612
16613 2004-05-24 Nick Roberts <nickrob@gnu.org>
16614
16615 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16616 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16617 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16618 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16619 gud-minor-mode (gdbmi).
16620
16621 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16622
16623 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16624 explicitly select the text to be taken as URL.
16625
16626 2004-05-23 Juri Linkov <juri@jurta.org>
16627
16628 * info.el (Info-index-nodes): New var and fun.
16629 (Info-goto-index, Info-index, info-apropos)
16630 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16631 (Info-index): Fix docstring. Store and restore Info-history-list.
16632 (Info-complete-nodes): New var.
16633 (Info-complete-menu-item): Use it.
16634 (Info-index-node): New fun.
16635 (Info-final-node, Info-forward-node, Info-backward-node)
16636 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16637 Use Info-index-node.
16638 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16639 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16640 (Info-find-node-2): If a node with period in its name not found,
16641 try to find a node without the name part after period.
16642 (Info-select-node): Call Info-fontify-node only if
16643 Info-fontify-maximum-menu-size is not nil.
16644 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16645 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16646 Preserve Info-history-list.
16647 (Info-toc): Set Info-current-file.
16648 (Info-build-toc): Move point to the beginning of the buffer.
16649 Add main-file variable.
16650 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16651 Use backslashed representation of the control character ^_.
16652
16653 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16654 numbers in the new Texinfo 4.7 format.
16655
16656 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16657 regexps for function and variable names.
16658
16659 * descr-text.el (describe-property-list): Add [show] button for
16660 `syntax-table' property with action to pp to a separate buffer.
16661 (describe-char): Replace search-forward by re-search-forward with
16662 whitespace regexp after "character:" to not fail in too narrow windows.
16663
16664 * simple.el (next-error-find-buffer): Add a rule to return
16665 next-error capable buffer if one window on the selected frame
16666 displays such buffer.
16667
16668 2004-05-23 Nick Roberts <nickrob@gnu.org>
16669
16670 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16671 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16672 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16673 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16674 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16675 Handle new value for gud-minor-mode (gdbmi).
16676 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16677 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16678 Change from local to global gdb variable set.
16679 (gdb-ann3): Initialize above gdb variable set.
16680 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16681 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16682 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16683 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16684 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16685 (gdb-info-locals-handler, gdb-invalidate-assembler)
16686 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16687 set as global variables.
16688 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16689 Handle gdbmi.
16690 (gdb-info-breakpoints-custom): Fix regexp.
16691 (def-gdb-var): Delete.
16692
16693 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16694 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16695 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16696 a new mode. The file (gdb-mi.el) for this mode will be included
16697 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16698 primary interface.
16699
16700 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16701
16702 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16703 interpreted as a directory.
16704
16705 2004-05-22 Richard M. Stallman <rms@gnu.org>
16706
16707 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16708 as a close quote.
16709
16710 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16711
16712 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16713 Use assoc-string, not assoc-ignore-case.
16714
16715 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16716
16717 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16718 If moving back then fwd gets a defun that ends before point,
16719 try again moving fwd then back.
16720
16721 * files.el (file-name-non-special): Allow t in file-arg-indices
16722 to mean requote the return value. Use `identity' as an element
16723 rather than as the whole value.
16724
16725 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16726
16727 2004-05-22 Juanma Barranquero <lektu@terra.es>
16728
16729 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16730 `help-make-usage'.
16731 (help-highlight-arguments): Skip function name before searching
16732 for arguments.
16733
16734 2004-05-21 Juanma Barranquero <lektu@terra.es>
16735
16736 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16737 Don't mention in the docstring these arguments meant for
16738 internal (recursive) use only.
16739 (allout-char-spec): Comment out (it's not implemented).
16740 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16741 obsolescence declaration.
16742 (allout-flatten-exposed-to-buffer)
16743 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16744 (my-mark-marker): Doc fix.
16745 (produce-allout-mode-map, allout-sibling-index)
16746 (allout-isearch-expose, allout-distinctive-bullet)
16747 (allout-open-topic, allout-reindent-body)
16748 (allout-rebullet-heading, allout-process-exposed)
16749 (allout-insert-listified, allout-latex-verb-quote)
16750 (allout-insert-latex-header, allout-insert-latex-trailer):
16751 Make arguments match their use in docstring.
16752 (allout-primary-bullet, allout-old-style-prefixes)
16753 (allout-inhibit-protection, allout-init, allout-mode)
16754 (allout-before-change-protect, allout-flag-region):
16755 Use "Emacs" instead of "emacs" in docstrings.
16756
16757 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16758
16759 * international/characters.el: Modify syntax of more characters.
16760
16761 2004-05-21 Masatake YAMATO <jet@gyve.org>
16762
16763 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16764 (etags-tags-completion-table): Show parsing progress.
16765
16766 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16767
16768 * locate.el (locate-prompt-for-command): Shorten first line of
16769 docstring.
16770 (locate-mode): Expand docstring and include keymap summary.
16771
16772 * files.el (find-file-noselect-1): Limit the scope of the
16773 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16774 is, by default, nil during the execution of
16775 `find-file-not-found-functions' and `find-file-hook'.
16776
16777 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16778
16779 * facemenu.el (facemenu-color-name-equal): New function.
16780 (list-colors-display): Use it to compare colors instead of
16781 facemenu-color-equal.
16782
16783 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16784
16785 * compare-w.el (compare-windows-face): Use min-colors instead of
16786 checking for tty or pc types.
16787
16788 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16791 (completion-setup-function): Use with-current-buffer.
16792 Properly save excursion. Simplify.
16793 Don't assume there is necessarily a `mouse-face' property somewhere.
16794
16795 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16796
16797 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16798
16799 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16800 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16801 Use with-current-buffer.
16802 (byte-goto-log-buffer): Delete.
16803 (byte-compile-log-file): Call compilation-forget-errors.
16804
16805 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16806
16807 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16808 output messages into the search result.
16809
16810 2004-05-19 Masatake YAMATO <jet@gyve.org>
16811
16812 * wid-edit.el (widget-radio-button-notify): Revert my last
16813 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16814
16815 2004-05-19 Kenichi Handa <handa@m17n.org>
16816
16817 * international/characters.el: Fix syntax (open/close) of CJK chars.
16818
16819 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16820
16821 * help-mode.el (help-go-back): Don't depend on position of back button.
16822
16823 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16824
16825 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16826 files don't contain an accidental additional /.
16827
16828 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16829 in source buffer.
16830
16831 2004-05-18 Masatake YAMATO <jet@gyve.org>
16832
16833 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16834 to widget-apply. :action method assumes 2 arguments, not 3.
16835
16836 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16837
16838 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16839 New constants.
16840 (hs-special-modes-alist): Add an f90-mode entry.
16841
16842 2004-05-17 Sam Steingold <sds@gnu.org>
16843
16844 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16845 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16846
16847 2004-05-16 Kim F. Storm <storm@cua.dk>
16848
16849 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16850
16851 2004-05-15 John Wiegley <johnw@newartisans.com>
16852
16853 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16854 (eshell-output-object-to-target): Improve output speed 20% by not
16855 calling `eshell-stringify' if something is already known to be a string.
16856
16857 2004-05-15 Alex Ott <ott@jet.msk.su>
16858
16859 * textmodes/ispell.el (ispell-local-dictionary-alist):
16860 Add windows-1251 to the choice of coding systems.
16861 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16862 encoded in cp1251.
16863
16864 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16865
16866 * progmodes/compile.el (compilation-warning-face)
16867 (compilation-info-face): Use min-colors.
16868
16869 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16870
16871 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16872 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16873 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16874 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16875 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16876 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16877 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16878 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16879 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16880 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16881 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16882 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16883 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16884 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16885
16886 2004-05-15 Kim F. Storm <storm@cua.dk>
16887
16888 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16889 Use it to set triggered-p element of timer.
16890 (timer-event-handler): Set triggered-p element non-nil while running
16891 the timer function.
16892
16893 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * descr-text.el (describe-char-unicode-data)
16896 (describe-char-unicodedata-file): Re-enable the unicode code now that
16897 the licensing issues have been cleared in the unicode-4 license.
16898 (describe-text-properties-1): Remove unused `overlay' var.
16899 (describe-char): Remove unused var `buffer'.
16900
16901 2004-05-14 David Ponce <david@dponce.com>
16902
16903 * tree-widget.el: New file.
16904
16905 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16906
16907 * language/european.el ("Brazilian Portuguese"): Add support for
16908 Brazilian Portuguese.
16909
16910 2004-05-13 John Wiegley <johnw@newartisans.com>
16911
16912 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16913 `recentf-mode' if this variable has been customized to t.
16914
16915 * eshell/esh-test.el (eshell-test): Call the function
16916 `emacs-version' rather than trying to build a custom version string.
16917
16918 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * net/telnet.el (telnet-mode): Use define-derived-mode.
16921 Don't modify the global value of comint-prompt-regexp.
16922
16923 2004-05-13 John Paul Wallington <jpw@gnu.org>
16924
16925 * version.el (emacs-version): Check for `gtk' feature before
16926 `x-toolkit' feature.
16927
16928 2004-05-13 Juanma Barranquero <lektu@terra.es>
16929
16930 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16931 arguments in the docstring, they're used only in recursive calls.
16932
16933 * help-fns.el (help-arg-highlighting-function)
16934 (help-argument-name): Delete.
16935 (help-default-arg-highlight): New function.
16936 (help-do-arg-highlighting): Use it.
16937
16938 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16939
16940 * calendar/appt.el (appt-disp-window):
16941 Use `calendar-set-mode-line' for a centered mode-line.
16942
16943 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16944
16945 * calendar/appt.el (appt-disp-window): Do not split window
16946 excessively when `split-height-threshold' is low.
16947
16948 2004-05-12 Nick Roberts <nickrob@gnu.org>
16949
16950 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16951 kill-buffer-hook here and make it local.
16952 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16953
16954 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16955
16956 * progmodes/compile.el (compilation-set-window-height):
16957 Use save-excursion to protect against misplaced marker.
16958
16959 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16960
16961 * custom.el (defface): Document that type can have value gtk.
16962
16963 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16964
16965 2004-05-12 Kenichi Handa <handa@m17n.org>
16966
16967 * descr-text.el: Require quail at compile time.
16968 (describe-char): If an input method is on and it supports the
16969 character, show how to input it.
16970
16971 * international/quail.el (quail-install-decode-map): Accept a
16972 char-table whose subtype is `quail-decode-map'.
16973 (quail-store-decode-map-key, quail-gen-decode-map1)
16974 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16975 (quail-show-key): New functions.
16976
16977 2004-05-12 Juanma Barranquero <lektu@terra.es>
16978
16979 * generic.el (define-generic-mode): Remove redundant arglist info.
16980
16981 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16982 Make arguments match their use in docstring.
16983 (help-arg-highlighting-function): New variable.
16984 (help-argument-name): Mention it in the docstring.
16985 (help-do-arg-highlight): Use it. Expand regexp to accept also
16986 ARG-xxx and xxx-ARG references.
16987
16988 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16989
16990 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16991 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16992 and "mailto:addr1?to=addr2" equal.
16993
16994 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16995
16996 * man.el (Man-getpage-in-background): Use shell-file-name
16997 and shell-command-switch variables instead of hard-coded values.
16998
16999 2004-05-11 Eli Zaretskii <eliz@gnu.org>
17000
17001 * iimage.el: New file.
17002
17003 2004-05-11 Juanma Barranquero <lektu@terra.es>
17004
17005 * custom.el (custom-initialize-default, defcustom):
17006 Fix typo in docstring.
17007
17008 * files.el (set-visited-file-name, file-expand-wildcards):
17009 Fix docstring.
17010
17011 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17012
17013 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
17014
17015 * subr.el (eventp): Be more discriminating with integers.
17016
17017 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
17018
17019 * progmodes/compile.el (compile): Add universal prefix arg.
17020 (compilation-error-regexp-alist-alist): Add edg patterns.
17021
17022 2004-05-10 Sam Steingold <sds@gnu.org>
17023
17024 * textmodes/ispell.el (ispell-message):
17025 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
17026
17027 2004-05-10 Dave Love <fx@gnu.org>
17028
17029 * progmodes/python.el (help-buffer): Autoload when compiling.
17030 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
17031 (run-python): Prepend to any existing PYTHONPATH.
17032
17033 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
17034
17035 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
17036 for pending breakpoints.
17037
17038 2004-05-10 Richard M. Stallman <rms@gnu.org>
17039
17040 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
17041 directly without calling any functions in Rmail.
17042 (unrmail-unprune): Function deleted.
17043
17044 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
17047 C-c C-z binding.
17048
17049 2004-05-10 Kenichi Handa <handa@m17n.org>
17050
17051 * descr-text.el (describe-char): Fix previous change. Don't make
17052 a unibyte character to multibyte in the *Help* buffer.
17053
17054 2004-05-10 Miles Bader <miles@gnu.org>
17055
17056 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
17057 buffer an error if the debugger process is actually running.
17058
17059 2004-05-10 Juanma Barranquero <lektu@terra.es>
17060
17061 * help-fns.el (help-argument-name): Default to italic.
17062 (help-highlight-arguments): Return always (usage . doc), even when
17063 usage is nil.
17064
17065 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
17066 (define-ibuffer-filter): Add usage info.
17067 (define-ibuffer-op): Add usage info (but CL-style defaults for
17068 keyword args are not shown).
17069
17070 * subr.el (remove-overlays, read-passwd): Fix docstring.
17071 (start-process-shell-command): Fix docstring. Put usage info in a
17072 format usable by `describe-function'.
17073 (open-network-stream, open-network-stream-nowait)
17074 (open-network-stream-server): Fix docstring.
17075
17076 2004-05-09 Jason Rumney <jasonr@gnu.org>
17077
17078 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17079 Only define cp125* if windows-125* is already defined.
17080
17081 * language/korean.el (cp949): Add alias.
17082
17083 * language/chinese.el (cp936, cp950): Add aliases.
17084
17085 * language/japanese.el (cp932): Add alias.
17086
17087 * term/w32-win.el: Require code-pages.
17088
17089 * international/mule-cmds.el (set-locale-environment):
17090 On MS-Windows use ansi code-page for default coding-systems.
17091 Set up paper sizes for Windows 3 letter languages.
17092
17093 * international/code-pages.el (cp932, cp936, cp949, cp950):
17094 Add aliases. Also add cp125* if not already defined.
17095
17096 2004-05-09 Juanma Barranquero <lektu@terra.es>
17097
17098 * help-fns.el (help-highlight-arguments): Don't try to highlight
17099 missing or autoloaded arglists. Accept structured arguments, like
17100 the first ones of `do' and `flet'.
17101
17102 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17103 (cvs-get-marked): Remove redundant arglist info.
17104
17105 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17106 Don't use CL-style default args.
17107
17108 2004-05-08 Andreas Schwab <schwab@suse.de>
17109
17110 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17111
17112 * international/subst-ksc.el: Fix references to utf-translate-cjk
17113 into utf-translate-cjk-mode.
17114 * international/subst-big5.el: Likewise.
17115 * international/subst-gb2312.el: Likewise.
17116 * international/subst-jis.el: Likewise.
17117 * international/utf-16.el: Likewise.
17118 * international/utf-8.el: Likewise.
17119
17120 2004-05-08 John Wiegley <johnw@newartisans.com>
17121
17122 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17123 "virtual buffers" (off by default), which makes it possible to
17124 switch to the "virtual" buffers of recently visited files. When a
17125 buffer name search fails, and this option is on, iswitchb will
17126 look at the list of recently visited files, and permit matching
17127 against those names. When the user hits RET on a match, it will
17128 revisit that file.
17129 (iswitchb-read-buffer): Add two optional arguments, which makes
17130 isearchb.el possible.
17131 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17132 (iswitchb-next-match): Add support for virtual buffers.
17133
17134 * isearchb.el: This module extends iswitchb to provide "as you
17135 type" buffer selection.
17136
17137 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17138 Ignore the read-only property when flyspell highlighting is on.
17139 Not ignoring it leads to a series of confusing errors.
17140 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17141 but also make sure to call flyspell-incorrect-hook.
17142 (flyspell-maybe-correct-transposition): Perform transposition test
17143 by bit twiddling a string, rather than using a temp buffer.
17144 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17145 buffer. This is also the original version of the code, which
17146 could not be checked in before due to a previous lack of
17147 assignment papers. This version has seen heavy usage on my system
17148 for several years now.
17149
17150 * calendar/cal-bahai.el: New file, which adds support for the
17151 Baha'i calendar to Emacs. This calendar is based on a solar year
17152 of 19 months of 19 days, with 4 intercalary days. Each year
17153 begins on March 21, with the calendar starting in 1844.
17154
17155 * calendar/cal-menu.el, calendar/calendar.el
17156 * calendar/diary-lib.el, calendar/holidays.el:
17157 Added support for using cal-bahai.el.
17158
17159 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17160 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17161 function can be used outside of eshell buffers.
17162 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17163
17164 2004-05-08 Juanma Barranquero <lektu@terra.es>
17165
17166 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17167 word constituent so FOO-ARG is not recognized as an arg.
17168 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17169
17170 * simple.el (next-error): Fix typo in docstring.
17171 (open-line): Make argument names match their use in docstring.
17172 (split-line): Fix docstring.
17173
17174 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17175 usable by `describe-function'.
17176 (gensym, gentemp, typep, ignore-errors): Make argument names match
17177 their use in docstring.
17178
17179 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17180 argument to `help-setup-xref'.
17181
17182 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17183
17184 Version 2.0.40 of Tramp released.
17185
17186 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17187 Use symbol-function to invoke functions only known on some Emacs
17188 flavors. This avoids byte-compiler warnings. Reported by Kevin
17189 Scaldeferri <kevin@scaldeferri.com>.
17190 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17191 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17192 consistent with the other tramp-do-* functions.
17193 (tramp-do-copy-or-rename-file): Calls adjusted.
17194 (tramp-process-initial-commands): Avoid liveness check on shell --
17195 we know that it must be alive since we're opening a connection at
17196 this moment.
17197 (tramp-last-cmd): New internal variable.
17198 (tramp-process-echoes): New tunable.
17199 (tramp-send-command): Set tramp-last-cmd.
17200 (tramp-wait-for-output): Delete echo, if applicable.
17201 (tramp-read-passwd): Construct the key for the password cache in a
17202 way that works for multi methods, too.
17203 (tramp-bug): Add backup-directory-alist and
17204 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17205
17206 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17207
17208 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17209
17210 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17211 (tramp-actions-copy-out-of-band): New defcustoms.
17212 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17213 used instead of a synchronous one. Allows password entering.
17214 (tramp-action-out-of-band): New defun.
17215 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17216 Remove restriction with password from doc string.
17217 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17218 `tramp-out-of-band-prompt-regexp',
17219 `tramp-actions-copy-out-of-band', `password-cache' and
17220 `password-cache-expiry'.
17221 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17222 password caching.
17223 (tramp-touch): FILE can be a local file, too.
17224 (TODO): Remove items done.
17225 (tramp-handle-insert-directory): Properly quote file name also if
17226 not full-directory-p. Handle wildcard case. Reported by Andreas
17227 Schwab <schwab@suse.de>.
17228 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17229 new file.
17230 (tramp-handle-file-local-copy, tramp-handle-write-region):
17231 The permissions of the temporary file are set if filename exists.
17232 Reported by Ted Stern <stern@cray.com>.
17233 (tramp-backup-directory-alist)
17234 (tramp-bkup-backup-directory-info): New defcustoms.
17235 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17236 (tramp-handle-find-backup-file-name): New function.
17237 Implements Tramp's find-backup-file-name.
17238
17239 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17240 for `find-backup-file-name'.
17241
17242 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17243 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17244
17245 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17246
17247 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17248
17249 2004-05-07 Juanma Barranquero <lektu@terra.es>
17250
17251 * subr.el (lambda): Add arglist description to docstring.
17252 (declare): Fix typo in docstring.
17253 (open-network-stream): Fix docstring.
17254 (process-kill-without-query): Fix docstring and add obsolescence info.
17255 (last, butlast, nbutlast): Make arguments match their use in docstring.
17256 (insert-buffer-substring-no-properties): Likewise.
17257 (insert-buffer-substring-as-yank): Likewise.
17258 (split-string): Fix docstring.
17259
17260 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17261 Make argument names match their use in docstring.
17262
17263 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17264
17265 2004-05-06 Nick Roberts <nickrob@gnu.org>
17266
17267 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17268 Fit first sentence on one line for apropos-command.
17269
17270 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17271
17272 Changes largely merged in from Dave Love's code.
17273 * progmodes/python.el: Doc fixes.
17274 (python-mode-map): Add python-complete-symbol.
17275 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17276 (python-comment-indent, python-complete-symbol)
17277 (python-symbol-completions, python-partial-symbol)
17278 (python-try-complete): New.
17279 (python-indent-line): Remove optional arg. Use python-block-end-p.
17280 (python-check): Bind compilation-error-regexp-alist.
17281 (inferior-python-mode): Use rx. Move keybindings to top level.
17282 Set comint-input-filter.
17283 (python-preoutput-filter): Use rx.
17284 (python-input-filter): Re-introduce.
17285 (python-proc): Start new process if necessary.
17286 Check python-buffer non-nil.
17287 (view-return-to-alist): Defvar.
17288 (python-send-receive): New.
17289 (python-eldoc-function): Use it.
17290 (python-mode-running): Don't defvar.
17291 (python-mode): Set comment-indent-function.
17292 Maybe update hippie-expand-try-functions-list.
17293 (python-indentation-levels): Initialize differently.
17294 (python-block-end-p): New.
17295 (python-indent-line): Use it.
17296 (python-compilation-regexp-alist): Augment.
17297 (run-python): Import `emacs' module to Python rather than loading
17298 code directly. Set python-buffer differently.
17299 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17300 Use python-proc.
17301 (python-send-command): Go to end of comint buffer.
17302 (python-load-file): Use python-proc, emacs.eimport.
17303 (python-describe-symbol): Simplify interactive form.
17304 Use emacs.help. Do use temp-buffer-show-hook.
17305 Call print-help-return-message.
17306 (hippie-exp): Require when compiling.
17307 (python-preoutput-continuation): Use rx.
17308
17309 * diff-mode.el (diff-make-unified): Fix regexp.
17310
17311 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17312
17313 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17314 filter groups from the buffer when rebuilding the Ibuffer buffer
17315 and `ibuffer-show-empty-filter-groups' is nil.
17316
17317 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17318
17319 * ps-print.el (ps-print-quote): Call ps-value-string.
17320 (ps-setup): Call ps-comment-string.
17321 (ps-value-string, ps-comment-string): New funs.
17322
17323 2004-05-06 Juanma Barranquero <lektu@terra.es>
17324
17325 * ehelp.el (electric-help-command-loop): Check whether the last
17326 character is visible, not (point-max).
17327
17328 * help-fns.el (help-argument-name): Default to bold; don't inherit
17329 from font-lock-variable-name-face.
17330 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17331
17332 2004-05-05 Kenichi Handa <handa@m17n.org>
17333
17334 * descr-text.el (describe-char): Copy the character with text
17335 properties and overlays into the first line, and call
17336 describe-text-properties on it.
17337
17338 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17339
17340 * iswitchb.el (iswitchb-global-map): Fix typo.
17341 Remove unwanted ###autoloads from source file.
17342
17343 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17344
17345 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17346 in run-hooks. Use substitute-command-keys in message.
17347 (wdired-abort-changes): Add message.
17348
17349 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17350
17351 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17352 (sql-emacs20-p): Remove.
17353 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17354 (sql-builtin-face, sql-doc-face): Remove.
17355 (sql-mode-ansi-font-lock-keywords)
17356 (sql-mode-oracle-font-lock-keywords)
17357 (sql-mode-postgres-font-lock-keywords)
17358 (sql-mode-linter-font-lock-keywords)
17359 (sql-mode-ms-font-lock-keywords)
17360 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17361 (sql-product-font-lock): Fix font-lock reset when font rules change.
17362 (sql-highlight-product): Remove incorrect font-lock reset logic.
17363
17364 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17365
17366 * ses.el (ses-set-parameter): Fix typo.
17367
17368 2004-05-04 Kim F. Storm <storm@cua.dk>
17369
17370 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17371 Must expand directory for completion to work; and don't mess with
17372 process-environment.
17373 (ido-read-file-name): If command has ido property, don't use ido
17374 if value is ignore, or read as directory if value is dir.
17375 Set ido ignore property for dired-do-rename command.
17376
17377 2004-05-04 Juanma Barranquero <lektu@terra.es>
17378
17379 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17380 (electric-help-help): Check against unmapped commands.
17381
17382 * help-fns.el (help-argument-name): New face, inheriting from
17383 font-lock-variable-name-face, to highlight function arguments in
17384 `describe-function' and `describe-key'.
17385 (help-do-arg-highlight): Auxiliary function to highlight a given
17386 list of arguments in a string.
17387 (help-highlight-arguments): Highlight the function arguments and
17388 all uses of them in the docstring.
17389 (describe-function-1): Use it. Do docstring output via `insert',
17390 not 'princ', so text attributes are preserved.
17391
17392 * winner.el (winner-mode-map): Move `winner-undo' and
17393 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17394 previous bindings conflict with `prev-buffer', `next-buffer').
17395
17396 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17397
17398 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17399 (bibtex-entry-update): New command bound to C-c C-u.
17400 (bibtex-text-in-string): Fix regexp.
17401 (bibtex-assoc-of-regexp): Remove.
17402 (bibtex-progress-message): Fix docstring.
17403 (bibtex-inside-field): Use if.
17404 (bibtex-assoc-regexp): New function.
17405 (bibtex-format-entry): Make code more robust so that it formats
17406 also old entries.
17407 (bibtex-autokey-demangle-title): Merge with obsolete function
17408 bibtex-assoc-of-regexp.
17409 (bibtex-field-list): New function.
17410 (bibtex-entry): Use bibtex-field-list.
17411 (bibtex-parse-entry): Fix docstring.
17412 (bibtex-print-help-message): Use bibtex-field-list.
17413 (bibtex-make-field): Use bibtex-field-list.
17414 (bibtex-entry-index): Bugfix. Return crossref key if required.
17415 (bibtex-lessp): Fix docstring.
17416
17417 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17418
17419 * select.el (xselect-convert-to-string): Move comment to intended line.
17420
17421 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17422
17423 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17424 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17425
17426 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17427
17428 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17429 x-get-selection.
17430
17431 2004-05-03 Jason Rumney <jasonr@gnu.org>
17432
17433 * makefile.nt: Remove.
17434
17435 2004-05-03 Kim F. Storm <storm@cua.dk>
17436
17437 * emulation/cua-base.el (cua--update-indications): Fix last change.
17438 (cua-mode): Deactivate mark when cua-mode is enabled.
17439
17440 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17441
17442 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17443
17444 2004-05-03 Nick Roberts <nickrob@gnu.org>
17445
17446 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17447 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17448 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17449 window over visible frames.
17450 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17451
17452 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17453
17454 * progmodes/compile.el (compilation-gcpro): New var.
17455 (compilation-fake-loc): Use it.
17456 (compilation-forget-errors): Reset it.
17457
17458 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17459
17460 * diff-mode.el (diff-header-face, diff-file-header-face):
17461 Use min-colors.
17462
17463 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17464
17465 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17466 (bibtex-clean-entry): Disentangle code.
17467 (bibtex-realign): New function.
17468 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17469 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17470 Remove undocumented optional arg called-by-convert-alien.
17471 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17472 for sorting instead of bibtex-sort-buffer.
17473
17474 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17475
17476 * progmodes/compile.el (compilation-start): In the
17477 no-async-subprocesses branch, call sit-for to give redisplay a
17478 chance to show the updated process status in the mode line, and
17479 fontify the buffer explicitly after the process exits.
17480
17481 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17482
17483 * progmodes/python.el (python-compilation-line-number): Remove.
17484 (python-compilation-regexp-alist): Don't use it any more.
17485 (python-orig-start, python-input-filter): Remove.
17486 (inferior-python-mode): Don't set up comint-input-filter-functions.
17487 (python-send-region): Use compilation-fake-loc.
17488
17489 * progmodes/compile.el (compilation-messages-start): New var.
17490 (compilation-mode): Don't setup next-error-function here.
17491 (compilation-setup): Set it up here instead (for minor modes as well).
17492 Make compilation-messages-start buffer local.
17493 (compilation-next-error-function): Use it.
17494 (compilation-forget-errors): Set compilation-messages-start.
17495
17496 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17497
17498 * ielm.el (ielm-prompt-read-only): Update docstring.
17499
17500 * comint.el (comint-prompt-read-only): Update docstring.
17501 (comint-update-fence, comint-kill-whole-line)
17502 (comint-kill-region): New functions.
17503
17504 * simple.el (kill-whole-line): Use "p" instead of "P" in
17505 interactive form.
17506
17507 2004-05-01 Juanma Barranquero <lektu@terra.es>
17508
17509 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17510 format arglist so default values in CL-style argument lists are
17511 correctly shown.
17512
17513 2004-05-01 Jason Rumney <jasonr@gnu.org>
17514
17515 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17516
17517 2004-05-01 Kenichi Handa <handa@m17n.org>
17518
17519 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17520 quail file if it is up to date.
17521
17522 2004-04-30 Juri Linkov <juri@jurta.org>
17523
17524 * cus-edit.el (custom-mode-map):
17525 Add key binding `C-x C-s' to `Custom-save'.
17526
17527 * outline.el (outline-blank-line): New var.
17528 (outline-next-preface, outline-show-heading)
17529 (outline-end-of-subtree): Use it.
17530
17531 * dired-aux.el (dired-touch-initial): New fun.
17532 (dired-do-chxxx): Call it for op-symbol `touch'.
17533 (dired-diff): Use `dired-dwim-target-directory'
17534 if current dired buffer has no buffer mark.
17535
17536 * bindings.el (propertized-buffer-identification):
17537 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17538 Add C-M-arrow keys for consistency.
17539
17540 * files.el (confirm-kill-emacs):
17541 Change group from top-level `emacs' to `convenience'.
17542
17543 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17544 Push mark on the first call of successive command calls.
17545 (insert-pair): New fun created from `insert-parentheses' with
17546 `open' and `close' arguments added. Enclose active regions
17547 in paired characters. Compare adjacent characters syntax with
17548 inserted characters syntax before inserting a space.
17549 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17550
17551 * delsel.el: Don't put `delete-selection' property
17552 on `insert-parentheses' symbol to take advantage of
17553 region handling in `insert-pair' function.
17554 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17555
17556 2004-04-30 Kim F. Storm <storm@cua.dk>
17557
17558 * emulation/cua-base.el: Add support for changing cursor types;
17559 based on patch from Michael Mauger.
17560 (cua-normal-cursor-color, cua-read-only-cursor-color)
17561 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17562 Customization cursor type and/or cursor color.
17563 (cua--update-indications): Handle cursor type changes.
17564 (cua-mode): Update cursor indications if enabled.
17565
17566 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17567
17568 * mouse.el (mouse-drag-copy-region): New defcustom.
17569 (mouse-set-region, mouse-drag-region-1): Use it.
17570
17571 * simple.el (kill-ring-save): If region face background color is
17572 unspecified (if no highlighting), show extent of fully visible
17573 region even if transient-mark-mode is enabled.
17574
17575 * emulation/cua-base.el (cua--standard-movement-commands):
17576 Add cua-scroll-up and cua-scroll-down.
17577 (cua-scroll-up, cua-scroll-down): New commands.
17578 (cua--init-keymaps): Remap scroll-up and scroll-down.
17579
17580 * emulation/cua-rect.el (cua--convert-rectangle-as):
17581 New defmacro.
17582 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17583 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17584 New commands (suggested by Jordan Breeding).
17585
17586 2004-04-30 Juanma Barranquero <lektu@terra.es>
17587
17588 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17589
17590 2004-04-30 Mario Lang <mlang@delysid.org>
17591
17592 * diff.el (diff-switches): Fix typo in docstring.
17593
17594 2004-04-30 Alex Schroeder <alex@gnu.org>
17595
17596 * xml.el (xml-debug-print-internal): Don't add newline and
17597 indentation to text nodes and write empty elements as empty tags
17598 instead of opening and closing tags.
17599 (xml-debug-print): Take optional indent-string argument.
17600 (xml-print): Alias for xml-debug-print.
17601
17602 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17603
17604 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17605 than duplicate call to `line-beginning-position'.
17606
17607 * progmodes/f90.el (f90-get-present-comment-type):
17608 Return whitespace, as well as comment chars, for consistent filling
17609 of comment blocks. Use `match-string-no-properties'.
17610 (f90-break-line): Trim trailing whitespace when filling comments.
17611
17612 2004-04-30 Dave Love <fx@gnu.org>
17613
17614 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17615 (diary-from-outlook-internal, diary-from-outlook)
17616 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17617 New functions to import diary entries from Outlook-format
17618 appointments in mail messages.
17619
17620 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * progmodes/python.el (python-send-command): New fun.
17623 (python-send-region, python-load-file): Use it.
17624
17625 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17626
17627 * help-fns.el (help-C-file-name): Use new subr-name.
17628 Prepend `src/' to the file name.
17629 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17630 (describe-function-1, describe-variable): Only find a C source file
17631 name if DOC is already loaded.
17632
17633 * help-mode.el (help-function-def, help-variable-def):
17634 Use the new find-function-search-for-symbol functionality.
17635 Allow FILE to be `C-source'.
17636
17637 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17638 (find-function-C-source): New fun.
17639 (find-function-search-for-symbol): Use it.
17640
17641 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17642
17643 * progmodes/sql.el (sql-product-alist): Rename variable
17644 `sql-product-support'. Add Postgres login parameters.
17645 (sql-set-product, sql-product-feature): Update with renamed variable.
17646 (sql-connect-postgres): Add username prompt.
17647 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17648 Make patterns less product specific.
17649 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17650 (sql-mode-abbrev-table): Modify initialization.
17651 (sql-builtin-face): Add variable.
17652 (sql-keywords-re): Add macro.
17653 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17654 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17655 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17656 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17657 (sql-mode-linter-font-lock-keywords)
17658 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17659 (sql-mode-sybase-font-lock-keywords)
17660 (sql-mode-informix-font-lock-keywords)
17661 (sql-mode-interbase-font-lock-keywords)
17662 (sql-mode-ingres-font-lock-keywords)
17663 (sql-mode-solid-font-lock-keywords)
17664 (sql-mode-sqlite-font-lock-keywords)
17665 (sql-mode-db2-font-lock-keywords): Default to nil.
17666 (sql-product-font-lock): Always highlight ANSI keywords.
17667 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17668 (sql-send-string): Add function.
17669
17670 2004-04-29 Dave Love <fx@gnu.org>
17671
17672 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17673 (cfengine-end-of-defun): Ensure progress through buffer.
17674
17675 * info-look.el (cfengine-mode): Accept a terminal ().
17676
17677 2004-04-29 Juri Linkov <juri@jurta.org>
17678
17679 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17680 instead of isearch-yank-word-or-char. Add new key bindings for
17681 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17682 (isearch-del-char): New fun.
17683 (isearch-forward, isearch-edit-string): Update docstring.
17684 (isearch-yank-char): Doc fix.
17685 (isearch-other-meta-char): Restore point after scrolling.
17686
17687 * progmodes/compile.el (compilation-context-lines): Add nil option
17688 to disable compilation output window scrolling.
17689 (compilation-set-window): Use it.
17690
17691 * outline.el (outline-next-preface, outline-show-heading):
17692 Don't leave unhidden blank line before heading.
17693 (outline-end-of-subtree): Include last newline into subtree.
17694 (hide-entry): Leave point at beginning of heading instead of end.
17695 (outline-up-heading): Push mark for the first call of successive
17696 command calls.
17697
17698 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17699
17700 * comint.el (comint-prompt-read-only): New variable.
17701 (comint-output-filter): Implement it.
17702
17703 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17704 (ielm-prompt-internal): New variable.
17705 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17706 (ielm-send-input): Delete unused variable `buf'.
17707 (ielm-eval-input): Use `ielm-prompt-internal'.
17708 (inferior-emacs-lisp-mode): Use new variables
17709 `comint-prompt-read-only' and `ielm-prompt-internal'.
17710 Get rid of obsolete variable `directory-sep-char'.
17711 (ielm): Use `zerop'.
17712
17713 2004-04-29 John Paul Wallington <jpw@gnu.org>
17714
17715 * thumbs.el (toplevel): Require cl at compile time.
17716 Remove conditional definitions of `ignore-errors' and `caddar'
17717 because they occur at run time.
17718
17719 2004-04-28 Nick Roberts <nickrob@gnu.org>
17720
17721 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17722 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17723 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17724 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17725
17726 * progmodes/gud.el (gud-common-init): Throw an error if program is
17727 already running under gdb.
17728
17729 2004-04-28 John Paul Wallington <jpw@gnu.org>
17730
17731 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17732 (thumbs-show-image-num): Move assignment of
17733 `thumbs-current-image-filename' within scope of `i'.
17734 (thumbs-emboss-image): Don't use `evenp'.
17735
17736 2004-04-28 Richard M. Stallman <rms@gnu.org>
17737
17738 * progmodes/compile.el (compilation-context-lines): Default now 0.
17739
17740 2004-04-28 Juanma Barranquero <lektu@terra.es>
17741
17742 Use `time-less-p' from calendar/time-date.el instead of defining
17743 custom versions of it.
17744
17745 * pcomplete.el (pcomplete-time-less-p): Remove.
17746
17747 * thumbs.el (time-less-p): Remove.
17748
17749 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17750 (timeclock-generate-report): Use `time-less-p'.
17751
17752 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17753 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17754
17755 2004-04-28 Masatake YAMATO <jet@gyve.org>
17756
17757 * subr.el (remove-overlays): Make arguments optional.
17758
17759 * wid-edit.el (widget-specify-button): Put evaporate to the
17760 overlay for sample.
17761 (widget-specify-sample): Put evaporate to the overlay for sample.
17762 (widget-specify-doc): Put evaporate to the overlay for documentation.
17763
17764 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17765
17766 * info.el (info-apropos): Make it an index node. Align node names
17767 like makeinfo.
17768
17769 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17770
17771 * net/browse-url.el (browse-url-netscape-sentinel)
17772 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17773 (browse-url-epiphany-sentinel, browse-url-mosaic):
17774 Use browse-url-*-program instead of a literal program name.
17775
17776 2004-04-27 Kevin Ryde <user42@zip.com.au>
17777
17778 * eshell/em-alias.el:
17779 * eshell/em-dirs.el:
17780 * eshell/em-hist.el:
17781 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17782 features when M-x customize-group loads modules before the main
17783 eshell.el.
17784
17785 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17786
17787 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17788 either a character representation of an event or an event
17789 description list.
17790
17791 * type-break.el: Capitalize Emacs and Lisp.
17792 (type-break-good-break-interval, type-break-demo-boring-stats)
17793 (type-break-terse-messages, type-break-file-name): New defcustoms.
17794 (type-break-post-command-hook)
17795 (type-break-warning-countdown-string): Quote variable names in doc.
17796 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17797 (type-break-mode): Document type-break-good-break-interval and the
17798 "session" file. Schedule break according to the session file.
17799 Kill session file buffer on exit. Organize for save-some-buffers
17800 to always save the session file.
17801 (type-break-mode-line-message-mode, type-break-query-mode):
17802 Uppercase arguments.
17803 (type-break-file-time, type-break-file-keystroke-count, timep)
17804 (type-break-choose-file, type-break-get-previous-time)
17805 (type-break-get-previous-count): New defuns.
17806 (type-break): Avoid break querying after a completed break in the
17807 case where the query was initiated during user invocation of the
17808 break. Optional terse messages.
17809 Use type-break-good-break-interval if type-break-good-rest-interval is
17810 nil. File the break time.
17811 (type-break-schedule): New optional args for overriding the use of
17812 the current time.
17813 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17814 after a break.
17815 (type-break-check): File the keystroke count.
17816 (type-break-do-query): Prevent a second query when the break is
17817 interrupted. Optional terse message.
17818 (type-break-keystroke-reset): Record the start of a typing interval.
17819 (type-break-demo-boring): Optional terse messages. Display word
17820 per minute and keystroke counts according to
17821 type-break-demo-boring-stats.
17822
17823 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17824
17825 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17826 directories, make sure they exist under archive-tmpdir.
17827
17828 2004-04-27 Juri Linkov <juri@jurta.org>
17829
17830 * help.el (view-emacs-news): With argument, display info for the
17831 selected version by finding it among different NEWS files, and
17832 narrowing the buffer to the selected version.
17833
17834 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17835 same-window-buffer-names.
17836 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17837 non-numeric prefix argument, append the number to the buffer name
17838 for numeric prefix argument.
17839 (info-other-window): Bind same-window-regexps to nil.
17840 (Info-reference-name): Rename to Info-point-loc.
17841 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17842 and Info-find-index-name for stringy Info-point-loc.
17843 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17844 without middle `.', but with final `.' and optional line number
17845 for it. Set Info-point-loc for index nodes.
17846 (Info-index): Remove middle `.' from index entry regexp.
17847 Modify line number regexp.
17848 (Info-index-next): Decrement line number.
17849 (info-apropos): Remove middle `.' from index entry regexp.
17850 Add optional line number regexp at the end. Add matched value
17851 for line number to the result list and insert it to the buffer.
17852 Replace match-string by match-string-no-properties.
17853 Reorder result list.
17854 (Info-fontify-node): Hide index line numbers.
17855 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17856 empty matches.
17857 (Info-follow-reference): Use `str' instead of
17858 Info-following-node-name-re.
17859 (Info-toc): Use full file names. Set Info-current-node to "Top".
17860 (Info-fontify-node): Compare file names without directory name.
17861 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17862 Set second arg of Info-extract-menu-node-name for index nodes.
17863 (info-xref-visited): Use magenta3 instead of magenta4.
17864 (Info-mode): Add info-apropos to docstring.
17865
17866 * log-view.el (log-view-diff): Replace interactive code "r"
17867 by a list to allow to call it even if region is not active.
17868
17869 * paren.el (show-paren-highlight-openparen): New var.
17870 (show-paren-function): Turn on openparen highlighting when
17871 matching forward if show-paren-highlight-openparen is non-nil.
17872
17873 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17874 the constant value 1.
17875 (completions-common-part): Expand docstring.
17876
17877 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17878
17879 2004-04-27 Kim F. Storm <storm@cua.dk>
17880
17881 * image.el (insert-sliced-image): Use line-height instead of
17882 line-spacing property on newline.
17883
17884 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17885
17886 * desktop.el (desktop-buffer-misc-data-function): Rename to
17887 desktop-save-buffer and change docstring.
17888 (desktop-buffer-modes-to-save): Delete.
17889 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17890 desktop-buffer-modes-to-save.
17891 (desktop-save): Rename desktop-buffer-misc-data-function to
17892 desktop-save-buffer and allow non-function value.
17893 (desktop-missing-file-warning): Correct docstring.
17894
17895 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17896 to desktop-save-buffer.
17897
17898 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17899 desktop-save-buffer.
17900
17901 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17902
17903 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17904
17905 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17906
17907 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17908
17909 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17910
17911 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17912 (ielm): Only go to the end of the buffer when starting a new process.
17913
17914 2004-04-25 Juanma Barranquero <lektu@terra.es>
17915
17916 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17917 mode line. Bind `inhibit-read-only' to t before modifying
17918 properties of text in the buffer.
17919 (ielm): Force point to the end of buffer, even when running ielm
17920 from inside itself.
17921
17922 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17923
17924 * info.el (info-apropos): Reset Info-complete-cache.
17925
17926 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17927
17928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17929 Also recognize severe Irix et al. messages.
17930 (compilation-normalize-filename, compile-abbreviate-directory):
17931 Delete functions.
17932 (compilation-get-file-structure): New function inherits
17933 functionality of the two preceding ones.
17934 (compilation-internal-error-properties, compilation-fake-loc):
17935 Use it so that different paths to the same file share the same
17936 markers. Also optimize finding adjacent marker slightly.
17937
17938 2004-04-25 Kim F. Storm <storm@cua.dk>
17939
17940 * image.el (insert-sliced-image): Add line-spacing t property
17941 to newlines separating image lines.
17942
17943 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17944
17945 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17946
17947 * ielm.el (ielm-prompt-read-only): New user option.
17948 (ielm-prompt): Expand docstring to describe new behavior.
17949 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17950 mention it in the docstring.
17951
17952 2004-04-24 Andreas Schwab <schwab@suse.de>
17953
17954 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17955
17956 * diff.el (diff): Set default-directory in diff buffer.
17957
17958 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17959
17960 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17961 mail was being composed if the terminal cannot display more than
17962 one frame; instead, switch to previous frame.
17963
17964 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17965 (rmail-start-mail): Support rmail-mail-new-frame even on
17966 terminals that can display only one frame at a time.
17967
17968 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17969
17970 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17971 (checkdoc-output-font-lock-keywords): Remove error regexp.
17972 (checkdoc-output-mode-map): Remove.
17973 (checkdoc-output-mode): Derive from compilation-mode.
17974 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17975
17976 * dired.el (dired-mode-map): Add a menu entry for wdired.
17977
17978 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17979 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17980
17981 * wdired.el (wdired-mode-map): Move init into declaration.
17982 Fix `return' binding.
17983 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17984 Use force-mode-line-update.
17985 (wdired-get-filename): Use `unless'.
17986 (wdired-preprocess-files): Don't assume names have no \n and use / for
17987 dir separator.
17988 (wdired-normalize-filename): Use replace-regexp-in-string.
17989 (wdired-load-hooks): Remove.
17990 (wdired-mode-hooks): Rename to wdired-mode-hook.
17991
17992 * info-look.el: Add support for cfengine-mode.
17993 (info-lookup-setup-mode): Use dolist.
17994
17995 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17996
17997 * wdired.el: New file.
17998
17999 2004-04-23 Juanma Barranquero <lektu@terra.es>
18000
18001 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
18002
18003 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
18004 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
18005 (pcomplete--help, pcomplete--here): Doc fixes.
18006
18007 2004-04-23 Andre Spiegel <spiegel@gnu.org>
18008
18009 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
18010 handles wrong-number-of-arguments in backend call.
18011
18012 * vc.el (vc-print-log): Likewise.
18013
18014 2004-04-20 Dave Love <fx@gnu.org>
18015
18016 * emacs-lisp/rx.el: Doc fixes.
18017 (rx-constituents): Add/extend many forms.
18018 (rx-check): Check form is a list.
18019 (bracket): Defvar.
18020 (rx-check-any, rx-any, rx-check-not): Modify.
18021 (rx-not): Simplify.
18022 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
18023 (rx-kleene): Use rx-trans-forms.
18024 (rx-quote-for-set): Delete.
18025 (rx): Allow multiple args.
18026
18027 2004-04-23 Kenichi Handa <handa@m17n.org>
18028
18029 * international/mule-util.el (char-displayable-p): Simplify by
18030 using internal-char-font.
18031
18032 2004-04-23 Juanma Barranquero <lektu@terra.es>
18033
18034 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
18035
18036 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * diff-mode.el (diff-next-error): New fun.
18039 (diff-mode): Use it.
18040
18041 * simple.el (next-error): Change arg name.
18042 Add support for the documented C-u C-x ` usage.
18043
18044 * frame.el (special-display-popup-frame, next-multiframe-window)
18045 (previous-multiframe-window): Only consider frames on same display.
18046
18047 2004-04-22 Lars Hansen <larsh@math.ku.dk>
18048
18049 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
18050 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
18051
18052 2004-04-22 Kim F. Storm <storm@cua.dk>
18053
18054 * net/telnet.el (telnet): Add optional port arg.
18055
18056 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
18057
18058 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18059 Minor sanity check on the `hyperlink' slot.
18060
18061 * Makefile.in (recompile): Compile new files.
18062
18063 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
18064 Add byte-recompile-directory's optional `arg'.
18065
18066 * cvs-status.el (cvs-tree-use-charset): New var.
18067 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
18068 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
18069 (cvs-status-cvstrees): Use it.
18070
18071 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18072 Make it a normal major mode.
18073 (checkdoc-buffer-label): Make sure the file name is meaningful.
18074 (checkdoc-output-to-error-buffer): Remove.
18075 (checkdoc-error, checkdoc-start-section): Rewrite.
18076
18077 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18078 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18079 (Info-title-4-face): Use new syntax.
18080 (info-xref-visited): Inherit from info-xref.
18081
18082 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18083
18084 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18085
18086 * simple.el (next-error-last-buffer, next-error-function):
18087 New variables for the next-error framework.
18088 (next-error-buffer-p): New function.
18089 (next-error-find-buffer): Generalize compilation-find-buffer.
18090 (next-error, previous-error, first-error, next-error-no-select)
18091 (previous-error-no-select): Move from compile.el.
18092
18093 * replace.el (occur-next-error, occur-1): Hook into the next-error
18094 framework.
18095
18096 * progmodes/compile.el (compilation-start):
18097 Set next-error-last-buffer so next-error knows where to jump.
18098 (compilation-setup): Set the buffer-local variable
18099 next-error-function to 'compilation-next-error-function.
18100 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18101 alternate way to find if a buffer is a compilation buffer, for
18102 next-error convenience.
18103 (next-error-no-select, previous-error-no-select, next-error)
18104 (previous-error, first-error): Move to simple.el.
18105 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18106 (compilation-last-buffer): Remove.
18107 (compilation-start, compilation-next-error, compilation-setup)
18108 (compilation-next-error-function, compilation-find-buffer):
18109 Remove compilation-last-buffer use.
18110
18111 2004-04-21 Juanma Barranquero <lektu@terra.es>
18112
18113 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18114 (font-lock-warning-face): Fix spacing.
18115
18116 * makefile.w32-in (WINS): Add url/ directory.
18117
18118 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18119
18120 * desktop.el (desktop-buffer-mode-handlers): New variable.
18121 Alist of major mode specific functions to restore a desktop buffer.
18122 (desktop-buffer-handlers): Make variable obsolete.
18123 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18124 Catch errors signaled in handlers. Update buffer count.
18125 Evaluate desktop-buffer-point.
18126 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18127 move to dired.el.
18128 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18129 move to info.el.
18130 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18131 move to mail/rmail.el.
18132 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18133 to mh-e/mh-e.el.
18134 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18135 On fail, print message (to message buffer) even if
18136 desktop-missing-file-warning is nil.
18137 (desktop-buffer-misc-data-function): New buffer local variable.
18138 Function returning major mode specific data.
18139 (desktop-buffer-misc-functions): Make variable obsolete.
18140 (desktop-save): Use desktop-buffer-misc-data-function.
18141 (desktop-buffer-dired-misc-data): Rename to
18142 dired-desktop-buffer-misc-data and move to dired.el.
18143 (desktop-buffer-info-misc-data): Rename to
18144 Info-desktop-buffer-misc-data and move to info.el.
18145 (desktop-read): Add message about number of buffers restored/failed.
18146
18147 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18148 Add parameters. Pause to display error only when
18149 desktop-missing-file-warning is non-nil.
18150 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18151 (dired-mode): Bind desktop-buffer-misc-data-function.
18152
18153 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18154 Add Parameters.
18155 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18156 (Info-mode): Bind desktop-buffer-misc-data-function.
18157
18158 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18159 Add Parameters.
18160
18161 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18162 Add Parameters.
18163
18164 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18165
18166 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18167 the case of letters in case-insensitive expansions when the
18168 abbrev is preceded by characters with letter syntax.
18169
18170 2004-04-21 Richard M. Stallman <rms@gnu.org>
18171
18172 * progmodes/cperl-mode.el (cperl-putback-char):
18173 Delete Emacs 18 definition.
18174
18175 * international/mule.el (ctext-post-read-conversion):
18176 Use assoc-string, not assoc-ignore-case.
18177
18178 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18179
18180 * emacs-lisp/easymenu.el (easy-menu-add):
18181 Do call x-popup-menu, but only if it's defined.
18182
18183 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18184
18185 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18186 Handle multiple args: compile like progn.
18187
18188 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18189 take all args as &rest arg.
18190
18191 * autoinsert.el (auto-insert-alist): Insert the user's name in
18192 copyright notice, rather than Free Software Foundation.
18193
18194 2004-04-21 Kenichi Handa <handa@m17n.org>
18195
18196 * descr-text.el (describe-char): Make it work on *Help* buffer.
18197
18198 2004-04-21 Kim F. Storm <storm@cua.dk>
18199
18200 * image.el (insert-image): Add optional SLICE arg.
18201 (insert-sliced-image): New defun.
18202
18203 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18204
18205 * subr.el (read-number): Check whether `default' is nil.
18206
18207 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * progmodes/compile.el (compilation-error-properties):
18210 Split into two.
18211 (compilation-internal-error-properties): New one.
18212 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18213
18214 2004-04-20 Richard M. Stallman <rms@gnu.org>
18215
18216 * window.el (split-window-save-restore-data):
18217 Don't update the data if OLD-INFO is nil.
18218
18219 * view.el (view-return-to-alist): Mark it permanent local.
18220
18221 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18222
18223 * recentf.el (recentf-save-list): Catch and warn about errors.
18224
18225 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18226 so "Buffers" won't be pure.
18227
18228 * help-mode.el (help-mode-finish): Set help-return-alist first
18229 thing, setting only the entry for the selected window.
18230
18231 * help-fns.el (describe-function-1): If many non-control non-meta
18232 keys run the command, don't list all of them.
18233
18234 2004-04-20 Juanma Barranquero <lektu@terra.es>
18235
18236 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18237 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18238
18239 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18240
18241 2004-04-20 Kenichi Handa <handa@m17n.org>
18242
18243 * international/quail.el (quail-lookup-key): New optional arg
18244 NOT-RESET-INDICES.
18245 (quail-get-translations): Call quail-lookup-key with
18246 NOT-RESET-INDICES t.
18247 (quail-completion): Likewise.
18248 (quail-lookup-map-and-concat): Likewise.
18249
18250 2004-04-20 Kenichi Handa <handa@m17n.org>
18251
18252 * international/quail.el (quail-update-translation): Don't insert
18253 such an unsupported multibyte char in a unibyte buffer.
18254
18255 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18256
18257 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18258 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18259 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18260 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18261 (gdb-frame-assembler-buffer): Improve behavior with
18262 multiple frames.
18263 (gdb-display-buffer): Extend search to all visible frames.
18264
18265 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18266
18267 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18268 characters left after base64 decoding.
18269 (rmail-decode-region): Use -dos variety of `coding', to remove any
18270 ^M characters left after qp or base64 decoding.
18271
18272 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18273
18274 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18275 messages.
18276
18277 2004-04-19 Stephen Eglen <stephen@gnu.org>
18278
18279 * add-log.el (add-change-log-entry): Update doc string to mention
18280 add-log-full-name and add-log-mailing-address.
18281
18282 2004-04-18 Juri Linkov <juri@jurta.org>
18283
18284 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18285 (Info-find-node-2): Simplify error message.
18286 (Info-insert-dir): Use Info-following-node-name.
18287 (Info-goto-node): Remove *info-history* and *info-toc*.
18288 (Info-history): Create a node of the virtual history file.
18289 (Info-toc): Create a node of the virtual toc file.
18290 (Info-insert-toc): New arg `curr-file' for reference file names.
18291 (info-apropos): Remove redundant var binding for temp-file.
18292 (Info-index, Info-index-next, Info-mode): Doc fix.
18293 (Info-goto-emacs-command-node): Don't jump to *info* from
18294 non-*info* Info buffers.
18295 (Info-fontify-node): Don't show the file name of external
18296 references if `Info-hide-note-references' is `hide'. Don't hide
18297 newlines at the end of paragraphs.
18298
18299 * international/mule-diag.el (list-input-methods):
18300 Fix args to help-xref-button.
18301
18302 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18303 to put into effect local variables from TUTORIAL files.
18304
18305 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18306 with default value taken from the variable `sentence-end'.
18307 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18308 Add nil const to :type.
18309 (sentence-end-without-period, sentence-end-double-space)
18310 (sentence-end-without-space): Doc fix.
18311
18312 * textmodes/paragraphs.el (forward-sentence):
18313 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18314 (fill-delete-newlines):
18315 * progmodes/cc-cmds.el (c-beginning-of-statement):
18316 Use function `sentence-end' instead of variable `sentence-end'.
18317
18318 2004-04-18 Andreas Schwab <schwab@suse.de>
18319
18320 * progmodes/compile.el (compilation-start): Set window start to
18321 point-min if compilation-scroll-output is nil.
18322
18323 2004-04-18 John Wiegley <johnw@newartisans.com>
18324
18325 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18326
18327 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18328
18329 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18330 (gdb-info-breakpoints-custom): Revert previous change.
18331 (gdb-view-assembler): Update assembler if necessary.
18332 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18333 (gdb-display-source-buffer): Update properly when both source and
18334 assembler are visible.
18335
18336 2004-04-17 John Wiegley <johnw@newartisans.com>
18337
18338 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18339 which limits the number of names shown in the minibuffer. Off by
18340 default.
18341 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18342 up iswitchb for users with a multitude of open buffers by showing
18343 only the first and last N/2 buffers in the completion list (which
18344 is enough to aid C-s/C-r, and to know that more characters are
18345 needed to refine the completion list).
18346
18347 2004-04-17 Richard M. Stallman <rms@gnu.org>
18348
18349 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18350 (file-truename): Expand all ~ constructs directly.
18351 (insert-directory): Delete any error msg output by the
18352 `insert-directory-program'.
18353
18354 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18355 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18356 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18357 (allout-init): Use find-file-hook, not find-file-hooks.
18358 (allout-mode): Eliminate Emacs 18 support.
18359 Use write-contents-functions, not local-write-file-hooks.
18360
18361 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18362
18363 * progmodes/compile.el (compilation-error-properties): Fix for
18364 adding messages when there are already markers for their file.
18365 (compilation-fake-loc): New function.
18366
18367 2004-04-16 Dave Love <fx@gnu.org>
18368
18369 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18370 (python-load-file): Fix python-orig-start setting.
18371
18372 * progmodes/compile.el: Doc fixes.
18373 (compilation-error-regexp-alist-alist)
18374 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18375 (compilation-assq): Wrap in eval-when-compile.
18376 (compilation-mode-font-lock-keywords): Don't use list*.
18377 (compilation-start): Avoid warning.
18378 (compilation-compat-error-properties)
18379 (compilation-directory-properties): Add keymap property.
18380 (compilation-parsing-end): Make it a marker for better compatibility.
18381
18382 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18383
18384 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18385
18386 * xml.el: Doc fixes.
18387 (xml-get-children): Only looks at sub-tags and ignore strings.
18388
18389 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18390
18391 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18392
18393 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18394
18395 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18396
18397 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18398
18399 * vc.el (vc-print-log): Likewise.
18400
18401 2004-04-16 Masatake YAMATO <jet@gyve.org>
18402
18403 * simple.el (completion-setup-function): Set an initial value
18404 to `element-common-end' before entering loop. Set a value
18405 to `element-common-end' at the end of loop.
18406 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18407 (completions-common-part): Rename from completion-de-emphasis.
18408 (completions-first-difference): Rename from completion-emphasis.
18409 Suggested by RMS.
18410
18411 2004-04-16 Juanma Barranquero <lektu@terra.es>
18412
18413 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18414 (bookmark-edit-annotation-mode): Add mode name.
18415
18416 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18417
18418 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18419 for nested conflict markers.
18420 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18421
18422 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18423
18424 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18425
18426 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18427
18428 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18431 Give a backtrace if requested.
18432
18433 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18434
18435 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18436 Remove unused functions.
18437 (python-orig-start-line, python-orig-file): Remove.
18438 (python-orig-start): New var.
18439 (python-input-filter, python-compilation-line-number)
18440 (python-send-region, python-load-file): Use it.
18441
18442 * info.el (info): Always jump to *info*.
18443
18444 * subr.el (posn-set-point): New function.
18445
18446 * mouse.el (mouse-set-point): Use it.
18447
18448 * progmodes/compile.el (compile-goto-error): Use it.
18449 (compilation-button-map): New keymap.
18450 (compilation-error-properties): Use it.
18451 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18452
18453 * smerge-mode.el (smerge-popup-context-menu): Use it.
18454
18455 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18456 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18457 mouse and non-mouse case.
18458
18459 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18460 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18461
18462 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18463 Make it work for non-mouse events.
18464
18465 * pcvs-info.el (cvs-status-map): Update binding name.
18466
18467 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18468
18469 * xml.el (xml-maybe-do-ns): New function to handle namespace
18470 parsing of both attribute and element names.
18471 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18472 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18473 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18474 (xml-parse-attlist): Make it do its own namespace parsing.
18475
18476 2004-04-14 Dave Love <fx@gnu.org>
18477
18478 * progmodes/python.el (run-python): Fix use of \n.
18479 (python-load-file): Remove `try' from Python fragment.
18480 (python-describe-symbol): Fix message.
18481
18482 * comint.el: Doc fixes.
18483 (comint-last-input-start, comint-last-input-end)
18484 (comint-last-output-start): Give them values.
18485 (comint-arguments): Avoid warning.
18486 (comint-skip-prompt): Use line-end-position.
18487 (comint-backward-matching-input): Rename arg to agree with doc.
18488 (comint-extract-string): Use syntax-ppss.
18489 (comint-dynamic-simple-complete): Delete useless list construction.
18490 (comint-redirect-subvert-readonly): New.
18491 (comint-redirect-preoutput-filter): Use it.
18492
18493 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18494 Correctly handle negative arguments when calling hook functions.
18495
18496 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18497
18498 * info.el (info-apropos): Don't clobber Info-history-list.
18499
18500 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18501
18502 * progmodes/compile.el (compilation-setup):
18503 Localize overlay-arrow-position.
18504 (compilation-sentinel): Restructure code equivalently.
18505 (compilation-next-error): Find message on same line after point if
18506 not found before point.
18507 (compile-mouse-goto-error): Restore function so that compilation
18508 buffer need not be current and use compile-goto-error.
18509 (compile-goto-error): Restore function.
18510 (next-error): Set overlay-arrow-position.
18511 (compilation-forget-errors): Don't localize already local
18512 compilation-locs and remove FIXME about refontifying.
18513
18514 2004-04-14 Kim F. Storm <storm@cua.dk>
18515
18516 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18517 (command-line): New option -Q. Like -q --no-site-file, but
18518 in addition it also disables menu-bar, tool-bar, scroll-bars,
18519 tool-tips, and the blinking cursor.
18520 (command-line-1): Skip startup screen if -Q.
18521 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18522
18523 * emulation/cua-base.el (cua-read-only-cursor-color)
18524 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18525
18526 2004-04-13 Dave Love <fx@gnu.org>
18527
18528 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18529 (syntax): Don't require.
18530 (python) <defgroup>: Add :version.
18531 (python-quote-syntax): Re-written.
18532 (inferior-python-mode): Move stuff here from run-python and add
18533 some more.
18534 (python-preoutput-continuation, python-preoutput-result)
18535 (python-dotty-syntax-table): New.
18536 (python-describe-symbol): Use them.
18537 (run-python): Move stuff to inferior-python-mode. Modify code
18538 loaded into Python.
18539 (python-send-region): Use python-proc, python-send-string.
18540 (python-send-string): Send newlines too. Callers changed.
18541 (python-load-file): Re-written.
18542 (python-eldoc-function): New.
18543 (info-look): Don't require.
18544 (python-after-info-look): New. A modified version of former
18545 top-level code for use with eval-after-load.
18546 (python-maybe-jython, python-guess-indent): Use widened buffer.
18547 (python-fill-paragraph): Re-written.
18548 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18549 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18550
18551 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18552
18553 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18554 Set compilation-error-regexp-alist earlier.
18555
18556 * progmodes/compile.el (compilation-minor-mode-map)
18557 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18558 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18559
18560 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18561
18562 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18563 corresponding to the event.
18564
18565 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18566
18567 * loadup.el: Add cygwin to system-type list, for unexec() support.
18568
18569 2004-04-12 John Paul Wallington <jpw@gnu.org>
18570
18571 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18572 (ibuffer-restore-window-config-on-quit): New variable to replace
18573 `ibuffer-delete-window-on-quit'. Update all references.
18574 (ibuffer-prev-window-config): New variable.
18575 (ibuffer-quit): Restore previous window configuration instead of
18576 deleting window.
18577 (ibuffer): Save window configuration before showing Ibuffer buffer.
18578
18579 * help.el (describe-mode): Doc fix.
18580
18581 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18582
18583 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18584 not to treat nil as a function.
18585
18586 * vc-arch.el (vc-arch-root): Be a bit more careful.
18587 (vc-arch-register): Save the buffer if we modified it.
18588 (vc-arch-delete-rej-if-obsolete): Save excursion.
18589 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18590 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18591
18592 * net/ldap.el (ldap-search): Use list*.
18593
18594 2004-04-12 Juri Linkov <juri@jurta.org>
18595
18596 * info.el (Info-follow-reference): Allow multiline reference name.
18597
18598 2004-04-11 Dave Love <fx@gnu.org>
18599
18600 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18601
18602 * progmodes/python.el: New file.
18603
18604 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18605
18606 * vc-hooks.el (vc-arg-list): Function removed.
18607 (vc-default-workfile-unchanged-p): Use condition-case to check for
18608 backward compatibility.
18609
18610 * vc.el (vc-print-log): Use condition-case to check for backward
18611 compatibility.
18612
18613 2004-04-11 Juri Linkov <juri@jurta.org>
18614
18615 * dired.el (dired-faces): New defgroup.
18616 (dired-header, dired-mark, dired-marked, dired-flagged)
18617 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18618 New faces.
18619 (dired-header-face, dired-mark-face, dired-marked-face)
18620 (dired-flagged-face, dired-warning-face, dired-directory-face)
18621 (dired-symlink-face, dired-ignored-face): New face variables.
18622 (dired-font-lock-keywords): Use them instead of font-lock faces.
18623 Split the rule for dired marks into 3 separate rules: for marks,
18624 marked file names and flagged file names.
18625
18626 * help-mode.el (help-make-xrefs): Add a final newline to the
18627 *Help* buffer.
18628
18629 2004-04-11 John Paul Wallington <jpw@gnu.org>
18630
18631 * replace.el (occur-engine): Distinguish between one and several
18632 matches in the matches per buffer heading.
18633
18634 2004-04-11 Kim F. Storm <storm@cua.dk>
18635
18636 * ido.el (ido-confirm-unique-completion): New defcustom.
18637 (ido-complete): Use it.
18638 (ido-write-file): Set it to t unconditionally.
18639
18640 2004-04-10 Miles Bader <miles@gnu.org>
18641
18642 RCS keyword removal (only non-comment changes are enumerated here):
18643
18644 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18645 (byte-compile-insert-header): Don't use `byte-compile-version'.
18646 * forms.el (forms-version): Variable removed.
18647 (forms-mode): Don't use `forms-version'.
18648 * recentf.el (recentf-version): Variable removed.
18649 * progmodes/delphi.el (delphi-version): Variable removed.
18650 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18651
18652 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18655
18656 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18657
18658 * info.el (info-apropos): Improve menu item regexp.
18659
18660 2004-04-09 Simon Josefsson <jas@extundo.com>
18661
18662 * mail/smtpmail.el: Add comment, based on report by
18663 kdc@rcn.com (Kevin D. Clark).
18664
18665 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18666
18667 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18668 Redo one more thing that I didn't notice Daniel had undone.
18669
18670 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18671
18672 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18673 (gdb-goto-breakpoint, gdb-display-buffer)
18674 (gdb-display-source-buffer, gdb-view-source-function)
18675 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18676 (gdb-source-info, gdb-frame-handler): Don't specify a window
18677 for display.
18678 (gdb-info-breakpoints-custom): Remove superfluous update of
18679 assembler buffer.
18680 (gdb-many-windows): Make settable outside gdb.
18681
18682 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18683
18684 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18685 Derive from fundamental-mode rather than text-mode.
18686
18687 2004-04-08 Juri Linkov <juri@jurta.org>
18688
18689 * info.el (Info-history): Doc fix.
18690 (Info-history-list): New var.
18691 (info-xref): Change magenta4 to blue, remove bold for dark and
18692 light backgrounds, change bold to underline for non-color classes.
18693 (info-xref-visited): New face.
18694 (Info-fontify-visited-nodes): New custom.
18695 (Info-hide-note-references): Add new value `hide'. Doc fix.
18696 (Info-reference-name): New var.
18697 (Info-selection-hook): New custom.
18698 (Info-edit-mode-hook): New var.
18699 (Info-find-file): New fun.
18700 (Info-find-node): Move part of code to Info-find-file.
18701 (Info-find-node-2): Add anchors to Info-history-list. Move point
18702 to the place with the reference name if name is defined.
18703 (Info-select-node): Add current node to Info-history-list.
18704 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18705 (Info-search-whitespace-regexp): New custom.
18706 (Info-search-case-fold): New var.
18707 (Info-search): Add "case-sensitively" to the prompt.
18708 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18709 (Info-search-case-sensitively, Info-search-next): New fun.
18710 (Info-up): Move point to the menu item of the current node.
18711 (Info-history): New fun. Add *info-history* to
18712 same-window-buffer-names.
18713 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18714 (Info-insert-toc): New fun.
18715 (Info-build-toc): New fun.
18716 (Info-follow-reference): Add new arg `fork'. Doc fix.
18717 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18718 with the same name prefer the reference closest to point.
18719 (Info-next-reference): Replace * by + in the *Note regexp.
18720 Add regexp for http:// and ftp://. Skip the *Note prefix.
18721 (Info-prev-reference): Replace * by + in the *Note regexp.
18722 Add regexp for http:// and ftp://. Skip the *Note prefix.
18723 (Info-follow-nearest-node): Add new arg `fork'.
18724 (Info-try-follow-nearest-node): Add new arg `fork'.
18725 Call browse-url for http:// and ftp:// references.
18726 Set Info-reference-name for index entries.
18727 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18728 Info-search-next, Info-history, Info-toc, clone-buffer.
18729 (Info-menu-update): Replace * by + in the *Note regexp.
18730 (Info-mode): Add documentation for Info-history, Info-toc,
18731 Info-search-case-sensitively, Info-search-next, clone-buffer.
18732 (Info-fontify-menu-headers): Remove fun. Move code to
18733 Info-fontify-node.
18734 (Info-fontify-node): Add docstring. Add local vars
18735 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18736 then fontify header line, titles, menu headers, http and ftp
18737 references, refill paragraphs. If not-fontified-p is t or
18738 fontify-visited-p is t then fontify cross references, menu items.
18739 Fontify menu headers. Fontify http and ftp references.
18740 Change regexp for cross references to require whitespace after *Note,
18741 add matching groups for file and node names. Remove hack for quote.
18742 Use display property for Info-hide-note-references=t. Use fifth
18743 or fourth match for help-echo. Display visited nodes in a
18744 different face. Unhide file names of external references.
18745 Unhide newlines. Display visited menu items in a different face.
18746
18747 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18748
18749 * progmodes/compile.el: Require CL.
18750 (compilation-mode-font-lock-keywords): Re-install the "line as
18751 function" patch.
18752
18753 * help-fns.el (help-C-source-directory): New var.
18754 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18755 (describe-function-1, describe-variable): Use them.
18756
18757 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18758 to C source files specially.
18759
18760 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18761
18762 * info.el (Info-hide-cookies-node): New function.
18763 (Info-select-node): Use it.
18764 (Info-display-images-node): Remove message with image file name.
18765
18766 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18767
18768 * progmodes/compile.el (compilation-warning-face)
18769 (compilation-info-face, compilation-skip-threshold)
18770 (compilation-skip-visited, compilation-context-lines):
18771 Declare :version when added to Emacs.
18772 (compilation-error-regexp-alist-alist): Extend caml and irix.
18773 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18774 (compilation-mode-font-lock-keywords): Temporarily undo line as
18775 function patch, which wasn't ready.
18776
18777 2004-04-07 Kenichi Handa <handa@m17n.org>
18778
18779 * international/latin1-disp.el (latin1-display-setup): Check each
18780 character is displayable or not instead of calling
18781 latin1-display-check-font.
18782
18783 2004-04-06 Kenichi Handa <handa@m17n.org>
18784
18785 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18786 New variable.
18787 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18788 instead of sera-being-called-by-w3.
18789 (ethio-fidel-to-sera-buffer): Likewise.
18790 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18791 instead of sera-being-called-by-w3.
18792 (ethio-write-file): Likewise.
18793
18794 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18795
18796 * printing.el: Doc fix.
18797
18798 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18799
18800 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18801 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18802 (gdb-setup-windows): Only use separate IO buffer if required.
18803
18804 2004-04-06 Kim F. Storm <storm@cua.dk>
18805
18806 * term.el (term-is-xemacs): Remove.
18807 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18808 (term-window-width): New function.
18809 (term-mode, term-check-size): Use it.
18810 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18811
18812 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18813
18814 * cus-edit.el (custom-add-parent-links): Change unbound variable
18815 `symbol' to `name'.
18816
18817 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18818 * info.el (info-apropos): New function.
18819 (Info-mode-menu): Add it.
18820 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18821
18822 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18823 inherited docstring.
18824
18825 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18826
18827 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18828
18829 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18830
18831 * progmodes/compile.el (font-lock): Don't require any more.
18832 (compilation-error-properties, compilation-start, compilation-sentinel)
18833 (compilation-filter, next-error): Use with-current-buffer.
18834 (compilation-skip-to-next-location, compilation-skip-threshold)
18835 (compilation-skip-visited): Move to silence the byte-compiler.
18836 (compilation-setup): Simplify.
18837 (compilation-next-error): Use line-(beginning|end)-position.
18838 Make sure `pt' is non-nil before using compilation-loop.
18839 (compile-goto-error): Add optional event arg. Use it.
18840 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18841 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18842 Update the binding for mouse-2.
18843 (first-error): Set compilation-current-error to nil rather than bob.
18844 (compilation-parsing-end, compilation-parse-errors-function)
18845 (compilation-error-list, compilation-old-error-list):
18846 "New" compatibility variables.
18847 (compile-buffer-substring, compilation-compat-error-properties)
18848 (compilation-compat-parse-errors, compilation-forget-errors):
18849 New compatibility functions.
18850 (compilation-mode-font-lock-keywords): Use them.
18851
18852 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18853
18854 * autorevert.el (auto-revert-handler): If point (or a window
18855 point) is at the end of the buffer, keep it there after
18856 reverting. This allows to tail a file.
18857 Mention this in the `Commentary'.
18858
18859 * format.el (format-write-file): Add optional argument CONFIRM
18860 and make it behave like the analogous argument to `write-file'.
18861
18862 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18863
18864 * progmodes/ebnf2ps.el: Doc fix.
18865 (ebnf-version): New version number (4.2).
18866 (ebnf-syntax): Customization and docstring fix.
18867 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18868 Put autoloaded funs before first use.
18869 (ebnf-style-database): Add dtd entry.
18870 (ebnf-syntax-alist): Add dtd initialization.
18871 (ebnf-token-sequence): New fun.
18872 (ebnf-comment-table): Add new comment action character.
18873 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18874
18875 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18876 Type Definition for XML).
18877
18878 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18879 * progmodes/ebnf-bnf.el (ebnf-sequence):
18880 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18881 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18882 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18883 Code simplification: call ebnf-token-sequence.
18884
18885 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18886
18887 * calendar/timeclock.el (timeclock-relative)
18888 (timeclock-get-project-function, timeclock-get-workday-function)
18889 (timeclock-query-out, timeclock-when-to-leave)
18890 (timeclock-when-to-leave-string, timeclock-log-data)
18891 (timeclock-generate-report, timeclock-in): Doc fixes.
18892
18893 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18894
18895 * url/: New dir. Import the URL package from its repository.
18896
18897 2004-04-03 Andreas Schwab <schwab@suse.de>
18898
18899 * diff-mode.el (diff-mode): Fix missing quote.
18900
18901 2004-04-03 Juri Linkov <juri@jurta.org>
18902
18903 * descr-text.el (describe-property-list): Add `font-lock-face'.
18904
18905 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18906
18907 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18908
18909 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18910 Use utf-16le on little endian machines and utf-16be otherwise.
18911
18912 2004-04-02 David Kastrup <dak@gnu.org>
18913
18914 * net/browse-url.el (browse-url-generic): Use call-process
18915 instead of start-process to allow browsers that fork and detach.
18916
18917 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18918
18919 * compile.el (compilation-current-error): New var.
18920 (compilation-setup, compile-mouse-goto-error)
18921 (compile-goto-error, next-error): Use it.
18922 (compilation-skip-to-next-location): Default to t, which gives
18923 contiguous skipping like old compile (where this was redundant).
18924 (compilation-next-error): Prevent previous-* commands from moving
18925 back to message at or just before point.
18926
18927 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18928
18929 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18930 (gdb-source-info): Don't display source at startup, if required.
18931 (gdb-show-main): New option.
18932 (gdba): Update documentation.
18933 (gdb-source): Cover case of auto-display output.
18934
18935 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18936
18937 * autorevert.el: Delete obsolete autoloads and defvars.
18938 (auto-revert-check-vc-info): New user option.
18939 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18940 (auto-revert-handler-vc): Delete.
18941 (auto-revert-handler): Treat return value `fast' of
18942 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18943
18944 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18945 return `fast'.
18946
18947 * files.el (buffer-stale-function): Doc change.
18948
18949 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18950
18951 * printing.el: New tip on Tips section.
18952 (pr-version): New version number (6.7.4).
18953 (pr-shell-file-name): Initialization fix.
18954
18955 2004-03-31 Juri Linkov <juri@jurta.org>
18956
18957 * dired.el: Add autoload for `dired-do-touch'.
18958 (dired-touch-program): New var.
18959 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18960 (dired-no-confirm): Add `touch' to docstring.
18961
18962 * dired-aux.el (dired-do-touch): New fun.
18963 (dired-do-chxxx): Add argument -t for touch operation.
18964
18965 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18966 `dired-move-to-filename-regexp'.
18967
18968 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18969
18970 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18971
18972 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18973
18974 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18975 and only if the buffer was modified.
18976
18977 2004-03-30 Kenichi Handa <handa@m17n.org>
18978
18979 * international/characters.el: Delete pairs for U+2308..U+230B.
18980
18981 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18982
18983 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18984 to detect the beginning of a level 2 or 3 annotation.
18985
18986 2004-03-29 Kenichi Handa <handa@m17n.org>
18987
18988 * international/ucs-tables.el (ucs-insert): Fix the error message.
18989
18990 2004-03-29 Kenichi Handa <handa@m17n.org>
18991
18992 * international/mule-util.el (char-displayable-p): Fix generation
18993 of XLFD file name.
18994
18995 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18996 before finding directories by `find'.
18997
18998 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18999
19000 * subr.el (interactive-form): Delete. Now implemented in C.
19001
19002 * pcvs.el (cvs-parse-process): Workaround for Darwin.
19003
19004 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
19005 (vc-diff-label): New fun.
19006 (vc-diff-internal): Use it.
19007
19008 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
19009
19010 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19011
19012 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
19013
19014 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
19015 specify XML (EBNFX).
19016
19017 * progmodes/ebnf2ps.el: Doc fix.
19018 (ebnf-version): New version number (4.1).
19019 (ebnf-syntax): Adjust customization.
19020 (ebnf-style-database): Add ebnfx entry.
19021 (ebnf-syntax-alist): Add ebnfx initialization.
19022 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
19023
19024 * printing.el: Doc fix.
19025 (pr-version): New version number (6.7.3).
19026 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
19027 returns nil for mouse position. Reported by Drew Adams
19028 <drew.adams@oracle.com>.
19029 (pr-update-menus): Modify interactive declaration. Reported by Drew
19030 Adams <drew.adams@oracle.com>.
19031
19032 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
19033
19034 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
19035 (gud-gdba-marker-filter): Log the process input and output, if
19036 required. From Stefan Monnier.
19037 (gdb-debug-log, gdb-enable-debug-log): New variables.
19038 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
19039
19040 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19041
19042 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
19043 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
19044
19045 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
19046
19047 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
19048 Call vc-find-file-hook here instead of in auto-revert-buffers.
19049 (auto-revert-buffers): Delete call to vc-find-file-hook.
19050 (auto-revert-verbose, global-auto-revert-non-file-buffers)
19051 (global-auto-revert-mode, auto-revert-set-timer)
19052 (auto-revert-handler, auto-revert-buffers): Doc fixes.
19053
19054 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19055
19056 * woman.el (woman-change-fonts): Rename local variable
19057 woman-font-alist to font-alist to avoid a compiler warning.
19058
19059 2004-03-27 Dave Love <fx@gnu.org>
19060
19061 * emacs-lisp/rx.el (rx): Doc fix.
19062 Fix copyright years.
19063
19064 * strokes.el (strokes-global-set-stroke-string): New function.
19065 (strokes-list-strokes): Cope with strings, not just commands.
19066 Set foreground color of image.
19067 (strokes-global-set-stroke): Doc fix.
19068
19069 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19070
19071 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19072 Auto Revert mode.
19073 (Buffer-menu-files-only): New variable.
19074 (Buffer-menu-toggle-files-only): New function.
19075 (Buffer-menu-mode-map): Bind it to `T'.
19076 (Buffer-menu-mode): Mention `T' in docstring.
19077 Set buffer-stale-function.
19078 (list-buffers-noselect): Mark buffer non-modified and set
19079 Buffer-menu-files-only.
19080
19081 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19082
19083 * autorevert.el (auto-revert-handler): Print revert message
19084 before, rather than after, reverting.
19085 (buffer-stale-function): Move to files.el.
19086
19087 * files.el (buffer-stale-function): Move here from autorevert.el.
19088
19089 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19090
19091 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19092
19093 * calc/calc.el (calc-mode-map): Use mapc.
19094
19095 * apropos.el (apropos-mode): Don't autoload.
19096 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19097 (apropos): Use it.
19098 (apropos-print): Add optional `text' argument.
19099 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19100 Don't assume point-min == 1.
19101
19102 * bs.el (bs-buffer-list): Use buffer-local-value.
19103 (bs--set-toggle-to-show): Use with-current-buffer.
19104
19105 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19106 New funs.
19107 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19108
19109 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19110
19111 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19112 (dabbrev--find-expansion): Use pop.
19113 (dabbrev--search): Use match-string-no-properties.
19114
19115 * dired.el (dired-mode): Use run-mode-hooks.
19116 (dired-move-to-end-of-filename): Use match-string.
19117
19118 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19119 is bound before using it.
19120 (ediff-verbose-p): Make it into a var since it's not constant.
19121
19122 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19123
19124 * faces.el (read-face-font): Don't cons up unnecessarily.
19125 (header-line, tool-bar): Share common parts.
19126
19127 * files.el (file-relative-name): Use compare-strings.
19128
19129 * finder.el (finder-mode): Follow coding convention.
19130
19131 * subr.el (read-number): New function.
19132
19133 * ses.el (ses-read-number): Move to subr.el.
19134 (ses-set-header-row): Use read-number.
19135
19136 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19137
19138 * vc-hooks.el (vc-arg-list): New function, which handles both
19139 compiled and uncompiled code.
19140 (vc-default-workfile-unchanged-p): Use it.
19141
19142 * vc.el (vc-print-log): Undo prev change, use new function
19143 vc-arg-list from vc-hooks.el.
19144
19145 2004-03-26 Masatake YAMATO <jet@gyve.org>
19146
19147 * simple.el (completion-setup-function): Emphasize the
19148 first uncommon characters in the completions; and de-emphasize
19149 the common prefix substrings.
19150 (completion-emphasis): New face.
19151 (completion-de-emphasis): New face.
19152
19153 2004-03-25 Juanma Barranquero <lektu@terra.es>
19154
19155 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19156 Comment out (it's unused and unfinished code).
19157
19158 2004-03-25 Sam Steingold <sds@gnu.org>
19159
19160 * vc.el (vc-print-log): Fix a bug in the last patch:
19161 backend-function may be a byte-compiled object, not a lambda.
19162
19163 2004-03-25 Juri Linkov <juri@jurta.org>
19164
19165 * descr-text.el (describe-property-list): Add a button
19166 for `face' property that calls `describe-face'.
19167 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19168
19169 * international/mule.el (keyboard-coding-system):
19170 * kmacro.el (kmacro-call-macro): Fix docstring.
19171
19172 * dired.el: Fix comments.
19173
19174 * textmodes/fill.el (fill): Fix Info link.
19175
19176 * font-lock.el (fast-lock, lazy-lock):
19177 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19178 Info node.
19179
19180 * eshell/eshell.el (eshell): Fix broken info-link.
19181
19182 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19183 * eshell/em-banner.el (eshell-banner):
19184 * eshell/em-smart.el (eshell-smart):
19185 * eshell/esh-cmd.el (eshell-cmd):
19186 Comment out broken info-links to incomplete Info manual.
19187
19188 * info-xref.el: Fix commentary.
19189
19190 2004-03-25 Kevin Ryde <user42@zip.com.au>
19191
19192 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19193 Remove spurious node duplicate suppression, doesn't work, not wanted.
19194 (info-xref-output): Take format style args, add "sit-for 0" to let
19195 user see the results as they progress.
19196 (info-xref-check-all-custom): New function.
19197
19198 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19199
19200 * gdb-ui.el: Moved to progmodes.
19201
19202 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19203
19204 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19205
19206 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19207
19208 * calendar/appt.el (appt-check): Remove superfluous progn.
19209 When finished with diary buffer: if it was not being displayed
19210 before, kill it; otherwise restore its original state.
19211 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19212
19213 * calendar/calendar.el (calendar-set-mode-line): Use total
19214 available mode-line width, rather than frame-width.
19215
19216 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19217 after mode change so effect not lost.
19218
19219 2004-03-23 Dave Love <fx@gnu.org>
19220
19221 * dired.el (dired) <defgroup>: Add link to manual.
19222 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19223 (dired-revert): Use dolist.
19224 (dired-mode-map): Add U binding.
19225 (dired-mode): Add font-lock-beginning-of-syntax-function.
19226 (dired-garbage-files-regexp): Make it a defcustom.
19227
19228 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19229
19230 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19231 is equivalent to nil.
19232 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19233 (vc-arch-mode-line-string): Accept `added' state.
19234 (vc-arch-state): Use inode-sigs if available.
19235 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19236 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19237 (vc-arch-tagline-re): New var.
19238 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19239 New functions.
19240 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19241 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19242
19243 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19244 (vc-file-not-found-hook): Use it.
19245
19246 * diff-mode.el (diff-default-read-only): Change default.
19247 (diff-mode-hook): Make it a defcustom. Add some options.
19248 (diff-mode-map): Bind diff-refine-hook.
19249 (diff-yank-handler): New var.
19250 (diff-yank-function): New fun.
19251 (diff-font-lock-keywords): Use them.
19252 (diff-end-of-file): Handle case where file-header looks like diff text.
19253 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19254 (diff-file-kill): Delete a subsequent empty line, if applicable.
19255 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19256 (diff-find-file-name): Use it.
19257 (diff-tell-file-name): New command.
19258 (diff-mode): Be careful with view-mode.
19259 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19260 New functions, for use in diff-mode-hook.
19261 (diff-find-source-location): Catch "regex too large" errors.
19262 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19263 (diff-refine-hunk): New command.
19264
19265 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19266 (smerge-context-menu-map): Remove unused var.
19267 (smerge-keep-all): Preserve markers.
19268 (smerge-keep-n): New fun.
19269 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19270 (smerge-keep-current, smerge-ediff): Use it.
19271 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19272 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19273 (smerge-resolve): Resolve trivial 3-part conflicts.
19274
19275 2004-03-23 Juri Linkov <juri@jurta.org>
19276
19277 * man.el (Man-width): New var.
19278 (Man-getpage-in-background): Use it.
19279 (Man-support-local-filenames): New var and fun.
19280 (Man-build-man-command): Don't add a second %s.
19281 (Man-fontify-manpage): Clean up message.
19282 (Man-mode): Set outline-regexp, outline-level,
19283 imenu-generic-expression.
19284
19285 * woman.el (woman-fill-frame): Doc fix.
19286 (woman-decode-region): Use window-width instead of frame-width.
19287
19288 * abbrevlist.el (list-one-abbrev-table):
19289 * descr-text.el (describe-char):
19290 * international/mule-diag.el (describe-current-coding-system):
19291 * international/quail.el (quail-insert-decode-map):
19292 Use window-width instead of frame-width.
19293
19294 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19295 (jka-compr-mode-alist-additions): Add tbz.
19296 (jka-compr-write-region, jka-compr-insert-file-contents):
19297 Add message for undefined compress-program.
19298 (jka-compr-write-region): Remove redundant var bindings.
19299
19300 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19301 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19302 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19303 (dired-man): Use dired-guess-shell-command.
19304 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19305 Change default nil to t.
19306
19307 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19308 (dired-compare-directories): Add default value for empty input.
19309
19310 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19311
19312 * time.el (display-time-string-forms): Fix help-echo date format.
19313
19314 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19315
19316 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19317 (buffer-stale-function): New variable.
19318 (auto-revert-list-diff, auto-revert-dired-file-list)
19319 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19320 (auto-revert-handler): Take over some functionality of deleted
19321 functions.
19322 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19323
19324 * dired.el (dired-directory-changed-p): New fun, extracted from
19325 dired-internal-noselect.
19326 (dired-buffer-stale-p): New fun.
19327 (dired-internal-noselect): Use dired-directory-changed-p.
19328 Eliminate revert messages.
19329 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19330
19331 2004-03-23 Kenichi Handa <handa@m17n.org>
19332
19333 * international/characters.el: Setup syntaxes for more parentheses
19334 Unicode characters.
19335
19336 * international/mule-cmds.el (select-safe-coding-system):
19337 Merge coding-system and auto-cs before comparing them.
19338
19339 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19340
19341 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19342
19343 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19344 normal-auto-fill-function and comment-indent-function.
19345 The default values now work just as well.
19346 Don't set font-lock-beginning-of-syntax-function since we already set
19347 syntax-begin-function.
19348 (lisp-outline-level): Put ;;;###autoload at same level as (.
19349 (prin1-char): Quote special chars.
19350
19351 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19352 than with-no-warnings.
19353
19354 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19355 if the source location can't be found.
19356 (edebug-compute-previous-result): Use prin1-char.
19357
19358 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19359 (debug-ignored-errors): Add an entry.
19360
19361 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19362 (byte-compile-file): Output warning when deleting a file.
19363
19364 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19365 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19366
19367 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19368 (byte-compile-inline-expand): Use backquote.
19369 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19370 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19371
19372 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19373
19374 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19375
19376 2004-03-22 Juri Linkov <juri@jurta.org>
19377
19378 * finder.el (finder-known-keywords): Fix data, tex, unix.
19379
19380 * play/landmark.el: Fix keywords.
19381
19382 * language/ethio-util.el (ethio-find-file): Doc fix.
19383
19384 * emacs-lisp/warnings.el: Doc fix.
19385
19386 * textmodes/ispell.el (ispell-help): Doc fix.
19387
19388 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19389
19390 * format.el (format-insert-file): Always return a list of two
19391 elements, like insert-file-contents does.
19392
19393 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19394
19395 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19396 and vc-BACKEND-diff.
19397 (vc-print-log): If the print-log implementation supports it, use
19398 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19399 (vc-version-diff, vc-diff-internal): Doc fixes.
19400
19401 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19402 implementation supports it, let diff output go to *vc*,
19403 not *vc-diff*, since this is an internal call.
19404
19405 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19406
19407 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19408
19409 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19410
19411 2004-03-21 Dave Love <fx@gnu.org>
19412
19413 * progmodes/cfengine.el (cfengine-mode):
19414 Set parse-sexp-ignore-comments.
19415
19416 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19417
19418 2004-03-21 Juanma Barranquero <lektu@terra.es>
19419
19420 * allout.el (allout-mode): Fix docstring.
19421
19422 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19423
19424 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19425
19426 * autorevert.el (auto-revert-interval): Make new value take
19427 effect immediately when set through Custom.
19428 (auto-revert-set-timer): Add interactive declaration.
19429
19430 2004-03-19 David Ponce <david@dponce.com>
19431
19432 * ruler-mode.el (ruler-mode-header-line-format-old):
19433 Don't `make-variable-buffer-local'.
19434 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19435 (ruler-mode-header-line-format): Simply funcall the above.
19436 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19437 to save/restore a previous header line format.
19438 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19439 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19440 fringes and margins width.
19441 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19442
19443 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * log-edit.el (log-edit-font-lock-keywords): Typo.
19446
19447 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19448 (tex-send-tex-command): Rather than here.
19449 (tex-compilation-parse-errors): Simplify.
19450
19451 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19452
19453 * time.el (display-time-string-forms): Add help-echo with date on time.
19454
19455 * composite.el (compose-region): Use restore-buffer-modified-p.
19456
19457 * disp-table.el (standard-display-8bit): Simplify.
19458
19459 * server.el (server-process-filter): Delete temp frame.
19460
19461 * add-log.el (add-change-log-entry): Simplify.
19462
19463 2004-03-19 Kim F. Storm <storm@cua.dk>
19464
19465 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19466 (hexl-follow-line): Don't require 'fringe.
19467
19468 * progmodes/compile.el (compilation-start): Always set
19469 compilation-last-buffer and return it.
19470
19471 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19472
19473 * simple.el (clone-buffer): Doc fix.
19474
19475 2004-03-18 Juanma Barranquero <lektu@terra.es>
19476
19477 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19478
19479 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * log-edit.el (log-edit-font-lock-keywords): New var.
19482 (log-edit-mode): Use it.
19483
19484 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19485
19486 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19487 properly for watching in speedbar.
19488
19489 2004-03-17 Masatake YAMATO <jet@gyve.org>
19490
19491 * smerge-mode.el (smerge-popup-context-menu):
19492 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19493
19494 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19497 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19498 Take sealed revisions into account.
19499 (vc-arch-checkin): Extract a summary line from the message.
19500
19501 2004-03-16 Masatake YAMATO <jet@gyve.org>
19502
19503 * register.el (register): Provide `register' feature.
19504
19505 2004-03-15 Masatake YAMATO <jet@gyve.org>
19506
19507 Added context menu support in smerge mode.
19508 Most of the part is written by Stefan Monnier.
19509
19510 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19511 New keymap and menu.
19512 (smerge-text-properties): New function.
19513 (smerge-remove-props): New function.
19514 (smerge-popup-context-menu): New function.
19515 (smerge-resolve): Call `smerge-remove-props'.
19516 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19517 (smerge-keep-current): Ditto.
19518 (smerge-kill-current): New function.
19519 (smerge-match-conflict): Put text properties.
19520 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19521
19522 2004-03-15 David Ponce <david@dponce.com>
19523
19524 * ruler-mode.el (ruler-mode-left-fringe-cols)
19525 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19526 (ruler-mode-right-scroll-bar-cols): Remove.
19527 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19528 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19529 Use fringe-columns and scroll-bar-columns.
19530
19531 2004-03-15 Masatake YAMATO <jet@gyve.org>
19532
19533 * hl-line.el (hl-line-range-function): New variable.
19534 (hl-line-move): New function.
19535 (global-hl-line-highlight): Use `hl-line-move'.
19536 (hl-line-highlight): Ditto.
19537
19538 * scroll-bar.el (scroll-bar-columns):
19539 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19540
19541 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19542 (ruler-mode-left-fringe-cols)
19543 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19544 (ruler-mode-right-scroll-bar-cols)
19545 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19546 (ruler-mode-ruler-function): New variable.
19547 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19548 if the value for `ruler-mode-ruler-function' is given.
19549
19550 * hexl.el (hexl-mode-hook): Make the hook customizable.
19551 (hexl-address-area, hexl-ascii-area): New customize variables.
19552 (hexlify-buffer): Put font-lock-faces on the address area and
19553 the ascii area.
19554 (hexl-activate-ruler): New function.
19555 (hexl-follow-line): New function.
19556 (hexl-highlight-line-range): New function.
19557 (hexl-mode-ruler): New function.
19558
19559 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19560
19561 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19562 (vc-default-find-file-hook): New fun.
19563 (vc-find-file-hook): Call new find-file-hook operation.
19564
19565 * vc-arch.el: New file.
19566
19567 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19568
19569 * info-look.el (info-lookup): Reuse an existing Info window.
19570
19571 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19572
19573 * woman.el (woman-preserve-ascii): Default value changed to t and
19574 doc string revised.
19575
19576 2004-03-12 Richard M. Stallman <rms@gnu.org>
19577
19578 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19579 Fix minor bug.
19580
19581 * replace.el (occur-engine): Change message for count of matches.
19582
19583 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19584 For strings, do compare text properties.
19585
19586 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19587
19588 * progmodes/compile.el (compile-auto-highlight)
19589 (compilation-error-list, compilation-old-error-list)
19590 (compilation-parse-errors-function, compilation-parsing-end)
19591 (compilation-error-message, compilation-directory-stack)
19592 (compilation-enter-directory-regexp-alist)
19593 (compilation-leave-directory-regexp-alist)
19594 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19595 (compilation-current-file, compilation-regexps): Remove vars.
19596
19597 (compile-error-at-point, compilation-error-filedata)
19598 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19599 (compilation-next-error-locus, compilation-forget-errors)
19600 (count-regexp-groupings, compilation-parse-errors)
19601 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19602
19603 (compile-internal): Make obsolete.
19604
19605 (compilation-first-column, compilation-error)
19606 (compilation-directory-matcher, compilation-page-delimiter)
19607 (compilation-mode-font-lock-keywords, compilation-debug)
19608 (compilation-error-face, compilation-warning-face)
19609 (compilation-info-face, compilation-line-face)
19610 (compilation-column-face, compilation-enter-directory-face)
19611 (compilation-leave-directory-face, compilation-skip-threshold)
19612 (compilation-skip-visited, compilation-context-lines): New vars.
19613
19614 (compilation-warning-face, compilation-info-face)
19615 (compilation-message-face): New faces.
19616
19617 (compilation-error-regexp-alist-alist): New constant.
19618
19619 (compilation-face, compilation-directory-properties)
19620 (compilation-assq, compilation-error-properties, compilation-start)
19621 (define-compilation-mode, compilation-loop)
19622 (compilation-set-window): New functions.
19623
19624 (compile): Additional argument for interactive compiles like TeX.
19625
19626 * progmodes/grep.el (kill-grep): Move here from compile.el
19627 (grep-error, grep-hit-face, grep-error-face)
19628 (grep-mode-font-lock-keywords): New variables.
19629 (grep-regexp-alist): Simplify regexp and add `binary' case.
19630 (grep-mode): New mode.
19631 (grep-process-setup): Simplify.
19632
19633 2004-03-11 Jason Rumney <jasonr@gnu.org>
19634
19635 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19636 letters on DOS/Windows.
19637
19638 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * server.el (server-name): New var.
19641 (server-socket-dir): New var to replace server-socket-name.
19642 (server-start): Use them.
19643
19644 2004-03-11 Simon Josefsson <jas@extundo.com>
19645
19646 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19647 died to avoid infloop. Reported by Jonathan Glauner
19648 <jglauner@sbum.org>.
19649
19650 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19653 (smerge-mode-menu): Use it to deactivate menu entries.
19654 (smerge-keep-current): New fun.
19655 (smerge-keep-current): Use it.
19656
19657 2004-03-10 John Paul Wallington <jpw@gnu.org>
19658
19659 * foldout.el (foldout-fold-list, foldout-modeline-string):
19660 Declare them as variables, not constants.
19661
19662 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19663
19664 * ps-print.el: Modification to print *Messages* buffer.
19665 (ps-print-version): New version 6.6.4.
19666 (ps-message-log-max): New fun.
19667 (ps-spool-without-faces, ps-spool-with-faces)
19668 (ps-count-lines-preprint): Code fix.
19669
19670 * printing.el: New tips in Tips section.
19671
19672 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19673
19674 * delim-col.el: Doc fix.
19675
19676 * printing.el: Doc fix. New doc section (Tips).
19677
19678 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19679
19680 * type-break.el (type-break-emacs-variant): Remove.
19681 (type-break-run-at-time, type-break-cancel-function-timers):
19682 Use fboundp rather than version name and number.
19683
19684 2004-03-09 Masatake YAMATO <jet@gyve.org>
19685
19686 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19687 `make-variable-buffer-local'.
19688
19689 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19690
19691 * find-dired.el (find-dired): Call `shell-command' instead of
19692 `start-process-shell-command'. By this, Tramp takes over
19693 handling of remote directories.
19694
19695 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * newcomment.el (comment-use-global-state): New var.
19698 (comment-search-forward): Use it.
19699
19700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19701
19702 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19703
19704 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19705 (enable-kinsoku): Make it a defcustom.
19706 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19707 paragraph to same-comment-start-marker.
19708
19709 2004-03-07 Dave Love <fx@gnu.org>
19710
19711 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19712 (browse-url-mail): Use it.
19713
19714 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19715 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19716
19717 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19718
19719 * woman.el (woman-man.conf-path): Doc fix.
19720 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19721
19722 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19723
19724 * sort.el (sort-columns): Remove ms-dos from the list of systems
19725 where the external `sort' command is not used.
19726
19727 2004-03-07 Kim F. Storm <storm@cua.dk>
19728
19729 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19730 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19731 from overlay-arrow-variable-list.
19732 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19733
19734 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19735
19736 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19737 overlay arrow string properly for the assembler buffer.
19738
19739 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * mail/sendmail.el (mail-mode): Fix last change.
19742
19743 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19744
19745 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19746 for the assembler buffer.
19747 (gdb-assembler-custom): Position the overlay arrow.
19748 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19749
19750 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19751
19752 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19753
19754 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19755 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19756
19757 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19758
19759 * newcomment.el (uncomment-region): Allow non-terminated comment.
19760 (comment-normalize-vars): Check the user-specified comstart marker.
19761
19762 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19763
19764 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19765 Otherwise, do use it if the region only contains font-lock text
19766 properties.
19767
19768 2004-03-04 Masatake YAMATO <jet@gyve.org>
19769
19770 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19771 as the callback function for eldoc.
19772 (hexl-print-current-point-info): New function.
19773 (hexl-current-address): Print the address in both decimal
19774 and hexadecimal format.
19775
19776 2004-03-04 Richard M. Stallman <rms@gnu.org>
19777
19778 * mail/rmail.el (rmail-convert-to-babyl-format):
19779 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19780
19781 * mail/mail-utils.el (mail-unquote-printable-region):
19782 New arg UNIBYTE.
19783
19784 * startup.el (command-switch-alist): Doc fix.
19785
19786 * simple.el (undo): Temporarily set this-command to `undo-start',
19787 then set it to `undo' once undo-start returns without error.
19788
19789 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19790
19791 * simple.el (kill-line): Don't disregard trailing whitespace
19792 in eol condition, if show-trailing-whitespace is set.
19793
19794 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19795 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19796 When disabling, restore old values only if mouse-sel-has-been-enabled.
19797
19798 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19799 (isearch-{-char): New function.
19800 (isearch-mode-map): Bind { to isearch-{-char.
19801
19802 * font-lock.el (lisp-font-lock-keywords-2):
19803 Turn off the CL with-... and do-... general patterns.
19804 Instead, recognize several specific with... and do... constructs.
19805
19806 * files.el (switch-to-buffer-other-window):
19807 Bind same-window-buffer-names and same-window-regexps to nil.
19808 (switch-to-buffer-other-frame): Likewise.
19809
19810 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19813 recognizing leading comment on code line.
19814
19815 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19818 hidden files/directories.
19819
19820 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19823 only comment-start (in case the mode hasn't set it).
19824
19825 * Makefile.in (AUTOGENEL): New var.
19826 (bootstrap-prepare): Rename from bootstrap-clean.
19827 Don't remove elc files.
19828 (maintainer-clean): New target.
19829
19830 * xml.el (xml-get-attribute-or-nil): Simplify.
19831
19832 2004-03-02 Juri Linkov <juri@jurta.org>
19833
19834 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19835 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19836 URL to prevent their substitution with the environment variable
19837 values by browsers.
19838
19839 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19840
19841 * ps-print.el: Doc fix.
19842 (ps-print-version): New version number (6.6.3).
19843 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19844 Docstring fix.
19845 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19846 before printing.
19847 (ps-time-stamp-yyyy-mm-dd): New fun.
19848 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19849
19850 2004-03-02 Kim F. Storm <storm@cua.dk>
19851
19852 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19853
19854 2004-03-01 Juanma Barranquero <lektu@terra.es>
19855
19856 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19857
19858 * desktop.el (desktop-file-version)
19859 (desktop-after-read-hook): Fix typos.
19860 (desktop-clear-preserve-buffers): Remove redundant info in
19861 docstring already shown by the obsolescence message.
19862 (desktop-truncate, desktop-internal-v2s)
19863 (desktop-value-to-string): Change argument name to match docstring.
19864
19865 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19866
19867 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19868 docstring.
19869
19870 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19871
19872 * printing.el: Replace "As Is..." in PostScript file print/preview by
19873 "No Preprocessing...". Suggested by Colin Marquardt
19874 <_marquardt_@zmd.de>.
19875 (pr-insert-section-4): Adjust buffer interface.
19876
19877 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19878
19879 Version 2.0.39 of Tramp released.
19880
19881 * net/tramp.el (tramp-handle-file-local-copy)
19882 (tramp-handle-write-region, tramp-open-connection-rsh):
19883 Variable name typo. Small change. From Patrick Tullmann
19884 <tullmann@flux.utah.edu>.
19885 (tramp-process-connection-type): New variable.
19886 (tramp-maybe-open-connection): Use it.
19887 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19888 (tramp-touch): Set last-modified time of a remote file.
19889 (tramp-handle-write-region): Say which function is used when encoding.
19890
19891 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19892
19893 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19894 case of non-existing filename, too. Reported by Christoph Bauer
19895 <c_bauer@informatik.uni-kl.de>.
19896 (tramp-smb-get-file-entries): The directory in question should
19897 have permissions "drwxrwxrwx". Just virtual, because we don't
19898 know the real permissions. Don't we know?
19899 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19900 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19901 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19902 output. If it was received chunkwise, there have been problems.
19903 Remove the "prompt not found" error message; it is obvious.
19904 Simplify algorithm.
19905 (tramp-smb-process-running): Remove. Since we acknowledge the
19906 virtual prompt for shares, there's no need for distinction of
19907 reading shares (process ends afterwards) and interactive mode of
19908 smblient.
19909 (tramp-smb-open-connection): Setting process sentinel removed.
19910 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19911 "NT_STATUS_NETWORK_ACCESS_DENIED".
19912 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19913 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19914 (top-level): Setting default value in `tramp-default-method-alist'
19915 corrected. Order of USER and HOST have been wrong.
19916 Nobody complained for months ...
19917 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19918 (tramp-smb-open-connection): Clear password cache if login has failed.
19919
19920 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19921 `tramp-unified-filenames'.
19922 (tramp-completion-mode): Make test for XEmacs explicitly.
19923 `event-to-character' can exists in Emacs packages too.
19924 Reported by Matt Swift <swift@alum.mit.edu>.
19925 (tramp-buffer-name): Buffer name must contain the user if exists.
19926 Reported by Adrian Phillips <a.phillips@met.no>.
19927 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19928 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19929 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19930 `tramp-do-copy-or-rename-file-one-local', because it handles also
19931 the case both files use the same out-of-band method.
19932 Implementation added.
19933 (tramp-handle-file-local-copy, tramp-handle-write-region):
19934 Out-of-band handling removed. `copy-file' called instead, which
19935 calls `tramp-do-copy-or-rename-file-out-of-band'.
19936 (tramp-action-password): Check for out-of-band method removed.
19937 This function is used for 'login-program.
19938 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19939 appropriate.
19940 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19941 and `tramp-parse-sknownhosts'.
19942 (tramp-completion-function-alist): It's a defvar now, because we
19943 want to apply the optimized `tramp-set-completion-function'
19944 instead of a static list.
19945 (tramp-set-completion-function): Implementation tuned.
19946 Avoid double entries, and entries where the function or the
19947 file/directory doesn't exist.
19948 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19949 for SSH2.
19950 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19951 (tramp-handle-dired-compress-file): New function.
19952 (tramp-async-proc): New variable.
19953 (tramp-handle-shell-command): Adding asynchronous processes.
19954 They are far from being perfect, but it works at least for
19955 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19956 (top-level): Require password.el if visible. Should be mandatory
19957 once No Gnus has found its way into (X)Emacs.
19958 (tramp-read-passwd): Invoke `password-read' if available,
19959 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19960 fallback any longer.
19961 (tramp-clear-passwd): New function.
19962 (tramp-process-actions, tramp-process-multi-actions):
19963 Clear password cache if login has failed.
19964
19965 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19966 its own module.
19967 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19968 `ange-ftp-ftp-name-res'. There could be incorrect values from
19969 previous calls in case the "ftp" method is used in the Tramp file
19970 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19971
19972 2004-02-28 Richard M. Stallman <rms@gnu.org>
19973
19974 * term.el (term-mouse-paste): Call mouse-set-point.
19975
19976 * thumbs.el: New file.
19977
19978 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19979
19980 * progmodes/ebnf-abn.el: Doc fix.
19981
19982 * progmodes/ebnf-bnf.el: Doc fix.
19983 (ebnf-repeat): Code fix.
19984
19985 * progmodes/ebnf2ps.el: Doc fix.
19986 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19987
19988 2004-02-28 Juri Linkov <juri@jurta.org>
19989
19990 * ffap.el (dired-at-point): Additional writability test for
19991 relative directory names.
19992 (dired-at-point-prompter): Treat directories as a directory, get
19993 the directory component from files.
19994 (ffap-string-at-point): Return string from region if region is active.
19995 (ffap-file-at-point): Remove redundant code.
19996
19997 2004-02-28 Kim F. Storm <storm@cua.dk>
19998
19999 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
20000 Initialize margin area images to nil.
20001 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
20002 (breakpoint-enabled-bitmap-face)
20003 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
20004 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
20005 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
20006 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
20007 (gdb-reset): Use gdb-remove-breakpoint-icons.
20008 (gdb-put-string): Add dprop arg to specify alternative display
20009 property (for setting fringe bitmap).
20010 (gdb-remove-strings): Doc fix.
20011 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
20012 icon in fringe (if available), or else as icon or text in display
20013 margin. Creates necessary icons in breakpoint-bitmap,
20014 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
20015 Also make left window margin if required.
20016 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
20017 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
20018 no longer needed.
20019 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
20020 gdb-put-breakpoint-icon.
20021 (gdb-assembler-mode): Don't set left-margin-width here.
20022
20023 2004-02-27 Kevin Ryde <user42@zip.com.au>
20024
20025 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
20026 comma, so that it DTRT in macros.
20027
20028 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
20029
20030 * progmodes/sh-script.el (sh-shell-arg)
20031 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
20032 (sh-leading-keywords, sh-other-keywords): Fix custom type.
20033
20034 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
20035
20036 * faces.el (face-spec-set-match-display): Add a new attribute,
20037 `min-colors'.
20038 (region, highlight, secondary-selection): Use `min-colors'.
20039
20040 * custom.el (defface): Add documentation for `min-colors'.
20041
20042 * font-lock.el (font-lock-comment-face, font-lock-string-face)
20043 (font-lock-keyword-face, font-lock-function-name-face)
20044 (font-lock-variable-name-face, font-lock-constant-face):
20045 Use `min-colors'.
20046
20047 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
20048
20049 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20050
20051 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
20052 define assq-delete-all if it's not defined.
20053 (ebnf-generate-region): Code fix.
20054
20055 * printing.el: Doc fix.
20056 (pr-version): New version number (6.7.2).
20057 (pr-command): Return empty string if command is an empty string.
20058
20059 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20060
20061 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
20062
20063 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
20064 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
20065 semi-down-full. Fix a bug on productions like test = {"test"}* | (
20066 "tt" ["test"] ). Reported by Markus Dreyer
20067 <mdreyer@ix.urz.uni-heidelberg.de>.
20068 (ebnf-version): New version number (4.0).
20069 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20070 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20071 (ebnf-delete-style): New commands.
20072 (ebnf-directory, ebnf-file): New funs.
20073 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20074 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20075 (ebnf-syntax-alist): New var.
20076 (ebnf-element-width): New fun replacing ebnf-list-width.
20077 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20078 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20079 (ebnf-prologue): Adjust vars.
20080 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20081 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20082 (ebnf-check-style-values, ebnf-generate-production)
20083 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20084 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20085 (ebnf-token-repeat): Code fix.
20086
20087 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20088 %right, %left and %prec. Suggested by Matthew K. Junker
20089 <junker@alum.mit.edu>.
20090 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20091
20092 * progmodes/ebnf-iso.el: Doc fix.
20093 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20094 (ebnf-iso-lex): Code fix.
20095
20096 * progmodes/ebnf-bnf.el: Doc fix.
20097 (ebnf-bnf-lex): Code fix.
20098
20099 * progmodes/ebnf-otz.el: Doc fix.
20100
20101 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20102
20103 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20104 (abbrev-prefix-mark): Doc fix.
20105
20106 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20107
20108 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20109 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20110 (gdb-var-delete): Make interactive (really).
20111 (gdb-edit-value): Make non-interactive.
20112
20113 * progmodes/gud.el (gud-speedbar-menu-items):
20114 Add gdb-var-delete and, indirectly, gdb-edit-value.
20115 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20116 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20117 (gud-gdb-marker-filter): Add comment for annotations.
20118
20119 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20120
20121 * calendar/calendar.el (generate-calendar)
20122 (calendar-read-date): Prevent display of BC calendars once more -
20123 reverts 2003-10-01 change.
20124 (generate-calendar-month): Doc fix.
20125
20126 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20127
20128 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20129 return value of increment-calendar-month.
20130
20131 2004-02-21 Stephen Compall <s11@member.fsf.org>
20132
20133 * saveplace.el (save-place-forget-unreadable-files)
20134 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20135 (save-place-forget-unreadable-files): New function.
20136 (save-place-alist-to-file): Use it to filter out files that are
20137 no longer readable.
20138
20139 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20140 current Texinfo environment, using the same method as in
20141 `texinfo-insert-@end', and insert a space rather than a newline if
20142 point in a @table environment.
20143
20144 2004-02-21 Juri Linkov <juri@jurta.org>
20145
20146 * ffap.el (ffap-file-at-point): Try parent directories.
20147
20148 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20149
20150 * vcursor.el (vcursor-modifiers): New defcustom.
20151 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20152 hard-coded list.
20153
20154 2004-02-21 Masatake YAMATO <jet@gyve.org>
20155
20156 * play/animate.el (animate-birthday-present): Accept names other
20157 than `Sarah', too.
20158
20159 2004-02-21 Juri Linkov <juri@jurta.org>
20160
20161 * startup.el: Remove table of command line arguments from the
20162 Commentary section.
20163
20164 2004-02-20 John Wiegley <johnw@newartisans.com>
20165
20166 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20167 again" modifier from 'e' to 'E', since 'e' is also used by the
20168 "file extension" modifier.
20169
20170 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20171
20172 * help-fns.el (describe-categories): Doc fix.
20173
20174 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20175
20176 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20177 temporary file for buffer already visiting one. This change makes
20178 output likely to be directly usable by patch program.
20179 Suggested by Adrian Aichner <adrian@xemacs.org>
20180
20181 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20182
20183 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20184 case of variables defined in compound statements.
20185 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20186 Simplify constructions using switch-to-buffer.
20187
20188 2004-02-19 Simon Josefsson <jas@extundo.com>
20189
20190 * play/morse.el: Fix typo.
20191 (morse-code): Add @.
20192
20193 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20194
20195 * calendar/appt.el (appt-display-format): Change default to
20196 'ignore, for backwards compatibility.
20197 (appt-display-message): If appt-display-format is 'ignore,
20198 respect old vars appt-msg-window and appt-visible.
20199 (appt-activate): Don't depend on return value of cancel-timer.
20200
20201 * calendar/calendar.el (calendar-holidays): Doc fix.
20202
20203 * calendar/cal-coptic.el (coptic-prompt-for-date):
20204 Use assoc-string instead of assoc-ignore-case.
20205 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20206 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20207 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20208 * calendar/cal-islam.el (calendar-goto-islamic-date)
20209 (mark-islamic-diary-entries): Ditto.
20210 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20211 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20212 (calendar-read-mayan-tzolkin-date): Ditto.
20213 * calendar/calendar.el (calendar-read-date): Ditto.
20214 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20215
20216 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20217
20218 * progmodes/executable.el (executable-command-find-posix-p):
20219 Fix choice of the directory.
20220
20221 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20222
20223 * simple.el (interprogram-cut-function)
20224 (interprogram-paste-function, kill-new, kill-append):
20225 Doc fixes.
20226 (kill-region): Make it return nil. Doc fix.
20227 (yank-pop): Make its argument optional.
20228 (yank): Make ARG `-' equivalent to `-1'.
20229
20230 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20231
20232 * mail/rmail.el (rmail-get-new-mail): Don't reference
20233 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20234
20235 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20236
20237 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20238 if one of global-auto-revert-non-file-buffers or autorevert-mode
20239 is non-nil.
20240
20241 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20242
20243 * subr.el (delete-dups): A better implementation from Karl Heuer
20244 <kwzh@gnu.org>.
20245
20246 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20247
20248 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20249 correct place.
20250 * progmodes/icon.el (icon-indent-command): Ditto.
20251 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20252
20253 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20254
20255 * progmodes/grep.el (grep-compute-defaults): Undo change from
20256 2004-01-29: don't use executable-command-find-posix-p.
20257
20258 2004-02-16 Richard Sharman <rsharman@pobox.com>
20259
20260 * hilit-chg.el: Use require instead of eval-and-compile.
20261 (highlight-compare-buffers): New function.
20262
20263 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20264
20265 * man.el (Man-fontify-manpage): Render section headings in
20266 `Man-overstrike-face' even when overstrike was not used by man
20267 formatter for section headings.
20268
20269 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20270
20271 * rmail-spam-filter.el (vm-use-spam-filter)
20272 (rsf-min-region-length-added-to-spam-list): New variables.
20273 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20274 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20275 spam testing. Don't delete spam message if automatic deletion
20276 after output via variable rmail-delete-after-output is turned on.
20277 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20278 rsf-bbdb-dont-create-entries-for-spam.
20279 (check-field): New function, extracted from code in
20280 rmail-spam-filter to ease addition of header fields like content-type.
20281 (message-content-type): New variable to check the content-type:
20282 field added, also in defcustom of rsf-definitions-alist.
20283 (rmail-spam-filter): Replace repeated test code for header fields
20284 by calls to check-field; change the call to
20285 rmail-output-to-rmail-file such that rmail-current-message stays
20286 the same to avoid wrong deletion of unseen flags.
20287 (rsf-add-contents-type): New function to convert old format
20288 of rmail-spam-definitions-alist into new one.
20289 Change prefixes of all variables and functions from
20290 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20291
20292 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20293
20294 * loadhist.el (unload-hook-features-list): New defvar.
20295
20296 2004-02-16 Dave Love <fx@gnu.org>
20297
20298 * loadhist.el (unload-feature): Doc fix. Rename flist to
20299 unload-hook-features-list.
20300
20301 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20302
20303 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20304 cookie. Don't check if we are looking-at open-formula.
20305
20306 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20307
20308 * subr.el (match-string-no-properties): Use substring-no-properties.
20309
20310 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20311
20312 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20313 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20314 Use lower-case "rx" in all error message.
20315
20316 2004-02-16 Dave Love <fx@gnu.org>
20317
20318 * emacs-lisp/rx.el (rx-or): Put group around result.
20319 (rx-constituents): Add backref.
20320 (rx-syntax): Add string-delimiter, comment-delimiter.
20321 (rx-categories): Add combining-diacritic.
20322 (rx-check-not, rx-greedy, rx): Doc fix.
20323 (rx-backref, rx-check-backref): New.
20324
20325 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20326
20327 * newcomment.el (uncomment-region): Allow eob as comment end.
20328
20329 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20330
20331 * filecache.el: All message and error commands now use prefix
20332 "Filecache:" to make it easy to read *Messages* buffer.
20333
20334 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20335
20336 * autorevert.el: Add support to detect changed dired and VC buffers.
20337 (auto-revert-active-p, auto-revert-list-diff)
20338 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20339 (auto-revert-handler, auto-revert-active-p): New functions.
20340 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20341 and `auto-revert-active-p'.
20342 (eval-when-compile): Defvar dired-directory and vc-mode.
20343 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20344 (auto-revert-handler-vc): New functions.
20345
20346 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20347
20348 * progmodes/compile.el (compilation-directory): New defvar.
20349 (compile): Save current directory in compilation-directory.
20350 (recompile): Bind default-directory to compilation-directory if
20351 that is non-nil.
20352
20353 2004-02-16 Dave Love <fx@gnu.org>
20354
20355 * newcomment.el (comment-insert-comment-function)
20356 (comment-region-function, uncomment-region-function): New.
20357 (comment-indent): Use comment-insert-comment-function.
20358 (uncomment-region): Use uncomment-region-function.
20359 (comment-region): Use comment-region-function.
20360
20361 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20362
20363 2004-02-16 Richard Stallman <rms@gnu.org>
20364
20365 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20366 loaddefs* and ldefs-boot*.
20367
20368 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20369
20370 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20371 and email address at the beginning and end of the address.
20372
20373 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20374 anchored at the beginning of the email address.
20375
20376 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20377
20378 * international/ccl.el (ccl-compile-write): Pass `left' to
20379 ccl-embed-code to generate correct code of write-expr-register.
20380
20381 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20382
20383 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20384
20385 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20386
20387 * x-dnd.el: Mention support for Motif in commentary.
20388 (x-dnd-handle-drag-n-drop-event): Ditto.
20389
20390 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20391
20392 * ses.el: Use "ses--" prefixes for buffer-local variables.
20393 Use (point-min) instead of 1, even when we know the buffer
20394 is unnarrowed.
20395 (ses-build-load-map): Delete. Distribute its content to defconsts for
20396 the three maps.
20397 (ses-menu, ses-header-line-menu): New menus.
20398 (ses-mode-map): Use them.
20399 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20400
20401 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20402
20403 * Makefile.in: Fix the CC Mode recompile kludge so it works
20404 when building in a different directory.
20405
20406 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20407
20408 * simple.el (kill-new): Put yank-handler property on the entire string.
20409
20410 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * diff.el: Don't use compile any more, use diff-mode instead.
20413 (diff-regexp-alist, diff-old-file, diff-new-file)
20414 (diff-parse-differences, diff-process-setup): Remove.
20415 (diff-sentinel): New fun.
20416 (diff): Use it. Run the process ourselves.
20417 Use diff-mode for the rest of the processing.
20418
20419 * diff.el (diff): Simplify code handling `switch'.
20420
20421 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20422
20423 * pcvs-defs.el (cvs-menu): Add `tag'.
20424
20425 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20426
20427 * simple.el (kill-append): Doc fix.
20428
20429 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20430 Adapt outline-regexp to the new conventions for commenting out code.
20431
20432 2004-02-11 John Paul Wallington <jpw@gnu.org>
20433
20434 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20435
20436 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20437
20438 * diff.el (diff-switches): New fun.
20439 (diff, diff-backup): Use it.
20440 (diff): Clean up the args construction. Use backquote.
20441 Use listp instead of consp to avoid putting a nil arg.
20442 (diff): Add a revert-buffer function.
20443
20444 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20445
20446 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20447 handled by x-dnd-handle-file-name.
20448 (x-dnd-known-types): Add COMPOUND_TEXT.
20449 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20450 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20451 x-dnd-empty-state.
20452 (x-dnd-forget-drop): Ditto.
20453 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20454 (x-dnd-handle-one-url): Return private when inserting text.
20455 (x-dnd-insert-ctext): New function.
20456 (x-dnd-handle-file-name): New function for FILE_NAME.
20457 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20458 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20459 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20460
20461 2004-02-10 Kenichi Handa <handa@m17n.org>
20462
20463 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20464 instead of while loop.
20465
20466 2004-02-10 Miles Bader <miles@gnu.org>
20467
20468 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20469
20470 2004-02-09 Kenichi Handa <handa@m17n.org>
20471
20472 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20473 have end-of-line.
20474
20475 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20476
20477 * Makefile.in: Added extra dependencies in the recompile target
20478 needed to cope with the compile time macro expansions in CC Mode.
20479
20480 2004-02-09 Kim F. Storm <storm@cua.dk>
20481
20482 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20483 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20484 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20485 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20486 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20487 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20488 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20489 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20490 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20491 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20492 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20493
20494 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20495
20496 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20497 Don't allow shrink if there's a window on our right.
20498
20499 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20500 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20501 Bring together declaration and initialization.
20502 (prolog-mode-variables): Don't set the syntax table.
20503 Don't set paragraph-start and comment-indent-function.
20504 Add /*..*/ to the comment regexps.
20505 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20506 (prolog-mode-map): Don't bind TAB.
20507 (prolog-mode): Set the syntax table.
20508 (prolog-comment-indent): Remove.
20509 (inferior-prolog-mode-map): Initialize in the declaration.
20510 (inferior-prolog-mode-syntax-table)
20511 (inferior-prolog-mode-abbrev-table): New vars.
20512 (inferior-prolog-mode): Derive from comint-mode.
20513 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20514 minibuffer windows.
20515
20516 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20517 in file names, as long as it is unambiguous.
20518
20519 2004-02-08 Andreas Schwab <schwab@suse.de>
20520
20521 * textmodes/reftex-toc.el
20522 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20523 format. Doc fix.
20524
20525 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20526 format string arguments.
20527
20528 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20529 string argument.
20530
20531 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20532
20533 * play/zone.el (zone-call): Fix format string.
20534
20535 * net/webjump.el (webjump-builtin): Add missing format string argument.
20536
20537 * midnight.el (midnight-delay-set): Remove extra format string argument.
20538
20539 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20540
20541 * hexl.el (hexl-insert-char): Add missing format string argument.
20542
20543 * format.el (format-decode): Fix format string.
20544
20545 * emulation/vi.el (vi-mode): Remove extra format string argument.
20546 (vi-repeat-last-search): Likewise.
20547 (vi-reverse-last-search): Likewise.
20548 (vi-goto-mark): Likewise.
20549 (vi-reverse-last-find-char): Likewise.
20550 (vi-repeat-last-find-char): Likewise.
20551 (vi-locate-def): Likewise.
20552
20553 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20554
20555 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20556 string argument.
20557 (ediff-toggle-regexp-match): Likewise.
20558
20559 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20560 format string argument.
20561
20562 * calc/calc-map.el (calc-get-operator): Remove extra format
20563 string argument.
20564
20565 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20566
20567 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20568 string argument.
20569
20570 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20571
20572 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20573
20574 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20575
20576 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20577 (cl-struct-setf-expander): Likewise.
20578
20579 * vc.el (with-vc-file): Fix unsafe uses of error.
20580 (vc-cancel-version): Likewise.
20581
20582 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20583
20584 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20585 thousands separator; fixes <class>:<line-number> regexp for
20586 non-english locales.
20587
20588 2004-02-08 Andreas Schwab <schwab@suse.de>
20589
20590 * view.el (view-mode-enable): Revert previous change.
20591
20592 2004-02-07 Kim F. Storm <storm@cua.dk>
20593
20594 * simple.el (line-number-at-pos): Rename from line-at-pos.
20595 Uses changed (what-line and vc-annotate-warp-version).
20596
20597 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20598
20599 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20600 (diff-mode): Remove aborted attempt at support for compile.el.
20601 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20602
20603 2004-02-06 Andreas Schwab <schwab@suse.de>
20604
20605 * view.el (view-mode-enable): Add view-mode-map to
20606 minor-mode-overriding-map-alist.
20607
20608 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20609
20610 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20611
20612 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20615 with point inside rather than after the paragraph.
20616
20617 2004-02-04 Sam Steingold <sds@gnu.org>
20618
20619 * mail/smtpmail.el (smtpmail-try-auth-methods):
20620 Do not try authentication when no mechanism is available.
20621 Pass port-name as defaultport to `netrc-machine'.
20622
20623 2004-02-04 Stephen Eglen <stephen@gnu.org>
20624
20625 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20626 to show how minibuffer height can be constrained.
20627
20628 2004-02-04 John Paul Wallington <jpw@gnu.org>
20629
20630 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20631
20632 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20633
20634 * x-dnd.el: New file for drag and drop.
20635
20636 * term/x-win.el: require x-dnd, set after-make-frame-functions
20637 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20638 drag-n-drop event.
20639
20640 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20641 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20642 (dired-dnd-handle-file): New functions for drag and drop support.
20643 (dired-mode): Initialize drag and drop if x-dnd present.
20644
20645 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20646
20647 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20648 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20649 (cperl-mode): Set fill-paragraph-function.
20650 (cperl-fill-paragraph): Make it non-interactive.
20651
20652 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20653
20654 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20655
20656 2004-02-02 David Kastrup <dak@gnu.org>
20657
20658 * replace.el (perform-replace): Allow 'literal argument in
20659 regexp-flag to indicate literal replacement.
20660 (query-replace-regexp-eval): Use it.
20661
20662 2004-02-01 Andreas Schwab <schwab@suse.de>
20663
20664 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20665
20666 2004-02-01 Stephen Eglen <stephen@gnu.org>
20667
20668 * info-look.el: Add support for maxima-mode. Update commentary
20669 because info-lookup-symbol is now bound to C-h S.
20670
20671 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20672
20673 * simple.el (edit-and-eval-command): Bind print-level and
20674 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20675 Correct initial position in command-history.
20676
20677 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20678
20679 * files.el (read-directory-name): Adapt the docstring to recent
20680 change in Fread_file_name.
20681
20682 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20683
20684 * ses.el (ses-print-cell): If print format too wide for column
20685 width, truncate decimal places if that helps to avoid "#####" fill.
20686 * ses.el (ses-initial-column-width): Revert previous change.
20687
20688 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20689
20690 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20691 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20692 Add edebug info.
20693 (jit-lock-mode): Setup/cancel the new timer.
20694 (jit-lock-context-fontify): New fun. Extracted from
20695 context fontification code of jit-lock-stealth-fontify.
20696 (jit-lock-stealth-fontify): Don't do context fontification any more.
20697
20698 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20699 (jit-lock-fontify-now): Handle the `quit' case.
20700 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20701
20702 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20703
20704 * progmodes/executable.el (executable-command-find-posix-p):
20705 New. Check if find handles arguments Posix-style.
20706
20707 * progmodes/grep.el (grep-compute-defaults):
20708 Use executable-command-find-posix-p.
20709 (grep-find): Check `grep-find-command'.
20710
20711 * filecache.el (file-cache-find-posix-p): Delete.
20712 (file-cache-add-directory-using-find):
20713 Use `executable-command-find-posix-p'.
20714
20715 2004-01-29 Dave Love <fx@gnu.org>
20716
20717 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20718 Iterate the hook function if arg is given.
20719 (mark-defun, narrow-to-defun): Change order of finding the limits.
20720
20721 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20722 (byte-compile-format-warn): New.
20723 (byte-compile-callargs-warn): Use it.
20724 (Format, message, error): Add byte-compile-format-like property.
20725 (byte-compile-maybe-guarded): New.
20726 (byte-compile-if, byte-compile-cond): Use it.
20727 (byte-compile-lambda): Compile interactive forms,
20728 just to make warnings about them.
20729
20730 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20731
20732 * ses.el (ses-initial-column-width): Increase to 14, so it will
20733 work well with the default printer of "%.7g" for extreme values
20734 like "-1.234567e+07".
20735
20736 2004-01-29 Kenichi Handa <handa@m17n.org>
20737
20738 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20739
20740 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20741
20742 * dos-w32.el: Added support for the `default-printer-name' function.
20743
20744 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20745
20746 * server.el (server-socket-name): Don't use the hostname in the
20747 socket name since /tmp is local to the host anyway.
20748
20749 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20750 robust check of widening and fix var-naming.
20751
20752 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20753
20754 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20755 or rmail-spam- to rsf- in all function and variable names.
20756 (rsf-min-region-to-spam-list): New variable.
20757 (rsf-bbdb-auto-delete-spam-entries): Rename from
20758 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20759 scanned together with the recipients field for spam testing; Don't
20760 delete spam message if rmail-delete-after-output is non-nil;
20761 (rsf-check-field): New function, extracted from code in
20762 rmail-spam-filter to ease addition of header fields like
20763 content-type:;
20764 (message-content-type): New variable. The content-type: field was
20765 added also in defcustom of rsf-definitions-alist;
20766 (rmail-spam-filter): Replace repeated test code for header fields
20767 by calls to check-field; change the call to
20768 rmail-output-to-rmail-file such that rmail-current-message stays
20769 the same to avoid wrong deletion of unseen flags.
20770 (rmail-use-spam-filter): Add autoload cookie.
20771
20772 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20773
20774 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20775 (file-cache-add-directory-using-find): Add Cygwin support.
20776 (file-cache-find-command-posix-flag): New user variable.
20777
20778 * filecache.el (file-cache-add-directory): Check for
20779 directories an remove them from dir-files.
20780
20781 2004-01-27 Richard M. Stallman <rms@gnu.org>
20782
20783 * man.el (Man-fontify-manpage): Clean up message.
20784
20785 2004-01-27 Kenichi Handa <handa@m17n.org>
20786
20787 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20788 (sentence-end): Define using sentence-end-without-space.
20789
20790 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20791 a sentence ends with one of a character in sentence-end-without-space.
20792
20793 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20794
20795 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20796 (jit-lock): Group declaration moved to jit-lock.el.
20797 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20798 when necessary.
20799
20800 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20801 (jit-lock-context-unfontify-pos): Rename from
20802 jit-lock-first-unfontify-pos.
20803 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20804
20805 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20806
20807 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20808 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20809 (fortran-fill): When filling a string, adjust re-search-backward
20810 argument for special case of string just on fill-column.
20811 When filling non-string, allow one extra char if
20812 fortran-break-before-delimiters is non-nil.
20813 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20814 Use fortran-break-delimiters-re and fortran-no-break-re to
20815 correctly handle cases such as "**".
20816
20817 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20818 (f90-no-break-re): Add some extra tokens. Doc fix.
20819
20820 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20821
20822 * mail/rmail-spam-filter.el:
20823 Use two semicolons as Commentary line prefix.
20824 Add ";;; Code:" stylized comment.
20825 Delete end-of-line whitespace.
20826 Wrap (require 'cl) with `eval-when-compile'.
20827
20828 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20829
20830 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20831 at the top level of vc.el.
20832
20833 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20834
20835 * vc.el (vc-current-line): Function removed. This is now done by
20836 the new function line-at-pos in simple.el.
20837 (vc-annotate-warp-version): Use line-at-pos instead of
20838 vc-current-line.
20839
20840 2004-01-22 Kim F. Storm <storm@cua.dk>
20841
20842 * simple.el (line-at-pos): New defun.
20843 (what-line): Use it. Optimize by only counting lines in narrowed
20844 region once.
20845
20846 2004-01-22 Kenichi Handa <handa@m17n.org>
20847
20848 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20849 point (register r1) only for charset mule-unicode-0100-24ff.
20850
20851 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20852
20853 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20854 trailing white space and ensure a final newline.
20855
20856 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20857 Add autoload cookie.
20858
20859 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20860
20861 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20862 activate view-mode explicitly.
20863
20864 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20865
20866 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20867 menu-bar-enable-clipboard and make Paste use clipboard first.
20868
20869 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20870
20871 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20872 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20873 (vc-mcvs-cvs): Remove.
20874 (vc-mcvs-command): Remove use of assert.
20875
20876 * outline.el (outline-insert-heading): Tighten up match.
20877 (outline-demote, outline-move-subtree-down): Don't assume anything
20878 about outline-regexp.
20879
20880 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20881 (texinfo-show-structure): Explicitly add ^, and simplify.
20882
20883 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20884
20885 * calendar/appt.el (appt-check): Restore usage of
20886 appt-issue-message deleted in previous change.
20887 (top-level): Activate package when loaded (needed for backwards
20888 compatibility).
20889
20890 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20891
20892 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20893 following previous change to smtpmail-send-data.
20894
20895 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20896
20897 * vc.el (vc-default-previous-version): Doc enhancement.
20898 (vc-default-next-version): New function.
20899 (vc-print-log): New arg FOCUS-REV.
20900 (vc-annotate-mode): Derive from view-mode.
20901 (vc-annotate): New args REVISION, DISPLAY-MODE.
20902 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20903 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20904 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20905 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20906 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20907
20908 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20909
20910 2004-01-19 Karl Berry <karl@gnu.org>
20911
20912 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20913 or "TexInfo".
20914
20915 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20916
20917 * subr.el (delete-dups): New function.
20918
20919 2004-01-19 Karl Berry <karl@gnu.org>
20920
20921 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20922 with ^, since that's what texinfo-show-structure
20923 documentation says (plus it works much better in texinfo.txi).
20924
20925 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20926
20927 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20928
20929 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20930
20931 * progmodes/which-func.el (which-function-mode): Don't cancel
20932 which-func-update-timer if not set.
20933
20934 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20935
20936 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20937 Remove spurious left square bracket in XX:XXam regexp.
20938
20939 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20940
20941 * progmodes/cc-defs.el: Do not require cl at run time.
20942
20943 2004-01-16 Richard M. Stallman <rms@gnu.org>
20944
20945 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20946 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20947
20948 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20949 Call rmail-spam-filter. Delete and expunge spam.
20950 Print number of spam messages deleted.
20951 Save and restore the deletion status of old messages when reading
20952 new mail with spam filter, so that expunging spam does not expunge
20953 msgs deleted by the user.
20954 (rmail-only-expunge): Add an optional argument dont-show to
20955 prevent showing message after expunge.
20956
20957 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20958
20959 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20960 * subr.el (declare): New macro.
20961
20962 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20963
20964 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20965
20966 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20967
20968 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20969 Test window-system rather than system-type (for X11/Mac).
20970
20971 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20972
20973 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20974
20975 2004-01-12 Richard M. Stallman <rms@gnu.org>
20976
20977 * mail/rmail.el (rmail-convert-to-babyl-format):
20978 Use mail-unquote-printable-region.
20979 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20980 (rmail-hex-char-to-integer): Functions deleted.
20981
20982 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20983 (mail-unquote-printable-region): New arg NOERROR.
20984 For invalid encoding, either signal an error to just return nil.
20985
20986 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20987
20988 * calendar/appt.el: Update copyright and commentary.
20989 (appt-issue-message): Make obsolete.
20990 (appt-visible, appt-msg-window): Make obsolete, in favor of
20991 appt-display-format.
20992 (appt-display-mode-line, appt-display-duration)
20993 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20994 (appt-prev-comp-time, appt-display-count, appt-timer)
20995 (appt-convert-time): Doc change.
20996 (appt-disp-window-function, appt-delete-window-function):
20997 Use defcustom rather than defvar.
20998 (appt-display-format): New variable.
20999 (appt-display-message): New function with display code from appt-check.
21000 (appt-check): Add optional FORCE argument. Doc change.
21001 Add appt-make-list to diary-hook if displaying diary.
21002 Remove checking of view-diary-entries-initially.
21003 Message display section removed to new function appt-display-message.
21004 (appt-display-window): Doc change. Remove unused internal var
21005 this-buffer. Do not beep, since appt-display-message does that.
21006 (appt-make-list): Doc change. Use caar.
21007 (appt-sort-list): Simplify by using builtin sort function.
21008 (appt-update-list): New function for updating appts when diary is
21009 saved.
21010 (appt-activate): New autoloaded function to toggle package
21011 functionality.
21012
21013 * calendar/cal-x.el: (calendar-one-frame-setup)
21014 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21015
21016 * calendar/calendar.el: Update copyright.
21017 (view-diary-entries-initially, european-calendar-style): Doc change.
21018 (calendar-setup): Make defcustom rather than defvar.
21019 (mark-visible-calendar-date): Initialize temp-face and faceinfo
21020 in let binding so local to function.
21021
21022 * calendar/diary-lib.el: Update copyright.
21023 (diary, diary-entry-time): Doc change.
21024 (list-diary-entries): Doc change. Trivial logic change.
21025 (fancy-diary-display): Restore make-face command mistakenly
21026 deleted 2003-05-08.
21027 (show-all-diary-entries): Allow to pop-up frame if needed.
21028
21029 2004-01-09 John Paul Wallington <jpw@gnu.org>
21030
21031 * bindings.el (mode-line-change-eol): Add EVENT parameter.
21032 Temporarily select EVENT's window for changing eol type.
21033
21034 2004-01-09 Deepak Goel <deego@gnufans.org>
21035
21036 * calendar/diary-lib.el (diary-entry-time):
21037 Also accept time in the form XX[.XX][am/pm/AM/PM].
21038 (fancy-diary-font-lock-keywords): Likewise.
21039 (diary-font-lock-keywords): Likewise.
21040 * calendar/appt.el (appt-add): Likewise.
21041 (appt-make-list): Likewise.
21042 (appt-convert-time): Likewise.
21043
21044 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
21045
21046 * gdb-ui.el (gdb-ann3): Revert previous change.
21047 (gdb-source-info): Allow for case of where compilation directory
21048 is not recorded.
21049
21050 2004-01-08 John Paul Wallington <jpw@gnu.org>
21051
21052 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
21053
21054 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
21055
21056 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
21057
21058 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
21059 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
21060 problems.
21061 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
21062
21063 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
21064
21065 * files.el (write-file-functions, write-contents-functions):
21066 Clarify docstrings.
21067
21068 2004-01-07 Kenichi Handa <handa@m17n.org>
21069
21070 * international/mule.el (set-auto-coding): Fix for the case that
21071 end-of-line is only CR.
21072
21073 2004-01-07 Kim F. Storm <storm@cua.dk>
21074
21075 * subr.el (event-start, event-end): Doc fix.
21076 (posn-string, posn-image): New defuns.
21077 (posn-object): Return either image or string object.
21078 (posn-object-x-y): Return 8th element of position.
21079 (posn-object-width-height): New defun.
21080
21081 2004-01-06 Andreas Schwab <schwab@suse.de>
21082
21083 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21084 output.
21085
21086 2004-01-05 Karl Berry <karl@gnu.org>
21087
21088 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21089 / and *, too.
21090
21091 2003-12-31 Simon Josefsson <jas@extundo.com>
21092
21093 * files.el (before-save-hook): Add.
21094 (basic-save-buffer): Use before-save-hook.
21095
21096 * emacs-lisp/copyright.el: Fix comment to recommend
21097 before-save-hook instead of write-file-functions.
21098
21099 2004-01-05 Richard M. Stallman <rms@gnu.org>
21100
21101 * finder.el (finder-commentary): Call delete-other-windows.
21102
21103 * net/ange-ftp.el (ange-ftp-file-attributes):
21104 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21105
21106 2004-01-04 Karl Berry <karl@gnu.org>
21107
21108 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21109 comment characters % and # in the copyright year notice,
21110 as well as ;.
21111
21112 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21113
21114 * wid-edit.el (default): Define dummy :value-delete.
21115 Reported by Jesper Harder <harder@ifa.au.dk>.
21116
21117 2004-01-03 Richard M. Stallman <rms@gnu.org>
21118
21119 * progmodes/compile.el (compile-internal): Use point, not point-min,
21120 for set-window-point.
21121
21122 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21123
21124 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21125
21126 * progmodes/grep.el (grep-mode-map):
21127 Don't remap next-line, previous-line.
21128
21129 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21130
21131 * speedbar.el (speedbar-edit-line): Change regexp to position
21132 the cursor on the first character of this line's button.
21133
21134 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21135
21136 * subr.el (functionp): Doc fix.
21137
21138 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21139
21140 * progmodes/idlwave.el (idlwave-make-tags):
21141 * textmodes/flyspell.el (flyspell-large-region):.
21142 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21143 * emulation/viper-util.el (viper-glob-unix-files):
21144 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21145 * man.el (Man-init-defvars):
21146 * jka-compr.el (jka-compr-call-process):
21147 * files.el (get-free-disk-space,insert-directory):
21148 * ediff-ptch.el (ediff-test-patch-utility):
21149 * ediff-diff.el (ediff-test-utility):
21150 * dired-aux.el (dired-check-process):
21151 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21152 test the return value of call-process, because it can be a string.
21153
21154 2003-12-31 John Paul Wallington <jpw@gnu.org>
21155
21156 * bindings.el (completion-ignored-extensions): Add .pfsl.
21157
21158 2003-12-31 Kim F. Storm <storm@cua.dk>
21159
21160 * ido.el (ido-nonreadable-directory-p): New defun to check for
21161 nonreadable directory without activating tramp (to avoid problems
21162 with checking incomplete tramp paths).
21163 (ido-set-current-directory, ido-file-internal)
21164 (ido-file-name-all-completions1): Use it.
21165
21166 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21167
21168 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21169 documentation if the anchor (or node) name is preceded by `info
21170 anchor' or `Info anchor' in addition to earlier `info node' and
21171 `Info node'.
21172 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21173
21174 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21175
21176 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21177 error in arguments to base64-decode-region. Remove ^M characters
21178 after decoding base64.
21179
21180 2003-12-30 Simon Josefsson <jas@extundo.com>
21181
21182 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21183 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21184 have only been distributed with Emacs for some years.
21185 (texinfo-mode-hook): Customize.
21186
21187 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21188
21189 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21190 cleaner (suggested by Richard Stallman).
21191
21192 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21193 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21194 file-name clashes on 8+3 DOS filesystems.
21195
21196 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21197 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21198 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21199 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21200 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21201 file-name clashes on 8+3 filesystems.
21202
21203 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21204 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21205 file-name clashes on 8+3 DOS filesystems.
21206
21207 2003-12-29 Richard M. Stallman <rms@gnu.org>
21208
21209 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21210 Upcase the character.
21211
21212 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21213 Search for header separator alone on a line, literally,
21214 and search for it backward, not forward.
21215 (flyspell-abbrev-table): Always use global-abbrev-table
21216 if there is no local one.
21217
21218 * progmodes/sh-script.el (sh-get-indent-info):
21219 Don't move point back if at bob.
21220
21221 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21222
21223 * play/handwrite.el (handwrite): Make the handwrite credit message
21224 a comment rather than an output command.
21225
21226 * obsolete/sc.el: Display message that this file is obsolete.
21227
21228 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21229
21230 * mail/rfc822.el (rfc822-address-start): Declare variable.
21231 Renamed from address-start. All uses changed.
21232
21233 * term.el (term-exec): Set up sentinel.
21234 (term-sentinel): New function.
21235 (term-handle-exit): New function.
21236
21237 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21238 Use assoc-string, and mark them obsolete.
21239 (delay-mode-hooks): Mark as permanent local.
21240
21241 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21242
21243 * register.el (copy-rectangle-to-register): Doc fix.
21244
21245 * info.el (Info-insert-dir): Use assoc-string.
21246
21247 * info-look.el (info-lookup): Use assoc-string.
21248
21249 * frame.el (pop-up-frame-function): Use quote, not `function'.
21250 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21251 copying with lists as coordinate values.
21252
21253 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21254
21255 * find-dired.el (kill-find): New command.
21256 (find-dired): Make buffer read-only.
21257 Set up a keymap with C-c C-k running kill-find.
21258 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21259
21260 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21261
21262 * filecache.el (file-cache-ignore-case): New variable.
21263 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21264
21265 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21266 (comint-dynamic-complete-as-filename): Rename local vars.
21267 (comint-dynamic-list-filename-completions): Likewise.
21268
21269 * comint.el (comint-dynamic-list-completions-config): New var.
21270 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21271
21272 * comint.el (comint-file-name-chars): Add [].
21273 (comint-word): Use skip-chars-backward, not search.
21274
21275 * shell.el (shell-file-name-chars): Add [].
21276
21277 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21278
21279 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21280
21281 * generic.el (define-generic-mode): Doc fix.
21282
21283 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21284
21285 * files.el (kill-some-buffers): Doc fix.
21286
21287 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21288
21289 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21290 arg to send-invisible
21291 (send-invisible): Doc fix. The argument is now a prompt, not the
21292 string to send.
21293 (comint-read-noecho): Doc fix.
21294
21295 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21296
21297 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21298 "@", as required by some ISP hosting service. Fix defcustom
21299 argument syntax errors that prevented use of customization.
21300
21301 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21302
21303 * xml.el (xml-get-attribute-or-nil): Doc fix.
21304
21305 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21306
21307 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21308 write-file-hooks.
21309
21310 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21311
21312 * autorevert.el (auto-revert-interval): Doc fix.
21313
21314 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21315
21316 * xml.el (xml-get-attribute-or-nil): New function, like
21317 xml-get-attribute, but returns nil if the attribute was not found.
21318 (xml-get-attribute): Convert to defsubst, uses
21319 xml-get-attribute-or-nil.
21320
21321 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21322
21323 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21324
21325 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21326
21327 * custom.el (custom-declare-theme): Use `value' when putting
21328 properties on `theme'.
21329
21330 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21331
21332 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21333 for each yank-handler segment.
21334 (insert-for-yank-1): New function, with the body of the previous
21335 insert-for-yank.
21336
21337 * textmodes/table.el (table-yank-handler): New defcustom.
21338 (table--put-cell-indicator-property): Put yank-handler property
21339 that indicates the yank handler for the table cell.
21340
21341 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21342
21343 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21344 set of keywords.
21345
21346 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21347
21348 * international/mule-cmds.el (reset-language-environment)
21349 (set-language-environment): Don't invoke fontset-related functions
21350 if fontset-list is not fboundp.
21351
21352 2003-12-29 Kenichi Handa <handa@m17n.org>
21353
21354 * international/mule-cmds.el (reset-language-environment):
21355 Call set-overriding-fontspec-internal with nil.
21356 (set-language-environment): Call set-overriding-fontspec-internal
21357 if the language environment specify `overriding-fontspec'.
21358 (language-info-alist): Doc added.
21359
21360 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21361 characters of mule-unicode-0100-24ff.
21362 (ccl-encode-windows-1251-font): New CCL program.
21363 ("Bulgarian"): Specify overriding-fontspec.
21364 ("Belarusian"): Likewise.
21365
21366 2003-12-28 Sam Steingold <sds@gnu.org>
21367
21368 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21369 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21370
21371 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21372
21373 * progmodes/gud.el (gud-gdb-command-name): Set default to
21374 "gdb --annotate=3".
21375 (gud-gdb-marker-filter): Look out for annotations.
21376 (gdb-first-pre-prompt): New variable.
21377 Remove trailing white space.
21378
21379 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21380 if necessary.
21381 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21382 annotations are detected.
21383 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21384 instead of a local one to allow transition from
21385 gud-gdb-marker-filter.
21386 Remove trailing white space.
21387
21388 2003-12-27 Kim F. Storm <storm@cua.dk>
21389
21390 * ido.el: Handle non-readable directories.
21391 (ido-decorations): Add 9th element for non-readable directory.
21392 (ido-directory-nonreadable): New dynamic var.
21393 (ido-set-current-directory): Set it.
21394 (ido-read-buffer, ido-file-internal):
21395 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21396 (ido-file-name-all-completions1): Return empty list for
21397 non-readable directory.
21398 (ido-exhibit): Print [Not readable] if directory is not readable.
21399 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21400 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21401 Use it.
21402
21403 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21404
21405 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21406 calls to directory-files-and-attributes and file-attributes.
21407 (ls-lisp-format): Remove system dependent handling of user and
21408 group id's.
21409
21410 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21411
21412 * ffap.el (ffap-read-file-or-url): Revert previous change.
21413
21414 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21415
21416 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21417 new list of included files called `files-with-node-lines', that
21418 only have node lines. This way @include commands can include any
21419 file, such as version and update files without node lines, not
21420 just files that are chapters.
21421
21422 2003-12-25 Andreas Schwab <schwab@suse.de>
21423
21424 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21425 file not found.
21426
21427 2003-12-08 Miles Bader <miles@gnu.org>
21428
21429 * dired.el (dired-between-files): Always use dired-move-to-filename,
21430 which is more robust in non-english locales.
21431
21432 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21433
21434 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21435
21436 2003-12-24 Andreas Schwab <schwab@suse.de>
21437
21438 * shell.el (shell-file-name-quote-list): Add backslash.
21439
21440 * comint.el (comint-quote-filename): Correctly handle backslash
21441 in comint-file-name-quote-list.
21442
21443 2003-12-24 Kenichi Handa <handa@m17n.org>
21444
21445 * international/mule-cmds.el (set-default-coding-systems):
21446 Call ucs-set-table-for-input for all buffers that don't have local
21447 value of buffer-file-coding-system.
21448
21449 * international/ucs-tables.el (ucs-set-table-for-input):
21450 If translation-table-for-encode is a symbol, get its
21451 translation-table property.
21452
21453 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21454
21455 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21456 to `completing-read' on a recently fixed bug.
21457
21458 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21459 instead of SPACE, to get the list of possible fringe modes.
21460 SPACE only works if both `partial-completion-mode' and
21461 `completion-auto-help' are nil.
21462
21463 * complete.el (PC-is-complete-p): Delete.
21464 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21465 calls to `test-completion'.
21466
21467 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21468
21469 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21470 to edit values when there are no children.
21471
21472 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21473 a mode called "Assembler" already exists.
21474 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21475 (gud-watch): Use format option. Remove font properties from string.
21476 (gdb-var-create-handler, gdb-var-list-children-handler):
21477 Don't bother about properties as there are none.
21478 (gdb-var-create-handler, gdb-var-list-children-handler)
21479 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21480 with two arguments.
21481 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21482 Let speedbar show value changes with a different font.
21483 (gdb-edit-value): New defun.
21484 (gdb-clear-partial-output, gdb-clear-inferior-io)
21485 (def-gdb-auto-update-handler): Use erase-buffer.
21486 (gdb-frame-handler): Display watch expressions in
21487 FUNCTION::VARIABLE format if required.
21488
21489 2003-12-23 John Paul Wallington <jpw@gnu.org>
21490
21491 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21492 (Info-goto-emacs-command-node): Doc fixes.
21493
21494 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21495
21496 * cus-edit.el (custom-add-parent-links): Define "many".
21497
21498 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21499
21500 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21501 (widget-child-validate, widget-type-value-create)
21502 (widget-type-default-get, widget-type-match): New functions.
21503 (lazy): New widget.
21504 (menu-choice, checklist, radio-button-choice, editable-list)
21505 (group, documentation-string): Remove redundant (per 2003-10-25
21506 change) calls to `widget-children-value-delete'.
21507 (widget-choice-value-get, widget-choice-value-inline): Remove.
21508 (menu-choice): Update widget.
21509
21510 2003-12-03 Kenichi Handa <handa@m17n.org>
21511
21512 * language/cyrillic.el: Register "microsoft-cp1251" in
21513 ctext-non-standard-encodings-alist.
21514 ("Bulgarian"): Add ctext-non-standard-encodings.
21515 ("Belarusian"): Likewise.
21516
21517 * international/mule-conf.el (compound-text-with-extensions):
21518 Change the type to 2 (iso-2022 base).
21519
21520 * international/mule.el (ctext-non-standard-encodings-alist):
21521 Change the format.
21522 (ctext-non-standard-encodings): New variable.
21523 (ctext-post-read-conversion): Fully re-written.
21524 (ctext-non-standard-designations-alist): Delete it.
21525 (ctext-non-standard-encodings-table): New function.
21526 (ctext-pre-write-conversion): Fully re-written.
21527
21528 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21529
21530 * cus-edit.el (custom-add-parent-links): Add documentation links
21531 for parent, if the item has none of its own.
21532
21533 2003-11-30 Richard M. Stallman <rms@gnu.org>
21534
21535 * dired-aux.el (dired-do-query-replace-regexp):
21536 Report files visited read-only.
21537
21538 2003-11-30 Juri Linkov <juri@jurta.org>
21539
21540 * dired-aux.el (dired-compare-directories): New command.
21541 (dired-file-set-difference, dired-files-attributes): New functions.
21542
21543 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21544 Version 2.0.38 of Tramp released.
21545
21546 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21547 Charles Curley <charlescurley@charlescurley.com>.
21548 (tramp-multi-connection-function-alist): Add ssht entry which adds
21549 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21550 Aichner.
21551 (tramp-get-method-parameter): New function to retrieve a method
21552 parameter. This allows for omission of method parameters.
21553 Callers adjusted.
21554
21555 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21556
21557 * net/tramp.el: Add new optional parameter ID-FORMAT to
21558 `file-attributes'. Calls of `file-attributes' won't use this
21559 parameter for backward compatibility reasons.
21560 (tramp-perl-file-attributes): Add a new parameter to Perl script
21561 in order to handle uid/gid as strings, if desired.
21562 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21563 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21564 order to make the function more general.
21565 (tramp-handle-file-attributes): Replace proprietary optional
21566 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21567 (tramp-handle-file-attributes-with-perl): Handle parameter
21568 NONNUMERIC if set. This wasn't done in the past.
21569 (tramp-post-connection): Apply second parameter "$2" if
21570 `tramp-remote-perl' is called.
21571
21572 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21573 Correct cut'n'waste error (`filename' instead of `directory').
21574 (tramp-smb-handle-directory-files-and-attributes)
21575 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21576 introduced parameter ID-FORMAT.
21577 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21578 error (`directory' instead of `ldir').
21579
21580 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21581 `file-attributes' has a second parameter. If yes, apply it with
21582 value "'integer". Otherwise, don't use that parameter (default is
21583 integer format).
21584
21585 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21586
21587 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21588 (help-for-help): Add `C-h .' to the listed Help options.
21589 Remove trailing whitespace.
21590
21591 * help-at-pt.el: New file.
21592
21593 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21594
21595 * subr.el (noreturn, 1value): New macros for test coverage.
21596 See `testcover.el'.
21597
21598 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21599
21600 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21601 for macro `1value'.
21602 (testcover-1value): New function. Checks that a 1value form
21603 actually returns only one value. Requested by RMS.
21604
21605 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21606
21607 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21608 (gdb-var-list-children, gdb-var-list-children-handler)
21609 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21610 gdb commands that use mi to keep them out of the command history.
21611
21612 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21613
21614 * cus-start.el (all): Add use-file-dialog.
21615
21616 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21617
21618 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21619
21620 2003-11-27 Kim F. Storm <storm@cua.dk>
21621
21622 * subr.el (posn-object-x-y): New defun.
21623
21624 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21625
21626 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21627 Don't use `space' for \\\n.
21628 Be more selective as to which # are comment-starters.
21629
21630 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21631
21632 * subr.el (number-sequence): Improve handling of floating point
21633 arguments (suggested by Kim Storm). Allow negative arguments.
21634
21635 2003-11-26 Kenichi Handa <handa@m17n.org>
21636
21637 * international/mule-cmds.el (standard-display-european-internal):
21638 Cancel the standard-display-table setting for ` and '.
21639
21640 2003-11-26 Kim F. Storm <storm@cua.dk>
21641
21642 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21643 New defcustoms to add ffap-like functionality to ido.
21644 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21645 (ido-no-final-slash): New defun.
21646 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21647 (ido-read-file-name): ): Toggle VC checking via
21648 vc-handled-backends instead of vc-master-templates.
21649 (ido-file-internal): Handle ido-use-url-at-point and
21650 ido-use-filename-at-point via code borrowed from ffap-guesser.
21651 Handle new ido-exit code ffap.
21652 (ido-sort-list): Ignore final slash when sorting file names.
21653
21654 2003-11-25 Kim F. Storm <storm@cua.dk>
21655
21656 * emulation/cua-base.el (cua--standard-movement-commands):
21657 Add forward-sentence and backward-sentence.
21658
21659 2003-11-25 Stephen Eglen <stephen@gnu.org>
21660
21661 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21662 iswitchb-exit is set to 'usefirst when user selects buffer at head
21663 of list using RET. (Selecting buffers at the head of the list was
21664 broken if the substring was also a complete buffername.)
21665
21666 2003-11-23 Kim F. Storm <storm@cua.dk>
21667
21668 * progmodes/compile.el (grep-command, grep-use-null-device)
21669 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21670 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21671 (grep-regexp-alist, grep-program, find-program)
21672 (grep-find-use-xargs, grep-history, grep-find-history)
21673 (grep-process-setup, grep-compute-defaults)
21674 (grep-default-command, grep, grep-tag-default, grep-find)
21675 (grep-expand-command-macros, grep-tree-last-regexp)
21676 (grep-tree-last-files, grep-tree): Move grep variables, functions
21677 and commands to new file grep.el.
21678 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21679 (compilation-process-setup-function): Doc fix.
21680 (compilation-highlight-regexp, compilation-highlight-overlay): New
21681 defvars used for highlighting current compile error in source buffer.
21682 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21683 LOCAL-MAP which overrides compilation-highlight-regexp and
21684 compilation-mode-map for this compilation.
21685 Delay calling compilation-set-window-height until after running
21686 compilation-process-setup-function so it can buffer-local override
21687 compilation-window-height.
21688 Check buffer-local value of compilation-scroll-output.
21689 (compilation-set-window-height): Use buffer-local value of
21690 compilation-window-height.
21691 (compilation-revert-buffer): Don't pass (undefined)
21692 preserve-modes arg to revert-buffer.
21693 (next-error-no-select, previous-error-no-select): New commands.
21694 (compilation-goto-locus): Temporarily highlight current match in
21695 source buffer using compilation-highlight-regexp.
21696
21697 * progmodes/grep.el: New file with grep code from compile.el.
21698 (grep): New defcustom group.
21699 (grep-window-height): New defcustom, like compilation-window-height.
21700 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21701 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21702 (grep-command, grep-use-null-device, grep-find-command)
21703 (grep-tree-files-aliases, grep-tree-ignore-case)
21704 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21705 (grep-setup-hook): New hook variable.
21706 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21707 (grep-last-buffer): New defvar, override compilation-last-buffer.
21708 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21709 Call compile-internal with args highlight-regexp and grep-mode-map.
21710
21711 2003-11-23 Kim F. Storm <storm@cua.dk>
21712
21713 * subr.el (event-start, event-end): Doc fix.
21714 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21715 (posn-area, posn-actual-col-row, posn-object): New defuns.
21716 (posn-col-row): Simplify doc. Rewrite to use cond.
21717 (posn-point): Also return buffer position for events outside text
21718 area (that info is now present in the event position).
21719
21720 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21721 mouse-set-point so that hscroll still works now that clicks on
21722 fringes generate specific mouse events.
21723 (mouse-set-point): Note that it now works in fringes and margins
21724 too due to new semantics of posn-point in fringes and margins.
21725
21726 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21727 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21728
21729 2003-11-20 Kim F. Storm <storm@cua.dk>
21730
21731 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21732 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21733 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21734 to 100 for icons to avoid increasing line height when shown.
21735
21736 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21737
21738 * newcomment.el (comment-normalize-vars): Initialize properly if
21739 comment-start was nil.
21740
21741 2003-11-19 Andreas Schwab <schwab@suse.de>
21742
21743 * simple.el (set-variable): Fix indentation.
21744
21745 2003-11-17 Kenichi Handa <handa@m17n.org>
21746
21747 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21748 Fix docstring.
21749
21750 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21751
21752 * international/latin1-disp.el (latin1-display): Fix docstring.
21753
21754 2003-11-16 John Wiegley <johnw@newartisans.com>
21755
21756 * eshell/em-ls.el (eshell-ls-file): There are times with
21757 size-width is nil and uncomputed (when directories are created in
21758 dired, for example); in this case, 4 is reasonable default value,
21759 although it may caused skewed new entries (which could be avoided
21760 by returning the original value of 8 in all cases, but 99% of the
21761 time this is a waste of whitespace).
21762
21763 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21764
21765 * cc-engine.el (c-guess-continued-construct)
21766 (c-guess-basic-syntax): Check a little more carefully if it's a
21767 function declaration when an unknown construct followed by a block
21768 is found inside a statement context. This avoids macros followed
21769 by blocks to be taken as function declarations.
21770
21771 (c-guess-continued-construct): Change the analysis of a statement
21772 continuation with a brace open to `substatement-block', for
21773 consistency with recognized statements.
21774
21775 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21776 start is in a position so that `c-beginning-of-statement-1' jumped
21777 to the beginning of the same statement.
21778
21779 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21780 Don't accept binary operators in the arglist if we're in a function
21781 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21782 template recognition in cases like "if (a < b || c > d)".
21783
21784 (c-restricted-<>-arglists): New more appropriate name for
21785 `c-disallow-comma-in-<>-arglists'.
21786
21787 Accessing functions updated for the variable name change.
21788
21789 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21790 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21791
21792 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21793 labels.
21794
21795 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21796 instead of duplicating parts of it. This fixes bogus label
21797 recognition.
21798
21799 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21800 of checking the context in which to apply the minimum indentation,
21801 so that it isn't enforced in e.g. namespace blocks.
21802
21803 * cc-vars.el (c-inside-block-syms): New constant used by
21804 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21805 to somewhat reduce the risk of becoming stale.
21806
21807 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21808 cc-cmds to cc-engine to allow use from cc-align.
21809
21810 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21811 qualified identifiers containing "::".
21812
21813 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21814 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21815
21816 * cc-vars.el (c-emacs-features): Use a space in front of the name
21817 of the temporary buffer. That also avoids dumping problems in
21818 XEmacs due to undo info being left around after the buffer is killed.
21819
21820 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21821 arglist to see if it's a K&R style declaration.
21822
21823 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21824 before returning `knr-argdecl-intro'.
21825
21826 2003-11-16 John Wiegley <johnw@newartisans.com>
21827
21828 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21829 field in a long-listing always 8 characters, use `size-width',
21830 which has already been computed.
21831
21832 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21833
21834 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21835
21836 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21837
21838 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21839 Support operation while narrowed, with `diff-restrict-view'.
21840
21841 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21842
21843 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21844 Take additional optional arg NARROWFUN. For the generated functions:
21845 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21846 include frags that arrange to check for and save narrowing state before
21847 the move and then conditionally call NARROWFUN after the move.
21848
21849 2003-11-14 John Wiegley <johnw@newartisans.com>
21850
21851 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21852 that was optional, but obviously missing based on surrounding code.
21853
21854 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21855 string arguments to numbers unless the whole argument was seen as
21856 a number.
21857
21858 2003-11-14 Kenichi Handa <handa@m17n.org>
21859
21860 * international/mule.el (ctext-non-standard-encodings-alist):
21861 Fix coding systems.
21862
21863 2003-11-10 Kenichi Handa <handa@m17n.org>
21864
21865 * language/kannada.el ("Kannada"): Add sample-text.
21866
21867 * language/knd-util.el (kannada-compose-region)
21868 (kannada-compose-string, kannada-post-read-conversion):
21869 Add autoload cookie.
21870
21871 * international/quail.el (quail-completion): Change the message
21872 "corresponding translations" to "corresponding characters".
21873
21874 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21875
21876 * descr-text.el (describe-char): Fix typo.
21877
21878 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21879
21880 These changes are to support Kannada language/script.
21881
21882 * Makefile.in (DONTCOMPILE): Add kannada.el.
21883
21884 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21885
21886 * loadup.el: Preload kannada.el.
21887
21888 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21889 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21890 New variables.
21891
21892 * language/kannada.el: New file.
21893
21894 * language/knd-util.el: New file.
21895
21896 2003-11-07 Andreas Schwab <schwab@suse.de>
21897
21898 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21899 Also highlight AH_*.
21900
21901 * xml.el (xml-parse-dtd): Fix misplaced paren.
21902
21903 2003-11-07 Kenichi Handa <handa@m17n.org>
21904
21905 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21906
21907 2003-11-05 Juri Linkov <juri@jurta.org>
21908
21909 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21910 (desktop-buffer-file): Use saved buffer-file-coding-system
21911 for file reading. Set auto-insert to nil to prevent automatic
21912 insertion into restored empty files.
21913
21914 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21915
21916 * files.el (risky-local-variable-p): Make second argument optional.
21917
21918 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21919
21920 * subr.el (add-hook): Fix last change.
21921
21922 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21923
21924 * mail/rmail.el (rmail-convert-to-babyl-format):
21925 If base64-decode-region signals an error, catch it and silently
21926 ignore it.
21927
21928 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21929
21930 * xml.el (xml-parse-region): Allow comments to appear after the
21931 topmost element has closed.
21932 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21933 (xml-ns-expand-attr): New functions to do namespace handling.
21934 (xml-intern-attrlist): Back-compatible handling of attribute names.
21935 (xml-parse-tag): Move namespace handling to separate functions.
21936 Now produces elements in the form ((:ns . "element") (attr-list)
21937 children) instead of ('ns:element (attr-list) children).
21938 (xml-parse-attlist): Fix attribute parsing.
21939 (xml-parse-dtd): Change parsing so that it produces strings
21940 instead of interned symbols.
21941
21942 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21943
21944 * dired.el (dired-ls-sorting-switches): Doc fix.
21945
21946 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21947
21948 * emacs-lisp/rx.el (rx-or): Fix the case of
21949 "(rx (and ?a (or ?b ?c) ?d))".
21950
21951 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21952
21953 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21954 (texinfo-format-region): Use it.
21955 (texinfo-format-buffer-1): Ditto.
21956
21957 2003-11-01 Alan Mackenzie <acm@muc.de>
21958
21959 Changes to allow scrolling whilst in isearch mode:
21960 * isearch.el (isearch-unread-key-sequence): New function,
21961 extracted from isearch-other-meta-char.
21962 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21963 "scrollable" standard functions.
21964 (isearch-allow-scroll): New customizable variable.
21965 (isearch-string-out-of-window, isearch-back-into-window)
21966 (isearch-reread-key-sequence-naturally)
21967 (isearch-lookup-scroll-key): New functions.
21968 (isearch-other-meta-char): Doc string and functionality enhanced.
21969 Now accepts a prefix argument.
21970 (isearch-lazy-highlight-window-end): New variable.
21971 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21972 end (thru isearch-lazy-highlight-window-end), not only its start.
21973
21974 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21975 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21976 (universal-argument, universal-argument-more, negative-argument)
21977 (digit-argument, universal-argument-other-key): Minor changes.
21978
21979 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21980
21981 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21982 recursively if the last message is deleted, thus avoiding an
21983 infinite loop.
21984
21985 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21986
21987 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21988 (tex-main-file): Don't add .tex if the extension is already present.
21989 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21990
21991 2003-10-29 Lute Kamstra <lute@gnu.org>
21992
21993 * progmodes/octave-inf.el (inferior-octave-prompt):
21994 Recognize version number in prompt.
21995
21996 2003-10-28 Dave Love <fx@gnu.org>
21997
21998 * international/characters.el: Fix some Unicode ranges.
21999
22000 2003-10-28 Kenichi Handa <handa@m17n.org>
22001
22002 * disp-table.el (standard-display-8bit)
22003 (standard-display-default, standard-display-ascii)
22004 (standard-display-g1, standard-display-graphic)
22005 (standard-display-underline): Assure that standard-display-table
22006 is a display table.
22007
22008 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
22009
22010 * simple.el (reindent-then-newline-and-indent): Delete space *after*
22011 reindenting the first line.
22012
22013 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
22014
22015 * wid-edit.el (widget-default-delete): Always delete child widgets.
22016
22017 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * newcomment.el (comment-indent): Don't call indent-according-to-mode
22020 if the line has code.
22021 Don't try to line up with something that's too far left.
22022
22023 * progmodes/octave-mod.el (octave-comment-start): Simplify.
22024 (octave-mode-syntax-table): Add % as a comment starter.
22025 (octave-point): Remove.
22026 (octave-in-comment-p, octave-in-string-p)
22027 (octave-not-in-string-or-comment-p, calculate-octave-indent)
22028 (octave-blink-matching-block-open, octave-auto-fill):
22029 Use line-(beginning|end)-position instead.
22030
22031 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
22032
22033 * emacs-lisp/authors.el (authors-aliases): Add correct realname
22034 for Francesco Potort\e,Al\e(B.
22035
22036 2003-10-23 Dave Love <fx@gnu.org>
22037
22038 * international/mule-cmds.el (locale-charset-to-coding-system):
22039 Don't rely on nil being a coding system.
22040
22041 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
22042 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
22043 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
22044
22045 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
22046
22047 * gdb-ui.el (gdb-current-language): New variable.
22048 (gdb-update-flag): Remove variable.
22049 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
22050 (gdb-take-last-elt): Remove function.
22051 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
22052 (gdb-post-prompt): Check for variable object changes here.
22053
22054 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
22055 object changes in gdb-ui.el.
22056
22057 2003-10-21 Richard M. Stallman <rms@gnu.org>
22058
22059 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
22060
22061 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
22062 Don't check for foo*/ wildcard form here.
22063 (insert-directory): Recognize foo*/ as a wildcard.
22064 Separate wildcard-regexp variable from the arg, wildcard.
22065
22066 * subr.el (add-hook): Correctly detect when make-local-hook was used.
22067 (remove-hook): Correctly handle strange cases about local hooks.
22068
22069 2003-10-21 David Ponce <david@dponce.com>
22070
22071 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22072 argument REAL, to return a real number instead of a rounded
22073 integer value. Define as inline function.
22074 (ruler-mode-right-fringe-cols): Likewise.
22075 (ruler-mode-scroll-bar-cols): New function.
22076 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22077 (ruler-mode-right-scroll-bar-cols): Likewise.
22078 (ruler-mode-space): New function.
22079 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22080 scroll bar mode and margins in a more robust way.
22081
22082 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22083
22084 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22085 (antlr-c-init-language-vars): New function.
22086 (antlr-mode): Use it with cc-mode before v5.29.
22087 (antlr-c-common-init): Don't set some local vars here.
22088 (antlr-mode): Set them here.
22089 (antlr-c-forward-sws): New function alias.
22090 (antlr-mode): Redefine with cc-mode before v5.30.
22091 (antlr-skip-sexps): Use it.
22092 (antlr-skip-exception-part): Ditto.
22093 (antlr-skip-file-prelude): Ditto.
22094 (antlr-outside-rule-p): Ditto.
22095 (antlr-end-of-body): Ditto.
22096 (antlr-option-kind): Ditto.
22097 (antlr-insert-option-area): Ditto.
22098 (antlr-file-dependencies): Ditto.
22099
22100 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22101
22102 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22103 Move backward only if point was not inside an entry.
22104
22105 2003-10-21 Richard M. Stallman <rms@gnu.org>
22106
22107 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22108
22109 2003-10-21 Juri Linkov <juri@jurta.org>
22110
22111 * compare-w.el: Automatically skip non-matching text to resync.
22112 (compare-windows-whitespace): Doc fix.
22113 (compare-windows-sync, compare-windows-sync-string-size)
22114 (compare-windows-recenter, compare-ignore-whitespace)
22115 (compare-windows-highlight, compare-windows-face): New variables.
22116 (compare-windows): Use compare-windows-sync.
22117 (compare-windows-highlight, compare-windows-dehighlight)
22118 (compare-windows-sync-regexp)
22119 (compare-windows-sync-default-function): New functions.
22120
22121 2003-10-21 Juri Linkov <juri@jurta.org>
22122
22123 * diff.el (diff-parse-differences): Don't visit the files now;
22124 instead, just record the error locus.
22125
22126 2003-10-21 Dave Love <fx@gnu.org>
22127
22128 * progmodes/cfengine.el: New file.
22129
22130 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22131
22132 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22133 default-directory when completing file names.
22134
22135 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22136
22137 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22138 followed by the word `face', it gets treated as a face, even if
22139 it is also defined as a variable or a function.
22140
22141 2003-10-20 Dave Love <fx@gnu.org>
22142
22143 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22144 Avoid incf in macro expansion.
22145
22146 2003-10-20 John Paul Wallington <jpw@gnu.org>
22147
22148 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22149 `evenp' so we don't implicitly require cl library at runtime.
22150
22151 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22152
22153 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22154 (help-make-xrefs): Only make cross-references for faces if
22155 preceded or followed by the word `face'. Do not make a
22156 cross-reference for variables without variable documentation,
22157 unless preceded by the word `variable' or `option'. Update doc
22158 string accordingly.
22159
22160 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22161
22162 * progmodes/hideshow.el: Rewrite one-armed `if'
22163 constructs using either `when' or `unless'.
22164 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22165
22166 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22167
22168 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22169 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22170 instead of 12x12.
22171
22172 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22173
22174 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22175 message while converting to Babyl.
22176
22177 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22178
22179 * allout.el (allout-mode): Doc fix.
22180
22181 2003-10-16 Lute Kamstra <lute@gnu.org>
22182
22183 * subr.el (force-mode-line-update): Fix docstring.
22184
22185 2003-10-14 Dave Love <fx@gnu.org>
22186
22187 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22188 (default-input-method): Add :link, improve :type.
22189 (locale-charset-language-names): Fix utf-8 pattern.
22190 (locale-charset-match-p, locale-charset-alist)
22191 (locale-charset-to-coding-system): New.
22192 (set-locale-environment): Deal with codeset part of locale specs.
22193
22194 2003-10-14 Lute Kamstra <lute@gnu.org>
22195
22196 * fringe.el (fringe-mode): Use active voice in docstring.
22197 (set-fringe-style): Ditto.
22198
22199 2003-10-13 Lute Kamstra <lute@gnu.org>
22200
22201 * fringe.el (fringe-mode): Fix docstring.
22202 (set-fringe-style): Ditto.
22203
22204 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22205
22206 * ediff-mult.el (ediff-filegroup-action):
22207 Use ediff-default-filtering-regexp.
22208
22209 * ediff-util.el (ediff-recenter): Don't call
22210 ediff-restore-highlighting twice.
22211 (ediff-select-difference): Set current difference.
22212 (ediff-unselect-and-select-difference): Add comment.
22213
22214 * ediff.el (ediff-directories,ediff-directory-revisions)
22215 (ediff-directories3,ediff-merge-directories)
22216 (ediff-merge-directories-with-ancestor)
22217 (ediff-merge-directory-revisions)
22218 (ediff-merge-directory-revisions-with-ancestor):
22219 Use ediff-default-filtering-regexp.
22220
22221 2003-10-12 Andreas Schwab <schwab@suse.de>
22222
22223 * international/mule-cmds.el (locale-charset-language-names):
22224 Simplify regex by removing unused grouping.
22225
22226 2003-10-10 Dave Love <fx@gnu.org>
22227
22228 * bindings.el: Don't bind stop.
22229
22230 2003-10-08 Miles Bader <miles@gnu.org>
22231
22232 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22233 face instead of attempting to emulate it.
22234
22235 2003-10-07 Kenichi Handa <handa@m17n.org>
22236
22237 * international/mule-diag.el (list-coding-systems-1): List coding
22238 systems that are loaded automatically.
22239
22240 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22241
22242 * international/mule.el (autoload-coding-system): New function.
22243
22244 2003-10-07 Andreas Schwab <schwab@suse.de>
22245
22246 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22247 change-log-default-name in the buffer visiting the file.
22248
22249 2003-10-06 Dave Love <fx@gnu.org>
22250
22251 * files.el (find-file-hook): Customize.
22252 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22253
22254 * bindings.el (completion-ignored-extensions): Remove .log.
22255 (global-map): Add again, open, stop keys.
22256
22257 2003-10-05 Richard M. Stallman <rms@gnu.org>
22258
22259 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22260 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22261 Use sh-modify directly.
22262 (sh-select): Use sh-append, not eval.
22263
22264 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22265
22266 * info.el (Info-following-node-name): New function.
22267
22268 * loadhist.el (unload-feature-special-hooks):
22269 Rename from loadhist-hook-functions.
22270 (loadhist-hook-functions): Now an alias.
22271
22272 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22273
22274 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22275 file-name clashes on 8+3 filesystems.
22276
22277 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22278 Rename loaddefs-boot.el to ldefs-boot.el
22279
22280 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22281 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22282
22283 2003-10-03 Lute Kamstra <lute@gnu.org>
22284
22285 * info.el (Info-mode): Revert previous change.
22286 (Info-escape-percent): New function.
22287 (Info-fontify-node): Use it.
22288
22289 2003-10-02 Andreas Schwab <schwab@suse.de>
22290
22291 * loaddefs-boot.el: Regenerated.
22292
22293 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22294
22295 * ffap.el: Remove defadvice related code from CVS since `complete'
22296 provides a `PC-completion-as-file-name-predicate' variable that
22297 ffap can override.
22298
22299 2003-10-02 Kenichi Handa <handa@m17n.org>
22300
22301 * international/utf-8.el (ccl-decode-mule-utf-8):
22302 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22303
22304 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22305 * international/subst-big5.el: Likewise.
22306 * international/subst-gb2312.el: Likewise.
22307 * international/subst-ksc.el: Likewise.
22308
22309 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22310
22311 * calendar/calendar.el (increment-calendar-month)
22312 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22313 (generate-calendar, calendar-read-date, calendar-interval)
22314 (calendar-day-of-week): Handle years BC.
22315 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22316
22317 2003-10-01 Dave Love <fx@gnu.org>
22318
22319 * language/cyrillic.el (cp1251): Alias for windows-1251.
22320
22321 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22322 bootstrap.
22323
22324 2003-10-01 Lute Kamstra <lute@gnu.org>
22325
22326 * files.el: Fix typo.
22327 * imenu.el (imenu--generic-function): Docstring fix.
22328
22329 2003-09-30 Richard M. Stallman <rms@gnu.org>
22330
22331 * dired.el (dired-mode): Handle dired-directory as a list.
22332
22333 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22334
22335 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22336
22337 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22338
22339 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22340 Replace gud-display with gud-watch.
22341 (gud-speedbar-buttons): Add stuff for watching expressions
22342 in the speedbar when using M-x gdba. Use dolist on old part
22343 of this function.
22344
22345 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22346 (gdb-update-flag): New variables.
22347 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22348 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22349 (gud-watch, gdb-var-create-handler) : New functions.
22350 (gdb-var-list-children, gdb-var-list-children-handler)
22351 (gdb-var-create-regexp, gdb-var-update-regexp)
22352 (gdb-var-list-children-regexp): New constants.
22353 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22354 (gdb-annotation-rules): Reduce annotation set (level 3).
22355 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22356 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22357 updates.
22358 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22359 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22360 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22361 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22362 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22363 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22364 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22365 (gud-display, gud-display1)
22366 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22367 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22368 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22369 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22370 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22371 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22372 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22373 (gdb-display-display-buffer, gdb-toggle-display)
22374 (gdb-delete-display, gdb-expressions-popup-menu)
22375 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22376 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22377 to display buffer.
22378
22379 2003-09-30 Richard M. Stallman <rms@gnu.org>
22380
22381 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22382 Instead, set which-func-functions.
22383
22384 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22385 (which-func-functions): New variable.
22386 (which-function): Use that.
22387
22388 * info.el (Info-mode): Double each `%' in header line.
22389
22390 * emacs-lisp/lisp-mnt.el (lm-with-file):
22391 When FILE is nil, run BODY in current buffer.
22392
22393 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22394
22395 * help.el (describe-mode): Start with a brief list of minor modes.
22396 Find them thru minor-mode-list so as to find them all.
22397 Show them in alphabetical order.
22398
22399 * mail/sendmail.el (mail-aliases): Doc fix.
22400
22401 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22402
22403 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22404
22405 * mail/rmailsum.el (rmail-make-summary-line-1):
22406 Change comma after last label to a space.
22407 (rmail-summary-font-lock-keywords): Adapt to that change.
22408
22409 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22410
22411 * progmodes/scheme.el (scheme-mode-variables): When setting
22412 `font-lock-defaults', also specify that "#" should
22413 be interpreted with `word' syntax.
22414 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22415
22416 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22417
22418 * desktop.el: A lot of comments updated.
22419 (desktop-save-mode): Minor mode introduced.
22420 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22421 (desktop-load-default): Function made obsolete.
22422 (desktop-locals-to-save): Variable made customizable.
22423 (desktop-read): Optional parameter `dirname' added.
22424 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22425 `desktop-read' used.
22426 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22427
22428 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22429
22430 * whitespace.el (whitespace-clean-msg): Add user customizable message
22431 for displaying ``clean'' output.
22432 (whitespace-buffer): Use `whitespace-clean-msg'.
22433 (whitespace-global-mode): Fix typo.
22434
22435 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22436
22437 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22438
22439 2003-09-29 Lute Kamstra <lute@gnu.org>
22440
22441 * bindings.el (mode-line-modes): Remove superfluous :propertize
22442 construct in initialization.
22443 (mode-line-position): Change cons cell into proper list in
22444 initialization.
22445
22446 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22447
22448 * international/mule.el (decode-coding-inserted-region): Use car
22449 of the return value of find-operation-coding-system.
22450
22451 2003-09-29 Kenichi Handa <handa@m17n.org>
22452
22453 * descr-text.el (describe-char): Fix previous change.
22454
22455 2003-09-28 Kenichi Handa <handa@m17n.org>
22456
22457 * descr-text.el (describe-char-display): New function.
22458 (describe-char): Pay attention to display table on describing how
22459 a character is displayed.
22460
22461 * international/mule-cmds.el (encoded-string-description):
22462 Prepend "0x" to each encoded byte.
22463
22464 2003-09-28 Andreas Schwab <schwab@suse.de>
22465
22466 * find-file.el (ff-special-constructs): Add autoload cookie.
22467
22468 2003-09-28 Kevin Ryde <user42@zip.com.au>
22469
22470 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22471 makeinfo appends to duplicate index entries.
22472
22473 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22474
22475 * dired-x.el (dired-clean-tex): Doc fix.
22476
22477 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22478 using a Chinese tutorial.
22479
22480 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22481
22482 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22483 between "MAIL FROM:" and "RCPT TO:" and the following address.
22484
22485 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22486
22487 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22488
22489 2003-09-28 David Ponce <david@dponce.com>
22490
22491 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22492 (recentf-load-list): When `recentf-initialize-file-name-history'
22493 is non-nil, initialize an empty `file-name-history' with the
22494 recent list.
22495
22496 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22497
22498 * man.el (Man-default-man-entry): Remove the leading `*' from the
22499 word at point.
22500
22501 2003-09-26 Lute Kamstra <lute@gnu.org>
22502
22503 * bindings.el (mode-line-position): Mention size indication in
22504 docstring.
22505
22506 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22507
22508 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22509
22510 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22511 because it's autoloaded now.
22512
22513 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22514
22515 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22516 (sh-font-lock-keywords, sh-feature): Fix previous change of
22517 sh-feature to avoid infloop with sh-font-lock-keywords.
22518
22519 2003-09-25 Kim F. Storm <storm@cua.dk>
22520
22521 * frame.el (frame-current-scroll-bars): New defun.
22522
22523 * window.el (window-current-scroll-bars): New defun.
22524
22525 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22526
22527 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22528 cause errors when the state cache contains info on parts that have
22529 been narrowed out.
22530
22531 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22532
22533 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22534 `c-setup-paragraph-variables' has to be used when this variable is
22535 changed; it doesn't work to reinitialize the mode since that
22536 typically clobbers the variable.
22537
22538 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22539 Make it interactive.
22540
22541 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22542
22543 * progmodes/cc-fonts.el (c-font-lock-declarations):
22544 Fix recognition of constructors and destructors for classes whose
22545 names are matched by `*-font-lock-extra-types'.
22546
22547 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22548 followed by an identifier in C++ then it's a type.
22549
22550 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22551
22552 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22553 problem that primarily affected XEmacs. Don't use faces to find
22554 unterminated strings since Emacs and XEmacs fontify strings
22555 differently - this function should now work better in XEmacs.
22556
22557 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22558
22559 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22560 `expand-abbrev' workaround which caused braces to misbehave inside
22561 macros.
22562
22563 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22564 handling. This bug could cause interactive font locking to bail out.
22565
22566 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22567
22568 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22569 Handle paren-style types in Pike. Also fixed some cases of
22570 insufficient handling of unbalanced parens.
22571
22572 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22573
22574 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22575 common shell prompts that are not common filename or URL characters.
22576 (ffap-file-at-point): Use the new regexp to strip the prompts from
22577 the file names. This is an issue mostly for user prompts that
22578 don't have a trailing space and find-file-at-point is invoked from
22579 within a shell inside Emacs.
22580
22581 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22582
22583 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22584 stamps numerically, rather than textually.
22585
22586 2003-09-24 Kenichi Handa <handa@m17n.org>
22587
22588 * language/devan-util.el (devanagari-post-read-conversion):
22589 * language/mlm-util.el (malayalam-post-read-conversion):
22590 * language/tml-util.el (tamil-post-read-conversion):
22591 Add autoload cookie.
22592
22593 * international/utf-8.el (utf-8-post-read-conversion):
22594 Call post-read-conversion functions for Devanagari, Malayalam,
22595 and Tamil.
22596
22597 2003-09-23 Dave Love <fx@gnu.org>
22598
22599 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22600
22601 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22602
22603 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22604 Update gud-remove.
22605
22606 2003-09-22 Richard M. Stallman <rms@gnu.org>
22607
22608 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22609 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22610 (sh-mode-syntax-table-input): New variable.
22611 (sh-require-final-newline): Don't use eval.
22612 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22613 (sh-variables, sh-font-lock-keywords): Don't use eval.
22614 (sh-set-shell): When setting require-final-newline,
22615 treat value = `require-final-newline' as don't change it.
22616 Set sh-mode-syntax-table locally based on
22617 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22618
22619 * progmodes/compile.el (compile-internal):
22620 Call compilation-set-window-height before setting window start.
22621
22622 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22623
22624 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22625 Clear out byte-compile-last-warned-form.
22626
22627 2003-09-22 Richard M. Stallman <rms@gnu.org>
22628
22629 * woman.el (woman-file-name, woman-follow-word):
22630 If current-word returns nil, use "".
22631
22632 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22633
22634 2003-09-22 Richard M. Stallman <rms@gnu.org>
22635
22636 * emacs-lisp/lisp-mnt.el (lm-with-file):
22637 Don't visit the file, just use insert-file-contents in temp buffer.
22638
22639 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22640
22641 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22642 Add surrounding \\( and \\) around the header, as in
22643 for lm-history-header 'Change Log\\|History'.
22644
22645 2003-09-22 John Paul Wallington <jpw@gnu.org>
22646
22647 * progmodes/ld-script.el: Add Commentary section,
22648 minor cleanup of file header.
22649 (ld-script-font-lock-keywords): Doc fix.
22650 (toplevel): Provide `ld-script' feature.
22651
22652 2003-09-21 Kim F. Storm <storm@cua.dk>
22653
22654 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22655 new built-in variable default-frame-scroll-bars.
22656 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22657 scroll-bar-mode; notably, use it instead of t when we toggle
22658 scroll-bars on.
22659 (toggle-scroll-bar): Use default-frame-scroll-bars.
22660
22661 2003-09-19 Masatake YAMATO <jet@gyve.org>
22662
22663 * pcvs.el (cvs-do-removal): Change the prompt depending on
22664 `filter' value.
22665
22666 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22667
22668 * startup.el (command-line-1): Stop startup-echo-area-message
22669 being hidden by "Loading image..." message.
22670 (use-fancy-splash-screens-p, display-splash-screen):
22671 Move display-graphic-p test from latter to former.
22672
22673 * progmodes/sh-script.el (sh-font-lock-keywords):
22674 Highlight escaped EOLs differently from other backslash constructs.
22675
22676 2003-09-19 Richard M. Stallman <rms@gnu.org>
22677
22678 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22679 New functions.
22680 (edebug-enter, edebug-outside-excursion): Use them.
22681
22682 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22683 Fix the condition for whether to print "In WHERE".
22684
22685 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22686
22687 * finder.el (finder-mode-hook): New variable.
22688 (finder-mode): Run hook finder-mode-hook
22689
22690 2003-09-18 Masatake YAMATO <jet@gyve.org>
22691
22692 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22693
22694 2003-09-17 Mario Lang <mlang@delysid.org>
22695
22696 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22697 "p %e" to actually print the value in the GUD buffer.
22698
22699 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22700
22701 From David Ponce <david.ponce@wanadoo.fr>:
22702 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22703 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22704 from loaddefs-boot.el if necessary.
22705
22706 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22707
22708 * progmodes/gud.el (gud-find-class): Make jdb work again since
22709 cc-mode changed the syntactic information.
22710
22711 2003-09-15 David Ponce <david@dponce.com>
22712
22713 * recentf.el: (recentf-exclude): Accept predicates too.
22714 (recentf-file-readable-p): New function.
22715 (recentf-include-p): Handle predicates in recentf-exclude.
22716 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22717 (recentf-cleanup): Likewise.
22718 (recentf-save-list): Use write-file to handle backup of
22719 recentf-save-file.
22720
22721 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22722
22723 * loaddefs-boot.el: Renamed from `loaddefs.el'
22724 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22725 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22726 necessary.
22727
22728 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22729
22730 * electric.el (Electric-pop-up-window): For the `one-window' case,
22731 no longer disconcertingly move point in the original buffer.
22732
22733 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22734
22735 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22736
22737 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22738
22739 * dired.el (dired-mode-map): Fix typo.
22740
22741 2003-09-11 Richard M. Stallman <rms@gnu.org>
22742
22743 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22744
22745 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22746
22747 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22748 the function is less noisy. Now only `kill-buffer' can ask questions.
22749
22750 2003-09-10 Mario Lang <mlang@delysid.org>
22751
22752 * battery.el: Update Commentary and Copyright.
22753 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22754 appear due to wrong ordering of the expressions in `or'.
22755
22756 2003-09-09 Lute Kamstra <lute@gnu.org>
22757
22758 * misc.el (upcase-char): Fix docstring.
22759 (zap-up-to-char): New command.
22760
22761 2003-09-08 David Ponce <david@dponce.com>
22762
22763 Ensure that recentf correctly updates the menu bar.
22764 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22765 (recentf-menu-bar): New function.
22766 (recentf-clear-data): Use it
22767 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22768 of easy-menu-change.
22769
22770 2003-09-08 Lute Kamstra <lute@gnu.org>
22771
22772 * simple.el (size-indication-mode): New.
22773 * bindings.el (mode-line-position): Add buffer size indicator.
22774
22775 2003-09-04 Mario Lang <mlang@delysid.org>
22776
22777 * battery.el (battery-linux-proc-acpi): New function.
22778 (battery-status-function): Modify default value calculation to also
22779 check for availability of ACPI.
22780 (battery-echo-area-format): Ditto.
22781 (battery-mode-line-format): Ditto.
22782
22783 2003-09-06 Dave Love <fx@gnu.org>
22784
22785 * ielm.el (ielm-mode-hook): Add :options.
22786
22787 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22788 (eldoc-print-current-symbol-info): Use it.
22789
22790 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22791
22792 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22793 being displayed in GUD buffer.
22794 (gdb-idle-input-queue): Remove var. Use just one queue.
22795 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22796 Remove functions. Use just one queue.
22797 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22798 (gdb-invalidate-assembler, gdb-get-current-frame):
22799 Modify functions. Use just one queue.
22800
22801 2003-09-04 Dave Love <fx@gnu.org>
22802
22803 * cus-start.el: Add blink-cursor-alist.
22804
22805 * ruler-mode.el (ruler-mode-fill-column-char)
22806 (ruler-mode-current-column-char): Use char-displayable-p,
22807 not window-system.
22808
22809 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22810
22811 * language/european.el (windows-1252): Move from code-pages.
22812
22813 * language/cyrillic.el ("Windows-1251"): Delete.
22814 ("Bulgarian", "Belarusian"): Remove `features'.
22815 (windows-1251): Move from code-pages.
22816
22817 * international/mule-diag.el (non-iso-charset-alist):
22818 Remove `codepage' stuff.
22819 (print-designation, list-coding-systems-1): Output fixes.
22820
22821 * international/code-pages.el (cp-make-translation-table)
22822 (cp-valid-codes): Made defsubsts.
22823 (cp-fix-safe-chars): Delete.
22824 (mule-diag): Don't require.
22825 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22826 (top-level): Check for defined coding system when defining
22827 cp... aliases. Change w32-add-charset-info test to avoid warning.
22828 (non-iso-charset-alist): Defvar when compiling.
22829 (cp-make-coding-system): Doc fix.
22830
22831 2003-09-02 Jason Rumney <jasonr@gnu.org>
22832
22833 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22834 line-ends from CVS before doing conversion.
22835
22836 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22837
22838 * calendar/diary-lib.el (diary-header-line-flag)
22839 (diary-header-line-format): New variables.
22840 (list-diary-entries): Use them to set header line in simple diary.
22841
22842 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22843 other than font-lock-string-face to highlight backslashes.
22844
22845 2003-09-01 Jason Rumney <jasonr@gnu.org>
22846
22847 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22848 regexp.
22849
22850 2003-09-01 Dave Love <fx@gnu.org>
22851
22852 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22853
22854 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22855 and :help; also line and column numbers labels.
22856
22857 * international/mule-util.el (char-displayable-p): Move from
22858 latin1-disp, rename and autoload.
22859
22860 * international/latin1-disp.el (latin1-char-displayable-p):
22861 Now obsolete alias. Replace uses with char-displayable-p.
22862 (latin1-display-ucs-per-lynx): Fix last change.
22863
22864 * international/mule-cmds.el (standard-display-european-internal):
22865 Don't use char code for Latin-1 NBSP.
22866 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22867 U+2018, U+2019 for `'.
22868 (select-safe-coding-system): Message fix.
22869
22870 2003-09-01 Kenichi Handa <handa@m17n.org>
22871
22872 * international/fontset.el (setup-default-fontset): For Thai
22873 font, specify "*" family.
22874
22875 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22876
22877 * progmodes/compile.el (previous-error): Accept a prefix
22878 argument, similarly to next-error.
22879
22880 2003-08-31 Masatake YAMATO <jet@gyve.org>
22881
22882 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22883 the number of files. Bind the number of files to a local
22884 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22885
22886 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22887
22888 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22889 2003-07-26: msdos-long-file-names is a function, not a variable.
22890
22891 2003-08-29 Richard M. Stallman <rms@gnu.org>
22892
22893 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22894 Do nothing with mail-personal-alias-file if it is nil.
22895
22896 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22897 Do nothing if mail-personal-alias-file is nil.
22898
22899 * term.el (term-exec-1): Bind coding-system-for-read.
22900
22901 * dired.el (dired-mouse-find-file-other-window):
22902 Use dired-view-command-alist here, as in dired-view-file.
22903 (dired-view-command-alist): Use %s to substitute file name.
22904 Handle .ps_pages, .eps, .jpg, .gif, .png.
22905
22906 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22907
22908 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22909 `Info-prev-reference', instead of M-tab.
22910
22911 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22912
22913 * simple.el (blink-matching-open): Work correctly on chars that
22914 are designated as parens through the syntax-table text property.
22915
22916 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22917
22918 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22919 line break position in the middle of a non-kinsoku (e.g. latin)
22920 word, making it skip until either a space or a character with
22921 category "|".
22922 (kinsoku-longer): Test for end of buffer.
22923
22924 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22925
22926 * mail/rmail.el (rmail-convert-to-babyl-format):
22927 Detect quoted-printable- and base64-encoded messages and decode them
22928 automatically. Set the message's encoding from the charset=
22929 header, if any. Decode base64-encoded messages in Mail format as well.
22930
22931 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22932
22933 * mail/smtpmail.el: Fix previous change.
22934 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22935 calling smtpmail-via-smtp.
22936 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22937
22938 2003-08-26 John Paul Wallington <jpw@gnu.org>
22939
22940 * image.el (image-jpeg-p): Don't search beyond length of data.
22941
22942 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22943
22944 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22945 misfeature in `expand-abbrev' which caused electric keywords like
22946 "else" to disappear if an open brace was typed directly afterwards.
22947
22948 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22949
22950 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22951 mandatory in `define-widget'.
22952
22953 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22954 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22955
22956 (c-assignment-operators): New language constant that only contains
22957 the assignment operators.
22958
22959 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22960
22961 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22962
22963 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22964 Safeguard against unbalanced sexps.
22965
22966 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22967
22968 * version.el (emacs-version): Check for gtk. Include gtk version info.
22969
22970 2003-08-25 John Paul Wallington <jpw@gnu.org>
22971
22972 * man.el (Man-default-man-entry): Don't whizz past the section
22973 number before looking for it.
22974
22975 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22976
22977 * progmodes/gud.el (gud-display-line): Don't set window-point if
22978 source buffer is not visible. (Only happens with M-x gdba.)
22979
22980 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22981 documentation.
22982 (gdb-source, gdb-source-info): Update to assembler unnecessary
22983 as its done after each GDB command anyway.
22984 (gdb-pre-prompt): Use with-current-buffer.
22985 (gdb-insert-field): Add help-echo text.
22986 (gdb-invalidate-assembler): Re-display of assembler now done in
22987 gdb-info-breakpoints-custom.
22988 (gdb-info-breakpoints-custom): Force re-display of assembler to
22989 happen *after* update of breakpoints buffer.
22990 (gdb-display-source-buffer): Don't choke if gdb-source-window
22991 isn't visible.
22992 (gdb-put-string, gdb-put-arrow): Remove free variables.
22993
22994 2003-08-24 John Paul Wallington <jpw@gnu.org>
22995
22996 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22997
22998 * man.el (Man-default-man-entry): Strip text properties when
22999 snarfing parts of entry because `format' preserves properties.
23000
23001 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23002
23003 * files.el (file-newest-backup): Use `expand-file-name'.
23004
23005 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
23006 Allow the diary to pop up a new frame, if needed.
23007
23008 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
23009 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
23010 (smtpmail-send-it): Make treatment of envelope-from consistent with
23011 sendmail.el.
23012
23013 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
23014 (sh-leading-keywords): Add the bash `time' reserved word.
23015 (sh-variables): Add some bash variables.
23016 (sh-add-completer): Fix nil branch of case statement.
23017
23018 2003-08-24 Masatake YAMATO <jet@gyve.org>
23019
23020 * progmodes/ld-script.el: New file.
23021
23022 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
23023
23024 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
23025
23026 2003-08-23 Andre Spiegel <spiegel@gnu.org>
23027
23028 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
23029 Better explain obsolescence, and what to use instead.
23030
23031 2003-08-23 Masatake YAMATO <jet@gyve.org>
23032
23033 * pcvs.el (cvs-do-removal): Show the deleted file name
23034 on the prompt.
23035
23036 2003-08-20 Dave Love <fx@gnu.org>
23037
23038 * international/mule.el (make-coding-system)
23039 (set-buffer-file-coding-system): Doc fix.
23040
23041 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
23042
23043 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
23044
23045 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
23046
23047 * international/utf-16.el: Add mime-text-unsuitable coding system
23048 properties.
23049
23050 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
23051
23052 * cus-edit.el: Add some :links.
23053 (bib): Remove.
23054
23055 * textmodes/bib-mode.el (bib): Add :group external.
23056
23057 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
23058
23059 * wid-edit.el (widget-echo-help): Make it handle expressions that
23060 evaluate to strings.
23061
23062 2003-08-18 Michael Mauger <mmaug@yahoo.com>
23063
23064 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
23065
23066 Simplify selection of SQL products to define highlighting and
23067 interactive mode. Includes detailed instructions on adding
23068 support for new products.
23069
23070 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23071 product for use in highlighting and interactive mode.
23072 (sql-interactive-product): New variable. SQL product for
23073 sql-interactive-mode.
23074 (sql-product-support): New variable. Specifies product-specific
23075 parameters to drive highlighting and interactive mode.
23076 (sql-imenu-generic-expression): Add more object types.
23077 (sql-sqlite-options): Correct comment.
23078 (sql-ms-program): Use "osql" rather than "isql".
23079 (sql-prompt-regexp, sql-prompt-length): Update comment.
23080 (sql-mode-menu): Add "Start SQLi session" entry.
23081 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23082 (sql-mode-abbrev-table): Add abbreviations. Support of
23083 SYSTEM-FLAG on define-abbrev. Support was removed with last
23084 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23085 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23086 names.
23087 (sql-mode-ansi-font-lock-keywords): Set as default value.
23088 (sql-mode-oracle-font-lock-keywords): Set as default value.
23089 Support Oracle 9i keywords.
23090 (sql-mode-postgres-font-lock-keywords): Set as default value.
23091 (sql-mode-linter-font-lock-keywords): Set as default value.
23092 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23093 SQLServer 2000.
23094 (sql-mode-sybase-font-lock-keywords)
23095 (sql-mode-interbase-font-lock-keywords)
23096 (sql-mode-sqlite-font-lock-keywords)
23097 (sql-mode-strong-font-lock-keywords)
23098 (sql-mode-mysql-font-lock-keywords)
23099 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23100 keywords.
23101 (sql-mode-font-lock-defaults): Update comment.
23102 (sql-product-feature): New function. Returns feature associated
23103 with a product from `sql-product-support' alist.
23104 (sql-product-font-lock): New function. Set font-lock support
23105 based on `sql-product'.
23106 (sql-add-product-keywords): New function. Add font-lock rules to
23107 product-specific keyword variables.
23108 (sql-set-product): New function. Set `sql-product' and apply
23109 appropriate font-lock highlighting.
23110 (sql-highlight-product): New function. Set font-lock support
23111 based on a product. Also set mode name to include product name.
23112 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23113 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23114 Use `sql-set-product'.
23115 (sql-highlight-ms-keywords)
23116 (sql-highlight-sybase-keywords)
23117 (sql-highlight-interbase-keywords)
23118 (sql-highlight-strong-keywords)
23119 (sql-highlight-mysql-keywords)
23120 (sql-highlight-sqlite-keywords)
23121 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23122 (sql-get-login): Prompt in the same order as the tokens.
23123 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23124 (sql-product-interactive): New function. Common portions of
23125 product-specific interactive mode wrappers.
23126 (sql-interactive-mode): Rewritten to use product features.
23127 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23128 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23129 (sql-db2, sql-linter): Use `sql-product-interactive'.
23130 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23131 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23132 (sql-connect-ingres, sql-connect-postgres)
23133 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23134 New functions. Format command line parameters and invoke comint on
23135 the appropriate interpreter. Code was in the corresponding
23136 `sql-xyz' function before.
23137 (sql-connect-ms): New function. Support -E argument to use
23138 operating system credentials for authentication.
23139
23140 2003-08-18 Kenichi Handa <handa@m17n.org>
23141
23142 * international/mule.el (encode-char): Fix for the ASCII case.
23143
23144 2003-08-15 Kenichi Handa <handa@m17n.org>
23145
23146 * international/fontset.el (setup-default-fontset): Change "*" to
23147 nil in the specifications of font family.
23148
23149 2003-08-18 Kim F. Storm <storm@cua.dk>
23150
23151 * kmacro.el (kmacro-keymap): Group related bindings in
23152 initialization for clarity. Bind C-s to start macro.
23153 Remove C-r binding.
23154 (kmacro-initial-counter-value): New defvar to hold initial counter
23155 value in case we set the value before defining a macro.
23156 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23157 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23158 not defining or executing macro. Doc fix.
23159 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23160 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23161 temporarily view older elements on the macro ring without cycling
23162 the ring.
23163 (kmacro-display): Doc fix.
23164 (kmacro-exec-ring-item): New helper function.
23165 (kmacro-call-ring-2nd): Use it.
23166 (kmacro-call-ring-2nd-repeat): Doc fix.
23167 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23168 (kmacro-end-or-call-macro): Execute last viewed macro (using
23169 kmacro-exec-ring-item) from ring if this follows
23170 kmacro-view-macro. This allows us to find a macro on the ring
23171 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23172 the ring to bring it to the head of the ring.
23173 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23174 Allow binding to reserved keys without specifying C-x C-k prefix.
23175 Ask for confirmation if entered key sequence is already bound to
23176 a non-macro command.
23177 (kmacro-view-macro): Repeating command will show older elements
23178 on the macro ring; C-k will execute the last viewed macro.
23179 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23180 property from 'ring to 'head.
23181
23182 2003-08-17 Alan Shutko <ats@acm.org>
23183
23184 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23185 keeping December out of the alist.
23186
23187 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23188
23189 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23190 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23191 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23192 (calendar-flatten): New function.
23193 (calendar-mouse-view-other-diary-entries)
23194 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23195 in the menu title and to show multi-line diary entries correctly
23196 in the menu.
23197
23198 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23199
23200 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23201 defcustom, because the default was recently changed.
23202
23203 2003-08-16 Richard M. Stallman <rms@gnu.org>
23204
23205 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23206
23207 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23208 New subroutine, broken out of eval-last-sexp-1.
23209 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23210
23211 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23212
23213 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23214
23215 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23216
23217 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23218
23219 * progmodes/compile.el (compilation-error-regexp-alist):
23220 Add Java ANt error detection as described in document
23221 http://ant.apache.org/faq.html
23222
23223 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23224
23225 * simple.el (backward-word, forward-to-indentation)
23226 (backward-to-indentation): Argument changed to optional.
23227 (next-line, previous-line): Use `or' instead of `unless'.
23228
23229 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23230
23231 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23232 instead of a constant.
23233
23234 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23235
23236 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23237
23238 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23239
23240 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23241 (vc-sccs-workfile-version): Search the entire delta table, rather
23242 than just the first entry, because that might be a deleted version.
23243
23244 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23245
23246 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23247 [save-place] binding in the Options menu. Have it require
23248 'saveplace' and then toggle the variable manually, to avoid an
23249 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23250 for the bug report.
23251
23252 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23253
23254 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23255 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23256 (gdb-info-threads-custom): Add help-echo text.
23257 (gdb-display-back): Don't use purecopy.
23258 (gdb-info-breakpoints-custom, gdb-reset)
23259 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23260 icons can be displayed.
23261
23262 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23263
23264 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23265
23266 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23267
23268 * bookmark.el (bookmark-completing-read):
23269 Return a string, instead of a list of one string.
23270 Use a popup menu if activated from the mouse.
23271 (bookmark-edit-annotation): Remove unused vars.
23272 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23273 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23274 to bookmark-completing-read.
23275 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23276 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23277 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23278 and erase-buffer.
23279 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23280 (bookmark-menu-jump, bookmark-menu-insert)
23281 (bookmark-popup-menu-and-apply-function)
23282 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23283 (bookmark-menu-build-paned-menu): Remove by folding it into
23284 bookmark-menu-popup-paned-menu.
23285 (menu-bar-bookmark-map): Move the define-key statements here.
23286 Use the "non-menu" commands since they now pop up a menu if needed.
23287 (bookmark-exit-hook-internal): Simplify.
23288
23289 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23290
23291 * reftex-toc.el (reftex-toc-rename-label): New function.
23292 (reftex-toc-check-docstruct): New function.
23293
23294 * reftex.el (reftex-region-active-p): New function.
23295
23296 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23297 regexp to find the \bibliography macro.
23298
23299 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23300 which does not exist in LaTeX.
23301 (reftex-cite-format-builtin): Added amsrefs support.
23302 (reftex-toc-confirm-promotion): New option
23303
23304 * reftex-toc.el
23305 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23306 (reftex-toc-demote, reftex-toc-promote)
23307 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23308 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23309 (reftex-toc-newhead-from-alist)
23310 (reftex-toc-load-all-files-for-promotion): New functions.
23311 (reftex-toc-help): Added description of new keys.
23312 (reftex-toc-split-windows-fraction): New option.
23313 (reftex-recenter-toc-when-idle): Search *toc* window on all
23314 visible frames.
23315 (reftex-toc): Additional parameter REUSE
23316 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23317 with REUSE argument.
23318 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23319 the call of `reftex-toc'.
23320 (reftex-make-separate-toc-frame): New function .
23321 (reftex-toc-recenter): When called with triple prefix arg, call
23322 `reftex-make-separate-toc-frame' first.
23323 (reftex-toc-toggle-dedicated-frame): New command.
23324 (reftex-toc-quit): Adapted to delete frame when called in
23325 dedicated frame.
23326
23327 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23328 all enclosing macros.
23329
23330
23331 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23332
23333 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23334 first use.
23335
23336 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23337
23338 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23339
23340 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23341
23342 * calendar/calendar.el (list-diary-entries-hook)
23343 (diary-display-hook, nongregorian-diary-listing-hook)
23344 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23345 Add some customize options for these hooks.
23346 (calendar-abbrev-construct): Don't try to take a substring longer
23347 than the original string.
23348
23349 2003-08-05 Richard M. Stallman <rms@gnu.org>
23350
23351 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23352 (testcover-reinstrument-clauses): Doc fix.
23353
23354 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23355 (warning-type-format): Rename from warning-group-format.
23356
23357 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23358 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23359 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23360 to prevent warnings about defvar for an obsolete variable.
23361
23362 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23363 warning-group-format renamed to warning-type-format.
23364
23365 * subr.el (read-passwd): Use clear-string instead of fillarray.
23366
23367 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23368 Use vconcat instead of concat.
23369 (edmacro-sanitize-for-string): New function.
23370
23371 2003-08-05 Dave Love <fx@gnu.org>
23372
23373 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23374 line-number-display-limit-width.
23375
23376 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23377
23378 2003-08-05 Kenichi Handa <handa@m17n.org>
23379
23380 * international/code-pages.el: Don't require mule-diag.
23381
23382 * international/mule-diag.el (non-iso-charset-alist):
23383 Add autoload cookie.
23384
23385 * language/devan-util.el (dev-glyph-order): Add an entry for the
23386 glyph code #xC4.
23387
23388 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23389
23390 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23391 (european-calendar-style, diary-date-forms)
23392 (calendar-day-name-array, calendar-month-name-array): Doc change.
23393 (generate-calendar-month): Adapt for new behavior of
23394 `calendar-day-name' function.
23395 (calendar-abbrev-length, calendar-day-abbrev-array)
23396 (calendar-month-abbrev-array): New variables.
23397 (calendar-abbrev-construct): New function.
23398 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23399 rather than fixing abbrevs at some width. Calling syntax change.
23400 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23401 (calendar-date-string): Adapt for new behaviors of
23402 `calendar-day-name' and `calendar-month-name' functions.
23403
23404 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23405 behavior of `calendar-day-name' and `calendar-month-name' functions.
23406 (diary-name-pattern): Use abbrev arrays, rather than fixing
23407 abbrevs at three chars. Calling syntax change.
23408 (mark-diary-entries): Adapt for new behaviors of
23409 `diary-name-pattern' and `calendar-make-alist' functions.
23410 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23411 `diary-name-pattern' function.
23412 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23413 fixing abbrevs at three chars. Calling syntax change.
23414 (cal-hebrew, cal-islam): Require when compiling.
23415 (diary-font-lock-keywords): Adapt for new behavior of
23416 `font-lock-diary-date-forms' function.
23417
23418 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23419 (calendar-hebrew-month-name-array-common-year)
23420 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23421 (list-hebrew-diary-entries): Adapt for new behaviors of
23422 `calendar-day-name' and `add-to-diary-list' functions.
23423 (mark-hebrew-diary-entries): Adapt for new behaviors of
23424 `diary-name-pattern' and `calendar-make-alist' functions.
23425
23426 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23427 Add doc string.
23428 (list-islamic-diary-entries): Adapt for new behaviors of
23429 `calendar-day-name' and `add-to-diary-list' functions.
23430 (mark-islamic-diary-entries): Adapt for new behaviors of
23431 `diary-name-pattern' and `calendar-make-alist' functions.
23432
23433 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23434 `calendar-month-name' function.
23435
23436 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23437
23438 * calendar/solar.el (solar-seasons-data): Move definition before use.
23439
23440 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23441 (cal-tex-LaTeX-hourbox): Move definition before use.
23442
23443 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23444 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23445 * lunar.el, solar.el (displayed-month, displayed-year):
23446 Define for compiler.
23447
23448 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23449
23450 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23451 MODE. Renamed from c-init-c-language-vars'.
23452 (c-initialize-cc-mode): Change accordingly.
23453 (c-common-init): Ditto.
23454 (c-mode): Ditto.
23455 (c++-mode): Use `c-init-language-vars-for'.
23456 (objc-mode): Ditto.
23457 (java-mode): Ditto.
23458 (idl-mode): Ditto.
23459 (pike-mode): Ditto.
23460 (awk-mode): Ditto.
23461
23462 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23463
23464 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23465 or not the point moved.
23466
23467 (c-search-decl-header-end): Don't trip up on operator identifiers
23468 in C++ and operators like == in all languages.
23469
23470 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23471 Detect leading labels correctly.
23472
23473 2003-08-02 Andreas Schwab <schwab@suse.de>
23474
23475 * textmodes/ispell.el: Don't redo key bindings on loading, put
23476 them only in loaddefs.el.
23477 * bookmark.el: Likewise.
23478 * dabbrev.el: Likewise.
23479 * emerge.el: Likewise.
23480
23481 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23482 has more than one member.
23483
23484 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23485
23486 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23487
23488 * lpr.el (printify-region): It was ending conversion before the
23489 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23490
23491 2003-07-31 John Paul Wallington <jpw@gnu.org>
23492
23493 * net/browse-url.el (browse-url-epiphany): Doc fix.
23494
23495 2003-07-30 Kenichi Handa <handa@m17n.org>
23496
23497 * international/fontset.el (setup-default-fontset):
23498 Change registry names of Akurti fonts.
23499
23500 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23501
23502 * comint.el (comint-read-noecho): Use `clear-string' instead of
23503 `fillarray'.
23504
23505 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23506
23507 * outline.el (outline-mode-hook): Add defvar.
23508
23509 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23510
23511 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23512 Restore assembler in source window if that is what has been selected.
23513 (menu): Add gdb-restore-windows to menu. Make gdba
23514 specific menus only visible from gdba.
23515
23516 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23517
23518 * progmodes/compile.el (compilation-environment): New user variable.
23519 (compile-internal): Respect it.
23520
23521 2003-07-23 Masatake YAMATO <jet@gyve.org>
23522
23523 * progmodes/gud.el (gdb-script-font-lock-keywords):
23524 Put `font-lock-function-name-face' on a symbol which includes
23525 `-' like `hook-run'. Put font-lock-variable-name-face
23526 on a symbol starting with $.
23527
23528 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23529
23530 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23531
23532 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23533
23534 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23535
23536 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23537
23538 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23539 Use with-no-warnings.
23540 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23541 rather than to find-file-not-found-hook, which doesn't exist.
23542
23543 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23544
23545 * international/quail.el (quail-translate-key): Fix previous change.
23546
23547 2003-07-25 John Paul Wallington <jpw@gnu.org>
23548
23549 * server.el (server-start): Check `server-process' is non-nil
23550 before killing it to avoid killing current buffer's process.
23551
23552 * simple.el (choose-completion-string): Use `minibufferp';
23553 test `completion-reference-buffer' if `buffer' arg is nil.
23554 (push-mark): Use `when' and `unless'.
23555 (pop-mark): Use `when'.
23556
23557 * mouse-sel.el (mouse-sel-get-selection-function):
23558 Check `x-last-selected-text-primary'. Don't barf if it or
23559 `x-last-selected-text' aren't bound.
23560
23561 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23562
23563 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23564
23565 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23566
23567 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23568
23569 2003-07-23 John Paul Wallington <jpw@gnu.org>
23570
23571 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23572
23573 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23574
23575 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23576 string. Defvar the derived hook.
23577
23578 * macros.el (insert-kbd-macro): Escape double quote character.
23579 From Thomas W Murphy <twm@andrew.cmu.edu>.
23580
23581 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23582
23583 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23584 to match the specific mark rather than reusing comment-start-skip.
23585
23586 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23587
23588 * progmodes/hideshow.el (hs-special-modes-alist):
23589 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23590
23591 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23592
23593 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23594 value using ?\s.
23595
23596 2003-07-21 John Paul Wallington <jpw@gnu.org>
23597
23598 * subr.el (with-selected-window): Add closing paren.
23599
23600 2003-07-21 Richard M. Stallman <rms@gnu.org>
23601
23602 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23603 (lisp-mode): Likewise.
23604
23605 * subr.el (with-selected-window): Copy code form save-selected-window
23606 so as to call select-window with norecord arg.
23607 (dynamic-completion-table): Doc fix.
23608 (lazy-completion-table): Doc fix.
23609
23610 * international/mule-cmds.el (set-locale-environment):
23611 langinfo renamed to locale-info.
23612
23613 * international/mule.el (auto-coding-functions): Doc fix.
23614
23615 2003-07-21 Kenichi Handa <handa@m17n.org>
23616
23617 * international/quail.el (quail-translate-key):
23618 Update quail-current-str correctly.
23619
23620 2003-07-21 Andreas Schwab <schwab@suse.de>
23621
23622 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23623 ?, to "_".
23624
23625 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23626 Version 2.0.36 of Tramp released.
23627
23628 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23629 tramp-password-end-of-line.
23630 (tramp-password-end-of-line): New method parameter.
23631 (tramp-get-password-end-of-line): Function to access method
23632 parameter `tramp-password-end-of-line', or variable
23633 `tramp-default-password-end-of-line' (default value).
23634 (tramp-methods): Add entries for new parameter
23635 tramp-password-end-of-line.
23636 (tramp-enter-password): Use new function
23637 `tramp-get-password-end-of-line'.
23638 (tramp-handle-insert-file-contents): Do not
23639 unconditionally inhibit the file operation file-local-copy, only
23640 do that when the inhibit-file-name-operation is currently
23641 insert-file-contents. This fixes finding remote CVS-controlled
23642 files. (It would barf on inserting the CVS/Entries file
23643 literally, because the file-local-copy handler wasn't called.)
23644 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23645 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23646 (tramp-initial-commands): New variable.
23647 (tramp-process-initial-commands): New function, using the variable.
23648 (tramp-open-connection-setup-interactive-shell): Call the new function.
23649 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23650 method into the buffer name, never use nil. Reported by Hanak
23651 David <dhanak@inf.bme.hu>.
23652 (tramp-open-connection-setup-interactive-shell): Erase buffer
23653 before sending "stty -onlcr".
23654
23655 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23656
23657 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23658
23659 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23660
23661 2003-07-19 John Paul Wallington <jpw@gnu.org>
23662
23663 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23664 (artist-draw-rect, artist-draw-square): Doc fixes.
23665
23666 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23667
23668 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23669
23670 2003-07-19 Kenichi Handa <handa@m17n.org>
23671
23672 * international/kkc.el (kkc-show-conversion-list-update):
23673 Highlight the correct candidate in the message.
23674
23675 2003-07-18 John Paul Wallington <jpw@gnu.org>
23676
23677 * simple.el (current-word): Don't include punctuation char when
23678 `really-word' arg is non-nil.
23679
23680 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23681
23682 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23683 moved to the directory obsolete.
23684
23685 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23686
23687 * info.el (Info-menu-entry-name-re): Allow newlines in
23688 menu entry names.
23689
23690 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23691 syntax-ppss-after-change-function.
23692 (syntax-ppss-after-change-function): New alias. Update uses.
23693 (syntax-ppss): Catch the case where the buffer is narrowed.
23694
23695 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23696
23697 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23698 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23699
23700 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23701
23702 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23703 since it might be modified.
23704
23705 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23706 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23707 names to these language constants.
23708
23709 2003-07-15 Kim F. Storm <storm@cua.dk>
23710
23711 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23712 All uses changed.
23713
23714 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23715
23716 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23717 Namespace support.
23718
23719 2003-07-13 Juanma Barranquero <lektu@terra.es>
23720
23721 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23722 papers received).
23723
23724 2003-07-13 Karl Eichwalder <ke@suse.de>
23725
23726 * textmodes/po.el (po-find-charset): White space at the start of the
23727 Content-Type field body is non-mandatory.
23728
23729 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23730
23731 * textmodes/texinfo.el (texinfo-section-list):
23732 Append appendixsection; a synonym for appendixsec.
23733
23734 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23735
23736 * man.el (Man-translate-cleanup): New.
23737 (Man-translate-references): Call `Man-translate-cleanup' to clean
23738 leading, trailing and middle spaces.
23739
23740 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23741
23742 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23743 Handle `dired-directory' being a list.
23744
23745 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23746
23747 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23748 it doesn't exist.
23749
23750 2003-07-12 Richard M. Stallman <rms@gnu.org>
23751
23752 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23753
23754 * progmodes/cc-defs.el (c-make-keywords-re):
23755 Don't use delete-duplicates.
23756 (c-lang-const): Don't use mapcan.
23757
23758 * apropos.el (apropos-show-scores): Make it customizable.
23759 Document new meaning.
23760 (apropos): Compute scores from symbols.
23761 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23762
23763 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23764
23765 * ps-bdf.el: Fix copyright line.
23766 (bdf-directory-list): Fix initialization code.
23767
23768 2003-07-11 John Paul Wallington <jpw@gnu.org>
23769
23770 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23771 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23772 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23773
23774 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23775
23776 * emacs-lisp/ring.el (ring-elements): Doc fix.
23777
23778 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23779
23780 * calendar/timeclock.el (timeclock-relative)
23781 (timeclock-ask-before-exiting, timeclock-use-display-time):
23782 Doc changes.
23783 (timeclock-modeline-display): Give a message if
23784 `timeclock-use-display-time' is non-nil but `display-time-mode'
23785 is not active.
23786
23787 2003-07-11 Kenichi Handa <handa@m17n.org>
23788
23789 * international/mule-cmds.el (set-language-environment):
23790 Set current-language-environment to the correct string.
23791
23792 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23793
23794 * ps-print.el: Print line number correctly in a region. Reported by
23795 Tim Allen <timallen@ls83.fsnet.co.uk>.
23796 (ps-print-version): New version number (6.6.2).
23797 (ps-printing-region): Code fix.
23798
23799 2003-07-10 John Paul Wallington <jpw@gnu.org>
23800
23801 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23802 this function can be called from `add-completions-from-tags-table'.
23803
23804 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23805
23806 * calendar/timeclock.el (timeclock-use-display-time)
23807 (timeclock-day-over-hook, timeclock-workday-remaining)
23808 (timeclock-status-string, timeclock-when-to-leave)
23809 (timeclock-when-to-leave-string, timeclock-log-data)
23810 (timeclock-find-discrep, timeclock-day-base)
23811 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23812 (timeclock-modeline-display): Set the variable
23813 `timeclock-modeline-display'.
23814 (timeclock-update-modeline): Doc fix. Respect value of
23815 `timeclock-relative'.
23816
23817 2003-07-09 Richard M. Stallman <rms@gnu.org>
23818
23819 * textmodes/reftex-parse.el (reftex-all-document-files):
23820 Add autoload cookie.
23821
23822 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23823 (reftex-scanning-info-available-p): Add autoload cookie.
23824
23825 * international/mule-cmds.el
23826 (set-display-table-and-terminal-coding-system): Delete duplicate
23827 aset on standard-display-table.
23828
23829 * view.el (view-file): If existing buffer's major mode is special,
23830 don't go into view mode.
23831
23832 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23833
23834 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23835
23836 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23837 buffer changes; there's third party code that calls this function
23838 directly.
23839
23840 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23841
23842 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23843 (autodoc-font-lock-keywords): Don't byte compile on font lock
23844 initialization when running from byte compiled files.
23845
23846 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23847
23848 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23849 statement ends with auto-increment "++".
23850
23851 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23852
23853 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23854 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23855 these are changed, so declare them as variables and not constants.
23856
23857 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23858
23859 * subr.el (dolist, dotimes): Doc fix.
23860
23861 2003-07-08 Kim F. Storm <storm@cua.dk>
23862
23863 * international/mule-cmds.el
23864 (set-display-table-and-terminal-coding-system): Don't break
23865 bootstrap if standard-display-table isn't setup yet.
23866
23867 2003-07-07 Richard M. Stallman <rms@gnu.org>
23868
23869 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23870 Give it a doc string, and autoload it.
23871
23872 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23873 Use with-no-warnings.
23874
23875 * info.el (Info-search): If find invisible text, search again.
23876
23877 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23878
23879 * man.el (Man-name-regexp): Match + as part of name.
23880
23881 * simple.el (visible-mode): Rename from vis-mode.
23882 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23883
23884 * simple.el (current-word): New arg REALLY-WORD specifies
23885 don't include punctuation chars.
23886
23887 * emacs-lisp/debug.el (debug, debugger-env-macro):
23888 Use with-no-warnings while accessing and binding unread-command-char.
23889
23890 * international/mule-cmds.el
23891 (set-display-table-and-terminal-coding-system): Use explicit loop
23892 instead of calling standard-display-default.
23893
23894 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23895 Use condition-case to catch error in ange-ftp-get-files.
23896
23897 * net/browse-url.el (browse-url-browser-function):
23898 Add alternative for Epiphany.
23899 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23900 (browse-url-epiphany-startup-arguments)
23901 (browse-url-epiphany-new-window-is-tab): New variables.
23902 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23903
23904 * progmodes/compile.el (compile-auto-highlight): Default now t.
23905 (compile): Doc fix.
23906 (compilation-next-error): Fix previous change.
23907
23908 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23909
23910 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23911
23912 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23913
23914 * gdb-ui.el (gdb-source-info): Display current frame when
23915 attaching to an existing process.
23916 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23917 while laying out windows when attaching to an existing process.
23918
23919 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23920
23921 * info.el (Info-menu): Use Info-menu-entry-name-re.
23922
23923 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23924
23925 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23926 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23927
23928 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23929 to match the same text.
23930
23931 2003-07-06 John Paul Wallington <jpw@gnu.org>
23932
23933 * vc.el (vc-annotate-offset): Move defvar up.
23934
23935 2003-07-06 Kim F. Storm <storm@cua.dk>
23936
23937 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23938 This should fix the infinite loop when extracting menu names.
23939
23940 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23941
23942 * files.el (auto-mode-alist, interpreter-mode-alist):
23943 Remove entries to CC Mode modes to avoid duplicates; they are now added
23944 with autoload directives in cc-mode.el.
23945
23946 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23947
23948 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23949 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23950 these are changed, so declare them as variables and not constants.
23951
23952 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23953 ensure that the entry for ".c" extension comes before the one for
23954 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23955 Fix incorrect entries that were added to `interpreter-mode-alist'.
23956 Move the autoload directives for AWK to the top level since they
23957 aren't recognized anywhere else. Do not use the new AWK mode doc
23958 in the autoload form for the old AWK mode.
23959
23960 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23961
23962 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23963 (bibtex-sort-ignore-string-entries): Default value t.
23964 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23965 erroneously in previous version.
23966 (bibtex-string-files): Docstring reflects new parsing scheme.
23967 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23968 docstring, add # as one of the chars to crush
23969 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23970 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23971 (bibtex-autokey-name-change-strings)
23972 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23973 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23974 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23975 (bibtex-autokey-title-terminators)
23976 (bibtex-autokey-titlewords-stretch)
23977 (bibtex-autokey-titleword-ignore)
23978 (bibtex-autokey-titleword-case-convert)
23979 (bibtex-autokey-titleword-abbrevs)
23980 (bibtex-autokey-titleword-abbrevs)
23981 (bibtex-autokey-titleword-change-strings)
23982 (bibtex-autokey-titleword-length)
23983 (bibtex-autokey-titleword-separator)
23984 (bibtex-autokey-name-year-separator)
23985 (bibtex-autokey-year-title-separator)
23986 (bibtex-autokey-before-presentation-function)
23987 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23988 Fix docstring.
23989 (bibtex-strings, bibtex-reference-keys):
23990 Use lazy-completion-table and make-variable-buffer-local.
23991 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23992 (bibtex-braced-string-syntax-table)
23993 (bibtex-quoted-string-syntax-table): New variables.
23994 (bibtex-parse-nested-braces): Remove.
23995 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23996 (bibtex-parse-association): Simplify.
23997 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23998 (bibtex-parse-field-text): Simplify.
23999 (bibtex-search-forward-field, bibtex-search-backward-field):
24000 argument BOUND can take value t.
24001 (bibtex-start-of-field, bibtex-start-of-name-in-field)
24002 (bibtex-end-of-name-in-field, bibtex-end-of-field)
24003 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24004 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
24005 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
24006 (bibtex-skip-to-valid-entry): Return buffer position of beginning
24007 and ending of entry. Update for changes of bibtex-search-entry.
24008 Simplify.
24009 (bibtex-map-entries): FUN is called with three arguments.
24010 (bibtex-search-entry): Return a cons pair with buffer positions of
24011 beginning and end of entry.
24012 (bibtex-enclosing-field): Simplify.
24013 (bibtex-format-entry): Use booktitle to set a missing title.
24014 (bibtex-autokey-get-names): Fiddle with regexps.
24015 (bibtex-generate-autokey): Use identity.
24016 (bibtex-parse-keys): Use simplified parsing algorithm if
24017 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
24018 arguments. Return alist of keys.
24019 (bibtex-parse-strings): Simplify. Return alist of strings.
24020 (bibtex-complete-string-cleanup): Fix docstring.
24021 (bibtex-read-key): New function.
24022 (bibtex-mode): Fix docstring. Do not parse for keys and
24023 strings when the mode is entered. Set fill-paragraph-function to
24024 bibtex-fill-field. Setup font-lock-mark-block-function the way
24025 font-lock intended.
24026 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
24027 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
24028 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
24029 (bibtex-Preamble): Avoid hard coded constants.
24030 (bibtex-make-field): Fix docstring. Simplify.
24031 (bibtex-beginning-of-entry): Always return new position of point.
24032 (bibtex-end-of-entry): Rearrange cond clauses.
24033 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
24034 Update for changes of bibtex-map-entries.
24035 (bibtex-ispell-abstract): Do not move point.
24036 (bibtex-entry-index): Use downcase. Simplify.
24037 (bibtex-lessp): Handle catch-all.
24038 (bibtex-find-crossref): Turn into a command.
24039 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
24040 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
24041 preamble entries.
24042 (bibtex-fill-field-bounds): New function.
24043 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
24044 (bibtex-fill-entry): Use bibtex-fill-field-bounds
24045 (bibtex-String): Use bibtex-strings. Always obey
24046 bibtex-sort-ignore-string-entries.
24047
24048 2003-07-05 John Paul Wallington <jpw@gnu.org>
24049
24050 * cus-theme.el (customize-create-theme):
24051 Call `customize-create-theme' in Reset widget's notify function.
24052
24053 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
24054 (ibuffer-mark-interactive): Use `or' instead of `unless'.
24055 (define-ibuffer-column name): Add summarizer.
24056 (define-ibuffer-column size): Likewise.
24057 (define-ibuffer-column filename): Likewise.
24058 (define-ibuffer-column process): Likewise. Change BODY's output too.
24059 (define-ibuffer-column filename-and-process): Likewise, likewise.
24060 (ibuffer): Remove local vars `already-in' and `need-update'.
24061
24062 * ibuf-ext.el: Don't require `derived' at compile-time.
24063
24064 2003-07-05 Kim F. Storm <storm@cua.dk>
24065
24066 * info.el: Disable paragraph refilling.
24067 (Info-refill-paragraphs): New defcustom.
24068 (Info-fontify-node): Use it.
24069
24070 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24071
24072 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24073 thingies from constructors created by defstruct.
24074
24075 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24076 the default value of the variable.
24077 (byte-code-meter): Move declaration to top level.
24078
24079 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24080
24081 * info.el (Info-following-node-name-re): New fun.
24082 (Info-following-node-name): Remove.
24083 (Info-insert-dir): Use the new fun.
24084 (Info-extract-pointer): Don't save restriction; use new fun.
24085 (Info-menu-entry-name-re): New const.
24086 (Info-menu-entry-name-re): Use it along with new fun.
24087 (Info-node-spec-re): Use new fun.
24088 (Info-complete-menu-item, Info-fontify-node): Use new const.
24089 (Info-goto-node, Info-follow-reference, Info-menu-update):
24090 Use match-string.
24091 (Info-follow-reference): Use assoc-string.
24092 Use a list of strings for the completion table.
24093 (Info-fontify-node): Use match-string, line-end-position.
24094 Limit the search for `node:' to the first line.
24095
24096 * newcomment.el (uncomment-region): Remove padding coming from
24097 comment-start rather than just from comment-padding.
24098
24099 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24100 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24101 (vc-cvs-rename-file): Remove (use the default).
24102 (vc-cvs-register): Register parent dir if needed.
24103 (vc-cvs-could-register): Return non-nil if parent can be registered.
24104 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24105 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24106
24107 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24108 (vc-svn-update): Fix the arguments to `svn'.
24109 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24110 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24111 Simple implementations, assuming `name' is a URL.
24112
24113 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24114 set of chars allowed unquoted in a case pattern.
24115
24116 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24117
24118 * font-lock.el (font-lock-extra-types-widget)
24119 (c-font-lock-extra-types, c++-font-lock-extra-types)
24120 (objc-font-lock-extra-types, java-font-lock-extra-types)
24121 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24122 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24123 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24124 (font-lock-match-c++-structor-declaration)
24125 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24126 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24127 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24128 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24129 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24130 (java-font-lock-keywords-3, java-font-lock-keywords)
24131 (java-font-lock-syntactic-face-function): Remove obsolete code
24132 and constants. It's all in cc-fonts.el now.
24133
24134 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24135
24136 * mail/sendmail.el (mail-specify-envelope-from)
24137 (mail-envelope-from): Doc fix.
24138
24139 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24140
24141 * generic-x.el: Do away with the dependency on `c-emacs-features'
24142 when populating `rul-generic-mode-syntax-table'; we already know
24143 this isn't XEmacs.
24144
24145 See ChangeLog.10 for earlier changes.
24146
24147 ;; Local Variables:
24148 ;; coding: iso-2022-7bit
24149 ;; End:
24150
24151 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24152 Copying and distribution of this file, with or without modification,
24153 are permitted provided the copyright notice and this notice are preserved.
24154
24155 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1